From 3fa22a58716de02c49f3c93cf52f979d87f6527e Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Tue, 8 Sep 2015 21:57:40 +0900 Subject: [PATCH] tizen 2.3.1 release --- debian/changelog | 30 +- debian/control | 30 +- doc/Makefile | 28 +- doc/cyclo/Makefile | 28 +- doc/java/Makefile | 28 +- doc/reference/Makefile | 28 +- doc/specifications/Makefile | 28 +- doc/tld/Makefile | 28 +- java/Makefile | 952 ------ java/gnu/Makefile | 852 ------ java/gnu/inet/Makefile | 852 ------ java/gnu/inet/encoding/Makefile | 706 ----- java/misc/Makefile | 693 ----- lib/gunidecomp.h | 6084 +++++++++++++++++++-------------------- packaging/libidn.manifest | 5 - packaging/libidn.spec | 15 +- 16 files changed, 3176 insertions(+), 7211 deletions(-) delete mode 100644 java/Makefile delete mode 100644 java/gnu/Makefile delete mode 100644 java/gnu/inet/Makefile delete mode 100644 java/gnu/inet/encoding/Makefile delete mode 100644 java/misc/Makefile delete mode 100644 packaging/libidn.manifest diff --git a/debian/changelog b/debian/changelog index 12bbd35..b26d99d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,26 +1,26 @@ -libidn (1.15-6) unstable; urgency=low +libidn (1.15-5slp2) unstable; urgency=low - * Updated tag value for tizen 2.0 build - * Git: external/libidn - * Tag: libidn_1.15-6 + * Disabled idn package generation + * Git: 165.213.180.234:slp/pkgs/l/libidn + * Tag: libidn_1.15-5slp2 - -- Taeksu Shin Thu, 23 Aug 2012 13:57:42 +0900 + -- Taeksu Shin Fri, 29 Jul 2011 22:44:10 +0900 -libidn (1.15-5slp2) unstable; urgency=low +libidn (1.15-4slp2) unstable; urgency=low - * Renamed tag - * Git: pkgs/l/libidn - * Tag: libidn_1.15-5slp2 + * Disabled java related operation + * Git: 165.213.180.234:/git/slp/pkgs/libidn + * Tag: libidn_1.15-4slp2 - -- Taeksu Shin Thu, 15 Dec 2011 12:36:23 +0900 + -- Taeksu Shin Tue, 16 Nov 2010 00:02:23 -0800 -libidn (1.15-2tizen) unstable; urgency=low +libidn (1.15-3slp2) unstable; urgency=low - * Ported to Tizen - * Git: pkgs/l/libidn - * Tag: libidn_1.15-2tizen + * Applied libidn for Telepathy VoIP Solution + * Git: 165.213.180.234:/git/slp/pkgs/libidn + * Tag: libidn_1.15-3slp2 - -- Taeksu Shin Wed, 07 Dec 2011 11:32:43 +0900 + -- Taeksu Shin Mon, 15 Nov 2010 18:53:25 -0800 libidn (1.15-2) unstable; urgency=low diff --git a/debian/control b/debian/control index b2f95e9..67d7721 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,29 @@ Source: libidn Section: libs Priority: optional -Maintainer: Anibal Monsalve Salazar , Taeksu Shin , Dongwook Lee -Uploaders: Taeksu Shin , Dongwook Lee +Maintainer: Taeksu Shin +Uploaders: Taeksu Shin XS-Dm-Upload-Allowed: yes Standards-Version: 3.8.3 Build-Depends: debhelper (>= 6) +#Build-Depends: debhelper (>= 6), gcj [!arm !hppa !hurd-i386], fastjar Vcs-Cvs: :pserver:anonymous@cvs.savannah.gnu.org:/sources/libidn Vcs-Browser: http://cvs.savannah.gnu.org/viewvc/debian-libidn/?root=libidn Homepage: http://www.gnu.org/software/libidn/ +#Package: idn +#Section: misc +#Architecture: any +#Depends: ${shlibs:Depends}, ${misc:Depends} +#Description: Command line and Emacs interface to GNU Libidn +# GNU Libidn is a fully documented implementation of the Stringprep, +# Punycode and IDNA specifications. Libidn's purpose is to encode and +# decode internationalized domain names. The Nameprep, XMPP, SASLprep, +# and iSCSI profiles are supported. +# . +# This package contains the idn command-line tool and its Emacs lisp +# interface. + Package: libidn11-dev Section: libdevel Architecture: any @@ -38,3 +52,15 @@ Description: GNU Libidn library, implementation of IETF IDN specifications . This package contains the shared library. +#Package: libidn11-java +#Section: java +#Architecture: all +#Depends: ${misc:Depends} +#Description: Java port of the GNU Libidn library, an IDN implementation +# GNU Libidn is an implementation of the Stringprep, Punycode and IDNA +# specifications defined by the IETF Internationalized Domain Names +# (IDN) working group, used for internationalized domain names. +# Currently the Nameprep, Kerberos 5 and XMPP Stringprep profiles are +# supported. +# . +# This package contains the native Java port of the library. diff --git a/doc/Makefile b/doc/Makefile index 3d042ce..39d9615 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -208,14 +208,14 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar +ACLOCAL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run aclocal-1.11 +AMTAR = ${SHELL} /home/nani/git/libidn/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = arm-linux-gnueabi-ar AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/nani/git/libidn/build-aux/missing --run automake-1.11 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = @@ -395,7 +395,7 @@ HAVE_WCSNRTOMBS = 1 HAVE_WCSRTOMBS = 1 HAVE_WINT_T = 1 HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man +HELP2MAN = ${SHELL} /home/nani/git/libidn/build-aux/missing --run help2man HTML_DIR = ${datadir}/gtk-doc/html ICONV_H = INCLUDE_NEXT = include_next @@ -426,7 +426,7 @@ LTLIBOBJS = LT_AGE = 5 LT_CURRENT = 16 LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo +MAKEINFO = ${SHELL} /home/nani/git/libidn/build-aux/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -459,7 +459,7 @@ PACKAGE_TARNAME = libidn PACKAGE_URL = http://www.gnu.org/software/libidn/ PACKAGE_VERSION = 1.15 PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl +PERL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run perl PKG_CONFIG = /usr/bin/pkg-config PMCCABE = false POSUB = po @@ -517,11 +517,11 @@ WSTACK_CFLAGS = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn +abs_aux_dir = /home/nani/git/libidn/build-aux +abs_builddir = /home/nani/git/libidn/doc +abs_srcdir = /home/nani/git/libidn/doc +abs_top_builddir = /home/nani/git/libidn +abs_top_srcdir = /home/nani/git/libidn ac_ct_CC = ac_ct_DUMPBIN = ac_ct_GCJ = @@ -554,7 +554,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh +install_sh = ${SHELL} /home/nani/git/libidn/build-aux/install-sh lgl_LIBOBJS = lgl_LTLIBOBJS = lgltests_LIBOBJS = diff --git a/doc/cyclo/Makefile b/doc/cyclo/Makefile index 6366024..0435b74 100644 --- a/doc/cyclo/Makefile +++ b/doc/cyclo/Makefile @@ -104,14 +104,14 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar +ACLOCAL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run aclocal-1.11 +AMTAR = ${SHELL} /home/nani/git/libidn/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = arm-linux-gnueabi-ar AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/nani/git/libidn/build-aux/missing --run automake-1.11 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = @@ -291,7 +291,7 @@ HAVE_WCSNRTOMBS = 1 HAVE_WCSRTOMBS = 1 HAVE_WINT_T = 1 HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man +HELP2MAN = ${SHELL} /home/nani/git/libidn/build-aux/missing --run help2man HTML_DIR = ${datadir}/gtk-doc/html ICONV_H = INCLUDE_NEXT = include_next @@ -322,7 +322,7 @@ LTLIBOBJS = LT_AGE = 5 LT_CURRENT = 16 LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo +MAKEINFO = ${SHELL} /home/nani/git/libidn/build-aux/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -355,7 +355,7 @@ PACKAGE_TARNAME = libidn PACKAGE_URL = http://www.gnu.org/software/libidn/ PACKAGE_VERSION = 1.15 PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl +PERL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run perl PKG_CONFIG = /usr/bin/pkg-config PMCCABE = false POSUB = po @@ -413,11 +413,11 @@ WSTACK_CFLAGS = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/cyclo -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/cyclo -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn +abs_aux_dir = /home/nani/git/libidn/build-aux +abs_builddir = /home/nani/git/libidn/doc/cyclo +abs_srcdir = /home/nani/git/libidn/doc/cyclo +abs_top_builddir = /home/nani/git/libidn +abs_top_srcdir = /home/nani/git/libidn ac_ct_CC = ac_ct_DUMPBIN = ac_ct_GCJ = @@ -450,7 +450,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh +install_sh = ${SHELL} /home/nani/git/libidn/build-aux/install-sh lgl_LIBOBJS = lgl_LTLIBOBJS = lgltests_LIBOBJS = diff --git a/doc/java/Makefile b/doc/java/Makefile index f2b63d8..fa72ea9 100644 --- a/doc/java/Makefile +++ b/doc/java/Makefile @@ -104,14 +104,14 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar +ACLOCAL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run aclocal-1.11 +AMTAR = ${SHELL} /home/nani/git/libidn/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = arm-linux-gnueabi-ar AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/nani/git/libidn/build-aux/missing --run automake-1.11 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = @@ -291,7 +291,7 @@ HAVE_WCSNRTOMBS = 1 HAVE_WCSRTOMBS = 1 HAVE_WINT_T = 1 HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man +HELP2MAN = ${SHELL} /home/nani/git/libidn/build-aux/missing --run help2man HTML_DIR = ${datadir}/gtk-doc/html ICONV_H = INCLUDE_NEXT = include_next @@ -322,7 +322,7 @@ LTLIBOBJS = LT_AGE = 5 LT_CURRENT = 16 LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo +MAKEINFO = ${SHELL} /home/nani/git/libidn/build-aux/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -355,7 +355,7 @@ PACKAGE_TARNAME = libidn PACKAGE_URL = http://www.gnu.org/software/libidn/ PACKAGE_VERSION = 1.15 PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl +PERL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run perl PKG_CONFIG = /usr/bin/pkg-config PMCCABE = false POSUB = po @@ -413,11 +413,11 @@ WSTACK_CFLAGS = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/java -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/java -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn +abs_aux_dir = /home/nani/git/libidn/build-aux +abs_builddir = /home/nani/git/libidn/doc/java +abs_srcdir = /home/nani/git/libidn/doc/java +abs_top_builddir = /home/nani/git/libidn +abs_top_srcdir = /home/nani/git/libidn ac_ct_CC = ac_ct_DUMPBIN = ac_ct_GCJ = @@ -450,7 +450,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh +install_sh = ${SHELL} /home/nani/git/libidn/build-aux/install-sh lgl_LIBOBJS = lgl_LTLIBOBJS = lgltests_LIBOBJS = diff --git a/doc/reference/Makefile b/doc/reference/Makefile index 6b94017..b645fd6 100644 --- a/doc/reference/Makefile +++ b/doc/reference/Makefile @@ -94,14 +94,14 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar +ACLOCAL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run aclocal-1.11 +AMTAR = ${SHELL} /home/nani/git/libidn/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = arm-linux-gnueabi-ar AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/nani/git/libidn/build-aux/missing --run automake-1.11 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = @@ -281,7 +281,7 @@ HAVE_WCSNRTOMBS = 1 HAVE_WCSRTOMBS = 1 HAVE_WINT_T = 1 HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man +HELP2MAN = ${SHELL} /home/nani/git/libidn/build-aux/missing --run help2man HTML_DIR = ${datadir}/gtk-doc/html ICONV_H = INCLUDE_NEXT = include_next @@ -312,7 +312,7 @@ LTLIBOBJS = LT_AGE = 5 LT_CURRENT = 16 LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo +MAKEINFO = ${SHELL} /home/nani/git/libidn/build-aux/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -345,7 +345,7 @@ PACKAGE_TARNAME = libidn PACKAGE_URL = http://www.gnu.org/software/libidn/ PACKAGE_VERSION = 1.15 PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl +PERL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run perl PKG_CONFIG = /usr/bin/pkg-config PMCCABE = false POSUB = po @@ -403,11 +403,11 @@ WSTACK_CFLAGS = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/reference -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/reference -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn +abs_aux_dir = /home/nani/git/libidn/build-aux +abs_builddir = /home/nani/git/libidn/doc/reference +abs_srcdir = /home/nani/git/libidn/doc/reference +abs_top_builddir = /home/nani/git/libidn +abs_top_srcdir = /home/nani/git/libidn ac_ct_CC = ac_ct_DUMPBIN = ac_ct_GCJ = @@ -440,7 +440,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh +install_sh = ${SHELL} /home/nani/git/libidn/build-aux/install-sh lgl_LIBOBJS = lgl_LTLIBOBJS = lgltests_LIBOBJS = diff --git a/doc/specifications/Makefile b/doc/specifications/Makefile index ac5a1ad..1fe69b4 100644 --- a/doc/specifications/Makefile +++ b/doc/specifications/Makefile @@ -104,14 +104,14 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar +ACLOCAL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run aclocal-1.11 +AMTAR = ${SHELL} /home/nani/git/libidn/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = arm-linux-gnueabi-ar AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/nani/git/libidn/build-aux/missing --run automake-1.11 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = @@ -291,7 +291,7 @@ HAVE_WCSNRTOMBS = 1 HAVE_WCSRTOMBS = 1 HAVE_WINT_T = 1 HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man +HELP2MAN = ${SHELL} /home/nani/git/libidn/build-aux/missing --run help2man HTML_DIR = ${datadir}/gtk-doc/html ICONV_H = INCLUDE_NEXT = include_next @@ -322,7 +322,7 @@ LTLIBOBJS = LT_AGE = 5 LT_CURRENT = 16 LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo +MAKEINFO = ${SHELL} /home/nani/git/libidn/build-aux/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -355,7 +355,7 @@ PACKAGE_TARNAME = libidn PACKAGE_URL = http://www.gnu.org/software/libidn/ PACKAGE_VERSION = 1.15 PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl +PERL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run perl PKG_CONFIG = /usr/bin/pkg-config PMCCABE = false POSUB = po @@ -413,11 +413,11 @@ WSTACK_CFLAGS = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/specifications -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/specifications -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn +abs_aux_dir = /home/nani/git/libidn/build-aux +abs_builddir = /home/nani/git/libidn/doc/specifications +abs_srcdir = /home/nani/git/libidn/doc/specifications +abs_top_builddir = /home/nani/git/libidn +abs_top_srcdir = /home/nani/git/libidn ac_ct_CC = ac_ct_DUMPBIN = ac_ct_GCJ = @@ -450,7 +450,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh +install_sh = ${SHELL} /home/nani/git/libidn/build-aux/install-sh lgl_LIBOBJS = lgl_LTLIBOBJS = lgltests_LIBOBJS = diff --git a/doc/tld/Makefile b/doc/tld/Makefile index a046eb2..9ffaed5 100644 --- a/doc/tld/Makefile +++ b/doc/tld/Makefile @@ -105,14 +105,14 @@ CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar +ACLOCAL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run aclocal-1.11 +AMTAR = ${SHELL} /home/nani/git/libidn/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = arm-linux-gnueabi-ar AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/nani/git/libidn/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/nani/git/libidn/build-aux/missing --run automake-1.11 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = @@ -292,7 +292,7 @@ HAVE_WCSNRTOMBS = 1 HAVE_WCSRTOMBS = 1 HAVE_WINT_T = 1 HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man +HELP2MAN = ${SHELL} /home/nani/git/libidn/build-aux/missing --run help2man HTML_DIR = ${datadir}/gtk-doc/html ICONV_H = INCLUDE_NEXT = include_next @@ -323,7 +323,7 @@ LTLIBOBJS = LT_AGE = 5 LT_CURRENT = 16 LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo +MAKEINFO = ${SHELL} /home/nani/git/libidn/build-aux/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -356,7 +356,7 @@ PACKAGE_TARNAME = libidn PACKAGE_URL = http://www.gnu.org/software/libidn/ PACKAGE_VERSION = 1.15 PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl +PERL = ${SHELL} /home/nani/git/libidn/build-aux/missing --run perl PKG_CONFIG = /usr/bin/pkg-config PMCCABE = false POSUB = po @@ -414,11 +414,11 @@ WSTACK_CFLAGS = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/tld -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/doc/tld -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn +abs_aux_dir = /home/nani/git/libidn/build-aux +abs_builddir = /home/nani/git/libidn/doc/tld +abs_srcdir = /home/nani/git/libidn/doc/tld +abs_top_builddir = /home/nani/git/libidn +abs_top_srcdir = /home/nani/git/libidn ac_ct_CC = ac_ct_DUMPBIN = ac_ct_GCJ = @@ -451,7 +451,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh +install_sh = ${SHELL} /home/nani/git/libidn/build-aux/install-sh lgl_LIBOBJS = lgl_LTLIBOBJS = lgltests_LIBOBJS = diff --git a/java/Makefile b/java/Makefile deleted file mode 100644 index dbec29e..0000000 --- a/java/Makefile +++ /dev/null @@ -1,952 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# java/Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson -# -# This file is part of GNU Libidn. -# -# GNU Libidn 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. -# -# GNU Libidn 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 GNU Libidn; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - - -pkgdatadir = $(datadir)/libidn -pkgincludedir = $(includedir)/libidn -pkglibdir = $(libdir)/libidn -pkglibexecdir = $(libexecdir)/libidn -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = armel-unknown-none -host_triplet = arm-unknown-linux-gnueabi -#am__append_1 = install-jar -subdir = java -DIST_COMMON = $(am__dist_libidn_jar_DATA_DIST) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/lib/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_h.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_open.m4 \ - $(top_srcdir)/lib/gl/m4/ld-output-def.m4 \ - $(top_srcdir)/lib/gl/m4/ld-version-script.m4 \ - $(top_srcdir)/lib/gl/m4/locale-fr.m4 \ - $(top_srcdir)/lib/gl/m4/locale-tr.m4 \ - $(top_srcdir)/lib/gl/m4/multiarch.m4 \ - $(top_srcdir)/lib/gl/m4/stdbool.m4 \ - $(top_srcdir)/lib/gl/m4/stdint.m4 \ - $(top_srcdir)/lib/gl/m4/strverscmp.m4 \ - $(top_srcdir)/lib/gl/m4/wchar.m4 \ - $(top_srcdir)/gl/m4/00gnulib.m4 \ - $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/csharp.m4 \ - $(top_srcdir)/gl/m4/csharpcomp.m4 \ - $(top_srcdir)/gl/m4/errno_h.m4 $(top_srcdir)/gl/m4/error.m4 \ - $(top_srcdir)/gl/m4/extensions.m4 \ - $(top_srcdir)/gl/m4/getopt.m4 \ - $(top_srcdir)/gl/m4/gnulib-common.m4 \ - $(top_srcdir)/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/gl/m4/include_next.m4 \ - $(top_srcdir)/gl/m4/manywarnings.m4 \ - $(top_srcdir)/gl/m4/pmccabe2html.m4 \ - $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/strerror.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ - $(top_srcdir)/gl/m4/unistd_h.m4 \ - $(top_srcdir)/gl/m4/version-etc.m4 \ - $(top_srcdir)/gl/m4/warnings.m4 \ - $(top_srcdir)/m4/ac_prog_jar.m4 $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/update-header-version.m4 \ - $(top_srcdir)/m4/valgrind.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -am__dist_libidn_jar_DATA_DIST = libidn-$(VERSION).jar -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(libidn_jardir)" -DATA = $(dist_libidn_jar_DATA) -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar -APPLE_UNIVERSAL_BUILD = 0 -AR = arm-linux-gnueabi-ar -AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 -AWK = gawk -BITSIZEOF_PTRDIFF_T = -BITSIZEOF_SIG_ATOMIC_T = -BITSIZEOF_SIZE_T = -BITSIZEOF_WCHAR_T = -BITSIZEOF_WINT_T = -CC = arm-linux-gnueabi-gcc -std=gnu99 -CCDEPMODE = depmode=gcc3 -CFLAGS = -g -O2 -CFLAG_VISIBILITY = -fvisibility=hidden -CPP = arm-linux-gnueabi-gcc -E -CPPFLAGS = -CSHARPCOMPFLAGS = -O -g -CSHARP_CHOICE = any -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = dlltool -DLL_VERSION = 11 -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /bin/grep -E -EMACS = no -EMACSLOADPATH = -EMULTIHOP_HIDDEN = -EMULTIHOP_VALUE = -ENOLINK_HIDDEN = -ENOLINK_VALUE = -EOVERFLOW_HIDDEN = -EOVERFLOW_VALUE = -ERRNO_H = -EXEEXT = -FGREP = /bin/grep -F -GCJ = gcj -GCJDEPMODE = depmode=none -GCJFLAGS = -g -O2 -GETOPT_H = -GETTEXT_MACRO_VERSION = 0.17 -GJDOC = -GMSGFMT = /usr/bin/msgfmt -GMSGFMT_015 = /usr/bin/msgfmt -GNULIB_BTOWC = 0 -GNULIB_CHOWN = 0 -GNULIB_CLOSE = 0 -GNULIB_DUP2 = 0 -GNULIB_ENVIRON = 0 -GNULIB_EUIDACCESS = 0 -GNULIB_FCHDIR = 0 -GNULIB_FSYNC = 0 -GNULIB_FTRUNCATE = 0 -GNULIB_GETCWD = 0 -GNULIB_GETDOMAINNAME = 0 -GNULIB_GETDTABLESIZE = 0 -GNULIB_GETHOSTNAME = 0 -GNULIB_GETLOGIN_R = 0 -GNULIB_GETPAGESIZE = 0 -GNULIB_GETUSERSHELL = 0 -GNULIB_LCHOWN = 0 -GNULIB_LINK = 0 -GNULIB_LSEEK = 0 -GNULIB_MBRLEN = 0 -GNULIB_MBRTOWC = 0 -GNULIB_MBSCASECMP = 0 -GNULIB_MBSCASESTR = 0 -GNULIB_MBSCHR = 0 -GNULIB_MBSCSPN = 0 -GNULIB_MBSINIT = 0 -GNULIB_MBSLEN = 0 -GNULIB_MBSNCASECMP = 0 -GNULIB_MBSNLEN = 0 -GNULIB_MBSNRTOWCS = 0 -GNULIB_MBSPBRK = 0 -GNULIB_MBSPCASECMP = 0 -GNULIB_MBSRCHR = 0 -GNULIB_MBSRTOWCS = 0 -GNULIB_MBSSEP = 0 -GNULIB_MBSSPN = 0 -GNULIB_MBSSTR = 0 -GNULIB_MBSTOK_R = 0 -GNULIB_MEMMEM = 0 -GNULIB_MEMPCPY = 0 -GNULIB_MEMRCHR = 0 -GNULIB_RAWMEMCHR = 0 -GNULIB_READLINK = 0 -GNULIB_SLEEP = 0 -GNULIB_STPCPY = 0 -GNULIB_STPNCPY = 0 -GNULIB_STRCASESTR = 0 -GNULIB_STRCHRNUL = 0 -GNULIB_STRDUP = 0 -GNULIB_STRERROR = 1 -GNULIB_STRNDUP = 0 -GNULIB_STRNLEN = 0 -GNULIB_STRPBRK = 0 -GNULIB_STRSEP = 0 -GNULIB_STRSIGNAL = 0 -GNULIB_STRSTR = 0 -GNULIB_STRTOK_R = 0 -GNULIB_STRVERSCMP = 1 -GNULIB_UNISTD_H_SIGPIPE = 0 -GNULIB_WCRTOMB = 0 -GNULIB_WCSNRTOMBS = 0 -GNULIB_WCSRTOMBS = 0 -GNULIB_WCTOB = 0 -GNULIB_WCWIDTH = 0 -GNULIB_WRITE = 0 -GREP = /bin/grep -GTKDOC_CHECK = /usr/bin/gtkdoc-check -GTKDOC_MKPDF = /usr/bin/gtkdoc-mkpdf -GTKDOC_REBASE = /usr/bin/gtkdoc-rebase -HAVE_BTOWC = 1 -HAVE_CSC = -HAVE_CSCC = -HAVE_CSCC_IN_PATH = -HAVE_CSC_IN_PATH = -HAVE_DECL_ENVIRON = 1 -HAVE_DECL_GETLOGIN_R = 1 -HAVE_DECL_MEMMEM = 1 -HAVE_DECL_MEMRCHR = 1 -HAVE_DECL_STRDUP = 1 -HAVE_DECL_STRERROR = 1 -HAVE_DECL_STRNDUP = 1 -HAVE_DECL_STRNLEN = 1 -HAVE_DECL_STRSIGNAL = 1 -HAVE_DECL_STRTOK_R = 1 -HAVE_DECL_WCTOB = 1 -HAVE_DECL_WCWIDTH = 1 -HAVE_DUP2 = 1 -HAVE_EUIDACCESS = 1 -HAVE_FSYNC = 1 -HAVE_FTRUNCATE = 1 -HAVE_GETDOMAINNAME = 1 -HAVE_GETDTABLESIZE = 1 -HAVE_GETHOSTNAME = 1 -HAVE_GETPAGESIZE = 1 -HAVE_GETUSERSHELL = 1 -HAVE_INTTYPES_H = 1 -HAVE_LINK = 1 -HAVE_LONG_LONG_INT = 1 -HAVE_MBRLEN = 1 -HAVE_MBRTOWC = 1 -HAVE_MBSINIT = 1 -HAVE_MBSNRTOWCS = 1 -HAVE_MBSRTOWCS = 1 -HAVE_MCS = -HAVE_MCS_IN_PATH = -HAVE_MEMPCPY = 1 -HAVE_OS_H = 0 -HAVE_RAWMEMCHR = 1 -HAVE_READLINK = 1 -HAVE_SIGNED_SIG_ATOMIC_T = -HAVE_SIGNED_WCHAR_T = -HAVE_SIGNED_WINT_T = -HAVE_SLEEP = 1 -HAVE_STDINT_H = 1 -HAVE_STPCPY = 1 -HAVE_STPNCPY = 1 -HAVE_STRCASESTR = 1 -HAVE_STRCHRNUL = 1 -HAVE_STRNDUP = 1 -HAVE_STRPBRK = 1 -HAVE_STRSEP = 1 -HAVE_STRVERSCMP = 1 -HAVE_SYS_BITYPES_H = -HAVE_SYS_INTTYPES_H = -HAVE_SYS_PARAM_H = 0 -HAVE_SYS_TYPES_H = 1 -HAVE_UNISTD_H = 1 -HAVE_UNSIGNED_LONG_LONG_INT = 1 -HAVE_VISIBILITY = 1 -HAVE_WCHAR_H = 1 -HAVE_WCRTOMB = 1 -HAVE_WCSNRTOMBS = 1 -HAVE_WCSRTOMBS = 1 -HAVE_WINT_T = 1 -HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man -HTML_DIR = ${datadir}/gtk-doc/html -ICONV_H = -INCLUDE_NEXT = include_next -INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -INTLLIBS = -INTL_MACOSX_LIBS = -JAR = -LD = /usr/arm-linux-gnueabi/bin/ld -LDFLAGS = -Wl,-z,defs -LIBICONV = -LIBINTL = -LIBOBJS = -LIBS = -LIBTESTS_LIBDEPS = -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LOCALE_FR = none -LOCALE_TR_UTF8 = none -LTLIBICONV = -LTLIBINTL = -LTLIBOBJS = -LT_AGE = 5 -LT_CURRENT = 16 -LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo -MKDIR_P = /bin/mkdir -p -MSGFMT = /usr/bin/msgfmt -MSGFMT_015 = /usr/bin/msgfmt -MSGMERGE = /usr/bin/msgmerge -NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = -NEXT_AS_FIRST_DIRECTIVE_ICONV_H = -NEXT_AS_FIRST_DIRECTIVE_STDARG_H = -NEXT_AS_FIRST_DIRECTIVE_STDINT_H = -NEXT_AS_FIRST_DIRECTIVE_STRING_H = -NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = -NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = -NEXT_ERRNO_H = -NEXT_ICONV_H = -NEXT_STDARG_H = -NEXT_STDINT_H = -NEXT_STRING_H = -NEXT_UNISTD_H = -NEXT_WCHAR_H = -NM = /usr/bin/arm-linux-gnueabi-nm -B -NMEDIT = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = libidn -PACKAGE_BUGREPORT = bug-libidn@gnu.org -PACKAGE_NAME = GNU Libidn -PACKAGE_STRING = GNU Libidn 1.15 -PACKAGE_TARNAME = libidn -PACKAGE_URL = http://www.gnu.org/software/libidn/ -PACKAGE_VERSION = 1.15 -PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl -PKG_CONFIG = /usr/bin/pkg-config -PMCCABE = false -POSUB = po -PRAGMA_SYSTEM_HEADER = #pragma GCC system_header -PTRDIFF_T_SUFFIX = -RANLIB = arm-linux-gnueabi-ranlib -REPLACE_BTOWC = 0 -REPLACE_CHOWN = 0 -REPLACE_CLOSE = 0 -REPLACE_FCHDIR = 0 -REPLACE_GETCWD = 0 -REPLACE_GETPAGESIZE = 0 -REPLACE_ICONV = 0 -REPLACE_ICONV_OPEN = 0 -REPLACE_ICONV_UTF = 0 -REPLACE_LCHOWN = 0 -REPLACE_LSEEK = 0 -REPLACE_MBRLEN = 0 -REPLACE_MBRTOWC = 0 -REPLACE_MBSINIT = 0 -REPLACE_MBSNRTOWCS = 0 -REPLACE_MBSRTOWCS = 0 -REPLACE_MBSTATE_T = 0 -REPLACE_MEMMEM = 0 -REPLACE_STRCASESTR = 0 -REPLACE_STRDUP = 0 -REPLACE_STRERROR = 0 -REPLACE_STRSIGNAL = 0 -REPLACE_STRSTR = 0 -REPLACE_WCRTOMB = 0 -REPLACE_WCSNRTOMBS = 0 -REPLACE_WCSRTOMBS = 0 -REPLACE_WCTOB = 0 -REPLACE_WCWIDTH = 0 -REPLACE_WRITE = 0 -SED = /bin/sed -SET_MAKE = -SHELL = /bin/sh -SIG_ATOMIC_T_SUFFIX = -SIZE_T_SUFFIX = -STDARG_H = -STDBOOL_H = -STDINT_H = -STRIP = arm-linux-gnueabi-strip -UNISTD_H_HAVE_WINSOCK2_H = 0 -USE_NLS = yes -VALGRIND = -VERSION = 1.15 -WARN_CFLAGS = -WCHAR_H = -WCHAR_T_SUFFIX = -WERROR_CFLAGS = -WINT_T_SUFFIX = -WSTACK_CFLAGS = -XGETTEXT = /usr/bin/xgettext -XGETTEXT_015 = /usr/bin/xgettext -XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/java -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/java -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn -ac_ct_CC = -ac_ct_DUMPBIN = -ac_ct_GCJ = -am__include = include -am__leading_dot = . -am__quote = -am__tar = ${AMTAR} chof - "$$tardir" -am__untar = ${AMTAR} xf - -bindir = ${exec_prefix}/bin -build = armel-unknown-none -build_alias = armel -build_cpu = armel -build_os = none -build_vendor = unknown -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -exec_prefix = ${prefix} -gl_LIBOBJS = -gl_LTLIBOBJS = -gltests_LIBOBJS = -gltests_LTLIBOBJS = -host = arm-unknown-linux-gnueabi -host_alias = arm-linux-gnueabi -host_cpu = arm -host_os = linux-gnueabi -host_vendor = unknown -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh -lgl_LIBOBJS = -lgl_LTLIBOBJS = -lgltests_LIBOBJS = -lgltests_LTLIBOBJS = -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -lispdir = ${datadir}/emacs/site-lisp -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -lt_ECHO = echo -mandir = ${prefix}/share/man -mkdir_p = /bin/mkdir -p -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /usr -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target_alias = -top_build_prefix = ../ -top_builddir = .. -top_srcdir = .. -SUBDIRS = gnu . misc -INSTALL_TARGETS = $(am__append_1) -#libidn_jardir = $(datadir)/java -#dist_libidn_jar_DATA = libidn-$(VERSION).jar -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu java/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-dist_libidn_jarDATA: $(dist_libidn_jar_DATA) - @$(NORMAL_INSTALL) - test -z "$(libidn_jardir)" || $(MKDIR_P) "$(DESTDIR)$(libidn_jardir)" - @list='$(dist_libidn_jar_DATA)'; test -n "$(libidn_jardir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libidn_jardir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(libidn_jardir)" || exit $$?; \ - done - -uninstall-dist_libidn_jarDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_libidn_jar_DATA)'; test -n "$(libidn_jardir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(libidn_jardir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(libidn_jardir)" && rm -f $$files - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile $(DATA) -installdirs: installdirs-recursive -installdirs-am: - for dir in "$(DESTDIR)$(libidn_jardir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean-local: -clean: clean-recursive - -clean-am: clean-generic clean-libtool clean-local mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: install-data-local install-dist_libidn_jarDATA - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: uninstall-dist_libidn_jarDATA - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic clean-libtool \ - clean-local ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-data-local install-dist_libidn_jarDATA \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am uninstall-dist_libidn_jarDATA - - -#libidn-$(VERSION).jar: -# $(JAR) cf $@ gnu/inet/encoding/CombiningClass.class \ -# gnu/inet/encoding/Composition.class \ -# gnu/inet/encoding/DecompositionKeys.class \ -# gnu/inet/encoding/DecompositionMappings.class \ -# gnu/inet/encoding/IDNA.class \ -# gnu/inet/encoding/IDNAException.class \ -# gnu/inet/encoding/NFKC.class \ -# gnu/inet/encoding/Punycode.class \ -# gnu/inet/encoding/PunycodeException.class \ -# gnu/inet/encoding/RFC3454.class \ -# gnu/inet/encoding/Stringprep.class \ -# gnu/inet/encoding/StringprepException.class -#install-jar: -# install -d -m 755 $(DESTDIR)$(libidn_jardir) -# ln -sf libidn-$(VERSION).jar $(DESTDIR)$(libidn_jardir)/libidn.jar - -#clean-local: -# rm -f $(libidn_jar_DATA) - -# Invoked by ../doc/java/Makefile. -#.PHONY: javadoc -#javadoc: -# cd $(srcdir) && $(GJDOC) -d $(top_builddir)/doc/java gnu/inet/encoding/*.java - -install-data-local: $(INSTALL_TARGETS) - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/java/gnu/Makefile b/java/gnu/Makefile deleted file mode 100644 index 625f9df..0000000 --- a/java/gnu/Makefile +++ /dev/null @@ -1,852 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# java/gnu/Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -pkgdatadir = $(datadir)/libidn -pkgincludedir = $(includedir)/libidn -pkglibdir = $(libdir)/libidn -pkglibexecdir = $(libexecdir)/libidn -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = armel-unknown-none -host_triplet = arm-unknown-linux-gnueabi -subdir = java/gnu -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/lib/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_h.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_open.m4 \ - $(top_srcdir)/lib/gl/m4/ld-output-def.m4 \ - $(top_srcdir)/lib/gl/m4/ld-version-script.m4 \ - $(top_srcdir)/lib/gl/m4/locale-fr.m4 \ - $(top_srcdir)/lib/gl/m4/locale-tr.m4 \ - $(top_srcdir)/lib/gl/m4/multiarch.m4 \ - $(top_srcdir)/lib/gl/m4/stdbool.m4 \ - $(top_srcdir)/lib/gl/m4/stdint.m4 \ - $(top_srcdir)/lib/gl/m4/strverscmp.m4 \ - $(top_srcdir)/lib/gl/m4/wchar.m4 \ - $(top_srcdir)/gl/m4/00gnulib.m4 \ - $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/csharp.m4 \ - $(top_srcdir)/gl/m4/csharpcomp.m4 \ - $(top_srcdir)/gl/m4/errno_h.m4 $(top_srcdir)/gl/m4/error.m4 \ - $(top_srcdir)/gl/m4/extensions.m4 \ - $(top_srcdir)/gl/m4/getopt.m4 \ - $(top_srcdir)/gl/m4/gnulib-common.m4 \ - $(top_srcdir)/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/gl/m4/include_next.m4 \ - $(top_srcdir)/gl/m4/manywarnings.m4 \ - $(top_srcdir)/gl/m4/pmccabe2html.m4 \ - $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/strerror.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ - $(top_srcdir)/gl/m4/unistd_h.m4 \ - $(top_srcdir)/gl/m4/version-etc.m4 \ - $(top_srcdir)/gl/m4/warnings.m4 \ - $(top_srcdir)/m4/ac_prog_jar.m4 $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/update-header-version.m4 \ - $(top_srcdir)/m4/valgrind.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar -APPLE_UNIVERSAL_BUILD = 0 -AR = arm-linux-gnueabi-ar -AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 -AWK = gawk -BITSIZEOF_PTRDIFF_T = -BITSIZEOF_SIG_ATOMIC_T = -BITSIZEOF_SIZE_T = -BITSIZEOF_WCHAR_T = -BITSIZEOF_WINT_T = -CC = arm-linux-gnueabi-gcc -std=gnu99 -CCDEPMODE = depmode=gcc3 -CFLAGS = -g -O2 -CFLAG_VISIBILITY = -fvisibility=hidden -CPP = arm-linux-gnueabi-gcc -E -CPPFLAGS = -CSHARPCOMPFLAGS = -O -g -CSHARP_CHOICE = any -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = dlltool -DLL_VERSION = 11 -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /bin/grep -E -EMACS = no -EMACSLOADPATH = -EMULTIHOP_HIDDEN = -EMULTIHOP_VALUE = -ENOLINK_HIDDEN = -ENOLINK_VALUE = -EOVERFLOW_HIDDEN = -EOVERFLOW_VALUE = -ERRNO_H = -EXEEXT = -FGREP = /bin/grep -F -GCJ = gcj -GCJDEPMODE = depmode=none -GCJFLAGS = -g -O2 -GETOPT_H = -GETTEXT_MACRO_VERSION = 0.17 -GJDOC = -GMSGFMT = /usr/bin/msgfmt -GMSGFMT_015 = /usr/bin/msgfmt -GNULIB_BTOWC = 0 -GNULIB_CHOWN = 0 -GNULIB_CLOSE = 0 -GNULIB_DUP2 = 0 -GNULIB_ENVIRON = 0 -GNULIB_EUIDACCESS = 0 -GNULIB_FCHDIR = 0 -GNULIB_FSYNC = 0 -GNULIB_FTRUNCATE = 0 -GNULIB_GETCWD = 0 -GNULIB_GETDOMAINNAME = 0 -GNULIB_GETDTABLESIZE = 0 -GNULIB_GETHOSTNAME = 0 -GNULIB_GETLOGIN_R = 0 -GNULIB_GETPAGESIZE = 0 -GNULIB_GETUSERSHELL = 0 -GNULIB_LCHOWN = 0 -GNULIB_LINK = 0 -GNULIB_LSEEK = 0 -GNULIB_MBRLEN = 0 -GNULIB_MBRTOWC = 0 -GNULIB_MBSCASECMP = 0 -GNULIB_MBSCASESTR = 0 -GNULIB_MBSCHR = 0 -GNULIB_MBSCSPN = 0 -GNULIB_MBSINIT = 0 -GNULIB_MBSLEN = 0 -GNULIB_MBSNCASECMP = 0 -GNULIB_MBSNLEN = 0 -GNULIB_MBSNRTOWCS = 0 -GNULIB_MBSPBRK = 0 -GNULIB_MBSPCASECMP = 0 -GNULIB_MBSRCHR = 0 -GNULIB_MBSRTOWCS = 0 -GNULIB_MBSSEP = 0 -GNULIB_MBSSPN = 0 -GNULIB_MBSSTR = 0 -GNULIB_MBSTOK_R = 0 -GNULIB_MEMMEM = 0 -GNULIB_MEMPCPY = 0 -GNULIB_MEMRCHR = 0 -GNULIB_RAWMEMCHR = 0 -GNULIB_READLINK = 0 -GNULIB_SLEEP = 0 -GNULIB_STPCPY = 0 -GNULIB_STPNCPY = 0 -GNULIB_STRCASESTR = 0 -GNULIB_STRCHRNUL = 0 -GNULIB_STRDUP = 0 -GNULIB_STRERROR = 1 -GNULIB_STRNDUP = 0 -GNULIB_STRNLEN = 0 -GNULIB_STRPBRK = 0 -GNULIB_STRSEP = 0 -GNULIB_STRSIGNAL = 0 -GNULIB_STRSTR = 0 -GNULIB_STRTOK_R = 0 -GNULIB_STRVERSCMP = 1 -GNULIB_UNISTD_H_SIGPIPE = 0 -GNULIB_WCRTOMB = 0 -GNULIB_WCSNRTOMBS = 0 -GNULIB_WCSRTOMBS = 0 -GNULIB_WCTOB = 0 -GNULIB_WCWIDTH = 0 -GNULIB_WRITE = 0 -GREP = /bin/grep -GTKDOC_CHECK = /usr/bin/gtkdoc-check -GTKDOC_MKPDF = /usr/bin/gtkdoc-mkpdf -GTKDOC_REBASE = /usr/bin/gtkdoc-rebase -HAVE_BTOWC = 1 -HAVE_CSC = -HAVE_CSCC = -HAVE_CSCC_IN_PATH = -HAVE_CSC_IN_PATH = -HAVE_DECL_ENVIRON = 1 -HAVE_DECL_GETLOGIN_R = 1 -HAVE_DECL_MEMMEM = 1 -HAVE_DECL_MEMRCHR = 1 -HAVE_DECL_STRDUP = 1 -HAVE_DECL_STRERROR = 1 -HAVE_DECL_STRNDUP = 1 -HAVE_DECL_STRNLEN = 1 -HAVE_DECL_STRSIGNAL = 1 -HAVE_DECL_STRTOK_R = 1 -HAVE_DECL_WCTOB = 1 -HAVE_DECL_WCWIDTH = 1 -HAVE_DUP2 = 1 -HAVE_EUIDACCESS = 1 -HAVE_FSYNC = 1 -HAVE_FTRUNCATE = 1 -HAVE_GETDOMAINNAME = 1 -HAVE_GETDTABLESIZE = 1 -HAVE_GETHOSTNAME = 1 -HAVE_GETPAGESIZE = 1 -HAVE_GETUSERSHELL = 1 -HAVE_INTTYPES_H = 1 -HAVE_LINK = 1 -HAVE_LONG_LONG_INT = 1 -HAVE_MBRLEN = 1 -HAVE_MBRTOWC = 1 -HAVE_MBSINIT = 1 -HAVE_MBSNRTOWCS = 1 -HAVE_MBSRTOWCS = 1 -HAVE_MCS = -HAVE_MCS_IN_PATH = -HAVE_MEMPCPY = 1 -HAVE_OS_H = 0 -HAVE_RAWMEMCHR = 1 -HAVE_READLINK = 1 -HAVE_SIGNED_SIG_ATOMIC_T = -HAVE_SIGNED_WCHAR_T = -HAVE_SIGNED_WINT_T = -HAVE_SLEEP = 1 -HAVE_STDINT_H = 1 -HAVE_STPCPY = 1 -HAVE_STPNCPY = 1 -HAVE_STRCASESTR = 1 -HAVE_STRCHRNUL = 1 -HAVE_STRNDUP = 1 -HAVE_STRPBRK = 1 -HAVE_STRSEP = 1 -HAVE_STRVERSCMP = 1 -HAVE_SYS_BITYPES_H = -HAVE_SYS_INTTYPES_H = -HAVE_SYS_PARAM_H = 0 -HAVE_SYS_TYPES_H = 1 -HAVE_UNISTD_H = 1 -HAVE_UNSIGNED_LONG_LONG_INT = 1 -HAVE_VISIBILITY = 1 -HAVE_WCHAR_H = 1 -HAVE_WCRTOMB = 1 -HAVE_WCSNRTOMBS = 1 -HAVE_WCSRTOMBS = 1 -HAVE_WINT_T = 1 -HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man -HTML_DIR = ${datadir}/gtk-doc/html -ICONV_H = -INCLUDE_NEXT = include_next -INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -INTLLIBS = -INTL_MACOSX_LIBS = -JAR = -LD = /usr/arm-linux-gnueabi/bin/ld -LDFLAGS = -Wl,-z,defs -LIBICONV = -LIBINTL = -LIBOBJS = -LIBS = -LIBTESTS_LIBDEPS = -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LOCALE_FR = none -LOCALE_TR_UTF8 = none -LTLIBICONV = -LTLIBINTL = -LTLIBOBJS = -LT_AGE = 5 -LT_CURRENT = 16 -LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo -MKDIR_P = /bin/mkdir -p -MSGFMT = /usr/bin/msgfmt -MSGFMT_015 = /usr/bin/msgfmt -MSGMERGE = /usr/bin/msgmerge -NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = -NEXT_AS_FIRST_DIRECTIVE_ICONV_H = -NEXT_AS_FIRST_DIRECTIVE_STDARG_H = -NEXT_AS_FIRST_DIRECTIVE_STDINT_H = -NEXT_AS_FIRST_DIRECTIVE_STRING_H = -NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = -NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = -NEXT_ERRNO_H = -NEXT_ICONV_H = -NEXT_STDARG_H = -NEXT_STDINT_H = -NEXT_STRING_H = -NEXT_UNISTD_H = -NEXT_WCHAR_H = -NM = /usr/bin/arm-linux-gnueabi-nm -B -NMEDIT = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = libidn -PACKAGE_BUGREPORT = bug-libidn@gnu.org -PACKAGE_NAME = GNU Libidn -PACKAGE_STRING = GNU Libidn 1.15 -PACKAGE_TARNAME = libidn -PACKAGE_URL = http://www.gnu.org/software/libidn/ -PACKAGE_VERSION = 1.15 -PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl -PKG_CONFIG = /usr/bin/pkg-config -PMCCABE = false -POSUB = po -PRAGMA_SYSTEM_HEADER = #pragma GCC system_header -PTRDIFF_T_SUFFIX = -RANLIB = arm-linux-gnueabi-ranlib -REPLACE_BTOWC = 0 -REPLACE_CHOWN = 0 -REPLACE_CLOSE = 0 -REPLACE_FCHDIR = 0 -REPLACE_GETCWD = 0 -REPLACE_GETPAGESIZE = 0 -REPLACE_ICONV = 0 -REPLACE_ICONV_OPEN = 0 -REPLACE_ICONV_UTF = 0 -REPLACE_LCHOWN = 0 -REPLACE_LSEEK = 0 -REPLACE_MBRLEN = 0 -REPLACE_MBRTOWC = 0 -REPLACE_MBSINIT = 0 -REPLACE_MBSNRTOWCS = 0 -REPLACE_MBSRTOWCS = 0 -REPLACE_MBSTATE_T = 0 -REPLACE_MEMMEM = 0 -REPLACE_STRCASESTR = 0 -REPLACE_STRDUP = 0 -REPLACE_STRERROR = 0 -REPLACE_STRSIGNAL = 0 -REPLACE_STRSTR = 0 -REPLACE_WCRTOMB = 0 -REPLACE_WCSNRTOMBS = 0 -REPLACE_WCSRTOMBS = 0 -REPLACE_WCTOB = 0 -REPLACE_WCWIDTH = 0 -REPLACE_WRITE = 0 -SED = /bin/sed -SET_MAKE = -SHELL = /bin/sh -SIG_ATOMIC_T_SUFFIX = -SIZE_T_SUFFIX = -STDARG_H = -STDBOOL_H = -STDINT_H = -STRIP = arm-linux-gnueabi-strip -UNISTD_H_HAVE_WINSOCK2_H = 0 -USE_NLS = yes -VALGRIND = -VERSION = 1.15 -WARN_CFLAGS = -WCHAR_H = -WCHAR_T_SUFFIX = -WERROR_CFLAGS = -WINT_T_SUFFIX = -WSTACK_CFLAGS = -XGETTEXT = /usr/bin/xgettext -XGETTEXT_015 = /usr/bin/xgettext -XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/gnu -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/gnu -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn -ac_ct_CC = -ac_ct_DUMPBIN = -ac_ct_GCJ = -am__include = include -am__leading_dot = . -am__quote = -am__tar = ${AMTAR} chof - "$$tardir" -am__untar = ${AMTAR} xf - -bindir = ${exec_prefix}/bin -build = armel-unknown-none -build_alias = armel -build_cpu = armel -build_os = none -build_vendor = unknown -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -exec_prefix = ${prefix} -gl_LIBOBJS = -gl_LTLIBOBJS = -gltests_LIBOBJS = -gltests_LTLIBOBJS = -host = arm-unknown-linux-gnueabi -host_alias = arm-linux-gnueabi -host_cpu = arm -host_os = linux-gnueabi -host_vendor = unknown -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh -lgl_LIBOBJS = -lgl_LTLIBOBJS = -lgltests_LIBOBJS = -lgltests_LTLIBOBJS = -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -lispdir = ${datadir}/emacs/site-lisp -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -lt_ECHO = echo -mandir = ${prefix}/share/man -mkdir_p = /bin/mkdir -p -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /usr -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target_alias = -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -SUBDIRS = inet -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/gnu/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu java/gnu/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/java/gnu/inet/Makefile b/java/gnu/inet/Makefile deleted file mode 100644 index cd5c86a..0000000 --- a/java/gnu/inet/Makefile +++ /dev/null @@ -1,852 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# java/gnu/inet/Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -pkgdatadir = $(datadir)/libidn -pkgincludedir = $(includedir)/libidn -pkglibdir = $(libdir)/libidn -pkglibexecdir = $(libexecdir)/libidn -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = armel-unknown-none -host_triplet = arm-unknown-linux-gnueabi -subdir = java/gnu/inet -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/lib/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_h.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_open.m4 \ - $(top_srcdir)/lib/gl/m4/ld-output-def.m4 \ - $(top_srcdir)/lib/gl/m4/ld-version-script.m4 \ - $(top_srcdir)/lib/gl/m4/locale-fr.m4 \ - $(top_srcdir)/lib/gl/m4/locale-tr.m4 \ - $(top_srcdir)/lib/gl/m4/multiarch.m4 \ - $(top_srcdir)/lib/gl/m4/stdbool.m4 \ - $(top_srcdir)/lib/gl/m4/stdint.m4 \ - $(top_srcdir)/lib/gl/m4/strverscmp.m4 \ - $(top_srcdir)/lib/gl/m4/wchar.m4 \ - $(top_srcdir)/gl/m4/00gnulib.m4 \ - $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/csharp.m4 \ - $(top_srcdir)/gl/m4/csharpcomp.m4 \ - $(top_srcdir)/gl/m4/errno_h.m4 $(top_srcdir)/gl/m4/error.m4 \ - $(top_srcdir)/gl/m4/extensions.m4 \ - $(top_srcdir)/gl/m4/getopt.m4 \ - $(top_srcdir)/gl/m4/gnulib-common.m4 \ - $(top_srcdir)/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/gl/m4/include_next.m4 \ - $(top_srcdir)/gl/m4/manywarnings.m4 \ - $(top_srcdir)/gl/m4/pmccabe2html.m4 \ - $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/strerror.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ - $(top_srcdir)/gl/m4/unistd_h.m4 \ - $(top_srcdir)/gl/m4/version-etc.m4 \ - $(top_srcdir)/gl/m4/warnings.m4 \ - $(top_srcdir)/m4/ac_prog_jar.m4 $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/update-header-version.m4 \ - $(top_srcdir)/m4/valgrind.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar -APPLE_UNIVERSAL_BUILD = 0 -AR = arm-linux-gnueabi-ar -AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 -AWK = gawk -BITSIZEOF_PTRDIFF_T = -BITSIZEOF_SIG_ATOMIC_T = -BITSIZEOF_SIZE_T = -BITSIZEOF_WCHAR_T = -BITSIZEOF_WINT_T = -CC = arm-linux-gnueabi-gcc -std=gnu99 -CCDEPMODE = depmode=gcc3 -CFLAGS = -g -O2 -CFLAG_VISIBILITY = -fvisibility=hidden -CPP = arm-linux-gnueabi-gcc -E -CPPFLAGS = -CSHARPCOMPFLAGS = -O -g -CSHARP_CHOICE = any -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = dlltool -DLL_VERSION = 11 -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /bin/grep -E -EMACS = no -EMACSLOADPATH = -EMULTIHOP_HIDDEN = -EMULTIHOP_VALUE = -ENOLINK_HIDDEN = -ENOLINK_VALUE = -EOVERFLOW_HIDDEN = -EOVERFLOW_VALUE = -ERRNO_H = -EXEEXT = -FGREP = /bin/grep -F -GCJ = gcj -GCJDEPMODE = depmode=none -GCJFLAGS = -g -O2 -GETOPT_H = -GETTEXT_MACRO_VERSION = 0.17 -GJDOC = -GMSGFMT = /usr/bin/msgfmt -GMSGFMT_015 = /usr/bin/msgfmt -GNULIB_BTOWC = 0 -GNULIB_CHOWN = 0 -GNULIB_CLOSE = 0 -GNULIB_DUP2 = 0 -GNULIB_ENVIRON = 0 -GNULIB_EUIDACCESS = 0 -GNULIB_FCHDIR = 0 -GNULIB_FSYNC = 0 -GNULIB_FTRUNCATE = 0 -GNULIB_GETCWD = 0 -GNULIB_GETDOMAINNAME = 0 -GNULIB_GETDTABLESIZE = 0 -GNULIB_GETHOSTNAME = 0 -GNULIB_GETLOGIN_R = 0 -GNULIB_GETPAGESIZE = 0 -GNULIB_GETUSERSHELL = 0 -GNULIB_LCHOWN = 0 -GNULIB_LINK = 0 -GNULIB_LSEEK = 0 -GNULIB_MBRLEN = 0 -GNULIB_MBRTOWC = 0 -GNULIB_MBSCASECMP = 0 -GNULIB_MBSCASESTR = 0 -GNULIB_MBSCHR = 0 -GNULIB_MBSCSPN = 0 -GNULIB_MBSINIT = 0 -GNULIB_MBSLEN = 0 -GNULIB_MBSNCASECMP = 0 -GNULIB_MBSNLEN = 0 -GNULIB_MBSNRTOWCS = 0 -GNULIB_MBSPBRK = 0 -GNULIB_MBSPCASECMP = 0 -GNULIB_MBSRCHR = 0 -GNULIB_MBSRTOWCS = 0 -GNULIB_MBSSEP = 0 -GNULIB_MBSSPN = 0 -GNULIB_MBSSTR = 0 -GNULIB_MBSTOK_R = 0 -GNULIB_MEMMEM = 0 -GNULIB_MEMPCPY = 0 -GNULIB_MEMRCHR = 0 -GNULIB_RAWMEMCHR = 0 -GNULIB_READLINK = 0 -GNULIB_SLEEP = 0 -GNULIB_STPCPY = 0 -GNULIB_STPNCPY = 0 -GNULIB_STRCASESTR = 0 -GNULIB_STRCHRNUL = 0 -GNULIB_STRDUP = 0 -GNULIB_STRERROR = 1 -GNULIB_STRNDUP = 0 -GNULIB_STRNLEN = 0 -GNULIB_STRPBRK = 0 -GNULIB_STRSEP = 0 -GNULIB_STRSIGNAL = 0 -GNULIB_STRSTR = 0 -GNULIB_STRTOK_R = 0 -GNULIB_STRVERSCMP = 1 -GNULIB_UNISTD_H_SIGPIPE = 0 -GNULIB_WCRTOMB = 0 -GNULIB_WCSNRTOMBS = 0 -GNULIB_WCSRTOMBS = 0 -GNULIB_WCTOB = 0 -GNULIB_WCWIDTH = 0 -GNULIB_WRITE = 0 -GREP = /bin/grep -GTKDOC_CHECK = /usr/bin/gtkdoc-check -GTKDOC_MKPDF = /usr/bin/gtkdoc-mkpdf -GTKDOC_REBASE = /usr/bin/gtkdoc-rebase -HAVE_BTOWC = 1 -HAVE_CSC = -HAVE_CSCC = -HAVE_CSCC_IN_PATH = -HAVE_CSC_IN_PATH = -HAVE_DECL_ENVIRON = 1 -HAVE_DECL_GETLOGIN_R = 1 -HAVE_DECL_MEMMEM = 1 -HAVE_DECL_MEMRCHR = 1 -HAVE_DECL_STRDUP = 1 -HAVE_DECL_STRERROR = 1 -HAVE_DECL_STRNDUP = 1 -HAVE_DECL_STRNLEN = 1 -HAVE_DECL_STRSIGNAL = 1 -HAVE_DECL_STRTOK_R = 1 -HAVE_DECL_WCTOB = 1 -HAVE_DECL_WCWIDTH = 1 -HAVE_DUP2 = 1 -HAVE_EUIDACCESS = 1 -HAVE_FSYNC = 1 -HAVE_FTRUNCATE = 1 -HAVE_GETDOMAINNAME = 1 -HAVE_GETDTABLESIZE = 1 -HAVE_GETHOSTNAME = 1 -HAVE_GETPAGESIZE = 1 -HAVE_GETUSERSHELL = 1 -HAVE_INTTYPES_H = 1 -HAVE_LINK = 1 -HAVE_LONG_LONG_INT = 1 -HAVE_MBRLEN = 1 -HAVE_MBRTOWC = 1 -HAVE_MBSINIT = 1 -HAVE_MBSNRTOWCS = 1 -HAVE_MBSRTOWCS = 1 -HAVE_MCS = -HAVE_MCS_IN_PATH = -HAVE_MEMPCPY = 1 -HAVE_OS_H = 0 -HAVE_RAWMEMCHR = 1 -HAVE_READLINK = 1 -HAVE_SIGNED_SIG_ATOMIC_T = -HAVE_SIGNED_WCHAR_T = -HAVE_SIGNED_WINT_T = -HAVE_SLEEP = 1 -HAVE_STDINT_H = 1 -HAVE_STPCPY = 1 -HAVE_STPNCPY = 1 -HAVE_STRCASESTR = 1 -HAVE_STRCHRNUL = 1 -HAVE_STRNDUP = 1 -HAVE_STRPBRK = 1 -HAVE_STRSEP = 1 -HAVE_STRVERSCMP = 1 -HAVE_SYS_BITYPES_H = -HAVE_SYS_INTTYPES_H = -HAVE_SYS_PARAM_H = 0 -HAVE_SYS_TYPES_H = 1 -HAVE_UNISTD_H = 1 -HAVE_UNSIGNED_LONG_LONG_INT = 1 -HAVE_VISIBILITY = 1 -HAVE_WCHAR_H = 1 -HAVE_WCRTOMB = 1 -HAVE_WCSNRTOMBS = 1 -HAVE_WCSRTOMBS = 1 -HAVE_WINT_T = 1 -HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man -HTML_DIR = ${datadir}/gtk-doc/html -ICONV_H = -INCLUDE_NEXT = include_next -INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -INTLLIBS = -INTL_MACOSX_LIBS = -JAR = -LD = /usr/arm-linux-gnueabi/bin/ld -LDFLAGS = -Wl,-z,defs -LIBICONV = -LIBINTL = -LIBOBJS = -LIBS = -LIBTESTS_LIBDEPS = -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LOCALE_FR = none -LOCALE_TR_UTF8 = none -LTLIBICONV = -LTLIBINTL = -LTLIBOBJS = -LT_AGE = 5 -LT_CURRENT = 16 -LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo -MKDIR_P = /bin/mkdir -p -MSGFMT = /usr/bin/msgfmt -MSGFMT_015 = /usr/bin/msgfmt -MSGMERGE = /usr/bin/msgmerge -NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = -NEXT_AS_FIRST_DIRECTIVE_ICONV_H = -NEXT_AS_FIRST_DIRECTIVE_STDARG_H = -NEXT_AS_FIRST_DIRECTIVE_STDINT_H = -NEXT_AS_FIRST_DIRECTIVE_STRING_H = -NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = -NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = -NEXT_ERRNO_H = -NEXT_ICONV_H = -NEXT_STDARG_H = -NEXT_STDINT_H = -NEXT_STRING_H = -NEXT_UNISTD_H = -NEXT_WCHAR_H = -NM = /usr/bin/arm-linux-gnueabi-nm -B -NMEDIT = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = libidn -PACKAGE_BUGREPORT = bug-libidn@gnu.org -PACKAGE_NAME = GNU Libidn -PACKAGE_STRING = GNU Libidn 1.15 -PACKAGE_TARNAME = libidn -PACKAGE_URL = http://www.gnu.org/software/libidn/ -PACKAGE_VERSION = 1.15 -PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl -PKG_CONFIG = /usr/bin/pkg-config -PMCCABE = false -POSUB = po -PRAGMA_SYSTEM_HEADER = #pragma GCC system_header -PTRDIFF_T_SUFFIX = -RANLIB = arm-linux-gnueabi-ranlib -REPLACE_BTOWC = 0 -REPLACE_CHOWN = 0 -REPLACE_CLOSE = 0 -REPLACE_FCHDIR = 0 -REPLACE_GETCWD = 0 -REPLACE_GETPAGESIZE = 0 -REPLACE_ICONV = 0 -REPLACE_ICONV_OPEN = 0 -REPLACE_ICONV_UTF = 0 -REPLACE_LCHOWN = 0 -REPLACE_LSEEK = 0 -REPLACE_MBRLEN = 0 -REPLACE_MBRTOWC = 0 -REPLACE_MBSINIT = 0 -REPLACE_MBSNRTOWCS = 0 -REPLACE_MBSRTOWCS = 0 -REPLACE_MBSTATE_T = 0 -REPLACE_MEMMEM = 0 -REPLACE_STRCASESTR = 0 -REPLACE_STRDUP = 0 -REPLACE_STRERROR = 0 -REPLACE_STRSIGNAL = 0 -REPLACE_STRSTR = 0 -REPLACE_WCRTOMB = 0 -REPLACE_WCSNRTOMBS = 0 -REPLACE_WCSRTOMBS = 0 -REPLACE_WCTOB = 0 -REPLACE_WCWIDTH = 0 -REPLACE_WRITE = 0 -SED = /bin/sed -SET_MAKE = -SHELL = /bin/sh -SIG_ATOMIC_T_SUFFIX = -SIZE_T_SUFFIX = -STDARG_H = -STDBOOL_H = -STDINT_H = -STRIP = arm-linux-gnueabi-strip -UNISTD_H_HAVE_WINSOCK2_H = 0 -USE_NLS = yes -VALGRIND = -VERSION = 1.15 -WARN_CFLAGS = -WCHAR_H = -WCHAR_T_SUFFIX = -WERROR_CFLAGS = -WINT_T_SUFFIX = -WSTACK_CFLAGS = -XGETTEXT = /usr/bin/xgettext -XGETTEXT_015 = /usr/bin/xgettext -XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/gnu/inet -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/gnu/inet -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn -ac_ct_CC = -ac_ct_DUMPBIN = -ac_ct_GCJ = -am__include = include -am__leading_dot = . -am__quote = -am__tar = ${AMTAR} chof - "$$tardir" -am__untar = ${AMTAR} xf - -bindir = ${exec_prefix}/bin -build = armel-unknown-none -build_alias = armel -build_cpu = armel -build_os = none -build_vendor = unknown -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -exec_prefix = ${prefix} -gl_LIBOBJS = -gl_LTLIBOBJS = -gltests_LIBOBJS = -gltests_LTLIBOBJS = -host = arm-unknown-linux-gnueabi -host_alias = arm-linux-gnueabi -host_cpu = arm -host_os = linux-gnueabi -host_vendor = unknown -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh -lgl_LIBOBJS = -lgl_LTLIBOBJS = -lgltests_LIBOBJS = -lgltests_LTLIBOBJS = -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -lispdir = ${datadir}/emacs/site-lisp -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -lt_ECHO = echo -mandir = ${prefix}/share/man -mkdir_p = /bin/mkdir -p -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /usr -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target_alias = -top_build_prefix = ../../../ -top_builddir = ../../.. -top_srcdir = ../../.. -SUBDIRS = encoding -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/gnu/inet/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu java/gnu/inet/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/java/gnu/inet/encoding/Makefile b/java/gnu/inet/encoding/Makefile deleted file mode 100644 index cb46d50..0000000 --- a/java/gnu/inet/encoding/Makefile +++ /dev/null @@ -1,706 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# java/gnu/inet/encoding/Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson. -# -# This file is part of GNU Libidn. -# -# GNU Libidn 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. -# -# GNU Libidn 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 GNU Libidn; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. - -pkgdatadir = $(datadir)/libidn -pkgincludedir = $(includedir)/libidn -pkglibdir = $(libdir)/libidn -pkglibexecdir = $(libexecdir)/libidn -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = armel-unknown-none -host_triplet = arm-unknown-linux-gnueabi -subdir = java/gnu/inet/encoding -DIST_COMMON = $(am__dist_noinst_JAVA_DIST) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/lib/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_h.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_open.m4 \ - $(top_srcdir)/lib/gl/m4/ld-output-def.m4 \ - $(top_srcdir)/lib/gl/m4/ld-version-script.m4 \ - $(top_srcdir)/lib/gl/m4/locale-fr.m4 \ - $(top_srcdir)/lib/gl/m4/locale-tr.m4 \ - $(top_srcdir)/lib/gl/m4/multiarch.m4 \ - $(top_srcdir)/lib/gl/m4/stdbool.m4 \ - $(top_srcdir)/lib/gl/m4/stdint.m4 \ - $(top_srcdir)/lib/gl/m4/strverscmp.m4 \ - $(top_srcdir)/lib/gl/m4/wchar.m4 \ - $(top_srcdir)/gl/m4/00gnulib.m4 \ - $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/csharp.m4 \ - $(top_srcdir)/gl/m4/csharpcomp.m4 \ - $(top_srcdir)/gl/m4/errno_h.m4 $(top_srcdir)/gl/m4/error.m4 \ - $(top_srcdir)/gl/m4/extensions.m4 \ - $(top_srcdir)/gl/m4/getopt.m4 \ - $(top_srcdir)/gl/m4/gnulib-common.m4 \ - $(top_srcdir)/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/gl/m4/include_next.m4 \ - $(top_srcdir)/gl/m4/manywarnings.m4 \ - $(top_srcdir)/gl/m4/pmccabe2html.m4 \ - $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/strerror.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ - $(top_srcdir)/gl/m4/unistd_h.m4 \ - $(top_srcdir)/gl/m4/version-etc.m4 \ - $(top_srcdir)/gl/m4/warnings.m4 \ - $(top_srcdir)/m4/ac_prog_jar.m4 $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/update-header-version.m4 \ - $(top_srcdir)/m4/valgrind.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -am__dist_noinst_JAVA_DIST = CombiningClass.java Composition.java \ - DecompositionKeys.java DecompositionMappings.java IDNA.java \ - IDNAException.java NFKC.java Punycode.java \ - PunycodeException.java RFC3454.java Stringprep.java \ - StringprepException.java -JAVAC = javac -CLASSPATH_ENV = CLASSPATH=$(JAVAROOT):$(srcdir)/$(JAVAROOT):$$CLASSPATH -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar -APPLE_UNIVERSAL_BUILD = 0 -AR = arm-linux-gnueabi-ar -AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 -AWK = gawk -BITSIZEOF_PTRDIFF_T = -BITSIZEOF_SIG_ATOMIC_T = -BITSIZEOF_SIZE_T = -BITSIZEOF_WCHAR_T = -BITSIZEOF_WINT_T = -CC = arm-linux-gnueabi-gcc -std=gnu99 -CCDEPMODE = depmode=gcc3 -CFLAGS = -g -O2 -CFLAG_VISIBILITY = -fvisibility=hidden -CPP = arm-linux-gnueabi-gcc -E -CPPFLAGS = -CSHARPCOMPFLAGS = -O -g -CSHARP_CHOICE = any -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = dlltool -DLL_VERSION = 11 -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /bin/grep -E -EMACS = no -EMACSLOADPATH = -EMULTIHOP_HIDDEN = -EMULTIHOP_VALUE = -ENOLINK_HIDDEN = -ENOLINK_VALUE = -EOVERFLOW_HIDDEN = -EOVERFLOW_VALUE = -ERRNO_H = -EXEEXT = -FGREP = /bin/grep -F -GCJ = gcj -GCJDEPMODE = depmode=none -GCJFLAGS = -g -O2 -GETOPT_H = -GETTEXT_MACRO_VERSION = 0.17 -GJDOC = -GMSGFMT = /usr/bin/msgfmt -GMSGFMT_015 = /usr/bin/msgfmt -GNULIB_BTOWC = 0 -GNULIB_CHOWN = 0 -GNULIB_CLOSE = 0 -GNULIB_DUP2 = 0 -GNULIB_ENVIRON = 0 -GNULIB_EUIDACCESS = 0 -GNULIB_FCHDIR = 0 -GNULIB_FSYNC = 0 -GNULIB_FTRUNCATE = 0 -GNULIB_GETCWD = 0 -GNULIB_GETDOMAINNAME = 0 -GNULIB_GETDTABLESIZE = 0 -GNULIB_GETHOSTNAME = 0 -GNULIB_GETLOGIN_R = 0 -GNULIB_GETPAGESIZE = 0 -GNULIB_GETUSERSHELL = 0 -GNULIB_LCHOWN = 0 -GNULIB_LINK = 0 -GNULIB_LSEEK = 0 -GNULIB_MBRLEN = 0 -GNULIB_MBRTOWC = 0 -GNULIB_MBSCASECMP = 0 -GNULIB_MBSCASESTR = 0 -GNULIB_MBSCHR = 0 -GNULIB_MBSCSPN = 0 -GNULIB_MBSINIT = 0 -GNULIB_MBSLEN = 0 -GNULIB_MBSNCASECMP = 0 -GNULIB_MBSNLEN = 0 -GNULIB_MBSNRTOWCS = 0 -GNULIB_MBSPBRK = 0 -GNULIB_MBSPCASECMP = 0 -GNULIB_MBSRCHR = 0 -GNULIB_MBSRTOWCS = 0 -GNULIB_MBSSEP = 0 -GNULIB_MBSSPN = 0 -GNULIB_MBSSTR = 0 -GNULIB_MBSTOK_R = 0 -GNULIB_MEMMEM = 0 -GNULIB_MEMPCPY = 0 -GNULIB_MEMRCHR = 0 -GNULIB_RAWMEMCHR = 0 -GNULIB_READLINK = 0 -GNULIB_SLEEP = 0 -GNULIB_STPCPY = 0 -GNULIB_STPNCPY = 0 -GNULIB_STRCASESTR = 0 -GNULIB_STRCHRNUL = 0 -GNULIB_STRDUP = 0 -GNULIB_STRERROR = 1 -GNULIB_STRNDUP = 0 -GNULIB_STRNLEN = 0 -GNULIB_STRPBRK = 0 -GNULIB_STRSEP = 0 -GNULIB_STRSIGNAL = 0 -GNULIB_STRSTR = 0 -GNULIB_STRTOK_R = 0 -GNULIB_STRVERSCMP = 1 -GNULIB_UNISTD_H_SIGPIPE = 0 -GNULIB_WCRTOMB = 0 -GNULIB_WCSNRTOMBS = 0 -GNULIB_WCSRTOMBS = 0 -GNULIB_WCTOB = 0 -GNULIB_WCWIDTH = 0 -GNULIB_WRITE = 0 -GREP = /bin/grep -GTKDOC_CHECK = /usr/bin/gtkdoc-check -GTKDOC_MKPDF = /usr/bin/gtkdoc-mkpdf -GTKDOC_REBASE = /usr/bin/gtkdoc-rebase -HAVE_BTOWC = 1 -HAVE_CSC = -HAVE_CSCC = -HAVE_CSCC_IN_PATH = -HAVE_CSC_IN_PATH = -HAVE_DECL_ENVIRON = 1 -HAVE_DECL_GETLOGIN_R = 1 -HAVE_DECL_MEMMEM = 1 -HAVE_DECL_MEMRCHR = 1 -HAVE_DECL_STRDUP = 1 -HAVE_DECL_STRERROR = 1 -HAVE_DECL_STRNDUP = 1 -HAVE_DECL_STRNLEN = 1 -HAVE_DECL_STRSIGNAL = 1 -HAVE_DECL_STRTOK_R = 1 -HAVE_DECL_WCTOB = 1 -HAVE_DECL_WCWIDTH = 1 -HAVE_DUP2 = 1 -HAVE_EUIDACCESS = 1 -HAVE_FSYNC = 1 -HAVE_FTRUNCATE = 1 -HAVE_GETDOMAINNAME = 1 -HAVE_GETDTABLESIZE = 1 -HAVE_GETHOSTNAME = 1 -HAVE_GETPAGESIZE = 1 -HAVE_GETUSERSHELL = 1 -HAVE_INTTYPES_H = 1 -HAVE_LINK = 1 -HAVE_LONG_LONG_INT = 1 -HAVE_MBRLEN = 1 -HAVE_MBRTOWC = 1 -HAVE_MBSINIT = 1 -HAVE_MBSNRTOWCS = 1 -HAVE_MBSRTOWCS = 1 -HAVE_MCS = -HAVE_MCS_IN_PATH = -HAVE_MEMPCPY = 1 -HAVE_OS_H = 0 -HAVE_RAWMEMCHR = 1 -HAVE_READLINK = 1 -HAVE_SIGNED_SIG_ATOMIC_T = -HAVE_SIGNED_WCHAR_T = -HAVE_SIGNED_WINT_T = -HAVE_SLEEP = 1 -HAVE_STDINT_H = 1 -HAVE_STPCPY = 1 -HAVE_STPNCPY = 1 -HAVE_STRCASESTR = 1 -HAVE_STRCHRNUL = 1 -HAVE_STRNDUP = 1 -HAVE_STRPBRK = 1 -HAVE_STRSEP = 1 -HAVE_STRVERSCMP = 1 -HAVE_SYS_BITYPES_H = -HAVE_SYS_INTTYPES_H = -HAVE_SYS_PARAM_H = 0 -HAVE_SYS_TYPES_H = 1 -HAVE_UNISTD_H = 1 -HAVE_UNSIGNED_LONG_LONG_INT = 1 -HAVE_VISIBILITY = 1 -HAVE_WCHAR_H = 1 -HAVE_WCRTOMB = 1 -HAVE_WCSNRTOMBS = 1 -HAVE_WCSRTOMBS = 1 -HAVE_WINT_T = 1 -HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man -HTML_DIR = ${datadir}/gtk-doc/html -ICONV_H = -INCLUDE_NEXT = include_next -INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -INTLLIBS = -INTL_MACOSX_LIBS = -JAR = -LD = /usr/arm-linux-gnueabi/bin/ld -LDFLAGS = -Wl,-z,defs -LIBICONV = -LIBINTL = -LIBOBJS = -LIBS = -LIBTESTS_LIBDEPS = -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LOCALE_FR = none -LOCALE_TR_UTF8 = none -LTLIBICONV = -LTLIBINTL = -LTLIBOBJS = -LT_AGE = 5 -LT_CURRENT = 16 -LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo -MKDIR_P = /bin/mkdir -p -MSGFMT = /usr/bin/msgfmt -MSGFMT_015 = /usr/bin/msgfmt -MSGMERGE = /usr/bin/msgmerge -NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = -NEXT_AS_FIRST_DIRECTIVE_ICONV_H = -NEXT_AS_FIRST_DIRECTIVE_STDARG_H = -NEXT_AS_FIRST_DIRECTIVE_STDINT_H = -NEXT_AS_FIRST_DIRECTIVE_STRING_H = -NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = -NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = -NEXT_ERRNO_H = -NEXT_ICONV_H = -NEXT_STDARG_H = -NEXT_STDINT_H = -NEXT_STRING_H = -NEXT_UNISTD_H = -NEXT_WCHAR_H = -NM = /usr/bin/arm-linux-gnueabi-nm -B -NMEDIT = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = libidn -PACKAGE_BUGREPORT = bug-libidn@gnu.org -PACKAGE_NAME = GNU Libidn -PACKAGE_STRING = GNU Libidn 1.15 -PACKAGE_TARNAME = libidn -PACKAGE_URL = http://www.gnu.org/software/libidn/ -PACKAGE_VERSION = 1.15 -PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl -PKG_CONFIG = /usr/bin/pkg-config -PMCCABE = false -POSUB = po -PRAGMA_SYSTEM_HEADER = #pragma GCC system_header -PTRDIFF_T_SUFFIX = -RANLIB = arm-linux-gnueabi-ranlib -REPLACE_BTOWC = 0 -REPLACE_CHOWN = 0 -REPLACE_CLOSE = 0 -REPLACE_FCHDIR = 0 -REPLACE_GETCWD = 0 -REPLACE_GETPAGESIZE = 0 -REPLACE_ICONV = 0 -REPLACE_ICONV_OPEN = 0 -REPLACE_ICONV_UTF = 0 -REPLACE_LCHOWN = 0 -REPLACE_LSEEK = 0 -REPLACE_MBRLEN = 0 -REPLACE_MBRTOWC = 0 -REPLACE_MBSINIT = 0 -REPLACE_MBSNRTOWCS = 0 -REPLACE_MBSRTOWCS = 0 -REPLACE_MBSTATE_T = 0 -REPLACE_MEMMEM = 0 -REPLACE_STRCASESTR = 0 -REPLACE_STRDUP = 0 -REPLACE_STRERROR = 0 -REPLACE_STRSIGNAL = 0 -REPLACE_STRSTR = 0 -REPLACE_WCRTOMB = 0 -REPLACE_WCSNRTOMBS = 0 -REPLACE_WCSRTOMBS = 0 -REPLACE_WCTOB = 0 -REPLACE_WCWIDTH = 0 -REPLACE_WRITE = 0 -SED = /bin/sed -SET_MAKE = -SHELL = /bin/sh -SIG_ATOMIC_T_SUFFIX = -SIZE_T_SUFFIX = -STDARG_H = -STDBOOL_H = -STDINT_H = -STRIP = arm-linux-gnueabi-strip -UNISTD_H_HAVE_WINSOCK2_H = 0 -USE_NLS = yes -VALGRIND = -VERSION = 1.15 -WARN_CFLAGS = -WCHAR_H = -WCHAR_T_SUFFIX = -WERROR_CFLAGS = -WINT_T_SUFFIX = -WSTACK_CFLAGS = -XGETTEXT = /usr/bin/xgettext -XGETTEXT_015 = /usr/bin/xgettext -XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/gnu/inet/encoding -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/gnu/inet/encoding -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn -ac_ct_CC = -ac_ct_DUMPBIN = -ac_ct_GCJ = -am__include = include -am__leading_dot = . -am__quote = -am__tar = ${AMTAR} chof - "$$tardir" -am__untar = ${AMTAR} xf - -bindir = ${exec_prefix}/bin -build = armel-unknown-none -build_alias = armel -build_cpu = armel -build_os = none -build_vendor = unknown -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -exec_prefix = ${prefix} -gl_LIBOBJS = -gl_LTLIBOBJS = -gltests_LIBOBJS = -gltests_LTLIBOBJS = -host = arm-unknown-linux-gnueabi -host_alias = arm-linux-gnueabi -host_cpu = arm -host_os = linux-gnueabi -host_vendor = unknown -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh -lgl_LIBOBJS = -lgl_LTLIBOBJS = -lgltests_LIBOBJS = -lgltests_LTLIBOBJS = -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -lispdir = ${datadir}/emacs/site-lisp -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -lt_ECHO = echo -mandir = ${prefix}/share/man -mkdir_p = /bin/mkdir -p -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /usr -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target_alias = -top_build_prefix = ../../../../ -top_builddir = ../../../.. -top_srcdir = ../../../.. -JAVAROOT = $(top_builddir)/java -#dist_noinst_JAVA = CombiningClass.java \ -# Composition.java \ -# DecompositionKeys.java \ -# DecompositionMappings.java \ -# IDNA.java \ -# IDNAException.java \ -# NFKC.java \ -# Punycode.java \ -# PunycodeException.java \ -# RFC3454.java \ -# Stringprep.java \ -# StringprepException.java - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/gnu/inet/encoding/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu java/gnu/inet/encoding/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -classdist_noinst.stamp: $(dist_noinst_JAVA) - @list1='$?'; list2=; if test -n "$$list1"; then \ - for p in $$list1; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - list2="$$list2 $$d$$p"; \ - done; \ - echo '$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) '"$$list2"; \ - $(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) $$list2; \ - else :; fi - echo timestamp > classdist_noinst.stamp - -clean-dist_noinstJAVA: - -rm -f *.class classdist_noinst.stamp -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile classdist_noinst.stamp -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-dist_noinstJAVA clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-dist_noinstJAVA \ - clean-generic clean-libtool distclean distclean-generic \ - distclean-libtool distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/java/misc/Makefile b/java/misc/Makefile deleted file mode 100644 index b87c758..0000000 --- a/java/misc/Makefile +++ /dev/null @@ -1,693 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# java/misc/Makefile. Generated from Makefile.in by configure. - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - - -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation -# -# This file is part of GNU Libidn. -# -# GNU Libidn 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. -# -# GNU Libidn 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 GNU Libidn; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - -pkgdatadir = $(datadir)/libidn -pkgincludedir = $(includedir)/libidn -pkglibdir = $(libdir)/libidn -pkglibexecdir = $(libexecdir)/libidn -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = armel-unknown-none -host_triplet = arm-unknown-linux-gnueabi -subdir = java/misc -DIST_COMMON = $(am__dist_noinst_JAVA_DIST) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/lib/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_h.m4 \ - $(top_srcdir)/lib/gl/m4/iconv_open.m4 \ - $(top_srcdir)/lib/gl/m4/ld-output-def.m4 \ - $(top_srcdir)/lib/gl/m4/ld-version-script.m4 \ - $(top_srcdir)/lib/gl/m4/locale-fr.m4 \ - $(top_srcdir)/lib/gl/m4/locale-tr.m4 \ - $(top_srcdir)/lib/gl/m4/multiarch.m4 \ - $(top_srcdir)/lib/gl/m4/stdbool.m4 \ - $(top_srcdir)/lib/gl/m4/stdint.m4 \ - $(top_srcdir)/lib/gl/m4/strverscmp.m4 \ - $(top_srcdir)/lib/gl/m4/wchar.m4 \ - $(top_srcdir)/gl/m4/00gnulib.m4 \ - $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/csharp.m4 \ - $(top_srcdir)/gl/m4/csharpcomp.m4 \ - $(top_srcdir)/gl/m4/errno_h.m4 $(top_srcdir)/gl/m4/error.m4 \ - $(top_srcdir)/gl/m4/extensions.m4 \ - $(top_srcdir)/gl/m4/getopt.m4 \ - $(top_srcdir)/gl/m4/gnulib-common.m4 \ - $(top_srcdir)/gl/m4/gnulib-comp.m4 \ - $(top_srcdir)/gl/m4/include_next.m4 \ - $(top_srcdir)/gl/m4/manywarnings.m4 \ - $(top_srcdir)/gl/m4/pmccabe2html.m4 \ - $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/strerror.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ - $(top_srcdir)/gl/m4/unistd_h.m4 \ - $(top_srcdir)/gl/m4/version-etc.m4 \ - $(top_srcdir)/gl/m4/warnings.m4 \ - $(top_srcdir)/m4/ac_prog_jar.m4 $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/update-header-version.m4 \ - $(top_srcdir)/m4/valgrind.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -am__dist_noinst_JAVA_DIST = GenerateRFC3454.java GenerateNFKC.java \ - TestIDNA.java TestNFKC.java -JAVAC = javac -CLASSPATH_ENV = CLASSPATH=$(JAVAROOT):$(srcdir)/$(JAVAROOT):$$CLASSPATH -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run aclocal-1.11 -AMTAR = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run tar -APPLE_UNIVERSAL_BUILD = 0 -AR = arm-linux-gnueabi-ar -AS = as -AUTOCONF = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run automake-1.11 -AWK = gawk -BITSIZEOF_PTRDIFF_T = -BITSIZEOF_SIG_ATOMIC_T = -BITSIZEOF_SIZE_T = -BITSIZEOF_WCHAR_T = -BITSIZEOF_WINT_T = -CC = arm-linux-gnueabi-gcc -std=gnu99 -CCDEPMODE = depmode=gcc3 -CFLAGS = -g -O2 -CFLAG_VISIBILITY = -fvisibility=hidden -CPP = arm-linux-gnueabi-gcc -E -CPPFLAGS = -CSHARPCOMPFLAGS = -O -g -CSHARP_CHOICE = any -CYGPATH_W = echo -DEFS = -DHAVE_CONFIG_H -DEPDIR = .deps -DLLTOOL = dlltool -DLL_VERSION = 11 -DSYMUTIL = -DUMPBIN = -ECHO_C = -ECHO_N = -n -ECHO_T = -EGREP = /bin/grep -E -EMACS = no -EMACSLOADPATH = -EMULTIHOP_HIDDEN = -EMULTIHOP_VALUE = -ENOLINK_HIDDEN = -ENOLINK_VALUE = -EOVERFLOW_HIDDEN = -EOVERFLOW_VALUE = -ERRNO_H = -EXEEXT = -FGREP = /bin/grep -F -GCJ = gcj -GCJDEPMODE = depmode=none -GCJFLAGS = -g -O2 -GETOPT_H = -GETTEXT_MACRO_VERSION = 0.17 -GJDOC = -GMSGFMT = /usr/bin/msgfmt -GMSGFMT_015 = /usr/bin/msgfmt -GNULIB_BTOWC = 0 -GNULIB_CHOWN = 0 -GNULIB_CLOSE = 0 -GNULIB_DUP2 = 0 -GNULIB_ENVIRON = 0 -GNULIB_EUIDACCESS = 0 -GNULIB_FCHDIR = 0 -GNULIB_FSYNC = 0 -GNULIB_FTRUNCATE = 0 -GNULIB_GETCWD = 0 -GNULIB_GETDOMAINNAME = 0 -GNULIB_GETDTABLESIZE = 0 -GNULIB_GETHOSTNAME = 0 -GNULIB_GETLOGIN_R = 0 -GNULIB_GETPAGESIZE = 0 -GNULIB_GETUSERSHELL = 0 -GNULIB_LCHOWN = 0 -GNULIB_LINK = 0 -GNULIB_LSEEK = 0 -GNULIB_MBRLEN = 0 -GNULIB_MBRTOWC = 0 -GNULIB_MBSCASECMP = 0 -GNULIB_MBSCASESTR = 0 -GNULIB_MBSCHR = 0 -GNULIB_MBSCSPN = 0 -GNULIB_MBSINIT = 0 -GNULIB_MBSLEN = 0 -GNULIB_MBSNCASECMP = 0 -GNULIB_MBSNLEN = 0 -GNULIB_MBSNRTOWCS = 0 -GNULIB_MBSPBRK = 0 -GNULIB_MBSPCASECMP = 0 -GNULIB_MBSRCHR = 0 -GNULIB_MBSRTOWCS = 0 -GNULIB_MBSSEP = 0 -GNULIB_MBSSPN = 0 -GNULIB_MBSSTR = 0 -GNULIB_MBSTOK_R = 0 -GNULIB_MEMMEM = 0 -GNULIB_MEMPCPY = 0 -GNULIB_MEMRCHR = 0 -GNULIB_RAWMEMCHR = 0 -GNULIB_READLINK = 0 -GNULIB_SLEEP = 0 -GNULIB_STPCPY = 0 -GNULIB_STPNCPY = 0 -GNULIB_STRCASESTR = 0 -GNULIB_STRCHRNUL = 0 -GNULIB_STRDUP = 0 -GNULIB_STRERROR = 1 -GNULIB_STRNDUP = 0 -GNULIB_STRNLEN = 0 -GNULIB_STRPBRK = 0 -GNULIB_STRSEP = 0 -GNULIB_STRSIGNAL = 0 -GNULIB_STRSTR = 0 -GNULIB_STRTOK_R = 0 -GNULIB_STRVERSCMP = 1 -GNULIB_UNISTD_H_SIGPIPE = 0 -GNULIB_WCRTOMB = 0 -GNULIB_WCSNRTOMBS = 0 -GNULIB_WCSRTOMBS = 0 -GNULIB_WCTOB = 0 -GNULIB_WCWIDTH = 0 -GNULIB_WRITE = 0 -GREP = /bin/grep -GTKDOC_CHECK = /usr/bin/gtkdoc-check -GTKDOC_MKPDF = /usr/bin/gtkdoc-mkpdf -GTKDOC_REBASE = /usr/bin/gtkdoc-rebase -HAVE_BTOWC = 1 -HAVE_CSC = -HAVE_CSCC = -HAVE_CSCC_IN_PATH = -HAVE_CSC_IN_PATH = -HAVE_DECL_ENVIRON = 1 -HAVE_DECL_GETLOGIN_R = 1 -HAVE_DECL_MEMMEM = 1 -HAVE_DECL_MEMRCHR = 1 -HAVE_DECL_STRDUP = 1 -HAVE_DECL_STRERROR = 1 -HAVE_DECL_STRNDUP = 1 -HAVE_DECL_STRNLEN = 1 -HAVE_DECL_STRSIGNAL = 1 -HAVE_DECL_STRTOK_R = 1 -HAVE_DECL_WCTOB = 1 -HAVE_DECL_WCWIDTH = 1 -HAVE_DUP2 = 1 -HAVE_EUIDACCESS = 1 -HAVE_FSYNC = 1 -HAVE_FTRUNCATE = 1 -HAVE_GETDOMAINNAME = 1 -HAVE_GETDTABLESIZE = 1 -HAVE_GETHOSTNAME = 1 -HAVE_GETPAGESIZE = 1 -HAVE_GETUSERSHELL = 1 -HAVE_INTTYPES_H = 1 -HAVE_LINK = 1 -HAVE_LONG_LONG_INT = 1 -HAVE_MBRLEN = 1 -HAVE_MBRTOWC = 1 -HAVE_MBSINIT = 1 -HAVE_MBSNRTOWCS = 1 -HAVE_MBSRTOWCS = 1 -HAVE_MCS = -HAVE_MCS_IN_PATH = -HAVE_MEMPCPY = 1 -HAVE_OS_H = 0 -HAVE_RAWMEMCHR = 1 -HAVE_READLINK = 1 -HAVE_SIGNED_SIG_ATOMIC_T = -HAVE_SIGNED_WCHAR_T = -HAVE_SIGNED_WINT_T = -HAVE_SLEEP = 1 -HAVE_STDINT_H = 1 -HAVE_STPCPY = 1 -HAVE_STPNCPY = 1 -HAVE_STRCASESTR = 1 -HAVE_STRCHRNUL = 1 -HAVE_STRNDUP = 1 -HAVE_STRPBRK = 1 -HAVE_STRSEP = 1 -HAVE_STRVERSCMP = 1 -HAVE_SYS_BITYPES_H = -HAVE_SYS_INTTYPES_H = -HAVE_SYS_PARAM_H = 0 -HAVE_SYS_TYPES_H = 1 -HAVE_UNISTD_H = 1 -HAVE_UNSIGNED_LONG_LONG_INT = 1 -HAVE_VISIBILITY = 1 -HAVE_WCHAR_H = 1 -HAVE_WCRTOMB = 1 -HAVE_WCSNRTOMBS = 1 -HAVE_WCSRTOMBS = 1 -HAVE_WINT_T = 1 -HAVE__BOOL = 1 -HELP2MAN = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run help2man -HTML_DIR = ${datadir}/gtk-doc/html -ICONV_H = -INCLUDE_NEXT = include_next -INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM = ${INSTALL} -INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -INTLLIBS = -INTL_MACOSX_LIBS = -JAR = -LD = /usr/arm-linux-gnueabi/bin/ld -LDFLAGS = -Wl,-z,defs -LIBICONV = -LIBINTL = -LIBOBJS = -LIBS = -LIBTESTS_LIBDEPS = -LIBTOOL = $(SHELL) $(top_builddir)/libtool -LIPO = -LN_S = ln -s -LOCALE_FR = none -LOCALE_TR_UTF8 = none -LTLIBICONV = -LTLIBINTL = -LTLIBOBJS = -LT_AGE = 5 -LT_CURRENT = 16 -LT_REVISION = 44 -MAKEINFO = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run makeinfo -MKDIR_P = /bin/mkdir -p -MSGFMT = /usr/bin/msgfmt -MSGFMT_015 = /usr/bin/msgfmt -MSGMERGE = /usr/bin/msgmerge -NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = -NEXT_AS_FIRST_DIRECTIVE_ICONV_H = -NEXT_AS_FIRST_DIRECTIVE_STDARG_H = -NEXT_AS_FIRST_DIRECTIVE_STDINT_H = -NEXT_AS_FIRST_DIRECTIVE_STRING_H = -NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = -NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = -NEXT_ERRNO_H = -NEXT_ICONV_H = -NEXT_STDARG_H = -NEXT_STDINT_H = -NEXT_STRING_H = -NEXT_UNISTD_H = -NEXT_WCHAR_H = -NM = /usr/bin/arm-linux-gnueabi-nm -B -NMEDIT = -OBJDUMP = objdump -OBJEXT = o -OTOOL = -OTOOL64 = -PACKAGE = libidn -PACKAGE_BUGREPORT = bug-libidn@gnu.org -PACKAGE_NAME = GNU Libidn -PACKAGE_STRING = GNU Libidn 1.15 -PACKAGE_TARNAME = libidn -PACKAGE_URL = http://www.gnu.org/software/libidn/ -PACKAGE_VERSION = 1.15 -PATH_SEPARATOR = : -PERL = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/missing --run perl -PKG_CONFIG = /usr/bin/pkg-config -PMCCABE = false -POSUB = po -PRAGMA_SYSTEM_HEADER = #pragma GCC system_header -PTRDIFF_T_SUFFIX = -RANLIB = arm-linux-gnueabi-ranlib -REPLACE_BTOWC = 0 -REPLACE_CHOWN = 0 -REPLACE_CLOSE = 0 -REPLACE_FCHDIR = 0 -REPLACE_GETCWD = 0 -REPLACE_GETPAGESIZE = 0 -REPLACE_ICONV = 0 -REPLACE_ICONV_OPEN = 0 -REPLACE_ICONV_UTF = 0 -REPLACE_LCHOWN = 0 -REPLACE_LSEEK = 0 -REPLACE_MBRLEN = 0 -REPLACE_MBRTOWC = 0 -REPLACE_MBSINIT = 0 -REPLACE_MBSNRTOWCS = 0 -REPLACE_MBSRTOWCS = 0 -REPLACE_MBSTATE_T = 0 -REPLACE_MEMMEM = 0 -REPLACE_STRCASESTR = 0 -REPLACE_STRDUP = 0 -REPLACE_STRERROR = 0 -REPLACE_STRSIGNAL = 0 -REPLACE_STRSTR = 0 -REPLACE_WCRTOMB = 0 -REPLACE_WCSNRTOMBS = 0 -REPLACE_WCSRTOMBS = 0 -REPLACE_WCTOB = 0 -REPLACE_WCWIDTH = 0 -REPLACE_WRITE = 0 -SED = /bin/sed -SET_MAKE = -SHELL = /bin/sh -SIG_ATOMIC_T_SUFFIX = -SIZE_T_SUFFIX = -STDARG_H = -STDBOOL_H = -STDINT_H = -STRIP = arm-linux-gnueabi-strip -UNISTD_H_HAVE_WINSOCK2_H = 0 -USE_NLS = yes -VALGRIND = -VERSION = 1.15 -WARN_CFLAGS = -WCHAR_H = -WCHAR_T_SUFFIX = -WERROR_CFLAGS = -WINT_T_SUFFIX = -WSTACK_CFLAGS = -XGETTEXT = /usr/bin/xgettext -XGETTEXT_015 = /usr/bin/xgettext -XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format -abs_aux_dir = /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux -abs_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/misc -abs_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn/java/misc -abs_top_builddir = /home/nani/workplace/etc/pkg_tl/public/libidn -abs_top_srcdir = /home/nani/workplace/etc/pkg_tl/public/libidn -ac_ct_CC = -ac_ct_DUMPBIN = -ac_ct_GCJ = -am__include = include -am__leading_dot = . -am__quote = -am__tar = ${AMTAR} chof - "$$tardir" -am__untar = ${AMTAR} xf - -bindir = ${exec_prefix}/bin -build = armel-unknown-none -build_alias = armel -build_cpu = armel -build_os = none -build_vendor = unknown -builddir = . -datadir = ${datarootdir} -datarootdir = ${prefix}/share -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} -dvidir = ${docdir} -exec_prefix = ${prefix} -gl_LIBOBJS = -gl_LTLIBOBJS = -gltests_LIBOBJS = -gltests_LTLIBOBJS = -host = arm-unknown-linux-gnueabi -host_alias = arm-linux-gnueabi -host_cpu = arm -host_os = linux-gnueabi -host_vendor = unknown -htmldir = ${docdir} -includedir = ${prefix}/include -infodir = ${prefix}/share/info -install_sh = ${SHELL} /home/nani/workplace/etc/pkg_tl/public/libidn/build-aux/install-sh -lgl_LIBOBJS = -lgl_LTLIBOBJS = -lgltests_LIBOBJS = -lgltests_LTLIBOBJS = -libdir = ${exec_prefix}/lib -libexecdir = ${exec_prefix}/libexec -lispdir = ${datadir}/emacs/site-lisp -localedir = ${datarootdir}/locale -localstatedir = ${prefix}/var -lt_ECHO = echo -mandir = ${prefix}/share/man -mkdir_p = /bin/mkdir -p -oldincludedir = /usr/include -pdfdir = ${docdir} -prefix = /usr -program_transform_name = s,x,x, -psdir = ${docdir} -sbindir = ${exec_prefix}/sbin -sharedstatedir = ${prefix}/com -srcdir = . -sysconfdir = ${prefix}/etc -target_alias = -top_build_prefix = ../../ -top_builddir = ../.. -top_srcdir = ../.. -JAVAROOT = $(top_builddir)/java/misc -AM_JAVACFLAGS = -classpath $(top_builddir)/java/libidn-$(VERSION).jar:$(top_srcdir)/java/libidn-$(VERSION).jar -#dist_noinst_JAVA = GenerateRFC3454.java GenerateNFKC.java \ -# TestIDNA.java TestNFKC.java - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/misc/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu java/misc/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -classdist_noinst.stamp: $(dist_noinst_JAVA) - @list1='$?'; list2=; if test -n "$$list1"; then \ - for p in $$list1; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - list2="$$list2 $$d$$p"; \ - done; \ - echo '$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) '"$$list2"; \ - $(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) $$list2; \ - else :; fi - echo timestamp > classdist_noinst.stamp - -clean-dist_noinstJAVA: - -rm -f *.class classdist_noinst.stamp -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile classdist_noinst.stamp -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-dist_noinstJAVA clean-generic clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-dist_noinstJAVA \ - clean-generic clean-libtool distclean distclean-generic \ - distclean-libtool distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/lib/gunidecomp.h b/lib/gunidecomp.h index 86657b7..1c48c21 100644 --- a/lib/gunidecomp.h +++ b/lib/gunidecomp.h @@ -6978,970 +6978,970 @@ static const decomposition decomp_table[] = static const gchar decomp_expansion_string[] = "\x20\0" /* offset 0 */ - "\x20\x08\0" /* offset 2 */ + "\x20\xcc\x88\0" /* offset 2 */ "\x61\0" /* offset 6 */ - "\x20\x04\0" /* offset 8 */ + "\x20\xcc\x84\0" /* offset 8 */ "\x32\0" /* offset 12 */ "\x33\0" /* offset 14 */ - "\x20\x01\0" /* offset 16 */ - "\xbc\0" /* offset 20 */ - "\x20\x27\0" /* offset 23 */ + "\x20\xcc\x81\0" /* offset 16 */ + "\xce\xbc\0" /* offset 20 */ + "\x20\xcc\xa7\0" /* offset 23 */ "\x31\0" /* offset 27 */ "\x6f\0" /* offset 29 */ - "\x31\x44\x34\0" /* offset 31 */ - "\x31\x44\x32\0" /* offset 37 */ - "\x33\x44\x34\0" /* offset 43 */ - "\x41\x00\0" /* offset 49 */ - "\x41\x01\0" /* offset 53 */ - "\x41\x02\0" /* offset 57 */ - "\x41\x03\0" /* offset 61 */ - "\x41\x08\0" /* offset 65 */ - "\x41\x0a\0" /* offset 69 */ - "\x43\x27\0" /* offset 73 */ - "\x45\x00\0" /* offset 77 */ - "\x45\x01\0" /* offset 81 */ - "\x45\x02\0" /* offset 85 */ - "\x45\x08\0" /* offset 89 */ - "\x49\x00\0" /* offset 93 */ - "\x49\x01\0" /* offset 97 */ - "\x49\x02\0" /* offset 101 */ - "\x49\x08\0" /* offset 105 */ - "\x4e\x03\0" /* offset 109 */ - "\x4f\x00\0" /* offset 113 */ - "\x4f\x01\0" /* offset 117 */ - "\x4f\x02\0" /* offset 121 */ - "\x4f\x03\0" /* offset 125 */ - "\x4f\x08\0" /* offset 129 */ - "\x55\x00\0" /* offset 133 */ - "\x55\x01\0" /* offset 137 */ - "\x55\x02\0" /* offset 141 */ - "\x55\x08\0" /* offset 145 */ - "\x59\x01\0" /* offset 149 */ - "\x61\x00\0" /* offset 153 */ - "\x61\x01\0" /* offset 157 */ - "\x61\x02\0" /* offset 161 */ - "\x61\x03\0" /* offset 165 */ - "\x61\x08\0" /* offset 169 */ - "\x61\x0a\0" /* offset 173 */ - "\x63\x27\0" /* offset 177 */ - "\x65\x00\0" /* offset 181 */ - "\x65\x01\0" /* offset 185 */ - "\x65\x02\0" /* offset 189 */ - "\x65\x08\0" /* offset 193 */ - "\x69\x00\0" /* offset 197 */ - "\x69\x01\0" /* offset 201 */ - "\x69\x02\0" /* offset 205 */ - "\x69\x08\0" /* offset 209 */ - "\x6e\x03\0" /* offset 213 */ - "\x6f\x00\0" /* offset 217 */ - "\x6f\x01\0" /* offset 221 */ - "\x6f\x02\0" /* offset 225 */ - "\x6f\x03\0" /* offset 229 */ - "\x6f\x08\0" /* offset 233 */ - "\x75\x00\0" /* offset 237 */ - "\x75\x01\0" /* offset 241 */ - "\x75\x02\0" /* offset 245 */ - "\x75\x08\0" /* offset 249 */ - "\x79\x01\0" /* offset 253 */ - "\x79\x08\0" /* offset 257 */ - "\x41\x04\0" /* offset 261 */ - "\x61\x04\0" /* offset 265 */ - "\x41\x06\0" /* offset 269 */ - "\x61\x06\0" /* offset 273 */ - "\x41\x28\0" /* offset 277 */ - "\x61\x28\0" /* offset 281 */ - "\x43\x01\0" /* offset 285 */ - "\x63\x01\0" /* offset 289 */ - "\x43\x02\0" /* offset 293 */ - "\x63\x02\0" /* offset 297 */ - "\x43\x07\0" /* offset 301 */ - "\x63\x07\0" /* offset 305 */ - "\x43\x0c\0" /* offset 309 */ - "\x63\x0c\0" /* offset 313 */ - "\x44\x0c\0" /* offset 317 */ - "\x64\x0c\0" /* offset 321 */ - "\x45\x04\0" /* offset 325 */ - "\x65\x04\0" /* offset 329 */ - "\x45\x06\0" /* offset 333 */ - "\x65\x06\0" /* offset 337 */ - "\x45\x07\0" /* offset 341 */ - "\x65\x07\0" /* offset 345 */ - "\x45\x28\0" /* offset 349 */ - "\x65\x28\0" /* offset 353 */ - "\x45\x0c\0" /* offset 357 */ - "\x65\x0c\0" /* offset 361 */ - "\x47\x02\0" /* offset 365 */ - "\x67\x02\0" /* offset 369 */ - "\x47\x06\0" /* offset 373 */ - "\x67\x06\0" /* offset 377 */ - "\x47\x07\0" /* offset 381 */ - "\x67\x07\0" /* offset 385 */ - "\x47\x27\0" /* offset 389 */ - "\x67\x27\0" /* offset 393 */ - "\x48\x02\0" /* offset 397 */ - "\x68\x02\0" /* offset 401 */ - "\x49\x03\0" /* offset 405 */ - "\x69\x03\0" /* offset 409 */ - "\x49\x04\0" /* offset 413 */ - "\x69\x04\0" /* offset 417 */ - "\x49\x06\0" /* offset 421 */ - "\x69\x06\0" /* offset 425 */ - "\x49\x28\0" /* offset 429 */ - "\x69\x28\0" /* offset 433 */ - "\x49\x07\0" /* offset 437 */ + "\x31\xe2\x81\x84\x34\0" /* offset 31 */ + "\x31\xe2\x81\x84\x32\0" /* offset 37 */ + "\x33\xe2\x81\x84\x34\0" /* offset 43 */ + "\x41\xcc\x80\0" /* offset 49 */ + "\x41\xcc\x81\0" /* offset 53 */ + "\x41\xcc\x82\0" /* offset 57 */ + "\x41\xcc\x83\0" /* offset 61 */ + "\x41\xcc\x88\0" /* offset 65 */ + "\x41\xcc\x8a\0" /* offset 69 */ + "\x43\xcc\xa7\0" /* offset 73 */ + "\x45\xcc\x80\0" /* offset 77 */ + "\x45\xcc\x81\0" /* offset 81 */ + "\x45\xcc\x82\0" /* offset 85 */ + "\x45\xcc\x88\0" /* offset 89 */ + "\x49\xcc\x80\0" /* offset 93 */ + "\x49\xcc\x81\0" /* offset 97 */ + "\x49\xcc\x82\0" /* offset 101 */ + "\x49\xcc\x88\0" /* offset 105 */ + "\x4e\xcc\x83\0" /* offset 109 */ + "\x4f\xcc\x80\0" /* offset 113 */ + "\x4f\xcc\x81\0" /* offset 117 */ + "\x4f\xcc\x82\0" /* offset 121 */ + "\x4f\xcc\x83\0" /* offset 125 */ + "\x4f\xcc\x88\0" /* offset 129 */ + "\x55\xcc\x80\0" /* offset 133 */ + "\x55\xcc\x81\0" /* offset 137 */ + "\x55\xcc\x82\0" /* offset 141 */ + "\x55\xcc\x88\0" /* offset 145 */ + "\x59\xcc\x81\0" /* offset 149 */ + "\x61\xcc\x80\0" /* offset 153 */ + "\x61\xcc\x81\0" /* offset 157 */ + "\x61\xcc\x82\0" /* offset 161 */ + "\x61\xcc\x83\0" /* offset 165 */ + "\x61\xcc\x88\0" /* offset 169 */ + "\x61\xcc\x8a\0" /* offset 173 */ + "\x63\xcc\xa7\0" /* offset 177 */ + "\x65\xcc\x80\0" /* offset 181 */ + "\x65\xcc\x81\0" /* offset 185 */ + "\x65\xcc\x82\0" /* offset 189 */ + "\x65\xcc\x88\0" /* offset 193 */ + "\x69\xcc\x80\0" /* offset 197 */ + "\x69\xcc\x81\0" /* offset 201 */ + "\x69\xcc\x82\0" /* offset 205 */ + "\x69\xcc\x88\0" /* offset 209 */ + "\x6e\xcc\x83\0" /* offset 213 */ + "\x6f\xcc\x80\0" /* offset 217 */ + "\x6f\xcc\x81\0" /* offset 221 */ + "\x6f\xcc\x82\0" /* offset 225 */ + "\x6f\xcc\x83\0" /* offset 229 */ + "\x6f\xcc\x88\0" /* offset 233 */ + "\x75\xcc\x80\0" /* offset 237 */ + "\x75\xcc\x81\0" /* offset 241 */ + "\x75\xcc\x82\0" /* offset 245 */ + "\x75\xcc\x88\0" /* offset 249 */ + "\x79\xcc\x81\0" /* offset 253 */ + "\x79\xcc\x88\0" /* offset 257 */ + "\x41\xcc\x84\0" /* offset 261 */ + "\x61\xcc\x84\0" /* offset 265 */ + "\x41\xcc\x86\0" /* offset 269 */ + "\x61\xcc\x86\0" /* offset 273 */ + "\x41\xcc\xa8\0" /* offset 277 */ + "\x61\xcc\xa8\0" /* offset 281 */ + "\x43\xcc\x81\0" /* offset 285 */ + "\x63\xcc\x81\0" /* offset 289 */ + "\x43\xcc\x82\0" /* offset 293 */ + "\x63\xcc\x82\0" /* offset 297 */ + "\x43\xcc\x87\0" /* offset 301 */ + "\x63\xcc\x87\0" /* offset 305 */ + "\x43\xcc\x8c\0" /* offset 309 */ + "\x63\xcc\x8c\0" /* offset 313 */ + "\x44\xcc\x8c\0" /* offset 317 */ + "\x64\xcc\x8c\0" /* offset 321 */ + "\x45\xcc\x84\0" /* offset 325 */ + "\x65\xcc\x84\0" /* offset 329 */ + "\x45\xcc\x86\0" /* offset 333 */ + "\x65\xcc\x86\0" /* offset 337 */ + "\x45\xcc\x87\0" /* offset 341 */ + "\x65\xcc\x87\0" /* offset 345 */ + "\x45\xcc\xa8\0" /* offset 349 */ + "\x65\xcc\xa8\0" /* offset 353 */ + "\x45\xcc\x8c\0" /* offset 357 */ + "\x65\xcc\x8c\0" /* offset 361 */ + "\x47\xcc\x82\0" /* offset 365 */ + "\x67\xcc\x82\0" /* offset 369 */ + "\x47\xcc\x86\0" /* offset 373 */ + "\x67\xcc\x86\0" /* offset 377 */ + "\x47\xcc\x87\0" /* offset 381 */ + "\x67\xcc\x87\0" /* offset 385 */ + "\x47\xcc\xa7\0" /* offset 389 */ + "\x67\xcc\xa7\0" /* offset 393 */ + "\x48\xcc\x82\0" /* offset 397 */ + "\x68\xcc\x82\0" /* offset 401 */ + "\x49\xcc\x83\0" /* offset 405 */ + "\x69\xcc\x83\0" /* offset 409 */ + "\x49\xcc\x84\0" /* offset 413 */ + "\x69\xcc\x84\0" /* offset 417 */ + "\x49\xcc\x86\0" /* offset 421 */ + "\x69\xcc\x86\0" /* offset 425 */ + "\x49\xcc\xa8\0" /* offset 429 */ + "\x69\xcc\xa8\0" /* offset 433 */ + "\x49\xcc\x87\0" /* offset 437 */ "\x49\x4a\0" /* offset 441 */ "\x69\x6a\0" /* offset 444 */ - "\x4a\x02\0" /* offset 447 */ - "\x6a\x02\0" /* offset 451 */ - "\x4b\x27\0" /* offset 455 */ - "\x6b\x27\0" /* offset 459 */ - "\x4c\x01\0" /* offset 463 */ - "\x6c\x01\0" /* offset 467 */ - "\x4c\x27\0" /* offset 471 */ - "\x6c\x27\0" /* offset 475 */ - "\x4c\x0c\0" /* offset 479 */ - "\x6c\x0c\0" /* offset 483 */ - "\x4c\xb7\0" /* offset 487 */ - "\x6c\xb7\0" /* offset 491 */ - "\x4e\x01\0" /* offset 495 */ - "\x6e\x01\0" /* offset 499 */ - "\x4e\x27\0" /* offset 503 */ - "\x6e\x27\0" /* offset 507 */ - "\x4e\x0c\0" /* offset 511 */ - "\x6e\x0c\0" /* offset 515 */ - "\xbc\x6e\0" /* offset 519 */ - "\x4f\x04\0" /* offset 523 */ - "\x6f\x04\0" /* offset 527 */ - "\x4f\x06\0" /* offset 531 */ - "\x6f\x06\0" /* offset 535 */ - "\x4f\x0b\0" /* offset 539 */ - "\x6f\x0b\0" /* offset 543 */ - "\x52\x01\0" /* offset 547 */ - "\x72\x01\0" /* offset 551 */ - "\x52\x27\0" /* offset 555 */ - "\x72\x27\0" /* offset 559 */ - "\x52\x0c\0" /* offset 563 */ - "\x72\x0c\0" /* offset 567 */ - "\x53\x01\0" /* offset 571 */ - "\x73\x01\0" /* offset 575 */ - "\x53\x02\0" /* offset 579 */ - "\x73\x02\0" /* offset 583 */ - "\x53\x27\0" /* offset 587 */ - "\x73\x27\0" /* offset 591 */ - "\x53\x0c\0" /* offset 595 */ - "\x73\x0c\0" /* offset 599 */ - "\x54\x27\0" /* offset 603 */ - "\x74\x27\0" /* offset 607 */ - "\x54\x0c\0" /* offset 611 */ - "\x74\x0c\0" /* offset 615 */ - "\x55\x03\0" /* offset 619 */ - "\x75\x03\0" /* offset 623 */ - "\x55\x04\0" /* offset 627 */ - "\x75\x04\0" /* offset 631 */ - "\x55\x06\0" /* offset 635 */ - "\x75\x06\0" /* offset 639 */ - "\x55\x0a\0" /* offset 643 */ - "\x75\x0a\0" /* offset 647 */ - "\x55\x0b\0" /* offset 651 */ - "\x75\x0b\0" /* offset 655 */ - "\x55\x28\0" /* offset 659 */ - "\x75\x28\0" /* offset 663 */ - "\x57\x02\0" /* offset 667 */ - "\x77\x02\0" /* offset 671 */ - "\x59\x02\0" /* offset 675 */ - "\x79\x02\0" /* offset 679 */ - "\x59\x08\0" /* offset 683 */ - "\x5a\x01\0" /* offset 687 */ - "\x7a\x01\0" /* offset 691 */ - "\x5a\x07\0" /* offset 695 */ - "\x7a\x07\0" /* offset 699 */ - "\x5a\x0c\0" /* offset 703 */ - "\x7a\x0c\0" /* offset 707 */ + "\x4a\xcc\x82\0" /* offset 447 */ + "\x6a\xcc\x82\0" /* offset 451 */ + "\x4b\xcc\xa7\0" /* offset 455 */ + "\x6b\xcc\xa7\0" /* offset 459 */ + "\x4c\xcc\x81\0" /* offset 463 */ + "\x6c\xcc\x81\0" /* offset 467 */ + "\x4c\xcc\xa7\0" /* offset 471 */ + "\x6c\xcc\xa7\0" /* offset 475 */ + "\x4c\xcc\x8c\0" /* offset 479 */ + "\x6c\xcc\x8c\0" /* offset 483 */ + "\x4c\xc2\xb7\0" /* offset 487 */ + "\x6c\xc2\xb7\0" /* offset 491 */ + "\x4e\xcc\x81\0" /* offset 495 */ + "\x6e\xcc\x81\0" /* offset 499 */ + "\x4e\xcc\xa7\0" /* offset 503 */ + "\x6e\xcc\xa7\0" /* offset 507 */ + "\x4e\xcc\x8c\0" /* offset 511 */ + "\x6e\xcc\x8c\0" /* offset 515 */ + "\xca\xbc\x6e\0" /* offset 519 */ + "\x4f\xcc\x84\0" /* offset 523 */ + "\x6f\xcc\x84\0" /* offset 527 */ + "\x4f\xcc\x86\0" /* offset 531 */ + "\x6f\xcc\x86\0" /* offset 535 */ + "\x4f\xcc\x8b\0" /* offset 539 */ + "\x6f\xcc\x8b\0" /* offset 543 */ + "\x52\xcc\x81\0" /* offset 547 */ + "\x72\xcc\x81\0" /* offset 551 */ + "\x52\xcc\xa7\0" /* offset 555 */ + "\x72\xcc\xa7\0" /* offset 559 */ + "\x52\xcc\x8c\0" /* offset 563 */ + "\x72\xcc\x8c\0" /* offset 567 */ + "\x53\xcc\x81\0" /* offset 571 */ + "\x73\xcc\x81\0" /* offset 575 */ + "\x53\xcc\x82\0" /* offset 579 */ + "\x73\xcc\x82\0" /* offset 583 */ + "\x53\xcc\xa7\0" /* offset 587 */ + "\x73\xcc\xa7\0" /* offset 591 */ + "\x53\xcc\x8c\0" /* offset 595 */ + "\x73\xcc\x8c\0" /* offset 599 */ + "\x54\xcc\xa7\0" /* offset 603 */ + "\x74\xcc\xa7\0" /* offset 607 */ + "\x54\xcc\x8c\0" /* offset 611 */ + "\x74\xcc\x8c\0" /* offset 615 */ + "\x55\xcc\x83\0" /* offset 619 */ + "\x75\xcc\x83\0" /* offset 623 */ + "\x55\xcc\x84\0" /* offset 627 */ + "\x75\xcc\x84\0" /* offset 631 */ + "\x55\xcc\x86\0" /* offset 635 */ + "\x75\xcc\x86\0" /* offset 639 */ + "\x55\xcc\x8a\0" /* offset 643 */ + "\x75\xcc\x8a\0" /* offset 647 */ + "\x55\xcc\x8b\0" /* offset 651 */ + "\x75\xcc\x8b\0" /* offset 655 */ + "\x55\xcc\xa8\0" /* offset 659 */ + "\x75\xcc\xa8\0" /* offset 663 */ + "\x57\xcc\x82\0" /* offset 667 */ + "\x77\xcc\x82\0" /* offset 671 */ + "\x59\xcc\x82\0" /* offset 675 */ + "\x79\xcc\x82\0" /* offset 679 */ + "\x59\xcc\x88\0" /* offset 683 */ + "\x5a\xcc\x81\0" /* offset 687 */ + "\x7a\xcc\x81\0" /* offset 691 */ + "\x5a\xcc\x87\0" /* offset 695 */ + "\x7a\xcc\x87\0" /* offset 699 */ + "\x5a\xcc\x8c\0" /* offset 703 */ + "\x7a\xcc\x8c\0" /* offset 707 */ "\x73\0" /* offset 711 */ - "\x4f\x1b\0" /* offset 713 */ - "\x6f\x1b\0" /* offset 717 */ - "\x55\x1b\0" /* offset 721 */ - "\x75\x1b\0" /* offset 725 */ - "\x44\x5a\x0c\0" /* offset 729 */ - "\x44\x7a\x0c\0" /* offset 734 */ - "\x64\x7a\x0c\0" /* offset 739 */ + "\x4f\xcc\x9b\0" /* offset 713 */ + "\x6f\xcc\x9b\0" /* offset 717 */ + "\x55\xcc\x9b\0" /* offset 721 */ + "\x75\xcc\x9b\0" /* offset 725 */ + "\x44\x5a\xcc\x8c\0" /* offset 729 */ + "\x44\x7a\xcc\x8c\0" /* offset 734 */ + "\x64\x7a\xcc\x8c\0" /* offset 739 */ "\x4c\x4a\0" /* offset 744 */ "\x4c\x6a\0" /* offset 747 */ "\x6c\x6a\0" /* offset 750 */ "\x4e\x4a\0" /* offset 753 */ "\x4e\x6a\0" /* offset 756 */ "\x6e\x6a\0" /* offset 759 */ - "\x41\x0c\0" /* offset 762 */ - "\x61\x0c\0" /* offset 766 */ - "\x49\x0c\0" /* offset 770 */ - "\x69\x0c\0" /* offset 774 */ - "\x4f\x0c\0" /* offset 778 */ - "\x6f\x0c\0" /* offset 782 */ - "\x55\x0c\0" /* offset 786 */ - "\x75\x0c\0" /* offset 790 */ - "\x55\x08\x04\0" /* offset 794 */ - "\x75\x08\x04\0" /* offset 800 */ - "\x55\x08\x01\0" /* offset 806 */ - "\x75\x08\x01\0" /* offset 812 */ - "\x55\x08\x0c\0" /* offset 818 */ - "\x75\x08\x0c\0" /* offset 824 */ - "\x55\x08\x00\0" /* offset 830 */ - "\x75\x08\x00\0" /* offset 836 */ - "\x41\x08\x04\0" /* offset 842 */ - "\x61\x08\x04\0" /* offset 848 */ - "\x41\x07\x04\0" /* offset 854 */ - "\x61\x07\x04\0" /* offset 860 */ - "\xc6\x04\0" /* offset 866 */ - "\xe6\x04\0" /* offset 871 */ - "\x47\x0c\0" /* offset 876 */ - "\x67\x0c\0" /* offset 880 */ - "\x4b\x0c\0" /* offset 884 */ - "\x6b\x0c\0" /* offset 888 */ - "\x4f\x28\0" /* offset 892 */ - "\x6f\x28\0" /* offset 896 */ - "\x4f\x28\x04\0" /* offset 900 */ - "\x6f\x28\x04\0" /* offset 906 */ - "\xb7\x0c\0" /* offset 912 */ - "\x92\x0c\0" /* offset 917 */ - "\x6a\x0c\0" /* offset 922 */ + "\x41\xcc\x8c\0" /* offset 762 */ + "\x61\xcc\x8c\0" /* offset 766 */ + "\x49\xcc\x8c\0" /* offset 770 */ + "\x69\xcc\x8c\0" /* offset 774 */ + "\x4f\xcc\x8c\0" /* offset 778 */ + "\x6f\xcc\x8c\0" /* offset 782 */ + "\x55\xcc\x8c\0" /* offset 786 */ + "\x75\xcc\x8c\0" /* offset 790 */ + "\x55\xcc\x88\xcc\x84\0" /* offset 794 */ + "\x75\xcc\x88\xcc\x84\0" /* offset 800 */ + "\x55\xcc\x88\xcc\x81\0" /* offset 806 */ + "\x75\xcc\x88\xcc\x81\0" /* offset 812 */ + "\x55\xcc\x88\xcc\x8c\0" /* offset 818 */ + "\x75\xcc\x88\xcc\x8c\0" /* offset 824 */ + "\x55\xcc\x88\xcc\x80\0" /* offset 830 */ + "\x75\xcc\x88\xcc\x80\0" /* offset 836 */ + "\x41\xcc\x88\xcc\x84\0" /* offset 842 */ + "\x61\xcc\x88\xcc\x84\0" /* offset 848 */ + "\x41\xcc\x87\xcc\x84\0" /* offset 854 */ + "\x61\xcc\x87\xcc\x84\0" /* offset 860 */ + "\xc3\x86\xcc\x84\0" /* offset 866 */ + "\xc3\xa6\xcc\x84\0" /* offset 871 */ + "\x47\xcc\x8c\0" /* offset 876 */ + "\x67\xcc\x8c\0" /* offset 880 */ + "\x4b\xcc\x8c\0" /* offset 884 */ + "\x6b\xcc\x8c\0" /* offset 888 */ + "\x4f\xcc\xa8\0" /* offset 892 */ + "\x6f\xcc\xa8\0" /* offset 896 */ + "\x4f\xcc\xa8\xcc\x84\0" /* offset 900 */ + "\x6f\xcc\xa8\xcc\x84\0" /* offset 906 */ + "\xc6\xb7\xcc\x8c\0" /* offset 912 */ + "\xca\x92\xcc\x8c\0" /* offset 917 */ + "\x6a\xcc\x8c\0" /* offset 922 */ "\x44\x5a\0" /* offset 926 */ "\x44\x7a\0" /* offset 929 */ "\x64\x7a\0" /* offset 932 */ - "\x47\x01\0" /* offset 935 */ - "\x67\x01\0" /* offset 939 */ - "\x4e\x00\0" /* offset 943 */ - "\x6e\x00\0" /* offset 947 */ - "\x41\x0a\x01\0" /* offset 951 */ - "\x61\x0a\x01\0" /* offset 957 */ - "\xc6\x01\0" /* offset 963 */ - "\xe6\x01\0" /* offset 968 */ - "\xd8\x01\0" /* offset 973 */ - "\xf8\x01\0" /* offset 978 */ - "\x41\x0f\0" /* offset 983 */ - "\x61\x0f\0" /* offset 987 */ - "\x41\x11\0" /* offset 991 */ - "\x61\x11\0" /* offset 995 */ - "\x45\x0f\0" /* offset 999 */ - "\x65\x0f\0" /* offset 1003 */ - "\x45\x11\0" /* offset 1007 */ - "\x65\x11\0" /* offset 1011 */ - "\x49\x0f\0" /* offset 1015 */ - "\x69\x0f\0" /* offset 1019 */ - "\x49\x11\0" /* offset 1023 */ - "\x69\x11\0" /* offset 1027 */ - "\x4f\x0f\0" /* offset 1031 */ - "\x6f\x0f\0" /* offset 1035 */ - "\x4f\x11\0" /* offset 1039 */ - "\x6f\x11\0" /* offset 1043 */ - "\x52\x0f\0" /* offset 1047 */ - "\x72\x0f\0" /* offset 1051 */ - "\x52\x11\0" /* offset 1055 */ - "\x72\x11\0" /* offset 1059 */ - "\x55\x0f\0" /* offset 1063 */ - "\x75\x0f\0" /* offset 1067 */ - "\x55\x11\0" /* offset 1071 */ - "\x75\x11\0" /* offset 1075 */ - "\x53\x26\0" /* offset 1079 */ - "\x73\x26\0" /* offset 1083 */ - "\x54\x26\0" /* offset 1087 */ - "\x74\x26\0" /* offset 1091 */ - "\x48\x0c\0" /* offset 1095 */ - "\x68\x0c\0" /* offset 1099 */ - "\x41\x07\0" /* offset 1103 */ - "\x61\x07\0" /* offset 1107 */ - "\x45\x27\0" /* offset 1111 */ - "\x65\x27\0" /* offset 1115 */ - "\x4f\x08\x04\0" /* offset 1119 */ - "\x6f\x08\x04\0" /* offset 1125 */ - "\x4f\x03\x04\0" /* offset 1131 */ - "\x6f\x03\x04\0" /* offset 1137 */ - "\x4f\x07\0" /* offset 1143 */ - "\x6f\x07\0" /* offset 1147 */ - "\x4f\x07\x04\0" /* offset 1151 */ - "\x6f\x07\x04\0" /* offset 1157 */ - "\x59\x04\0" /* offset 1163 */ - "\x79\x04\0" /* offset 1167 */ + "\x47\xcc\x81\0" /* offset 935 */ + "\x67\xcc\x81\0" /* offset 939 */ + "\x4e\xcc\x80\0" /* offset 943 */ + "\x6e\xcc\x80\0" /* offset 947 */ + "\x41\xcc\x8a\xcc\x81\0" /* offset 951 */ + "\x61\xcc\x8a\xcc\x81\0" /* offset 957 */ + "\xc3\x86\xcc\x81\0" /* offset 963 */ + "\xc3\xa6\xcc\x81\0" /* offset 968 */ + "\xc3\x98\xcc\x81\0" /* offset 973 */ + "\xc3\xb8\xcc\x81\0" /* offset 978 */ + "\x41\xcc\x8f\0" /* offset 983 */ + "\x61\xcc\x8f\0" /* offset 987 */ + "\x41\xcc\x91\0" /* offset 991 */ + "\x61\xcc\x91\0" /* offset 995 */ + "\x45\xcc\x8f\0" /* offset 999 */ + "\x65\xcc\x8f\0" /* offset 1003 */ + "\x45\xcc\x91\0" /* offset 1007 */ + "\x65\xcc\x91\0" /* offset 1011 */ + "\x49\xcc\x8f\0" /* offset 1015 */ + "\x69\xcc\x8f\0" /* offset 1019 */ + "\x49\xcc\x91\0" /* offset 1023 */ + "\x69\xcc\x91\0" /* offset 1027 */ + "\x4f\xcc\x8f\0" /* offset 1031 */ + "\x6f\xcc\x8f\0" /* offset 1035 */ + "\x4f\xcc\x91\0" /* offset 1039 */ + "\x6f\xcc\x91\0" /* offset 1043 */ + "\x52\xcc\x8f\0" /* offset 1047 */ + "\x72\xcc\x8f\0" /* offset 1051 */ + "\x52\xcc\x91\0" /* offset 1055 */ + "\x72\xcc\x91\0" /* offset 1059 */ + "\x55\xcc\x8f\0" /* offset 1063 */ + "\x75\xcc\x8f\0" /* offset 1067 */ + "\x55\xcc\x91\0" /* offset 1071 */ + "\x75\xcc\x91\0" /* offset 1075 */ + "\x53\xcc\xa6\0" /* offset 1079 */ + "\x73\xcc\xa6\0" /* offset 1083 */ + "\x54\xcc\xa6\0" /* offset 1087 */ + "\x74\xcc\xa6\0" /* offset 1091 */ + "\x48\xcc\x8c\0" /* offset 1095 */ + "\x68\xcc\x8c\0" /* offset 1099 */ + "\x41\xcc\x87\0" /* offset 1103 */ + "\x61\xcc\x87\0" /* offset 1107 */ + "\x45\xcc\xa7\0" /* offset 1111 */ + "\x65\xcc\xa7\0" /* offset 1115 */ + "\x4f\xcc\x88\xcc\x84\0" /* offset 1119 */ + "\x6f\xcc\x88\xcc\x84\0" /* offset 1125 */ + "\x4f\xcc\x83\xcc\x84\0" /* offset 1131 */ + "\x6f\xcc\x83\xcc\x84\0" /* offset 1137 */ + "\x4f\xcc\x87\0" /* offset 1143 */ + "\x6f\xcc\x87\0" /* offset 1147 */ + "\x4f\xcc\x87\xcc\x84\0" /* offset 1151 */ + "\x6f\xcc\x87\xcc\x84\0" /* offset 1157 */ + "\x59\xcc\x84\0" /* offset 1163 */ + "\x79\xcc\x84\0" /* offset 1167 */ "\x68\0" /* offset 1171 */ - "\x66\0" /* offset 1173 */ + "\xc9\xa6\0" /* offset 1173 */ "\x6a\0" /* offset 1176 */ "\x72\0" /* offset 1178 */ - "\x79\0" /* offset 1180 */ - "\x7b\0" /* offset 1183 */ - "\x81\0" /* offset 1186 */ + "\xc9\xb9\0" /* offset 1180 */ + "\xc9\xbb\0" /* offset 1183 */ + "\xca\x81\0" /* offset 1186 */ "\x77\0" /* offset 1189 */ "\x79\0" /* offset 1191 */ - "\x20\x06\0" /* offset 1193 */ - "\x20\x07\0" /* offset 1197 */ - "\x20\x0a\0" /* offset 1201 */ - "\x20\x28\0" /* offset 1205 */ - "\x20\x03\0" /* offset 1209 */ - "\x20\x0b\0" /* offset 1213 */ - "\x63\0" /* offset 1217 */ + "\x20\xcc\x86\0" /* offset 1193 */ + "\x20\xcc\x87\0" /* offset 1197 */ + "\x20\xcc\x8a\0" /* offset 1201 */ + "\x20\xcc\xa8\0" /* offset 1205 */ + "\x20\xcc\x83\0" /* offset 1209 */ + "\x20\xcc\x8b\0" /* offset 1213 */ + "\xc9\xa3\0" /* offset 1217 */ "\x6c\0" /* offset 1220 */ "\x78\0" /* offset 1222 */ - "\x95\0" /* offset 1224 */ - "\x00\0" /* offset 1227 */ - "\x01\0" /* offset 1230 */ - "\x13\0" /* offset 1233 */ - "\x08\x01\0" /* offset 1236 */ - "\xb9\0" /* offset 1241 */ - "\x20\x45\0" /* offset 1244 */ + "\xca\x95\0" /* offset 1224 */ + "\xcc\x80\0" /* offset 1227 */ + "\xcc\x81\0" /* offset 1230 */ + "\xcc\x93\0" /* offset 1233 */ + "\xcc\x88\xcc\x81\0" /* offset 1236 */ + "\xca\xb9\0" /* offset 1241 */ + "\x20\xcd\x85\0" /* offset 1244 */ "\x3b\0" /* offset 1248 */ - "\xa8\x01\0" /* offset 1250 */ - "\x20\x08\x01\0" /* offset 1255 */ - "\x91\x01\0" /* offset 1261 */ - "\xb7\0" /* offset 1266 */ - "\x95\x01\0" /* offset 1269 */ - "\x97\x01\0" /* offset 1274 */ - "\x99\x01\0" /* offset 1279 */ - "\x9f\x01\0" /* offset 1284 */ - "\xa5\x01\0" /* offset 1289 */ - "\xa9\x01\0" /* offset 1294 */ - "\xb9\x08\x01\0" /* offset 1299 */ - "\x99\x08\0" /* offset 1306 */ - "\xa5\x08\0" /* offset 1311 */ - "\xb1\x01\0" /* offset 1316 */ - "\xb5\x01\0" /* offset 1321 */ - "\xb7\x01\0" /* offset 1326 */ - "\xb9\x01\0" /* offset 1331 */ - "\xc5\x08\x01\0" /* offset 1336 */ - "\xb9\x08\0" /* offset 1343 */ - "\xc5\x08\0" /* offset 1348 */ - "\xbf\x01\0" /* offset 1353 */ - "\xc5\x01\0" /* offset 1358 */ - "\xc9\x01\0" /* offset 1363 */ - "\xb2\0" /* offset 1368 */ - "\xb8\0" /* offset 1371 */ - "\xa5\0" /* offset 1374 */ - "\xd2\x01\0" /* offset 1377 */ - "\xd2\x08\0" /* offset 1382 */ - "\xc6\0" /* offset 1387 */ - "\xc0\0" /* offset 1390 */ - "\xba\0" /* offset 1393 */ - "\xc1\0" /* offset 1396 */ - "\xc2\0" /* offset 1399 */ - "\x98\0" /* offset 1402 */ - "\xb5\0" /* offset 1405 */ - "\x15\x00\0" /* offset 1408 */ - "\x15\x08\0" /* offset 1413 */ - "\x13\x01\0" /* offset 1418 */ - "\x06\x08\0" /* offset 1423 */ - "\x1a\x01\0" /* offset 1428 */ - "\x18\x00\0" /* offset 1433 */ - "\x23\x06\0" /* offset 1438 */ - "\x18\x06\0" /* offset 1443 */ - "\x38\x06\0" /* offset 1448 */ - "\x35\x00\0" /* offset 1453 */ - "\x35\x08\0" /* offset 1458 */ - "\x33\x01\0" /* offset 1463 */ - "\x56\x08\0" /* offset 1468 */ - "\x3a\x01\0" /* offset 1473 */ - "\x38\x00\0" /* offset 1478 */ - "\x43\x06\0" /* offset 1483 */ - "\x74\x0f\0" /* offset 1488 */ - "\x75\x0f\0" /* offset 1493 */ - "\x16\x06\0" /* offset 1498 */ - "\x36\x06\0" /* offset 1503 */ - "\x10\x06\0" /* offset 1508 */ - "\x30\x06\0" /* offset 1513 */ - "\x10\x08\0" /* offset 1518 */ - "\x30\x08\0" /* offset 1523 */ - "\x15\x06\0" /* offset 1528 */ - "\x35\x06\0" /* offset 1533 */ - "\xd8\x08\0" /* offset 1538 */ - "\xd9\x08\0" /* offset 1543 */ - "\x16\x08\0" /* offset 1548 */ - "\x36\x08\0" /* offset 1553 */ - "\x17\x08\0" /* offset 1558 */ - "\x37\x08\0" /* offset 1563 */ - "\x18\x04\0" /* offset 1568 */ - "\x38\x04\0" /* offset 1573 */ - "\x18\x08\0" /* offset 1578 */ - "\x38\x08\0" /* offset 1583 */ - "\x1e\x08\0" /* offset 1588 */ - "\x3e\x08\0" /* offset 1593 */ - "\xe8\x08\0" /* offset 1598 */ - "\xe9\x08\0" /* offset 1603 */ - "\x2d\x08\0" /* offset 1608 */ - "\x4d\x08\0" /* offset 1613 */ - "\x23\x04\0" /* offset 1618 */ - "\x43\x04\0" /* offset 1623 */ - "\x23\x08\0" /* offset 1628 */ - "\x43\x08\0" /* offset 1633 */ - "\x23\x0b\0" /* offset 1638 */ - "\x43\x0b\0" /* offset 1643 */ - "\x27\x08\0" /* offset 1648 */ - "\x47\x08\0" /* offset 1653 */ - "\x2b\x08\0" /* offset 1658 */ - "\x4b\x08\0" /* offset 1663 */ - "\x65\x82\0" /* offset 1668 */ - "\x27\x53\0" /* offset 1673 */ - "\x27\x54\0" /* offset 1678 */ - "\x48\x54\0" /* offset 1683 */ - "\x27\x55\0" /* offset 1688 */ - "\x4a\x54\0" /* offset 1693 */ - "\x27\x74\0" /* offset 1698 */ - "\x48\x74\0" /* offset 1703 */ - "\xc7\x74\0" /* offset 1708 */ - "\x4a\x74\0" /* offset 1713 */ - "\xd5\x54\0" /* offset 1718 */ - "\xc1\x54\0" /* offset 1723 */ - "\xd2\x54\0" /* offset 1728 */ - "\x28\x3c\0" /* offset 1733 */ - "\x30\x3c\0" /* offset 1740 */ - "\x33\x3c\0" /* offset 1747 */ - "\x15\x3c\0" /* offset 1754 */ - "\x16\x3c\0" /* offset 1761 */ - "\x17\x3c\0" /* offset 1768 */ - "\x1c\x3c\0" /* offset 1775 */ - "\x21\x3c\0" /* offset 1782 */ - "\x22\x3c\0" /* offset 1789 */ - "\x2b\x3c\0" /* offset 1796 */ - "\x2f\x3c\0" /* offset 1803 */ - "\xc7\xbe\0" /* offset 1810 */ - "\xc7\xd7\0" /* offset 1817 */ - "\xa1\xbc\0" /* offset 1824 */ - "\xa2\xbc\0" /* offset 1831 */ - "\xaf\xbc\0" /* offset 1838 */ - "\x32\x3c\0" /* offset 1845 */ - "\x38\x3c\0" /* offset 1852 */ - "\x16\x3c\0" /* offset 1859 */ - "\x17\x3c\0" /* offset 1866 */ - "\x1c\x3c\0" /* offset 1873 */ - "\x2b\x3c\0" /* offset 1880 */ - "\x47\x56\0" /* offset 1887 */ - "\x47\x3e\0" /* offset 1894 */ - "\x47\x57\0" /* offset 1901 */ - "\x21\x3c\0" /* offset 1908 */ - "\x22\x3c\0" /* offset 1915 */ - "\x92\xd7\0" /* offset 1922 */ - "\xc6\xbe\0" /* offset 1929 */ - "\xc7\xbe\0" /* offset 1936 */ - "\xc6\xd7\0" /* offset 1943 */ - "\x46\x56\0" /* offset 1950 */ - "\xbf\xd5\0" /* offset 1957 */ - "\xc6\xd5\0" /* offset 1964 */ - "\xc6\xd6\0" /* offset 1971 */ - "\xc6\xc2\0" /* offset 1978 */ - "\xc6\xc2\xd5\0" /* offset 1985 */ - "\x46\x3e\0" /* offset 1995 */ - "\x47\x3e\0" /* offset 2002 */ - "\x46\x57\0" /* offset 2009 */ - "\xd9\xca\0" /* offset 2016 */ - "\xd9\xcf\0" /* offset 2023 */ - "\xd9\xcf\xca\0" /* offset 2030 */ - "\xd9\xdf\0" /* offset 2040 */ - "\x4d\x32\0" /* offset 2047 */ - "\xcd\xb2\0" /* offset 2054 */ - "\xab\x99\0" /* offset 2061 */ - "\xab\xa1\0" /* offset 2068 */ - "\x0b\0" /* offset 2075 */ - "\x42\xb7\0" /* offset 2079 */ - "\x4c\xb7\0" /* offset 2086 */ - "\x51\xb7\0" /* offset 2093 */ - "\x56\xb7\0" /* offset 2100 */ - "\x5b\xb7\0" /* offset 2107 */ - "\x40\xb5\0" /* offset 2114 */ - "\x71\x72\0" /* offset 2121 */ - "\x71\x74\0" /* offset 2128 */ - "\xb2\x80\0" /* offset 2135 */ - "\xb2\x71\x80\0" /* offset 2142 */ - "\xb3\x80\0" /* offset 2152 */ - "\xb3\x71\x80\0" /* offset 2159 */ - "\x71\x80\0" /* offset 2169 */ - "\x92\xb7\0" /* offset 2176 */ - "\x9c\xb7\0" /* offset 2183 */ - "\xa1\xb7\0" /* offset 2190 */ - "\xa6\xb7\0" /* offset 2197 */ - "\xab\xb7\0" /* offset 2204 */ - "\x90\xb5\0" /* offset 2211 */ - "\x25\x2e\0" /* offset 2218 */ - "\x41\x25\0" /* offset 2225 */ - "\x61\x25\0" /* offset 2229 */ - "\x42\x07\0" /* offset 2233 */ - "\x62\x07\0" /* offset 2237 */ - "\x42\x23\0" /* offset 2241 */ - "\x62\x23\0" /* offset 2245 */ - "\x42\x31\0" /* offset 2249 */ - "\x62\x31\0" /* offset 2253 */ - "\x43\x27\x01\0" /* offset 2257 */ - "\x63\x27\x01\0" /* offset 2263 */ - "\x44\x07\0" /* offset 2269 */ - "\x64\x07\0" /* offset 2273 */ - "\x44\x23\0" /* offset 2277 */ - "\x64\x23\0" /* offset 2281 */ - "\x44\x31\0" /* offset 2285 */ - "\x64\x31\0" /* offset 2289 */ - "\x44\x27\0" /* offset 2293 */ - "\x64\x27\0" /* offset 2297 */ - "\x44\x2d\0" /* offset 2301 */ - "\x64\x2d\0" /* offset 2305 */ - "\x45\x04\x00\0" /* offset 2309 */ - "\x65\x04\x00\0" /* offset 2315 */ - "\x45\x04\x01\0" /* offset 2321 */ - "\x65\x04\x01\0" /* offset 2327 */ - "\x45\x2d\0" /* offset 2333 */ - "\x65\x2d\0" /* offset 2337 */ - "\x45\x30\0" /* offset 2341 */ - "\x65\x30\0" /* offset 2345 */ - "\x45\x27\x06\0" /* offset 2349 */ - "\x65\x27\x06\0" /* offset 2355 */ - "\x46\x07\0" /* offset 2361 */ - "\x66\x07\0" /* offset 2365 */ - "\x47\x04\0" /* offset 2369 */ - "\x67\x04\0" /* offset 2373 */ - "\x48\x07\0" /* offset 2377 */ - "\x68\x07\0" /* offset 2381 */ - "\x48\x23\0" /* offset 2385 */ - "\x68\x23\0" /* offset 2389 */ - "\x48\x08\0" /* offset 2393 */ - "\x68\x08\0" /* offset 2397 */ - "\x48\x27\0" /* offset 2401 */ - "\x68\x27\0" /* offset 2405 */ - "\x48\x2e\0" /* offset 2409 */ - "\x68\x2e\0" /* offset 2413 */ - "\x49\x30\0" /* offset 2417 */ - "\x69\x30\0" /* offset 2421 */ - "\x49\x08\x01\0" /* offset 2425 */ - "\x69\x08\x01\0" /* offset 2431 */ - "\x4b\x01\0" /* offset 2437 */ - "\x6b\x01\0" /* offset 2441 */ - "\x4b\x23\0" /* offset 2445 */ - "\x6b\x23\0" /* offset 2449 */ - "\x4b\x31\0" /* offset 2453 */ - "\x6b\x31\0" /* offset 2457 */ - "\x4c\x23\0" /* offset 2461 */ - "\x6c\x23\0" /* offset 2465 */ - "\x4c\x23\x04\0" /* offset 2469 */ - "\x6c\x23\x04\0" /* offset 2475 */ - "\x4c\x31\0" /* offset 2481 */ - "\x6c\x31\0" /* offset 2485 */ - "\x4c\x2d\0" /* offset 2489 */ - "\x6c\x2d\0" /* offset 2493 */ - "\x4d\x01\0" /* offset 2497 */ - "\x6d\x01\0" /* offset 2501 */ - "\x4d\x07\0" /* offset 2505 */ - "\x6d\x07\0" /* offset 2509 */ - "\x4d\x23\0" /* offset 2513 */ - "\x6d\x23\0" /* offset 2517 */ - "\x4e\x07\0" /* offset 2521 */ - "\x6e\x07\0" /* offset 2525 */ - "\x4e\x23\0" /* offset 2529 */ - "\x6e\x23\0" /* offset 2533 */ - "\x4e\x31\0" /* offset 2537 */ - "\x6e\x31\0" /* offset 2541 */ - "\x4e\x2d\0" /* offset 2545 */ - "\x6e\x2d\0" /* offset 2549 */ - "\x4f\x03\x01\0" /* offset 2553 */ - "\x6f\x03\x01\0" /* offset 2559 */ - "\x4f\x03\x08\0" /* offset 2565 */ - "\x6f\x03\x08\0" /* offset 2571 */ - "\x4f\x04\x00\0" /* offset 2577 */ - "\x6f\x04\x00\0" /* offset 2583 */ - "\x4f\x04\x01\0" /* offset 2589 */ - "\x6f\x04\x01\0" /* offset 2595 */ - "\x50\x01\0" /* offset 2601 */ - "\x70\x01\0" /* offset 2605 */ - "\x50\x07\0" /* offset 2609 */ - "\x70\x07\0" /* offset 2613 */ - "\x52\x07\0" /* offset 2617 */ - "\x72\x07\0" /* offset 2621 */ - "\x52\x23\0" /* offset 2625 */ - "\x72\x23\0" /* offset 2629 */ - "\x52\x23\x04\0" /* offset 2633 */ - "\x72\x23\x04\0" /* offset 2639 */ - "\x52\x31\0" /* offset 2645 */ - "\x72\x31\0" /* offset 2649 */ - "\x53\x07\0" /* offset 2653 */ - "\x73\x07\0" /* offset 2657 */ - "\x53\x23\0" /* offset 2661 */ - "\x73\x23\0" /* offset 2665 */ - "\x53\x01\x07\0" /* offset 2669 */ - "\x73\x01\x07\0" /* offset 2675 */ - "\x53\x0c\x07\0" /* offset 2681 */ - "\x73\x0c\x07\0" /* offset 2687 */ - "\x53\x23\x07\0" /* offset 2693 */ - "\x73\x23\x07\0" /* offset 2699 */ - "\x54\x07\0" /* offset 2705 */ - "\x74\x07\0" /* offset 2709 */ - "\x54\x23\0" /* offset 2713 */ - "\x74\x23\0" /* offset 2717 */ - "\x54\x31\0" /* offset 2721 */ - "\x74\x31\0" /* offset 2725 */ - "\x54\x2d\0" /* offset 2729 */ - "\x74\x2d\0" /* offset 2733 */ - "\x55\x24\0" /* offset 2737 */ - "\x75\x24\0" /* offset 2741 */ - "\x55\x30\0" /* offset 2745 */ - "\x75\x30\0" /* offset 2749 */ - "\x55\x2d\0" /* offset 2753 */ - "\x75\x2d\0" /* offset 2757 */ - "\x55\x03\x01\0" /* offset 2761 */ - "\x75\x03\x01\0" /* offset 2767 */ - "\x55\x04\x08\0" /* offset 2773 */ - "\x75\x04\x08\0" /* offset 2779 */ - "\x56\x03\0" /* offset 2785 */ - "\x76\x03\0" /* offset 2789 */ - "\x56\x23\0" /* offset 2793 */ - "\x76\x23\0" /* offset 2797 */ - "\x57\x00\0" /* offset 2801 */ - "\x77\x00\0" /* offset 2805 */ - "\x57\x01\0" /* offset 2809 */ - "\x77\x01\0" /* offset 2813 */ - "\x57\x08\0" /* offset 2817 */ - "\x77\x08\0" /* offset 2821 */ - "\x57\x07\0" /* offset 2825 */ - "\x77\x07\0" /* offset 2829 */ - "\x57\x23\0" /* offset 2833 */ - "\x77\x23\0" /* offset 2837 */ - "\x58\x07\0" /* offset 2841 */ - "\x78\x07\0" /* offset 2845 */ - "\x58\x08\0" /* offset 2849 */ - "\x78\x08\0" /* offset 2853 */ - "\x59\x07\0" /* offset 2857 */ - "\x79\x07\0" /* offset 2861 */ - "\x5a\x02\0" /* offset 2865 */ - "\x7a\x02\0" /* offset 2869 */ - "\x5a\x23\0" /* offset 2873 */ - "\x7a\x23\0" /* offset 2877 */ - "\x5a\x31\0" /* offset 2881 */ - "\x7a\x31\0" /* offset 2885 */ - "\x68\x31\0" /* offset 2889 */ - "\x74\x08\0" /* offset 2893 */ - "\x77\x0a\0" /* offset 2897 */ - "\x79\x0a\0" /* offset 2901 */ - "\x61\xbe\0" /* offset 2905 */ - "\x7f\x07\0" /* offset 2909 */ - "\x41\x23\0" /* offset 2914 */ - "\x61\x23\0" /* offset 2918 */ - "\x41\x09\0" /* offset 2922 */ - "\x61\x09\0" /* offset 2926 */ - "\x41\x02\x01\0" /* offset 2930 */ - "\x61\x02\x01\0" /* offset 2936 */ - "\x41\x02\x00\0" /* offset 2942 */ - "\x61\x02\x00\0" /* offset 2948 */ - "\x41\x02\x09\0" /* offset 2954 */ - "\x61\x02\x09\0" /* offset 2960 */ - "\x41\x02\x03\0" /* offset 2966 */ - "\x61\x02\x03\0" /* offset 2972 */ - "\x41\x23\x02\0" /* offset 2978 */ - "\x61\x23\x02\0" /* offset 2984 */ - "\x41\x06\x01\0" /* offset 2990 */ - "\x61\x06\x01\0" /* offset 2996 */ - "\x41\x06\x00\0" /* offset 3002 */ - "\x61\x06\x00\0" /* offset 3008 */ - "\x41\x06\x09\0" /* offset 3014 */ - "\x61\x06\x09\0" /* offset 3020 */ - "\x41\x06\x03\0" /* offset 3026 */ - "\x61\x06\x03\0" /* offset 3032 */ - "\x41\x23\x06\0" /* offset 3038 */ - "\x61\x23\x06\0" /* offset 3044 */ - "\x45\x23\0" /* offset 3050 */ - "\x65\x23\0" /* offset 3054 */ - "\x45\x09\0" /* offset 3058 */ - "\x65\x09\0" /* offset 3062 */ - "\x45\x03\0" /* offset 3066 */ - "\x65\x03\0" /* offset 3070 */ - "\x45\x02\x01\0" /* offset 3074 */ - "\x65\x02\x01\0" /* offset 3080 */ - "\x45\x02\x00\0" /* offset 3086 */ - "\x65\x02\x00\0" /* offset 3092 */ - "\x45\x02\x09\0" /* offset 3098 */ - "\x65\x02\x09\0" /* offset 3104 */ - "\x45\x02\x03\0" /* offset 3110 */ - "\x65\x02\x03\0" /* offset 3116 */ - "\x45\x23\x02\0" /* offset 3122 */ - "\x65\x23\x02\0" /* offset 3128 */ - "\x49\x09\0" /* offset 3134 */ - "\x69\x09\0" /* offset 3138 */ - "\x49\x23\0" /* offset 3142 */ - "\x69\x23\0" /* offset 3146 */ - "\x4f\x23\0" /* offset 3150 */ - "\x6f\x23\0" /* offset 3154 */ - "\x4f\x09\0" /* offset 3158 */ - "\x6f\x09\0" /* offset 3162 */ - "\x4f\x02\x01\0" /* offset 3166 */ - "\x6f\x02\x01\0" /* offset 3172 */ - "\x4f\x02\x00\0" /* offset 3178 */ - "\x6f\x02\x00\0" /* offset 3184 */ - "\x4f\x02\x09\0" /* offset 3190 */ - "\x6f\x02\x09\0" /* offset 3196 */ - "\x4f\x02\x03\0" /* offset 3202 */ - "\x6f\x02\x03\0" /* offset 3208 */ - "\x4f\x23\x02\0" /* offset 3214 */ - "\x6f\x23\x02\0" /* offset 3220 */ - "\x4f\x1b\x01\0" /* offset 3226 */ - "\x6f\x1b\x01\0" /* offset 3232 */ - "\x4f\x1b\x00\0" /* offset 3238 */ - "\x6f\x1b\x00\0" /* offset 3244 */ - "\x4f\x1b\x09\0" /* offset 3250 */ - "\x6f\x1b\x09\0" /* offset 3256 */ - "\x4f\x1b\x03\0" /* offset 3262 */ - "\x6f\x1b\x03\0" /* offset 3268 */ - "\x4f\x1b\x23\0" /* offset 3274 */ - "\x6f\x1b\x23\0" /* offset 3280 */ - "\x55\x23\0" /* offset 3286 */ - "\x75\x23\0" /* offset 3290 */ - "\x55\x09\0" /* offset 3294 */ - "\x75\x09\0" /* offset 3298 */ - "\x55\x1b\x01\0" /* offset 3302 */ - "\x75\x1b\x01\0" /* offset 3308 */ - "\x55\x1b\x00\0" /* offset 3314 */ - "\x75\x1b\x00\0" /* offset 3320 */ - "\x55\x1b\x09\0" /* offset 3326 */ - "\x75\x1b\x09\0" /* offset 3332 */ - "\x55\x1b\x03\0" /* offset 3338 */ - "\x75\x1b\x03\0" /* offset 3344 */ - "\x55\x1b\x23\0" /* offset 3350 */ - "\x75\x1b\x23\0" /* offset 3356 */ - "\x59\x00\0" /* offset 3362 */ - "\x79\x00\0" /* offset 3366 */ - "\x59\x23\0" /* offset 3370 */ - "\x79\x23\0" /* offset 3374 */ - "\x59\x09\0" /* offset 3378 */ - "\x79\x09\0" /* offset 3382 */ - "\x59\x03\0" /* offset 3386 */ - "\x79\x03\0" /* offset 3390 */ - "\xb1\x13\0" /* offset 3394 */ - "\xb1\x14\0" /* offset 3399 */ - "\xb1\x13\x00\0" /* offset 3404 */ - "\xb1\x14\x00\0" /* offset 3411 */ - "\xb1\x13\x01\0" /* offset 3418 */ - "\xb1\x14\x01\0" /* offset 3425 */ - "\xb1\x13\x42\0" /* offset 3432 */ - "\xb1\x14\x42\0" /* offset 3439 */ - "\x91\x13\0" /* offset 3446 */ - "\x91\x14\0" /* offset 3451 */ - "\x91\x13\x00\0" /* offset 3456 */ - "\x91\x14\x00\0" /* offset 3463 */ - "\x91\x13\x01\0" /* offset 3470 */ - "\x91\x14\x01\0" /* offset 3477 */ - "\x91\x13\x42\0" /* offset 3484 */ - "\x91\x14\x42\0" /* offset 3491 */ - "\xb5\x13\0" /* offset 3498 */ - "\xb5\x14\0" /* offset 3503 */ - "\xb5\x13\x00\0" /* offset 3508 */ - "\xb5\x14\x00\0" /* offset 3515 */ - "\xb5\x13\x01\0" /* offset 3522 */ - "\xb5\x14\x01\0" /* offset 3529 */ - "\x95\x13\0" /* offset 3536 */ - "\x95\x14\0" /* offset 3541 */ - "\x95\x13\x00\0" /* offset 3546 */ - "\x95\x14\x00\0" /* offset 3553 */ - "\x95\x13\x01\0" /* offset 3560 */ - "\x95\x14\x01\0" /* offset 3567 */ - "\xb7\x13\0" /* offset 3574 */ - "\xb7\x14\0" /* offset 3579 */ - "\xb7\x13\x00\0" /* offset 3584 */ - "\xb7\x14\x00\0" /* offset 3591 */ - "\xb7\x13\x01\0" /* offset 3598 */ - "\xb7\x14\x01\0" /* offset 3605 */ - "\xb7\x13\x42\0" /* offset 3612 */ - "\xb7\x14\x42\0" /* offset 3619 */ - "\x97\x13\0" /* offset 3626 */ - "\x97\x14\0" /* offset 3631 */ - "\x97\x13\x00\0" /* offset 3636 */ - "\x97\x14\x00\0" /* offset 3643 */ - "\x97\x13\x01\0" /* offset 3650 */ - "\x97\x14\x01\0" /* offset 3657 */ - "\x97\x13\x42\0" /* offset 3664 */ - "\x97\x14\x42\0" /* offset 3671 */ - "\xb9\x13\0" /* offset 3678 */ - "\xb9\x14\0" /* offset 3683 */ - "\xb9\x13\x00\0" /* offset 3688 */ - "\xb9\x14\x00\0" /* offset 3695 */ - "\xb9\x13\x01\0" /* offset 3702 */ - "\xb9\x14\x01\0" /* offset 3709 */ - "\xb9\x13\x42\0" /* offset 3716 */ - "\xb9\x14\x42\0" /* offset 3723 */ - "\x99\x13\0" /* offset 3730 */ - "\x99\x14\0" /* offset 3735 */ - "\x99\x13\x00\0" /* offset 3740 */ - "\x99\x14\x00\0" /* offset 3747 */ - "\x99\x13\x01\0" /* offset 3754 */ - "\x99\x14\x01\0" /* offset 3761 */ - "\x99\x13\x42\0" /* offset 3768 */ - "\x99\x14\x42\0" /* offset 3775 */ - "\xbf\x13\0" /* offset 3782 */ - "\xbf\x14\0" /* offset 3787 */ - "\xbf\x13\x00\0" /* offset 3792 */ - "\xbf\x14\x00\0" /* offset 3799 */ - "\xbf\x13\x01\0" /* offset 3806 */ - "\xbf\x14\x01\0" /* offset 3813 */ - "\x9f\x13\0" /* offset 3820 */ - "\x9f\x14\0" /* offset 3825 */ - "\x9f\x13\x00\0" /* offset 3830 */ - "\x9f\x14\x00\0" /* offset 3837 */ - "\x9f\x13\x01\0" /* offset 3844 */ - "\x9f\x14\x01\0" /* offset 3851 */ - "\xc5\x13\0" /* offset 3858 */ - "\xc5\x14\0" /* offset 3863 */ - "\xc5\x13\x00\0" /* offset 3868 */ - "\xc5\x14\x00\0" /* offset 3875 */ - "\xc5\x13\x01\0" /* offset 3882 */ - "\xc5\x14\x01\0" /* offset 3889 */ - "\xc5\x13\x42\0" /* offset 3896 */ - "\xc5\x14\x42\0" /* offset 3903 */ - "\xa5\x14\0" /* offset 3910 */ - "\xa5\x14\x00\0" /* offset 3915 */ - "\xa5\x14\x01\0" /* offset 3922 */ - "\xa5\x14\x42\0" /* offset 3929 */ - "\xc9\x13\0" /* offset 3936 */ - "\xc9\x14\0" /* offset 3941 */ - "\xc9\x13\x00\0" /* offset 3946 */ - "\xc9\x14\x00\0" /* offset 3953 */ - "\xc9\x13\x01\0" /* offset 3960 */ - "\xc9\x14\x01\0" /* offset 3967 */ - "\xc9\x13\x42\0" /* offset 3974 */ - "\xc9\x14\x42\0" /* offset 3981 */ - "\xa9\x13\0" /* offset 3988 */ - "\xa9\x14\0" /* offset 3993 */ - "\xa9\x13\x00\0" /* offset 3998 */ - "\xa9\x14\x00\0" /* offset 4005 */ - "\xa9\x13\x01\0" /* offset 4012 */ - "\xa9\x14\x01\0" /* offset 4019 */ - "\xa9\x13\x42\0" /* offset 4026 */ - "\xa9\x14\x42\0" /* offset 4033 */ - "\xb1\x00\0" /* offset 4040 */ - "\xb5\x00\0" /* offset 4045 */ - "\xb7\x00\0" /* offset 4050 */ - "\xb9\x00\0" /* offset 4055 */ - "\xbf\x00\0" /* offset 4060 */ - "\xc5\x00\0" /* offset 4065 */ - "\xc9\x00\0" /* offset 4070 */ - "\xb1\x13\x45\0" /* offset 4075 */ - "\xb1\x14\x45\0" /* offset 4082 */ - "\xb1\x13\x00\x45\0" /* offset 4089 */ - "\xb1\x14\x00\x45\0" /* offset 4098 */ - "\xb1\x13\x01\x45\0" /* offset 4107 */ - "\xb1\x14\x01\x45\0" /* offset 4116 */ - "\xb1\x13\x42\x45\0" /* offset 4125 */ - "\xb1\x14\x42\x45\0" /* offset 4134 */ - "\x91\x13\x45\0" /* offset 4143 */ - "\x91\x14\x45\0" /* offset 4150 */ - "\x91\x13\x00\x45\0" /* offset 4157 */ - "\x91\x14\x00\x45\0" /* offset 4166 */ - "\x91\x13\x01\x45\0" /* offset 4175 */ - "\x91\x14\x01\x45\0" /* offset 4184 */ - "\x91\x13\x42\x45\0" /* offset 4193 */ - "\x91\x14\x42\x45\0" /* offset 4202 */ - "\xb7\x13\x45\0" /* offset 4211 */ - "\xb7\x14\x45\0" /* offset 4218 */ - "\xb7\x13\x00\x45\0" /* offset 4225 */ - "\xb7\x14\x00\x45\0" /* offset 4234 */ - "\xb7\x13\x01\x45\0" /* offset 4243 */ - "\xb7\x14\x01\x45\0" /* offset 4252 */ - "\xb7\x13\x42\x45\0" /* offset 4261 */ - "\xb7\x14\x42\x45\0" /* offset 4270 */ - "\x97\x13\x45\0" /* offset 4279 */ - "\x97\x14\x45\0" /* offset 4286 */ - "\x97\x13\x00\x45\0" /* offset 4293 */ - "\x97\x14\x00\x45\0" /* offset 4302 */ - "\x97\x13\x01\x45\0" /* offset 4311 */ - "\x97\x14\x01\x45\0" /* offset 4320 */ - "\x97\x13\x42\x45\0" /* offset 4329 */ - "\x97\x14\x42\x45\0" /* offset 4338 */ - "\xc9\x13\x45\0" /* offset 4347 */ - "\xc9\x14\x45\0" /* offset 4354 */ - "\xc9\x13\x00\x45\0" /* offset 4361 */ - "\xc9\x14\x00\x45\0" /* offset 4370 */ - "\xc9\x13\x01\x45\0" /* offset 4379 */ - "\xc9\x14\x01\x45\0" /* offset 4388 */ - "\xc9\x13\x42\x45\0" /* offset 4397 */ - "\xc9\x14\x42\x45\0" /* offset 4406 */ - "\xa9\x13\x45\0" /* offset 4415 */ - "\xa9\x14\x45\0" /* offset 4422 */ - "\xa9\x13\x00\x45\0" /* offset 4429 */ - "\xa9\x14\x00\x45\0" /* offset 4438 */ - "\xa9\x13\x01\x45\0" /* offset 4447 */ - "\xa9\x14\x01\x45\0" /* offset 4456 */ - "\xa9\x13\x42\x45\0" /* offset 4465 */ - "\xa9\x14\x42\x45\0" /* offset 4474 */ - "\xb1\x06\0" /* offset 4483 */ - "\xb1\x04\0" /* offset 4488 */ - "\xb1\x00\x45\0" /* offset 4493 */ - "\xb1\x45\0" /* offset 4500 */ - "\xb1\x01\x45\0" /* offset 4505 */ - "\xb1\x42\0" /* offset 4512 */ - "\xb1\x42\x45\0" /* offset 4517 */ - "\x91\x06\0" /* offset 4524 */ - "\x91\x04\0" /* offset 4529 */ - "\x91\x00\0" /* offset 4534 */ - "\x91\x45\0" /* offset 4539 */ - "\x20\x13\0" /* offset 4544 */ - "\xb9\0" /* offset 4548 */ - "\x20\x42\0" /* offset 4551 */ - "\xa8\x42\0" /* offset 4555 */ - "\x20\x08\x42\0" /* offset 4560 */ - "\xb7\x00\x45\0" /* offset 4566 */ - "\xb7\x45\0" /* offset 4573 */ - "\xb7\x01\x45\0" /* offset 4578 */ - "\xb7\x42\0" /* offset 4585 */ - "\xb7\x42\x45\0" /* offset 4590 */ - "\x95\x00\0" /* offset 4597 */ - "\x97\x00\0" /* offset 4602 */ - "\x97\x45\0" /* offset 4607 */ - "\xbf\x00\0" /* offset 4612 */ - "\x20\x13\x00\0" /* offset 4618 */ - "\xbf\x01\0" /* offset 4624 */ - "\x20\x13\x01\0" /* offset 4630 */ - "\xbf\x42\0" /* offset 4636 */ - "\x20\x13\x42\0" /* offset 4642 */ - "\xb9\x06\0" /* offset 4648 */ - "\xb9\x04\0" /* offset 4653 */ - "\xb9\x08\x00\0" /* offset 4658 */ - "\xb9\x42\0" /* offset 4665 */ - "\xb9\x08\x42\0" /* offset 4670 */ - "\x99\x06\0" /* offset 4677 */ - "\x99\x04\0" /* offset 4682 */ - "\x99\x00\0" /* offset 4687 */ - "\xfe\x00\0" /* offset 4692 */ - "\x20\x14\x00\0" /* offset 4698 */ - "\xfe\x01\0" /* offset 4704 */ - "\x20\x14\x01\0" /* offset 4710 */ - "\xfe\x42\0" /* offset 4716 */ - "\x20\x14\x42\0" /* offset 4722 */ - "\xc5\x06\0" /* offset 4728 */ - "\xc5\x04\0" /* offset 4733 */ - "\xc5\x08\x00\0" /* offset 4738 */ - "\xc1\x13\0" /* offset 4745 */ - "\xc1\x14\0" /* offset 4750 */ - "\xc5\x42\0" /* offset 4755 */ - "\xc5\x08\x42\0" /* offset 4760 */ - "\xa5\x06\0" /* offset 4767 */ - "\xa5\x04\0" /* offset 4772 */ - "\xa5\x00\0" /* offset 4777 */ - "\xa1\x14\0" /* offset 4782 */ - "\xa8\x00\0" /* offset 4787 */ - "\x20\x08\x00\0" /* offset 4792 */ + "\xc2\xa8\xcc\x81\0" /* offset 1250 */ + "\x20\xcc\x88\xcc\x81\0" /* offset 1255 */ + "\xce\x91\xcc\x81\0" /* offset 1261 */ + "\xc2\xb7\0" /* offset 1266 */ + "\xce\x95\xcc\x81\0" /* offset 1269 */ + "\xce\x97\xcc\x81\0" /* offset 1274 */ + "\xce\x99\xcc\x81\0" /* offset 1279 */ + "\xce\x9f\xcc\x81\0" /* offset 1284 */ + "\xce\xa5\xcc\x81\0" /* offset 1289 */ + "\xce\xa9\xcc\x81\0" /* offset 1294 */ + "\xce\xb9\xcc\x88\xcc\x81\0" /* offset 1299 */ + "\xce\x99\xcc\x88\0" /* offset 1306 */ + "\xce\xa5\xcc\x88\0" /* offset 1311 */ + "\xce\xb1\xcc\x81\0" /* offset 1316 */ + "\xce\xb5\xcc\x81\0" /* offset 1321 */ + "\xce\xb7\xcc\x81\0" /* offset 1326 */ + "\xce\xb9\xcc\x81\0" /* offset 1331 */ + "\xcf\x85\xcc\x88\xcc\x81\0" /* offset 1336 */ + "\xce\xb9\xcc\x88\0" /* offset 1343 */ + "\xcf\x85\xcc\x88\0" /* offset 1348 */ + "\xce\xbf\xcc\x81\0" /* offset 1353 */ + "\xcf\x85\xcc\x81\0" /* offset 1358 */ + "\xcf\x89\xcc\x81\0" /* offset 1363 */ + "\xce\xb2\0" /* offset 1368 */ + "\xce\xb8\0" /* offset 1371 */ + "\xce\xa5\0" /* offset 1374 */ + "\xcf\x92\xcc\x81\0" /* offset 1377 */ + "\xcf\x92\xcc\x88\0" /* offset 1382 */ + "\xcf\x86\0" /* offset 1387 */ + "\xcf\x80\0" /* offset 1390 */ + "\xce\xba\0" /* offset 1393 */ + "\xcf\x81\0" /* offset 1396 */ + "\xcf\x82\0" /* offset 1399 */ + "\xce\x98\0" /* offset 1402 */ + "\xce\xb5\0" /* offset 1405 */ + "\xd0\x95\xcc\x80\0" /* offset 1408 */ + "\xd0\x95\xcc\x88\0" /* offset 1413 */ + "\xd0\x93\xcc\x81\0" /* offset 1418 */ + "\xd0\x86\xcc\x88\0" /* offset 1423 */ + "\xd0\x9a\xcc\x81\0" /* offset 1428 */ + "\xd0\x98\xcc\x80\0" /* offset 1433 */ + "\xd0\xa3\xcc\x86\0" /* offset 1438 */ + "\xd0\x98\xcc\x86\0" /* offset 1443 */ + "\xd0\xb8\xcc\x86\0" /* offset 1448 */ + "\xd0\xb5\xcc\x80\0" /* offset 1453 */ + "\xd0\xb5\xcc\x88\0" /* offset 1458 */ + "\xd0\xb3\xcc\x81\0" /* offset 1463 */ + "\xd1\x96\xcc\x88\0" /* offset 1468 */ + "\xd0\xba\xcc\x81\0" /* offset 1473 */ + "\xd0\xb8\xcc\x80\0" /* offset 1478 */ + "\xd1\x83\xcc\x86\0" /* offset 1483 */ + "\xd1\xb4\xcc\x8f\0" /* offset 1488 */ + "\xd1\xb5\xcc\x8f\0" /* offset 1493 */ + "\xd0\x96\xcc\x86\0" /* offset 1498 */ + "\xd0\xb6\xcc\x86\0" /* offset 1503 */ + "\xd0\x90\xcc\x86\0" /* offset 1508 */ + "\xd0\xb0\xcc\x86\0" /* offset 1513 */ + "\xd0\x90\xcc\x88\0" /* offset 1518 */ + "\xd0\xb0\xcc\x88\0" /* offset 1523 */ + "\xd0\x95\xcc\x86\0" /* offset 1528 */ + "\xd0\xb5\xcc\x86\0" /* offset 1533 */ + "\xd3\x98\xcc\x88\0" /* offset 1538 */ + "\xd3\x99\xcc\x88\0" /* offset 1543 */ + "\xd0\x96\xcc\x88\0" /* offset 1548 */ + "\xd0\xb6\xcc\x88\0" /* offset 1553 */ + "\xd0\x97\xcc\x88\0" /* offset 1558 */ + "\xd0\xb7\xcc\x88\0" /* offset 1563 */ + "\xd0\x98\xcc\x84\0" /* offset 1568 */ + "\xd0\xb8\xcc\x84\0" /* offset 1573 */ + "\xd0\x98\xcc\x88\0" /* offset 1578 */ + "\xd0\xb8\xcc\x88\0" /* offset 1583 */ + "\xd0\x9e\xcc\x88\0" /* offset 1588 */ + "\xd0\xbe\xcc\x88\0" /* offset 1593 */ + "\xd3\xa8\xcc\x88\0" /* offset 1598 */ + "\xd3\xa9\xcc\x88\0" /* offset 1603 */ + "\xd0\xad\xcc\x88\0" /* offset 1608 */ + "\xd1\x8d\xcc\x88\0" /* offset 1613 */ + "\xd0\xa3\xcc\x84\0" /* offset 1618 */ + "\xd1\x83\xcc\x84\0" /* offset 1623 */ + "\xd0\xa3\xcc\x88\0" /* offset 1628 */ + "\xd1\x83\xcc\x88\0" /* offset 1633 */ + "\xd0\xa3\xcc\x8b\0" /* offset 1638 */ + "\xd1\x83\xcc\x8b\0" /* offset 1643 */ + "\xd0\xa7\xcc\x88\0" /* offset 1648 */ + "\xd1\x87\xcc\x88\0" /* offset 1653 */ + "\xd0\xab\xcc\x88\0" /* offset 1658 */ + "\xd1\x8b\xcc\x88\0" /* offset 1663 */ + "\xd5\xa5\xd6\x82\0" /* offset 1668 */ + "\xd8\xa7\xd9\x93\0" /* offset 1673 */ + "\xd8\xa7\xd9\x94\0" /* offset 1678 */ + "\xd9\x88\xd9\x94\0" /* offset 1683 */ + "\xd8\xa7\xd9\x95\0" /* offset 1688 */ + "\xd9\x8a\xd9\x94\0" /* offset 1693 */ + "\xd8\xa7\xd9\xb4\0" /* offset 1698 */ + "\xd9\x88\xd9\xb4\0" /* offset 1703 */ + "\xdb\x87\xd9\xb4\0" /* offset 1708 */ + "\xd9\x8a\xd9\xb4\0" /* offset 1713 */ + "\xdb\x95\xd9\x94\0" /* offset 1718 */ + "\xdb\x81\xd9\x94\0" /* offset 1723 */ + "\xdb\x92\xd9\x94\0" /* offset 1728 */ + "\xe0\xa4\xa8\xe0\xa4\xbc\0" /* offset 1733 */ + "\xe0\xa4\xb0\xe0\xa4\xbc\0" /* offset 1740 */ + "\xe0\xa4\xb3\xe0\xa4\xbc\0" /* offset 1747 */ + "\xe0\xa4\x95\xe0\xa4\xbc\0" /* offset 1754 */ + "\xe0\xa4\x96\xe0\xa4\xbc\0" /* offset 1761 */ + "\xe0\xa4\x97\xe0\xa4\xbc\0" /* offset 1768 */ + "\xe0\xa4\x9c\xe0\xa4\xbc\0" /* offset 1775 */ + "\xe0\xa4\xa1\xe0\xa4\xbc\0" /* offset 1782 */ + "\xe0\xa4\xa2\xe0\xa4\xbc\0" /* offset 1789 */ + "\xe0\xa4\xab\xe0\xa4\xbc\0" /* offset 1796 */ + "\xe0\xa4\xaf\xe0\xa4\xbc\0" /* offset 1803 */ + "\xe0\xa7\x87\xe0\xa6\xbe\0" /* offset 1810 */ + "\xe0\xa7\x87\xe0\xa7\x97\0" /* offset 1817 */ + "\xe0\xa6\xa1\xe0\xa6\xbc\0" /* offset 1824 */ + "\xe0\xa6\xa2\xe0\xa6\xbc\0" /* offset 1831 */ + "\xe0\xa6\xaf\xe0\xa6\xbc\0" /* offset 1838 */ + "\xe0\xa8\xb2\xe0\xa8\xbc\0" /* offset 1845 */ + "\xe0\xa8\xb8\xe0\xa8\xbc\0" /* offset 1852 */ + "\xe0\xa8\x96\xe0\xa8\xbc\0" /* offset 1859 */ + "\xe0\xa8\x97\xe0\xa8\xbc\0" /* offset 1866 */ + "\xe0\xa8\x9c\xe0\xa8\xbc\0" /* offset 1873 */ + "\xe0\xa8\xab\xe0\xa8\xbc\0" /* offset 1880 */ + "\xe0\xad\x87\xe0\xad\x96\0" /* offset 1887 */ + "\xe0\xad\x87\xe0\xac\xbe\0" /* offset 1894 */ + "\xe0\xad\x87\xe0\xad\x97\0" /* offset 1901 */ + "\xe0\xac\xa1\xe0\xac\xbc\0" /* offset 1908 */ + "\xe0\xac\xa2\xe0\xac\xbc\0" /* offset 1915 */ + "\xe0\xae\x92\xe0\xaf\x97\0" /* offset 1922 */ + "\xe0\xaf\x86\xe0\xae\xbe\0" /* offset 1929 */ + "\xe0\xaf\x87\xe0\xae\xbe\0" /* offset 1936 */ + "\xe0\xaf\x86\xe0\xaf\x97\0" /* offset 1943 */ + "\xe0\xb1\x86\xe0\xb1\x96\0" /* offset 1950 */ + "\xe0\xb2\xbf\xe0\xb3\x95\0" /* offset 1957 */ + "\xe0\xb3\x86\xe0\xb3\x95\0" /* offset 1964 */ + "\xe0\xb3\x86\xe0\xb3\x96\0" /* offset 1971 */ + "\xe0\xb3\x86\xe0\xb3\x82\0" /* offset 1978 */ + "\xe0\xb3\x86\xe0\xb3\x82\xe0\xb3\x95\0" /* offset 1985 */ + "\xe0\xb5\x86\xe0\xb4\xbe\0" /* offset 1995 */ + "\xe0\xb5\x87\xe0\xb4\xbe\0" /* offset 2002 */ + "\xe0\xb5\x86\xe0\xb5\x97\0" /* offset 2009 */ + "\xe0\xb7\x99\xe0\xb7\x8a\0" /* offset 2016 */ + "\xe0\xb7\x99\xe0\xb7\x8f\0" /* offset 2023 */ + "\xe0\xb7\x99\xe0\xb7\x8f\xe0\xb7\x8a\0" /* offset 2030 */ + "\xe0\xb7\x99\xe0\xb7\x9f\0" /* offset 2040 */ + "\xe0\xb9\x8d\xe0\xb8\xb2\0" /* offset 2047 */ + "\xe0\xbb\x8d\xe0\xba\xb2\0" /* offset 2054 */ + "\xe0\xba\xab\xe0\xba\x99\0" /* offset 2061 */ + "\xe0\xba\xab\xe0\xba\xa1\0" /* offset 2068 */ + "\xe0\xbc\x8b\0" /* offset 2075 */ + "\xe0\xbd\x82\xe0\xbe\xb7\0" /* offset 2079 */ + "\xe0\xbd\x8c\xe0\xbe\xb7\0" /* offset 2086 */ + "\xe0\xbd\x91\xe0\xbe\xb7\0" /* offset 2093 */ + "\xe0\xbd\x96\xe0\xbe\xb7\0" /* offset 2100 */ + "\xe0\xbd\x9b\xe0\xbe\xb7\0" /* offset 2107 */ + "\xe0\xbd\x80\xe0\xbe\xb5\0" /* offset 2114 */ + "\xe0\xbd\xb1\xe0\xbd\xb2\0" /* offset 2121 */ + "\xe0\xbd\xb1\xe0\xbd\xb4\0" /* offset 2128 */ + "\xe0\xbe\xb2\xe0\xbe\x80\0" /* offset 2135 */ + "\xe0\xbe\xb2\xe0\xbd\xb1\xe0\xbe\x80\0" /* offset 2142 */ + "\xe0\xbe\xb3\xe0\xbe\x80\0" /* offset 2152 */ + "\xe0\xbe\xb3\xe0\xbd\xb1\xe0\xbe\x80\0" /* offset 2159 */ + "\xe0\xbd\xb1\xe0\xbe\x80\0" /* offset 2169 */ + "\xe0\xbe\x92\xe0\xbe\xb7\0" /* offset 2176 */ + "\xe0\xbe\x9c\xe0\xbe\xb7\0" /* offset 2183 */ + "\xe0\xbe\xa1\xe0\xbe\xb7\0" /* offset 2190 */ + "\xe0\xbe\xa6\xe0\xbe\xb7\0" /* offset 2197 */ + "\xe0\xbe\xab\xe0\xbe\xb7\0" /* offset 2204 */ + "\xe0\xbe\x90\xe0\xbe\xb5\0" /* offset 2211 */ + "\xe1\x80\xa5\xe1\x80\xae\0" /* offset 2218 */ + "\x41\xcc\xa5\0" /* offset 2225 */ + "\x61\xcc\xa5\0" /* offset 2229 */ + "\x42\xcc\x87\0" /* offset 2233 */ + "\x62\xcc\x87\0" /* offset 2237 */ + "\x42\xcc\xa3\0" /* offset 2241 */ + "\x62\xcc\xa3\0" /* offset 2245 */ + "\x42\xcc\xb1\0" /* offset 2249 */ + "\x62\xcc\xb1\0" /* offset 2253 */ + "\x43\xcc\xa7\xcc\x81\0" /* offset 2257 */ + "\x63\xcc\xa7\xcc\x81\0" /* offset 2263 */ + "\x44\xcc\x87\0" /* offset 2269 */ + "\x64\xcc\x87\0" /* offset 2273 */ + "\x44\xcc\xa3\0" /* offset 2277 */ + "\x64\xcc\xa3\0" /* offset 2281 */ + "\x44\xcc\xb1\0" /* offset 2285 */ + "\x64\xcc\xb1\0" /* offset 2289 */ + "\x44\xcc\xa7\0" /* offset 2293 */ + "\x64\xcc\xa7\0" /* offset 2297 */ + "\x44\xcc\xad\0" /* offset 2301 */ + "\x64\xcc\xad\0" /* offset 2305 */ + "\x45\xcc\x84\xcc\x80\0" /* offset 2309 */ + "\x65\xcc\x84\xcc\x80\0" /* offset 2315 */ + "\x45\xcc\x84\xcc\x81\0" /* offset 2321 */ + "\x65\xcc\x84\xcc\x81\0" /* offset 2327 */ + "\x45\xcc\xad\0" /* offset 2333 */ + "\x65\xcc\xad\0" /* offset 2337 */ + "\x45\xcc\xb0\0" /* offset 2341 */ + "\x65\xcc\xb0\0" /* offset 2345 */ + "\x45\xcc\xa7\xcc\x86\0" /* offset 2349 */ + "\x65\xcc\xa7\xcc\x86\0" /* offset 2355 */ + "\x46\xcc\x87\0" /* offset 2361 */ + "\x66\xcc\x87\0" /* offset 2365 */ + "\x47\xcc\x84\0" /* offset 2369 */ + "\x67\xcc\x84\0" /* offset 2373 */ + "\x48\xcc\x87\0" /* offset 2377 */ + "\x68\xcc\x87\0" /* offset 2381 */ + "\x48\xcc\xa3\0" /* offset 2385 */ + "\x68\xcc\xa3\0" /* offset 2389 */ + "\x48\xcc\x88\0" /* offset 2393 */ + "\x68\xcc\x88\0" /* offset 2397 */ + "\x48\xcc\xa7\0" /* offset 2401 */ + "\x68\xcc\xa7\0" /* offset 2405 */ + "\x48\xcc\xae\0" /* offset 2409 */ + "\x68\xcc\xae\0" /* offset 2413 */ + "\x49\xcc\xb0\0" /* offset 2417 */ + "\x69\xcc\xb0\0" /* offset 2421 */ + "\x49\xcc\x88\xcc\x81\0" /* offset 2425 */ + "\x69\xcc\x88\xcc\x81\0" /* offset 2431 */ + "\x4b\xcc\x81\0" /* offset 2437 */ + "\x6b\xcc\x81\0" /* offset 2441 */ + "\x4b\xcc\xa3\0" /* offset 2445 */ + "\x6b\xcc\xa3\0" /* offset 2449 */ + "\x4b\xcc\xb1\0" /* offset 2453 */ + "\x6b\xcc\xb1\0" /* offset 2457 */ + "\x4c\xcc\xa3\0" /* offset 2461 */ + "\x6c\xcc\xa3\0" /* offset 2465 */ + "\x4c\xcc\xa3\xcc\x84\0" /* offset 2469 */ + "\x6c\xcc\xa3\xcc\x84\0" /* offset 2475 */ + "\x4c\xcc\xb1\0" /* offset 2481 */ + "\x6c\xcc\xb1\0" /* offset 2485 */ + "\x4c\xcc\xad\0" /* offset 2489 */ + "\x6c\xcc\xad\0" /* offset 2493 */ + "\x4d\xcc\x81\0" /* offset 2497 */ + "\x6d\xcc\x81\0" /* offset 2501 */ + "\x4d\xcc\x87\0" /* offset 2505 */ + "\x6d\xcc\x87\0" /* offset 2509 */ + "\x4d\xcc\xa3\0" /* offset 2513 */ + "\x6d\xcc\xa3\0" /* offset 2517 */ + "\x4e\xcc\x87\0" /* offset 2521 */ + "\x6e\xcc\x87\0" /* offset 2525 */ + "\x4e\xcc\xa3\0" /* offset 2529 */ + "\x6e\xcc\xa3\0" /* offset 2533 */ + "\x4e\xcc\xb1\0" /* offset 2537 */ + "\x6e\xcc\xb1\0" /* offset 2541 */ + "\x4e\xcc\xad\0" /* offset 2545 */ + "\x6e\xcc\xad\0" /* offset 2549 */ + "\x4f\xcc\x83\xcc\x81\0" /* offset 2553 */ + "\x6f\xcc\x83\xcc\x81\0" /* offset 2559 */ + "\x4f\xcc\x83\xcc\x88\0" /* offset 2565 */ + "\x6f\xcc\x83\xcc\x88\0" /* offset 2571 */ + "\x4f\xcc\x84\xcc\x80\0" /* offset 2577 */ + "\x6f\xcc\x84\xcc\x80\0" /* offset 2583 */ + "\x4f\xcc\x84\xcc\x81\0" /* offset 2589 */ + "\x6f\xcc\x84\xcc\x81\0" /* offset 2595 */ + "\x50\xcc\x81\0" /* offset 2601 */ + "\x70\xcc\x81\0" /* offset 2605 */ + "\x50\xcc\x87\0" /* offset 2609 */ + "\x70\xcc\x87\0" /* offset 2613 */ + "\x52\xcc\x87\0" /* offset 2617 */ + "\x72\xcc\x87\0" /* offset 2621 */ + "\x52\xcc\xa3\0" /* offset 2625 */ + "\x72\xcc\xa3\0" /* offset 2629 */ + "\x52\xcc\xa3\xcc\x84\0" /* offset 2633 */ + "\x72\xcc\xa3\xcc\x84\0" /* offset 2639 */ + "\x52\xcc\xb1\0" /* offset 2645 */ + "\x72\xcc\xb1\0" /* offset 2649 */ + "\x53\xcc\x87\0" /* offset 2653 */ + "\x73\xcc\x87\0" /* offset 2657 */ + "\x53\xcc\xa3\0" /* offset 2661 */ + "\x73\xcc\xa3\0" /* offset 2665 */ + "\x53\xcc\x81\xcc\x87\0" /* offset 2669 */ + "\x73\xcc\x81\xcc\x87\0" /* offset 2675 */ + "\x53\xcc\x8c\xcc\x87\0" /* offset 2681 */ + "\x73\xcc\x8c\xcc\x87\0" /* offset 2687 */ + "\x53\xcc\xa3\xcc\x87\0" /* offset 2693 */ + "\x73\xcc\xa3\xcc\x87\0" /* offset 2699 */ + "\x54\xcc\x87\0" /* offset 2705 */ + "\x74\xcc\x87\0" /* offset 2709 */ + "\x54\xcc\xa3\0" /* offset 2713 */ + "\x74\xcc\xa3\0" /* offset 2717 */ + "\x54\xcc\xb1\0" /* offset 2721 */ + "\x74\xcc\xb1\0" /* offset 2725 */ + "\x54\xcc\xad\0" /* offset 2729 */ + "\x74\xcc\xad\0" /* offset 2733 */ + "\x55\xcc\xa4\0" /* offset 2737 */ + "\x75\xcc\xa4\0" /* offset 2741 */ + "\x55\xcc\xb0\0" /* offset 2745 */ + "\x75\xcc\xb0\0" /* offset 2749 */ + "\x55\xcc\xad\0" /* offset 2753 */ + "\x75\xcc\xad\0" /* offset 2757 */ + "\x55\xcc\x83\xcc\x81\0" /* offset 2761 */ + "\x75\xcc\x83\xcc\x81\0" /* offset 2767 */ + "\x55\xcc\x84\xcc\x88\0" /* offset 2773 */ + "\x75\xcc\x84\xcc\x88\0" /* offset 2779 */ + "\x56\xcc\x83\0" /* offset 2785 */ + "\x76\xcc\x83\0" /* offset 2789 */ + "\x56\xcc\xa3\0" /* offset 2793 */ + "\x76\xcc\xa3\0" /* offset 2797 */ + "\x57\xcc\x80\0" /* offset 2801 */ + "\x77\xcc\x80\0" /* offset 2805 */ + "\x57\xcc\x81\0" /* offset 2809 */ + "\x77\xcc\x81\0" /* offset 2813 */ + "\x57\xcc\x88\0" /* offset 2817 */ + "\x77\xcc\x88\0" /* offset 2821 */ + "\x57\xcc\x87\0" /* offset 2825 */ + "\x77\xcc\x87\0" /* offset 2829 */ + "\x57\xcc\xa3\0" /* offset 2833 */ + "\x77\xcc\xa3\0" /* offset 2837 */ + "\x58\xcc\x87\0" /* offset 2841 */ + "\x78\xcc\x87\0" /* offset 2845 */ + "\x58\xcc\x88\0" /* offset 2849 */ + "\x78\xcc\x88\0" /* offset 2853 */ + "\x59\xcc\x87\0" /* offset 2857 */ + "\x79\xcc\x87\0" /* offset 2861 */ + "\x5a\xcc\x82\0" /* offset 2865 */ + "\x7a\xcc\x82\0" /* offset 2869 */ + "\x5a\xcc\xa3\0" /* offset 2873 */ + "\x7a\xcc\xa3\0" /* offset 2877 */ + "\x5a\xcc\xb1\0" /* offset 2881 */ + "\x7a\xcc\xb1\0" /* offset 2885 */ + "\x68\xcc\xb1\0" /* offset 2889 */ + "\x74\xcc\x88\0" /* offset 2893 */ + "\x77\xcc\x8a\0" /* offset 2897 */ + "\x79\xcc\x8a\0" /* offset 2901 */ + "\x61\xca\xbe\0" /* offset 2905 */ + "\xc5\xbf\xcc\x87\0" /* offset 2909 */ + "\x41\xcc\xa3\0" /* offset 2914 */ + "\x61\xcc\xa3\0" /* offset 2918 */ + "\x41\xcc\x89\0" /* offset 2922 */ + "\x61\xcc\x89\0" /* offset 2926 */ + "\x41\xcc\x82\xcc\x81\0" /* offset 2930 */ + "\x61\xcc\x82\xcc\x81\0" /* offset 2936 */ + "\x41\xcc\x82\xcc\x80\0" /* offset 2942 */ + "\x61\xcc\x82\xcc\x80\0" /* offset 2948 */ + "\x41\xcc\x82\xcc\x89\0" /* offset 2954 */ + "\x61\xcc\x82\xcc\x89\0" /* offset 2960 */ + "\x41\xcc\x82\xcc\x83\0" /* offset 2966 */ + "\x61\xcc\x82\xcc\x83\0" /* offset 2972 */ + "\x41\xcc\xa3\xcc\x82\0" /* offset 2978 */ + "\x61\xcc\xa3\xcc\x82\0" /* offset 2984 */ + "\x41\xcc\x86\xcc\x81\0" /* offset 2990 */ + "\x61\xcc\x86\xcc\x81\0" /* offset 2996 */ + "\x41\xcc\x86\xcc\x80\0" /* offset 3002 */ + "\x61\xcc\x86\xcc\x80\0" /* offset 3008 */ + "\x41\xcc\x86\xcc\x89\0" /* offset 3014 */ + "\x61\xcc\x86\xcc\x89\0" /* offset 3020 */ + "\x41\xcc\x86\xcc\x83\0" /* offset 3026 */ + "\x61\xcc\x86\xcc\x83\0" /* offset 3032 */ + "\x41\xcc\xa3\xcc\x86\0" /* offset 3038 */ + "\x61\xcc\xa3\xcc\x86\0" /* offset 3044 */ + "\x45\xcc\xa3\0" /* offset 3050 */ + "\x65\xcc\xa3\0" /* offset 3054 */ + "\x45\xcc\x89\0" /* offset 3058 */ + "\x65\xcc\x89\0" /* offset 3062 */ + "\x45\xcc\x83\0" /* offset 3066 */ + "\x65\xcc\x83\0" /* offset 3070 */ + "\x45\xcc\x82\xcc\x81\0" /* offset 3074 */ + "\x65\xcc\x82\xcc\x81\0" /* offset 3080 */ + "\x45\xcc\x82\xcc\x80\0" /* offset 3086 */ + "\x65\xcc\x82\xcc\x80\0" /* offset 3092 */ + "\x45\xcc\x82\xcc\x89\0" /* offset 3098 */ + "\x65\xcc\x82\xcc\x89\0" /* offset 3104 */ + "\x45\xcc\x82\xcc\x83\0" /* offset 3110 */ + "\x65\xcc\x82\xcc\x83\0" /* offset 3116 */ + "\x45\xcc\xa3\xcc\x82\0" /* offset 3122 */ + "\x65\xcc\xa3\xcc\x82\0" /* offset 3128 */ + "\x49\xcc\x89\0" /* offset 3134 */ + "\x69\xcc\x89\0" /* offset 3138 */ + "\x49\xcc\xa3\0" /* offset 3142 */ + "\x69\xcc\xa3\0" /* offset 3146 */ + "\x4f\xcc\xa3\0" /* offset 3150 */ + "\x6f\xcc\xa3\0" /* offset 3154 */ + "\x4f\xcc\x89\0" /* offset 3158 */ + "\x6f\xcc\x89\0" /* offset 3162 */ + "\x4f\xcc\x82\xcc\x81\0" /* offset 3166 */ + "\x6f\xcc\x82\xcc\x81\0" /* offset 3172 */ + "\x4f\xcc\x82\xcc\x80\0" /* offset 3178 */ + "\x6f\xcc\x82\xcc\x80\0" /* offset 3184 */ + "\x4f\xcc\x82\xcc\x89\0" /* offset 3190 */ + "\x6f\xcc\x82\xcc\x89\0" /* offset 3196 */ + "\x4f\xcc\x82\xcc\x83\0" /* offset 3202 */ + "\x6f\xcc\x82\xcc\x83\0" /* offset 3208 */ + "\x4f\xcc\xa3\xcc\x82\0" /* offset 3214 */ + "\x6f\xcc\xa3\xcc\x82\0" /* offset 3220 */ + "\x4f\xcc\x9b\xcc\x81\0" /* offset 3226 */ + "\x6f\xcc\x9b\xcc\x81\0" /* offset 3232 */ + "\x4f\xcc\x9b\xcc\x80\0" /* offset 3238 */ + "\x6f\xcc\x9b\xcc\x80\0" /* offset 3244 */ + "\x4f\xcc\x9b\xcc\x89\0" /* offset 3250 */ + "\x6f\xcc\x9b\xcc\x89\0" /* offset 3256 */ + "\x4f\xcc\x9b\xcc\x83\0" /* offset 3262 */ + "\x6f\xcc\x9b\xcc\x83\0" /* offset 3268 */ + "\x4f\xcc\x9b\xcc\xa3\0" /* offset 3274 */ + "\x6f\xcc\x9b\xcc\xa3\0" /* offset 3280 */ + "\x55\xcc\xa3\0" /* offset 3286 */ + "\x75\xcc\xa3\0" /* offset 3290 */ + "\x55\xcc\x89\0" /* offset 3294 */ + "\x75\xcc\x89\0" /* offset 3298 */ + "\x55\xcc\x9b\xcc\x81\0" /* offset 3302 */ + "\x75\xcc\x9b\xcc\x81\0" /* offset 3308 */ + "\x55\xcc\x9b\xcc\x80\0" /* offset 3314 */ + "\x75\xcc\x9b\xcc\x80\0" /* offset 3320 */ + "\x55\xcc\x9b\xcc\x89\0" /* offset 3326 */ + "\x75\xcc\x9b\xcc\x89\0" /* offset 3332 */ + "\x55\xcc\x9b\xcc\x83\0" /* offset 3338 */ + "\x75\xcc\x9b\xcc\x83\0" /* offset 3344 */ + "\x55\xcc\x9b\xcc\xa3\0" /* offset 3350 */ + "\x75\xcc\x9b\xcc\xa3\0" /* offset 3356 */ + "\x59\xcc\x80\0" /* offset 3362 */ + "\x79\xcc\x80\0" /* offset 3366 */ + "\x59\xcc\xa3\0" /* offset 3370 */ + "\x79\xcc\xa3\0" /* offset 3374 */ + "\x59\xcc\x89\0" /* offset 3378 */ + "\x79\xcc\x89\0" /* offset 3382 */ + "\x59\xcc\x83\0" /* offset 3386 */ + "\x79\xcc\x83\0" /* offset 3390 */ + "\xce\xb1\xcc\x93\0" /* offset 3394 */ + "\xce\xb1\xcc\x94\0" /* offset 3399 */ + "\xce\xb1\xcc\x93\xcc\x80\0" /* offset 3404 */ + "\xce\xb1\xcc\x94\xcc\x80\0" /* offset 3411 */ + "\xce\xb1\xcc\x93\xcc\x81\0" /* offset 3418 */ + "\xce\xb1\xcc\x94\xcc\x81\0" /* offset 3425 */ + "\xce\xb1\xcc\x93\xcd\x82\0" /* offset 3432 */ + "\xce\xb1\xcc\x94\xcd\x82\0" /* offset 3439 */ + "\xce\x91\xcc\x93\0" /* offset 3446 */ + "\xce\x91\xcc\x94\0" /* offset 3451 */ + "\xce\x91\xcc\x93\xcc\x80\0" /* offset 3456 */ + "\xce\x91\xcc\x94\xcc\x80\0" /* offset 3463 */ + "\xce\x91\xcc\x93\xcc\x81\0" /* offset 3470 */ + "\xce\x91\xcc\x94\xcc\x81\0" /* offset 3477 */ + "\xce\x91\xcc\x93\xcd\x82\0" /* offset 3484 */ + "\xce\x91\xcc\x94\xcd\x82\0" /* offset 3491 */ + "\xce\xb5\xcc\x93\0" /* offset 3498 */ + "\xce\xb5\xcc\x94\0" /* offset 3503 */ + "\xce\xb5\xcc\x93\xcc\x80\0" /* offset 3508 */ + "\xce\xb5\xcc\x94\xcc\x80\0" /* offset 3515 */ + "\xce\xb5\xcc\x93\xcc\x81\0" /* offset 3522 */ + "\xce\xb5\xcc\x94\xcc\x81\0" /* offset 3529 */ + "\xce\x95\xcc\x93\0" /* offset 3536 */ + "\xce\x95\xcc\x94\0" /* offset 3541 */ + "\xce\x95\xcc\x93\xcc\x80\0" /* offset 3546 */ + "\xce\x95\xcc\x94\xcc\x80\0" /* offset 3553 */ + "\xce\x95\xcc\x93\xcc\x81\0" /* offset 3560 */ + "\xce\x95\xcc\x94\xcc\x81\0" /* offset 3567 */ + "\xce\xb7\xcc\x93\0" /* offset 3574 */ + "\xce\xb7\xcc\x94\0" /* offset 3579 */ + "\xce\xb7\xcc\x93\xcc\x80\0" /* offset 3584 */ + "\xce\xb7\xcc\x94\xcc\x80\0" /* offset 3591 */ + "\xce\xb7\xcc\x93\xcc\x81\0" /* offset 3598 */ + "\xce\xb7\xcc\x94\xcc\x81\0" /* offset 3605 */ + "\xce\xb7\xcc\x93\xcd\x82\0" /* offset 3612 */ + "\xce\xb7\xcc\x94\xcd\x82\0" /* offset 3619 */ + "\xce\x97\xcc\x93\0" /* offset 3626 */ + "\xce\x97\xcc\x94\0" /* offset 3631 */ + "\xce\x97\xcc\x93\xcc\x80\0" /* offset 3636 */ + "\xce\x97\xcc\x94\xcc\x80\0" /* offset 3643 */ + "\xce\x97\xcc\x93\xcc\x81\0" /* offset 3650 */ + "\xce\x97\xcc\x94\xcc\x81\0" /* offset 3657 */ + "\xce\x97\xcc\x93\xcd\x82\0" /* offset 3664 */ + "\xce\x97\xcc\x94\xcd\x82\0" /* offset 3671 */ + "\xce\xb9\xcc\x93\0" /* offset 3678 */ + "\xce\xb9\xcc\x94\0" /* offset 3683 */ + "\xce\xb9\xcc\x93\xcc\x80\0" /* offset 3688 */ + "\xce\xb9\xcc\x94\xcc\x80\0" /* offset 3695 */ + "\xce\xb9\xcc\x93\xcc\x81\0" /* offset 3702 */ + "\xce\xb9\xcc\x94\xcc\x81\0" /* offset 3709 */ + "\xce\xb9\xcc\x93\xcd\x82\0" /* offset 3716 */ + "\xce\xb9\xcc\x94\xcd\x82\0" /* offset 3723 */ + "\xce\x99\xcc\x93\0" /* offset 3730 */ + "\xce\x99\xcc\x94\0" /* offset 3735 */ + "\xce\x99\xcc\x93\xcc\x80\0" /* offset 3740 */ + "\xce\x99\xcc\x94\xcc\x80\0" /* offset 3747 */ + "\xce\x99\xcc\x93\xcc\x81\0" /* offset 3754 */ + "\xce\x99\xcc\x94\xcc\x81\0" /* offset 3761 */ + "\xce\x99\xcc\x93\xcd\x82\0" /* offset 3768 */ + "\xce\x99\xcc\x94\xcd\x82\0" /* offset 3775 */ + "\xce\xbf\xcc\x93\0" /* offset 3782 */ + "\xce\xbf\xcc\x94\0" /* offset 3787 */ + "\xce\xbf\xcc\x93\xcc\x80\0" /* offset 3792 */ + "\xce\xbf\xcc\x94\xcc\x80\0" /* offset 3799 */ + "\xce\xbf\xcc\x93\xcc\x81\0" /* offset 3806 */ + "\xce\xbf\xcc\x94\xcc\x81\0" /* offset 3813 */ + "\xce\x9f\xcc\x93\0" /* offset 3820 */ + "\xce\x9f\xcc\x94\0" /* offset 3825 */ + "\xce\x9f\xcc\x93\xcc\x80\0" /* offset 3830 */ + "\xce\x9f\xcc\x94\xcc\x80\0" /* offset 3837 */ + "\xce\x9f\xcc\x93\xcc\x81\0" /* offset 3844 */ + "\xce\x9f\xcc\x94\xcc\x81\0" /* offset 3851 */ + "\xcf\x85\xcc\x93\0" /* offset 3858 */ + "\xcf\x85\xcc\x94\0" /* offset 3863 */ + "\xcf\x85\xcc\x93\xcc\x80\0" /* offset 3868 */ + "\xcf\x85\xcc\x94\xcc\x80\0" /* offset 3875 */ + "\xcf\x85\xcc\x93\xcc\x81\0" /* offset 3882 */ + "\xcf\x85\xcc\x94\xcc\x81\0" /* offset 3889 */ + "\xcf\x85\xcc\x93\xcd\x82\0" /* offset 3896 */ + "\xcf\x85\xcc\x94\xcd\x82\0" /* offset 3903 */ + "\xce\xa5\xcc\x94\0" /* offset 3910 */ + "\xce\xa5\xcc\x94\xcc\x80\0" /* offset 3915 */ + "\xce\xa5\xcc\x94\xcc\x81\0" /* offset 3922 */ + "\xce\xa5\xcc\x94\xcd\x82\0" /* offset 3929 */ + "\xcf\x89\xcc\x93\0" /* offset 3936 */ + "\xcf\x89\xcc\x94\0" /* offset 3941 */ + "\xcf\x89\xcc\x93\xcc\x80\0" /* offset 3946 */ + "\xcf\x89\xcc\x94\xcc\x80\0" /* offset 3953 */ + "\xcf\x89\xcc\x93\xcc\x81\0" /* offset 3960 */ + "\xcf\x89\xcc\x94\xcc\x81\0" /* offset 3967 */ + "\xcf\x89\xcc\x93\xcd\x82\0" /* offset 3974 */ + "\xcf\x89\xcc\x94\xcd\x82\0" /* offset 3981 */ + "\xce\xa9\xcc\x93\0" /* offset 3988 */ + "\xce\xa9\xcc\x94\0" /* offset 3993 */ + "\xce\xa9\xcc\x93\xcc\x80\0" /* offset 3998 */ + "\xce\xa9\xcc\x94\xcc\x80\0" /* offset 4005 */ + "\xce\xa9\xcc\x93\xcc\x81\0" /* offset 4012 */ + "\xce\xa9\xcc\x94\xcc\x81\0" /* offset 4019 */ + "\xce\xa9\xcc\x93\xcd\x82\0" /* offset 4026 */ + "\xce\xa9\xcc\x94\xcd\x82\0" /* offset 4033 */ + "\xce\xb1\xcc\x80\0" /* offset 4040 */ + "\xce\xb5\xcc\x80\0" /* offset 4045 */ + "\xce\xb7\xcc\x80\0" /* offset 4050 */ + "\xce\xb9\xcc\x80\0" /* offset 4055 */ + "\xce\xbf\xcc\x80\0" /* offset 4060 */ + "\xcf\x85\xcc\x80\0" /* offset 4065 */ + "\xcf\x89\xcc\x80\0" /* offset 4070 */ + "\xce\xb1\xcc\x93\xcd\x85\0" /* offset 4075 */ + "\xce\xb1\xcc\x94\xcd\x85\0" /* offset 4082 */ + "\xce\xb1\xcc\x93\xcc\x80\xcd\x85\0" /* offset 4089 */ + "\xce\xb1\xcc\x94\xcc\x80\xcd\x85\0" /* offset 4098 */ + "\xce\xb1\xcc\x93\xcc\x81\xcd\x85\0" /* offset 4107 */ + "\xce\xb1\xcc\x94\xcc\x81\xcd\x85\0" /* offset 4116 */ + "\xce\xb1\xcc\x93\xcd\x82\xcd\x85\0" /* offset 4125 */ + "\xce\xb1\xcc\x94\xcd\x82\xcd\x85\0" /* offset 4134 */ + "\xce\x91\xcc\x93\xcd\x85\0" /* offset 4143 */ + "\xce\x91\xcc\x94\xcd\x85\0" /* offset 4150 */ + "\xce\x91\xcc\x93\xcc\x80\xcd\x85\0" /* offset 4157 */ + "\xce\x91\xcc\x94\xcc\x80\xcd\x85\0" /* offset 4166 */ + "\xce\x91\xcc\x93\xcc\x81\xcd\x85\0" /* offset 4175 */ + "\xce\x91\xcc\x94\xcc\x81\xcd\x85\0" /* offset 4184 */ + "\xce\x91\xcc\x93\xcd\x82\xcd\x85\0" /* offset 4193 */ + "\xce\x91\xcc\x94\xcd\x82\xcd\x85\0" /* offset 4202 */ + "\xce\xb7\xcc\x93\xcd\x85\0" /* offset 4211 */ + "\xce\xb7\xcc\x94\xcd\x85\0" /* offset 4218 */ + "\xce\xb7\xcc\x93\xcc\x80\xcd\x85\0" /* offset 4225 */ + "\xce\xb7\xcc\x94\xcc\x80\xcd\x85\0" /* offset 4234 */ + "\xce\xb7\xcc\x93\xcc\x81\xcd\x85\0" /* offset 4243 */ + "\xce\xb7\xcc\x94\xcc\x81\xcd\x85\0" /* offset 4252 */ + "\xce\xb7\xcc\x93\xcd\x82\xcd\x85\0" /* offset 4261 */ + "\xce\xb7\xcc\x94\xcd\x82\xcd\x85\0" /* offset 4270 */ + "\xce\x97\xcc\x93\xcd\x85\0" /* offset 4279 */ + "\xce\x97\xcc\x94\xcd\x85\0" /* offset 4286 */ + "\xce\x97\xcc\x93\xcc\x80\xcd\x85\0" /* offset 4293 */ + "\xce\x97\xcc\x94\xcc\x80\xcd\x85\0" /* offset 4302 */ + "\xce\x97\xcc\x93\xcc\x81\xcd\x85\0" /* offset 4311 */ + "\xce\x97\xcc\x94\xcc\x81\xcd\x85\0" /* offset 4320 */ + "\xce\x97\xcc\x93\xcd\x82\xcd\x85\0" /* offset 4329 */ + "\xce\x97\xcc\x94\xcd\x82\xcd\x85\0" /* offset 4338 */ + "\xcf\x89\xcc\x93\xcd\x85\0" /* offset 4347 */ + "\xcf\x89\xcc\x94\xcd\x85\0" /* offset 4354 */ + "\xcf\x89\xcc\x93\xcc\x80\xcd\x85\0" /* offset 4361 */ + "\xcf\x89\xcc\x94\xcc\x80\xcd\x85\0" /* offset 4370 */ + "\xcf\x89\xcc\x93\xcc\x81\xcd\x85\0" /* offset 4379 */ + "\xcf\x89\xcc\x94\xcc\x81\xcd\x85\0" /* offset 4388 */ + "\xcf\x89\xcc\x93\xcd\x82\xcd\x85\0" /* offset 4397 */ + "\xcf\x89\xcc\x94\xcd\x82\xcd\x85\0" /* offset 4406 */ + "\xce\xa9\xcc\x93\xcd\x85\0" /* offset 4415 */ + "\xce\xa9\xcc\x94\xcd\x85\0" /* offset 4422 */ + "\xce\xa9\xcc\x93\xcc\x80\xcd\x85\0" /* offset 4429 */ + "\xce\xa9\xcc\x94\xcc\x80\xcd\x85\0" /* offset 4438 */ + "\xce\xa9\xcc\x93\xcc\x81\xcd\x85\0" /* offset 4447 */ + "\xce\xa9\xcc\x94\xcc\x81\xcd\x85\0" /* offset 4456 */ + "\xce\xa9\xcc\x93\xcd\x82\xcd\x85\0" /* offset 4465 */ + "\xce\xa9\xcc\x94\xcd\x82\xcd\x85\0" /* offset 4474 */ + "\xce\xb1\xcc\x86\0" /* offset 4483 */ + "\xce\xb1\xcc\x84\0" /* offset 4488 */ + "\xce\xb1\xcc\x80\xcd\x85\0" /* offset 4493 */ + "\xce\xb1\xcd\x85\0" /* offset 4500 */ + "\xce\xb1\xcc\x81\xcd\x85\0" /* offset 4505 */ + "\xce\xb1\xcd\x82\0" /* offset 4512 */ + "\xce\xb1\xcd\x82\xcd\x85\0" /* offset 4517 */ + "\xce\x91\xcc\x86\0" /* offset 4524 */ + "\xce\x91\xcc\x84\0" /* offset 4529 */ + "\xce\x91\xcc\x80\0" /* offset 4534 */ + "\xce\x91\xcd\x85\0" /* offset 4539 */ + "\x20\xcc\x93\0" /* offset 4544 */ + "\xce\xb9\0" /* offset 4548 */ + "\x20\xcd\x82\0" /* offset 4551 */ + "\xc2\xa8\xcd\x82\0" /* offset 4555 */ + "\x20\xcc\x88\xcd\x82\0" /* offset 4560 */ + "\xce\xb7\xcc\x80\xcd\x85\0" /* offset 4566 */ + "\xce\xb7\xcd\x85\0" /* offset 4573 */ + "\xce\xb7\xcc\x81\xcd\x85\0" /* offset 4578 */ + "\xce\xb7\xcd\x82\0" /* offset 4585 */ + "\xce\xb7\xcd\x82\xcd\x85\0" /* offset 4590 */ + "\xce\x95\xcc\x80\0" /* offset 4597 */ + "\xce\x97\xcc\x80\0" /* offset 4602 */ + "\xce\x97\xcd\x85\0" /* offset 4607 */ + "\xe1\xbe\xbf\xcc\x80\0" /* offset 4612 */ + "\x20\xcc\x93\xcc\x80\0" /* offset 4618 */ + "\xe1\xbe\xbf\xcc\x81\0" /* offset 4624 */ + "\x20\xcc\x93\xcc\x81\0" /* offset 4630 */ + "\xe1\xbe\xbf\xcd\x82\0" /* offset 4636 */ + "\x20\xcc\x93\xcd\x82\0" /* offset 4642 */ + "\xce\xb9\xcc\x86\0" /* offset 4648 */ + "\xce\xb9\xcc\x84\0" /* offset 4653 */ + "\xce\xb9\xcc\x88\xcc\x80\0" /* offset 4658 */ + "\xce\xb9\xcd\x82\0" /* offset 4665 */ + "\xce\xb9\xcc\x88\xcd\x82\0" /* offset 4670 */ + "\xce\x99\xcc\x86\0" /* offset 4677 */ + "\xce\x99\xcc\x84\0" /* offset 4682 */ + "\xce\x99\xcc\x80\0" /* offset 4687 */ + "\xe1\xbf\xbe\xcc\x80\0" /* offset 4692 */ + "\x20\xcc\x94\xcc\x80\0" /* offset 4698 */ + "\xe1\xbf\xbe\xcc\x81\0" /* offset 4704 */ + "\x20\xcc\x94\xcc\x81\0" /* offset 4710 */ + "\xe1\xbf\xbe\xcd\x82\0" /* offset 4716 */ + "\x20\xcc\x94\xcd\x82\0" /* offset 4722 */ + "\xcf\x85\xcc\x86\0" /* offset 4728 */ + "\xcf\x85\xcc\x84\0" /* offset 4733 */ + "\xcf\x85\xcc\x88\xcc\x80\0" /* offset 4738 */ + "\xcf\x81\xcc\x93\0" /* offset 4745 */ + "\xcf\x81\xcc\x94\0" /* offset 4750 */ + "\xcf\x85\xcd\x82\0" /* offset 4755 */ + "\xcf\x85\xcc\x88\xcd\x82\0" /* offset 4760 */ + "\xce\xa5\xcc\x86\0" /* offset 4767 */ + "\xce\xa5\xcc\x84\0" /* offset 4772 */ + "\xce\xa5\xcc\x80\0" /* offset 4777 */ + "\xce\xa1\xcc\x94\0" /* offset 4782 */ + "\xc2\xa8\xcc\x80\0" /* offset 4787 */ + "\x20\xcc\x88\xcc\x80\0" /* offset 4792 */ "\x60\0" /* offset 4798 */ - "\xc9\x00\x45\0" /* offset 4800 */ - "\xc9\x45\0" /* offset 4807 */ - "\xc9\x01\x45\0" /* offset 4812 */ - "\xc9\x42\0" /* offset 4819 */ - "\xc9\x42\x45\0" /* offset 4824 */ - "\x9f\x00\0" /* offset 4831 */ - "\xa9\x00\0" /* offset 4836 */ - "\xa9\x45\0" /* offset 4841 */ - "\xb4\0" /* offset 4846 */ - "\x20\x14\0" /* offset 4849 */ - "\x02\0" /* offset 4853 */ - "\x03\0" /* offset 4857 */ - "\x10\0" /* offset 4861 */ - "\x20\x33\0" /* offset 4865 */ + "\xcf\x89\xcc\x80\xcd\x85\0" /* offset 4800 */ + "\xcf\x89\xcd\x85\0" /* offset 4807 */ + "\xcf\x89\xcc\x81\xcd\x85\0" /* offset 4812 */ + "\xcf\x89\xcd\x82\0" /* offset 4819 */ + "\xcf\x89\xcd\x82\xcd\x85\0" /* offset 4824 */ + "\xce\x9f\xcc\x80\0" /* offset 4831 */ + "\xce\xa9\xcc\x80\0" /* offset 4836 */ + "\xce\xa9\xcd\x85\0" /* offset 4841 */ + "\xc2\xb4\0" /* offset 4846 */ + "\x20\xcc\x94\0" /* offset 4849 */ + "\xe2\x80\x82\0" /* offset 4853 */ + "\xe2\x80\x83\0" /* offset 4857 */ + "\xe2\x80\x90\0" /* offset 4861 */ + "\x20\xcc\xb3\0" /* offset 4865 */ "\x2e\0" /* offset 4869 */ "\x2e\x2e\0" /* offset 4871 */ "\x2e\x2e\x2e\0" /* offset 4874 */ - "\x32\x32\0" /* offset 4878 */ - "\x32\x32\x32\0" /* offset 4885 */ - "\x35\x35\0" /* offset 4895 */ - "\x35\x35\x35\0" /* offset 4902 */ + "\xe2\x80\xb2\xe2\x80\xb2\0" /* offset 4878 */ + "\xe2\x80\xb2\xe2\x80\xb2\xe2\x80\xb2\0" /* offset 4885 */ + "\xe2\x80\xb5\xe2\x80\xb5\0" /* offset 4895 */ + "\xe2\x80\xb5\xe2\x80\xb5\xe2\x80\xb5\0" /* offset 4902 */ "\x21\x21\0" /* offset 4912 */ - "\x20\x05\0" /* offset 4915 */ + "\x20\xcc\x85\0" /* offset 4915 */ "\x3f\x3f\0" /* offset 4919 */ "\x3f\x21\0" /* offset 4922 */ "\x21\x3f\0" /* offset 4925 */ - "\x32\x32\x32\x32\0" /* offset 4928 */ + "\xe2\x80\xb2\xe2\x80\xb2\xe2\x80\xb2\xe2\x80\xb2\0" /* offset 4928 */ "\x30\0" /* offset 4941 */ "\x69\0" /* offset 4943 */ "\x34\0" /* offset 4945 */ @@ -7951,7 +7951,7 @@ static const gchar decomp_expansion_string[] = "\x38\0" /* offset 4953 */ "\x39\0" /* offset 4955 */ "\x2b\0" /* offset 4957 */ - "\x12\0" /* offset 4959 */ + "\xe2\x88\x92\0" /* offset 4959 */ "\x3d\0" /* offset 4963 */ "\x28\0" /* offset 4965 */ "\x29\0" /* offset 4967 */ @@ -7960,14 +7960,14 @@ static const gchar decomp_expansion_string[] = "\x61\x2f\x63\0" /* offset 4974 */ "\x61\x2f\x73\0" /* offset 4978 */ "\x43\0" /* offset 4982 */ - "\xb0\x43\0" /* offset 4984 */ + "\xc2\xb0\x43\0" /* offset 4984 */ "\x63\x2f\x6f\0" /* offset 4988 */ "\x63\x2f\x75\0" /* offset 4992 */ - "\x90\0" /* offset 4996 */ - "\xb0\x46\0" /* offset 4999 */ + "\xc6\x90\0" /* offset 4996 */ + "\xc2\xb0\x46\0" /* offset 4999 */ "\x67\0" /* offset 5003 */ "\x48\0" /* offset 5005 */ - "\x27\0" /* offset 5007 */ + "\xc4\xa7\0" /* offset 5007 */ "\x49\0" /* offset 5010 */ "\x4c\0" /* offset 5012 */ "\x4e\0" /* offset 5014 */ @@ -7979,36 +7979,36 @@ static const gchar decomp_expansion_string[] = "\x54\x45\x4c\0" /* offset 5028 */ "\x54\x4d\0" /* offset 5032 */ "\x5a\0" /* offset 5035 */ - "\xa9\0" /* offset 5037 */ + "\xce\xa9\0" /* offset 5037 */ "\x4b\0" /* offset 5040 */ "\x42\0" /* offset 5042 */ "\x65\0" /* offset 5044 */ "\x45\0" /* offset 5046 */ "\x46\0" /* offset 5048 */ "\x4d\0" /* offset 5050 */ - "\xd0\0" /* offset 5052 */ - "\xd1\0" /* offset 5055 */ - "\xd2\0" /* offset 5058 */ - "\xd3\0" /* offset 5061 */ - "\xb3\0" /* offset 5064 */ - "\x93\0" /* offset 5067 */ - "\xa0\0" /* offset 5070 */ - "\x11\0" /* offset 5073 */ + "\xd7\x90\0" /* offset 5052 */ + "\xd7\x91\0" /* offset 5055 */ + "\xd7\x92\0" /* offset 5058 */ + "\xd7\x93\0" /* offset 5061 */ + "\xce\xb3\0" /* offset 5064 */ + "\xce\x93\0" /* offset 5067 */ + "\xce\xa0\0" /* offset 5070 */ + "\xe2\x88\x91\0" /* offset 5073 */ "\x44\0" /* offset 5077 */ "\x64\0" /* offset 5079 */ - "\x31\x44\x33\0" /* offset 5081 */ - "\x32\x44\x33\0" /* offset 5087 */ - "\x31\x44\x35\0" /* offset 5093 */ - "\x32\x44\x35\0" /* offset 5099 */ - "\x33\x44\x35\0" /* offset 5105 */ - "\x34\x44\x35\0" /* offset 5111 */ - "\x31\x44\x36\0" /* offset 5117 */ - "\x35\x44\x36\0" /* offset 5123 */ - "\x31\x44\x38\0" /* offset 5129 */ - "\x33\x44\x38\0" /* offset 5135 */ - "\x35\x44\x38\0" /* offset 5141 */ - "\x37\x44\x38\0" /* offset 5147 */ - "\x31\x44\0" /* offset 5153 */ + "\x31\xe2\x81\x84\x33\0" /* offset 5081 */ + "\x32\xe2\x81\x84\x33\0" /* offset 5087 */ + "\x31\xe2\x81\x84\x35\0" /* offset 5093 */ + "\x32\xe2\x81\x84\x35\0" /* offset 5099 */ + "\x33\xe2\x81\x84\x35\0" /* offset 5105 */ + "\x34\xe2\x81\x84\x35\0" /* offset 5111 */ + "\x31\xe2\x81\x84\x36\0" /* offset 5117 */ + "\x35\xe2\x81\x84\x36\0" /* offset 5123 */ + "\x31\xe2\x81\x84\x38\0" /* offset 5129 */ + "\x33\xe2\x81\x84\x38\0" /* offset 5135 */ + "\x35\xe2\x81\x84\x38\0" /* offset 5141 */ + "\x37\xe2\x81\x84\x38\0" /* offset 5147 */ + "\x31\xe2\x81\x84\0" /* offset 5153 */ "\x49\x49\0" /* offset 5158 */ "\x49\x49\x49\0" /* offset 5161 */ "\x49\x56\0" /* offset 5165 */ @@ -8032,56 +8032,56 @@ static const gchar decomp_expansion_string[] = "\x78\x69\x69\0" /* offset 5224 */ "\x63\0" /* offset 5228 */ "\x6d\0" /* offset 5230 */ - "\x90\x38\0" /* offset 5232 */ - "\x92\x38\0" /* offset 5238 */ - "\x94\x38\0" /* offset 5244 */ - "\xd0\x38\0" /* offset 5250 */ - "\xd4\x38\0" /* offset 5256 */ - "\xd2\x38\0" /* offset 5262 */ - "\x03\x38\0" /* offset 5268 */ - "\x08\x38\0" /* offset 5274 */ - "\x0b\x38\0" /* offset 5280 */ - "\x23\x38\0" /* offset 5286 */ - "\x25\x38\0" /* offset 5292 */ - "\x2b\x2b\0" /* offset 5298 */ - "\x2b\x2b\x2b\0" /* offset 5305 */ - "\x2e\x2e\0" /* offset 5315 */ - "\x2e\x2e\x2e\0" /* offset 5322 */ - "\x3c\x38\0" /* offset 5332 */ - "\x43\x38\0" /* offset 5338 */ - "\x45\x38\0" /* offset 5344 */ - "\x48\x38\0" /* offset 5350 */ - "\x3d\x38\0" /* offset 5356 */ - "\x61\x38\0" /* offset 5360 */ - "\x4d\x38\0" /* offset 5366 */ - "\x3c\x38\0" /* offset 5372 */ - "\x3e\x38\0" /* offset 5376 */ - "\x64\x38\0" /* offset 5380 */ - "\x65\x38\0" /* offset 5386 */ - "\x72\x38\0" /* offset 5392 */ - "\x73\x38\0" /* offset 5398 */ - "\x76\x38\0" /* offset 5404 */ - "\x77\x38\0" /* offset 5410 */ - "\x7a\x38\0" /* offset 5416 */ - "\x7b\x38\0" /* offset 5422 */ - "\x82\x38\0" /* offset 5428 */ - "\x83\x38\0" /* offset 5434 */ - "\x86\x38\0" /* offset 5440 */ - "\x87\x38\0" /* offset 5446 */ - "\xa2\x38\0" /* offset 5452 */ - "\xa8\x38\0" /* offset 5458 */ - "\xa9\x38\0" /* offset 5464 */ - "\xab\x38\0" /* offset 5470 */ - "\x7c\x38\0" /* offset 5476 */ - "\x7d\x38\0" /* offset 5482 */ - "\x91\x38\0" /* offset 5488 */ - "\x92\x38\0" /* offset 5494 */ - "\xb2\x38\0" /* offset 5500 */ - "\xb3\x38\0" /* offset 5506 */ - "\xb4\x38\0" /* offset 5512 */ - "\xb5\x38\0" /* offset 5518 */ - "\x08\0" /* offset 5524 */ - "\x09\0" /* offset 5528 */ + "\xe2\x86\x90\xcc\xb8\0" /* offset 5232 */ + "\xe2\x86\x92\xcc\xb8\0" /* offset 5238 */ + "\xe2\x86\x94\xcc\xb8\0" /* offset 5244 */ + "\xe2\x87\x90\xcc\xb8\0" /* offset 5250 */ + "\xe2\x87\x94\xcc\xb8\0" /* offset 5256 */ + "\xe2\x87\x92\xcc\xb8\0" /* offset 5262 */ + "\xe2\x88\x83\xcc\xb8\0" /* offset 5268 */ + "\xe2\x88\x88\xcc\xb8\0" /* offset 5274 */ + "\xe2\x88\x8b\xcc\xb8\0" /* offset 5280 */ + "\xe2\x88\xa3\xcc\xb8\0" /* offset 5286 */ + "\xe2\x88\xa5\xcc\xb8\0" /* offset 5292 */ + "\xe2\x88\xab\xe2\x88\xab\0" /* offset 5298 */ + "\xe2\x88\xab\xe2\x88\xab\xe2\x88\xab\0" /* offset 5305 */ + "\xe2\x88\xae\xe2\x88\xae\0" /* offset 5315 */ + "\xe2\x88\xae\xe2\x88\xae\xe2\x88\xae\0" /* offset 5322 */ + "\xe2\x88\xbc\xcc\xb8\0" /* offset 5332 */ + "\xe2\x89\x83\xcc\xb8\0" /* offset 5338 */ + "\xe2\x89\x85\xcc\xb8\0" /* offset 5344 */ + "\xe2\x89\x88\xcc\xb8\0" /* offset 5350 */ + "\x3d\xcc\xb8\0" /* offset 5356 */ + "\xe2\x89\xa1\xcc\xb8\0" /* offset 5360 */ + "\xe2\x89\x8d\xcc\xb8\0" /* offset 5366 */ + "\x3c\xcc\xb8\0" /* offset 5372 */ + "\x3e\xcc\xb8\0" /* offset 5376 */ + "\xe2\x89\xa4\xcc\xb8\0" /* offset 5380 */ + "\xe2\x89\xa5\xcc\xb8\0" /* offset 5386 */ + "\xe2\x89\xb2\xcc\xb8\0" /* offset 5392 */ + "\xe2\x89\xb3\xcc\xb8\0" /* offset 5398 */ + "\xe2\x89\xb6\xcc\xb8\0" /* offset 5404 */ + "\xe2\x89\xb7\xcc\xb8\0" /* offset 5410 */ + "\xe2\x89\xba\xcc\xb8\0" /* offset 5416 */ + "\xe2\x89\xbb\xcc\xb8\0" /* offset 5422 */ + "\xe2\x8a\x82\xcc\xb8\0" /* offset 5428 */ + "\xe2\x8a\x83\xcc\xb8\0" /* offset 5434 */ + "\xe2\x8a\x86\xcc\xb8\0" /* offset 5440 */ + "\xe2\x8a\x87\xcc\xb8\0" /* offset 5446 */ + "\xe2\x8a\xa2\xcc\xb8\0" /* offset 5452 */ + "\xe2\x8a\xa8\xcc\xb8\0" /* offset 5458 */ + "\xe2\x8a\xa9\xcc\xb8\0" /* offset 5464 */ + "\xe2\x8a\xab\xcc\xb8\0" /* offset 5470 */ + "\xe2\x89\xbc\xcc\xb8\0" /* offset 5476 */ + "\xe2\x89\xbd\xcc\xb8\0" /* offset 5482 */ + "\xe2\x8a\x91\xcc\xb8\0" /* offset 5488 */ + "\xe2\x8a\x92\xcc\xb8\0" /* offset 5494 */ + "\xe2\x8a\xb2\xcc\xb8\0" /* offset 5500 */ + "\xe2\x8a\xb3\xcc\xb8\0" /* offset 5506 */ + "\xe2\x8a\xb4\xcc\xb8\0" /* offset 5512 */ + "\xe2\x8a\xb5\xcc\xb8\0" /* offset 5518 */ + "\xe3\x80\x88\0" /* offset 5524 */ + "\xe3\x80\x89\0" /* offset 5528 */ "\x31\x30\0" /* offset 5532 */ "\x31\x31\0" /* offset 5535 */ "\x31\x32\0" /* offset 5538 */ @@ -8176,461 +8176,461 @@ static const gchar decomp_expansion_string[] = "\x74\0" /* offset 5859 */ "\x75\0" /* offset 5861 */ "\x7a\0" /* offset 5863 */ - "\x2b\x2b\x2b\x2b\0" /* offset 5865 */ + "\xe2\x88\xab\xe2\x88\xab\xe2\x88\xab\xe2\x88\xab\0" /* offset 5865 */ "\x3a\x3a\x3d\0" /* offset 5878 */ "\x3d\x3d\0" /* offset 5882 */ "\x3d\x3d\x3d\0" /* offset 5885 */ - "\xdd\x38\0" /* offset 5889 */ - "\xcd\0" /* offset 5895 */ - "\x9f\0" /* offset 5899 */ - "\x00\0" /* offset 5903 */ - "\x28\0" /* offset 5907 */ - "\x36\0" /* offset 5911 */ - "\x3f\0" /* offset 5915 */ - "\x59\0" /* offset 5919 */ - "\x85\0" /* offset 5923 */ - "\x8c\0" /* offset 5927 */ - "\xa0\0" /* offset 5931 */ - "\xba\0" /* offset 5935 */ - "\x3f\0" /* offset 5939 */ - "\x65\0" /* offset 5943 */ - "\x6b\0" /* offset 5947 */ - "\x82\0" /* offset 5951 */ - "\x96\0" /* offset 5955 */ - "\xab\0" /* offset 5959 */ - "\xe0\0" /* offset 5963 */ - "\xf5\0" /* offset 5967 */ - "\x00\0" /* offset 5971 */ - "\x9b\0" /* offset 5975 */ - "\xf9\0" /* offset 5979 */ - "\x15\0" /* offset 5983 */ - "\x1a\0" /* offset 5987 */ - "\x38\0" /* offset 5991 */ - "\x41\0" /* offset 5995 */ - "\x5c\0" /* offset 5999 */ - "\x69\0" /* offset 6003 */ - "\x82\0" /* offset 6007 */ - "\xb6\0" /* offset 6011 */ - "\xc8\0" /* offset 6015 */ - "\xe3\0" /* offset 6019 */ - "\xd7\0" /* offset 6023 */ - "\x1f\0" /* offset 6027 */ - "\xeb\0" /* offset 6031 */ - "\x02\0" /* offset 6035 */ - "\x0a\0" /* offset 6039 */ - "\x15\0" /* offset 6043 */ - "\x27\0" /* offset 6047 */ - "\x73\0" /* offset 6051 */ - "\x50\0" /* offset 6055 */ - "\x80\0" /* offset 6059 */ - "\xf8\0" /* offset 6063 */ - "\x0f\0" /* offset 6067 */ - "\x22\0" /* offset 6071 */ - "\x38\0" /* offset 6075 */ - "\x6e\0" /* offset 6079 */ - "\x71\0" /* offset 6083 */ - "\xdb\0" /* offset 6087 */ - "\xe5\0" /* offset 6091 */ - "\xf1\0" /* offset 6095 */ - "\xfe\0" /* offset 6099 */ - "\x72\0" /* offset 6103 */ - "\x7a\0" /* offset 6107 */ - "\x7f\0" /* offset 6111 */ - "\xf4\0" /* offset 6115 */ - "\xfe\0" /* offset 6119 */ - "\x0b\0" /* offset 6123 */ - "\x13\0" /* offset 6127 */ - "\x50\0" /* offset 6131 */ - "\x61\0" /* offset 6135 */ - "\x73\0" /* offset 6139 */ - "\xc3\0" /* offset 6143 */ - "\x08\0" /* offset 6147 */ - "\x36\0" /* offset 6151 */ - "\x4b\0" /* offset 6155 */ - "\x2f\0" /* offset 6159 */ - "\x34\0" /* offset 6163 */ - "\x87\0" /* offset 6167 */ - "\x97\0" /* offset 6171 */ - "\xa4\0" /* offset 6175 */ - "\xb9\0" /* offset 6179 */ - "\xe0\0" /* offset 6183 */ - "\xe5\0" /* offset 6187 */ - "\xf0\0" /* offset 6191 */ - "\x08\0" /* offset 6195 */ - "\x28\0" /* offset 6199 */ - "\x20\0" /* offset 6203 */ - "\x62\0" /* offset 6207 */ - "\x79\0" /* offset 6211 */ - "\xb3\0" /* offset 6215 */ - "\xcb\0" /* offset 6219 */ - "\xd4\0" /* offset 6223 */ - "\xdb\0" /* offset 6227 */ - "\x0f\0" /* offset 6231 */ - "\x14\0" /* offset 6235 */ - "\x34\0" /* offset 6239 */ - "\x6b\0" /* offset 6243 */ - "\x2a\0" /* offset 6247 */ - "\x36\0" /* offset 6251 */ - "\x3b\0" /* offset 6255 */ - "\x3f\0" /* offset 6259 */ - "\x47\0" /* offset 6263 */ - "\x59\0" /* offset 6267 */ - "\x5b\0" /* offset 6271 */ - "\xac\0" /* offset 6275 */ - "\x84\0" /* offset 6279 */ - "\x89\0" /* offset 6283 */ - "\xdc\0" /* offset 6287 */ - "\xe6\0" /* offset 6291 */ - "\x18\0" /* offset 6295 */ - "\x1f\0" /* offset 6299 */ - "\x28\0" /* offset 6303 */ - "\x30\0" /* offset 6307 */ - "\x8b\0" /* offset 6311 */ - "\x92\0" /* offset 6315 */ - "\x76\0" /* offset 6319 */ - "\x7d\0" /* offset 6323 */ - "\xae\0" /* offset 6327 */ - "\xbf\0" /* offset 6331 */ - "\xee\0" /* offset 6335 */ - "\xdb\0" /* offset 6339 */ - "\xe2\0" /* offset 6343 */ - "\xf3\0" /* offset 6347 */ - "\x3a\0" /* offset 6351 */ - "\xb8\0" /* offset 6355 */ - "\xbe\0" /* offset 6359 */ - "\x74\0" /* offset 6363 */ - "\xcb\0" /* offset 6367 */ - "\xf9\0" /* offset 6371 */ - "\x73\0" /* offset 6375 */ - "\xf8\0" /* offset 6379 */ - "\x36\0" /* offset 6383 */ - "\x51\0" /* offset 6387 */ - "\x8a\0" /* offset 6391 */ - "\xbd\0" /* offset 6395 */ - "\x01\0" /* offset 6399 */ - "\x0c\0" /* offset 6403 */ - "\x12\0" /* offset 6407 */ - "\x33\0" /* offset 6411 */ - "\x7f\0" /* offset 6415 */ - "\x89\0" /* offset 6419 */ - "\xe3\0" /* offset 6423 */ - "\xea\0" /* offset 6427 */ - "\xf3\0" /* offset 6431 */ - "\xfc\0" /* offset 6435 */ - "\x0c\0" /* offset 6439 */ - "\x1b\0" /* offset 6443 */ - "\x1f\0" /* offset 6447 */ - "\x6e\0" /* offset 6451 */ - "\x72\0" /* offset 6455 */ - "\x78\0" /* offset 6459 */ - "\x4d\0" /* offset 6463 */ - "\x6b\0" /* offset 6467 */ - "\x40\0" /* offset 6471 */ - "\x4c\0" /* offset 6475 */ - "\x63\0" /* offset 6479 */ - "\x7e\0" /* offset 6483 */ - "\x8b\0" /* offset 6487 */ - "\xd2\0" /* offset 6491 */ - "\x00\0" /* offset 6495 */ - "\x37\0" /* offset 6499 */ - "\x46\0" /* offset 6503 */ - "\x55\0" /* offset 6507 */ - "\x78\0" /* offset 6511 */ - "\x9d\0" /* offset 6515 */ - "\x64\0" /* offset 6519 */ - "\x70\0" /* offset 6523 */ - "\xb3\0" /* offset 6527 */ - "\xab\0" /* offset 6531 */ - "\xca\0" /* offset 6535 */ - "\x9b\0" /* offset 6539 */ - "\xb0\0" /* offset 6543 */ - "\xb5\0" /* offset 6547 */ - "\x91\0" /* offset 6551 */ - "\x49\0" /* offset 6555 */ - "\xc6\0" /* offset 6559 */ - "\xcc\0" /* offset 6563 */ - "\xd1\0" /* offset 6567 */ - "\x77\0" /* offset 6571 */ - "\x80\0" /* offset 6575 */ - "\x1c\0" /* offset 6579 */ - "\xb6\0" /* offset 6583 */ - "\xb9\0" /* offset 6587 */ - "\xe8\0" /* offset 6591 */ - "\x51\0" /* offset 6595 */ - "\x5e\0" /* offset 6599 */ - "\x62\0" /* offset 6603 */ - "\x69\0" /* offset 6607 */ - "\xcb\0" /* offset 6611 */ - "\xed\0" /* offset 6615 */ - "\xf3\0" /* offset 6619 */ - "\x01\0" /* offset 6623 */ - "\xa8\0" /* offset 6627 */ - "\xdb\0" /* offset 6631 */ - "\xdf\0" /* offset 6635 */ - "\x96\0" /* offset 6639 */ - "\x99\0" /* offset 6643 */ - "\xac\0" /* offset 6647 */ - "\xa8\0" /* offset 6651 */ - "\xd8\0" /* offset 6655 */ - "\xdf\0" /* offset 6659 */ - "\x25\0" /* offset 6663 */ - "\x2f\0" /* offset 6667 */ - "\x32\0" /* offset 6671 */ - "\x3c\0" /* offset 6675 */ - "\x5a\0" /* offset 6679 */ - "\xe5\0" /* offset 6683 */ - "\x75\0" /* offset 6687 */ - "\x7f\0" /* offset 6691 */ - "\xa5\0" /* offset 6695 */ - "\xbb\0" /* offset 6699 */ - "\xc3\0" /* offset 6703 */ - "\xcd\0" /* offset 6707 */ - "\xd1\0" /* offset 6711 */ - "\xf9\0" /* offset 6715 */ - "\xfd\0" /* offset 6719 */ - "\x0e\0" /* offset 6723 */ - "\x13\0" /* offset 6727 */ - "\x20\0" /* offset 6731 */ - "\x3b\0" /* offset 6735 */ - "\x4a\0" /* offset 6739 */ - "\x52\0" /* offset 6743 */ - "\x8d\0" /* offset 6747 */ - "\x9c\0" /* offset 6751 */ - "\xa0\0" /* offset 6755 */ - "\x12\0" /* offset 6759 */ - "\x44\0" /* offset 6763 */ - "\x45\0" /* offset 6767 */ - "\x4b\x99\0" /* offset 6771 */ - "\x4d\x99\0" /* offset 6778 */ - "\x4f\x99\0" /* offset 6785 */ - "\x51\x99\0" /* offset 6792 */ - "\x53\x99\0" /* offset 6799 */ - "\x55\x99\0" /* offset 6806 */ - "\x57\x99\0" /* offset 6813 */ - "\x59\x99\0" /* offset 6820 */ - "\x5b\x99\0" /* offset 6827 */ - "\x5d\x99\0" /* offset 6834 */ - "\x5f\x99\0" /* offset 6841 */ - "\x61\x99\0" /* offset 6848 */ - "\x64\x99\0" /* offset 6855 */ - "\x66\x99\0" /* offset 6862 */ - "\x68\x99\0" /* offset 6869 */ - "\x6f\x99\0" /* offset 6876 */ - "\x6f\x9a\0" /* offset 6883 */ - "\x72\x99\0" /* offset 6890 */ - "\x72\x9a\0" /* offset 6897 */ - "\x75\x99\0" /* offset 6904 */ - "\x75\x9a\0" /* offset 6911 */ - "\x78\x99\0" /* offset 6918 */ - "\x78\x9a\0" /* offset 6925 */ - "\x7b\x99\0" /* offset 6932 */ - "\x7b\x9a\0" /* offset 6939 */ - "\x46\x99\0" /* offset 6946 */ - "\x20\x99\0" /* offset 6953 */ - "\x20\x9a\0" /* offset 6958 */ - "\x9d\x99\0" /* offset 6963 */ - "\x88\x8a\0" /* offset 6970 */ - "\xab\x99\0" /* offset 6977 */ - "\xad\x99\0" /* offset 6984 */ - "\xaf\x99\0" /* offset 6991 */ - "\xb1\x99\0" /* offset 6998 */ - "\xb3\x99\0" /* offset 7005 */ - "\xb5\x99\0" /* offset 7012 */ - "\xb7\x99\0" /* offset 7019 */ - "\xb9\x99\0" /* offset 7026 */ - "\xbb\x99\0" /* offset 7033 */ - "\xbd\x99\0" /* offset 7040 */ - "\xbf\x99\0" /* offset 7047 */ - "\xc1\x99\0" /* offset 7054 */ - "\xc4\x99\0" /* offset 7061 */ - "\xc6\x99\0" /* offset 7068 */ - "\xc8\x99\0" /* offset 7075 */ - "\xcf\x99\0" /* offset 7082 */ - "\xcf\x9a\0" /* offset 7089 */ - "\xd2\x99\0" /* offset 7096 */ - "\xd2\x9a\0" /* offset 7103 */ - "\xd5\x99\0" /* offset 7110 */ - "\xd5\x9a\0" /* offset 7117 */ - "\xd8\x99\0" /* offset 7124 */ - "\xd8\x9a\0" /* offset 7131 */ - "\xdb\x99\0" /* offset 7138 */ - "\xdb\x9a\0" /* offset 7145 */ - "\xa6\x99\0" /* offset 7152 */ - "\xef\x99\0" /* offset 7159 */ - "\xf0\x99\0" /* offset 7166 */ - "\xf1\x99\0" /* offset 7173 */ - "\xf2\x99\0" /* offset 7180 */ - "\xfd\x99\0" /* offset 7187 */ - "\xb3\xc8\0" /* offset 7194 */ - "\x00\0" /* offset 7201 */ - "\x01\0" /* offset 7205 */ - "\xaa\0" /* offset 7209 */ - "\x02\0" /* offset 7213 */ - "\xac\0" /* offset 7217 */ - "\xad\0" /* offset 7221 */ - "\x03\0" /* offset 7225 */ - "\x04\0" /* offset 7229 */ - "\x05\0" /* offset 7233 */ - "\xb0\0" /* offset 7237 */ - "\xb1\0" /* offset 7241 */ - "\xb2\0" /* offset 7245 */ - "\xb3\0" /* offset 7249 */ - "\xb4\0" /* offset 7253 */ - "\xb5\0" /* offset 7257 */ - "\x1a\0" /* offset 7261 */ - "\x06\0" /* offset 7265 */ - "\x07\0" /* offset 7269 */ - "\x08\0" /* offset 7273 */ - "\x21\0" /* offset 7277 */ - "\x09\0" /* offset 7281 */ - "\x0a\0" /* offset 7285 */ - "\x0b\0" /* offset 7289 */ - "\x0c\0" /* offset 7293 */ - "\x0d\0" /* offset 7297 */ - "\x0e\0" /* offset 7301 */ - "\x0f\0" /* offset 7305 */ - "\x10\0" /* offset 7309 */ - "\x11\0" /* offset 7313 */ - "\x12\0" /* offset 7317 */ - "\x61\0" /* offset 7321 */ - "\x62\0" /* offset 7325 */ - "\x63\0" /* offset 7329 */ - "\x64\0" /* offset 7333 */ - "\x65\0" /* offset 7337 */ - "\x66\0" /* offset 7341 */ - "\x67\0" /* offset 7345 */ - "\x68\0" /* offset 7349 */ - "\x69\0" /* offset 7353 */ - "\x6a\0" /* offset 7357 */ - "\x6b\0" /* offset 7361 */ - "\x6c\0" /* offset 7365 */ - "\x6d\0" /* offset 7369 */ - "\x6e\0" /* offset 7373 */ - "\x6f\0" /* offset 7377 */ - "\x70\0" /* offset 7381 */ - "\x71\0" /* offset 7385 */ - "\x72\0" /* offset 7389 */ - "\x73\0" /* offset 7393 */ - "\x74\0" /* offset 7397 */ - "\x75\0" /* offset 7401 */ - "\x60\0" /* offset 7405 */ - "\x14\0" /* offset 7409 */ - "\x15\0" /* offset 7413 */ - "\xc7\0" /* offset 7417 */ - "\xc8\0" /* offset 7421 */ - "\xcc\0" /* offset 7425 */ - "\xce\0" /* offset 7429 */ - "\xd3\0" /* offset 7433 */ - "\xd7\0" /* offset 7437 */ - "\xd9\0" /* offset 7441 */ - "\x1c\0" /* offset 7445 */ - "\xdd\0" /* offset 7449 */ - "\xdf\0" /* offset 7453 */ - "\x1d\0" /* offset 7457 */ - "\x1e\0" /* offset 7461 */ - "\x20\0" /* offset 7465 */ - "\x22\0" /* offset 7469 */ - "\x23\0" /* offset 7473 */ - "\x27\0" /* offset 7477 */ - "\x29\0" /* offset 7481 */ - "\x2b\0" /* offset 7485 */ - "\x2c\0" /* offset 7489 */ - "\x2d\0" /* offset 7493 */ - "\x2e\0" /* offset 7497 */ - "\x2f\0" /* offset 7501 */ - "\x32\0" /* offset 7505 */ - "\x36\0" /* offset 7509 */ - "\x40\0" /* offset 7513 */ - "\x47\0" /* offset 7517 */ - "\x4c\0" /* offset 7521 */ - "\xf1\0" /* offset 7525 */ - "\xf2\0" /* offset 7529 */ - "\x57\0" /* offset 7533 */ - "\x58\0" /* offset 7537 */ - "\x59\0" /* offset 7541 */ - "\x84\0" /* offset 7545 */ - "\x85\0" /* offset 7549 */ - "\x88\0" /* offset 7553 */ - "\x91\0" /* offset 7557 */ - "\x92\0" /* offset 7561 */ - "\x94\0" /* offset 7565 */ - "\x9e\0" /* offset 7569 */ - "\xa1\0" /* offset 7573 */ - "\x09\0" /* offset 7577 */ - "\xdb\0" /* offset 7581 */ - "\x0a\0" /* offset 7585 */ - "\x2d\0" /* offset 7589 */ - "\x0b\0" /* offset 7593 */ - "\x32\0" /* offset 7597 */ - "\x19\0" /* offset 7601 */ - "\x01\0" /* offset 7605 */ - "\x29\0" /* offset 7609 */ - "\x30\0" /* offset 7613 */ - "\x28\x00\x29\0" /* offset 7617 */ - "\x28\x02\x29\0" /* offset 7623 */ - "\x28\x03\x29\0" /* offset 7629 */ - "\x28\x05\x29\0" /* offset 7635 */ - "\x28\x06\x29\0" /* offset 7641 */ - "\x28\x07\x29\0" /* offset 7647 */ - "\x28\x09\x29\0" /* offset 7653 */ - "\x28\x0b\x29\0" /* offset 7659 */ - "\x28\x0c\x29\0" /* offset 7665 */ - "\x28\x0e\x29\0" /* offset 7671 */ - "\x28\x0f\x29\0" /* offset 7677 */ - "\x28\x10\x29\0" /* offset 7683 */ - "\x28\x11\x29\0" /* offset 7689 */ - "\x28\x12\x29\0" /* offset 7695 */ - "\x28\x00\x61\x29\0" /* offset 7701 */ - "\x28\x02\x61\x29\0" /* offset 7710 */ - "\x28\x03\x61\x29\0" /* offset 7719 */ - "\x28\x05\x61\x29\0" /* offset 7728 */ - "\x28\x06\x61\x29\0" /* offset 7737 */ - "\x28\x07\x61\x29\0" /* offset 7746 */ - "\x28\x09\x61\x29\0" /* offset 7755 */ - "\x28\x0b\x61\x29\0" /* offset 7764 */ - "\x28\x0c\x61\x29\0" /* offset 7773 */ - "\x28\x0e\x61\x29\0" /* offset 7782 */ - "\x28\x0f\x61\x29\0" /* offset 7791 */ - "\x28\x10\x61\x29\0" /* offset 7800 */ - "\x28\x11\x61\x29\0" /* offset 7809 */ - "\x28\x12\x61\x29\0" /* offset 7818 */ - "\x28\x0c\x6e\x29\0" /* offset 7827 */ - "\x28\x00\x29\0" /* offset 7836 */ - "\x28\x8c\x29\0" /* offset 7842 */ - "\x28\x09\x29\0" /* offset 7848 */ - "\x28\xdb\x29\0" /* offset 7854 */ - "\x28\x94\x29\0" /* offset 7860 */ - "\x28\x6d\x29\0" /* offset 7866 */ - "\x28\x03\x29\0" /* offset 7872 */ - "\x28\x6b\x29\0" /* offset 7878 */ - "\x28\x5d\x29\0" /* offset 7884 */ - "\x28\x41\x29\0" /* offset 7890 */ - "\x28\x08\x29\0" /* offset 7896 */ - "\x28\x6b\x29\0" /* offset 7902 */ - "\x28\x34\x29\0" /* offset 7908 */ - "\x28\x28\x29\0" /* offset 7914 */ - "\x28\xd1\x29\0" /* offset 7920 */ - "\x28\x1f\x29\0" /* offset 7926 */ - "\x28\xe5\x29\0" /* offset 7932 */ - "\x28\x2a\x29\0" /* offset 7938 */ - "\x28\x09\x29\0" /* offset 7944 */ - "\x28\x3e\x29\0" /* offset 7950 */ - "\x28\x0d\x29\0" /* offset 7956 */ - "\x28\x79\x29\0" /* offset 7962 */ - "\x28\xa1\x29\0" /* offset 7968 */ - "\x28\x5d\x29\0" /* offset 7974 */ - "\x28\xb4\x29\0" /* offset 7980 */ - "\x28\xe3\x29\0" /* offset 7986 */ - "\x28\x7c\x29\0" /* offset 7992 */ - "\x28\x66\x29\0" /* offset 7998 */ - "\x28\xe3\x29\0" /* offset 8004 */ - "\x28\x01\x29\0" /* offset 8010 */ - "\x28\xc7\x29\0" /* offset 8016 */ - "\x28\x54\x29\0" /* offset 8022 */ - "\x28\x6d\x29\0" /* offset 8028 */ - "\x28\x11\x29\0" /* offset 8034 */ - "\x28\xea\x29\0" /* offset 8040 */ - "\x28\xf3\x29\0" /* offset 8046 */ + "\xe2\xab\x9d\xcc\xb8\0" /* offset 5889 */ + "\xe6\xaf\x8d\0" /* offset 5895 */ + "\xe9\xbe\x9f\0" /* offset 5899 */ + "\xe4\xb8\x80\0" /* offset 5903 */ + "\xe4\xb8\xa8\0" /* offset 5907 */ + "\xe4\xb8\xb6\0" /* offset 5911 */ + "\xe4\xb8\xbf\0" /* offset 5915 */ + "\xe4\xb9\x99\0" /* offset 5919 */ + "\xe4\xba\x85\0" /* offset 5923 */ + "\xe4\xba\x8c\0" /* offset 5927 */ + "\xe4\xba\xa0\0" /* offset 5931 */ + "\xe4\xba\xba\0" /* offset 5935 */ + "\xe5\x84\xbf\0" /* offset 5939 */ + "\xe5\x85\xa5\0" /* offset 5943 */ + "\xe5\x85\xab\0" /* offset 5947 */ + "\xe5\x86\x82\0" /* offset 5951 */ + "\xe5\x86\x96\0" /* offset 5955 */ + "\xe5\x86\xab\0" /* offset 5959 */ + "\xe5\x87\xa0\0" /* offset 5963 */ + "\xe5\x87\xb5\0" /* offset 5967 */ + "\xe5\x88\x80\0" /* offset 5971 */ + "\xe5\x8a\x9b\0" /* offset 5975 */ + "\xe5\x8b\xb9\0" /* offset 5979 */ + "\xe5\x8c\x95\0" /* offset 5983 */ + "\xe5\x8c\x9a\0" /* offset 5987 */ + "\xe5\x8c\xb8\0" /* offset 5991 */ + "\xe5\x8d\x81\0" /* offset 5995 */ + "\xe5\x8d\x9c\0" /* offset 5999 */ + "\xe5\x8d\xa9\0" /* offset 6003 */ + "\xe5\x8e\x82\0" /* offset 6007 */ + "\xe5\x8e\xb6\0" /* offset 6011 */ + "\xe5\x8f\x88\0" /* offset 6015 */ + "\xe5\x8f\xa3\0" /* offset 6019 */ + "\xe5\x9b\x97\0" /* offset 6023 */ + "\xe5\x9c\x9f\0" /* offset 6027 */ + "\xe5\xa3\xab\0" /* offset 6031 */ + "\xe5\xa4\x82\0" /* offset 6035 */ + "\xe5\xa4\x8a\0" /* offset 6039 */ + "\xe5\xa4\x95\0" /* offset 6043 */ + "\xe5\xa4\xa7\0" /* offset 6047 */ + "\xe5\xa5\xb3\0" /* offset 6051 */ + "\xe5\xad\x90\0" /* offset 6055 */ + "\xe5\xae\x80\0" /* offset 6059 */ + "\xe5\xaf\xb8\0" /* offset 6063 */ + "\xe5\xb0\x8f\0" /* offset 6067 */ + "\xe5\xb0\xa2\0" /* offset 6071 */ + "\xe5\xb0\xb8\0" /* offset 6075 */ + "\xe5\xb1\xae\0" /* offset 6079 */ + "\xe5\xb1\xb1\0" /* offset 6083 */ + "\xe5\xb7\x9b\0" /* offset 6087 */ + "\xe5\xb7\xa5\0" /* offset 6091 */ + "\xe5\xb7\xb1\0" /* offset 6095 */ + "\xe5\xb7\xbe\0" /* offset 6099 */ + "\xe5\xb9\xb2\0" /* offset 6103 */ + "\xe5\xb9\xba\0" /* offset 6107 */ + "\xe5\xb9\xbf\0" /* offset 6111 */ + "\xe5\xbb\xb4\0" /* offset 6115 */ + "\xe5\xbb\xbe\0" /* offset 6119 */ + "\xe5\xbc\x8b\0" /* offset 6123 */ + "\xe5\xbc\x93\0" /* offset 6127 */ + "\xe5\xbd\x90\0" /* offset 6131 */ + "\xe5\xbd\xa1\0" /* offset 6135 */ + "\xe5\xbd\xb3\0" /* offset 6139 */ + "\xe5\xbf\x83\0" /* offset 6143 */ + "\xe6\x88\x88\0" /* offset 6147 */ + "\xe6\x88\xb6\0" /* offset 6151 */ + "\xe6\x89\x8b\0" /* offset 6155 */ + "\xe6\x94\xaf\0" /* offset 6159 */ + "\xe6\x94\xb4\0" /* offset 6163 */ + "\xe6\x96\x87\0" /* offset 6167 */ + "\xe6\x96\x97\0" /* offset 6171 */ + "\xe6\x96\xa4\0" /* offset 6175 */ + "\xe6\x96\xb9\0" /* offset 6179 */ + "\xe6\x97\xa0\0" /* offset 6183 */ + "\xe6\x97\xa5\0" /* offset 6187 */ + "\xe6\x9b\xb0\0" /* offset 6191 */ + "\xe6\x9c\x88\0" /* offset 6195 */ + "\xe6\x9c\xa8\0" /* offset 6199 */ + "\xe6\xac\xa0\0" /* offset 6203 */ + "\xe6\xad\xa2\0" /* offset 6207 */ + "\xe6\xad\xb9\0" /* offset 6211 */ + "\xe6\xae\xb3\0" /* offset 6215 */ + "\xe6\xaf\x8b\0" /* offset 6219 */ + "\xe6\xaf\x94\0" /* offset 6223 */ + "\xe6\xaf\x9b\0" /* offset 6227 */ + "\xe6\xb0\x8f\0" /* offset 6231 */ + "\xe6\xb0\x94\0" /* offset 6235 */ + "\xe6\xb0\xb4\0" /* offset 6239 */ + "\xe7\x81\xab\0" /* offset 6243 */ + "\xe7\x88\xaa\0" /* offset 6247 */ + "\xe7\x88\xb6\0" /* offset 6251 */ + "\xe7\x88\xbb\0" /* offset 6255 */ + "\xe7\x88\xbf\0" /* offset 6259 */ + "\xe7\x89\x87\0" /* offset 6263 */ + "\xe7\x89\x99\0" /* offset 6267 */ + "\xe7\x89\x9b\0" /* offset 6271 */ + "\xe7\x8a\xac\0" /* offset 6275 */ + "\xe7\x8e\x84\0" /* offset 6279 */ + "\xe7\x8e\x89\0" /* offset 6283 */ + "\xe7\x93\x9c\0" /* offset 6287 */ + "\xe7\x93\xa6\0" /* offset 6291 */ + "\xe7\x94\x98\0" /* offset 6295 */ + "\xe7\x94\x9f\0" /* offset 6299 */ + "\xe7\x94\xa8\0" /* offset 6303 */ + "\xe7\x94\xb0\0" /* offset 6307 */ + "\xe7\x96\x8b\0" /* offset 6311 */ + "\xe7\x96\x92\0" /* offset 6315 */ + "\xe7\x99\xb6\0" /* offset 6319 */ + "\xe7\x99\xbd\0" /* offset 6323 */ + "\xe7\x9a\xae\0" /* offset 6327 */ + "\xe7\x9a\xbf\0" /* offset 6331 */ + "\xe7\x9b\xae\0" /* offset 6335 */ + "\xe7\x9f\x9b\0" /* offset 6339 */ + "\xe7\x9f\xa2\0" /* offset 6343 */ + "\xe7\x9f\xb3\0" /* offset 6347 */ + "\xe7\xa4\xba\0" /* offset 6351 */ + "\xe7\xa6\xb8\0" /* offset 6355 */ + "\xe7\xa6\xbe\0" /* offset 6359 */ + "\xe7\xa9\xb4\0" /* offset 6363 */ + "\xe7\xab\x8b\0" /* offset 6367 */ + "\xe7\xab\xb9\0" /* offset 6371 */ + "\xe7\xb1\xb3\0" /* offset 6375 */ + "\xe7\xb3\xb8\0" /* offset 6379 */ + "\xe7\xbc\xb6\0" /* offset 6383 */ + "\xe7\xbd\x91\0" /* offset 6387 */ + "\xe7\xbe\x8a\0" /* offset 6391 */ + "\xe7\xbe\xbd\0" /* offset 6395 */ + "\xe8\x80\x81\0" /* offset 6399 */ + "\xe8\x80\x8c\0" /* offset 6403 */ + "\xe8\x80\x92\0" /* offset 6407 */ + "\xe8\x80\xb3\0" /* offset 6411 */ + "\xe8\x81\xbf\0" /* offset 6415 */ + "\xe8\x82\x89\0" /* offset 6419 */ + "\xe8\x87\xa3\0" /* offset 6423 */ + "\xe8\x87\xaa\0" /* offset 6427 */ + "\xe8\x87\xb3\0" /* offset 6431 */ + "\xe8\x87\xbc\0" /* offset 6435 */ + "\xe8\x88\x8c\0" /* offset 6439 */ + "\xe8\x88\x9b\0" /* offset 6443 */ + "\xe8\x88\x9f\0" /* offset 6447 */ + "\xe8\x89\xae\0" /* offset 6451 */ + "\xe8\x89\xb2\0" /* offset 6455 */ + "\xe8\x89\xb8\0" /* offset 6459 */ + "\xe8\x99\x8d\0" /* offset 6463 */ + "\xe8\x99\xab\0" /* offset 6467 */ + "\xe8\xa1\x80\0" /* offset 6471 */ + "\xe8\xa1\x8c\0" /* offset 6475 */ + "\xe8\xa1\xa3\0" /* offset 6479 */ + "\xe8\xa5\xbe\0" /* offset 6483 */ + "\xe8\xa6\x8b\0" /* offset 6487 */ + "\xe8\xa7\x92\0" /* offset 6491 */ + "\xe8\xa8\x80\0" /* offset 6495 */ + "\xe8\xb0\xb7\0" /* offset 6499 */ + "\xe8\xb1\x86\0" /* offset 6503 */ + "\xe8\xb1\x95\0" /* offset 6507 */ + "\xe8\xb1\xb8\0" /* offset 6511 */ + "\xe8\xb2\x9d\0" /* offset 6515 */ + "\xe8\xb5\xa4\0" /* offset 6519 */ + "\xe8\xb5\xb0\0" /* offset 6523 */ + "\xe8\xb6\xb3\0" /* offset 6527 */ + "\xe8\xba\xab\0" /* offset 6531 */ + "\xe8\xbb\x8a\0" /* offset 6535 */ + "\xe8\xbe\x9b\0" /* offset 6539 */ + "\xe8\xbe\xb0\0" /* offset 6543 */ + "\xe8\xbe\xb5\0" /* offset 6547 */ + "\xe9\x82\x91\0" /* offset 6551 */ + "\xe9\x85\x89\0" /* offset 6555 */ + "\xe9\x87\x86\0" /* offset 6559 */ + "\xe9\x87\x8c\0" /* offset 6563 */ + "\xe9\x87\x91\0" /* offset 6567 */ + "\xe9\x95\xb7\0" /* offset 6571 */ + "\xe9\x96\x80\0" /* offset 6575 */ + "\xe9\x98\x9c\0" /* offset 6579 */ + "\xe9\x9a\xb6\0" /* offset 6583 */ + "\xe9\x9a\xb9\0" /* offset 6587 */ + "\xe9\x9b\xa8\0" /* offset 6591 */ + "\xe9\x9d\x91\0" /* offset 6595 */ + "\xe9\x9d\x9e\0" /* offset 6599 */ + "\xe9\x9d\xa2\0" /* offset 6603 */ + "\xe9\x9d\xa9\0" /* offset 6607 */ + "\xe9\x9f\x8b\0" /* offset 6611 */ + "\xe9\x9f\xad\0" /* offset 6615 */ + "\xe9\x9f\xb3\0" /* offset 6619 */ + "\xe9\xa0\x81\0" /* offset 6623 */ + "\xe9\xa2\xa8\0" /* offset 6627 */ + "\xe9\xa3\x9b\0" /* offset 6631 */ + "\xe9\xa3\x9f\0" /* offset 6635 */ + "\xe9\xa6\x96\0" /* offset 6639 */ + "\xe9\xa6\x99\0" /* offset 6643 */ + "\xe9\xa6\xac\0" /* offset 6647 */ + "\xe9\xaa\xa8\0" /* offset 6651 */ + "\xe9\xab\x98\0" /* offset 6655 */ + "\xe9\xab\x9f\0" /* offset 6659 */ + "\xe9\xac\xa5\0" /* offset 6663 */ + "\xe9\xac\xaf\0" /* offset 6667 */ + "\xe9\xac\xb2\0" /* offset 6671 */ + "\xe9\xac\xbc\0" /* offset 6675 */ + "\xe9\xad\x9a\0" /* offset 6679 */ + "\xe9\xb3\xa5\0" /* offset 6683 */ + "\xe9\xb9\xb5\0" /* offset 6687 */ + "\xe9\xb9\xbf\0" /* offset 6691 */ + "\xe9\xba\xa5\0" /* offset 6695 */ + "\xe9\xba\xbb\0" /* offset 6699 */ + "\xe9\xbb\x83\0" /* offset 6703 */ + "\xe9\xbb\x8d\0" /* offset 6707 */ + "\xe9\xbb\x91\0" /* offset 6711 */ + "\xe9\xbb\xb9\0" /* offset 6715 */ + "\xe9\xbb\xbd\0" /* offset 6719 */ + "\xe9\xbc\x8e\0" /* offset 6723 */ + "\xe9\xbc\x93\0" /* offset 6727 */ + "\xe9\xbc\xa0\0" /* offset 6731 */ + "\xe9\xbc\xbb\0" /* offset 6735 */ + "\xe9\xbd\x8a\0" /* offset 6739 */ + "\xe9\xbd\x92\0" /* offset 6743 */ + "\xe9\xbe\x8d\0" /* offset 6747 */ + "\xe9\xbe\x9c\0" /* offset 6751 */ + "\xe9\xbe\xa0\0" /* offset 6755 */ + "\xe3\x80\x92\0" /* offset 6759 */ + "\xe5\x8d\x84\0" /* offset 6763 */ + "\xe5\x8d\x85\0" /* offset 6767 */ + "\xe3\x81\x8b\xe3\x82\x99\0" /* offset 6771 */ + "\xe3\x81\x8d\xe3\x82\x99\0" /* offset 6778 */ + "\xe3\x81\x8f\xe3\x82\x99\0" /* offset 6785 */ + "\xe3\x81\x91\xe3\x82\x99\0" /* offset 6792 */ + "\xe3\x81\x93\xe3\x82\x99\0" /* offset 6799 */ + "\xe3\x81\x95\xe3\x82\x99\0" /* offset 6806 */ + "\xe3\x81\x97\xe3\x82\x99\0" /* offset 6813 */ + "\xe3\x81\x99\xe3\x82\x99\0" /* offset 6820 */ + "\xe3\x81\x9b\xe3\x82\x99\0" /* offset 6827 */ + "\xe3\x81\x9d\xe3\x82\x99\0" /* offset 6834 */ + "\xe3\x81\x9f\xe3\x82\x99\0" /* offset 6841 */ + "\xe3\x81\xa1\xe3\x82\x99\0" /* offset 6848 */ + "\xe3\x81\xa4\xe3\x82\x99\0" /* offset 6855 */ + "\xe3\x81\xa6\xe3\x82\x99\0" /* offset 6862 */ + "\xe3\x81\xa8\xe3\x82\x99\0" /* offset 6869 */ + "\xe3\x81\xaf\xe3\x82\x99\0" /* offset 6876 */ + "\xe3\x81\xaf\xe3\x82\x9a\0" /* offset 6883 */ + "\xe3\x81\xb2\xe3\x82\x99\0" /* offset 6890 */ + "\xe3\x81\xb2\xe3\x82\x9a\0" /* offset 6897 */ + "\xe3\x81\xb5\xe3\x82\x99\0" /* offset 6904 */ + "\xe3\x81\xb5\xe3\x82\x9a\0" /* offset 6911 */ + "\xe3\x81\xb8\xe3\x82\x99\0" /* offset 6918 */ + "\xe3\x81\xb8\xe3\x82\x9a\0" /* offset 6925 */ + "\xe3\x81\xbb\xe3\x82\x99\0" /* offset 6932 */ + "\xe3\x81\xbb\xe3\x82\x9a\0" /* offset 6939 */ + "\xe3\x81\x86\xe3\x82\x99\0" /* offset 6946 */ + "\x20\xe3\x82\x99\0" /* offset 6953 */ + "\x20\xe3\x82\x9a\0" /* offset 6958 */ + "\xe3\x82\x9d\xe3\x82\x99\0" /* offset 6963 */ + "\xe3\x82\x88\xe3\x82\x8a\0" /* offset 6970 */ + "\xe3\x82\xab\xe3\x82\x99\0" /* offset 6977 */ + "\xe3\x82\xad\xe3\x82\x99\0" /* offset 6984 */ + "\xe3\x82\xaf\xe3\x82\x99\0" /* offset 6991 */ + "\xe3\x82\xb1\xe3\x82\x99\0" /* offset 6998 */ + "\xe3\x82\xb3\xe3\x82\x99\0" /* offset 7005 */ + "\xe3\x82\xb5\xe3\x82\x99\0" /* offset 7012 */ + "\xe3\x82\xb7\xe3\x82\x99\0" /* offset 7019 */ + "\xe3\x82\xb9\xe3\x82\x99\0" /* offset 7026 */ + "\xe3\x82\xbb\xe3\x82\x99\0" /* offset 7033 */ + "\xe3\x82\xbd\xe3\x82\x99\0" /* offset 7040 */ + "\xe3\x82\xbf\xe3\x82\x99\0" /* offset 7047 */ + "\xe3\x83\x81\xe3\x82\x99\0" /* offset 7054 */ + "\xe3\x83\x84\xe3\x82\x99\0" /* offset 7061 */ + "\xe3\x83\x86\xe3\x82\x99\0" /* offset 7068 */ + "\xe3\x83\x88\xe3\x82\x99\0" /* offset 7075 */ + "\xe3\x83\x8f\xe3\x82\x99\0" /* offset 7082 */ + "\xe3\x83\x8f\xe3\x82\x9a\0" /* offset 7089 */ + "\xe3\x83\x92\xe3\x82\x99\0" /* offset 7096 */ + "\xe3\x83\x92\xe3\x82\x9a\0" /* offset 7103 */ + "\xe3\x83\x95\xe3\x82\x99\0" /* offset 7110 */ + "\xe3\x83\x95\xe3\x82\x9a\0" /* offset 7117 */ + "\xe3\x83\x98\xe3\x82\x99\0" /* offset 7124 */ + "\xe3\x83\x98\xe3\x82\x9a\0" /* offset 7131 */ + "\xe3\x83\x9b\xe3\x82\x99\0" /* offset 7138 */ + "\xe3\x83\x9b\xe3\x82\x9a\0" /* offset 7145 */ + "\xe3\x82\xa6\xe3\x82\x99\0" /* offset 7152 */ + "\xe3\x83\xaf\xe3\x82\x99\0" /* offset 7159 */ + "\xe3\x83\xb0\xe3\x82\x99\0" /* offset 7166 */ + "\xe3\x83\xb1\xe3\x82\x99\0" /* offset 7173 */ + "\xe3\x83\xb2\xe3\x82\x99\0" /* offset 7180 */ + "\xe3\x83\xbd\xe3\x82\x99\0" /* offset 7187 */ + "\xe3\x82\xb3\xe3\x83\x88\0" /* offset 7194 */ + "\xe1\x84\x80\0" /* offset 7201 */ + "\xe1\x84\x81\0" /* offset 7205 */ + "\xe1\x86\xaa\0" /* offset 7209 */ + "\xe1\x84\x82\0" /* offset 7213 */ + "\xe1\x86\xac\0" /* offset 7217 */ + "\xe1\x86\xad\0" /* offset 7221 */ + "\xe1\x84\x83\0" /* offset 7225 */ + "\xe1\x84\x84\0" /* offset 7229 */ + "\xe1\x84\x85\0" /* offset 7233 */ + "\xe1\x86\xb0\0" /* offset 7237 */ + "\xe1\x86\xb1\0" /* offset 7241 */ + "\xe1\x86\xb2\0" /* offset 7245 */ + "\xe1\x86\xb3\0" /* offset 7249 */ + "\xe1\x86\xb4\0" /* offset 7253 */ + "\xe1\x86\xb5\0" /* offset 7257 */ + "\xe1\x84\x9a\0" /* offset 7261 */ + "\xe1\x84\x86\0" /* offset 7265 */ + "\xe1\x84\x87\0" /* offset 7269 */ + "\xe1\x84\x88\0" /* offset 7273 */ + "\xe1\x84\xa1\0" /* offset 7277 */ + "\xe1\x84\x89\0" /* offset 7281 */ + "\xe1\x84\x8a\0" /* offset 7285 */ + "\xe1\x84\x8b\0" /* offset 7289 */ + "\xe1\x84\x8c\0" /* offset 7293 */ + "\xe1\x84\x8d\0" /* offset 7297 */ + "\xe1\x84\x8e\0" /* offset 7301 */ + "\xe1\x84\x8f\0" /* offset 7305 */ + "\xe1\x84\x90\0" /* offset 7309 */ + "\xe1\x84\x91\0" /* offset 7313 */ + "\xe1\x84\x92\0" /* offset 7317 */ + "\xe1\x85\xa1\0" /* offset 7321 */ + "\xe1\x85\xa2\0" /* offset 7325 */ + "\xe1\x85\xa3\0" /* offset 7329 */ + "\xe1\x85\xa4\0" /* offset 7333 */ + "\xe1\x85\xa5\0" /* offset 7337 */ + "\xe1\x85\xa6\0" /* offset 7341 */ + "\xe1\x85\xa7\0" /* offset 7345 */ + "\xe1\x85\xa8\0" /* offset 7349 */ + "\xe1\x85\xa9\0" /* offset 7353 */ + "\xe1\x85\xaa\0" /* offset 7357 */ + "\xe1\x85\xab\0" /* offset 7361 */ + "\xe1\x85\xac\0" /* offset 7365 */ + "\xe1\x85\xad\0" /* offset 7369 */ + "\xe1\x85\xae\0" /* offset 7373 */ + "\xe1\x85\xaf\0" /* offset 7377 */ + "\xe1\x85\xb0\0" /* offset 7381 */ + "\xe1\x85\xb1\0" /* offset 7385 */ + "\xe1\x85\xb2\0" /* offset 7389 */ + "\xe1\x85\xb3\0" /* offset 7393 */ + "\xe1\x85\xb4\0" /* offset 7397 */ + "\xe1\x85\xb5\0" /* offset 7401 */ + "\xe1\x85\xa0\0" /* offset 7405 */ + "\xe1\x84\x94\0" /* offset 7409 */ + "\xe1\x84\x95\0" /* offset 7413 */ + "\xe1\x87\x87\0" /* offset 7417 */ + "\xe1\x87\x88\0" /* offset 7421 */ + "\xe1\x87\x8c\0" /* offset 7425 */ + "\xe1\x87\x8e\0" /* offset 7429 */ + "\xe1\x87\x93\0" /* offset 7433 */ + "\xe1\x87\x97\0" /* offset 7437 */ + "\xe1\x87\x99\0" /* offset 7441 */ + "\xe1\x84\x9c\0" /* offset 7445 */ + "\xe1\x87\x9d\0" /* offset 7449 */ + "\xe1\x87\x9f\0" /* offset 7453 */ + "\xe1\x84\x9d\0" /* offset 7457 */ + "\xe1\x84\x9e\0" /* offset 7461 */ + "\xe1\x84\xa0\0" /* offset 7465 */ + "\xe1\x84\xa2\0" /* offset 7469 */ + "\xe1\x84\xa3\0" /* offset 7473 */ + "\xe1\x84\xa7\0" /* offset 7477 */ + "\xe1\x84\xa9\0" /* offset 7481 */ + "\xe1\x84\xab\0" /* offset 7485 */ + "\xe1\x84\xac\0" /* offset 7489 */ + "\xe1\x84\xad\0" /* offset 7493 */ + "\xe1\x84\xae\0" /* offset 7497 */ + "\xe1\x84\xaf\0" /* offset 7501 */ + "\xe1\x84\xb2\0" /* offset 7505 */ + "\xe1\x84\xb6\0" /* offset 7509 */ + "\xe1\x85\x80\0" /* offset 7513 */ + "\xe1\x85\x87\0" /* offset 7517 */ + "\xe1\x85\x8c\0" /* offset 7521 */ + "\xe1\x87\xb1\0" /* offset 7525 */ + "\xe1\x87\xb2\0" /* offset 7529 */ + "\xe1\x85\x97\0" /* offset 7533 */ + "\xe1\x85\x98\0" /* offset 7537 */ + "\xe1\x85\x99\0" /* offset 7541 */ + "\xe1\x86\x84\0" /* offset 7545 */ + "\xe1\x86\x85\0" /* offset 7549 */ + "\xe1\x86\x88\0" /* offset 7553 */ + "\xe1\x86\x91\0" /* offset 7557 */ + "\xe1\x86\x92\0" /* offset 7561 */ + "\xe1\x86\x94\0" /* offset 7565 */ + "\xe1\x86\x9e\0" /* offset 7569 */ + "\xe1\x86\xa1\0" /* offset 7573 */ + "\xe4\xb8\x89\0" /* offset 7577 */ + "\xe5\x9b\x9b\0" /* offset 7581 */ + "\xe4\xb8\x8a\0" /* offset 7585 */ + "\xe4\xb8\xad\0" /* offset 7589 */ + "\xe4\xb8\x8b\0" /* offset 7593 */ + "\xe7\x94\xb2\0" /* offset 7597 */ + "\xe4\xb8\x99\0" /* offset 7601 */ + "\xe4\xb8\x81\0" /* offset 7605 */ + "\xe5\xa4\xa9\0" /* offset 7609 */ + "\xe5\x9c\xb0\0" /* offset 7613 */ + "\x28\xe1\x84\x80\x29\0" /* offset 7617 */ + "\x28\xe1\x84\x82\x29\0" /* offset 7623 */ + "\x28\xe1\x84\x83\x29\0" /* offset 7629 */ + "\x28\xe1\x84\x85\x29\0" /* offset 7635 */ + "\x28\xe1\x84\x86\x29\0" /* offset 7641 */ + "\x28\xe1\x84\x87\x29\0" /* offset 7647 */ + "\x28\xe1\x84\x89\x29\0" /* offset 7653 */ + "\x28\xe1\x84\x8b\x29\0" /* offset 7659 */ + "\x28\xe1\x84\x8c\x29\0" /* offset 7665 */ + "\x28\xe1\x84\x8e\x29\0" /* offset 7671 */ + "\x28\xe1\x84\x8f\x29\0" /* offset 7677 */ + "\x28\xe1\x84\x90\x29\0" /* offset 7683 */ + "\x28\xe1\x84\x91\x29\0" /* offset 7689 */ + "\x28\xe1\x84\x92\x29\0" /* offset 7695 */ + "\x28\xe1\x84\x80\xe1\x85\xa1\x29\0" /* offset 7701 */ + "\x28\xe1\x84\x82\xe1\x85\xa1\x29\0" /* offset 7710 */ + "\x28\xe1\x84\x83\xe1\x85\xa1\x29\0" /* offset 7719 */ + "\x28\xe1\x84\x85\xe1\x85\xa1\x29\0" /* offset 7728 */ + "\x28\xe1\x84\x86\xe1\x85\xa1\x29\0" /* offset 7737 */ + "\x28\xe1\x84\x87\xe1\x85\xa1\x29\0" /* offset 7746 */ + "\x28\xe1\x84\x89\xe1\x85\xa1\x29\0" /* offset 7755 */ + "\x28\xe1\x84\x8b\xe1\x85\xa1\x29\0" /* offset 7764 */ + "\x28\xe1\x84\x8c\xe1\x85\xa1\x29\0" /* offset 7773 */ + "\x28\xe1\x84\x8e\xe1\x85\xa1\x29\0" /* offset 7782 */ + "\x28\xe1\x84\x8f\xe1\x85\xa1\x29\0" /* offset 7791 */ + "\x28\xe1\x84\x90\xe1\x85\xa1\x29\0" /* offset 7800 */ + "\x28\xe1\x84\x91\xe1\x85\xa1\x29\0" /* offset 7809 */ + "\x28\xe1\x84\x92\xe1\x85\xa1\x29\0" /* offset 7818 */ + "\x28\xe1\x84\x8c\xe1\x85\xae\x29\0" /* offset 7827 */ + "\x28\xe4\xb8\x80\x29\0" /* offset 7836 */ + "\x28\xe4\xba\x8c\x29\0" /* offset 7842 */ + "\x28\xe4\xb8\x89\x29\0" /* offset 7848 */ + "\x28\xe5\x9b\x9b\x29\0" /* offset 7854 */ + "\x28\xe4\xba\x94\x29\0" /* offset 7860 */ + "\x28\xe5\x85\xad\x29\0" /* offset 7866 */ + "\x28\xe4\xb8\x83\x29\0" /* offset 7872 */ + "\x28\xe5\x85\xab\x29\0" /* offset 7878 */ + "\x28\xe4\xb9\x9d\x29\0" /* offset 7884 */ + "\x28\xe5\x8d\x81\x29\0" /* offset 7890 */ + "\x28\xe6\x9c\x88\x29\0" /* offset 7896 */ + "\x28\xe7\x81\xab\x29\0" /* offset 7902 */ + "\x28\xe6\xb0\xb4\x29\0" /* offset 7908 */ + "\x28\xe6\x9c\xa8\x29\0" /* offset 7914 */ + "\x28\xe9\x87\x91\x29\0" /* offset 7920 */ + "\x28\xe5\x9c\x9f\x29\0" /* offset 7926 */ + "\x28\xe6\x97\xa5\x29\0" /* offset 7932 */ + "\x28\xe6\xa0\xaa\x29\0" /* offset 7938 */ + "\x28\xe6\x9c\x89\x29\0" /* offset 7944 */ + "\x28\xe7\xa4\xbe\x29\0" /* offset 7950 */ + "\x28\xe5\x90\x8d\x29\0" /* offset 7956 */ + "\x28\xe7\x89\xb9\x29\0" /* offset 7962 */ + "\x28\xe8\xb2\xa1\x29\0" /* offset 7968 */ + "\x28\xe7\xa5\x9d\x29\0" /* offset 7974 */ + "\x28\xe5\x8a\xb4\x29\0" /* offset 7980 */ + "\x28\xe4\xbb\xa3\x29\0" /* offset 7986 */ + "\x28\xe5\x91\xbc\x29\0" /* offset 7992 */ + "\x28\xe5\xad\xa6\x29\0" /* offset 7998 */ + "\x28\xe7\x9b\xa3\x29\0" /* offset 8004 */ + "\x28\xe4\xbc\x81\x29\0" /* offset 8010 */ + "\x28\xe8\xb3\x87\x29\0" /* offset 8016 */ + "\x28\xe5\x8d\x94\x29\0" /* offset 8022 */ + "\x28\xe7\xa5\xad\x29\0" /* offset 8028 */ + "\x28\xe4\xbc\x91\x29\0" /* offset 8034 */ + "\x28\xe8\x87\xaa\x29\0" /* offset 8040 */ + "\x28\xe8\x87\xb3\x29\0" /* offset 8046 */ "\x32\x31\0" /* offset 8052 */ "\x32\x32\0" /* offset 8055 */ "\x32\x33\0" /* offset 8058 */ @@ -8646,52 +8646,52 @@ static const gchar decomp_expansion_string[] = "\x33\x33\0" /* offset 8088 */ "\x33\x34\0" /* offset 8091 */ "\x33\x35\0" /* offset 8094 */ - "\x00\x61\0" /* offset 8097 */ - "\x02\x61\0" /* offset 8104 */ - "\x03\x61\0" /* offset 8111 */ - "\x05\x61\0" /* offset 8118 */ - "\x06\x61\0" /* offset 8125 */ - "\x07\x61\0" /* offset 8132 */ - "\x09\x61\0" /* offset 8139 */ - "\x0b\x61\0" /* offset 8146 */ - "\x0c\x61\0" /* offset 8153 */ - "\x0e\x61\0" /* offset 8160 */ - "\x0f\x61\0" /* offset 8167 */ - "\x10\x61\0" /* offset 8174 */ - "\x11\x61\0" /* offset 8181 */ - "\x12\x61\0" /* offset 8188 */ - "\x94\0" /* offset 8195 */ - "\x6d\0" /* offset 8199 */ - "\x03\0" /* offset 8203 */ - "\x5d\0" /* offset 8207 */ - "\x2a\0" /* offset 8211 */ - "\x09\0" /* offset 8215 */ - "\x3e\0" /* offset 8219 */ - "\x0d\0" /* offset 8223 */ - "\x79\0" /* offset 8227 */ - "\xa1\0" /* offset 8231 */ - "\x5d\0" /* offset 8235 */ - "\xb4\0" /* offset 8239 */ - "\xd8\0" /* offset 8243 */ - "\x37\0" /* offset 8247 */ - "\x69\0" /* offset 8251 */ - "\x2a\0" /* offset 8255 */ - "\x70\0" /* offset 8259 */ - "\xe8\0" /* offset 8263 */ - "\x05\0" /* offset 8267 */ - "\x11\0" /* offset 8271 */ - "\x99\0" /* offset 8275 */ - "\x63\0" /* offset 8279 */ - "\xe6\0" /* offset 8283 */ - "\xf3\0" /* offset 8287 */ - "\x3b\0" /* offset 8291 */ - "\x97\0" /* offset 8295 */ - "\x66\0" /* offset 8299 */ - "\xe3\0" /* offset 8303 */ - "\x01\0" /* offset 8307 */ - "\xc7\0" /* offset 8311 */ - "\x54\0" /* offset 8315 */ - "\x1c\0" /* offset 8319 */ + "\xe1\x84\x80\xe1\x85\xa1\0" /* offset 8097 */ + "\xe1\x84\x82\xe1\x85\xa1\0" /* offset 8104 */ + "\xe1\x84\x83\xe1\x85\xa1\0" /* offset 8111 */ + "\xe1\x84\x85\xe1\x85\xa1\0" /* offset 8118 */ + "\xe1\x84\x86\xe1\x85\xa1\0" /* offset 8125 */ + "\xe1\x84\x87\xe1\x85\xa1\0" /* offset 8132 */ + "\xe1\x84\x89\xe1\x85\xa1\0" /* offset 8139 */ + "\xe1\x84\x8b\xe1\x85\xa1\0" /* offset 8146 */ + "\xe1\x84\x8c\xe1\x85\xa1\0" /* offset 8153 */ + "\xe1\x84\x8e\xe1\x85\xa1\0" /* offset 8160 */ + "\xe1\x84\x8f\xe1\x85\xa1\0" /* offset 8167 */ + "\xe1\x84\x90\xe1\x85\xa1\0" /* offset 8174 */ + "\xe1\x84\x91\xe1\x85\xa1\0" /* offset 8181 */ + "\xe1\x84\x92\xe1\x85\xa1\0" /* offset 8188 */ + "\xe4\xba\x94\0" /* offset 8195 */ + "\xe5\x85\xad\0" /* offset 8199 */ + "\xe4\xb8\x83\0" /* offset 8203 */ + "\xe4\xb9\x9d\0" /* offset 8207 */ + "\xe6\xa0\xaa\0" /* offset 8211 */ + "\xe6\x9c\x89\0" /* offset 8215 */ + "\xe7\xa4\xbe\0" /* offset 8219 */ + "\xe5\x90\x8d\0" /* offset 8223 */ + "\xe7\x89\xb9\0" /* offset 8227 */ + "\xe8\xb2\xa1\0" /* offset 8231 */ + "\xe7\xa5\x9d\0" /* offset 8235 */ + "\xe5\x8a\xb4\0" /* offset 8239 */ + "\xe7\xa7\x98\0" /* offset 8243 */ + "\xe7\x94\xb7\0" /* offset 8247 */ + "\xe9\x81\xa9\0" /* offset 8251 */ + "\xe5\x84\xaa\0" /* offset 8255 */ + "\xe5\x8d\xb0\0" /* offset 8259 */ + "\xe6\xb3\xa8\0" /* offset 8263 */ + "\xe9\xa0\x85\0" /* offset 8267 */ + "\xe4\xbc\x91\0" /* offset 8271 */ + "\xe5\x86\x99\0" /* offset 8275 */ + "\xe6\xad\xa3\0" /* offset 8279 */ + "\xe5\xb7\xa6\0" /* offset 8283 */ + "\xe5\x8f\xb3\0" /* offset 8287 */ + "\xe5\x8c\xbb\0" /* offset 8291 */ + "\xe5\xae\x97\0" /* offset 8295 */ + "\xe5\xad\xa6\0" /* offset 8299 */ + "\xe7\x9b\xa3\0" /* offset 8303 */ + "\xe4\xbc\x81\0" /* offset 8307 */ + "\xe8\xb3\x87\0" /* offset 8311 */ + "\xe5\x8d\x94\0" /* offset 8315 */ + "\xe5\xa4\x9c\0" /* offset 8319 */ "\x33\x36\0" /* offset 8323 */ "\x33\x37\0" /* offset 8326 */ "\x33\x38\0" /* offset 8329 */ @@ -8707,192 +8707,192 @@ static const gchar decomp_expansion_string[] = "\x34\x38\0" /* offset 8359 */ "\x34\x39\0" /* offset 8362 */ "\x35\x30\0" /* offset 8365 */ - "\x31\x08\0" /* offset 8368 */ - "\x32\x08\0" /* offset 8373 */ - "\x33\x08\0" /* offset 8378 */ - "\x34\x08\0" /* offset 8383 */ - "\x35\x08\0" /* offset 8388 */ - "\x36\x08\0" /* offset 8393 */ - "\x37\x08\0" /* offset 8398 */ - "\x38\x08\0" /* offset 8403 */ - "\x39\x08\0" /* offset 8408 */ - "\x31\x30\x08\0" /* offset 8413 */ - "\x31\x31\x08\0" /* offset 8419 */ - "\x31\x32\x08\0" /* offset 8425 */ - "\xa2\0" /* offset 8431 */ - "\xa4\0" /* offset 8435 */ - "\xa6\0" /* offset 8439 */ - "\xa8\0" /* offset 8443 */ - "\xaa\0" /* offset 8447 */ - "\xab\0" /* offset 8451 */ - "\xad\0" /* offset 8455 */ - "\xaf\0" /* offset 8459 */ - "\xb1\0" /* offset 8463 */ - "\xb3\0" /* offset 8467 */ - "\xb5\0" /* offset 8471 */ - "\xb7\0" /* offset 8475 */ - "\xb9\0" /* offset 8479 */ - "\xbb\0" /* offset 8483 */ - "\xbd\0" /* offset 8487 */ - "\xbf\0" /* offset 8491 */ - "\xc1\0" /* offset 8495 */ - "\xc4\0" /* offset 8499 */ - "\xc6\0" /* offset 8503 */ - "\xc8\0" /* offset 8507 */ - "\xca\0" /* offset 8511 */ - "\xcb\0" /* offset 8515 */ - "\xcc\0" /* offset 8519 */ - "\xcd\0" /* offset 8523 */ - "\xce\0" /* offset 8527 */ - "\xcf\0" /* offset 8531 */ - "\xd2\0" /* offset 8535 */ - "\xd5\0" /* offset 8539 */ - "\xd8\0" /* offset 8543 */ - "\xdb\0" /* offset 8547 */ - "\xde\0" /* offset 8551 */ - "\xdf\0" /* offset 8555 */ - "\xe0\0" /* offset 8559 */ - "\xe1\0" /* offset 8563 */ - "\xe2\0" /* offset 8567 */ - "\xe4\0" /* offset 8571 */ - "\xe6\0" /* offset 8575 */ - "\xe8\0" /* offset 8579 */ - "\xe9\0" /* offset 8583 */ - "\xea\0" /* offset 8587 */ - "\xeb\0" /* offset 8591 */ - "\xec\0" /* offset 8595 */ - "\xed\0" /* offset 8599 */ - "\xef\0" /* offset 8603 */ - "\xf0\0" /* offset 8607 */ - "\xf1\0" /* offset 8611 */ - "\xf2\0" /* offset 8615 */ - "\xa2\xcf\x9a\xfc\xc8\0" /* offset 8619 */ - "\xa2\xeb\xd5\xa1\0" /* offset 8635 */ - "\xa2\xf3\xd8\x9a\xa2\0" /* offset 8648 */ - "\xa2\xfc\xeb\0" /* offset 8664 */ - "\xa4\xcb\xf3\xaf\x99\0" /* offset 8674 */ - "\xa4\xf3\xc1\0" /* offset 8690 */ - "\xa6\xa9\xf3\0" /* offset 8700 */ - "\xa8\xb9\xaf\xfc\xc8\x99\0" /* offset 8710 */ - "\xa8\xfc\xab\xfc\0" /* offset 8729 */ - "\xaa\xf3\xb9\0" /* offset 8742 */ - "\xaa\xfc\xe0\0" /* offset 8752 */ - "\xab\xa4\xea\0" /* offset 8762 */ - "\xab\xe9\xc3\xc8\0" /* offset 8772 */ - "\xab\xed\xea\xfc\0" /* offset 8785 */ - "\xab\x99\xed\xf3\0" /* offset 8798 */ - "\xab\x99\xf3\xde\0" /* offset 8811 */ - "\xad\x99\xab\x99\0" /* offset 8824 */ - "\xad\x99\xcb\xfc\0" /* offset 8837 */ - "\xad\xe5\xea\xfc\0" /* offset 8850 */ - "\xad\x99\xeb\xbf\x99\xfc\0" /* offset 8863 */ - "\xad\xed\0" /* offset 8882 */ - "\xad\xed\xaf\x99\xe9\xe0\0" /* offset 8889 */ - "\xad\xed\xe1\xfc\xc8\xeb\0" /* offset 8908 */ - "\xad\xed\xef\xc3\xc8\0" /* offset 8927 */ - "\xaf\x99\xe9\xe0\0" /* offset 8943 */ - "\xaf\x99\xe9\xe0\xc8\xf3\0" /* offset 8956 */ - "\xaf\xeb\xbb\x99\xa4\xed\0" /* offset 8975 */ - "\xaf\xed\xfc\xcd\0" /* offset 8994 */ - "\xb1\xfc\xb9\0" /* offset 9007 */ - "\xb3\xeb\xca\0" /* offset 9017 */ - "\xb3\xfc\xdb\x9a\0" /* offset 9027 */ - "\xb5\xa4\xaf\xeb\0" /* offset 9040 */ - "\xb5\xf3\xc1\xfc\xe0\0" /* offset 9053 */ - "\xb7\xea\xf3\xaf\x99\0" /* offset 9069 */ - "\xbb\xf3\xc1\0" /* offset 9085 */ - "\xbb\xf3\xc8\0" /* offset 9095 */ - "\xbf\x99\xfc\xb9\0" /* offset 9105 */ - "\xc6\x99\xb7\0" /* offset 9118 */ - "\xc8\x99\xeb\0" /* offset 9128 */ - "\xc8\xf3\0" /* offset 9138 */ - "\xca\xce\0" /* offset 9145 */ - "\xce\xc3\xc8\0" /* offset 9152 */ - "\xcf\xa4\xc4\0" /* offset 9162 */ - "\xcf\x9a\xfc\xbb\xf3\xc8\0" /* offset 9172 */ - "\xcf\x9a\xfc\xc4\0" /* offset 9191 */ - "\xcf\x99\xfc\xec\xeb\0" /* offset 9204 */ - "\xd2\x9a\xa2\xb9\xc8\xeb\0" /* offset 9220 */ - "\xd2\x9a\xaf\xeb\0" /* offset 9239 */ - "\xd2\x9a\xb3\0" /* offset 9252 */ - "\xd2\x99\xeb\0" /* offset 9262 */ - "\xd5\xa1\xe9\xc3\xc8\x99\0" /* offset 9272 */ - "\xd5\xa3\xfc\xc8\0" /* offset 9291 */ - "\xd5\x99\xc3\xb7\xa7\xeb\0" /* offset 9304 */ - "\xd5\xe9\xf3\0" /* offset 9323 */ - "\xd8\xaf\xbf\xfc\xeb\0" /* offset 9333 */ - "\xd8\x9a\xbd\0" /* offset 9349 */ - "\xd8\x9a\xcb\xd2\0" /* offset 9359 */ - "\xd8\xeb\xc4\0" /* offset 9372 */ - "\xd8\x9a\xf3\xb9\0" /* offset 9382 */ - "\xd8\x9a\xfc\xb7\x99\0" /* offset 9395 */ - "\xd8\x99\xfc\xbf\0" /* offset 9411 */ - "\xdb\x9a\xa4\xf3\xc8\0" /* offset 9424 */ - "\xdb\x99\xeb\xc8\0" /* offset 9440 */ - "\xdb\xf3\0" /* offset 9453 */ - "\xdb\x9a\xf3\xc8\x99\0" /* offset 9460 */ - "\xdb\xfc\xeb\0" /* offset 9476 */ - "\xdb\xfc\xf3\0" /* offset 9486 */ - "\xde\xa4\xaf\xed\0" /* offset 9496 */ - "\xde\xa4\xeb\0" /* offset 9509 */ - "\xde\xc3\xcf\0" /* offset 9519 */ - "\xde\xeb\xaf\0" /* offset 9529 */ - "\xde\xf3\xb7\xe7\xf3\0" /* offset 9539 */ - "\xdf\xaf\xed\xf3\0" /* offset 9555 */ - "\xdf\xea\0" /* offset 9568 */ - "\xdf\xea\xcf\x99\xfc\xeb\0" /* offset 9575 */ - "\xe1\xab\x99\0" /* offset 9594 */ - "\xe1\xab\x99\xc8\xf3\0" /* offset 9604 */ - "\xe1\xfc\xc8\xeb\0" /* offset 9620 */ - "\xe4\xfc\xc8\x99\0" /* offset 9633 */ - "\xe4\xfc\xeb\0" /* offset 9646 */ - "\xe6\xa2\xf3\0" /* offset 9656 */ - "\xea\xc3\xc8\xeb\0" /* offset 9666 */ - "\xea\xe9\0" /* offset 9679 */ - "\xeb\xd2\x9a\xfc\0" /* offset 9686 */ - "\xeb\xfc\xd5\x99\xeb\0" /* offset 9699 */ - "\xec\xe0\0" /* offset 9715 */ - "\xec\xf3\xc8\xb1\x99\xf3\0" /* offset 9722 */ - "\xef\xc3\xc8\0" /* offset 9741 */ - "\x30\xb9\0" /* offset 9751 */ - "\x31\xb9\0" /* offset 9756 */ - "\x32\xb9\0" /* offset 9761 */ - "\x33\xb9\0" /* offset 9766 */ - "\x34\xb9\0" /* offset 9771 */ - "\x35\xb9\0" /* offset 9776 */ - "\x36\xb9\0" /* offset 9781 */ - "\x37\xb9\0" /* offset 9786 */ - "\x38\xb9\0" /* offset 9791 */ - "\x39\xb9\0" /* offset 9796 */ - "\x31\x30\xb9\0" /* offset 9801 */ - "\x31\x31\xb9\0" /* offset 9807 */ - "\x31\x32\xb9\0" /* offset 9813 */ - "\x31\x33\xb9\0" /* offset 9819 */ - "\x31\x34\xb9\0" /* offset 9825 */ - "\x31\x35\xb9\0" /* offset 9831 */ - "\x31\x36\xb9\0" /* offset 9837 */ - "\x31\x37\xb9\0" /* offset 9843 */ - "\x31\x38\xb9\0" /* offset 9849 */ - "\x31\x39\xb9\0" /* offset 9855 */ - "\x32\x30\xb9\0" /* offset 9861 */ - "\x32\x31\xb9\0" /* offset 9867 */ - "\x32\x32\xb9\0" /* offset 9873 */ - "\x32\x33\xb9\0" /* offset 9879 */ - "\x32\x34\xb9\0" /* offset 9885 */ + "\x31\xe6\x9c\x88\0" /* offset 8368 */ + "\x32\xe6\x9c\x88\0" /* offset 8373 */ + "\x33\xe6\x9c\x88\0" /* offset 8378 */ + "\x34\xe6\x9c\x88\0" /* offset 8383 */ + "\x35\xe6\x9c\x88\0" /* offset 8388 */ + "\x36\xe6\x9c\x88\0" /* offset 8393 */ + "\x37\xe6\x9c\x88\0" /* offset 8398 */ + "\x38\xe6\x9c\x88\0" /* offset 8403 */ + "\x39\xe6\x9c\x88\0" /* offset 8408 */ + "\x31\x30\xe6\x9c\x88\0" /* offset 8413 */ + "\x31\x31\xe6\x9c\x88\0" /* offset 8419 */ + "\x31\x32\xe6\x9c\x88\0" /* offset 8425 */ + "\xe3\x82\xa2\0" /* offset 8431 */ + "\xe3\x82\xa4\0" /* offset 8435 */ + "\xe3\x82\xa6\0" /* offset 8439 */ + "\xe3\x82\xa8\0" /* offset 8443 */ + "\xe3\x82\xaa\0" /* offset 8447 */ + "\xe3\x82\xab\0" /* offset 8451 */ + "\xe3\x82\xad\0" /* offset 8455 */ + "\xe3\x82\xaf\0" /* offset 8459 */ + "\xe3\x82\xb1\0" /* offset 8463 */ + "\xe3\x82\xb3\0" /* offset 8467 */ + "\xe3\x82\xb5\0" /* offset 8471 */ + "\xe3\x82\xb7\0" /* offset 8475 */ + "\xe3\x82\xb9\0" /* offset 8479 */ + "\xe3\x82\xbb\0" /* offset 8483 */ + "\xe3\x82\xbd\0" /* offset 8487 */ + "\xe3\x82\xbf\0" /* offset 8491 */ + "\xe3\x83\x81\0" /* offset 8495 */ + "\xe3\x83\x84\0" /* offset 8499 */ + "\xe3\x83\x86\0" /* offset 8503 */ + "\xe3\x83\x88\0" /* offset 8507 */ + "\xe3\x83\x8a\0" /* offset 8511 */ + "\xe3\x83\x8b\0" /* offset 8515 */ + "\xe3\x83\x8c\0" /* offset 8519 */ + "\xe3\x83\x8d\0" /* offset 8523 */ + "\xe3\x83\x8e\0" /* offset 8527 */ + "\xe3\x83\x8f\0" /* offset 8531 */ + "\xe3\x83\x92\0" /* offset 8535 */ + "\xe3\x83\x95\0" /* offset 8539 */ + "\xe3\x83\x98\0" /* offset 8543 */ + "\xe3\x83\x9b\0" /* offset 8547 */ + "\xe3\x83\x9e\0" /* offset 8551 */ + "\xe3\x83\x9f\0" /* offset 8555 */ + "\xe3\x83\xa0\0" /* offset 8559 */ + "\xe3\x83\xa1\0" /* offset 8563 */ + "\xe3\x83\xa2\0" /* offset 8567 */ + "\xe3\x83\xa4\0" /* offset 8571 */ + "\xe3\x83\xa6\0" /* offset 8575 */ + "\xe3\x83\xa8\0" /* offset 8579 */ + "\xe3\x83\xa9\0" /* offset 8583 */ + "\xe3\x83\xaa\0" /* offset 8587 */ + "\xe3\x83\xab\0" /* offset 8591 */ + "\xe3\x83\xac\0" /* offset 8595 */ + "\xe3\x83\xad\0" /* offset 8599 */ + "\xe3\x83\xaf\0" /* offset 8603 */ + "\xe3\x83\xb0\0" /* offset 8607 */ + "\xe3\x83\xb1\0" /* offset 8611 */ + "\xe3\x83\xb2\0" /* offset 8615 */ + "\xe3\x82\xa2\xe3\x83\x8f\xe3\x82\x9a\xe3\x83\xbc\xe3\x83\x88\0" /* offset 8619 */ + "\xe3\x82\xa2\xe3\x83\xab\xe3\x83\x95\xe3\x82\xa1\0" /* offset 8635 */ + "\xe3\x82\xa2\xe3\x83\xb3\xe3\x83\x98\xe3\x82\x9a\xe3\x82\xa2\0" /* offset 8648 */ + "\xe3\x82\xa2\xe3\x83\xbc\xe3\x83\xab\0" /* offset 8664 */ + "\xe3\x82\xa4\xe3\x83\x8b\xe3\x83\xb3\xe3\x82\xaf\xe3\x82\x99\0" /* offset 8674 */ + "\xe3\x82\xa4\xe3\x83\xb3\xe3\x83\x81\0" /* offset 8690 */ + "\xe3\x82\xa6\xe3\x82\xa9\xe3\x83\xb3\0" /* offset 8700 */ + "\xe3\x82\xa8\xe3\x82\xb9\xe3\x82\xaf\xe3\x83\xbc\xe3\x83\x88\xe3\x82\x99\0" /* offset 8710 */ + "\xe3\x82\xa8\xe3\x83\xbc\xe3\x82\xab\xe3\x83\xbc\0" /* offset 8729 */ + "\xe3\x82\xaa\xe3\x83\xb3\xe3\x82\xb9\0" /* offset 8742 */ + "\xe3\x82\xaa\xe3\x83\xbc\xe3\x83\xa0\0" /* offset 8752 */ + "\xe3\x82\xab\xe3\x82\xa4\xe3\x83\xaa\0" /* offset 8762 */ + "\xe3\x82\xab\xe3\x83\xa9\xe3\x83\x83\xe3\x83\x88\0" /* offset 8772 */ + "\xe3\x82\xab\xe3\x83\xad\xe3\x83\xaa\xe3\x83\xbc\0" /* offset 8785 */ + "\xe3\x82\xab\xe3\x82\x99\xe3\x83\xad\xe3\x83\xb3\0" /* offset 8798 */ + "\xe3\x82\xab\xe3\x82\x99\xe3\x83\xb3\xe3\x83\x9e\0" /* offset 8811 */ + "\xe3\x82\xad\xe3\x82\x99\xe3\x82\xab\xe3\x82\x99\0" /* offset 8824 */ + "\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8b\xe3\x83\xbc\0" /* offset 8837 */ + "\xe3\x82\xad\xe3\x83\xa5\xe3\x83\xaa\xe3\x83\xbc\0" /* offset 8850 */ + "\xe3\x82\xad\xe3\x82\x99\xe3\x83\xab\xe3\x82\xbf\xe3\x82\x99\xe3\x83\xbc\0" /* offset 8863 */ + "\xe3\x82\xad\xe3\x83\xad\0" /* offset 8882 */ + "\xe3\x82\xad\xe3\x83\xad\xe3\x82\xaf\xe3\x82\x99\xe3\x83\xa9\xe3\x83\xa0\0" /* offset 8889 */ + "\xe3\x82\xad\xe3\x83\xad\xe3\x83\xa1\xe3\x83\xbc\xe3\x83\x88\xe3\x83\xab\0" /* offset 8908 */ + "\xe3\x82\xad\xe3\x83\xad\xe3\x83\xaf\xe3\x83\x83\xe3\x83\x88\0" /* offset 8927 */ + "\xe3\x82\xaf\xe3\x82\x99\xe3\x83\xa9\xe3\x83\xa0\0" /* offset 8943 */ + "\xe3\x82\xaf\xe3\x82\x99\xe3\x83\xa9\xe3\x83\xa0\xe3\x83\x88\xe3\x83\xb3\0" /* offset 8956 */ + "\xe3\x82\xaf\xe3\x83\xab\xe3\x82\xbb\xe3\x82\x99\xe3\x82\xa4\xe3\x83\xad\0" /* offset 8975 */ + "\xe3\x82\xaf\xe3\x83\xad\xe3\x83\xbc\xe3\x83\x8d\0" /* offset 8994 */ + "\xe3\x82\xb1\xe3\x83\xbc\xe3\x82\xb9\0" /* offset 9007 */ + "\xe3\x82\xb3\xe3\x83\xab\xe3\x83\x8a\0" /* offset 9017 */ + "\xe3\x82\xb3\xe3\x83\xbc\xe3\x83\x9b\xe3\x82\x9a\0" /* offset 9027 */ + "\xe3\x82\xb5\xe3\x82\xa4\xe3\x82\xaf\xe3\x83\xab\0" /* offset 9040 */ + "\xe3\x82\xb5\xe3\x83\xb3\xe3\x83\x81\xe3\x83\xbc\xe3\x83\xa0\0" /* offset 9053 */ + "\xe3\x82\xb7\xe3\x83\xaa\xe3\x83\xb3\xe3\x82\xaf\xe3\x82\x99\0" /* offset 9069 */ + "\xe3\x82\xbb\xe3\x83\xb3\xe3\x83\x81\0" /* offset 9085 */ + "\xe3\x82\xbb\xe3\x83\xb3\xe3\x83\x88\0" /* offset 9095 */ + "\xe3\x82\xbf\xe3\x82\x99\xe3\x83\xbc\xe3\x82\xb9\0" /* offset 9105 */ + "\xe3\x83\x86\xe3\x82\x99\xe3\x82\xb7\0" /* offset 9118 */ + "\xe3\x83\x88\xe3\x82\x99\xe3\x83\xab\0" /* offset 9128 */ + "\xe3\x83\x88\xe3\x83\xb3\0" /* offset 9138 */ + "\xe3\x83\x8a\xe3\x83\x8e\0" /* offset 9145 */ + "\xe3\x83\x8e\xe3\x83\x83\xe3\x83\x88\0" /* offset 9152 */ + "\xe3\x83\x8f\xe3\x82\xa4\xe3\x83\x84\0" /* offset 9162 */ + "\xe3\x83\x8f\xe3\x82\x9a\xe3\x83\xbc\xe3\x82\xbb\xe3\x83\xb3\xe3\x83\x88\0" /* offset 9172 */ + "\xe3\x83\x8f\xe3\x82\x9a\xe3\x83\xbc\xe3\x83\x84\0" /* offset 9191 */ + "\xe3\x83\x8f\xe3\x82\x99\xe3\x83\xbc\xe3\x83\xac\xe3\x83\xab\0" /* offset 9204 */ + "\xe3\x83\x92\xe3\x82\x9a\xe3\x82\xa2\xe3\x82\xb9\xe3\x83\x88\xe3\x83\xab\0" /* offset 9220 */ + "\xe3\x83\x92\xe3\x82\x9a\xe3\x82\xaf\xe3\x83\xab\0" /* offset 9239 */ + "\xe3\x83\x92\xe3\x82\x9a\xe3\x82\xb3\0" /* offset 9252 */ + "\xe3\x83\x92\xe3\x82\x99\xe3\x83\xab\0" /* offset 9262 */ + "\xe3\x83\x95\xe3\x82\xa1\xe3\x83\xa9\xe3\x83\x83\xe3\x83\x88\xe3\x82\x99\0" /* offset 9272 */ + "\xe3\x83\x95\xe3\x82\xa3\xe3\x83\xbc\xe3\x83\x88\0" /* offset 9291 */ + "\xe3\x83\x95\xe3\x82\x99\xe3\x83\x83\xe3\x82\xb7\xe3\x82\xa7\xe3\x83\xab\0" /* offset 9304 */ + "\xe3\x83\x95\xe3\x83\xa9\xe3\x83\xb3\0" /* offset 9323 */ + "\xe3\x83\x98\xe3\x82\xaf\xe3\x82\xbf\xe3\x83\xbc\xe3\x83\xab\0" /* offset 9333 */ + "\xe3\x83\x98\xe3\x82\x9a\xe3\x82\xbd\0" /* offset 9349 */ + "\xe3\x83\x98\xe3\x82\x9a\xe3\x83\x8b\xe3\x83\x92\0" /* offset 9359 */ + "\xe3\x83\x98\xe3\x83\xab\xe3\x83\x84\0" /* offset 9372 */ + "\xe3\x83\x98\xe3\x82\x9a\xe3\x83\xb3\xe3\x82\xb9\0" /* offset 9382 */ + "\xe3\x83\x98\xe3\x82\x9a\xe3\x83\xbc\xe3\x82\xb7\xe3\x82\x99\0" /* offset 9395 */ + "\xe3\x83\x98\xe3\x82\x99\xe3\x83\xbc\xe3\x82\xbf\0" /* offset 9411 */ + "\xe3\x83\x9b\xe3\x82\x9a\xe3\x82\xa4\xe3\x83\xb3\xe3\x83\x88\0" /* offset 9424 */ + "\xe3\x83\x9b\xe3\x82\x99\xe3\x83\xab\xe3\x83\x88\0" /* offset 9440 */ + "\xe3\x83\x9b\xe3\x83\xb3\0" /* offset 9453 */ + "\xe3\x83\x9b\xe3\x82\x9a\xe3\x83\xb3\xe3\x83\x88\xe3\x82\x99\0" /* offset 9460 */ + "\xe3\x83\x9b\xe3\x83\xbc\xe3\x83\xab\0" /* offset 9476 */ + "\xe3\x83\x9b\xe3\x83\xbc\xe3\x83\xb3\0" /* offset 9486 */ + "\xe3\x83\x9e\xe3\x82\xa4\xe3\x82\xaf\xe3\x83\xad\0" /* offset 9496 */ + "\xe3\x83\x9e\xe3\x82\xa4\xe3\x83\xab\0" /* offset 9509 */ + "\xe3\x83\x9e\xe3\x83\x83\xe3\x83\x8f\0" /* offset 9519 */ + "\xe3\x83\x9e\xe3\x83\xab\xe3\x82\xaf\0" /* offset 9529 */ + "\xe3\x83\x9e\xe3\x83\xb3\xe3\x82\xb7\xe3\x83\xa7\xe3\x83\xb3\0" /* offset 9539 */ + "\xe3\x83\x9f\xe3\x82\xaf\xe3\x83\xad\xe3\x83\xb3\0" /* offset 9555 */ + "\xe3\x83\x9f\xe3\x83\xaa\0" /* offset 9568 */ + "\xe3\x83\x9f\xe3\x83\xaa\xe3\x83\x8f\xe3\x82\x99\xe3\x83\xbc\xe3\x83\xab\0" /* offset 9575 */ + "\xe3\x83\xa1\xe3\x82\xab\xe3\x82\x99\0" /* offset 9594 */ + "\xe3\x83\xa1\xe3\x82\xab\xe3\x82\x99\xe3\x83\x88\xe3\x83\xb3\0" /* offset 9604 */ + "\xe3\x83\xa1\xe3\x83\xbc\xe3\x83\x88\xe3\x83\xab\0" /* offset 9620 */ + "\xe3\x83\xa4\xe3\x83\xbc\xe3\x83\x88\xe3\x82\x99\0" /* offset 9633 */ + "\xe3\x83\xa4\xe3\x83\xbc\xe3\x83\xab\0" /* offset 9646 */ + "\xe3\x83\xa6\xe3\x82\xa2\xe3\x83\xb3\0" /* offset 9656 */ + "\xe3\x83\xaa\xe3\x83\x83\xe3\x83\x88\xe3\x83\xab\0" /* offset 9666 */ + "\xe3\x83\xaa\xe3\x83\xa9\0" /* offset 9679 */ + "\xe3\x83\xab\xe3\x83\x92\xe3\x82\x9a\xe3\x83\xbc\0" /* offset 9686 */ + "\xe3\x83\xab\xe3\x83\xbc\xe3\x83\x95\xe3\x82\x99\xe3\x83\xab\0" /* offset 9699 */ + "\xe3\x83\xac\xe3\x83\xa0\0" /* offset 9715 */ + "\xe3\x83\xac\xe3\x83\xb3\xe3\x83\x88\xe3\x82\xb1\xe3\x82\x99\xe3\x83\xb3\0" /* offset 9722 */ + "\xe3\x83\xaf\xe3\x83\x83\xe3\x83\x88\0" /* offset 9741 */ + "\x30\xe7\x82\xb9\0" /* offset 9751 */ + "\x31\xe7\x82\xb9\0" /* offset 9756 */ + "\x32\xe7\x82\xb9\0" /* offset 9761 */ + "\x33\xe7\x82\xb9\0" /* offset 9766 */ + "\x34\xe7\x82\xb9\0" /* offset 9771 */ + "\x35\xe7\x82\xb9\0" /* offset 9776 */ + "\x36\xe7\x82\xb9\0" /* offset 9781 */ + "\x37\xe7\x82\xb9\0" /* offset 9786 */ + "\x38\xe7\x82\xb9\0" /* offset 9791 */ + "\x39\xe7\x82\xb9\0" /* offset 9796 */ + "\x31\x30\xe7\x82\xb9\0" /* offset 9801 */ + "\x31\x31\xe7\x82\xb9\0" /* offset 9807 */ + "\x31\x32\xe7\x82\xb9\0" /* offset 9813 */ + "\x31\x33\xe7\x82\xb9\0" /* offset 9819 */ + "\x31\x34\xe7\x82\xb9\0" /* offset 9825 */ + "\x31\x35\xe7\x82\xb9\0" /* offset 9831 */ + "\x31\x36\xe7\x82\xb9\0" /* offset 9837 */ + "\x31\x37\xe7\x82\xb9\0" /* offset 9843 */ + "\x31\x38\xe7\x82\xb9\0" /* offset 9849 */ + "\x31\x39\xe7\x82\xb9\0" /* offset 9855 */ + "\x32\x30\xe7\x82\xb9\0" /* offset 9861 */ + "\x32\x31\xe7\x82\xb9\0" /* offset 9867 */ + "\x32\x32\xe7\x82\xb9\0" /* offset 9873 */ + "\x32\x33\xe7\x82\xb9\0" /* offset 9879 */ + "\x32\x34\xe7\x82\xb9\0" /* offset 9885 */ "\x68\x50\x61\0" /* offset 9891 */ "\x64\x61\0" /* offset 9895 */ "\x41\x55\0" /* offset 9898 */ "\x62\x61\x72\0" /* offset 9901 */ "\x6f\x56\0" /* offset 9905 */ "\x70\x63\0" /* offset 9908 */ - "\x73\x10\0" /* offset 9911 */ - "\x2d\x8c\0" /* offset 9918 */ - "\x27\x63\0" /* offset 9925 */ - "\x0e\xbb\0" /* offset 9932 */ - "\x2a\x0f\x1a\x3e\0" /* offset 9939 */ + "\xe5\xb9\xb3\xe6\x88\x90\0" /* offset 9911 */ + "\xe6\x98\xad\xe5\x92\x8c\0" /* offset 9918 */ + "\xe5\xa4\xa7\xe6\xad\xa3\0" /* offset 9925 */ + "\xe6\x98\x8e\xe6\xb2\xbb\0" /* offset 9932 */ + "\xe6\xa0\xaa\xe5\xbc\x8f\xe4\xbc\x9a\xe7\xa4\xbe\0" /* offset 9939 */ "\x70\x41\0" /* offset 9952 */ "\x6e\x41\0" /* offset 9955 */ - "\xbc\x41\0" /* offset 9958 */ + "\xce\xbc\x41\0" /* offset 9958 */ "\x6d\x41\0" /* offset 9962 */ "\x6b\x41\0" /* offset 9965 */ "\x4b\x42\0" /* offset 9968 */ @@ -8902,8 +8902,8 @@ static const gchar decomp_expansion_string[] = "\x6b\x63\x61\x6c\0" /* offset 9981 */ "\x70\x46\0" /* offset 9986 */ "\x6e\x46\0" /* offset 9989 */ - "\xbc\x46\0" /* offset 9992 */ - "\xbc\x67\0" /* offset 9996 */ + "\xce\xbc\x46\0" /* offset 9992 */ + "\xce\xbc\x67\0" /* offset 9996 */ "\x6d\x67\0" /* offset 10000 */ "\x6b\x67\0" /* offset 10003 */ "\x48\x7a\0" /* offset 10006 */ @@ -8911,13 +8911,13 @@ static const gchar decomp_expansion_string[] = "\x4d\x48\x7a\0" /* offset 10013 */ "\x47\x48\x7a\0" /* offset 10017 */ "\x54\x48\x7a\0" /* offset 10021 */ - "\xbc\x6c\0" /* offset 10025 */ + "\xce\xbc\x6c\0" /* offset 10025 */ "\x6d\x6c\0" /* offset 10029 */ "\x64\x6c\0" /* offset 10032 */ "\x6b\x6c\0" /* offset 10035 */ "\x66\x6d\0" /* offset 10038 */ "\x6e\x6d\0" /* offset 10041 */ - "\xbc\x6d\0" /* offset 10044 */ + "\xce\xbc\x6d\0" /* offset 10044 */ "\x6d\x6d\0" /* offset 10048 */ "\x63\x6d\0" /* offset 10051 */ "\x6b\x6d\0" /* offset 10054 */ @@ -8929,38 +8929,38 @@ static const gchar decomp_expansion_string[] = "\x63\x6d\x33\0" /* offset 10076 */ "\x6d\x33\0" /* offset 10080 */ "\x6b\x6d\x33\0" /* offset 10083 */ - "\x6d\x15\x73\0" /* offset 10087 */ - "\x6d\x15\x73\x32\0" /* offset 10093 */ + "\x6d\xe2\x88\x95\x73\0" /* offset 10087 */ + "\x6d\xe2\x88\x95\x73\x32\0" /* offset 10093 */ "\x50\x61\0" /* offset 10100 */ "\x6b\x50\x61\0" /* offset 10103 */ "\x4d\x50\x61\0" /* offset 10107 */ "\x47\x50\x61\0" /* offset 10111 */ "\x72\x61\x64\0" /* offset 10115 */ - "\x72\x61\x64\x15\x73\0" /* offset 10119 */ - "\x72\x61\x64\x15\x73\x32\0" /* offset 10127 */ + "\x72\x61\x64\xe2\x88\x95\x73\0" /* offset 10119 */ + "\x72\x61\x64\xe2\x88\x95\x73\x32\0" /* offset 10127 */ "\x70\x73\0" /* offset 10136 */ "\x6e\x73\0" /* offset 10139 */ - "\xbc\x73\0" /* offset 10142 */ + "\xce\xbc\x73\0" /* offset 10142 */ "\x6d\x73\0" /* offset 10146 */ "\x70\x56\0" /* offset 10149 */ "\x6e\x56\0" /* offset 10152 */ - "\xbc\x56\0" /* offset 10155 */ + "\xce\xbc\x56\0" /* offset 10155 */ "\x6d\x56\0" /* offset 10159 */ "\x6b\x56\0" /* offset 10162 */ "\x4d\x56\0" /* offset 10165 */ "\x70\x57\0" /* offset 10168 */ "\x6e\x57\0" /* offset 10171 */ - "\xbc\x57\0" /* offset 10174 */ + "\xce\xbc\x57\0" /* offset 10174 */ "\x6d\x57\0" /* offset 10178 */ "\x6b\x57\0" /* offset 10181 */ "\x4d\x57\0" /* offset 10184 */ - "\x6b\xa9\0" /* offset 10187 */ - "\x4d\xa9\0" /* offset 10191 */ + "\x6b\xce\xa9\0" /* offset 10187 */ + "\x4d\xce\xa9\0" /* offset 10191 */ "\x61\x2e\x6d\x2e\0" /* offset 10195 */ "\x42\x71\0" /* offset 10200 */ "\x63\x63\0" /* offset 10203 */ "\x63\x64\0" /* offset 10206 */ - "\x43\x15\x6b\x67\0" /* offset 10209 */ + "\x43\xe2\x88\x95\x6b\x67\0" /* offset 10209 */ "\x43\x6f\x2e\0" /* offset 10216 */ "\x64\x42\0" /* offset 10220 */ "\x47\x79\0" /* offset 10223 */ @@ -8984,744 +8984,744 @@ static const gchar decomp_expansion_string[] = "\x73\x72\0" /* offset 10283 */ "\x53\x76\0" /* offset 10286 */ "\x57\x62\0" /* offset 10289 */ - "\x31\xe5\0" /* offset 10292 */ - "\x32\xe5\0" /* offset 10297 */ - "\x33\xe5\0" /* offset 10302 */ - "\x34\xe5\0" /* offset 10307 */ - "\x35\xe5\0" /* offset 10312 */ - "\x36\xe5\0" /* offset 10317 */ - "\x37\xe5\0" /* offset 10322 */ - "\x38\xe5\0" /* offset 10327 */ - "\x39\xe5\0" /* offset 10332 */ - "\x31\x30\xe5\0" /* offset 10337 */ - "\x31\x31\xe5\0" /* offset 10343 */ - "\x31\x32\xe5\0" /* offset 10349 */ - "\x31\x33\xe5\0" /* offset 10355 */ - "\x31\x34\xe5\0" /* offset 10361 */ - "\x31\x35\xe5\0" /* offset 10367 */ - "\x31\x36\xe5\0" /* offset 10373 */ - "\x31\x37\xe5\0" /* offset 10379 */ - "\x31\x38\xe5\0" /* offset 10385 */ - "\x31\x39\xe5\0" /* offset 10391 */ - "\x32\x30\xe5\0" /* offset 10397 */ - "\x32\x31\xe5\0" /* offset 10403 */ - "\x32\x32\xe5\0" /* offset 10409 */ - "\x32\x33\xe5\0" /* offset 10415 */ - "\x32\x34\xe5\0" /* offset 10421 */ - "\x32\x35\xe5\0" /* offset 10427 */ - "\x32\x36\xe5\0" /* offset 10433 */ - "\x32\x37\xe5\0" /* offset 10439 */ - "\x32\x38\xe5\0" /* offset 10445 */ - "\x32\x39\xe5\0" /* offset 10451 */ - "\x33\x30\xe5\0" /* offset 10457 */ - "\x33\x31\xe5\0" /* offset 10463 */ - "\x48\0" /* offset 10469 */ - "\xf4\0" /* offset 10473 */ - "\xc8\0" /* offset 10477 */ - "\xd1\0" /* offset 10481 */ - "\x32\0" /* offset 10485 */ - "\xe5\0" /* offset 10489 */ - "\x51\0" /* offset 10493 */ - "\x87\0" /* offset 10497 */ - "\x48\0" /* offset 10501 */ - "\xf6\0" /* offset 10505 */ - "\x69\0" /* offset 10509 */ - "\x85\0" /* offset 10513 */ - "\x3f\0" /* offset 10517 */ - "\xba\0" /* offset 10521 */ - "\xf8\0" /* offset 10525 */ - "\x8f\0" /* offset 10529 */ - "\x02\0" /* offset 10533 */ - "\x1b\0" /* offset 10537 */ - "\xd9\0" /* offset 10541 */ - "\xde\0" /* offset 10545 */ - "\x3d\0" /* offset 10549 */ - "\x6a\0" /* offset 10553 */ - "\xf1\0" /* offset 10557 */ - "\x82\0" /* offset 10561 */ - "\x75\0" /* offset 10565 */ - "\x04\0" /* offset 10569 */ - "\x1b\0" /* offset 10573 */ - "\x2d\0" /* offset 10577 */ - "\x1e\0" /* offset 10581 */ - "\x50\0" /* offset 10585 */ - "\xeb\0" /* offset 10589 */ - "\xcd\0" /* offset 10593 */ - "\x64\0" /* offset 10597 */ - "\xc9\0" /* offset 10601 */ - "\xd8\0" /* offset 10605 */ - "\x1f\0" /* offset 10609 */ - "\xca\0" /* offset 10613 */ - "\x17\0" /* offset 10617 */ - "\x6a\0" /* offset 10621 */ - "\xfc\0" /* offset 10625 */ - "\xce\0" /* offset 10629 */ - "\x86\0" /* offset 10633 */ - "\xb7\0" /* offset 10637 */ - "\xde\0" /* offset 10641 */ - "\xc4\0" /* offset 10645 */ - "\xd3\0" /* offset 10649 */ - "\x10\0" /* offset 10653 */ - "\xe7\0" /* offset 10657 */ - "\x06\0" /* offset 10661 */ - "\x5c\0" /* offset 10665 */ - "\xef\0" /* offset 10669 */ - "\x32\0" /* offset 10673 */ - "\x6f\0" /* offset 10677 */ - "\xfa\0" /* offset 10681 */ - "\x8c\0" /* offset 10685 */ - "\x7f\0" /* offset 10689 */ - "\xa0\0" /* offset 10693 */ - "\xc9\0" /* offset 10697 */ - "\x04\0" /* offset 10701 */ - "\xd6\0" /* offset 10705 */ - "\xdf\0" /* offset 10709 */ - "\x04\0" /* offset 10713 */ - "\x60\0" /* offset 10717 */ - "\x7e\0" /* offset 10721 */ - "\x62\0" /* offset 10725 */ - "\xca\0" /* offset 10729 */ - "\xc2\0" /* offset 10733 */ - "\xf7\0" /* offset 10737 */ - "\xd8\0" /* offset 10741 */ - "\x62\0" /* offset 10745 */ - "\x13\0" /* offset 10749 */ - "\xda\0" /* offset 10753 */ - "\x0f\0" /* offset 10757 */ - "\x2f\0" /* offset 10761 */ - "\x37\0" /* offset 10765 */ - "\x4b\0" /* offset 10769 */ - "\xd2\0" /* offset 10773 */ - "\x8b\0" /* offset 10777 */ - "\xdc\0" /* offset 10781 */ - "\xcc\0" /* offset 10785 */ - "\x1c\0" /* offset 10789 */ - "\xbe\0" /* offset 10793 */ - "\xf1\0" /* offset 10797 */ - "\x75\0" /* offset 10801 */ - "\x80\0" /* offset 10805 */ - "\xcf\0" /* offset 10809 */ - "\xfe\0" /* offset 10813 */ - "\x39\0" /* offset 10817 */ - "\xe7\0" /* offset 10821 */ - "\x12\0" /* offset 10825 */ - "\x87\0" /* offset 10829 */ - "\x70\0" /* offset 10833 */ - "\x17\0" /* offset 10837 */ - "\xfb\0" /* offset 10841 */ - "\xbf\0" /* offset 10845 */ - "\xa9\0" /* offset 10849 */ - "\x0d\0" /* offset 10853 */ - "\xcc\0" /* offset 10857 */ - "\x78\0" /* offset 10861 */ - "\x22\0" /* offset 10865 */ - "\xc3\0" /* offset 10869 */ - "\x5e\0" /* offset 10873 */ - "\x01\0" /* offset 10877 */ - "\x49\0" /* offset 10881 */ - "\xaa\0" /* offset 10885 */ - "\xba\0" /* offset 10889 */ - "\x88\0" /* offset 10893 */ - "\xfe\0" /* offset 10897 */ - "\xe5\0" /* offset 10901 */ - "\xa0\0" /* offset 10905 */ - "\x65\0" /* offset 10909 */ - "\xae\0" /* offset 10913 */ - "\x69\0" /* offset 10917 */ - "\xc9\0" /* offset 10921 */ - "\x81\0" /* offset 10925 */ - "\xe7\0" /* offset 10929 */ - "\x6f\0" /* offset 10933 */ - "\xd2\0" /* offset 10937 */ - "\xcf\0" /* offset 10941 */ - "\xf5\0" /* offset 10945 */ - "\x42\0" /* offset 10949 */ - "\xec\0" /* offset 10953 */ - "\xc5\0" /* offset 10957 */ - "\xfe\0" /* offset 10961 */ - "\x2a\0" /* offset 10965 */ - "\xad\0" /* offset 10969 */ - "\x6a\0" /* offset 10973 */ - "\x97\0" /* offset 10977 */ - "\xce\0" /* offset 10981 */ - "\xc6\0" /* offset 10985 */ - "\x77\0" /* offset 10989 */ - "\x62\0" /* offset 10993 */ - "\x74\0" /* offset 10997 */ - "\x90\0" /* offset 11001 */ - "\x00\0" /* offset 11005 */ - "\x9a\0" /* offset 11009 */ - "\x23\0" /* offset 11013 */ - "\x49\0" /* offset 11017 */ - "\x89\0" /* offset 11021 */ - "\xca\0" /* offset 11025 */ - "\xf4\0" /* offset 11029 */ - "\x6f\0" /* offset 11033 */ - "\x26\0" /* offset 11037 */ - "\xee\0" /* offset 11041 */ - "\x23\0" /* offset 11045 */ - "\x4a\0" /* offset 11049 */ - "\x17\0" /* offset 11053 */ - "\xa3\0" /* offset 11057 */ - "\xbd\0" /* offset 11061 */ - "\xc8\0" /* offset 11065 */ - "\xc2\0" /* offset 11069 */ - "\xc9\0" /* offset 11073 */ - "\xf5\0" /* offset 11077 */ - "\x7b\0" /* offset 11081 */ - "\xae\0" /* offset 11085 */ - "\x3e\0" /* offset 11089 */ - "\x75\0" /* offset 11093 */ - "\xe4\0" /* offset 11097 */ - "\xf9\0" /* offset 11101 */ - "\xba\0" /* offset 11105 */ - "\x1c\0" /* offset 11109 */ - "\xb2\0" /* offset 11113 */ - "\x69\0" /* offset 11117 */ - "\x9a\0" /* offset 11121 */ - "\x46\0" /* offset 11125 */ - "\x34\0" /* offset 11129 */ - "\xf6\0" /* offset 11133 */ - "\x48\0" /* offset 11137 */ - "\x18\0" /* offset 11141 */ - "\x8b\0" /* offset 11145 */ - "\xae\0" /* offset 11149 */ - "\xb4\0" /* offset 11153 */ - "\xb8\0" /* offset 11157 */ - "\xe1\0" /* offset 11161 */ - "\x86\0" /* offset 11165 */ - "\xda\0" /* offset 11169 */ - "\xee\0" /* offset 11173 */ - "\x3f\0" /* offset 11177 */ - "\x99\0" /* offset 11181 */ - "\xce\0" /* offset 11185 */ - "\x42\0" /* offset 11189 */ - "\xfc\0" /* offset 11193 */ - "\x7c\0" /* offset 11197 */ - "\x88\0" /* offset 11201 */ - "\x2e\0" /* offset 11205 */ - "\x89\0" /* offset 11209 */ - "\x7b\0" /* offset 11213 */ - "\xf3\0" /* offset 11217 */ - "\x41\0" /* offset 11221 */ - "\x9c\0" /* offset 11225 */ - "\x09\0" /* offset 11229 */ - "\x59\0" /* offset 11233 */ - "\x6b\0" /* offset 11237 */ - "\x10\0" /* offset 11241 */ - "\x5e\0" /* offset 11245 */ - "\x2e\0" /* offset 11249 */ - "\x78\0" /* offset 11253 */ - "\x2b\0" /* offset 11257 */ - "\x19\0" /* offset 11261 */ - "\xea\0" /* offset 11265 */ - "\x2a\0" /* offset 11269 */ - "\x8b\0" /* offset 11273 */ - "\x44\0" /* offset 11277 */ - "\x17\0" /* offset 11281 */ - "\x86\0" /* offset 11285 */ - "\x29\0" /* offset 11289 */ - "\x0f\0" /* offset 11293 */ - "\x65\0" /* offset 11297 */ - "\x13\0" /* offset 11301 */ - "\x4e\0" /* offset 11305 */ - "\xa8\0" /* offset 11309 */ - "\xe5\0" /* offset 11313 */ - "\x06\0" /* offset 11317 */ - "\xe2\0" /* offset 11321 */ - "\x79\0" /* offset 11325 */ - "\xcf\0" /* offset 11329 */ - "\xe1\0" /* offset 11333 */ - "\xe2\0" /* offset 11337 */ - "\x3f\0" /* offset 11341 */ - "\xba\0" /* offset 11345 */ - "\x1d\0" /* offset 11349 */ - "\xd0\0" /* offset 11353 */ - "\x98\0" /* offset 11357 */ - "\xfa\0" /* offset 11361 */ - "\xa3\0" /* offset 11365 */ - "\x57\0" /* offset 11369 */ - "\x9f\0" /* offset 11373 */ - "\x97\0" /* offset 11377 */ - "\xcb\0" /* offset 11381 */ - "\xe8\0" /* offset 11385 */ - "\x20\0" /* offset 11389 */ - "\x92\0" /* offset 11393 */ - "\xc0\0" /* offset 11397 */ - "\x99\0" /* offset 11401 */ - "\x58\0" /* offset 11405 */ - "\xc0\0" /* offset 11409 */ - "\x36\0" /* offset 11413 */ - "\x3a\0" /* offset 11417 */ - "\x07\0" /* offset 11421 */ - "\xa6\0" /* offset 11425 */ - "\xd3\0" /* offset 11429 */ - "\xd6\0" /* offset 11433 */ - "\x85\0" /* offset 11437 */ - "\x1e\0" /* offset 11441 */ - "\xb4\0" /* offset 11445 */ - "\x3b\0" /* offset 11449 */ - "\x4d\0" /* offset 11453 */ - "\xd3\0" /* offset 11457 */ - "\x40\0" /* offset 11461 */ - "\xc0\0" /* offset 11465 */ - "\x5a\0" /* offset 11469 */ - "\x74\0" /* offset 11473 */ - "\xde\0" /* offset 11477 */ - "\x2a\0" /* offset 11481 */ - "\xca\0" /* offset 11485 */ - "\x3c\0" /* offset 11489 */ - "\x5e\0" /* offset 11493 */ - "\x65\0" /* offset 11497 */ - "\x8f\0" /* offset 11501 */ - "\x56\0" /* offset 11505 */ - "\xbe\0" /* offset 11509 */ - "\x12\0" /* offset 11513 */ - "\xf8\0" /* offset 11517 */ - "\x38\0" /* offset 11521 */ - "\xfd\0" /* offset 11525 */ - "\xef\0" /* offset 11529 */ - "\xfc\0" /* offset 11533 */ - "\x28\0" /* offset 11537 */ - "\xb4\0" /* offset 11541 */ - "\xae\0" /* offset 11545 */ - "\xe7\0" /* offset 11549 */ - "\x4d\0" /* offset 11553 */ - "\xc9\0" /* offset 11557 */ - "\xe4\0" /* offset 11561 */ - "\x51\0" /* offset 11565 */ - "\x9d\0" /* offset 11569 */ - "\x06\0" /* offset 11573 */ - "\x68\0" /* offset 11577 */ - "\x40\0" /* offset 11581 */ - "\xa8\0" /* offset 11585 */ - "\x64\0" /* offset 11589 */ - "\x94\0" /* offset 11593 */ - "\x68\0" /* offset 11597 */ - "\x8e\0" /* offset 11601 */ - "\xf2\0" /* offset 11605 */ - "\x4f\0" /* offset 11609 */ - "\xe2\0" /* offset 11613 */ - "\x91\0" /* offset 11617 */ - "\x85\0" /* offset 11621 */ - "\x77\0" /* offset 11625 */ - "\x1a\0" /* offset 11629 */ - "\x22\0" /* offset 11633 */ - "\x6e\0" /* offset 11637 */ - "\x2b\0" /* offset 11641 */ - "\x22\0" /* offset 11645 */ - "\x91\0" /* offset 11649 */ - "\x49\0" /* offset 11653 */ - "\x48\0" /* offset 11657 */ - "\x50\0" /* offset 11661 */ - "\x56\0" /* offset 11665 */ - "\x8d\0" /* offset 11669 */ - "\x8e\0" /* offset 11673 */ - "\x40\0" /* offset 11677 */ - "\x81\0" /* offset 11681 */ - "\xc0\0" /* offset 11685 */ - "\x09\0" /* offset 11689 */ - "\x41\0" /* offset 11693 */ - "\x72\0" /* offset 11697 */ - "\x05\0" /* offset 11701 */ - "\xed\0" /* offset 11705 */ - "\x79\0" /* offset 11709 */ - "\x57\0" /* offset 11713 */ - "\x10\0" /* offset 11717 */ - "\x96\0" /* offset 11721 */ - "\x01\0" /* offset 11725 */ - "\x39\0" /* offset 11729 */ - "\xd3\0" /* offset 11733 */ - "\x08\0" /* offset 11737 */ - "\xb6\0" /* offset 11741 */ - "\xe3\0" /* offset 11745 */ - "\xff\0" /* offset 11749 */ - "\x3b\0" /* offset 11753 */ + "\x31\xe6\x97\xa5\0" /* offset 10292 */ + "\x32\xe6\x97\xa5\0" /* offset 10297 */ + "\x33\xe6\x97\xa5\0" /* offset 10302 */ + "\x34\xe6\x97\xa5\0" /* offset 10307 */ + "\x35\xe6\x97\xa5\0" /* offset 10312 */ + "\x36\xe6\x97\xa5\0" /* offset 10317 */ + "\x37\xe6\x97\xa5\0" /* offset 10322 */ + "\x38\xe6\x97\xa5\0" /* offset 10327 */ + "\x39\xe6\x97\xa5\0" /* offset 10332 */ + "\x31\x30\xe6\x97\xa5\0" /* offset 10337 */ + "\x31\x31\xe6\x97\xa5\0" /* offset 10343 */ + "\x31\x32\xe6\x97\xa5\0" /* offset 10349 */ + "\x31\x33\xe6\x97\xa5\0" /* offset 10355 */ + "\x31\x34\xe6\x97\xa5\0" /* offset 10361 */ + "\x31\x35\xe6\x97\xa5\0" /* offset 10367 */ + "\x31\x36\xe6\x97\xa5\0" /* offset 10373 */ + "\x31\x37\xe6\x97\xa5\0" /* offset 10379 */ + "\x31\x38\xe6\x97\xa5\0" /* offset 10385 */ + "\x31\x39\xe6\x97\xa5\0" /* offset 10391 */ + "\x32\x30\xe6\x97\xa5\0" /* offset 10397 */ + "\x32\x31\xe6\x97\xa5\0" /* offset 10403 */ + "\x32\x32\xe6\x97\xa5\0" /* offset 10409 */ + "\x32\x33\xe6\x97\xa5\0" /* offset 10415 */ + "\x32\x34\xe6\x97\xa5\0" /* offset 10421 */ + "\x32\x35\xe6\x97\xa5\0" /* offset 10427 */ + "\x32\x36\xe6\x97\xa5\0" /* offset 10433 */ + "\x32\x37\xe6\x97\xa5\0" /* offset 10439 */ + "\x32\x38\xe6\x97\xa5\0" /* offset 10445 */ + "\x32\x39\xe6\x97\xa5\0" /* offset 10451 */ + "\x33\x30\xe6\x97\xa5\0" /* offset 10457 */ + "\x33\x31\xe6\x97\xa5\0" /* offset 10463 */ + "\xe8\xb1\x88\0" /* offset 10469 */ + "\xe6\x9b\xb4\0" /* offset 10473 */ + "\xe8\xb3\x88\0" /* offset 10477 */ + "\xe6\xbb\x91\0" /* offset 10481 */ + "\xe4\xb8\xb2\0" /* offset 10485 */ + "\xe5\x8f\xa5\0" /* offset 10489 */ + "\xe5\xa5\x91\0" /* offset 10493 */ + "\xe5\x96\x87\0" /* offset 10497 */ + "\xe5\xa5\x88\0" /* offset 10501 */ + "\xe6\x87\xb6\0" /* offset 10505 */ + "\xe7\x99\xa9\0" /* offset 10509 */ + "\xe7\xbe\x85\0" /* offset 10513 */ + "\xe8\x98\xbf\0" /* offset 10517 */ + "\xe8\x9e\xba\0" /* offset 10521 */ + "\xe8\xa3\xb8\0" /* offset 10525 */ + "\xe9\x82\x8f\0" /* offset 10529 */ + "\xe6\xa8\x82\0" /* offset 10533 */ + "\xe6\xb4\x9b\0" /* offset 10537 */ + "\xe7\x83\x99\0" /* offset 10541 */ + "\xe7\x8f\x9e\0" /* offset 10545 */ + "\xe8\x90\xbd\0" /* offset 10549 */ + "\xe9\x85\xaa\0" /* offset 10553 */ + "\xe9\xa7\xb1\0" /* offset 10557 */ + "\xe4\xba\x82\0" /* offset 10561 */ + "\xe5\x8d\xb5\0" /* offset 10565 */ + "\xe6\xac\x84\0" /* offset 10569 */ + "\xe7\x88\x9b\0" /* offset 10573 */ + "\xe8\x98\xad\0" /* offset 10577 */ + "\xe9\xb8\x9e\0" /* offset 10581 */ + "\xe5\xb5\x90\0" /* offset 10585 */ + "\xe6\xbf\xab\0" /* offset 10589 */ + "\xe8\x97\x8d\0" /* offset 10593 */ + "\xe8\xa5\xa4\0" /* offset 10597 */ + "\xe6\x8b\x89\0" /* offset 10601 */ + "\xe8\x87\x98\0" /* offset 10605 */ + "\xe8\xa0\x9f\0" /* offset 10609 */ + "\xe5\xbb\x8a\0" /* offset 10613 */ + "\xe6\x9c\x97\0" /* offset 10617 */ + "\xe6\xb5\xaa\0" /* offset 10621 */ + "\xe7\x8b\xbc\0" /* offset 10625 */ + "\xe9\x83\x8e\0" /* offset 10629 */ + "\xe4\xbe\x86\0" /* offset 10633 */ + "\xe5\x86\xb7\0" /* offset 10637 */ + "\xe5\x8b\x9e\0" /* offset 10641 */ + "\xe6\x93\x84\0" /* offset 10645 */ + "\xe6\xab\x93\0" /* offset 10649 */ + "\xe7\x88\x90\0" /* offset 10653 */ + "\xe7\x9b\xa7\0" /* offset 10657 */ + "\xe8\x98\x86\0" /* offset 10661 */ + "\xe8\x99\x9c\0" /* offset 10665 */ + "\xe8\xb7\xaf\0" /* offset 10669 */ + "\xe9\x9c\xb2\0" /* offset 10673 */ + "\xe9\xad\xaf\0" /* offset 10677 */ + "\xe9\xb7\xba\0" /* offset 10681 */ + "\xe7\xa2\x8c\0" /* offset 10685 */ + "\xe7\xa5\xbf\0" /* offset 10689 */ + "\xe7\xb6\xa0\0" /* offset 10693 */ + "\xe8\x8f\x89\0" /* offset 10697 */ + "\xe9\x8c\x84\0" /* offset 10701 */ + "\xe8\xab\x96\0" /* offset 10705 */ + "\xe5\xa3\x9f\0" /* offset 10709 */ + "\xe5\xbc\x84\0" /* offset 10713 */ + "\xe7\xb1\xa0\0" /* offset 10717 */ + "\xe8\x81\xbe\0" /* offset 10721 */ + "\xe7\x89\xa2\0" /* offset 10725 */ + "\xe7\xa3\x8a\0" /* offset 10729 */ + "\xe8\xb3\x82\0" /* offset 10733 */ + "\xe9\x9b\xb7\0" /* offset 10737 */ + "\xe5\xa3\x98\0" /* offset 10741 */ + "\xe5\xb1\xa2\0" /* offset 10745 */ + "\xe6\xa8\x93\0" /* offset 10749 */ + "\xe6\xb7\x9a\0" /* offset 10753 */ + "\xe6\xbc\x8f\0" /* offset 10757 */ + "\xe7\xb4\xaf\0" /* offset 10761 */ + "\xe7\xb8\xb7\0" /* offset 10765 */ + "\xe9\x99\x8b\0" /* offset 10769 */ + "\xe5\x8b\x92\0" /* offset 10773 */ + "\xe8\x82\x8b\0" /* offset 10777 */ + "\xe5\x87\x9c\0" /* offset 10781 */ + "\xe5\x87\x8c\0" /* offset 10785 */ + "\xe7\xa8\x9c\0" /* offset 10789 */ + "\xe7\xb6\xbe\0" /* offset 10793 */ + "\xe8\x8f\xb1\0" /* offset 10797 */ + "\xe9\x99\xb5\0" /* offset 10801 */ + "\xe8\xae\x80\0" /* offset 10805 */ + "\xe6\x8b\x8f\0" /* offset 10809 */ + "\xe8\xab\xbe\0" /* offset 10813 */ + "\xe4\xb8\xb9\0" /* offset 10817 */ + "\xe5\xaf\xa7\0" /* offset 10821 */ + "\xe6\x80\x92\0" /* offset 10825 */ + "\xe7\x8e\x87\0" /* offset 10829 */ + "\xe7\x95\xb0\0" /* offset 10833 */ + "\xe5\x8c\x97\0" /* offset 10837 */ + "\xe7\xa3\xbb\0" /* offset 10841 */ + "\xe4\xbe\xbf\0" /* offset 10845 */ + "\xe5\xbe\xa9\0" /* offset 10849 */ + "\xe4\xb8\x8d\0" /* offset 10853 */ + "\xe6\xb3\x8c\0" /* offset 10857 */ + "\xe6\x95\xb8\0" /* offset 10861 */ + "\xe7\xb4\xa2\0" /* offset 10865 */ + "\xe5\x8f\x83\0" /* offset 10869 */ + "\xe5\xa1\x9e\0" /* offset 10873 */ + "\xe7\x9c\x81\0" /* offset 10877 */ + "\xe8\x91\x89\0" /* offset 10881 */ + "\xe8\xaa\xaa\0" /* offset 10885 */ + "\xe6\xae\xba\0" /* offset 10889 */ + "\xe6\xb2\x88\0" /* offset 10893 */ + "\xe6\x8b\xbe\0" /* offset 10897 */ + "\xe8\x8b\xa5\0" /* offset 10901 */ + "\xe6\x8e\xa0\0" /* offset 10905 */ + "\xe7\x95\xa5\0" /* offset 10909 */ + "\xe4\xba\xae\0" /* offset 10913 */ + "\xe5\x85\xa9\0" /* offset 10917 */ + "\xe5\x87\x89\0" /* offset 10921 */ + "\xe6\xa2\x81\0" /* offset 10925 */ + "\xe7\xb3\xa7\0" /* offset 10929 */ + "\xe8\x89\xaf\0" /* offset 10933 */ + "\xe8\xab\x92\0" /* offset 10937 */ + "\xe9\x87\x8f\0" /* offset 10941 */ + "\xe5\x8b\xb5\0" /* offset 10945 */ + "\xe5\x91\x82\0" /* offset 10949 */ + "\xe5\xbb\xac\0" /* offset 10953 */ + "\xe6\x97\x85\0" /* offset 10957 */ + "\xe6\xbf\xbe\0" /* offset 10961 */ + "\xe7\xa4\xaa\0" /* offset 10965 */ + "\xe9\x96\xad\0" /* offset 10969 */ + "\xe9\xa9\xaa\0" /* offset 10973 */ + "\xe9\xba\x97\0" /* offset 10977 */ + "\xe9\xbb\x8e\0" /* offset 10981 */ + "\xe6\x9b\x86\0" /* offset 10985 */ + "\xe6\xad\xb7\0" /* offset 10989 */ + "\xe8\xbd\xa2\0" /* offset 10993 */ + "\xe5\xb9\xb4\0" /* offset 10997 */ + "\xe6\x86\x90\0" /* offset 11001 */ + "\xe6\x88\x80\0" /* offset 11005 */ + "\xe6\x92\x9a\0" /* offset 11009 */ + "\xe6\xbc\xa3\0" /* offset 11013 */ + "\xe7\x85\x89\0" /* offset 11017 */ + "\xe7\x92\x89\0" /* offset 11021 */ + "\xe7\xa7\x8a\0" /* offset 11025 */ + "\xe7\xb7\xb4\0" /* offset 11029 */ + "\xe8\x81\xaf\0" /* offset 11033 */ + "\xe8\xbc\xa6\0" /* offset 11037 */ + "\xe8\x93\xae\0" /* offset 11041 */ + "\xe9\x80\xa3\0" /* offset 11045 */ + "\xe9\x8d\x8a\0" /* offset 11049 */ + "\xe5\x88\x97\0" /* offset 11053 */ + "\xe5\x8a\xa3\0" /* offset 11057 */ + "\xe5\x92\xbd\0" /* offset 11061 */ + "\xe7\x83\x88\0" /* offset 11065 */ + "\xe8\xa3\x82\0" /* offset 11069 */ + "\xe5\xbb\x89\0" /* offset 11073 */ + "\xe5\xbf\xb5\0" /* offset 11077 */ + "\xe6\x8d\xbb\0" /* offset 11081 */ + "\xe6\xae\xae\0" /* offset 11085 */ + "\xe7\xb0\xbe\0" /* offset 11089 */ + "\xe7\x8d\xb5\0" /* offset 11093 */ + "\xe4\xbb\xa4\0" /* offset 11097 */ + "\xe5\x9b\xb9\0" /* offset 11101 */ + "\xe5\xb6\xba\0" /* offset 11105 */ + "\xe6\x80\x9c\0" /* offset 11109 */ + "\xe7\x8e\xb2\0" /* offset 11113 */ + "\xe7\x91\xa9\0" /* offset 11117 */ + "\xe7\xbe\x9a\0" /* offset 11121 */ + "\xe8\x81\x86\0" /* offset 11125 */ + "\xe9\x88\xb4\0" /* offset 11129 */ + "\xe9\x9b\xb6\0" /* offset 11133 */ + "\xe9\x9d\x88\0" /* offset 11137 */ + "\xe9\xa0\x98\0" /* offset 11141 */ + "\xe4\xbe\x8b\0" /* offset 11145 */ + "\xe7\xa6\xae\0" /* offset 11149 */ + "\xe9\x86\xb4\0" /* offset 11153 */ + "\xe9\x9a\xb8\0" /* offset 11157 */ + "\xe6\x83\xa1\0" /* offset 11161 */ + "\xe4\xba\x86\0" /* offset 11165 */ + "\xe5\x83\x9a\0" /* offset 11169 */ + "\xe5\xaf\xae\0" /* offset 11173 */ + "\xe5\xb0\xbf\0" /* offset 11177 */ + "\xe6\x96\x99\0" /* offset 11181 */ + "\xe7\x87\x8e\0" /* offset 11185 */ + "\xe7\x99\x82\0" /* offset 11189 */ + "\xe8\x93\xbc\0" /* offset 11193 */ + "\xe9\x81\xbc\0" /* offset 11197 */ + "\xe6\x9a\x88\0" /* offset 11201 */ + "\xe9\x98\xae\0" /* offset 11205 */ + "\xe5\x8a\x89\0" /* offset 11209 */ + "\xe6\x9d\xbb\0" /* offset 11213 */ + "\xe6\x9f\xb3\0" /* offset 11217 */ + "\xe6\xb5\x81\0" /* offset 11221 */ + "\xe6\xba\x9c\0" /* offset 11225 */ + "\xe7\x90\x89\0" /* offset 11229 */ + "\xe7\x95\x99\0" /* offset 11233 */ + "\xe7\xa1\xab\0" /* offset 11237 */ + "\xe7\xb4\x90\0" /* offset 11241 */ + "\xe9\xa1\x9e\0" /* offset 11245 */ + "\xe6\x88\xae\0" /* offset 11249 */ + "\xe9\x99\xb8\0" /* offset 11253 */ + "\xe5\x80\xab\0" /* offset 11257 */ + "\xe5\xb4\x99\0" /* offset 11261 */ + "\xe6\xb7\xaa\0" /* offset 11265 */ + "\xe8\xbc\xaa\0" /* offset 11269 */ + "\xe5\xbe\x8b\0" /* offset 11273 */ + "\xe6\x85\x84\0" /* offset 11277 */ + "\xe6\xa0\x97\0" /* offset 11281 */ + "\xe9\x9a\x86\0" /* offset 11285 */ + "\xe5\x88\xa9\0" /* offset 11289 */ + "\xe5\x90\x8f\0" /* offset 11293 */ + "\xe5\xb1\xa5\0" /* offset 11297 */ + "\xe6\x98\x93\0" /* offset 11301 */ + "\xe6\x9d\x8e\0" /* offset 11305 */ + "\xe6\xa2\xa8\0" /* offset 11309 */ + "\xe6\xb3\xa5\0" /* offset 11313 */ + "\xe7\x90\x86\0" /* offset 11317 */ + "\xe7\x97\xa2\0" /* offset 11321 */ + "\xe7\xbd\xb9\0" /* offset 11325 */ + "\xe8\xa3\x8f\0" /* offset 11329 */ + "\xe8\xa3\xa1\0" /* offset 11333 */ + "\xe9\x9b\xa2\0" /* offset 11337 */ + "\xe5\x8c\xbf\0" /* offset 11341 */ + "\xe6\xba\xba\0" /* offset 11345 */ + "\xe5\x90\x9d\0" /* offset 11349 */ + "\xe7\x87\x90\0" /* offset 11353 */ + "\xe7\x92\x98\0" /* offset 11357 */ + "\xe8\x97\xba\0" /* offset 11361 */ + "\xe9\x9a\xa3\0" /* offset 11365 */ + "\xe9\xb1\x97\0" /* offset 11369 */ + "\xe9\xba\x9f\0" /* offset 11373 */ + "\xe6\x9e\x97\0" /* offset 11377 */ + "\xe6\xb7\x8b\0" /* offset 11381 */ + "\xe8\x87\xa8\0" /* offset 11385 */ + "\xe7\xac\xa0\0" /* offset 11389 */ + "\xe7\xb2\x92\0" /* offset 11393 */ + "\xe7\x8b\x80\0" /* offset 11397 */ + "\xe7\x82\x99\0" /* offset 11401 */ + "\xe8\xad\x98\0" /* offset 11405 */ + "\xe4\xbb\x80\0" /* offset 11409 */ + "\xe8\x8c\xb6\0" /* offset 11413 */ + "\xe5\x88\xba\0" /* offset 11417 */ + "\xe5\x88\x87\0" /* offset 11421 */ + "\xe5\xba\xa6\0" /* offset 11425 */ + "\xe6\x8b\x93\0" /* offset 11429 */ + "\xe7\xb3\x96\0" /* offset 11433 */ + "\xe5\xae\x85\0" /* offset 11437 */ + "\xe6\xb4\x9e\0" /* offset 11441 */ + "\xe6\x9a\xb4\0" /* offset 11445 */ + "\xe8\xbc\xbb\0" /* offset 11449 */ + "\xe9\x99\x8d\0" /* offset 11453 */ + "\xe5\xbb\x93\0" /* offset 11457 */ + "\xe5\x85\x80\0" /* offset 11461 */ + "\xe5\x97\x80\0" /* offset 11465 */ + "\xe5\xa1\x9a\0" /* offset 11469 */ + "\xe6\x99\xb4\0" /* offset 11473 */ + "\xe5\x87\x9e\0" /* offset 11477 */ + "\xe7\x8c\xaa\0" /* offset 11481 */ + "\xe7\x9b\x8a\0" /* offset 11485 */ + "\xe7\xa4\xbc\0" /* offset 11489 */ + "\xe7\xa5\x9e\0" /* offset 11493 */ + "\xe7\xa5\xa5\0" /* offset 11497 */ + "\xe7\xa6\x8f\0" /* offset 11501 */ + "\xe9\x9d\x96\0" /* offset 11505 */ + "\xe7\xb2\xbe\0" /* offset 11509 */ + "\xe8\x98\x92\0" /* offset 11513 */ + "\xe8\xab\xb8\0" /* offset 11517 */ + "\xe9\x80\xb8\0" /* offset 11521 */ + "\xe9\x83\xbd\0" /* offset 11525 */ + "\xe9\xa3\xaf\0" /* offset 11529 */ + "\xe9\xa3\xbc\0" /* offset 11533 */ + "\xe9\xa4\xa8\0" /* offset 11537 */ + "\xe9\xb6\xb4\0" /* offset 11541 */ + "\xe4\xbe\xae\0" /* offset 11545 */ + "\xe5\x83\xa7\0" /* offset 11549 */ + "\xe5\x85\x8d\0" /* offset 11553 */ + "\xe5\x8b\x89\0" /* offset 11557 */ + "\xe5\x8b\xa4\0" /* offset 11561 */ + "\xe5\x8d\x91\0" /* offset 11565 */ + "\xe5\x96\x9d\0" /* offset 11569 */ + "\xe5\x98\x86\0" /* offset 11573 */ + "\xe5\x99\xa8\0" /* offset 11577 */ + "\xe5\xa1\x80\0" /* offset 11581 */ + "\xe5\xa2\xa8\0" /* offset 11585 */ + "\xe5\xb1\xa4\0" /* offset 11589 */ + "\xe6\x82\x94\0" /* offset 11593 */ + "\xe6\x85\xa8\0" /* offset 11597 */ + "\xe6\x86\x8e\0" /* offset 11601 */ + "\xe6\x87\xb2\0" /* offset 11605 */ + "\xe6\x95\x8f\0" /* offset 11609 */ + "\xe6\x97\xa2\0" /* offset 11613 */ + "\xe6\x9a\x91\0" /* offset 11617 */ + "\xe6\xa2\x85\0" /* offset 11621 */ + "\xe6\xb5\xb7\0" /* offset 11625 */ + "\xe6\xb8\x9a\0" /* offset 11629 */ + "\xe6\xbc\xa2\0" /* offset 11633 */ + "\xe7\x85\xae\0" /* offset 11637 */ + "\xe7\x88\xab\0" /* offset 11641 */ + "\xe7\x90\xa2\0" /* offset 11645 */ + "\xe7\xa2\x91\0" /* offset 11649 */ + "\xe7\xa5\x89\0" /* offset 11653 */ + "\xe7\xa5\x88\0" /* offset 11657 */ + "\xe7\xa5\x90\0" /* offset 11661 */ + "\xe7\xa5\x96\0" /* offset 11665 */ + "\xe7\xa6\x8d\0" /* offset 11669 */ + "\xe7\xa6\x8e\0" /* offset 11673 */ + "\xe7\xa9\x80\0" /* offset 11677 */ + "\xe7\xaa\x81\0" /* offset 11681 */ + "\xe7\xaf\x80\0" /* offset 11685 */ + "\xe7\xb8\x89\0" /* offset 11689 */ + "\xe7\xb9\x81\0" /* offset 11693 */ + "\xe7\xbd\xb2\0" /* offset 11697 */ + "\xe8\x80\x85\0" /* offset 11701 */ + "\xe8\x87\xad\0" /* offset 11705 */ + "\xe8\x89\xb9\0" /* offset 11709 */ + "\xe8\x91\x97\0" /* offset 11713 */ + "\xe8\xa4\x90\0" /* offset 11717 */ + "\xe8\xa6\x96\0" /* offset 11721 */ + "\xe8\xac\x81\0" /* offset 11725 */ + "\xe8\xac\xb9\0" /* offset 11729 */ + "\xe8\xb3\x93\0" /* offset 11733 */ + "\xe8\xb4\x88\0" /* offset 11737 */ + "\xe8\xbe\xb6\0" /* offset 11741 */ + "\xe9\x9b\xa3\0" /* offset 11745 */ + "\xe9\x9f\xbf\0" /* offset 11749 */ + "\xe9\xa0\xbb\0" /* offset 11753 */ "\x66\x66\0" /* offset 11757 */ "\x66\x69\0" /* offset 11760 */ "\x66\x6c\0" /* offset 11763 */ "\x66\x66\x69\0" /* offset 11766 */ "\x66\x66\x6c\0" /* offset 11770 */ "\x73\x74\0" /* offset 11774 */ - "\x74\x76\0" /* offset 11777 */ - "\x74\x65\0" /* offset 11782 */ - "\x74\x6b\0" /* offset 11787 */ - "\x7e\x76\0" /* offset 11792 */ - "\x74\x6d\0" /* offset 11797 */ - "\xd9\xb4\0" /* offset 11802 */ - "\xf2\xb7\0" /* offset 11807 */ - "\xe2\0" /* offset 11812 */ - "\xd4\0" /* offset 11815 */ - "\xdb\0" /* offset 11818 */ - "\xdc\0" /* offset 11821 */ - "\xdd\0" /* offset 11824 */ - "\xe8\0" /* offset 11827 */ - "\xea\0" /* offset 11830 */ - "\xe9\xc1\0" /* offset 11833 */ - "\xe9\xc2\0" /* offset 11838 */ - "\xe9\xbc\xc1\0" /* offset 11843 */ - "\xe9\xbc\xc2\0" /* offset 11850 */ - "\xd0\xb7\0" /* offset 11857 */ - "\xd0\xb8\0" /* offset 11862 */ - "\xd0\xbc\0" /* offset 11867 */ - "\xd1\xbc\0" /* offset 11872 */ - "\xd2\xbc\0" /* offset 11877 */ - "\xd3\xbc\0" /* offset 11882 */ - "\xd4\xbc\0" /* offset 11887 */ - "\xd5\xbc\0" /* offset 11892 */ - "\xd6\xbc\0" /* offset 11897 */ - "\xd8\xbc\0" /* offset 11902 */ - "\xd9\xbc\0" /* offset 11907 */ - "\xda\xbc\0" /* offset 11912 */ - "\xdb\xbc\0" /* offset 11917 */ - "\xdc\xbc\0" /* offset 11922 */ - "\xde\xbc\0" /* offset 11927 */ - "\xe0\xbc\0" /* offset 11932 */ - "\xe1\xbc\0" /* offset 11937 */ - "\xe3\xbc\0" /* offset 11942 */ - "\xe4\xbc\0" /* offset 11947 */ - "\xe6\xbc\0" /* offset 11952 */ - "\xe7\xbc\0" /* offset 11957 */ - "\xe8\xbc\0" /* offset 11962 */ - "\xe9\xbc\0" /* offset 11967 */ - "\xea\xbc\0" /* offset 11972 */ - "\xd5\xb9\0" /* offset 11977 */ - "\xd1\xbf\0" /* offset 11982 */ - "\xdb\xbf\0" /* offset 11987 */ - "\xe4\xbf\0" /* offset 11992 */ - "\xd0\xdc\0" /* offset 11997 */ - "\x71\0" /* offset 12002 */ - "\x7b\0" /* offset 12005 */ - "\x7e\0" /* offset 12008 */ - "\x80\0" /* offset 12011 */ - "\x7a\0" /* offset 12014 */ - "\x7f\0" /* offset 12017 */ - "\x79\0" /* offset 12020 */ - "\xa4\0" /* offset 12023 */ - "\xa6\0" /* offset 12026 */ - "\x84\0" /* offset 12029 */ - "\x83\0" /* offset 12032 */ - "\x86\0" /* offset 12035 */ - "\x87\0" /* offset 12038 */ - "\x8d\0" /* offset 12041 */ - "\x8c\0" /* offset 12044 */ - "\x8e\0" /* offset 12047 */ - "\x88\0" /* offset 12050 */ - "\x98\0" /* offset 12053 */ - "\x91\0" /* offset 12056 */ - "\xa9\0" /* offset 12059 */ - "\xaf\0" /* offset 12062 */ - "\xb3\0" /* offset 12065 */ - "\xb1\0" /* offset 12068 */ - "\xba\0" /* offset 12071 */ - "\xbb\0" /* offset 12074 */ - "\xc1\0" /* offset 12077 */ - "\xbe\0" /* offset 12080 */ - "\xd2\0" /* offset 12083 */ - "\xad\0" /* offset 12086 */ - "\xc7\0" /* offset 12089 */ - "\xc6\0" /* offset 12092 */ - "\xc8\0" /* offset 12095 */ - "\xcb\0" /* offset 12098 */ - "\xc5\0" /* offset 12101 */ - "\xc9\0" /* offset 12104 */ - "\xd0\0" /* offset 12107 */ - "\x49\0" /* offset 12110 */ - "\x4a\x54\x27\0" /* offset 12113 */ - "\x4a\x54\xd5\0" /* offset 12120 */ - "\x4a\x54\x48\0" /* offset 12127 */ - "\x4a\x54\xc7\0" /* offset 12134 */ - "\x4a\x54\xc6\0" /* offset 12141 */ - "\x4a\x54\xc8\0" /* offset 12148 */ - "\x4a\x54\xd0\0" /* offset 12155 */ - "\x4a\x54\x49\0" /* offset 12162 */ - "\xcc\0" /* offset 12169 */ - "\x4a\x54\x2c\0" /* offset 12172 */ - "\x4a\x54\x2d\0" /* offset 12179 */ - "\x4a\x54\x45\0" /* offset 12186 */ - "\x4a\x54\x4a\0" /* offset 12193 */ - "\x28\x2c\0" /* offset 12200 */ - "\x28\x2d\0" /* offset 12205 */ - "\x28\x2e\0" /* offset 12210 */ - "\x28\x45\0" /* offset 12215 */ - "\x28\x49\0" /* offset 12220 */ - "\x28\x4a\0" /* offset 12225 */ - "\x2a\x2c\0" /* offset 12230 */ - "\x2a\x2d\0" /* offset 12235 */ - "\x2a\x2e\0" /* offset 12240 */ - "\x2a\x45\0" /* offset 12245 */ - "\x2a\x49\0" /* offset 12250 */ - "\x2a\x4a\0" /* offset 12255 */ - "\x2b\x2c\0" /* offset 12260 */ - "\x2b\x45\0" /* offset 12265 */ - "\x2b\x49\0" /* offset 12270 */ - "\x2b\x4a\0" /* offset 12275 */ - "\x2c\x2d\0" /* offset 12280 */ - "\x2c\x45\0" /* offset 12285 */ - "\x2d\x2c\0" /* offset 12290 */ - "\x2d\x45\0" /* offset 12295 */ - "\x2e\x2c\0" /* offset 12300 */ - "\x2e\x2d\0" /* offset 12305 */ - "\x2e\x45\0" /* offset 12310 */ - "\x33\x2c\0" /* offset 12315 */ - "\x33\x2d\0" /* offset 12320 */ - "\x33\x2e\0" /* offset 12325 */ - "\x33\x45\0" /* offset 12330 */ - "\x35\x2d\0" /* offset 12335 */ - "\x35\x45\0" /* offset 12340 */ - "\x36\x2c\0" /* offset 12345 */ - "\x36\x2d\0" /* offset 12350 */ - "\x36\x2e\0" /* offset 12355 */ - "\x36\x45\0" /* offset 12360 */ - "\x37\x2d\0" /* offset 12365 */ - "\x37\x45\0" /* offset 12370 */ - "\x38\x45\0" /* offset 12375 */ - "\x39\x2c\0" /* offset 12380 */ - "\x39\x45\0" /* offset 12385 */ - "\x3a\x2c\0" /* offset 12390 */ - "\x3a\x45\0" /* offset 12395 */ - "\x41\x2c\0" /* offset 12400 */ - "\x41\x2d\0" /* offset 12405 */ - "\x41\x2e\0" /* offset 12410 */ - "\x41\x45\0" /* offset 12415 */ - "\x41\x49\0" /* offset 12420 */ - "\x41\x4a\0" /* offset 12425 */ - "\x42\x2d\0" /* offset 12430 */ - "\x42\x45\0" /* offset 12435 */ - "\x42\x49\0" /* offset 12440 */ - "\x42\x4a\0" /* offset 12445 */ - "\x43\x27\0" /* offset 12450 */ - "\x43\x2c\0" /* offset 12455 */ - "\x43\x2d\0" /* offset 12460 */ - "\x43\x2e\0" /* offset 12465 */ - "\x43\x44\0" /* offset 12470 */ - "\x43\x45\0" /* offset 12475 */ - "\x43\x49\0" /* offset 12480 */ - "\x43\x4a\0" /* offset 12485 */ - "\x44\x2c\0" /* offset 12490 */ - "\x44\x2d\0" /* offset 12495 */ - "\x44\x2e\0" /* offset 12500 */ - "\x44\x45\0" /* offset 12505 */ - "\x44\x49\0" /* offset 12510 */ - "\x44\x4a\0" /* offset 12515 */ - "\x45\x2c\0" /* offset 12520 */ - "\x45\x2d\0" /* offset 12525 */ - "\x45\x2e\0" /* offset 12530 */ - "\x45\x45\0" /* offset 12535 */ - "\x45\x49\0" /* offset 12540 */ - "\x45\x4a\0" /* offset 12545 */ - "\x46\x2c\0" /* offset 12550 */ - "\x46\x2d\0" /* offset 12555 */ - "\x46\x2e\0" /* offset 12560 */ - "\x46\x45\0" /* offset 12565 */ - "\x46\x49\0" /* offset 12570 */ - "\x46\x4a\0" /* offset 12575 */ - "\x47\x2c\0" /* offset 12580 */ - "\x47\x45\0" /* offset 12585 */ - "\x47\x49\0" /* offset 12590 */ - "\x47\x4a\0" /* offset 12595 */ - "\x4a\x2c\0" /* offset 12600 */ - "\x4a\x2d\0" /* offset 12605 */ - "\x4a\x2e\0" /* offset 12610 */ - "\x4a\x45\0" /* offset 12615 */ - "\x4a\x49\0" /* offset 12620 */ - "\x4a\x4a\0" /* offset 12625 */ - "\x30\x70\0" /* offset 12630 */ - "\x31\x70\0" /* offset 12635 */ - "\x49\x70\0" /* offset 12640 */ - "\x20\x4c\x51\0" /* offset 12645 */ - "\x20\x4d\x51\0" /* offset 12651 */ - "\x20\x4e\x51\0" /* offset 12657 */ - "\x20\x4f\x51\0" /* offset 12663 */ - "\x20\x50\x51\0" /* offset 12669 */ - "\x20\x51\x70\0" /* offset 12675 */ - "\x4a\x54\x31\0" /* offset 12681 */ - "\x4a\x54\x32\0" /* offset 12688 */ - "\x4a\x54\x46\0" /* offset 12695 */ - "\x28\x31\0" /* offset 12702 */ - "\x28\x32\0" /* offset 12707 */ - "\x28\x46\0" /* offset 12712 */ - "\x2a\x31\0" /* offset 12717 */ - "\x2a\x32\0" /* offset 12722 */ - "\x2a\x46\0" /* offset 12727 */ - "\x2b\x31\0" /* offset 12732 */ - "\x2b\x32\0" /* offset 12737 */ - "\x2b\x46\0" /* offset 12742 */ - "\x45\x27\0" /* offset 12747 */ - "\x46\x31\0" /* offset 12752 */ - "\x46\x32\0" /* offset 12757 */ - "\x46\x46\0" /* offset 12762 */ - "\x4a\x31\0" /* offset 12767 */ - "\x4a\x32\0" /* offset 12772 */ - "\x4a\x46\0" /* offset 12777 */ - "\x4a\x54\x2e\0" /* offset 12782 */ - "\x4a\x54\x47\0" /* offset 12789 */ - "\x28\x47\0" /* offset 12796 */ - "\x2a\x47\0" /* offset 12801 */ - "\x35\x2e\0" /* offset 12806 */ - "\x44\x47\0" /* offset 12811 */ - "\x46\x47\0" /* offset 12816 */ - "\x47\x70\0" /* offset 12821 */ - "\x4a\x47\0" /* offset 12826 */ - "\x2b\x47\0" /* offset 12831 */ - "\x33\x47\0" /* offset 12836 */ - "\x34\x45\0" /* offset 12841 */ - "\x34\x47\0" /* offset 12846 */ - "\x40\x4e\x51\0" /* offset 12851 */ - "\x40\x4f\x51\0" /* offset 12858 */ - "\x40\x50\x51\0" /* offset 12865 */ - "\x37\x49\0" /* offset 12872 */ - "\x37\x4a\0" /* offset 12877 */ - "\x39\x49\0" /* offset 12882 */ - "\x39\x4a\0" /* offset 12887 */ - "\x3a\x49\0" /* offset 12892 */ - "\x3a\x4a\0" /* offset 12897 */ - "\x33\x49\0" /* offset 12902 */ - "\x33\x4a\0" /* offset 12907 */ - "\x34\x49\0" /* offset 12912 */ - "\x34\x4a\0" /* offset 12917 */ - "\x2d\x49\0" /* offset 12922 */ - "\x2d\x4a\0" /* offset 12927 */ - "\x2c\x49\0" /* offset 12932 */ - "\x2c\x4a\0" /* offset 12937 */ - "\x2e\x49\0" /* offset 12942 */ - "\x2e\x4a\0" /* offset 12947 */ - "\x35\x49\0" /* offset 12952 */ - "\x35\x4a\0" /* offset 12957 */ - "\x36\x49\0" /* offset 12962 */ - "\x36\x4a\0" /* offset 12967 */ - "\x34\x2c\0" /* offset 12972 */ - "\x34\x2d\0" /* offset 12977 */ - "\x34\x2e\0" /* offset 12982 */ - "\x34\x31\0" /* offset 12987 */ - "\x33\x31\0" /* offset 12992 */ - "\x35\x31\0" /* offset 12997 */ - "\x36\x31\0" /* offset 13002 */ - "\x27\x4b\0" /* offset 13007 */ - "\x2a\x2c\x45\0" /* offset 13012 */ - "\x2a\x2d\x2c\0" /* offset 13019 */ - "\x2a\x2d\x45\0" /* offset 13026 */ - "\x2a\x2e\x45\0" /* offset 13033 */ - "\x2a\x45\x2c\0" /* offset 13040 */ - "\x2a\x45\x2d\0" /* offset 13047 */ - "\x2a\x45\x2e\0" /* offset 13054 */ - "\x2c\x45\x2d\0" /* offset 13061 */ - "\x2d\x45\x4a\0" /* offset 13068 */ - "\x2d\x45\x49\0" /* offset 13075 */ - "\x33\x2d\x2c\0" /* offset 13082 */ - "\x33\x2c\x2d\0" /* offset 13089 */ - "\x33\x2c\x49\0" /* offset 13096 */ - "\x33\x45\x2d\0" /* offset 13103 */ - "\x33\x45\x2c\0" /* offset 13110 */ - "\x33\x45\x45\0" /* offset 13117 */ - "\x35\x2d\x2d\0" /* offset 13124 */ - "\x35\x45\x45\0" /* offset 13131 */ - "\x34\x2d\x45\0" /* offset 13138 */ - "\x34\x2c\x4a\0" /* offset 13145 */ - "\x34\x45\x2e\0" /* offset 13152 */ - "\x34\x45\x45\0" /* offset 13159 */ - "\x36\x2d\x49\0" /* offset 13166 */ - "\x36\x2e\x45\0" /* offset 13173 */ - "\x37\x45\x2d\0" /* offset 13180 */ - "\x37\x45\x45\0" /* offset 13187 */ - "\x37\x45\x4a\0" /* offset 13194 */ - "\x39\x2c\x45\0" /* offset 13201 */ - "\x39\x45\x45\0" /* offset 13208 */ - "\x39\x45\x49\0" /* offset 13215 */ - "\x3a\x45\x45\0" /* offset 13222 */ - "\x3a\x45\x4a\0" /* offset 13229 */ - "\x3a\x45\x49\0" /* offset 13236 */ - "\x41\x2e\x45\0" /* offset 13243 */ - "\x42\x45\x2d\0" /* offset 13250 */ - "\x42\x45\x45\0" /* offset 13257 */ - "\x44\x2d\x45\0" /* offset 13264 */ - "\x44\x2d\x4a\0" /* offset 13271 */ - "\x44\x2d\x49\0" /* offset 13278 */ - "\x44\x2c\x2c\0" /* offset 13285 */ - "\x44\x2e\x45\0" /* offset 13292 */ - "\x44\x45\x2d\0" /* offset 13299 */ - "\x45\x2d\x2c\0" /* offset 13306 */ - "\x45\x2d\x45\0" /* offset 13313 */ - "\x45\x2d\x4a\0" /* offset 13320 */ - "\x45\x2c\x2d\0" /* offset 13327 */ - "\x45\x2c\x45\0" /* offset 13334 */ - "\x45\x2e\x2c\0" /* offset 13341 */ - "\x45\x2e\x45\0" /* offset 13348 */ - "\x45\x2c\x2e\0" /* offset 13355 */ - "\x47\x45\x2c\0" /* offset 13362 */ - "\x47\x45\x45\0" /* offset 13369 */ - "\x46\x2d\x45\0" /* offset 13376 */ - "\x46\x2d\x49\0" /* offset 13383 */ - "\x46\x2c\x45\0" /* offset 13390 */ - "\x46\x2c\x49\0" /* offset 13397 */ - "\x46\x45\x4a\0" /* offset 13404 */ - "\x46\x45\x49\0" /* offset 13411 */ - "\x4a\x45\x45\0" /* offset 13418 */ - "\x28\x2e\x4a\0" /* offset 13425 */ - "\x2a\x2c\x4a\0" /* offset 13432 */ - "\x2a\x2c\x49\0" /* offset 13439 */ - "\x2a\x2e\x4a\0" /* offset 13446 */ - "\x2a\x2e\x49\0" /* offset 13453 */ - "\x2a\x45\x4a\0" /* offset 13460 */ - "\x2a\x45\x49\0" /* offset 13467 */ - "\x2c\x45\x4a\0" /* offset 13474 */ - "\x2c\x2d\x49\0" /* offset 13481 */ - "\x2c\x45\x49\0" /* offset 13488 */ - "\x33\x2e\x49\0" /* offset 13495 */ - "\x35\x2d\x4a\0" /* offset 13502 */ - "\x34\x2d\x4a\0" /* offset 13509 */ - "\x36\x2d\x4a\0" /* offset 13516 */ - "\x44\x2c\x4a\0" /* offset 13523 */ - "\x44\x45\x4a\0" /* offset 13530 */ - "\x4a\x2d\x4a\0" /* offset 13537 */ - "\x4a\x2c\x4a\0" /* offset 13544 */ - "\x4a\x45\x4a\0" /* offset 13551 */ - "\x45\x45\x4a\0" /* offset 13558 */ - "\x42\x45\x4a\0" /* offset 13565 */ - "\x46\x2d\x4a\0" /* offset 13572 */ - "\x39\x45\x4a\0" /* offset 13579 */ - "\x43\x45\x4a\0" /* offset 13586 */ - "\x46\x2c\x2d\0" /* offset 13593 */ - "\x45\x2e\x4a\0" /* offset 13600 */ - "\x44\x2c\x45\0" /* offset 13607 */ - "\x43\x45\x45\0" /* offset 13614 */ - "\x2c\x2d\x4a\0" /* offset 13621 */ - "\x2d\x2c\x4a\0" /* offset 13628 */ - "\x45\x2c\x4a\0" /* offset 13635 */ - "\x41\x45\x4a\0" /* offset 13642 */ - "\x28\x2d\x4a\0" /* offset 13649 */ - "\x33\x2e\x4a\0" /* offset 13656 */ - "\x46\x2c\x4a\0" /* offset 13663 */ - "\x35\x44\xd2\0" /* offset 13670 */ - "\x42\x44\xd2\0" /* offset 13677 */ - "\x27\x44\x44\x47\0" /* offset 13684 */ - "\x27\x43\x28\x31\0" /* offset 13693 */ - "\x45\x2d\x45\x2f\0" /* offset 13702 */ - "\x35\x44\x39\x45\0" /* offset 13711 */ - "\x31\x33\x48\x44\0" /* offset 13720 */ - "\x39\x44\x4a\x47\0" /* offset 13729 */ - "\x48\x33\x44\x45\0" /* offset 13738 */ - "\x35\x44\x49\0" /* offset 13747 */ - "\x35\x44\x49\x20\x27\x44\x44\x47\x20\x39\x44\x4a\x47\x20\x48\x33\x44\x45\0" /* offset 13754 */ - "\x2c\x44\x20\x2c\x44\x27\x44\x47\0" /* offset 13788 */ - "\x31\xcc\x27\x44\0" /* offset 13804 */ - "\x14\0" /* offset 13813 */ - "\x13\0" /* offset 13817 */ + "\xd5\xb4\xd5\xb6\0" /* offset 11777 */ + "\xd5\xb4\xd5\xa5\0" /* offset 11782 */ + "\xd5\xb4\xd5\xab\0" /* offset 11787 */ + "\xd5\xbe\xd5\xb6\0" /* offset 11792 */ + "\xd5\xb4\xd5\xad\0" /* offset 11797 */ + "\xd7\x99\xd6\xb4\0" /* offset 11802 */ + "\xd7\xb2\xd6\xb7\0" /* offset 11807 */ + "\xd7\xa2\0" /* offset 11812 */ + "\xd7\x94\0" /* offset 11815 */ + "\xd7\x9b\0" /* offset 11818 */ + "\xd7\x9c\0" /* offset 11821 */ + "\xd7\x9d\0" /* offset 11824 */ + "\xd7\xa8\0" /* offset 11827 */ + "\xd7\xaa\0" /* offset 11830 */ + "\xd7\xa9\xd7\x81\0" /* offset 11833 */ + "\xd7\xa9\xd7\x82\0" /* offset 11838 */ + "\xd7\xa9\xd6\xbc\xd7\x81\0" /* offset 11843 */ + "\xd7\xa9\xd6\xbc\xd7\x82\0" /* offset 11850 */ + "\xd7\x90\xd6\xb7\0" /* offset 11857 */ + "\xd7\x90\xd6\xb8\0" /* offset 11862 */ + "\xd7\x90\xd6\xbc\0" /* offset 11867 */ + "\xd7\x91\xd6\xbc\0" /* offset 11872 */ + "\xd7\x92\xd6\xbc\0" /* offset 11877 */ + "\xd7\x93\xd6\xbc\0" /* offset 11882 */ + "\xd7\x94\xd6\xbc\0" /* offset 11887 */ + "\xd7\x95\xd6\xbc\0" /* offset 11892 */ + "\xd7\x96\xd6\xbc\0" /* offset 11897 */ + "\xd7\x98\xd6\xbc\0" /* offset 11902 */ + "\xd7\x99\xd6\xbc\0" /* offset 11907 */ + "\xd7\x9a\xd6\xbc\0" /* offset 11912 */ + "\xd7\x9b\xd6\xbc\0" /* offset 11917 */ + "\xd7\x9c\xd6\xbc\0" /* offset 11922 */ + "\xd7\x9e\xd6\xbc\0" /* offset 11927 */ + "\xd7\xa0\xd6\xbc\0" /* offset 11932 */ + "\xd7\xa1\xd6\xbc\0" /* offset 11937 */ + "\xd7\xa3\xd6\xbc\0" /* offset 11942 */ + "\xd7\xa4\xd6\xbc\0" /* offset 11947 */ + "\xd7\xa6\xd6\xbc\0" /* offset 11952 */ + "\xd7\xa7\xd6\xbc\0" /* offset 11957 */ + "\xd7\xa8\xd6\xbc\0" /* offset 11962 */ + "\xd7\xa9\xd6\xbc\0" /* offset 11967 */ + "\xd7\xaa\xd6\xbc\0" /* offset 11972 */ + "\xd7\x95\xd6\xb9\0" /* offset 11977 */ + "\xd7\x91\xd6\xbf\0" /* offset 11982 */ + "\xd7\x9b\xd6\xbf\0" /* offset 11987 */ + "\xd7\xa4\xd6\xbf\0" /* offset 11992 */ + "\xd7\x90\xd7\x9c\0" /* offset 11997 */ + "\xd9\xb1\0" /* offset 12002 */ + "\xd9\xbb\0" /* offset 12005 */ + "\xd9\xbe\0" /* offset 12008 */ + "\xda\x80\0" /* offset 12011 */ + "\xd9\xba\0" /* offset 12014 */ + "\xd9\xbf\0" /* offset 12017 */ + "\xd9\xb9\0" /* offset 12020 */ + "\xda\xa4\0" /* offset 12023 */ + "\xda\xa6\0" /* offset 12026 */ + "\xda\x84\0" /* offset 12029 */ + "\xda\x83\0" /* offset 12032 */ + "\xda\x86\0" /* offset 12035 */ + "\xda\x87\0" /* offset 12038 */ + "\xda\x8d\0" /* offset 12041 */ + "\xda\x8c\0" /* offset 12044 */ + "\xda\x8e\0" /* offset 12047 */ + "\xda\x88\0" /* offset 12050 */ + "\xda\x98\0" /* offset 12053 */ + "\xda\x91\0" /* offset 12056 */ + "\xda\xa9\0" /* offset 12059 */ + "\xda\xaf\0" /* offset 12062 */ + "\xda\xb3\0" /* offset 12065 */ + "\xda\xb1\0" /* offset 12068 */ + "\xda\xba\0" /* offset 12071 */ + "\xda\xbb\0" /* offset 12074 */ + "\xdb\x81\0" /* offset 12077 */ + "\xda\xbe\0" /* offset 12080 */ + "\xdb\x92\0" /* offset 12083 */ + "\xda\xad\0" /* offset 12086 */ + "\xdb\x87\0" /* offset 12089 */ + "\xdb\x86\0" /* offset 12092 */ + "\xdb\x88\0" /* offset 12095 */ + "\xdb\x8b\0" /* offset 12098 */ + "\xdb\x85\0" /* offset 12101 */ + "\xdb\x89\0" /* offset 12104 */ + "\xdb\x90\0" /* offset 12107 */ + "\xd9\x89\0" /* offset 12110 */ + "\xd9\x8a\xd9\x94\xd8\xa7\0" /* offset 12113 */ + "\xd9\x8a\xd9\x94\xdb\x95\0" /* offset 12120 */ + "\xd9\x8a\xd9\x94\xd9\x88\0" /* offset 12127 */ + "\xd9\x8a\xd9\x94\xdb\x87\0" /* offset 12134 */ + "\xd9\x8a\xd9\x94\xdb\x86\0" /* offset 12141 */ + "\xd9\x8a\xd9\x94\xdb\x88\0" /* offset 12148 */ + "\xd9\x8a\xd9\x94\xdb\x90\0" /* offset 12155 */ + "\xd9\x8a\xd9\x94\xd9\x89\0" /* offset 12162 */ + "\xdb\x8c\0" /* offset 12169 */ + "\xd9\x8a\xd9\x94\xd8\xac\0" /* offset 12172 */ + "\xd9\x8a\xd9\x94\xd8\xad\0" /* offset 12179 */ + "\xd9\x8a\xd9\x94\xd9\x85\0" /* offset 12186 */ + "\xd9\x8a\xd9\x94\xd9\x8a\0" /* offset 12193 */ + "\xd8\xa8\xd8\xac\0" /* offset 12200 */ + "\xd8\xa8\xd8\xad\0" /* offset 12205 */ + "\xd8\xa8\xd8\xae\0" /* offset 12210 */ + "\xd8\xa8\xd9\x85\0" /* offset 12215 */ + "\xd8\xa8\xd9\x89\0" /* offset 12220 */ + "\xd8\xa8\xd9\x8a\0" /* offset 12225 */ + "\xd8\xaa\xd8\xac\0" /* offset 12230 */ + "\xd8\xaa\xd8\xad\0" /* offset 12235 */ + "\xd8\xaa\xd8\xae\0" /* offset 12240 */ + "\xd8\xaa\xd9\x85\0" /* offset 12245 */ + "\xd8\xaa\xd9\x89\0" /* offset 12250 */ + "\xd8\xaa\xd9\x8a\0" /* offset 12255 */ + "\xd8\xab\xd8\xac\0" /* offset 12260 */ + "\xd8\xab\xd9\x85\0" /* offset 12265 */ + "\xd8\xab\xd9\x89\0" /* offset 12270 */ + "\xd8\xab\xd9\x8a\0" /* offset 12275 */ + "\xd8\xac\xd8\xad\0" /* offset 12280 */ + "\xd8\xac\xd9\x85\0" /* offset 12285 */ + "\xd8\xad\xd8\xac\0" /* offset 12290 */ + "\xd8\xad\xd9\x85\0" /* offset 12295 */ + "\xd8\xae\xd8\xac\0" /* offset 12300 */ + "\xd8\xae\xd8\xad\0" /* offset 12305 */ + "\xd8\xae\xd9\x85\0" /* offset 12310 */ + "\xd8\xb3\xd8\xac\0" /* offset 12315 */ + "\xd8\xb3\xd8\xad\0" /* offset 12320 */ + "\xd8\xb3\xd8\xae\0" /* offset 12325 */ + "\xd8\xb3\xd9\x85\0" /* offset 12330 */ + "\xd8\xb5\xd8\xad\0" /* offset 12335 */ + "\xd8\xb5\xd9\x85\0" /* offset 12340 */ + "\xd8\xb6\xd8\xac\0" /* offset 12345 */ + "\xd8\xb6\xd8\xad\0" /* offset 12350 */ + "\xd8\xb6\xd8\xae\0" /* offset 12355 */ + "\xd8\xb6\xd9\x85\0" /* offset 12360 */ + "\xd8\xb7\xd8\xad\0" /* offset 12365 */ + "\xd8\xb7\xd9\x85\0" /* offset 12370 */ + "\xd8\xb8\xd9\x85\0" /* offset 12375 */ + "\xd8\xb9\xd8\xac\0" /* offset 12380 */ + "\xd8\xb9\xd9\x85\0" /* offset 12385 */ + "\xd8\xba\xd8\xac\0" /* offset 12390 */ + "\xd8\xba\xd9\x85\0" /* offset 12395 */ + "\xd9\x81\xd8\xac\0" /* offset 12400 */ + "\xd9\x81\xd8\xad\0" /* offset 12405 */ + "\xd9\x81\xd8\xae\0" /* offset 12410 */ + "\xd9\x81\xd9\x85\0" /* offset 12415 */ + "\xd9\x81\xd9\x89\0" /* offset 12420 */ + "\xd9\x81\xd9\x8a\0" /* offset 12425 */ + "\xd9\x82\xd8\xad\0" /* offset 12430 */ + "\xd9\x82\xd9\x85\0" /* offset 12435 */ + "\xd9\x82\xd9\x89\0" /* offset 12440 */ + "\xd9\x82\xd9\x8a\0" /* offset 12445 */ + "\xd9\x83\xd8\xa7\0" /* offset 12450 */ + "\xd9\x83\xd8\xac\0" /* offset 12455 */ + "\xd9\x83\xd8\xad\0" /* offset 12460 */ + "\xd9\x83\xd8\xae\0" /* offset 12465 */ + "\xd9\x83\xd9\x84\0" /* offset 12470 */ + "\xd9\x83\xd9\x85\0" /* offset 12475 */ + "\xd9\x83\xd9\x89\0" /* offset 12480 */ + "\xd9\x83\xd9\x8a\0" /* offset 12485 */ + "\xd9\x84\xd8\xac\0" /* offset 12490 */ + "\xd9\x84\xd8\xad\0" /* offset 12495 */ + "\xd9\x84\xd8\xae\0" /* offset 12500 */ + "\xd9\x84\xd9\x85\0" /* offset 12505 */ + "\xd9\x84\xd9\x89\0" /* offset 12510 */ + "\xd9\x84\xd9\x8a\0" /* offset 12515 */ + "\xd9\x85\xd8\xac\0" /* offset 12520 */ + "\xd9\x85\xd8\xad\0" /* offset 12525 */ + "\xd9\x85\xd8\xae\0" /* offset 12530 */ + "\xd9\x85\xd9\x85\0" /* offset 12535 */ + "\xd9\x85\xd9\x89\0" /* offset 12540 */ + "\xd9\x85\xd9\x8a\0" /* offset 12545 */ + "\xd9\x86\xd8\xac\0" /* offset 12550 */ + "\xd9\x86\xd8\xad\0" /* offset 12555 */ + "\xd9\x86\xd8\xae\0" /* offset 12560 */ + "\xd9\x86\xd9\x85\0" /* offset 12565 */ + "\xd9\x86\xd9\x89\0" /* offset 12570 */ + "\xd9\x86\xd9\x8a\0" /* offset 12575 */ + "\xd9\x87\xd8\xac\0" /* offset 12580 */ + "\xd9\x87\xd9\x85\0" /* offset 12585 */ + "\xd9\x87\xd9\x89\0" /* offset 12590 */ + "\xd9\x87\xd9\x8a\0" /* offset 12595 */ + "\xd9\x8a\xd8\xac\0" /* offset 12600 */ + "\xd9\x8a\xd8\xad\0" /* offset 12605 */ + "\xd9\x8a\xd8\xae\0" /* offset 12610 */ + "\xd9\x8a\xd9\x85\0" /* offset 12615 */ + "\xd9\x8a\xd9\x89\0" /* offset 12620 */ + "\xd9\x8a\xd9\x8a\0" /* offset 12625 */ + "\xd8\xb0\xd9\xb0\0" /* offset 12630 */ + "\xd8\xb1\xd9\xb0\0" /* offset 12635 */ + "\xd9\x89\xd9\xb0\0" /* offset 12640 */ + "\x20\xd9\x8c\xd9\x91\0" /* offset 12645 */ + "\x20\xd9\x8d\xd9\x91\0" /* offset 12651 */ + "\x20\xd9\x8e\xd9\x91\0" /* offset 12657 */ + "\x20\xd9\x8f\xd9\x91\0" /* offset 12663 */ + "\x20\xd9\x90\xd9\x91\0" /* offset 12669 */ + "\x20\xd9\x91\xd9\xb0\0" /* offset 12675 */ + "\xd9\x8a\xd9\x94\xd8\xb1\0" /* offset 12681 */ + "\xd9\x8a\xd9\x94\xd8\xb2\0" /* offset 12688 */ + "\xd9\x8a\xd9\x94\xd9\x86\0" /* offset 12695 */ + "\xd8\xa8\xd8\xb1\0" /* offset 12702 */ + "\xd8\xa8\xd8\xb2\0" /* offset 12707 */ + "\xd8\xa8\xd9\x86\0" /* offset 12712 */ + "\xd8\xaa\xd8\xb1\0" /* offset 12717 */ + "\xd8\xaa\xd8\xb2\0" /* offset 12722 */ + "\xd8\xaa\xd9\x86\0" /* offset 12727 */ + "\xd8\xab\xd8\xb1\0" /* offset 12732 */ + "\xd8\xab\xd8\xb2\0" /* offset 12737 */ + "\xd8\xab\xd9\x86\0" /* offset 12742 */ + "\xd9\x85\xd8\xa7\0" /* offset 12747 */ + "\xd9\x86\xd8\xb1\0" /* offset 12752 */ + "\xd9\x86\xd8\xb2\0" /* offset 12757 */ + "\xd9\x86\xd9\x86\0" /* offset 12762 */ + "\xd9\x8a\xd8\xb1\0" /* offset 12767 */ + "\xd9\x8a\xd8\xb2\0" /* offset 12772 */ + "\xd9\x8a\xd9\x86\0" /* offset 12777 */ + "\xd9\x8a\xd9\x94\xd8\xae\0" /* offset 12782 */ + "\xd9\x8a\xd9\x94\xd9\x87\0" /* offset 12789 */ + "\xd8\xa8\xd9\x87\0" /* offset 12796 */ + "\xd8\xaa\xd9\x87\0" /* offset 12801 */ + "\xd8\xb5\xd8\xae\0" /* offset 12806 */ + "\xd9\x84\xd9\x87\0" /* offset 12811 */ + "\xd9\x86\xd9\x87\0" /* offset 12816 */ + "\xd9\x87\xd9\xb0\0" /* offset 12821 */ + "\xd9\x8a\xd9\x87\0" /* offset 12826 */ + "\xd8\xab\xd9\x87\0" /* offset 12831 */ + "\xd8\xb3\xd9\x87\0" /* offset 12836 */ + "\xd8\xb4\xd9\x85\0" /* offset 12841 */ + "\xd8\xb4\xd9\x87\0" /* offset 12846 */ + "\xd9\x80\xd9\x8e\xd9\x91\0" /* offset 12851 */ + "\xd9\x80\xd9\x8f\xd9\x91\0" /* offset 12858 */ + "\xd9\x80\xd9\x90\xd9\x91\0" /* offset 12865 */ + "\xd8\xb7\xd9\x89\0" /* offset 12872 */ + "\xd8\xb7\xd9\x8a\0" /* offset 12877 */ + "\xd8\xb9\xd9\x89\0" /* offset 12882 */ + "\xd8\xb9\xd9\x8a\0" /* offset 12887 */ + "\xd8\xba\xd9\x89\0" /* offset 12892 */ + "\xd8\xba\xd9\x8a\0" /* offset 12897 */ + "\xd8\xb3\xd9\x89\0" /* offset 12902 */ + "\xd8\xb3\xd9\x8a\0" /* offset 12907 */ + "\xd8\xb4\xd9\x89\0" /* offset 12912 */ + "\xd8\xb4\xd9\x8a\0" /* offset 12917 */ + "\xd8\xad\xd9\x89\0" /* offset 12922 */ + "\xd8\xad\xd9\x8a\0" /* offset 12927 */ + "\xd8\xac\xd9\x89\0" /* offset 12932 */ + "\xd8\xac\xd9\x8a\0" /* offset 12937 */ + "\xd8\xae\xd9\x89\0" /* offset 12942 */ + "\xd8\xae\xd9\x8a\0" /* offset 12947 */ + "\xd8\xb5\xd9\x89\0" /* offset 12952 */ + "\xd8\xb5\xd9\x8a\0" /* offset 12957 */ + "\xd8\xb6\xd9\x89\0" /* offset 12962 */ + "\xd8\xb6\xd9\x8a\0" /* offset 12967 */ + "\xd8\xb4\xd8\xac\0" /* offset 12972 */ + "\xd8\xb4\xd8\xad\0" /* offset 12977 */ + "\xd8\xb4\xd8\xae\0" /* offset 12982 */ + "\xd8\xb4\xd8\xb1\0" /* offset 12987 */ + "\xd8\xb3\xd8\xb1\0" /* offset 12992 */ + "\xd8\xb5\xd8\xb1\0" /* offset 12997 */ + "\xd8\xb6\xd8\xb1\0" /* offset 13002 */ + "\xd8\xa7\xd9\x8b\0" /* offset 13007 */ + "\xd8\xaa\xd8\xac\xd9\x85\0" /* offset 13012 */ + "\xd8\xaa\xd8\xad\xd8\xac\0" /* offset 13019 */ + "\xd8\xaa\xd8\xad\xd9\x85\0" /* offset 13026 */ + "\xd8\xaa\xd8\xae\xd9\x85\0" /* offset 13033 */ + "\xd8\xaa\xd9\x85\xd8\xac\0" /* offset 13040 */ + "\xd8\xaa\xd9\x85\xd8\xad\0" /* offset 13047 */ + "\xd8\xaa\xd9\x85\xd8\xae\0" /* offset 13054 */ + "\xd8\xac\xd9\x85\xd8\xad\0" /* offset 13061 */ + "\xd8\xad\xd9\x85\xd9\x8a\0" /* offset 13068 */ + "\xd8\xad\xd9\x85\xd9\x89\0" /* offset 13075 */ + "\xd8\xb3\xd8\xad\xd8\xac\0" /* offset 13082 */ + "\xd8\xb3\xd8\xac\xd8\xad\0" /* offset 13089 */ + "\xd8\xb3\xd8\xac\xd9\x89\0" /* offset 13096 */ + "\xd8\xb3\xd9\x85\xd8\xad\0" /* offset 13103 */ + "\xd8\xb3\xd9\x85\xd8\xac\0" /* offset 13110 */ + "\xd8\xb3\xd9\x85\xd9\x85\0" /* offset 13117 */ + "\xd8\xb5\xd8\xad\xd8\xad\0" /* offset 13124 */ + "\xd8\xb5\xd9\x85\xd9\x85\0" /* offset 13131 */ + "\xd8\xb4\xd8\xad\xd9\x85\0" /* offset 13138 */ + "\xd8\xb4\xd8\xac\xd9\x8a\0" /* offset 13145 */ + "\xd8\xb4\xd9\x85\xd8\xae\0" /* offset 13152 */ + "\xd8\xb4\xd9\x85\xd9\x85\0" /* offset 13159 */ + "\xd8\xb6\xd8\xad\xd9\x89\0" /* offset 13166 */ + "\xd8\xb6\xd8\xae\xd9\x85\0" /* offset 13173 */ + "\xd8\xb7\xd9\x85\xd8\xad\0" /* offset 13180 */ + "\xd8\xb7\xd9\x85\xd9\x85\0" /* offset 13187 */ + "\xd8\xb7\xd9\x85\xd9\x8a\0" /* offset 13194 */ + "\xd8\xb9\xd8\xac\xd9\x85\0" /* offset 13201 */ + "\xd8\xb9\xd9\x85\xd9\x85\0" /* offset 13208 */ + "\xd8\xb9\xd9\x85\xd9\x89\0" /* offset 13215 */ + "\xd8\xba\xd9\x85\xd9\x85\0" /* offset 13222 */ + "\xd8\xba\xd9\x85\xd9\x8a\0" /* offset 13229 */ + "\xd8\xba\xd9\x85\xd9\x89\0" /* offset 13236 */ + "\xd9\x81\xd8\xae\xd9\x85\0" /* offset 13243 */ + "\xd9\x82\xd9\x85\xd8\xad\0" /* offset 13250 */ + "\xd9\x82\xd9\x85\xd9\x85\0" /* offset 13257 */ + "\xd9\x84\xd8\xad\xd9\x85\0" /* offset 13264 */ + "\xd9\x84\xd8\xad\xd9\x8a\0" /* offset 13271 */ + "\xd9\x84\xd8\xad\xd9\x89\0" /* offset 13278 */ + "\xd9\x84\xd8\xac\xd8\xac\0" /* offset 13285 */ + "\xd9\x84\xd8\xae\xd9\x85\0" /* offset 13292 */ + "\xd9\x84\xd9\x85\xd8\xad\0" /* offset 13299 */ + "\xd9\x85\xd8\xad\xd8\xac\0" /* offset 13306 */ + "\xd9\x85\xd8\xad\xd9\x85\0" /* offset 13313 */ + "\xd9\x85\xd8\xad\xd9\x8a\0" /* offset 13320 */ + "\xd9\x85\xd8\xac\xd8\xad\0" /* offset 13327 */ + "\xd9\x85\xd8\xac\xd9\x85\0" /* offset 13334 */ + "\xd9\x85\xd8\xae\xd8\xac\0" /* offset 13341 */ + "\xd9\x85\xd8\xae\xd9\x85\0" /* offset 13348 */ + "\xd9\x85\xd8\xac\xd8\xae\0" /* offset 13355 */ + "\xd9\x87\xd9\x85\xd8\xac\0" /* offset 13362 */ + "\xd9\x87\xd9\x85\xd9\x85\0" /* offset 13369 */ + "\xd9\x86\xd8\xad\xd9\x85\0" /* offset 13376 */ + "\xd9\x86\xd8\xad\xd9\x89\0" /* offset 13383 */ + "\xd9\x86\xd8\xac\xd9\x85\0" /* offset 13390 */ + "\xd9\x86\xd8\xac\xd9\x89\0" /* offset 13397 */ + "\xd9\x86\xd9\x85\xd9\x8a\0" /* offset 13404 */ + "\xd9\x86\xd9\x85\xd9\x89\0" /* offset 13411 */ + "\xd9\x8a\xd9\x85\xd9\x85\0" /* offset 13418 */ + "\xd8\xa8\xd8\xae\xd9\x8a\0" /* offset 13425 */ + "\xd8\xaa\xd8\xac\xd9\x8a\0" /* offset 13432 */ + "\xd8\xaa\xd8\xac\xd9\x89\0" /* offset 13439 */ + "\xd8\xaa\xd8\xae\xd9\x8a\0" /* offset 13446 */ + "\xd8\xaa\xd8\xae\xd9\x89\0" /* offset 13453 */ + "\xd8\xaa\xd9\x85\xd9\x8a\0" /* offset 13460 */ + "\xd8\xaa\xd9\x85\xd9\x89\0" /* offset 13467 */ + "\xd8\xac\xd9\x85\xd9\x8a\0" /* offset 13474 */ + "\xd8\xac\xd8\xad\xd9\x89\0" /* offset 13481 */ + "\xd8\xac\xd9\x85\xd9\x89\0" /* offset 13488 */ + "\xd8\xb3\xd8\xae\xd9\x89\0" /* offset 13495 */ + "\xd8\xb5\xd8\xad\xd9\x8a\0" /* offset 13502 */ + "\xd8\xb4\xd8\xad\xd9\x8a\0" /* offset 13509 */ + "\xd8\xb6\xd8\xad\xd9\x8a\0" /* offset 13516 */ + "\xd9\x84\xd8\xac\xd9\x8a\0" /* offset 13523 */ + "\xd9\x84\xd9\x85\xd9\x8a\0" /* offset 13530 */ + "\xd9\x8a\xd8\xad\xd9\x8a\0" /* offset 13537 */ + "\xd9\x8a\xd8\xac\xd9\x8a\0" /* offset 13544 */ + "\xd9\x8a\xd9\x85\xd9\x8a\0" /* offset 13551 */ + "\xd9\x85\xd9\x85\xd9\x8a\0" /* offset 13558 */ + "\xd9\x82\xd9\x85\xd9\x8a\0" /* offset 13565 */ + "\xd9\x86\xd8\xad\xd9\x8a\0" /* offset 13572 */ + "\xd8\xb9\xd9\x85\xd9\x8a\0" /* offset 13579 */ + "\xd9\x83\xd9\x85\xd9\x8a\0" /* offset 13586 */ + "\xd9\x86\xd8\xac\xd8\xad\0" /* offset 13593 */ + "\xd9\x85\xd8\xae\xd9\x8a\0" /* offset 13600 */ + "\xd9\x84\xd8\xac\xd9\x85\0" /* offset 13607 */ + "\xd9\x83\xd9\x85\xd9\x85\0" /* offset 13614 */ + "\xd8\xac\xd8\xad\xd9\x8a\0" /* offset 13621 */ + "\xd8\xad\xd8\xac\xd9\x8a\0" /* offset 13628 */ + "\xd9\x85\xd8\xac\xd9\x8a\0" /* offset 13635 */ + "\xd9\x81\xd9\x85\xd9\x8a\0" /* offset 13642 */ + "\xd8\xa8\xd8\xad\xd9\x8a\0" /* offset 13649 */ + "\xd8\xb3\xd8\xae\xd9\x8a\0" /* offset 13656 */ + "\xd9\x86\xd8\xac\xd9\x8a\0" /* offset 13663 */ + "\xd8\xb5\xd9\x84\xdb\x92\0" /* offset 13670 */ + "\xd9\x82\xd9\x84\xdb\x92\0" /* offset 13677 */ + "\xd8\xa7\xd9\x84\xd9\x84\xd9\x87\0" /* offset 13684 */ + "\xd8\xa7\xd9\x83\xd8\xa8\xd8\xb1\0" /* offset 13693 */ + "\xd9\x85\xd8\xad\xd9\x85\xd8\xaf\0" /* offset 13702 */ + "\xd8\xb5\xd9\x84\xd8\xb9\xd9\x85\0" /* offset 13711 */ + "\xd8\xb1\xd8\xb3\xd9\x88\xd9\x84\0" /* offset 13720 */ + "\xd8\xb9\xd9\x84\xd9\x8a\xd9\x87\0" /* offset 13729 */ + "\xd9\x88\xd8\xb3\xd9\x84\xd9\x85\0" /* offset 13738 */ + "\xd8\xb5\xd9\x84\xd9\x89\0" /* offset 13747 */ + "\xd8\xb5\xd9\x84\xd9\x89\x20\xd8\xa7\xd9\x84\xd9\x84\xd9\x87\x20\xd8\xb9\xd9\x84\xd9\x8a\xd9\x87\x20\xd9\x88\xd8\xb3\xd9\x84\xd9\x85\0" /* offset 13754 */ + "\xd8\xac\xd9\x84\x20\xd8\xac\xd9\x84\xd8\xa7\xd9\x84\xd9\x87\0" /* offset 13788 */ + "\xd8\xb1\xdb\x8c\xd8\xa7\xd9\x84\0" /* offset 13804 */ + "\xe2\x80\x94\0" /* offset 13813 */ + "\xe2\x80\x93\0" /* offset 13817 */ "\x5f\0" /* offset 13821 */ "\x7b\0" /* offset 13823 */ "\x7d\0" /* offset 13825 */ - "\x14\0" /* offset 13827 */ - "\x15\0" /* offset 13831 */ - "\x10\0" /* offset 13835 */ - "\x11\0" /* offset 13839 */ - "\x0a\0" /* offset 13843 */ - "\x0b\0" /* offset 13847 */ - "\x0c\0" /* offset 13851 */ - "\x0d\0" /* offset 13855 */ - "\x0e\0" /* offset 13859 */ - "\x0f\0" /* offset 13863 */ + "\xe3\x80\x94\0" /* offset 13827 */ + "\xe3\x80\x95\0" /* offset 13831 */ + "\xe3\x80\x90\0" /* offset 13835 */ + "\xe3\x80\x91\0" /* offset 13839 */ + "\xe3\x80\x8a\0" /* offset 13843 */ + "\xe3\x80\x8b\0" /* offset 13847 */ + "\xe3\x80\x8c\0" /* offset 13851 */ + "\xe3\x80\x8d\0" /* offset 13855 */ + "\xe3\x80\x8e\0" /* offset 13859 */ + "\xe3\x80\x8f\0" /* offset 13863 */ "\x2c\0" /* offset 13867 */ - "\x01\0" /* offset 13869 */ + "\xe3\x80\x81\0" /* offset 13869 */ "\x3a\0" /* offset 13873 */ "\x3f\0" /* offset 13875 */ "\x21\0" /* offset 13877 */ @@ -9735,54 +9735,54 @@ static const gchar decomp_expansion_string[] = "\x24\0" /* offset 13893 */ "\x25\0" /* offset 13895 */ "\x40\0" /* offset 13897 */ - "\x20\x4b\0" /* offset 13899 */ - "\x40\x4b\0" /* offset 13903 */ - "\x20\x4c\0" /* offset 13908 */ - "\x20\x4d\0" /* offset 13912 */ - "\x20\x4e\0" /* offset 13916 */ - "\x40\x4e\0" /* offset 13920 */ - "\x20\x4f\0" /* offset 13925 */ - "\x40\x4f\0" /* offset 13929 */ - "\x20\x50\0" /* offset 13934 */ - "\x40\x50\0" /* offset 13938 */ - "\x20\x51\0" /* offset 13943 */ - "\x40\x51\0" /* offset 13947 */ - "\x20\x52\0" /* offset 13952 */ - "\x40\x52\0" /* offset 13956 */ - "\x21\0" /* offset 13961 */ - "\x27\0" /* offset 13964 */ - "\x28\0" /* offset 13967 */ - "\x29\0" /* offset 13970 */ - "\x2a\0" /* offset 13973 */ - "\x2b\0" /* offset 13976 */ - "\x2c\0" /* offset 13979 */ - "\x2d\0" /* offset 13982 */ - "\x2e\0" /* offset 13985 */ - "\x2f\0" /* offset 13988 */ - "\x30\0" /* offset 13991 */ - "\x31\0" /* offset 13994 */ - "\x32\0" /* offset 13997 */ - "\x33\0" /* offset 14000 */ - "\x34\0" /* offset 14003 */ - "\x35\0" /* offset 14006 */ - "\x36\0" /* offset 14009 */ - "\x37\0" /* offset 14012 */ - "\x38\0" /* offset 14015 */ - "\x39\0" /* offset 14018 */ - "\x3a\0" /* offset 14021 */ - "\x41\0" /* offset 14024 */ - "\x42\0" /* offset 14027 */ - "\x43\0" /* offset 14030 */ - "\x44\0" /* offset 14033 */ - "\x45\0" /* offset 14036 */ - "\x46\0" /* offset 14039 */ - "\x47\0" /* offset 14042 */ - "\x48\0" /* offset 14045 */ - "\x4a\0" /* offset 14048 */ - "\x44\x27\x53\0" /* offset 14051 */ - "\x44\x27\x54\0" /* offset 14058 */ - "\x44\x27\x55\0" /* offset 14065 */ - "\x44\x27\0" /* offset 14072 */ + "\x20\xd9\x8b\0" /* offset 13899 */ + "\xd9\x80\xd9\x8b\0" /* offset 13903 */ + "\x20\xd9\x8c\0" /* offset 13908 */ + "\x20\xd9\x8d\0" /* offset 13912 */ + "\x20\xd9\x8e\0" /* offset 13916 */ + "\xd9\x80\xd9\x8e\0" /* offset 13920 */ + "\x20\xd9\x8f\0" /* offset 13925 */ + "\xd9\x80\xd9\x8f\0" /* offset 13929 */ + "\x20\xd9\x90\0" /* offset 13934 */ + "\xd9\x80\xd9\x90\0" /* offset 13938 */ + "\x20\xd9\x91\0" /* offset 13943 */ + "\xd9\x80\xd9\x91\0" /* offset 13947 */ + "\x20\xd9\x92\0" /* offset 13952 */ + "\xd9\x80\xd9\x92\0" /* offset 13956 */ + "\xd8\xa1\0" /* offset 13961 */ + "\xd8\xa7\0" /* offset 13964 */ + "\xd8\xa8\0" /* offset 13967 */ + "\xd8\xa9\0" /* offset 13970 */ + "\xd8\xaa\0" /* offset 13973 */ + "\xd8\xab\0" /* offset 13976 */ + "\xd8\xac\0" /* offset 13979 */ + "\xd8\xad\0" /* offset 13982 */ + "\xd8\xae\0" /* offset 13985 */ + "\xd8\xaf\0" /* offset 13988 */ + "\xd8\xb0\0" /* offset 13991 */ + "\xd8\xb1\0" /* offset 13994 */ + "\xd8\xb2\0" /* offset 13997 */ + "\xd8\xb3\0" /* offset 14000 */ + "\xd8\xb4\0" /* offset 14003 */ + "\xd8\xb5\0" /* offset 14006 */ + "\xd8\xb6\0" /* offset 14009 */ + "\xd8\xb7\0" /* offset 14012 */ + "\xd8\xb8\0" /* offset 14015 */ + "\xd8\xb9\0" /* offset 14018 */ + "\xd8\xba\0" /* offset 14021 */ + "\xd9\x81\0" /* offset 14024 */ + "\xd9\x82\0" /* offset 14027 */ + "\xd9\x83\0" /* offset 14030 */ + "\xd9\x84\0" /* offset 14033 */ + "\xd9\x85\0" /* offset 14036 */ + "\xd9\x86\0" /* offset 14039 */ + "\xd9\x87\0" /* offset 14042 */ + "\xd9\x88\0" /* offset 14045 */ + "\xd9\x8a\0" /* offset 14048 */ + "\xd9\x84\xd8\xa7\xd9\x93\0" /* offset 14051 */ + "\xd9\x84\xd8\xa7\xd9\x94\0" /* offset 14058 */ + "\xd9\x84\xd8\xa7\xd9\x95\0" /* offset 14065 */ + "\xd9\x84\xd8\xa7\0" /* offset 14072 */ "\x22\0" /* offset 14077 */ "\x27\0" /* offset 14079 */ "\x2f\0" /* offset 14081 */ @@ -9791,573 +9791,573 @@ static const gchar decomp_expansion_string[] = "\x5e\0" /* offset 14087 */ "\x7c\0" /* offset 14089 */ "\x7e\0" /* offset 14091 */ - "\x85\0" /* offset 14093 */ - "\x86\0" /* offset 14097 */ - "\x02\0" /* offset 14101 */ - "\xfb\0" /* offset 14105 */ - "\xa1\0" /* offset 14109 */ - "\xa3\0" /* offset 14113 */ - "\xa5\0" /* offset 14117 */ - "\xa7\0" /* offset 14121 */ - "\xa9\0" /* offset 14125 */ - "\xe3\0" /* offset 14129 */ - "\xe5\0" /* offset 14133 */ - "\xe7\0" /* offset 14137 */ - "\xc3\0" /* offset 14141 */ - "\xfc\0" /* offset 14145 */ - "\xf3\0" /* offset 14149 */ - "\x99\0" /* offset 14153 */ - "\x9a\0" /* offset 14157 */ - "\xa2\0" /* offset 14161 */ - "\xa3\0" /* offset 14164 */ - "\xac\0" /* offset 14167 */ - "\xa6\0" /* offset 14170 */ - "\xa5\0" /* offset 14173 */ - "\xa9\0" /* offset 14176 */ - "\x02\0" /* offset 14180 */ - "\x90\0" /* offset 14184 */ - "\x91\0" /* offset 14188 */ - "\x92\0" /* offset 14192 */ - "\x93\0" /* offset 14196 */ - "\xa0\0" /* offset 14200 */ - "\xcb\0" /* offset 14204 */ - "\x57\x65\0" /* offset 14208 */ - "\x58\x65\0" /* offset 14217 */ - "\x58\x65\x6e\0" /* offset 14226 */ - "\x58\x65\x6f\0" /* offset 14239 */ - "\x58\x65\x70\0" /* offset 14252 */ - "\x58\x65\x71\0" /* offset 14265 */ - "\x58\x65\x72\0" /* offset 14278 */ - "\xb9\x65\0" /* offset 14291 */ - "\xba\x65\0" /* offset 14300 */ - "\xb9\x65\x6e\0" /* offset 14309 */ - "\xba\x65\x6e\0" /* offset 14322 */ - "\xb9\x65\x6f\0" /* offset 14335 */ - "\xba\x65\x6f\0" /* offset 14348 */ - "\x91\0" /* offset 14361 */ - "\x92\0" /* offset 14364 */ - "\x94\0" /* offset 14367 */ - "\x95\0" /* offset 14370 */ - "\x96\0" /* offset 14373 */ - "\x97\0" /* offset 14376 */ - "\x99\0" /* offset 14379 */ - "\x9a\0" /* offset 14382 */ - "\x9b\0" /* offset 14385 */ - "\x9c\0" /* offset 14388 */ - "\x9d\0" /* offset 14391 */ - "\x9e\0" /* offset 14394 */ - "\x9f\0" /* offset 14397 */ - "\xa1\0" /* offset 14400 */ - "\xa3\0" /* offset 14403 */ - "\xa4\0" /* offset 14406 */ - "\xa6\0" /* offset 14409 */ - "\xa7\0" /* offset 14412 */ - "\xa8\0" /* offset 14415 */ - "\x07\0" /* offset 14418 */ - "\xb1\0" /* offset 14422 */ - "\xb4\0" /* offset 14425 */ - "\xb6\0" /* offset 14428 */ - "\xb7\0" /* offset 14431 */ - "\xbb\0" /* offset 14434 */ - "\xbd\0" /* offset 14437 */ - "\xbe\0" /* offset 14440 */ - "\xbf\0" /* offset 14443 */ - "\xc3\0" /* offset 14446 */ - "\xc4\0" /* offset 14449 */ - "\xc5\0" /* offset 14452 */ - "\xc7\0" /* offset 14455 */ - "\xc8\0" /* offset 14458 */ - "\xc9\0" /* offset 14461 */ - "\x02\0" /* offset 14464 */ - "\x3d\0" /* offset 14468 */ - "\x38\0" /* offset 14472 */ - "\x41\0" /* offset 14476 */ - "\x22\0" /* offset 14480 */ - "\x60\0" /* offset 14485 */ - "\xbb\0" /* offset 14489 */ - "\x02\0" /* offset 14493 */ - "\x7a\0" /* offset 14497 */ - "\x99\0" /* offset 14501 */ - "\xcf\0" /* offset 14505 */ - "\x9e\0" /* offset 14509 */ - "\x3a\0" /* offset 14513 */ - "\x54\0" /* offset 14518 */ - "\x64\0" /* offset 14522 */ - "\x77\0" /* offset 14526 */ - "\x1c\0" /* offset 14530 */ - "\xb9\0" /* offset 14535 */ - "\x67\0" /* offset 14539 */ - "\x8d\0" /* offset 14543 */ - "\x4b\0" /* offset 14547 */ - "\x97\0" /* offset 14552 */ - "\xa4\0" /* offset 14556 */ - "\xcc\0" /* offset 14560 */ - "\xac\0" /* offset 14564 */ - "\xb5\0" /* offset 14568 */ - "\xdf\0" /* offset 14572 */ - "\x03\0" /* offset 14577 */ - "\xdf\0" /* offset 14581 */ - "\x3b\0" /* offset 14585 */ - "\x46\0" /* offset 14589 */ - "\x72\0" /* offset 14593 */ - "\x77\0" /* offset 14597 */ - "\x15\0" /* offset 14601 */ - "\xc7\0" /* offset 14605 */ - "\xfa\0" /* offset 14609 */ - "\x05\0" /* offset 14613 */ - "\x06\0" /* offset 14617 */ - "\x49\0" /* offset 14621 */ - "\x5a\0" /* offset 14625 */ - "\x73\0" /* offset 14629 */ - "\x7d\0" /* offset 14633 */ - "\x7f\0" /* offset 14637 */ - "\x2c\0" /* offset 14641 */ - "\x70\0" /* offset 14646 */ - "\xca\0" /* offset 14650 */ - "\xdf\0" /* offset 14654 */ - "\x63\0" /* offset 14658 */ - "\xeb\0" /* offset 14663 */ - "\xf1\0" /* offset 14667 */ - "\x06\0" /* offset 14671 */ - "\x9e\0" /* offset 14675 */ - "\x38\0" /* offset 14679 */ - "\x48\0" /* offset 14683 */ - "\x68\0" /* offset 14687 */ - "\xa2\0" /* offset 14691 */ - "\xf6\0" /* offset 14695 */ - "\x10\0" /* offset 14699 */ - "\x53\0" /* offset 14703 */ - "\x63\0" /* offset 14707 */ - "\x84\0" /* offset 14711 */ - "\x99\0" /* offset 14715 */ - "\xab\0" /* offset 14719 */ - "\xb3\0" /* offset 14723 */ - "\xc2\0" /* offset 14727 */ - "\x16\0" /* offset 14731 */ - "\x17\0" /* offset 14735 */ - "\x51\0" /* offset 14739 */ - "\x74\0" /* offset 14743 */ - "\xee\0" /* offset 14747 */ - "\xce\0" /* offset 14751 */ - "\xf4\0" /* offset 14755 */ - "\x0d\0" /* offset 14759 */ - "\x8b\0" /* offset 14763 */ - "\x32\0" /* offset 14767 */ - "\x31\0" /* offset 14771 */ - "\xac\0" /* offset 14775 */ - "\xe4\0" /* offset 14779 */ - "\xf2\0" /* offset 14784 */ - "\xf7\0" /* offset 14788 */ - "\x06\0" /* offset 14792 */ - "\x1a\0" /* offset 14796 */ - "\x22\0" /* offset 14800 */ - "\x62\0" /* offset 14804 */ - "\xa8\0" /* offset 14808 */ - "\xea\0" /* offset 14813 */ - "\xec\0" /* offset 14818 */ - "\x1b\0" /* offset 14822 */ - "\x27\0" /* offset 14826 */ - "\xd8\0" /* offset 14830 */ - "\x66\0" /* offset 14834 */ - "\xee\0" /* offset 14838 */ - "\x6a\0" /* offset 14842 */ - "\x08\0" /* offset 14847 */ - "\x3e\0" /* offset 14851 */ - "\xc8\0" /* offset 14855 */ - "\xc3\0" /* offset 14860 */ - "\xd8\0" /* offset 14864 */ - "\xf3\0" /* offset 14868 */ - "\x18\0" /* offset 14872 */ - "\xff\0" /* offset 14877 */ - "\x06\0" /* offset 14881 */ - "\x33\0" /* offset 14885 */ - "\x81\0" /* offset 14889 */ - "\x60\0" /* offset 14893 */ - "\xc0\0" /* offset 14897 */ - "\x8d\0" /* offset 14901 */ - "\xe4\0" /* offset 14905 */ - "\x43\0" /* offset 14910 */ - "\xe6\0" /* offset 14914 */ - "\x6e\0" /* offset 14919 */ - "\x6b\0" /* offset 14923 */ - "\x7c\0" /* offset 14927 */ - "\xe1\0" /* offset 14931 */ - "\xe2\0" /* offset 14935 */ - "\x2f\0" /* offset 14939 */ - "\xfd\0" /* offset 14943 */ - "\x28\0" /* offset 14947 */ - "\x3d\0" /* offset 14951 */ - "\x69\0" /* offset 14955 */ - "\x62\0" /* offset 14959 */ - "\x83\0" /* offset 14963 */ - "\x7c\0" /* offset 14968 */ - "\xb0\0" /* offset 14972 */ - "\xb3\0" /* offset 14976 */ - "\xb6\0" /* offset 14980 */ - "\x92\0" /* offset 14984 */ - "\x31\0" /* offset 14989 */ - "\x01\0" /* offset 14994 */ - "\x22\0" /* offset 14998 */ - "\xc7\0" /* offset 15002 */ - "\xb8\0" /* offset 15006 */ - "\xda\0" /* offset 15011 */ - "\x62\0" /* offset 15016 */ - "\x6b\0" /* offset 15020 */ - "\xe3\0" /* offset 15024 */ - "\x9a\0" /* offset 15028 */ - "\xcd\0" /* offset 15032 */ - "\xd7\0" /* offset 15036 */ - "\xf9\0" /* offset 15040 */ - "\x81\0" /* offset 15044 */ - "\x3a\0" /* offset 15048 */ - "\x1c\0" /* offset 15052 */ - "\xd4\0" /* offset 15056 */ - "\xc7\0" /* offset 15061 */ - "\x48\0" /* offset 15065 */ - "\x4c\0" /* offset 15069 */ - "\x4e\0" /* offset 15073 */ - "\x7a\0" /* offset 15077 */ - "\xb2\0" /* offset 15081 */ - "\xa4\0" /* offset 15085 */ - "\xaf\0" /* offset 15089 */ - "\xde\0" /* offset 15093 */ - "\x10\0" /* offset 15097 */ - "\x1b\0" /* offset 15101 */ - "\x5d\0" /* offset 15105 */ - "\xb1\0" /* offset 15109 */ - "\xd4\0" /* offset 15113 */ - "\x50\0" /* offset 15117 */ - "\x0c\0" /* offset 15121 */ - "\x3d\0" /* offset 15126 */ - "\xfc\0" /* offset 15130 */ - "\x68\0" /* offset 15134 */ - "\x83\0" /* offset 15138 */ - "\xe4\0" /* offset 15142 */ - "\xf1\0" /* offset 15146 */ - "\x22\0" /* offset 15151 */ - "\xc5\0" /* offset 15155 */ - "\xa9\0" /* offset 15159 */ - "\x2e\0" /* offset 15163 */ - "\x69\0" /* offset 15167 */ - "\x7e\0" /* offset 15171 */ - "\x9d\0" /* offset 15175 */ - "\x77\0" /* offset 15179 */ - "\x6c\0" /* offset 15183 */ - "\x6c\0" /* offset 15187 */ - "\x0a\0" /* offset 15191 */ - "\xe3\0" /* offset 15196 */ - "\xf8\0" /* offset 15200 */ - "\x49\0" /* offset 15204 */ - "\x19\0" /* offset 15208 */ - "\x08\0" /* offset 15212 */ - "\xe4\0" /* offset 15216 */ - "\x92\0" /* offset 15220 */ - "\x95\0" /* offset 15224 */ - "\x00\0" /* offset 15228 */ - "\x9c\0" /* offset 15232 */ - "\xad\0" /* offset 15236 */ - "\xd9\0" /* offset 15240 */ - "\x1b\0" /* offset 15244 */ - "\x21\0" /* offset 15248 */ - "\x5e\0" /* offset 15252 */ - "\x53\0" /* offset 15256 */ - "\xc3\0" /* offset 15260 */ - "\x49\0" /* offset 15265 */ - "\xfa\0" /* offset 15269 */ - "\x85\0" /* offset 15273 */ - "\x52\0" /* offset 15277 */ - "\x6d\0" /* offset 15281 */ - "\x8e\0" /* offset 15286 */ - "\x1f\0" /* offset 15290 */ - "\x14\0" /* offset 15294 */ - "\x9d\0" /* offset 15298 */ - "\x42\0" /* offset 15302 */ - "\xa3\0" /* offset 15306 */ - "\xea\0" /* offset 15310 */ - "\xa8\0" /* offset 15314 */ - "\xa3\0" /* offset 15318 */ - "\xdb\0" /* offset 15323 */ - "\x18\0" /* offset 15327 */ - "\x21\0" /* offset 15331 */ - "\xa7\0" /* offset 15335 */ - "\x54\0" /* offset 15340 */ - "\x4e\0" /* offset 15344 */ - "\x72\0" /* offset 15348 */ - "\x9f\0" /* offset 15352 */ - "\xbb\0" /* offset 15356 */ - "\x8d\0" /* offset 15360 */ - "\x0b\0" /* offset 15365 */ - "\xfa\0" /* offset 15370 */ - "\x4e\0" /* offset 15375 */ - "\xbc\0" /* offset 15379 */ - "\xbf\0" /* offset 15384 */ - "\xcd\0" /* offset 15388 */ - "\x67\0" /* offset 15392 */ - "\x16\0" /* offset 15396 */ - "\x3e\0" /* offset 15400 */ - "\x69\0" /* offset 15404 */ - "\x78\0" /* offset 15408 */ - "\x85\0" /* offset 15412 */ - "\x1e\0" /* offset 15416 */ - "\x34\0" /* offset 15421 */ - "\x2f\0" /* offset 15425 */ - "\x6e\0" /* offset 15429 */ - "\x33\0" /* offset 15433 */ - "\xcb\0" /* offset 15437 */ - "\xc7\0" /* offset 15441 */ - "\xd1\0" /* offset 15445 */ - "\xf9\0" /* offset 15450 */ - "\x6e\0" /* offset 15454 */ - "\x5e\0" /* offset 15458 */ - "\x8e\0" /* offset 15463 */ - "\xc6\0" /* offset 15468 */ - "\x39\0" /* offset 15472 */ - "\x1e\0" /* offset 15476 */ - "\x1b\0" /* offset 15480 */ - "\x96\0" /* offset 15484 */ - "\x4a\0" /* offset 15488 */ - "\x7d\0" /* offset 15492 */ - "\x77\0" /* offset 15496 */ - "\xad\0" /* offset 15500 */ - "\x25\0" /* offset 15504 */ - "\x45\0" /* offset 15509 */ - "\x63\0" /* offset 15513 */ - "\x9c\0" /* offset 15518 */ - "\xab\0" /* offset 15522 */ - "\x28\0" /* offset 15526 */ - "\x35\0" /* offset 15530 */ - "\x50\0" /* offset 15534 */ - "\x08\0" /* offset 15538 */ - "\x80\0" /* offset 15543 */ - "\x95\0" /* offset 15547 */ - "\x35\0" /* offset 15551 */ - "\x14\0" /* offset 15556 */ - "\x7a\0" /* offset 15561 */ - "\x8b\0" /* offset 15565 */ - "\xac\0" /* offset 15569 */ - "\xa5\0" /* offset 15573 */ - "\xb8\0" /* offset 15577 */ - "\x47\0" /* offset 15581 */ - "\x5c\0" /* offset 15585 */ - "\x71\0" /* offset 15589 */ - "\x85\0" /* offset 15593 */ - "\xca\0" /* offset 15597 */ - "\x1b\0" /* offset 15601 */ - "\x24\0" /* offset 15605 */ - "\x36\0" /* offset 15609 */ - "\x3e\0" /* offset 15614 */ - "\x92\0" /* offset 15618 */ - "\x9f\0" /* offset 15623 */ - "\x10\0" /* offset 15628 */ - "\xa1\0" /* offset 15632 */ - "\xb8\0" /* offset 15637 */ - "\x44\0" /* offset 15642 */ - "\xfc\0" /* offset 15647 */ - "\x08\0" /* offset 15651 */ - "\xf4\0" /* offset 15655 */ - "\xf3\0" /* offset 15659 */ - "\xf2\0" /* offset 15664 */ - "\x19\0" /* offset 15669 */ - "\x33\0" /* offset 15674 */ - "\x1e\0" /* offset 15679 */ - "\x1f\0" /* offset 15683 */ - "\x4a\0" /* offset 15687 */ - "\x39\0" /* offset 15691 */ - "\x8b\0" /* offset 15695 */ - "\x46\0" /* offset 15699 */ - "\x96\0" /* offset 15703 */ - "\x1d\0" /* offset 15707 */ - "\x4e\0" /* offset 15712 */ - "\xcc\0" /* offset 15716 */ - "\xe3\0" /* offset 15720 */ - "\x26\0" /* offset 15724 */ - "\x9a\0" /* offset 15729 */ - "\xc5\0" /* offset 15734 */ - "\xeb\0" /* offset 15739 */ - "\x2f\0" /* offset 15743 */ - "\x4a\0" /* offset 15747 */ - "\x4f\0" /* offset 15751 */ - "\x7c\0" /* offset 15755 */ - "\xa7\0" /* offset 15760 */ - "\xae\0" /* offset 15765 */ - "\x02\0" /* offset 15769 */ - "\xab\0" /* offset 15773 */ - "\xc6\0" /* offset 15778 */ - "\xc9\0" /* offset 15782 */ - "\x27\0" /* offset 15786 */ - "\x80\0" /* offset 15790 */ - "\xd2\0" /* offset 15795 */ - "\xa0\0" /* offset 15799 */ - "\xe8\0" /* offset 15803 */ - "\xe3\0" /* offset 15807 */ - "\x00\0" /* offset 15811 */ - "\x86\0" /* offset 15815 */ - "\x63\0" /* offset 15820 */ - "\x01\0" /* offset 15824 */ - "\xc7\0" /* offset 15828 */ - "\x02\0" /* offset 15832 */ - "\x45\0" /* offset 15836 */ - "\x34\0" /* offset 15840 */ - "\x28\0" /* offset 15844 */ - "\x47\0" /* offset 15849 */ - "\x59\0" /* offset 15854 */ - "\xd9\0" /* offset 15858 */ - "\x7a\0" /* offset 15863 */ - "\x3e\0" /* offset 15867 */ - "\x95\0" /* offset 15872 */ - "\xfa\0" /* offset 15876 */ - "\xda\0" /* offset 15880 */ - "\x23\0" /* offset 15885 */ - "\x60\0" /* offset 15890 */ - "\xa8\0" /* offset 15894 */ - "\x70\0" /* offset 15899 */ - "\x5f\0" /* offset 15903 */ - "\xd5\0" /* offset 15908 */ - "\xb2\0" /* offset 15912 */ - "\x03\0" /* offset 15916 */ - "\x0b\0" /* offset 15920 */ - "\x3e\0" /* offset 15924 */ - "\xb5\0" /* offset 15928 */ - "\xa7\0" /* offset 15932 */ - "\xb5\0" /* offset 15937 */ - "\x93\0" /* offset 15942 */ - "\x9c\0" /* offset 15947 */ - "\x04\0" /* offset 15952 */ - "\x9e\0" /* offset 15956 */ - "\x6b\0" /* offset 15960 */ - "\x91\0" /* offset 15964 */ - "\x8b\0" /* offset 15968 */ - "\x9d\0" /* offset 15972 */ - "\xb3\0" /* offset 15976 */ - "\xb1\0" /* offset 15980 */ - "\xb3\0" /* offset 15984 */ - "\xbd\0" /* offset 15988 */ - "\xe6\0" /* offset 15992 */ - "\x3c\0" /* offset 15996 */ - "\x1d\0" /* offset 16001 */ - "\x63\0" /* offset 16005 */ - "\xad\0" /* offset 16009 */ - "\x23\0" /* offset 16013 */ - "\xbd\0" /* offset 16017 */ - "\xe7\0" /* offset 16021 */ - "\x53\0" /* offset 16025 */ - "\xca\0" /* offset 16029 */ - "\xcc\0" /* offset 16033 */ - "\xdc\0" /* offset 16037 */ - "\x36\0" /* offset 16041 */ - "\x6b\0" /* offset 16046 */ - "\xd5\0" /* offset 16051 */ - "\x2b\0" /* offset 16056 */ - "\xf1\0" /* offset 16060 */ - "\xf3\0" /* offset 16064 */ - "\x16\0" /* offset 16068 */ - "\xca\0" /* offset 16072 */ - "\x64\0" /* offset 16077 */ - "\x2c\0" /* offset 16081 */ - "\x5d\0" /* offset 16086 */ - "\x61\0" /* offset 16090 */ - "\xb1\0" /* offset 16094 */ - "\xd2\0" /* offset 16099 */ - "\x6b\0" /* offset 16104 */ - "\x50\0" /* offset 16108 */ - "\x67\0" /* offset 16112 */ - "\x69\0" /* offset 16116 */ - "\xa9\0" /* offset 16120 */ - "\x88\0" /* offset 16124 */ - "\x0e\0" /* offset 16128 */ - "\xe2\0" /* offset 16132 */ - "\x79\0" /* offset 16136 */ - "\x28\0" /* offset 16140 */ - "\x6b\0" /* offset 16144 */ - "\x86\0" /* offset 16148 */ - "\x57\0" /* offset 16152 */ - "\xe1\0" /* offset 16156 */ - "\x01\0" /* offset 16160 */ - "\xf9\0" /* offset 16164 */ - "\x60\0" /* offset 16168 */ - "\x67\0" /* offset 16172 */ - "\xd7\0" /* offset 16177 */ - "\xde\0" /* offset 16181 */ - "\x35\0" /* offset 16185 */ - "\xfa\0" /* offset 16189 */ - "\xbb\0" /* offset 16193 */ - "\xae\0" /* offset 16197 */ - "\x66\0" /* offset 16202 */ - "\xbe\0" /* offset 16207 */ - "\xc7\0" /* offset 16211 */ - "\xa0\0" /* offset 16215 */ - "\xed\0" /* offset 16219 */ - "\x8a\0" /* offset 16223 */ - "\xa8\0" /* offset 16227 */ - "\xab\0" /* offset 16232 */ - "\xc1\0" /* offset 16236 */ - "\x1b\0" /* offset 16240 */ - "\x77\0" /* offset 16244 */ - "\x2f\0" /* offset 16248 */ - "\x04\0" /* offset 16253 */ - "\xcb\0" /* offset 16258 */ - "\xbc\0" /* offset 16262 */ - "\xf0\0" /* offset 16266 */ - "\xde\0" /* offset 16270 */ - "\xd4\0" /* offset 16275 */ - "\x38\0" /* offset 16279 */ - "\xd2\0" /* offset 16283 */ - "\xed\0" /* offset 16288 */ - "\x94\0" /* offset 16293 */ - "\xf1\0" /* offset 16297 */ - "\x11\0" /* offset 16301 */ - "\x2e\0" /* offset 16305 */ - "\x1b\0" /* offset 16310 */ - "\x38\0" /* offset 16314 */ - "\xd7\0" /* offset 16318 */ - "\xd8\0" /* offset 16322 */ - "\x7c\0" /* offset 16326 */ - "\xf9\0" /* offset 16330 */ - "\x15\0" /* offset 16334 */ - "\xfa\0" /* offset 16338 */ - "\x8b\0" /* offset 16343 */ - "\x95\0" /* offset 16347 */ - "\xb7\0" /* offset 16351 */ - "\x77\0" /* offset 16355 */ - "\xe6\0" /* offset 16360 */ - "\xc3\0" /* offset 16364 */ - "\xb2\0" /* offset 16368 */ - "\x23\0" /* offset 16372 */ - "\x45\0" /* offset 16376 */ - "\x1a\0" /* offset 16381 */ - "\x6e\0" /* offset 16386 */ - "\x76\0" /* offset 16390 */ - "\xe0\0" /* offset 16394 */ - "\x0a\0" /* offset 16398 */ - "\xb2\0" /* offset 16403 */ - "\x96\0" /* offset 16407 */ - "\x0b\0" /* offset 16412 */ - "\x29\0" /* offset 16416 */ - "\xb6\0" /* offset 16420 */ - "\xe2\0" /* offset 16425 */ - "\x33\0" /* offset 16429 */ - "\x29\0" /* offset 16433 */ - "\xa7\0" /* offset 16437 */ - "\xc2\0" /* offset 16441 */ - "\xfe\0" /* offset 16445 */ - "\xce\0" /* offset 16449 */ - "\x30\0" /* offset 16453 */ - "\x12\0" /* offset 16458 */ - "\x40\0" /* offset 16462 */ - "\xfd\0" /* offset 16466 */ - "\xce\0" /* offset 16470 */ - "\xed\0" /* offset 16474 */ - "\x67\0" /* offset 16478 */ - "\xce\0" /* offset 16482 */ - "\xf8\0" /* offset 16487 */ - "\x05\0" /* offset 16491 */ - "\x0e\0" /* offset 16496 */ - "\x91\0" /* offset 16501 */ - "\x56\0" /* offset 16506 */ - "\xfe\0" /* offset 16510 */ - "\x05\0" /* offset 16514 */ - "\x0f\0" /* offset 16518 */ - "\x16\0" /* offset 16522 */ - "\x00\0" /* offset 16526 */; + "\xe2\xa6\x85\0" /* offset 14093 */ + "\xe2\xa6\x86\0" /* offset 14097 */ + "\xe3\x80\x82\0" /* offset 14101 */ + "\xe3\x83\xbb\0" /* offset 14105 */ + "\xe3\x82\xa1\0" /* offset 14109 */ + "\xe3\x82\xa3\0" /* offset 14113 */ + "\xe3\x82\xa5\0" /* offset 14117 */ + "\xe3\x82\xa7\0" /* offset 14121 */ + "\xe3\x82\xa9\0" /* offset 14125 */ + "\xe3\x83\xa3\0" /* offset 14129 */ + "\xe3\x83\xa5\0" /* offset 14133 */ + "\xe3\x83\xa7\0" /* offset 14137 */ + "\xe3\x83\x83\0" /* offset 14141 */ + "\xe3\x83\xbc\0" /* offset 14145 */ + "\xe3\x83\xb3\0" /* offset 14149 */ + "\xe3\x82\x99\0" /* offset 14153 */ + "\xe3\x82\x9a\0" /* offset 14157 */ + "\xc2\xa2\0" /* offset 14161 */ + "\xc2\xa3\0" /* offset 14164 */ + "\xc2\xac\0" /* offset 14167 */ + "\xc2\xa6\0" /* offset 14170 */ + "\xc2\xa5\0" /* offset 14173 */ + "\xe2\x82\xa9\0" /* offset 14176 */ + "\xe2\x94\x82\0" /* offset 14180 */ + "\xe2\x86\x90\0" /* offset 14184 */ + "\xe2\x86\x91\0" /* offset 14188 */ + "\xe2\x86\x92\0" /* offset 14192 */ + "\xe2\x86\x93\0" /* offset 14196 */ + "\xe2\x96\xa0\0" /* offset 14200 */ + "\xe2\x97\x8b\0" /* offset 14204 */ + "\xf0\x9d\x85\x97\xf0\x9d\x85\xa5\0" /* offset 14208 */ + "\xf0\x9d\x85\x98\xf0\x9d\x85\xa5\0" /* offset 14217 */ + "\xf0\x9d\x85\x98\xf0\x9d\x85\xa5\xf0\x9d\x85\xae\0" /* offset 14226 */ + "\xf0\x9d\x85\x98\xf0\x9d\x85\xa5\xf0\x9d\x85\xaf\0" /* offset 14239 */ + "\xf0\x9d\x85\x98\xf0\x9d\x85\xa5\xf0\x9d\x85\xb0\0" /* offset 14252 */ + "\xf0\x9d\x85\x98\xf0\x9d\x85\xa5\xf0\x9d\x85\xb1\0" /* offset 14265 */ + "\xf0\x9d\x85\x98\xf0\x9d\x85\xa5\xf0\x9d\x85\xb2\0" /* offset 14278 */ + "\xf0\x9d\x86\xb9\xf0\x9d\x85\xa5\0" /* offset 14291 */ + "\xf0\x9d\x86\xba\xf0\x9d\x85\xa5\0" /* offset 14300 */ + "\xf0\x9d\x86\xb9\xf0\x9d\x85\xa5\xf0\x9d\x85\xae\0" /* offset 14309 */ + "\xf0\x9d\x86\xba\xf0\x9d\x85\xa5\xf0\x9d\x85\xae\0" /* offset 14322 */ + "\xf0\x9d\x86\xb9\xf0\x9d\x85\xa5\xf0\x9d\x85\xaf\0" /* offset 14335 */ + "\xf0\x9d\x86\xba\xf0\x9d\x85\xa5\xf0\x9d\x85\xaf\0" /* offset 14348 */ + "\xce\x91\0" /* offset 14361 */ + "\xce\x92\0" /* offset 14364 */ + "\xce\x94\0" /* offset 14367 */ + "\xce\x95\0" /* offset 14370 */ + "\xce\x96\0" /* offset 14373 */ + "\xce\x97\0" /* offset 14376 */ + "\xce\x99\0" /* offset 14379 */ + "\xce\x9a\0" /* offset 14382 */ + "\xce\x9b\0" /* offset 14385 */ + "\xce\x9c\0" /* offset 14388 */ + "\xce\x9d\0" /* offset 14391 */ + "\xce\x9e\0" /* offset 14394 */ + "\xce\x9f\0" /* offset 14397 */ + "\xce\xa1\0" /* offset 14400 */ + "\xce\xa3\0" /* offset 14403 */ + "\xce\xa4\0" /* offset 14406 */ + "\xce\xa6\0" /* offset 14409 */ + "\xce\xa7\0" /* offset 14412 */ + "\xce\xa8\0" /* offset 14415 */ + "\xe2\x88\x87\0" /* offset 14418 */ + "\xce\xb1\0" /* offset 14422 */ + "\xce\xb4\0" /* offset 14425 */ + "\xce\xb6\0" /* offset 14428 */ + "\xce\xb7\0" /* offset 14431 */ + "\xce\xbb\0" /* offset 14434 */ + "\xce\xbd\0" /* offset 14437 */ + "\xce\xbe\0" /* offset 14440 */ + "\xce\xbf\0" /* offset 14443 */ + "\xcf\x83\0" /* offset 14446 */ + "\xcf\x84\0" /* offset 14449 */ + "\xcf\x85\0" /* offset 14452 */ + "\xcf\x87\0" /* offset 14455 */ + "\xcf\x88\0" /* offset 14458 */ + "\xcf\x89\0" /* offset 14461 */ + "\xe2\x88\x82\0" /* offset 14464 */ + "\xe4\xb8\xbd\0" /* offset 14468 */ + "\xe4\xb8\xb8\0" /* offset 14472 */ + "\xe4\xb9\x81\0" /* offset 14476 */ + "\xf0\xa0\x84\xa2\0" /* offset 14480 */ + "\xe4\xbd\xa0\0" /* offset 14485 */ + "\xe4\xbe\xbb\0" /* offset 14489 */ + "\xe5\x80\x82\0" /* offset 14493 */ + "\xe5\x81\xba\0" /* offset 14497 */ + "\xe5\x82\x99\0" /* offset 14501 */ + "\xe5\x83\x8f\0" /* offset 14505 */ + "\xe3\x92\x9e\0" /* offset 14509 */ + "\xf0\xa0\x98\xba\0" /* offset 14513 */ + "\xe5\x85\x94\0" /* offset 14518 */ + "\xe5\x85\xa4\0" /* offset 14522 */ + "\xe5\x85\xb7\0" /* offset 14526 */ + "\xf0\xa0\x94\x9c\0" /* offset 14530 */ + "\xe3\x92\xb9\0" /* offset 14535 */ + "\xe5\x85\xa7\0" /* offset 14539 */ + "\xe5\x86\x8d\0" /* offset 14543 */ + "\xf0\xa0\x95\x8b\0" /* offset 14547 */ + "\xe5\x86\x97\0" /* offset 14552 */ + "\xe5\x86\xa4\0" /* offset 14556 */ + "\xe4\xbb\x8c\0" /* offset 14560 */ + "\xe5\x86\xac\0" /* offset 14564 */ + "\xe5\x86\xb5\0" /* offset 14568 */ + "\xf0\xa9\x87\x9f\0" /* offset 14572 */ + "\xe5\x88\x83\0" /* offset 14577 */ + "\xe3\x93\x9f\0" /* offset 14581 */ + "\xe5\x88\xbb\0" /* offset 14585 */ + "\xe5\x89\x86\0" /* offset 14589 */ + "\xe5\x89\xb2\0" /* offset 14593 */ + "\xe5\x89\xb7\0" /* offset 14597 */ + "\xe3\x94\x95\0" /* offset 14601 */ + "\xe5\x8b\x87\0" /* offset 14605 */ + "\xe5\x8b\xba\0" /* offset 14609 */ + "\xe5\x8c\x85\0" /* offset 14613 */ + "\xe5\x8c\x86\0" /* offset 14617 */ + "\xe5\x8d\x89\0" /* offset 14621 */ + "\xe5\x8d\x9a\0" /* offset 14625 */ + "\xe5\x8d\xb3\0" /* offset 14629 */ + "\xe5\x8d\xbd\0" /* offset 14633 */ + "\xe5\x8d\xbf\0" /* offset 14637 */ + "\xf0\xa0\xa8\xac\0" /* offset 14641 */ + "\xe7\x81\xb0\0" /* offset 14646 */ + "\xe5\x8f\x8a\0" /* offset 14650 */ + "\xe5\x8f\x9f\0" /* offset 14654 */ + "\xf0\xa0\xad\xa3\0" /* offset 14658 */ + "\xe5\x8f\xab\0" /* offset 14663 */ + "\xe5\x8f\xb1\0" /* offset 14667 */ + "\xe5\x90\x86\0" /* offset 14671 */ + "\xe5\x92\x9e\0" /* offset 14675 */ + "\xe5\x90\xb8\0" /* offset 14679 */ + "\xe5\x91\x88\0" /* offset 14683 */ + "\xe5\x91\xa8\0" /* offset 14687 */ + "\xe5\x92\xa2\0" /* offset 14691 */ + "\xe5\x93\xb6\0" /* offset 14695 */ + "\xe5\x94\x90\0" /* offset 14699 */ + "\xe5\x95\x93\0" /* offset 14703 */ + "\xe5\x95\xa3\0" /* offset 14707 */ + "\xe5\x96\x84\0" /* offset 14711 */ + "\xe5\x96\x99\0" /* offset 14715 */ + "\xe5\x96\xab\0" /* offset 14719 */ + "\xe5\x96\xb3\0" /* offset 14723 */ + "\xe5\x97\x82\0" /* offset 14727 */ + "\xe5\x9c\x96\0" /* offset 14731 */ + "\xe5\x9c\x97\0" /* offset 14735 */ + "\xe5\x99\x91\0" /* offset 14739 */ + "\xe5\x99\xb4\0" /* offset 14743 */ + "\xe5\xa3\xae\0" /* offset 14747 */ + "\xe5\x9f\x8e\0" /* offset 14751 */ + "\xe5\x9f\xb4\0" /* offset 14755 */ + "\xe5\xa0\x8d\0" /* offset 14759 */ + "\xe5\x9e\x8b\0" /* offset 14763 */ + "\xe5\xa0\xb2\0" /* offset 14767 */ + "\xe5\xa0\xb1\0" /* offset 14771 */ + "\xe5\xa2\xac\0" /* offset 14775 */ + "\xf0\xa1\x93\xa4\0" /* offset 14779 */ + "\xe5\xa3\xb2\0" /* offset 14784 */ + "\xe5\xa3\xb7\0" /* offset 14788 */ + "\xe5\xa4\x86\0" /* offset 14792 */ + "\xe5\xa4\x9a\0" /* offset 14796 */ + "\xe5\xa4\xa2\0" /* offset 14800 */ + "\xe5\xa5\xa2\0" /* offset 14804 */ + "\xf0\xa1\x9a\xa8\0" /* offset 14808 */ + "\xf0\xa1\x9b\xaa\0" /* offset 14813 */ + "\xe5\xa7\xac\0" /* offset 14818 */ + "\xe5\xa8\x9b\0" /* offset 14822 */ + "\xe5\xa8\xa7\0" /* offset 14826 */ + "\xe5\xa7\x98\0" /* offset 14830 */ + "\xe5\xa9\xa6\0" /* offset 14834 */ + "\xe3\x9b\xae\0" /* offset 14838 */ + "\xf0\xa1\x8d\xaa\0" /* offset 14842 */ + "\xe5\xac\x88\0" /* offset 14847 */ + "\xe5\xac\xbe\0" /* offset 14851 */ + "\xf0\xa1\xa7\x88\0" /* offset 14855 */ + "\xe5\xaf\x83\0" /* offset 14860 */ + "\xe5\xaf\x98\0" /* offset 14864 */ + "\xe5\xaf\xb3\0" /* offset 14868 */ + "\xf0\xa1\xac\x98\0" /* offset 14872 */ + "\xe5\xaf\xbf\0" /* offset 14877 */ + "\xe5\xb0\x86\0" /* offset 14881 */ + "\xe5\xbc\xb3\0" /* offset 14885 */ + "\xe3\x9e\x81\0" /* offset 14889 */ + "\xe5\xb1\xa0\0" /* offset 14893 */ + "\xe5\xb3\x80\0" /* offset 14897 */ + "\xe5\xb2\x8d\0" /* offset 14901 */ + "\xf0\xa1\xb7\xa4\0" /* offset 14905 */ + "\xe5\xb5\x83\0" /* offset 14910 */ + "\xf0\xa1\xb7\xa6\0" /* offset 14914 */ + "\xe5\xb5\xae\0" /* offset 14919 */ + "\xe5\xb5\xab\0" /* offset 14923 */ + "\xe5\xb5\xbc\0" /* offset 14927 */ + "\xe5\xb7\xa1\0" /* offset 14931 */ + "\xe5\xb7\xa2\0" /* offset 14935 */ + "\xe3\xa0\xaf\0" /* offset 14939 */ + "\xe5\xb7\xbd\0" /* offset 14943 */ + "\xe5\xb8\xa8\0" /* offset 14947 */ + "\xe5\xb8\xbd\0" /* offset 14951 */ + "\xe5\xb9\xa9\0" /* offset 14955 */ + "\xe3\xa1\xa2\0" /* offset 14959 */ + "\xf0\xa2\x86\x83\0" /* offset 14963 */ + "\xe3\xa1\xbc\0" /* offset 14968 */ + "\xe5\xba\xb0\0" /* offset 14972 */ + "\xe5\xba\xb3\0" /* offset 14976 */ + "\xe5\xba\xb6\0" /* offset 14980 */ + "\xf0\xaa\x8e\x92\0" /* offset 14984 */ + "\xf0\xa2\x8c\xb1\0" /* offset 14989 */ + "\xe8\x88\x81\0" /* offset 14994 */ + "\xe5\xbc\xa2\0" /* offset 14998 */ + "\xe3\xa3\x87\0" /* offset 15002 */ + "\xf0\xa3\x8a\xb8\0" /* offset 15006 */ + "\xf0\xa6\x87\x9a\0" /* offset 15011 */ + "\xe5\xbd\xa2\0" /* offset 15016 */ + "\xe5\xbd\xab\0" /* offset 15020 */ + "\xe3\xa3\xa3\0" /* offset 15024 */ + "\xe5\xbe\x9a\0" /* offset 15028 */ + "\xe5\xbf\x8d\0" /* offset 15032 */ + "\xe5\xbf\x97\0" /* offset 15036 */ + "\xe5\xbf\xb9\0" /* offset 15040 */ + "\xe6\x82\x81\0" /* offset 15044 */ + "\xe3\xa4\xba\0" /* offset 15048 */ + "\xe3\xa4\x9c\0" /* offset 15052 */ + "\xf0\xa2\x9b\x94\0" /* offset 15056 */ + "\xe6\x83\x87\0" /* offset 15061 */ + "\xe6\x85\x88\0" /* offset 15065 */ + "\xe6\x85\x8c\0" /* offset 15069 */ + "\xe6\x85\x8e\0" /* offset 15073 */ + "\xe6\x85\xba\0" /* offset 15077 */ + "\xe6\x86\xb2\0" /* offset 15081 */ + "\xe6\x86\xa4\0" /* offset 15085 */ + "\xe6\x86\xaf\0" /* offset 15089 */ + "\xe6\x87\x9e\0" /* offset 15093 */ + "\xe6\x88\x90\0" /* offset 15097 */ + "\xe6\x88\x9b\0" /* offset 15101 */ + "\xe6\x89\x9d\0" /* offset 15105 */ + "\xe6\x8a\xb1\0" /* offset 15109 */ + "\xe6\x8b\x94\0" /* offset 15113 */ + "\xe6\x8d\x90\0" /* offset 15117 */ + "\xf0\xa2\xac\x8c\0" /* offset 15121 */ + "\xe6\x8c\xbd\0" /* offset 15126 */ + "\xe6\x8b\xbc\0" /* offset 15130 */ + "\xe6\x8d\xa8\0" /* offset 15134 */ + "\xe6\x8e\x83\0" /* offset 15138 */ + "\xe6\x8f\xa4\0" /* offset 15142 */ + "\xf0\xa2\xaf\xb1\0" /* offset 15146 */ + "\xe6\x90\xa2\0" /* offset 15151 */ + "\xe6\x8f\x85\0" /* offset 15155 */ + "\xe6\x8e\xa9\0" /* offset 15159 */ + "\xe3\xa8\xae\0" /* offset 15163 */ + "\xe6\x91\xa9\0" /* offset 15167 */ + "\xe6\x91\xbe\0" /* offset 15171 */ + "\xe6\x92\x9d\0" /* offset 15175 */ + "\xe6\x91\xb7\0" /* offset 15179 */ + "\xe3\xa9\xac\0" /* offset 15183 */ + "\xe6\x95\xac\0" /* offset 15187 */ + "\xf0\xa3\x80\x8a\0" /* offset 15191 */ + "\xe6\x97\xa3\0" /* offset 15196 */ + "\xe6\x9b\xb8\0" /* offset 15200 */ + "\xe6\x99\x89\0" /* offset 15204 */ + "\xe3\xac\x99\0" /* offset 15208 */ + "\xe3\xac\x88\0" /* offset 15212 */ + "\xe3\xab\xa4\0" /* offset 15216 */ + "\xe5\x86\x92\0" /* offset 15220 */ + "\xe5\x86\x95\0" /* offset 15224 */ + "\xe6\x9c\x80\0" /* offset 15228 */ + "\xe6\x9a\x9c\0" /* offset 15232 */ + "\xe8\x82\xad\0" /* offset 15236 */ + "\xe4\x8f\x99\0" /* offset 15240 */ + "\xe6\x9c\x9b\0" /* offset 15244 */ + "\xe6\x9c\xa1\0" /* offset 15248 */ + "\xe6\x9d\x9e\0" /* offset 15252 */ + "\xe6\x9d\x93\0" /* offset 15256 */ + "\xf0\xa3\x8f\x83\0" /* offset 15260 */ + "\xe3\xad\x89\0" /* offset 15265 */ + "\xe6\x9f\xba\0" /* offset 15269 */ + "\xe6\x9e\x85\0" /* offset 15273 */ + "\xe6\xa1\x92\0" /* offset 15277 */ + "\xf0\xa3\x91\xad\0" /* offset 15281 */ + "\xe6\xa2\x8e\0" /* offset 15286 */ + "\xe6\xa0\x9f\0" /* offset 15290 */ + "\xe6\xa4\x94\0" /* offset 15294 */ + "\xe3\xae\x9d\0" /* offset 15298 */ + "\xe6\xa5\x82\0" /* offset 15302 */ + "\xe6\xa6\xa3\0" /* offset 15306 */ + "\xe6\xa7\xaa\0" /* offset 15310 */ + "\xe6\xaa\xa8\0" /* offset 15314 */ + "\xf0\xa3\x9a\xa3\0" /* offset 15318 */ + "\xe6\xab\x9b\0" /* offset 15323 */ + "\xe3\xb0\x98\0" /* offset 15327 */ + "\xe6\xac\xa1\0" /* offset 15331 */ + "\xf0\xa3\xa2\xa7\0" /* offset 15335 */ + "\xe6\xad\x94\0" /* offset 15340 */ + "\xe3\xb1\x8e\0" /* offset 15344 */ + "\xe6\xad\xb2\0" /* offset 15348 */ + "\xe6\xae\x9f\0" /* offset 15352 */ + "\xe6\xae\xbb\0" /* offset 15356 */ + "\xf0\xa3\xaa\x8d\0" /* offset 15360 */ + "\xf0\xa1\xb4\x8b\0" /* offset 15365 */ + "\xf0\xa3\xab\xba\0" /* offset 15370 */ + "\xe6\xb1\x8e\0" /* offset 15375 */ + "\xf0\xa3\xb2\xbc\0" /* offset 15379 */ + "\xe6\xb2\xbf\0" /* offset 15384 */ + "\xe6\xb3\x8d\0" /* offset 15388 */ + "\xe6\xb1\xa7\0" /* offset 15392 */ + "\xe6\xb4\x96\0" /* offset 15396 */ + "\xe6\xb4\xbe\0" /* offset 15400 */ + "\xe6\xb5\xa9\0" /* offset 15404 */ + "\xe6\xb5\xb8\0" /* offset 15408 */ + "\xe6\xb6\x85\0" /* offset 15412 */ + "\xf0\xa3\xb4\x9e\0" /* offset 15416 */ + "\xe6\xb4\xb4\0" /* offset 15421 */ + "\xe6\xb8\xaf\0" /* offset 15425 */ + "\xe6\xb9\xae\0" /* offset 15429 */ + "\xe3\xb4\xb3\0" /* offset 15433 */ + "\xe6\xbb\x8b\0" /* offset 15437 */ + "\xe6\xbb\x87\0" /* offset 15441 */ + "\xf0\xa3\xbb\x91\0" /* offset 15445 */ + "\xe6\xb7\xb9\0" /* offset 15450 */ + "\xe6\xbd\xae\0" /* offset 15454 */ + "\xf0\xa3\xbd\x9e\0" /* offset 15458 */ + "\xf0\xa3\xbe\x8e\0" /* offset 15463 */ + "\xe6\xbf\x86\0" /* offset 15468 */ + "\xe7\x80\xb9\0" /* offset 15472 */ + "\xe7\x80\x9e\0" /* offset 15476 */ + "\xe7\x80\x9b\0" /* offset 15480 */ + "\xe3\xb6\x96\0" /* offset 15484 */ + "\xe7\x81\x8a\0" /* offset 15488 */ + "\xe7\x81\xbd\0" /* offset 15492 */ + "\xe7\x81\xb7\0" /* offset 15496 */ + "\xe7\x82\xad\0" /* offset 15500 */ + "\xf0\xa0\x94\xa5\0" /* offset 15504 */ + "\xe7\x85\x85\0" /* offset 15509 */ + "\xf0\xa4\x89\xa3\0" /* offset 15513 */ + "\xe7\x86\x9c\0" /* offset 15518 */ + "\xe4\x8e\xab\0" /* offset 15522 */ + "\xe7\x88\xa8\0" /* offset 15526 */ + "\xe7\x88\xb5\0" /* offset 15530 */ + "\xe7\x89\x90\0" /* offset 15534 */ + "\xf0\xa4\x98\x88\0" /* offset 15538 */ + "\xe7\x8a\x80\0" /* offset 15543 */ + "\xe7\x8a\x95\0" /* offset 15547 */ + "\xf0\xa4\x9c\xb5\0" /* offset 15551 */ + "\xf0\xa4\xa0\x94\0" /* offset 15556 */ + "\xe7\x8d\xba\0" /* offset 15561 */ + "\xe7\x8e\x8b\0" /* offset 15565 */ + "\xe3\xba\xac\0" /* offset 15569 */ + "\xe7\x8e\xa5\0" /* offset 15573 */ + "\xe3\xba\xb8\0" /* offset 15577 */ + "\xe7\x91\x87\0" /* offset 15581 */ + "\xe7\x91\x9c\0" /* offset 15585 */ + "\xe7\x91\xb1\0" /* offset 15589 */ + "\xe7\x92\x85\0" /* offset 15593 */ + "\xe7\x93\x8a\0" /* offset 15597 */ + "\xe3\xbc\x9b\0" /* offset 15601 */ + "\xe7\x94\xa4\0" /* offset 15605 */ + "\xf0\xa4\xb0\xb6\0" /* offset 15609 */ + "\xe7\x94\xbe\0" /* offset 15614 */ + "\xf0\xa4\xb2\x92\0" /* offset 15618 */ + "\xf0\xa2\x86\x9f\0" /* offset 15623 */ + "\xe7\x98\x90\0" /* offset 15628 */ + "\xf0\xa4\xbe\xa1\0" /* offset 15632 */ + "\xf0\xa4\xbe\xb8\0" /* offset 15637 */ + "\xf0\xa5\x81\x84\0" /* offset 15642 */ + "\xe3\xbf\xbc\0" /* offset 15647 */ + "\xe4\x80\x88\0" /* offset 15651 */ + "\xe7\x9b\xb4\0" /* offset 15655 */ + "\xf0\xa5\x83\xb3\0" /* offset 15659 */ + "\xf0\xa5\x83\xb2\0" /* offset 15664 */ + "\xf0\xa5\x84\x99\0" /* offset 15669 */ + "\xf0\xa5\x84\xb3\0" /* offset 15674 */ + "\xe7\x9c\x9e\0" /* offset 15679 */ + "\xe7\x9c\x9f\0" /* offset 15683 */ + "\xe7\x9d\x8a\0" /* offset 15687 */ + "\xe4\x80\xb9\0" /* offset 15691 */ + "\xe7\x9e\x8b\0" /* offset 15695 */ + "\xe4\x81\x86\0" /* offset 15699 */ + "\xe4\x82\x96\0" /* offset 15703 */ + "\xf0\xa5\x90\x9d\0" /* offset 15707 */ + "\xe7\xa1\x8e\0" /* offset 15712 */ + "\xe7\xa3\x8c\0" /* offset 15716 */ + "\xe4\x83\xa3\0" /* offset 15720 */ + "\xf0\xa5\x98\xa6\0" /* offset 15724 */ + "\xf0\xa5\x9a\x9a\0" /* offset 15729 */ + "\xf0\xa5\x9b\x85\0" /* offset 15734 */ + "\xe7\xa7\xab\0" /* offset 15739 */ + "\xe4\x84\xaf\0" /* offset 15743 */ + "\xe7\xa9\x8a\0" /* offset 15747 */ + "\xe7\xa9\x8f\0" /* offset 15751 */ + "\xf0\xa5\xa5\xbc\0" /* offset 15755 */ + "\xf0\xa5\xaa\xa7\0" /* offset 15760 */ + "\xe7\xaa\xae\0" /* offset 15765 */ + "\xe4\x88\x82\0" /* offset 15769 */ + "\xf0\xa5\xae\xab\0" /* offset 15773 */ + "\xe7\xaf\x86\0" /* offset 15778 */ + "\xe7\xaf\x89\0" /* offset 15782 */ + "\xe4\x88\xa7\0" /* offset 15786 */ + "\xf0\xa5\xb2\x80\0" /* offset 15790 */ + "\xe7\xb3\x92\0" /* offset 15795 */ + "\xe4\x8a\xa0\0" /* offset 15799 */ + "\xe7\xb3\xa8\0" /* offset 15803 */ + "\xe7\xb3\xa3\0" /* offset 15807 */ + "\xe7\xb4\x80\0" /* offset 15811 */ + "\xf0\xa5\xbe\x86\0" /* offset 15815 */ + "\xe7\xb5\xa3\0" /* offset 15820 */ + "\xe4\x8c\x81\0" /* offset 15824 */ + "\xe7\xb7\x87\0" /* offset 15828 */ + "\xe7\xb8\x82\0" /* offset 15832 */ + "\xe7\xb9\x85\0" /* offset 15836 */ + "\xe4\x8c\xb4\0" /* offset 15840 */ + "\xf0\xa6\x88\xa8\0" /* offset 15844 */ + "\xf0\xa6\x89\x87\0" /* offset 15849 */ + "\xe4\x8d\x99\0" /* offset 15854 */ + "\xf0\xa6\x8b\x99\0" /* offset 15858 */ + "\xe7\xbd\xba\0" /* offset 15863 */ + "\xf0\xa6\x8c\xbe\0" /* offset 15867 */ + "\xe7\xbe\x95\0" /* offset 15872 */ + "\xe7\xbf\xba\0" /* offset 15876 */ + "\xf0\xa6\x93\x9a\0" /* offset 15880 */ + "\xf0\xa6\x94\xa3\0" /* offset 15885 */ + "\xe8\x81\xa0\0" /* offset 15890 */ + "\xf0\xa6\x96\xa8\0" /* offset 15894 */ + "\xe8\x81\xb0\0" /* offset 15899 */ + "\xf0\xa3\x8d\x9f\0" /* offset 15903 */ + "\xe4\x8f\x95\0" /* offset 15908 */ + "\xe8\x82\xb2\0" /* offset 15912 */ + "\xe8\x84\x83\0" /* offset 15916 */ + "\xe4\x90\x8b\0" /* offset 15920 */ + "\xe8\x84\xbe\0" /* offset 15924 */ + "\xe5\xaa\xb5\0" /* offset 15928 */ + "\xf0\xa6\x9e\xa7\0" /* offset 15932 */ + "\xf0\xa6\x9e\xb5\0" /* offset 15937 */ + "\xf0\xa3\x8e\x93\0" /* offset 15942 */ + "\xf0\xa3\x8e\x9c\0" /* offset 15947 */ + "\xe8\x88\x84\0" /* offset 15952 */ + "\xe8\xbe\x9e\0" /* offset 15956 */ + "\xe4\x91\xab\0" /* offset 15960 */ + "\xe8\x8a\x91\0" /* offset 15964 */ + "\xe8\x8a\x8b\0" /* offset 15968 */ + "\xe8\x8a\x9d\0" /* offset 15972 */ + "\xe5\x8a\xb3\0" /* offset 15976 */ + "\xe8\x8a\xb1\0" /* offset 15980 */ + "\xe8\x8a\xb3\0" /* offset 15984 */ + "\xe8\x8a\xbd\0" /* offset 15988 */ + "\xe8\x8b\xa6\0" /* offset 15992 */ + "\xf0\xa6\xac\xbc\0" /* offset 15996 */ + "\xe8\x8c\x9d\0" /* offset 16001 */ + "\xe8\x8d\xa3\0" /* offset 16005 */ + "\xe8\x8e\xad\0" /* offset 16009 */ + "\xe8\x8c\xa3\0" /* offset 16013 */ + "\xe8\x8e\xbd\0" /* offset 16017 */ + "\xe8\x8f\xa7\0" /* offset 16021 */ + "\xe8\x8d\x93\0" /* offset 16025 */ + "\xe8\x8f\x8a\0" /* offset 16029 */ + "\xe8\x8f\x8c\0" /* offset 16033 */ + "\xe8\x8f\x9c\0" /* offset 16037 */ + "\xf0\xa6\xb0\xb6\0" /* offset 16041 */ + "\xf0\xa6\xb5\xab\0" /* offset 16046 */ + "\xf0\xa6\xb3\x95\0" /* offset 16051 */ + "\xe4\x94\xab\0" /* offset 16056 */ + "\xe8\x93\xb1\0" /* offset 16060 */ + "\xe8\x93\xb3\0" /* offset 16064 */ + "\xe8\x94\x96\0" /* offset 16068 */ + "\xf0\xa7\x8f\x8a\0" /* offset 16072 */ + "\xe8\x95\xa4\0" /* offset 16077 */ + "\xf0\xa6\xbc\xac\0" /* offset 16081 */ + "\xe4\x95\x9d\0" /* offset 16086 */ + "\xe4\x95\xa1\0" /* offset 16090 */ + "\xf0\xa6\xbe\xb1\0" /* offset 16094 */ + "\xf0\xa7\x83\x92\0" /* offset 16099 */ + "\xe4\x95\xab\0" /* offset 16104 */ + "\xe8\x99\x90\0" /* offset 16108 */ + "\xe8\x99\xa7\0" /* offset 16112 */ + "\xe8\x99\xa9\0" /* offset 16116 */ + "\xe8\x9a\xa9\0" /* offset 16120 */ + "\xe8\x9a\x88\0" /* offset 16124 */ + "\xe8\x9c\x8e\0" /* offset 16128 */ + "\xe8\x9b\xa2\0" /* offset 16132 */ + "\xe8\x9d\xb9\0" /* offset 16136 */ + "\xe8\x9c\xa8\0" /* offset 16140 */ + "\xe8\x9d\xab\0" /* offset 16144 */ + "\xe8\x9e\x86\0" /* offset 16148 */ + "\xe4\xb5\x97\0" /* offset 16152 */ + "\xe8\x9f\xa1\0" /* offset 16156 */ + "\xe8\xa0\x81\0" /* offset 16160 */ + "\xe4\x97\xb9\0" /* offset 16164 */ + "\xe8\xa1\xa0\0" /* offset 16168 */ + "\xf0\xa7\x99\xa7\0" /* offset 16172 */ + "\xe8\xa3\x97\0" /* offset 16177 */ + "\xe8\xa3\x9e\0" /* offset 16181 */ + "\xe4\x98\xb5\0" /* offset 16185 */ + "\xe8\xa3\xba\0" /* offset 16189 */ + "\xe3\x92\xbb\0" /* offset 16193 */ + "\xf0\xa7\xa2\xae\0" /* offset 16197 */ + "\xf0\xa7\xa5\xa6\0" /* offset 16202 */ + "\xe4\x9a\xbe\0" /* offset 16207 */ + "\xe4\x9b\x87\0" /* offset 16211 */ + "\xe8\xaa\xa0\0" /* offset 16215 */ + "\xe8\xab\xad\0" /* offset 16219 */ + "\xe8\xae\x8a\0" /* offset 16223 */ + "\xf0\xa7\xb2\xa8\0" /* offset 16227 */ + "\xe8\xb2\xab\0" /* offset 16232 */ + "\xe8\xb3\x81\0" /* offset 16236 */ + "\xe8\xb4\x9b\0" /* offset 16240 */ + "\xe8\xb5\xb7\0" /* offset 16244 */ + "\xf0\xa7\xbc\xaf\0" /* offset 16248 */ + "\xf0\xa0\xa0\x84\0" /* offset 16253 */ + "\xe8\xb7\x8b\0" /* offset 16258 */ + "\xe8\xb6\xbc\0" /* offset 16262 */ + "\xe8\xb7\xb0\0" /* offset 16266 */ + "\xf0\xa0\xa3\x9e\0" /* offset 16270 */ + "\xe8\xbb\x94\0" /* offset 16275 */ + "\xe8\xbc\xb8\0" /* offset 16279 */ + "\xf0\xa8\x97\x92\0" /* offset 16283 */ + "\xf0\xa8\x97\xad\0" /* offset 16288 */ + "\xe9\x82\x94\0" /* offset 16293 */ + "\xe9\x83\xb1\0" /* offset 16297 */ + "\xe9\x84\x91\0" /* offset 16301 */ + "\xf0\xa8\x9c\xae\0" /* offset 16305 */ + "\xe9\x84\x9b\0" /* offset 16310 */ + "\xe9\x88\xb8\0" /* offset 16314 */ + "\xe9\x8b\x97\0" /* offset 16318 */ + "\xe9\x8b\x98\0" /* offset 16322 */ + "\xe9\x89\xbc\0" /* offset 16326 */ + "\xe9\x8f\xb9\0" /* offset 16330 */ + "\xe9\x90\x95\0" /* offset 16334 */ + "\xf0\xa8\xaf\xba\0" /* offset 16338 */ + "\xe9\x96\x8b\0" /* offset 16343 */ + "\xe4\xa6\x95\0" /* offset 16347 */ + "\xe9\x96\xb7\0" /* offset 16351 */ + "\xf0\xa8\xb5\xb7\0" /* offset 16355 */ + "\xe4\xa7\xa6\0" /* offset 16360 */ + "\xe9\x9b\x83\0" /* offset 16364 */ + "\xe5\xb6\xb2\0" /* offset 16368 */ + "\xe9\x9c\xa3\0" /* offset 16372 */ + "\xf0\xa9\x85\x85\0" /* offset 16376 */ + "\xf0\xa9\x88\x9a\0" /* offset 16381 */ + "\xe4\xa9\xae\0" /* offset 16386 */ + "\xe4\xa9\xb6\0" /* offset 16390 */ + "\xe9\x9f\xa0\0" /* offset 16394 */ + "\xf0\xa9\x90\x8a\0" /* offset 16398 */ + "\xe4\xaa\xb2\0" /* offset 16403 */ + "\xf0\xa9\x92\x96\0" /* offset 16407 */ + "\xe9\xa0\x8b\0" /* offset 16412 */ + "\xe9\xa0\xa9\0" /* offset 16416 */ + "\xf0\xa9\x96\xb6\0" /* offset 16420 */ + "\xe9\xa3\xa2\0" /* offset 16425 */ + "\xe4\xac\xb3\0" /* offset 16429 */ + "\xe9\xa4\xa9\0" /* offset 16433 */ + "\xe9\xa6\xa7\0" /* offset 16437 */ + "\xe9\xa7\x82\0" /* offset 16441 */ + "\xe9\xa7\xbe\0" /* offset 16445 */ + "\xe4\xaf\x8e\0" /* offset 16449 */ + "\xf0\xa9\xac\xb0\0" /* offset 16453 */ + "\xe9\xac\x92\0" /* offset 16458 */ + "\xe9\xb1\x80\0" /* offset 16462 */ + "\xe9\xb3\xbd\0" /* offset 16466 */ + "\xe4\xb3\x8e\0" /* offset 16470 */ + "\xe4\xb3\xad\0" /* offset 16474 */ + "\xe9\xb5\xa7\0" /* offset 16478 */ + "\xf0\xaa\x83\x8e\0" /* offset 16482 */ + "\xe4\xb3\xb8\0" /* offset 16487 */ + "\xf0\xaa\x84\x85\0" /* offset 16491 */ + "\xf0\xaa\x88\x8e\0" /* offset 16496 */ + "\xf0\xaa\x8a\x91\0" /* offset 16501 */ + "\xe4\xb5\x96\0" /* offset 16506 */ + "\xe9\xbb\xbe\0" /* offset 16510 */ + "\xe9\xbc\x85\0" /* offset 16514 */ + "\xe9\xbc\x8f\0" /* offset 16518 */ + "\xe9\xbc\x96\0" /* offset 16522 */ + "\xf0\xaa\x98\x80\0" /* offset 16526 */; #endif /* DECOMP_H */ diff --git a/packaging/libidn.manifest b/packaging/libidn.manifest deleted file mode 100644 index 017d22d..0000000 --- a/packaging/libidn.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/libidn.spec b/packaging/libidn.spec index 00b6b13..cf46cac 100644 --- a/packaging/libidn.spec +++ b/packaging/libidn.spec @@ -1,12 +1,11 @@ Name: libidn Summary: Internationalized Domain Name support library -Version: 1.15 -Release: 6 +Version: 1.16 +Release: 1 Group: System/Libraries -License: LGPLv2.1+ +License: LGPL-2.1+ and GPL-3.0+ URL: http://www.gnu.org/software/libidn/ Source0: http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz -Source1001: packaging/libidn.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig @@ -39,7 +38,6 @@ developing programs which use the GNU libidn library. %build -cp %{SOURCE1001} . %configure --disable-static \ --disable-csharp \ @@ -60,23 +58,24 @@ rm -f %{buildroot}%{_bindir}/idn %remove_docs +mkdir -p %{buildroot}/usr/share/license +cp COPYING.LIB %{buildroot}/usr/share/license/%{name} + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f libidn.lang -%manifest libidn.manifest %defattr(-,root,root,-) %dir %{_datadir}/emacs %dir %{_datadir}/emacs/site-lisp %{_datadir}/emacs/site-lisp/idna.el %{_datadir}/emacs/site-lisp/punycode.el %{_libdir}/libidn.so.* +/usr/share/license/%{name} %files devel -%manifest libidn.manifest %defattr(-,root,root,-) %{_libdir}/libidn.so %{_includedir}/*.h %{_libdir}/pkgconfig/libidn.pc - -- 2.7.4