diff -Nru liblouis-3.9.0/AUTHORS liblouis-3.10.0/AUTHORS --- liblouis-3.9.0/AUTHORS 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/AUTHORS 2019-06-03 14:39:49.000000000 +0000 @@ -135,6 +135,7 @@ Ikrami Ahmad International league of Blind Esperantists (LIBE) Jake Kyle from Compass Braille + James Datray from Freedom Scientific James Bowden from Royal National Institute of Blind People (RNIB) Jan Halousek from MERIT Jan Hegr @@ -186,6 +187,7 @@ Sukil Etxenike Sunian Loomee Tamru E. Belay , from Adaptive Technology Center for the Blind (ATCB) + Timothy Wynn Tom Johnston Tsengel Maidar tsengel@digitalsunngo.org Uğur Gürbüz diff -Nru liblouis-3.9.0/configure liblouis-3.10.0/configure --- liblouis-3.9.0/configure 2019-03-04 14:03:55.000000000 +0000 +++ liblouis-3.10.0/configure 2019-06-03 15:07:53.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Liblouis 3.9.0. +# Generated by GNU Autoconf 2.69 for Liblouis 3.10.0. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='Liblouis' PACKAGE_TARNAME='liblouis' -PACKAGE_VERSION='3.9.0' -PACKAGE_STRING='Liblouis 3.9.0' +PACKAGE_VERSION='3.10.0' +PACKAGE_STRING='Liblouis 3.10.0' PACKAGE_BUGREPORT='liblouis-liblouisxml@freelists.org' PACKAGE_URL='http://www.liblouis.org' @@ -652,8 +652,6 @@ HAVE_UCS4_TRUE WIDECHAR_TYPE PKG_CONFIG -WITH_YAML_FALSE -WITH_YAML_TRUE HAVE_MAKEINFO_5_FALSE HAVE_MAKEINFO_5_TRUE MAKEINFO_FOUND @@ -688,6 +686,8 @@ LIBLOUIS_REVISION LIBLOUIS_CURRENT LIBOBJS +WITH_YAML_FALSE +WITH_YAML_TRUE LN_S gl_toolstests_WITNESS LIBUNISTRING_UNITYPES_H @@ -1316,6 +1316,7 @@ with_packager with_packager_version with_packager_bug_reports +with_yaml enable_shared enable_static with_pic @@ -1324,7 +1325,6 @@ with_gnu_ld with_sysroot enable_libtool_lock -with_yaml enable_ucs4 ' ac_precious_vars='build_alias @@ -1887,7 +1887,7 @@ # 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 Liblouis 3.9.0 to adapt to many kinds of systems. +\`configure' configures Liblouis 3.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1958,7 +1958,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Liblouis 3.9.0:";; + short | recursive ) echo "Configuration of Liblouis 3.10.0:";; esac cat <<\_ACEOF @@ -1986,6 +1986,7 @@ --with-packager-version Packager-specific version information --with-packager-bug-reports Packager info for bug reports (URL/e-mail/...) + --with-yaml enable YAML-based tests [default=yes] --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both @@ -1994,7 +1995,6 @@ --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-yaml enable YAML-based tests [default=yes] Some influential environment variables: CC C compiler command @@ -2075,7 +2075,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Liblouis configure 3.9.0 +Liblouis configure 3.10.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2727,7 +2727,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Liblouis $as_me 3.9.0, which was +It was created by Liblouis $as_me 3.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3609,7 +3609,7 @@ # Define the identity of the package. PACKAGE='liblouis' - VERSION='3.9.0' + VERSION='3.10.0' cat >>confdefs.h <<_ACEOF @@ -6234,6 +6234,8 @@ # Code from module multiarch: # Code from module nocrash: # Code from module progname: + # Code from module realloc-gnu: + # Code from module realloc-posix: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: @@ -12081,6 +12083,139 @@ _ACEOF + + + for ac_header in stdlib.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_STDLIB_H 1 +_ACEOF + +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5 +$as_echo_n "checking for GNU libc compatible realloc... " >&6; } +if ${ac_cv_func_realloc_0_nonnull+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on platforms where we know the result. + *-gnu* | gnu* | freebsd* | netbsd* | openbsd* \ + | hpux* | solaris* | cygwin* | mingw*) + ac_cv_func_realloc_0_nonnull=yes ;; + # If we don't know, assume the worst. + *) ac_cv_func_realloc_0_nonnull=no ;; + esac + +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#if defined STDC_HEADERS || defined HAVE_STDLIB_H + # include + #else + char *realloc (); + #endif + +int +main () +{ +char *p = realloc (0, 0); + int result = !p; + free (p); + return result; + ; + return 0; +} + +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_realloc_0_nonnull=yes +else + ac_cv_func_realloc_0_nonnull=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5 +$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; } + if test $ac_cv_func_realloc_0_nonnull = yes; then : + +$as_echo "#define HAVE_REALLOC_GNU 1" >>confdefs.h + +else + $as_echo "#define HAVE_REALLOC_GNU 0" >>confdefs.h + + REPLACE_REALLOC=1 + +fi + + + if test $REPLACE_REALLOC = 1; then + + + + + + + + + gl_tools_LIBOBJS="$gl_tools_LIBOBJS realloc.$ac_objext" + + fi + + +cat >>confdefs.h <<_ACEOF +#define GNULIB_REALLOC_GNU 1 +_ACEOF + + + + + + if test $gl_cv_func_malloc_posix = yes; then + +$as_echo "#define HAVE_REALLOC_POSIX 1" >>confdefs.h + + else + REPLACE_REALLOC=1 + fi + + if test $REPLACE_REALLOC = 1; then + + + + + + + + + gl_tools_LIBOBJS="$gl_tools_LIBOBJS realloc.$ac_objext" + + fi + + + + + + GNULIB_REALLOC_POSIX=1 + + + + + +$as_echo "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 $as_echo_n "checking for ssize_t... " >&6; } if ${gt_cv_ssize_t+:} false; then : @@ -13739,8 +13874,21 @@ esac +# Check if the user wants to enable yaml tests + +# Check whether --with-yaml was given. +if test "${with_yaml+set}" = set; then : + withval=$with_yaml; with_yaml=$withval +fi + + # Checks for libraries. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for yaml_parser_initialize in -lyaml" >&5 +if test "x$with_yaml" == xno; then + +$as_echo "#define WITHOUT_YAML 1" >>confdefs.h + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for yaml_parser_initialize in -lyaml" >&5 $as_echo_n "checking for yaml_parser_initialize in -lyaml... " >&6; } if ${ac_cv_lib_yaml_yaml_parser_initialize+:} false; then : $as_echo_n "(cached) " >&6 @@ -13785,6 +13933,26 @@ fi +fi + + if test "x$ac_cv_lib_yaml_yaml_parser_initialize" == xyes -a "x$with_yaml" != xno; then + WITH_YAML_TRUE= + WITH_YAML_FALSE='#' +else + WITH_YAML_TRUE='#' + WITH_YAML_FALSE= +fi + + +# If libyaml is missing warn or die depending on --with-yaml +if test x$ac_cv_lib_yaml_yaml_parser_initialize != xyes; then + case "$with_yaml" in + yes) as_fn_error $? "--with-yaml was given, but libyaml was not found" "$LINENO" 5;; + no) ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libyaml was not found. YAML tests will be skipped" >&5 +$as_echo "$as_me: WARNING: libyaml was not found. YAML tests will be skipped" >&2;};; + esac +fi # Checks for header files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 @@ -14100,7 +14268,7 @@ # increment any time the source changes; set to 0 if you increment # CURRENT -LIBLOUIS_REVISION=1 +LIBLOUIS_REVISION=2 # increment if any interfaces have been added; set to 0 if any # interfaces have been changed or removed. removal has precedence over @@ -22911,39 +23079,6 @@ fi -# Check if the user wants to enable yaml tests - -# Check whether --with-yaml was given. -if test "${with_yaml+set}" = set; then : - withval=$with_yaml; with_yaml=$withval -fi - - -if test "x$with_yaml" == xno; then - -$as_echo "#define WITHOUT_YAML 1" >>confdefs.h - -fi - -# if libyaml is missing warn or die depending on --with-yaml -if test x$ac_cv_lib_yaml_yaml_parser_initialize != xyes; then - case "$with_yaml" in - yes) as_fn_error $? "--with-yaml was given, but libyaml was not found" "$LINENO" 5;; - no) ;; - *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libyaml was not found. YAML tests will be skipped" >&5 -$as_echo "$as_me: WARNING: libyaml was not found. YAML tests will be skipped" >&2;};; - esac -fi - - if test "x$ac_cv_lib_yaml_yaml_parser_initialize" == xyes -a "x$with_yaml" != xno; then - WITH_YAML_TRUE= - WITH_YAML_FALSE='#' -else - WITH_YAML_TRUE='#' - WITH_YAML_FALSE= -fi - - # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 @@ -23299,6 +23434,10 @@ gl_toolstests_LTLIBOBJS=$gl_toolstests_ltlibobjs +if test -z "${WITH_YAML_TRUE}" && test -z "${WITH_YAML_FALSE}"; then + as_fn_error $? "conditional \"WITH_YAML\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${HAVE_SOURCE_FORMATTER_TRUE}" && test -z "${HAVE_SOURCE_FORMATTER_FALSE}"; then as_fn_error $? "conditional \"HAVE_SOURCE_FORMATTER\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -23315,10 +23454,6 @@ as_fn_error $? "conditional \"HAVE_MAKEINFO_5\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${WITH_YAML_TRUE}" && test -z "${WITH_YAML_FALSE}"; then - as_fn_error $? "conditional \"WITH_YAML\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_UCS4_TRUE}" && test -z "${HAVE_UCS4_FALSE}"; then as_fn_error $? "conditional \"HAVE_UCS4\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -23724,7 +23859,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Liblouis $as_me 3.9.0, which was +This file was extended by Liblouis $as_me 3.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23791,7 +23926,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Liblouis config.status 3.9.0 +Liblouis config.status 3.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru liblouis-3.9.0/configure.ac liblouis-3.10.0/configure.ac --- liblouis-3.9.0/configure.ac 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/configure.ac 2019-06-03 15:05:57.000000000 +0000 @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.68) -AC_INIT([Liblouis], [3.9.0], [liblouis-liblouisxml@freelists.org], [liblouis], [http://www.liblouis.org]) +AC_INIT([Liblouis], [3.10.0], [liblouis-liblouisxml@freelists.org], [liblouis], [http://www.liblouis.org]) AC_CONFIG_SRCDIR([liblouis/lou_backTranslateString.c]) AM_CONFIG_HEADER(liblouis/config.h) @@ -27,8 +27,29 @@ AC_PROG_MAKE_SET AM_PROG_AR +# Check if the user wants to enable yaml tests +AC_ARG_WITH([yaml], + [AS_HELP_STRING([--with-yaml], [enable YAML-based tests @<:@default=yes@:>@])], + [with_yaml=$withval], + []) + # Checks for libraries. -AC_CHECK_LIB([yaml], [yaml_parser_initialize]) +if test "x$with_yaml" == xno; then + AC_DEFINE([WITHOUT_YAML],[1],[Disable YAML tests]) +else + AC_CHECK_LIB([yaml], [yaml_parser_initialize]) +fi + +AM_CONDITIONAL([WITH_YAML], [test "x$ac_cv_lib_yaml_yaml_parser_initialize" == xyes -a "x$with_yaml" != xno]) + +# If libyaml is missing warn or die depending on --with-yaml +if test x$ac_cv_lib_yaml_yaml_parser_initialize != xyes; then + case "$with_yaml" in + yes) AC_MSG_ERROR([--with-yaml was given, but libyaml was not found]);; + no) ;; + *) AC_MSG_WARN([libyaml was not found. YAML tests will be skipped]);; + esac +fi # Checks for header files. AC_HEADER_STDC @@ -57,7 +78,7 @@ # increment any time the source changes; set to 0 if you increment # CURRENT -LIBLOUIS_REVISION=1 +LIBLOUIS_REVISION=2 # increment if any interfaces have been added; set to 0 if any # interfaces have been changed or removed. removal has precedence over @@ -134,27 +155,6 @@ fi AM_CONDITIONAL([HAVE_MAKEINFO_5], [test x$have_makeinfo_5 = xtrue]) -# Check if the user wants to enable yaml tests -AC_ARG_WITH([yaml], - [AS_HELP_STRING([--with-yaml], [enable YAML-based tests @<:@default=yes@:>@])], - [with_yaml=$withval], - []) - -if test "x$with_yaml" == xno; then - AC_DEFINE([WITHOUT_YAML],[1],[Disable YAML tests]) -fi - -# if libyaml is missing warn or die depending on --with-yaml -if test x$ac_cv_lib_yaml_yaml_parser_initialize != xyes; then - case "$with_yaml" in - yes) AC_MSG_ERROR([--with-yaml was given, but libyaml was not found]);; - no) ;; - *) AC_MSG_WARN([libyaml was not found. YAML tests will be skipped]);; - esac -fi - -AM_CONDITIONAL([WITH_YAML], [test "x$ac_cv_lib_yaml_yaml_parser_initialize" == xyes -a "x$with_yaml" != xno]) - AC_PATH_PROG(PKG_CONFIG, pkg-config) AC_ARG_ENABLE(ucs4, diff -Nru liblouis-3.9.0/debian/changelog liblouis-3.10.0/debian/changelog --- liblouis-3.9.0/debian/changelog 2019-03-29 15:40:17.000000000 +0000 +++ liblouis-3.10.0/debian/changelog 2019-07-25 18:30:08.000000000 +0000 @@ -1,3 +1,10 @@ +liblouis (3.10.0-1) unstable; urgency=medium + + * New upstream release. + * Drop python-liblouis package which has no rdeps any more. + + -- Samuel Thibault Thu, 25 Jul 2019 20:30:08 +0200 + liblouis (3.9.0-1) unstable; urgency=medium * New upstream release (Closes: Bug#925750). diff -Nru liblouis-3.9.0/debian/control liblouis-3.10.0/debian/control --- liblouis-3.9.0/debian/control 2019-01-04 10:13:27.000000000 +0000 +++ liblouis-3.10.0/debian/control 2019-07-25 18:30:08.000000000 +0000 @@ -65,19 +65,6 @@ . This package contains a few tools to test tables and translate text. -Package: python-louis -Section: python -Architecture: all -Depends: ${python:Depends}, liblouis17 (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Provides: ${python:Provides} -Description: Python bindings for liblouis - Liblouis is a braille translator and back-translator. It features support for - computer and literary braille, supports contracted and uncontracted translation - for many languages and has support for hyphenation. Liblouis also supports - math braille (Nemeth and Marburg). - . - This package contains Python bindings. - Package: python3-louis Section: python Architecture: all diff -Nru liblouis-3.9.0/debian/rules liblouis-3.10.0/debian/rules --- liblouis-3.9.0/debian/rules 2019-01-01 16:42:26.000000000 +0000 +++ liblouis-3.10.0/debian/rules 2019-07-25 18:30:08.000000000 +0000 @@ -3,14 +3,9 @@ %: dh $@ --with autoreconf $(DH_ADDONS) -build binary %-indep: DH_ADDONS=--with=python2,python3 +build binary %-indep: DH_ADDONS=--with=python3 DOPACKAGES := $(shell dh_listpackages) -ifeq ($(filter python-louis,$(DOPACKAGES)),) -PYVERS := -else -PYVERS := $(shell pyversions -r) -endif ifeq ($(filter python3-louis,$(DOPACKAGES)),) PY3VERS := else @@ -23,14 +18,14 @@ override_dh_auto_build: $(MAKE) cd python; \ - for py in $(PYVERS) $(PY3VERS); do \ + for py in $(PY3VERS); do \ LD_LIBRARY_PATH=../liblouis/.libs$${LD_LIBRARY_PATH+:$$LD_LIBRARY_PATH} $$py setup.py build; \ done override_dh_auto_clean: dh_auto_clean -cd python; \ - for py in $(PYVERS) $(PY3VERS); do \ + for py in $(PY3VERS); do \ LD_LIBRARY_PATH=../liblouis/.libs$${LD_LIBRARY_PATH+:$$LD_LIBRARY_PATH} $$py setup.py clean --all; \ done; \ rm -f louis/__init__.pyc @@ -40,10 +35,6 @@ override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install cd python; \ - for py in $(PYVERS); do \ - LD_LIBRARY_PATH=../liblouis/.libs$${LD_LIBRARY_PATH+:$$LD_LIBRARY_PATH} $$py setup.py install --root=$(CURDIR)/debian/python-louis --install-layout=deb; \ - done - cd python; \ for py in $(PY3VERS); do \ LD_LIBRARY_PATH=../liblouis/.libs$${LD_LIBRARY_PATH+:$$LD_LIBRARY_PATH} $$py setup.py install --root=$(CURDIR)/debian/python3-louis --install-layout=deb; \ done diff -Nru liblouis-3.9.0/doc/liblouis.html liblouis-3.10.0/doc/liblouis.html --- liblouis-3.9.0/doc/liblouis.html 2019-03-04 14:04:52.000000000 +0000 +++ liblouis-3.10.0/doc/liblouis.html 2019-06-03 15:08:47.000000000 +0000 @@ -1,6 +1,6 @@ - diff -Nru liblouis-3.9.0/tables/chardefs.cti liblouis-3.10.0/tables/chardefs.cti --- liblouis-3.9.0/tables/chardefs.cti 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/chardefs.cti 1970-01-01 00:00:00.000000000 +0000 @@ -1,181 +0,0 @@ -# liblouis: English, U.S. (EBAE) character definitions table -# -# Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by -# The BRLTTY Team -# -# Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com -# Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com -# -# This file is part of liblouis. -# -# liblouis is free software: you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 2.1 of the -# License, or (at your option) any later version. -# -# liblouis is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with liblouis. If not, see -# . - -# Spaces -space \t 9 tab -space \x001b 1b escape character for html back-translation -space \x00A0 a NO-BREAK SPACE 0020 NON-BREAKING SPACE -include spaces.uti - -# Computer braille single-cell characters -include loweredDigits6Dots.uti - -include latinLetterDef8Dots.uti - -punctuation ( 12356 -punctuation } 12456 -punctuation ] 124567 -punctuation ? 1456 -punctuation : 156 -punctuation ) 23456 -punctuation ! 2346 -punctuation { 246 -punctuation [ 2467 -punctuation ' 3 -punctuation - 36 -punctuation . 46 -punctuation " 5 -punctuation ; 56 -punctuation , 6 -sign & 12346 -sign $ 1246 -sign | 1256 -sign \\ 12567 -sign % 146 -sign * 16 -sign # 3456 -punctuation ` 4 -sign _ 456 -sign ^ 457 -sign @ 47 -math = 123456 -math < 126 -math / 34 -math > 345 -math + 346 -math ~ 45 - -# Accented letters -lowercase \x00DF 4-234 LATIN SMALL LETTER SHARP S German -lowercase \x00E0 4-1 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN -lowercase \x00E1 4-1 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN -lowercase \x00E2 4-1 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 -lowercase \x00E3 4-1 LATIN SMALL LETTER A WITH TILDE 0061 0303 LATIN -lowercase \x00E4 4-1 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN -lowercase \x00E5 4-1 LATIN SMALL LETTER A WITH RING ABOVE 0061 030A -lowercase \x00E6 4-1 LATIN SMALL LETTER AE LATIN SMALL LETTER A E ash * -lowercase \x00E7 4-14 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN -lowercase \x00E8 4-15 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN -lowercase \x00E9 4-15 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN -lowercase \x00EA 4-15 LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 -lowercase \x00EB 4-15 LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 -lowercase \x00EC 4-24 LATIN SMALL LETTER I WITH GRAVE 0069 0300 LATIN -lowercase \x00ED 4-24 LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN -lowercase \x00EE 4-24 LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 -lowercase \x00EF 4-24 LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 -lowercase \x00F0 4-15 LATIN SMALL LETTER ETH Icelandic 00D0 00D0 -lowercase \x00F1 4-1345 LATIN SMALL LETTER N WITH TILDE 006E 0303 LATIN -lowercase \x00F2 4-135 LATIN SMALL LETTER O WITH GRAVE 006F 0300 LATIN -lowercase \x00F3 4-135 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN -lowercase \x00F4 4-135 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 -lowercase \x00F5 4-135 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN -lowercase \x00F6 4-135 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 -lowercase \x00F8 4-135 LATIN SMALL LETTER O WITH STROKE LATIN SMALL -lowercase \x00F9 4-136 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN -lowercase \x00FA 4-136 LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN -lowercase \x00FB 4-136 LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 -lowercase \x00FC 4-136 LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 -lowercase \x00FD 4-13456 LATIN SMALL LETTER Y WITH ACUTE 0079 0301 LATIN -lowercase \x00FE 4-2345 LATIN SMALL LETTER THORN Icelandic 00DE 00DE -lowercase \x00FF 4-13456 LATIN SMALL LETTER Y WITH DIAERESIS 0079 0308 -uppercase \x00C0 4-1 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN -uppercase \x00C1 4-1 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN -uppercase \x00C2 4-1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 -uppercase \x00C3 4-1 LATIN CAPITAL LETTER A WITH TILDE 0041 0303 LATIN -uppercase \x00C4 4-1 LATIN CAPITAL LETTER A WITH DIAERESIS 0041 0308 -uppercase \x00C5 4-1 LATIN CAPITAL LETTER A WITH RING ABOVE 0041 030A -uppercase \x00C6 4-1 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E -uppercase \x00C7 4-14 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 -uppercase \x00C8 4-15 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN -uppercase \x00C9 4-15 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN -uppercase \x00CA 4-15 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 -uppercase \x00CB 4-15 LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 -uppercase \x00CC 4-24 LATIN CAPITAL LETTER I WITH GRAVE 0049 0300 LATIN -uppercase \x00CD 4-24 LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN -uppercase \x00CE 4-24 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 -uppercase \x00CF 4-24 LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 -uppercase \x00D0 4-15 LATIN CAPITAL LETTER ETH Icelandic 00F0 -uppercase \x00D1 4-1345 LATIN CAPITAL LETTER N WITH TILDE 004E 0303 -uppercase \x00D2 4-135 LATIN CAPITAL LETTER O WITH GRAVE 004F 0300 LATIN -uppercase \x00D3 4-135 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN -uppercase \x00D4 4-135 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 -uppercase \x00D6 4-135 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 -uppercase \x00D8 4-135 LATIN CAPITAL LETTER O WITH STROKE LATIN CAPITAL -uppercase \x00D9 4-136 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN -uppercase \x00DA 4-136 LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN -uppercase \x00DB 4-136 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 -uppercase \x00DC 4-136 LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 -uppercase \x00DD 4-13456 LATIN CAPITAL LETTER Y WITH ACUTE 0059 0301 -uppercase \x00DE 4-2345 LATIN CAPITAL LETTER THORN Icelandic 00FE - -# Miscellaneous -math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN -math \x00B7 4-16 MIDDLE DOT -math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 -math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 -math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 -math \x00D7 16 MULTIPLICATION SIGN -math \x00F7 4-34 DIVISION SIGN -noback punctuation \x0092 3 -noback punctuation \x0097 36-36 -punctuation \x00A1 235 INVERTED EXCLAMATION MARK -punctuation \x00ad 36 -punctuation \x00BF 236 INVERTED QUESTION MARK -punctuation \x2011 36 -punctuation \x2013 36-36 -punctuation \x2014 36-36 -noback punctuation \x2018 6-236 -noback punctuation \x2019 3 -noback punctuation \x2019 356-3 -punctuation \x201c 236 -punctuation \x201d 356 -noback punctuation \x2026 3 -sign \x2122 45-2345 trademark sign -sign \x00A2 4-14 CENT SIGN -sign \x00A3 3456 POUND SIGN -sign \x00A4 1246 CURRENCY SIGN -sign \x00A7 4-234 SECTION SIGN -sign \x00A9 45-14 COPYRIGHT SIGN -sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN -sign \x00B0 56-145-1245 DEGREE SIGN -sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE -sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C -# sign \x00A5 YEN SIGN -punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR -punctuation \x0093 236 -punctuation \x0094 356 -punctuation \x0096 36 -# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS -# sign \x00AA FEMININE ORDINAL INDICATOR 0061 -# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT -# sign \x00AC NOT SIGN -# sign \x00AF MACRON 0020 0304 SPACING MACRON -# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO -# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE -# sign \x00B6 PILCROW SIGN PARAGRAPH SIGN -# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA -# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE -# sign \x00BA MASCULINE ORDINAL INDICATOR 006F -# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y -noback sign \X25CF 16 BLACK CIRCLE diff -Nru liblouis-3.9.0/tables/de-de-comp8.ctb liblouis-3.10.0/tables/de-de-comp8.ctb --- liblouis-3.9.0/tables/de-de-comp8.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/de-de-comp8.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -22,6 +22,17 @@ # A part of these mappings do not correspond to a standard as not all of German 8-dot # braille is properly standardized +# ----------- +#-name: Eurobraille +#-display-name: German 8 dot computer braille +# +#+locale: de +#+type: computer +#+contraction: no +#+grade: 0 +#+direction: both +# ------------ + include braille-patterns.cti sign \x0020 0 @@ -472,3 +483,9 @@ sign \x2610 124578 # not active sign \x2612 12345678 # active sign \x8722 36 + +# musical unicode characters + +sign \x266d 12 # ♭ +sign \x266e 2356 # ♮ +sign \x266f 3456 # ♯ diff -Nru liblouis-3.9.0/tables/en-chardefs.cti liblouis-3.10.0/tables/en-chardefs.cti --- liblouis-3.9.0/tables/en-chardefs.cti 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tables/en-chardefs.cti 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,181 @@ +# liblouis: English, U.S. (EBAE) character definitions table +# +# Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by +# The BRLTTY Team +# +# Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com +# Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com +# +# This file is part of liblouis. +# +# liblouis is free software: you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 2.1 of the +# License, or (at your option) any later version. +# +# liblouis is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with liblouis. If not, see +# . + +# Spaces +space \t 9 tab +space \x001b 1b escape character for html back-translation +space \x00A0 a NO-BREAK SPACE 0020 NON-BREAKING SPACE +include spaces.uti + +# Computer braille single-cell characters +include loweredDigits6Dots.uti + +include latinLetterDef8Dots.uti + +punctuation ( 12356 +punctuation } 12456 +punctuation ] 124567 +punctuation ? 1456 +punctuation : 156 +punctuation ) 23456 +punctuation ! 2346 +punctuation { 246 +punctuation [ 2467 +punctuation ' 3 +punctuation - 36 +punctuation . 46 +punctuation " 5 +punctuation ; 56 +punctuation , 6 +sign & 12346 +sign $ 1246 +sign | 1256 +sign \\ 12567 +sign % 146 +sign * 16 +sign # 3456 +punctuation ` 4 +sign _ 456 +sign ^ 457 +sign @ 47 +math = 123456 +math < 126 +math / 34 +math > 345 +math + 346 +math ~ 45 + +# Accented letters +lowercase \x00DF 4-234 LATIN SMALL LETTER SHARP S German +lowercase \x00E0 4-1 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN +lowercase \x00E1 4-1 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN +lowercase \x00E2 4-1 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 +lowercase \x00E3 4-1 LATIN SMALL LETTER A WITH TILDE 0061 0303 LATIN +lowercase \x00E4 4-1 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN +lowercase \x00E5 4-1 LATIN SMALL LETTER A WITH RING ABOVE 0061 030A +lowercase \x00E6 4-1 LATIN SMALL LETTER AE LATIN SMALL LETTER A E ash * +lowercase \x00E7 4-14 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN +lowercase \x00E8 4-15 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN +lowercase \x00E9 4-15 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN +lowercase \x00EA 4-15 LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 +lowercase \x00EB 4-15 LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 +lowercase \x00EC 4-24 LATIN SMALL LETTER I WITH GRAVE 0069 0300 LATIN +lowercase \x00ED 4-24 LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN +lowercase \x00EE 4-24 LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 +lowercase \x00EF 4-24 LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 +lowercase \x00F0 4-15 LATIN SMALL LETTER ETH Icelandic 00D0 00D0 +lowercase \x00F1 4-1345 LATIN SMALL LETTER N WITH TILDE 006E 0303 LATIN +lowercase \x00F2 4-135 LATIN SMALL LETTER O WITH GRAVE 006F 0300 LATIN +lowercase \x00F3 4-135 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN +lowercase \x00F4 4-135 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 +lowercase \x00F5 4-135 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN +lowercase \x00F6 4-135 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 +lowercase \x00F8 4-135 LATIN SMALL LETTER O WITH STROKE LATIN SMALL +lowercase \x00F9 4-136 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN +lowercase \x00FA 4-136 LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN +lowercase \x00FB 4-136 LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 +lowercase \x00FC 4-136 LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 +lowercase \x00FD 4-13456 LATIN SMALL LETTER Y WITH ACUTE 0079 0301 LATIN +lowercase \x00FE 4-2345 LATIN SMALL LETTER THORN Icelandic 00DE 00DE +lowercase \x00FF 4-13456 LATIN SMALL LETTER Y WITH DIAERESIS 0079 0308 +uppercase \x00C0 4-1 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN +uppercase \x00C1 4-1 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN +uppercase \x00C2 4-1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 +uppercase \x00C3 4-1 LATIN CAPITAL LETTER A WITH TILDE 0041 0303 LATIN +uppercase \x00C4 4-1 LATIN CAPITAL LETTER A WITH DIAERESIS 0041 0308 +uppercase \x00C5 4-1 LATIN CAPITAL LETTER A WITH RING ABOVE 0041 030A +uppercase \x00C6 4-1 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E +uppercase \x00C7 4-14 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 +uppercase \x00C8 4-15 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN +uppercase \x00C9 4-15 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN +uppercase \x00CA 4-15 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 +uppercase \x00CB 4-15 LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 +uppercase \x00CC 4-24 LATIN CAPITAL LETTER I WITH GRAVE 0049 0300 LATIN +uppercase \x00CD 4-24 LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN +uppercase \x00CE 4-24 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 +uppercase \x00CF 4-24 LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 +uppercase \x00D0 4-15 LATIN CAPITAL LETTER ETH Icelandic 00F0 +uppercase \x00D1 4-1345 LATIN CAPITAL LETTER N WITH TILDE 004E 0303 +uppercase \x00D2 4-135 LATIN CAPITAL LETTER O WITH GRAVE 004F 0300 LATIN +uppercase \x00D3 4-135 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN +uppercase \x00D4 4-135 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 +uppercase \x00D6 4-135 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 +uppercase \x00D8 4-135 LATIN CAPITAL LETTER O WITH STROKE LATIN CAPITAL +uppercase \x00D9 4-136 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN +uppercase \x00DA 4-136 LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN +uppercase \x00DB 4-136 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 +uppercase \x00DC 4-136 LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 +uppercase \x00DD 4-13456 LATIN CAPITAL LETTER Y WITH ACUTE 0059 0301 +uppercase \x00DE 4-2345 LATIN CAPITAL LETTER THORN Icelandic 00FE + +# Miscellaneous +math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN +math \x00B7 4-16 MIDDLE DOT +math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 +math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 +math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 +math \x00D7 16 MULTIPLICATION SIGN +math \x00F7 4-34 DIVISION SIGN +noback punctuation \x0092 3 +noback punctuation \x0097 36-36 +punctuation \x00A1 235 INVERTED EXCLAMATION MARK +punctuation \x00ad 36 +punctuation \x00BF 236 INVERTED QUESTION MARK +punctuation \x2011 36 +punctuation \x2013 36-36 +punctuation \x2014 36-36 +noback punctuation \x2018 6-236 +noback punctuation \x2019 3 +noback punctuation \x2019 356-3 +punctuation \x201c 236 +punctuation \x201d 356 +noback punctuation \x2026 3 +sign \x2122 45-2345 trademark sign +sign \x00A2 4-14 CENT SIGN +sign \x00A3 3456 POUND SIGN +sign \x00A4 1246 CURRENCY SIGN +sign \x00A7 4-234 SECTION SIGN +sign \x00A9 45-14 COPYRIGHT SIGN +sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN +sign \x00B0 56-145-1245 DEGREE SIGN +sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE +sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C +# sign \x00A5 YEN SIGN +punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR +punctuation \x0093 236 +punctuation \x0094 356 +punctuation \x0096 36 +# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS +# sign \x00AA FEMININE ORDINAL INDICATOR 0061 +# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT +# sign \x00AC NOT SIGN +# sign \x00AF MACRON 0020 0304 SPACING MACRON +# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO +# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE +# sign \x00B6 PILCROW SIGN PARAGRAPH SIGN +# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA +# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE +# sign \x00BA MASCULINE ORDINAL INDICATOR 006F +# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y +noback sign \X25CF 16 BLACK CIRCLE diff -Nru liblouis-3.9.0/tables/en-GB-g2.ctb liblouis-3.10.0/tables/en-GB-g2.ctb --- liblouis-3.9.0/tables/en-GB-g2.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-GB-g2.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -143,6 +143,8 @@ word beh = word bel = begword beln = Belnick +begword belittle 23-123-123 +nofor sufword belittle 23-123-24-2345-2345-123-15 always below 23-123 always beneath 23-1345 always beside 23-234 @@ -405,7 +407,7 @@ contraction lr word like 123 word doolittle = -always little 123-123 +sufword little 123-123 contraction ll sufword lone 123-5-135 lonely always lord 5-123 diff -Nru liblouis-3.9.0/tables/en-in-g1.ctb liblouis-3.10.0/tables/en-in-g1.ctb --- liblouis-3.9.0/tables/en-in-g1.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-in-g1.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -23,7 +23,7 @@ # To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com -include chardefs.cti All character definition opcodes +include en-chardefs.cti All character definition opcodes # Braille indicators numsign 3456 number sign, just a dots operand capsletter 6 diff -Nru liblouis-3.9.0/tables/en-ueb-chardefs.uti liblouis-3.10.0/tables/en-ueb-chardefs.uti --- liblouis-3.9.0/tables/en-ueb-chardefs.uti 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-ueb-chardefs.uti 2019-06-03 14:39:49.000000000 +0000 @@ -59,7 +59,7 @@ digit 8 125 digit 9 24 -# this is a bad work-around for doing numeric mode backwards +# this is a bad work-around for doing numeric mode backwards litdigit 0 245 litdigit 1 1 litdigit 2 12 @@ -72,7 +72,67 @@ litdigit 9 24 -# ASCII Punctuation and Signs +# Modifiers + +# acute accent +sign \x00b4 45-34 ´ +sign \x0301 45-34 ́ +noback correct [$l]"́" "́"* + +# circumflex/carot +display \x005e 457 ^ +sign \x005e 4-26 ^ +sign \x0302 45-146 ̂ +noback correct [$l]"̂" "̂"* + +# grave accent +sign \x0060 46-16 ` +noback punctuation ` 4 +sign \x0300 45-16 ̀̀ +noback correct [$l]"̀" "̀"* + +# tilde +display \x007e 45 ~ +math \x007e 4-35 ~ +sign \x0303 45-12456 ̃ +noback correct [$l]"̃" "̃"* +noback pass2 @45-12456-6 @6-45-12456 move after capital sign + +# macron +sign \x00af 4-36 ¯ +sign \x0304 45-4-36 ̄ +noback correct [$l]"̄" "̄"* + +# cedilla +sign \x00b8 45-12346 ¸ +sign \x0327 45-12346 ̧ +noback correct [$l]"̧" "̧"* + +# diaeresis/umlat +sign \x00a8 45-25 ¨ +sign \x0308 45-25 ̈ +noback correct [$l]"̈" "̈"* + +# caron +sign \x02c7 45-345 ˇ +sign \x030c 45-346 ̌ +noback correct [$l]"̌" "̌"* + +# breve +sign \x02d8 4-346 ˘ +sign \x0306 4-346 ̆ +noback correct [$l]"̆" "̆"* + +# ring/circle +sign \x02da 45-1246 ˚ +sign \x030a 45-1246 ̊ +noback correct [$l]"̊" "̊"* + + +##### Start of Unicode + + +# Unicode: Basic Latin display ! 2346 punctuation ! 235 @@ -99,6 +159,7 @@ sign % 46-356 display & 12346 sign & 4-12346 +display ' 3 punctuation ' 3 display ( 12356 punctuation ( 5-126 @@ -111,6 +172,7 @@ display , 6 punctuation , 2 match %a , %a 56-2 +display - 36 punctuation - 36 hyphen - 36 display . 46 @@ -118,7 +180,7 @@ decpoint . 256 display / 34 math / 456-34 - +# 0-9 see Numeric Symbols display : 156 punctuation : 25 postpunc : 25 @@ -134,307 +196,213 @@ math = 5-2356 display > 345 punctuation > 4-345 -# requires grade one indicator when by itself +# requires grade one indicator when by itself punctuation ? 56-236 postpunc ? 236 display @ 47 sign @ 4-1 - +# A-Z see latinLetterDef8Dots.uti display [ 2467 punctuation [ 46-126 display \\ 12567 sign \\ 456-16 display ] 124567 punctuation ] 46-345 -display ^ 457 -sign ^ 4-26 +# \x005e ^ see Modifiers display _ 456 sign _ 46-36 -sign ` 46-16 grave accent -noback punctuation ` 4 - -display } 12456 -punctuation } 456-345 -display | 1256 -sign | 456-1256 +# /x0060 ` see Modifiers +# a-z see latinLetterDef8Dots.uti display { 246 punctuation { 456-126 -display ~ 45 -math ~ 4-35 - +display | 1256 +sign | 456-1256 +display } 12456 +punctuation } 456-345 +# \x007e ~ see Modifiers -# Unicode Modified Letters -uplow \x00d8\x00f8 4-16-135 Øø stroke -uplow \x0141\x0142 4-16-123 Łł stroke -uplow \x023a\x2c65 4-16-1 Ⱥⱥ stroke -uplow \x023b\x023c 4-16-14 Ȼȼ stroke -uplow \x023e\x2c66 4-16-2345 Ⱦⱦ diagonal stroke -uplow \x0246\x0247 4-16-15 Ɇɇ stroke -uplow \xa742\xa743 4-16-13 Ꝃꝃ diagonal stroke -uplow \xa758\xa759 4-16-12345 Ꝙꝙ diagonal stroke -uplow \xa75e\xa75f 4-16-1236 Ꝟꝟ diagonal stroke - -uplow \x0110\x0111 4-25-145 Đđ stroke -uplow \x0126\x0127 4-25-125 Ħħ stroke -uplow \x0166\x0167 4-25-2345 Ŧŧ stroke -uplow \x0197\x0268 4-25-24 Ɨɨ stroke -uplow \x01b5\x01b6 4-25-1356 Ƶƶ stroke -uplow \x01e4\x01e5 4-25-1245 Ǥǥ stroke -uplow \x0243\x0180 4-25-12 Ƀƀ stroke -uplow \x0248\x0249 4-25-245 Ɉɉ stroke -uplow \x024c\x024d 4-25-15 Ɍɍ stroke -uplow \x024e\x024f 4-25-13456 Ɏɏ stroke -uplow \x04b0\x04b1 4-25-13456 Ұұ stroke cyrillic straight u -uplow \x2c63\x1d7d 4-25-1234 Ᵽᵽ stroke -uplow \xa740\xa741 4-25-13 Ꝁꝁ stroke -uplow \xa750\xa751 4-25-1234 Ꝑꝑ stroke descender -uplow \xa756\xa757 4-25-12345 Ꝗꝗ stroke descender -uplow \xa798\xa798 4-25-124 Ꞙꞙ stroke +# Unicode: Latin-1 Supplement -uplow \x0102\x0103 4-346-1 Ăă -uplow \x0114\x0115 4-346-15 Ĕĕ -uplow \x011e\x011f 4-346-1245 Ğğ -uplow \x012c\x012d 4-346-24 Ĭĭ -uplow \x014e\x014f 4-346-135 Ŏŏ -uplow \x016c\x016d 4-346-136 Ŭŭ -uplow \x04d0\x04d1 4-346-1 Ӑӑ +#punctuation \x0093 236 +#punctuation \x0094 356 +#punctuation \x0096 36 +space \x00a0 a non-breaking space +sign \x00a1 45-56-235 ¡ +punctuation \x00a1 235 ¡ +sign \x00a2 4-14 ¢ cent +sign \x00a3 4-123 £ pound +sign \x00a4 1246 ¤ curency +sign \x00a5 4-13456 ¥ yen +sign \x00a6 46-1256 ¦ broken bar +punctuation \x00a6 456-1256 ¦ broken bar +sign \x00a7 45-234 § section +# \x00a8 ¨ see Modifiers +sign \x00a9 45-14 © copyright +#sign \x00aa ª +punctuation \x00ab 456-236 « +sign \x00ac 4-1456 ¬ +punctuation \x00ad 36 - soft hyphen +sign \x00ae 45-1235 ® registered +# \x00af ¯ see Modifiers +sign \x00b0 45-245 ° +math \x00b1 456-235 ± -uplow \x0100\x0101 4-36-1 Āā -uplow \x0112\x0113 4-36-15 Ēē -uplow \x012a\x012b 4-36-24 Īī -uplow \x014c\x014d 4-36-135 Ōō -uplow \x016a\x016b 4-36-136 Ūū -uplow \x0232\x0233 4-36-13456 Ȳȳ -uplow \x04ee\x04ef 4-36-13456 Ӯӯ cyrillic u -uplow \x1e20\x1e21 4-36-1245 Ḡḡ +# fake grade 1 and superscipt indicator +math \x00b2 56-35-3456-12 ² +math \x00b3 56-35-3456-14 ³ +# \x00b4 ´ see Modifiers +sign \x00b5 46-134 µ +math \x00b7 4-16 · -uplow \x00c7\x00e7 45-12346-14 Çç -uplow \x0122\x0123 45-12346-1245 Ģģ -uplow \x0136\x0137 45-12346-13 Ķķ -uplow \x013b\x013c 45-12346-123 Ļļ -uplow \x0145\x0146 45-12346-1345 Ņņ -uplow \x0156\x0157 45-12346-1235 Ŗŗ -uplow \x015e\x015f 45-12346-234 Şş -uplow \x0162\x0163 45-12346-2345 Ţţ -uplow \x0228\x0229 45-12346-15 Ȩȩ -uplow \x04aa\x04ab 45-12346-14 Ҫҫ +# fake numeric indicator +math \x00bc 3456-1-34-145 ¼ +math \x00bd 3456-1-34-12 ½ +math \x00be 3456-14-34-145 ¾ +#sign \x00ba 0 º +sign \x00b6 45-1234 ¶ pilcrow +# \x00b8 ¸ see Modifiers +punctuation \x00bb 456-356 » +punctuation \x00bf 45-56-236 ¿ uplow \x00c0\x00e0 45-16-1 Àà -uplow \x00c8\x00e8 45-16-15 Èè -uplow \x00cc\x00ec 45-16-24 Ìì -uplow \x00d2\x00f2 45-16-135 Òò -uplow \x00d9\x00f9 45-16-136 Ùù -uplow \x01f8\x01f9 45-16-1345 Ǹǹ -uplow \x0400\x0450 45-16-15 Ѐѐ cyrillic ie - +uplow \x00c1\x00e1 45-34-1 Áá uplow \x00c2\x00e2 45-146-1 Ââ -uplow \x00ca\x00ea 45-146-15 Êê -uplow \x00cd\x00ed 45-146-24 Íí -uplow \x00ce\x00ee 45-146-24 Îî -uplow \x00d3\x00f3 45-146-135 Óó -uplow \x00d4\x00f4 45-146-135 Ôô -uplow \x00da\x00fa 45-146-136 Úú -uplow \x00db\x00fb 45-146-136 Ûû -uplow \x0108\x0109 45-146-14 Ĉĉ -uplow \x011c\x011d 45-146-1245 Ĝĝ -uplow \x0124\x0125 45-146-125 Ĥĥ -uplow \x0134\x0135 45-146-245 Ĵĵ -uplow \x015c\x015d 45-146-234 Ŝŝ -uplow \x0174\x0175 45-146-2456 Ŵŵ -uplow \x0176\x0177 45-146-13456 Ŷŷ -math \x2a23 45-146-5-235 ⨣ - -uplow \x00c5\x00e5 45-1246-1 Åå -uplow \x016e\x016f 45-1246-136 Ůů - uplow \x00c3\x00e3 45-12456-1 Ãã -uplow \x00d1\x00f1 45-12456-1345 Ññ -uplow \x00d5\x00f5 45-12456-135 Õõ -uplow \x0168\x0169 45-12456-136 Ũũ -uplow \x1e7c\x1e7d 45-12456-1236 Ṽṽ -uplow \x1ebc\x1ebd 45-12456-15 Ẽẽ -uplow \x1ef8\x1ef9 45-12456-13456 Ỹỹ -math \x2a24 45-12456-5-235 ⨤ - uplow \x00c4\x00e4 45-25-1 Ää +uplow \x00c5\x00e5 45-1246-1 Åå +uppercase \x00c6 1-6-45-235-15 Æ +uplow \x00c7\x00e7 45-12346-14 Çç +uplow \x00c8\x00e8 45-16-15 Èè +uplow \x00c9\x00e9 45-34-15 Éé +uplow \x00ca\x00ea 45-146-15 Êê uplow \x00cb\x00eb 45-25-15 Ëë +uplow \x00cc\x00ec 45-16-24 Ìì +uplow \x00cd\x00ed 45-34-24 Íí +uplow \x00ce\x00ee 45-146-24 Îî uplow \x00cf\x00ef 45-25-24 Ïï +uplow \x00d0\x00f0 3456-1246 Ðð +uplow \x00d1\x00f1 45-12456-1345 Ññ +uplow \x00d2\x00f2 45-16-135 Òò +uplow \x00d3\x00f3 45-34-135 Óó +uplow \x00d4\x00f4 45-146-135 Ôô +uplow \x00d5\x00f5 45-12456-135 Õõ uplow \x00d6\x00f6 45-25-135 Öö +math \x00d7 5-236 × +uplow \x00d8\x00f8 4-16-135 Øø +uplow \x00d9\x00f9 45-16-136 Ùù +uplow \x00da\x00fa 45-34-136 Úú +uplow \x00db\x00fb 45-146-136 Ûû uplow \x00dc\x00fc 45-25-136 Üü -uplow \x0178\x00ff 45-25-13456 Ÿÿ +uplow \x00dd\x00fd 45-34-13456 Ýý uplow \x00de\x00fe 3456-2346 Þþ +lowercase \x00e6 1-45-235-15 æ +math \x00f7 5-34 ÷ -uplow \x00c1\x00e1 45-34-1 Áá -uplow \x00c9\x00e9 45-34-15 Éé -uplow \x00dd\x00fd 45-34-13456 Ýý + +# Unicode: Latin Extended-A + +uplow \x0100\x0101 4-36-1 Āā +uplow \x0102\x0103 4-346-1 Ăă uplow \x0106\x0107 45-34-14 Ćć +uplow \x0108\x0109 45-146-14 Ĉĉ +uplow \x010e\x010f 45-346-145 Ďď +uplow \x0110\x0111 4-25-145 Đđ +uplow \x0112\x0113 4-36-15 Ēē +uplow \x0114\x0115 4-346-15 Ĕĕ +uplow \x011c\x011d 45-146-1245 Ĝĝ +uplow \x011e\x011f 4-346-1245 Ğğ +uplow \x0122\x0123 45-12346-1245 Ģģ +uplow \x0124\x0125 45-146-125 Ĥĥ +uplow \x0126\x0127 4-25-125 Ħħ +uplow \x0128\x0129 45-12456-24 Ĩĩ +uplow \x012a\x012b 4-36-24 Īī +uplow \x012c\x012d 4-346-24 Ĭĭ +uppercase \x0132 24-6-45-235-245 IJ +lowercase \x0133 24-45-235-245 ij +uplow \x0134\x0135 45-146-245 Ĵĵ +uplow \x0136\x0137 45-12346-13 Ķķ uplow \x0139\x013a 45-34-123 Ĺĺ +uplow \x013b\x013c 45-12346-123 Ļļ +uplow \x013d\x013e 45-346-123 Ľľ +uplow \x0141\x0142 4-16-123 Łł +uplow \x0141\x0142 4-25-123 Łł uplow \x0143\x0144 45-34-1345 Ńń +uplow \x0145\x0146 45-12346-1345 Ņņ +uplow \x0147\x0148 45-346-1345 Ňň +uplow \x014a\x014b 45-1345 Ŋŋ +uplow \x014c\x014d 4-36-135 Ōō +uplow \x014e\x014f 4-346-135 Ŏŏ +uppercase \x0152 135-6-45-235-15 Œ +lowercase \x0153 135-45-235-15 œ uplow \x0154\x0155 45-34-1235 Ŕŕ +uplow \x0156\x0157 45-12346-1235 Ŗŗ +uplow \x0158\x0159 45-346-1235 Řř uplow \x015a\x015b 45-34-234 Śś +uplow \x015c\x015d 45-146-234 Ŝŝ +uplow \x015e\x015f 45-12346-234 Şş +uplow \x0160\x0161 45-346-234 Šš +uplow \x0162\x0163 45-12346-2345 Ţţ +uplow \x0164\x0165 45-346-2345 Ťť +uplow \x0166\x0167 4-25-2345 Ŧŧ +uplow \x0168\x0169 45-12456-136 Ũũ +uplow \x016a\x016b 4-36-136 Ūū +uplow \x016c\x016d 4-346-136 Ŭŭ +uplow \x016e\x016f 45-1246-136 Ůů +uplow \x0174\x0175 45-146-2456 Ŵŵ +uplow \x0176\x0177 45-146-13456 Ŷŷ +uplow \x0178\x00ff 45-25-13456 Ÿÿ uplow \x0179\x017a 45-34-1356 Źź uplow \x017d\x017e 45-346-1356 Žž -uplow \x0197\x0268 4-25-24 Ɨɨ stroke -uplow \x01b5\x01b6 4-25-1356 Ƶƶ stroke + + +# Unicode: Latin Extended-B + +uplow \x018f\x0259 456-26 Əə schwa e must be before \x018e and \x04d8 +uplow \x018e\x01dd 456-26 Ǝǝ turned e +uplow \x0197\x0268 4-25-24 Ɨɨ +uplow \x01b5\x01b6 4-25-1356 Ƶƶ uplow \x01cd\x01ce 45-346-1 Ǎǎ uplow \x01cf\x01d0 45-346-123 Ǐǐ +uplow \x01cf\x01d0 45-346-24 Ǐǐ uplow \x01d1\x01d2 45-346-135 Ǒǒ uplow \x01d3\x01d4 45-346-136 Ǔǔ -uplow \x01e4\x01e5 4-25-1245 Ǥǥ stroke +uplow \x01e4\x01e5 4-25-1245 Ǥǥ uplow \x01e6\x01e7 45-346-1245 Ǧǧ uplow \x01e8\x01e9 45-346-13 Ǩǩ uplow \x01f4\x01f5 45-34-1245 Ǵǵ +uplow \x01f7\x01bf 3456-2456 Ƿƿ wynn uplow \x01f8\x01f9 45-16-1345 Ǹǹ +uplow \x021c\x021d 3456-13456 Ȝȝ yogh uplow \x021e\x021f 45-346-125 Ȟȟ uplow \x0228\x0229 45-12346-15 Ȩȩ uplow \x0232\x0233 4-36-13456 Ȳȳ -uplow \x023a\x2c65 4-16-1 Ⱥⱥ stroke -uplow \x023b\x023c 4-16-14 Ȼȼ stroke -uplow \x023e\x2c66 4-16-2345 Ⱦⱦ diagonal stroke -uplow \x0243\x0180 4-25-12 Ƀƀ stroke -uplow \x0246\x0247 4-16-15 Ɇɇ stroke -uplow \x0248\x0249 4-25-245 Ɉɉ stroke -uplow \x024c\x024d 4-25-15 Ɍɍ stroke -uplow \x024e\x024f 4-25-13456 Ɏɏ stroke - -uplow \x0400\x0450 45-16-15 Ѐѐ cyrillic ie -uplow \x0401\x0451 45-25-15 Ёё cyrillic io -uplow \x0407\x0457 45-25-24 Її cyrillic yi -uplow \x040c\x045c 45-34-13 Ќќ cyrillic kje -uplow \x040e\x04e5 45-346-13456 Ўў cyrillic short u -uplow \x04aa\x04ab 45-12346-14 Ҫҫ -uplow \x04b0\x04b1 4-25-13456 Ұұ stroke cyrillic straight u -uplow \x04d0\x04d1 4-346-1 Ӑӑ -uplow \x04d2\x04d3 45-25-1 Ӓӓ cyrillic a -uplow \x04d6\x04d7 45-346-15 Ӗӗ cyrillic ie -uplow \x04d8\x04d9 456-26 Әә cyrillic schwa -uplow \x04ee\x04ef 4-36-13456 Ӯӯ cyrillic u -uplow \x04f0\x04f1 45-25-13456 Ӱӱ cyrillic u +uplow \x023a\x2c65 4-16-1 Ⱥⱥ +uplow \x023b\x023c 4-16-14 Ȼȼ +uplow \x023e\x2c66 4-16-2345 Ⱦⱦ +uplow \x0243\x0180 4-25-12 Ƀƀ +uplow \x0246\x0247 4-16-15 Ɇɇ +uplow \x0248\x0249 4-25-245 Ɉɉ +uplow \x0248\x0249 4-25-245 Ɉɉ +uplow \x024c\x024d 4-25-1235 Ɍɍ +uplow \x024e\x024f 4-25-13456 Ɏɏ -uplow \x1e20\x1e21 4-36-1245 Ḡḡ -uplow \x1e26\x1e27 45-25-125 Ḧḧ -uplow \x1e30\x1e31 45-34-13 Ḱḱ -uplow \x1e3e\x1e3f 45-34-134 Ḿḿ -uplow \x1e54\x1e55 45-34-1234 Ṕṕ -uplow \x1e7c\x1e7d 45-12456-1236 Ṽṽ -uplow \x1e82\x1e83 45-34-2456 Ẃẃ -uplow \x1e84\x1e85 45-25-2456 Ẅẅ -uplow \x1e8c\x1e8d 45-25-1346 Ẍẍ -lowercase \x1e97 45-25-2345 ẗ -lowercase \x1e98 45-1246-2456 ẘ http://archives.miloush.net/michkap/archive/2012/04/17/10294366.html -lowercase \x1e99 45-1246-13456 ẙ -uplow \x1ebc\x1ebd 45-12456-15 Ẽẽ -uplow \x1ef8\x1ef9 45-12456-13456 Ỹỹ -uplow \x2c63\x1d7d 4-25-1234 Ᵽᵽ stroke +# Unicode: IPA Extensions -uplow \xa740\xa741 4-25-13 Ꝁꝁ stroke -uplow \xa742\xa743 4-16-13 Ꝃꝃ diagonal stroke -uplow \xa750\xa751 4-25-1234 Ꝑꝑ stroke descender -uplow \xa756\xa757 4-25-12345 Ꝗꝗ stroke descender -uplow \xa758\xa759 4-16-12345 Ꝙꝙ diagonal stroke -uplow \xa75e\xa75f 4-16-1236 Ꝟꝟ diagonal stroke -uplow \xa798\xa798 4-25-124 Ꞙꞙ stroke - - -# Early Forms of English -uplow \x021c\x021d 3456-13456 Ȝȝ yogh -uplow \x00de\x00fe 3456-2346 Þþ thorn -uplow \x00d0\x00f0 3456-1246 Ðð eth -uplow \x01f7\x01bf 3456-2456 Ƿƿ wynn (wen) +# \x0259 ə see \x018f -sign \x0300 45-16 ̀̀ grave accent -noback correct [$l]"̀" "̀"* - -sign \x00b4 45-34 ´ acute accent -sign \x0301 45-34 ́ acute accent -noback correct [$l]"́" "́"* -sign \x0302 45-146 ̂ circumflex -noback correct [$l]"̂" "̂"* - -sign \x0303 45-12456 ̃ tilde -noback correct [$l]"̃" "̃"* -noback pass2 @45-12456-6 @6-45-12456 move after capital sign - -sign \x0304 45-4-36 ̄ macron -noback correct [$l]"̄" "̄"* +# Unicode: Spacing Modifier Letters -sign \x02d8 4-346 ˘ uncombining breve -sign \x0306 4-346 ̆ breve -noback correct [$l]"̆" "̆"* - -sign \x0308 45-25 ̈ diaeresis/umlat -noback correct [$l]"̈" "̈"* - -sign \x030a 45-1246 ̊ ring/circle -noback correct [$l]"̊" "̊"* - -sign \x030c 45-346 ̌ caron -noback correct [$l]"̌" "̌"* - -sign \x0327 45-12346 ̧ cedilla -noback correct [$l]"̧" "̧"* - -lowercase \x1e97 45-25-2345 ẗ -lowercase \x1e98 45-1246-2456 ẘ http://archives.miloush.net/michkap/archive/2012/04/17/10294366.html -lowercase \x1e99 45-1246-13456 ẙ +sign \x02e6 45-46-14 ˦ high tone +sign \x02e7 45-46-25 ˧ mid tone +sign \x02e8 45-46-36 ˨ low tone -# Unicode Ligatured Letters - -uppercase \x00c6 1-6-45-235-15 Æ -lowercase \x00e6 1-45-235-15 æ -uppercase \x0152 135-6-45-235-15 Œ -lowercase \x0153 135-45-235-15 œ -uppercase \x01e2 1-36-126-1-6-45-235-15-345 Ǣ -lowercase \x01e3 1-36-126-1-45-235-15-345 ǣ -uppercase \x01e2 45-34-126-1-6-45-235-15-345 Ǽ -lowercase \x01e3 45-34-126-1-45-235-15-345 ǽ -uppercase \x04d4 1-6-45-235-15 Ӕ cyrillic -lowercase \x04d5 1-45-235-15 ӕ cyrillic -uppercase \x0132 24-6-45-235-245 IJ -lowercase \x0133 24-45-235-245 ij - -lowercase \xfb00 124-45-235-124 ff -lowercase \xfb01 124-45-235-24 fi -lowercase \xfb04 124-45-235-2345 ſt -lowercase \xfb06 234-45-235-2345 st - -#\xa7f9 ꟹ -#\xfb02 ffi -#\xfb03 ffl -# ᾱ ǟ ḫ ⨣ ẘẙ Ɵ ẗ ǰ Ⱥ ɟⱦꝃ Ѣѣ ǘ - - -# Unicode Ligatured Letters - -uppercase \x00c6 1-6-45-235-15 Æ capital ligature ae (ash) -lowercase \x00e6 1-45-235-15 æ lowercase ligature ae (ash) -uppercase \x0132 24-6-45-235-245 IJ -lowercase \x0133 24-45-235-245 ij -uppercase \x01e2 45-34-126-1-6-45-235-15-345 Ǽ -lowercase \x01e3 45-34-126-1-45-235-15-345 ǽ -uppercase \x0152 135-6-45-235-15 Œ capital ligature oe -lowercase \x0153 135-45-235-15 œ ligature oe - -uppercase \x04d4 1-6-45-235-15 Ӕ cyrillic -lowercase \x04d5 1-45-235-15 ӕ cyrillic - -#\xa7f9 ꟹ - -lowercase \xfb00 124-45-235-124 ff -lowercase \xfb01 124-45-235-24 fi -#\xfb02 ffi -#\xfb03 ffl -lowercase \xfb05 124-45-235-2345 ſt -lowercase \xfb06 234-45-235-2345 st - - -# Unicode Greek +# Unicode: Greek and Coptic uplow \x0391\x03b1 46-1 Αα Alpha uplow \x0392\x03b2 46-12 Ββ Beta @@ -454,68 +422,111 @@ uplow \x03a0\x03c0 46-1234 Ππ Pi uplow \x03a1\x03c1 46-1235 Ρρ Rho uplow \x03a3\x03c3 46-234 Σσ Sigma -noback lowercase \x03c2 46-234 ς Small Letter Sigma uplow \x03a4\x03c4 46-2345 Ττ Tau uplow \x03a5\x03c5 46-136 Υυ Upsilon uplow \x03a6\x03c6 46-124 Φφ Phi uplow \x03a7\x03c7 46-12346 Χχ Chi uplow \x03a8\x03c8 46-13456 Ψψ Psi uplow \x03a9\x03c9 46-2456 Ωω Omega +noback lowercase \x03c2 46-234 ς Small Letter Sigma -# Unicode Punctuation and Signs +# Unicode: Cyrillic +# similar cryrillic characters must be after latin characters +# to ensure proper backward translation -sign \x00a1 45-56-235 ¡ -punctuation \x00a1 235 ¡ -sign \x00a2 4-14 ¢ cent -sign \x00a3 4-123 £ pound -#sign \x00a3 3456 £ -sign \x00a4 1246 ¤ curency -sign \x00a5 4-13456 ¥ yen -sign \x00a6 46-1256 ¦ broken bar -punctuation \x00a6 456-1256 ¦ broken bar -sign \x00a7 45-234 § section -sign \x00a8 45-25 ¨ -sign \x00a9 45-14 © copyright -#sign \x00aa ª -punctuation \x00ab 456-236 « -sign \x00ac 4-1456 ¬ -punctuation \x00ad 36 - soft hyphen -sign \x00ae 45-1235 ® registered -sign \x00af 4-36 ¯ -#sign \x00ba 0 º -sign \x00b6 45-1234 ¶ pilcrow -sign \x00b8 45-12346 ¸ cedilla -punctuation \x00bb 456-356 » -punctuation \x00bf 45-56-236 ¿ -uplow \x014a\x014b 45-1345 Ŋŋ -uplow \x018f\x0259 456-26 Əə -#\x0259 ə see \x018f -uplow \x04d8\x04d9 456-26 Әә cyrillic schwa - -sign \x02e6 45-46-14 ˦ high tone -sign \x02e7 45-46-25 ˧ mid tone -sign \x02e8 45-46-36 ˨ low tone +# Unicode: Latin Extended Additional + +uplow \x1e20\x1e21 4-36-1245 Ḡḡ +uplow \x1e26\x1e27 45-25-125 Ḧḧ +uplow \x1e30\x1e31 45-34-13 Ḱḱ +uplow \x1e3e\x1e3f 45-34-134 Ḿḿ +uplow \x1e54\x1e55 45-34-1234 Ṕṕ +uplow \x1e7c\x1e7d 45-12456-1236 Ṽṽ +uplow \x1e82\x1e83 45-34-2456 Ẃẃ +uplow \x1e84\x1e85 45-25-2456 Ẅẅ +uplow \x1e8c\x1e8d 45-25-1346 Ẍẍ +lowercase \x1e97 45-25-2345 ẗ +lowercase \x1e98 45-1246-2456 ẘ http://archives.miloush.net/michkap/archive/2012/04/17/10294366.html +lowercase \x1e99 45-1246-13456 ẙ +uplow \x1ebc\x1ebd 45-12456-15 Ẽẽ +uplow \x1ef8\x1ef9 45-12456-13456 Ỹỹ + +# Unicode: General Punctuation + +space \x2000 0 +space \x2001 0 +space \x2002 0 +space \x2003 0 +space \x2004 0 +space \x2005 0 +space \x2006 0 +space \x2007 0 +space \x2008 0 +space \x2009 0 +space \x200a 0 +space \x200b 0 punctuation \x2010 36 ‐ punctuation \x2011 36 ‑ punctuation \x2013 6-36 – -punctuation \x2014 5-6-36 — Rules of UEB, page 15 +punctuation \x2014 5-6-36 — Rules of UEB, page 15 punctuation \x2015 5-6-36 ― noback punctuation \x2018 6-236 ‘ noback punctuation \x2019 6-356 ’ punctuation \x201c 236 “ punctuation \x201d 356 ” -sign \x2020 4-6-1456 † dagger -sign \x2021 4-6-12456 ‡ double dagger -sign \x2022 456-256 • bullet -punctuation \x2026 256-256-256 … ellipse +sign \x2020 4-6-1456 † dagger +sign \x2021 4-6-12456 ‡ double dagger +sign \x2022 456-256 • bullet +punctuation \x2026 256-256-256 … ellipse +space \x202f 0 narrow no-break space +sign \x2032 2356 ′ prime (derivative) +sign \x2033 2356-2356 ″ double prime (second derivative) + + +# Unicode: Superscripts and Subscripts + +# fake indicators and numeric indicator +#math \x2070 35-3456-245 ⁰ + + +# Unicode: Currency Symbols + sign \x20a3 4-124 ₣ franc sign \x20a6 4-1345 ₦ naira sign \x20ac 4-15 € euro + +# Unicode: Letterlike Symbols + sign \x2122 45-2345 ™ + + +# Unicode: Number Forms + +# fake numerical indicator for simple fractions +math \x2150 3456-1-34-1245 ⅐ +math \x2151 3456-1-34-24 ⅑ +math \x2152 3456-1-34-1-245 ⅒ +math \x2153 3456-1-34-14 ⅓ +math \x2154 3456-12-34-14 ⅔ +math \x2155 3456-1-34-15 ⅕ +math \x2156 3456-12-34-15 ⅖ +math \x2157 3456-14-34-15 ⅗ +math \x2158 3456-145-34-15 ⅘ +math \x2159 3456-1-34-124 ⅙ +math \x215a 3456-15-34-124 ⅚ +math \x215b 3456-1-34-125 ⅛ +math \x215c 3456-14-34-125 ⅜ +math \x215d 3456-15-34-125 ⅝ +math \x215e 3456-1245-34-125 ⅞ +math \x2189 3456-245-34-14 ↉ + + +# Unicode: Arrows + sign \x2190 56-1256-246 ← sign \x2191 56-1256-346 ↑ sign \x2192 56-1256-135 → @@ -527,13 +538,101 @@ sign \x21a6 56-1256-1256 ↦ sign \x21b2 56-1256-256 ↲ sign \x21b3 56-1256-356 ↳ -sign \x21b5 56-1256-256-146 ↵ Rules of UEB, page 21 +sign \x21b5 56-1256-256-146 ↵ Rules of UEB, page 21 sign \x21c0 56-1256-4-1235 ⇀ sign \x21c1 56-1256-6-1235 ⇁ -sign \x21cc 45-456-2356 ⇌ equilibrium arrow (harpoons) +sign \x21cc 45-456-2356 ⇌ equilibrium arrow (harpoons) sign \x21d2 56-1256-2356-2356 ⇒ + +# Unicode: Mathematical Operators + +sign \x2200 45-1 ∀ for all +sign \x2202 4-145 ∂ partial derivative +sign \x2203 45-26 ∃ there exists +sign \x2204 45-26-4-156 ∄ there does not exist +sign \x2205 4-245 ∅ empty set +sign \x2207 45-145 ∇ nabla +sign \x2208 45-15 ∈ element of +sign \x220b 4-45-15 ∋ contains (such that) +sign \x2211 6-46-234 ∑ sum (capitol sigma) +sign \x2212 5-36 − minus sign (not hyphen) +sign \x2213 456-36 ∓ minus or plus +sign \x2218 5-356 ∘ hollow dot (ring operator) +sign \x221a 5-146 √ square root +sign \x221d 456-5-2356 ∝ proportional to +sign \x221e 3456-123456 ∞ infinity +sign \x2220 456-246 ∠ angle +sign \x2221 46-456-246 ∡ measured angle +sign \x2225 3456-123 ∥ parallel to +sign \x2227 4-236 ∧ logical and +sign \x2228 4-235 ∨ logical or +sign \x2229 46-236 ∩ set intersection +sign \x222a 46-235 ∪ set union +sign \x222b 2346 ∫ integral +sign \x222e 4-2346 contour integral +noback sign \x2234 6-16 ∴ therefore # using noback to avoid conflict with Child +sign \x2235 4-34 ∵ because +noback sign \x2236 25 ∶ ratio # using noback to avoid conflict with : +sign \x2237 25-25 ∷ proportion +sign \x2243 456-35 ≃ asymptotically equal to +sign \x2245 5-456-35 ≅ approximately equal to +sign \x2248 45-35 ≈ almost equal to +sign \x224f 45-5-2356 ≏ difference between +sign \x2251 46-5-2356 ≑ geometrically equal +sign \x2260 5-2356-4-156 ≠ not equal +sign \x2261 456-123456 ≡ identical (equivalent) to +sign \x2264 456-4-126 ≤ less than or equal to +sign \x2265 456-4-345 ≥ greater than or equal to +sign \x226a 46-4-126 ≪ much less than +sign \x226b 46-4-345 ≫ much greater than +sign \x2282 45-126 ⊂ subset of +sign \x2283 45-345 ⊃ superset of +sign \x2286 456-45-126 ⊆ subset or equal to +sign \x2287 456-45-345 ⊇ superset or equal to +sign \x228a 46-45-126 ⊊ proper subset +sign \x228b 46-45-345 ⊋ proper superset +sign \x22a3 4-456-25 ⊣ left tack +sign \x22a5 3456-36 ⊥ up tack +sign \x22a6 456-25 ⊦ assertion +sign \x22a8 45-456-25 ⊨ valid +sign \x22b2 4-456-126 ⊲ normal subgroup +sign \x22b3 4-456-345 ⊳ contains as normal subgroup +sign \x22b4 456-456-126 ⊴ normal subgroup or equal +sign \x22b5 456-456-345 ⊵ contains as normal subgroup or equal +sign \x22be 3456-456-246 ⊾ right angle with arc +sign \x22c5 5-256 ⋅ dot operator + + +# Unicode: Miscellaneous Technical + +math \x2329 4-126 〈 +math \x232A 4-345 〉 + + +# Unicode: Box Drawing + +noback sign \x2502 456 │ tally mark - vertical single solid line segment +noback sign \x250a 45 ┊ first variant vertical line segment +noback sign \x2551 6-456 ║ second variant vertical line segment +noback sign \x2571 345 ╱ right-leaning single solid diagonal line segment # using noback to avoid conflict with "ar" contraction +noback sign \x2572 126 ╲ left-leaning single solid diagonal line segment # using noback to avoid conflict with "gh" contraction + + +# Unicode: Geometric Shapes + +sign \x25a0 456-1246-3456-145 ■ filled (solid) square +sign \x25a1 1246-3456-145 □ square +sign \x25a7 46-1246-3456-145 ▧ shaded square (upper left to lower right) +sign \x25b2 456-1246-3456-14 ▲ filled (solid) (equilateral) triangle +sign \x25b3 1246-3456-14 △ regular (equilateral) triangle +sign \x25cb 1246-123456 ○ circle +sign \x25cd 46-1246-123456 ◍ shaded circle sign \x25aa 456-256 ▪ +noback sign \x25cf 5-35 ● black circle # not representing filled circle shape as it is mostly used in password fields to represent hidden characters + + +# Unicode: Miscellaneous Symbols sign \x2640 45-1346 ♀ sign \x2642 45-13456 ♂ @@ -541,139 +640,83 @@ sign \x266E 3456-16 ♮ sign \x266F 3456-146 ♯ -sign \x3003 5-2 〃 ditto mark +# Unicode: Miscellaneous Mathematical Symbols-B -# Unicode Math +sign \x29b5 46-245 ⦵ 'normal' (superscript circle crossed by horizontal line) -sign \x00b0 45-245 ° -math \x00b1 456-235 ± -# grade 1 indicator add before superscipts -math \x00b2 56-35-3456-12 ² -math \x00b3 56-35-3456-14 ³ -sign \x00b4 45-34 ´ -sign \x00b5 46-134 µ -math \x00b7 4-16 · -math \x00bc 3456-1-34-145 ¼ -math \x00bd 3456-1-34-12 ½ -math \x00be 3456-14-34-145 ¾ -math \x00d7 5-236 × -math \x00f7 5-34 ÷ -#math \x2070 35-3456-245 ⁰ +# Unicode: Supplemental Mathemetical Operators -math \x2150 3456-1-34-1245 ⅐ -math \x2151 3456-1-34-24 ⅑ -math \x2152 3456-1-34-1-245 ⅒ -math \x2153 3456-1-34-14 ⅓ -math \x2154 3456-12-34-14 ⅔ -math \x2155 3456-1-34-15 ⅕ -math \x2156 3456-12-34-15 ⅖ -math \x2157 3456-14-34-15 ⅗ -math \x2158 3456-145-34-15 ⅘ -math \x2159 3456-1-34-124 ⅙ -math \x215a 3456-15-34-124 ⅚ -math \x215b 3456-1-34-125 ⅛ -math \x215c 3456-14-34-125 ⅜ -math \x215d 3456-15-34-125 ⅝ -math \x215e 3456-1245-34-125 ⅞ -math \x2189 3456-245-34-14 ↉ +math \x2a23 45-146-5-235 ⨣ +math \x2a24 45-12456-5-235 ⨤ -sign \x2032 2356 ′ prime (derivative) -sign \x2033 2356-2356 ″ double prime (second derivative) -sign \x2200 45-1 ∀ for all -sign \x2202 4-145 ∂ partial derivative -sign \x2203 45-26 ∃ there exists -sign \x2204 45-26-4-156 ∄ there does not exist -sign \x2205 4-245 ∅ empty set -sign \x2207 45-145 ∇ nabla -sign \x2208 45-15 ∈ element of -sign \x220b 4-45-15 ∋ contains (such that) -sign \x2211 6-46-234 ∑ sum (capitol sigma) -sign \x2212 5-36 − minus sign (not hyphen) -sign \x2213 456-36 ∓ minus or plus -sign \x2218 5-356 ∘ hollow dot (ring operator) -sign \x221a 5-146 √ square root -sign \x221d 456-5-2356 ∝ proportional to -sign \x221e 3456-123456 ∞ infinity -sign \x2220 456-246 ∠ angle -sign \x2221 46-456-246 ∡ measured angle -sign \x2225 3456-123 ∥ parallel to -sign \x2227 4-236 ∧ logical and -sign \x2228 4-235 ∨ logical or -sign \x2229 46-236 ∩ set intersection -sign \x222a 46-235 ∪ set union -sign \x222b 2346 ∫ integral -sign \x222e 4-2346 contour integral -noback sign \x2234 6-16 ∴ therefore # using noback to avoid conflict with Child -sign \x2235 4-34 ∵ because -noback sign \x2236 25 ∶ ratio # using noback to avoid conflict with : -sign \x2237 25-25 ∷ proportion -sign \x2243 456-35 ≃ asymptotically equal to -sign \x2245 5-456-35 ≅ approximately equal to -sign \x2248 45-35 ≈ almost equal to -sign \x224f 45-5-2356 ≏ difference between -sign \x2251 46-5-2356 ≑ geometrically equal -sign \x2260 5-2356-4-156 ≠ not equal -sign \x2261 456-123456 ≡ identical (equivalent) to -sign \x2264 456-4-126 ≤ less than or equal to -sign \x2265 456-4-345 ≥ greater than or equal to -sign \x226a 46-4-126 ≪ much less than -sign \x226b 46-4-345 ≫ much greater than -sign \x2282 45-126 ⊂ subset of -sign \x2283 45-345 ⊃ superset of -sign \x2286 456-45-126 ⊆ subset or equal to -sign \x2287 456-45-345 ⊇ superset or equal to -sign \x228a 46-45-126 ⊊ proper subset -sign \x228b 46-45-345 ⊋ proper superset -sign \x22a3 4-456-25 ⊣ left tack -sign \x22a5 3456-36 ⊥ up tack -sign \x22a6 456-25 ⊦ assertion -sign \x22a8 45-456-25 ⊨ valid -sign \x22b2 4-456-126 ⊲ normal subgroup -sign \x22b3 4-456-345 ⊳ contains as normal subgroup -sign \x22b4 456-456-126 ⊴ normal subgroup or equal -sign \x22b5 456-456-345 ⊵ contains as normal subgroup or equal -sign \x22be 3456-456-246 ⊾ right angle with arc -sign \x22c5 5-256 ⋅ dot operator +# Unicode: Supplemental Mathematical Operators sign \x2a23 45-146-5-235 ⨣ sign \x2a24 45-12456-5-235 ⨤ -sign \x2ae4 46-456-25 ⫤ reverse 'is valid' sign +sign \x2ae4 46-456-25 ⫤ reverse 'is valid' sign -math \x2329 4-126 〈 -math \x232A 4-345 〉 +# Unicode: Latin Extended-C + +uplow \x2c63\x1d7d 4-25-1234 Ᵽᵽ + + +# Unicode: CJK Symbols and Punctuation + +sign \x3003 5-2 〃 ditto mark math \x3008 4-126 〈 math \x3009 4-345 〉 -# Unicode misc +# Unicode: Latin Extended-D + +uplow \xa740\xa741 4-25-13 Ꝁꝁ +uplow \xa742\xa743 4-16-13 Ꝃꝃ +uplow \xa750\xa751 4-25-1234 Ꝑꝑ +uplow \xa756\xa757 4-25-12345 Ꝗꝗ +uplow \xa758\xa759 4-16-12345 Ꝙꝙ +uplow \xa75e\xa75f 4-16-1236 Ꝟꝟ +uplow \xa798\xa798 4-25-124 Ꞙꞙ + + +# Unicode: Latin Extended-D + +lowercase \xfb00 124-45-235-124 ff +lowercase \xfb01 124-45-235-24 fi +#\xfb02 ffi +#\xfb03 ffl +lowercase \xfb05 124-45-235-2345 ſt +lowercase \xfb06 234-45-235-2345 st + + +# Unicode: Cyrillic +# see above as to why these are here + +uplow \x0400\x0450 45-16-15 Ѐѐ +uplow \x0401\x0451 45-25-15 Ёё +uplow \x0407\x0457 45-25-24 Її +uplow \x040c\x045c 45-34-13 Ќќ +uplow \x040e\x04e5 45-346-13456 Ўў +uplow \x04aa\x04ab 45-12346-14 Ҫҫ +uplow \x04b0\x04b1 4-25-13456 Ұұ +uplow \x04d0\x04d1 4-346-1 Ӑӑ +uplow \x04d2\x04d3 45-25-1 Ӓӓ +uppercase \x04d4 1-6-45-235-15 Ӕ +lowercase \x04d5 1-45-235-15 ӕ +uplow \x04d6\x04d7 45-346-15 Ӗӗ +uplow \x04d8\x04d9 456-26 Әә +uplow \x04ee\x04ef 4-36-13456 Ӯӯ +uplow \x04f0\x04f1 45-25-13456 Ӱӱ + + +##### End of Unicode + -punctuation \x0093 236 -punctuation \x0094 356 -punctuation \x0096 36 - -# Diagonal and Vertical lines -noback sign \X2502 456 │ tally mark - vertical single solid line segment -noback sign \X250a 45 ┊ first variant vertical line segment -noback sign \X2551 6-456 ║ second variant vertical line segment -noback sign \X2571 345 ╱ right-leaning single solid diagonal line segment # using noback to avoid conflict with "ar" contraction -noback sign \X2572 126 ╲ left-leaning single solid diagonal line segment # using noback to avoid conflict with "gh" contraction - -# Shape Symbols -sign \x25a0 456-1246-3456-145 ■ filled (solid) square -sign \x25a1 1246-3456-145 □ square -sign \x25a7 46-1246-3456-145 ▧ shaded square (upper left to lower right) -sign \x25b2 456-1246-3456-14 ▲ filled (solid) (equilateral) triangle -sign \x25b3 1246-3456-14 △ regular (equilateral) triangle -sign \x25cb 1246-123456 ○ circle -sign \x25cd 46-1246-123456 ◍ shaded circle -sign \x29b5 46-245 ⦵ 'normal' (superscript circle crossed by horizontal line) -noback sign \x25cf 5-35 ● black circle # not representing filled circle shape as it is mostly used in password fields to represent hidden characters +# Unicode prefers \x2019 for apostrophe instead of \x0027 -# Unicode prefers \x2019 for apostrophe instead of \x27 endword \x2019d 3-145 endword \x2019m 3-134 endword \x2019re 3-1235-15 diff -Nru liblouis-3.9.0/tables/en-ueb-g2.ctb liblouis-3.10.0/tables/en-ueb-g2.ctb --- liblouis-3.9.0/tables/en-ueb-g2.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-ueb-g2.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -139,8 +139,8 @@ nofor word will 2456 nofor word you 13456 -nofor word it's 1345-3-234 -nofor word it’s 1345-3-234 +nofor word it's 1346-3-234 +nofor word it’s 1346-3-234 nofor word people's 1234-3-234 nofor word people’s 1234-3-234 nofor word that's 2345-3-234 @@ -767,7 +767,8 @@ sufword irreversibl 24-1235-1235-15-1236-12456-234-24-12-123 -sufword reverbera 1235-15-1236-12456-12-12456-1 +sufword reverb 1235-15-1236-12456-12 +#sufword reverbera 1235-15-1236-12456-12-12456-1 #sufword reverberate 1235-15-1236-12456-12-12456-1-2345-15 #sufword reverberated 1235-15-1236-12456-12-12456-1-2345-1246 #sufword reverberating 1235-15-1236-12456-12-12456-1-2345-346 @@ -1365,7 +1366,7 @@ nofor word perceives 1234-12456-14-1236-234 nofor word perceivings 1234-12456-14-1236-1245-234 nofor word perhapss 1234-12456-125-234 -nofor word quicks 12345-13 10.9.3-234 +nofor word quicks 12345-13-234 10.9.3 nofor word receives 1235-14-1236-234 nofor word receivings 1235-14-1236-1245-234 nofor word rejoices 1235-245-14-234 @@ -1418,7 +1419,7 @@ nofor word declare's 145-14-123-3-234 nofor word declaring's 145-14-123-1245-3-234 nofor word either's 15-24-3-234 -nofor word first's 124-34 10.9.3-3-234 +nofor word first's 124-34-3-234 10.9.3 nofor word friend's 124-1235-3-234 appendix 1.4 nofor word good's 1245-145-3-234 10.9.3 nofor word great's 1245-1235-2345-3-234 10.9.3 @@ -1441,7 +1442,7 @@ nofor word perceive's 1234-12456-14-1236-3-234 nofor word perceiving's 1234-12456-14-1236-1245-3-234 nofor word perhaps's 1234-12456-125-3-234 -nofor word quick's 12345-13 10.9.3-3-234 +nofor word quick's 12345-13-3-234 10.9.3 nofor word receive's 1235-14-1236-3-234 nofor word receiving's 1235-14-1236-1245-3-234 nofor word rejoice's 1235-245-14-3-234 diff -Nru liblouis-3.9.0/tables/en-us-comp6.ctb liblouis-3.10.0/tables/en-us-comp6.ctb --- liblouis-3.9.0/tables/en-us-comp6.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-us-comp6.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -1,8 +1,20 @@ # liblouis: U.S. English 6 dot computer braille table # -# Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com -# Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com -# Copyright (C) 2012 Mesar Hameed +#-name: U.S. English Computer Braille Code (CBC) +#-display-name: U.S. English (EBAE) 6-dot computer braille +# +#+locale: en-US +#+type: computer +#+dots: 6 +#+system: ebae +# +# Computer Braille Code reference: +# http://liblouis.org/braille-specs/english/#computer-braille-code-cbc +# +#-copyright: 2019, Timothy Wynn +#-license: LGPLv2.1 +# +# Copyright (C) 2019 Timothy Wynn # # This file is part of liblouis. # @@ -19,79 +31,110 @@ # You should have received a copy of the GNU Lesser General Public # License along with liblouis. If not, see # . +# +# Notes: +# * Print characters, braille dots, and meanings are defined according +# to the "COMPUTER BRAILLE CODE SYMBOLS: ASCII ORDER" and the +# "Additional Computer Braille Code Symbols" tables (pp. 53-62) of the +# Computer Braille Code (CBC; 2000) manual. +# * Character-Definition Opcodes were copied from en-us-comp8.ctb. +# Irrelevant and/or predefined Character-Definition Opcodes were +# disregarded as needed (e.g. letter and number Character-Definition +# Opcodes as defined by latinLetterDef6Dots.uti and litdigits6Dots.uti). +# * Major portions of the CBC manual have been disregarded due to +# transcriber-specific decisions (i.e. unable to be automated). +# * Rationale of decisions made were interpreted from the following +# section(s) of the CBC manual: +# 4.2 Shift Indicator +# 4.3 Caps Lock Indicator +# 8.1 Isolated Lower-Cell Signs +# 10.1 Emphasis Indicators +# 16.1 Termination Indicator# +# +# TODO: +# * Compbrl opcode and its comp6 subset (used in EBAE tables): +# 11.1 Computer Braille Code Indicators +# * Nemeth (used in EBAE tables): +# 12.0 Nemeth Code Indicators +# * Superscript and subscript numbers (is it possible?: +# 15.0 Half-Line Shifts -space \t 7 tab -space \s 0 blank -sign \x000a 78 newline -space \x000d 0 carriage return -space \x00a0 a +# Character Definitions: +include spaces.uti + +# Alphanumeric characters: +include latinLetterDef6Dots.uti include loweredDigits6Dots.uti -include latinLetterDef8Dots.uti -punctuation , 6 -punctuation ; 56 -punctuation : 156 -punctuation . 46 -punctuation ! 2346 -punctuation " 5 -punctuation ' 3 -punctuation ( 12356 -punctuation ) 23456 -punctuation - 36 -sign _ 456 -math < 126 -math = 123456 -math > 345 -sign % 146 -math + 346 -math ~ 45 -sign ` 4 -sign & 12346 -sign $ 1246 -punctuation ? 1456 -punctuation { 246 -punctuation [ 2467 -punctuation } 12456 -punctuation ] 124567 -sign ^ 457 -sign @ 47 -sign # 3456 -sign \\ 12567 -sign | 1256 -math / 34 -sign * 16 - -comp6 A 456-1 -comp6 B 456-12 -comp6 C 456-14 -comp6 D 456-145 -comp6 E 456-15 -comp6 F 456-124 -comp6 G 456-1245 -comp6 H 456-125 -comp6 I 456-24 -comp6 J 456-245 -comp6 K 456-13 -comp6 L 456-123 -comp6 M 456-134 -comp6 N 456-1345 -comp6 O 456-135 -comp6 P 456-1234 -comp6 Q 456-12345 -comp6 R 456-1235 -comp6 S 456-234 -comp6 T 456-2345 -comp6 U 456-136 -comp6 V 456-1236 -comp6 W 456-2456 -comp6 X 456-1346 -comp6 Y 456-13456 -comp6 Z 456-1356 -comp6 _ 456-456 -comp6 [ 246 -comp6 ] 12456 -comp6 { 456-246 -comp6 } 456-12456 -comp6 \\ 456-1256 -comp6 \t 4 -noback sign \X25CF 16 # 9679 black circle +# Single-cell symbols: +punctuation ! 2346 exclamation point +punctuation " 5 quotation marks, double quotes +sign # 3456 number sign, pound sign (weight) +sign $ 1246 dollar sign +sign % 146 percent sign +sign & 12346 ampersand +punctuation ' 3 apostrophe, single quote +punctuation ( 12356 left parenthesis +punctuation ) 23456 right parenthesis +sign * 16 asterisk, multiplication sign +math + 346 plus sign +punctuation , 6 comma +math - 36 hyphen, minus sign +punctuation . 46 period, decimal point +math / 34 slash, division sign +punctuation : 156 colon +punctuation ; 56 semicolon +math < 126 less than +math = 123456 equals +math > 345 greater than +punctuation ? 1456 question mark +sign @ 4 at +punctuation [ 246 left bracket +sign \\ 1256 backslash +punctuation ] 12456 right bracket +sign ^ 45 up arrow/caret + +# Braille symbols with the 456 prefix: +sign _ 456-456 underscore +sign _ 456 unused except as prefix for forward and back-translation +sign ` 456-4 grave accent +punctuation { 456-246 left brace +sign | 456-1256 vertical bar +punctuation } 456-12456 right brace +math ~ 456-45 tilde + +# Braille Indicators: +capsletter 456 shift indicator +begcapsword 456-345 caps lock indicator +endcapsword 456-126 caps release indicator +capsmodechars 0123456789!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ # if letters are separated by numbers, punctuation, etc. + +# Emphasis Indicators: +emphclass italic +begemph italic 456-16 begin emphasis +endemph italic 456-34 end emphasis +emphclass underline +begemph underline 456-16 begin emphasis +endemph underline 456-34 end emphasis +emphclass bold +begemph bold 456-16 begin emphasis +endemph bold 456-34 end emphasis + +# Isolated Lower-Cell Signs: +# Single-digit number: +lowword 0 456-356 0 +lowword 1 456-2 1 +lowword 2 456-23 2 +lowword 3 456-25 3 +lowword 4 456-256 4 +lowword 5 456-26 5 +lowword 6 456-235 6 +lowword 7 456-2356 7 +lowword 8 456-236 8 +lowword 9 456-35 9 +# Quotation mark, apostrophe, comma, hyphen/minus sign, and semicolon: +lowword " 456-5 quotation marks, double quotes +lowword ' 456-3 apostrophe, single quote +lowword , 456-6 comma +lowword - 456-36 hyphen, minus sign +lowword ; 456-56 semicolon diff -Nru liblouis-3.9.0/tables/en_US-comp8-ext.tbl liblouis-3.10.0/tables/en_US-comp8-ext.tbl --- liblouis-3.9.0/tables/en_US-comp8-ext.tbl 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en_US-comp8-ext.tbl 2019-06-03 14:39:49.000000000 +0000 @@ -1,10 +1,9 @@ #-name: U.S. English 8-dot computer braille for Windows -#-display-name: U.S. English (EBAE) computer braille +#-display-name: U.S. English (EBAE) 8-dot computer braille #+locale:en-US #+type:computer #+dots:8 -#+hyphenation:no #+direction:both include en-us-comp8-ext.utb diff -Nru liblouis-3.9.0/tables/en-us-compbrl.ctb liblouis-3.10.0/tables/en-us-compbrl.ctb --- liblouis-3.9.0/tables/en-us-compbrl.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-us-compbrl.ctb 1970-01-01 00:00:00.000000000 +0000 @@ -1,97 +0,0 @@ -# -# Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com -# Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com -# Copyright (C) 2012 Mesar Hameed -# -# This file is part of liblouis. -# -# liblouis is free software: you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 2.1 of the -# License, or (at your option) any later version. -# -# liblouis is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with liblouis. If not, see -# . - -space \t 7 tab -space \s 0 blank -sign \x000a 78 newline -space \x000d 0 carriage return -include loweredDigits6Dots.uti - -include latinLetterDef8Dots.uti - -punctuation , 6 -punctuation ; 56 -punctuation : 156 -punctuation . 46 -punctuation ! 2346 -punctuation " 5 -punctuation ' 3 -punctuation ( 12356 -punctuation ) 23456 -punctuation - 36 -sign _ 456 -math < 126 -math = 123456 -math > 345 -sign % 146 -math + 346 -math ~ 45 -sign ` 4 -sign & 12346 -sign $ 1246 -punctuation ? 1456 -punctuation { 246 -punctuation [ 2467 -punctuation } 12456 -punctuation ] 124567 -sign ^ 457 -sign @ 47 -sign # 3456 -sign \\ 12567 -sign | 1256 -math / 34 -sign * 16 -noback sign \x25CF 16 BLACK CIRCLE - -comp6 A 456-1 -comp6 B 456-12 -comp6 C 456-14 -comp6 D 456-145 -comp6 E 456-15 -comp6 F 456-124 -comp6 G 456-1245 -comp6 H 456-125 -comp6 I 456-24 -comp6 J 456-245 -comp6 K 456-13 -comp6 L 456-123 -comp6 M 456-134 -comp6 N 456-1345 -comp6 O 456-135 -comp6 P 456-1234 -comp6 Q 456-12345 -comp6 R 456-1235 -comp6 S 456-234 -comp6 T 456-2345 -comp6 U 456-136 -comp6 V 456-1236 -comp6 W 456-2456 -comp6 X 456-1346 -comp6 Y 456-13456 -comp6 Z 456-1356 -comp6 _ 456-456 -comp6 [ 246 -comp6 ] 12456 -comp6 { 456-246 -comp6 } 456-12456 -comp6 \\ 456-1256 -comp6 \t 4 - diff -Nru liblouis-3.9.0/tables/en-us-compbrl.uti liblouis-3.10.0/tables/en-us-compbrl.uti --- liblouis-3.9.0/tables/en-us-compbrl.uti 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tables/en-us-compbrl.uti 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,69 @@ +# liblouis: Computer Braille Code comp6 character definitions for EBAE +# +# Computer Braille Code reference: +# http://liblouis.org/braille-specs/english/#computer-braille-code-cbc +# +# Copyright (C) 2019 Timothy Wynn +# +# This file is part of liblouis. +# +# liblouis is free software: you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 2.1 of the +# License, or (at your option) any later version. +# +# liblouis is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with liblouis. If not, see +# . +# +# Notes: +# * This sub-table is meant to complement the EBAE braille tables only, +# i.e., en-us-g1.ctb and en-us-g2.ctb. For stand-alone use, use the +# six-dot Computer Braille Code table (en-us-comp6.ctb). +# * Print characters, braille dots, and meanings are defined according +# to the "COMPUTER BRAILLE CODE SYMBOLS: ASCII ORDER" table (pp. 53-60) +# of the Computer Braille Code (CBC; 2000) manual. + +# Letters and punctuation that differ from chardefs.cti (ASCII order): +comp6 @ 4 at +comp6 A 456-1 A +comp6 B 456-12 B +comp6 C 456-14 C +comp6 D 456-145 D +comp6 E 456-15 E +comp6 F 456-124 F +comp6 G 456-1245 G +comp6 H 456-125 H +comp6 I 456-24 I +comp6 J 456-245 J +comp6 K 456-13 K +comp6 L 456-123 L +comp6 M 456-134 M +comp6 N 456-1345 N +comp6 O 456-135 O +comp6 P 456-1234 P +comp6 Q 456-12345 Q +comp6 R 456-1235 R +comp6 S 456-234 S +comp6 T 456-2345 T +comp6 U 456-136 U +comp6 V 456-1236 V +comp6 W 456-2456 W +comp6 X 456-1346 X +comp6 Y 456-13456 Y +comp6 Z 456-1356 Z +comp6 [ 246 left bracket +comp6 \\ 1256 backslash +comp6 ] 12456 right bracket +comp6 ^ 45 up arrow/caret +comp6 _ 456-456 underscore +comp6 ` 456-4 grave accent +comp6 { 456-246 left brace +comp6 | 456-1256 vertical bar +comp6 } 456-12456 right brace +comp6 ~ 456-45 tilde diff -Nru liblouis-3.9.0/tables/en-us-g1.ctb liblouis-3.10.0/tables/en-us-g1.ctb --- liblouis-3.9.0/tables/en-us-g1.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-us-g1.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -42,7 +42,8 @@ # License along with liblouis. If not, see # . -include chardefs.cti All character definition opcodes +include en-chardefs.cti All character definition opcodes +include en-us-compbrl.uti Comp6 translation opcodes # Braille indicators numsign 3456 number sign, just a dots operand diff -Nru liblouis-3.9.0/tables/en-us-interline.ctb liblouis-3.10.0/tables/en-us-interline.ctb --- liblouis-3.9.0/tables/en-us-interline.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-us-interline.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -22,7 +22,7 @@ # License along with liblouis. If not, see # . -include chardefs.cti All character definition opcodes +include en-chardefs.cti All character definition opcodes # Braille indicators numsign 3456 number sign, just a dots operand diff -Nru liblouis-3.9.0/tables/en-us-mathtext.ctb liblouis-3.10.0/tables/en-us-mathtext.ctb --- liblouis-3.9.0/tables/en-us-mathtext.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/en-us-mathtext.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -23,7 +23,7 @@ # Maintained by John J. Boyer, director@chpi.org, www.chpi.org -include chardefs.cti All character definition opcodes +include en-chardefs.cti All character definition opcodes include nemethdefs.cti # Braille indicators diff -Nru liblouis-3.9.0/tables/ethio-g1.ctb liblouis-3.10.0/tables/ethio-g1.ctb --- liblouis-3.9.0/tables/ethio-g1.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/ethio-g1.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -18,7 +18,7 @@ # ------------------------- # Latin symbols -include chardefs.cti +include en-chardefs.cti English character definitions include litdigits6Dots.uti numsign 3456 diff -Nru liblouis-3.9.0/tables/fr-bfu-comp6.utb liblouis-3.10.0/tables/fr-bfu-comp6.utb --- liblouis-3.9.0/tables/fr-bfu-comp6.utb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/fr-bfu-comp6.utb 2019-06-03 14:39:49.000000000 +0000 @@ -11,7 +11,7 @@ #-author: Nicolas Pitre #-author: The BRLTTY Team #-license: LGPLv2.1 -#-updated: 2018-03-04 +#-updated: 2019-03-21 # liblouis: Unified French 6 dots Braille table @@ -265,19 +265,49 @@ numericmodechars ^,:.+-*/()=[] numericnocontchars 0123456789 +# Capitalization capsletter 46 +begcaps 46 begcapsword 46-46 -endcapsword 6-3 # The first method is not compatible with liblouis, so use of the alternative method (official but but less common) +endcapsword 6-3 # The first method is not compatible with liblouis, so use of the alternative method (official but less common) +capsmodechars -'./ +# Capital 'phrase' possible but lot of issues with single letters: https://github.com/liblouis/liblouis/issues/706 +# begcapsphrase 25-46 +# endcapsphrase before 46 +# lencapsphrase 4 + +# Emphasis emphclass italic emphclass underline emphclass bold -begemphphrase italic 456-456 -endemphphrase italic before 456 -begemphword italic 456 emphletter italic 456 -begemphphrase bold 456-456 +emphletter underline 456 +emphletter bold 456 +begemphword italic 456 +begemphword underline 456 +begemphword bold 456 +endemphword italic 6-3 +endemphword underline 6-3 +endemphword bold 6-3 +begemphphrase italic 25-456 +endemphphrase italic before 456 +lenemphphrase italic 4 +begemphphrase underline 25-456 +endemphphrase underline before 456 +lenemphphrase underline 4 +begemphphrase bold 25-456 endemphphrase bold before 456 +lenemphphrase bold 4 + +# WIP +# Remove space from punctuation +# noback correct "\x00A0»" "»" +# noback correct "«\x00A0" "«" +# noback correct "\s;" ";" +# noback correct "\s:" ":" +# noback correct "\s?" "?" +# noback correct "\s!" "!" noback midword \x2019 3 # right single quotation mark midnum \s 0 # espace entre les chiffres diff -Nru liblouis-3.9.0/tables/hu-hu-comp8.ctb liblouis-3.10.0/tables/hu-hu-comp8.ctb --- liblouis-3.9.0/tables/hu-hu-comp8.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/hu-hu-comp8.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -46,7 +46,7 @@ include boxes.ctb include digits6DotsPlusDot6.uti include latinLetterDef8Dots.uti - +include spaces.uti #Uppercase and lowercase accented characters uppercase \x00c1 478 LATIN CAPITAL LETTER A WITH ACUTE uppercase \x00c4 4578 LATIN CAPITAL LETTER A WITH DIAERESIS @@ -104,7 +104,6 @@ punctuation } 23456 RIGHT CURLY BRACKET punctuation ~ 2346 TILDE letter \x007f 456 DELETE -space \s 0 SPACE punctuation \x00a0 0 NO-BREAK SPACE punctuation \x2580 1245 UPPER HALF BLOCK punctuation \x2582 78 LOWER ONE QUARTER BLOCK @@ -116,5 +115,9 @@ punctuation … 3-3-3 sign € 457 sign • 6-35 +nofor pass2 @67 @6-35 +noback pass2 @67 @6-35 +space \s 0 SPACE include braille-patterns.cti + undefined 26 diff -Nru liblouis-3.9.0/tables/hu-hu-g1_braille_input.cti liblouis-3.10.0/tables/hu-hu-g1_braille_input.cti --- liblouis-3.9.0/tables/hu-hu-g1_braille_input.cti 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tables/hu-hu-g1_braille_input.cti 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,104 @@ +# liblouis: Hungarian Grade 1 Braille input subtable +# +# Copyright (C) 2018-2019 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu +# +# This file is part of liblouis. +# +# liblouis is free software: you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 2.1 of the +# License, or (at your option) any later version. +# +# liblouis is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with liblouis. If not, see +# . +# +# Maintained by Attila Hammer hammer.attila@infoalap.hu +# +# If you found bugs with hungarian grade1 table, report it with following address: +# Attila Hammer -# Copyright (C) 2014 by Bert Frees +# Copyright (C) 2014, 2019 by Bert Frees # Copyright (C) 2014 by CBB # Copyright (C) 2015, 2016, 2018 by Dedicon # @@ -40,10 +40,6 @@ space \x00A0 a   NO-BREAK SPACE include spaces.uti -# ============================================================================================== -# SINGLE-CELL -# ============================================================================================== - # ---------------------------------------------------------------------------------------------- # Unicode 0000..007F C0 Controls and Basic Latin # ---------------------------------------------------------------------------------------------- @@ -76,6 +72,7 @@ punctuation \x0021 235 ! EXCLAMATION MARK punctuation \x0022 2356 " QUOTATION MARK +sign \x0023 5-3456 # NUMBER SIGN sign \x0024 145 $ DOLLAR SIGN sign \x0025 123456 % PERCENT SIGN sign \x0026 12346a & AMPERSAND @@ -94,15 +91,21 @@ punctuation \x003A 25 : COLON punctuation \x003B 23 ; SEMICOLON +math \x003C 5-246 < LESS-THAN SIGN math \x003D 2356 = EQUALS SIGN +math \x003E 5-135 > GREATER-THAN SIGN punctuation \x003F 26 ? QUESTION MARK sign \x0040 345 @ COMMERCIAL AT punctuation \x005B 12356 [ LEFT SQUARE BRACKET +sign \x005C 5-16 \ REVERSE SOLIDUS punctuation \x005D 23456 ] RIGHT SQUARE BRACKET sign \x005E 346 ^ CIRCUMFLEX ACCENT sign \x005F 456 _ LOW LINE punctuation \x0060 3 ` GRAVE ACCENT sign \x007C 1456 | VERTICAL LINE +sign \x007B 5-12356 { LEFT CURLY BRACKET +sign \x007D 5-23456 } RIGHT CURLY BRACKET +math \x007E 5-26 ~ TILDE # ---------------------------------------------------------------------------------------------- @@ -112,8 +115,10 @@ sign \x0080 15 € - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS punctuation \x0082 3 ‚ BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA punctuation \x0084 2356 „ - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE +punctuation \x0085 256-256-256 … NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS sign \x0086 235 † START OF SELECTED AREA - ANSI: DAGGER - MACROMAN: U DIAERESIS punctuation \x0088 34 ˆ CHARACTER TABULATION SET - ANSI: MODIFIER LETTER CIRCUMFLEX ACCENT - MACROMAN: A GRAVE +sign \x0089 123456-123456 ‰ CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX punctuation \x008B 3 ‹ PARTIAL LINE FORWARD - ANSI: SINGLE LEFT-POINTING ANGLE QUOTATION MARK - MACROMAN: A TILDE punctuation \x0091 3 ‘ PRIVATE USE ONE - ANSI: LEFT SINGLE QUOTATION MARK - MACROMAN: E DIAERESIS punctuation \x0092 3 ’ PRIVATE USE TWO - ANSI: RIGHT SINGLE QUOTATION MARK - MACROMAN: I ACUTE @@ -122,6 +127,8 @@ sign \x0095 5-256 • MESSAGE WAITING - ANSI: BULLET - MACROMAN: I DIAERESIS punctuation \x0096 36 – START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE punctuation \x0097 36 — END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE +sign \x0098 5-26 ˜ START OF STRING - ANSI: SMALL TILDE - MACROMAN: O GRAVE +sign \x0099 5-2345-134 ™ - ANSI: TRADE MARK SIGN - MACROMAN: O CIRCUMFLEX punctuation \x009B 3 › CONTROL SEQUENCE INTRODUCER - ANSI: SINGLE RIGHT-POINTING ANGLE QUOTATION MARK - MACROMAN: O TILDE punctuation \x00A1 235 ¡ INVERTED EXCLAMATION MARK @@ -129,13 +136,24 @@ sign \x00A3 1234 £ POUND SIGN sign \x00A5 13456 ¥ YEN SIGN sign \x00A7 346 § SECTION SIGN +sign \x00A9 5-14 © COPYRIGHT SIGN punctuation \x00AB 2356 « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK punctuation \x00AD 36 ­ SOFT HYPHEN +sign \x00AE 5-1235 ® REGISTERED SIGN +sign \x00B0 4-356 ° DEGREE SIGN sign \x00B1 235-36 ± PLUS-MINUS SIGN +math \x00B2 346-3456-12 ² SUPERSCRIPT TWO +math \x00B3 346-3456-14 ³ SUPERSCRIPT THREE sign \x00B4 3 ´ ACUTE ACCENT sign \x00B5 56-134 µ MICRO SIGN math \x00B7 236 · MIDDLE DOT +sign \x00B8 45 ¸ CEDILLA +sign \x00B9 346-3456-1 ¹ SUPERSCRIPT ONE +sign \x00BA 4-356 º MASCULINE ORDINAL INDICATOR punctuation \x00BB 2356 » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +math \x00BC 3456-1-34-3456-145 ¼ VULGAR FRACTION ONE QUARTER +math \x00BD 3456-1-34-3456-12 ½ VULGAR FRACTION ONE HALF +math \x00BE 3456-14-34-3456-145 ¾ VULGAR FRACTION THREE QUARTERS punctuation \x00BF 26 ¿ INVERTED QUESTION MARK math \x00D7 236 × MULTIPLICATION SIGN math \x00F7 256 ÷ DIVISION SIGN @@ -163,85 +181,6 @@ punctuation \x201E 2356 „ DOUBLE LOW-9 QUOTATION MARK punctuation \x201F 2356 ‟ DOUBLE HIGH-REVERSED-9 QUOTATION MARK sign \x2020 235 † DAGGER - - -# ---------------------------------------------------------------------------------------------- -# Unicode 20A0..20CF Currency Symbols -# ---------------------------------------------------------------------------------------------- - -sign \x20AC 15 € EURO SIGN - - -# ---------------------------------------------------------------------------------------------- -# Unicode 2200..22FF Mathematical Operators -# ---------------------------------------------------------------------------------------------- - -math \x2212 36 − MINUS SIGN -math \x2215 34 ∕ DIVISION SLASH -math \x2217 35 ∗ ASTERISK OPERATOR - - -# ============================================================================================== -# MULTI-CELL -# ============================================================================================== - -# ---------------------------------------------------------------------------------------------- -# Unicode 0000..007F C0 Controls and Basic Latin -# ---------------------------------------------------------------------------------------------- - -sign \x0023 5-3456 # NUMBER SIGN -math \x003C 5-246 < LESS-THAN SIGN -math \x003E 5-135 > GREATER-THAN SIGN -sign \x005C 5-16 \ REVERSE SOLIDUS -math \x007E 5-26 ~ TILDE - - -# ---------------------------------------------------------------------------------------------- -# Unicode 0080..00FF C1 Controls and Latin-1 Supplement -# ---------------------------------------------------------------------------------------------- - -punctuation \x0085 256-256-256 … NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS -sign \x0089 123456-123456 ‰ CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX -sign \x0098 5-26 ˜ START OF STRING - ANSI: SMALL TILDE - MACROMAN: O GRAVE -sign \x0099 5-2345-134 ™ - ANSI: TRADE MARK SIGN - MACROMAN: O CIRCUMFLEX -sign \x00A9 5-14 © COPYRIGHT SIGN -sign \x00AE 5-1235 ® REGISTERED SIGN -sign \x00B0 4-356 ° DEGREE SIGN -math \x00B2 346-3456-12 ² SUPERSCRIPT TWO -math \x00B3 346-3456-14 ³ SUPERSCRIPT THREE -sign \x00B8 45 ¸ CEDILLA -sign \x00B9 346-3456-1 ¹ SUPERSCRIPT ONE -sign \x00BA 4-356 º MASCULINE ORDINAL INDICATOR -math \x00BC 3456-1-34-3456-145 ¼ VULGAR FRACTION ONE QUARTER -math \x00BD 3456-1-34-3456-12 ½ VULGAR FRACTION ONE HALF -math \x00BE 3456-14-34-3456-145 ¾ VULGAR FRACTION THREE QUARTERS - - -# ---------------------------------------------------------------------------------------------- -# Unicode 2150..218F Number Forms -# ---------------------------------------------------------------------------------------------- - -math \x2150 3456-1-34-3456-1245 ⅐ VULGAR FRACTION ONE SEVENTH -math \x2151 3456-1-34-3456-24 ⅑ VULGAR FRACTION ONE NINTH -math \x2152 3456-1-34-3456-1-256 ⅒ VULGAR FRACTION ONE TENTH -math \x2153 3456-1-34-3456-14 ⅓ VULGAR FRACTION ONE THIRD -math \x2154 3456-12-34-3456-14 ⅔ VULGAR FRACTION TWO THIRDS -math \x2155 3456-1-34-3456-15 ⅕ VULGAR FRACTION ONE FIFTH -math \x2156 3456-12-34-3456-15 ⅖ VULGAR FRACTION TWO FIFTHS -math \x2157 3456-14-34-3456-15 ⅗ VULGAR FRACTION THREE FIFTHS -math \x2158 3456-145-34-3456-15 ⅘ VULGAR FRACTION FOUR FIFTHS -math \x2159 3456-1-34-3456-124 ⅙ VULGAR FRACTION ONE SIXTH -math \x215A 3456-15-34-3456-124 ⅚ VULGAR FRACTION FIVE SIXTHS -math \x215B 3456-1-34-3456-125 ⅛ VULGAR FRACTION ONE EIGHTH -math \x215C 3456-14-34-3456-125 ⅜ VULGAR FRACTION THREE EIGHTHS -math \x215D 3456-15-34-3456-125 ⅝ VULGAR FRACTION FIVE EIGHTHS -math \x215E 3456-1245-34-3456-125 ⅞ VULGAR FRACTION SEVEN EIGHTHS - - -# ---------------------------------------------------------------------------------------------- -# Unicode 2000..206F General Punctuation -# ---------------------------------------------------------------------------------------------- - punctuation \x2026 256-256-256 … HORIZONTAL ELLIPSIS sign \x2030 123456-123456 ‰ PER MILLE SIGN @@ -275,6 +214,13 @@ # ---------------------------------------------------------------------------------------------- +# Unicode 20A0..20CF Currency Symbols +# ---------------------------------------------------------------------------------------------- + +sign \x20AC 15 € EURO SIGN + + +# ---------------------------------------------------------------------------------------------- # Unicode 2100..214F Letterlike Symbols # ---------------------------------------------------------------------------------------------- @@ -282,10 +228,34 @@ # ---------------------------------------------------------------------------------------------- +# Unicode 2150..218F Number Forms +# ---------------------------------------------------------------------------------------------- + +math \x2150 3456-1-34-3456-1245 ⅐ VULGAR FRACTION ONE SEVENTH +math \x2151 3456-1-34-3456-24 ⅑ VULGAR FRACTION ONE NINTH +math \x2152 3456-1-34-3456-1-256 ⅒ VULGAR FRACTION ONE TENTH +math \x2153 3456-1-34-3456-14 ⅓ VULGAR FRACTION ONE THIRD +math \x2154 3456-12-34-3456-14 ⅔ VULGAR FRACTION TWO THIRDS +math \x2155 3456-1-34-3456-15 ⅕ VULGAR FRACTION ONE FIFTH +math \x2156 3456-12-34-3456-15 ⅖ VULGAR FRACTION TWO FIFTHS +math \x2157 3456-14-34-3456-15 ⅗ VULGAR FRACTION THREE FIFTHS +math \x2158 3456-145-34-3456-15 ⅘ VULGAR FRACTION FOUR FIFTHS +math \x2159 3456-1-34-3456-124 ⅙ VULGAR FRACTION ONE SIXTH +math \x215A 3456-15-34-3456-124 ⅚ VULGAR FRACTION FIVE SIXTHS +math \x215B 3456-1-34-3456-125 ⅛ VULGAR FRACTION ONE EIGHTH +math \x215C 3456-14-34-3456-125 ⅜ VULGAR FRACTION THREE EIGHTHS +math \x215D 3456-15-34-3456-125 ⅝ VULGAR FRACTION FIVE EIGHTHS +math \x215E 3456-1245-34-3456-125 ⅞ VULGAR FRACTION SEVEN EIGHTHS + + +# ---------------------------------------------------------------------------------------------- # Unicode 2200..22FF Mathematical Operators # ---------------------------------------------------------------------------------------------- +math \x2212 36 − MINUS SIGN +math \x2215 34 ∕ DIVISION SLASH math \x2216 5-16 ∖ SET MINUS +math \x2217 35 ∗ ASTERISK OPERATOR math \x2219 5-256 ∙ BULLET OPERATOR diff -Nru liblouis-3.9.0/tables/nl-g0.uti liblouis-3.10.0/tables/nl-g0.uti --- liblouis-3.9.0/tables/nl-g0.uti 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/nl-g0.uti 2019-06-03 14:39:49.000000000 +0000 @@ -1,6 +1,6 @@ # # Copyright (C) 2010-2011 by DocArch -# Copyright (C) 2014-2015 by Bert Frees +# Copyright (C) 2014-2015, 2019 by Bert Frees # Copyright (C) 2014 by CBB # Copyright (C) 2015, 2016, 2018 by Dedicon # @@ -78,20 +78,37 @@ midword \x00D7 0-236-0 endword \x00D7 0-236 -# §1.5 euroteken € (zonder spatie vóór het getal) [1] +# §2.17 Muntsymbolen/valutatekens [1] +# Als de munteenheid na het getal wordt geplaatst, dan wordt ze bij voorkeur voluit geschreven +noback correct ["€"]$s.!$d "euro" +noback correct ["$"]$s.!$d "dollar" +noback correct ["£"]$s.!$d "pond" +noback correct ["¥"]$s.!$d "yen" +noback correct ["€"]$s.~ "euro" +noback correct ["$"]$s.~ "dollar" +noback correct ["£"]$s.~ "pond" +noback correct ["¥"]$s.~ "yen" +noback correct ["€"]!$ds "euro" +noback correct ["$"]!$ds "dollar" +noback correct ["£"]!$ds "pond" +noback correct ["¥"]!$ds "yen" +noback correct ["€"]~ "euro" +noback correct ["$"]~ "dollar" +noback correct ["£"]~ "pond" +noback correct ["¥"]~ "yen" + +# Geplaatst vóór het getal wordt de munteenheid door haar beginletter weergegeven, zonder spatie tussen letter en cijfer +# §1.5 euroteken € (zonder spatie vóór het getal) [1] noback joinnum \x20AC 15 # §1.4 dollarteken $ (zonder spatie vóór het getal) [1] - noback joinnum \x0024 145 # §1.16 pondteken £ (zonder spatie vóór het getal) [1] - noback joinnum \x00A3 1234 # §1.24 yenteken ¥ (zonder spatie vóór het getal) [1] - noback joinnum \x00A5 13456 # §1.34 verticale streep | (spatie voor en na) [1] @@ -175,9 +192,8 @@ # . (FULL STOP), ' (APOSTROPHE), ‘ (LEFT SINGLE QUOTATION MARK) # and ’ (RIGHT SINGLE QUOTATION MARK). capsmodechars +&.'‘’ -# The same goes for the emphasis "state". This is not yet supported. -# See: https://github.com/liblouis/liblouis/issues/116 -#emphmodechars +&.' +# The same goes for the emphasis "state". +emphmodechars +&.' lencapsphrase 4 begcapsword 45 diff -Nru liblouis-3.9.0/tables/ru-compbrl.ctb liblouis-3.10.0/tables/ru-compbrl.ctb --- liblouis-3.9.0/tables/ru-compbrl.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/ru-compbrl.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -43,7 +43,7 @@ # Display and character definitions: include ru-letters.dis include ru-chardefs.cti -include chardefs.cti +include en-chardefs.cti English character definitions # Braille indicators: numsign 3456 number sign, just a dots operand diff -Nru liblouis-3.9.0/tables/ru-litbrl.ctb liblouis-3.10.0/tables/ru-litbrl.ctb --- liblouis-3.9.0/tables/ru-litbrl.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/ru-litbrl.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -21,7 +21,7 @@ # Display and character definitions: include ru-letters.dis include ru-chardefs.cti -include chardefs.cti +include en-chardefs.cti English character definitions # Braille indicators: numsign 3456 number sign, just a dots operand diff -Nru liblouis-3.9.0/tables/ru-ru-g1.utb liblouis-3.10.0/tables/ru-ru-g1.utb --- liblouis-3.9.0/tables/ru-ru-g1.utb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/ru-ru-g1.utb 2019-06-03 14:39:49.000000000 +0000 @@ -153,7 +153,7 @@ include litdigits6Dots.uti # Letters are defined in en-chardefs -include chardefs.cti +include en-chardefs.cti # accented letters diff -Nru liblouis-3.9.0/tables/zh-tw.ctb liblouis-3.10.0/tables/zh-tw.ctb --- liblouis-3.9.0/tables/zh-tw.ctb 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tables/zh-tw.ctb 2019-06-03 14:39:49.000000000 +0000 @@ -20,7 +20,7 @@ # . # Currently maintained by Sponge Jhan -# Version: 2019-02 +# Version: 2019-05 # # This table mainly conforms to the rules listed in the # following Wikipedia page to braille Han characters: @@ -40,9 +40,10 @@ # U.S. English 8 dot Computer braille table include en-us-comp8.ctb +#begin Basic Latin (U+0000-U+007F) +space \t 0-0-0-0 space \x000C 457-123 -sign \x2028 1256 -include spaces.uti +#end Basic Latin #begin Latin-1 Supplement (U+0080-U+00FF) punctuation \x00A1 34-2346 @@ -217,6 +218,7 @@ sign \x2025 46-46 punctuation \x2026 5-5-5 punctuation \x2027 36 +space \x2028 1256 sign \x2030 4-356-356 punctuation \x2032 3 punctuation \x2033 3-3 @@ -2205,44 +2207,44 @@ #begin CJK Unified Ideographs Extension A (U+3400-U+4DBF) letter \x3400 245-234-3 letter \x3401 124-2345-5 -letter \x3402 134-12356-4 -letter \x3403 134-12356-4 +letter \x3402 123467-134568 +letter \x3403 123467-134568 letter \x3404 123-35-5 letter \x3405 34-4 letter \x3406 1456-4 -letter \x3407 134-12356-4 -letter \x3408 134-12356-4 -letter \x3409 134-12356-4 -letter \x340A 134-12356-4 -letter \x340B 134-12356-4 +letter \x3407 123467-134568 +letter \x3408 123467-134568 +letter \x3409 123467-134568 +letter \x340A 123467-134568 +letter \x340B 123467-134568 letter \x340C 16-2 -letter \x340D 134-12356-4 -letter \x340E 134-12356-4 -letter \x340F 134-12356-4 -letter \x3410 134-12356-4 -letter \x3411 134-12356-4 -letter \x3412 134-12356-4 -letter \x3413 134-12356-4 -letter \x3414 134-12356-4 -letter \x3415 134-12356-4 +letter \x340D 123467-134568 +letter \x340E 123467-134568 +letter \x340F 123467-134568 +letter \x3410 123467-134568 +letter \x3411 123467-134568 +letter \x3412 123467-134568 +letter \x3413 123467-134568 +letter \x3414 123467-134568 +letter \x3415 123467-134568 letter \x3416 15-346-2 -letter \x3417 134-12356-4 -letter \x3418 134-12356-4 -letter \x3419 134-12356-4 -letter \x341A 134-12356-4 -letter \x341B 134-12356-4 +letter \x3417 123467-134568 +letter \x3418 123467-134568 +letter \x3419 123467-134568 +letter \x341A 123467-134568 +letter \x341B 123467-134568 letter \x341C 245-234-2 -letter \x341D 134-12356-4 -letter \x341E 134-12356-4 +letter \x341D 13-1256-3 +letter \x341E 245-16-2 letter \x341F 12345-356-3 -letter \x3420 134-12356-4 +letter \x3420 1245-34-4 letter \x3421 1345-25-5 -letter \x3422 134-12356-4 -letter \x3423 134-12356-4 +letter \x3422 123467-134568 +letter \x3423 123467-134568 letter \x3424 145-1236-3 -letter \x3425 134-12356-4 -letter \x3426 134-12356-4 -letter \x3427 134-12356-4 +letter \x3425 123467-134568 +letter \x3426 123467-134568 +letter \x3427 123467-134568 letter \x3428 15-1256-5 letter \x3429 15-13456-2 letter \x342A 1235-2456-5 @@ -2266,7 +2268,7 @@ letter \x343C 24-1356-3 letter \x343D 12345-1356-3 letter \x343E 45-2 -letter \x343F 134-12356-4 +letter \x343F 123467-134568 letter \x3440 124-2456-5 letter \x3441 1-25-3 letter \x3442 12345-1346-4 @@ -2285,11 +2287,11 @@ letter \x344F 1-34-5 letter \x3450 24-34-2 letter \x3451 125-1236-2 -letter \x3452 134-12356-4 +letter \x3452 245-2345-3 letter \x3453 13-256-5 letter \x3454 15-1256-4 -letter \x3455 134-12356-4 -letter \x3456 134-12356-4 +letter \x3455 123467-134568 +letter \x3456 123467-134568 letter \x3457 24-136-3 letter \x3458 13-346-5 letter \x3459 145-346-2 @@ -2300,7 +2302,7 @@ letter \x345E 13456-5 letter \x345F 135-1356-4 letter \x3460 24-34-5 -letter \x3461 134-12356-4 +letter \x3461 123467-134568 letter \x3462 13-236-2 letter \x3463 14-1236-2 letter \x3464 134-246-2 @@ -2311,7 +2313,7 @@ letter \x3469 14-25-2 letter \x346A 12-2456-2 letter \x346B 245-16-4 -letter \x346C 134-12356-4 +letter \x346C 123467-134568 letter \x346D 135-16-4 letter \x346E 1235-123456-2 letter \x346F 15-1256-4 @@ -2346,8 +2348,8 @@ letter \x348C 245-235-2 letter \x348D 14-356-4 letter \x348E 15-345-5 -letter \x348F 134-12356-4 -letter \x3490 134-12356-4 +letter \x348F 123467-134568 +letter \x3490 123467-134568 letter \x3491 1235-1246-5 letter \x3492 1234-34-2 letter \x3493 124-345-5 @@ -2355,7 +2357,7 @@ letter \x3495 46-3 letter \x3496 12356-4 letter \x3497 124-2456-2 -letter \x3498 134-12356-4 +letter \x3498 123467-134568 letter \x3499 134-2345-2 letter \x349A 123456-4 letter \x349B 145-246-5 @@ -2365,8 +2367,8 @@ letter \x349F 1345-246-4 letter \x34A0 15-346-5 letter \x34A1 234-2 -letter \x34A2 134-12356-4 -letter \x34A3 134-12356-4 +letter \x34A2 123467-134568 +letter \x34A3 123467-134568 letter \x34A4 12-2346-5 letter \x34A5 12345-1356-3 letter \x34A6 14-356-4 @@ -2377,10 +2379,10 @@ letter \x34AB 13-16-5 letter \x34AC 456-3 letter \x34AD 123-123456-3 -letter \x34AE 134-12356-4 +letter \x34AE 123467-134568 letter \x34AF 346-5 letter \x34B0 245-45-2 -letter \x34B1 134-12356-4 +letter \x34B1 123467-134568 letter \x34B2 245-2456-2 letter \x34B3 14-46-4 letter \x34B4 13-34-4 @@ -2395,32 +2397,32 @@ letter \x34BD 245-45-3 letter \x34BE 24-156-5 letter \x34BF 14-16-2 -letter \x34C0 134-12356-4 +letter \x34C0 123467-134568 letter \x34C1 456-4 letter \x34C2 123-12356-5 letter \x34C3 145-34-5 letter \x34C4 12-136-5 letter \x34C5 124-13456-3 -letter \x34C6 134-12356-4 +letter \x34C6 123467-134568 letter \x34C7 25-5 letter \x34C8 135-13456-5 letter \x34C9 1235-25-5 letter \x34CA 145-12346-5 letter \x34CB 13-12346-5 letter \x34CC 12-1356-3 -letter \x34CD 134-12356-4 +letter \x34CD 123467-134568 letter \x34CE 245-1456-3 letter \x34CF 13-235-4 letter \x34D0 14-34-5 letter \x34D1 15-13456-5 -letter \x34D2 134-12356-4 +letter \x34D2 123467-134568 letter \x34D3 1345-1236-2 letter \x34D4 15-346-5 letter \x34D5 134-346-5 letter \x34D6 135-16-5 letter \x34D7 13-346-2 letter \x34D8 15-34-5 -letter \x34D9 134-12356-4 +letter \x34D9 123467-134568 letter \x34DA 13-12346-3 letter \x34DB 13-12346-3 letter \x34DC 234-5 @@ -2438,7 +2440,7 @@ letter \x34E8 245-156-5 letter \x34E9 13-346-2 letter \x34EA 14-1346-4 -letter \x34EB 134-12356-4 +letter \x34EB 123467-134568 letter \x34EC 123-34-3 letter \x34ED 24-2346-2 letter \x34EE 13-2346-3 @@ -2458,7 +2460,7 @@ letter \x34FC 12-156-5 letter \x34FD 12-12346-2 letter \x34FE 15-16-3 -letter \x34FF 134-12356-4 +letter \x34FF 123467-134568 letter \x3500 14-46-5 letter \x3501 145-1356-3 letter \x3502 14-1456-2 @@ -2467,7 +2469,7 @@ letter \x3505 15-246-5 letter \x3506 125-1236-4 letter \x3507 1234-126-3 -letter \x3508 134-12356-4 +letter \x3508 123467-134568 letter \x3509 1-34-2 letter \x350A 145-1236-4 letter \x350B 13-2345-3 @@ -2479,18 +2481,18 @@ letter \x3511 12-156-5 letter \x3512 15-16-2 letter \x3513 13-2345-4 -letter \x3514 134-12356-4 +letter \x3514 123467-134568 letter \x3515 13-16-2 -letter \x3516 134-12356-4 +letter \x3516 123467-134568 letter \x3517 12345-356-5 letter \x3518 12-34-5 letter \x3519 135-1356-3 letter \x351A 123-12356-4 -letter \x351B 134-12356-4 +letter \x351B 123467-134568 letter \x351C 135-126-2 letter \x351D 14-46-4 letter \x351E 123-2356-3 -letter \x351F 134-12356-4 +letter \x351F 123467-134568 letter \x3520 1235-2346-2 letter \x3521 1234-16-5 letter \x3522 15-236-3 @@ -2502,7 +2504,7 @@ letter \x3528 135-356-5 letter \x3529 2346-5 letter \x352A 14-34-4 -letter \x352B 134-12356-4 +letter \x352B 123467-134568 letter \x352C 1-25-2 letter \x352D 12-156-2 letter \x352E 1345-25-2 @@ -2552,7 +2554,7 @@ letter \x355A 1-146-4 letter \x355B 246-2 letter \x355C 24-156-4 -letter \x355D 134-12356-4 +letter \x355D 123467-134568 letter \x355E 24-35-3 letter \x355F 123-1246-5 letter \x3560 24-456-3 @@ -2585,8 +2587,8 @@ letter \x357B 1234-12356-4 letter \x357C 15-235-3 letter \x357D 15-156-5 -letter \x357E 134-12356-4 -letter \x357F 134-12356-4 +letter \x357E 123467-134568 +letter \x357F 123467-134568 letter \x3580 14-2346-5 letter \x3581 14-1456-5 letter \x3582 16-5 @@ -2598,10 +2600,10 @@ letter \x3588 14-146-4 letter \x3589 245-16-4 letter \x358A 15-256-2 -letter \x358B 134-12356-4 -letter \x358C 134-12356-4 -letter \x358D 134-12356-4 -letter \x358E 134-12356-4 +letter \x358B 123467-134568 +letter \x358C 123467-134568 +letter \x358D 123467-134568 +letter \x358E 123467-134568 letter \x358F 1345-346-5 letter \x3590 1246-4 letter \x3591 15-346-5 @@ -2612,11 +2614,11 @@ letter \x3596 1345-346-5 letter \x3597 1456-2 letter \x3598 1-136-3 -letter \x3599 134-12356-4 -letter \x359A 134-12356-4 -letter \x359B 134-12356-4 -letter \x359C 134-12356-4 -letter \x359D 134-12356-4 +letter \x3599 123467-134568 +letter \x359A 123467-134568 +letter \x359B 123467-134568 +letter \x359C 123467-134568 +letter \x359D 123467-134568 letter \x359E 2356-3 letter \x359F 24-12356-5 letter \x35A0 1345-345-4 @@ -2631,14 +2633,14 @@ letter \x35A9 15-12356-4 letter \x35AA 1256-5 letter \x35AB 14-13456-2 -letter \x35AC 134-12356-4 +letter \x35AC 123467-134568 letter \x35AD 124-2345-4 letter \x35AE 14-123456-2 -letter \x35AF 134-12356-4 -letter \x35B0 134-12356-4 -letter \x35B1 134-12356-4 -letter \x35B2 134-12356-4 -letter \x35B3 134-12356-4 +letter \x35AF 123467-134568 +letter \x35B0 123467-134568 +letter \x35B1 123467-134568 +letter \x35B2 123467-134568 +letter \x35B3 123467-134568 letter \x35B4 123456-4 letter \x35B5 13-1256-5 letter \x35B6 1456-3 @@ -2680,11 +2682,11 @@ letter \x35DA 14-16-5 letter \x35DB 15-246-5 letter \x35DC 15-234-5 -letter \x35DD 134-12356-4 +letter \x35DD 123467-134568 letter \x35DE 1234-126-5 -letter \x35DF 134-12356-4 -letter \x35E0 134-12356-4 -letter \x35E1 134-12356-4 +letter \x35DF 123467-134568 +letter \x35E0 123467-134568 +letter \x35E1 123467-134568 letter \x35E2 1235-12346-2 letter \x35E3 124-16-5 letter \x35E4 245-16-3 @@ -2697,8 +2699,8 @@ letter \x35EB 245-346-5 letter \x35EC 12-345-3 letter \x35ED 15-16-3 -letter \x35EE 134-12356-4 -letter \x35EF 134-12356-4 +letter \x35EE 123467-134568 +letter \x35EF 123467-134568 letter \x35F0 245-12346-2 letter \x35F1 13-16-2 letter \x35F2 1235-35-5 @@ -2707,8 +2709,8 @@ letter \x35F5 15-1256-5 letter \x35F6 1234-126-3 letter \x35F7 15-2456-3 -letter \x35F8 134-12356-4 -letter \x35F9 134-12356-4 +letter \x35F8 123467-134568 +letter \x35F9 123467-134568 letter \x35FA 15-345-5 letter \x35FB 13-25-3 letter \x35FC 346-5 @@ -2725,21 +2727,21 @@ letter \x3607 1245-12346-2 letter \x3608 1345-16-4 letter \x3609 13-346-2 -letter \x360A 16-5 +letter \x360A 15-16-3 letter \x360B 15-2345-2 letter \x360C 13-1256-5 letter \x360D 13-16-2 letter \x360E 1235-1236-4 -letter \x360F 134-12356-4 +letter \x360F 123467-134568 letter \x3610 1234-146-5 letter \x3611 14-16-5 -letter \x3612 134-12356-4 +letter \x3612 123467-134568 letter \x3613 14-1236-2 letter \x3614 15-2456-3 letter \x3615 1235-1236-4 letter \x3616 2345-2 letter \x3617 245-1256-3 -letter \x3618 134-12356-4 +letter \x3618 123467-134568 letter \x3619 2345-2 letter \x361A 1235-1236-4 letter \x361B 123-1236-3 @@ -2761,7 +2763,7 @@ letter \x362B 13-13456-5 letter \x362C 146-3 letter \x362D 146-3 -letter \x362E 134-12356-4 +letter \x362E 123467-134568 letter \x362F 12-1346-4 letter \x3630 1-136-3 letter \x3631 124-1236-3 @@ -2775,9 +2777,9 @@ letter \x3639 245-156-2 letter \x363A 12345-345-2 letter \x363B 1456-3 -letter \x363C 134-12356-4 +letter \x363C 123467-134568 letter \x363D 1-156-5 -letter \x363E 134-12356-4 +letter \x363E 123467-134568 letter \x363F 1345-346-5 letter \x3640 14-234-5 letter \x3641 134-356-2 @@ -2785,7 +2787,7 @@ letter \x3643 135-1346-3 letter \x3644 135-16-5 letter \x3645 135-146-4 -letter \x3646 134-12356-4 +letter \x3646 123467-134568 letter \x3647 12-34-5 letter \x3648 15-23456-5 letter \x3649 124-2345-4 @@ -2801,7 +2803,7 @@ letter \x3653 123-1246-2 letter \x3654 1235-1236-2 letter \x3655 123-2356-5 -letter \x3656 134-12356-4 +letter \x3656 123467-134568 letter \x3657 1246-3 letter \x3658 246-3 letter \x3659 134-1356-4 @@ -2840,9 +2842,9 @@ letter \x367A 13-1246-5 letter \x367B 12-1236-2 letter \x367C 14-356-4 -letter \x367D 134-12356-4 +letter \x367D 123467-134568 letter \x367E 15-236-2 -letter \x367F 134-12356-4 +letter \x367F 123467-134568 letter \x3680 123-1246-3 letter \x3681 245-246-5 letter \x3682 1345-1346-5 @@ -2859,7 +2861,7 @@ letter \x368E 245-1256-5 letter \x368F 13-146-4 letter \x3690 124-146-5 -letter \x3691 134-12356-4 +letter \x3691 123467-134568 letter \x3692 24-1236-4 letter \x3693 14-2456-4 letter \x3694 1345-346-5 @@ -2913,12 +2915,12 @@ letter \x36C4 16-3 letter \x36C5 156-5 letter \x36C6 145-25-4 -letter \x36C7 134-12356-4 -letter \x36C8 134-12356-4 +letter \x36C7 123467-134568 +letter \x36C8 123467-134568 letter \x36C9 15-16-4 letter \x36CA 145-25-4 -letter \x36CB 134-12356-4 -letter \x36CC 134-12356-4 +letter \x36CB 123467-134568 +letter \x36CC 123467-134568 letter \x36CD 245-346-5 letter \x36CE 14-1256-4 letter \x36CF 245-234-2 @@ -2937,7 +2939,7 @@ letter \x36DC 234-2 letter \x36DD 135-356-5 letter \x36DE 14-12346-5 -letter \x36DF 134-12356-4 +letter \x36DF 123467-134568 letter \x36E0 15-2345-2 letter \x36E1 12456-2 letter \x36E2 15-234-5 @@ -2970,7 +2972,7 @@ letter \x36FD 24-1236-3 letter \x36FE 15-2345-2 letter \x36FF 1-156-5 -letter \x3700 134-12356-4 +letter \x3700 123467-134568 letter \x3701 1-345-3 letter \x3702 12345-1356-3 letter \x3703 14-2345-5 @@ -2990,7 +2992,7 @@ letter \x3711 1234-126-2 letter \x3712 16-5 letter \x3713 145-345-2 -letter \x3714 134-12356-4 +letter \x3714 123467-134568 letter \x3715 14-2345-2 letter \x3716 245-146-2 letter \x3717 245-1236-3 @@ -3001,7 +3003,7 @@ letter \x371C 146-5 letter \x371D 1236-4 letter \x371E 245-1236-2 -letter \x371F 134-12356-4 +letter \x371F 123467-134568 letter \x3720 245-1246-3 letter \x3721 245-12346-3 letter \x3722 14-1256-4 @@ -3015,7 +3017,7 @@ letter \x372A 15-2345-4 letter \x372B 134-356-4 letter \x372C 1-1236-3 -letter \x372D 134-12356-4 +letter \x372D 123467-134568 letter \x372E 14-1236-5 letter \x372F 15-16-3 letter \x3730 236-5 @@ -3040,7 +3042,7 @@ letter \x3743 134-2345-4 letter \x3744 12-123456-2 letter \x3745 13-12356-5 -letter \x3746 134-12356-4 +letter \x3746 123467-134568 letter \x3747 12-123456-2 letter \x3748 14-12456-2 letter \x3749 1-34-5 @@ -3085,7 +3087,7 @@ letter \x3770 134-2345-2 letter \x3771 134-1356-5 letter \x3772 245-1456-4 -letter \x3773 134-12356-4 +letter \x3773 123467-134568 letter \x3774 12456-2 letter \x3775 145-2346-2 letter \x3776 145-2346-2 @@ -3111,7 +3113,7 @@ letter \x378A 15-1256-5 letter \x378B 1345-2345-4 letter \x378C 256-5 -letter \x378D 134-12356-4 +letter \x378D 123467-134568 letter \x378E 135-345-4 letter \x378F 1-156-2 letter \x3790 13-1256-3 @@ -3127,7 +3129,7 @@ letter \x379A 1-345-4 letter \x379B 13-16-4 letter \x379C 124-1246-3 -letter \x379D 134-12356-4 +letter \x379D 123467-134568 letter \x379E 15-12346-2 letter \x379F 145-2345-5 letter \x37A0 14-246-2 @@ -3144,7 +3146,7 @@ letter \x37AB 125-12356-4 letter \x37AC 245-1456-4 letter \x37AD 145-2456-5 -letter \x37AE 134-12356-4 +letter \x37AE 123467-134568 letter \x37AF 245-16-4 letter \x37B0 15-1256-4 letter \x37B1 245-12346-3 @@ -3183,7 +3185,7 @@ letter \x37D2 245-256-3 letter \x37D3 245-16-2 letter \x37D4 1235-1236-3 -letter \x37D5 134-12356-4 +letter \x37D5 123467-134568 letter \x37D6 14-12346-5 letter \x37D7 135-1456-3 letter \x37D8 124-246-2 @@ -3195,9 +3197,9 @@ letter \x37DE 1-1236-5 letter \x37DF 15-46-4 letter \x37E0 13-1346-3 -letter \x37E1 134-12356-4 +letter \x37E1 123467-134568 letter \x37E2 245-16-2 -letter \x37E3 134-12356-4 +letter \x37E3 123467-134568 letter \x37E4 14-34-5 letter \x37E5 245-136-3 letter \x37E6 256-5 @@ -3229,7 +3231,7 @@ letter \x3800 145-146-4 letter \x3801 245-136-3 letter \x3802 146-2 -letter \x3803 134-12356-4 +letter \x3803 123467-134568 letter \x3804 15-16-2 letter \x3805 12345-34-5 letter \x3806 145-1236-3 @@ -3256,28 +3258,28 @@ letter \x381B 25-5 letter \x381C 1345-16-5 letter \x381D 245-12456-2 -letter \x381E 134-12356-4 +letter \x381E 123467-134568 letter \x381F 14-16-2 letter \x3820 14-1256-2 letter \x3821 1345-246-4 letter \x3822 1235-2356-2 letter \x3823 14-16-5 -letter \x3824 134-12356-4 +letter \x3824 123467-134568 letter \x3825 14-356-2 letter \x3826 12345-1356-3 letter \x3827 134-16-4 letter \x3828 1256-5 letter \x3829 1235-456-3 letter \x382A 13-1256-5 -letter \x382B 134-12356-4 -letter \x382C 134-12356-4 +letter \x382B 123467-134568 +letter \x382C 123467-134568 letter \x382D 1-1236-4 letter \x382E 13-1346-3 letter \x382F 16-4 -letter \x3830 134-12356-4 +letter \x3830 123467-134568 letter \x3831 13-16-5 letter \x3832 135-16-4 -letter \x3833 134-12356-4 +letter \x3833 123467-134568 letter \x3834 1245-136-5 letter \x3835 1235-456-3 letter \x3836 12345-1236-2 @@ -3303,7 +3305,7 @@ letter \x384A 245-23456-5 letter \x384B 1236-3 letter \x384C 134-146-5 -letter \x384D 134-12356-4 +letter \x384D 123467-134568 letter \x384E 24-136-3 letter \x384F 24-34-3 letter \x3850 13-2345-3 @@ -3326,7 +3328,7 @@ letter \x3861 12-34-2 letter \x3862 134-1236-5 letter \x3863 14-12346-2 -letter \x3864 134-12356-4 +letter \x3864 123467-134568 letter \x3865 1456-5 letter \x3866 135-1456-3 letter \x3867 1-1356-5 @@ -3334,7 +3336,7 @@ letter \x3869 14-12456-2 letter \x386A 1345-356-2 letter \x386B 16-5 -letter \x386C 134-12356-4 +letter \x386C 123467-134568 letter \x386D 13-16-5 letter \x386E 13-16-2 letter \x386F 1-2456-2 @@ -3361,7 +3363,7 @@ letter \x3884 145-12356-5 letter \x3885 14-12346-5 letter \x3886 12-1236-2 -letter \x3887 134-12356-4 +letter \x3887 123467-134568 letter \x3888 124-1246-2 letter \x3889 12-345-2 letter \x388A 2456-4 @@ -3397,27 +3399,27 @@ letter \x38A8 1235-1236-5 letter \x38A9 145-16-5 letter \x38AA 34-3 -letter \x38AB 134-12356-4 +letter \x38AB 123467-134568 letter \x38AC 1235-12346-2 letter \x38AD 124-146-3 letter \x38AE 12-156-2 letter \x38AF 134-1456-2 letter \x38B0 135-16-5 -letter \x38B1 134-12356-4 +letter \x38B1 123467-134568 letter \x38B2 15-256-5 letter \x38B3 14-34-2 letter \x38B4 15-16-3 letter \x38B5 15-346-2 letter \x38B6 135-16-5 -letter \x38B7 134-12356-4 +letter \x38B7 123467-134568 letter \x38B8 135-16-5 -letter \x38B9 134-12356-4 +letter \x38B9 123467-134568 letter \x38BA 15-2345-2 letter \x38BB 1245-1246-5 letter \x38BC 135-346-5 letter \x38BD 156-4 letter \x38BE 13-45-5 -letter \x38BF 134-12356-4 +letter \x38BF 123467-134568 letter \x38C0 1-136-5 letter \x38C1 135-356-5 letter \x38C2 2346-5 @@ -3439,9 +3441,9 @@ letter \x38D2 245-1356-5 letter \x38D3 245-1236-5 letter \x38D4 145-13456-3 -letter \x38D5 134-12356-4 -letter \x38D6 134-12356-4 -letter \x38D7 134-12356-4 +letter \x38D5 123467-134568 +letter \x38D6 123467-134568 +letter \x38D7 123467-134568 letter \x38D8 12345-34-4 letter \x38D9 145-16-2 letter \x38DA 124-12346-4 @@ -3451,31 +3453,31 @@ letter \x38DE 145-25-2 letter \x38DF 15-16-5 letter \x38E0 124-146-3 -letter \x38E1 134-12356-4 +letter \x38E1 123467-134568 letter \x38E2 124-16-2 letter \x38E3 15-23456-2 letter \x38E4 13-2345-5 letter \x38E5 1-156-5 letter \x38E6 1246-3 letter \x38E7 1456-5 -letter \x38E8 134-12356-4 -letter \x38E9 134-12356-4 +letter \x38E8 123467-134568 +letter \x38E9 123467-134568 letter \x38EA 1235-12456-4 letter \x38EB 1-12346-4 letter \x38EC 245-16-5 letter \x38ED 125-12346-3 -letter \x38EE 134-12356-4 +letter \x38EE 123467-134568 letter \x38EF 15-346-5 letter \x38F0 15-16-3 letter \x38F1 125-2346-2 letter \x38F2 1246-2 -letter \x38F3 134-12356-4 -letter \x38F4 134-12356-4 +letter \x38F3 123467-134568 +letter \x38F4 123467-134568 letter \x38F5 124-345-5 letter \x38F6 1-1236-3 letter \x38F7 1345-13456-5 -letter \x38F8 134-12356-4 -letter \x38F9 134-12356-4 +letter \x38F8 123467-134568 +letter \x38F9 123467-134568 letter \x38FA 15-1456-3 letter \x38FB 16-5 letter \x38FC 1245-136-4 @@ -3569,9 +3571,9 @@ letter \x3954 1256-5 letter \x3955 14-2345-2 letter \x3956 245-12346-3 -letter \x3957 134-12356-4 -letter \x3958 134-12356-4 -letter \x3959 134-12356-4 +letter \x3957 123467-134568 +letter \x3958 123467-134568 +letter \x3959 123467-134568 letter \x395A 1256-2 letter \x395B 13-16-2 letter \x395C 1246-5 @@ -3605,7 +3607,7 @@ letter \x3978 134-1456-4 letter \x3979 12345-136-4 letter \x397A 1235-2346-2 -letter \x397B 134-12356-4 +letter \x397B 123467-134568 letter \x397C 1456-5 letter \x397D 245-2346-5 letter \x397E 1345-16-5 @@ -3618,7 +3620,7 @@ letter \x3985 145-346-2 letter \x3986 1235-34-3 letter \x3987 14-34-5 -letter \x3988 134-12356-4 +letter \x3988 123467-134568 letter \x3989 16-5 letter \x398A 1235-35-2 letter \x398B 1-345-3 @@ -3635,7 +3637,7 @@ letter \x3996 134-136-5 letter \x3997 13-1456-3 letter \x3998 13-16-3 -letter \x3999 134-12356-4 +letter \x3999 123467-134568 letter \x399A 135-2345-4 letter \x399B 1256-2 letter \x399C 1235-25-5 @@ -3706,7 +3708,7 @@ letter \x39DD 13-23456-3 letter \x39DE 135-345-2 letter \x39DF 123-2356-3 -letter \x39E0 134-12356-4 +letter \x39E0 123467-134568 letter \x39E1 1235-2456-5 letter \x39E2 1456-3 letter \x39E3 1-34-3 @@ -3745,7 +3747,7 @@ letter \x3A04 1-146-5 letter \x3A05 1345-356-5 letter \x3A06 14-1456-4 -letter \x3A07 1234-1236-2 +letter \x3A07 1234-126-2 letter \x3A08 13-16-4 letter \x3A09 134-1456-2 letter \x3A0A 1246-4 @@ -3804,7 +3806,7 @@ letter \x3A3F 13-1256-5 letter \x3A40 13-1256-5 letter \x3A41 245-236-5 -letter \x3A42 134-12356-4 +letter \x3A42 123467-134568 letter \x3A43 245-2345-3 letter \x3A44 24-2456-3 letter \x3A45 12-12356-3 @@ -3819,7 +3821,7 @@ letter \x3A4E 346-5 letter \x3A4F 1235-356-3 letter \x3A50 145-136-5 -letter \x3A51 134-12356-4 +letter \x3A51 123467-134568 letter \x3A52 245-1456-2 letter \x3A53 1235-1246-4 letter \x3A54 124-123456-2 @@ -3890,7 +3892,7 @@ letter \x3A95 145-246-5 letter \x3A96 14-34-5 letter \x3A97 124-12356-4 -letter \x3A98 14-2345-4 +letter \x3A98 14-2345-5 letter \x3A99 123-2346-4 letter \x3A9A 15-1236-5 letter \x3A9B 1-136-4 @@ -3916,8 +3918,8 @@ letter \x3AAF 13-1256-4 letter \x3AB0 1-2456-3 letter \x3AB1 1235-12456-5 -letter \x3AB2 134-12356-4 -letter \x3AB3 134-12356-4 +letter \x3AB2 123467-134568 +letter \x3AB3 123467-134568 letter \x3AB4 13-23456-2 letter \x3AB5 135-1236-5 letter \x3AB6 1235-34-2 @@ -3936,13 +3938,13 @@ letter \x3AC3 2345-4 letter \x3AC4 1234-1346-2 letter \x3AC5 245-16-2 -letter \x3AC6 134-12356-4 -letter \x3AC7 134-12356-4 -letter \x3AC8 134-12356-4 +letter \x3AC6 123467-134568 +letter \x3AC7 123467-134568 +letter \x3AC8 123467-134568 letter \x3AC9 1345-16-4 letter \x3ACA 2346-4 letter \x3ACB 1-1236-3 -letter \x3ACC 134-12356-4 +letter \x3ACC 123467-134568 letter \x3ACD 234-2 letter \x3ACE 13-123456-4 letter \x3ACF 246-4 @@ -3965,7 +3967,7 @@ letter \x3AE0 135-1236-5 letter \x3AE1 145-12346-3 letter \x3AE2 245-1256-5 -letter \x3AE3 134-12356-4 +letter \x3AE3 123467-134568 letter \x3AE4 12-1346-4 letter \x3AE5 134-13456-4 letter \x3AE6 124-146-3 @@ -3975,7 +3977,7 @@ letter \x3AEA 12-12346-3 letter \x3AEB 15-2345-4 letter \x3AEC 15-256-2 -letter \x3AED 134-12356-4 +letter \x3AED 123467-134568 letter \x3AEE 125-156-5 letter \x3AEF 134-146-5 letter \x3AF0 14-1346-4 @@ -3992,9 +3994,9 @@ letter \x3AFB 13-123456-5 letter \x3AFC 1-2346-2 letter \x3AFD 14-34-5 -letter \x3AFE 134-12356-4 -letter \x3AFF 134-12356-4 -letter \x3B00 134-12356-4 +letter \x3AFE 123467-134568 +letter \x3AFF 123467-134568 +letter \x3B00 123467-134568 letter \x3B01 12-345-3 letter \x3B02 1256-2 letter \x3B03 124-2456-2 @@ -4016,7 +4018,7 @@ letter \x3B13 1234-246-5 letter \x3B14 1235-146-2 letter \x3B15 46-2 -letter \x3B16 134-12356-4 +letter \x3B16 123467-134568 letter \x3B17 1345-2345-5 letter \x3B18 15-34-5 letter \x3B19 1246-4 @@ -4034,7 +4036,7 @@ letter \x3B25 135-146-5 letter \x3B26 236-5 letter \x3B27 135-146-5 -letter \x3B28 134-12356-4 +letter \x3B28 123467-134568 letter \x3B29 1235-1246-5 letter \x3B2A 145-346-2 letter \x3B2B 2345-5 @@ -4055,16 +4057,16 @@ letter \x3B3A 124-1356-2 letter \x3B3B 1235-456-3 letter \x3B3C 12345-34-5 -letter \x3B3D 134-12356-4 -letter \x3B3E 134-12356-4 +letter \x3B3D 123467-134568 +letter \x3B3E 123467-134568 letter \x3B3F 124-123456-3 -letter \x3B40 134-12356-4 +letter \x3B40 123467-134568 letter \x3B41 1245-1356-2 letter \x3B42 13-246-4 letter \x3B43 13-1346-3 letter \x3B44 15-1456-5 -letter \x3B45 134-12356-4 -letter \x3B46 134-12356-4 +letter \x3B45 123467-134568 +letter \x3B46 123467-134568 letter \x3B47 45-5 letter \x3B48 13-236-2 letter \x3B49 1235-35-2 @@ -4074,14 +4076,14 @@ letter \x3B4D 245-16-3 letter \x3B4E 13-1346-3 letter \x3B4F 1246-4 -letter \x3B50 134-12356-4 +letter \x3B50 123467-134568 letter \x3B51 134-356-5 letter \x3B52 15-156-5 letter \x3B53 135-2345-5 letter \x3B54 14-34-2 letter \x3B55 245-1256-3 -letter \x3B56 134-12356-4 -letter \x3B57 134-12356-4 +letter \x3B56 123467-134568 +letter \x3B57 123467-134568 letter \x3B58 15-23456-2 letter \x3B59 1-2346-2 letter \x3B5A 14-1256-4 @@ -4093,11 +4095,11 @@ letter \x3B60 15-2345-4 letter \x3B61 15-1456-5 letter \x3B62 15-13456-3 -letter \x3B63 134-12356-4 +letter \x3B63 123467-134568 letter \x3B64 1345-246-4 -letter \x3B65 134-12356-4 +letter \x3B65 123467-134568 letter \x3B66 12-345-3 -letter \x3B67 134-12356-4 +letter \x3B67 123467-134568 letter \x3B68 346-2 letter \x3B69 14-346-5 letter \x3B6A 12345-34-3 @@ -4109,11 +4111,11 @@ letter \x3B70 125-1246-4 letter \x3B71 15-23456-2 letter \x3B72 13-16-2 -letter \x3B73 134-12356-4 +letter \x3B73 123467-134568 letter \x3B74 13-2345-3 -letter \x3B75 134-12356-4 +letter \x3B75 123467-134568 letter \x3B76 13-2356-5 -letter \x3B77 134-12356-4 +letter \x3B77 123467-134568 letter \x3B78 124-34-2 letter \x3B79 15-2345-2 letter \x3B7A 2345-3 @@ -4131,8 +4133,8 @@ letter \x3B86 1345-346-5 letter \x3B87 124-2345-5 letter \x3B88 1345-2456-5 -letter \x3B89 134-12356-4 -letter \x3B8A 134-12356-4 +letter \x3B89 123467-134568 +letter \x3B8A 123467-134568 letter \x3B8B 234-4 letter \x3B8C 134-2345-2 letter \x3B8D 13-2345-3 @@ -4154,7 +4156,7 @@ letter \x3B9D 1235-2346-2 letter \x3B9E 13-346-2 letter \x3B9F 1345-2345-4 -letter \x3BA0 134-12356-4 +letter \x3BA0 123467-134568 letter \x3BA1 13-12456-5 letter \x3BA2 1235-12356-2 letter \x3BA3 13-2456-5 @@ -4183,7 +4185,7 @@ letter \x3BBA 135-136-4 letter \x3BBB 15-146-3 letter \x3BBC 24-1236-5 -letter \x3BBD 134-12356-4 +letter \x3BBD 123467-134568 letter \x3BBE 14-1346-4 letter \x3BBF 135-16-5 letter \x3BC0 15-45-5 @@ -4203,8 +4205,8 @@ letter \x3BCE 1345-136-5 letter \x3BCF 13-34-4 letter \x3BD0 124-25-4 -letter \x3BD1 134-12356-4 -letter \x3BD2 134-12356-4 +letter \x3BD1 123467-134568 +letter \x3BD2 123467-134568 letter \x3BD3 124-345-5 letter \x3BD4 245-1246-5 letter \x3BD5 15-16-3 @@ -4225,8 +4227,8 @@ letter \x3BE4 14-16-5 letter \x3BE5 125-146-3 letter \x3BE6 245-16-2 -letter \x3BE7 134-12356-4 -letter \x3BE8 134-12356-4 +letter \x3BE7 123467-134568 +letter \x3BE8 123467-134568 letter \x3BE9 124-16-5 letter \x3BEA 14-13456-2 letter \x3BEB 245-1256-2 @@ -4246,7 +4248,7 @@ letter \x3BF9 135-246-4 letter \x3BFA 13-2345-5 letter \x3BFB 13-123456-4 -letter \x3BFC 134-12356-4 +letter \x3BFC 123467-134568 letter \x3BFD 135-1456-3 letter \x3BFE 125-146-3 letter \x3BFF 14-346-5 @@ -4269,7 +4271,7 @@ letter \x3C10 124-25-4 letter \x3C11 24-1236-3 letter \x3C12 15-236-2 -letter \x3C13 134-12356-4 +letter \x3C13 123467-134568 letter \x3C14 15-346-5 letter \x3C15 15-16-3 letter \x3C16 14-1236-4 @@ -4278,7 +4280,7 @@ letter \x3C19 1345-25-4 letter \x3C1A 14-16-2 letter \x3C1B 236-5 -letter \x3C1C 134-12356-4 +letter \x3C1C 123467-134568 letter \x3C1D 16-4 letter \x3C1E 12-156-3 letter \x3C1F 13-16-5 @@ -4306,7 +4308,7 @@ letter \x3C35 125-34-2 letter \x3C36 234-4 letter \x3C37 125-156-5 -letter \x3C38 14-2345-4 +letter \x3C38 14-2345-5 letter \x3C39 15-2345-3 letter \x3C3A 15-23456-5 letter \x3C3B 15-16-3 @@ -4330,10 +4332,10 @@ letter \x3C4D 14-12456-2 letter \x3C4E 123-123456-3 letter \x3C4F 1-1356-5 -letter \x3C50 134-12356-4 -letter \x3C51 134-12356-4 +letter \x3C50 123467-134568 +letter \x3C51 123467-134568 letter \x3C52 1235-2346-3 -letter \x3C53 134-12356-4 +letter \x3C53 123467-134568 letter \x3C54 15-346-3 letter \x3C55 13-1246-3 letter \x3C56 245-1246-5 @@ -4343,7 +4345,7 @@ letter \x3C5A 245-1236-2 letter \x3C5B 12-12456-4 letter \x3C5C 1-345-2 -letter \x3C5D 134-12356-4 +letter \x3C5D 123467-134568 letter \x3C5E 14-345-3 letter \x3C5F 1234-16-4 letter \x3C60 123-34-3 @@ -4369,7 +4371,7 @@ letter \x3C74 125-156-5 letter \x3C75 12345-136-5 letter \x3C76 1234-1356-2 -letter \x3C77 134-12356-4 +letter \x3C77 123467-134568 letter \x3C78 135-16-5 letter \x3C79 14-16-5 letter \x3C7A 14-34-2 @@ -4394,7 +4396,7 @@ letter \x3C8D 12-156-5 letter \x3C8E 14-1256-2 letter \x3C8F 1234-146-3 -letter \x3C90 134-12356-4 +letter \x3C90 123467-134568 letter \x3C91 24-1246-4 letter \x3C92 135-146-5 letter \x3C93 24-34-5 @@ -4424,7 +4426,7 @@ letter \x3CAB 1234-34-2 letter \x3CAC 13-246-3 letter \x3CAD 124-1236-4 -letter \x3CAE 134-12356-4 +letter \x3CAE 123467-134568 letter \x3CAF 14-1236-2 letter \x3CB0 1345-13456-2 letter \x3CB1 14-346-5 @@ -4451,7 +4453,7 @@ letter \x3CC6 124-12356-4 letter \x3CC7 34-5 letter \x3CC8 1234-356-5 -letter \x3CC9 134-12356-4 +letter \x3CC9 123467-134568 letter \x3CCA 15-16-5 letter \x3CCB 245-234-3 letter \x3CCC 23456-3 @@ -4477,7 +4479,7 @@ letter \x3CE0 124-345-5 letter \x3CE1 25-3 letter \x3CE2 245-246-2 -letter \x3CE3 134-12356-4 +letter \x3CE3 123467-134568 letter \x3CE4 24-34-2 letter \x3CE5 14-12346-5 letter \x3CE6 15-346-5 @@ -4489,10 +4491,10 @@ letter \x3CEC 15-45-2 letter \x3CED 15-2345-2 letter \x3CEE 1345-246-5 -letter \x3CEF 134-12356-4 +letter \x3CEF 123467-134568 letter \x3CF0 13-12356-3 -letter \x3CF1 134-12356-4 -letter \x3CF2 134-12356-4 +letter \x3CF1 123467-134568 +letter \x3CF2 123467-134568 letter \x3CF3 123-2346-5 letter \x3CF4 134-16-5 letter \x3CF5 13-16-5 @@ -4518,8 +4520,8 @@ letter \x3D09 13-16-4 letter \x3D0A 45-3 letter \x3D0B 15-34-5 -letter \x3D0C 134-12356-4 -letter \x3D0D 134-12356-4 +letter \x3D0C 123467-134568 +letter \x3D0D 123467-134568 letter \x3D0E 1345-2456-5 letter \x3D0F 456-4 letter \x3D10 134-2345-5 @@ -4537,12 +4539,12 @@ letter \x3D1C 135-2345-5 letter \x3D1D 14-16-2 letter \x3D1E 124-146-3 -letter \x3D1F 134-12356-4 +letter \x3D1F 123467-134568 letter \x3D20 1235-1236-2 letter \x3D21 15-46-3 -letter \x3D22 134-12356-4 -letter \x3D23 134-12356-4 -letter \x3D24 134-12356-4 +letter \x3D22 123467-134568 +letter \x3D23 123467-134568 +letter \x3D24 123467-134568 letter \x3D25 245-246-5 letter \x3D26 13-12346-3 letter \x3D27 15-16-2 @@ -4564,7 +4566,7 @@ letter \x3D37 145-1236-3 letter \x3D38 24-1236-4 letter \x3D39 134-16-2 -letter \x3D3A 134-12356-4 +letter \x3D3A 123467-134568 letter \x3D3B 24-34-5 letter \x3D3C 15-34-5 letter \x3D3D 15-346-5 @@ -4577,9 +4579,9 @@ letter \x3D44 1235-1236-5 letter \x3D45 124-1236-5 letter \x3D46 1235-146-5 -letter \x3D47 134-12356-4 -letter \x3D48 134-12356-4 -letter \x3D49 134-12356-4 +letter \x3D47 123467-134568 +letter \x3D48 123467-134568 +letter \x3D49 123467-134568 letter \x3D4A 1345-345-5 letter \x3D4B 134-16-5 letter \x3D4C 15-256-2 @@ -4596,9 +4598,9 @@ letter \x3D57 1234-13456-2 letter \x3D58 134-1236-5 letter \x3D59 245-13456-3 -letter \x3D5A 134-12356-4 -letter \x3D5B 134-12356-4 -letter \x3D5C 134-12356-4 +letter \x3D5A 123467-134568 +letter \x3D5B 123467-134568 +letter \x3D5C 123467-134568 letter \x3D5D 16-5 letter \x3D5E 12-12356-2 letter \x3D5F 1246-3 @@ -4630,27 +4632,27 @@ letter \x3D79 134-126-5 letter \x3D7A 1234-2456-5 letter \x3D7B 15-234-3 -letter \x3D7C 134-12356-4 +letter \x3D7C 123467-134568 letter \x3D7D 14-356-4 letter \x3D7E 245-13456-5 letter \x3D7F 15-246-5 letter \x3D80 13-246-3 letter \x3D81 13-25-2 -letter \x3D82 134-12356-4 -letter \x3D83 134-12356-4 +letter \x3D82 123467-134568 +letter \x3D83 123467-134568 letter \x3D84 2345-2 letter \x3D85 15-236-2 letter \x3D86 12-34-2 letter \x3D87 1235-1356-2 letter \x3D88 13456-2 letter \x3D89 15-16-3 -letter \x3D8A 134-12356-4 -letter \x3D8B 134-12356-4 +letter \x3D8A 123467-134568 +letter \x3D8B 123467-134568 letter \x3D8C 14-2345-2 letter \x3D8D 15-2345-4 letter \x3D8E 1235-12456-2 -letter \x3D8F 134-12356-4 -letter \x3D90 134-12356-4 +letter \x3D8F 123467-134568 +letter \x3D90 123467-134568 letter \x3D91 14-2345-5 letter \x3D92 24-1236-4 letter \x3D93 245-1346-2 @@ -4659,16 +4661,16 @@ letter \x3D96 24-34-5 letter \x3D97 12345-1236-5 letter \x3D98 145-2345-5 -letter \x3D99 134-12356-4 +letter \x3D99 123467-134568 letter \x3D9A 135-345-5 letter \x3D9B 1256-2 letter \x3D9C 45-3 -letter \x3D9D 134-12356-4 +letter \x3D9D 123467-134568 letter \x3D9E 1345-1346-4 letter \x3D9F 14-356-4 letter \x3DA0 16-5 letter \x3DA1 1235-25-4 -letter \x3DA2 134-12356-4 +letter \x3DA2 123467-134568 letter \x3DA3 12-1236-2 letter \x3DA4 12-146-4 letter \x3DA5 12-1236-2 @@ -4683,7 +4685,7 @@ letter \x3DAE 24-146-3 letter \x3DAF 14-234-5 letter \x3DB0 1235-1236-2 -letter \x3DB1 134-12356-4 +letter \x3DB1 123467-134568 letter \x3DB2 235-5 letter \x3DB3 13-1456-5 letter \x3DB4 12-156-4 @@ -4695,7 +4697,7 @@ letter \x3DBA 124-2345-5 letter \x3DBB 12345-1356-3 letter \x3DBC 2456-3 -letter \x3DBD 134-12356-4 +letter \x3DBD 123467-134568 letter \x3DBE 135-246-3 letter \x3DBF 135-126-2 letter \x3DC0 245-235-2 @@ -4710,7 +4712,7 @@ letter \x3DC9 1246-5 letter \x3DCA 12345-136-2 letter \x3DCB 124-1236-2 -letter \x3DCC 134-12356-4 +letter \x3DCC 123467-134568 letter \x3DCD 14-123456-2 letter \x3DCE 1235-2346-5 letter \x3DCF 235-4 @@ -4726,9 +4728,9 @@ letter \x3DD9 13-2345-3 letter \x3DDA 124-13456-2 letter \x3DDB 135-146-3 -letter \x3DDC 134-12356-4 -letter \x3DDD 134-12356-4 -letter \x3DDE 134-12356-4 +letter \x3DDC 123467-134568 +letter \x3DDD 123467-134568 +letter \x3DDE 123467-134568 letter \x3DDF 124-1246-3 letter \x3DE0 14-1456-2 letter \x3DE1 13-235-4 @@ -4737,7 +4739,7 @@ letter \x3DE4 1235-34-5 letter \x3DE5 1-1356-3 letter \x3DE6 15-1256-5 -letter \x3DE7 134-12356-4 +letter \x3DE7 123467-134568 letter \x3DE8 12345-1356-3 letter \x3DE9 15-16-3 letter \x3DEA 13-45-4 @@ -4747,8 +4749,8 @@ letter \x3DEE 125-146-3 letter \x3DEF 1234-1356-4 letter \x3DF0 14-16-2 -letter \x3DF1 134-12356-4 -letter \x3DF2 134-12356-4 +letter \x3DF1 123467-134568 +letter \x3DF2 123467-134568 letter \x3DF3 2345-5 letter \x3DF4 14-16-5 letter \x3DF5 134-126-5 @@ -4756,10 +4758,10 @@ letter \x3DF7 13-45-4 letter \x3DF8 346-5 letter \x3DF9 24-146-5 -letter \x3DFA 134-12356-4 +letter \x3DFA 123467-134568 letter \x3DFB 34-2 letter \x3DFC 2345-5 -letter \x3DFD 134-12356-4 +letter \x3DFD 123467-134568 letter \x3DFE 13-236-2 letter \x3DFF 15-2345-3 letter \x3E00 124-2456-2 @@ -4814,7 +4816,7 @@ letter \x3E31 124-25-2 letter \x3E32 125-25-2 letter \x3E33 14-13456-2 -letter \x3E34 134-12356-4 +letter \x3E34 123467-134568 letter \x3E35 13-1246-4 letter \x3E36 2345-3 letter \x3E37 24-156-5 @@ -4867,14 +4869,14 @@ letter \x3E66 145-246-3 letter \x3E67 46-3 letter \x3E68 234-5 -letter \x3E69 134-12356-4 +letter \x3E69 123467-134568 letter \x3E6A 24-1236-3 letter \x3E6B 16-2 letter \x3E6C 24-156-4 letter \x3E6D 15-156-5 letter \x3E6E 134-126-5 letter \x3E6F 15-234-3 -letter \x3E70 134-12356-4 +letter \x3E70 123467-134568 letter \x3E71 245-236-5 letter \x3E72 15-246-5 letter \x3E73 34-2 @@ -4896,7 +4898,7 @@ letter \x3E83 13-12356-4 letter \x3E84 1256-4 letter \x3E85 1235-12356-2 -letter \x3E86 134-12356-4 +letter \x3E86 123467-134568 letter \x3E87 15-156-3 letter \x3E88 12-156-3 letter \x3E89 1235-34-5 @@ -4915,7 +4917,7 @@ letter \x3E96 1235-1236-5 letter \x3E97 12-1236-3 letter \x3E98 1-1236-5 -letter \x3E99 134-12356-4 +letter \x3E99 123467-134568 letter \x3E9A 124-345-5 letter \x3E9B 1-34-5 letter \x3E9C 1345-12346-2 @@ -4937,22 +4939,22 @@ letter \x3EAC 13-12346-4 letter \x3EAD 125-156-4 letter \x3EAE 1256-2 -letter \x3EAF 134-12356-4 +letter \x3EAF 123467-134568 letter \x3EB0 24-156-3 letter \x3EB1 1245-1356-2 letter \x3EB2 1345-234-4 letter \x3EB3 134-356-2 letter \x3EB4 135-345-3 letter \x3EB5 13-234-4 -letter \x3EB6 134-12356-4 +letter \x3EB6 123467-134568 letter \x3EB7 15-1256-5 letter \x3EB8 1234-13456-2 letter \x3EB9 135-2345-5 letter \x3EBA 134-146-5 -letter \x3EBB 134-12356-4 -letter \x3EBC 134-12356-4 +letter \x3EBB 123467-134568 +letter \x3EBC 123467-134568 letter \x3EBD 1234-356-3 -letter \x3EBE 134-12356-4 +letter \x3EBE 123467-134568 letter \x3EBF 16-2 letter \x3EC0 1256-2 letter \x3EC1 13-1246-3 @@ -4970,7 +4972,7 @@ letter \x3ECD 34-2 letter \x3ECE 15-2346-5 letter \x3ECF 14-13456-2 -letter \x3ED0 134-12356-4 +letter \x3ED0 123467-134568 letter \x3ED1 13-16-5 letter \x3ED2 13-256-5 letter \x3ED3 125-12356-3 @@ -4978,11 +4980,11 @@ letter \x3ED5 13-236-2 letter \x3ED6 145-2456-5 letter \x3ED7 135-356-5 -letter \x3ED8 134-12356-4 +letter \x3ED8 123467-134568 letter \x3ED9 1256-5 letter \x3EDA 135-1356-3 letter \x3EDB 12-1346-5 -letter \x3EDC 134-12356-4 +letter \x3EDC 123467-134568 letter \x3EDD 14-345-5 letter \x3EDE 135-1236-3 letter \x3EDF 15-1246-2 @@ -4990,12 +4992,12 @@ letter \x3EE1 145-346-2 letter \x3EE2 24-156-3 letter \x3EE3 24-136-5 -letter \x3EE4 134-12356-4 -letter \x3EE5 134-12356-4 -letter \x3EE6 134-12356-4 +letter \x3EE4 123467-134568 +letter \x3EE5 123467-134568 +letter \x3EE6 123467-134568 letter \x3EE7 145-25-5 letter \x3EE8 12456-5 -letter \x3EE9 134-12356-4 +letter \x3EE9 123467-134568 letter \x3EEA 15-1246-5 letter \x3EEB 135-16-5 letter \x3EEC 124-34-2 @@ -5005,8 +5007,8 @@ letter \x3EF0 1-156-5 letter \x3EF1 12345-1356-2 letter \x3EF2 14-234-2 -letter \x3EF3 134-12356-4 -letter \x3EF4 134-12356-4 +letter \x3EF3 123467-134568 +letter \x3EF4 123467-134568 letter \x3EF5 1-1236-5 letter \x3EF6 135-16-4 letter \x3EF7 13-16-2 @@ -5018,10 +5020,10 @@ letter \x3EFD 15-1246-5 letter \x3EFE 235-3 letter \x3EFF 24-34-4 -letter \x3F00 134-12356-4 +letter \x3F00 123467-134568 letter \x3F01 16-2 letter \x3F02 1256-2 -letter \x3F03 134-12356-4 +letter \x3F03 123467-134568 letter \x3F04 13-16-3 letter \x3F05 123-456-5 letter \x3F06 13456-2 @@ -5083,7 +5085,7 @@ letter \x3F3E 14-34-5 letter \x3F3F 124-12346-2 letter \x3F40 1-1356-5 -letter \x3F41 13-2346-2 +letter \x3F41 14-16-5 letter \x3F42 15-345-5 letter \x3F43 1234-1236-3 letter \x3F44 15-156-3 @@ -5102,7 +5104,7 @@ letter \x3F51 124-1236-2 letter \x3F52 24-1356-3 letter \x3F53 24-1356-3 -letter \x3F54 134-12356-4 +letter \x3F54 123467-134568 letter \x3F55 234-2 letter \x3F56 1345-1236-2 letter \x3F57 134-34-4 @@ -5136,13 +5138,13 @@ letter \x3F73 15-1256-3 letter \x3F74 1-1346-5 letter \x3F75 1-456-3 -letter \x3F76 134-12356-4 +letter \x3F76 123467-134568 letter \x3F77 24-1246-5 letter \x3F78 12-136-2 letter \x3F79 12345-1236-5 letter \x3F7A 13-16-2 letter \x3F7B 1-156-3 -letter \x3F7C 134-12356-4 +letter \x3F7C 123467-134568 letter \x3F7D 13-34-5 letter \x3F7E 34-5 letter \x3F7F 13-25-3 @@ -5196,8 +5198,8 @@ letter \x3FAF 124-1246-2 letter \x3FB0 1235-34-2 letter \x3FB1 135-356-5 -letter \x3FB2 134-12356-4 -letter \x3FB3 134-12356-4 +letter \x3FB2 123467-134568 +letter \x3FB3 123467-134568 letter \x3FB4 1-345-3 letter \x3FB5 13-16-5 letter \x3FB6 13-34-4 @@ -5211,7 +5213,7 @@ letter \x3FBE 15-2345-3 letter \x3FBF 14-1346-2 letter \x3FC0 135-1236-3 -letter \x3FC1 15-246-3 +letter \x3FC1 15-246-3 letter \x3FC2 1-1356-3 letter \x3FC3 145-2456-5 letter \x3FC4 2456-5 @@ -5226,7 +5228,7 @@ letter \x3FCD 13-346-5 letter \x3FCE 12345-136-5 letter \x3FCF 245-256-2 -letter \x3FD0 134-12356-4 +letter \x3FD0 123467-134568 letter \x3FD1 236-5 letter \x3FD2 145-146-4 letter \x3FD3 13-23456-2 @@ -5303,7 +5305,7 @@ letter \x401A 1346-2 letter \x401B 134-356-5 letter \x401C 134-356-5 -letter \x401D 134-12356-4 +letter \x401D 123467-134568 letter \x401E 13-246-4 letter \x401F 12345-1236-2 letter \x4020 245-1256-2 @@ -5414,7 +5416,7 @@ letter \x4088 124-12346-2 letter \x4089 1235-12356-2 letter \x408A 1256-5 -letter \x408B 134-12356-4 +letter \x408B 123467-134568 letter \x408C 12-12346-3 letter \x408D 135-126-2 letter \x408E 125-12456-4 @@ -5443,7 +5445,7 @@ letter \x40A5 134-1456-2 letter \x40A6 1-136-4 letter \x40A7 1-136-4 -letter \x40A8 134-12356-4 +letter \x40A8 123467-134568 letter \x40A9 2345-5 letter \x40AA 145-246-5 letter \x40AB 1235-12346-2 @@ -5470,8 +5472,8 @@ letter \x40C0 245-1246-5 letter \x40C1 23456-3 letter \x40C2 13-123456-4 -letter \x40C3 134-12356-4 -letter \x40C4 134-12356-4 +letter \x40C3 123467-134568 +letter \x40C4 123467-134568 letter \x40C5 145-16-3 letter \x40C6 13-16-3 letter \x40C7 134-2345-2 @@ -5483,7 +5485,7 @@ letter \x40CD 1-1246-5 letter \x40CE 1-345-5 letter \x40CF 15-13456-3 -letter \x40D0 134-12356-4 +letter \x40D0 123467-134568 letter \x40D1 135-1236-3 letter \x40D2 1235-2346-2 letter \x40D3 13-12356-5 @@ -5498,7 +5500,7 @@ letter \x40DC 16-3 letter \x40DD 245-246-5 letter \x40DE 24-34-2 -letter \x40DF 134-12356-4 +letter \x40DF 123467-134568 letter \x40E0 15-45-5 letter \x40E1 245-1456-2 letter \x40E2 245-1456-3 @@ -5507,7 +5509,7 @@ letter \x40E5 12-456-2 letter \x40E6 145-123456-3 letter \x40E7 14-12346-2 -letter \x40E8 134-12356-4 +letter \x40E8 123467-134568 letter \x40E9 1345-146-2 letter \x40EA 124-1236-2 letter \x40EB 145-1236-4 @@ -5541,7 +5543,7 @@ letter \x4107 12-1356-2 letter \x4108 145-12356-5 letter \x4109 2346-2 -letter \x410A 134-12356-4 +letter \x410A 123467-134568 letter \x410B 2345-4 letter \x410C 1-1246-5 letter \x410D 1-345-5 @@ -5561,12 +5563,12 @@ letter \x411B 14-12356-2 letter \x411C 14-16-2 letter \x411D 12-456-3 -letter \x411E 134-12356-4 +letter \x411E 123467-134568 letter \x411F 245-1246-5 letter \x4120 12-1236-2 letter \x4121 12-1236-3 letter \x4122 245-16-2 -letter \x4123 134-12356-4 +letter \x4123 123467-134568 letter \x4124 14-2456-5 letter \x4125 14-13456-2 letter \x4126 14-246-4 @@ -5582,9 +5584,9 @@ letter \x4130 23456-2 letter \x4131 12345-1346-3 letter \x4132 1245-1246-5 -letter \x4133 134-12356-4 -letter \x4134 134-12356-4 -letter \x4135 134-12356-4 +letter \x4133 123467-134568 +letter \x4134 123467-134568 +letter \x4135 123467-134568 letter \x4136 135-16-5 letter \x4137 24-156-2 letter \x4138 1234-126-5 @@ -5665,13 +5667,13 @@ letter \x4183 145-146-5 letter \x4184 1-1236-4 letter \x4185 125-156-3 -letter \x4186 134-12356-4 -letter \x4187 134-12356-4 +letter \x4186 123467-134568 +letter \x4187 123467-134568 letter \x4188 1-156-5 letter \x4189 135-345-5 letter \x418A 245-1246-5 letter \x418B 245-234-3 -letter \x418C 134-12356-4 +letter \x418C 123467-134568 letter \x418D 14-12346-2 letter \x418E 15-2345-3 letter \x418F 12345-356-5 @@ -5711,7 +5713,7 @@ letter \x41B1 124-1236-3 letter \x41B2 123-1346-3 letter \x41B3 15-1246-5 -letter \x41B4 134-12356-4 +letter \x41B4 123467-134568 letter \x41B5 12-1356-2 letter \x41B6 13-234-3 letter \x41B7 15-236-5 @@ -5727,13 +5729,13 @@ letter \x41C1 15-156-3 letter \x41C2 245-2345-3 letter \x41C3 15-156-5 -letter \x41C4 134-12356-4 +letter \x41C4 123467-134568 letter \x41C5 12345-345-3 letter \x41C6 145-12356-4 letter \x41C7 134-1346-2 letter \x41C8 1235-35-5 letter \x41C9 24-156-2 -letter \x41CA 134-12356-4 +letter \x41CA 123467-134568 letter \x41CB 1235-2456-5 letter \x41CC 245-246-5 letter \x41CD 12-34-5 @@ -5775,7 +5777,7 @@ letter \x41F1 1345-345-5 letter \x41F2 13-23456-2 letter \x41F3 13-2345-3 -letter \x41F4 134-12356-4 +letter \x41F4 123467-134568 letter \x41F5 1456-2 letter \x41F6 13-236-2 letter \x41F7 135-346-2 @@ -5786,7 +5788,7 @@ letter \x41FC 16-5 letter \x41FD 1-156-5 letter \x41FE 2345-2 -letter \x41FF 134-12356-4 +letter \x41FF 123467-134568 letter \x4200 15-1236-3 letter \x4201 14-123456-2 letter \x4202 1234-13456-2 @@ -5827,8 +5829,8 @@ letter \x4225 13-1456-3 letter \x4226 125-12346-3 letter \x4227 1246-4 -letter \x4228 134-12356-4 -letter \x4229 134-12356-4 +letter \x4228 123467-134568 +letter \x4229 123467-134568 letter \x422A 15-16-5 letter \x422B 1345-345-5 letter \x422C 1234-34-2 @@ -5858,7 +5860,7 @@ letter \x4244 14-1356-2 letter \x4245 1-156-5 letter \x4246 145-246-4 -letter \x4247 134-12356-4 +letter \x4247 123467-134568 letter \x4248 15-1236-5 letter \x4249 13-34-3 letter \x424A 12345-1236-5 @@ -5926,7 +5928,7 @@ letter \x4289 15-1236-4 letter \x428A 1246-4 letter \x428B 1-456-3 -letter \x428C 134-12356-4 +letter \x428C 123467-134568 letter \x428D 14-16-2 letter \x428E 245-45-4 letter \x428F 12-146-4 @@ -5983,7 +5985,7 @@ letter \x42C2 15-246-2 letter \x42C3 134-146-5 letter \x42C4 456-4 -letter \x42C5 134-12356-4 +letter \x42C5 123467-134568 letter \x42C6 14-34-3 letter \x42C7 16-5 letter \x42C8 1245-34-2 @@ -6124,7 +6126,7 @@ letter \x434F 245-2346-5 letter \x4350 1235-1236-4 letter \x4351 1235-1236-4 -letter \x4352 134-12356-4 +letter \x4352 123467-134568 letter \x4353 1235-34-5 letter \x4354 13-12346-3 letter \x4355 145-16-4 @@ -6200,14 +6202,14 @@ letter \x439B 14-146-4 letter \x439C 1235-123456-3 letter \x439D 1-34-5 -letter \x439E 134-12356-4 +letter \x439E 123467-134568 letter \x439F 156-2 letter \x43A0 156-2 letter \x43A1 1245-12456-4 letter \x43A2 245-16-4 letter \x43A3 15-156-5 letter \x43A4 13-1256-2 -letter \x43A5 134-12356-4 +letter \x43A5 123467-134568 letter \x43A6 2345-4 letter \x43A7 135-1346-5 letter \x43A8 346-5 @@ -6279,7 +6281,7 @@ letter \x43EA 156-5 letter \x43EB 15-234-3 letter \x43EC 134-12356-2 -letter \x43ED 134-12356-4 +letter \x43ED 123467-134568 letter \x43EE 15-16-2 letter \x43EF 1-156-5 letter \x43F0 1245-136-4 @@ -6384,7 +6386,7 @@ letter \x4453 124-2456-2 letter \x4454 12345-356-5 letter \x4455 24-34-4 -letter \x4456 134-12356-4 +letter \x4456 123467-134568 letter \x4457 145-1346-5 letter \x4458 245-25-2 letter \x4459 1245-1236-2 @@ -6408,7 +6410,7 @@ letter \x446B 135-1356-3 letter \x446C 246-5 letter \x446D 145-16-5 -letter \x446E 134-12356-4 +letter \x446E 123467-134568 letter \x446F 145-16-5 letter \x4470 135-34-5 letter \x4471 12456-4 @@ -6417,14 +6419,14 @@ letter \x4474 245-16-2 letter \x4475 134-34-5 letter \x4476 245-2345-5 -letter \x4477 134-12356-4 +letter \x4477 123467-134568 letter \x4478 125-12346-3 letter \x4479 15-146-3 letter \x447A 12345-1236-2 letter \x447B 234-2 letter \x447C 125-12356-3 letter \x447D 124-345-5 -letter \x447E 134-12356-4 +letter \x447E 123467-134568 letter \x447F 15-34-5 letter \x4480 135-34-5 letter \x4481 15-16-2 @@ -6473,7 +6475,7 @@ letter \x44AC 134-126-5 letter \x44AD 145-1356-4 letter \x44AE 1235-1346-2 -letter \x44AF 134-12356-4 +letter \x44AF 123467-134568 letter \x44B0 123-456-3 letter \x44B1 1-1356-3 letter \x44B2 1-345-5 @@ -6490,7 +6492,7 @@ letter \x44BD 456-4 letter \x44BE 16-3 letter \x44BF 14-246-2 -letter \x44C0 134-12356-4 +letter \x44C0 123467-134568 letter \x44C1 145-1356-4 letter \x44C2 2345-2 letter \x44C3 16-5 @@ -6510,7 +6512,7 @@ letter \x44D1 1234-13456-2 letter \x44D2 123-2356-4 letter \x44D3 24-1236-5 -letter \x44D4 134-12356-4 +letter \x44D4 123467-134568 letter \x44D5 1246-4 letter \x44D6 245-235-2 letter \x44D7 245-12346-3 @@ -6531,10 +6533,10 @@ letter \x44E6 145-2345-4 letter \x44E7 13-16-2 letter \x44E8 13456-3 -letter \x44E9 134-12356-4 +letter \x44E9 123467-134568 letter \x44EA 145-1346-5 letter \x44EB 245-16-2 -letter \x44EC 134-12356-4 +letter \x44EC 123467-134568 letter \x44ED 24-345-5 letter \x44EE 134-146-5 letter \x44EF 145-34-2 @@ -6620,7 +6622,7 @@ letter \x453F 125-123456-4 letter \x4540 123-12456-4 letter \x4541 12345-356-4 -letter \x4542 134-12356-4 +letter \x4542 123467-134568 letter \x4543 1456-5 letter \x4544 1-1356-3 letter \x4545 15-146-4 @@ -6634,7 +6636,7 @@ letter \x454D 16-5 letter \x454E 12345-34-2 letter \x454F 2346-2 -letter \x4550 134-12356-4 +letter \x4550 123467-134568 letter \x4551 15-1246-3 letter \x4552 13-23456-3 letter \x4553 12-345-2 @@ -6744,7 +6746,7 @@ letter \x45BB 234-2 letter \x45BC 13-236-2 letter \x45BD 14-16-2 -letter \x45BE 134-12356-4 +letter \x45BE 123467-134568 letter \x45BF 14-16-2 letter \x45C0 12-1356-3 letter \x45C1 13-16-5 @@ -6791,13 +6793,13 @@ letter \x45EA 1-2346-5 letter \x45EB 134-345-1 letter \x45EC 12345-1356-3 -letter \x45ED 134-12356-4 +letter \x45ED 123467-134568 letter \x45EE 24-456-4 letter \x45EF 13-1456-5 letter \x45F0 13-12456-5 letter \x45F1 1234-34-2 letter \x45F2 14-1456-5 -letter \x45F3 134-12356-4 +letter \x45F3 123467-134568 letter \x45F4 124-13456-2 letter \x45F5 13-46-3 letter \x45F6 14-345-5 @@ -6885,9 +6887,9 @@ letter \x4648 1235-12356-2 letter \x4649 15-256-2 letter \x464A 1-25-2 -letter \x464B 134-12356-4 +letter \x464B 123467-134568 letter \x464C 1235-1246-5 -letter \x464D 134-12356-4 +letter \x464D 123467-134568 letter \x464E 15-346-2 letter \x464F 135-126-2 letter \x4650 123-2346-5 @@ -6917,7 +6919,7 @@ letter \x4668 13-25-4 letter \x4669 134-1356-2 letter \x466A 1234-1236-5 -letter \x466B 134-12356-4 +letter \x466B 123467-134568 letter \x466C 13456-5 letter \x466D 245-2345-3 letter \x466E 13-12456-5 @@ -6974,7 +6976,7 @@ letter \x46A1 15-2456-3 letter \x46A2 12-2346-5 letter \x46A3 124-16-2 -letter \x46A4 134-12356-4 +letter \x46A4 123467-134568 letter \x46A5 1345-25-5 letter \x46A6 1-156-5 letter \x46A7 14-234-2 @@ -7104,9 +7106,9 @@ letter \x4723 15-1456-3 letter \x4724 1235-12346-5 letter \x4725 145-1236-5 -letter \x4726 134-12356-4 +letter \x4726 123467-134568 letter \x4727 1345-146-4 -letter \x4728 134-12356-4 +letter \x4728 123467-134568 letter \x4729 2345-5 letter \x472A 245-234-2 letter \x472B 1235-12346-2 @@ -7117,7 +7119,7 @@ letter \x4730 1235-146-3 letter \x4731 134-1236-2 letter \x4732 14-346-5 -letter \x4733 134-12356-4 +letter \x4733 123467-134568 letter \x4734 12-156-4 letter \x4735 12-156-4 letter \x4736 15-46-2 @@ -7209,7 +7211,7 @@ letter \x478C 24-156-2 letter \x478D 245-13456-2 letter \x478E 12-1346-3 -letter \x478F 134-12356-4 +letter \x478F 123467-134568 letter \x4790 24-123456-4 letter \x4791 1235-12346-2 letter \x4792 145-12346-5 @@ -7244,7 +7246,7 @@ letter \x47AF 12345-34-5 letter \x47B0 245-16-5 letter \x47B1 1235-34-2 -letter \x47B2 134-12356-4 +letter \x47B2 123467-134568 letter \x47B3 135-126-2 letter \x47B4 1-146-3 letter \x47B5 13-236-2 @@ -7308,7 +7310,7 @@ letter \x47EF 123-25-5 letter \x47F0 13-2345-4 letter \x47F1 13-16-3 -letter \x47F2 134-12356-4 +letter \x47F2 123467-134568 letter \x47F3 1256-4 letter \x47F4 1-136-5 letter \x47F5 245-234-2 @@ -7334,7 +7336,7 @@ letter \x4809 1235-12456-5 letter \x480A 12345-356-5 letter \x480B 1234-2345-2 -letter \x480C 134-12356-4 +letter \x480C 123467-134568 letter \x480D 15-23456-2 letter \x480E 25-5 letter \x480F 13-16-5 @@ -7344,7 +7346,7 @@ letter \x4813 245-234-3 letter \x4814 15-1246-5 letter \x4815 245-2456-3 -letter \x4816 134-12356-4 +letter \x4816 123467-134568 letter \x4817 245-234-5 letter \x4818 1234-16-5 letter \x4819 1234-1346-2 @@ -7380,7 +7382,7 @@ letter \x4837 124-246-4 letter \x4838 123-35-3 letter \x4839 1235-2456-2 -letter \x483A 134-12356-4 +letter \x483A 123467-134568 letter \x483B 245-235-5 letter \x483C 24-34-5 letter \x483D 1235-2456-2 @@ -7465,7 +7467,7 @@ letter \x488C 1234-356-5 letter \x488D 12345-1346-5 letter \x488E 13-16-4 -letter \x488F 134-12356-4 +letter \x488F 123467-134568 letter \x4890 245-34-2 letter \x4891 145-16-4 letter \x4892 13-246-3 @@ -7474,7 +7476,7 @@ letter \x4895 15-1256-5 letter \x4896 14-1256-5 letter \x4897 245-1256-3 -letter \x4898 134-12356-4 +letter \x4898 123467-134568 letter \x4899 135-2456-5 letter \x489A 1235-1346-2 letter \x489B 13-235-4 @@ -7523,7 +7525,7 @@ letter \x48C6 15-13456-2 letter \x48C7 245-234-2 letter \x48C8 15-46-5 -letter \x48C9 134-12356-4 +letter \x48C9 123467-134568 letter \x48CA 145-1346-4 letter \x48CB 245-2456-4 letter \x48CC 145-16-4 @@ -7532,7 +7534,7 @@ letter \x48CF 13-12346-3 letter \x48D0 13456-3 letter \x48D1 12-1236-2 -letter \x48D2 134-12356-4 +letter \x48D2 123467-134568 letter \x48D3 14-16-2 letter \x48D4 15-25-4 letter \x48D5 134-345-4 @@ -7578,7 +7580,7 @@ letter \x48FD 1-156-3 letter \x48FE 134-16-5 letter \x48FF 1256-3 -letter \x4900 134-12356-4 +letter \x4900 123467-134568 letter \x4901 1456-3 letter \x4902 134-356-2 letter \x4903 1456-3 @@ -7699,9 +7701,9 @@ letter \x4976 13-2346-2 letter \x4977 1-345-2 letter \x4978 134-16-2 -letter \x4979 134-12356-4 +letter \x4979 123467-134568 letter \x497A 346-2 -letter \x497B 134-12356-4 +letter \x497B 123467-134568 letter \x497C 34-5 letter \x497D 1234-126-3 letter \x497E 15-346-4 @@ -7710,7 +7712,7 @@ letter \x4981 135-1346-3 letter \x4982 24-1236-5 letter \x4983 1-25-2 -letter \x4984 134-12356-4 +letter \x4984 123467-134568 letter \x4985 24-1236-5 letter \x4986 13-236-2 letter \x4987 13-16-5 @@ -7762,14 +7764,14 @@ letter \x49B5 1345-16-4 letter \x49B6 1-1356-5 letter \x49B7 12-2356-5 -letter \x49B8 134-12356-4 +letter \x49B8 123467-134568 letter \x49B9 24-156-2 letter \x49BA 145-13456-3 letter \x49BB 125-156-4 letter \x49BC 13-236-2 letter \x49BD 15-1256-5 letter \x49BE 45-2 -letter \x49BF 134-12356-4 +letter \x49BF 123467-134568 letter \x49C0 13-25-3 letter \x49C1 15-1256-4 letter \x49C2 1-146-5 @@ -7778,7 +7780,7 @@ letter \x49C5 16-2 letter \x49C6 1235-12346-2 letter \x49C7 16-4 -letter \x49C8 134-12356-4 +letter \x49C8 123467-134568 letter \x49C9 14-16-4 letter \x49CA 123-34-3 letter \x49CB 15-2345-4 @@ -7811,11 +7813,11 @@ letter \x49E6 1246-2 letter \x49E7 16-4 letter \x49E8 346-5 -letter \x49E9 134-12356-4 +letter \x49E9 123467-134568 letter \x49EA 12-2346-5 letter \x49EB 1235-146-2 letter \x49EC 135-1456-3 -letter \x49ED 134-12356-4 +letter \x49ED 123467-134568 letter \x49EE 15-2345-5 letter \x49EF 12-1236-2 letter \x49F0 1235-123456-5 @@ -7912,7 +7914,7 @@ letter \x4A4B 134-126-4 letter \x4A4C 245-246-2 letter \x4A4D 14-246-4 -letter \x4A4E 134-12356-4 +letter \x4A4E 123467-134568 letter \x4A4F 134-346-5 letter \x4A50 1235-34-3 letter \x4A51 1235-12346-2 @@ -7955,7 +7957,7 @@ letter \x4A76 12-1236-4 letter \x4A77 135-1346-3 letter \x4A78 1245-12346-2 -letter \x4A79 2346-2 +letter \x4A79 123-25-5 letter \x4A7A 12346-3 letter \x4A7B 135-345-5 letter \x4A7C 12345-1356-2 @@ -7993,7 +7995,7 @@ letter \x4A9C 12-1236-5 letter \x4A9D 1235-34-5 letter \x4A9E 125-345-2 -letter \x4A9F 134-12356-4 +letter \x4A9F 123467-134568 letter \x4AA0 13-16-3 letter \x4AA1 13-16-3 letter \x4AA2 13-16-3 @@ -8004,7 +8006,7 @@ letter \x4AA7 12-156-2 letter \x4AA8 135-146-2 letter \x4AA9 1456-2 -letter \x4AAA 134-12356-4 +letter \x4AAA 123467-134568 letter \x4AAB 13-13456-3 letter \x4AAC 135-126-2 letter \x4AAD 1245-12456-4 @@ -8169,7 +8171,7 @@ letter \x4B4C 1235-34-2 letter \x4B4D 1235-34-2 letter \x4B4E 346-5 -letter \x4B4F 134-12356-4 +letter \x4B4F 123467-134568 letter \x4B50 46-5 letter \x4B51 14-2345-4 letter \x4B52 15-16-2 @@ -8182,7 +8184,7 @@ letter \x4B59 13-1456-4 letter \x4B5A 12-456-2 letter \x4B5B 13-1236-4 -letter \x4B5C 134-12356-4 +letter \x4B5C 123467-134568 letter \x4B5D 123-2356-5 letter \x4B5E 16-5 letter \x4B5F 346-5 @@ -8323,7 +8325,7 @@ letter \x4BE6 134-345-5 letter \x4BE7 245-13456-4 letter \x4BE8 1235-25-5 -letter \x4BE9 134-12356-4 +letter \x4BE9 123467-134568 letter \x4BEA 123-146-4 letter \x4BEB 1235-146-5 letter \x4BEC 145-25-4 @@ -8340,8 +8342,8 @@ letter \x4BF7 15-12346-3 letter \x4BF8 245-156-5 letter \x4BF9 15-2345-3 -letter \x4BFA 236-5 -letter \x4BFB 134-12356-4 +letter \x4BFA 123-25-5 +letter \x4BFB 123467-134568 letter \x4BFC 145-16-2 letter \x4BFD 1234-12356-2 letter \x4BFE 124-246-2 @@ -8373,8 +8375,8 @@ letter \x4C18 14-234-2 letter \x4C19 16-4 letter \x4C1A 123456-2 -letter \x4C1B 13-2346-2 -letter \x4C1C 13-2346-2 +letter \x4C1B 14-16-5 +letter \x4C1C 14-16-5 letter \x4C1D 125-1356-5 letter \x4C1E 1-34-4 letter \x4C1F 1235-123456-2 @@ -8392,15 +8394,15 @@ letter \x4C2B 12-146-2 letter \x4C2C 13-1256-2 letter \x4C2D 1245-34-2 -letter \x4C2E 134-12356-4 +letter \x4C2E 123467-134568 letter \x4C2F 16-5 letter \x4C30 1245-34-2 letter \x4C31 14-13456-2 letter \x4C32 23456-5 -letter \x4C33 134-12356-4 +letter \x4C33 123467-134568 letter \x4C34 245-16-5 letter \x4C35 125-156-3 -letter \x4C36 134-12356-4 +letter \x4C36 123467-134568 letter \x4C37 135-1346-5 letter \x4C38 13-12346-3 letter \x4C39 125-2346-2 @@ -8452,7 +8454,7 @@ letter \x4C67 24-1236-5 letter \x4C68 1-156-5 letter \x4C69 456-4 -letter \x4C6A 134-12356-4 +letter \x4C6A 123467-134568 letter \x4C6B 14-345-5 letter \x4C6C 15-1256-3 letter \x4C6D 13-1356-3 @@ -8478,10 +8480,10 @@ letter \x4C81 1246-5 letter \x4C82 15-45-2 letter \x4C83 125-146-4 -letter \x4C84 134-2345-4 +letter \x4C84 134-1456-4 letter \x4C85 13-1246-3 letter \x4C86 15-34-3 -letter \x4C87 134-12356-4 +letter \x4C87 123467-134568 letter \x4C88 134-345-2 letter \x4C89 15-156-3 letter \x4C8A 124-25-4 @@ -8510,7 +8512,7 @@ letter \x4CA1 245-234-3 letter \x4CA2 124-1356-2 letter \x4CA3 1256-2 -letter \x4CA4 134-12356-4 +letter \x4CA4 123467-134568 letter \x4CA5 13-234-3 letter \x4CA6 145-345-5 letter \x4CA7 145-34-5 @@ -8528,7 +8530,7 @@ letter \x4CB3 1235-1346-2 letter \x4CB4 1-136-5 letter \x4CB5 245-236-5 -letter \x4CB6 134-12356-4 +letter \x4CB6 123467-134568 letter \x4CB7 15-246-3 letter \x4CB8 13-346-5 letter \x4CB9 1234-356-2 @@ -8571,7 +8573,7 @@ letter \x4CDE 135-1356-4 letter \x4CDF 134-13456-2 letter \x4CE0 12-1246-2 -letter \x4CE1 1-1246-3 +letter \x4CE1 2345-5 letter \x4CE2 245-16-2 letter \x4CE3 45-2 letter \x4CE4 135-346-3 @@ -8642,7 +8644,7 @@ letter \x4D25 13-23456-3 letter \x4D26 1456-2 letter \x4D27 1246-3 -letter \x4D28 134-12356-4 +letter \x4D28 123467-134568 letter \x4D29 1234-246-2 letter \x4D2A 14-34-5 letter \x4D2B 14-13456-2 @@ -8775,7 +8777,7 @@ letter \x4DAA 12-345-2 letter \x4DAB 2345-5 letter \x4DAC 13-2345-3 -letter \x4DAD 134-12356-4 +letter \x4DAD 123467-134568 letter \x4DAE 2345-4 letter \x4DAF 123-1246-3 letter \x4DB0 13-246-3 @@ -8833,16 +8835,16 @@ letter \x4E2B 23456-3 letter \x4E2C 1-456-5 letter \x4E2D 1-12346-3 -letter \x4E2E 13-16-4 +letter \x4E2E 13-16-2 letter \x4E2F 13-346-5 letter \x4E30 12345-1356-3 letter \x4E31 13-12456-5 letter \x4E32 12-12456-5 -letter \x4E33 12-1236-4 +letter \x4E33 12-1236-5 letter \x4E34 14-1456-2 letter \x4E35 1-25-2 letter \x4E36 1-34-4 -letter \x4E37 135-345-3 +letter \x4E37 1235-345-3 letter \x4E38 12456-2 letter \x4E39 145-1236-3 letter \x4E3A 1246-2 @@ -8868,7 +8870,7 @@ letter \x4E4E 1235-34-3 letter \x4E4F 12345-345-2 letter \x4E50 14-2346-5 -letter \x4E51 1-12346-5 +letter \x4E51 1456-2 letter \x4E52 1234-13456-3 letter \x4E53 1234-1346-3 letter \x4E54 245-246-2 @@ -8886,9 +8888,9 @@ letter \x4E60 15-16-2 letter \x4E61 15-46-3 letter \x4E62 13-2456-5 -letter \x4E63 13-234-4 +letter \x4E63 145-234-3 letter \x4E64 15-23456-5 -letter \x4E65 1235-2346-2 +letter \x4E65 1235-34-5 letter \x4E66 24-34-3 letter \x4E67 145-12356-4 letter \x4E68 24-156-4 @@ -8897,7 +8899,7 @@ letter \x4E6B 13-23456-3 letter \x4E6C 13-1256-5 letter \x4E6D 24-156-2 -letter \x4E6E 134-12356-4 +letter \x4E6E 134-146-4 letter \x4E6F 1235-34-3 letter \x4E70 134-2456-4 letter \x4E71 14-12456-5 @@ -8911,18 +8913,18 @@ letter \x4E79 13-1236-3 letter \x4E7A 15-25-4 letter \x4E7B 156-5 -letter \x4E7C 1-34-5 -letter \x4E7D 245-2346-5 +letter \x4E7C 245-1246-3 +letter \x4E7D 1-2346-4 letter \x4E7E 13-1236-3 -letter \x4E7F 12-156-5 +letter \x4E7F 12-156-2 letter \x4E80 13-1246-3 letter \x4E81 13-1236-3 letter \x4E82 14-12456-5 -letter \x4E83 14-1456-2 +letter \x4E83 14-1456-4 letter \x4E84 16-5 letter \x4E85 13-236-2 letter \x4E86 14-2346-1 -letter \x4E87 134-345-3 +letter \x4E87 13-2346-5 letter \x4E88 1256-4 letter \x4E89 1-1356-3 letter \x4E8A 24-156-5 @@ -8950,14 +8952,14 @@ letter \x4EA0 124-12356-2 letter \x4EA1 456-2 letter \x4EA2 123-1346-5 -letter \x4EA3 124-345-5 +letter \x4EA3 145-345-5 letter \x4EA4 13-246-3 letter \x4EA5 1235-2456-5 letter \x4EA6 16-5 letter \x4EA7 12-1236-4 letter \x4EA8 1235-1356-3 letter \x4EA9 134-34-4 -letter \x4EAA 346-5 +letter \x4EAA 346-3 letter \x4EAB 15-46-4 letter \x4EAC 13-13456-3 letter \x4EAD 124-13456-2 @@ -8966,7 +8968,7 @@ letter \x4EB0 13-13456-3 letter \x4EB1 346-5 letter \x4EB2 245-1456-3 -letter \x4EB3 135-126-1 +letter \x4EB3 135-126-5 letter \x4EB4 234-5 letter \x4EB5 15-346-5 letter \x4EB6 145-1236-4 @@ -8997,7 +8999,7 @@ letter \x4ECF 12345-126-2 letter \x4ED0 15-1236-4 letter \x4ED1 14-123456-2 -letter \x4ED2 135-1456-3 +letter \x4ED2 135-13456-3 letter \x4ED3 245-1346-3 letter \x4ED4 125-156-4 letter \x4ED5 24-156-5 @@ -9013,7 +9015,7 @@ letter \x4EDF 245-2345-3 letter \x4EE0 13-1236-4 letter \x4EE1 16-5 -letter \x4EE2 145-16-2 +letter \x4EE2 1-25-2 letter \x4EE3 145-2456-5 letter \x4EE4 14-13456-5 letter \x4EE5 16-4 @@ -9031,7 +9033,7 @@ letter \x4EF1 245-2345-2 letter \x4EF2 1-12346-5 letter \x4EF3 1234-16-4 -letter \x4EF4 12456-5 +letter \x4EF4 25-5 letter \x4EF5 34-4 letter \x4EF6 13-2345-5 letter \x4EF7 13-346-5 @@ -9048,8 +9050,8 @@ letter \x4F02 1234-356-5 letter \x4F03 1256-2 letter \x4F04 145-246-5 -letter \x4F05 124-123456-2 -letter \x4F06 123456-5 +letter \x4F05 145-123456-5 +letter \x4F06 34-5 letter \x4F07 16-5 letter \x4F08 15-1456-4 letter \x4F09 123-1346-5 @@ -9059,7 +9061,7 @@ letter \x4F0D 34-4 letter \x4F0E 13-16-5 letter \x4F0F 12345-34-2 -letter \x4F10 12345-345-2 +letter \x4F10 12345-345-3 letter \x4F11 15-234-3 letter \x4F12 13-1456-5 letter \x4F13 135-356-3 @@ -9085,15 +9087,15 @@ letter \x4F27 245-1346-3 letter \x4F28 15-256-5 letter \x4F29 15-1456-5 -letter \x4F2A 1246-4 +letter \x4F2A 1246-5 letter \x4F2B 1-34-5 letter \x4F2C 12-156-4 letter \x4F2D 15-45-2 -letter \x4F2E 1345-34-2 +letter \x4F2E 1345-34-4 letter \x4F2F 135-126-2 letter \x4F30 13-34-3 letter \x4F31 13457-16-4 -letter \x4F32 1345-16-5 +letter \x4F32 1345-16-4 letter \x4F33 15-346-5 letter \x4F34 135-1236-5 letter \x4F35 15-1256-5 @@ -9104,7 +9106,7 @@ letter \x4F3A 15-156-5 letter \x4F3B 135-1356-3 letter \x4F3C 15-156-5 -letter \x4F3D 13-23456-3 +letter \x4F3D 245-346-2 letter \x4F3E 1234-16-3 letter \x4F3F 16-5 letter \x4F40 15-156-5 @@ -9118,14 +9120,14 @@ letter \x4F48 135-34-5 letter \x4F49 245-1256-3 letter \x4F4A 135-16-4 -letter \x4F4B 24-146-5 +letter \x4F4B 1-146-3 letter \x4F4C 245-156-4 letter \x4F4D 1246-5 letter \x4F4E 145-16-3 letter \x4F4F 1-34-5 letter \x4F50 125-25-4 letter \x4F51 234-5 -letter \x4F52 46-4 +letter \x4F52 46-3 letter \x4F53 124-16-4 letter \x4F54 1-1236-5 letter \x4F55 1235-2346-2 @@ -9149,7 +9151,7 @@ letter \x4F67 123-345-4 letter \x4F68 135-146-3 letter \x4F69 1234-356-5 -letter \x4F6A 1235-1246-2 +letter \x4F6A 1235-2356-2 letter \x4F6B 1235-2346-5 letter \x4F6C 14-146-4 letter \x4F6D 15-46-2 @@ -9157,7 +9159,7 @@ letter \x4F6F 46-2 letter \x4F70 135-2456-4 letter \x4F71 12345-345-4 -letter \x4F72 134-13456-2 +letter \x4F72 134-13456-4 letter \x4F73 13-23456-3 letter \x4F74 156-5 letter \x4F75 135-13456-5 @@ -9166,7 +9168,7 @@ letter \x4F78 1235-25-2 letter \x4F79 13-1246-4 letter \x4F7A 245-45-2 -letter \x4F7B 124-246-3 +letter \x4F7B 124-246-2 letter \x4F7C 13-246-4 letter \x4F7D 245-156-5 letter \x4F7E 16-5 @@ -9201,13 +9203,13 @@ letter \x4F9B 13-12346-3 letter \x4F9C 1-12356-3 letter \x4F9D 16-3 -letter \x4F9E 1245-34-4 +letter \x4F9E 1245-34-2 letter \x4F9F 13-2345-5 letter \x4FA0 15-23456-2 letter \x4FA1 13-23456-5 -letter \x4FA2 125-2456-5 +letter \x4FA2 145-2456-5 letter \x4FA3 14-1256-4 -letter \x4FA4 123-345-3 +letter \x4FA4 124-345-3 letter \x4FA5 13-246-4 letter \x4FA6 1-136-3 letter \x4FA7 245-2346-5 @@ -9233,18 +9235,18 @@ letter \x4FBB 124-25-3 letter \x4FBC 135-126-2 letter \x4FBD 1345-1236-2 -letter \x4FBE 1235-146-3 +letter \x4FBE 15-246-3 letter \x4FBF 135-2345-5 letter \x4FC0 124-1246-4 -letter \x4FC1 1256-2 +letter \x4FC1 1256-4 letter \x4FC2 15-16-5 letter \x4FC3 245-34-5 letter \x4FC4 2346-5 letter \x4FC5 245-234-2 letter \x4FC6 15-1256-2 -letter \x4FC7 13-456-4 +letter \x4FC7 13-456-5 letter \x4FC8 123-34-5 -letter \x4FC9 34-4 +letter \x4FC9 34-2 letter \x4FCA 13-256-5 letter \x4FCB 16-5 letter \x4FCC 12345-34-4 @@ -9262,7 +9264,7 @@ letter \x4FD8 12345-34-2 letter \x4FD9 15-16-3 letter \x4FDA 14-16-4 -letter \x4FDB 12345-34-4 +letter \x4FDB 134-2345-4 letter \x4FDC 1234-13456-3 letter \x4FDD 135-146-4 letter \x4FDE 1256-2 @@ -9270,8 +9272,8 @@ letter \x4FE0 15-23456-2 letter \x4FE1 15-1456-5 letter \x4FE2 15-234-3 -letter \x4FE3 1256-2 -letter \x4FE4 124-16-5 +letter \x4FE3 1256-4 +letter \x4FE4 145-16-5 letter \x4FE5 12-2346-3 letter \x4FE6 12-12356-2 letter \x4FE7 1-156-5 @@ -9283,7 +9285,7 @@ letter \x4FED 13-2345-4 letter \x4FEE 15-234-3 letter \x4FEF 12345-34-4 -letter \x4FF0 1235-2346-5 +letter \x4FF0 1235-25-5 letter \x4FF1 13-1256-5 letter \x4FF2 15-246-5 letter \x4FF3 1234-2456-2 @@ -9300,7 +9302,7 @@ letter \x4FFE 135-16-5 letter \x4FFF 12-156-2 letter \x5000 12-1346-3 -letter \x5001 12-156-2 +letter \x5001 1-156-3 letter \x5002 135-13456-5 letter \x5003 13-234-5 letter \x5004 246-2 @@ -9331,7 +9333,7 @@ letter \x501D 13-1236-5 letter \x501E 13-13456-5 letter \x501F 13-346-5 -letter \x5020 1-1246-3 +letter \x5020 15-1246-3 letter \x5021 12-1346-5 letter \x5022 13-346-2 letter \x5023 12345-1346-4 @@ -9360,18 +9362,18 @@ letter \x503A 1-2456-5 letter \x503B 346-3 letter \x503C 1-156-2 -letter \x503D 24-345-2 +letter \x503D 24-345-5 letter \x503E 245-13456-3 -letter \x503F 245-346-5 +letter \x503F 1345-13456-5 letter \x5040 13456-3 letter \x5041 12-1356-3 -letter \x5042 13-2345-3 +letter \x5042 245-2345-2 letter \x5043 2345-4 letter \x5044 1245-12456-4 -letter \x5045 1-12346-4 +letter \x5045 1-12346-5 letter \x5046 12-123456-4 letter \x5047 13-23456-4 -letter \x5048 13-346-2 +letter \x5048 13-16-5 letter \x5049 1246-4 letter \x504A 1256-4 letter \x504B 135-13456-5 @@ -9399,9 +9401,9 @@ letter \x5061 1-1236-5 letter \x5062 12-12356-4 letter \x5063 2345-3 -letter \x5064 234-4 +letter \x5064 234-2 letter \x5065 13-2345-5 -letter \x5066 15-1256-3 +letter \x5066 15-1256-4 letter \x5067 1-345-3 letter \x5068 245-156-3 letter \x5069 12345-34-5 @@ -9469,7 +9471,7 @@ letter \x50A7 135-1456-3 letter \x50A8 12-34-2 letter \x50A9 1345-25-2 -letter \x50AA 245-1236-3 +letter \x50AA 15-1236-4 letter \x50AB 14-356-4 letter \x50AC 245-1246-3 letter \x50AD 235-3 @@ -9481,7 +9483,7 @@ letter \x50B3 12-12456-2 letter \x50B4 1256-4 letter \x50B5 1-2456-5 -letter \x50B6 245-16-3 +letter \x50B6 125-34-2 letter \x50B7 24-1346-3 letter \x50B8 12-456-4 letter \x50B9 13-13456-5 @@ -9497,7 +9499,7 @@ letter \x50C3 135-356-5 letter \x50C4 1234-246-5 letter \x50C5 13-1456-4 -letter \x50C6 14-2345-2 +letter \x50C6 14-2345-5 letter \x50C7 14-34-5 letter \x50C8 134-1236-5 letter \x50C9 245-2345-3 @@ -9533,7 +9535,7 @@ letter \x50E7 15-1356-3 letter \x50E8 12345-136-5 letter \x50E9 15-2345-5 -letter \x50EA 1256-5 +letter \x50EA 13-236-2 letter \x50EB 2346-5 letter \x50EC 13-246-3 letter \x50ED 13-2345-5 @@ -9541,7 +9543,7 @@ letter \x50EF 14-1456-4 letter \x50F0 135-126-2 letter \x50F1 13-34-5 -letter \x50F2 15-2345-2 +letter \x50F2 15-2345-3 letter \x50F3 15-34-5 letter \x50F4 15-2345-5 letter \x50F5 13-46-3 @@ -9558,7 +9560,7 @@ letter \x5100 16-2 letter \x5101 13-256-5 letter \x5102 1345-12346-2 -letter \x5103 12-1236-2 +letter \x5103 24-1236-5 letter \x5104 16-5 letter \x5105 145-1346-3 letter \x5106 13-13456-4 @@ -9585,17 +9587,17 @@ letter \x511B 34-4 letter \x511C 1345-1356-2 letter \x511D 245-235-2 -letter \x511E 1345-16-4 +letter \x511E 13457-16-4 letter \x511F 12-1346-2 letter \x5120 14-346-5 letter \x5121 14-356-4 letter \x5122 14-1256-4 -letter \x5123 123-456-5 +letter \x5123 123-456-4 letter \x5124 135-146-5 -letter \x5125 145-34-2 +letter \x5125 1256-5 letter \x5126 135-246-3 letter \x5127 125-1236-4 -letter \x5128 1-156-2 +letter \x5128 1-156-5 letter \x5129 15-156-5 letter \x512A 234-3 letter \x512B 1235-146-2 @@ -9606,10 +9608,10 @@ letter \x5130 1246-4 letter \x5131 14-12346-4 letter \x5132 12-34-2 -letter \x5133 12-1236-2 +letter \x5133 12-1236-5 letter \x5134 1245-1346-2 -letter \x5135 24-34-3 -letter \x5136 15-16-3 +letter \x5135 24-34-5 +letter \x5136 1235-1246-5 letter \x5137 14-16-5 letter \x5138 14-25-2 letter \x5139 125-1236-4 @@ -9655,7 +9657,7 @@ letter \x5161 1358-2456-4-1238-2346-5 letter \x5162 13-13456-3 letter \x5163 148-16-2-1238-2346-5 -letter \x5164 1235-456-2 +letter \x5164 123-456-5 letter \x5165 1245-34-5 letter \x5166 456-2 letter \x5167 1345-356-5 @@ -9666,7 +9668,7 @@ letter \x516C 13-12346-3 letter \x516D 14-234-5 letter \x516E 15-16-3 -letter \x516F 1235-1236-2 +letter \x516F 1235-1236-3 letter \x5170 14-1236-2 letter \x5171 13-12346-5 letter \x5172 124-2345-3 @@ -9728,7 +9730,7 @@ letter \x51AA 134-16-5 letter \x51AB 135-13456-3 letter \x51AC 145-12346-3 -letter \x51AD 124-2456-2 +letter \x51AD 124-2456-5 letter \x51AE 13-1346-3 letter \x51AF 12345-1356-2 letter \x51B0 135-13456-3 @@ -9789,7 +9791,7 @@ letter \x51E7 1-1356-3 letter \x51E8 12345-1356-3 letter \x51E9 134-34-5 -letter \x51EA 1-156-5 +letter \x51EA 1-156-4 letter \x51EB 12345-34-2 letter \x51EC 12345-1356-3 letter \x51ED 1234-13456-2 @@ -9803,7 +9805,7 @@ letter \x51F5 123-1236-4 letter \x51F6 15-235-3 letter \x51F7 123-2356-5 -letter \x51F8 124-34-3 +letter \x51F8 124-34-2 letter \x51F9 146-3 letter \x51FA 12-34-3 letter \x51FB 13-16-2 @@ -9822,7 +9824,7 @@ letter \x5208 16-5 letter \x5209 13-16-3 letter \x520A 123-1236-3 -letter \x520B 245-2345-5 +letter \x520B 123-1236-3 letter \x520C 245-123456-4 letter \x520D 12-34-2 letter \x520E 123456-4 @@ -9842,7 +9844,7 @@ letter \x521C 12345-34-2 letter \x521D 12-34-3 letter \x521E 245-1256-5 -letter \x521F 13-1256-3 +letter \x521F 145-246-3 letter \x5220 24-1236-3 letter \x5221 134-1456-4 letter \x5222 14-13456-2 @@ -9872,7 +9874,7 @@ letter \x523A 245-156-5 letter \x523B 123-2346-5 letter \x523C 13-346-2 -letter \x523D 13-1246-5 +letter \x523D 123-2356-5 letter \x523E 245-156-5 letter \x523F 13-1246-5 letter \x5240 123-2456-4 @@ -9889,7 +9891,7 @@ letter \x524B 123-2346-5 letter \x524C 14-345-5 letter \x524D 245-2345-2 -letter \x524E 24-345-3 +letter \x524E 12-345-5 letter \x524F 12-456-5 letter \x5250 13-35-4 letter \x5251 13-2345-5 @@ -9931,7 +9933,7 @@ letter \x5275 12-456-5 letter \x5276 13-45-3 letter \x5277 12-1236-4 -letter \x5278 1235-12456-2 +letter \x5278 124-12456-2 letter \x5279 14-34-5 letter \x527A 14-16-2 letter \x527B 1234-1356-4 @@ -9949,7 +9951,7 @@ letter \x5287 13-1256-5 letter \x5288 1234-16-3 letter \x5289 14-234-2 -letter \x528A 13-1246-5 +letter \x528A 123-2356-5 letter \x528B 13-246-4 letter \x528C 13-1246-5 letter \x528D 13-2345-5 @@ -10069,7 +10071,7 @@ letter \x52FF 34-5 letter \x5300 256-2 letter \x5301 14-46-4 -letter \x5302 145-16-5 +letter \x5302 135-16-5 letter \x5303 13-2456-5 letter \x5304 13-2456-5 letter \x5305 135-146-3 @@ -10087,7 +10089,7 @@ letter \x5311 13-12346-3 letter \x5312 145-345-2 letter \x5313 13-234-5 -letter \x5314 245-235-3 +letter \x5314 13-12346-3 letter \x5315 135-16-4 letter \x5316 1235-35-5 letter \x5317 135-356-4 @@ -10104,14 +10106,14 @@ letter \x5322 1235-34-3 letter \x5323 15-23456-2 letter \x5324 245-1256-3 -letter \x5325 135-2345-5 +letter \x5325 12345-1236-2 letter \x5326 13-1246-4 letter \x5327 245-346-5 letter \x5328 125-1346-3 letter \x5329 123-456-3 letter \x532A 12345-356-4 letter \x532B 1235-34-3 -letter \x532C 124-12356-2 +letter \x532C 1256-4 letter \x532D 13-1246-4 letter \x532E 123-1246-5 letter \x532F 1235-1246-5 @@ -10289,7 +10291,7 @@ letter \x53DB 1234-1236-5 letter \x53DC 15-12356-4 letter \x53DD 13-146-5 -letter \x53DE 256-5 +letter \x53DE 1246-5 letter \x53DF 15-12356-4 letter \x53E0 145-346-2 letter \x53E1 1245-1246-5 @@ -10407,7 +10409,7 @@ letter \x5451 124-123456-3 letter \x5452 34-4 letter \x5453 16-5 -letter \x5454 124-2456-5 +letter \x5454 124-2456-1 letter \x5455 12356-4 letter \x5456 14-16-5 letter \x5457 135-356-1 @@ -10437,7 +10439,7 @@ letter \x546F 1234-13456-2 letter \x5470 125-156-4 letter \x5471 13-35-3 -letter \x5472 125-156-3 +letter \x5472 245-156-3 letter \x5473 1246-5 letter \x5474 15-1256-4 letter \x5475 1235-2346-3 @@ -10455,7 +10457,7 @@ letter \x5481 13-1236-3 letter \x5482 125-345-3 letter \x5483 124-25-3 -letter \x5484 145-25-3 +letter \x5484 145-25-5 letter \x5485 1234-12356-4 letter \x5486 1234-146-2 letter \x5487 135-346-2 @@ -10488,7 +10490,7 @@ letter \x54A2 2346-5 letter \x54A3 13-456-3 letter \x54A4 1-345-5 -letter \x54A5 15-16-3 +letter \x54A5 15-16-5 letter \x54A6 16-2 letter \x54A7 14-346-4 letter \x54A8 125-156-3 @@ -10546,7 +10548,7 @@ letter \x54DC 13-16-5 letter \x54DD 1345-12346-2 letter \x54DE 134-12356-2 -letter \x54DF 356-3 +letter \x54DF 246-3 letter \x54E0 1235-146-5 letter \x54E1 45-2 letter \x54E2 14-12346-5 @@ -10566,7 +10568,7 @@ letter \x54F0 14-146-2 letter \x54F1 1234-126-5 letter \x54F2 1-2346-2 -letter \x54F3 1-345-3 +letter \x54F3 1-345-2 letter \x54F4 14-46-5 letter \x54F5 135-345-3 letter \x54F6 134-346-3 @@ -10574,14 +10576,14 @@ letter \x54F8 15-1246-3 letter \x54F9 12345-12356-2 letter \x54FA 135-34-4 -letter \x54FB 1235-1236-5 +letter \x54FB 1235-1236-3 letter \x54FC 1235-1356-3 letter \x54FD 13-1356-4 letter \x54FE 24-25-3 letter \x54FF 13-2346-4 -letter \x5500 234-4 +letter \x5500 234-5 letter \x5501 2345-5 -letter \x5502 13-34-4 +letter \x5502 13-34-3 letter \x5503 13-34-4 letter \x5504 135-356-1 letter \x5505 1235-1236-3 @@ -10652,9 +10654,9 @@ letter \x5546 24-1346-3 letter \x5547 24-156-5 letter \x5548 1235-1356-5 -letter \x5549 1345-13456-2 +letter \x5549 14-1236-2 letter \x554A 345-3 -letter \x554B 15-246-3 +letter \x554B 245-2456-4 letter \x554C 15-46-3 letter \x554D 124-123456-3 letter \x554E 34-4 @@ -10842,7 +10844,7 @@ letter \x5604 13-246-3 letter \x5605 123-2456-5 letter \x5606 124-1236-5 -letter \x5607 15-1236-3 +letter \x5607 245-1236-5 letter \x5608 245-146-2 letter \x5609 13-23456-3 letter \x560A 26-2 @@ -11011,8 +11013,8 @@ letter \x56AD 1234-16-4 letter \x56AE 15-46-5 letter \x56AF 1235-25-5 -letter \x56B0 134-126-2 -letter \x56B1 15-16-5 +letter \x56B0 134-2346-3 +letter \x56B1 15-16-3 letter \x56B2 145-25-4 letter \x56B3 123-34-5 letter \x56B4 2345-2 @@ -11020,7 +11022,7 @@ letter \x56B6 13456-3 letter \x56B7 1245-1346-4 letter \x56B8 145-2345-4 -letter \x56B9 14-345-3 +letter \x56B9 14-345-2 letter \x56BA 124-345-5 letter \x56BB 15-246-3 letter \x56BC 13-236-2 @@ -11041,7 +11043,7 @@ letter \x56CB 125-1236-5 letter \x56CC 15-34-3 letter \x56CD 15-16-4 -letter \x56CE 12345-136-5 +letter \x56CE 125-136-5 letter \x56CF 13-2345-3 letter \x56D0 125-345-2 letter \x56D1 1-34-4 @@ -11267,7 +11269,7 @@ letter \x57AD 23456-5 letter \x57AE 123-35-4 letter \x57AF 145-345-3 -letter \x57B0 124-345-4 +letter \x57B0 123-345-4 letter \x57B1 145-1346-5 letter \x57B2 123-2456-4 letter \x57B3 1234-1346-2 @@ -11499,7 +11501,7 @@ letter \x5895 2345-5 letter \x5896 124-345-4 letter \x5897 125-1356-3 -letter \x5898 245-16-2 +letter \x5898 245-2345-2 letter \x5899 245-46-2 letter \x589A 14-46-2 letter \x589B 1246-5 @@ -11525,7 +11527,7 @@ letter \x58AF 145-25-5 letter \x58B0 124-1236-2 letter \x58B1 145-1356-5 -letter \x58B2 34-4 +letter \x58B2 34-2 letter \x58B3 12345-136-2 letter \x58B4 1235-456-2 letter \x58B5 124-1236-2 @@ -11633,7 +11635,7 @@ letter \x591B 145-25-3 letter \x591C 346-5 letter \x591D 245-13456-2 -letter \x591E 12356-2 +letter \x591E 2356-5 letter \x591F 13-12356-5 letter \x5920 13-12356-5 letter \x5921 245-16-5 @@ -11694,11 +11696,11 @@ letter \x5958 125-1346-5 letter \x5959 135-136-4 letter \x595A 15-16-3 -letter \x595B 15-46-4 +letter \x595B 1235-456-4 letter \x595C 12345-356-4 letter \x595D 145-246-3 letter \x595E 15-256-5 -letter \x595F 123-1356-3 +letter \x595F 135-1356-3 letter \x5960 145-2345-5 letter \x5961 146-5 letter \x5962 24-2346-3 @@ -11745,7 +11747,7 @@ letter \x598B 12345-34-3 letter \x598C 13-13456-5 letter \x598D 2345-2 -letter \x598E 1235-2456-5 +letter \x598E 15-16-5 letter \x598F 123456-5 letter \x5990 1-12346-3 letter \x5991 1234-345-3 @@ -11983,7 +11985,7 @@ letter \x5A79 246-4 letter \x5A7A 34-5 letter \x5A7B 1345-1236-5 -letter \x5A7C 1245-25-5 +letter \x5A7C 12-25-5 letter \x5A7D 13-23456-4 letter \x5A7E 124-12356-3 letter \x5A7F 15-1256-5 @@ -12035,7 +12037,7 @@ letter \x5AAD 15-1256-3 letter \x5AAE 124-12356-3 letter \x5AAF 13-1246-3 -letter \x5AB0 125-12356-3 +letter \x5AB0 12-34-2 letter \x5AB1 246-2 letter \x5AB2 1234-16-5 letter \x5AB3 15-16-2 @@ -12170,7 +12172,7 @@ letter \x5B34 13456-2 letter \x5B35 134-2345-2 letter \x5B36 135-16-2 -letter \x5B37 134-126-2 +letter \x5B37 134-345-3 letter \x5B38 24-136-4 letter \x5B39 15-13456-5 letter \x5B3A 1345-16-5 @@ -12249,7 +12251,7 @@ letter \x5B83 124-345-3 letter \x5B84 13-1246-4 letter \x5B85 1-2456-2 -letter \x5B86 245-235-2 +letter \x5B86 245-235-3 letter \x5B87 1256-4 letter \x5B88 24-12356-4 letter \x5B89 1236-3 @@ -12257,7 +12259,7 @@ letter \x5B8B 15-12346-5 letter \x5B8C 12456-2 letter \x5B8D 1245-12356-5 -letter \x5B8E 246-3 +letter \x5B8E 246-4 letter \x5B8F 1235-12346-2 letter \x5B90 16-2 letter \x5B91 13-13456-4 @@ -12507,7 +12509,7 @@ letter \x5C85 135-1236-4 letter \x5C86 246-4 letter \x5C87 1346-2 -letter \x5C88 23456-2 +letter \x5C88 15-23456-3 letter \x5C89 34-5 letter \x5C8A 13-346-2 letter \x5C8B 2346-5 @@ -12713,7 +12715,7 @@ letter \x5D53 2345-2 letter \x5D54 1246-4 letter \x5D55 125-12346-3 -letter \x5D56 12-345-2 +letter \x5D56 245-25-2 letter \x5D57 15-1246-5 letter \x5D58 1245-12346-2 letter \x5D59 123-2346-3 @@ -12864,7 +12866,7 @@ letter \x5DEA 13-1256-5 letter \x5DEB 34-3 letter \x5DEC 13-34-3 -letter \x5DED 135-34-3 +letter \x5DED 1234-34-3 letter \x5DEE 12-345-3 letter \x5DEF 245-234-2 letter \x5DF0 245-234-2 @@ -12941,7 +12943,7 @@ letter \x5E37 1246-2 letter \x5E38 12-1346-2 letter \x5E39 24-345-5 -letter \x5E3A 245-16-2 +letter \x5E3A 13-16-5 letter \x5E3B 125-2346-2 letter \x5E3C 13-25-2 letter \x5E3D 134-146-5 @@ -13068,7 +13070,7 @@ letter \x5EB6 24-34-5 letter \x5EB7 123-1346-3 letter \x5EB8 235-3 -letter \x5EB9 124-25-2 +letter \x5EB9 124-25-4 letter \x5EBA 15-12346-3 letter \x5EBB 24-34-5 letter \x5EBC 245-13456-4 @@ -13080,7 +13082,7 @@ letter \x5EC2 15-46-3 letter \x5EC3 12345-356-5 letter \x5EC4 13-234-5 -letter \x5EC5 1235-2346-2 +letter \x5EC5 2346-5 letter \x5EC6 1235-1246-5 letter \x5EC7 14-234-5 letter \x5EC8 15-23456-5 @@ -13121,7 +13123,7 @@ letter \x5EEB 14-246-2 letter \x5EEC 14-34-2 letter \x5EED 13-16-5 -letter \x5EEE 13456-2 +letter \x5EEE 13456-4 letter \x5EEF 15-2345-3 letter \x5EF0 124-13456-3 letter \x5EF1 235-3 @@ -13144,7 +13146,7 @@ letter \x5F02 16-5 letter \x5F03 245-16-5 letter \x5F04 1345-12346-5 -letter \x5F05 12345-136-2 +letter \x5F05 12345-136-5 letter \x5F06 13-1256-4 letter \x5F07 2345-4 letter \x5F08 16-5 @@ -13165,7 +13167,7 @@ letter \x5F17 12345-34-2 letter \x5F18 1235-12346-2 letter \x5F19 34-3 -letter \x5F1A 123-1246-2 +letter \x5F1A 124-1246-2 letter \x5F1B 12-156-2 letter \x5F1C 13-46-5 letter \x5F1D 135-345-5 @@ -13191,12 +13193,12 @@ letter \x5F31 1245-25-5 letter \x5F32 15-45-3 letter \x5F33 13-13456-5 -letter \x5F34 145-123456-3 +letter \x5F34 145-246-3 letter \x5F35 1-1346-3 letter \x5F36 13-46-5 letter \x5F37 245-46-2 letter \x5F38 1234-1356-2 -letter \x5F39 145-1236-5 +letter \x5F39 124-1236-2 letter \x5F3A 245-46-2 letter \x5F3B 135-16-5 letter \x5F3C 135-16-5 @@ -13255,7 +13257,7 @@ letter \x5F71 13456-4 letter \x5F72 12-156-3 letter \x5F73 12-156-5 -letter \x5F74 135-126-2 +letter \x5F74 1-25-2 letter \x5F75 124-25-4 letter \x5F76 13-16-2 letter \x5F77 12345-1346-4 @@ -13274,10 +13276,10 @@ letter \x5F84 13-13456-5 letter \x5F85 145-2456-5 letter \x5F86 15-16-3 -letter \x5F87 15-256-2 +letter \x5F87 15-256-5 letter \x5F88 1235-136-4 letter \x5F89 46-2 -letter \x5F8A 1235-1246-2 +letter \x5F8A 1235-2356-2 letter \x5F8B 14-1256-5 letter \x5F8C 1235-12356-5 letter \x5F8D 456-4 @@ -13752,14 +13754,14 @@ letter \x6162 134-1236-5 letter \x6163 13-12456-5 letter \x6164 245-236-5 -letter \x6165 245-146-5 +letter \x6165 125-146-5 letter \x6166 13-234-5 letter \x6167 1235-1246-5 letter \x6168 123-2456-4 letter \x6169 14-2345-2 letter \x616A 12356-5 letter \x616B 15-12346-4 -letter \x616C 13-1456-4 +letter \x616C 245-1456-2 letter \x616D 1456-5 letter \x616E 14-1256-5 letter \x616F 24-1346-3 @@ -13780,7 +13782,7 @@ letter \x617E 1256-5 letter \x617F 1234-13456-2 letter \x6180 14-246-2 -letter \x6181 245-12346-3 +letter \x6181 125-12346-4 letter \x6182 234-3 letter \x6183 12-12346-3 letter \x6184 1-156-5 @@ -13814,14 +13816,14 @@ letter \x61A0 13-236-2 letter \x61A1 245-2346-5 letter \x61A2 15-246-3 -letter \x61A3 12345-1236-2 +letter \x61A3 12345-1236-3 letter \x61A4 12345-136-5 letter \x61A5 14-146-2 letter \x61A6 14-146-5 letter \x61A7 12-12346-3 letter \x61A8 1235-1236-3 letter \x61A9 245-16-5 -letter \x61AA 15-2345-2 +letter \x61AA 15-2345-5 letter \x61AB 134-1456-4 letter \x61AC 13-13456-4 letter \x61AD 14-246-4 @@ -14125,7 +14127,7 @@ letter \x62D7 1345-234-5 letter \x62D8 13-1256-3 letter \x62D9 1-25-2 -letter \x62DA 1234-1456-3 +letter \x62DA 1234-1236-5 letter \x62DB 1-146-3 letter \x62DC 135-2456-5 letter \x62DD 135-2456-5 @@ -14155,7 +14157,7 @@ letter \x62F5 245-123456-2 letter \x62F6 125-1236-4 letter \x62F7 123-146-4 -letter \x62F8 12-156-4 +letter \x62F8 16-2 letter \x62F9 15-346-2 letter \x62FA 245-2346-5 letter \x62FB 1235-1246-3 @@ -14166,7 +14168,7 @@ letter \x6300 135-126-5 letter \x6301 12-156-2 letter \x6302 13-35-5 -letter \x6303 1-156-5 +letter \x6303 1-156-2 letter \x6304 123-25-5 letter \x6305 145-25-4 letter \x6306 145-25-4 @@ -14177,7 +14179,7 @@ letter \x630B 1-136-5 letter \x630C 13-2346-2 letter \x630D 13-246-5 -letter \x630E 123-35-5 +letter \x630E 123-34-3 letter \x630F 145-12346-5 letter \x6310 1245-34-2 letter \x6311 124-246-3 @@ -14406,7 +14408,7 @@ letter \x63F0 12-12346-5 letter \x63F1 15-246-3 letter \x63F2 24-2346-2 -letter \x63F3 15-346-5 +letter \x63F3 15-346-3 letter \x63F4 45-2 letter \x63F5 245-2345-2 letter \x63F6 346-2 @@ -14460,9 +14462,9 @@ letter \x6426 1345-25-5 letter \x6427 24-1236-3 letter \x6428 124-345-5 -letter \x6429 13-346-2 +letter \x6429 1-345-4 letter \x642A 124-1346-2 -letter \x642B 1234-1236-2 +letter \x642B 1234-126-2 letter \x642C 135-1236-3 letter \x642D 145-345-3 letter \x642E 14-16-5 @@ -14519,7 +14521,7 @@ letter \x6461 13-2456-5 letter \x6462 1235-34-5 letter \x6463 1-345-3 -letter \x6464 12-456-4 +letter \x6464 245-46-4 letter \x6465 124-1346-5 letter \x6466 1235-35-5 letter \x6467 245-1246-3 @@ -14633,7 +14635,7 @@ letter \x64D3 123-2356-3 letter \x64D4 145-1236-3 letter \x64D5 15-16-3 -letter \x64D6 13-2346-5 +letter \x64D6 346-5 letter \x64D7 1234-16-5 letter \x64D8 135-126-5 letter \x64D9 146-5 @@ -14785,7 +14787,7 @@ letter \x656B 13-246-4 letter \x656C 13-13456-5 letter \x656D 46-2 -letter \x656E 15-23456-2 +letter \x656E 15-23456-3 letter \x656F 134-1456-4 letter \x6570 24-34-5 letter \x6571 2456-2 @@ -15032,7 +15034,7 @@ letter \x6662 1-2346-2 letter \x6663 1-2346-3 letter \x6664 34-5 -letter \x6665 1235-1236-5 +letter \x6665 12456-4 letter \x6666 1235-1246-5 letter \x6667 1235-146-5 letter \x6668 12-136-2 @@ -15064,7 +15066,7 @@ letter \x6682 1-1236-5 letter \x6683 12345-356-2 letter \x6684 15-45-3 -letter \x6685 15-45-4 +letter \x6685 15-45-3 letter \x6686 16-2 letter \x6687 15-23456-2 letter \x6688 256-3 @@ -15100,7 +15102,7 @@ letter \x66A6 14-16-5 letter \x66A7 2456-5 letter \x66A8 13-16-5 -letter \x66A9 13-1246-5 +letter \x66A9 13-16-5 letter \x66AA 134-136-4 letter \x66AB 1-1236-5 letter \x66AC 15-346-5 @@ -15170,7 +15172,7 @@ letter \x66EC 24-2456-5 letter \x66ED 124-1346-4 letter \x66EE 2345-4 -letter \x66EF 12-34-2 +letter \x66EF 1-34-2 letter \x66F0 236-3 letter \x66F1 23456-3 letter \x66F2 245-1256-4 @@ -15194,10 +15196,10 @@ letter \x6704 1456-5 letter \x6705 245-346-5 letter \x6706 12345-136-3 -letter \x6707 1234-16-2 +letter \x6707 135-16-5 letter \x6708 236-5 letter \x6709 234-4 -letter \x670A 12456-4 +letter \x670A 1245-12456-4 letter \x670B 1234-1356-2 letter \x670C 135-1236-3 letter \x670D 12345-34-2 @@ -15228,14 +15230,14 @@ letter \x6726 134-1356-2 letter \x6727 14-12346-2 letter \x6728 134-34-5 -letter \x6729 145-1356-4 +letter \x6729 134-34-5 letter \x672A 1246-5 letter \x672B 134-126-5 letter \x672C 135-136-4 letter \x672D 1-345-2 -letter \x672E 24-34-5 +letter \x672E 1-34-2 letter \x672F 24-34-5 -letter \x6730 1235-2346-2 +letter \x6730 134-34-5 letter \x6731 1-34-3 letter \x6732 1245-136-2 letter \x6733 135-345-3 @@ -15249,7 +15251,7 @@ letter \x673B 13-234-3 letter \x673C 135-16-4 letter \x673D 15-234-4 -letter \x673E 124-13456-2 +letter \x673E 124-13456-3 letter \x673F 245-156-5 letter \x6740 24-345-3 letter \x6741 1245-34-5 @@ -15259,7 +15261,7 @@ letter \x6745 1256-2 letter \x6746 13-1236-3 letter \x6747 34-3 -letter \x6748 12-345-5 +letter \x6748 12-345-3 letter \x6749 24-1236-3 letter \x674A 15-256-2 letter \x674B 12345-1236-2 @@ -15272,7 +15274,7 @@ letter \x6752 1245-136-5 letter \x6753 24-146-2 letter \x6754 124-25-3 -letter \x6755 145-16-5 +letter \x6755 145-25-5 letter \x6756 1-1346-5 letter \x6757 134-1346-2 letter \x6758 12-156-3 @@ -15280,7 +15282,7 @@ letter \x675A 13-34-4 letter \x675B 13-12346-3 letter \x675C 145-34-5 -letter \x675D 16-2 +letter \x675D 1-156-5 letter \x675E 245-16-4 letter \x675F 24-34-5 letter \x6760 13-1346-5 @@ -15294,7 +15296,7 @@ letter \x6768 46-2 letter \x6769 134-345-5 letter \x676A 134-246-4 -letter \x676B 15-156-5 +letter \x676B 15-16-4 letter \x676C 45-2 letter \x676D 1235-1346-2 letter \x676E 12345-356-5 @@ -15359,7 +15361,7 @@ letter \x67A9 15-12346-3 letter \x67AA 245-46-3 letter \x67AB 12345-1356-3 -letter \x67AC 1345-1236-2 +letter \x67AC 145-1236-3 letter \x67AD 15-246-3 letter \x67AE 15-2345-3 letter \x67AF 123-34-3 @@ -15401,7 +15403,7 @@ letter \x67D3 1245-1236-4 letter \x67D4 1245-12356-2 letter \x67D5 134-146-5 -letter \x67D6 1-146-3 +letter \x67D6 24-146-5 letter \x67D7 15-12346-3 letter \x67D8 1-2346-5 letter \x67D9 15-23456-2 @@ -15421,7 +15423,7 @@ letter \x67E7 13-34-3 letter \x67E8 135-34-5 letter \x67E9 13-234-5 -letter \x67EA 146-3 +letter \x67EA 146-5 letter \x67EB 12345-34-2 letter \x67EC 13-2345-4 letter \x67ED 135-345-2 @@ -15434,7 +15436,7 @@ letter \x67F4 12-2456-2 letter \x67F5 1-345-5 letter \x67F6 15-156-5 -letter \x67F7 12-34-5 +letter \x67F7 1-34-5 letter \x67F8 1234-356-3 letter \x67F9 24-156-5 letter \x67FA 13-2356-4 @@ -15452,7 +15454,7 @@ letter \x6806 125-146-3 letter \x6807 135-246-3 letter \x6808 1-1236-5 -letter \x6809 1-156-5 +letter \x6809 13-346-2 letter \x680A 14-12346-2 letter \x680B 145-12346-5 letter \x680C 14-34-2 @@ -15496,7 +15498,7 @@ letter \x6832 123-146-4 letter \x6833 14-146-4 letter \x6834 1-1236-3 -letter \x6835 14-346-5 +letter \x6835 14-16-5 letter \x6836 1456-3 letter \x6837 46-5 letter \x6838 1235-2346-2 @@ -15511,12 +15513,12 @@ letter \x6841 1235-1356-2 letter \x6842 13-1246-5 letter \x6843 124-146-2 -letter \x6844 13-456-3 +letter \x6844 13-456-5 letter \x6845 1246-2 letter \x6846 123-456-3 letter \x6847 1245-34-2 letter \x6848 1236-5 -letter \x6849 1236-3 +letter \x6849 1236-5 letter \x684A 13-45-5 letter \x684B 16-2 letter \x684C 1-25-3 @@ -15531,7 +15533,7 @@ letter \x6855 13-234-5 letter \x6856 15-236-5 letter \x6857 145-25-5 -letter \x6858 1-1246-5 +letter \x6858 12-1246-2 letter \x6859 1256-2 letter \x685A 125-1236-4 letter \x685B 123-345-4 @@ -15629,7 +15631,7 @@ letter \x68B7 13-13456-5 letter \x68B8 14-16-2 letter \x68B9 135-1456-3 -letter \x68BA 15-46-5 +letter \x68BA 15-23456-5 letter \x68BB 12345-126-2 letter \x68BC 124-146-2 letter \x68BD 1-156-5 @@ -15783,7 +15785,7 @@ letter \x6951 123-1246-2 letter \x6952 15-156-3 letter \x6953 12345-1356-3 -letter \x6954 15-346-5 +letter \x6954 15-346-3 letter \x6955 124-25-4 letter \x6956 13-16-2 letter \x6957 13-2345-5 @@ -15830,7 +15832,7 @@ letter \x6980 1234-1456-4 letter \x6981 24-156-4 letter \x6982 13-2456-5 -letter \x6983 1234-1236-2 +letter \x6983 124-1236-2 letter \x6984 14-1236-4 letter \x6985 256-2 letter \x6986 1256-2 @@ -15889,7 +15891,7 @@ letter \x69BB 124-345-5 letter \x69BC 123-2346-5 letter \x69BD 15-16-3 -letter \x69BE 13-34-5 +letter \x69BE 13-34-4 letter \x69BF 245-16-3 letter \x69C0 13-146-4 letter \x69C1 13-146-4 @@ -16138,12 +16140,12 @@ letter \x6AB4 1235-25-5 letter \x6AB5 13-16-5 letter \x6AB6 245-2345-3 -letter \x6AB7 134-16-2 +letter \x6AB7 1345-16-4 letter \x6AB8 1345-13456-2 letter \x6AB9 16-3 letter \x6ABA 13-146-4 letter \x6ABB 13-2345-5 -letter \x6ABC 1456-5 +letter \x6ABC 1456-4 letter \x6ABD 1345-12356-5 letter \x6ABE 245-13456-4 letter \x6ABF 2345-4 @@ -16249,7 +16251,7 @@ letter \x6B23 15-1456-3 letter \x6B24 1256-2 letter \x6B25 1256-5 -letter \x6B26 245-2345-3 +letter \x6B26 15-2345-3 letter \x6B27 12356-3 letter \x6B28 15-1256-3 letter \x6B29 12-146-3 @@ -16299,7 +16301,7 @@ letter \x6B55 1234-136-3 letter \x6B56 15-16-3 letter \x6B57 15-246-5 -letter \x6B58 15-1256-3 +letter \x6B58 12-35-3 letter \x6B59 15-16-5 letter \x6B5A 24-1236-5 letter \x6B5B 14-2345-5 @@ -16328,7 +16330,7 @@ letter \x6B72 15-1246-5 letter \x6B73 15-1246-5 letter \x6B74 14-16-5 -letter \x6B75 245-25-5 +letter \x6B75 125-2346-2 letter \x6B76 1256-2 letter \x6B77 14-16-5 letter \x6B78 13-1246-3 @@ -16515,7 +16517,7 @@ letter \x6C2D 145-12346-3 letter \x6C2E 145-1236-5 letter \x6C2F 14-1256-5 -letter \x6C30 245-13456-2 +letter \x6C30 245-13456-3 letter \x6C31 46-4 letter \x6C32 256-3 letter \x6C33 256-3 @@ -16642,7 +16644,7 @@ letter \x6CAC 134-356-5 letter \x6CAD 24-34-5 letter \x6CAE 13-1256-4 -letter \x6CAF 125-1236-4 +letter \x6CAF 125-345-2 letter \x6CB0 124-25-3 letter \x6CB1 124-25-2 letter \x6CB2 124-25-2 @@ -16888,7 +16890,7 @@ letter \x6DA2 256-2 letter \x6DA3 1235-12456-5 letter \x6DA4 145-16-2 -letter \x6DA5 135-1356-3 +letter \x6DA5 1235-1356-3 letter \x6DA6 1245-123456-5 letter \x6DA7 13-2345-5 letter \x6DA8 1-1346-4 @@ -17240,7 +17242,7 @@ letter \x6F02 1234-246-3 letter \x6F03 13-16-2 letter \x6F04 23456-2 -letter \x6F05 13-246-4 +letter \x6F05 12-146-2 letter \x6F06 245-16-3 letter \x6F07 15-16-4 letter \x6F08 13-16-5 @@ -17302,12 +17304,12 @@ letter \x6F40 245-12346-2 letter \x6F41 13456-4 letter \x6F42 1235-12346-2 -letter \x6F43 15-234-5 +letter \x6F43 15-234-4 letter \x6F44 24-34-5 letter \x6F45 13-12456-5 letter \x6F46 13456-2 letter \x6F47 15-246-3 -letter \x6F48 124-12346-4 +letter \x6F48 245-12346-2 letter \x6F49 123-123456-3 letter \x6F4A 15-1256-5 letter \x6F4B 14-2345-5 @@ -17366,7 +17368,7 @@ letter \x6F80 15-2346-5 letter \x6F81 15-2346-5 letter \x6F82 12-1356-2 -letter \x6F83 13-235-5 +letter \x6F83 13-235-4 letter \x6F84 12-1356-2 letter \x6F85 1235-35-5 letter \x6F86 13-246-3 @@ -17431,7 +17433,7 @@ letter \x6FC1 1-25-2 letter \x6FC2 14-2345-2 letter \x6FC3 1345-12346-2 -letter \x6FC4 25-3 +letter \x6FC4 13-25-3 letter \x6FC5 13-1456-5 letter \x6FC6 1234-136-3 letter \x6FC7 15-2346-5 @@ -17479,7 +17481,7 @@ letter \x6FF1 135-1456-3 letter \x6FF2 13-34-4 letter \x6FF3 245-2345-2 -letter \x6FF4 15-13456-2 +letter \x6FF4 13456-2 letter \x6FF5 135-1456-3 letter \x6FF6 123-25-5 letter \x6FF7 12345-356-5 @@ -17809,7 +17811,7 @@ letter \x713B 12-1346-5 letter \x713C 24-146-3 letter \x713D 13456-3 -letter \x713E 134-2345-4 +letter \x713E 1345-2345-5 letter \x713F 13-1356-3 letter \x7140 1246-3 letter \x7141 12-136-2 @@ -17843,7 +17845,7 @@ letter \x715D 134-356-5 letter \x715E 24-345-5 letter \x715F 1246-5 -letter \x7160 346-5 +letter \x7160 1-345-2 letter \x7161 13-1456-5 letter \x7162 245-235-2 letter \x7163 1245-12356-2 @@ -17921,7 +17923,7 @@ letter \x71AB 1-156-5 letter \x71AC 146-2 letter \x71AD 1246-5 -letter \x71AE 14-246-2 +letter \x71AE 14-234-4 letter \x71AF 1235-1236-5 letter \x71B0 12356-3 letter \x71B1 1245-2346-5 @@ -18014,7 +18016,7 @@ letter \x7208 14-1256-2 letter \x7209 14-345-5 letter \x720A 146-2 -letter \x720B 15-256-5 +letter \x720B 15-256-3 letter \x720C 123-456-5 letter \x720D 24-25-5 letter \x720E 14-246-2 @@ -18172,19 +18174,19 @@ letter \x72A6 135-146-5 letter \x72A7 15-16-3 letter \x72A8 12-12356-3 -letter \x72A9 1246-2 +letter \x72A9 1246-5 letter \x72AA 123-1246-2 letter \x72AB 12-12356-3 letter \x72AC 245-45-4 letter \x72AD 245-45-4 -letter \x72AE 135-345-2 +letter \x72AE 135-126-2 letter \x72AF 12345-1236-5 letter \x72B0 245-234-2 letter \x72B1 13-16-4 -letter \x72B2 245-2456-2 +letter \x72B2 12-2456-2 letter \x72B3 1-25-2 -letter \x72B4 1235-1236-3 -letter \x72B5 13-2346-3 +letter \x72B4 1236-5 +letter \x72B5 245-16-5 letter \x72B6 1-456-5 letter \x72B7 13-456-4 letter \x72B8 134-345-4 @@ -18232,7 +18234,7 @@ letter \x72E2 1235-2346-2 letter \x72E3 1-146-5 letter \x72E4 13-16-2 -letter \x72E5 15-256-2 +letter \x72E5 15-256-5 letter \x72E6 24-1236-3 letter \x72E7 124-345-5 letter \x72E8 1245-12346-2 @@ -18266,7 +18268,7 @@ letter \x7304 13-13456-3 letter \x7305 1234-2456-2 letter \x7306 12345-356-3 -letter \x7307 246-2 +letter \x7307 15-246-3 letter \x7308 135-345-5 letter \x7309 245-16-2 letter \x730A 1345-16-2 @@ -18352,7 +18354,7 @@ letter \x735A 1235-456-2 letter \x735B 135-34-4 letter \x735C 14-1456-2 -letter \x735D 1256-5 +letter \x735D 15-1256-5 letter \x735E 124-12346-2 letter \x735F 246-5 letter \x7360 14-246-2 @@ -18418,7 +18420,7 @@ letter \x739C 13-12346-3 letter \x739D 34-4 letter \x739E 12345-34-3 -letter \x739F 134-1456-2 +letter \x739F 123456-2 letter \x73A0 13-346-5 letter \x73A1 23456-5 letter \x73A2 135-1456-3 @@ -18547,7 +18549,7 @@ letter \x741D 134-1456-2 letter \x741E 24-1356-5 letter \x741F 1246-2 -letter \x7420 145-2345-4 +letter \x7420 124-2345-4 letter \x7421 12-34-5 letter \x7422 1-25-2 letter \x7423 1234-356-4 @@ -18871,11 +18873,11 @@ letter \x7561 13-2456-3 letter \x7562 135-16-5 letter \x7563 145-345-2 -letter \x7564 1-156-4 +letter \x7564 1-156-5 letter \x7565 14-236-5 letter \x7566 245-16-2 letter \x7567 14-236-5 -letter \x7568 1234-1236-3 +letter \x7568 12345-1236-3 letter \x7569 16-3 letter \x756A 12345-1236-3 letter \x756B 1235-35-5 @@ -19128,7 +19130,7 @@ letter \x7662 46-4 letter \x7663 15-45-4 letter \x7664 13-346-3 -letter \x7665 1-1356-5 +letter \x7665 1-1356-3 letter \x7666 134-126-5 letter \x7667 14-16-5 letter \x7668 1235-25-5 @@ -19142,11 +19144,11 @@ letter \x7670 235-3 letter \x7671 124-1236-3 letter \x7672 145-2345-3 -letter \x7673 14-25-4 -letter \x7674 14-12456-2 -letter \x7675 14-12456-2 +letter \x7673 14-356-4 +letter \x7674 14-45-2 +letter \x7675 14-45-2 letter \x7676 135-126-3 -letter \x7677 135-126-3 +letter \x7677 13-1236-3 letter \x7678 13-1246-4 letter \x7679 1234-126-3 letter \x767A 12345-345-3 @@ -19414,7 +19416,7 @@ letter \x7780 134-146-5 letter \x7781 15-1256-5 letter \x7782 12345-345-3 -letter \x7783 123456-3 +letter \x7783 25-5 letter \x7784 134-246-2 letter \x7785 12-12356-4 letter \x7786 123-1246-5 @@ -19444,7 +19446,7 @@ letter \x779E 134-1236-2 letter \x779F 1234-246-4 letter \x77A0 12-1356-3 -letter \x77A1 13-16-5 +letter \x77A1 13-1246-3 letter \x77A2 134-1356-2 letter \x77A3 1235-12456-5 letter \x77A4 24-123456-5 @@ -19458,12 +19460,12 @@ letter \x77AC 24-123456-5 letter \x77AD 14-246-4 letter \x77AE 12-2346-5 -letter \x77AF 15-2345-2 +letter \x77AF 13-2345-5 letter \x77B0 123-1236-5 letter \x77B1 346-5 letter \x77B2 15-1256-5 letter \x77B3 124-12346-2 -letter \x77B4 134-12356-2 +letter \x77B4 34-4 letter \x77B5 14-1456-2 letter \x77B6 123-1246-5 letter \x77B7 13-2345-5 @@ -19504,7 +19506,7 @@ letter \x77DA 1-34-4 letter \x77DB 134-146-2 letter \x77DC 13-1456-3 -letter \x77DD 14-1456-2 +letter \x77DD 13-1456-3 letter \x77DE 1256-5 letter \x77DF 24-25-5 letter \x77E0 245-2346-5 @@ -19765,7 +19767,7 @@ letter \x78DF 14-34-5 letter \x78E0 14-34-4 letter \x78E1 123-1236-5 -letter \x78E2 245-46-4 +letter \x78E2 12-456-4 letter \x78E3 12-136-4 letter \x78E4 1456-4 letter \x78E5 14-356-4 @@ -19967,7 +19969,7 @@ letter \x79A9 15-156-5 letter \x79AA 12-1236-2 letter \x79AB 124-1236-4 -letter \x79AC 123-2356-5 +letter \x79AC 13-1246-5 letter \x79AD 15-1246-5 letter \x79AE 14-16-4 letter \x79AF 1345-12346-2 @@ -20118,7 +20120,7 @@ letter \x7A40 13-34-4 letter \x7A41 1245-12346-2 letter \x7A42 15-1246-5 -letter \x7A43 235-3 +letter \x7A43 1245-12346-5 letter \x7A44 13-16-5 letter \x7A45 123-1346-3 letter \x7A46 134-34-5 @@ -20133,7 +20135,7 @@ letter \x7A4F 123456-4 letter \x7A50 245-234-3 letter \x7A51 15-2346-5 -letter \x7A52 124-25-3 +letter \x7A52 1235-2346-5 letter \x7A53 16-5 letter \x7A54 1235-456-2 letter \x7A55 245-346-5 @@ -20153,7 +20155,7 @@ letter \x7A63 1245-1346-2 letter \x7A64 1345-25-5 letter \x7A65 1256-5 -letter \x7A66 1234-1456-3 +letter \x7A66 135-1456-3 letter \x7A67 13-16-5 letter \x7A68 124-1246-2 letter \x7A69 123456-4 @@ -20164,15 +20166,15 @@ letter \x7A6E 135-246-3 letter \x7A6F 15-2346-5 letter \x7A70 1245-1346-2 -letter \x7A71 1-25-3 +letter \x7A71 13-236-2 letter \x7A72 14-16-2 letter \x7A73 125-1236-5 letter \x7A74 15-236-5 letter \x7A75 35-3 letter \x7A76 13-234-5 letter \x7A77 245-235-2 -letter \x7A78 15-16-3 -letter \x7A79 245-235-2 +letter \x7A78 15-16-5 +letter \x7A79 245-235-3 letter \x7A7A 123-12346-3 letter \x7A7B 1256-3 letter \x7A7C 15-136-3 @@ -20212,13 +20214,13 @@ letter \x7A9E 145-1236-5 letter \x7A9F 123-34-3 letter \x7AA0 123-2346-3 -letter \x7AA1 1-1246-5 -letter \x7AA2 15-1256-5 +letter \x7AA1 1-25-2 +letter \x7AA2 1235-25-5 letter \x7AA3 15-34-5 letter \x7AA4 13-12456-3 letter \x7AA5 123-1246-3 letter \x7AA6 145-12356-5 -letter \x7AA7 1-2346-3 +letter \x7AA7 1-25-3 letter \x7AA8 1456-5 letter \x7AA9 25-3 letter \x7AAA 35-3 @@ -20610,13 +20612,13 @@ letter \x7C2C 14-34-5 letter \x7C2D 24-156-5 letter \x7C2E 125-1236-3 -letter \x7C2F 245-16-4 +letter \x7C2F 245-16-3 letter \x7C30 1234-2456-2 letter \x7C31 245-16-2 letter \x7C32 1234-2456-2 letter \x7C33 13-1236-4 letter \x7C34 13-1256-5 -letter \x7C35 145-34-5 +letter \x7C35 14-34-5 letter \x7C36 14-34-5 letter \x7C37 2345-2 letter \x7C38 135-126-4 @@ -20629,7 +20631,7 @@ letter \x7C3F 135-34-5 letter \x7C40 1-12356-5 letter \x7C41 14-2456-5 -letter \x7C42 24-156-5 +letter \x7C42 24-156-3 letter \x7C43 14-1236-2 letter \x7C44 123-1246-5 letter \x7C45 1256-2 @@ -20703,7 +20705,7 @@ letter \x7C89 12345-136-4 letter \x7C8A 135-16-5 letter \x7C8B 245-1246-5 -letter \x7C8C 1456-4 +letter \x7C8C 1456-2 letter \x7C8D 14-16-2 letter \x7C8E 12-156-4 letter \x7C8F 124-2456-5 @@ -20796,7 +20798,7 @@ letter \x7CE6 15-16-3 letter \x7CE7 14-46-2 letter \x7CE8 13-46-5 -letter \x7CE9 123-2356-5 +letter \x7CE9 123-1246-5 letter \x7CEA 135-126-2 letter \x7CEB 1235-12456-2 letter \x7CEC 24-34-4 @@ -20816,7 +20818,7 @@ letter \x7CFA 13-234-3 letter \x7CFB 15-16-5 letter \x7CFC 13-12346-3 -letter \x7CFD 1-1356-4 +letter \x7CFD 1-1356-3 letter \x7CFE 13-234-3 letter \x7CFF 234-5 letter \x7D00 13-16-5 @@ -20836,7 +20838,7 @@ letter \x7D0E 125-156-3 letter \x7D0F 124-12356-4 letter \x7D10 1345-234-4 -letter \x7D11 12345-12356-2 +letter \x7D11 12345-12356-3 letter \x7D12 13-16-5 letter \x7D13 24-34-3 letter \x7D14 12-123456-2 @@ -20859,9 +20861,9 @@ letter \x7D25 125-345-3 letter \x7D26 135-345-3 letter \x7D27 13-1456-4 -letter \x7D28 12345-34-5 +letter \x7D28 12345-34-3 letter \x7D29 1-156-5 -letter \x7D2A 245-156-4 +letter \x7D2A 245-16-3 letter \x7D2B 125-156-4 letter \x7D2C 12-12356-2 letter \x7D2D 1235-12346-2 @@ -20871,9 +20873,9 @@ letter \x7D31 12345-34-2 letter \x7D32 15-346-5 letter \x7D33 24-136-3 -letter \x7D34 135-356-5 +letter \x7D34 135-126-3 letter \x7D35 1-34-5 -letter \x7D36 245-1256-4 +letter \x7D36 245-1256-3 letter \x7D37 14-13456-2 letter \x7D38 1-34-5 letter \x7D39 24-146-5 @@ -20888,7 +20890,7 @@ letter \x7D42 1-12346-3 letter \x7D43 15-2345-2 letter \x7D44 125-34-4 -letter \x7D45 13-13456-4 +letter \x7D45 13-235-4 letter \x7D46 135-1236-5 letter \x7D47 245-1256-2 letter \x7D48 134-126-5 @@ -20896,8 +20898,8 @@ letter \x7D4A 125-1246-5 letter \x7D4B 123-456-5 letter \x7D4C 13-13456-3 -letter \x7D4D 1245-136-2 -letter \x7D4E 1235-1356-2 +letter \x7D4D 1245-136-5 +letter \x7D4E 1235-1356-5 letter \x7D4F 15-346-5 letter \x7D50 13-346-2 letter \x7D51 1-34-3 @@ -20908,13 +20910,13 @@ letter \x7D56 123-456-5 letter \x7D57 1235-34-2 letter \x7D58 245-156-5 -letter \x7D59 13-1356-3 +letter \x7D59 1235-12456-2 letter \x7D5A 13-1356-3 letter \x7D5B 124-146-3 letter \x7D5C 15-346-2 letter \x7D5D 123-34-5 letter \x7D5E 13-246-4 -letter \x7D5F 245-45-3 +letter \x7D5F 245-45-2 letter \x7D60 13-2456-4 letter \x7D61 14-25-5 letter \x7D62 15-45-5 @@ -20951,8 +20953,8 @@ letter \x7D81 135-1346-4 letter \x7D82 124-12346-4 letter \x7D83 15-246-3 -letter \x7D84 12456-5 -letter \x7D85 245-1456-3 +letter \x7D84 1235-12456-2 +letter \x7D85 15-2345-3 letter \x7D86 13-1356-4 letter \x7D87 15-234-4 letter \x7D88 124-16-2 @@ -20962,7 +20964,7 @@ letter \x7D8C 15-16-5 letter \x7D8D 12345-34-2 letter \x7D8E 124-13456-3 -letter \x7D8F 15-1246-2 +letter \x7D8F 15-1246-3 letter \x7D90 145-1246-5 letter \x7D91 123-123456-4 letter \x7D92 12345-34-3 @@ -21197,7 +21199,7 @@ letter \x7E77 1345-12346-4 letter \x7E78 15-1246-5 letter \x7E79 16-5 -letter \x7E7A 24-2456-4 +letter \x7E7A 24-345-3 letter \x7E7B 15-1256-3 letter \x7E7C 13-16-5 letter \x7E7D 135-1456-3 @@ -21208,7 +21210,7 @@ letter \x7E82 125-12456-4 letter \x7E83 245-16-2 letter \x7E84 1234-1356-2 -letter \x7E85 14-16-5 +letter \x7E85 246-5 letter \x7E86 134-126-5 letter \x7E87 14-356-5 letter \x7E88 15-346-2 @@ -21290,7 +21292,7 @@ letter \x7ED4 123-34-5 letter \x7ED5 1245-146-5 letter \x7ED6 145-346-2 -letter \x7ED7 1235-1346-2 +letter \x7ED7 1235-1346-5 letter \x7ED8 1235-1246-5 letter \x7ED9 13-356-4 letter \x7EDA 15-45-5 @@ -21484,7 +21486,7 @@ letter \x7F96 13-34-4 letter \x7F97 245-46-3 letter \x7F98 125-1346-3 -letter \x7F99 13-146-3 +letter \x7F99 134-356-4 letter \x7F9A 14-13456-2 letter \x7F9B 16-5 letter \x7F9C 1-34-5 @@ -21492,18 +21494,18 @@ letter \x7F9E 15-234-3 letter \x7F9F 245-46-4 letter \x7FA0 16-2 -letter \x7FA1 15-2345-5 +letter \x7FA1 16-2 letter \x7FA2 1245-12346-2 letter \x7FA3 245-256-2 letter \x7FA4 245-256-2 letter \x7FA5 245-46-4 letter \x7FA6 1235-12456-2 -letter \x7FA7 15-25-3 +letter \x7FA7 125-1246-3 letter \x7FA8 15-2345-5 letter \x7FA9 16-5 letter \x7FAA 46-4 letter \x7FAB 245-46-3 -letter \x7FAC 2345-2 +letter \x7FAC 15-2345-2 letter \x7FAD 1256-2 letter \x7FAE 13-1356-3 letter \x7FAF 13-346-2 @@ -21614,9 +21616,9 @@ letter \x8018 256-2 letter \x8019 1234-345-2 letter \x801A 1234-16-3 -letter \x801B 12-156-2 +letter \x801B 16-2 letter \x801C 15-156-5 -letter \x801D 12-34-2 +letter \x801D 245-1256-5 letter \x801E 13-23456-3 letter \x801F 13-1256-5 letter \x8020 1235-25-3 @@ -21640,7 +21642,7 @@ letter \x8032 1235-2356-2 letter \x8033 156-4 letter \x8034 1-2346-2 -letter \x8035 124-13456-3 +letter \x8035 145-13456-4 letter \x8036 346-3 letter \x8037 145-345-3 letter \x8038 15-12346-4 @@ -21709,7 +21711,7 @@ letter \x8077 1-156-2 letter \x8078 145-1236-3 letter \x8079 1345-13456-2 -letter \x807A 15-346-2 +letter \x807A 245-346-3 letter \x807B 13-16-3 letter \x807C 124-13456-3 letter \x807D 124-13456-3 @@ -21814,7 +21816,7 @@ letter \x80E0 245-1256-3 letter \x80E1 1235-34-2 letter \x80E2 123-2346-3 -letter \x80E3 12-156-4 +letter \x80E3 16-4 letter \x80E4 1456-5 letter \x80E5 15-1256-3 letter \x80E6 46-3 @@ -21880,7 +21882,7 @@ letter \x8122 134-356-2 letter \x8123 12-123456-2 letter \x8124 24-136-5 -letter \x8125 13-23456-2 +letter \x8125 245-2345-4 letter \x8126 124-2346-5 letter \x8127 125-1246-3 letter \x8128 245-34-5 @@ -21972,7 +21974,7 @@ letter \x817E 124-1356-2 letter \x817F 124-1246-4 letter \x8180 135-1346-4 -letter \x8181 245-2345-4 +letter \x8181 15-2345-5 letter \x8182 14-1256-4 letter \x8183 35-5 letter \x8184 15-12356-5 @@ -22226,7 +22228,7 @@ letter \x827C 124-13456-3 letter \x827D 13-246-3 letter \x827E 2456-5 -letter \x827F 1245-1356-2 +letter \x827F 1345-2456-4 letter \x8280 124-246-2 letter \x8281 13-246-3 letter \x8282 13-346-2 @@ -22235,14 +22237,14 @@ letter \x8285 16-5 letter \x8286 12-2456-3 letter \x8287 134-2345-2 -letter \x8288 134-16-4 +letter \x8288 134-346-3 letter \x8289 13-1236-3 letter \x828A 245-2345-3 letter \x828B 1256-5 letter \x828C 1256-5 letter \x828D 24-146-2 letter \x828E 245-235-3 -letter \x828F 145-34-5 +letter \x828F 124-34-4 letter \x8290 1235-34-5 letter \x8291 245-16-4 letter \x8292 134-1346-2 @@ -22542,7 +22544,7 @@ letter \x83B8 234-2 letter \x83B9 13456-2 letter \x83BA 13456-3 -letter \x83BB 12356-3 +letter \x83BB 13-12346-5 letter \x83BC 12-123456-2 letter \x83BD 134-1346-4 letter \x83BE 134-1346-4 @@ -22777,8 +22779,8 @@ letter \x84A3 15-1256-2 letter \x84A4 124-34-2 letter \x84A5 14-234-2 -letter \x84A6 25-5 -letter \x84A7 1-136-3 +letter \x84A6 1235-25-5 +letter \x84A7 145-2345-4 letter \x84A8 245-2345-5 letter \x84A9 125-34-3 letter \x84AA 1234-126-5 @@ -22854,7 +22856,7 @@ letter \x84F0 15-16-4 letter \x84F1 1234-13456-2 letter \x84F2 12356-3 -letter \x84F3 13-1456-5 +letter \x84F3 13-1456-4 letter \x84F4 12-123456-2 letter \x84F5 13-346-2 letter \x84F6 1246-2 @@ -22910,7 +22912,7 @@ letter \x8528 13-256-5 letter \x8529 1456-2 letter \x852A 13-2345-3 -letter \x852B 2345-3 +letter \x852B 1345-2345-3 letter \x852C 24-34-3 letter \x852D 1456-5 letter \x852E 13-25-2 @@ -22988,7 +22990,7 @@ letter \x8576 14-13456-2 letter \x8577 1256-5 letter \x8578 15-23456-2 -letter \x8579 2346-5 +letter \x8579 235-3 letter \x857A 13-16-2 letter \x857B 1235-12346-2 letter \x857C 15-156-5 @@ -23288,7 +23290,7 @@ letter \x86A2 1235-1346-2 letter \x86A3 13-12346-3 letter \x86A4 125-146-4 -letter \x86A5 12345-34-4 +letter \x86A5 12345-34-5 letter \x86A6 1245-1236-2 letter \x86A7 13-346-5 letter \x86A8 12345-34-2 @@ -23411,7 +23413,7 @@ letter \x871D 245-16-2 letter \x871E 245-16-2 letter \x871F 1256-5 -letter \x8720 13-256-5 +letter \x8720 13-256-4 letter \x8721 1-345-5 letter \x8722 134-1356-4 letter \x8723 245-46-3 @@ -23820,7 +23822,7 @@ letter \x88B6 13-46-5 letter \x88B7 13-23456-2 letter \x88B8 245-123456-2 -letter \x88B9 135-126-2 +letter \x88B9 134-126-5 letter \x88BA 13-346-2 letter \x88BB 156-2 letter \x88BC 13-2346-5 @@ -23882,7 +23884,7 @@ letter \x88F4 1234-356-2 letter \x88F5 1234-356-2 letter \x88F6 12345-356-3 -letter \x88F7 45-3 +letter \x88F7 245-45-4 letter \x88F8 14-25-4 letter \x88F9 13-25-4 letter \x88FA 2345-4 @@ -23969,7 +23971,7 @@ letter \x894B 13-16-2 letter \x894C 145-1236-3 letter \x894D 125-345-2 -letter \x894E 12345-1236-2 +letter \x894E 135-126-5 letter \x894F 135-126-2 letter \x8950 15-46-5 letter \x8951 15-1456-2 @@ -24019,7 +24021,7 @@ letter \x897D 14-1236-2 letter \x897E 23456-5 letter \x897F 15-16-3 -letter \x8980 15-16-3 +letter \x8980 15-23456-5 letter \x8981 246-5 letter \x8982 12345-1356-4 letter \x8983 124-1236-2 @@ -24037,7 +24039,7 @@ letter \x898F 13-1246-3 letter \x8990 13-236-2 letter \x8991 1234-2345-4 -letter \x8992 134-146-2 +letter \x8992 134-146-5 letter \x8993 134-16-5 letter \x8994 134-16-5 letter \x8995 1234-346-3 @@ -24046,7 +24048,7 @@ letter \x8998 1-1236-3 letter \x8999 14-25-2 letter \x899A 13-236-2 -letter \x899B 134-16-5 +letter \x899B 134-126-5 letter \x899C 124-246-5 letter \x899D 14-2345-2 letter \x899E 246-5 @@ -24090,7 +24092,7 @@ letter \x89C4 13-1246-3 letter \x89C5 134-16-5 letter \x89C6 24-156-5 -letter \x89C7 12-1236-3 +letter \x89C7 1-1236-3 letter \x89C8 14-1236-4 letter \x89C9 13-236-2 letter \x89CA 13-16-5 @@ -24128,7 +24130,7 @@ letter \x89EA 15-13456-3 letter \x89EB 15-34-5 letter \x89EC 1345-16-2 -letter \x89ED 245-16-3 +letter \x89ED 13-16-3 letter \x89EE 14-34-5 letter \x89EF 1-156-5 letter \x89F0 1-345-3 @@ -24193,7 +24195,7 @@ letter \x8A2B 15-1456-5 letter \x8A2C 12-146-3 letter \x8A2D 24-2346-5 -letter \x8A2E 15-2345-3 +letter \x8A2E 2345-2 letter \x8A2F 24-345-4 letter \x8A30 1-123456-5 letter \x8A31 15-1256-4 @@ -24266,7 +24268,7 @@ letter \x8A74 1246-3 letter \x8A75 24-136-3 letter \x8A76 12-12356-2 -letter \x8A77 145-12346-5 +letter \x8A77 124-12346-2 letter \x8A78 134-16-2 letter \x8A79 1-1236-3 letter \x8A7A 134-13456-5 @@ -24431,7 +24433,7 @@ letter \x8B19 245-2345-3 letter \x8B1A 24-156-5 letter \x8B1B 13-46-4 -letter \x8B1C 45-5 +letter \x8B1C 45-2 letter \x8B1D 15-346-5 letter \x8B1E 1235-2346-5 letter \x8B1F 124-146-3 @@ -24480,7 +24482,7 @@ letter \x8B4A 1345-146-2 letter \x8B4B 14-1236-2 letter \x8B4C 2346-2 -letter \x8B4D 13456-5 +letter \x8B4D 13456-3 letter \x8B4E 13-236-2 letter \x8B4F 13-16-3 letter \x8B50 125-123456-4 @@ -24488,7 +24490,7 @@ letter \x8B52 135-126-5 letter \x8B53 1235-1246-5 letter \x8B54 1-12456-5 -letter \x8B55 134-34-2 +letter \x8B55 34-2 letter \x8B56 125-136-5 letter \x8B57 1-345-2 letter \x8B58 24-156-5 @@ -24649,7 +24651,7 @@ letter \x8BF3 123-456-2 letter \x8BF4 24-25-3 letter \x8BF5 15-12346-5 -letter \x8BF6 2456-3 +letter \x8BF6 26-5 letter \x8BF7 245-13456-4 letter \x8BF8 1-34-3 letter \x8BF9 125-12356-3 @@ -24755,7 +24757,7 @@ letter \x8C5D 135-345-3 letter \x8C5E 1235-12356-5 letter \x8C5F 2346-5 -letter \x8C60 245-34-2 +letter \x8C60 12-34-2 letter \x8C61 15-46-5 letter \x8C62 1235-12456-5 letter \x8C63 13-2345-3 @@ -24890,7 +24892,7 @@ letter \x8CE4 13-2345-5 letter \x8CE5 15-1246-5 letter \x8CE6 12345-34-5 -letter \x8CE7 145-1236-4 +letter \x8CE7 124-1236-5 letter \x8CE8 245-12346-2 letter \x8CE9 245-12346-2 letter \x8CEA 1-156-2 @@ -24927,7 +24929,7 @@ letter \x8D09 124-1236-4 letter \x8D0A 125-1236-5 letter \x8D0B 2345-5 -letter \x8D0C 1234-34-4 +letter \x8D0C 1234-34-2 letter \x8D0D 24-1236-5 letter \x8D0E 12456-5 letter \x8D0F 13456-2 @@ -25000,7 +25002,7 @@ letter \x8D52 1-12356-3 letter \x8D53 13-1356-3 letter \x8D54 1234-356-2 -letter \x8D55 145-1236-4 +letter \x8D55 124-1236-5 letter \x8D56 14-2456-5 letter \x8D57 12345-1356-5 letter \x8D58 1-1246-5 @@ -25106,7 +25108,7 @@ letter \x8DBC 13-2345-4 letter \x8DBD 12345-1346-5 letter \x8DBE 1-156-4 -letter \x8DBF 15-345-5 +letter \x8DBF 124-345-3 letter \x8DC0 236-5 letter \x8DC1 135-345-5 letter \x8DC2 245-16-2 @@ -25253,9 +25255,9 @@ letter \x8E4F 124-16-2 letter \x8E50 13-16-2 letter \x8E51 1345-346-5 -letter \x8E52 1234-1236-2 +letter \x8E52 134-1236-2 letter \x8E53 14-234-5 -letter \x8E54 125-1236-5 +letter \x8E54 1-1236-5 letter \x8E55 135-16-5 letter \x8E56 12-12346-3 letter \x8E57 14-34-5 @@ -25270,7 +25272,7 @@ letter \x8E60 1-156-2 letter \x8E61 245-46-3 letter \x8E62 145-16-2 -letter \x8E63 1234-1236-2 +letter \x8E63 134-1236-2 letter \x8E64 125-12346-3 letter \x8E65 14-2345-2 letter \x8E66 135-1356-5 @@ -25625,7 +25627,7 @@ letter \x8FC3 1256-3 letter \x8FC4 245-16-5 letter \x8FC5 15-256-5 -letter \x8FC6 16-4 +letter \x8FC6 16-2 letter \x8FC7 13-25-5 letter \x8FC8 134-2456-5 letter \x8FC9 245-16-3 @@ -25773,7 +25775,7 @@ letter \x9057 16-2 letter \x9058 13-12356-5 letter \x9059 246-2 -letter \x905A 12-34-5 +letter \x905A 12-12356-5 letter \x905B 14-234-5 letter \x905C 15-256-5 letter \x905D 124-345-5 @@ -25789,7 +25791,7 @@ letter \x9067 1-1346-3 letter \x9068 146-2 letter \x9069 24-156-5 -letter \x906A 245-2346-5 +letter \x906A 245-345-5 letter \x906B 12-156-5 letter \x906C 15-34-5 letter \x906D 125-146-3 @@ -26179,7 +26181,7 @@ letter \x91ED 13-1346-3 letter \x91EE 245-16-2 letter \x91EF 134-1346-2 -letter \x91F0 1245-136-5 +letter \x91F0 1245-156-5 letter \x91F1 145-16-5 letter \x91F2 15-156-5 letter \x91F3 15-16-5 @@ -26203,7 +26205,7 @@ letter \x9205 236-5 letter \x9206 245-2345-3 letter \x9207 12345-34-3 -letter \x9208 135-34-5 +letter \x9208 1234-16-3 letter \x9209 1345-345-5 letter \x920A 15-1456-3 letter \x920B 2346-2 @@ -26229,7 +26231,7 @@ letter \x921F 24-156-3 letter \x9220 16-5 letter \x9221 1-12346-3 -letter \x9222 1345-346-3 +letter \x9222 15-16-4 letter \x9223 13-2456-5 letter \x9224 1245-156-5 letter \x9225 1235-25-4 @@ -26248,10 +26250,10 @@ letter \x9232 13-34-3 letter \x9233 123-2346-3 letter \x9234 14-13456-2 -letter \x9235 135-13456-5 +letter \x9235 135-13456-4 letter \x9236 15-156-5 letter \x9237 13-34-3 -letter \x9238 135-126-2 +letter \x9238 135-345-2 letter \x9239 1234-16-2 letter \x923A 1256-5 letter \x923B 15-156-5 @@ -26266,8 +26268,8 @@ letter \x9244 124-346-4 letter \x9245 13-1256-5 letter \x9246 125-12456-3 -letter \x9247 24-156-3 -letter \x9248 124-345-4 +letter \x9247 16-2 +letter \x9248 124-345-3 letter \x9249 15-45-5 letter \x924A 1-146-3 letter \x924B 135-146-5 @@ -26327,7 +26329,7 @@ letter \x9281 13-256-3 letter \x9282 1-12356-3 letter \x9283 12-12346-5 -letter \x9284 24-1346-5 +letter \x9284 15-46-4 letter \x9285 124-12346-2 letter \x9286 134-126-5 letter \x9287 14-356-5 @@ -26540,7 +26542,7 @@ letter \x9356 12-136-4 letter \x9357 124-16-2 letter \x9358 1-345-2 -letter \x9359 1235-12346-5 +letter \x9359 1235-34-5 letter \x935A 46-2 letter \x935B 145-12456-5 letter \x935C 15-23456-2 @@ -26553,7 +26555,7 @@ letter \x9363 1-146-3 letter \x9364 12-345-3 letter \x9365 245-346-5 -letter \x9366 24-2346-2 +letter \x9366 24-156-3 letter \x9367 1235-12346-3 letter \x9368 123-1246-2 letter \x9369 1345-25-5 @@ -26694,7 +26696,7 @@ letter \x93F0 135-1356-5 letter \x93F1 1-1346-3 letter \x93F2 245-2345-3 -letter \x93F3 1-1356-3 +letter \x93F3 12-1356-3 letter \x93F4 14-34-5 letter \x93F5 1235-35-2 letter \x93F6 13-16-2 @@ -26703,15 +26705,15 @@ letter \x93F9 245-46-4 letter \x93FA 1234-126-3 letter \x93FB 14-1456-2 -letter \x93FC 15-25-4 +letter \x93FC 15-2346-5 letter \x93FD 15-234-5 -letter \x93FE 15-1236-4 +letter \x93FE 15-2345-5 letter \x93FF 12-1356-3 -letter \x9400 123-1246-5 +letter \x9400 13-1246-5 letter \x9401 15-156-3 -letter \x9402 14-234-5 +letter \x9402 14-234-2 letter \x9403 1345-146-2 -letter \x9404 1235-1356-2 +letter \x9404 1235-456-2 letter \x9405 1234-346-4 letter \x9406 15-1246-5 letter \x9407 12345-1236-2 @@ -26779,7 +26781,7 @@ letter \x9445 1235-1356-2 letter \x9446 1-1246-5 letter \x9447 13-16-3 -letter \x9448 1345-346-3 +letter \x9448 1345-346-5 letter \x9449 1235-2346-2 letter \x944A 1235-25-5 letter \x944B 245-13456-3 @@ -26861,7 +26863,7 @@ letter \x9497 12-2456-3 letter \x9498 15-13456-2 letter \x9499 13-2456-5 -letter \x949A 135-34-5 +letter \x949A 1234-16-3 letter \x949B 124-2456-5 letter \x949C 13-1256-5 letter \x949D 145-123456-5 @@ -26892,7 +26894,7 @@ letter \x94B6 123-2346-3 letter \x94B7 1234-126-4 letter \x94B8 135-34-3 -letter \x94B9 135-126-2 +letter \x94B9 135-345-2 letter \x94BA 236-5 letter \x94BB 125-12456-3 letter \x94BC 134-34-5 @@ -27095,7 +27097,7 @@ letter \x9581 134-345-5 letter \x9582 24-12456-3 letter \x9583 24-1236-4 -letter \x9584 1235-25-5 +letter \x9584 24-1236-4 letter \x9585 134-136-2 letter \x9586 2345-2 letter \x9587 135-16-5 @@ -27103,7 +27105,7 @@ letter \x9589 135-16-5 letter \x958A 24-1236-3 letter \x958B 123-2456-3 -letter \x958C 123-1346-3 +letter \x958C 123-1346-5 letter \x958D 135-1356-3 letter \x958E 1235-12346-2 letter \x958F 1245-123456-5 @@ -27350,7 +27352,7 @@ letter \x9680 12-12346-2 letter \x9681 2345-5 letter \x9682 1456-3 -letter \x9683 1256-2 +letter \x9683 246-2 letter \x9684 124-16-2 letter \x9685 1256-2 letter \x9686 14-12346-2 @@ -27364,7 +27366,7 @@ letter \x968E 13-346-3 letter \x968F 15-1246-2 letter \x9690 1456-4 -letter \x9691 13-2456-3 +letter \x9691 2456-2 letter \x9692 2345-4 letter \x9693 1235-1246-3 letter \x9694 13-2346-2 @@ -27437,7 +27439,7 @@ letter \x96D7 1235-1236-5 letter \x96D8 25-5 letter \x96D9 24-456-3 -letter \x96DA 1235-12456-2 +letter \x96DA 13-12456-5 letter \x96DB 12-34-2 letter \x96DC 125-345-2 letter \x96DD 235-3 @@ -27472,7 +27474,7 @@ letter \x96FA 34-5 letter \x96FB 145-2345-5 letter \x96FC 145-1346-5 -letter \x96FD 1235-34-2 +letter \x96FD 1235-34-3 letter \x96FE 34-5 letter \x96FF 145-246-5 letter \x9700 15-1256-3 @@ -27487,7 +27489,7 @@ letter \x9709 134-356-2 letter \x970A 14-13456-2 letter \x970B 245-16-3 -letter \x970C 12-12356-3 +letter \x970C 1-12356-3 letter \x970D 1235-25-5 letter \x970E 24-345-5 letter \x970F 12345-356-3 @@ -27534,8 +27536,8 @@ letter \x9738 135-345-5 letter \x9739 1234-16-3 letter \x973A 1246-2 -letter \x973B 12345-1356-3 -letter \x973C 15-16-4 +letter \x973B 14-16-4 +letter \x973C 15-16-5 letter \x973D 13-16-5 letter \x973E 134-2456-2 letter \x973F 134-1356-2 @@ -27558,14 +27560,14 @@ letter \x9750 135-13456-5 letter \x9751 245-13456-3 letter \x9752 245-13456-3 -letter \x9753 14-46-5 +letter \x9753 13-13456-5 letter \x9754 124-2345-3 letter \x9755 1-136-3 letter \x9756 13-13456-5 -letter \x9757 12-1356-5 +letter \x9757 12-1356-3 letter \x9758 245-13456-5 letter \x9759 13-13456-5 -letter \x975A 14-46-5 +letter \x975A 13-13456-5 letter \x975B 145-2345-5 letter \x975C 13-13456-5 letter \x975D 124-2345-3 @@ -27582,8 +27584,8 @@ letter \x9768 346-5 letter \x9769 13-2346-2 letter \x976A 145-13456-3 -letter \x976B 12-345-3 -letter \x976C 245-2345-2 +letter \x976B 12-2456-3 +letter \x976C 13-2345-3 letter \x976D 1245-136-5 letter \x976E 145-16-2 letter \x976F 145-34-5 @@ -27605,11 +27607,11 @@ letter \x977F 246-5 letter \x9780 124-146-2 letter \x9781 135-356-5 -letter \x9782 13-23456-2 +letter \x9782 13-346-3 letter \x9783 1235-12346-2 letter \x9784 1234-146-2 letter \x9785 46-3 -letter \x9786 145-13456-4 +letter \x9786 135-13456-4 letter \x9787 1456-3 letter \x9788 13-23456-2 letter \x9789 124-146-2 @@ -27621,7 +27623,7 @@ letter \x978F 13-12346-4 letter \x9790 245-23456-4 letter \x9791 145-345-2 -letter \x9792 245-246-3 +letter \x9792 245-246-2 letter \x9793 124-13456-3 letter \x9794 134-1236-2 letter \x9795 13456-5 @@ -27632,7 +27634,7 @@ letter \x979A 123-12346-5 letter \x979B 135-1356-4 letter \x979C 124-345-5 -letter \x979D 24-1346-5 +letter \x979D 1-1346-4 letter \x979E 135-13456-4 letter \x979F 123-25-5 letter \x97A0 13-1256-2 @@ -27644,9 +27646,9 @@ letter \x97A6 245-234-3 letter \x97A7 245-234-3 letter \x97A8 1235-2346-2 -letter \x97A9 15-246-5 +letter \x97A9 245-246-5 letter \x97AA 134-12356-2 -letter \x97AB 13-1256-3 +letter \x97AB 13-1256-2 letter \x97AC 13-2345-3 letter \x97AD 135-2345-3 letter \x97AE 145-16-3 @@ -27655,14 +27657,14 @@ letter \x97B1 124-146-3 letter \x97B2 13-12356-3 letter \x97B3 124-345-5 -letter \x97B4 135-2456-5 +letter \x97B4 135-356-5 letter \x97B5 15-346-2 letter \x97B6 1234-1236-2 letter \x97B7 13-2346-2 letter \x97B8 135-16-5 letter \x97B9 123-25-5 letter \x97BA 1234-1346-3 -letter \x97BB 14-12356-5 +letter \x97BB 14-12356-2 letter \x97BC 13-1246-5 letter \x97BD 245-246-3 letter \x97BE 15-236-3 @@ -27671,7 +27673,7 @@ letter \x97C1 13-46-3 letter \x97C2 12-1236-5 letter \x97C3 145-345-2 -letter \x97C4 1235-25-5 +letter \x97C4 1235-34-5 letter \x97C5 15-2345-4 letter \x97C6 245-2345-3 letter \x97C7 145-34-2 @@ -27688,20 +27690,20 @@ letter \x97D2 245-246-5 letter \x97D3 1235-1236-2 letter \x97D4 12-1346-5 -letter \x97D5 1235-25-5 +letter \x97D5 123-25-5 letter \x97D6 1245-12356-4 letter \x97D7 256-5 letter \x97D8 24-2346-5 letter \x97D9 1246-4 letter \x97DA 13-2346-2 -letter \x97DB 135-2456-5 +letter \x97DB 135-356-5 letter \x97DC 124-146-3 letter \x97DD 13-12356-3 letter \x97DE 256-5 letter \x97DF 13-146-3 letter \x97E0 135-16-5 letter \x97E1 1246-4 -letter \x97E2 1235-1246-5 +letter \x97E2 15-1246-5 letter \x97E3 145-34-2 letter \x97E4 35-5 letter \x97E5 145-34-2 @@ -27724,11 +27726,11 @@ letter \x97F6 24-146-2 letter \x97F7 14-2346-5 letter \x97F8 1234-1356-2 -letter \x97F9 1235-1356-2 +letter \x97F9 1235-456-2 letter \x97FA 13456-3 letter \x97FB 256-5 letter \x97FC 1234-1356-2 -letter \x97FD 1236-3 +letter \x97FD 1236-5 letter \x97FE 1456-3 letter \x97FF 15-46-4 letter \x9800 1235-34-5 @@ -27741,7 +27743,7 @@ letter \x9807 1235-1236-3 letter \x9808 15-1256-3 letter \x9809 16-2 -letter \x980A 15-1256-3 +letter \x980A 15-1256-5 letter \x980B 2346-4 letter \x980C 15-12346-5 letter \x980D 123-1246-4 @@ -27759,19 +27761,19 @@ letter \x9819 12-2346-5 letter \x981A 13-13456-4 letter \x981B 14-356-4 -letter \x981C 13-2346-2 +letter \x981C 1235-1236-5 letter \x981D 245-246-3 letter \x981E 2346-5 letter \x981F 2346-2 letter \x9820 1246-4 -letter \x9821 13-346-2 +letter \x9821 15-346-2 letter \x9822 123-25-5 letter \x9823 24-136-4 letter \x9824 16-2 -letter \x9825 24-136-4 +letter \x9825 16-2 letter \x9826 1235-2456-2 letter \x9827 145-1246-3 -letter \x9828 1234-2345-3 +letter \x9828 1256-4 letter \x9829 1234-13456-3 letter \x982A 14-356-5 letter \x982B 12345-34-4 @@ -27800,7 +27802,7 @@ letter \x9842 14-2456-5 letter \x9843 2345-2 letter \x9844 1235-1236-5 -letter \x9845 13-2345-3 +letter \x9845 245-2345-3 letter \x9846 123-2346-3 letter \x9847 245-1246-5 letter \x9848 13-235-4 @@ -27824,12 +27826,12 @@ letter \x985A 145-2345-3 letter \x985B 145-2345-3 letter \x985C 13-46-4 -letter \x985D 123-34-3 +letter \x985D 123-1246-3 letter \x985E 14-356-5 -letter \x985F 14-246-2 +letter \x985F 14-146-2 letter \x9860 1234-246-4 -letter \x9861 16-5 -letter \x9862 134-1236-3 +letter \x9861 2356-5 +letter \x9862 134-1236-2 letter \x9863 245-34-5 letter \x9864 246-2 letter \x9865 1235-146-5 @@ -27838,9 +27840,9 @@ letter \x9868 15-256-5 letter \x9869 2345-4 letter \x986A 1235-1246-5 -letter \x986B 12-1236-5 +letter \x986B 1-1236-5 letter \x986C 1245-34-2 -letter \x986D 1235-12346-3 +letter \x986D 134-1356-2 letter \x986E 135-1456-3 letter \x986F 15-2345-4 letter \x9870 1234-1456-2 @@ -27855,7 +27857,7 @@ letter \x9879 15-46-5 letter \x987A 24-123456-5 letter \x987B 15-1256-3 -letter \x987C 15-1256-3 +letter \x987C 15-1256-5 letter \x987D 12456-2 letter \x987E 13-34-5 letter \x987F 145-123456-5 @@ -27868,10 +27870,10 @@ letter \x9886 14-13456-4 letter \x9887 1234-126-3 letter \x9888 13-13456-4 -letter \x9889 13-346-2 +letter \x9889 15-346-2 letter \x988A 13-23456-2 letter \x988B 124-13456-4 -letter \x988C 1235-2346-2 +letter \x988C 1235-1236-5 letter \x988D 13456-4 letter \x988E 13-235-4 letter \x988F 1235-2346-3 @@ -27890,17 +27892,17 @@ letter \x989C 2345-2 letter \x989D 2346-2 letter \x989E 1345-346-5 -letter \x989F 134-1236-3 +letter \x989F 134-1236-2 letter \x98A0 145-2345-3 letter \x98A1 15-1346-4 letter \x98A2 1235-146-5 letter \x98A3 14-356-5 -letter \x98A4 12-1236-5 +letter \x98A4 1-1236-5 letter \x98A5 1245-34-2 letter \x98A6 1234-1456-2 letter \x98A7 245-45-2 letter \x98A8 12345-1356-3 -letter \x98A9 135-246-3 +letter \x98A9 145-234-3 letter \x98AA 13-35-3 letter \x98AB 12345-34-2 letter \x98AC 15-23456-3 @@ -27964,7 +27966,7 @@ letter \x98E6 1-1236-3 letter \x98E7 15-123456-3 letter \x98E8 15-46-4 -letter \x98E9 124-123456-2 +letter \x98E9 145-123456-5 letter \x98EA 1245-136-5 letter \x98EB 1256-5 letter \x98EC 13-45-5 @@ -27998,7 +28000,7 @@ letter \x9908 245-156-2 letter \x9909 15-46-4 letter \x990A 46-4 -letter \x990B 46-4 +letter \x990B 13-45-5 letter \x990C 156-4 letter \x990D 2345-5 letter \x990E 14-2346-5 @@ -28049,7 +28051,7 @@ letter \x993B 13-146-3 letter \x993C 15-16-5 letter \x993D 123-1246-5 -letter \x993E 14-234-2 +letter \x993E 14-234-5 letter \x993F 15-12356-3 letter \x9940 124-146-2 letter \x9941 346-5 @@ -28091,7 +28093,7 @@ letter \x9965 13-16-3 letter \x9966 124-25-3 letter \x9967 15-13456-2 -letter \x9968 124-123456-2 +letter \x9968 145-123456-5 letter \x9969 15-16-5 letter \x996A 1245-136-5 letter \x996B 1256-5 @@ -28130,7 +28132,7 @@ letter \x998C 346-5 letter \x998D 134-126-2 letter \x998E 135-126-2 -letter \x998F 14-234-2 +letter \x998F 14-234-5 letter \x9990 15-234-3 letter \x9991 13-1456-4 letter \x9992 134-1236-2 @@ -28189,7 +28191,7 @@ letter \x99C7 123456-2 letter \x99C8 245-1256-3 letter \x99C9 13-235-3 -letter \x99CA 135-126-4 +letter \x99CA 1234-126-4 letter \x99CB 1-146-3 letter \x99CC 45-3 letter \x99CD 1234-1356-3 @@ -28243,7 +28245,7 @@ letter \x99FD 15-45-3 letter \x99FE 124-1246-5 letter \x99FF 13-256-5 -letter \x9A00 2346-2 +letter \x9A00 2346-4 letter \x9A01 12-1356-4 letter \x9A02 15-13456-3 letter \x9A03 2456-2 @@ -28262,7 +28264,7 @@ letter \x9A10 2345-5 letter \x9A11 12345-356-3 letter \x9A12 15-146-3 -letter \x9A13 2345-4 +letter \x9A13 2345-5 letter \x9A14 13-346-2 letter \x9A15 246-4 letter \x9A16 34-5 @@ -28421,7 +28423,7 @@ letter \x9AAF 1346-3 letter \x9AB0 24-2456-4 letter \x9AB1 15-346-5 -letter \x9AB2 135-146-3 +letter \x9AB2 135-126-2 letter \x9AB3 135-16-5 letter \x9AB4 12-156-3 letter \x9AB5 124-16-4 @@ -28438,7 +28440,7 @@ letter \x9AC0 135-16-5 letter \x9AC1 123-2346-3 letter \x9AC2 123-345-5 -letter \x9AC3 1256-2 +letter \x9AC3 12356-4 letter \x9AC4 15-1246-4 letter \x9AC5 14-12356-2 letter \x9AC6 135-126-2 @@ -28490,10 +28492,10 @@ letter \x9AF4 12345-34-2 letter \x9AF5 156-2 letter \x9AF6 1245-12346-2 -letter \x9AF7 245-1256-5 +letter \x9AF7 245-1256-3 letter \x9AF8 13-12346-3 letter \x9AF9 15-234-3 -letter \x9AFA 236-5 +letter \x9AFA 123-25-5 letter \x9AFB 13-16-5 letter \x9AFC 1234-1356-2 letter \x9AFD 1-35-3 @@ -28531,7 +28533,7 @@ letter \x9B1D 245-2345-3 letter \x9B1E 1345-12346-2 letter \x9B1F 1235-12456-2 -letter \x9B20 13-25-5 +letter \x9B20 123-25-5 letter \x9B21 1345-13456-2 letter \x9B22 135-1456-5 letter \x9B23 14-346-5 @@ -28550,7 +28552,7 @@ letter \x9B30 1256-5 letter \x9B31 1256-5 letter \x9B32 13-2346-2 -letter \x9B33 13-45-5 +letter \x9B33 2345-5 letter \x9B34 12345-34-4 letter \x9B35 15-1456-2 letter \x9B36 13-1246-3 @@ -28563,7 +28565,7 @@ letter \x9B3D 134-356-5 letter \x9B3E 13-16-5 letter \x9B3F 245-16-2 -letter \x9B40 13-346-5 +letter \x9B40 13-345-5 letter \x9B41 123-1246-2 letter \x9B42 1235-123456-2 letter \x9B43 135-345-2 @@ -28579,20 +28581,20 @@ letter \x9B4D 456-4 letter \x9B4E 14-46-4 letter \x9B4F 1246-5 -letter \x9B50 13-2345-3 +letter \x9B50 13-1236-3 letter \x9B51 12-156-3 letter \x9B52 1234-246-3 letter \x9B53 135-16-5 letter \x9B54 134-126-2 -letter \x9B55 13-16-3 +letter \x9B55 245-16-2 letter \x9B56 15-1256-3 letter \x9B57 12-12356-4 letter \x9B58 2345-4 -letter \x9B59 1-1236-4 +letter \x9B59 1-1236-3 letter \x9B5A 1256-2 letter \x9B5B 145-146-3 letter \x9B5C 1245-136-2 -letter \x9B5D 13-16-5 +letter \x9B5D 13-346-2 letter \x9B5E 135-345-3 letter \x9B5F 1235-12346-3 letter \x9B60 124-25-3 @@ -28614,13 +28616,13 @@ letter \x9B70 123456-2 letter \x9B71 1235-34-2 letter \x9B72 14-34-2 -letter \x9B73 125-345-2 +letter \x9B73 125-345-3 letter \x9B74 12345-1346-2 letter \x9B75 12345-136-5 letter \x9B76 1345-345-5 letter \x9B77 234-2 letter \x9B78 1234-2345-5 -letter \x9B79 134-126-2 +letter \x9B79 134-146-2 letter \x9B7A 1235-2346-2 letter \x9B7B 15-23456-2 letter \x9B7C 245-1256-3 @@ -28628,7 +28630,7 @@ letter \x9B7E 1234-16-2 letter \x9B7F 14-13456-2 letter \x9B80 124-25-2 -letter \x9B81 135-345-2 +letter \x9B81 135-126-3 letter \x9B82 245-234-2 letter \x9B83 1234-13456-2 letter \x9B84 12345-34-2 @@ -28671,7 +28673,7 @@ letter \x9BA9 135-13456-5 letter \x9BAA 1246-4 letter \x9BAB 13-246-3 -letter \x9BAC 135-34-5 +letter \x9BAC 123-34-3 letter \x9BAD 13-1246-3 letter \x9BAE 15-2345-3 letter \x9BAF 1235-2346-2 @@ -28686,7 +28688,7 @@ letter \x9BB8 134-2345-4 letter \x9BB9 24-146-3 letter \x9BBA 1-345-4 -letter \x9BBB 24-345-3 +letter \x9BBB 15-25-3 letter \x9BBC 245-1456-3 letter \x9BBD 1256-2 letter \x9BBE 1345-356-4 @@ -28696,14 +28698,14 @@ letter \x9BC2 15-34-3 letter \x9BC3 34-2 letter \x9BC4 245-234-2 -letter \x9BC5 124-13456-2 +letter \x9BC5 24-1236-3 letter \x9BC6 1234-34-3 letter \x9BC7 1235-12456-5 letter \x9BC8 12-12356-2 letter \x9BC9 14-16-4 letter \x9BCA 24-345-3 letter \x9BCB 24-345-3 -letter \x9BCC 13-146-5 +letter \x9BCC 123-146-5 letter \x9BCD 134-1356-2 letter \x9BCE 12-1356-2 letter \x9BCF 14-16-2 @@ -28795,7 +28797,7 @@ letter \x9C25 13-12456-3 letter \x9C26 125-156-3 letter \x9C27 124-1356-2 -letter \x9C28 124-345-4 +letter \x9C28 124-345-5 letter \x9C29 246-2 letter \x9C2A 13-2346-2 letter \x9C2B 1245-12346-2 @@ -28808,7 +28810,7 @@ letter \x9C32 146-2 letter \x9C33 14-2346-5 letter \x9C34 1235-1246-3 -letter \x9C35 134-2345-4 +letter \x9C35 134-1456-4 letter \x9C36 13-16-5 letter \x9C37 124-246-2 letter \x9C38 245-1256-3 @@ -28818,11 +28820,11 @@ letter \x9C3C 15-16-2 letter \x9C3D 245-234-2 letter \x9C3E 135-246-5 -letter \x9C3F 13-16-5 +letter \x9C3F 13-16-2 letter \x9C40 13-16-5 letter \x9C41 1-34-2 letter \x9C42 13-46-3 -letter \x9C43 245-234-3 +letter \x9C43 15-234-3 letter \x9C44 1-12456-3 letter \x9C45 235-3 letter \x9C46 1-1346-3 @@ -28852,7 +28854,7 @@ letter \x9C5E 13-12456-3 letter \x9C5F 1235-12356-5 letter \x9C60 123-2356-5 -letter \x9C61 125-356-2 +letter \x9C61 125-2346-2 letter \x9C62 15-146-3 letter \x9C63 1-1236-3 letter \x9C64 13-1236-4 @@ -28862,7 +28864,7 @@ letter \x9C68 12-1346-2 letter \x9C69 14-356-2 letter \x9C6A 24-34-4 -letter \x9C6B 2456-1 +letter \x9C6B 2456-5 letter \x9C6C 1245-34-2 letter \x9C6D 13-16-5 letter \x9C6E 15-1256-5 @@ -28888,7 +28890,7 @@ letter \x9C82 12345-1346-2 letter \x9C83 135-345-5 letter \x9C84 1235-2346-2 -letter \x9C85 135-345-2 +letter \x9C85 135-126-3 letter \x9C86 1234-13456-2 letter \x9C87 1345-2345-2 letter \x9C88 14-34-2 @@ -28940,7 +28942,7 @@ letter \x9CB6 1345-2345-2 letter \x9CB7 145-246-3 letter \x9CB8 13-13456-3 -letter \x9CB9 24-136-3 +letter \x9CB9 15-146-3 letter \x9CBA 24-156-3 letter \x9CBB 125-156-3 letter \x9CBC 12345-136-5 @@ -28961,7 +28963,7 @@ letter \x9CCB 15-146-3 letter \x9CCC 146-2 letter \x9CCD 245-16-2 -letter \x9CCE 124-345-4 +letter \x9CCE 124-345-5 letter \x9CCF 13-12456-3 letter \x9CD0 246-2 letter \x9CD1 12345-1346-2 @@ -28971,7 +28973,7 @@ letter \x9CD5 15-236-4 letter \x9CD6 135-346-3 letter \x9CD7 134-1236-2 -letter \x9CD8 134-2345-4 +letter \x9CD8 134-1456-4 letter \x9CD9 235-3 letter \x9CDA 1246-5 letter \x9CDB 15-16-2 @@ -29003,7 +29005,7 @@ letter \x9CF5 135-146-4 letter \x9CF6 45-3 letter \x9CF7 1-156-3 -letter \x9CF8 1235-34-5 +letter \x9CF8 13-34-5 letter \x9CF9 245-1456-2 letter \x9CFA 13-1246-3 letter \x9CFB 12345-136-3 @@ -29026,9 +29028,9 @@ letter \x9D0C 12345-1356-5 letter \x9D0D 123456-2 letter \x9D0E 12356-3 -letter \x9D0F 124-2346-5 +letter \x9D0F 145-2456-5 letter \x9D10 13-23456-3 -letter \x9D11 1345-34-2 +letter \x9D11 1245-34-2 letter \x9D12 14-13456-2 letter \x9D13 134-346-5 letter \x9D14 12345-34-2 @@ -29045,7 +29047,7 @@ letter \x9D1F 12-156-3 letter \x9D20 145-1236-5 letter \x9D21 13-1256-3 -letter \x9D22 234-5 +letter \x9D22 246-4 letter \x9D23 13-34-3 letter \x9D24 1-12346-3 letter \x9D25 1256-5 @@ -29068,7 +29070,7 @@ letter \x9D36 13-23456-2 letter \x9D37 14-346-5 letter \x9D38 1-34-3 -letter \x9D39 1245-136-2 +letter \x9D39 46-2 letter \x9D3A 16-2 letter \x9D3B 1235-12346-2 letter \x9D3C 14-25-5 @@ -29185,7 +29187,7 @@ letter \x9DAB 145-12346-3 letter \x9DAC 245-1346-3 letter \x9DAD 12345-1346-4 -letter \x9DAE 13-34-5 +letter \x9DAE 1235-34-2 letter \x9DAF 13456-3 letter \x9DB0 45-2 letter \x9DB1 15-2345-3 @@ -29469,7 +29471,7 @@ letter \x9EC7 124-2345-3 letter \x9EC8 124-12356-4 letter \x9EC9 1235-12346-2 -letter \x9ECA 15-16-3 +letter \x9ECA 1235-35-5 letter \x9ECB 123-456-5 letter \x9ECC 1235-12346-2 letter \x9ECD 24-34-4 @@ -29482,7 +29484,7 @@ letter \x9ED4 245-2345-2 letter \x9ED5 145-1236-4 letter \x9ED6 15-16-5 -letter \x9ED7 124-12456-4 +letter \x9ED7 124-123456-3 letter \x9ED8 134-126-5 letter \x9ED9 134-126-5 letter \x9EDA 245-2345-2 @@ -29497,13 +29499,13 @@ letter \x9EE3 134-356-4 letter \x9EE4 2345-4 letter \x9EE5 245-13456-2 -letter \x9EE6 1256-5 +letter \x9EE6 236-5 letter \x9EE7 14-16-2 letter \x9EE8 145-1346-4 letter \x9EE9 145-34-2 letter \x9EEA 245-1236-4 -letter \x9EEB 1456-3 -letter \x9EEC 1236-5 +letter \x9EEB 2345-3 +letter \x9EEC 2345-4 letter \x9EED 2345-4 letter \x9EEE 124-1236-4 letter \x9EEF 1236-5 @@ -29529,7 +29531,7 @@ letter \x9F03 35-3 letter \x9F04 1-34-3 letter \x9F05 1-156-3 -letter \x9F06 134-1346-2 +letter \x9F06 134-1356-4 letter \x9F07 146-2 letter \x9F08 135-346-3 letter \x9F09 124-25-2 @@ -29579,7 +29581,7 @@ letter \x9F35 124-34-2 letter \x9F36 15-156-3 letter \x9F37 15-16-3 -letter \x9F38 15-2345-5 +letter \x9F38 15-2345-4 letter \x9F39 2345-4 letter \x9F3A 14-356-2 letter \x9F3B 135-16-2 @@ -29670,7 +29672,7 @@ letter \x9F90 1234-1346-2 letter \x9F91 2345-4 letter \x9F92 14-12346-2 -letter \x9F93 14-12346-2 +letter \x9F93 14-12346-4 letter \x9F94 13-12346-3 letter \x9F95 123-1236-3 letter \x9F96 124-345-5 @@ -29740,6 +29742,7 @@ letter \x9FEC 124-2345-2 letter \x9FED 1345-16-4 letter \x9FEE 145-2456-5 +letter \x9FEF 123467-134568 #end CJK Unified Ideographs #begin Private Use Area (U+E000-U+F8FF) @@ -30302,7 +30305,7 @@ sign \xFF03 3456-0 sign \xFF04 1246-0 sign \xFF05 146-0 -sign \xFF06 12346-0 +sign \xFF06 456-12346 punctuation \xFF07 3-0 punctuation \xFF08 246-0 punctuation \xFF09 135-0 @@ -30467,6 +30470,9 @@ sign \xFFEE 1246-14 #end Halfwidth and Fullwidth Forms +# Official definitions of all space characters +include spaces.uti + #begin Kana rules class JPHIXA \x3041\x3042\x304B\x304C\x3055\x3056\x305F\x3060\x306A\x306F\x3070\x3071\x307E\x3084\x3089\x308F class JPHIXU \x3045\x3046\x304F\x3050\x3059\x305A\x3064\x3065\x306C\x3075\x3076\x3077\x3080\x3086\x308B\x3094 @@ -30818,6 +30824,11 @@ noback context _1"\x30F4"["\x30E7"] @345 #end Kana rules +#begin Single Han-character patterns +word \x5014 13-236-2 +word \x636E 13-1256-3 +#end Single Han-character patterns + #begin Han character rules noback correct ["\x6597"]"\x522B\x6C14" "\x9B25" noback correct _1"\x6597"["\x522B"]"\x6C14" "\x5F46" @@ -30825,6 +30836,10 @@ noback correct ["\x5EB5"]"\x853C" "\x83F4" noback correct _1"\x809D"["\x810F"] "\x81DF" noback correct ["\x80AE"]"\x810F" "\x9AAF" +noback correct _1"\x80BA"["\x810F"] "\x81DF" +noback correct _1"\x80BE"["\x810F"] "\x81DF" +noback correct _1"\x80F0"["\x810F"] "\x81DF" +noback correct _1"\x813E"["\x810F"] "\x81DF" noback correct "\x3404" "\x8DE8" noback correct "\x342E" "\x8944" noback correct "\x3435" "\x5112" @@ -30892,17 +30907,24 @@ noback correct "\x373D" "\x5B50" noback correct "\x3740" "\x597D" noback correct "\x3743" "\x5A29" +noback correct "\x3744" "\x7D14" +noback correct "\x3747" "\x9D89" noback correct "\x3748" "\x5B7F" noback correct "\x374A" "\x5B88" noback correct "\x374D" "\x5BEB" +noback correct "\x3750" "\x5BB9" noback correct "\x3752" "\x5C45" noback correct "\x3755" "\x5BE7" +noback correct "\x3756" "\x5B9C" +noback correct "\x3759" "\x5BC5" noback correct "\x375B" "\x5BBF" noback correct "\x3760" "\x51A5" noback correct "\x3761" "\x6700" noback correct "\x3776" "\x3775" noback correct "\x3777" "\x5C0B" noback correct "\x3790" "\x5C45" +noback correct "\x37A0" "\x5C6A" +noback correct "\x37A1" "\x5C55" noback correct "\x37A3" "\x82AC" noback correct "\x37A7" "\x6703" noback correct "\x37AB" "\x8D70" @@ -30951,6 +30973,7 @@ noback correct "\x3930" "\x600D" noback correct "\x393A" "\x614C" noback correct "\x3943" "\x60B6" +noback correct "\x394D" "\x60CE" noback correct "\x3950" "\x6028" noback correct "\x395E" "\x9083" noback correct "\x3966" "\x611C" @@ -30986,6 +31009,7 @@ noback correct "\x3A66" "\x651C" noback correct "\x3A6D" "\x652A" noback correct "\x3A85" "\x66F4" +noback correct "\x3A98" "\x6582" noback correct "\x3A9A" "\x6563" noback correct "\x3A9F" "\x6566" noback correct "\x3AA3" "\x6572" @@ -31018,6 +31042,7 @@ noback correct "\x3BED" "\x6AD3" noback correct "\x3C10" "\x6A62" noback correct "\x3C19" "\x6A60" +noback correct "\x3C38" "\x6582" noback correct "\x3C40" "\x6B3C" noback correct "\x3C43" "\x98F2" noback correct "\x3C52" "\x8A36" @@ -31079,7 +31104,6 @@ noback correct "\x3F0E" "\x74DD" noback correct "\x3F1D" "\x7897" noback correct "\x3F3C" "\x74E2" -noback correct "\x3F41" "\x9B32" noback correct "\x3F5E" "\x7559" noback correct "\x3F6F" "\x7566" noback correct "\x3F72" "\x3F71" @@ -31100,10 +31124,8 @@ noback correct "\x405E" "\x7701" noback correct "\x4096" "\x77F3" noback correct "\x409E" "\x67D8" -noback correct "\x40A5" "\x739F" noback correct "\x40A7" "\x40A6" noback correct "\x40C5" "\x78FE" -noback correct "\x40C9" "\x739F" noback correct "\x40CD" "\x589C" noback correct "\x40EC" "\x78C8" noback correct "\x40EF" "\x792B" @@ -31373,12 +31395,14 @@ noback correct "\x4BEC" "\x56B2" noback correct "\x4BFA" "\x9AFA" noback correct "\x4C17" "\x9B2E" -noback correct "\x4C1B" "\x9B32" -noback correct "\x4C1C" "\x9B32" noback correct "\x4C1D" "\x7511" noback correct "\x4C1F" "\x9B42" +noback correct "\x4C7D" "\x9BE7" noback correct "\x4C84" "\x9C35" -noback correct "\x4C9D" "\x4C7D" +noback correct "\x4C8D" "\x9C27" +noback correct "\x4C8E" "\x9BD8" +noback correct "\x4C94" "\x9BE8" +noback correct "\x4C9D" "\x9BE7" noback correct "\x4C9F" "\x9BA3" noback correct "\x4CA0" "\x9C06" noback correct "\x4CA1" "\x9C0C" @@ -31402,6 +31426,8 @@ noback correct "\x4DA7" "\x54AC" noback correct "\x4DAE" "\x9F91" noback correct "\x4DB5" "\x7BEA" +noback correct "\x4E04" "\x4E0A" +noback correct "\x4E05" "\x4E0B" noback correct "\x4E0E" "\x8207" noback correct "\x4E12" "\x4E11" noback correct "\x4E13" "\x5C08" @@ -31421,6 +31447,7 @@ noback correct "\x4E3A" "\x70BA" noback correct "\x4E3D" "\x9E97" noback correct "\x4E3E" "\x8209" +noback correct "\x4E46" "\x4E45" noback correct "\x4E49" "\x7FA9" noback correct "\x4E4C" "\x70CF" noback correct "\x4E50" "\x6A02" @@ -31433,10 +31460,13 @@ noback correct "\x4E66" "\x66F8" noback correct "\x4E70" "\x8CB7" noback correct "\x4E71" "\x4E82" +noback correct "\x4E79" "\x4E7E" noback correct "\x4E80" "\x9F9C" noback correct "\x4E81" "\x4E7E" noback correct "\x4E89" "\x722D" noback correct "\x4E8F" "\x8667" +noback correct "\x4E96" "\x56DB" +noback correct "\x4E97" "\x6B72" noback correct "\x4E98" "\x4E99" noback correct "\x4E9A" "\x4E9E" noback correct "\x4E9C" "\x4E9E" @@ -31455,21 +31485,29 @@ noback correct "\x4ECE" "\x5F9E" noback correct "\x4ED1" "\x4F96" noback correct "\x4ED3" "\x5009" +noback correct "\x4EE2" "\x5F74" +noback correct "\x4EE6" "\x4EEF" noback correct "\x4EE7" "\x9577" noback correct "\x4EEA" "\x5100" noback correct "\x4EEC" "\x5011" noback correct _1"\x662D"["\x4EF7"] "\x4EF7" -noback correct _1"\x7121"["\x4EF7"]"\x4E8B" "\x4EF7" noback correct _1"\x8D70"["\x4EF7"]"\x99B3\x66F8" "\x4EF7" +noback correct _1"\x7121"["\x4EF7"]"\x4E8B" "\x4EF7" noback correct "\x4EF7" "\x50F9" +noback correct "\x4EFA" "\x5009" +noback correct "\x4EFE" "\x4F4E" noback correct "\x4F03" "\x59A4" +noback correct "\x4F07" "\x5F79" +noback correct "\x4F16" "\x5E11" noback correct "\x4F17" "\x773E" noback correct "\x4F18" "\x512A" noback correct "\x4F1A" "\x6703" noback correct "\x4F1B" "\x50B4" +noback correct "\x4F1C" "\x5005" noback correct "\x4F1E" "\x5098" noback correct "\x4F1F" "\x5049" noback correct "\x4F20" "\x50B3" +noback correct "\x4F21" "\x4FE5" noback correct "\x4F23" "\x4FD4" noback correct "\x4F24" "\x50B7" noback correct "\x4F25" "\x5000" @@ -31478,14 +31516,19 @@ noback correct "\x4F29" "\x4FE1" noback correct "\x4F2A" "\x507D" noback correct "\x4F2B" "\x4F47" +noback correct "\x4F2E" "\x52AA" noback correct "\x4F31" "\x4F60" +noback correct "\x4F35" "\x4F90" noback correct "\x4F40" "\x4F3C" +noback correct "\x4F44" "\x9163" noback correct "\x4F53" "\x9AD4" noback correct "\x4F65" "\x50C9" noback correct "\x4F71" "\x6CD5" noback correct "\x4F8C" "\x9670" +noback correct "\x4F8E" "\x6549" noback correct "\x4FA0" "\x4FE0" noback correct "\x4FA1" "\x50F9" +noback correct "\x4FA2" "\x6234" noback correct "\x4FA5" "\x50E5" noback correct "\x4FA6" "\x5075" noback correct "\x4FA7" "\x5074" @@ -31494,6 +31537,9 @@ noback correct "\x4FAA" "\x5115" noback correct "\x4FAC" "\x5102" noback correct "\x4FAD" "\x5118" +noback correct "\x4FBD" "\x7537" +noback correct "\x4FCC" "\x8F14" +noback correct "\x4FE2" "\x4FEE" noback correct "\x4FE3" "\x4FC1" noback correct "\x4FE6" "\x5114" noback correct "\x4FE8" "\x513C" @@ -31502,13 +31548,20 @@ noback correct "\x4FEB" "\x5008" noback correct "\x4FED" "\x5109" noback correct "\x4FFB" "\x5099" +noback correct "\x4FFC" "\x9B3B" +noback correct "\x4FFD" "\x6B23" +noback correct "\x5002" "\x4F75" noback correct "\x5010" "\x500F" +noback correct "\x5024" "\x503C" noback correct "\x502E" "\x88F8" noback correct "\x5038" "\x776C" +noback correct "\x5039" "\x5109" noback correct "\x503A" "\x50B5" noback correct "\x503E" "\x50BE" noback correct "\x5050" "\x8D17" +noback correct "\x5056" "\x64A6" noback correct "\x506C" "\x50AF" +noback correct "\x5078" "\x5077" noback correct "\x507B" "\x50C2" noback correct "\x507E" "\x50E8" noback correct "\x507F" "\x511F" @@ -31522,15 +31575,26 @@ noback correct "\x50CD" "\x52D5" noback correct "\x50DE" "\x507D" noback correct "\x50E1" "\x60E0" +noback correct "\x50EB" "\x60E1" +noback correct "\x50F4" "\x50E9" +noback correct "\x50F7" "\x505E" noback correct "\x5101" "\x4FCA" +noback correct "\x510D" "\x50BB" +noback correct "\x510E" "\x8F09" +noback correct "\x511B" "\x821E" +noback correct "\x511E" "\x4F60" +noback correct "\x5127" "\x5139" +noback correct "\x512B" "\x8C6A" noback correct "\x513F" "\x5152" noback correct "\x5142" "\x7C2A" +noback correct "\x514A" "\x514C" noback correct "\x514E" "\x5154" noback correct "\x514F" "\x9577" noback correct "\x5150" "\x5152" noback correct "\x5151" "\x514C" noback correct "\x515A" "\x9EE8" noback correct "\x5160" "\x515C" +noback correct "\x5164" "\x720C" noback correct "\x5166" "\x4EA1" noback correct "\x516A" "\x4FDE" noback correct "\x5170" "\x862D" @@ -31545,28 +31609,38 @@ noback correct "\x5183" "\x5E3D" noback correct "\x5184" "\x5189" noback correct "\x5185" "\x5167" +noback correct "\x5186" "\x5713" noback correct "\x5188" "\x5CA1" +noback correct "\x518B" "\x5770" noback correct "\x518C" "\x518A" noback correct "\x5199" "\x5BEB" noback correct "\x519B" "\x8ECD" noback correct "\x519C" "\x8FB2" +noback correct "\x519D" "\x5B9C" noback correct "\x51A6" "\x5BC7" noback correct "\x51AF" "\x99AE" noback correct "\x51B3" "\x6C7A" +noback correct "\x51B4" "\x51B1" noback correct "\x51B5" "\x6CC1" +noback correct "\x51B8" "\x6CEE" noback correct "\x51BA" "\x6CEF" noback correct "\x51BB" "\x51CD" noback correct "\x51C0" "\x6DE8" +noback correct "\x51C2" "\x6D7C" +noback correct "\x51C3" "\x6D82" noback correct "\x51C9" "\x6DBC" noback correct "\x51CF" "\x6E1B" noback correct "\x51D1" "\x6E4A" noback correct "\x51D2" "\x769A" noback correct "\x51D6" "\x6E96" +noback correct "\x51DB" "\x51DC" +noback correct "\x51DF" "\x7006" noback correct _1"\x8336"["\x51E0"] "\x51E0" -noback correct _2"\x7A97\x660E"["\x51E0"]"\x6DE8" "\x51E0" noback correct _3"\x660E\x7A97\x6DE8"["\x51E0"] "\x51E0" +noback correct _2"\x7A97\x660E"["\x51E0"]"\x6DE8" "\x51E0" noback correct "\x51E0" "\x5E7E" noback correct "\x51E2" "\x51E1" +noback correct "\x51E3" "\x51E1" noback correct "\x51E4" "\x9CF3" noback correct "\x51E6" "\x8655" noback correct "\x51E8" "\x98A8" @@ -31575,6 +31649,7 @@ noback correct "\x51ED" "\x6191" noback correct "\x51EE" "\x98A8" noback correct "\x51EF" "\x51F1" +noback correct "\x51F2" "\x5C37" noback correct "\x51F4" "\x6191" noback correct "\x51F7" "\x584A" noback correct "\x51FB" "\x64CA" @@ -31599,6 +31674,7 @@ noback correct "\x5242" "\x5291" noback correct "\x5250" "\x526E" noback correct "\x5251" "\x528D" +noback correct "\x5253" "\x527A" noback correct "\x5263" "\x528D" noback correct "\x5264" "\x5291" noback correct "\x5265" "\x525D" @@ -31628,12 +31704,18 @@ noback correct "\x5303" "\x4E10" noback correct "\x5304" "\x4E10" noback correct "\x5307" "\x5306" +noback correct "\x5318" "\x8166" +noback correct "\x531B" "\x67E9" noback correct "\x531E" "\x5320" noback correct "\x5326" "\x532D" noback correct "\x5327" "\x7BCB" +noback correct "\x5329" "\x5321" +noback correct "\x532B" "\x5322" noback correct "\x532E" "\x5331" noback correct "\x5332" "\x5969" noback correct "\x5333" "\x5969" +noback correct "\x5335" "\x6ADD" +noback correct "\x5336" "\x67E9" noback correct "\x533A" "\x5340" noback correct "\x533B" "\x91AB" noback correct "\x534B" "\x4E16" @@ -31680,6 +31762,7 @@ noback correct "\x53D9" "\x6558" noback correct "\x53DC" "\x53DF" noback correct "\x53E0" "\x758A" +noback correct "\x53E7" "\x526E" noback correct ["\x53F6"]"\x97FB" "\x53F6" noback correct "\x53F6" "\x8449" noback correct "\x53F7" "\x865F" @@ -31695,6 +31778,9 @@ noback correct "\x542C" "\x807D" noback correct "\x542F" "\x555F" noback correct "\x5434" "\x5433" +noback correct "\x543F" "\x544A" +noback correct "\x5449" "\x5433" +noback correct "\x544B" "\x8DBA" noback correct "\x544C" "\x53EB" noback correct "\x5451" "\x541E" noback correct "\x5452" "\x5638" @@ -31730,24 +31816,28 @@ noback correct "\x5507" "\x8123" noback correct "\x5516" "\x555E" noback correct "\x5518" "\x555F" +noback correct "\x5519" "\x5600" noback correct "\x551B" "\x561C" noback correct "\x551D" "\x55CA" noback correct "\x5520" "\x562E" noback correct "\x5521" "\x5562" noback correct "\x5522" "\x55E9" noback correct "\x5524" "\x559A" +noback correct "\x553A" "\x54EF" noback correct "\x553F" "\x5552" noback correct "\x5553" "\x555F" noback correct "\x5567" "\x5616" noback correct "\x556C" "\x55C7" noback correct "\x556D" "\x56C0" -noback correct "\x556E" "\x5699" +noback correct "\x556E" "\x9F67" noback correct "\x556F" "\x5613" noback correct "\x5570" "\x56C9" noback correct "\x5574" "\x563D" noback correct "\x5578" "\x562F" +noback correct "\x557A" "\x5510" noback correct "\x5586" "\x54F2" noback correct "\x559E" "\x5527" +noback correct "\x55AF" "\x5674" noback correct "\x55B6" "\x71DF" noback correct "\x55B7" "\x5674" noback correct "\x55BD" "\x560D" @@ -31759,14 +31849,17 @@ noback correct "\x5618" "\x5653" noback correct "\x5620" "\x560E" noback correct "\x5624" "\x56B6" +noback correct "\x5628" "\x562F" noback correct "\x5631" "\x56D1" noback correct "\x5637" "\x55E5" noback correct "\x5651" "\x55E5" noback correct "\x565C" "\x5695" noback correct "\x5692" "\x9EBC" +noback correct "\x5699" "\x9F67" noback correct "\x56A3" "\x56C2" noback correct "\x56D9" "\x56E0" noback correct "\x56E2" "\x5718" +noback correct "\x56E3" "\x5718" noback correct "\x56ED" "\x5712" noback correct "\x56EF" "\x570B" noback correct "\x56F1" "\x56EA" @@ -31777,13 +31870,14 @@ noback correct "\x56FE" "\x5716" noback correct "\x5705" "\x51FD" noback correct "\x5706" "\x5713" +noback correct "\x570E" "\x5713" noback correct "\x5717" "\x5716" noback correct "\x5723" "\x8056" noback correct "\x5727" "\x58D3" noback correct "\x5739" "\x58D9" noback correct "\x573A" "\x5834" -noback correct "\x5742" "\x962A" noback correct "\x574F" "\x58DE" +noback correct "\x5755" "\x7D93" noback correct "\x5757" "\x584A" noback correct "\x575A" "\x5805" noback correct "\x575B" "\x58C7" @@ -31821,6 +31915,7 @@ noback correct "\x5856" "\x584D" noback correct "\x585F" "\x846C" noback correct "\x5869" "\x9E7D" +noback correct "\x5895" "\x5830" noback correct "\x5896" "\x5854" noback correct "\x5897" "\x589E" noback correct "\x5899" "\x7246" @@ -31829,10 +31924,13 @@ noback correct "\x58B5" "\x7F48" noback correct "\x58BB" "\x7246" noback correct "\x58CA" "\x58DE" +noback correct "\x58CD" "\x5879" +noback correct "\x58D0" "\x74BD" noback correct "\x58DC" "\x7F48" noback correct "\x58E0" "\x58DF" noback correct "\x58EE" "\x58EF" noback correct "\x58F0" "\x8072" +noback correct "\x58F1" "\x58F9" noback correct "\x58F2" "\x8CE3" noback correct "\x58F3" "\x6BBC" noback correct "\x58F6" "\x58FA" @@ -31845,6 +31943,7 @@ noback correct "\x5909" "\x8B8A" noback correct "\x5913" "\x590F" noback correct "\x591F" "\x5920" +noback correct "\x5923" "\x5922" noback correct "\x5934" "\x982D" noback correct "\x5939" "\x593E" noback correct "\x593A" "\x596A" @@ -31860,6 +31959,7 @@ noback correct "\x5986" "\x599D" noback correct "\x5987" "\x5A66" noback correct "\x5988" "\x5ABD" +noback correct "\x599B" "\x5AB8" noback correct "\x59A9" "\x5AF5" noback correct "\x59AA" "\x5AD7" noback correct "\x59AB" "\x5AAF" @@ -31874,6 +31974,7 @@ noback correct "\x5A06" "\x5B08" noback correct "\x5A07" "\x5B0C" noback correct "\x5A08" "\x5B4C" +noback correct "\x5A24" "\x599D" noback correct "\x5A31" "\x5A1B" noback correct "\x5A32" "\x5AA7" noback correct "\x5A34" "\x5AFB" @@ -31883,6 +31984,7 @@ noback correct "\x5A74" "\x5B30" noback correct "\x5A75" "\x5B0B" noback correct "\x5A76" "\x5B38" +noback correct "\x5A7E" "\x5AAE" noback correct "\x5A8D" "\x5A66" noback correct "\x5AAA" "\x5ABC" noback correct "\x5AAD" "\x5B03" @@ -31893,18 +31995,24 @@ noback correct "\x5B00" "\x5AAF" noback correct "\x5B0D" "\x7F8E" noback correct "\x5B37" "\x5B24" +noback correct "\x5B3A" "\x5ADF" noback correct "\x5B4F" "\x5B3E" noback correct "\x5B59" "\x5B6B" noback correct "\x5B66" "\x5B78" noback correct "\x5B6A" "\x5B7F" noback correct "\x5B7C" "\x5B7D" noback correct "\x5B81" "\x5BE7" +noback correct "\x5B86" "\x7A79" +noback correct "\x5B8D" "\x8089" +noback correct "\x5B90" "\x5B9C" +noback correct "\x5B94" "\x782B" noback correct "\x5B9D" "\x5BF6" noback correct "\x5B9E" "\x5BE6" noback correct "\x5B9F" "\x5BE6" noback correct "\x5BA0" "\x5BF5" noback correct "\x5BA1" "\x5BE9" noback correct "\x5BAA" "\x61B2" +noback correct "\x5BAB" "\x5BAE" noback correct "\x5BBC" "\x5BC7" noback correct "\x5BBD" "\x5BEC" noback correct "\x5BBE" "\x8CD3" @@ -31942,6 +32050,7 @@ noback correct "\x5C5E" "\x5C6C" noback correct "\x5C61" "\x5C62" noback correct "\x5C66" "\x5C68" +noback correct "\x5C6B" "\x5C69" noback correct "\x5C7F" "\x5DBC" noback correct "\x5C81" "\x6B72" noback correct "\x5C82" "\x8C48" @@ -31999,6 +32108,7 @@ noback correct "\x5E0B" "\x7D19" noback correct "\x5E0F" "\x5E43" noback correct "\x5E10" "\x5E33" +noback correct "\x5E12" "\x888B" noback correct "\x5E1C" "\x5E5F" noback correct "\x5E26" "\x5E36" noback correct "\x5E27" "\x5E40" @@ -32006,6 +32116,7 @@ noback correct "\x5E2E" "\x5E6B" noback correct "\x5E30" "\x6B78" noback correct "\x5E31" "\x5E6C" +noback correct "\x5E32" "\x5E21" noback correct "\x5E3B" "\x5E58" noback correct "\x5E3C" "\x5E57" noback correct "\x5E42" "\x51AA" @@ -32013,13 +32124,16 @@ noback correct "\x5E51" "\x5FBD" noback correct "\x5E5A" "\x5E6B" noback correct "\x5E5E" "\x5E15" +noback correct "\x5E77" "\x5E76" noback correct "\x5E7A" "\x4E48" +noback correct _2"\x8606\x96EA"["\x5E7F"] "\x5E7F" noback correct _1"\x8349"["\x5E7F"]"\x7A81\x5982\x5CD9" "\x5E7F" noback correct _2"\x67B6\x5D16"["\x5E7F"] "\x5E7F" -noback correct _2"\x8606\x96EA"["\x5E7F"] "\x5E7F" noback correct "\x5E7F" "\x5EE3" noback correct "\x5E81" "\x5EF3" noback correct "\x5E83" "\x5EE3" +noback correct ["\x5E84"]"\x5B50" "\x5E84" +noback correct "\x5E84" "\x838A" noback correct "\x5E85" "\x9EBC" noback correct "\x5E86" "\x6176" noback correct "\x5E90" "\x5EEC" @@ -32029,13 +32143,16 @@ noback correct "\x5E99" "\x5EDF" noback correct "\x5E9E" "\x9F90" noback correct "\x5E9F" "\x5EE2" +noback correct "\x5EBA" "\x677E" noback correct "\x5EBB" "\x5EB6" noback correct "\x5EBC" "\x5ECE" noback correct "\x5EBD" "\x5BD3" +noback correct "\x5EC0" "\x5ECB" noback correct "\x5EC3" "\x5EE2" noback correct "\x5ECF" "\x5EC4" noback correct "\x5ED0" "\x5EC4" noback correct "\x5EEA" "\x5EE9" +noback correct "\x5EEB" "\x5BE5" noback correct "\x5EF0" "\x5EF3" noback correct "\x5EF8" "\x8FEA" noback correct "\x5EF9" "\x8FEB" @@ -32044,7 +32161,10 @@ noback correct "\x5F00" "\x958B" noback correct "\x5F02" "\x7570" noback correct "\x5F03" "\x68C4" -noback correct "\x5F0D" "\x8CB3" +noback correct "\x5F09" "\x5958" +noback correct "\x5F0C" "\x4E00" +noback correct "\x5F0D" "\x4E8C" +noback correct "\x5F0E" "\x4E09" noback correct "\x5F11" "\x5F12" noback correct "\x5F20" "\x5F35" noback correct "\x5F21" "\x5F35" @@ -32055,21 +32175,30 @@ noback correct "\x5F3A" "\x5F37" noback correct "\x5F3B" "\x5F3C" noback correct "\x5F42" "\x767C" +noback correct _2"\x671F\x529F"["\x5F4A"]"\x8FD1" "\x5F4A" noback correct "\x5F4A" "\x5F37" noback correct "\x5F51" "\x5F50" noback correct "\x5F52" "\x6B78" noback correct "\x5F53" "\x7576" noback correct "\x5F55" "\x9304" noback correct "\x5F5A" "\x5F59" +noback correct "\x5F5B" "\x5F5D" +noback correct "\x5F5C" "\x5F5D" +noback correct "\x5F5E" "\x5F5D" noback correct "\x5F5F" "\x5F60" noback correct "\x5F63" "\x6587" noback correct "\x5F66" "\x5F65" +noback correct "\x5F72" "\x87AD" noback correct "\x5F7B" "\x5FB9" noback correct "\x5F83" "\x5F80" noback correct "\x5F84" "\x5F91" +noback correct "\x5F8F" "\x965F" noback correct "\x5F93" "\x5F9E" noback correct "\x5F95" "\x5FA0" +noback correct "\x5FA3" "\x501F" +noback correct "\x5FA4" "\x5065" noback correct "\x5FA7" "\x904D" +noback correct "\x5FB3" "\x5FB7" noback correct "\x5FC6" "\x61B6" noback correct "\x5FCF" "\x61FA" noback correct "\x5FDB" "\x5E06" @@ -32096,6 +32225,7 @@ noback correct "\x6061" "\x541D" noback correct "\x6071" "\x6085" noback correct "\x6073" "\x61C7" +noback correct "\x6074" "\x5FB7" noback correct "\x6075" "\x60E0" noback correct "\x6076" "\x60E1" noback correct "\x6078" "\x615F" @@ -32138,7 +32268,11 @@ noback correct "\x616D" "\x6196" noback correct "\x617D" "\x617C" noback correct "\x617F" "\x6191" +noback correct "\x6185" "\x615F" +noback correct "\x6186" "\x77A0" noback correct "\x6187" "\x61A9" +noback correct "\x619C" "\x60F0" +noback correct "\x619E" "\x619D" noback correct "\x61D0" "\x61F7" noback correct "\x61D1" "\x61E3" noback correct "\x61D2" "\x61F6" @@ -32163,6 +32297,8 @@ noback correct "\x626B" "\x6383" noback correct "\x626C" "\x63DA" noback correct "\x6270" "\x64FE" +noback correct "\x6275" "\x65BC" +noback correct "\x6285" "\x62D8" noback correct "\x629A" "\x64AB" noback correct "\x629B" "\x62CB" noback correct "\x629C" "\x62D4" @@ -32185,6 +32321,7 @@ noback correct "\x62E7" "\x64F0" noback correct "\x62E8" "\x64A5" noback correct "\x62E9" "\x64C7" +noback correct "\x630A" "\x5F04" noback correct "\x631A" "\x646F" noback correct "\x631B" "\x6523" noback correct "\x631C" "\x6397" @@ -32214,6 +32351,7 @@ noback correct "\x63BC" "\x645C" noback correct "\x63D1" "\x634F" noback correct "\x63F7" "\x63D2" +noback correct "\x63FA" "\x6416" noback correct "\x63FD" "\x652C" noback correct "\x63FF" "\x64B3" noback correct "\x6400" "\x6519" @@ -32222,6 +32360,7 @@ noback correct "\x6405" "\x652A" noback correct "\x6407" "\x64B3" noback correct "\x643A" "\x651C" +noback correct "\x643C" "\x62F3" noback correct "\x6444" "\x651D" noback correct "\x6445" "\x6504" noback correct "\x6446" "\x64FA" @@ -32240,8 +32379,11 @@ noback correct "\x64D5" "\x651C" noback correct "\x64DE" "\x64FB" noback correct "\x64E1" "\x62AC" +noback correct "\x64E5" "\x652C" noback correct "\x64E7" "\x8209" +noback correct "\x64F5" "\x6469" noback correct "\x6512" "\x6522" +noback correct "\x6528" "\x6432" noback correct "\x6542" "\x53E9" noback correct "\x654C" "\x6575" noback correct "\x654D" "\x6558" @@ -32255,6 +32397,7 @@ noback correct "\x658B" "\x9F4B" noback correct "\x658E" "\x9F4B" noback correct "\x6593" "\x6595" +noback correct "\x659A" "\x659D" noback correct "\x65A9" "\x65AC" noback correct "\x65AD" "\x65B7" noback correct "\x65B1" "\x65AB" @@ -32278,23 +32421,34 @@ noback correct "\x6654" "\x66C4" noback correct "\x6655" "\x6688" noback correct "\x6656" "\x6689" +noback correct "\x6665" "\x7696" noback correct "\x6667" "\x7693" noback correct "\x6682" "\x66AB" noback correct "\x668E" "\x6620" +noback correct "\x66A4" "\x769E" noback correct "\x66A6" "\x66C6" noback correct "\x66A7" "\x66D6" +noback correct "\x66D0" "\x661F" noback correct "\x66D1" "\x53C3" noback correct "\x66E1" "\x758A" +noback correct "\x66EF" "\x71ED" +noback correct "\x66F5" "\x66F3" noback correct "\x66FA" "\x66F9" noback correct "\x66FD" "\x66FE" -noback correct _1"\x767D"["\x672F"] "\x672F" +noback correct "\x670C" "\x9812" +noback correct "\x6716" "\x6717" +noback correct "\x6719" "\x660E" noback correct _1"\x84BC"["\x672F"] "\x672F" +noback correct _1"\x767D"["\x672F"] "\x672F" noback correct "\x672F" "\x8853" noback correct "\x6736" "\x6735" noback correct "\x673A" "\x6A5F" noback correct "\x6740" "\x6BBA" noback correct "\x6742" "\x96DC" noback correct "\x6743" "\x6B0A" +noback correct "\x6744" "\x6ACF" +noback correct ["\x6760"]"\x8F42" "\x6760" +noback correct "\x6760" "\x69D3" noback correct "\x6761" "\x689D" noback correct "\x6765" "\x4F86" noback correct "\x6768" "\x694A" @@ -32309,11 +32463,13 @@ noback correct "\x67A5" "\x6AEA" noback correct "\x67A7" "\x6898" noback correct "\x67A8" "\x68D6" +noback correct "\x67A9" "\x677E" noback correct "\x67AA" "\x69CD" noback correct "\x67AB" "\x6953" noback correct "\x67AD" "\x689F" noback correct "\x67B1" "\x6AAF" noback correct "\x67BF" "\x6AF1" +noback correct "\x67D7" "\x677E" noback correct "\x67DC" "\x6AC3" noback correct "\x67E0" "\x6AB8" noback correct "\x67FB" "\x67E5" @@ -32336,6 +32492,7 @@ noback correct "\x6837" "\x6A23" noback correct "\x683E" "\x6B12" noback correct "\x6852" "\x6851" +noback correct "\x685A" "\x62F6" noback correct "\x685C" "\x6AFB" noback correct "\x685F" "\x68E7" noback correct "\x6860" "\x690F" @@ -32350,8 +32507,11 @@ noback correct "\x6869" "\x6A01" noback correct "\x686A" "\x6A33" noback correct "\x687A" "\x67F3" +noback correct "\x6895" "\x6752" +noback correct "\x68A5" "\x677E" noback correct "\x68A6" "\x5922" noback correct "\x68B8" "\x68A8" +noback correct "\x68B9" "\x6AB3" noback correct "\x68BC" "\x6AAE" noback correct "\x68BE" "\x68F6" noback correct "\x68BF" "\x69E4" @@ -32387,6 +32547,7 @@ noback correct "\x69D5" "\x684C" noback correct "\x69DA" "\x6A9F" noback correct "\x69DB" "\x6ABB" +noback correct "\x69DE" "\x6AF3" noback correct "\x69DF" "\x6AB3" noback correct "\x69E0" "\x6AE7" noback correct "\x69E1" "\x6851" @@ -32403,6 +32564,7 @@ noback correct "\x6A7C" "\x6ADE" noback correct "\x6A9D" "\x696B" noback correct "\x6AA9" "\x6A81" +noback correct "\x6AB1" "\x68CB" noback correct "\x6AC0" "\x68CB" noback correct "\x6AC8" "\x51F3" noback correct "\x6B01" "\x8FB2" @@ -32412,9 +32574,11 @@ noback correct "\x6B27" "\x6B50" noback correct "\x6B35" "\x6B3E" noback correct "\x6B53" "\x6B61" +noback correct "\x6B58" "\x6B3B" noback correct "\x6B5B" "\x6582" noback correct "\x6B68" "\x6B65" noback correct "\x6B69" "\x6B65" +noback correct "\x6B6C" "\x524D" noback correct "\x6B6E" "\x6F80" noback correct "\x6B73" "\x6B72" noback correct "\x6B74" "\x6B77" @@ -32466,6 +32630,7 @@ noback correct "\x6CA9" "\x6E88" noback correct "\x6CAA" "\x6EEC" noback correct "\x6CDE" "\x6FD8" +noback correct "\x6CE4" "\x6D0D" noback correct "\x6CEA" "\x6DDA" noback correct "\x6CF6" "\x6FA9" noback correct "\x6CF7" "\x7027" @@ -32548,7 +32713,11 @@ noback correct "\x6EE8" "\x6FF1" noback correct "\x6EE9" "\x7058" noback correct "\x6EEA" "\x6FA6" +noback correct "\x6F04" "\x6DAF" +noback correct "\x6F0B" "\x6E70" +noback correct "\x6F42" "\x6D2A" noback correct "\x6F44" "\x6F31" +noback correct "\x6F45" "\x704C" noback correct "\x6F46" "\x7020" noback correct "\x6F47" "\x701F" noback correct "\x6F4B" "\x7032" @@ -32557,10 +32726,14 @@ noback correct "\x6F5C" "\x6F5B" noback correct "\x6F74" "\x7026" noback correct "\x6F81" "\x6F80" +noback correct "\x6F91" "\x6E9C" noback correct "\x6F9B" "\x6EF7" noback correct "\x6F9C" "\x703E" +noback correct "\x6FB7" "\x6F2B" +noback correct "\x6FC5" "\x6D78" noback correct "\x6FD1" "\x7028" noback correct "\x6FD2" "\x7015" +noback correct "\x6FF3" "\x6F5B" noback correct "\x6FF6" "\x95CA" noback correct "\x7002" "\x6EF7" noback correct "\x704B" "\x6CD5" @@ -32576,6 +32749,7 @@ noback correct "\x7080" "\x716C" noback correct "\x7081" "\x6C23" noback correct "\x7089" "\x7210" +noback correct "\x708D" "\x53DB" noback correct "\x7096" "\x71C9" noback correct "\x709C" "\x7152" noback correct "\x709D" "\x7197" @@ -32596,14 +32770,18 @@ noback correct "\x70EC" "\x71FC" noback correct "\x70ED" "\x71B1" noback correct "\x70F1" "\x70AF" +noback correct "\x70F5" "\x707C" noback correct "\x7108" "\x7199" noback correct "\x7115" "\x7165" noback correct "\x7116" "\x71DC" noback correct "\x7118" "\x71FE" +noback correct "\x713C" "\x71D2" noback correct "\x7151" "\x716E" +noback correct "\x716B" "\x71E7" noback correct "\x7188" "\x7199" noback correct "\x7196" "\x7130" noback correct "\x71EF" "\x7227" +noback correct "\x720B" "\x718F" noback correct "\x7215" "\x71EE" noback correct "\x7217" "\x71C1" noback correct "\x722B" "\x722A" @@ -32619,6 +32797,9 @@ noback correct "\x7282" "\x7281" noback correct "\x7287" "\x5954" noback correct "\x728A" "\x72A2" +noback correct "\x72A0" "\x72A7" +noback correct "\x72AB" "\x72A8" +noback correct "\x72B2" "\x8C7A" noback correct "\x72B6" "\x72C0" noback correct "\x72B7" "\x7377" noback correct "\x72B8" "\x7341" @@ -32659,7 +32840,6 @@ noback correct "\x73B1" "\x7472" noback correct "\x73BA" "\x74BD" noback correct "\x73C1" "\x74F7" -noback correct "\x73C9" "\x739F" noback correct "\x73CE" "\x73CD" noback correct "\x73D0" "\x743A" noback correct "\x73D1" "\x74CF" @@ -32670,12 +32850,11 @@ noback correct "\x740E" "\x74A1" noback correct "\x740F" "\x7489" noback correct "\x7410" "\x7463" -noback correct "\x7418" "\x739F" noback correct "\x7439" "\x7434" noback correct "\x743C" "\x74CA" noback correct "\x7447" "\x73B3" -noback correct "\x7449" "\x739F" noback correct "\x7460" "\x7409" +noback correct "\x7474" "\x73A8" noback correct "\x7476" "\x7464" noback correct "\x7477" "\x74A6" noback correct "\x748E" "\x74D4" @@ -32687,6 +32866,7 @@ noback correct "\x7506" "\x74F7" noback correct "\x751E" "\x5617" noback correct "\x7523" "\x7522" +noback correct "\x7524" "\x8564" noback correct "\x7535" "\x96FB" noback correct "\x753B" "\x756B" noback correct "\x7544" "\x7559" @@ -32694,7 +32874,9 @@ noback correct "\x7546" "\x755D" noback correct "\x754A" "\x8015" noback correct "\x755E" "\x755D" +noback correct "\x7561" "\x5793" noback correct "\x7567" "\x7565" +noback correct "\x7568" "\x756A" noback correct "\x756E" "\x755D" noback correct "\x7571" "\x7559" noback correct "\x7572" "\x756C" @@ -32736,9 +32918,11 @@ noback correct "\x7663" "\x766C" noback correct "\x7667" "\x3FDB" noback correct "\x766B" "\x7672" +noback correct "\x7674" "\x7675" noback correct "\x767A" "\x767C" noback correct "\x7690" "\x768B" noback correct "\x7691" "\x769A" +noback correct "\x76A8" "\x661F" noback correct "\x76B1" "\x76BA" noback correct "\x76B2" "\x76B8" noback correct "\x76B7" "\x9F13" @@ -32765,7 +32949,9 @@ noback correct "\x7786" "\x77B6" noback correct "\x7792" "\x779E" noback correct "\x77A9" "\x77DA" +noback correct "\x77AF" "\x77B7" noback correct "\x77C1" "\x7785" +noback correct "\x77DD" "\x77DC" noback correct "\x77EB" "\x77EF" noback correct "\x77F4" "\x7887" noback correct "\x77F6" "\x78EF" @@ -32773,7 +32959,6 @@ noback correct "\x77FF" "\x7926" noback correct "\x7800" "\x78AD" noback correct "\x7801" "\x78BC" -noback correct "\x7807" "\x739F" noback correct "\x7815" "\x788E" noback correct "\x7816" "\x78DA" noback correct "\x7817" "\x7868" @@ -32790,7 +32975,6 @@ noback correct "\x7859" "\x78D1" noback correct "\x785A" "\x7904" noback correct "\x7877" "\x9E7C" -noback correct "\x7888" "\x739F" noback correct "\x788D" "\x7919" noback correct "\x789B" "\x78E7" noback correct "\x789C" "\x78E3" @@ -32822,6 +33006,7 @@ noback correct ["\x79CD"]"\x5E2B\x9053" "\x79CD" noback correct ["\x79CD"]"\x5E2B\x4E2D" "\x79CD" noback correct "\x79CD" "\x7A2E" +noback correct "\x79D4" "\x7CB3" noback correct "\x79D8" "\x7955" noback correct "\x79EF" "\x7A4D" noback correct "\x79F0" "\x7A31" @@ -32829,7 +33014,9 @@ noback correct "\x79FE" "\x7A60" noback correct "\x7A01" "\x7A3F" noback correct "\x7A06" "\x7A6D" +noback correct "\x7A09" "\x7CB3" noback correct "\x7A0E" "\x7A05" +noback correct "\x7A16" "\x43A7" noback correct "\x7A23" "\x7A4C" noback correct "\x7A2C" "\x7CEF" noback correct "\x7A33" "\x7A69" @@ -32837,11 +33024,13 @@ noback correct "\x7A3E" "\x7A3F" noback correct "\x7A42" "\x7A57" noback correct "\x7A45" "\x7CE0" -noback correct "\x7A49" "\x7A1A" +noback correct "\x7A4F" "\x7A69" noback correct "\x7A51" "\x7A61" +noback correct "\x7A5E" "\x7A6D" noback correct "\x7A63" "\x7A70" noback correct "\x7A64" "\x7CEF" noback correct "\x7A6A" "\x7A31" +noback correct "\x7A6F" "\x7A61" noback correct "\x7A77" "\x7AAE" noback correct "\x7A7D" "\x9631" noback correct "\x7A83" "\x7ACA" @@ -32857,6 +33046,7 @@ noback correct "\x7AB0" "\x7AAF" noback correct "\x7ABB" "\x7A97" noback correct "\x7AC8" "\x7076" +noback correct "\x7AD2" "\x5947" noback correct "\x7AD6" "\x8C4E" noback correct "\x7ADA" "\x4F47" noback correct "\x7ADC" "\x9F8D" @@ -32902,39 +33092,61 @@ noback correct "\x7C12" "\x7BE1" noback correct "\x7C16" "\x7C6A" noback correct "\x7C2E" "\x7C2A" +noback correct "\x7C34" "\x8661" +noback correct "\x7C35" "\x7C2C" noback correct "\x7C41" "\x7C5F" +noback correct "\x7C44" "\x7C23" +noback correct "\x7C52" "\x7C40" +noback correct "\x7C56" "\x7C64" +noback correct "\x7C58" "\x7C50" +noback correct "\x7C5D" "\x7C6F" noback correct "\x7C68" "\x5969" noback correct "\x7C74" "\x7CF4" noback correct "\x7C7B" "\x985E" noback correct "\x7C7C" "\x79C8" noback correct "\x7C87" "\x7CE0" +noback correct "\x7C93" "\x6CD4" +noback correct "\x7C9A" "\x9ED0" noback correct "\x7C9B" "\x8085" noback correct "\x7C9C" "\x7CF6" noback correct "\x7C9D" "\x7CF2" noback correct "\x7CA4" "\x7CB5" noback correct "\x7CA6" "\x71D0" +noback correct "\x7CA7" "\x599D" noback correct "\x7CAA" "\x7CDE" noback correct "\x7CAE" "\x7CE7" noback correct "\x7CC1" "\x7CDD" noback correct "\x7CC7" "\x9931" noback correct "\x7CC9" "\x7CBD" noback correct "\x7CCD" "\x9908" +noback correct "\x7CDA" "\x599D" noback correct "\x7CDB" "\x7CD6" +noback correct "\x7CE1" "\x7CE8" +noback correct "\x7CE3" "\x7CDD" +noback correct "\x7CE4" "\x994A" noback correct "\x7CE5" "\x7CEF" noback correct "\x7CED" "\x7CBD" noback correct "\x7CF9" "\x7CF8" noback correct "\x7CFA" "\x7CFE" noback correct "\x7D25" "\x7D2E" noback correct "\x7D27" "\x7DCA" +noback correct "\x7D2A" "\x7DC0" +noback correct "\x7D2D" "\x7D18" +noback correct "\x7D4C" "\x7D93" noback correct "\x7D5D" "\x8932" noback correct "\x7D64" "\x7DDA" noback correct "\x7D75" "\x7E6A" noback correct "\x7D76" "\x7D55" noback correct "\x7D77" "\x7E36" noback correct "\x7D78" "\x7E6D" +noback correct "\x7D82" "\x7D71" noback correct "\x7D89" "\x7E61" +noback correct "\x7D8B" "\x7D18" noback correct "\x7D95" "\x7E54" +noback correct "\x7D98" "\x7E2B" noback correct "\x7D99" "\x7E7C" +noback correct "\x7D9A" "\x7E8C" +noback correct "\x7DA4" "\x7D39" noback correct "\x7DAB" "\x7DDA" noback correct "\x7DB3" "\x7E43" noback correct "\x7DD0" "\x7E41" @@ -32949,6 +33161,9 @@ noback correct "\x7E4D" "\x7E61" noback correct "\x7E66" "\x7E48" noback correct "\x7E6E" "\x97C1" +noback correct "\x7E89" "\x7E98" +noback correct "\x7E8E" "\x7E96" +noback correct "\x7E92" "\x7E8F" noback correct "\x7E9F" "\x7CF8" noback correct "\x7EA0" "\x7CFE" noback correct "\x7EA1" "\x7D06" @@ -33112,6 +33327,8 @@ noback correct "\x7F81" "\x7F88" noback correct "\x7F90" "\x7F91" noback correct "\x7F9F" "\x7FA5" +noback correct _1"\x6C99"["\x7FA1"] "\x7FA1" +noback correct "\x7FA1" "\x7FA8" noback correct "\x7FA3" "\x7FA4" noback correct "\x7FB4" "\x7FB6" noback correct "\x7FC4" "\x7FC5" @@ -33121,11 +33338,13 @@ noback correct "\x7FF6" "\x7FF1" noback correct "\x7FFA" "\x7FF1" noback correct "\x8022" "\x6A6F" +noback correct "\x8023" "\x7A10" noback correct "\x8027" "\x802C" noback correct "\x802E" "\x6A6F" noback correct "\x802F" "\x7A6B" noback correct "\x8038" "\x8073" noback correct "\x803B" "\x6065" +noback correct "\x803C" "\x8043" noback correct "\x8040" "\x8077" noback correct "\x8042" "\x8076" noback correct "\x804B" "\x807E" @@ -33142,6 +33361,7 @@ noback correct "\x80A0" "\x8178" noback correct "\x80A4" "\x819A" noback correct "\x80A7" "\x80DA" +noback correct "\x80AC" "\x75A3" noback correct "\x80BE" "\x814E" noback correct "\x80BF" "\x816B" noback correct "\x80C0" "\x8139" @@ -33203,6 +33423,7 @@ noback correct "\x827A" "\x85DD" noback correct "\x8282" "\x7BC0" noback correct "\x8288" "\x7F8B" +noback correct "\x828C" "\x828B" noback correct "\x8297" "\x858C" noback correct "\x829C" "\x856A" noback correct "\x82A6" "\x8606" @@ -33214,6 +33435,7 @@ noback correct "\x82CD" "\x84BC" noback correct "\x82CE" "\x82E7" noback correct "\x82E2" "\x82E1" +noback correct "\x82FF" "\x83CB" noback correct "\x830D" "\x82DF" noback correct "\x830E" "\x8396" noback correct "\x830F" "\x8622" @@ -33258,6 +33480,7 @@ noback correct "\x83B9" "\x7469" noback correct "\x83BA" "\x9DAF" noback correct "\x83BC" "\x84F4" +noback correct "\x83BE" "\x83BD" noback correct "\x8405" "\x6625" noback correct "\x8416" "\x839E" noback correct "\x8417" "\x7B56" @@ -33275,12 +33498,15 @@ noback correct "\x848B" "\x8523" noback correct "\x848C" "\x851E" noback correct "\x8493" "\x84F4" +noback correct "\x84A6" "\x5F60" noback correct "\x84DD" "\x85CD" noback correct "\x84DF" "\x858A" noback correct "\x84E0" "\x863A" noback correct "\x84E3" "\x8577" noback correct "\x84E5" "\x93A3" noback correct "\x84E6" "\x9A40" +noback correct "\x8532" "\x853B" +noback correct "\x8533" "\x84A8" noback correct "\x8534" "\x9EBB" noback correct "\x8535" "\x85CF" noback correct "\x8537" "\x8594" @@ -33289,6 +33515,7 @@ noback correct "\x853C" "\x85F9" noback correct "\x854B" "\x854A" noback correct "\x855A" "\x843C" +noback correct "\x8570" "\x8580" noback correct "\x8572" "\x8604" noback correct "\x8574" "\x860A" noback correct "\x857F" "\x8431" @@ -33319,6 +33546,7 @@ noback correct "\x8689" "\x868A" noback correct _1"\x8C4E"["\x8695"] "\x8695" noback correct "\x8695" "\x8836" +noback correct "\x86A0" "\x86A1" noback correct "\x86AC" "\x8706" noback correct "\x86CA" "\x8831" noback correct "\x86CE" "\x8823" @@ -33332,8 +33560,8 @@ noback correct "\x8715" "\x86FB" noback correct "\x8716" "\x86D4" noback correct "\x8717" "\x8778" -noback correct _2"\x5468\x66F0"["\x8721"] "\x8721" noback correct ["\x8721"]"\x796D" "\x8721" +noback correct _2"\x5468\x66F0"["\x8721"] "\x8721" noback correct "\x8721" "\x881F" noback correct "\x872F" "\x868C" noback correct "\x8745" "\x8836" @@ -33368,11 +33596,11 @@ noback correct "\x8884" "\x8956" noback correct "\x8885" "\x88CA" noback correct "\x8886" "\x8918" +noback correct ["\x889C"]"\x809A" "\x889C" +noback correct ["\x889C"]"\x8179" "\x889C" noback correct ["\x889C"]"\x80F8" "\x889C" noback correct _1"\x5BF6"["\x889C"]"\x695A\x5BAE\x8170" "\x889C" noback correct ["\x889C"]"\x984D" "\x889C" -noback correct ["\x889C"]"\x809A" "\x889C" -noback correct ["\x889C"]"\x8179" "\x889C" noback correct "\x889C" "\x896A" noback correct "\x88A0" "\x889F" noback correct "\x88AD" "\x8972" @@ -33396,15 +33624,21 @@ noback correct "\x894D" "\x96DC" noback correct "\x8955" "\x8974" noback correct "\x897D" "\x8974" +noback correct "\x8984" "\x8986" noback correct "\x8987" "\x9738" noback correct "\x8989" "\x7F88" noback correct "\x898A" "\x7F88" noback correct "\x898C" "\x89C0" +noback correct "\x8990" "\x89BA" noback correct "\x8994" "\x8993" noback correct "\x899A" "\x89BA" noback correct "\x89A5" "\x9766" noback correct "\x89A7" "\x89BD" +noback correct "\x89A9" "\x7779" +noback correct "\x89B0" "\x89B7" noback correct "\x89B3" "\x89C0" +noback correct "\x89BB" "\x89B7" +noback correct "\x89BC" "\x89B6" noback correct "\x89C1" "\x898B" noback correct "\x89C2" "\x89C0" noback correct "\x89C3" "\x898E" @@ -33425,13 +33659,16 @@ noback correct "\x89DE" "\x89F4" noback correct "\x89E6" "\x89F8" noback correct "\x89EF" "\x89F6" +noback correct "\x89F5" "\x89E5" noback correct "\x8A01" "\x8A00" +noback correct "\x8A06" "\x53EB" noback correct "\x8A1A" "\x8ABE" noback correct "\x8A33" "\x8B6F" noback correct "\x8A3C" "\x8B49" noback correct "\x8A4B" "\x5492" noback correct "\x8A5F" "\x8B8B" noback correct "\x8A78" "\x8B0E" +noback correct "\x8A7D" "\x8A2E" noback correct "\x8A89" "\x8B7D" noback correct "\x8A8A" "\x8B04" noback correct "\x8AAC" "\x8AAA" @@ -33443,6 +33680,7 @@ noback correct "\x8B29" "\x8B28" noback correct "\x8B2D" "\x8B7E" noback correct "\x8B4C" "\x8A1B" +noback correct "\x8B4D" "\x61C9" noback correct "\x8B81" "\x8B2B" noback correct "\x8B90" "\x8B8E" noback correct "\x8BA0" "\x8A00" @@ -33599,16 +33837,21 @@ noback correct "\x8C40" "\x8C3F" noback correct "\x8C53" "\x8C54" noback correct "\x8C58" "\x8C5A" +noback correct "\x8C63" "\x8C5C" noback correct "\x8C6E" "\x8C76" +noback correct "\x8C83" "\x8C8A" noback correct "\x8C9B" "\x737E" noback correct "\x8C9F" "\x54E1" noback correct "\x8CAD" "\x8CEA" noback correct "\x8CC9" "\x5379" noback correct "\x8CCD" "\x8D13" noback correct "\x8CDB" "\x8D0A" +noback correct "\x8CE9" "\x8CE8" noback correct "\x8CEB" "\x9F4E" noback correct "\x8CF7" "\x9F4E" noback correct "\x8D0B" "\x8D17" +noback correct "\x8D11" "\x8D1B" +noback correct "\x8D12" "\x8CE2" noback correct "\x8D1C" "\x8D13" noback correct "\x8D1D" "\x8C9D" noback correct "\x8D1E" "\x8C9E" @@ -33685,10 +33928,12 @@ noback correct "\x8D71" "\x8D70" noback correct "\x8D75" "\x8D99" noback correct "\x8D76" "\x8D95" +noback correct "\x8D7F" "\x9072" noback correct "\x8D82" "\x8D81" noback correct "\x8D8B" "\x8DA8" noback correct "\x8DB1" "\x8DB2" noback correct "\x8DB8" "\x8E89" +noback correct "\x8DC0" "\x5216" noback correct "\x8DC3" "\x8E8D" noback correct "\x8DC4" "\x8E4C" noback correct "\x8DDE" "\x8E92" @@ -33723,6 +33968,8 @@ noback correct "\x8EC1" "\x50C2" noback correct "\x8EC6" "\x9AD4" noback correct "\x8EE2" "\x8F49" +noback correct _1"\x8ED2"["\x8EFD"] "\x8EFD" +noback correct "\x8EFD" "\x8F15" noback correct "\x8F19" "\x8F12" noback correct "\x8F3C" "\x8F40" noback correct "\x8F66" "\x8ECA" @@ -33813,9 +34060,15 @@ noback correct "\x9025" "\x8FF4" noback correct "\x9026" "\x9090" noback correct "\x902C" "\x8FF8" +noback correct "\x903A" "\x9060" noback correct "\x903B" "\x908F" +noback correct "\x9045" "\x9072" noback correct "\x9057" "\x907A" +noback correct "\x905F" "\x9072" +noback correct "\x9061" "\x6EAF" noback correct "\x9065" "\x9059" +noback correct "\x906C" "\x901F" +noback correct "\x9089" "\x908A" noback correct "\x9093" "\x9127" noback correct "\x909D" "\x913A" noback correct "\x90A8" "\x6751" @@ -33834,12 +34087,14 @@ noback correct "\x90E6" "\x9148" noback correct "\x90E7" "\x9116" noback correct "\x90F8" "\x9132" +noback correct "\x910C" "\x5510" noback correct "\x913D" "\x5EDB" noback correct "\x9142" "\x9147" noback correct "\x915D" "\x919E" noback correct "\x9166" "\x91B1" noback correct "\x9167" "\x916C" noback correct "\x9171" "\x91AC" +noback correct "\x917C" "\x91A2" noback correct "\x917D" "\x91C5" noback correct "\x917E" "\x91C3" noback correct "\x917F" "\x91C0" @@ -33847,10 +34102,16 @@ noback correct "\x9196" "\x919E" noback correct "\x9197" "\x91B1" noback correct "\x91BB" "\x916C" +noback correct "\x91C4" "\x91BE" +noback correct "\x91C8" "\x91CB" noback correct "\x91CA" "\x91CB" noback correct "\x91D2" "\x91D1" +noback correct "\x91D6" "\x5200" +noback correct "\x91EF" "\x92E9" +noback correct "\x91FC" "\x528D" noback correct "\x920E" "\x9264" noback correct "\x9221" "\x9418" +noback correct "\x923B" "\x91F2" noback correct "\x9241" "\x73CD" noback correct "\x9244" "\x9435" noback correct "\x9262" "\x7F3D" @@ -33863,12 +34124,17 @@ noback correct "\x9332" "\x9304" noback correct "\x933D" "\x92C4" noback correct "\x933E" "\x93E8" +noback correct "\x9353" "\x93F6" +noback correct "\x9368" "\x6223" noback correct "\x936B" "\x936C" +noback correct "\x9372" "\x9309" noback correct "\x9373" "\x9452" noback correct "\x93B8" "\x942B" noback correct "\x93BB" "\x9396" noback correct "\x93C1" "\x9396" +noback correct "\x93E0" "\x92D2" noback correct "\x93E5" "\x93FD" +noback correct "\x93EB" "\x9457" noback correct "\x9441" "\x9350" noback correct "\x945A" "\x947D" noback correct "\x945B" "\x7926" @@ -34118,11 +34384,14 @@ noback correct "\x9576" "\x9472" noback correct "\x9578" "\x9577" noback correct "\x957F" "\x9577" +noback correct "\x9585" "\x9580" noback correct "\x9599" "\x9B27" noback correct "\x95A2" "\x95DC" noback correct "\x95B2" "\x95B1" noback correct "\x95C1" "\x8912" +noback correct "\x95D7" "\x95DC" noback correct "\x95D8" "\x9B25" +noback correct "\x95D9" "\x555F" noback correct "\x95E8" "\x9580" noback correct "\x95E9" "\x9582" noback correct "\x95EA" "\x9583" @@ -34177,6 +34446,7 @@ noback correct "\x961B" "\x95E4" noback correct "\x961F" "\x968A" noback correct "\x9625" "\x9670" +noback correct "\x9629" "\x965E" noback correct "\x9633" "\x967D" noback correct "\x9634" "\x9670" noback correct "\x9635" "\x9663" @@ -34192,7 +34462,9 @@ noback correct "\x9667" "\x9689" noback correct "\x9668" "\x9695" noback correct "\x9669" "\x96AA" +noback correct "\x967A" "\x96AA" noback correct "\x967B" "\x5794" +noback correct "\x9681" "\x5830" noback correct "\x9682" "\x9670" noback correct "\x968F" "\x96A8" noback correct "\x9690" "\x96B1" @@ -34211,20 +34483,38 @@ noback correct "\x96FE" "\x9727" noback correct "\x9701" "\x973D" noback correct "\x970A" "\x9748" +noback correct "\x9717" "\x96F6" +noback correct "\x971A" "\x9727" +noback correct "\x971B" "\x9748" +noback correct "\x9721" "\x9722" noback correct "\x972D" "\x9744" +noback correct "\x9734" "\x9746" +noback correct "\x9741" "\x96F7" noback correct "\x9751" "\x9752" noback correct "\x9753" "\x975A" noback correct "\x9759" "\x975C" +noback correct "\x9763" "\x9762" noback correct "\x9764" "\x76B0" noback correct "\x9765" "\x9768" -noback correct "\x9789" "\x9F17" +noback correct "\x9775" "\x7D10" +noback correct "\x9789" "\x9780" noback correct "\x978C" "\x978D" noback correct "\x9791" "\x97C3" -noback correct "\x9792" "\x97BD" +noback correct "\x979B" "\x742B" +noback correct "\x979F" "\x97B9" +noback correct "\x97A7" "\x7DE7" +noback correct "\x97A9" "\x9798" noback correct "\x97AF" "\x97C9" +noback correct "\x97B0" "\x97DE" +noback correct "\x97B1" "\x97DC" +noback correct "\x97B2" "\x97DD" noback correct "\x97B5" "\x978B" +noback correct "\x97B8" "\x97E0" noback correct "\x97BE" "\x9774" +noback correct "\x97C0" "\x97C9" noback correct "\x97C8" "\x896A" +noback correct "\x97CA" "\x7C63" +noback correct "\x97D2" "\x9798" noback correct "\x97DB" "\x97B4" noback correct "\x97E4" "\x896A" noback correct "\x97E6" "\x97CB" @@ -34235,16 +34525,26 @@ noback correct "\x97EB" "\x97DE" noback correct "\x97EC" "\x97DC" noback correct "\x97EE" "\x97ED" +noback correct "\x97EF" "\x97F1" +noback correct "\x97F2" "\x9F4F" noback correct "\x97F5" "\x97FB" +noback correct "\x97FC" "\x97F8" +noback correct "\x981A" "\x9838" noback correct "\x981F" "\x984D" +noback correct "\x9825" "\x9824" +noback correct "\x982C" "\x9830" noback correct "\x982E" "\x6CAC" +noback correct "\x9833" "\x8D6C" noback correct "\x9834" "\x7A4E" noback correct "\x983A" "\x9839" noback correct "\x983C" "\x8CF4" noback correct "\x983D" "\x9839" +noback correct "\x983E" "\x9AED" +noback correct "\x983F" "\x9AED" noback correct "\x984B" "\x816E" noback correct "\x9854" "\x984F" noback correct "\x9855" "\x986F" +noback correct "\x9856" "\x56DF" noback correct "\x985A" "\x985B" noback correct "\x9868" "\x5DFD" noback correct "\x9875" "\x9801" @@ -34313,17 +34613,28 @@ noback correct "\x98D9" "\x98C6" noback correct "\x98DA" "\x98C8" noback correct "\x98DC" "\x7FFB" +noback correct "\x98DD" "\x98DB" noback correct "\x98DE" "\x98DB" noback correct "\x98E0" "\x98DF" +noback correct "\x98E1" "\x9910" noback correct "\x98E4" "\x98FC" noback correct "\x98E8" "\x9957" +noback correct "\x98EE" "\x98F2" +noback correct "\x98F0" "\x98EF" noback correct "\x98F1" "\x98E7" +noback correct "\x98F8" "\x9955" +noback correct "\x98FB" "\x992E" noback correct "\x9901" "\x98EA" noback correct "\x990D" "\x995C" +noback correct "\x9919" "\x98FE" +noback correct "\x9920" "\x9905" +noback correct "\x9927" "\x9935" +noback correct "\x9934" "\x9959" noback correct "\x9939" "\x7CD6" noback correct "\x993B" "\x7CD5" noback correct "\x9944" "\x7CD6" noback correct "\x994D" "\x81B3" +noback correct "\x995A" "\x9900" noback correct "\x995D" "\x9943" noback correct "\x9963" "\x98DF" noback correct "\x9964" "\x98E3" @@ -34385,6 +34696,8 @@ noback correct "\x99E1" "\x7F75" noback correct "\x9A0C" "\x9A23" noback correct "\x9A10" "\x9A57" +noback correct "\x9A13" "\x9A57" +noback correct "\x9A21" "\x99E9" noback correct "\x9A58" "\x9A3E" noback correct "\x9A6C" "\x99AC" noback correct "\x9A6D" "\x99AD" @@ -34448,12 +34761,17 @@ noback correct "\x9AA7" "\x9A64" noback correct "\x9AB5" "\x9AD4" noback correct "\x9ABD" "\x817F" +noback correct "\x9AC3" "\x8162" +noback correct "\x9AC4" "\x9AD3" noback correct "\x9AC5" "\x9ACF" noback correct "\x9AC8" "\x8180" noback correct "\x9ACB" "\x9AD6" noback correct "\x9ACC" "\x9AD5" +noback correct "\x9AD7" "\x9871" +noback correct "\x9AD9" "\x9AD8" noback correct "\x9AE5" "\x9AEF" noback correct "\x9AEA" "\x9AEE" +noback correct "\x9AF0" "\x9B04" noback correct "\x9B00" "\x5243" noback correct "\x9B13" "\x9B22" noback correct "\x9B26" "\x9B25" @@ -34461,16 +34779,35 @@ noback correct "\x9B2C" "\x9B25" noback correct "\x9B2D" "\x9B25" noback correct "\x9B30" "\x9B31" +noback correct "\x9B34" "\x91DC" noback correct "\x9B36" "\x9B39" +noback correct "\x9B3D" "\x9B45" +noback correct "\x9B40" "\x5C2C" noback correct "\x9B47" "\x9B58" noback correct "\x9B49" "\x9B4E" +noback correct "\x9B50" "\x5C37" +noback correct "\x9B53" "\x7562" +noback correct "\x9B57" "\x919C" +noback correct "\x9B63" "\x9C6E" +noback correct "\x9B72" "\x9C78" +noback correct "\x9B89" "\x9BDB" +noback correct "\x9B8C" "\x9BC0" noback correct "\x9B8E" "\x9BF0" noback correct "\x9B9D" "\x9BD7" -noback correct "\x9BF5" "\x9C3A" +noback correct "\x9BB7" "\x9BF7" +noback correct "\x9BEE" "\x9BFC" +noback correct "\x9BF9" "\x9B8F" +noback correct "\x9BFF" "\x9BFE" +noback correct "\x9C00" "\x9BC7" noback correct "\x9C10" "\x9C77" noback correct "\x9C15" "\x8766" noback correct "\x9C1B" "\x9C2E" +noback correct "\x9C4F" "\x9C58" +noback correct "\x9C51" "\x9C09" noback correct "\x9C53" "\x9C54" +noback correct "\x9C61" "\x9C02" +noback correct "\x9C65" "\x9C56" +noback correct "\x9C76" "\x9BD7" noback correct "\x9C7C" "\x9B5A" noback correct "\x9C7D" "\x9B5B" noback correct "\x9C7E" "\x9B62" @@ -34549,7 +34886,7 @@ noback correct "\x9CC7" "\x9C09" noback correct "\x9CC8" "\x9C01" noback correct "\x9CC9" "\x9C42" -noback correct "\x9CCA" "\x9BFF" +noback correct "\x9CCA" "\x9BFE" noback correct "\x9CCB" "\x9C20" noback correct "\x9CCC" "\x9C32" noback correct "\x9CCD" "\x9C2D" @@ -34580,16 +34917,25 @@ noback correct "\x9CEC" "\x9CE7" noback correct "\x9CEE" "\x96DE" noback correct "\x9CEF" "\x9CF3" +noback correct "\x9CF8" "\x96C7" +noback correct "\x9D02" "\x9D03" noback correct "\x9D08" "\x96C1" +noback correct "\x9D0B" "\x9DAD" noback correct "\x9D0C" "\x9CF3" noback correct "\x9D0E" "\x9DD7" +noback correct "\x9D11" "\x9D3D" noback correct "\x9D21" "\x96CE" +noback correct "\x9D27" "\x9D25" +noback correct "\x9D2A" "\x9D25" noback correct "\x9D35" "\x689F" +noback correct "\x9D44" "\x9D1F" noback correct "\x9D49" "\x9E1E" noback correct "\x9D5E" "\x9D5D" +noback correct "\x9D6D" "\x9CF9" noback correct "\x9D76" "\x9D09" noback correct "\x9D8F" "\x96DE" noback correct "\x9D91" "\x9DAF" +noback correct "\x9DB5" "\x96DB" noback correct "\x9DC0" "\x9DBF" noback correct "\x9DC4" "\x96DE" noback correct "\x9DC9" "\x9DC8" @@ -34683,6 +35029,7 @@ noback correct "\x9E72" "\x9E0F" noback correct "\x9E73" "\x9E1B" noback correct "\x9E74" "\x9DDE" +noback correct "\x9E78" "\x9E7C" noback correct "\x9E7B" "\x9E7C" noback correct "\x9E7E" "\x9E7A" noback correct "\x9E90" "\x9E9F" @@ -34698,7 +35045,9 @@ noback correct "\x9EBD" "\x9EBC" noback correct "\x9EC4" "\x9EC3" noback correct "\x9EC9" "\x9ECC" +noback correct "\x9ECB" "\x720C" noback correct "\x9ED2" "\x9ED1" +noback correct "\x9ED9" "\x9ED8" noback correct "\x9EE1" "\x9EF6" noback correct "\x9EE9" "\x9EF7" noback correct "\x9EEA" "\x9EF2" @@ -34709,10 +35058,18 @@ noback correct "\x9F0B" "\x9EFF" noback correct "\x9F0D" "\x9F09" noback correct "\x9F14" "\x9F13" +noback correct "\x9F17" "\x9780" +noback correct "\x9F1D" "\x9F18" +noback correct "\x9F26" "\x8C82" noback correct "\x9F39" "\x9F34" +noback correct "\x9F44" "\x9F47" +noback correct "\x9F45" "\x55C5" noback correct "\x9F50" "\x9F4A" noback correct "\x9F51" "\x9F4F" +noback correct "\x9F53" "\x9F54" +noback correct "\x9F5A" "\x9F70" noback correct "\x9F69" "\x54AC" +noback correct "\x9F7C" "\x9F6D" noback correct "\x9F7F" "\x9F52" noback correct "\x9F80" "\x9F54" noback correct "\x9F81" "\x9F55" @@ -34753,7 +35110,7 @@ noback context _3"\x4E00\x671D\x5929"["\x5B50"]"\x4E00\x671D\x81E3" @125-156-4 noback context _5"\x4E00\x671D\x5929\x5B50\x4E00"["\x671D"]"\x81E3" @12-146-2 -# \x645F\x8AF8\x4FAF\x4EE5\x4F10\x8AF8\x4FAF 14-12356-2-1-34-3-1235-12356-2-16-4-12345-345-2-1-34-3-1235-12356-2 +# \x645F\x8AF8\x4FAF\x4EE5\x4F10\x8AF8\x4FAF 14-12356-2-1-34-3-1235-12356-2-16-4-12345-345-3-1-34-3-1235-12356-2 noback context ["\x645F"]"\x8AF8\x4FAF\x4EE5\x4F10\x8AF8\x4FAF" @14-12356-2 # \x70BA\x8CE6\x65B0\x8A5E\x5F37\x8AAA\x6101 1246-5-12345-34-5-15-1456-3-245-156-2-245-46-4-24-25-3-12-12356-2 @@ -34768,8 +35125,9 @@ noback context ["\x4E0D"]"\x8DB3\x70BA\x5916\x4EBA\x9053" @135-34-5 noback context _2"\x4E0D\x8DB3"["\x70BA"]"\x5916\x4EBA\x9053" @1246-5 -# \x4FDB\x7109\x65E5\x6709\x5B73\x5B73 134-2345-4-2345-3-1245-156-5-234-4-125-156-3-125-156-3 -noback context ["\x4FDB"]"\x7109\x65E5\x6709\x5B73\x5B73" @134-2345-4 +# \x505A\x4E00\x884C\x6028\x4E00\x884C 125-25-5-16-3-1235-1346-2-45-5-16-3-1235-1346-2 +noback context _2"\x505A\x4E00"["\x884C"]"\x6028\x4E00\x884C" @1235-1346-2 +noback context _5"\x505A\x4E00\x884C\x6028\x4E00"["\x884C"] @1235-1346-2 # \x70BA\x4ED6\x4EBA\x4F5C\x5AC1\x8863 1246-5-1247-345-3-1245-136-2-125-25-5-13-23456-5-16-3 noback context ["\x70BA"]"\x4ED6\x4EBA\x4F5C\x5AC1\x8863" @1246-5 @@ -34787,6 +35145,9 @@ noback context ["\x4E0D"]"\x70BA\x4E94\x6597\x7C73" @135-34-5 noback context _1"\x4E0D"["\x70BA"]"\x4E94\x6597\x7C73" @1246-5 +# \x4E16\x8DEF\x7D42\x96E3\x62D7 24-156-5-14-34-5-1-12346-3-1345-1236-2-146-5 +noback context _4"\x4E16\x8DEF\x7D42\x96E3"["\x62D7"] @146-5 + # \x4E43\x89BA\x4E09\x5341\x91CC 1345-2456-4-13-246-5-15-1236-3-24-156-2-14-16-4 noback context _1"\x4E43"["\x89BA"]"\x4E09\x5341\x91CC" @13-246-5 noback context _4"\x4E43\x89BA\x4E09\x5341"["\x91CC"] @14-16-4 @@ -34797,6 +35158,11 @@ # \x53EB\x5929\x5929\x4E0D\x61C9 13-246-5-124-2345-3-124-2345-3-135-34-5-13456-5 noback context _4"\x53EB\x5929\x5929\x4E0D"["\x61C9"] @13456-5 +# \x53EF\x8863\x8005\x8863\x4E4B 123-2346-4-16-5-1-2346-4-16-5-1-156-3 +noback context ["\x53EF"]"\x8863\x8005\x8863\x4E4B" @123-2346-4 +noback context _1"\x53EF"["\x8863"]"\x8005\x8863\x4E4B" @16-5 +noback context _3"\x53EF\x8863\x8005"["\x8863"]"\x4E4B" @16-5 + # \x5875\x57A2\x5F17\x80FD\x85B6 12-136-2-13-12356-5-12345-34-2-1345-1356-2-25-3 noback context _4"\x5875\x57A2\x5F17\x80FD"["\x85B6"] @25-3 @@ -34836,6 +35202,9 @@ # \x7AAE\x5247\x68C4\x800C\x5111 245-235-2-125-2346-2-245-16-5-156-2-1236-2 noback context _4"\x7AAE\x5247\x68C4\x800C"["\x5111"] @1236-2 +# \x81E8\x6C5F\x9072\x4F86\x5BA2 14-1456-2-13-46-3-1-156-5-14-2456-2-123-2346-5 +noback context _2"\x81E8\x6C5F"["\x9072"]"\x4F86\x5BA2" @1-156-5 + # \x842C\x4E00\x8D70\x4E86\x4E4B 12456-5-16-3-125-12356-4-14-2346-1-1-156-3 noback context _3"\x842C\x4E00\x8D70"["\x4E86"]"\x4E4B" @14-2346-1 @@ -34853,6 +35222,9 @@ # \x8A07\x78D5\x8005\x4E4B\x75D1 1235-12346-3-123-2346-3-1-2346-4-1-156-3-24-156-4 noback context _4"\x8A07\x78D5\x8005\x4E4B"["\x75D1"] @24-156-4 +# \x8FD1\x4E4B\x5247\x4E0D\x5B6B 13-1456-5-1-156-3-125-2346-2-135-34-5-15-256-5 +noback context _4"\x8FD1\x4E4B\x5247\x4E0D"["\x5B6B"] @15-256-5 + # \x9577\x4ED6\x4EBA\x5FD7\x6C23 1-1346-4-1247-345-3-1245-136-2-1-156-5-245-16-5 noback context ["\x9577"]"\x4ED6\x4EBA\x5FD7\x6C23" @1-1346-4 @@ -34892,6 +35264,9 @@ noback context _1"\x4E00"["\x4E86"]"\x767E\x4E86" @14-246-4 noback context _3"\x4E00\x4E86\x767E"["\x4E86"] @14-246-4 +# \x4E00\x5021\x767E\x548C 16-3-12-1346-5-135-2456-4-1235-2346-5 +noback context _3"\x4E00\x5021\x767E"["\x548C"] @1235-2346-5 + # \x4E00\x5531\x4E00\x548C 16-3-12-1346-5-16-3-1235-2346-5 noback context _3"\x4E00\x5531\x4E00"["\x548C"] @1235-2346-5 @@ -34914,6 +35289,9 @@ # \x4E00\x845B\x4E00\x88D8 16-3-13-2346-2-16-3-245-234-2 noback context _1"\x4E00"["\x845B"]"\x4E00\x88D8" @13-2346-2 +# \x4E00\x884C\x4E09\x6627 16-3-1235-1346-2-15-1236-3-134-356-5 +noback context _1"\x4E00"["\x884C"]"\x4E09\x6627" @1235-1346-2 + # \x4E00\x89BA\x9192\x4F86 16-3-13-246-5-15-13456-4-14-2456-2 noback context _1"\x4E00"["\x89BA"]"\x9192\x4F86" @13-246-5 @@ -34935,6 +35313,9 @@ noback context ["\x4E0A"]"\x5410\x4E0B\x7009" @24-1346-5 noback context _1"\x4E0A"["\x5410"]"\x4E0B\x7009" @124-34-5 +# \x4E0B\x81EA\x6210\x884C 15-23456-5-125-156-5-12-1356-2-1235-1346-2 +noback context _3"\x4E0B\x81EA\x6210"["\x884C"] @1235-1346-2 + # \x4E0D\x4E86\x4E86\x4E4B 135-34-5-14-246-4-14-246-4-1-156-3 noback context ["\x4E0D"]"\x4E86\x4E86\x4E4B" @135-34-5 noback context _1"\x4E0D"["\x4E86"]"\x4E86\x4E4B" @14-246-4 @@ -34987,6 +35368,10 @@ noback context _2"\x4E4D\x6696"["\x9084"]"\x6DBC" @1235-12456-2 noback context _3"\x4E4D\x6696\x9084"["\x6DBC"] @14-46-2 +# \x4E58\x80A5\x8863\x8F15 12-1356-2-12345-356-2-16-5-245-13456-3 +noback context ["\x4E58"]"\x80A5\x8863\x8F15" @12-1356-2 +noback context _2"\x4E58\x80A5"["\x8863"]"\x8F15" @16-5 + # \x4E58\x9593\x6295\x9699 12-1356-2-13-2345-5-124-12356-2-15-16-5 noback context ["\x4E58"]"\x9593\x6295\x9699" @12-1356-2 noback context _1"\x4E58"["\x9593"]"\x6295\x9699" @13-2345-5 @@ -35009,6 +35394,16 @@ # \x4E86\x7121\x7F63\x7919 14-246-4-34-2-13-35-5-2456-5 noback context ["\x4E86"]"\x7121\x7F63\x7919" @14-246-4 +# \x4E94\x884C\x4E26\x4E0B 34-4-1235-1346-2-135-13456-5-15-23456-5 +noback context _1"\x4E94"["\x884C"]"\x4E26\x4E0B" @1235-1346-2 + +# \x4E94\x884C\x4FF1\x4E0B 34-4-1235-1346-2-13-1256-5-15-23456-5 +noback context _1"\x4E94"["\x884C"]"\x4FF1\x4E0B" @1235-1346-2 + +# \x4E94\x884C\x516B\x4F5C 34-4-1235-1346-2-135-345-3-125-25-3 +noback context _1"\x4E94"["\x884C"]"\x516B\x4F5C" @1235-1346-2 +noback context _3"\x4E94\x884C\x516B"["\x4F5C"] @125-25-3 + # \x4EB9\x4EB9\x4E0D\x5377 1246-4-1246-4-135-34-5-13-45-5 noback context ["\x4EB9"]"\x4EB9\x4E0D\x5377" @1246-4 noback context _3"\x4EB9\x4EB9\x4E0D"["\x5377"] @13-45-5 @@ -35016,6 +35411,9 @@ # \x4EBA\x4E8B\x4E0D\x7701 1245-136-2-24-156-5-135-34-5-15-13456-4 noback context _3"\x4EBA\x4E8B\x4E0D"["\x7701"] @15-13456-4 +# \x4EBA\x7A20\x7269\x7A70 1245-136-2-12-12356-2-34-5-1245-1346-4 +noback context _3"\x4EBA\x7A20\x7269"["\x7A70"] @1245-1346-4 + # \x4EC7\x5076\x76F8\x5F9E 245-234-2-12356-4-15-46-3-245-12346-2 noback context ["\x4EC7"]"\x5076\x76F8\x5F9E" @245-234-2 noback context _3"\x4EC7\x5076\x76F8"["\x5F9E"] @245-12346-2 @@ -35069,6 +35467,9 @@ # \x5012\x966A\x5BB6\x9580 145-146-5-1234-356-2-13-23456-3-134-136-2 noback context ["\x5012"]"\x966A\x5BB6\x9580" @145-146-5 +# \x5021\x689D\x51B6\x8449 12-1346-3-124-246-2-346-4-346-5 +noback context ["\x5021"]"\x689D\x51B6\x8449" @12-1346-3 + # \x505C\x7559\x9577\x667A 124-13456-2-14-234-2-1-1346-4-1-156-5 noback context _2"\x505C\x7559"["\x9577"]"\x667A" @1-1346-4 @@ -35081,6 +35482,9 @@ # \x50BE\x8178\x5012\x8179 245-13456-3-12-1346-2-145-146-5-12345-34-5 noback context _2"\x50BE\x8178"["\x5012"]"\x8179" @145-146-5 +# \x50E7\x5C3C\x884C\x696D 15-1356-3-1345-16-2-15-13456-2-346-5 +noback context _2"\x50E7\x5C3C"["\x884C"]"\x696D" @15-13456-2 + # \x5104\x8F09\x91D1\x57CE 16-5-125-2456-4-13-1456-3-12-1356-2 noback context _1"\x5104"["\x8F09"]"\x91D1\x57CE" @125-2456-4 @@ -35107,19 +35511,30 @@ noback context _2"\x5175\x7CBE"["\x5C07"]"\x52C7" @13-46-5 # \x5176\x5ED1\x81F3\x77E3 245-16-2-245-1456-2-1-156-5-16-4 +noback context ["\x5176"]"\x5ED1\x81F3\x77E3" @245-16-2 noback context _1"\x5176"["\x5ED1"]"\x81F3\x77E3" @245-1456-2 # \x518D\x9577\x7239\x5A18 125-2456-5-1-1346-4-145-346-3-1345-46-2 noback context _1"\x518D"["\x9577"]"\x7239\x5A18" @1-1346-4 +# \x51A0\x5B50\x4E0D\x8A00 13-12456-5-125-156-4-135-34-5-2345-2 +noback context ["\x51A0"]"\x5B50\x4E0D\x8A00" @13-12456-5 +noback context _1"\x51A0"["\x5B50"]"\x4E0D\x8A00" @125-156-4 + # \x51A0\x84CB\x76F8\x5C6C 13-12456-3-13-2456-5-15-46-3-1-34-4 noback context ["\x51A0"]"\x84CB\x76F8\x5C6C" @13-12456-3 noback context _3"\x51A0\x84CB\x76F8"["\x5C6C"] @1-34-4 +# \x51B6\x8449\x5021\x689D 346-4-346-5-12-1346-3-124-246-2 +noback context _2"\x51B6\x8449"["\x5021"]"\x689D" @12-1346-3 + # \x51FA\x5C07\x5165\x76F8 12-34-3-13-46-5-1245-34-5-15-46-5 noback context _1"\x51FA"["\x5C07"]"\x5165\x76F8" @13-46-5 noback context _3"\x51FA\x5C07\x5165"["\x76F8"] @15-46-5 +# \x5200\x8015\x706B\x7A2E 145-146-3-13-1356-3-1235-25-4-1-12346-5 +noback context _3"\x5200\x8015\x706B"["\x7A2E"] @1-12346-5 + # \x5208\x84CD\x907A\x7C2A 16-5-24-156-3-16-2-125-136-3 noback context _3"\x5208\x84CD\x907A"["\x7C2A"] @125-136-3 @@ -35164,12 +35579,30 @@ # \x534A\x9593\x4E0D\x754C 135-1236-5-13-2345-5-135-34-5-13-346-5 noback context _1"\x534A"["\x9593"]"\x4E0D\x754C" @13-2345-5 +# \x5371\x884C\x8A00\x5B6B 1246-2-15-13456-5-2345-2-15-256-5 +noback context _1"\x5371"["\x884C"]"\x8A00\x5B6B" @15-13456-5 +noback context _3"\x5371\x884C\x8A00"["\x5B6B"] @15-256-5 + +# \x5371\x8A00\x5371\x884C 1246-2-2345-2-1246-2-15-13456-5 +noback context _3"\x5371\x8A00\x5371"["\x884C"] @15-13456-5 + # \x53CD\x8001\x9084\x7AE5 12345-1236-4-14-146-4-1235-12456-2-124-12346-2 noback context _2"\x53CD\x8001"["\x9084"]"\x7AE5" @1235-12456-2 +# \x53E3\x624D\x8FA8\x7D66 123-12356-4-245-2456-2-135-2345-5-13-16-4 +noback context _3"\x53E3\x624D\x8FA8"["\x7D66"] @13-16-4 + +# \x53E8\x966A\x672B\x5EA7 124-146-3-1234-356-2-134-126-5-125-25-5 +noback context ["\x53E8"]"\x966A\x672B\x5EA7" @124-146-3 + # \x53EB\x5929\x4E0D\x61C9 13-246-5-124-2345-3-135-34-5-13456-5 noback context _3"\x53EB\x5929\x4E0D"["\x61C9"] @13456-5 +# \x53EF\x4EE5\x51A0\x5B50 123-2346-4-16-4-13-12456-5-125-156-4 +noback context ["\x53EF"]"\x4EE5\x51A0\x5B50" @123-2346-4 +noback context _2"\x53EF\x4EE5"["\x51A0"]"\x5B50" @13-12456-5 +noback context _3"\x53EF\x4EE5\x51A0"["\x5B50"] @125-156-4 + # \x5403\x559D\x62C9\x6492 12-156-3-1235-2346-3-14-345-3-15-345-3 noback context ["\x5403"]"\x559D\x62C9\x6492" @12-156-3 noback context _3"\x5403\x559D\x62C9"["\x6492"] @15-345-3 @@ -35177,9 +35610,18 @@ # \x5404\x6709\x6240\x597D 13-2346-5-234-4-15-25-4-1235-146-5 noback context _3"\x5404\x6709\x6240"["\x597D"] @1235-146-5 +# \x5404\x6709\x6240\x9577 13-2346-5-234-4-15-25-4-12-1346-2 +noback context _3"\x5404\x6709\x6240"["\x9577"] @12-1346-2 + +# \x5404\x884C\x5404\x696D 13-2346-5-1235-1346-2-13-2346-5-346-5 +noback context _1"\x5404"["\x884C"]"\x5404\x696D" @1235-1346-2 + # \x5408\x4F5C\x7121\x9593 1235-2346-2-125-25-5-34-2-13-2345-5 noback context _3"\x5408\x4F5C\x7121"["\x9593"] @13-2345-5 +# \x540C\x884C\x76F8\x5FCC 124-12346-2-1235-1346-2-15-46-3-13-16-5 +noback context _1"\x540C"["\x884C"]"\x76F8\x5FCC" @1235-1346-2 + # \x543E\x65E5\x4E09\x7701 34-2-1245-156-5-15-1236-3-15-13456-4 noback context _3"\x543E\x65E5\x4E09"["\x7701"] @15-13456-4 @@ -35199,6 +35641,10 @@ noback context _1"\x5531"["\x548C"]"\x6709\x61C9" @1235-2346-5 noback context _3"\x5531\x548C\x6709"["\x61C9"] @13456-5 +# \x5580\x5580\x7136\x9042 123-2346-5-123-2346-5-1245-1236-2-15-1246-5 +noback context ["\x5580"]"\x5580\x7136\x9042" @123-2346-5 +noback context _1"\x5580"["\x5580"]"\x7136\x9042" @123-2346-5 + # \x5584\x8CC8\x800C\x6CBD 24-1236-5-13-23456-5-156-2-13-34-3 noback context _1"\x5584"["\x8CC8"]"\x800C\x6CBD" @13-23456-5 @@ -35213,6 +35659,12 @@ noback context _2"\x5601\x5601"["\x55B3"]"\x55B3" @12-345-3 noback context _3"\x5601\x5601\x55B3"["\x55B3"] @12-345-3 +# \x5609\x8A00\x5584\x884C 13-23456-3-2345-2-24-1236-5-15-13456-5 +noback context _3"\x5609\x8A00\x5584"["\x884C"] @15-13456-5 + +# \x5609\x8A00\x61FF\x884C 13-23456-3-2345-2-16-5-15-13456-5 +noback context _3"\x5609\x8A00\x61FF"["\x884C"] @15-13456-5 + # \x5614\x5614\x555E\x555E 12356-3-12356-3-23456-3-23456-3 noback context ["\x5614"]"\x5614\x555E\x555E" @12356-3 noback context _1"\x5614"["\x5614"]"\x555E\x555E" @12356-3 @@ -35238,6 +35690,9 @@ # \x563F\x7136\x7121\x8A9E 134-126-5-1245-1236-2-34-2-1256-4 noback context ["\x563F"]"\x7136\x7121\x8A9E" @134-126-5 +# \x56DB\x4E0D\x62D7\x516D 15-156-5-135-34-5-146-5-14-234-5 +noback context _2"\x56DB\x4E0D"["\x62D7"]"\x516D" @146-5 + # \x56DB\x65B9\x4E4B\x96CB 15-156-5-12345-1346-3-1-156-3-13-256-5 noback context _3"\x56DB\x65B9\x4E4B"["\x96CB"] @13-256-5 @@ -35286,6 +35741,10 @@ # \x58FA\x6F3F\x585E\x9053 1235-34-2-13-46-3-15-2456-3-145-146-5 noback context _2"\x58FA\x6F3F"["\x585E"]"\x9053" @15-2456-3 +# \x590F\x96E8\x96E8\x4EBA 15-23456-5-1256-4-1256-5-1245-136-2 +noback context ["\x590F"]"\x96E8\x96E8\x4EBA" @15-23456-5 +noback context _2"\x590F\x96E8"["\x96E8"]"\x4EBA" @1256-5 + # \x5916\x5408\x88E1\x61C9 2356-5-1235-2346-2-14-16-4-13456-5 noback context _3"\x5916\x5408\x88E1"["\x61C9"] @13456-5 @@ -35331,6 +35790,10 @@ noback context _2"\x592E\x592E"["\x6227"]"\x6227" @245-46-3 noback context _3"\x592E\x592E\x6227"["\x6227"] @245-46-3 +# \x5947\x7BC0\x7470\x884C 245-16-2-13-346-2-13-1246-3-15-13456-5 +noback context ["\x5947"]"\x7BC0\x7470\x884C" @245-16-2 +noback context _3"\x5947\x7BC0\x7470"["\x884C"] @15-13456-5 + # \x5967\x6797\x5339\x514B 146-5-14-1456-2-1234-16-3-123-2346-5 noback context _2"\x5967\x6797"["\x5339"]"\x514B" @1234-16-3 @@ -35368,6 +35831,7 @@ # \x597D\x9AD8\x9A16\x9060 1235-146-5-13-146-3-34-5-45-4 noback context ["\x597D"]"\x9AD8\x9A16\x9060" @1235-146-5 +noback context _3"\x597D\x9AD8\x9A16"["\x9060"] @45-4 # \x5A01\x5100\x902E\x902E 1246-3-16-2-145-16-5-145-16-5 noback context _2"\x5A01\x5100"["\x902E"]"\x902E" @145-16-5 @@ -35391,6 +35855,9 @@ # \x5B50\x4EE5\x6BCD\x8CB4 125-156-4-16-4-134-34-4-13-1246-5 noback context ["\x5B50"]"\x4EE5\x6BCD\x8CB4" @125-156-4 +# \x5B64\x71C8\x6311\x76E1 13-34-3-145-1356-3-124-246-4-13-1456-5 +noback context _2"\x5B64\x71C8"["\x6311"]"\x76E1" @124-246-4 + # \x5B89\x6B65\x7576\x8ECA 1236-3-135-34-5-145-1346-3-13-1256-3 noback context _3"\x5B89\x6B65\x7576"["\x8ECA"] @13-1256-3 @@ -35411,6 +35878,13 @@ noback context ["\x5C07"]"\x5175\x9577\x53F2" @13-46-5 noback context _2"\x5C07\x5175"["\x9577"]"\x53F2" @1-1346-4 +# \x5C0B\x884C\x6578\x58A8 15-256-2-1235-1346-2-24-34-4-134-126-5 +noback context _1"\x5C0B"["\x884C"]"\x6578\x58A8" @1235-1346-2 +noback context _2"\x5C0B\x884C"["\x6578"]"\x58A8" @24-34-4 + +# \x5C0B\x884C\x9010\x968A 15-256-2-1235-1346-2-1-34-2-145-1246-5 +noback context _1"\x5C0B"["\x884C"]"\x9010\x968A" @1235-1346-2 + # \x5C11\x5C0F\x96E2\x5BB6 24-146-5-15-246-4-14-16-2-13-23456-3 noback context ["\x5C11"]"\x5C0F\x96E2\x5BB6" @24-146-5 noback context _3"\x5C11\x5C0F\x96E2"["\x5BB6"] @13-23456-3 @@ -35443,8 +35917,12 @@ noback context _3"\x5E1D\x738B\x81E3"["\x76F8"] @15-46-5 # \x5E73\x4E0A\x53BB\x5165 1234-13456-2-24-1346-4-245-1256-5-1245-34-5 +noback context ["\x5E73"]"\x4E0A\x53BB\x5165" @1234-13456-2 noback context _1"\x5E73"["\x4E0A"]"\x53BB\x5165" @24-1346-4 +# \x5E73\x7AE0\x767E\x59D3 1234-2345-2-1-1346-3-135-2456-4-15-13456-5 +noback context ["\x5E73"]"\x7AE0\x767E\x59D3" @1234-2345-2 + # \x5E7E\x53EF\x4E82\x771F 13-16-3-123-2346-4-14-12456-5-1-136-3 noback context ["\x5E7E"]"\x53EF\x4E82\x771F" @13-16-3 @@ -35465,6 +35943,9 @@ # \x5F14\x8170\x6492\x8DE8 145-246-5-246-3-15-345-3-123-35-5 noback context _2"\x5F14\x8170"["\x6492"]"\x8DE8" @15-345-3 +# \x5F15\x542D\x9AD8\x6B4C 1456-4-1235-1346-2-13-146-3-13-2346-3 +noback context _1"\x5F15"["\x542D"]"\x9AD8\x6B4C" @1235-1346-2 + # \x5F35\x51A0\x674E\x6234 1-1346-3-13-12456-3-14-16-4-145-2456-5 noback context _1"\x5F35"["\x51A0"]"\x674E\x6234" @13-12456-3 @@ -35478,6 +35959,9 @@ # \x5F71\x6232\x4EBA\x5B50 13456-4-15-16-5-1245-136-2-125-156-1 noback context _3"\x5F71\x6232\x4EBA"["\x5B50"] @125-156-1 +# \x5F7C\x5021\x6B64\x548C 135-16-4-12-1346-5-245-156-4-1235-2346-5 +noback context _3"\x5F7C\x5021\x6B64"["\x548C"] @1235-2346-5 + # \x5F7C\x9577\x6211\x6D88 135-16-4-1-1346-4-25-4-15-246-3 noback context _1"\x5F7C"["\x9577"]"\x6211\x6D88" @1-1346-4 @@ -35492,6 +35976,10 @@ noback context ["\x5F9E"]"\x5F9E\x5BB9\x5BB9" @245-12346-3 noback context _1"\x5F9E"["\x5F9E"]"\x5BB9\x5BB9" @245-12346-3 +# \x5FB7\x6DFA\x884C\x8584 145-2346-2-245-2345-4-15-13456-5-135-126-2 +noback context _2"\x5FB7\x6DFA"["\x884C"]"\x8584" @15-13456-5 +noback context _3"\x5FB7\x6DFA\x884C"["\x8584"] @135-126-2 + # \x5FB7\x8584\x80FD\x9BAE 145-2346-2-135-126-2-1345-1356-2-15-2345-4 noback context _3"\x5FB7\x8584\x80FD"["\x9BAE"] @15-2345-4 @@ -35519,6 +36007,7 @@ # \x60E1\x4E4B\x6B32\x5176 34-5-1-156-3-1256-5-245-16-2 noback context ["\x60E1"]"\x4E4B\x6B32\x5176" @34-5 +noback context _3"\x60E1\x4E4B\x6B32"["\x5176"] @245-16-2 # \x60E1\x6C11\x4E4B\x4E32 2346-5-134-1456-2-1-156-3-13-12456-5 noback context ["\x60E1"]"\x6C11\x4E4B\x4E32" @2346-5 @@ -35553,6 +36042,12 @@ # \x6216\x82B8\x6216\x8293 1235-25-5-256-2-1235-25-5-125-156-4 noback context _3"\x6216\x82B8\x6216"["\x8293"] @125-156-4 +# \x624D\x9AD8\x884C\x539A 245-2456-2-13-146-3-15-13456-5-1235-12356-5 +noback context _2"\x624D\x9AD8"["\x884C"]"\x539A" @15-13456-5 + +# \x624D\x9AD8\x884C\x6F54 245-2456-2-13-146-3-15-13456-5-13-346-2 +noback context _2"\x624D\x9AD8"["\x884C"]"\x6F54" @15-13456-5 + # \x6253\x4F9B\x592A\x4FDD 145-345-4-13-12346-5-124-2456-5-135-146-4 noback context _1"\x6253"["\x4F9B"]"\x592A\x4FDD" @13-12346-5 @@ -35563,6 +36058,9 @@ noback context ["\x6273"]"\x85E4\x9644\x845B" @1234-1236-3 noback context _3"\x6273\x85E4\x9644"["\x845B"] @13-2346-2 +# \x62C2\x6C34\x5021\x689D 12345-34-2-24-1246-4-12-1346-3-124-246-2 +noback context _2"\x62C2\x6C34"["\x5021"]"\x689D" @12-1346-3 + # \x62C9\x540D\x7CE7\x9577 14-345-3-134-13456-2-14-46-2-1-1346-4 noback context _3"\x62C9\x540D\x7CE7"["\x9577"] @1-1346-4 @@ -35575,9 +36073,25 @@ # \x62FD\x5DF7\x651E\x8857 1-2356-5-15-46-5-14-25-2-13-346-3 noback context _2"\x62FD\x5DF7"["\x651E"]"\x8857" @14-25-2 +# \x6311\x4E09\x7AA9\x56DB 124-246-4-15-1236-3-25-3-15-156-5 +noback context ["\x6311"]"\x4E09\x7AA9\x56DB" @124-246-4 + +# \x6311\x4E09\x8C41\x56DB 124-246-4-15-1236-3-1235-25-5-15-156-5 +noback context ["\x6311"]"\x4E09\x8C41\x56DB" @124-246-4 + +# \x6311\x7259\x6599\x8123 124-246-4-23456-2-14-246-5-12-123456-2 +noback context ["\x6311"]"\x7259\x6599\x8123" @124-246-4 + +# \x6311\x8336\x65A1\x523A 124-246-4-12-345-2-25-5-245-156-5 +noback context ["\x6311"]"\x8336\x65A1\x523A" @124-246-4 + # \x6328\x5C71\x585E\x6D77 2456-3-24-1236-3-15-2456-3-1235-2456-4 noback context _2"\x6328\x5C71"["\x585E"]"\x6D77" @15-2456-3 +# \x6328\x6328\x62F6\x62F6 2456-3-2456-3-125-345-2-125-345-2 +noback context _2"\x6328\x6328"["\x62F6"]"\x62F6" @125-345-2 +noback context _3"\x6328\x6328\x62F6"["\x62F6"] @125-345-2 + # \x6396\x6396\x84CB\x84CB 346-3-346-3-13-2456-5-13-2456-5 noback context ["\x6396"]"\x6396\x84CB\x84CB" @346-3 noback context _1"\x6396"["\x6396"]"\x84CB\x84CB" @346-3 @@ -35592,6 +36106,10 @@ # \x6469\x9802\x653E\x8E35 134-126-2-145-13456-4-12345-1346-4-1-12346-4 noback context _2"\x6469\x9802"["\x653E"]"\x8E35" @12345-1346-4 +# \x647B\x647B\x5973\x624B 24-1236-3-24-1236-3-1345-1256-4-24-12356-4 +noback context ["\x647B"]"\x647B\x5973\x624B" @24-1236-3 +noback context _1"\x647B"["\x647B"]"\x5973\x624B" @24-1236-3 + # \x647D\x9006\x5B50\x982D 135-246-3-1345-16-5-125-156-4-124-12356-2 noback context ["\x647D"]"\x9006\x5B50\x982D" @135-246-3 noback context _2"\x647D\x9006"["\x5B50"]"\x982D" @125-156-4 @@ -35613,10 +36131,16 @@ # \x6518\x4EBA\x4E4B\x7F8E 1245-1346-2-1245-136-2-1-156-3-134-356-4 noback context ["\x6518"]"\x4EBA\x4E4B\x7F8E" @1245-1346-2 +# \x6519\x884C\x596A\x5E02 12-1236-3-1235-1346-2-145-25-2-24-156-5 +noback context _1"\x6519"["\x884C"]"\x596A\x5E02" @1235-1346-2 + # \x652A\x4E09\x652A\x56DB 13-146-4-15-1236-3-13-146-4-15-156-5 noback context ["\x652A"]"\x4E09\x652A\x56DB" @13-146-4 noback context _2"\x652A\x4E09"["\x652A"]"\x56DB" @13-146-4 +# \x6539\x884C\x9077\x5584 13-2456-4-15-13456-5-245-2345-3-24-1236-5 +noback context _1"\x6539"["\x884C"]"\x9077\x5584" @15-13456-5 + # \x6545\x6280\x91CD\x65BD 13-34-5-13-16-5-12-12346-2-24-156-3 noback context _2"\x6545\x6280"["\x91CD"]"\x65BD" @12-12346-2 @@ -35661,6 +36185,12 @@ noback context ["\x6578"]"\x898B\x4E0D\x9BAE" @24-25-5 noback context _3"\x6578\x898B\x4E0D"["\x9BAE"] @15-2345-3 +# \x6587\x904E\x9042\x975E 123456-5-13-25-5-15-1246-5-12345-356-3 +noback context ["\x6587"]"\x904E\x9042\x975E" @123456-5 + +# \x6587\x904E\x98FE\x975E 123456-5-13-25-5-24-156-5-12345-356-3 +noback context ["\x6587"]"\x904E\x98FE\x975E" @123456-5 + # \x65B0\x81FA\x6709\x6D12 15-1456-3-124-2456-2-234-4-245-1246-4 noback context _3"\x65B0\x81FA\x6709"["\x6D12"] @245-1246-4 @@ -35688,6 +36218,9 @@ # \x6625\x83EF\x79CB\x5BE6 12-123456-3-1235-35-3-245-234-3-24-156-2 noback context _1"\x6625"["\x83EF"]"\x79CB\x5BE6" @1235-35-3 +# \x6625\x98A8\x98A8\x4EBA 12-123456-3-12345-1356-3-12345-1356-5-1245-136-2 +noback context _2"\x6625\x98A8"["\x98A8"]"\x4EBA" @12345-1356-5 + # \x6666\x76F2\x5426\x585E 1235-1246-5-134-1346-2-1234-16-4-15-2346-5 noback context _2"\x6666\x76F2"["\x5426"]"\x585E" @1234-16-4 noback context _3"\x6666\x76F2\x5426"["\x585E"] @15-2346-5 @@ -35695,6 +36228,9 @@ # \x6668\x53C3\x66AE\x7701 12-136-2-245-1236-3-134-34-5-15-13456-4 noback context _3"\x6668\x53C3\x66AE"["\x7701"] @15-13456-4 +# \x667A\x5713\x884C\x65B9 1-156-5-45-2-15-13456-5-12345-1346-3 +noback context _2"\x667A\x5713"["\x884C"]"\x65B9" @15-13456-5 + # \x66AE\x56DB\x671D\x4E09 134-34-5-15-156-5-1-146-3-15-1236-3 noback context _2"\x66AE\x56DB"["\x671D"]"\x4E09" @1-146-3 @@ -35704,6 +36240,13 @@ # \x66F0\x70BA\x6539\x6B72 236-3-1246-5-13-2456-4-15-1246-5 noback context _1"\x66F0"["\x70BA"]"\x6539\x6B72" @1246-5 +# \x66F2\x5B78\x8A56\x884C 245-1256-3-15-236-2-135-16-5-15-13456-5 +noback context ["\x66F2"]"\x5B78\x8A56\x884C" @245-1256-3 +noback context _3"\x66F2\x5B78\x8A56"["\x884C"] @15-13456-5 + +# \x66F2\x7A81\x5F99\x85AA 245-1256-3-124-34-2-15-16-4-15-1456-3 +noback context ["\x66F2"]"\x7A81\x5F99\x85AA" @245-1256-3 + # \x66F2\x9AD8\x548C\x5BE1 245-1256-4-13-146-3-1235-2346-5-13-35-4 noback context ["\x66F2"]"\x9AD8\x548C\x5BE1" @245-1256-4 noback context _2"\x66F2\x9AD8"["\x548C"]"\x5BE1" @1235-2346-5 @@ -35721,6 +36264,12 @@ # \x6709\x671D\x4E00\x65E5 234-4-1-146-3-16-3-1245-156-5 noback context _1"\x6709"["\x671D"]"\x4E00\x65E5" @1-146-3 +# \x6709\x6755\x4E4B\x675C 234-4-145-16-5-1-156-3-145-34-5 +noback context _1"\x6709"["\x6755"]"\x4E4B\x675C" @145-16-5 + +# \x6709\x884C\x7121\x5E02 234-4-1235-1346-2-34-2-24-156-5 +noback context _1"\x6709"["\x884C"]"\x7121\x5E02" @1235-1346-2 + # \x6709\x96E3\x540C\x7576 234-4-1345-1236-5-124-12346-2-145-1346-3 noback context _1"\x6709"["\x96E3"]"\x540C\x7576" @1345-1236-5 noback context _3"\x6709\x96E3\x540C"["\x7576"] @145-1346-3 @@ -35741,6 +36290,12 @@ # \x671D\x79E6\x66AE\x695A 1-146-3-245-1456-2-134-34-5-12-34-4 noback context ["\x671D"]"\x79E6\x66AE\x695A" @1-146-3 +# \x671F\x529F\x5F4A\x8FD1 13-16-3-13-12346-3-245-46-2-13-1456-5 +noback context ["\x671F"]"\x529F\x5F4A\x8FD1" @13-16-3 + +# \x672C\x8272\x7576\x884C 135-136-4-15-2346-5-145-1346-3-1235-1346-2 +noback context _3"\x672C\x8272\x7576"["\x884C"] @1235-1346-2 + # \x6751\x751F\x6CCA\x9577 245-123456-3-24-1356-3-135-126-2-1-1346-4 noback context _3"\x6751\x751F\x6CCA"["\x9577"] @1-1346-4 @@ -35764,6 +36319,16 @@ noback context ["\x6A02"]"\x5584\x597D\x7FA9" @14-2346-5 noback context _2"\x6A02\x5584"["\x597D"]"\x7FA9" @1235-146-5 +# \x6A39\x5E95\x852B\x82B1 24-34-5-145-16-4-2345-3-1235-35-3 +noback context _2"\x6A39\x5E95"["\x852B"]"\x82B1" @2345-3 + +# \x6A6B\x6311\x5F37\x80E1 1235-1356-2-124-246-4-245-46-2-1235-34-2 +noback context ["\x6A6B"]"\x6311\x5F37\x80E1" @1235-1356-2 +noback context _1"\x6A6B"["\x6311"]"\x5F37\x80E1" @124-246-4 + +# \x6B3A\x884C\x9738\x5E02 245-16-3-1235-1346-2-135-345-5-24-156-5 +noback context _1"\x6B3A"["\x884C"]"\x9738\x5E02" @1235-1346-2 + # \x6B59\x6F06\x963F\x81A0 24-2346-5-245-16-3-2346-3-13-246-3 noback context ["\x6B59"]"\x6F06\x963F\x81A0" @24-2346-5 noback context _2"\x6B59\x6F06"["\x963F"]"\x81A0" @2346-3 @@ -35810,6 +36375,9 @@ noback context _2"\x6BBA\x8863"["\x7E2E"]"\x98DF" @15-34-5 noback context _3"\x6BBA\x8863\x7E2E"["\x98DF"] @24-156-2 +# \x6C11\x6709\x5B6B\x5FC3 134-1456-2-234-4-15-256-5-15-1456-3 +noback context _2"\x6C11\x6709"["\x5B6B"]"\x5FC3" @15-256-5 + # \x6C34\x9577\x8239\x9AD8 24-1246-4-1-1346-4-12-12456-2-13-146-3 noback context _1"\x6C34"["\x9577"]"\x8239\x9AD8" @1-1346-4 @@ -35824,6 +36392,9 @@ noback context ["\x6C92"]"\x7F9E\x6C92\x81CA" @134-356-2 noback context _3"\x6C92\x7F9E\x6C92"["\x81CA"] @15-146-5 +# \x6CE2\x7F85\x7684\x6D77 135-126-3-14-25-2-145-16-5-1235-2456-4 +noback context _2"\x6CE2\x7F85"["\x7684"]"\x6D77" @145-16-5 + # \x6CE5\x585E\x7AF9\x7BA1 1345-16-2-15-2456-3-1-34-2-13-12456-4 noback context ["\x6CE5"]"\x585E\x7AF9\x7BA1" @1345-16-2 noback context _1"\x6CE5"["\x585E"]"\x7AF9\x7BA1" @15-2456-3 @@ -35837,6 +36408,7 @@ # \x6DBC\x5F7C\x6B66\x738B 14-46-5-135-16-4-34-4-456-2 noback context ["\x6DBC"]"\x5F7C\x6B66\x738B" @14-46-5 +noback context _3"\x6DBC\x5F7C\x6B66"["\x738B"] @456-2 # \x6E38\x624B\x597D\x9591 234-2-24-12356-4-1235-146-5-15-2345-2 noback context _2"\x6E38\x624B"["\x597D"]"\x9591" @1235-146-5 @@ -35844,6 +36416,9 @@ # \x6E38\x624B\x597D\x9592 234-2-24-12356-4-1235-146-5-15-2345-2 noback context _2"\x6E38\x624B"["\x597D"]"\x9592" @1235-146-5 +# \x6E38\x8A5E\x76F8\x6311 234-2-245-156-2-15-46-3-124-246-4 +noback context _3"\x6E38\x8A5E\x76F8"["\x6311"] @124-246-4 + # \x6E3E\x4FD7\x548C\x5149 1235-123456-5-15-34-2-1235-2346-2-13-456-3 noback context ["\x6E3E"]"\x4FD7\x548C\x5149" @1235-123456-5 @@ -35872,6 +36447,10 @@ # \x707C\x707C\x5176\x83EF 1-25-2-1-25-2-245-16-2-1235-35-3 noback context _3"\x707C\x707C\x5176"["\x83EF"] @1235-35-3 +# \x70BA\x4EBA\x654F\x7D66 1246-2-1245-136-2-134-1456-4-13-16-4 +noback context ["\x70BA"]"\x4EBA\x654F\x7D66" @1246-2 +noback context _3"\x70BA\x4EBA\x654F"["\x7D66"] @13-16-4 + # \x70BA\x53E2\x657A\x96C0 1246-5-245-12346-2-245-1256-3-245-236-5 noback context ["\x70BA"]"\x53E2\x657A\x96C0" @1246-5 @@ -35931,6 +36510,12 @@ # \x72C0\x6709\x6B78\x8272 1-456-5-234-4-123-1246-5-15-2346-5 noback context _2"\x72C0\x6709"["\x6B78"]"\x8272" @123-1246-5 +# \x72D7\x5FC3\x72D7\x884C 13-12356-4-15-1456-3-13-12356-4-15-13456-5 +noback context _3"\x72D7\x5FC3\x72D7"["\x884C"] @15-13456-5 + +# \x72FC\x5FC3\x72D7\x884C 14-1346-2-15-1456-3-13-12356-4-15-13456-5 +noback context _3"\x72FC\x5FC3\x72D7"["\x884C"] @15-13456-5 + # \x7317\x4E8E\x755D\x4E18 16-4-1256-2-134-34-4-245-234-3 noback context ["\x7317"]"\x4E8E\x755D\x4E18" @16-4 @@ -35944,12 +36529,23 @@ noback context ["\x7387"]"\x7531\x820A\x7AE0" @24-2356-5 # \x738B\x4E8B\x6566\x6211 456-2-24-156-5-145-1246-3-25-4 +noback context ["\x738B"]"\x4E8B\x6566\x6211" @456-2 noback context _2"\x738B\x4E8B"["\x6566"]"\x6211" @145-1246-3 # \x738B\x9577\x5176\x9593 456-2-1-1346-4-245-16-2-13-2345-3 +noback context ["\x738B"]"\x9577\x5176\x9593" @456-2 noback context _1"\x738B"["\x9577"]"\x5176\x9593" @1-1346-4 noback context _3"\x738B\x9577\x5176"["\x9593"] @13-2345-3 +# \x7434\x5FC3\x76F8\x6311 245-1456-2-15-1456-3-15-46-3-124-246-4 +noback context _3"\x7434\x5FC3\x76F8"["\x6311"] @124-246-4 + +# \x7434\x6311\x6587\x541B 245-1456-2-124-246-4-123456-2-13-256-3 +noback context _1"\x7434"["\x6311"]"\x6587\x541B" @124-246-4 + +# \x751F\x6027\x654F\x7D66 24-1356-3-15-13456-5-134-1456-4-13-16-4 +noback context _3"\x751F\x6027\x654F"["\x7D66"] @13-16-4 + # \x7528\x820D\x884C\x85CF 235-5-24-2346-4-15-13456-2-245-1346-2 noback context _1"\x7528"["\x820D"]"\x884C\x85CF" @24-2346-4 noback context _3"\x7528\x820D\x884C"["\x85CF"] @245-1346-2 @@ -35961,6 +36557,10 @@ # \x754F\x5F71\x60E1\x8DE1 1246-5-13456-4-34-5-13-16-3 noback context _2"\x754F\x5F71"["\x60E1"]"\x8DE1" @34-5 +# \x7576\x884C\x51FA\x8272 145-1346-3-1235-1346-2-12-34-3-15-2346-5 +noback context ["\x7576"]"\x884C\x51FA\x8272" @145-1346-3 +noback context _1"\x7576"["\x884C"]"\x51FA\x8272" @1235-1346-2 + # \x758F\x4E0D\x9593\x89AA 24-34-3-135-34-5-13-2345-5-245-1456-3 noback context ["\x758F"]"\x4E0D\x9593\x89AA" @24-34-3 noback context _2"\x758F\x4E0D"["\x9593"]"\x89AA" @13-2345-5 @@ -35975,6 +36575,9 @@ # \x767C\x69C5\x5BEB\x978D 12345-345-3-13-2346-2-15-346-5-1236-3 noback context _2"\x767C\x69C5"["\x5BEB"]"\x978D" @15-346-5 +# \x767D\x65E5\x8863\x7E61 135-2456-2-1245-156-5-16-5-15-234-5 +noback context _2"\x767D\x65E5"["\x8863"]"\x7E61" @16-5 + # \x767E\x4E86\x5343\x7576 135-2456-4-14-246-4-245-2345-3-145-1346-5 noback context _1"\x767E"["\x4E86"]"\x5343\x7576" @14-246-4 noback context _3"\x767E\x4E86\x5343"["\x7576"] @145-1346-5 @@ -35992,8 +36595,15 @@ # \x76EE\x403A\x800C\x7DE9 134-34-5-12-12356-3-156-2-1235-12456-4 noback context _1"\x76EE"["\x403A"]"\x800C\x7DE9" @12-12356-3 +# \x76EE\x6311\x5FC3\x62DB 134-34-5-124-246-4-15-1456-3-1-146-3 +noback context _1"\x76EE"["\x6311"]"\x5FC3\x62DB" @124-246-4 + +# \x76F8\x7531\x5FC3\x751F 15-46-5-234-2-15-1456-3-24-1356-3 +noback context ["\x76F8"]"\x7531\x5FC3\x751F" @15-46-5 + # \x7701\x4FD7\x89C0\x98A8 15-13456-4-15-34-2-13-12456-3-12345-1356-3 noback context ["\x7701"]"\x4FD7\x89C0\x98A8" @15-13456-4 +noback context _3"\x7701\x4FD7\x89C0"["\x98A8"] @12345-1356-3 # \x7701\x65B9\x89C0\x4FD7 15-13456-4-12345-1346-3-13-12456-3-15-34-2 noback context ["\x7701"]"\x65B9\x89C0\x4FD7" @15-13456-4 @@ -36018,10 +36628,34 @@ # \x77E5\x4EA4\x76F8\x5012 1-156-3-13-246-3-15-46-3-145-146-5 noback context _3"\x77E5\x4EA4\x76F8"["\x5012"] @145-146-5 +# \x77EF\x60C5\x98FE\x884C 13-246-4-245-13456-2-24-156-5-15-13456-5 +noback context _3"\x77EF\x60C5\x98FE"["\x884C"] @15-13456-5 + +# \x77EF\x8A00\x507D\x884C 13-246-4-2345-2-1246-5-15-13456-5 +noback context _3"\x77EF\x8A00\x507D"["\x884C"] @15-13456-5 + +# \x77EF\x98FE\x507D\x884C 13-246-4-24-156-5-1246-5-15-13456-5 +noback context _3"\x77EF\x98FE\x507D"["\x884C"] @15-13456-5 + +# \x7825\x5FD7\x792A\x884C 145-16-4-1-156-5-14-16-5-15-13456-5 +noback context _3"\x7825\x5FD7\x792A"["\x884C"] @15-13456-5 + +# \x7825\x792A\x540D\x884C 145-16-4-14-16-5-134-13456-2-15-13456-5 +noback context _3"\x7825\x792A\x540D"["\x884C"] @15-13456-5 + +# \x7825\x7BC0\x792A\x884C 145-16-4-13-346-2-14-16-5-15-13456-5 +noback context _3"\x7825\x7BC0\x792A"["\x884C"] @15-13456-5 + +# \x7825\x884C\x78E8\x540D 145-16-4-15-13456-5-134-126-2-134-13456-2 +noback context _1"\x7825"["\x884C"]"\x78E8\x540D" @15-13456-5 + # \x78A9\x4EBA\x6556\x6556 24-25-5-1245-136-2-146-2-146-2 noback context _2"\x78A9\x4EBA"["\x6556"]"\x6556" @146-2 noback context _3"\x78A9\x4EBA\x6556"["\x6556"] @146-2 +# \x79C0\x51FA\x73ED\x884C 15-234-5-12-34-3-135-1236-3-1235-1346-2 +noback context _3"\x79C0\x51FA\x73ED"["\x884C"] @1235-1346-2 + # \x7A0D\x9577\x81BD\x58EF 24-146-3-1-1346-4-145-1236-4-1-456-5 noback context _1"\x7A0D"["\x9577"]"\x81BD\x58EF" @1-1346-4 @@ -36047,10 +36681,17 @@ # \x7AB3\x5714\x7AB4\x8D67 1256-4-2346-5-12-1236-4-1345-1236-4 noback context _2"\x7AB3\x5714"["\x7AB4"]"\x8D67" @12-1236-4 +# \x7BC0\x884C\x7470\x5947 13-346-2-15-13456-5-13-1246-3-245-16-2 +noback context _1"\x7BC0"["\x884C"]"\x7470\x5947" @15-13456-5 +noback context _3"\x7BC0\x884C\x7470"["\x5947"] @245-16-2 + # \x7D04\x5F9E\x6563\x6A6B 236-3-125-12346-3-15-1236-5-1235-1356-2 noback context _1"\x7D04"["\x5F9E"]"\x6563\x6A6B" @125-12346-3 noback context _3"\x7D04\x5F9E\x6563"["\x6A6B"] @1235-1356-2 +# \x7D20\x96B1\x884C\x602A 15-34-5-1456-4-15-13456-5-13-2356-5 +noback context _2"\x7D20\x96B1"["\x884C"]"\x602A" @15-13456-5 + # \x7D2F\x571F\x81F3\x5C71 14-356-4-124-34-4-1-156-5-24-1236-3 noback context ["\x7D2F"]"\x571F\x81F3\x5C71" @14-356-4 @@ -36081,6 +36722,12 @@ noback context ["\x8036"]"\x8DEF\x6492\x51B7" @346-3 noback context _2"\x8036\x8DEF"["\x6492"]"\x51B7" @15-345-3 +# \x8056\x5FB7\x61FF\x884C 24-1356-5-145-2346-2-16-5-15-13456-5 +noback context _3"\x8056\x5FB7\x61FF"["\x884C"] @15-13456-5 + +# \x8085\x8085\x5154\x4E14 15-34-5-15-34-5-124-34-5-13-1256-3 +noback context _3"\x8085\x8085\x5154"["\x4E14"] @13-1256-3 + # \x8129\x8EAB\x7D5C\x884C 15-234-3-24-136-3-13-346-2-15-13456-5 noback context _2"\x8129\x8EAB"["\x7D5C"]"\x884C" @13-346-2 noback context _3"\x8129\x8EAB\x7D5C"["\x884C"] @15-13456-5 @@ -36088,6 +36735,9 @@ # \x814C\x88E1\x5DF4\x81E2 1346-3-14-16-4-135-345-3-125-1346-3 noback context ["\x814C"]"\x88E1\x5DF4\x81E2" @1346-3 +# \x8170\x91D1\x8863\x7D2B 246-3-13-1456-3-16-5-125-156-4 +noback context _2"\x8170\x91D1"["\x8863"]"\x7D2B" @16-5 + # \x8173\x8E0F\x5012\x9E7D 13-246-4-124-345-5-145-146-5-2345-2 noback context _2"\x8173\x8E0F"["\x5012"]"\x9E7D" @145-146-5 @@ -36130,6 +36780,10 @@ # \x8499\x85CF\x59D4\x54E1 134-1356-2-125-1346-5-1246-4-45-2 noback context _1"\x8499"["\x85CF"]"\x59D4\x54E1" @125-1346-5 +# \x84FC\x83DC\x6210\x884C 14-246-4-245-2456-5-12-1356-2-1235-1346-2 +noback context ["\x84FC"]"\x83DC\x6210\x884C" @14-246-4 +noback context _3"\x84FC\x83DC\x6210"["\x884C"] @1235-1346-2 + # \x853D\x8070\x585E\x660E 135-16-5-245-12346-3-15-2456-3-134-13456-2 noback context _2"\x853D\x8070"["\x585E"]"\x660E" @15-2456-3 @@ -36137,12 +36791,34 @@ noback context ["\x8584"]"\x6C59\x6211\x79C1" @135-126-2 noback context _1"\x8584"["\x6C59"]"\x6211\x79C1" @34-5 +# \x85DD\x58D3\x7576\x884C 16-5-23456-3-145-1346-3-1235-1346-2 +noback context _3"\x85DD\x58D3\x7576"["\x884C"] @1235-1346-2 + # \x862D\x623F\x6912\x95A4 14-1236-2-12345-1346-2-13-246-3-13-2346-2 noback context _3"\x862D\x623F\x6912"["\x95A4"] @13-2346-2 +# \x8655\x5FC3\x6709\x9053 12-34-4-15-1456-3-234-4-145-146-5 +noback context ["\x8655"]"\x5FC3\x6709\x9053" @12-34-4 + # \x8655\x8B8A\x4E0D\x9A5A 12-34-4-135-2345-5-135-34-5-13-13456-3 noback context ["\x8655"]"\x8B8A\x4E0D\x9A5A" @12-34-4 +# \x865B\x61C9\x6545\x4E8B 15-1256-3-13456-5-13-34-5-24-156-5 +noback context _1"\x865B"["\x61C9"]"\x6545\x4E8B" @13456-5 + +# \x8667\x5FC3\x77ED\x884C 123-1246-3-15-1456-3-145-12456-4-15-13456-5 +noback context _3"\x8667\x5FC3\x77ED"["\x884C"] @15-13456-5 + +# \x884C\x77ED\x624D\x55AC 15-13456-5-145-12456-4-245-2456-2-245-246-2 +noback context ["\x884C"]"\x77ED\x624D\x55AC" @15-13456-5 + +# \x884C\x77ED\x624D\x9AD8 15-13456-5-145-12456-4-245-2456-2-13-146-3 +noback context ["\x884C"]"\x77ED\x624D\x9AD8" @15-13456-5 + +# \x884C\x865F\x5DF7\x54ED 1235-1346-2-1235-146-2-15-46-5-123-34-3 +noback context ["\x884C"]"\x865F\x5DF7\x54ED" @1235-1346-2 +noback context _1"\x884C"["\x865F"]"\x5DF7\x54ED" @1235-146-2 + # \x884C\x884C\x5982\x4E5F 1235-1346-5-1235-1346-5-1245-34-2-346-4 noback context ["\x884C"]"\x884C\x5982\x4E5F" @1235-1346-5 noback context _1"\x884C"["\x884C"]"\x5982\x4E5F" @1235-1346-5 @@ -36154,6 +36830,50 @@ # \x8852\x7389\x8CC8\x77F3 15-45-5-1256-5-13-34-4-24-156-2 noback context _2"\x8852\x7389"["\x8CC8"]"\x77F3" @13-34-4 +# \x8863\x5E1B\x98DF\x8089 16-5-135-126-2-24-156-2-1245-12356-5 +noback context ["\x8863"]"\x5E1B\x98DF\x8089" @16-5 + +# \x8863\x655D\x7E15\x888D 16-5-135-16-5-256-5-1234-146-2 +noback context ["\x8863"]"\x655D\x7E15\x888D" @16-5 + +# \x8863\x7D2B\x8170\x91D1 16-5-125-156-4-246-3-13-1456-3 +noback context ["\x8863"]"\x7D2B\x8170\x91D1" @16-5 + +# \x8863\x7D2B\x8170\x9280 16-5-125-156-4-246-3-1456-2 +noback context ["\x8863"]"\x7D2B\x8170\x9280" @16-5 + +# \x8863\x7D2B\x8170\x9EC3 16-5-125-156-4-246-3-1235-456-2 +noback context ["\x8863"]"\x7D2B\x8170\x9EC3" @16-5 + +# \x8863\x8910\x61F7\x5BF6 16-5-1235-2346-2-1235-2356-2-135-146-4 +noback context ["\x8863"]"\x8910\x61F7\x5BF6" @16-5 + +# \x8863\x9326\x5C1A\x7D45 16-5-13-1456-4-24-1346-5-13-235-4 +noback context ["\x8863"]"\x9326\x5C1A\x7D45" @16-5 + +# \x8863\x9326\x6545\x9109 16-5-13-1456-4-13-34-5-15-46-3 +noback context ["\x8863"]"\x9326\x6545\x9109" @16-5 +noback context _3"\x8863\x9326\x6545"["\x9109"] @15-46-3 + +# \x8863\x9326\x665D\x6E38 16-5-13-1456-4-1-12356-5-234-2 +noback context ["\x8863"]"\x9326\x665D\x6E38" @16-5 + +# \x8863\x9326\x69AE\x6B78 16-5-13-1456-4-1245-12346-2-13-1246-3 +noback context ["\x8863"]"\x9326\x69AE\x6B78" @16-5 +noback context _3"\x8863\x9326\x69AE"["\x6B78"] @13-1246-3 + +# \x8863\x9326\x904E\x9109 16-5-13-1456-4-13-25-5-15-46-3 +noback context ["\x8863"]"\x9326\x904E\x9109" @16-5 +noback context _3"\x8863\x9326\x904E"["\x9109"] @15-46-3 + +# \x8863\x9326\x9084\x9109 16-5-13-1456-4-1235-12456-2-15-46-3 +noback context ["\x8863"]"\x9326\x9084\x9109" @16-5 +noback context _2"\x8863\x9326"["\x9084"]"\x9109" @1235-12456-2 +noback context _3"\x8863\x9326\x9084"["\x9109"] @15-46-3 + +# \x8863\x9326\x98DF\x8089 16-5-13-1456-4-24-156-2-1245-12356-5 +noback context ["\x8863"]"\x9326\x98DF\x8089" @16-5 + # \x88AB\x5805\x57F7\x92B3 1234-16-3-13-2345-3-1-156-2-1245-1246-5 noback context ["\x88AB"]"\x5805\x57F7\x92B3" @1234-16-3 @@ -36219,6 +36939,9 @@ # \x8A6D\x8CA0\x845B\x85E4 13-1246-4-12345-34-5-13-2346-2-124-1356-2 noback context _2"\x8A6D\x8CA0"["\x845B"]"\x85E4" @13-2346-2 +# \x8AA6\x8A69\x821E\x52FA 15-12346-5-24-156-3-34-4-1-25-2 +noback context _3"\x8AA6\x8A69\x821E"["\x52FA"] @1-25-2 + # \x8AF8\x590F\x4E4B\x4EA1 1-34-3-15-23456-5-1-156-3-34-2 noback context _3"\x8AF8\x590F\x4E4B"["\x4EA1"] @34-2 @@ -36253,6 +36976,9 @@ # \x8F15\x504E\x4F4E\x508D 245-13456-3-1246-3-145-16-3-135-1346-5 noback context _3"\x8F15\x504E\x4F4E"["\x508D"] @135-1346-5 +# \x8F15\x8584\x7121\x884C 245-13456-3-135-126-2-34-2-15-13456-5 +noback context _3"\x8F15\x8584\x7121"["\x884C"] @15-13456-5 + # \x8F15\x88DD\x7C21\x5F9E 245-13456-3-1-456-3-13-2345-4-125-12346-5 noback context _3"\x8F15\x88DD\x7C21"["\x5F9E"] @125-12346-5 @@ -36272,6 +36998,9 @@ # \x8F9F\x4EBA\x4E4B\x58EB 135-16-5-1245-136-2-1-156-3-24-156-5 noback context ["\x8F9F"]"\x4EBA\x4E4B\x58EB" @135-16-5 +# \x8FA8\x7D66\x8DB3\x91C7 135-2345-5-13-16-4-125-34-2-245-2456-4 +noback context _1"\x8FA8"["\x7D66"]"\x8DB3\x91C7" @13-16-4 + # \x8FAD\x4E0D\x610F\x902E 245-156-2-135-34-5-16-5-145-2456-5 noback context _3"\x8FAD\x4E0D\x610F"["\x902E"] @145-2456-5 @@ -36297,6 +37026,7 @@ noback context _2"\x904A\x624B"["\x597D"]"\x9592" @1235-146-5 # \x9060\x4E0D\x9593\x89AA 45-4-135-34-5-13-2345-5-245-1456-3 +noback context ["\x9060"]"\x4E0D\x9593\x89AA" @45-4 noback context _2"\x9060\x4E0D"["\x9593"]"\x89AA" @13-2345-5 noback context _3"\x9060\x4E0D\x9593"["\x89AA"] @245-1456-3 @@ -36311,6 +37041,10 @@ # \x9084\x5EEC\x6A39\x6851 1235-12456-2-14-34-2-24-34-5-15-1346-3 noback context ["\x9084"]"\x5EEC\x6A39\x6851" @1235-12456-2 +# \x908B\x908B\x9062\x9062 14-345-3-14-345-3-124-345-5-124-345-5 +noback context ["\x908B"]"\x908B\x9062\x9062" @14-345-3 +noback context _1"\x908B"["\x908B"]"\x9062\x9062" @14-345-3 + # \x90E2\x66F8\x71D5\x8AAA 13456-4-24-34-3-2345-3-24-25-3 noback context _2"\x90E2\x66F8"["\x71D5"]"\x8AAA" @2345-3 noback context _3"\x90E2\x66F8\x71D5"["\x8AAA"] @24-25-3 @@ -36377,6 +37111,11 @@ # \x9593\x689D\x6383\x63CF 13-2345-5-124-246-2-15-146-4-134-246-2 noback context ["\x9593"]"\x689D\x6383\x63CF" @13-2345-5 +# \x963F\x5176\x6240\x597D 2346-3-245-16-2-15-25-4-1235-146-5 +noback context ["\x963F"]"\x5176\x6240\x597D" @2346-3 +noback context _1"\x963F"["\x5176"]"\x6240\x597D" @245-16-2 +noback context _3"\x963F\x5176\x6240"["\x597D"] @1235-146-5 + # \x963F\x65AF\x5339\x9748 345-3-15-156-3-1234-16-3-14-13456-2 noback context ["\x963F"]"\x65AF\x5339\x9748" @345-3 noback context _2"\x963F\x65AF"["\x5339"]"\x9748" @1234-16-3 @@ -36388,6 +37127,9 @@ # \x96A8\x5730\x4FBF\x6EBA 15-1246-2-145-16-5-135-2345-5-1345-246-5 noback context _3"\x96A8\x5730\x4FBF"["\x6EBA"] @1345-246-5 +# \x96A8\x884C\x5C31\x5E02 15-1246-2-1235-1346-2-13-234-5-24-156-5 +noback context _1"\x96A8"["\x884C"]"\x5C31\x5E02" @1235-1346-2 + # \x96C5\x9B6F\x85CF\x5E03 23456-4-14-34-4-125-1346-5-135-34-5 noback context _2"\x96C5\x9B6F"["\x85CF"]"\x5E03" @125-1346-5 @@ -36398,12 +37140,16 @@ noback context _3"\x96DE\x5C38\x725B"["\x5F9E"] @125-12346-5 # \x96E8\x9806\x98A8\x8ABF 1256-4-24-123456-5-12345-1356-3-124-246-2 +noback context ["\x96E8"]"\x9806\x98A8\x8ABF" @1256-4 noback context _3"\x96E8\x9806\x98A8"["\x8ABF"] @124-246-2 # \x9732\x9AFB\x66F0\x4C0F 14-34-5-13-16-5-236-3-13-16-5 noback context ["\x9732"]"\x9AFB\x66F0\x4C0F" @14-34-5 noback context _3"\x9732\x9AFB\x66F0"["\x4C0F"] @13-16-5 +# \x9752\x85CF\x516C\x8DEF 245-13456-3-125-1346-5-13-12346-3-14-34-5 +noback context _1"\x9752"["\x85CF"]"\x516C\x8DEF" @125-1346-5 + # \x9752\x85CF\x9AD8\x539F 245-13456-3-125-1346-5-13-146-3-45-2 noback context _1"\x9752"["\x85CF"]"\x9AD8\x539F" @125-1346-5 @@ -36413,8 +37159,9 @@ # \x9805\x76EE\x7684\x78BA 15-46-5-134-34-5-145-16-2-245-236-5 noback context _2"\x9805\x76EE"["\x7684"]"\x78BA" @145-16-2 -# \x9806\x6642\x899B\x571F 24-123456-5-24-156-2-134-126-5-124-34-4 -noback context _2"\x9806\x6642"["\x899B"]"\x571F" @134-126-5 +# \x9821\x980F\x4E4B\x884C 13-346-2-1235-1346-2-1-156-3-15-13456-5 +noback context ["\x9821"]"\x980F\x4E4B\x884C" @13-346-2 +noback context _3"\x9821\x980F\x4E4B"["\x884C"] @15-13456-5 # \x98DF\x4E0D\x7D2F\x5473 24-156-2-135-34-5-14-356-4-1246-5 noback context ["\x98DF"]"\x4E0D\x7D2F\x5473" @24-156-2 @@ -36437,6 +37184,12 @@ # \x98F2\x99AC\x9577\x57CE 1456-5-134-345-4-12-1346-2-12-1356-2 noback context ["\x98F2"]"\x99AC\x9577\x57CE" @1456-5 +# \x98FE\x975E\x6587\x904E 24-156-5-12345-356-3-123456-5-13-25-5 +noback context _2"\x98FE\x975E"["\x6587"]"\x904E" @123456-5 + +# \x9918\x98DF\x8D05\x884C 1256-2-24-156-2-1-1246-5-15-13456-5 +noback context _3"\x9918\x98DF\x8D05"["\x884C"] @15-13456-5 + # \x99AC\x6399\x529B\x6230 134-345-4-1-1356-3-14-16-5-1-1236-5 noback context _1"\x99AC"["\x6399"]"\x529B\x6230" @1-1356-3 @@ -36455,6 +37208,9 @@ # \x9AD8\x57F9\x5247\x62D4 13-146-3-1234-12356-4-125-2346-2-135-345-2 noback context _1"\x9AD8"["\x57F9"]"\x5247\x62D4" @1234-12356-4 +# \x9AD8\x5C71\x666F\x884C 13-146-3-24-1236-3-13-13456-4-15-13456-5 +noback context _3"\x9AD8\x5C71\x666F"["\x884C"] @15-13456-5 + # \x9AD8\x66FE\x898F\x77E9 13-146-3-125-1356-3-13-1246-3-13-1256-4 noback context _1"\x9AD8"["\x66FE"]"\x898F\x77E9" @125-1356-3 @@ -36496,6 +37252,9 @@ noback context _1"\x4E00"["\x822C"]"\x82E5" @135-1236-3 noback context _2"\x4E00\x822C"["\x82E5"] @1245-25-5 +# \x4E00\x98A9\x4EBA 16-3-245-25-3-1245-136-2 +noback context _1"\x4E00"["\x98A9"]"\x4EBA" @245-25-3 + # \x4E09\x7D1A\x5F48 15-1236-3-13-16-2-145-1236-5 noback context _2"\x4E09\x7D1A"["\x5F48"] @145-1236-5 @@ -36606,12 +37365,23 @@ # \x4E82\x5BB6\x5B50 14-12456-5-13-23456-3-125-156-4 noback context _2"\x4E82\x5BB6"["\x5B50"] @125-156-4 +# \x4E86\x4E0D\x8D77 14-246-4-135-34-5-245-16-4 +noback context ["\x4E86"]"\x4E0D\x8D77" @14-246-4 + +# \x4E86\x4E86\x4E86 14-2346-1-14-2346-1-14-2346-1 +noback context ["\x4E86"]"\x4E86\x4E86" @14-2346-1 +noback context _1"\x4E86"["\x4E86"]"\x4E86" @14-2346-1 +noback context _2"\x4E86\x4E86"["\x4E86"] @14-2346-1 + # \x4E8B\x91CD\x63D0 24-156-5-12-12346-2-124-16-2 noback context _1"\x4E8B"["\x91CD"]"\x63D0" @12-12346-2 # \x4E94\x5B50\x68CB 34-4-125-156-4-245-16-2 noback context _1"\x4E94"["\x5B50"]"\x68CB" @125-156-4 +# \x4E94\x719F\x884C 34-4-24-12356-2-1235-1346-2 +noback context _2"\x4E94\x719F"["\x884C"] @1235-1346-2 + # \x4E94\x91D1\x884C 34-4-13-1456-3-1235-1346-2 noback context _2"\x4E94\x91D1"["\x884C"] @1235-1346-2 @@ -36642,6 +37412,9 @@ # \x4EBA\x53C3\x8A2A 1245-136-2-245-1236-3-12345-1346-4 noback context _1"\x4EBA"["\x53C3"]"\x8A2A" @245-1236-3 +# \x4EBA\x6240\x597D 1245-136-2-15-25-4-1235-146-5 +noback context _2"\x4EBA\x6240"["\x597D"] @1235-146-5 + # \x4EBA\x8B59\x4E4B 1245-136-2-245-246-5-1-156-3 noback context _1"\x4EBA"["\x8B59"]"\x4E4B" @245-246-5 @@ -36649,17 +37422,27 @@ noback context _1"\x4ECD"["\x6CE5"]"\x8457" @1345-16-5 noback context _2"\x4ECD\x6CE5"["\x8457"] @1-2346-1 +# \x4EE1\x4F6C\x65CF 245-16-5-14-146-4-125-34-2 +noback context ["\x4EE1"]"\x4F6C\x65CF" @245-16-5 + +# \x4EF5\x4F5C\x884C 34-4-125-25-5-1235-1346-2 +noback context _2"\x4EF5\x4F5C"["\x884C"] @1235-1346-2 + # \x4F0D\x5B50\x80E5 34-4-125-156-4-15-1256-3 noback context _1"\x4F0D"["\x5B50"]"\x80E5" @125-156-4 # \x4F2F\x5B50\x7259 135-126-2-125-156-4-23456-2 noback context _1"\x4F2F"["\x5B50"]"\x7259" @125-156-4 +# \x4F30\x50F9\x884C 13-34-3-13-23456-5-1235-1346-2 +noback context _2"\x4F30\x50F9"["\x884C"] @1235-1346-2 + # \x4F7F\x82D1\x7A4D 24-156-4-1256-5-13-16-3 noback context _1"\x4F7F"["\x82D1"]"\x7A4D" @1256-5 # \x4F9B\x54C1\x8CEA 13-12346-3-1234-1456-4-1-156-2 noback context ["\x4F9B"]"\x54C1\x8CEA" @13-12346-3 +noback context _2"\x4F9B\x54C1"["\x8CEA"] @1-156-2 # \x4F9B\x6708\x5152 13-12346-5-236-5-156-2 noback context ["\x4F9B"]"\x6708\x5152" @13-12346-5 @@ -36675,6 +37458,9 @@ # \x4FE0\x597D\x7FA9 15-23456-2-1235-146-5-16-5 noback context _1"\x4FE0"["\x597D"]"\x7FA9" @1235-146-5 +# \x4FEE\x6539\x884C 15-234-3-13-2456-4-15-13456-2 +noback context _2"\x4FEE\x6539"["\x884C"] @15-13456-2 + # \x500B\x508D\x4EBA 13-2346-1-1234-1346-2-1245-136-2 noback context ["\x500B"]"\x508D\x4EBA" @13-2346-1 noback context _1"\x500B"["\x508D"]"\x4EBA" @1234-1346-2 @@ -36731,9 +37517,16 @@ # \x5012\x6688\x599D 145-146-5-256-3-1-456-3 noback context ["\x5012"]"\x6688\x599D" @145-146-5 +# \x5012\x672A\x5FC5 145-146-5-1246-5-135-16-5 +noback context ["\x5012"]"\x672A\x5FC5" @145-146-5 + # \x5012\x683D\x8525 145-146-5-125-2456-3-245-12346-3 noback context ["\x5012"]"\x683D\x8525" @145-146-5 +# \x5012\x6C92\x4E86 145-146-5-134-356-2-14-2346-1 +noback context ["\x5012"]"\x6C92\x4E86" @145-146-5 +noback context _2"\x5012\x6C92"["\x4E86"] @14-2346-1 + # \x5012\x6E05\x5C0A 145-146-5-245-13456-3-125-123456-3 noback context ["\x5012"]"\x6E05\x5C0A" @145-146-5 @@ -36766,21 +37559,38 @@ # \x508D\x9580\x4F9D 135-1346-5-134-136-2-16-3 noback context ["\x508D"]"\x9580\x4F9D" @135-1346-5 +# \x50AC\x6DDA\x5F48 245-1246-3-14-356-5-145-1236-5 +noback context _2"\x50AC\x6DDA"["\x5F48"] @145-1236-5 + # \x514B\x5BB6\x5B50 123-2346-5-13-23456-3-125-156-4 noback context _2"\x514B\x5BB6"["\x5B50"] @125-156-4 # \x5165\x5440\x8C37 1245-34-5-15-23456-3-13-34-4 noback context _1"\x5165"["\x5440"]"\x8C37" @15-23456-3 +# \x5167\x884C\x661F 1345-356-5-15-13456-2-15-13456-3 +noback context _1"\x5167"["\x884C"]"\x661F" @15-13456-2 + # \x5167\x884C\x8D70 1345-356-5-15-13456-2-125-12356-4 noback context _1"\x5167"["\x884C"]"\x8D70" @15-13456-2 +# \x5168\x6B66\x884C 245-45-2-34-4-1235-1346-2 +noback context _2"\x5168\x6B66"["\x884C"] @1235-1346-2 + +# \x516B\x884C\x66F8 135-345-3-1235-1346-2-24-34-3 +noback context _1"\x516B"["\x884C"]"\x66F8" @1235-1346-2 + # \x516B\x90FD\x9B6F 135-345-3-145-34-3-14-34-4 noback context _1"\x516B"["\x90FD"]"\x9B6F" @145-34-3 # \x5176\x5F9E\x5982 245-16-2-125-12346-5-1245-34-2 +noback context ["\x5176"]"\x5F9E\x5982" @245-16-2 noback context _1"\x5176"["\x5F9E"]"\x5982" @125-12346-5 +# \x5176\x6240\x597D 245-16-2-15-25-4-1235-146-5 +noback context ["\x5176"]"\x6240\x597D" @245-16-2 +noback context _2"\x5176\x6240"["\x597D"] @1235-146-5 + # \x5178\x7344\x9577 145-2345-4-1256-5-1-1346-4 noback context _2"\x5178\x7344"["\x9577"] @1-1346-4 @@ -36839,6 +37649,9 @@ noback context ["\x5377"]"\x5377\x6709" @13-45-5 noback context _1"\x5377"["\x5377"]"\x6709" @13-45-5 +# \x539F\x672C\x884C 45-2-135-136-4-15-13456-2 +noback context _2"\x539F\x672C"["\x884C"] @15-13456-2 + # \x53AD\x53AD\x4E16 2345-5-2345-5-24-156-5 noback context ["\x53AD"]"\x53AD\x4E16" @2345-5 noback context _1"\x53AD"["\x53AD"]"\x4E16" @2345-5 @@ -36847,12 +37660,19 @@ noback context ["\x53AD"]"\x53AD\x820A" @2345-5 noback context _1"\x53AD"["\x53AD"]"\x820A" @2345-5 +# \x53C8\x4E0D\x4EEF 234-5-135-34-5-134-246-4 +noback context _2"\x53C8\x4E0D"["\x4EEF"] @134-246-4 + # \x53CD\x5C07\x8A08 12345-1236-4-13-46-5-13-16-5 noback context _1"\x53CD"["\x5C07"]"\x8A08" @13-46-5 # \x53DB\x5F9E\x7D04 1234-1236-5-125-12346-3-236-3 noback context _1"\x53DB"["\x5F9E"]"\x7D04" @125-12346-3 +# \x53EB\x5416\x5416 13-246-5-23456-3-23456-3 +noback context _1"\x53EB"["\x5416"]"\x5416" @23456-3 +noback context _2"\x53EB\x5416"["\x5416"] @23456-3 + # \x53F2\x90FD\x83EF 24-156-4-145-34-3-1235-35-2 noback context _1"\x53F2"["\x90FD"]"\x83EF" @145-34-3 noback context _2"\x53F2\x90FD"["\x83EF"] @1235-35-2 @@ -36861,6 +37681,13 @@ noback context ["\x5403"]"\x8457\x624B" @12-156-3 noback context _1"\x5403"["\x8457"]"\x624B" @1-2346-1 +# \x540C\x884C\x8A9E 124-12346-2-1235-1346-2-1256-4 +noback context _1"\x540C"["\x884C"]"\x8A9E" @1235-1346-2 + +# \x5416\x5416\x53EB 23456-3-23456-3-13-246-5 +noback context ["\x5416"]"\x5416\x53EB" @23456-3 +noback context _1"\x5416"["\x5416"]"\x53EB" @23456-3 + # \x5427\x5427\x5427 135-345-1-135-345-1-135-345-1 noback context ["\x5427"]"\x5427\x5427" @135-345-1 noback context _1"\x5427"["\x5427"]"\x5427" @135-345-1 @@ -36869,6 +37696,10 @@ # \x5439\x8457\x624B 12-1246-3-1-2346-1-24-12356-4 noback context _1"\x5439"["\x8457"]"\x624B" @1-2346-1 +# \x54AC\x8457\x624B 246-4-1-2346-1-24-12356-4 +noback context ["\x54AC"]"\x8457\x624B" @246-4 +noback context _1"\x54AC"["\x8457"]"\x624B" @1-2346-1 + # \x54BD\x72F9\x75C7 2345-3-15-23456-5-1-1356-5 noback context ["\x54BD"]"\x72F9\x75C7" @2345-3 noback context _1"\x54BD"["\x72F9"]"\x75C7" @15-23456-5 @@ -36883,6 +37714,9 @@ # \x554F\x9577\x5E7C 123456-5-1-1346-4-234-5 noback context _1"\x554F"["\x9577"]"\x5E7C" @1-1346-4 +# \x5580\x4E00\x8072 123-345-3-16-3-24-1356-3 +noback context ["\x5580"]"\x4E00\x8072" @123-345-3 + # \x559D\x5012\x5F69 1235-2346-5-145-146-5-245-2456-4 noback context ["\x559D"]"\x5012\x5F69" @1235-2346-5 noback context _1"\x559D"["\x5012"]"\x5F69" @145-146-5 @@ -36894,6 +37728,10 @@ # \x55D2\x7B1E\x7B1E 124-345-5-12-156-3-12-156-3 noback context ["\x55D2"]"\x7B1E\x7B1E" @124-345-5 +# \x5607\x53EF\x53EF 15-1236-4-123-2346-4-123-2346-4 +noback context ["\x5607"]"\x53EF\x53EF" @15-1236-4 +noback context _2"\x5607\x53EF"["\x53EF"] @123-2346-4 + # \x5614\x51FA\x75C5 12356-5-12-34-3-135-13456-5 noback context ["\x5614"]"\x51FA\x75C5" @12356-5 @@ -36936,6 +37774,9 @@ # \x5728\x884C\x52D5 125-2456-5-15-13456-2-145-12346-5 noback context _1"\x5728"["\x884C"]"\x52D5" @15-13456-2 +# \x5728\x884C\x653F 125-2456-5-15-13456-2-1-1356-5 +noback context _1"\x5728"["\x884C"]"\x653F" @15-13456-2 + # \x5728\x884C\x674E 125-2456-5-15-13456-2-14-16-4 noback context _1"\x5728"["\x884C"]"\x674E" @15-13456-2 @@ -36970,6 +37811,7 @@ # \x5730\x85CF\x738B 145-16-5-125-1346-5-456-2 noback context _1"\x5730"["\x85CF"]"\x738B" @125-1346-5 +noback context _2"\x5730\x85CF"["\x738B"] @456-2 # \x5730\x91CD\x5283 145-16-5-12-12346-2-1235-35-5 noback context _1"\x5730"["\x91CD"]"\x5283" @12-12346-2 @@ -36977,6 +37819,9 @@ # \x5828\x6C5D\x6C34 2346-5-1245-34-4-24-1246-4 noback context ["\x5828"]"\x6C5D\x6C34" @2346-5 +# \x5831\x95DC\x884C 135-146-5-13-12456-3-1235-1346-2 +noback context _2"\x5831\x95DC"["\x884C"] @1235-1346-2 + # \x585E\x64E6\x97F3 15-2346-5-245-345-3-1456-3 noback context ["\x585E"]"\x64E6\x97F3" @15-2346-5 @@ -36989,6 +37834,9 @@ # \x58F9\x6D12\x4E4B 16-3-15-16-4-1-156-3 noback context _1"\x58F9"["\x6D12"]"\x4E4B" @15-16-4 +# \x5916\x884C\x8D70 2356-5-15-13456-2-125-12356-4 +noback context _1"\x5916"["\x884C"]"\x8D70" @15-13456-2 + # \x5927\x4E58\x4F5B 145-345-5-24-1356-5-12345-126-2 noback context _1"\x5927"["\x4E58"]"\x4F5B" @24-1356-5 noback context _2"\x5927\x4E58"["\x4F5B"] @12345-126-2 @@ -37009,6 +37857,9 @@ # \x5929\x6643\x6717 124-2345-3-1235-456-4-14-1346-4 noback context _1"\x5929"["\x6643"]"\x6717" @1235-456-4 +# \x592A\x884C\x5C71 124-2456-5-1235-1346-2-24-1236-3 +noback context _1"\x592A"["\x884C"]"\x5C71" @1235-1346-2 + # \x5954\x5C3C\x6492 135-136-3-1345-16-2-15-345-3 noback context _2"\x5954\x5C3C"["\x6492"] @15-345-3 @@ -37040,6 +37891,12 @@ # \x59D4\x54E1\x9577 1246-4-45-2-1-1346-4 noback context _2"\x59D4\x54E1"["\x9577"] @1-1346-4 +# \x59D4\x6258\x884C 1246-4-124-25-3-1235-1346-2 +noback context _2"\x59D4\x6258"["\x884C"] @1235-1346-2 + +# \x59D4\x8A17\x884C 1246-4-124-25-3-1235-1346-2 +noback context _2"\x59D4\x8A17"["\x884C"] @1235-1346-2 + # \x5B50\x5DC2\x9CE5 125-156-4-13-1246-3-1345-246-4 noback context ["\x5B50"]"\x5DC2\x9CE5" @125-156-4 @@ -37053,6 +37910,10 @@ # \x5B8C\x4E86\x4E8B 12456-2-14-2346-1-24-156-5 noback context _1"\x5B8C"["\x4E86"]"\x4E8B" @14-2346-1 +# \x5B93\x4E0D\x9F4A 12345-34-2-135-34-5-245-16-2 +noback context ["\x5B93"]"\x4E0D\x9F4A" @12345-34-2 +noback context _2"\x5B93\x4E0D"["\x9F4A"] @245-16-2 + # \x5BA4\x5167\x6A02 24-156-5-1345-356-5-236-5 noback context _2"\x5BA4\x5167"["\x6A02"] @236-5 @@ -37112,9 +37973,19 @@ # \x5ED3\x723E\x5580 123-25-5-156-4-123-2346-5 noback context _2"\x5ED3\x723E"["\x5580"] @123-2346-5 +# \x5EDD\x64B2\x884C 15-156-3-1234-34-3-1235-1346-2 +noback context _2"\x5EDD\x64B2"["\x884C"] @1235-1346-2 + # \x5F04\x8457\x624B 1345-12346-5-1-2346-1-24-12356-4 noback context _1"\x5F04"["\x8457"]"\x624B" @1-2346-1 +# \x5F15\x542D\x5410 1456-4-1235-1346-2-124-34-4 +noback context _1"\x5F15"["\x542D"]"\x5410" @1235-1346-2 +noback context _2"\x5F15\x542D"["\x5410"] @124-34-4 + +# \x5F15\x542D\x5411 1456-4-1235-1346-2-15-46-5 +noback context _1"\x5F15"["\x542D"]"\x5411" @1235-1346-2 + # \x5F37\x5176\x77ED 245-46-4-245-16-2-145-12456-4 noback context ["\x5F37"]"\x5176\x77ED" @245-46-4 @@ -37150,6 +38021,10 @@ # \x6015\x4EBA\x5B50 1234-345-5-1245-136-2-125-156-1 noback context _2"\x6015\x4EBA"["\x5B50"] @125-156-1 +# \x6025\x7A70\x7A70 13-16-2-1245-1346-4-1245-1346-4 +noback context _1"\x6025"["\x7A70"]"\x7A70" @1245-1346-4 +noback context _2"\x6025\x7A70"["\x7A70"] @1245-1346-4 + # \x60B6\x61E8\x61E8 134-136-5-2345-3-2345-3 noback context ["\x60B6"]"\x61E8\x61E8" @134-136-5 @@ -37165,6 +38040,9 @@ # \x6216\x4E0D\x7109 1235-25-5-12345-12356-4-2345-3 noback context _1"\x6216"["\x4E0D"]"\x7109" @12345-12356-4 +# \x6240\x9072\x5BA2 15-25-4-1-156-5-123-2346-5 +noback context _1"\x6240"["\x9072"]"\x5BA2" @1-156-5 + # \x624B\x76F8\x4E92 24-12356-4-15-46-3-1235-34-5 noback context _1"\x624B"["\x76F8"]"\x4E92" @15-46-3 @@ -37197,9 +38075,16 @@ noback context ["\x6293"]"\x8457\x624B" @1-35-3 noback context _1"\x6293"["\x8457"]"\x624B" @1-2346-1 +# \x62AC\x884C\x5E02 124-2456-2-1235-1346-2-24-156-5 +noback context _1"\x62AC"["\x884C"]"\x5E02" @1235-1346-2 + # \x62B1\x8457\x624B 135-146-5-1-2346-1-24-12356-4 noback context _1"\x62B1"["\x8457"]"\x624B" @1-2346-1 +# \x62B9\x5FA9\x6311 134-126-4-12345-34-5-124-246-4 +noback context ["\x62B9"]"\x5FA9\x6311" @134-126-4 +noback context _2"\x62B9\x5FA9"["\x6311"] @124-246-4 + # \x62C4\x8457\x624B 1-34-4-1-2346-1-24-12356-4 noback context _1"\x62C4"["\x8457"]"\x624B" @1-2346-1 @@ -37215,15 +38100,35 @@ # \x62D4\x672C\x585E 135-345-2-135-136-4-15-2346-5 noback context _2"\x62D4\x672C"["\x585E"] @15-2346-5 +# \x62D7\x4E0D\x767B 146-5-135-34-5-145-1356-3 +noback context ["\x62D7"]"\x4E0D\x767B" @146-5 + +# \x62D7\x4E0D\x904E 146-5-135-34-5-13-25-5 +noback context ["\x62D7"]"\x4E0D\x904E" @146-5 + +# \x62D7\x76F8\x516C 1345-234-5-15-46-5-13-12346-3 +noback context ["\x62D7"]"\x76F8\x516C" @1345-234-5 +noback context _1"\x62D7"["\x76F8"]"\x516C" @15-46-5 + # \x62FF\x8457\x624B 1345-345-2-1-2346-1-24-12356-4 noback context _1"\x62FF"["\x8457"]"\x624B" @1-2346-1 # \x6301\x6CF0\x963F 12-156-2-124-2456-5-2346-3 noback context _2"\x6301\x6CF0"["\x963F"] @2346-3 +# \x6307\x7532\x7E2B 1-156-4-13-23456-4-12345-1356-5 +noback context _2"\x6307\x7532"["\x7E2B"] @12345-1356-5 + # \x6309\x9577\x5E7C 1236-5-1-1346-4-234-5 noback context _1"\x6309"["\x9577"]"\x5E7C" @1-1346-4 +# \x6311\x659C\x5C94 124-246-4-15-346-2-12-345-5 +noback context ["\x6311"]"\x659C\x5C94" @124-246-4 + +# \x6311\x982D\x5B50 124-246-4-124-12356-2-125-156-1 +noback context ["\x6311"]"\x982D\x5B50" @124-246-4 +noback context _2"\x6311\x982D"["\x5B50"] @125-156-1 + # \x634F\x8457\x624B 1345-346-3-1-2346-1-24-12356-4 noback context _1"\x634F"["\x8457"]"\x624B" @1-2346-1 @@ -37236,6 +38141,9 @@ # \x63A8\x8457\x624B 124-1246-3-1-2346-1-24-12356-4 noback context _1"\x63A8"["\x8457"]"\x624B" @1-2346-1 +# \x63A8\x98DF\x98DF 124-1246-3-24-156-2-15-156-5 +noback context _2"\x63A8\x98DF"["\x98DF"] @15-156-5 + # \x63A9\x54AF\x96DE 2345-4-14-25-5-13-16-3 noback context _1"\x63A9"["\x54AF"]"\x96DE" @14-25-5 @@ -37297,11 +38205,18 @@ # \x6492\x9152\x98A8 15-345-3-13-234-4-12345-1356-3 noback context ["\x6492"]"\x9152\x98A8" @15-345-3 +noback context _2"\x6492\x9152"["\x98A8"] @12345-1356-3 # \x6492\x9D28\x5B50 15-345-3-23456-3-125-156-1 noback context ["\x6492"]"\x9D28\x5B50" @15-345-3 noback context _2"\x6492\x9D28"["\x5B50"] @125-156-1 +# \x64D6\x5C71\x8349 13-23456-3-24-1236-3-245-146-4 +noback context ["\x64D6"]"\x5C71\x8349" @13-23456-3 + +# \x64FA\x884C\x9663 135-2456-4-1235-1346-2-1-136-5 +noback context _1"\x64FA"["\x884C"]"\x9663" @1235-1346-2 + # \x651C\x633E\x5E36 15-16-3-13-23456-2-145-2456-5 noback context _1"\x651C"["\x633E"]"\x5E36" @13-23456-2 @@ -37357,6 +38272,11 @@ noback context ["\x6587"]"\x66F2\x661F" @123456-2 noback context _1"\x6587"["\x66F2"]"\x661F" @245-1256-3 +# \x6587\x6A02\x5080 123456-2-236-5-123-1246-4 +noback context ["\x6587"]"\x6A02\x5080" @123456-2 +noback context _1"\x6587"["\x6A02"]"\x5080" @236-5 +noback context _2"\x6587\x6A02"["\x5080"] @123-1246-4 + # \x65AC\x516D\x5C07 1-1236-4-14-234-5-13-46-5 noback context _2"\x65AC\x516D"["\x5C07"] @13-46-5 @@ -37373,9 +38293,15 @@ noback context _1"\x660E"["\x6643"]"\x6643" @1235-456-4 noback context _2"\x660E\x6643"["\x6643"] @1235-456-4 +# \x6689\x4E14\x5048 1235-1246-3-245-346-4-13-346-2 +noback context _2"\x6689\x4E14"["\x5048"] @13-346-2 + # \x66F2\x68CD\x7403 245-1256-3-13-123456-5-245-234-2 noback context ["\x66F2"]"\x68CD\x7403" @245-1256-3 +# \x66F2\x76E1\x5B5D 245-1256-3-13-1456-5-15-246-5 +noback context ["\x66F2"]"\x76E1\x5B5D" @245-1256-3 + # \x66F4\x5E74\x671F 13-1356-3-1345-2345-2-245-16-2 noback context ["\x66F4"]"\x5E74\x671F" @13-1356-3 noback context _2"\x66F4\x5E74"["\x671F"] @245-16-2 @@ -37400,6 +38326,14 @@ # \x66FE\x7D00\x6FA4 125-1356-3-13-16-5-125-2346-2 noback context ["\x66FE"]"\x7D00\x6FA4" @125-1356-3 +# \x6703\x8A08\x756B 1235-1246-5-13-16-5-1235-35-5 +noback context ["\x6703"]"\x8A08\x756B" @1235-1246-5 + +# \x6703\x9577\x9054 1235-1246-5-12-1346-2-145-345-2 +noback context ["\x6703"]"\x9577\x9054" @1235-1246-5 +noback context _1"\x6703"["\x9577"]"\x9054" @12-1346-2 +noback context _2"\x6703\x9577"["\x9054"] @145-345-2 + # \x6709\x597D\x4EC7 234-4-1235-146-4-245-234-2 noback context _2"\x6709\x597D"["\x4EC7"] @245-234-2 @@ -37427,6 +38361,9 @@ # \x6B66\x66F2\x661F 34-4-245-1256-3-15-13456-3 noback context _1"\x6B66"["\x66F2"]"\x661F" @245-1256-3 +# \x6B6A\x884C\x8CA8 2356-3-1235-1346-2-1235-25-5 +noback context _1"\x6B6A"["\x884C"]"\x8CA8" @1235-1346-2 + # \x6BCD\x96E3\x65E5 134-34-4-1345-1236-5-1245-156-5 noback context _1"\x6BCD"["\x96E3"]"\x65E5" @1345-1236-5 @@ -37476,6 +38413,10 @@ noback context ["\x6C92"]"\x5408\x6BBA" @134-356-2 noback context _2"\x6C92\x5408"["\x6BBA"] @24-345-5 +# \x6C92\x5FD7\x884C 134-356-2-1-156-5-15-13456-5 +noback context ["\x6C92"]"\x5FD7\x884C" @134-356-2 +noback context _2"\x6C92\x5FD7"["\x884C"] @15-13456-5 + # \x6C92\x662F\x54CF 134-356-2-24-156-5-1235-136-3 noback context ["\x6C92"]"\x662F\x54CF" @134-356-2 noback context _2"\x6C92\x662F"["\x54CF"] @1235-136-3 @@ -37551,6 +38492,10 @@ noback context ["\x7121"]"\x5012\x65B7" @34-2 noback context _1"\x7121"["\x5012"]"\x65B7" @145-146-5 +# \x7121\x6240\x597D 34-2-15-25-4-1235-146-5 +noback context ["\x7121"]"\x6240\x597D" @34-2 +noback context _2"\x7121\x6240"["\x597D"] @1235-146-5 + # \x7121\x7269\x7D2F 34-2-34-5-14-356-4 noback context ["\x7121"]"\x7269\x7D2F" @34-2 noback context _2"\x7121\x7269"["\x7D2F"] @14-356-4 @@ -37563,6 +38508,10 @@ noback context ["\x7121"]"\x7947\x6094" @34-2 noback context _1"\x7121"["\x7947"]"\x6094" @245-16-2 +# \x7121\x884C\x6B62 34-2-15-13456-5-1-156-4 +noback context ["\x7121"]"\x884C\x6B62" @34-2 +noback context _1"\x7121"["\x884C"]"\x6B62" @15-13456-5 + # \x7121\x9577\x7269 34-2-1-1346-5-34-5 noback context ["\x7121"]"\x9577\x7269" @34-2 noback context _1"\x7121"["\x9577"]"\x7269" @1-1346-5 @@ -37570,8 +38519,8 @@ # \x7159\x9727\x5F48 2345-3-34-5-145-1236-5 noback context _2"\x7159\x9727"["\x5F48"] @145-1236-5 -# \x71CE\x5112\x8853 14-246-4-1245-34-2-24-34-5 -noback context ["\x71CE"]"\x5112\x8853" @14-246-4 +# \x715E\x4E0D\x4F4F 24-345-3-135-34-5-1-34-5 +noback context ["\x715E"]"\x4E0D\x4F4F" @24-345-3 # \x71D5\x4E5D\x7BC0 2345-3-13-234-4-13-346-2 noback context ["\x71D5"]"\x4E5D\x7BC0" @2345-3 @@ -37590,6 +38539,7 @@ # \x71D5\x662D\x738B 2345-3-1-146-3-456-2 noback context ["\x71D5"]"\x662D\x738B" @2345-3 +noback context _2"\x71D5\x662D"["\x738B"] @456-2 # \x71D5\x6B4C\x884C 2345-3-13-2346-3-15-13456-2 noback context ["\x71D5"]"\x6B4C\x884C" @2345-3 @@ -37607,10 +38557,16 @@ # \x7336\x6BD4\x9130 234-2-135-16-5-14-1456-2 noback context _1"\x7336"["\x6BD4"]"\x9130" @135-16-5 +# \x736C\x8C78\x51A0 15-346-5-1-156-5-13-12456-3 +noback context _2"\x736C\x8C78"["\x51A0"] @13-12456-3 + # \x7372\x9E7F\x7E23 1235-2356-2-14-34-5-15-2345-5 noback context ["\x7372"]"\x9E7F\x7E23" @1235-2356-2 noback context _2"\x7372\x9E7F"["\x7E23"] @15-2345-5 +# \x738B\x5929\x4E0B 456-5-124-2345-3-15-23456-5 +noback context ["\x738B"]"\x5929\x4E0B" @456-5 + # \x73A9\x8457\x624B 12456-2-1-2346-1-24-12356-4 noback context ["\x73A9"]"\x8457\x624B" @12456-2 noback context _1"\x73A9"["\x8457"]"\x624B" @1-2346-1 @@ -37654,6 +38610,9 @@ noback context _1"\x75DB"["\x6BBA"]"\x6BBA" @24-345-5 noback context _2"\x75DB\x6BBA"["\x6BBA"] @24-345-5 +# \x767C\x884C\x53BB 12345-345-3-1235-1346-2-245-1256-5 +noback context _1"\x767C"["\x884C"]"\x53BB" @1235-1346-2 + # \x767D\x585E\x6728 135-2456-2-15-2456-3-134-34-5 noback context _1"\x767D"["\x585E"]"\x6728" @15-2456-3 @@ -37672,6 +38631,10 @@ noback context ["\x7684"]"\x7684\x78BA" @145-2346-1 noback context _1"\x7684"["\x7684"]"\x78BA" @145-16-2 +# \x7684\x884C\x5E02 145-2346-1-1235-1346-2-24-156-5 +noback context ["\x7684"]"\x884C\x5E02" @145-2346-1 +noback context _1"\x7684"["\x884C"]"\x5E02" @1235-1346-2 + # \x7686\x5012\x5175 13-346-3-145-146-5-135-13456-3 noback context _1"\x7686"["\x5012"]"\x5175" @145-146-5 @@ -37708,6 +38671,9 @@ noback context ["\x770B"]"\x8457\x624B" @123-1236-5 noback context _1"\x770B"["\x8457"]"\x624B" @1-2346-1 +# \x770B\x9580\x9053 123-1236-5-134-136-2-145-146-5 +noback context ["\x770B"]"\x9580\x9053" @123-1236-5 + # \x773C\x624E\x6BDB 2345-4-1-345-2-134-146-2 noback context _1"\x773C"["\x624E"]"\x6BDB" @1-345-2 @@ -37726,6 +38692,10 @@ # \x77F3\x5B50\x7AE0 24-156-2-125-156-4-1-1346-3 noback context _1"\x77F3"["\x5B50"]"\x7AE0" @125-156-4 +# \x7957\x81EA\x61AA 1-156-3-125-156-5-15-2345-2 +noback context ["\x7957"]"\x81EA\x61AA" @1-156-3 +noback context _2"\x7957\x81EA"["\x61AA"] @15-2345-2 + # \x7981\x4E0D\x4F4F 13-1456-3-135-34-5-1-34-5 noback context ["\x7981"]"\x4E0D\x4F4F" @13-1456-3 @@ -37748,6 +38718,10 @@ noback context _1"\x7CBE"["\x6643"]"\x6643" @1235-456-4 noback context _2"\x7CBE\x6643"["\x6643"] @1235-456-4 +# \x7D1B\x7A70\x7A70 12345-136-3-1245-1346-4-1245-1346-4 +noback context _1"\x7D1B"["\x7A70"]"\x7A70" @1245-1346-4 +noback context _2"\x7D1B\x7A70"["\x7A70"] @1245-1346-4 + # \x7D2C\x5927\x5F26 12-12356-3-145-345-5-15-2345-2 noback context ["\x7D2C"]"\x5927\x5F26" @12-12356-3 @@ -37769,6 +38743,9 @@ # \x7F8A\x809A\x8548 46-2-145-34-4-15-256-5 noback context _1"\x7F8A"["\x809A"]"\x8548" @145-34-4 +# \x8001\x884C\x5C0A 14-146-4-1235-1346-2-125-123456-3 +noback context _1"\x8001"["\x884C"]"\x5C0A" @1235-1346-2 + # \x8005\x8B59\x4E4B 1-2346-4-245-246-5-1-156-3 noback context _1"\x8005"["\x8B59"]"\x4E4B" @245-246-5 @@ -37778,9 +38755,21 @@ # \x800C\x5F37\x9152 156-2-245-46-4-13-234-4 noback context _1"\x800C"["\x5F37"]"\x9152" @245-46-4 +# \x800C\x6587\x904E 156-2-123456-5-13-25-5 +noback context _1"\x800C"["\x6587"]"\x904E" @123456-5 + +# \x800C\x9060\x4E4B 156-2-45-5-1-156-3 +noback context _1"\x800C"["\x9060"]"\x4E4B" @45-5 + # \x8036\x6230\x6B7B 346-2-1-1236-5-15-156-4 noback context ["\x8036"]"\x6230\x6B7B" @346-2 +# \x80B2\x5B30\x5047 1256-5-13456-3-13-23456-5 +noback context _2"\x80B2\x5B30"["\x5047"] @13-23456-5 + +# \x80B2\x9580\x5B50 1256-5-134-136-2-125-156-4 +noback context _2"\x80B2\x9580"["\x5B50"] @125-156-4 + # \x80CC\x8457\x66F8 135-356-3-1-2346-1-24-34-3 noback context ["\x80CC"]"\x8457\x66F8" @135-356-3 noback context _1"\x80CC"["\x8457"]"\x66F8" @1-2346-1 @@ -37810,6 +38799,10 @@ # \x81CA\x4F60\x5A18 15-146-5-13457-16-4-1345-46-2 noback context ["\x81CA"]"\x4F60\x5A18" @15-146-5 +# \x81EA\x500B\x5152 125-156-5-13-2346-4-156-3 +noback context _1"\x81EA"["\x500B"]"\x5152" @13-2346-4 +noback context _2"\x81EA\x500B"["\x5152"] @156-3 + # \x820D\x5229\x5B50 24-2346-5-14-16-5-125-156-4 noback context ["\x820D"]"\x5229\x5B50" @24-2346-5 noback context _2"\x820D\x5229"["\x5B50"] @125-156-4 @@ -37817,6 +38810,9 @@ # \x8214\x8457\x624B 124-2345-4-1-2346-1-24-12356-4 noback context _1"\x8214"["\x8457"]"\x624B" @1-2346-1 +# \x822A\x884C\x54E1 1235-1346-2-15-13456-2-45-2 +noback context _1"\x822A"["\x884C"]"\x54E1" @15-13456-2 + # \x826F\x5BB6\x5B50 14-46-2-13-23456-3-125-156-4 noback context _2"\x826F\x5BB6"["\x5B50"] @125-156-4 @@ -37870,17 +38866,38 @@ # \x879F\x86C9\x5B50 134-13456-2-14-13456-2-125-156-4 noback context _2"\x879F\x86C9"["\x5B50"] @125-156-4 +# \x884C\x53E3\x5546 1235-1346-2-123-12356-4-24-1346-3 +noback context ["\x884C"]"\x53E3\x5546" @1235-1346-2 + # \x884C\x884C\x597D 15-13456-2-15-13456-2-1235-146-4 noback context ["\x884C"]"\x884C\x597D" @15-13456-2 noback context _1"\x884C"["\x884C"]"\x597D" @15-13456-2 noback context _2"\x884C\x884C"["\x597D"] @1235-146-4 +# \x8863\x4E4B\x4EE5 16-5-1-156-3-16-4 +noback context ["\x8863"]"\x4E4B\x4EE5" @16-5 + +# \x8863\x72D0\x8C89 16-5-1235-34-2-1235-2346-2 +noback context ["\x8863"]"\x72D0\x8C89" @16-5 + +# \x8863\x7E61\x591C 16-5-15-234-5-346-5 +noback context ["\x8863"]"\x7E61\x591C" @16-5 + +# \x8863\x9326\x4E4B 16-5-13-1456-4-1-156-3 +noback context ["\x8863"]"\x9326\x4E4B" @16-5 + +# \x8863\x9326\x591C 16-5-13-1456-4-346-5 +noback context ["\x8863"]"\x9326\x591C" @16-5 + # \x888B\x5012\x7C73 145-2456-5-145-146-5-134-16-4 noback context _1"\x888B"["\x5012"]"\x7C73" @145-146-5 # \x88AB\x8910\x61F7 1234-16-3-1235-2346-2-1235-2356-2 noback context ["\x88AB"]"\x8910\x61F7" @1234-16-3 +# \x897F\x9580\x5B50 15-16-3-134-136-2-125-156-4 +noback context _2"\x897F\x9580"["\x5B50"] @125-156-4 + # \x898B\x9BAE\x805E 13-2345-5-15-2345-4-123456-2 noback context ["\x898B"]"\x9BAE\x805E" @13-2345-5 noback context _1"\x898B"["\x9BAE"]"\x805E" @15-2345-4 @@ -37889,6 +38906,16 @@ # \x898F\x7BC4\x5B50 13-1246-3-12345-1236-5-125-156-4 noback context _2"\x898F\x7BC4"["\x5B50"] @125-156-4 +# \x89E3\x8863\x8863 13-346-4-16-3-16-5 +noback context _2"\x89E3\x8863"["\x8863"] @16-5 + +# \x8A00\x884C\x76F8 2345-2-15-13456-5-15-46-3 +noback context _1"\x8A00"["\x884C"]"\x76F8" @15-13456-5 +noback context _2"\x8A00\x884C"["\x76F8"] @15-46-3 + +# \x8A00\x884C\x9304 2345-2-15-13456-5-14-34-5 +noback context _1"\x8A00"["\x884C"]"\x9304" @15-13456-5 + # \x8A0E\x53AD\x53AD 124-146-4-2345-5-2345-5 noback context _1"\x8A0E"["\x53AD"]"\x53AD" @2345-5 noback context _2"\x8A0E\x53AD"["\x53AD"] @2345-5 @@ -37912,18 +38939,31 @@ # \x8AFE\x5011\x7F55 1345-25-5-134-136-2-1235-1236-4 noback context _1"\x8AFE"["\x5011"]"\x7F55" @134-136-2 +# \x8B49\x5238\x884C 1-1356-5-245-45-5-1235-1346-2 +noback context _2"\x8B49\x5238"["\x884C"] @1235-1346-2 + # \x8CBB\x7C73\x5B50 12345-356-5-134-16-4-125-156-4 noback context _2"\x8CBB\x7C73"["\x5B50"] @125-156-4 # \x8CFD\x7490\x73A2 15-2456-5-14-34-5-12345-136-3 noback context _2"\x8CFD\x7490"["\x73A2"] @12345-136-3 +# \x8D64\x9BF6\x516C 12-156-5-1235-123456-5-13-12346-3 +noback context _1"\x8D64"["\x9BF6"]"\x516C" @1235-123456-5 + # \x8D74\x570B\x96E3 12345-34-5-13-25-2-1345-1236-5 noback context _2"\x8D74\x570B"["\x96E3"] @1345-1236-5 +# \x8DBF\x73E0\x5C65 15-345-5-1-34-3-14-1256-4 +noback context ["\x8DBF"]"\x73E0\x5C65" @15-345-5 + # \x8E0A\x4E8E\x68D3 235-4-1256-2-1234-12356-4 noback context _2"\x8E0A\x4E8E"["\x68D3"] @1234-12356-4 +# \x8ECA\x884C\x99DB 12-2346-3-15-13456-2-24-156-4 +noback context ["\x8ECA"]"\x884C\x99DB" @12-2346-3 +noback context _1"\x8ECA"["\x884C"]"\x99DB" @15-13456-2 + # \x8FB2\x5BB6\x5B50 1345-12346-2-13-23456-3-125-156-4 noback context _2"\x8FB2\x5BB6"["\x5B50"] @125-156-4 @@ -37937,6 +38977,9 @@ noback context _1"\x9019"["\x6703"]"\x5B50" @1235-1246-4 noback context _2"\x9019\x6703"["\x5B50"] @125-156-1 +# \x9032\x884C\x6B3E 13-1456-5-15-13456-2-123-12456-4 +noback context _1"\x9032"["\x884C"]"\x6B3E" @15-13456-2 + # \x9053\x508D\x674E 145-146-5-1234-1346-2-14-16-4 noback context _1"\x9053"["\x508D"]"\x674E" @1234-1346-2 @@ -37944,8 +38987,13 @@ noback context _1"\x9053"["\x508D"]"\x82E6" @1234-1346-2 # \x9060\x60E1\x8FD1 45-4-34-5-13-1456-5 +noback context ["\x9060"]"\x60E1\x8FD1" @45-4 noback context _1"\x9060"["\x60E1"]"\x8FD1" @34-5 +# \x9072\x5E1D\x9084 1-156-5-145-16-5-1235-12456-2 +noback context ["\x9072"]"\x5E1D\x9084" @1-156-5 +noback context _2"\x9072\x5E1D"["\x9084"] @1235-12456-2 + # \x9084\x79DF\x5EB8 1235-12456-2-125-34-3-235-3 noback context ["\x9084"]"\x79DF\x5EB8" @1235-12456-2 @@ -37960,9 +39008,15 @@ # \x90FD\x6703\x5340 145-34-3-1235-1246-5-245-1256-3 noback context ["\x90FD"]"\x6703\x5340" @145-34-3 +# \x90FD\x67CF\x6797 145-34-3-135-126-2-14-1456-2 +noback context ["\x90FD"]"\x67CF\x6797" @145-34-3 + # \x90FD\x6C5F\x5830 145-34-3-13-46-3-2345-5 noback context ["\x90FD"]"\x6C5F\x5830" @145-34-3 +# \x90FD\x7F85\x5C71 145-34-3-14-25-2-24-1236-3 +noback context ["\x90FD"]"\x7F85\x5C71" @145-34-3 + # \x90FD\x865E\x5019 145-34-3-1256-2-1235-12356-5 noback context ["\x90FD"]"\x865E\x5019" @145-34-3 @@ -37973,15 +39027,29 @@ noback context ["\x90FD"]"\x9EDE\x6AA2" @145-34-3 noback context _1"\x90FD"["\x9EDE"]"\x6AA2" @245-2345-2 +# \x9148\x98DF\x5176 14-16-5-16-5-13-16-3 +noback context _1"\x9148"["\x98DF"]"\x5176" @16-5 +noback context _2"\x9148\x98DF"["\x5176"] @13-16-3 + # \x9152\x60E1\x6642 13-234-4-2346-4-24-156-2 noback context _1"\x9152"["\x60E1"]"\x6642" @2346-4 # \x91CD\x8CBC\x73FE 12-12346-2-124-346-3-15-2345-5 noback context ["\x91CD"]"\x8CBC\x73FE" @12-12346-2 +# \x91CF\x8840\x58D3 14-46-2-15-346-4-23456-3 +noback context ["\x91CF"]"\x8840\x58D3" @14-46-2 + +# \x91CF\x9AD4\x91CD 14-46-2-124-16-4-1-12346-5 +noback context ["\x91CF"]"\x9AD4\x91CD" @14-46-2 +noback context _2"\x91CF\x9AD4"["\x91CD"] @1-12346-5 + # \x92C1\x9382\x9F4A 14-1256-4-134-356-4-13-16-5 noback context _2"\x92C1\x9382"["\x9F4A"] @13-16-5 +# \x93E1\x91CD\x5713 13-13456-5-12-12346-2-45-2 +noback context _1"\x93E1"["\x91CD"]"\x5713" @12-12346-2 + # \x9577\x4E00\x667A 1-1346-4-16-3-1-156-5 noback context ["\x9577"]"\x4E00\x667A" @1-1346-4 @@ -38037,6 +39105,15 @@ noback context ["\x963F"]"\x95CD\x68A8" @345-3 noback context _1"\x963F"["\x95CD"]"\x68A8" @24-2346-2 +# \x96D9\x7DDA\x884C 24-456-3-15-2345-5-1235-1346-2 +noback context _2"\x96D9\x7DDA"["\x884C"] @1235-1346-2 + +# \x96FB\x5668\x884C 145-2345-5-245-16-5-1235-1346-2 +noback context _2"\x96FB\x5668"["\x884C"] @1235-1346-2 + +# \x96FB\x6C23\x884C 145-2345-5-245-16-5-1235-1346-2 +noback context _2"\x96FB\x6C23"["\x884C"] @1235-1346-2 + # \x9707\x64BC\x5F48 1-136-5-1235-1236-5-145-1236-5 noback context _2"\x9707\x64BC"["\x5F48"] @145-1236-5 @@ -38056,14 +39133,23 @@ noback context _1"\x9867"["\x8457"]"\x60F3" @1-2346-1 # \x98A8\x4FE1\x5B50 12345-1356-3-15-1456-5-125-156-4 +noback context ["\x98A8"]"\x4FE1\x5B50" @12345-1356-3 noback context _2"\x98A8\x4FE1"["\x5B50"] @125-156-4 # \x98A8\x8ABF\x96E8 12345-1356-3-124-246-2-1256-4 +noback context ["\x98A8"]"\x8ABF\x96E8" @12345-1356-3 noback context _1"\x98A8"["\x8ABF"]"\x96E8" @124-246-2 +noback context _2"\x98A8\x8ABF"["\x96E8"] @1256-4 + +# \x98DB\x884C\x54E1 12345-356-3-15-13456-2-45-2 +noback context _1"\x98DB"["\x884C"]"\x54E1" @15-13456-2 # \x98F2\x99AC\x6CB3 1456-5-134-345-4-1235-2346-2 noback context ["\x98F2"]"\x99AC\x6CB3" @1456-5 +# \x9999\x6C34\x884C 15-46-3-24-1246-4-1235-1346-2 +noback context _2"\x9999\x6C34"["\x884C"] @1235-1346-2 + # \x99AC\x4E0A\x4F9B 134-345-4-24-1346-5-13-12346-3 noback context _2"\x99AC\x4E0A"["\x4F9B"] @13-12346-3 @@ -38074,9 +39160,16 @@ noback context _1"\x9A3E"["\x99B1"]"\x5B50" @145-25-5 noback context _2"\x9A3E\x99B1"["\x5B50"] @125-156-1 +# \x9AA8\x8463\x884C 13-34-4-145-12346-4-1235-1346-2 +noback context _2"\x9AA8\x8463"["\x884C"] @1235-1346-2 + # \x9AEE\x5012\x8C4E 12345-345-4-145-146-5-24-34-5 noback context _1"\x9AEE"["\x5012"]"\x8C4E" @145-146-5 +# \x9B27\x7A70\x7A70 1345-146-5-1245-1346-4-1245-1346-4 +noback context _1"\x9B27"["\x7A70"]"\x7A70" @1245-1346-4 +noback context _2"\x9B27\x7A70"["\x7A70"] @1245-1346-4 + # \x9CF4\x6FFA\x6FFA 134-13456-2-13-2345-3-13-2345-3 noback context _1"\x9CF4"["\x6FFA"]"\x6FFA" @13-2345-3 noback context _2"\x9CF4\x6FFA"["\x6FFA"] @13-2345-3 @@ -38144,9 +39237,6 @@ # \x35D9\x51FA 125-12356-3-12-34-3 noback context ["\x35D9"]"\x51FA" @125-12356-3 -# \x360A\x9735 15-16-3-13-16-2 -noback context ["\x360A"]"\x9735" @15-16-3 - # \x3673\x5777 123-1236-4-123-2346-4 noback context ["\x3673"]"\x5777" @123-1236-4 @@ -38729,6 +39819,9 @@ # \x4E2D\x98A8 1-12346-5-12345-1356-3 noback context ["\x4E2D"]"\x98A8" @1-12346-5 +# \x4E30\x8338 12345-1356-3-1245-12346-4 +noback context _1"\x4E30"["\x8338"] @1245-12346-4 + # \x4E39\x5B50 145-1236-3-125-156-4 noback context _1"\x4E39"["\x5B50"] @125-156-4 @@ -38744,6 +39837,9 @@ # \x4E58\x8208 12-1356-2-15-13456-5 noback context _1"\x4E58"["\x8208"] @15-13456-5 +# \x4E5C\x5148 1345-346-5-15-2345-3 +noback context ["\x4E5C"]"\x5148" @1345-346-5 + # \x4E5D\x91CD 13-234-4-12-12346-2 noback context _1"\x4E5D"["\x91CD"] @12-12346-2 @@ -38806,6 +39902,9 @@ # \x4E95\x69A6 13-13456-4-1235-1236-2 noback context _1"\x4E95"["\x69A6"] @1235-1236-2 +# \x4E9F\x8ACB 245-16-5-245-13456-4 +noback context ["\x4E9F"]"\x8ACB" @245-16-5 + # \x4EA4\x5377 13-246-3-13-45-5 noback context _1"\x4EA4"["\x5377"] @13-45-5 @@ -38870,12 +39969,21 @@ # \x4F3A\x5019 245-156-5-1235-12356-5 noback context ["\x4F3A"]"\x5019" @245-156-5 +# \x4F4E\x5F8A 145-16-3-1235-1246-2 +noback context _1"\x4F4E"["\x5F8A"] @1235-1246-2 + +# \x4F54\x4FB8 1-1236-5-145-12356-3 +noback context _1"\x4F54"["\x4FB8"] @145-12356-3 + # \x4F5B\x80B8 135-16-5-15-16-5 noback context ["\x4F5B"]"\x80B8" @135-16-5 # \x4F5C\x92EA 125-25-5-1234-34-5 noback context _1"\x4F5C"["\x92EA"] @1234-34-5 +# \x4F77\x5C71 1235-1356-2-24-1236-3 +noback context ["\x4F77"]"\x5C71" @1235-1356-2 + # \x4F86\x964D 14-2456-2-15-46-2 noback context _1"\x4F86"["\x964D"] @15-46-2 @@ -38913,6 +40021,9 @@ # \x4F9D\x8EF2 16-3-123-34-3 noback context _1"\x4F9D"["\x8EF2"] @123-34-3 +# \x4FB2\x5B50 1-136-5-125-156-4 +noback context _1"\x4FB2"["\x5B50"] @125-156-4 + # \x4FBB\x8584 124-1246-5-135-126-2 noback context ["\x4FBB"]"\x8584" @124-1246-5 @@ -38928,6 +40039,9 @@ # \x4FBF\x8F9F 1234-2345-2-1234-16-5 noback context ["\x4FBF"]"\x8F9F" @1234-2345-2 +# \x4FC6\x5DDE 24-34-3-1-12356-3 +noback context ["\x4FC6"]"\x5DDE" @24-34-3 + # \x4FD4\x4FD4 15-2345-5-15-2345-5 noback context ["\x4FD4"]"\x4FD4" @15-2345-5 noback context _1"\x4FD4"["\x4FD4"] @15-2345-5 @@ -38935,6 +40049,12 @@ # \x4FD7\x5B50 15-34-2-125-156-4 noback context _1"\x4FD7"["\x5B50"] @125-156-4 +# \x4FDB\x4EF0 12345-34-4-46-4 +noback context ["\x4FDB"]"\x4EF0" @12345-34-4 + +# \x4FDB\x9996 12345-34-4-24-12356-4 +noback context ["\x4FDB"]"\x9996" @12345-34-4 + # \x4FDD\x59E5 135-146-4-134-34-4 noback context _1"\x4FDD"["\x59E5"] @134-34-4 @@ -38947,12 +40067,21 @@ # \x4FEF\x755C 12345-34-4-15-1256-5 noback context _1"\x4FEF"["\x755C"] @15-1256-5 +# \x4FF3\x5021 1234-2456-2-12-1346-3 +noback context _1"\x4FF3"["\x5021"] @12-1346-3 + +# \x4FF6\x513B 124-16-5-124-1346-4 +noback context ["\x4FF6"]"\x513B" @124-16-5 + # \x4FF8\x7D66 12345-1356-5-13-16-4 noback context _1"\x4FF8"["\x7D66"] @13-16-4 # \x5009\x5352 245-1346-3-245-34-5 noback context _1"\x5009"["\x5352"] @245-34-5 +# \x5009\x9821 245-1346-3-13-346-2 +noback context _1"\x5009"["\x9821"] @13-346-2 + # \x500B\x4C16 13-2346-1-125-12456-4 noback context ["\x500B"]"\x4C16" @13-2346-1 noback context _1"\x500B"["\x4C16"] @125-12456-4 @@ -39103,34 +40232,66 @@ # \x5014\x8D77 13-236-2-245-16-4 noback context ["\x5014"]"\x8D77" @13-236-2 +# \x5018\x4F6F 12-1346-2-46-2 +noback context ["\x5018"]"\x4F6F" @12-1346-2 + # \x501A\x508D 16-4-135-1346-5 noback context _1"\x501A"["\x508D"] @135-1346-5 +# \x5021\x5BEE 12-1346-3-14-246-2 +noback context ["\x5021"]"\x5BEE" @12-1346-3 + +# \x5025\x4F97 123-12346-3-124-12346-2 +noback context ["\x5025"]"\x4F97" @123-12346-3 +noback context _1"\x5025"["\x4F97"] @124-12346-2 + +# \x5025\x500A 123-12346-4-125-12346-4 +noback context _1"\x5025"["\x500A"] @125-12346-4 + +# \x502D\x9072 1246-3-12-156-2 +noback context ["\x502D"]"\x9072" @1246-3 + # \x5030\x50DC 14-1356-5-145-1356-5 noback context ["\x5030"]"\x50DC" @14-1356-5 noback context _1"\x5030"["\x50DC"] @145-1356-5 +# \x5030\x595F 14-13456-2-123-1356-3 +noback context _1"\x5030"["\x595F"] @123-1356-3 + # \x5047\x65E5 13-23456-5-1245-156-5 noback context ["\x5047"]"\x65E5" @13-23456-5 # \x5047\x671F 13-23456-5-245-16-2 noback context ["\x5047"]"\x671F" @13-23456-5 +# \x5048\x5048 13-346-2-13-346-2 +noback context ["\x5048"]"\x5048" @13-346-2 +noback context _1"\x5048"["\x5048"] @13-346-2 + +# \x5048\x516E 13-346-2-15-16-3 +noback context ["\x5048"]"\x516E" @13-346-2 + # \x504E\x508D 1246-3-135-1346-5 noback context _1"\x504E"["\x508D"] @135-1346-5 # \x504F\x597D 1234-2345-3-1235-146-5 noback context _1"\x504F"["\x597D"] @1235-146-5 -# \x5059\x5136 145-16-5-1235-1246-5 -noback context _1"\x5059"["\x5136"] @1235-1246-5 - # \x5065\x5C07 13-2345-5-13-46-5 noback context _1"\x5065"["\x5C07"] @13-46-5 # \x506A\x967D 12345-34-2-46-2 noback context ["\x506A"]"\x967D" @12345-34-2 +# \x5080\x5049 13-1246-3-1246-4 +noback context ["\x5080"]"\x5049" @13-1246-3 + +# \x5080\x5947 13-1246-3-245-16-2 +noback context ["\x5080"]"\x5947" @13-1246-3 + +# \x5080\x7136 13-1246-3-1245-1236-2 +noback context ["\x5080"]"\x7136" @13-1246-3 + # \x508D\x4EBA 135-1346-5-1245-136-2 noback context ["\x508D"]"\x4EBA" @135-1346-5 @@ -39200,9 +40361,28 @@ # \x50B3\x8A18 1-12456-5-13-16-5 noback context ["\x50B3"]"\x8A18" @1-12456-5 +# \x50C6\x5B50 14-2345-5-125-156-4 +noback context _1"\x50C6"["\x5B50"] @125-156-4 + +# \x50CB\x4F38 14-1236-5-24-136-3 +noback context ["\x50CB"]"\x4F38" @14-1236-5 + # \x50D5\x5C04 1234-34-2-346-5 noback context _1"\x50D5"["\x5C04"] @346-5 +# \x50EC\x4EEF 13-246-3-134-246-4 +noback context _1"\x50EC"["\x4EEF"] @134-246-4 + +# \x50EC\x50E5 13-246-3-246-2 +noback context _1"\x50EC"["\x50E5"] @246-2 + +# \x50EE\x65CF 1-456-5-125-34-2 +noback context ["\x50EE"]"\x65CF" @1-456-5 + +# \x5103\x5103 124-1236-4-124-1236-4 +noback context ["\x5103"]"\x5103" @124-1236-4 +noback context _1"\x5103"["\x5103"] @124-1236-4 + # \x5110\x76F8 135-1456-3-15-46-5 noback context _1"\x5110"["\x76F8"] @15-46-5 @@ -39212,6 +40392,12 @@ # \x511F\x9084 12-1346-2-1235-12456-2 noback context _1"\x511F"["\x9084"] @1235-12456-2 +# \x5131\x4F97 14-12346-4-124-12346-2 +noback context _1"\x5131"["\x4F97"] @124-12346-2 + +# \x513E\x8EDF 1345-1346-3-1245-12456-4 +noback context ["\x513E"]"\x8EDF" @1345-1346-3 + # \x5141\x7576 256-4-145-1346-5 noback context _1"\x5141"["\x7576"] @145-1346-5 @@ -39260,6 +40446,9 @@ # \x516C\x64AE 13-12346-3-245-25-5 noback context _1"\x516C"["\x64AE"] @245-25-5 +# \x5171\x52F7 13-12346-5-15-46-3 +noback context _1"\x5171"["\x52F7"] @15-46-3 + # \x5171\x8655 13-12346-5-12-34-4 noback context _1"\x5171"["\x8655"] @12-34-4 @@ -39278,6 +40467,9 @@ # \x51A0\x5195 13-12456-3-134-2345-4 noback context ["\x51A0"]"\x5195" @13-12456-3 +# \x51A0\x5B50 13-12456-3-125-156-1 +noback context ["\x51A0"]"\x5B50" @13-12456-3 + # \x51A0\x5C65 13-12456-3-14-1256-4 noback context ["\x51A0"]"\x5C65" @13-12456-3 @@ -39287,6 +40479,9 @@ # \x51A0\x84CB 13-12456-3-13-2456-5 noback context ["\x51A0"]"\x84CB" @13-12456-3 +# \x51B6\x5B50 346-4-125-156-4 +noback context _1"\x51B6"["\x5B50"] @125-156-4 + # \x51DD\x54BD 1345-13456-2-346-5 noback context _1"\x51DD"["\x54BD"] @346-5 @@ -39378,12 +40573,8 @@ # \x5247\x5B50 125-2346-2-125-156-4 noback context _1"\x5247"["\x5B50"] @125-156-4 -# \x524E\x8ECA 24-345-5-12-2346-3 -noback context ["\x524E"]"\x8ECA" @24-345-5 - -# \x524E\x90A3 12-345-5-1345-25-2 -noback context ["\x524E"]"\x90A3" @12-345-5 -noback context _1"\x524E"["\x90A3"] @1345-25-2 +# \x524E\x8ECA 24-345-3-12-2346-3 +noback context ["\x524E"]"\x8ECA" @24-345-3 # \x525D\x524A 135-126-3-15-236-5 noback context _1"\x525D"["\x524A"] @15-236-5 @@ -39403,6 +40594,9 @@ # \x5275\x75D5 12-456-3-1235-136-2 noback context ["\x5275"]"\x75D5" @12-456-3 +# \x5278\x884C 1-12456-3-15-13456-2 +noback context ["\x5278"]"\x884C" @1-12456-3 + # \x5279\x6D41 13-234-3-14-234-2 noback context ["\x5279"]"\x6D41" @13-234-3 @@ -39461,6 +40655,10 @@ noback context ["\x52DD"]"\x6578" @24-1356-3 noback context _1"\x52DD"["\x6578"] @24-34-4 +# \x52DE\x5FA0 14-146-5-14-2456-5 +noback context ["\x52DE"]"\x5FA0" @14-146-5 +noback context _1"\x52DE"["\x5FA0"] @14-2456-5 + # \x52DE\x8ECD 14-146-5-13-256-3 noback context ["\x52DE"]"\x8ECD" @14-146-5 @@ -39485,9 +40683,6 @@ # \x5315\x898B 135-16-4-15-2345-5 noback context _1"\x5315"["\x898B"] @15-2345-5 -# \x5317\x4F10 135-356-4-12345-345-3 -noback context _1"\x5317"["\x4F10"] @12345-345-3 - # \x5339\x529B 1234-16-3-14-16-5 noback context ["\x5339"]"\x529B" @1234-16-3 @@ -39692,9 +40887,6 @@ # \x5401\x6C42 1256-5-245-234-2 noback context ["\x5401"]"\x6C42" @1256-5 -# \x5404\x884C 13-2346-5-1235-1346-2 -noback context _1"\x5404"["\x884C"] @1235-1346-2 - # \x5406\x559D 246-3-1235-2346-5 noback context _1"\x5406"["\x559D"] @1235-2346-5 @@ -39725,6 +40917,9 @@ # \x5410\x8840 124-34-5-15-346-4 noback context ["\x5410"]"\x8840" @124-34-5 +# \x5416\x5730 23456-3-145-16-5 +noback context ["\x5416"]"\x5730" @23456-3 + # \x541B\x5B50 13-256-3-125-156-4 noback context _1"\x541B"["\x5B50"] @125-156-4 @@ -39781,6 +40976,9 @@ # \x544A\x5B50 13-146-5-125-156-4 noback context _1"\x544A"["\x5B50"] @125-156-4 +# \x544A\x6714 13-34-5-24-25-5 +noback context ["\x544A"]"\x6714" @13-34-5 + # \x5462\x5462 1345-16-2-1345-16-2 noback context ["\x5462"]"\x5462" @1345-16-2 noback context _1"\x5462"["\x5462"] @1345-16-2 @@ -39801,12 +40999,14 @@ noback context _1"\x547C"["\x61C9"] @13456-5 # \x5484\x55DF 145-25-5-13-346-5 -noback context ["\x5484"]"\x55DF" @145-25-5 noback context _1"\x5484"["\x55DF"] @13-346-5 # \x5487\x3609 135-16-4-13-346-2 noback context ["\x5487"]"\x3609" @135-16-4 +# \x5487\x8300 135-346-2-135-126-2 +noback context _1"\x5487"["\x8300"] @135-126-2 + # \x548B\x5536 1-345-5-13-346-5 noback context ["\x548B"]"\x5536" @1-345-5 @@ -39829,6 +41029,12 @@ # \x5495\x3595 13-34-3-15-1456-3 noback context _1"\x5495"["\x3595"] @15-1456-3 +# \x54A5\x4EBA 145-346-2-1245-136-2 +noback context ["\x54A5"]"\x4EBA" @145-346-2 + +# \x54A5\x6211 145-346-2-25-4 +noback context ["\x54A5"]"\x6211" @145-346-2 + # \x54AF\x5660 13-2346-3-145-345-1 noback context _1"\x54AF"["\x5660"] @145-345-1 @@ -39936,6 +41142,9 @@ # \x54FD\x54BD 13-1356-4-346-5 noback context _1"\x54FD"["\x54BD"] @346-5 +# \x5505\x5607 1235-1236-3-24-1236-3 +noback context _1"\x5505"["\x5607"] @24-1236-3 + # \x5506\x8ABF 15-25-3-124-246-2 noback context _1"\x5506"["\x8ABF"] @124-246-2 @@ -40018,9 +41227,9 @@ # \x557E\x5527 13-234-3-13-16-2 noback context _1"\x557E"["\x5527"] @13-16-2 -# \x5580\x5580 123-2346-5-123-2346-5 -noback context ["\x5580"]"\x5580" @123-2346-5 -noback context _1"\x5580"["\x5580"] @123-2346-5 +# \x5580\x5580 123-345-3-123-345-3 +noback context ["\x5580"]"\x5580" @123-345-3 +noback context _1"\x5580"["\x5580"] @123-345-3 # \x5580\x55B3 123-345-3-12-345-3 noback context ["\x5580"]"\x55B3" @123-345-3 @@ -40223,6 +41432,9 @@ noback context ["\x5662"]"\x54BB" @1256-4 noback context _1"\x5662"["\x54BB"] @15-1256-4 +# \x5664\x5607 13-1456-5-15-1236-4 +noback context _1"\x5664"["\x5607"] @15-1236-4 + # \x5668\x6A02 245-16-5-236-5 noback context _1"\x5668"["\x6A02"] @236-5 @@ -40318,6 +41530,9 @@ # \x57F7\x5B50 1-156-2-125-156-4 noback context _1"\x57F7"["\x5B50"] @125-156-4 +# \x57F7\x62D7 1-156-2-146-5 +noback context _1"\x57F7"["\x62D7"] @146-5 + # \x57F7\x8457 1-156-2-1-25-2 noback context _1"\x57F7"["\x8457"] @1-25-2 @@ -40339,6 +41554,9 @@ # \x5835\x585E 145-34-4-15-2346-5 noback context _1"\x5835"["\x585E"] @15-2346-5 +# \x584C\x8DBF 124-345-3-15-345-5 +noback context _1"\x584C"["\x8DBF"] @15-345-5 + # \x5857\x96A9 124-34-2-146-5 noback context _1"\x5857"["\x96A9"] @146-5 @@ -40378,6 +41596,9 @@ # \x586B\x7A7A 124-2345-2-123-12346-5 noback context _1"\x586B"["\x7A7A"] @123-12346-5 +# \x586B\x7E2B 124-2345-2-12345-1356-5 +noback context _1"\x586B"["\x7E2B"] @12345-1356-5 + # \x5875\x5B50 12-136-2-125-156-4 noback context _1"\x5875"["\x5B50"] @125-156-4 @@ -40450,6 +41671,9 @@ # \x5927\x7387 145-345-5-24-2356-5 noback context _1"\x5927"["\x7387"] @24-2356-5 +# \x5927\x7D6F 145-345-5-1235-2456-5 +noback context _1"\x5927"["\x7D6F"] @1235-2456-5 + # \x5927\x8CC8 145-345-5-13-34-4 noback context _1"\x5927"["\x8CC8"] @13-34-4 @@ -40471,9 +41695,6 @@ # \x592A\x76E3 124-2456-5-13-2345-5 noback context _1"\x592A"["\x76E3"] @13-2345-5 -# \x592A\x884C 124-2456-5-1235-1346-2 -noback context _1"\x592A"["\x884C"] @1235-1346-2 - # \x592B\x5B50 12345-34-3-125-156-4 noback context _1"\x592B"["\x5B50"] @125-156-4 @@ -40630,6 +41851,9 @@ # \x5A6D\x5B1B 23456-5-1235-12456-2 noback context _1"\x5A6D"["\x5B1B"] @1235-12456-2 +# \x5A7C\x7F8C 1245-25-5-245-46-3 +noback context ["\x5A7C"]"\x7F8C" @1245-25-5 + # \x5AA0\x670D 124-25-4-12345-34-2 noback context ["\x5AA0"]"\x670D" @124-25-4 @@ -40687,6 +41911,9 @@ noback context ["\x5B50"]"\x96DF" @125-156-4 noback context _1"\x5B50"["\x96DF"] @13-1246-3 +# \x5B51\x5B52 13-346-2-13-12346-4 +noback context _1"\x5B51"["\x5B52"] @13-12346-4 + # \x5B54\x5B50 123-12346-4-125-156-4 noback context _1"\x5B54"["\x5B50"] @125-156-4 @@ -40738,6 +41965,19 @@ # \x5B8F\x7881 1235-12346-2-13-16-3 noback context _1"\x5B8F"["\x7881"] @13-16-3 +# \x5B93\x5983 12345-34-2-12345-356-3 +noback context ["\x5B93"]"\x5983" @12345-34-2 + +# \x5B93\x5B50 12345-34-2-125-156-4 +noback context ["\x5B93"]"\x5B50" @12345-34-2 +noback context _1"\x5B93"["\x5B50"] @125-156-4 + +# \x5B93\x6232 12345-34-2-15-16-5 +noback context ["\x5B93"]"\x6232" @12345-34-2 + +# \x5B93\x7FB2 12345-34-2-15-16-3 +noback context ["\x5B93"]"\x7FB2" @12345-34-2 + # \x5B98\x9577 13-12456-3-1-1346-4 noback context _1"\x5B98"["\x9577"] @1-1346-4 @@ -40890,6 +42130,24 @@ # \x5C11\x723A 24-146-5-346-2 noback context ["\x5C11"]"\x723A" @24-146-5 +# \x5C24\x4F97 234-2-124-12346-2 +noback context _1"\x5C24"["\x4F97"] @124-12346-2 + +# \x5C28\x670D 1234-1346-2-12345-34-2 +noback context ["\x5C28"]"\x670D" @1234-1346-2 + +# \x5C28\x7136 1234-1346-2-1245-1236-2 +noback context ["\x5C28"]"\x7136" @1234-1346-2 + +# \x5C28\x7709 1234-1346-2-134-356-2 +noback context ["\x5C28"]"\x7709" @1234-1346-2 + +# \x5C28\x8338 134-1356-2-1245-12346-2 +noback context ["\x5C28"]"\x8338" @134-1356-2 + +# \x5C28\x96DC 1234-1346-2-125-345-2 +noback context ["\x5C28"]"\x96DC" @1234-1346-2 + # \x5C31\x5F97 13-234-5-145-356-4 noback context _1"\x5C31"["\x5F97"] @145-356-4 @@ -40908,6 +42166,9 @@ # \x5C4F\x606F 135-13456-4-15-16-2 noback context ["\x5C4F"]"\x606F" @135-13456-4 +# \x5C4F\x71DF 135-13456-3-13456-2 +noback context ["\x5C4F"]"\x71DF" @135-13456-3 + # \x5C4F\x9000 135-13456-4-124-1246-5 noback context ["\x5C4F"]"\x9000" @135-13456-4 @@ -41010,6 +42271,9 @@ # \x5E02\x9577 24-156-5-1-1346-4 noback context _1"\x5E02"["\x9577"] @1-1346-4 +# \x5E16\x8033 124-346-3-156-4 +noback context ["\x5E16"]"\x8033" @124-346-3 + # \x5E2B\x9577 24-156-3-1-1346-4 noback context _1"\x5E2B"["\x9577"] @1-1346-4 @@ -41070,6 +42334,9 @@ # \x5EB6\x5B50 24-34-5-125-156-4 noback context _1"\x5EB6"["\x5B50"] @125-156-4 +# \x5EB8\x884C 235-3-15-13456-5 +noback context _1"\x5EB8"["\x884C"] @15-13456-5 + # \x5EDE\x585E 245-1456-3-15-2346-5 noback context _1"\x5EDE"["\x585E"] @15-2346-5 @@ -41154,6 +42421,9 @@ # \x5F48\x846F 145-1236-5-246-5 noback context ["\x5F48"]"\x846F" @145-1236-5 +# \x5F48\x85E5 145-1236-5-246-5 +noback context ["\x5F48"]"\x85E5" @145-1236-5 + # \x5F48\x9053 145-1236-5-145-146-5 noback context ["\x5F48"]"\x9053" @145-1236-5 @@ -41175,6 +42445,9 @@ # \x5F6D\x8821 1234-1356-2-14-16-4 noback context _1"\x5F6D"["\x8821"] @14-16-4 +# \x5F74\x7D04 135-126-2-236-3 +noback context ["\x5F74"]"\x7D04" @135-126-2 + # \x5F77\x5FA8 1234-1346-2-1235-456-2 noback context ["\x5F77"]"\x5FA8" @1234-1346-2 @@ -41184,18 +42457,12 @@ # \x5F80\x9084 456-4-1235-12456-2 noback context _1"\x5F80"["\x9084"] @1235-12456-2 -# \x5F81\x4F10 1-1356-3-12345-345-3 -noback context _1"\x5F81"["\x4F10"] @12345-345-3 - # \x5F8D\x5FA5 35-3-24-156-5 noback context ["\x5F8D"]"\x5FA5" @35-3 # \x5F97\x5B50 145-2346-2-125-156-4 noback context _1"\x5F97"["\x5B50"] @125-156-4 -# \x5F98\x5F8A 1234-2456-2-1235-2356-2 -noback context _1"\x5F98"["\x5F8A"] @1235-2356-2 - # \x5F9E\x8005 125-12346-5-1-2346-4 noback context ["\x5F9E"]"\x8005" @125-12346-5 @@ -41226,6 +42493,9 @@ # \x5FBF\x5FB8 14-12346-5-12-12346-5 noback context _1"\x5FBF"["\x5FB8"] @12-12346-5 +# \x5FC3\x756C 15-1456-3-1256-2 +noback context _1"\x5FC3"["\x756C"] @1256-2 + # \x5FC5\x5F97 135-16-5-145-356-4 noback context _1"\x5FC5"["\x5F97"] @145-356-4 @@ -41235,12 +42505,18 @@ # \x5FD6\x5EA6 245-123456-4-145-25-5 noback context _1"\x5FD6"["\x5EA6"] @145-25-5 +# \x5FD6\x91CF 245-123456-4-14-46-2 +noback context _1"\x5FD6"["\x91CF"] @14-46-2 + # \x5FE0\x544A 1-12346-3-13-34-5 noback context _1"\x5FE0"["\x544A"] @13-34-5 # \x5FEF\x3974 245-16-2-16-2 noback context _1"\x5FEF"["\x3974"] @16-2 +# \x5FF4\x60CE 245-1456-2-13-16-5 +noback context ["\x5FF4"]"\x60CE" @245-1456-2 + # \x5FFF\x6081 12345-136-5-13-45-5 noback context _1"\x5FFF"["\x6081"] @13-45-5 @@ -41295,6 +42571,10 @@ # \x606B\x761D 124-12346-3-13-12456-3 noback context ["\x606B"]"\x761D" @124-12346-3 +# \x606B\x77DC 124-12346-3-13-12456-3 +noback context ["\x606B"]"\x77DC" @124-12346-3 +noback context _1"\x606B"["\x77DC"] @13-12456-3 + # \x6070\x7576 245-23456-5-145-1346-5 noback context _1"\x6070"["\x7576"] @145-1346-5 @@ -41329,6 +42609,9 @@ # \x60B6\x96F7 134-136-5-14-356-2 noback context ["\x60B6"]"\x96F7" @134-136-5 +# \x60BE\x6181 123-12346-4-125-12346-4 +noback context ["\x60BE"]"\x6181" @123-12346-4 + # \x60C5\x5206 245-13456-2-12345-136-5 noback context _1"\x60C5"["\x5206"] @12345-136-5 @@ -41375,6 +42658,9 @@ # \x6137\x6A02 123-2456-4-236-5 noback context _1"\x6137"["\x6A02"] @236-5 +# \x615D\x884C 124-2346-5-15-13456-5 +noback context _1"\x615D"["\x884C"] @15-13456-5 + # \x6170\x52DE 1246-5-14-146-5 noback context _1"\x6170"["\x52DE"] @14-146-5 @@ -41484,6 +42770,9 @@ # \x620A\x5B50 34-5-125-156-4 noback context _1"\x620A"["\x5B50"] @125-156-4 +# \x620E\x884C 1245-12346-2-1235-1346-2 +noback context _1"\x620E"["\x884C"] @1235-1346-2 + # \x6210\x5206 12-1356-2-12345-136-5 noback context _1"\x6210"["\x5206"] @12345-136-5 @@ -41539,6 +42828,10 @@ # \x6241\x947D 135-2345-4-125-12456-5 noback context _1"\x6241"["\x947D"] @125-12456-5 +# \x6243\x6243 13-235-4-13-235-4 +noback context ["\x6243"]"\x6243" @13-235-4 +noback context _1"\x6243"["\x6243"] @13-235-4 + # \x6248\x5F9E 1235-34-5-125-12346-5 noback context _1"\x6248"["\x5F9E"] @125-12346-5 @@ -41597,6 +42890,12 @@ # \x6273\x8AC7 1234-1236-3-124-1236-2 noback context ["\x6273"]"\x8AC7" @1234-1236-3 +# \x6279\x542D 1234-16-3-1235-1346-2 +noback context _1"\x6279"["\x542D"] @1235-1346-2 + +# \x627C\x542D 2346-5-1235-1346-2 +noback context _1"\x627C"["\x542D"] @1235-1346-2 + # \x627E\x8457 1-146-4-1-146-2 noback context _1"\x627E"["\x8457"] @1-146-2 @@ -41633,6 +42932,9 @@ # \x62B9\x715E 134-126-4-24-345-3 noback context _1"\x62B9"["\x715E"] @24-345-3 +# \x62BC\x64D6 23456-3-1-345-2 +noback context _1"\x62BC"["\x64D6"] @1-345-2 + # \x62BC\x92EA 23456-3-1234-34-5 noback context _1"\x62BC"["\x92EA"] @1234-34-5 @@ -41645,6 +42947,9 @@ # \x62C8\x6387 145-2345-3-145-25-2 noback context ["\x62C8"]"\x6387" @145-2345-3 +# \x62C8\x7DDA 1345-2345-4-15-2345-5 +noback context ["\x62C8"]"\x7DDA" @1345-2345-4 + # \x62D4\x812F 135-345-2-1234-34-2 noback context _1"\x62D4"["\x812F"] @1234-34-2 @@ -41654,13 +42959,47 @@ # \x62D7\x53E3 146-5-123-12356-4 noback context ["\x62D7"]"\x53E3" @146-5 +# \x62D7\x53E5 146-5-13-1256-5 +noback context ["\x62D7"]"\x53E5" @146-5 + +# \x62D7\x5F37 146-5-13-46-5 +noback context ["\x62D7"]"\x5F37" @146-5 +noback context _1"\x62D7"["\x5F37"] @13-46-5 + # \x62D7\x5F46 146-5-135-346-5 noback context ["\x62D7"]"\x5F46" @146-5 +# \x62D7\x6012 1256-5-1345-34-5 +noback context ["\x62D7"]"\x6012" @1256-5 + +# \x62D7\x6298 146-4-1-2346-2 +noback context ["\x62D7"]"\x6298" @146-4 + # \x62D7\x66F2 146-4-245-1256-3 noback context ["\x62D7"]"\x66F2" @146-4 noback context _1"\x62D7"["\x66F2"] @245-1256-3 +# \x62D7\x6B4C 146-5-13-2346-3 +noback context ["\x62D7"]"\x6B4C" @146-5 + +# \x62D7\x751C 146-5-124-2345-2 +noback context ["\x62D7"]"\x751C" @146-5 + +# \x62D7\x82B1 146-4-1235-35-3 +noback context ["\x62D7"]"\x82B1" @146-4 + +# \x62D7\x84EE 146-4-14-2345-2 +noback context ["\x62D7"]"\x84EE" @146-4 + +# \x62D7\x8655 146-5-12-34-5 +noback context ["\x62D7"]"\x8655" @146-5 + +# \x62D7\x9AD4 146-5-124-16-4 +noback context ["\x62D7"]"\x9AD4" @146-5 + +# \x62D8\x66F2 13-1256-3-245-1256-3 +noback context _1"\x62D8"["\x66F2"] @245-1256-3 + # \x62D8\x6CE5 13-1256-3-1345-16-5 noback context _1"\x62D8"["\x6CE5"] @1345-16-5 @@ -41679,6 +43018,15 @@ # \x6307\x7E2B 1-156-4-12345-1356-5 noback context _1"\x6307"["\x7E2B"] @12345-1356-5 +# \x630C\x6597 13-2346-2-145-12356-5 +noback context _1"\x630C"["\x6597"] @145-12356-5 + +# \x6311\x523A 124-246-4-245-156-5 +noback context ["\x6311"]"\x523A" @124-246-4 + +# \x6311\x5506 124-246-4-15-25-3 +noback context ["\x6311"]"\x5506" @124-246-4 + # \x6311\x5F04 124-246-4-1345-12346-5 noback context ["\x6311"]"\x5F04" @124-246-4 @@ -41691,15 +43039,33 @@ # \x6311\x64D4 124-246-3-145-1236-5 noback context _1"\x6311"["\x64D4"] @145-1236-5 +# \x6311\x6CDB 124-246-4-12345-1236-5 +noback context ["\x6311"]"\x6CDB" @124-246-4 + # \x6311\x71C8 124-246-4-145-1356-3 noback context ["\x6311"]"\x71C8" @124-246-4 +# \x6311\x7709 124-246-4-134-356-2 +noback context ["\x6311"]"\x7709" @124-246-4 + +# \x6311\x7E61 124-246-4-15-234-5 +noback context ["\x6311"]"\x7E61" @124-246-4 + +# \x6311\x8123 124-246-4-12-123456-2 +noback context ["\x6311"]"\x8123" @124-246-4 + # \x6311\x9017 124-246-4-145-12356-5 noback context ["\x6311"]"\x9017" @124-246-4 # \x6311\x91C1 124-246-4-15-1456-5 noback context ["\x6311"]"\x91C1" @124-246-4 +# \x6311\x9B25 124-246-4-145-12356-5 +noback context ["\x6311"]"\x9B25" @124-246-4 + +# \x6313\x6332 1-345-3-24-345-5 +noback context _1"\x6313"["\x6332"] @24-345-5 + # \x6339\x6290 16-5-1345-16-5 noback context _1"\x6339"["\x6290"] @1345-16-5 @@ -41809,15 +43175,24 @@ # \x642A\x585E 124-1346-2-15-2346-5 noback context _1"\x642A"["\x585E"] @15-2346-5 +# \x642C\x6311 135-1236-3-124-246-4 +noback context _1"\x642C"["\x6311"] @124-246-4 + # \x642D\x6492 145-345-3-15-345-3 noback context _1"\x642D"["\x6492"] @15-345-3 # \x6433\x62F3 1235-35-2-245-45-2 noback context ["\x6433"]"\x62F3" @1235-35-2 +# \x6433\x64D6 15-23456-2-13-2346-2 +noback context _1"\x6433"["\x64D6"] @13-2346-2 + # \x6433\x812B 1235-35-2-124-25-3 noback context ["\x6433"]"\x812B" @1235-35-2 +# \x643D\x7A70 12-345-2-1245-1346-4 +noback context _1"\x643D"["\x7A70"] @1245-1346-4 + # \x645F\x5305 14-12356-3-135-146-3 noback context ["\x645F"]"\x5305" @14-12356-3 @@ -41861,10 +43236,6 @@ # \x647B\x57F7 24-1236-4-1-156-2 noback context ["\x647B"]"\x57F7" @24-1236-4 -# \x647B\x647B 24-1236-3-24-1236-3 -noback context ["\x647B"]"\x647B" @24-1236-3 -noback context _1"\x647B"["\x647B"] @24-1236-3 - # \x647B\x64BE 245-1236-5-1-35-3 noback context ["\x647B"]"\x64BE" @245-1236-5 @@ -41978,14 +43349,11 @@ # \x6492\x9A37 15-345-3-15-146-3 noback context ["\x6492"]"\x9A37" @15-345-3 -# \x649F\x6377 13-246-5-13-346-2 -noback context ["\x649F"]"\x6377" @13-246-5 - # \x649F\x6387 13-246-5-145-25-2 noback context ["\x649F"]"\x6387" @13-246-5 -# \x649F\x820C 13-246-5-24-2346-2 -noback context ["\x649F"]"\x820C" @13-246-5 +# \x64A2\x53D6 124-1236-5-245-1256-4 +noback context ["\x64A2"]"\x53D6" @124-1236-5 # \x64AD\x6620 135-126-3-13456-5 noback context ["\x64AD"]"\x6620" @135-126-3 @@ -41999,6 +43367,9 @@ # \x64CD\x884C 245-146-3-15-13456-5 noback context _1"\x64CD"["\x884C"] @15-13456-5 +# \x64D4\x5B50 145-1236-5-125-156-1 +noback context ["\x64D4"]"\x5B50" @145-1236-5 + # \x64D7\x647D 1234-16-5-135-246-3 noback context _1"\x64D7"["\x647D"] @135-246-3 @@ -42130,9 +43501,6 @@ # \x6587\x5B50 123456-2-125-156-4 noback context _1"\x6587"["\x5B50"] @125-156-4 -# \x6587\x904E 123456-5-13-25-5 -noback context ["\x6587"]"\x904E" @123456-5 - # \x6587\x98FE 123456-5-24-156-5 noback context ["\x6587"]"\x98FE" @123456-5 @@ -42400,6 +43768,9 @@ # \x670D\x5E16 12345-34-2-124-346-3 noback context _1"\x670D"["\x5E16"] @124-346-3 +# \x671A\x5000 134-1356-5-12-1346-3 +noback context ["\x671A"]"\x5000" @134-1356-5 + # \x671B\x5B50 456-5-125-156-4 noback context _1"\x671B"["\x5B50"] @125-156-4 @@ -42437,6 +43808,9 @@ # \x671D\x9732 1-146-3-14-34-5 noback context ["\x671D"]"\x9732" @1-146-3 +# \x671D\x9954 1-146-3-235-3 +noback context ["\x671D"]"\x9954" @1-146-3 + # \x671F\x5E74 13-16-3-1345-2345-2 noback context ["\x671F"]"\x5E74" @13-16-3 @@ -42479,21 +43853,51 @@ # \x6751\x9577 245-123456-3-1-1346-4 noback context _1"\x6751"["\x9577"] @1-1346-4 +# \x6755\x675C 145-16-5-145-34-5 +noback context ["\x6755"]"\x675C" @145-16-5 + # \x675C\x585E 145-34-5-15-2346-5 noback context _1"\x675C"["\x585E"] @15-2346-5 +# \x675E\x5B50 245-16-4-125-156-4 +noback context _1"\x675E"["\x5B50"] @125-156-4 + +# \x6760\x8F42 13-1346-3-13-34-4 +noback context ["\x6760"]"\x8F42" @13-1346-3 + # \x677E\x5B50 15-12346-3-125-156-4 noback context _1"\x677E"["\x5B50"] @125-156-4 +# \x6795\x676B 1-136-4-15-156-5 +noback context _1"\x6795"["\x676B"] @15-156-5 + +# \x67B3\x6907 13-16-4-13-1256-4 +noback context ["\x67B3"]"\x6907" @13-16-4 + +# \x67B8\x6728 13-12356-3-134-34-5 +noback context ["\x67B8"]"\x6728" @13-12356-3 + +# \x67B8\x6ADE 13-1256-4-45-2 +noback context ["\x67B8"]"\x6ADE" @13-1256-4 + +# \x67B8\x91AC 13-1256-4-13-46-5 +noback context ["\x67B8"]"\x91AC" @13-1256-4 + # \x67D0\x5B50 134-12356-4-125-156-4 noback context _1"\x67D0"["\x5B50"] @125-156-4 +# \x67D6\x69A3 1-146-3-246-2 +noback context ["\x67D6"]"\x69A3" @1-146-3 + # \x67E5\x52D8 12-345-2-123-1236-5 noback context _1"\x67E5"["\x52D8"] @123-1236-5 # \x67E5\x5377 12-345-2-13-45-5 noback context _1"\x67E5"["\x5377"] @13-45-5 +# \x67EE\x6782 145-25-5-25-5 +noback context _1"\x67EE"["\x6782"] @25-5 + # \x67F3\x5B50 14-234-4-125-156-4 noback context _1"\x67F3"["\x5B50"] @125-156-4 @@ -42533,6 +43937,9 @@ # \x6838\x5F48 1235-2346-2-145-1236-5 noback context _1"\x6838"["\x5F48"] @145-1236-5 +# \x6839\x83C0 13-136-3-45-5 +noback context _1"\x6839"["\x83C0"] @45-5 + # \x683C\x55B3 13-2346-2-12-345-3 noback context _1"\x683C"["\x55B3"] @12-345-3 @@ -42542,6 +43949,9 @@ # \x6840\x6556 13-346-2-146-5 noback context _1"\x6840"["\x6556"] @146-5 +# \x6844\x6994 13-456-3-14-1346-2 +noback context ["\x6844"]"\x6994" @13-456-3 + # \x6848\x5377 1236-5-13-45-5 noback context _1"\x6848"["\x5377"] @13-45-5 @@ -42563,6 +43973,9 @@ # \x6897\x585E 13-1356-4-15-2346-5 noback context _1"\x6897"["\x585E"] @15-2346-5 +# \x68B5\x5504 12345-1236-5-135-2456-5 +noback context _1"\x68B5"["\x5504"] @135-2456-5 + # \x68C4\x5B50 245-16-5-125-156-4 noback context _1"\x68C4"["\x5B50"] @125-156-4 @@ -42773,9 +44186,6 @@ # \x6BB7\x5207 1456-3-245-346-5 noback context _1"\x6BB7"["\x5207"] @245-346-5 -# \x6BBA\x4F10 24-345-3-12345-345-3 -noback context _1"\x6BBA"["\x4F10"] @12345-345-3 - # \x6BCD\x5B50 134-34-4-125-156-4 noback context _1"\x6BCD"["\x5B50"] @125-156-4 @@ -42825,6 +44235,9 @@ # \x6C5F\x90FD 13-46-3-145-34-3 noback context _1"\x6C5F"["\x90FD"] @145-34-3 +# \x6C6A\x6FCA 456-3-1246-5 +noback context _1"\x6C6A"["\x6FCA"] @1246-5 + # \x6C6B\x6FD9 13-13456-5-13456-2 noback context ["\x6C6B"]"\x6FD9" @13-13456-5 @@ -43222,6 +44635,10 @@ # \x6FA9\x7042 15-246-5-1-25-2 noback context ["\x6FA9"]"\x7042" @15-246-5 +# \x6FCA\x6FCA 1235-25-5-1235-25-5 +noback context ["\x6FCA"]"\x6FCA" @1235-25-5 +noback context _1"\x6FCA"["\x6FCA"] @1235-25-5 + # \x6FCE\x6FD9 124-13456-5-13456-2 noback context ["\x6FCE"]"\x6FD9" @124-13456-5 @@ -43235,6 +44652,9 @@ # \x6FEE\x9206 1234-34-2-2345-2 noback context _1"\x6FEE"["\x9206"] @2345-2 +# \x706B\x7649 1235-25-4-145-1236-3 +noback context _1"\x706B"["\x7649"] @145-1236-3 + # \x706B\x92EA 1235-25-4-1234-34-5 noback context _1"\x706B"["\x92EA"] @1234-34-5 @@ -43247,6 +44667,9 @@ # \x708A\x7D2F 12-1246-5-14-356-5 noback context ["\x708A"]"\x7D2F" @12-1246-5 +# \x7094\x6B3D 13-1246-5-245-1456-3 +noback context ["\x7094"]"\x6B3D" @13-1246-5 + # \x70AE\x7092 135-146-3-12-146-4 noback context ["\x70AE"]"\x7092" @135-146-3 @@ -43282,6 +44705,9 @@ # \x70BA\x864E 1246-5-1235-34-4 noback context ["\x70BA"]"\x864E" @1246-5 +# \x70CF\x79C5 34-3-1345-345-2 +noback context _1"\x70CF"["\x79C5"] @1345-345-2 + # \x70F9\x8ABF 1234-1356-3-124-246-2 noback context _1"\x70F9"["\x8ABF"] @124-246-2 @@ -43300,6 +44726,9 @@ # \x715E\x4F4F 24-345-3-1-34-5 noback context ["\x715E"]"\x4F4F" @24-345-3 +# \x715E\x5C3E 24-345-3-1246-4 +noback context ["\x715E"]"\x5C3E" @24-345-3 + # \x715E\x8ECA 24-345-3-12-2346-3 noback context ["\x715E"]"\x8ECA" @24-345-3 @@ -43328,21 +44757,6 @@ # \x71C9\x714C 145-123456-3-1235-456-2 noback context ["\x71C9"]"\x714C" @145-123456-3 -# \x71CE\x6BDB 14-246-4-134-146-2 -noback context ["\x71CE"]"\x6BDB" @14-246-4 - -# \x71CE\x6CE1 14-246-2-1234-146-5 -noback context ["\x71CE"]"\x6CE1" @14-246-2 - -# \x71CE\x6F3F 14-246-2-13-46-3 -noback context ["\x71CE"]"\x6F3F" @14-246-2 - -# \x71CE\x707C 14-246-4-1-25-2 -noback context ["\x71CE"]"\x707C" @14-246-4 - -# \x71CE\x9AEE 14-246-4-12345-345-4 -noback context ["\x71CE"]"\x9AEE" @14-246-4 - # \x71D5\x4E39 2345-3-145-1236-3 noback context ["\x71D5"]"\x4E39" @2345-3 @@ -43388,6 +44802,9 @@ # \x725B\x5B50 1345-234-2-125-156-4 noback context _1"\x725B"["\x5B50"] @125-156-4 +# \x725B\x979E 1345-234-2-135-356-3 +noback context _1"\x725B"["\x979E"] @135-356-3 + # \x7279\x8ABF 124-2346-5-124-246-2 noback context _1"\x7279"["\x8ABF"] @124-246-2 @@ -43449,9 +44866,15 @@ # \x7332\x7362 15-346-3-15-246-3 noback context ["\x7332"]"\x7362" @15-346-3 +# \x7336\x50B6 234-2-245-16-3 +noback context _1"\x7336"["\x50B6"] @245-16-3 + # \x734F\x3E94 134-34-2-1235-1246-3 noback context _1"\x734F"["\x3E94"] @1235-1246-3 +# \x735E\x4EBA 1-456-5-1245-136-2 +noback context ["\x735E"]"\x4EBA" @1-456-5 + # \x7368\x8655 145-34-2-12-34-4 noback context _1"\x7368"["\x8655"] @12-34-4 @@ -43546,6 +44969,9 @@ # \x745A\x7489 1235-34-2-14-2345-2 noback context _1"\x745A"["\x7489"] @14-2345-2 +# \x745C\x4F3D 1256-2-13-23456-3 +noback context _1"\x745C"["\x4F3D"] @13-23456-3 + # \x745F\x7E2E 15-2346-5-15-34-5 noback context _1"\x745F"["\x7E2E"] @15-34-5 @@ -43621,12 +45047,18 @@ # \x755C\x990A 15-1256-5-46-4 noback context ["\x755C"]"\x990A" @15-1256-5 +# \x756A\x79BA 1234-1236-3-1256-2 +noback context ["\x756A"]"\x79BA" @1234-1236-3 + # \x756C\x4E01 1256-2-145-13456-3 noback context ["\x756C"]"\x4E01" @1256-2 # \x756C\x7530 1256-2-124-2345-2 noback context ["\x756C"]"\x7530" @1256-2 +# \x756C\x7A2E 24-2346-3-1-12346-5 +noback context _1"\x756C"["\x7A2E"] @1-12346-5 + # \x7576\x5DEE 145-1346-3-12-2456-3 noback context _1"\x7576"["\x5DEE"] @12-2456-3 @@ -43662,6 +45094,9 @@ # \x75C5\x7625 135-13456-5-12-2456-5 noback context _1"\x75C5"["\x7625"] @12-2456-5 +# \x75C5\x9769 135-13456-5-13-16-2 +noback context _1"\x75C5"["\x9769"] @13-16-2 + # \x75DB\x60E1 124-12346-5-34-5 noback context _1"\x75DB"["\x60E1"] @34-5 @@ -43683,6 +45118,9 @@ # \x762E\x3F8A 24-136-3-15-2346-5 noback context _1"\x762E"["\x3F8A"] @15-2346-5 +# \x7649\x7627 145-1236-3-1345-236-5 +noback context ["\x7649"]"\x7627" @145-1236-3 + # \x7656\x597D 1234-16-4-1235-146-5 noback context _1"\x7656"["\x597D"] @1235-146-5 @@ -43768,6 +45206,9 @@ # \x76DB\x98EF 12-1356-2-12345-1236-5 noback context ["\x76DB"]"\x98EF" @12-1356-2 +# \x76DC\x9821 145-146-5-13-346-2 +noback context _1"\x76DC"["\x9821"] @13-346-2 + # \x76E3\x672C 13-2345-5-135-136-4 noback context ["\x76E3"]"\x672C" @13-2345-5 @@ -43831,6 +45272,9 @@ # \x76F8\x8C8C 15-46-5-134-146-5 noback context ["\x76F8"]"\x8C8C" @15-46-5 +# \x76F8\x8F11 15-46-3-245-256-3 +noback context _1"\x76F8"["\x8F11"] @245-256-3 + # \x76F8\x9762 15-46-5-134-2345-5 noback context ["\x76F8"]"\x9762" @15-46-5 @@ -43933,9 +45377,18 @@ # \x778E\x652A 15-23456-3-13-146-4 noback context _1"\x778E"["\x652A"] @13-146-4 +# \x7791\x7729 134-2345-5-15-45-5 +noback context ["\x7791"]"\x7729" @134-2345-5 + # \x77AD\x671B 14-246-5-456-5 noback context ["\x77AD"]"\x671B" @14-246-5 +# \x77B4\x5A41 134-12356-2-14-12356-2 +noback context ["\x77B4"]"\x5A41" @134-12356-2 + +# \x77DC\x5BE1 13-12456-3-13-35-4 +noback context ["\x77DC"]"\x5BE1" @13-12456-3 + # \x77E5\x4E86 1-156-3-14-246-4 noback context _1"\x77E5"["\x4E86"] @14-246-4 @@ -43948,9 +45401,6 @@ # \x77FA\x9F20 124-25-3-24-34-4 noback context ["\x77FA"]"\x9F20" @124-25-3 -# \x780D\x4F10 123-1236-4-12345-345-3 -noback context _1"\x780D"["\x4F10"] @12345-345-3 - # \x7822\x78E3 123-2346-3-12-136-4 noback context ["\x7822"]"\x78E3" @123-2346-3 @@ -43969,6 +45419,9 @@ # \x7891\x5E16 135-356-3-124-346-5 noback context _1"\x7891"["\x5E16"] @124-346-5 +# \x789F\x715E 145-346-2-24-345-3 +noback context _1"\x789F"["\x715E"] @24-345-3 + # \x78BA\x5207 245-236-5-245-346-5 noback context _1"\x78BA"["\x5207"] @245-346-5 @@ -44095,6 +45548,9 @@ # \x7A7A\x4F4D 123-12346-5-1246-5 noback context ["\x7A7A"]"\x4F4D" @123-12346-5 +# \x7A7A\x4F97 123-12346-3-124-12346-2 +noback context _1"\x7A7A"["\x4F97"] @124-12346-2 + # \x7A7A\x5730 123-12346-5-145-16-5 noback context ["\x7A7A"]"\x5730" @123-12346-5 @@ -44164,9 +45620,6 @@ # \x7B26\x61C9 12345-34-2-13456-5 noback context _1"\x7B26"["\x61C9"] @13456-5 -# \x7B46\x4F10 135-16-4-12345-345-3 -noback context _1"\x7B46"["\x4F10"] @12345-345-3 - # \x7B49\x5206 145-1356-4-12345-136-5 noback context _1"\x7B49"["\x5206"] @12345-136-5 @@ -44190,6 +45643,9 @@ # \x7B73\x7BFF 124-13456-2-1-12456-3 noback context _1"\x7B73"["\x7BFF"] @1-12456-3 +# \x7B78\x5B50 13-1236-3-125-156-4 +noback context _1"\x7B78"["\x5B50"] @125-156-4 + # \x7B97\x5B50 15-12456-5-125-156-4 noback context _1"\x7B97"["\x5B50"] @125-156-4 @@ -44227,6 +45683,12 @@ # \x7C4D\x6C92 13-16-2-134-126-5 noback context _1"\x7C4D"["\x6C92"] @134-126-5 +# \x7C60\x4F97 14-12346-2-124-12346-2 +noback context _1"\x7C60"["\x4F97"] @124-12346-2 + +# \x7C73\x82BE 134-16-4-12345-34-2 +noback context _1"\x7C73"["\x82BE"] @12345-34-2 + # \x7C73\x884C 134-16-4-1235-1346-2 noback context _1"\x7C73"["\x884C"] @1235-1346-2 @@ -44254,6 +45716,12 @@ # \x7CDD\x42A4 15-1236-4-145-1236-5 noback context _1"\x7CDD"["\x42A4"] @145-1236-5 +# \x7CE7\x884C 14-46-2-1235-1346-2 +noback context _1"\x7CE7"["\x884C"] @1235-1346-2 + +# \x7CFE\x66F2 13-234-3-245-1256-3 +noback context _1"\x7CFE"["\x66F2"] @245-1256-3 + # \x7CFE\x7387 13-234-3-24-2356-5 noback context _1"\x7CFE"["\x7387"] @24-2356-5 @@ -44278,9 +45746,15 @@ # \x7D13\x96E3 24-34-3-1345-1236-5 noback context _1"\x7D13"["\x96E3"] @1345-1236-5 +# \x7D1B\x7E15 12345-136-3-256-3 +noback context _1"\x7D1B"["\x7E15"] @256-3 + # \x7D20\x884C 15-34-5-15-13456-5 noback context _1"\x7D20"["\x884C"] @15-13456-5 +# \x7D2C\x6B21 12-12356-3-245-156-5 +noback context ["\x7D2C"]"\x6B21" @12-12356-3 + # \x7D2C\x7E79 12-12356-3-16-5 noback context ["\x7D2C"]"\x7E79" @12-12356-3 @@ -44345,8 +45819,8 @@ # \x7D2F\x8A08 14-356-4-13-16-5 noback context ["\x7D2F"]"\x8A08" @14-356-4 -# \x7D2F\x8D05 14-356-2-1-1246-5 -noback context ["\x7D2F"]"\x8D05" @14-356-2 +# \x7D2F\x8D05 14-356-4-1-1246-5 +noback context ["\x7D2F"]"\x8D05" @14-356-4 # \x7D2F\x9032 14-356-4-13-1456-5 noback context ["\x7D2F"]"\x9032" @14-356-4 @@ -44357,6 +45831,9 @@ # \x7D30\x7E2B 15-16-5-12345-1356-5 noback context _1"\x7D30"["\x7E2B"] @12345-1356-5 +# \x7D30\x884C 15-16-5-15-13456-5 +noback context _1"\x7D30"["\x884C"] @15-13456-5 + # \x7D37\x431F 14-13456-2-135-16-5 noback context _1"\x7D37"["\x431F"] @135-16-5 @@ -44369,9 +45846,16 @@ # \x7D50\x5DF4 13-346-3-135-345-3 noback context ["\x7D50"]"\x5DF4" @13-346-3 +# \x7D55\x5B50 13-236-2-125-156-4 +noback context _1"\x7D55"["\x5B50"] @125-156-4 + # \x7D5C\x6979 13-346-2-13456-2 noback context ["\x7D5C"]"\x6979" @13-346-2 +# \x7D5C\x884C 13-346-2-15-13456-5 +noback context ["\x7D5C"]"\x884C" @13-346-2 +noback context _1"\x7D5C"["\x884C"] @15-13456-5 + # \x7D66\x4E88 13-16-4-1256-4 noback context ["\x7D66"]"\x4E88" @13-16-4 @@ -44434,6 +45918,9 @@ # \x7E31\x8CAB 125-12346-3-13-12456-5 noback context ["\x7E31"]"\x8CAB" @125-12346-3 +# \x7E33\x5176 12-12456-2-245-16-2 +noback context ["\x7E33"]"\x5176" @12-12456-2 + # \x7E3D\x5F97 125-12346-4-145-356-4 noback context _1"\x7E3D"["\x5F97"] @145-356-4 @@ -44476,12 +45963,21 @@ # \x7F72\x540D 24-34-5-134-13456-2 noback context ["\x7F72"]"\x540D" @24-34-5 +# \x7F77\x83C0 135-345-5-45-5 +noback context _1"\x7F77"["\x83C0"] @45-5 + # \x7F79\x96E3 14-16-2-1345-1236-5 noback context _1"\x7F79"["\x96E3"] @1345-1236-5 # \x7F8A\x5B50 46-2-125-156-4 noback context _1"\x7F8A"["\x5B50"] @125-156-4 +# \x7F8B\x5B30 134-16-4-13456-3 +noback context ["\x7F8B"]"\x5B30" @134-16-4 + +# \x7F9B\x967D 15-16-3-46-2 +noback context ["\x7F9B"]"\x967D" @15-16-3 + # \x7F9E\x602F 15-234-3-245-236-5 noback context _1"\x7F9E"["\x602F"] @245-236-5 @@ -44503,9 +45999,27 @@ # \x7FAC\x7F8A 245-2345-2-46-2 noback context ["\x7FAC"]"\x7F8A" @245-2345-2 +# \x7FE0\x7FF9 245-1246-5-245-246-2 +noback context _1"\x7FE0"["\x7FF9"] @245-246-2 + +# \x7FF9\x5F65 245-246-2-2345-5 +noback context ["\x7FF9"]"\x5F65" @245-246-2 + +# \x7FF9\x66F2 245-246-5-245-1256-3 +noback context _1"\x7FF9"["\x66F2"] @245-1256-3 + +# \x7FF9\x671B 245-246-2-456-5 +noback context ["\x7FF9"]"\x671B" @245-246-2 + # \x7FF9\x695A 245-246-2-12-34-4 noback context ["\x7FF9"]"\x695A" @245-246-2 +# \x7FF9\x79C0 245-246-2-15-234-5 +noback context ["\x7FF9"]"\x79C0" @245-246-2 + +# \x7FF9\x8DB3 245-246-2-125-34-2 +noback context ["\x7FF9"]"\x8DB3" @245-246-2 + # \x7FF9\x9996 245-246-2-24-12356-4 noback context ["\x7FF9"]"\x9996" @245-246-2 @@ -44527,6 +46041,9 @@ # \x8015\x7A2E 13-1356-3-1-12346-5 noback context _1"\x8015"["\x7A2E"] @1-12346-5 +# \x8018\x801B 256-2-12-156-2 +noback context _1"\x8018"["\x801B"] @12-156-2 + # \x8033\x54BD 156-4-2345-3 noback context _1"\x8033"["\x54BD"] @2345-3 @@ -44536,6 +46053,9 @@ # \x8036\x5B43 346-2-1345-46-2 noback context ["\x8036"]"\x5B43" @346-2 +# \x803A\x803E 13456-2-1235-12346-2 +noback context ["\x803A"]"\x803E" @13456-2 + # \x805E\x9054 123456-5-145-345-2 noback context ["\x805E"]"\x9054" @123456-5 @@ -44584,6 +46104,9 @@ # \x812F\x5B50 1234-34-2-125-156-1 noback context ["\x812F"]"\x5B50" @1234-34-2 +# \x813E\x7649 1234-16-2-145-1236-3 +noback context _1"\x813E"["\x7649"] @145-1236-3 + # \x814C\x81E2 1346-3-125-1346-3 noback context ["\x814C"]"\x81E2" @1346-3 @@ -44709,8 +46232,8 @@ # \x8272\x76F8 15-2346-5-15-46-5 noback context _1"\x8272"["\x76F8"] @15-46-5 -# \x828B\x827F 1256-5-1345-2456-4 -noback context _1"\x828B"["\x827F"] @1345-2456-4 +# \x827D\x91CE 245-234-2-346-4 +noback context ["\x827D"]"\x91CE" @245-234-2 # \x82AD\x82F4 135-345-3-13-1256-4 noback context _1"\x82AD"["\x82F4"] @13-1256-4 @@ -44718,6 +46241,10 @@ # \x82B1\x51A0 1235-35-3-13-12456-3 noback context _1"\x82B1"["\x51A0"] @13-12456-3 +# \x82BE\x82BE 12345-34-2-12345-34-2 +noback context ["\x82BE"]"\x82BE" @12345-34-2 +noback context _1"\x82BE"["\x82BE"] @12345-34-2 + # \x82D1\x7D50 1256-5-13-346-2 noback context ["\x82D1"]"\x7D50" @1256-5 @@ -44739,6 +46266,12 @@ # \x82F1\x96CB 13456-3-13-256-5 noback context _1"\x82F1"["\x96CB"] @13-256-5 +# \x8300\x661F 135-356-5-15-13456-3 +noback context ["\x8300"]"\x661F" @135-356-5 + +# \x8300\x7FF0 135-16-5-1235-1236-5 +noback context ["\x8300"]"\x7FF0" @135-16-5 + # \x8301\x9577 1-25-2-1-1346-4 noback context _1"\x8301"["\x9577"] @1-1346-4 @@ -44751,9 +46284,15 @@ # \x8308\x80E1 12-2456-2-1235-34-2 noback context ["\x8308"]"\x80E1" @12-2456-2 +# \x8317\x827C 134-13456-2-145-13456-4 +noback context _1"\x8317"["\x827C"] @145-13456-4 + # \x8336\x51E0 12-345-2-13-16-3 noback context _1"\x8336"["\x51E0"] @13-16-3 +# \x8336\x943A 12-345-2-12-1356-3 +noback context _1"\x8336"["\x943A"] @12-1356-3 + # \x8340\x5B50 15-256-2-125-156-4 noback context _1"\x8340"["\x5B50"] @125-156-4 @@ -44785,6 +46324,15 @@ # \x83AB\x90AA 134-126-5-346-2 noback context _1"\x83AB"["\x90AA"] @346-2 +# \x83C0\x5F7C 1256-5-135-16-4 +noback context ["\x83C0"]"\x5F7C" @1256-5 + +# \x83C0\x67AF 1256-5-123-34-3 +noback context ["\x83C0"]"\x67AF" @1256-5 + +# \x83C0\x67F3 1256-5-14-234-4 +noback context ["\x83C0"]"\x67F3" @1256-5 + # \x83D1\x756C 125-156-3-1256-2 noback context _1"\x83D1"["\x756C"] @1256-2 @@ -44967,6 +46515,9 @@ # \x84BC\x672F 245-1346-3-1-34-2 noback context _1"\x84BC"["\x672F"] @1-34-2 +# \x84CA\x8338 12346-4-1245-12346-4 +noback context _1"\x84CA"["\x8338"] @1245-12346-4 + # \x84EE\x5B50 14-2345-2-125-156-4 noback context _1"\x84EE"["\x5B50"] @125-156-4 @@ -44980,9 +46531,15 @@ # \x8513\x83C1 134-1236-2-13-13456-3 noback context ["\x8513"]"\x83C1" @134-1236-2 +# \x852B\x9EC3 2345-3-1235-456-2 +noback context ["\x852B"]"\x9EC3" @2345-3 + # \x853D\x585E 135-16-5-15-2346-5 noback context _1"\x853D"["\x585E"] @15-2346-5 +# \x853D\x67E8 135-16-5-1234-34-3 +noback context _1"\x853D"["\x67E8"] @1234-34-3 + # \x8543\x4FAF 12345-1236-2-1235-12356-2 noback context ["\x8543"]"\x4FAF" @12345-1236-2 @@ -45047,6 +46604,9 @@ noback context ["\x85C9"]"\x85C9" @13-16-2 noback context _1"\x85C9"["\x85C9"] @13-16-2 +# \x85CF\x50B3 125-1346-5-12-12456-2 +noback context ["\x85CF"]"\x50B3" @125-1346-5 + # \x85CF\x6587 125-1346-5-123456-2 noback context ["\x85CF"]"\x6587" @125-1346-5 @@ -45062,6 +46622,9 @@ # \x85E5\x92EA 246-5-1234-34-5 noback context _1"\x85E5"["\x92EA"] @1234-34-5 +# \x85E5\x943A 246-5-12-1356-3 +noback context _1"\x85E5"["\x943A"] @12-1356-3 + # \x85F7\x8517 1-34-3-1-2346-5 noback context ["\x85F7"]"\x8517" @1-34-3 @@ -45149,6 +46712,9 @@ # \x871A\x9CE5 12345-356-3-1345-246-4 noback context ["\x871A"]"\x9CE5" @12345-356-3 +# \x871B\x86A5 13-1256-3-12345-34-4 +noback context _1"\x871B"["\x86A5"] @12345-34-4 + # \x8757\x5B50 1235-456-2-125-156-4 noback context _1"\x8757"["\x5B50"] @125-156-4 @@ -45184,6 +46750,9 @@ # \x87FB\x86D8 16-4-46-4 noback context _1"\x87FB"["\x86D8"] @46-4 +# \x87FE\x8829 12-1236-2-12-34-2 +noback context _1"\x87FE"["\x8829"] @12-34-2 + # \x8821\x7E23 14-16-4-15-2345-5 noback context ["\x8821"]"\x7E23" @14-16-4 @@ -45208,6 +46777,9 @@ # \x884C\x54E1 1235-1346-2-45-2 noback context ["\x884C"]"\x54E1" @1235-1346-2 +# \x884C\x5B50 15-13456-2-125-156-4 +noback context _1"\x884C"["\x5B50"] @125-156-4 + # \x884C\x5BB6 1235-1346-2-13-23456-3 noback context ["\x884C"]"\x5BB6" @1235-1346-2 @@ -45272,6 +46844,9 @@ # \x8868\x76F8 135-246-4-15-46-5 noback context _1"\x8868"["\x76F8"] @15-46-5 +# \x88B9\x8179 135-126-2-12345-34-5 +noback context ["\x88B9"]"\x8179" @135-126-2 + # \x88C1\x5EA6 245-2456-2-145-25-5 noback context _1"\x88C1"["\x5EA6"] @145-25-5 @@ -45308,6 +46883,10 @@ # \x893B\x73A9 15-346-5-12456-5 noback context _1"\x893B"["\x73A9"] @12456-5 +# \x894E\x88F7 12345-1236-2-45-3 +noback context ["\x894E"]"\x88F7" @12345-1236-2 +noback context _1"\x894E"["\x88F7"] @45-3 + # \x8972\x902E 15-16-2-145-2456-5 noback context _1"\x8972"["\x902E"] @145-2456-5 @@ -45360,12 +46939,12 @@ # \x89E3\x60B6 13-346-4-134-136-5 noback context _1"\x89E3"["\x60B6"] @134-136-5 -# \x8A0E\x4F10 124-146-4-12345-345-3 -noback context _1"\x8A0E"["\x4F10"] @12345-345-3 - # \x8A22\x5408 15-16-3-1235-2346-2 noback context ["\x8A22"]"\x5408" @15-16-3 +# \x8A2E\x8A36 124-2345-3-1235-2346-3 +noback context ["\x8A2E"]"\x8A36" @124-2345-3 + # \x8A3E\x9806 125-156-3-24-123456-5 noback context ["\x8A3E"]"\x9806" @125-156-3 @@ -45387,6 +46966,9 @@ # \x8A55\x91CF 1234-13456-2-14-46-2 noback context _1"\x8A55"["\x91CF"] @14-46-2 +# \x8A56\x884C 135-16-5-15-13456-5 +noback context _1"\x8A56"["\x884C"] @15-13456-5 + # \x8A66\x5377 24-156-5-13-45-5 noback context _1"\x8A66"["\x5377"] @13-45-5 @@ -45669,6 +47251,9 @@ # \x8CB4\x5B50 13-1246-5-125-156-4 noback context _1"\x8CB4"["\x5B50"] @125-156-4 +# \x8CC1\x81E8 135-16-5-14-1456-2 +noback context ["\x8CC1"]"\x81E8" @135-16-5 + # \x8CC8\x4EBA 13-34-4-1245-136-2 noback context ["\x8CC8"]"\x4EBA" @13-34-4 @@ -45702,6 +47287,9 @@ # \x8CEA\x5B50 1-156-2-125-156-4 noback context _1"\x8CEA"["\x5B50"] @125-156-4 +# \x8CEA\x62BC 1-156-5-23456-3 +noback context ["\x8CEA"]"\x62BC" @1-156-5 + # \x8CFA\x54C4 125-12456-5-1235-12346-4 noback context ["\x8CFA"]"\x54C4" @125-12456-5 @@ -45744,9 +47332,6 @@ # \x8D99\x8870 1-146-5-245-1246-3 noback context _1"\x8D99"["\x8870"] @245-1246-3 -# \x8DBF\x62C9 124-345-3-14-345-3 -noback context ["\x8DBF"]"\x62C9" @124-345-3 - # \x8DC1\x8E26 135-345-5-13-16-4 noback context _1"\x8DC1"["\x8E26"] @13-16-4 @@ -45793,6 +47378,9 @@ noback context ["\x8E4C"]"\x8E4C" @245-46-5 noback context _1"\x8E4C"["\x8E4C"] @245-46-5 +# \x8E53\x8E82 14-234-5-145-345-3 +noback context _1"\x8E53"["\x8E82"] @145-345-3 + # \x8E7A\x6567 245-246-3-245-16-3 noback context _1"\x8E7A"["\x6567"] @245-16-3 @@ -45839,6 +47427,9 @@ # \x8ECD\x9577 13-256-3-1-1346-4 noback context _1"\x8ECD"["\x9577"] @1-1346-4 +# \x8ED2\x8EFD 15-45-3-1-156-5 +noback context _1"\x8ED2"["\x8EFD"] @1-156-5 + # \x8F05\x8EF2 14-34-5-123-34-3 noback context _1"\x8F05"["\x8EF2"] @123-34-3 @@ -45857,6 +47448,9 @@ # \x8F3E\x8F49 1-1236-4-1-12456-4 noback context ["\x8F3E"]"\x8F49" @1-1236-4 +# \x8F3F\x8B23 1256-2-15-1256-3 +noback context _1"\x8F3F"["\x8B23"] @15-1256-3 + # \x8F52\x485D 12345-136-2-256-4 noback context _1"\x8F52"["\x485D"] @256-4 @@ -45914,12 +47508,18 @@ # \x8FB1\x6C92 1245-34-5-134-126-5 noback context _1"\x8FB1"["\x6C92"] @134-126-5 +# \x8FC9\x8FE1 245-16-3-12-156-2 +noback context _1"\x8FC9"["\x8FE1"] @12-156-2 + # \x8FD4\x9084 12345-1236-4-1235-12456-2 noback context _1"\x8FD4"["\x9084"] @1235-12456-2 # \x8FEB\x5207 1234-126-5-245-346-5 noback context _1"\x8FEB"["\x5207"] @245-346-5 +# \x8FF7\x98A9 134-16-2-135-246-3 +noback context _1"\x8FF7"["\x98A9"] @135-246-3 + # \x9000\x9084 124-1246-5-1235-12456-2 noback context _1"\x9000"["\x9084"] @1235-12456-2 @@ -45974,6 +47574,9 @@ # \x9053\x89C0 145-146-5-13-12456-5 noback context _1"\x9053"["\x89C0"] @13-12456-5 +# \x9055\x62D7 1246-2-146-5 +noback context _1"\x9055"["\x62D7"] @146-5 + # \x905B\x9054 14-234-5-145-345-1 noback context _1"\x905B"["\x9054"] @145-345-1 @@ -45986,6 +47589,9 @@ # \x9063\x60B6 245-2345-4-134-136-5 noback context _1"\x9063"["\x60B6"] @134-136-5 +# \x9069\x5207 24-156-5-245-346-5 +noback context _1"\x9069"["\x5207"] @245-346-5 + # \x9069\x61C9 24-156-5-13456-5 noback context _1"\x9069"["\x61C9"] @13456-5 @@ -45998,6 +47604,9 @@ # \x9077\x90FD 245-2345-3-145-34-3 noback context _1"\x9077"["\x90FD"] @145-34-3 +# \x907B\x7269 34-5-34-5 +noback context ["\x907B"]"\x7269" @34-5 + # \x907F\x96E3 135-16-5-1345-1236-5 noback context _1"\x907F"["\x96E3"] @1345-1236-5 @@ -46046,6 +47655,13 @@ # \x908A\x5FBC 135-2345-3-13-246-5 noback context _1"\x908A"["\x5FBC"] @13-246-5 +# \x908B\x908B 14-346-5-14-346-5 +noback context ["\x908B"]"\x908B" @14-346-5 +noback context _1"\x908B"["\x908B"] @14-346-5 + +# \x90A2\x4F97 15-13456-2-124-12346-2 +noback context _1"\x90A2"["\x4F97"] @124-12346-2 + # \x90A3\x4E48 1345-345-5-134-2346-1 noback context _1"\x90A3"["\x4E48"] @134-2346-1 @@ -46142,9 +47758,15 @@ # \x914D\x7D66 1234-356-5-13-16-4 noback context _1"\x914D"["\x7D66"] @13-16-4 +# \x9152\x943A 13-234-4-12-1356-3 +noback context _1"\x9152"["\x943A"] @12-1356-3 + # \x916C\x61C9 12-12356-2-13456-5 noback context _1"\x916C"["\x61C9"] @13456-5 +# \x917B\x89F4 12345-34-2-24-1346-3 +noback context ["\x917B"]"\x89F4" @12345-34-2 + # \x91C7\x845B 245-2456-4-13-2346-2 noback context _1"\x91C7"["\x845B"] @13-2346-2 @@ -46299,6 +47921,12 @@ # \x91CF\x7B52 14-46-2-124-12346-4 noback context ["\x91CF"]"\x7B52" @14-46-2 +# \x91CF\x89D2 14-46-2-13-246-4 +noback context ["\x91CF"]"\x89D2" @14-46-2 + +# \x91CF\x8EAB 14-46-2-24-136-3 +noback context ["\x91CF"]"\x8EAB" @14-46-2 + # \x91CF\x91CF 14-46-2-14-46-2 noback context ["\x91CF"]"\x91CF" @14-46-2 noback context _1"\x91CF"["\x91CF"] @14-46-2 @@ -46318,6 +47946,9 @@ # \x91F5\x930D 12-2456-3-135-16-5 noback context _1"\x91F5"["\x930D"] @135-16-5 +# \x9200\x5B50 135-345-4-125-156-4 +noback context _1"\x9200"["\x5B50"] @125-156-4 + # \x9212\x93E4 13-16-2-14-12356-5 noback context ["\x9212"]"\x93E4" @13-16-2 @@ -46346,6 +47977,9 @@ # \x9280\x884C 1456-2-1235-1346-2 noback context _1"\x9280"["\x884C"] @1235-1346-2 +# \x9285\x54FE 124-12346-2-236-5 +noback context _1"\x9285"["\x54FE"] @236-5 + # \x928D\x827E 1-156-5-16-5 noback context _1"\x928D"["\x827E"] @16-5 @@ -46404,6 +48038,9 @@ # \x93DC\x5E8A 124-1346-2-12-456-2 noback context ["\x93DC"]"\x5E8A" @124-1346-2 +# \x93F9\x6C34 245-46-3-24-1246-4 +noback context ["\x93F9"]"\x6C34" @245-46-3 + # \x942B\x8B59 13-45-3-245-246-5 noback context _1"\x942B"["\x8B59"] @245-246-5 @@ -46666,6 +48303,9 @@ # \x9678\x62FE 14-234-5-24-156-2 noback context ["\x9678"]"\x62FE" @14-234-5 +# \x9683\x9E8B 1256-2-134-16-2 +noback context ["\x9683"]"\x9E8B" @1256-2 + # \x968A\x9577 145-1246-5-1-1346-4 noback context _1"\x968A"["\x9577"] @1-1346-4 @@ -46687,6 +48327,9 @@ # \x96B1\x6C92 1456-4-134-126-5 noback context _1"\x96B1"["\x6C92"] @134-126-5 +# \x96C1\x884C 2345-5-1235-1346-2 +noback context _1"\x96C1"["\x884C"] @1235-1346-2 + # \x96C5\x6A02 23456-4-236-5 noback context _1"\x96C5"["\x6A02"] @236-5 @@ -46717,6 +48360,9 @@ # \x96D9\x91CD 24-456-3-12-12346-2 noback context _1"\x96D9"["\x91CD"] @12-12346-2 +# \x96DA\x8284 1235-12456-2-12456-2 +noback context ["\x96DA"]"\x8284" @1235-12456-2 + # \x96E2\x5B50 14-16-2-125-156-4 noback context _1"\x96E2"["\x5B50"] @125-156-4 @@ -46799,6 +48445,9 @@ # \x97AD\x8F9F 135-2345-3-135-16-5 noback context _1"\x97AD"["\x8F9F"] @135-16-5 +# \x97D3\x5B50 1235-1236-2-125-156-4 +noback context _1"\x97D3"["\x5B50"] @125-156-4 + # \x97F3\x6A02 1456-3-236-5 noback context _1"\x97F3"["\x6A02"] @236-5 @@ -46823,6 +48472,9 @@ # \x9830\x80F2 13-23456-2-13-2456-4 noback context _1"\x9830"["\x80F2"] @13-2456-4 +# \x9842\x9AD4 14-2456-2-124-16-4 +noback context ["\x9842"]"\x9AD4" @14-2456-2 + # \x9851\x9872 123-1236-4-14-1236-4 noback context _1"\x9851"["\x9872"] @14-1236-4 @@ -46864,6 +48516,9 @@ # \x9918\x8208 1256-2-15-13456-5 noback context _1"\x9918"["\x8208"] @15-13456-5 +# \x9922\x98F3 135-34-5-124-12356-4 +noback context _1"\x9922"["\x98F3"] @124-12356-4 + # \x9928\x9577 13-12456-4-1-1346-4 noback context _1"\x9928"["\x9577"] @1-1346-4 @@ -46894,6 +48549,9 @@ # \x99B2\x99DD 14-25-5-124-25-2 noback context ["\x99B2"]"\x99DD" @14-25-5 +# \x99B4\x884C 15-256-2-15-13456-5 +noback context _1"\x99B4"["\x884C"] @15-13456-5 + # \x99D0\x7D2E 1-34-5-1-345-2 noback context _1"\x99D0"["\x7D2E"] @1-345-2 @@ -46937,8 +48595,11 @@ # \x9AD8\x9E97 13-146-3-14-16-2 noback context _1"\x9AD8"["\x9E97"] @14-16-2 -# \x9AFA\x9AEE 123-25-5-12345-345-4 -noback context ["\x9AFA"]"\x9AEE" @123-25-5 +# \x9AEE\x5B50 12345-345-4-125-156-4 +noback context _1"\x9AEE"["\x5B50"] @125-156-4 + +# \x9AFA\x58BE 236-5-123-136-4 +noback context ["\x9AFA"]"\x58BE" @236-5 # \x9B06\x6563 15-12346-3-15-1236-4 noback context _1"\x9B06"["\x6563"] @15-1236-4 @@ -46958,6 +48619,9 @@ # \x9B5A\x5B50 1256-2-125-156-4 noback context _1"\x9B5A"["\x5B50"] @125-156-4 +# \x9B6D\x65B7 12456-4-145-12456-5 +noback context ["\x9B6D"]"\x65B7" @12456-4 + # \x9BAE\x5C11 15-2345-4-24-146-4 noback context ["\x9BAE"]"\x5C11" @15-2345-4 @@ -46973,6 +48637,18 @@ # \x9BC6\x9B6E 1234-34-3-135-16-4 noback context _1"\x9BC6"["\x9B6E"] @135-16-4 +# \x9C1F\x9B6E 1234-1346-2-1234-16-2 +noback context ["\x9C1F"]"\x9B6E" @1234-1346-2 + +# \x9C2A\x9C42 2346-2-13-46-3 +noback context ["\x9C2A"]"\x9C42" @2346-2 + +# \x9C63\x5802 24-1236-5-124-1346-2 +noback context ["\x9C63"]"\x5802" @24-1236-5 + +# \x9C63\x820D 24-1236-5-24-2346-5 +noback context ["\x9C63"]"\x820D" @24-1236-5 + # \x9C73\x5F97 14-34-5-145-2346-2 noback context ["\x9C73"]"\x5F97" @14-34-5 @@ -46991,19 +48667,37 @@ # \x9CFA\x9D00 12345-34-3-12345-12356-4 noback context ["\x9CFA"]"\x9D00" @12345-34-3 +# \x9CFB\x9CE9 135-1236-3-13-234-3 +noback context ["\x9CFB"]"\x9CE9" @135-1236-3 + +# \x9D1B\x884C 45-3-1235-1346-2 +noback context _1"\x9D1B"["\x884C"] @1235-1346-2 + # \x9D1F\x5687 12-156-3-1235-2346-5 noback context _1"\x9D1F"["\x5687"] @1235-2346-5 # \x9D1F\x8E72 12-156-3-245-123456-3 noback context _1"\x9D1F"["\x8E72"] @245-123456-3 +# \x9D3A\x80E1 124-16-2-1235-34-2 +noback context ["\x9D3A"]"\x80E1" @124-16-2 + # \x9D3B\x722A 1235-12346-2-1-146-4 noback context _1"\x9D3B"["\x722A"] @1-146-4 +# \x9D3B\x7D67 1235-12346-2-145-12346-5 +noback context _1"\x9D3B"["\x7D67"] @145-12346-5 + # \x9D60\x7684 13-34-4-145-16-5 noback context ["\x9D60"]"\x7684" @13-34-4 noback context _1"\x9D60"["\x7684"] @145-16-5 +# \x9D77\x884C 45-3-1235-1346-2 +noback context _1"\x9D77"["\x884C"] @1235-1346-2 + +# \x9DA3\x9D72 135-2345-4-245-236-5 +noback context ["\x9DA3"]"\x9D72" @135-2345-4 + # \x9DB4\x5B50 1235-2346-5-125-156-4 noback context _1"\x9DB4"["\x5B50"] @125-156-4 @@ -47019,6 +48713,9 @@ # \x9E7D\x7B74 2345-2-245-2346-5 noback context _1"\x9E7D"["\x7B74"] @245-2346-5 +# \x9E7F\x67F4 14-34-5-1-2456-5 +noback context _1"\x9E7F"["\x67F4"] @1-2456-5 + # \x9E7F\x8324 14-34-5-145-25-3 noback context _1"\x9E7F"["\x8324"] @145-25-3 @@ -47034,6 +48731,9 @@ # \x9ED1\x5B50 1235-356-3-125-156-4 noback context _1"\x9ED1"["\x5B50"] @125-156-4 +# \x9EE6\x984F 346-5-2345-2 +noback context ["\x9EE6"]"\x984F" @346-5 + # \x9F3B\x54BD 135-16-2-2345-3 noback context _1"\x9F3B"["\x54BD"] @2345-3 @@ -47050,6 +48750,9 @@ # \x9F52\x7E2B 12-156-4-12345-1356-5 noback context _1"\x9F52"["\x7E2B"] @12345-1356-5 +# \x9F75\x5DEE 1256-2-245-156-3 +noback context _1"\x9F75"["\x5DEE"] @245-156-3 + # \x9F8D\x5B50 14-12346-2-125-156-4 noback context _1"\x9F8D"["\x5B50"] @125-156-4 diff -Nru liblouis-3.9.0/tests/braille-specs/de-de-comp8.yaml liblouis-3.10.0/tests/braille-specs/de-de-comp8.yaml --- liblouis-3.9.0/tests/braille-specs/de-de-comp8.yaml 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/de-de-comp8.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,20 @@ +display: unicode-without-blank.dis +table: + locale: de + type: computer + grade: 0 + __assert-match: de-de-comp8.ctb +tests: + # standard definitions from Eurobraille + # http://www.fakoo.de/braille/computerbraille-tabelle.html + - [a, ⠁] + - [A, ⡁] + - [O,⡕] + - [Q,⡟] + - [£,⡨] + + # non-standard definitions + - [♭, ⠃] + - [♮, ⠶] + - [♯, ⠼] + diff -Nru liblouis-3.9.0/tests/braille-specs/en-GB-g2_backward.yaml liblouis-3.10.0/tests/braille-specs/en-GB-g2_backward.yaml --- liblouis-3.9.0/tests/braille-specs/en-GB-g2_backward.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/en-GB-g2_backward.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -16,3 +16,18 @@ - you went to - mode: [compbrlAtCursor] cursorPos: [2,4] + + # Issue 572: "ll" erroneously treated as "little" contraction in all words + # Tests based on UKAAF Standards Rule 8.10.6 and Appendix III +flags: {testmode: bothDirections} +tests: + - [ball, ⠃⠁⠇⠇] + - [little, ⠇⠇] + - [littler, ⠇⠇⠗] + - [belittle, ⠆⠇⠊⠞⠞⠇⠑] + - [belittled, ⠆⠇⠇⠙] + - [littlewood, ⠇⠇⠺⠕⠕⠙] + - [Dolittle, ⠠⠙⠕⠇⠊⠞⠞⠇⠑] + - [Doolittle, ⠠⠙⠕⠕⠇⠊⠞⠞⠇⠑] + - [Littlejohn, ⠠⠇⠇⠚⠕⠓⠝] + - [Littleover, ⠠⠇⠇⠕⠧⠻] diff -Nru liblouis-3.9.0/tests/braille-specs/en-ueb-g1_harness.yaml liblouis-3.10.0/tests/braille-specs/en-ueb-g1_harness.yaml --- liblouis-3.9.0/tests/braille-specs/en-ueb-g1_harness.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/en-ueb-g1_harness.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -1,3 +1,12 @@ +# Copyright © 2015 Torch Trust +# Copyright © 2015 Bert Frees +# Copyright © 2018-2019 Mike Gray +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. + display: unicode-without-blank.dis table: locale: en @@ -26,24 +35,31 @@ - [Åå, ⠠⠘⠫⠁⠘⠫⠁] - [Ææ, ⠠⠁⠠⠘⠖⠑⠁⠘⠖⠑] - [Çç, ⠠⠘⠯⠉⠘⠯⠉] + - [Ďď, ⠠⠘⠬⠙⠘⠬⠙] - [Èè, ⠠⠘⠡⠑⠘⠡⠑] - [Éé, ⠠⠘⠌⠑⠘⠌⠑] - [Êê, ⠠⠘⠩⠑⠘⠩⠑] - [Ëë, ⠠⠘⠒⠑⠘⠒⠑] - [Ìì, ⠠⠘⠡⠊⠘⠡⠊] - - [Íí, ⠠⠘⠌⠊⠘⠌⠊, {xfail: true}] + - [Íí, ⠠⠘⠌⠊⠘⠌⠊] - [Îî, ⠠⠘⠩⠊⠘⠩⠊] + - [Ĩĩ, ⠠⠘⠻⠊⠘⠻⠊] - [Ïï, ⠠⠘⠒⠊⠘⠒⠊] - [Ðð, ⠠⠼⠫⠼⠫] + - [Ľľ, ⠠⠘⠬⠇⠘⠬⠇] + - [Ňň, ⠠⠘⠬⠝⠘⠬⠝] - [Ññ, ⠠⠘⠻⠝⠘⠻⠝] - [Òò, ⠠⠘⠡⠕⠘⠡⠕] - - [Óó, ⠠⠘⠌⠕⠘⠌⠕, {xfail: true}] + - [Óó, ⠠⠘⠌⠕⠘⠌⠕] - [Ôô, ⠠⠘⠩⠕⠘⠩⠕] - [Õõ, ⠠⠘⠻⠕⠘⠻⠕] - [Öö, ⠠⠘⠒⠕⠘⠒⠕] - [Øø, ⠠⠈⠡⠕⠈⠡⠕] + - [Řř, ⠠⠘⠬⠗⠘⠬⠗] + - [Šš, ⠠⠘⠬⠎⠘⠬⠎] + - [Ťť, ⠠⠘⠬⠞⠘⠬⠞] - [Ùù, ⠠⠘⠡⠥⠘⠡⠥] - - [Úú, ⠠⠘⠌⠥⠘⠌⠥, {xfail: true}] + - [Úú, ⠠⠘⠌⠥⠘⠌⠥] - [Ûû, ⠠⠘⠩⠥⠘⠩⠥] - [Üü, ⠠⠘⠒⠥⠘⠒⠥] - [Ýý, ⠠⠘⠌⠽⠘⠌⠽] diff -Nru liblouis-3.9.0/tests/braille-specs/en-ueb-g2_backward.yaml liblouis-3.10.0/tests/braille-specs/en-ueb-g2_backward.yaml --- liblouis-3.9.0/tests/braille-specs/en-ueb-g2_backward.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/en-ueb-g2_backward.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -4,77 +4,98 @@ grade: 2 system: ueb __assert-match: en-ueb-g2.ctb -flags: {testmode: backward} +flags: {testmode: bothDirections} tests: # Patterns used for both punctuation and contractions. - - [⠁⠖, a!] - - [⠁⠖⠁, affa] - - [⠦, his] - - [⠁⠦, "a?"] - - [⠦⠁, '"a'] - - [⠴, was] - - [⠁⠴, 'a"'] - - [⠦⠁⠴, '"a"'] - - [⠶, were] - - [⠁⠶⠁, agga] - - [⠆, be] + - ["a!", ⠁⠖] + - [affa, ⠁⠖⠁] + - [his, ⠦] + - ["a?", ⠁⠦] + - ['"a', ⠦⠁] + - [was, ⠴] + - ['a"', ⠁⠴] + - ['"a"', ⠦⠁⠴] + - [were, ⠶] + - [agga, ⠁⠶⠁] + - [be, ⠆] +# TODO: verify that this test is correct, because "bea" does not forward translate to "⠆⠁" (received: "⠃⠑⠁") +flags: {testmode: backward} +tests: - [⠆⠁, bea] - - [⠁⠆⠁, abba] - - [⠁⠆, a;] - - [⠒, ":"] - - [⠒⠁, cona] - - [⠁⠒, "a:"] - - [⠁⠒⠁, acca] +flags: {testmode: bothDirections} +tests: + - [abba, ⠁⠆⠁] + - [a;, ⠁⠆] + - [":", ⠒] + - [cona, ⠒⠁] + - ["a:", ⠁⠒] + - [acca, ⠁⠒⠁] # Contractions prefixed by an indicator which means nothing on its own. # These indicators are tested by themselves with no following cell in en-ueb-g1. - - [⠘⠺, word] - - [⠸⠍, many] - - [⠐⠝, name] - - [⠁⠰⠝, ation] + - [word, ⠘⠺] + - [many, ⠸⠍] + - [name, ⠐⠝] + - [ation, ⠁⠰⠝] # #311: The grade 1 symbol indicator. - - [⠰⠃, b] - - [⠰⠠⠃, B] - - [⠰⠁⠃, ab] - - [⠰⠠⠁⠃, Ab] - - [⠼⠁⠰⠁, 1a] + - [b, ⠰⠃] + - [B, ⠰⠠⠃] + - [ab, ⠰⠁⠃] + - [Ab, ⠰⠠⠁⠃] + - [1a, ⠼⠁⠰⠁] + - [1A, ⠼⠁⠠⠁] +# the cancel sign (56) is not strictly needed before a cap sign, but it is allowed +flags: {testmode: backward} +tests: - [⠼⠁⠰⠠⠁, 1A] +flags: {testmode: bothDirections} +tests: # #309: Ensure correct back-translation to "this". - - [⠹, this] + - [this, ⠹] # #360: Contractions followed by punctuation # 1-letter contractions - - [⠃⠂, "but,"] - - [⠃⠲, "but."] - - [⠉⠂, "can,"] - - [⠙⠂, "do,"] + - ["but,", ⠃⠂] + - ["but.", ⠃⠲] + - ["can,", ⠉⠂] + - ["do,", ⠙⠂] # multi-letter contractions - - [⠁⠃⠂, "about,"] - - [⠁⠃⠲, "about."] - - [⠁⠃⠧⠂, "above,"] + - ["about,", ⠁⠃⠂] + - ["about.", ⠁⠃⠲] + - ["above,", ⠁⠃⠧⠂] # Make sure back-translation for words with "ea" after letters that # have contractions associated, such as words like meat, head and # others works properly. # See https://github.com/liblouis/liblouis/pull/350 - - [⠍⠂⠞, "meat"] - - [⠓⠂⠙, "head"] + - ["meat", ⠍⠂⠞] + - ["head", ⠓⠂⠙] # #364: Whole word contractions followed by other contractions. # In this case, the whole word contraction should not apply. - - [⠁⠇⠐⠕, alone] - - [⠃⠜, bar] - - [⠃⠢, ben] - - [⠠⠃⠢, Ben] - - [⠙⠨⠑, dance] - - [⠋⠰⠑, fence] - - [⠓⠻, her] - - [⠎⠯, sand] - - [⠎⠔, sin] - - [⠎⠬, sing] - - [⠠⠎⠬, Sing] - - [⠎⠷, sof] - - [⠎⠰⠛, song] - - [⠹⠬, thing] + - [alone, ⠁⠇⠐⠕] + - [bar, ⠃⠜] + - [ben, ⠃⠢] + - [Ben, ⠠⠃⠢] + - [dance, ⠙⠨⠑] + - [fence, ⠋⠰⠑] + - [her, ⠓⠻] + - [sand, ⠎⠯] + - [sin, ⠎⠔] + - [sing, ⠎⠬] + - [Sing, ⠠⠎⠬] + - [sof, ⠎⠷] + - [song, ⠎⠰⠛] + - [thing, ⠹⠬] + + # Issue #562 - "⠟⠅" erroneously back-translating as "quick's" + - [quick, ⠟⠅] + + # Issue #572: "⠋⠌" erroneously back-translating as "first's" + - [first, ⠋⠌] + + # Issue #572: "⠭⠄⠎" erroneously back-translating as "x's" + - ["it's", ⠭⠄⠎] + - ["x’s", ⠰⠭⠄⠎] # According to issue #434 ':)' should be translated as ⠒⠐⠜ (which # works) and backtranslation should translate it back to ':)' (which diff -Nru liblouis-3.9.0/tests/braille-specs/en-ueb-g2-dictionary_harness.yaml liblouis-3.10.0/tests/braille-specs/en-ueb-g2-dictionary_harness.yaml --- liblouis-3.9.0/tests/braille-specs/en-ueb-g2-dictionary_harness.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/en-ueb-g2-dictionary_harness.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -77919,6 +77919,7 @@ - [revenue, ⠗⠑⠧⠢⠥⠑] - [revenue's, ⠗⠑⠧⠢⠥⠑⠄⠎] - [revenues, ⠗⠑⠧⠢⠥⠑⠎] + - [reverb, ⠗⠑⠧⠻⠃] - [reverberate, ⠗⠑⠧⠻⠃⠻⠁⠞⠑] - [reverberated, ⠗⠑⠧⠻⠃⠻⠁⠞⠫] - [reverberates, ⠗⠑⠧⠻⠃⠻⠁⠞⠑⠎] diff -Nru liblouis-3.9.0/tests/braille-specs/en-us-comp6.yaml liblouis-3.10.0/tests/braille-specs/en-us-comp6.yaml --- liblouis-3.9.0/tests/braille-specs/en-us-comp6.yaml 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/en-us-comp6.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,66 @@ +display: unicode.dis +table: + locale: en-US + type: computer + dots: 6 + __assert-match: en-us-comp6.ctb + +# Computer Braille Code reference: +# http://liblouis.org/braille-specs/english/#computer-braille-code-cbc + +flags: {testmode: bothDirections} +tests: + # Character Definitions: + # Alphanumeric characters: + - - AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz + - ⠸⠁⠁⠸⠃⠃⠸⠉⠉⠸⠙⠙⠸⠑⠑⠸⠋⠋⠸⠛⠛⠸⠓⠓⠸⠊⠊⠸⠚⠚⠸⠅⠅⠸⠇⠇⠸⠍⠍⠸⠝⠝⠸⠕⠕⠸⠏⠏⠸⠟⠟⠸⠗⠗⠸⠎⠎⠸⠞⠞⠸⠥⠥⠸⠧⠧⠸⠺⠺⠸⠭⠭⠸⠽⠽⠸⠵⠵ + - [0123456789, ⠴⠂⠆⠒⠲⠢⠖⠶⠦⠔] + # Single-Cell Symbols: + - ["!\"#$%&'()*+,-./:;<=>?@[\\\\]^", ⠮⠐⠼⠫⠩⠯⠄⠷⠾⠡⠬⠠⠤⠨⠌⠱⠰⠣⠿⠜⠹⠈⠪⠳⠻⠘] + # Braille symbols with the 456 prefix: + - ["_`{|}~", ⠸⠸⠸⠈⠸⠪⠸⠳⠸⠻⠸⠘] + + # Braille Indicators: + # capsLetter already tested (see above alphabet. + # Upper and Lower Case Designation: "Two or more upper case letters + # occurring in predominantly lower case text—whether these letters + # appear consecutively or are separated by numbers, punctuation, + # etc.—must be preceded by the caps lock indicator[, and] remains in + # effect until cancelled by the caps release indicator or the next + # significant space, whichever comes first" (pp. 19-20). + # Example 4.4.1: Caps Lock and Caps Release Indicators (p. 20): + - [VFUN PSTmsgToVec(ipcMsg, ⠸⠜⠧⠋⠥⠝⠀⠸⠜⠏⠎⠞⠸⠣⠍⠎⠛⠸⠞⠕⠸⠧⠑⠉⠷⠊⠏⠉⠸⠍⠎⠛] + # Modify above example to test a capsModeChar (2): + - [VFUN PSTmsG2Vec(ipcMsg, ⠸⠜⠧⠋⠥⠝⠀⠸⠜⠏⠎⠞⠸⠣⠍⠎⠸⠜⠛⠆⠧⠸⠣⠑⠉⠷⠊⠏⠉⠸⠍⠎⠛] + + # Isolated Lower-Cell Signs: "When a lower-cell sign is isolated + # (i.e., preceded and followed by a space or line end), dots 456 must + # immediately precede this sign. The lower-cell sign may be a + # single-digit number, quotation mark, apostrophe, comma, hyphen/minus + # sign, or semicolon" (p. 27). + # Example 8.1.1: Isolated Lower-Cell Signs (p. 27): + # Note: The below example has been modified to use lowercase letters. + - - "107 : clear ylen 0 do xlen 0 do 0 i j universe c! loop loop ;" + - ⠂⠴⠶⠀⠱⠀⠉⠇⠑⠁⠗⠀⠽⠇⠑⠝⠀⠸⠴⠀⠙⠕⠀⠭⠇⠑⠝⠀⠸⠴⠀⠙⠕⠀⠸⠴⠀⠊⠀⠚⠀⠥⠝⠊⠧⠑⠗⠎⠑⠀⠉⠮⠀⠇⠕⠕⠏⠀⠇⠕⠕⠏⠀⠸⠰ + +flags: {testmode: forward} +# Typeforms only supported with testmode 'forward'. +tests: + # Emphasis Indicators: + # Example 10.1.1 Emphasis Indicators (p. 33): + # Note: Only the computer braille portion of the example is utilized. + - - "&Hdddd where dddd" + - ⠯⠸⠓⠸⠡⠙⠙⠙⠙⠸⠌⠀⠺⠓⠑⠗⠑⠀⠸⠡⠙⠙⠙⠙⠸⠌ + - typeform: + italic: " ++++ ++++" + +# Spaces +flags: {testmode: bothDirections} +tests: + - ['\x0020', '⠀'] +flags: {testmode: forward} +tests: + - ['\x0009', '⠀'] + - ['\x000a', '⠀'] + - ['\x000d', '⠀'] + - ['\x00a0', '⠀'] diff -Nru liblouis-3.9.0/tests/braille-specs/en-us-g2.yaml liblouis-3.10.0/tests/braille-specs/en-us-g2.yaml --- liblouis-3.9.0/tests/braille-specs/en-us-g2.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/en-us-g2.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -22,6 +22,6 @@ # Converted from inpos_compbrl.c tests: - - 'user@example.com' - - '⠸⠬⠥⠎⠑⠗⡈⠑⠭⠁⠍⠏⠇⠑⠨⠉⠕⠍⠸⠱' + - '⠸⠬⠥⠎⠑⠗⠈⠑⠭⠁⠍⠏⠇⠑⠨⠉⠕⠍⠸⠱' - inputPos: [0,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,15,15] diff -Nru liblouis-3.9.0/tests/braille-specs/fr-bfu-comp6.yaml liblouis-3.10.0/tests/braille-specs/fr-bfu-comp6.yaml --- liblouis-3.9.0/tests/braille-specs/fr-bfu-comp6.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/fr-bfu-comp6.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -8,6 +8,10 @@ tests: - - a b c d e f g h i j k l m n o p q r s t u v w x y z - ⠁ ⠃ ⠉ ⠙ ⠑ ⠋ ⠛ ⠓ ⠊ ⠚ ⠅ ⠇ ⠍ ⠝ ⠕ ⠏ ⠟ ⠗ ⠎ ⠞ ⠥ ⠧ ⠺ ⠭ ⠽ ⠵ + - - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z + - ⠨⠁ ⠨⠃ ⠨⠉ ⠨⠙ ⠨⠑ ⠨⠋ ⠨⠛ ⠨⠓ ⠨⠊ ⠨⠚ ⠨⠅ ⠨⠇ ⠨⠍ ⠨⠝ ⠨⠕ ⠨⠏ ⠨⠟ ⠨⠗ ⠨⠎ ⠨⠞ ⠨⠥ ⠨⠧ ⠨⠺ ⠨⠭ ⠨⠽ ⠨⠵ + - - A, B, C, D, E, F + - ⠨⠁⠂ ⠨⠃⠂ ⠨⠉⠂ ⠨⠙⠂ ⠨⠑⠂ ⠨⠋ - - 1 2 3 4 5 6 7 8 9 0 42 1234 - ⠠⠡ ⠠⠣ ⠠⠩ ⠠⠹ ⠠⠱ ⠠⠫ ⠠⠻ ⠠⠳ ⠠⠪ ⠠⠼ ⠠⠹⠣ ⠠⠡⠣⠩⠹ - - 3*3 1+1=2 1/4=0,25 @@ -44,10 +48,106 @@ - ⠡⠛⠑⠆ ⠡⠍⠑⠆ ⠃⠡⠞⠊⠗⠆ ⠏⠡⠇⠑⠆ ⠣⠞⠗⠑⠆ ⠋⠕⠗⠣⠞⠆ ⠍⠣⠍⠑⠆ ⠗⠣⠧⠑⠆ ⠝⠁⠩⠞⠗⠑⠆ ⠏⠁⠗⠁⠩⠞⠗⠑⠆ ⠉⠹⠞⠑⠆ ⠏⠊⠟⠱⠗⠑ - - aiguë, ambiguë, contiguë, exiguë, canoë; aïe, aïeul, coïncider, archaïque, haïr, ouïe, ouïr, astéroïde, maïs, paranoïa; capharnaüm - ⠁⠊⠛⠥⠫⠂ ⠁⠍⠃⠊⠛⠥⠫⠂ ⠉⠕⠝⠞⠊⠛⠥⠫⠂ ⠑⠭⠊⠛⠥⠫⠂ ⠉⠁⠝⠕⠫⠆ ⠁⠻⠑⠂ ⠁⠻⠑⠥⠇⠂ ⠉⠕⠻⠝⠉⠊⠙⠑⠗⠂ ⠁⠗⠉⠓⠁⠻⠟⠥⠑⠂ ⠓⠁⠻⠗⠂ ⠕⠥⠻⠑⠂ ⠕⠥⠻⠗⠂ ⠁⠎⠞⠿⠗⠕⠻⠙⠑⠂ ⠍⠁⠻⠎⠂ ⠏⠁⠗⠁⠝⠕⠻⠁⠆ ⠉⠁⠏⠓⠁⠗⠝⠁⠳⠍ + + # Capitalization - ["HCl", "⠨⠓⠨⠉⠇", xfail: true] - ["HCl", "⠨⠨⠓⠉⠠⠄⠇"] - ["McDonald", "⠨⠍⠉⠨⠙⠕⠝⠁⠇⠙"] - ["L’Europe", "⠨⠇⠄⠨⠑⠥⠗⠕⠏⠑"] + - ["l'UNESCO", "⠇⠄⠨⠨⠥⠝⠑⠎⠉⠕"] + - ["L'UNESCO", "⠨⠨⠇⠄⠥⠝⠑⠎⠉⠕"] + - ["majUSCULE", "⠍⠁⠚⠨⠨⠥⠎⠉⠥⠇⠑"] + - ["majUSCULE", "⠍⠁⠚⠨⠥⠨⠎⠨⠉⠨⠥⠨⠇⠨⠑", xfail: true] + - ["MAJuscule", "⠨⠨⠍⠁⠚⠠⠄⠥⠎⠉⠥⠇⠑"] + - ["MAJuscule", "⠨⠍⠨⠁⠨⠚⠥⠎⠉⠥⠇⠑", xfail: true] + - ["BC/DE", "⠨⠨⠃⠉⠌⠙⠑"] + - ["PROCHAIN ARRÊT REZ-DE-CHAUSSÉE", "⠨⠨⠏⠗⠕⠉⠓⠁⠊⠝ ⠨⠨⠁⠗⠗⠣⠞ ⠨⠨⠗⠑⠵⠤⠙⠑⠤⠉⠓⠁⠥⠎⠎⠿⠑"] + - ["PHRASE EN LETTRES CAPITALES", "⠒⠨⠏⠓⠗⠁⠎⠑ ⠑⠝ ⠇⠑⠞⠞⠗⠑⠎ ⠨⠉⠁⠏⠊⠞⠁⠇⠑⠎", xfail: true] + + # Emphasis + - - Mots en italique. + - ⠸⠨⠍⠕⠞⠎ ⠸⠑⠝ ⠸⠊⠞⠁⠇⠊⠟⠥⠑⠲ + - typeform: + italic: '+++++++++++++++++' + - - Mots en gras. + - ⠸⠨⠍⠕⠞⠎ ⠸⠑⠝ ⠸⠛⠗⠁⠎⠲ + - typeform: + bold: '+++++++++++++' + - - Mots en souligné. + - ⠸⠨⠍⠕⠞⠎ ⠸⠑⠝ ⠸⠎⠕⠥⠇⠊⠛⠝⠿⠲ + - typeform: + underline: '+++++++++++++++++' + - - Quatre mots en italique. + - ⠒⠸⠨⠟⠥⠁⠞⠗⠑ ⠍⠕⠞⠎ ⠑⠝ ⠸⠊⠞⠁⠇⠊⠟⠥⠑⠲ + - typeform: + italic: '++++++++++++++++++++++++' + - - Quatre mots en gras. + - ⠒⠸⠨⠟⠥⠁⠞⠗⠑ ⠍⠕⠞⠎ ⠑⠝ ⠸⠛⠗⠁⠎⠲ + - typeform: + bold: '++++++++++++++++++++' + - - Quatre mots en souligné. + - ⠒⠸⠨⠟⠥⠁⠞⠗⠑ ⠍⠕⠞⠎ ⠑⠝ ⠸⠎⠕⠥⠇⠊⠛⠝⠿⠲ + - typeform: + underline: '++++++++++++++++++++++++' + - + - Mot composé en italique. + - Grand-père + - ⠸⠨⠛⠗⠁⠝⠙⠤⠏⠮⠗⠑ + - typeform: + italic: '++++++++++' + - + - Italique sur les trois premières lettres. + - Italique + - ⠸⠨⠊⠞⠁⠠⠄⠇⠊⠟⠥⠑ + - typeform: + italic: '+++ ' + - + - Italique sur les cinq dernières lettres. + - Italique + - ⠨⠊⠞⠁⠸⠇⠊⠟⠥⠑ + - typeform: + italic: ' +++++' + - + - Italique au milieu d'un mot. + - Italique + - ⠨⠊⠞⠁⠸⠇⠊⠟⠥⠠⠄⠑ + - typeform: + italic: ' ++++ ' + - + - Italique sur la dernière lettre. + - Italique + - ⠨⠊⠞⠁⠇⠊⠟⠥⠸⠑ + - typeform: + italic: ' +' + # Gras sur la première lettre. + - - Gras + - ⠸⠨⠛⠠⠄⠗⠁⠎ + - {typeform: {bold: '+ '}, xfail: true} + # Gras sur la deuxième lettre. + - - Gras + - ⠨⠛⠸⠗⠠⠄⠁⠎ + - {typeform: {bold: ' + '}, xfail: true} + - + - Deux lettres isolées en gras, séparées par une espace + - a A + - ⠸⠁ ⠸⠨⠁ + - typeform: + bold: '+ +' + - + - Deux lettres isolées en gras, séparées par une virgule + - "a, A" + - ⠸⠁⠂ ⠸⠨⠁ + - typeform: + bold: '+ +' + - - a + - ⠸⠁ + - typeform: + bold: '+' + - - A + - ⠸⠨⠁ + - typeform: + bold: '+' + table: locale: fr diff -Nru liblouis-3.9.0/tests/braille-specs/Makefile.am liblouis-3.10.0/tests/braille-specs/Makefile.am --- liblouis-3.9.0/tests/braille-specs/Makefile.am 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/Makefile.am 2019-06-03 14:39:49.000000000 +0000 @@ -4,7 +4,7 @@ ar-ar-g1_harness.yaml \ ar-ar-g2.yaml \ chr-us-g1_harness.yaml \ - cs_harness.yaml \ + cs_harness.yaml \ cs-comp8_harness.yaml \ da-dk-g08.yaml \ da-dk-g16.yaml \ @@ -21,6 +21,7 @@ da-dk-g28.yaml \ da-dk-g28l.yaml \ de-ch-g1.yaml \ + de-de-comp8.yaml \ el-backward.yaml \ el-forward.yaml \ en-GB-g2_backward.yaml \ @@ -42,9 +43,10 @@ en-ueb-math.yaml \ en-ueb-symbols_harness.yaml \ en-ueb-michael-robin.yaml \ + en-us-comp6.yaml \ en-us-comp8-ext-back_harness.yaml \ en-us-comp8-ext-for_harness.yaml \ - en-us-g2.yaml \ + en-us-g2.yaml \ en-us-g2-dictionary_harness.yaml \ en-us-g2-end-emphasis_harness.yaml \ eo-g1_harness.yaml \ @@ -83,12 +85,12 @@ no_g1_harness.yaml \ no_g2_harness.yaml \ no_harness.yaml \ + no_typeform_harness.yaml \ Pl-Pl-g1_backward.yaml \ pl-pl-comp8_harness.yaml \ sk-g1_harness.yaml \ sl-g1.yaml \ spaces.yaml \ - spaces.dis \ sr-g1_harness.yaml \ ta-ta-g1_harness.yaml \ uk.yaml \ diff -Nru liblouis-3.9.0/tests/braille-specs/Makefile.in liblouis-3.10.0/tests/braille-specs/Makefile.in --- liblouis-3.9.0/tests/braille-specs/Makefile.in 2019-03-04 14:03:57.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/Makefile.in 2019-06-03 15:07:55.000000000 +0000 @@ -811,7 +811,7 @@ ar-ar-g1_harness.yaml \ ar-ar-g2.yaml \ chr-us-g1_harness.yaml \ - cs_harness.yaml \ + cs_harness.yaml \ cs-comp8_harness.yaml \ da-dk-g08.yaml \ da-dk-g16.yaml \ @@ -828,6 +828,7 @@ da-dk-g28.yaml \ da-dk-g28l.yaml \ de-ch-g1.yaml \ + de-de-comp8.yaml \ el-backward.yaml \ el-forward.yaml \ en-GB-g2_backward.yaml \ @@ -849,9 +850,10 @@ en-ueb-math.yaml \ en-ueb-symbols_harness.yaml \ en-ueb-michael-robin.yaml \ + en-us-comp6.yaml \ en-us-comp8-ext-back_harness.yaml \ en-us-comp8-ext-for_harness.yaml \ - en-us-g2.yaml \ + en-us-g2.yaml \ en-us-g2-dictionary_harness.yaml \ en-us-g2-end-emphasis_harness.yaml \ eo-g1_harness.yaml \ @@ -890,12 +892,12 @@ no_g1_harness.yaml \ no_g2_harness.yaml \ no_harness.yaml \ + no_typeform_harness.yaml \ Pl-Pl-g1_backward.yaml \ pl-pl-comp8_harness.yaml \ sk-g1_harness.yaml \ sl-g1.yaml \ spaces.yaml \ - spaces.dis \ sr-g1_harness.yaml \ ta-ta-g1_harness.yaml \ uk.yaml \ diff -Nru liblouis-3.9.0/tests/braille-specs/nl-g0_harness.yaml liblouis-3.10.0/tests/braille-specs/nl-g0_harness.yaml --- liblouis-3.9.0/tests/braille-specs/nl-g0_harness.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/nl-g0_harness.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -3,7 +3,7 @@ # Autoriteit, 2018) http://liblouis.org/braille-specs/dutch # # Copyright © 2010-2011 by DocArch -# Copyright © 2014-2015 by Bert Frees +# Copyright © 2014-2015, 2019 by Bert Frees # Copyright © 2015-2016, 2018 by Dedicon # # Copying and distribution of this file, with or without modification, @@ -67,7 +67,7 @@ - ['''enkele aanhalingstekens''', ⠄⠑⠝⠅⠑⠇⠑ ⠁⠁⠝⠓⠁⠇⠊⠝⠛⠎⠞⠑⠅⠑⠝⠎⠄] - ['"dubbele aanhalingstekens"', ⠶⠙⠥⠃⠃⠑⠇⠑ ⠁⠁⠝⠓⠁⠇⠊⠝⠛⠎⠞⠑⠅⠑⠝⠎⠶] - [“dubbele aanhalingstekens”, ⠶⠙⠥⠃⠃⠑⠇⠑ ⠁⠁⠝⠓⠁⠇⠊⠝⠛⠎⠞⠑⠅⠑⠝⠎⠶] - - [SMS'je, ⠘⠎⠍⠎⠄⠠⠚⠑] + - ["SMS'je", ⠘⠎⠍⠎⠄⠠⠚⠑] - [SMS’je, ⠘⠎⠍⠎⠄⠠⠚⠑] # §2.10 Haakjes - [(ronde haakjes), ⠦⠗⠕⠝⠙⠑ ⠓⠁⠁⠅⠚⠑⠎⠴] @@ -78,10 +78,10 @@ - [registered ®, ⠗⠑⠛⠊⠎⠞⠑⠗⠑⠙ ⠐⠗] - [trademark ™, ⠞⠗⠁⠙⠑⠍⠁⠗⠅ ⠐⠞⠍] # §2.17 Muntsymbolen/valutatekens - - [dollar $, ⠙⠕⠇⠇⠁⠗ ⠙] - - [euro €, ⠑⠥⠗⠕ ⠑] - - [pond £, ⠏⠕⠝⠙ ⠏] - - [yen ¥, ⠽⠑⠝ ⠽] + - [dollar $, ⠙⠕⠇⠇⠁⠗ ⠙⠕⠇⠇⠁⠗] + - [euro €, ⠑⠥⠗⠕ ⠑⠥⠗⠕] + - [pond £, ⠏⠕⠝⠙ ⠏⠕⠝⠙] + - [yen ¥, ⠽⠑⠝ ⠽⠑⠝] - ['€ 12,35', ⠑⠼⠁⠃⠂⠉⠑] - ['€12,35', ⠑⠼⠁⠃⠂⠉⠑] - ['$ 10,00', ⠙⠼⠁⠚⠂⠚⠚] @@ -124,7 +124,7 @@ - [8 / 4 = 2, ⠼⠓ ⠌ ⠼⠙ ⠶ ⠼⠃] - [8 ÷ 4 = 2, ⠼⠓ ⠲ ⠼⠙ ⠶ ⠼⠃] - [65+-kaart, ⠼⠋⠑⠐⠖⠤⠅⠁⠁⠗⠞] - - [65+'er, ⠼⠋⠑⠐⠖⠄⠑⠗] + - ["65+'er", ⠼⠋⠑⠐⠖⠄⠑⠗] - [40-jarige, ⠼⠙⠚⠤⠚⠁⠗⠊⠛⠑] # §2.18 Procent- en promilleteken # §3.4 Procent- en promilleteken @@ -134,9 +134,9 @@ - [15‰, ⠼⠁⠑ ⠿⠿] # §3.6 Graad-, minuut- en secondeteken - ['37,8° C', ⠼⠉⠛⠂⠓⠈⠴ ⠨⠉] - - [Een hoek van 27° 30'., ⠨⠑⠑⠝ ⠓⠕⠑⠅ ⠧⠁⠝ ⠼⠃⠛⠈⠴ ⠼⠉⠚⠈⠔⠲] - - [Het record is 3' 5''., ⠨⠓⠑⠞ ⠗⠑⠉⠕⠗⠙ ⠊⠎ ⠼⠉⠈⠔ ⠼⠑⠈⠔⠔⠲] - - [57° 38' noorderbreedte, ⠼⠑⠛⠈⠴ ⠼⠉⠓⠈⠔ ⠝⠕⠕⠗⠙⠑⠗⠃⠗⠑⠑⠙⠞⠑] + - ["Een hoek van 27° 30'.", ⠨⠑⠑⠝ ⠓⠕⠑⠅ ⠧⠁⠝ ⠼⠃⠛⠈⠴ ⠼⠉⠚⠈⠔⠲] + - ["Het record is 3' 5''.", ⠨⠓⠑⠞ ⠗⠑⠉⠕⠗⠙ ⠊⠎ ⠼⠉⠈⠔ ⠼⠑⠈⠔⠔⠲] + - ["57° 38' noorderbreedte", ⠼⠑⠛⠈⠴ ⠼⠉⠓⠈⠔ ⠝⠕⠕⠗⠙⠑⠗⠃⠗⠑⠑⠙⠞⠑] # §3.5 Oppervlakte- en inhoudsmaten - [65 m², ⠼⠋⠑ ⠍⠬⠼⠃] - [65 m^2, ⠼⠋⠑ ⠍⠬⠼⠃] @@ -161,10 +161,9 @@ - [Jozef II-straat, ⠨⠚⠕⠵⠑⠋ ⠘⠊⠊⠤⠎⠞⠗⠁⠁⠞] - [WO II, ⠘⠺⠕ ⠘⠊⠊] - [E.T.A., ⠘⠑⠲⠞⠲⠁⠲] - - - Complex numbers mixed with letters (not fully implemented) + - - Complex numbers mixed with letters - Zie refertes D-NE004W, D-NB007B en D-NB007BDK. - - ⠨⠵⠊⠑ ⠗⠑⠋⠑⠗⠞⠑⠎ ⠨⠙⠤⠘⠝⠑⠼⠚⠚⠙⠺⠂ ⠨⠙⠤⠘⠝⠃⠼⠚⠚⠛⠨⠃ ⠑⠝ ⠨⠙⠤⠘⠝⠃⠼⠚⠚⠛⠘⠃⠙⠅⠲ - - xfail: true + - ⠨⠵⠊⠑ ⠗⠑⠋⠑⠗⠞⠑⠎ ⠨⠙⠤⠘⠝⠑⠼⠚⠚⠙⠨⠺⠂ ⠨⠙⠤⠘⠝⠃⠼⠚⠚⠛⠨⠃ ⠑⠝ ⠨⠙⠤⠘⠝⠃⠼⠚⠚⠛⠘⠃⠙⠅⠲ - [EEN woord in hoofdletters, ⠘⠑⠑⠝ ⠺⠕⠕⠗⠙ ⠊⠝ ⠓⠕⠕⠋⠙⠇⠑⠞⠞⠑⠗⠎] - [TWEE WOORDEN in hoofdletters, ⠘⠞⠺⠑⠑ ⠘⠺⠕⠕⠗⠙⠑⠝ ⠊⠝ ⠓⠕⠕⠋⠙⠇⠑⠞⠞⠑⠗⠎] - [DRIE WOORDEN IN hoofdletters, ⠘⠙⠗⠊⠑ ⠘⠺⠕⠕⠗⠙⠑⠝ ⠘⠊⠝ ⠓⠕⠕⠋⠙⠇⠑⠞⠞⠑⠗⠎] @@ -239,24 +238,21 @@ - ⠸⠺⠁⠞⠑⠗⠠⠏⠇⠁⠝⠞ - typeform: underline: '+++++ ' - - - Emphasis and hyphens (not implemented) + - - Koppelteken heft werking op van zowel drukwijzigingsteken als permanent hoofdletterteken - ZUID-AFRIKA was zijn droom. - ⠸⠘⠵⠥⠊⠙⠤⠸⠘⠁⠋⠗⠊⠅⠁ ⠺⠁⠎ ⠵⠊⠚⠝ ⠙⠗⠕⠕⠍⠲ - typeform: {bold: '+++++++++++ '} - xfail: true - - - Emphasis and hyphens (not implemented) + - - Koppelteken heft werking op van zowel drukwijzigingsteken dus geen herstelteken nodig - BTW-tarieven - ⠸⠘⠃⠞⠺⠤⠞⠁⠗⠊⠑⠧⠑⠝ - typeform: {italic: '+++ '} - xfail: true - - - Emphasis and hyphens (not implemented) + - - Koppelteken heft werking op van drukwijzigingsteken - Zuid-Afrika - ⠸⠨⠵⠥⠊⠙⠤⠸⠨⠁⠋⠗⠊⠅⠁ - typeform: {bold: '+++++++++++'} - xfail: true - - 3de - ⠼⠉⠸⠙⠑ - typeform: @@ -278,14 +274,20 @@ - 'CO₂-uitstoot: 158 g CO₂/km' - ⠘⠉⠕⠡⠆⠤⠥⠊⠞⠎⠞⠕⠕⠞⠒ ⠼⠁⠑⠓ ⠛ ⠘⠉⠕⠡⠆⠌⠅⠍ -table: - locale: nl - grade: 0 - __assert-match: nl.tbl # nl-NL-g0.utb -table: - locale: nl-BE - grade: 0 - __assert-match: nl_BE.tbl # nl-BE-g0.utb + # Regels uit toekomstige 2019 standaard (niet officiëel goedgekeurd, maar vrijwel zeker dat dit zal gebeuren) + - - Klemtoon en nadruk / accenten (RFC-000367 - https://braille-autoriteit.org/changerequest/klemtoon_en_nadruk) + - á é í ó ú + - ⠷ ⠿ ⠌ ⠬ ⠾ + - ["Dáár!", "⠨⠙⠷⠷⠗⠖"] + - ["Geef het hém.", "⠨⠛⠑⠑⠋ ⠓⠑⠞ ⠓⠿⠍⠲"] + - ["Dat is léúk.", "⠨⠙⠁⠞ ⠊⠎ ⠇⠿⠾⠅⠲"] + - ["Je móét komen.", "⠨⠚⠑ ⠍⠬⠿⠞ ⠅⠕⠍⠑⠝⠲"] + - ["Ga búíten spelen.", "⠨⠛⠁ ⠃⠾⠌⠞⠑⠝ ⠎⠏⠑⠇⠑⠝⠲"] + - ["Móéilijk gaat óók.", "⠨⠍⠬⠿⠊⠇⠊⠚⠅ ⠛⠁⠁⠞ ⠬⠬⠅⠲"] + - - Accolades (RFC-000390 - https://braille-autoriteit.org/changerequest/accolades) + - "{ }" + - ⠐⠷ ⠐⠾ + flags: {testmode: backward} tests: - - Digits followed by lowercase letters diff -Nru liblouis-3.9.0/tests/braille-specs/no_typeform_harness.yaml liblouis-3.10.0/tests/braille-specs/no_typeform_harness.yaml --- liblouis-3.9.0/tests/braille-specs/no_typeform_harness.yaml 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/no_typeform_harness.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,435 @@ +display: unicode-without-blank.dis +table: + locale: no + grade: 0 + dots: 6 + __assert-match: no-no-g0.utb + +tests: + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠆⠃⠗⠕⠺⠝⠰ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠆⠠⠄⠃⠗⠕⠺⠝⠠⠄⠰ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠸⠠⠄⠃⠗⠕⠺⠝⠠⠄⠸ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠸⠆⠃⠗⠕⠺⠝⠰⠸ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠟⠥⠊⠉⠅ ⠸⠆⠠⠄⠃⠗⠕⠺⠝⠠⠄⠰⠸ ⠋⠕⠭ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + bold: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠆⠃⠗⠕⠺⠝⠰⠠⠄ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠆⠃⠗⠕⠺⠝⠰ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + bold: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠸⠃⠗⠕⠺⠝⠸⠠⠄ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++ ' + bold: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠸⠆⠃⠗⠕⠺⠝⠰⠸⠠⠄ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠠⠄⠟⠥⠊⠉⠅ ⠸⠆⠃⠗⠕⠺⠝⠰⠸ ⠋⠕⠭⠠⠄ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++ ' + bold: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠰⠃⠗⠕⠺⠝⠆ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠰⠠⠄⠃⠗⠕⠺⠝⠠⠄⠆ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠰⠸⠃⠗⠕⠺⠝⠸⠆ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠰⠸⠠⠄⠃⠗⠕⠺⠝⠠⠄⠸⠆ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠟⠥⠊⠉⠅ ⠸⠠⠄⠃⠗⠕⠺⠝⠠⠄⠸ ⠋⠕⠭⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠰⠃⠗⠕⠺⠝⠆⠠⠄ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠰⠃⠗⠕⠺⠝⠆ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠰⠸⠃⠗⠕⠺⠝⠸⠆⠠⠄ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++ ' + bold: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠰⠸⠃⠗⠕⠺⠝⠸⠆ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠸⠃⠗⠕⠺⠝⠸⠠⠄ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠆⠠⠄⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠠⠄⠰ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠸⠠⠄⠃⠗⠕⠺⠝⠠⠄⠸ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' ++++++ ++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠸⠆⠃⠗⠕⠺⠝⠰⠸ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠸⠆⠠⠄⠃⠗⠕⠺⠝⠠⠄⠰⠸ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' ++++++ ++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++++++++++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠆⠃⠗⠕⠺⠝⠰ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠟⠥⠊⠉⠅ ⠆⠠⠄⠃⠗⠕⠺⠝⠠⠄⠰ ⠋⠕⠭⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++++++++++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠸⠃⠗⠕⠺⠝⠸⠠⠄ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' ++++++ ++++ ' + bold: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' ++++++ ++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠸⠆⠃⠗⠕⠺⠝⠰⠸⠠⠄ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' ++++++ ++++ ' + bold: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠸⠆⠃⠗⠕⠺⠝⠰⠸ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' ++++++ ++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++++++++++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + underline: ' +++++++++++++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠆⠃⠗⠕⠺⠝⠰⠠⠄ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++++++++++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠠⠄⠟⠥⠊⠉⠅ ⠆⠃⠗⠕⠺⠝⠰ ⠋⠕⠭⠠⠄⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++ ' + underline: ' +++++++++++++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠰⠸⠃⠗⠕⠺⠝⠸⠆ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠰⠸⠠⠄⠃⠗⠕⠺⠝⠠⠄⠸⠆ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' ++++++ ++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠸⠠⠄⠃⠗⠕⠺⠝⠠⠄⠸ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' ++++++ ++++ ' + bold: ' +++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠰⠃⠗⠕⠺⠝⠆ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠰⠠⠄⠃⠗⠕⠺⠝⠠⠄⠆ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++++++++++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++++++++++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++++++++++++ ' + bold: ' +++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠰⠸⠃⠗⠕⠺⠝⠸⠆⠠⠄ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' ++++++ ++++ ' + bold: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠰⠸⠃⠗⠕⠺⠝⠸⠆ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' ++++++ ++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠸⠃⠗⠕⠺⠝⠸⠠⠄ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' ++++++ ++++ ' + bold: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠸⠃⠗⠕⠺⠝⠸ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' ++++++ ++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠰⠃⠗⠕⠺⠝⠆⠠⠄ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++++++++++++ ' + bold: ' ++++++ ++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠰⠃⠗⠕⠺⠝⠆ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' ++++++ ++++ ' + underline: ' +++++++++++++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠠⠄⠃⠗⠕⠺⠝⠠⠄ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++++++++++++ ' + bold: ' ++++++ ++++ ' + - # The quick brown fox jumps. + - 'The quick brown fox jumps.' + - '⠠⠞⠓⠑ ⠸⠆⠠⠄⠟⠥⠊⠉⠅ ⠃⠗⠕⠺⠝ ⠋⠕⠭⠠⠄⠰⠸ ⠚⠥⠍⠏⠎⠄' + - typeform: + italic: ' +++++++++++++++ ' + underline: ' +++++++++++++++ ' + bold: ' +++++++++++++++ ' + xfail: indicators in wrong order diff -Nru liblouis-3.9.0/tests/braille-specs/spaces.dis liblouis-3.10.0/tests/braille-specs/spaces.dis --- liblouis-3.9.0/tests/braille-specs/spaces.dis 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/spaces.dis 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -include unicode-without-blank.dis -display 9 9 -display a a diff -Nru liblouis-3.9.0/tests/braille-specs/spaces.yaml liblouis-3.10.0/tests/braille-specs/spaces.yaml --- liblouis-3.9.0/tests/braille-specs/spaces.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/spaces.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -1,4 +1,7 @@ -display: spaces.dis +display: | + include unicode-without-blank.dis + display 9 9 + display a a table: Es-Es-G0.utb,spaces.uti flags: {testmode: bothDirections} @@ -586,16 +589,6 @@ - ['\x200b', '\x0020'] - ['\x200b', '\x0020'] - ['\x202f', '\x0020'] -table: en-us-comp6.ctb,spaces.uti -flags: {testmode: bothDirections} -tests: - - ['\x0009', '⡀'] - - ['\x000a', '⣀'] - - ['\x0020', '\x0020'] - - ['\x00a0', 'a'] -flags: {testmode: forward} -tests: - - ['\x000d', '\x0020'] table: en-us-comp8.ctb,spaces.uti flags: {testmode: bothDirections} tests: @@ -2267,19 +2260,6 @@ flags: {testmode: forward} tests: - ['\x000d', '\x0020'] -table: zh_TW.tbl -flags: {testmode: bothDirections} -tests: - - ['\x0009', '9'] - - ['\x000a', '⣀'] - - ['\x000c', '⡘⠇'] - - ['\x0020', '\x0020'] - - ['\x00a0', 'a'] -flags: {testmode: forward} -tests: - - ['\x000d', '\x0020'] - - ['\x2028', '⠳'] - - ['\x202f', '\x0020'] table: zhcn-g1.ctb flags: {testmode: bothDirections} tests: diff -Nru liblouis-3.9.0/tests/braille-specs/ta-ta-g1_harness.yaml liblouis-3.10.0/tests/braille-specs/ta-ta-g1_harness.yaml --- liblouis-3.9.0/tests/braille-specs/ta-ta-g1_harness.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/ta-ta-g1_harness.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -336,42 +336,100 @@ - [Help, ⠠⠓⠑⠇⠏] - [holder, ⠓⠕⠇⠙⠑⠗] - [Home, ⠠⠓⠕⠍⠑] - - ['http://activex.microsoft.com/activex/controls/sapi/spchapi.exe]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠁⠉⠞⠊⠧⠑⠭⠨⠍⠊⠉⠗⠕⠎⠕⠋⠞⠨⠉⠕⠍⠌⠁⠉⠞⠊⠧⠑⠭⠌⠉⠕⠝⠞⠗⠕⠇⠎⠌⠎⠁⠏⠊⠌⠎⠏⠉⠓⠁⠏⠊⠨⠑⠭⠑⡻⠸⠱] - - ['http://brl.thefreecat.org/brltty/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠃⠗⠇⠨⠞⠓⠑⠋⠗⠑⠑⠉⠁⠞⠨⠕⠗⠛⠌⠃⠗⠇⠞⠞⠽⠌⡻⠸⠱] - - ['http://community.nvda-project.org/wiki/Development]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠉⠕⠍⠍⠥⠝⠊⠞⠽⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⠺⠊⠅⠊⠌⡙⠑⠧⠑⠇⠕⠏⠍⠑⠝⠞⡻⠸⠱] - - ['http://freedomscientific.com]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠋⠗⠑⠑⠙⠕⠍⠎⠉⠊⠑⠝⠞⠊⠋⠊⠉⠨⠉⠕⠍⡻⠸⠱] - - ['http://mielke.cc/brltty/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠍⠊⠑⠇⠅⠑⠨⠉⠉⠌⠃⠗⠇⠞⠞⠽⠌⡻⠸⠱] - - ['http://mielke.cc/brltty/doc/drivers/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠍⠊⠑⠇⠅⠑⠨⠉⠉⠌⠃⠗⠇⠞⠞⠽⠌⠙⠕⠉⠌⠙⠗⠊⠧⠑⠗⠎⠌⡻⠸⠱] - - ['http://ru.nvda-community.org/?page_id=10]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠗⠥⠨⠝⠧⠙⠁⠤⠉⠕⠍⠍⠥⠝⠊⠞⠽⠨⠕⠗⠛⠌⠹⠏⠁⠛⠑⠸⠊⠙⠿⠂⠴⡻⠸⠱] - - ['http://www.addons.nvda-project.org/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠁⠙⠙⠕⠝⠎⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⡻⠸⠱] - - ['http://www.aph.org/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠁⠏⠓⠨⠕⠗⠛⠌⡻⠸⠱] - - ['http://www.baum.de/cms/en/],', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠃⠁⠥⠍⠨⠙⠑⠌⠉⠍⠎⠌⠑⠝⠌⡻⠠⠸⠱] - - ['http://www.espeak.sourceforge.net/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠑⠎⠏⠑⠁⠅⠨⠎⠕⠥⠗⠉⠑⠋⠕⠗⠛⠑⠨⠝⠑⠞⠌⡻⠸⠱] - - ['http://www.espeak.sourceforge.net]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠑⠎⠏⠑⠁⠅⠨⠎⠕⠥⠗⠉⠑⠋⠕⠗⠛⠑⠨⠝⠑⠞⡻⠸⠱] - - ['http://www.espeak.sourceforge.net]]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠑⠎⠏⠑⠁⠅⠨⠎⠕⠥⠗⠉⠑⠋⠕⠗⠛⠑⠨⠝⠑⠞⡻⡻⠸⠱] + - - 'http://activex.microsoft.com/activex/controls/sapi/spchapi.exe]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠁⠉⠞⠊⠧⠑⠭⠨⠍⠊⠉⠗⠕⠎⠕⠋⠞⠨⠉⠕⠍⠌⠁⠉⠞⠊⠧⠑⠭⠌⠉⠕⠝⠞⠗⠕⠇⠎⠌⠎⠁⠏⠊⠌⠎⠏⠉⠓⠁⠏⠊⠨⠑⠭⠑⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://brl.thefreecat.org/brltty/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠃⠗⠇⠨⠞⠓⠑⠋⠗⠑⠑⠉⠁⠞⠨⠕⠗⠛⠌⠃⠗⠇⠞⠞⠽⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://community.nvda-project.org/wiki/Development]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠉⠕⠍⠍⠥⠝⠊⠞⠽⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⠺⠊⠅⠊⠌⡙⠑⠧⠑⠇⠕⠏⠍⠑⠝⠞⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://freedomscientific.com]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠋⠗⠑⠑⠙⠕⠍⠎⠉⠊⠑⠝⠞⠊⠋⠊⠉⠨⠉⠕⠍⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://mielke.cc/brltty/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠍⠊⠑⠇⠅⠑⠨⠉⠉⠌⠃⠗⠇⠞⠞⠽⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://mielke.cc/brltty/doc/drivers/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠍⠊⠑⠇⠅⠑⠨⠉⠉⠌⠃⠗⠇⠞⠞⠽⠌⠙⠕⠉⠌⠙⠗⠊⠧⠑⠗⠎⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://ru.nvda-community.org/?page_id=10]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠗⠥⠨⠝⠧⠙⠁⠤⠉⠕⠍⠍⠥⠝⠊⠞⠽⠨⠕⠗⠛⠌⠹⠏⠁⠛⠑⠸⠊⠙⠿⠂⠴⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.addons.nvda-project.org/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠁⠙⠙⠕⠝⠎⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.aph.org/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠁⠏⠓⠨⠕⠗⠛⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.baum.de/cms/en/],' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠃⠁⠥⠍⠨⠙⠑⠌⠉⠍⠎⠌⠑⠝⠌⡻⠠⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.espeak.sourceforge.net/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠑⠎⠏⠑⠁⠅⠨⠎⠕⠥⠗⠉⠑⠋⠕⠗⠛⠑⠨⠝⠑⠞⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.espeak.sourceforge.net]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠑⠎⠏⠑⠁⠅⠨⠎⠕⠥⠗⠉⠑⠋⠕⠗⠛⠑⠨⠝⠑⠞⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.espeak.sourceforge.net]]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠑⠎⠏⠑⠁⠅⠨⠎⠕⠥⠗⠉⠑⠋⠕⠗⠛⠑⠨⠝⠑⠞⡻⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - ['http://www.freedomscientific.com/downloads/focus-40-blue/focus-40-14-blue-downloads.asp.', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠋⠗⠑⠑⠙⠕⠍⠎⠉⠊⠑⠝⠞⠊⠋⠊⠉⠨⠉⠕⠍⠌⠙⠕⠺⠝⠇⠕⠁⠙⠎⠌⠋⠕⠉⠥⠎⠤⠲⠴⠤⠃⠇⠥⠑⠌⠋⠕⠉⠥⠎⠤⠲⠴⠤⠂⠲⠤⠃⠇⠥⠑⠤⠙⠕⠺⠝⠇⠕⠁⠙⠎⠨⠁⠎⠏⠨⠸⠱] - - ['http://www.gnu.org/licenses/old-licenses/gpl-2.0.html]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠛⠝⠥⠨⠕⠗⠛⠌⠇⠊⠉⠑⠝⠎⠑⠎⠌⠕⠇⠙⠤⠇⠊⠉⠑⠝⠎⠑⠎⠌⠛⠏⠇⠤⠆⠨⠴⠨⠓⠞⠍⠇⡻⠸⠱] - - ['http://www.handytech.de/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠁⠝⠙⠽⠞⠑⠉⠓⠨⠙⠑⠌⡻⠸⠱] - - ['http://www.hedo.de/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠑⠙⠕⠨⠙⠑⠌⡻⠸⠱] - - ['http://www.hims-inc.com/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠊⠍⠎⠤⠊⠝⠉⠨⠉⠕⠍⠌⡻⠸⠱] + - - 'http://www.gnu.org/licenses/old-licenses/gpl-2.0.html]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠛⠝⠥⠨⠕⠗⠛⠌⠇⠊⠉⠑⠝⠎⠑⠎⠌⠕⠇⠙⠤⠇⠊⠉⠑⠝⠎⠑⠎⠌⠛⠏⠇⠤⠆⠨⠴⠨⠓⠞⠍⠇⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.handytech.de/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠁⠝⠙⠽⠞⠑⠉⠓⠨⠙⠑⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.hedo.de/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠑⠙⠕⠨⠙⠑⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.hims-inc.com/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠊⠍⠎⠤⠊⠝⠉⠨⠉⠕⠍⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - ['http://www.hims-inc.com/resource-center/.', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠊⠍⠎⠤⠊⠝⠉⠨⠉⠕⠍⠌⠗⠑⠎⠕⠥⠗⠉⠑⠤⠉⠑⠝⠞⠑⠗⠌⠨⠸⠱] - - ['http://www.humanware.com/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠥⠍⠁⠝⠺⠁⠗⠑⠨⠉⠕⠍⠌⡻⠸⠱] - - ['http://www.humanware.com/],', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠥⠍⠁⠝⠺⠁⠗⠑⠨⠉⠕⠍⠌⡻⠠⠸⠱] - - ['http://www.humanware.com]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠥⠍⠁⠝⠺⠁⠗⠑⠨⠉⠕⠍⡻⠸⠱] - - ['http://www.mdvbologna.it/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠍⠙⠧⠃⠕⠇⠕⠛⠝⠁⠨⠊⠞⠌⡻⠸⠱] + - - 'http://www.humanware.com/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠥⠍⠁⠝⠺⠁⠗⠑⠨⠉⠕⠍⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.humanware.com/],' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠥⠍⠁⠝⠺⠁⠗⠑⠨⠉⠕⠍⠌⡻⠠⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.humanware.com]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠓⠥⠍⠁⠝⠺⠁⠗⠑⠨⠉⠕⠍⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.mdvbologna.it/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠍⠙⠧⠃⠕⠇⠕⠛⠝⠁⠨⠊⠞⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - ['http://www.microsoft.com/download/en/details.aspx?id=27224', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠍⠊⠉⠗⠕⠎⠕⠋⠞⠨⠉⠕⠍⠌⠙⠕⠺⠝⠇⠕⠁⠙⠌⠑⠝⠌⠙⠑⠞⠁⠊⠇⠎⠨⠁⠎⠏⠭⠹⠊⠙⠿⠆⠶⠆⠆⠲⠸⠱] - ['http://www.microsoft.com/download/en/details.aspx?id=27225', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠍⠊⠉⠗⠕⠎⠕⠋⠞⠨⠉⠕⠍⠌⠙⠕⠺⠝⠇⠕⠁⠙⠌⠑⠝⠌⠙⠑⠞⠁⠊⠇⠎⠨⠁⠎⠏⠭⠹⠊⠙⠿⠆⠶⠆⠆⠢⠸⠱] - ['http://www.nippontelesoft.com/.', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠊⠏⠏⠕⠝⠞⠑⠇⠑⠎⠕⠋⠞⠨⠉⠕⠍⠌⠨⠸⠱] - - ['http://www.nippontelesoft.com/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠊⠏⠏⠕⠝⠞⠑⠇⠑⠎⠕⠋⠞⠨⠉⠕⠍⠌⡻⠸⠱] - - ['http://www.nvaccess.org/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠁⠉⠉⠑⠎⠎⠨⠕⠗⠛⠌⡻⠸⠱] - - ['http://www.nvaccess.org]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠁⠉⠉⠑⠎⠎⠨⠕⠗⠛⡻⠸⠱] - - ['http://www.nvda-project.org]]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⡻⡻⠸⠱] - - ['http:www.nvda-project.org/]', ⠸⠬⠓⠞⠞⠏⠱⠺⠺⠺⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⡻⠸⠱] - - ['http://www.nvda-project.org/wiki/ExtraVoices]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⠺⠊⠅⠊⠌⡑⠭⠞⠗⠁⡧⠕⠊⠉⠑⠎⡻⠸⠱] - - ['http://www.optelec.com]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠕⠏⠞⠑⠇⠑⠉⠨⠉⠕⠍⡻⠸⠱] + - - 'http://www.nippontelesoft.com/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠊⠏⠏⠕⠝⠞⠑⠇⠑⠎⠕⠋⠞⠨⠉⠕⠍⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.nvaccess.org/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠁⠉⠉⠑⠎⠎⠨⠕⠗⠛⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.nvaccess.org]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠁⠉⠉⠑⠎⠎⠨⠕⠗⠛⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.nvda-project.org]]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⡻⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http:www.nvda-project.org/]' + - ⠸⠬⠓⠞⠞⠏⠱⠺⠺⠺⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.nvda-project.org/wiki/ExtraVoices]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠝⠧⠙⠁⠤⠏⠗⠕⠚⠑⠉⠞⠨⠕⠗⠛⠌⠺⠊⠅⠊⠌⡑⠭⠞⠗⠁⡧⠕⠊⠉⠑⠎⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille + - - 'http://www.optelec.com]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠕⠏⠞⠑⠇⠑⠉⠨⠉⠕⠍⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - ['http://www.seika-braille.com/.', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠎⠑⠊⠅⠁⠤⠃⠗⠁⠊⠇⠇⠑⠨⠉⠕⠍⠌⠨⠸⠱] - - ['http://www.vocalizer-nvda.com/]', ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠧⠕⠉⠁⠇⠊⠵⠑⠗⠤⠝⠧⠙⠁⠨⠉⠕⠍⠌⡻⠸⠱] + - - 'http://www.vocalizer-nvda.com/]' + - ⠸⠬⠓⠞⠞⠏⠱⠌⠌⠺⠺⠺⠨⠧⠕⠉⠁⠇⠊⠵⠑⠗⠤⠝⠧⠙⠁⠨⠉⠕⠍⠌⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - ['[Humanware', ⠠⠶⠠⠓⠥⠍⠁⠝⠺⠁⠗⠑] - ['HumanWare:', ⠠⠓⠥⠍⠁⠝⠠⠺⠁⠗⠑⠒] - ['i:', ⠰⠊⠒] @@ -643,7 +701,9 @@ - [Table, ⠠⠞⠁⠃⠇⠑] - [Tapping, ⠠⠞⠁⠏⠏⠊⠝⠛] - [Task, ⠠⠞⠁⠎⠅] - - [td.dinkar@gmail.com, ⠸⠬⠞⠙⠨⠙⠊⠝⠅⠁⠗⡈⠛⠍⠁⠊⠇⠨⠉⠕⠍⠸⠱] + - - 'td.dinkar@gmail.com' + - ⠸⠬⠞⠙⠨⠙⠊⠝⠅⠁⠗⡈⠛⠍⠁⠊⠇⠨⠉⠕⠍⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - [Tech, ⠠⠞⠑⠉⠓] - [Thumb, ⠠⠞⠓⠥⠍⠃] - [Thumbnail, ⠠⠞⠓⠥⠍⠃⠝⠁⠊⠇] @@ -691,7 +751,9 @@ - [Windows, ⠠⠺⠊⠝⠙⠕⠺⠎] - [with, ⠺⠊⠞⠓] - [Word, ⠠⠺⠕⠗⠙] - - ['www.audiologic.it]', ⠸⠬⠺⠺⠺⠨⠁⠥⠙⠊⠕⠇⠕⠛⠊⠉⠨⠊⠞⡻⠸⠱] + - - 'www.audiologic.it]' + - ⠸⠬⠺⠺⠺⠨⠁⠥⠙⠊⠕⠇⠕⠛⠊⠉⠨⠊⠞⡻⠸⠱ + - xfail: en-us-g1.ctb changed wrt computer braille - ['x:', ⠰⠭⠒] - ['x86:', ⠰⠭⠼⠓⠋⠒] - [xx, ⠭⠭] diff -Nru liblouis-3.9.0/tests/braille-specs/zh-tw.yaml liblouis-3.10.0/tests/braille-specs/zh-tw.yaml --- liblouis-3.9.0/tests/braille-specs/zh-tw.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/braille-specs/zh-tw.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright © 2018 Bo-Cheng Jhan +# Copyright © 2018 Bo-Cheng Jhan # Copyright © 2019 nvda-tw # # This file is part of liblouis. @@ -9,13 +9,24 @@ # without any warranty. # # Currently maintained by Sponge Jhan -# Version: 2019-02 +# Version: 2019-05 -display: unicode-without-blank.dis +display: unicode.dis table: locale: cmn-TW __assert-match: zh_TW.tbl # zh-tw.ctb +flags: {testmode: bothDirections} tests: + - ['\x0009', '\t'] + - ['\x000A', '⣀'] + - ['\x000C', '⡘⠇'] + - ['\x0020', '⠀'] + - ['\x00A0', '\x00A0'] +flags: {testmode: forward} +tests: + - ['\x000D', '⠀'] + - ['\x2028', '⠳'] + - ['\x202F', '⠀'] - ["㐄", "⠇⠔⠐"] - ["㐮", "⠑⠨⠄"] - ["㐵", "⠛⠌⠂"] @@ -83,17 +94,24 @@ - ["㜽", "⠓⠱⠁"] - ["㝀", "⠗⠩⠈"] - ["㝃", "⠍⠞⠈"] + - ["㝄", "⠃⠿⠂"] + - ["㝇", "⠃⠿⠂"] - ["㝈", "⠉⠻⠂"] - ["㝊", "⠊⠷⠈"] - ["㝍", "⠑⠬⠈"] + - ["㝐", "⠛⠯⠂"] - ["㝒", "⠅⠳⠄"] - ["㝕", "⠝⠽⠂"] + - ["㝖", "⠡⠂"] + - ["㝙", "⠹⠂"] - ["㝛", "⠑⠌⠐"] - ["㝠", "⠍⠽⠂"] - ["㝡", "⠓⠫⠐"] - ["㝶", "⠙⠮⠂"] - ["㝷", "⠑⠲⠂"] - ["㞐", "⠅⠳⠄"] + - ["㞠", "⠉⠪⠂"] + - ["㞡", "⠁⠧⠈"] - ["㞣", "⠟⠥⠄"] - ["㞧", "⠗⠫⠐"] - ["㞫", "⠓⠷⠈"] @@ -142,6 +160,7 @@ - ["㤰", "⠓⠒⠐"] - ["㤺", "⠗⠸⠄"] - ["㥃", "⠍⠥⠄"] + - ["㥍", "⠅⠡⠐"] - ["㥐", "⠘⠐"] - ["㥞", "⠑⠫⠐"] - ["㥦", "⠚⠬⠐"] @@ -160,7 +179,7 @@ - ["㧱", "⠝⠜⠂"] - ["㧼", "⠕⠪⠈"] - ["㨀", "⠕⠽⠈"] - - ["㨇", "⠏⠧⠂"] + - ["㨇", "⠏⠣⠂"] - ["㨈", "⠅⠡⠈"] - ["㨉", "⠍⠹⠂"] - ["㨗", "⠅⠬⠂"] @@ -177,6 +196,7 @@ - ["㩦", "⠑⠡⠄"] - ["㩭", "⠅⠪⠈"] - ["㪅", "⠅⠵⠐"] + - ["㪘", "⠉⠞⠐"] - ["㪚", "⠑⠧⠐"] - ["㪟", "⠙⠿⠄"] - ["㪣", "⠚⠪⠄"] @@ -209,6 +229,7 @@ - ["㯭", "⠉⠌⠈"] - ["㰐", "⠋⠒⠈"] - ["㰙", "⠝⠒⠈"] + - ["㰸", "⠉⠞⠐"] - ["㱀", "⠃⠱⠈"] - ["㱃", "⠹⠈"] - ["㱒", "⠗⠮⠄"] @@ -270,7 +291,6 @@ - ["㼎", "⠕⠣⠂"] - ["㼝", "⠻⠈"] - ["㼼", "⠏⠪⠂"] - - ["㽁", "⠅⠮⠂"] - ["㽞", "⠉⠎⠂"] - ["㽯", "⠚⠡⠂"] - ["㽲", "⠅⠪⠈"] @@ -291,10 +311,8 @@ - ["䁞", "⠊⠵⠈"] - ["䂖", "⠊⠱⠂"] - ["䂞", "⠁⠮⠐"] - - ["䂥", "⠍⠹⠂"] - ["䂧", "⠁⠥⠈"] - ["䃅", "⠙⠡⠄"] - - ["䃉", "⠍⠹⠂"] - ["䃍", "⠁⠫⠐"] - ["䃬", "⠇⠫⠈"] - ["䃯", "⠉⠡⠐"] @@ -336,7 +354,7 @@ - ["䌶", "⠓⠱⠄"] - ["䌷", "⠃⠷⠂"] - ["䌸", "⠁⠻⠐"] - - ["䌹", "⠅⠽⠈"] + - ["䌹", "⠅⠖⠈"] - ["䌺", "⠱⠈"] - ["䌻", "⠡⠐"] - ["䌼", "⠙⠫⠐"] @@ -562,13 +580,15 @@ - ["䯅", "⠝⠬⠐"] - ["䯝", "⠑⠫⠈"] - ["䯬", "⠙⠒⠈"] - - ["䯺", "⠦⠐"] + - ["䯺", "⠇⠒⠐"] - ["䰗", "⠅⠎⠄"] - - ["䰛", "⠅⠮⠂"] - - ["䰜", "⠅⠮⠂"] - ["䰝", "⠓⠵⠐"] - ["䰟", "⠗⠿⠂"] - - ["䲄", "⠍⠞⠈"] + - ["䱽", "⠃⠭⠄"] + - ["䲄", "⠍⠹⠈"] + - ["䲍", "⠋⠵⠂"] + - ["䲎", "⠝⠴⠈"] + - ["䲔", "⠅⠽⠄"] - ["䲝", "⠃⠭⠄"] - ["䲟", "⠹⠐"] - ["䲠", "⠃⠿⠄"] @@ -593,6 +613,8 @@ - ["䶧", "⠪⠈"] - ["䶮", "⠞⠈"] - ["䶵", "⠃⠱⠂"] + - ["丄", "⠊⠭⠐"] + - ["丅", "⠑⠾⠐"] - ["与", "⠳⠈"] - ["丒", "⠃⠷⠈"] - ["专", "⠁⠻⠄"] @@ -612,6 +634,7 @@ - ["为", "⠫⠂"] - ["丽", "⠉⠡⠐"] - ["举", "⠅⠳⠈"] + - ["乆", "⠅⠎⠈"] - ["义", "⠡⠐"] - ["乌", "⠌⠄"] - ["乐", "⠉⠮⠐"] @@ -624,10 +647,13 @@ - ["书", "⠊⠌⠄"] - ["买", "⠍⠺⠈"] - ["乱", "⠉⠻⠐"] + - ["乹", "⠅⠧⠄"] - ["亀", "⠅⠫⠄"] - ["亁", "⠅⠧⠄"] - ["争", "⠁⠵⠄"] - ["亏", "⠇⠫⠄"] + - ["亖", "⠑⠱⠐"] + - ["亗", "⠑⠫⠐"] - ["亘", "⠅⠥⠐"] - ["亚", "⠾⠈"] - ["亜", "⠾⠈"] @@ -646,18 +672,26 @@ - ["从", "⠚⠯⠂"] - ["仑", "⠉⠿⠂"] - ["仓", "⠚⠭⠄"] + - ["仢", "⠁⠒⠂"] + - ["仦", "⠃⠩⠐"] - ["仧", "⠃⠭⠂"] - ["仪", "⠡⠂"] - ["们", "⠍⠥⠁"] - ["价", "⠅⠾⠐"] + - ["仺", "⠚⠭⠄"] + - ["仾", "⠙⠡⠄"] - ["伃", "⠳⠂"] + - ["伇", "⠡⠐"] + - ["伖", "⠋⠭⠈"] - ["众", "⠁⠯⠐"] - ["优", "⠎⠄"] - ["会", "⠗⠫⠐"] - ["伛", "⠳⠈"] + - ["伜", "⠚⠫⠐"] - ["伞", "⠑⠧⠈"] - ["伟", "⠫⠈"] - ["传", "⠃⠻⠂"] + - ["伡", "⠃⠮⠄"] - ["伣", "⠚⠞⠐"] - ["伤", "⠊⠭⠄"] - ["伥", "⠃⠭⠄"] @@ -666,14 +700,19 @@ - ["伩", "⠑⠹⠐"] - ["伪", "⠫⠐"] - ["伫", "⠁⠌⠐"] + - ["伮", "⠝⠌⠈"] - ["伱", "⡝⠡⠈"] + - ["伵", "⠑⠳⠐"] - ["佀", "⠑⠱⠐"] + - ["佄", "⠗⠧⠄"] - ["体", "⠋⠡⠈"] - ["佥", "⠚⠞⠄"] - ["佱", "⠟⠜⠈"] - ["侌", "⠹⠄"] + - ["侎", "⠍⠡⠈"] - ["侠", "⠑⠾⠂"] - ["価", "⠅⠾⠐"] + - ["侢", "⠙⠺⠐"] - ["侥", "⠅⠪⠈"] - ["侦", "⠁⠥⠄"] - ["侧", "⠚⠮⠐"] @@ -682,7 +721,10 @@ - ["侪", "⠃⠺⠂"] - ["侬", "⠝⠯⠂"] - ["侭", "⠅⠹⠈"] - - ["俣", "⠳⠂"] + - ["侽", "⠝⠧⠂"] + - ["俌", "⠟⠌⠈"] + - ["俢", "⠑⠎⠄"] + - ["俣", "⠳⠈"] - ["俦", "⠃⠷⠂"] - ["俨", "⠞⠈"] - ["俩", "⠉⠾⠈"] @@ -690,13 +732,20 @@ - ["俫", "⠉⠺⠂"] - ["俭", "⠅⠞⠈"] - ["俻", "⠕⠴⠐"] + - ["俼", "⠳⠐"] + - ["俽", "⠑⠹⠄"] + - ["倂", "⠕⠽⠐"] - ["倐", "⠊⠌⠐"] + - ["値", "⠁⠱⠂"] - ["倮", "⠉⠒⠈"] - ["倸", "⠚⠺⠈"] + - ["倹", "⠅⠞⠈"] - ["债", "⠁⠺⠐"] - ["倾", "⠚⠽⠄"] - ["偐", "⠞⠐"] + - ["偖", "⠃⠮⠈"] - ["偬", "⠓⠯⠈"] + - ["偸", "⠋⠷⠄"] - ["偻", "⠉⠷⠂"] - ["偾", "⠟⠥⠐"] - ["偿", "⠃⠭⠂"] @@ -710,15 +759,26 @@ - ["働", "⠙⠯⠐"] - ["僞", "⠫⠐"] - ["僡", "⠗⠫⠐"] + - ["僫", "⠮⠐"] + - ["僴", "⠑⠞⠐"] + - ["僷", "⠬⠐"] - ["儁", "⠅⠲⠐"] + - ["儍", "⠊⠜⠈"] + - ["儎", "⠓⠺⠐"] + - ["儛", "⠌⠈"] + - ["儞", "⡝⠡⠈"] + - ["儧", "⠓⠧⠈"] + - ["儫", "⠗⠩⠂"] - ["儿", "⠱⠂"] - ["兂", "⠓⠧⠄"] + - ["兊", "⠙⠫⠐"] - ["兎", "⠋⠌⠐"] - ["兏", "⠃⠭⠂"] - ["児", "⠱⠂"] - ["兑", "⠙⠫⠐"] - ["党", "⠙⠭⠈"] - ["兠", "⠙⠷⠄"] + - ["兤", "⠇⠸⠐"] - ["兦", "⠸⠂"] - ["兪", "⠳⠂"] - ["兰", "⠉⠧⠂"] @@ -733,25 +793,35 @@ - ["冃", "⠍⠩⠐"] - ["冄", "⠛⠧⠈"] - ["内", "⠝⠴⠐"] + - ["円", "⠘⠂"] - ["冈", "⠅⠭⠄"] + - ["冋", "⠅⠖⠄"] - ["册", "⠚⠮⠐"] - ["写", "⠑⠬⠈"] - ["军", "⠅⠲⠄"] - ["农", "⠝⠯⠂"] + - ["冝", "⠡⠂"] - ["冦", "⠇⠷⠐"] - ["冯", "⠟⠵⠂"] - ["决", "⠅⠦⠂"] + - ["冴", "⠗⠌⠐"] - ["况", "⠇⠸⠐"] + - ["冸", "⠏⠧⠐"] - ["冺", "⠍⠹⠈"] - ["冻", "⠙⠯⠐"] - ["净", "⠅⠽⠐"] + - ["凂", "⠍⠴⠈"] + - ["凃", "⠋⠌⠂"] - ["凉", "⠉⠨⠂"] - ["减", "⠅⠞⠈"] - ["凑", "⠚⠷⠐"] - ["凒", "⠺⠂"] - ["凖", "⠁⠿⠈"] + - ["凛", "⠉⠹⠈"] + - ["凟", "⠙⠌⠂"] - ["几", "⠅⠡⠈"] - ["凢", "⠟⠧⠂"] + - ["凣", "⠟⠧⠂"] - ["凤", "⠟⠵⠐"] - ["処", "⠃⠌⠐"] - ["凨", "⠟⠵⠄"] @@ -760,6 +830,7 @@ - ["凭", "⠏⠽⠂"] - ["凮", "⠟⠵⠄"] - ["凯", "⠇⠺⠈"] + - ["凲", "⠅⠧⠄"] - ["凴", "⠏⠽⠂"] - ["凷", "⠇⠶⠐"] - ["击", "⠅⠡⠂"] @@ -778,12 +849,13 @@ - ["刬", "⠃⠧⠈"] - ["刭", "⠅⠽⠈"] - ["刼", "⠅⠬⠂"] - - ["刽", "⠅⠫⠐"] + - ["刽", "⠇⠶⠐"] - ["刿", "⠅⠫⠐"] - ["剀", "⠇⠺⠈"] - ["剂", "⠅⠡⠐"] - ["剐", "⠅⠔⠈"] - ["剑", "⠅⠞⠐"] + - ["剓", "⠉⠡⠂"] - ["剣", "⠅⠞⠐"] - ["剤", "⠅⠡⠐"] - ["剥", "⠕⠣⠄"] @@ -813,12 +885,18 @@ - ["匃", "⠅⠺⠐"] - ["匄", "⠅⠺⠐"] - ["匇", "⠚⠯⠄"] + - ["匘", "⠝⠩⠈"] + - ["匛", "⠅⠎⠐"] - ["匞", "⠅⠨⠐"] - ["匦", "⠅⠫⠈"] - ["匧", "⠚⠬⠐"] + - ["匩", "⠇⠸⠄"] + - ["匫", "⠗⠌⠄"] - ["匮", "⠇⠫⠐"] - ["匲", "⠉⠞⠂"] - ["匳", "⠉⠞⠂"] + - ["匵", "⠙⠌⠂"] + - ["匶", "⠅⠎⠐"] - ["区", "⠚⠳⠄"] - ["医", "⠡⠄"] - ["卋", "⠊⠱⠐"] @@ -865,6 +943,7 @@ - ["叙", "⠑⠳⠐"] - ["叜", "⠑⠷⠈"] - ["叠", "⠙⠬⠂"] + - ["叧", "⠅⠔⠈"] - ["叶", "⠬⠐"] - ["号", "⠗⠩⠐"] - ["叹", "⠋⠧⠐"] @@ -877,6 +956,9 @@ - ["听", "⠋⠽⠄"] - ["启", "⠚⠡⠈"] - ["吴", "⠌⠂"] + - ["吿", "⠅⠩⠐"] + - ["呉", "⠌⠂"] + - ["呋", "⠟⠌⠄"] - ["呌", "⠅⠪⠐"] - ["呑", "⠋⠿⠄"] - ["呒", "⠌⠈"] @@ -912,12 +994,14 @@ - ["唇", "⠃⠿⠂"] - ["唖", "⠾⠈"] - ["唘", "⠚⠡⠈"] + - ["唙", "⠙⠡⠂"] - ["唛", "⠍⠜⠐"] - ["唝", "⠗⠯⠈"] - ["唠", "⠉⠩⠂"] - ["唡", "⠉⠨⠈"] - ["唢", "⠑⠒⠈"] - ["唤", "⠗⠻⠐"] + - ["唺", "⠑⠞⠐"] - ["唿", "⠗⠌⠄"] - ["啓", "⠚⠡⠈"] - ["啧", "⠓⠮⠂"] @@ -928,8 +1012,10 @@ - ["啰", "⠉⠒⠄"] - ["啴", "⠋⠧⠄"] - ["啸", "⠑⠪⠐"] + - ["啺", "⠋⠭⠂"] - ["喆", "⠁⠮⠂"] - ["喞", "⠅⠡⠄"] + - ["喯", "⠏⠥⠄"] - ["営", "⠽⠂"] - ["喷", "⠏⠥⠄"] - ["喽", "⠉⠷⠂"] @@ -941,14 +1027,17 @@ - ["嘘", "⠑⠳⠄"] - ["嘠", "⠅⠜⠄"] - ["嘤", "⠽⠄"] + - ["嘨", "⠑⠪⠐"] - ["嘱", "⠁⠌⠈"] - ["嘷", "⠗⠩⠂"] - ["噑", "⠗⠩⠂"] - ["噜", "⠉⠌⠄"] - ["嚒", "⠍⠮⠁"] + - ["嚙", "⠝⠬⠐"] - ["嚣", "⠑⠪⠄"] - ["囙", "⠹⠄"] - ["团", "⠋⠻⠂"] + - ["団", "⠋⠻⠂"] - ["园", "⠘⠂"] - ["囯", "⠅⠒⠂"] - ["囱", "⠚⠯⠄"] @@ -959,13 +1048,14 @@ - ["图", "⠋⠌⠂"] - ["圅", "⠗⠧⠂"] - ["圆", "⠘⠂"] + - ["圎", "⠘⠂"] - ["圗", "⠋⠌⠂"] - ["圣", "⠊⠵⠐"] - ["圧", "⠾⠄"] - ["圹", "⠇⠸⠐"] - ["场", "⠃⠭⠈"] - - ["坂", "⠕⠧⠈"] - ["坏", "⠗⠶⠐"] + - ["坕", "⠅⠽⠄"] - ["块", "⠇⠶⠐"] - ["坚", "⠅⠞⠄"] - ["坛", "⠋⠧⠂"] @@ -1003,6 +1093,7 @@ - ["塖", "⠃⠵⠂"] - ["塟", "⠓⠭⠐"] - ["塩", "⠞⠂"] + - ["墕", "⠞⠐"] - ["墖", "⠋⠜⠈"] - ["増", "⠓⠵⠄"] - ["墙", "⠚⠨⠂"] @@ -1011,10 +1102,13 @@ - ["墵", "⠋⠧⠂"] - ["墻", "⠚⠨⠂"] - ["壊", "⠗⠶⠐"] + - ["壍", "⠚⠞⠐"] + - ["壐", "⠑⠡⠈"] - ["壜", "⠋⠧⠂"] - ["壠", "⠉⠯⠈"] - ["壮", "⠁⠸⠐"] - ["声", "⠊⠵⠄"] + - ["壱", "⠡⠄"] - ["売", "⠍⠺⠐"] - ["壳", "⠇⠮⠂"] - ["壶", "⠗⠌⠂"] @@ -1027,6 +1121,7 @@ - ["変", "⠕⠞⠐"] - ["夓", "⠑⠾⠐"] - ["够", "⠅⠷⠐"] + - ["夣", "⠍⠵⠐"] - ["头", "⠋⠷⠂"] - ["夹", "⠅⠾⠂"] - ["夺", "⠙⠒⠂"] @@ -1042,6 +1137,7 @@ - ["妆", "⠁⠸⠄"] - ["妇", "⠟⠌⠐"] - ["妈", "⠍⠜⠄"] + - ["妛", "⠃⠱⠄"] - ["妩", "⠌⠈"] - ["妪", "⠳⠐"] - ["妫", "⠅⠫⠄"] @@ -1056,6 +1152,7 @@ - ["娆", "⠛⠩⠈"] - ["娇", "⠅⠪⠄"] - ["娈", "⠉⠻⠂"] + - ["娤", "⠁⠸⠄"] - ["娱", "⠳⠂"] - ["娲", "⠔⠄"] - ["娴", "⠑⠞⠂"] @@ -1065,6 +1162,7 @@ - ["婴", "⠽⠄"] - ["婵", "⠃⠧⠂"] - ["婶", "⠊⠥⠈"] + - ["婾", "⠋⠷⠄"] - ["媍", "⠟⠌⠐"] - ["媪", "⠩⠈"] - ["媭", "⠑⠳⠄"] @@ -1075,18 +1173,24 @@ - ["嬀", "⠅⠫⠄"] - ["嬍", "⠍⠴⠈"] - ["嬷", "⠍⠜⠄"] + - ["嬺", "⠝⠡⠐"] - ["孏", "⠉⠧⠈"] - ["孙", "⠑⠿⠄"] - ["学", "⠑⠦⠂"] - ["孪", "⠉⠻⠂"] - ["孼", "⠝⠬⠐"] - ["宁", "⠝⠽⠂"] + - ["宆", "⠚⠖⠄"] + - ["宍", "⠛⠷⠐"] + - ["宐", "⠡⠂"] + - ["宔", "⠁⠌⠈"] - ["宝", "⠕⠩⠈"] - ["实", "⠊⠱⠂"] - ["実", "⠊⠱⠂"] - ["宠", "⠃⠯⠈"] - ["审", "⠊⠥⠈"] - ["宪", "⠑⠞⠐"] + - ["宫", "⠅⠯⠄"] - ["宼", "⠇⠷⠐"] - ["宽", "⠇⠻⠄"] - ["宾", "⠕⠹⠄"] @@ -1123,6 +1227,7 @@ - ["属", "⠊⠌⠈"] - ["屡", "⠉⠳⠈"] - ["屦", "⠅⠳⠐"] + - ["屫", "⠅⠦⠂"] - ["屿", "⠳⠈"] - ["岁", "⠑⠫⠐"] - ["岂", "⠚⠡⠈"] @@ -1178,6 +1283,7 @@ - ["帋", "⠁⠱⠈"] - ["帏", "⠫⠂"] - ["帐", "⠁⠭⠐"] + - ["帒", "⠙⠺⠐"] - ["帜", "⠁⠱⠐"] - ["带", "⠙⠺⠐"] - ["帧", "⠁⠵⠐"] @@ -1185,6 +1291,7 @@ - ["帮", "⠕⠭⠄"] - ["帰", "⠅⠫⠄"] - ["帱", "⠃⠷⠂"] + - ["帲", "⠏⠽⠂"] - ["帻", "⠓⠮⠂"] - ["帼", "⠅⠒⠂"] - ["幂", "⠍⠡⠐"] @@ -1192,10 +1299,12 @@ - ["幑", "⠗⠫⠄"] - ["幚", "⠕⠭⠄"] - ["幞", "⠏⠜⠐"] + - ["幷", "⠕⠽⠐"] - ["幺", "⠪⠄"] - ["广", "⠅⠸⠈"] - ["庁", "⠋⠽⠄"] - ["広", "⠅⠸⠈"] + - ["庄", "⠁⠸⠄"] - ["庅", "⠍⠮⠁"] - ["庆", "⠚⠽⠐"] - ["庐", "⠉⠌⠂"] @@ -1205,13 +1314,16 @@ - ["庙", "⠍⠪⠐"] - ["庞", "⠏⠭⠂"] - ["废", "⠟⠴⠐"] + - ["庺", "⠑⠯⠄"] - ["庻", "⠊⠌⠐"] - ["庼", "⠚⠽⠈"] - ["庽", "⠳⠐"] + - ["廀", "⠑⠷⠄"] - ["廃", "⠟⠴⠐"] - ["廏", "⠅⠎⠐"] - ["廐", "⠅⠎⠐"] - ["廪", "⠉⠹⠈"] + - ["廫", "⠉⠪⠂"] - ["廰", "⠋⠽⠄"] - ["廸", "⠙⠡⠂"] - ["廹", "⠏⠣⠐"] @@ -1220,7 +1332,10 @@ - ["开", "⠇⠺⠄"] - ["异", "⠡⠐"] - ["弃", "⠚⠡⠐"] + - ["弉", "⠓⠭⠐"] + - ["弌", "⠡⠄"] - ["弍", "⠱⠐"] + - ["弎", "⠑⠧⠄"] - ["弑", "⠊⠱⠐"] - ["张", "⠁⠭⠄"] - ["弡", "⠁⠭⠄"] @@ -1237,15 +1352,23 @@ - ["当", "⠙⠭⠄"] - ["录", "⠉⠌⠐"] - ["彚", "⠗⠫⠐"] + - ["彛", "⠡⠂"] + - ["彜", "⠡⠂"] + - ["彞", "⠡⠂"] - ["彟", "⠗⠒⠐"] - ["彣", "⠿⠂"] - ["彦", "⠞⠐"] + - ["彲", "⠃⠱⠄"] - ["彻", "⠃⠮⠐"] - ["徃", "⠸⠈"] - ["径", "⠅⠽⠐"] + - ["徏", "⠁⠱⠐"] - ["従", "⠚⠯⠂"] - ["徕", "⠉⠺⠂"] + - ["徣", "⠅⠬⠐"] + - ["徤", "⠅⠞⠐"] - ["徧", "⠕⠞⠐"] + - ["徳", "⠙⠮⠂"] - ["忆", "⠡⠐"] - ["忏", "⠃⠧⠐"] - ["忛", "⠟⠧⠂"] @@ -1272,6 +1395,7 @@ - ["恡", "⠉⠹⠐"] - ["恱", "⠦⠐"] - ["恳", "⠇⠥⠈"] + - ["恴", "⠙⠮⠂"] - ["恵", "⠗⠫⠐"] - ["恶", "⠮⠐"] - ["恸", "⠋⠯⠐"] @@ -1313,7 +1437,11 @@ - ["慭", "⠹⠐"] - ["慽", "⠚⠡⠄"] - ["慿", "⠏⠽⠂"] + - ["憅", "⠋⠯⠐"] + - ["憆", "⠃⠵⠄"] - ["憇", "⠚⠡⠐"] + - ["憜", "⠙⠒⠐"] + - ["憞", "⠙⠫⠐"] - ["懐", "⠗⠶⠂"] - ["懑", "⠍⠥⠐"] - ["懒", "⠉⠧⠈"] @@ -1338,6 +1466,8 @@ - ["扫", "⠑⠩⠈"] - ["扬", "⠨⠂"] - ["扰", "⠛⠩⠈"] + - ["扵", "⠳⠂"] + - ["抅", "⠅⠳⠄"] - ["抚", "⠟⠌⠈"] - ["抛", "⠏⠩⠄"] - ["抜", "⠕⠜⠂"] @@ -1348,7 +1478,7 @@ - ["抢", "⠚⠨⠈"] - ["护", "⠗⠌⠐"] - ["报", "⠕⠩⠐"] - - ["拀", "⠃⠌⠐"] + - ["拀", "⠁⠌⠐"] - ["担", "⠙⠧⠄"] - ["拕", "⠋⠒⠄"] - ["拟", "⠝⠡⠈"] @@ -1360,6 +1490,7 @@ - ["拧", "⠝⠽⠂"] - ["拨", "⠕⠣⠄"] - ["择", "⠓⠮⠂"] + - ["挊", "⠝⠯⠐"] - ["挚", "⠁⠱⠐"] - ["挛", "⠉⠻⠂"] - ["挜", "⠾⠐"] @@ -1389,6 +1520,7 @@ - ["掼", "⠅⠻⠐"] - ["揑", "⠝⠬⠄"] - ["揷", "⠃⠜⠄"] + - ["揺", "⠪⠂"] - ["揽", "⠉⠧⠈"] - ["揿", "⠚⠹⠐"] - ["搀", "⠃⠧⠄"] @@ -1397,6 +1529,7 @@ - ["搅", "⠅⠪⠈"] - ["搇", "⠚⠹⠐"] - ["携", "⠑⠡⠄"] + - ["搼", "⠚⠘⠂"] - ["摄", "⠊⠮⠐"] - ["摅", "⠊⠌⠄"] - ["摆", "⠕⠺⠈"] @@ -1415,8 +1548,11 @@ - ["擕", "⠑⠡⠄"] - ["擞", "⠑⠷⠈"] - ["擡", "⠋⠺⠂"] + - ["擥", "⠉⠧⠈"] - ["擧", "⠅⠳⠈"] + - ["擵", "⠍⠣⠂"] - ["攒", "⠓⠧⠈"] + - ["攨", "⠔⠄"] - ["敂", "⠇⠷⠐"] - ["敌", "⠙⠡⠂"] - ["敍", "⠑⠳⠐"] @@ -1430,6 +1566,7 @@ - ["斋", "⠁⠺⠄"] - ["斎", "⠁⠺⠄"] - ["斓", "⠉⠧⠂"] + - ["斚", "⠅⠾⠈"] - ["斩", "⠁⠧⠈"] - ["断", "⠙⠻⠐"] - ["斱", "⠁⠒⠂"] @@ -1453,21 +1590,31 @@ - ["晔", "⠬⠐"] - ["晕", "⠲⠄"] - ["晖", "⠗⠫⠄"] + - ["晥", "⠻⠈"] - ["晧", "⠗⠩⠐"] - ["暂", "⠁⠧⠐"] - ["暎", "⠽⠐"] + - ["暤", "⠗⠩⠐"] - ["暦", "⠉⠡⠐"] - ["暧", "⠺⠐"] + - ["曐", "⠑⠽⠄"] - ["曑", "⠚⠧⠄"] - ["曡", "⠙⠬⠂"] + - ["曯", "⠁⠌⠂"] + - ["曵", "⠡⠐"] - ["曺", "⠚⠩⠂"] - ["曽", "⠚⠵⠂"] + - ["朌", "⠕⠧⠄"] + - ["朖", "⠉⠭⠈"] + - ["朙", "⠍⠽⠂"] - ["术", "⠊⠌⠐"] - ["朶", "⠙⠒⠈"] - ["机", "⠅⠡⠄"] - ["杀", "⠊⠜⠄"] - ["杂", "⠓⠜⠂"] - ["权", "⠚⠘⠂"] + - ["杄", "⠚⠞⠄"] + - ["杠", "⠅⠭⠐"] - ["条", "⠋⠪⠂"] - ["来", "⠉⠺⠂"] - ["杨", "⠨⠂"] @@ -1481,11 +1628,13 @@ - ["枥", "⠉⠡⠐"] - ["枧", "⠅⠞⠈"] - ["枨", "⠃⠵⠂"] + - ["枩", "⠑⠯⠄"] - ["枪", "⠚⠨⠄"] - ["枫", "⠟⠵⠄"] - ["枭", "⠑⠪⠄"] - ["枱", "⠋⠺⠂"] - ["枿", "⠝⠬⠐"] + - ["柗", "⠑⠯⠄"] - ["柜", "⠅⠫⠐"] - ["柠", "⠝⠽⠂"] - ["査", "⠃⠜⠂"] @@ -1508,6 +1657,7 @@ - ["样", "⠨⠐"] - ["栾", "⠉⠻⠂"] - ["桒", "⠑⠭⠄"] + - ["桚", "⠓⠧⠈"] - ["桜", "⠽⠄"] - ["桟", "⠁⠧⠐"] - ["桠", "⠾⠄"] @@ -1522,8 +1672,11 @@ - ["桩", "⠁⠸⠄"] - ["桪", "⠑⠲⠂"] - ["桺", "⠉⠎⠈"] + - ["梕", "⠛⠥⠐"] + - ["梥", "⠑⠯⠄"] - ["梦", "⠍⠵⠐"] - ["梸", "⠉⠡⠂"] + - ["梹", "⠕⠹⠄"] - ["梼", "⠋⠩⠂"] - ["梾", "⠉⠺⠂"] - ["梿", "⠉⠞⠂"] @@ -1559,6 +1712,7 @@ - ["槕", "⠁⠒⠄"] - ["槚", "⠅⠾⠈"] - ["槛", "⠅⠞⠐"] + - ["槞", "⠉⠯⠂"] - ["槟", "⠕⠹⠄"] - ["槠", "⠁⠌⠄"] - ["槡", "⠑⠭⠄"] @@ -1575,6 +1729,7 @@ - ["橼", "⠘⠂"] - ["檝", "⠅⠡⠂"] - ["檩", "⠉⠹⠈"] + - ["檱", "⠚⠡⠂"] - ["櫀", "⠚⠡⠂"] - ["櫈", "⠙⠵⠐"] - ["欁", "⠝⠯⠂"] @@ -1584,9 +1739,11 @@ - ["欧", "⠷⠄"] - ["欵", "⠇⠻⠈"] - ["歓", "⠗⠻⠄"] + - ["歘", "⠃⠔⠄"] - ["歛", "⠉⠞⠐"] - ["歨", "⠕⠌⠐"] - ["歩", "⠕⠌⠐"] + - ["歬", "⠚⠞⠂"] - ["歮", "⠑⠮⠐"] - ["歳", "⠑⠫⠐"] - ["歴", "⠉⠡⠐"] @@ -1638,6 +1795,7 @@ - ["沩", "⠅⠫⠄"] - ["沪", "⠗⠌⠐"] - ["泞", "⠝⠽⠐"] + - ["泤", "⠑⠱⠐"] - ["泪", "⠉⠴⠐"] - ["泶", "⠑⠦⠂"] - ["泷", "⠉⠯⠂"] @@ -1720,7 +1878,11 @@ - ["滨", "⠕⠹⠄"] - ["滩", "⠋⠧⠄"] - ["滪", "⠳⠐"] + - ["漄", "⠾⠂"] + - ["漋", "⠉⠯⠂"] + - ["潂", "⠗⠯⠂"] - ["潄", "⠊⠌⠐"] + - ["潅", "⠅⠻⠐"] - ["潆", "⠽⠂"] - ["潇", "⠑⠪⠄"] - ["潋", "⠉⠞⠐"] @@ -1729,10 +1891,14 @@ - ["潜", "⠚⠞⠂"] - ["潴", "⠁⠌⠄"] - ["澁", "⠑⠮⠐"] + - ["澑", "⠉⠎⠄"] - ["澛", "⠉⠌⠈"] - ["澜", "⠉⠧⠂"] + - ["澷", "⠍⠧⠐"] + - ["濅", "⠅⠹⠐"] - ["濑", "⠉⠺⠐"] - ["濒", "⠕⠹⠄"] + - ["濳", "⠚⠞⠂"] - ["濶", "⠇⠒⠐"] - ["瀂", "⠉⠌⠈"] - ["灋", "⠟⠜⠈"] @@ -1748,6 +1914,7 @@ - ["炀", "⠨⠂"] - ["炁", "⠚⠡⠐"] - ["炉", "⠉⠌⠂"] + - ["炍", "⠏⠧⠐"] - ["炖", "⠙⠿⠐"] - ["炜", "⠫⠈"] - ["炝", "⠚⠨⠐"] @@ -1768,14 +1935,18 @@ - ["烬", "⠅⠹⠐"] - ["热", "⠛⠮⠐"] - ["烱", "⠅⠖⠈"] + - ["烵", "⠁⠒⠂"] - ["焈", "⠑⠡⠄"] - ["焕", "⠗⠻⠐"] - ["焖", "⠍⠥⠐"] - ["焘", "⠙⠩⠐"] + - ["焼", "⠊⠩⠄"] - ["煑", "⠁⠌⠈"] + - ["煫", "⠑⠫⠐"] - ["熈", "⠑⠡⠄"] - ["熖", "⠞⠐"] - ["燯", "⠉⠽⠂"] + - ["爋", "⠑⠲⠄"] - ["爕", "⠑⠬⠐"] - ["爗", "⠬⠐"] - ["爫", "⠁⠔⠈"] @@ -1791,6 +1962,9 @@ - ["犂", "⠉⠡⠂"] - ["犇", "⠕⠥⠄"] - ["犊", "⠙⠌⠂"] + - ["犠", "⠑⠡⠄"] + - ["犫", "⠃⠷⠄"] + - ["犲", "⠃⠺⠂"] - ["状", "⠁⠸⠐"] - ["犷", "⠅⠸⠈"] - ["犸", "⠍⠜⠈"] @@ -1798,7 +1972,7 @@ - ["狈", "⠕⠴⠐"] - ["狝", "⠑⠞⠈"] - ["狞", "⠝⠽⠂"] - - ["狥", "⠑⠲⠂"] + - ["狥", "⠑⠲⠐"] - ["独", "⠙⠌⠂"] - ["狭", "⠑⠾⠂"] - ["狮", "⠊⠱⠄"] @@ -1830,7 +2004,6 @@ - ["玱", "⠚⠨⠄"] - ["玺", "⠑⠡⠈"] - ["珁", "⠚⠱⠂"] - - ["珉", "⠍⠹⠂"] - ["珎", "⠁⠥⠄"] - ["珐", "⠟⠜⠐"] - ["珑", "⠉⠯⠂"] @@ -1841,12 +2014,11 @@ - ["琎", "⠅⠹⠐"] - ["琏", "⠉⠞⠈"] - ["琐", "⠑⠒⠈"] - - ["琘", "⠍⠹⠂"] - ["琹", "⠚⠹⠂"] - ["琼", "⠚⠖⠂"] - ["瑇", "⠙⠺⠐"] - - ["瑉", "⠍⠹⠂"] - ["瑠", "⠉⠎⠂"] + - ["瑴", "⠅⠦⠂"] - ["瑶", "⠪⠂"] - ["瑷", "⠺⠐"] - ["璎", "⠽⠄"] @@ -1858,6 +2030,7 @@ - ["甆", "⠚⠱⠂"] - ["甞", "⠃⠭⠂"] - ["産", "⠃⠧⠈"] + - ["甤", "⠛⠫⠂"] - ["电", "⠙⠞⠐"] - ["画", "⠗⠔⠐"] - ["畄", "⠉⠎⠂"] @@ -1865,7 +2038,9 @@ - ["畆", "⠍⠌⠈"] - ["畊", "⠅⠵⠄"] - ["畞", "⠍⠌⠈"] + - ["畡", "⠅⠺⠄"] - ["畧", "⠉⠦⠐"] + - ["畨", "⠟⠧⠄"] - ["畮", "⠍⠌⠈"] - ["畱", "⠉⠎⠂"] - ["畲", "⠊⠮⠄"] @@ -1905,9 +2080,11 @@ - ["癣", "⠑⠞⠈"] - ["癧", "⠉⠡⠐"] - ["癫", "⠙⠞⠄"] + - ["癴", "⠉⠘⠂"] - ["発", "⠟⠜⠄"] - ["皐", "⠅⠩⠄"] - ["皑", "⠺⠂"] + - ["皨", "⠑⠽⠄"] - ["皱", "⠁⠷⠐"] - ["皲", "⠅⠲⠄"] - ["皷", "⠅⠌⠈"] @@ -1934,7 +2111,9 @@ - ["瞆", "⠇⠫⠐"] - ["瞒", "⠍⠧⠂"] - ["瞩", "⠁⠌⠈"] + - ["瞯", "⠅⠞⠐"] - ["矁", "⠃⠷⠈"] + - ["矝", "⠅⠹⠄"] - ["矫", "⠅⠪⠈"] - ["矴", "⠙⠽⠐"] - ["矶", "⠅⠡⠄"] @@ -1942,7 +2121,6 @@ - ["矿", "⠇⠸⠐"] - ["砀", "⠙⠭⠐"] - ["码", "⠍⠜⠈"] - - ["砇", "⠍⠹⠂"] - ["砕", "⠑⠫⠐"] - ["砖", "⠁⠻⠄"] - ["砗", "⠃⠮⠄"] @@ -1959,7 +2137,6 @@ - ["硙", "⠫⠐"] - ["硚", "⠚⠪⠂"] - ["硷", "⠅⠞⠈"] - - ["碈", "⠍⠹⠂"] - ["碍", "⠺⠐"] - ["碛", "⠚⠡⠐"] - ["碜", "⠃⠥⠈"] @@ -1989,6 +2166,7 @@ - ["秊", "⠝⠞⠂"] - ["秌", "⠚⠎⠄"] - ["种", "⠁⠯⠈"] + - ["秔", "⠅⠽⠄"] - ["秘", "⠍⠡⠐"] - ["积", "⠅⠡⠄"] - ["称", "⠃⠵⠄"] @@ -1996,7 +2174,9 @@ - ["秾", "⠝⠯⠂"] - ["稁", "⠅⠩⠈"] - ["稆", "⠉⠳⠈"] + - ["稉", "⠅⠽⠄"] - ["税", "⠊⠫⠐"] + - ["稖", "⠕⠭⠐"] - ["稣", "⠑⠌⠄"] - ["稬", "⠝⠒⠐"] - ["稳", "⠿⠈"] @@ -2004,11 +2184,13 @@ - ["稾", "⠅⠩⠈"] - ["穂", "⠑⠫⠐"] - ["穅", "⠇⠭⠄"] - - ["穉", "⠁⠱⠐"] + - ["穏", "⠿⠈"] - ["穑", "⠑⠮⠐"] + - ["穞", "⠉⠳⠈"] - ["穣", "⠛⠭⠂"] - ["穤", "⠝⠒⠐"] - ["穪", "⠃⠵⠄"] + - ["穯", "⠑⠮⠐"] - ["穷", "⠚⠖⠂"] - ["穽", "⠅⠽⠈"] - ["窃", "⠚⠬⠐"] @@ -2024,6 +2206,7 @@ - ["窰", "⠪⠂"] - ["窻", "⠃⠸⠄"] - ["竈", "⠓⠩⠐"] + - ["竒", "⠚⠡⠂"] - ["竖", "⠊⠌⠐"] - ["竚", "⠁⠌⠐"] - ["竜", "⠉⠯⠂"] @@ -2069,39 +2252,61 @@ - ["簒", "⠚⠻⠐"] - ["簖", "⠙⠻⠐"] - ["簮", "⠓⠧⠄"] + - ["簴", "⠅⠳⠐"] + - ["簵", "⠉⠌⠐"] - ["籁", "⠉⠺⠐"] + - ["籄", "⠇⠫⠐"] + - ["籒", "⠁⠷⠐"] + - ["籖", "⠚⠞⠄"] + - ["籘", "⠋⠵⠂"] + - ["籝", "⠽⠂"] - ["籨", "⠉⠞⠂"] - ["籴", "⠙⠡⠂"] - ["类", "⠉⠴⠐"] - ["籼", "⠑⠞⠄"] - ["粇", "⠇⠭⠄"] + - ["粓", "⠅⠧⠄"] + - ["粚", "⠃⠱⠄"] - ["粛", "⠑⠌⠐"] - ["粜", "⠋⠪⠐"] - ["粝", "⠉⠡⠐"] - ["粤", "⠦⠐"] - ["粦", "⠉⠹⠂"] + - ["粧", "⠁⠸⠄"] - ["粪", "⠟⠥⠐"] - ["粮", "⠉⠨⠂"] - ["糁", "⠑⠧⠈"] - ["糇", "⠗⠷⠂"] - ["糉", "⠓⠯⠐"] - ["糍", "⠚⠱⠂"] + - ["糚", "⠁⠸⠄"] - ["糛", "⠋⠭⠂"] + - ["糡", "⠅⠨⠐"] + - ["糣", "⠑⠧⠈"] + - ["糤", "⠑⠧⠈"] - ["糥", "⠝⠒⠐"] - ["糭", "⠓⠯⠐"] - ["糹", "⠍⠡⠐"] - ["糺", "⠅⠎⠄"] - ["紥", "⠓⠜⠄"] - ["紧", "⠅⠹⠈"] + - ["紪", "⠚⠡⠄"] + - ["紭", "⠗⠯⠂"] + - ["経", "⠅⠽⠄"] - ["絝", "⠇⠌⠐"] - ["絤", "⠑⠞⠐"] - ["絵", "⠗⠫⠐"] - ["絶", "⠅⠦⠂"] - ["絷", "⠁⠱⠂"] - ["絸", "⠅⠞⠈"] + - ["綂", "⠋⠯⠈"] - ["綉", "⠑⠎⠐"] + - ["綋", "⠗⠯⠂"] - ["綕", "⠁⠱⠄"] + - ["綘", "⠟⠵⠂"] - ["継", "⠅⠡⠐"] + - ["続", "⠑⠳⠐"] + - ["綤", "⠊⠩⠐"] - ["綫", "⠑⠞⠐"] - ["綳", "⠕⠵⠄"] - ["緐", "⠟⠧⠂"] @@ -2116,6 +2321,9 @@ - ["繍", "⠑⠎⠐"] - ["繦", "⠚⠨⠈"] - ["繮", "⠅⠨⠄"] + - ["纉", "⠓⠻⠈"] + - ["纎", "⠑⠞⠄"] + - ["纒", "⠃⠧⠂"] - ["纟", "⠍⠡⠐"] - ["纠", "⠅⠎⠄"] - ["纡", "⠳⠄"] @@ -2172,7 +2380,7 @@ - ["绔", "⠇⠌⠐"] - ["绕", "⠛⠩⠐"] - ["绖", "⠙⠬⠂"] - - ["绗", "⠗⠵⠂"] + - ["绗", "⠗⠵⠐"] - ["绘", "⠗⠫⠐"] - ["给", "⠅⠴⠈"] - ["绚", "⠑⠘⠐"] @@ -2186,7 +2394,7 @@ - ["绢", "⠅⠘⠐"] - ["绣", "⠑⠎⠐"] - ["绤", "⠑⠡⠐"] - - ["绥", "⠑⠫⠂"] + - ["绥", "⠑⠫⠄"] - ["绦", "⠋⠩⠄"] - ["继", "⠅⠡⠐"] - ["绨", "⠋⠡⠂"] @@ -2279,6 +2487,7 @@ - ["羁", "⠅⠡⠄"] - ["羐", "⠎⠈"] - ["羟", "⠚⠨⠈"] + - ["羡", "⠑⠞⠐"] - ["羣", "⠚⠲⠂"] - ["羴", "⠊⠧⠄"] - ["翄", "⠃⠱⠐"] @@ -2288,11 +2497,13 @@ - ["翶", "⠩⠂"] - ["翺", "⠩⠂"] - ["耢", "⠉⠩⠐"] + - ["耣", "⠉⠿⠈"] - ["耧", "⠉⠷⠂"] - ["耮", "⠉⠩⠐"] - ["耯", "⠗⠒⠐"] - ["耸", "⠑⠯⠈"] - ["耻", "⠃⠱⠈"] + - ["耼", "⠙⠧⠄"] - ["聀", "⠁⠱⠂"] - ["聂", "⠝⠬⠐"] - ["聋", "⠉⠯⠂"] @@ -2309,6 +2520,7 @@ - ["肠", "⠃⠭⠂"] - ["肤", "⠟⠌⠄"] - ["肧", "⠏⠴⠄"] + - ["肬", "⠎⠂"] - ["肾", "⠊⠥⠐"] - ["肿", "⠁⠯⠈"] - ["胀", "⠁⠭⠐"] @@ -2366,6 +2578,7 @@ - ["艺", "⠡⠐"] - ["节", "⠅⠬⠂"] - ["芈", "⠍⠬⠄"] + - ["芌", "⠳⠐"] - ["芗", "⠑⠨⠄"] - ["芜", "⠌⠂"] - ["芦", "⠉⠌⠂"] @@ -2377,6 +2590,7 @@ - ["苍", "⠚⠭⠄"] - ["苎", "⠁⠌⠐"] - ["苢", "⠡⠈"] + - ["苿", "⠫⠐"] - ["茍", "⠅⠷⠈"] - ["茎", "⠅⠽⠄"] - ["茏", "⠉⠯⠂"] @@ -2421,6 +2635,7 @@ - ["莹", "⠽⠂"] - ["莺", "⠽⠄"] - ["莼", "⠃⠿⠂"] + - ["莾", "⠍⠭⠈"] - ["萅", "⠃⠿⠄"] - ["萖", "⠻⠈"] - ["萗", "⠚⠮⠐"] @@ -2438,12 +2653,15 @@ - ["蒋", "⠅⠨⠈"] - ["蒌", "⠉⠷⠂"] - ["蒓", "⠃⠿⠂"] + - ["蒦", "⠗⠒⠐"] - ["蓝", "⠉⠧⠂"] - ["蓟", "⠅⠡⠐"] - ["蓠", "⠉⠡⠂"] - ["蓣", "⠳⠐"] - ["蓥", "⠽⠂"] - ["蓦", "⠍⠣⠐"] + - ["蔲", "⠇⠷⠐"] + - ["蔳", "⠚⠞⠐"] - ["蔴", "⠍⠜⠂"] - ["蔵", "⠚⠭⠂"] - ["蔷", "⠚⠨⠂"] @@ -2452,6 +2670,7 @@ - ["蔼", "⠺⠈"] - ["蕋", "⠛⠫⠈"] - ["蕚", "⠮⠐"] + - ["蕰", "⠲⠐"] - ["蕲", "⠚⠡⠂"] - ["蕴", "⠲⠐"] - ["蕿", "⠑⠘⠄"] @@ -2480,6 +2699,7 @@ - ["蚂", "⠍⠜⠈"] - ["蚉", "⠿⠂"] - ["蚕", "⠚⠧⠂"] + - ["蚠", "⠟⠥⠂"] - ["蚬", "⠑⠞⠈"] - ["蛊", "⠅⠌⠈"] - ["蛎", "⠉⠡⠐"] @@ -2549,15 +2769,21 @@ - ["襍", "⠓⠜⠂"] - ["襕", "⠉⠧⠂"] - ["襽", "⠉⠧⠂"] + - ["覄", "⠟⠌⠐"] - ["覇", "⠕⠜⠐"] - ["覉", "⠅⠡⠄"] - ["覊", "⠅⠡⠄"] - ["覌", "⠅⠻⠄"] + - ["覐", "⠅⠦⠂"] - ["覔", "⠍⠡⠐"] - ["覚", "⠅⠦⠂"] - ["覥", "⠋⠞⠈"] - ["覧", "⠉⠧⠈"] + - ["覩", "⠙⠌⠈"] + - ["覰", "⠚⠳⠐"] - ["観", "⠅⠻⠄"] + - ["覻", "⠚⠳⠐"] + - ["覼", "⠉⠒⠂"] - ["见", "⠅⠞⠐"] - ["观", "⠅⠻⠄"] - ["觃", "⠞⠐"] @@ -2578,13 +2804,16 @@ - ["觞", "⠊⠭⠄"] - ["触", "⠃⠌⠐"] - ["觯", "⠁⠱⠐"] + - ["觵", "⠅⠯⠄"] - ["訁", "⠞⠂"] + - ["訆", "⠅⠪⠐"] - ["訚", "⠹⠂"] - ["訳", "⠡⠐"] - ["証", "⠁⠵⠐"] - ["詋", "⠁⠷⠐"] - ["詟", "⠁⠮⠂"] - ["詸", "⠍⠡⠂"] + - ["詽", "⠞⠂"] - ["誉", "⠳⠐"] - ["誊", "⠋⠵⠂"] - ["説", "⠊⠒⠄"] @@ -2596,6 +2825,7 @@ - ["謩", "⠍⠣⠂"] - ["謭", "⠅⠞⠈"] - ["譌", "⠮⠂"] + - ["譍", "⠽⠄"] - ["讁", "⠁⠮⠂"] - ["讐", "⠃⠷⠂"] - ["讠", "⠞⠂"] @@ -2752,16 +2982,21 @@ - ["豀", "⠑⠡⠄"] - ["豓", "⠞⠐"] - ["豘", "⠋⠿⠂"] + - ["豣", "⠅⠞⠄"] - ["豮", "⠟⠥⠂"] + - ["貃", "⠍⠣⠐"] - ["貛", "⠗⠻⠄"] - ["貟", "⠘⠂"] - ["貭", "⠁⠱⠂"] - ["賉", "⠑⠳⠐"] - ["賍", "⠓⠭⠄"] - ["賛", "⠓⠧⠐"] + - ["賩", "⠚⠯⠂"] - ["賫", "⠅⠡⠄"] - ["賷", "⠅⠡⠄"] - ["贋", "⠞⠐"] + - ["贑", "⠅⠧⠐"] + - ["贒", "⠑⠞⠂"] - ["贜", "⠓⠭⠄"] - ["贝", "⠕⠴⠐"] - ["贞", "⠁⠥⠄"] @@ -2819,7 +3054,7 @@ - ["赒", "⠁⠷⠄"] - ["赓", "⠅⠵⠄"] - ["赔", "⠏⠴⠂"] - - ["赕", "⠙⠧⠈"] + - ["赕", "⠋⠧⠐"] - ["赖", "⠉⠺⠐"] - ["赗", "⠟⠵⠐"] - ["赘", "⠁⠫⠐"] @@ -2838,10 +3073,12 @@ - ["赱", "⠓⠷⠈"] - ["赵", "⠁⠩⠐"] - ["赶", "⠅⠧⠈"] + - ["赿", "⠃⠱⠂"] - ["趂", "⠃⠥⠐"] - ["趋", "⠚⠳⠄"] - ["趱", "⠓⠧⠈"] - ["趸", "⠙⠿⠈"] + - ["跀", "⠦⠐"] - ["跃", "⠦⠐"] - ["跄", "⠚⠨⠄"] - ["跞", "⠉⠡⠐"] @@ -2862,7 +3099,7 @@ - ["蹆", "⠋⠫⠈"] - ["蹏", "⠋⠡⠂"] - ["蹑", "⠝⠬⠐"] - - ["蹒", "⠏⠧⠂"] + - ["蹒", "⠍⠧⠂"] - ["蹰", "⠃⠌⠂"] - ["蹵", "⠚⠌⠐"] - ["蹿", "⠚⠻⠄"] @@ -2876,6 +3113,7 @@ - ["軁", "⠉⠷⠂"] - ["軆", "⠋⠡⠈"] - ["転", "⠁⠻⠈"] + - ["軽", "⠚⠽⠄"] - ["輙", "⠁⠮⠂"] - ["輼", "⠿⠄"] - ["车", "⠃⠮⠄"] @@ -2966,9 +3204,15 @@ - ["逥", "⠗⠫⠂"] - ["逦", "⠉⠡⠈"] - ["逬", "⠕⠵⠐"] + - ["逺", "⠘⠈"] - ["逻", "⠉⠒⠂"] + - ["遅", "⠃⠱⠂"] - ["遗", "⠡⠂"] + - ["遟", "⠃⠱⠂"] + - ["遡", "⠑⠌⠐"] - ["遥", "⠪⠂"] + - ["遬", "⠑⠌⠐"] + - ["邉", "⠕⠞⠄"] - ["邓", "⠙⠵⠐"] - ["邝", "⠇⠸⠐"] - ["邨", "⠚⠿⠄"] @@ -2987,12 +3231,14 @@ - ["郦", "⠉⠡⠐"] - ["郧", "⠲⠂"] - ["郸", "⠙⠧⠄"] + - ["鄌", "⠋⠭⠂"] - ["鄽", "⠃⠧⠂"] - ["酂", "⠓⠧⠐"] - ["酝", "⠲⠐"] - ["酦", "⠏⠣⠐"] - ["酧", "⠃⠷⠂"] - ["酱", "⠅⠨⠐"] + - ["酼", "⠗⠺⠈"] - ["酽", "⠞⠐"] - ["酾", "⠊⠱⠄"] - ["酿", "⠝⠨⠐"] @@ -3000,10 +3246,16 @@ - ["醖", "⠲⠐"] - ["醗", "⠏⠣⠐"] - ["醻", "⠃⠷⠂"] + - ["釄", "⠍⠡⠂"] + - ["釈", "⠊⠱⠐"] - ["释", "⠊⠱⠐"] - ["釒", "⠅⠹⠄"] + - ["釖", "⠙⠩⠄"] + - ["釯", "⠍⠭⠂"] + - ["釼", "⠅⠞⠐"] - ["鈎", "⠅⠷⠄"] - ["鈡", "⠁⠯⠄"] + - ["鈻", "⠑⠱⠐"] - ["鉁", "⠁⠥⠄"] - ["鉄", "⠋⠬⠈"] - ["鉢", "⠕⠣⠄"] @@ -3016,12 +3268,17 @@ - ["録", "⠉⠌⠐"] - ["錽", "⠻⠈"] - ["錾", "⠓⠧⠐"] + - ["鍓", "⠅⠡⠂"] + - ["鍨", "⠇⠫⠂"] - ["鍫", "⠚⠪⠄"] + - ["鍲", "⠍⠹⠂"] - ["鍳", "⠅⠞⠐"] - ["鎸", "⠅⠘⠄"] - ["鎻", "⠑⠒⠈"] - ["鏁", "⠑⠒⠈"] + - ["鏠", "⠟⠵⠄"] - ["鏥", "⠑⠎⠐"] + - ["鏫", "⠉⠡⠂"] - ["鑁", "⠓⠯⠄"] - ["鑚", "⠓⠻⠄"] - ["鑛", "⠇⠸⠐"] @@ -3048,7 +3305,7 @@ - ["钗", "⠃⠺⠄"] - ["钘", "⠑⠽⠂"] - ["钙", "⠅⠺⠐"] - - ["钚", "⠕⠌⠐"] + - ["钚", "⠏⠡⠄"] - ["钛", "⠋⠺⠐"] - ["钜", "⠅⠳⠐"] - ["钝", "⠙⠿⠐"] @@ -3079,7 +3336,7 @@ - ["钶", "⠇⠮⠄"] - ["钷", "⠏⠣⠈"] - ["钸", "⠕⠌⠐"] - - ["钹", "⠕⠣⠂"] + - ["钹", "⠕⠜⠂"] - ["钺", "⠦⠐"] - ["钻", "⠓⠻⠄"] - ["钼", "⠍⠌⠐"] @@ -3096,7 +3353,7 @@ - ["铇", "⠕⠩⠐"] - ["铈", "⠊⠱⠐"] - ["铉", "⠑⠘⠐"] - - ["铊", "⠋⠜⠈"] + - ["铊", "⠋⠜⠄"] - ["铋", "⠕⠡⠐"] - ["铌", "⠝⠡⠂"] - ["铍", "⠏⠡⠂"] @@ -3271,11 +3528,14 @@ - ["镶", "⠑⠨⠄"] - ["镸", "⠃⠭⠂"] - ["长", "⠃⠭⠂"] + - ["閅", "⠍⠥⠂"] - ["閙", "⠝⠩⠐"] - ["関", "⠅⠻⠄"] - ["閲", "⠦⠐"] - ["闁", "⠕⠩⠄"] + - ["闗", "⠅⠻⠄"] - ["闘", "⠙⠷⠐"] + - ["闙", "⠚⠡⠈"] - ["门", "⠍⠥⠂"] - ["闩", "⠊⠻⠄"] - ["闪", "⠊⠧⠈"] @@ -3290,7 +3550,7 @@ - ["闳", "⠗⠯⠂"] - ["间", "⠅⠞⠄"] - ["闵", "⠍⠹⠈"] - - ["闶", "⠇⠭⠄"] + - ["闶", "⠇⠭⠐"] - ["闷", "⠍⠥⠄"] - ["闸", "⠁⠜⠂"] - ["闹", "⠝⠩⠐"] @@ -3330,6 +3590,7 @@ - ["阛", "⠗⠻⠂"] - ["队", "⠙⠫⠐"] - ["阥", "⠹⠄"] + - ["阩", "⠊⠵⠄"] - ["阳", "⠨⠂"] - ["阴", "⠹⠄"] - ["阵", "⠁⠥⠐"] @@ -3345,7 +3606,9 @@ - ["陧", "⠝⠬⠐"] - ["陨", "⠲⠈"] - ["险", "⠑⠞⠈"] + - ["険", "⠑⠞⠈"] - ["陻", "⠹⠄"] + - ["隁", "⠞⠐"] - ["隂", "⠹⠄"] - ["随", "⠑⠫⠂"] - ["隐", "⠹⠈"] @@ -3364,21 +3627,39 @@ - ["雾", "⠌⠐"] - ["霁", "⠅⠡⠐"] - ["霊", "⠉⠽⠂"] + - ["霗", "⠉⠽⠂"] + - ["霚", "⠌⠐"] + - ["霛", "⠉⠽⠂"] + - ["霡", "⠍⠣⠐"] - ["霭", "⠺⠈"] + - ["霴", "⠙⠺⠐"] + - ["靁", "⠉⠴⠂"] - ["靑", "⠚⠽⠄"] - - ["靓", "⠉⠨⠐"] + - ["靓", "⠅⠽⠐"] - ["静", "⠅⠽⠐"] + - ["靣", "⠍⠞⠐"] - ["靤", "⠏⠩⠐"] - ["靥", "⠬⠐"] + - ["靵", "⠝⠎⠈"] - ["鞉", "⠋⠩⠂"] - ["鞌", "⠧⠄"] - ["鞑", "⠙⠜⠂"] - - ["鞒", "⠚⠪⠄"] + - ["鞛", "⠕⠵⠈"] + - ["鞟", "⠇⠒⠐"] + - ["鞧", "⠚⠎⠄"] + - ["鞩", "⠚⠪⠐"] - ["鞯", "⠅⠞⠄"] + - ["鞰", "⠲⠐"] + - ["鞱", "⠋⠩⠄"] + - ["鞲", "⠅⠷⠄"] - ["鞵", "⠑⠬⠂"] + - ["鞸", "⠕⠡⠐"] - ["鞾", "⠑⠦⠄"] + - ["韀", "⠅⠞⠄"] - ["韈", "⠔⠐"] - - ["韛", "⠕⠺⠐"] + - ["韊", "⠉⠧⠂"] + - ["韒", "⠚⠪⠐"] + - ["韛", "⠕⠴⠐"] - ["韤", "⠔⠐"] - ["韦", "⠫⠂"] - ["韧", "⠛⠥⠐"] @@ -3388,16 +3669,26 @@ - ["韫", "⠲⠐"] - ["韬", "⠋⠩⠄"] - ["韮", "⠅⠎⠈"] + - ["韯", "⠑⠞⠄"] + - ["韲", "⠅⠡⠄"] - ["韵", "⠲⠐"] + - ["韼", "⠏⠵⠂"] + - ["頚", "⠅⠽⠈"] - ["頟", "⠮⠂"] + - ["頥", "⠡⠂"] + - ["頬", "⠅⠾⠂"] - ["頮", "⠍⠴⠐"] + - ["頳", "⠃⠵⠄"] - ["頴", "⠽⠈"] - ["頺", "⠋⠫⠂"] - ["頼", "⠉⠺⠐"] - ["頽", "⠋⠫⠂"] + - ["頾", "⠓⠱⠄"] + - ["頿", "⠓⠱⠄"] - ["顋", "⠑⠺⠄"] - ["顔", "⠞⠂"] - ["顕", "⠑⠞⠈"] + - ["顖", "⠑⠹⠐"] - ["顚", "⠙⠞⠄"] - ["顨", "⠑⠲⠐"] - ["页", "⠬⠐"] @@ -3407,7 +3698,7 @@ - ["项", "⠑⠨⠐"] - ["顺", "⠊⠿⠐"] - ["须", "⠑⠳⠄"] - - ["顼", "⠑⠳⠄"] + - ["顼", "⠑⠳⠐"] - ["顽", "⠻⠂"] - ["顾", "⠅⠌⠐"] - ["顿", "⠙⠿⠐"] @@ -3420,10 +3711,10 @@ - ["领", "⠉⠽⠈"] - ["颇", "⠏⠣⠈"] - ["颈", "⠅⠽⠈"] - - ["颉", "⠅⠬⠂"] + - ["颉", "⠑⠬⠂"] - ["颊", "⠅⠾⠂"] - ["颋", "⠋⠽⠈"] - - ["颌", "⠅⠮⠂"] + - ["颌", "⠗⠧⠐"] - ["颍", "⠽⠈"] - ["颎", "⠅⠖⠈"] - ["颏", "⠗⠺⠂"] @@ -3440,11 +3731,11 @@ - ["颜", "⠞⠂"] - ["额", "⠮⠂"] - ["颞", "⠝⠬⠐"] - - ["颟", "⠍⠧⠄"] + - ["颟", "⠍⠧⠂"] - ["颠", "⠙⠞⠄"] - ["颡", "⠑⠭⠈"] - ["颢", "⠗⠩⠐"] - - ["颤", "⠃⠧⠐"] + - ["颤", "⠁⠧⠐"] - ["颥", "⠛⠌⠂"] - ["颦", "⠏⠹⠂"] - ["颧", "⠚⠘⠂"] @@ -3466,24 +3757,35 @@ - ["飙", "⠕⠪⠄"] - ["飚", "⠕⠪⠄"] - ["飜", "⠟⠧⠄"] + - ["飝", "⠟⠴⠄"] - ["飞", "⠟⠴⠄"] - ["飠", "⠊⠱⠂"] + - ["飡", "⠚⠧⠄"] - ["飤", "⠑⠱⠐"] - ["飨", "⠑⠨⠈"] + - ["飮", "⠹⠈"] + - ["飰", "⠟⠧⠐"] - ["飱", "⠑⠿⠄"] + - ["飸", "⠋⠩⠄"] + - ["飻", "⠋⠬⠐"] - ["餁", "⠛⠥⠐"] - ["餍", "⠞⠐"] + - ["餙", "⠊⠱⠐"] + - ["餠", "⠕⠽⠈"] + - ["餧", "⠫⠐"] + - ["餴", "⠟⠥⠄"] - ["餹", "⠋⠭⠂"] - ["餻", "⠅⠩⠄"] - ["饄", "⠋⠭⠂"] - ["饍", "⠊⠧⠐"] + - ["饚", "⠗⠺⠐"] - ["饝", "⠍⠣⠂"] - ["饣", "⠊⠱⠂"] - ["饤", "⠙⠽⠐"] - ["饥", "⠅⠡⠄"] - ["饦", "⠋⠒⠄"] - ["饧", "⠑⠽⠂"] - - ["饨", "⠋⠿⠂"] + - ["饨", "⠙⠿⠐"] - ["饩", "⠑⠡⠐"] - ["饪", "⠛⠥⠐"] - ["饫", "⠳⠐"] @@ -3522,7 +3824,7 @@ - ["馌", "⠬⠐"] - ["馍", "⠍⠣⠂"] - ["馎", "⠕⠣⠂"] - - ["馏", "⠉⠎⠂"] + - ["馏", "⠉⠎⠐"] - ["馐", "⠑⠎⠄"] - ["馑", "⠅⠹⠈"] - ["馒", "⠍⠧⠂"] @@ -3538,6 +3840,8 @@ - ["駡", "⠍⠜⠐"] - ["騌", "⠓⠯⠄"] - ["騐", "⠞⠐"] + - ["験", "⠞⠐"] + - ["騡", "⠚⠘⠂"] - ["驘", "⠉⠒⠂"] - ["马", "⠍⠜⠈"] - ["驭", "⠳⠐"] @@ -3601,12 +3905,17 @@ - ["骧", "⠑⠨⠄"] - ["骵", "⠋⠡⠈"] - ["骽", "⠋⠫⠈"] + - ["髃", "⠷⠈"] + - ["髄", "⠑⠫⠈"] - ["髅", "⠉⠷⠂"] - ["髈", "⠕⠭⠈"] - ["髋", "⠇⠻⠄"] - ["髌", "⠕⠹⠐"] + - ["髗", "⠉⠌⠂"] + - ["髙", "⠅⠩⠄"] - ["髥", "⠛⠧⠂"] - ["髪", "⠟⠜⠈"] + - ["髰", "⠋⠡⠐"] - ["鬀", "⠋⠡⠐"] - ["鬓", "⠕⠹⠐"] - ["鬦", "⠙⠷⠐"] @@ -3614,16 +3923,35 @@ - ["鬬", "⠙⠷⠐"] - ["鬭", "⠙⠷⠐"] - ["鬰", "⠳⠐"] + - ["鬴", "⠟⠌⠈"] - ["鬶", "⠅⠫⠄"] + - ["鬽", "⠍⠴⠐"] + - ["魀", "⠅⠜⠐"] - ["魇", "⠞⠈"] - ["魉", "⠉⠨⠈"] + - ["魐", "⠅⠧⠄"] + - ["魓", "⠕⠡⠐"] + - ["魗", "⠃⠷⠈"] + - ["魣", "⠑⠳⠐"] + - ["魲", "⠉⠌⠂"] + - ["鮉", "⠙⠪⠄"] + - ["鮌", "⠅⠿⠈"] - ["鮎", "⠝⠞⠂"] - ["鮝", "⠑⠨⠈"] - - ["鯵", "⠑⠩⠄"] + - ["鮷", "⠋⠡⠂"] + - ["鯮", "⠓⠯⠄"] + - ["鯹", "⠑⠽⠄"] + - ["鯿", "⠕⠞⠄"] + - ["鰀", "⠗⠻⠐"] - ["鰐", "⠮⠐"] - ["鰕", "⠑⠾⠄"] - ["鰛", "⠿⠄"] + - ["鱏", "⠑⠲⠂"] + - ["鱑", "⠗⠸⠂"] - ["鱓", "⠊⠧⠐"] + - ["鱡", "⠓⠮⠂"] + - ["鱥", "⠅⠫⠐"] + - ["鱶", "⠑⠨⠈"] - ["鱼", "⠳⠂"] - ["鱽", "⠙⠩⠄"] - ["鱾", "⠅⠡⠈"] @@ -3633,7 +3961,7 @@ - ["鲂", "⠟⠭⠂"] - ["鲃", "⠕⠜⠐"] - ["鲄", "⠗⠮⠂"] - - ["鲅", "⠕⠜⠂"] + - ["鲅", "⠕⠣⠄"] - ["鲆", "⠏⠽⠂"] - ["鲇", "⠝⠞⠂"] - ["鲈", "⠉⠌⠂"] @@ -3706,7 +4034,7 @@ - ["鳋", "⠑⠩⠄"] - ["鳌", "⠩⠂"] - ["鳍", "⠚⠡⠂"] - - ["鳎", "⠋⠜⠈"] + - ["鳎", "⠋⠜⠐"] - ["鳏", "⠅⠻⠄"] - ["鳐", "⠪⠂"] - ["鳑", "⠟⠭⠂"] @@ -3716,7 +4044,7 @@ - ["鳕", "⠑⠦⠈"] - ["鳖", "⠕⠬⠄"] - ["鳗", "⠍⠧⠂"] - - ["鳘", "⠍⠞⠈"] + - ["鳘", "⠍⠹⠈"] - ["鳙", "⠖⠄"] - ["鳚", "⠫⠐"] - ["鳛", "⠑⠡⠂"] @@ -3733,16 +4061,25 @@ - ["鳬", "⠟⠌⠂"] - ["鳮", "⠅⠡⠄"] - ["鳯", "⠟⠵⠐"] + - ["鳸", "⠅⠌⠐"] + - ["鴂", "⠅⠦⠂"] - ["鴈", "⠞⠐"] + - ["鴋", "⠟⠭⠈"] - ["鴌", "⠟⠵⠐"] - ["鴎", "⠷⠄"] + - ["鴑", "⠛⠌⠂"] - ["鴡", "⠅⠳⠄"] + - ["鴧", "⠳⠐"] + - ["鴪", "⠳⠐"] - ["鴵", "⠑⠪⠄"] + - ["鵄", "⠃⠱⠄"] - ["鵉", "⠉⠻⠂"] - ["鵞", "⠮⠂"] + - ["鵭", "⠚⠹⠂"] - ["鵶", "⠾⠄"] - ["鶏", "⠅⠡⠄"] - ["鶑", "⠽⠄"] + - ["鶵", "⠃⠌⠂"] - ["鷀", "⠚⠱⠂"] - ["鷄", "⠅⠡⠄"] - ["鷉", "⠋⠡⠂"] @@ -3836,6 +4173,7 @@ - ["鹲", "⠍⠵⠂"] - ["鹳", "⠅⠻⠐"] - ["鹴", "⠊⠸⠄"] + - ["鹸", "⠅⠞⠈"] - ["鹻", "⠅⠞⠈"] - ["鹾", "⠚⠒⠂"] - ["麐", "⠉⠹⠂"] @@ -3851,7 +4189,9 @@ - ["麽", "⠍⠮⠁"] - ["黄", "⠗⠸⠂"] - ["黉", "⠗⠯⠂"] + - ["黋", "⠇⠸⠐"] - ["黒", "⠗⠴⠄"] + - ["黙", "⠍⠣⠐"] - ["黡", "⠞⠈"] - ["黩", "⠙⠌⠂"] - ["黪", "⠚⠧⠈"] @@ -3862,10 +4202,18 @@ - ["鼋", "⠘⠂"] - ["鼍", "⠋⠒⠂"] - ["鼔", "⠅⠌⠈"] + - ["鼗", "⠋⠩⠂"] + - ["鼝", "⠘⠄"] + - ["鼦", "⠙⠪⠄"] - ["鼹", "⠞⠈"] + - ["齄", "⠁⠜⠄"] + - ["齅", "⠑⠎⠐"] - ["齐", "⠚⠡⠂"] - ["齑", "⠅⠡⠄"] + - ["齓", "⠃⠥⠐"] + - ["齚", "⠓⠮⠂"] - ["齩", "⠪⠈"] + - ["齼", "⠃⠌⠈"] - ["齿", "⠃⠱⠈"] - ["龀", "⠃⠥⠐"] - ["龁", "⠗⠮⠂"] @@ -3944,10 +4292,6 @@ - "⠓⠷⠄⠃⠌⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "㘊霵" - - "⠑⠡⠄⠅⠡⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "㙳坷" - "⠇⠧⠈⠇⠮⠈" - outputPos: [0, 3] @@ -4544,6 +4888,10 @@ - "⠡⠄⠉⠪⠈⠕⠺⠈⠉⠪⠈" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "一倡百和" + - "⠡⠄⠃⠭⠐⠕⠺⠈⠗⠮⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "一切" - "⠡⠄⠚⠬⠐" - outputPos: [0, 2] @@ -4620,6 +4968,10 @@ - "⠡⠄⠅⠮⠂⠡⠄⠚⠎⠂" - outputPos: [0, 2, 5, 7] inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "一行三昧" + - "⠡⠄⠗⠭⠂⠑⠧⠄⠍⠴⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "一覺醒來" - "⠡⠄⠅⠪⠐⠑⠽⠈⠉⠺⠂" - outputPos: [0, 2, 5, 8] @@ -4640,6 +4992,10 @@ - "⠡⠄⠓⠷⠈⠉⠪⠈⠁⠱⠄" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "一颩人" + - "⠡⠄⠚⠒⠄⠛⠥⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "万俟" - "⠍⠣⠐⠚⠡⠂" - outputPos: [0, 3] @@ -4688,6 +5044,10 @@ - "⠑⠾⠐⠕⠜⠄⠇⠮⠄" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "下自成行" + - "⠑⠾⠐⠓⠱⠐⠃⠵⠂⠗⠭⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "不了" - "⠕⠌⠐⠉⠪⠈" - outputPos: [0, 3] @@ -4848,6 +5208,10 @@ - "⠊⠱⠐⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "世路終難拗" + - "⠊⠱⠐⠉⠌⠐⠁⠯⠄⠝⠧⠂⠩⠐" + - outputPos: [0, 3, 6, 9, 12] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4] - - "丙子" - "⠕⠽⠈⠓⠱⠈" - outputPos: [0, 3] @@ -4904,6 +5268,10 @@ - "⠁⠯⠐⠟⠵⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "丰茸" + - "⠟⠵⠄⠛⠯⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "丹子" - "⠙⠧⠄⠓⠱⠈" - outputPos: [0, 3] @@ -4960,6 +5328,10 @@ - "⠁⠜⠐⠝⠻⠈⠗⠻⠂⠉⠨⠂" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "乘肥衣輕" + - "⠃⠵⠂⠟⠴⠂⠡⠐⠚⠽⠄" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "乘興" - "⠃⠵⠂⠑⠽⠐" - outputPos: [0, 3] @@ -4968,6 +5340,10 @@ - "⠃⠵⠂⠅⠞⠐⠋⠷⠂⠑⠡⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "乜先" + - "⠝⠬⠐⠑⠞⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "九重" - "⠅⠎⠈⠃⠯⠂" - outputPos: [0, 3] @@ -5016,10 +5392,18 @@ - "⠉⠻⠐⠅⠾⠄⠓⠱⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "了不起" + - "⠉⠪⠈⠕⠌⠐⠚⠡⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "了了" - "⠉⠪⠈⠉⠪⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "了了了" + - "⠉⠮⠁⠉⠮⠁⠉⠮⠁" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "了事" - "⠉⠪⠈⠊⠱⠐" - outputPos: [0, 3] @@ -5092,6 +5476,22 @@ - "⠌⠈⠅⠽⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "五熟行" + - "⠌⠈⠊⠷⠂⠗⠭⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "五行並下" + - "⠌⠈⠗⠭⠂⠕⠽⠐⠑⠾⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "五行俱下" + - "⠌⠈⠗⠭⠂⠅⠳⠐⠑⠾⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "五行八作" + - "⠌⠈⠗⠭⠂⠕⠜⠄⠓⠒⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "五金行" - "⠌⠈⠅⠹⠄⠗⠭⠂" - outputPos: [0, 2, 5] @@ -5104,6 +5504,10 @@ - "⠚⠡⠐⠊⠱⠄⠊⠱⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "亟請" + - "⠚⠡⠐⠚⠽⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "交卷" - "⠅⠪⠄⠅⠘⠐" - outputPos: [0, 3] @@ -5176,6 +5580,14 @@ - "⠛⠥⠂⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "人所好" + - "⠛⠥⠂⠑⠒⠈⠗⠩⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "人稠物穰" + - "⠛⠥⠂⠃⠷⠂⠌⠐⠛⠭⠈" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "人譙之" - "⠛⠥⠂⠚⠪⠐⠁⠱⠄" - outputPos: [0, 3, 6] @@ -5220,6 +5632,10 @@ - "⠑⠞⠄⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "仡佬族" + - "⠚⠡⠐⠉⠩⠈⠓⠌⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "以子" - "⠡⠈⠓⠱⠈" - outputPos: [0, 2] @@ -5228,6 +5644,10 @@ - "⠡⠈⠁⠥⠐⠃⠵⠂⠝⠪⠐" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "仵作行" + - "⠌⠈⠓⠒⠐⠗⠭⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "伍子胥" - "⠌⠈⠓⠱⠈⠑⠳⠄" - outputPos: [0, 2, 5] @@ -5244,10 +5664,22 @@ - "⠕⠣⠂⠓⠱⠈⠾⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "估價行" + - "⠅⠌⠄⠅⠾⠐⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "伺候" - "⠚⠱⠐⠗⠷⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "低徊" + - "⠙⠡⠄⠗⠫⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "佔侸" + - "⠁⠧⠐⠙⠷⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "佛肸" - "⠕⠡⠐⠑⠡⠐" - outputPos: [0, 3] @@ -5256,6 +5688,10 @@ - "⠓⠒⠐⠏⠌⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "佷山" + - "⠗⠵⠂⠊⠧⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "使苑積" - "⠊⠱⠈⠳⠐⠅⠡⠄" - outputPos: [0, 3, 5] @@ -5328,6 +5764,10 @@ - "⠡⠄⠟⠌⠐⠁⠮⠁" - outputPos: [0, 2, 5] inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "侲子" + - "⠁⠥⠐⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "侻薄" - "⠋⠫⠐⠕⠣⠂" - outputPos: [0, 3] @@ -5348,6 +5788,10 @@ - "⠏⠞⠂⠏⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "俆州" + - "⠊⠌⠄⠁⠷⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "俔俔" - "⠑⠞⠐⠑⠞⠐" - outputPos: [0, 3] @@ -5356,10 +5800,14 @@ - "⠑⠌⠂⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "俛焉日有孳孳" - - "⠍⠞⠈⠞⠄⠛⠱⠐⠎⠈⠓⠱⠄⠓⠱⠄" - - outputPos: [0, 3, 5, 8, 10, 13] - inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5] + - - "俛仰" + - "⠟⠌⠈⠨⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "俛首" + - "⠟⠌⠈⠊⠷⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "保姥" - "⠕⠩⠈⠍⠌⠈" - outputPos: [0, 3] @@ -5376,10 +5824,22 @@ - "⠑⠹⠐⠁⠜⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "修改行" + - "⠑⠎⠄⠅⠺⠈⠑⠽⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "俯畜" - "⠟⠌⠈⠑⠳⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "俳倡" + - "⠏⠺⠂⠃⠭⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "俶儻" + - "⠋⠡⠐⠋⠭⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "俸給" - "⠟⠵⠐⠅⠡⠈" - outputPos: [0, 3] @@ -5388,6 +5848,10 @@ - "⠚⠭⠄⠚⠌⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "倉頡" + - "⠚⠭⠄⠅⠬⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "個䰖" - "⠅⠮⠁⠓⠻⠈" - outputPos: [0, 3] @@ -5572,6 +6036,10 @@ - "⠙⠩⠐⠲⠄⠁⠸⠄" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2, 2] + - - "倒未必" + - "⠙⠩⠐⠫⠐⠕⠡⠐" + - outputPos: [0, 3, 5] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2] - - "倒果為因" - "⠙⠩⠐⠅⠒⠈⠫⠂⠹⠄" - outputPos: [0, 3, 6, 8] @@ -5584,6 +6052,10 @@ - "⠙⠩⠐⠗⠵⠂⠁⠱⠂⠊⠌⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "倒沒了" + - "⠙⠩⠐⠍⠴⠂⠉⠮⠁" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "倒流" - "⠙⠩⠐⠉⠎⠂" - outputPos: [0, 3] @@ -5732,14 +6204,42 @@ - "⠅⠦⠂⠚⠡⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "倘佯" + - "⠃⠭⠂⠨⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "倚傍" - "⠡⠈⠕⠭⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "倡寮" + - "⠃⠭⠄⠉⠪⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "倡條冶葉" + - "⠃⠭⠄⠋⠪⠂⠬⠈⠬⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3] + - - "倥侗" + - "⠇⠯⠄⠋⠯⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "倥倊" + - "⠇⠯⠈⠓⠯⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "倭遲" + - "⠫⠄⠃⠱⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "倰僜" - "⠉⠵⠐⠙⠵⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "倰奟" + - "⠉⠽⠂⠇⠵⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "假日" - "⠅⠾⠐⠛⠱⠐" - outputPos: [0, 3] @@ -5748,6 +6248,14 @@ - "⠅⠾⠐⠚⠡⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "偈偈" + - "⠅⠬⠂⠅⠬⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "偈兮" + - "⠅⠬⠂⠑⠡⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "偎傍" - "⠫⠄⠕⠭⠐" - outputPos: [0, 2] @@ -5756,10 +6264,10 @@ - "⠏⠞⠄⠗⠩⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "偙儶" - - "⠙⠡⠐⠗⠫⠐" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] + - - "做一行怨一行" + - "⠓⠒⠐⠡⠄⠗⠭⠂⠘⠐⠡⠄⠗⠭⠂" + - outputPos: [0, 3, 5, 8, 10, 12] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 5] - - "做甚的" - "⠓⠒⠐⠊⠥⠂⠙⠮⠁" - outputPos: [0, 3, 6] @@ -5780,6 +6288,18 @@ - "⠟⠌⠂⠨⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "傀偉" + - "⠅⠫⠄⠫⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "傀奇" + - "⠅⠫⠄⠚⠡⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "傀然" + - "⠅⠫⠄⠛⠧⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "傍人" - "⠕⠭⠐⠛⠥⠂" - outputPos: [0, 3] @@ -5876,6 +6396,10 @@ - "⠚⠫⠄⠕⠵⠐⠙⠌⠐⠌⠄⠅⠨⠄" - outputPos: [0, 3, 6, 9, 11] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 4] + - - "催淚彈" + - "⠚⠫⠄⠉⠴⠐⠙⠧⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "傳子" - "⠃⠻⠂⠓⠱⠈" - outputPos: [0, 3] @@ -5896,10 +6420,38 @@ - "⠚⠽⠄⠃⠭⠂⠙⠩⠐⠟⠌⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "僆子" + - "⠉⠞⠐⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "僋伸" + - "⠉⠧⠐⠊⠥⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "僕射" - "⠏⠌⠂⠬⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "僧尼行業" + - "⠑⠵⠄⠝⠡⠂⠑⠽⠂⠬⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3] + - - "僬仯" + - "⠅⠪⠄⠍⠪⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "僬僥" + - "⠅⠪⠄⠪⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "僮族" + - "⠁⠸⠐⠓⠌⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "儃儃" + - "⠋⠧⠈⠋⠧⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "億載金城" - "⠡⠐⠓⠺⠈⠅⠹⠄⠃⠵⠂" - outputPos: [0, 2, 5, 8] @@ -5916,6 +6468,14 @@ - "⠃⠭⠂⠗⠻⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "儱侗" + - "⠉⠯⠈⠋⠯⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "儾軟" + - "⠝⠭⠄⠛⠻⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "允當" - "⠲⠈⠙⠭⠐" - outputPos: [0, 2] @@ -5972,10 +6532,22 @@ - "⠝⠴⠐⠗⠭⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "內行星" + - "⠝⠴⠐⠑⠽⠂⠑⠽⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "內行走" - "⠝⠴⠐⠑⠽⠂⠓⠷⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "全武行" + - "⠚⠘⠂⠌⠈⠗⠭⠂" + - outputPos: [0, 3, 5] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2] + - - "八行書" + - "⠕⠜⠄⠗⠭⠂⠊⠌⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "八辟" - "⠕⠜⠄⠕⠡⠐" - outputPos: [0, 3] @@ -5996,6 +6568,10 @@ - "⠅⠯⠄⠚⠒⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "共勷" + - "⠅⠯⠐⠑⠨⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "共處" - "⠅⠯⠐⠃⠌⠈" - outputPos: [0, 3] @@ -6040,6 +6616,10 @@ - "⠚⠡⠂⠓⠯⠐⠛⠌⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "其所好" + - "⠚⠡⠂⠑⠒⠈⠗⠩⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "典獄長" - "⠙⠞⠈⠳⠐⠁⠭⠈" - outputPos: [0, 3, 5] @@ -6068,6 +6648,14 @@ - "⠅⠻⠄⠍⠞⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "冠子" + - "⠅⠻⠄⠓⠱⠁" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "冠子不言" + - "⠅⠻⠐⠓⠱⠈⠕⠌⠐⠞⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3] - - "冠履" - "⠅⠻⠄⠉⠳⠈" - outputPos: [0, 3] @@ -6084,6 +6672,14 @@ - "⠅⠻⠄⠅⠺⠐⠑⠨⠄⠁⠌⠈" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "冶子" + - "⠬⠈⠓⠱⠈" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "冶葉倡條" + - "⠬⠈⠬⠐⠃⠭⠄⠋⠪⠂" + - outputPos: [0, 2, 4, 7] + inputPos: [0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "凝咽" - "⠝⠽⠂⠬⠐" - outputPos: [0, 3] @@ -6120,6 +6716,10 @@ - "⠗⠧⠂⠁⠜⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "刀耕火種" + - "⠙⠩⠄⠅⠵⠄⠗⠒⠈⠁⠯⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "刀釤" - "⠙⠩⠄⠊⠧⠐" - outputPos: [0, 3] @@ -6237,11 +6837,7 @@ - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "剎車" - - "⠊⠜⠐⠃⠮⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - - "剎那" - - "⠃⠜⠐⠝⠒⠂" + - "⠊⠜⠄⠃⠮⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - "剝削" @@ -6268,6 +6864,10 @@ - "⠃⠸⠄⠗⠥⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "剸行" + - "⠁⠻⠄⠑⠽⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "剹流" - "⠅⠎⠄⠉⠎⠂" - outputPos: [0, 3] @@ -6368,6 +6968,10 @@ - "⠊⠵⠄⠊⠌⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "勞徠" + - "⠉⠩⠐⠉⠺⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "勞軍" - "⠉⠩⠐⠅⠲⠄" - outputPos: [0, 3] @@ -6400,10 +7004,6 @@ - "⠕⠡⠈⠑⠞⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "北伐" - - "⠕⠴⠈⠟⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "匡我不逮" - "⠇⠸⠄⠒⠈⠕⠌⠐⠙⠺⠐" - outputPos: [0, 3, 5, 8] @@ -6548,6 +7148,14 @@ - "⠹⠐⠏⠌⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "危行言孫" + - "⠫⠂⠑⠽⠐⠞⠂⠑⠲⠐" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "危言危行" + - "⠫⠂⠞⠂⠫⠂⠑⠽⠐" + - outputPos: [0, 2, 4, 6] + inputPos: [0, 0, 1, 1, 2, 2, 3, 3, 3] - - "危難" - "⠫⠂⠝⠧⠐" - outputPos: [0, 2] @@ -6600,6 +7208,10 @@ - "⠘⠂⠓⠱⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "原本行" + - "⠘⠂⠕⠥⠈⠑⠽⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "原著" - "⠘⠂⠁⠌⠐" - outputPos: [0, 2] @@ -6625,7 +7237,7 @@ - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - "參、" - - "⠑⠧⠄⠠ " + - "⠑⠧⠄⠠⠀" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] - - "參仟" @@ -6660,6 +7272,10 @@ - "⠚⠧⠄⠳⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "又不仯" + - "⠎⠐⠕⠌⠐⠍⠪⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "反將計" - "⠟⠧⠈⠅⠨⠐⠅⠡⠐" - outputPos: [0, 3, 6] @@ -6704,6 +7320,10 @@ - "⠇⠷⠈⠅⠡⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "口才辨給" + - "⠇⠷⠈⠚⠺⠂⠕⠞⠐⠅⠡⠈" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "古玩" - "⠅⠌⠈⠻⠐" - outputPos: [0, 3] @@ -6720,6 +7340,14 @@ - "⠋⠩⠄⠛⠩⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "叨陪末座" + - "⠋⠩⠄⠏⠴⠂⠍⠣⠐⠓⠒⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "叫吖吖" + - "⠅⠪⠐⠾⠄⠾⠄" + - outputPos: [0, 3, 5] + inputPos: [0, 0, 0, 1, 1, 2, 2] - - "叫天不應" - "⠅⠪⠐⠋⠞⠄⠕⠌⠐⠽⠐" - outputPos: [0, 3, 6, 9] @@ -6728,6 +7356,10 @@ - "⠅⠪⠐⠋⠞⠄⠋⠞⠄⠕⠌⠐⠽⠐" - outputPos: [0, 3, 6, 9, 12] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4] + - - "可以冠子" + - "⠇⠮⠈⠡⠈⠅⠻⠐⠓⠱⠈" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "可惡" - "⠇⠮⠈⠌⠐" - outputPos: [0, 3] @@ -6740,6 +7372,10 @@ - "⠇⠮⠐⠗⠧⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "可衣者衣之" + - "⠇⠮⠈⠡⠐⠁⠮⠈⠡⠐⠁⠱⠄" + - outputPos: [0, 3, 5, 8, 10] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 4] - - "史都華" - "⠊⠱⠈⠙⠌⠄⠗⠔⠂" - outputPos: [0, 3, 6] @@ -6772,10 +7408,14 @@ - "⠅⠮⠐⠎⠈⠑⠒⠈⠗⠩⠐" - outputPos: [0, 3, 5, 8] inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - - "各行" - - "⠅⠮⠐⠗⠭⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] + - - "各有所長" + - "⠅⠮⠐⠎⠈⠑⠒⠈⠃⠭⠂" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] + - - "各行各業" + - "⠅⠮⠐⠗⠭⠂⠅⠮⠐⠬⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3] - - "吆喝" - "⠪⠄⠗⠮⠐" - outputPos: [0, 2] @@ -6800,6 +7440,14 @@ - "⠙⠪⠐⠏⠌⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "同行相忌" + - "⠋⠯⠂⠗⠭⠂⠑⠨⠄⠅⠡⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "同行語" + - "⠋⠯⠂⠗⠭⠂⠳⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2] - - "名分" - "⠍⠽⠂⠟⠥⠐" - outputPos: [0, 3] @@ -6820,6 +7468,14 @@ - "⠋⠌⠐⠑⠬⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "吖吖叫" + - "⠾⠄⠾⠄⠅⠪⠐" + - outputPos: [0, 2, 4] + inputPos: [0, 0, 1, 1, 2, 2, 2] + - - "吖地" + - "⠾⠄⠙⠡⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "君子" - "⠅⠲⠄⠓⠱⠈" - outputPos: [0, 3] @@ -6908,6 +7564,10 @@ - "⠅⠩⠐⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "告朔" + - "⠅⠌⠐⠊⠒⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "呢呢" - "⠝⠡⠂⠝⠡⠂" - outputPos: [0, 3] @@ -6948,6 +7608,10 @@ - "⠕⠡⠐⠕⠡⠐⠕⠣⠄⠕⠣⠄" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "咇茀" + - "⠕⠬⠂⠕⠣⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "咋唶" - "⠁⠜⠐⠅⠬⠐" - outputPos: [0, 3] @@ -6976,10 +7640,22 @@ - "⠅⠌⠄⠑⠹⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "咥人" + - "⠙⠬⠂⠛⠥⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "咥我" + - "⠙⠬⠂⠒⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "咬咬好音" - "⠅⠪⠄⠅⠪⠄⠗⠩⠈⠹⠄" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3] + - - "咬著手" + - "⠪⠈⠁⠮⠁⠊⠷⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "咯噠" - "⠅⠮⠄⠙⠜⠁" - outputPos: [0, 3] @@ -7120,6 +7796,10 @@ - "⠅⠵⠈⠬⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "唅嘇" + - "⠗⠧⠄⠊⠧⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "唆調" - "⠑⠒⠄⠋⠪⠂" - outputPos: [0, 3] @@ -7240,10 +7920,18 @@ - "⠅⠎⠄⠅⠡⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "喀一聲" + - "⠇⠜⠄⠡⠄⠊⠵⠄" + - outputPos: [0, 3, 5] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2] - - "喀喀" - - "⠇⠮⠐⠇⠮⠐" + - "⠇⠜⠄⠇⠜⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "喀喀然遂" + - "⠇⠮⠐⠇⠮⠐⠛⠧⠂⠑⠫⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "喀喳" - "⠇⠜⠄⠃⠜⠄" - outputPos: [0, 3] @@ -7428,6 +8116,18 @@ - "⠚⠡⠄⠚⠡⠄⠃⠜⠄⠃⠜⠄" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "嘇可可" + - "⠑⠧⠈⠇⠮⠈⠇⠮⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "嘉言善行" + - "⠅⠾⠄⠞⠂⠊⠧⠐⠑⠽⠐" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] + - - "嘉言懿行" + - "⠅⠾⠄⠞⠂⠡⠐⠑⠽⠐" + - outputPos: [0, 3, 5, 7] + inputPos: [0, 0, 0, 1, 1, 2, 2, 3, 3, 3] - - "嘍囉" - "⠉⠷⠂⠉⠒⠂" - outputPos: [0, 3] @@ -7564,6 +8264,10 @@ - "⠳⠈⠑⠳⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "噤嘇" + - "⠅⠹⠐⠑⠧⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "器樂" - "⠚⠡⠐⠦⠐" - outputPos: [0, 3] @@ -7592,6 +8296,10 @@ - "⠡⠐⠁⠵⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "四不拗六" + - "⠑⠱⠐⠕⠌⠐⠩⠐⠉⠎⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "四方之雋" - "⠑⠱⠐⠟⠭⠄⠁⠱⠄⠅⠲⠐" - outputPos: [0, 3, 6, 9] @@ -7700,6 +8408,10 @@ - "⠓⠺⠐⠑⠽⠂⠙⠯⠐" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "在行政" + - "⠓⠺⠐⠑⠽⠂⠁⠵⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "在行李" - "⠓⠺⠐⠑⠽⠂⠉⠡⠈" - outputPos: [0, 3, 6] @@ -7800,6 +8512,10 @@ - "⠁⠱⠂⠒⠈⠚⠎⠂⠚⠎⠂" - outputPos: [0, 3, 5, 8] inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] + - - "執拗" + - "⠁⠱⠂⠩⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "執著" - "⠁⠱⠂⠁⠒⠂" - outputPos: [0, 3] @@ -7828,6 +8544,10 @@ - "⠕⠩⠐⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "報關行" + - "⠕⠩⠐⠅⠻⠄⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "場合" - "⠃⠭⠂⠗⠮⠂" - outputPos: [0, 3] @@ -7840,6 +8560,10 @@ - "⠙⠌⠈⠑⠮⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "塌趿" + - "⠋⠜⠄⠑⠜⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "塗隩" - "⠋⠌⠂⠩⠐" - outputPos: [0, 3] @@ -7904,6 +8628,10 @@ - "⠋⠞⠂⠇⠯⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "填縫" + - "⠋⠞⠂⠟⠵⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "填街塞巷" - "⠋⠞⠂⠅⠬⠄⠑⠺⠄⠑⠨⠐" - outputPos: [0, 3, 6, 9] @@ -7988,6 +8716,10 @@ - "⠅⠾⠈⠃⠌⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "夏雨雨人" + - "⠑⠾⠐⠳⠈⠳⠐⠛⠥⠂" + - outputPos: [0, 3, 5, 7] + inputPos: [0, 0, 0, 1, 1, 2, 2, 3, 3, 3] - - "外合裡應" - "⠶⠐⠗⠮⠂⠉⠡⠈⠽⠐" - outputPos: [0, 2, 5, 8] @@ -8000,6 +8732,10 @@ - "⠶⠐⠗⠭⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "外行走" + - "⠶⠐⠑⠽⠂⠓⠷⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "外長" - "⠶⠐⠁⠭⠈" - outputPos: [0, 2] @@ -8064,6 +8800,10 @@ - "⠙⠜⠐⠊⠶⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "大絯" + - "⠙⠜⠐⠗⠺⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "大藏經" - "⠙⠜⠐⠓⠭⠐⠅⠽⠄" - outputPos: [0, 3, 6] @@ -8128,10 +8868,10 @@ - "⠋⠺⠐⠅⠞⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "太行" - - "⠋⠺⠐⠗⠭⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] + - - "太行山" + - "⠋⠺⠐⠗⠭⠂⠊⠧⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "太阿倒持" - "⠋⠺⠐⠮⠄⠙⠩⠐⠃⠱⠂" - outputPos: [0, 3, 5, 8] @@ -8236,6 +8976,10 @@ - "⠅⠡⠄⠊⠌⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "奇節瑰行" + - "⠚⠡⠂⠅⠬⠂⠅⠫⠄⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "奉還" - "⠟⠵⠐⠗⠻⠂" - outputPos: [0, 3] @@ -8392,10 +9136,18 @@ - "⠫⠈⠘⠂⠁⠭⠈" - outputPos: [0, 2, 4] inputPos: [0, 0, 1, 1, 2, 2, 2] + - - "委托行" + - "⠫⠈⠋⠒⠄⠗⠭⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "委曲" - "⠫⠈⠚⠳⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "委託行" + - "⠫⠈⠋⠒⠄⠗⠭⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "姜子" - "⠅⠨⠄⠓⠱⠈" - outputPos: [0, 3] @@ -8432,6 +9184,10 @@ - "⠾⠐⠗⠻⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "婼羌" + - "⠛⠒⠐⠚⠨⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "媠服" - "⠋⠒⠈⠟⠌⠂" - outputPos: [0, 3] @@ -8528,6 +9284,10 @@ - "⠓⠱⠈⠅⠫⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "孑孒" + - "⠅⠬⠂⠅⠯⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "孔子" - "⠇⠯⠈⠓⠱⠈" - outputPos: [0, 3] @@ -8564,6 +9324,10 @@ - "⠅⠌⠄⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "孤燈挑盡" + - "⠅⠌⠄⠙⠵⠄⠋⠪⠈⠅⠹⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "學子" - "⠑⠦⠂⠓⠱⠈" - outputPos: [0, 3] @@ -8612,6 +9376,26 @@ - "⠗⠯⠂⠙⠌⠄⠉⠜⠄⠑⠱⠄" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "宓不齊" + - "⠟⠌⠂⠕⠌⠐⠚⠡⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "宓妃" + - "⠟⠌⠂⠟⠴⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "宓子" + - "⠟⠌⠂⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "宓戲" + - "⠟⠌⠂⠑⠡⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "宓羲" + - "⠟⠌⠂⠑⠡⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "官員祇候" - "⠅⠻⠄⠘⠂⠚⠡⠂⠗⠷⠐" - outputPos: [0, 3, 5, 8] @@ -8776,6 +9560,14 @@ - "⠓⠿⠄⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "尋行數墨" + - "⠑⠲⠂⠗⠭⠂⠊⠌⠈⠍⠣⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "尋行逐隊" + - "⠑⠲⠂⠗⠭⠂⠁⠌⠂⠙⠫⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "對應" - "⠙⠫⠐⠽⠐" - outputPos: [0, 3] @@ -8860,19 +9652,43 @@ - "⠊⠩⠐⠬⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] - - - "就得" - - "⠅⠎⠐⠙⠴⠈" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - - "尾巴" - - "⠡⠈⠕⠜⠄" + - - "尤侗" + - "⠎⠂⠋⠯⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] - - - "尿溺" - - "⠝⠪⠐⠝⠪⠐" + - - "尨服" + - "⠏⠭⠂⠟⠌⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "局長" + - - "尨然" + - "⠏⠭⠂⠛⠧⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "尨眉" + - "⠏⠭⠂⠍⠴⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "尨茸" + - "⠍⠵⠂⠛⠯⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "尨雜" + - "⠏⠭⠂⠓⠜⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "就得" + - "⠅⠎⠐⠙⠴⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "尾巴" + - "⠡⠈⠕⠜⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "尿溺" + - "⠝⠪⠐⠝⠪⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "局長" - "⠅⠳⠂⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] @@ -8892,6 +9708,10 @@ - "⠕⠽⠈⠑⠡⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "屏營" + - "⠕⠽⠄⠽⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "屏退" - "⠕⠽⠈⠋⠫⠐" - outputPos: [0, 3] @@ -9084,6 +9904,10 @@ - "⠕⠌⠐⠉⠴⠂⠱⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "帖耳" + - "⠋⠬⠄⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "帝王臣相" - "⠙⠡⠐⠸⠂⠃⠥⠂⠑⠨⠐" - outputPos: [0, 3, 5, 8] @@ -9108,6 +9932,10 @@ - "⠏⠽⠂⠊⠭⠈⠚⠳⠐⠛⠌⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "平章百姓" + - "⠏⠞⠂⠁⠭⠄⠕⠺⠈⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "年假" - "⠝⠞⠂⠅⠾⠐" - outputPos: [0, 3] @@ -9192,6 +10020,10 @@ - "⠇⠭⠄⠖⠄⠚⠞⠂" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2, 2] + - - "庸行" + - "⠖⠄⠑⠽⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "廑身從事" - "⠚⠹⠂⠊⠥⠄⠚⠯⠂⠊⠱⠐" - outputPos: [0, 3, 6, 9] @@ -9200,6 +10032,10 @@ - "⠇⠒⠐⠱⠈⠇⠮⠐" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2, 2] + - - "廝撲行" + - "⠑⠱⠄⠏⠌⠄⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "廞塞" - "⠚⠹⠄⠑⠮⠐" - outputPos: [0, 3] @@ -9240,6 +10076,18 @@ - "⠙⠪⠐⠕⠭⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "引吭吐" + - "⠹⠈⠗⠭⠂⠋⠌⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "引吭向" + - "⠹⠈⠗⠭⠂⠑⠨⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "引吭高歌" + - "⠹⠈⠗⠭⠂⠅⠩⠄⠅⠮⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "弟子" - "⠙⠡⠐⠓⠱⠈" - outputPos: [0, 3] @@ -9344,6 +10192,10 @@ - "⠙⠧⠐⠪⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "彈藥" + - "⠙⠧⠐⠪⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "彈道" - "⠙⠧⠐⠙⠩⠐" - outputPos: [0, 3] @@ -9380,10 +10232,18 @@ - "⠽⠈⠑⠡⠐⠛⠥⠂⠓⠱⠁" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "彴約" + - "⠕⠣⠂⠦⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "彷徨" - "⠏⠭⠂⠗⠸⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "彼倡此和" + - "⠕⠡⠈⠃⠭⠐⠚⠱⠈⠗⠮⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "彼長我消" - "⠕⠡⠈⠁⠭⠈⠒⠈⠑⠪⠄" - outputPos: [0, 3, 6, 8] @@ -9396,10 +10256,6 @@ - "⠸⠈⠗⠻⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] - - - "征伐" - - "⠁⠵⠄⠟⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "後鮮有" - "⠗⠷⠐⠑⠞⠈⠎⠈" - outputPos: [0, 3, 6] @@ -9424,10 +10280,6 @@ - "⠙⠮⠂⠽⠐⠊⠷⠈" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2, 2] - - - "徘徊" - - "⠏⠺⠂⠗⠶⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "從容不" - "⠚⠯⠄⠛⠯⠂⠕⠌⠐" - outputPos: [0, 3, 6] @@ -9476,6 +10328,10 @@ - "⠁⠵⠄⠕⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "德淺行薄" + - "⠙⠮⠂⠚⠞⠈⠑⠽⠐⠕⠣⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "德薄能鮮" - "⠙⠮⠂⠕⠣⠂⠝⠵⠂⠑⠞⠈" - outputPos: [0, 3, 6, 9] @@ -9504,6 +10360,10 @@ - "⠑⠹⠄⠊⠷⠈⠑⠨⠄⠽⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3] + - - "心畬" + - "⠑⠹⠄⠳⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "必得" - "⠕⠡⠐⠙⠴⠈" - outputPos: [0, 3] @@ -9524,6 +10384,10 @@ - "⠚⠿⠈⠙⠒⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "忖量" + - "⠚⠿⠈⠉⠨⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "忠告" - "⠁⠯⠄⠅⠌⠐" - outputPos: [0, 3] @@ -9532,6 +10396,10 @@ - "⠚⠡⠂⠡⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "忴惎" + - "⠚⠹⠂⠅⠡⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "忿悁" - "⠟⠥⠐⠅⠘⠐" - outputPos: [0, 3] @@ -9572,6 +10440,10 @@ - "⠅⠡⠂⠚⠬⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "急穰穰" + - "⠅⠡⠂⠛⠭⠈⠛⠭⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "急難" - "⠅⠡⠂⠝⠧⠐" - outputPos: [0, 3] @@ -9612,6 +10484,10 @@ - "⠋⠯⠄⠅⠻⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "恫矜" + - "⠋⠯⠄⠅⠻⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "恰當" - "⠚⠾⠐⠙⠭⠐" - outputPos: [0, 3] @@ -9668,6 +10544,10 @@ - "⠍⠥⠐⠉⠴⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "悾憁" + - "⠇⠯⠈⠓⠯⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "情分" - "⠚⠽⠂⠟⠥⠐" - outputPos: [0, 3] @@ -9764,6 +10644,10 @@ - "⠇⠺⠈⠦⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "慝行" + - "⠋⠮⠐⠑⠽⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "慰勞" - "⠫⠐⠉⠩⠐" - outputPos: [0, 2] @@ -9916,6 +10800,10 @@ - "⠌⠐⠓⠱⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "戎行" + - "⠛⠯⠂⠗⠭⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "成分" - "⠃⠵⠂⠟⠥⠐" - outputPos: [0, 3] @@ -9988,6 +10876,10 @@ - "⠑⠒⠈⠡⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "所遲客" + - "⠑⠒⠈⠁⠱⠐⠇⠮⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "所長" - "⠑⠒⠈⠁⠭⠈" - outputPos: [0, 3] @@ -10004,6 +10896,10 @@ - "⠕⠞⠈⠓⠻⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "扃扃" + - "⠅⠖⠈⠅⠖⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "扈從" - "⠗⠌⠐⠓⠯⠐" - outputPos: [0, 3] @@ -10024,6 +10920,14 @@ - "⠚⠺⠂⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "才高行厚" + - "⠚⠺⠂⠅⠩⠄⠑⠽⠐⠗⠷⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "才高行潔" + - "⠚⠺⠂⠅⠩⠄⠑⠽⠐⠅⠬⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "扎掂" - "⠁⠜⠂⠙⠞⠄" - outputPos: [0, 3] @@ -10120,6 +11024,14 @@ - "⠏⠧⠄⠋⠧⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "批吭" + - "⠏⠡⠄⠗⠭⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "扼吭" + - "⠮⠐⠗⠭⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "找著" - "⠁⠩⠈⠁⠩⠂" - outputPos: [0, 3] @@ -10168,6 +11080,10 @@ - "⠏⠡⠄⠃⠮⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "抬行市" + - "⠋⠺⠂⠗⠭⠂⠊⠱⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "抱子" - "⠕⠩⠐⠓⠱⠈" - outputPos: [0, 3] @@ -10176,10 +11092,18 @@ - "⠕⠩⠐⠁⠮⠁⠊⠷⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "抹復挑" + - "⠍⠣⠈⠟⠌⠐⠋⠪⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "抹煞" - "⠍⠣⠈⠊⠜⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "押擖" + - "⠾⠄⠁⠜⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "押鋪" - "⠾⠄⠏⠌⠐" - outputPos: [0, 2] @@ -10192,6 +11116,10 @@ - "⠃⠷⠄⠇⠯⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "拂水倡條" + - "⠟⠌⠂⠊⠫⠈⠃⠭⠄⠋⠪⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "拄著手" - "⠁⠌⠈⠁⠮⠁⠊⠷⠈" - outputPos: [0, 3, 6] @@ -10200,6 +11128,10 @@ - "⠙⠞⠄⠙⠒⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "拈線" + - "⠝⠞⠈⠑⠞⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "拉名糧長" - "⠉⠜⠄⠍⠽⠂⠉⠨⠂⠁⠭⠈" - outputPos: [0, 3, 6, 9] @@ -10228,18 +11160,74 @@ - "⠕⠜⠂⠙⠌⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "拗不登" + - "⠩⠐⠕⠌⠐⠙⠵⠄" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "拗不過" + - "⠩⠐⠕⠌⠐⠅⠒⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "拗口" - "⠩⠐⠇⠷⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "拗句" + - "⠩⠐⠅⠳⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗強" + - "⠩⠐⠅⠨⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "拗彆" - "⠩⠐⠕⠬⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "拗怒" + - "⠳⠐⠝⠌⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗折" + - "⠩⠈⠁⠮⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "拗曲" - "⠩⠈⠚⠳⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "拗歌" + - "⠩⠐⠅⠮⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗甜" + - "⠩⠐⠋⠞⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗相公" + - "⠝⠎⠐⠑⠨⠐⠅⠯⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "拗花" + - "⠩⠈⠗⠔⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗蓮" + - "⠩⠈⠉⠞⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗處" + - "⠩⠐⠃⠌⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拗體" + - "⠩⠐⠋⠡⠈" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "拘曲" + - "⠅⠳⠄⠚⠳⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "拘泥" - "⠅⠳⠄⠝⠡⠐" - outputPos: [0, 3] @@ -10280,6 +11268,10 @@ - "⠃⠱⠂⠋⠺⠐⠮⠄" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "指甲縫" + - "⠁⠱⠈⠅⠾⠈⠟⠵⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "指縫" - "⠁⠱⠈⠟⠵⠐" - outputPos: [0, 3] @@ -10288,6 +11280,26 @@ - "⠧⠐⠁⠭⠈⠎⠐" - outputPos: [0, 2, 5] inputPos: [0, 0, 1, 1, 1, 2, 2] + - - "挌斗" + - "⠅⠮⠂⠙⠷⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "挑三窩四" + - "⠋⠪⠈⠑⠧⠄⠒⠄⠑⠱⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "挑三豁四" + - "⠋⠪⠈⠑⠧⠄⠗⠒⠐⠑⠱⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "挑刺" + - "⠋⠪⠈⠚⠱⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "挑唆" + - "⠋⠪⠈⠑⠒⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "挑弄" - "⠋⠪⠈⠝⠯⠐" - outputPos: [0, 3] @@ -10304,10 +11316,38 @@ - "⠋⠪⠄⠙⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "挑斜岔" + - "⠋⠪⠈⠑⠬⠂⠃⠜⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "挑泛" + - "⠋⠪⠈⠟⠧⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "挑燈" - "⠋⠪⠈⠙⠵⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "挑牙料脣" + - "⠋⠪⠈⠾⠂⠉⠪⠐⠃⠿⠂" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] + - - "挑眉" + - "⠋⠪⠈⠍⠴⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "挑繡" + - "⠋⠪⠈⠑⠎⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "挑脣" + - "⠋⠪⠈⠃⠿⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "挑茶斡刺" + - "⠋⠪⠈⠃⠜⠂⠒⠐⠚⠱⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "挑逗" - "⠋⠪⠈⠙⠷⠐" - outputPos: [0, 3] @@ -10316,10 +11356,26 @@ - "⠋⠪⠈⠑⠹⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "挑頭子" + - "⠋⠪⠈⠋⠷⠂⠓⠱⠁" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "挑鬥" + - "⠋⠪⠈⠙⠷⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "挓挲" + - "⠁⠜⠄⠊⠜⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "挨山塞海" - "⠺⠄⠊⠧⠄⠑⠺⠄⠗⠺⠈" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "挨挨拶拶" + - "⠺⠄⠺⠄⠓⠜⠂⠓⠜⠂" + - outputPos: [0, 2, 4, 7] + inputPos: [0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "挹抐" - "⠡⠐⠝⠡⠐" - outputPos: [0, 2] @@ -10440,6 +11496,10 @@ - "⠋⠫⠄⠁⠮⠁⠊⠷⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "推食食" + - "⠋⠫⠄⠊⠱⠂⠑⠱⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "掩卷" - "⠞⠈⠅⠘⠐" - outputPos: [0, 2] @@ -10504,6 +11564,10 @@ - "⠋⠭⠂⠑⠮⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "搬挑" + - "⠕⠧⠄⠋⠪⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "搭搭撒撒" - "⠙⠜⠄⠙⠜⠄⠑⠜⠄⠑⠜⠄" - outputPos: [0, 3, 6, 9] @@ -10516,6 +11580,10 @@ - "⠗⠔⠂⠚⠘⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "搳擖" + - "⠑⠾⠂⠅⠮⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "搳脫" - "⠗⠔⠂⠋⠒⠄" - outputPos: [0, 3] @@ -10524,6 +11592,10 @@ - "⠗⠔⠂⠚⠡⠈⠚⠘⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "搽穰" + - "⠃⠜⠂⠛⠭⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "摟一摟" - "⠉⠷⠄⠡⠄⠉⠷⠄" - outputPos: [0, 3, 5] @@ -10565,7 +11637,7 @@ - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] - - "摟諸侯以伐諸侯" - - "⠉⠷⠂⠁⠌⠄⠗⠷⠂⠡⠈⠟⠜⠂⠁⠌⠄⠗⠷⠂" + - "⠉⠷⠂⠁⠌⠄⠗⠷⠂⠡⠈⠟⠜⠄⠁⠌⠄⠗⠷⠂" - outputPos: [0, 3, 6, 9, 11, 14, 17] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6] - - "摟財" @@ -10600,10 +11672,10 @@ - "⠊⠧⠈⠁⠱⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "摻摻" - - "⠊⠧⠄⠊⠧⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] + - - "摻摻女手" + - "⠊⠧⠄⠊⠧⠄⠝⠳⠈⠊⠷⠈" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "摻撾" - "⠚⠧⠐⠁⠔⠄" - outputPos: [0, 3] @@ -10808,16 +11880,12 @@ - "⠑⠜⠄⠾⠄⠓⠱⠁" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2, 2] - - - "撟捷" - - "⠅⠪⠐⠅⠬⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "撟掇" - "⠅⠪⠐⠙⠒⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "撟舌" - - "⠅⠪⠐⠊⠮⠂" + - - "撢取" + - "⠋⠧⠐⠚⠳⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - "播映" @@ -10840,10 +11908,18 @@ - "⠚⠩⠄⠑⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "擔子" + - "⠙⠧⠐⠓⠱⠁" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "擔雪塞井" - "⠙⠧⠄⠑⠦⠈⠑⠺⠄⠅⠽⠈" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "擖山草" + - "⠅⠾⠄⠊⠧⠄⠚⠩⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "擗摽" - "⠏⠡⠐⠕⠪⠄" - outputPos: [0, 3] @@ -10860,6 +11936,10 @@ - "⠕⠺⠈⠅⠯⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "擺行陣" + - "⠕⠺⠈⠗⠭⠂⠁⠥⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "攀葛" - "⠏⠧⠄⠅⠮⠂" - outputPos: [0, 3] @@ -10928,6 +12008,10 @@ - "⠛⠭⠂⠃⠌⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "攙行奪市" + - "⠃⠧⠄⠗⠭⠂⠙⠒⠂⠊⠱⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "攜子" - "⠑⠡⠄⠓⠱⠈" - outputPos: [0, 3] @@ -10952,6 +12036,10 @@ - "⠅⠺⠈⠗⠭⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "改行遷善" + - "⠅⠺⠈⠑⠽⠐⠚⠞⠄⠊⠧⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "攻子" - "⠅⠯⠄⠓⠱⠈" - outputPos: [0, 3] @@ -11152,10 +12240,18 @@ - "⠿⠂⠚⠳⠄⠑⠽⠄" - outputPos: [0, 2, 5] inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - - "文過" - - "⠿⠐⠅⠒⠐" - - outputPos: [0, 2] - inputPos: [0, 0, 1, 1, 1] + - - "文樂傀" + - "⠿⠂⠦⠐⠇⠫⠈" + - outputPos: [0, 2, 4] + inputPos: [0, 0, 1, 1, 2, 2, 2] + - - "文過遂非" + - "⠿⠐⠅⠒⠐⠑⠫⠐⠟⠴⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "文過飾非" + - "⠿⠐⠅⠒⠐⠊⠱⠐⠟⠴⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "文飾" - "⠿⠐⠊⠱⠐" - outputPos: [0, 2] @@ -11296,6 +12392,10 @@ - "⠃⠿⠄⠗⠔⠄⠚⠎⠄⠊⠱⠂" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "春風風人" + - "⠃⠿⠄⠟⠵⠄⠟⠵⠐⠛⠥⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "昭价" - "⠁⠩⠄⠅⠬⠐" - outputPos: [0, 3] @@ -11324,6 +12424,10 @@ - "⠃⠥⠂⠚⠧⠄⠍⠌⠐⠑⠽⠈" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "智圓行方" + - "⠁⠱⠐⠘⠂⠑⠽⠐⠟⠭⠄" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "暇給" - "⠑⠾⠂⠅⠡⠈" - outputPos: [0, 3] @@ -11332,6 +12436,10 @@ - "⠲⠐⠱⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1] + - - "暉且偈" + - "⠗⠫⠄⠚⠬⠈⠅⠬⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "暑假" - "⠊⠌⠈⠅⠾⠐" - outputPos: [0, 3] @@ -11360,6 +12468,10 @@ - "⠚⠳⠄⠓⠜⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "曲學詖行" + - "⠚⠳⠄⠑⠦⠂⠕⠡⠐⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "曲尺" - "⠚⠳⠄⠃⠱⠈" - outputPos: [0, 3] @@ -11388,10 +12500,18 @@ - "⠚⠳⠄⠒⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "曲盡孝" + - "⠚⠳⠄⠅⠹⠐⠑⠪⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "曲直" - "⠚⠳⠄⠁⠱⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "曲突徙薪" + - "⠚⠳⠄⠋⠌⠂⠑⠡⠈⠑⠹⠄" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "曲線" - "⠚⠳⠄⠑⠞⠐" - outputPos: [0, 3] @@ -11600,10 +12720,18 @@ - "⠇⠶⠐⠅⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "會計畫" + - "⠗⠫⠐⠅⠡⠐⠗⠔⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "會長" - "⠗⠫⠐⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "會長達" + - "⠗⠫⠐⠃⠭⠂⠙⠜⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "月暈" - "⠦⠐⠲⠐" - outputPos: [0, 2] @@ -11640,6 +12768,14 @@ - "⠎⠈⠁⠩⠄⠡⠄⠛⠱⠐" - outputPos: [0, 2, 5, 7] inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "有杕之杜" + - "⠎⠈⠙⠡⠐⠁⠱⠄⠙⠌⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "有行無市" + - "⠎⠈⠗⠭⠂⠌⠂⠊⠱⠐" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "有難同當" - "⠎⠈⠝⠧⠐⠋⠯⠂⠙⠭⠄" - outputPos: [0, 2, 5, 8] @@ -11648,6 +12784,10 @@ - "⠟⠌⠂⠋⠬⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "朚倀" + - "⠍⠵⠐⠃⠭⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "望子" - "⠸⠐⠓⠱⠈" - outputPos: [0, 2] @@ -11720,6 +12860,14 @@ - "⠁⠩⠄⠉⠌⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "朝饔" + - "⠁⠩⠄⠖⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "期功彊近" + - "⠅⠡⠄⠅⠯⠄⠚⠨⠂⠅⠹⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "期年" - "⠅⠡⠄⠝⠞⠂" - outputPos: [0, 3] @@ -11756,6 +12904,10 @@ - "⠕⠥⠈⠟⠥⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "本色當行" + - "⠕⠥⠈⠑⠮⠐⠙⠭⠄⠗⠭⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "本行" - "⠕⠥⠈⠗⠭⠂" - outputPos: [0, 3] @@ -11784,6 +12936,10 @@ - "⠚⠿⠄⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "杕杜" + - "⠙⠡⠐⠙⠌⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "杖戟相橦" - "⠁⠭⠐⠅⠡⠈⠑⠨⠄⠃⠯⠄" - outputPos: [0, 3, 6, 9] @@ -11792,6 +12948,14 @@ - "⠙⠌⠐⠑⠮⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "杞子" + - "⠚⠡⠈⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "杠轂" + - "⠅⠭⠄⠅⠌⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "東西藏" - "⠙⠯⠄⠑⠡⠄⠚⠭⠂" - outputPos: [0, 3, 6] @@ -11812,14 +12976,38 @@ - "⠅⠷⠄⠑⠱⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "枕杫" + - "⠁⠥⠈⠑⠱⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "枳椇" + - "⠅⠡⠈⠅⠳⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "架崖广" - "⠅⠾⠐⠢⠂⠞⠈" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2] + - - "枸木" + - "⠅⠷⠄⠍⠌⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "枸櫞" + - "⠅⠳⠈⠘⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "枸醬" + - "⠅⠳⠈⠅⠨⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "某子" - "⠍⠷⠈⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "柖榣" + - "⠁⠩⠄⠪⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "查勘" - "⠃⠜⠂⠇⠧⠐" - outputPos: [0, 3] @@ -11828,6 +13016,10 @@ - "⠃⠜⠂⠅⠘⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "柮枂" + - "⠙⠒⠐⠒⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "柳子" - "⠉⠎⠈⠓⠱⠈" - outputPos: [0, 3] @@ -11884,6 +13076,10 @@ - "⠅⠥⠄⠊⠵⠄⠋⠌⠈⠁⠭⠈" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "根菀" + - "⠅⠥⠄⠘⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "格喳" - "⠅⠮⠂⠃⠜⠄" - outputPos: [0, 3] @@ -11896,6 +13092,10 @@ - "⠅⠬⠂⠩⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "桄榔" + - "⠅⠸⠄⠉⠭⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "案卷" - "⠧⠐⠅⠘⠐" - outputPos: [0, 2] @@ -11928,6 +13128,10 @@ - "⠅⠵⠈⠑⠮⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "梵唄" + - "⠟⠧⠐⠕⠺⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "棄子" - "⠚⠡⠐⠓⠱⠈" - outputPos: [0, 3] @@ -12100,10 +13304,18 @@ - "⠍⠌⠂⠨⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "樹底蔫花" + - "⠊⠌⠐⠙⠡⠈⠞⠄⠗⠔⠄" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "樿傍" - "⠁⠧⠈⠏⠭⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "橫挑強胡" + - "⠗⠵⠂⠋⠪⠈⠚⠨⠂⠗⠌⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "橫暴" - "⠗⠵⠐⠕⠩⠐" - outputPos: [0, 3] @@ -12152,6 +13364,10 @@ - "⠺⠈⠝⠺⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "欺行霸市" + - "⠚⠡⠄⠗⠭⠂⠕⠜⠐⠊⠱⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "欻吸" - "⠗⠌⠄⠑⠡⠄" - outputPos: [0, 3] @@ -12244,6 +13460,10 @@ - "⠶⠄⠚⠳⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "歪行貨" + - "⠶⠄⠗⠭⠂⠗⠒⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "歸孔子豚" - "⠇⠫⠐⠇⠯⠈⠓⠱⠈⠋⠿⠂" - outputPos: [0, 3, 6, 9] @@ -12292,10 +13512,6 @@ - "⠹⠄⠹⠄⠁⠿⠄⠁⠿⠄" - outputPos: [0, 2, 4, 7] inputPos: [0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - - "殺伐" - - "⠊⠜⠄⠟⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "殺衣縮食" - "⠊⠺⠐⠡⠄⠑⠌⠐⠊⠱⠂" - outputPos: [0, 3, 5, 8] @@ -12340,6 +13556,10 @@ - "⠍⠩⠂⠙⠩⠐⠊⠌⠐" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "民有孫心" + - "⠍⠹⠂⠎⠈⠑⠲⠐⠑⠹⠄" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "氫彈" - "⠚⠽⠄⠙⠧⠐" - outputPos: [0, 3] @@ -12400,6 +13620,10 @@ - "⠅⠨⠄⠙⠌⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "汪濊" + - "⠸⠄⠫⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1] - - "汫濙" - "⠅⠽⠐⠽⠂" - outputPos: [0, 3] @@ -12524,6 +13748,10 @@ - "⠍⠴⠂⠻⠂⠍⠴⠂⠉⠪⠈" - outputPos: [0, 3, 5, 8] inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] + - - "沒志行" + - "⠍⠴⠂⠁⠱⠐⠑⠽⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "沒收" - "⠍⠣⠐⠊⠷⠄" - outputPos: [0, 3] @@ -12564,6 +13792,10 @@ - "⠍⠣⠐⠃⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "沙羡" + - "⠊⠜⠄⠡⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "沮喪" - "⠅⠳⠈⠑⠭⠐" - outputPos: [0, 3] @@ -12648,6 +13880,10 @@ - "⠕⠣⠄⠉⠴⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "波羅的海" + - "⠕⠣⠄⠉⠒⠂⠙⠡⠐⠗⠺⠈" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "泥古" - "⠝⠡⠐⠅⠌⠈" - outputPos: [0, 3] @@ -12844,6 +14080,10 @@ - "⠎⠂⠊⠷⠈⠗⠩⠐⠑⠞⠂" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "游詞相挑" + - "⠎⠂⠚⠱⠂⠑⠨⠄⠋⠪⠈" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "游說" - "⠎⠂⠊⠫⠐" - outputPos: [0, 2] @@ -13064,6 +14304,10 @@ - "⠅⠡⠄⠅⠨⠐⠟⠜⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "濊濊" + - "⠗⠒⠐⠗⠒⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "濎濙" - "⠋⠽⠐⠽⠂" - outputPos: [0, 3] @@ -13088,6 +14332,10 @@ - "⠗⠒⠈⠑⠽⠄⠑⠺⠄" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "火癉" + - "⠗⠒⠈⠙⠧⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "火鋪" - "⠗⠒⠈⠏⠌⠐" - outputPos: [0, 3] @@ -13108,6 +14356,10 @@ - "⠃⠫⠐⠉⠴⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "炔欽" + - "⠅⠫⠐⠚⠹⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "炮炒" - "⠕⠩⠄⠃⠩⠈" - outputPos: [0, 3] @@ -13140,6 +14392,10 @@ - "⠫⠐⠉⠮⠁" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "為人敏給" + - "⠫⠂⠛⠥⠂⠍⠹⠈⠅⠡⠈" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "為什" - "⠫⠐⠊⠮⠂" - outputPos: [0, 2] @@ -13204,6 +14460,10 @@ - "⠫⠐⠃⠌⠂⠕⠌⠐⠅⠬⠂⠁⠮⠈" - outputPos: [0, 2, 5, 8, 11] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4] + - - "烏秅" + - "⠌⠄⠝⠜⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "烹調" - "⠏⠵⠄⠋⠪⠂" - outputPos: [0, 3] @@ -13232,6 +14492,10 @@ - "⠌⠂⠓⠱⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "無所好" + - "⠌⠂⠑⠒⠈⠗⠩⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "無物累" - "⠌⠂⠌⠐⠉⠴⠈" - outputPos: [0, 2, 4] @@ -13256,6 +14520,10 @@ - "⠌⠂⠓⠺⠄⠌⠂⠗⠺⠐" - outputPos: [0, 2, 5, 7] inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "無行止" + - "⠌⠂⠑⠽⠐⠁⠱⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "無長物" - "⠌⠂⠁⠭⠐⠌⠐" - outputPos: [0, 2, 5] @@ -13268,10 +14536,18 @@ - "⠞⠄⠌⠐⠙⠧⠐" - outputPos: [0, 2, 4] inputPos: [0, 0, 1, 1, 2, 2, 2] + - - "煞不住" + - "⠊⠜⠄⠕⠌⠐⠁⠌⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "煞住" - "⠊⠜⠄⠁⠌⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "煞尾" + - "⠊⠜⠄⠫⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "煞車" - "⠊⠜⠄⠃⠮⠄" - outputPos: [0, 3] @@ -13308,30 +14584,6 @@ - "⠙⠿⠄⠗⠸⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "燎儒術" - - "⠉⠪⠈⠛⠌⠂⠊⠌⠐" - - outputPos: [0, 3, 6] - inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - - "燎毛" - - "⠉⠪⠈⠍⠩⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - - "燎泡" - - "⠉⠪⠂⠏⠩⠐" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - - "燎漿" - - "⠉⠪⠂⠅⠨⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - - "燎灼" - - "⠉⠪⠈⠁⠒⠂" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - - "燎髮" - - "⠉⠪⠈⠟⠜⠈" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "燕丹" - "⠞⠄⠙⠧⠄" - outputPos: [0, 2] @@ -13444,6 +14696,10 @@ - "⠝⠎⠂⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "牛鞞" + - "⠝⠎⠂⠕⠴⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "物我無間" - "⠌⠐⠒⠈⠌⠂⠅⠞⠐" - outputPos: [0, 2, 4, 6] @@ -13496,6 +14752,10 @@ - "⠅⠷⠈⠓⠺⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "狗心狗行" + - "⠅⠷⠈⠑⠹⠄⠅⠷⠈⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "狗氣殺" - "⠅⠷⠈⠚⠡⠐⠊⠜⠐" - outputPos: [0, 3, 6] @@ -13512,6 +14772,10 @@ - "⠉⠭⠂⠗⠭⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "狼心狗行" + - "⠉⠭⠂⠑⠹⠄⠅⠷⠈⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "狼藉" - "⠉⠭⠂⠅⠡⠂" - outputPos: [0, 3] @@ -13544,6 +14808,10 @@ - "⠑⠬⠄⠑⠪⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "猶傶" + - "⠎⠂⠚⠡⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "猶比鄰" - "⠎⠂⠕⠡⠐⠉⠹⠂" - outputPos: [0, 2, 5] @@ -13552,6 +14820,10 @@ - "⠍⠌⠂⠗⠫⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "獞人" + - "⠁⠸⠐⠛⠥⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "獨處" - "⠙⠌⠂⠃⠌⠈" - outputPos: [0, 3] @@ -13560,6 +14832,10 @@ - "⠙⠌⠂⠨⠂⠓⠮⠂⠕⠌⠐⠁⠭⠈" - outputPos: [0, 3, 5, 8, 11] inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4] + - - "獬豸冠" + - "⠑⠬⠐⠁⠱⠐⠅⠻⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "獲鹿縣" - "⠗⠶⠂⠉⠌⠐⠑⠞⠐" - outputPos: [0, 3, 6] @@ -13660,6 +14936,10 @@ - "⠸⠂⠅⠻⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "王天下" + - "⠸⠐⠋⠞⠄⠑⠾⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "王子" - "⠸⠂⠓⠱⠈" - outputPos: [0, 2] @@ -13716,10 +14996,22 @@ - "⠉⠡⠈⠊⠱⠐⠁⠭⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "琴心相挑" + - "⠚⠹⠂⠑⠹⠄⠑⠨⠄⠋⠪⠈" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "琴挑文君" + - "⠚⠹⠂⠋⠪⠈⠿⠂⠅⠲⠄" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "瑚璉" - "⠗⠌⠂⠉⠞⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "瑜伽" + - "⠳⠂⠅⠾⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "瑟縮" - "⠑⠮⠐⠑⠌⠐" - outputPos: [0, 3] @@ -13772,6 +15064,10 @@ - "⠊⠵⠄⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "生性敏給" + - "⠊⠵⠄⠑⠽⠐⠍⠹⠈⠅⠡⠈" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "生惡死" - "⠊⠵⠄⠌⠐⠑⠱⠈" - outputPos: [0, 3, 5] @@ -13840,6 +15136,10 @@ - "⠑⠳⠐⠨⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "番禺" + - "⠏⠧⠄⠳⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "畬丁" - "⠳⠂⠙⠽⠄" - outputPos: [0, 2] @@ -13848,6 +15148,10 @@ - "⠳⠂⠋⠞⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "畬種" + - "⠊⠮⠄⠁⠯⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "當中肯" - "⠙⠭⠄⠁⠯⠄⠇⠥⠈" - outputPos: [0, 3, 6] @@ -13892,6 +15196,10 @@ - "⠙⠭⠐⠏⠪⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "當行出色" + - "⠙⠭⠄⠗⠭⠂⠃⠌⠄⠑⠮⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "當鋪" - "⠙⠭⠐⠏⠌⠐" - outputPos: [0, 3] @@ -13924,6 +15232,10 @@ - "⠕⠽⠐⠃⠺⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "病革" + - "⠕⠽⠐⠅⠡⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "痑以陸離" - "⠊⠱⠈⠡⠈⠉⠌⠐⠉⠡⠂" - outputPos: [0, 3, 5, 8] @@ -13964,6 +15276,10 @@ - "⠊⠥⠄⠑⠮⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "癉瘧" + - "⠙⠧⠄⠝⠦⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "癖好" - "⠏⠡⠈⠗⠩⠐" - outputPos: [0, 3] @@ -13976,6 +15292,10 @@ - "⠟⠜⠄⠅⠮⠂⠑⠬⠐⠧⠄" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3] + - - "發行去" + - "⠟⠜⠄⠗⠭⠂⠚⠳⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "發還" - "⠟⠜⠄⠗⠻⠂" - outputPos: [0, 3] @@ -14004,6 +15324,10 @@ - "⠕⠺⠂⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "白日衣繡" + - "⠕⠺⠂⠛⠱⠐⠡⠐⠑⠎⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "白晃晃" - "⠕⠺⠂⠗⠸⠈⠗⠸⠈" - outputPos: [0, 3, 6] @@ -14064,6 +15388,10 @@ - "⠙⠡⠂⠚⠦⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "的行市" + - "⠙⠮⠁⠗⠭⠂⠊⠱⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "皆倒兵" - "⠅⠬⠄⠙⠩⠐⠕⠽⠄" - outputPos: [0, 3, 6] @@ -14128,6 +15456,10 @@ - "⠃⠵⠂⠟⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "盜頡" + - "⠙⠩⠐⠅⠬⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "監本" - "⠅⠞⠐⠕⠥⠈" - outputPos: [0, 3] @@ -14140,6 +15472,10 @@ - "⠍⠌⠐⠃⠷⠄⠱⠂⠗⠻⠈" - outputPos: [0, 3, 6, 8] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "目挑心招" + - "⠍⠌⠐⠋⠪⠈⠑⠹⠄⠁⠩⠄" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "目的" - "⠍⠌⠐⠙⠡⠐" - outputPos: [0, 3] @@ -14204,6 +15540,10 @@ - "⠑⠨⠄⠊⠶⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "相由心生" + - "⠑⠨⠐⠎⠂⠑⠹⠄⠊⠵⠄" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "相稱" - "⠑⠨⠄⠃⠥⠐" - outputPos: [0, 3] @@ -14240,6 +15580,10 @@ - "⠑⠨⠐⠍⠩⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "相輑" + - "⠑⠨⠄⠚⠲⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "相面" - "⠑⠨⠐⠍⠞⠐" - outputPos: [0, 3] @@ -14324,6 +15668,10 @@ - "⠇⠧⠄⠍⠥⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "看門道" + - "⠇⠧⠐⠍⠥⠂⠙⠩⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "眗瞜" - "⠑⠳⠄⠉⠳⠂" - outputPos: [0, 3] @@ -14428,10 +15776,22 @@ - "⠑⠾⠄⠅⠩⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "瞑眩" + - "⠍⠞⠐⠑⠘⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "瞭望" - "⠉⠪⠐⠸⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "瞴婁" + - "⠍⠷⠂⠉⠷⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "矜寡" + - "⠅⠻⠄⠅⠔⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "知了" - "⠁⠱⠄⠉⠪⠈" - outputPos: [0, 3] @@ -14440,6 +15800,18 @@ - "⠁⠱⠄⠅⠪⠄⠑⠨⠄⠙⠩⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "矯情飾行" + - "⠅⠪⠈⠚⠽⠂⠊⠱⠐⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "矯言偽行" + - "⠅⠪⠈⠞⠂⠫⠐⠑⠽⠐" + - outputPos: [0, 3, 5, 7] + inputPos: [0, 0, 0, 1, 1, 2, 2, 3, 3, 3] + - - "矯飾偽行" + - "⠅⠪⠈⠊⠱⠐⠫⠐⠑⠽⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "矰繳" - "⠓⠵⠄⠁⠒⠂" - outputPos: [0, 3] @@ -14456,14 +15828,26 @@ - "⠋⠒⠄⠊⠌⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "砍伐" - - "⠇⠧⠈⠟⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "砢磣" - "⠇⠮⠄⠃⠥⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "砥志礪行" + - "⠙⠡⠈⠁⠱⠐⠉⠡⠐⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "砥礪名行" + - "⠙⠡⠈⠉⠡⠐⠍⠽⠂⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "砥節礪行" + - "⠙⠡⠈⠅⠬⠂⠉⠡⠐⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "砥行磨名" + - "⠙⠡⠈⠑⠽⠐⠍⠣⠂⠍⠽⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "砲彈" - "⠏⠩⠐⠙⠧⠐" - outputPos: [0, 3] @@ -14484,6 +15868,10 @@ - "⠕⠴⠄⠋⠬⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "碟煞" + - "⠙⠬⠂⠊⠜⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "碩人敖敖" - "⠊⠒⠐⠛⠥⠂⠩⠂⠩⠂" - outputPos: [0, 3, 6, 8] @@ -14548,6 +15936,10 @@ - "⠁⠱⠈⠝⠵⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "祗自憪" + - "⠁⠱⠄⠓⠱⠐⠑⠞⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "祗要" - "⠁⠱⠈⠪⠐" - outputPos: [0, 3] @@ -14592,6 +15984,10 @@ - "⠍⠡⠂⠗⠵⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "秀出班行" + - "⠑⠎⠐⠃⠌⠄⠕⠧⠄⠗⠭⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "私累" - "⠑⠱⠄⠉⠴⠈" - outputPos: [0, 3] @@ -14700,6 +16096,10 @@ - "⠇⠯⠐⠫⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "空侗" + - "⠇⠯⠄⠋⠯⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "空地" - "⠇⠯⠐⠙⠡⠐" - outputPos: [0, 3] @@ -14804,10 +16204,6 @@ - "⠟⠌⠂⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] - - - "筆伐" - - "⠕⠡⠈⠟⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "等分" - "⠙⠵⠈⠟⠥⠐" - outputPos: [0, 3] @@ -14836,6 +16232,10 @@ - "⠋⠽⠂⠁⠻⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "筸子" + - "⠅⠧⠄⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "算子" - "⠑⠻⠐⠓⠱⠈" - outputPos: [0, 3] @@ -14856,6 +16256,10 @@ - "⠁⠌⠐⠕⠴⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "節行瑰奇" + - "⠅⠬⠂⠑⠽⠐⠅⠫⠄⠚⠡⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "篠子" - "⠑⠪⠈⠓⠱⠈" - outputPos: [0, 3] @@ -14888,6 +16292,14 @@ - "⠅⠡⠂⠍⠣⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "籠侗" + - "⠉⠯⠂⠋⠯⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "米芾" + - "⠍⠡⠈⠟⠌⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "米行" - "⠍⠡⠈⠗⠭⠂" - outputPos: [0, 3] @@ -14928,6 +16340,14 @@ - "⠑⠧⠈⠙⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "糧行" + - "⠉⠨⠂⠗⠭⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "糾曲" + - "⠅⠎⠄⠚⠳⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "糾率" - "⠅⠎⠄⠊⠶⠐" - outputPos: [0, 3] @@ -14964,14 +16384,30 @@ - "⠊⠌⠄⠝⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "紛穰穰" + - "⠟⠥⠄⠛⠭⠈⠛⠭⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "紛縕" + - "⠟⠥⠄⠲⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "素行" - "⠑⠌⠐⠑⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "素隱行怪" + - "⠑⠌⠐⠹⠈⠑⠽⠐⠅⠶⠐" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "紬大弦" - "⠃⠷⠄⠙⠜⠐⠑⠞⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "紬次" + - "⠃⠷⠄⠚⠱⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "紬繹" - "⠃⠷⠄⠡⠐" - outputPos: [0, 3] @@ -15077,7 +16513,7 @@ - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - "累贅" - - "⠉⠴⠂⠁⠫⠐" + - "⠉⠴⠈⠁⠫⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - "累足成步" @@ -15100,6 +16536,10 @@ - "⠑⠡⠐⠟⠵⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "細行" + - "⠑⠡⠐⠑⠽⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "紷䌟" - "⠉⠽⠂⠕⠡⠐" - outputPos: [0, 3] @@ -15120,10 +16560,18 @@ - "⠅⠦⠂⠅⠭⠄⠱⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "絕子" + - "⠅⠦⠂⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "絜楹" - "⠅⠬⠂⠽⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "絜行" + - "⠅⠬⠂⠑⠽⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "給予" - "⠅⠡⠈⠳⠈" - outputPos: [0, 3] @@ -15216,6 +16664,10 @@ - "⠓⠯⠄⠅⠻⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "縳其" + - "⠃⠻⠂⠚⠡⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "總得" - "⠓⠯⠈⠙⠴⠈" - outputPos: [0, 3] @@ -15276,6 +16728,10 @@ - "⠊⠌⠐⠍⠽⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "罷菀" + - "⠕⠜⠐⠘⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "罹難" - "⠉⠡⠂⠝⠧⠐" - outputPos: [0, 3] @@ -15288,6 +16744,14 @@ - "⠨⠂⠙⠌⠈⠑⠲⠐" - outputPos: [0, 2, 5] inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "羋嬰" + - "⠍⠡⠈⠽⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "羛陽" + - "⠑⠡⠄⠨⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "羞怯" - "⠑⠎⠄⠚⠦⠐" - outputPos: [0, 3] @@ -15316,10 +16780,34 @@ - "⠚⠞⠂⠨⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "翠翹" + - "⠚⠫⠐⠚⠪⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "翹彥" + - "⠚⠪⠂⠞⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] + - - "翹曲" + - "⠚⠪⠐⠚⠳⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "翹望" + - "⠚⠪⠂⠸⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "翹楚" - "⠚⠪⠂⠃⠌⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "翹秀" + - "⠚⠪⠂⠑⠎⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "翹足" + - "⠚⠪⠂⠓⠌⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "翹首" - "⠚⠪⠂⠊⠷⠈" - outputPos: [0, 3] @@ -15344,6 +16832,10 @@ - "⠉⠩⠈⠉⠩⠈⠊⠩⠐⠊⠩⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "老行尊" + - "⠉⠩⠈⠗⠭⠂⠓⠿⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "考卷" - "⠇⠩⠈⠅⠘⠐" - outputPos: [0, 3] @@ -15364,10 +16856,22 @@ - "⠱⠂⠚⠨⠈⠅⠎⠈" - outputPos: [0, 2, 5] inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "而文過" + - "⠱⠂⠿⠐⠅⠒⠐" + - outputPos: [0, 2, 4] + inputPos: [0, 0, 1, 1, 2, 2, 2] + - - "而遠之" + - "⠱⠂⠘⠐⠁⠱⠄" + - outputPos: [0, 2, 4] + inputPos: [0, 0, 1, 1, 2, 2, 2] - - "耕種" - "⠅⠵⠄⠁⠯⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "耘耛" + - "⠲⠂⠃⠱⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "耳咽" - "⠱⠈⠞⠄" - outputPos: [0, 2] @@ -15388,6 +16892,14 @@ - "⠬⠄⠉⠌⠐⠑⠜⠄⠉⠵⠈" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "耺耾" + - "⠽⠂⠗⠯⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "聖德懿行" + - "⠊⠵⠐⠙⠮⠂⠡⠐⠑⠽⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "聞達" - "⠿⠐⠙⠜⠂" - outputPos: [0, 2] @@ -15408,6 +16920,10 @@ - "⠋⠽⠄⠃⠺⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "肅肅兔且" + - "⠑⠌⠐⠑⠌⠐⠋⠌⠐⠅⠳⠄" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "肆應" - "⠑⠱⠐⠽⠐" - outputPos: [0, 3] @@ -15424,10 +16940,18 @@ - "⠇⠥⠈⠚⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "育嬰假" + - "⠳⠐⠽⠄⠅⠾⠐" + - outputPos: [0, 2, 4] + inputPos: [0, 0, 1, 1, 2, 2, 2] - - "育子" - "⠳⠐⠓⠱⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "育門子" + - "⠳⠐⠍⠥⠂⠓⠱⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "背著書" - "⠕⠴⠄⠁⠮⠁⠊⠌⠄" - outputPos: [0, 3, 6] @@ -15476,6 +17000,10 @@ - "⠏⠌⠂⠓⠱⠁" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "脾癉" + - "⠏⠡⠂⠙⠧⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "腊毒" - "⠑⠡⠂⠙⠌⠂" - outputPos: [0, 3] @@ -15500,6 +17028,10 @@ - "⠲⠈⠊⠿⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "腰金衣紫" + - "⠪⠄⠅⠹⠄⠡⠐⠓⠱⠈" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "腳脥下" - "⠅⠪⠈⠑⠬⠂⠑⠾⠐" - outputPos: [0, 3, 6] @@ -15584,6 +17116,10 @@ - "⠓⠭⠄⠏⠡⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "臨江遲來客" + - "⠉⠹⠂⠅⠨⠄⠁⠱⠐⠉⠺⠂⠇⠮⠐" + - outputPos: [0, 3, 6, 9, 12] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4] - - "臨洮" - "⠉⠹⠂⠪⠂" - outputPos: [0, 3] @@ -15592,6 +17128,10 @@ - "⠉⠹⠂⠝⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "自個兒" + - "⠓⠱⠐⠅⠮⠈⠱⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2] - - "自傳" - "⠓⠱⠐⠁⠻⠐" - outputPos: [0, 3] @@ -15664,6 +17204,10 @@ - "⠋⠞⠐⠋⠧⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "航行員" + - "⠗⠭⠂⠑⠽⠂⠘⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2] - - "般若" - "⠕⠣⠄⠛⠮⠈" - outputPos: [0, 3] @@ -15696,10 +17240,10 @@ - "⠑⠮⠐⠑⠨⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "芋艿" - - "⠳⠐⠝⠺⠈" - - outputPos: [0, 2] - inputPos: [0, 0, 1, 1, 1] + - - "艽野" + - "⠚⠎⠂⠬⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "芭苴" - "⠕⠜⠄⠅⠳⠈" - outputPos: [0, 3] @@ -15708,6 +17252,10 @@ - "⠗⠔⠄⠅⠻⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "芾芾" + - "⠟⠌⠂⠟⠌⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "苑結" - "⠳⠐⠅⠬⠂" - outputPos: [0, 2] @@ -15736,6 +17284,14 @@ - "⠽⠄⠅⠲⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "茀星" + - "⠕⠴⠐⠑⠽⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "茀翰" + - "⠕⠡⠐⠗⠧⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "茁長" - "⠁⠒⠂⠁⠭⠈" - outputPos: [0, 3] @@ -15752,10 +17308,18 @@ - "⠃⠺⠂⠗⠌⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "茗艼" + - "⠍⠽⠂⠙⠽⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "茶几" - "⠃⠜⠂⠅⠡⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "茶鐺" + - "⠃⠜⠂⠃⠵⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "荀子" - "⠑⠲⠂⠓⠱⠈" - outputPos: [0, 3] @@ -15812,6 +17376,18 @@ - "⠍⠣⠐⠬⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "菀彼" + - "⠳⠐⠕⠡⠈" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "菀枯" + - "⠳⠐⠇⠌⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "菀柳" + - "⠳⠐⠉⠎⠈" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "菑畬" - "⠓⠱⠄⠳⠂" - outputPos: [0, 3] @@ -16116,6 +17692,10 @@ - "⠚⠭⠄⠁⠌⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "蓊茸" + - "⠯⠈⠛⠯⠈" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "蓮子" - "⠉⠞⠂⠓⠱⠈" - outputPos: [0, 3] @@ -16124,6 +17704,10 @@ - "⠉⠌⠐⠮⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "蓼菜成行" + - "⠉⠪⠈⠚⠺⠐⠃⠵⠂⠗⠭⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "蓼蓼" - "⠉⠌⠐⠉⠌⠐" - outputPos: [0, 3] @@ -16132,10 +17716,18 @@ - "⠍⠧⠂⠅⠽⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "蔫黃" + - "⠞⠄⠗⠸⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "蔽塞" - "⠕⠡⠐⠑⠮⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "蔽柨" + - "⠕⠡⠐⠏⠌⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "蔽聰塞明" - "⠕⠡⠐⠚⠯⠄⠑⠺⠄⠍⠽⠂" - outputPos: [0, 3, 6, 9] @@ -16232,6 +17824,10 @@ - "⠓⠭⠐⠊⠱⠐⠃⠌⠐" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "藏傳" + - "⠓⠭⠐⠃⠻⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "藏文" - "⠓⠭⠐⠿⠂" - outputPos: [0, 3] @@ -16252,6 +17848,10 @@ - "⠍⠪⠈⠅⠌⠄⠬⠐" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "藝壓當行" + - "⠡⠐⠾⠄⠙⠭⠄⠗⠭⠂" + - outputPos: [0, 2, 4, 7] + inputPos: [0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "藥行" - "⠪⠐⠗⠭⠂" - outputPos: [0, 2] @@ -16260,6 +17860,10 @@ - "⠪⠐⠏⠌⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "藥鐺" + - "⠪⠐⠃⠵⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "藷蔗" - "⠁⠌⠄⠁⠮⠐" - outputPos: [0, 3] @@ -16296,6 +17900,10 @@ - "⠃⠌⠈⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "處心有道" + - "⠃⠌⠈⠑⠹⠄⠎⠈⠙⠩⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "處方" - "⠃⠌⠈⠟⠭⠄" - outputPos: [0, 3] @@ -16324,6 +17932,10 @@ - "⠃⠌⠐⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "虛應故事" + - "⠑⠳⠄⠽⠐⠅⠌⠐⠊⠱⠐" + - outputPos: [0, 3, 5, 8] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] - - "虛晃" - "⠑⠳⠄⠗⠸⠈" - outputPos: [0, 3] @@ -16332,6 +17944,10 @@ - "⠗⠩⠂⠇⠌⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "虧心短行" + - "⠇⠫⠄⠑⠹⠄⠙⠻⠈⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "虧累" - "⠇⠫⠄⠉⠴⠈" - outputPos: [0, 3] @@ -16392,6 +18008,10 @@ - "⠟⠴⠄⠝⠪⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "蜛蚥" + - "⠅⠳⠄⠟⠌⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "蜡祭" - "⠁⠜⠐⠅⠡⠐" - outputPos: [0, 3] @@ -16448,6 +18068,10 @@ - "⠡⠈⠨⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1] + - - "蟾蠩" + - "⠃⠧⠂⠃⠌⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "蠡縣" - "⠉⠡⠈⠑⠞⠐" - outputPos: [0, 3] @@ -16476,10 +18100,18 @@ - "⠗⠭⠂⠉⠬⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "行口商" + - "⠗⠭⠂⠇⠷⠈⠊⠭⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "行員" - "⠗⠭⠂⠘⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "行子" + - "⠑⠽⠂⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "行家" - "⠗⠭⠂⠅⠾⠄" - outputPos: [0, 3] @@ -16512,10 +18144,22 @@ - "⠑⠽⠐⠁⠸⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "行短才喬" + - "⠑⠽⠐⠙⠻⠈⠚⠺⠂⠚⠪⠂" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "行短才高" + - "⠑⠽⠐⠙⠻⠈⠚⠺⠂⠅⠩⠄" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "行號" - "⠗⠭⠂⠗⠩⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "行號巷哭" + - "⠗⠭⠂⠗⠩⠂⠑⠨⠐⠇⠌⠄" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "行行" - "⠗⠭⠂⠗⠭⠂" - outputPos: [0, 3] @@ -16568,14 +18212,86 @@ - "⠗⠵⠂⠉⠨⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "衣之以" + - "⠡⠐⠁⠱⠄⠡⠈" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2] - - "衣冠" - "⠡⠄⠅⠻⠄" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "衣帛食肉" + - "⠡⠐⠕⠣⠂⠊⠱⠂⠛⠷⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣敝縕袍" + - "⠡⠐⠕⠡⠐⠲⠐⠏⠩⠂" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "衣狐貉" + - "⠡⠐⠗⠌⠂⠗⠮⠂" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "衣紫腰金" + - "⠡⠐⠓⠱⠈⠪⠄⠅⠹⠄" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "衣紫腰銀" + - "⠡⠐⠓⠱⠈⠪⠄⠹⠂" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3] + - - "衣紫腰黃" + - "⠡⠐⠓⠱⠈⠪⠄⠗⠸⠂" + - outputPos: [0, 2, 5, 7] + inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "衣繡夜" + - "⠡⠐⠑⠎⠐⠬⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2] - - "衣著" - "⠡⠄⠁⠒⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "衣褐懷寶" + - "⠡⠐⠗⠮⠂⠗⠶⠂⠕⠩⠈" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣錦之" + - "⠡⠐⠅⠹⠈⠁⠱⠄" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "衣錦夜" + - "⠡⠐⠅⠹⠈⠬⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2] + - - "衣錦尚絅" + - "⠡⠐⠅⠹⠈⠊⠭⠐⠅⠖⠈" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣錦故鄉" + - "⠡⠐⠅⠹⠈⠅⠌⠐⠑⠨⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣錦晝游" + - "⠡⠐⠅⠹⠈⠁⠷⠐⠎⠂" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3] + - - "衣錦榮歸" + - "⠡⠐⠅⠹⠈⠛⠯⠂⠅⠫⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣錦過鄉" + - "⠡⠐⠅⠹⠈⠅⠒⠐⠑⠨⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣錦還鄉" + - "⠡⠐⠅⠹⠈⠗⠻⠂⠑⠨⠄" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "衣錦食肉" + - "⠡⠐⠅⠹⠈⠊⠱⠂⠛⠷⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "表率" - "⠕⠪⠈⠊⠶⠐" - outputPos: [0, 3] @@ -16648,6 +18364,10 @@ - "⠏⠡⠄⠟⠜⠈⠨⠂⠇⠸⠂" - outputPos: [0, 3, 6, 8] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "袹腹" + - "⠕⠣⠂⠟⠌⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "裁度" - "⠚⠺⠂⠙⠒⠐" - outputPos: [0, 3] @@ -16708,6 +18428,10 @@ - "⠑⠬⠐⠻⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "襎裷" + - "⠟⠧⠂⠘⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "襲逮" - "⠑⠡⠂⠙⠺⠐" - outputPos: [0, 3] @@ -16720,6 +18444,10 @@ - "⠑⠡⠄⠓⠭⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "西門子" + - "⠑⠡⠄⠍⠥⠂⠓⠱⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "要挾" - "⠪⠄⠑⠬⠂" - outputPos: [0, 2] @@ -16792,6 +18520,10 @@ - "⠅⠬⠈⠍⠥⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "解衣衣" + - "⠅⠬⠈⠡⠄⠡⠐" + - outputPos: [0, 3, 5] + inputPos: [0, 0, 0, 1, 1, 2, 2] - - "觸類而長" - "⠃⠌⠐⠉⠴⠐⠱⠂⠁⠭⠈" - outputPos: [0, 3, 6, 8] @@ -16808,14 +18540,18 @@ - "⠞⠂⠅⠫⠄⠁⠵⠐⠁⠻⠐" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "言行相" + - "⠞⠂⠑⠽⠐⠑⠨⠄" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] + - - "言行錄" + - "⠞⠂⠑⠽⠐⠉⠌⠐" + - outputPos: [0, 2, 5] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2] - - "訇磕者之痑" - "⠗⠯⠄⠇⠮⠄⠁⠮⠈⠁⠱⠄⠊⠱⠈" - outputPos: [0, 3, 6, 9, 12] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4] - - - "討伐" - - "⠋⠩⠈⠟⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] - - "討厭厭" - "⠋⠩⠈⠞⠐⠞⠐" - outputPos: [0, 3, 5] @@ -16824,6 +18560,10 @@ - "⠑⠡⠄⠗⠮⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "訮訶" + - "⠋⠞⠄⠗⠮⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "訾順" - "⠓⠱⠄⠊⠿⠐" - outputPos: [0, 3] @@ -16852,6 +18592,10 @@ - "⠏⠽⠂⠉⠨⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "詖行" + - "⠕⠡⠐⠑⠽⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "試卷" - "⠊⠱⠐⠅⠘⠐" - outputPos: [0, 3] @@ -16888,6 +18632,10 @@ - "⠎⠐⠡⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1] + - - "誦詩舞勺" + - "⠑⠯⠐⠊⠱⠄⠌⠈⠁⠒⠂" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "說客" - "⠊⠫⠐⠇⠮⠐" - outputPos: [0, 3] @@ -17164,6 +18912,10 @@ - "⠁⠜⠄⠝⠜⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "證券行" + - "⠁⠵⠐⠚⠘⠐⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "識相" - "⠊⠱⠐⠑⠨⠐" - outputPos: [0, 3] @@ -17288,6 +19040,10 @@ - "⠟⠴⠐⠍⠡⠈⠓⠱⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "賁臨" + - "⠕⠡⠐⠉⠹⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "賈人" - "⠅⠌⠈⠛⠥⠂" - outputPos: [0, 3] @@ -17336,6 +19092,10 @@ - "⠁⠱⠂⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "質押" + - "⠁⠱⠐⠾⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "賺哄" - "⠓⠻⠐⠗⠯⠈" - outputPos: [0, 3] @@ -17364,6 +19124,10 @@ - "⠃⠱⠐⠇⠧⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "赤鯶公" + - "⠃⠱⠐⠗⠿⠐⠅⠯⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "赭衣塞路" - "⠁⠮⠈⠡⠄⠑⠺⠄⠉⠌⠐" - outputPos: [0, 3, 5, 8] @@ -17408,10 +19172,10 @@ - "⠁⠩⠐⠚⠫⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - - "趿拉" - - "⠋⠜⠄⠉⠜⠄" - - outputPos: [0, 3] - inputPos: [0, 0, 0, 1, 1, 1] + - - "趿珠履" + - "⠑⠜⠐⠁⠌⠄⠉⠳⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "跁踦" - "⠕⠜⠐⠅⠡⠈" - outputPos: [0, 3] @@ -17476,6 +19240,10 @@ - "⠚⠨⠐⠚⠨⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "蹓躂" + - "⠉⠎⠐⠙⠜⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "蹺敧" - "⠚⠪⠄⠚⠡⠄" - outputPos: [0, 3] @@ -17524,6 +19292,10 @@ - "⠃⠮⠄⠗⠭⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "車行駛" + - "⠃⠮⠄⠑⠽⠂⠊⠱⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "車長" - "⠃⠮⠄⠁⠭⠈" - outputPos: [0, 3] @@ -17548,6 +19320,10 @@ - "⠅⠲⠄⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "軒軽" + - "⠑⠘⠄⠁⠱⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "輅軲" - "⠉⠌⠐⠇⠌⠄" - outputPos: [0, 3] @@ -17564,6 +19340,10 @@ - "⠚⠽⠄⠊⠶⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "輕薄無行" + - "⠚⠽⠄⠕⠣⠂⠌⠂⠑⠽⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "輕裝簡從" - "⠚⠽⠄⠁⠸⠄⠅⠞⠈⠓⠯⠐" - outputPos: [0, 3, 6, 9] @@ -17596,6 +19376,10 @@ - "⠁⠧⠈⠁⠻⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "輿謣" + - "⠳⠂⠑⠳⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "轒䡝" - "⠟⠥⠂⠲⠈" - outputPos: [0, 3] @@ -17672,6 +19456,10 @@ - "⠕⠡⠐⠖⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "辨給足采" + - "⠕⠞⠐⠅⠡⠈⠓⠌⠂⠚⠺⠈" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "辭不意逮" - "⠚⠱⠂⠕⠌⠐⠡⠐⠙⠺⠐" - outputPos: [0, 3, 6, 8] @@ -17684,6 +19472,14 @@ - "⠝⠯⠂⠅⠾⠄⠓⠱⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "迉迡" + - "⠚⠡⠄⠃⠱⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "近之則不孫" + - "⠅⠹⠐⠁⠱⠄⠓⠮⠂⠕⠌⠐⠑⠲⠐" + - outputPos: [0, 3, 6, 9, 12] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4] - - "返老還童" - "⠟⠧⠈⠉⠩⠈⠗⠻⠂⠋⠯⠂" - outputPos: [0, 3, 6, 9] @@ -17704,6 +19500,10 @@ - "⠗⠫⠂⠋⠞⠄⠙⠩⠐⠛⠱⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "迷颩" + - "⠍⠡⠂⠕⠪⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "退還" - "⠋⠫⠐⠗⠻⠂" - outputPos: [0, 3] @@ -17764,6 +19564,10 @@ - "⠙⠺⠐⠑⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "進行款" + - "⠅⠹⠐⠑⠽⠂⠇⠻⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "逶迤" - "⠫⠄⠡⠂" - outputPos: [0, 2] @@ -17812,6 +19616,10 @@ - "⠙⠩⠐⠅⠻⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "違拗" + - "⠫⠂⠩⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1] - - "遛達" - "⠉⠎⠐⠙⠜⠁" - outputPos: [0, 3] @@ -17836,6 +19644,10 @@ - "⠚⠞⠈⠍⠥⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "適切" + - "⠊⠱⠐⠚⠬⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "適應" - "⠊⠱⠐⠽⠐" - outputPos: [0, 3] @@ -17848,6 +19660,10 @@ - "⠓⠩⠄⠝⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "遲帝還" + - "⠁⠱⠐⠙⠡⠐⠗⠻⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "遷都" - "⠚⠞⠄⠙⠌⠄" - outputPos: [0, 3] @@ -17856,6 +19672,10 @@ - "⠡⠂⠃⠷⠐⠻⠐⠓⠺⠈" - outputPos: [0, 2, 5, 7] inputPos: [0, 0, 1, 1, 1, 2, 2, 3, 3, 3] + - - "遻物" + - "⠌⠐⠌⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1] - - "避難" - "⠕⠡⠐⠝⠧⠐" - outputPos: [0, 3] @@ -17936,6 +19756,18 @@ - "⠕⠞⠄⠅⠪⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "邋邋" + - "⠉⠬⠐⠉⠬⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "邋邋遢遢" + - "⠉⠜⠄⠉⠜⠄⠋⠜⠐⠋⠜⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "邢侗" + - "⠑⠽⠂⠋⠯⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "那么" - "⠝⠜⠐⠍⠮⠁" - outputPos: [0, 3] @@ -18040,6 +19872,10 @@ - "⠙⠌⠄⠗⠫⠐⠚⠳⠄" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "都柏林" + - "⠙⠌⠄⠕⠣⠂⠉⠹⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "都江堰" - "⠙⠌⠄⠅⠨⠄⠞⠐" - outputPos: [0, 3, 6] @@ -18060,6 +19896,10 @@ - "⠙⠌⠄⠋⠯⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "都羅山" + - "⠙⠌⠄⠉⠒⠂⠊⠧⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "都虞候" - "⠙⠌⠄⠳⠂⠗⠷⠐" - outputPos: [0, 3, 5] @@ -18092,6 +19932,10 @@ - "⠕⠡⠈⠞⠂⠉⠴⠈⠅⠳⠐" - outputPos: [0, 3, 5, 8] inputPos: [0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 3] + - - "酈食其" + - "⠉⠡⠐⠡⠐⠅⠡⠄" + - outputPos: [0, 3, 5] + inputPos: [0, 0, 0, 1, 1, 2, 2, 2] - - "酋長" - "⠚⠎⠂⠁⠭⠈" - outputPos: [0, 3] @@ -18112,10 +19956,18 @@ - "⠅⠎⠈⠮⠈⠊⠱⠂" - outputPos: [0, 3, 5] inputPos: [0, 0, 0, 1, 1, 2, 2, 2] + - - "酒鐺" + - "⠅⠎⠈⠃⠵⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "酬應" - "⠃⠷⠂⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] + - - "酻觴" + - "⠟⠌⠂⠊⠭⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "采葛" - "⠚⠺⠈⠅⠮⠂" - outputPos: [0, 3] @@ -18344,10 +20196,26 @@ - "⠉⠨⠂⠋⠯⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "量血壓" + - "⠉⠨⠂⠑⠬⠈⠾⠄" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "量角" + - "⠉⠨⠂⠅⠪⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "量身" + - "⠉⠨⠂⠊⠥⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "量量" - "⠉⠨⠂⠉⠨⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "量體重" + - "⠉⠨⠂⠋⠡⠈⠁⠯⠐" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "金䥑" - "⠅⠹⠄⠻⠈" - outputPos: [0, 3] @@ -18368,6 +20236,10 @@ - "⠃⠺⠄⠕⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鈀子" + - "⠕⠜⠈⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鈒鏤" - "⠅⠡⠂⠉⠷⠐" - outputPos: [0, 3] @@ -18404,6 +20276,10 @@ - "⠹⠂⠗⠭⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "銅哾" + - "⠋⠯⠂⠦⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "銍艾" - "⠁⠱⠐⠡⠐" - outputPos: [0, 3] @@ -18488,6 +20364,14 @@ - "⠋⠭⠂⠃⠸⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鏡重圓" + - "⠅⠽⠐⠃⠯⠂⠘⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2] + - - "鏹水" + - "⠚⠨⠄⠊⠫⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鐙明佛屋" - "⠙⠵⠄⠍⠽⠂⠟⠣⠂⠌⠄" - outputPos: [0, 3, 6, 9] @@ -18832,6 +20716,10 @@ - "⠮⠄⠑⠌⠂" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "阿其所好" + - "⠮⠄⠚⠡⠂⠑⠒⠈⠗⠩⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "阿匼" - "⠮⠄⠧⠈" - outputPos: [0, 2] @@ -18925,7 +20813,7 @@ - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] - - "陸、" - - "⠉⠎⠐⠠ " + - "⠉⠎⠐⠠⠀" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] - - "陸仟" @@ -18940,6 +20828,10 @@ - "⠉⠎⠐⠊⠱⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "隃麋" + - "⠳⠂⠍⠡⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "隊長" - "⠙⠫⠐⠁⠭⠈" - outputPos: [0, 3] @@ -18964,6 +20856,10 @@ - "⠑⠫⠂⠑⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "隨行就市" + - "⠑⠫⠂⠗⠭⠂⠅⠎⠐⠊⠱⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "隨逮" - "⠑⠫⠂⠙⠺⠐" - outputPos: [0, 3] @@ -18976,6 +20872,10 @@ - "⠹⠈⠍⠣⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "雁行" + - "⠞⠐⠗⠭⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "雅樂" - "⠾⠈⠦⠐" - outputPos: [0, 2] @@ -19016,10 +20916,18 @@ - "⠊⠸⠄⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "雙線行" + - "⠊⠸⠄⠑⠞⠐⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "雙重" - "⠊⠸⠄⠃⠯⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "雚芄" + - "⠗⠻⠂⠻⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1] - - "雜物眯眼" - "⠓⠜⠂⠌⠐⠍⠡⠈⠞⠈" - outputPos: [0, 3, 5, 8] @@ -19060,10 +20968,18 @@ - "⠑⠦⠈⠅⠾⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "電器行" + - "⠙⠞⠐⠚⠡⠐⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "電子" - "⠙⠞⠐⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "電氣行" + - "⠙⠞⠐⠚⠡⠐⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "震撼彈" - "⠁⠥⠐⠗⠧⠐⠙⠧⠐" - outputPos: [0, 3, 6] @@ -19112,6 +21028,10 @@ - "⠚⠽⠄⠇⠭⠄⠓⠭⠐⠅⠩⠄⠘⠂" - outputPos: [0, 3, 6, 9, 12] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4] + - - "青藏公路" + - "⠚⠽⠄⠓⠭⠐⠅⠯⠄⠉⠌⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "青藏高原" - "⠚⠽⠄⠓⠭⠐⠅⠩⠄⠘⠂" - outputPos: [0, 3, 6, 9] @@ -19176,6 +21096,10 @@ - "⠕⠞⠄⠕⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "韓子" + - "⠗⠧⠂⠓⠱⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "音樂" - "⠹⠄⠦⠐" - outputPos: [0, 2] @@ -19200,8 +21124,8 @@ - "⠊⠿⠐⠽⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1] - - - "順時覛土" - - "⠊⠿⠐⠊⠱⠂⠍⠣⠐⠋⠌⠈" + - - "頡頏之行" + - "⠅⠬⠂⠗⠭⠂⠁⠱⠄⠑⠽⠐" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "頦兒" @@ -19224,6 +21148,10 @@ - "⠅⠾⠂⠅⠺⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "顂體" + - "⠉⠺⠂⠋⠡⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "顑顲" - "⠇⠧⠈⠉⠧⠈" - outputPos: [0, 3] @@ -19268,6 +21196,10 @@ - "⠟⠴⠄⠙⠧⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "飛行員" + - "⠟⠴⠄⠑⠽⠂⠘⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2] - - "食不累味" - "⠊⠱⠂⠕⠌⠐⠉⠴⠈⠫⠐" - outputPos: [0, 3, 6, 9] @@ -19300,6 +21232,10 @@ - "⠹⠐⠍⠜⠈⠃⠭⠂⠃⠵⠂" - outputPos: [0, 2, 5, 8] inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "飾非文過" + - "⠊⠱⠐⠟⠴⠄⠿⠐⠅⠒⠐" + - outputPos: [0, 3, 6, 8] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3] - - "養分" - "⠨⠈⠟⠥⠐" - outputPos: [0, 2] @@ -19320,6 +21256,14 @@ - "⠳⠂⠑⠽⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "餘食贅行" + - "⠳⠂⠊⠱⠂⠁⠫⠐⠑⠽⠐" + - outputPos: [0, 2, 5, 8] + inputPos: [0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "餢飳" + - "⠕⠌⠐⠋⠷⠈" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "館長" - "⠅⠻⠈⠁⠭⠈" - outputPos: [0, 3] @@ -19344,6 +21288,10 @@ - "⠊⠷⠈⠁⠭⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "香水行" + - "⠑⠨⠄⠊⠫⠈⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "馬上供" - "⠍⠜⠈⠊⠭⠐⠅⠯⠄" - outputPos: [0, 3, 6] @@ -19372,6 +21320,10 @@ - "⠉⠒⠐⠋⠒⠂" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "馴行" + - "⠑⠲⠂⠑⠽⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "駐紮" - "⠁⠌⠐⠁⠜⠂" - outputPos: [0, 3] @@ -19428,6 +21380,10 @@ - "⠅⠌⠈⠑⠨⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "骨董行" + - "⠅⠌⠈⠙⠯⠈⠗⠭⠂" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "骯髒到頭方是漢" - "⠇⠭⠈⠓⠭⠈⠙⠩⠐⠋⠷⠂⠟⠭⠄⠊⠱⠐⠗⠧⠐" - outputPos: [0, 3, 6, 9, 12, 15, 18] @@ -19448,6 +21404,10 @@ - "⠅⠩⠄⠏⠷⠈⠓⠮⠂⠕⠜⠂" - outputPos: [0, 3, 6, 9] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] + - - "高山景行" + - "⠅⠩⠄⠊⠧⠄⠅⠽⠈⠑⠽⠐" + - outputPos: [0, 3, 6, 9] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3] - - "高更" - "⠅⠩⠄⠅⠵⠄" - outputPos: [0, 3] @@ -19468,14 +21428,22 @@ - "⠟⠜⠈⠙⠩⠐⠊⠌⠐" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - - "髺髮" - - "⠇⠒⠐⠟⠜⠈" + - - "髮子" + - "⠟⠜⠈⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "髺墾" + - "⠦⠐⠇⠥⠈" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "鬆散" - "⠑⠯⠄⠑⠧⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鬧穰穰" + - "⠝⠩⠐⠛⠭⠈⠛⠭⠈" + - outputPos: [0, 3, 6] + inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] - - "鬱㠥" - "⠳⠐⠉⠳⠐" - outputPos: [0, 2] @@ -19496,6 +21464,10 @@ - "⠳⠂⠓⠱⠈" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "魭斷" + - "⠻⠈⠙⠻⠐" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "鮮克有終" - "⠑⠞⠈⠇⠮⠐⠎⠈⠁⠯⠄" - outputPos: [0, 3, 6, 8] @@ -19532,6 +21504,22 @@ - "⠚⠎⠂⠒⠈⠡⠐⠊⠵⠐⠒⠈" - outputPos: [0, 3, 5, 7, 10] inputPos: [0, 0, 0, 1, 1, 2, 2, 3, 3, 3, 4, 4] + - - "鰟魮" + - "⠏⠭⠂⠏⠡⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "鰪鱂" + - "⠮⠂⠅⠨⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] + - - "鱣堂" + - "⠊⠧⠐⠋⠭⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "鱣舍" + - "⠊⠧⠐⠊⠮⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鱳得" - "⠉⠌⠐⠙⠮⠂" - outputPos: [0, 3] @@ -19564,6 +21552,14 @@ - "⠟⠌⠄⠟⠷⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鳻鳩" + - "⠕⠧⠄⠅⠎⠄" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] + - - "鴛行" + - "⠘⠄⠗⠭⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "鴟嚇" - "⠃⠱⠄⠗⠮⠐" - outputPos: [0, 3] @@ -19576,10 +21572,18 @@ - "⠃⠱⠄⠚⠿⠄" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鴺胡" + - "⠋⠡⠂⠗⠌⠂" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鴻爪" - "⠗⠯⠂⠁⠩⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鴻絧" + - "⠗⠯⠂⠙⠯⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鵔鸃冠" - "⠅⠲⠐⠡⠂⠅⠻⠄" - outputPos: [0, 3, 5] @@ -19588,10 +21592,18 @@ - "⠅⠌⠈⠙⠡⠐" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "鵷行" + - "⠘⠄⠗⠭⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "鶡冠子" - "⠗⠮⠂⠅⠻⠄⠓⠱⠈" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "鶣鵲" + - "⠕⠞⠈⠚⠦⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鶯飛草長" - "⠽⠄⠟⠴⠄⠚⠩⠈⠁⠭⠈" - outputPos: [0, 2, 5, 8] @@ -19616,6 +21628,10 @@ - "⠞⠂⠚⠮⠐" - outputPos: [0, 2] inputPos: [0, 0, 1, 1, 1] + - - "鹿柴" + - "⠉⠌⠐⠁⠺⠐" + - outputPos: [0, 3] + inputPos: [0, 0, 0, 1, 1, 1] - - "鹿茤" - "⠉⠌⠐⠙⠒⠄" - outputPos: [0, 3] @@ -19648,6 +21664,10 @@ - "⠗⠴⠄⠓⠱⠈" - outputPos: [0, 3] inputPos: [0, 0, 0, 1, 1, 1] + - - "黦顏" + - "⠬⠐⠞⠂" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1] - - "鼻咽" - "⠕⠡⠂⠞⠄" - outputPos: [0, 3] @@ -19676,6 +21696,10 @@ - "⠇⠥⠈⠅⠔⠄⠏⠡⠂" - outputPos: [0, 3, 6] inputPos: [0, 0, 0, 1, 1, 1, 2, 2, 2] + - - "齵差" + - "⠳⠂⠚⠱⠄" + - outputPos: [0, 2] + inputPos: [0, 0, 1, 1, 1] - - "龍子" - "⠉⠯⠂⠓⠱⠈" - outputPos: [0, 3] diff -Nru liblouis-3.9.0/tests/Makefile.am liblouis-3.10.0/tests/Makefile.am --- liblouis-3.9.0/tests/Makefile.am 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/Makefile.am 2019-06-03 14:39:49.000000000 +0000 @@ -79,6 +79,7 @@ braille-specs/de-ch-g1-dictionary.yaml \ braille-specs/de-ch-g2-dictionary.yaml \ braille-specs/de-ch-g1.yaml \ + braille-specs/de-de-comp8.yaml \ braille-specs/el-backward.yaml \ braille-specs/el-forward.yaml \ braille-specs/en-GB-g2_backward.yaml \ @@ -100,6 +101,7 @@ braille-specs/en-ueb-math.yaml \ braille-specs/en-ueb-symbols_harness.yaml \ braille-specs/en-ueb-michael-robin.yaml \ + braille-specs/en-us-comp6.yaml \ braille-specs/en-us-comp8-ext-back_harness.yaml \ braille-specs/en-us-comp8-ext-for_harness.yaml \ braille-specs/en-us-g2.yaml \ @@ -123,8 +125,8 @@ braille-specs/hu-hu-comp8_harness.yaml \ braille-specs/hu-hu-g1_backward.yaml \ braille-specs/hu-hu-g1_harness.yaml \ - braille-specs/hu-hu-g2_harness.yaml \ - braille-specs/hu-hu-g2_backward.yaml \ + braille-specs/hu-hu-g2_harness.yaml \ + braille-specs/hu-hu-g2_backward.yaml \ braille-specs/iu-ca-g1_harness.yaml \ braille-specs/ko-2006-g2_harness.yaml \ braille-specs/ko-g2_harness.yaml \ @@ -140,6 +142,7 @@ braille-specs/no_g1_harness.yaml \ braille-specs/no_g2_harness.yaml \ braille-specs/no_harness.yaml \ + braille-specs/no_typeform_harness.yaml \ braille-specs/pl-pl-comp8_harness.yaml \ braille-specs/Pl-Pl-g1_backward.yaml \ braille-specs/sk-g1_harness.yaml \ @@ -171,6 +174,7 @@ yaml/capsnocont.yaml \ yaml/capsword_for_back.yaml \ yaml/compbrlAtCursor_with_equals.yaml \ + yaml/computer_braille.yaml \ yaml/emphasis-full.yaml \ yaml/emphasis-no-context.yaml \ yaml/example_test.yaml \ @@ -178,6 +182,7 @@ yaml/hyphenation_nocross_harness.yaml \ yaml/inpos_outpos.yaml \ yaml/issue-238.yaml \ + yaml/issue-332.yaml \ yaml/issue-35.yaml \ yaml/issue-384.yaml \ yaml/issue-400.yaml \ @@ -196,6 +201,7 @@ yaml/multipass-forward.yaml \ yaml/multipass.yaml \ yaml/multipass-negation.yaml \ + yaml/multipass-vs-match.yaml \ yaml/new_emph.yaml \ yaml/noletsignafter.yaml \ yaml/noUndefinedDots.yaml \ diff -Nru liblouis-3.9.0/tests/Makefile.in liblouis-3.10.0/tests/Makefile.in --- liblouis-3.9.0/tests/Makefile.in 2019-03-04 14:03:57.000000000 +0000 +++ liblouis-3.10.0/tests/Makefile.in 2019-06-03 15:07:55.000000000 +0000 @@ -1287,8 +1287,8 @@ braille-specs/da-dk-g28.yaml braille-specs/da-dk-g28l.yaml \ braille-specs/de-ch-g1-dictionary.yaml \ braille-specs/de-ch-g2-dictionary.yaml \ - braille-specs/de-ch-g1.yaml braille-specs/el-backward.yaml \ - braille-specs/el-forward.yaml \ + braille-specs/de-ch-g1.yaml braille-specs/de-de-comp8.yaml \ + braille-specs/el-backward.yaml braille-specs/el-forward.yaml \ braille-specs/en-GB-g2_backward.yaml \ braille-specs/en-GB-g2_harness.yaml \ braille-specs/en-gb-g1_harness.yaml \ @@ -1308,6 +1308,7 @@ braille-specs/en-ueb-math.yaml \ braille-specs/en-ueb-symbols_harness.yaml \ braille-specs/en-ueb-michael-robin.yaml \ + braille-specs/en-us-comp6.yaml \ braille-specs/en-us-comp8-ext-back_harness.yaml \ braille-specs/en-us-comp8-ext-for_harness.yaml \ braille-specs/en-us-g2.yaml \ @@ -1342,6 +1343,7 @@ braille-specs/no_backward.yaml \ braille-specs/no_g1_harness.yaml \ braille-specs/no_g2_harness.yaml braille-specs/no_harness.yaml \ + braille-specs/no_typeform_harness.yaml \ braille-specs/pl-pl-comp8_harness.yaml \ braille-specs/Pl-Pl-g1_backward.yaml \ braille-specs/sk-g1_harness.yaml braille-specs/sl-g1.yaml \ @@ -1360,6 +1362,7 @@ yaml/capsnocont.yaml \ yaml/capsword_for_back.yaml \ yaml/compbrlAtCursor_with_equals.yaml \ + yaml/computer_braille.yaml \ yaml/emphasis-full.yaml \ yaml/emphasis-no-context.yaml \ yaml/example_test.yaml \ @@ -1367,6 +1370,7 @@ yaml/hyphenation_nocross_harness.yaml \ yaml/inpos_outpos.yaml \ yaml/issue-238.yaml \ + yaml/issue-332.yaml \ yaml/issue-35.yaml \ yaml/issue-384.yaml \ yaml/issue-400.yaml \ @@ -1385,6 +1389,7 @@ yaml/multipass-forward.yaml \ yaml/multipass.yaml \ yaml/multipass-negation.yaml \ + yaml/multipass-vs-match.yaml \ yaml/new_emph.yaml \ yaml/noletsignafter.yaml \ yaml/noUndefinedDots.yaml \ diff -Nru liblouis-3.9.0/tests/yaml/computer_braille.yaml liblouis-3.10.0/tests/yaml/computer_braille.yaml --- liblouis-3.9.0/tests/yaml/computer_braille.yaml 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/computer_braille.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,42 @@ +# Test various methods of triggering computer braille + +table: | + include tables/unicode-without-blank.dis + punctuation . 3 + include tables/latinLetterDef6Dots.uti + include tables/braille-patterns.cti + compbrl www. + comp6 a 2 + comp6 b 23 + comp6 c 25 + begcomp 456-346 + endcomp 456-156 + +tests: + # no computer braille + - - abc + - ⠁⠃⠉ + # computer braille triggered by compbrl + - - www.abc + - ⠸⠬⠺⠺⠺⠄⠂⠆⠒⠸⠱ + # computer braille triggered by typeform + # currently fails: see issue https://github.com/liblouis/liblouis/issues/622 + - - abc abc abc + - ⠁⠃⠉ ⠸⠬⠂⠆⠒⠸⠱ ⠁⠃⠉ + - typeform: + computer_braille: ' +++ ' + xfail: true + # computer braille triggered by compbrlatcursor (apparently no begcompbrl or endcompbrl) + - - abc abc abc + - ⠁⠃⠉ ⠂⠆⠒ ⠁⠃⠉ + - mode: [compbrlAtCursor] + cursorPos: 4 + +# Test comp6 in back-translation +# see issue https://github.com/liblouis/liblouis/issues/715 + +flags: {testmode: backward} +tests: + - - ⠁⠃⠉ ⠸⠬⠂⠆⠒⠸⠱ ⠁⠃⠉ + - abc abc abc + - xfail: begcompbrl and endcompbrl are apparently consumed but not processed diff -Nru liblouis-3.9.0/tests/yaml/emphasis-full.yaml liblouis-3.10.0/tests/yaml/emphasis-full.yaml --- liblouis-3.9.0/tests/yaml/emphasis-full.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/emphasis-full.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -4,7 +4,7 @@ table: | include tables/unicode-without-blank.dis include tables/spaces.uti - include tables/chardefs.cti + include tables/en-chardefs.cti emphclass italic diff -Nru liblouis-3.9.0/tests/yaml/emphasis-no-context.yaml liblouis-3.10.0/tests/yaml/emphasis-no-context.yaml --- liblouis-3.9.0/tests/yaml/emphasis-no-context.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/emphasis-no-context.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -4,7 +4,7 @@ table: | include tables/unicode-without-blank.dis include tables/spaces.uti - include tables/chardefs.cti + include tables/en-chardefs.cti emphclass italic diff -Nru liblouis-3.9.0/tests/yaml/issue-332_hyph.dic liblouis-3.10.0/tests/yaml/issue-332_hyph.dic --- liblouis-3.9.0/tests/yaml/issue-332_hyph.dic 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/issue-332_hyph.dic 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,2 @@ +UTF-8 +a1b diff -Nru liblouis-3.9.0/tests/yaml/issue-332.yaml liblouis-3.10.0/tests/yaml/issue-332.yaml --- liblouis-3.9.0/tests/yaml/issue-332.yaml 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/issue-332.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,129 @@ +#!tools/lou_checkyaml + +# A collection of tests related to whether or not it is needed to +# define characters and braille cells (in character definition rules) +# in order to be able to use them in other rules. + +# A cell in a multi-cell character definition does not need to be defined in its own character definition. +# It works as long as there is a display rule to display the cell in the output... +table: | + display x 2 + sign a 1 + sign b 1-2 +# ... or as long as the cell does not end up in output. +table: | + sign x 3 + sign a 1 + sign b 1-2 + noback pass2 @2 @3 + nofor pass2 @3 @2 +flags: {testmode: bothDirections} +tests: + - - b + - ax +# If a cell ends up in the output and can not be displayed, a space is displayed instead. +# FIXME: This should result in an error. +table: | + sign a 1 + sign b 1-2 +flags: {testmode: forward} +tests: + - - b + - "a " + +# A braille cell used in a begcapsword rule does not need to be previously defined in a character definition rule. +# It works as long as there is a display rule to display the cell in the output... +table: | + display x 2 + uplow Aa 1 + begcapsword 2 +# ... or as long as the cell does not end up in output. +table: | + sign x 3 + uplow Aa 1 + begcapsword 2 + noback pass2 @2 @3 + nofor pass2 @3 @2 +flags: {testmode: bothDirections} +tests: + - - AA + - xaa +# If a cell ends up in the output and can not be displayed, a space is displayed instead. +# FIXME: This should result in an error. +table: | + uplow Aa 1 + begcapsword 2 +flags: {testmode: forward} +tests: + - - AA + - " aa" + +# Characters or braille cells used in a context rule do not need to be previously defined in character definition rules. +table: | + display x 1 + noback context "a" @1 + nofor context @1 "a" +flags: {testmode: bothDirections} +tests: + - - a + - x + +# A character used in a class or swap name does not need to be previously defined in a character definition rule. +table: | + sign a 1 + sign b 2 + sign c 3 + class foo a + swapcd bar b 3 + noback context %foo @3 + noback context %bar %bar +flags: {testmode: forward} +tests: + - - a + - c + - - b + - c + +# A character that is assigned to a class does not need to be previously defined in a character definition rule. +table: | + display x 1 + class foo a + noback context %foo @1 +flags: {testmode: forward} +tests: + - - a + - x + +# Characters in a hyphenation pattern do not need to be previously defined in character definition rules. +table: | + letter a 1 + letter b 2 + include issue-332_hyph.dic # a1b +flags: {testmode: hyphenate} +tests: + - - aaabbb + - aaa-bbb + +# Characters or braille cells used in a always rule do not need to be previously defined in character definition rules. +# It works as long as there is a display rule to display the cell in the output... +table: | + display x 2 + always a 2-2 +# ... or as long as the cell does not end up in output. +table: | + sign x 3 + always a 2-2 + noback pass2 @2 @3 + nofor pass2 @3 @2 +flags: {testmode: bothDirections} +tests: + - - a + - xx +# If a cell ends up in the output and can not be displayed, a space is displayed instead. +# FIXME: This should result in an error. +table: | + always a 2 +flags: {testmode: forward} +tests: + - - a + - " " diff -Nru liblouis-3.9.0/tests/yaml/Makefile.am liblouis-3.10.0/tests/yaml/Makefile.am --- liblouis-3.9.0/tests/yaml/Makefile.am 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/Makefile.am 2019-06-03 14:39:49.000000000 +0000 @@ -6,6 +6,7 @@ capsnocont.yaml \ capsword_for_back.yaml \ compbrlAtCursor_with_equals.yaml \ + computer_braille.yaml \ broken_equals_operand.yaml \ emphasis-full.yaml \ emphasis-no-context.yaml \ @@ -14,6 +15,8 @@ hyphenation_nocross_harness.yaml \ inpos_outpos.yaml \ issue-238.yaml \ + issue-332.yaml \ + issue-332_hyph.dic \ issue-35.yaml \ issue-384.yaml \ issue-400.yaml \ @@ -32,6 +35,7 @@ multipass-forward.yaml \ multipass.yaml \ multipass-negation.yaml \ + multipass-vs-match.yaml \ new_emph.yaml \ noletsignafter.yaml \ pass0_typebuf.yaml \ diff -Nru liblouis-3.9.0/tests/yaml/Makefile.in liblouis-3.10.0/tests/yaml/Makefile.in --- liblouis-3.9.0/tests/yaml/Makefile.in 2019-03-04 14:03:58.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/Makefile.in 2019-06-03 15:07:56.000000000 +0000 @@ -813,6 +813,7 @@ capsnocont.yaml \ capsword_for_back.yaml \ compbrlAtCursor_with_equals.yaml \ + computer_braille.yaml \ broken_equals_operand.yaml \ emphasis-full.yaml \ emphasis-no-context.yaml \ @@ -821,6 +822,8 @@ hyphenation_nocross_harness.yaml \ inpos_outpos.yaml \ issue-238.yaml \ + issue-332.yaml \ + issue-332_hyph.dic \ issue-35.yaml \ issue-384.yaml \ issue-400.yaml \ @@ -839,6 +842,7 @@ multipass-forward.yaml \ multipass.yaml \ multipass-negation.yaml \ + multipass-vs-match.yaml \ new_emph.yaml \ noletsignafter.yaml \ pass0_typebuf.yaml \ diff -Nru liblouis-3.9.0/tests/yaml/multipass-vs-match.yaml liblouis-3.10.0/tests/yaml/multipass-vs-match.yaml --- liblouis-3.9.0/tests/yaml/multipass-vs-match.yaml 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/multipass-vs-match.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,387 @@ +#!tools/lou_checkyaml +# +# Comparison of match and multi-pass opcodes +# :::::::::::::::::::::::::::::::::::::::::: +# +# Copyright © 2019 by Bert Frees +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. +# .............................................................................................. + +# use "display" also to define common part for all tests +# note that this is a hack and might break in the future +display: | + include tables/unicode-without-blank.dis + include tables/braille-patterns.cti + include tables/latinLetterDef8Dots.uti + include tables/loweredDigits6Dots.uti + space \s 0 + letter ç 4-14 + punctuation ! 2346 + punctuation . 46 + punctuation - 36 + sign % 146 + sign _ 145 + +# .............................................................................................. + +# simple match replace +table: | + noback context "abc" @123 +table : | + noback context ["abc"] @123 +table: | + match - abc - 123 +tests: + - - "abc" + - "⠇" + +# lookbehind +table: | + always x 456 + noback context _"x"["abc"] @123 +table: | + always x 456 + match x abc - 123 +tests: + - - "xabc" + - "⠸⠇" + +# without the _ it is not a true lookbehind +table: | + always x 456 + noback context "x"["abc"] @123 +tests: + - - "xabc" + - "⠸⠁⠃⠉" + +# lookahead +table: | + always x 456 + noback context ["abc"]"x" @123 +table: | + always x 456 + match - abc x 123 +tests: + - - "abcx" + - "⠇⠸" + +# zero-length match (insert) +# cursor advances at least one so that a zero-length match does not result in an endless loop + +# with lookahead +table: | + always x 456 + noback context []"xx" @123 +tests: + - - "xxx" + - "⠇⠸⠇⠸⠸" + +# with lookbehind +table: | + always x 456 + noback context "x"[] @123 +tests: + - - "xxx" + - "⠭⠇⠭⠇⠭⠇" + - xfail: got ⠇⠸⠇ +table: | + always x 456 + noback context "xx"[] @123 +tests: + - - "xxx" + - "⠭⠭⠇⠭⠇" + - xfail: got ⠭⠭⠇⠸ + +# error: characters, dots, attributes, or class swap not found in test part +# table: | +# noback context _"x"[] @123 +# tests: +# - - "xxx" +# - "⠇⠭⠇⠭⠇⠭" + +# beginning of string +table: | + noback context `["abc"] @123 +table: | + noback context `"abc" @123 +table: | + match ^ abc - 123 +table: | + match $ abc - 123 +tests: + - - "xabc" + - "⠭⠁⠃⠉" + - - "abc" + - "⠇" + +# end of string +table: | + noback context ["abc"]~ @123 +table: | + noback context "abc"~ @123 +table: | + match - abc $ 123 +table: | + match - abc ^ 123 +tests: + - - "abcx" + - "⠁⠃⠉⠭" + - - "abc" + - "⠇" + +# wildcard +table: | + noback context ["abc"]$a"x" @123 +table: | + match - abc .x 123 +tests: + - - "abcdx" + - "⠇⠙⠭" + - - "abc!x" + - "⠇⠮⠭" + +# character classes +table: | + noback context ["abc"]$U @123@1 # uppercase letter + noback context ["abc"]$u @123@2 # lowercase letter + noback context ["abc"]$l @123@3 # letter + noback context ["abc"]$p @123@4 # punctuation + noback context ["abc"]$d @123@5 # digit + noback context ["abc"]$s @123@6 # space + noback context ["abc"]$S @123@7 # sign + noback context ["def"]$sp @456 # space or punctuation +table: | + match - abc %u 123-1 # uppercase letter + match - abc %l 123-2 # lowercase letter + match - abc %a 123-3 # letter + match - abc %. 123-4 # punctuation + match - abc %# 123-5 # digit + match - abc %_ 123-6 # space + match - abc %$ 123-7 # sign + match - def %[_.] 456 # space or punctuation +tests: + - - "abcX" + - "⠇⠁⡭" + - - "abcx" + - "⠇⠂⠭" + - - "abcç" + - "⠇⠄⠈⠉" + - - "abc!" + - "⠇⠈⠮" + - - "abc1" + - "⠇⠐⠂" + - - "abc " + - "⠇⠠ " + - - "abc%" + - "⠇⡀⠩" + - - "def!" + - "⠸⠮" + - - "def " + - "⠸ " + - - "defx" + - "⠙⠑⠋⠭" + +# character sets / custom character classes +table: | + class xy xy + noback context ["abc"]%xy @123 +table: | + class xy xy + noback context ["abc"]$w @123 +table: | + match - abc [xy] 123 +table: | + match - abc x|y 123 +table: | + match - abc (x|y) 123 +table: | + attribute 0 xy + match - abc %0 123 +table: | + class fo _ + class foo _ + class fooo _ + class foooo _ + class fooooo xy # fifth class + match - abc %0 123 +tests: + - - "abcx" + - "⠇⠭" + - - "abcy" + - "⠇⠽" + - - "abcz" + - "⠁⠃⠉⠵" + +# alternation +table: | + match - abc xy|z 123 +table: | + noback context ["abc"]"xy" @123 + noback context ["abc"]"z" @123 +tests: + - - "abcx" + - "⠁⠃⠉⠭" + - - "abcxy" + - "⠇⠭⠽" + - - "abcz" + - "⠇⠵" + +# repitition + +# single character +table: | + match - abc x+y 123 +table: | + class x x + noback context ["abc"]%x."y" @123 +tests: + - - "abcy" + - "⠁⠃⠉⠽" + - - "abcxy" + - "⠇⠭⠽" + - - "abcxxy" + - "⠇⠭⠭⠽" + +# character set/class +table: | + match - abc [xy]+z 123 +table: | + match - abc (x|y)+z 123 +table: | + class xy xy + noback context ["abc"]%xy."z" @123 +tests: + - - "abcxz" + - "⠇⠭⠵" + - - "abcxyz" + - "⠇⠭⠽⠵" + - - "abcyyxz" + - "⠇⠽⠽⠭⠵" + +# group of characters +table: | + match - abc (xy)+z 123 +tests: + - - "abcxyz" + - "⠇⠭⠽⠵" + - - "abcxyxz" + - "⠁⠃⠉⠭⠽⠭⠵" + - - "abcxyxyz" + - "⠇⠭⠽⠭⠽⠵" + +# zero or more +table: | + match - abc x*y 123 +table: | + class x x + noback context ["abc"]"y" @123 + noback context ["abc"]%x."y" @123 +tests: + - - "abcy" + - "⠇⠽" + - - "abcxy" + - "⠇⠭⠽" + - - "abcxxy" + - "⠇⠭⠭⠽" + +# optional +table: | + match - abc x?y 123 +table: | + noback context ["abc"]"y" @123 + noback context ["abc"]"xy" @123 +tests: + - - "abcy" + - "⠇⠽" + - - "abcxy" + - "⠇⠭⠽" + - - "abcxxy" + - "⠁⠃⠉⠭⠭⠽" + +# limiting repitition (not more than two) +table: | + class x x + noback context ["abc"]%x1-2"y" @123 +tests: + - - "abcy" + - "⠁⠃⠉⠽" + - - "abcxy" + - "⠇⠭⠽" + - - "abcxxy" + - "⠇⠭⠭⠽" + - - "abcxxxy" + - "⠁⠃⠉⠭⠭⠭⠽" + +# exact repitition +table: | + class x x + noback context ["abc"]%x2"y" @123 +tests: + - - "abcxy" + - "⠁⠃⠉⠭⠽" + - - "abcxxy" + - "⠇⠭⠭⠽" + - - "abcxxxy" + - "⠁⠃⠉⠭⠭⠭⠽" + +# three or more +table: | + class x x + noback context ["abc"]%x2%x."y" @123 +tests: + - - "abcxxy" + - "⠁⠃⠉⠭⠭⠽" + - - "abcxxxy" + - "⠇⠭⠭⠭⠽" + - - "abcxxxxy" + - "⠇⠭⠭⠭⠭⠽" + +# negation +table: | + match - abc !x 123 +table: | + noback context ["abc"]!"x" @123 +table: | + class x x + noback context ["abc"]!%x @123 +tests: + - - "abcx" + - "⠁⠃⠉⠭" + - - "abcy" + - "⠇⠽" + - - "abc" + - "⠁⠃⠉" + +# negated group +table: | + match - abc !(xy) 123 +tests: + - - "abcx" + - "⠁⠃⠉⠭" + - - "abcxy" + - "⠁⠃⠉⠭⠽" + +# replace with nothing +table: | + noback context "abc" ? +tests: + - - "xabcx" + - "⠭⠭" + +# character classes in match +table: | + class xy xy + noback context $s @1 + noback context $d. @3 + noback context %xy @2 +tests: + - - " " + - "⠁" + - - "y" + - "⠂" + - - "12345" + - "⠄" diff -Nru liblouis-3.9.0/tests/yaml/multipass.yaml liblouis-3.10.0/tests/yaml/multipass.yaml --- liblouis-3.9.0/tests/yaml/multipass.yaml 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tests/yaml/multipass.yaml 2019-06-03 14:39:49.000000000 +0000 @@ -1,6 +1,6 @@ # A back translation attribute rule at the start of a string is incorrectly resolved table: | - include tables/chardefs.cti + include tables/en-chardefs.cti nofor pass2 $l @123456 flags: {testmode: backward} tests: @@ -9,7 +9,7 @@ # Back translation using pass rules that match characters wasn't working table: | - include tables/chardefs.cti + include tables/en-chardefs.cti nofor pass2 @123456 @135-135 flags: {testmode: backward} tests: @@ -18,7 +18,7 @@ # Forward translation using pass rules that have characters wasn't working table: | - include tables/chardefs.cti + include tables/en-chardefs.cti noback context "oo" @123456 flags: {testmode: forward} tests: @@ -27,7 +27,7 @@ # A context rule with characters needs to be treated as a translation rule table: | - include tables/chardefs.cti + include tables/en-chardefs.cti always oo 136 noback context "o" @123456 flags: {testmode: forward} @@ -37,7 +37,7 @@ # A multipass test should fail if _ goes negative table: | - include tables/chardefs.cti + include tables/en-chardefs.cti nofor correct _["fu"] "oo" flags: {testmode: backward} tests: diff -Nru liblouis-3.9.0/tools/gnulib/m4/gnulib-cache.m4 liblouis-3.10.0/tools/gnulib/m4/gnulib-cache.m4 --- liblouis-3.9.0/tools/gnulib/m4/gnulib-cache.m4 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tools/gnulib/m4/gnulib-cache.m4 2019-06-03 14:39:49.000000000 +0000 @@ -27,7 +27,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --lib=libgnutools --source-base=tools/gnulib --m4-base=tools/gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl_tools --no-vc-files errno error getopt-gnu malloc-gnu progname strndup unistr/u16-to-u8 unistr/u32-to-u8 version-etc +# gnulib-tool --import --lib=libgnutools --source-base=tools/gnulib --m4-base=tools/gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl_tools --no-vc-files errno error getopt-gnu malloc-gnu progname realloc-gnu strndup unistr/u16-to-u8 unistr/u32-to-u8 version-etc # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -37,6 +37,7 @@ getopt-gnu malloc-gnu progname + realloc-gnu strndup unistr/u16-to-u8 unistr/u32-to-u8 diff -Nru liblouis-3.9.0/tools/gnulib/m4/gnulib-comp.m4 liblouis-3.10.0/tools/gnulib/m4/gnulib-comp.m4 --- liblouis-3.9.0/tools/gnulib/m4/gnulib-comp.m4 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tools/gnulib/m4/gnulib-comp.m4 2019-06-03 14:39:49.000000000 +0000 @@ -66,6 +66,8 @@ # Code from module multiarch: # Code from module nocrash: # Code from module progname: + # Code from module realloc-gnu: + # Code from module realloc-posix: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: @@ -165,6 +167,16 @@ gl_MULTIARCH AC_CHECK_DECLS([program_invocation_name], [], [], [#include ]) AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include ]) + gl_FUNC_REALLOC_GNU + if test $REPLACE_REALLOC = 1; then + AC_LIBOBJ([realloc]) + fi + gl_MODULE_INDICATOR([realloc-gnu]) + gl_FUNC_REALLOC_POSIX + if test $REPLACE_REALLOC = 1; then + AC_LIBOBJ([realloc]) + fi + gl_STDLIB_MODULE_INDICATOR([realloc-posix]) gt_TYPE_SSIZE_T gl_STDARG_H AM_STDBOOL_H @@ -375,6 +387,7 @@ lib/msvc-nothrow.h lib/progname.c lib/progname.h + lib/realloc.c lib/stdarg.in.h lib/stdbool.in.h lib/stddef.in.h @@ -425,6 +438,7 @@ m4/multiarch.m4 m4/nocrash.m4 m4/off_t.m4 + m4/realloc.m4 m4/ssize_t.m4 m4/stdarg.m4 m4/stdbool.m4 diff -Nru liblouis-3.9.0/tools/gnulib/Makefile.am liblouis-3.10.0/tools/gnulib/Makefile.am --- liblouis-3.9.0/tools/gnulib/Makefile.am 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tools/gnulib/Makefile.am 2019-06-03 14:39:49.000000000 +0000 @@ -21,7 +21,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --lib=libgnutools --source-base=tools/gnulib --m4-base=tools/gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl_tools --no-vc-files errno error getopt-gnu malloc-gnu progname strndup unistr/u16-to-u8 unistr/u32-to-u8 version-etc +# Reproduce by: gnulib-tool --import --lib=libgnutools --source-base=tools/gnulib --m4-base=tools/gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl_tools --no-vc-files errno error getopt-gnu malloc-gnu progname realloc-gnu strndup unistr/u16-to-u8 unistr/u32-to-u8 version-etc AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects @@ -245,6 +245,24 @@ ## end gnulib module progname +## begin gnulib module realloc-gnu + + +EXTRA_DIST += realloc.c + +EXTRA_libgnutools_la_SOURCES += realloc.c + +## end gnulib module realloc-gnu + +## begin gnulib module realloc-posix + + +EXTRA_DIST += realloc.c + +EXTRA_libgnutools_la_SOURCES += realloc.c + +## end gnulib module realloc-posix + ## begin gnulib module snippet/_Noreturn # Because this Makefile snippet defines a variable used by other diff -Nru liblouis-3.9.0/tools/gnulib/Makefile.in liblouis-3.10.0/tools/gnulib/Makefile.in --- liblouis-3.9.0/tools/gnulib/Makefile.in 2019-03-04 14:03:58.000000000 +0000 +++ liblouis-3.10.0/tools/gnulib/Makefile.in 2019-06-03 15:07:56.000000000 +0000 @@ -35,7 +35,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --lib=libgnutools --source-base=tools/gnulib --m4-base=tools/gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl_tools --no-vc-files errno error getopt-gnu malloc-gnu progname strndup unistr/u16-to-u8 unistr/u32-to-u8 version-etc +# Reproduce by: gnulib-tool --import --lib=libgnutools --source-base=tools/gnulib --m4-base=tools/gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl_tools --no-vc-files errno error getopt-gnu malloc-gnu progname realloc-gnu strndup unistr/u16-to-u8 unistr/u32-to-u8 version-etc @@ -959,12 +959,12 @@ getopt-pfx-core.h getopt-pfx-ext.h getopt.c getopt.in.h \ getopt1.c getopt_int.h intprops.h limits.in.h malloc.c \ malloc.c msvc-inval.c msvc-inval.h msvc-nothrow.c \ - msvc-nothrow.h _Noreturn.h arg-nonnull.h c++defs.h \ - unused-parameter.h warn-on-use.h stdarg.in.h stdbool.in.h \ - stddef.in.h stdint.in.h stdio.in.h stdlib.in.h strerror.c \ - strerror-override.c strerror-override.h string.in.h strndup.c \ - strnlen.c sys_types.in.h unistd.in.h unistr.in.h unitypes.in.h \ - verify.h + msvc-nothrow.h realloc.c realloc.c _Noreturn.h arg-nonnull.h \ + c++defs.h unused-parameter.h warn-on-use.h stdarg.in.h \ + stdbool.in.h stddef.in.h stdint.in.h stdio.in.h stdlib.in.h \ + strerror.c strerror-override.c strerror-override.h string.in.h \ + strndup.c strnlen.c sys_types.in.h unistd.in.h unistr.in.h \ + unitypes.in.h verify.h BUILT_SOURCES = $(ERRNO_H) $(GETOPT_H) $(GETOPT_CDEFS_H) $(LIMITS_H) \ $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \ stdlib.h string.h sys/types.h unistd.h \ @@ -989,8 +989,8 @@ libgnutools_la_LIBADD = $(gl_tools_LTLIBOBJS) libgnutools_la_DEPENDENCIES = $(gl_tools_LTLIBOBJS) EXTRA_libgnutools_la_SOURCES = error.c getopt.c getopt1.c malloc.c \ - malloc.c msvc-inval.c msvc-nothrow.c strerror.c \ - strerror-override.c strndup.c strnlen.c + malloc.c msvc-inval.c msvc-nothrow.c realloc.c realloc.c \ + strerror.c strerror-override.c strndup.c strnlen.c libgnutools_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBINTL) # Use this preprocessor expression to decide whether #include_next works. @@ -1108,6 +1108,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Plo@am__quote@ diff -Nru liblouis-3.9.0/tools/gnulib/realloc.c liblouis-3.10.0/tools/gnulib/realloc.c --- liblouis-3.9.0/tools/gnulib/realloc.c 1970-01-01 00:00:00.000000000 +0000 +++ liblouis-3.10.0/tools/gnulib/realloc.c 2019-06-03 14:39:49.000000000 +0000 @@ -0,0 +1,79 @@ +/* realloc() function that is glibc compatible. + + Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2018 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 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 . */ + +/* written by Jim Meyering and Bruno Haible */ + +#define _GL_USE_STDLIB_ALLOC 1 +#include + +/* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */ +#ifdef realloc +# define NEED_REALLOC_GNU 1 +/* Whereas the gnulib module 'realloc-gnu' defines HAVE_REALLOC_GNU. */ +#elif GNULIB_REALLOC_GNU && !HAVE_REALLOC_GNU +# define NEED_REALLOC_GNU 1 +#endif + +/* Infer the properties of the system's malloc function. + The gnulib module 'malloc-gnu' defines HAVE_MALLOC_GNU. */ +#if GNULIB_MALLOC_GNU && HAVE_MALLOC_GNU +# define SYSTEM_MALLOC_GLIBC_COMPATIBLE 1 +#endif + +#include + +#include + +/* Change the size of an allocated block of memory P to N bytes, + with error checking. If N is zero, change it to 1. If P is NULL, + use malloc. */ + +void * +rpl_realloc (void *p, size_t n) +{ + void *result; + +#if NEED_REALLOC_GNU + if (n == 0) + { + n = 1; + + /* In theory realloc might fail, so don't rely on it to free. */ + free (p); + p = NULL; + } +#endif + + if (p == NULL) + { +#if GNULIB_REALLOC_GNU && !NEED_REALLOC_GNU && !SYSTEM_MALLOC_GLIBC_COMPATIBLE + if (n == 0) + n = 1; +#endif + result = malloc (n); + } + else + result = realloc (p, n); + +#if !HAVE_REALLOC_POSIX + if (result == NULL) + errno = ENOMEM; +#endif + + return result; +} diff -Nru liblouis-3.9.0/tools/lou_checkyaml.c liblouis-3.10.0/tools/lou_checkyaml.c --- liblouis-3.9.0/tools/lou_checkyaml.c 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/tools/lou_checkyaml.c 2019-06-03 14:39:49.000000000 +0000 @@ -85,6 +85,13 @@ #ifdef HAVE_LIBYAML #include +typedef struct { + const char *name; + const char *content; // table content in case of an inline table; NULL means name is + // a file + int location; // location in YAML file (line number) where table is defined +} table_value; + const char *event_names[] = { "YAML_NO_EVENT", "YAML_STREAM_START_EVENT", "YAML_STREAM_END_EVENT", "YAML_DOCUMENT_START_EVENT", "YAML_DOCUMENT_END_EVENT", "YAML_ALIAS_EVENT", "YAML_SCALAR_EVENT", "YAML_SEQUENCE_START_EVENT", @@ -100,6 +107,8 @@ int count = 0; static char const **emph_classes = NULL; +static table_value *display_table = NULL; +static int new_table = 0; static void simple_error(const char *msg, yaml_parser_t *parser, yaml_event_t *event) { @@ -162,16 +171,58 @@ return query_as_string; } -static char * -read_table(yaml_event_t *start_event, yaml_parser_t *parser, const char *display_table) { - char *table = NULL; - if (start_event->type != YAML_SCALAR_EVENT || - strcmp((const char *)start_event->data.scalar.value, "table")) - return 0; +static void +compile_inline_table(const char *table_name, const char *table_content, int location) { + char *p = (char *)table_content; + char *line_start = p; + int line_len = 0; + while (*p) { + if (*p == 10 || *p == 13) { + char *line = strndup((const char *)line_start, line_len); + if (!lou_compileString(table_name, line)) + error_at_line(EXIT_FAILURE, 0, file_name, location, "Error in table %s", + table_name); + location++; + free(line); + line_start = p + 1; + line_len = 0; + } else { + line_len++; + } + p++; + } +} - table = malloc(sizeof(char) * MAXSTRING); - table[0] = '\0'; +static void +compile_include(const char *table_name, const char *tableList, int location) { + char *p; + char *includeRule = malloc(sizeof(char) * MAXSTRING); + char *subTable; + subTable = strdup(tableList); + p = subTable; + while (*p != '\0') { + char *subTable = p; + while (*p != '\0' && *p != ',') p++; + if (*p == ',') { + *p = '\0'; + p++; + } + sprintf(includeRule, "include %s", subTable); + if (!lou_compileString(table_name, includeRule)) + error_at_line(EXIT_FAILURE, 0, file_name, location, "Error in table %s", + table_name); + } + free(includeRule); + free(subTable); +} + +static table_value * +read_table_value(yaml_parser_t *parser, int start_line) { + table_value *table; + char *table_name = malloc(sizeof(char) * MAXSTRING); + char *table_content = NULL; yaml_event_t event; + table_name[0] = '\0'; if (!yaml_parser_parse(parser, &event) || !(event.type == YAML_SEQUENCE_START_EVENT || event.type == YAML_SCALAR_EVENT || @@ -183,7 +234,7 @@ if (event.type == YAML_SEQUENCE_START_EVENT) { yaml_event_delete(&event); int done = 0; - char *p = table; + char *p = table_name; while (!done) { if (!yaml_parser_parse(parser, &event)) { yaml_parse_error(parser); @@ -191,15 +242,12 @@ if (event.type == YAML_SEQUENCE_END_EVENT) { done = 1; } else if (event.type == YAML_SCALAR_EVENT) { - if (table != p) strcat(p++, ","); + if (table_name != p) strcat(p++, ","); strcat(p, (const char *)event.data.scalar.value); p += event.data.scalar.length; } yaml_event_delete(&event); } - if (!lou_getTable(table)) - error_at_line(EXIT_FAILURE, 0, file_name, start_event->start_mark.line + 1, - "Table %s not valid", table); } else if (event.type == YAML_SCALAR_EVENT) { yaml_char_t *p = event.data.scalar.value; if (*p) @@ -208,24 +256,10 @@ // If the scalar ends with a newline, assume it is a block // scalar, so treat as an inline table. (Is there a proper way // to check for a block scalar?) - sprintf(table, "%s%d", inline_table_prefix, start_event->start_mark.line + 1); - p = event.data.scalar.value; - yaml_char_t *line_start = p; - int line_len = 0; - while (*p) { - if (*p == 10 || *p == 13) { - char *line = strndup((const char *)line_start, line_len); - lou_compileString(table, line); - free(line); - line_start = p + 1; - line_len = 0; - } else { - line_len++; - } - p++; - } + sprintf(table_name, "%s%d", inline_table_prefix, start_line); + table_content = strdup((const char *)event.data.scalar.value); } else { - strcat(table, (const char *)event.data.scalar.value); + strcat(table_name, (const char *)event.data.scalar.value); } yaml_event_delete(&event); } else { // event.type == YAML_MAPPING_START_EVENT @@ -233,37 +267,83 @@ const char *table_file_name_check = NULL; yaml_event_delete(&event); query = read_table_query(parser, &table_file_name_check); - table = lou_findTable(query); + table_name = lou_findTable(query); free(query); - if (!table) - error_at_line(EXIT_FAILURE, 0, file_name, start_event->start_mark.line + 1, + if (!table_name) + error_at_line(EXIT_FAILURE, 0, file_name, start_line, "Table query did not match a table"); if (table_file_name_check) { - const char *table_file_name = table; + const char *table_file_name = table_name; do { table_file_name++; } while (*table_file_name); - while (table_file_name >= table && *table_file_name != '/' && + while (table_file_name >= table_name && *table_file_name != '/' && *table_file_name != '\\') table_file_name--; if (strcmp(table_file_name_check, table_file_name + 1)) - error_at_line(EXIT_FAILURE, 0, file_name, - start_event->start_mark.line + 1, + error_at_line(EXIT_FAILURE, 0, file_name, start_line, "Table query did not match expected table: expected '%s' but got " "'%s'", table_file_name_check, table_file_name + 1); } } + table = malloc(sizeof(table_value)); + table->name = table_name; + table->content = table_content; + table->location = start_line + 1; + return table; +} + +static void +free_table_value(table_value *table) { + if (table) { + free((char *)table->name); + if (table->content) free((char *)table->content); + free(table); + } +} + +static char * +read_table(yaml_event_t *start_event, yaml_parser_t *parser) { + table_value *table = NULL; + char *table_name = NULL; + if (start_event->type != YAML_SCALAR_EVENT || + strcmp((const char *)start_event->data.scalar.value, "table")) + return 0; + table = read_table_value(parser, start_event->start_mark.line + 1); + table_name = strdup((char *)table->name); if (display_table) { - char *t = table; - table = malloc(strlen(display_table) + 1 + strlen(t) + 1); - strcpy(table, display_table); - strcat(table, ","); - strcat(table, t); + char *t = table_name; + table_name = malloc(strlen(display_table->name) + 1 + strlen(t) + 1); + strcpy(table_name, display_table->name); + strcat(table_name, ","); + strcat(table_name, t); free(t); } - emph_classes = lou_getEmphClasses(table); // get declared emphasis classes - return table; + new_table = 0; + if (!lou_getTable(table_name)) + error_at_line(EXIT_FAILURE, 0, file_name, start_event->start_mark.line + 1, + "Table %s not valid", table_name); + // trick to find out whether it is the first time this table is compiled + if (new_table) { + if (table->content || (display_table && display_table->content)) { + if (display_table) { + if (display_table->content) + compile_inline_table( + table_name, display_table->content, display_table->location); + else + compile_include( + table_name, display_table->name, display_table->location); + } + if (table->content) + compile_inline_table(table_name, table->content, table->location); + else + compile_include(table_name, table->name, table->location); + } + } + free_table_value(table); + emph_classes = lou_getEmphClasses(table_name); // get declared emphasis classes + return table_name; } static void @@ -799,8 +879,14 @@ static char ** customTableResolver(const char *tableList, const char *base) { static char *dummy_table[1]; - if (strncmp(tableList, inline_table_prefix, strlen(inline_table_prefix)) == 0) - return dummy_table; + char *p = (char *)tableList; + new_table = 1; + while (*p != '\0') { + if (strncmp(p, inline_table_prefix, strlen(inline_table_prefix)) == 0) + return dummy_table; + while (*p != '\0' && *p != ',') p++; + if (*p == ',') p++; + } return _lou_defaultTableResolver(tableList, base); } @@ -915,14 +1001,9 @@ int has_next; has_next = yaml_parser_parse(&parser, &event); - const char *display_table = NULL; if (has_next && event.type == YAML_SCALAR_EVENT && !strcmp((const char *)event.data.scalar.value, "display")) { - yaml_event_delete(&event); - if (!yaml_parser_parse(&parser, &event) || event.type != YAML_SCALAR_EVENT) - yaml_error(YAML_SCALAR_EVENT, &event); - display_table = - strndup((const char *)event.data.scalar.value, event.data.scalar.length); + display_table = read_table_value(&parser, event.start_mark.line + 1); yaml_event_delete(&event); has_next = yaml_parser_parse(&parser, &event); } @@ -931,7 +1012,7 @@ int MAXTABLES = 150; char *tables[MAXTABLES + 1]; - while ((tables[0] = read_table(&event, &parser, display_table))) { + while ((tables[0] = read_table(&event, &parser))) { yaml_event_delete(&event); int k = 1; while (1) { @@ -939,7 +1020,7 @@ error_at_line(EXIT_FAILURE, 0, file_name, event.start_mark.line + 1, "Expected table or %s (actual %s)", event_names[YAML_SCALAR_EVENT], event_names[event.type]); - if ((tables[k++] = read_table(&event, &parser, display_table))) { + if ((tables[k++] = read_table(&event, &parser))) { if (k == MAXTABLES) error_at_line(EXIT_FAILURE, 0, file_name, event.start_mark.line + 1, "Only %d tables in one YAML test supported", MAXTABLES); @@ -1004,6 +1085,7 @@ yaml_parser_delete(&parser); free(emph_classes); + free_table_value(display_table); lou_free(); assert(!fclose(file)); diff -Nru liblouis-3.9.0/tools/lou_maketable.d/lou_maketable liblouis-3.10.0/tools/lou_maketable.d/lou_maketable --- liblouis-3.9.0/tools/lou_maketable.d/lou_maketable 2019-03-04 14:04:23.000000000 +0000 +++ liblouis-3.10.0/tools/lou_maketable.d/lou_maketable 2019-06-03 15:08:19.000000000 +0000 @@ -129,7 +129,7 @@ fi if $VERSION; then - echo "lou_maketable (Liblouis) 3.9.0" >&2 + echo "lou_maketable (Liblouis) 3.10.0" >&2 echo "Copyright (C) 2017 Bert Frees." >&2 echo "License GPLv3+: GNU GPL version 3 or later ." >&2 echo "This is free software: you are free to change and redistribute it." >&2 diff -Nru liblouis-3.9.0/windows/include/config.h liblouis-3.10.0/windows/include/config.h --- liblouis-3.9.0/windows/include/config.h 2019-03-04 14:01:32.000000000 +0000 +++ liblouis-3.10.0/windows/include/config.h 2019-06-03 14:39:49.000000000 +0000 @@ -20,4 +20,4 @@ */ -#define PACKAGE_VERSION "liblouis-3.9.0" +#define PACKAGE_VERSION "liblouis-3.10.0"