libidn2-2.0.4/0000755000000000000000000000000013151533502010005 500000000000000libidn2-2.0.4/po/0000755000000000000000000000000013151533502010423 500000000000000libidn2-2.0.4/po/en@boldquot.header0000644000000000000000000000247113051027062013773 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # libidn2-2.0.4/po/stamp-po0000644000000000000000000000001213151515125012020 00000000000000timestamp libidn2-2.0.4/po/en@quot.header0000644000000000000000000000226313051027062013131 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # libidn2-2.0.4/po/libidn2.pot0000644000000000000000000001014313151515125012412 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the libidn2 package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: libidn2 2.0.4\n" "Report-Msgid-Bugs-To: bug-libidn2@gnu.org\n" "POT-Creation-Date: 2017-08-30 12:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: lib/error.c:56 msgid "success" msgstr "" #: lib/error.c:60 msgid "out of memory" msgstr "" #: lib/error.c:64 msgid "could not determine locale encoding format" msgstr "" #: lib/error.c:68 msgid "could not convert string to UTF-8" msgstr "" #: lib/error.c:72 msgid "string encoding error" msgstr "" #: lib/error.c:76 msgid "string could not be NFC normalized" msgstr "" #: lib/error.c:80 msgid "string contains invalid punycode data" msgstr "" #: lib/error.c:84 msgid "punycode encoded data will be too large" msgstr "" #: lib/error.c:88 msgid "punycode conversion resulted in overflow" msgstr "" #: lib/error.c:92 msgid "domain name longer than 255 characters" msgstr "" #: lib/error.c:96 msgid "domain label longer than 63 characters" msgstr "" #: lib/error.c:100 msgid "input A-label is not valid" msgstr "" #: lib/error.c:104 msgid "input A-label and U-label does not match" msgstr "" #: lib/error.c:108 msgid "string is not in Unicode NFC format" msgstr "" #: lib/error.c:112 msgid "string contains forbidden two hyphens pattern" msgstr "" #: lib/error.c:116 msgid "string start/ends with forbidden hyphen" msgstr "" #: lib/error.c:120 msgid "string contains a forbidden leading combining character" msgstr "" #: lib/error.c:124 msgid "string contains a disallowed character" msgstr "" #: lib/error.c:128 msgid "string contains a forbidden context-j character" msgstr "" #: lib/error.c:132 msgid "string contains a context-j character with null rule" msgstr "" #: lib/error.c:136 msgid "string contains a forbidden context-o character" msgstr "" #: lib/error.c:140 msgid "string contains a context-o character with null rule" msgstr "" #: lib/error.c:144 msgid "string contains unassigned code point" msgstr "" #: lib/error.c:148 msgid "string has forbidden bi-directional properties" msgstr "" #: lib/error.c:152 msgid "Unknown error" msgstr "" #: src/idn2.c:59 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/idn2.c:63 #, c-format msgid "Usage: %s [OPTION]... [STRINGS]...\n" msgstr "" #: src/idn2.c:66 msgid "" "Internationalized Domain Name (IDNA2008) convert STRINGS, or standard " "input.\n" "\n" msgstr "" #: src/idn2.c:70 msgid "" "Command line interface to the Libidn2 implementation of IDNA2008.\n" "\n" "All strings are expected to be encoded in the locale charset.\n" "\n" "To process a string that starts with `-', for example `-foo', use `--'\n" "to signal the end of parameters, as in `idn2 --quiet -- -foo'.\n" "\n" "Mandatory arguments to long options are mandatory for short options too.\n" msgstr "" #: src/idn2.c:80 msgid "" " -h, --help Print help and exit\n" " -V, --version Print version and exit\n" msgstr "" #: src/idn2.c:84 msgid "" " -d, --decode Decode (punycode) domain name\n" " -l, --lookup Lookup domain name (default)\n" " -r, --register Register label\n" msgstr "" #: src/idn2.c:89 msgid "" " -T, --tr46t Enable TR46 transitional processing\n" " -N, --tr46nt Enable TR46 non-transitional processing\n" " --no-tr46 Disable TR46 processing\n" msgstr "" #: src/idn2.c:94 msgid "" " --nostd3asciirules Disable STD3 ASCII rules\n" " --debug Print debugging information\n" " --quiet Silent operation\n" msgstr "" #: src/idn2.c:215 #, c-format msgid "Charset: %s\n" msgstr "" #: src/idn2.c:219 msgid "" "Type each input string on a line by itself, terminated by a newline " "character.\n" msgstr "" #: src/idn2.c:247 msgid "input error" msgstr "" libidn2-2.0.4/po/Makefile.in.in0000644000000000000000000004155313051027175013030 00000000000000# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.19 GETTEXT_MACRO_VERSION = 0.19 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SED = @SED@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot POFILESDEPS_yes = $(POFILESDEPS_) POFILESDEPS_no = POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) DISTFILESDEPS_ = update-po DISTFILESDEPS_yes = $(DISTFILESDEPS_) DISTFILESDEPS_no = DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. CHECK_MACRO_VERSION = \ test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot @$(CHECK_MACRO_VERSION) test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. # The determination of whether the package xyz is a GNU one is based on the # heuristic whether some file in the top level directory mentions "GNU xyz". # If GNU 'find' is available, we avoid grepping through monster files. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed package_gnu="$(PACKAGE_GNU)"; \ test -n "$$package_gnu" || { \ if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ -size -10000000c -exec grep 'GNU @PACKAGE@' \ /dev/null '{}' ';' 2>/dev/null; \ else \ LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ fi; \ } | grep -v 'libtool:' >/dev/null; then \ package_gnu=yes; \ else \ package_gnu=no; \ fi; \ }; \ if test "$$package_gnu" = "yes"; then \ package_prefix='GNU '; \ else \ package_prefix=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_prefix}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(POFILESDEPS) @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) \ && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ esac; \ }; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ esac; \ }; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: # Recreate Makefile by invoking config.status. Explicitly invoke the shell, # because execution permission bits may not work on the current file system. # Use @SHELL@, which is the shell determined by autoconf for the use by its # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && @SHELL@ ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libidn2-2.0.4/po/boldquot.sed0000644000000000000000000000033113051027062012664 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g libidn2-2.0.4/po/insert-header.sin0000644000000000000000000000124013051027062013603 00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } libidn2-2.0.4/po/Makevars0000644000000000000000000000674213151533360012052 00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \ \ --flag=_:1:pass-c-format\ --flag=N_:1:pass-c-format\ --flag=error:3:c-format --flag=error_at_line:5:c-format\ $${end_of_xgettext_options+} # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Free Software Foundation, Inc. # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. # Possible values are "yes", "no", or empty. If it is empty, try to # detect it automatically by scanning the files in $(top_srcdir) for # "GNU packagename" string. PACKAGE_GNU = # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = bug-libidn2@gnu.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' # context. Possible values are "yes" and "no". Set this to yes if the # package uses functions taking also a message context, like pgettext(), or # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. USE_MSGCTXT = no # These options get passed to msgmerge. # Useful options are in particular: # --previous to keep previous msgids of translated messages, # --quiet to reduce the verbosity. MSGMERGE_OPTIONS = # These options get passed to msginit. # If you want to disable line wrapping when writing PO files, add # --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and # MSGINIT_OPTIONS. MSGINIT_OPTIONS = # This tells whether or not to regenerate a PO file when $(DOMAIN).pot # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. PO_DEPENDS_ON_POT = yes # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and # "no". Set this to no if the POT file and PO files are maintained # externally. DIST_DEPENDS_ON_UPDATE_PO = yes libidn2-2.0.4/po/Rules-quot0000644000000000000000000000416513051027175012357 00000000000000# This file, Rules-quot, can be copied and used freely without restrictions. # Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \ | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ ;; \ *) \ $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ ;; \ esac } 2>/dev/null > $$tmpdir/$$lang.new.po \ ; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header libidn2-2.0.4/po/remove-potcdate.sin0000644000000000000000000000066013051027062014154 00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } libidn2-2.0.4/po/quot.sed0000644000000000000000000000023113051027062012022 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g libidn2-2.0.4/po/POTFILES.in0000644000000000000000000000012213061467362012125 00000000000000# List of source files which contain translatable strings. lib/error.c src/idn2.c libidn2-2.0.4/po/ChangeLog0000644000000000000000000000022013051027062012105 000000000000002017-02-15 gettextize * Makefile.in.in: Upgrade to gettext-0.19.8.1. * Rules-quot: Upgrade to gettext-0.19.8.1. libidn2-2.0.4/fuzz/0000755000000000000000000000000013151533501011002 500000000000000libidn2-2.0.4/fuzz/Makefile.am0000644000000000000000000000221413135614413012761 00000000000000AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) -Wno-vla AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/gl -I../gl -DSRCDIR=\"$(abs_srcdir)\" -DTEST_RUN AM_LDFLAGS = -no-install LDADD = ../lib/libidn2.la ../gl/libgnu.la IDN_TESTS = \ libidn2_to_ascii_8z_fuzzer$(EXEEXT) \ libidn2_to_unicode_8z8z_fuzzer$(EXEEXT) check_PROGRAMS = $(IDN_TESTS) libidn2_to_ascii_8z_fuzzer_SOURCES = libidn2_to_ascii_8z_fuzzer.c main.c fuzzer.h libidn2_to_unicode_8z8z_fuzzer_SOURCES = libidn2_to_unicode_8z8z_fuzzer.c main.c fuzzer.h dist-hook: find . -name '*.options' -exec cp -v '{}' $(distdir) ';' find . -name '*.dict' -exec cp -v '{}' $(distdir) ';' find . -name '*.in' -exec cp -vr '{}' $(distdir) ';' find . -name '*.repro' -exec cp -vr '{}' $(distdir) ';' TESTS = $(IDN_TESTS) clean-local: rm -rf *.gc?? *.log lcov *_fuzzer coverage.info *.o oss-fuzz: if test "$$OUT" != ""; then \ for ccfile in *_fuzzer.c; do \ fuzzer=$$(basename $$ccfile .c); \ $$CXX $$CXXFLAGS -I$(top_srcdir)/lib -I$(top_srcdir) \ "$${fuzzer}.c" -o "$${fuzzer}" \ ../lib/.libs/libidn2.a $${LIB_FUZZING_ENGINE} -Wl,-Bstatic \ -Wl,-Bdynamic; \ done; \ fi .PHONY: oss-fuzz libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.c0000644000000000000000000000362413135614413016322 00000000000000/* * Copyright(c) 2017 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * * This file is part of libidn2. */ #include #include /* assert */ #include /* malloc, free */ #include /* memcpy */ #include "idn2.h" #include "fuzzer.h" static int flags[] = { 0, IDN2_NFC_INPUT, IDN2_TRANSITIONAL, IDN2_NONTRANSITIONAL, IDN2_TRANSITIONAL|IDN2_USE_STD3_ASCII_RULES, IDN2_NONTRANSITIONAL|IDN2_USE_STD3_ASCII_RULES }; int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { char *domain; char *out; if (size > 1024) return 0; domain = (char *) malloc(size + 1); assert(domain != NULL); /* 0 terminate */ memcpy(domain, data, size); domain[size] = 0; for (unsigned it = 0; it < sizeof(flags)/sizeof(flags[0]); it++) { if (idn2_to_ascii_8z(domain, &out, flags[it]) == IDNA_SUCCESS) idn2_free(out); } free(domain); return 0; } libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.dict0000644000000000000000000000001613151533501017007 00000000000000"xn--" "XN--" libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.c0000644000000000000000000000406213136052065017137 00000000000000/* * Copyright(c) 2017 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * * This file is part of libidn. */ #include #include /* assert */ #include /* uint8_t, uint32_t */ #include /* malloc, free */ #include /* memcpy */ #include "idn2.h" #include "fuzzer.h" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { char *domain; char *out; if (size > 1024) return 0; domain = (char *) malloc(size + 1); assert(domain != NULL); // 0 terminate memcpy(domain, data, size); domain[size] = 0; // internally calls idn2_to_unicode_8zlz(), idn2_to_unicode_8z8z(), idn2_to_unicode_8z4z() if (idn2_to_unicode_lzlz(domain, &out, 0) == IDNA_SUCCESS) idn2_free(out); if ((size & 3) == 0) { uint32_t *u32 = (uint32_t *) malloc(size); size_t u32len; assert(u32 != NULL); // internally calls idn2_to_unicode_4z4z(), idn2_to_unicode_8z4z() u32len = size / 4; idn2_to_unicode_44i((uint32_t *) data, size / 4, u32, &u32len, 0); free(u32); } free(domain); return 0; } libidn2-2.0.4/fuzz/Makefile.in0000644000000000000000000015625413151533501013004 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = fuzz ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_libidn2_to_ascii_8z_fuzzer_OBJECTS = \ libidn2_to_ascii_8z_fuzzer.$(OBJEXT) main.$(OBJEXT) libidn2_to_ascii_8z_fuzzer_OBJECTS = \ $(am_libidn2_to_ascii_8z_fuzzer_OBJECTS) libidn2_to_ascii_8z_fuzzer_LDADD = $(LDADD) libidn2_to_ascii_8z_fuzzer_DEPENDENCIES = ../lib/libidn2.la \ ../gl/libgnu.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_libidn2_to_unicode_8z8z_fuzzer_OBJECTS = \ libidn2_to_unicode_8z8z_fuzzer.$(OBJEXT) main.$(OBJEXT) libidn2_to_unicode_8z8z_fuzzer_OBJECTS = \ $(am_libidn2_to_unicode_8z8z_fuzzer_OBJECTS) libidn2_to_unicode_8z8z_fuzzer_LDADD = $(LDADD) libidn2_to_unicode_8z8z_fuzzer_DEPENDENCIES = ../lib/libidn2.la \ ../gl/libgnu.la AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libidn2_to_ascii_8z_fuzzer_SOURCES) \ $(libidn2_to_unicode_8z8z_fuzzer_SOURCES) DIST_SOURCES = $(libidn2_to_ascii_8z_fuzzer_SOURCES) \ $(libidn2_to_unicode_8z8z_fuzzer_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp \ $(top_srcdir)/build-aux/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) -Wno-vla AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/gl -I../gl -DSRCDIR=\"$(abs_srcdir)\" -DTEST_RUN AM_LDFLAGS = -no-install LDADD = ../lib/libidn2.la ../gl/libgnu.la IDN_TESTS = \ libidn2_to_ascii_8z_fuzzer$(EXEEXT) \ libidn2_to_unicode_8z8z_fuzzer$(EXEEXT) check_PROGRAMS = $(IDN_TESTS) libidn2_to_ascii_8z_fuzzer_SOURCES = libidn2_to_ascii_8z_fuzzer.c main.c fuzzer.h libidn2_to_unicode_8z8z_fuzzer_SOURCES = libidn2_to_unicode_8z8z_fuzzer.c main.c fuzzer.h TESTS = $(IDN_TESTS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fuzz/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign fuzz/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): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list libidn2_to_ascii_8z_fuzzer$(EXEEXT): $(libidn2_to_ascii_8z_fuzzer_OBJECTS) $(libidn2_to_ascii_8z_fuzzer_DEPENDENCIES) $(EXTRA_libidn2_to_ascii_8z_fuzzer_DEPENDENCIES) @rm -f libidn2_to_ascii_8z_fuzzer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libidn2_to_ascii_8z_fuzzer_OBJECTS) $(libidn2_to_ascii_8z_fuzzer_LDADD) $(LIBS) libidn2_to_unicode_8z8z_fuzzer$(EXEEXT): $(libidn2_to_unicode_8z8z_fuzzer_OBJECTS) $(libidn2_to_unicode_8z8z_fuzzer_DEPENDENCIES) $(EXTRA_libidn2_to_unicode_8z8z_fuzzer_DEPENDENCIES) @rm -f libidn2_to_unicode_8z8z_fuzzer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(libidn2_to_unicode_8z8z_fuzzer_OBJECTS) $(libidn2_to_unicode_8z8z_fuzzer_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libidn2_to_ascii_8z_fuzzer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libidn2_to_unicode_8z8z_fuzzer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? libidn2_to_ascii_8z_fuzzer.log: libidn2_to_ascii_8z_fuzzer$(EXEEXT) @p='libidn2_to_ascii_8z_fuzzer$(EXEEXT)'; \ b='libidn2_to_ascii_8z_fuzzer'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) libidn2_to_unicode_8z8z_fuzzer.log: libidn2_to_unicode_8z8z_fuzzer$(EXEEXT) @p='libidn2_to_unicode_8z8z_fuzzer$(EXEEXT)'; \ b='libidn2_to_unicode_8z8z_fuzzer'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(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 $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 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-checkPROGRAMS clean-generic clean-libtool clean-local \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool clean-local \ cscopelist-am ctags ctags-am dist-hook distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am recheck tags tags-am uninstall \ uninstall-am .PRECIOUS: Makefile dist-hook: find . -name '*.options' -exec cp -v '{}' $(distdir) ';' find . -name '*.dict' -exec cp -v '{}' $(distdir) ';' find . -name '*.in' -exec cp -vr '{}' $(distdir) ';' find . -name '*.repro' -exec cp -vr '{}' $(distdir) ';' clean-local: rm -rf *.gc?? *.log lcov *_fuzzer coverage.info *.o oss-fuzz: if test "$$OUT" != ""; then \ for ccfile in *_fuzzer.c; do \ fuzzer=$$(basename $$ccfile .c); \ $$CXX $$CXXFLAGS -I$(top_srcdir)/lib -I$(top_srcdir) \ "$${fuzzer}.c" -o "$${fuzzer}" \ ../lib/.libs/libidn2.a $${LIB_FUZZING_ENGINE} -Wl,-Bstatic \ -Wl,-Bdynamic; \ done; \ fi .PHONY: oss-fuzz # 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: libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0000755000000000000000000000000013151533501016632 500000000000000libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7454fb9ad3817108fdb243d0ba96dc12880870550000644000000000000000000000001013151533501023707 000000000000009⵿‌ libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f699cf1a96b566428ebe652998efc74b0f9240fa0000644000000000000000000000026113151533501024176 00000000000000.3َِٔ.3َِٔ.3.3.3َِٔ.3َِٔ.3.3ѐَِٔ.3َِٔ.3.3.3َِٔ.3َِٔ.3.3ѐَِٔ.3ѐ)َِ.3ѐ)ِ)3ѐ)َِ.3ѐ)ِ).3ѐ)َ.ѐَِٔ.3ѐ)َِ.3ѐ)ِ).3ѐ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dd82f83279782df242e87085bd38f5ea82dc979c0000644000000000000000000000002413151533501024120 00000000000000xn--9RDJ0C0RJ99RJ99Hlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/88624fa1ca7e5f884a8474e20358e91e740f0a980000644000000000000000000000014613151533501023746 00000000000000xn--mmkmmmmmmmmmmmAm.ݮ.2ِ.)ٮ*.8,mmmmmmmmmmmmmmmmmmmmim!mmmmm'..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bdaab13c98c91f6bcff05cea77ac47af30fc371b0000644000000000000000000000010013151533501024632 00000000000000٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩٩libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/346b44aee25434a3b206ac09671da1b032ea3e6f0000644000000000000000000000000513151533501024073 00000000000000--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/35200518eeebdf1075145887109a4766464aaf230000644000000000000000000000000313151533501023543 00000000000000a٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4896206f53dc73f9c6ee55f8a461c2e5eb8f97b10000644000000000000000000000004013151533501024165 00000000000000.wwwwwwwwwwwwwwwwwwwwwwwwwwwٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b7579993ad734b5194933b81db68b1a14386446f0000644000000000000000000000014213151533501023600 00000000000000.۴۴.....۴۴۴....۴۴۴.۴۴۴....۴۴.۴.۴۴۴....۴۴.۴.۴۴.۴.۴۴۴0...۴.۴۴۴۴.:.۴.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a8b31253040df014391331a3f5c8306227d0c5e90000644000000000000000000000001513151533501023520 00000000000000۳.۳k۳.۳k.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/913940e5dee04321c2097c6c8f1961bfe4497c670000644000000000000000000000003013151533501023726 00000000000000=ݧ*! )ٮKf*! )ٮKf K.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/06c53469a1aa0693af7f083aad6c7e1be0ffbb7d0000644000000000000000000000001313151533501024415 00000000000000ݐ‌ݐ‌xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/63b49052146986984e6444af5e4476a37d0cdc590000644000000000000000000000000513151533501023601 00000000000000xn'ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3a717843b7c1fdef797f40bfbca4fa105525bfb90000644000000000000000000000001313151533501024351 00000000000000NV:V:((libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d76b026b95625d470605848f0cb1768f39c83d1c0000644000000000000000000000002013151533501023643 00000000000000٦٦٦٦٦٦٦٦libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d4ef82aa061cf17e7dab122169d77c571e51ccc40000644000000000000000000000021613151533501024264 00000000000000mmmmmmmmmm.ٮ.)ٮ.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXmmmmmm.ٮ.)ٮ.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXmmmmmmm'ٮ.XXXX.XXXXXXٮ.)Xݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d711ca21a9b1c747449391625f4d4cc30381ca950000644000000000000000000000000513151533501023701 00000000000000ḷ׳libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9556b73a7fbd981eba15cb71d85dd1bea843b0a00000644000000000000000000000001113151533501024336 00000000000000‌xn--'libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f12fccfa408b25b728c71484a9dfa4ce7fa089260000644000000000000000000000001313151533501024275 00000000000000م‌ََٞlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/345071afaac4dfd786b19ccdd233a9b2a2f262470000644000000000000000000000001413151533501024254 00000000000000‌xn--mmkmklibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/67e5b34ba4718c3a52796490fba60983b966a2de0000644000000000000000000000000413151533501024004 00000000000000x)ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/83bb8c99de42cc35923a1c505f2c328e8a922ba30000644000000000000000000000001213151533501024124 00000000000000𧾇‌类libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/32ecbfc04da0123d377d1bc6846ace435e14dbeb0000644000000000000000000000015113151533501024403 00000000000000.xn--9999999999999999999999999999a9000000000000004089650035136921536َِ.ѐ)xn--ِ.1ѐ))َ.;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/86e86efc198ed6a2a8eaa3a86f3e2138a1c26e0c0000644000000000000000000000022613151533501024362 00000000000000-- n :.)َ- -- n :.)َ- )َ )َ + + . . - - libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fd9766f892c4e2c36ac9275a7da6cb255030c3650000644000000000000000000000001213151533501024061 00000000000000ۮdßX_--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c0831e08d2dbb4264940a0c6d04fb2d2457e4a720000644000000000000000000000007113151533501024026 00000000000000)ٵ.ٵ.)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f9b4f4c74ae752dd0a33778429f83131a99bfd4e0000644000000000000000000000000513151533501024152 00000000000000.٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/526d72ec1cc88a8cbd887a91587615d8e636d6e80000644000000000000000000000007613151533501024123 00000000000000.)َ).$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$َ$.$$$$$$$libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/71fd3d4b2844d6428172c9ba965e8cb87f00d86d0000644000000000000000000000001013151533501024066 00000000000000٨٨٨٨libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ce0faf9647f69300a5effc9d857d067c58c9d9aa0000644000000000000000000000001413151533501024405 00000000000000۲.۲.۲.۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7eab0c2970798f449847c55e04ae0a657564eba60000644000000000000000000000125713151533501024023 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmxn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;mmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmxn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5488d2a0bb9df78985fba7cb84c32057eb6a62920000644000000000000000000000105313151533501024155 00000000000000.xn--bbbbmm000000m.XN--b0000m...xn--bcbbbbbbbbb..xn--mmm551615m.0bbbb.xn---nx-00000m.{n--b0m...xn--bcbbbbbbbbb..xn--mmm551615m.0bbbb.xn---nx-00000m.xn--bcbbbbbb..xn--bm000b.xn-bb..xn--bm000b.xn--bcbbbbbbb.cbbbb0m.Xxn--bcbbbb..xn--mmm551615m.0bbbb.xn---nx-00000m.xn--bcbbbbbb..xn--bm000b.xn-bb..xn--bm000b.xn--bcbbbbbbb.cbbbb0m.XN--b0000m...xn--bcbbbbbbbbb..xn--mmm551615m.0bbbb.xn---nx-00000m.xn--bcbbbbbb..xn--bm000b.xn-bb..xn--bm000b000m...xn--bcbbbbbbbbb..xn--mmm551615m.0bbbb.xn---nx-00000m.xn--bcbbbbbb..xn--bm000b.xn-bb..xn--bm000b.xn--bcbbbbbbb.xn-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e1a2f76987b130cf3f36b88b490fc437e4f749c20000644000000000000000000000004213151533501024075 00000000000000!ŀ̀̀̀= = !ŀ̀̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0aa252c05e40740089f88b6609de86e49e9e56700000644000000000000000000000016113151533501023655 00000000000000.xn--)َََََََََٞٞٞ* XN-- *libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2cd09ce69e327d015e18e766bf4d27247194ea580000644000000000000000000000000513151533501024010 00000000000000)‌-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6148557f4259cfdd185cb43a47fe0e2db42673520000644000000000000000000000001013151533501023775 00000000000000,xN--ß-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ccff298149c34aaadfe889ebaabf7da8a5963fa80000644000000000000000000000000713151533501024675 00000000000000)َ.ﷺlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/84b978f71f6dec56aaa814f67897d7acf4a75e130000644000000000000000000000013713151533501024256 00000000000000״.״.״.״.״.ߴ.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.״.י.יlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3f12ff3896feb79443226b12fe032d0030b157e30000644000000000000000000000000313151533501023674 00000000000000۳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/37f527964094c4a5d40c7eee100dc9d17ef866b30000644000000000000000000000001013151533501024060 00000000000000.ٮ.ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/96b8ce266d0984c00e9590108e31701ea12512160000644000000000000000000000002313151533501023460 00000000000000mmmmmmmmmmmmmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/913bc4443d758ea8decb35ef73580d5b29e9c5240000644000000000000000000000001113151533501024145 00000000000000XN--y205Flibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5c2fe708c00df56628093124ec859634405221220000644000000000000000000000001413151533501023403 00000000000000ݐ‌ݐ‌ݐlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6734617d0c28da2d71e3713b34b3ef7a6c4af7280000644000000000000000000000134113151533501024052 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmlmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmmmmmm;m'ٮm;m'ٮ.xn--mmlmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/77ac341feebeb7c0a7ff8f9c6540531500693bac0000644000000000000000000000000113151533501024263 00000000000000libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/85183db33774b9df49af25e1062e7e3768dcdea90000644000000000000000000000005213151533501024161 00000000000000͵..))'D..).3ѐَ)َ)ٵ..)).)ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a6cabc3c37d314b9f8a82f261c9a2ebd07a9b24c0000644000000000000000000000001513151533501024415 00000000000000..٣٣٣٣wlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8b6191ff5f13ec218ddba10395535b7610c9e5540000644000000000000000000000000213151533501023766 00000000000000(libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/af50281d038f2f012fa1fb83f7abc96dbd3a7ae60000644000000000000000000000001113151533501024411 00000000000000x n--ß4klibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/540267971ed488f7aa1b81dbcf1e1ecbe6da4c5e0000644000000000000000000000002013151533501024426 00000000000000xn--EPPPPPPPPP.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/852f4008f3781d66a5bad8335acd9c48e9d165d20000644000000000000000000000007613151533501024075 00000000000000٢D۠ '۵٢D۠ '۵٢D٠٢D۠٢D٠٢D۠ '۵٢D٠٢D۠ '۵.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/453aea348a450efc0693517adbac3a72380268ef0000644000000000000000000000002713151533501024122 000000000000001٧٧٧٧٧٧٧٧٧٧٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bf74a051f062ced1e5be7b37db48c4cae77fa03e0000644000000000000000000000000713151533501024501 00000000000000.٨٨.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/213b0f2b1083f43b4b661f1b2de4486965af8bd90000644000000000000000000000000513151533501024043 00000000000000۷۷.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8cd3ef31bfb3a841bbd74dc55755d29b93d2775d0000644000000000000000000000001213151533501024300 00000000000000۷۷.۷۷.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5ea439e87741e7ebe45e572ad2d02c379da4c3930000644000000000000000000000017713151533501024156 00000000000000)١)١)١)١))())(.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa0000644000000000000000000000000213151533501024434 00000000000000. libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a6bad4c496fe07ba2917681e0c8da2b12bff58f20000644000000000000000000000046313151533501024355 00000000000000>.....>.............. K--!ŀ̀̀̀= ŀ̀̀̀- ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= !̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀---------.̀̀=.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3a950da4aeca8d63e4967c5c57c0ecad2916f6800000644000000000000000000000006213151533501024300 00000000000000.)َ)ގ)쮎)쮦َ)ގ)쮦@@(@@ -.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/086d3a957fc88feb40be700bd9a8b71f844f31eb0000644000000000000000000000001013151533501024277 00000000000000!‍XN--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0e2fec27f89c46c84f12e9d75ae40a78d7b8a83a0000644000000000000000000000003213151533501024313 00000000000000‍)XN--)Z;^Z6ZZZZZZZXr~r~libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dc90ee4767e485fd380b1a2f924d4432234927850000644000000000000000000000000413151533501023647 00000000000000XN-Nlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d674dd4ee8987b8727e1f8140bc489ab99d622c40000644000000000000000000000003013151533501024107 00000000000000٢D۠ '۵٢D٠ '٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0a320737307bee71e54c64580abdc745099373a80000644000000000000000000000001513151533501023627 00000000000000))))))٦))٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bb17c2abc71b5801ea678f1cab6c6c8e285113e20000644000000000000000000000000413151533501024247 00000000000000?‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/34e5f10de0e6f211151644a2270af4dbf12413180000644000000000000000000000000513151533501023651 00000000000000!ͧ= libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/98ab94f12c9d879a3b733403d11526352e5c1e560000644000000000000000000000003313151533501023637 00000000000000(.3َِ.ِ.ѐ&q'))َ.َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/79ef7f87b4d8e6190ffd850c7caca6feebd26d680000644000000000000000000000000413151533501024551 00000000000000....libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/03ac228c28357658dc945b22fe3c1349069924a50000644000000000000000000000013613151533501023563 00000000000000ٮ.ٮ..ٮ.ٮ.ٮ..ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.1..ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.2.ٮ.ٮ..ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e8b0ae3f4c019640c7b5d75d31f71bf9db8286650000644000000000000000000000013013151533501024140 00000000000000٥۹٥۹۹٥٥۹٥۹۹۹۹۹۹۹۹xn--٥۹٥۹۹۹۹٥۹۹۹۹۹۹۹۹٥ۥ۹۹۹۹۹۹۹libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dde8547cc5fdab1744eeea14ac6c1fbe78af09810000644000000000000000000000000413151533501024573 00000000000000:‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7f53ff0f3d2c2bb9a96ad9c3e3ab09eabbe24da00000644000000000000000000000001513151533501024634 00000000000000.;ގَ)ِ)ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/cd0e53650a9ccfc42bb5c30f4d1683c8bf8320340000644000000000000000000000010013151533501024167 00000000000000٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣٣libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ad6b0d59d46816a6b840da39083a883efc3583620000644000000000000000000000001613151533501024003 00000000000000xn-)-9ß.!XN--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4786e974d8c7dcbfa66763c8fb43792faa34d3980000644000000000000000000000045013151533501024202 00000000000000٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱'۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱'۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ ٢َ)۠ ٢َ) ٢D۩ ٢َ)َ٠D '.D.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ece1605ad023cd3c4d7c212f59e8e00b99a6b2040000644000000000000000000000001613151533501024171 00000000000000)))))))۰.)٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0355730d2f6853430197a0e6cadce83abe038b6e0000644000000000000000000000020713151533501024043 00000000000000.wwwwwwwwwwwwwwwwvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvwwwwwwwwwwwٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/281247d6e7f7fe6cac801e22db01ab97d5866ec00000644000000000000000000000001413151533501024213 00000000000000@ß----Olibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/eba3726ca3347aa4b710dc1c6ed87688f6aa475a0000644000000000000000000000004213151533501024265 00000000000000!ŀ̀= !ŀ= !ŀ(̀= = ! = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e138ae070d2d33faf247db964b3bf6706e87f5740000644000000000000000000000000513151533501024142 00000000000000!?libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ec77bdf2ba2607c1c5fc1834a57b8095d6c278b30000644000000000000000000000022713151533501024220 00000000000000.ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.Ǘِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.Ǘِ)ǎ,ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/09b35401bbddabab30b17ad0ec6d16be534a26d90000644000000000000000000000017513151533501024375 00000000000000)ٮXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ebe47c6b8db3450ab73b40dc8466bce1e5627d3d0000644000000000000000000000011013151533501024341 00000000000000͵͵͵͵͵8͵͵.͵͵͵͵͵͵1͵͵.͵͵͵͵8͵͵.͵͵͵͵4͵͵.͵͵͵͵͵libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c99211f81f7a0107871babf041d39667d54fad1c0000644000000000000000000000000613151533501024045 00000000000000.׳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5b98366289dc92531d856de097d4d66d459836f50000644000000000000000000000004013151533501023625 00000000000000͵8͵..);)ٵ..)ݮٵ..))ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/29b514ac27170dc29a82805e2a307092b22c3b060000644000000000000000000000001313151533501023575 00000000000000۷۽/۷۷.*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ed636bc4c07f1e1e73e9e475ab0f34ba6574140e0000644000000000000000000000132513151533501024212 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmmmmmmm'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmxn--mmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn-'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmxn--mmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn-'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmmmmmommmmmmmmmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dbadea12f524c0a5530d70c86986828e935f18e20000644000000000000000000000001613151533501024060 00000000000000۶۶۶۶libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e051c6faa8ab3d171a764911c5c85245efe5a3830000644000000000000000000000001713151533501024125 00000000000000XN--ß398Y9^9YYlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b662a81610e8cc1209494ce3c9f871445609e2320000644000000000000000000000026713151533501023567 00000000000000mmmmmm'ٮ.XN-)-mmYYYYYYYYYYYYYYYYYYYYYYYYYYYYYMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMYYYYYYYYYYYmm!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dde563a5b36f42f1e3ded385ac2e0234d3a2f0a90000644000000000000000000000000513151533501024331 00000000000000.٬.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f956574ce3424da7ae2a1530274e0c8295222ed20000644000000000000000000000027113151533501023707 00000000000000.XN--RRRRRx*n--RRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRR!̈́= RRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRrR;RRRrR;RRRRRRRRRRrR;RRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a3f575ea04c473a2c4ae552b26fdb53f1c681c6d0000644000000000000000000000024213151533501024260 00000000000000ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐ‌ݐlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/443e4562eaf869b18e2f5a346a4dc8274370b4b50000644000000000000000000000016013151533501024000 00000000000000!ŀ̀̀̀= ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀ŀ̀̀̀? = !ŀ= !ŀ̀= = !ẁ̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/62df97738804aee6efed600816180d73d367b54b0000644000000000000000000000006313151533501024015 00000000000000!ݧ= 7cZZZZZZZZZZZZZZZZZZZZZZZZZZZZR'Z))).libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4a39db58c6db7b611737b25261f454b728f7dd370000644000000000000000000000000713151533501024005 00000000000000Pَ‌vlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/214017db1e62846270b6685bddfb0af9385fee5a0000644000000000000000000000000713151533501024132 00000000000000))))٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8b0f61143ce8f8685fc6ed7f21c27f8e02257c9a0000644000000000000000000000000513151533501024153 00000000000000..-.-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5398757b8d956de27a4d60b23a69bc62a30d61e90000644000000000000000000000001013151533501024003 00000000000000ꡲ‌ʹlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/59ba1946b2747c72cc0e55fcb48273b9d20dce350000644000000000000000000000001613151533501024135 00000000000000!.ơơơơݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/95e61265f10f86e4f2bfb6d50b5e68124f7b9e300000644000000000000000000000006713151533501024074 00000000000000͵..))ٵ..)ݮٵ..))ٵ..)ݮ)͵..))ٵ..)ݮٵ..))ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/63918ff5f2bec9a0637ab280c8f645ec1fc588c50000644000000000000000000000021613151533501024237 00000000000000mmmmm*mmmm'ٮ𒌒mmmm'ٮ𒌒m!mmmmm'ٮ𒌒*mim'ٮ𒌒m!'ٮ𒌒mmmm'ٮ𒌒m!mmmmm'پ𒌒*mim'ٮ𒌒*mim'ٮ𒌒m!'ٮ𒌒mmmmٮ𒌒m!m!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/eaa465264f0e56a0a78cebaf8e5f66d4f5b0f4ac0000644000000000000000000000013513151533501024514 00000000000000ف‌َََََََََََََََََََََََََََٞٞٞٞٞٞٞٞٞٞٞٞٞٞٞٞٞlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/015a907618ec16cd6e6d933a5d08d472600c68cf0000644000000000000000000000014213151533501023774 00000000000000٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ ٢َ)َ٠D '.D٠.'٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1b90ee6d0b2d7cb710c8f051e76fc0b86170f5cc0000644000000000000000000000013213151533501024257 00000000000000aa٧٧.)َ)ގ)쮎)쮦)쮎)쮦َ)ގ)쮦@@َ)ގ)쮦@@:(@libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ed6edffcacdb8503f79f7d23c002d0931728fda80000644000000000000000000000004413151533501024441 00000000000000xn--ßr;/ﷺnnnnnnnnnnnnnnnﷺﷺﷺlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/20c279191a8013b4f58d03256099de40f1f26b7f0000644000000000000000000000000613151533501023627 00000000000000ݿ‌Zlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0da2126e97ed167b86c7fff352dda9d71d79ea0d0000644000000000000000000000013713151533501024373 00000000000000ٮ.ݮ.ٮ.ٮ.ٮ.ݮ.ٮ.ٮ.ٮ.ٮ.ٮ.ݮ.ٮ.ٮ.ٮ.ٮ.ݮ.ٮ.ٮ.ݮ.ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.ݮ.ٮ.ٮ.ٮ.ٮlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b369fcd27c4d6ed13453bd63ac8f3d94e8a797140000644000000000000000000000002013151533501024227 00000000000000۱۱۱۱۱۱۱۱libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/69d9b35d676cb936ccee76ac3c70d9c0de246b870000644000000000000000000000012513151533501024322 00000000000000٢D۠ '۹٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ '٢D٠.'٢٢D٠ D'٠.'٢D.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/46a7f0cb61cb96aede0972830ed64a26ecec2dc80000644000000000000000000000001013151533501024424 00000000000000XN--ß*-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/024ad863cae3b475c137600140e7a5704bccf6230000644000000000000000000000002513151533501023742 00000000000000 ....١١١١١١١١libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9711762aedaa4e58b3f4ca68ecdf231330763cf20000644000000000000000000000001313151533501024203 00000000000000ꡲ)‌ꡑ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8d1f40915949ded652742cce805c6b71643822a00000644000000000000000000000001313151533501023636 00000000000000)XN--ßxn;;libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fc11710734b2b74b8c280fcf02f8984fa64199c60000644000000000000000000000000713151533501024003 00000000000000۸..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/73ceb0af9cf212d1b60d39d67156692819c8ff540000644000000000000000000000000513151533501024066 00000000000000))۳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/debdd1a496d4accd622e665814d65e8f393c424d0000644000000000000000000000000513151533501024301 00000000000000F‍:libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/60bd82a0936a4ec5c30d6376bd26a8edc86d21b70000644000000000000000000000000513151533501024203 00000000000000ß--)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ca37fc267a5994e79585b9510528dbebbd673c640000644000000000000000000000000513151533501024100 00000000000000x,nßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a699fbe4c19240568b2da324f3a0c7293f44e3a90000644000000000000000000000001113151533501024050 00000000000000XN--¨ß-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4fa29a1715962b730650f747590519118209824c0000644000000000000000000000002313151533501023257 00000000000000xn--9999f.xn--9999flibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/386e94add220974191313a418424dd85c411ad6e0000644000000000000000000000107613151533501023634 00000000000000>.....>......F....(........... K-----------... ........................ . ............................... . ........xn--K-----------... ...................xn--K-----------... ............xn--K-----------... ...................xn--K-----------... ....................>......F....(........... K-----------... ........................ . ............................... . ........xn--K-----------... ...................xn--K-----------... ............xn--K-----------... ...................xn--K-----------... ........................ . ...... . -- libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7b9e44142df2cd56090d6431f96182818d749a0a0000644000000000000000000000030013151533501023637 00000000000000me-e.e-m.x而-e.ee-m.x而-e-e.e-m.x而-m.e-m.x而-e-e.m.x而-m.ee.e-m.x而-e-e.e-m.x而-m.e而-e-e.e-m.x职-m.e-e.e-m.x而-me-m.x而-e.e-m.x而-e.e-m.x而-m.e--e.e-m.x而-d-e.e-m.x而-m.e)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/964653ebea3da6d91eb2e26be808fdaccff04b530000644000000000000000000000001713151533501024514 00000000000000XN----999XU(ßUlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ac6c64fea1a91db4931e44d0b274504536bcbb0d0000644000000000000000000000047013151533501024247 00000000000000.xn--9999999rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr99999999999999900rrrr9999999999999990000004089650035136921536َِ.ѐ)xn--ِ.1ѐ))َ.;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/721dc5cca4492cdcb5ba4f857e72abac78fde18c0000644000000000000000000000011713151533501024574 00000000000000)xn--9@99XU;UUUUUUEUUUUUUUUUUUUUUUUUU*Uxn---ß*xn-UPU.|||UUxn--UUWUQUUUUPU999libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fa994e672698d76fe2baa2eaf6d25987aeaf56380000644000000000000000000000022113151533501024333 00000000000000.XN--xn--99=9999999999999999999999999a9000000000000004089650035136921536َِ.ѐ)ِِِ.999999999999999999999999a900000000000000401ѐ))َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/45b54088555dac48cb825da95ab4f8b3ea505c390000644000000000000000000000005613151533501024144 00000000000000XN--467$dfllllllllllllllllllllllllll01‌\3Xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/416369ffa2346368ca12e12ab81b75729dcd38070000644000000000000000000000000513151533501023711 00000000000000.٢.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/243327e26cd656634a74602a5df6e120a77f54fb0000644000000000000000000000001013151533501023702 00000000000000XN--ß5libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5ee45342cbb70e4dc36fe088c22bb3d949f36d2b0000644000000000000000000000002313151533501024271 00000000000000n̿̿̿̿̿̿̿‌xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/13b8658503c0f6d3c7f3f0d1f6333471d8fa36b40000644000000000000000000000000613151533501023770 00000000000000.״.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1be76e9c42f7ac2e7ba895fca9c0e9edc8ecbbc40000644000000000000000000000001313151533501024745 00000000000000 Kf K Kf Kflibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6c4ce4f7d03eafafb59dc2c16322b00c6ffab4790000644000000000000000000000001013151533501024473 00000000000000ß--ẁlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/735a783ddce1c53a915615805712d57e1348bda10000644000000000000000000000000513151533501023705 00000000000000)*۸.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dd3e5423ac402150c3137705c7818b98b670d6ab0000644000000000000000000000000713151533501023676 00000000000000)١))(.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a5b15d38691a8e912237264620ac1492cbac42420000644000000000000000000000017513151533501023617 00000000000000۷۵۷.۷ӷ.۷.۷ӷ.۷.۷۵۷.۷۷۷۵۷.۷۷.۷.۷۵۷.ۿ۷.۷۵۷.۷۷۷۵۷.۷۷.۷.۷۵۷.ۿ۷.۷.۷۵.۷۵.۷.۷۵.˷۵.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9dd67e6732f7043302c92977cd20a0f0730fa56d0000644000000000000000000000000713151533501023714 00000000000000H⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/46dde8bd2070196796c86f9c475d2ddd334948e90000644000000000000000000000000413151533501024034 00000000000000・+libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/61c47bdfedb9132865dbce6352b0ae5a3e4cb8d30000644000000000000000000000034313151533501024426 00000000000000.ٮ2nnnnnnnnnnnXXXXmmmmmm.ٮ.)ٮ.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.)ٮ.)ٮ.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.)nnXݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/440a9619e024c01d3d9bcc638c0e4747c058eec40000644000000000000000000000000613151533501024045 00000000000000.٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3d1ed0e77a66bb348a9639429bfa18f4b8a559ea0000644000000000000000000000007713151533501024237 00000000000000.XN--RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRHRRRRRRRRXN--RRRRRRRRRr.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1b6a9a6ef533956c8c6d8a03802fabb6a44d36000000644000000000000000000000043013151533501024122 00000000000000!̀̀̀̀̀̀̀!ŀ̀̀̀= 'ŀ̀̀̀- ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? = !ŀ== ̀= = ̀̀̀̀̀̀ !ŀ̀ŀ? = !ŀ= !̀̀?̀̀ŀlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/186f4c64d90f9a89f9fc3ed02a60d1784ce3b02a0000644000000000000000000000014713151533501024227 00000000000000>xn--.XN--N--......xn--.XN--N--.............xn--.XN--N--......xn--.XN--N--.................U... . libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0e98f4f47a0adfddd7cf01753c7c35f78b0b977e0000644000000000000000000000000413151533501024371 00000000000000ß-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1781ecd77aafa575babf520f9e356b5017e94b5f0000644000000000000000000000006013151533501024277 00000000000000٢D۠ '۱٢D٠ ٢D۠ '۱٢D٠ '٢D٠.'٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/013c4246389156486361749fd6bfaf90fc6a791d0000644000000000000000000000004713151533501023661 00000000000000mm--'ٮ.XN-X-mXmm--'ٮ.XN-X-mX-mm-mmmm!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/87c35b681003d0f1a8642b63dd112963de2658660000644000000000000000000000031513151533501023554 00000000000000.٨..ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ)ٮ*.ǎِ).ݮ.3ِ.)ǎِ)&ݮ.3ِ.)֮*.!ǎِ).ݮ.3ِ.)ٮǎ,).ݮ.3ِ.)ٮ*.ǎِ)ǎ,ǎ,ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ)ǎ,).ݮ.3ِ.)ٮ*.ǎِ)ǎ,ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8763ba483fbb354174d5fb9188264fc08d09deea0000644000000000000000000000001513151533501024150 000000000000001٧٧٧٧٧٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bbd3caf7ca236dff7e47f02d59cbc116698454780000644000000000000000000000020713151533501024312 00000000000000・・..・.・.・.・.・.・.・.・.・.・.・.・.・.w.・.・.㗻.・.・.・.・.・.・.・.w.・.・.・.・.・.・.・.・libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e763c5b0c397c9efeeabaf84209ce955ba64e9280000644000000000000000000000000513151533501024376 00000000000000!̈́= libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/27c7c6ff22195175311a467027b5799e3708a3150000644000000000000000000000003713151533501023425 00000000000000۰.٦٦.))))))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4fe4fb87645dd83d7f41f4849b2ce9abf061c6050000644000000000000000000000001113151533501024230 00000000000000ي‌َ)xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bf1bbf052734b574cf38eb58ec882fe7726941780000644000000000000000000000031413151533501024104 00000000000000!ŀ̀̀̀= ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀̀= ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= !ŀ̀= = !ẁ̀̀= =̀= = !ẁ̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/32cca29d9513b85bb6dcfee55bb18b941c9c220a0000644000000000000000000000033413151533501024344 00000000000000.ݮ.ݮ.3ِ..ǎِ)ǎlǎ,00000000000000000:00000000000000)ٮ*.*.ǎِ)ǎ,ǎ,0000000000000000000000000000000000.3ِ..ǎِ)ǎlǎ,00000000000000000:00000000000000)ٮ*.*.ǎِ)ǎ,ǎ,0000)0000000000000000000000000000000000000000libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bcb4e2aa2016377c5c2144adfdd83b0283531ad90000644000000000000000000000000413151533501024156 00000000000000-‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/92903bd1982efeeb362155ababe7029f49932d550000644000000000000000000000002313151533501024061 00000000000000𡿒.𡻒.𡿌.𡻒libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/60e86c76a241f0dfbfee946419a8163128393b950000644000000000000000000000000613151533501023731 00000000000000n‌xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/770dfd21ff44869ee13a586bd699d65acb12e7c50000644000000000000000000000002213151533501024234 00000000000000XN--n--PPTPPPP'P.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/96c7d5db0b64f1ad276aa7176a76f7fdb57db9260000644000000000000000000000002113151533501024305 00000000000000XN--NXk.XN--N-Nßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c379b8aa73aa52aa8a0e50879427f358cf31ce500000644000000000000000000000011313151533501024126 00000000000000.3َِ.3َِ.3ѐَ.3َِ.3ѐ)َِ.3ѐ)َِ.3ѐ))َ..3ѐ)َِ.3ѐ))َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9c3b6e7cd1ab41e559d10feca82ac69e393f04670000644000000000000000000000000513151533501024276 00000000000000.)ٮ6libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d439910f540d858a896ea4be0120cb01146666a00000644000000000000000000000001013151533501023611 00000000000000-.-..-.-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5e133594fd72ad108103a1b353cbffe799e41ca30000644000000000000000000000005313151533501024121 000000000000003u33ѐxnxn-3ѐ.3u33ѐxnxn--ِ.33nxn-3ѐVVVlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1f163053024f7c9103de00196305e98c2e792b9c0000644000000000000000000000010113151533501023541 00000000000000.Uq۴6libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0a51e3d8caf1c6658f9635f470edfaf36f4e83170000644000000000000000000000000513151533501024230 00000000000000;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6ec7b78a7204f4e3bb369a355a4eda1003b83c170000644000000000000000000000046413151533501024125 00000000000000191847097786994⵿‌⵿‌⵿‌9⵿‌⵿‌9⵿‌⵿‌9⵿‌⵿‌9⵿‌19184705994⵿‌⵿‌⵿‌9⵿‌⵿‌7⵿‌⵿‌9⵿‌⵿‌9⵿‌⵿‌9⵿‌⵿‌9⵿‌19184705994⵿‌⵿‌⵿‌9⵿‌⵿‌7⵿‌⵿‌9⵿‌1918470977867p89434⵿‌⵿ဌ⵿‌9⵿‌9⵿‌⵿‌8libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bd175decdd7b41753df2691edec8c68fd8bd70e50000644000000000000000000000004413151533501024535 00000000000000)ٮ)(!)ٮ)))ٮ)(!)ٮ)ٮ)(.)ٮ))).libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/160c2ce082fea65e9987d3eaa4afd1079d21062c0000644000000000000000000000002013151533501024177 00000000000000mmmmmm'ٮ𒌒m!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/59a3e6401fae22bf5f8c1d1ba13363b65e970d1c0000644000000000000000000000016113151533501024175 00000000000000xn--EP 2 PPPPPPP.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bd89d8c0d4ce1cf5af7cb49abac6b56b73bf54cd0000644000000000000000000000001013151533501024726 00000000000000ن‌ن-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/048d0716d900dbf35912acc6f2d8f046de6cb6f80000644000000000000000000000000613151533501024214 00000000000000 .٤٤libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a361ab759108fbc341532d29c6d2bf840d210dc50000644000000000000000000000001313151533501024024 00000000000000 .ٵ٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/61134a936774fd626cfa52357df88a0e112ddd440000644000000000000000000000007013151533501023775 00000000000000.3َِ.3ِ򙸴ِ򙸴울򙸴'2َ((울򙸴/2َ((libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3469cdf2fba548ac593574bdf56aa71aee108f410000644000000000000000000000003613151533501024277 00000000000000:‍X‍‍‍X‍X:‍‍‌-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/06b16ce31bd6b3d64eecc6e58209d60fb33523410000644000000000000000000000000613151533501024114 00000000000000aa٧٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/cbacf12f08c8d10e0c79dbff31aba570ea7cd9120000644000000000000000000000003313151533501024546 00000000000000)))))))۲.).)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6b9aa28e311a540d0a4d6d7baf6ae920cc7313440000644000000000000000000000005113151533501024163 00000000000000٢D۠ '۵٢D٠٢D۠ '۵٢D٠٢D۠ '۵.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a542f90d68af81d110d37ecb618f4e0a2a8544af0000644000000000000000000000000413151533501024177 00000000000000. . libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a2c3e0017bd9a8c2b77edbb8a2f4be13f3ee4f680000644000000000000000000000045613151533501024514 00000000000000٥..ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ)ٮ*.ǎِ).ݮ.3ِ.)ǎِ)&ݮ.3ِ.)֮.ݮ.3ِ0.)ٮ*.!ǎِ).ݮ.3ِ0.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ.ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎ .ِ).ݮ.3ِ.)ٮ*.ǎِ)ǎ,ǎ,[[[[[[[[[[[[[[[[[[[٤[[[ [ Kf K Kf Kf[[libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/17d8e3bb876443abeb7e98373e9a497c50c8593d0000644000000000000000000000001013151533501024102 00000000000000n-%.u‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a6a0d1276c0e29fb4fad4e9bf0ab1df3b156bd890000644000000000000000000000000713151533501024477 00000000000000ꡲ‌Dlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/84255d62f744312f9b6683437ec3fe9c450b5a470000644000000000000000000000003213151533501023652 00000000000000۰.)-))))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9d88623f74be7e1a25b5bec26d4bef5899cb61e60000644000000000000000000000010013151533501024314 00000000000000۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f90c04cfe8804168e47a3d550c0e4a5d99f28ab00000644000000000000000000000035013151533501024136 00000000000000)ٵ.ٵݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ)ٵ.ٵݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ)...)ݮٵ..))ٵ..)...)ݮٵ..))ٵ..)ݮ..)ٵ.ٵݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ)...)ݮٵ..))ٵ)ݮ..)ٵ.ٵݮ..)ٵ).....)ݮٵ..))ٵ.).)ݮ..)ٵ)...)ݮٵ..))ٵ..)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bec8316db94912e8cc0fdc345ded0f2e3f0672900000644000000000000000000000000413151533501024270 00000000000000-۷.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/25773cac9d1e23661ead6a39c860aad4471029760000644000000000000000000000000713151533501023771 000000000000009⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/97842b0322589969996d5958aec2b272240cf2510000644000000000000000000000004413151533501023445 00000000000000ݬ3.ݶ43.ݵ33.ݶ3.ݶݵ.ݵ3.ݶ33.ݶݵlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a2f3848f8bf6106dda8b241a55b20e8607134e300000644000000000000000000000000513151533501023755 00000000000000m‌nlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3cef6d4a53a662e6822ce180a72c93e5d5a90d980000644000000000000000000000001313151533501024140 00000000000000.׳..׳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/433398ee1002bb34e316d79fefbbf183f4f419c90000644000000000000000000000001113151533501024136 00000000000000ς̀‌̀libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6c82e21266c0a5b9e2f8d6c76769cf573ea01d9c0000644000000000000000000000000513151533501024150 00000000000000򙸴'libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/18bd814b71b8cb04bf540b82c8bba8f934b6dce50000644000000000000000000000005213151533501024346 00000000000000XN-)-mYYß.xn--9999999rzrrr99rrrrrrrr4999rlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c9222b5719a2870319765a2c0b57eea5e86e9cb10000644000000000000000000000002713151533501024001 00000000000000۸.۸.۲.۲n۲۲.۲n۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5587e6c1672b2766809441ffcc385c148b5a55a80000644000000000000000000000000613151533501023655 00000000000000‌‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/21b8e6a0fc60c15f8c1eed7d5470347e314d30a40000644000000000000000000000002613151533501024115 00000000000000۴۴...*...*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d8fdc9d6bebcd6e1b28a18faac917f8502a13b670000644000000000000000000000002013151533501024507 00000000000000۰۰۰۰۰۰۰۰libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ffb7299340884b26052b4d143fa2bff80d49328a0000644000000000000000000000000713151533501023776 00000000000000ﷺ.ﷺlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ea6511f8c2f5783a3fbc257fc6a4ced7299821200000644000000000000000000000005513151533501024144 00000000000000.3َِ.3َِ.zzzz3ѐَٞٔ*)َِ.3*))ٌ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/baf200ac6dd30f9a119138cfd5073f9261ba00cd0000644000000000000000000000001613151533501024236 00000000000000Aß-----xn--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e8833299821a2fbf130a413ddca11d2aa97daee60000644000000000000000000000062113151533501024256 00000000000000xn--ccc..xn--cccc...xn--ccc..xn--ccccc.qn--cccccccc...xn--ccc..xn--cccccccc..xn--ccc.;.Xcc...xn--ccc..xn--ccccc..x-..xn--cccccc..xn--ccc...xn--ccc..xn--cccccccccc...xn--ccc..xn--ccc..xn--ccc.+.Xcc...xn--ccc..xn--cccccc...cc...xn--ccc..xn--cccccZ.ccc..xc..xn--cccccc..xn--ccc..c...xn--ccc..xccc...xn--ccc..xn--cccccc..xn--ccc....+.Xcc...xn--ccc..xn--cccccc....x.xn--ccc..xn--cccccc..xn--ccc..xn--ccc..&libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/059e9001bdb352591e673f8f91d8a7b038175b980000644000000000000000000000000313151533501023647 00000000000000‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f301d84e91d820cb3af5e09cc5c013a24b208bae0000644000000000000000000000000713151533501024237 00000000000000.Uq,ٮ5libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/81ad76959c8c88c4236829d57b3937cf109270c50000644000000000000000000000003013151533501023606 00000000000000۲.۲.۲.۲.۲.۲.۲.۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a049414cee83b55606d762025c291851d20fcb870000644000000000000000000000010413151533501023625 00000000000000۸۸۸۸۸۸۸۸۸۸۸۸۸۸.۸۸۸۸۸.۸۸۸۸.۸۸۸۸۸.۸۸۸۸libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9de710bcc540e1b68361050da210b275145860720000644000000000000000000000001013151533501023514 00000000000000ٮ‌ٮ+libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0590e701a3c2cdcaabbf74fb89810cf5a109d4a80000644000000000000000000000002513151533501024332 00000000000000.״.״.״..״'libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9196903c1128de72ed0cf62f9506360d8b303ecf0000644000000000000000000000054513151533501024005 00000000000000>03-.XN--N-......xn---N--....xn----..xn----..xn--n--.XN--N---.XN--N;-.....xn---N-N--N---.XN--N-...xn.xn--n------.XN--N--.xn---N--....xn--n--.XN-----.XN--N-..-....xn----..xn----..xn--n--.XN--N---.XN--N;-.....xn---N-N--N---.XN--N-...xn.xn--n------.XN--N--.xn---N--....xn--n-..-...xn.xn--n---N---.XN--N--.....xn----.xn--n--.XN--N--.-.XN--N-.- libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b4818de2a226d0c8931cfe584024b3c0d1997f2b0000644000000000000000000000003513151533501024050 00000000000000)͵..))ٵ..)ݮٵ..))ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8b7eb187c6b379c9ab26acdcc42673a680e1c8de0000644000000000000000000000037613151533501024374 00000000000000.ٮ2nnnn2nnnnnnnmmmmmmmmm).ٮ.)ٮ.XnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.nn2nnnnnnnmmmmmmmmm).ٮ.)ٮ.XnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.)nnXݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fb810a247198584a74a6f85adb7e8cbef51cba270000644000000000000000000000000713151533501024301 00000000000000‌xn-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2495299ce50c1e3983521e4db157840c432f96140000644000000000000000000000010013151533501023476 00000000000000٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f1cb8ce592ae7598589571d59eb2779ed58ac97e0000644000000000000000000000001213151533501024210 00000000000000XN--ß999Ylibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9fe30c9de79261b635f684fd72e0b717119a6dfb0000644000000000000000000000000513151533501024153 00000000000000.ٮ2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f1691c197b12536e2d6bbf9c63693e62289a11c60000644000000000000000000000010713151533501023726 00000000000000-.--.-.-.-.-.-...-.-..-.-..-.-.-.-.-.-.--.-.-.-.-.--.-.-.-.-.-.-.--.-.-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ed2fd58feb84ada085121572a9abc92492aef8f80000644000000000000000000000002213151533501024362 00000000000000XN--nxn--PPPPP'P.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0430bb92796849dfc1b0e5d5baaad83af4874e9b0000644000000000000000000000002013151533501024272 00000000000000XN--mXm.XN--ßmlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fc898fabda29d08aaa37b73e0f409a4807f371dc0000644000000000000000000000006113151533501024355 00000000000000>...xn--........;........xn--...................libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c44c6a87120f53d3751253ddc385ed4a0487435b0000644000000000000000000000002313151533501023704 00000000000000xn--ßh.xn--9999Flibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/64801cbaeb4440430949a9f13c23fd1eec61ff440000644000000000000000000000002513151533501024121 00000000000000.״.״״.״..״'libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e50dd500704b1575ec2e56622f4578d7e2ff3ff60000644000000000000000000000000313151533501024060 00000000000000!Чlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ff9f34ba8c46565e67d10f676e688642410c930e0000644000000000000000000000003513151533501023744 00000000000000٢D٠ 'ٵ٢D٠ 'ٵ٢D٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1645622fb3c2c783bb45dc56981df9e773986fb40000644000000000000000000000001213151533501024021 00000000000000-𒌒-‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2bce75dfa7e2cccb0a4202776d1a05242edd9b260000644000000000000000000000007613151533501024333 00000000000000ٮ.ٮ..ٮ.ٮ.ٮ..ٮ.ٮ.ٮ.ٮ.ٮ.ٮ.1.ٮ.ٮ..ٮ.ٮ.ٮ.ٮ.1libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1effe61ff20d647392e8dc48610dca20d14c4d2c0000644000000000000000000000001113151533501024255 00000000000000)XN--‍-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a17f2cbccffbdaa658e8c3d390671f726f3f204d0000644000000000000000000000011313151533501024431 00000000000000..........................5....e................................x!n--ß....libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d623f3f12a749b450d3711545a9587e6a373d0100000644000000000000000000000001113151533501023537 00000000000000XN--ß5Xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4e06df2dec3b24507d81825a3f918481e841fc160000644000000000000000000000002313151533501023774 00000000000000(.4َِ.3֐.q&{libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3a96b89c6b938a69f52f1ee0ff84ae97b126a4cf0000644000000000000000000000000513151533501024321 00000000000000XN--2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fc5f9e5e00ab8832ef99dd898126bd39b9a3b3bc0000644000000000000000000000067413151533501024411 00000000000000.Х.3.َ.Х.3.ََ)َََ)َ)Х.3.ََ)َ).3.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.َ)ََ.)Х.3.ََ)َ).3.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.3.َ.Х.3.ََ)َ)Х.3.ََ)َ))َ).3.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.َ)ََ.)Х.3.ََ)َ).3Х.3.ََ)َ)ََ.3.َ.Х.3.ََ)َ)Х.3.ََ)َ))َ).3.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.3.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.َ)ََ.)Х.3ََ.َ)ََ.)Х.3.ََ)َ).َ)ََ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/abcef13ad44cad039a077e3a621370deaae07b860000644000000000000000000000000313151533501024375 00000000000000・libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/de32e0ce37995377cc73de8f5d7dbc44f5d352ce0000644000000000000000000000006313151533501024401 00000000000000ِ͏ِ͏)͏ِ͏ِ͏ِ͏)͏ِ͏)َ)َ)َ)َ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c0dfe138ee78537f5e2518ec81b58014df6c45d90000644000000000000000000000000313151533501024151 00000000000000‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4fd7f3ef28bf1f8b2c4f41f3c7add7799207cce00000644000000000000000000000002013151533501024444 00000000000000͵͵͵͵͵͵͵͵libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/86bd2630291fdca7cfdf54644dea392aac64d2bf0000644000000000000000000000002613151533501024431 00000000000000.״..״.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d85e97c2eefa662918ccab43fe8b4282d7375a460000644000000000000000000000011713151533501024241 00000000000000XN--y226F.XN--y035F.XN--y034F.Xn--y034F.XN--y226F.XN--y035F.XN--y017F.XN--y035Flibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/55771eedde196f68aee0d96edc316bd98acd00800000644000000000000000000000064113151533501024374 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmmmmmmm'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn-'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn-mmmmmmmmmmmmmmmmmmmmmmmmmmmmmommmmmmmmmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aec18fc6f903181370526a6a7dc771ab36fffb020000644000000000000000000000021013151533501024200 00000000000000ςςςςςςςςςςςςςςςςςςς?ςςςςςςςςςςςςςςςςςςςςς?ςςςςςςςςς?ςςςςςςςςςςς?ςςςςlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3163fb73d8999f8f254f303481a44cfd868906270000644000000000000000000000000313151533501023607 00000000000000 ٠libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/20e71af65a682732e8503694a1100473d4e18ddd0000644000000000000000000000003413151533501023622 00000000000000٦))))-٩2)٦))))-٩2)٦.٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fc493eaa4cc3e773652e957b051c83a16c6700c80000644000000000000000000000004213151533501024053 00000000000000ꡲ‌ܪ1ꡲ‌ܝꡲ‌ܪ1ꡲ‌ܲlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1a00c650bfc08e8499377738043b7027dbb79d7d0000644000000000000000000000026313151533501023726 00000000000000.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRrR;RRRrR;RRRRRRRRRRrR;RRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1f8a3b834aca7e0cc1a3639788a4230afb27e9180000644000000000000000000000037613151533501024136 00000000000000.xn--9999999rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr999999999999999999999a9000000000000004089650035136921536َِ.ѐ)xn--ِ.1ѐ))َ.;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7a2a06ea187c04a1004221258278ec903d54a6950000644000000000000000000000001513151533501023527 00000000000000x n--ß.xn--3libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0bc76f6e439e0a596d220baac40f239ad06bef160000644000000000000000000000003013151533501024250 00000000000000・・・・・・・・libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e9edd63cfc0867ef2782fcf978ef3db31bb8b9cc0000644000000000000000000000010213151533501024624 00000000000000٨٨٨٨٨٨٨٨٨٨٨٨٨ݨ٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0cb5bd0b2e54dfb076421193b884b646a40d40940000644000000000000000000000000513151533501023750 00000000000000ᾞٔlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/85fabaa5fb915a0169bdb7d99f561f87364149690000644000000000000000000000000713151533501024104 00000000000000!٧٧٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3c0779161eecc7098cd214d4ae5ae8ac89dd21720000644000000000000000000000047113151533501024223 00000000000000ہ‌ف‌ف‌ف‌ف‌ف‌3‌.ف‌ف‌‌ف‌ف‌فہ‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف-‌‌ف‌ف‌ف‌فف‌ف‌ف‌ف‌‌ف‌ف‌فف‌‌ف‌ف‌ف‌ف‌ف‌ف‌‌ف‌ف‌‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌ف‌‌ف‌ف‌ف‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/90b319aafb7713a5e977a34e050ead85da9145e80000644000000000000000000000000513151533501024133 00000000000000.٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1133d2543fb5a281d954f66482a730e4441a6a570000644000000000000000000000000313151533501023537 00000000000000{:!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9ed011541dcdb0a6aebf3c1b8b05008d16e772220000644000000000000000000000010013151533501024147 00000000000000.ِ)¨,¨d¨,.ِ).ِ)¨,¨d¨,.ِ)¨,¨d¨,¨,¨,¨,¨d¨,¨,¨,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/869cc81d360d4597c163c2ee7821e30561db9e030000644000000000000000000000005113151533501023721 00000000000000lmmmlmmmmmmmmmm(mmmmmmmmm(mmmmmm(mmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/84ef4556c10f5e97602ca52bd82b8eb693d1e90f0000644000000000000000000000001213151533501024143 00000000000000)-𐀅𐀀libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2716245f0ff424a16391e874adf2d4bb03d430d40000644000000000000000000000003213151533501023752 00000000000000۰.۰.)))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/304f6432826a9577554681447ebaa2395c4741290000644000000000000000000000026013151533501023351 00000000000000>.....>......F................ K-----------... ........................ . ................................................ K-----------... ........................ . -- libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b705387c8d9fb5b3232c6fe0add7b6b41e81627a0000644000000000000000000000000613151533501024212 00000000000000]ß--*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/89be8eb839a16a6330c37a65f35c4adf37a5de630000644000000000000000000000001013151533501024216 00000000000000)xn--‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/eb734424a41de446502be38b90db6bf0a4a9aee40000644000000000000000000000047013151533501024257 00000000000000.xn--9999999rrrrrrrrrr1rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr99999999999999900rrrr9999999999999990000004089650035136921536َِ.ѐ)xn--ِ.1ѐ))َ.;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c6d72d1a4bde4f3cc3d68801be76811fbc51e0de0000644000000000000000000000007113151533501024423 00000000000000?خzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!zzzzzzzzzzzzzlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4d41528857f082653965d7b5231da3a4b82342510000644000000000000000000000000613151533501023412 00000000000000‌'ٮlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/989a9c74fab9fc2485efe6ace030cf8b44e55d770000644000000000000000000000016213151533501024411 00000000000000>...xn--........;...xn--.....xn--.....--........;...xn--.....xn--.....xn--......xn--.xn--......xn--..............libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/03fb98b81b6db211ee477a5888713cdbe64c17530000644000000000000000000000016413151533501024066 00000000000000)ٵ.ٵݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ.ٵݮ..)ٵ)...)ݮٵ..))ٵ..)ݮ..)ٵ)...)ݮٵ..))ٵ..)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/94d435da9fb0b8ef44e7fa0ced9a23febaea15d90000644000000000000000000000004013151533501024653 00000000000000xn--ßr.ﷺﷺﷺﷺﷺﷺﷺﷺlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a8229412f733c961606257db7f5f0b852fd3e6070000644000000000000000000000000413151533501023641 00000000000000l‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f942be0d628e8dad4bd1f485ca8b0d6ad2da3dbd0000644000000000000000000000003113151533501024637 00000000000000)XN--~~ZcAAAAAAAAAAAAAAAAlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7579b0796579dc1ace29895383ab2701159ee2100000644000000000000000000000021013151533501023567 00000000000000xn--mmkmm.ݮ.3ِ.)ٮ*.Ǟِ8,mmmmmmmm.ݮ.3ِ.)ٮ*.Ǟِ8,mmmmmmmmmmmmmm'..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5bafa0e4fbc5d774d2dff8238aebce5180c2c4e20000644000000000000000000000000413151533501024560 00000000000000‌Xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fcb7c732bac5f8ea55b597a7462d1c3cf6a8f77b0000644000000000000000000000005213151533501024447 00000000000000.XN--RRGGGGGGGGGGGGGyGGGGGGGGGGGGGGGGGGGGRlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/143012e2b6205f2f29cb8b4718e6f056e07f322a0000644000000000000000000000001013151533501023666 00000000000000㌖㍿ʹlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/35d34279c7f1e634a15eedf9ed50ad77c10d27600000644000000000000000000000023513151533501024140 00000000000000.3َِ.3َِ.zzzzzzzzzz3ѐَ.3ََِِٞ.3َِ.3ََِِٞ.3ِ3ََِِٞ.3َِ.3ََِِٞ.3َِ.zَََ.3ѐ)ِ)َ..2ѐََ.zَََ.3ѐ)ِ)َ..2ѐَ)ٌ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9ebed28e4b773d938e81c732ac18613bf0e05a1c0000644000000000000000000000013413151533501024214 00000000000000.ݮ0.ݮ2.ݮ1.ݮ10.ݮ0.ݮ2.ݮ1.ݮ1.ݮ1.ݮݮ0.ݮ0.ݮ2.ݮ1.ݮ10.ݮ0.ݮ2.ݮ1.ݮ1.ݮ1.ݮ1.ݮ1.ݮ1libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5df60bfc8758831b3d9359a740c9e0f39745930c0000644000000000000000000000000313151533501023736 00000000000000۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f5fa8de170997473fbf0470d135270d3dc5467670000644000000000000000000000000313151533501023727 00000000000000!٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/16191ab9bc28d774bf1b1e2350ebed8e3235f4910000644000000000000000000000000713151533501024125 00000000000000xn'--ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fea6c59f054219d35f854a4e2f45ad5fc2d674120000644000000000000000000000002013151533501024135 00000000000000xn--n--'ßxnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8814dfa95d74dee0ee70ac92169cc658c294207e0000644000000000000000000000000513151533501024153 00000000000000X-)ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3113ee77c25473bba93782e39ece675b4d8aa1bf0000644000000000000000000000006413151533501024223 000000000000009⵿‌⵿‌⵿‌9⵿‌⵿‌9⵿‌⵿‌9⵿‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a534e79bf8b0b69e37bc687a933f77eb47ffa72b0000644000000000000000000000002613151533501024326 00000000000000ٮ‌ٮ‌ٮ‌ٮ‌ٮlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f684cf9ff456e9f9be52ddcb2601aa11667eb49b0000644000000000000000000000007313151533501024377 00000000000000.3َِٔ.3َِٔ.3.3ѐَِٔ.3ѐ)َِ.3ѐ)ِ).3ѐ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/19b13548213825d01c29da09865704888333bdb50000644000000000000000000000010213151533501023410 00000000000000.)ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b5b7b1b8c58f904fde8ebedf4ea8b932224479300000644000000000000000000000005013151533501024305 00000000000000۷۵۷.۷۷.۷.۷۵۷.۷۷.۷.۷۵.۷۵.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b1281098e5c5e7d94622b1cfe586dc6ce407a2b90000644000000000000000000000001313151533501024140 00000000000000-🚵x𝅘𝅥𝅮libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6b31bd30e42a7f0f41746eb55e51c95b49222e740000644000000000000000000000152213151533501023770 00000000000000.َ)..َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)ِ)Ǟ,ِ)Ǟ,)Ǟِ).َ)ِ)ِ)ِ)Ǟ,َِ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)ِ)Ǟ,ِ)Ǟ,)َ)ِ)ِ)Ǟ,َِ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)ِ)Ǟ,ِ)Ǟ,)Ǟِ).َ)ِ)ِ)ِ)Ǟ,َِ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)ِ)Ǟ,ِ)Ǟ,)Ǟِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)ِ)Ǟw,ِ)Ǟ,)Ǟِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)َ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)Ǟ,ِ)ِ).َ)ِ)ِ)Ǟ,َِ)ِ).َ)ِ)ِ)ِ)Ǟw,ِ)Ǟ,)Ǟ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bcbd44c463b176234a6cda1f09f7a4d6221b808d0000644000000000000000000000001413151533501024171 00000000000000‌‌‌‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/20f1c966f3a7731eae88449f12dceab3e82158450000644000000000000000000000001613151533501024063 00000000000000wَََٞ‌َlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0d141542b5587b58b252d5ebdbd4ba804ce25ad40000644000000000000000000000014413151533501024172 00000000000000)ٮ.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f4545b453329e8c4be49cd2fe18964aef88e4b1b0000644000000000000000000000000613151533501024236 00000000000000-ß!--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fd1159847b1001d26006e6677b5f8d2b5e7cc6280000644000000000000000000000002113151533501023713 00000000000000.3َِ.3َِlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/105f652de39850de70800ae9b73d7461cb405db30000644000000000000000000000000513151533501023762 00000000000000.)ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1a52d66f2b181436f62a25bad16a127c2c7e92080000644000000000000000000000002013151533501023744 00000000000000"ِ)¨,¨,¨,¨,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f7268d45d22c1722a4b47f7beb46c8d529a60beb0000644000000000000000000000003013151533501024207 00000000000000۶.)))).)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7f77f299ed0381360abe76e61708c8a58fe7c7670000644000000000000000000000024513151533501024042 00000000000000xn-۰١x-۰١-۰١-۰١١-۰١-۰١-۰١--۰١xnxn۰۰١-۰١-۰١-۰١-۰١-۰١۰١۰١-۰١۰١-۰١-۰١-۰١--۰١xn-۰١-۰١-۰١-۰١-۰١-۰١-۰١۰١-۰١libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2daa8f112b9caaad4161ed480a8e4d503af1b0ac0000644000000000000000000000001413151533501024443 00000000000000..٤٤٤٤libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/609f7dcb0de9876e295fc8d3a2fcca8d82c61d7b0000644000000000000000000000000613151533501024456 00000000000000.׮.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/92aab9072316c159d2b847b08b59f6878d4ef4330000644000000000000000000000000313151533501023727 00000000000000)ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b762708d17f34f87448887a30f7fbf4205696d1c0000644000000000000000000000000413151533501023662 00000000000000-۳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/845d72902de9ef1a1dc7aa704e46f76eafe9d0000000644000000000000000000000000713151533501024275 00000000000000ß--=*,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7d3ecfe63a51da6ca8682300d4645b06a2ebe96d0000644000000000000000000000001513151533501024264 00000000000000))٥)٥libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a3aaab57933e46c94a6381fcab0baab2885fc0550000644000000000000000000000000513151533501024331 00000000000000ҖYY)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d26b75b881429419479f0debf421ae672c2539200000644000000000000000000000011713151533501023644 00000000000000..........................5....e&...............................x!n--ßxn--....libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6a7852180d9fd6bd0221aea92ecc20d929f3506e0000644000000000000000000000013713151533501024133 00000000000000юўَََََََََََََََََََََََََََََْٞٞٞٞٞٞٞٞٞٞٞٞٞ‌rrlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7b193a5c52dddc5a941578768299f5247dfe8ec70000644000000000000000000000022413151533501024116 00000000000000!nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnݧ=) libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3fff0aca66f65fe13e49cf8a38a82f495123ba9f0000644000000000000000000000015313151533501024373 00000000000000xn-۶n-۶۶۶-۶n۶۶۶۶wwwxn-۶۶۶-۶n۶۶۶۶wwww..wwwwww.۶۶-۶n۶۶۶۶wwwxn-۶۶۶-۶n۶۶۶۶wwwwwlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/615cffb63ebdc04f08dfc45de74ad18c553881420000644000000000000000000000035013151533501024277 00000000000000xn--mmkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXT1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXmmmmmmmmmmmAm.mmmmmmmmmmmmmmim!mmmmm'..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3ed237a7223b5d7707e0e9a50a80fd08cf992ab00000644000000000000000000000003013151533501024120 00000000000000٢D۠ '۱٢D٠ '٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/49f140a5f4c182285ac525f4780f8b93f6d247740000644000000000000000000000047213151533501023661 00000000000000.xn--9999999rrrrrrrrrr1rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr@rrrrrrrrrrrrrrrrhrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr99999999999999900rrrr9999999999999990000004089650035136921536َِ.ѐ)xn--ِ.1ѐ))َ.;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/98b7c899d34356c7092d18fe5223529ccab6e5b00000644000000000000000000000017213151533501024020 00000000000000۲.۹.۲.۲.۲.۲.۹.۲..۲.۲.۹.۲.۲.۲.۲.۹.۲..۲.۲.۹۲.۲.۲.۹.۲..۲.۲.۹.۲.۲.۲.۲.۹.۲..۲.۲.۹..۲..۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e1942b26600a27664717d2fea6d58b97cf4eff720000644000000000000000000000051613151533501024076 00000000000000 -- n :.)َ--- n :.)َ-- n : -- n :.)َ- -- n :.)َ---7 n :.)َ- -- n -- n :.)َ--- n :.)َ-- n : -- n :.)َ- -- n :.)َ---7 n :.)َ- -- n :.)َ- :.)َ- - - - libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/48b7588024bf2b7e32f69596c8887c5ca7f052730000644000000000000000000000001213151533501023667 00000000000000xn--U=libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fab104a875a324c17a608a6b9f131553aca855710000644000000000000000000000001013151533501023743 000000000000002‌.5-*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aeb88124f49850948857544fa7be7e01f373f7370000644000000000000000000000000713151533501023672 00000000000000ٮ‌ٮlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5d345dcd8f685513004d486028fe6f0d7968467d0000644000000000000000000000004513151533501023667 00000000000000۲.۲.۲.۲.۹.۲.۲.۲.۲.۹.۲..۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f69dae03c370f0e1cc01679d9078e46865c31b030000644000000000000000000000061513151533501024000 00000000000000>...xn--........;...XN--.xn--.....xn--........;...XN--.......;...XN--.xn--.....xn--........;...XN--.xn--.XN--.xn--.....xn--........;...XN--.......;...XN--.xn--.....xn--........;...XN--.xn--....................t..xn--..................t.............;...XN--.xn--.....xn--........;...XN--.xn--.XN--.xn--.....xn--........;...XN--.......;...XN--.xn--.....xn--........;...XN--.xn--................tlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8674b60fc7a39ec6337fba69f00b650984a49c9c0000644000000000000000000000007213151533501024101 00000000000000‌z‌m*‍q‍‌‌‌m‌‌m*‍‍‌‌|XN‍‌‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a67b442bc0a518af534f76bfa47a25494f38c41d0000644000000000000000000000012313151533501024126 00000000000000xn--ß--.xn--n-MMMxn--MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMEMMMMMMMMMMMMMP,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3861b2a17b56ee9dddf14e722d811cec1db1a7070000644000000000000000000000027013151533501024261 00000000000000!nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnݧ=) libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/868e8619032374ea5448e1c6c9f649171c5c793f0000644000000000000000000000117713151533501023624 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmkmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmimmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.xn--msmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmm.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmimmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.xn--msmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ܮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e2b902230d418f97484530ce8ecda6d237f4cc570000644000000000000000000000000313151533501024054 00000000000000・libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ec3acb62fc58cc84a17990a3d594ce63b74e69860000644000000000000000000000002013151533501024232 00000000000000٠٠٠٠٠٠٠٠libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c3049f4cedff187a63b1014b18d891a9d434a3b50000644000000000000000000000000413151533501024122 00000000000000 HKflibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/cd25c9d9c99a20df8c30d10cb555fbf6a760f53a0000644000000000000000000000044713151533501024362 00000000000000.3َِٔ.3َِٔ.3.3.3َِٔ.3َِٔ.3.3ѐَِٔ.3َِٔ.3.3.3َِٔ.3َِٔ.3.3ѐِٔ3.3َِٔ.3َِٔ.3.3ѐَِٔ.3َِٔ.3.3.3َِٔ.3َِٔ.3.3ѐَِٔ.3ѐ)َِ.3ѐ)ِ)3ѐ)َِ.3ѐ)ِ).3ѐ)ََ.3ѐ)َِ.3ѐ)ِ)3ѐ)َِ.3ѐ)ِ).3ѐ)َ.ѐَِٔ.3ѐ)َِ.3ѐ)ِ).3ѐ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b845c6ff1409de228b1ff353fbd370efb65430850000644000000000000000000000011113151533501024134 00000000000000.XN--nnnnnnnnnnnnjnnnnnnnxn--nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/99c7bbe497abea45aa0b462b14a439f9c5f188b00000644000000000000000000000013713151533501024300 00000000000000ßß.xn--A19541r.xn--A39085r.xn--A19542r.xn--A3R9085r.xn--A19542r.xn--MO-ßu&&.xn--A19543r.xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6a47b09b0fb1be364368eb8f637d6494cc5c6dd30000644000000000000000000000121513151533501024227 00000000000000!̀̀̀̀̀̀̀!ŀ̀̀̀= *ŀ̀̀̀- ŀ̀̀̀? = !;|= !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րςW =ŀ̀̀̀= wlŀ̀̀̀? = !ŀ== ̀= = ͇̀̀̀̀̀ !ŀ̀ŀ? = !ŀ= !̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? =̀= !ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀ŀ̀րς? =ŀ̀̀̀= ŀ'̀̀́? = !ŀ= !444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444ŀ̀ŀ? = !ŀ= !ŀ ̀ŀ̀̀= ̀=ŀ? 9 !̀? = !ŀŀ̀̀ŀlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6bc535e62a9139ff2096ba5aa809f70f7bb7664c0000644000000000000000000000010413151533501024143 00000000000000.2юRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRr.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c58edcda82d466f6adecc7f85c7be94b3e70f54e0000644000000000000000000000016413151533501024625 00000000000000۳.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-%%%%%%%%%%!%%%%%%%%%%%%%%%%%%%%%%%%%%libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8cd17de92fa2a8624fc97539222c7cde091f1fe20000644000000000000000000000124613151533501024234 00000000000000..1..xn--61c.xn--61c....xn--62c.xn--61c...xn--61c.xn--61f..&.xn--61c.xn--61c4ff..xn--61c.xn--61c....xn--61c.xn-c.xn--61c4f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn.xn--611c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn.xn--61c4f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn61c..c4.&.xn--61c.xn--61c4ff..xn--61c.xn--61c....xn--61c.xn-c.xn--61c4f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn.xn--611c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn.xn--61c4f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn--61c..c4f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn--61c...xn--61c.......f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn--61c...xn--61c........xn--61-c4ff..َlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9e6c02fe060be9d378258178afffa8b96f74bf320000644000000000000000000000000613151533501024242 00000000000000!ݧ= Plibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/468dfcb0c5622fc2f799250266b3628e6f34980c0000644000000000000000000000002513151533501023734 00000000000000...٤٤٤٤٤٤٤٤libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/09310749b5359867c4a6ea25baea3ba151e115d60000644000000000000000000000003313151533501023755 00000000000000xn:--XNx-0ß).n:`ё-n:nnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/72aeb3ca7a83af81d1fe0092cee8fbdf1e2268450000644000000000000000000000010413151533501024425 00000000000000Ï-)...............................................................!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/888d89b1db2928a88b46cd5ed936916aa1fa71250000644000000000000000000000040413151533501024102 00000000000000͵.‍!ََََََََََََٞٞٞٞٞٞxn--َََََََََََََََََََٞٞٞٞٞٞٞٞٞxn--َََََََََََََََٞٞٞٞٞٞٞٞŀrr1rxuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuZRlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9d34f5b9f614f2522beefd950b8d5691aafe02780000644000000000000000000000000713151533501024232 00000000000000xn--ßHlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ccba6f275508c0ace4a2c1f41e4422de7dc2187a0000644000000000000000000000002613151533501024327 00000000000000.׳..׳..׳..׳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/665807c2c22b79bbf1ee80eec59fd04cabc007aa0000644000000000000000000000003213151533501024415 00000000000000.َ)ِ).َ)ِ)ِ)Ǟ,ِ)Ǟ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1d30dc79bd7a3e5dadfed469f6b33146fc3f692d0000644000000000000000000000001513151533501024443 000000000000009⵿‍⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/46c616761b3f1a4079eb6ff12ebd49b6394c9f070000644000000000000000000000000713151533501024067 00000000000000xn--ß|libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5088e6498c3b010fe9c26553219e282ceeea36e60000644000000000000000000000030513151533501024010 00000000000000-- n .ٮ2nnnnn.;ގnn:nnnn'nn,nnnnnnnnnnn:.)َ- -- n :.)َ- nnnnnnnnnfnn nn )َ )َ + + . . - libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fdc4ebe743e5f9008d002bf4173868c932cfd7ec0000644000000000000000000000000413151533501024302 00000000000000 .٤libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/42b731bab74be9d746fde6083cd6768f782583970000644000000000000000000000005213151533501024032 00000000000000.xn--0099000a099000a999a9000a0999999a90000libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ff9ca32a5736fc31da79f9f2880f5519d36c67e70000644000000000000000000000001013151533501024163 00000000000000xn--%‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/55abe66181b9df3125687da6ef552d69f27b67e20000644000000000000000000000003313151533501024077 000000000000001ََََََََٞٞٞ‌xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f0450eaee6b5ce5b387fd954b8bf2d7ba006dc010000644000000000000000000000032113151533501024421 000000000000003.xn-m.xn-m.xn-em.xn-m.XN-ծ.xn-N-ծm.xn-m.xn-em.xn-m.XN-ծ.xn-em.xn-m.X.xn%m.xn-m.xn-em.xn-m.XN-ծ.x1.xn-m.xn-mm.xn-m.XN-ծ.xn-N-ծm.xn-m.xn-em.xn-m.XN-ծ.xn-em.xn-m.X.xn-m.xn-m.xn-em.n-N-xn-en-e;.xn-mm.xn-mmlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e5818a93bbb4b31208a3cf3701f7519ba588f1b60000644000000000000000000000055313151533501024054 00000000000000.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRRRRTRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRTRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRrR;RRRrR;RRRRRRRRRRrR;RRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4471a2d3e388a89b0983d9c9bd2a5d03db8098630000644000000000000000000000001113151533501024004 00000000000000xn--ßxH!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1386fa69627ac6f6f136802232837b027b4a5a460000644000000000000000000000000613151533501023552 00000000000000 Kf Knlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/25a47f75935ab9f5e0f83a5611b513fcfa8be24f0000644000000000000000000000000713151533501024220 00000000000000۴..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f2334bd984b51a86a099a6bf6fdee23196c30ca00000644000000000000000000000001713151533501024211 00000000000000xn--ßT.xn----libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5268682fc43dc7c5b4749a5cb4178d7c585f06580000644000000000000000000000001313151533501023743 00000000000000wׁׁׁ‌llibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1e2078311bfd16b05d545a6d0a62d235f57ba0420000644000000000000000000000157013151533501023744 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmkmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmXN--mmmmmmmmmmmmmmmm.xn--msmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xnmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmkmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ'mmmmmmmmmmmmmmmmmmmmmmm'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmkmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmXN--mmmmmmmmmmmmmmmm.xn--msmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xnmmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmkmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmXN--mmmmmmmmmmmmmmmm.xn--msmmmmmmmmmm--mmmmmmmmmmmmmmmmm.mmmmmmmmmmmmmmmmmmmmmmmm'ܮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aaaae06dc1ad7bce3fc6e967ef71339b238527880000644000000000000000000000010513151533501024361 00000000000000.2юRRRRRRRRRRRRRRRRRRRRRRRRR!RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRr.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f9f8bd1ee86d197854fee3ea24df4bd90d1066cc0000644000000000000000000000002413151533501024455 00000000000000ِ͏ِ͏)َ)َ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d0b33fef8f8afcf52e067388a5a6dfccd2db43d40000644000000000000000000000001413151533501024576 00000000000000XN--PPPP'P.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fe725ecb7e993c7707a3ff3862825e37768d982e0000644000000000000000000000003013151533501024043 00000000000000۲.۲.۲.۲.۹.۲.۲.۲libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0712e99cae43364a023b997fe31358e0470117940000644000000000000000000000002413151533501023474 00000000000000۷۷۷.۷۷.۷.۷۷.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2b920285495b29e338e75eaa9db4d81dfb0785610000644000000000000000000000001513151533501024007 00000000000000XN!--ß366666libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6f24456735ee0fea0ec952197762312aa3d1cfc20000644000000000000000000000026613151533501024054 00000000000000.xn--9999999rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr999999999999999999999a9000000000000008179300070273842536َِ.ѐ)xn--ِ.1ѐ))َ.;٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a80e72a7397bba011a986c25abc4d0c955c955420000644000000000000000000000005313151533501024045 00000000000000㍿.㍿.㍿.㍿.㍿.㍿.㍿.㍿.㍿.㍿.㍿libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/673b36cbeb67740dd716fa9f01b218d0ac3834990000644000000000000000000000000613151533501024055 00000000000000쮏ᆭlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d1189dac7418d642c36f5aeff16512ed9bc74e0e0000644000000000000000000000002413151533501024277 00000000000000۷۵۷.۷۷.۷.۷۵.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c01197d342355205ed223d38a4ab8a93affbb9e30000644000000000000000000000000513151533501024113 00000000000000׳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/78ea7861c69abf57312fe0dbc6976c41dc34fa9c0000644000000000000000000000001213151533501024306 00000000000000ﵿ⵿‌xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9c47c91dc723d47272686544e762caf6525bc1de0000644000000000000000000000001213151533501024006 00000000000000)١)١))(.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b80765839e768e1b395e4ec3bd0e17df96bd9edc0000644000000000000000000000046013151533501024332 00000000000000.3َِ.3َِ.zzzzzzzzzz3ѐَ.3ََِِٞ.3َِ.3ََِِٞ.3ِ3ََِِٞ.3َِ.3ََِِٞ.3َِ.3َِ.zzzzzzzzzz3ѐَ.3ََِِٞ.3َِ.3ََِِٞ.3ِ3ََِِٞ.3َِ.3ََِِٞ.3َِ.zَََ.3ѐ)ِ)َ..2ѐََ.zَََ.3ѐ)ِ)َ..2َِ.zَََ.3ѐ)ِ)َ..2ѐََ.zَََ.3ѐ)ِ)َ..2ѐَ)ٌ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c441d8fb4976bacce104721007d7277cdc708bc40000644000000000000000000000006613151533501024131 00000000000000.3َِ.3َِ.3ѐ)َِ.3ѐ))َ..3ѐ)َِ.3ѐ))َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d5605d4f0e81de25a84b07326067d9a3ebb00d870000644000000000000000000000002013151533501024037 00000000000000mmmmmm'ٮ.mmmm!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/67ae7334eacc9d6aaaf558b4f41a94d7382e2e440000644000000000000000000000000613151533501024301 00000000000000..٠٠libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a87f3244a2bd8fc486cc854e2e409b9e892109cd0000644000000000000000000000013613151533501024157 000000000000005٠٠55٠٠55٠٠٠٠٠٢5٠5٠٠55٠٠55٠٠٠٠٠٢5٠٢٠٠٠٠٠٢5٠٢٢٠٠٠٠٠٢5٠٢libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bd07396c67d9bb18785082e74d359e846bddada80000644000000000000000000000004413151533501024165 00000000000000XN--nnnnn,nmnnnnnnnnnnnnnnnnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e94ee42e502c5d51f76dffa6bf25113ad0edde9d0000644000000000000000000000165713151533501024527 00000000000000.ٮ.)ٮ.XXXXXXXX..........................................XXXXXX..............................................................................................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX......................n......XXXXXX..............................................................................................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)XXXXXXXXXXXXXXXXXXXXXX.XXXXXXٮ.)X....................................................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)XXXXXXXXXXXXXXXXXXXXXX.XXXXXXٮ.)X....................................................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)XXXXXXXXXXXXXXXXXXXXXX.XXXXXXٮ.............................................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)XXXXXXXXXXXXXXXXXXXXXX.)Xݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e6528bedcbfd7c1262f1ffcb2b57ed4a9a59a7b50000644000000000000000000000001413151533501024575 00000000000000・・・・libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/188b7e3a6b23c3fce8d8671ac9ea63d8ff45eef00000644000000000000000000000007613151533501024462 00000000000000.ٮ2nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn'nnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4c7cf0e042b9e239ff29d069bf92375777a21dac0000644000000000000000000000001313151533501024143 00000000000000𒺌‌َِlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/53e22b44b5ae2eb1c22ed370aff12e62cc20180c0000644000000000000000000000017413151533501024233 00000000000000.XN--RRRRRRRRRXN--RRRRRRRRRRRxn----RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRxn----RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRLRrR.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ff46b98dac803f61271ece74c9327a85cbb59fb80000644000000000000000000000005313151533501024320 00000000000000.׳..׳..׳..׳..׳..׳..׳..׳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b9dd2789b8c9e30337b6bf0489d430307eebb3880000644000000000000000000000046013151533501024077 00000000000000.٤..ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.6ِ.)ٮ*.!ǎِ)ٮ*.ǎِ).ݮ.3ِ.)ǎِ).ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ)ǎ,).ݮ.!ǎِ).ݮ.3,ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b83a72b7b0f075348e40d289470b854c43c0ded40000644000000000000000000000002313151533501023766 00000000000000.٥)٥.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f2125d72cb44e4a521ab653b40a5036b16d8f25e0000644000000000000000000000023513151533501024025 00000000000000΅΅΅΅΅΅΅΅-.΅΅΅΅΅΅xn΅΅΅΅΅΅΅΅Nn΅n΅΅΅΅΅΅΅΅-N-΅΅΅΅΅΅5.xn΅΅΅΅΅΅΅--xn-n΅΅΅΅΅΅΅΅t-΅΅-΅2t΅΅΅΅΅΅΅-t΅΅.Xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d16ab21b3ce0fed185ccfe9ea6d62ebdeb066d950000644000000000000000000000001013151533501024640 00000000000000𙒒‌2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/207773cd42e0ba5d94d70a9dea681b6e905f0c6c0000644000000000000000000000076313151533501024222 00000000000000.ٮ2nnnn2nnnn2nnnnnnnmmmmmmmmm).ٮ.)ٮ.XnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.nn2nnnnnnnmmmmmmmmm).ٮ.)ٮ.XnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.)nnXݮ.nnnnnnmmmmmmmmm).ٮ.)ٮ.XnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.nn2nnnnnnnmmmmmmmmm).ٮ.)ٮ.XnnnnnnnnnnnnnXXXmmmmmmm'ٮ.XXXnnX.XnXXXXXٮ.)nnXݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f752a7488258b568fd04e0071e03e47645e9ec2f0000644000000000000000000000002713151533501023737 00000000000000۸.۸.۲n۲۲۸.۸.۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9becea2d519ae153411a4f59f7f8e89fccbfb84e0000644000000000000000000000011013151533501024530 00000000000000͵8͵.͵8͵..');)ٵ..)ݮٵ..)).');)ٵ..)ݮٵ..))ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ab5cbdd45f468b9b3d741718fbb7e0766d6ffeb60000644000000000000000000000001413151533501024451 00000000000000򙸴򙸴򙸴libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4e2325208b611833786429ea085ef1fa4fda2fd20000644000000000000000000000007613151533501023775 00000000000000.ٮ2nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnndnnnnnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/94a5139326d2e5601ba946a38cd0d96af2422fe70000644000000000000000000000001013151533501023764 00000000000000xn--6ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0614fc8b7718b4e516d946a351724f2ddc1014a90000644000000000000000000000000713151533501023706 00000000000000۶.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/cb232d2fda9be4810a41df5f5c119c1d95b4e0eb0000644000000000000000000000011713151533501024413 00000000000000۷۵۷.۷۷.۷.۷۵۷.۷۷۷۵۷.۷۷.۷.۷۵۷.۷۷.۷.۷۵.۷۵.۷.۷۵.۷۵.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0a0a08d00a14ee511676363748efe23e1c5c52c00000644000000000000000000000000413151533501023735 00000000000000!۷.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4af486bb2c2cb8b6042f00f1918784659a9a6e430000644000000000000000000000000413151533501023774 00000000000000XN--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/df4c6d84c6c787af9d15d509adee3d883a8ba0f20000644000000000000000000000001313151533501024450 00000000000000ݮ‌ِٗݮlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b0ddd660be2b99493f8aad9104d37ee374587dfb0000644000000000000000000000001413151533501024306 00000000000000..٢٢٢٢.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/fe3f2f51f866d0aa02d293c390874bffb2b4fce80000644000000000000000000000000713151533501024357 00000000000000 ..١١libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/476416db7d4fc44bc0a3d41c803eaa0c833445f60000644000000000000000000001000013151533501024106 00000000000000 libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f44a6dc3db1287f27265e514f7b2a3b3232d1fd30000644000000000000000000000030713151533501024121 00000000000000(XNXX.XnNXX.XnXXX.XnXf.XnXX.XnXX.XnXnm.XNm-H.XNmmXXX.XnXf.XnXX.XnX.XnXXX.XnXf.XnXX.XnXXP.XnXnm.XNm-H.XNmmm-H.XNm.XnNXX.XnXXX.XnNXX.XnXXX.XnXf.XnXX.XnXXP.Xnnm.XNm-H.XNmmXXX.XnXf.XnXX.XnXXP.XnXnm.XNm-mlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/75a0894339d9269640fad792978e2deeaddc3c6b0000644000000000000000000000000713151533501024166 00000000000000XN--۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e1af9c12b55d788235fc8e0f05b82df08bd53a1e0000644000000000000000000000000613151533501024271 00000000000000۲.۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3c04219e207ba63d66b75102e474c68770c4d8090000644000000000000000000000002613151533501023552 00000000000000..٣٣٣٣٣٣w٣٣wlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3d9f136c8f54405f91df6a0dffdf210c36ef37000000644000000000000000000000004013151533501024210 00000000000000ςςςςςςςςςςςςςςςςlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a0480faff19c82b43f516c8b6f5fcea7272ecf580000644000000000000000000000003613151533501024367 00000000000000.3ََ)َ)ǎ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2df09eb8aed9076e28d714f1436b7fcecb87cd0c0000644000000000000000000000016213151533501024447 00000000000000.ٮ.)ٮ.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)XXXXXXXXXXXXXXXXXXXXXX.XXXXXXٮ.)Xݮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9754c613ae00f54f4191bacfa09cb6aa20ba962f0000644000000000000000000000004413151533501024251 00000000000000.8َێiiiiiiiiiiiiiiiiiiiiiiiiَ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9b78f7ed908978a6b2554647b4fa00228815e1960000644000000000000000000000000613151533501023607 00000000000000۳.۳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/59ac49e9b1737069faef9035f9f7e21aee64975a0000644000000000000000000000003013151533501024167 00000000000000򙸴򙸴򙸴򙸴򙸴򙸴libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/00276ec6d889535d869ea5a0c1eedf878ae396250000644000000000000000000000003013151533501024101 00000000000000a٥a٥a٥a٥a٥a٥a٥a٥libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/312d7f539edb97135715e8dd5d797434886dde090000644000000000000000000000002113151533501023752 00000000000000㌖㍿ʹ.۲㌖㍿libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7502c3b371faa915b162b0b30c8641a3022eaf870000644000000000000000000000013213151533501023733 00000000000000٢d٦٢٦٦٦٦٦٦٦٥٦d٢dۢ٦٦٦٦٢٦٦٦٦٢٦٦٦d٦٦٦٦٦d٢٦٦٦d٢٦٦٦٦٢libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d4be32434900a8670f172bac64e31be41120e2d80000644000000000000000000000000513151533501023740 00000000000000-‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a30574c20feef783005705710b9529816e78b9900000644000000000000000000000011513151533501023505 00000000000000٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ '٢D٠.'٢٢D٠ '٢D٠.'٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ca581882c57d980deb1fed9d7a929617c320c3a90000644000000000000000000000010513151533501024152 00000000000000.2юRRRRRRRRRRRRRRRRRRRRRRRRRORRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRrR.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/310dd9a77ff7618a874430ea654f6896df0ec41e0000644000000000000000000000001513151533501024075 00000000000000..٩٩٩٩.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8e918de17c9a423facfd58d715fe6e9c8fbabd9d0000644000000000000000000000002113151533501024623 00000000000000(.4َِ.۶.3libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aec81fd1e061b22c4c2a01acec5357147d27be250000644000000000000000000000006313151533501024237 000000000000009⵿‍⵿‍9⵿‍⵿‍9⵿‍⵿‍⵿‍⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/452c06f314a5dd984b6178c649294af973b42eff0000644000000000000000000000000713151533501024016 00000000000000ꡲ‌blibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/15330a0b15a20c6da5620a797b87eae260c996090000644000000000000000000000000413151533501023671 00000000000000X‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c085373436a6ade0e486db9408e5a9a17b45321d0000644000000000000000000000001313151533501023765 00000000000000...٠٠٠٠libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dfadc23c27e934c970f4af110f71fa44f52defde0000644000000000000000000000001013151533501024503 00000000000000ٮ‌ٚNlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/05b2c6078e57f9b1531bb8d96a1833a658dd97af0000644000000000000000000000002013151533501024063 00000000000000٨٨٨٨٨٨٨٨libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6afa5e47820da29f6553390219affc62f35a75e50000644000000000000000000000062713151533501024074 00000000000000mmmmm'mmmmmmmmmmmmmmmmmmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.mmmmmmmٮ.xn--mm2mmmmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmm-mmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmxn--mmmmmmmmmmmmmmmmm.mmmm;m'ٮm;m'ٮ.xn--mmmmmmmmmmmmmmmmmmmmm.xn--mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/71ec3c8d1ee694e89a1ce54e2231f02f1b7d474c0000644000000000000000000000010413151533501024213 00000000000000.2юRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRrR.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/34a6234ea26d908c35ca9305c8fe3e3b252523490000644000000000000000000000015113151533501023706 00000000000000a٥a٥a٥a٥a٥a٥a٥a٥a٥aa٥a٥a٥a٥a٥a٥a٥a٥a٥a٥a٥a٥aa٥a٥a٥a٥a٥aa٥a٥a٥٥a٥a٥a٥a٥alibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/99f999bc6d5cc63ccb28451fd903925621fa5c910000644000000000000000000000001113151533501024076 00000000000000vۡۡ‌xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e7349119e5ab8448524310e6045a10e7dd1fee080000644000000000000000000000047213151533501023715 00000000000000..1c.xn--61c4f.xn--61c.xn--61c4ff.xn--61c.xn--6c4f...xn--61c.xn--61c...xn--61c........xn--61c.xn--61c....xn--62c.xn--61c...xn--61c.xn--61f..&.xn--61c.xn--61c4ff..xn--61c.xn--61c....xn--61c.xn--61c....xn--62c.xn--61c...xn--61c.xn--61f..&.xn--61c.xn--61c4ff......xn--61c.xn--61c.xn--661c.xn--61c.xn--61c.xn--c4ff..َlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aa617de5f91a61a70fd65da35c92d4f91caf0a7e0000644000000000000000000000014413151533501024430 00000000000000xn--mmkmmmmmmmm.ݮ.3ِ.)ٮ*.Ǟِ8,mmmmmmmmmmmmmmmmmmmmim!mmmmm'..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1052c432ac868e6f3fbb09dc79401bd2a88fd4e80000644000000000000000000000000413151533501024213 00000000000000 .٠libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4c41b8e20bafad6eb7269699a04031f89c35a6c10000644000000000000000000000003013151533501024123 00000000000000ßXx-:.:44444444444444libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4b130ee7f545428868035ad0a722112fb1277aa20000644000000000000000000000003213151533501023604 00000000000000۲.)-))))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a7e06f9d59b50a301c6d82484902ec7fa25faa570000644000000000000000000000000513151533501024132 00000000000000 𤒡libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c3ad5b352a1799bb6fcf2b15e71ce0bf58afd7700000644000000000000000000000000513151533501024424 00000000000000.iٮ)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/432ccf517da1b568af39598243224a60095565470000644000000000000000000000002013151533501023473 00000000000000٩٩٩٩٩٩٩٩libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dd728618de53075649aa67f886f1f1a68a5408b20000644000000000000000000000000413151533501023734 00000000000000 .١libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/75d9f063f90b2dabbd4d7c6b333c821a7571e7dd0000644000000000000000000000000413151533501024270 00000000000000 -ßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4fa01e3150a22cb929c6d19a12ae80fc00d0353b0000644000000000000000000000001413151533501024062 00000000000000a٥a٥a٥a٥libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ff2d65c2c698814ec6cb91d9088ff05719c81d130000644000000000000000000000001213151533501024076 00000000000000.ٮ2.ٮ2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ea9af974bafa8c3c7c855536041101ffb1693b650000644000000000000000000000011713151533501024137 00000000000000״״.״״.״״״״.(.״״״״״.״״״״.(.״״״.״.״״״.״״״״״.״..״״libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/45fa0872caed6f9452dd5e5d9b97512dedd630600000644000000000000000000000022013151533501024222 00000000000000.ݮ.3ِ0.)ٮ*.!ǎِ).ݮ.3ِ0.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎَِ).ݮ.3ِ.)ٮ*.ǎِ.ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ)ٮ*.ǎِ)ǎ,ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/08dfc9f37f0224d597796436f46b77c358273c3f0000644000000000000000000000001113151533501023667 00000000000000]ß--㎯libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e2ac7dc07c13458c073969572359a8f87e58cec30000644000000000000000000000002613151533501024024 00000000000000X*N--‌.xn--111111111libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/01872a1e3bd1b4436c3dbc9dc0bb8464308ac1f50000644000000000000000000000005413151533501024165 00000000000000۸.۸.۲n۸.۸.۲n۲۲۸.۸.۲۲۲۸.۸.۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/39e99ab276e82a95ba48545587c0281d3204d09e0000644000000000000000000000007513151533501023657 00000000000000mmmmmm'ٮ.XN-)-mmYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYmm!libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ebd01d6e3ce69392f42537968adf79169be4d9190000644000000000000000000000000613151533501024112 00000000000000a٥a٥libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8feb701b8c31961c4923ae93330a867e0cb83fc80000644000000000000000000000010313151533501024055 00000000000000!ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀= = !ẁ̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f884ce27a1cf82dec1e7c374f2953585815de0560000644000000000000000000000014013151533501024076 00000000000000+Ǚ+ǙؙٞxǙؙٞxǙؙٞxǙؙٞxǙؙٞ+ǙؙٞxǙؙٞx.X+ǙؙٞxǙؙٞxǙؙٞx.ǙؙٞxǙؙٞ..X+libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/be1b847b4be58aa304b92d899792476374321f6d0000644000000000000000000000000713151533501023733 00000000000000‍.'-,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ae2e1d9251d3959e95363647e2ad4c396af168670000644000000000000000000000021313151533501023741 00000000000000..X-.-.x-.N-.n-.x.n-...X-.-x.o-.N-.xn-.x6n-.N-.x.N-.xn-.x..n-.N-.xn-.x.n-.N-.x.N-.xn-.xxn--N-.x)=n-.N-.xnd-.x.n-.N-.x.N-.xn-.x.n-.N-.x-.H;-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8992da3e14dec8f1a5beb5921bc144d91093d8490000644000000000000000000000000513151533501024141 00000000000000xn--wlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/95985a6605c16005e473f7e36b36165fad2b48010000644000000000000000000000017213151533501023562 00000000000000)ٵ.ٵ.)ٵ)...)ݮٵ..))ٵ..)ݮ...Uq۴)ٵ)...)ݮ..))ٵ..)ݮ..6libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ce1f902c321298d6d93188c908be422a58e0d4080000644000000000000000000000000513151533501023716 00000000000000.٨.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/54046685ee8f938ffb443fa10f4a2462611bcff50000644000000000000000000000020213151533501024060 00000000000000.2юRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR.ٮ2nnnnnnnnnnnnn\RRRRRRRRRnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnRRRRRRRRRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/620a9d48dc0f9ae5f731176951461dc4a726bbea0000644000000000000000000000006513151533501024136 00000000000000.٤.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/99bcdac4ecc76a65ec698c98462812c647fd70bc0000644000000000000000000000000713151533501024324 00000000000000.٢٢'libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aaf94d2f43a5d18b8fd43eb325f105d2b159e4670000644000000000000000000000007613151533501024217 00000000000000۲.۲.۲.۲.۲.۲.۲.۲.۹*۲.۲.۲.۲.۹.۲..۲.۲.۹.۲..۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a636ee4ed8d721ea30db0cfbc7637b3bde5b4fa90000644000000000000000000000004613151533501024570 00000000000000۴۴۴۴۴۴۴۴...*...-).*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/556b052e43037b6b081f4df732a8aeac149be9900000644000000000000000000000001613151533501024045 00000000000000.z;ގَ)ِ)ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ee81304da342c89293b1c03db73ad03c8fe09c630000644000000000000000000000002113151533501024113 00000000000000ꡲ‌ܪ9ꡲ‌ܲlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/594638b88c5311751b19209e5d23a98dc5f2dd3a0000644000000000000000000000000613151533501023723 00000000000000ݎ‌ilibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7971b4a4a21cfa918ee369a50fbea7a021d3deaf0000644000000000000000000000021513151533501024417 00000000000000٤۲٤3۲٤ۤ۲٤3۲٤۲٤3۲٤۲3۲٤۲٤3۲٤ۤ۲٤3۲٤۲٤3۲٤۲٤۲٤۲٤۲٤۲٤3۲٤۲٤۲٤۲٤۲٤۲٤۲٤۲٤3۲٤۲٤۲٤۲٤۲٤libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c170d9dbd66feb72689980bb3e3d3aaedb8078ff0000644000000000000000000000000513151533501024451 00000000000000Җّ)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/95791c80d5a6569af484d4397ff97c25fd25318b0000644000000000000000000000011713151533501023760 00000000000000........&.................5....e&...............................x!n--ßx..-....libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2800c0a50afe88d6319050d1004630f632b484700000644000000000000000000000000713151533501023440 00000000000000XN-/‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5735c374990c225414964e404e5cb9788f0f6f670000644000000000000000000000001113151533501023524 00000000000000,xn--6ß6libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0efecd07f9f492a7229decdbba6ce206d74c33760000644000000000000000000000001013151533501024432 00000000000000,8َ‌ilibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/87a1a42638d4f3114888d73cdf13360f5b49eb3f0000644000000000000000000000010513151533501024002 00000000000000.2юRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR\RRRRRRRRRRRRRRRRRRRRRRRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/68493db6a2e12259edcadffe84f2f82623853d950000644000000000000000000000005613151533501024165 00000000000000.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/79cb19956a6b036eb447a5693d366998414131850000644000000000000000000000004413151533501023445 00000000000000۰۰.۰.)))).۰.)))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ec893854ed8d9ce75a161cafd942fbc6713247e70000644000000000000000000000031113151533501024241 00000000000000.٨..ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ).ݮ.3ِ.)ٮ*.!ǎِ)ٮ*.ǎِ).ݮ.3ِ.)ǎِ).ݮ.3ِ.)ٮ*.!ǎِ).ݮ.3ِ.)ٮ*.ǎِ)ǎ,).ݮ.3ِ.)ٮ*.ǎِ)ǎ,ǎ,ٮ*.!ǎ)ٮ*.ǎِ)ǎ,).ݮ.3ِ.)ٮ*.ǎِ)ǎ,ǎ,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f0af9c11d72b00c3272f3aae2dbc2a0f8e43d6430000644000000000000000000000001113151533501024310 00000000000000)‌xn--xlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4c2eb7e29921d2babf133b61a74af962864d776c0000644000000000000000000000031113151533501024134 00000000000000.XXXX.XXXX.XXXX.XXXXmٮ.XXXX.XXX.XX.XXXX.XXXX.XXXXmٮ.XXXX.XXXX.XXXXmٮ.XXXX.XXXX.XX.XXXX.XXXX.XXXXmٮ.XXXX.XXXXnXXXX.XXXXmٮ.XXXX.XXXXX..XXXx.XXXX.XXXXX..XXXXXX.XXXX.XXXXX..XXXX.XXXX.XXXXX..XXXX.XXXX.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4a528246f726c61886f788e88476484e0440b2950000644000000000000000000000010313151533501023375 00000000000000.ٮ2nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/24384c9d6dc2a29ae61d1628b630e776261751d60000644000000000000000000000005213151533501023637 00000000000000ي‌ي‌ي‌ي‌ي‌ي‌ي‌ي‌يlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/811a7a3157cb136a4f0f9ad89e9224e4486863d40000644000000000000000000000010213151533501023721 00000000000000۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۱۳libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b4cfec8b7a1cb2ba772d8bc3f88cd3447c92ea8c0000644000000000000000000000000613151533501024576 00000000000000.׳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/949a53c84ef338879cfba284f95ffd73beb4a9350000644000000000000000000000010513151533501024256 00000000000000xn--n-ßXo--PPPP'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXN--aaNKlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2178118a0d9b297b2ee6e2c62ad7bb8c8dd6a80a0000644000000000000000000000007113151533501024271 00000000000000>...xn--........;...xn--.....xn--.....xn--..............libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0ad32f94050453365683d384defa448fe747484c0000644000000000000000000000017613151533501023660 00000000000000.Х.3.َ.Х.3.ََ)َiХ.3.ََ)َ).3.َ.Х.3.ََ)َ)Х.3.ََ)َ)ََ.َ)َ)Х*3.ََ)َ)ََ.ََ.َ)َ)Х*3.ََ)َ)ََ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3618f66a040f54ccd9b6a82e8153b972181609360000644000000000000000000000013113151533501023561 00000000000000JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ۸..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0cc2e059358a547b7a7cf2f705db43f3d9dc71090000644000000000000000000000000513151533501024134 00000000000000H‌klibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f1eed34ca0386e7390f480388628614db3d584e90000644000000000000000000000000713151533501023736 00000000000000۶۶libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8d4623870f000838a4fa865d5e12e0aa7651e89a0000644000000000000000000000007513151533501023722 00000000000000.ٮ2nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d74f76ccafe79ce362250551ad6bcbea34f35dc40000644000000000000000000000004413151533501024433 00000000000000ِ͏ِ͏)͏ِ͏)َ)َ)َ)َ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a51b1fa647fd6869a9d25f4dfee066500e4028d20000644000000000000000000000001513151533501024136 00000000000000.)٥.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1505a1dd2b517452d94d0d845190586f144ca7e70000644000000000000000000000001413151533501023625 00000000000000..٣٣٣w)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6329f3ea6fb9a49d0faa62a063c883f2b2f61c3f0000644000000000000000000000001613151533501024272 00000000000000٦)))))٩.)٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/13b16dfb12e0747d4789fca26e6fac3904241dda0000644000000000000000000000000713151533501024203 00000000000000))))٢.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c4fa98531d857532727dccb220fc73977e16d2e00000644000000000000000000000001213151533501024000 00000000000000ώ9⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d3e2effc26a7a4982c1d12d8a121aa711e5427fc0000644000000000000000000000005713151533501024257 00000000000000۰.٦٦٦٦.))))))))))).))))))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/18a6d380866db6be6d36acb253fed9defe8da6750000644000000000000000000000002313151533501024453 00000000000000(.3َِ.3֐)'.q&{libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9e99d381c16d62b09dccdcba66b3cdb6d822e9c40000644000000000000000000000007513151533501024450 00000000000000.ٮ2nnnnnnnnnnnnnnn*nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/74cd2822dbce16db700bf2868ccffb4f28bdc96f0000644000000000000000000000010613151533501024521 00000000000000:[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/61c09d05b69311a5b6ee17ba2624c9c3f82bd43b0000644000000000000000000000001413151533501024113 00000000000000)ٮ..)ݮ.)ݮlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7cc591b8f67feb133534547e290f3ca50ce118290000644000000000000000000000001013151533501023773 00000000000000・.・&libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1d9ea58baf0b819abdc42ccdeb5596a3199749660000644000000000000000000000025113151533501024311 00000000000000٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱'۱٢D٠ ٢D۠ '۱ ٢D۠ '۱٢D٠ ٢D۠ '۱ ٢D۠ ٢َ) ٢D۠ ٢َ)َ٠D '.D.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/be067426dbd78332a386a5128f3af39254b70bb90000644000000000000000000000004613151533501023775 00000000000000۴۴۴۴...*.....*...*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3783981cabe328f83367441f424244eb7c88004c0000644000000000000000000000002013151533501023557 00000000000000َِ,4ѐ)َ-nlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b1e03fdb0419dde9498d3a130e3c27e066283ddb0000644000000000000000000000076013151533501024207 00000000000000!ŀ̀̀̀= ŀ̀̀̀= ŀ̀̀̀? = !'ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀̀= ŀ̀̀̀= ŀ̀̀π?;=ŀ̀̀̀= ŀ̀̀̀?ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀̀= ŀ̀̀̀= ŀ̀̀π? =ŀ̀̀̀= ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀̀= ŀ̀̀̀= ŀ !ŀ= !ŀ̀ŀ? = !ŀ= !ŀ̀= = !ẁ̀̀= =̀= = !ẁ̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f160cc6ffa4e0069ff1f0df2bb184df7897f7c310000644000000000000000000000000513151533501024362 00000000000000Җٮ)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/55bd8ca5aefdd2c76559d1232dac9ef884c7e1b80000644000000000000000000000027213151533501024455 00000000000000m.xn--mm2m.XN--mm2m.xn--mm1m..xn--mm0mmm.xn--mm2m.xn--mm0m.x..xn--mm0mmm.xn--mm2m.x!--m.XN--mm2m.xn--mm1mmm..xn--mm0mmm.xn--mm2m.xn--mm0m.x..xn--mm0mmm.xn--mm2m.x0m.mm+.xn--mm1mmmlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/cc6f9411511c8cbb186f6052fae6f0efd58deb810000644000000000000000000000002413151533501024354 00000000000000XN--ß99999YYYYY98rlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a4e9d7248be33331d610adc54490d24f6867ea650000644000000000000000000000001013151533501023770 00000000000000ف‌݁9libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9be1a5a813095a2a477bea78e7957c59db6768df0000644000000000000000000000002513151533501024165 00000000000000ي‌ي‌ي‌ي‌ylibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1c073573926f930cdcd634f71b9d4e54426ee60e0000644000000000000000000000006113151533501024004 00000000000000.3َِٔ.3ѐَِٔ.3ѐ)َِ.3ѐ))َِ.3ѐ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7756c0905e89fb1f402a81e964f127c3e9c79b240000644000000000000000000000001313151533501023734 00000000000000ِ͏)َ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/dab9296849c6bfca49f1a67ab5acda67b195628e0000644000000000000000000000003113151533501024367 00000000000000---.-...-..-.-.-...-..-.-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/60ed727d05be0706761bf1525e167dd3d14739cb0000644000000000000000000000011713151533501023771 00000000000000׳׳׳׳׳׳׳-׳׳׳-׳-׳-׳-׳׳׳-׳-׳-׳׳-׳׳׳׳-׳-׳-׳׳׳-׳-׳-׳libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4348839e3b8dcb148f2c84c2976c0c1133b493260000644000000000000000000000006713151533501023650 00000000000000͵..))ٵ..)ݮٵ..)-ٵ..)ݮ)͵..))ٵ..)ݮٵ..))ٵ..)ݮ..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e1dd6457f2246406c526a9a1c6267ee73bf7b93b0000644000000000000000000000000613151533501024061 00000000000000x-‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b700ecab58c44a6ddd8d995474e9ad3673b8f3c70000644000000000000000000000000613151533501024314 00000000000000・・libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/cc58bb95396dbd938e3b31ccef226af0b4ed2f790000644000000000000000000000001013151533501024437 000000000000004َِ.3libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/07d147e8c54e4b308d7b349e8994224e4f1e6ba90000644000000000000000000000010713151533501024017 00000000000000a͏͏͏٧͏͏͏a͏͏͏٧͏͏͏͏͏͏͏͏͏͏͏͏͏x͏͏͏͏͏͏͏͏͏͏libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ebcbe87f1f9f2baf4fa23a849ad09493bee6f01d0000644000000000000000000000001513151533501024600 00000000000000XN--‌.XN--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c3bfd5f975c9e1302b5e2758a97ed94b6273c39f0000644000000000000000000000000713151533501024164 00000000000000)‌..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/92d1ff92e0b740fd34be42e554a29262777881b60000644000000000000000000000003213151533501023725 00000000000000۰.))))))))))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d5833ec74df9fdcb1581e059b3417214808e4e5a0000644000000000000000000000003313151533501024062 00000000000000!‌XN--xn--w(wvvvN)RRRR0libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/41932280df4cc484d4eb3edb5c3e83e4f8513fec0000644000000000000000000000002213151533501024275 00000000000000XN--n-XN--PPPP'P.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/37a2dbd1876a3a7ed6b39f1788dee8f9b0566c890000644000000000000000000000000713151533501024251 000000000000000َ‌ylibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/186bea8c0712d40cba33b18f67b7470a4447a4530000644000000000000000000000000313151533501023750 00000000000000۷.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c4b69c6b0dddf1f52a58b12f82e81f96620827070000644000000000000000000000010413151533501024060 00000000000000.XN--RRRRRRRRRRRRRxn--RRRRRRRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e6c2d0885665466b7a4ca31533b10900855d205f0000644000000000000000000000005513151533501023546 00000000000000.3ََ)َ)َ*)}}}}}}}}}}}}}}}}}}}}}}}}})߮libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ad7c25fa99a8707731908640a0f470a930b45ad30000644000000000000000000000001013151533501023701 00000000000000XN--ßmlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/2828e1c3352f1060870556fc50016558a7559a9c0000644000000000000000000000000513151533501023414 00000000000000!ͧßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3dc97225cbddbda3ff61928bd3f709f9f43936830000644000000000000000000000010413151533501024237 00000000000000۲.۲.۲.۲.۹.۲.۲.۲.۲.۲.۹.۲.۲.۲.۲.۹.۲..۲.۲.۹.۲..۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/949e5ba320abb7cbe3a65d543c9b1b6fa7d5311d0000644000000000000000000000000513151533501024333 000000000000001‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/deb92f0f61fd2b2c4180dafd43410e54f98dc1be0000644000000000000000000000004113151533501024417 00000000000000.״.״״.״.״.״״.״...״'libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/871582f42b16f90957757c59b258ee1e62cd7cb80000644000000000000000000000002513151533501023751 00000000000000.XN--3ِώXN--َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/594649b75879938856b8b70721070e9462dd0ee00000644000000000000000000000071313151533501023457 00000000000000!̀̀̀̀̀̀̀!ŀ̀̀̀= րςW =ŀ̀̀̀= ŀ̀̀̀? = !ŀ== ̀= = ͇̀̀̀̀̀ !ŀ̀ŀ? = !ŀ= !̀̀? = !ŀ=' !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? =̀= !ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀ŀ̀րς? =ŀ̀̀S̀= ŀ'̀̀́? = !ŀ= !ŀ̀ŀ? = !ŀ= !ŀ ̀ŀ̀̀(= ̀=ŀ? = !̀? = !ŀŀ̀̀ŀlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/d38df278c685dd702197b74d2ed87f69ec78d8260000644000000000000000000000010013151533501024120 00000000000000۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/46e6872eb8373cbced6d410b2cb7f44da0d8a0850000644000000000000000000000000613151533501024267 00000000000000.״.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7fd82cd92e84b5d780bbf8e34ce2cafe850cb32d0000644000000000000000000000021313151533501024522 00000000000000٢٢d٢٢d٢٢٢٢٢٢d٢٦٦٦٦٢٦٦٢٢d٢٢٢٢٢٢d٢٦٦٦٦٢٦٦d٢٦d٢٢d٢٢d٢٦٦٦٦٢٦٦٦٦d٢٦٦٦d٢٦٦٦٦٢٦٦٦٦libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/3f397b0fdf637f35b5db341431f26461404fe85c0000644000000000000000000000000313151533501023772 00000000000000 Kflibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a9fcd54b25e7e863d72cd47c08af46e61b74b5610000644000000000000000000000000213151533501024221 00000000000000f libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6be5bead927cfd86286f05ce374289f6cd2319db0000644000000000000000000000000513151533501024316 00000000000000xn--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8096c87495e6d962ee04e745d2d103a41bd3d5340000644000000000000000000000000713151533501023724 00000000000000.٣٣.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5373a3e97d9208cc5971fad5d52081fea2aa146a0000644000000000000000000000001013151533501024121 00000000000000.ٮ2ٮ2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/adad5e3fb264a3be5eb8e72918f27cb64aebdb260000644000000000000000000000021113151533501024564 00000000000000٦))))-٩2)٦))-٩2)٦)))>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>)>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>)-٩2)٦.٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/302ee0f4dd1b3c55928d737a8b537966567ba7610000644000000000000000000000002113151533501023723 00000000000000!ŀ̀̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/69da2adfc57e816fda5221a31fca2a05c199fa920000644000000000000000000000000513151533501024337 00000000000000.. . libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/13cf7ecef2f73dd50a72db1511ced256ad6318130000644000000000000000000000001113151533501024246 00000000000000¨xn--kßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/567e77f95f726c3f10a88dda145488fcf29503b30000644000000000000000000000011213151533501024020 00000000000000)xn--9@99XUUUUUUUEUUUUUUUUUUUUUUUUUU*Uxn---ß*xn-UPU.|||UUxn--UUWUQUUUU99libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/05671eb8553c74cac720dd3d10ef2582c7da47d60000644000000000000000000000000713151533501024126 00000000000000))))٤.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/39ef1db4985d82f3f9bf02566e76d1fbc836b69b0000644000000000000000000000004413151533501024251 00000000000000.3َِ.۴َ۴...*...*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ec0eae4d1cbff9d5def19a1d49094a4750ba4d6e0000644000000000000000000000006213151533501024571 00000000000000.ٮ2nnnnn.;ގnnnnnnnnn,nnnnnnnn;nnnnnn.nnnnnnnnnlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/73f30ff2f8bf86312dc449cbf05e05e9871f49b10000644000000000000000000000003213151533501024150 00000000000000۶۶۶۶۶۶۶۶libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/132d9330818a3309de16a32d0c8bd5aee75cffc90000644000000000000000000000002113151533501024201 00000000000000(*3َِ,4ѐ)َ-nlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/29e6913a13c6f75053089bd731b1b0a60b4759d30000644000000000000000000000003213151533501023622 00000000000000)))))))۰.)))))))۰.)٦٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/eda3014383aecdf6e129e7a2fb8937a2e7d4f6580000644000000000000000000000002113151533501024301 00000000000000!̀̀̀̀= = libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/52c14401992ab8d2ef3f98295d0133c0f3dc1b310000644000000000000000000000000513151533501023752 000000000000004٨.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/39fcf52d2dcf95dbe2df0c26daead7be10866f320000644000000000000000000000024713151533501024601 000000000000001⵿‌⵿‌9n--浿۶.۶1⵿‌9n--浽۶.۶1⵿‌9n--浿۶.۶1⵿‌9n--浿۶.۶2⵿‌9n--浿۶.۶1⵿‌⵿‌9n--浿۶.۶255⵿‌9n--浿۶.۶1⵿‌⵿‌9n--怌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/9ee11f37aea4ea86fd2c2f31fa88fc3e40050f9a0000644000000000000000000000001213151533501024425 00000000000000..XN----..libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0337ca3310b77623a6dff289d59ed00352248f710000644000000000000000000000000513151533501023625 00000000000000‍:.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/95318f5b183737b985f4ca2287a5ee8febeecf890000644000000000000000000000000713151533501024257 00000000000000‌.X-)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4a9c29d8cf64ce0271d87ab297342c59c68d5a230000644000000000000000000000000713151533501024070 00000000000000xn%-۳.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/ad77317621309dbfe396e694f8f19474254085120000644000000000000000000000000713151533501023517 00000000000000.٢٢.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/da9cc50a028ea5715ce069c121559d30c6996af80000644000000000000000000000001313151533501024052 000000000000009⵿‌.)-)libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4ea4f6ed63b3707298ba2738e73ca5a7d2652a610000644000000000000000000000044313151533501024061 00000000000000>.....>......F....(........... K-----------... ........................ . ............................... . ........xn--K-----------... ...................xn--K-----------... ............xn--K-----------... ...................xn--K-----------... ........................ . -- libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/25c4c5c71f791ca4fc15fe4810394a20b5ef25660000644000000000000000000000032213151533501024050 000000000000009⵿‍⵿‍9⵿‍⵿‍9⵿‍9⵿‍⵿‍9⵿‍⵿‍9⵿‍⵿‍9⵿‍⵿‍9⵿‍9⵿‍⵿‍9⵿‍⵿‍0⵿‍9⵿‍9⵿‍⵿‍9⵿‍9⵿‍⵿‍⵿‍9⵿‍⵿‍9⵿‍9⵿‍⵿‍⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f7ee1cc1f2c0219776f8aab3cf240033635742800000644000000000000000000000003413151533501023760 000000000000009⵿‌9⵿‌9⵿‌9⵿‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1a6252cb2b97bae18321efd96b7c29a9988c7b050000644000000000000000000000001613151533501024143 00000000000000ي‌ٜٓٞٓolibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6f825a21e9d66d6e240c6dcb799550a8b26b869c0000644000000000000000000000022413151533501024100 00000000000000ŀłŀłŀŀŀłŀŀŀŀŀNŀŀŀŀNŀNŀŀŀŀŀŀŀŀŀŀNŀŀŀŀNŀNŀŀŀŀŀŀłŀŀŀŀŀNŀŀŀŀNŀNŀŀŀŀŀŀŀŀŀŀNŀŀŀŀNŀNŀŀŀlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f59e21998c535e5d31a4a3dfe8d1a2663369d3870000644000000000000000000000000413151533501024015 000000000000006‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/74efb73eeaa50d421a83a28eff7d732770b5446d0000644000000000000000000000006113151533501024215 00000000000000>...xn--........;...XN--.xn--..................tlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/462d2021907f21f852f63261beccd35ffc556af90000644000000000000000000000000713151533501024054 00000000000000)ݞ‌2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e67c2d912297a2149e06692b9d319733a9f846500000644000000000000000000000043313151533501023522 00000000000000!̀̀̀̀̀̀̀!ŀ̀̀̀= ŀ̀̀̀- ŀ̀̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= ݀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? = !ŀ== ̀= = ̀̀̀̀̀ŀ̀̀= ̀= ̀̀̀? = !ŀŀ̀̀ŀlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/46970800a396a38038070e79e5f4e3409842cdb20000644000000000000000000000004713151533501023507 00000000000000XN---‷‌x)‷‌--‷‷-‷‷XN---libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/16bcc8f3ca5c59716b25cea5cca9f5f169bb6bfc0000644000000000000000000000001013151533501024570 000000000000009⵿‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8c18c0388426b5c76e65cecdf43570549c4cd50f0000644000000000000000000000010413151533501024067 00000000000000.XN--RRRRRRRRRRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f6e3d5c48c77bcfa03f1f3e9cc7a336dbbb8ee240000644000000000000000000000001113151533501024572 00000000000000ٿ‌َِlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/187dbade36f2f67a89b930a9a2d7c83f5940f7ac0000644000000000000000000000000713151533501024314 00000000000000XN--aßlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/33ee6048c00a9b3c6a3db031fbb7d545476d75ea0000644000000000000000000000003213151533501024174 000000000000009⵿‍⵿‍9⵿‍⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8241d13d732bbe493cbd67a6c8a73e19dd8c1e5e0000644000000000000000000000001713151533501024277 00000000000000)))٦)٦=)))٦.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4f83695dc8176d835701403813446e327e0b5da10000644000000000000000000000014013151533501023475 00000000000000ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ..ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹ.ʹlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f44f1389ef5a1576392deba2f1209eb4d35369290000644000000000000000000000000213151533501024003 00000000000000 (libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/30fd160e26228194de5de864e726ecc8d9e3c9950000644000000000000000000000000213151533501024076 00000000000000;libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/0e257ce3c7597ddd4aa994e5699ad58f7cd6accb0000644000000000000000000000006613151533501024472 00000000000000.3ََ)َ)ǎ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8d38ece7cf36b9f5620c57f8a0777df2e024491e0000644000000000000000000000004713151533501024165 00000000000000XN--y035F.XN--y035F.XN--y034F.XN--y035Flibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/56a16b16eb956922e8551584cc213e98a70831f50000644000000000000000000000001013151533501023561 000000000000009;⵿‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/412f385cc8d43e7689e231ea086e6527236964560000644000000000000000000000000613151533501023522 00000000000000ٖ)[ґlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1d4336893bab41a6fe7d44e650561193650bce7c0000644000000000000000000000011013151533501023764 00000000000000ꡲ‌ꡒꡲ‌ꡒꡲ‌ꡒꡲ‌ꡒꡲ‌ꡒꡲ‌ꡒꡲ‌ꡒꡲ‌ꡒlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c1cd0de38a3c9d9f4e49abea4e3d5d6235615c130000644000000000000000000000000513151533501024344 00000000000000!٧٧libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/19f29f7a8c46d3b6c598b6841b5682b6e018becf0000644000000000000000000000031213151533501024160 00000000000000>xn--.XN--N--......xn--.XN--N--..>xn--.XN--N--......xn--.XN--N--........>xn--.XN--N--......xn--.XN--N--..>xn--.XN--N--......xn--.XN--N--.................U.........................U...... . libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8d1e378c3f64a03cc36874b0cf3cfbf9183ef1ef0000644000000000000000000000003013151533501024360 00000000000000۳۳.۳k۳.۳.۳k۳.۳k.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/84c4480ba88213d29b058054f185332c0c0c98160000644000000000000000000000005113151533501023464 00000000000000٢D۠ '۵٢D٠٢D۠ '۵٢D٠  '٢D٠.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/aba34dc20cecbd8116b1d73bedb2db0b641886370000644000000000000000000000000513151533501024377 00000000000000.٩.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/76f85729e2e06db5b7398d1cdf6122319007778f0000644000000000000000000000012013151533501023656 00000000000000۳۳۳k۳۳۳k۳۳k۳۳۳ӳ۳۳۳k۳۳۳k۳۳k۳۳۳ӳ۳۳.۳۳۳۳۳۳..۳k.۳klibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/345a3294b9d285377fac975b72cc0df71081e8f20000644000000000000000000000002613151533501024010 00000000000000XN--xn--n-XN--PPPP'P.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/486b48096fdcc388fa468b6fb6b33ea85e4ed7eb0000644000000000000000000000003013151533501024401 00000000000000۲.۲.۲.۲.۹.۲.۲.۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/8f435581aceaffd29a34404c778af9e0893767f40000644000000000000000000000010413151533501024104 00000000000000mmm:mO *mm.‍libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a2a983423a6bf91510a1e7494cb1b1c083ded2f30000644000000000000000000000002513151533501024107 00000000000000'۸.۸.۲n۲۲۸!۲.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/b9163f852345533f40bf93a8a663605726e120a40000644000000000000000000000003313151533501023467 00000000000000mmmmmmmmmmm(mmmmmm(mmm'ٮ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c45bf402c55a0858940e9b6c0c44fea11b6ce4aa0000644000000000000000000000001313151533501024250 00000000000000 ..١١١١libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/bbf7f40eee064648c1d8a85d7562880e23aab16a0000644000000000000000000000017213151533501024216 00000000000000۵۵͵۵͵n--۵͵۵۵͵n--۵۵-۵͵۵͵۵۵͵۵xn--۵۵͵۵͵xn--۵͵۵۵۵͵۵͵n--۵͵۵͵۵۵͵۵xn--۵͵۵͵۵۵͵۵۵libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/e609c301f04e074ebf16534f75a2595d603317ca0000644000000000000000000000000313151533501023676 00000000000000HKflibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a86caf2511ea4a21baddb65379913664ed970e110000644000000000000000000000004013151533501024116 00000000000000..3ِ.)Ǟٞ٘)ǎ$ٮ*.Ǟٞ٘)ǎ$libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/55ba5269f83b4f8c5f89d27f6e76cfd51fe502af0000644000000000000000000000001513151533501024326 000000000000009⵿‌⵿‌libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/eed811f76913c925e707f1a830444cfcc66f8cf00000644000000000000000000000001113151533501024143 00000000000000xN--‍.[libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/7a8fe7606020239ad82c006e09ad39d25c0d75970000644000000000000000000000000613151533501023713 00000000000000.Uqٮ6libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4203af04c489b2ac270b641284e2ad948633cafe0000644000000000000000000000001613151533501024035 00000000000000‌xn--ﷺﷺ-libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/57714cdaf22afcb71b44c0e964c69e16c3366eb10000644000000000000000000000000413151533501024204 00000000000000‍Vlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/5cd534baf48520d532f9438297aafc90b24037ab0000644000000000000000000000104513151533501024047 00000000000000!̀̀̀̀̀̀̀!ŀ̀̀̀= ŀ̀̀̀- ŀ̀̀̀? = !;|= !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? = !ŀ== ̀= = ͇̀̀̀̀̀ !ŀ̀ŀ? = !ŀ= !̀̀? = !ŀ= !ŀ̀ŀ? = !ŀ= ̀̀= ŀ̀̀̀= ŀ̀րς? =ŀ̀̀̀= ŀ̀̀̀? =̀= !ŀ= !ŀ̀ŀ? = !ŀ= !ŀŀ̀̀ŀ̀րς? =ŀ̀̀̀= ŀ̀̀́? = !ŀ= !ŀ̀ŀ? = !ŀ= !ŀ ̀ŀ̀̀= ̀=ŀ? = !̀? = !ŀŀ̀̀ŀlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/4547ae3bb28361dad2741af3fc7fb016f2b5ab0f0000644000000000000000000000000413151533501024323 00000000000000 :(libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/58e5e9ff480cdbfde18c28d03ea84b174f5d1ed70000644000000000000000000000000613151533501024452 00000000000000!״.*libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/acd5eb610857fd80cd8186228dd64832b9093ecb0000644000000000000000000000000713151533501024144 00000000000000۶.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/862c0125b1d516c6400b3bab862f7008d3b0e7000000644000000000000000000000016613151533501023656 00000000000000.3َِٔ.3َِٔ.3.3.3َِٔ.3َِٔ.3.3ѐَِٔ.3ѐ)َِ.3ѐ)ِ).3ѐ)َ.ѐَِٔ.3ѐ)َِ.3ѐ)ِ).3ѐ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/a4018c60f04fd52183a5a5bbbfe9b7b4acff1bc40000644000000000000000000000001213151533501024462 00000000000000㍿㍾.㍿libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/feb8dda8fca6981e231ec792a3d84e060ddf71c30000644000000000000000000000001513151533501024440 00000000000000x n--ß-.xn--libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/6fb71fdfc5b1d72243ce842dea00e8968a23ff390000644000000000000000000000013413151533501024303 00000000000000򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴򙸴libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/14ad9d93b938a00407c8066e67d03cd3d3bc9c910000644000000000000000000000007713151533501024061 00000000000000.8ََiiiiiiiiiiiiiiiiiiiiiiiiii*iiiiiiiiiiiiiiiiiiiiiiiiَ)َ.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1e150aa5ee59a4988a467400a8c3af0cc288917a0000644000000000000000000000000713151533501024050 00000000000000)¥,¨,libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/daf6672bfbfc7bb7ab719d7aa00f80e1d1f8bed00000644000000000000000000000033513151533501024645 00000000000000K---.(-K--.x---/..W---.----.x.x---.W---..-----..W--K---.-K--.x----..W---.----.x---.W---..-----..W---.----.-.----.x---.W---..-------.W---..--K---.-K--.x----..W---.----.x---.W---..-----..G---.----.-.----.x---.---libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/db6867b01433631fb8832383097a04666bb94fa90000644000000000000000000000000713151533501023564 000000000000004‌龜libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/f95cc4c94f11634188bdb1bc0f48c970c8515cd80000644000000000000000000000041213151533501024145 00000000000000!nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnݧ=) libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1596708a3aacee70081c88dba6ef042aecca93590000644000000000000000000000000513151533501024266 00000000000000ٮ.2libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/1e73588cd6c0cd33638b971052f378c176765bf90000644000000000000000000000013313151533501023662 00000000000000.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRR.XN--RRRRRxn--RRRRRRRRRRRRRRRRRRRRRRRRRrR;RRRrR;.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/c77484f3968d5253b86039c8bd1942eb9852ed2a0000644000000000000000000000001013151533501023737 00000000000000..٩٩.libidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/94af6a16a5415b599314e769bc2f739496274ba60000644000000000000000000000002713151533501023662 00000000000000ݞ‌͌͌͌͌͌͌͌͌ɴlibidn2-2.0.4/fuzz/libidn2_to_ascii_8z_fuzzer.in/35b76001c110ad6e4c6c0ab84ec4e14c1c9d23460000644000000000000000000000042313151533501024100 00000000000000..3Ǟِٞq)ǎ.)XN--)~~~~~cZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ~~~~~~~~~~~~~~~~w~~~~~u~~~~~~~~~~~~))~~~~~~~~~~~~~~~~~~~~~ZZZZZZcccc' ~~~~~~~~~~~~~~,~~~~~~~~~~~~~~~~~~~~~~~~~~T~~xn--~~~~~~~~~~~~~~~~~~))٦.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~xn--~~~~~~~~~~~~~~~~~~))٦.libidn2-2.0.4/fuzz/fuzzer.h0000644000000000000000000000244713136052503012430 00000000000000/* * Copyright(c) 2017 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * * This file is part of libidn2. */ #include /* size_t */ #include /* uint8_t */ #ifdef __cplusplus extern "C" #endif int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); libidn2-2.0.4/fuzz/main.c0000644000000000000000000000706713136052444012031 00000000000000/* * Copyright(c) 2017 Tim Ruehsen * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * * This file is part of libidn2. */ #include "../config.h" #include #include #include #include #include #include #include #include #include "fuzzer.h" #ifdef TEST_RUN #include static void test_all_from(const char *dirname) { DIR *dirp; struct dirent *dp; if ((dirp = opendir(dirname))) { while ((dp = readdir(dirp))) { if (*dp->d_name == '.') continue; char fname[strlen(dirname) + strlen(dp->d_name) + 2]; snprintf(fname, sizeof(fname), "%s/%s", dirname, dp->d_name); int fd; if ((fd = open(fname, O_RDONLY)) == -1) { fprintf(stderr, "Failed to open %s (%d)\n", fname, errno); continue; } struct stat st; if (fstat(fd, &st) != 0) { fprintf(stderr, "Failed to stat %d (%d)\n", fd, errno); close(fd); continue; } uint8_t *data = malloc(st.st_size); ssize_t n; if ((n = read(fd, data, st.st_size)) == st.st_size) { printf("testing %llu bytes from '%s'\n", (unsigned long long) st.st_size, fname); LLVMFuzzerTestOneInput(data, st.st_size); } else fprintf(stderr, "Failed to read %llu bytes from %s (%d), got %zd\n", (unsigned long long) st.st_size, fname, errno, n); free(data); close(fd); } closedir(dirp); } } int main(int argc, char **argv) { /* if VALGRIND testing is enabled, we have to call ourselves with valgrind checking */ if (argc == 1) { const char *valgrind = getenv("TESTS_VALGRIND"); if (valgrind && *valgrind) { size_t cmdsize = strlen(valgrind) + strlen(argv[0]) + 32; char *cmd = alloca(cmdsize); snprintf(cmd, cmdsize, "TESTS_VALGRIND="" %s %s", valgrind, argv[0]); return system(cmd) != 0; } } const char *target = strrchr(argv[0], '/'); target = target ? target + 1 : argv[0]; char corporadir[sizeof(SRCDIR) + 1 + strlen(target) + 8]; snprintf(corporadir, sizeof(corporadir), SRCDIR "/%s.in", target); test_all_from(corporadir); snprintf(corporadir, sizeof(corporadir), SRCDIR "/%s.repro", target); test_all_from(corporadir); return 0; } #else #ifndef __AFL_LOOP static int __AFL_LOOP(int n) { static int first = 1; if (first) { first = 0; return 1; } return 0; } #endif int main(int argc, char **argv) { int ret; unsigned char buf[64 * 1024]; while (__AFL_LOOP(10000)) { // only works with afl-clang-fast ret = fread(buf, 1, sizeof(buf), stdin); if (ret < 0) return 0; LLVMFuzzerTestOneInput(buf, ret); } return 0; } #endif /* TEST_RUN */ libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/0000755000000000000000000000000013151533501017452 500000000000000libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/6513497bd0b5018de12b8c6d679959d18a406c1c0000644000000000000000000000027313151533501024546 00000000000000򊊊.x򊊊򊊊򊊊.x򊊊򊊊.x򊊊򊊊򊊊.x򊊊.x򊊊򊊊򊊊.x򊊊򊊊.x򊊊򊊊򊊊.x򊊊.x򊊊n uu.x򊊊򊊊.x򊊊򊊊򊊊.x.x򊊊n uu.x򊊊򊊊.x򊊊򊊊򊊊.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/f690305390cd3ca66285af29dafa973648c53f840000644000000000000000000000122013151533501024631 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a....xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊂.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@...................................................x.x..xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/5e34e3d616fe9e3e526f46da54e058721e9f51c50000644000000000000000000000005713151533501024722 00000000000000򊊊.x򊊊򊊊򊊊.xN򊊊򊊊.x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/8bd3d238d248aff675c5237f37f69c5099c86fd50000644000000000000000000000107413151533501024744 00000000000000J.....x.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxx.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx8xxxxxxxxxxxxxxxx.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn)x.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/054b0e1a8ba11207c5a9d2b94e0fa6a5fd71879a0000644000000000000000000000023713151533501025020 00000000000000Xn:-.Xn:m.Xn:-.XnB-.Xn:6.Xn:-.Xn:-.Xn:-.Xn:-.XnB-.Xn:4.Xn:.Xn:-.XnB-.Xn9e.Xn:-.XnB-.Xne4.Xn:-.Xn:-.Xn:-.Xn:e.Xn:-.Xn:-.Xn:-.Xn;-.Xn:-.XnB-.Xn43.XnB-.Xn88.Xn:-libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/7ca424fda9a852f37aa5b1602ac74fda28219e980000644000000000000000000000140213151533501025032 00000000000000xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xnlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/932c6c0d8ba13003e39db9c0e25b75dce405101e0000644000000000000000000000000313151533501024716 00000000000000;libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/9d9d7918f035af39fedec0f5560713242e7ba80f0000644000000000000000000000021013151533501024766 00000000000000XN--.xn--...........................XN--........................................xn--.........xn--..................................xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/b37fa8cedbe4b1ff1741464f3ed026afcf1673d30000644000000000000000000000144413151533501025255 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊋򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--St5ctypeI!򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊!.򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@;xn򊊊򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@x.x򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x.xn򊊊@x@x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/80c4a4fcd5157be4c3263595d04688e7d95d7afb0000644000000000000000000000005713151533501025000 00000000000000򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/330e3572c8876a10be5ffa5400a538e8712180960000644000000000000000000000043013151533501024371 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn--L----@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊂@x򊊊򊊊򊊊.xn򊊊򊊊򊊊.򊊂@x..xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/bcbe7cd55000d55e334e71b85ee3ce1a422062c50000644000000000000000000000066013151533501025012 00000000000000)x x ))))))x ))))x ))))x ))))x )))x x ))))))x ))))x ))))x ))))x ))))).-libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/29bc93ec8f8ad0303601ce977c810732cc0816e40000644000000000000000000000011713151533501024614 00000000000000xN-L.xN-,.xN-$.xN-,.xN-N.xN-).xN-!.xN-,.xN-).xN-Q.xN-!.xN-,.xN-).xN-).xN-).xN-xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/67627f90c268c94ddecca42ef0060785f417bf6e0000644000000000000000000000000613151533501024772 00000000000000....libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/d5a68d610464c9199b26539a454640e3c1bdb66f0000644000000000000000000000022413151533501024543 00000000000000xn--xxnJJJJJJJJJJJJJJJJJJJJJJJJJJJJJKJJJJJJJJJJJJJJJJJJJJJJJJJJJJxn.xn--xJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJNJJJJJJJJJJJJJJJJJJJJJJJxn.xn--xJJJJJJxnlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/601b9129c8efdd994c4814e6db26cf6159f6c5ee0000644000000000000000000000117013151533501025066 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--St5cypeIcED򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@x.x򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x.xn򊊊@x@!x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/39cb2311c03935cf6c0c46e1c4bc00a2c0c48b2f0000644000000000000000000000000613151533501024767 00000000000000xn--NXlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/ab93246531f75cb4a93a559a294f1ffb0b75562f0000644000000000000000000000047313151533501024706 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn---------------------------------򊊊򊊊򊊊.xn򊊊򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x򊊊򊊊.xn򊊊򊊊򊊊.򊊂@x..xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/3da93905b439275005a0dc30b6fe468af1423edb0000644000000000000000000000020713151533501024656 00000000000000xn--xJJJJJJJJJJJKJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJZJJVJJJJJJyJJJJJJJJJJn.xn--xJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJNJJJJJJJxxxnnlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/0fb65517cb33874dc751cb4f9fea13dab0c957b60000644000000000000000000000011313151533501025110 00000000000000򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/9e9de12d6e1c5976887320fb1feaea86a72ef6b50000644000000000000000000001000013151533501025133 00000000000000 ( (( ( libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/e07b8de4f3a1d55e3035a6071c95ad7cce3f82980000644000000000000000000000000313151533501025034 00000000000000;libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/f6554b2898165f33c58e124651947401a2d342d00000644000000000000000000000064013151533501024240 00000000000000XN--.xn--...........................XN--.....................................XN--...xn--.....................XN--...xn--.........xn--...XN--.xn--...........................XN--.....................................XN--...xn--.........xn--....xn--...XN--.xn--...........................XN--.....................................XN--...xn--.........xn--.....................................................&........xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/2cb5fd9131ec7779b1b30c7b17fabebf16ba8a380000644000000000000000000000117713151533501025254 00000000000000xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xN--.xn--.xn--.xn--.xN--.xn--.xn--.xn--libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/9b1f882df6ac6deb458de3d0855bfa3bae624d100000644000000000000000000000022713151533501025256 00000000000000xn--xD9DDDDDxxxxxxDDDxxxaDDDDDDDDDKDDDxxxxxxxxxDDDxxyxW.xn--xD9DDDDDDDDDDDxDDDxxxxxxxDDDDDDLDxDxxxxxDDDxxxyxW.xn--xD9DDDDDDDDDDDDDDxxxDDDDDDDDDDDDDDxxxlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/f9203866bd521f3c7c3b3d8608afcd72aae307070000644000000000000000000000003413151533501024746 00000000000000 .(( .( .(( .( .8( .(.(((((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/b1ec45b13c4a39a06c79f82b2cf9e586895bc5eb0000644000000000000000000000023013151533501025124 00000000000000򊊊.x򊊊򊊊򊊊.xN򊊊򊊊.򊊊.x򊊊򊊊򊊊.xN򊊊.xN򊊊򊊊.򊊊.x򊊊򊊊򊊊.xN򊊊򊊊.x򊊊.xx.x.x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c0deb03a798d71647f0ffbe5c243debf175b7c670000644000000000000000000000006713151533501025207 00000000000000xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/8a2d767f80f7cdc7eab515b6ba20a3b20d5884b20000644000000000000000000000136613151533501025112 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--am򊊊򊊊.xn򊊊@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-axn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@xn--..xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x.xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/721fc607a4c30c7221e201d6a1d1c8cd770429430000644000000000000000000000156113151533501024510 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn----.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn----.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn----.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn------@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊--@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊.xn:@x򊊊򊊊ʊ.xn򊊊򊊊򊊊.򊊂@x@x򊊊򊊊򊊊.xn򊊊򊊊򊊊.򊊂@x. .xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/b4d0831391215e2f4af261e5bb65df22bd99e6d30000644000000000000000000000002013151533501024741 00000000000000YYYYYg禦YYg禦Ylibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/a16881364a5217ef3ce3323658dde4d145895c100000644000000000000000000000107413151533501024461 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxxxxxxx򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@....................*...................................;..................x.x򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn..................򊊊..St0ctypeIcE򊊊򊊊.xn򊊊@x.xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/9a5386eeb77150712ceaeccb4cd1d166fe3e0f910000644000000000000000000000122113151533501025170 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aYYY.׊44;.444444.׊4..........................YYYYYYYYY׊4.................6....YYYY44...............6....XYYYYY4;.444444.׊4......YYY.׊44;.444444...............6....YYYYYYY.׊44;.444444.׊4............)򊊊.򊊊򊊊.............................׊4..xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--axn򊊊򊊊....................................򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.....*8888.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊򊊊򊊊.xn򊊊@򊊊)򊊊.xn*libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/b7b929f711ebe97629c90eabf41f7ffdb80735ee0000644000000000000000000000020713151533501025225 00000000000000򊊊...............................................................................................................................xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/912da4d660cfc25f12836becd98190ff796a44a50000644000000000000000000000000413151533501024762 00000000000000..libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/f189d802e42c7330c10ca4bdbfc868da27e8df730000644000000000000000000000106513151533501025121 00000000000000򊊊.....x.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxx.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxx.xn--a....xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn)x.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/ebead91a34c5d816418cadc44c41bd236a9cee900000644000000000000000000000120113151533501025235 00000000000000XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.-.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--.XN--libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/705863c80feeed2152c14da1f9894a21b81910e60000644000000000000000000000005013151533501024610 00000000000000xn--8448390a3545416b628784c47850f9046052libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/216a81777787e5f7c5caa07f9e2f668d20db16360000644000000000000000000000000413151533501024633 00000000000000libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/dd96c629e17246a12c1b64b76195ddba609d63ef0000644000000000000000000000150713151533501024767 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊..xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@x.x򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn:x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/8645f8436fbe228a1d24b75129e9de115add40b90000644000000000000000000000001013151533501024672 00000000000000x׊*׊*libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/3f1e09c8a77d1ff1922b64eecc2b15be73ef1d670000644000000000000000000000016413151533501025202 00000000000000򊊊.x򊊊򊊊򊊊.xN򊊊򊊊.򊊊򊊊򊊊.xN򊊊򊊊򊊊.xN򊊊򊊊.x.xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/85fc17ca296fb43ebe0cfdabace57a56bdef248c0000644000000000000000000000036613151533501025562 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xn--xxxxxx8xxxxxxXN--xxxxxxxxxxxxxxxxxxxxxxvxx........x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/5f0f9bc3c8532695824b223fe46b07cb4c8db9c00000644000000000000000000000022613151533501024762 00000000000000򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/2b3a4dbaab815e7b74428d6b2d69cc8b4a452b3c0000644000000000000000000000011113151533501025151 00000000000000򊊊.x򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/4dc55222752f483d2359beca314fe0f2051e025f0000644000000000000000000000132113151533501024574 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-----򈊊.-------------------------------򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a򊊊򊊊.xn򊊊@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊)򊊊.򊊊򊊊.xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--axn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊@x)@x򊊊..libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/cfd9aa564c8b8d835b4a49d1c571334a50769dbf0000644000000000000000000000014413151533501025046 00000000000000 .(( ( .( .(( .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX( .8( .(.((( .( .((( .8( .(.(((((((( .( .(( .( .(((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/7719e794779ab649ebeb15c539dbed92891f63210000644000000000000000000000023713151533501024662 00000000000000xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/af6e3e57af3dd2ce0517b03346733292990b2f180000644000000000000000000000042713151533501024617 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn------@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x򊊊򊊊򊊊.xn򊊊򊊊򊊊.򊊂@x..xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/5946913e24cbf2a67e6c1831e60b3c10945107680000644000000000000000000000000713151533501024373 00000000000000xn--XYYlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/441c4ee51cf5c5cbc09d6c83b769bf102fcb5ff50000644000000000000000000000033713151533501025262 00000000000000xn--CC8CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC.xn--CC9CCCCCCtCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC.xn--CC9CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC.xn--CC9CCCCCCtCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCGCCCCCCCCCCCCalibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/130b2828456abfd3f2dc33efedde0c14128ca9370000644000000000000000000000010613151533501025076 00000000000000 .(( ( .( .(( .( .8( .(.(((((((( .( .(( .( .8( .( .(( .( .8( .(.(((((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/3f1fd5920287f3a1a2bc9d150b46b36c8904a6a00000644000000000000000000000022413151533501024654 00000000000000xn---6772298be1bf2924edd8e0c08ef2d6-x-.xn-- -9--b4354d074b2--64e5d9c6833071bnfaadf2d6-x-.xn-- -9--b-5431a30dec05ccd6772298be1bf2924edd8e0c08ef2d6-x-libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/5bbc64f73705b0490b08bcc0f24fdab74deac2210000644000000000000000000000023713151533501025147 00000000000000Xn-.Xn-n.Xn-o.Xn-.Xn-o.Xn-.Xn-.Xn-.Xn-o.Xn-(.Xn-n.Xn-.Xn-e.Xn-.Xn-o.Xn-(.Xn-o.Xn-.Xn-.Xn-e.Xn-.Xn-o.Xn-(.Xn-o.Xn-.Xn-n.Xn-o.Xn-.Xn-o.Xn-.Xn-.Xn-libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/afac2484f7d2d4ab75f73fccfa1ae58565733d8e0000644000000000000000000000036313151533501025272 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊))򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xn--xxxxxx8xxXN--xxxxxxxxxxxxxxxxxxxxxxvxx........x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/01c0519ba16971de0cab55684015a91db150eb170000644000000000000000000000160013151533501024556 00000000000000.xn----.xn----.xn----.xn--,-.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn--,-.xn----.xn--'-.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn--,-.xn----.xn--'-.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn--,-.xn----.xn--'-.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn----.xn--,-.xn----.xn--,-.xn----.xn--'-.xn----libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c5698e233ebbaba53b821b00c78207d0811b945e0000644000000000000000000000004613151533501024656 00000000000000򊊊.x򊊊򊊊򊊊.x򊊊򊊊.x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/75940d514d3d472925fe6c8f35f0859cc7bc7f930000644000000000000000000000000413151533501024646 00000000000000 (libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/689c0f1e3460779de1680301738058956b3115d00000644000000000000000000000155313151533501024171 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aRRRRRRRRRRRRRRRRRRRRRRR.xn򊊊򊊊Y.׊44;.444444.׊4..........................YYYYYYYYY׊4.................6....YYYY44...............6....XYYYYY4;.444444.׊4......YYY.׊44;.44n򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aYYY.׊44;.444444.׊4..........................YYYYYYYYY׊4.................6....YYYY44...............6....XYYYYY4;.444444.׊4......YYY.׊44;.444444...............׊4..xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--axn򊊊򊊊...................................򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.....*8888.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊򊊊򊊊.xn򊊊@򊊊)򊊊.xn*libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/dd13f979ec6dcee12cd1e0b46e888beb18c9407c0000644000000000000000000000112013151533501025265 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn------------------------------------򊊊n------------------------------------򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a򊊊򊊊.xn򊊊@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-*򊊊򊊊.xn򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊@x.xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/f1a60d0ce9e3fd9958a98ede451064126a42f0fc0000644000000000000000000000046413151533501025047 00000000000000򊊊..xn--..............................:.xn--N--...........xn--...................n--...............................xn--N--...............................xn--N--................................xn--N--.................................................xn--..................................................xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/6f7ea60c73b6576e5648c32589427c91e4188a740000644000000000000000000000025113151533501024432 00000000000000򊊊................)...............................................................;................................................................................xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/0ddf39ef2efa6902e21661d2597e91b8253a931f0000644000000000000000000000066213151533501024713 00000000000000򊊊.򊊊.򊊊򊊊.򊊊..򊊊򊊊.򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊.򊊊򊊊..򊊊򊊊.򊊊.򊊊򊊊.򊊊..򊊊򊊊.򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊.򊊊򊊊..򊊊򊊊.򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊.򊊊.򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.򊊊򊊊.򊊊򊊊..򊊊򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/90c8b82b7688a576a2626b2696e1d6c4698c58c50000644000000000000000000000023713151533501024520 00000000000000xN--.xN--.xN--.xNm-.xN-N.xN--.xNm-.xN--.xN--.xN--.xNN-.xN-).xNn-.xNN-.xN--.xN--.xN%-.xNm-.xN--.xN-).xNN-.xN'-.xN-).xNx-.xNN-.xN--.xN)-.xN--.xN--.xN-).xNN-.xNN-libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/0366be32916b8c9dd12f6eff39638cc24df46f870000644000000000000000000000000413151533501025001 00000000000000.ꊊlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/cf5567ea891117c5876776c06950e1d8c9589d970000644000000000000000000000014513151533501024455 00000000000000xn--VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVeVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/9616b0fbe673cb25b95b4352260451f6d917e6e40000644000000000000000000000112513151533501024543 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxx)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a....xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊂.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@...................................................@x.xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/fdbe389b6c002fec051e0c71f2f827c7ec0175bb0000644000000000000000000000027713151533501025172 00000000000000xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--alibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/7c020a2bca0bf258b71546d8888abe6126dfaeec0000644000000000000000000000004613151533501025164 00000000000000򊊊.򊊊򊊊.򊊊򊊊򊊊򊊊.򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/62cf4def116c3cba55ab5e8e465895aced43b5850000644000000000000000000000001013151533501025174 00000000000000xn--S!libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/de96c825b31198897f0ac4e8773a20af1b1649520000644000000000000000000000066713151533501024563 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn----.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn------@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊--@xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x򊊊򊊊򊊊.xn򊊊򊊊򊊊.򊊂@x..xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/46d97c27e3c457fe36ed7c82a4295685fc30c1180000644000000000000000000000002213151533501024635 00000000000000xn--xx071316a3145xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/20e8b3bf3909d68102f994a65af15d8b1e74b3970000644000000000000000000000023513151533501024633 00000000000000xn--00072d2453b1872d2453b1009e665872d2453b1654b38a1872d2318009i665654b38a18722453b118009e675654b38a18722453b18009e38a18728009e38a18722453b18009a1872d24530014libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/539a1a8735924f2ad3e2ddf1e3db9bf395205dfb0000644000000000000000000000000513151533501025112 00000000000000xn--dlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/2f43fb37ab346ac2368fac371b825af926dc6f3e0000644000000000000000000000001113151533501025105 00000000000000򊊊.򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/e3d3f7574583390b05db7744345434f19119b3010000644000000000000000000000031613151533501024237 00000000000000xn--5YY777777xxxyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyYyyyyyyyyyyyyyyyyyyyxZZZZZZZZZZZWZZZZZZZZZZZZZZZZcrZZjZZZzZZZZZZZZZZZZZZZZZZZZDZZZZZZZZZZZZZZZZZZZZZZZZZZZZxxxxxxxxxxxxlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/2b6ae412a542939c77b53c222ab61b8118450c5d0000644000000000000000000000165213151533501024517 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a....xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊂.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@........................................................;..............򊊊.xn򊊊򊊊򊊊)򊊊.xn................................򊊊򊊊򊊊.xn򊊊@x.xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/32f35674b196a365bf4ffbdd147dc4052d0d9f350000644000000000000000000000021613151533501024757 00000000000000xn--axxHHHHHHHHLHHHHHHHHHHHHHHHHHHHHHHHHHHHxxxzxxxcxxxxxxxxxHxxx.xn--aHHHHHHHHHHUUUUUUUUUUUUUUHHHHHHHHxxxxIxxxxxxxxa.xn--aHHHHHHHHHHHHHHHHHHxxlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/cc0ca43d18cba20dde7855a5179b1159519a96dc0000644000000000000000000000015713151533501025032 00000000000000Xn--n-.Xn-->-.Xn--;-.Xn-->-.Xn--j-.Xn---.Xn--j-.Xn---.Xn----.Xn----.Xn-->-.Xn--j-.Xn-->-.Xn--;-.Xn----.Xn----libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/7991ad537dfaf239590d0054847e0a0cae89ddde0000644000000000000000000000117713151533501025056 00000000000000xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--.xn--libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/3555a720c27e51260d9210738690d51d835da8330000644000000000000000000000006413151533501024231 00000000000000 .(( .(( .(............................8( .(((((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c37d6cb7d36c11694312e1033d70699bc4f484800000644000000000000000000000000713151533501024455 00000000000000 ...(((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c1eb0be60ea0037a4a18fcdc5aee0c4060626ead0000644000000000000000000000053613151533501025274 00000000000000򊊊.x򊊊򊊊򊊊.xN򊊊.x󊊊򊊊򊊊.xN򊊊򊊊.򊊊.x󊊊򊊊򊊊.xN򊊊򊊊.򊊊.x򊊊򊊊򊊊.xN򊊊򊊊.xN򊊊.x󊊊򊊊򊊊.xN򊊊򊊊.򊊊.x󊊊򊊊򊊊.xN򊊊򊊊.򊊊.x򊊊򊊊򊊊.xN򊊊x򊊊򊊊.򊊊.x򊊊Ί򊊊.xN򊊊򊊊.xx.x򊊊򊊊.򊊊.x򊊊Ί򊊊.xN򊊊򊊊.xx.x.x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c4d7a0eb95daf8665b8220f22d82f970fb30781b0000644000000000000000000000050413151533501024760 00000000000000xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxExxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)򊊊.xn򊊊v uuuч򊊊@x@8...................................................@x.xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/26ff8092f82b1f7eba58d6f1ac43eea76c0f77220000644000000000000000000000023713151533501025131 00000000000000XXX,.X8( .XXX .X((X.XXX(.XE( .XXX,.X8( .XXX .X((X.XXXY.X;((.XE( .XXX,.X8( .XXX .XX(X.XXXY.X;((.XE( .XXX,.X8: .X(( .XXXY.XE(j.XXS .XXXY.XX((.XE( .XXX,.X(( .XEX(libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/39fa0a16d79d90780b9daae0c6358c7488452d950000644000000000000000000000042613151533501024643 00000000000000򈊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn.xn򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊@x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/73d8b08e24c7593f36e543471bc9eb8cd79771d20000644000000000000000000000001713151533501024645 00000000000000򊊊.򊊊.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/ad5d18aa307948bb6b558d05101769307747d73c0000644000000000000000000000011113151533501024451 00000000000000;;􀬬􀬬:􀬬􀬬:􀬬􀬬:􀬬;;􀬬􀬬:􀬬􀬬:􀬬􀬬:􀬬􀬬libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/cd31221a265c15bdd7a5f809a0657bfd482bbfa10000644000000000000000000000155513151533501025100 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRYYY.׊44;.444444.׊4..........................YYYYYYYYY׊4.................6....YYYY44...............6....XYYYYY4;.444444.׊4......YYY.׊44;.44n򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aYYY.׊44;.444444.׊4..........................YYYYYYYYY׊4.................6....YYYY44...............6....XYYYYY4;.444444.׊4......YYY.׊42;.444444...............׊4..xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--axn򊊊򊊊...................................򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.....*8888.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊򊊊򊊊.xn򊊊@򊊊)򊊊.xn*libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/78199dfaf6e22aff8611c12d12c9942ade962b2b0000644000000000000000000000011713151533501025043 00000000000000Xn-.Xn-X.Xn-n.Xn-o.Xn-o.Xn-.Xn-o.Xn-.Xn-.Xn-P.Xn-o.Xn-e.Xn-4.Xn-n.Xn-o.Xn-(libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/17057c222a010c0b3ca4d871c4f680d9e03ccc6f0000644000000000000000000000003513151533501024722 00000000000000........׊*׊*....׊*׊*׊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/444edcf8f949d51df3acdde4cd8cdff1b08ad98d0000644000000000000000000000002013151533501025571 00000000000000)x --.libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/597ea4c2f16baf8c4cb96a29fae1d757129c9dfd0000644000000000000000000000045013151533501025276 00000000000000򊊊................)...򈊊.-5xn--򊊊.xn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊)xn򊊊򊊊.xn--a....xn򊊊򊊊xn򊊊򊊊򊊊)򊊊.xn.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/426f261103fd52bbfe9f8a38c9c9f316d89f99c50000644000000000000000000000004113151533501025006 00000000000000;:䀬䀬;:䀬;:;:䀬䀬;:䀬;:䀬libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/6ff2aacfab867b342c8963bc50905297fbc3adf50000644000000000000000000000002313151533501025176 00000000000000򊊊.x򊊊򊊊.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/89f0205bef9f0e3ef556ebce1319731fcf5259d30000644000000000000000000000040213151533501025050 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/9a21b50cf7c68821865675136ab7363caa46db1f0000644000000000000000000000176713151533501024630 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxxxxxxxxx777777fffffffffffffffffffffffffffffffff777777777777777777777777777xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a....xn򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a....xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊂.xn-...........򊊊򊊊򊊊.xn򊊊@x.xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/ffa22a28274d79bd075c0fd2b6c273e19bd201fd0000644000000000000000000000041713151533501025105 00000000000000 .(( ( .( .(( .( .8( .(..(( ( .( .(( .( .8( .(.(((((((( .( .(( .( .6( .( .8( .(.(((((((( .( .(( .( .8( .( .(( .( .8 .(( .( .8( .( .(( .( .8( .(.(((((.(.((((((((((((( .( .(( .( .6( .( .8( .(.(((((((( .( .(( .( .8( .( .(( .( .8 .(( .( .8( .( .(( .( .8( .(.(((((.(.(((((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c9f1c2d47b6fd915dd974d27ce8095a1122b9e770000644000000000000000000000013713151533501025001 00000000000000xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.xn--a.Xn--a.xn--a.xn--a.xn--a.Xn--a.xn--A.xn--a.xn--alibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/da2a482986155ec30aa043bad6de8ab05af7182e0000644000000000000000000000113413151533501025073 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn--aYYY.׊44;.444444.׊4..........................YYYYYYYYY׊4.................6...xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aYY4.................6....YYYY44...............6....XYYYYY4;.444444.׊4......YYY.׊44;.444444...............׊4..xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--axn򊊊򊊊...................................򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.....*8888.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊򊊊򊊊.xn򊊊@򊊊)򊊊.xn*libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/164cd8345463a32df320f8559591599405de79d40000644000000000000000000000100513151533501024341 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--aYY44444...............6....YYYYYYY.׊44;.444444.׊4............)򊊊.򊊊򊊊.............................׊4..xn-*򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--axn򊊊򊊊....................................򊊊)򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊.....*8888.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊򊊊򊊊.xn򊊊@򊊊)򊊊.xn*libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/1f40e7000647425035188e92893df177bbbb21b30000644000000000000000000000020313151533501024360 00000000000000xn--aRRRRRRRRRRRRRRRVRRRRRaRRrRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRH.xn--aRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRVRRRRRaRRrRRRRRRRRRRRRRRRRRHRlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/ee040c300ee99230777a428ca1d49a5e84de9a070000644000000000000000000000004713151533501024675 00000000000000xn-t.xn-.Xn-;.xn-.Xn-;.xn-.Xn-;.xn-libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/0d03f830fbe02c560508b1d581a02c58d111ef070000644000000000000000000000021313151533501024553 00000000000000򊊊..xn--..................................XN--.................................................xn--..................................xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/a946208d4c63b846593354cb76d61475be23548e0000644000000000000000000000012113151533501024410 00000000000000򊊊.x򊊊򊊊򊊊.xN򊊊򊊊.򊊊򊊊򊊊.xN򊊊򊊊.xx.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/fc34456e00bc3f76bcc91f6a97dfc154a5d629310000644000000000000000000000033713151533501025043 00000000000000xn----.xn----.xn--x-.xn--F-.xn----.xn--x-.xn--F-.xn----.xn---.xn--F-.xn----.xn--x-.xn--F-.xn----.xn--x-.xn--F-.xn----.xn---.xn--F-.xn----.xn--x-.xn--F-.xn---.xn----.xn--F-.xn--F-.xn----.xn---.xn--F-.xn---.xn---.xn----libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/221c5b8f8ce01af9aeca0b1da1548d3dcb377af30000644000000000000000000000013413151533501025307 00000000000000򈊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊򊊊.xn򊊊򊊊򊊊..@x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/957b6305187fbf8a874f7816599ca450a9271be10000644000000000000000000000150213151533501024505 00000000000000򊊊................)...򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxx8xxxxxxxx.򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)xxxxn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--xxxxxx8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.x.xn--a....xn򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--a....xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@.xx.x............x򊊊libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/1bf67e8191d68eb9188757d263310a5de37606700000644000000000000000000000013713151533501024420 00000000000000򊊊.x򊊊򊊊򊊊.x򊊊򊊊.x򊊊򊊊򊊊.x򊊊.x򊊊򊊊򊊊.x򊊊򊊊.x򊊊򊊊򊊊.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/53eb07cd6fade116a6fdea7397c6839929ec09250000644000000000000000000000000213151533501025051 00000000000000; libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/3b9496bedbafdf53a544d38bdc770972f834620c0000644000000000000000000000014713151533501025053 00000000000000 .(( .(( .(.................................................... .(( .( .8( .(. .( .(( .( .8( .(((((libidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/eea3981de3a6226ca6c231dbd0d44eb84a003b810000644000000000000000000000047113151533501025066 00000000000000v;!v;!YyYaYYYYYYYYYYYYYYYY.׊.XYYYYY׊YYYYYY*YYYYyYYYYYYYYYv;!YyYYYYYYYYYYYYYYYYYYYYYYYYY.׊.XYYYYY׊YYYYYY*YYYYyYYYYYYYYYv;!YyYYYYYYYYY]YYY.׊.YYYYYYv;!Y.׊.XYYYYY׊YYYYYY*YYYYyYYYYYYYYYv;!YyYYYYYYYYYYYYYYYYYYYYYYYYY.׊.XYYYYY׊YYYYYY*YYYYyYYYYYYYYYv;!YyYYYYYYYYY]YYY.׊.YYYYYYv;!yYYYYYYYYY.׊.YYYYYY׊YYYYYY*YYYlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.in/c18350f1f10f4f977f251b19de56415e4f8033340000644000000000000000000000100113151533501024451 00000000000000򈊊.x򊊊򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.򊊊򊊊.xn-򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊.xn--.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x@x.x򊊊򊊊.xn򊊊.x򊊊򊊊򊊊.xn򊊊򊊊򊊊.xn򊊊򊊊򊊊)򊊊.xn򊊊򊊊򊊊.xn򊊊@x.xn򊊊@x@x.xlibidn2-2.0.4/fuzz/libidn2_to_unicode_8z8z_fuzzer.dict0000644000000000000000000000001613151533501017627 00000000000000"xn--" "XN--" libidn2-2.0.4/Makefile.am0000644000000000000000000000644713140037176012000 00000000000000# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . DISTCHECK_CONFIGURE_FLAGS ?= --enable-gtk-doc --disable-gcc-warnings SUBDIRS = if !HAVE_LIBUNISTRING SUBDIRS += unistring endif SUBDIRS += gl lib src examples tests fuzz po ACLOCAL_AMFLAGS = -I m4 -I unistring/m4 EXTRA_DIST = m4/gnulib-cache.m4 if ENABLE_DOC SUBDIRS += doc endif EXTRA_DIST += cfg.mk maint.mk CONTRIBUTING.md README.md COPYING COPYING.LESSERv3 \ COPYING.unicode COPYINGv2 AUTHORS NEWS ChangeLog INSTALL check-valgrind: TESTS_ENVIRONMENT="valgrind --error-exitcode=301 --leak-check=yes --show-reachable=yes --track-origins=yes" $(MAKE) check clean-local: rm -rf */*.gc?? */*/*.gc?? pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libidn2.pc @CODE_COVERAGE_RULES@ local-code-coverage-output: code-coverage-capture @cat libidn2-$(VERSION)-coverage/index.html|grep headerCovTableEntryHi|head -1|sed 's/^.*>\([0-9]\+\.[0-9]\+\s*%\)<.*$$/ coverage lines: \1/' || true ABI_TMPDIR="headers.abi.tmp" ABI_TMPFILE="abi-temp.xml" abi-check: lib/idn2.h lib/libidn2.la @rm -f $(ABI_TMPFILE) @echo "Checking libidn2 ABI" @echo "$(VERSION)" >$(ABI_TMPFILE) @echo "$(srcdir)/lib/idn2.h" >>$(ABI_TMPFILE) @echo "$(builddir)/lib/idn2.h" >>$(ABI_TMPFILE) @echo "$(builddir)/lib/.libs" >>$(ABI_TMPFILE) for i in 2.0.2; do \ test ! -f "$(srcdir)/devel/ABI-$$i-$$(uname -m).dump" || \ abi-compliance-checker --v1=2.0.2 -abi -lib libidn2 -old "$(srcdir)/devel/ABI-$$i-$$(uname -m).dump" -new $(ABI_TMPFILE); \ done @rm -f $(ABI_TMPFILE) abi-dump: lib/idn2.h lib/libidn2.la @rm -rf $(ABI_TMPDIR) @mkdir -p $(ABI_TMPDIR) @mkdir -p devel @cp lib/idn2.h $(ABI_TMPDIR) @abi-dumper lib/.libs/libidn2.so -o "./devel/ABI-$(VERSION)-$$(uname -m).dump" -public-headers $(ABI_TMPDIR) @rm -rf $(ABI_TMPDIR) dist-hook: abi-check rm -f ChangeLog make ChangeLog .PHONY: abi-dump abi-check LCOV_INFO=libidn2.info fuzz-coverage: clean $(MAKE) -C gl CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" $(MAKE) -C unistring CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" $(MAKE) -C lib CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" $(MAKE) -C fuzz check CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" lcov --capture --initial --directory lib --directory fuzz --output-file $(LCOV_INFO) lcov --capture --directory lib --directory fuzz --output-file $(LCOV_INFO) # lcov --remove $(LCOV_INFO) '*/test_linking.c' '*/css_tokenizer.lex' '*/' -o $(LCOV_INFO) genhtml --prefix . --ignore-errors source $(LCOV_INFO) --legend --title "fuzz coverage" --output-directory=lcov @echo @echo "You can now view the coverage report with 'xdg-open lcov/index.html'" libidn2-2.0.4/unistring/0000755000000000000000000000000013151533501012026 500000000000000libidn2-2.0.4/unistring/array-mergesort.h0000644000000000000000000001752413061734304015257 00000000000000/* Stable-sorting of an array using mergesort. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* This file implements stable sorting of an array, using the mergesort algorithm. Worst-case running time for an array of length N is O(N log N). Unlike the mpsort module, the algorithm here attempts to minimize not only the number of comparisons, but also the number of copying operations. Before including this file, you need to define ELEMENT The type of every array element. COMPARE A two-argument macro that takes two 'const ELEMENT *' pointers and returns a negative, zero, or positive 'int' value if the element pointed to by the first argument is, respectively, less, equal, or greater than the element pointed to by the second argument. STATIC The storage class of the functions being defined. Before including this file, you also need to include: #include */ /* Merge the sorted arrays src1[0..n1-1] and src2[0..n2-1] into dst[0..n1+n2-1]. In case of ambiguity, put the elements of src1 before the elements of src2. n1 and n2 must be > 0. The arrays src1 and src2 must not overlap the dst array, except that src1 may be dst[n2..n1+n2-1], or src2 may be dst[n1..n1+n2-1]. */ static void merge (const ELEMENT *src1, size_t n1, const ELEMENT *src2, size_t n2, ELEMENT *dst) { for (;;) /* while (n1 > 0 && n2 > 0) */ { if (COMPARE (src1, src2) <= 0) { *dst++ = *src1++; n1--; if (n1 == 0) break; } else { *dst++ = *src2++; n2--; if (n2 == 0) break; } } /* Here n1 == 0 || n2 == 0 but also n1 > 0 || n2 > 0. */ if (n1 > 0) { if (dst != src1) do { *dst++ = *src1++; n1--; } while (n1 > 0); } else /* n2 > 0 */ { if (dst != src2) do { *dst++ = *src2++; n2--; } while (n2 > 0); } } /* Sort src[0..n-1] into dst[0..n-1], using tmp[0..n/2-1] as temporary (scratch) storage. The arrays src, dst, tmp must not overlap. */ STATIC void merge_sort_fromto (const ELEMENT *src, ELEMENT *dst, size_t n, ELEMENT *tmp) { switch (n) { case 0: return; case 1: /* Nothing to do. */ dst[0] = src[0]; return; case 2: /* Trivial case. */ if (COMPARE (&src[0], &src[1]) <= 0) { /* src[0] <= src[1] */ dst[0] = src[0]; dst[1] = src[1]; } else { dst[0] = src[1]; dst[1] = src[0]; } break; case 3: /* Simple case. */ if (COMPARE (&src[0], &src[1]) <= 0) { if (COMPARE (&src[1], &src[2]) <= 0) { /* src[0] <= src[1] <= src[2] */ dst[0] = src[0]; dst[1] = src[1]; dst[2] = src[2]; } else if (COMPARE (&src[0], &src[2]) <= 0) { /* src[0] <= src[2] < src[1] */ dst[0] = src[0]; dst[1] = src[2]; dst[2] = src[1]; } else { /* src[2] < src[0] <= src[1] */ dst[0] = src[2]; dst[1] = src[0]; dst[2] = src[1]; } } else { if (COMPARE (&src[0], &src[2]) <= 0) { /* src[1] < src[0] <= src[2] */ dst[0] = src[1]; dst[1] = src[0]; dst[2] = src[2]; } else if (COMPARE (&src[1], &src[2]) <= 0) { /* src[1] <= src[2] < src[0] */ dst[0] = src[1]; dst[1] = src[2]; dst[2] = src[0]; } else { /* src[2] < src[1] < src[0] */ dst[0] = src[2]; dst[1] = src[1]; dst[2] = src[0]; } } break; default: { size_t n1 = n / 2; size_t n2 = (n + 1) / 2; /* Note: n1 + n2 = n, n1 <= n2. */ /* Sort src[n1..n-1] into dst[n1..n-1], scratching tmp[0..n2/2-1]. */ merge_sort_fromto (src + n1, dst + n1, n2, tmp); /* Sort src[0..n1-1] into tmp[0..n1-1], scratching dst[0..n1-1]. */ merge_sort_fromto (src, tmp, n1, dst); /* Merge the two half results. */ merge (tmp, n1, dst + n1, n2, dst); } break; } } /* Sort src[0..n-1], using tmp[0..n-1] as temporary (scratch) storage. The arrays src, tmp must not overlap. */ STATIC void merge_sort_inplace (ELEMENT *src, size_t n, ELEMENT *tmp) { switch (n) { case 0: case 1: /* Nothing to do. */ return; case 2: /* Trivial case. */ if (COMPARE (&src[0], &src[1]) <= 0) { /* src[0] <= src[1] */ } else { ELEMENT t = src[0]; src[0] = src[1]; src[1] = t; } break; case 3: /* Simple case. */ if (COMPARE (&src[0], &src[1]) <= 0) { if (COMPARE (&src[1], &src[2]) <= 0) { /* src[0] <= src[1] <= src[2] */ } else if (COMPARE (&src[0], &src[2]) <= 0) { /* src[0] <= src[2] < src[1] */ ELEMENT t = src[1]; src[1] = src[2]; src[2] = t; } else { /* src[2] < src[0] <= src[1] */ ELEMENT t = src[0]; src[0] = src[2]; src[2] = src[1]; src[1] = t; } } else { if (COMPARE (&src[0], &src[2]) <= 0) { /* src[1] < src[0] <= src[2] */ ELEMENT t = src[0]; src[0] = src[1]; src[1] = t; } else if (COMPARE (&src[1], &src[2]) <= 0) { /* src[1] <= src[2] < src[0] */ ELEMENT t = src[0]; src[0] = src[1]; src[1] = src[2]; src[2] = t; } else { /* src[2] < src[1] < src[0] */ ELEMENT t = src[0]; src[0] = src[2]; src[2] = t; } } break; default: { size_t n1 = n / 2; size_t n2 = (n + 1) / 2; /* Note: n1 + n2 = n, n1 <= n2. */ /* Sort src[n1..n-1], scratching tmp[0..n2-1]. */ merge_sort_inplace (src + n1, n2, tmp); /* Sort src[0..n1-1] into tmp[0..n1-1], scratching tmp[n1..2*n1-1]. */ merge_sort_fromto (src, tmp, n1, tmp + n1); /* Merge the two half results. */ merge (tmp, n1, src + n1, n2, src); } break; } } #undef ELEMENT #undef COMPARE #undef STATIC libidn2-2.0.4/unistring/unictype/0000755000000000000000000000000013151533501013666 500000000000000libidn2-2.0.4/unistring/unictype/categ_of.h0000644000000000000000000026262413051021034015532 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Categories of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ #define category_header_0 16 #define category_header_1 17 #define category_header_2 7 #define category_header_3 511 #define category_header_4 127 static const struct { int level1[17]; short level2[5 << 9]; unsigned short level3[211 * 40 + 1]; } u_category = { { 0, 512, 1024, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1536, 2048, 2048 }, { 0, 128, 256, 384, 512, 640, 768, 896, 1024, 1152, 1280, 1408, 1536, 1664, 1792, 1920, 2048, 2176, 2304, 2432, 2560, 2688, 2816, 2944, 3072, 3200, 3328, 3456, 3584, 3712, 3840, 3968, 4096, 4224, 4352, 4352, 4480, 4608, 4736, 4864, 4992, 4352, 4352, 4352, 5120, 5248, 5376, 5504, 5632, 5760, 5888, 6016, 6144, 6272, 6400, 6528, 6656, 6784, 6912, 7040, 7168, 7296, 7424, 7552, 7680, 7808, 7936, 8064, 8192, 8192, 8320, 8448, 8576, 8704, 8832, 8960, 9088, 8832, 9216, 9344, 8832, 8832, 8192, 9472, 8192, 8192, 9600, 9728, 9856, 9984, 10112, 10240, 10368, 10496, 8832, 10624, 10752, 10880, 11008, 11136, 11264, 11392, 8832, 8832, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 11520, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 11648, 11776, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 11904, 4352, 4352, 12032, 12160, 12288, 12416, 12544, 12672, 12800, 12928, 13056, 13184, 13312, 13440, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 13568, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13696, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 4352, 4352, 13952, 14080, 14208, 14336, 4352, 4352, 14464, 14592, 14720, 14848, 14976, 15104, 15232, 15360, 15488, 15616, -1, 15744, 15872, 16000, 16128, 16256, 16384, -1, 4352, 4352, 16512, -1, 16640, 16768, 16896, 17024, 17152, 17280, 17408, 17536, 17664, 17792, -1, -1, 17920, -1, -1, -1, 18048, 18176, 18304, 18432, 18560, 18688, 18816, -1, -1, 18944, -1, 19072, 19200, 19328, 19456, -1, -1, 19584, -1, -1, -1, 19712, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 19840, 19968, 4352, 20096, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 20224, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 4352, 4352, 4352, 20352, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 4352, 4352, 4352, 20480, 20608, 20736, 20864, -1, -1, -1, -1, -1, -1, 20992, 21120, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 21248, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 21376, 21504, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8832, 21632, 21760, 21888, 22016, -1, 22144, -1, 22272, 22400, 22528, 22656, 22784, 22912, 23040, 23168, 8832, 8832, 8832, 8832, 23296, 23424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 23552, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 23680, 23808, -1, -1, 23936, 24064, 24192, 24320, 24448, -1, 8832, 24576, 8832, 8832, 24704, 24832, 8832, 24960, 25088, 25216, 25344, 25472, 25600, 25728, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 25856, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 25984, 4352, 26112, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 26240, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4352, 4352, 4352, 4352, 26368, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 26496, -1, 26624, 26752, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 13824, 26880 }, { 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xc636, 0x6338, 0xcd8c, 0x1945, 0x8c59, 0x2108, 0x1084, 0x0842, 0x28c5, 0x8ca5, 0x0011, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1680, 0x5d1d, 0x8434, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x2684, 0xcc9d, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xce36, 0x6739, 0xb48d, 0x2792, 0xa575, 0x2a55, 0x4345, 0x548c, 0xa811, 0x8a94, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0090, 0x0000, 0x0800, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2190, 0x1084, 0x0842, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x0108, 0x1004, 0x0040, 0x0401, 0x4010, 0x2100, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x0008, 0x1004, 0x0840, 0x8001, 0x0200, 0x0100, 0x1000, 0x0002, 0x0400, 0x0200, 0x2000, 0x0084, 0x0040, 0x8020, 0x0200, 0x0100, 0x0084, 0x0002, 0x0001, 0x4010, 0x2000, 0x0204, 0x0842, 0x1084, 0x4402, 0x2200, 0x1100, 0x0040, 0x0401, 0x4010, 0x0100, 0x1004, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8801, 0x0200, 0x2000, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x4210, 0x2108, 0x1000, 0x0800, 0x0401, 0x0000, 0x2008, 0x0080, 0x0802, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4240, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x5063, 0xe94a, 0x6318, 0x318c, 0x18c6, 0x5063, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x8c63, 0x2831, 0x94a5, 0x3a52, 0xa0e8, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x8020, 0x2830, 0xbd08, 0x108f, 0x0442, 0xf7bd, 0x294e, 0x0088, 0x0e80, 0x003a, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x7400, 0x0000, 0x0000, 0x1000, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0042, 0x0021, 0x4200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8421, 0x8200, 0x0104, 0x1080, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0xd420, 0x4a52, 0xe729, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x0400, 0x4010, 0x0100, 0x1004, 0x0840, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x001d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7de8, 0x18c4, 0x8c63, 0x843d, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x3d08, 0xdeb2, 0x9d6b, 0x94bd, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x2b0a, 0x94b1, 0x4a58, 0xbd2c, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xde90, 0xef7b, 0x9084, 0x7b18, 0xbdef, 0xdef7, 0xef7b, 0x6b5a, 0xb5ad, 0x3294, 0x19c6, 0xad63, 0x94a5, 0x4a52, 0xa529, 0xa894, 0x8c7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1083, 0x0842, 0x8421, 0x5290, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x2108, 0x1084, 0x0842, 0x18c5, 0x2123, 0x1085, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4912, 0xa529, 0x5294, 0x2d74, 0x94a5, 0xc652, 0xa528, 0x5296, 0x210a, 0x2108, 0x1084, 0x0842, 0x4211, 0x256a, 0xc631, 0x6318, 0x318c, 0x18c6, 0xd763, 0x10a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xde94, 0x2109, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xa529, 0x5294, 0x294a, 0xf485, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x2108, 0x1084, 0x0842, 0x4211, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x5290, 0x294a, 0x94a5, 0x4632, 0x318d, 0xde8e, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xa529, 0x528c, 0x294a, 0x94a5, 0x4a32, 0xa329, 0x5294, 0xef4a, 0xc631, 0x6318, 0x318c, 0x18c6, 0xec63, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0xd294, 0xec7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7a42, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x14a5, 0x0843, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x5314, 0x3188, 0x94a6, 0x4a52, 0xc529, 0x6318, 0x318a, 0x94a4, 0x4a52, 0x8429, 0x4210, 0x2108, 0x9484, 0x2312, 0x0842, 0x8421, 0x4210, 0x1071, 0x0842, 0x8421, 0x4210, 0x2108, 0x18a4, 0x09d3, 0x8421, 0x4210, 0x277a, 0x77a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x93a4, 0x3bde, 0x8421, 0x5ef4, 0x3188, 0x94a6, 0x7a52, 0xa637, 0x6377, 0xe90a, 0xf7bd, 0x7bde, 0xbd37, 0x4ef7, 0x2748, 0x9484, 0x3bd2, 0x0842, 0x8421, 0x4210, 0xcc84, 0x94a9, 0x4a52, 0xd9d5, 0xef7b, 0x14bd, 0x09d3, 0x8421, 0xde90, 0x277b, 0x77a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x13a4, 0x09d2, 0x84e9, 0x5ef4, 0x31ba, 0x94a6, 0x7bde, 0xa52f, 0x52f7, 0xef4a, 0xf4bd, 0x7bde, 0x9def, 0x4210, 0xe93a, 0xf7bd, 0x3bde, 0x0842, 0x8421, 0x4210, 0x10a5, 0x4a42, 0xbdef, 0xdef7, 0xef7b, 0x14bd, 0x09d3, 0x8421, 0x4210, 0x2748, 0x7484, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x13a4, 0x09d2, 0x8421, 0x5ef4, 0x3188, 0x94a6, 0x4a52, 0xc52f, 0x6374, 0xef4a, 0xf7a4, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x9484, 0x3bd2, 0x0842, 0x8421, 0x4210, 0xf671, 0x7bde, 0x9def, 0xdef4, 0xef7b, 0x18bd, 0x09d3, 0x8421, 0x4210, 0x277a, 0x77a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x13a4, 0x09d2, 0x8421, 0x5ef4, 0x2988, 0x94a6, 0x7a52, 0xa637, 0x6377, 0xef4a, 0xf7bd, 0x7bde, 0xbd31, 0x4ef7, 0x2748, 0x9484, 0x3bd2, 0x0842, 0x8421, 0x4210, 0x2895, 0x94a5, 0xbd52, 0xdef7, 0xef7b, 0x17bd, 0x09d2, 0x8421, 0xde90, 0x213b, 0x13a4, 0x4842, 0x9def, 0x4e90, 0x213a, 0x77bd, 0x7a42, 0x84ef, 0xde90, 0x213b, 0x1084, 0x0842, 0x8421, 0xdef4, 0x31bb, 0x98c5, 0xbbde, 0xa631, 0x631b, 0xef4a, 0xf7a4, 0x7bde, 0xbd37, 0xdef7, 0xef7b, 0xf7bd, 0x3bde, 0x0842, 0x8421, 0x4210, 0xa94a, 0x6b5a, 0x75ad, 0xded6, 0xef7b, 0x18c5, 0x09d3, 0x8421, 0x4210, 0x213a, 0x13a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x1084, 0x0842, 0x8421, 0xdef4, 0x2949, 0x18c5, 0x7a63, 0xa529, 0x5297, 0xef4a, 0xf7bd, 0x4bde, 0x84e9, 0xde90, 0xef7b, 0x9484, 0x3bd2, 0x0842, 0x8421, 0x4210, 0xf7bd, 0x7bde, 0x4aef, 0xa529, 0xaa94, 0x18bd, 0x09d3, 0x8421, 0x4210, 0x213a, 0x13a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x1084, 0x09d2, 0x8421, 0x5ef4, 0x2988, 0x18c6, 0x7a63, 0xa631, 0x531b, 0xef4a, 0xf7bd, 0x8dde, 0xbde9, 0xdef7, 0xe93b, 0x9484, 0x3bd2, 0x0842, 0x8421, 0x4210, 0x909d, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x18bd, 0x09d3, 0x8421, 0x4210, 0x213a, 0x13a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xde90, 0x3189, 0x94a6, 0xba52, 0xa631, 0x631b, 0xe90a, 0xf7bd, 0x7bde, 0xbd37, 0xdef7, 0x277b, 0x9484, 0x3bd2, 0x0842, 0x8421, 0x4210, 0x294a, 0x54a5, 0xbdef, 0x4212, 0x2108, 0x1bbd, 0x09d3, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0x4213, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x7484, 0x0842, 0x8421, 0xd210, 0xef49, 0x1084, 0x0842, 0xbde9, 0xde97, 0x377b, 0x94c6, 0x7a52, 0xc6e9, 0x6318, 0x318c, 0xf7bd, 0x3bde, 0x0842, 0x8421, 0x4210, 0x1bbd, 0x7b13, 0xbdef, 0xdef7, 0xef7b, 0x109d, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x10a4, 0x4a52, 0xa529, 0xde94, 0x9f7b, 0x1084, 0xc842, 0xa528, 0x5294, 0x894a, 0x2108, 0x1084, 0x0842, 0xd8c5, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x909d, 0x7a4e, 0xa427, 0xde93, 0xef49, 0xf7bd, 0x084e, 0x9d21, 0x4210, 0x2108, 0x109d, 0x49d2, 0xbd27, 0xd213, 0x2109, 0x10a4, 0x4a52, 0xa529, 0x52f4, 0xef48, 0x1084, 0xfa42, 0xa5e8, 0x5294, 0xef4a, 0x2108, 0x1084, 0x0842, 0x4ef5, 0x2108, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6a4, 0x631a, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6b1a, 0xa5ad, 0x5ad4, 0xad6b, 0x2108, 0x1084, 0x0842, 0xa529, 0x5294, 0x294a, 0x4b55, 0xb52d, 0xd734, 0x319c, 0x1084, 0x0842, 0x9d21, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef7a, 0x94bd, 0x4a52, 0xa529, 0x5294, 0x314a, 0x94a5, 0x6252, 0x8429, 0x4210, 0x294a, 0x94a5, 0x4a52, 0xbd29, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xad7a, 0xd6b5, 0x6b5a, 0xb5a9, 0x5ad6, 0xad7b, 0xc631, 0x6b18, 0x35ad, 0xdec6, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x6310, 0x294a, 0x94c5, 0x4a52, 0xa629, 0x6314, 0x214a, 0x2108, 0x1084, 0x0842, 0x18c5, 0x8c63, 0x1084, 0x8842, 0xa531, 0x4210, 0x2948, 0x1885, 0x0863, 0xc631, 0x6318, 0x210c, 0x94a4, 0x0852, 0x8421, 0x4210, 0x2108, 0x1484, 0x4a63, 0xc631, 0x6318, 0x310a, 0x2108, 0x1084, 0x0842, 0x6319, 0xad4a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xbd07, 0xdef7, 0xef41, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x3890, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0xef48, 0x1084, 0x0842, 0xa4e9, 0x4213, 0xef48, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0xef48, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x13a4, 0x4842, 0x84ef, 0x4210, 0xe908, 0x13a4, 0x4842, 0x84ef, 0x4210, 0x2108, 0x1084, 0x0842, 0x84e9, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x13a4, 0x4842, 0x84ef, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xde90, 0x294b, 0xc631, 0x6318, 0x518c, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xef7a, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xd6b5, 0x6b5a, 0xb5ad, 0xdef6, 0xef7b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x21ef, 0x1084, 0xef42, 0x108c, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2462, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1096, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xe690, 0xef7a, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x1890, 0x4a63, 0x1089, 0x0842, 0xa421, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x213a, 0x9484, 0x7a52, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9484, 0x6252, 0xbdec, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9484, 0x7bd2, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x213a, 0x97a4, 0x7bd2, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x8a52, 0xa529, 0x5294, 0x318a, 0x18c6, 0x4c63, 0xa631, 0x5294, 0x294a, 0x94a5, 0x6312, 0x311c, 0x49c6, 0xef4a, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x294a, 0x94a5, 0x4a52, 0xdef5, 0xef7b, 0xc631, 0x2318, 0x318b, 0x52c6, 0xee8a, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9084, 0x0841, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbd21, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0xde90, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xe908, 0x14a5, 0x8c63, 0xc529, 0xd318, 0xef7b, 0x14c6, 0x8c63, 0xa631, 0xd294, 0xef7b, 0xf7b5, 0x231e, 0x0842, 0x8421, 0x4210, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x1084, 0x7a42, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xd210, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xdef4, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdea9, 0xad7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xc529, 0xd298, 0x8c7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4c42, 0xa531, 0x5294, 0xe94a, 0x14c5, 0x4a63, 0xa529, 0x5294, 0x318c, 0x98c6, 0x4a52, 0xa529, 0x5294, 0x2f7a, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0xc631, 0x6318, 0x311c, 0x18c6, 0xef63, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xe9ca, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x94a5, 0x0862, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4c52, 0xa529, 0x5314, 0x318c, 0x14c6, 0x0863, 0x8421, 0xd210, 0xef7b, 0x2108, 0x1084, 0x0842, 0x18c5, 0x8c63, 0xd6b1, 0x6b5a, 0xb5ad, 0x52d6, 0x294a, 0x94a5, 0x6b52, 0xb5ad, 0x5ad6, 0xef7b, 0x18a5, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x94c4, 0x8a52, 0xa531, 0x5298, 0x210a, 0x2108, 0x1084, 0x0842, 0x4211, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xa531, 0x6318, 0x298a, 0x18a5, 0x7bd3, 0xbdef, 0x1ef7, 0x8c63, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x8c62, 0xc631, 0x5318, 0x294a, 0x94a5, 0x4c62, 0xbd29, 0x18f7, 0x8c63, 0x2108, 0x1084, 0x0842, 0xdef5, 0x2109, 0x2108, 0x1084, 0x0842, 0x4211, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x6321, 0x318c, 0x8c46, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xc631, 0x6318, 0xbd8c, 0xdef7, 0xef7b, 0x94a5, 0x4a58, 0xa529, 0x5294, 0x294a, 0x94c5, 0x4a52, 0x8529, 0x4210, 0x210a, 0x1884, 0x0853, 0xa5e9, 0xdef4, 0xef7b, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x3084, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x108c, 0x0842, 0x8421, 0x4210, 0x2308, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x3184, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xbdef, 0x5ef7, 0x294a, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x4200, 0x2108, 0x1084, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8421, 0x4210, 0x0008, 0x0000, 0x0000, 0x8421, 0x4210, 0x00ef, 0x0000, 0xef40, 0x8421, 0x4210, 0x0008, 0x0000, 0x0000, 0x8421, 0x4210, 0x0008, 0x0000, 0x0000, 0x8421, 0x4210, 0x00ef, 0x0000, 0xef40, 0x8421, 0x4210, 0x1d08, 0xd074, 0x0741, 0x8421, 0x4210, 0x0008, 0x0000, 0x0000, 0x8421, 0x4210, 0x2108, 0x1084, 0xef42, 0x8421, 0x4210, 0x4208, 0x2108, 0x1084, 0x8421, 0x4210, 0x4208, 0x2108, 0x1084, 0x8421, 0x4210, 0x4208, 0x2108, 0x1084, 0x8421, 0x7a10, 0x0008, 0x2000, 0xa068, 0x8694, 0x7a10, 0x0008, 0x2000, 0xa528, 0x8421, 0x7bd0, 0x0008, 0xd000, 0xa529, 0x8421, 0x4210, 0x0008, 0x0000, 0xa528, 0x87bd, 0x7a10, 0x0008, 0x2000, 0xed28, 0x5ad6, 0xad6b, 0xd6b5, 0xad5a, 0xd6b5, 0x318c, 0x58c6, 0x0f8c, 0xf7b6, 0x7b60, 0xc631, 0x6318, 0x178c, 0xad6b, 0xb6b5, 0xc631, 0x6318, 0xf18c, 0x18c1, 0x5c63, 0xc62b, 0x9b28, 0x318b, 0x18c6, 0x8c63, 0xca31, 0x62b8, 0x318c, 0x18c6, 0xb463, 0x6b5a, 0xbbad, 0x5ad6, 0xad6b, 0xd6b5, 0xf46a, 0x94ae, 0x4a52, 0x2949, 0x1b9b, 0x294a, 0x94a5, 0x4a52, 0x2949, 0xeb9b, 0x8c63, 0xc631, 0x6318, 0x318c, 0xef7a, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0xece7, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x39ce, 0x9ca7, 0x4a73, 0xa529, 0x5294, 0x294a, 0xf7a5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x82b5, 0x6b5a, 0xb505, 0x0006, 0x0840, 0x8000, 0x4150, 0x12ad, 0x0000, 0xad40, 0xd6b5, 0x2a0a, 0xa0a8, 0x0002, 0x0d40, 0x0000, 0x0810, 0x2421, 0x1ad4, 0x0002, 0x4a52, 0x4129, 0x2108, 0x5954, 0xa86b, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x2529, 0x5210, 0x494a, 0xdad5, 0xef7b, 0x4a52, 0x6b29, 0xb5ad, 0x594a, 0xad6b, 0x56b2, 0xab59, 0xb5ac, 0x5ad6, 0xacab, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0x94ab, 0xcab5, 0x6b2a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0xa52a, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0xd6b5, 0x6b5a, 0xcdad, 0x5735, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd652, 0x6b5a, 0xb5ad, 0x5ab9, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x2ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x2956, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x6b59, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x2ad6, 0x94a5, 0xd652, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xded6, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbded, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xded6, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x5529, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xa52a, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb595, 0x5ad6, 0xad6b, 0xd655, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x52ad, 0x294a, 0x94a5, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0x956b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xcdad, 0xd735, 0x735c, 0x35cd, 0x9cd7, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x6b55, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x4a52, 0x9b29, 0x5293, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x6529, 0xcd73, 0xd735, 0x735c, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0xca52, 0x9ae6, 0xae6b, 0xe6b9, 0x6b9a, 0xb9ae, 0x9ae6, 0x4e6b, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xcd94, 0x2735, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xd94a, 0x949c, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x6b29, 0x5295, 0x294a, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7bda, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ef, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdef6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad7, 0xad6b, 0xf6b5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0x5ef7, 0xad6b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xe800, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0xe842, 0x0020, 0x4200, 0x0100, 0x1004, 0x0000, 0x8020, 0x4010, 0x2108, 0x3084, 0x0006, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x6a10, 0xb5ad, 0x1056, 0x2840, 0x80a5, 0x7bd0, 0x3def, 0x18c6, 0x8c55, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xbd0f, 0xdef7, 0xef43, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbd21, 0xdef7, 0x1f7b, 0xf7b1, 0x7bde, 0xbdef, 0xdef7, 0x2f7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x84e9, 0x4210, 0xe908, 0x1084, 0x0842, 0x84e9, 0x4210, 0xe908, 0x1084, 0x0842, 0x84e9, 0x4210, 0xe908, 0x1084, 0x0842, 0x84e9, 0x4210, 0xe908, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x3e31, 0x60f8, 0xf18c, 0xf8c1, 0x8c60, 0xc631, 0x6318, 0x3164, 0xf8b2, 0x8c60, 0x360f, 0x5cd7, 0xcd73, 0x18c5, 0x1c63, 0xc631, 0x6318, 0x318c, 0x1632, 0x8c63, 0xb62c, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5af6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7bda, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdad6, 0xef7b, 0xc636, 0x0758, 0xcd49, 0xd735, 0x735c, 0xd5cd, 0x5cda, 0xcd73, 0xc735, 0x739a, 0xa535, 0x5294, 0x294a, 0x5295, 0x318a, 0x8c6c, 0x4631, 0x29ad, 0x41a5, 0xad62, 0x109d, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0x4a14, 0x20c7, 0x108c, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x3890, 0x20c6, 0xf7bd, 0x09de, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x109d, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xe908, 0x2ab5, 0x54a5, 0xb5ad, 0x5ad6, 0xad6b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xde90, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7bda, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xed6b, 0x294a, 0x94a5, 0x4a52, 0x5ad5, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x4aad, 0xa529, 0x5294, 0x2955, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x294a, 0x94a5, 0x4a52, 0x5ad5, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x2955, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xed6b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0642, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef7a, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbded, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x6321, 0x318c, 0x8c46, 0x1084, 0x0842, 0x8421, 0x3210, 0x8c62, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x2108, 0x1084, 0x0842, 0xd211, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x2902, 0x9ce7, 0x4a58, 0xa529, 0x5294, 0x1c4a, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x3080, 0x2946, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0x294a, 0x94a5, 0x4a52, 0xc4a5, 0x6318, 0xbd8c, 0xdef7, 0xef7b, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x631d, 0x318c, 0x18c6, 0x8294, 0x0200, 0x2008, 0x0080, 0x0802, 0x8021, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0080, 0x0802, 0x8423, 0x4210, 0x0108, 0x1004, 0x0800, 0x8020, 0x0200, 0x8308, 0x1052, 0x2040, 0x8020, 0x0210, 0x2008, 0x0080, 0x0802, 0x8020, 0x0200, 0x2008, 0x0000, 0xef40, 0x0000, 0x0200, 0xbd08, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0x6327, 0x4204, 0x2108, 0x1484, 0x4842, 0x8421, 0x4290, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4a63, 0xb531, 0xdad6, 0xef7b, 0x294a, 0x54a5, 0xb3ad, 0xdef6, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x6312, 0xbd8c, 0xdef7, 0xef7b, 0x10c6, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x8c62, 0xc631, 0x6318, 0x318c, 0x18c6, 0x7a53, 0xbdef, 0xdef7, 0x8c7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x10a5, 0x0842, 0x3121, 0x1246, 0xef49, 0x2108, 0x1084, 0x0842, 0x4211, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xa529, 0x5294, 0x8c4a, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa529, 0x5294, 0x294a, 0x18a5, 0x7bd3, 0xbdef, 0xdef7, 0x8f7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef7a, 0x14a5, 0x0843, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9084, 0x4c62, 0xa529, 0x5318, 0x318c, 0xc626, 0x6318, 0x318c, 0x18c6, 0x1f63, 0x2108, 0x1084, 0x0842, 0xdef5, 0x8c7b, 0x1084, 0xca42, 0x8420, 0x4210, 0x2108, 0x2108, 0x1084, 0x0842, 0x4211, 0xe908, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x5294, 0x314a, 0x14a6, 0x4a63, 0xbde9, 0xdef7, 0xef7b, 0x9084, 0x0842, 0x8421, 0x5210, 0xef4c, 0x2108, 0x1084, 0x0842, 0x1ef5, 0x8c63, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1083, 0x0842, 0xb5a9, 0x5312, 0x210c, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9485, 0x0852, 0x8529, 0x4210, 0x2948, 0x90a4, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0x4277, 0x8c46, 0x1084, 0x0842, 0x8421, 0x5310, 0x318a, 0x9231, 0x4c31, 0xbde9, 0xdef7, 0xef7b, 0x109d, 0x0842, 0x9de9, 0x4210, 0xe908, 0x109d, 0x0842, 0xbde9, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x84e9, 0x4210, 0xe908, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x3a04, 0x18c6, 0x8421, 0x4210, 0xbdef, 0xdef7, 0xef7b, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x8a63, 0xc531, 0x6898, 0xef4a, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7bd2, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0x4277, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xd210, 0xef7b, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xdef4, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x8421, 0x4210, 0xbde8, 0xdef7, 0xef7b, 0xf7bd, 0x4210, 0xbd08, 0xdef7, 0x2149, 0x1084, 0x0842, 0x4421, 0x4212, 0x2108, 0x1084, 0x0842, 0x84e9, 0x4210, 0xe93a, 0x7484, 0x3a42, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x5084, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xf694, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x77bd, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x6b88, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x13bd, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbd21, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x3210, 0xef6b, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0xc631, 0x6318, 0x2e6c, 0xdef6, 0xef7b, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0xb191, 0x9ab5, 0xae6b, 0xe6b9, 0x6b9a, 0xb9ae, 0x62e6, 0x2e6c, 0x18c6, 0x5ad7, 0xc631, 0x631e, 0xac8c, 0xe6b9, 0x8b9a, 0x4a31, 0xa526, 0x71ec, 0xd8c6, 0xef7b, 0x1084, 0x3a42, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xd77a, 0xc63d, 0x6338, 0xcd8c, 0x1945, 0x8c59, 0x2108, 0x1084, 0x0842, 0x28c5, 0x8ca5, 0x0011, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1680, 0x5d1d, 0x8434, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x2684, 0x6c9d, 0x362e, 0x2317, 0x8421, 0x4210, 0x2108, 0x1083, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x18c8, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xe908, 0x13bd, 0x0842, 0xbd21, 0x4213, 0x2108, 0x13bd, 0x0842, 0xbd21, 0x4213, 0xef7a, 0x4a73, 0xe75a, 0x55ec, 0x294a, 0xed6b, 0xf7bd, 0x7bde, 0x5def, 0x5d6b, 0xef6b, 0x1084, 0x0842, 0x8421, 0xd210, 0x2109, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x84e9, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4e90, 0x2748, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xde90, 0xef7b, 0xc631, 0x7bde, 0x4a57, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x7bd5, 0xb5af, 0x5ad6, 0xad6b, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x9494, 0xaa52, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x552a, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdad6, 0xef7b, 0xf7b5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xef4b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef7a, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xf7a4, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x2945, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xd529, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x294a, 0x7bd5, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1124, 0x0842, 0x8421, 0xdea4, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xa529, 0xde94, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x8f48, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7bd2, 0x84ef, 0x4210, 0x2108, 0xa531, 0x5294, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2100, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbd21, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7bd2, 0xbdef, 0xdef7, 0x8f7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0xbd21, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x4842, 0xa4ef, 0x4213, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xa427, 0x4ef7, 0x277a, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0x4a8f, 0xa529, 0x5294, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x55a9, 0xa529, 0x5294, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xe908, 0xf7bd, 0x7bde, 0x4a57, 0xa529, 0x5294, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9084, 0x484e, 0xbdef, 0xa577, 0x5294, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x8842, 0x4a52, 0xd529, 0x8f7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xdef4, 0x8f7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbd21, 0xaef7, 0x2114, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x2bbd, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x94a4, 0x4bd2, 0xbde9, 0x5ef7, 0x294a, 0x1084, 0x09d2, 0x9d21, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7bd2, 0xa5ef, 0xde94, 0x2f7b, 0x294a, 0x94a5, 0xbd52, 0xdef7, 0xef7b, 0xc631, 0x6318, 0xb18c, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x8a94, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x5294, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x9521, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4a42, 0xbde9, 0xa577, 0x5294, 0xc631, 0x6318, 0xbdec, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0x3def, 0x18c6, 0x8c63, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0x4aef, 0xa529, 0x5294, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9084, 0x7bde, 0x4aef, 0xa529, 0x5294, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xf484, 0x7bde, 0x3def, 0x18c6, 0xef7b, 0xf7bd, 0x7bde, 0x5def, 0xa529, 0x5294, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x7bde, 0xbdef, 0xa52b, 0x5294, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xea94, 0x18a6, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa521, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x3189, 0x18c6, 0xef63, 0x2bbd, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x14a5, 0x0842, 0x8421, 0x4210, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0x2f7b, 0x18a5, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x98c6, 0x4a52, 0xa631, 0x1894, 0x8c75, 0xf631, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0xdef7, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x14a5, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa529, 0x6294, 0x294a, 0x94a5, 0x3a52, 0x0842, 0x8421, 0x4210, 0xc631, 0x7bd8, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x9084, 0x2312, 0xbde9, 0xdef7, 0xef7b, 0x18a5, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4c63, 0xa529, 0x5294, 0x314a, 0x1086, 0x6242, 0x318c, 0x5296, 0xef62, 0x2108, 0x1084, 0x0842, 0x4891, 0x8c62, 0x295d, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x7aa5, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x7484, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x6210, 0x298c, 0x18a5, 0x4c53, 0x3129, 0x18c6, 0xef63, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0xa4e9, 0x4213, 0x2748, 0x1084, 0x0842, 0x8421, 0x4210, 0x2748, 0x1084, 0x0842, 0x2421, 0xdef6, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2908, 0x98c6, 0x4a52, 0xa529, 0xde94, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0x18a5, 0x09d3, 0x8421, 0x4210, 0x277a, 0x77a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0x4213, 0x2108, 0x13a4, 0x09d2, 0x8421, 0x5ef4, 0x3188, 0x18c5, 0x7a63, 0xa637, 0x6377, 0xef4c, 0xf7a4, 0x7bde, 0xbd37, 0xdef7, 0x2109, 0x1884, 0x7bd3, 0xa529, 0x5294, 0xef7a, 0x94a5, 0x7a52, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x98c6, 0x4a52, 0xc529, 0x6314, 0x298c, 0x94c5, 0x4842, 0xbd24, 0xdef7, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x3108, 0x94c6, 0x4a52, 0xc6ef, 0x5318, 0x298a, 0xc625, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x848c, 0x5210, 0xef4a, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x98c6, 0x4a52, 0xa529, 0x6314, 0x298a, 0xc625, 0x7a48, 0xbdef, 0xdef7, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x6290, 0x318a, 0x94a5, 0x8a52, 0xbd29, 0xdef7, 0xef7b, 0x2108, 0x1084, 0x0842, 0xdef5, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xdef4, 0x294b, 0x94c6, 0x8a52, 0xa529, 0xd294, 0xef7b, 0x2108, 0x1084, 0x0842, 0x1529, 0xac63, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x2108, 0x1084, 0x0842, 0xa529, 0x5294, 0xa94a, 0x7bde, 0xbdef, 0xdef7, 0x277b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xdef4, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0xea52, 0xc631, 0x7b18, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7bd2, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xe908, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xa421, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xe908, 0x2108, 0x1084, 0x0842, 0xdef5, 0x8c7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x94a5, 0x6252, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x94a5, 0x4a52, 0x3189, 0x58c6, 0xad6b, 0x8c63, 0x6b11, 0xbdef, 0xdef7, 0xef7b, 0x2108, 0x1084, 0x0842, 0xa575, 0x5294, 0x754a, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbd21, 0xdef7, 0x2109, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7a42, 0xbdef, 0xdef7, 0xef7b, 0x18c4, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0xe98c, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0x2f7b, 0x94a5, 0xc631, 0x6318, 0x318c, 0x18c6, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf484, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xde90, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0xef7a, 0x1084, 0x0842, 0xa421, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x5ef4, 0x894b, 0x6b5a, 0x7bdd, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbded, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x8d5a, 0xa529, 0x5ad4, 0x318d, 0x18c6, 0xb5ad, 0x5ad6, 0x52eb, 0x294a, 0x94a5, 0x4b5a, 0xa529, 0x5294, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5296, 0xad4a, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x96b5, 0x6a52, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbded, 0xdef7, 0xef7b, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xf54a, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0840, 0x8421, 0x7a10, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8400, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x0084, 0x003a, 0x83bd, 0x01de, 0x1de8, 0x0000, 0x003a, 0x0000, 0x4000, 0x2108, 0xd0f4, 0x0843, 0x8421, 0x43d0, 0x2108, 0x1084, 0x0842, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4000, 0x0007, 0xde80, 0x0001, 0x0000, 0x3a00, 0x0000, 0x0000, 0x087a, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x0008, 0x0074, 0xe800, 0x0000, 0x3a00, 0xbde8, 0x0003, 0x0000, 0x87a0, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x0084, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0840, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8400, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x0084, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x00ef, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8640, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1904, 0x0842, 0x0021, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1900, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x6410, 0x2108, 0x0084, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6400, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x9042, 0x8421, 0x0210, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9000, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x4108, 0x1086, 0x0842, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x1086, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x0421, 0x4219, 0x2108, 0xd080, 0x423b, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xb5a9, 0x52d6, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0xad6a, 0xd6b5, 0x4b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6a5a, 0x318d, 0xd8c6, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0x52f7, 0x294a, 0x94bd, 0x4a52, 0xa529, 0x5294, 0x294a, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7a42, 0x4a57, 0xa529, 0x5294, 0x94a5, 0x4a52, 0xbde9, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x09d2, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x909d, 0x7a4e, 0x9d27, 0x4210, 0x2108, 0x9084, 0x084e, 0x9d21, 0xd274, 0xef7b, 0x93bd, 0x7bde, 0x9d27, 0xd274, 0x2109, 0x909d, 0x7a4e, 0x9d27, 0xd274, 0x2749, 0x909d, 0x7a4e, 0x8427, 0x4e90, 0x2108, 0x9084, 0x084e, 0x9d21, 0x4210, 0xe93a, 0x1084, 0x0842, 0x8421, 0x4274, 0x2108, 0x1084, 0x0842, 0x8421, 0xd210, 0xef7b, 0x109d, 0x09d2, 0x8421, 0x4274, 0x2108, 0x1084, 0x0842, 0x8421, 0xd210, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf652, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdad6, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7bda, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xed6b, 0xd6bd, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6bd, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6bd, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbdef, 0xdef7, 0xef7b, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xef7a, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xed6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdad6, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xded6, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0xded6, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdef7, 0xef7b, 0xf6b5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x4a56, 0xa529, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5af6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6bda, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xf7b5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xef7b, 0xd6b5, 0x7bda, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7bda, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x7b5a, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdad6, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbdad, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdef6, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xbdad, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xef6b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x6b5a, 0xb5ad, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xd6b5, 0x7b5a, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7b5, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0xbde9, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x7a42, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xf484, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xef48, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf75d, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0xf7bd, 0x7bde, 0xbdef, 0xdef7, 0xef7b, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xef79, 0x0000 } }; libidn2-2.0.4/unistring/unictype/scripts.h0000644000000000000000000063525013051021034015451 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Unicode scripts. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ static const uc_interval_t script_common_intervals[] = { { 0x0000, 1, 0 }, { 0x0040, 0, 1 }, { 0x005B, 1, 0 }, { 0x0060, 0, 1 }, { 0x007B, 1, 0 }, { 0x00A9, 0, 1 }, { 0x00AB, 1, 0 }, { 0x00B9, 0, 1 }, { 0x00BB, 1, 0 }, { 0x00BF, 0, 1 }, { 0x00D7, 1, 1 }, { 0x00F7, 1, 1 }, { 0x02B9, 1, 0 }, { 0x02DF, 0, 1 }, { 0x02E5, 1, 0 }, { 0x02E9, 0, 1 }, { 0x02EC, 1, 0 }, { 0x02FF, 0, 1 }, { 0x0374, 1, 1 }, { 0x037E, 1, 1 }, { 0x0385, 1, 1 }, { 0x0387, 1, 1 }, { 0x0589, 1, 1 }, { 0x0605, 1, 1 }, { 0x060C, 1, 1 }, { 0x061B, 1, 0 }, { 0x061C, 0, 1 }, { 0x061F, 1, 1 }, { 0x0640, 1, 1 }, { 0x06DD, 1, 1 }, { 0x0964, 1, 0 }, { 0x0965, 0, 1 }, { 0x0E3F, 1, 1 }, { 0x0FD5, 1, 0 }, { 0x0FD8, 0, 1 }, { 0x10FB, 1, 1 }, { 0x16EB, 1, 0 }, { 0x16ED, 0, 1 }, { 0x1735, 1, 0 }, { 0x1736, 0, 1 }, { 0x1802, 1, 0 }, { 0x1803, 0, 1 }, { 0x1805, 1, 1 }, { 0x1CD3, 1, 1 }, { 0x1CE1, 1, 1 }, { 0x1CE9, 1, 0 }, { 0x1CEC, 0, 1 }, { 0x1CEE, 1, 0 }, { 0x1CF3, 0, 1 }, { 0x1CF5, 1, 0 }, { 0x1CF6, 0, 1 }, { 0x2000, 1, 0 }, { 0x200B, 0, 1 }, { 0x200E, 1, 0 }, { 0x2064, 0, 1 }, { 0x2066, 1, 0 }, { 0x2070, 0, 1 }, { 0x2074, 1, 0 }, { 0x207E, 0, 1 }, { 0x2080, 1, 0 }, { 0x208E, 0, 1 }, { 0x20A0, 1, 0 }, { 0x20BE, 0, 1 }, { 0x2100, 1, 0 }, { 0x2125, 0, 1 }, { 0x2127, 1, 0 }, { 0x2129, 0, 1 }, { 0x212C, 1, 0 }, { 0x2131, 0, 1 }, { 0x2133, 1, 0 }, { 0x214D, 0, 1 }, { 0x214F, 1, 0 }, { 0x215F, 0, 1 }, { 0x2189, 1, 0 }, { 0x218B, 0, 1 }, { 0x2190, 1, 0 }, { 0x23FA, 0, 1 }, { 0x2400, 1, 0 }, { 0x2426, 0, 1 }, { 0x2440, 1, 0 }, { 0x244A, 0, 1 }, { 0x2460, 1, 0 }, { 0x27FF, 0, 1 }, { 0x2900, 1, 0 }, { 0x2B73, 0, 1 }, { 0x2B76, 1, 0 }, { 0x2B95, 0, 1 }, { 0x2B98, 1, 0 }, { 0x2BB9, 0, 1 }, { 0x2BBD, 1, 0 }, { 0x2BC8, 0, 1 }, { 0x2BCA, 1, 0 }, { 0x2BD1, 0, 1 }, { 0x2BEC, 1, 0 }, { 0x2BEF, 0, 1 }, { 0x2E00, 1, 0 }, { 0x2E42, 0, 1 }, { 0x2FF0, 1, 0 }, { 0x2FFB, 0, 1 }, { 0x3000, 1, 0 }, { 0x3004, 0, 1 }, { 0x3006, 1, 1 }, { 0x3008, 1, 0 }, { 0x3020, 0, 1 }, { 0x3030, 1, 0 }, { 0x3037, 0, 1 }, { 0x303C, 1, 0 }, { 0x303F, 0, 1 }, { 0x309B, 1, 0 }, { 0x309C, 0, 1 }, { 0x30A0, 1, 1 }, { 0x30FB, 1, 0 }, { 0x30FC, 0, 1 }, { 0x3190, 1, 0 }, { 0x319F, 0, 1 }, { 0x31C0, 1, 0 }, { 0x31E3, 0, 1 }, { 0x3220, 1, 0 }, { 0x325F, 0, 1 }, { 0x327F, 1, 0 }, { 0x32CF, 0, 1 }, { 0x3358, 1, 0 }, { 0x33FF, 0, 1 }, { 0x4DC0, 1, 0 }, { 0x4DFF, 0, 1 }, { 0xA700, 1, 0 }, { 0xA721, 0, 1 }, { 0xA788, 1, 0 }, { 0xA78A, 0, 1 }, { 0xA830, 1, 0 }, { 0xA839, 0, 1 }, { 0xA92E, 1, 1 }, { 0xA9CF, 1, 1 }, { 0xAB5B, 1, 1 }, { 0xFD3E, 1, 0 }, { 0xFD3F, 0, 1 }, { 0xFE10, 1, 0 }, { 0xFE19, 0, 1 }, { 0xFE30, 1, 0 }, { 0xFE52, 0, 1 }, { 0xFE54, 1, 0 }, { 0xFE66, 0, 1 }, { 0xFE68, 1, 0 }, { 0xFE6B, 0, 1 }, { 0xFEFF, 1, 1 }, { 0xFF01, 1, 0 }, { 0xFF20, 0, 1 }, { 0xFF3B, 1, 0 }, { 0xFF40, 0, 1 }, { 0xFF5B, 1, 0 }, { 0xFF65, 0, 1 }, { 0xFF70, 1, 1 }, { 0xFF9E, 1, 0 }, { 0xFF9F, 0, 1 }, { 0xFFE0, 1, 0 }, { 0xFFE6, 0, 1 }, { 0xFFE8, 1, 0 }, { 0xFFEE, 0, 1 }, { 0xFFF9, 1, 0 }, { 0xFFFD, 0, 1 }, { 0x10100, 1, 0 }, { 0x10102, 0, 1 }, { 0x10107, 1, 0 }, { 0x10133, 0, 1 }, { 0x10137, 1, 0 }, { 0x1013F, 0, 1 }, { 0x10190, 1, 0 }, { 0x1019B, 0, 1 }, { 0x101D0, 1, 0 }, { 0x101FC, 0, 1 }, { 0x102E1, 1, 0 }, { 0x102FB, 0, 1 }, { 0x1BCA0, 1, 0 }, { 0x1BCA3, 0, 1 }, { 0x1D000, 1, 0 }, { 0x1D0F5, 0, 1 }, { 0x1D100, 1, 0 }, { 0x1D126, 0, 1 }, { 0x1D129, 1, 0 }, { 0x1D166, 0, 1 }, { 0x1D16A, 1, 0 }, { 0x1D17A, 0, 1 }, { 0x1D183, 1, 0 }, { 0x1D184, 0, 1 }, { 0x1D18C, 1, 0 }, { 0x1D1A9, 0, 1 }, { 0x1D1AE, 1, 0 }, { 0x1D1E8, 0, 1 }, { 0x1D300, 1, 0 }, { 0x1D356, 0, 1 }, { 0x1D360, 1, 0 }, { 0x1D371, 0, 1 }, { 0x1D400, 1, 0 }, { 0x1D454, 0, 1 }, { 0x1D456, 1, 0 }, { 0x1D49C, 0, 1 }, { 0x1D49E, 1, 0 }, { 0x1D49F, 0, 1 }, { 0x1D4A2, 1, 1 }, { 0x1D4A5, 1, 0 }, { 0x1D4A6, 0, 1 }, { 0x1D4A9, 1, 0 }, { 0x1D4AC, 0, 1 }, { 0x1D4AE, 1, 0 }, { 0x1D4B9, 0, 1 }, { 0x1D4BB, 1, 1 }, { 0x1D4BD, 1, 0 }, { 0x1D4C3, 0, 1 }, { 0x1D4C5, 1, 0 }, { 0x1D505, 0, 1 }, { 0x1D507, 1, 0 }, { 0x1D50A, 0, 1 }, { 0x1D50D, 1, 0 }, { 0x1D514, 0, 1 }, { 0x1D516, 1, 0 }, { 0x1D51C, 0, 1 }, { 0x1D51E, 1, 0 }, { 0x1D539, 0, 1 }, { 0x1D53B, 1, 0 }, { 0x1D53E, 0, 1 }, { 0x1D540, 1, 0 }, { 0x1D544, 0, 1 }, { 0x1D546, 1, 1 }, { 0x1D54A, 1, 0 }, { 0x1D550, 0, 1 }, { 0x1D552, 1, 0 }, { 0x1D6A5, 0, 1 }, { 0x1D6A8, 1, 0 }, { 0x1D7CB, 0, 1 }, { 0x1D7CE, 1, 0 }, { 0x1D7FF, 0, 1 }, { 0x1F000, 1, 0 }, { 0x1F02B, 0, 1 }, { 0x1F030, 1, 0 }, { 0x1F093, 0, 1 }, { 0x1F0A0, 1, 0 }, { 0x1F0AE, 0, 1 }, { 0x1F0B1, 1, 0 }, { 0x1F0BF, 0, 1 }, { 0x1F0C1, 1, 0 }, { 0x1F0CF, 0, 1 }, { 0x1F0D1, 1, 0 }, { 0x1F0F5, 0, 1 }, { 0x1F100, 1, 0 }, { 0x1F10C, 0, 1 }, { 0x1F110, 1, 0 }, { 0x1F12E, 0, 1 }, { 0x1F130, 1, 0 }, { 0x1F16B, 0, 1 }, { 0x1F170, 1, 0 }, { 0x1F19A, 0, 1 }, { 0x1F1E6, 1, 0 }, { 0x1F1FF, 0, 1 }, { 0x1F201, 1, 0 }, { 0x1F202, 0, 1 }, { 0x1F210, 1, 0 }, { 0x1F23A, 0, 1 }, { 0x1F240, 1, 0 }, { 0x1F248, 0, 1 }, { 0x1F250, 1, 0 }, { 0x1F251, 0, 1 }, { 0x1F300, 1, 0 }, { 0x1F579, 0, 1 }, { 0x1F57B, 1, 0 }, { 0x1F5A3, 0, 1 }, { 0x1F5A5, 1, 0 }, { 0x1F6D0, 0, 1 }, { 0x1F6E0, 1, 0 }, { 0x1F6EC, 0, 1 }, { 0x1F6F0, 1, 0 }, { 0x1F6F3, 0, 1 }, { 0x1F700, 1, 0 }, { 0x1F773, 0, 1 }, { 0x1F780, 1, 0 }, { 0x1F7D4, 0, 1 }, { 0x1F800, 1, 0 }, { 0x1F80B, 0, 1 }, { 0x1F810, 1, 0 }, { 0x1F847, 0, 1 }, { 0x1F850, 1, 0 }, { 0x1F859, 0, 1 }, { 0x1F860, 1, 0 }, { 0x1F887, 0, 1 }, { 0x1F890, 1, 0 }, { 0x1F8AD, 0, 1 }, { 0x1F910, 1, 0 }, { 0x1F918, 0, 1 }, { 0x1F980, 1, 0 }, { 0x1F984, 0, 1 }, { 0x1F9C0, 1, 1 }, { 0xE0001, 1, 1 }, { 0xE0020, 1, 0 }, { 0xE007F, 0, 1 } }; static const uc_interval_t script_latin_intervals[] = { { 0x0041, 1, 0 }, { 0x005A, 0, 1 }, { 0x0061, 1, 0 }, { 0x007A, 0, 1 }, { 0x00AA, 1, 1 }, { 0x00BA, 1, 1 }, { 0x00C0, 1, 0 }, { 0x00D6, 0, 1 }, { 0x00D8, 1, 0 }, { 0x00F6, 0, 1 }, { 0x00F8, 1, 0 }, { 0x02B8, 0, 1 }, { 0x02E0, 1, 0 }, { 0x02E4, 0, 1 }, { 0x1D00, 1, 0 }, { 0x1D25, 0, 1 }, { 0x1D2C, 1, 0 }, { 0x1D5C, 0, 1 }, { 0x1D62, 1, 0 }, { 0x1D65, 0, 1 }, { 0x1D6B, 1, 0 }, { 0x1D77, 0, 1 }, { 0x1D79, 1, 0 }, { 0x1DBE, 0, 1 }, { 0x1E00, 1, 0 }, { 0x1EFF, 0, 1 }, { 0x2071, 1, 1 }, { 0x207F, 1, 1 }, { 0x2090, 1, 0 }, { 0x209C, 0, 1 }, { 0x212A, 1, 0 }, { 0x212B, 0, 1 }, { 0x2132, 1, 1 }, { 0x214E, 1, 1 }, { 0x2160, 1, 0 }, { 0x2188, 0, 1 }, { 0x2C60, 1, 0 }, { 0x2C7F, 0, 1 }, { 0xA722, 1, 0 }, { 0xA787, 0, 1 }, { 0xA78B, 1, 0 }, { 0xA7AD, 0, 1 }, { 0xA7B0, 1, 0 }, { 0xA7B7, 0, 1 }, { 0xA7F7, 1, 0 }, { 0xA7FF, 0, 1 }, { 0xAB30, 1, 0 }, { 0xAB5A, 0, 1 }, { 0xAB5C, 1, 0 }, { 0xAB64, 0, 1 }, { 0xFB00, 1, 0 }, { 0xFB06, 0, 1 }, { 0xFF21, 1, 0 }, { 0xFF3A, 0, 1 }, { 0xFF41, 1, 0 }, { 0xFF5A, 0, 1 } }; static const uc_interval_t script_greek_intervals[] = { { 0x0370, 1, 0 }, { 0x0373, 0, 1 }, { 0x0375, 1, 0 }, { 0x0377, 0, 1 }, { 0x037A, 1, 0 }, { 0x037D, 0, 1 }, { 0x037F, 1, 1 }, { 0x0384, 1, 1 }, { 0x0386, 1, 1 }, { 0x0388, 1, 0 }, { 0x038A, 0, 1 }, { 0x038C, 1, 1 }, { 0x038E, 1, 0 }, { 0x03A1, 0, 1 }, { 0x03A3, 1, 0 }, { 0x03E1, 0, 1 }, { 0x03F0, 1, 0 }, { 0x03FF, 0, 1 }, { 0x1D26, 1, 0 }, { 0x1D2A, 0, 1 }, { 0x1D5D, 1, 0 }, { 0x1D61, 0, 1 }, { 0x1D66, 1, 0 }, { 0x1D6A, 0, 1 }, { 0x1DBF, 1, 1 }, { 0x1F00, 1, 0 }, { 0x1F15, 0, 1 }, { 0x1F18, 1, 0 }, { 0x1F1D, 0, 1 }, { 0x1F20, 1, 0 }, { 0x1F45, 0, 1 }, { 0x1F48, 1, 0 }, { 0x1F4D, 0, 1 }, { 0x1F50, 1, 0 }, { 0x1F57, 0, 1 }, { 0x1F59, 1, 1 }, { 0x1F5B, 1, 1 }, { 0x1F5D, 1, 1 }, { 0x1F5F, 1, 0 }, { 0x1F7D, 0, 1 }, { 0x1F80, 1, 0 }, { 0x1FB4, 0, 1 }, { 0x1FB6, 1, 0 }, { 0x1FC4, 0, 1 }, { 0x1FC6, 1, 0 }, { 0x1FD3, 0, 1 }, { 0x1FD6, 1, 0 }, { 0x1FDB, 0, 1 }, { 0x1FDD, 1, 0 }, { 0x1FEF, 0, 1 }, { 0x1FF2, 1, 0 }, { 0x1FF4, 0, 1 }, { 0x1FF6, 1, 0 }, { 0x1FFE, 0, 1 }, { 0x2126, 1, 1 }, { 0xAB65, 1, 1 }, { 0x10140, 1, 0 }, { 0x1018C, 0, 1 }, { 0x101A0, 1, 1 }, { 0x1D200, 1, 0 }, { 0x1D245, 0, 1 } }; static const uc_interval_t script_cyrillic_intervals[] = { { 0x0400, 1, 0 }, { 0x0484, 0, 1 }, { 0x0487, 1, 0 }, { 0x052F, 0, 1 }, { 0x1D2B, 1, 1 }, { 0x1D78, 1, 1 }, { 0x2DE0, 1, 0 }, { 0x2DFF, 0, 1 }, { 0xA640, 1, 0 }, { 0xA69F, 0, 1 }, { 0xFE2E, 1, 0 }, { 0xFE2F, 0, 1 } }; static const uc_interval_t script_armenian_intervals[] = { { 0x0531, 1, 0 }, { 0x0556, 0, 1 }, { 0x0559, 1, 0 }, { 0x055F, 0, 1 }, { 0x0561, 1, 0 }, { 0x0587, 0, 1 }, { 0x058A, 1, 1 }, { 0x058D, 1, 0 }, { 0x058F, 0, 1 }, { 0xFB13, 1, 0 }, { 0xFB17, 0, 1 } }; static const uc_interval_t script_hebrew_intervals[] = { { 0x0591, 1, 0 }, { 0x05C7, 0, 1 }, { 0x05D0, 1, 0 }, { 0x05EA, 0, 1 }, { 0x05F0, 1, 0 }, { 0x05F4, 0, 1 }, { 0xFB1D, 1, 0 }, { 0xFB36, 0, 1 }, { 0xFB38, 1, 0 }, { 0xFB3C, 0, 1 }, { 0xFB3E, 1, 1 }, { 0xFB40, 1, 0 }, { 0xFB41, 0, 1 }, { 0xFB43, 1, 0 }, { 0xFB44, 0, 1 }, { 0xFB46, 1, 0 }, { 0xFB4F, 0, 1 } }; static const uc_interval_t script_arabic_intervals[] = { { 0x0600, 1, 0 }, { 0x0604, 0, 1 }, { 0x0606, 1, 0 }, { 0x060B, 0, 1 }, { 0x060D, 1, 0 }, { 0x061A, 0, 1 }, { 0x061E, 1, 1 }, { 0x0620, 1, 0 }, { 0x063F, 0, 1 }, { 0x0641, 1, 0 }, { 0x064A, 0, 1 }, { 0x0656, 1, 0 }, { 0x066F, 0, 1 }, { 0x0671, 1, 0 }, { 0x06DC, 0, 1 }, { 0x06DE, 1, 0 }, { 0x06FF, 0, 1 }, { 0x0750, 1, 0 }, { 0x077F, 0, 1 }, { 0x08A0, 1, 0 }, { 0x08B4, 0, 1 }, { 0x08E3, 1, 0 }, { 0x08FF, 0, 1 }, { 0xFB50, 1, 0 }, { 0xFBC1, 0, 1 }, { 0xFBD3, 1, 0 }, { 0xFD3D, 0, 1 }, { 0xFD50, 1, 0 }, { 0xFD8F, 0, 1 }, { 0xFD92, 1, 0 }, { 0xFDC7, 0, 1 }, { 0xFDF0, 1, 0 }, { 0xFDFD, 0, 1 }, { 0xFE70, 1, 0 }, { 0xFE74, 0, 1 }, { 0xFE76, 1, 0 }, { 0xFEFC, 0, 1 }, { 0x10E60, 1, 0 }, { 0x10E7E, 0, 1 }, { 0x1EE00, 1, 0 }, { 0x1EE03, 0, 1 }, { 0x1EE05, 1, 0 }, { 0x1EE1F, 0, 1 }, { 0x1EE21, 1, 0 }, { 0x1EE22, 0, 1 }, { 0x1EE24, 1, 1 }, { 0x1EE27, 1, 1 }, { 0x1EE29, 1, 0 }, { 0x1EE32, 0, 1 }, { 0x1EE34, 1, 0 }, { 0x1EE37, 0, 1 }, { 0x1EE39, 1, 1 }, { 0x1EE3B, 1, 1 }, { 0x1EE42, 1, 1 }, { 0x1EE47, 1, 1 }, { 0x1EE49, 1, 1 }, { 0x1EE4B, 1, 1 }, { 0x1EE4D, 1, 0 }, { 0x1EE4F, 0, 1 }, { 0x1EE51, 1, 0 }, { 0x1EE52, 0, 1 }, { 0x1EE54, 1, 1 }, { 0x1EE57, 1, 1 }, { 0x1EE59, 1, 1 }, { 0x1EE5B, 1, 1 }, { 0x1EE5D, 1, 1 }, { 0x1EE5F, 1, 1 }, { 0x1EE61, 1, 0 }, { 0x1EE62, 0, 1 }, { 0x1EE64, 1, 1 }, { 0x1EE67, 1, 0 }, { 0x1EE6A, 0, 1 }, { 0x1EE6C, 1, 0 }, { 0x1EE72, 0, 1 }, { 0x1EE74, 1, 0 }, { 0x1EE77, 0, 1 }, { 0x1EE79, 1, 0 }, { 0x1EE7C, 0, 1 }, { 0x1EE7E, 1, 1 }, { 0x1EE80, 1, 0 }, { 0x1EE89, 0, 1 }, { 0x1EE8B, 1, 0 }, { 0x1EE9B, 0, 1 }, { 0x1EEA1, 1, 0 }, { 0x1EEA3, 0, 1 }, { 0x1EEA5, 1, 0 }, { 0x1EEA9, 0, 1 }, { 0x1EEAB, 1, 0 }, { 0x1EEBB, 0, 1 }, { 0x1EEF0, 1, 0 }, { 0x1EEF1, 0, 1 } }; static const uc_interval_t script_syriac_intervals[] = { { 0x0700, 1, 0 }, { 0x070D, 0, 1 }, { 0x070F, 1, 0 }, { 0x074A, 0, 1 }, { 0x074D, 1, 0 }, { 0x074F, 0, 1 } }; static const uc_interval_t script_thaana_intervals[] = { { 0x0780, 1, 0 }, { 0x07B1, 0, 1 } }; static const uc_interval_t script_devanagari_intervals[] = { { 0x0900, 1, 0 }, { 0x0950, 0, 1 }, { 0x0953, 1, 0 }, { 0x0963, 0, 1 }, { 0x0966, 1, 0 }, { 0x097F, 0, 1 }, { 0xA8E0, 1, 0 }, { 0xA8FD, 0, 1 } }; static const uc_interval_t script_bengali_intervals[] = { { 0x0980, 1, 0 }, { 0x0983, 0, 1 }, { 0x0985, 1, 0 }, { 0x098C, 0, 1 }, { 0x098F, 1, 0 }, { 0x0990, 0, 1 }, { 0x0993, 1, 0 }, { 0x09A8, 0, 1 }, { 0x09AA, 1, 0 }, { 0x09B0, 0, 1 }, { 0x09B2, 1, 1 }, { 0x09B6, 1, 0 }, { 0x09B9, 0, 1 }, { 0x09BC, 1, 0 }, { 0x09C4, 0, 1 }, { 0x09C7, 1, 0 }, { 0x09C8, 0, 1 }, { 0x09CB, 1, 0 }, { 0x09CE, 0, 1 }, { 0x09D7, 1, 1 }, { 0x09DC, 1, 0 }, { 0x09DD, 0, 1 }, { 0x09DF, 1, 0 }, { 0x09E3, 0, 1 }, { 0x09E6, 1, 0 }, { 0x09FB, 0, 1 } }; static const uc_interval_t script_gurmukhi_intervals[] = { { 0x0A01, 1, 0 }, { 0x0A03, 0, 1 }, { 0x0A05, 1, 0 }, { 0x0A0A, 0, 1 }, { 0x0A0F, 1, 0 }, { 0x0A10, 0, 1 }, { 0x0A13, 1, 0 }, { 0x0A28, 0, 1 }, { 0x0A2A, 1, 0 }, { 0x0A30, 0, 1 }, { 0x0A32, 1, 0 }, { 0x0A33, 0, 1 }, { 0x0A35, 1, 0 }, { 0x0A36, 0, 1 }, { 0x0A38, 1, 0 }, { 0x0A39, 0, 1 }, { 0x0A3C, 1, 1 }, { 0x0A3E, 1, 0 }, { 0x0A42, 0, 1 }, { 0x0A47, 1, 0 }, { 0x0A48, 0, 1 }, { 0x0A4B, 1, 0 }, { 0x0A4D, 0, 1 }, { 0x0A51, 1, 1 }, { 0x0A59, 1, 0 }, { 0x0A5C, 0, 1 }, { 0x0A5E, 1, 1 }, { 0x0A66, 1, 0 }, { 0x0A75, 0, 1 } }; static const uc_interval_t script_gujarati_intervals[] = { { 0x0A81, 1, 0 }, { 0x0A83, 0, 1 }, { 0x0A85, 1, 0 }, { 0x0A8D, 0, 1 }, { 0x0A8F, 1, 0 }, { 0x0A91, 0, 1 }, { 0x0A93, 1, 0 }, { 0x0AA8, 0, 1 }, { 0x0AAA, 1, 0 }, { 0x0AB0, 0, 1 }, { 0x0AB2, 1, 0 }, { 0x0AB3, 0, 1 }, { 0x0AB5, 1, 0 }, { 0x0AB9, 0, 1 }, { 0x0ABC, 1, 0 }, { 0x0AC5, 0, 1 }, { 0x0AC7, 1, 0 }, { 0x0AC9, 0, 1 }, { 0x0ACB, 1, 0 }, { 0x0ACD, 0, 1 }, { 0x0AD0, 1, 1 }, { 0x0AE0, 1, 0 }, { 0x0AE3, 0, 1 }, { 0x0AE6, 1, 0 }, { 0x0AF1, 0, 1 }, { 0x0AF9, 1, 1 } }; static const uc_interval_t script_oriya_intervals[] = { { 0x0B01, 1, 0 }, { 0x0B03, 0, 1 }, { 0x0B05, 1, 0 }, { 0x0B0C, 0, 1 }, { 0x0B0F, 1, 0 }, { 0x0B10, 0, 1 }, { 0x0B13, 1, 0 }, { 0x0B28, 0, 1 }, { 0x0B2A, 1, 0 }, { 0x0B30, 0, 1 }, { 0x0B32, 1, 0 }, { 0x0B33, 0, 1 }, { 0x0B35, 1, 0 }, { 0x0B39, 0, 1 }, { 0x0B3C, 1, 0 }, { 0x0B44, 0, 1 }, { 0x0B47, 1, 0 }, { 0x0B48, 0, 1 }, { 0x0B4B, 1, 0 }, { 0x0B4D, 0, 1 }, { 0x0B56, 1, 0 }, { 0x0B57, 0, 1 }, { 0x0B5C, 1, 0 }, { 0x0B5D, 0, 1 }, { 0x0B5F, 1, 0 }, { 0x0B63, 0, 1 }, { 0x0B66, 1, 0 }, { 0x0B77, 0, 1 } }; static const uc_interval_t script_tamil_intervals[] = { { 0x0B82, 1, 0 }, { 0x0B83, 0, 1 }, { 0x0B85, 1, 0 }, { 0x0B8A, 0, 1 }, { 0x0B8E, 1, 0 }, { 0x0B90, 0, 1 }, { 0x0B92, 1, 0 }, { 0x0B95, 0, 1 }, { 0x0B99, 1, 0 }, { 0x0B9A, 0, 1 }, { 0x0B9C, 1, 1 }, { 0x0B9E, 1, 0 }, { 0x0B9F, 0, 1 }, { 0x0BA3, 1, 0 }, { 0x0BA4, 0, 1 }, { 0x0BA8, 1, 0 }, { 0x0BAA, 0, 1 }, { 0x0BAE, 1, 0 }, { 0x0BB9, 0, 1 }, { 0x0BBE, 1, 0 }, { 0x0BC2, 0, 1 }, { 0x0BC6, 1, 0 }, { 0x0BC8, 0, 1 }, { 0x0BCA, 1, 0 }, { 0x0BCD, 0, 1 }, { 0x0BD0, 1, 1 }, { 0x0BD7, 1, 1 }, { 0x0BE6, 1, 0 }, { 0x0BFA, 0, 1 } }; static const uc_interval_t script_telugu_intervals[] = { { 0x0C00, 1, 0 }, { 0x0C03, 0, 1 }, { 0x0C05, 1, 0 }, { 0x0C0C, 0, 1 }, { 0x0C0E, 1, 0 }, { 0x0C10, 0, 1 }, { 0x0C12, 1, 0 }, { 0x0C28, 0, 1 }, { 0x0C2A, 1, 0 }, { 0x0C39, 0, 1 }, { 0x0C3D, 1, 0 }, { 0x0C44, 0, 1 }, { 0x0C46, 1, 0 }, { 0x0C48, 0, 1 }, { 0x0C4A, 1, 0 }, { 0x0C4D, 0, 1 }, { 0x0C55, 1, 0 }, { 0x0C56, 0, 1 }, { 0x0C58, 1, 0 }, { 0x0C5A, 0, 1 }, { 0x0C60, 1, 0 }, { 0x0C63, 0, 1 }, { 0x0C66, 1, 0 }, { 0x0C6F, 0, 1 }, { 0x0C78, 1, 0 }, { 0x0C7F, 0, 1 } }; static const uc_interval_t script_kannada_intervals[] = { { 0x0C81, 1, 0 }, { 0x0C83, 0, 1 }, { 0x0C85, 1, 0 }, { 0x0C8C, 0, 1 }, { 0x0C8E, 1, 0 }, { 0x0C90, 0, 1 }, { 0x0C92, 1, 0 }, { 0x0CA8, 0, 1 }, { 0x0CAA, 1, 0 }, { 0x0CB3, 0, 1 }, { 0x0CB5, 1, 0 }, { 0x0CB9, 0, 1 }, { 0x0CBC, 1, 0 }, { 0x0CC4, 0, 1 }, { 0x0CC6, 1, 0 }, { 0x0CC8, 0, 1 }, { 0x0CCA, 1, 0 }, { 0x0CCD, 0, 1 }, { 0x0CD5, 1, 0 }, { 0x0CD6, 0, 1 }, { 0x0CDE, 1, 1 }, { 0x0CE0, 1, 0 }, { 0x0CE3, 0, 1 }, { 0x0CE6, 1, 0 }, { 0x0CEF, 0, 1 }, { 0x0CF1, 1, 0 }, { 0x0CF2, 0, 1 } }; static const uc_interval_t script_malayalam_intervals[] = { { 0x0D01, 1, 0 }, { 0x0D03, 0, 1 }, { 0x0D05, 1, 0 }, { 0x0D0C, 0, 1 }, { 0x0D0E, 1, 0 }, { 0x0D10, 0, 1 }, { 0x0D12, 1, 0 }, { 0x0D3A, 0, 1 }, { 0x0D3D, 1, 0 }, { 0x0D44, 0, 1 }, { 0x0D46, 1, 0 }, { 0x0D48, 0, 1 }, { 0x0D4A, 1, 0 }, { 0x0D4E, 0, 1 }, { 0x0D57, 1, 1 }, { 0x0D5F, 1, 0 }, { 0x0D63, 0, 1 }, { 0x0D66, 1, 0 }, { 0x0D75, 0, 1 }, { 0x0D79, 1, 0 }, { 0x0D7F, 0, 1 } }; static const uc_interval_t script_sinhala_intervals[] = { { 0x0D82, 1, 0 }, { 0x0D83, 0, 1 }, { 0x0D85, 1, 0 }, { 0x0D96, 0, 1 }, { 0x0D9A, 1, 0 }, { 0x0DB1, 0, 1 }, { 0x0DB3, 1, 0 }, { 0x0DBB, 0, 1 }, { 0x0DBD, 1, 1 }, { 0x0DC0, 1, 0 }, { 0x0DC6, 0, 1 }, { 0x0DCA, 1, 1 }, { 0x0DCF, 1, 0 }, { 0x0DD4, 0, 1 }, { 0x0DD6, 1, 1 }, { 0x0DD8, 1, 0 }, { 0x0DDF, 0, 1 }, { 0x0DE6, 1, 0 }, { 0x0DEF, 0, 1 }, { 0x0DF2, 1, 0 }, { 0x0DF4, 0, 1 }, { 0x111E1, 1, 0 }, { 0x111F4, 0, 1 } }; static const uc_interval_t script_thai_intervals[] = { { 0x0E01, 1, 0 }, { 0x0E3A, 0, 1 }, { 0x0E40, 1, 0 }, { 0x0E5B, 0, 1 } }; static const uc_interval_t script_lao_intervals[] = { { 0x0E81, 1, 0 }, { 0x0E82, 0, 1 }, { 0x0E84, 1, 1 }, { 0x0E87, 1, 0 }, { 0x0E88, 0, 1 }, { 0x0E8A, 1, 1 }, { 0x0E8D, 1, 1 }, { 0x0E94, 1, 0 }, { 0x0E97, 0, 1 }, { 0x0E99, 1, 0 }, { 0x0E9F, 0, 1 }, { 0x0EA1, 1, 0 }, { 0x0EA3, 0, 1 }, { 0x0EA5, 1, 1 }, { 0x0EA7, 1, 1 }, { 0x0EAA, 1, 0 }, { 0x0EAB, 0, 1 }, { 0x0EAD, 1, 0 }, { 0x0EB9, 0, 1 }, { 0x0EBB, 1, 0 }, { 0x0EBD, 0, 1 }, { 0x0EC0, 1, 0 }, { 0x0EC4, 0, 1 }, { 0x0EC6, 1, 1 }, { 0x0EC8, 1, 0 }, { 0x0ECD, 0, 1 }, { 0x0ED0, 1, 0 }, { 0x0ED9, 0, 1 }, { 0x0EDC, 1, 0 }, { 0x0EDF, 0, 1 } }; static const uc_interval_t script_tibetan_intervals[] = { { 0x0F00, 1, 0 }, { 0x0F47, 0, 1 }, { 0x0F49, 1, 0 }, { 0x0F6C, 0, 1 }, { 0x0F71, 1, 0 }, { 0x0F97, 0, 1 }, { 0x0F99, 1, 0 }, { 0x0FBC, 0, 1 }, { 0x0FBE, 1, 0 }, { 0x0FCC, 0, 1 }, { 0x0FCE, 1, 0 }, { 0x0FD4, 0, 1 }, { 0x0FD9, 1, 0 }, { 0x0FDA, 0, 1 } }; static const uc_interval_t script_myanmar_intervals[] = { { 0x1000, 1, 0 }, { 0x109F, 0, 1 }, { 0xA9E0, 1, 0 }, { 0xA9FE, 0, 1 }, { 0xAA60, 1, 0 }, { 0xAA7F, 0, 1 } }; static const uc_interval_t script_georgian_intervals[] = { { 0x10A0, 1, 0 }, { 0x10C5, 0, 1 }, { 0x10C7, 1, 1 }, { 0x10CD, 1, 1 }, { 0x10D0, 1, 0 }, { 0x10FA, 0, 1 }, { 0x10FC, 1, 0 }, { 0x10FF, 0, 1 }, { 0x2D00, 1, 0 }, { 0x2D25, 0, 1 }, { 0x2D27, 1, 1 }, { 0x2D2D, 1, 1 } }; static const uc_interval_t script_hangul_intervals[] = { { 0x1100, 1, 0 }, { 0x11FF, 0, 1 }, { 0x302E, 1, 0 }, { 0x302F, 0, 1 }, { 0x3131, 1, 0 }, { 0x318E, 0, 1 }, { 0x3200, 1, 0 }, { 0x321E, 0, 1 }, { 0x3260, 1, 0 }, { 0x327E, 0, 1 }, { 0xA960, 1, 0 }, { 0xA97C, 0, 1 }, { 0xAC00, 1, 0 }, { 0xD7A3, 0, 1 }, { 0xD7B0, 1, 0 }, { 0xD7C6, 0, 1 }, { 0xD7CB, 1, 0 }, { 0xD7FB, 0, 1 }, { 0xFFA0, 1, 0 }, { 0xFFBE, 0, 1 }, { 0xFFC2, 1, 0 }, { 0xFFC7, 0, 1 }, { 0xFFCA, 1, 0 }, { 0xFFCF, 0, 1 }, { 0xFFD2, 1, 0 }, { 0xFFD7, 0, 1 }, { 0xFFDA, 1, 0 }, { 0xFFDC, 0, 1 } }; static const uc_interval_t script_ethiopic_intervals[] = { { 0x1200, 1, 0 }, { 0x1248, 0, 1 }, { 0x124A, 1, 0 }, { 0x124D, 0, 1 }, { 0x1250, 1, 0 }, { 0x1256, 0, 1 }, { 0x1258, 1, 1 }, { 0x125A, 1, 0 }, { 0x125D, 0, 1 }, { 0x1260, 1, 0 }, { 0x1288, 0, 1 }, { 0x128A, 1, 0 }, { 0x128D, 0, 1 }, { 0x1290, 1, 0 }, { 0x12B0, 0, 1 }, { 0x12B2, 1, 0 }, { 0x12B5, 0, 1 }, { 0x12B8, 1, 0 }, { 0x12BE, 0, 1 }, { 0x12C0, 1, 1 }, { 0x12C2, 1, 0 }, { 0x12C5, 0, 1 }, { 0x12C8, 1, 0 }, { 0x12D6, 0, 1 }, { 0x12D8, 1, 0 }, { 0x1310, 0, 1 }, { 0x1312, 1, 0 }, { 0x1315, 0, 1 }, { 0x1318, 1, 0 }, { 0x135A, 0, 1 }, { 0x135D, 1, 0 }, { 0x137C, 0, 1 }, { 0x1380, 1, 0 }, { 0x1399, 0, 1 }, { 0x2D80, 1, 0 }, { 0x2D96, 0, 1 }, { 0x2DA0, 1, 0 }, { 0x2DA6, 0, 1 }, { 0x2DA8, 1, 0 }, { 0x2DAE, 0, 1 }, { 0x2DB0, 1, 0 }, { 0x2DB6, 0, 1 }, { 0x2DB8, 1, 0 }, { 0x2DBE, 0, 1 }, { 0x2DC0, 1, 0 }, { 0x2DC6, 0, 1 }, { 0x2DC8, 1, 0 }, { 0x2DCE, 0, 1 }, { 0x2DD0, 1, 0 }, { 0x2DD6, 0, 1 }, { 0x2DD8, 1, 0 }, { 0x2DDE, 0, 1 }, { 0xAB01, 1, 0 }, { 0xAB06, 0, 1 }, { 0xAB09, 1, 0 }, { 0xAB0E, 0, 1 }, { 0xAB11, 1, 0 }, { 0xAB16, 0, 1 }, { 0xAB20, 1, 0 }, { 0xAB26, 0, 1 }, { 0xAB28, 1, 0 }, { 0xAB2E, 0, 1 } }; static const uc_interval_t script_cherokee_intervals[] = { { 0x13A0, 1, 0 }, { 0x13F5, 0, 1 }, { 0x13F8, 1, 0 }, { 0x13FD, 0, 1 }, { 0xAB70, 1, 0 }, { 0xABBF, 0, 1 } }; static const uc_interval_t script_canadian_aboriginal_intervals[] = { { 0x1400, 1, 0 }, { 0x167F, 0, 1 }, { 0x18B0, 1, 0 }, { 0x18F5, 0, 1 } }; static const uc_interval_t script_ogham_intervals[] = { { 0x1680, 1, 0 }, { 0x169C, 0, 1 } }; static const uc_interval_t script_runic_intervals[] = { { 0x16A0, 1, 0 }, { 0x16EA, 0, 1 }, { 0x16EE, 1, 0 }, { 0x16F8, 0, 1 } }; static const uc_interval_t script_khmer_intervals[] = { { 0x1780, 1, 0 }, { 0x17DD, 0, 1 }, { 0x17E0, 1, 0 }, { 0x17E9, 0, 1 }, { 0x17F0, 1, 0 }, { 0x17F9, 0, 1 }, { 0x19E0, 1, 0 }, { 0x19FF, 0, 1 } }; static const uc_interval_t script_mongolian_intervals[] = { { 0x1800, 1, 0 }, { 0x1801, 0, 1 }, { 0x1804, 1, 1 }, { 0x1806, 1, 0 }, { 0x180E, 0, 1 }, { 0x1810, 1, 0 }, { 0x1819, 0, 1 }, { 0x1820, 1, 0 }, { 0x1877, 0, 1 }, { 0x1880, 1, 0 }, { 0x18AA, 0, 1 } }; static const uc_interval_t script_hiragana_intervals[] = { { 0x3041, 1, 0 }, { 0x3096, 0, 1 }, { 0x309D, 1, 0 }, { 0x309F, 0, 1 }, { 0x1B001, 1, 1 }, { 0x1F200, 1, 1 } }; static const uc_interval_t script_katakana_intervals[] = { { 0x30A1, 1, 0 }, { 0x30FA, 0, 1 }, { 0x30FD, 1, 0 }, { 0x30FF, 0, 1 }, { 0x31F0, 1, 0 }, { 0x31FF, 0, 1 }, { 0x32D0, 1, 0 }, { 0x32FE, 0, 1 }, { 0x3300, 1, 0 }, { 0x3357, 0, 1 }, { 0xFF66, 1, 0 }, { 0xFF6F, 0, 1 }, { 0xFF71, 1, 0 }, { 0xFF9D, 0, 1 }, { 0x1B000, 1, 1 } }; static const uc_interval_t script_bopomofo_intervals[] = { { 0x02EA, 1, 0 }, { 0x02EB, 0, 1 }, { 0x3105, 1, 0 }, { 0x312D, 0, 1 }, { 0x31A0, 1, 0 }, { 0x31BA, 0, 1 } }; static const uc_interval_t script_han_intervals[] = { { 0x2E80, 1, 0 }, { 0x2E99, 0, 1 }, { 0x2E9B, 1, 0 }, { 0x2EF3, 0, 1 }, { 0x2F00, 1, 0 }, { 0x2FD5, 0, 1 }, { 0x3005, 1, 1 }, { 0x3007, 1, 1 }, { 0x3021, 1, 0 }, { 0x3029, 0, 1 }, { 0x3038, 1, 0 }, { 0x303B, 0, 1 }, { 0x3400, 1, 0 }, { 0x4DB5, 0, 1 }, { 0x4E00, 1, 0 }, { 0x9FD5, 0, 1 }, { 0xF900, 1, 0 }, { 0xFA6D, 0, 1 }, { 0xFA70, 1, 0 }, { 0xFAD9, 0, 1 }, { 0x20000, 1, 0 }, { 0x2A6D6, 0, 1 }, { 0x2A700, 1, 0 }, { 0x2B734, 0, 1 }, { 0x2B740, 1, 0 }, { 0x2B81D, 0, 1 }, { 0x2B820, 1, 0 }, { 0x2CEA1, 0, 1 }, { 0x2F800, 1, 0 }, { 0x2FA1D, 0, 1 } }; static const uc_interval_t script_yi_intervals[] = { { 0xA000, 1, 0 }, { 0xA48C, 0, 1 }, { 0xA490, 1, 0 }, { 0xA4C6, 0, 1 } }; static const uc_interval_t script_old_italic_intervals[] = { { 0x10300, 1, 0 }, { 0x10323, 0, 1 } }; static const uc_interval_t script_gothic_intervals[] = { { 0x10330, 1, 0 }, { 0x1034A, 0, 1 } }; static const uc_interval_t script_deseret_intervals[] = { { 0x10400, 1, 0 }, { 0x1044F, 0, 1 } }; static const uc_interval_t script_inherited_intervals[] = { { 0x0300, 1, 0 }, { 0x036F, 0, 1 }, { 0x0485, 1, 0 }, { 0x0486, 0, 1 }, { 0x064B, 1, 0 }, { 0x0655, 0, 1 }, { 0x0670, 1, 1 }, { 0x0951, 1, 0 }, { 0x0952, 0, 1 }, { 0x1AB0, 1, 0 }, { 0x1ABE, 0, 1 }, { 0x1CD0, 1, 0 }, { 0x1CD2, 0, 1 }, { 0x1CD4, 1, 0 }, { 0x1CE0, 0, 1 }, { 0x1CE2, 1, 0 }, { 0x1CE8, 0, 1 }, { 0x1CED, 1, 1 }, { 0x1CF4, 1, 1 }, { 0x1CF8, 1, 0 }, { 0x1CF9, 0, 1 }, { 0x1DC0, 1, 0 }, { 0x1DF5, 0, 1 }, { 0x1DFC, 1, 0 }, { 0x1DFF, 0, 1 }, { 0x200C, 1, 0 }, { 0x200D, 0, 1 }, { 0x20D0, 1, 0 }, { 0x20F0, 0, 1 }, { 0x302A, 1, 0 }, { 0x302D, 0, 1 }, { 0x3099, 1, 0 }, { 0x309A, 0, 1 }, { 0xFE00, 1, 0 }, { 0xFE0F, 0, 1 }, { 0xFE20, 1, 0 }, { 0xFE2D, 0, 1 }, { 0x101FD, 1, 1 }, { 0x102E0, 1, 1 }, { 0x1D167, 1, 0 }, { 0x1D169, 0, 1 }, { 0x1D17B, 1, 0 }, { 0x1D182, 0, 1 }, { 0x1D185, 1, 0 }, { 0x1D18B, 0, 1 }, { 0x1D1AA, 1, 0 }, { 0x1D1AD, 0, 1 }, { 0xE0100, 1, 0 }, { 0xE01EF, 0, 1 } }; static const uc_interval_t script_tagalog_intervals[] = { { 0x1700, 1, 0 }, { 0x170C, 0, 1 }, { 0x170E, 1, 0 }, { 0x1714, 0, 1 } }; static const uc_interval_t script_hanunoo_intervals[] = { { 0x1720, 1, 0 }, { 0x1734, 0, 1 } }; static const uc_interval_t script_buhid_intervals[] = { { 0x1740, 1, 0 }, { 0x1753, 0, 1 } }; static const uc_interval_t script_tagbanwa_intervals[] = { { 0x1760, 1, 0 }, { 0x176C, 0, 1 }, { 0x176E, 1, 0 }, { 0x1770, 0, 1 }, { 0x1772, 1, 0 }, { 0x1773, 0, 1 } }; static const uc_interval_t script_limbu_intervals[] = { { 0x1900, 1, 0 }, { 0x191E, 0, 1 }, { 0x1920, 1, 0 }, { 0x192B, 0, 1 }, { 0x1930, 1, 0 }, { 0x193B, 0, 1 }, { 0x1940, 1, 1 }, { 0x1944, 1, 0 }, { 0x194F, 0, 1 } }; static const uc_interval_t script_tai_le_intervals[] = { { 0x1950, 1, 0 }, { 0x196D, 0, 1 }, { 0x1970, 1, 0 }, { 0x1974, 0, 1 } }; static const uc_interval_t script_linear_b_intervals[] = { { 0x10000, 1, 0 }, { 0x1000B, 0, 1 }, { 0x1000D, 1, 0 }, { 0x10026, 0, 1 }, { 0x10028, 1, 0 }, { 0x1003A, 0, 1 }, { 0x1003C, 1, 0 }, { 0x1003D, 0, 1 }, { 0x1003F, 1, 0 }, { 0x1004D, 0, 1 }, { 0x10050, 1, 0 }, { 0x1005D, 0, 1 }, { 0x10080, 1, 0 }, { 0x100FA, 0, 1 } }; static const uc_interval_t script_ugaritic_intervals[] = { { 0x10380, 1, 0 }, { 0x1039D, 0, 1 }, { 0x1039F, 1, 1 } }; static const uc_interval_t script_shavian_intervals[] = { { 0x10450, 1, 0 }, { 0x1047F, 0, 1 } }; static const uc_interval_t script_osmanya_intervals[] = { { 0x10480, 1, 0 }, { 0x1049D, 0, 1 }, { 0x104A0, 1, 0 }, { 0x104A9, 0, 1 } }; static const uc_interval_t script_cypriot_intervals[] = { { 0x10800, 1, 0 }, { 0x10805, 0, 1 }, { 0x10808, 1, 1 }, { 0x1080A, 1, 0 }, { 0x10835, 0, 1 }, { 0x10837, 1, 0 }, { 0x10838, 0, 1 }, { 0x1083C, 1, 1 }, { 0x1083F, 1, 1 } }; static const uc_interval_t script_braille_intervals[] = { { 0x2800, 1, 0 }, { 0x28FF, 0, 1 } }; static const uc_interval_t script_buginese_intervals[] = { { 0x1A00, 1, 0 }, { 0x1A1B, 0, 1 }, { 0x1A1E, 1, 0 }, { 0x1A1F, 0, 1 } }; static const uc_interval_t script_coptic_intervals[] = { { 0x03E2, 1, 0 }, { 0x03EF, 0, 1 }, { 0x2C80, 1, 0 }, { 0x2CF3, 0, 1 }, { 0x2CF9, 1, 0 }, { 0x2CFF, 0, 1 } }; static const uc_interval_t script_new_tai_lue_intervals[] = { { 0x1980, 1, 0 }, { 0x19AB, 0, 1 }, { 0x19B0, 1, 0 }, { 0x19C9, 0, 1 }, { 0x19D0, 1, 0 }, { 0x19DA, 0, 1 }, { 0x19DE, 1, 0 }, { 0x19DF, 0, 1 } }; static const uc_interval_t script_glagolitic_intervals[] = { { 0x2C00, 1, 0 }, { 0x2C2E, 0, 1 }, { 0x2C30, 1, 0 }, { 0x2C5E, 0, 1 } }; static const uc_interval_t script_tifinagh_intervals[] = { { 0x2D30, 1, 0 }, { 0x2D67, 0, 1 }, { 0x2D6F, 1, 0 }, { 0x2D70, 0, 1 }, { 0x2D7F, 1, 1 } }; static const uc_interval_t script_syloti_nagri_intervals[] = { { 0xA800, 1, 0 }, { 0xA82B, 0, 1 } }; static const uc_interval_t script_old_persian_intervals[] = { { 0x103A0, 1, 0 }, { 0x103C3, 0, 1 }, { 0x103C8, 1, 0 }, { 0x103D5, 0, 1 } }; static const uc_interval_t script_kharoshthi_intervals[] = { { 0x10A00, 1, 0 }, { 0x10A03, 0, 1 }, { 0x10A05, 1, 0 }, { 0x10A06, 0, 1 }, { 0x10A0C, 1, 0 }, { 0x10A13, 0, 1 }, { 0x10A15, 1, 0 }, { 0x10A17, 0, 1 }, { 0x10A19, 1, 0 }, { 0x10A33, 0, 1 }, { 0x10A38, 1, 0 }, { 0x10A3A, 0, 1 }, { 0x10A3F, 1, 0 }, { 0x10A47, 0, 1 }, { 0x10A50, 1, 0 }, { 0x10A58, 0, 1 } }; static const uc_interval_t script_balinese_intervals[] = { { 0x1B00, 1, 0 }, { 0x1B4B, 0, 1 }, { 0x1B50, 1, 0 }, { 0x1B7C, 0, 1 } }; static const uc_interval_t script_cuneiform_intervals[] = { { 0x12000, 1, 0 }, { 0x12399, 0, 1 }, { 0x12400, 1, 0 }, { 0x1246E, 0, 1 }, { 0x12470, 1, 0 }, { 0x12474, 0, 1 }, { 0x12480, 1, 0 }, { 0x12543, 0, 1 } }; static const uc_interval_t script_phoenician_intervals[] = { { 0x10900, 1, 0 }, { 0x1091B, 0, 1 }, { 0x1091F, 1, 1 } }; static const uc_interval_t script_phags_pa_intervals[] = { { 0xA840, 1, 0 }, { 0xA877, 0, 1 } }; static const uc_interval_t script_nko_intervals[] = { { 0x07C0, 1, 0 }, { 0x07FA, 0, 1 } }; static const uc_interval_t script_sundanese_intervals[] = { { 0x1B80, 1, 0 }, { 0x1BBF, 0, 1 }, { 0x1CC0, 1, 0 }, { 0x1CC7, 0, 1 } }; static const uc_interval_t script_lepcha_intervals[] = { { 0x1C00, 1, 0 }, { 0x1C37, 0, 1 }, { 0x1C3B, 1, 0 }, { 0x1C49, 0, 1 }, { 0x1C4D, 1, 0 }, { 0x1C4F, 0, 1 } }; static const uc_interval_t script_ol_chiki_intervals[] = { { 0x1C50, 1, 0 }, { 0x1C7F, 0, 1 } }; static const uc_interval_t script_vai_intervals[] = { { 0xA500, 1, 0 }, { 0xA62B, 0, 1 } }; static const uc_interval_t script_saurashtra_intervals[] = { { 0xA880, 1, 0 }, { 0xA8C4, 0, 1 }, { 0xA8CE, 1, 0 }, { 0xA8D9, 0, 1 } }; static const uc_interval_t script_kayah_li_intervals[] = { { 0xA900, 1, 0 }, { 0xA92D, 0, 1 }, { 0xA92F, 1, 1 } }; static const uc_interval_t script_rejang_intervals[] = { { 0xA930, 1, 0 }, { 0xA953, 0, 1 }, { 0xA95F, 1, 1 } }; static const uc_interval_t script_lycian_intervals[] = { { 0x10280, 1, 0 }, { 0x1029C, 0, 1 } }; static const uc_interval_t script_carian_intervals[] = { { 0x102A0, 1, 0 }, { 0x102D0, 0, 1 } }; static const uc_interval_t script_lydian_intervals[] = { { 0x10920, 1, 0 }, { 0x10939, 0, 1 }, { 0x1093F, 1, 1 } }; static const uc_interval_t script_cham_intervals[] = { { 0xAA00, 1, 0 }, { 0xAA36, 0, 1 }, { 0xAA40, 1, 0 }, { 0xAA4D, 0, 1 }, { 0xAA50, 1, 0 }, { 0xAA59, 0, 1 }, { 0xAA5C, 1, 0 }, { 0xAA5F, 0, 1 } }; static const uc_interval_t script_tai_tham_intervals[] = { { 0x1A20, 1, 0 }, { 0x1A5E, 0, 1 }, { 0x1A60, 1, 0 }, { 0x1A7C, 0, 1 }, { 0x1A7F, 1, 0 }, { 0x1A89, 0, 1 }, { 0x1A90, 1, 0 }, { 0x1A99, 0, 1 }, { 0x1AA0, 1, 0 }, { 0x1AAD, 0, 1 } }; static const uc_interval_t script_tai_viet_intervals[] = { { 0xAA80, 1, 0 }, { 0xAAC2, 0, 1 }, { 0xAADB, 1, 0 }, { 0xAADF, 0, 1 } }; static const uc_interval_t script_avestan_intervals[] = { { 0x10B00, 1, 0 }, { 0x10B35, 0, 1 }, { 0x10B39, 1, 0 }, { 0x10B3F, 0, 1 } }; static const uc_interval_t script_egyptian_hieroglyphs_intervals[] = { { 0x13000, 1, 0 }, { 0x1342E, 0, 1 } }; static const uc_interval_t script_samaritan_intervals[] = { { 0x0800, 1, 0 }, { 0x082D, 0, 1 }, { 0x0830, 1, 0 }, { 0x083E, 0, 1 } }; static const uc_interval_t script_lisu_intervals[] = { { 0xA4D0, 1, 0 }, { 0xA4FF, 0, 1 } }; static const uc_interval_t script_bamum_intervals[] = { { 0xA6A0, 1, 0 }, { 0xA6F7, 0, 1 }, { 0x16800, 1, 0 }, { 0x16A38, 0, 1 } }; static const uc_interval_t script_javanese_intervals[] = { { 0xA980, 1, 0 }, { 0xA9CD, 0, 1 }, { 0xA9D0, 1, 0 }, { 0xA9D9, 0, 1 }, { 0xA9DE, 1, 0 }, { 0xA9DF, 0, 1 } }; static const uc_interval_t script_meetei_mayek_intervals[] = { { 0xAAE0, 1, 0 }, { 0xAAF6, 0, 1 }, { 0xABC0, 1, 0 }, { 0xABED, 0, 1 }, { 0xABF0, 1, 0 }, { 0xABF9, 0, 1 } }; static const uc_interval_t script_imperial_aramaic_intervals[] = { { 0x10840, 1, 0 }, { 0x10855, 0, 1 }, { 0x10857, 1, 0 }, { 0x1085F, 0, 1 } }; static const uc_interval_t script_old_south_arabian_intervals[] = { { 0x10A60, 1, 0 }, { 0x10A7F, 0, 1 } }; static const uc_interval_t script_inscriptional_parthian_intervals[] = { { 0x10B40, 1, 0 }, { 0x10B55, 0, 1 }, { 0x10B58, 1, 0 }, { 0x10B5F, 0, 1 } }; static const uc_interval_t script_inscriptional_pahlavi_intervals[] = { { 0x10B60, 1, 0 }, { 0x10B72, 0, 1 }, { 0x10B78, 1, 0 }, { 0x10B7F, 0, 1 } }; static const uc_interval_t script_old_turkic_intervals[] = { { 0x10C00, 1, 0 }, { 0x10C48, 0, 1 } }; static const uc_interval_t script_kaithi_intervals[] = { { 0x11080, 1, 0 }, { 0x110C1, 0, 1 } }; static const uc_interval_t script_batak_intervals[] = { { 0x1BC0, 1, 0 }, { 0x1BF3, 0, 1 }, { 0x1BFC, 1, 0 }, { 0x1BFF, 0, 1 } }; static const uc_interval_t script_brahmi_intervals[] = { { 0x11000, 1, 0 }, { 0x1104D, 0, 1 }, { 0x11052, 1, 0 }, { 0x1106F, 0, 1 }, { 0x1107F, 1, 1 } }; static const uc_interval_t script_mandaic_intervals[] = { { 0x0840, 1, 0 }, { 0x085B, 0, 1 }, { 0x085E, 1, 1 } }; static const uc_interval_t script_chakma_intervals[] = { { 0x11100, 1, 0 }, { 0x11134, 0, 1 }, { 0x11136, 1, 0 }, { 0x11143, 0, 1 } }; static const uc_interval_t script_meroitic_cursive_intervals[] = { { 0x109A0, 1, 0 }, { 0x109B7, 0, 1 }, { 0x109BC, 1, 0 }, { 0x109CF, 0, 1 }, { 0x109D2, 1, 0 }, { 0x109FF, 0, 1 } }; static const uc_interval_t script_meroitic_hieroglyphs_intervals[] = { { 0x10980, 1, 0 }, { 0x1099F, 0, 1 } }; static const uc_interval_t script_miao_intervals[] = { { 0x16F00, 1, 0 }, { 0x16F44, 0, 1 }, { 0x16F50, 1, 0 }, { 0x16F7E, 0, 1 }, { 0x16F8F, 1, 0 }, { 0x16F9F, 0, 1 } }; static const uc_interval_t script_sharada_intervals[] = { { 0x11180, 1, 0 }, { 0x111CD, 0, 1 }, { 0x111D0, 1, 0 }, { 0x111DF, 0, 1 } }; static const uc_interval_t script_sora_sompeng_intervals[] = { { 0x110D0, 1, 0 }, { 0x110E8, 0, 1 }, { 0x110F0, 1, 0 }, { 0x110F9, 0, 1 } }; static const uc_interval_t script_takri_intervals[] = { { 0x11680, 1, 0 }, { 0x116B7, 0, 1 }, { 0x116C0, 1, 0 }, { 0x116C9, 0, 1 } }; static const uc_interval_t script_caucasian_albanian_intervals[] = { { 0x10530, 1, 0 }, { 0x10563, 0, 1 }, { 0x1056F, 1, 1 } }; static const uc_interval_t script_bassa_vah_intervals[] = { { 0x16AD0, 1, 0 }, { 0x16AED, 0, 1 }, { 0x16AF0, 1, 0 }, { 0x16AF5, 0, 1 } }; static const uc_interval_t script_duployan_intervals[] = { { 0x1BC00, 1, 0 }, { 0x1BC6A, 0, 1 }, { 0x1BC70, 1, 0 }, { 0x1BC7C, 0, 1 }, { 0x1BC80, 1, 0 }, { 0x1BC88, 0, 1 }, { 0x1BC90, 1, 0 }, { 0x1BC99, 0, 1 }, { 0x1BC9C, 1, 0 }, { 0x1BC9F, 0, 1 } }; static const uc_interval_t script_elbasan_intervals[] = { { 0x10500, 1, 0 }, { 0x10527, 0, 1 } }; static const uc_interval_t script_grantha_intervals[] = { { 0x11300, 1, 0 }, { 0x11303, 0, 1 }, { 0x11305, 1, 0 }, { 0x1130C, 0, 1 }, { 0x1130F, 1, 0 }, { 0x11310, 0, 1 }, { 0x11313, 1, 0 }, { 0x11328, 0, 1 }, { 0x1132A, 1, 0 }, { 0x11330, 0, 1 }, { 0x11332, 1, 0 }, { 0x11333, 0, 1 }, { 0x11335, 1, 0 }, { 0x11339, 0, 1 }, { 0x1133C, 1, 0 }, { 0x11344, 0, 1 }, { 0x11347, 1, 0 }, { 0x11348, 0, 1 }, { 0x1134B, 1, 0 }, { 0x1134D, 0, 1 }, { 0x11350, 1, 1 }, { 0x11357, 1, 1 }, { 0x1135D, 1, 0 }, { 0x11363, 0, 1 }, { 0x11366, 1, 0 }, { 0x1136C, 0, 1 }, { 0x11370, 1, 0 }, { 0x11374, 0, 1 } }; static const uc_interval_t script_pahawh_hmong_intervals[] = { { 0x16B00, 1, 0 }, { 0x16B45, 0, 1 }, { 0x16B50, 1, 0 }, { 0x16B59, 0, 1 }, { 0x16B5B, 1, 0 }, { 0x16B61, 0, 1 }, { 0x16B63, 1, 0 }, { 0x16B77, 0, 1 }, { 0x16B7D, 1, 0 }, { 0x16B8F, 0, 1 } }; static const uc_interval_t script_khojki_intervals[] = { { 0x11200, 1, 0 }, { 0x11211, 0, 1 }, { 0x11213, 1, 0 }, { 0x1123D, 0, 1 } }; static const uc_interval_t script_linear_a_intervals[] = { { 0x10600, 1, 0 }, { 0x10736, 0, 1 }, { 0x10740, 1, 0 }, { 0x10755, 0, 1 }, { 0x10760, 1, 0 }, { 0x10767, 0, 1 } }; static const uc_interval_t script_mahajani_intervals[] = { { 0x11150, 1, 0 }, { 0x11176, 0, 1 } }; static const uc_interval_t script_manichaean_intervals[] = { { 0x10AC0, 1, 0 }, { 0x10AE6, 0, 1 }, { 0x10AEB, 1, 0 }, { 0x10AF6, 0, 1 } }; static const uc_interval_t script_mende_kikakui_intervals[] = { { 0x1E800, 1, 0 }, { 0x1E8C4, 0, 1 }, { 0x1E8C7, 1, 0 }, { 0x1E8D6, 0, 1 } }; static const uc_interval_t script_modi_intervals[] = { { 0x11600, 1, 0 }, { 0x11644, 0, 1 }, { 0x11650, 1, 0 }, { 0x11659, 0, 1 } }; static const uc_interval_t script_mro_intervals[] = { { 0x16A40, 1, 0 }, { 0x16A5E, 0, 1 }, { 0x16A60, 1, 0 }, { 0x16A69, 0, 1 }, { 0x16A6E, 1, 0 }, { 0x16A6F, 0, 1 } }; static const uc_interval_t script_old_north_arabian_intervals[] = { { 0x10A80, 1, 0 }, { 0x10A9F, 0, 1 } }; static const uc_interval_t script_nabataean_intervals[] = { { 0x10880, 1, 0 }, { 0x1089E, 0, 1 }, { 0x108A7, 1, 0 }, { 0x108AF, 0, 1 } }; static const uc_interval_t script_palmyrene_intervals[] = { { 0x10860, 1, 0 }, { 0x1087F, 0, 1 } }; static const uc_interval_t script_pau_cin_hau_intervals[] = { { 0x11AC0, 1, 0 }, { 0x11AF8, 0, 1 } }; static const uc_interval_t script_old_permic_intervals[] = { { 0x10350, 1, 0 }, { 0x1037A, 0, 1 } }; static const uc_interval_t script_psalter_pahlavi_intervals[] = { { 0x10B80, 1, 0 }, { 0x10B91, 0, 1 }, { 0x10B99, 1, 0 }, { 0x10B9C, 0, 1 }, { 0x10BA9, 1, 0 }, { 0x10BAF, 0, 1 } }; static const uc_interval_t script_siddham_intervals[] = { { 0x11580, 1, 0 }, { 0x115B5, 0, 1 }, { 0x115B8, 1, 0 }, { 0x115DD, 0, 1 } }; static const uc_interval_t script_khudawadi_intervals[] = { { 0x112B0, 1, 0 }, { 0x112EA, 0, 1 }, { 0x112F0, 1, 0 }, { 0x112F9, 0, 1 } }; static const uc_interval_t script_tirhuta_intervals[] = { { 0x11480, 1, 0 }, { 0x114C7, 0, 1 }, { 0x114D0, 1, 0 }, { 0x114D9, 0, 1 } }; static const uc_interval_t script_warang_citi_intervals[] = { { 0x118A0, 1, 0 }, { 0x118F2, 0, 1 }, { 0x118FF, 1, 1 } }; static const uc_interval_t script_ahom_intervals[] = { { 0x11700, 1, 0 }, { 0x11719, 0, 1 }, { 0x1171D, 1, 0 }, { 0x1172B, 0, 1 }, { 0x11730, 1, 0 }, { 0x1173F, 0, 1 } }; static const uc_interval_t script_anatolian_hieroglyphs_intervals[] = { { 0x14400, 1, 0 }, { 0x14646, 0, 1 } }; static const uc_interval_t script_hatran_intervals[] = { { 0x108E0, 1, 0 }, { 0x108F2, 0, 1 }, { 0x108F4, 1, 0 }, { 0x108F5, 0, 1 }, { 0x108FB, 1, 0 }, { 0x108FF, 0, 1 } }; static const uc_interval_t script_multani_intervals[] = { { 0x11280, 1, 0 }, { 0x11286, 0, 1 }, { 0x11288, 1, 1 }, { 0x1128A, 1, 0 }, { 0x1128D, 0, 1 }, { 0x1128F, 1, 0 }, { 0x1129D, 0, 1 }, { 0x1129F, 1, 0 }, { 0x112A9, 0, 1 } }; static const uc_interval_t script_old_hungarian_intervals[] = { { 0x10C80, 1, 0 }, { 0x10CB2, 0, 1 }, { 0x10CC0, 1, 0 }, { 0x10CF2, 0, 1 }, { 0x10CFA, 1, 0 }, { 0x10CFF, 0, 1 } }; static const uc_interval_t script_signwriting_intervals[] = { { 0x1D800, 1, 0 }, { 0x1DA8B, 0, 1 }, { 0x1DA9B, 1, 0 }, { 0x1DA9F, 0, 1 }, { 0x1DAA1, 1, 0 }, { 0x1DAAF, 0, 1 } }; static const uc_script_t scripts[131] = { { sizeof (script_common_intervals) / sizeof (uc_interval_t), script_common_intervals, "Common" }, { sizeof (script_latin_intervals) / sizeof (uc_interval_t), script_latin_intervals, "Latin" }, { sizeof (script_greek_intervals) / sizeof (uc_interval_t), script_greek_intervals, "Greek" }, { sizeof (script_cyrillic_intervals) / sizeof (uc_interval_t), script_cyrillic_intervals, "Cyrillic" }, { sizeof (script_armenian_intervals) / sizeof (uc_interval_t), script_armenian_intervals, "Armenian" }, { sizeof (script_hebrew_intervals) / sizeof (uc_interval_t), script_hebrew_intervals, "Hebrew" }, { sizeof (script_arabic_intervals) / sizeof (uc_interval_t), script_arabic_intervals, "Arabic" }, { sizeof (script_syriac_intervals) / sizeof (uc_interval_t), script_syriac_intervals, "Syriac" }, { sizeof (script_thaana_intervals) / sizeof (uc_interval_t), script_thaana_intervals, "Thaana" }, { sizeof (script_devanagari_intervals) / sizeof (uc_interval_t), script_devanagari_intervals, "Devanagari" }, { sizeof (script_bengali_intervals) / sizeof (uc_interval_t), script_bengali_intervals, "Bengali" }, { sizeof (script_gurmukhi_intervals) / sizeof (uc_interval_t), script_gurmukhi_intervals, "Gurmukhi" }, { sizeof (script_gujarati_intervals) / sizeof (uc_interval_t), script_gujarati_intervals, "Gujarati" }, { sizeof (script_oriya_intervals) / sizeof (uc_interval_t), script_oriya_intervals, "Oriya" }, { sizeof (script_tamil_intervals) / sizeof (uc_interval_t), script_tamil_intervals, "Tamil" }, { sizeof (script_telugu_intervals) / sizeof (uc_interval_t), script_telugu_intervals, "Telugu" }, { sizeof (script_kannada_intervals) / sizeof (uc_interval_t), script_kannada_intervals, "Kannada" }, { sizeof (script_malayalam_intervals) / sizeof (uc_interval_t), script_malayalam_intervals, "Malayalam" }, { sizeof (script_sinhala_intervals) / sizeof (uc_interval_t), script_sinhala_intervals, "Sinhala" }, { sizeof (script_thai_intervals) / sizeof (uc_interval_t), script_thai_intervals, "Thai" }, { sizeof (script_lao_intervals) / sizeof (uc_interval_t), script_lao_intervals, "Lao" }, { sizeof (script_tibetan_intervals) / sizeof (uc_interval_t), script_tibetan_intervals, "Tibetan" }, { sizeof (script_myanmar_intervals) / sizeof (uc_interval_t), script_myanmar_intervals, "Myanmar" }, { sizeof (script_georgian_intervals) / sizeof (uc_interval_t), script_georgian_intervals, "Georgian" }, { sizeof (script_hangul_intervals) / sizeof (uc_interval_t), script_hangul_intervals, "Hangul" }, { sizeof (script_ethiopic_intervals) / sizeof (uc_interval_t), script_ethiopic_intervals, "Ethiopic" }, { sizeof (script_cherokee_intervals) / sizeof (uc_interval_t), script_cherokee_intervals, "Cherokee" }, { sizeof (script_canadian_aboriginal_intervals) / sizeof (uc_interval_t), script_canadian_aboriginal_intervals, "Canadian_Aboriginal" }, { sizeof (script_ogham_intervals) / sizeof (uc_interval_t), script_ogham_intervals, "Ogham" }, { sizeof (script_runic_intervals) / sizeof (uc_interval_t), script_runic_intervals, "Runic" }, { sizeof (script_khmer_intervals) / sizeof (uc_interval_t), script_khmer_intervals, "Khmer" }, { sizeof (script_mongolian_intervals) / sizeof (uc_interval_t), script_mongolian_intervals, "Mongolian" }, { sizeof (script_hiragana_intervals) / sizeof (uc_interval_t), script_hiragana_intervals, "Hiragana" }, { sizeof (script_katakana_intervals) / sizeof (uc_interval_t), script_katakana_intervals, "Katakana" }, { sizeof (script_bopomofo_intervals) / sizeof (uc_interval_t), script_bopomofo_intervals, "Bopomofo" }, { sizeof (script_han_intervals) / sizeof (uc_interval_t), script_han_intervals, "Han" }, { sizeof (script_yi_intervals) / sizeof (uc_interval_t), script_yi_intervals, "Yi" }, { sizeof (script_old_italic_intervals) / sizeof (uc_interval_t), script_old_italic_intervals, "Old_Italic" }, { sizeof (script_gothic_intervals) / sizeof (uc_interval_t), script_gothic_intervals, "Gothic" }, { sizeof (script_deseret_intervals) / sizeof (uc_interval_t), script_deseret_intervals, "Deseret" }, { sizeof (script_inherited_intervals) / sizeof (uc_interval_t), script_inherited_intervals, "Inherited" }, { sizeof (script_tagalog_intervals) / sizeof (uc_interval_t), script_tagalog_intervals, "Tagalog" }, { sizeof (script_hanunoo_intervals) / sizeof (uc_interval_t), script_hanunoo_intervals, "Hanunoo" }, { sizeof (script_buhid_intervals) / sizeof (uc_interval_t), script_buhid_intervals, "Buhid" }, { sizeof (script_tagbanwa_intervals) / sizeof (uc_interval_t), script_tagbanwa_intervals, "Tagbanwa" }, { sizeof (script_limbu_intervals) / sizeof (uc_interval_t), script_limbu_intervals, "Limbu" }, { sizeof (script_tai_le_intervals) / sizeof (uc_interval_t), script_tai_le_intervals, "Tai_Le" }, { sizeof (script_linear_b_intervals) / sizeof (uc_interval_t), script_linear_b_intervals, "Linear_B" }, { sizeof (script_ugaritic_intervals) / sizeof (uc_interval_t), script_ugaritic_intervals, "Ugaritic" }, { sizeof (script_shavian_intervals) / sizeof (uc_interval_t), script_shavian_intervals, "Shavian" }, { sizeof (script_osmanya_intervals) / sizeof (uc_interval_t), script_osmanya_intervals, "Osmanya" }, { sizeof (script_cypriot_intervals) / sizeof (uc_interval_t), script_cypriot_intervals, "Cypriot" }, { sizeof (script_braille_intervals) / sizeof (uc_interval_t), script_braille_intervals, "Braille" }, { sizeof (script_buginese_intervals) / sizeof (uc_interval_t), script_buginese_intervals, "Buginese" }, { sizeof (script_coptic_intervals) / sizeof (uc_interval_t), script_coptic_intervals, "Coptic" }, { sizeof (script_new_tai_lue_intervals) / sizeof (uc_interval_t), script_new_tai_lue_intervals, "New_Tai_Lue" }, { sizeof (script_glagolitic_intervals) / sizeof (uc_interval_t), script_glagolitic_intervals, "Glagolitic" }, { sizeof (script_tifinagh_intervals) / sizeof (uc_interval_t), script_tifinagh_intervals, "Tifinagh" }, { sizeof (script_syloti_nagri_intervals) / sizeof (uc_interval_t), script_syloti_nagri_intervals, "Syloti_Nagri" }, { sizeof (script_old_persian_intervals) / sizeof (uc_interval_t), script_old_persian_intervals, "Old_Persian" }, { sizeof (script_kharoshthi_intervals) / sizeof (uc_interval_t), script_kharoshthi_intervals, "Kharoshthi" }, { sizeof (script_balinese_intervals) / sizeof (uc_interval_t), script_balinese_intervals, "Balinese" }, { sizeof (script_cuneiform_intervals) / sizeof (uc_interval_t), script_cuneiform_intervals, "Cuneiform" }, { sizeof (script_phoenician_intervals) / sizeof (uc_interval_t), script_phoenician_intervals, "Phoenician" }, { sizeof (script_phags_pa_intervals) / sizeof (uc_interval_t), script_phags_pa_intervals, "Phags_Pa" }, { sizeof (script_nko_intervals) / sizeof (uc_interval_t), script_nko_intervals, "Nko" }, { sizeof (script_sundanese_intervals) / sizeof (uc_interval_t), script_sundanese_intervals, "Sundanese" }, { sizeof (script_lepcha_intervals) / sizeof (uc_interval_t), script_lepcha_intervals, "Lepcha" }, { sizeof (script_ol_chiki_intervals) / sizeof (uc_interval_t), script_ol_chiki_intervals, "Ol_Chiki" }, { sizeof (script_vai_intervals) / sizeof (uc_interval_t), script_vai_intervals, "Vai" }, { sizeof (script_saurashtra_intervals) / sizeof (uc_interval_t), script_saurashtra_intervals, "Saurashtra" }, { sizeof (script_kayah_li_intervals) / sizeof (uc_interval_t), script_kayah_li_intervals, "Kayah_Li" }, { sizeof (script_rejang_intervals) / sizeof (uc_interval_t), script_rejang_intervals, "Rejang" }, { sizeof (script_lycian_intervals) / sizeof (uc_interval_t), script_lycian_intervals, "Lycian" }, { sizeof (script_carian_intervals) / sizeof (uc_interval_t), script_carian_intervals, "Carian" }, { sizeof (script_lydian_intervals) / sizeof (uc_interval_t), script_lydian_intervals, "Lydian" }, { sizeof (script_cham_intervals) / sizeof (uc_interval_t), script_cham_intervals, "Cham" }, { sizeof (script_tai_tham_intervals) / sizeof (uc_interval_t), script_tai_tham_intervals, "Tai_Tham" }, { sizeof (script_tai_viet_intervals) / sizeof (uc_interval_t), script_tai_viet_intervals, "Tai_Viet" }, { sizeof (script_avestan_intervals) / sizeof (uc_interval_t), script_avestan_intervals, "Avestan" }, { sizeof (script_egyptian_hieroglyphs_intervals) / sizeof (uc_interval_t), script_egyptian_hieroglyphs_intervals, "Egyptian_Hieroglyphs" }, { sizeof (script_samaritan_intervals) / sizeof (uc_interval_t), script_samaritan_intervals, "Samaritan" }, { sizeof (script_lisu_intervals) / sizeof (uc_interval_t), script_lisu_intervals, "Lisu" }, { sizeof (script_bamum_intervals) / sizeof (uc_interval_t), script_bamum_intervals, "Bamum" }, { sizeof (script_javanese_intervals) / sizeof (uc_interval_t), script_javanese_intervals, "Javanese" }, { sizeof (script_meetei_mayek_intervals) / sizeof (uc_interval_t), script_meetei_mayek_intervals, "Meetei_Mayek" }, { sizeof (script_imperial_aramaic_intervals) / sizeof (uc_interval_t), script_imperial_aramaic_intervals, "Imperial_Aramaic" }, { sizeof (script_old_south_arabian_intervals) / sizeof (uc_interval_t), script_old_south_arabian_intervals, "Old_South_Arabian" }, { sizeof (script_inscriptional_parthian_intervals) / sizeof (uc_interval_t), script_inscriptional_parthian_intervals, "Inscriptional_Parthian" }, { sizeof (script_inscriptional_pahlavi_intervals) / sizeof (uc_interval_t), script_inscriptional_pahlavi_intervals, "Inscriptional_Pahlavi" }, { sizeof (script_old_turkic_intervals) / sizeof (uc_interval_t), script_old_turkic_intervals, "Old_Turkic" }, { sizeof (script_kaithi_intervals) / sizeof (uc_interval_t), script_kaithi_intervals, "Kaithi" }, { sizeof (script_batak_intervals) / sizeof (uc_interval_t), script_batak_intervals, "Batak" }, { sizeof (script_brahmi_intervals) / sizeof (uc_interval_t), script_brahmi_intervals, "Brahmi" }, { sizeof (script_mandaic_intervals) / sizeof (uc_interval_t), script_mandaic_intervals, "Mandaic" }, { sizeof (script_chakma_intervals) / sizeof (uc_interval_t), script_chakma_intervals, "Chakma" }, { sizeof (script_meroitic_cursive_intervals) / sizeof (uc_interval_t), script_meroitic_cursive_intervals, "Meroitic_Cursive" }, { sizeof (script_meroitic_hieroglyphs_intervals) / sizeof (uc_interval_t), script_meroitic_hieroglyphs_intervals, "Meroitic_Hieroglyphs" }, { sizeof (script_miao_intervals) / sizeof (uc_interval_t), script_miao_intervals, "Miao" }, { sizeof (script_sharada_intervals) / sizeof (uc_interval_t), script_sharada_intervals, "Sharada" }, { sizeof (script_sora_sompeng_intervals) / sizeof (uc_interval_t), script_sora_sompeng_intervals, "Sora_Sompeng" }, { sizeof (script_takri_intervals) / sizeof (uc_interval_t), script_takri_intervals, "Takri" }, { sizeof (script_caucasian_albanian_intervals) / sizeof (uc_interval_t), script_caucasian_albanian_intervals, "Caucasian_Albanian" }, { sizeof (script_bassa_vah_intervals) / sizeof (uc_interval_t), script_bassa_vah_intervals, "Bassa_Vah" }, { sizeof (script_duployan_intervals) / sizeof (uc_interval_t), script_duployan_intervals, "Duployan" }, { sizeof (script_elbasan_intervals) / sizeof (uc_interval_t), script_elbasan_intervals, "Elbasan" }, { sizeof (script_grantha_intervals) / sizeof (uc_interval_t), script_grantha_intervals, "Grantha" }, { sizeof (script_pahawh_hmong_intervals) / sizeof (uc_interval_t), script_pahawh_hmong_intervals, "Pahawh_Hmong" }, { sizeof (script_khojki_intervals) / sizeof (uc_interval_t), script_khojki_intervals, "Khojki" }, { sizeof (script_linear_a_intervals) / sizeof (uc_interval_t), script_linear_a_intervals, "Linear_A" }, { sizeof (script_mahajani_intervals) / sizeof (uc_interval_t), script_mahajani_intervals, "Mahajani" }, { sizeof (script_manichaean_intervals) / sizeof (uc_interval_t), script_manichaean_intervals, "Manichaean" }, { sizeof (script_mende_kikakui_intervals) / sizeof (uc_interval_t), script_mende_kikakui_intervals, "Mende_Kikakui" }, { sizeof (script_modi_intervals) / sizeof (uc_interval_t), script_modi_intervals, "Modi" }, { sizeof (script_mro_intervals) / sizeof (uc_interval_t), script_mro_intervals, "Mro" }, { sizeof (script_old_north_arabian_intervals) / sizeof (uc_interval_t), script_old_north_arabian_intervals, "Old_North_Arabian" }, { sizeof (script_nabataean_intervals) / sizeof (uc_interval_t), script_nabataean_intervals, "Nabataean" }, { sizeof (script_palmyrene_intervals) / sizeof (uc_interval_t), script_palmyrene_intervals, "Palmyrene" }, { sizeof (script_pau_cin_hau_intervals) / sizeof (uc_interval_t), script_pau_cin_hau_intervals, "Pau_Cin_Hau" }, { sizeof (script_old_permic_intervals) / sizeof (uc_interval_t), script_old_permic_intervals, "Old_Permic" }, { sizeof (script_psalter_pahlavi_intervals) / sizeof (uc_interval_t), script_psalter_pahlavi_intervals, "Psalter_Pahlavi" }, { sizeof (script_siddham_intervals) / sizeof (uc_interval_t), script_siddham_intervals, "Siddham" }, { sizeof (script_khudawadi_intervals) / sizeof (uc_interval_t), script_khudawadi_intervals, "Khudawadi" }, { sizeof (script_tirhuta_intervals) / sizeof (uc_interval_t), script_tirhuta_intervals, "Tirhuta" }, { sizeof (script_warang_citi_intervals) / sizeof (uc_interval_t), script_warang_citi_intervals, "Warang_Citi" }, { sizeof (script_ahom_intervals) / sizeof (uc_interval_t), script_ahom_intervals, "Ahom" }, { sizeof (script_anatolian_hieroglyphs_intervals) / sizeof (uc_interval_t), script_anatolian_hieroglyphs_intervals, "Anatolian_Hieroglyphs" }, { sizeof (script_hatran_intervals) / sizeof (uc_interval_t), script_hatran_intervals, "Hatran" }, { sizeof (script_multani_intervals) / sizeof (uc_interval_t), script_multani_intervals, "Multani" }, { sizeof (script_old_hungarian_intervals) / sizeof (uc_interval_t), script_old_hungarian_intervals, "Old_Hungarian" }, { sizeof (script_signwriting_intervals) / sizeof (uc_interval_t), script_signwriting_intervals, "SignWriting" } }; #define script_header_0 16 #define script_header_1 15 #define script_header_2 7 #define script_header_3 511 #define script_header_4 127 static const struct { int level1[15]; short level2[4 << 9]; unsigned char level3[202 << 7]; } u_script = { { 0, 512, 1024, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1536 }, { 0, 128, 256, 256, 256, 384, 512, 640, 768, 896, 1024, 1152, 1280, 1408, 1536, 1664, 1792, 1920, 2048, 2176, 2304, 2432, 2560, 2688, 2816, 2944, 3072, 3200, 3328, 3456, 3584, 3712, 3840, 3968, 4096, 4096, 4224, 4352, 4480, 4608, 4736, 4736, 4736, 4736, 4736, 4864, 4992, 5120, 5248, 5376, 5504, 5632, 5760, 5888, 6016, 6144, 6272, 6400, 6528, 6656, 256, 256, 6784, 6912, 7040, 7168, 7296, 7424, 7552, 7552, 7552, 7680, 7808, 7552, 7552, 7552, 7552, 7552, 7552, 7552, 7936, 7936, 7552, 7552, 7552, 7552, 8064, 8192, 8320, 8448, 8576, 8704, 8832, 8960, 9088, 9216, 9344, 9472, 9600, 9728, 9856, 9984, 10112, 7552, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 10240, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 10368, 10496, 10496, 10496, 10496, 10496, 10496, 10496, 10496, 10496, 10624, 10752, 10752, 10880, 11008, 11136, 11264, 11392, 11520, 11648, 11776, 11904, 12032, 12160, 12288, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 12416, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9088, 9088, 12544, 12672, 12800, 12928, 13056, 13056, 13184, 13312, 13440, 13568, 13696, 13824, 13952, 14080, 14208, 14336, -1, 14464, 14592, 14720, 14848, 14976, 15104, -1, 15232, 15232, 15360, -1, 15488, 15616, 15744, 15872, 16000, 16128, 16256, 16384, 16512, 16640, -1, -1, 16768, -1, -1, -1, 16896, 17024, 17152, 17280, 17408, 17536, 17664, -1, -1, 17792, -1, 17920, 18048, 18176, 18304, -1, -1, 18432, -1, -1, -1, 18560, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18688, 18688, 18688, 18688, 18688, 18688, 18688, 18816, 18944, 18688, 19072, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 19200, 19200, 19200, 19200, 19200, 19200, 19200, 19200, 19328, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 19456, 19456, 19456, 19456, 19584, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 19712, 19712, 19712, 19712, 19840, 19968, 20096, 20224, -1, -1, -1, -1, -1, -1, 20352, 20480, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 20608, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 20736, 20864, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 7552, 20992, 21120, 21248, 21376, -1, 21504, -1, 21632, 21760, 21888, 7552, 7552, 22016, 7552, 22144, 22272, 22272, 22272, 22272, 22272, 22400, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 22528, 22656, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 22784, 22912, -1, -1, 23040, 23168, 23296, 23424, 23552, -1, 7552, 7552, 7552, 7552, 23680, 23808, 7552, 23936, 24064, 24192, 24320, 24448, 24576, 24704, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 24832, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 24960, 9088, 25088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 9088, 25216, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9088, 9088, 9088, 9088, 25344, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 25472, -1, 25600, 25728, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 34, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 2, 2, 2, 2, 0, 2, 2, 2, 255, 255, 2, 2, 2, 2, 0, 2, 255, 255, 255, 255, 2, 0, 2, 0, 2, 2, 2, 255, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 40, 40, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 255, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 255, 255, 4, 4, 4, 4, 4, 4, 4, 255, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 255, 0, 4, 255, 255, 4, 4, 4, 255, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 255, 255, 255, 255, 255, 255, 255, 255, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 255, 255, 255, 255, 255, 5, 5, 5, 5, 5, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 255, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 40, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 255, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 255, 255, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 255, 255, 255, 255, 255, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 255, 255, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 255, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 255, 255, 94, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 40, 40, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 255, 10, 10, 10, 10, 10, 10, 10, 10, 255, 255, 10, 10, 255, 255, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 255, 10, 10, 10, 10, 10, 10, 10, 255, 10, 255, 255, 255, 10, 10, 10, 10, 255, 255, 10, 10, 10, 10, 10, 10, 10, 10, 10, 255, 255, 10, 10, 255, 255, 10, 10, 10, 10, 255, 255, 255, 255, 255, 255, 255, 255, 10, 255, 255, 255, 255, 10, 10, 255, 10, 10, 10, 10, 10, 255, 255, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 255, 255, 255, 255, 255, 11, 11, 11, 255, 11, 11, 11, 11, 11, 11, 255, 255, 255, 255, 11, 11, 255, 255, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 255, 11, 11, 11, 11, 11, 11, 11, 255, 11, 11, 255, 11, 11, 255, 11, 11, 255, 255, 11, 255, 11, 11, 11, 11, 11, 255, 255, 255, 255, 11, 11, 255, 255, 11, 11, 11, 255, 255, 255, 11, 255, 255, 255, 255, 255, 255, 255, 11, 11, 11, 11, 255, 11, 255, 255, 255, 255, 255, 255, 255, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 12, 12, 12, 255, 12, 12, 12, 12, 12, 12, 12, 12, 12, 255, 12, 12, 12, 255, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 255, 12, 12, 12, 12, 12, 12, 12, 255, 12, 12, 255, 12, 12, 12, 12, 12, 255, 255, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 255, 12, 12, 12, 255, 12, 12, 12, 255, 255, 12, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 12, 12, 12, 12, 255, 255, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 255, 255, 255, 255, 255, 255, 255, 12, 255, 255, 255, 255, 255, 255, 255, 13, 13, 13, 255, 13, 13, 13, 13, 13, 13, 13, 13, 255, 255, 13, 13, 255, 255, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 255, 13, 13, 13, 13, 13, 13, 13, 255, 13, 13, 255, 13, 13, 13, 13, 13, 255, 255, 13, 13, 13, 13, 13, 13, 13, 13, 13, 255, 255, 13, 13, 255, 255, 13, 13, 13, 255, 255, 255, 255, 255, 255, 255, 255, 13, 13, 255, 255, 255, 255, 13, 13, 255, 13, 13, 13, 13, 13, 255, 255, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 14, 14, 255, 14, 14, 14, 14, 14, 14, 255, 255, 255, 14, 14, 14, 255, 14, 14, 14, 14, 255, 255, 255, 14, 14, 255, 14, 255, 14, 14, 255, 255, 255, 14, 14, 255, 255, 255, 14, 14, 14, 255, 255, 255, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 255, 255, 255, 255, 14, 14, 14, 14, 14, 255, 255, 255, 14, 14, 14, 255, 14, 14, 14, 14, 255, 255, 14, 255, 255, 255, 255, 255, 255, 14, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 255, 255, 255, 255, 255, 15, 15, 15, 15, 255, 15, 15, 15, 15, 15, 15, 15, 15, 255, 15, 15, 15, 255, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 255, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 255, 255, 255, 15, 15, 15, 15, 15, 15, 15, 15, 255, 15, 15, 15, 255, 15, 15, 15, 15, 255, 255, 255, 255, 255, 255, 255, 15, 15, 255, 15, 15, 15, 255, 255, 255, 255, 255, 15, 15, 15, 15, 255, 255, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 255, 255, 255, 255, 255, 255, 255, 255, 15, 15, 15, 15, 15, 15, 15, 15, 255, 16, 16, 16, 255, 16, 16, 16, 16, 16, 16, 16, 16, 255, 16, 16, 16, 255, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 255, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 255, 16, 16, 16, 16, 16, 255, 255, 16, 16, 16, 16, 16, 16, 16, 16, 16, 255, 16, 16, 16, 255, 16, 16, 16, 16, 255, 255, 255, 255, 255, 255, 255, 16, 16, 255, 255, 255, 255, 255, 255, 255, 16, 255, 16, 16, 16, 16, 255, 255, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 255, 16, 16, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 17, 17, 17, 255, 17, 17, 17, 17, 17, 17, 17, 17, 255, 17, 17, 17, 255, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 255, 255, 17, 17, 17, 17, 17, 17, 17, 17, 255, 17, 17, 17, 255, 17, 17, 17, 17, 17, 255, 255, 255, 255, 255, 255, 255, 255, 17, 255, 255, 255, 255, 255, 255, 255, 17, 17, 17, 17, 17, 255, 255, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 255, 255, 255, 17, 17, 17, 17, 17, 17, 17, 255, 255, 18, 18, 255, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 255, 255, 255, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 255, 18, 18, 18, 18, 18, 18, 18, 18, 18, 255, 18, 255, 255, 18, 18, 18, 18, 18, 18, 18, 255, 255, 255, 18, 255, 255, 255, 255, 18, 18, 18, 18, 18, 18, 255, 18, 255, 18, 18, 18, 18, 18, 18, 18, 18, 255, 255, 255, 255, 255, 255, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 255, 255, 18, 18, 18, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 255, 255, 255, 255, 0, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 20, 20, 255, 20, 255, 255, 20, 20, 255, 20, 255, 255, 20, 255, 255, 255, 255, 255, 255, 20, 20, 20, 20, 255, 20, 20, 20, 20, 20, 20, 20, 255, 20, 20, 20, 255, 20, 255, 20, 255, 255, 20, 20, 255, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 255, 20, 20, 20, 255, 255, 20, 20, 20, 20, 20, 255, 20, 255, 20, 20, 20, 20, 20, 20, 255, 255, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 255, 255, 20, 20, 20, 20, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 255, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 255, 255, 255, 255, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 255, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 255, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 255, 21, 21, 21, 21, 21, 21, 21, 0, 0, 0, 0, 21, 21, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 255, 23, 255, 255, 255, 255, 255, 23, 255, 255, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 0, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 255, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 255, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 255, 255, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 255, 255, 255, 255, 255, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 255, 255, 26, 26, 26, 26, 26, 26, 255, 255, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 255, 255, 255, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 0, 0, 0, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 255, 255, 255, 255, 255, 255, 255, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 255, 41, 41, 41, 41, 41, 41, 41, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 255, 44, 44, 44, 255, 44, 44, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 255, 255, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 255, 255, 255, 255, 255, 255, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 255, 255, 255, 255, 255, 255, 31, 31, 0, 0, 31, 0, 31, 31, 31, 31, 31, 31, 31, 31, 31, 255, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 255, 255, 255, 255, 255, 255, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 255, 255, 255, 255, 255, 255, 255, 255, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 255, 255, 255, 255, 255, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 255, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 255, 255, 255, 255, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 255, 255, 255, 255, 45, 255, 255, 255, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 255, 255, 46, 46, 46, 46, 46, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 255, 255, 255, 255, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 255, 255, 255, 255, 255, 255, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 255, 255, 255, 55, 55, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 255, 255, 53, 53, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 255, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 255, 255, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 255, 255, 255, 255, 255, 255, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 255, 255, 255, 255, 255, 255, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 255, 255, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 255, 255, 255, 255, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 255, 255, 255, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 255, 255, 255, 255, 255, 255, 255, 255, 92, 92, 92, 92, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 255, 255, 255, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 255, 255, 255, 67, 67, 67, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 66, 66, 66, 66, 66, 66, 66, 66, 255, 255, 255, 255, 255, 255, 255, 255, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 40, 0, 0, 255, 40, 40, 255, 255, 255, 255, 255, 255, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 255, 255, 255, 255, 255, 255, 40, 40, 40, 40, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 2, 2, 2, 2, 2, 255, 2, 255, 2, 255, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 2, 2, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 2, 2, 2, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 255, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 255, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 255, 255, 255, 255, 255, 54, 54, 54, 54, 54, 54, 54, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 255, 23, 255, 255, 255, 255, 255, 23, 255, 255, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 255, 255, 255, 255, 255, 255, 255, 57, 57, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 57, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 255, 255, 255, 255, 255, 255, 255, 255, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 35, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 35, 35, 35, 35, 35, 35, 35, 35, 40, 40, 40, 40, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 35, 35, 35, 35, 0, 0, 0, 0, 255, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 255, 255, 40, 40, 0, 0, 32, 32, 32, 0, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 0, 33, 33, 33, 255, 255, 255, 255, 255, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 255, 255, 255, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 255, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 255, 255, 255, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 255, 255, 255, 255, 255, 255, 255, 255, 255, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 255, 255, 1, 1, 1, 1, 1, 1, 1, 1, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 1, 1, 1, 1, 1, 1, 1, 1, 1, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 255, 255, 255, 255, 255, 255, 255, 255, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 255, 255, 255, 255, 255, 255, 255, 255, 255, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 255, 255, 255, 255, 255, 255, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 255, 255, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 0, 71, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 72, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 255, 255, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 255, 0, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 255, 255, 255, 255, 84, 84, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 255, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 255, 255, 255, 255, 255, 255, 255, 255, 255, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 255, 255, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 255, 255, 76, 76, 76, 76, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 78, 78, 78, 78, 78, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 25, 25, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 255, 255, 25, 25, 25, 25, 25, 25, 255, 255, 255, 255, 255, 255, 255, 255, 255, 25, 25, 25, 25, 25, 25, 25, 255, 25, 25, 25, 25, 25, 25, 25, 255, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 255, 255, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 255, 255, 255, 255, 255, 255, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 255, 255, 255, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 1, 1, 1, 1, 1, 1, 1, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 4, 4, 4, 4, 4, 255, 255, 255, 255, 255, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 255, 5, 5, 5, 5, 5, 255, 5, 255, 5, 5, 255, 5, 5, 255, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 255, 255, 255, 6, 6, 6, 6, 6, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 255, 255, 255, 24, 24, 24, 24, 24, 24, 255, 255, 24, 24, 24, 24, 24, 24, 255, 255, 24, 24, 24, 24, 24, 24, 255, 255, 24, 24, 24, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 255, 255, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 255, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 255, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 255, 47, 47, 255, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 255, 255, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 255, 255, 255, 255, 255, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 2, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 255, 255, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 255, 255, 255, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 255, 255, 255, 255, 255, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 255, 255, 255, 255, 255, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 255, 48, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 255, 255, 255, 255, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 255, 255, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 255, 255, 255, 255, 255, 255, 255, 255, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 102, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 255, 255, 255, 255, 255, 255, 255, 255, 255, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 109, 109, 109, 109, 109, 109, 109, 109, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 51, 51, 51, 51, 51, 51, 255, 255, 51, 255, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 255, 51, 51, 255, 255, 255, 51, 255, 255, 51, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 255, 86, 86, 86, 86, 86, 86, 86, 86, 86, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 255, 255, 255, 255, 255, 255, 255, 255, 116, 116, 116, 116, 116, 116, 116, 116, 116, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 255, 127, 127, 255, 255, 255, 255, 255, 127, 127, 127, 127, 127, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 255, 255, 255, 63, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 255, 255, 255, 255, 255, 75, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 255, 255, 255, 255, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 255, 255, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 60, 60, 60, 60, 255, 60, 60, 255, 255, 255, 255, 255, 60, 60, 60, 60, 60, 60, 60, 60, 255, 60, 60, 60, 255, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 255, 255, 255, 255, 60, 60, 60, 255, 255, 255, 255, 60, 60, 60, 60, 60, 60, 60, 60, 60, 255, 255, 255, 255, 255, 255, 255, 255, 60, 60, 60, 60, 60, 60, 60, 60, 60, 255, 255, 255, 255, 255, 255, 255, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 255, 255, 255, 255, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 255, 255, 255, 255, 255, 255, 255, 255, 255, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 255, 255, 255, 79, 79, 79, 79, 79, 79, 79, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 255, 255, 88, 88, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 255, 255, 255, 255, 255, 89, 89, 89, 89, 89, 89, 89, 89, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 255, 255, 255, 255, 255, 255, 255, 120, 120, 120, 120, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 120, 120, 120, 120, 120, 120, 120, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 255, 255, 255, 255, 255, 255, 255, 129, 129, 129, 129, 129, 129, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 255, 255, 255, 255, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 93, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 255, 255, 255, 255, 255, 255, 255, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 255, 255, 255, 255, 255, 255, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 255, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 255, 255, 255, 255, 255, 255, 255, 255, 255, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 255, 255, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 255, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 255, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 128, 128, 128, 128, 128, 128, 128, 255, 128, 255, 128, 128, 128, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 255, 255, 255, 255, 255, 255, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 255, 255, 255, 255, 255, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 255, 255, 255, 255, 255, 255, 106, 106, 106, 106, 255, 106, 106, 106, 106, 106, 106, 106, 106, 255, 255, 106, 106, 255, 255, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 255, 106, 106, 106, 106, 106, 106, 106, 255, 106, 106, 255, 106, 106, 106, 106, 106, 255, 255, 106, 106, 106, 106, 106, 106, 106, 106, 106, 255, 255, 106, 106, 255, 255, 106, 106, 106, 255, 255, 106, 255, 255, 255, 255, 255, 255, 106, 255, 255, 255, 255, 255, 106, 106, 106, 106, 106, 106, 106, 255, 255, 106, 106, 106, 106, 106, 106, 106, 255, 255, 255, 106, 106, 106, 106, 106, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 255, 255, 255, 255, 255, 255, 255, 255, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 255, 255, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 255, 255, 255, 255, 255, 255, 255, 255, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 255, 255, 255, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 255, 255, 255, 255, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 124, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 255, 255, 255, 255, 255, 255, 255, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 255, 62, 62, 62, 62, 62, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 255, 255, 255, 255, 255, 255, 255, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 255, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 255, 255, 255, 255, 114, 114, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 255, 255, 103, 103, 103, 103, 103, 103, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 255, 107, 107, 107, 107, 107, 107, 107, 255, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 255, 255, 255, 255, 255, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 33, 32, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 255, 255, 255, 255, 255, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 255, 255, 255, 104, 104, 104, 104, 104, 104, 104, 104, 104, 255, 255, 255, 255, 255, 255, 255, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 255, 255, 104, 104, 104, 104, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 255, 255, 0, 255, 255, 0, 0, 255, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 255, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 130, 130, 130, 130, 130, 255, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 255, 255, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 6, 6, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 6, 6, 255, 6, 255, 255, 6, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 6, 6, 6, 6, 255, 6, 255, 6, 255, 255, 255, 255, 255, 255, 6, 255, 255, 255, 255, 6, 255, 6, 255, 6, 255, 6, 6, 6, 255, 6, 6, 255, 6, 255, 255, 6, 255, 6, 255, 6, 255, 6, 255, 6, 255, 6, 6, 255, 6, 255, 255, 6, 6, 6, 6, 255, 6, 6, 6, 6, 6, 6, 6, 255, 6, 6, 6, 6, 255, 6, 6, 6, 6, 255, 6, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 255, 255, 255, 6, 6, 6, 255, 6, 6, 6, 6, 6, 255, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 6, 6, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 } }; libidn2-2.0.4/unistring/unictype/categ_of.c0000644000000000000000000000507013061734305015530 00000000000000/* Categories of Unicode characters. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" /* Define u_category table. */ #include "categ_of.h" static inline int lookup_withtable (ucs4_t uc) { unsigned int index1 = uc >> category_header_0; if (index1 < category_header_1) { int lookup1 = u_category.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> category_header_2) & category_header_3; int lookup2 = u_category.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = ((uc & category_header_4) + lookup2) * 5; /* level3 contains 5-bit values, packed into 16-bit words. */ unsigned int lookup3 = ((u_category.level3[index3>>4] | ((unsigned int) u_category.level3[(index3>>4)+1] << 16)) >> (index3 % 16)) & 0x1f; return lookup3; } } return 29; /* = log2(UC_CATEGORY_MASK_Cn) */ } return -1; } bool uc_is_general_category_withtable (ucs4_t uc, uint32_t bitmask) { int bit = lookup_withtable (uc); if (bit >= 0) return ((bitmask >> bit) & 1); else return false; } uc_general_category_t uc_general_category (ucs4_t uc) { int bit = lookup_withtable (uc); uc_general_category_t result; if (bit >= 0) { result.bitmask = 1 << bit; result.generic = 1; result.lookup.lookup_fn = &uc_is_general_category_withtable; return result; } else return _UC_CATEGORY_NONE; } libidn2-2.0.4/unistring/unictype/bidi_of.c0000644000000000000000000000414013061734305015351 00000000000000/* Bidi classes of Unicode characters. Copyright (C) 2002, 2006, 2011-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" /* Define u_bidi_category table. */ #include "bidi_of.h" int uc_bidi_class (ucs4_t uc) { unsigned int index1 = uc >> bidi_category_header_0; if (index1 < bidi_category_header_1) { int lookup1 = u_bidi_category.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> bidi_category_header_2) & bidi_category_header_3; int lookup2 = u_bidi_category.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = ((uc & bidi_category_header_4) + lookup2) * 5; /* level3 contains 5-bit values, packed into 16-bit words. */ unsigned int lookup3 = ((u_bidi_category.level3[index3>>4] | ((unsigned int) u_bidi_category.level3[(index3>>4)+1] << 16)) >> (index3 % 16)) & 0x1f; return lookup3; } } } return UC_BIDI_L; } int uc_bidi_category (ucs4_t uc) { return uc_bidi_class (uc); } libidn2-2.0.4/unistring/unictype/categ_M.h0000644000000000000000000003347513051021034015322 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Categories of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ #define header_0 16 #define header_2 9 #define header_3 127 #define header_4 15 static const struct { int header[1]; int level1[15]; short level2[3 << 7]; /*unsigned*/ int level3[36 << 4]; } u_categ_M = { { 15 }, { 16 * sizeof (int) / sizeof (short) + 0, 16 * sizeof (int) / sizeof (short) + 128, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 * sizeof (int) / sizeof (short) + 256 }, { -1, 16 + 384 * sizeof (short) / sizeof (int) + 0, 16 + 384 * sizeof (short) / sizeof (int) + 16, 16 + 384 * sizeof (short) / sizeof (int) + 32, 16 + 384 * sizeof (short) / sizeof (int) + 48, 16 + 384 * sizeof (short) / sizeof (int) + 64, 16 + 384 * sizeof (short) / sizeof (int) + 80, 16 + 384 * sizeof (short) / sizeof (int) + 96, 16 + 384 * sizeof (short) / sizeof (int) + 112, 16 + 384 * sizeof (short) / sizeof (int) + 128, -1, 16 + 384 * sizeof (short) / sizeof (int) + 144, 16 + 384 * sizeof (short) / sizeof (int) + 160, 16 + 384 * sizeof (short) / sizeof (int) + 176, 16 + 384 * sizeof (short) / sizeof (int) + 192, -1, 16 + 384 * sizeof (short) / sizeof (int) + 208, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 224, -1, 16 + 384 * sizeof (short) / sizeof (int) + 240, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 256, 16 + 384 * sizeof (short) / sizeof (int) + 272, 16 + 384 * sizeof (short) / sizeof (int) + 288, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 304, -1, 16 + 384 * sizeof (short) / sizeof (int) + 320, 16 + 384 * sizeof (short) / sizeof (int) + 336, 16 + 384 * sizeof (short) / sizeof (int) + 352, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 368, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 384, 16 + 384 * sizeof (short) / sizeof (int) + 400, 16 + 384 * sizeof (short) / sizeof (int) + 416, 16 + 384 * sizeof (short) / sizeof (int) + 432, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 448, -1, 16 + 384 * sizeof (short) / sizeof (int) + 464, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 480, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 496, 16 + 384 * sizeof (short) / sizeof (int) + 512, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 528, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 544, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16 + 384 * sizeof (short) / sizeof (int) + 560, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }, { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x0000FFFF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000003F8, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFE0000, 0xBFFFFFFF, 0x000000B6, 0x00000000, 0x07FF0000, 0x00000000, 0xFFFFF800, 0x00010000, 0x00000000, 0x00000000, 0x9FC00000, 0x00003D9F, 0x00020000, 0xFFFF0000, 0x000007FF, 0x00000000, 0x00000000, 0x0001FFC0, 0x00000000, 0x000FF800, 0xFBC00000, 0x00003EEF, 0x0E000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFF8, 0x0000000F, 0xDC000000, 0x00FEFFFF, 0x0000000C, 0x0000000E, 0xD0000000, 0x0080399F, 0x0000000C, 0x0000000E, 0xD0000000, 0x00023987, 0x00230000, 0x0000000E, 0xD0000000, 0x00003BBF, 0x0000000C, 0x0000000E, 0xD0000000, 0x00C0399F, 0x0000000C, 0x00000004, 0xC0000000, 0x00803DC7, 0x00000000, 0x0000000F, 0xC0000000, 0x00603DDF, 0x0000000C, 0x0000000E, 0xD0000000, 0x00603DDF, 0x0000000C, 0x0000000E, 0xC0000000, 0x00803DDF, 0x0000000C, 0x0000000C, 0x00000000, 0xFF5F8400, 0x000C0000, 0x00000000, 0x07F20000, 0x00007F80, 0x00000000, 0x00000000, 0x1BF20000, 0x00003F00, 0x00000000, 0x03000000, 0xC2A00000, 0x00000000, 0xFFFE0000, 0xFEFFE0DF, 0x1FFFFFFF, 0x00000040, 0x00000000, 0x00000000, 0x7FFFF800, 0xC3C00000, 0x001E3F9D, 0x3C00BFFC, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xE0000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x001C0000, 0x001C0000, 0x000C0000, 0x000C0000, 0x00000000, 0xFFF00000, 0x200FFFFF, 0x00000000, 0x00003800, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0x0FFF0FFF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0F800000, 0x00000000, 0x7FE00000, 0x9FFFFFFF, 0x00000000, 0x7FFF0000, 0x00000000, 0x00000000, 0x0000001F, 0xFFF00000, 0x0000001F, 0x000FF800, 0x00000007, 0x00003FFE, 0x00000000, 0x000FFFC0, 0x00000000, 0x00FFFFF0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFF70000, 0x031C21FF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xF03FFFFF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFF0000, 0x0001FFFF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00038000, 0x00000000, 0x00000000, 0x00000000, 0x80000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, 0x00000000, 0x0000FC00, 0x00000000, 0x00000000, 0x06000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x3FF78000, 0xC0000000, 0x00000000, 0x00000000, 0x00030000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000844, 0x000000F8, 0x00000000, 0x00000000, 0x00000003, 0xFFF00000, 0x0000001F, 0x0003FFFF, 0x00000000, 0x00003FC0, 0x000FFF80, 0x00000000, 0x0000000F, 0xFFF80000, 0x00000001, 0x00000020, 0x00000000, 0x007FFE00, 0x00003008, 0x38000000, 0x00000000, 0xC19D0000, 0x00000002, 0x0060F800, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000037F8, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000FFFF, 0x0000FFFF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x20000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x07C00000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000F06E, 0x87000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000060, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000007, 0xFF000000, 0x0000007F, 0x80000000, 0x00000007, 0x07FF0000, 0x00000000, 0x00000000, 0x00000007, 0x001FFF80, 0x00000000, 0x00080000, 0x00000007, 0xFFF80000, 0x00001C01, 0x00000000, 0x00000000, 0x00FFF000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x80000000, 0x000007FF, 0x0000000F, 0xD0000000, 0x0080399F, 0x001F1FCC, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFF0000, 0x0000000F, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFF3F8000, 0x30000001, 0x00000000, 0x00000000, 0xFFFF0000, 0x00000001, 0x00000000, 0x00000000, 0x00FFF800, 0x00000000, 0x00000000, 0xE0000000, 0x00000FFF, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x001F0000, 0x00000000, 0x007F0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFE0000, 0x7FFFFFFF, 0x00078000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x60000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xF807E3E0, 0x00000FE7, 0x00003C00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001C, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xF87FFFFF, 0xFFFFFFFF, 0x00201FFF, 0xF8000010, 0x0000FFFE, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x007F0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x0000FFFF } }; libidn2-2.0.4/unistring/unictype/joiningtype_of.h0000644000000000000000000003155613051021034017004 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Arabic joining type of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ #define joining_type_header_0 16 #define joining_type_header_1 2 #define joining_type_header_2 7 #define joining_type_header_3 511 #define joining_type_header_4 127 static const struct { int level1[2]; short level2[2 << 9]; unsigned char level3[12 * 64]; } u_joining_type = { { 0, 512 }, { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 128, 256, 384, 512, 640, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 768, 896, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1024, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1152, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1280, -1, 1408, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }, { 0x00, 0x00, 0x00, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x05, 0x44, 0x44, 0x45, 0x45, 0x55, 0x55, 0x45, 0x44, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x52, 0x55, 0x55, 0x55, 0x54, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x4f, 0x44, 0x40, 0x44, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x54, 0x45, 0x44, 0x44, 0x44, 0x44, 0x45, 0x45, 0x55, 0x44, 0x4f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x44, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0xf5, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x55, 0x45, 0x44, 0x44, 0x55, 0x55, 0x54, 0x55, 0x55, 0x55, 0x55, 0x54, 0x54, 0x54, 0x45, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0x55, 0x55, 0x55, 0x55, 0x55, 0x45, 0x44, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x45, 0x54, 0x55, 0x45, 0x45, 0x54, 0x55, 0x44, 0x55, 0x55, 0x55, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x54, 0x55, 0x55, 0x44, 0x45, 0x55, 0x55, 0x55, 0x55, 0x55, 0x54, 0x00, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x55, 0x55, 0x55, 0x55, 0x44, 0x04, 0x54, 0x45, 0x54, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0xff, 0xf2, 0xff, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x50, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xf5, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x55, 0x45, 0x40, 0x40, 0x04, 0x30, 0x44, 0x44, 0x54, 0x55, 0x35, 0x55, 0x55, 0x45, 0x55, 0x45, 0x00, 0xf4, 0xff, 0xff, 0x5f, 0x55, 0x45, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x45, 0x45, 0x44, 0x55, 0x45, 0x55, 0x54, 0x44, 0x45, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0x44, 0x54, 0x05, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } }; libidn2-2.0.4/unistring/unictype/categ_M.c0000644000000000000000000000237413061734305015324 00000000000000/* Categories of Unicode characters. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" /* Define u_categ_M table. */ #include "categ_M.h" const uc_general_category_t UC_CATEGORY_M = { UC_CATEGORY_MASK_M, 0, { &u_categ_M } }; libidn2-2.0.4/unistring/unictype/scripts_byname.h0000644000000000000000000007550313051023042017004 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 10 ./unictype/scripts_byname.gperf */ /* Computed positions: -k'1,3,5,8' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 4 "./unictype/scripts_byname.gperf" struct named_script { int name; unsigned int index; }; #define TOTAL_KEYWORDS 131 #define MIN_WORD_LENGTH 2 #define MAX_WORD_LENGTH 22 #define MIN_HASH_VALUE 4 #define MAX_HASH_VALUE 199 /* maximum key range = 196, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int scripts_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 5, 2, 19, 31, 12, 200, 24, 46, 4, 51, 42, 7, 4, 2, 16, 35, 200, 71, 16, 10, 32, 51, 30, 200, 2, 200, 200, 200, 200, 200, 34, 200, 5, 57, 50, 64, 12, 44, 18, 36, 9, 19, 40, 31, 4, 2, 2, 75, 200, 9, 73, 38, 33, 41, 10, 200, 24, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200 }; register int hval = len; switch (hval) { default: hval += asso_values[(unsigned char)str[7]]; /*FALLTHROUGH*/ case 7: case 6: case 5: hval += asso_values[(unsigned char)str[4]]; /*FALLTHROUGH*/ case 4: case 3: hval += asso_values[(unsigned char)str[2]]; /*FALLTHROUGH*/ case 2: case 1: hval += asso_values[(unsigned char)str[0]]; break; } return hval; } struct script_stringpool_t { char script_stringpool_str4[sizeof("Yi")]; char script_stringpool_str7[sizeof("Nko")]; char script_stringpool_str9[sizeof("Mro")]; char script_stringpool_str11[sizeof("Ahom")]; char script_stringpool_str12[sizeof("Lao")]; char script_stringpool_str13[sizeof("Miao")]; char script_stringpool_str15[sizeof("Bamum")]; char script_stringpool_str16[sizeof("Bengali")]; char script_stringpool_str17[sizeof("Brahmi")]; char script_stringpool_str18[sizeof("Mandaic")]; char script_stringpool_str19[sizeof("Thai")]; char script_stringpool_str20[sizeof("Myanmar")]; char script_stringpool_str21[sizeof("Armenian")]; char script_stringpool_str22[sizeof("Mongolian")]; char script_stringpool_str23[sizeof("Thaana")]; char script_stringpool_str24[sizeof("Linear_B")]; char script_stringpool_str25[sizeof("Arabic")]; char script_stringpool_str27[sizeof("Linear_A")]; char script_stringpool_str28[sizeof("Cham")]; char script_stringpool_str29[sizeof("Osmanya")]; char script_stringpool_str30[sizeof("Sinhala")]; char script_stringpool_str31[sizeof("Common")]; char script_stringpool_str32[sizeof("Tai_Le")]; char script_stringpool_str33[sizeof("Sharada")]; char script_stringpool_str34[sizeof("Chakma")]; char script_stringpool_str35[sizeof("Oriya")]; char script_stringpool_str36[sizeof("Syriac")]; char script_stringpool_str37[sizeof("Shavian")]; char script_stringpool_str38[sizeof("Anatolian_Hieroglyphs")]; char script_stringpool_str39[sizeof("Carian")]; char script_stringpool_str40[sizeof("Mende_Kikakui")]; char script_stringpool_str41[sizeof("Tai_Tham")]; char script_stringpool_str42[sizeof("Buginese")]; char script_stringpool_str43[sizeof("Samaritan")]; char script_stringpool_str44[sizeof("Meetei_Mayek")]; char script_stringpool_str45[sizeof("Braille")]; char script_stringpool_str46[sizeof("Tagbanwa")]; char script_stringpool_str47[sizeof("Multani")]; char script_stringpool_str48[sizeof("Cuneiform")]; char script_stringpool_str49[sizeof("Limbu")]; char script_stringpool_str50[sizeof("Tamil")]; char script_stringpool_str51[sizeof("Han")]; char script_stringpool_str52[sizeof("Latin")]; char script_stringpool_str53[sizeof("Cherokee")]; char script_stringpool_str54[sizeof("Georgian")]; char script_stringpool_str55[sizeof("Balinese")]; char script_stringpool_str56[sizeof("Kannada")]; char script_stringpool_str57[sizeof("Hanunoo")]; char script_stringpool_str58[sizeof("Phoenician")]; char script_stringpool_str59[sizeof("Tirhuta")]; char script_stringpool_str60[sizeof("Khmer")]; char script_stringpool_str61[sizeof("Ogham")]; char script_stringpool_str62[sizeof("Avestan")]; char script_stringpool_str63[sizeof("Vai")]; char script_stringpool_str64[sizeof("Takri")]; char script_stringpool_str65[sizeof("Telugu")]; char script_stringpool_str66[sizeof("Tagalog")]; char script_stringpool_str67[sizeof("New_Tai_Lue")]; char script_stringpool_str68[sizeof("Lycian")]; char script_stringpool_str69[sizeof("Gujarati")]; char script_stringpool_str70[sizeof("Inherited")]; char script_stringpool_str71[sizeof("Warang_Citi")]; char script_stringpool_str72[sizeof("Modi")]; char script_stringpool_str73[sizeof("Malayalam")]; char script_stringpool_str74[sizeof("Grantha")]; char script_stringpool_str75[sizeof("Sora_Sompeng")]; char script_stringpool_str76[sizeof("Mahajani")]; char script_stringpool_str77[sizeof("Gothic")]; char script_stringpool_str78[sizeof("Manichaean")]; char script_stringpool_str79[sizeof("Glagolitic")]; char script_stringpool_str80[sizeof("Caucasian_Albanian")]; char script_stringpool_str81[sizeof("Greek")]; char script_stringpool_str82[sizeof("Lydian")]; char script_stringpool_str83[sizeof("Gurmukhi")]; char script_stringpool_str84[sizeof("Lisu")]; char script_stringpool_str85[sizeof("Batak")]; char script_stringpool_str86[sizeof("Hiragana")]; char script_stringpool_str87[sizeof("Hangul")]; char script_stringpool_str88[sizeof("Meroitic_Cursive")]; char script_stringpool_str89[sizeof("Devanagari")]; char script_stringpool_str90[sizeof("Khojki")]; char script_stringpool_str91[sizeof("Bopomofo")]; char script_stringpool_str92[sizeof("Meroitic_Hieroglyphs")]; char script_stringpool_str93[sizeof("Kaithi")]; char script_stringpool_str94[sizeof("Bassa_Vah")]; char script_stringpool_str95[sizeof("Hatran")]; char script_stringpool_str96[sizeof("Egyptian_Hieroglyphs")]; char script_stringpool_str97[sizeof("Kharoshthi")]; char script_stringpool_str98[sizeof("Rejang")]; char script_stringpool_str99[sizeof("Syloti_Nagri")]; char script_stringpool_str100[sizeof("Tifinagh")]; char script_stringpool_str101[sizeof("Palmyrene")]; char script_stringpool_str102[sizeof("Saurashtra")]; char script_stringpool_str103[sizeof("Ol_Chiki")]; char script_stringpool_str104[sizeof("Ugaritic")]; char script_stringpool_str105[sizeof("Sundanese")]; char script_stringpool_str106[sizeof("Canadian_Aboriginal")]; char script_stringpool_str107[sizeof("Buhid")]; char script_stringpool_str108[sizeof("Ethiopic")]; char script_stringpool_str109[sizeof("Coptic")]; char script_stringpool_str110[sizeof("Cypriot")]; char script_stringpool_str111[sizeof("Nabataean")]; char script_stringpool_str112[sizeof("Tibetan")]; char script_stringpool_str113[sizeof("SignWriting")]; char script_stringpool_str114[sizeof("Javanese")]; char script_stringpool_str116[sizeof("Tai_Viet")]; char script_stringpool_str117[sizeof("Cyrillic")]; char script_stringpool_str118[sizeof("Duployan")]; char script_stringpool_str119[sizeof("Kayah_Li")]; char script_stringpool_str120[sizeof("Deseret")]; char script_stringpool_str121[sizeof("Hebrew")]; char script_stringpool_str123[sizeof("Siddham")]; char script_stringpool_str124[sizeof("Lepcha")]; char script_stringpool_str125[sizeof("Old_Italic")]; char script_stringpool_str126[sizeof("Phags_Pa")]; char script_stringpool_str127[sizeof("Psalter_Pahlavi")]; char script_stringpool_str128[sizeof("Runic")]; char script_stringpool_str129[sizeof("Old_Permic")]; char script_stringpool_str132[sizeof("Pau_Cin_Hau")]; char script_stringpool_str133[sizeof("Katakana")]; char script_stringpool_str135[sizeof("Imperial_Aramaic")]; char script_stringpool_str137[sizeof("Old_North_Arabian")]; char script_stringpool_str139[sizeof("Pahawh_Hmong")]; char script_stringpool_str140[sizeof("Old_Turkic")]; char script_stringpool_str145[sizeof("Inscriptional_Pahlavi")]; char script_stringpool_str146[sizeof("Inscriptional_Parthian")]; char script_stringpool_str149[sizeof("Elbasan")]; char script_stringpool_str151[sizeof("Old_South_Arabian")]; char script_stringpool_str153[sizeof("Khudawadi")]; char script_stringpool_str157[sizeof("Old_Hungarian")]; char script_stringpool_str199[sizeof("Old_Persian")]; }; static const struct script_stringpool_t script_stringpool_contents = { "Yi", "Nko", "Mro", "Ahom", "Lao", "Miao", "Bamum", "Bengali", "Brahmi", "Mandaic", "Thai", "Myanmar", "Armenian", "Mongolian", "Thaana", "Linear_B", "Arabic", "Linear_A", "Cham", "Osmanya", "Sinhala", "Common", "Tai_Le", "Sharada", "Chakma", "Oriya", "Syriac", "Shavian", "Anatolian_Hieroglyphs", "Carian", "Mende_Kikakui", "Tai_Tham", "Buginese", "Samaritan", "Meetei_Mayek", "Braille", "Tagbanwa", "Multani", "Cuneiform", "Limbu", "Tamil", "Han", "Latin", "Cherokee", "Georgian", "Balinese", "Kannada", "Hanunoo", "Phoenician", "Tirhuta", "Khmer", "Ogham", "Avestan", "Vai", "Takri", "Telugu", "Tagalog", "New_Tai_Lue", "Lycian", "Gujarati", "Inherited", "Warang_Citi", "Modi", "Malayalam", "Grantha", "Sora_Sompeng", "Mahajani", "Gothic", "Manichaean", "Glagolitic", "Caucasian_Albanian", "Greek", "Lydian", "Gurmukhi", "Lisu", "Batak", "Hiragana", "Hangul", "Meroitic_Cursive", "Devanagari", "Khojki", "Bopomofo", "Meroitic_Hieroglyphs", "Kaithi", "Bassa_Vah", "Hatran", "Egyptian_Hieroglyphs", "Kharoshthi", "Rejang", "Syloti_Nagri", "Tifinagh", "Palmyrene", "Saurashtra", "Ol_Chiki", "Ugaritic", "Sundanese", "Canadian_Aboriginal", "Buhid", "Ethiopic", "Coptic", "Cypriot", "Nabataean", "Tibetan", "SignWriting", "Javanese", "Tai_Viet", "Cyrillic", "Duployan", "Kayah_Li", "Deseret", "Hebrew", "Siddham", "Lepcha", "Old_Italic", "Phags_Pa", "Psalter_Pahlavi", "Runic", "Old_Permic", "Pau_Cin_Hau", "Katakana", "Imperial_Aramaic", "Old_North_Arabian", "Pahawh_Hmong", "Old_Turkic", "Inscriptional_Pahlavi", "Inscriptional_Parthian", "Elbasan", "Old_South_Arabian", "Khudawadi", "Old_Hungarian", "Old_Persian" }; #define script_stringpool ((const char *) &script_stringpool_contents) static const struct named_script script_names[] = { {-1}, {-1}, {-1}, {-1}, #line 51 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str4, 36}, {-1}, {-1}, #line 80 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str7, 65}, {-1}, #line 129 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str9, 114}, {-1}, #line 140 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str11, 125}, #line 35 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str12, 20}, #line 113 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str13, 98}, {-1}, #line 98 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str15, 83}, #line 25 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str16, 10}, #line 108 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str17, 93}, #line 109 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str18, 94}, #line 34 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str19, 19}, #line 37 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str20, 22}, #line 19 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str21, 4}, #line 46 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str22, 31}, #line 23 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str23, 8}, #line 62 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str24, 47}, #line 21 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str25, 6}, {-1}, #line 124 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str27, 109}, #line 91 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str28, 76}, #line 65 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str29, 50}, #line 33 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str30, 18}, #line 15 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str31, 0}, #line 61 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str32, 46}, #line 114 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str33, 99}, #line 110 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str34, 95}, #line 28 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str35, 13}, #line 22 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str36, 7}, #line 64 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str37, 49}, #line 141 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str38, 126}, #line 89 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str39, 74}, #line 127 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str40, 112}, #line 92 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str41, 77}, #line 68 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str42, 53}, #line 96 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str43, 81}, #line 100 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str44, 85}, #line 67 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str45, 52}, #line 59 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str46, 44}, #line 143 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str47, 128}, #line 77 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str48, 62}, #line 60 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str49, 45}, #line 29 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str50, 14}, #line 50 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str51, 35}, #line 16 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str52, 1}, #line 41 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str53, 26}, #line 38 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str54, 23}, #line 76 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str55, 61}, #line 31 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str56, 16}, #line 57 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str57, 42}, #line 78 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str58, 63}, #line 138 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str59, 123}, #line 45 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str60, 30}, #line 43 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str61, 28}, #line 94 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str62, 79}, #line 84 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str63, 69}, #line 116 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str64, 101}, #line 30 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str65, 15}, #line 56 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str66, 41}, #line 70 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str67, 55}, #line 88 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str68, 73}, #line 27 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str69, 12}, #line 55 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str70, 40}, #line 139 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str71, 124}, #line 128 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str72, 113}, #line 32 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str73, 17}, #line 121 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str74, 106}, #line 115 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str75, 100}, #line 125 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str76, 110}, #line 53 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str77, 38}, #line 126 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str78, 111}, #line 71 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str79, 56}, #line 117 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str80, 102}, #line 17 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str81, 2}, #line 90 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str82, 75}, #line 26 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str83, 11}, #line 97 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str84, 82}, #line 107 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str85, 92}, #line 47 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str86, 32}, #line 39 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str87, 24}, #line 111 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str88, 96}, #line 24 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str89, 9}, #line 123 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str90, 108}, #line 49 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str91, 34}, #line 112 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str92, 97}, #line 106 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str93, 91}, #line 118 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str94, 103}, #line 142 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str95, 127}, #line 95 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str96, 80}, #line 75 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str97, 60}, #line 87 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str98, 72}, #line 73 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str99, 58}, #line 72 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str100, 57}, #line 132 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str101, 117}, #line 85 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str102, 70}, #line 83 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str103, 68}, #line 63 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str104, 48}, #line 81 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str105, 66}, #line 42 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str106, 27}, #line 58 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str107, 43}, #line 40 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str108, 25}, #line 69 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str109, 54}, #line 66 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str110, 51}, #line 131 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str111, 116}, #line 36 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str112, 21}, #line 145 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str113, 130}, #line 99 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str114, 84}, {-1}, #line 93 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str116, 78}, #line 18 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str117, 3}, #line 119 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str118, 104}, #line 86 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str119, 71}, #line 54 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str120, 39}, #line 20 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str121, 5}, {-1}, #line 136 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str123, 121}, #line 82 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str124, 67}, #line 52 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str125, 37}, #line 79 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str126, 64}, #line 135 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str127, 120}, #line 44 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str128, 29}, #line 134 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str129, 119}, {-1}, {-1}, #line 133 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str132, 118}, #line 48 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str133, 33}, {-1}, #line 101 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str135, 86}, {-1}, #line 130 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str137, 115}, {-1}, #line 122 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str139, 107}, #line 105 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str140, 90}, {-1}, {-1}, {-1}, {-1}, #line 104 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str145, 89}, #line 103 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str146, 88}, {-1}, {-1}, #line 120 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str149, 105}, {-1}, #line 102 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str151, 87}, {-1}, #line 137 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str153, 122}, {-1}, {-1}, {-1}, #line 144 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str157, 129}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 74 "./unictype/scripts_byname.gperf" {(int)(long)&((struct script_stringpool_t *)0)->script_stringpool_str199, 59} }; #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct named_script * uc_script_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = scripts_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = script_names[key].name; if (o >= 0) { register const char *s = o + script_stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &script_names[key]; } } } return 0; } libidn2-2.0.4/unistring/unictype/categ_none.c0000644000000000000000000000237613061734305016071 00000000000000/* Categories of Unicode characters. Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" static bool always_false (ucs4_t uc, uint32_t bitmask) { return false; } const uc_general_category_t _UC_CATEGORY_NONE = { 0, 1, { &always_false } }; libidn2-2.0.4/unistring/unictype/scripts.c0000644000000000000000000000443713061734305015456 00000000000000/* Scripts of Unicode characters. Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" #include #include "scripts.h" #include "unictype/scripts_byname.h" const uc_script_t * uc_script (ucs4_t uc) { unsigned int index1 = uc >> script_header_0; if (index1 < script_header_1) { int lookup1 = u_script.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> script_header_2) & script_header_3; int lookup2 = u_script.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = (uc & script_header_4); unsigned char lookup3 = u_script.level3[lookup2 + index3]; if (lookup3 != 0xff) return &scripts[lookup3]; } } } return NULL; } const uc_script_t * uc_script_byname (const char *script_name) { const struct named_script *found; found = uc_script_lookup (script_name, strlen (script_name)); if (found != NULL) return &scripts[found->index]; else return NULL; } bool uc_is_script (ucs4_t uc, const uc_script_t *script) { return uc_script (uc) == script; } void uc_all_scripts (const uc_script_t **scriptsp, size_t *countp) { *scriptsp = scripts; *countp = sizeof (scripts) / sizeof (scripts[0]); } libidn2-2.0.4/unistring/unictype/bitmap.h0000644000000000000000000000360213061734305015241 00000000000000/* Three-level bitmap lookup. Copyright (C) 2000-2002, 2005-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2000-2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ static inline int bitmap_lookup (const void *table, ucs4_t uc); /* These values are currently hardcoded into gen-ctype.c. */ #define header_0 16 #define header_2 9 #define header_3 127 #define header_4 15 static inline int bitmap_lookup (const void *table, ucs4_t uc) { unsigned int index1 = uc >> header_0; if (index1 < ((const int *) table)[0]) { int lookup1 = ((const int *) table)[1 + index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> header_2) & header_3; int lookup2 = ((const short *) table)[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = (uc >> 5) & header_4; unsigned int lookup3 = ((const int *) table)[lookup2 + index3]; return (lookup3 >> (uc & 0x1f)) & 1; } } } return 0; } libidn2-2.0.4/unistring/unictype/bidi_of.h0000644000000000000000000020141313051021034015343 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Bidi categories of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ #define bidi_category_header_0 16 #define bidi_category_header_1 17 #define bidi_category_header_2 7 #define bidi_category_header_3 511 #define bidi_category_header_4 127 static const struct { int level1[17]; short level2[4 << 9]; unsigned short level3[148 * 40 + 1]; } u_bidi_category = { { 0, 512, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1536, 1024, 1024 }, { 0, 128, -1, -1, -1, 256, 384, 512, -1, 640, -1, 768, 896, 1024, 1152, 1280, 1408, 1536, 1664, 1792, 1920, 2048, 2176, 2304, 2432, 2560, 2688, 2816, 2944, 3072, 3200, 3328, 3456, 3584, -1, -1, -1, -1, 3712, 3840, 3968, -1, -1, -1, -1, 4096, 4224, 4352, 4480, 4608, 4736, 4864, 4992, 5120, 5248, 5376, 5504, 5632, -1, 5760, -1, -1, -1, 5888, 6016, 6144, 6272, 6400, 6528, 6656, 6784, 6912, 7040, 7168, 6656, 6656, 6656, 7296, 6656, 6656, -1, -1, 6656, 6656, 6656, 6656, 7424, 7552, -1, 7680, 7808, 7936, 8064, 8192, 6656, 8320, 8448, 8576, -1, 8704, 8832, 8960, 9088, 9216, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9344, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9472, -1, -1, 9600, 9728, 9856, 9984, 10112, 10240, 10368, 10496, 10624, 10752, -1, 10880, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 11008, 11136, 11136, 11136, 11264, 11392, 11520, 11648, 11776, 11904, -1, -1, 12032, 12160, -1, 12288, 12416, -1, -1, -1, -1, -1, -1, -1, -1, -1, 12544, 12544, 12672, 12544, 12800, 12928, 13056, 12544, 12544, 12544, 12544, 12544, 13184, 12544, 12544, 12544, 13312, 13440, 13568, 13696, 13824, 13952, 14080, -1, -1, 14208, -1, 14336, 14464, 14592, 14720, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 14848, 14976, -1, -1, -1, -1, -1, -1, -1, -1, 15104, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15232, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15360, 15488, 15616, -1, 15744, -1, -1, -1, -1, -1, -1, 15872, 16000, 16128, -1, -1, -1, -1, 16256, 16384, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 12544, 16512, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16640, 16768, -1, -1, 16896, 17024, 17152, -1, -1, -1, 6656, 6656, 6656, 6656, 17280, 17408, 6656, 17536, 17664, 17792, 17920, 18048, 18176, 18304, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18432, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18432, 18560, 18560, 18688, 18816, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, 18560, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18432 }, { 0x39ce, 0x9ce7, 0x0e73, 0x183e, 0x739f, 0x39ce, 0x9ce7, 0xce73, 0xf739, 0x83de, 0x4a51, 0x94a5, 0x5294, 0xc4ca, 0x6312, 0x2108, 0x1084, 0x0842, 0x2931, 0x94a5, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2900, 0x94a5, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2900, 0x74a5, 0x39ce, 0x9ee7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x2a4c, 0x94a5, 0x5294, 0x2902, 0x949d, 0x214a, 0x8124, 0x1294, 0x2901, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0090, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0090, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x004a, 0x0000, 0x4800, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4800, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0000, 0xa400, 0x5294, 0x294a, 0x9025, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x0000, 0x2520, 0x0000, 0x0000, 0x0480, 0x0000, 0x2520, 0x0090, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x0004, 0x0000, 0x0000, 0x8000, 0x5ad6, 0xad6b, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0048, 0x54a4, 0xb5a3, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x68da, 0xb5a3, 0xdad1, 0x6368, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0xad6b, 0x96b5, 0x4494, 0xc229, 0x9488, 0xb5ad, 0x5ad6, 0xad6b, 0x4235, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0xd690, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xad6b, 0xd6b5, 0x6b5a, 0xb5a9, 0x2108, 0x108d, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xad6b, 0xd6b5, 0x6c96, 0xb5ad, 0x08d6, 0x4d69, 0xd6b6, 0x211a, 0x2108, 0x1084, 0x0842, 0x4211, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x11a4, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0x4235, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x4842, 0xad6b, 0xd6b5, 0x6b5a, 0x108d, 0x0842, 0x8421, 0x4210, 0x2108, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0xd68c, 0x6b5a, 0xb5ad, 0x8636, 0x5294, 0x318e, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0x4631, 0xad6b, 0xd68d, 0x6b5a, 0xb5ad, 0x5a36, 0xa36b, 0xd6b5, 0x18da, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0xa318, 0x36b5, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0xc642, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x35ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd034, 0x0000, 0xb5a0, 0x5ad6, 0x0d6b, 0x0000, 0x001a, 0xb5a0, 0x5ad6, 0x006b, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x0000, 0xb5a0, 0x00d6, 0x0000, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x2800, 0x0005, 0x0000, 0x0500, 0x0000, 0x35a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x0000, 0x35a0, 0x0000, 0x0d68, 0xd680, 0x001a, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01ad, 0x1a00, 0x0000, 0x0000, 0x0000, 0x35a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x0000, 0xb5a0, 0x1ad6, 0x0d68, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0140, 0x0000, 0x0000, 0x0000, 0x0000, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x6800, 0xb5a0, 0x00d6, 0x0000, 0x0000, 0x001a, 0x0000, 0x4000, 0x0003, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3400, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x000d, 0x0000, 0x0000, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa529, 0x5294, 0x0049, 0x0000, 0x000d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6b40, 0x000d, 0x4000, 0x0d6b, 0xd6b4, 0x001a, 0x0000, 0x5a00, 0x0003, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5200, 0x294a, 0x04a5, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5a0, 0x00d6, 0x0000, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0034, 0x0000, 0xb400, 0x40d6, 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01a0, 0x5ad0, 0xad6b, 0x0035, 0x5000, 0x0000, 0x0000, 0xad68, 0xd6b5, 0x035a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01a0, 0x5ad0, 0xad6b, 0xd681, 0x0000, 0x0000, 0x0000, 0xad00, 0xd6b5, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xad00, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1a00, 0xa068, 0x2949, 0x0025, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5a0, 0x5ad6, 0xad6b, 0xd6b5, 0x035a, 0xb5ad, 0x40d6, 0x006b, 0x0000, 0x6b5a, 0xb5ad, 0x5ad6, 0xa06b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x0000, 0x0000, 0x4000, 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6b5a, 0xb40d, 0x5ad6, 0xa06b, 0x0035, 0x035a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xad00, 0x0001, 0x6b40, 0x000d, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5a0, 0x00d6, 0x0000, 0x0000, 0x0000, 0x3400, 0x5a00, 0x0003, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6b5a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x0002, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0011, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2900, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x00d6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x00d6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1ad0, 0xad68, 0xd6b5, 0x001a, 0x0000, 0x4000, 0xa003, 0xd6b5, 0x6b5a, 0xb5ad, 0x0006, 0x0000, 0x0500, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x0002, 0x0000, 0x4a52, 0xa529, 0x5294, 0xd6ca, 0x039a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa000, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x35ad, 0x0000, 0x0d68, 0x0000, 0x0000, 0x3400, 0x0000, 0xa000, 0x06b5, 0x0000, 0x0012, 0x2520, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9480, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0d68, 0x0680, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xad03, 0xd6b5, 0x035a, 0x340d, 0x5a00, 0xad6b, 0xd6b5, 0x0000, 0x8000, 0x5ad6, 0xad6b, 0xd6b5, 0x6800, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x035a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x40d0, 0xad6b, 0xd035, 0x0000, 0x3400, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd680, 0x6b5a, 0xb5ad, 0x0006, 0x0000, 0x0000, 0x0000, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x1ad6, 0xad00, 0xd681, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xad03, 0x0001, 0x681a, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x6b5a, 0xb5ad, 0x4006, 0x006b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x35ad, 0x5ad0, 0xad6b, 0xd6b5, 0x6b5a, 0xb40d, 0x5ad6, 0x0d6b, 0x0000, 0x001a, 0x0000, 0x00d0, 0xad00, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x1ad6, 0x0000, 0xd000, 0x6b5a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9024, 0x0252, 0x0000, 0x0000, 0x0000, 0x94a4, 0x0000, 0x0000, 0x0000, 0x0000, 0x94a4, 0x0000, 0x0000, 0x0000, 0x0000, 0x94a4, 0x0000, 0x0000, 0x0000, 0x0000, 0x04a4, 0xc631, 0x6318, 0x318c, 0xe746, 0x181c, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0xf194, 0x7285, 0x6184, 0x294a, 0xa4a5, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa4c9, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x8ca5, 0x39ce, 0xc8e7, 0xd5a4, 0xe73a, 0x739c, 0x0008, 0x1080, 0x0842, 0x24a5, 0x04a5, 0x2108, 0x1084, 0x0842, 0x24a5, 0x04a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0294, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x000d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0252, 0xa529, 0x5204, 0x0002, 0x0000, 0x0000, 0x8120, 0x1294, 0x0000, 0x9480, 0x4a52, 0x2409, 0x4090, 0x0002, 0x0280, 0x0000, 0x0000, 0x0000, 0x0948, 0x0000, 0x4a52, 0x0129, 0x0000, 0x2948, 0x0025, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x094a, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x2652, 0xa525, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x2529, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2900, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x8129, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x004a, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0004, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x004a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0894, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x0421, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2948, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x094a, 0x94a4, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x8009, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x2529, 0x5200, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x0002, 0x94a4, 0x4a52, 0xa529, 0x1294, 0x2948, 0x94a5, 0x0252, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2000, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa400, 0x5294, 0x004a, 0x6800, 0x01ad, 0x0000, 0x4000, 0x294a, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6800, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x2902, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x0009, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x2529, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x094a, 0x0000, 0x4a51, 0x0129, 0x5200, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0012, 0x0000, 0x0000, 0xd6b4, 0x001a, 0x0012, 0x8000, 0x0094, 0x0000, 0x94a4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa000, 0x2935, 0x0001, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0900, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x0009, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x04a4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2000, 0x04a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a40, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0000, 0x0000, 0x0000, 0x2000, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5290, 0x004a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9480, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0004, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x94a4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6800, 0x35ad, 0x5ad9, 0xad6b, 0xd6b5, 0x949a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6b40, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0252, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1200, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3400, 0x4000, 0x0003, 0x0680, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5a00, 0x5203, 0x094a, 0x0000, 0x0000, 0x0000, 0x4a00, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa520, 0x0094, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x00d0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xad6b, 0xd6b5, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xad68, 0xd6b5, 0x6b5a, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x35ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x4006, 0xad6b, 0xd001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1a00, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa000, 0xd6b5, 0x035a, 0x35a0, 0x5a00, 0x0003, 0x0000, 0x0000, 0x8000, 0x0006, 0x0000, 0xd000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb40d, 0x00d6, 0x0d68, 0x0000, 0x6b40, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x001a, 0x0000, 0x4000, 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1a00, 0x0d00, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1b46, 0x8c63, 0xc631, 0x2318, 0x318d, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x9488, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x1084, 0x0842, 0x8421, 0x4210, 0x2124, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x4a52, 0xa529, 0x5294, 0x4212, 0x2108, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x324c, 0x9922, 0x5294, 0x294a, 0x54a5, 0xa652, 0xa524, 0x5224, 0x4929, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x7108, 0x4a40, 0x94a5, 0x5294, 0xc4ca, 0x6312, 0x2108, 0x1084, 0x0842, 0x2931, 0x94a5, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2900, 0x94a5, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2900, 0x94a5, 0x4a52, 0x2529, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x494a, 0x9529, 0x5202, 0x294a, 0x04a5, 0x39ce, 0x9ce7, 0x4e73, 0x294a, 0x73a5, 0x0240, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x0001, 0x4a52, 0xa529, 0x5294, 0x094a, 0x0000, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x210d, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x0421, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xad6b, 0x0035, 0x0000, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x90c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0xb5a3, 0x5a36, 0x631b, 0xd18c, 0x6b5a, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0xad18, 0x31b5, 0x68c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0x5a31, 0x631b, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x4318, 0x294a, 0x94a5, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x1ad6, 0x01a0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xad00, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0x0003, 0x0000, 0x0000, 0x4800, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x2529, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6800, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x5ad6, 0xa003, 0x0035, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x35ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xad68, 0x06b5, 0x6b5a, 0xb5ad, 0x00d6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x0006, 0x0000, 0x0000, 0x0000, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xad6b, 0xd6b5, 0x035a, 0x0000, 0x0000, 0x0000, 0xd6b4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6800, 0x01ad, 0x40d0, 0x006b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6800, 0x8000, 0x5ad6, 0xad6b, 0x0035, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x01ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x0000, 0x000d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0xad6b, 0xd6b5, 0x0000, 0xb5ad, 0x00d6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x5ad6, 0x0d6b, 0x0034, 0x6800, 0xb40d, 0x0006, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb400, 0x1ad6, 0x0000, 0xd000, 0x681a, 0x000d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd000, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8000, 0x5ad6, 0xad6b, 0x0035, 0x681a, 0x000d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0680, 0x001a, 0xb5ad, 0x1ad6, 0x0068, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6b5a, 0xb400, 0x1ad6, 0xad68, 0x06b5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x00d6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xb5ad, 0x5ad6, 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6800, 0x35ad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x035a, 0x39ce, 0x0007, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xad68, 0x0001, 0x0000, 0x0000, 0x9ce7, 0xce73, 0xd6b9, 0x6b5a, 0x35ad, 0x5a00, 0xad6b, 0x06b5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd6b4, 0x001a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0xb652, 0x24d6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0004, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0900, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2400, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4000, 0x0002, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0009, 0x0000, 0x0000, 0x4200, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0x0003, 0xd680, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x0000, 0x0000, 0x1a00, 0x0000, 0x0000, 0x0000, 0x0000, 0x00d0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xd680, 0x6b5a, 0xb5a0, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0xc631, 0x6318, 0x318c, 0x18c6, 0x8c63, 0x0031, 0x6318, 0x318c, 0x18c6, 0xb5ad, 0x5ad6, 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1084, 0x0802, 0x8421, 0x4210, 0x2108, 0x1084, 0x0842, 0x8421, 0x4210, 0x2108, 0x1080, 0x0040, 0x8020, 0x4210, 0x2108, 0x1084, 0x0840, 0x8021, 0x0200, 0x0000, 0x1000, 0x0000, 0x8020, 0x0200, 0x2108, 0x1080, 0x0040, 0x8020, 0x0200, 0x2008, 0x1080, 0x0040, 0x8420, 0x4010, 0x2108, 0x1084, 0x0840, 0x8021, 0x4210, 0x0100, 0x1084, 0x0842, 0x8421, 0x4200, 0x2108, 0x1084, 0x0842, 0x8421, 0x0210, 0x0000, 0x1080, 0x0802, 0x8421, 0x4200, 0x2108, 0x1084, 0x0842, 0x8421, 0x0210, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0252, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x094a, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x0009, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x04a5, 0x4a40, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a40, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a40, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x2529, 0x0000, 0x0000, 0x0000, 0x2108, 0x1084, 0x0842, 0x2921, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0948, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x2902, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa409, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x0001, 0x4a52, 0x0009, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x0009, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0x0129, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x094a, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0094, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x0002, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x0094, 0x0000, 0x0000, 0x4a52, 0xa529, 0x5294, 0x294a, 0x94a5, 0x4a52, 0xa529, 0x5294, 0x294a, 0x0025, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0xa529, 0x1294, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a52, 0x0129, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0012, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7380, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0xb5ad, 0x5ad6, 0xad6b, 0xd6b5, 0x6b5a, 0x39ce, 0x9ce7, 0xce73, 0xe739, 0x739c, 0x0000 } }; libidn2-2.0.4/unistring/unictype/joiningtype_of.c0000644000000000000000000000413113061734305017001 00000000000000/* Arabic joining type of Unicode characters. Copyright (C) 2011-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" /* Define u_joining_type table. */ #include "joiningtype_of.h" int uc_joining_type (ucs4_t uc) { unsigned int index1 = uc >> joining_type_header_0; if (index1 < joining_type_header_1) { int lookup1 = u_joining_type.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> joining_type_header_2) & joining_type_header_3; int lookup2 = u_joining_type.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = (uc & joining_type_header_4) + lookup2; /* level3 contains 4-bit values. */ unsigned int lookup3 = (u_joining_type.level3[index3>>1] >> ((index3 % 2) * 4)) & 0x0f; if (lookup3 != 0x0f) return lookup3; } } } if (uc_is_general_category_withtable (uc, UC_CATEGORY_MASK_Mn | UC_CATEGORY_MASK_Me | UC_CATEGORY_MASK_Cf)) return UC_JOINING_TYPE_T; return UC_JOINING_TYPE_U; } libidn2-2.0.4/unistring/unictype/combiningclass.c0000644000000000000000000000341613061734305016756 00000000000000/* Combining classes of Unicode characters. Copyright (C) 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" /* Define u_combclass table. */ #include "combiningclass.h" int uc_combining_class (ucs4_t uc) { unsigned int index1 = uc >> combclass_header_0; if (index1 < combclass_header_1) { int lookup1 = u_combclass.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> combclass_header_2) & combclass_header_3; int lookup2 = u_combclass.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = (uc & combclass_header_4); unsigned int lookup3 = u_combclass.level3[lookup2 + index3]; return lookup3; } } } return 0; } libidn2-2.0.4/unistring/unictype/combiningclass.h0000644000000000000000000016273013051021034016753 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Combining class of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ #define combclass_header_0 16 #define combclass_header_1 2 #define combclass_header_2 7 #define combclass_header_3 511 #define combclass_header_4 127 static const struct { int level1[2]; short level2[2 << 9]; unsigned char level3[72 << 7]; } u_combclass = { { 0, 512 }, { -1, -1, -1, -1, -1, -1, 0, -1, -1, 128, -1, 256, 384, 512, 640, 768, 896, 1024, 1152, 1280, 1280, 1280, 1280, 1408, 1536, 1280, 1408, 1664, 1792, 1920, 2048, 2176, 2304, 2432, -1, -1, -1, -1, 2560, -1, -1, -1, -1, -1, -1, -1, 2688, 2816, -1, 2944, 3072, -1, 3200, 3328, 3456, 3584, 3712, 3840, -1, 3968, -1, -1, -1, -1, -1, 4096, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4224, 4352, 4480, -1, -1, -1, -1, 4608, 4736, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4864, 4992, -1, -1, 5120, 5248, 5376, 5504, -1, 5632, -1, 5760, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5888, -1, -1, -1, -1, -1, 6016, -1, -1, -1, -1, -1, -1, 6144, -1, 6272, 6400, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6528, 6656, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6784, 6912, 7040, 7168, 7296, 7424, 7552, -1, -1, 7680, -1, 7808, 7936, 8064, 8192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8320, 8448, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8576, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8704, 8832, 8960, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 9088, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }, { 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 232, 220, 220, 220, 220, 232, 216, 220, 220, 220, 220, 220, 202, 202, 220, 220, 220, 220, 202, 202, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1, 1, 1, 1, 1, 220, 220, 220, 220, 230, 230, 230, 230, 230, 230, 230, 230, 240, 230, 220, 220, 220, 230, 230, 230, 220, 220, 0, 230, 230, 230, 220, 220, 220, 220, 230, 232, 220, 220, 230, 233, 234, 234, 233, 234, 234, 233, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 230, 230, 230, 230, 220, 230, 230, 230, 222, 220, 230, 230, 230, 230, 230, 230, 220, 220, 220, 220, 220, 220, 230, 230, 220, 230, 230, 222, 228, 230, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 19, 20, 21, 22, 0, 23, 0, 24, 25, 0, 230, 220, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 230, 30, 31, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 28, 29, 30, 31, 32, 33, 34, 230, 230, 220, 220, 230, 230, 230, 230, 230, 220, 230, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 0, 0, 230, 230, 230, 230, 220, 230, 0, 0, 230, 230, 0, 220, 230, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 220, 230, 230, 220, 230, 230, 220, 220, 220, 230, 220, 220, 230, 220, 230, 230, 230, 220, 230, 220, 230, 220, 230, 220, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 220, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 0, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 230, 230, 230, 0, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 220, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 230, 230, 220, 230, 230, 220, 230, 230, 230, 220, 220, 220, 27, 28, 29, 230, 230, 230, 220, 230, 230, 220, 220, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 230, 220, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 84, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 103, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 107, 107, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 118, 118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 122, 122, 122, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 220, 0, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 130, 0, 132, 0, 0, 0, 0, 0, 130, 130, 130, 130, 0, 0, 130, 0, 230, 230, 9, 0, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 220, 220, 220, 220, 220, 220, 230, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 220, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 0, 1, 220, 220, 220, 220, 220, 230, 230, 220, 220, 220, 220, 230, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 220, 230, 230, 230, 230, 230, 230, 230, 220, 230, 230, 234, 214, 220, 202, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 233, 220, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 1, 1, 230, 230, 230, 230, 1, 1, 1, 230, 230, 0, 0, 0, 0, 230, 0, 0, 0, 1, 1, 230, 220, 230, 1, 1, 220, 220, 220, 220, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 218, 228, 232, 222, 224, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 220, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 230, 230, 220, 0, 0, 230, 230, 0, 0, 0, 0, 0, 230, 230, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 220, 220, 220, 220, 220, 220, 220, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 1, 220, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 216, 216, 1, 1, 1, 0, 0, 0, 226, 216, 216, 216, 216, 216, 0, 0, 0, 0, 0, 0, 0, 0, 220, 220, 220, 220, 220, 220, 220, 220, 0, 0, 230, 230, 230, 230, 230, 220, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 220, 220, 220, 220, 220, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }; libidn2-2.0.4/unistring/unictype/scripts_byname.gperf0000644000000000000000000000422413051021034017647 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Unicode scripts. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ struct named_script { int name; unsigned int index; }; %struct-type %language=ANSI-C %define hash-function-name scripts_hash %define lookup-function-name uc_script_lookup %readonly-tables %global-table %define word-array-name script_names %pic %define string-pool-name script_stringpool %% Common, 0 Latin, 1 Greek, 2 Cyrillic, 3 Armenian, 4 Hebrew, 5 Arabic, 6 Syriac, 7 Thaana, 8 Devanagari, 9 Bengali, 10 Gurmukhi, 11 Gujarati, 12 Oriya, 13 Tamil, 14 Telugu, 15 Kannada, 16 Malayalam, 17 Sinhala, 18 Thai, 19 Lao, 20 Tibetan, 21 Myanmar, 22 Georgian, 23 Hangul, 24 Ethiopic, 25 Cherokee, 26 Canadian_Aboriginal, 27 Ogham, 28 Runic, 29 Khmer, 30 Mongolian, 31 Hiragana, 32 Katakana, 33 Bopomofo, 34 Han, 35 Yi, 36 Old_Italic, 37 Gothic, 38 Deseret, 39 Inherited, 40 Tagalog, 41 Hanunoo, 42 Buhid, 43 Tagbanwa, 44 Limbu, 45 Tai_Le, 46 Linear_B, 47 Ugaritic, 48 Shavian, 49 Osmanya, 50 Cypriot, 51 Braille, 52 Buginese, 53 Coptic, 54 New_Tai_Lue, 55 Glagolitic, 56 Tifinagh, 57 Syloti_Nagri, 58 Old_Persian, 59 Kharoshthi, 60 Balinese, 61 Cuneiform, 62 Phoenician, 63 Phags_Pa, 64 Nko, 65 Sundanese, 66 Lepcha, 67 Ol_Chiki, 68 Vai, 69 Saurashtra, 70 Kayah_Li, 71 Rejang, 72 Lycian, 73 Carian, 74 Lydian, 75 Cham, 76 Tai_Tham, 77 Tai_Viet, 78 Avestan, 79 Egyptian_Hieroglyphs, 80 Samaritan, 81 Lisu, 82 Bamum, 83 Javanese, 84 Meetei_Mayek, 85 Imperial_Aramaic, 86 Old_South_Arabian, 87 Inscriptional_Parthian, 88 Inscriptional_Pahlavi, 89 Old_Turkic, 90 Kaithi, 91 Batak, 92 Brahmi, 93 Mandaic, 94 Chakma, 95 Meroitic_Cursive, 96 Meroitic_Hieroglyphs, 97 Miao, 98 Sharada, 99 Sora_Sompeng, 100 Takri, 101 Caucasian_Albanian, 102 Bassa_Vah, 103 Duployan, 104 Elbasan, 105 Grantha, 106 Pahawh_Hmong, 107 Khojki, 108 Linear_A, 109 Mahajani, 110 Manichaean, 111 Mende_Kikakui, 112 Modi, 113 Mro, 114 Old_North_Arabian, 115 Nabataean, 116 Palmyrene, 117 Pau_Cin_Hau, 118 Old_Permic, 119 Psalter_Pahlavi, 120 Siddham, 121 Khudawadi, 122 Tirhuta, 123 Warang_Citi, 124 Ahom, 125 Anatolian_Hieroglyphs, 126 Hatran, 127 Multani, 128 Old_Hungarian, 129 SignWriting, 130 libidn2-2.0.4/unistring/unictype/categ_test.c0000644000000000000000000000254113061734305016103 00000000000000/* Categories of Unicode characters. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unictype.h" #include "bitmap.h" bool uc_is_general_category (ucs4_t uc, uc_general_category_t category) { if (category.generic) return category.lookup.lookup_fn (uc, category.bitmask); else return bitmap_lookup (category.lookup.table, uc); } libidn2-2.0.4/unistring/c-strcasecmp.c0000644000000000000000000000344513061734304014510 00000000000000/* c-strcasecmp.c -- case insensitive string comparator in C locale Copyright (C) 1998-1999, 2005-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "c-strcase.h" #include #include "c-ctype.h" int c_strcasecmp (const char *s1, const char *s2) { register const unsigned char *p1 = (const unsigned char *) s1; register const unsigned char *p2 = (const unsigned char *) s2; unsigned char c1, c2; if (p1 == p2) return 0; do { c1 = c_tolower (*p1); c2 = c_tolower (*p2); if (c1 == '\0') break; ++p1; ++p2; } while (c1 == c2); if (UCHAR_MAX <= INT_MAX) return c1 - c2; else /* On machines where 'char' and 'int' are types of the same size, the difference of two 'unsigned char' values - including the sign bit - doesn't fit in an 'int'. */ return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0); } libidn2-2.0.4/unistring/c-strcaseeq.h0000644000000000000000000001106113061734304014334 00000000000000/* Optimized case-insensitive string comparison in C locale. Copyright (C) 2001-2002, 2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include "c-strcase.h" #include "c-ctype.h" /* STRCASEEQ allows to optimize string comparison with a small literal string. STRCASEEQ (s, "UTF-8", 'U','T','F','-','8',0,0,0,0) is semantically equivalent to c_strcasecmp (s, "UTF-8") == 0 just faster. */ /* Help GCC to generate good code for string comparisons with immediate strings. */ #if defined (__GNUC__) && defined (__OPTIMIZE__) /* Case insensitive comparison of ASCII characters. */ # if C_CTYPE_ASCII # define CASEEQ(other,upper) \ (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper)) # else # define CASEEQ(other,upper) \ (c_toupper (other) == (upper)) # endif static inline int strcaseeq9 (const char *s1, const char *s2) { return c_strcasecmp (s1 + 9, s2 + 9) == 0; } static inline int strcaseeq8 (const char *s1, const char *s2, char s28) { if (CASEEQ (s1[8], s28)) { if (s28 == 0) return 1; else return strcaseeq9 (s1, s2); } else return 0; } static inline int strcaseeq7 (const char *s1, const char *s2, char s27, char s28) { if (CASEEQ (s1[7], s27)) { if (s27 == 0) return 1; else return strcaseeq8 (s1, s2, s28); } else return 0; } static inline int strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) { if (CASEEQ (s1[6], s26)) { if (s26 == 0) return 1; else return strcaseeq7 (s1, s2, s27, s28); } else return 0; } static inline int strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[5], s25)) { if (s25 == 0) return 1; else return strcaseeq6 (s1, s2, s26, s27, s28); } else return 0; } static inline int strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[4], s24)) { if (s24 == 0) return 1; else return strcaseeq5 (s1, s2, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[3], s23)) { if (s23 == 0) return 1; else return strcaseeq4 (s1, s2, s24, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[2], s22)) { if (s22 == 0) return 1; else return strcaseeq3 (s1, s2, s23, s24, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[1], s21)) { if (s21 == 0) return 1; else return strcaseeq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[0], s20)) { if (s20 == 0) return 1; else return strcaseeq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28); } else return 0; } #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ strcaseeq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28) #else #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ (c_strcasecmp (s1, s2) == 0) #endif libidn2-2.0.4/unistring/ref-add.sin0000644000000000000000000000175213061734304013774 00000000000000# Add this package to a list of references stored in a text file. # # Copyright (C) 2000, 2009-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, see . # # Written by Bruno Haible . # /^# Packages using this file: / { s/# Packages using this file:// ta :a s/ @PACKAGE@ / @PACKAGE@ / tb s/ $/ @PACKAGE@ / :b s/^/# Packages using this file:/ } libidn2-2.0.4/unistring/iconv_open-irix.h0000644000000000000000000001734213051023042015227 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 10 ./iconv_open-irix.gperf */ /* Computed positions: -k'1,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-irix.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 19 #define MIN_WORD_LENGTH 5 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 5 #define MAX_HASH_VALUE 23 /* maximum key range = 19, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 8, 2, 5, 12, 11, 0, 10, 9, 8, 7, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 0, 24, 5, 24, 0, 24, 7, 24, 24, 24, 24, 7, 24, 1, 0, 8, 24, 24, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24 }; return len + asso_values[(unsigned char)str[len - 1]] + asso_values[(unsigned char)str[0]]; } struct stringpool_t { char stringpool_str5[sizeof("CP855")]; char stringpool_str6[sizeof("EUC-TW")]; char stringpool_str7[sizeof("EUC-KR")]; char stringpool_str8[sizeof("CP1251")]; char stringpool_str9[sizeof("SHIFT_JIS")]; char stringpool_str10[sizeof("ISO-8859-5")]; char stringpool_str11[sizeof("ISO-8859-15")]; char stringpool_str12[sizeof("ISO-8859-1")]; char stringpool_str13[sizeof("EUC-JP")]; char stringpool_str14[sizeof("KOI8-R")]; char stringpool_str15[sizeof("ISO-8859-2")]; char stringpool_str16[sizeof("GB2312")]; char stringpool_str17[sizeof("ISO-8859-9")]; char stringpool_str18[sizeof("ISO-8859-8")]; char stringpool_str19[sizeof("ISO-8859-7")]; char stringpool_str20[sizeof("ISO-8859-6")]; char stringpool_str21[sizeof("ISO-8859-4")]; char stringpool_str22[sizeof("ISO-8859-3")]; char stringpool_str23[sizeof("TIS-620")]; }; static const struct stringpool_t stringpool_contents = { "CP855", "EUC-TW", "EUC-KR", "CP1251", "SHIFT_JIS", "ISO-8859-5", "ISO-8859-15", "ISO-8859-1", "EUC-JP", "KOI8-R", "ISO-8859-2", "GB2312", "ISO-8859-9", "ISO-8859-8", "ISO-8859-7", "ISO-8859-6", "ISO-8859-4", "ISO-8859-3", "TIS-620" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, #line 24 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str5, "DOS855"}, #line 29 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "eucTW"}, #line 28 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "eucKR"}, #line 25 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "WIN1251"}, #line 30 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "sjis"}, #line 17 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "ISO8859-5"}, #line 22 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "ISO8859-15"}, #line 13 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "ISO8859-1"}, #line 27 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "eucJP"}, #line 23 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "KOI8"}, #line 14 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "ISO8859-2"}, #line 26 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "eucCN"}, #line 21 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "ISO8859-9"}, #line 20 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "ISO8859-8"}, #line 19 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "ISO8859-7"}, #line 18 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "ISO8859-6"}, #line 16 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "ISO8859-4"}, #line 15 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "ISO8859-3"}, #line 31 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "TIS620"} }; #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } libidn2-2.0.4/unistring/iconveh.h0000644000000000000000000000267213061734304013565 00000000000000/* Character set conversion handler type. Copyright (C) 2001-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _ICONVEH_H #define _ICONVEH_H #ifdef __cplusplus extern "C" { #endif /* Handling of unconvertible characters. */ enum iconv_ilseq_handler { iconveh_error, /* return and set errno = EILSEQ */ iconveh_question_mark, /* use one '?' per unconvertible character */ iconveh_escape_sequence /* use escape sequence \uxxxx or \Uxxxxxxxx */ }; #ifdef __cplusplus } #endif #endif /* _ICONVEH_H */ libidn2-2.0.4/unistring/localcharset.c0000644000000000000000000005073213134403267014573 00000000000000/* Determine a canonical name for the current locale's character encoding. Copyright (C) 2000-2006, 2008-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "localcharset.h" #include #include #include #include #include #if defined __APPLE__ && defined __MACH__ && HAVE_LANGINFO_CODESET # define DARWIN7 /* Darwin 7 or newer, i.e. Mac OS X 10.3 or newer */ #endif #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ # define WINDOWS_NATIVE # include #endif #if defined __EMX__ /* Assume EMX program runs on OS/2, even if compiled under DOS. */ # ifndef OS2 # define OS2 # endif #endif #if !defined WINDOWS_NATIVE # include # if HAVE_LANGINFO_CODESET # include # else # if 0 /* see comment below */ # include # endif # endif # ifdef __CYGWIN__ # define WIN32_LEAN_AND_MEAN # include # endif #elif defined WINDOWS_NATIVE # define WIN32_LEAN_AND_MEAN # include #endif #if defined OS2 # define INCL_DOS # include #endif /* For MB_CUR_MAX_L */ #if defined DARWIN7 # include #endif #if ENABLE_RELOCATABLE # include "relocatable.h" #else # define relocate(pathname) (pathname) # define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname)) #endif /* Get LIBDIR. */ #ifndef LIBDIR # include "configmake.h" #endif /* Define O_NOFOLLOW to 0 on platforms where it does not exist. */ #ifndef O_NOFOLLOW # define O_NOFOLLOW 0 #endif #if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ /* Native Windows, Cygwin, OS/2, DOS */ # define ISSLASH(C) ((C) == '/' || (C) == '\\') #endif #ifndef DIRECTORY_SEPARATOR # define DIRECTORY_SEPARATOR '/' #endif #ifndef ISSLASH # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) #endif #if HAVE_DECL_GETC_UNLOCKED # undef getc # define getc getc_unlocked #endif /* The following static variable is declared 'volatile' to avoid a possible multithread problem in the function get_charset_aliases. If we are running in a threaded environment, and if two threads initialize 'charset_aliases' simultaneously, both will produce the same value, and everything will be ok if the two assignments to 'charset_aliases' are atomic. But I don't know what will happen if the two assignments mix. */ #if __STDC__ != 1 # define volatile /* empty */ #endif /* Pointer to the contents of the charset.alias file, if it has already been read, else NULL. Its format is: ALIAS_1 '\0' CANONICAL_1 '\0' ... ALIAS_n '\0' CANONICAL_n '\0' '\0' */ static const char * volatile charset_aliases; /* Return a pointer to the contents of the charset.alias file. */ static const char * get_charset_aliases (void) { const char *cp; cp = charset_aliases; if (cp == NULL) { #if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2) char *malloc_dir = NULL; const char *dir; const char *base = "charset.alias"; char *file_name; /* Make it possible to override the charset.alias location. This is necessary for running the testsuite before "make install". */ dir = getenv ("CHARSETALIASDIR"); if (dir == NULL || dir[0] == '\0') dir = relocate2 (LIBDIR, &malloc_dir); /* Concatenate dir and base into freshly allocated file_name. */ { size_t dir_len = strlen (dir); size_t base_len = strlen (base); int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); file_name = (char *) malloc (dir_len + add_slash + base_len + 1); if (file_name != NULL) { memcpy (file_name, dir, dir_len); if (add_slash) file_name[dir_len] = DIRECTORY_SEPARATOR; memcpy (file_name + dir_len + add_slash, base, base_len + 1); } } free (malloc_dir); if (file_name == NULL) /* Out of memory. Treat the file as empty. */ cp = ""; else { int fd; /* Open the file. Reject symbolic links on platforms that support O_NOFOLLOW. This is a security feature. Without it, an attacker could retrieve parts of the contents (namely, the tail of the first line that starts with "* ") of an arbitrary file by placing a symbolic link to that file under the name "charset.alias" in some writable directory and defining the environment variable CHARSETALIASDIR to point to that directory. */ fd = open (file_name, O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0)); if (fd < 0) /* File not found. Treat it as empty. */ cp = ""; else { FILE *fp; fp = fdopen (fd, "r"); if (fp == NULL) { /* Out of memory. Treat the file as empty. */ close (fd); cp = ""; } else { /* Parse the file's contents. */ char *res_ptr = NULL; size_t res_size = 0; for (;;) { int c; char buf1[50+1]; char buf2[50+1]; size_t l1, l2; char *old_res_ptr; c = getc (fp); if (c == EOF) break; if (c == '\n' || c == ' ' || c == '\t') continue; if (c == '#') { /* Skip comment, to end of line. */ do c = getc (fp); while (!(c == EOF || c == '\n')); if (c == EOF) break; continue; } ungetc (c, fp); if (fscanf (fp, "%50s %50s", buf1, buf2) < 2) break; l1 = strlen (buf1); l2 = strlen (buf2); old_res_ptr = res_ptr; if (res_size == 0) { res_size = l1 + 1 + l2 + 1; res_ptr = (char *) malloc (res_size + 1); } else { res_size += l1 + 1 + l2 + 1; res_ptr = (char *) realloc (res_ptr, res_size + 1); } if (res_ptr == NULL) { /* Out of memory. */ res_size = 0; free (old_res_ptr); break; } strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1); strcpy (res_ptr + res_size - (l2 + 1), buf2); } fclose (fp); if (res_size == 0) cp = ""; else { *(res_ptr + res_size) = '\0'; cp = res_ptr; } } } free (file_name); } #else # if defined DARWIN7 /* To avoid the trouble of installing a file that is shared by many GNU packages -- many packaging systems have problems with this --, simply inline the aliases here. */ cp = "ISO8859-1" "\0" "ISO-8859-1" "\0" "ISO8859-2" "\0" "ISO-8859-2" "\0" "ISO8859-4" "\0" "ISO-8859-4" "\0" "ISO8859-5" "\0" "ISO-8859-5" "\0" "ISO8859-7" "\0" "ISO-8859-7" "\0" "ISO8859-9" "\0" "ISO-8859-9" "\0" "ISO8859-13" "\0" "ISO-8859-13" "\0" "ISO8859-15" "\0" "ISO-8859-15" "\0" "KOI8-R" "\0" "KOI8-R" "\0" "KOI8-U" "\0" "KOI8-U" "\0" "CP866" "\0" "CP866" "\0" "CP949" "\0" "CP949" "\0" "CP1131" "\0" "CP1131" "\0" "CP1251" "\0" "CP1251" "\0" "eucCN" "\0" "GB2312" "\0" "GB2312" "\0" "GB2312" "\0" "eucJP" "\0" "EUC-JP" "\0" "eucKR" "\0" "EUC-KR" "\0" "Big5" "\0" "BIG5" "\0" "Big5HKSCS" "\0" "BIG5-HKSCS" "\0" "GBK" "\0" "GBK" "\0" "GB18030" "\0" "GB18030" "\0" "SJIS" "\0" "SHIFT_JIS" "\0" "ARMSCII-8" "\0" "ARMSCII-8" "\0" "PT154" "\0" "PT154" "\0" /*"ISCII-DEV" "\0" "?" "\0"*/ "*" "\0" "UTF-8" "\0"; # endif # if defined VMS /* To avoid the troubles of an extra file charset.alias_vms in the sources of many GNU packages, simply inline the aliases here. */ /* The list of encodings is taken from the OpenVMS 7.3-1 documentation "Compaq C Run-Time Library Reference Manual for OpenVMS systems" section 10.7 "Handling Different Character Sets". */ cp = "ISO8859-1" "\0" "ISO-8859-1" "\0" "ISO8859-2" "\0" "ISO-8859-2" "\0" "ISO8859-5" "\0" "ISO-8859-5" "\0" "ISO8859-7" "\0" "ISO-8859-7" "\0" "ISO8859-8" "\0" "ISO-8859-8" "\0" "ISO8859-9" "\0" "ISO-8859-9" "\0" /* Japanese */ "eucJP" "\0" "EUC-JP" "\0" "SJIS" "\0" "SHIFT_JIS" "\0" "DECKANJI" "\0" "DEC-KANJI" "\0" "SDECKANJI" "\0" "EUC-JP" "\0" /* Chinese */ "eucTW" "\0" "EUC-TW" "\0" "DECHANYU" "\0" "DEC-HANYU" "\0" "DECHANZI" "\0" "GB2312" "\0" /* Korean */ "DECKOREAN" "\0" "EUC-KR" "\0"; # endif # if defined WINDOWS_NATIVE || defined __CYGWIN__ /* To avoid the troubles of installing a separate file in the same directory as the DLL and of retrieving the DLL's directory at runtime, simply inline the aliases here. */ cp = "CP936" "\0" "GBK" "\0" "CP1361" "\0" "JOHAB" "\0" "CP20127" "\0" "ASCII" "\0" "CP20866" "\0" "KOI8-R" "\0" "CP20936" "\0" "GB2312" "\0" "CP21866" "\0" "KOI8-RU" "\0" "CP28591" "\0" "ISO-8859-1" "\0" "CP28592" "\0" "ISO-8859-2" "\0" "CP28593" "\0" "ISO-8859-3" "\0" "CP28594" "\0" "ISO-8859-4" "\0" "CP28595" "\0" "ISO-8859-5" "\0" "CP28596" "\0" "ISO-8859-6" "\0" "CP28597" "\0" "ISO-8859-7" "\0" "CP28598" "\0" "ISO-8859-8" "\0" "CP28599" "\0" "ISO-8859-9" "\0" "CP28605" "\0" "ISO-8859-15" "\0" "CP38598" "\0" "ISO-8859-8" "\0" "CP51932" "\0" "EUC-JP" "\0" "CP51936" "\0" "GB2312" "\0" "CP51949" "\0" "EUC-KR" "\0" "CP51950" "\0" "EUC-TW" "\0" "CP54936" "\0" "GB18030" "\0" "CP65001" "\0" "UTF-8" "\0"; # endif # if defined OS2 /* To avoid the troubles of installing a separate file in the same directory as the DLL and of retrieving the DLL's directory at runtime, simply inline the aliases here. */ /* The list of encodings is taken from "List of OS/2 Codepages" by Alex Taylor: . See also "IBM Globalization - Code page identifiers": . */ cp = "CP813" "\0" "ISO-8859-7" "\0" "CP878" "\0" "KOI8-R" "\0" "CP819" "\0" "ISO-8859-1" "\0" "CP912" "\0" "ISO-8859-2" "\0" "CP913" "\0" "ISO-8859-3" "\0" "CP914" "\0" "ISO-8859-4" "\0" "CP915" "\0" "ISO-8859-5" "\0" "CP916" "\0" "ISO-8859-8" "\0" "CP920" "\0" "ISO-8859-9" "\0" "CP921" "\0" "ISO-8859-13" "\0" "CP923" "\0" "ISO-8859-15" "\0" "CP954" "\0" "EUC-JP" "\0" "CP964" "\0" "EUC-TW" "\0" "CP970" "\0" "EUC-KR" "\0" "CP1089" "\0" "ISO-8859-6" "\0" "CP1208" "\0" "UTF-8" "\0" "CP1381" "\0" "GB2312" "\0" "CP1386" "\0" "GBK" "\0" "CP3372" "\0" "EUC-JP" "\0"; # endif #endif charset_aliases = cp; } return cp; } /* Determine the current locale's character encoding, and canonicalize it into one of the canonical names listed in config.charset. The result must not be freed; it is statically allocated. If the canonical name cannot be determined, the result is a non-canonical name. */ #ifdef STATIC STATIC #endif const char * locale_charset (void) { const char *codeset; const char *aliases; #if !(defined WINDOWS_NATIVE || defined OS2) # if HAVE_LANGINFO_CODESET /* Most systems support nl_langinfo (CODESET) nowadays. */ codeset = nl_langinfo (CODESET); # ifdef __CYGWIN__ /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always returns "US-ASCII". Return the suffix of the locale name from the environment variables (if present) or the codepage as a number. */ if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) { const char *locale; static char buf[2 + 10 + 1]; locale = getenv ("LC_ALL"); if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_CTYPE"); if (locale == NULL || locale[0] == '\0') locale = getenv ("LANG"); } if (locale != NULL && locale[0] != '\0') { /* If the locale name contains an encoding after the dot, return it. */ const char *dot = strchr (locale, '.'); if (dot != NULL) { const char *modifier; dot++; /* Look for the possible @... trailer and remove it, if any. */ modifier = strchr (dot, '@'); if (modifier == NULL) return dot; if (modifier - dot < sizeof (buf)) { memcpy (buf, dot, modifier - dot); buf [modifier - dot] = '\0'; return buf; } } } /* The Windows API has a function returning the locale's codepage as a number: GetACP(). This encoding is used by Cygwin, unless the user has set the environment variable CYGWIN=codepage:oem (which very few people do). Output directed to console windows needs to be converted (to GetOEMCP() if the console is using a raster font, or to GetConsoleOutputCP() if it is using a TrueType font). Cygwin does this conversion transparently (see winsup/cygwin/fhandler_console.cc), converting to GetConsoleOutputCP(). This leads to correct results, except when SetConsoleOutputCP has been called and a raster font is in use. */ sprintf (buf, "CP%u", GetACP ()); codeset = buf; } # endif # else /* On old systems which lack it, use setlocale or getenv. */ const char *locale = NULL; /* But most old systems don't have a complete set of locales. Some (like SunOS 4 or DJGPP) have only the C locale. Therefore we don't use setlocale here; it would return "C" when it doesn't support the locale name the user has set. */ # if 0 locale = setlocale (LC_CTYPE, NULL); # endif if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_ALL"); if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_CTYPE"); if (locale == NULL || locale[0] == '\0') locale = getenv ("LANG"); } } /* On some old systems, one used to set locale = "iso8859_1". On others, you set it to "language_COUNTRY.charset". In any case, we resolve it through the charset.alias file. */ codeset = locale; # endif #elif defined WINDOWS_NATIVE static char buf[2 + 10 + 1]; /* The Windows API has a function returning the locale's codepage as a number, but the value doesn't change according to what the 'setlocale' call specified. So we use it as a last resort, in case the string returned by 'setlocale' doesn't specify the codepage. */ char *current_locale = setlocale (LC_ALL, NULL); char *pdot; /* If they set different locales for different categories, 'setlocale' will return a semi-colon separated list of locale values. To make sure we use the correct one, we choose LC_CTYPE. */ if (strchr (current_locale, ';')) current_locale = setlocale (LC_CTYPE, NULL); pdot = strrchr (current_locale, '.'); if (pdot && 2 + strlen (pdot + 1) + 1 <= sizeof (buf)) sprintf (buf, "CP%s", pdot + 1); else { /* The Windows API has a function returning the locale's codepage as a number: GetACP(). When the output goes to a console window, it needs to be provided in GetOEMCP() encoding if the console is using a raster font, or in GetConsoleOutputCP() encoding if it is using a TrueType font. But in GUI programs and for output sent to files and pipes, GetACP() encoding is the best bet. */ sprintf (buf, "CP%u", GetACP ()); } codeset = buf; #elif defined OS2 const char *locale; static char buf[2 + 10 + 1]; ULONG cp[3]; ULONG cplen; codeset = NULL; /* Allow user to override the codeset, as set in the operating system, with standard language environment variables. */ locale = getenv ("LC_ALL"); if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_CTYPE"); if (locale == NULL || locale[0] == '\0') locale = getenv ("LANG"); } if (locale != NULL && locale[0] != '\0') { /* If the locale name contains an encoding after the dot, return it. */ const char *dot = strchr (locale, '.'); if (dot != NULL) { const char *modifier; dot++; /* Look for the possible @... trailer and remove it, if any. */ modifier = strchr (dot, '@'); if (modifier == NULL) return dot; if (modifier - dot < sizeof (buf)) { memcpy (buf, dot, modifier - dot); buf [modifier - dot] = '\0'; return buf; } } /* For the POSIX locale, don't use the system's codepage. */ if (strcmp (locale, "C") == 0 || strcmp (locale, "POSIX") == 0) codeset = ""; } if (codeset == NULL) { /* OS/2 has a function returning the locale's codepage as a number. */ if (DosQueryCp (sizeof (cp), cp, &cplen)) codeset = ""; else { sprintf (buf, "CP%u", cp[0]); codeset = buf; } } #endif if (codeset == NULL) /* The canonical name cannot be determined. */ codeset = ""; /* Resolve alias. */ for (aliases = get_charset_aliases (); *aliases != '\0'; aliases += strlen (aliases) + 1, aliases += strlen (aliases) + 1) if (strcmp (codeset, aliases) == 0 || (aliases[0] == '*' && aliases[1] == '\0')) { codeset = aliases + strlen (aliases) + 1; break; } /* Don't return an empty string. GNU libc and GNU libiconv interpret the empty string as denoting "the locale's character encoding", thus GNU libiconv would call this function a second time. */ if (codeset[0] == '\0') codeset = "ASCII"; #ifdef DARWIN7 /* Mac OS X sets MB_CUR_MAX to 1 when LC_ALL=C, and "UTF-8" (the default codeset) does not work when MB_CUR_MAX is 1. */ if (strcmp (codeset, "UTF-8") == 0 && MB_CUR_MAX_L (uselocale (NULL)) <= 1) codeset = "ASCII"; #endif return codeset; } libidn2-2.0.4/unistring/iconv.in.h0000644000000000000000000000734513061734304013657 00000000000000/* A GNU-like . Copyright (C) 2007-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_ICONV_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_ICONV_H@ #ifndef _@GUARD_PREFIX@_ICONV_H #define _@GUARD_PREFIX@_ICONV_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ #if @GNULIB_ICONV@ # if @REPLACE_ICONV_OPEN@ /* An iconv_open wrapper that supports the IANA standardized encoding names ("ISO-8859-1" etc.) as far as possible. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv_open rpl_iconv_open # endif _GL_FUNCDECL_RPL (iconv_open, iconv_t, (const char *tocode, const char *fromcode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (iconv_open, iconv_t, (const char *tocode, const char *fromcode)); # else _GL_CXXALIAS_SYS (iconv_open, iconv_t, (const char *tocode, const char *fromcode)); # endif _GL_CXXALIASWARN (iconv_open); #endif #if @REPLACE_ICONV_UTF@ /* Special constants for supporting UTF-{16,32}{BE,LE} encodings. Not public. */ # define _ICONV_UTF8_UTF16BE (iconv_t)(-161) # define _ICONV_UTF8_UTF16LE (iconv_t)(-162) # define _ICONV_UTF8_UTF32BE (iconv_t)(-163) # define _ICONV_UTF8_UTF32LE (iconv_t)(-164) # define _ICONV_UTF16BE_UTF8 (iconv_t)(-165) # define _ICONV_UTF16LE_UTF8 (iconv_t)(-166) # define _ICONV_UTF32BE_UTF8 (iconv_t)(-167) # define _ICONV_UTF32LE_UTF8 (iconv_t)(-168) #endif #if @GNULIB_ICONV@ # if @REPLACE_ICONV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv rpl_iconv # endif _GL_FUNCDECL_RPL (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)); _GL_CXXALIAS_RPL (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)); # else _GL_CXXALIAS_SYS (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)); # endif _GL_CXXALIASWARN (iconv); # ifndef ICONV_CONST # define ICONV_CONST @ICONV_CONST@ # endif #endif #if @GNULIB_ICONV@ # if @REPLACE_ICONV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv_close rpl_iconv_close # endif _GL_FUNCDECL_RPL (iconv_close, int, (iconv_t cd)); _GL_CXXALIAS_RPL (iconv_close, int, (iconv_t cd)); # else _GL_CXXALIAS_SYS (iconv_close, int, (iconv_t cd)); # endif _GL_CXXALIASWARN (iconv_close); #endif #endif /* _@GUARD_PREFIX@_ICONV_H */ #endif /* _@GUARD_PREFIX@_ICONV_H */ libidn2-2.0.4/unistring/c-strcase.h0000644000000000000000000000441513061734304014013 00000000000000/* Case-insensitive string comparison functions in C locale. Copyright (C) 1995-1996, 2001, 2003, 2005, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef C_STRCASE_H #define C_STRCASE_H #include /* The functions defined in this file assume the "C" locale and a character set without diacritics (ASCII-US or EBCDIC-US or something like that). Even if the "C" locale on a particular system is an extension of the ASCII character set (like on BeOS, where it is UTF-8, or on AmigaOS, where it is ISO-8859-1), the functions in this file recognize only the ASCII characters. More precisely, one of the string arguments must be an ASCII string; the other one can also contain non-ASCII characters (but then the comparison result will be nonzero). */ #ifdef __cplusplus extern "C" { #endif /* Compare strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. */ extern int c_strcasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE; /* Compare no more than N characters of strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. */ extern int c_strncasecmp (const char *s1, const char *s2, size_t n) _GL_ATTRIBUTE_PURE; #ifdef __cplusplus } #endif #endif /* C_STRCASE_H */ libidn2-2.0.4/unistring/arg-nonnull.h0000644000000000000000000000270013062455311014355 00000000000000/* A C macro for declaring that specific arguments must not be NULL. Copyright (C) 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools that the values passed as arguments n, ..., m must be non-NULL pointers. n = 1 stands for the first argument, n = 2 for the second argument etc. */ #ifndef _GL_ARG_NONNULL # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) # else # define _GL_ARG_NONNULL(params) # endif #endif libidn2-2.0.4/unistring/Makefile.am0000644000000000000000000007013513134403272014012 00000000000000## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --local-dir=unistring/override --lib=libunistring --source-base=unistring --m4-base=unistring/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=posix-malloc --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --macro-prefix=unistring libunistring localcharset uniconv/u8-strconv-from-locale uniconv/u8-strconv-to-locale unictype/bidiclass-of unictype/category-M unictype/category-test unictype/joiningtype-of unictype/scripts uninorm/base uninorm/nfc uninorm/u32-normalize unistr/u32-cpy-alloc unistr/u32-strlen unistr/u32-to-u8 unistr/u8-to-u32 AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = core *.stackdump MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = # No GNU Make output. EXTRA_DIST += m4/gnulib-cache.m4 AM_CPPFLAGS = AM_CFLAGS = noinst_LTLIBRARIES += libunistring.la libunistring_la_SOURCES = libunistring_la_LIBADD = $(unistring_LTLIBOBJS) libunistring_la_DEPENDENCIES = $(unistring_LTLIBOBJS) EXTRA_libunistring_la_SOURCES = libunistring_la_LDFLAGS = $(AM_LDFLAGS) libunistring_la_LDFLAGS += -no-undefined libunistring_la_LDFLAGS += $(LTLIBICONV) libunistring_la_LDFLAGS += $(LTLIBUNISTRING) ## begin gnulib module absolute-header # Use this preprocessor expression to decide whether #include_next works. # Do not rely on a 'configure'-time test for this, since the expression # might appear in an installed header, which is used by some other compiler. HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) ## end gnulib module absolute-header ## begin gnulib module alloca-opt BUILT_SOURCES += $(ALLOCA_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_ALLOCA_H alloca.h: alloca.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/alloca.in.h; \ } > $@-t && \ mv -f $@-t $@ else alloca.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += alloca.h alloca.h-t EXTRA_DIST += alloca.in.h ## end gnulib module alloca-opt ## begin gnulib module array-mergesort EXTRA_DIST += array-mergesort.h ## end gnulib module array-mergesort ## begin gnulib module c-ctype libunistring_la_SOURCES += c-ctype.h c-ctype.c ## end gnulib module c-ctype ## begin gnulib module c-strcase libunistring_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c ## end gnulib module c-strcase ## begin gnulib module c-strcaseeq EXTRA_DIST += c-strcaseeq.h ## end gnulib module c-strcaseeq ## begin gnulib module configmake # Listed in the same order as the GNU makefile conventions, and # provided by autoconf 2.59c+ or 2.70. # The Automake-defined pkg* macros are appended, in the order # listed in the Automake 1.10a+ documentation. configmake.h: Makefile $(AM_V_GEN)rm -f $@-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "$(prefix)"'; \ echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ echo '#define BINDIR "$(bindir)"'; \ echo '#define SBINDIR "$(sbindir)"'; \ echo '#define LIBEXECDIR "$(libexecdir)"'; \ echo '#define DATAROOTDIR "$(datarootdir)"'; \ echo '#define DATADIR "$(datadir)"'; \ echo '#define SYSCONFDIR "$(sysconfdir)"'; \ echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ echo '#define RUNSTATEDIR "$(runstatedir)"'; \ echo '#define INCLUDEDIR "$(includedir)"'; \ echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ echo '#define DOCDIR "$(docdir)"'; \ echo '#define INFODIR "$(infodir)"'; \ echo '#define HTMLDIR "$(htmldir)"'; \ echo '#define DVIDIR "$(dvidir)"'; \ echo '#define PDFDIR "$(pdfdir)"'; \ echo '#define PSDIR "$(psdir)"'; \ echo '#define LIBDIR "$(libdir)"'; \ echo '#define LISPDIR "$(lispdir)"'; \ echo '#define LOCALEDIR "$(localedir)"'; \ echo '#define MANDIR "$(mandir)"'; \ echo '#define MANEXT "$(manext)"'; \ echo '#define PKGDATADIR "$(pkgdatadir)"'; \ echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ echo '#define PKGLIBDIR "$(pkglibdir)"'; \ echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ } | sed '/""/d' > $@-t && \ mv -f $@-t $@ BUILT_SOURCES += configmake.h CLEANFILES += configmake.h configmake.h-t ## end gnulib module configmake ## begin gnulib module gperf GPERF = gperf V_GPERF = $(V_GPERF_@AM_V@) V_GPERF_ = $(V_GPERF_@AM_DEFAULT_V@) V_GPERF_0 = @echo " GPERF " $@; ## end gnulib module gperf ## begin gnulib module havelib EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath ## end gnulib module havelib ## begin gnulib module iconv-h BUILT_SOURCES += $(ICONV_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_ICONV_H iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \ -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/iconv.in.h; \ } > $@-t && \ mv $@-t $@ else iconv.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += iconv.h iconv.h-t EXTRA_DIST += iconv.in.h ## end gnulib module iconv-h ## begin gnulib module iconv_open iconv_open-aix.h: iconv_open-aix.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t && \ mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h iconv_open-hpux.h: iconv_open-hpux.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t && \ mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h iconv_open-irix.h: iconv_open-irix.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t && \ mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h iconv_open-osf.h: iconv_open-osf.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t && \ mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h iconv_open-solaris.h: iconv_open-solaris.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t && \ mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h BUILT_SOURCES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h MOSTLYCLEANFILES += iconv_open-aix.h-t iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h EXTRA_DIST += iconv.c iconv_close.c iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open-solaris.gperf iconv_open.c EXTRA_libunistring_la_SOURCES += iconv.c iconv_close.c iconv_open.c ## end gnulib module iconv_open ## begin gnulib module libunistring EXTRA_DIST += libunistring.valgrind ## end gnulib module libunistring ## begin gnulib module limits-h BUILT_SOURCES += $(LIMITS_H) # We need the following in order to create when the system # doesn't have one that is compatible with GNU. if GL_GENERATE_LIMITS_H limits.h: limits.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ < $(srcdir)/limits.in.h; \ } > $@-t && \ mv $@-t $@ else limits.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += limits.h limits.h-t EXTRA_DIST += limits.in.h ## end gnulib module limits-h ## begin gnulib module localcharset libunistring_la_SOURCES += localcharset.h localcharset.c # We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it # is not used by another installed package. # On systems with glibc-2.1 or newer, the file is redundant, therefore we # avoid installing it. all-local: charset.alias ref-add.sed ref-del.sed charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp install-exec-local: install-exec-localcharset install-exec-localcharset: all-local if test $(GLIBC21) = no; then \ case '$(host_os)' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ fi ; \ if test -f $(charset_alias); then \ sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ else \ if $$need_charset_alias; then \ sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ fi ; \ fi uninstall-local: uninstall-localcharset uninstall-localcharset: all-local if test -f $(charset_alias); then \ sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ if grep '^# Packages using this file: $$' $(charset_tmp) \ > /dev/null; then \ rm -f $(charset_alias); \ else \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ fi; \ rm -f $(charset_tmp); \ fi charset.alias: config.charset $(AM_V_GEN)rm -f t-$@ $@ && \ $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ mv t-$@ $@ SUFFIXES += .sed .sin .sin.sed: $(AM_V_GEN)rm -f t-$@ $@ && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ mv t-$@ $@ CLEANFILES += charset.alias ref-add.sed ref-del.sed EXTRA_DIST += config.charset ref-add.sin ref-del.sin ## end gnulib module localcharset ## begin gnulib module malloca libunistring_la_SOURCES += malloca.c EXTRA_DIST += malloca.h malloca.valgrind ## end gnulib module malloca ## begin gnulib module snippet/arg-nonnull # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. ARG_NONNULL_H=$(srcdir)/arg-nonnull.h EXTRA_DIST += arg-nonnull.h ## end gnulib module snippet/arg-nonnull ## begin gnulib module snippet/c++defs # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. CXXDEFS_H=$(srcdir)/c++defs.h EXTRA_DIST += c++defs.h ## end gnulib module snippet/c++defs ## begin gnulib module snippet/unused-parameter # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. UNUSED_PARAMETER_H=$(srcdir)/unused-parameter.h EXTRA_DIST += unused-parameter.h ## end gnulib module snippet/unused-parameter ## begin gnulib module snippet/warn-on-use # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. WARN_ON_USE_H=$(srcdir)/warn-on-use.h EXTRA_DIST += warn-on-use.h ## end gnulib module snippet/warn-on-use ## begin gnulib module stdbool BUILT_SOURCES += $(STDBOOL_H) # We need the following in order to create when the system # doesn't have one that works. if GL_GENERATE_STDBOOL_H stdbool.h: stdbool.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ } > $@-t && \ mv $@-t $@ else stdbool.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdbool.h stdbool.h-t EXTRA_DIST += stdbool.in.h ## end gnulib module stdbool ## begin gnulib module stdint BUILT_SOURCES += $(STDINT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDINT_H stdint.h: stdint.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ < $(srcdir)/stdint.in.h; \ } > $@-t && \ mv $@-t $@ else stdint.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdint.h stdint.h-t EXTRA_DIST += stdint.in.h ## end gnulib module stdint ## begin gnulib module striconveh libunistring_la_SOURCES += striconveh.h striconveh.c if GL_COND_LIBTOOL libunistring_la_LDFLAGS += $(LTLIBICONV) endif EXTRA_DIST += iconveh.h ## end gnulib module striconveh ## begin gnulib module striconveha libunistring_la_SOURCES += striconveha.h striconveha.c ## end gnulib module striconveha ## begin gnulib module sys_types BUILT_SOURCES += sys/types.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/types.h sys/types.h-t EXTRA_DIST += sys_types.in.h ## end gnulib module sys_types ## begin gnulib module uniconv/base BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H) uniconv.h: uniconv.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/uniconv.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += uniconv.h uniconv.h-t EXTRA_DIST += iconveh.h localcharset.h striconveha.h uniconv.in.h ## end gnulib module uniconv/base ## begin gnulib module uniconv/u8-conv-from-enc if LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC libunistring_la_SOURCES += uniconv/u8-conv-from-enc.c endif ## end gnulib module uniconv/u8-conv-from-enc ## begin gnulib module uniconv/u8-strconv-from-enc if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC libunistring_la_SOURCES += uniconv/u8-strconv-from-enc.c endif EXTRA_DIST += uniconv/u-strconv-from-enc.h ## end gnulib module uniconv/u8-strconv-from-enc ## begin gnulib module uniconv/u8-strconv-from-locale if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE libunistring_la_SOURCES += uniconv/u8-strconv-from-locale.c endif ## end gnulib module uniconv/u8-strconv-from-locale ## begin gnulib module uniconv/u8-strconv-to-enc if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC libunistring_la_SOURCES += uniconv/u8-strconv-to-enc.c endif ## end gnulib module uniconv/u8-strconv-to-enc ## begin gnulib module uniconv/u8-strconv-to-locale if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE libunistring_la_SOURCES += uniconv/u8-strconv-to-locale.c endif ## end gnulib module uniconv/u8-strconv-to-locale ## begin gnulib module unictype/base BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H) unictype.h: unictype.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unictype.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += unictype.h unictype.h-t EXTRA_DIST += unictype.in.h ## end gnulib module unictype/base ## begin gnulib module unictype/bidiclass-of if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF libunistring_la_SOURCES += unictype/bidi_of.c endif EXTRA_DIST += unictype/bidi_of.h ## end gnulib module unictype/bidiclass-of ## begin gnulib module unictype/category-M if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M libunistring_la_SOURCES += unictype/categ_M.c endif EXTRA_DIST += unictype/categ_M.h ## end gnulib module unictype/category-M ## begin gnulib module unictype/category-none if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE libunistring_la_SOURCES += unictype/categ_none.c endif ## end gnulib module unictype/category-none ## begin gnulib module unictype/category-of if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF libunistring_la_SOURCES += unictype/categ_of.c endif EXTRA_DIST += unictype/categ_of.h ## end gnulib module unictype/category-of ## begin gnulib module unictype/category-test if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST libunistring_la_SOURCES += unictype/categ_test.c endif EXTRA_DIST += unictype/bitmap.h ## end gnulib module unictype/category-test ## begin gnulib module unictype/combining-class if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS libunistring_la_SOURCES += unictype/combiningclass.c endif EXTRA_DIST += unictype/combiningclass.h ## end gnulib module unictype/combining-class ## begin gnulib module unictype/joiningtype-of if LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF libunistring_la_SOURCES += unictype/joiningtype_of.c endif EXTRA_DIST += unictype/joiningtype_of.h ## end gnulib module unictype/joiningtype-of ## begin gnulib module unictype/scripts if LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS libunistring_la_SOURCES += unictype/scripts.c endif unictype/scripts_byname.h: unictype/scripts_byname.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t && \ mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h BUILT_SOURCES += unictype/scripts_byname.h MOSTLYCLEANFILES += unictype/scripts_byname.h-t MAINTAINERCLEANFILES += unictype/scripts_byname.h EXTRA_DIST += unictype/scripts_byname.h EXTRA_DIST += unictype/scripts.h unictype/scripts_byname.gperf ## end gnulib module unictype/scripts ## begin gnulib module uninorm/base BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H) uninorm.h: uninorm.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/uninorm.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += uninorm.h uninorm.h-t EXTRA_DIST += uninorm.in.h ## end gnulib module uninorm/base ## begin gnulib module uninorm/canonical-decomposition if LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION libunistring_la_SOURCES += uninorm/canonical-decomposition.c endif ## end gnulib module uninorm/canonical-decomposition ## begin gnulib module uninorm/composition if LIBUNISTRING_COMPILE_UNINORM_COMPOSITION libunistring_la_SOURCES += uninorm/composition.c endif uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf $(V_GPERF)$(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t && \ mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h BUILT_SOURCES += uninorm/composition-table.h MOSTLYCLEANFILES += uninorm/composition-table.h-t MAINTAINERCLEANFILES += uninorm/composition-table.h EXTRA_DIST += uninorm/composition-table.h EXTRA_DIST += uninorm/composition-table.gperf ## end gnulib module uninorm/composition ## begin gnulib module uninorm/decompose-internal libunistring_la_SOURCES += uninorm/decompose-internal.c EXTRA_DIST += uninorm/decompose-internal.h ## end gnulib module uninorm/decompose-internal ## begin gnulib module uninorm/decomposition-table libunistring_la_SOURCES += uninorm/decomposition-table.c EXTRA_DIST += uninorm/decomposition-table.h uninorm/decomposition-table1.h uninorm/decomposition-table2.h ## end gnulib module uninorm/decomposition-table ## begin gnulib module uninorm/nfc if LIBUNISTRING_COMPILE_UNINORM_NFC libunistring_la_SOURCES += uninorm/nfc.c endif EXTRA_DIST += uninorm/normalize-internal.h ## end gnulib module uninorm/nfc ## begin gnulib module uninorm/nfd if LIBUNISTRING_COMPILE_UNINORM_NFD libunistring_la_SOURCES += uninorm/nfd.c endif EXTRA_DIST += uninorm/normalize-internal.h ## end gnulib module uninorm/nfd ## begin gnulib module uninorm/u32-normalize if LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE libunistring_la_SOURCES += uninorm/u32-normalize.c endif EXTRA_DIST += uninorm/normalize-internal.h uninorm/u-normalize-internal.h ## end gnulib module uninorm/u32-normalize ## begin gnulib module unistr/base BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H) unistr.h: unistr.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unistr.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += unistr.h unistr.h-t EXTRA_DIST += unistr.in.h ## end gnulib module unistr/base ## begin gnulib module unistr/u32-cpy if LIBUNISTRING_COMPILE_UNISTR_U32_CPY libunistring_la_SOURCES += unistr/u32-cpy.c endif EXTRA_DIST += unistr/u-cpy.h ## end gnulib module unistr/u32-cpy ## begin gnulib module unistr/u32-cpy-alloc if LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC libunistring_la_SOURCES += unistr/u32-cpy-alloc.c endif EXTRA_DIST += unistr/u-cpy-alloc.h ## end gnulib module unistr/u32-cpy-alloc ## begin gnulib module unistr/u32-mbtouc-unsafe if LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE libunistring_la_SOURCES += unistr/u32-mbtouc-unsafe.c endif ## end gnulib module unistr/u32-mbtouc-unsafe ## begin gnulib module unistr/u32-strlen if LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN libunistring_la_SOURCES += unistr/u32-strlen.c endif EXTRA_DIST += unistr/u-strlen.h ## end gnulib module unistr/u32-strlen ## begin gnulib module unistr/u32-to-u8 if LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8 libunistring_la_SOURCES += unistr/u32-to-u8.c endif ## end gnulib module unistr/u32-to-u8 ## begin gnulib module unistr/u32-uctomb if LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB libunistring_la_SOURCES += unistr/u32-uctomb.c endif ## end gnulib module unistr/u32-uctomb ## begin gnulib module unistr/u8-check if LIBUNISTRING_COMPILE_UNISTR_U8_CHECK libunistring_la_SOURCES += unistr/u8-check.c endif ## end gnulib module unistr/u8-check ## begin gnulib module unistr/u8-mblen if LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN libunistring_la_SOURCES += unistr/u8-mblen.c endif ## end gnulib module unistr/u8-mblen ## begin gnulib module unistr/u8-mbtouc if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC libunistring_la_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c endif ## end gnulib module unistr/u8-mbtouc ## begin gnulib module unistr/u8-mbtouc-unsafe if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE libunistring_la_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c endif ## end gnulib module unistr/u8-mbtouc-unsafe ## begin gnulib module unistr/u8-mbtoucr if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR libunistring_la_SOURCES += unistr/u8-mbtoucr.c endif ## end gnulib module unistr/u8-mbtoucr ## begin gnulib module unistr/u8-prev if LIBUNISTRING_COMPILE_UNISTR_U8_PREV libunistring_la_SOURCES += unistr/u8-prev.c endif ## end gnulib module unistr/u8-prev ## begin gnulib module unistr/u8-strlen if LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN libunistring_la_SOURCES += unistr/u8-strlen.c endif ## end gnulib module unistr/u8-strlen ## begin gnulib module unistr/u8-to-u32 if LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32 libunistring_la_SOURCES += unistr/u8-to-u32.c endif ## end gnulib module unistr/u8-to-u32 ## begin gnulib module unistr/u8-uctomb if LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB libunistring_la_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c endif ## end gnulib module unistr/u8-uctomb ## begin gnulib module unitypes BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H) unitypes.h: unitypes.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unitypes.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += unitypes.h unitypes.h-t EXTRA_DIST += unitypes.in.h ## end gnulib module unitypes ## begin gnulib module verify EXTRA_DIST += verify.h ## end gnulib module verify ## begin gnulib module xalloc-oversized EXTRA_DIST += xalloc-oversized.h ## end gnulib module xalloc-oversized mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : libidn2-2.0.4/unistring/unused-parameter.h0000644000000000000000000000344213062455311015406 00000000000000/* A C macro for declaring that specific function parameters are not used. Copyright (C) 2008-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* _GL_UNUSED_PARAMETER is a marker that can be appended to function parameter declarations for parameters that are not used. This helps to reduce warnings, such as from GCC -Wunused-parameter. The syntax is as follows: type param _GL_UNUSED_PARAMETER or more generally param_decl _GL_UNUSED_PARAMETER For example: int param _GL_UNUSED_PARAMETER int *(*param)(void) _GL_UNUSED_PARAMETER Other possible, but obscure and discouraged syntaxes: int _GL_UNUSED_PARAMETER *(*param)(void) _GL_UNUSED_PARAMETER int *(*param)(void) */ #ifndef _GL_UNUSED_PARAMETER # if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED_PARAMETER __attribute__ ((__unused__)) # else # define _GL_UNUSED_PARAMETER # endif #endif libidn2-2.0.4/unistring/c++defs.h0000644000000000000000000003452513062455311013345 00000000000000/* C++ compatible function declaration macros. Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _GL_CXXDEFS_H #define _GL_CXXDEFS_H /* Begin/end the GNULIB_NAMESPACE namespace. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { # define _GL_END_NAMESPACE } #else # define _GL_BEGIN_NAMESPACE # define _GL_END_NAMESPACE #endif /* The three most frequent use cases of these macros are: * For providing a substitute for a function that is missing on some platforms, but is declared and works fine on the platforms on which it exists: #if @GNULIB_FOO@ # if !@HAVE_FOO@ _GL_FUNCDECL_SYS (foo, ...); # endif _GL_CXXALIAS_SYS (foo, ...); _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif * For providing a replacement for a function that exists on all platforms, but is broken/insufficient and needs to be replaced on some platforms: #if @GNULIB_FOO@ # if @REPLACE_FOO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef foo # define foo rpl_foo # endif _GL_FUNCDECL_RPL (foo, ...); _GL_CXXALIAS_RPL (foo, ...); # else _GL_CXXALIAS_SYS (foo, ...); # endif _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif * For providing a replacement for a function that exists on some platforms but is broken/insufficient and needs to be replaced on some of them and is additionally either missing or undeclared on some other platforms: #if @GNULIB_FOO@ # if @REPLACE_FOO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef foo # define foo rpl_foo # endif _GL_FUNCDECL_RPL (foo, ...); _GL_CXXALIAS_RPL (foo, ...); # else # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ _GL_FUNCDECL_SYS (foo, ...); # endif _GL_CXXALIAS_SYS (foo, ...); # endif _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif */ /* _GL_EXTERN_C declaration; performs the declaration with C linkage. */ #if defined __cplusplus # define _GL_EXTERN_C extern "C" #else # define _GL_EXTERN_C extern #endif /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); declares a replacement function, named rpl_func, with the given prototype, consisting of return type, parameters, and attributes. Example: _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); */ #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ _GL_EXTERN_C rettype rpl_func parameters_and_attributes /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); declares the system function, named func, with the given prototype, consisting of return type, parameters, and attributes. Example: _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); */ #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ _GL_EXTERN_C rettype func parameters_and_attributes /* _GL_CXXALIAS_RPL (func, rettype, parameters); declares a C++ alias called GNULIB_NAMESPACE::func that redirects to rpl_func, if GNULIB_NAMESPACE is defined. Example: _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); Wrapping rpl_func in an object with an inline conversion operator avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is actually used in the program. */ #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return ::rpl_func; \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); except that the C function rpl_func may have a slightly different declaration. A cast is used to silence the "invalid conversion" error that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return reinterpret_cast(::rpl_func); \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS (func, rettype, parameters); declares a C++ alias called GNULIB_NAMESPACE::func that redirects to the system provided function func, if GNULIB_NAMESPACE is defined. Example: _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); Wrapping func in an object with an inline conversion operator avoids a reference to func unless GNULIB_NAMESPACE::func is actually used in the program. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return ::func; \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); is like _GL_CXXALIAS_SYS (func, rettype, parameters); except that the C function func may have a slightly different declaration. A cast is used to silence the "invalid conversion" error that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return reinterpret_cast(::func); \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); is like _GL_CXXALIAS_SYS (func, rettype, parameters); except that the C function is picked among a set of overloaded functions, namely the one with rettype2 and parameters2. Two consecutive casts are used to silence the "cannot find a match" and "invalid conversion" errors that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE /* The outer cast must be a reinterpret_cast. The inner cast: When the function is defined as a set of overloaded functions, it works as a static_cast<>, choosing the designated variant. When the function is defined as a single variant, it works as a reinterpret_cast<>. The parenthesized cast syntax works both ways. */ # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return reinterpret_cast((rettype2 (*) parameters2)(::func)); \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIASWARN (func); causes a warning to be emitted when ::func is used but not when GNULIB_NAMESPACE::func is used. func must be defined without overloaded variants. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIASWARN(func) \ _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) # define _GL_CXXALIASWARN_1(func,namespace) \ _GL_CXXALIASWARN_2 (func, namespace) /* To work around GCC bug , we enable the warning only when not optimizing. */ # if !__OPTIMIZE__ # define _GL_CXXALIASWARN_2(func,namespace) \ _GL_WARN_ON_USE (func, \ "The symbol ::" #func " refers to the system function. " \ "Use " #namespace "::" #func " instead.") # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING # define _GL_CXXALIASWARN_2(func,namespace) \ extern __typeof__ (func) func # else # define _GL_CXXALIASWARN_2(func,namespace) \ _GL_EXTERN_C int _gl_cxxalias_dummy # endif #else # define _GL_CXXALIASWARN(func) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); causes a warning to be emitted when the given overloaded variant of ::func is used but not when GNULIB_NAMESPACE::func is used. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ GNULIB_NAMESPACE) # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) /* To work around GCC bug , we enable the warning only when not optimizing. */ # if !__OPTIMIZE__ # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ "The symbol ::" #func " refers to the system function. " \ "Use " #namespace "::" #func " instead.") # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ extern __typeof__ (func) func # else # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ _GL_EXTERN_C int _gl_cxxalias_dummy # endif #else # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif #endif /* _GL_CXXDEFS_H */ libidn2-2.0.4/unistring/localcharset.h0000644000000000000000000000303313061734304014566 00000000000000/* Determine a canonical name for the current locale's character encoding. Copyright (C) 2000-2003, 2009-2017 Free Software Foundation, Inc. This file is part of the GNU CHARSET Library. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _LOCALCHARSET_H #define _LOCALCHARSET_H #ifdef __cplusplus extern "C" { #endif /* Determine the current locale's character encoding, and canonicalize it into one of the canonical names listed in config.charset. The result must not be freed; it is statically allocated. If the canonical name cannot be determined, the result is a non-canonical name. */ extern const char * locale_charset (void); #ifdef __cplusplus } #endif #endif /* _LOCALCHARSET_H */ libidn2-2.0.4/unistring/iconv_open-aix.gperf0000644000000000000000000000172413051021033015704 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On AIX 5.1, look in /usr/lib/nls/loc/uconvTable. ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" CP437, "IBM-437" CP850, "IBM-850" CP852, "IBM-852" CP856, "IBM-856" CP857, "IBM-857" CP861, "IBM-861" CP865, "IBM-865" CP869, "IBM-869" ISO-8859-13, "IBM-921" CP922, "IBM-922" CP932, "IBM-932" CP943, "IBM-943" CP1046, "IBM-1046" CP1124, "IBM-1124" CP1125, "IBM-1125" CP1129, "IBM-1129" CP1252, "IBM-1252" GB2312, "IBM-eucCN" EUC-JP, "IBM-eucJP" EUC-KR, "IBM-eucKR" EUC-TW, "IBM-eucTW" BIG5, "big5" libidn2-2.0.4/unistring/striconveh.c0000644000000000000000000011511513061734304014306 00000000000000/* Character set conversion with error handling. Copyright (C) 2001-2017 Free Software Foundation, Inc. Written by Bruno Haible and Simon Josefsson. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include "striconveh.h" #include #include #include #include #if HAVE_ICONV # include # include "unistr.h" #endif #include "c-strcase.h" #include "c-strcaseeq.h" #ifndef SIZE_MAX # define SIZE_MAX ((size_t) -1) #endif #if HAVE_ICONV /* The caller must provide an iconveh_t, not just an iconv_t, because when a conversion error occurs, we may have to determine the Unicode representation of the inconvertible character. */ int iconveh_open (const char *to_codeset, const char *from_codeset, iconveh_t *cdp) { iconv_t cd; iconv_t cd1; iconv_t cd2; /* Avoid glibc-2.1 bug with EUC-KR. */ # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ && !defined _LIBICONV_VERSION if (c_strcasecmp (from_codeset, "EUC-KR") == 0 || c_strcasecmp (to_codeset, "EUC-KR") == 0) { errno = EINVAL; return -1; } # endif cd = iconv_open (to_codeset, from_codeset); if (STRCASEEQ (from_codeset, "UTF-8", 'U','T','F','-','8',0,0,0,0)) cd1 = (iconv_t)(-1); else { cd1 = iconv_open ("UTF-8", from_codeset); if (cd1 == (iconv_t)(-1)) { int saved_errno = errno; if (cd != (iconv_t)(-1)) iconv_close (cdp->cd); errno = saved_errno; return -1; } } if (STRCASEEQ (to_codeset, "UTF-8", 'U','T','F','-','8',0,0,0,0) # if (((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || __GLIBC__ > 2) \ && !defined __UCLIBC__) \ || _LIBICONV_VERSION >= 0x0105 || c_strcasecmp (to_codeset, "UTF-8//TRANSLIT") == 0 # endif ) cd2 = (iconv_t)(-1); else { cd2 = iconv_open (to_codeset, "UTF-8"); if (cd2 == (iconv_t)(-1)) { int saved_errno = errno; if (cd1 != (iconv_t)(-1)) iconv_close (cd1); if (cd != (iconv_t)(-1)) iconv_close (cd); errno = saved_errno; return -1; } } cdp->cd = cd; cdp->cd1 = cd1; cdp->cd2 = cd2; return 0; } int iconveh_close (const iconveh_t *cd) { if (cd->cd2 != (iconv_t)(-1) && iconv_close (cd->cd2) < 0) { /* Return -1, but preserve the errno from iconv_close. */ int saved_errno = errno; if (cd->cd1 != (iconv_t)(-1)) iconv_close (cd->cd1); if (cd->cd != (iconv_t)(-1)) iconv_close (cd->cd); errno = saved_errno; return -1; } if (cd->cd1 != (iconv_t)(-1) && iconv_close (cd->cd1) < 0) { /* Return -1, but preserve the errno from iconv_close. */ int saved_errno = errno; if (cd->cd != (iconv_t)(-1)) iconv_close (cd->cd); errno = saved_errno; return -1; } if (cd->cd != (iconv_t)(-1) && iconv_close (cd->cd) < 0) return -1; return 0; } /* iconv_carefully is like iconv, except that it stops as soon as it encounters a conversion error, and it returns in *INCREMENTED a boolean telling whether it has incremented the input pointers past the error location. */ # if !defined _LIBICONV_VERSION && !(defined __GLIBC__ && !defined __UCLIBC__) /* Irix iconv() inserts a NUL byte if it cannot convert. NetBSD iconv() inserts a question mark if it cannot convert. Only GNU libiconv and GNU libc are known to prefer to fail rather than doing a lossy conversion. */ static size_t iconv_carefully (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, bool *incremented) { const char *inptr = *inbuf; const char *inptr_end = inptr + *inbytesleft; char *outptr = *outbuf; size_t outsize = *outbytesleft; const char *inptr_before; size_t res; do { size_t insize; inptr_before = inptr; res = (size_t)(-1); for (insize = 1; inptr + insize <= inptr_end; insize++) { res = iconv (cd, (ICONV_CONST char **) &inptr, &insize, &outptr, &outsize); if (!(res == (size_t)(-1) && errno == EINVAL)) break; /* iconv can eat up a shift sequence but give EINVAL while attempting to convert the first character. E.g. libiconv does this. */ if (inptr > inptr_before) { res = 0; break; } } if (res == 0) { *outbuf = outptr; *outbytesleft = outsize; } } while (res == 0 && inptr < inptr_end); *inbuf = inptr; *inbytesleft = inptr_end - inptr; if (res != (size_t)(-1) && res > 0) { /* iconv() has already incremented INPTR. We cannot go back to a previous INPTR, otherwise the state inside CD would become invalid, if FROM_CODESET is a stateful encoding. So, tell the caller that *INBUF has already been incremented. */ *incremented = (inptr > inptr_before); errno = EILSEQ; return (size_t)(-1); } else { *incremented = false; return res; } } # else # define iconv_carefully(cd, inbuf, inbytesleft, outbuf, outbytesleft, incremented) \ (*(incremented) = false, \ iconv (cd, (ICONV_CONST char **) (inbuf), inbytesleft, outbuf, outbytesleft)) # endif /* iconv_carefully_1 is like iconv_carefully, except that it stops after converting one character or one shift sequence. */ static size_t iconv_carefully_1 (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, bool *incremented) { const char *inptr_before = *inbuf; const char *inptr = inptr_before; const char *inptr_end = inptr_before + *inbytesleft; char *outptr = *outbuf; size_t outsize = *outbytesleft; size_t res = (size_t)(-1); size_t insize; for (insize = 1; inptr_before + insize <= inptr_end; insize++) { inptr = inptr_before; res = iconv (cd, (ICONV_CONST char **) &inptr, &insize, &outptr, &outsize); if (!(res == (size_t)(-1) && errno == EINVAL)) break; /* iconv can eat up a shift sequence but give EINVAL while attempting to convert the first character. E.g. libiconv does this. */ if (inptr > inptr_before) { res = 0; break; } } *inbuf = inptr; *inbytesleft = inptr_end - inptr; # if !defined _LIBICONV_VERSION && !(defined __GLIBC__ && !defined __UCLIBC__) /* Irix iconv() inserts a NUL byte if it cannot convert. NetBSD iconv() inserts a question mark if it cannot convert. Only GNU libiconv and GNU libc are known to prefer to fail rather than doing a lossy conversion. */ if (res != (size_t)(-1) && res > 0) { /* iconv() has already incremented INPTR. We cannot go back to a previous INPTR, otherwise the state inside CD would become invalid, if FROM_CODESET is a stateful encoding. So, tell the caller that *INBUF has already been incremented. */ *incremented = (inptr > inptr_before); errno = EILSEQ; return (size_t)(-1); } # endif if (res != (size_t)(-1)) { *outbuf = outptr; *outbytesleft = outsize; } *incremented = false; return res; } /* utf8conv_carefully is like iconv, except that - it converts from UTF-8 to UTF-8, - it stops as soon as it encounters a conversion error, and it returns in *INCREMENTED a boolean telling whether it has incremented the input pointers past the error location, - if one_character_only is true, it stops after converting one character. */ static size_t utf8conv_carefully (bool one_character_only, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, bool *incremented) { const char *inptr = *inbuf; size_t insize = *inbytesleft; char *outptr = *outbuf; size_t outsize = *outbytesleft; size_t res; res = 0; do { ucs4_t uc; int n; int m; n = u8_mbtoucr (&uc, (const uint8_t *) inptr, insize); if (n < 0) { errno = (n == -2 ? EINVAL : EILSEQ); n = u8_mbtouc (&uc, (const uint8_t *) inptr, insize); inptr += n; insize -= n; res = (size_t)(-1); *incremented = true; break; } if (outsize == 0) { errno = E2BIG; res = (size_t)(-1); *incremented = false; break; } m = u8_uctomb ((uint8_t *) outptr, uc, outsize); if (m == -2) { errno = E2BIG; res = (size_t)(-1); *incremented = false; break; } inptr += n; insize -= n; if (m == -1) { errno = EILSEQ; res = (size_t)(-1); *incremented = true; break; } outptr += m; outsize -= m; } while (!one_character_only && insize > 0); *inbuf = inptr; *inbytesleft = insize; *outbuf = outptr; *outbytesleft = outsize; return res; } static int mem_cd_iconveh_internal (const char *src, size_t srclen, iconv_t cd, iconv_t cd1, iconv_t cd2, enum iconv_ilseq_handler handler, size_t extra_alloc, size_t *offsets, char **resultp, size_t *lengthp) { /* When a conversion error occurs, we cannot start using CD1 and CD2 at this point: FROM_CODESET may be a stateful encoding like ISO-2022-KR. Instead, we have to start afresh from the beginning of SRC. */ /* Use a temporary buffer, so that for small strings, a single malloc() call will be sufficient. */ # define tmpbufsize 4096 /* The alignment is needed when converting e.g. to glibc's WCHAR_T or libiconv's UCS-4-INTERNAL encoding. */ union { unsigned int align; char buf[tmpbufsize]; } tmp; # define tmpbuf tmp.buf char *initial_result; char *result; size_t allocated; size_t length; size_t last_length = (size_t)(-1); /* only needed if offsets != NULL */ if (*resultp != NULL && *lengthp >= sizeof (tmpbuf)) { initial_result = *resultp; allocated = *lengthp; } else { initial_result = tmpbuf; allocated = sizeof (tmpbuf); } result = initial_result; /* Test whether a direct conversion is possible at all. */ if (cd == (iconv_t)(-1)) goto indirectly; if (offsets != NULL) { size_t i; for (i = 0; i < srclen; i++) offsets[i] = (size_t)(-1); last_length = (size_t)(-1); } length = 0; /* First, try a direct conversion, and see whether a conversion error occurs at all. */ { const char *inptr = src; size_t insize = srclen; /* Avoid glibc-2.1 bug and Solaris 2.7-2.9 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) /* Set to the initial state. */ iconv (cd, NULL, NULL, NULL, NULL); # endif while (insize > 0) { char *outptr = result + length; size_t outsize = allocated - extra_alloc - length; bool incremented; size_t res; bool grow; if (offsets != NULL) { if (length != last_length) /* ensure that offset[] be increasing */ { offsets[inptr - src] = length; last_length = length; } res = iconv_carefully_1 (cd, &inptr, &insize, &outptr, &outsize, &incremented); } else /* Use iconv_carefully instead of iconv here, because: - If TO_CODESET is UTF-8, we can do the error handling in this loop, no need for a second loop, - With iconv() implementations other than GNU libiconv and GNU libc, if we use iconv() in a big swoop, checking for an E2BIG return, we lose the number of irreversible conversions. */ res = iconv_carefully (cd, &inptr, &insize, &outptr, &outsize, &incremented); length = outptr - result; grow = (length + extra_alloc > allocated / 2); if (res == (size_t)(-1)) { if (errno == E2BIG) grow = true; else if (errno == EINVAL) break; else if (errno == EILSEQ && handler != iconveh_error) { if (cd2 == (iconv_t)(-1)) { /* TO_CODESET is UTF-8. */ /* Error handling can produce up to 1 byte of output. */ if (length + 1 + extra_alloc > allocated) { char *memory; allocated = 2 * allocated; if (length + 1 + extra_alloc > allocated) abort (); if (result == initial_result) memory = (char *) malloc (allocated); else memory = (char *) realloc (result, allocated); if (memory == NULL) { if (result != initial_result) free (result); errno = ENOMEM; return -1; } if (result == initial_result) memcpy (memory, initial_result, length); result = memory; grow = false; } /* The input is invalid in FROM_CODESET. Eat up one byte and emit a question mark. */ if (!incremented) { if (insize == 0) abort (); inptr++; insize--; } result[length] = '?'; length++; } else goto indirectly; } else { if (result != initial_result) { int saved_errno = errno; free (result); errno = saved_errno; } return -1; } } if (insize == 0) break; if (grow) { char *memory; allocated = 2 * allocated; if (result == initial_result) memory = (char *) malloc (allocated); else memory = (char *) realloc (result, allocated); if (memory == NULL) { if (result != initial_result) free (result); errno = ENOMEM; return -1; } if (result == initial_result) memcpy (memory, initial_result, length); result = memory; } } } /* Now get the conversion state back to the initial state. But avoid glibc-2.1 bug and Solaris 2.7 bug. */ #if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) for (;;) { char *outptr = result + length; size_t outsize = allocated - extra_alloc - length; size_t res; res = iconv (cd, NULL, NULL, &outptr, &outsize); length = outptr - result; if (res == (size_t)(-1)) { if (errno == E2BIG) { char *memory; allocated = 2 * allocated; if (result == initial_result) memory = (char *) malloc (allocated); else memory = (char *) realloc (result, allocated); if (memory == NULL) { if (result != initial_result) free (result); errno = ENOMEM; return -1; } if (result == initial_result) memcpy (memory, initial_result, length); result = memory; } else { if (result != initial_result) { int saved_errno = errno; free (result); errno = saved_errno; } return -1; } } else break; } #endif /* The direct conversion succeeded. */ goto done; indirectly: /* The direct conversion failed. Use a conversion through UTF-8. */ if (offsets != NULL) { size_t i; for (i = 0; i < srclen; i++) offsets[i] = (size_t)(-1); last_length = (size_t)(-1); } length = 0; { const bool slowly = (offsets != NULL || handler == iconveh_error); # define utf8bufsize 4096 /* may also be smaller or larger than tmpbufsize */ char utf8buf[utf8bufsize + 1]; size_t utf8len = 0; const char *in1ptr = src; size_t in1size = srclen; bool do_final_flush1 = true; bool do_final_flush2 = true; /* Avoid glibc-2.1 bug and Solaris 2.7-2.9 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) /* Set to the initial state. */ if (cd1 != (iconv_t)(-1)) iconv (cd1, NULL, NULL, NULL, NULL); if (cd2 != (iconv_t)(-1)) iconv (cd2, NULL, NULL, NULL, NULL); # endif while (in1size > 0 || do_final_flush1 || utf8len > 0 || do_final_flush2) { char *out1ptr = utf8buf + utf8len; size_t out1size = utf8bufsize - utf8len; bool incremented1; size_t res1; int errno1; /* Conversion step 1: from FROM_CODESET to UTF-8. */ if (in1size > 0) { if (offsets != NULL && length != last_length) /* ensure that offset[] be increasing */ { offsets[in1ptr - src] = length; last_length = length; } if (cd1 != (iconv_t)(-1)) { if (slowly) res1 = iconv_carefully_1 (cd1, &in1ptr, &in1size, &out1ptr, &out1size, &incremented1); else res1 = iconv_carefully (cd1, &in1ptr, &in1size, &out1ptr, &out1size, &incremented1); } else { /* FROM_CODESET is UTF-8. */ res1 = utf8conv_carefully (slowly, &in1ptr, &in1size, &out1ptr, &out1size, &incremented1); } } else if (do_final_flush1) { /* Now get the conversion state of CD1 back to the initial state. But avoid glibc-2.1 bug and Solaris 2.7 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) if (cd1 != (iconv_t)(-1)) res1 = iconv (cd1, NULL, NULL, &out1ptr, &out1size); else # endif res1 = 0; do_final_flush1 = false; incremented1 = true; } else { res1 = 0; incremented1 = true; } if (res1 == (size_t)(-1) && !(errno == E2BIG || errno == EINVAL || errno == EILSEQ)) { if (result != initial_result) { int saved_errno = errno; free (result); errno = saved_errno; } return -1; } if (res1 == (size_t)(-1) && errno == EILSEQ && handler != iconveh_error) { /* The input is invalid in FROM_CODESET. Eat up one byte and emit a question mark. Room for the question mark was allocated at the end of utf8buf. */ if (!incremented1) { if (in1size == 0) abort (); in1ptr++; in1size--; } *out1ptr++ = '?'; res1 = 0; } errno1 = errno; utf8len = out1ptr - utf8buf; if (offsets != NULL || in1size == 0 || utf8len > utf8bufsize / 2 || (res1 == (size_t)(-1) && errno1 == E2BIG)) { /* Conversion step 2: from UTF-8 to TO_CODESET. */ const char *in2ptr = utf8buf; size_t in2size = utf8len; while (in2size > 0 || (in1size == 0 && !do_final_flush1 && do_final_flush2)) { char *out2ptr = result + length; size_t out2size = allocated - extra_alloc - length; bool incremented2; size_t res2; bool grow; if (in2size > 0) { if (cd2 != (iconv_t)(-1)) res2 = iconv_carefully (cd2, &in2ptr, &in2size, &out2ptr, &out2size, &incremented2); else /* TO_CODESET is UTF-8. */ res2 = utf8conv_carefully (false, &in2ptr, &in2size, &out2ptr, &out2size, &incremented2); } else /* in1size == 0 && !do_final_flush1 && in2size == 0 && do_final_flush2 */ { /* Now get the conversion state of CD1 back to the initial state. But avoid glibc-2.1 bug and Solaris 2.7 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) if (cd2 != (iconv_t)(-1)) res2 = iconv (cd2, NULL, NULL, &out2ptr, &out2size); else # endif res2 = 0; do_final_flush2 = false; incremented2 = true; } length = out2ptr - result; grow = (length + extra_alloc > allocated / 2); if (res2 == (size_t)(-1)) { if (errno == E2BIG) grow = true; else if (errno == EINVAL) break; else if (errno == EILSEQ && handler != iconveh_error) { /* Error handling can produce up to 10 bytes of ASCII output. But TO_CODESET may be UCS-2, UTF-16 or UCS-4, so use CD2 here as well. */ char scratchbuf[10]; size_t scratchlen; ucs4_t uc; const char *inptr; size_t insize; size_t res; if (incremented2) { if (u8_prev (&uc, (const uint8_t *) in2ptr, (const uint8_t *) utf8buf) == NULL) abort (); } else { int n; if (in2size == 0) abort (); n = u8_mbtouc_unsafe (&uc, (const uint8_t *) in2ptr, in2size); in2ptr += n; in2size -= n; } if (handler == iconveh_escape_sequence) { static char hex[16] = "0123456789ABCDEF"; scratchlen = 0; scratchbuf[scratchlen++] = '\\'; if (uc < 0x10000) scratchbuf[scratchlen++] = 'u'; else { scratchbuf[scratchlen++] = 'U'; scratchbuf[scratchlen++] = hex[(uc>>28) & 15]; scratchbuf[scratchlen++] = hex[(uc>>24) & 15]; scratchbuf[scratchlen++] = hex[(uc>>20) & 15]; scratchbuf[scratchlen++] = hex[(uc>>16) & 15]; } scratchbuf[scratchlen++] = hex[(uc>>12) & 15]; scratchbuf[scratchlen++] = hex[(uc>>8) & 15]; scratchbuf[scratchlen++] = hex[(uc>>4) & 15]; scratchbuf[scratchlen++] = hex[uc & 15]; } else { scratchbuf[0] = '?'; scratchlen = 1; } inptr = scratchbuf; insize = scratchlen; if (cd2 != (iconv_t)(-1)) res = iconv (cd2, (ICONV_CONST char **) &inptr, &insize, &out2ptr, &out2size); else { /* TO_CODESET is UTF-8. */ if (out2size >= insize) { memcpy (out2ptr, inptr, insize); out2ptr += insize; out2size -= insize; inptr += insize; insize = 0; res = 0; } else { errno = E2BIG; res = (size_t)(-1); } } length = out2ptr - result; if (res == (size_t)(-1) && errno == E2BIG) { char *memory; allocated = 2 * allocated; if (length + 1 + extra_alloc > allocated) abort (); if (result == initial_result) memory = (char *) malloc (allocated); else memory = (char *) realloc (result, allocated); if (memory == NULL) { if (result != initial_result) free (result); errno = ENOMEM; return -1; } if (result == initial_result) memcpy (memory, initial_result, length); result = memory; grow = false; out2ptr = result + length; out2size = allocated - extra_alloc - length; if (cd2 != (iconv_t)(-1)) res = iconv (cd2, (ICONV_CONST char **) &inptr, &insize, &out2ptr, &out2size); else { /* TO_CODESET is UTF-8. */ if (!(out2size >= insize)) abort (); memcpy (out2ptr, inptr, insize); out2ptr += insize; out2size -= insize; inptr += insize; insize = 0; res = 0; } length = out2ptr - result; } # if !defined _LIBICONV_VERSION && !(defined __GLIBC__ && !defined __UCLIBC__) /* Irix iconv() inserts a NUL byte if it cannot convert. NetBSD iconv() inserts a question mark if it cannot convert. Only GNU libiconv and GNU libc are known to prefer to fail rather than doing a lossy conversion. */ if (res != (size_t)(-1) && res > 0) { errno = EILSEQ; res = (size_t)(-1); } # endif if (res == (size_t)(-1)) { /* Failure converting the ASCII replacement. */ if (result != initial_result) { int saved_errno = errno; free (result); errno = saved_errno; } return -1; } } else { if (result != initial_result) { int saved_errno = errno; free (result); errno = saved_errno; } return -1; } } if (!(in2size > 0 || (in1size == 0 && !do_final_flush1 && do_final_flush2))) break; if (grow) { char *memory; allocated = 2 * allocated; if (result == initial_result) memory = (char *) malloc (allocated); else memory = (char *) realloc (result, allocated); if (memory == NULL) { if (result != initial_result) free (result); errno = ENOMEM; return -1; } if (result == initial_result) memcpy (memory, initial_result, length); result = memory; } } /* Move the remaining bytes to the beginning of utf8buf. */ if (in2size > 0) memmove (utf8buf, in2ptr, in2size); utf8len = in2size; } if (res1 == (size_t)(-1)) { if (errno1 == EINVAL) in1size = 0; else if (errno1 == EILSEQ) { if (result != initial_result) free (result); errno = errno1; return -1; } } } # undef utf8bufsize } done: /* Now the final memory allocation. */ if (result == tmpbuf) { size_t memsize = length + extra_alloc; if (*resultp != NULL && *lengthp >= memsize) result = *resultp; else { char *memory; memory = (char *) malloc (memsize > 0 ? memsize : 1); if (memory != NULL) result = memory; else { errno = ENOMEM; return -1; } } memcpy (result, tmpbuf, length); } else if (result != *resultp && length + extra_alloc < allocated) { /* Shrink the allocated memory if possible. */ size_t memsize = length + extra_alloc; char *memory; memory = (char *) realloc (result, memsize > 0 ? memsize : 1); if (memory != NULL) result = memory; } *resultp = result; *lengthp = length; return 0; # undef tmpbuf # undef tmpbufsize } int mem_cd_iconveh (const char *src, size_t srclen, const iconveh_t *cd, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp) { return mem_cd_iconveh_internal (src, srclen, cd->cd, cd->cd1, cd->cd2, handler, 0, offsets, resultp, lengthp); } char * str_cd_iconveh (const char *src, const iconveh_t *cd, enum iconv_ilseq_handler handler) { /* For most encodings, a trailing NUL byte in the input will be converted to a trailing NUL byte in the output. But not for UTF-7. So that this function is usable for UTF-7, we have to exclude the NUL byte from the conversion and add it by hand afterwards. */ char *result = NULL; size_t length = 0; int retval = mem_cd_iconveh_internal (src, strlen (src), cd->cd, cd->cd1, cd->cd2, handler, 1, NULL, &result, &length); if (retval < 0) { if (result != NULL) { int saved_errno = errno; free (result); errno = saved_errno; } return NULL; } /* Add the terminating NUL byte. */ result[length] = '\0'; return result; } #endif int mem_iconveh (const char *src, size_t srclen, const char *from_codeset, const char *to_codeset, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp) { if (srclen == 0) { /* Nothing to convert. */ *lengthp = 0; return 0; } else if (offsets == NULL && c_strcasecmp (from_codeset, to_codeset) == 0) { char *result; if (*resultp != NULL && *lengthp >= srclen) result = *resultp; else { result = (char *) malloc (srclen); if (result == NULL) { errno = ENOMEM; return -1; } } memcpy (result, src, srclen); *resultp = result; *lengthp = srclen; return 0; } else { #if HAVE_ICONV iconveh_t cd; char *result; size_t length; int retval; if (iconveh_open (to_codeset, from_codeset, &cd) < 0) return -1; result = *resultp; length = *lengthp; retval = mem_cd_iconveh (src, srclen, &cd, handler, offsets, &result, &length); if (retval < 0) { /* Close cd, but preserve the errno from str_cd_iconv. */ int saved_errno = errno; iconveh_close (&cd); errno = saved_errno; } else { if (iconveh_close (&cd) < 0) { /* Return -1, but free the allocated memory, and while doing that, preserve the errno from iconveh_close. */ int saved_errno = errno; if (result != *resultp && result != NULL) free (result); errno = saved_errno; return -1; } *resultp = result; *lengthp = length; } return retval; #else /* This is a different error code than if iconv_open existed but didn't support from_codeset and to_codeset, so that the caller can emit an error message such as "iconv() is not supported. Installing GNU libiconv and then reinstalling this package would fix this." */ errno = ENOSYS; return -1; #endif } } char * str_iconveh (const char *src, const char *from_codeset, const char *to_codeset, enum iconv_ilseq_handler handler) { if (*src == '\0' || c_strcasecmp (from_codeset, to_codeset) == 0) { char *result = strdup (src); if (result == NULL) errno = ENOMEM; return result; } else { #if HAVE_ICONV iconveh_t cd; char *result; if (iconveh_open (to_codeset, from_codeset, &cd) < 0) return NULL; result = str_cd_iconveh (src, &cd, handler); if (result == NULL) { /* Close cd, but preserve the errno from str_cd_iconv. */ int saved_errno = errno; iconveh_close (&cd); errno = saved_errno; } else { if (iconveh_close (&cd) < 0) { /* Return NULL, but free the allocated memory, and while doing that, preserve the errno from iconveh_close. */ int saved_errno = errno; free (result); errno = saved_errno; return NULL; } } return result; #else /* This is a different error code than if iconv_open existed but didn't support from_codeset and to_codeset, so that the caller can emit an error message such as "iconv() is not supported. Installing GNU libiconv and then reinstalling this package would fix this." */ errno = ENOSYS; return NULL; #endif } } libidn2-2.0.4/unistring/iconv_open-aix.h0000644000000000000000000002365113051023042015035 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 10 ./iconv_open-aix.gperf */ /* Computed positions: -k'4,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-aix.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 32 #define MIN_WORD_LENGTH 4 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 6 #define MAX_HASH_VALUE 44 /* maximum key range = 39, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 4, 25, 0, 11, 24, 9, 17, 3, 14, 21, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 3, 45, 1, 45, 45, 45, 45, 0, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45 }; return len + asso_values[(unsigned char)str[3]+2] + asso_values[(unsigned char)str[len - 1]]; } struct stringpool_t { char stringpool_str6[sizeof("EUC-TW")]; char stringpool_str7[sizeof("EUC-KR")]; char stringpool_str8[sizeof("CP852")]; char stringpool_str9[sizeof("EUC-JP")]; char stringpool_str10[sizeof("ISO-8859-2")]; char stringpool_str11[sizeof("CP857")]; char stringpool_str12[sizeof("CP850")]; char stringpool_str13[sizeof("ISO-8859-7")]; char stringpool_str14[sizeof("CP932")]; char stringpool_str15[sizeof("GB2312")]; char stringpool_str16[sizeof("BIG5")]; char stringpool_str17[sizeof("CP437")]; char stringpool_str19[sizeof("ISO-8859-5")]; char stringpool_str20[sizeof("ISO-8859-15")]; char stringpool_str21[sizeof("ISO-8859-3")]; char stringpool_str22[sizeof("ISO-8859-13")]; char stringpool_str23[sizeof("CP1046")]; char stringpool_str24[sizeof("ISO-8859-8")]; char stringpool_str25[sizeof("CP856")]; char stringpool_str26[sizeof("CP1125")]; char stringpool_str27[sizeof("ISO-8859-6")]; char stringpool_str28[sizeof("CP865")]; char stringpool_str29[sizeof("CP922")]; char stringpool_str30[sizeof("CP1252")]; char stringpool_str31[sizeof("ISO-8859-9")]; char stringpool_str33[sizeof("CP943")]; char stringpool_str34[sizeof("ISO-8859-4")]; char stringpool_str35[sizeof("ISO-8859-1")]; char stringpool_str38[sizeof("CP1129")]; char stringpool_str40[sizeof("CP869")]; char stringpool_str41[sizeof("CP1124")]; char stringpool_str44[sizeof("CP861")]; }; static const struct stringpool_t stringpool_contents = { "EUC-TW", "EUC-KR", "CP852", "EUC-JP", "ISO-8859-2", "CP857", "CP850", "ISO-8859-7", "CP932", "GB2312", "BIG5", "CP437", "ISO-8859-5", "ISO-8859-15", "ISO-8859-3", "ISO-8859-13", "CP1046", "ISO-8859-8", "CP856", "CP1125", "ISO-8859-6", "CP865", "CP922", "CP1252", "ISO-8859-9", "CP943", "ISO-8859-4", "ISO-8859-1", "CP1129", "CP869", "CP1124", "CP861" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 43 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "IBM-eucTW"}, #line 42 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "IBM-eucKR"}, #line 25 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "IBM-852"}, #line 41 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "IBM-eucJP"}, #line 14 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "ISO8859-2"}, #line 27 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "IBM-857"}, #line 24 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "IBM-850"}, #line 19 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "ISO8859-7"}, #line 33 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "IBM-932"}, #line 40 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "IBM-eucCN"}, #line 44 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "big5"}, #line 23 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "IBM-437"}, {-1}, #line 17 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "ISO8859-5"}, #line 22 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "ISO8859-15"}, #line 15 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "ISO8859-3"}, #line 31 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "IBM-921"}, #line 35 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "IBM-1046"}, #line 20 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str24, "ISO8859-8"}, #line 26 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str25, "IBM-856"}, #line 37 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str26, "IBM-1125"}, #line 18 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str27, "ISO8859-6"}, #line 29 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str28, "IBM-865"}, #line 32 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, "IBM-922"}, #line 39 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str30, "IBM-1252"}, #line 21 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str31, "ISO8859-9"}, {-1}, #line 34 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str33, "IBM-943"}, #line 16 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str34, "ISO8859-4"}, #line 13 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str35, "ISO8859-1"}, {-1}, {-1}, #line 38 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str38, "IBM-1129"}, {-1}, #line 30 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str40, "IBM-869"}, #line 36 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str41, "IBM-1124"}, {-1}, {-1}, #line 28 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str44, "IBM-861"} }; #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } libidn2-2.0.4/unistring/iconv_open-hpux.gperf0000644000000000000000000000214213051021033016102 00000000000000struct mapping { int standard_name; const char vendor_name[9 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On HP-UX 11.11, look in /usr/lib/nls/iconv. ISO-8859-1, "iso88591" ISO-8859-2, "iso88592" ISO-8859-5, "iso88595" ISO-8859-6, "iso88596" ISO-8859-7, "iso88597" ISO-8859-8, "iso88598" ISO-8859-9, "iso88599" ISO-8859-15, "iso885915" CP437, "cp437" CP775, "cp775" CP850, "cp850" CP852, "cp852" CP855, "cp855" CP857, "cp857" CP861, "cp861" CP862, "cp862" CP864, "cp864" CP865, "cp865" CP866, "cp866" CP869, "cp869" CP874, "cp874" CP1250, "cp1250" CP1251, "cp1251" CP1252, "cp1252" CP1253, "cp1253" CP1254, "cp1254" CP1255, "cp1255" CP1256, "cp1256" CP1257, "cp1257" CP1258, "cp1258" HP-ROMAN8, "roman8" HP-ARABIC8, "arabic8" HP-GREEK8, "greek8" HP-HEBREW8, "hebrew8" HP-TURKISH8, "turkish8" HP-KANA8, "kana8" TIS-620, "tis620" GB2312, "hp15CN" EUC-JP, "eucJP" EUC-KR, "eucKR" EUC-TW, "eucTW" BIG5, "big5" SHIFT_JIS, "sjis" UTF-8, "utf8" libidn2-2.0.4/unistring/malloca.valgrind0000644000000000000000000000025713051021034015102 00000000000000# Suppress a valgrind message about use of uninitialized memory in freea(). # This use is OK because it provides only a speedup. { freea Memcheck:Cond fun:freea } libidn2-2.0.4/unistring/c-ctype.c0000644000000000000000000000012213051021033013440 00000000000000#include #define C_CTYPE_INLINE _GL_EXTERN_INLINE #include "c-ctype.h" libidn2-2.0.4/unistring/malloca.c0000644000000000000000000001263213135331324013527 00000000000000/* Safe automatic memory allocation. Copyright (C) 2003, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #define _GL_USE_STDLIB_ALLOC 1 #include /* Specification. */ #include "malloca.h" #include #include "verify.h" /* Silence a warning from clang's MemorySanitizer. */ #if defined __has_feature # if __has_feature(memory_sanitizer) # define NO_SANITIZE_MEMORY __attribute__((no_sanitize("memory"))) # endif #endif #ifndef NO_SANITIZE_MEMORY # define NO_SANITIZE_MEMORY #endif /* The speed critical point in this file is freea() applied to an alloca() result: it must be fast, to match the speed of alloca(). The speed of mmalloca() and freea() in the other case are not critical, because they are only invoked for big memory sizes. */ #if HAVE_ALLOCA /* Store the mmalloca() results in a hash table. This is needed to reliably distinguish a mmalloca() result and an alloca() result. Although it is possible that the same pointer is returned by alloca() and by mmalloca() at different times in the same application, it does not lead to a bug in freea(), because: - Before a pointer returned by alloca() can point into malloc()ed memory, the function must return, and once this has happened the programmer must not call freea() on it anyway. - Before a pointer returned by mmalloca() can point into the stack, it must be freed. The only function that can free it is freea(), and when freea() frees it, it also removes it from the hash table. */ #define MAGIC_NUMBER 0x1415fb4a #define MAGIC_SIZE sizeof (int) /* This is how the header info would look like without any alignment considerations. */ struct preliminary_header { void *next; int magic; }; /* But the header's size must be a multiple of sa_alignment_max. */ #define HEADER_SIZE \ (((sizeof (struct preliminary_header) + sa_alignment_max - 1) / sa_alignment_max) * sa_alignment_max) union header { void *next; struct { char room[HEADER_SIZE - MAGIC_SIZE]; int word; } magic; }; verify (HEADER_SIZE == sizeof (union header)); /* We make the hash table quite big, so that during lookups the probability of empty hash buckets is quite high. There is no need to make the hash table resizable, because when the hash table gets filled so much that the lookup becomes slow, it means that the application has memory leaks. */ #define HASH_TABLE_SIZE 257 static void * mmalloca_results[HASH_TABLE_SIZE]; #endif void * mmalloca (size_t n) { #if HAVE_ALLOCA /* Allocate one more word, that serves as an indicator for malloc()ed memory, so that freea() of an alloca() result is fast. */ size_t nplus = n + HEADER_SIZE; if (nplus >= n) { void *p = malloc (nplus); if (p != NULL) { size_t slot; union header *h = p; p = h + 1; /* Put a magic number into the indicator word. */ h->magic.word = MAGIC_NUMBER; /* Enter p into the hash table. */ slot = (uintptr_t) p % HASH_TABLE_SIZE; h->next = mmalloca_results[slot]; mmalloca_results[slot] = p; return p; } } /* Out of memory. */ return NULL; #else # if !MALLOC_0_IS_NONNULL if (n == 0) n = 1; # endif return malloc (n); #endif } #if HAVE_ALLOCA void NO_SANITIZE_MEMORY freea (void *p) { /* mmalloca() may have returned NULL. */ if (p != NULL) { /* Attempt to quickly distinguish the mmalloca() result - which has a magic indicator word - and the alloca() result - which has an uninitialized indicator word. It is for this test that sa_increment additional bytes are allocated in the alloca() case. */ if (((int *) p)[-1] == MAGIC_NUMBER) { /* Looks like a mmalloca() result. To see whether it really is one, perform a lookup in the hash table. */ size_t slot = (uintptr_t) p % HASH_TABLE_SIZE; void **chain = &mmalloca_results[slot]; for (; *chain != NULL;) { union header *h = p; if (*chain == p) { /* Found it. Remove it from the hash table and free it. */ union header *p_begin = h - 1; *chain = p_begin->next; free (p_begin); return; } h = *chain; chain = &h[-1].next; } } /* At this point, we know it was not a mmalloca() result. */ } } #endif libidn2-2.0.4/unistring/verify.h0000644000000000000000000002617213061734305013440 00000000000000/* Compile-time assert-like macros. Copyright (C) 2005-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ #ifndef _GL_VERIFY_H #define _GL_VERIFY_H /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. This is supported by GCC 4.6.0 and later, in C mode, and its use here generates easier-to-read diagnostics when verify (R) fails. Define _GL_HAVE_STATIC_ASSERT to 1 if static_assert works as per C++11. This will likely be supported by future GCC versions, in C++ mode. Use this only with GCC. If we were willing to slow 'configure' down we could also use it with other compilers, but since this affects only the quality of diagnostics, why bother? */ #if (4 < __GNUC__ + (6 <= __GNUC_MINOR__) \ && (201112L <= __STDC_VERSION__ || !defined __STRICT_ANSI__) \ && !defined __cplusplus) # define _GL_HAVE__STATIC_ASSERT 1 #endif /* The condition (99 < __GNUC__) is temporary, until we know about the first G++ release that supports static_assert. */ #if (99 < __GNUC__) && defined __cplusplus # define _GL_HAVE_STATIC_ASSERT 1 #endif /* FreeBSD 9.1 , included by and lots of other system headers, defines a conflicting _Static_assert that is no better than ours; override it. */ #ifndef _GL_HAVE_STATIC_ASSERT # include # undef _Static_assert #endif /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. If _Static_assert works, verify (R) uses it directly. Similarly, _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct that is an operand of sizeof. The code below uses several ideas for C++ compilers, and for C compilers that do not support _Static_assert: * The first step is ((R) ? 1 : -1). Given an expression R, of integral or boolean or floating-point type, this yields an expression of integral type, whose value is later verified to be constant and nonnegative. * Next this expression W is wrapped in a type struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: W; }. If W is negative, this yields a compile-time error. No compiler can deal with a bit-field of negative size. One might think that an array size check would have the same effect, that is, that the type struct { unsigned int dummy[W]; } would work as well. However, inside a function, some compilers (such as C++ compilers and GNU C) allow local parameters and variables inside array size expressions. With these compilers, an array size check would not properly diagnose this misuse of the verify macro: void function (int n) { verify (n < 0); } * For the verify macro, the struct _gl_verify_type will need to somehow be embedded into a declaration. To be portable, this declaration must declare an object, a constant, a function, or a typedef name. If the declared entity uses the type directly, such as in struct dummy {...}; typedef struct {...} dummy; extern struct {...} *dummy; extern void dummy (struct {...} *); extern struct {...} *dummy (void); two uses of the verify macro would yield colliding declarations if the entity names are not disambiguated. A workaround is to attach the current line number to the entity name: #define _GL_CONCAT0(x, y) x##y #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) extern struct {...} * _GL_CONCAT (dummy, __LINE__); But this has the problem that two invocations of verify from within the same macro would collide, since the __LINE__ value would be the same for both invocations. (The GCC __COUNTER__ macro solves this problem, but is not portable.) A solution is to use the sizeof operator. It yields a number, getting rid of the identity of the type. Declarations like extern int dummy [sizeof (struct {...})]; extern void dummy (int [sizeof (struct {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; can be repeated. * Should the implementation use a named struct or an unnamed struct? Which of the following alternatives can be used? extern int dummy [sizeof (struct {...})]; extern int dummy [sizeof (struct _gl_verify_type {...})]; extern void dummy (int [sizeof (struct {...})]); extern void dummy (int [sizeof (struct _gl_verify_type {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; extern int (*dummy (void)) [sizeof (struct _gl_verify_type {...})]; In the second and sixth case, the struct type is exported to the outer scope; two such declarations therefore collide. GCC warns about the first, third, and fourth cases. So the only remaining possibility is the fifth case: extern int (*dummy (void)) [sizeof (struct {...})]; * GCC warns about duplicate declarations of the dummy function if -Wredundant-decls is used. GCC 4.3 and later have a builtin __COUNTER__ macro that can let us generate unique identifiers for each dummy function, to suppress this warning. * This implementation exploits the fact that older versions of GCC, which do not support _Static_assert, also do not warn about the last declaration mentioned above. * GCC warns if -Wnested-externs is enabled and verify() is used within a function body; but inside a function, you can always arrange to use verify_expr() instead. * In C++, any struct definition inside sizeof is invalid. Use a template type to work around the problem. */ /* Concatenate two preprocessor tokens. */ #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) #define _GL_CONCAT0(x, y) x##y /* _GL_COUNTER is an integer, preferably one that changes each time we use it. Use __COUNTER__ if it works, falling back on __LINE__ otherwise. __LINE__ isn't perfect, but it's better than a constant. */ #if defined __COUNTER__ && __COUNTER__ != __COUNTER__ # define _GL_COUNTER __COUNTER__ #else # define _GL_COUNTER __LINE__ #endif /* Generate a symbol with the given prefix, making it unique if possible. */ #define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER) /* Verify requirement R at compile-time, as an integer constant expression that returns 1. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. */ #define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) #ifdef __cplusplus # if !GNULIB_defined_struct__gl_verify_type template struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: w; }; # define GNULIB_defined_struct__gl_verify_type 1 # endif # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ _gl_verify_type<(R) ? 1 : -1> #elif defined _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { \ _Static_assert (R, DIAGNOSTIC); \ int _gl_dummy; \ } #else # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } #endif /* Verify requirement R at compile-time, as a declaration without a trailing ';'. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. Unfortunately, unlike C11, this implementation must appear as an ordinary declaration, and cannot appear inside struct { ... }. */ #ifdef _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY _Static_assert #else # define _GL_VERIFY(R, DIAGNOSTIC) \ extern int (*_GL_GENSYM (_gl_verify_function) (void)) \ [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] #endif /* _GL_STATIC_ASSERT_H is defined if this code is copied into assert.h. */ #ifdef _GL_STATIC_ASSERT_H # if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) # endif # if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert # define static_assert _Static_assert /* C11 requires this #define. */ # endif #endif /* @assert.h omit start@ */ /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. There are two macros, since no single macro can be used in all contexts in C. verify_true (R) is for scalar contexts, including integer constant expression contexts. verify (R) is for declaration contexts, e.g., the top level. */ /* Verify requirement R at compile-time, as an integer constant expression. Return 1. This is equivalent to verify_expr (R, 1). verify_true is obsolescent; please use verify_expr instead. */ #define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") /* Verify requirement R at compile-time. Return the value of the expression E. */ #define verify_expr(R, E) \ (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E)) /* Verify requirement R at compile-time, as a declaration without a trailing ';'. */ #ifdef __GNUC__ # define verify(R) _GL_VERIFY (R, "verify (" #R ")") #else /* PGI barfs if R is long. Play it safe. */ # define verify(R) _GL_VERIFY (R, "verify (...)") #endif #ifndef __has_builtin # define __has_builtin(x) 0 #endif /* Assume that R always holds. This lets the compiler optimize accordingly. R should not have side-effects; it may or may not be evaluated. Behavior is undefined if R is false. */ #if (__has_builtin (__builtin_unreachable) \ || 4 < __GNUC__ + (5 <= __GNUC_MINOR__)) # define assume(R) ((R) ? (void) 0 : __builtin_unreachable ()) #elif 1200 <= _MSC_VER # define assume(R) __assume (R) #elif ((defined GCC_LINT || defined lint) \ && (__has_builtin (__builtin_trap) \ || 3 < __GNUC__ + (3 < __GNUC_MINOR__ + (4 <= __GNUC_PATCHLEVEL__)))) /* Doing it this way helps various packages when configured with --enable-gcc-warnings, which compiles with -Dlint. It's nicer when 'assume' silences warnings even with older GCCs. */ # define assume(R) ((R) ? (void) 0 : __builtin_trap ()) #else # define assume(R) ((void) (0 && (R))) #endif /* @assert.h omit end@ */ #endif libidn2-2.0.4/unistring/iconv.c0000644000000000000000000002667613061734304013255 00000000000000/* Character set conversion. Copyright (C) 1999-2001, 2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #if REPLACE_ICONV_UTF # include # include # include # include "unistr.h" # ifndef uintptr_t # define uintptr_t unsigned long # endif #endif #if REPLACE_ICONV_UTF /* UTF-{16,32}{BE,LE} converters taken from GNU libiconv 1.11. */ /* Return code if invalid. (xxx_mbtowc) */ # define RET_ILSEQ -1 /* Return code if no bytes were read. (xxx_mbtowc) */ # define RET_TOOFEW -2 /* Return code if invalid. (xxx_wctomb) */ # define RET_ILUNI -1 /* Return code if output buffer is too small. (xxx_wctomb, xxx_reset) */ # define RET_TOOSMALL -2 /* * UTF-16BE */ /* Specification: RFC 2781 */ static int utf16be_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 2) { ucs4_t wc = (s[0] << 8) + s[1]; if (wc >= 0xd800 && wc < 0xdc00) { if (n >= 4) { ucs4_t wc2 = (s[2] << 8) + s[3]; if (!(wc2 >= 0xdc00 && wc2 < 0xe000)) return RET_ILSEQ; *pwc = 0x10000 + ((wc - 0xd800) << 10) + (wc2 - 0xdc00); return 4; } } else if (wc >= 0xdc00 && wc < 0xe000) { return RET_ILSEQ; } else { *pwc = wc; return 2; } } return RET_TOOFEW; } static int utf16be_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (!(wc >= 0xd800 && wc < 0xe000)) { if (wc < 0x10000) { if (n >= 2) { r[0] = (unsigned char) (wc >> 8); r[1] = (unsigned char) wc; return 2; } else return RET_TOOSMALL; } else if (wc < 0x110000) { if (n >= 4) { ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); r[0] = (unsigned char) (wc1 >> 8); r[1] = (unsigned char) wc1; r[2] = (unsigned char) (wc2 >> 8); r[3] = (unsigned char) wc2; return 4; } else return RET_TOOSMALL; } } return RET_ILUNI; } /* * UTF-16LE */ /* Specification: RFC 2781 */ static int utf16le_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 2) { ucs4_t wc = s[0] + (s[1] << 8); if (wc >= 0xd800 && wc < 0xdc00) { if (n >= 4) { ucs4_t wc2 = s[2] + (s[3] << 8); if (!(wc2 >= 0xdc00 && wc2 < 0xe000)) return RET_ILSEQ; *pwc = 0x10000 + ((wc - 0xd800) << 10) + (wc2 - 0xdc00); return 4; } } else if (wc >= 0xdc00 && wc < 0xe000) { return RET_ILSEQ; } else { *pwc = wc; return 2; } } return RET_TOOFEW; } static int utf16le_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (!(wc >= 0xd800 && wc < 0xe000)) { if (wc < 0x10000) { if (n >= 2) { r[0] = (unsigned char) wc; r[1] = (unsigned char) (wc >> 8); return 2; } else return RET_TOOSMALL; } else if (wc < 0x110000) { if (n >= 4) { ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); r[0] = (unsigned char) wc1; r[1] = (unsigned char) (wc1 >> 8); r[2] = (unsigned char) wc2; r[3] = (unsigned char) (wc2 >> 8); return 4; } else return RET_TOOSMALL; } } return RET_ILUNI; } /* * UTF-32BE */ /* Specification: Unicode 3.1 Standard Annex #19 */ static int utf32be_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 4) { ucs4_t wc = (s[0] << 24) + (s[1] << 16) + (s[2] << 8) + s[3]; if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { *pwc = wc; return 4; } else return RET_ILSEQ; } return RET_TOOFEW; } static int utf32be_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { if (n >= 4) { r[0] = 0; r[1] = (unsigned char) (wc >> 16); r[2] = (unsigned char) (wc >> 8); r[3] = (unsigned char) wc; return 4; } else return RET_TOOSMALL; } return RET_ILUNI; } /* * UTF-32LE */ /* Specification: Unicode 3.1 Standard Annex #19 */ static int utf32le_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 4) { ucs4_t wc = s[0] + (s[1] << 8) + (s[2] << 16) + (s[3] << 24); if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { *pwc = wc; return 4; } else return RET_ILSEQ; } return RET_TOOFEW; } static int utf32le_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { if (n >= 4) { r[0] = (unsigned char) wc; r[1] = (unsigned char) (wc >> 8); r[2] = (unsigned char) (wc >> 16); r[3] = 0; return 4; } else return RET_TOOSMALL; } return RET_ILUNI; } #endif size_t rpl_iconv (iconv_t cd, ICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) #undef iconv { #if REPLACE_ICONV_UTF switch ((uintptr_t) cd) { { int (*xxx_wctomb) (unsigned char *, ucs4_t, size_t); case (uintptr_t) _ICONV_UTF8_UTF16BE: xxx_wctomb = utf16be_wctomb; goto loop_from_utf8; case (uintptr_t) _ICONV_UTF8_UTF16LE: xxx_wctomb = utf16le_wctomb; goto loop_from_utf8; case (uintptr_t) _ICONV_UTF8_UTF32BE: xxx_wctomb = utf32be_wctomb; goto loop_from_utf8; case (uintptr_t) _ICONV_UTF8_UTF32LE: xxx_wctomb = utf32le_wctomb; goto loop_from_utf8; loop_from_utf8: if (inbuf == NULL || *inbuf == NULL) return 0; { ICONV_CONST char *inptr = *inbuf; size_t inleft = *inbytesleft; char *outptr = *outbuf; size_t outleft = *outbytesleft; size_t res = 0; while (inleft > 0) { ucs4_t uc; int m = u8_mbtoucr (&uc, (const uint8_t *) inptr, inleft); if (m <= 0) { if (m == -1) { errno = EILSEQ; res = (size_t)(-1); break; } if (m == -2) { errno = EINVAL; res = (size_t)(-1); break; } abort (); } else { int n = xxx_wctomb ((uint8_t *) outptr, uc, outleft); if (n < 0) { if (n == RET_ILUNI) { errno = EILSEQ; res = (size_t)(-1); break; } if (n == RET_TOOSMALL) { errno = E2BIG; res = (size_t)(-1); break; } abort (); } else { inptr += m; inleft -= m; outptr += n; outleft -= n; } } } *inbuf = inptr; *inbytesleft = inleft; *outbuf = outptr; *outbytesleft = outleft; return res; } } { int (*xxx_mbtowc) (ucs4_t *, const unsigned char *, size_t); case (uintptr_t) _ICONV_UTF16BE_UTF8: xxx_mbtowc = utf16be_mbtowc; goto loop_to_utf8; case (uintptr_t) _ICONV_UTF16LE_UTF8: xxx_mbtowc = utf16le_mbtowc; goto loop_to_utf8; case (uintptr_t) _ICONV_UTF32BE_UTF8: xxx_mbtowc = utf32be_mbtowc; goto loop_to_utf8; case (uintptr_t) _ICONV_UTF32LE_UTF8: xxx_mbtowc = utf32le_mbtowc; goto loop_to_utf8; loop_to_utf8: if (inbuf == NULL || *inbuf == NULL) return 0; { ICONV_CONST char *inptr = *inbuf; size_t inleft = *inbytesleft; char *outptr = *outbuf; size_t outleft = *outbytesleft; size_t res = 0; while (inleft > 0) { ucs4_t uc; int m = xxx_mbtowc (&uc, (const uint8_t *) inptr, inleft); if (m <= 0) { if (m == RET_ILSEQ) { errno = EILSEQ; res = (size_t)(-1); break; } if (m == RET_TOOFEW) { errno = EINVAL; res = (size_t)(-1); break; } abort (); } else { int n = u8_uctomb ((uint8_t *) outptr, uc, outleft); if (n < 0) { if (n == -1) { errno = EILSEQ; res = (size_t)(-1); break; } if (n == -2) { errno = E2BIG; res = (size_t)(-1); break; } abort (); } else { inptr += m; inleft -= m; outptr += n; outleft -= n; } } } *inbuf = inptr; *inbytesleft = inleft; *outbuf = outptr; *outbytesleft = outleft; return res; } } } #endif return iconv (cd, inbuf, inbytesleft, outbuf, outbytesleft); } libidn2-2.0.4/unistring/iconv_open-irix.gperf0000644000000000000000000000136413051021033016076 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On IRIX 6.5, look in /usr/lib/iconv and /usr/lib/international/encodings. ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" KOI8-R, "KOI8" CP855, "DOS855" CP1251, "WIN1251" GB2312, "eucCN" EUC-JP, "eucJP" EUC-KR, "eucKR" EUC-TW, "eucTW" SHIFT_JIS, "sjis" TIS-620, "TIS620" libidn2-2.0.4/unistring/iconv_close.c0000644000000000000000000000313213061734304014420 00000000000000/* Character set conversion. Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #ifndef uintptr_t # define uintptr_t unsigned long #endif int rpl_iconv_close (iconv_t cd) #undef iconv_close { #if REPLACE_ICONV_UTF switch ((uintptr_t) cd) { case (uintptr_t) _ICONV_UTF8_UTF16BE: case (uintptr_t) _ICONV_UTF8_UTF16LE: case (uintptr_t) _ICONV_UTF8_UTF32BE: case (uintptr_t) _ICONV_UTF8_UTF32LE: case (uintptr_t) _ICONV_UTF16BE_UTF8: case (uintptr_t) _ICONV_UTF16LE_UTF8: case (uintptr_t) _ICONV_UTF32BE_UTF8: case (uintptr_t) _ICONV_UTF32LE_UTF8: return 0; } #endif return iconv_close (cd); } libidn2-2.0.4/unistring/stdint.in.h0000644000000000000000000005461713134403267014054 00000000000000/* Copyright (C) 2001-2002, 2004-2017 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* * ISO C 99 for platforms that lack it. * */ #ifndef _@GUARD_PREFIX@_STDINT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* When including a system file that in turn includes , use the system , not our substitute. This avoids problems with (for example) VMS, whose includes . */ #define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* On Android (Bionic libc), includes this file before having defined 'time_t'. Therefore in this case avoid including other system header files; just include the system's . Ideally we should test __BIONIC__ here, but it is only defined after has been included; hence test __ANDROID__ instead. */ #if defined __ANDROID__ && defined _GL_INCLUDING_SYS_TYPES_H # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #else /* Get those types that are already defined in other system include files, so that we can "#define int8_t signed char" below without worrying about a later system include file containing a "typedef signed char int8_t;" that will get messed up by our macro. Our macros should all be consistent with the system versions, except for the "fast" types and macros, which we recommend against using in public interfaces due to compiler differences. */ #if @HAVE_STDINT_H@ # if defined __sgi && ! defined __c99 /* Bypass IRIX's if in C89 mode, since it merely annoys users with "This header file is to be used only for c99 mode compilations" diagnostics. */ # define __STDINT_H__ # endif /* Some pre-C++11 implementations need this. */ # ifdef __cplusplus # ifndef __STDC_CONSTANT_MACROS # define __STDC_CONSTANT_MACROS 1 # endif # ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS 1 # endif # endif /* Other systems may have an incomplete or buggy . Include it before , since any "#include " in would reinclude us, skipping our contents because _@GUARD_PREFIX@_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif #if ! defined _@GUARD_PREFIX@_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H #define _@GUARD_PREFIX@_STDINT_H /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, LONG_MIN, LONG_MAX, ULONG_MAX, _GL_INTEGER_WIDTH. */ #include /* Override WINT_MIN and WINT_MAX if gnulib's or overrides wint_t. */ #if @GNULIB_OVERRIDES_WINT_T@ # undef WINT_MIN # undef WINT_MAX # define WINT_MIN 0x0U # define WINT_MAX 0xffffffffU #endif #if ! @HAVE_C99_STDINT_H@ /* defines some of the stdint.h types as well, on glibc, IRIX 6.5, and OpenBSD 3.8 (via ). AIX 5.2 isn't needed and causes troubles. Mac OS X 10.4.6 includes (which is us), but relies on the system definitions, so include after @NEXT_STDINT_H@. */ # if @HAVE_SYS_TYPES_H@ && ! defined _AIX # include # endif # if @HAVE_INTTYPES_H@ /* In OpenBSD 3.8, includes , which defines int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. also defines intptr_t and uintptr_t. */ # include # elif @HAVE_SYS_INTTYPES_H@ /* Solaris 7 has the types except the *_fast*_t types, and the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ # include # endif # if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__ /* Linux libc4 >= 4.6.7 and libc5 have a that defines int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is included by . */ # include # endif # undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* Minimum and maximum values for an integer type under the usual assumption. Return an unspecified value if BITS == 0, adding a check to pacify picky compilers. */ /* These are separate macros, because if you try to merge these macros into a single one, HP-UX cc rejects the resulting expression in constant expressions. */ # define _STDINT_UNSIGNED_MIN(bits, zero) \ (zero) # define _STDINT_SIGNED_MIN(bits, zero) \ (~ _STDINT_MAX (1, bits, zero)) # define _STDINT_MAX(signed, bits, zero) \ (((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1) #if !GNULIB_defined_stdint_types /* 7.18.1.1. Exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ # undef int8_t # undef uint8_t typedef signed char gl_int8_t; typedef unsigned char gl_uint8_t; # define int8_t gl_int8_t # define uint8_t gl_uint8_t # undef int16_t # undef uint16_t typedef short int gl_int16_t; typedef unsigned short int gl_uint16_t; # define int16_t gl_int16_t # define uint16_t gl_uint16_t # undef int32_t # undef uint32_t typedef int gl_int32_t; typedef unsigned int gl_uint32_t; # define int32_t gl_int32_t # define uint32_t gl_uint32_t /* If the system defines INT64_MAX, assume int64_t works. That way, if the underlying platform defines int64_t to be a 64-bit long long int, the code below won't mistakenly define it to be a 64-bit long int, which would mess up C++ name mangling. We must use #ifdef rather than #if, to avoid an error with HP-UX 10.20 cc. */ # ifdef INT64_MAX # define GL_INT64_T # else /* Do not undefine int64_t if gnulib is not being used with 64-bit types, since otherwise it breaks platforms like Tandem/NSK. */ # if LONG_MAX >> 31 >> 31 == 1 # undef int64_t typedef long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif defined _MSC_VER # undef int64_t typedef __int64 gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif @HAVE_LONG_LONG_INT@ # undef int64_t typedef long long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # endif # endif # ifdef UINT64_MAX # define GL_UINT64_T # else # if ULONG_MAX >> 31 >> 31 >> 1 == 1 # undef uint64_t typedef unsigned long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif defined _MSC_VER # undef uint64_t typedef unsigned __int64 gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif @HAVE_UNSIGNED_LONG_LONG_INT@ # undef uint64_t typedef unsigned long long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # endif # endif /* Avoid collision with Solaris 2.5.1 etc. */ # define _UINT8_T # define _UINT32_T # define _UINT64_T /* 7.18.1.2. Minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ # undef int_least8_t # undef uint_least8_t # undef int_least16_t # undef uint_least16_t # undef int_least32_t # undef uint_least32_t # undef int_least64_t # undef uint_least64_t # define int_least8_t int8_t # define uint_least8_t uint8_t # define int_least16_t int16_t # define uint_least16_t uint16_t # define int_least32_t int32_t # define uint_least32_t uint32_t # ifdef GL_INT64_T # define int_least64_t int64_t # endif # ifdef GL_UINT64_T # define uint_least64_t uint64_t # endif /* 7.18.1.3. Fastest minimum-width integer types */ /* Note: Other substitutes may define these types differently. It is not recommended to use these types in public header files. */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. The following code normally uses types consistent with glibc, as that lessens the chance of incompatibility with older GNU hosts. */ # undef int_fast8_t # undef uint_fast8_t # undef int_fast16_t # undef uint_fast16_t # undef int_fast32_t # undef uint_fast32_t # undef int_fast64_t # undef uint_fast64_t typedef signed char gl_int_fast8_t; typedef unsigned char gl_uint_fast8_t; # ifdef __sun /* Define types compatible with SunOS 5.10, so that code compiled under earlier SunOS versions works with code compiled under SunOS 5.10. */ typedef int gl_int_fast32_t; typedef unsigned int gl_uint_fast32_t; # else typedef long int gl_int_fast32_t; typedef unsigned long int gl_uint_fast32_t; # endif typedef gl_int_fast32_t gl_int_fast16_t; typedef gl_uint_fast32_t gl_uint_fast16_t; # define int_fast8_t gl_int_fast8_t # define uint_fast8_t gl_uint_fast8_t # define int_fast16_t gl_int_fast16_t # define uint_fast16_t gl_uint_fast16_t # define int_fast32_t gl_int_fast32_t # define uint_fast32_t gl_uint_fast32_t # ifdef GL_INT64_T # define int_fast64_t int64_t # endif # ifdef GL_UINT64_T # define uint_fast64_t uint64_t # endif /* 7.18.1.4. Integer types capable of holding object pointers */ /* kLIBC's stdint.h defines _INTPTR_T_DECLARED and needs its own definitions of intptr_t and uintptr_t (which use int and unsigned) to avoid clashes with declarations of system functions like sbrk. */ # ifndef _INTPTR_T_DECLARED # undef intptr_t # undef uintptr_t typedef long int gl_intptr_t; typedef unsigned long int gl_uintptr_t; # define intptr_t gl_intptr_t # define uintptr_t gl_uintptr_t # endif /* 7.18.1.5. Greatest-width integer types */ /* Note: These types are compiler dependent. It may be unwise to use them in public header files. */ /* If the system defines INTMAX_MAX, assume that intmax_t works, and similarly for UINTMAX_MAX and uintmax_t. This avoids problems with assuming one type where another is used by the system. */ # ifndef INTMAX_MAX # undef INTMAX_C # undef intmax_t # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 typedef long long int gl_intmax_t; # define intmax_t gl_intmax_t # elif defined GL_INT64_T # define intmax_t int64_t # else typedef long int gl_intmax_t; # define intmax_t gl_intmax_t # endif # endif # ifndef UINTMAX_MAX # undef UINTMAX_C # undef uintmax_t # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 typedef unsigned long long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # elif defined GL_UINT64_T # define uintmax_t uint64_t # else typedef unsigned long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # endif # endif /* Verify that intmax_t and uintmax_t have the same size. Too much code breaks if this is not the case. If this check fails, the reason is likely to be found in the autoconf macros. */ typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t) ? 1 : -1]; # define GNULIB_defined_stdint_types 1 # endif /* !GNULIB_defined_stdint_types */ /* 7.18.2. Limits of specified-width integer types */ /* 7.18.2.1. Limits of exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ # undef INT8_MIN # undef INT8_MAX # undef UINT8_MAX # define INT8_MIN (~ INT8_MAX) # define INT8_MAX 127 # define UINT8_MAX 255 # undef INT16_MIN # undef INT16_MAX # undef UINT16_MAX # define INT16_MIN (~ INT16_MAX) # define INT16_MAX 32767 # define UINT16_MAX 65535 # undef INT32_MIN # undef INT32_MAX # undef UINT32_MAX # define INT32_MIN (~ INT32_MAX) # define INT32_MAX 2147483647 # define UINT32_MAX 4294967295U # if defined GL_INT64_T && ! defined INT64_MAX /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0 evaluates the latter incorrectly in preprocessor expressions. */ # define INT64_MIN (- INTMAX_C (1) << 63) # define INT64_MAX INTMAX_C (9223372036854775807) # endif # if defined GL_UINT64_T && ! defined UINT64_MAX # define UINT64_MAX UINTMAX_C (18446744073709551615) # endif /* 7.18.2.2. Limits of minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ # undef INT_LEAST8_MIN # undef INT_LEAST8_MAX # undef UINT_LEAST8_MAX # define INT_LEAST8_MIN INT8_MIN # define INT_LEAST8_MAX INT8_MAX # define UINT_LEAST8_MAX UINT8_MAX # undef INT_LEAST16_MIN # undef INT_LEAST16_MAX # undef UINT_LEAST16_MAX # define INT_LEAST16_MIN INT16_MIN # define INT_LEAST16_MAX INT16_MAX # define UINT_LEAST16_MAX UINT16_MAX # undef INT_LEAST32_MIN # undef INT_LEAST32_MAX # undef UINT_LEAST32_MAX # define INT_LEAST32_MIN INT32_MIN # define INT_LEAST32_MAX INT32_MAX # define UINT_LEAST32_MAX UINT32_MAX # undef INT_LEAST64_MIN # undef INT_LEAST64_MAX # ifdef GL_INT64_T # define INT_LEAST64_MIN INT64_MIN # define INT_LEAST64_MAX INT64_MAX # endif # undef UINT_LEAST64_MAX # ifdef GL_UINT64_T # define UINT_LEAST64_MAX UINT64_MAX # endif /* 7.18.2.3. Limits of fastest minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. */ # undef INT_FAST8_MIN # undef INT_FAST8_MAX # undef UINT_FAST8_MAX # define INT_FAST8_MIN SCHAR_MIN # define INT_FAST8_MAX SCHAR_MAX # define UINT_FAST8_MAX UCHAR_MAX # undef INT_FAST16_MIN # undef INT_FAST16_MAX # undef UINT_FAST16_MAX # define INT_FAST16_MIN INT_FAST32_MIN # define INT_FAST16_MAX INT_FAST32_MAX # define UINT_FAST16_MAX UINT_FAST32_MAX # undef INT_FAST32_MIN # undef INT_FAST32_MAX # undef UINT_FAST32_MAX # ifdef __sun # define INT_FAST32_MIN INT_MIN # define INT_FAST32_MAX INT_MAX # define UINT_FAST32_MAX UINT_MAX # else # define INT_FAST32_MIN LONG_MIN # define INT_FAST32_MAX LONG_MAX # define UINT_FAST32_MAX ULONG_MAX # endif # undef INT_FAST64_MIN # undef INT_FAST64_MAX # ifdef GL_INT64_T # define INT_FAST64_MIN INT64_MIN # define INT_FAST64_MAX INT64_MAX # endif # undef UINT_FAST64_MAX # ifdef GL_UINT64_T # define UINT_FAST64_MAX UINT64_MAX # endif /* 7.18.2.4. Limits of integer types capable of holding object pointers */ # undef INTPTR_MIN # undef INTPTR_MAX # undef UINTPTR_MAX # define INTPTR_MIN LONG_MIN # define INTPTR_MAX LONG_MAX # define UINTPTR_MAX ULONG_MAX /* 7.18.2.5. Limits of greatest-width integer types */ # ifndef INTMAX_MAX # undef INTMAX_MIN # ifdef INT64_MAX # define INTMAX_MIN INT64_MIN # define INTMAX_MAX INT64_MAX # else # define INTMAX_MIN INT32_MIN # define INTMAX_MAX INT32_MAX # endif # endif # ifndef UINTMAX_MAX # ifdef UINT64_MAX # define UINTMAX_MAX UINT64_MAX # else # define UINTMAX_MAX UINT32_MAX # endif # endif /* 7.18.3. Limits of other integer types */ /* ptrdiff_t limits */ # undef PTRDIFF_MIN # undef PTRDIFF_MAX # if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define PTRDIFF_MIN _STDINT_SIGNED_MIN (64, 0l) # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) # else # define PTRDIFF_MIN _STDINT_SIGNED_MIN (32, 0) # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) # endif # else # define PTRDIFF_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) # define PTRDIFF_MAX \ _STDINT_MAX (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) # endif /* sig_atomic_t limits */ # undef SIG_ATOMIC_MIN # undef SIG_ATOMIC_MAX # if @HAVE_SIGNED_SIG_ATOMIC_T@ # define SIG_ATOMIC_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_SIG_ATOMIC_T@, 0@SIG_ATOMIC_T_SUFFIX@) # else # define SIG_ATOMIC_MIN \ _STDINT_UNSIGNED_MIN (@BITSIZEOF_SIG_ATOMIC_T@, 0@SIG_ATOMIC_T_SUFFIX@) # endif # define SIG_ATOMIC_MAX \ _STDINT_MAX (@HAVE_SIGNED_SIG_ATOMIC_T@, @BITSIZEOF_SIG_ATOMIC_T@, \ 0@SIG_ATOMIC_T_SUFFIX@) /* size_t limit */ # undef SIZE_MAX # if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) # else # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) # endif # else # define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) # endif /* wchar_t limits */ /* Get WCHAR_MIN, WCHAR_MAX. This include is not on the top, above, because on OSF/1 4.0 we have a sequence of nested includes -> -> -> , and the latter includes and assumes its types are already defined. */ # if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX) /* BSD/OS 4.0.1 has a bug: , and must be included before . */ # include # include # include # define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H # include # undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H # endif # undef WCHAR_MIN # undef WCHAR_MAX # if @HAVE_SIGNED_WCHAR_T@ # define WCHAR_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) # else # define WCHAR_MIN \ _STDINT_UNSIGNED_MIN (@BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) # endif # define WCHAR_MAX \ _STDINT_MAX (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) /* wint_t limits */ # undef WINT_MIN # undef WINT_MAX # if @HAVE_SIGNED_WINT_T@ # define WINT_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) # else # define WINT_MIN \ _STDINT_UNSIGNED_MIN (@BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) # endif # define WINT_MAX \ _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) /* 7.18.4. Macros for integer constants */ /* 7.18.4.1. Macros for minimum-width integer constants */ /* According to ISO C 99 Technical Corrigendum 1 */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits, and int is 32 bits. */ # undef INT8_C # undef UINT8_C # define INT8_C(x) x # define UINT8_C(x) x # undef INT16_C # undef UINT16_C # define INT16_C(x) x # define UINT16_C(x) x # undef INT32_C # undef UINT32_C # define INT32_C(x) x # define UINT32_C(x) x ## U # undef INT64_C # undef UINT64_C # if LONG_MAX >> 31 >> 31 == 1 # define INT64_C(x) x##L # elif defined _MSC_VER # define INT64_C(x) x##i64 # elif @HAVE_LONG_LONG_INT@ # define INT64_C(x) x##LL # endif # if ULONG_MAX >> 31 >> 31 >> 1 == 1 # define UINT64_C(x) x##UL # elif defined _MSC_VER # define UINT64_C(x) x##ui64 # elif @HAVE_UNSIGNED_LONG_LONG_INT@ # define UINT64_C(x) x##ULL # endif /* 7.18.4.2. Macros for greatest-width integer constants */ # ifndef INTMAX_C # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define INTMAX_C(x) x##LL # elif defined GL_INT64_T # define INTMAX_C(x) INT64_C(x) # else # define INTMAX_C(x) x##L # endif # endif # ifndef UINTMAX_C # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define UINTMAX_C(x) x##ULL # elif defined GL_UINT64_T # define UINTMAX_C(x) UINT64_C(x) # else # define UINTMAX_C(x) x##UL # endif # endif #endif /* !@HAVE_C99_STDINT_H@ */ /* Macros specified by ISO/IEC TS 18661-1:2014. */ #if (!defined UINTMAX_WIDTH \ && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) # ifdef INT8_MAX # define INT8_WIDTH _GL_INTEGER_WIDTH (INT8_MIN, INT8_MAX) # endif # ifdef UINT8_MAX # define UINT8_WIDTH _GL_INTEGER_WIDTH (0, UINT8_MAX) # endif # ifdef INT16_MAX # define INT16_WIDTH _GL_INTEGER_WIDTH (INT16_MIN, INT16_MAX) # endif # ifdef UINT16_MAX # define UINT16_WIDTH _GL_INTEGER_WIDTH (0, UINT16_MAX) # endif # ifdef INT32_MAX # define INT32_WIDTH _GL_INTEGER_WIDTH (INT32_MIN, INT32_MAX) # endif # ifdef UINT32_MAX # define UINT32_WIDTH _GL_INTEGER_WIDTH (0, UINT32_MAX) # endif # ifdef INT64_MAX # define INT64_WIDTH _GL_INTEGER_WIDTH (INT64_MIN, INT64_MAX) # endif # ifdef UINT64_MAX # define UINT64_WIDTH _GL_INTEGER_WIDTH (0, UINT64_MAX) # endif # define INT_LEAST8_WIDTH _GL_INTEGER_WIDTH (INT_LEAST8_MIN, INT_LEAST8_MAX) # define UINT_LEAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST8_MAX) # define INT_LEAST16_WIDTH _GL_INTEGER_WIDTH (INT_LEAST16_MIN, INT_LEAST16_MAX) # define UINT_LEAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST16_MAX) # define INT_LEAST32_WIDTH _GL_INTEGER_WIDTH (INT_LEAST32_MIN, INT_LEAST32_MAX) # define UINT_LEAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST32_MAX) # define INT_LEAST64_WIDTH _GL_INTEGER_WIDTH (INT_LEAST64_MIN, INT_LEAST64_MAX) # define UINT_LEAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST64_MAX) # define INT_FAST8_WIDTH _GL_INTEGER_WIDTH (INT_FAST8_MIN, INT_FAST8_MAX) # define UINT_FAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST8_MAX) # define INT_FAST16_WIDTH _GL_INTEGER_WIDTH (INT_FAST16_MIN, INT_FAST16_MAX) # define UINT_FAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST16_MAX) # define INT_FAST32_WIDTH _GL_INTEGER_WIDTH (INT_FAST32_MIN, INT_FAST32_MAX) # define UINT_FAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST32_MAX) # define INT_FAST64_WIDTH _GL_INTEGER_WIDTH (INT_FAST64_MIN, INT_FAST64_MAX) # define UINT_FAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST64_MAX) # define INTPTR_WIDTH _GL_INTEGER_WIDTH (INTPTR_MIN, INTPTR_MAX) # define UINTPTR_WIDTH _GL_INTEGER_WIDTH (0, UINTPTR_MAX) # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX) # define UINTMAX_WIDTH _GL_INTEGER_WIDTH (0, UINTMAX_MAX) # define PTRDIFF_WIDTH _GL_INTEGER_WIDTH (PTRDIFF_MIN, PTRDIFF_MAX) # define SIZE_WIDTH _GL_INTEGER_WIDTH (0, SIZE_MAX) # define WCHAR_WIDTH _GL_INTEGER_WIDTH (WCHAR_MIN, WCHAR_MAX) # ifdef WINT_MAX # define WINT_WIDTH _GL_INTEGER_WIDTH (WINT_MIN, WINT_MAX) # endif # ifdef SIG_ATOMIC_MAX # define SIG_ATOMIC_WIDTH _GL_INTEGER_WIDTH (SIG_ATOMIC_MIN, SIG_ATOMIC_MAX) # endif #endif /* !WINT_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ #endif /* _@GUARD_PREFIX@_STDINT_H */ #endif /* !(defined __ANDROID__ && ...) */ #endif /* !defined _@GUARD_PREFIX@_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ libidn2-2.0.4/unistring/malloca.h0000644000000000000000000001127413061734304013540 00000000000000/* Safe automatic memory allocation. Copyright (C) 2003-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _MALLOCA_H #define _MALLOCA_H #include #include #include #include #include "xalloc-oversized.h" #ifdef __cplusplus extern "C" { #endif /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call alloca(N); otherwise it returns NULL. It either returns N bytes of memory allocated on the stack, that lasts until the function returns, or NULL. Use of safe_alloca should be avoided: - inside arguments of function calls - undefined behaviour, - in inline functions - the allocation may actually last until the calling function returns. */ #if HAVE_ALLOCA /* The OS usually guarantees only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely allocate anything larger than 4096 bytes. Also care for the possibility of a few compiler-allocated temporary stack slots. This must be a macro, not a function. */ # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) #else # define safe_alloca(N) ((void) (N), NULL) #endif /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of memory allocated on the stack, that must be freed using freea() before the function returns. Upon failure, it returns NULL. */ #if HAVE_ALLOCA # define malloca(N) \ ((N) < 4032 - sa_increment \ ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \ : mmalloca (N)) #else # define malloca(N) \ mmalloca (N) #endif extern void * mmalloca (size_t n); /* Free a block of memory allocated through malloca(). */ #if HAVE_ALLOCA extern void freea (void *p); #else # define freea free #endif /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S). It allocates an array of N objects, each with S bytes of memory, on the stack. S must be positive and N must be nonnegative. The array must be freed using freea() before the function returns. */ #define nmalloca(n, s) (xalloc_oversized (n, s) ? NULL : malloca ((n) * (s))) #ifdef __cplusplus } #endif /* ------------------- Auxiliary, non-public definitions ------------------- */ /* Determine the alignment of a type at compile time. */ #if defined __GNUC__ || defined __IBM__ALIGNOF__ # define sa_alignof __alignof__ #elif defined __cplusplus template struct sa_alignof_helper { char __slot1; type __slot2; }; # define sa_alignof(type) offsetof (sa_alignof_helper, __slot2) #elif defined __hpux /* Work around a HP-UX 10.20 cc bug with enums constants defined as offsetof values. */ # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) #elif defined _AIX /* Work around an AIX 3.2.5 xlc bug with enums constants defined as offsetof values. */ # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) #else # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) #endif enum { /* The desired alignment of memory allocations is the maximum alignment among all elementary types. */ sa_alignment_long = sa_alignof (long), sa_alignment_double = sa_alignof (double), #if HAVE_LONG_LONG_INT sa_alignment_longlong = sa_alignof (long long), #endif sa_alignment_longdouble = sa_alignof (long double), sa_alignment_max = ((sa_alignment_long - 1) | (sa_alignment_double - 1) #if HAVE_LONG_LONG_INT | (sa_alignment_longlong - 1) #endif | (sa_alignment_longdouble - 1) ) + 1, /* The increment that guarantees room for a magic word must be >= sizeof (int) and a multiple of sa_alignment_max. */ sa_increment = ((sizeof (int) + sa_alignment_max - 1) / sa_alignment_max) * sa_alignment_max }; #endif /* _MALLOCA_H */ libidn2-2.0.4/unistring/striconveha.c0000644000000000000000000002633013061734304014447 00000000000000/* Character set conversion with error handling and autodetection. Copyright (C) 2002, 2005, 2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include "striconveha.h" #include #include #include #include "malloca.h" #include "c-strcase.h" #include "striconveh.h" #define SIZEOF(a) (sizeof(a)/sizeof(a[0])) /* Autodetection list. */ struct autodetect_alias { struct autodetect_alias *next; const char *name; const char * const *encodings_to_try; }; static const char * const autodetect_utf8_try[] = { /* Try UTF-8 first. There are very few ISO-8859-1 inputs that would be valid UTF-8, but many UTF-8 inputs are valid ISO-8859-1. */ "UTF-8", "ISO-8859-1", NULL }; static const char * const autodetect_jp_try[] = { /* Try 7-bit encoding first. If the input contains bytes >= 0x80, it will fail. Try EUC-JP next. Short SHIFT_JIS inputs may come out wrong. This is unavoidable. People will condemn SHIFT_JIS. If we tried SHIFT_JIS first, then some short EUC-JP inputs would come out wrong, and people would condemn EUC-JP and Unix, which would not be good. Finally try SHIFT_JIS. */ "ISO-2022-JP-2", "EUC-JP", "SHIFT_JIS", NULL }; static const char * const autodetect_kr_try[] = { /* Try 7-bit encoding first. If the input contains bytes >= 0x80, it will fail. Finally try EUC-KR. */ "ISO-2022-KR", "EUC-KR", NULL }; static struct autodetect_alias autodetect_predefined[] = { { &autodetect_predefined[1], "autodetect_utf8", autodetect_utf8_try }, { &autodetect_predefined[2], "autodetect_jp", autodetect_jp_try }, { NULL, "autodetect_kr", autodetect_kr_try } }; static struct autodetect_alias *autodetect_list = &autodetect_predefined[0]; static struct autodetect_alias **autodetect_list_end = &autodetect_predefined[SIZEOF(autodetect_predefined)-1].next; int uniconv_register_autodetect (const char *name, const char * const *try_in_order) { size_t namelen; size_t listlen; size_t memneed; size_t i; char *memory; struct autodetect_alias *new_alias; char *new_name; const char **new_try_in_order; /* The TRY_IN_ORDER list must not be empty. */ if (try_in_order[0] == NULL) { errno = EINVAL; return -1; } /* We must deep-copy NAME and TRY_IN_ORDER, because they may be allocated with dynamic extent. */ namelen = strlen (name) + 1; memneed = sizeof (struct autodetect_alias) + namelen + sizeof (char *); for (i = 0; try_in_order[i] != NULL; i++) memneed += sizeof (char *) + strlen (try_in_order[i]) + 1; listlen = i; memory = (char *) malloc (memneed); if (memory != NULL) { new_alias = (struct autodetect_alias *) memory; memory += sizeof (struct autodetect_alias); new_try_in_order = (const char **) memory; memory += (listlen + 1) * sizeof (char *); new_name = (char *) memory; memcpy (new_name, name, namelen); memory += namelen; for (i = 0; i < listlen; i++) { size_t len = strlen (try_in_order[i]) + 1; memcpy (memory, try_in_order[i], len); new_try_in_order[i] = (const char *) memory; memory += len; } new_try_in_order[i] = NULL; /* Now insert the new alias. */ new_alias->name = new_name; new_alias->encodings_to_try = new_try_in_order; new_alias->next = NULL; /* FIXME: Not multithread-safe. */ *autodetect_list_end = new_alias; autodetect_list_end = &new_alias->next; return 0; } else { errno = ENOMEM; return -1; } } /* Like mem_iconveha, except no handling of transliteration. */ static int mem_iconveha_notranslit (const char *src, size_t srclen, const char *from_codeset, const char *to_codeset, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp) { int retval = mem_iconveh (src, srclen, from_codeset, to_codeset, handler, offsets, resultp, lengthp); if (retval >= 0 || errno != EINVAL) return retval; else { struct autodetect_alias *alias; /* Unsupported from_codeset or to_codeset. Check whether the caller requested autodetection. */ for (alias = autodetect_list; alias != NULL; alias = alias->next) if (strcmp (from_codeset, alias->name) == 0) { const char * const *encodings; if (handler != iconveh_error) { /* First try all encodings without any forgiving. */ encodings = alias->encodings_to_try; do { retval = mem_iconveha_notranslit (src, srclen, *encodings, to_codeset, iconveh_error, offsets, resultp, lengthp); if (!(retval < 0 && errno == EILSEQ)) return retval; encodings++; } while (*encodings != NULL); } encodings = alias->encodings_to_try; do { retval = mem_iconveha_notranslit (src, srclen, *encodings, to_codeset, handler, offsets, resultp, lengthp); if (!(retval < 0 && errno == EILSEQ)) return retval; encodings++; } while (*encodings != NULL); /* Return the last call's result. */ return -1; } /* It wasn't an autodetection name. */ errno = EINVAL; return -1; } } int mem_iconveha (const char *src, size_t srclen, const char *from_codeset, const char *to_codeset, bool transliterate, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp) { if (srclen == 0) { /* Nothing to convert. */ *lengthp = 0; return 0; } /* When using GNU libc >= 2.2 or GNU libiconv >= 1.5, we want to use transliteration. */ #if (((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || __GLIBC__ > 2) \ && !defined __UCLIBC__) \ || _LIBICONV_VERSION >= 0x0105 if (transliterate) { int retval; size_t len = strlen (to_codeset); char *to_codeset_suffixed = (char *) malloca (len + 10 + 1); memcpy (to_codeset_suffixed, to_codeset, len); memcpy (to_codeset_suffixed + len, "//TRANSLIT", 10 + 1); retval = mem_iconveha_notranslit (src, srclen, from_codeset, to_codeset_suffixed, handler, offsets, resultp, lengthp); freea (to_codeset_suffixed); return retval; } else #endif return mem_iconveha_notranslit (src, srclen, from_codeset, to_codeset, handler, offsets, resultp, lengthp); } /* Like str_iconveha, except no handling of transliteration. */ static char * str_iconveha_notranslit (const char *src, const char *from_codeset, const char *to_codeset, enum iconv_ilseq_handler handler) { char *result = str_iconveh (src, from_codeset, to_codeset, handler); if (result != NULL || errno != EINVAL) return result; else { struct autodetect_alias *alias; /* Unsupported from_codeset or to_codeset. Check whether the caller requested autodetection. */ for (alias = autodetect_list; alias != NULL; alias = alias->next) if (strcmp (from_codeset, alias->name) == 0) { const char * const *encodings; if (handler != iconveh_error) { /* First try all encodings without any forgiving. */ encodings = alias->encodings_to_try; do { result = str_iconveha_notranslit (src, *encodings, to_codeset, iconveh_error); if (!(result == NULL && errno == EILSEQ)) return result; encodings++; } while (*encodings != NULL); } encodings = alias->encodings_to_try; do { result = str_iconveha_notranslit (src, *encodings, to_codeset, handler); if (!(result == NULL && errno == EILSEQ)) return result; encodings++; } while (*encodings != NULL); /* Return the last call's result. */ return NULL; } /* It wasn't an autodetection name. */ errno = EINVAL; return NULL; } } char * str_iconveha (const char *src, const char *from_codeset, const char *to_codeset, bool transliterate, enum iconv_ilseq_handler handler) { if (*src == '\0' || c_strcasecmp (from_codeset, to_codeset) == 0) { char *result = strdup (src); if (result == NULL) errno = ENOMEM; return result; } /* When using GNU libc >= 2.2 or GNU libiconv >= 1.5, we want to use transliteration. */ #if (((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || __GLIBC__ > 2) \ && !defined __UCLIBC__) \ || _LIBICONV_VERSION >= 0x0105 if (transliterate) { char *result; size_t len = strlen (to_codeset); char *to_codeset_suffixed = (char *) malloca (len + 10 + 1); memcpy (to_codeset_suffixed, to_codeset, len); memcpy (to_codeset_suffixed + len, "//TRANSLIT", 10 + 1); result = str_iconveha_notranslit (src, from_codeset, to_codeset_suffixed, handler); freea (to_codeset_suffixed); return result; } else #endif return str_iconveha_notranslit (src, from_codeset, to_codeset, handler); } libidn2-2.0.4/unistring/unictype.in.h0000644000000000000000000012104113061734305014370 00000000000000/* Unicode character classification and properties. Copyright (C) 2002, 2005-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _UNICTYPE_H #define _UNICTYPE_H #include "unitypes.h" /* Get bool. */ #include /* Get size_t. */ #include #ifdef __cplusplus extern "C" { #endif /* ========================================================================= */ /* Field 1 of Unicode Character Database: Character name. See "uniname.h". */ /* ========================================================================= */ /* Field 2 of Unicode Character Database: General category. */ /* Data type denoting a General category value. This is not just a bitmask, but rather a bitmask and a pointer to the lookup table, so that programs that use only the predefined bitmasks (i.e. don't combine bitmasks with & and |) don't have a link-time dependency towards the big general table. */ typedef struct { uint32_t bitmask : 31; /*bool*/ unsigned int generic : 1; union { const void *table; /* when generic is 0 */ bool (*lookup_fn) (ucs4_t uc, uint32_t bitmask); /* when generic is 1 */ } lookup; } uc_general_category_t; /* Bits and bit masks denoting General category values. UnicodeData-3.2.0.html says a 32-bit integer will always suffice to represent them. These bit masks can only be used with the uc_is_general_category_withtable function. */ enum { UC_CATEGORY_MASK_L = 0x0000001f, UC_CATEGORY_MASK_LC = 0x00000007, UC_CATEGORY_MASK_Lu = 0x00000001, UC_CATEGORY_MASK_Ll = 0x00000002, UC_CATEGORY_MASK_Lt = 0x00000004, UC_CATEGORY_MASK_Lm = 0x00000008, UC_CATEGORY_MASK_Lo = 0x00000010, UC_CATEGORY_MASK_M = 0x000000e0, UC_CATEGORY_MASK_Mn = 0x00000020, UC_CATEGORY_MASK_Mc = 0x00000040, UC_CATEGORY_MASK_Me = 0x00000080, UC_CATEGORY_MASK_N = 0x00000700, UC_CATEGORY_MASK_Nd = 0x00000100, UC_CATEGORY_MASK_Nl = 0x00000200, UC_CATEGORY_MASK_No = 0x00000400, UC_CATEGORY_MASK_P = 0x0003f800, UC_CATEGORY_MASK_Pc = 0x00000800, UC_CATEGORY_MASK_Pd = 0x00001000, UC_CATEGORY_MASK_Ps = 0x00002000, UC_CATEGORY_MASK_Pe = 0x00004000, UC_CATEGORY_MASK_Pi = 0x00008000, UC_CATEGORY_MASK_Pf = 0x00010000, UC_CATEGORY_MASK_Po = 0x00020000, UC_CATEGORY_MASK_S = 0x003c0000, UC_CATEGORY_MASK_Sm = 0x00040000, UC_CATEGORY_MASK_Sc = 0x00080000, UC_CATEGORY_MASK_Sk = 0x00100000, UC_CATEGORY_MASK_So = 0x00200000, UC_CATEGORY_MASK_Z = 0x01c00000, UC_CATEGORY_MASK_Zs = 0x00400000, UC_CATEGORY_MASK_Zl = 0x00800000, UC_CATEGORY_MASK_Zp = 0x01000000, UC_CATEGORY_MASK_C = 0x3e000000, UC_CATEGORY_MASK_Cc = 0x02000000, UC_CATEGORY_MASK_Cf = 0x04000000, UC_CATEGORY_MASK_Cs = 0x08000000, UC_CATEGORY_MASK_Co = 0x10000000, UC_CATEGORY_MASK_Cn = 0x20000000 }; /* Predefined General category values. */ extern const uc_general_category_t UC_CATEGORY_L; extern const uc_general_category_t UC_CATEGORY_LC; extern const uc_general_category_t UC_CATEGORY_Lu; extern const uc_general_category_t UC_CATEGORY_Ll; extern const uc_general_category_t UC_CATEGORY_Lt; extern const uc_general_category_t UC_CATEGORY_Lm; extern const uc_general_category_t UC_CATEGORY_Lo; extern const uc_general_category_t UC_CATEGORY_M; extern const uc_general_category_t UC_CATEGORY_Mn; extern const uc_general_category_t UC_CATEGORY_Mc; extern const uc_general_category_t UC_CATEGORY_Me; extern const uc_general_category_t UC_CATEGORY_N; extern const uc_general_category_t UC_CATEGORY_Nd; extern const uc_general_category_t UC_CATEGORY_Nl; extern const uc_general_category_t UC_CATEGORY_No; extern const uc_general_category_t UC_CATEGORY_P; extern const uc_general_category_t UC_CATEGORY_Pc; extern const uc_general_category_t UC_CATEGORY_Pd; extern const uc_general_category_t UC_CATEGORY_Ps; extern const uc_general_category_t UC_CATEGORY_Pe; extern const uc_general_category_t UC_CATEGORY_Pi; extern const uc_general_category_t UC_CATEGORY_Pf; extern const uc_general_category_t UC_CATEGORY_Po; extern const uc_general_category_t UC_CATEGORY_S; extern const uc_general_category_t UC_CATEGORY_Sm; extern const uc_general_category_t UC_CATEGORY_Sc; extern const uc_general_category_t UC_CATEGORY_Sk; extern const uc_general_category_t UC_CATEGORY_So; extern const uc_general_category_t UC_CATEGORY_Z; extern const uc_general_category_t UC_CATEGORY_Zs; extern const uc_general_category_t UC_CATEGORY_Zl; extern const uc_general_category_t UC_CATEGORY_Zp; extern const uc_general_category_t UC_CATEGORY_C; extern const uc_general_category_t UC_CATEGORY_Cc; extern const uc_general_category_t UC_CATEGORY_Cf; extern const uc_general_category_t UC_CATEGORY_Cs; extern const uc_general_category_t UC_CATEGORY_Co; extern const uc_general_category_t UC_CATEGORY_Cn; /* Non-public. */ extern const uc_general_category_t _UC_CATEGORY_NONE; /* Alias names for predefined General category values. */ #define UC_LETTER UC_CATEGORY_L #define UC_CASED_LETTER UC_CATEGORY_LC #define UC_UPPERCASE_LETTER UC_CATEGORY_Lu #define UC_LOWERCASE_LETTER UC_CATEGORY_Ll #define UC_TITLECASE_LETTER UC_CATEGORY_Lt #define UC_MODIFIER_LETTER UC_CATEGORY_Lm #define UC_OTHER_LETTER UC_CATEGORY_Lo #define UC_MARK UC_CATEGORY_M #define UC_NON_SPACING_MARK UC_CATEGORY_Mn #define UC_COMBINING_SPACING_MARK UC_CATEGORY_Mc #define UC_ENCLOSING_MARK UC_CATEGORY_Me #define UC_NUMBER UC_CATEGORY_N #define UC_DECIMAL_DIGIT_NUMBER UC_CATEGORY_Nd #define UC_LETTER_NUMBER UC_CATEGORY_Nl #define UC_OTHER_NUMBER UC_CATEGORY_No #define UC_PUNCTUATION UC_CATEGORY_P #define UC_CONNECTOR_PUNCTUATION UC_CATEGORY_Pc #define UC_DASH_PUNCTUATION UC_CATEGORY_Pd #define UC_OPEN_PUNCTUATION UC_CATEGORY_Ps /* a.k.a. UC_START_PUNCTUATION */ #define UC_CLOSE_PUNCTUATION UC_CATEGORY_Pe /* a.k.a. UC_END_PUNCTUATION */ #define UC_INITIAL_QUOTE_PUNCTUATION UC_CATEGORY_Pi #define UC_FINAL_QUOTE_PUNCTUATION UC_CATEGORY_Pf #define UC_OTHER_PUNCTUATION UC_CATEGORY_Po #define UC_SYMBOL UC_CATEGORY_S #define UC_MATH_SYMBOL UC_CATEGORY_Sm #define UC_CURRENCY_SYMBOL UC_CATEGORY_Sc #define UC_MODIFIER_SYMBOL UC_CATEGORY_Sk #define UC_OTHER_SYMBOL UC_CATEGORY_So #define UC_SEPARATOR UC_CATEGORY_Z #define UC_SPACE_SEPARATOR UC_CATEGORY_Zs #define UC_LINE_SEPARATOR UC_CATEGORY_Zl #define UC_PARAGRAPH_SEPARATOR UC_CATEGORY_Zp #define UC_OTHER UC_CATEGORY_C #define UC_CONTROL UC_CATEGORY_Cc #define UC_FORMAT UC_CATEGORY_Cf #define UC_SURROGATE UC_CATEGORY_Cs /* all of them are invalid characters */ #define UC_PRIVATE_USE UC_CATEGORY_Co #define UC_UNASSIGNED UC_CATEGORY_Cn /* some of them are invalid characters */ /* Return the union of two general categories. This corresponds to the unions of the two sets of characters. */ extern uc_general_category_t uc_general_category_or (uc_general_category_t category1, uc_general_category_t category2); /* Return the intersection of two general categories as bit masks. This *does*not* correspond to the intersection of the two sets of characters. */ extern uc_general_category_t uc_general_category_and (uc_general_category_t category1, uc_general_category_t category2); /* Return the intersection of a general category with the complement of a second general category, as bit masks. This *does*not* correspond to the intersection with complement, when viewing the categories as sets of characters. */ extern uc_general_category_t uc_general_category_and_not (uc_general_category_t category1, uc_general_category_t category2); /* Return the name of a general category. */ extern const char * uc_general_category_name (uc_general_category_t category) _UC_ATTRIBUTE_PURE; /* Return the long name of a general category. */ extern const char * uc_general_category_long_name (uc_general_category_t category) _UC_ATTRIBUTE_PURE; /* Return the general category given by name, e.g. "Lu", or by long name, e.g. "Uppercase Letter". */ extern uc_general_category_t uc_general_category_byname (const char *category_name) _UC_ATTRIBUTE_PURE; /* Return the general category of a Unicode character. */ extern uc_general_category_t uc_general_category (ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Test whether a Unicode character belongs to a given category. The CATEGORY argument can be the combination of several predefined general categories. */ extern bool uc_is_general_category (ucs4_t uc, uc_general_category_t category) _UC_ATTRIBUTE_PURE; /* Likewise. This function uses a big table comprising all categories. */ extern bool uc_is_general_category_withtable (ucs4_t uc, uint32_t bitmask) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Field 3 of Unicode Character Database: Canonical combining class. */ /* The possible results of uc_combining_class (0..255) are described in UCD.html. The list here is not definitive; more values can be added in future versions. */ enum { UC_CCC_NR = 0, /* Not Reordered */ UC_CCC_OV = 1, /* Overlay */ UC_CCC_NK = 7, /* Nukta */ UC_CCC_KV = 8, /* Kana Voicing */ UC_CCC_VR = 9, /* Virama */ UC_CCC_ATBL = 200, /* Attached Below Left */ UC_CCC_ATB = 202, /* Attached Below */ UC_CCC_ATA = 214, /* Attached Above */ UC_CCC_ATAR = 216, /* Attached Above Right */ UC_CCC_BL = 218, /* Below Left */ UC_CCC_B = 220, /* Below */ UC_CCC_BR = 222, /* Below Right */ UC_CCC_L = 224, /* Left */ UC_CCC_R = 226, /* Right */ UC_CCC_AL = 228, /* Above Left */ UC_CCC_A = 230, /* Above */ UC_CCC_AR = 232, /* Above Right */ UC_CCC_DB = 233, /* Double Below */ UC_CCC_DA = 234, /* Double Above */ UC_CCC_IS = 240 /* Iota Subscript */ }; /* Return the canonical combining class of a Unicode character. */ extern int uc_combining_class (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Return the name of a canonical combining class. */ extern const char * uc_combining_class_name (int ccc) _UC_ATTRIBUTE_CONST; /* Return the long name of a canonical combining class. */ extern const char * uc_combining_class_long_name (int ccc) _UC_ATTRIBUTE_CONST; /* Return the canonical combining class given by name, e.g. "BL", or by long name, e.g. "Below Left". */ extern int uc_combining_class_byname (const char *ccc_name) _UC_ATTRIBUTE_PURE; /* ========================================================================= */ /* Field 4 of Unicode Character Database: Bidi class. Before Unicode 4.0, this field was called "Bidirectional category". */ enum { UC_BIDI_L, /* Left-to-Right */ UC_BIDI_LRE, /* Left-to-Right Embedding */ UC_BIDI_LRO, /* Left-to-Right Override */ UC_BIDI_R, /* Right-to-Left */ UC_BIDI_AL, /* Right-to-Left Arabic */ UC_BIDI_RLE, /* Right-to-Left Embedding */ UC_BIDI_RLO, /* Right-to-Left Override */ UC_BIDI_PDF, /* Pop Directional Format */ UC_BIDI_EN, /* European Number */ UC_BIDI_ES, /* European Number Separator */ UC_BIDI_ET, /* European Number Terminator */ UC_BIDI_AN, /* Arabic Number */ UC_BIDI_CS, /* Common Number Separator */ UC_BIDI_NSM, /* Non-Spacing Mark */ UC_BIDI_BN, /* Boundary Neutral */ UC_BIDI_B, /* Paragraph Separator */ UC_BIDI_S, /* Segment Separator */ UC_BIDI_WS, /* Whitespace */ UC_BIDI_ON, /* Other Neutral */ UC_BIDI_LRI, /* Left-to-Right Isolate */ UC_BIDI_RLI, /* Right-to-Left Isolate */ UC_BIDI_FSI, /* First Strong Isolate */ UC_BIDI_PDI /* Pop Directional Isolate */ }; /* Return the name of a bidi class. */ extern const char * uc_bidi_class_name (int bidi_class) _UC_ATTRIBUTE_CONST; /* Same; obsolete function name. */ extern const char * uc_bidi_category_name (int category) _UC_ATTRIBUTE_CONST; /* Return the long name of a bidi class. */ extern const char * uc_bidi_class_long_name (int bidi_class) _UC_ATTRIBUTE_CONST; /* Return the bidi class given by name, e.g. "LRE", or by long name, e.g. "Left-to-Right Embedding". */ extern int uc_bidi_class_byname (const char *bidi_class_name) _UC_ATTRIBUTE_PURE; /* Same; obsolete function name. */ extern int uc_bidi_category_byname (const char *category_name) _UC_ATTRIBUTE_PURE; /* Return the bidi class of a Unicode character. */ extern int uc_bidi_class (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Same; obsolete function name. */ extern int uc_bidi_category (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test whether a Unicode character belongs to a given bidi class. */ extern bool uc_is_bidi_class (ucs4_t uc, int bidi_class) _UC_ATTRIBUTE_CONST; /* Same; obsolete function name. */ extern bool uc_is_bidi_category (ucs4_t uc, int category) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Field 5 of Unicode Character Database: Character decomposition mapping. See "uninorm.h". */ /* ========================================================================= */ /* Field 6 of Unicode Character Database: Decimal digit value. */ /* Return the decimal digit value of a Unicode character. */ extern int uc_decimal_value (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Field 7 of Unicode Character Database: Digit value. */ /* Return the digit value of a Unicode character. */ extern int uc_digit_value (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Field 8 of Unicode Character Database: Numeric value. */ /* Return the numeric value of a Unicode character. */ typedef struct { int numerator; int denominator; } uc_fraction_t; extern uc_fraction_t uc_numeric_value (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Field 9 of Unicode Character Database: Mirrored. */ /* Return the mirrored character of a Unicode character UC in *PUC. */ extern bool uc_mirror_char (ucs4_t uc, ucs4_t *puc); /* ========================================================================= */ /* Field 10 of Unicode Character Database: Unicode 1.0 Name. Not available in this library. */ /* ========================================================================= */ /* Field 11 of Unicode Character Database: ISO 10646 comment. Not available in this library. */ /* ========================================================================= */ /* Field 12, 13, 14 of Unicode Character Database: Uppercase mapping, lowercase mapping, titlecase mapping. See "unicase.h". */ /* ========================================================================= */ /* Field 2 of the file ArabicShaping.txt in the Unicode Character Database. */ /* Possible joining types. */ enum { UC_JOINING_TYPE_U, /* Non_Joining */ UC_JOINING_TYPE_T, /* Transparent */ UC_JOINING_TYPE_C, /* Join_Causing */ UC_JOINING_TYPE_L, /* Left_Joining */ UC_JOINING_TYPE_R, /* Right_Joining */ UC_JOINING_TYPE_D /* Dual_Joining */ }; /* Return the name of a joining type. */ extern const char * uc_joining_type_name (int joining_type) _UC_ATTRIBUTE_CONST; /* Return the long name of a joining type. */ extern const char * uc_joining_type_long_name (int joining_type) _UC_ATTRIBUTE_CONST; /* Return the joining type given by name, e.g. "D", or by long name, e.g. "Dual Joining". */ extern int uc_joining_type_byname (const char *joining_type_name) _UC_ATTRIBUTE_PURE; /* Return the joining type of a Unicode character. */ extern int uc_joining_type (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Field 3 of the file ArabicShaping.txt in the Unicode Character Database. */ /* Possible joining groups. This enumeration may be extended in the future. */ enum { UC_JOINING_GROUP_NONE, /* No_Joining_Group */ UC_JOINING_GROUP_AIN, /* Ain */ UC_JOINING_GROUP_ALAPH, /* Alaph */ UC_JOINING_GROUP_ALEF, /* Alef */ UC_JOINING_GROUP_BEH, /* Beh */ UC_JOINING_GROUP_BETH, /* Beth */ UC_JOINING_GROUP_BURUSHASKI_YEH_BARREE, /* Burushaski_Yeh_Barree */ UC_JOINING_GROUP_DAL, /* Dal */ UC_JOINING_GROUP_DALATH_RISH, /* Dalath_Rish */ UC_JOINING_GROUP_E, /* E */ UC_JOINING_GROUP_FARSI_YEH, /* Farsi_Yeh */ UC_JOINING_GROUP_FE, /* Fe */ UC_JOINING_GROUP_FEH, /* Feh */ UC_JOINING_GROUP_FINAL_SEMKATH, /* Final_Semkath */ UC_JOINING_GROUP_GAF, /* Gaf */ UC_JOINING_GROUP_GAMAL, /* Gamal */ UC_JOINING_GROUP_HAH, /* Hah */ UC_JOINING_GROUP_HE, /* He */ UC_JOINING_GROUP_HEH, /* Heh */ UC_JOINING_GROUP_HEH_GOAL, /* Heh_Goal */ UC_JOINING_GROUP_HETH, /* Heth */ UC_JOINING_GROUP_KAF, /* Kaf */ UC_JOINING_GROUP_KAPH, /* Kaph */ UC_JOINING_GROUP_KHAPH, /* Khaph */ UC_JOINING_GROUP_KNOTTED_HEH, /* Knotted_Heh */ UC_JOINING_GROUP_LAM, /* Lam */ UC_JOINING_GROUP_LAMADH, /* Lamadh */ UC_JOINING_GROUP_MEEM, /* Meem */ UC_JOINING_GROUP_MIM, /* Mim */ UC_JOINING_GROUP_NOON, /* Noon */ UC_JOINING_GROUP_NUN, /* Nun */ UC_JOINING_GROUP_NYA, /* Nya */ UC_JOINING_GROUP_PE, /* Pe */ UC_JOINING_GROUP_QAF, /* Qaf */ UC_JOINING_GROUP_QAPH, /* Qaph */ UC_JOINING_GROUP_REH, /* Reh */ UC_JOINING_GROUP_REVERSED_PE, /* Reversed_Pe */ UC_JOINING_GROUP_SAD, /* Sad */ UC_JOINING_GROUP_SADHE, /* Sadhe */ UC_JOINING_GROUP_SEEN, /* Seen */ UC_JOINING_GROUP_SEMKATH, /* Semkath */ UC_JOINING_GROUP_SHIN, /* Shin */ UC_JOINING_GROUP_SWASH_KAF, /* Swash_Kaf */ UC_JOINING_GROUP_SYRIAC_WAW, /* Syriac_Waw */ UC_JOINING_GROUP_TAH, /* Tah */ UC_JOINING_GROUP_TAW, /* Taw */ UC_JOINING_GROUP_TEH_MARBUTA, /* Teh_Marbuta */ UC_JOINING_GROUP_TEH_MARBUTA_GOAL, /* Teh_Marbuta_Goal */ UC_JOINING_GROUP_TETH, /* Teth */ UC_JOINING_GROUP_WAW, /* Waw */ UC_JOINING_GROUP_YEH, /* Yeh */ UC_JOINING_GROUP_YEH_BARREE, /* Yeh_Barree */ UC_JOINING_GROUP_YEH_WITH_TAIL, /* Yeh_With_Tail */ UC_JOINING_GROUP_YUDH, /* Yudh */ UC_JOINING_GROUP_YUDH_HE, /* Yudh_He */ UC_JOINING_GROUP_ZAIN, /* Zain */ UC_JOINING_GROUP_ZHAIN, /* Zhain */ UC_JOINING_GROUP_ROHINGYA_YEH, /* Rohingya_Yeh */ UC_JOINING_GROUP_STRAIGHT_WAW, /* Straight_Waw */ UC_JOINING_GROUP_MANICHAEAN_ALEPH, /* Manichaean_Aleph */ UC_JOINING_GROUP_MANICHAEAN_BETH, /* Manichaean_Beth */ UC_JOINING_GROUP_MANICHAEAN_GIMEL, /* Manichaean_Gimel */ UC_JOINING_GROUP_MANICHAEAN_DALETH, /* Manichaean_Daleth */ UC_JOINING_GROUP_MANICHAEAN_WAW, /* Manichaean_Waw */ UC_JOINING_GROUP_MANICHAEAN_ZAYIN, /* Manichaean_Zayin */ UC_JOINING_GROUP_MANICHAEAN_HETH, /* Manichaean_Heth */ UC_JOINING_GROUP_MANICHAEAN_TETH, /* Manichaean_Teth */ UC_JOINING_GROUP_MANICHAEAN_YODH, /* Manichaean_Yodh */ UC_JOINING_GROUP_MANICHAEAN_KAPH, /* Manichaean_Kaph */ UC_JOINING_GROUP_MANICHAEAN_LAMEDH, /* Manichaean_Lamedh */ UC_JOINING_GROUP_MANICHAEAN_DHAMEDH, /* Manichaean_Dhamedh */ UC_JOINING_GROUP_MANICHAEAN_THAMEDH, /* Manichaean_Thamedh */ UC_JOINING_GROUP_MANICHAEAN_MEM, /* Manichaean_Mem */ UC_JOINING_GROUP_MANICHAEAN_NUN, /* Manichaean_Nun */ UC_JOINING_GROUP_MANICHAEAN_SAMEKH, /* Manichaean_Aleph */ UC_JOINING_GROUP_MANICHAEAN_AYIN, /* Manichaean_Ayin */ UC_JOINING_GROUP_MANICHAEAN_PE, /* Manichaean_Pe */ UC_JOINING_GROUP_MANICHAEAN_SADHE, /* Manichaean_Sadhe */ UC_JOINING_GROUP_MANICHAEAN_QOPH, /* Manichaean_Qoph */ UC_JOINING_GROUP_MANICHAEAN_RESH, /* Manichaean_Resh */ UC_JOINING_GROUP_MANICHAEAN_TAW, /* Manichaean_Taw */ UC_JOINING_GROUP_MANICHAEAN_ONE, /* Manichaean_One */ UC_JOINING_GROUP_MANICHAEAN_FIVE, /* Manichaean_Five */ UC_JOINING_GROUP_MANICHAEAN_TEN, /* Manichaean_Ten */ UC_JOINING_GROUP_MANICHAEAN_TWENTY, /* Manichaean_Twenty */ UC_JOINING_GROUP_MANICHAEAN_HUNDRED /* Manichaean_Hundred */ }; /* Return the name of a joining group. */ extern const char * uc_joining_group_name (int joining_group) _UC_ATTRIBUTE_CONST; /* Return the joining group given by name, e.g. "Teh_Marbuta". */ extern int uc_joining_group_byname (const char *joining_group_name) _UC_ATTRIBUTE_PURE; /* Return the joining group of a Unicode character. */ extern int uc_joining_group (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Common API for properties. */ /* Data type denoting a property. This is not just a number, but rather a pointer to the test functions, so that programs that use only few of the properties don't have a link-time dependency towards all the tables. */ typedef struct { bool (*test_fn) (ucs4_t uc); } uc_property_t; /* Predefined properties. */ /* General. */ extern const uc_property_t UC_PROPERTY_WHITE_SPACE; extern const uc_property_t UC_PROPERTY_ALPHABETIC; extern const uc_property_t UC_PROPERTY_OTHER_ALPHABETIC; extern const uc_property_t UC_PROPERTY_NOT_A_CHARACTER; extern const uc_property_t UC_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT; extern const uc_property_t UC_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT; extern const uc_property_t UC_PROPERTY_DEPRECATED; extern const uc_property_t UC_PROPERTY_LOGICAL_ORDER_EXCEPTION; extern const uc_property_t UC_PROPERTY_VARIATION_SELECTOR; extern const uc_property_t UC_PROPERTY_PRIVATE_USE; extern const uc_property_t UC_PROPERTY_UNASSIGNED_CODE_VALUE; /* Case. */ extern const uc_property_t UC_PROPERTY_UPPERCASE; extern const uc_property_t UC_PROPERTY_OTHER_UPPERCASE; extern const uc_property_t UC_PROPERTY_LOWERCASE; extern const uc_property_t UC_PROPERTY_OTHER_LOWERCASE; extern const uc_property_t UC_PROPERTY_TITLECASE; extern const uc_property_t UC_PROPERTY_CASED; extern const uc_property_t UC_PROPERTY_CASE_IGNORABLE; extern const uc_property_t UC_PROPERTY_CHANGES_WHEN_LOWERCASED; extern const uc_property_t UC_PROPERTY_CHANGES_WHEN_UPPERCASED; extern const uc_property_t UC_PROPERTY_CHANGES_WHEN_TITLECASED; extern const uc_property_t UC_PROPERTY_CHANGES_WHEN_CASEFOLDED; extern const uc_property_t UC_PROPERTY_CHANGES_WHEN_CASEMAPPED; extern const uc_property_t UC_PROPERTY_SOFT_DOTTED; /* Identifiers. */ extern const uc_property_t UC_PROPERTY_ID_START; extern const uc_property_t UC_PROPERTY_OTHER_ID_START; extern const uc_property_t UC_PROPERTY_ID_CONTINUE; extern const uc_property_t UC_PROPERTY_OTHER_ID_CONTINUE; extern const uc_property_t UC_PROPERTY_XID_START; extern const uc_property_t UC_PROPERTY_XID_CONTINUE; extern const uc_property_t UC_PROPERTY_PATTERN_WHITE_SPACE; extern const uc_property_t UC_PROPERTY_PATTERN_SYNTAX; /* Shaping and rendering. */ extern const uc_property_t UC_PROPERTY_JOIN_CONTROL; extern const uc_property_t UC_PROPERTY_GRAPHEME_BASE; extern const uc_property_t UC_PROPERTY_GRAPHEME_EXTEND; extern const uc_property_t UC_PROPERTY_OTHER_GRAPHEME_EXTEND; extern const uc_property_t UC_PROPERTY_GRAPHEME_LINK; /* Bidi. */ extern const uc_property_t UC_PROPERTY_BIDI_CONTROL; extern const uc_property_t UC_PROPERTY_BIDI_LEFT_TO_RIGHT; extern const uc_property_t UC_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT; extern const uc_property_t UC_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT; extern const uc_property_t UC_PROPERTY_BIDI_EUROPEAN_DIGIT; extern const uc_property_t UC_PROPERTY_BIDI_EUR_NUM_SEPARATOR; extern const uc_property_t UC_PROPERTY_BIDI_EUR_NUM_TERMINATOR; extern const uc_property_t UC_PROPERTY_BIDI_ARABIC_DIGIT; extern const uc_property_t UC_PROPERTY_BIDI_COMMON_SEPARATOR; extern const uc_property_t UC_PROPERTY_BIDI_BLOCK_SEPARATOR; extern const uc_property_t UC_PROPERTY_BIDI_SEGMENT_SEPARATOR; extern const uc_property_t UC_PROPERTY_BIDI_WHITESPACE; extern const uc_property_t UC_PROPERTY_BIDI_NON_SPACING_MARK; extern const uc_property_t UC_PROPERTY_BIDI_BOUNDARY_NEUTRAL; extern const uc_property_t UC_PROPERTY_BIDI_PDF; extern const uc_property_t UC_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE; extern const uc_property_t UC_PROPERTY_BIDI_OTHER_NEUTRAL; /* Numeric. */ extern const uc_property_t UC_PROPERTY_HEX_DIGIT; extern const uc_property_t UC_PROPERTY_ASCII_HEX_DIGIT; /* CJK. */ extern const uc_property_t UC_PROPERTY_IDEOGRAPHIC; extern const uc_property_t UC_PROPERTY_UNIFIED_IDEOGRAPH; extern const uc_property_t UC_PROPERTY_RADICAL; extern const uc_property_t UC_PROPERTY_IDS_BINARY_OPERATOR; extern const uc_property_t UC_PROPERTY_IDS_TRINARY_OPERATOR; /* Misc. */ extern const uc_property_t UC_PROPERTY_ZERO_WIDTH; extern const uc_property_t UC_PROPERTY_SPACE; extern const uc_property_t UC_PROPERTY_NON_BREAK; extern const uc_property_t UC_PROPERTY_ISO_CONTROL; extern const uc_property_t UC_PROPERTY_FORMAT_CONTROL; extern const uc_property_t UC_PROPERTY_DASH; extern const uc_property_t UC_PROPERTY_HYPHEN; extern const uc_property_t UC_PROPERTY_PUNCTUATION; extern const uc_property_t UC_PROPERTY_LINE_SEPARATOR; extern const uc_property_t UC_PROPERTY_PARAGRAPH_SEPARATOR; extern const uc_property_t UC_PROPERTY_QUOTATION_MARK; extern const uc_property_t UC_PROPERTY_SENTENCE_TERMINAL; extern const uc_property_t UC_PROPERTY_TERMINAL_PUNCTUATION; extern const uc_property_t UC_PROPERTY_CURRENCY_SYMBOL; extern const uc_property_t UC_PROPERTY_MATH; extern const uc_property_t UC_PROPERTY_OTHER_MATH; extern const uc_property_t UC_PROPERTY_PAIRED_PUNCTUATION; extern const uc_property_t UC_PROPERTY_LEFT_OF_PAIR; extern const uc_property_t UC_PROPERTY_COMBINING; extern const uc_property_t UC_PROPERTY_COMPOSITE; extern const uc_property_t UC_PROPERTY_DECIMAL_DIGIT; extern const uc_property_t UC_PROPERTY_NUMERIC; extern const uc_property_t UC_PROPERTY_DIACRITIC; extern const uc_property_t UC_PROPERTY_EXTENDER; extern const uc_property_t UC_PROPERTY_IGNORABLE_CONTROL; /* Return the property given by name, e.g. "White space". */ extern uc_property_t uc_property_byname (const char *property_name); /* Test whether a property is valid. */ #define uc_property_is_valid(property) ((property).test_fn != NULL) /* Test whether a Unicode character has a given property. */ extern bool uc_is_property (ucs4_t uc, uc_property_t property); extern bool uc_is_property_white_space (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_alphabetic (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_alphabetic (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_not_a_character (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_default_ignorable_code_point (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_default_ignorable_code_point (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_deprecated (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_logical_order_exception (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_variation_selector (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_private_use (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_unassigned_code_value (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_uppercase (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_uppercase (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_lowercase (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_lowercase (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_titlecase (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_cased (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_case_ignorable (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_changes_when_lowercased (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_changes_when_uppercased (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_changes_when_titlecased (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_changes_when_casefolded (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_changes_when_casemapped (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_soft_dotted (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_id_start (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_id_start (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_id_continue (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_id_continue (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_xid_start (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_xid_continue (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_pattern_white_space (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_pattern_syntax (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_join_control (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_grapheme_base (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_grapheme_extend (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_grapheme_extend (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_grapheme_link (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_control (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_left_to_right (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_hebrew_right_to_left (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_arabic_right_to_left (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_european_digit (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_eur_num_separator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_eur_num_terminator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_arabic_digit (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_common_separator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_block_separator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_segment_separator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_whitespace (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_non_spacing_mark (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_boundary_neutral (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_pdf (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_embedding_or_override (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_bidi_other_neutral (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_hex_digit (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_ascii_hex_digit (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_ideographic (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_unified_ideograph (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_radical (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_ids_binary_operator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_ids_trinary_operator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_zero_width (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_space (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_non_break (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_iso_control (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_format_control (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_dash (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_hyphen (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_punctuation (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_line_separator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_paragraph_separator (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_quotation_mark (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_sentence_terminal (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_terminal_punctuation (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_currency_symbol (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_math (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_other_math (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_paired_punctuation (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_left_of_pair (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_combining (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_composite (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_decimal_digit (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_numeric (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_diacritic (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_extender (ucs4_t uc) _UC_ATTRIBUTE_CONST; extern bool uc_is_property_ignorable_control (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Subdivision of the Unicode characters into scripts. */ typedef struct { unsigned int code : 21; unsigned int start : 1; unsigned int end : 1; } uc_interval_t; typedef struct { unsigned int nintervals; const uc_interval_t *intervals; const char *name; } uc_script_t; /* Return the script of a Unicode character. */ extern const uc_script_t * uc_script (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Return the script given by name, e.g. "HAN". */ extern const uc_script_t * uc_script_byname (const char *script_name) _UC_ATTRIBUTE_PURE; /* Test whether a Unicode character belongs to a given script. */ extern bool uc_is_script (ucs4_t uc, const uc_script_t *script) _UC_ATTRIBUTE_PURE; /* Get the list of all scripts. */ extern void uc_all_scripts (const uc_script_t **scripts, size_t *count); /* ========================================================================= */ /* Subdivision of the Unicode character range into blocks. */ typedef struct { ucs4_t start; ucs4_t end; const char *name; } uc_block_t; /* Return the block a character belongs to. */ extern const uc_block_t * uc_block (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test whether a Unicode character belongs to a given block. */ extern bool uc_is_block (ucs4_t uc, const uc_block_t *block) _UC_ATTRIBUTE_PURE; /* Get the list of all blocks. */ extern void uc_all_blocks (const uc_block_t **blocks, size_t *count); /* ========================================================================= */ /* Properties taken from language standards. */ /* Test whether a Unicode character is considered whitespace in ISO C 99. */ extern bool uc_is_c_whitespace (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test whether a Unicode character is considered whitespace in Java. */ extern bool uc_is_java_whitespace (ucs4_t uc) _UC_ATTRIBUTE_CONST; enum { UC_IDENTIFIER_START, /* valid as first or subsequent character */ UC_IDENTIFIER_VALID, /* valid as subsequent character only */ UC_IDENTIFIER_INVALID, /* not valid */ UC_IDENTIFIER_IGNORABLE /* ignorable (Java only) */ }; /* Return the categorization of a Unicode character w.r.t. the ISO C 99 identifier syntax. */ extern int uc_c_ident_category (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Return the categorization of a Unicode character w.r.t. the Java identifier syntax. */ extern int uc_java_ident_category (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ /* Like ISO C and . These functions are deprecated, because this set of functions was designed with ASCII in mind and cannot reflect the more diverse reality of the Unicode character set. But they can be a quick-and-dirty porting aid when migrating from wchar_t APIs to Unicode strings. */ /* Test for any character for which 'uc_is_alpha' or 'uc_is_digit' is true. */ extern bool uc_is_alnum (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character for which 'uc_is_upper' or 'uc_is_lower' is true, or any character that is one of a locale-specific set of characters for which none of 'uc_is_cntrl', 'uc_is_digit', 'uc_is_punct', or 'uc_is_space' is true. */ extern bool uc_is_alpha (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any control character. */ extern bool uc_is_cntrl (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character that corresponds to a decimal-digit character. */ extern bool uc_is_digit (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character for which 'uc_is_print' is true and 'uc_is_space' is false. */ extern bool uc_is_graph (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character that corresponds to a lowercase letter or is one of a locale-specific set of characters for which none of 'uc_is_cntrl', 'uc_is_digit', 'uc_is_punct', or 'uc_is_space' is true. */ extern bool uc_is_lower (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any printing character. */ extern bool uc_is_print (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any printing character that is one of a locale-specific set of characters for which neither 'uc_is_space' nor 'uc_is_alnum' is true. */ extern bool uc_is_punct (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character that corresponds to a locale-specific set of characters for which none of 'uc_is_alnum', 'uc_is_graph', or 'uc_is_punct' is true. */ extern bool uc_is_space (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character that corresponds to an uppercase letter or is one of a locale-specific set of character for which none of 'uc_is_cntrl', 'uc_is_digit', 'uc_is_punct', or 'uc_is_space' is true. */ extern bool uc_is_upper (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* Test for any character that corresponds to a hexadecimal-digit character. */ extern bool uc_is_xdigit (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* GNU extension. */ /* Test for any character that corresponds to a standard blank character or a locale-specific set of characters for which 'uc_is_alnum' is false. */ extern bool uc_is_blank (ucs4_t uc) _UC_ATTRIBUTE_CONST; /* ========================================================================= */ #ifdef __cplusplus } #endif #endif /* _UNICTYPE_H */ libidn2-2.0.4/unistring/iconv_open.c0000644000000000000000000001327713061734304014267 00000000000000/* Character set conversion. Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #include #include "c-ctype.h" #include "c-strcase.h" #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) /* Namespace cleanliness. */ #define mapping_lookup rpl_iconv_open_mapping_lookup /* The macro ICONV_FLAVOR is defined to one of these or undefined. */ #define ICONV_FLAVOR_AIX "iconv_open-aix.h" #define ICONV_FLAVOR_HPUX "iconv_open-hpux.h" #define ICONV_FLAVOR_IRIX "iconv_open-irix.h" #define ICONV_FLAVOR_OSF "iconv_open-osf.h" #define ICONV_FLAVOR_SOLARIS "iconv_open-solaris.h" #ifdef ICONV_FLAVOR # include ICONV_FLAVOR #endif iconv_t rpl_iconv_open (const char *tocode, const char *fromcode) #undef iconv_open { char fromcode_upper[32]; char tocode_upper[32]; char *fromcode_upper_end; char *tocode_upper_end; #if REPLACE_ICONV_UTF /* Special handling of conversion between UTF-8 and UTF-{16,32}{BE,LE}. Do this here, before calling the real iconv_open(), because OSF/1 5.1 iconv() to these encoding inserts a BOM, which is wrong. We do not need to handle conversion between arbitrary encodings and UTF-{16,32}{BE,LE}, because the 'striconveh' module implements two-step conversion through UTF-8. The _ICONV_* constants are chosen to be disjoint from any iconv_t returned by the system's iconv_open() functions. Recall that iconv_t is a scalar type. */ if (c_toupper (fromcode[0]) == 'U' && c_toupper (fromcode[1]) == 'T' && c_toupper (fromcode[2]) == 'F' && fromcode[3] == '-') { if (c_toupper (tocode[0]) == 'U' && c_toupper (tocode[1]) == 'T' && c_toupper (tocode[2]) == 'F' && tocode[3] == '-') { if (strcmp (fromcode + 4, "8") == 0) { if (c_strcasecmp (tocode + 4, "16BE") == 0) return _ICONV_UTF8_UTF16BE; if (c_strcasecmp (tocode + 4, "16LE") == 0) return _ICONV_UTF8_UTF16LE; if (c_strcasecmp (tocode + 4, "32BE") == 0) return _ICONV_UTF8_UTF32BE; if (c_strcasecmp (tocode + 4, "32LE") == 0) return _ICONV_UTF8_UTF32LE; } else if (strcmp (tocode + 4, "8") == 0) { if (c_strcasecmp (fromcode + 4, "16BE") == 0) return _ICONV_UTF16BE_UTF8; if (c_strcasecmp (fromcode + 4, "16LE") == 0) return _ICONV_UTF16LE_UTF8; if (c_strcasecmp (fromcode + 4, "32BE") == 0) return _ICONV_UTF32BE_UTF8; if (c_strcasecmp (fromcode + 4, "32LE") == 0) return _ICONV_UTF32LE_UTF8; } } } #endif /* Do *not* add special support for 8-bit encodings like ASCII or ISO-8859-1 here. This would lead to programs that work in some locales (such as the "C" or "en_US" locales) but do not work in East Asian locales. It is better if programmers make their programs depend on GNU libiconv (except on glibc systems), e.g. by using the AM_ICONV macro and documenting the dependency in an INSTALL or DEPENDENCIES file. */ /* Try with the original names first. This covers the case when fromcode or tocode is a lowercase encoding name that is understood by the system's iconv_open but not listed in our mappings table. */ { iconv_t cd = iconv_open (tocode, fromcode); if (cd != (iconv_t)(-1)) return cd; } /* Convert the encodings to upper case, because 1. in the arguments of iconv_open() on AIX, HP-UX, and OSF/1 the case matters, 2. it makes searching in the table faster. */ { const char *p = fromcode; char *q = fromcode_upper; while ((*q = c_toupper (*p)) != '\0') { p++; q++; if (q == &fromcode_upper[SIZEOF (fromcode_upper)]) { errno = EINVAL; return (iconv_t)(-1); } } fromcode_upper_end = q; } { const char *p = tocode; char *q = tocode_upper; while ((*q = c_toupper (*p)) != '\0') { p++; q++; if (q == &tocode_upper[SIZEOF (tocode_upper)]) { errno = EINVAL; return (iconv_t)(-1); } } tocode_upper_end = q; } #ifdef ICONV_FLAVOR /* Apply the mappings. */ { const struct mapping *m = mapping_lookup (fromcode_upper, fromcode_upper_end - fromcode_upper); fromcode = (m != NULL ? m->vendor_name : fromcode_upper); } { const struct mapping *m = mapping_lookup (tocode_upper, tocode_upper_end - tocode_upper); tocode = (m != NULL ? m->vendor_name : tocode_upper); } #else fromcode = fromcode_upper; tocode = tocode_upper; #endif return iconv_open (tocode, fromcode); } libidn2-2.0.4/unistring/config.charset0000644000000000000000000005473613061734304014611 00000000000000#! /bin/sh # Output a system dependent table of character encoding aliases. # # Copyright (C) 2000-2004, 2006-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, see . # # The table consists of lines of the form # ALIAS CANONICAL # # ALIAS is the (system dependent) result of "nl_langinfo (CODESET)". # ALIAS is compared in a case sensitive way. # # CANONICAL is the GNU canonical name for this character encoding. # It must be an encoding supported by libiconv. Support by GNU libc is # also desirable. CANONICAL is case insensitive. Usually an upper case # MIME charset name is preferred. # The current list of GNU canonical charset names is as follows. # # name MIME? used by which systems # (darwin = Mac OS X, woe32 = native Windows) # # ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin cygwin # ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin # ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin # ISO-8859-3 Y glibc solaris cygwin # ISO-8859-4 Y osf solaris freebsd netbsd openbsd darwin # ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin # ISO-8859-6 Y glibc aix hpux solaris cygwin # ISO-8859-7 Y glibc aix hpux irix osf solaris netbsd openbsd darwin cygwin # ISO-8859-8 Y glibc aix hpux osf solaris cygwin # ISO-8859-9 Y glibc aix hpux irix osf solaris darwin cygwin # ISO-8859-13 glibc netbsd openbsd darwin cygwin # ISO-8859-14 glibc cygwin # ISO-8859-15 glibc aix osf solaris freebsd netbsd openbsd darwin cygwin # KOI8-R Y glibc solaris freebsd netbsd openbsd darwin # KOI8-U Y glibc freebsd netbsd openbsd darwin cygwin # KOI8-T glibc # CP437 dos # CP775 dos # CP850 aix osf dos # CP852 dos # CP855 dos # CP856 aix # CP857 dos # CP861 dos # CP862 dos # CP864 dos # CP865 dos # CP866 freebsd netbsd openbsd darwin dos # CP869 dos # CP874 woe32 dos # CP922 aix # CP932 aix cygwin woe32 dos # CP943 aix # CP949 osf darwin woe32 dos # CP950 woe32 dos # CP1046 aix # CP1124 aix # CP1125 dos # CP1129 aix # CP1131 darwin # CP1250 woe32 # CP1251 glibc solaris netbsd openbsd darwin cygwin woe32 # CP1252 aix woe32 # CP1253 woe32 # CP1254 woe32 # CP1255 glibc woe32 # CP1256 woe32 # CP1257 woe32 # GB2312 Y glibc aix hpux irix solaris freebsd netbsd darwin # EUC-JP Y glibc aix hpux irix osf solaris freebsd netbsd darwin # EUC-KR Y glibc aix hpux irix osf solaris freebsd netbsd darwin cygwin # EUC-TW glibc aix hpux irix osf solaris netbsd # BIG5 Y glibc aix hpux osf solaris freebsd netbsd darwin cygwin # BIG5-HKSCS glibc solaris darwin # GBK glibc aix osf solaris darwin cygwin woe32 dos # GB18030 glibc solaris netbsd darwin # SHIFT_JIS Y hpux osf solaris freebsd netbsd darwin # JOHAB glibc solaris woe32 # TIS-620 glibc aix hpux osf solaris cygwin # VISCII Y glibc # TCVN5712-1 glibc # ARMSCII-8 glibc darwin # GEORGIAN-PS glibc cygwin # PT154 glibc # HP-ROMAN8 hpux # HP-ARABIC8 hpux # HP-GREEK8 hpux # HP-HEBREW8 hpux # HP-TURKISH8 hpux # HP-KANA8 hpux # DEC-KANJI osf # DEC-HANYU osf # UTF-8 Y glibc aix hpux osf solaris netbsd darwin cygwin # # Note: Names which are not marked as being a MIME name should not be used in # Internet protocols for information interchange (mail, news, etc.). # # Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications # must understand both names and treat them as equivalent. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM host="$1" os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` echo "# This file contains a table of character encoding aliases," echo "# suitable for operating system '${os}'." echo "# It was automatically generated from config.charset." # List of references, updated during installation: echo "# Packages using this file: " case "$os" in linux-gnulibc1*) # Linux libc5 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "C ASCII" echo "POSIX ASCII" for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \ en en_AU en_BW en_CA en_DK en_GB en_IE en_NZ en_US en_ZA \ en_ZW es es_AR es_BO es_CL es_CO es_DO es_EC es_ES es_GT \ es_HN es_MX es_PA es_PE es_PY es_SV es_US es_UY es_VE et \ et_EE eu eu_ES fi fi_FI fo fo_FO fr fr_BE fr_CA fr_CH fr_FR \ fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \ it_IT kl kl_GL nl nl_BE nl_NL no no_NO pt pt_BR pt_PT sv \ sv_FI sv_SE; do echo "$l ISO-8859-1" echo "$l.iso-8859-1 ISO-8859-1" echo "$l.iso-8859-15 ISO-8859-15" echo "$l.iso-8859-15@euro ISO-8859-15" echo "$l@euro ISO-8859-15" echo "$l.cp-437 CP437" echo "$l.cp-850 CP850" echo "$l.cp-1252 CP1252" echo "$l.cp-1252@euro CP1252" #echo "$l.atari-st ATARI-ST" # not a commonly used encoding echo "$l.utf-8 UTF-8" echo "$l.utf-8@euro UTF-8" done for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \ sl_SI sr sr_CS sr_YU; do echo "$l ISO-8859-2" echo "$l.iso-8859-2 ISO-8859-2" echo "$l.cp-852 CP852" echo "$l.cp-1250 CP1250" echo "$l.utf-8 UTF-8" done for l in mk mk_MK ru ru_RU; do echo "$l ISO-8859-5" echo "$l.iso-8859-5 ISO-8859-5" echo "$l.koi8-r KOI8-R" echo "$l.cp-866 CP866" echo "$l.cp-1251 CP1251" echo "$l.utf-8 UTF-8" done for l in ar ar_SA; do echo "$l ISO-8859-6" echo "$l.iso-8859-6 ISO-8859-6" echo "$l.cp-864 CP864" #echo "$l.cp-868 CP868" # not a commonly used encoding echo "$l.cp-1256 CP1256" echo "$l.utf-8 UTF-8" done for l in el el_GR gr gr_GR; do echo "$l ISO-8859-7" echo "$l.iso-8859-7 ISO-8859-7" echo "$l.cp-869 CP869" echo "$l.cp-1253 CP1253" echo "$l.cp-1253@euro CP1253" echo "$l.utf-8 UTF-8" echo "$l.utf-8@euro UTF-8" done for l in he he_IL iw iw_IL; do echo "$l ISO-8859-8" echo "$l.iso-8859-8 ISO-8859-8" echo "$l.cp-862 CP862" echo "$l.cp-1255 CP1255" echo "$l.utf-8 UTF-8" done for l in tr tr_TR; do echo "$l ISO-8859-9" echo "$l.iso-8859-9 ISO-8859-9" echo "$l.cp-857 CP857" echo "$l.cp-1254 CP1254" echo "$l.utf-8 UTF-8" done for l in lt lt_LT lv lv_LV; do #echo "$l BALTIC" # not a commonly used encoding, wrong encoding name echo "$l ISO-8859-13" done for l in ru_UA uk uk_UA; do echo "$l KOI8-U" done for l in zh zh_CN; do #echo "$l GB_2312-80" # not a commonly used encoding, wrong encoding name echo "$l GB2312" done for l in ja ja_JP ja_JP.EUC; do echo "$l EUC-JP" done for l in ko ko_KR; do echo "$l EUC-KR" done for l in th th_TH; do echo "$l TIS-620" done for l in fa fa_IR; do #echo "$l ISIRI-3342" # a broken encoding echo "$l.utf-8 UTF-8" done ;; linux* | *-gnu*) # With glibc-2.1 or newer, we don't need any canonicalization, # because glibc has iconv and both glibc and libiconv support all # GNU canonical names directly. Therefore, the Makefile does not # need to install the alias file at all. # The following applies only to glibc-2.0.x and older libcs. echo "ISO_646.IRV:1983 ASCII" ;; aix*) echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-6 ISO-8859-6" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-8 ISO-8859-8" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "IBM-850 CP850" echo "IBM-856 CP856" echo "IBM-921 ISO-8859-13" echo "IBM-922 CP922" echo "IBM-932 CP932" echo "IBM-943 CP943" echo "IBM-1046 CP1046" echo "IBM-1124 CP1124" echo "IBM-1129 CP1129" echo "IBM-1252 CP1252" echo "IBM-eucCN GB2312" echo "IBM-eucJP EUC-JP" echo "IBM-eucKR EUC-KR" echo "IBM-eucTW EUC-TW" echo "big5 BIG5" echo "GBK GBK" echo "TIS-620 TIS-620" echo "UTF-8 UTF-8" ;; hpux*) echo "iso88591 ISO-8859-1" echo "iso88592 ISO-8859-2" echo "iso88595 ISO-8859-5" echo "iso88596 ISO-8859-6" echo "iso88597 ISO-8859-7" echo "iso88598 ISO-8859-8" echo "iso88599 ISO-8859-9" echo "iso885915 ISO-8859-15" echo "roman8 HP-ROMAN8" echo "arabic8 HP-ARABIC8" echo "greek8 HP-GREEK8" echo "hebrew8 HP-HEBREW8" echo "turkish8 HP-TURKISH8" echo "kana8 HP-KANA8" echo "tis620 TIS-620" echo "big5 BIG5" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" echo "hp15CN GB2312" #echo "ccdc ?" # what is this? echo "SJIS SHIFT_JIS" echo "utf8 UTF-8" ;; irix*) echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-9 ISO-8859-9" echo "eucCN GB2312" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" ;; osf*) echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-8 ISO-8859-8" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "cp850 CP850" echo "big5 BIG5" echo "dechanyu DEC-HANYU" echo "dechanzi GB2312" echo "deckanji DEC-KANJI" echo "deckorean EUC-KR" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" echo "GBK GBK" echo "KSC5601 CP949" echo "sdeckanji EUC-JP" echo "SJIS SHIFT_JIS" echo "TACTIS TIS-620" echo "UTF-8 UTF-8" ;; solaris*) echo "646 ASCII" echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-3 ISO-8859-3" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-6 ISO-8859-6" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-8 ISO-8859-8" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "koi8-r KOI8-R" echo "ansi-1251 CP1251" echo "BIG5 BIG5" echo "Big5-HKSCS BIG5-HKSCS" echo "gb2312 GB2312" echo "GBK GBK" echo "GB18030 GB18030" echo "cns11643 EUC-TW" echo "5601 EUC-KR" echo "ko_KR.johap92 JOHAB" echo "eucJP EUC-JP" echo "PCK SHIFT_JIS" echo "TIS620.2533 TIS-620" #echo "sun_eu_greek ?" # what is this? echo "UTF-8 UTF-8" ;; freebsd*) # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "C ASCII" echo "US-ASCII ASCII" for l in la_LN lt_LN; do echo "$l.ASCII ASCII" done for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT la_LN \ lt_LN nl_BE nl_NL no_NO pt_PT sv_SE; do echo "$l.ISO_8859-1 ISO-8859-1" echo "$l.DIS_8859-15 ISO-8859-15" done for l in cs_CZ hr_HR hu_HU la_LN lt_LN pl_PL sl_SI; do echo "$l.ISO_8859-2 ISO-8859-2" done for l in la_LN lt_LT; do echo "$l.ISO_8859-4 ISO-8859-4" done for l in ru_RU ru_SU; do echo "$l.KOI8-R KOI8-R" echo "$l.ISO_8859-5 ISO-8859-5" echo "$l.CP866 CP866" done echo "uk_UA.KOI8-U KOI8-U" echo "zh_TW.BIG5 BIG5" echo "zh_TW.Big5 BIG5" echo "zh_CN.EUC GB2312" echo "ja_JP.EUC EUC-JP" echo "ja_JP.SJIS SHIFT_JIS" echo "ja_JP.Shift_JIS SHIFT_JIS" echo "ko_KR.EUC EUC-KR" ;; netbsd*) echo "646 ASCII" echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-13 ISO-8859-13" echo "ISO8859-15 ISO-8859-15" echo "eucCN GB2312" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" echo "BIG5 BIG5" echo "SJIS SHIFT_JIS" ;; openbsd*) echo "646 ASCII" echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-13 ISO-8859-13" echo "ISO8859-15 ISO-8859-15" ;; darwin[56]*) # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "C ASCII" for l in en_AU en_CA en_GB en_US la_LN; do echo "$l.US-ASCII ASCII" done for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE \ nl_NL no_NO pt_PT sv_SE; do echo "$l ISO-8859-1" echo "$l.ISO8859-1 ISO-8859-1" echo "$l.ISO8859-15 ISO-8859-15" done for l in la_LN; do echo "$l.ISO8859-1 ISO-8859-1" echo "$l.ISO8859-15 ISO-8859-15" done for l in cs_CZ hr_HR hu_HU la_LN pl_PL sl_SI; do echo "$l.ISO8859-2 ISO-8859-2" done for l in la_LN lt_LT; do echo "$l.ISO8859-4 ISO-8859-4" done for l in ru_RU; do echo "$l.KOI8-R KOI8-R" echo "$l.ISO8859-5 ISO-8859-5" echo "$l.CP866 CP866" done for l in bg_BG; do echo "$l.CP1251 CP1251" done echo "uk_UA.KOI8-U KOI8-U" echo "zh_TW.BIG5 BIG5" echo "zh_TW.Big5 BIG5" echo "zh_CN.EUC GB2312" echo "ja_JP.EUC EUC-JP" echo "ja_JP.SJIS SHIFT_JIS" echo "ko_KR.EUC EUC-KR" ;; darwin*) # Darwin 7.5 has nl_langinfo(CODESET), but sometimes its value is # useless: # - It returns the empty string when LANG is set to a locale of the # form ll_CC, although ll_CC/LC_CTYPE is a symlink to an UTF-8 # LC_CTYPE file. # - The environment variables LANG, LC_CTYPE, LC_ALL are not set by # the system; nl_langinfo(CODESET) returns "US-ASCII" in this case. # - The documentation says: # "... all code that calls BSD system routines should ensure # that the const *char parameters of these routines are in UTF-8 # encoding. All BSD system functions expect their string # parameters to be in UTF-8 encoding and nothing else." # It also says # "An additional caveat is that string parameters for files, # paths, and other file-system entities must be in canonical # UTF-8. In a canonical UTF-8 Unicode string, all decomposable # characters are decomposed ..." # but this is not true: You can pass non-decomposed UTF-8 strings # to file system functions, and it is the OS which will convert # them to decomposed UTF-8 before accessing the file system. # - The Apple Terminal application displays UTF-8 by default. # - However, other applications are free to use different encodings: # - xterm uses ISO-8859-1 by default. # - TextEdit uses MacRoman by default. # We prefer UTF-8 over decomposed UTF-8-MAC because one should # minimize the use of decomposed Unicode. Unfortunately, through the # Darwin file system, decomposed UTF-8 strings are leaked into user # space nevertheless. # Then there are also the locales with encodings other than US-ASCII # and UTF-8. These locales can be occasionally useful to users (e.g. # when grepping through ISO-8859-1 encoded text files), when all their # file names are in US-ASCII. echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-13 ISO-8859-13" echo "ISO8859-15 ISO-8859-15" echo "KOI8-R KOI8-R" echo "KOI8-U KOI8-U" echo "CP866 CP866" echo "CP949 CP949" echo "CP1131 CP1131" echo "CP1251 CP1251" echo "eucCN GB2312" echo "GB2312 GB2312" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "Big5 BIG5" echo "Big5HKSCS BIG5-HKSCS" echo "GBK GBK" echo "GB18030 GB18030" echo "SJIS SHIFT_JIS" echo "ARMSCII-8 ARMSCII-8" echo "PT154 PT154" #echo "ISCII-DEV ?" echo "* UTF-8" ;; beos* | haiku*) # BeOS and Haiku have a single locale, and it has UTF-8 encoding. echo "* UTF-8" ;; msdosdjgpp*) # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "#" echo "# The encodings given here may not all be correct." echo "# If you find that the encoding given for your language and" echo "# country is not the one your DOS machine actually uses, just" echo "# correct it in this file, and send a mail to" echo "# Juan Manuel Guerrero " echo "# and Bruno Haible ." echo "#" echo "C ASCII" # ISO-8859-1 languages echo "ca CP850" echo "ca_ES CP850" echo "da CP865" # not CP850 ?? echo "da_DK CP865" # not CP850 ?? echo "de CP850" echo "de_AT CP850" echo "de_CH CP850" echo "de_DE CP850" echo "en CP850" echo "en_AU CP850" # not CP437 ?? echo "en_CA CP850" echo "en_GB CP850" echo "en_NZ CP437" echo "en_US CP437" echo "en_ZA CP850" # not CP437 ?? echo "es CP850" echo "es_AR CP850" echo "es_BO CP850" echo "es_CL CP850" echo "es_CO CP850" echo "es_CR CP850" echo "es_CU CP850" echo "es_DO CP850" echo "es_EC CP850" echo "es_ES CP850" echo "es_GT CP850" echo "es_HN CP850" echo "es_MX CP850" echo "es_NI CP850" echo "es_PA CP850" echo "es_PY CP850" echo "es_PE CP850" echo "es_SV CP850" echo "es_UY CP850" echo "es_VE CP850" echo "et CP850" echo "et_EE CP850" echo "eu CP850" echo "eu_ES CP850" echo "fi CP850" echo "fi_FI CP850" echo "fr CP850" echo "fr_BE CP850" echo "fr_CA CP850" echo "fr_CH CP850" echo "fr_FR CP850" echo "ga CP850" echo "ga_IE CP850" echo "gd CP850" echo "gd_GB CP850" echo "gl CP850" echo "gl_ES CP850" echo "id CP850" # not CP437 ?? echo "id_ID CP850" # not CP437 ?? echo "is CP861" # not CP850 ?? echo "is_IS CP861" # not CP850 ?? echo "it CP850" echo "it_CH CP850" echo "it_IT CP850" echo "lt CP775" echo "lt_LT CP775" echo "lv CP775" echo "lv_LV CP775" echo "nb CP865" # not CP850 ?? echo "nb_NO CP865" # not CP850 ?? echo "nl CP850" echo "nl_BE CP850" echo "nl_NL CP850" echo "nn CP865" # not CP850 ?? echo "nn_NO CP865" # not CP850 ?? echo "no CP865" # not CP850 ?? echo "no_NO CP865" # not CP850 ?? echo "pt CP850" echo "pt_BR CP850" echo "pt_PT CP850" echo "sv CP850" echo "sv_SE CP850" # ISO-8859-2 languages echo "cs CP852" echo "cs_CZ CP852" echo "hr CP852" echo "hr_HR CP852" echo "hu CP852" echo "hu_HU CP852" echo "pl CP852" echo "pl_PL CP852" echo "ro CP852" echo "ro_RO CP852" echo "sk CP852" echo "sk_SK CP852" echo "sl CP852" echo "sl_SI CP852" echo "sq CP852" echo "sq_AL CP852" echo "sr CP852" # CP852 or CP866 or CP855 ?? echo "sr_CS CP852" # CP852 or CP866 or CP855 ?? echo "sr_YU CP852" # CP852 or CP866 or CP855 ?? # ISO-8859-3 languages echo "mt CP850" echo "mt_MT CP850" # ISO-8859-5 languages echo "be CP866" echo "be_BE CP866" echo "bg CP866" # not CP855 ?? echo "bg_BG CP866" # not CP855 ?? echo "mk CP866" # not CP855 ?? echo "mk_MK CP866" # not CP855 ?? echo "ru CP866" echo "ru_RU CP866" echo "uk CP1125" echo "uk_UA CP1125" # ISO-8859-6 languages echo "ar CP864" echo "ar_AE CP864" echo "ar_DZ CP864" echo "ar_EG CP864" echo "ar_IQ CP864" echo "ar_IR CP864" echo "ar_JO CP864" echo "ar_KW CP864" echo "ar_MA CP864" echo "ar_OM CP864" echo "ar_QA CP864" echo "ar_SA CP864" echo "ar_SY CP864" # ISO-8859-7 languages echo "el CP869" echo "el_GR CP869" # ISO-8859-8 languages echo "he CP862" echo "he_IL CP862" # ISO-8859-9 languages echo "tr CP857" echo "tr_TR CP857" # Japanese echo "ja CP932" echo "ja_JP CP932" # Chinese echo "zh_CN GBK" echo "zh_TW CP950" # not CP938 ?? # Korean echo "kr CP949" # not CP934 ?? echo "kr_KR CP949" # not CP934 ?? # Thai echo "th CP874" echo "th_TH CP874" # Other echo "eo CP850" echo "eo_EO CP850" ;; esac libidn2-2.0.4/unistring/uniconv.in.h0000644000000000000000000001710313061734304014213 00000000000000/* Conversions between Unicode and legacy encodings. Copyright (C) 2002, 2005, 2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _UNICONV_H #define _UNICONV_H /* Get size_t. */ #include #include "unitypes.h" /* Get enum iconv_ilseq_handler. */ #include "iconveh.h" /* Get uniconv_register_autodetect() declaration. */ #include "striconveha.h" /* Get locale_charset() declaration. */ #include "localcharset.h" #ifdef __cplusplus extern "C" { #endif /* Converts an entire string, possibly including NUL bytes, from one encoding to a Unicode encoding. Converts a memory region given in encoding FROMCODE. FROMCODE is as for iconv_open(3). The input is in the memory region between SRC (inclusive) and SRC + SRCLEN (exclusive). If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this array is filled with offsets into the result, i.e. the character starting at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]], and other offsets are set to (size_t)(-1). RESULTBUF and *LENGTHP should initially be a scratch buffer and its size, or *RESULTBUF can be NULL. May erase the contents of the memory at RESULTBUF. If successful: The resulting Unicode string (non-NULL) is returned and its length stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic memory allocation was necessary, or a freshly allocated memory block otherwise. In case of error: NULL is returned and errno is set. Particular errno values: EINVAL, EILSEQ, ENOMEM. */ extern uint8_t * u8_conv_from_encoding (const char *fromcode, enum iconv_ilseq_handler handler, const char *src, size_t srclen, size_t *offsets, uint8_t *resultbuf, size_t *lengthp); extern uint16_t * u16_conv_from_encoding (const char *fromcode, enum iconv_ilseq_handler handler, const char *src, size_t srclen, size_t *offsets, uint16_t *resultbuf, size_t *lengthp); extern uint32_t * u32_conv_from_encoding (const char *fromcode, enum iconv_ilseq_handler handler, const char *src, size_t srclen, size_t *offsets, uint32_t *resultbuf, size_t *lengthp); /* Converts an entire Unicode string, possibly including NUL units, from a Unicode encoding to a given encoding. Converts a memory region to encoding TOCODE. TOCODE is as for iconv_open(3). The input is in the memory region between SRC (inclusive) and SRC + SRCLEN (exclusive). If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this array is filled with offsets into the result, i.e. the character starting at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]], and other offsets are set to (size_t)(-1). RESULTBUF and *LENGTHP should initially be a scratch buffer and its size, or RESULTBUF can be NULL. May erase the contents of the memory at RESULTBUF. If successful: The resulting string (non-NULL) is returned and its length stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic memory allocation was necessary, or a freshly allocated memory block otherwise. In case of error: NULL is returned and errno is set. Particular errno values: EINVAL, EILSEQ, ENOMEM. */ extern char * u8_conv_to_encoding (const char *tocode, enum iconv_ilseq_handler handler, const uint8_t *src, size_t srclen, size_t *offsets, char *resultbuf, size_t *lengthp); extern char * u16_conv_to_encoding (const char *tocode, enum iconv_ilseq_handler handler, const uint16_t *src, size_t srclen, size_t *offsets, char *resultbuf, size_t *lengthp); extern char * u32_conv_to_encoding (const char *tocode, enum iconv_ilseq_handler handler, const uint32_t *src, size_t srclen, size_t *offsets, char *resultbuf, size_t *lengthp); /* Converts a NUL terminated string from a given encoding. The result is malloc allocated, or NULL (with errno set) in case of error. Particular errno values: EILSEQ, ENOMEM. */ extern uint8_t * u8_strconv_from_encoding (const char *string, const char *fromcode, enum iconv_ilseq_handler handler); extern uint16_t * u16_strconv_from_encoding (const char *string, const char *fromcode, enum iconv_ilseq_handler handler); extern uint32_t * u32_strconv_from_encoding (const char *string, const char *fromcode, enum iconv_ilseq_handler handler); /* Converts a NUL terminated string to a given encoding. The result is malloc allocated, or NULL (with errno set) in case of error. Particular errno values: EILSEQ, ENOMEM. */ extern char * u8_strconv_to_encoding (const uint8_t *string, const char *tocode, enum iconv_ilseq_handler handler); extern char * u16_strconv_to_encoding (const uint16_t *string, const char *tocode, enum iconv_ilseq_handler handler); extern char * u32_strconv_to_encoding (const uint32_t *string, const char *tocode, enum iconv_ilseq_handler handler); /* Converts a NUL terminated string from the locale encoding. The result is malloc allocated, or NULL (with errno set) in case of error. Particular errno values: ENOMEM. */ extern uint8_t * u8_strconv_from_locale (const char *string); extern uint16_t * u16_strconv_from_locale (const char *string); extern uint32_t * u32_strconv_from_locale (const char *string); /* Converts a NUL terminated string to the locale encoding. The result is malloc allocated, or NULL (with errno set) in case of error. Particular errno values: ENOMEM. */ extern char * u8_strconv_to_locale (const uint8_t *string); extern char * u16_strconv_to_locale (const uint16_t *string); extern char * u32_strconv_to_locale (const uint32_t *string); #ifdef __cplusplus } #endif #endif /* _UNICONV_H */ libidn2-2.0.4/unistring/Makefile.in0000644000000000000000000024201413151533360014021 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --local-dir=unistring/override --lib=libunistring --source-base=unistring --m4-base=unistring/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=posix-malloc --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --macro-prefix=unistring libunistring localcharset uniconv/u8-strconv-from-locale uniconv/u8-strconv-to-locale unictype/bidiclass-of unictype/category-M unictype/category-test unictype/joiningtype-of unictype/scripts uninorm/base uninorm/nfc uninorm/u32-normalize unistr/u32-cpy-alloc unistr/u32-strlen unistr/u32-to-u8 unistr/u8-to-u32 VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @GL_COND_LIBTOOL_TRUE@am__append_1 = $(LTLIBICONV) @LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE@am__append_2 = uniconv/u8-conv-from-enc.c @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE@am__append_3 = uniconv/u8-strconv-from-enc.c @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE@am__append_4 = uniconv/u8-strconv-from-locale.c @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE@am__append_5 = uniconv/u8-strconv-to-enc.c @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE@am__append_6 = uniconv/u8-strconv-to-locale.c @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE@am__append_7 = unictype/bidi_of.c @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE@am__append_8 = unictype/categ_M.c @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE@am__append_9 = unictype/categ_none.c @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE@am__append_10 = unictype/categ_of.c @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE@am__append_11 = unictype/categ_test.c @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE@am__append_12 = unictype/combiningclass.c @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE@am__append_13 = unictype/joiningtype_of.c @LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE@am__append_14 = unictype/scripts.c @LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE@am__append_15 = uninorm/canonical-decomposition.c @LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE@am__append_16 = uninorm/composition.c @LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE@am__append_17 = uninorm/nfc.c @LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE@am__append_18 = uninorm/nfd.c @LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE@am__append_19 = uninorm/u32-normalize.c @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE@am__append_20 = unistr/u32-cpy.c @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE@am__append_21 = unistr/u32-cpy-alloc.c @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE@am__append_22 = unistr/u32-mbtouc-unsafe.c @LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE@am__append_23 = unistr/u32-strlen.c @LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE@am__append_24 = unistr/u32-to-u8.c @LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE@am__append_25 = unistr/u32-uctomb.c @LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE@am__append_26 = unistr/u8-check.c @LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE@am__append_27 = unistr/u8-mblen.c @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@am__append_28 = unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE@am__append_29 = unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__append_30 = unistr/u8-mbtoucr.c @LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE@am__append_31 = unistr/u8-prev.c @LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE@am__append_32 = unistr/u8-strlen.c @LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE@am__append_33 = unistr/u8-to-u32.c @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__append_34 = unistr/u8-uctomb.c unistr/u8-uctomb-aux.c subdir = unistring ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = am__libunistring_la_SOURCES_DIST = c-ctype.h c-ctype.c c-strcase.h \ c-strcasecmp.c c-strncasecmp.c localcharset.h localcharset.c \ malloca.c striconveh.h striconveh.c striconveha.h \ striconveha.c uniconv/u8-conv-from-enc.c \ uniconv/u8-strconv-from-enc.c uniconv/u8-strconv-from-locale.c \ uniconv/u8-strconv-to-enc.c uniconv/u8-strconv-to-locale.c \ unictype/bidi_of.c unictype/categ_M.c unictype/categ_none.c \ unictype/categ_of.c unictype/categ_test.c \ unictype/combiningclass.c unictype/joiningtype_of.c \ unictype/scripts.c uninorm/canonical-decomposition.c \ uninorm/composition.c uninorm/decompose-internal.c \ uninorm/decomposition-table.c uninorm/nfc.c uninorm/nfd.c \ uninorm/u32-normalize.c unistr/u32-cpy.c \ unistr/u32-cpy-alloc.c unistr/u32-mbtouc-unsafe.c \ unistr/u32-strlen.c unistr/u32-to-u8.c unistr/u32-uctomb.c \ unistr/u8-check.c unistr/u8-mblen.c unistr/u8-mbtouc.c \ unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c \ unistr/u8-mbtouc-unsafe-aux.c unistr/u8-mbtoucr.c \ unistr/u8-prev.c unistr/u8-strlen.c unistr/u8-to-u32.c \ unistr/u8-uctomb.c unistr/u8-uctomb-aux.c am__dirstamp = $(am__leading_dot)dirstamp @LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE@am__objects_1 = uniconv/u8-conv-from-enc.lo @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE@am__objects_2 = uniconv/u8-strconv-from-enc.lo @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE@am__objects_3 = uniconv/u8-strconv-from-locale.lo @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE@am__objects_4 = uniconv/u8-strconv-to-enc.lo @LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE@am__objects_5 = uniconv/u8-strconv-to-locale.lo @LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE@am__objects_6 = unictype/bidi_of.lo @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE@am__objects_7 = unictype/categ_M.lo @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE@am__objects_8 = unictype/categ_none.lo @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE@am__objects_9 = unictype/categ_of.lo @LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE@am__objects_10 = unictype/categ_test.lo @LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE@am__objects_11 = unictype/combiningclass.lo @LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE@am__objects_12 = unictype/joiningtype_of.lo @LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE@am__objects_13 = unictype/scripts.lo @LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE@am__objects_14 = uninorm/canonical-decomposition.lo @LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE@am__objects_15 = uninorm/composition.lo @LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE@am__objects_16 = \ @LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE@ uninorm/nfc.lo @LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE@am__objects_17 = \ @LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE@ uninorm/nfd.lo @LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE@am__objects_18 = uninorm/u32-normalize.lo @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE@am__objects_19 = \ @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE@ unistr/u32-cpy.lo @LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE@am__objects_20 = unistr/u32-cpy-alloc.lo @LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE@am__objects_21 = unistr/u32-mbtouc-unsafe.lo @LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE@am__objects_22 = unistr/u32-strlen.lo @LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE@am__objects_23 = unistr/u32-to-u8.lo @LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE@am__objects_24 = unistr/u32-uctomb.lo @LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE@am__objects_25 = \ @LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE@ unistr/u8-check.lo @LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE@am__objects_26 = \ @LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE@ unistr/u8-mblen.lo @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@am__objects_27 = unistr/u8-mbtouc.lo \ @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@ unistr/u8-mbtouc-aux.lo @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE@am__objects_28 = unistr/u8-mbtouc-unsafe.lo \ @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE@ unistr/u8-mbtouc-unsafe-aux.lo @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__objects_29 = unistr/u8-mbtoucr.lo @LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE@am__objects_30 = \ @LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE@ unistr/u8-prev.lo @LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE@am__objects_31 = unistr/u8-strlen.lo @LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE@am__objects_32 = unistr/u8-to-u32.lo @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__objects_33 = unistr/u8-uctomb.lo \ @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@ unistr/u8-uctomb-aux.lo am_libunistring_la_OBJECTS = c-ctype.lo c-strcasecmp.lo \ c-strncasecmp.lo localcharset.lo malloca.lo striconveh.lo \ striconveha.lo $(am__objects_1) $(am__objects_2) \ $(am__objects_3) $(am__objects_4) $(am__objects_5) \ $(am__objects_6) $(am__objects_7) $(am__objects_8) \ $(am__objects_9) $(am__objects_10) $(am__objects_11) \ $(am__objects_12) $(am__objects_13) $(am__objects_14) \ $(am__objects_15) uninorm/decompose-internal.lo \ uninorm/decomposition-table.lo $(am__objects_16) \ $(am__objects_17) $(am__objects_18) $(am__objects_19) \ $(am__objects_20) $(am__objects_21) $(am__objects_22) \ $(am__objects_23) $(am__objects_24) $(am__objects_25) \ $(am__objects_26) $(am__objects_27) $(am__objects_28) \ $(am__objects_29) $(am__objects_30) $(am__objects_31) \ $(am__objects_32) $(am__objects_33) libunistring_la_OBJECTS = $(am_libunistring_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libunistring_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libunistring_la_LDFLAGS) $(LDFLAGS) \ -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libunistring_la_SOURCES) $(EXTRA_libunistring_la_SOURCES) DIST_SOURCES = $(am__libunistring_la_SOURCES_DIST) \ $(EXTRA_libunistring_la_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp 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" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = libunistring.la # No GNU Make output. EXTRA_DIST = m4/gnulib-cache.m4 alloca.in.h array-mergesort.h \ c-strcaseeq.h $(top_srcdir)/build-aux/config.rpath iconv.in.h \ iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h \ iconv_open-osf.h iconv_open-solaris.h iconv.c iconv_close.c \ iconv_open-aix.gperf iconv_open-hpux.gperf \ iconv_open-irix.gperf iconv_open-osf.gperf \ iconv_open-solaris.gperf iconv_open.c libunistring.valgrind \ limits.in.h config.charset ref-add.sin ref-del.sin malloca.h \ malloca.valgrind arg-nonnull.h c++defs.h unused-parameter.h \ warn-on-use.h stdbool.in.h stdint.in.h iconveh.h \ sys_types.in.h iconveh.h localcharset.h striconveha.h \ uniconv.in.h uniconv/u-strconv-from-enc.h unictype.in.h \ unictype/bidi_of.h unictype/categ_M.h unictype/categ_of.h \ unictype/bitmap.h unictype/combiningclass.h \ unictype/joiningtype_of.h unictype/scripts_byname.h \ unictype/scripts.h unictype/scripts_byname.gperf uninorm.in.h \ uninorm/composition-table.h uninorm/composition-table.gperf \ uninorm/decompose-internal.h uninorm/decomposition-table.h \ uninorm/decomposition-table1.h uninorm/decomposition-table2.h \ uninorm/normalize-internal.h uninorm/normalize-internal.h \ uninorm/normalize-internal.h uninorm/u-normalize-internal.h \ unistr.in.h unistr/u-cpy.h unistr/u-cpy-alloc.h \ unistr/u-strlen.h unitypes.in.h verify.h xalloc-oversized.h BUILT_SOURCES = $(ALLOCA_H) configmake.h $(ICONV_H) iconv_open-aix.h \ iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h \ iconv_open-solaris.h $(LIMITS_H) $(STDBOOL_H) $(STDINT_H) \ sys/types.h $(LIBUNISTRING_UNICONV_H) \ $(LIBUNISTRING_UNICTYPE_H) unictype/scripts_byname.h \ $(LIBUNISTRING_UNINORM_H) uninorm/composition-table.h \ $(LIBUNISTRING_UNISTR_H) $(LIBUNISTRING_UNITYPES_H) SUFFIXES = .sed .sin MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t iconv.h \ iconv.h-t iconv_open-aix.h-t iconv_open-hpux.h-t \ iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t \ limits.h limits.h-t stdbool.h stdbool.h-t stdint.h stdint.h-t \ sys/types.h sys/types.h-t uniconv.h uniconv.h-t unictype.h \ unictype.h-t unictype/scripts_byname.h-t uninorm.h uninorm.h-t \ uninorm/composition-table.h-t unistr.h unistr.h-t unitypes.h \ unitypes.h-t MOSTLYCLEANDIRS = CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \ ref-del.sed DISTCLEANFILES = MAINTAINERCLEANFILES = iconv_open-aix.h iconv_open-hpux.h \ iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h \ unictype/scripts_byname.h uninorm/composition-table.h AM_CPPFLAGS = AM_CFLAGS = libunistring_la_SOURCES = c-ctype.h c-ctype.c c-strcase.h \ c-strcasecmp.c c-strncasecmp.c localcharset.h localcharset.c \ malloca.c striconveh.h striconveh.c striconveha.h \ striconveha.c $(am__append_2) $(am__append_3) $(am__append_4) \ $(am__append_5) $(am__append_6) $(am__append_7) \ $(am__append_8) $(am__append_9) $(am__append_10) \ $(am__append_11) $(am__append_12) $(am__append_13) \ $(am__append_14) $(am__append_15) $(am__append_16) \ uninorm/decompose-internal.c uninorm/decomposition-table.c \ $(am__append_17) $(am__append_18) $(am__append_19) \ $(am__append_20) $(am__append_21) $(am__append_22) \ $(am__append_23) $(am__append_24) $(am__append_25) \ $(am__append_26) $(am__append_27) $(am__append_28) \ $(am__append_29) $(am__append_30) $(am__append_31) \ $(am__append_32) $(am__append_33) $(am__append_34) libunistring_la_LIBADD = $(unistring_LTLIBOBJS) libunistring_la_DEPENDENCIES = $(unistring_LTLIBOBJS) EXTRA_libunistring_la_SOURCES = iconv.c iconv_close.c iconv_open.c libunistring_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBICONV) \ $(LTLIBUNISTRING) $(am__append_1) # Use this preprocessor expression to decide whether #include_next works. # Do not rely on a 'configure'-time test for this, since the expression # might appear in an installed header, which is used by some other compiler. HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) GPERF = gperf V_GPERF = $(V_GPERF_@AM_V@) V_GPERF_ = $(V_GPERF_@AM_DEFAULT_V@) V_GPERF_0 = @echo " GPERF " $@; charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. ARG_NONNULL_H = $(srcdir)/arg-nonnull.h # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. CXXDEFS_H = $(srcdir)/c++defs.h # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. UNUSED_PARAMETER_H = $(srcdir)/unused-parameter.h # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. WARN_ON_USE_H = $(srcdir)/warn-on-use.h all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .sed .sin .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits unistring/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnits unistring/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): clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } uniconv/$(am__dirstamp): @$(MKDIR_P) uniconv @: > uniconv/$(am__dirstamp) uniconv/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) uniconv/$(DEPDIR) @: > uniconv/$(DEPDIR)/$(am__dirstamp) uniconv/u8-conv-from-enc.lo: uniconv/$(am__dirstamp) \ uniconv/$(DEPDIR)/$(am__dirstamp) uniconv/u8-strconv-from-enc.lo: uniconv/$(am__dirstamp) \ uniconv/$(DEPDIR)/$(am__dirstamp) uniconv/u8-strconv-from-locale.lo: uniconv/$(am__dirstamp) \ uniconv/$(DEPDIR)/$(am__dirstamp) uniconv/u8-strconv-to-enc.lo: uniconv/$(am__dirstamp) \ uniconv/$(DEPDIR)/$(am__dirstamp) uniconv/u8-strconv-to-locale.lo: uniconv/$(am__dirstamp) \ uniconv/$(DEPDIR)/$(am__dirstamp) unictype/$(am__dirstamp): @$(MKDIR_P) unictype @: > unictype/$(am__dirstamp) unictype/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) unictype/$(DEPDIR) @: > unictype/$(DEPDIR)/$(am__dirstamp) unictype/bidi_of.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/categ_M.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/categ_none.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/categ_of.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/categ_test.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/combiningclass.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/joiningtype_of.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) unictype/scripts.lo: unictype/$(am__dirstamp) \ unictype/$(DEPDIR)/$(am__dirstamp) uninorm/$(am__dirstamp): @$(MKDIR_P) uninorm @: > uninorm/$(am__dirstamp) uninorm/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) uninorm/$(DEPDIR) @: > uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/canonical-decomposition.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/composition.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/decompose-internal.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/decomposition-table.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/nfc.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/nfd.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) uninorm/u32-normalize.lo: uninorm/$(am__dirstamp) \ uninorm/$(DEPDIR)/$(am__dirstamp) unistr/$(am__dirstamp): @$(MKDIR_P) unistr @: > unistr/$(am__dirstamp) unistr/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) unistr/$(DEPDIR) @: > unistr/$(DEPDIR)/$(am__dirstamp) unistr/u32-cpy.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u32-cpy-alloc.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u32-mbtouc-unsafe.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u32-strlen.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u32-to-u8.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u32-uctomb.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-check.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mblen.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mbtouc.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mbtouc-aux.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mbtouc-unsafe.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mbtouc-unsafe-aux.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mbtoucr.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-prev.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-strlen.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-to-u32.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-uctomb.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-uctomb-aux.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) libunistring.la: $(libunistring_la_OBJECTS) $(libunistring_la_DEPENDENCIES) $(EXTRA_libunistring_la_DEPENDENCIES) $(AM_V_CCLD)$(libunistring_la_LINK) $(libunistring_la_OBJECTS) $(libunistring_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f uniconv/*.$(OBJEXT) -rm -f uniconv/*.lo -rm -f unictype/*.$(OBJEXT) -rm -f unictype/*.lo -rm -f uninorm/*.$(OBJEXT) -rm -f uninorm/*.lo -rm -f unistr/*.$(OBJEXT) -rm -f unistr/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv_close.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv_open.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/striconveh.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/striconveha.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uniconv/$(DEPDIR)/u8-conv-from-enc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uniconv/$(DEPDIR)/u8-strconv-from-enc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uniconv/$(DEPDIR)/u8-strconv-from-locale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uniconv/$(DEPDIR)/u8-strconv-to-enc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uniconv/$(DEPDIR)/u8-strconv-to-locale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/bidi_of.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/categ_M.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/categ_none.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/categ_of.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/categ_test.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/combiningclass.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/joiningtype_of.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/scripts.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/canonical-decomposition.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/composition.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/decompose-internal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/decomposition-table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/nfc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/nfd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@uninorm/$(DEPDIR)/u32-normalize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-cpy-alloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-cpy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-mbtouc-unsafe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-strlen.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-to-u8.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-uctomb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-check.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mblen.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mbtouc-aux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mbtouc-unsafe-aux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mbtouc-unsafe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mbtouc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mbtoucr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-prev.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-strlen.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-to-u32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-uctomb-aux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-uctomb.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf uniconv/.libs uniconv/_libs -rm -rf unictype/.libs unictype/_libs -rm -rf uninorm/.libs uninorm/_libs -rm -rf unistr/.libs unistr/_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. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-local installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f uniconv/$(DEPDIR)/$(am__dirstamp) -rm -f uniconv/$(am__dirstamp) -rm -f unictype/$(DEPDIR)/$(am__dirstamp) -rm -f unictype/$(am__dirstamp) -rm -f uninorm/$(DEPDIR)/$(am__dirstamp) -rm -f uninorm/$(am__dirstamp) -rm -f unistr/$(DEPDIR)/$(am__dirstamp) -rm -f unistr/$(am__dirstamp) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) uniconv/$(DEPDIR) unictype/$(DEPDIR) uninorm/$(DEPDIR) unistr/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile 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-exec-local 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 -rf ./$(DEPDIR) uniconv/$(DEPDIR) unictype/$(DEPDIR) uninorm/$(DEPDIR) unistr/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-local .MAKE: $(am__recursive_targets) all check install install-am \ install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ check check-am clean clean-generic clean-libtool \ clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-exec-local 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-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \ tags-am uninstall uninstall-am uninstall-local .PRECIOUS: Makefile # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status @GL_GENERATE_ALLOCA_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ALLOCA_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_ALLOCA_H_TRUE@ cat $(srcdir)/alloca.in.h; \ @GL_GENERATE_ALLOCA_H_TRUE@ } > $@-t && \ @GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@ @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status @GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@ # Listed in the same order as the GNU makefile conventions, and # provided by autoconf 2.59c+ or 2.70. # The Automake-defined pkg* macros are appended, in the order # listed in the Automake 1.10a+ documentation. configmake.h: Makefile $(AM_V_GEN)rm -f $@-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "$(prefix)"'; \ echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ echo '#define BINDIR "$(bindir)"'; \ echo '#define SBINDIR "$(sbindir)"'; \ echo '#define LIBEXECDIR "$(libexecdir)"'; \ echo '#define DATAROOTDIR "$(datarootdir)"'; \ echo '#define DATADIR "$(datadir)"'; \ echo '#define SYSCONFDIR "$(sysconfdir)"'; \ echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ echo '#define RUNSTATEDIR "$(runstatedir)"'; \ echo '#define INCLUDEDIR "$(includedir)"'; \ echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ echo '#define DOCDIR "$(docdir)"'; \ echo '#define INFODIR "$(infodir)"'; \ echo '#define HTMLDIR "$(htmldir)"'; \ echo '#define DVIDIR "$(dvidir)"'; \ echo '#define PDFDIR "$(pdfdir)"'; \ echo '#define PSDIR "$(psdir)"'; \ echo '#define LIBDIR "$(libdir)"'; \ echo '#define LISPDIR "$(lispdir)"'; \ echo '#define LOCALEDIR "$(localedir)"'; \ echo '#define MANDIR "$(mandir)"'; \ echo '#define MANEXT "$(manext)"'; \ echo '#define PKGDATADIR "$(pkgdatadir)"'; \ echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ echo '#define PKGLIBDIR "$(pkglibdir)"'; \ echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ } | sed '/""/d' > $@-t && \ mv -f $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_ICONV_H_TRUE@iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) @GL_GENERATE_ICONV_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ICONV_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_ICONV_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ @GL_GENERATE_ICONV_H_TRUE@ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ @GL_GENERATE_ICONV_H_TRUE@ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ @GL_GENERATE_ICONV_H_TRUE@ < $(srcdir)/iconv.in.h; \ @GL_GENERATE_ICONV_H_TRUE@ } > $@-t && \ @GL_GENERATE_ICONV_H_TRUE@ mv $@-t $@ @GL_GENERATE_ICONV_H_FALSE@iconv.h: $(top_builddir)/config.status @GL_GENERATE_ICONV_H_FALSE@ rm -f $@ iconv_open-aix.h: iconv_open-aix.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t && \ mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h iconv_open-hpux.h: iconv_open-hpux.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t && \ mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h iconv_open-irix.h: iconv_open-irix.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t && \ mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h iconv_open-osf.h: iconv_open-osf.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t && \ mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h iconv_open-solaris.h: iconv_open-solaris.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t && \ mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h # We need the following in order to create when the system # doesn't have one that is compatible with GNU. @GL_GENERATE_LIMITS_H_TRUE@limits.h: limits.in.h $(top_builddir)/config.status @GL_GENERATE_LIMITS_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_LIMITS_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_LIMITS_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ @GL_GENERATE_LIMITS_H_TRUE@ < $(srcdir)/limits.in.h; \ @GL_GENERATE_LIMITS_H_TRUE@ } > $@-t && \ @GL_GENERATE_LIMITS_H_TRUE@ mv $@-t $@ @GL_GENERATE_LIMITS_H_FALSE@limits.h: $(top_builddir)/config.status @GL_GENERATE_LIMITS_H_FALSE@ rm -f $@ # We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it # is not used by another installed package. # On systems with glibc-2.1 or newer, the file is redundant, therefore we # avoid installing it. all-local: charset.alias ref-add.sed ref-del.sed install-exec-local: install-exec-localcharset install-exec-localcharset: all-local if test $(GLIBC21) = no; then \ case '$(host_os)' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ fi ; \ if test -f $(charset_alias); then \ sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ else \ if $$need_charset_alias; then \ sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ fi ; \ fi uninstall-local: uninstall-localcharset uninstall-localcharset: all-local if test -f $(charset_alias); then \ sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ if grep '^# Packages using this file: $$' $(charset_tmp) \ > /dev/null; then \ rm -f $(charset_alias); \ else \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ fi; \ rm -f $(charset_tmp); \ fi charset.alias: config.charset $(AM_V_GEN)rm -f t-$@ $@ && \ $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ mv t-$@ $@ .sin.sed: $(AM_V_GEN)rm -f t-$@ $@ && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ mv t-$@ $@ # We need the following in order to create when the system # doesn't have one that works. @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ @GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status @GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDINT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \ @GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status @GL_GENERATE_STDINT_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ uniconv.h: uniconv.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/uniconv.in.h; \ } > $@-t && \ mv -f $@-t $@ unictype.h: unictype.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unictype.in.h; \ } > $@-t && \ mv -f $@-t $@ unictype/scripts_byname.h: unictype/scripts_byname.gperf $(V_GPERF)$(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t && \ mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h uninorm.h: uninorm.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/uninorm.in.h; \ } > $@-t && \ mv -f $@-t $@ uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf $(V_GPERF)$(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t && \ mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h unistr.h: unistr.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unistr.in.h; \ } > $@-t && \ mv -f $@-t $@ unitypes.h: unitypes.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unitypes.in.h; \ } > $@-t && \ mv -f $@-t $@ mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : # 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: libidn2-2.0.4/unistring/ref-del.sin0000644000000000000000000000167513061734304014014 00000000000000# Remove this package from a list of references stored in a text file. # # Copyright (C) 2000, 2009-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, see . # # Written by Bruno Haible . # /^# Packages using this file: / { s/# Packages using this file:// s/ @PACKAGE@ / / s/^/# Packages using this file:/ } libidn2-2.0.4/unistring/unitypes.in.h0000644000000000000000000000356313061734305014420 00000000000000/* Elementary types and macros for the GNU UniString library. Copyright (C) 2002, 2005-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _UNITYPES_H #define _UNITYPES_H /* Get uint8_t, uint16_t, uint32_t. */ #include /* Type representing a Unicode character. */ typedef uint32_t ucs4_t; /* Attribute of a function whose result depends only on the arguments (not pointers!) and which has no side effects. */ #ifndef _UC_ATTRIBUTE_CONST # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _UC_ATTRIBUTE_CONST __attribute__ ((__const__)) # else # define _UC_ATTRIBUTE_CONST # endif #endif /* Attribute of a function whose result depends only on the arguments (possibly pointers) and global memory, and which has no side effects. */ #ifndef _UC_ATTRIBUTE_PURE # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _UC_ATTRIBUTE_PURE __attribute__ ((__pure__)) # else # define _UC_ATTRIBUTE_PURE # endif #endif #endif /* _UNITYPES_H */ libidn2-2.0.4/unistring/uninorm.in.h0000644000000000000000000002477113061734305014233 00000000000000/* Normalization forms (composition and decomposition) of Unicode strings. Copyright (C) 2001-2002, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _UNINORM_H #define _UNINORM_H /* Get size_t. */ #include #include "unitypes.h" #ifdef __cplusplus extern "C" { #endif /* Conventions: All functions prefixed with u8_ operate on UTF-8 encoded strings. Their unit is an uint8_t (1 byte). All functions prefixed with u16_ operate on UTF-16 encoded strings. Their unit is an uint16_t (a 2-byte word). All functions prefixed with u32_ operate on UCS-4 encoded strings. Their unit is an uint32_t (a 4-byte word). All argument pairs (s, n) denote a Unicode string s[0..n-1] with exactly n units. Functions returning a string result take a (resultbuf, lengthp) argument pair. If resultbuf is not NULL and the result fits into *lengthp units, it is put in resultbuf, and resultbuf is returned. Otherwise, a freshly allocated string is returned. In both cases, *lengthp is set to the length (number of units) of the returned string. In case of error, NULL is returned and errno is set. */ enum { UC_DECOMP_CANONICAL,/* Canonical decomposition. */ UC_DECOMP_FONT, /* A font variant (e.g. a blackletter form). */ UC_DECOMP_NOBREAK, /* A no-break version of a space or hyphen. */ UC_DECOMP_INITIAL, /* An initial presentation form (Arabic). */ UC_DECOMP_MEDIAL, /* A medial presentation form (Arabic). */ UC_DECOMP_FINAL, /* A final presentation form (Arabic). */ UC_DECOMP_ISOLATED,/* An isolated presentation form (Arabic). */ UC_DECOMP_CIRCLE, /* An encircled form. */ UC_DECOMP_SUPER, /* A superscript form. */ UC_DECOMP_SUB, /* A subscript form. */ UC_DECOMP_VERTICAL,/* A vertical layout presentation form. */ UC_DECOMP_WIDE, /* A wide (or zenkaku) compatibility character. */ UC_DECOMP_NARROW, /* A narrow (or hankaku) compatibility character. */ UC_DECOMP_SMALL, /* A small variant form (CNS compatibility). */ UC_DECOMP_SQUARE, /* A CJK squared font variant. */ UC_DECOMP_FRACTION,/* A vulgar fraction form. */ UC_DECOMP_COMPAT /* Otherwise unspecified compatibility character. */ }; /* Maximum size of decomposition of a single Unicode character. */ #define UC_DECOMPOSITION_MAX_LENGTH 32 /* Return the character decomposition mapping of a Unicode character. DECOMPOSITION must point to an array of at least UC_DECOMPOSITION_MAX_LENGTH ucs_t elements. When a decomposition exists, DECOMPOSITION[0..N-1] and *DECOMP_TAG are filled and N is returned. Otherwise -1 is returned. */ extern int uc_decomposition (ucs4_t uc, int *decomp_tag, ucs4_t *decomposition); /* Return the canonical character decomposition mapping of a Unicode character. DECOMPOSITION must point to an array of at least UC_DECOMPOSITION_MAX_LENGTH ucs_t elements. When a decomposition exists, DECOMPOSITION[0..N-1] is filled and N is returned. Otherwise -1 is returned. */ extern int uc_canonical_decomposition (ucs4_t uc, ucs4_t *decomposition); /* Attempt to combine the Unicode characters uc1, uc2. uc1 is known to have canonical combining class 0. Return the combination of uc1 and uc2, if it exists. Return 0 otherwise. Not all decompositions can be recombined using this function. See the Unicode file CompositionExclusions.txt for details. */ extern ucs4_t uc_composition (ucs4_t uc1, ucs4_t uc2) _UC_ATTRIBUTE_CONST; /* An object of type uninorm_t denotes a Unicode normalization form. */ struct unicode_normalization_form; typedef const struct unicode_normalization_form *uninorm_t; /* UNINORM_NFD: Normalization form D: canonical decomposition. */ extern const struct unicode_normalization_form uninorm_nfd; #define UNINORM_NFD (&uninorm_nfd) /* UNINORM_NFC: Normalization form C: canonical decomposition, then canonical composition. */ extern const struct unicode_normalization_form uninorm_nfc; #define UNINORM_NFC (&uninorm_nfc) /* UNINORM_NFKD: Normalization form KD: compatibility decomposition. */ extern const struct unicode_normalization_form uninorm_nfkd; #define UNINORM_NFKD (&uninorm_nfkd) /* UNINORM_NFKC: Normalization form KC: compatibility decomposition, then canonical composition. */ extern const struct unicode_normalization_form uninorm_nfkc; #define UNINORM_NFKC (&uninorm_nfkc) /* Test whether a normalization form does compatibility decomposition. */ #define uninorm_is_compat_decomposing(nf) \ ((* (const unsigned int *) (nf) >> 0) & 1) /* Test whether a normalization form includes canonical composition. */ #define uninorm_is_composing(nf) \ ((* (const unsigned int *) (nf) >> 1) & 1) /* Return the decomposing variant of a normalization form. This maps NFC,NFD -> NFD and NFKC,NFKD -> NFKD. */ extern uninorm_t uninorm_decomposing_form (uninorm_t nf) _UC_ATTRIBUTE_PURE; /* Return the specified normalization form of a string. */ extern uint8_t * u8_normalize (uninorm_t nf, const uint8_t *s, size_t n, uint8_t *resultbuf, size_t *lengthp); extern uint16_t * u16_normalize (uninorm_t nf, const uint16_t *s, size_t n, uint16_t *resultbuf, size_t *lengthp); extern uint32_t * u32_normalize (uninorm_t nf, const uint32_t *s, size_t n, uint32_t *resultbuf, size_t *lengthp); /* Compare S1 and S2, ignoring differences in normalization. NF must be either UNINORM_NFD or UNINORM_NFKD. If successful, set *RESULTP to -1 if S1 < S2, 0 if S1 = S2, 1 if S1 > S2, and return 0. Upon failure, return -1 with errno set. */ extern int u8_normcmp (const uint8_t *s1, size_t n1, const uint8_t *s2, size_t n2, uninorm_t nf, int *resultp); extern int u16_normcmp (const uint16_t *s1, size_t n1, const uint16_t *s2, size_t n2, uninorm_t nf, int *resultp); extern int u32_normcmp (const uint32_t *s1, size_t n1, const uint32_t *s2, size_t n2, uninorm_t nf, int *resultp); /* Converts the string S of length N to a NUL-terminated byte sequence, in such a way that comparing uN_normxfrm (S1) and uN_normxfrm (S2) with uN_cmp2() is equivalent to comparing S1 and S2 with uN_normcoll(). NF must be either UNINORM_NFC or UNINORM_NFKC. */ extern char * u8_normxfrm (const uint8_t *s, size_t n, uninorm_t nf, char *resultbuf, size_t *lengthp); extern char * u16_normxfrm (const uint16_t *s, size_t n, uninorm_t nf, char *resultbuf, size_t *lengthp); extern char * u32_normxfrm (const uint32_t *s, size_t n, uninorm_t nf, char *resultbuf, size_t *lengthp); /* Compare S1 and S2, ignoring differences in normalization, using the collation rules of the current locale. NF must be either UNINORM_NFC or UNINORM_NFKC. If successful, set *RESULTP to -1 if S1 < S2, 0 if S1 = S2, 1 if S1 > S2, and return 0. Upon failure, return -1 with errno set. */ extern int u8_normcoll (const uint8_t *s1, size_t n1, const uint8_t *s2, size_t n2, uninorm_t nf, int *resultp); extern int u16_normcoll (const uint16_t *s1, size_t n1, const uint16_t *s2, size_t n2, uninorm_t nf, int *resultp); extern int u32_normcoll (const uint32_t *s1, size_t n1, const uint32_t *s2, size_t n2, uninorm_t nf, int *resultp); /* Normalization of a stream of Unicode characters. A "stream of Unicode characters" is essentially a function that accepts an ucs4_t argument repeatedly, optionally combined with a function that "flushes" the stream. */ /* Data type of a stream of Unicode characters that normalizes its input according to a given normalization form and passes the normalized character sequence to the encapsulated stream of Unicode characters. */ struct uninorm_filter; /* Create and return a normalization filter for Unicode characters. The pair (stream_func, stream_data) is the encapsulated stream. stream_func (stream_data, uc) receives the Unicode character uc and returns 0 if successful, or -1 with errno set upon failure. Return the new filter, or NULL with errno set upon failure. */ extern struct uninorm_filter * uninorm_filter_create (uninorm_t nf, int (*stream_func) (void *stream_data, ucs4_t uc), void *stream_data); /* Stuff a Unicode character into a normalizing filter. Return 0 if successful, or -1 with errno set upon failure. */ extern int uninorm_filter_write (struct uninorm_filter *filter, ucs4_t uc); /* Bring data buffered in the filter to its destination, the encapsulated stream. Return 0 if successful, or -1 with errno set upon failure. Note! If after calling this function, additional characters are written into the filter, the resulting character sequence in the encapsulated stream will not necessarily be normalized. */ extern int uninorm_filter_flush (struct uninorm_filter *filter); /* Bring data buffered in the filter to its destination, the encapsulated stream, then close and free the filter. Return 0 if successful, or -1 with errno set upon failure. */ extern int uninorm_filter_free (struct uninorm_filter *filter); #ifdef __cplusplus } #endif #endif /* _UNINORM_H */ libidn2-2.0.4/unistring/iconv_open-solaris.h0000644000000000000000000001570013051023042015724 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 10 ./iconv_open-solaris.gperf */ /* Computed positions: -k'10' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-solaris.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 13 #define MIN_WORD_LENGTH 5 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 5 #define MAX_HASH_VALUE 19 /* maximum key range = 15, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 9, 8, 7, 6, 5, 4, 3, 2, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20 }; register int hval = len; switch (hval) { default: hval += asso_values[(unsigned char)str[9]]; /*FALLTHROUGH*/ case 9: case 8: case 7: case 6: case 5: break; } return hval; } struct stringpool_t { char stringpool_str5[sizeof("ASCII")]; char stringpool_str6[sizeof("CP1251")]; char stringpool_str7[sizeof("$ abc")]; char stringpool_str10[sizeof("ISO-8859-1")]; char stringpool_str11[sizeof("ISO-8859-15")]; char stringpool_str12[sizeof("ISO-8859-9")]; char stringpool_str13[sizeof("ISO-8859-8")]; char stringpool_str14[sizeof("ISO-8859-7")]; char stringpool_str15[sizeof("ISO-8859-6")]; char stringpool_str16[sizeof("ISO-8859-5")]; char stringpool_str17[sizeof("ISO-8859-4")]; char stringpool_str18[sizeof("ISO-8859-3")]; char stringpool_str19[sizeof("ISO-8859-2")]; }; static const struct stringpool_t stringpool_contents = { "ASCII", "CP1251", "$ abc", "ISO-8859-1", "ISO-8859-15", "ISO-8859-9", "ISO-8859-8", "ISO-8859-7", "ISO-8859-6", "ISO-8859-5", "ISO-8859-4", "ISO-8859-3", "ISO-8859-2" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, #line 19 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str5, "646"}, #line 30 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "ansi-1251"}, #line 18 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7}, {-1}, {-1}, #line 20 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "ISO8859-1"}, #line 29 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "ISO8859-15"}, #line 28 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "ISO8859-9"}, #line 27 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "ISO8859-8"}, #line 26 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "ISO8859-7"}, #line 25 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "ISO8859-6"}, #line 24 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "ISO8859-5"}, #line 23 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "ISO8859-4"}, #line 22 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "ISO8859-3"}, #line 21 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "ISO8859-2"} }; #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } libidn2-2.0.4/unistring/striconveha.h0000644000000000000000000001041613061734304014452 00000000000000/* Character set conversion with error handling and autodetection. Copyright (C) 2002, 2005, 2007-2017 Free Software Foundation, Inc. Written by Bruno Haible. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _STRICONVEHA_H #define _STRICONVEHA_H #include #include #include "iconveh.h" #ifdef __cplusplus extern "C" { #endif /* Convert an entire string from one encoding to another, using iconv. The original string is at [SRC,...,SRC+SRCLEN-1]. The "from" encoding can also be a name defined for autodetection. If TRANSLITERATE is true, transliteration will attempted to avoid conversion errors, for iconv implementations that support this. Usually you'll choose TRANSLITERATE = true if HANDLER != iconveh_error. If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this array is filled with offsets into the result, i.e. the character starting at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]], and other offsets are set to (size_t)(-1). *RESULTP and *LENGTH should initially be a scratch buffer and its size, or *RESULTP can initially be NULL. May erase the contents of the memory at *RESULTP. Return value: 0 if successful, otherwise -1 and errno set. If successful: The resulting string is stored in *RESULTP and its length in *LENGTHP. *RESULTP is set to a freshly allocated memory block, or is unchanged if no dynamic memory allocation was necessary. */ extern int mem_iconveha (const char *src, size_t srclen, const char *from_codeset, const char *to_codeset, bool transliterate, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp); /* Convert an entire string from one encoding to another, using iconv. The original string is the NUL-terminated string starting at SRC. Both the "from" and the "to" encoding must use a single NUL byte at the end of the string (i.e. not UCS-2, UCS-4, UTF-16, UTF-32). The "from" encoding can also be a name defined for autodetection. If TRANSLITERATE is true, transliteration will attempted to avoid conversion errors, for iconv implementations that support this. Usually you'll choose TRANSLITERATE = true if HANDLER != iconveh_error. Allocate a malloced memory block for the result. Return value: the freshly allocated resulting NUL-terminated string if successful, otherwise NULL and errno set. */ extern char * str_iconveha (const char *src, const char *from_codeset, const char *to_codeset, bool transliterate, enum iconv_ilseq_handler handler); /* In the above, FROM_CODESET can also be one of the following values: "autodetect_utf8" supports ISO-8859-1 and UTF-8 "autodetect_jp" supports EUC-JP, ISO-2022-JP-2 and SHIFT_JIS "autodetect_kr" supports EUC-KR and ISO-2022-KR More names can be defined for autodetection. */ /* Registers an encoding name for autodetection. TRY_IN_ORDER is a NULL terminated list of encodings to be tried. Returns 0 upon success, or -1 (with errno set) in case of error. Particular errno values: ENOMEM. */ extern int uniconv_register_autodetect (const char *name, const char * const *try_in_order); #ifdef __cplusplus } #endif #endif /* _STRICONVEHA_H */ libidn2-2.0.4/unistring/uniconv/0000755000000000000000000000000013151533501013507 500000000000000libidn2-2.0.4/unistring/uniconv/u8-strconv-to-locale.c0000644000000000000000000000244713061734305017514 00000000000000/* Conversion from UTF-8 to the locale encoding. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "uniconv.h" char * u8_strconv_to_locale (const uint8_t *string) { const char *encoding = locale_charset (); return u8_strconv_to_encoding (string, encoding, iconveh_question_mark); } libidn2-2.0.4/unistring/uniconv/u8-strconv-from-enc.c0000644000000000000000000000255713061734304017344 00000000000000/* Conversion to UTF-8 from legacy encodings. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "uniconv.h" #include #include #include #include "unistr.h" #define FUNC u8_strconv_from_encoding #define UNIT uint8_t #define U_CONV_FROM_ENCODING u8_conv_from_encoding #define U_STRLEN u8_strlen #include "u-strconv-from-enc.h" libidn2-2.0.4/unistring/uniconv/u8-conv-from-enc.c0000644000000000000000000000631713061734304016611 00000000000000/* Conversion to UTF-8 from legacy encodings. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "uniconv.h" #include #include #include #include "c-strcaseeq.h" #include "striconveha.h" #include "unistr.h" uint8_t * u8_conv_from_encoding (const char *fromcode, enum iconv_ilseq_handler handler, const char *src, size_t srclen, size_t *offsets, uint8_t *resultbuf, size_t *lengthp) { if (STRCASEEQ (fromcode, "UTF-8", 'U','T','F','-','8',0,0,0,0)) { /* Conversion from UTF-8 to UTF-8. No need to go through iconv(). */ uint8_t *result; if (u8_check ((const uint8_t *) src, srclen)) { errno = EILSEQ; return NULL; } if (offsets != NULL) { size_t i; for (i = 0; i < srclen; ) { int count = u8_mblen ((const uint8_t *) src + i, srclen - i); /* We can rely on count > 0 because of the previous u8_check. */ if (count <= 0) abort (); offsets[i] = i; i++; while (--count > 0) offsets[i++] = (size_t)(-1); } } /* Memory allocation. */ if (resultbuf != NULL && *lengthp >= srclen) result = resultbuf; else { result = (uint8_t *) malloc (srclen > 0 ? srclen : 1); if (result == NULL) { errno = ENOMEM; return NULL; } } memcpy ((char *) result, src, srclen); *lengthp = srclen; return result; } else { char *result = (char *) resultbuf; size_t length = *lengthp; if (mem_iconveha (src, srclen, fromcode, "UTF-8", true, handler, offsets, &result, &length) < 0) return NULL; if (result == NULL) /* when (resultbuf == NULL && length == 0) */ { result = (char *) malloc (1); if (result == NULL) { errno = ENOMEM; return NULL; } } *lengthp = length; return (uint8_t *) result; } } libidn2-2.0.4/unistring/uniconv/u-strconv-from-enc.h0000644000000000000000000000312313061734304017247 00000000000000/* Conversion to UTF-8/UTF-16/UTF-32 from legacy encodings. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ UNIT * FUNC (const char *string, const char *fromcode, enum iconv_ilseq_handler handler) { UNIT *result; size_t length; result = U_CONV_FROM_ENCODING (fromcode, handler, string, strlen (string) + 1, NULL, NULL, &length); if (result == NULL) return NULL; /* Verify the result has exactly one NUL unit, at the end. */ if (!(length > 0 && result[length-1] == 0 && U_STRLEN (result) == length-1)) { free (result); errno = EILSEQ; return NULL; } return result; } libidn2-2.0.4/unistring/uniconv/u8-strconv-to-enc.c0000644000000000000000000000500613061734305017014 00000000000000/* Conversion from UTF-8 to legacy encodings. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "uniconv.h" #include #include #include #include "c-strcaseeq.h" #include "striconveha.h" #include "unistr.h" char * u8_strconv_to_encoding (const uint8_t *string, const char *tocode, enum iconv_ilseq_handler handler) { char *result; size_t length; if (STRCASEEQ (tocode, "UTF-8", 'U','T','F','-','8',0,0,0,0)) { /* Conversion from UTF-8 to UTF-8. No need to go through iconv(). */ length = u8_strlen (string) + 1; if (u8_check (string, length)) { errno = EILSEQ; return NULL; } result = (char *) malloc (length); if (result == NULL) { errno = ENOMEM; return NULL; } memcpy (result, (const char *) string, length); return result; } else { result = NULL; length = 0; if (mem_iconveha ((const char *) string, u8_strlen (string) + 1, "UTF-8", tocode, handler == iconveh_question_mark, handler, NULL, &result, &length) < 0) return NULL; /* Verify the result has exactly one NUL byte, at the end. */ if (!(length > 0 && result[length-1] == '\0' && strlen (result) == length-1)) { free (result); errno = EILSEQ; return NULL; } return result; } } libidn2-2.0.4/unistring/uniconv/u8-strconv-from-locale.c0000644000000000000000000000245313061734304020031 00000000000000/* Conversion to UTF-8 from the locale encoding. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "uniconv.h" uint8_t * u8_strconv_from_locale (const char *string) { const char *encoding = locale_charset (); return u8_strconv_from_encoding (string, encoding, iconveh_question_mark); } libidn2-2.0.4/unistring/c-strncasecmp.c0000644000000000000000000000350713061734304014665 00000000000000/* c-strncasecmp.c -- case insensitive string comparator in C locale Copyright (C) 1998-1999, 2005-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "c-strcase.h" #include #include "c-ctype.h" int c_strncasecmp (const char *s1, const char *s2, size_t n) { register const unsigned char *p1 = (const unsigned char *) s1; register const unsigned char *p2 = (const unsigned char *) s2; unsigned char c1, c2; if (p1 == p2 || n == 0) return 0; do { c1 = c_tolower (*p1); c2 = c_tolower (*p2); if (--n == 0 || c1 == '\0') break; ++p1; ++p2; } while (c1 == c2); if (UCHAR_MAX <= INT_MAX) return c1 - c2; else /* On machines where 'char' and 'int' are types of the same size, the difference of two 'unsigned char' values - including the sign bit - doesn't fit in an 'int'. */ return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0); } libidn2-2.0.4/unistring/sys_types.in.h0000644000000000000000000000605013134403267014575 00000000000000/* Provide a more complete sys/types.h. Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #ifndef _@GUARD_PREFIX@_SYS_TYPES_H /* The include_next requires a split double-inclusion guard. */ # define _GL_INCLUDING_SYS_TYPES_H #@INCLUDE_NEXT@ @NEXT_SYS_TYPES_H@ # undef _GL_INCLUDING_SYS_TYPES_H #ifndef _@GUARD_PREFIX@_SYS_TYPES_H #define _@GUARD_PREFIX@_SYS_TYPES_H /* Override off_t if Large File Support is requested on native Windows. */ #if @WINDOWS_64_BIT_OFF_T@ /* Same as int64_t in . */ # if defined _MSC_VER # define off_t __int64 # else # define off_t long long int # endif /* Indicator, for gnulib internal purposes. */ # define _GL_WINDOWS_64_BIT_OFF_T 1 #endif /* Override dev_t and ino_t if distinguishable inodes support is requested on native Windows. */ #if @WINDOWS_STAT_INODES@ # if @WINDOWS_STAT_INODES@ == 2 /* Experimental, not useful in Windows 10. */ /* Define dev_t to a 64-bit type. */ # if !defined GNULIB_defined_dev_t typedef unsigned long long int rpl_dev_t; # undef dev_t # define dev_t rpl_dev_t # define GNULIB_defined_dev_t 1 # endif /* Define ino_t to a 128-bit type. */ # if !defined GNULIB_defined_ino_t /* MSVC does not have a 128-bit integer type. GCC has a 128-bit integer type __int128, but only on 64-bit targets. */ typedef struct { unsigned long long int _gl_ino[2]; } rpl_ino_t; # undef ino_t # define ino_t rpl_ino_t # define GNULIB_defined_ino_t 1 # endif # else /* @WINDOWS_STAT_INODES@ == 1 */ /* Define ino_t to a 64-bit type. */ # if !defined GNULIB_defined_ino_t typedef unsigned long long int rpl_ino_t; # undef ino_t # define ino_t rpl_ino_t # define GNULIB_defined_ino_t 1 # endif # endif /* Indicator, for gnulib internal purposes. */ # define _GL_WINDOWS_STAT_INODES @WINDOWS_STAT_INODES@ #endif /* MSVC 9 defines size_t in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ && ! defined __GLIBC__ # include #endif #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ libidn2-2.0.4/unistring/unistr.in.h0000644000000000000000000005546313061734305014072 00000000000000/* Elementary Unicode string functions. Copyright (C) 2001-2002, 2005-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _UNISTR_H #define _UNISTR_H #include "unitypes.h" /* Get common macros for C. */ #include "unused-parameter.h" /* Get bool. */ #include /* Get size_t. */ #include #ifdef __cplusplus extern "C" { #endif /* Conventions: All functions prefixed with u8_ operate on UTF-8 encoded strings. Their unit is an uint8_t (1 byte). All functions prefixed with u16_ operate on UTF-16 encoded strings. Their unit is an uint16_t (a 2-byte word). All functions prefixed with u32_ operate on UCS-4 encoded strings. Their unit is an uint32_t (a 4-byte word). All argument pairs (s, n) denote a Unicode string s[0..n-1] with exactly n units. All arguments starting with "str" and the arguments of functions starting with u8_str/u16_str/u32_str denote a NUL terminated string, i.e. a string which terminates at the first NUL unit. This termination unit is considered part of the string for all memory allocation purposes, but is not considered part of the string for all other logical purposes. Functions returning a string result take a (resultbuf, lengthp) argument pair. If resultbuf is not NULL and the result fits into *lengthp units, it is put in resultbuf, and resultbuf is returned. Otherwise, a freshly allocated string is returned. In both cases, *lengthp is set to the length (number of units) of the returned string. In case of error, NULL is returned and errno is set. */ /* Elementary string checks. */ /* Check whether an UTF-8 string is well-formed. Return NULL if valid, or a pointer to the first invalid unit otherwise. */ extern const uint8_t * u8_check (const uint8_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Check whether an UTF-16 string is well-formed. Return NULL if valid, or a pointer to the first invalid unit otherwise. */ extern const uint16_t * u16_check (const uint16_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Check whether an UCS-4 string is well-formed. Return NULL if valid, or a pointer to the first invalid unit otherwise. */ extern const uint32_t * u32_check (const uint32_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Elementary string conversions. */ /* Convert an UTF-8 string to an UTF-16 string. */ extern uint16_t * u8_to_u16 (const uint8_t *s, size_t n, uint16_t *resultbuf, size_t *lengthp); /* Convert an UTF-8 string to an UCS-4 string. */ extern uint32_t * u8_to_u32 (const uint8_t *s, size_t n, uint32_t *resultbuf, size_t *lengthp); /* Convert an UTF-16 string to an UTF-8 string. */ extern uint8_t * u16_to_u8 (const uint16_t *s, size_t n, uint8_t *resultbuf, size_t *lengthp); /* Convert an UTF-16 string to an UCS-4 string. */ extern uint32_t * u16_to_u32 (const uint16_t *s, size_t n, uint32_t *resultbuf, size_t *lengthp); /* Convert an UCS-4 string to an UTF-8 string. */ extern uint8_t * u32_to_u8 (const uint32_t *s, size_t n, uint8_t *resultbuf, size_t *lengthp); /* Convert an UCS-4 string to an UTF-16 string. */ extern uint16_t * u32_to_u16 (const uint32_t *s, size_t n, uint16_t *resultbuf, size_t *lengthp); /* Elementary string functions. */ /* Return the length (number of units) of the first character in S, which is no longer than N. Return 0 if it is the NUL character. Return -1 upon failure. */ /* Similar to mblen(), except that s must not be NULL. */ extern int u8_mblen (const uint8_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern int u16_mblen (const uint16_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern int u32_mblen (const uint32_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Return the length (number of units) of the first character in S, putting its 'ucs4_t' representation in *PUC. Upon failure, *PUC is set to 0xfffd, and an appropriate number of units is returned. The number of available units, N, must be > 0. */ /* Similar to mbtowc(), except that puc and s must not be NULL, n must be > 0, and the NUL character is not treated specially. */ /* The variants with _safe suffix are safe, even if the library is compiled without --enable-safety. */ #if GNULIB_UNISTR_U8_MBTOUC_UNSAFE || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n); # else extern int u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n); static inline int u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else return u8_mbtouc_unsafe_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U16_MBTOUC_UNSAFE || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n); # else extern int u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n); static inline int u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) { uint16_t c = *s; if (c < 0xd800 || c >= 0xe000) { *puc = c; return 1; } else return u16_mbtouc_unsafe_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U32_MBTOUC_UNSAFE || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n); # else static inline int u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n _GL_UNUSED_PARAMETER) { uint32_t c = *s; if (c < 0xd800 || (c >= 0xe000 && c < 0x110000)) *puc = c; else /* invalid multibyte character */ *puc = 0xfffd; return 1; } # endif #endif #if GNULIB_UNISTR_U8_MBTOUC || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n); # else extern int u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n); static inline int u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else return u8_mbtouc_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U16_MBTOUC || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n); # else extern int u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n); static inline int u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) { uint16_t c = *s; if (c < 0xd800 || c >= 0xe000) { *puc = c; return 1; } else return u16_mbtouc_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U32_MBTOUC || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n); # else static inline int u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n _GL_UNUSED_PARAMETER) { uint32_t c = *s; if (c < 0xd800 || (c >= 0xe000 && c < 0x110000)) *puc = c; else /* invalid multibyte character */ *puc = 0xfffd; return 1; } # endif #endif /* Return the length (number of units) of the first character in S, putting its 'ucs4_t' representation in *PUC. Upon failure, *PUC is set to 0xfffd, and -1 is returned for an invalid sequence of units, -2 is returned for an incomplete sequence of units. The number of available units, N, must be > 0. */ /* Similar to u*_mbtouc(), except that the return value gives more details about the failure, similar to mbrtowc(). */ #if GNULIB_UNISTR_U8_MBTOUCR || HAVE_LIBUNISTRING extern int u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n); #endif #if GNULIB_UNISTR_U16_MBTOUCR || HAVE_LIBUNISTRING extern int u16_mbtoucr (ucs4_t *puc, const uint16_t *s, size_t n); #endif #if GNULIB_UNISTR_U32_MBTOUCR || HAVE_LIBUNISTRING extern int u32_mbtoucr (ucs4_t *puc, const uint32_t *s, size_t n); #endif /* Put the multibyte character represented by UC in S, returning its length. Return -1 upon failure, -2 if the number of available units, N, is too small. The latter case cannot occur if N >= 6/2/1, respectively. */ /* Similar to wctomb(), except that s must not be NULL, and the argument n must be specified. */ #if GNULIB_UNISTR_U8_UCTOMB || HAVE_LIBUNISTRING /* Auxiliary function, also used by u8_chr, u8_strchr, u8_strrchr. */ extern int u8_uctomb_aux (uint8_t *s, ucs4_t uc, int n); # if !HAVE_INLINE extern int u8_uctomb (uint8_t *s, ucs4_t uc, int n); # else static inline int u8_uctomb (uint8_t *s, ucs4_t uc, int n) { if (uc < 0x80 && n > 0) { s[0] = uc; return 1; } else return u8_uctomb_aux (s, uc, n); } # endif #endif #if GNULIB_UNISTR_U16_UCTOMB || HAVE_LIBUNISTRING /* Auxiliary function, also used by u16_chr, u16_strchr, u16_strrchr. */ extern int u16_uctomb_aux (uint16_t *s, ucs4_t uc, int n); # if !HAVE_INLINE extern int u16_uctomb (uint16_t *s, ucs4_t uc, int n); # else static inline int u16_uctomb (uint16_t *s, ucs4_t uc, int n) { if (uc < 0xd800 && n > 0) { s[0] = uc; return 1; } else return u16_uctomb_aux (s, uc, n); } # endif #endif #if GNULIB_UNISTR_U32_UCTOMB || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u32_uctomb (uint32_t *s, ucs4_t uc, int n); # else static inline int u32_uctomb (uint32_t *s, ucs4_t uc, int n) { if (uc < 0xd800 || (uc >= 0xe000 && uc < 0x110000)) { if (n > 0) { *s = uc; return 1; } else return -2; } else return -1; } # endif #endif /* Copy N units from SRC to DEST. */ /* Similar to memcpy(). */ extern uint8_t * u8_cpy (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_cpy (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_cpy (uint32_t *dest, const uint32_t *src, size_t n); /* Copy N units from SRC to DEST, guaranteeing correct behavior for overlapping memory areas. */ /* Similar to memmove(). */ extern uint8_t * u8_move (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_move (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_move (uint32_t *dest, const uint32_t *src, size_t n); /* Set the first N characters of S to UC. UC should be a character that occupies only 1 unit. */ /* Similar to memset(). */ extern uint8_t * u8_set (uint8_t *s, ucs4_t uc, size_t n); extern uint16_t * u16_set (uint16_t *s, ucs4_t uc, size_t n); extern uint32_t * u32_set (uint32_t *s, ucs4_t uc, size_t n); /* Compare S1 and S2, each of length N. */ /* Similar to memcmp(). */ extern int u8_cmp (const uint8_t *s1, const uint8_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u16_cmp (const uint16_t *s1, const uint16_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u32_cmp (const uint32_t *s1, const uint32_t *s2, size_t n) _UC_ATTRIBUTE_PURE; /* Compare S1 and S2. */ /* Similar to the gnulib function memcmp2(). */ extern int u8_cmp2 (const uint8_t *s1, size_t n1, const uint8_t *s2, size_t n2) _UC_ATTRIBUTE_PURE; extern int u16_cmp2 (const uint16_t *s1, size_t n1, const uint16_t *s2, size_t n2) _UC_ATTRIBUTE_PURE; extern int u32_cmp2 (const uint32_t *s1, size_t n1, const uint32_t *s2, size_t n2) _UC_ATTRIBUTE_PURE; /* Search the string at S for UC. */ /* Similar to memchr(). */ extern uint8_t * u8_chr (const uint8_t *s, size_t n, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_chr (const uint16_t *s, size_t n, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_chr (const uint32_t *s, size_t n, ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Count the number of Unicode characters in the N units from S. */ /* Similar to mbsnlen(). */ extern size_t u8_mbsnlen (const uint8_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern size_t u16_mbsnlen (const uint16_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern size_t u32_mbsnlen (const uint32_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Elementary string functions with memory allocation. */ /* Make a freshly allocated copy of S, of length N. */ extern uint8_t * u8_cpy_alloc (const uint8_t *s, size_t n); extern uint16_t * u16_cpy_alloc (const uint16_t *s, size_t n); extern uint32_t * u32_cpy_alloc (const uint32_t *s, size_t n); /* Elementary string functions on NUL terminated strings. */ /* Return the length (number of units) of the first character in S. Return 0 if it is the NUL character. Return -1 upon failure. */ extern int u8_strmblen (const uint8_t *s) _UC_ATTRIBUTE_PURE; extern int u16_strmblen (const uint16_t *s) _UC_ATTRIBUTE_PURE; extern int u32_strmblen (const uint32_t *s) _UC_ATTRIBUTE_PURE; /* Return the length (number of units) of the first character in S, putting its 'ucs4_t' representation in *PUC. Return 0 if it is the NUL character. Return -1 upon failure. */ extern int u8_strmbtouc (ucs4_t *puc, const uint8_t *s); extern int u16_strmbtouc (ucs4_t *puc, const uint16_t *s); extern int u32_strmbtouc (ucs4_t *puc, const uint32_t *s); /* Forward iteration step. Advances the pointer past the next character, or returns NULL if the end of the string has been reached. Puts the character's 'ucs4_t' representation in *PUC. */ extern const uint8_t * u8_next (ucs4_t *puc, const uint8_t *s); extern const uint16_t * u16_next (ucs4_t *puc, const uint16_t *s); extern const uint32_t * u32_next (ucs4_t *puc, const uint32_t *s); /* Backward iteration step. Advances the pointer to point to the previous character, or returns NULL if the beginning of the string had been reached. Puts the character's 'ucs4_t' representation in *PUC. */ extern const uint8_t * u8_prev (ucs4_t *puc, const uint8_t *s, const uint8_t *start); extern const uint16_t * u16_prev (ucs4_t *puc, const uint16_t *s, const uint16_t *start); extern const uint32_t * u32_prev (ucs4_t *puc, const uint32_t *s, const uint32_t *start); /* Return the number of units in S. */ /* Similar to strlen(), wcslen(). */ extern size_t u8_strlen (const uint8_t *s) _UC_ATTRIBUTE_PURE; extern size_t u16_strlen (const uint16_t *s) _UC_ATTRIBUTE_PURE; extern size_t u32_strlen (const uint32_t *s) _UC_ATTRIBUTE_PURE; /* Return the number of units in S, but at most MAXLEN. */ /* Similar to strnlen(), wcsnlen(). */ extern size_t u8_strnlen (const uint8_t *s, size_t maxlen) _UC_ATTRIBUTE_PURE; extern size_t u16_strnlen (const uint16_t *s, size_t maxlen) _UC_ATTRIBUTE_PURE; extern size_t u32_strnlen (const uint32_t *s, size_t maxlen) _UC_ATTRIBUTE_PURE; /* Copy SRC to DEST. */ /* Similar to strcpy(), wcscpy(). */ extern uint8_t * u8_strcpy (uint8_t *dest, const uint8_t *src); extern uint16_t * u16_strcpy (uint16_t *dest, const uint16_t *src); extern uint32_t * u32_strcpy (uint32_t *dest, const uint32_t *src); /* Copy SRC to DEST, returning the address of the terminating NUL in DEST. */ /* Similar to stpcpy(). */ extern uint8_t * u8_stpcpy (uint8_t *dest, const uint8_t *src); extern uint16_t * u16_stpcpy (uint16_t *dest, const uint16_t *src); extern uint32_t * u32_stpcpy (uint32_t *dest, const uint32_t *src); /* Copy no more than N units of SRC to DEST. */ /* Similar to strncpy(), wcsncpy(). */ extern uint8_t * u8_strncpy (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_strncpy (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_strncpy (uint32_t *dest, const uint32_t *src, size_t n); /* Copy no more than N units of SRC to DEST. Return a pointer past the last non-NUL unit written into DEST. */ /* Similar to stpncpy(). */ extern uint8_t * u8_stpncpy (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_stpncpy (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_stpncpy (uint32_t *dest, const uint32_t *src, size_t n); /* Append SRC onto DEST. */ /* Similar to strcat(), wcscat(). */ extern uint8_t * u8_strcat (uint8_t *dest, const uint8_t *src); extern uint16_t * u16_strcat (uint16_t *dest, const uint16_t *src); extern uint32_t * u32_strcat (uint32_t *dest, const uint32_t *src); /* Append no more than N units of SRC onto DEST. */ /* Similar to strncat(), wcsncat(). */ extern uint8_t * u8_strncat (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_strncat (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_strncat (uint32_t *dest, const uint32_t *src, size_t n); /* Compare S1 and S2. */ /* Similar to strcmp(), wcscmp(). */ #ifdef __sun /* Avoid a collision with the u8_strcmp() function in Solaris 11 libc. */ extern int u8_strcmp_gnu (const uint8_t *s1, const uint8_t *s2) _UC_ATTRIBUTE_PURE; # define u8_strcmp u8_strcmp_gnu #else extern int u8_strcmp (const uint8_t *s1, const uint8_t *s2) _UC_ATTRIBUTE_PURE; #endif extern int u16_strcmp (const uint16_t *s1, const uint16_t *s2) _UC_ATTRIBUTE_PURE; extern int u32_strcmp (const uint32_t *s1, const uint32_t *s2) _UC_ATTRIBUTE_PURE; /* Compare S1 and S2 using the collation rules of the current locale. Return -1 if S1 < S2, 0 if S1 = S2, 1 if S1 > S2. Upon failure, set errno and return any value. */ /* Similar to strcoll(), wcscoll(). */ extern int u8_strcoll (const uint8_t *s1, const uint8_t *s2); extern int u16_strcoll (const uint16_t *s1, const uint16_t *s2); extern int u32_strcoll (const uint32_t *s1, const uint32_t *s2); /* Compare no more than N units of S1 and S2. */ /* Similar to strncmp(), wcsncmp(). */ extern int u8_strncmp (const uint8_t *s1, const uint8_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u16_strncmp (const uint16_t *s1, const uint16_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u32_strncmp (const uint32_t *s1, const uint32_t *s2, size_t n) _UC_ATTRIBUTE_PURE; /* Duplicate S, returning an identical malloc'd string. */ /* Similar to strdup(), wcsdup(). */ extern uint8_t * u8_strdup (const uint8_t *s); extern uint16_t * u16_strdup (const uint16_t *s); extern uint32_t * u32_strdup (const uint32_t *s); /* Find the first occurrence of UC in STR. */ /* Similar to strchr(), wcschr(). */ extern uint8_t * u8_strchr (const uint8_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strchr (const uint16_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strchr (const uint32_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Find the last occurrence of UC in STR. */ /* Similar to strrchr(), wcsrchr(). */ extern uint8_t * u8_strrchr (const uint8_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strrchr (const uint16_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strrchr (const uint32_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Return the length of the initial segment of STR which consists entirely of Unicode characters not in REJECT. */ /* Similar to strcspn(), wcscspn(). */ extern size_t u8_strcspn (const uint8_t *str, const uint8_t *reject) _UC_ATTRIBUTE_PURE; extern size_t u16_strcspn (const uint16_t *str, const uint16_t *reject) _UC_ATTRIBUTE_PURE; extern size_t u32_strcspn (const uint32_t *str, const uint32_t *reject) _UC_ATTRIBUTE_PURE; /* Return the length of the initial segment of STR which consists entirely of Unicode characters in ACCEPT. */ /* Similar to strspn(), wcsspn(). */ extern size_t u8_strspn (const uint8_t *str, const uint8_t *accept) _UC_ATTRIBUTE_PURE; extern size_t u16_strspn (const uint16_t *str, const uint16_t *accept) _UC_ATTRIBUTE_PURE; extern size_t u32_strspn (const uint32_t *str, const uint32_t *accept) _UC_ATTRIBUTE_PURE; /* Find the first occurrence in STR of any character in ACCEPT. */ /* Similar to strpbrk(), wcspbrk(). */ extern uint8_t * u8_strpbrk (const uint8_t *str, const uint8_t *accept) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strpbrk (const uint16_t *str, const uint16_t *accept) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strpbrk (const uint32_t *str, const uint32_t *accept) _UC_ATTRIBUTE_PURE; /* Find the first occurrence of NEEDLE in HAYSTACK. */ /* Similar to strstr(), wcsstr(). */ extern uint8_t * u8_strstr (const uint8_t *haystack, const uint8_t *needle) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strstr (const uint16_t *haystack, const uint16_t *needle) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strstr (const uint32_t *haystack, const uint32_t *needle) _UC_ATTRIBUTE_PURE; /* Test whether STR starts with PREFIX. */ extern bool u8_startswith (const uint8_t *str, const uint8_t *prefix) _UC_ATTRIBUTE_PURE; extern bool u16_startswith (const uint16_t *str, const uint16_t *prefix) _UC_ATTRIBUTE_PURE; extern bool u32_startswith (const uint32_t *str, const uint32_t *prefix) _UC_ATTRIBUTE_PURE; /* Test whether STR ends with SUFFIX. */ extern bool u8_endswith (const uint8_t *str, const uint8_t *suffix) _UC_ATTRIBUTE_PURE; extern bool u16_endswith (const uint16_t *str, const uint16_t *suffix) _UC_ATTRIBUTE_PURE; extern bool u32_endswith (const uint32_t *str, const uint32_t *suffix) _UC_ATTRIBUTE_PURE; /* Divide STR into tokens separated by characters in DELIM. This interface is actually more similar to wcstok than to strtok. */ /* Similar to strtok_r(), wcstok(). */ extern uint8_t * u8_strtok (uint8_t *str, const uint8_t *delim, uint8_t **ptr); extern uint16_t * u16_strtok (uint16_t *str, const uint16_t *delim, uint16_t **ptr); extern uint32_t * u32_strtok (uint32_t *str, const uint32_t *delim, uint32_t **ptr); #ifdef __cplusplus } #endif #endif /* _UNISTR_H */ libidn2-2.0.4/unistring/libunistring.valgrind0000644000000000000000000000040513051021033016175 00000000000000# Suppress valgrind messages in an installed libunistring. # Suppress a valgrind message about use of uninitialized memory in freea(). # This use is OK because it provides only a speedup. { libunistring_freea Memcheck:Cond fun:libunistring_freea } libidn2-2.0.4/unistring/c-ctype.h0000644000000000000000000002300413061734304013466 00000000000000/* Character handling in C locale. These functions work like the corresponding functions in , except that they have the C (POSIX) locale hardwired, whereas the functions' behaviour depends on the current locale set via setlocale. Copyright (C) 2000-2003, 2006, 2008-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef C_CTYPE_H #define C_CTYPE_H #include #ifndef _GL_INLINE_HEADER_BEGIN #error "Please include config.h first." #endif _GL_INLINE_HEADER_BEGIN #ifndef C_CTYPE_INLINE # define C_CTYPE_INLINE _GL_INLINE #endif #ifdef __cplusplus extern "C" { #endif /* The functions defined in this file assume the "C" locale and a character set without diacritics (ASCII-US or EBCDIC-US or something like that). Even if the "C" locale on a particular system is an extension of the ASCII character set (like on BeOS, where it is UTF-8, or on AmigaOS, where it is ISO-8859-1), the functions in this file recognize only the ASCII characters. */ #if (' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126) /* The character set is ASCII or one of its variants or extensions, not EBCDIC. Testing the value of '\n' and '\r' is not relevant. */ # define C_CTYPE_ASCII 1 #elif ! (' ' == '\x40' && '0' == '\xf0' \ && 'A' == '\xc1' && 'J' == '\xd1' && 'S' == '\xe2' \ && 'a' == '\x81' && 'j' == '\x91' && 's' == '\xa2') # error "Only ASCII and EBCDIC are supported" #endif #if 'A' < 0 # error "EBCDIC and char is signed -- not supported" #endif /* Cases for control characters. */ #define _C_CTYPE_CNTRL \ case '\a': case '\b': case '\f': case '\n': \ case '\r': case '\t': case '\v': \ _C_CTYPE_OTHER_CNTRL /* ASCII control characters other than those with \-letter escapes. */ #if C_CTYPE_ASCII # define _C_CTYPE_OTHER_CNTRL \ case '\x00': case '\x01': case '\x02': case '\x03': \ case '\x04': case '\x05': case '\x06': case '\x0e': \ case '\x0f': case '\x10': case '\x11': case '\x12': \ case '\x13': case '\x14': case '\x15': case '\x16': \ case '\x17': case '\x18': case '\x19': case '\x1a': \ case '\x1b': case '\x1c': case '\x1d': case '\x1e': \ case '\x1f': case '\x7f' #else /* Use EBCDIC code page 1047's assignments for ASCII control chars; assume all EBCDIC code pages agree about these assignments. */ # define _C_CTYPE_OTHER_CNTRL \ case '\x00': case '\x01': case '\x02': case '\x03': \ case '\x07': case '\x0e': case '\x0f': case '\x10': \ case '\x11': case '\x12': case '\x13': case '\x18': \ case '\x19': case '\x1c': case '\x1d': case '\x1e': \ case '\x1f': case '\x26': case '\x27': case '\x2d': \ case '\x2e': case '\x32': case '\x37': case '\x3c': \ case '\x3d': case '\x3f' #endif /* Cases for lowercase hex letters, and lowercase letters, all offset by N. */ #define _C_CTYPE_LOWER_A_THRU_F_N(N) \ case 'a' + (N): case 'b' + (N): case 'c' + (N): case 'd' + (N): \ case 'e' + (N): case 'f' + (N) #define _C_CTYPE_LOWER_N(N) \ _C_CTYPE_LOWER_A_THRU_F_N(N): \ case 'g' + (N): case 'h' + (N): case 'i' + (N): case 'j' + (N): \ case 'k' + (N): case 'l' + (N): case 'm' + (N): case 'n' + (N): \ case 'o' + (N): case 'p' + (N): case 'q' + (N): case 'r' + (N): \ case 's' + (N): case 't' + (N): case 'u' + (N): case 'v' + (N): \ case 'w' + (N): case 'x' + (N): case 'y' + (N): case 'z' + (N) /* Cases for hex letters, digits, lower, punct, and upper. */ #define _C_CTYPE_A_THRU_F \ _C_CTYPE_LOWER_A_THRU_F_N (0): \ _C_CTYPE_LOWER_A_THRU_F_N ('A' - 'a') #define _C_CTYPE_DIGIT \ case '0': case '1': case '2': case '3': \ case '4': case '5': case '6': case '7': \ case '8': case '9' #define _C_CTYPE_LOWER _C_CTYPE_LOWER_N (0) #define _C_CTYPE_PUNCT \ case '!': case '"': case '#': case '$': \ case '%': case '&': case '\'': case '(': \ case ')': case '*': case '+': case ',': \ case '-': case '.': case '/': case ':': \ case ';': case '<': case '=': case '>': \ case '?': case '@': case '[': case '\\': \ case ']': case '^': case '_': case '`': \ case '{': case '|': case '}': case '~' #define _C_CTYPE_UPPER _C_CTYPE_LOWER_N ('A' - 'a') /* Function definitions. */ /* Unlike the functions in , which require an argument in the range of the 'unsigned char' type, the functions here operate on values that are in the 'unsigned char' range or in the 'char' range. In other words, when you have a 'char' value, you need to cast it before using it as argument to a function: const char *s = ...; if (isalpha ((unsigned char) *s)) ... but you don't need to cast it for the functions defined in this file: const char *s = ...; if (c_isalpha (*s)) ... */ C_CTYPE_INLINE bool c_isalnum (int c) { switch (c) { _C_CTYPE_DIGIT: _C_CTYPE_LOWER: _C_CTYPE_UPPER: return true; default: return false; } } C_CTYPE_INLINE bool c_isalpha (int c) { switch (c) { _C_CTYPE_LOWER: _C_CTYPE_UPPER: return true; default: return false; } } /* The function isascii is not locale dependent. Its use in EBCDIC is questionable. */ C_CTYPE_INLINE bool c_isascii (int c) { switch (c) { case ' ': _C_CTYPE_CNTRL: _C_CTYPE_DIGIT: _C_CTYPE_LOWER: _C_CTYPE_PUNCT: _C_CTYPE_UPPER: return true; default: return false; } } C_CTYPE_INLINE bool c_isblank (int c) { return c == ' ' || c == '\t'; } C_CTYPE_INLINE bool c_iscntrl (int c) { switch (c) { _C_CTYPE_CNTRL: return true; default: return false; } } C_CTYPE_INLINE bool c_isdigit (int c) { switch (c) { _C_CTYPE_DIGIT: return true; default: return false; } } C_CTYPE_INLINE bool c_isgraph (int c) { switch (c) { _C_CTYPE_DIGIT: _C_CTYPE_LOWER: _C_CTYPE_PUNCT: _C_CTYPE_UPPER: return true; default: return false; } } C_CTYPE_INLINE bool c_islower (int c) { switch (c) { _C_CTYPE_LOWER: return true; default: return false; } } C_CTYPE_INLINE bool c_isprint (int c) { switch (c) { case ' ': _C_CTYPE_DIGIT: _C_CTYPE_LOWER: _C_CTYPE_PUNCT: _C_CTYPE_UPPER: return true; default: return false; } } C_CTYPE_INLINE bool c_ispunct (int c) { switch (c) { _C_CTYPE_PUNCT: return true; default: return false; } } C_CTYPE_INLINE bool c_isspace (int c) { switch (c) { case ' ': case '\t': case '\n': case '\v': case '\f': case '\r': return true; default: return false; } } C_CTYPE_INLINE bool c_isupper (int c) { switch (c) { _C_CTYPE_UPPER: return true; default: return false; } } C_CTYPE_INLINE bool c_isxdigit (int c) { switch (c) { _C_CTYPE_DIGIT: _C_CTYPE_A_THRU_F: return true; default: return false; } } C_CTYPE_INLINE int c_tolower (int c) { switch (c) { _C_CTYPE_UPPER: return c - 'A' + 'a'; default: return c; } } C_CTYPE_INLINE int c_toupper (int c) { switch (c) { _C_CTYPE_LOWER: return c - 'a' + 'A'; default: return c; } } #ifdef __cplusplus } #endif _GL_INLINE_HEADER_END #endif /* C_CTYPE_H */ libidn2-2.0.4/unistring/stdbool.in.h0000644000000000000000000001237313061734304014204 00000000000000/* Copyright (C) 2001-2003, 2006-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _GL_STDBOOL_H #define _GL_STDBOOL_H /* ISO C 99 for platforms that lack it. */ /* Usage suggestions: Programs that use should be aware of some limitations and standards compliance issues. Standards compliance: - must be #included before 'bool', 'false', 'true' can be used. - You cannot assume that sizeof (bool) == 1. - Programs should not undefine the macros bool, true, and false, as C99 lists that as an "obsolescent feature". Limitations of this substitute, when used in a C89 environment: - must be #included before the '_Bool' type can be used. - You cannot assume that _Bool is a typedef; it might be a macro. - Bit-fields of type 'bool' are not supported. Portable code should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'. - In C99, casts and automatic conversions to '_Bool' or 'bool' are performed in such a way that every nonzero value gets converted to 'true', and zero gets converted to 'false'. This doesn't work with this substitute. With this substitute, only the values 0 and 1 give the expected result when converted to _Bool' or 'bool'. - C99 allows the use of (_Bool)0.0 in constant expressions, but this substitute cannot always provide this property. Also, it is suggested that programs use 'bool' rather than '_Bool'; this isn't required, but 'bool' is more common. */ /* 7.16. Boolean type and values */ /* BeOS already #defines false 0, true 1. We use the same definitions below, but temporarily we have to #undef them. */ #if defined __BEOS__ && !defined __HAIKU__ # include /* defines bool but not _Bool */ # undef false # undef true #endif #ifdef __cplusplus # define _Bool bool # define bool bool #else # if defined __BEOS__ && !defined __HAIKU__ /* A compiler known to have 'bool'. */ /* If the compiler already has both 'bool' and '_Bool', we can assume they are the same types. */ # if !@HAVE__BOOL@ typedef bool _Bool; # endif # else # if !defined __GNUC__ /* If @HAVE__BOOL@: Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when the built-in _Bool type is used. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html Similar bugs are likely with other compilers as well; this file wouldn't be used if was working. So we override the _Bool type. If !@HAVE__BOOL@: Need to define _Bool ourselves. As 'signed char' or as an enum type? Use of a typedef, with SunPRO C, leads to a stupid "warning: _Bool is a keyword in ISO C99". Use of an enum type, with IRIX cc, leads to a stupid "warning(1185): enumerated type mixed with another type". Even the existence of an enum type, without a typedef, "Invalid enumerator. (badenum)" with HP-UX cc on Tru64. The only benefit of the enum, debuggability, is not important with these compilers. So use 'signed char' and no enum. */ # define _Bool signed char # else /* With this compiler, trust the _Bool type if the compiler has it. */ # if !@HAVE__BOOL@ /* For the sake of symbolic names in gdb, define true and false as enum constants, not only as macros. It is tempting to write typedef enum { false = 0, true = 1 } _Bool; so that gdb prints values of type 'bool' symbolically. But then values of type '_Bool' might promote to 'int' or 'unsigned int' (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int' (see ISO C 99 6.3.1.1.(2)). So add a negative value to the enum; this ensures that '_Bool' promotes to 'int'. */ typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; # endif # endif # endif # define bool _Bool #endif /* The other macros must be usable in preprocessor directives. */ #ifdef __cplusplus # define false false # define true true #else # define false 0 # define true 1 #endif #define __bool_true_false_are_defined 1 #endif /* _GL_STDBOOL_H */ libidn2-2.0.4/unistring/m4/0000755000000000000000000000000013151533501012346 500000000000000libidn2-2.0.4/unistring/m4/malloca.m40000644000000000000000000000110113061734304014135 00000000000000# malloca.m4 serial 1 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2017 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MALLOCA], [ dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables dnl @ALLOCA@ and @LTALLOCA@. dnl gl_FUNC_ALLOCA dnl Already brought in by the module dependencies. AC_REQUIRE([gl_EEMALLOC]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) ]) libidn2-2.0.4/unistring/m4/inline.m40000644000000000000000000000315413061734304014015 00000000000000# inline.m4 serial 4 dnl Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Test for the 'inline' keyword or equivalent. dnl Define 'inline' to a supported equivalent, or to nothing if not supported, dnl like AC_C_INLINE does. Also, define HAVE_INLINE if 'inline' or an dnl equivalent is effectively supported, i.e. if the compiler is likely to dnl drop unused 'static inline' functions. AC_DEFUN([gl_INLINE], [ AC_REQUIRE([AC_C_INLINE]) AC_CACHE_CHECK([whether the compiler generally respects inline], [gl_cv_c_inline_effective], [if test $ac_cv_c_inline = no; then gl_cv_c_inline_effective=no else dnl GCC defines __NO_INLINE__ if not optimizing or if -fno-inline is dnl specified. dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result dnl depends on optimization flags, which can be in CFLAGS. dnl (AC_EGREP_CPP looks only at the CPPFLAGS.) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[#ifdef __NO_INLINE__ #error "inline is not effective" #endif]])], [gl_cv_c_inline_effective=yes], [gl_cv_c_inline_effective=no]) fi ]) if test $gl_cv_c_inline_effective = yes; then AC_DEFINE([HAVE_INLINE], [1], [Define to 1 if the compiler supports one of the keywords 'inline', '__inline__', '__inline' and effectively inlines functions marked as such.]) fi ]) libidn2-2.0.4/unistring/m4/localcharset.m40000644000000000000000000000112513061734304015177 00000000000000# localcharset.m4 serial 7 dnl Copyright (C) 2002, 2004, 2006, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_LOCALCHARSET], [ dnl Prerequisites of lib/localcharset.c. AC_REQUIRE([AM_LANGINFO_CODESET]) AC_REQUIRE([gl_FCNTL_O_FLAGS]) AC_CHECK_DECLS_ONCE([getc_unlocked]) dnl Prerequisites of the lib/Makefile.am snippet. AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_GLIBC21]) ]) libidn2-2.0.4/unistring/m4/libunistring.m40000644000000000000000000001431413061734304015250 00000000000000# libunistring.m4 serial 11 dnl Copyright (C) 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl gl_LIBUNISTRING dnl Searches for an installed libunistring. dnl If found, it sets and AC_SUBSTs HAVE_LIBUNISTRING=yes and the LIBUNISTRING dnl and LTLIBUNISTRING variables, sets the LIBUNISTRING_VERSION variable, and dnl augments the CPPFLAGS variable, and #defines HAVE_LIBUNISTRING to 1. dnl Otherwise, it sets and AC_SUBSTs HAVE_LIBUNISTRING=no and LIBUNISTRING and dnl LTLIBUNISTRING to empty. dnl Define gl_LIBUNISTRING using AC_DEFUN_ONCE for Autoconf >= 2.64, in order dnl to avoid warnings like dnl "warning: AC_REQUIRE: `gl_LIBUNISTRING' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_libunistring_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [m4_ifdef([gl_00GNULIB], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])])) gl_libunistring_AC_DEFUN([gl_LIBUNISTRING], [ AC_BEFORE([$0], [gl_LIBUNISTRING_MODULE]) AC_BEFORE([$0], [gl_LIBUNISTRING_LIBHEADER]) AC_BEFORE([$0], [gl_LIBUNISTRING_LIB_PREPARE]) m4_ifdef([gl_LIBUNISTRING_OPTIONAL], [ AC_MSG_CHECKING([whether included libunistring is requested]) AC_ARG_WITH([included-libunistring], [ --with-included-libunistring use the libunistring parts included here], [gl_libunistring_force_included=$withval], [gl_libunistring_force_included=no]) AC_MSG_RESULT([$gl_libunistring_force_included]) gl_libunistring_use_included="$gl_libunistring_force_included" if test "$gl_libunistring_use_included" = yes; then dnl Assume that libunistring is not installed until some other macro dnl explicitly invokes gl_LIBUNISTRING_CORE. if test -z "$HAVE_LIBUNISTRING"; then HAVE_LIBUNISTRING=no fi LIBUNISTRING= LTLIBUNISTRING= else gl_LIBUNISTRING_CORE if test $HAVE_LIBUNISTRING = no; then gl_libunistring_use_included=yes LIBUNISTRING= LTLIBUNISTRING= fi fi ], [gl_LIBUNISTRING_CORE]) ]) AC_DEFUN([gl_LIBUNISTRING_CORE], [ AC_REQUIRE([AM_ICONV]) if test -n "$LIBICONV"; then dnl First, try to link without -liconv. libunistring often depends on dnl libiconv, but we don't know (and often don't need to know) where dnl libiconv is installed. AC_LIB_HAVE_LINKFLAGS([unistring], [], [#include ], [u8_strconv_from_locale((char*)0);], [no, trying again together with libiconv]) if test "$ac_cv_libunistring" != yes; then dnl Second try, with -liconv. dnl We have to erase the cached result of the first AC_LIB_HAVE_LINKFLAGS dnl invocation, otherwise the second one will not be run. unset ac_cv_libunistring glus_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LIB_HAVE_LINKFLAGS([unistring], [], [#include ], [u8_strconv_from_locale((char*)0);], [no, consider installing GNU libunistring]) if test -n "$LIBUNISTRING"; then LIBUNISTRING="$LIBUNISTRING $LIBICONV" LTLIBUNISTRING="$LTLIBUNISTRING $LTLIBICONV" fi LIBS="$glus_save_LIBS" fi else AC_LIB_HAVE_LINKFLAGS([unistring], [], [#include ], [u8_strconv_from_locale((char*)0);], [no, consider installing GNU libunistring]) fi if test $HAVE_LIBUNISTRING = yes; then dnl Determine the installed version. AC_CACHE_CHECK([for libunistring version], [gl_cv_libunistring_version], [AC_COMPUTE_INT([gl_libunistring_hexversion], [_LIBUNISTRING_VERSION], [#include ]) dnl Versions <= 0.9.3 had a hexversion of 0x0009. dnl Use other tests to distinguish them. if test $gl_libunistring_hexversion = 9; then dnl Version 0.9.2 introduced the header . AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[]])], [gl_cv_libunistring_version092=true], [gl_cv_libunistring_version092=false]) if $gl_cv_libunistring_version092; then dnl Version 0.9.3 changed a comment in . gl_ABSOLUTE_HEADER_ONE([unistr.h]) if test -n "$gl_cv_absolute_unistr_h" \ && grep 'Copy no more than N units of SRC to DEST. Return a pointer' $gl_cv_absolute_unistr_h > /dev/null; then dnl Detected version 0.9.3. gl_libunistring_hexversion=2307 else dnl Detected version 0.9.2. gl_libunistring_hexversion=2306 fi else dnl Version 0.9.1 introduced the type casing_suffix_context_t. AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include casing_suffix_context_t ct;]], [[]])], [gl_cv_libunistring_version091=true], [gl_cv_libunistring_version091=false]) if $gl_cv_libunistring_version091; then dnl Detected version 0.9.1. gl_libunistring_hexversion=2305 else dnl Detected version 0.9. gl_libunistring_hexversion=2304 fi fi fi dnl Transform into the usual major.minor.subminor notation. gl_libunistring_major=`expr $gl_libunistring_hexversion / 65536` gl_libunistring_minor=`expr $gl_libunistring_hexversion / 256 % 256` gl_libunistring_subminor=`expr $gl_libunistring_hexversion % 256` gl_cv_libunistring_version="$gl_libunistring_major.$gl_libunistring_minor.$gl_libunistring_subminor" ]) LIBUNISTRING_VERSION="$gl_cv_libunistring_version" fi ]) libidn2-2.0.4/unistring/m4/configmake.m40000644000000000000000000000402113061734304014634 00000000000000# configmake.m4 serial 2 dnl Copyright (C) 2010-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_CONFIGMAKE_PREP # ------------------ # Guarantee all of the standard directory variables, even when used with # autoconf 2.59 (datarootdir wasn't supported until 2.59c, and runstatedir # in 2.70) or automake 1.9.6 (pkglibexecdir wasn't supported until 1.10b, # and runstatedir in 1.14.1). AC_DEFUN([gl_CONFIGMAKE_PREP], [ dnl Technically, datadir should default to datarootdir. But if dnl autoconf is too old to provide datarootdir, then reversing the dnl definition is a reasonable compromise. Only AC_SUBST a variable dnl if it was not already defined earlier by autoconf. if test "x$datarootdir" = x; then AC_SUBST([datarootdir], ['${datadir}']) fi dnl Copy the approach used in autoconf 2.60. if test "x$docdir" = x; then AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], ['${datarootdir}/doc/${PACKAGE_TARNAME}'], ['${datarootdir}/doc/${PACKAGE}'])]) fi dnl The remaining variables missing from autoconf 2.59 are easier. if test "x$htmldir" = x; then AC_SUBST([htmldir], ['${docdir}']) fi if test "x$dvidir" = x; then AC_SUBST([dvidir], ['${docdir}']) fi if test "x$pdfdir" = x; then AC_SUBST([pdfdir], ['${docdir}']) fi if test "x$psdir" = x; then AC_SUBST([psdir], ['${docdir}']) fi if test "x$lispdir" = x; then AC_SUBST([lispdir], ['${datarootdir}/emacs/site-lisp']) fi if test "x$localedir" = x; then AC_SUBST([localedir], ['${datarootdir}/locale']) fi dnl Added in autoconf 2.70 if test "x$runstatedir" = x; then AC_SUBST([runstatedir], ['${localstatedir}/run']) fi dnl Automake 1.9.6 only lacks pkglibexecdir; and since 1.11 merely dnl provides it without AC_SUBST, this blind use of AC_SUBST is safe. AC_SUBST([pkglibexecdir], ['${libexecdir}/${PACKAGE}']) ]) libidn2-2.0.4/unistring/m4/gnulib-cache.m40000644000000000000000000000511113062455314015055 00000000000000# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the specification of how gnulib-tool is used. # It acts as a cache: It is written and read by gnulib-tool. # In projects that use version control, this file is meant to be put under # version control, like the configure.ac and various Makefile.am files. # Specification in the form of a command-line invocation: # gnulib-tool --import --local-dir=unistring/override --lib=libunistring --source-base=unistring --m4-base=unistring/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=posix-malloc --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --macro-prefix=unistring libunistring localcharset uniconv/u8-strconv-from-locale uniconv/u8-strconv-to-locale unictype/bidiclass-of unictype/category-M unictype/category-test unictype/joiningtype-of unictype/scripts uninorm/base uninorm/nfc uninorm/u32-normalize unistr/u32-cpy-alloc unistr/u32-strlen unistr/u32-to-u8 unistr/u8-to-u32 # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([unistring/override]) gl_MODULES([ libunistring localcharset uniconv/u8-strconv-from-locale uniconv/u8-strconv-to-locale unictype/bidiclass-of unictype/category-M unictype/category-test unictype/joiningtype-of unictype/scripts uninorm/base uninorm/nfc uninorm/u32-normalize unistr/u32-cpy-alloc unistr/u32-strlen unistr/u32-to-u8 unistr/u8-to-u32 ]) gl_AVOID([ posix-malloc]) gl_SOURCE_BASE([unistring]) gl_M4_BASE([unistring/m4]) gl_PO_BASE([]) gl_DOC_BASE([doc]) gl_TESTS_BASE([tests]) gl_LIB([libunistring]) gl_LGPL([3orGPLv2]) gl_MAKEFILE_NAME([]) gl_LIBTOOL gl_MACRO_PREFIX([unistring]) gl_PO_DOMAIN([]) gl_WITNESS_C_MACRO([]) libidn2-2.0.4/unistring/m4/gnulib-comp.m40000644000000000000000000004203113062455315014753 00000000000000# DO NOT EDIT! GENERATED AUTOMATICALLY! # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the compiled summary of the specification in # gnulib-cache.m4. It lists the computed macro invocations that need # to be invoked from configure.ac. # In projects that use version control, this file can be treated like # other built files. # This macro should be invoked from ./configure.ac, in the section # "Checks for programs", right after AC_PROG_CC, and certainly before # any checks for libraries, header files, types and library functions. AC_DEFUN([unistring_EARLY], [ m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable # Pre-early section. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_PROG_AR_RANLIB]) AC_REQUIRE([AM_PROG_CC_C_O]) # Code from module absolute-header: # Code from module alloca-opt: # Code from module array-mergesort: # Code from module c-ctype: # Code from module c-strcase: # Code from module c-strcaseeq: # Code from module configmake: # Code from module extensions: # Code from module extern-inline: # Code from module gperf: # Code from module havelib: # Code from module iconv: # Code from module iconv-h: # Code from module iconv_open: # Code from module include_next: # Code from module inline: # Code from module libunistring: # Code from module limits-h: # Code from module localcharset: # Code from module malloca: # Code from module multiarch: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/unused-parameter: # Code from module snippet/warn-on-use: # Code from module ssize_t: # Code from module stdbool: # Code from module stdint: # Code from module striconveh: # Code from module striconveha: # Code from module sys_types: # Code from module uniconv/base: # Code from module uniconv/u8-conv-from-enc: # Code from module uniconv/u8-strconv-from-enc: # Code from module uniconv/u8-strconv-from-locale: # Code from module uniconv/u8-strconv-to-enc: # Code from module uniconv/u8-strconv-to-locale: # Code from module unictype/base: # Code from module unictype/bidiclass-of: # Code from module unictype/category-M: # Code from module unictype/category-none: # Code from module unictype/category-of: # Code from module unictype/category-test: # Code from module unictype/category-test-withtable: # Code from module unictype/combining-class: # Code from module unictype/joiningtype-of: # Code from module unictype/scripts: # Code from module uninorm/base: # Code from module uninorm/canonical-decomposition: # Code from module uninorm/composition: # Code from module uninorm/decompose-internal: # Code from module uninorm/decomposition-table: # Code from module uninorm/nfc: # Code from module uninorm/nfd: # Code from module uninorm/u32-normalize: # Code from module unistr/base: # Code from module unistr/u32-cpy: # Code from module unistr/u32-cpy-alloc: # Code from module unistr/u32-mbtouc-unsafe: # Code from module unistr/u32-strlen: # Code from module unistr/u32-to-u8: # Code from module unistr/u32-uctomb: # Code from module unistr/u8-check: # Code from module unistr/u8-mblen: # Code from module unistr/u8-mbtouc: # Code from module unistr/u8-mbtouc-unsafe: # Code from module unistr/u8-mbtoucr: # Code from module unistr/u8-prev: # Code from module unistr/u8-strlen: # Code from module unistr/u8-to-u32: # Code from module unistr/u8-uctomb: # Code from module unitypes: # Code from module verify: # Code from module xalloc-oversized: ]) # This macro should be invoked from ./configure.ac, in the section # "Check for header files, types and library functions". AC_DEFUN([unistring_INIT], [ AM_CONDITIONAL([GL_COND_LIBTOOL], [true]) gl_cond_libtool=true gl_m4_base='unistring/m4' m4_pushdef([AC_LIBOBJ], m4_defn([unistring_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([unistring_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([unistring_LIBSOURCES])) m4_pushdef([unistring_LIBSOURCES_LIST], []) m4_pushdef([unistring_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='unistring' gl_FUNC_ALLOCA gl_CONFIGMAKE_PREP AC_REQUIRE([gl_EXTERN_INLINE]) AM_ICONV m4_ifdef([gl_ICONV_MODULE_INDICATOR], [gl_ICONV_MODULE_INDICATOR([iconv])]) gl_ICONV_H gl_FUNC_ICONV_OPEN if test $REPLACE_ICONV_OPEN = 1; then AC_LIBOBJ([iconv_open]) fi if test $REPLACE_ICONV = 1; then AC_LIBOBJ([iconv]) AC_LIBOBJ([iconv_close]) fi gl_INLINE gl_LIBUNISTRING gl_LIMITS_H gl_LOCALCHARSET LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\"" AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT]) gl_MALLOCA gl_MULTIARCH gt_TYPE_SSIZE_T AM_STDBOOL_H gl_STDINT_H if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV" gl_libdeps="$gl_libdeps $LIBICONV" fi gl_SYS_TYPES_H AC_PROG_MKDIR_P gl_LIBUNISTRING_LIBHEADER([0.9.4], [uniconv.h]) gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-conv-from-enc]) gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-from-enc]) gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-from-locale]) gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-to-enc]) gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-to-locale]) gl_LIBUNISTRING_LIBHEADER([0.9.4], [unictype.h]) gl_LIBUNISTRING_MODULE([0.9.6], [unictype/bidiclass-of]) gl_LIBUNISTRING_MODULE([0.9.6], [unictype/category-M]) gl_LIBUNISTRING_MODULE([0.9.5], [unictype/category-none]) AC_REQUIRE([AC_C_INLINE]) gl_LIBUNISTRING_MODULE([0.9.6], [unictype/category-of]) AC_REQUIRE([AC_C_INLINE]) gl_LIBUNISTRING_MODULE([0.9.5], [unictype/category-test]) gl_LIBUNISTRING_MODULE([0.9.6], [unictype/combining-class]) gl_LIBUNISTRING_MODULE([0.9.6], [unictype/joiningtype-of]) gl_LIBUNISTRING_MODULE([0.9.6], [unictype/scripts]) gl_LIBUNISTRING_LIBHEADER([0.9.4], [uninorm.h]) gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/canonical-decomposition]) gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/composition]) AC_REQUIRE([AC_C_INLINE]) gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/nfc]) gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/nfd]) gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u32-normalize]) gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/u32-normalize]) gl_LIBUNISTRING_LIBHEADER([0.9.4], [unistr.h]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-cpy]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-cpy-alloc]) gl_MODULE_INDICATOR([unistr/u32-mbtouc-unsafe]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-mbtouc-unsafe]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-strlen]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-to-u8]) gl_MODULE_INDICATOR([unistr/u32-uctomb]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-uctomb]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-check]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-mblen]) gl_MODULE_INDICATOR([unistr/u8-mbtouc]) gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbtouc]) gl_MODULE_INDICATOR([unistr/u8-mbtouc-unsafe]) gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbtouc-unsafe]) gl_MODULE_INDICATOR([unistr/u8-mbtoucr]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-mbtoucr]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-prev]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strlen]) gl_LIBUNISTRING_MODULE([0.9.3], [unistr/u8-to-u32]) gl_MODULE_INDICATOR([unistr/u8-uctomb]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-uctomb]) gl_LIBUNISTRING_LIBHEADER([0.9.4], [unitypes.h]) # End of code from modules m4_ifval(unistring_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([unistring_LIBSOURCES_DIR])[ || for gl_file in ]unistring_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([unistring_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([unistring_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([unistring_LIBSOURCES_DIR]) m4_popdef([unistring_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ unistring_libobjs= unistring_ltlibobjs= if test -n "$unistring_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $unistring_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do unistring_libobjs="$unistring_libobjs $i.$ac_objext" unistring_ltlibobjs="$unistring_ltlibobjs $i.lo" done fi AC_SUBST([unistring_LIBOBJS], [$unistring_libobjs]) AC_SUBST([unistring_LTLIBOBJS], [$unistring_ltlibobjs]) ]) gltests_libdeps= gltests_ltlibdeps= m4_pushdef([AC_LIBOBJ], m4_defn([unistringtests_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([unistringtests_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([unistringtests_LIBSOURCES])) m4_pushdef([unistringtests_LIBSOURCES_LIST], []) m4_pushdef([unistringtests_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='tests' changequote(,)dnl unistringtests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS changequote([, ])dnl AC_SUBST([unistringtests_WITNESS]) gl_module_indicator_condition=$unistringtests_WITNESS m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition]) m4_popdef([gl_MODULE_INDICATOR_CONDITION]) m4_ifval(unistringtests_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([unistringtests_LIBSOURCES_DIR])[ || for gl_file in ]unistringtests_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([unistringtests_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([unistringtests_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([unistringtests_LIBSOURCES_DIR]) m4_popdef([unistringtests_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ unistringtests_libobjs= unistringtests_ltlibobjs= if test -n "$unistringtests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $unistringtests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do unistringtests_libobjs="$unistringtests_libobjs $i.$ac_objext" unistringtests_ltlibobjs="$unistringtests_ltlibobjs $i.lo" done fi AC_SUBST([unistringtests_LIBOBJS], [$unistringtests_libobjs]) AC_SUBST([unistringtests_LTLIBOBJS], [$unistringtests_ltlibobjs]) ]) ]) # Like AC_LIBOBJ, except that the module name goes # into unistring_LIBOBJS instead of into LIBOBJS. AC_DEFUN([unistring_LIBOBJ], [ AS_LITERAL_IF([$1], [unistring_LIBSOURCES([$1.c])])dnl unistring_LIBOBJS="$unistring_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into unistring_LIBOBJS instead of into LIBOBJS. AC_DEFUN([unistring_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [unistring_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([unistring_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([unistring_LIBSOURCES_DIR], [unistring]) m4_append([unistring_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # Like AC_LIBOBJ, except that the module name goes # into unistringtests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([unistringtests_LIBOBJ], [ AS_LITERAL_IF([$1], [unistringtests_LIBSOURCES([$1.c])])dnl unistringtests_LIBOBJS="$unistringtests_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into unistringtests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([unistringtests_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [unistringtests_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([unistringtests_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([unistringtests_LIBSOURCES_DIR], [tests]) m4_append([unistringtests_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # This macro records the list of files which have been installed by # gnulib-tool and may be removed by future gnulib-tool invocations. AC_DEFUN([unistring_FILE_LIST], [ build-aux/config.rpath lib/alloca.in.h lib/arg-nonnull.h lib/array-mergesort.h lib/c++defs.h lib/c-ctype.c lib/c-ctype.h lib/c-strcase.h lib/c-strcasecmp.c lib/c-strcaseeq.h lib/c-strncasecmp.c lib/config.charset lib/iconv.c lib/iconv.in.h lib/iconv_close.c lib/iconv_open-aix.gperf lib/iconv_open-hpux.gperf lib/iconv_open-irix.gperf lib/iconv_open-osf.gperf lib/iconv_open-solaris.gperf lib/iconv_open.c lib/iconveh.h lib/libunistring.valgrind lib/limits.in.h lib/localcharset.c lib/localcharset.h lib/malloca.c lib/malloca.h lib/malloca.valgrind lib/ref-add.sin lib/ref-del.sin lib/stdbool.in.h lib/stdint.in.h lib/striconveh.c lib/striconveh.h lib/striconveha.c lib/striconveha.h lib/sys_types.in.h lib/uniconv.in.h lib/uniconv/u-strconv-from-enc.h lib/uniconv/u8-conv-from-enc.c lib/uniconv/u8-strconv-from-enc.c lib/uniconv/u8-strconv-from-locale.c lib/uniconv/u8-strconv-to-enc.c lib/uniconv/u8-strconv-to-locale.c lib/unictype.in.h lib/unictype/bidi_of.c lib/unictype/bidi_of.h lib/unictype/bitmap.h lib/unictype/categ_M.c lib/unictype/categ_M.h lib/unictype/categ_none.c lib/unictype/categ_of.c lib/unictype/categ_of.h lib/unictype/categ_test.c lib/unictype/combiningclass.c lib/unictype/combiningclass.h lib/unictype/joiningtype_of.c lib/unictype/joiningtype_of.h lib/unictype/scripts.c lib/unictype/scripts.h lib/unictype/scripts_byname.gperf lib/uninorm.in.h lib/uninorm/canonical-decomposition.c lib/uninorm/composition-table.gperf lib/uninorm/composition.c lib/uninorm/decompose-internal.c lib/uninorm/decompose-internal.h lib/uninorm/decomposition-table.c lib/uninorm/decomposition-table.h lib/uninorm/decomposition-table1.h lib/uninorm/decomposition-table2.h lib/uninorm/nfc.c lib/uninorm/nfd.c lib/uninorm/normalize-internal.h lib/uninorm/u-normalize-internal.h lib/uninorm/u32-normalize.c lib/unistr.in.h lib/unistr/u-cpy-alloc.h lib/unistr/u-cpy.h lib/unistr/u-strlen.h lib/unistr/u32-cpy-alloc.c lib/unistr/u32-cpy.c lib/unistr/u32-mbtouc-unsafe.c lib/unistr/u32-strlen.c lib/unistr/u32-to-u8.c lib/unistr/u32-uctomb.c lib/unistr/u8-check.c lib/unistr/u8-mblen.c lib/unistr/u8-mbtouc-aux.c lib/unistr/u8-mbtouc-unsafe-aux.c lib/unistr/u8-mbtouc-unsafe.c lib/unistr/u8-mbtouc.c lib/unistr/u8-mbtoucr.c lib/unistr/u8-prev.c lib/unistr/u8-strlen.c lib/unistr/u8-to-u32.c lib/unistr/u8-uctomb-aux.c lib/unistr/u8-uctomb.c lib/unitypes.in.h lib/unused-parameter.h lib/verify.h lib/warn-on-use.h lib/xalloc-oversized.h m4/00gnulib.m4 m4/absolute-header.m4 m4/alloca.m4 m4/codeset.m4 m4/configmake.m4 m4/eealloc.m4 m4/extensions.m4 m4/extern-inline.m4 m4/fcntl-o.m4 m4/glibc21.m4 m4/gnulib-common.m4 m4/iconv.m4 m4/iconv_h.m4 m4/iconv_open.m4 m4/include_next.m4 m4/inline.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/libunistring-base.m4 m4/libunistring.m4 m4/limits-h.m4 m4/localcharset.m4 m4/longlong.m4 m4/malloca.m4 m4/multiarch.m4 m4/off_t.m4 m4/onceonly.m4 m4/ssize_t.m4 m4/stdbool.m4 m4/stdint.m4 m4/sys_types_h.m4 m4/warn-on-use.m4 m4/wint_t.m4 ]) libidn2-2.0.4/unistring/m4/alloca.m40000644000000000000000000001037213061734304013772 00000000000000# alloca.m4 serial 14 dnl Copyright (C) 2002-2004, 2006-2007, 2009-2017 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_ALLOCA], [ AC_REQUIRE([AC_FUNC_ALLOCA]) if test $ac_cv_func_alloca_works = no; then gl_PREREQ_ALLOCA fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [ AC_EGREP_CPP([Need own alloca], [ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif ], [gl_cv_rpl_alloca=yes], [gl_cv_rpl_alloca=no]) ]) if test $gl_cv_rpl_alloca = yes; then dnl OK, alloca can be implemented through a compiler built-in. AC_DEFINE([HAVE_ALLOCA], [1], [Define to 1 if you have 'alloca' after including , a header that may be supplied by this distribution.]) ALLOCA_H=alloca.h else dnl alloca exists as a library function, i.e. it is slow and probably dnl a memory leak. Don't define HAVE_ALLOCA in this case. ALLOCA_H= fi else ALLOCA_H=alloca.h fi AC_SUBST([ALLOCA_H]) AM_CONDITIONAL([GL_GENERATE_ALLOCA_H], [test -n "$ALLOCA_H"]) ]) # Prerequisites of lib/alloca.c. # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA. AC_DEFUN([gl_PREREQ_ALLOCA], [:]) # This works around a bug in autoconf <= 2.68. # See . m4_version_prereq([2.69], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=6cd9f12520b0d6f76d3230d7565feba1ecf29497 # _AC_LIBOBJ_ALLOCA # ----------------- # Set up the LIBOBJ replacement of 'alloca'. Well, not exactly # AC_LIBOBJ since we actually set the output variable 'ALLOCA'. # Nevertheless, for Automake, AC_LIBSOURCES it. m4_define([_AC_LIBOBJ_ALLOCA], [# The SVR3 libPW and SVR4 libucb both contain incompatible functions # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. AC_LIBSOURCES(alloca.c) AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])dnl AC_DEFINE(C_ALLOCA, 1, [Define to 1 if using 'alloca.c'.]) AC_CACHE_CHECK(whether 'alloca.c' needs Cray hooks, ac_cv_os_cray, [AC_EGREP_CPP(webecray, [#if defined CRAY && ! defined CRAY2 webecray #else wenotbecray #endif ], ac_cv_os_cray=yes, ac_cv_os_cray=no)]) if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do AC_CHECK_FUNC($ac_func, [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func, [Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems.]) break]) done fi AC_CACHE_CHECK([stack direction for C alloca], [ac_cv_c_stack_direction], [AC_RUN_IFELSE([AC_LANG_SOURCE( [AC_INCLUDES_DEFAULT int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } int main (int argc, char **argv) { return find_stack_direction (0, argc + !argv + 20) < 0; }])], [ac_cv_c_stack_direction=1], [ac_cv_c_stack_direction=-1], [ac_cv_c_stack_direction=0])]) AH_VERBATIM([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @%:@undef STACK_DIRECTION])dnl AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction) ])# _AC_LIBOBJ_ALLOCA ]) libidn2-2.0.4/unistring/m4/iconv_open.m40000644000000000000000000000367113061734304014702 00000000000000# iconv_open.m4 serial 14 dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_ICONV_OPEN], [ AC_REQUIRE([AM_ICONV]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test "$am_cv_func_iconv" = yes; then dnl Provide the override, for the sake of the C++ aliases. gl_REPLACE_ICONV_H dnl Test whether iconv_open accepts standardized encoding names. dnl We know that GNU libiconv and GNU libc do. AC_EGREP_CPP([gnu_iconv], [ #include #if defined _LIBICONV_VERSION || (defined __GLIBC__ && !defined __UCLIBC__) gnu_iconv #endif ], [gl_func_iconv_gnu=yes], [gl_func_iconv_gnu=no]) if test $gl_func_iconv_gnu = no; then iconv_flavor= case "$host_os" in aix*) iconv_flavor=ICONV_FLAVOR_AIX ;; irix*) iconv_flavor=ICONV_FLAVOR_IRIX ;; hpux*) iconv_flavor=ICONV_FLAVOR_HPUX ;; osf*) iconv_flavor=ICONV_FLAVOR_OSF ;; solaris*) iconv_flavor=ICONV_FLAVOR_SOLARIS ;; esac if test -n "$iconv_flavor"; then AC_DEFINE_UNQUOTED([ICONV_FLAVOR], [$iconv_flavor], [Define to a symbolic name denoting the flavor of iconv_open() implementation.]) gl_REPLACE_ICONV_OPEN fi fi m4_ifdef([gl_FUNC_ICONV_OPEN_UTF_SUPPORT], [ gl_FUNC_ICONV_OPEN_UTF_SUPPORT if test $gl_cv_func_iconv_supports_utf = no; then REPLACE_ICONV_UTF=1 AC_DEFINE([REPLACE_ICONV_UTF], [1], [Define if the iconv() functions are enhanced to handle the UTF-{16,32}{BE,LE} encodings.]) REPLACE_ICONV=1 gl_REPLACE_ICONV_OPEN fi ]) fi ]) AC_DEFUN([gl_REPLACE_ICONV_OPEN], [ gl_REPLACE_ICONV_H REPLACE_ICONV_OPEN=1 ]) libidn2-2.0.4/unistring/m4/iconv_h.m40000644000000000000000000000254113061734304014163 00000000000000# iconv_h.m4 serial 8 dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ICONV_H], [ AC_REQUIRE([gl_ICONV_H_DEFAULTS]) dnl Execute this unconditionally, because ICONV_H may be set by other dnl modules, after this code is executed. gl_CHECK_NEXT_HEADERS([iconv.h]) ]) dnl Unconditionally enables the replacement of . AC_DEFUN([gl_REPLACE_ICONV_H], [ AC_REQUIRE([gl_ICONV_H_DEFAULTS]) ICONV_H='iconv.h' AM_CONDITIONAL([GL_GENERATE_ICONV_H], [test -n "$ICONV_H"]) ]) AC_DEFUN([gl_ICONV_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_ICONV_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_ICONV_H_DEFAULTS], [ GNULIB_ICONV=0; AC_SUBST([GNULIB_ICONV]) dnl Assume proper GNU behavior unless another module says otherwise. ICONV_CONST=; AC_SUBST([ICONV_CONST]) REPLACE_ICONV=0; AC_SUBST([REPLACE_ICONV]) REPLACE_ICONV_OPEN=0; AC_SUBST([REPLACE_ICONV_OPEN]) REPLACE_ICONV_UTF=0; AC_SUBST([REPLACE_ICONV_UTF]) ICONV_H=''; AC_SUBST([ICONV_H]) AM_CONDITIONAL([GL_GENERATE_ICONV_H], [test -n "$ICONV_H"]) ]) libidn2-2.0.4/unistring/m4/eealloc.m40000644000000000000000000000166713061734304014152 00000000000000# eealloc.m4 serial 3 dnl Copyright (C) 2003, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_EEALLOC], [ AC_REQUIRE([gl_EEMALLOC]) AC_REQUIRE([gl_EEREALLOC]) ]) AC_DEFUN([gl_EEMALLOC], [ _AC_FUNC_MALLOC_IF( [gl_cv_func_malloc_0_nonnull=1], [gl_cv_func_malloc_0_nonnull=0]) AC_DEFINE_UNQUOTED([MALLOC_0_IS_NONNULL], [$gl_cv_func_malloc_0_nonnull], [If malloc(0) is != NULL, define this to 1. Otherwise define this to 0.]) ]) AC_DEFUN([gl_EEREALLOC], [ _AC_FUNC_REALLOC_IF( [gl_cv_func_realloc_0_nonnull=1], [gl_cv_func_realloc_0_nonnull=0]) AC_DEFINE_UNQUOTED([REALLOC_0_IS_NONNULL], [$gl_cv_func_realloc_0_nonnull], [If realloc(NULL,0) is != NULL, define this to 1. Otherwise define this to 0.]) ]) libidn2-2.0.4/unistring/m4/libunistring-base.m40000644000000000000000000001426013061734304016160 00000000000000# libunistring-base.m4 serial 5 dnl Copyright (C) 2010-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paolo Bonzini and Bruno Haible. dnl gl_LIBUNISTRING_MODULE([VERSION], [Module]) dnl Declares that the source files of Module should be compiled, unless we dnl are linking with libunistring and its version is >= the given VERSION. dnl Defines an automake conditional LIBUNISTRING_COMPILE_$MODULE that is dnl true if the source files of Module should be compiled. dnl This macro is to be used for public libunistring API, not for dnl undocumented API. dnl dnl You have to bump the VERSION argument to the next projected version dnl number each time you make a change that affects the behaviour of the dnl functions defined in Module (even if the sources of Module itself do not dnl change). AC_DEFUN([gl_LIBUNISTRING_MODULE], [ AC_REQUIRE([gl_LIBUNISTRING_LIB_PREPARE]) dnl Use the variables HAVE_LIBUNISTRING, LIBUNISTRING_VERSION from dnl gl_LIBUNISTRING_CORE if that macro has been run. AM_CONDITIONAL(AS_TR_CPP([LIBUNISTRING_COMPILE_$2]), [gl_LIBUNISTRING_VERSION_CMP([$1])]) ]) dnl gl_LIBUNISTRING_LIBHEADER([VERSION], [HeaderFile]) dnl Declares that HeaderFile should be created, unless we are linking dnl with libunistring and its version is >= the given VERSION. dnl HeaderFile should be relative to the lib directory and end in '.h'. dnl Prepares for substituting LIBUNISTRING_HEADERFILE (to HeaderFile or empty). dnl dnl When we are linking with the already installed libunistring and its version dnl is < VERSION, we create HeaderFile here, because we may compile functions dnl (via gl_LIBUNISTRING_MODULE above) that are not contained in the installed dnl version. dnl When we are linking with the already installed libunistring and its version dnl is > VERSION, we don't create HeaderFile here: it could cause compilation dnl errors in other libunistring header files if some types are missing. dnl dnl You have to bump the VERSION argument to the next projected version dnl number each time you make a non-comment change to the HeaderFile. AC_DEFUN([gl_LIBUNISTRING_LIBHEADER], [ AC_REQUIRE([gl_LIBUNISTRING_LIB_PREPARE]) dnl Use the variables HAVE_LIBUNISTRING, LIBUNISTRING_VERSION from dnl gl_LIBUNISTRING_CORE if that macro has been run. if gl_LIBUNISTRING_VERSION_CMP([$1]); then LIBUNISTRING_[]AS_TR_CPP([$2])='$2' else LIBUNISTRING_[]AS_TR_CPP([$2])= fi AC_SUBST([LIBUNISTRING_]AS_TR_CPP([$2])) ]) dnl Miscellaneous preparations/initializations. AC_DEFUN([gl_LIBUNISTRING_LIB_PREPARE], [ dnl Ensure that HAVE_LIBUNISTRING is fully determined at this point. m4_ifdef([gl_LIBUNISTRING], [AC_REQUIRE([gl_LIBUNISTRING])]) AC_REQUIRE([AC_PROG_AWK]) dnl Sed expressions to extract the parts of a version number. changequote(,) gl_libunistring_sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{s/^[0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' changequote([,]) if test "$HAVE_LIBUNISTRING" = yes; then LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"` LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"` LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"` fi ]) dnl gl_LIBUNISTRING_VERSION_CMP([VERSION]) dnl Expands to a shell statement that evaluates to true if LIBUNISTRING_VERSION dnl is less than the VERSION argument. AC_DEFUN([gl_LIBUNISTRING_VERSION_CMP], [ { test "$HAVE_LIBUNISTRING" != yes \ || { dnl AS_LITERAL_IF exists and works fine since autoconf-2.59 at least. AS_LITERAL_IF([$1], [dnl This is the optimized variant, that assumes the argument is a literal: m4_pushdef([requested_version_major], [gl_LIBUNISTRING_ARG_OR_ZERO(m4_bpatsubst([$1], [^\([0-9]*\).*], [\1]), [])]) m4_pushdef([requested_version_minor], [gl_LIBUNISTRING_ARG_OR_ZERO(m4_bpatsubst([$1], [^[0-9]*[.]\([0-9]*\).*], [\1]), [$1])]) m4_pushdef([requested_version_subminor], [gl_LIBUNISTRING_ARG_OR_ZERO(m4_bpatsubst([$1], [^[0-9]*[.][0-9]*[.]\([0-9]*\).*], [\1]), [$1])]) test $LIBUNISTRING_VERSION_MAJOR -lt requested_version_major \ || { test $LIBUNISTRING_VERSION_MAJOR -eq requested_version_major \ && { test $LIBUNISTRING_VERSION_MINOR -lt requested_version_minor \ || { test $LIBUNISTRING_VERSION_MINOR -eq requested_version_minor \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt requested_version_subminor } } } m4_popdef([requested_version_subminor]) m4_popdef([requested_version_minor]) m4_popdef([requested_version_major]) ], [dnl This is the unoptimized variant: requested_version_major=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_major"` requested_version_minor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_minor"` requested_version_subminor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_subminor"` test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \ || { test $LIBUNISTRING_VERSION_MAJOR -eq $requested_version_major \ && { test $LIBUNISTRING_VERSION_MINOR -lt $requested_version_minor \ || { test $LIBUNISTRING_VERSION_MINOR -eq $requested_version_minor \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt $requested_version_subminor } } } ]) } }]) dnl gl_LIBUNISTRING_ARG_OR_ZERO([ARG], [ORIG]) expands to ARG if it is not the dnl same as ORIG, otherwise to 0. m4_define([gl_LIBUNISTRING_ARG_OR_ZERO], [m4_if([$1], [$2], [0], [$1])]) libidn2-2.0.4/unistring/iconv_open-osf.gperf0000644000000000000000000000200213051021033015700 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On OSF/1 5.1, look in /usr/lib/nls/loc/iconv. ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" CP437, "cp437" CP775, "cp775" CP850, "cp850" CP852, "cp852" CP855, "cp855" CP857, "cp857" CP861, "cp861" CP862, "cp862" CP865, "cp865" CP866, "cp866" CP869, "cp869" CP874, "cp874" CP949, "KSC5601" CP1250, "cp1250" CP1251, "cp1251" CP1252, "cp1252" CP1253, "cp1253" CP1254, "cp1254" CP1255, "cp1255" CP1256, "cp1256" CP1257, "cp1257" CP1258, "cp1258" EUC-JP, "eucJP" EUC-KR, "eucKR" EUC-TW, "eucTW" BIG5, "big5" SHIFT_JIS, "SJIS" TIS-620, "TACTIS" libidn2-2.0.4/unistring/uninorm/0000755000000000000000000000000013151533501013515 500000000000000libidn2-2.0.4/unistring/uninorm/composition-table.h0000644000000000000000000027354713051023043017252 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 1 ./uninorm/composition-table.gperf */ /* Computed positions: -k'2-3,6' */ #define TOTAL_KEYWORDS 940 #define MIN_WORD_LENGTH 6 #define MAX_WORD_LENGTH 6 #define MIN_HASH_VALUE 1 #define MAX_HASH_VALUE 1565 /* maximum key range = 1565, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif /*ARGSUSED*/ static unsigned int gl_uninorm_compose_hash (register const char *str, register unsigned int len) { static const unsigned short asso_values[] = { 7, 1, 0, 3, 58, 132, 531, 62, 4, 33, 117, 268, 476, 135, 509, 481, 103, 265, 249, 495, 61, 124, 336, 409, 703, 241, 435, 462, 738, 1566, 48, 13, 901, 766, 322, 635, 192, 621, 846, 13, 337, 65, 161, 130, 103, 28, 255, 640, 133, 342, 172, 52, 1566, 818, 201, 34, 695, 50, 31, 1566, 16, 35, 438, 139, 63, 89, 272, 2, 588, 167, 12, 375, 289, 61, 44, 548, 431, 452, 395, 180, 794, 853, 362, 561, 456, 202, 677, 360, 195, 300, 572, 715, 1566, 291, 1566, 276, 814, 26, 634, 579, 270, 98, 423, 415, 323, 42, 862, 657, 559, 324, 262, 124, 863, 1566, 251, 538, 236, 133, 47, 406, 691, 219, 590, 5, 56, 83, 1566, 1, 1566, 1566, 65, 39, 1566, 1566, 37, 35, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 4, 527, 18, 1566, 0, 849, 1566, 781, 1566, 572, 59, 73, 1566, 204, 1566, 417, 618, 511, 20, 1566, 1566, 708, 167, 1566, 855, 685, 1566, 333, 73, 136, 71, 625, 611, 523, 12, 311, 11, 649, 10, 505, 62, 482, 1566, 113, 1566, 126, 7, 476, 1566, 614, 853, 1, 41, 560, 553, 261, 104, 719, 668, 854, 19, 10, 9, 728, 31, 1566, 442, 1566, 749, 313, 12, 0, 659, 3, 1566, 329, 37, 1566, 1566, 1566, 44, 1566, 847, 1566, 33, 4, 23, 1, 33, 24, 757, 4, 1566, 1566, 1566, 3, 93, 73, 72, 1566, 824, 20, 17, 1566, 0, 1566, 1566, 1566, 77, 46, 460, 1566, 1566 }; return asso_values[(unsigned char)str[5]+1] + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[1]]; } #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct composition_rule * gl_uninorm_compose_lookup (register const char *str, register unsigned int len) { static const unsigned char lengthtable[] = { 0, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 0, 6, 0, 6, 0, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 0, 6, 6, 6, 0, 6, 0, 6, 6, 6, 6, 0, 6, 6, 0, 6, 6, 6, 0, 6, 0, 0, 0, 6, 0, 6, 0, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 0, 6, 0, 6, 0, 0, 6, 6, 6, 6, 0, 6, 0, 0, 6, 6, 0, 6, 6, 6, 0, 6, 0, 0, 0, 6, 0, 6, 6, 0, 6, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 6, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 6, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 6, 6, 0, 6, 6, 6, 0, 6, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 6, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 6, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6 }; static const struct composition_rule wordlist[] = { {""}, #line 581 "./uninorm/composition-table.gperf" {"\000\001\002\000\003\001", 0x1eae}, #line 583 "./uninorm/composition-table.gperf" {"\000\001\002\000\003\000", 0x1eb0}, {""}, #line 582 "./uninorm/composition-table.gperf" {"\000\001\003\000\003\001", 0x1eaf}, #line 584 "./uninorm/composition-table.gperf" {"\000\001\003\000\003\000", 0x1eb1}, #line 566 "./uninorm/composition-table.gperf" {"\000\001\177\000\003\007", 0x1e9b}, #line 247 "./uninorm/composition-table.gperf" {"\000\000\370\000\003\001", 0x01ff}, #line 421 "./uninorm/composition-table.gperf" {"\000\000\347\000\003\001", 0x1e09}, #line 99 "./uninorm/composition-table.gperf" {"\000\000C\000\003\001", 0x0106}, #line 459 "./uninorm/composition-table.gperf" {"\000\000\357\000\003\001", 0x1e2f}, #line 243 "./uninorm/composition-table.gperf" {"\000\000\345\000\003\001", 0x01fb}, #line 101 "./uninorm/composition-table.gperf" {"\000\000C\000\003\002", 0x0108}, #line 103 "./uninorm/composition-table.gperf" {"\000\000C\000\003\007", 0x010a}, #line 662 "./uninorm/composition-table.gperf" {"\000\037\001\000\003\001", 0x1f05}, #line 660 "./uninorm/composition-table.gperf" {"\000\037\001\000\003\000", 0x1f03}, #line 664 "./uninorm/composition-table.gperf" {"\000\037\001\000\003B", 0x1f07}, #line 669 "./uninorm/composition-table.gperf" {"\000\037\010\000\003\001", 0x1f0c}, #line 667 "./uninorm/composition-table.gperf" {"\000\037\010\000\003\000", 0x1f0a}, #line 671 "./uninorm/composition-table.gperf" {"\000\037\010\000\003B", 0x1f0e}, #line 661 "./uninorm/composition-table.gperf" {"\000\037\000\000\003\001", 0x1f04}, #line 659 "./uninorm/composition-table.gperf" {"\000\037\000\000\003\000", 0x1f02}, #line 663 "./uninorm/composition-table.gperf" {"\000\037\000\000\003B", 0x1f06}, #line 442 "./uninorm/composition-table.gperf" {"\000\000F\000\003\007", 0x1e1e}, #line 860 "./uninorm/composition-table.gperf" {"\000\003\316\000\003E", 0x1ff4}, #line 766 "./uninorm/composition-table.gperf" {"\000\037\002\000\003E", 0x1f82}, #line 765 "./uninorm/composition-table.gperf" {"\000\037\001\000\003E", 0x1f81}, #line 489 "./uninorm/composition-table.gperf" {"\000\000\365\000\003\001", 0x1e4d}, #line 767 "./uninorm/composition-table.gperf" {"\000\037\003\000\003E", 0x1f83}, #line 772 "./uninorm/composition-table.gperf" {"\000\037\010\000\003E", 0x1f88}, #line 245 "./uninorm/composition-table.gperf" {"\000\000\346\000\003\001", 0x01fd}, #line 515 "./uninorm/composition-table.gperf" {"\000\001a\000\003\007", 0x1e67}, #line 764 "./uninorm/composition-table.gperf" {"\000\037\000\000\003E", 0x1f80}, #line 67 "./uninorm/composition-table.gperf" {"\000\000a\000\003\001", 0x00e1}, #line 66 "./uninorm/composition-table.gperf" {"\000\000a\000\003\000", 0x00e0}, #line 818 "./uninorm/composition-table.gperf" {"\000\037\266\000\003E", 0x1fb7}, #line 68 "./uninorm/composition-table.gperf" {"\000\000a\000\003\002", 0x00e2}, #line 279 "./uninorm/composition-table.gperf" {"\000\000a\000\003\007", 0x0227}, #line 787 "./uninorm/composition-table.gperf" {"\000\037'\000\003E", 0x1f97}, #line 746 "./uninorm/composition-table.gperf" {"\000\037a\000\003\001", 0x1f65}, #line 744 "./uninorm/composition-table.gperf" {"\000\037a\000\003\000", 0x1f63}, #line 748 "./uninorm/composition-table.gperf" {"\000\037a\000\003B", 0x1f67}, #line 862 "./uninorm/composition-table.gperf" {"\000\037\366\000\003E", 0x1ff7}, #line 533 "./uninorm/composition-table.gperf" {"\000\001i\000\003\001", 0x1e79}, #line 215 "./uninorm/composition-table.gperf" {"\000\000\334\000\003\001", 0x01d7}, #line 219 "./uninorm/composition-table.gperf" {"\000\000\334\000\003\000", 0x01db}, #line 670 "./uninorm/composition-table.gperf" {"\000\037\011\000\003\001", 0x1f0d}, #line 668 "./uninorm/composition-table.gperf" {"\000\037\011\000\003\000", 0x1f0b}, #line 672 "./uninorm/composition-table.gperf" {"\000\037\011\000\003B", 0x1f0f}, #line 78 "./uninorm/composition-table.gperf" {"\000\000i\000\003\001", 0x00ed}, #line 77 "./uninorm/composition-table.gperf" {"\000\000i\000\003\000", 0x00ec}, #line 797 "./uninorm/composition-table.gperf" {"\000\037a\000\003E", 0x1fa1}, #line 79 "./uninorm/composition-table.gperf" {"\000\000i\000\003\002", 0x00ee}, #line 793 "./uninorm/composition-table.gperf" {"\000\037-\000\003E", 0x1f9d}, #line 138 "./uninorm/composition-table.gperf" {"\000\000J\000\003\002", 0x0134}, #line 754 "./uninorm/composition-table.gperf" {"\000\037i\000\003\001", 0x1f6d}, #line 752 "./uninorm/composition-table.gperf" {"\000\037i\000\003\000", 0x1f6b}, #line 756 "./uninorm/composition-table.gperf" {"\000\037i\000\003B", 0x1f6f}, #line 773 "./uninorm/composition-table.gperf" {"\000\037\011\000\003E", 0x1f89}, #line 587 "./uninorm/composition-table.gperf" {"\000\001\002\000\003\003", 0x1eb4}, #line 491 "./uninorm/composition-table.gperf" {"\000\000\365\000\003\010", 0x1e4f}, #line 624 "./uninorm/composition-table.gperf" {"\000\036\315\000\003\002", 0x1ed9}, #line 588 "./uninorm/composition-table.gperf" {"\000\001\003\000\003\003", 0x1eb5}, #line 714 "./uninorm/composition-table.gperf" {"\000\0379\000\003\001", 0x1f3d}, #line 712 "./uninorm/composition-table.gperf" {"\000\0379\000\003\000", 0x1f3b}, #line 716 "./uninorm/composition-table.gperf" {"\000\0379\000\003B", 0x1f3f}, #line 70 "./uninorm/composition-table.gperf" {"\000\000a\000\003\010", 0x00e4}, #line 805 "./uninorm/composition-table.gperf" {"\000\037i\000\003E", 0x1fa9}, #line 52 "./uninorm/composition-table.gperf" {"\000\000I\000\003\001", 0x00cd}, #line 51 "./uninorm/composition-table.gperf" {"\000\000I\000\003\000", 0x00cc}, #line 623 "./uninorm/composition-table.gperf" {"\000\036\314\000\003\002", 0x1ed8}, #line 53 "./uninorm/composition-table.gperf" {"\000\000I\000\003\002", 0x00ce}, #line 137 "./uninorm/composition-table.gperf" {"\000\000I\000\003\007", 0x0130}, #line 884 "./uninorm/composition-table.gperf" {"\000\000<\000\0038", 0x226e}, #line 728 "./uninorm/composition-table.gperf" {"\000\037I\000\003\001", 0x1f4d}, #line 726 "./uninorm/composition-table.gperf" {"\000\037I\000\003\000", 0x1f4b}, #line 721 "./uninorm/composition-table.gperf" {"\000\037@\000\003\001", 0x1f44}, #line 719 "./uninorm/composition-table.gperf" {"\000\037@\000\003\000", 0x1f42}, #line 698 "./uninorm/composition-table.gperf" {"\000\037)\000\003\001", 0x1f2d}, #line 696 "./uninorm/composition-table.gperf" {"\000\037)\000\003\000", 0x1f2b}, #line 700 "./uninorm/composition-table.gperf" {"\000\037)\000\003B", 0x1f2f}, #line 858 "./uninorm/composition-table.gperf" {"\000\037|\000\003E", 0x1ff2}, #line 80 "./uninorm/composition-table.gperf" {"\000\000i\000\003\010", 0x00ef}, #line 768 "./uninorm/composition-table.gperf" {"\000\037\004\000\003E", 0x1f84}, #line 216 "./uninorm/composition-table.gperf" {"\000\000\374\000\003\001", 0x01d8}, #line 220 "./uninorm/composition-table.gperf" {"\000\000\374\000\003\000", 0x01dc}, #line 826 "./uninorm/composition-table.gperf" {"\000\003\256\000\003E", 0x1fc4}, #line 771 "./uninorm/composition-table.gperf" {"\000\037\007\000\003E", 0x1f87}, #line 816 "./uninorm/composition-table.gperf" {"\000\003\254\000\003E", 0x1fb4}, #line 328 "./uninorm/composition-table.gperf" {"\000\004:\000\003\001", 0x045c}, #line 789 "./uninorm/composition-table.gperf" {"\000\037)\000\003E", 0x1f99}, #line 69 "./uninorm/composition-table.gperf" {"\000\000a\000\003\003", 0x00e3}, #line 881 "./uninorm/composition-table.gperf" {"\000\000=\000\0038", 0x2260}, #line 360 "./uninorm/composition-table.gperf" {"\000\004C\000\003\010", 0x04f1}, #line 342 "./uninorm/composition-table.gperf" {"\000\004\331\000\003\010", 0x04db}, #line 96 "./uninorm/composition-table.gperf" {"\000\000a\000\003\006", 0x0103}, #line 41 "./uninorm/composition-table.gperf" {"\000\000A\000\003\001", 0x00c1}, #line 40 "./uninorm/composition-table.gperf" {"\000\000A\000\003\000", 0x00c0}, #line 98 "./uninorm/composition-table.gperf" {"\000\000a\000\003(", 0x0105}, #line 42 "./uninorm/composition-table.gperf" {"\000\000A\000\003\002", 0x00c2}, #line 278 "./uninorm/composition-table.gperf" {"\000\000A\000\003\007", 0x0226}, #line 54 "./uninorm/composition-table.gperf" {"\000\000I\000\003\010", 0x00cf}, #line 722 "./uninorm/composition-table.gperf" {"\000\037A\000\003\001", 0x1f45}, #line 720 "./uninorm/composition-table.gperf" {"\000\037A\000\003\000", 0x1f43}, #line 363 "./uninorm/composition-table.gperf" {"\000\004'\000\003\010", 0x04f4}, #line 74 "./uninorm/composition-table.gperf" {"\000\000e\000\003\001", 0x00e9}, #line 73 "./uninorm/composition-table.gperf" {"\000\000e\000\003\000", 0x00e8}, #line 130 "./uninorm/composition-table.gperf" {"\000\000i\000\003\003", 0x0129}, #line 75 "./uninorm/composition-table.gperf" {"\000\000e\000\003\002", 0x00ea}, #line 114 "./uninorm/composition-table.gperf" {"\000\000e\000\003\007", 0x0117}, #line 326 "./uninorm/composition-table.gperf" {"\000\0043\000\003\001", 0x0453}, #line 134 "./uninorm/composition-table.gperf" {"\000\000i\000\003\006", 0x012d}, #line 537 "./uninorm/composition-table.gperf" {"\000\000v\000\003\003", 0x1e7d}, #line 605 "./uninorm/composition-table.gperf" {"\000\036\270\000\003\002", 0x1ec6}, #line 136 "./uninorm/composition-table.gperf" {"\000\000i\000\003(", 0x012f}, #line 354 "./uninorm/composition-table.gperf" {"\000\004\351\000\003\010", 0x04eb}, #line 677 "./uninorm/composition-table.gperf" {"\000\037\020\000\003\001", 0x1f14}, #line 675 "./uninorm/composition-table.gperf" {"\000\037\020\000\003\000", 0x1f12}, #line 585 "./uninorm/composition-table.gperf" {"\000\001\002\000\003\011", 0x1eb2}, #line 355 "./uninorm/composition-table.gperf" {"\000\004-\000\003\010", 0x04ec}, #line 377 "./uninorm/composition-table.gperf" {"\000\0113\000\011<", 0x0934}, #line 586 "./uninorm/composition-table.gperf" {"\000\001\003\000\003\011", 0x1eb3}, #line 330 "./uninorm/composition-table.gperf" {"\000\004C\000\003\006", 0x045e}, #line 801 "./uninorm/composition-table.gperf" {"\000\037e\000\003E", 0x1fa5}, #line 353 "./uninorm/composition-table.gperf" {"\000\004\350\000\003\010", 0x04ea}, #line 346 "./uninorm/composition-table.gperf" {"\000\0047\000\003\010", 0x04df}, #line 129 "./uninorm/composition-table.gperf" {"\000\000I\000\003\003", 0x0128}, #line 441 "./uninorm/composition-table.gperf" {"\000\002)\000\003\006", 0x1e1d}, #line 792 "./uninorm/composition-table.gperf" {"\000\037,\000\003E", 0x1f9c}, #line 44 "./uninorm/composition-table.gperf" {"\000\000A\000\003\010", 0x00c4}, #line 133 "./uninorm/composition-table.gperf" {"\000\000I\000\003\006", 0x012c}, #line 83 "./uninorm/composition-table.gperf" {"\000\000o\000\003\001", 0x00f3}, #line 82 "./uninorm/composition-table.gperf" {"\000\000o\000\003\000", 0x00f2}, #line 135 "./uninorm/composition-table.gperf" {"\000\000I\000\003(", 0x012e}, #line 84 "./uninorm/composition-table.gperf" {"\000\000o\000\003\002", 0x00f4}, #line 287 "./uninorm/composition-table.gperf" {"\000\000o\000\003\007", 0x022f}, #line 249 "./uninorm/composition-table.gperf" {"\000\000a\000\003\017", 0x0201}, #line 234 "./uninorm/composition-table.gperf" {"\000\001\353\000\003\004", 0x01ed}, #line 76 "./uninorm/composition-table.gperf" {"\000\000e\000\003\010", 0x00eb}, #line 351 "./uninorm/composition-table.gperf" {"\000\004\036\000\003\010", 0x04e6}, #line 88 "./uninorm/composition-table.gperf" {"\000\000u\000\003\001", 0x00fa}, #line 87 "./uninorm/composition-table.gperf" {"\000\000u\000\003\000", 0x00f9}, #line 774 "./uninorm/composition-table.gperf" {"\000\037\012\000\003E", 0x1f8a}, #line 89 "./uninorm/composition-table.gperf" {"\000\000u\000\003\002", 0x00fb}, #line 105 "./uninorm/composition-table.gperf" {"\000\000C\000\003\014", 0x010c}, #line 224 "./uninorm/composition-table.gperf" {"\000\002'\000\003\004", 0x01e1}, #line 705 "./uninorm/composition-table.gperf" {"\000\0370\000\003\001", 0x1f34}, #line 703 "./uninorm/composition-table.gperf" {"\000\0370\000\003\000", 0x1f32}, #line 707 "./uninorm/composition-table.gperf" {"\000\0370\000\003B", 0x1f36}, #line 811 "./uninorm/composition-table.gperf" {"\000\037o\000\003E", 0x1faf}, #line 570 "./uninorm/composition-table.gperf" {"\000\000a\000\003\011", 0x1ea3}, #line 282 "./uninorm/composition-table.gperf" {"\000\000\326\000\003\004", 0x022a}, #line 257 "./uninorm/composition-table.gperf" {"\000\000i\000\003\017", 0x0209}, #line 236 "./uninorm/composition-table.gperf" {"\000\002\222\000\003\014", 0x01ef}, #line 43 "./uninorm/composition-table.gperf" {"\000\000A\000\003\003", 0x00c3}, #line 791 "./uninorm/composition-table.gperf" {"\000\037+\000\003E", 0x1f9b}, #line 283 "./uninorm/composition-table.gperf" {"\000\000\366\000\003\004", 0x022b}, #line 769 "./uninorm/composition-table.gperf" {"\000\037\005\000\003E", 0x1f85}, #line 95 "./uninorm/composition-table.gperf" {"\000\000A\000\003\006", 0x0102}, #line 285 "./uninorm/composition-table.gperf" {"\000\000\365\000\003\004", 0x022d}, #line 777 "./uninorm/composition-table.gperf" {"\000\037\015\000\003E", 0x1f8d}, #line 97 "./uninorm/composition-table.gperf" {"\000\000A\000\003(", 0x0104}, #line 226 "./uninorm/composition-table.gperf" {"\000\000\346\000\003\004", 0x01e3}, #line 596 "./uninorm/composition-table.gperf" {"\000\000e\000\003\003", 0x1ebd}, #line 86 "./uninorm/composition-table.gperf" {"\000\000o\000\003\010", 0x00f6}, #line 94 "./uninorm/composition-table.gperf" {"\000\000a\000\003\004", 0x0101}, #line 608 "./uninorm/composition-table.gperf" {"\000\000i\000\003\011", 0x1ec9}, #line 112 "./uninorm/composition-table.gperf" {"\000\000e\000\003\006", 0x0115}, #line 206 "./uninorm/composition-table.gperf" {"\000\000a\000\003\014", 0x01ce}, #line 397 "./uninorm/composition-table.gperf" {"\000\015\331\000\015\317", 0x0ddc}, #line 116 "./uninorm/composition-table.gperf" {"\000\000e\000\003(", 0x0119}, #line 256 "./uninorm/composition-table.gperf" {"\000\000I\000\003\017", 0x0208}, #line 222 "./uninorm/composition-table.gperf" {"\000\000\344\000\003\004", 0x01df}, #line 90 "./uninorm/composition-table.gperf" {"\000\000u\000\003\010", 0x00fc}, #line 48 "./uninorm/composition-table.gperf" {"\000\000E\000\003\001", 0x00c9}, #line 47 "./uninorm/composition-table.gperf" {"\000\000E\000\003\000", 0x00c8}, #line 213 "./uninorm/composition-table.gperf" {"\000\000\334\000\003\004", 0x01d5}, #line 49 "./uninorm/composition-table.gperf" {"\000\000E\000\003\002", 0x00ca}, #line 113 "./uninorm/composition-table.gperf" {"\000\000E\000\003\007", 0x0116}, #line 217 "./uninorm/composition-table.gperf" {"\000\000\334\000\003\014", 0x01d9}, #line 221 "./uninorm/composition-table.gperf" {"\000\000\304\000\003\004", 0x01de}, #line 132 "./uninorm/composition-table.gperf" {"\000\000i\000\003\004", 0x012b}, #line 399 "./uninorm/composition-table.gperf" {"\000\015\331\000\015\337", 0x0dde}, #line 315 "./uninorm/composition-table.gperf" {"\000\004\025\000\003\000", 0x0400}, #line 208 "./uninorm/composition-table.gperf" {"\000\000i\000\003\014", 0x01d0}, #line 607 "./uninorm/composition-table.gperf" {"\000\000I\000\003\011", 0x1ec8}, #line 790 "./uninorm/composition-table.gperf" {"\000\037*\000\003E", 0x1f9a}, #line 57 "./uninorm/composition-table.gperf" {"\000\000O\000\003\001", 0x00d3}, #line 56 "./uninorm/composition-table.gperf" {"\000\000O\000\003\000", 0x00d2}, #line 85 "./uninorm/composition-table.gperf" {"\000\000o\000\003\003", 0x00f5}, #line 58 "./uninorm/composition-table.gperf" {"\000\000O\000\003\002", 0x00d4}, #line 286 "./uninorm/composition-table.gperf" {"\000\000O\000\003\007", 0x022e}, #line 358 "./uninorm/composition-table.gperf" {"\000\004C\000\003\004", 0x04ef}, #line 157 "./uninorm/composition-table.gperf" {"\000\000o\000\003\006", 0x014f}, #line 337 "./uninorm/composition-table.gperf" {"\000\004\020\000\003\010", 0x04d2}, #line 963 "./uninorm/composition-table.gperf" {"\0000\357\0000\231", 0x30f7}, #line 232 "./uninorm/composition-table.gperf" {"\000\000o\000\003(", 0x01eb}, #line 933 "./uninorm/composition-table.gperf" {"\0000{\0000\231", 0x307c}, #line 179 "./uninorm/composition-table.gperf" {"\000\000u\000\003\003", 0x0169}, #line 248 "./uninorm/composition-table.gperf" {"\000\000A\000\003\017", 0x0200}, #line 131 "./uninorm/composition-table.gperf" {"\000\000I\000\003\004", 0x012a}, #line 376 "./uninorm/composition-table.gperf" {"\000\0110\000\011<", 0x0931}, #line 183 "./uninorm/composition-table.gperf" {"\000\000u\000\003\006", 0x016d}, #line 207 "./uninorm/composition-table.gperf" {"\000\000I\000\003\014", 0x01cf}, #line 935 "./uninorm/composition-table.gperf" {"\0000F\0000\231", 0x3094}, #line 189 "./uninorm/composition-table.gperf" {"\000\000u\000\003(", 0x0173}, #line 550 "./uninorm/composition-table.gperf" {"\000\000X\000\003\007", 0x1e8a}, #line 50 "./uninorm/composition-table.gperf" {"\000\000E\000\003\010", 0x00cb}, #line 253 "./uninorm/composition-table.gperf" {"\000\000e\000\003\017", 0x0205}, #line 62 "./uninorm/composition-table.gperf" {"\000\000U\000\003\001", 0x00da}, #line 61 "./uninorm/composition-table.gperf" {"\000\000U\000\003\000", 0x00d9}, #line 934 "./uninorm/composition-table.gperf" {"\0000{\0000\232", 0x307d}, #line 63 "./uninorm/composition-table.gperf" {"\000\000U\000\003\002", 0x00db}, #line 569 "./uninorm/composition-table.gperf" {"\000\000A\000\003\011", 0x1ea2}, #line 469 "./uninorm/composition-table.gperf" {"\000\0367\000\003\004", 0x1e39}, #line 316 "./uninorm/composition-table.gperf" {"\000\004\025\000\003\010", 0x0401}, #line 214 "./uninorm/composition-table.gperf" {"\000\000\374\000\003\004", 0x01d6}, #line 784 "./uninorm/composition-table.gperf" {"\000\037$\000\003E", 0x1f94}, #line 921 "./uninorm/composition-table.gperf" {"\0000a\0000\231", 0x3062}, #line 218 "./uninorm/composition-table.gperf" {"\000\000\374\000\003\014", 0x01da}, #line 60 "./uninorm/composition-table.gperf" {"\000\000O\000\003\010", 0x00d6}, #line 365 "./uninorm/composition-table.gperf" {"\000\004+\000\003\010", 0x04f8}, #line 594 "./uninorm/composition-table.gperf" {"\000\000e\000\003\011", 0x1ebb}, #line 335 "./uninorm/composition-table.gperf" {"\000\004\020\000\003\006", 0x04d0}, #line 338 "./uninorm/composition-table.gperf" {"\000\0040\000\003\010", 0x04d3}, #line 568 "./uninorm/composition-table.gperf" {"\000\000a\000\003#", 0x1ea1}, #line 91 "./uninorm/composition-table.gperf" {"\000\000y\000\003\001", 0x00fd}, #line 650 "./uninorm/composition-table.gperf" {"\000\000y\000\003\000", 0x1ef3}, #line 93 "./uninorm/composition-table.gperf" {"\000\000A\000\003\004", 0x0100}, #line 193 "./uninorm/composition-table.gperf" {"\000\000y\000\003\002", 0x0177}, #line 555 "./uninorm/composition-table.gperf" {"\000\000y\000\003\007", 0x1e8f}, #line 205 "./uninorm/composition-table.gperf" {"\000\000A\000\003\014", 0x01cd}, #line 595 "./uninorm/composition-table.gperf" {"\000\000E\000\003\003", 0x1ebc}, #line 949 "./uninorm/composition-table.gperf" {"\0000\304\0000\231", 0x30c5}, #line 261 "./uninorm/composition-table.gperf" {"\000\000o\000\003\017", 0x020d}, #line 552 "./uninorm/composition-table.gperf" {"\000\000X\000\003\010", 0x1e8c}, #line 111 "./uninorm/composition-table.gperf" {"\000\000E\000\003\006", 0x0114}, #line 110 "./uninorm/composition-table.gperf" {"\000\000e\000\003\004", 0x0113}, #line 967 "./uninorm/composition-table.gperf" {"\0000\375\0000\231", 0x30fe}, #line 115 "./uninorm/composition-table.gperf" {"\000\000E\000\003(", 0x0118}, #line 118 "./uninorm/composition-table.gperf" {"\000\000e\000\003\014", 0x011b}, #line 610 "./uninorm/composition-table.gperf" {"\000\000i\000\003#", 0x1ecb}, #line 64 "./uninorm/composition-table.gperf" {"\000\000U\000\003\010", 0x00dc}, #line 269 "./uninorm/composition-table.gperf" {"\000\000u\000\003\017", 0x0215}, #line 339 "./uninorm/composition-table.gperf" {"\000\004\025\000\003\006", 0x04d6}, #line 59 "./uninorm/composition-table.gperf" {"\000\000O\000\003\003", 0x00d5}, #line 539 "./uninorm/composition-table.gperf" {"\000\000v\000\003#", 0x1e7f}, #line 519 "./uninorm/composition-table.gperf" {"\000\000t\000\003\007", 0x1e6b}, #line 614 "./uninorm/composition-table.gperf" {"\000\000o\000\003\011", 0x1ecf}, #line 156 "./uninorm/composition-table.gperf" {"\000\000O\000\003\006", 0x014e}, #line 434 "./uninorm/composition-table.gperf" {"\000\001\022\000\003\001", 0x1e16}, #line 432 "./uninorm/composition-table.gperf" {"\000\001\022\000\003\000", 0x1e14}, #line 231 "./uninorm/composition-table.gperf" {"\000\000O\000\003(", 0x01ea}, #line 336 "./uninorm/composition-table.gperf" {"\000\0040\000\003\006", 0x04d1}, #line 684 "./uninorm/composition-table.gperf" {"\000\037\031\000\003\001", 0x1f1d}, #line 682 "./uninorm/composition-table.gperf" {"\000\037\031\000\003\000", 0x1f1b}, #line 275 "./uninorm/composition-table.gperf" {"\000\000t\000\003&", 0x021b}, #line 638 "./uninorm/composition-table.gperf" {"\000\000u\000\003\011", 0x1ee7}, #line 161 "./uninorm/composition-table.gperf" {"\000\000r\000\003\001", 0x0155}, #line 92 "./uninorm/composition-table.gperf" {"\000\000y\000\003\010", 0x00ff}, #line 609 "./uninorm/composition-table.gperf" {"\000\000I\000\003#", 0x1eca}, #line 824 "./uninorm/composition-table.gperf" {"\000\037t\000\003E", 0x1fc2}, #line 501 "./uninorm/composition-table.gperf" {"\000\000r\000\003\007", 0x1e59}, #line 155 "./uninorm/composition-table.gperf" {"\000\000o\000\003\004", 0x014d}, #line 966 "./uninorm/composition-table.gperf" {"\0000\362\0000\231", 0x30fa}, #line 965 "./uninorm/composition-table.gperf" {"\0000\361\0000\231", 0x30f9}, #line 210 "./uninorm/composition-table.gperf" {"\000\000o\000\003\014", 0x01d2}, #line 178 "./uninorm/composition-table.gperf" {"\000\000U\000\003\003", 0x0168}, #line 420 "./uninorm/composition-table.gperf" {"\000\000\307\000\003\001", 0x1e08}, #line 149 "./uninorm/composition-table.gperf" {"\000\000n\000\003\001", 0x0144}, #line 241 "./uninorm/composition-table.gperf" {"\000\000n\000\003\000", 0x01f9}, #line 182 "./uninorm/composition-table.gperf" {"\000\000U\000\003\006", 0x016c}, #line 181 "./uninorm/composition-table.gperf" {"\000\000u\000\003\004", 0x016b}, #line 481 "./uninorm/composition-table.gperf" {"\000\000n\000\003\007", 0x1e45}, #line 188 "./uninorm/composition-table.gperf" {"\000\000U\000\003(", 0x0172}, #line 212 "./uninorm/composition-table.gperf" {"\000\000u\000\003\014", 0x01d4}, #line 563 "./uninorm/composition-table.gperf" {"\000\000t\000\003\010", 0x1e97}, #line 252 "./uninorm/composition-table.gperf" {"\000\000E\000\003\017", 0x0204}, #line 678 "./uninorm/composition-table.gperf" {"\000\037\021\000\003\001", 0x1f15}, #line 676 "./uninorm/composition-table.gperf" {"\000\037\021\000\003\000", 0x1f13}, #line 794 "./uninorm/composition-table.gperf" {"\000\037.\000\003E", 0x1f9e}, #line 423 "./uninorm/composition-table.gperf" {"\000\000d\000\003\007", 0x1e0b}, #line 251 "./uninorm/composition-table.gperf" {"\000\000a\000\003\021", 0x0203}, #line 414 "./uninorm/composition-table.gperf" {"\000\000B\000\003\007", 0x1e02}, #line 656 "./uninorm/composition-table.gperf" {"\000\000y\000\003\003", 0x1ef9}, #line 964 "./uninorm/composition-table.gperf" {"\0000\360\0000\231", 0x30f8}, #line 393 "./uninorm/composition-table.gperf" {"\000\015F\000\015>", 0x0d4a}, #line 810 "./uninorm/composition-table.gperf" {"\000\037n\000\003E", 0x1fae}, #line 567 "./uninorm/composition-table.gperf" {"\000\000A\000\003#", 0x1ea0}, #line 969 "./uninorm/composition-table.gperf" {"\001\020\233\001\020\272", 0x1109c}, #line 260 "./uninorm/composition-table.gperf" {"\000\000O\000\003\017", 0x020c}, #line 593 "./uninorm/composition-table.gperf" {"\000\000E\000\003\011", 0x1eba}, #line 344 "./uninorm/composition-table.gperf" {"\000\0046\000\003\010", 0x04dd}, #line 775 "./uninorm/composition-table.gperf" {"\000\037\013\000\003E", 0x1f8b}, #line 332 "./uninorm/composition-table.gperf" {"\000\004u\000\003\017", 0x0477}, #line 800 "./uninorm/composition-table.gperf" {"\000\037d\000\003E", 0x1fa4}, #line 951 "./uninorm/composition-table.gperf" {"\0000\310\0000\231", 0x30c9}, #line 592 "./uninorm/composition-table.gperf" {"\000\000e\000\003#", 0x1eb9}, #line 259 "./uninorm/composition-table.gperf" {"\000\000i\000\003\021", 0x020b}, #line 127 "./uninorm/composition-table.gperf" {"\000\000H\000\003\002", 0x0124}, #line 446 "./uninorm/composition-table.gperf" {"\000\000H\000\003\007", 0x1e22}, #line 71 "./uninorm/composition-table.gperf" {"\000\000a\000\003\012", 0x00e5}, #line 727 "./uninorm/composition-table.gperf" {"\000\037H\000\003\001", 0x1f4c}, #line 725 "./uninorm/composition-table.gperf" {"\000\037H\000\003\000", 0x1f4a}, #line 613 "./uninorm/composition-table.gperf" {"\000\000O\000\003\011", 0x1ece}, #line 945 "./uninorm/composition-table.gperf" {"\0000\273\0000\231", 0x30bc}, #line 109 "./uninorm/composition-table.gperf" {"\000\000E\000\003\004", 0x0112}, #line 65 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\001", 0x00dd}, #line 649 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\000", 0x1ef2}, #line 117 "./uninorm/composition-table.gperf" {"\000\000E\000\003\014", 0x011a}, #line 192 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\002", 0x0176}, #line 554 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\007", 0x1e8e}, #line 268 "./uninorm/composition-table.gperf" {"\000\000U\000\003\017", 0x0214}, #line 739 "./uninorm/composition-table.gperf" {"\000\037Y\000\003\001", 0x1f5d}, #line 738 "./uninorm/composition-table.gperf" {"\000\037Y\000\003\000", 0x1f5b}, #line 740 "./uninorm/composition-table.gperf" {"\000\037Y\000\003B", 0x1f5f}, #line 925 "./uninorm/composition-table.gperf" {"\0000o\0000\231", 0x3070}, #line 258 "./uninorm/composition-table.gperf" {"\000\000I\000\003\021", 0x020a}, #line 946 "./uninorm/composition-table.gperf" {"\0000\275\0000\231", 0x30be}, #line 154 "./uninorm/composition-table.gperf" {"\000\000O\000\003\004", 0x014c}, #line 488 "./uninorm/composition-table.gperf" {"\000\000\325\000\003\001", 0x1e4c}, #line 334 "./uninorm/composition-table.gperf" {"\000\0046\000\003\006", 0x04c2}, #line 209 "./uninorm/composition-table.gperf" {"\000\000O\000\003\014", 0x01d1}, #line 612 "./uninorm/composition-table.gperf" {"\000\000o\000\003#", 0x1ecd}, #line 532 "./uninorm/composition-table.gperf" {"\000\001h\000\003\001", 0x1e78}, #line 929 "./uninorm/composition-table.gperf" {"\0000u\0000\231", 0x3076}, #line 637 "./uninorm/composition-table.gperf" {"\000\000U\000\003\011", 0x1ee6}, #line 81 "./uninorm/composition-table.gperf" {"\000\000n\000\003\003", 0x00f1}, #line 938 "./uninorm/composition-table.gperf" {"\0000\255\0000\231", 0x30ae}, #line 450 "./uninorm/composition-table.gperf" {"\000\000H\000\003\010", 0x1e26}, #line 926 "./uninorm/composition-table.gperf" {"\0000o\0000\232", 0x3071}, #line 475 "./uninorm/composition-table.gperf" {"\000\000m\000\003\001", 0x1e3f}, #line 636 "./uninorm/composition-table.gperf" {"\000\000u\000\003#", 0x1ee5}, #line 128 "./uninorm/composition-table.gperf" {"\000\000h\000\003\002", 0x0125}, #line 447 "./uninorm/composition-table.gperf" {"\000\000h\000\003\007", 0x1e23}, #line 477 "./uninorm/composition-table.gperf" {"\000\000m\000\003\007", 0x1e41}, #line 753 "./uninorm/composition-table.gperf" {"\000\037h\000\003\001", 0x1f6c}, #line 751 "./uninorm/composition-table.gperf" {"\000\037h\000\003\000", 0x1f6a}, #line 755 "./uninorm/composition-table.gperf" {"\000\037h\000\003B", 0x1f6e}, #line 930 "./uninorm/composition-table.gperf" {"\0000u\0000\232", 0x3077}, #line 194 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\010", 0x0178}, #line 180 "./uninorm/composition-table.gperf" {"\000\000U\000\003\004", 0x016a}, #line 395 "./uninorm/composition-table.gperf" {"\000\015F\000\015W", 0x0d4c}, #line 654 "./uninorm/composition-table.gperf" {"\000\000y\000\003\011", 0x1ef7}, #line 211 "./uninorm/composition-table.gperf" {"\000\000U\000\003\014", 0x01d3}, #line 250 "./uninorm/composition-table.gperf" {"\000\000A\000\003\021", 0x0202}, #line 46 "./uninorm/composition-table.gperf" {"\000\000C\000\003'", 0x00c7}, #line 782 "./uninorm/composition-table.gperf" {"\000\037\"\000\003E", 0x1f92}, #line 804 "./uninorm/composition-table.gperf" {"\000\037h\000\003E", 0x1fa8}, #line 809 "./uninorm/composition-table.gperf" {"\000\037m\000\003E", 0x1fad}, #line 697 "./uninorm/composition-table.gperf" {"\000\037(\000\003\001", 0x1f2c}, #line 695 "./uninorm/composition-table.gperf" {"\000\037(\000\003\000", 0x1f2a}, #line 699 "./uninorm/composition-table.gperf" {"\000\037(\000\003B", 0x1f2e}, #line 490 "./uninorm/composition-table.gperf" {"\000\000\325\000\003\010", 0x1e4e}, #line 255 "./uninorm/composition-table.gperf" {"\000\000e\000\003\021", 0x0207}, #line 706 "./uninorm/composition-table.gperf" {"\000\0371\000\003\001", 0x1f35}, #line 704 "./uninorm/composition-table.gperf" {"\000\0371\000\003\000", 0x1f33}, #line 708 "./uninorm/composition-table.gperf" {"\000\0371\000\003B", 0x1f37}, #line 291 "./uninorm/composition-table.gperf" {"\000\000y\000\003\004", 0x0233}, #line 962 "./uninorm/composition-table.gperf" {"\0000\246\0000\231", 0x30f4}, #line 437 "./uninorm/composition-table.gperf" {"\000\000e\000\003-", 0x1e19}, #line 265 "./uninorm/composition-table.gperf" {"\000\000r\000\003\017", 0x0211}, #line 788 "./uninorm/composition-table.gperf" {"\000\037(\000\003E", 0x1f98}, #line 451 "./uninorm/composition-table.gperf" {"\000\000h\000\003\010", 0x1e27}, #line 45 "./uninorm/composition-table.gperf" {"\000\000A\000\003\012", 0x00c5}, #line 655 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\003", 0x1ef8}, #line 591 "./uninorm/composition-table.gperf" {"\000\000E\000\003#", 0x1eb8}, #line 542 "./uninorm/composition-table.gperf" {"\000\000W\000\003\001", 0x1e82}, #line 540 "./uninorm/composition-table.gperf" {"\000\000W\000\003\000", 0x1e80}, #line 160 "./uninorm/composition-table.gperf" {"\000\000R\000\003\001", 0x0154}, #line 190 "./uninorm/composition-table.gperf" {"\000\000W\000\003\002", 0x0174}, #line 546 "./uninorm/composition-table.gperf" {"\000\000W\000\003\007", 0x1e86}, #line 912 "./uninorm/composition-table.gperf" {"\0000O\0000\231", 0x3050}, #line 500 "./uninorm/composition-table.gperf" {"\000\000R\000\003\007", 0x1e58}, #line 878 "./uninorm/composition-table.gperf" {"\000\"C\000\0038", 0x2244}, #line 872 "./uninorm/composition-table.gperf" {"\000\"\003\000\0038", 0x2204}, #line 873 "./uninorm/composition-table.gperf" {"\000\"\010\000\0038", 0x2209}, #line 893 "./uninorm/composition-table.gperf" {"\000\"{\000\0038", 0x2281}, #line 177 "./uninorm/composition-table.gperf" {"\000\000t\000\003\014", 0x0165}, #line 611 "./uninorm/composition-table.gperf" {"\000\000O\000\003#", 0x1ecc}, #line 263 "./uninorm/composition-table.gperf" {"\000\000o\000\003\021", 0x020f}, #line 468 "./uninorm/composition-table.gperf" {"\000\0366\000\003\004", 0x1e38}, #line 238 "./uninorm/composition-table.gperf" {"\000\000G\000\003\001", 0x01f4}, #line 908 "./uninorm/composition-table.gperf" {"\000\"\264\000\0038", 0x22ec}, #line 906 "./uninorm/composition-table.gperf" {"\000\"\262\000\0038", 0x22ea}, #line 119 "./uninorm/composition-table.gperf" {"\000\000G\000\003\002", 0x011c}, #line 123 "./uninorm/composition-table.gperf" {"\000\000G\000\003\007", 0x0120}, #line 288 "./uninorm/composition-table.gperf" {"\000\002.\000\003\004", 0x0230}, #line 877 "./uninorm/composition-table.gperf" {"\000\"<\000\0038", 0x2241}, #line 271 "./uninorm/composition-table.gperf" {"\000\000u\000\003\021", 0x0217}, #line 905 "./uninorm/composition-table.gperf" {"\000\"\222\000\0038", 0x22e3}, #line 457 "./uninorm/composition-table.gperf" {"\000\000i\000\0030", 0x1e2d}, #line 898 "./uninorm/composition-table.gperf" {"\000\"\242\000\0038", 0x22ac}, #line 165 "./uninorm/composition-table.gperf" {"\000\000r\000\003\014", 0x0159}, #line 915 "./uninorm/composition-table.gperf" {"\0000U\0000\231", 0x3056}, #line 531 "./uninorm/composition-table.gperf" {"\000\000u\000\003-", 0x1e77}, #line 936 "./uninorm/composition-table.gperf" {"\0000\235\0000\231", 0x309e}, #line 331 "./uninorm/composition-table.gperf" {"\000\004t\000\003\017", 0x0476}, #line 882 "./uninorm/composition-table.gperf" {"\000\"a\000\0038", 0x2262}, #line 440 "./uninorm/composition-table.gperf" {"\000\002(\000\003\006", 0x1e1c}, #line 544 "./uninorm/composition-table.gperf" {"\000\000W\000\003\010", 0x1e84}, #line 635 "./uninorm/composition-table.gperf" {"\000\000U\000\003#", 0x1ee4}, #line 148 "./uninorm/composition-table.gperf" {"\000\000N\000\003\001", 0x0143}, #line 240 "./uninorm/composition-table.gperf" {"\000\000N\000\003\000", 0x01f8}, #line 153 "./uninorm/composition-table.gperf" {"\000\000n\000\003\014", 0x0148}, #line 375 "./uninorm/composition-table.gperf" {"\000\011(\000\011<", 0x0929}, #line 480 "./uninorm/composition-table.gperf" {"\000\000N\000\003\007", 0x1e44}, #line 897 "./uninorm/composition-table.gperf" {"\000\"\207\000\0038", 0x2289}, #line 185 "./uninorm/composition-table.gperf" {"\000\000u\000\003\012", 0x016f}, #line 896 "./uninorm/composition-table.gperf" {"\000\"\206\000\0038", 0x2288}, #line 456 "./uninorm/composition-table.gperf" {"\000\000I\000\0030", 0x1e2c}, #line 895 "./uninorm/composition-table.gperf" {"\000\"\203\000\0038", 0x2285}, #line 108 "./uninorm/composition-table.gperf" {"\000\000d\000\003\014", 0x010f}, #line 543 "./uninorm/composition-table.gperf" {"\000\000w\000\003\001", 0x1e83}, #line 541 "./uninorm/composition-table.gperf" {"\000\000w\000\003\000", 0x1e81}, #line 523 "./uninorm/composition-table.gperf" {"\000\000t\000\0031", 0x1e6f}, #line 191 "./uninorm/composition-table.gperf" {"\000\000w\000\003\002", 0x0175}, #line 547 "./uninorm/composition-table.gperf" {"\000\000w\000\003\007", 0x1e87}, #line 652 "./uninorm/composition-table.gperf" {"\000\000y\000\003#", 0x1ef5}, #line 890 "./uninorm/composition-table.gperf" {"\000\"v\000\0038", 0x2278}, #line 297 "./uninorm/composition-table.gperf" {"\000\003\237\000\003\001", 0x038c}, #line 863 "./uninorm/composition-table.gperf" {"\000\003\237\000\003\000", 0x1ff8}, #line 239 "./uninorm/composition-table.gperf" {"\000\000g\000\003\001", 0x01f5}, #line 254 "./uninorm/composition-table.gperf" {"\000\000E\000\003\021", 0x0206}, #line 653 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\011", 0x1ef6}, #line 120 "./uninorm/composition-table.gperf" {"\000\000g\000\003\002", 0x011d}, #line 124 "./uninorm/composition-table.gperf" {"\000\000g\000\003\007", 0x0121}, #line 343 "./uninorm/composition-table.gperf" {"\000\004\026\000\003\010", 0x04dc}, #line 902 "./uninorm/composition-table.gperf" {"\000\"|\000\0038", 0x22e0}, #line 436 "./uninorm/composition-table.gperf" {"\000\000E\000\003-", 0x1e18}, #line 507 "./uninorm/composition-table.gperf" {"\000\000r\000\0031", 0x1e5f}, #line 276 "./uninorm/composition-table.gperf" {"\000\000H\000\003\014", 0x021e}, #line 494 "./uninorm/composition-table.gperf" {"\000\001L\000\003\001", 0x1e52}, #line 492 "./uninorm/composition-table.gperf" {"\000\001L\000\003\000", 0x1e50}, #line 443 "./uninorm/composition-table.gperf" {"\000\000f\000\003\007", 0x1e1f}, #line 521 "./uninorm/composition-table.gperf" {"\000\000t\000\003#", 0x1e6d}, #line 262 "./uninorm/composition-table.gperf" {"\000\000O\000\003\021", 0x020e}, #line 894 "./uninorm/composition-table.gperf" {"\000\"\202\000\0038", 0x2284}, #line 142 "./uninorm/composition-table.gperf" {"\000\000L\000\003\001", 0x0139}, #line 290 "./uninorm/composition-table.gperf" {"\000\000Y\000\003\004", 0x0232}, #line 803 "./uninorm/composition-table.gperf" {"\000\037g\000\003E", 0x1fa7}, #line 485 "./uninorm/composition-table.gperf" {"\000\000n\000\0031", 0x1e49}, #line 281 "./uninorm/composition-table.gperf" {"\000\000e\000\003'", 0x0229}, #line 927 "./uninorm/composition-table.gperf" {"\0000r\0000\231", 0x3073}, #line 121 "./uninorm/composition-table.gperf" {"\000\000G\000\003\006", 0x011e}, #line 313 "./uninorm/composition-table.gperf" {"\000\003\322\000\003\001", 0x03d3}, #line 545 "./uninorm/composition-table.gperf" {"\000\000w\000\003\010", 0x1e85}, #line 439 "./uninorm/composition-table.gperf" {"\000\000e\000\0030", 0x1e1b}, #line 802 "./uninorm/composition-table.gperf" {"\000\037f\000\003E", 0x1fa6}, #line 427 "./uninorm/composition-table.gperf" {"\000\000d\000\0031", 0x1e0f}, #line 503 "./uninorm/composition-table.gperf" {"\000\000r\000\003#", 0x1e5b}, #line 418 "./uninorm/composition-table.gperf" {"\000\000B\000\0031", 0x1e06}, #line 284 "./uninorm/composition-table.gperf" {"\000\000\325\000\003\004", 0x022c}, #line 495 "./uninorm/composition-table.gperf" {"\000\001M\000\003\001", 0x1e53}, #line 493 "./uninorm/composition-table.gperf" {"\000\001M\000\003\000", 0x1e51}, #line 903 "./uninorm/composition-table.gperf" {"\000\"}\000\0038", 0x22e1}, #line 333 "./uninorm/composition-table.gperf" {"\000\004\026\000\003\006", 0x04c1}, #line 928 "./uninorm/composition-table.gperf" {"\0000r\0000\232", 0x3074}, #line 270 "./uninorm/composition-table.gperf" {"\000\000U\000\003\021", 0x0216}, #line 474 "./uninorm/composition-table.gperf" {"\000\000M\000\003\001", 0x1e3e}, #line 55 "./uninorm/composition-table.gperf" {"\000\000N\000\003\003", 0x00d1}, #line 483 "./uninorm/composition-table.gperf" {"\000\000n\000\003#", 0x1e47}, #line 922 "./uninorm/composition-table.gperf" {"\0000d\0000\231", 0x3065}, #line 476 "./uninorm/composition-table.gperf" {"\000\000M\000\003\007", 0x1e40}, #line 530 "./uninorm/composition-table.gperf" {"\000\000U\000\003-", 0x1e76}, #line 277 "./uninorm/composition-table.gperf" {"\000\000h\000\003\014", 0x021f}, #line 364 "./uninorm/composition-table.gperf" {"\000\004G\000\003\010", 0x04f5}, #line 518 "./uninorm/composition-table.gperf" {"\000\000T\000\003\007", 0x1e6a}, #line 920 "./uninorm/composition-table.gperf" {"\0000_\0000\231", 0x3060}, #line 425 "./uninorm/composition-table.gperf" {"\000\000d\000\003#", 0x1e0d}, #line 887 "./uninorm/composition-table.gperf" {"\000\"e\000\0038", 0x2271}, #line 416 "./uninorm/composition-table.gperf" {"\000\000B\000\003#", 0x1e04}, #line 264 "./uninorm/composition-table.gperf" {"\000\000R\000\003\017", 0x0210}, #line 844 "./uninorm/composition-table.gperf" {"\000\037\376\000\003\001", 0x1fde}, #line 843 "./uninorm/composition-table.gperf" {"\000\037\376\000\003\000", 0x1fdd}, #line 845 "./uninorm/composition-table.gperf" {"\000\037\376\000\003B", 0x1fdf}, #line 274 "./uninorm/composition-table.gperf" {"\000\000T\000\003&", 0x021a}, #line 184 "./uninorm/composition-table.gperf" {"\000\000U\000\003\012", 0x016e}, #line 314 "./uninorm/composition-table.gperf" {"\000\003\322\000\003\010", 0x03d4}, #line 310 "./uninorm/composition-table.gperf" {"\000\003\277\000\003\001", 0x03cc}, #line 761 "./uninorm/composition-table.gperf" {"\000\003\277\000\003\000", 0x1f78}, #line 723 "./uninorm/composition-table.gperf" {"\000\003\237\000\003\023", 0x1f48}, #line 529 "./uninorm/composition-table.gperf" {"\000\000u\000\0030", 0x1e75}, #line 919 "./uninorm/composition-table.gperf" {"\0000]\0000\231", 0x305e}, #line 122 "./uninorm/composition-table.gperf" {"\000\000g\000\003\006", 0x011f}, #line 306 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\001", 0x03af}, #line 760 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\000", 0x1f76}, #line 838 "./uninorm/composition-table.gperf" {"\000\003\271\000\003B", 0x1fd6}, #line 448 "./uninorm/composition-table.gperf" {"\000\000H\000\003#", 0x1e24}, #line 833 "./uninorm/composition-table.gperf" {"\000\037\277\000\003\001", 0x1fce}, #line 832 "./uninorm/composition-table.gperf" {"\000\037\277\000\003\000", 0x1fcd}, #line 834 "./uninorm/composition-table.gperf" {"\000\037\277\000\003B", 0x1fcf}, #line 917 "./uninorm/composition-table.gperf" {"\0000Y\0000\231", 0x305a}, #line 319 "./uninorm/composition-table.gperf" {"\000\004\032\000\003\001", 0x040c}, #line 565 "./uninorm/composition-table.gperf" {"\000\000y\000\003\012", 0x1e99}, #line 885 "./uninorm/composition-table.gperf" {"\000\000>\000\0038", 0x226f}, #line 435 "./uninorm/composition-table.gperf" {"\000\001\023\000\003\001", 0x1e17}, #line 433 "./uninorm/composition-table.gperf" {"\000\001\023\000\003\000", 0x1e15}, #line 525 "./uninorm/composition-table.gperf" {"\000\000t\000\003-", 0x1e71}, #line 651 "./uninorm/composition-table.gperf" {"\000\000Y\000\003#", 0x1ef4}, #line 345 "./uninorm/composition-table.gperf" {"\000\004\027\000\003\010", 0x04de}, #line 776 "./uninorm/composition-table.gperf" {"\000\037\014\000\003E", 0x1f8c}, #line 562 "./uninorm/composition-table.gperf" {"\000\000h\000\0031", 0x1e96}, #line 941 "./uninorm/composition-table.gperf" {"\0000\263\0000\231", 0x30b4}, #line 164 "./uninorm/composition-table.gperf" {"\000\000R\000\003\014", 0x0158}, #line 956 "./uninorm/composition-table.gperf" {"\0000\325\0000\231", 0x30d6}, #line 779 "./uninorm/composition-table.gperf" {"\000\037\017\000\003E", 0x1f8f}, #line 267 "./uninorm/composition-table.gperf" {"\000\000r\000\003\021", 0x0213}, #line 305 "./uninorm/composition-table.gperf" {"\000\003\267\000\003\001", 0x03ae}, #line 759 "./uninorm/composition-table.gperf" {"\000\003\267\000\003\000", 0x1f74}, #line 827 "./uninorm/composition-table.gperf" {"\000\003\267\000\003B", 0x1fc6}, #line 280 "./uninorm/composition-table.gperf" {"\000\000E\000\003'", 0x0228}, #line 626 "./uninorm/composition-table.gperf" {"\000\001\241\000\003\001", 0x1edb}, #line 628 "./uninorm/composition-table.gperf" {"\000\001\241\000\003\000", 0x1edd}, #line 444 "./uninorm/composition-table.gperf" {"\000\000G\000\003\004", 0x1e20}, #line 924 "./uninorm/composition-table.gperf" {"\0000h\0000\231", 0x3069}, #line 438 "./uninorm/composition-table.gperf" {"\000\000E\000\0030", 0x1e1a}, #line 227 "./uninorm/composition-table.gperf" {"\000\000G\000\003\014", 0x01e6}, #line 308 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\010", 0x03ca}, #line 957 "./uninorm/composition-table.gperf" {"\0000\325\0000\232", 0x30d7}, #line 825 "./uninorm/composition-table.gperf" {"\000\003\267\000\003E", 0x1fc3}, #line 960 "./uninorm/composition-table.gperf" {"\0000\333\0000\231", 0x30dc}, #line 449 "./uninorm/composition-table.gperf" {"\000\000h\000\003#", 0x1e25}, #line 479 "./uninorm/composition-table.gperf" {"\000\000m\000\003#", 0x1e43}, #line 487 "./uninorm/composition-table.gperf" {"\000\000n\000\003-", 0x1e4b}, #line 937 "./uninorm/composition-table.gperf" {"\0000\253\0000\231", 0x30ac}, #line 303 "./uninorm/composition-table.gperf" {"\000\003\261\000\003\001", 0x03ac}, #line 757 "./uninorm/composition-table.gperf" {"\000\003\261\000\003\000", 0x1f70}, #line 817 "./uninorm/composition-table.gperf" {"\000\003\261\000\003B", 0x1fb6}, #line 352 "./uninorm/composition-table.gperf" {"\000\004>\000\003\010", 0x04e7}, #line 293 "./uninorm/composition-table.gperf" {"\000\003\221\000\003\001", 0x0386}, #line 821 "./uninorm/composition-table.gperf" {"\000\003\221\000\003\000", 0x1fba}, #line 431 "./uninorm/composition-table.gperf" {"\000\000d\000\003-", 0x1e13}, #line 606 "./uninorm/composition-table.gperf" {"\000\036\271\000\003\002", 0x1ec7}, #line 778 "./uninorm/composition-table.gperf" {"\000\037\016\000\003E", 0x1f8e}, #line 961 "./uninorm/composition-table.gperf" {"\0000\333\0000\232", 0x30dd}, #line 362 "./uninorm/composition-table.gperf" {"\000\004C\000\003\013", 0x04f3}, #line 152 "./uninorm/composition-table.gperf" {"\000\000N\000\003\014", 0x0147}, #line 815 "./uninorm/composition-table.gperf" {"\000\003\261\000\003E", 0x1fb3}, #line 879 "./uninorm/composition-table.gperf" {"\000\"E\000\0038", 0x2247}, #line 717 "./uninorm/composition-table.gperf" {"\000\003\277\000\003\023", 0x1f40}, #line 506 "./uninorm/composition-table.gperf" {"\000\000R\000\0031", 0x1e5e}, #line 822 "./uninorm/composition-table.gperf" {"\000\003\221\000\003E", 0x1fbc}, #line 356 "./uninorm/composition-table.gperf" {"\000\004M\000\003\010", 0x04ed}, #line 724 "./uninorm/composition-table.gperf" {"\000\003\237\000\003\024", 0x1f49}, #line 167 "./uninorm/composition-table.gperf" {"\000\000s\000\003\001", 0x015b}, #line 701 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\023", 0x1f30}, #line 835 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\006", 0x1fd0}, #line 169 "./uninorm/composition-table.gperf" {"\000\000s\000\003\002", 0x015d}, #line 509 "./uninorm/composition-table.gperf" {"\000\000s\000\003\007", 0x1e61}, #line 977 "./uninorm/composition-table.gperf" {"\001\024\271\001\024\275", 0x114be}, #line 528 "./uninorm/composition-table.gperf" {"\000\000U\000\0030", 0x1e74}, #line 916 "./uninorm/composition-table.gperf" {"\0000W\0000\231", 0x3058}, #line 317 "./uninorm/composition-table.gperf" {"\000\004\023\000\003\001", 0x0403}, #line 445 "./uninorm/composition-table.gperf" {"\000\000g\000\003\004", 0x1e21}, #line 460 "./uninorm/composition-table.gperf" {"\000\000K\000\003\001", 0x1e30}, #line 770 "./uninorm/composition-table.gperf" {"\000\037\006\000\003E", 0x1f86}, #line 228 "./uninorm/composition-table.gperf" {"\000\000g\000\003\014", 0x01e7}, #line 273 "./uninorm/composition-table.gperf" {"\000\000s\000\003&", 0x0219}, #line 548 "./uninorm/composition-table.gperf" {"\000\000W\000\003#", 0x1e88}, #line 244 "./uninorm/composition-table.gperf" {"\000\000\306\000\003\001", 0x01fc}, #line 502 "./uninorm/composition-table.gperf" {"\000\000R\000\003#", 0x1e5a}, #line 580 "./uninorm/composition-table.gperf" {"\000\036\241\000\003\002", 0x1ead}, #line 311 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\001", 0x03cd}, #line 762 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\000", 0x1f7a}, #line 851 "./uninorm/composition-table.gperf" {"\000\003\305\000\003B", 0x1fe6}, #line 143 "./uninorm/composition-table.gperf" {"\000\000l\000\003\001", 0x013a}, #line 242 "./uninorm/composition-table.gperf" {"\000\000\305\000\003\001", 0x01fa}, #line 166 "./uninorm/composition-table.gperf" {"\000\000S\000\003\001", 0x015a}, #line 685 "./uninorm/composition-table.gperf" {"\000\003\267\000\003\023", 0x1f20}, #line 632 "./uninorm/composition-table.gperf" {"\000\001\241\000\003\003", 0x1ee1}, #line 168 "./uninorm/composition-table.gperf" {"\000\000S\000\003\002", 0x015c}, #line 508 "./uninorm/composition-table.gperf" {"\000\000S\000\003\007", 0x1e60}, #line 146 "./uninorm/composition-table.gperf" {"\000\000L\000\003\014", 0x013d}, #line 484 "./uninorm/composition-table.gperf" {"\000\000N\000\0031", 0x1e48}, #line 296 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\001", 0x038a}, #line 842 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\000", 0x1fda}, #line 512 "./uninorm/composition-table.gperf" {"\000\001Z\000\003\007", 0x1e64}, #line 828 "./uninorm/composition-table.gperf" {"\000\037\306\000\003E", 0x1fc7}, #line 195 "./uninorm/composition-table.gperf" {"\000\000Z\000\003\001", 0x0179}, #line 175 "./uninorm/composition-table.gperf" {"\000\000t\000\003'", 0x0163}, #line 272 "./uninorm/composition-table.gperf" {"\000\000S\000\003&", 0x0218}, #line 556 "./uninorm/composition-table.gperf" {"\000\000Z\000\003\002", 0x1e90}, #line 197 "./uninorm/composition-table.gperf" {"\000\000Z\000\003\007", 0x017b}, #line 808 "./uninorm/composition-table.gperf" {"\000\037l\000\003E", 0x1fac}, {""}, #line 100 "./uninorm/composition-table.gperf" {"\000\000c\000\003\001", 0x0107}, #line 657 "./uninorm/composition-table.gperf" {"\000\003\261\000\003\023", 0x1f00}, #line 812 "./uninorm/composition-table.gperf" {"\000\003\261\000\003\006", 0x1fb0}, #line 102 "./uninorm/composition-table.gperf" {"\000\000c\000\003\002", 0x0109}, #line 104 "./uninorm/composition-table.gperf" {"\000\000c\000\003\007", 0x010b}, #line 665 "./uninorm/composition-table.gperf" {"\000\003\221\000\003\023", 0x1f08}, #line 819 "./uninorm/composition-table.gperf" {"\000\003\221\000\003\006", 0x1fb8}, {""}, #line 482 "./uninorm/composition-table.gperf" {"\000\000N\000\003#", 0x1e46}, #line 163 "./uninorm/composition-table.gperf" {"\000\000r\000\003'", 0x0157}, #line 309 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\010", 0x03cb}, #line 196 "./uninorm/composition-table.gperf" {"\000\000z\000\003\001", 0x017a}, #line 176 "./uninorm/composition-table.gperf" {"\000\000T\000\003\014", 0x0164}, #line 422 "./uninorm/composition-table.gperf" {"\000\000D\000\003\007", 0x1e0a}, #line 557 "./uninorm/composition-table.gperf" {"\000\000z\000\003\002", 0x1e91}, #line 198 "./uninorm/composition-table.gperf" {"\000\000z\000\003\007", 0x017c}, {""}, #line 718 "./uninorm/composition-table.gperf" {"\000\003\277\000\003\024", 0x1f41}, #line 799 "./uninorm/composition-table.gperf" {"\000\037c\000\003E", 0x1fa3}, #line 549 "./uninorm/composition-table.gperf" {"\000\000w\000\003#", 0x1e89}, #line 151 "./uninorm/composition-table.gperf" {"\000\000n\000\003'", 0x0146}, #line 159 "./uninorm/composition-table.gperf" {"\000\000o\000\003\013", 0x0151}, #line 301 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\010", 0x03aa}, #line 702 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\024", 0x1f31}, #line 470 "./uninorm/composition-table.gperf" {"\000\000L\000\0031", 0x1e3a}, {""}, #line 640 "./uninorm/composition-table.gperf" {"\000\001\260\000\003\001", 0x1ee9}, #line 642 "./uninorm/composition-table.gperf" {"\000\001\260\000\003\000", 0x1eeb}, #line 429 "./uninorm/composition-table.gperf" {"\000\000d\000\003'", 0x1e11}, #line 923 "./uninorm/composition-table.gperf" {"\0000f\0000\231", 0x3067}, #line 187 "./uninorm/composition-table.gperf" {"\000\000u\000\003\013", 0x0171}, #line 836 "./uninorm/composition-table.gperf" {"\000\003\271\000\003\004", 0x1fd1}, #line 266 "./uninorm/composition-table.gperf" {"\000\000R\000\003\021", 0x0212}, #line 625 "./uninorm/composition-table.gperf" {"\000\001\240\000\003\001", 0x1eda}, #line 627 "./uninorm/composition-table.gperf" {"\000\001\240\000\003\000", 0x1edc}, #line 590 "./uninorm/composition-table.gperf" {"\000\036\241\000\003\006", 0x1eb7}, #line 318 "./uninorm/composition-table.gperf" {"\000\004\006\000\003\010", 0x0407}, #line 888 "./uninorm/composition-table.gperf" {"\000\"r\000\0038", 0x2274}, #line 729 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\023", 0x1f50}, #line 846 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\006", 0x1fe0}, #line 639 "./uninorm/composition-table.gperf" {"\000\001\257\000\003\001", 0x1ee8}, #line 641 "./uninorm/composition-table.gperf" {"\000\001\257\000\003\000", 0x1eea}, {""}, #line 630 "./uninorm/composition-table.gperf" {"\000\001\241\000\003\011", 0x1edf}, #line 466 "./uninorm/composition-table.gperf" {"\000\000L\000\003#", 0x1e36}, #line 517 "./uninorm/composition-table.gperf" {"\000\036c\000\003\007", 0x1e69}, #line 686 "./uninorm/composition-table.gperf" {"\000\003\267\000\003\024", 0x1f21}, #line 452 "./uninorm/composition-table.gperf" {"\000\000H\000\003'", 0x1e28}, #line 954 "./uninorm/composition-table.gperf" {"\0000\322\0000\231", 0x30d3}, #line 522 "./uninorm/composition-table.gperf" {"\000\000T\000\0031", 0x1e6e}, #line 709 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\023", 0x1f38}, #line 840 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\006", 0x1fd8}, #line 856 "./uninorm/composition-table.gperf" {"\000\003\241\000\003\024", 0x1fec}, #line 366 "./uninorm/composition-table.gperf" {"\000\004K\000\003\010", 0x04f9}, #line 874 "./uninorm/composition-table.gperf" {"\000\"\013\000\0038", 0x220c}, #line 235 "./uninorm/composition-table.gperf" {"\000\001\267\000\003\014", 0x01ee}, #line 886 "./uninorm/composition-table.gperf" {"\000\"d\000\0038", 0x2270}, {""}, #line 911 "./uninorm/composition-table.gperf" {"\0000M\0000\231", 0x304e}, #line 415 "./uninorm/composition-table.gperf" {"\000\000b\000\003\007", 0x1e03}, #line 785 "./uninorm/composition-table.gperf" {"\000\037%\000\003E", 0x1f95}, {""}, #line 955 "./uninorm/composition-table.gperf" {"\0000\322\0000\232", 0x30d4}, #line 394 "./uninorm/composition-table.gperf" {"\000\015G\000\015>", 0x0d4b}, #line 658 "./uninorm/composition-table.gperf" {"\000\003\261\000\003\024", 0x1f01}, #line 478 "./uninorm/composition-table.gperf" {"\000\000M\000\003#", 0x1e42}, #line 304 "./uninorm/composition-table.gperf" {"\000\003\265\000\003\001", 0x03ad}, #line 758 "./uninorm/composition-table.gperf" {"\000\003\265\000\003\000", 0x1f72}, #line 666 "./uninorm/composition-table.gperf" {"\000\003\221\000\003\024", 0x1f09}, #line 520 "./uninorm/composition-table.gperf" {"\000\000T\000\003#", 0x1e6c}, #line 975 "./uninorm/composition-table.gperf" {"\001\024\271\001\024\272", 0x114bb}, #line 486 "./uninorm/composition-table.gperf" {"\000\000N\000\003-", 0x1e4a}, #line 813 "./uninorm/composition-table.gperf" {"\000\003\261\000\003\004", 0x1fb1}, #line 798 "./uninorm/composition-table.gperf" {"\000\037b\000\003E", 0x1fa2}, #line 783 "./uninorm/composition-table.gperf" {"\000\037#\000\003E", 0x1f93}, #line 880 "./uninorm/composition-table.gperf" {"\000\"H\000\0038", 0x2249}, #line 820 "./uninorm/composition-table.gperf" {"\000\003\221\000\003\004", 0x1fb9}, #line 158 "./uninorm/composition-table.gperf" {"\000\000O\000\003\013", 0x0150}, #line 461 "./uninorm/composition-table.gperf" {"\000\000k\000\003\001", 0x1e31}, #line 795 "./uninorm/composition-table.gperf" {"\000\037/\000\003E", 0x1f9f}, #line 246 "./uninorm/composition-table.gperf" {"\000\000\330\000\003\001", 0x01fe}, #line 453 "./uninorm/composition-table.gperf" {"\000\000h\000\003'", 0x1e29}, #line 947 "./uninorm/composition-table.gperf" {"\0000\277\0000\231", 0x30c0}, #line 579 "./uninorm/composition-table.gperf" {"\000\036\240\000\003\002", 0x1eac}, #line 646 "./uninorm/composition-table.gperf" {"\000\001\260\000\003\003", 0x1eef}, #line 300 "./uninorm/composition-table.gperf" {"\000\003\312\000\003\001", 0x0390}, #line 837 "./uninorm/composition-table.gperf" {"\000\003\312\000\003\000", 0x1fd2}, #line 839 "./uninorm/composition-table.gperf" {"\000\003\312\000\003B", 0x1fd7}, #line 944 "./uninorm/composition-table.gperf" {"\0000\271\0000\231", 0x30ba}, #line 597 "./uninorm/composition-table.gperf" {"\000\000\312\000\003\001", 0x1ebe}, #line 599 "./uninorm/composition-table.gperf" {"\000\000\312\000\003\000", 0x1ec0}, #line 631 "./uninorm/composition-table.gperf" {"\000\001\240\000\003\003", 0x1ee0}, #line 849 "./uninorm/composition-table.gperf" {"\000\003\301\000\003\023", 0x1fe4}, #line 408 "./uninorm/composition-table.gperf" {"\000\033<\000\0335", 0x1b3d}, #line 173 "./uninorm/composition-table.gperf" {"\000\000s\000\003\014", 0x0161}, #line 564 "./uninorm/composition-table.gperf" {"\000\000w\000\003\012", 0x1e98}, #line 807 "./uninorm/composition-table.gperf" {"\000\037k\000\003E", 0x1fab}, #line 907 "./uninorm/composition-table.gperf" {"\000\"\263\000\0038", 0x22eb}, #line 645 "./uninorm/composition-table.gperf" {"\000\001\257\000\003\003", 0x1eee}, #line 186 "./uninorm/composition-table.gperf" {"\000\000U\000\003\013", 0x0170}, #line 516 "./uninorm/composition-table.gperf" {"\000\036b\000\003\007", 0x1e68}, #line 730 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\024", 0x1f51}, #line 299 "./uninorm/composition-table.gperf" {"\000\003\251\000\003\001", 0x038f}, #line 864 "./uninorm/composition-table.gperf" {"\000\003\251\000\003\000", 0x1ffa}, #line 229 "./uninorm/composition-table.gperf" {"\000\000K\000\003\014", 0x01e8}, #line 535 "./uninorm/composition-table.gperf" {"\000\001k\000\003\010", 0x1e7b}, #line 225 "./uninorm/composition-table.gperf" {"\000\000\306\000\003\004", 0x01e2}, #line 472 "./uninorm/composition-table.gperf" {"\000\000L\000\003-", 0x1e3c}, #line 407 "./uninorm/composition-table.gperf" {"\000\033:\000\0335", 0x1b3b}, #line 847 "./uninorm/composition-table.gperf" {"\000\003\305\000\003\004", 0x1fe1}, #line 403 "./uninorm/composition-table.gperf" {"\000\033\011\000\0335", 0x1b0a}, #line 943 "./uninorm/composition-table.gperf" {"\0000\267\0000\231", 0x30b8}, {""}, #line 710 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\024", 0x1f39}, #line 865 "./uninorm/composition-table.gperf" {"\000\003\251\000\003E", 0x1ffc}, #line 147 "./uninorm/composition-table.gperf" {"\000\000l\000\003\014", 0x013e}, #line 551 "./uninorm/composition-table.gperf" {"\000\000x\000\003\007", 0x1e8b}, #line 172 "./uninorm/composition-table.gperf" {"\000\000S\000\003\014", 0x0160}, #line 634 "./uninorm/composition-table.gperf" {"\000\001\241\000\003#", 0x1ee3}, #line 901 "./uninorm/composition-table.gperf" {"\000\"\253\000\0038", 0x22af}, #line 162 "./uninorm/composition-table.gperf" {"\000\000R\000\003'", 0x0156}, #line 841 "./uninorm/composition-table.gperf" {"\000\003\231\000\003\004", 0x1fd9}, #line 713 "./uninorm/composition-table.gperf" {"\000\0378\000\003\001", 0x1f3c}, #line 711 "./uninorm/composition-table.gperf" {"\000\0378\000\003\000", 0x1f3a}, #line 715 "./uninorm/composition-table.gperf" {"\000\0378\000\003B", 0x1f3e}, #line 298 "./uninorm/composition-table.gperf" {"\000\003\245\000\003\001", 0x038e}, #line 855 "./uninorm/composition-table.gperf" {"\000\003\245\000\003\000", 0x1fea}, #line 673 "./uninorm/composition-table.gperf" {"\000\003\265\000\003\023", 0x1f10}, #line 199 "./uninorm/composition-table.gperf" {"\000\000Z\000\003\014", 0x017d}, #line 940 "./uninorm/composition-table.gperf" {"\0000\261\0000\231", 0x30b2}, #line 683 "./uninorm/composition-table.gperf" {"\000\037\030\000\003\001", 0x1f1c}, #line 681 "./uninorm/composition-table.gperf" {"\000\037\030\000\003\000", 0x1f1a}, #line 524 "./uninorm/composition-table.gperf" {"\000\000T\000\003-", 0x1e70}, #line 125 "./uninorm/composition-table.gperf" {"\000\000G\000\003'", 0x0122}, #line 513 "./uninorm/composition-table.gperf" {"\000\001[\000\003\007", 0x1e65}, #line 106 "./uninorm/composition-table.gperf" {"\000\000c\000\003\014", 0x010d}, #line 312 "./uninorm/composition-table.gperf" {"\000\003\311\000\003\001", 0x03ce}, #line 763 "./uninorm/composition-table.gperf" {"\000\003\311\000\003\000", 0x1f7c}, #line 861 "./uninorm/composition-table.gperf" {"\000\003\311\000\003B", 0x1ff6}, #line 402 "./uninorm/composition-table.gperf" {"\000\033\007\000\0335", 0x1b08}, #line 359 "./uninorm/composition-table.gperf" {"\000\004#\000\003\010", 0x04f0}, #line 464 "./uninorm/composition-table.gperf" {"\000\000K\000\0031", 0x1e34}, #line 589 "./uninorm/composition-table.gperf" {"\000\036\240\000\003\006", 0x1eb6}, #line 644 "./uninorm/composition-table.gperf" {"\000\001\260\000\003\011", 0x1eed}, #line 107 "./uninorm/composition-table.gperf" {"\000\000D\000\003\014", 0x010e}, #line 553 "./uninorm/composition-table.gperf" {"\000\000x\000\003\010", 0x1e8d}, #line 200 "./uninorm/composition-table.gperf" {"\000\000z\000\003\014", 0x017e}, #line 603 "./uninorm/composition-table.gperf" {"\000\000\312\000\003\003", 0x1ec4}, #line 859 "./uninorm/composition-table.gperf" {"\000\003\311\000\003E", 0x1ff3}, #line 458 "./uninorm/composition-table.gperf" {"\000\000\317\000\003\001", 0x1e2e}, #line 629 "./uninorm/composition-table.gperf" {"\000\001\240\000\003\011", 0x1ede}, #line 511 "./uninorm/composition-table.gperf" {"\000\000s\000\003#", 0x1e63}, #line 471 "./uninorm/composition-table.gperf" {"\000\000l\000\0031", 0x1e3b}, #line 150 "./uninorm/composition-table.gperf" {"\000\000N\000\003'", 0x0145}, #line 910 "./uninorm/composition-table.gperf" {"\0000K\0000\231", 0x304c}, #line 850 "./uninorm/composition-table.gperf" {"\000\003\301\000\003\024", 0x1fe5}, #line 536 "./uninorm/composition-table.gperf" {"\000\000V\000\003\003", 0x1e7c}, #line 643 "./uninorm/composition-table.gperf" {"\000\001\257\000\003\011", 0x1eec}, #line 302 "./uninorm/composition-table.gperf" {"\000\003\245\000\003\010", 0x03ab}, #line 950 "./uninorm/composition-table.gperf" {"\0000\306\0000\231", 0x30c7}, #line 368 "./uninorm/composition-table.gperf" {"\000\006'\000\006T", 0x0623}, #line 462 "./uninorm/composition-table.gperf" {"\000\000K\000\003#", 0x1e32}, {""}, #line 749 "./uninorm/composition-table.gperf" {"\000\003\251\000\003\023", 0x1f68}, #line 341 "./uninorm/composition-table.gperf" {"\000\004\330\000\003\010", 0x04da}, #line 560 "./uninorm/composition-table.gperf" {"\000\000Z\000\0031", 0x1e94}, #line 504 "./uninorm/composition-table.gperf" {"\000\036Z\000\003\004", 0x1e5c}, #line 914 "./uninorm/composition-table.gperf" {"\0000S\0000\231", 0x3054}, #line 329 "./uninorm/composition-table.gperf" {"\000\0048\000\003\000", 0x045d}, #line 321 "./uninorm/composition-table.gperf" {"\000\004#\000\003\006", 0x040e}, #line 615 "./uninorm/composition-table.gperf" {"\000\000\324\000\003\001", 0x1ed0}, #line 617 "./uninorm/composition-table.gperf" {"\000\000\324\000\003\000", 0x1ed2}, #line 467 "./uninorm/composition-table.gperf" {"\000\000l\000\003#", 0x1e37}, #line 126 "./uninorm/composition-table.gperf" {"\000\000g\000\003'", 0x0123}, #line 510 "./uninorm/composition-table.gperf" {"\000\000S\000\003#", 0x1e62}, #line 527 "./uninorm/composition-table.gperf" {"\000\000u\000\003$", 0x1e73}, #line 320 "./uninorm/composition-table.gperf" {"\000\004\030\000\003\000", 0x040d}, {""}, #line 598 "./uninorm/composition-table.gperf" {"\000\000\352\000\003\001", 0x1ebf}, #line 600 "./uninorm/composition-table.gperf" {"\000\000\352\000\003\000", 0x1ec1}, {""}, #line 426 "./uninorm/composition-table.gperf" {"\000\000D\000\0031", 0x1e0e}, #line 327 "./uninorm/composition-table.gperf" {"\000\004V\000\003\010", 0x0457}, #line 561 "./uninorm/composition-table.gperf" {"\000\000z\000\0031", 0x1e95}, #line 378 "./uninorm/composition-table.gperf" {"\000\011\307\000\011\276", 0x09cb}, #line 558 "./uninorm/composition-table.gperf" {"\000\000Z\000\003#", 0x1e92}, #line 289 "./uninorm/composition-table.gperf" {"\000\002/\000\003\004", 0x0231}, #line 853 "./uninorm/composition-table.gperf" {"\000\003\245\000\003\006", 0x1fe8}, #line 972 "./uninorm/composition-table.gperf" {"\001\0212\001\021'", 0x1112f}, #line 144 "./uninorm/composition-table.gperf" {"\000\000L\000\003'", 0x013b}, #line 674 "./uninorm/composition-table.gperf" {"\000\003\265\000\003\024", 0x1f11}, #line 371 "./uninorm/composition-table.gperf" {"\000\006J\000\006T", 0x0626}, #line 891 "./uninorm/composition-table.gperf" {"\000\"w\000\0038", 0x2279}, #line 690 "./uninorm/composition-table.gperf" {"\000\037!\000\003\001", 0x1f25}, #line 688 "./uninorm/composition-table.gperf" {"\000\037!\000\003\000", 0x1f23}, #line 692 "./uninorm/composition-table.gperf" {"\000\037!\000\003B", 0x1f27}, #line 381 "./uninorm/composition-table.gperf" {"\000\013G\000\013>", 0x0b4b}, #line 741 "./uninorm/composition-table.gperf" {"\000\003\311\000\003\023", 0x1f60}, #line 295 "./uninorm/composition-table.gperf" {"\000\003\227\000\003\001", 0x0389}, #line 830 "./uninorm/composition-table.gperf" {"\000\003\227\000\003\000", 0x1fca}, #line 350 "./uninorm/composition-table.gperf" {"\000\0048\000\003\010", 0x04e5}, #line 424 "./uninorm/composition-table.gperf" {"\000\000D\000\003#", 0x1e0c}, #line 968 "./uninorm/composition-table.gperf" {"\001\020\231\001\020\272", 0x1109a}, #line 559 "./uninorm/composition-table.gperf" {"\000\000z\000\003#", 0x1e93}, {""}, #line 781 "./uninorm/composition-table.gperf" {"\000\037!\000\003E", 0x1f91}, #line 601 "./uninorm/composition-table.gperf" {"\000\000\312\000\003\011", 0x1ec2}, {""}, #line 349 "./uninorm/composition-table.gperf" {"\000\004\030\000\003\010", 0x04e4}, #line 401 "./uninorm/composition-table.gperf" {"\000\033\005\000\0335", 0x1b06}, #line 831 "./uninorm/composition-table.gperf" {"\000\003\227\000\003E", 0x1fcc}, #line 978 "./uninorm/composition-table.gperf" {"\001\025\270\001\025\257", 0x115ba}, #line 405 "./uninorm/composition-table.gperf" {"\000\033\015\000\0335", 0x1b0e}, #line 230 "./uninorm/composition-table.gperf" {"\000\000k\000\003\014", 0x01e9}, #line 174 "./uninorm/composition-table.gperf" {"\000\000T\000\003'", 0x0162}, #line 496 "./uninorm/composition-table.gperf" {"\000\000P\000\003\001", 0x1e54}, #line 410 "./uninorm/composition-table.gperf" {"\000\033?\000\0335", 0x1b41}, {""}, #line 648 "./uninorm/composition-table.gperf" {"\000\001\260\000\003#", 0x1ef1}, #line 498 "./uninorm/composition-table.gperf" {"\000\000P\000\003\007", 0x1e56}, #line 948 "./uninorm/composition-table.gperf" {"\0000\301\0000\231", 0x30c2}, #line 733 "./uninorm/composition-table.gperf" {"\000\037P\000\003\001", 0x1f54}, #line 731 "./uninorm/composition-table.gperf" {"\000\037P\000\003\000", 0x1f52}, #line 735 "./uninorm/composition-table.gperf" {"\000\037P\000\003B", 0x1f56}, {""}, #line 633 "./uninorm/composition-table.gperf" {"\000\001\240\000\003#", 0x1ee2}, #line 750 "./uninorm/composition-table.gperf" {"\000\003\251\000\003\024", 0x1f69}, #line 419 "./uninorm/composition-table.gperf" {"\000\000b\000\0031", 0x1e07}, #line 621 "./uninorm/composition-table.gperf" {"\000\000\324\000\003\003", 0x1ed6}, #line 323 "./uninorm/composition-table.gperf" {"\000\0048\000\003\006", 0x0439}, #line 868 "./uninorm/composition-table.gperf" {"\000!\224\000\0038", 0x21ae}, #line 939 "./uninorm/composition-table.gperf" {"\0000\257\0000\231", 0x30b0}, #line 647 "./uninorm/composition-table.gperf" {"\000\001\257\000\003#", 0x1ef0}, #line 514 "./uninorm/composition-table.gperf" {"\000\001`\000\003\007", 0x1e66}, #line 866 "./uninorm/composition-table.gperf" {"\000!\220\000\0038", 0x219a}, #line 473 "./uninorm/composition-table.gperf" {"\000\000l\000\003-", 0x1e3d}, #line 604 "./uninorm/composition-table.gperf" {"\000\000\352\000\003\003", 0x1ec5}, #line 322 "./uninorm/composition-table.gperf" {"\000\004\030\000\003\006", 0x0419}, #line 883 "./uninorm/composition-table.gperf" {"\000\"M\000\0038", 0x226d}, #line 357 "./uninorm/composition-table.gperf" {"\000\004#\000\003\004", 0x04ee}, {""}, #line 745 "./uninorm/composition-table.gperf" {"\000\037`\000\003\001", 0x1f64}, #line 743 "./uninorm/composition-table.gperf" {"\000\037`\000\003\000", 0x1f62}, #line 747 "./uninorm/composition-table.gperf" {"\000\037`\000\003B", 0x1f66}, #line 526 "./uninorm/composition-table.gperf" {"\000\000U\000\003$", 0x1e72}, #line 616 "./uninorm/composition-table.gperf" {"\000\000\364\000\003\001", 0x1ed1}, #line 618 "./uninorm/composition-table.gperf" {"\000\000\364\000\003\000", 0x1ed3}, #line 417 "./uninorm/composition-table.gperf" {"\000\000b\000\003#", 0x1e05}, #line 867 "./uninorm/composition-table.gperf" {"\000!\222\000\0038", 0x219b}, #line 737 "./uninorm/composition-table.gperf" {"\000\003\245\000\003\024", 0x1f59}, #line 465 "./uninorm/composition-table.gperf" {"\000\000k\000\0031", 0x1e35}, {""}, #line 382 "./uninorm/composition-table.gperf" {"\000\013G\000\013W", 0x0b4c}, #line 796 "./uninorm/composition-table.gperf" {"\000\037`\000\003E", 0x1fa0}, {""}, #line 942 "./uninorm/composition-table.gperf" {"\0000\265\0000\231", 0x30b6}, {""}, #line 854 "./uninorm/composition-table.gperf" {"\000\003\245\000\003\004", 0x1fe9}, {""}, #line 693 "./uninorm/composition-table.gperf" {"\000\003\227\000\003\023", 0x1f28}, #line 742 "./uninorm/composition-table.gperf" {"\000\003\311\000\003\024", 0x1f61}, #line 869 "./uninorm/composition-table.gperf" {"\000!\320\000\0038", 0x21cd}, #line 387 "./uninorm/composition-table.gperf" {"\000\014F\000\014V", 0x0c48}, {""}, #line 430 "./uninorm/composition-table.gperf" {"\000\000D\000\003-", 0x1e12}, #line 958 "./uninorm/composition-table.gperf" {"\0000\330\0000\231", 0x30d9}, #line 294 "./uninorm/composition-table.gperf" {"\000\003\225\000\003\001", 0x0388}, #line 829 "./uninorm/composition-table.gperf" {"\000\003\225\000\003\000", 0x1fc8}, #line 572 "./uninorm/composition-table.gperf" {"\000\000\342\000\003\001", 0x1ea5}, #line 574 "./uninorm/composition-table.gperf" {"\000\000\342\000\003\000", 0x1ea7}, #line 463 "./uninorm/composition-table.gperf" {"\000\000k\000\003#", 0x1e33}, #line 307 "./uninorm/composition-table.gperf" {"\000\003\313\000\003\001", 0x03b0}, #line 848 "./uninorm/composition-table.gperf" {"\000\003\313\000\003\000", 0x1fe2}, #line 852 "./uninorm/composition-table.gperf" {"\000\003\313\000\003B", 0x1fe7}, #line 571 "./uninorm/composition-table.gperf" {"\000\000\302\000\003\001", 0x1ea4}, #line 573 "./uninorm/composition-table.gperf" {"\000\000\302\000\003\000", 0x1ea6}, #line 292 "./uninorm/composition-table.gperf" {"\000\000\250\000\003\001", 0x0385}, #line 857 "./uninorm/composition-table.gperf" {"\000\000\250\000\003\000", 0x1fed}, #line 823 "./uninorm/composition-table.gperf" {"\000\000\250\000\003B", 0x1fc1}, #line 959 "./uninorm/composition-table.gperf" {"\0000\330\0000\232", 0x30da}, #line 734 "./uninorm/composition-table.gperf" {"\000\037Q\000\003\001", 0x1f55}, #line 732 "./uninorm/composition-table.gperf" {"\000\037Q\000\003\000", 0x1f53}, #line 736 "./uninorm/composition-table.gperf" {"\000\037Q\000\003B", 0x1f57}, #line 202 "./uninorm/composition-table.gperf" {"\000\000o\000\003\033", 0x01a1}, #line 497 "./uninorm/composition-table.gperf" {"\000\000p\000\003\001", 0x1e55}, #line 786 "./uninorm/composition-table.gperf" {"\000\037&\000\003E", 0x1f96}, #line 139 "./uninorm/composition-table.gperf" {"\000\000j\000\003\002", 0x0135}, #line 619 "./uninorm/composition-table.gperf" {"\000\000\324\000\003\011", 0x1ed4}, #line 499 "./uninorm/composition-table.gperf" {"\000\000p\000\003\007", 0x1e57}, {""}, #line 538 "./uninorm/composition-table.gperf" {"\000\000V\000\003#", 0x1e7e}, #line 324 "./uninorm/composition-table.gperf" {"\000\0045\000\003\000", 0x0450}, #line 204 "./uninorm/composition-table.gperf" {"\000\000u\000\003\033", 0x01b0}, #line 413 "./uninorm/composition-table.gperf" {"\000\000a\000\003%", 0x1e01}, {""}, #line 602 "./uninorm/composition-table.gperf" {"\000\000\352\000\003\011", 0x1ec3}, #line 171 "./uninorm/composition-table.gperf" {"\000\000s\000\003'", 0x015f}, #line 931 "./uninorm/composition-table.gperf" {"\0000x\0000\231", 0x3079}, {""}, #line 348 "./uninorm/composition-table.gperf" {"\000\0048\000\003\004", 0x04e3}, {""}, #line 806 "./uninorm/composition-table.gperf" {"\000\037j\000\003E", 0x1faa}, #line 814 "./uninorm/composition-table.gperf" {"\000\037p\000\003E", 0x1fb2}, #line 622 "./uninorm/composition-table.gperf" {"\000\000\364\000\003\003", 0x1ed7}, #line 233 "./uninorm/composition-table.gperf" {"\000\001\352\000\003\004", 0x01ec}, {""}, #line 140 "./uninorm/composition-table.gperf" {"\000\000K\000\003'", 0x0136}, #line 347 "./uninorm/composition-table.gperf" {"\000\004\030\000\003\004", 0x04e2}, {""}, #line 505 "./uninorm/composition-table.gperf" {"\000\036[\000\003\004", 0x1e5d}, #line 534 "./uninorm/composition-table.gperf" {"\000\001j\000\003\010", 0x1e7a}, #line 932 "./uninorm/composition-table.gperf" {"\0000x\0000\232", 0x307a}, {""}, #line 904 "./uninorm/composition-table.gperf" {"\000\"\221\000\0038", 0x22e2}, {""}, {""}, {""}, #line 145 "./uninorm/composition-table.gperf" {"\000\000l\000\003'", 0x013c}, {""}, #line 170 "./uninorm/composition-table.gperf" {"\000\000S\000\003'", 0x015e}, {""}, #line 918 "./uninorm/composition-table.gperf" {"\0000[\0000\231", 0x305c}, #line 694 "./uninorm/composition-table.gperf" {"\000\003\227\000\003\024", 0x1f29}, #line 325 "./uninorm/composition-table.gperf" {"\000\0045\000\003\010", 0x0451}, #line 889 "./uninorm/composition-table.gperf" {"\000\"s\000\0038", 0x2275}, {""}, #line 578 "./uninorm/composition-table.gperf" {"\000\000\342\000\003\003", 0x1eab}, #line 679 "./uninorm/composition-table.gperf" {"\000\003\225\000\003\023", 0x1f18}, #line 689 "./uninorm/composition-table.gperf" {"\000\037 \000\003\001", 0x1f24}, #line 687 "./uninorm/composition-table.gperf" {"\000\037 \000\003\000", 0x1f22}, #line 691 "./uninorm/composition-table.gperf" {"\000\037 \000\003B", 0x1f26}, {""}, #line 577 "./uninorm/composition-table.gperf" {"\000\000\302\000\003\003", 0x1eaa}, {""}, #line 952 "./uninorm/composition-table.gperf" {"\0000\317\0000\231", 0x30d0}, {""}, {""}, #line 72 "./uninorm/composition-table.gperf" {"\000\000c\000\003'", 0x00e7}, #line 970 "./uninorm/composition-table.gperf" {"\001\020\245\001\020\272", 0x110ab}, #line 201 "./uninorm/composition-table.gperf" {"\000\000O\000\003\033", 0x01a0}, #line 780 "./uninorm/composition-table.gperf" {"\000\037 \000\003E", 0x1f90}, {""}, #line 406 "./uninorm/composition-table.gperf" {"\000\033\021\000\0335", 0x1b12}, {""}, {""}, #line 404 "./uninorm/composition-table.gperf" {"\000\033\013\000\0335", 0x1b0c}, #line 428 "./uninorm/composition-table.gperf" {"\000\000D\000\003'", 0x1e10}, {""}, #line 953 "./uninorm/composition-table.gperf" {"\0000\317\0000\232", 0x30d1}, #line 411 "./uninorm/composition-table.gperf" {"\000\033B\000\0335", 0x1b43}, #line 454 "./uninorm/composition-table.gperf" {"\000\000H\000\003.", 0x1e2a}, {""}, #line 340 "./uninorm/composition-table.gperf" {"\000\0045\000\003\006", 0x04d7}, {""}, {""}, {""}, #line 412 "./uninorm/composition-table.gperf" {"\000\000A\000\003%", 0x1e00}, {""}, #line 971 "./uninorm/composition-table.gperf" {"\001\0211\001\021'", 0x1112e}, #line 383 "./uninorm/composition-table.gperf" {"\000\013\222\000\013\327", 0x0b94}, {""}, #line 203 "./uninorm/composition-table.gperf" {"\000\000U\000\003\033", 0x01af}, #line 620 "./uninorm/composition-table.gperf" {"\000\000\364\000\003\011", 0x1ed5}, {""}, {""}, {""}, {""}, #line 379 "./uninorm/composition-table.gperf" {"\000\011\307\000\011\327", 0x09cc}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 892 "./uninorm/composition-table.gperf" {"\000\"z\000\0038", 0x2280}, {""}, #line 388 "./uninorm/composition-table.gperf" {"\000\014\277\000\014\325", 0x0cc0}, {""}, {""}, {""}, {""}, {""}, #line 455 "./uninorm/composition-table.gperf" {"\000\000h\000\003.", 0x1e2b}, #line 576 "./uninorm/composition-table.gperf" {"\000\000\342\000\003\011", 0x1ea9}, {""}, {""}, {""}, {""}, #line 680 "./uninorm/composition-table.gperf" {"\000\003\225\000\003\024", 0x1f19}, #line 575 "./uninorm/composition-table.gperf" {"\000\000\302\000\003\011", 0x1ea8}, #line 223 "./uninorm/composition-table.gperf" {"\000\002&\000\003\004", 0x01e0}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 396 "./uninorm/composition-table.gperf" {"\000\015\331\000\015\312", 0x0dda}, #line 876 "./uninorm/composition-table.gperf" {"\000\"%\000\0038", 0x2226}, {""}, {""}, {""}, {""}, {""}, {""}, #line 367 "./uninorm/composition-table.gperf" {"\000\006'\000\006S", 0x0622}, #line 141 "./uninorm/composition-table.gperf" {"\000\000k\000\003'", 0x0137}, {""}, #line 380 "./uninorm/composition-table.gperf" {"\000\013G\000\013V", 0x0b48}, #line 237 "./uninorm/composition-table.gperf" {"\000\000j\000\003\014", 0x01f0}, #line 385 "./uninorm/composition-table.gperf" {"\000\013\307\000\013\276", 0x0bcb}, {""}, #line 875 "./uninorm/composition-table.gperf" {"\000\"#\000\0038", 0x2224}, {""}, #line 973 "./uninorm/composition-table.gperf" {"\001\023G\001\023>", 0x1134b}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 909 "./uninorm/composition-table.gperf" {"\000\"\265\000\0038", 0x22ed}, #line 369 "./uninorm/composition-table.gperf" {"\000\006H\000\006T", 0x0624}, {""}, {""}, {""}, #line 398 "./uninorm/composition-table.gperf" {"\000\015\334\000\015\312", 0x0ddd}, {""}, {""}, #line 390 "./uninorm/composition-table.gperf" {"\000\014\306\000\014\326", 0x0cc8}, #line 391 "./uninorm/composition-table.gperf" {"\000\014\306\000\014\302", 0x0cca}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 389 "./uninorm/composition-table.gperf" {"\000\014\306\000\014\325", 0x0cc7}, {""}, {""}, {""}, #line 913 "./uninorm/composition-table.gperf" {"\0000Q\0000\231", 0x3052}, #line 372 "./uninorm/composition-table.gperf" {"\000\006\325\000\006T", 0x06c0}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 900 "./uninorm/composition-table.gperf" {"\000\"\251\000\0038", 0x22ae}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 974 "./uninorm/composition-table.gperf" {"\001\023G\001\023W", 0x1134c}, #line 976 "./uninorm/composition-table.gperf" {"\001\024\271\001\024\260", 0x114bc}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 409 "./uninorm/composition-table.gperf" {"\000\033>\000\0335", 0x1b40}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 392 "./uninorm/composition-table.gperf" {"\000\014\312\000\014\325", 0x0ccb}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 361 "./uninorm/composition-table.gperf" {"\000\004#\000\003\013", 0x04f2}, {""}, {""}, {""}, {""}, {""}, #line 374 "./uninorm/composition-table.gperf" {"\000\006\322\000\006T", 0x06d3}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 979 "./uninorm/composition-table.gperf" {"\001\025\271\001\025\257", 0x115bb}, {""}, {""}, {""}, #line 370 "./uninorm/composition-table.gperf" {"\000\006'\000\006U", 0x0625}, {""}, {""}, {""}, {""}, {""}, #line 899 "./uninorm/composition-table.gperf" {"\000\"\250\000\0038", 0x22ad}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 871 "./uninorm/composition-table.gperf" {"\000!\322\000\0038", 0x21cf}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 384 "./uninorm/composition-table.gperf" {"\000\013\306\000\013\276", 0x0bca}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 373 "./uninorm/composition-table.gperf" {"\000\006\301\000\006T", 0x06c2}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 400 "./uninorm/composition-table.gperf" {"\000\020%\000\020.", 0x1026}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 386 "./uninorm/composition-table.gperf" {"\000\013\306\000\013\327", 0x0bcc}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, #line 870 "./uninorm/composition-table.gperf" {"\000!\324\000\0038", 0x21ce} }; if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = gl_uninorm_compose_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) if (len == lengthtable[key]) { register const char *s = wordlist[key].codes; if (*str == *s && !memcmp (str + 1, s + 1, len - 1)) return &wordlist[key]; } } return 0; } libidn2-2.0.4/unistring/uninorm/u-normalize-internal.h0000644000000000000000000003367513061734305017705 00000000000000/* Decomposition and composition of Unicode strings. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ UNIT * FUNC (uninorm_t nf, const UNIT *s, size_t n, UNIT *resultbuf, size_t *lengthp) { int (*decomposer) (ucs4_t uc, ucs4_t *decomposition) = nf->decomposer; ucs4_t (*composer) (ucs4_t uc1, ucs4_t uc2) = nf->composer; /* The result being accumulated. */ UNIT *result; size_t length; size_t allocated; /* The buffer for sorting. */ #define SORTBUF_PREALLOCATED 64 struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED]; struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */ size_t sortbuf_allocated; size_t sortbuf_count; /* Initialize the accumulator. */ if (resultbuf == NULL) { result = NULL; allocated = 0; } else { result = resultbuf; allocated = *lengthp; } length = 0; /* Initialize the buffer for sorting. */ sortbuf = sortbuf_preallocated; sortbuf_allocated = SORTBUF_PREALLOCATED; sortbuf_count = 0; { const UNIT *s_end = s + n; for (;;) { int count; ucs4_t decomposed[UC_DECOMPOSITION_MAX_LENGTH]; int decomposed_count; int i; if (s < s_end) { /* Fetch the next character. */ count = U_MBTOUC_UNSAFE (&decomposed[0], s, s_end - s); decomposed_count = 1; /* Decompose it, recursively. It would be possible to precompute the recursive decomposition and store it in a table. But this would significantly increase the size of the decomposition tables, because for example for U+1FC1 the recursive canonical decomposition and the recursive compatibility decomposition are different. */ { int curr; for (curr = 0; curr < decomposed_count; ) { /* Invariant: decomposed[0..curr-1] is fully decomposed, i.e. all elements are atomic. */ ucs4_t curr_decomposed[UC_DECOMPOSITION_MAX_LENGTH]; int curr_decomposed_count; curr_decomposed_count = decomposer (decomposed[curr], curr_decomposed); if (curr_decomposed_count >= 0) { /* Move curr_decomposed[0..curr_decomposed_count-1] over decomposed[curr], making room. It's not worth using memcpy() here, since the counts are so small. */ int shift = curr_decomposed_count - 1; if (shift < 0) abort (); if (shift > 0) { int j; decomposed_count += shift; if (decomposed_count > UC_DECOMPOSITION_MAX_LENGTH) abort (); for (j = decomposed_count - 1 - shift; j > curr; j--) decomposed[j + shift] = decomposed[j]; } for (; shift >= 0; shift--) decomposed[curr + shift] = curr_decomposed[shift]; } else { /* decomposed[curr] is atomic. */ curr++; } } } } else { count = 0; decomposed_count = 0; } i = 0; for (;;) { ucs4_t uc; int ccc; if (s < s_end) { /* Fetch the next character from the decomposition. */ if (i == decomposed_count) break; uc = decomposed[i]; ccc = uc_combining_class (uc); } else { /* End of string reached. */ uc = 0; ccc = 0; } if (ccc == 0) { size_t j; /* Apply the canonical ordering algorithm to the accumulated sequence of characters. */ if (sortbuf_count > 1) gl_uninorm_decompose_merge_sort_inplace (sortbuf, sortbuf_count, sortbuf + sortbuf_count); if (composer != NULL) { /* Attempt to combine decomposed characters, as specified in the Unicode Standard Annex #15 "Unicode Normalization Forms". We need to check 1. whether the first accumulated character is a "starter" (i.e. has ccc = 0). This is usually the case. But when the string starts with a non-starter, the sortbuf also starts with a non-starter. Btw, this check could also be omitted, because the composition table has only entries (code1, code2) for which code1 is a starter; if the first accumulated character is not a starter, no lookup will succeed. 2. If the sortbuf has more than one character, check for each of these characters that are not "blocked" from the starter (i.e. have a ccc that is higher than the ccc of the previous character) whether it can be combined with the first character. 3. If only one character is left in sortbuf, check whether it can be combined with the next character (also a starter). */ if (sortbuf_count > 0 && sortbuf[0].ccc == 0) { for (j = 1; j < sortbuf_count; ) { if (sortbuf[j].ccc > sortbuf[j - 1].ccc) { ucs4_t combined = composer (sortbuf[0].code, sortbuf[j].code); if (combined) { size_t k; sortbuf[0].code = combined; /* sortbuf[0].ccc = 0, still valid. */ for (k = j + 1; k < sortbuf_count; k++) sortbuf[k - 1] = sortbuf[k]; sortbuf_count--; continue; } } j++; } if (s < s_end && sortbuf_count == 1) { ucs4_t combined = composer (sortbuf[0].code, uc); if (combined) { uc = combined; ccc = 0; /* uc could be further combined with subsequent characters. So don't put it into sortbuf[0] in this round, only in the next round. */ sortbuf_count = 0; } } } } for (j = 0; j < sortbuf_count; j++) { ucs4_t muc = sortbuf[j].code; /* Append muc to the result accumulator. */ if (length < allocated) { int ret = U_UCTOMB (result + length, muc, allocated - length); if (ret == -1) { errno = EINVAL; goto fail; } if (ret >= 0) { length += ret; goto done_appending; } } { size_t old_allocated = allocated; size_t new_allocated = 2 * old_allocated; if (new_allocated < 64) new_allocated = 64; if (new_allocated < old_allocated) /* integer overflow? */ abort (); { UNIT *larger_result; if (result == NULL) { larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT)); if (larger_result == NULL) { errno = ENOMEM; goto fail; } } else if (result == resultbuf) { larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT)); if (larger_result == NULL) { errno = ENOMEM; goto fail; } U_CPY (larger_result, resultbuf, length); } else { larger_result = (UNIT *) realloc (result, new_allocated * sizeof (UNIT)); if (larger_result == NULL) { errno = ENOMEM; goto fail; } } result = larger_result; allocated = new_allocated; { int ret = U_UCTOMB (result + length, muc, allocated - length); if (ret == -1) { errno = EINVAL; goto fail; } if (ret < 0) abort (); length += ret; goto done_appending; } } } done_appending: ; } /* sortbuf is now empty. */ sortbuf_count = 0; } if (!(s < s_end)) /* End of string reached. */ break; /* Append (uc, ccc) to sortbuf. */ if (sortbuf_count == sortbuf_allocated) { struct ucs4_with_ccc *new_sortbuf; sortbuf_allocated = 2 * sortbuf_allocated; if (sortbuf_allocated < sortbuf_count) /* integer overflow? */ abort (); new_sortbuf = (struct ucs4_with_ccc *) malloc (2 * sortbuf_allocated * sizeof (struct ucs4_with_ccc)); if (new_sortbuf == NULL) { errno = ENOMEM; goto fail; } memcpy (new_sortbuf, sortbuf, sortbuf_count * sizeof (struct ucs4_with_ccc)); if (sortbuf != sortbuf_preallocated) free (sortbuf); sortbuf = new_sortbuf; } sortbuf[sortbuf_count].code = uc; sortbuf[sortbuf_count].ccc = ccc; sortbuf_count++; i++; } if (!(s < s_end)) /* End of string reached. */ break; s += count; } } if (length == 0) { if (result == NULL) { /* Return a non-NULL value. NULL means error. */ result = (UNIT *) malloc (1); if (result == NULL) { errno = ENOMEM; goto fail; } } } else if (result != resultbuf && length < allocated) { /* Shrink the allocated memory if possible. */ UNIT *memory; memory = (UNIT *) realloc (result, length * sizeof (UNIT)); if (memory != NULL) result = memory; } if (sortbuf_count > 0) abort (); if (sortbuf != sortbuf_preallocated) free (sortbuf); *lengthp = length; return result; fail: { int saved_errno = errno; if (sortbuf != sortbuf_preallocated) free (sortbuf); if (result != resultbuf) free (result); errno = saved_errno; } return NULL; } libidn2-2.0.4/unistring/uninorm/canonical-decomposition.c0000644000000000000000000000673613061734305020423 00000000000000/* Canonical decomposition of Unicode characters. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "uninorm.h" #include #include "decomposition-table.h" int uc_canonical_decomposition (ucs4_t uc, ucs4_t *decomposition) { if (uc >= 0xAC00 && uc < 0xD7A4) { /* Hangul syllable. See Unicode standard, chapter 3, section "Hangul Syllable Decomposition", See also the clarification at , section "Clarification of Hangul Jamo Handling". */ unsigned int t; uc -= 0xAC00; t = uc % 28; if (t == 0) { unsigned int v, l; uc = uc / 28; v = uc % 21; l = uc / 21; decomposition[0] = 0x1100 + l; decomposition[1] = 0x1161 + v; return 2; } else { #if 1 /* Return the pairwise decomposition, not the full decomposition. */ decomposition[0] = 0xAC00 + uc - t; /* = 0xAC00 + (l * 21 + v) * 28; */ decomposition[1] = 0x11A7 + t; return 2; #else unsigned int v, l; uc = uc / 28; v = uc % 21; l = uc / 21; decomposition[0] = 0x1100 + l; decomposition[1] = 0x1161 + v; decomposition[2] = 0x11A7 + t; return 3; #endif } } else if (uc < 0x110000) { unsigned short entry = decomp_index (uc); /* An entry of (unsigned short)(-1) denotes an absent entry. Otherwise, bit 15 of the entry tells whether the decomposition is a canonical one. */ if (entry < 0x8000) { const unsigned char *p; unsigned int element; unsigned int length; p = &gl_uninorm_decomp_chars_table[3 * entry]; element = (p[0] << 16) | (p[1] << 8) | p[2]; /* The first element has 5 bits for the decomposition type. */ if (((element >> 18) & 0x1f) != UC_DECOMP_CANONICAL) abort (); length = 1; for (;;) { /* Every element has an 18 bits wide Unicode code point. */ *decomposition = element & 0x3ffff; /* Bit 23 tells whether there are more elements, */ if ((element & (1 << 23)) == 0) break; p += 3; element = (p[0] << 16) | (p[1] << 8) | p[2]; decomposition++; length++; } return length; } } return -1; } libidn2-2.0.4/unistring/uninorm/decomposition-table.c0000644000000000000000000000223513061734305017551 00000000000000/* Decomposition of Unicode characters. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "uninorm/decomposition-table.h" #include "uninorm/decomposition-table2.h" libidn2-2.0.4/unistring/uninorm/decomposition-table1.h0000644000000000000000000000104513051021034017620 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Decomposition of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ extern const unsigned char gl_uninorm_decomp_chars_table[]; #define decomp_header_0 10 #define decomp_header_1 191 #define decomp_header_2 5 #define decomp_header_3 31 #define decomp_header_4 31 typedef struct { int level1[191]; int level2[23 << 5]; unsigned short level3[277 << 5]; } decomp_index_table_t; extern const decomp_index_table_t gl_uninorm_decomp_index_table; libidn2-2.0.4/unistring/uninorm/nfc.c0000644000000000000000000000242213061734305014354 00000000000000/* Unicode Normalization Form C. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "uninorm.h" #include "normalize-internal.h" const struct unicode_normalization_form uninorm_nfc = { NF_IS_COMPOSING, uc_canonical_decomposition, uc_composition, &uninorm_nfd }; libidn2-2.0.4/unistring/uninorm/normalize-internal.h0000644000000000000000000000327013061734305017427 00000000000000/* Normalization of Unicode strings. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include "unitypes.h" /* Complete definition of normalization form descriptor. */ struct unicode_normalization_form { /* Bit mask containing meta-information. This must be the first field. */ unsigned int description; #define NF_IS_COMPAT_DECOMPOSING (1 << 0) #define NF_IS_COMPOSING (1 << 1) /* Function that decomposes a Unicode character. */ int (*decomposer) (ucs4_t uc, ucs4_t *decomposition); /* Function that combines two Unicode characters, a starter and another character. */ ucs4_t (*composer) (ucs4_t uc1, ucs4_t uc2); /* Decomposing variant. */ const struct unicode_normalization_form *decomposing_variant; }; libidn2-2.0.4/unistring/uninorm/nfd.c0000644000000000000000000000237213061734305014361 00000000000000/* Unicode Normalization Form D. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "uninorm.h" #include "normalize-internal.h" const struct unicode_normalization_form uninorm_nfd = { 0, uc_canonical_decomposition, NULL, &uninorm_nfd }; libidn2-2.0.4/unistring/uninorm/u32-normalize.c0000644000000000000000000000270513061734305016221 00000000000000/* Normalization of UTF-32 strings. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "uninorm.h" #include #include #include #include #include "unistr.h" #include "unictype.h" #include "normalize-internal.h" #include "decompose-internal.h" #define FUNC u32_normalize #define UNIT uint32_t #define U_MBTOUC_UNSAFE u32_mbtouc_unsafe #define U_UCTOMB u32_uctomb #define U_CPY u32_cpy #include "u-normalize-internal.h" libidn2-2.0.4/unistring/uninorm/composition.c0000644000000000000000000000632413061734305016156 00000000000000/* Canonical composition of Unicode characters. Copyright (C) 2002, 2006, 2009, 2011-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "uninorm.h" #include struct composition_rule { char codes[6]; unsigned int combined; }; #include "composition-table.h" ucs4_t uc_composition (ucs4_t uc1, ucs4_t uc2) { if (uc1 < 0x12000 && uc2 < 0x12000) { if (uc2 >= 0x1161 && uc2 < 0x1161 + 21 && uc1 >= 0x1100 && uc1 < 0x1100 + 19) { /* Hangul: Combine single letter L and single letter V to form two-letter syllable LV. */ return 0xAC00 + ((uc1 - 0x1100) * 21 + (uc2 - 0x1161)) * 28; } else if (uc2 > 0x11A7 && uc2 < 0x11A7 + 28 && uc1 >= 0xAC00 && uc1 < 0xD7A4 && ((uc1 - 0xAC00) % 28) == 0) { /* Hangul: Combine two-letter syllable LV with single-letter T to form three-letter syllable LVT. */ return uc1 + (uc2 - 0x11A7); } else { #if 0 unsigned int uc = MUL1 * uc1 * MUL2 * uc2; unsigned int index1 = uc >> composition_header_0; if (index1 < composition_header_1) { int lookup1 = u_composition.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> composition_header_2) & composition_header_3; int lookup2 = u_composition.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = (uc & composition_header_4); unsigned int lookup3 = u_composition.level3[lookup2 + index3]; if ((lookup3 >> 16) == uc2) return lookup3 & ((1U << 16) - 1); } } } #else char codes[6]; const struct composition_rule *rule; codes[0] = (uc1 >> 16) & 0xff; codes[1] = (uc1 >> 8) & 0xff; codes[2] = uc1 & 0xff; codes[3] = (uc2 >> 16) & 0xff; codes[4] = (uc2 >> 8) & 0xff; codes[5] = uc2 & 0xff; rule = gl_uninorm_compose_lookup (codes, 6); if (rule != NULL) return rule->combined; #endif } } return 0; } libidn2-2.0.4/unistring/uninorm/decomposition-table.h0000644000000000000000000000405213134403267017556 00000000000000/* Decomposition of Unicode characters. Copyright (C) 2001-2003, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include "unitypes.h" /* The decomposition table is made of two parts: - A table containing the actual arrays of decomposed equivalents. (This table is separate because the maximum length of a decomposition is 18, much larger than the average length 1.497 of a decomposition). - A 3-level table of indices into this array. */ #include "decomposition-table1.h" static inline unsigned short decomp_index (ucs4_t uc) { unsigned int index1 = uc >> decomp_header_0; if (index1 < decomp_header_1) { int lookup1 = gl_uninorm_decomp_index_table.level1[index1]; if (lookup1 >= 0) { unsigned int index2 = (uc >> decomp_header_2) & decomp_header_3; int lookup2 = gl_uninorm_decomp_index_table.level2[lookup1 + index2]; if (lookup2 >= 0) { unsigned int index3 = uc & decomp_header_4; return gl_uninorm_decomp_index_table.level3[lookup2 + index3]; } } } return (unsigned short)(-1); } libidn2-2.0.4/unistring/uninorm/decomposition-table2.h0000644000000000000000000070401013051021034017623 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Decomposition of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ const unsigned char gl_uninorm_decomp_chars_table[] = { 0x08, 0x00, 0x20, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x08, 0x20, 0x00, 0x61, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x04, 0x20, 0x00, 0x32, 0x20, 0x00, 0x33, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x01, 0x40, 0x03, 0xBC, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x27, 0x20, 0x00, 0x31, 0x20, 0x00, 0x6F, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x34, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x32, 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x34, 0x80, 0x00, 0x41, 0x00, 0x03, 0x00, 0x80, 0x00, 0x41, 0x00, 0x03, 0x01, 0x80, 0x00, 0x41, 0x00, 0x03, 0x02, 0x80, 0x00, 0x41, 0x00, 0x03, 0x03, 0x80, 0x00, 0x41, 0x00, 0x03, 0x08, 0x80, 0x00, 0x41, 0x00, 0x03, 0x0A, 0x80, 0x00, 0x43, 0x00, 0x03, 0x27, 0x80, 0x00, 0x45, 0x00, 0x03, 0x00, 0x80, 0x00, 0x45, 0x00, 0x03, 0x01, 0x80, 0x00, 0x45, 0x00, 0x03, 0x02, 0x80, 0x00, 0x45, 0x00, 0x03, 0x08, 0x80, 0x00, 0x49, 0x00, 0x03, 0x00, 0x80, 0x00, 0x49, 0x00, 0x03, 0x01, 0x80, 0x00, 0x49, 0x00, 0x03, 0x02, 0x80, 0x00, 0x49, 0x00, 0x03, 0x08, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x03, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x00, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x02, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x03, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x08, 0x80, 0x00, 0x55, 0x00, 0x03, 0x00, 0x80, 0x00, 0x55, 0x00, 0x03, 0x01, 0x80, 0x00, 0x55, 0x00, 0x03, 0x02, 0x80, 0x00, 0x55, 0x00, 0x03, 0x08, 0x80, 0x00, 0x59, 0x00, 0x03, 0x01, 0x80, 0x00, 0x61, 0x00, 0x03, 0x00, 0x80, 0x00, 0x61, 0x00, 0x03, 0x01, 0x80, 0x00, 0x61, 0x00, 0x03, 0x02, 0x80, 0x00, 0x61, 0x00, 0x03, 0x03, 0x80, 0x00, 0x61, 0x00, 0x03, 0x08, 0x80, 0x00, 0x61, 0x00, 0x03, 0x0A, 0x80, 0x00, 0x63, 0x00, 0x03, 0x27, 0x80, 0x00, 0x65, 0x00, 0x03, 0x00, 0x80, 0x00, 0x65, 0x00, 0x03, 0x01, 0x80, 0x00, 0x65, 0x00, 0x03, 0x02, 0x80, 0x00, 0x65, 0x00, 0x03, 0x08, 0x80, 0x00, 0x69, 0x00, 0x03, 0x00, 0x80, 0x00, 0x69, 0x00, 0x03, 0x01, 0x80, 0x00, 0x69, 0x00, 0x03, 0x02, 0x80, 0x00, 0x69, 0x00, 0x03, 0x08, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x03, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x00, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x02, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x03, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x08, 0x80, 0x00, 0x75, 0x00, 0x03, 0x00, 0x80, 0x00, 0x75, 0x00, 0x03, 0x01, 0x80, 0x00, 0x75, 0x00, 0x03, 0x02, 0x80, 0x00, 0x75, 0x00, 0x03, 0x08, 0x80, 0x00, 0x79, 0x00, 0x03, 0x01, 0x80, 0x00, 0x79, 0x00, 0x03, 0x08, 0x80, 0x00, 0x41, 0x00, 0x03, 0x04, 0x80, 0x00, 0x61, 0x00, 0x03, 0x04, 0x80, 0x00, 0x41, 0x00, 0x03, 0x06, 0x80, 0x00, 0x61, 0x00, 0x03, 0x06, 0x80, 0x00, 0x41, 0x00, 0x03, 0x28, 0x80, 0x00, 0x61, 0x00, 0x03, 0x28, 0x80, 0x00, 0x43, 0x00, 0x03, 0x01, 0x80, 0x00, 0x63, 0x00, 0x03, 0x01, 0x80, 0x00, 0x43, 0x00, 0x03, 0x02, 0x80, 0x00, 0x63, 0x00, 0x03, 0x02, 0x80, 0x00, 0x43, 0x00, 0x03, 0x07, 0x80, 0x00, 0x63, 0x00, 0x03, 0x07, 0x80, 0x00, 0x43, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x63, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x44, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x64, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x45, 0x00, 0x03, 0x04, 0x80, 0x00, 0x65, 0x00, 0x03, 0x04, 0x80, 0x00, 0x45, 0x00, 0x03, 0x06, 0x80, 0x00, 0x65, 0x00, 0x03, 0x06, 0x80, 0x00, 0x45, 0x00, 0x03, 0x07, 0x80, 0x00, 0x65, 0x00, 0x03, 0x07, 0x80, 0x00, 0x45, 0x00, 0x03, 0x28, 0x80, 0x00, 0x65, 0x00, 0x03, 0x28, 0x80, 0x00, 0x45, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x65, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x47, 0x00, 0x03, 0x02, 0x80, 0x00, 0x67, 0x00, 0x03, 0x02, 0x80, 0x00, 0x47, 0x00, 0x03, 0x06, 0x80, 0x00, 0x67, 0x00, 0x03, 0x06, 0x80, 0x00, 0x47, 0x00, 0x03, 0x07, 0x80, 0x00, 0x67, 0x00, 0x03, 0x07, 0x80, 0x00, 0x47, 0x00, 0x03, 0x27, 0x80, 0x00, 0x67, 0x00, 0x03, 0x27, 0x80, 0x00, 0x48, 0x00, 0x03, 0x02, 0x80, 0x00, 0x68, 0x00, 0x03, 0x02, 0x80, 0x00, 0x49, 0x00, 0x03, 0x03, 0x80, 0x00, 0x69, 0x00, 0x03, 0x03, 0x80, 0x00, 0x49, 0x00, 0x03, 0x04, 0x80, 0x00, 0x69, 0x00, 0x03, 0x04, 0x80, 0x00, 0x49, 0x00, 0x03, 0x06, 0x80, 0x00, 0x69, 0x00, 0x03, 0x06, 0x80, 0x00, 0x49, 0x00, 0x03, 0x28, 0x80, 0x00, 0x69, 0x00, 0x03, 0x28, 0x80, 0x00, 0x49, 0x00, 0x03, 0x07, 0xC0, 0x00, 0x49, 0x00, 0x00, 0x4A, 0xC0, 0x00, 0x69, 0x00, 0x00, 0x6A, 0x80, 0x00, 0x4A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x6A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x27, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x27, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x27, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x27, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x0C, 0xC0, 0x00, 0x4C, 0x00, 0x00, 0xB7, 0xC0, 0x00, 0x6C, 0x00, 0x00, 0xB7, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x27, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x27, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x0C, 0xC0, 0x02, 0xBC, 0x00, 0x00, 0x6E, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x04, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x04, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x06, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x06, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x0B, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x0B, 0x80, 0x00, 0x52, 0x00, 0x03, 0x01, 0x80, 0x00, 0x72, 0x00, 0x03, 0x01, 0x80, 0x00, 0x52, 0x00, 0x03, 0x27, 0x80, 0x00, 0x72, 0x00, 0x03, 0x27, 0x80, 0x00, 0x52, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x72, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x53, 0x00, 0x03, 0x01, 0x80, 0x00, 0x73, 0x00, 0x03, 0x01, 0x80, 0x00, 0x53, 0x00, 0x03, 0x02, 0x80, 0x00, 0x73, 0x00, 0x03, 0x02, 0x80, 0x00, 0x53, 0x00, 0x03, 0x27, 0x80, 0x00, 0x73, 0x00, 0x03, 0x27, 0x80, 0x00, 0x53, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x73, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x54, 0x00, 0x03, 0x27, 0x80, 0x00, 0x74, 0x00, 0x03, 0x27, 0x80, 0x00, 0x54, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x74, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x55, 0x00, 0x03, 0x03, 0x80, 0x00, 0x75, 0x00, 0x03, 0x03, 0x80, 0x00, 0x55, 0x00, 0x03, 0x04, 0x80, 0x00, 0x75, 0x00, 0x03, 0x04, 0x80, 0x00, 0x55, 0x00, 0x03, 0x06, 0x80, 0x00, 0x75, 0x00, 0x03, 0x06, 0x80, 0x00, 0x55, 0x00, 0x03, 0x0A, 0x80, 0x00, 0x75, 0x00, 0x03, 0x0A, 0x80, 0x00, 0x55, 0x00, 0x03, 0x0B, 0x80, 0x00, 0x75, 0x00, 0x03, 0x0B, 0x80, 0x00, 0x55, 0x00, 0x03, 0x28, 0x80, 0x00, 0x75, 0x00, 0x03, 0x28, 0x80, 0x00, 0x57, 0x00, 0x03, 0x02, 0x80, 0x00, 0x77, 0x00, 0x03, 0x02, 0x80, 0x00, 0x59, 0x00, 0x03, 0x02, 0x80, 0x00, 0x79, 0x00, 0x03, 0x02, 0x80, 0x00, 0x59, 0x00, 0x03, 0x08, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x01, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x01, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x07, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x07, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x0C, 0x40, 0x00, 0x73, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x1B, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x1B, 0x80, 0x00, 0x55, 0x00, 0x03, 0x1B, 0x80, 0x00, 0x75, 0x00, 0x03, 0x1B, 0xC0, 0x00, 0x44, 0x00, 0x01, 0x7D, 0xC0, 0x00, 0x44, 0x00, 0x01, 0x7E, 0xC0, 0x00, 0x64, 0x00, 0x01, 0x7E, 0xC0, 0x00, 0x4C, 0x00, 0x00, 0x4A, 0xC0, 0x00, 0x4C, 0x00, 0x00, 0x6A, 0xC0, 0x00, 0x6C, 0x00, 0x00, 0x6A, 0xC0, 0x00, 0x4E, 0x00, 0x00, 0x4A, 0xC0, 0x00, 0x4E, 0x00, 0x00, 0x6A, 0xC0, 0x00, 0x6E, 0x00, 0x00, 0x6A, 0x80, 0x00, 0x41, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x61, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x49, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x69, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x55, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x75, 0x00, 0x03, 0x0C, 0x80, 0x00, 0xDC, 0x00, 0x03, 0x04, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x04, 0x80, 0x00, 0xDC, 0x00, 0x03, 0x01, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x01, 0x80, 0x00, 0xDC, 0x00, 0x03, 0x0C, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x0C, 0x80, 0x00, 0xDC, 0x00, 0x03, 0x00, 0x80, 0x00, 0xFC, 0x00, 0x03, 0x00, 0x80, 0x00, 0xC4, 0x00, 0x03, 0x04, 0x80, 0x00, 0xE4, 0x00, 0x03, 0x04, 0x80, 0x02, 0x26, 0x00, 0x03, 0x04, 0x80, 0x02, 0x27, 0x00, 0x03, 0x04, 0x80, 0x00, 0xC6, 0x00, 0x03, 0x04, 0x80, 0x00, 0xE6, 0x00, 0x03, 0x04, 0x80, 0x00, 0x47, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x67, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x28, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x28, 0x80, 0x01, 0xEA, 0x00, 0x03, 0x04, 0x80, 0x01, 0xEB, 0x00, 0x03, 0x04, 0x80, 0x01, 0xB7, 0x00, 0x03, 0x0C, 0x80, 0x02, 0x92, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x6A, 0x00, 0x03, 0x0C, 0xC0, 0x00, 0x44, 0x00, 0x00, 0x5A, 0xC0, 0x00, 0x44, 0x00, 0x00, 0x7A, 0xC0, 0x00, 0x64, 0x00, 0x00, 0x7A, 0x80, 0x00, 0x47, 0x00, 0x03, 0x01, 0x80, 0x00, 0x67, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x00, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x00, 0x80, 0x00, 0xC5, 0x00, 0x03, 0x01, 0x80, 0x00, 0xE5, 0x00, 0x03, 0x01, 0x80, 0x00, 0xC6, 0x00, 0x03, 0x01, 0x80, 0x00, 0xE6, 0x00, 0x03, 0x01, 0x80, 0x00, 0xD8, 0x00, 0x03, 0x01, 0x80, 0x00, 0xF8, 0x00, 0x03, 0x01, 0x80, 0x00, 0x41, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x61, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x41, 0x00, 0x03, 0x11, 0x80, 0x00, 0x61, 0x00, 0x03, 0x11, 0x80, 0x00, 0x45, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x65, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x45, 0x00, 0x03, 0x11, 0x80, 0x00, 0x65, 0x00, 0x03, 0x11, 0x80, 0x00, 0x49, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x69, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x49, 0x00, 0x03, 0x11, 0x80, 0x00, 0x69, 0x00, 0x03, 0x11, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x11, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x11, 0x80, 0x00, 0x52, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x72, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x52, 0x00, 0x03, 0x11, 0x80, 0x00, 0x72, 0x00, 0x03, 0x11, 0x80, 0x00, 0x55, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x75, 0x00, 0x03, 0x0F, 0x80, 0x00, 0x55, 0x00, 0x03, 0x11, 0x80, 0x00, 0x75, 0x00, 0x03, 0x11, 0x80, 0x00, 0x53, 0x00, 0x03, 0x26, 0x80, 0x00, 0x73, 0x00, 0x03, 0x26, 0x80, 0x00, 0x54, 0x00, 0x03, 0x26, 0x80, 0x00, 0x74, 0x00, 0x03, 0x26, 0x80, 0x00, 0x48, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x68, 0x00, 0x03, 0x0C, 0x80, 0x00, 0x41, 0x00, 0x03, 0x07, 0x80, 0x00, 0x61, 0x00, 0x03, 0x07, 0x80, 0x00, 0x45, 0x00, 0x03, 0x27, 0x80, 0x00, 0x65, 0x00, 0x03, 0x27, 0x80, 0x00, 0xD6, 0x00, 0x03, 0x04, 0x80, 0x00, 0xF6, 0x00, 0x03, 0x04, 0x80, 0x00, 0xD5, 0x00, 0x03, 0x04, 0x80, 0x00, 0xF5, 0x00, 0x03, 0x04, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x07, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x07, 0x80, 0x02, 0x2E, 0x00, 0x03, 0x04, 0x80, 0x02, 0x2F, 0x00, 0x03, 0x04, 0x80, 0x00, 0x59, 0x00, 0x03, 0x04, 0x80, 0x00, 0x79, 0x00, 0x03, 0x04, 0x20, 0x00, 0x68, 0x20, 0x02, 0x66, 0x20, 0x00, 0x6A, 0x20, 0x00, 0x72, 0x20, 0x02, 0x79, 0x20, 0x02, 0x7B, 0x20, 0x02, 0x81, 0x20, 0x00, 0x77, 0x20, 0x00, 0x79, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x06, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x07, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x0A, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x28, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x03, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x0B, 0x20, 0x02, 0x63, 0x20, 0x00, 0x6C, 0x20, 0x00, 0x73, 0x20, 0x00, 0x78, 0x20, 0x02, 0x95, 0x00, 0x03, 0x00, 0x00, 0x03, 0x01, 0x00, 0x03, 0x13, 0x80, 0x03, 0x08, 0x00, 0x03, 0x01, 0x00, 0x02, 0xB9, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x45, 0x00, 0x00, 0x3B, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x01, 0x80, 0x00, 0xA8, 0x00, 0x03, 0x01, 0x80, 0x03, 0x91, 0x00, 0x03, 0x01, 0x00, 0x00, 0xB7, 0x80, 0x03, 0x95, 0x00, 0x03, 0x01, 0x80, 0x03, 0x97, 0x00, 0x03, 0x01, 0x80, 0x03, 0x99, 0x00, 0x03, 0x01, 0x80, 0x03, 0x9F, 0x00, 0x03, 0x01, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x01, 0x80, 0x03, 0xA9, 0x00, 0x03, 0x01, 0x80, 0x03, 0xCA, 0x00, 0x03, 0x01, 0x80, 0x03, 0x99, 0x00, 0x03, 0x08, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x08, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x01, 0x80, 0x03, 0xCB, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x08, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x08, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x01, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x01, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x01, 0x40, 0x03, 0xB2, 0x40, 0x03, 0xB8, 0x40, 0x03, 0xA5, 0x80, 0x03, 0xD2, 0x00, 0x03, 0x01, 0x80, 0x03, 0xD2, 0x00, 0x03, 0x08, 0x40, 0x03, 0xC6, 0x40, 0x03, 0xC0, 0x40, 0x03, 0xBA, 0x40, 0x03, 0xC1, 0x40, 0x03, 0xC2, 0x40, 0x03, 0x98, 0x40, 0x03, 0xB5, 0x40, 0x03, 0xA3, 0x80, 0x04, 0x15, 0x00, 0x03, 0x00, 0x80, 0x04, 0x15, 0x00, 0x03, 0x08, 0x80, 0x04, 0x13, 0x00, 0x03, 0x01, 0x80, 0x04, 0x06, 0x00, 0x03, 0x08, 0x80, 0x04, 0x1A, 0x00, 0x03, 0x01, 0x80, 0x04, 0x18, 0x00, 0x03, 0x00, 0x80, 0x04, 0x23, 0x00, 0x03, 0x06, 0x80, 0x04, 0x18, 0x00, 0x03, 0x06, 0x80, 0x04, 0x38, 0x00, 0x03, 0x06, 0x80, 0x04, 0x35, 0x00, 0x03, 0x00, 0x80, 0x04, 0x35, 0x00, 0x03, 0x08, 0x80, 0x04, 0x33, 0x00, 0x03, 0x01, 0x80, 0x04, 0x56, 0x00, 0x03, 0x08, 0x80, 0x04, 0x3A, 0x00, 0x03, 0x01, 0x80, 0x04, 0x38, 0x00, 0x03, 0x00, 0x80, 0x04, 0x43, 0x00, 0x03, 0x06, 0x80, 0x04, 0x74, 0x00, 0x03, 0x0F, 0x80, 0x04, 0x75, 0x00, 0x03, 0x0F, 0x80, 0x04, 0x16, 0x00, 0x03, 0x06, 0x80, 0x04, 0x36, 0x00, 0x03, 0x06, 0x80, 0x04, 0x10, 0x00, 0x03, 0x06, 0x80, 0x04, 0x30, 0x00, 0x03, 0x06, 0x80, 0x04, 0x10, 0x00, 0x03, 0x08, 0x80, 0x04, 0x30, 0x00, 0x03, 0x08, 0x80, 0x04, 0x15, 0x00, 0x03, 0x06, 0x80, 0x04, 0x35, 0x00, 0x03, 0x06, 0x80, 0x04, 0xD8, 0x00, 0x03, 0x08, 0x80, 0x04, 0xD9, 0x00, 0x03, 0x08, 0x80, 0x04, 0x16, 0x00, 0x03, 0x08, 0x80, 0x04, 0x36, 0x00, 0x03, 0x08, 0x80, 0x04, 0x17, 0x00, 0x03, 0x08, 0x80, 0x04, 0x37, 0x00, 0x03, 0x08, 0x80, 0x04, 0x18, 0x00, 0x03, 0x04, 0x80, 0x04, 0x38, 0x00, 0x03, 0x04, 0x80, 0x04, 0x18, 0x00, 0x03, 0x08, 0x80, 0x04, 0x38, 0x00, 0x03, 0x08, 0x80, 0x04, 0x1E, 0x00, 0x03, 0x08, 0x80, 0x04, 0x3E, 0x00, 0x03, 0x08, 0x80, 0x04, 0xE8, 0x00, 0x03, 0x08, 0x80, 0x04, 0xE9, 0x00, 0x03, 0x08, 0x80, 0x04, 0x2D, 0x00, 0x03, 0x08, 0x80, 0x04, 0x4D, 0x00, 0x03, 0x08, 0x80, 0x04, 0x23, 0x00, 0x03, 0x04, 0x80, 0x04, 0x43, 0x00, 0x03, 0x04, 0x80, 0x04, 0x23, 0x00, 0x03, 0x08, 0x80, 0x04, 0x43, 0x00, 0x03, 0x08, 0x80, 0x04, 0x23, 0x00, 0x03, 0x0B, 0x80, 0x04, 0x43, 0x00, 0x03, 0x0B, 0x80, 0x04, 0x27, 0x00, 0x03, 0x08, 0x80, 0x04, 0x47, 0x00, 0x03, 0x08, 0x80, 0x04, 0x2B, 0x00, 0x03, 0x08, 0x80, 0x04, 0x4B, 0x00, 0x03, 0x08, 0xC0, 0x05, 0x65, 0x00, 0x05, 0x82, 0x80, 0x06, 0x27, 0x00, 0x06, 0x53, 0x80, 0x06, 0x27, 0x00, 0x06, 0x54, 0x80, 0x06, 0x48, 0x00, 0x06, 0x54, 0x80, 0x06, 0x27, 0x00, 0x06, 0x55, 0x80, 0x06, 0x4A, 0x00, 0x06, 0x54, 0xC0, 0x06, 0x27, 0x00, 0x06, 0x74, 0xC0, 0x06, 0x48, 0x00, 0x06, 0x74, 0xC0, 0x06, 0xC7, 0x00, 0x06, 0x74, 0xC0, 0x06, 0x4A, 0x00, 0x06, 0x74, 0x80, 0x06, 0xD5, 0x00, 0x06, 0x54, 0x80, 0x06, 0xC1, 0x00, 0x06, 0x54, 0x80, 0x06, 0xD2, 0x00, 0x06, 0x54, 0x80, 0x09, 0x28, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x30, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x33, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x15, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x16, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x17, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x1C, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x21, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x22, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x2B, 0x00, 0x09, 0x3C, 0x80, 0x09, 0x2F, 0x00, 0x09, 0x3C, 0x80, 0x09, 0xC7, 0x00, 0x09, 0xBE, 0x80, 0x09, 0xC7, 0x00, 0x09, 0xD7, 0x80, 0x09, 0xA1, 0x00, 0x09, 0xBC, 0x80, 0x09, 0xA2, 0x00, 0x09, 0xBC, 0x80, 0x09, 0xAF, 0x00, 0x09, 0xBC, 0x80, 0x0A, 0x32, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x38, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x16, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x17, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x1C, 0x00, 0x0A, 0x3C, 0x80, 0x0A, 0x2B, 0x00, 0x0A, 0x3C, 0x80, 0x0B, 0x47, 0x00, 0x0B, 0x56, 0x80, 0x0B, 0x47, 0x00, 0x0B, 0x3E, 0x80, 0x0B, 0x47, 0x00, 0x0B, 0x57, 0x80, 0x0B, 0x21, 0x00, 0x0B, 0x3C, 0x80, 0x0B, 0x22, 0x00, 0x0B, 0x3C, 0x80, 0x0B, 0x92, 0x00, 0x0B, 0xD7, 0x80, 0x0B, 0xC6, 0x00, 0x0B, 0xBE, 0x80, 0x0B, 0xC7, 0x00, 0x0B, 0xBE, 0x80, 0x0B, 0xC6, 0x00, 0x0B, 0xD7, 0x80, 0x0C, 0x46, 0x00, 0x0C, 0x56, 0x80, 0x0C, 0xBF, 0x00, 0x0C, 0xD5, 0x80, 0x0C, 0xC6, 0x00, 0x0C, 0xD5, 0x80, 0x0C, 0xC6, 0x00, 0x0C, 0xD6, 0x80, 0x0C, 0xC6, 0x00, 0x0C, 0xC2, 0x80, 0x0C, 0xCA, 0x00, 0x0C, 0xD5, 0x80, 0x0D, 0x46, 0x00, 0x0D, 0x3E, 0x80, 0x0D, 0x47, 0x00, 0x0D, 0x3E, 0x80, 0x0D, 0x46, 0x00, 0x0D, 0x57, 0x80, 0x0D, 0xD9, 0x00, 0x0D, 0xCA, 0x80, 0x0D, 0xD9, 0x00, 0x0D, 0xCF, 0x80, 0x0D, 0xDC, 0x00, 0x0D, 0xCA, 0x80, 0x0D, 0xD9, 0x00, 0x0D, 0xDF, 0xC0, 0x0E, 0x4D, 0x00, 0x0E, 0x32, 0xC0, 0x0E, 0xCD, 0x00, 0x0E, 0xB2, 0xC0, 0x0E, 0xAB, 0x00, 0x0E, 0x99, 0xC0, 0x0E, 0xAB, 0x00, 0x0E, 0xA1, 0x08, 0x0F, 0x0B, 0x80, 0x0F, 0x42, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x4C, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x51, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x56, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x5B, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x40, 0x00, 0x0F, 0xB5, 0x80, 0x0F, 0x71, 0x00, 0x0F, 0x72, 0x80, 0x0F, 0x71, 0x00, 0x0F, 0x74, 0x80, 0x0F, 0xB2, 0x00, 0x0F, 0x80, 0xC0, 0x0F, 0xB2, 0x00, 0x0F, 0x81, 0x80, 0x0F, 0xB3, 0x00, 0x0F, 0x80, 0xC0, 0x0F, 0xB3, 0x00, 0x0F, 0x81, 0x80, 0x0F, 0x71, 0x00, 0x0F, 0x80, 0x80, 0x0F, 0x92, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x9C, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0xA1, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0xA6, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0xAB, 0x00, 0x0F, 0xB7, 0x80, 0x0F, 0x90, 0x00, 0x0F, 0xB5, 0x80, 0x10, 0x25, 0x00, 0x10, 0x2E, 0x20, 0x10, 0xDC, 0x80, 0x1B, 0x05, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x07, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x09, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x0B, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x0D, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x11, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x3A, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x3C, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x3E, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x3F, 0x00, 0x1B, 0x35, 0x80, 0x1B, 0x42, 0x00, 0x1B, 0x35, 0x20, 0x00, 0x41, 0x20, 0x00, 0xC6, 0x20, 0x00, 0x42, 0x20, 0x00, 0x44, 0x20, 0x00, 0x45, 0x20, 0x01, 0x8E, 0x20, 0x00, 0x47, 0x20, 0x00, 0x48, 0x20, 0x00, 0x49, 0x20, 0x00, 0x4A, 0x20, 0x00, 0x4B, 0x20, 0x00, 0x4C, 0x20, 0x00, 0x4D, 0x20, 0x00, 0x4E, 0x20, 0x00, 0x4F, 0x20, 0x02, 0x22, 0x20, 0x00, 0x50, 0x20, 0x00, 0x52, 0x20, 0x00, 0x54, 0x20, 0x00, 0x55, 0x20, 0x00, 0x57, 0x20, 0x00, 0x61, 0x20, 0x02, 0x50, 0x20, 0x02, 0x51, 0x20, 0x1D, 0x02, 0x20, 0x00, 0x62, 0x20, 0x00, 0x64, 0x20, 0x00, 0x65, 0x20, 0x02, 0x59, 0x20, 0x02, 0x5B, 0x20, 0x02, 0x5C, 0x20, 0x00, 0x67, 0x20, 0x00, 0x6B, 0x20, 0x00, 0x6D, 0x20, 0x01, 0x4B, 0x20, 0x00, 0x6F, 0x20, 0x02, 0x54, 0x20, 0x1D, 0x16, 0x20, 0x1D, 0x17, 0x20, 0x00, 0x70, 0x20, 0x00, 0x74, 0x20, 0x00, 0x75, 0x20, 0x1D, 0x1D, 0x20, 0x02, 0x6F, 0x20, 0x00, 0x76, 0x20, 0x1D, 0x25, 0x20, 0x03, 0xB2, 0x20, 0x03, 0xB3, 0x20, 0x03, 0xB4, 0x20, 0x03, 0xC6, 0x20, 0x03, 0xC7, 0x24, 0x00, 0x69, 0x24, 0x00, 0x72, 0x24, 0x00, 0x75, 0x24, 0x00, 0x76, 0x24, 0x03, 0xB2, 0x24, 0x03, 0xB3, 0x24, 0x03, 0xC1, 0x24, 0x03, 0xC6, 0x24, 0x03, 0xC7, 0x20, 0x04, 0x3D, 0x20, 0x02, 0x52, 0x20, 0x00, 0x63, 0x20, 0x02, 0x55, 0x20, 0x00, 0xF0, 0x20, 0x02, 0x5C, 0x20, 0x00, 0x66, 0x20, 0x02, 0x5F, 0x20, 0x02, 0x61, 0x20, 0x02, 0x65, 0x20, 0x02, 0x68, 0x20, 0x02, 0x69, 0x20, 0x02, 0x6A, 0x20, 0x1D, 0x7B, 0x20, 0x02, 0x9D, 0x20, 0x02, 0x6D, 0x20, 0x1D, 0x85, 0x20, 0x02, 0x9F, 0x20, 0x02, 0x71, 0x20, 0x02, 0x70, 0x20, 0x02, 0x72, 0x20, 0x02, 0x73, 0x20, 0x02, 0x74, 0x20, 0x02, 0x75, 0x20, 0x02, 0x78, 0x20, 0x02, 0x82, 0x20, 0x02, 0x83, 0x20, 0x01, 0xAB, 0x20, 0x02, 0x89, 0x20, 0x02, 0x8A, 0x20, 0x1D, 0x1C, 0x20, 0x02, 0x8B, 0x20, 0x02, 0x8C, 0x20, 0x00, 0x7A, 0x20, 0x02, 0x90, 0x20, 0x02, 0x91, 0x20, 0x02, 0x92, 0x20, 0x03, 0xB8, 0x80, 0x00, 0x41, 0x00, 0x03, 0x25, 0x80, 0x00, 0x61, 0x00, 0x03, 0x25, 0x80, 0x00, 0x42, 0x00, 0x03, 0x07, 0x80, 0x00, 0x62, 0x00, 0x03, 0x07, 0x80, 0x00, 0x42, 0x00, 0x03, 0x23, 0x80, 0x00, 0x62, 0x00, 0x03, 0x23, 0x80, 0x00, 0x42, 0x00, 0x03, 0x31, 0x80, 0x00, 0x62, 0x00, 0x03, 0x31, 0x80, 0x00, 0xC7, 0x00, 0x03, 0x01, 0x80, 0x00, 0xE7, 0x00, 0x03, 0x01, 0x80, 0x00, 0x44, 0x00, 0x03, 0x07, 0x80, 0x00, 0x64, 0x00, 0x03, 0x07, 0x80, 0x00, 0x44, 0x00, 0x03, 0x23, 0x80, 0x00, 0x64, 0x00, 0x03, 0x23, 0x80, 0x00, 0x44, 0x00, 0x03, 0x31, 0x80, 0x00, 0x64, 0x00, 0x03, 0x31, 0x80, 0x00, 0x44, 0x00, 0x03, 0x27, 0x80, 0x00, 0x64, 0x00, 0x03, 0x27, 0x80, 0x00, 0x44, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x64, 0x00, 0x03, 0x2D, 0x80, 0x01, 0x12, 0x00, 0x03, 0x00, 0x80, 0x01, 0x13, 0x00, 0x03, 0x00, 0x80, 0x01, 0x12, 0x00, 0x03, 0x01, 0x80, 0x01, 0x13, 0x00, 0x03, 0x01, 0x80, 0x00, 0x45, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x65, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x45, 0x00, 0x03, 0x30, 0x80, 0x00, 0x65, 0x00, 0x03, 0x30, 0x80, 0x02, 0x28, 0x00, 0x03, 0x06, 0x80, 0x02, 0x29, 0x00, 0x03, 0x06, 0x80, 0x00, 0x46, 0x00, 0x03, 0x07, 0x80, 0x00, 0x66, 0x00, 0x03, 0x07, 0x80, 0x00, 0x47, 0x00, 0x03, 0x04, 0x80, 0x00, 0x67, 0x00, 0x03, 0x04, 0x80, 0x00, 0x48, 0x00, 0x03, 0x07, 0x80, 0x00, 0x68, 0x00, 0x03, 0x07, 0x80, 0x00, 0x48, 0x00, 0x03, 0x23, 0x80, 0x00, 0x68, 0x00, 0x03, 0x23, 0x80, 0x00, 0x48, 0x00, 0x03, 0x08, 0x80, 0x00, 0x68, 0x00, 0x03, 0x08, 0x80, 0x00, 0x48, 0x00, 0x03, 0x27, 0x80, 0x00, 0x68, 0x00, 0x03, 0x27, 0x80, 0x00, 0x48, 0x00, 0x03, 0x2E, 0x80, 0x00, 0x68, 0x00, 0x03, 0x2E, 0x80, 0x00, 0x49, 0x00, 0x03, 0x30, 0x80, 0x00, 0x69, 0x00, 0x03, 0x30, 0x80, 0x00, 0xCF, 0x00, 0x03, 0x01, 0x80, 0x00, 0xEF, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x23, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4B, 0x00, 0x03, 0x31, 0x80, 0x00, 0x6B, 0x00, 0x03, 0x31, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x23, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x23, 0x80, 0x1E, 0x36, 0x00, 0x03, 0x04, 0x80, 0x1E, 0x37, 0x00, 0x03, 0x04, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x31, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x31, 0x80, 0x00, 0x4C, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x6C, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x4D, 0x00, 0x03, 0x01, 0x80, 0x00, 0x6D, 0x00, 0x03, 0x01, 0x80, 0x00, 0x4D, 0x00, 0x03, 0x07, 0x80, 0x00, 0x6D, 0x00, 0x03, 0x07, 0x80, 0x00, 0x4D, 0x00, 0x03, 0x23, 0x80, 0x00, 0x6D, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x07, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x07, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x23, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x31, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x31, 0x80, 0x00, 0x4E, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x6E, 0x00, 0x03, 0x2D, 0x80, 0x00, 0xD5, 0x00, 0x03, 0x01, 0x80, 0x00, 0xF5, 0x00, 0x03, 0x01, 0x80, 0x00, 0xD5, 0x00, 0x03, 0x08, 0x80, 0x00, 0xF5, 0x00, 0x03, 0x08, 0x80, 0x01, 0x4C, 0x00, 0x03, 0x00, 0x80, 0x01, 0x4D, 0x00, 0x03, 0x00, 0x80, 0x01, 0x4C, 0x00, 0x03, 0x01, 0x80, 0x01, 0x4D, 0x00, 0x03, 0x01, 0x80, 0x00, 0x50, 0x00, 0x03, 0x01, 0x80, 0x00, 0x70, 0x00, 0x03, 0x01, 0x80, 0x00, 0x50, 0x00, 0x03, 0x07, 0x80, 0x00, 0x70, 0x00, 0x03, 0x07, 0x80, 0x00, 0x52, 0x00, 0x03, 0x07, 0x80, 0x00, 0x72, 0x00, 0x03, 0x07, 0x80, 0x00, 0x52, 0x00, 0x03, 0x23, 0x80, 0x00, 0x72, 0x00, 0x03, 0x23, 0x80, 0x1E, 0x5A, 0x00, 0x03, 0x04, 0x80, 0x1E, 0x5B, 0x00, 0x03, 0x04, 0x80, 0x00, 0x52, 0x00, 0x03, 0x31, 0x80, 0x00, 0x72, 0x00, 0x03, 0x31, 0x80, 0x00, 0x53, 0x00, 0x03, 0x07, 0x80, 0x00, 0x73, 0x00, 0x03, 0x07, 0x80, 0x00, 0x53, 0x00, 0x03, 0x23, 0x80, 0x00, 0x73, 0x00, 0x03, 0x23, 0x80, 0x01, 0x5A, 0x00, 0x03, 0x07, 0x80, 0x01, 0x5B, 0x00, 0x03, 0x07, 0x80, 0x01, 0x60, 0x00, 0x03, 0x07, 0x80, 0x01, 0x61, 0x00, 0x03, 0x07, 0x80, 0x1E, 0x62, 0x00, 0x03, 0x07, 0x80, 0x1E, 0x63, 0x00, 0x03, 0x07, 0x80, 0x00, 0x54, 0x00, 0x03, 0x07, 0x80, 0x00, 0x74, 0x00, 0x03, 0x07, 0x80, 0x00, 0x54, 0x00, 0x03, 0x23, 0x80, 0x00, 0x74, 0x00, 0x03, 0x23, 0x80, 0x00, 0x54, 0x00, 0x03, 0x31, 0x80, 0x00, 0x74, 0x00, 0x03, 0x31, 0x80, 0x00, 0x54, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x74, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x55, 0x00, 0x03, 0x24, 0x80, 0x00, 0x75, 0x00, 0x03, 0x24, 0x80, 0x00, 0x55, 0x00, 0x03, 0x30, 0x80, 0x00, 0x75, 0x00, 0x03, 0x30, 0x80, 0x00, 0x55, 0x00, 0x03, 0x2D, 0x80, 0x00, 0x75, 0x00, 0x03, 0x2D, 0x80, 0x01, 0x68, 0x00, 0x03, 0x01, 0x80, 0x01, 0x69, 0x00, 0x03, 0x01, 0x80, 0x01, 0x6A, 0x00, 0x03, 0x08, 0x80, 0x01, 0x6B, 0x00, 0x03, 0x08, 0x80, 0x00, 0x56, 0x00, 0x03, 0x03, 0x80, 0x00, 0x76, 0x00, 0x03, 0x03, 0x80, 0x00, 0x56, 0x00, 0x03, 0x23, 0x80, 0x00, 0x76, 0x00, 0x03, 0x23, 0x80, 0x00, 0x57, 0x00, 0x03, 0x00, 0x80, 0x00, 0x77, 0x00, 0x03, 0x00, 0x80, 0x00, 0x57, 0x00, 0x03, 0x01, 0x80, 0x00, 0x77, 0x00, 0x03, 0x01, 0x80, 0x00, 0x57, 0x00, 0x03, 0x08, 0x80, 0x00, 0x77, 0x00, 0x03, 0x08, 0x80, 0x00, 0x57, 0x00, 0x03, 0x07, 0x80, 0x00, 0x77, 0x00, 0x03, 0x07, 0x80, 0x00, 0x57, 0x00, 0x03, 0x23, 0x80, 0x00, 0x77, 0x00, 0x03, 0x23, 0x80, 0x00, 0x58, 0x00, 0x03, 0x07, 0x80, 0x00, 0x78, 0x00, 0x03, 0x07, 0x80, 0x00, 0x58, 0x00, 0x03, 0x08, 0x80, 0x00, 0x78, 0x00, 0x03, 0x08, 0x80, 0x00, 0x59, 0x00, 0x03, 0x07, 0x80, 0x00, 0x79, 0x00, 0x03, 0x07, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x23, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x23, 0x80, 0x00, 0x5A, 0x00, 0x03, 0x31, 0x80, 0x00, 0x7A, 0x00, 0x03, 0x31, 0x80, 0x00, 0x68, 0x00, 0x03, 0x31, 0x80, 0x00, 0x74, 0x00, 0x03, 0x08, 0x80, 0x00, 0x77, 0x00, 0x03, 0x0A, 0x80, 0x00, 0x79, 0x00, 0x03, 0x0A, 0xC0, 0x00, 0x61, 0x00, 0x02, 0xBE, 0x80, 0x01, 0x7F, 0x00, 0x03, 0x07, 0x80, 0x00, 0x41, 0x00, 0x03, 0x23, 0x80, 0x00, 0x61, 0x00, 0x03, 0x23, 0x80, 0x00, 0x41, 0x00, 0x03, 0x09, 0x80, 0x00, 0x61, 0x00, 0x03, 0x09, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x01, 0x80, 0x00, 0xE2, 0x00, 0x03, 0x01, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x00, 0x80, 0x00, 0xE2, 0x00, 0x03, 0x00, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x09, 0x80, 0x00, 0xE2, 0x00, 0x03, 0x09, 0x80, 0x00, 0xC2, 0x00, 0x03, 0x03, 0x80, 0x00, 0xE2, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xA0, 0x00, 0x03, 0x02, 0x80, 0x1E, 0xA1, 0x00, 0x03, 0x02, 0x80, 0x01, 0x02, 0x00, 0x03, 0x01, 0x80, 0x01, 0x03, 0x00, 0x03, 0x01, 0x80, 0x01, 0x02, 0x00, 0x03, 0x00, 0x80, 0x01, 0x03, 0x00, 0x03, 0x00, 0x80, 0x01, 0x02, 0x00, 0x03, 0x09, 0x80, 0x01, 0x03, 0x00, 0x03, 0x09, 0x80, 0x01, 0x02, 0x00, 0x03, 0x03, 0x80, 0x01, 0x03, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xA0, 0x00, 0x03, 0x06, 0x80, 0x1E, 0xA1, 0x00, 0x03, 0x06, 0x80, 0x00, 0x45, 0x00, 0x03, 0x23, 0x80, 0x00, 0x65, 0x00, 0x03, 0x23, 0x80, 0x00, 0x45, 0x00, 0x03, 0x09, 0x80, 0x00, 0x65, 0x00, 0x03, 0x09, 0x80, 0x00, 0x45, 0x00, 0x03, 0x03, 0x80, 0x00, 0x65, 0x00, 0x03, 0x03, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x01, 0x80, 0x00, 0xEA, 0x00, 0x03, 0x01, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x00, 0x80, 0x00, 0xEA, 0x00, 0x03, 0x00, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x09, 0x80, 0x00, 0xEA, 0x00, 0x03, 0x09, 0x80, 0x00, 0xCA, 0x00, 0x03, 0x03, 0x80, 0x00, 0xEA, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xB8, 0x00, 0x03, 0x02, 0x80, 0x1E, 0xB9, 0x00, 0x03, 0x02, 0x80, 0x00, 0x49, 0x00, 0x03, 0x09, 0x80, 0x00, 0x69, 0x00, 0x03, 0x09, 0x80, 0x00, 0x49, 0x00, 0x03, 0x23, 0x80, 0x00, 0x69, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x23, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x23, 0x80, 0x00, 0x4F, 0x00, 0x03, 0x09, 0x80, 0x00, 0x6F, 0x00, 0x03, 0x09, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x01, 0x80, 0x00, 0xF4, 0x00, 0x03, 0x01, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x00, 0x80, 0x00, 0xF4, 0x00, 0x03, 0x00, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x09, 0x80, 0x00, 0xF4, 0x00, 0x03, 0x09, 0x80, 0x00, 0xD4, 0x00, 0x03, 0x03, 0x80, 0x00, 0xF4, 0x00, 0x03, 0x03, 0x80, 0x1E, 0xCC, 0x00, 0x03, 0x02, 0x80, 0x1E, 0xCD, 0x00, 0x03, 0x02, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x01, 0x80, 0x01, 0xA1, 0x00, 0x03, 0x01, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x00, 0x80, 0x01, 0xA1, 0x00, 0x03, 0x00, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x09, 0x80, 0x01, 0xA1, 0x00, 0x03, 0x09, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x03, 0x80, 0x01, 0xA1, 0x00, 0x03, 0x03, 0x80, 0x01, 0xA0, 0x00, 0x03, 0x23, 0x80, 0x01, 0xA1, 0x00, 0x03, 0x23, 0x80, 0x00, 0x55, 0x00, 0x03, 0x23, 0x80, 0x00, 0x75, 0x00, 0x03, 0x23, 0x80, 0x00, 0x55, 0x00, 0x03, 0x09, 0x80, 0x00, 0x75, 0x00, 0x03, 0x09, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x01, 0x80, 0x01, 0xB0, 0x00, 0x03, 0x01, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x00, 0x80, 0x01, 0xB0, 0x00, 0x03, 0x00, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x09, 0x80, 0x01, 0xB0, 0x00, 0x03, 0x09, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x03, 0x80, 0x01, 0xB0, 0x00, 0x03, 0x03, 0x80, 0x01, 0xAF, 0x00, 0x03, 0x23, 0x80, 0x01, 0xB0, 0x00, 0x03, 0x23, 0x80, 0x00, 0x59, 0x00, 0x03, 0x00, 0x80, 0x00, 0x79, 0x00, 0x03, 0x00, 0x80, 0x00, 0x59, 0x00, 0x03, 0x23, 0x80, 0x00, 0x79, 0x00, 0x03, 0x23, 0x80, 0x00, 0x59, 0x00, 0x03, 0x09, 0x80, 0x00, 0x79, 0x00, 0x03, 0x09, 0x80, 0x00, 0x59, 0x00, 0x03, 0x03, 0x80, 0x00, 0x79, 0x00, 0x03, 0x03, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x13, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x01, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x01, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x01, 0x00, 0x03, 0x42, 0x80, 0x03, 0x91, 0x00, 0x03, 0x13, 0x80, 0x03, 0x91, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x09, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x09, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x09, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x13, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x10, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x11, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x10, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x11, 0x00, 0x03, 0x01, 0x80, 0x03, 0x95, 0x00, 0x03, 0x13, 0x80, 0x03, 0x95, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x18, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x19, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x18, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x19, 0x00, 0x03, 0x01, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x13, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x21, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x21, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x21, 0x00, 0x03, 0x42, 0x80, 0x03, 0x97, 0x00, 0x03, 0x13, 0x80, 0x03, 0x97, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x29, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x29, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x29, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x13, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x30, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x31, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x30, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x31, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x30, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x31, 0x00, 0x03, 0x42, 0x80, 0x03, 0x99, 0x00, 0x03, 0x13, 0x80, 0x03, 0x99, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x38, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x39, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x38, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x39, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x38, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x39, 0x00, 0x03, 0x42, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x13, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x40, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x41, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x40, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x41, 0x00, 0x03, 0x01, 0x80, 0x03, 0x9F, 0x00, 0x03, 0x13, 0x80, 0x03, 0x9F, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x48, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x49, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x48, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x49, 0x00, 0x03, 0x01, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x13, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x50, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x51, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x50, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x51, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x50, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x51, 0x00, 0x03, 0x42, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x59, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x59, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x59, 0x00, 0x03, 0x42, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x13, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x61, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x61, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x61, 0x00, 0x03, 0x42, 0x80, 0x03, 0xA9, 0x00, 0x03, 0x13, 0x80, 0x03, 0xA9, 0x00, 0x03, 0x14, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x69, 0x00, 0x03, 0x00, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x69, 0x00, 0x03, 0x01, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x69, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x00, 0x00, 0x03, 0xAC, 0x80, 0x03, 0xB5, 0x00, 0x03, 0x00, 0x00, 0x03, 0xAD, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x00, 0x00, 0x03, 0xAE, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x00, 0x00, 0x03, 0xAF, 0x80, 0x03, 0xBF, 0x00, 0x03, 0x00, 0x00, 0x03, 0xCC, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x00, 0x00, 0x03, 0xCD, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x00, 0x00, 0x03, 0xCE, 0x80, 0x1F, 0x00, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x01, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x02, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x03, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x04, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x05, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x06, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x07, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x08, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x09, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0A, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0B, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0C, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0D, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0E, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x0F, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x20, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x21, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x22, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x23, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x24, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x25, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x26, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x27, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x28, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x29, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2A, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2B, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2C, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2D, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2E, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x2F, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x60, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x61, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x62, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x63, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x64, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x65, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x66, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x67, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x68, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x69, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6A, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6B, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6C, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6D, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6E, 0x00, 0x03, 0x45, 0x80, 0x1F, 0x6F, 0x00, 0x03, 0x45, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x06, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x04, 0x80, 0x1F, 0x70, 0x00, 0x03, 0x45, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x45, 0x80, 0x03, 0xAC, 0x00, 0x03, 0x45, 0x80, 0x03, 0xB1, 0x00, 0x03, 0x42, 0x80, 0x1F, 0xB6, 0x00, 0x03, 0x45, 0x80, 0x03, 0x91, 0x00, 0x03, 0x06, 0x80, 0x03, 0x91, 0x00, 0x03, 0x04, 0x80, 0x03, 0x91, 0x00, 0x03, 0x00, 0x00, 0x03, 0x86, 0x80, 0x03, 0x91, 0x00, 0x03, 0x45, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x13, 0x00, 0x03, 0xB9, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x13, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x42, 0x80, 0x00, 0xA8, 0x00, 0x03, 0x42, 0x80, 0x1F, 0x74, 0x00, 0x03, 0x45, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x45, 0x80, 0x03, 0xAE, 0x00, 0x03, 0x45, 0x80, 0x03, 0xB7, 0x00, 0x03, 0x42, 0x80, 0x1F, 0xC6, 0x00, 0x03, 0x45, 0x80, 0x03, 0x95, 0x00, 0x03, 0x00, 0x00, 0x03, 0x88, 0x80, 0x03, 0x97, 0x00, 0x03, 0x00, 0x00, 0x03, 0x89, 0x80, 0x03, 0x97, 0x00, 0x03, 0x45, 0x80, 0x1F, 0xBF, 0x00, 0x03, 0x00, 0x80, 0x1F, 0xBF, 0x00, 0x03, 0x01, 0x80, 0x1F, 0xBF, 0x00, 0x03, 0x42, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x06, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x04, 0x80, 0x03, 0xCA, 0x00, 0x03, 0x00, 0x00, 0x03, 0x90, 0x80, 0x03, 0xB9, 0x00, 0x03, 0x42, 0x80, 0x03, 0xCA, 0x00, 0x03, 0x42, 0x80, 0x03, 0x99, 0x00, 0x03, 0x06, 0x80, 0x03, 0x99, 0x00, 0x03, 0x04, 0x80, 0x03, 0x99, 0x00, 0x03, 0x00, 0x00, 0x03, 0x8A, 0x80, 0x1F, 0xFE, 0x00, 0x03, 0x00, 0x80, 0x1F, 0xFE, 0x00, 0x03, 0x01, 0x80, 0x1F, 0xFE, 0x00, 0x03, 0x42, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x06, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x04, 0x80, 0x03, 0xCB, 0x00, 0x03, 0x00, 0x00, 0x03, 0xB0, 0x80, 0x03, 0xC1, 0x00, 0x03, 0x13, 0x80, 0x03, 0xC1, 0x00, 0x03, 0x14, 0x80, 0x03, 0xC5, 0x00, 0x03, 0x42, 0x80, 0x03, 0xCB, 0x00, 0x03, 0x42, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x06, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x04, 0x80, 0x03, 0xA5, 0x00, 0x03, 0x00, 0x00, 0x03, 0x8E, 0x80, 0x03, 0xA1, 0x00, 0x03, 0x14, 0x80, 0x00, 0xA8, 0x00, 0x03, 0x00, 0x00, 0x03, 0x85, 0x00, 0x00, 0x60, 0x80, 0x1F, 0x7C, 0x00, 0x03, 0x45, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x45, 0x80, 0x03, 0xCE, 0x00, 0x03, 0x45, 0x80, 0x03, 0xC9, 0x00, 0x03, 0x42, 0x80, 0x1F, 0xF6, 0x00, 0x03, 0x45, 0x80, 0x03, 0x9F, 0x00, 0x03, 0x00, 0x00, 0x03, 0x8C, 0x80, 0x03, 0xA9, 0x00, 0x03, 0x00, 0x00, 0x03, 0x8F, 0x80, 0x03, 0xA9, 0x00, 0x03, 0x45, 0x00, 0x00, 0xB4, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x14, 0x00, 0x20, 0x02, 0x00, 0x20, 0x03, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x08, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x40, 0x00, 0x20, 0x08, 0x20, 0x10, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x33, 0x40, 0x00, 0x2E, 0xC0, 0x00, 0x2E, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x2E, 0x80, 0x00, 0x2E, 0x00, 0x00, 0x2E, 0x08, 0x00, 0x20, 0xC0, 0x20, 0x32, 0x00, 0x20, 0x32, 0xC0, 0x20, 0x32, 0x80, 0x20, 0x32, 0x00, 0x20, 0x32, 0xC0, 0x20, 0x35, 0x00, 0x20, 0x35, 0xC0, 0x20, 0x35, 0x80, 0x20, 0x35, 0x00, 0x20, 0x35, 0xC0, 0x00, 0x21, 0x00, 0x00, 0x21, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x05, 0xC0, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x3F, 0x00, 0x00, 0x21, 0xC0, 0x00, 0x21, 0x00, 0x00, 0x3F, 0xC0, 0x20, 0x32, 0x80, 0x20, 0x32, 0x80, 0x20, 0x32, 0x00, 0x20, 0x32, 0x40, 0x00, 0x20, 0x20, 0x00, 0x30, 0x20, 0x00, 0x69, 0x20, 0x00, 0x34, 0x20, 0x00, 0x35, 0x20, 0x00, 0x36, 0x20, 0x00, 0x37, 0x20, 0x00, 0x38, 0x20, 0x00, 0x39, 0x20, 0x00, 0x2B, 0x20, 0x22, 0x12, 0x20, 0x00, 0x3D, 0x20, 0x00, 0x28, 0x20, 0x00, 0x29, 0x20, 0x00, 0x6E, 0x24, 0x00, 0x30, 0x24, 0x00, 0x31, 0x24, 0x00, 0x32, 0x24, 0x00, 0x33, 0x24, 0x00, 0x34, 0x24, 0x00, 0x35, 0x24, 0x00, 0x36, 0x24, 0x00, 0x37, 0x24, 0x00, 0x38, 0x24, 0x00, 0x39, 0x24, 0x00, 0x2B, 0x24, 0x22, 0x12, 0x24, 0x00, 0x3D, 0x24, 0x00, 0x28, 0x24, 0x00, 0x29, 0x24, 0x00, 0x61, 0x24, 0x00, 0x65, 0x24, 0x00, 0x6F, 0x24, 0x00, 0x78, 0x24, 0x02, 0x59, 0x24, 0x00, 0x68, 0x24, 0x00, 0x6B, 0x24, 0x00, 0x6C, 0x24, 0x00, 0x6D, 0x24, 0x00, 0x6E, 0x24, 0x00, 0x70, 0x24, 0x00, 0x73, 0x24, 0x00, 0x74, 0xC0, 0x00, 0x52, 0x00, 0x00, 0x73, 0xC0, 0x00, 0x61, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x63, 0xC0, 0x00, 0x61, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x73, 0x04, 0x00, 0x43, 0xC0, 0x00, 0xB0, 0x00, 0x00, 0x43, 0xC0, 0x00, 0x63, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x6F, 0xC0, 0x00, 0x63, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x75, 0x40, 0x01, 0x90, 0xC0, 0x00, 0xB0, 0x00, 0x00, 0x46, 0x04, 0x00, 0x67, 0x04, 0x00, 0x48, 0x04, 0x00, 0x48, 0x04, 0x00, 0x48, 0x04, 0x00, 0x68, 0x04, 0x01, 0x27, 0x04, 0x00, 0x49, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x4E, 0xC0, 0x00, 0x4E, 0x00, 0x00, 0x6F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x52, 0x04, 0x00, 0x52, 0xA0, 0x00, 0x53, 0x00, 0x00, 0x4D, 0xC0, 0x00, 0x54, 0x80, 0x00, 0x45, 0x00, 0x00, 0x4C, 0xA0, 0x00, 0x54, 0x00, 0x00, 0x4D, 0x04, 0x00, 0x5A, 0x00, 0x03, 0xA9, 0x04, 0x00, 0x5A, 0x00, 0x00, 0x4B, 0x00, 0x00, 0xC5, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x65, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x6F, 0x40, 0x05, 0xD0, 0x40, 0x05, 0xD1, 0x40, 0x05, 0xD2, 0x40, 0x05, 0xD3, 0x04, 0x00, 0x69, 0xC0, 0x00, 0x46, 0x80, 0x00, 0x41, 0x00, 0x00, 0x58, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xB3, 0x04, 0x03, 0x93, 0x04, 0x03, 0xA0, 0x04, 0x22, 0x11, 0x04, 0x00, 0x44, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x37, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x39, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x80, 0x00, 0x31, 0x00, 0x00, 0x30, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x33, 0xBC, 0x00, 0x32, 0x80, 0x20, 0x44, 0x00, 0x00, 0x33, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, 0xBC, 0x00, 0x32, 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, 0xBC, 0x00, 0x34, 0x80, 0x20, 0x44, 0x00, 0x00, 0x35, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x36, 0xBC, 0x00, 0x35, 0x80, 0x20, 0x44, 0x00, 0x00, 0x36, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, 0xBC, 0x00, 0x35, 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, 0xBC, 0x00, 0x37, 0x80, 0x20, 0x44, 0x00, 0x00, 0x38, 0xBC, 0x00, 0x31, 0x00, 0x20, 0x44, 0x40, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x80, 0x00, 0x49, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x00, 0x00, 0x56, 0x40, 0x00, 0x56, 0xC0, 0x00, 0x56, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x56, 0x80, 0x00, 0x49, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x56, 0x80, 0x00, 0x49, 0x80, 0x00, 0x49, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x49, 0x00, 0x00, 0x58, 0x40, 0x00, 0x58, 0xC0, 0x00, 0x58, 0x00, 0x00, 0x49, 0xC0, 0x00, 0x58, 0x80, 0x00, 0x49, 0x00, 0x00, 0x49, 0x40, 0x00, 0x4C, 0x40, 0x00, 0x43, 0x40, 0x00, 0x44, 0x40, 0x00, 0x4D, 0x40, 0x00, 0x69, 0xC0, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x69, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x69, 0x00, 0x00, 0x76, 0x40, 0x00, 0x76, 0xC0, 0x00, 0x76, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x76, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x76, 0x80, 0x00, 0x69, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x69, 0x00, 0x00, 0x78, 0x40, 0x00, 0x78, 0xC0, 0x00, 0x78, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x78, 0x80, 0x00, 0x69, 0x00, 0x00, 0x69, 0x40, 0x00, 0x6C, 0x40, 0x00, 0x63, 0x40, 0x00, 0x64, 0x40, 0x00, 0x6D, 0xBC, 0x00, 0x30, 0x80, 0x20, 0x44, 0x00, 0x00, 0x33, 0x80, 0x21, 0x90, 0x00, 0x03, 0x38, 0x80, 0x21, 0x92, 0x00, 0x03, 0x38, 0x80, 0x21, 0x94, 0x00, 0x03, 0x38, 0x80, 0x21, 0xD0, 0x00, 0x03, 0x38, 0x80, 0x21, 0xD4, 0x00, 0x03, 0x38, 0x80, 0x21, 0xD2, 0x00, 0x03, 0x38, 0x80, 0x22, 0x03, 0x00, 0x03, 0x38, 0x80, 0x22, 0x08, 0x00, 0x03, 0x38, 0x80, 0x22, 0x0B, 0x00, 0x03, 0x38, 0x80, 0x22, 0x23, 0x00, 0x03, 0x38, 0x80, 0x22, 0x25, 0x00, 0x03, 0x38, 0xC0, 0x22, 0x2B, 0x00, 0x22, 0x2B, 0xC0, 0x22, 0x2B, 0x80, 0x22, 0x2B, 0x00, 0x22, 0x2B, 0xC0, 0x22, 0x2E, 0x00, 0x22, 0x2E, 0xC0, 0x22, 0x2E, 0x80, 0x22, 0x2E, 0x00, 0x22, 0x2E, 0x80, 0x22, 0x3C, 0x00, 0x03, 0x38, 0x80, 0x22, 0x43, 0x00, 0x03, 0x38, 0x80, 0x22, 0x45, 0x00, 0x03, 0x38, 0x80, 0x22, 0x48, 0x00, 0x03, 0x38, 0x80, 0x00, 0x3D, 0x00, 0x03, 0x38, 0x80, 0x22, 0x61, 0x00, 0x03, 0x38, 0x80, 0x22, 0x4D, 0x00, 0x03, 0x38, 0x80, 0x00, 0x3C, 0x00, 0x03, 0x38, 0x80, 0x00, 0x3E, 0x00, 0x03, 0x38, 0x80, 0x22, 0x64, 0x00, 0x03, 0x38, 0x80, 0x22, 0x65, 0x00, 0x03, 0x38, 0x80, 0x22, 0x72, 0x00, 0x03, 0x38, 0x80, 0x22, 0x73, 0x00, 0x03, 0x38, 0x80, 0x22, 0x76, 0x00, 0x03, 0x38, 0x80, 0x22, 0x77, 0x00, 0x03, 0x38, 0x80, 0x22, 0x7A, 0x00, 0x03, 0x38, 0x80, 0x22, 0x7B, 0x00, 0x03, 0x38, 0x80, 0x22, 0x82, 0x00, 0x03, 0x38, 0x80, 0x22, 0x83, 0x00, 0x03, 0x38, 0x80, 0x22, 0x86, 0x00, 0x03, 0x38, 0x80, 0x22, 0x87, 0x00, 0x03, 0x38, 0x80, 0x22, 0xA2, 0x00, 0x03, 0x38, 0x80, 0x22, 0xA8, 0x00, 0x03, 0x38, 0x80, 0x22, 0xA9, 0x00, 0x03, 0x38, 0x80, 0x22, 0xAB, 0x00, 0x03, 0x38, 0x80, 0x22, 0x7C, 0x00, 0x03, 0x38, 0x80, 0x22, 0x7D, 0x00, 0x03, 0x38, 0x80, 0x22, 0x91, 0x00, 0x03, 0x38, 0x80, 0x22, 0x92, 0x00, 0x03, 0x38, 0x80, 0x22, 0xB2, 0x00, 0x03, 0x38, 0x80, 0x22, 0xB3, 0x00, 0x03, 0x38, 0x80, 0x22, 0xB4, 0x00, 0x03, 0x38, 0x80, 0x22, 0xB5, 0x00, 0x03, 0x38, 0x00, 0x30, 0x08, 0x00, 0x30, 0x09, 0x1C, 0x00, 0x31, 0x1C, 0x00, 0x32, 0x1C, 0x00, 0x33, 0x1C, 0x00, 0x34, 0x1C, 0x00, 0x35, 0x1C, 0x00, 0x36, 0x1C, 0x00, 0x37, 0x1C, 0x00, 0x38, 0x1C, 0x00, 0x39, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x30, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x31, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x32, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x33, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x34, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x35, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x36, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x38, 0x9C, 0x00, 0x31, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x30, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x32, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x33, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x34, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x35, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x36, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x37, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x38, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x39, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x33, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x34, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x37, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x38, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x31, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x32, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x33, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x34, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x35, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x36, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x37, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x38, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x39, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x33, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x34, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x37, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x38, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x62, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x63, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x64, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x65, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x66, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x67, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x68, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x69, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6A, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x70, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x71, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x72, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x73, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x74, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x75, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x76, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x77, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x78, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x79, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x7A, 0x00, 0x00, 0x29, 0x1C, 0x00, 0x41, 0x1C, 0x00, 0x42, 0x1C, 0x00, 0x43, 0x1C, 0x00, 0x44, 0x1C, 0x00, 0x45, 0x1C, 0x00, 0x46, 0x1C, 0x00, 0x47, 0x1C, 0x00, 0x48, 0x1C, 0x00, 0x49, 0x1C, 0x00, 0x4A, 0x1C, 0x00, 0x4B, 0x1C, 0x00, 0x4C, 0x1C, 0x00, 0x4D, 0x1C, 0x00, 0x4E, 0x1C, 0x00, 0x4F, 0x1C, 0x00, 0x50, 0x1C, 0x00, 0x51, 0x1C, 0x00, 0x52, 0x1C, 0x00, 0x53, 0x1C, 0x00, 0x54, 0x1C, 0x00, 0x55, 0x1C, 0x00, 0x56, 0x1C, 0x00, 0x57, 0x1C, 0x00, 0x58, 0x1C, 0x00, 0x59, 0x1C, 0x00, 0x5A, 0x1C, 0x00, 0x61, 0x1C, 0x00, 0x62, 0x1C, 0x00, 0x63, 0x1C, 0x00, 0x64, 0x1C, 0x00, 0x65, 0x1C, 0x00, 0x66, 0x1C, 0x00, 0x67, 0x1C, 0x00, 0x68, 0x1C, 0x00, 0x69, 0x1C, 0x00, 0x6A, 0x1C, 0x00, 0x6B, 0x1C, 0x00, 0x6C, 0x1C, 0x00, 0x6D, 0x1C, 0x00, 0x6E, 0x1C, 0x00, 0x6F, 0x1C, 0x00, 0x70, 0x1C, 0x00, 0x71, 0x1C, 0x00, 0x72, 0x1C, 0x00, 0x73, 0x1C, 0x00, 0x74, 0x1C, 0x00, 0x75, 0x1C, 0x00, 0x76, 0x1C, 0x00, 0x77, 0x1C, 0x00, 0x78, 0x1C, 0x00, 0x79, 0x1C, 0x00, 0x7A, 0x1C, 0x00, 0x30, 0xC0, 0x22, 0x2B, 0x80, 0x22, 0x2B, 0x80, 0x22, 0x2B, 0x00, 0x22, 0x2B, 0xC0, 0x00, 0x3A, 0x80, 0x00, 0x3A, 0x00, 0x00, 0x3D, 0xC0, 0x00, 0x3D, 0x00, 0x00, 0x3D, 0xC0, 0x00, 0x3D, 0x80, 0x00, 0x3D, 0x00, 0x00, 0x3D, 0x80, 0x2A, 0xDD, 0x00, 0x03, 0x38, 0x24, 0x00, 0x6A, 0x20, 0x00, 0x56, 0x20, 0x2D, 0x61, 0x40, 0x6B, 0xCD, 0x40, 0x9F, 0x9F, 0x40, 0x4E, 0x00, 0x40, 0x4E, 0x28, 0x40, 0x4E, 0x36, 0x40, 0x4E, 0x3F, 0x40, 0x4E, 0x59, 0x40, 0x4E, 0x85, 0x40, 0x4E, 0x8C, 0x40, 0x4E, 0xA0, 0x40, 0x4E, 0xBA, 0x40, 0x51, 0x3F, 0x40, 0x51, 0x65, 0x40, 0x51, 0x6B, 0x40, 0x51, 0x82, 0x40, 0x51, 0x96, 0x40, 0x51, 0xAB, 0x40, 0x51, 0xE0, 0x40, 0x51, 0xF5, 0x40, 0x52, 0x00, 0x40, 0x52, 0x9B, 0x40, 0x52, 0xF9, 0x40, 0x53, 0x15, 0x40, 0x53, 0x1A, 0x40, 0x53, 0x38, 0x40, 0x53, 0x41, 0x40, 0x53, 0x5C, 0x40, 0x53, 0x69, 0x40, 0x53, 0x82, 0x40, 0x53, 0xB6, 0x40, 0x53, 0xC8, 0x40, 0x53, 0xE3, 0x40, 0x56, 0xD7, 0x40, 0x57, 0x1F, 0x40, 0x58, 0xEB, 0x40, 0x59, 0x02, 0x40, 0x59, 0x0A, 0x40, 0x59, 0x15, 0x40, 0x59, 0x27, 0x40, 0x59, 0x73, 0x40, 0x5B, 0x50, 0x40, 0x5B, 0x80, 0x40, 0x5B, 0xF8, 0x40, 0x5C, 0x0F, 0x40, 0x5C, 0x22, 0x40, 0x5C, 0x38, 0x40, 0x5C, 0x6E, 0x40, 0x5C, 0x71, 0x40, 0x5D, 0xDB, 0x40, 0x5D, 0xE5, 0x40, 0x5D, 0xF1, 0x40, 0x5D, 0xFE, 0x40, 0x5E, 0x72, 0x40, 0x5E, 0x7A, 0x40, 0x5E, 0x7F, 0x40, 0x5E, 0xF4, 0x40, 0x5E, 0xFE, 0x40, 0x5F, 0x0B, 0x40, 0x5F, 0x13, 0x40, 0x5F, 0x50, 0x40, 0x5F, 0x61, 0x40, 0x5F, 0x73, 0x40, 0x5F, 0xC3, 0x40, 0x62, 0x08, 0x40, 0x62, 0x36, 0x40, 0x62, 0x4B, 0x40, 0x65, 0x2F, 0x40, 0x65, 0x34, 0x40, 0x65, 0x87, 0x40, 0x65, 0x97, 0x40, 0x65, 0xA4, 0x40, 0x65, 0xB9, 0x40, 0x65, 0xE0, 0x40, 0x65, 0xE5, 0x40, 0x66, 0xF0, 0x40, 0x67, 0x08, 0x40, 0x67, 0x28, 0x40, 0x6B, 0x20, 0x40, 0x6B, 0x62, 0x40, 0x6B, 0x79, 0x40, 0x6B, 0xB3, 0x40, 0x6B, 0xCB, 0x40, 0x6B, 0xD4, 0x40, 0x6B, 0xDB, 0x40, 0x6C, 0x0F, 0x40, 0x6C, 0x14, 0x40, 0x6C, 0x34, 0x40, 0x70, 0x6B, 0x40, 0x72, 0x2A, 0x40, 0x72, 0x36, 0x40, 0x72, 0x3B, 0x40, 0x72, 0x3F, 0x40, 0x72, 0x47, 0x40, 0x72, 0x59, 0x40, 0x72, 0x5B, 0x40, 0x72, 0xAC, 0x40, 0x73, 0x84, 0x40, 0x73, 0x89, 0x40, 0x74, 0xDC, 0x40, 0x74, 0xE6, 0x40, 0x75, 0x18, 0x40, 0x75, 0x1F, 0x40, 0x75, 0x28, 0x40, 0x75, 0x30, 0x40, 0x75, 0x8B, 0x40, 0x75, 0x92, 0x40, 0x76, 0x76, 0x40, 0x76, 0x7D, 0x40, 0x76, 0xAE, 0x40, 0x76, 0xBF, 0x40, 0x76, 0xEE, 0x40, 0x77, 0xDB, 0x40, 0x77, 0xE2, 0x40, 0x77, 0xF3, 0x40, 0x79, 0x3A, 0x40, 0x79, 0xB8, 0x40, 0x79, 0xBE, 0x40, 0x7A, 0x74, 0x40, 0x7A, 0xCB, 0x40, 0x7A, 0xF9, 0x40, 0x7C, 0x73, 0x40, 0x7C, 0xF8, 0x40, 0x7F, 0x36, 0x40, 0x7F, 0x51, 0x40, 0x7F, 0x8A, 0x40, 0x7F, 0xBD, 0x40, 0x80, 0x01, 0x40, 0x80, 0x0C, 0x40, 0x80, 0x12, 0x40, 0x80, 0x33, 0x40, 0x80, 0x7F, 0x40, 0x80, 0x89, 0x40, 0x81, 0xE3, 0x40, 0x81, 0xEA, 0x40, 0x81, 0xF3, 0x40, 0x81, 0xFC, 0x40, 0x82, 0x0C, 0x40, 0x82, 0x1B, 0x40, 0x82, 0x1F, 0x40, 0x82, 0x6E, 0x40, 0x82, 0x72, 0x40, 0x82, 0x78, 0x40, 0x86, 0x4D, 0x40, 0x86, 0x6B, 0x40, 0x88, 0x40, 0x40, 0x88, 0x4C, 0x40, 0x88, 0x63, 0x40, 0x89, 0x7E, 0x40, 0x89, 0x8B, 0x40, 0x89, 0xD2, 0x40, 0x8A, 0x00, 0x40, 0x8C, 0x37, 0x40, 0x8C, 0x46, 0x40, 0x8C, 0x55, 0x40, 0x8C, 0x78, 0x40, 0x8C, 0x9D, 0x40, 0x8D, 0x64, 0x40, 0x8D, 0x70, 0x40, 0x8D, 0xB3, 0x40, 0x8E, 0xAB, 0x40, 0x8E, 0xCA, 0x40, 0x8F, 0x9B, 0x40, 0x8F, 0xB0, 0x40, 0x8F, 0xB5, 0x40, 0x90, 0x91, 0x40, 0x91, 0x49, 0x40, 0x91, 0xC6, 0x40, 0x91, 0xCC, 0x40, 0x91, 0xD1, 0x40, 0x95, 0x77, 0x40, 0x95, 0x80, 0x40, 0x96, 0x1C, 0x40, 0x96, 0xB6, 0x40, 0x96, 0xB9, 0x40, 0x96, 0xE8, 0x40, 0x97, 0x51, 0x40, 0x97, 0x5E, 0x40, 0x97, 0x62, 0x40, 0x97, 0x69, 0x40, 0x97, 0xCB, 0x40, 0x97, 0xED, 0x40, 0x97, 0xF3, 0x40, 0x98, 0x01, 0x40, 0x98, 0xA8, 0x40, 0x98, 0xDB, 0x40, 0x98, 0xDF, 0x40, 0x99, 0x96, 0x40, 0x99, 0x99, 0x40, 0x99, 0xAC, 0x40, 0x9A, 0xA8, 0x40, 0x9A, 0xD8, 0x40, 0x9A, 0xDF, 0x40, 0x9B, 0x25, 0x40, 0x9B, 0x2F, 0x40, 0x9B, 0x32, 0x40, 0x9B, 0x3C, 0x40, 0x9B, 0x5A, 0x40, 0x9C, 0xE5, 0x40, 0x9E, 0x75, 0x40, 0x9E, 0x7F, 0x40, 0x9E, 0xA5, 0x40, 0x9E, 0xBB, 0x40, 0x9E, 0xC3, 0x40, 0x9E, 0xCD, 0x40, 0x9E, 0xD1, 0x40, 0x9E, 0xF9, 0x40, 0x9E, 0xFD, 0x40, 0x9F, 0x0E, 0x40, 0x9F, 0x13, 0x40, 0x9F, 0x20, 0x40, 0x9F, 0x3B, 0x40, 0x9F, 0x4A, 0x40, 0x9F, 0x52, 0x40, 0x9F, 0x8D, 0x40, 0x9F, 0x9C, 0x40, 0x9F, 0xA0, 0x2C, 0x00, 0x20, 0x40, 0x30, 0x12, 0x40, 0x53, 0x41, 0x40, 0x53, 0x44, 0x40, 0x53, 0x45, 0x80, 0x30, 0x4B, 0x00, 0x30, 0x99, 0x80, 0x30, 0x4D, 0x00, 0x30, 0x99, 0x80, 0x30, 0x4F, 0x00, 0x30, 0x99, 0x80, 0x30, 0x51, 0x00, 0x30, 0x99, 0x80, 0x30, 0x53, 0x00, 0x30, 0x99, 0x80, 0x30, 0x55, 0x00, 0x30, 0x99, 0x80, 0x30, 0x57, 0x00, 0x30, 0x99, 0x80, 0x30, 0x59, 0x00, 0x30, 0x99, 0x80, 0x30, 0x5B, 0x00, 0x30, 0x99, 0x80, 0x30, 0x5D, 0x00, 0x30, 0x99, 0x80, 0x30, 0x5F, 0x00, 0x30, 0x99, 0x80, 0x30, 0x61, 0x00, 0x30, 0x99, 0x80, 0x30, 0x64, 0x00, 0x30, 0x99, 0x80, 0x30, 0x66, 0x00, 0x30, 0x99, 0x80, 0x30, 0x68, 0x00, 0x30, 0x99, 0x80, 0x30, 0x6F, 0x00, 0x30, 0x99, 0x80, 0x30, 0x6F, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x72, 0x00, 0x30, 0x99, 0x80, 0x30, 0x72, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x75, 0x00, 0x30, 0x99, 0x80, 0x30, 0x75, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x78, 0x00, 0x30, 0x99, 0x80, 0x30, 0x78, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x7B, 0x00, 0x30, 0x99, 0x80, 0x30, 0x7B, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x46, 0x00, 0x30, 0x99, 0xC0, 0x00, 0x20, 0x00, 0x30, 0x99, 0xC0, 0x00, 0x20, 0x00, 0x30, 0x9A, 0x80, 0x30, 0x9D, 0x00, 0x30, 0x99, 0xA8, 0x30, 0x88, 0x00, 0x30, 0x8A, 0x80, 0x30, 0xAB, 0x00, 0x30, 0x99, 0x80, 0x30, 0xAD, 0x00, 0x30, 0x99, 0x80, 0x30, 0xAF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB1, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB3, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB5, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB7, 0x00, 0x30, 0x99, 0x80, 0x30, 0xB9, 0x00, 0x30, 0x99, 0x80, 0x30, 0xBB, 0x00, 0x30, 0x99, 0x80, 0x30, 0xBD, 0x00, 0x30, 0x99, 0x80, 0x30, 0xBF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xC1, 0x00, 0x30, 0x99, 0x80, 0x30, 0xC4, 0x00, 0x30, 0x99, 0x80, 0x30, 0xC6, 0x00, 0x30, 0x99, 0x80, 0x30, 0xC8, 0x00, 0x30, 0x99, 0x80, 0x30, 0xCF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xCF, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xD2, 0x00, 0x30, 0x99, 0x80, 0x30, 0xD2, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xD5, 0x00, 0x30, 0x99, 0x80, 0x30, 0xD5, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xD8, 0x00, 0x30, 0x99, 0x80, 0x30, 0xD8, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xDB, 0x00, 0x30, 0x99, 0x80, 0x30, 0xDB, 0x00, 0x30, 0x9A, 0x80, 0x30, 0xA6, 0x00, 0x30, 0x99, 0x80, 0x30, 0xEF, 0x00, 0x30, 0x99, 0x80, 0x30, 0xF0, 0x00, 0x30, 0x99, 0x80, 0x30, 0xF1, 0x00, 0x30, 0x99, 0x80, 0x30, 0xF2, 0x00, 0x30, 0x99, 0x80, 0x30, 0xFD, 0x00, 0x30, 0x99, 0xA8, 0x30, 0xB3, 0x00, 0x30, 0xC8, 0x40, 0x11, 0x00, 0x40, 0x11, 0x01, 0x40, 0x11, 0xAA, 0x40, 0x11, 0x02, 0x40, 0x11, 0xAC, 0x40, 0x11, 0xAD, 0x40, 0x11, 0x03, 0x40, 0x11, 0x04, 0x40, 0x11, 0x05, 0x40, 0x11, 0xB0, 0x40, 0x11, 0xB1, 0x40, 0x11, 0xB2, 0x40, 0x11, 0xB3, 0x40, 0x11, 0xB4, 0x40, 0x11, 0xB5, 0x40, 0x11, 0x1A, 0x40, 0x11, 0x06, 0x40, 0x11, 0x07, 0x40, 0x11, 0x08, 0x40, 0x11, 0x21, 0x40, 0x11, 0x09, 0x40, 0x11, 0x0A, 0x40, 0x11, 0x0B, 0x40, 0x11, 0x0C, 0x40, 0x11, 0x0D, 0x40, 0x11, 0x0E, 0x40, 0x11, 0x0F, 0x40, 0x11, 0x10, 0x40, 0x11, 0x11, 0x40, 0x11, 0x12, 0x40, 0x11, 0x61, 0x40, 0x11, 0x62, 0x40, 0x11, 0x63, 0x40, 0x11, 0x64, 0x40, 0x11, 0x65, 0x40, 0x11, 0x66, 0x40, 0x11, 0x67, 0x40, 0x11, 0x68, 0x40, 0x11, 0x69, 0x40, 0x11, 0x6A, 0x40, 0x11, 0x6B, 0x40, 0x11, 0x6C, 0x40, 0x11, 0x6D, 0x40, 0x11, 0x6E, 0x40, 0x11, 0x6F, 0x40, 0x11, 0x70, 0x40, 0x11, 0x71, 0x40, 0x11, 0x72, 0x40, 0x11, 0x73, 0x40, 0x11, 0x74, 0x40, 0x11, 0x75, 0x40, 0x11, 0x60, 0x40, 0x11, 0x14, 0x40, 0x11, 0x15, 0x40, 0x11, 0xC7, 0x40, 0x11, 0xC8, 0x40, 0x11, 0xCC, 0x40, 0x11, 0xCE, 0x40, 0x11, 0xD3, 0x40, 0x11, 0xD7, 0x40, 0x11, 0xD9, 0x40, 0x11, 0x1C, 0x40, 0x11, 0xDD, 0x40, 0x11, 0xDF, 0x40, 0x11, 0x1D, 0x40, 0x11, 0x1E, 0x40, 0x11, 0x20, 0x40, 0x11, 0x22, 0x40, 0x11, 0x23, 0x40, 0x11, 0x27, 0x40, 0x11, 0x29, 0x40, 0x11, 0x2B, 0x40, 0x11, 0x2C, 0x40, 0x11, 0x2D, 0x40, 0x11, 0x2E, 0x40, 0x11, 0x2F, 0x40, 0x11, 0x32, 0x40, 0x11, 0x36, 0x40, 0x11, 0x40, 0x40, 0x11, 0x47, 0x40, 0x11, 0x4C, 0x40, 0x11, 0xF1, 0x40, 0x11, 0xF2, 0x40, 0x11, 0x57, 0x40, 0x11, 0x58, 0x40, 0x11, 0x59, 0x40, 0x11, 0x84, 0x40, 0x11, 0x85, 0x40, 0x11, 0x88, 0x40, 0x11, 0x91, 0x40, 0x11, 0x92, 0x40, 0x11, 0x94, 0x40, 0x11, 0x9E, 0x40, 0x11, 0xA1, 0x20, 0x4E, 0x00, 0x20, 0x4E, 0x8C, 0x20, 0x4E, 0x09, 0x20, 0x56, 0xDB, 0x20, 0x4E, 0x0A, 0x20, 0x4E, 0x2D, 0x20, 0x4E, 0x0B, 0x20, 0x75, 0x32, 0x20, 0x4E, 0x59, 0x20, 0x4E, 0x19, 0x20, 0x4E, 0x01, 0x20, 0x59, 0x29, 0x20, 0x57, 0x30, 0x20, 0x4E, 0xBA, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x00, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x02, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x03, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x05, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x06, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x07, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x09, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0F, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x10, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x11, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x12, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x00, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x02, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x03, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x05, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x06, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x07, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x09, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0C, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0E, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0F, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x10, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x11, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x12, 0x80, 0x11, 0x61, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0C, 0x80, 0x11, 0x6E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, 0x80, 0x11, 0x69, 0x80, 0x11, 0x0C, 0x80, 0x11, 0x65, 0x80, 0x11, 0xAB, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x11, 0x0B, 0x80, 0x11, 0x69, 0x80, 0x11, 0x12, 0x80, 0x11, 0x6E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x00, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x8C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x09, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x56, 0xDB, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x94, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x51, 0x6D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x03, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x51, 0x6B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0x5D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x53, 0x41, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x67, 0x08, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x70, 0x6B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x6C, 0x34, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x67, 0x28, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x91, 0xD1, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x57, 0x1F, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x65, 0xE5, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x68, 0x2A, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x67, 0x09, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x79, 0x3E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x54, 0x0D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x72, 0x79, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x8C, 0xA1, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x79, 0x5D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x52, 0xB4, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4E, 0xE3, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x54, 0x7C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x5B, 0x66, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x76, 0xE3, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4F, 0x01, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x8C, 0xC7, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x53, 0x54, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x79, 0x6D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x4F, 0x11, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x81, 0xEA, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x81, 0xF3, 0x00, 0x00, 0x29, 0x1C, 0x55, 0x4F, 0x1C, 0x5E, 0x7C, 0x1C, 0x65, 0x87, 0x1C, 0x7B, 0x8F, 0xB8, 0x00, 0x50, 0x80, 0x00, 0x54, 0x00, 0x00, 0x45, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x31, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x32, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x33, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x34, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x35, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x36, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x38, 0x9C, 0x00, 0x32, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x30, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x31, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x32, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x33, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x34, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x35, 0x1C, 0x11, 0x00, 0x1C, 0x11, 0x02, 0x1C, 0x11, 0x03, 0x1C, 0x11, 0x05, 0x1C, 0x11, 0x06, 0x1C, 0x11, 0x07, 0x1C, 0x11, 0x09, 0x1C, 0x11, 0x0B, 0x1C, 0x11, 0x0C, 0x1C, 0x11, 0x0E, 0x1C, 0x11, 0x0F, 0x1C, 0x11, 0x10, 0x1C, 0x11, 0x11, 0x1C, 0x11, 0x12, 0x9C, 0x11, 0x00, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x02, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x03, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x05, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x06, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x07, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x09, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0B, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0C, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0E, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0F, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x10, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x11, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x12, 0x00, 0x11, 0x61, 0x9C, 0x11, 0x0E, 0x80, 0x11, 0x61, 0x80, 0x11, 0xB7, 0x80, 0x11, 0x00, 0x00, 0x11, 0x69, 0x9C, 0x11, 0x0C, 0x80, 0x11, 0x6E, 0x80, 0x11, 0x0B, 0x00, 0x11, 0x74, 0x9C, 0x11, 0x0B, 0x00, 0x11, 0x6E, 0x1C, 0x4E, 0x00, 0x1C, 0x4E, 0x8C, 0x1C, 0x4E, 0x09, 0x1C, 0x56, 0xDB, 0x1C, 0x4E, 0x94, 0x1C, 0x51, 0x6D, 0x1C, 0x4E, 0x03, 0x1C, 0x51, 0x6B, 0x1C, 0x4E, 0x5D, 0x1C, 0x53, 0x41, 0x1C, 0x67, 0x08, 0x1C, 0x70, 0x6B, 0x1C, 0x6C, 0x34, 0x1C, 0x67, 0x28, 0x1C, 0x91, 0xD1, 0x1C, 0x57, 0x1F, 0x1C, 0x65, 0xE5, 0x1C, 0x68, 0x2A, 0x1C, 0x67, 0x09, 0x1C, 0x79, 0x3E, 0x1C, 0x54, 0x0D, 0x1C, 0x72, 0x79, 0x1C, 0x8C, 0xA1, 0x1C, 0x79, 0x5D, 0x1C, 0x52, 0xB4, 0x1C, 0x79, 0xD8, 0x1C, 0x75, 0x37, 0x1C, 0x59, 0x73, 0x1C, 0x90, 0x69, 0x1C, 0x51, 0x2A, 0x1C, 0x53, 0x70, 0x1C, 0x6C, 0xE8, 0x1C, 0x98, 0x05, 0x1C, 0x4F, 0x11, 0x1C, 0x51, 0x99, 0x1C, 0x6B, 0x63, 0x1C, 0x4E, 0x0A, 0x1C, 0x4E, 0x2D, 0x1C, 0x4E, 0x0B, 0x1C, 0x5D, 0xE6, 0x1C, 0x53, 0xF3, 0x1C, 0x53, 0x3B, 0x1C, 0x5B, 0x97, 0x1C, 0x5B, 0x66, 0x1C, 0x76, 0xE3, 0x1C, 0x4F, 0x01, 0x1C, 0x8C, 0xC7, 0x1C, 0x53, 0x54, 0x1C, 0x59, 0x1C, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x36, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x38, 0x9C, 0x00, 0x33, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x30, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x31, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x32, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x33, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x34, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x35, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x36, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x37, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x38, 0x9C, 0x00, 0x34, 0x00, 0x00, 0x39, 0x9C, 0x00, 0x35, 0x00, 0x00, 0x30, 0xC0, 0x00, 0x31, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x32, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x33, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x34, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x35, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x36, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x37, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x38, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x39, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x67, 0x08, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x67, 0x08, 0xB8, 0x00, 0x48, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x65, 0x80, 0x00, 0x72, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x65, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x4C, 0x80, 0x00, 0x54, 0x00, 0x00, 0x44, 0x1C, 0x30, 0xA2, 0x1C, 0x30, 0xA4, 0x1C, 0x30, 0xA6, 0x1C, 0x30, 0xA8, 0x1C, 0x30, 0xAA, 0x1C, 0x30, 0xAB, 0x1C, 0x30, 0xAD, 0x1C, 0x30, 0xAF, 0x1C, 0x30, 0xB1, 0x1C, 0x30, 0xB3, 0x1C, 0x30, 0xB5, 0x1C, 0x30, 0xB7, 0x1C, 0x30, 0xB9, 0x1C, 0x30, 0xBB, 0x1C, 0x30, 0xBD, 0x1C, 0x30, 0xBF, 0x1C, 0x30, 0xC1, 0x1C, 0x30, 0xC4, 0x1C, 0x30, 0xC6, 0x1C, 0x30, 0xC8, 0x1C, 0x30, 0xCA, 0x1C, 0x30, 0xCB, 0x1C, 0x30, 0xCC, 0x1C, 0x30, 0xCD, 0x1C, 0x30, 0xCE, 0x1C, 0x30, 0xCF, 0x1C, 0x30, 0xD2, 0x1C, 0x30, 0xD5, 0x1C, 0x30, 0xD8, 0x1C, 0x30, 0xDB, 0x1C, 0x30, 0xDE, 0x1C, 0x30, 0xDF, 0x1C, 0x30, 0xE0, 0x1C, 0x30, 0xE1, 0x1C, 0x30, 0xE2, 0x1C, 0x30, 0xE4, 0x1C, 0x30, 0xE6, 0x1C, 0x30, 0xE8, 0x1C, 0x30, 0xE9, 0x1C, 0x30, 0xEA, 0x1C, 0x30, 0xEB, 0x1C, 0x30, 0xEC, 0x1C, 0x30, 0xED, 0x1C, 0x30, 0xEF, 0x1C, 0x30, 0xF0, 0x1C, 0x30, 0xF1, 0x1C, 0x30, 0xF2, 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xD1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xEB, 0x80, 0x30, 0xD5, 0x00, 0x30, 0xA1, 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xF3, 0x80, 0x30, 0xDA, 0x00, 0x30, 0xA2, 0xB8, 0x30, 0xA2, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xA4, 0x80, 0x30, 0xCB, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB0, 0xB8, 0x30, 0xA4, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC1, 0xB8, 0x30, 0xA6, 0x80, 0x30, 0xA9, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xA8, 0x80, 0x30, 0xB9, 0x80, 0x30, 0xAF, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xA8, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xAB, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAA, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB9, 0xB8, 0x30, 0xAA, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xAB, 0x80, 0x30, 0xA4, 0x00, 0x30, 0xEA, 0xB8, 0x30, 0xAB, 0x80, 0x30, 0xE9, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xAB, 0x80, 0x30, 0xED, 0x80, 0x30, 0xEA, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAC, 0x80, 0x30, 0xED, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xAC, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xDE, 0xB8, 0x30, 0xAE, 0x00, 0x30, 0xAC, 0xB8, 0x30, 0xAE, 0x80, 0x30, 0xCB, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xE5, 0x80, 0x30, 0xEA, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAE, 0x80, 0x30, 0xEB, 0x80, 0x30, 0xC0, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xAD, 0x00, 0x30, 0xED, 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xED, 0x80, 0x30, 0xB0, 0x80, 0x30, 0xE9, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xED, 0x80, 0x30, 0xE1, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xAD, 0x80, 0x30, 0xED, 0x80, 0x30, 0xEF, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xB0, 0x80, 0x30, 0xE9, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xB0, 0x80, 0x30, 0xE9, 0x80, 0x30, 0xE0, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xAF, 0x80, 0x30, 0xEB, 0x80, 0x30, 0xBC, 0x80, 0x30, 0xA4, 0x00, 0x30, 0xED, 0xB8, 0x30, 0xAF, 0x80, 0x30, 0xED, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xCD, 0xB8, 0x30, 0xB1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xB9, 0xB8, 0x30, 0xB3, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xCA, 0xB8, 0x30, 0xB3, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xDD, 0xB8, 0x30, 0xB5, 0x80, 0x30, 0xA4, 0x80, 0x30, 0xAF, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xB5, 0x80, 0x30, 0xF3, 0x80, 0x30, 0xC1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xB7, 0x80, 0x30, 0xEA, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB0, 0xB8, 0x30, 0xBB, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC1, 0xB8, 0x30, 0xBB, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xC0, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xB9, 0xB8, 0x30, 0xC7, 0x00, 0x30, 0xB7, 0xB8, 0x30, 0xC9, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xC8, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xCA, 0x00, 0x30, 0xCE, 0xB8, 0x30, 0xCE, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xCF, 0x80, 0x30, 0xA4, 0x00, 0x30, 0xC4, 0xB8, 0x30, 0xD1, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xBB, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xD1, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC4, 0xB8, 0x30, 0xD0, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xEC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD4, 0x80, 0x30, 0xA2, 0x80, 0x30, 0xB9, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD4, 0x80, 0x30, 0xAF, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD4, 0x00, 0x30, 0xB3, 0xB8, 0x30, 0xD3, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD5, 0x80, 0x30, 0xA1, 0x80, 0x30, 0xE9, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xD5, 0x80, 0x30, 0xA3, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xD6, 0x80, 0x30, 0xC3, 0x80, 0x30, 0xB7, 0x80, 0x30, 0xA7, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xD5, 0x80, 0x30, 0xE9, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xD8, 0x80, 0x30, 0xAF, 0x80, 0x30, 0xBF, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xDA, 0x00, 0x30, 0xBD, 0xB8, 0x30, 0xDA, 0x80, 0x30, 0xCB, 0x00, 0x30, 0xD2, 0xB8, 0x30, 0xD8, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xC4, 0xB8, 0x30, 0xDA, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xB9, 0xB8, 0x30, 0xDA, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xB8, 0xB8, 0x30, 0xD9, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xBF, 0xB8, 0x30, 0xDD, 0x80, 0x30, 0xA4, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xDC, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xC8, 0xB8, 0x30, 0xDB, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDD, 0x80, 0x30, 0xF3, 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xDB, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xDB, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xA4, 0x80, 0x30, 0xAF, 0x00, 0x30, 0xED, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xA4, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xCF, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xEB, 0x00, 0x30, 0xAF, 0xB8, 0x30, 0xDE, 0x80, 0x30, 0xF3, 0x80, 0x30, 0xB7, 0x80, 0x30, 0xE7, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDF, 0x80, 0x30, 0xAF, 0x80, 0x30, 0xED, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xDF, 0x00, 0x30, 0xEA, 0xB8, 0x30, 0xDF, 0x80, 0x30, 0xEA, 0x80, 0x30, 0xD0, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xE1, 0x00, 0x30, 0xAC, 0xB8, 0x30, 0xE1, 0x80, 0x30, 0xAC, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xE1, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xE4, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xC9, 0xB8, 0x30, 0xE4, 0x80, 0x30, 0xFC, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xE6, 0x80, 0x30, 0xA2, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xEA, 0x80, 0x30, 0xC3, 0x80, 0x30, 0xC8, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xEA, 0x00, 0x30, 0xE9, 0xB8, 0x30, 0xEB, 0x80, 0x30, 0xD4, 0x00, 0x30, 0xFC, 0xB8, 0x30, 0xEB, 0x80, 0x30, 0xFC, 0x80, 0x30, 0xD6, 0x00, 0x30, 0xEB, 0xB8, 0x30, 0xEC, 0x00, 0x30, 0xE0, 0xB8, 0x30, 0xEC, 0x80, 0x30, 0xF3, 0x80, 0x30, 0xC8, 0x80, 0x30, 0xB2, 0x00, 0x30, 0xF3, 0xB8, 0x30, 0xEF, 0x80, 0x30, 0xC3, 0x00, 0x30, 0xC8, 0xC0, 0x00, 0x30, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x33, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x34, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x35, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x36, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x37, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x38, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x39, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x33, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x34, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x37, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x38, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x31, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x32, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x33, 0x00, 0x70, 0xB9, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x34, 0x00, 0x70, 0xB9, 0xB8, 0x00, 0x68, 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x64, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x41, 0x00, 0x00, 0x55, 0xB8, 0x00, 0x62, 0x80, 0x00, 0x61, 0x00, 0x00, 0x72, 0xB8, 0x00, 0x6F, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x63, 0xB8, 0x00, 0x64, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x64, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x64, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x49, 0x00, 0x00, 0x55, 0xB8, 0x5E, 0x73, 0x00, 0x62, 0x10, 0xB8, 0x66, 0x2D, 0x00, 0x54, 0x8C, 0xB8, 0x59, 0x27, 0x00, 0x6B, 0x63, 0xB8, 0x66, 0x0E, 0x00, 0x6C, 0xBB, 0xB8, 0x68, 0x2A, 0x80, 0x5F, 0x0F, 0x80, 0x4F, 0x1A, 0x00, 0x79, 0x3E, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x41, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x41, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x41, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x41, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x41, 0xB8, 0x00, 0x4B, 0x00, 0x00, 0x42, 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x42, 0xB8, 0x00, 0x47, 0x00, 0x00, 0x42, 0xB8, 0x00, 0x63, 0x80, 0x00, 0x61, 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x63, 0x80, 0x00, 0x61, 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x46, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x46, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x46, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x4D, 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x47, 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x00, 0x54, 0x80, 0x00, 0x48, 0x00, 0x00, 0x7A, 0xB8, 0x03, 0xBC, 0x00, 0x21, 0x13, 0xB8, 0x00, 0x6D, 0x00, 0x21, 0x13, 0xB8, 0x00, 0x64, 0x00, 0x21, 0x13, 0xB8, 0x00, 0x6B, 0x00, 0x21, 0x13, 0xB8, 0x00, 0x66, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x6D, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x63, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x63, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x63, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x6D, 0x00, 0x00, 0xB3, 0xB8, 0x00, 0x6D, 0x80, 0x22, 0x15, 0x00, 0x00, 0x73, 0xB8, 0x00, 0x6D, 0x80, 0x22, 0x15, 0x80, 0x00, 0x73, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x6B, 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x4D, 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x47, 0x80, 0x00, 0x50, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x72, 0x80, 0x00, 0x61, 0x00, 0x00, 0x64, 0xB8, 0x00, 0x72, 0x80, 0x00, 0x61, 0x80, 0x00, 0x64, 0x80, 0x22, 0x15, 0x00, 0x00, 0x73, 0xB8, 0x00, 0x72, 0x80, 0x00, 0x61, 0x80, 0x00, 0x64, 0x80, 0x22, 0x15, 0x80, 0x00, 0x73, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x73, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x73, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x73, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x73, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x56, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x70, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x6E, 0x00, 0x00, 0x57, 0xB8, 0x03, 0xBC, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x57, 0xB8, 0x00, 0x6B, 0x00, 0x03, 0xA9, 0xB8, 0x00, 0x4D, 0x00, 0x03, 0xA9, 0xB8, 0x00, 0x61, 0x80, 0x00, 0x2E, 0x80, 0x00, 0x6D, 0x00, 0x00, 0x2E, 0xB8, 0x00, 0x42, 0x00, 0x00, 0x71, 0xB8, 0x00, 0x63, 0x00, 0x00, 0x63, 0xB8, 0x00, 0x63, 0x00, 0x00, 0x64, 0xB8, 0x00, 0x43, 0x80, 0x22, 0x15, 0x80, 0x00, 0x6B, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x43, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x2E, 0xB8, 0x00, 0x64, 0x00, 0x00, 0x42, 0xB8, 0x00, 0x47, 0x00, 0x00, 0x79, 0xB8, 0x00, 0x68, 0x00, 0x00, 0x61, 0xB8, 0x00, 0x48, 0x00, 0x00, 0x50, 0xB8, 0x00, 0x69, 0x00, 0x00, 0x6E, 0xB8, 0x00, 0x4B, 0x00, 0x00, 0x4B, 0xB8, 0x00, 0x4B, 0x00, 0x00, 0x4D, 0xB8, 0x00, 0x6B, 0x00, 0x00, 0x74, 0xB8, 0x00, 0x6C, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x6C, 0x00, 0x00, 0x6E, 0xB8, 0x00, 0x6C, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x67, 0xB8, 0x00, 0x6C, 0x00, 0x00, 0x78, 0xB8, 0x00, 0x6D, 0x00, 0x00, 0x62, 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x69, 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x6D, 0x80, 0x00, 0x6F, 0x00, 0x00, 0x6C, 0xB8, 0x00, 0x50, 0x00, 0x00, 0x48, 0xB8, 0x00, 0x70, 0x80, 0x00, 0x2E, 0x80, 0x00, 0x6D, 0x00, 0x00, 0x2E, 0xB8, 0x00, 0x50, 0x80, 0x00, 0x50, 0x00, 0x00, 0x4D, 0xB8, 0x00, 0x50, 0x00, 0x00, 0x52, 0xB8, 0x00, 0x73, 0x00, 0x00, 0x72, 0xB8, 0x00, 0x53, 0x00, 0x00, 0x76, 0xB8, 0x00, 0x57, 0x00, 0x00, 0x62, 0xB8, 0x00, 0x56, 0x80, 0x22, 0x15, 0x00, 0x00, 0x6D, 0xB8, 0x00, 0x41, 0x80, 0x22, 0x15, 0x00, 0x00, 0x6D, 0xC0, 0x00, 0x31, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x33, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x34, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x35, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x36, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x37, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x38, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x39, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x30, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x31, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x32, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x33, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x34, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x35, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x36, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x37, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x38, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x31, 0x80, 0x00, 0x39, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x30, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x31, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x32, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x33, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x34, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x35, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x36, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x37, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x38, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x32, 0x80, 0x00, 0x39, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x33, 0x80, 0x00, 0x30, 0x00, 0x65, 0xE5, 0xC0, 0x00, 0x33, 0x80, 0x00, 0x31, 0x00, 0x65, 0xE5, 0xB8, 0x00, 0x67, 0x80, 0x00, 0x61, 0x00, 0x00, 0x6C, 0x20, 0x04, 0x4A, 0x20, 0x04, 0x4C, 0x20, 0xA7, 0x6F, 0x20, 0x01, 0x26, 0x20, 0x01, 0x53, 0x20, 0xA7, 0x27, 0x20, 0xAB, 0x37, 0x20, 0x02, 0x6B, 0x20, 0xAB, 0x52, 0x00, 0x8C, 0x48, 0x00, 0x66, 0xF4, 0x00, 0x8E, 0xCA, 0x00, 0x8C, 0xC8, 0x00, 0x6E, 0xD1, 0x00, 0x4E, 0x32, 0x00, 0x53, 0xE5, 0x00, 0x9F, 0x9C, 0x00, 0x9F, 0x9C, 0x00, 0x59, 0x51, 0x00, 0x91, 0xD1, 0x00, 0x55, 0x87, 0x00, 0x59, 0x48, 0x00, 0x61, 0xF6, 0x00, 0x76, 0x69, 0x00, 0x7F, 0x85, 0x00, 0x86, 0x3F, 0x00, 0x87, 0xBA, 0x00, 0x88, 0xF8, 0x00, 0x90, 0x8F, 0x00, 0x6A, 0x02, 0x00, 0x6D, 0x1B, 0x00, 0x70, 0xD9, 0x00, 0x73, 0xDE, 0x00, 0x84, 0x3D, 0x00, 0x91, 0x6A, 0x00, 0x99, 0xF1, 0x00, 0x4E, 0x82, 0x00, 0x53, 0x75, 0x00, 0x6B, 0x04, 0x00, 0x72, 0x1B, 0x00, 0x86, 0x2D, 0x00, 0x9E, 0x1E, 0x00, 0x5D, 0x50, 0x00, 0x6F, 0xEB, 0x00, 0x85, 0xCD, 0x00, 0x89, 0x64, 0x00, 0x62, 0xC9, 0x00, 0x81, 0xD8, 0x00, 0x88, 0x1F, 0x00, 0x5E, 0xCA, 0x00, 0x67, 0x17, 0x00, 0x6D, 0x6A, 0x00, 0x72, 0xFC, 0x00, 0x90, 0xCE, 0x00, 0x4F, 0x86, 0x00, 0x51, 0xB7, 0x00, 0x52, 0xDE, 0x00, 0x64, 0xC4, 0x00, 0x6A, 0xD3, 0x00, 0x72, 0x10, 0x00, 0x76, 0xE7, 0x00, 0x80, 0x01, 0x00, 0x86, 0x06, 0x00, 0x86, 0x5C, 0x00, 0x8D, 0xEF, 0x00, 0x97, 0x32, 0x00, 0x9B, 0x6F, 0x00, 0x9D, 0xFA, 0x00, 0x78, 0x8C, 0x00, 0x79, 0x7F, 0x00, 0x7D, 0xA0, 0x00, 0x83, 0xC9, 0x00, 0x93, 0x04, 0x00, 0x9E, 0x7F, 0x00, 0x8A, 0xD6, 0x00, 0x58, 0xDF, 0x00, 0x5F, 0x04, 0x00, 0x7C, 0x60, 0x00, 0x80, 0x7E, 0x00, 0x72, 0x62, 0x00, 0x78, 0xCA, 0x00, 0x8C, 0xC2, 0x00, 0x96, 0xF7, 0x00, 0x58, 0xD8, 0x00, 0x5C, 0x62, 0x00, 0x6A, 0x13, 0x00, 0x6D, 0xDA, 0x00, 0x6F, 0x0F, 0x00, 0x7D, 0x2F, 0x00, 0x7E, 0x37, 0x00, 0x96, 0x4B, 0x00, 0x52, 0xD2, 0x00, 0x80, 0x8B, 0x00, 0x51, 0xDC, 0x00, 0x51, 0xCC, 0x00, 0x7A, 0x1C, 0x00, 0x7D, 0xBE, 0x00, 0x83, 0xF1, 0x00, 0x96, 0x75, 0x00, 0x8B, 0x80, 0x00, 0x62, 0xCF, 0x00, 0x6A, 0x02, 0x00, 0x8A, 0xFE, 0x00, 0x4E, 0x39, 0x00, 0x5B, 0xE7, 0x00, 0x60, 0x12, 0x00, 0x73, 0x87, 0x00, 0x75, 0x70, 0x00, 0x53, 0x17, 0x00, 0x78, 0xFB, 0x00, 0x4F, 0xBF, 0x00, 0x5F, 0xA9, 0x00, 0x4E, 0x0D, 0x00, 0x6C, 0xCC, 0x00, 0x65, 0x78, 0x00, 0x7D, 0x22, 0x00, 0x53, 0xC3, 0x00, 0x58, 0x5E, 0x00, 0x77, 0x01, 0x00, 0x84, 0x49, 0x00, 0x8A, 0xAA, 0x00, 0x6B, 0xBA, 0x00, 0x8F, 0xB0, 0x00, 0x6C, 0x88, 0x00, 0x62, 0xFE, 0x00, 0x82, 0xE5, 0x00, 0x63, 0xA0, 0x00, 0x75, 0x65, 0x00, 0x4E, 0xAE, 0x00, 0x51, 0x69, 0x00, 0x51, 0xC9, 0x00, 0x68, 0x81, 0x00, 0x7C, 0xE7, 0x00, 0x82, 0x6F, 0x00, 0x8A, 0xD2, 0x00, 0x91, 0xCF, 0x00, 0x52, 0xF5, 0x00, 0x54, 0x42, 0x00, 0x59, 0x73, 0x00, 0x5E, 0xEC, 0x00, 0x65, 0xC5, 0x00, 0x6F, 0xFE, 0x00, 0x79, 0x2A, 0x00, 0x95, 0xAD, 0x00, 0x9A, 0x6A, 0x00, 0x9E, 0x97, 0x00, 0x9E, 0xCE, 0x00, 0x52, 0x9B, 0x00, 0x66, 0xC6, 0x00, 0x6B, 0x77, 0x00, 0x8F, 0x62, 0x00, 0x5E, 0x74, 0x00, 0x61, 0x90, 0x00, 0x62, 0x00, 0x00, 0x64, 0x9A, 0x00, 0x6F, 0x23, 0x00, 0x71, 0x49, 0x00, 0x74, 0x89, 0x00, 0x79, 0xCA, 0x00, 0x7D, 0xF4, 0x00, 0x80, 0x6F, 0x00, 0x8F, 0x26, 0x00, 0x84, 0xEE, 0x00, 0x90, 0x23, 0x00, 0x93, 0x4A, 0x00, 0x52, 0x17, 0x00, 0x52, 0xA3, 0x00, 0x54, 0xBD, 0x00, 0x70, 0xC8, 0x00, 0x88, 0xC2, 0x00, 0x8A, 0xAA, 0x00, 0x5E, 0xC9, 0x00, 0x5F, 0xF5, 0x00, 0x63, 0x7B, 0x00, 0x6B, 0xAE, 0x00, 0x7C, 0x3E, 0x00, 0x73, 0x75, 0x00, 0x4E, 0xE4, 0x00, 0x56, 0xF9, 0x00, 0x5B, 0xE7, 0x00, 0x5D, 0xBA, 0x00, 0x60, 0x1C, 0x00, 0x73, 0xB2, 0x00, 0x74, 0x69, 0x00, 0x7F, 0x9A, 0x00, 0x80, 0x46, 0x00, 0x92, 0x34, 0x00, 0x96, 0xF6, 0x00, 0x97, 0x48, 0x00, 0x98, 0x18, 0x00, 0x4F, 0x8B, 0x00, 0x79, 0xAE, 0x00, 0x91, 0xB4, 0x00, 0x96, 0xB8, 0x00, 0x60, 0xE1, 0x00, 0x4E, 0x86, 0x00, 0x50, 0xDA, 0x00, 0x5B, 0xEE, 0x00, 0x5C, 0x3F, 0x00, 0x65, 0x99, 0x00, 0x6A, 0x02, 0x00, 0x71, 0xCE, 0x00, 0x76, 0x42, 0x00, 0x84, 0xFC, 0x00, 0x90, 0x7C, 0x00, 0x9F, 0x8D, 0x00, 0x66, 0x88, 0x00, 0x96, 0x2E, 0x00, 0x52, 0x89, 0x00, 0x67, 0x7B, 0x00, 0x67, 0xF3, 0x00, 0x6D, 0x41, 0x00, 0x6E, 0x9C, 0x00, 0x74, 0x09, 0x00, 0x75, 0x59, 0x00, 0x78, 0x6B, 0x00, 0x7D, 0x10, 0x00, 0x98, 0x5E, 0x00, 0x51, 0x6D, 0x00, 0x62, 0x2E, 0x00, 0x96, 0x78, 0x00, 0x50, 0x2B, 0x00, 0x5D, 0x19, 0x00, 0x6D, 0xEA, 0x00, 0x8F, 0x2A, 0x00, 0x5F, 0x8B, 0x00, 0x61, 0x44, 0x00, 0x68, 0x17, 0x00, 0x73, 0x87, 0x00, 0x96, 0x86, 0x00, 0x52, 0x29, 0x00, 0x54, 0x0F, 0x00, 0x5C, 0x65, 0x00, 0x66, 0x13, 0x00, 0x67, 0x4E, 0x00, 0x68, 0xA8, 0x00, 0x6C, 0xE5, 0x00, 0x74, 0x06, 0x00, 0x75, 0xE2, 0x00, 0x7F, 0x79, 0x00, 0x88, 0xCF, 0x00, 0x88, 0xE1, 0x00, 0x91, 0xCC, 0x00, 0x96, 0xE2, 0x00, 0x53, 0x3F, 0x00, 0x6E, 0xBA, 0x00, 0x54, 0x1D, 0x00, 0x71, 0xD0, 0x00, 0x74, 0x98, 0x00, 0x85, 0xFA, 0x00, 0x96, 0xA3, 0x00, 0x9C, 0x57, 0x00, 0x9E, 0x9F, 0x00, 0x67, 0x97, 0x00, 0x6D, 0xCB, 0x00, 0x81, 0xE8, 0x00, 0x7A, 0xCB, 0x00, 0x7B, 0x20, 0x00, 0x7C, 0x92, 0x00, 0x72, 0xC0, 0x00, 0x70, 0x99, 0x00, 0x8B, 0x58, 0x00, 0x4E, 0xC0, 0x00, 0x83, 0x36, 0x00, 0x52, 0x3A, 0x00, 0x52, 0x07, 0x00, 0x5E, 0xA6, 0x00, 0x62, 0xD3, 0x00, 0x7C, 0xD6, 0x00, 0x5B, 0x85, 0x00, 0x6D, 0x1E, 0x00, 0x66, 0xB4, 0x00, 0x8F, 0x3B, 0x00, 0x88, 0x4C, 0x00, 0x96, 0x4D, 0x00, 0x89, 0x8B, 0x00, 0x5E, 0xD3, 0x00, 0x51, 0x40, 0x00, 0x55, 0xC0, 0x00, 0x58, 0x5A, 0x00, 0x66, 0x74, 0x00, 0x51, 0xDE, 0x00, 0x73, 0x2A, 0x00, 0x76, 0xCA, 0x00, 0x79, 0x3C, 0x00, 0x79, 0x5E, 0x00, 0x79, 0x65, 0x00, 0x79, 0x8F, 0x00, 0x97, 0x56, 0x00, 0x7C, 0xBE, 0x00, 0x7F, 0xBD, 0x00, 0x86, 0x12, 0x00, 0x8A, 0xF8, 0x00, 0x90, 0x38, 0x00, 0x90, 0xFD, 0x00, 0x98, 0xEF, 0x00, 0x98, 0xFC, 0x00, 0x99, 0x28, 0x00, 0x9D, 0xB4, 0x00, 0x90, 0xDE, 0x00, 0x96, 0xB7, 0x00, 0x4F, 0xAE, 0x00, 0x50, 0xE7, 0x00, 0x51, 0x4D, 0x00, 0x52, 0xC9, 0x00, 0x52, 0xE4, 0x00, 0x53, 0x51, 0x00, 0x55, 0x9D, 0x00, 0x56, 0x06, 0x00, 0x56, 0x68, 0x00, 0x58, 0x40, 0x00, 0x58, 0xA8, 0x00, 0x5C, 0x64, 0x00, 0x5C, 0x6E, 0x00, 0x60, 0x94, 0x00, 0x61, 0x68, 0x00, 0x61, 0x8E, 0x00, 0x61, 0xF2, 0x00, 0x65, 0x4F, 0x00, 0x65, 0xE2, 0x00, 0x66, 0x91, 0x00, 0x68, 0x85, 0x00, 0x6D, 0x77, 0x00, 0x6E, 0x1A, 0x00, 0x6F, 0x22, 0x00, 0x71, 0x6E, 0x00, 0x72, 0x2B, 0x00, 0x74, 0x22, 0x00, 0x78, 0x91, 0x00, 0x79, 0x3E, 0x00, 0x79, 0x49, 0x00, 0x79, 0x48, 0x00, 0x79, 0x50, 0x00, 0x79, 0x56, 0x00, 0x79, 0x5D, 0x00, 0x79, 0x8D, 0x00, 0x79, 0x8E, 0x00, 0x7A, 0x40, 0x00, 0x7A, 0x81, 0x00, 0x7B, 0xC0, 0x00, 0x7D, 0xF4, 0x00, 0x7E, 0x09, 0x00, 0x7E, 0x41, 0x00, 0x7F, 0x72, 0x00, 0x80, 0x05, 0x00, 0x81, 0xED, 0x00, 0x82, 0x79, 0x00, 0x82, 0x79, 0x00, 0x84, 0x57, 0x00, 0x89, 0x10, 0x00, 0x89, 0x96, 0x00, 0x8B, 0x01, 0x00, 0x8B, 0x39, 0x00, 0x8C, 0xD3, 0x00, 0x8D, 0x08, 0x00, 0x8F, 0xB6, 0x00, 0x90, 0x38, 0x00, 0x96, 0xE3, 0x00, 0x97, 0xFF, 0x00, 0x98, 0x3B, 0x00, 0x60, 0x75, 0x02, 0x42, 0xEE, 0x00, 0x82, 0x18, 0x00, 0x4E, 0x26, 0x00, 0x51, 0xB5, 0x00, 0x51, 0x68, 0x00, 0x4F, 0x80, 0x00, 0x51, 0x45, 0x00, 0x51, 0x80, 0x00, 0x52, 0xC7, 0x00, 0x52, 0xFA, 0x00, 0x55, 0x9D, 0x00, 0x55, 0x55, 0x00, 0x55, 0x99, 0x00, 0x55, 0xE2, 0x00, 0x58, 0x5A, 0x00, 0x58, 0xB3, 0x00, 0x59, 0x44, 0x00, 0x59, 0x54, 0x00, 0x5A, 0x62, 0x00, 0x5B, 0x28, 0x00, 0x5E, 0xD2, 0x00, 0x5E, 0xD9, 0x00, 0x5F, 0x69, 0x00, 0x5F, 0xAD, 0x00, 0x60, 0xD8, 0x00, 0x61, 0x4E, 0x00, 0x61, 0x08, 0x00, 0x61, 0x8E, 0x00, 0x61, 0x60, 0x00, 0x61, 0xF2, 0x00, 0x62, 0x34, 0x00, 0x63, 0xC4, 0x00, 0x64, 0x1C, 0x00, 0x64, 0x52, 0x00, 0x65, 0x56, 0x00, 0x66, 0x74, 0x00, 0x67, 0x17, 0x00, 0x67, 0x1B, 0x00, 0x67, 0x56, 0x00, 0x6B, 0x79, 0x00, 0x6B, 0xBA, 0x00, 0x6D, 0x41, 0x00, 0x6E, 0xDB, 0x00, 0x6E, 0xCB, 0x00, 0x6F, 0x22, 0x00, 0x70, 0x1E, 0x00, 0x71, 0x6E, 0x00, 0x77, 0xA7, 0x00, 0x72, 0x35, 0x00, 0x72, 0xAF, 0x00, 0x73, 0x2A, 0x00, 0x74, 0x71, 0x00, 0x75, 0x06, 0x00, 0x75, 0x3B, 0x00, 0x76, 0x1D, 0x00, 0x76, 0x1F, 0x00, 0x76, 0xCA, 0x00, 0x76, 0xDB, 0x00, 0x76, 0xF4, 0x00, 0x77, 0x4A, 0x00, 0x77, 0x40, 0x00, 0x78, 0xCC, 0x00, 0x7A, 0xB1, 0x00, 0x7B, 0xC0, 0x00, 0x7C, 0x7B, 0x00, 0x7D, 0x5B, 0x00, 0x7D, 0xF4, 0x00, 0x7F, 0x3E, 0x00, 0x80, 0x05, 0x00, 0x83, 0x52, 0x00, 0x83, 0xEF, 0x00, 0x87, 0x79, 0x00, 0x89, 0x41, 0x00, 0x89, 0x86, 0x00, 0x89, 0x96, 0x00, 0x8A, 0xBF, 0x00, 0x8A, 0xF8, 0x00, 0x8A, 0xCB, 0x00, 0x8B, 0x01, 0x00, 0x8A, 0xFE, 0x00, 0x8A, 0xED, 0x00, 0x8B, 0x39, 0x00, 0x8B, 0x8A, 0x00, 0x8D, 0x08, 0x00, 0x8F, 0x38, 0x00, 0x90, 0x72, 0x00, 0x91, 0x99, 0x00, 0x92, 0x76, 0x00, 0x96, 0x7C, 0x00, 0x96, 0xE3, 0x00, 0x97, 0x56, 0x00, 0x97, 0xDB, 0x00, 0x97, 0xFF, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x3B, 0x00, 0x9B, 0x12, 0x00, 0x9F, 0x9C, 0x02, 0x28, 0x4A, 0x02, 0x28, 0x44, 0x02, 0x33, 0xD5, 0x00, 0x3B, 0x9D, 0x00, 0x40, 0x18, 0x00, 0x40, 0x39, 0x02, 0x52, 0x49, 0x02, 0x5C, 0xD0, 0x02, 0x7E, 0xD3, 0x00, 0x9F, 0x43, 0x00, 0x9F, 0x8E, 0xC0, 0x00, 0x66, 0x00, 0x00, 0x66, 0xC0, 0x00, 0x66, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x66, 0x00, 0x00, 0x6C, 0xC0, 0x00, 0x66, 0x80, 0x00, 0x66, 0x00, 0x00, 0x69, 0xC0, 0x00, 0x66, 0x80, 0x00, 0x66, 0x00, 0x00, 0x6C, 0xC0, 0x01, 0x7F, 0x00, 0x00, 0x74, 0xC0, 0x00, 0x73, 0x00, 0x00, 0x74, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x76, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x65, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x6B, 0xC0, 0x05, 0x7E, 0x00, 0x05, 0x76, 0xC0, 0x05, 0x74, 0x00, 0x05, 0x6D, 0x80, 0x05, 0xD9, 0x00, 0x05, 0xB4, 0x80, 0x05, 0xF2, 0x00, 0x05, 0xB7, 0x04, 0x05, 0xE2, 0x04, 0x05, 0xD0, 0x04, 0x05, 0xD3, 0x04, 0x05, 0xD4, 0x04, 0x05, 0xDB, 0x04, 0x05, 0xDC, 0x04, 0x05, 0xDD, 0x04, 0x05, 0xE8, 0x04, 0x05, 0xEA, 0x04, 0x00, 0x2B, 0x80, 0x05, 0xE9, 0x00, 0x05, 0xC1, 0x80, 0x05, 0xE9, 0x00, 0x05, 0xC2, 0x80, 0xFB, 0x49, 0x00, 0x05, 0xC1, 0x80, 0xFB, 0x49, 0x00, 0x05, 0xC2, 0x80, 0x05, 0xD0, 0x00, 0x05, 0xB7, 0x80, 0x05, 0xD0, 0x00, 0x05, 0xB8, 0x80, 0x05, 0xD0, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD1, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD2, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD3, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD4, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD5, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD6, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD8, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD9, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDA, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDB, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDC, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xDE, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE0, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE1, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE3, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE4, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE6, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE7, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE8, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xE9, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xEA, 0x00, 0x05, 0xBC, 0x80, 0x05, 0xD5, 0x00, 0x05, 0xB9, 0x80, 0x05, 0xD1, 0x00, 0x05, 0xBF, 0x80, 0x05, 0xDB, 0x00, 0x05, 0xBF, 0x80, 0x05, 0xE4, 0x00, 0x05, 0xBF, 0xC0, 0x05, 0xD0, 0x00, 0x05, 0xDC, 0x18, 0x06, 0x71, 0x14, 0x06, 0x71, 0x18, 0x06, 0x7B, 0x14, 0x06, 0x7B, 0x0C, 0x06, 0x7B, 0x10, 0x06, 0x7B, 0x18, 0x06, 0x7E, 0x14, 0x06, 0x7E, 0x0C, 0x06, 0x7E, 0x10, 0x06, 0x7E, 0x18, 0x06, 0x80, 0x14, 0x06, 0x80, 0x0C, 0x06, 0x80, 0x10, 0x06, 0x80, 0x18, 0x06, 0x7A, 0x14, 0x06, 0x7A, 0x0C, 0x06, 0x7A, 0x10, 0x06, 0x7A, 0x18, 0x06, 0x7F, 0x14, 0x06, 0x7F, 0x0C, 0x06, 0x7F, 0x10, 0x06, 0x7F, 0x18, 0x06, 0x79, 0x14, 0x06, 0x79, 0x0C, 0x06, 0x79, 0x10, 0x06, 0x79, 0x18, 0x06, 0xA4, 0x14, 0x06, 0xA4, 0x0C, 0x06, 0xA4, 0x10, 0x06, 0xA4, 0x18, 0x06, 0xA6, 0x14, 0x06, 0xA6, 0x0C, 0x06, 0xA6, 0x10, 0x06, 0xA6, 0x18, 0x06, 0x84, 0x14, 0x06, 0x84, 0x0C, 0x06, 0x84, 0x10, 0x06, 0x84, 0x18, 0x06, 0x83, 0x14, 0x06, 0x83, 0x0C, 0x06, 0x83, 0x10, 0x06, 0x83, 0x18, 0x06, 0x86, 0x14, 0x06, 0x86, 0x0C, 0x06, 0x86, 0x10, 0x06, 0x86, 0x18, 0x06, 0x87, 0x14, 0x06, 0x87, 0x0C, 0x06, 0x87, 0x10, 0x06, 0x87, 0x18, 0x06, 0x8D, 0x14, 0x06, 0x8D, 0x18, 0x06, 0x8C, 0x14, 0x06, 0x8C, 0x18, 0x06, 0x8E, 0x14, 0x06, 0x8E, 0x18, 0x06, 0x88, 0x14, 0x06, 0x88, 0x18, 0x06, 0x98, 0x14, 0x06, 0x98, 0x18, 0x06, 0x91, 0x14, 0x06, 0x91, 0x18, 0x06, 0xA9, 0x14, 0x06, 0xA9, 0x0C, 0x06, 0xA9, 0x10, 0x06, 0xA9, 0x18, 0x06, 0xAF, 0x14, 0x06, 0xAF, 0x0C, 0x06, 0xAF, 0x10, 0x06, 0xAF, 0x18, 0x06, 0xB3, 0x14, 0x06, 0xB3, 0x0C, 0x06, 0xB3, 0x10, 0x06, 0xB3, 0x18, 0x06, 0xB1, 0x14, 0x06, 0xB1, 0x0C, 0x06, 0xB1, 0x10, 0x06, 0xB1, 0x18, 0x06, 0xBA, 0x14, 0x06, 0xBA, 0x18, 0x06, 0xBB, 0x14, 0x06, 0xBB, 0x0C, 0x06, 0xBB, 0x10, 0x06, 0xBB, 0x18, 0x06, 0xC0, 0x14, 0x06, 0xC0, 0x18, 0x06, 0xC1, 0x14, 0x06, 0xC1, 0x0C, 0x06, 0xC1, 0x10, 0x06, 0xC1, 0x18, 0x06, 0xBE, 0x14, 0x06, 0xBE, 0x0C, 0x06, 0xBE, 0x10, 0x06, 0xBE, 0x18, 0x06, 0xD2, 0x14, 0x06, 0xD2, 0x18, 0x06, 0xD3, 0x14, 0x06, 0xD3, 0x18, 0x06, 0xAD, 0x14, 0x06, 0xAD, 0x0C, 0x06, 0xAD, 0x10, 0x06, 0xAD, 0x18, 0x06, 0xC7, 0x14, 0x06, 0xC7, 0x18, 0x06, 0xC6, 0x14, 0x06, 0xC6, 0x18, 0x06, 0xC8, 0x14, 0x06, 0xC8, 0x18, 0x06, 0x77, 0x18, 0x06, 0xCB, 0x14, 0x06, 0xCB, 0x18, 0x06, 0xC5, 0x14, 0x06, 0xC5, 0x18, 0x06, 0xC9, 0x14, 0x06, 0xC9, 0x18, 0x06, 0xD0, 0x14, 0x06, 0xD0, 0x0C, 0x06, 0xD0, 0x10, 0x06, 0xD0, 0x0C, 0x06, 0x49, 0x10, 0x06, 0x49, 0x98, 0x06, 0x26, 0x00, 0x06, 0x27, 0x94, 0x06, 0x26, 0x00, 0x06, 0x27, 0x98, 0x06, 0x26, 0x00, 0x06, 0xD5, 0x94, 0x06, 0x26, 0x00, 0x06, 0xD5, 0x98, 0x06, 0x26, 0x00, 0x06, 0x48, 0x94, 0x06, 0x26, 0x00, 0x06, 0x48, 0x98, 0x06, 0x26, 0x00, 0x06, 0xC7, 0x94, 0x06, 0x26, 0x00, 0x06, 0xC7, 0x98, 0x06, 0x26, 0x00, 0x06, 0xC6, 0x94, 0x06, 0x26, 0x00, 0x06, 0xC6, 0x98, 0x06, 0x26, 0x00, 0x06, 0xC8, 0x94, 0x06, 0x26, 0x00, 0x06, 0xC8, 0x98, 0x06, 0x26, 0x00, 0x06, 0xD0, 0x94, 0x06, 0x26, 0x00, 0x06, 0xD0, 0x8C, 0x06, 0x26, 0x00, 0x06, 0xD0, 0x98, 0x06, 0x26, 0x00, 0x06, 0x49, 0x94, 0x06, 0x26, 0x00, 0x06, 0x49, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x49, 0x18, 0x06, 0xCC, 0x14, 0x06, 0xCC, 0x0C, 0x06, 0xCC, 0x10, 0x06, 0xCC, 0x98, 0x06, 0x26, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x26, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x26, 0x00, 0x06, 0x45, 0x98, 0x06, 0x26, 0x00, 0x06, 0x49, 0x98, 0x06, 0x26, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x28, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x28, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x28, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x28, 0x00, 0x06, 0x45, 0x98, 0x06, 0x28, 0x00, 0x06, 0x49, 0x98, 0x06, 0x28, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x49, 0x98, 0x06, 0x2A, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2B, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x2B, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2B, 0x00, 0x06, 0x49, 0x98, 0x06, 0x2B, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x98, 0x06, 0x33, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x33, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x33, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x33, 0x00, 0x06, 0x45, 0x98, 0x06, 0x35, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x35, 0x00, 0x06, 0x45, 0x98, 0x06, 0x36, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x36, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x36, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x36, 0x00, 0x06, 0x45, 0x98, 0x06, 0x37, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x37, 0x00, 0x06, 0x45, 0x98, 0x06, 0x38, 0x00, 0x06, 0x45, 0x98, 0x06, 0x39, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x39, 0x00, 0x06, 0x45, 0x98, 0x06, 0x3A, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x3A, 0x00, 0x06, 0x45, 0x98, 0x06, 0x41, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x41, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x41, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x41, 0x00, 0x06, 0x45, 0x98, 0x06, 0x41, 0x00, 0x06, 0x49, 0x98, 0x06, 0x41, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x42, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x42, 0x00, 0x06, 0x45, 0x98, 0x06, 0x42, 0x00, 0x06, 0x49, 0x98, 0x06, 0x42, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x43, 0x00, 0x06, 0x27, 0x98, 0x06, 0x43, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x43, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x43, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x43, 0x00, 0x06, 0x44, 0x98, 0x06, 0x43, 0x00, 0x06, 0x45, 0x98, 0x06, 0x43, 0x00, 0x06, 0x49, 0x98, 0x06, 0x43, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x44, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x44, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x44, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x44, 0x00, 0x06, 0x45, 0x98, 0x06, 0x44, 0x00, 0x06, 0x49, 0x98, 0x06, 0x44, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x45, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x45, 0x00, 0x06, 0x45, 0x98, 0x06, 0x45, 0x00, 0x06, 0x49, 0x98, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x46, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x46, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x46, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x46, 0x00, 0x06, 0x45, 0x98, 0x06, 0x46, 0x00, 0x06, 0x49, 0x98, 0x06, 0x46, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x47, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x47, 0x00, 0x06, 0x45, 0x98, 0x06, 0x47, 0x00, 0x06, 0x49, 0x98, 0x06, 0x47, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x49, 0x98, 0x06, 0x4A, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x30, 0x00, 0x06, 0x70, 0x98, 0x06, 0x31, 0x00, 0x06, 0x70, 0x98, 0x06, 0x49, 0x00, 0x06, 0x70, 0x98, 0x00, 0x20, 0x80, 0x06, 0x4C, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x4D, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x4E, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x4F, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x50, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x80, 0x06, 0x51, 0x00, 0x06, 0x70, 0x94, 0x06, 0x26, 0x00, 0x06, 0x31, 0x94, 0x06, 0x26, 0x00, 0x06, 0x32, 0x94, 0x06, 0x26, 0x00, 0x06, 0x45, 0x94, 0x06, 0x26, 0x00, 0x06, 0x46, 0x94, 0x06, 0x26, 0x00, 0x06, 0x49, 0x94, 0x06, 0x26, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x28, 0x00, 0x06, 0x31, 0x94, 0x06, 0x28, 0x00, 0x06, 0x32, 0x94, 0x06, 0x28, 0x00, 0x06, 0x45, 0x94, 0x06, 0x28, 0x00, 0x06, 0x46, 0x94, 0x06, 0x28, 0x00, 0x06, 0x49, 0x94, 0x06, 0x28, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x31, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x32, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x45, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x46, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2A, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x31, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x32, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x45, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x46, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2B, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x41, 0x00, 0x06, 0x49, 0x94, 0x06, 0x41, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x42, 0x00, 0x06, 0x49, 0x94, 0x06, 0x42, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x43, 0x00, 0x06, 0x27, 0x94, 0x06, 0x43, 0x00, 0x06, 0x44, 0x94, 0x06, 0x43, 0x00, 0x06, 0x45, 0x94, 0x06, 0x43, 0x00, 0x06, 0x49, 0x94, 0x06, 0x43, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x00, 0x06, 0x49, 0x94, 0x06, 0x44, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x45, 0x00, 0x06, 0x27, 0x94, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x00, 0x06, 0x31, 0x94, 0x06, 0x46, 0x00, 0x06, 0x32, 0x94, 0x06, 0x46, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x00, 0x06, 0x46, 0x94, 0x06, 0x46, 0x00, 0x06, 0x49, 0x94, 0x06, 0x46, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x49, 0x00, 0x06, 0x70, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x31, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x32, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x46, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x49, 0x94, 0x06, 0x4A, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x26, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x28, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2A, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x2B, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2E, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x35, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x35, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x35, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x36, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x36, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x36, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x36, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x37, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x38, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x39, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x39, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x3A, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x3A, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x41, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x41, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x41, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x41, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x42, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x42, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x44, 0x8C, 0x06, 0x43, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x44, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x45, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x47, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x47, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x47, 0x00, 0x06, 0x70, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x4A, 0x00, 0x06, 0x47, 0x90, 0x06, 0x26, 0x00, 0x06, 0x45, 0x90, 0x06, 0x26, 0x00, 0x06, 0x47, 0x90, 0x06, 0x28, 0x00, 0x06, 0x45, 0x90, 0x06, 0x28, 0x00, 0x06, 0x47, 0x90, 0x06, 0x2A, 0x00, 0x06, 0x45, 0x90, 0x06, 0x2A, 0x00, 0x06, 0x47, 0x90, 0x06, 0x2B, 0x00, 0x06, 0x45, 0x90, 0x06, 0x2B, 0x00, 0x06, 0x47, 0x90, 0x06, 0x33, 0x00, 0x06, 0x45, 0x90, 0x06, 0x33, 0x00, 0x06, 0x47, 0x90, 0x06, 0x34, 0x00, 0x06, 0x45, 0x90, 0x06, 0x34, 0x00, 0x06, 0x47, 0x90, 0x06, 0x43, 0x00, 0x06, 0x44, 0x90, 0x06, 0x43, 0x00, 0x06, 0x45, 0x90, 0x06, 0x44, 0x00, 0x06, 0x45, 0x90, 0x06, 0x46, 0x00, 0x06, 0x45, 0x90, 0x06, 0x46, 0x00, 0x06, 0x47, 0x90, 0x06, 0x4A, 0x00, 0x06, 0x45, 0x90, 0x06, 0x4A, 0x00, 0x06, 0x47, 0x90, 0x06, 0x40, 0x80, 0x06, 0x4E, 0x00, 0x06, 0x51, 0x90, 0x06, 0x40, 0x80, 0x06, 0x4F, 0x00, 0x06, 0x51, 0x90, 0x06, 0x40, 0x80, 0x06, 0x50, 0x00, 0x06, 0x51, 0x98, 0x06, 0x37, 0x00, 0x06, 0x49, 0x98, 0x06, 0x37, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x39, 0x00, 0x06, 0x49, 0x98, 0x06, 0x39, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x3A, 0x00, 0x06, 0x49, 0x98, 0x06, 0x3A, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x33, 0x00, 0x06, 0x49, 0x98, 0x06, 0x33, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x34, 0x00, 0x06, 0x49, 0x98, 0x06, 0x34, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x98, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x98, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x49, 0x98, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x35, 0x00, 0x06, 0x49, 0x98, 0x06, 0x35, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x36, 0x00, 0x06, 0x49, 0x98, 0x06, 0x36, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x34, 0x00, 0x06, 0x2C, 0x98, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x98, 0x06, 0x34, 0x00, 0x06, 0x2E, 0x98, 0x06, 0x34, 0x00, 0x06, 0x45, 0x98, 0x06, 0x34, 0x00, 0x06, 0x31, 0x98, 0x06, 0x33, 0x00, 0x06, 0x31, 0x98, 0x06, 0x35, 0x00, 0x06, 0x31, 0x98, 0x06, 0x36, 0x00, 0x06, 0x31, 0x94, 0x06, 0x37, 0x00, 0x06, 0x49, 0x94, 0x06, 0x37, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x39, 0x00, 0x06, 0x49, 0x94, 0x06, 0x39, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x3A, 0x00, 0x06, 0x49, 0x94, 0x06, 0x3A, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x33, 0x00, 0x06, 0x49, 0x94, 0x06, 0x33, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, 0x00, 0x06, 0x49, 0x94, 0x06, 0x34, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2E, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x35, 0x00, 0x06, 0x49, 0x94, 0x06, 0x35, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x36, 0x00, 0x06, 0x49, 0x94, 0x06, 0x36, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, 0x00, 0x06, 0x2C, 0x94, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x34, 0x00, 0x06, 0x2E, 0x94, 0x06, 0x34, 0x00, 0x06, 0x45, 0x94, 0x06, 0x34, 0x00, 0x06, 0x31, 0x94, 0x06, 0x33, 0x00, 0x06, 0x31, 0x94, 0x06, 0x35, 0x00, 0x06, 0x31, 0x94, 0x06, 0x36, 0x00, 0x06, 0x31, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x33, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x34, 0x00, 0x06, 0x47, 0x8C, 0x06, 0x37, 0x00, 0x06, 0x45, 0x90, 0x06, 0x33, 0x00, 0x06, 0x2C, 0x90, 0x06, 0x33, 0x00, 0x06, 0x2D, 0x90, 0x06, 0x33, 0x00, 0x06, 0x2E, 0x90, 0x06, 0x34, 0x00, 0x06, 0x2C, 0x90, 0x06, 0x34, 0x00, 0x06, 0x2D, 0x90, 0x06, 0x34, 0x00, 0x06, 0x2E, 0x90, 0x06, 0x37, 0x00, 0x06, 0x45, 0x90, 0x06, 0x38, 0x00, 0x06, 0x45, 0x94, 0x06, 0x27, 0x00, 0x06, 0x4B, 0x98, 0x06, 0x27, 0x00, 0x06, 0x4B, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2E, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x2D, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2D, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x33, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x94, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x94, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x33, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x35, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x35, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x35, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x34, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x34, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x94, 0x06, 0x34, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x34, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2E, 0x94, 0x06, 0x34, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x34, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x36, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x94, 0x06, 0x36, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x36, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x94, 0x06, 0x37, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x37, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x37, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x37, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x39, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x39, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x39, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x39, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x3A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x3A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x3A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x41, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x41, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x94, 0x06, 0x42, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x42, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2C, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2C, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x94, 0x06, 0x45, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2E, 0x8C, 0x06, 0x47, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2C, 0x8C, 0x06, 0x47, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x94, 0x06, 0x46, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x46, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x4A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x4A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x28, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x49, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x45, 0x00, 0x06, 0x49, 0x94, 0x06, 0x33, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x49, 0x94, 0x06, 0x35, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x34, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x36, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x44, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x4A, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x4A, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x4A, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x45, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x42, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x42, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2D, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x45, 0x94, 0x06, 0x39, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x43, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x45, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x43, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x44, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x2D, 0x94, 0x06, 0x2C, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x2D, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x45, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x41, 0x80, 0x06, 0x45, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x28, 0x80, 0x06, 0x2D, 0x00, 0x06, 0x4A, 0x8C, 0x06, 0x43, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x39, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x45, 0x8C, 0x06, 0x35, 0x80, 0x06, 0x45, 0x00, 0x06, 0x45, 0x94, 0x06, 0x33, 0x80, 0x06, 0x2E, 0x00, 0x06, 0x4A, 0x94, 0x06, 0x46, 0x80, 0x06, 0x2C, 0x00, 0x06, 0x4A, 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x00, 0x06, 0xD2, 0x98, 0x06, 0x42, 0x80, 0x06, 0x44, 0x00, 0x06, 0xD2, 0x98, 0x06, 0x27, 0x80, 0x06, 0x44, 0x80, 0x06, 0x44, 0x00, 0x06, 0x47, 0x98, 0x06, 0x27, 0x80, 0x06, 0x43, 0x80, 0x06, 0x28, 0x00, 0x06, 0x31, 0x98, 0x06, 0x45, 0x80, 0x06, 0x2D, 0x80, 0x06, 0x45, 0x00, 0x06, 0x2F, 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x80, 0x06, 0x39, 0x00, 0x06, 0x45, 0x98, 0x06, 0x31, 0x80, 0x06, 0x33, 0x80, 0x06, 0x48, 0x00, 0x06, 0x44, 0x98, 0x06, 0x39, 0x80, 0x06, 0x44, 0x80, 0x06, 0x4A, 0x00, 0x06, 0x47, 0x98, 0x06, 0x48, 0x80, 0x06, 0x33, 0x80, 0x06, 0x44, 0x00, 0x06, 0x45, 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x00, 0x06, 0x49, 0x98, 0x06, 0x35, 0x80, 0x06, 0x44, 0x80, 0x06, 0x49, 0x80, 0x00, 0x20, 0x80, 0x06, 0x27, 0x80, 0x06, 0x44, 0x80, 0x06, 0x44, 0x80, 0x06, 0x47, 0x80, 0x00, 0x20, 0x80, 0x06, 0x39, 0x80, 0x06, 0x44, 0x80, 0x06, 0x4A, 0x80, 0x06, 0x47, 0x80, 0x00, 0x20, 0x80, 0x06, 0x48, 0x80, 0x06, 0x33, 0x80, 0x06, 0x44, 0x00, 0x06, 0x45, 0x98, 0x06, 0x2C, 0x80, 0x06, 0x44, 0x80, 0x00, 0x20, 0x80, 0x06, 0x2C, 0x80, 0x06, 0x44, 0x80, 0x06, 0x27, 0x80, 0x06, 0x44, 0x00, 0x06, 0x47, 0x98, 0x06, 0x31, 0x80, 0x06, 0xCC, 0x80, 0x06, 0x27, 0x00, 0x06, 0x44, 0x28, 0x00, 0x2C, 0x28, 0x30, 0x01, 0x28, 0x30, 0x02, 0x28, 0x00, 0x3A, 0x28, 0x00, 0x3B, 0x28, 0x00, 0x21, 0x28, 0x00, 0x3F, 0x28, 0x30, 0x16, 0x28, 0x30, 0x17, 0x28, 0x20, 0x26, 0x28, 0x20, 0x25, 0x28, 0x20, 0x14, 0x28, 0x20, 0x13, 0x28, 0x00, 0x5F, 0x28, 0x00, 0x5F, 0x28, 0x00, 0x28, 0x28, 0x00, 0x29, 0x28, 0x00, 0x7B, 0x28, 0x00, 0x7D, 0x28, 0x30, 0x14, 0x28, 0x30, 0x15, 0x28, 0x30, 0x10, 0x28, 0x30, 0x11, 0x28, 0x30, 0x0A, 0x28, 0x30, 0x0B, 0x28, 0x30, 0x08, 0x28, 0x30, 0x09, 0x28, 0x30, 0x0C, 0x28, 0x30, 0x0D, 0x28, 0x30, 0x0E, 0x28, 0x30, 0x0F, 0x28, 0x00, 0x5B, 0x28, 0x00, 0x5D, 0x40, 0x20, 0x3E, 0x40, 0x20, 0x3E, 0x40, 0x20, 0x3E, 0x40, 0x20, 0x3E, 0x40, 0x00, 0x5F, 0x40, 0x00, 0x5F, 0x40, 0x00, 0x5F, 0x34, 0x00, 0x2C, 0x34, 0x30, 0x01, 0x34, 0x00, 0x2E, 0x34, 0x00, 0x3B, 0x34, 0x00, 0x3A, 0x34, 0x00, 0x3F, 0x34, 0x00, 0x21, 0x34, 0x20, 0x14, 0x34, 0x00, 0x28, 0x34, 0x00, 0x29, 0x34, 0x00, 0x7B, 0x34, 0x00, 0x7D, 0x34, 0x30, 0x14, 0x34, 0x30, 0x15, 0x34, 0x00, 0x23, 0x34, 0x00, 0x26, 0x34, 0x00, 0x2A, 0x34, 0x00, 0x2B, 0x34, 0x00, 0x2D, 0x34, 0x00, 0x3C, 0x34, 0x00, 0x3E, 0x34, 0x00, 0x3D, 0x34, 0x00, 0x5C, 0x34, 0x00, 0x24, 0x34, 0x00, 0x25, 0x34, 0x00, 0x40, 0x98, 0x00, 0x20, 0x00, 0x06, 0x4B, 0x90, 0x06, 0x40, 0x00, 0x06, 0x4B, 0x98, 0x00, 0x20, 0x00, 0x06, 0x4C, 0x98, 0x00, 0x20, 0x00, 0x06, 0x4D, 0x98, 0x00, 0x20, 0x00, 0x06, 0x4E, 0x90, 0x06, 0x40, 0x00, 0x06, 0x4E, 0x98, 0x00, 0x20, 0x00, 0x06, 0x4F, 0x90, 0x06, 0x40, 0x00, 0x06, 0x4F, 0x98, 0x00, 0x20, 0x00, 0x06, 0x50, 0x90, 0x06, 0x40, 0x00, 0x06, 0x50, 0x98, 0x00, 0x20, 0x00, 0x06, 0x51, 0x90, 0x06, 0x40, 0x00, 0x06, 0x51, 0x98, 0x00, 0x20, 0x00, 0x06, 0x52, 0x90, 0x06, 0x40, 0x00, 0x06, 0x52, 0x18, 0x06, 0x21, 0x18, 0x06, 0x22, 0x14, 0x06, 0x22, 0x18, 0x06, 0x23, 0x14, 0x06, 0x23, 0x18, 0x06, 0x24, 0x14, 0x06, 0x24, 0x18, 0x06, 0x25, 0x14, 0x06, 0x25, 0x18, 0x06, 0x26, 0x14, 0x06, 0x26, 0x0C, 0x06, 0x26, 0x10, 0x06, 0x26, 0x18, 0x06, 0x27, 0x14, 0x06, 0x27, 0x18, 0x06, 0x28, 0x14, 0x06, 0x28, 0x0C, 0x06, 0x28, 0x10, 0x06, 0x28, 0x18, 0x06, 0x29, 0x14, 0x06, 0x29, 0x18, 0x06, 0x2A, 0x14, 0x06, 0x2A, 0x0C, 0x06, 0x2A, 0x10, 0x06, 0x2A, 0x18, 0x06, 0x2B, 0x14, 0x06, 0x2B, 0x0C, 0x06, 0x2B, 0x10, 0x06, 0x2B, 0x18, 0x06, 0x2C, 0x14, 0x06, 0x2C, 0x0C, 0x06, 0x2C, 0x10, 0x06, 0x2C, 0x18, 0x06, 0x2D, 0x14, 0x06, 0x2D, 0x0C, 0x06, 0x2D, 0x10, 0x06, 0x2D, 0x18, 0x06, 0x2E, 0x14, 0x06, 0x2E, 0x0C, 0x06, 0x2E, 0x10, 0x06, 0x2E, 0x18, 0x06, 0x2F, 0x14, 0x06, 0x2F, 0x18, 0x06, 0x30, 0x14, 0x06, 0x30, 0x18, 0x06, 0x31, 0x14, 0x06, 0x31, 0x18, 0x06, 0x32, 0x14, 0x06, 0x32, 0x18, 0x06, 0x33, 0x14, 0x06, 0x33, 0x0C, 0x06, 0x33, 0x10, 0x06, 0x33, 0x18, 0x06, 0x34, 0x14, 0x06, 0x34, 0x0C, 0x06, 0x34, 0x10, 0x06, 0x34, 0x18, 0x06, 0x35, 0x14, 0x06, 0x35, 0x0C, 0x06, 0x35, 0x10, 0x06, 0x35, 0x18, 0x06, 0x36, 0x14, 0x06, 0x36, 0x0C, 0x06, 0x36, 0x10, 0x06, 0x36, 0x18, 0x06, 0x37, 0x14, 0x06, 0x37, 0x0C, 0x06, 0x37, 0x10, 0x06, 0x37, 0x18, 0x06, 0x38, 0x14, 0x06, 0x38, 0x0C, 0x06, 0x38, 0x10, 0x06, 0x38, 0x18, 0x06, 0x39, 0x14, 0x06, 0x39, 0x0C, 0x06, 0x39, 0x10, 0x06, 0x39, 0x18, 0x06, 0x3A, 0x14, 0x06, 0x3A, 0x0C, 0x06, 0x3A, 0x10, 0x06, 0x3A, 0x18, 0x06, 0x41, 0x14, 0x06, 0x41, 0x0C, 0x06, 0x41, 0x10, 0x06, 0x41, 0x18, 0x06, 0x42, 0x14, 0x06, 0x42, 0x0C, 0x06, 0x42, 0x10, 0x06, 0x42, 0x18, 0x06, 0x43, 0x14, 0x06, 0x43, 0x0C, 0x06, 0x43, 0x10, 0x06, 0x43, 0x18, 0x06, 0x44, 0x14, 0x06, 0x44, 0x0C, 0x06, 0x44, 0x10, 0x06, 0x44, 0x18, 0x06, 0x45, 0x14, 0x06, 0x45, 0x0C, 0x06, 0x45, 0x10, 0x06, 0x45, 0x18, 0x06, 0x46, 0x14, 0x06, 0x46, 0x0C, 0x06, 0x46, 0x10, 0x06, 0x46, 0x18, 0x06, 0x47, 0x14, 0x06, 0x47, 0x0C, 0x06, 0x47, 0x10, 0x06, 0x47, 0x18, 0x06, 0x48, 0x14, 0x06, 0x48, 0x18, 0x06, 0x49, 0x14, 0x06, 0x49, 0x18, 0x06, 0x4A, 0x14, 0x06, 0x4A, 0x0C, 0x06, 0x4A, 0x10, 0x06, 0x4A, 0x98, 0x06, 0x44, 0x00, 0x06, 0x22, 0x94, 0x06, 0x44, 0x00, 0x06, 0x22, 0x98, 0x06, 0x44, 0x00, 0x06, 0x23, 0x94, 0x06, 0x44, 0x00, 0x06, 0x23, 0x98, 0x06, 0x44, 0x00, 0x06, 0x25, 0x94, 0x06, 0x44, 0x00, 0x06, 0x25, 0x98, 0x06, 0x44, 0x00, 0x06, 0x27, 0x94, 0x06, 0x44, 0x00, 0x06, 0x27, 0x2C, 0x00, 0x21, 0x2C, 0x00, 0x22, 0x2C, 0x00, 0x23, 0x2C, 0x00, 0x24, 0x2C, 0x00, 0x25, 0x2C, 0x00, 0x26, 0x2C, 0x00, 0x27, 0x2C, 0x00, 0x28, 0x2C, 0x00, 0x29, 0x2C, 0x00, 0x2A, 0x2C, 0x00, 0x2B, 0x2C, 0x00, 0x2C, 0x2C, 0x00, 0x2D, 0x2C, 0x00, 0x2E, 0x2C, 0x00, 0x2F, 0x2C, 0x00, 0x30, 0x2C, 0x00, 0x31, 0x2C, 0x00, 0x32, 0x2C, 0x00, 0x33, 0x2C, 0x00, 0x34, 0x2C, 0x00, 0x35, 0x2C, 0x00, 0x36, 0x2C, 0x00, 0x37, 0x2C, 0x00, 0x38, 0x2C, 0x00, 0x39, 0x2C, 0x00, 0x3A, 0x2C, 0x00, 0x3B, 0x2C, 0x00, 0x3C, 0x2C, 0x00, 0x3D, 0x2C, 0x00, 0x3E, 0x2C, 0x00, 0x3F, 0x2C, 0x00, 0x40, 0x2C, 0x00, 0x41, 0x2C, 0x00, 0x42, 0x2C, 0x00, 0x43, 0x2C, 0x00, 0x44, 0x2C, 0x00, 0x45, 0x2C, 0x00, 0x46, 0x2C, 0x00, 0x47, 0x2C, 0x00, 0x48, 0x2C, 0x00, 0x49, 0x2C, 0x00, 0x4A, 0x2C, 0x00, 0x4B, 0x2C, 0x00, 0x4C, 0x2C, 0x00, 0x4D, 0x2C, 0x00, 0x4E, 0x2C, 0x00, 0x4F, 0x2C, 0x00, 0x50, 0x2C, 0x00, 0x51, 0x2C, 0x00, 0x52, 0x2C, 0x00, 0x53, 0x2C, 0x00, 0x54, 0x2C, 0x00, 0x55, 0x2C, 0x00, 0x56, 0x2C, 0x00, 0x57, 0x2C, 0x00, 0x58, 0x2C, 0x00, 0x59, 0x2C, 0x00, 0x5A, 0x2C, 0x00, 0x5B, 0x2C, 0x00, 0x5C, 0x2C, 0x00, 0x5D, 0x2C, 0x00, 0x5E, 0x2C, 0x00, 0x5F, 0x2C, 0x00, 0x60, 0x2C, 0x00, 0x61, 0x2C, 0x00, 0x62, 0x2C, 0x00, 0x63, 0x2C, 0x00, 0x64, 0x2C, 0x00, 0x65, 0x2C, 0x00, 0x66, 0x2C, 0x00, 0x67, 0x2C, 0x00, 0x68, 0x2C, 0x00, 0x69, 0x2C, 0x00, 0x6A, 0x2C, 0x00, 0x6B, 0x2C, 0x00, 0x6C, 0x2C, 0x00, 0x6D, 0x2C, 0x00, 0x6E, 0x2C, 0x00, 0x6F, 0x2C, 0x00, 0x70, 0x2C, 0x00, 0x71, 0x2C, 0x00, 0x72, 0x2C, 0x00, 0x73, 0x2C, 0x00, 0x74, 0x2C, 0x00, 0x75, 0x2C, 0x00, 0x76, 0x2C, 0x00, 0x77, 0x2C, 0x00, 0x78, 0x2C, 0x00, 0x79, 0x2C, 0x00, 0x7A, 0x2C, 0x00, 0x7B, 0x2C, 0x00, 0x7C, 0x2C, 0x00, 0x7D, 0x2C, 0x00, 0x7E, 0x2C, 0x29, 0x85, 0x2C, 0x29, 0x86, 0x30, 0x30, 0x02, 0x30, 0x30, 0x0C, 0x30, 0x30, 0x0D, 0x30, 0x30, 0x01, 0x30, 0x30, 0xFB, 0x30, 0x30, 0xF2, 0x30, 0x30, 0xA1, 0x30, 0x30, 0xA3, 0x30, 0x30, 0xA5, 0x30, 0x30, 0xA7, 0x30, 0x30, 0xA9, 0x30, 0x30, 0xE3, 0x30, 0x30, 0xE5, 0x30, 0x30, 0xE7, 0x30, 0x30, 0xC3, 0x30, 0x30, 0xFC, 0x30, 0x30, 0xA2, 0x30, 0x30, 0xA4, 0x30, 0x30, 0xA6, 0x30, 0x30, 0xA8, 0x30, 0x30, 0xAA, 0x30, 0x30, 0xAB, 0x30, 0x30, 0xAD, 0x30, 0x30, 0xAF, 0x30, 0x30, 0xB1, 0x30, 0x30, 0xB3, 0x30, 0x30, 0xB5, 0x30, 0x30, 0xB7, 0x30, 0x30, 0xB9, 0x30, 0x30, 0xBB, 0x30, 0x30, 0xBD, 0x30, 0x30, 0xBF, 0x30, 0x30, 0xC1, 0x30, 0x30, 0xC4, 0x30, 0x30, 0xC6, 0x30, 0x30, 0xC8, 0x30, 0x30, 0xCA, 0x30, 0x30, 0xCB, 0x30, 0x30, 0xCC, 0x30, 0x30, 0xCD, 0x30, 0x30, 0xCE, 0x30, 0x30, 0xCF, 0x30, 0x30, 0xD2, 0x30, 0x30, 0xD5, 0x30, 0x30, 0xD8, 0x30, 0x30, 0xDB, 0x30, 0x30, 0xDE, 0x30, 0x30, 0xDF, 0x30, 0x30, 0xE0, 0x30, 0x30, 0xE1, 0x30, 0x30, 0xE2, 0x30, 0x30, 0xE4, 0x30, 0x30, 0xE6, 0x30, 0x30, 0xE8, 0x30, 0x30, 0xE9, 0x30, 0x30, 0xEA, 0x30, 0x30, 0xEB, 0x30, 0x30, 0xEC, 0x30, 0x30, 0xED, 0x30, 0x30, 0xEF, 0x30, 0x30, 0xF3, 0x30, 0x30, 0x99, 0x30, 0x30, 0x9A, 0x30, 0x31, 0x64, 0x30, 0x31, 0x31, 0x30, 0x31, 0x32, 0x30, 0x31, 0x33, 0x30, 0x31, 0x34, 0x30, 0x31, 0x35, 0x30, 0x31, 0x36, 0x30, 0x31, 0x37, 0x30, 0x31, 0x38, 0x30, 0x31, 0x39, 0x30, 0x31, 0x3A, 0x30, 0x31, 0x3B, 0x30, 0x31, 0x3C, 0x30, 0x31, 0x3D, 0x30, 0x31, 0x3E, 0x30, 0x31, 0x3F, 0x30, 0x31, 0x40, 0x30, 0x31, 0x41, 0x30, 0x31, 0x42, 0x30, 0x31, 0x43, 0x30, 0x31, 0x44, 0x30, 0x31, 0x45, 0x30, 0x31, 0x46, 0x30, 0x31, 0x47, 0x30, 0x31, 0x48, 0x30, 0x31, 0x49, 0x30, 0x31, 0x4A, 0x30, 0x31, 0x4B, 0x30, 0x31, 0x4C, 0x30, 0x31, 0x4D, 0x30, 0x31, 0x4E, 0x30, 0x31, 0x4F, 0x30, 0x31, 0x50, 0x30, 0x31, 0x51, 0x30, 0x31, 0x52, 0x30, 0x31, 0x53, 0x30, 0x31, 0x54, 0x30, 0x31, 0x55, 0x30, 0x31, 0x56, 0x30, 0x31, 0x57, 0x30, 0x31, 0x58, 0x30, 0x31, 0x59, 0x30, 0x31, 0x5A, 0x30, 0x31, 0x5B, 0x30, 0x31, 0x5C, 0x30, 0x31, 0x5D, 0x30, 0x31, 0x5E, 0x30, 0x31, 0x5F, 0x30, 0x31, 0x60, 0x30, 0x31, 0x61, 0x30, 0x31, 0x62, 0x30, 0x31, 0x63, 0x2C, 0x00, 0xA2, 0x2C, 0x00, 0xA3, 0x2C, 0x00, 0xAC, 0x2C, 0x00, 0xAF, 0x2C, 0x00, 0xA6, 0x2C, 0x00, 0xA5, 0x2C, 0x20, 0xA9, 0x30, 0x25, 0x02, 0x30, 0x21, 0x90, 0x30, 0x21, 0x91, 0x30, 0x21, 0x92, 0x30, 0x21, 0x93, 0x30, 0x25, 0xA0, 0x30, 0x25, 0xCB, 0x81, 0x10, 0x99, 0x01, 0x10, 0xBA, 0x81, 0x10, 0x9B, 0x01, 0x10, 0xBA, 0x81, 0x10, 0xA5, 0x01, 0x10, 0xBA, 0x81, 0x11, 0x31, 0x01, 0x11, 0x27, 0x81, 0x11, 0x32, 0x01, 0x11, 0x27, 0x81, 0x13, 0x47, 0x01, 0x13, 0x3E, 0x81, 0x13, 0x47, 0x01, 0x13, 0x57, 0x81, 0x14, 0xB9, 0x01, 0x14, 0xBA, 0x81, 0x14, 0xB9, 0x01, 0x14, 0xB0, 0x81, 0x14, 0xB9, 0x01, 0x14, 0xBD, 0x81, 0x15, 0xB8, 0x01, 0x15, 0xAF, 0x81, 0x15, 0xB9, 0x01, 0x15, 0xAF, 0x81, 0xD1, 0x57, 0x01, 0xD1, 0x65, 0x81, 0xD1, 0x58, 0x01, 0xD1, 0x65, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x6E, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x6F, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x70, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x71, 0x81, 0xD1, 0x5F, 0x01, 0xD1, 0x72, 0x81, 0xD1, 0xB9, 0x01, 0xD1, 0x65, 0x81, 0xD1, 0xBA, 0x01, 0xD1, 0x65, 0x81, 0xD1, 0xBB, 0x01, 0xD1, 0x6E, 0x81, 0xD1, 0xBC, 0x01, 0xD1, 0x6E, 0x81, 0xD1, 0xBB, 0x01, 0xD1, 0x6F, 0x81, 0xD1, 0xBC, 0x01, 0xD1, 0x6F, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x47, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x66, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x00, 0x41, 0x04, 0x00, 0x42, 0x04, 0x00, 0x43, 0x04, 0x00, 0x44, 0x04, 0x00, 0x45, 0x04, 0x00, 0x46, 0x04, 0x00, 0x47, 0x04, 0x00, 0x48, 0x04, 0x00, 0x49, 0x04, 0x00, 0x4A, 0x04, 0x00, 0x4B, 0x04, 0x00, 0x4C, 0x04, 0x00, 0x4D, 0x04, 0x00, 0x4E, 0x04, 0x00, 0x4F, 0x04, 0x00, 0x50, 0x04, 0x00, 0x51, 0x04, 0x00, 0x52, 0x04, 0x00, 0x53, 0x04, 0x00, 0x54, 0x04, 0x00, 0x55, 0x04, 0x00, 0x56, 0x04, 0x00, 0x57, 0x04, 0x00, 0x58, 0x04, 0x00, 0x59, 0x04, 0x00, 0x5A, 0x04, 0x00, 0x61, 0x04, 0x00, 0x62, 0x04, 0x00, 0x63, 0x04, 0x00, 0x64, 0x04, 0x00, 0x65, 0x04, 0x00, 0x66, 0x04, 0x00, 0x67, 0x04, 0x00, 0x68, 0x04, 0x00, 0x69, 0x04, 0x00, 0x6A, 0x04, 0x00, 0x6B, 0x04, 0x00, 0x6C, 0x04, 0x00, 0x6D, 0x04, 0x00, 0x6E, 0x04, 0x00, 0x6F, 0x04, 0x00, 0x70, 0x04, 0x00, 0x71, 0x04, 0x00, 0x72, 0x04, 0x00, 0x73, 0x04, 0x00, 0x74, 0x04, 0x00, 0x75, 0x04, 0x00, 0x76, 0x04, 0x00, 0x77, 0x04, 0x00, 0x78, 0x04, 0x00, 0x79, 0x04, 0x00, 0x7A, 0x04, 0x01, 0x31, 0x04, 0x02, 0x37, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0x91, 0x04, 0x03, 0x92, 0x04, 0x03, 0x93, 0x04, 0x03, 0x94, 0x04, 0x03, 0x95, 0x04, 0x03, 0x96, 0x04, 0x03, 0x97, 0x04, 0x03, 0x98, 0x04, 0x03, 0x99, 0x04, 0x03, 0x9A, 0x04, 0x03, 0x9B, 0x04, 0x03, 0x9C, 0x04, 0x03, 0x9D, 0x04, 0x03, 0x9E, 0x04, 0x03, 0x9F, 0x04, 0x03, 0xA0, 0x04, 0x03, 0xA1, 0x04, 0x03, 0xF4, 0x04, 0x03, 0xA3, 0x04, 0x03, 0xA4, 0x04, 0x03, 0xA5, 0x04, 0x03, 0xA6, 0x04, 0x03, 0xA7, 0x04, 0x03, 0xA8, 0x04, 0x03, 0xA9, 0x04, 0x22, 0x07, 0x04, 0x03, 0xB1, 0x04, 0x03, 0xB2, 0x04, 0x03, 0xB3, 0x04, 0x03, 0xB4, 0x04, 0x03, 0xB5, 0x04, 0x03, 0xB6, 0x04, 0x03, 0xB7, 0x04, 0x03, 0xB8, 0x04, 0x03, 0xB9, 0x04, 0x03, 0xBA, 0x04, 0x03, 0xBB, 0x04, 0x03, 0xBC, 0x04, 0x03, 0xBD, 0x04, 0x03, 0xBE, 0x04, 0x03, 0xBF, 0x04, 0x03, 0xC0, 0x04, 0x03, 0xC1, 0x04, 0x03, 0xC2, 0x04, 0x03, 0xC3, 0x04, 0x03, 0xC4, 0x04, 0x03, 0xC5, 0x04, 0x03, 0xC6, 0x04, 0x03, 0xC7, 0x04, 0x03, 0xC8, 0x04, 0x03, 0xC9, 0x04, 0x22, 0x02, 0x04, 0x03, 0xF5, 0x04, 0x03, 0xD1, 0x04, 0x03, 0xF0, 0x04, 0x03, 0xD5, 0x04, 0x03, 0xF1, 0x04, 0x03, 0xD6, 0x04, 0x03, 0xDC, 0x04, 0x03, 0xDD, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x00, 0x30, 0x04, 0x00, 0x31, 0x04, 0x00, 0x32, 0x04, 0x00, 0x33, 0x04, 0x00, 0x34, 0x04, 0x00, 0x35, 0x04, 0x00, 0x36, 0x04, 0x00, 0x37, 0x04, 0x00, 0x38, 0x04, 0x00, 0x39, 0x04, 0x06, 0x27, 0x04, 0x06, 0x28, 0x04, 0x06, 0x2C, 0x04, 0x06, 0x2F, 0x04, 0x06, 0x48, 0x04, 0x06, 0x32, 0x04, 0x06, 0x2D, 0x04, 0x06, 0x37, 0x04, 0x06, 0x4A, 0x04, 0x06, 0x43, 0x04, 0x06, 0x44, 0x04, 0x06, 0x45, 0x04, 0x06, 0x46, 0x04, 0x06, 0x33, 0x04, 0x06, 0x39, 0x04, 0x06, 0x41, 0x04, 0x06, 0x35, 0x04, 0x06, 0x42, 0x04, 0x06, 0x31, 0x04, 0x06, 0x34, 0x04, 0x06, 0x2A, 0x04, 0x06, 0x2B, 0x04, 0x06, 0x2E, 0x04, 0x06, 0x30, 0x04, 0x06, 0x36, 0x04, 0x06, 0x38, 0x04, 0x06, 0x3A, 0x04, 0x06, 0x6E, 0x04, 0x06, 0xBA, 0x04, 0x06, 0xA1, 0x04, 0x06, 0x6F, 0x04, 0x06, 0x28, 0x04, 0x06, 0x2C, 0x04, 0x06, 0x47, 0x04, 0x06, 0x2D, 0x04, 0x06, 0x4A, 0x04, 0x06, 0x43, 0x04, 0x06, 0x44, 0x04, 0x06, 0x45, 0x04, 0x06, 0x46, 0x04, 0x06, 0x33, 0x04, 0x06, 0x39, 0x04, 0x06, 0x41, 0x04, 0x06, 0x35, 0x04, 0x06, 0x42, 0x04, 0x06, 0x34, 0x04, 0x06, 0x2A, 0x04, 0x06, 0x2B, 0x04, 0x06, 0x2E, 0x04, 0x06, 0x36, 0x04, 0x06, 0x3A, 0x04, 0x06, 0x2C, 0x04, 0x06, 0x2D, 0x04, 0x06, 0x4A, 0x04, 0x06, 0x44, 0x04, 0x06, 0x46, 0x04, 0x06, 0x33, 0x04, 0x06, 0x39, 0x04, 0x06, 0x35, 0x04, 0x06, 0x42, 0x04, 0x06, 0x34, 0x04, 0x06, 0x2E, 0x04, 0x06, 0x36, 0x04, 0x06, 0x3A, 0x04, 0x06, 0xBA, 0x04, 0x06, 0x6F, 0x04, 0x06, 0x28, 0x04, 0x06, 0x2C, 0x04, 0x06, 0x47, 0x04, 0x06, 0x2D, 0x04, 0x06, 0x37, 0x04, 0x06, 0x4A, 0x04, 0x06, 0x43, 0x04, 0x06, 0x45, 0x04, 0x06, 0x46, 0x04, 0x06, 0x33, 0x04, 0x06, 0x39, 0x04, 0x06, 0x41, 0x04, 0x06, 0x35, 0x04, 0x06, 0x42, 0x04, 0x06, 0x34, 0x04, 0x06, 0x2A, 0x04, 0x06, 0x2B, 0x04, 0x06, 0x2E, 0x04, 0x06, 0x36, 0x04, 0x06, 0x38, 0x04, 0x06, 0x3A, 0x04, 0x06, 0x6E, 0x04, 0x06, 0xA1, 0x04, 0x06, 0x27, 0x04, 0x06, 0x28, 0x04, 0x06, 0x2C, 0x04, 0x06, 0x2F, 0x04, 0x06, 0x47, 0x04, 0x06, 0x48, 0x04, 0x06, 0x32, 0x04, 0x06, 0x2D, 0x04, 0x06, 0x37, 0x04, 0x06, 0x4A, 0x04, 0x06, 0x44, 0x04, 0x06, 0x45, 0x04, 0x06, 0x46, 0x04, 0x06, 0x33, 0x04, 0x06, 0x39, 0x04, 0x06, 0x41, 0x04, 0x06, 0x35, 0x04, 0x06, 0x42, 0x04, 0x06, 0x31, 0x04, 0x06, 0x34, 0x04, 0x06, 0x2A, 0x04, 0x06, 0x2B, 0x04, 0x06, 0x2E, 0x04, 0x06, 0x30, 0x04, 0x06, 0x36, 0x04, 0x06, 0x38, 0x04, 0x06, 0x3A, 0x04, 0x06, 0x28, 0x04, 0x06, 0x2C, 0x04, 0x06, 0x2F, 0x04, 0x06, 0x48, 0x04, 0x06, 0x32, 0x04, 0x06, 0x2D, 0x04, 0x06, 0x37, 0x04, 0x06, 0x4A, 0x04, 0x06, 0x44, 0x04, 0x06, 0x45, 0x04, 0x06, 0x46, 0x04, 0x06, 0x33, 0x04, 0x06, 0x39, 0x04, 0x06, 0x41, 0x04, 0x06, 0x35, 0x04, 0x06, 0x42, 0x04, 0x06, 0x31, 0x04, 0x06, 0x34, 0x04, 0x06, 0x2A, 0x04, 0x06, 0x2B, 0x04, 0x06, 0x2E, 0x04, 0x06, 0x30, 0x04, 0x06, 0x36, 0x04, 0x06, 0x38, 0x04, 0x06, 0x3A, 0xC0, 0x00, 0x30, 0x00, 0x00, 0x2E, 0xC0, 0x00, 0x30, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x32, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x33, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x34, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x35, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x36, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x37, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x38, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x39, 0x00, 0x00, 0x2C, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x41, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x42, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x43, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x44, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x45, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x46, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x47, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x48, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x49, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4A, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4B, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4C, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4D, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4E, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x4F, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x50, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x51, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x52, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x53, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x54, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x55, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x56, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x57, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x58, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x59, 0x00, 0x00, 0x29, 0xC0, 0x00, 0x28, 0x80, 0x00, 0x5A, 0x00, 0x00, 0x29, 0xC0, 0x30, 0x14, 0x80, 0x00, 0x53, 0x00, 0x30, 0x15, 0x1C, 0x00, 0x43, 0x1C, 0x00, 0x52, 0x9C, 0x00, 0x43, 0x00, 0x00, 0x44, 0x9C, 0x00, 0x57, 0x00, 0x00, 0x5A, 0x38, 0x00, 0x41, 0x38, 0x00, 0x42, 0x38, 0x00, 0x43, 0x38, 0x00, 0x44, 0x38, 0x00, 0x45, 0x38, 0x00, 0x46, 0x38, 0x00, 0x47, 0x38, 0x00, 0x48, 0x38, 0x00, 0x49, 0x38, 0x00, 0x4A, 0x38, 0x00, 0x4B, 0x38, 0x00, 0x4C, 0x38, 0x00, 0x4D, 0x38, 0x00, 0x4E, 0x38, 0x00, 0x4F, 0x38, 0x00, 0x50, 0x38, 0x00, 0x51, 0x38, 0x00, 0x52, 0x38, 0x00, 0x53, 0x38, 0x00, 0x54, 0x38, 0x00, 0x55, 0x38, 0x00, 0x56, 0x38, 0x00, 0x57, 0x38, 0x00, 0x58, 0x38, 0x00, 0x59, 0x38, 0x00, 0x5A, 0xB8, 0x00, 0x48, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x4D, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x53, 0x00, 0x00, 0x44, 0xB8, 0x00, 0x53, 0x00, 0x00, 0x53, 0xB8, 0x00, 0x50, 0x80, 0x00, 0x50, 0x00, 0x00, 0x56, 0xB8, 0x00, 0x57, 0x00, 0x00, 0x43, 0xA0, 0x00, 0x4D, 0x00, 0x00, 0x43, 0xA0, 0x00, 0x4D, 0x00, 0x00, 0x44, 0xB8, 0x00, 0x44, 0x00, 0x00, 0x4A, 0xB8, 0x30, 0x7B, 0x00, 0x30, 0x4B, 0xB8, 0x30, 0xB3, 0x00, 0x30, 0xB3, 0x38, 0x30, 0xB5, 0x38, 0x62, 0x4B, 0x38, 0x5B, 0x57, 0x38, 0x53, 0xCC, 0x38, 0x30, 0xC7, 0x38, 0x4E, 0x8C, 0x38, 0x59, 0x1A, 0x38, 0x89, 0xE3, 0x38, 0x59, 0x29, 0x38, 0x4E, 0xA4, 0x38, 0x66, 0x20, 0x38, 0x71, 0x21, 0x38, 0x65, 0x99, 0x38, 0x52, 0x4D, 0x38, 0x5F, 0x8C, 0x38, 0x51, 0x8D, 0x38, 0x65, 0xB0, 0x38, 0x52, 0x1D, 0x38, 0x7D, 0x42, 0x38, 0x75, 0x1F, 0x38, 0x8C, 0xA9, 0x38, 0x58, 0xF0, 0x38, 0x54, 0x39, 0x38, 0x6F, 0x14, 0x38, 0x62, 0x95, 0x38, 0x63, 0x55, 0x38, 0x4E, 0x00, 0x38, 0x4E, 0x09, 0x38, 0x90, 0x4A, 0x38, 0x5D, 0xE6, 0x38, 0x4E, 0x2D, 0x38, 0x53, 0xF3, 0x38, 0x63, 0x07, 0x38, 0x8D, 0x70, 0x38, 0x62, 0x53, 0x38, 0x79, 0x81, 0x38, 0x7A, 0x7A, 0x38, 0x54, 0x08, 0x38, 0x6E, 0x80, 0x38, 0x67, 0x09, 0x38, 0x67, 0x08, 0x38, 0x75, 0x33, 0x38, 0x52, 0x72, 0x38, 0x55, 0xB6, 0xC0, 0x30, 0x14, 0x80, 0x67, 0x2C, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x4E, 0x09, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x4E, 0x8C, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x5B, 0x89, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x70, 0xB9, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x62, 0x53, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x76, 0xD7, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x52, 0xDD, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x65, 0x57, 0x00, 0x30, 0x15, 0x1C, 0x5F, 0x97, 0x1C, 0x53, 0xEF, 0x00, 0x4E, 0x3D, 0x00, 0x4E, 0x38, 0x00, 0x4E, 0x41, 0x02, 0x01, 0x22, 0x00, 0x4F, 0x60, 0x00, 0x4F, 0xAE, 0x00, 0x4F, 0xBB, 0x00, 0x50, 0x02, 0x00, 0x50, 0x7A, 0x00, 0x50, 0x99, 0x00, 0x50, 0xE7, 0x00, 0x50, 0xCF, 0x00, 0x34, 0x9E, 0x02, 0x06, 0x3A, 0x00, 0x51, 0x4D, 0x00, 0x51, 0x54, 0x00, 0x51, 0x64, 0x00, 0x51, 0x77, 0x02, 0x05, 0x1C, 0x00, 0x34, 0xB9, 0x00, 0x51, 0x67, 0x00, 0x51, 0x8D, 0x02, 0x05, 0x4B, 0x00, 0x51, 0x97, 0x00, 0x51, 0xA4, 0x00, 0x4E, 0xCC, 0x00, 0x51, 0xAC, 0x00, 0x51, 0xB5, 0x02, 0x91, 0xDF, 0x00, 0x51, 0xF5, 0x00, 0x52, 0x03, 0x00, 0x34, 0xDF, 0x00, 0x52, 0x3B, 0x00, 0x52, 0x46, 0x00, 0x52, 0x72, 0x00, 0x52, 0x77, 0x00, 0x35, 0x15, 0x00, 0x52, 0xC7, 0x00, 0x52, 0xC9, 0x00, 0x52, 0xE4, 0x00, 0x52, 0xFA, 0x00, 0x53, 0x05, 0x00, 0x53, 0x06, 0x00, 0x53, 0x17, 0x00, 0x53, 0x49, 0x00, 0x53, 0x51, 0x00, 0x53, 0x5A, 0x00, 0x53, 0x73, 0x00, 0x53, 0x7D, 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, 0x02, 0x0A, 0x2C, 0x00, 0x70, 0x70, 0x00, 0x53, 0xCA, 0x00, 0x53, 0xDF, 0x02, 0x0B, 0x63, 0x00, 0x53, 0xEB, 0x00, 0x53, 0xF1, 0x00, 0x54, 0x06, 0x00, 0x54, 0x9E, 0x00, 0x54, 0x38, 0x00, 0x54, 0x48, 0x00, 0x54, 0x68, 0x00, 0x54, 0xA2, 0x00, 0x54, 0xF6, 0x00, 0x55, 0x10, 0x00, 0x55, 0x53, 0x00, 0x55, 0x63, 0x00, 0x55, 0x84, 0x00, 0x55, 0x84, 0x00, 0x55, 0x99, 0x00, 0x55, 0xAB, 0x00, 0x55, 0xB3, 0x00, 0x55, 0xC2, 0x00, 0x57, 0x16, 0x00, 0x56, 0x06, 0x00, 0x57, 0x17, 0x00, 0x56, 0x51, 0x00, 0x56, 0x74, 0x00, 0x52, 0x07, 0x00, 0x58, 0xEE, 0x00, 0x57, 0xCE, 0x00, 0x57, 0xF4, 0x00, 0x58, 0x0D, 0x00, 0x57, 0x8B, 0x00, 0x58, 0x32, 0x00, 0x58, 0x31, 0x00, 0x58, 0xAC, 0x02, 0x14, 0xE4, 0x00, 0x58, 0xF2, 0x00, 0x58, 0xF7, 0x00, 0x59, 0x06, 0x00, 0x59, 0x1A, 0x00, 0x59, 0x22, 0x00, 0x59, 0x62, 0x02, 0x16, 0xA8, 0x02, 0x16, 0xEA, 0x00, 0x59, 0xEC, 0x00, 0x5A, 0x1B, 0x00, 0x5A, 0x27, 0x00, 0x59, 0xD8, 0x00, 0x5A, 0x66, 0x00, 0x36, 0xEE, 0x00, 0x36, 0xFC, 0x00, 0x5B, 0x08, 0x00, 0x5B, 0x3E, 0x00, 0x5B, 0x3E, 0x02, 0x19, 0xC8, 0x00, 0x5B, 0xC3, 0x00, 0x5B, 0xD8, 0x00, 0x5B, 0xE7, 0x00, 0x5B, 0xF3, 0x02, 0x1B, 0x18, 0x00, 0x5B, 0xFF, 0x00, 0x5C, 0x06, 0x00, 0x5F, 0x53, 0x00, 0x5C, 0x22, 0x00, 0x37, 0x81, 0x00, 0x5C, 0x60, 0x00, 0x5C, 0x6E, 0x00, 0x5C, 0xC0, 0x00, 0x5C, 0x8D, 0x02, 0x1D, 0xE4, 0x00, 0x5D, 0x43, 0x02, 0x1D, 0xE6, 0x00, 0x5D, 0x6E, 0x00, 0x5D, 0x6B, 0x00, 0x5D, 0x7C, 0x00, 0x5D, 0xE1, 0x00, 0x5D, 0xE2, 0x00, 0x38, 0x2F, 0x00, 0x5D, 0xFD, 0x00, 0x5E, 0x28, 0x00, 0x5E, 0x3D, 0x00, 0x5E, 0x69, 0x00, 0x38, 0x62, 0x02, 0x21, 0x83, 0x00, 0x38, 0x7C, 0x00, 0x5E, 0xB0, 0x00, 0x5E, 0xB3, 0x00, 0x5E, 0xB6, 0x00, 0x5E, 0xCA, 0x02, 0xA3, 0x92, 0x00, 0x5E, 0xFE, 0x02, 0x23, 0x31, 0x02, 0x23, 0x31, 0x00, 0x82, 0x01, 0x00, 0x5F, 0x22, 0x00, 0x5F, 0x22, 0x00, 0x38, 0xC7, 0x02, 0x32, 0xB8, 0x02, 0x61, 0xDA, 0x00, 0x5F, 0x62, 0x00, 0x5F, 0x6B, 0x00, 0x38, 0xE3, 0x00, 0x5F, 0x9A, 0x00, 0x5F, 0xCD, 0x00, 0x5F, 0xD7, 0x00, 0x5F, 0xF9, 0x00, 0x60, 0x81, 0x00, 0x39, 0x3A, 0x00, 0x39, 0x1C, 0x00, 0x60, 0x94, 0x02, 0x26, 0xD4, 0x00, 0x60, 0xC7, 0x00, 0x61, 0x48, 0x00, 0x61, 0x4C, 0x00, 0x61, 0x4E, 0x00, 0x61, 0x4C, 0x00, 0x61, 0x7A, 0x00, 0x61, 0x8E, 0x00, 0x61, 0xB2, 0x00, 0x61, 0xA4, 0x00, 0x61, 0xAF, 0x00, 0x61, 0xDE, 0x00, 0x61, 0xF2, 0x00, 0x61, 0xF6, 0x00, 0x62, 0x10, 0x00, 0x62, 0x1B, 0x00, 0x62, 0x5D, 0x00, 0x62, 0xB1, 0x00, 0x62, 0xD4, 0x00, 0x63, 0x50, 0x02, 0x2B, 0x0C, 0x00, 0x63, 0x3D, 0x00, 0x62, 0xFC, 0x00, 0x63, 0x68, 0x00, 0x63, 0x83, 0x00, 0x63, 0xE4, 0x02, 0x2B, 0xF1, 0x00, 0x64, 0x22, 0x00, 0x63, 0xC5, 0x00, 0x63, 0xA9, 0x00, 0x3A, 0x2E, 0x00, 0x64, 0x69, 0x00, 0x64, 0x7E, 0x00, 0x64, 0x9D, 0x00, 0x64, 0x77, 0x00, 0x3A, 0x6C, 0x00, 0x65, 0x4F, 0x00, 0x65, 0x6C, 0x02, 0x30, 0x0A, 0x00, 0x65, 0xE3, 0x00, 0x66, 0xF8, 0x00, 0x66, 0x49, 0x00, 0x3B, 0x19, 0x00, 0x66, 0x91, 0x00, 0x3B, 0x08, 0x00, 0x3A, 0xE4, 0x00, 0x51, 0x92, 0x00, 0x51, 0x95, 0x00, 0x67, 0x00, 0x00, 0x66, 0x9C, 0x00, 0x80, 0xAD, 0x00, 0x43, 0xD9, 0x00, 0x67, 0x17, 0x00, 0x67, 0x1B, 0x00, 0x67, 0x21, 0x00, 0x67, 0x5E, 0x00, 0x67, 0x53, 0x02, 0x33, 0xC3, 0x00, 0x3B, 0x49, 0x00, 0x67, 0xFA, 0x00, 0x67, 0x85, 0x00, 0x68, 0x52, 0x00, 0x68, 0x85, 0x02, 0x34, 0x6D, 0x00, 0x68, 0x8E, 0x00, 0x68, 0x1F, 0x00, 0x69, 0x14, 0x00, 0x3B, 0x9D, 0x00, 0x69, 0x42, 0x00, 0x69, 0xA3, 0x00, 0x69, 0xEA, 0x00, 0x6A, 0xA8, 0x02, 0x36, 0xA3, 0x00, 0x6A, 0xDB, 0x00, 0x3C, 0x18, 0x00, 0x6B, 0x21, 0x02, 0x38, 0xA7, 0x00, 0x6B, 0x54, 0x00, 0x3C, 0x4E, 0x00, 0x6B, 0x72, 0x00, 0x6B, 0x9F, 0x00, 0x6B, 0xBA, 0x00, 0x6B, 0xBB, 0x02, 0x3A, 0x8D, 0x02, 0x1D, 0x0B, 0x02, 0x3A, 0xFA, 0x00, 0x6C, 0x4E, 0x02, 0x3C, 0xBC, 0x00, 0x6C, 0xBF, 0x00, 0x6C, 0xCD, 0x00, 0x6C, 0x67, 0x00, 0x6D, 0x16, 0x00, 0x6D, 0x3E, 0x00, 0x6D, 0x77, 0x00, 0x6D, 0x41, 0x00, 0x6D, 0x69, 0x00, 0x6D, 0x78, 0x00, 0x6D, 0x85, 0x02, 0x3D, 0x1E, 0x00, 0x6D, 0x34, 0x00, 0x6E, 0x2F, 0x00, 0x6E, 0x6E, 0x00, 0x3D, 0x33, 0x00, 0x6E, 0xCB, 0x00, 0x6E, 0xC7, 0x02, 0x3E, 0xD1, 0x00, 0x6D, 0xF9, 0x00, 0x6F, 0x6E, 0x02, 0x3F, 0x5E, 0x02, 0x3F, 0x8E, 0x00, 0x6F, 0xC6, 0x00, 0x70, 0x39, 0x00, 0x70, 0x1E, 0x00, 0x70, 0x1B, 0x00, 0x3D, 0x96, 0x00, 0x70, 0x4A, 0x00, 0x70, 0x7D, 0x00, 0x70, 0x77, 0x00, 0x70, 0xAD, 0x02, 0x05, 0x25, 0x00, 0x71, 0x45, 0x02, 0x42, 0x63, 0x00, 0x71, 0x9C, 0x02, 0x43, 0xAB, 0x00, 0x72, 0x28, 0x00, 0x72, 0x35, 0x00, 0x72, 0x50, 0x02, 0x46, 0x08, 0x00, 0x72, 0x80, 0x00, 0x72, 0x95, 0x02, 0x47, 0x35, 0x02, 0x48, 0x14, 0x00, 0x73, 0x7A, 0x00, 0x73, 0x8B, 0x00, 0x3E, 0xAC, 0x00, 0x73, 0xA5, 0x00, 0x3E, 0xB8, 0x00, 0x3E, 0xB8, 0x00, 0x74, 0x47, 0x00, 0x74, 0x5C, 0x00, 0x74, 0x71, 0x00, 0x74, 0x85, 0x00, 0x74, 0xCA, 0x00, 0x3F, 0x1B, 0x00, 0x75, 0x24, 0x02, 0x4C, 0x36, 0x00, 0x75, 0x3E, 0x02, 0x4C, 0x92, 0x00, 0x75, 0x70, 0x02, 0x21, 0x9F, 0x00, 0x76, 0x10, 0x02, 0x4F, 0xA1, 0x02, 0x4F, 0xB8, 0x02, 0x50, 0x44, 0x00, 0x3F, 0xFC, 0x00, 0x40, 0x08, 0x00, 0x76, 0xF4, 0x02, 0x50, 0xF3, 0x02, 0x50, 0xF2, 0x02, 0x51, 0x19, 0x02, 0x51, 0x33, 0x00, 0x77, 0x1E, 0x00, 0x77, 0x1F, 0x00, 0x77, 0x1F, 0x00, 0x77, 0x4A, 0x00, 0x40, 0x39, 0x00, 0x77, 0x8B, 0x00, 0x40, 0x46, 0x00, 0x40, 0x96, 0x02, 0x54, 0x1D, 0x00, 0x78, 0x4E, 0x00, 0x78, 0x8C, 0x00, 0x78, 0xCC, 0x00, 0x40, 0xE3, 0x02, 0x56, 0x26, 0x00, 0x79, 0x56, 0x02, 0x56, 0x9A, 0x02, 0x56, 0xC5, 0x00, 0x79, 0x8F, 0x00, 0x79, 0xEB, 0x00, 0x41, 0x2F, 0x00, 0x7A, 0x40, 0x00, 0x7A, 0x4A, 0x00, 0x7A, 0x4F, 0x02, 0x59, 0x7C, 0x02, 0x5A, 0xA7, 0x02, 0x5A, 0xA7, 0x00, 0x7A, 0xEE, 0x00, 0x42, 0x02, 0x02, 0x5B, 0xAB, 0x00, 0x7B, 0xC6, 0x00, 0x7B, 0xC9, 0x00, 0x42, 0x27, 0x02, 0x5C, 0x80, 0x00, 0x7C, 0xD2, 0x00, 0x42, 0xA0, 0x00, 0x7C, 0xE8, 0x00, 0x7C, 0xE3, 0x00, 0x7D, 0x00, 0x02, 0x5F, 0x86, 0x00, 0x7D, 0x63, 0x00, 0x43, 0x01, 0x00, 0x7D, 0xC7, 0x00, 0x7E, 0x02, 0x00, 0x7E, 0x45, 0x00, 0x43, 0x34, 0x02, 0x62, 0x28, 0x02, 0x62, 0x47, 0x00, 0x43, 0x59, 0x02, 0x62, 0xD9, 0x00, 0x7F, 0x7A, 0x02, 0x63, 0x3E, 0x00, 0x7F, 0x95, 0x00, 0x7F, 0xFA, 0x00, 0x80, 0x05, 0x02, 0x64, 0xDA, 0x02, 0x65, 0x23, 0x00, 0x80, 0x60, 0x02, 0x65, 0xA8, 0x00, 0x80, 0x70, 0x02, 0x33, 0x5F, 0x00, 0x43, 0xD5, 0x00, 0x80, 0xB2, 0x00, 0x81, 0x03, 0x00, 0x44, 0x0B, 0x00, 0x81, 0x3E, 0x00, 0x5A, 0xB5, 0x02, 0x67, 0xA7, 0x02, 0x67, 0xB5, 0x02, 0x33, 0x93, 0x02, 0x33, 0x9C, 0x00, 0x82, 0x01, 0x00, 0x82, 0x04, 0x00, 0x8F, 0x9E, 0x00, 0x44, 0x6B, 0x00, 0x82, 0x91, 0x00, 0x82, 0x8B, 0x00, 0x82, 0x9D, 0x00, 0x52, 0xB3, 0x00, 0x82, 0xB1, 0x00, 0x82, 0xB3, 0x00, 0x82, 0xBD, 0x00, 0x82, 0xE6, 0x02, 0x6B, 0x3C, 0x00, 0x82, 0xE5, 0x00, 0x83, 0x1D, 0x00, 0x83, 0x63, 0x00, 0x83, 0xAD, 0x00, 0x83, 0x23, 0x00, 0x83, 0xBD, 0x00, 0x83, 0xE7, 0x00, 0x84, 0x57, 0x00, 0x83, 0x53, 0x00, 0x83, 0xCA, 0x00, 0x83, 0xCC, 0x00, 0x83, 0xDC, 0x02, 0x6C, 0x36, 0x02, 0x6D, 0x6B, 0x02, 0x6C, 0xD5, 0x00, 0x45, 0x2B, 0x00, 0x84, 0xF1, 0x00, 0x84, 0xF3, 0x00, 0x85, 0x16, 0x02, 0x73, 0xCA, 0x00, 0x85, 0x64, 0x02, 0x6F, 0x2C, 0x00, 0x45, 0x5D, 0x00, 0x45, 0x61, 0x02, 0x6F, 0xB1, 0x02, 0x70, 0xD2, 0x00, 0x45, 0x6B, 0x00, 0x86, 0x50, 0x00, 0x86, 0x5C, 0x00, 0x86, 0x67, 0x00, 0x86, 0x69, 0x00, 0x86, 0xA9, 0x00, 0x86, 0x88, 0x00, 0x87, 0x0E, 0x00, 0x86, 0xE2, 0x00, 0x87, 0x79, 0x00, 0x87, 0x28, 0x00, 0x87, 0x6B, 0x00, 0x87, 0x86, 0x00, 0x45, 0xD7, 0x00, 0x87, 0xE1, 0x00, 0x88, 0x01, 0x00, 0x45, 0xF9, 0x00, 0x88, 0x60, 0x00, 0x88, 0x63, 0x02, 0x76, 0x67, 0x00, 0x88, 0xD7, 0x00, 0x88, 0xDE, 0x00, 0x46, 0x35, 0x00, 0x88, 0xFA, 0x00, 0x34, 0xBB, 0x02, 0x78, 0xAE, 0x02, 0x79, 0x66, 0x00, 0x46, 0xBE, 0x00, 0x46, 0xC7, 0x00, 0x8A, 0xA0, 0x00, 0x8A, 0xED, 0x00, 0x8B, 0x8A, 0x00, 0x8C, 0x55, 0x02, 0x7C, 0xA8, 0x00, 0x8C, 0xAB, 0x00, 0x8C, 0xC1, 0x00, 0x8D, 0x1B, 0x00, 0x8D, 0x77, 0x02, 0x7F, 0x2F, 0x02, 0x08, 0x04, 0x00, 0x8D, 0xCB, 0x00, 0x8D, 0xBC, 0x00, 0x8D, 0xF0, 0x02, 0x08, 0xDE, 0x00, 0x8E, 0xD4, 0x00, 0x8F, 0x38, 0x02, 0x85, 0xD2, 0x02, 0x85, 0xED, 0x00, 0x90, 0x94, 0x00, 0x90, 0xF1, 0x00, 0x91, 0x11, 0x02, 0x87, 0x2E, 0x00, 0x91, 0x1B, 0x00, 0x92, 0x38, 0x00, 0x92, 0xD7, 0x00, 0x92, 0xD8, 0x00, 0x92, 0x7C, 0x00, 0x93, 0xF9, 0x00, 0x94, 0x15, 0x02, 0x8B, 0xFA, 0x00, 0x95, 0x8B, 0x00, 0x49, 0x95, 0x00, 0x95, 0xB7, 0x02, 0x8D, 0x77, 0x00, 0x49, 0xE6, 0x00, 0x96, 0xC3, 0x00, 0x5D, 0xB2, 0x00, 0x97, 0x23, 0x02, 0x91, 0x45, 0x02, 0x92, 0x1A, 0x00, 0x4A, 0x6E, 0x00, 0x4A, 0x76, 0x00, 0x97, 0xE0, 0x02, 0x94, 0x0A, 0x00, 0x4A, 0xB2, 0x02, 0x94, 0x96, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x29, 0x02, 0x95, 0xB6, 0x00, 0x98, 0xE2, 0x00, 0x4B, 0x33, 0x00, 0x99, 0x29, 0x00, 0x99, 0xA7, 0x00, 0x99, 0xC2, 0x00, 0x99, 0xFE, 0x00, 0x4B, 0xCE, 0x02, 0x9B, 0x30, 0x00, 0x9B, 0x12, 0x00, 0x9C, 0x40, 0x00, 0x9C, 0xFD, 0x00, 0x4C, 0xCE, 0x00, 0x4C, 0xED, 0x00, 0x9D, 0x67, 0x02, 0xA0, 0xCE, 0x00, 0x4C, 0xF8, 0x02, 0xA1, 0x05, 0x02, 0xA2, 0x0E, 0x02, 0xA2, 0x91, 0x00, 0x9E, 0xBB, 0x00, 0x4D, 0x56, 0x00, 0x9E, 0xF9, 0x00, 0x9E, 0xFE, 0x00, 0x9F, 0x05, 0x00, 0x9F, 0x0F, 0x00, 0x9F, 0x16, 0x00, 0x9F, 0x3B, 0x02, 0xA6, 0x00 }; const decomp_index_table_t gl_uninorm_decomp_index_table = { { 0, 32, 64, 96, 128, -1, 160, 192, 224, 256, 288, 320, 352, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 384, 416, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 448, 480, -1, -1, -1, -1, 512, 544, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 576, 608, -1, -1, -1, -1, -1, 640, 672, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 704 }, { -1, -1, -1, -1, -1, 0, 32, 64, 96, 128, 160, 192, -1, 224, 256, 288, 320, 352, -1, -1, -1, 384, 416, 448, -1, -1, 480, 512, 544, 576, 608, 640, 672, 704, 736, 768, -1, -1, 800, 832, -1, -1, -1, -1, 864, -1, -1, -1, -1, 896, -1, 928, -1, -1, 960, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 992, 1024, -1, -1, -1, 1056, -1, -1, 1088, 1120, -1, -1, -1, -1, -1, -1, -1, 1152, -1, 1184, -1, 1216, -1, -1, -1, 1248, -1, -1, -1, 1280, -1, -1, -1, 1312, -1, -1, -1, 1344, -1, -1, 1376, -1, -1, -1, 1408, 1440, -1, 1472, -1, 1504, 1536, 1568, 1600, -1, -1, -1, 1632, -1, -1, -1, -1, -1, 1664, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1696, 1728, 1760, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1792, 1824, 1856, 1888, 1920, -1, -1, 1952, 1984, 2016, 2048, 2080, 2112, 2144, 2176, 2208, 2240, 2272, 2304, 2336, 2368, 2400, 2432, 2464, 2496, 2528, 2560, 2592, 2624, -1, -1, 2656, 2688, 2720, 2752, 2784, 2816, 2848, -1, 2880, 2912, 2944, 2976, 3008, 3040, -1, 3072, -1, 3104, -1, -1, -1, -1, -1, -1, -1, -1, -1, 3136, 3168, 3200, 3232, 3264, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 3296, -1, -1, 3328, -1, -1, 3360, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 3392, -1, -1, -1, -1, -1, -1, -1, 3424, -1, -1, -1, -1, -1, -1, -1, -1, 3456, -1, -1, 3488, 3520, 3552, 3584, 3616, 3648, 3680, 3712, -1, 3744, 3776, 3808, 3840, 3872, 3904, 3936, 3968, -1, 4000, 4032, 4064, 4096, -1, -1, -1, 4128, 4160, 4192, 4224, 4256, 4288, 4320, 4352, 4384, 4416, 4448, 4480, 4512, 4544, 4576, 4608, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4640, -1, -1, -1, -1, -1, -1, 4672, -1, -1, -1, 4704, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4736, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4768, 4800, 4832, 4864, 4896, 4928, 4960, 4992, 5024, 5056, 5088, 5120, 5152, 5184, 5216, -1, 5248, 5280, 5312, 5344, 5376, 5408, 5440, 5472, 5504, 5536, 5568, 5600, 5632, 5664, 5696, 5728, 5760, 5792, 5824, 5856, 5888, 5920, 5952, 5984, 6016, 6048, 6080, 6112, 6144, 6176, 6208, 6240, 6272, 6304, 6336, 6368, 6400, 6432, 6464, 6496, -1, -1, -1, -1, 6528, 6560, -1, -1, -1, 6592, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6624, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6656, -1, -1, -1, -1, -1, -1, -1, 6688, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6720, 6752, -1, 6784, 6816, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6848, 6880, 6912, 6944, 6976, 7008, 7040, 7072, 7104, 7136, 7168, 7200, 7232, 7264, 7296, 7328, 7360, 7392, 7424, 7456, 7488, 7520, 7552, 7584, 7616, 7648, 7680, 7712, 7744, 7776, 7808, 7840, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 7872, 7904, 7936, 7968, 8000, 8032, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8064, 8096, 8128, 8160, 8192, -1, -1, -1, 8224, 8256, 8288, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8320, 8352, 8384, 8416, 8448, 8480, 8512, 8544, 8576, 8608, 8640, 8672, 8704, 8736, 8768, 8800, 8832, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }, { 32768, -1, -1, -1, -1, -1, -1, -1, 32769, -1, 32771, -1, -1, -1, -1, 32772, -1, -1, 32774, 32775, 32776, 32778, -1, -1, 32779, 32781, 32782, -1, 32783, 32786, 32789, -1, 24, 26, 28, 30, 32, 34, -1, 36, 38, 40, 42, 44, 46, 48, 50, 52, -1, 54, 56, 58, 60, 62, 64, -1, -1, 66, 68, 70, 72, 74, -1, -1, 76, 78, 80, 82, 84, 86, -1, 88, 90, 92, 94, 96, 98, 100, 102, 104, -1, 106, 108, 110, 112, 114, 116, -1, -1, 118, 120, 122, 124, 126, -1, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, -1, -1, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, -1, -1, 202, 204, 206, 208, 210, 212, 214, 216, 218, -1, 32988, 32990, 224, 226, 228, 230, -1, 232, 234, 236, 238, 240, 242, 33012, 33014, -1, -1, 248, 250, 252, 254, 256, 258, 33028, -1, -1, 262, 264, 266, 268, 270, 272, -1, -1, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, -1, -1, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 33124, 357, 359, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 361, 363, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33133, 33135, 33137, 33139, 33141, 33143, 33145, 33147, 33149, 383, 385, 387, 389, 391, 393, 395, 397, 399, 401, 403, 405, 407, 409, 411, 413, -1, 415, 417, 419, 421, 423, 425, -1, -1, 427, 429, 431, 433, 435, 437, 439, 441, 443, 445, 447, 33217, 33219, 33221, 455, 457, -1, -1, 459, 461, 463, 465, 467, 469, 471, 473, 475, 477, 479, 481, 483, 485, 487, 489, 491, 493, 495, 497, 499, 501, 503, 505, 507, 509, 511, 513, 515, 517, 519, 521, 523, 525, 527, 529, -1, -1, 531, 533, -1, -1, -1, -1, -1, -1, 535, 537, 539, 541, 543, 545, 547, 549, 551, 553, 555, 557, 559, 561, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33331, 33332, 33333, 33334, 33335, 33336, 33337, 33338, 33339, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33340, 33342, 33344, 33346, 33348, 33350, -1, -1, 33352, 33353, 33354, 33355, 33356, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 589, 590, -1, 591, 592, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 594, -1, -1, -1, -1, -1, 33363, -1, -1, -1, 597, -1, -1, -1, -1, -1, 33366, 600, 602, 604, 605, 607, 609, -1, 611, -1, 613, 615, 617, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 619, 621, 623, 625, 627, 629, 631, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 633, 635, 637, 639, 641, -1, 33411, 33412, 33413, 646, 648, 33418, 33419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33420, 33421, 33422, -1, 33423, 33424, -1, -1, -1, 33425, -1, -1, -1, -1, -1, -1, 658, 660, -1, 662, -1, -1, -1, 664, -1, -1, -1, -1, 666, 668, 670, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 672, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 674, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 676, 678, -1, 680, -1, -1, -1, 682, -1, -1, -1, -1, 684, 686, 688, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 690, 692, -1, -1, -1, -1, -1, -1, -1, -1, -1, 694, 696, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 698, 700, 702, 704, -1, -1, 706, 708, -1, -1, 710, 712, 714, 716, 718, 720, -1, -1, 722, 724, 726, 728, 730, 732, -1, -1, 734, 736, 738, 740, 742, 744, 746, 748, 750, 752, 754, 756, -1, -1, 758, 760, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33530, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 764, 766, 768, 770, 772, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33542, 33544, 33546, 33548, -1, -1, -1, -1, -1, -1, -1, 782, -1, 784, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 786, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 788, -1, -1, -1, -1, -1, -1, -1, 790, -1, -1, 792, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 794, 796, 798, 800, 802, 804, 806, 808, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 810, 812, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 814, 816, -1, 818, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 820, -1, -1, 822, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 824, 826, 828, -1, -1, 830, -1, -1, -1, -1, -1, -1, -1, -1, -1, 832, -1, -1, 834, 836, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 838, 840, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 842, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 844, 846, 848, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 850, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 852, -1, -1, -1, -1, -1, -1, 854, 856, -1, 858, 860, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 862, 864, 866, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 868, -1, 870, 872, 874, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33644, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33646, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33648, 33650, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33652, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 885, -1, -1, -1, -1, -1, -1, -1, -1, -1, 887, -1, -1, -1, -1, 889, -1, -1, -1, -1, 891, -1, -1, -1, -1, 893, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 895, -1, -1, -1, -1, -1, -1, -1, -1, -1, 897, -1, 899, 901, 33671, 905, 33675, -1, -1, -1, -1, -1, -1, -1, 909, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 911, -1, -1, -1, -1, -1, -1, -1, -1, -1, 913, -1, -1, -1, -1, 915, -1, -1, -1, -1, 917, -1, -1, -1, -1, 919, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 921, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 923, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33693, -1, -1, -1, -1, -1, -1, -1, -1, -1, 926, -1, 928, -1, 930, -1, 932, -1, 934, -1, -1, -1, 936, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 938, -1, 940, -1, -1, 942, 944, -1, 946, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33716, 33717, 33718, -1, 33719, 33720, 33721, 33722, 33723, 33724, 33725, 33726, 33727, 33728, 33729, -1, 33730, 33731, 33732, 33733, 33734, 33735, 33736, 33737, 33738, 33739, 33740, 33741, 33742, 33743, 33744, 33745, 33746, 33747, -1, 33748, 33749, 33750, 33751, 33752, 33753, 33754, 33755, 33756, 33757, 33758, 33759, 33760, 33761, 33762, 33763, 33764, 33765, 33766, 33767, 33768, 33769, 33770, 33771, 33772, 33773, 33774, 33775, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33776, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33777, 33778, 33779, 33780, 33781, 33782, 33783, 33784, 33785, 33786, 33787, 33788, 33789, 33790, 33791, 33792, 33793, 33794, 33795, 33796, 33797, 33798, 33799, 33800, 33801, 33802, 33803, 33804, 33805, 33806, 33807, 33808, 33809, 33810, 33811, 33812, 33813, 1046, 1048, 1050, 1052, 1054, 1056, 1058, 1060, 1062, 1064, 1066, 1068, 1070, 1072, 1074, 1076, 1078, 1080, 1082, 1084, 1086, 1088, 1090, 1092, 1094, 1096, 1098, 1100, 1102, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 34122, 1356, -1, -1, -1, -1, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, -1, -1, -1, -1, -1, -1, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, -1, -1, 1582, 1584, 1586, 1588, 1590, 1592, -1, -1, 1594, 1596, 1598, 1600, 1602, 1604, 1606, 1608, 1610, 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1630, 1632, 1634, 1636, 1638, 1640, 1642, 1644, 1646, 1648, 1650, 1652, 1654, 1656, 1658, 1660, 1662, 1664, 1666, 1668, -1, -1, 1670, 1672, 1674, 1676, 1678, 1680, -1, -1, 1682, 1684, 1686, 1688, 1690, 1692, 1694, 1696, -1, 1698, -1, 1700, -1, 1702, -1, 1704, 1706, 1708, 1710, 1712, 1714, 1716, 1718, 1720, 1722, 1724, 1726, 1728, 1730, 1732, 1734, 1736, 1738, 1740, 1741, 1743, 1744, 1746, 1747, 1749, 1750, 1752, 1753, 1755, 1756, 1758, -1, -1, 1759, 1761, 1763, 1765, 1767, 1769, 1771, 1773, 1775, 1777, 1779, 1781, 1783, 1785, 1787, 1789, 1791, 1793, 1795, 1797, 1799, 1801, 1803, 1805, 1807, 1809, 1811, 1813, 1815, 1817, 1819, 1821, 1823, 1825, 1827, 1829, 1831, 1833, 1835, 1837, 1839, 1841, 1843, 1845, 1847, 1849, 1851, 1853, 1855, 1857, 1859, 1861, 1863, -1, 1865, 1867, 1869, 1871, 1873, 1875, 1876, 34646, 1880, 34649, 34651, 1885, 1887, 1889, 1891, -1, 1893, 1895, 1897, 1899, 1900, 1902, 1903, 1905, 1907, 1909, 1911, 1913, 1915, 1917, -1, -1, 1918, 1920, 1922, 1924, 1926, 1928, -1, 1929, 1931, 1933, 1935, 1937, 1939, 1941, 1942, 1944, 1946, 1948, 1950, 1952, 1954, 1956, 1957, 1959, 1961, 1962, -1, -1, 1963, 1965, 1967, -1, 1969, 1971, 1973, 1975, 1976, 1978, 1979, 1981, 34750, -1, 1984, 1985, 34754, 34755, 34756, 34757, 34758, 34759, 34760, 34761, 34762, -1, -1, -1, -1, -1, -1, 34763, -1, -1, -1, -1, -1, 34764, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34766, 34767, 34769, -1, -1, -1, -1, -1, -1, -1, -1, 34772, -1, -1, -1, 34773, 34775, -1, 34778, 34780, -1, -1, -1, -1, 34783, -1, 34785, -1, -1, -1, -1, -1, -1, -1, -1, 34787, 34789, 34791, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34793, -1, -1, -1, -1, -1, -1, -1, 34797, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34798, 34799, -1, -1, 34800, 34801, 34802, 34803, 34804, 34805, 34806, 34807, 34808, 34809, 34810, 34811, 34812, 34813, 34814, 34815, 34816, 34817, 34818, 34819, 34820, 34821, 34822, 34823, 34824, 34825, 34826, -1, 34827, 34828, 34829, 34830, 34831, 34832, 34833, 34834, 34835, 34836, 34837, 34838, 34839, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34840, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34842, 34845, 34848, 34849, -1, 34851, 34854, 34857, -1, 34858, 34860, 34861, 34862, 34863, 34864, 34865, 34866, 34867, 34868, 34869, -1, 34870, 34871, -1, -1, 34873, 34874, 34875, 34876, 34877, -1, -1, 34878, 34880, 34883, -1, 34885, -1, 2118, -1, 34887, -1, 2120, 2121, 34890, 34891, -1, 34892, 34893, 34894, -1, 34895, 34896, 34897, 34898, 34899, 34900, 34901, -1, 34902, 34905, 34906, 34907, 34908, 34909, -1, -1, -1, -1, 34910, 34911, 34912, 34913, 34914, -1, -1, -1, -1, -1, -1, 34915, 34918, 34921, 34925, 34928, 34931, 34934, 34937, 34940, 34943, 34946, 34949, 34952, 34955, 34958, 34961, 34963, 34964, 34966, 34969, 34971, 34972, 34974, 34977, 34981, 34983, 34984, 34986, 34989, 34990, 34991, 34992, 34993, 34994, 34996, 34999, 35001, 35002, 35004, 35007, 35011, 35013, 35014, 35016, 35019, 35020, 35021, 35022, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35023, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2258, 2260, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2262, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2264, 2266, 2268, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2270, -1, -1, -1, -1, 2272, -1, -1, 2274, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2276, -1, 2278, -1, -1, -1, -1, -1, 35048, 35050, -1, 35053, 35055, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2290, -1, -1, 2292, -1, -1, 2294, -1, 2296, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2298, -1, 2300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2302, 2304, 2306, 2308, 2310, -1, -1, 2312, 2314, -1, -1, 2316, 2318, -1, -1, -1, -1, -1, -1, 2320, 2322, -1, -1, 2324, 2326, -1, -1, 2328, 2330, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2332, 2334, 2336, 2338, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2340, 2342, 2344, 2346, -1, -1, -1, -1, -1, -1, 2348, 2350, 2352, 2354, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2356, 2357, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35126, 35127, 35128, 35129, 35130, 35131, 35132, 35133, 35134, 35135, 35137, 35139, 35141, 35143, 35145, 35147, 35149, 35151, 35153, 35155, 35157, 35160, 35163, 35166, 35169, 35172, 35175, 35178, 35181, 35184, 35188, 35192, 35196, 35200, 35204, 35208, 35212, 35216, 35220, 35224, 35228, 35230, 35232, 35234, 35236, 35238, 35240, 35242, 35244, 35246, 35249, 35252, 35255, 35258, 35261, 35264, 35267, 35270, 35273, 35276, 35279, 35282, 35285, 35288, 35291, 35294, 35297, 35300, 35303, 35306, 35309, 35312, 35315, 35318, 35321, 35324, 35327, 35330, 35333, 35336, 35339, 35342, 35345, 35348, 35351, 35354, 35357, 35358, 35359, 35360, 35361, 35362, 35363, 35364, 35365, 35366, 35367, 35368, 35369, 35370, 35371, 35372, 35373, 35374, 35375, 35376, 35377, 35378, 35379, 35380, 35381, 35382, 35383, 35384, 35385, 35386, 35387, 35388, 35389, 35390, 35391, 35392, 35393, 35394, 35395, 35396, 35397, 35398, 35399, 35400, 35401, 35402, 35403, 35404, 35405, 35406, 35407, 35408, 35409, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35410, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35414, 35417, 35419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2654, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35424, 35425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35426, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35427, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35428, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35429, 35430, 35431, 35432, 35433, 35434, 35435, 35436, 35437, 35438, 35439, 35440, 35441, 35442, 35443, 35444, 35445, 35446, 35447, 35448, 35449, 35450, 35451, 35452, 35453, 35454, 35455, 35456, 35457, 35458, 35459, 35460, 35461, 35462, 35463, 35464, 35465, 35466, 35467, 35468, 35469, 35470, 35471, 35472, 35473, 35474, 35475, 35476, 35477, 35478, 35479, 35480, 35481, 35482, 35483, 35484, 35485, 35486, 35487, 35488, 35489, 35490, 35491, 35492, 35493, 35494, 35495, 35496, 35497, 35498, 35499, 35500, 35501, 35502, 35503, 35504, 35505, 35506, 35507, 35508, 35509, 35510, 35511, 35512, 35513, 35514, 35515, 35516, 35517, 35518, 35519, 35520, 35521, 35522, 35523, 35524, 35525, 35526, 35527, 35528, 35529, 35530, 35531, 35532, 35533, 35534, 35535, 35536, 35537, 35538, 35539, 35540, 35541, 35542, 35543, 35544, 35545, 35546, 35547, 35548, 35549, 35550, 35551, 35552, 35553, 35554, 35555, 35556, 35557, 35558, 35559, 35560, 35561, 35562, 35563, 35564, 35565, 35566, 35567, 35568, 35569, 35570, 35571, 35572, 35573, 35574, 35575, 35576, 35577, 35578, 35579, 35580, 35581, 35582, 35583, 35584, 35585, 35586, 35587, 35588, 35589, 35590, 35591, 35592, 35593, 35594, 35595, 35596, 35597, 35598, 35599, 35600, 35601, 35602, 35603, 35604, 35605, 35606, 35607, 35608, 35609, 35610, 35611, 35612, 35613, 35614, 35615, 35616, 35617, 35618, 35619, 35620, 35621, 35622, 35623, 35624, 35625, 35626, 35627, 35628, 35629, 35630, 35631, 35632, 35633, 35634, 35635, 35636, 35637, 35638, 35639, 35640, 35641, 35642, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35643, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35644, -1, 35645, 35646, 35647, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2880, -1, 2882, -1, 2884, -1, 2886, -1, 2888, -1, 2890, -1, 2892, -1, 2894, -1, 2896, -1, 2898, -1, 2900, -1, 2902, -1, -1, 2904, -1, 2906, -1, 2908, -1, -1, -1, -1, -1, -1, 2910, 2912, -1, 2914, 2916, -1, 2918, 2920, -1, 2922, 2924, -1, 2926, 2928, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2930, -1, -1, -1, -1, -1, -1, 35700, 35702, -1, 2936, 35706, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2940, -1, 2942, -1, 2944, -1, 2946, -1, 2948, -1, 2950, -1, 2952, -1, 2954, -1, 2956, -1, 2958, -1, 2960, -1, 2962, -1, -1, 2964, -1, 2966, -1, 2968, -1, -1, -1, -1, -1, -1, 2970, 2972, -1, 2974, 2976, -1, 2978, 2980, -1, 2982, 2984, -1, 2986, 2988, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2990, -1, -1, 2992, 2994, 2996, 2998, -1, -1, -1, 3000, 35770, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35772, 35773, 35774, 35775, 35776, 35777, 35778, 35779, 35780, 35781, 35782, 35783, 35784, 35785, 35786, 35787, 35788, 35789, 35790, 35791, 35792, 35793, 35794, 35795, 35796, 35797, 35798, 35799, 35800, 35801, 35802, 35803, 35804, 35805, 35806, 35807, 35808, 35809, 35810, 35811, 35812, 35813, 35814, 35815, 35816, 35817, 35818, 35819, 35820, 35821, 35822, 35823, 35824, 35825, 35826, 35827, 35828, 35829, 35830, 35831, 35832, 35833, 35834, 35835, 35836, 35837, 35838, 35839, 35840, 35841, 35842, 35843, 35844, 35845, 35846, 35847, 35848, 35849, 35850, 35851, 35852, 35853, 35854, 35855, 35856, 35857, 35858, 35859, 35860, 35861, 35862, 35863, 35864, 35865, -1, -1, -1, 35866, 35867, 35868, 35869, 35870, 35871, 35872, 35873, 35874, 35875, 35876, 35877, 35878, 35879, 35880, 35883, 35886, 35889, 35892, 35895, 35898, 35901, 35904, 35907, 35910, 35913, 35916, 35919, 35922, 35926, 35930, 35934, 35938, 35942, 35946, 35950, 35954, 35958, 35962, 35966, 35970, 35974, 35978, 35982, 35989, -1, 35995, 35998, 36001, 36004, 36007, 36010, 36013, 36016, 36019, 36022, 36025, 36028, 36031, 36034, 36037, 36040, 36043, 36046, 36049, 36052, 36055, 36058, 36061, 36064, 36067, 36070, 36073, 36076, 36079, 36082, 36085, 36088, 36091, 36094, 36097, 36100, 36103, 36104, 36105, 36106, -1, -1, -1, -1, -1, -1, -1, -1, 36107, 36110, 36112, 36114, 36116, 36118, 36120, 36122, 36124, 36126, 36128, 36130, 36132, 36134, 36136, 36138, 36140, 36141, 36142, 36143, 36144, 36145, 36146, 36147, 36148, 36149, 36150, 36151, 36152, 36153, 36154, 36156, 36158, 36160, 36162, 36164, 36166, 36168, 36170, 36172, 36174, 36176, 36178, 36180, 36182, 36187, 36191, -1, 36193, 36194, 36195, 36196, 36197, 36198, 36199, 36200, 36201, 36202, 36203, 36204, 36205, 36206, 36207, 36208, 36209, 36210, 36211, 36212, 36213, 36214, 36215, 36216, 36217, 36218, 36219, 36220, 36221, 36222, 36223, 36224, 36225, 36226, 36227, 36228, 36229, 36230, 36231, 36232, 36233, 36234, 36235, 36236, 36237, 36238, 36239, 36240, 36241, 36242, 36244, 36246, 36248, 36250, 36252, 36254, 36256, 36258, 36260, 36262, 36264, 36266, 36268, 36270, 36272, 36274, 36276, 36278, 36280, 36282, 36284, 36286, 36288, 36290, 36293, 36296, 36299, 36301, 36304, 36306, 36309, 36310, 36311, 36312, 36313, 36314, 36315, 36316, 36317, 36318, 36319, 36320, 36321, 36322, 36323, 36324, 36325, 36326, 36327, 36328, 36329, 36330, 36331, 36332, 36333, 36334, 36335, 36336, 36337, 36338, 36339, 36340, 36341, 36342, 36343, 36344, 36345, 36346, 36347, 36348, 36349, 36350, 36351, 36352, 36353, 36354, 36355, -1, 36356, 36360, 36364, 36368, 36371, 36375, 36378, 36381, 36386, 36390, 36393, 36396, 36399, 36403, 36407, 36410, 36413, 36415, 36418, 36422, 36426, 36428, 36433, 36439, 36444, 36447, 36452, 36457, 36461, 36464, 36467, 36470, 36474, 36479, 36483, 36486, 36489, 36492, 36494, 36496, 36498, 36500, 36503, 36506, 36511, 36514, 36518, 36523, 36526, 36528, 36530, 36535, 36539, 36544, 36547, 36552, 36554, 36557, 36560, 36563, 36566, 36569, 36573, 36576, 36578, 36581, 36584, 36587, 36591, 36594, 36597, 36600, 36605, 36609, 36611, 36616, 36618, 36622, 36626, 36629, 36632, 36635, 36639, 36641, 36644, 36648, 36650, 36655, 36658, 36660, 36662, 36664, 36666, 36668, 36670, 36672, 36674, 36676, 36678, 36681, 36684, 36687, 36690, 36693, 36696, 36699, 36702, 36705, 36708, 36711, 36714, 36717, 36720, 36723, 36726, 36728, 36730, 36733, 36735, 36737, 36739, 36742, 36745, 36747, 36749, 36751, 36753, 36755, 36759, 36761, 36763, 36765, 36767, 36769, 36771, 36773, 36775, 36778, 36782, 36784, 36786, 36788, 36790, 36792, 36794, 36796, 36799, 36802, 36805, 36808, 36810, 36812, 36814, 36816, 36818, 36820, 36822, 36824, 36826, 36828, 36831, 36834, 36836, 36839, 36842, 36845, 36847, 36850, 36853, 36857, 36859, 36862, 36865, 36868, 36871, 36876, 36882, 36884, 36886, 36888, 36890, 36892, 36894, 36896, 36898, 36900, 36902, 36904, 36906, 36908, 36910, 36912, 36914, 36916, 36918, 36922, 36924, 36926, 36928, 36932, 36935, 36937, 36939, 36941, 36943, 36945, 36947, 36949, 36951, 36953, 36955, 36958, 36960, 36962, 36965, 36968, 36970, 36974, 36977, 36979, 36981, 36983, 36985, 36988, 36991, 36993, 36995, 36997, 36999, 37001, 37003, 37005, 37007, 37009, 37012, 37015, 37018, 37021, 37024, 37027, 37030, 37033, 37036, 37039, 37042, 37045, 37048, 37051, 37054, 37057, 37060, 37063, 37066, 37069, 37072, 37075, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37078, 37079, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37080, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37081, 37082, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37083, 37084, 37085, 37086, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, -1, -1, 4589, -1, 4590, -1, -1, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, -1, 4601, -1, 4602, -1, -1, 4603, 4604, -1, -1, -1, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, -1, -1, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, -1, -1, -1, -1, -1, -1, 37547, 37549, 37551, 37553, 37556, 37559, 37561, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37563, 37565, 37567, 37569, 37571, -1, -1, -1, -1, -1, 4805, -1, 4807, 37577, 37578, 37579, 37580, 37581, 37582, 37583, 37584, 37585, 37586, 4819, 4821, 4823, 4825, 4827, 4829, 4831, 4833, 4835, 4837, 4839, 4841, 4843, -1, 4845, 4847, 4849, 4851, 4853, -1, 4855, -1, 4857, 4859, -1, 4861, 4863, -1, 4865, 4867, 4869, 4871, 4873, 4875, 4877, 4879, 4881, 37651, 37653, 37654, 37655, 37656, 37657, 37658, 37659, 37660, 37661, 37662, 37663, 37664, 37665, 37666, 37667, 37668, 37669, 37670, 37671, 37672, 37673, 37674, 37675, 37676, 37677, 37678, 37679, 37680, 37681, 37682, 37683, 37684, 37685, 37686, 37687, 37688, 37689, 37690, 37691, 37692, 37693, 37694, 37695, 37696, 37697, 37698, 37699, 37700, 37701, 37702, 37703, 37704, 37705, 37706, 37707, 37708, 37709, 37710, 37711, 37712, 37713, 37714, 37715, 37716, 37717, 37718, 37719, 37720, 37721, 37722, 37723, 37724, 37725, 37726, 37727, 37728, 37729, 37730, 37731, 37732, 37733, 37734, 37735, 37736, 37737, 37738, 37739, 37740, 37741, 37742, 37743, 37744, 37745, 37746, 37747, 37748, 37749, 37750, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37751, 37752, 37753, 37754, 37755, 37756, 37757, 37758, 37759, 37760, 37761, 37762, 37763, 37764, 37765, 37766, 37767, 37768, 37769, 37770, 37771, 37772, 37773, 37774, 37776, 37778, 37780, 37782, 37784, 37786, 37788, 37790, 37792, 37794, 37796, 37798, 37800, 37802, 37804, 37806, 37808, 37810, 37811, 37812, 37813, 37814, 37816, 37818, 37820, 37822, 37824, 37826, 37828, 37830, 37832, 37834, 37836, 37838, 37840, 37842, 37844, 37846, 37848, 37850, 37852, 37854, 37856, 37858, 37860, 37862, 37864, 37866, 37868, 37870, 37872, 37874, 37876, 37878, 37880, 37882, 37884, 37886, 37888, 37890, 37892, 37894, 37896, 37898, 37900, 37902, 37904, 37906, 37908, 37910, 37912, 37914, 37916, 37918, 37920, 37922, 37924, 37926, 37928, 37930, 37932, 37934, 37936, 37938, 37940, 37942, 37944, 37946, 37948, 37950, 37952, 37954, 37956, 37958, 37960, 37962, 37964, 37966, 37968, 37970, 37972, 37974, 37976, 37978, 37980, 37982, 37984, 37986, 37988, 37990, 37992, 37994, 37996, 37998, 38000, 38002, 38005, 38008, 38011, 38014, 38017, 38020, 38022, 38024, 38026, 38028, 38030, 38032, 38034, 38036, 38038, 38040, 38042, 38044, 38046, 38048, 38050, 38052, 38054, 38056, 38058, 38060, 38062, 38064, 38066, 38068, 38070, 38072, 38074, 38076, 38078, 38080, 38082, 38084, 38086, 38088, 38090, 38092, 38094, 38096, 38098, 38100, 38102, 38104, 38106, 38108, 38110, 38112, 38114, 38116, 38118, 38120, 38122, 38124, 38126, 38128, 38130, 38132, 38134, 38136, 38138, 38140, 38142, 38144, 38146, 38148, 38150, 38152, 38154, 38156, 38158, 38160, 38162, 38164, 38166, 38168, 38170, 38172, 38174, 38176, 38178, 38180, 38182, 38184, 38186, 38188, 38190, 38192, 38194, 38196, 38198, 38200, 38202, 38204, 38206, 38208, 38210, 38212, 38214, 38216, 38218, 38220, 38222, 38224, 38226, 38228, 38230, 38232, 38234, 38236, 38238, 38240, 38242, 38244, 38246, 38248, 38250, 38252, 38254, 38256, 38258, 38260, 38262, 38264, 38266, 38268, 38270, 38272, 38274, 38276, 38278, 38280, 38282, 38284, 38286, 38288, 38290, 38292, 38294, 38296, 38298, 38300, 38302, 38304, 38307, 38310, 38313, 38315, 38317, 38319, 38321, 38323, 38325, 38327, 38329, 38331, 38333, 38335, 38337, 38339, 38341, 38343, 38345, 38347, 38349, 38351, 38353, 38355, 38357, 38359, 38361, 38363, 38365, 38367, 38369, 38371, 38373, 38375, 38377, 38379, 38381, 38383, 38385, 38387, 38389, 38391, 38393, 38395, 38397, 38399, 38401, 38403, 38405, 38407, 38409, 38411, 38413, 38415, 38417, 38419, 38421, 38423, 38425, 38427, 38429, 38431, 38433, 38435, 38437, 38439, 38441, 38443, 38445, 38447, 38449, 38451, 38453, 38455, 38457, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 38459, 38462, 38465, 38468, 38471, 38474, 38477, 38480, 38483, 38486, 38489, 38492, 38495, 38498, 38501, 38504, 38507, 38510, 38513, 38516, 38519, 38522, 38525, 38528, 38531, 38534, 38537, 38540, 38543, 38546, 38549, 38552, 38555, 38558, 38561, 38564, 38567, 38570, 38573, 38576, 38579, 38582, 38585, 38588, 38591, 38594, 38597, 38600, 38603, 38606, 38609, 38612, 38615, 38618, 38621, 38624, 38627, 38630, 38633, 38636, 38639, 38642, 38645, 38648, -1, -1, 38651, 38654, 38657, 38660, 38663, 38666, 38669, 38672, 38675, 38678, 38681, 38684, 38687, 38690, 38693, 38696, 38699, 38702, 38705, 38708, 38711, 38714, 38717, 38720, 38723, 38726, 38729, 38732, 38735, 38738, 38741, 38744, 38747, 38750, 38753, 38756, 38759, 38762, 38765, 38768, 38771, 38774, 38777, 38780, 38783, 38786, 38789, 38792, 38795, 38798, 38801, 38804, 38807, 38810, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 38813, 38816, 38819, 38823, 38827, 38831, 38835, 38839, 38843, 38847, 38850, 38868, 38876, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 38880, 38881, 38882, 38883, 38884, 38885, 38886, 38887, 38888, 38889, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 38890, 38891, 38892, 38893, 38894, 38895, 38896, 38897, 38898, 38899, 38900, 38901, 38902, 38903, 38904, 38905, 38906, 38907, 38908, 38909, 38910, -1, -1, 38911, 38912, 38913, 38914, 38915, 38916, 38917, 38918, 38919, 38920, 38921, 38922, -1, 38923, 38924, 38925, 38926, 38927, 38928, 38929, 38930, 38931, 38932, 38933, 38934, 38935, 38936, 38937, 38938, 38939, 38940, 38941, -1, 38942, 38943, 38944, 38945, -1, -1, -1, -1, 38946, 38948, 38950, -1, 38952, -1, 38954, 38956, 38958, 38960, 38962, 38964, 38966, 38968, 38970, 38972, 38974, 38975, 38976, 38977, 38978, 38979, 38980, 38981, 38982, 38983, 38984, 38985, 38986, 38987, 38988, 38989, 38990, 38991, 38992, 38993, 38994, 38995, 38996, 38997, 38998, 38999, 39000, 39001, 39002, 39003, 39004, 39005, 39006, 39007, 39008, 39009, 39010, 39011, 39012, 39013, 39014, 39015, 39016, 39017, 39018, 39019, 39020, 39021, 39022, 39023, 39024, 39025, 39026, 39027, 39028, 39029, 39030, 39031, 39032, 39033, 39034, 39035, 39036, 39037, 39038, 39039, 39040, 39041, 39042, 39043, 39044, 39045, 39046, 39047, 39048, 39049, 39050, 39051, 39052, 39053, 39054, 39055, 39056, 39057, 39058, 39059, 39060, 39061, 39062, 39063, 39064, 39065, 39066, 39067, 39068, 39069, 39070, 39071, 39072, 39073, 39074, 39075, 39076, 39077, 39078, 39079, 39080, 39081, 39082, 39083, 39084, 39085, 39086, 39087, 39088, 39089, 39090, 39091, 39093, 39095, 39097, 39099, 39101, 39103, 39105, -1, -1, -1, -1, 39107, 39108, 39109, 39110, 39111, 39112, 39113, 39114, 39115, 39116, 39117, 39118, 39119, 39120, 39121, 39122, 39123, 39124, 39125, 39126, 39127, 39128, 39129, 39130, 39131, 39132, 39133, 39134, 39135, 39136, 39137, 39138, 39139, 39140, 39141, 39142, 39143, 39144, 39145, 39146, 39147, 39148, 39149, 39150, 39151, 39152, 39153, 39154, 39155, 39156, 39157, 39158, 39159, 39160, 39161, 39162, 39163, 39164, 39165, 39166, 39167, 39168, 39169, 39170, 39171, 39172, 39173, 39174, 39175, 39176, 39177, 39178, 39179, 39180, 39181, 39182, 39183, 39184, 39185, 39186, 39187, 39188, 39189, 39190, 39191, 39192, 39193, 39194, 39195, 39196, 39197, 39198, 39199, 39200, 39201, 39202, 39203, 39204, 39205, 39206, 39207, 39208, 39209, 39210, 39211, 39212, 39213, 39214, 39215, 39216, 39217, 39218, 39219, 39220, 39221, 39222, 39223, 39224, 39225, 39226, 39227, 39228, 39229, 39230, 39231, 39232, 39233, 39234, 39235, 39236, 39237, 39238, 39239, 39240, 39241, 39242, 39243, 39244, 39245, 39246, 39247, 39248, 39249, 39250, 39251, 39252, 39253, 39254, 39255, 39256, 39257, 39258, 39259, 39260, 39261, 39262, 39263, 39264, 39265, 39266, 39267, 39268, 39269, 39270, 39271, 39272, 39273, 39274, 39275, 39276, 39277, 39278, 39279, 39280, 39281, 39282, 39283, 39284, 39285, 39286, 39287, 39288, 39289, 39290, 39291, 39292, 39293, 39294, 39295, 39296, -1, -1, -1, 39297, 39298, 39299, 39300, 39301, 39302, -1, -1, 39303, 39304, 39305, 39306, 39307, 39308, -1, -1, 39309, 39310, 39311, 39312, 39313, 39314, -1, -1, 39315, 39316, 39317, -1, -1, -1, 39318, 39319, 39320, 39321, 39322, 39323, 39324, -1, 39325, 39326, 39327, 39328, 39329, 39330, 39331, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6564, -1, 6566, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6568, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6570, 6572, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6574, 6576, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6578, 6580, -1, 6582, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6584, 6586, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6588, 6590, 6592, 6594, 6596, 6598, 6600, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6602, 6604, 6606, 6608, 6610, 6612, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 39382, 39383, 39384, 39385, 39386, 39387, 39388, 39389, 39390, 39391, 39392, 39393, 39394, 39395, 39396, 39397, 39398, 39399, 39400, 39401, 39402, 39403, 39404, 39405, 39406, 39407, 39408, 39409, 39410, 39411, 39412, 39413, 39414, 39415, 39416, 39417, 39418, 39419, 39420, 39421, 39422, 39423, 39424, 39425, 39426, 39427, 39428, 39429, 39430, 39431, 39432, 39433, 39434, 39435, 39436, 39437, 39438, 39439, 39440, 39441, 39442, 39443, 39444, 39445, 39446, 39447, 39448, 39449, 39450, 39451, 39452, 39453, 39454, 39455, 39456, 39457, 39458, 39459, 39460, 39461, 39462, 39463, 39464, 39465, 39466, -1, 39467, 39468, 39469, 39470, 39471, 39472, 39473, 39474, 39475, 39476, 39477, 39478, 39479, 39480, 39481, 39482, 39483, 39484, 39485, 39486, 39487, 39488, 39489, 39490, 39491, 39492, 39493, 39494, 39495, 39496, 39497, 39498, 39499, 39500, 39501, 39502, 39503, 39504, 39505, 39506, 39507, 39508, 39509, 39510, 39511, 39512, 39513, 39514, 39515, 39516, 39517, 39518, 39519, 39520, 39521, 39522, 39523, 39524, 39525, 39526, 39527, 39528, 39529, 39530, 39531, 39532, 39533, 39534, 39535, 39536, 39537, -1, 39538, 39539, -1, -1, 39540, -1, -1, 39541, 39542, -1, -1, 39543, 39544, 39545, 39546, -1, 39547, 39548, 39549, 39550, 39551, 39552, 39553, 39554, 39555, 39556, 39557, 39558, -1, 39559, -1, 39560, 39561, 39562, 39563, 39564, 39565, 39566, -1, 39567, 39568, 39569, 39570, 39571, 39572, 39573, 39574, 39575, 39576, 39577, 39578, 39579, 39580, 39581, 39582, 39583, 39584, 39585, 39586, 39587, 39588, 39589, 39590, 39591, 39592, 39593, 39594, 39595, 39596, 39597, 39598, 39599, 39600, 39601, 39602, 39603, 39604, 39605, 39606, 39607, 39608, 39609, 39610, 39611, 39612, 39613, 39614, 39615, 39616, 39617, 39618, 39619, 39620, 39621, 39622, 39623, 39624, 39625, 39626, 39627, 39628, 39629, 39630, 39631, -1, 39632, 39633, 39634, 39635, -1, -1, 39636, 39637, 39638, 39639, 39640, 39641, 39642, 39643, -1, 39644, 39645, 39646, 39647, 39648, 39649, 39650, -1, 39651, 39652, 39653, 39654, 39655, 39656, 39657, 39658, 39659, 39660, 39661, 39662, 39663, 39664, 39665, 39666, 39667, 39668, 39669, 39670, 39671, 39672, 39673, 39674, 39675, 39676, 39677, 39678, -1, 39679, 39680, 39681, 39682, -1, 39683, 39684, 39685, 39686, 39687, -1, 39688, -1, -1, -1, 39689, 39690, 39691, 39692, 39693, 39694, 39695, -1, 39696, 39697, 39698, 39699, 39700, 39701, 39702, 39703, 39704, 39705, 39706, 39707, 39708, 39709, 39710, 39711, 39712, 39713, 39714, 39715, 39716, 39717, 39718, 39719, 39720, 39721, 39722, 39723, 39724, 39725, 39726, 39727, 39728, 39729, 39730, 39731, 39732, 39733, 39734, 39735, 39736, 39737, 39738, 39739, 39740, 39741, 39742, 39743, 39744, 39745, 39746, 39747, 39748, 39749, 39750, 39751, 39752, 39753, 39754, 39755, 39756, 39757, 39758, 39759, 39760, 39761, 39762, 39763, 39764, 39765, 39766, 39767, 39768, 39769, 39770, 39771, 39772, 39773, 39774, 39775, 39776, 39777, 39778, 39779, 39780, 39781, 39782, 39783, 39784, 39785, 39786, 39787, 39788, 39789, 39790, 39791, 39792, 39793, 39794, 39795, 39796, 39797, 39798, 39799, 39800, 39801, 39802, 39803, 39804, 39805, 39806, 39807, 39808, 39809, 39810, 39811, 39812, 39813, 39814, 39815, 39816, 39817, 39818, 39819, 39820, 39821, 39822, 39823, 39824, 39825, 39826, 39827, 39828, 39829, 39830, 39831, 39832, 39833, 39834, 39835, 39836, 39837, 39838, 39839, 39840, 39841, 39842, 39843, 39844, 39845, 39846, 39847, 39848, 39849, 39850, 39851, 39852, 39853, 39854, 39855, 39856, 39857, 39858, 39859, 39860, 39861, 39862, 39863, 39864, 39865, 39866, 39867, 39868, 39869, 39870, 39871, 39872, 39873, 39874, 39875, 39876, 39877, 39878, 39879, 39880, 39881, 39882, 39883, 39884, 39885, 39886, 39887, 39888, 39889, 39890, 39891, 39892, 39893, 39894, 39895, 39896, 39897, 39898, 39899, 39900, 39901, 39902, 39903, 39904, 39905, 39906, 39907, 39908, 39909, 39910, 39911, 39912, 39913, 39914, 39915, 39916, 39917, 39918, 39919, 39920, 39921, 39922, 39923, 39924, 39925, 39926, 39927, 39928, 39929, 39930, 39931, 39932, 39933, 39934, 39935, 39936, 39937, 39938, 39939, 39940, 39941, 39942, 39943, 39944, 39945, 39946, 39947, 39948, 39949, 39950, 39951, 39952, 39953, 39954, 39955, 39956, 39957, 39958, 39959, 39960, 39961, 39962, 39963, 39964, 39965, 39966, 39967, 39968, 39969, 39970, 39971, 39972, 39973, 39974, 39975, 39976, 39977, 39978, 39979, 39980, 39981, 39982, 39983, 39984, 39985, 39986, 39987, 39988, 39989, 39990, 39991, 39992, 39993, 39994, 39995, 39996, 39997, 39998, 39999, 40000, 40001, 40002, 40003, 40004, 40005, 40006, 40007, 40008, 40009, 40010, 40011, 40012, 40013, 40014, 40015, 40016, 40017, 40018, 40019, 40020, 40021, 40022, 40023, 40024, 40025, 40026, 40027, 40028, 40029, 40030, 40031, 40032, 40033, 40034, 40035, -1, -1, 40036, 40037, 40038, 40039, 40040, 40041, 40042, 40043, 40044, 40045, 40046, 40047, 40048, 40049, 40050, 40051, 40052, 40053, 40054, 40055, 40056, 40057, 40058, 40059, 40060, 40061, 40062, 40063, 40064, 40065, 40066, 40067, 40068, 40069, 40070, 40071, 40072, 40073, 40074, 40075, 40076, 40077, 40078, 40079, 40080, 40081, 40082, 40083, 40084, 40085, 40086, 40087, 40088, 40089, 40090, 40091, 40092, 40093, 40094, 40095, 40096, 40097, 40098, 40099, 40100, 40101, 40102, 40103, 40104, 40105, 40106, 40107, 40108, 40109, 40110, 40111, 40112, 40113, 40114, 40115, 40116, 40117, 40118, 40119, 40120, 40121, 40122, 40123, 40124, 40125, 40126, 40127, 40128, 40129, 40130, 40131, 40132, 40133, 40134, 40135, 40136, 40137, 40138, 40139, 40140, 40141, 40142, 40143, 40144, 40145, 40146, 40147, 40148, 40149, 40150, 40151, 40152, 40153, 40154, 40155, 40156, 40157, 40158, 40159, 40160, 40161, 40162, 40163, 40164, 40165, 40166, 40167, 40168, 40169, 40170, 40171, 40172, 40173, 40174, 40175, 40176, 40177, 40178, 40179, 40180, 40181, 40182, 40183, 40184, 40185, 40186, 40187, 40188, 40189, 40190, 40191, 40192, 40193, 40194, 40195, 40196, 40197, 40198, 40199, 40200, 40201, 40202, 40203, 40204, 40205, 40206, 40207, 40208, 40209, 40210, 40211, 40212, 40213, 40214, 40215, 40216, 40217, 40218, 40219, 40220, 40221, 40222, 40223, 40224, 40225, 40226, 40227, 40228, 40229, 40230, 40231, 40232, 40233, 40234, 40235, 40236, 40237, 40238, 40239, 40240, 40241, 40242, 40243, 40244, 40245, 40246, 40247, 40248, 40249, 40250, 40251, 40252, 40253, 40254, 40255, 40256, 40257, 40258, 40259, 40260, 40261, 40262, 40263, 40264, 40265, 40266, 40267, 40268, 40269, 40270, 40271, 40272, 40273, 40274, 40275, 40276, 40277, 40278, 40279, 40280, 40281, 40282, 40283, 40284, 40285, 40286, 40287, 40288, 40289, 40290, 40291, 40292, 40293, 40294, 40295, 40296, 40297, 40298, 40299, 40300, 40301, 40302, 40303, 40304, 40305, 40306, 40307, 40308, 40309, 40310, 40311, 40312, 40313, 40314, 40315, 40316, 40317, 40318, 40319, 40320, 40321, 40322, 40323, 40324, 40325, 40326, 40327, -1, -1, 40328, 40329, 40330, 40331, 40332, 40333, 40334, 40335, 40336, 40337, 40338, 40339, 40340, 40341, 40342, 40343, 40344, 40345, 40346, 40347, 40348, 40349, 40350, 40351, 40352, 40353, 40354, 40355, 40356, 40357, 40358, 40359, 40360, 40361, 40362, 40363, 40364, 40365, 40366, 40367, 40368, 40369, 40370, 40371, 40372, 40373, 40374, 40375, 40376, 40377, 40378, 40379, 40380, 40381, -1, 40382, 40383, 40384, 40385, 40386, 40387, 40388, 40389, 40390, 40391, 40392, 40393, 40394, 40395, 40396, 40397, 40398, 40399, 40400, 40401, 40402, 40403, 40404, 40405, 40406, 40407, 40408, -1, 40409, 40410, -1, 40411, -1, -1, 40412, -1, 40413, 40414, 40415, 40416, 40417, 40418, 40419, 40420, 40421, 40422, -1, 40423, 40424, 40425, 40426, -1, 40427, -1, 40428, -1, -1, -1, -1, -1, -1, 40429, -1, -1, -1, -1, 40430, -1, 40431, -1, 40432, -1, 40433, 40434, 40435, -1, 40436, 40437, -1, 40438, -1, -1, 40439, -1, 40440, -1, 40441, -1, 40442, -1, 40443, -1, 40444, 40445, -1, 40446, -1, -1, 40447, 40448, 40449, 40450, -1, 40451, 40452, 40453, 40454, 40455, 40456, 40457, -1, 40458, 40459, 40460, 40461, -1, 40462, 40463, 40464, 40465, -1, 40466, -1, 40467, 40468, 40469, 40470, 40471, 40472, 40473, 40474, 40475, 40476, -1, 40477, 40478, 40479, 40480, 40481, 40482, 40483, 40484, 40485, 40486, 40487, 40488, 40489, 40490, 40491, 40492, 40493, -1, -1, -1, -1, -1, 40494, 40495, 40496, -1, 40497, 40498, 40499, 40500, 40501, -1, 40502, 40503, 40504, 40505, 40506, 40507, 40508, 40509, 40510, 40511, 40512, 40513, 40514, 40515, 40516, 40517, 40518, -1, -1, -1, -1, 40519, 40521, 40523, 40525, 40527, 40529, 40531, 40533, 40535, 40537, 40539, -1, -1, -1, -1, -1, 40541, 40544, 40547, 40550, 40553, 40556, 40559, 40562, 40565, 40568, 40571, 40574, 40577, 40580, 40583, 40586, 40589, 40592, 40595, 40598, 40601, 40604, 40607, 40610, 40613, 40616, 40619, 40622, 40623, 40624, 40626, -1, 40628, 40629, 40630, 40631, 40632, 40633, 40634, 40635, 40636, 40637, 40638, 40639, 40640, 40641, 40642, 40643, 40644, 40645, 40646, 40647, 40648, 40649, 40650, 40651, 40652, 40653, 40654, 40656, 40658, 40660, 40662, 40665, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40667, 40669, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40671, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40673, 40675, 40677, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40678, 40679, 40680, 40681, 40682, 40683, 40684, 40685, 40686, 40687, 40688, 40689, 40690, 40691, 40692, 40693, 40694, 40695, 40696, 40697, 40698, 40699, 40700, 40701, 40702, 40703, 40704, 40705, 40706, 40707, 40708, 40709, 40710, 40711, 40712, 40713, 40714, 40715, 40716, 40717, 40718, 40719, 40720, -1, -1, -1, -1, -1, 40721, 40724, 40727, 40730, 40733, 40736, 40739, 40742, 40745, -1, -1, -1, -1, -1, -1, -1, 40748, 40749, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, -1, -1 } }; libidn2-2.0.4/unistring/uninorm/decompose-internal.c0000644000000000000000000000254713061734305017406 00000000000000/* Decomposition of Unicode strings. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "decompose-internal.h" #define ELEMENT struct ucs4_with_ccc #define COMPARE(a,b) ((a)->ccc - (b)->ccc) #define STATIC #define merge_sort_fromto gl_uninorm_decompose_merge_sort_fromto #define merge_sort_inplace gl_uninorm_decompose_merge_sort_inplace #include "array-mergesort.h" libidn2-2.0.4/unistring/uninorm/decompose-internal.h0000644000000000000000000000312313061734305017402 00000000000000/* Decomposition of Unicode strings. Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #include "unitypes.h" /* Variant of uc_decomposition that does not produce the 'tag'. */ extern int uc_compat_decomposition (ucs4_t uc, ucs4_t *decomposition); /* A Unicode character together with its canonical combining class. */ struct ucs4_with_ccc { ucs4_t code; int ccc; /* range 0..255 */ }; /* Stable-sort an array of 'struct ucs4_with_ccc'. */ extern void gl_uninorm_decompose_merge_sort_inplace (struct ucs4_with_ccc *src, size_t n, struct ucs4_with_ccc *tmp); libidn2-2.0.4/unistring/uninorm/composition-table.gperf0000644000000000000000000010277213051021034020113 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Canonical composition of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */ /* Copyright (C) 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ struct composition_rule { char codes[6]; }; %struct-type %language=ANSI-C %define slot-name codes %define hash-function-name gl_uninorm_compose_hash %define lookup-function-name gl_uninorm_compose_lookup %compare-lengths %compare-strncmp %readonly-tables %omit-struct-type %% "\x00\x00\x41\x00\x03\x00", 0x00c0 "\x00\x00\x41\x00\x03\x01", 0x00c1 "\x00\x00\x41\x00\x03\x02", 0x00c2 "\x00\x00\x41\x00\x03\x03", 0x00c3 "\x00\x00\x41\x00\x03\x08", 0x00c4 "\x00\x00\x41\x00\x03\x0a", 0x00c5 "\x00\x00\x43\x00\x03\x27", 0x00c7 "\x00\x00\x45\x00\x03\x00", 0x00c8 "\x00\x00\x45\x00\x03\x01", 0x00c9 "\x00\x00\x45\x00\x03\x02", 0x00ca "\x00\x00\x45\x00\x03\x08", 0x00cb "\x00\x00\x49\x00\x03\x00", 0x00cc "\x00\x00\x49\x00\x03\x01", 0x00cd "\x00\x00\x49\x00\x03\x02", 0x00ce "\x00\x00\x49\x00\x03\x08", 0x00cf "\x00\x00\x4e\x00\x03\x03", 0x00d1 "\x00\x00\x4f\x00\x03\x00", 0x00d2 "\x00\x00\x4f\x00\x03\x01", 0x00d3 "\x00\x00\x4f\x00\x03\x02", 0x00d4 "\x00\x00\x4f\x00\x03\x03", 0x00d5 "\x00\x00\x4f\x00\x03\x08", 0x00d6 "\x00\x00\x55\x00\x03\x00", 0x00d9 "\x00\x00\x55\x00\x03\x01", 0x00da "\x00\x00\x55\x00\x03\x02", 0x00db "\x00\x00\x55\x00\x03\x08", 0x00dc "\x00\x00\x59\x00\x03\x01", 0x00dd "\x00\x00\x61\x00\x03\x00", 0x00e0 "\x00\x00\x61\x00\x03\x01", 0x00e1 "\x00\x00\x61\x00\x03\x02", 0x00e2 "\x00\x00\x61\x00\x03\x03", 0x00e3 "\x00\x00\x61\x00\x03\x08", 0x00e4 "\x00\x00\x61\x00\x03\x0a", 0x00e5 "\x00\x00\x63\x00\x03\x27", 0x00e7 "\x00\x00\x65\x00\x03\x00", 0x00e8 "\x00\x00\x65\x00\x03\x01", 0x00e9 "\x00\x00\x65\x00\x03\x02", 0x00ea "\x00\x00\x65\x00\x03\x08", 0x00eb "\x00\x00\x69\x00\x03\x00", 0x00ec "\x00\x00\x69\x00\x03\x01", 0x00ed "\x00\x00\x69\x00\x03\x02", 0x00ee "\x00\x00\x69\x00\x03\x08", 0x00ef "\x00\x00\x6e\x00\x03\x03", 0x00f1 "\x00\x00\x6f\x00\x03\x00", 0x00f2 "\x00\x00\x6f\x00\x03\x01", 0x00f3 "\x00\x00\x6f\x00\x03\x02", 0x00f4 "\x00\x00\x6f\x00\x03\x03", 0x00f5 "\x00\x00\x6f\x00\x03\x08", 0x00f6 "\x00\x00\x75\x00\x03\x00", 0x00f9 "\x00\x00\x75\x00\x03\x01", 0x00fa "\x00\x00\x75\x00\x03\x02", 0x00fb "\x00\x00\x75\x00\x03\x08", 0x00fc "\x00\x00\x79\x00\x03\x01", 0x00fd "\x00\x00\x79\x00\x03\x08", 0x00ff "\x00\x00\x41\x00\x03\x04", 0x0100 "\x00\x00\x61\x00\x03\x04", 0x0101 "\x00\x00\x41\x00\x03\x06", 0x0102 "\x00\x00\x61\x00\x03\x06", 0x0103 "\x00\x00\x41\x00\x03\x28", 0x0104 "\x00\x00\x61\x00\x03\x28", 0x0105 "\x00\x00\x43\x00\x03\x01", 0x0106 "\x00\x00\x63\x00\x03\x01", 0x0107 "\x00\x00\x43\x00\x03\x02", 0x0108 "\x00\x00\x63\x00\x03\x02", 0x0109 "\x00\x00\x43\x00\x03\x07", 0x010a "\x00\x00\x63\x00\x03\x07", 0x010b "\x00\x00\x43\x00\x03\x0c", 0x010c "\x00\x00\x63\x00\x03\x0c", 0x010d "\x00\x00\x44\x00\x03\x0c", 0x010e "\x00\x00\x64\x00\x03\x0c", 0x010f "\x00\x00\x45\x00\x03\x04", 0x0112 "\x00\x00\x65\x00\x03\x04", 0x0113 "\x00\x00\x45\x00\x03\x06", 0x0114 "\x00\x00\x65\x00\x03\x06", 0x0115 "\x00\x00\x45\x00\x03\x07", 0x0116 "\x00\x00\x65\x00\x03\x07", 0x0117 "\x00\x00\x45\x00\x03\x28", 0x0118 "\x00\x00\x65\x00\x03\x28", 0x0119 "\x00\x00\x45\x00\x03\x0c", 0x011a "\x00\x00\x65\x00\x03\x0c", 0x011b "\x00\x00\x47\x00\x03\x02", 0x011c "\x00\x00\x67\x00\x03\x02", 0x011d "\x00\x00\x47\x00\x03\x06", 0x011e "\x00\x00\x67\x00\x03\x06", 0x011f "\x00\x00\x47\x00\x03\x07", 0x0120 "\x00\x00\x67\x00\x03\x07", 0x0121 "\x00\x00\x47\x00\x03\x27", 0x0122 "\x00\x00\x67\x00\x03\x27", 0x0123 "\x00\x00\x48\x00\x03\x02", 0x0124 "\x00\x00\x68\x00\x03\x02", 0x0125 "\x00\x00\x49\x00\x03\x03", 0x0128 "\x00\x00\x69\x00\x03\x03", 0x0129 "\x00\x00\x49\x00\x03\x04", 0x012a "\x00\x00\x69\x00\x03\x04", 0x012b "\x00\x00\x49\x00\x03\x06", 0x012c "\x00\x00\x69\x00\x03\x06", 0x012d "\x00\x00\x49\x00\x03\x28", 0x012e "\x00\x00\x69\x00\x03\x28", 0x012f "\x00\x00\x49\x00\x03\x07", 0x0130 "\x00\x00\x4a\x00\x03\x02", 0x0134 "\x00\x00\x6a\x00\x03\x02", 0x0135 "\x00\x00\x4b\x00\x03\x27", 0x0136 "\x00\x00\x6b\x00\x03\x27", 0x0137 "\x00\x00\x4c\x00\x03\x01", 0x0139 "\x00\x00\x6c\x00\x03\x01", 0x013a "\x00\x00\x4c\x00\x03\x27", 0x013b "\x00\x00\x6c\x00\x03\x27", 0x013c "\x00\x00\x4c\x00\x03\x0c", 0x013d "\x00\x00\x6c\x00\x03\x0c", 0x013e "\x00\x00\x4e\x00\x03\x01", 0x0143 "\x00\x00\x6e\x00\x03\x01", 0x0144 "\x00\x00\x4e\x00\x03\x27", 0x0145 "\x00\x00\x6e\x00\x03\x27", 0x0146 "\x00\x00\x4e\x00\x03\x0c", 0x0147 "\x00\x00\x6e\x00\x03\x0c", 0x0148 "\x00\x00\x4f\x00\x03\x04", 0x014c "\x00\x00\x6f\x00\x03\x04", 0x014d "\x00\x00\x4f\x00\x03\x06", 0x014e "\x00\x00\x6f\x00\x03\x06", 0x014f "\x00\x00\x4f\x00\x03\x0b", 0x0150 "\x00\x00\x6f\x00\x03\x0b", 0x0151 "\x00\x00\x52\x00\x03\x01", 0x0154 "\x00\x00\x72\x00\x03\x01", 0x0155 "\x00\x00\x52\x00\x03\x27", 0x0156 "\x00\x00\x72\x00\x03\x27", 0x0157 "\x00\x00\x52\x00\x03\x0c", 0x0158 "\x00\x00\x72\x00\x03\x0c", 0x0159 "\x00\x00\x53\x00\x03\x01", 0x015a "\x00\x00\x73\x00\x03\x01", 0x015b "\x00\x00\x53\x00\x03\x02", 0x015c "\x00\x00\x73\x00\x03\x02", 0x015d "\x00\x00\x53\x00\x03\x27", 0x015e "\x00\x00\x73\x00\x03\x27", 0x015f "\x00\x00\x53\x00\x03\x0c", 0x0160 "\x00\x00\x73\x00\x03\x0c", 0x0161 "\x00\x00\x54\x00\x03\x27", 0x0162 "\x00\x00\x74\x00\x03\x27", 0x0163 "\x00\x00\x54\x00\x03\x0c", 0x0164 "\x00\x00\x74\x00\x03\x0c", 0x0165 "\x00\x00\x55\x00\x03\x03", 0x0168 "\x00\x00\x75\x00\x03\x03", 0x0169 "\x00\x00\x55\x00\x03\x04", 0x016a "\x00\x00\x75\x00\x03\x04", 0x016b "\x00\x00\x55\x00\x03\x06", 0x016c "\x00\x00\x75\x00\x03\x06", 0x016d "\x00\x00\x55\x00\x03\x0a", 0x016e "\x00\x00\x75\x00\x03\x0a", 0x016f "\x00\x00\x55\x00\x03\x0b", 0x0170 "\x00\x00\x75\x00\x03\x0b", 0x0171 "\x00\x00\x55\x00\x03\x28", 0x0172 "\x00\x00\x75\x00\x03\x28", 0x0173 "\x00\x00\x57\x00\x03\x02", 0x0174 "\x00\x00\x77\x00\x03\x02", 0x0175 "\x00\x00\x59\x00\x03\x02", 0x0176 "\x00\x00\x79\x00\x03\x02", 0x0177 "\x00\x00\x59\x00\x03\x08", 0x0178 "\x00\x00\x5a\x00\x03\x01", 0x0179 "\x00\x00\x7a\x00\x03\x01", 0x017a "\x00\x00\x5a\x00\x03\x07", 0x017b "\x00\x00\x7a\x00\x03\x07", 0x017c "\x00\x00\x5a\x00\x03\x0c", 0x017d "\x00\x00\x7a\x00\x03\x0c", 0x017e "\x00\x00\x4f\x00\x03\x1b", 0x01a0 "\x00\x00\x6f\x00\x03\x1b", 0x01a1 "\x00\x00\x55\x00\x03\x1b", 0x01af "\x00\x00\x75\x00\x03\x1b", 0x01b0 "\x00\x00\x41\x00\x03\x0c", 0x01cd "\x00\x00\x61\x00\x03\x0c", 0x01ce "\x00\x00\x49\x00\x03\x0c", 0x01cf "\x00\x00\x69\x00\x03\x0c", 0x01d0 "\x00\x00\x4f\x00\x03\x0c", 0x01d1 "\x00\x00\x6f\x00\x03\x0c", 0x01d2 "\x00\x00\x55\x00\x03\x0c", 0x01d3 "\x00\x00\x75\x00\x03\x0c", 0x01d4 "\x00\x00\xdc\x00\x03\x04", 0x01d5 "\x00\x00\xfc\x00\x03\x04", 0x01d6 "\x00\x00\xdc\x00\x03\x01", 0x01d7 "\x00\x00\xfc\x00\x03\x01", 0x01d8 "\x00\x00\xdc\x00\x03\x0c", 0x01d9 "\x00\x00\xfc\x00\x03\x0c", 0x01da "\x00\x00\xdc\x00\x03\x00", 0x01db "\x00\x00\xfc\x00\x03\x00", 0x01dc "\x00\x00\xc4\x00\x03\x04", 0x01de "\x00\x00\xe4\x00\x03\x04", 0x01df "\x00\x02\x26\x00\x03\x04", 0x01e0 "\x00\x02\x27\x00\x03\x04", 0x01e1 "\x00\x00\xc6\x00\x03\x04", 0x01e2 "\x00\x00\xe6\x00\x03\x04", 0x01e3 "\x00\x00\x47\x00\x03\x0c", 0x01e6 "\x00\x00\x67\x00\x03\x0c", 0x01e7 "\x00\x00\x4b\x00\x03\x0c", 0x01e8 "\x00\x00\x6b\x00\x03\x0c", 0x01e9 "\x00\x00\x4f\x00\x03\x28", 0x01ea "\x00\x00\x6f\x00\x03\x28", 0x01eb "\x00\x01\xea\x00\x03\x04", 0x01ec "\x00\x01\xeb\x00\x03\x04", 0x01ed "\x00\x01\xb7\x00\x03\x0c", 0x01ee "\x00\x02\x92\x00\x03\x0c", 0x01ef "\x00\x00\x6a\x00\x03\x0c", 0x01f0 "\x00\x00\x47\x00\x03\x01", 0x01f4 "\x00\x00\x67\x00\x03\x01", 0x01f5 "\x00\x00\x4e\x00\x03\x00", 0x01f8 "\x00\x00\x6e\x00\x03\x00", 0x01f9 "\x00\x00\xc5\x00\x03\x01", 0x01fa "\x00\x00\xe5\x00\x03\x01", 0x01fb "\x00\x00\xc6\x00\x03\x01", 0x01fc "\x00\x00\xe6\x00\x03\x01", 0x01fd "\x00\x00\xd8\x00\x03\x01", 0x01fe "\x00\x00\xf8\x00\x03\x01", 0x01ff "\x00\x00\x41\x00\x03\x0f", 0x0200 "\x00\x00\x61\x00\x03\x0f", 0x0201 "\x00\x00\x41\x00\x03\x11", 0x0202 "\x00\x00\x61\x00\x03\x11", 0x0203 "\x00\x00\x45\x00\x03\x0f", 0x0204 "\x00\x00\x65\x00\x03\x0f", 0x0205 "\x00\x00\x45\x00\x03\x11", 0x0206 "\x00\x00\x65\x00\x03\x11", 0x0207 "\x00\x00\x49\x00\x03\x0f", 0x0208 "\x00\x00\x69\x00\x03\x0f", 0x0209 "\x00\x00\x49\x00\x03\x11", 0x020a "\x00\x00\x69\x00\x03\x11", 0x020b "\x00\x00\x4f\x00\x03\x0f", 0x020c "\x00\x00\x6f\x00\x03\x0f", 0x020d "\x00\x00\x4f\x00\x03\x11", 0x020e "\x00\x00\x6f\x00\x03\x11", 0x020f "\x00\x00\x52\x00\x03\x0f", 0x0210 "\x00\x00\x72\x00\x03\x0f", 0x0211 "\x00\x00\x52\x00\x03\x11", 0x0212 "\x00\x00\x72\x00\x03\x11", 0x0213 "\x00\x00\x55\x00\x03\x0f", 0x0214 "\x00\x00\x75\x00\x03\x0f", 0x0215 "\x00\x00\x55\x00\x03\x11", 0x0216 "\x00\x00\x75\x00\x03\x11", 0x0217 "\x00\x00\x53\x00\x03\x26", 0x0218 "\x00\x00\x73\x00\x03\x26", 0x0219 "\x00\x00\x54\x00\x03\x26", 0x021a "\x00\x00\x74\x00\x03\x26", 0x021b "\x00\x00\x48\x00\x03\x0c", 0x021e "\x00\x00\x68\x00\x03\x0c", 0x021f "\x00\x00\x41\x00\x03\x07", 0x0226 "\x00\x00\x61\x00\x03\x07", 0x0227 "\x00\x00\x45\x00\x03\x27", 0x0228 "\x00\x00\x65\x00\x03\x27", 0x0229 "\x00\x00\xd6\x00\x03\x04", 0x022a "\x00\x00\xf6\x00\x03\x04", 0x022b "\x00\x00\xd5\x00\x03\x04", 0x022c "\x00\x00\xf5\x00\x03\x04", 0x022d "\x00\x00\x4f\x00\x03\x07", 0x022e "\x00\x00\x6f\x00\x03\x07", 0x022f "\x00\x02\x2e\x00\x03\x04", 0x0230 "\x00\x02\x2f\x00\x03\x04", 0x0231 "\x00\x00\x59\x00\x03\x04", 0x0232 "\x00\x00\x79\x00\x03\x04", 0x0233 "\x00\x00\xa8\x00\x03\x01", 0x0385 "\x00\x03\x91\x00\x03\x01", 0x0386 "\x00\x03\x95\x00\x03\x01", 0x0388 "\x00\x03\x97\x00\x03\x01", 0x0389 "\x00\x03\x99\x00\x03\x01", 0x038a "\x00\x03\x9f\x00\x03\x01", 0x038c "\x00\x03\xa5\x00\x03\x01", 0x038e "\x00\x03\xa9\x00\x03\x01", 0x038f "\x00\x03\xca\x00\x03\x01", 0x0390 "\x00\x03\x99\x00\x03\x08", 0x03aa "\x00\x03\xa5\x00\x03\x08", 0x03ab "\x00\x03\xb1\x00\x03\x01", 0x03ac "\x00\x03\xb5\x00\x03\x01", 0x03ad "\x00\x03\xb7\x00\x03\x01", 0x03ae "\x00\x03\xb9\x00\x03\x01", 0x03af "\x00\x03\xcb\x00\x03\x01", 0x03b0 "\x00\x03\xb9\x00\x03\x08", 0x03ca "\x00\x03\xc5\x00\x03\x08", 0x03cb "\x00\x03\xbf\x00\x03\x01", 0x03cc "\x00\x03\xc5\x00\x03\x01", 0x03cd "\x00\x03\xc9\x00\x03\x01", 0x03ce "\x00\x03\xd2\x00\x03\x01", 0x03d3 "\x00\x03\xd2\x00\x03\x08", 0x03d4 "\x00\x04\x15\x00\x03\x00", 0x0400 "\x00\x04\x15\x00\x03\x08", 0x0401 "\x00\x04\x13\x00\x03\x01", 0x0403 "\x00\x04\x06\x00\x03\x08", 0x0407 "\x00\x04\x1a\x00\x03\x01", 0x040c "\x00\x04\x18\x00\x03\x00", 0x040d "\x00\x04\x23\x00\x03\x06", 0x040e "\x00\x04\x18\x00\x03\x06", 0x0419 "\x00\x04\x38\x00\x03\x06", 0x0439 "\x00\x04\x35\x00\x03\x00", 0x0450 "\x00\x04\x35\x00\x03\x08", 0x0451 "\x00\x04\x33\x00\x03\x01", 0x0453 "\x00\x04\x56\x00\x03\x08", 0x0457 "\x00\x04\x3a\x00\x03\x01", 0x045c "\x00\x04\x38\x00\x03\x00", 0x045d "\x00\x04\x43\x00\x03\x06", 0x045e "\x00\x04\x74\x00\x03\x0f", 0x0476 "\x00\x04\x75\x00\x03\x0f", 0x0477 "\x00\x04\x16\x00\x03\x06", 0x04c1 "\x00\x04\x36\x00\x03\x06", 0x04c2 "\x00\x04\x10\x00\x03\x06", 0x04d0 "\x00\x04\x30\x00\x03\x06", 0x04d1 "\x00\x04\x10\x00\x03\x08", 0x04d2 "\x00\x04\x30\x00\x03\x08", 0x04d3 "\x00\x04\x15\x00\x03\x06", 0x04d6 "\x00\x04\x35\x00\x03\x06", 0x04d7 "\x00\x04\xd8\x00\x03\x08", 0x04da "\x00\x04\xd9\x00\x03\x08", 0x04db "\x00\x04\x16\x00\x03\x08", 0x04dc "\x00\x04\x36\x00\x03\x08", 0x04dd "\x00\x04\x17\x00\x03\x08", 0x04de "\x00\x04\x37\x00\x03\x08", 0x04df "\x00\x04\x18\x00\x03\x04", 0x04e2 "\x00\x04\x38\x00\x03\x04", 0x04e3 "\x00\x04\x18\x00\x03\x08", 0x04e4 "\x00\x04\x38\x00\x03\x08", 0x04e5 "\x00\x04\x1e\x00\x03\x08", 0x04e6 "\x00\x04\x3e\x00\x03\x08", 0x04e7 "\x00\x04\xe8\x00\x03\x08", 0x04ea "\x00\x04\xe9\x00\x03\x08", 0x04eb "\x00\x04\x2d\x00\x03\x08", 0x04ec "\x00\x04\x4d\x00\x03\x08", 0x04ed "\x00\x04\x23\x00\x03\x04", 0x04ee "\x00\x04\x43\x00\x03\x04", 0x04ef "\x00\x04\x23\x00\x03\x08", 0x04f0 "\x00\x04\x43\x00\x03\x08", 0x04f1 "\x00\x04\x23\x00\x03\x0b", 0x04f2 "\x00\x04\x43\x00\x03\x0b", 0x04f3 "\x00\x04\x27\x00\x03\x08", 0x04f4 "\x00\x04\x47\x00\x03\x08", 0x04f5 "\x00\x04\x2b\x00\x03\x08", 0x04f8 "\x00\x04\x4b\x00\x03\x08", 0x04f9 "\x00\x06\x27\x00\x06\x53", 0x0622 "\x00\x06\x27\x00\x06\x54", 0x0623 "\x00\x06\x48\x00\x06\x54", 0x0624 "\x00\x06\x27\x00\x06\x55", 0x0625 "\x00\x06\x4a\x00\x06\x54", 0x0626 "\x00\x06\xd5\x00\x06\x54", 0x06c0 "\x00\x06\xc1\x00\x06\x54", 0x06c2 "\x00\x06\xd2\x00\x06\x54", 0x06d3 "\x00\x09\x28\x00\x09\x3c", 0x0929 "\x00\x09\x30\x00\x09\x3c", 0x0931 "\x00\x09\x33\x00\x09\x3c", 0x0934 "\x00\x09\xc7\x00\x09\xbe", 0x09cb "\x00\x09\xc7\x00\x09\xd7", 0x09cc "\x00\x0b\x47\x00\x0b\x56", 0x0b48 "\x00\x0b\x47\x00\x0b\x3e", 0x0b4b "\x00\x0b\x47\x00\x0b\x57", 0x0b4c "\x00\x0b\x92\x00\x0b\xd7", 0x0b94 "\x00\x0b\xc6\x00\x0b\xbe", 0x0bca "\x00\x0b\xc7\x00\x0b\xbe", 0x0bcb "\x00\x0b\xc6\x00\x0b\xd7", 0x0bcc "\x00\x0c\x46\x00\x0c\x56", 0x0c48 "\x00\x0c\xbf\x00\x0c\xd5", 0x0cc0 "\x00\x0c\xc6\x00\x0c\xd5", 0x0cc7 "\x00\x0c\xc6\x00\x0c\xd6", 0x0cc8 "\x00\x0c\xc6\x00\x0c\xc2", 0x0cca "\x00\x0c\xca\x00\x0c\xd5", 0x0ccb "\x00\x0d\x46\x00\x0d\x3e", 0x0d4a "\x00\x0d\x47\x00\x0d\x3e", 0x0d4b "\x00\x0d\x46\x00\x0d\x57", 0x0d4c "\x00\x0d\xd9\x00\x0d\xca", 0x0dda "\x00\x0d\xd9\x00\x0d\xcf", 0x0ddc "\x00\x0d\xdc\x00\x0d\xca", 0x0ddd "\x00\x0d\xd9\x00\x0d\xdf", 0x0dde "\x00\x10\x25\x00\x10\x2e", 0x1026 "\x00\x1b\x05\x00\x1b\x35", 0x1b06 "\x00\x1b\x07\x00\x1b\x35", 0x1b08 "\x00\x1b\x09\x00\x1b\x35", 0x1b0a "\x00\x1b\x0b\x00\x1b\x35", 0x1b0c "\x00\x1b\x0d\x00\x1b\x35", 0x1b0e "\x00\x1b\x11\x00\x1b\x35", 0x1b12 "\x00\x1b\x3a\x00\x1b\x35", 0x1b3b "\x00\x1b\x3c\x00\x1b\x35", 0x1b3d "\x00\x1b\x3e\x00\x1b\x35", 0x1b40 "\x00\x1b\x3f\x00\x1b\x35", 0x1b41 "\x00\x1b\x42\x00\x1b\x35", 0x1b43 "\x00\x00\x41\x00\x03\x25", 0x1e00 "\x00\x00\x61\x00\x03\x25", 0x1e01 "\x00\x00\x42\x00\x03\x07", 0x1e02 "\x00\x00\x62\x00\x03\x07", 0x1e03 "\x00\x00\x42\x00\x03\x23", 0x1e04 "\x00\x00\x62\x00\x03\x23", 0x1e05 "\x00\x00\x42\x00\x03\x31", 0x1e06 "\x00\x00\x62\x00\x03\x31", 0x1e07 "\x00\x00\xc7\x00\x03\x01", 0x1e08 "\x00\x00\xe7\x00\x03\x01", 0x1e09 "\x00\x00\x44\x00\x03\x07", 0x1e0a "\x00\x00\x64\x00\x03\x07", 0x1e0b "\x00\x00\x44\x00\x03\x23", 0x1e0c "\x00\x00\x64\x00\x03\x23", 0x1e0d "\x00\x00\x44\x00\x03\x31", 0x1e0e "\x00\x00\x64\x00\x03\x31", 0x1e0f "\x00\x00\x44\x00\x03\x27", 0x1e10 "\x00\x00\x64\x00\x03\x27", 0x1e11 "\x00\x00\x44\x00\x03\x2d", 0x1e12 "\x00\x00\x64\x00\x03\x2d", 0x1e13 "\x00\x01\x12\x00\x03\x00", 0x1e14 "\x00\x01\x13\x00\x03\x00", 0x1e15 "\x00\x01\x12\x00\x03\x01", 0x1e16 "\x00\x01\x13\x00\x03\x01", 0x1e17 "\x00\x00\x45\x00\x03\x2d", 0x1e18 "\x00\x00\x65\x00\x03\x2d", 0x1e19 "\x00\x00\x45\x00\x03\x30", 0x1e1a "\x00\x00\x65\x00\x03\x30", 0x1e1b "\x00\x02\x28\x00\x03\x06", 0x1e1c "\x00\x02\x29\x00\x03\x06", 0x1e1d "\x00\x00\x46\x00\x03\x07", 0x1e1e "\x00\x00\x66\x00\x03\x07", 0x1e1f "\x00\x00\x47\x00\x03\x04", 0x1e20 "\x00\x00\x67\x00\x03\x04", 0x1e21 "\x00\x00\x48\x00\x03\x07", 0x1e22 "\x00\x00\x68\x00\x03\x07", 0x1e23 "\x00\x00\x48\x00\x03\x23", 0x1e24 "\x00\x00\x68\x00\x03\x23", 0x1e25 "\x00\x00\x48\x00\x03\x08", 0x1e26 "\x00\x00\x68\x00\x03\x08", 0x1e27 "\x00\x00\x48\x00\x03\x27", 0x1e28 "\x00\x00\x68\x00\x03\x27", 0x1e29 "\x00\x00\x48\x00\x03\x2e", 0x1e2a "\x00\x00\x68\x00\x03\x2e", 0x1e2b "\x00\x00\x49\x00\x03\x30", 0x1e2c "\x00\x00\x69\x00\x03\x30", 0x1e2d "\x00\x00\xcf\x00\x03\x01", 0x1e2e "\x00\x00\xef\x00\x03\x01", 0x1e2f "\x00\x00\x4b\x00\x03\x01", 0x1e30 "\x00\x00\x6b\x00\x03\x01", 0x1e31 "\x00\x00\x4b\x00\x03\x23", 0x1e32 "\x00\x00\x6b\x00\x03\x23", 0x1e33 "\x00\x00\x4b\x00\x03\x31", 0x1e34 "\x00\x00\x6b\x00\x03\x31", 0x1e35 "\x00\x00\x4c\x00\x03\x23", 0x1e36 "\x00\x00\x6c\x00\x03\x23", 0x1e37 "\x00\x1e\x36\x00\x03\x04", 0x1e38 "\x00\x1e\x37\x00\x03\x04", 0x1e39 "\x00\x00\x4c\x00\x03\x31", 0x1e3a "\x00\x00\x6c\x00\x03\x31", 0x1e3b "\x00\x00\x4c\x00\x03\x2d", 0x1e3c "\x00\x00\x6c\x00\x03\x2d", 0x1e3d "\x00\x00\x4d\x00\x03\x01", 0x1e3e "\x00\x00\x6d\x00\x03\x01", 0x1e3f "\x00\x00\x4d\x00\x03\x07", 0x1e40 "\x00\x00\x6d\x00\x03\x07", 0x1e41 "\x00\x00\x4d\x00\x03\x23", 0x1e42 "\x00\x00\x6d\x00\x03\x23", 0x1e43 "\x00\x00\x4e\x00\x03\x07", 0x1e44 "\x00\x00\x6e\x00\x03\x07", 0x1e45 "\x00\x00\x4e\x00\x03\x23", 0x1e46 "\x00\x00\x6e\x00\x03\x23", 0x1e47 "\x00\x00\x4e\x00\x03\x31", 0x1e48 "\x00\x00\x6e\x00\x03\x31", 0x1e49 "\x00\x00\x4e\x00\x03\x2d", 0x1e4a "\x00\x00\x6e\x00\x03\x2d", 0x1e4b "\x00\x00\xd5\x00\x03\x01", 0x1e4c "\x00\x00\xf5\x00\x03\x01", 0x1e4d "\x00\x00\xd5\x00\x03\x08", 0x1e4e "\x00\x00\xf5\x00\x03\x08", 0x1e4f "\x00\x01\x4c\x00\x03\x00", 0x1e50 "\x00\x01\x4d\x00\x03\x00", 0x1e51 "\x00\x01\x4c\x00\x03\x01", 0x1e52 "\x00\x01\x4d\x00\x03\x01", 0x1e53 "\x00\x00\x50\x00\x03\x01", 0x1e54 "\x00\x00\x70\x00\x03\x01", 0x1e55 "\x00\x00\x50\x00\x03\x07", 0x1e56 "\x00\x00\x70\x00\x03\x07", 0x1e57 "\x00\x00\x52\x00\x03\x07", 0x1e58 "\x00\x00\x72\x00\x03\x07", 0x1e59 "\x00\x00\x52\x00\x03\x23", 0x1e5a "\x00\x00\x72\x00\x03\x23", 0x1e5b "\x00\x1e\x5a\x00\x03\x04", 0x1e5c "\x00\x1e\x5b\x00\x03\x04", 0x1e5d "\x00\x00\x52\x00\x03\x31", 0x1e5e "\x00\x00\x72\x00\x03\x31", 0x1e5f "\x00\x00\x53\x00\x03\x07", 0x1e60 "\x00\x00\x73\x00\x03\x07", 0x1e61 "\x00\x00\x53\x00\x03\x23", 0x1e62 "\x00\x00\x73\x00\x03\x23", 0x1e63 "\x00\x01\x5a\x00\x03\x07", 0x1e64 "\x00\x01\x5b\x00\x03\x07", 0x1e65 "\x00\x01\x60\x00\x03\x07", 0x1e66 "\x00\x01\x61\x00\x03\x07", 0x1e67 "\x00\x1e\x62\x00\x03\x07", 0x1e68 "\x00\x1e\x63\x00\x03\x07", 0x1e69 "\x00\x00\x54\x00\x03\x07", 0x1e6a "\x00\x00\x74\x00\x03\x07", 0x1e6b "\x00\x00\x54\x00\x03\x23", 0x1e6c "\x00\x00\x74\x00\x03\x23", 0x1e6d "\x00\x00\x54\x00\x03\x31", 0x1e6e "\x00\x00\x74\x00\x03\x31", 0x1e6f "\x00\x00\x54\x00\x03\x2d", 0x1e70 "\x00\x00\x74\x00\x03\x2d", 0x1e71 "\x00\x00\x55\x00\x03\x24", 0x1e72 "\x00\x00\x75\x00\x03\x24", 0x1e73 "\x00\x00\x55\x00\x03\x30", 0x1e74 "\x00\x00\x75\x00\x03\x30", 0x1e75 "\x00\x00\x55\x00\x03\x2d", 0x1e76 "\x00\x00\x75\x00\x03\x2d", 0x1e77 "\x00\x01\x68\x00\x03\x01", 0x1e78 "\x00\x01\x69\x00\x03\x01", 0x1e79 "\x00\x01\x6a\x00\x03\x08", 0x1e7a "\x00\x01\x6b\x00\x03\x08", 0x1e7b "\x00\x00\x56\x00\x03\x03", 0x1e7c "\x00\x00\x76\x00\x03\x03", 0x1e7d "\x00\x00\x56\x00\x03\x23", 0x1e7e "\x00\x00\x76\x00\x03\x23", 0x1e7f "\x00\x00\x57\x00\x03\x00", 0x1e80 "\x00\x00\x77\x00\x03\x00", 0x1e81 "\x00\x00\x57\x00\x03\x01", 0x1e82 "\x00\x00\x77\x00\x03\x01", 0x1e83 "\x00\x00\x57\x00\x03\x08", 0x1e84 "\x00\x00\x77\x00\x03\x08", 0x1e85 "\x00\x00\x57\x00\x03\x07", 0x1e86 "\x00\x00\x77\x00\x03\x07", 0x1e87 "\x00\x00\x57\x00\x03\x23", 0x1e88 "\x00\x00\x77\x00\x03\x23", 0x1e89 "\x00\x00\x58\x00\x03\x07", 0x1e8a "\x00\x00\x78\x00\x03\x07", 0x1e8b "\x00\x00\x58\x00\x03\x08", 0x1e8c "\x00\x00\x78\x00\x03\x08", 0x1e8d "\x00\x00\x59\x00\x03\x07", 0x1e8e "\x00\x00\x79\x00\x03\x07", 0x1e8f "\x00\x00\x5a\x00\x03\x02", 0x1e90 "\x00\x00\x7a\x00\x03\x02", 0x1e91 "\x00\x00\x5a\x00\x03\x23", 0x1e92 "\x00\x00\x7a\x00\x03\x23", 0x1e93 "\x00\x00\x5a\x00\x03\x31", 0x1e94 "\x00\x00\x7a\x00\x03\x31", 0x1e95 "\x00\x00\x68\x00\x03\x31", 0x1e96 "\x00\x00\x74\x00\x03\x08", 0x1e97 "\x00\x00\x77\x00\x03\x0a", 0x1e98 "\x00\x00\x79\x00\x03\x0a", 0x1e99 "\x00\x01\x7f\x00\x03\x07", 0x1e9b "\x00\x00\x41\x00\x03\x23", 0x1ea0 "\x00\x00\x61\x00\x03\x23", 0x1ea1 "\x00\x00\x41\x00\x03\x09", 0x1ea2 "\x00\x00\x61\x00\x03\x09", 0x1ea3 "\x00\x00\xc2\x00\x03\x01", 0x1ea4 "\x00\x00\xe2\x00\x03\x01", 0x1ea5 "\x00\x00\xc2\x00\x03\x00", 0x1ea6 "\x00\x00\xe2\x00\x03\x00", 0x1ea7 "\x00\x00\xc2\x00\x03\x09", 0x1ea8 "\x00\x00\xe2\x00\x03\x09", 0x1ea9 "\x00\x00\xc2\x00\x03\x03", 0x1eaa "\x00\x00\xe2\x00\x03\x03", 0x1eab "\x00\x1e\xa0\x00\x03\x02", 0x1eac "\x00\x1e\xa1\x00\x03\x02", 0x1ead "\x00\x01\x02\x00\x03\x01", 0x1eae "\x00\x01\x03\x00\x03\x01", 0x1eaf "\x00\x01\x02\x00\x03\x00", 0x1eb0 "\x00\x01\x03\x00\x03\x00", 0x1eb1 "\x00\x01\x02\x00\x03\x09", 0x1eb2 "\x00\x01\x03\x00\x03\x09", 0x1eb3 "\x00\x01\x02\x00\x03\x03", 0x1eb4 "\x00\x01\x03\x00\x03\x03", 0x1eb5 "\x00\x1e\xa0\x00\x03\x06", 0x1eb6 "\x00\x1e\xa1\x00\x03\x06", 0x1eb7 "\x00\x00\x45\x00\x03\x23", 0x1eb8 "\x00\x00\x65\x00\x03\x23", 0x1eb9 "\x00\x00\x45\x00\x03\x09", 0x1eba "\x00\x00\x65\x00\x03\x09", 0x1ebb "\x00\x00\x45\x00\x03\x03", 0x1ebc "\x00\x00\x65\x00\x03\x03", 0x1ebd "\x00\x00\xca\x00\x03\x01", 0x1ebe "\x00\x00\xea\x00\x03\x01", 0x1ebf "\x00\x00\xca\x00\x03\x00", 0x1ec0 "\x00\x00\xea\x00\x03\x00", 0x1ec1 "\x00\x00\xca\x00\x03\x09", 0x1ec2 "\x00\x00\xea\x00\x03\x09", 0x1ec3 "\x00\x00\xca\x00\x03\x03", 0x1ec4 "\x00\x00\xea\x00\x03\x03", 0x1ec5 "\x00\x1e\xb8\x00\x03\x02", 0x1ec6 "\x00\x1e\xb9\x00\x03\x02", 0x1ec7 "\x00\x00\x49\x00\x03\x09", 0x1ec8 "\x00\x00\x69\x00\x03\x09", 0x1ec9 "\x00\x00\x49\x00\x03\x23", 0x1eca "\x00\x00\x69\x00\x03\x23", 0x1ecb "\x00\x00\x4f\x00\x03\x23", 0x1ecc "\x00\x00\x6f\x00\x03\x23", 0x1ecd "\x00\x00\x4f\x00\x03\x09", 0x1ece "\x00\x00\x6f\x00\x03\x09", 0x1ecf "\x00\x00\xd4\x00\x03\x01", 0x1ed0 "\x00\x00\xf4\x00\x03\x01", 0x1ed1 "\x00\x00\xd4\x00\x03\x00", 0x1ed2 "\x00\x00\xf4\x00\x03\x00", 0x1ed3 "\x00\x00\xd4\x00\x03\x09", 0x1ed4 "\x00\x00\xf4\x00\x03\x09", 0x1ed5 "\x00\x00\xd4\x00\x03\x03", 0x1ed6 "\x00\x00\xf4\x00\x03\x03", 0x1ed7 "\x00\x1e\xcc\x00\x03\x02", 0x1ed8 "\x00\x1e\xcd\x00\x03\x02", 0x1ed9 "\x00\x01\xa0\x00\x03\x01", 0x1eda "\x00\x01\xa1\x00\x03\x01", 0x1edb "\x00\x01\xa0\x00\x03\x00", 0x1edc "\x00\x01\xa1\x00\x03\x00", 0x1edd "\x00\x01\xa0\x00\x03\x09", 0x1ede "\x00\x01\xa1\x00\x03\x09", 0x1edf "\x00\x01\xa0\x00\x03\x03", 0x1ee0 "\x00\x01\xa1\x00\x03\x03", 0x1ee1 "\x00\x01\xa0\x00\x03\x23", 0x1ee2 "\x00\x01\xa1\x00\x03\x23", 0x1ee3 "\x00\x00\x55\x00\x03\x23", 0x1ee4 "\x00\x00\x75\x00\x03\x23", 0x1ee5 "\x00\x00\x55\x00\x03\x09", 0x1ee6 "\x00\x00\x75\x00\x03\x09", 0x1ee7 "\x00\x01\xaf\x00\x03\x01", 0x1ee8 "\x00\x01\xb0\x00\x03\x01", 0x1ee9 "\x00\x01\xaf\x00\x03\x00", 0x1eea "\x00\x01\xb0\x00\x03\x00", 0x1eeb "\x00\x01\xaf\x00\x03\x09", 0x1eec "\x00\x01\xb0\x00\x03\x09", 0x1eed "\x00\x01\xaf\x00\x03\x03", 0x1eee "\x00\x01\xb0\x00\x03\x03", 0x1eef "\x00\x01\xaf\x00\x03\x23", 0x1ef0 "\x00\x01\xb0\x00\x03\x23", 0x1ef1 "\x00\x00\x59\x00\x03\x00", 0x1ef2 "\x00\x00\x79\x00\x03\x00", 0x1ef3 "\x00\x00\x59\x00\x03\x23", 0x1ef4 "\x00\x00\x79\x00\x03\x23", 0x1ef5 "\x00\x00\x59\x00\x03\x09", 0x1ef6 "\x00\x00\x79\x00\x03\x09", 0x1ef7 "\x00\x00\x59\x00\x03\x03", 0x1ef8 "\x00\x00\x79\x00\x03\x03", 0x1ef9 "\x00\x03\xb1\x00\x03\x13", 0x1f00 "\x00\x03\xb1\x00\x03\x14", 0x1f01 "\x00\x1f\x00\x00\x03\x00", 0x1f02 "\x00\x1f\x01\x00\x03\x00", 0x1f03 "\x00\x1f\x00\x00\x03\x01", 0x1f04 "\x00\x1f\x01\x00\x03\x01", 0x1f05 "\x00\x1f\x00\x00\x03\x42", 0x1f06 "\x00\x1f\x01\x00\x03\x42", 0x1f07 "\x00\x03\x91\x00\x03\x13", 0x1f08 "\x00\x03\x91\x00\x03\x14", 0x1f09 "\x00\x1f\x08\x00\x03\x00", 0x1f0a "\x00\x1f\x09\x00\x03\x00", 0x1f0b "\x00\x1f\x08\x00\x03\x01", 0x1f0c "\x00\x1f\x09\x00\x03\x01", 0x1f0d "\x00\x1f\x08\x00\x03\x42", 0x1f0e "\x00\x1f\x09\x00\x03\x42", 0x1f0f "\x00\x03\xb5\x00\x03\x13", 0x1f10 "\x00\x03\xb5\x00\x03\x14", 0x1f11 "\x00\x1f\x10\x00\x03\x00", 0x1f12 "\x00\x1f\x11\x00\x03\x00", 0x1f13 "\x00\x1f\x10\x00\x03\x01", 0x1f14 "\x00\x1f\x11\x00\x03\x01", 0x1f15 "\x00\x03\x95\x00\x03\x13", 0x1f18 "\x00\x03\x95\x00\x03\x14", 0x1f19 "\x00\x1f\x18\x00\x03\x00", 0x1f1a "\x00\x1f\x19\x00\x03\x00", 0x1f1b "\x00\x1f\x18\x00\x03\x01", 0x1f1c "\x00\x1f\x19\x00\x03\x01", 0x1f1d "\x00\x03\xb7\x00\x03\x13", 0x1f20 "\x00\x03\xb7\x00\x03\x14", 0x1f21 "\x00\x1f\x20\x00\x03\x00", 0x1f22 "\x00\x1f\x21\x00\x03\x00", 0x1f23 "\x00\x1f\x20\x00\x03\x01", 0x1f24 "\x00\x1f\x21\x00\x03\x01", 0x1f25 "\x00\x1f\x20\x00\x03\x42", 0x1f26 "\x00\x1f\x21\x00\x03\x42", 0x1f27 "\x00\x03\x97\x00\x03\x13", 0x1f28 "\x00\x03\x97\x00\x03\x14", 0x1f29 "\x00\x1f\x28\x00\x03\x00", 0x1f2a "\x00\x1f\x29\x00\x03\x00", 0x1f2b "\x00\x1f\x28\x00\x03\x01", 0x1f2c "\x00\x1f\x29\x00\x03\x01", 0x1f2d "\x00\x1f\x28\x00\x03\x42", 0x1f2e "\x00\x1f\x29\x00\x03\x42", 0x1f2f "\x00\x03\xb9\x00\x03\x13", 0x1f30 "\x00\x03\xb9\x00\x03\x14", 0x1f31 "\x00\x1f\x30\x00\x03\x00", 0x1f32 "\x00\x1f\x31\x00\x03\x00", 0x1f33 "\x00\x1f\x30\x00\x03\x01", 0x1f34 "\x00\x1f\x31\x00\x03\x01", 0x1f35 "\x00\x1f\x30\x00\x03\x42", 0x1f36 "\x00\x1f\x31\x00\x03\x42", 0x1f37 "\x00\x03\x99\x00\x03\x13", 0x1f38 "\x00\x03\x99\x00\x03\x14", 0x1f39 "\x00\x1f\x38\x00\x03\x00", 0x1f3a "\x00\x1f\x39\x00\x03\x00", 0x1f3b "\x00\x1f\x38\x00\x03\x01", 0x1f3c "\x00\x1f\x39\x00\x03\x01", 0x1f3d "\x00\x1f\x38\x00\x03\x42", 0x1f3e "\x00\x1f\x39\x00\x03\x42", 0x1f3f "\x00\x03\xbf\x00\x03\x13", 0x1f40 "\x00\x03\xbf\x00\x03\x14", 0x1f41 "\x00\x1f\x40\x00\x03\x00", 0x1f42 "\x00\x1f\x41\x00\x03\x00", 0x1f43 "\x00\x1f\x40\x00\x03\x01", 0x1f44 "\x00\x1f\x41\x00\x03\x01", 0x1f45 "\x00\x03\x9f\x00\x03\x13", 0x1f48 "\x00\x03\x9f\x00\x03\x14", 0x1f49 "\x00\x1f\x48\x00\x03\x00", 0x1f4a "\x00\x1f\x49\x00\x03\x00", 0x1f4b "\x00\x1f\x48\x00\x03\x01", 0x1f4c "\x00\x1f\x49\x00\x03\x01", 0x1f4d "\x00\x03\xc5\x00\x03\x13", 0x1f50 "\x00\x03\xc5\x00\x03\x14", 0x1f51 "\x00\x1f\x50\x00\x03\x00", 0x1f52 "\x00\x1f\x51\x00\x03\x00", 0x1f53 "\x00\x1f\x50\x00\x03\x01", 0x1f54 "\x00\x1f\x51\x00\x03\x01", 0x1f55 "\x00\x1f\x50\x00\x03\x42", 0x1f56 "\x00\x1f\x51\x00\x03\x42", 0x1f57 "\x00\x03\xa5\x00\x03\x14", 0x1f59 "\x00\x1f\x59\x00\x03\x00", 0x1f5b "\x00\x1f\x59\x00\x03\x01", 0x1f5d "\x00\x1f\x59\x00\x03\x42", 0x1f5f "\x00\x03\xc9\x00\x03\x13", 0x1f60 "\x00\x03\xc9\x00\x03\x14", 0x1f61 "\x00\x1f\x60\x00\x03\x00", 0x1f62 "\x00\x1f\x61\x00\x03\x00", 0x1f63 "\x00\x1f\x60\x00\x03\x01", 0x1f64 "\x00\x1f\x61\x00\x03\x01", 0x1f65 "\x00\x1f\x60\x00\x03\x42", 0x1f66 "\x00\x1f\x61\x00\x03\x42", 0x1f67 "\x00\x03\xa9\x00\x03\x13", 0x1f68 "\x00\x03\xa9\x00\x03\x14", 0x1f69 "\x00\x1f\x68\x00\x03\x00", 0x1f6a "\x00\x1f\x69\x00\x03\x00", 0x1f6b "\x00\x1f\x68\x00\x03\x01", 0x1f6c "\x00\x1f\x69\x00\x03\x01", 0x1f6d "\x00\x1f\x68\x00\x03\x42", 0x1f6e "\x00\x1f\x69\x00\x03\x42", 0x1f6f "\x00\x03\xb1\x00\x03\x00", 0x1f70 "\x00\x03\xb5\x00\x03\x00", 0x1f72 "\x00\x03\xb7\x00\x03\x00", 0x1f74 "\x00\x03\xb9\x00\x03\x00", 0x1f76 "\x00\x03\xbf\x00\x03\x00", 0x1f78 "\x00\x03\xc5\x00\x03\x00", 0x1f7a "\x00\x03\xc9\x00\x03\x00", 0x1f7c "\x00\x1f\x00\x00\x03\x45", 0x1f80 "\x00\x1f\x01\x00\x03\x45", 0x1f81 "\x00\x1f\x02\x00\x03\x45", 0x1f82 "\x00\x1f\x03\x00\x03\x45", 0x1f83 "\x00\x1f\x04\x00\x03\x45", 0x1f84 "\x00\x1f\x05\x00\x03\x45", 0x1f85 "\x00\x1f\x06\x00\x03\x45", 0x1f86 "\x00\x1f\x07\x00\x03\x45", 0x1f87 "\x00\x1f\x08\x00\x03\x45", 0x1f88 "\x00\x1f\x09\x00\x03\x45", 0x1f89 "\x00\x1f\x0a\x00\x03\x45", 0x1f8a "\x00\x1f\x0b\x00\x03\x45", 0x1f8b "\x00\x1f\x0c\x00\x03\x45", 0x1f8c "\x00\x1f\x0d\x00\x03\x45", 0x1f8d "\x00\x1f\x0e\x00\x03\x45", 0x1f8e "\x00\x1f\x0f\x00\x03\x45", 0x1f8f "\x00\x1f\x20\x00\x03\x45", 0x1f90 "\x00\x1f\x21\x00\x03\x45", 0x1f91 "\x00\x1f\x22\x00\x03\x45", 0x1f92 "\x00\x1f\x23\x00\x03\x45", 0x1f93 "\x00\x1f\x24\x00\x03\x45", 0x1f94 "\x00\x1f\x25\x00\x03\x45", 0x1f95 "\x00\x1f\x26\x00\x03\x45", 0x1f96 "\x00\x1f\x27\x00\x03\x45", 0x1f97 "\x00\x1f\x28\x00\x03\x45", 0x1f98 "\x00\x1f\x29\x00\x03\x45", 0x1f99 "\x00\x1f\x2a\x00\x03\x45", 0x1f9a "\x00\x1f\x2b\x00\x03\x45", 0x1f9b "\x00\x1f\x2c\x00\x03\x45", 0x1f9c "\x00\x1f\x2d\x00\x03\x45", 0x1f9d "\x00\x1f\x2e\x00\x03\x45", 0x1f9e "\x00\x1f\x2f\x00\x03\x45", 0x1f9f "\x00\x1f\x60\x00\x03\x45", 0x1fa0 "\x00\x1f\x61\x00\x03\x45", 0x1fa1 "\x00\x1f\x62\x00\x03\x45", 0x1fa2 "\x00\x1f\x63\x00\x03\x45", 0x1fa3 "\x00\x1f\x64\x00\x03\x45", 0x1fa4 "\x00\x1f\x65\x00\x03\x45", 0x1fa5 "\x00\x1f\x66\x00\x03\x45", 0x1fa6 "\x00\x1f\x67\x00\x03\x45", 0x1fa7 "\x00\x1f\x68\x00\x03\x45", 0x1fa8 "\x00\x1f\x69\x00\x03\x45", 0x1fa9 "\x00\x1f\x6a\x00\x03\x45", 0x1faa "\x00\x1f\x6b\x00\x03\x45", 0x1fab "\x00\x1f\x6c\x00\x03\x45", 0x1fac "\x00\x1f\x6d\x00\x03\x45", 0x1fad "\x00\x1f\x6e\x00\x03\x45", 0x1fae "\x00\x1f\x6f\x00\x03\x45", 0x1faf "\x00\x03\xb1\x00\x03\x06", 0x1fb0 "\x00\x03\xb1\x00\x03\x04", 0x1fb1 "\x00\x1f\x70\x00\x03\x45", 0x1fb2 "\x00\x03\xb1\x00\x03\x45", 0x1fb3 "\x00\x03\xac\x00\x03\x45", 0x1fb4 "\x00\x03\xb1\x00\x03\x42", 0x1fb6 "\x00\x1f\xb6\x00\x03\x45", 0x1fb7 "\x00\x03\x91\x00\x03\x06", 0x1fb8 "\x00\x03\x91\x00\x03\x04", 0x1fb9 "\x00\x03\x91\x00\x03\x00", 0x1fba "\x00\x03\x91\x00\x03\x45", 0x1fbc "\x00\x00\xa8\x00\x03\x42", 0x1fc1 "\x00\x1f\x74\x00\x03\x45", 0x1fc2 "\x00\x03\xb7\x00\x03\x45", 0x1fc3 "\x00\x03\xae\x00\x03\x45", 0x1fc4 "\x00\x03\xb7\x00\x03\x42", 0x1fc6 "\x00\x1f\xc6\x00\x03\x45", 0x1fc7 "\x00\x03\x95\x00\x03\x00", 0x1fc8 "\x00\x03\x97\x00\x03\x00", 0x1fca "\x00\x03\x97\x00\x03\x45", 0x1fcc "\x00\x1f\xbf\x00\x03\x00", 0x1fcd "\x00\x1f\xbf\x00\x03\x01", 0x1fce "\x00\x1f\xbf\x00\x03\x42", 0x1fcf "\x00\x03\xb9\x00\x03\x06", 0x1fd0 "\x00\x03\xb9\x00\x03\x04", 0x1fd1 "\x00\x03\xca\x00\x03\x00", 0x1fd2 "\x00\x03\xb9\x00\x03\x42", 0x1fd6 "\x00\x03\xca\x00\x03\x42", 0x1fd7 "\x00\x03\x99\x00\x03\x06", 0x1fd8 "\x00\x03\x99\x00\x03\x04", 0x1fd9 "\x00\x03\x99\x00\x03\x00", 0x1fda "\x00\x1f\xfe\x00\x03\x00", 0x1fdd "\x00\x1f\xfe\x00\x03\x01", 0x1fde "\x00\x1f\xfe\x00\x03\x42", 0x1fdf "\x00\x03\xc5\x00\x03\x06", 0x1fe0 "\x00\x03\xc5\x00\x03\x04", 0x1fe1 "\x00\x03\xcb\x00\x03\x00", 0x1fe2 "\x00\x03\xc1\x00\x03\x13", 0x1fe4 "\x00\x03\xc1\x00\x03\x14", 0x1fe5 "\x00\x03\xc5\x00\x03\x42", 0x1fe6 "\x00\x03\xcb\x00\x03\x42", 0x1fe7 "\x00\x03\xa5\x00\x03\x06", 0x1fe8 "\x00\x03\xa5\x00\x03\x04", 0x1fe9 "\x00\x03\xa5\x00\x03\x00", 0x1fea "\x00\x03\xa1\x00\x03\x14", 0x1fec "\x00\x00\xa8\x00\x03\x00", 0x1fed "\x00\x1f\x7c\x00\x03\x45", 0x1ff2 "\x00\x03\xc9\x00\x03\x45", 0x1ff3 "\x00\x03\xce\x00\x03\x45", 0x1ff4 "\x00\x03\xc9\x00\x03\x42", 0x1ff6 "\x00\x1f\xf6\x00\x03\x45", 0x1ff7 "\x00\x03\x9f\x00\x03\x00", 0x1ff8 "\x00\x03\xa9\x00\x03\x00", 0x1ffa "\x00\x03\xa9\x00\x03\x45", 0x1ffc "\x00\x21\x90\x00\x03\x38", 0x219a "\x00\x21\x92\x00\x03\x38", 0x219b "\x00\x21\x94\x00\x03\x38", 0x21ae "\x00\x21\xd0\x00\x03\x38", 0x21cd "\x00\x21\xd4\x00\x03\x38", 0x21ce "\x00\x21\xd2\x00\x03\x38", 0x21cf "\x00\x22\x03\x00\x03\x38", 0x2204 "\x00\x22\x08\x00\x03\x38", 0x2209 "\x00\x22\x0b\x00\x03\x38", 0x220c "\x00\x22\x23\x00\x03\x38", 0x2224 "\x00\x22\x25\x00\x03\x38", 0x2226 "\x00\x22\x3c\x00\x03\x38", 0x2241 "\x00\x22\x43\x00\x03\x38", 0x2244 "\x00\x22\x45\x00\x03\x38", 0x2247 "\x00\x22\x48\x00\x03\x38", 0x2249 "\x00\x00\x3d\x00\x03\x38", 0x2260 "\x00\x22\x61\x00\x03\x38", 0x2262 "\x00\x22\x4d\x00\x03\x38", 0x226d "\x00\x00\x3c\x00\x03\x38", 0x226e "\x00\x00\x3e\x00\x03\x38", 0x226f "\x00\x22\x64\x00\x03\x38", 0x2270 "\x00\x22\x65\x00\x03\x38", 0x2271 "\x00\x22\x72\x00\x03\x38", 0x2274 "\x00\x22\x73\x00\x03\x38", 0x2275 "\x00\x22\x76\x00\x03\x38", 0x2278 "\x00\x22\x77\x00\x03\x38", 0x2279 "\x00\x22\x7a\x00\x03\x38", 0x2280 "\x00\x22\x7b\x00\x03\x38", 0x2281 "\x00\x22\x82\x00\x03\x38", 0x2284 "\x00\x22\x83\x00\x03\x38", 0x2285 "\x00\x22\x86\x00\x03\x38", 0x2288 "\x00\x22\x87\x00\x03\x38", 0x2289 "\x00\x22\xa2\x00\x03\x38", 0x22ac "\x00\x22\xa8\x00\x03\x38", 0x22ad "\x00\x22\xa9\x00\x03\x38", 0x22ae "\x00\x22\xab\x00\x03\x38", 0x22af "\x00\x22\x7c\x00\x03\x38", 0x22e0 "\x00\x22\x7d\x00\x03\x38", 0x22e1 "\x00\x22\x91\x00\x03\x38", 0x22e2 "\x00\x22\x92\x00\x03\x38", 0x22e3 "\x00\x22\xb2\x00\x03\x38", 0x22ea "\x00\x22\xb3\x00\x03\x38", 0x22eb "\x00\x22\xb4\x00\x03\x38", 0x22ec "\x00\x22\xb5\x00\x03\x38", 0x22ed "\x00\x30\x4b\x00\x30\x99", 0x304c "\x00\x30\x4d\x00\x30\x99", 0x304e "\x00\x30\x4f\x00\x30\x99", 0x3050 "\x00\x30\x51\x00\x30\x99", 0x3052 "\x00\x30\x53\x00\x30\x99", 0x3054 "\x00\x30\x55\x00\x30\x99", 0x3056 "\x00\x30\x57\x00\x30\x99", 0x3058 "\x00\x30\x59\x00\x30\x99", 0x305a "\x00\x30\x5b\x00\x30\x99", 0x305c "\x00\x30\x5d\x00\x30\x99", 0x305e "\x00\x30\x5f\x00\x30\x99", 0x3060 "\x00\x30\x61\x00\x30\x99", 0x3062 "\x00\x30\x64\x00\x30\x99", 0x3065 "\x00\x30\x66\x00\x30\x99", 0x3067 "\x00\x30\x68\x00\x30\x99", 0x3069 "\x00\x30\x6f\x00\x30\x99", 0x3070 "\x00\x30\x6f\x00\x30\x9a", 0x3071 "\x00\x30\x72\x00\x30\x99", 0x3073 "\x00\x30\x72\x00\x30\x9a", 0x3074 "\x00\x30\x75\x00\x30\x99", 0x3076 "\x00\x30\x75\x00\x30\x9a", 0x3077 "\x00\x30\x78\x00\x30\x99", 0x3079 "\x00\x30\x78\x00\x30\x9a", 0x307a "\x00\x30\x7b\x00\x30\x99", 0x307c "\x00\x30\x7b\x00\x30\x9a", 0x307d "\x00\x30\x46\x00\x30\x99", 0x3094 "\x00\x30\x9d\x00\x30\x99", 0x309e "\x00\x30\xab\x00\x30\x99", 0x30ac "\x00\x30\xad\x00\x30\x99", 0x30ae "\x00\x30\xaf\x00\x30\x99", 0x30b0 "\x00\x30\xb1\x00\x30\x99", 0x30b2 "\x00\x30\xb3\x00\x30\x99", 0x30b4 "\x00\x30\xb5\x00\x30\x99", 0x30b6 "\x00\x30\xb7\x00\x30\x99", 0x30b8 "\x00\x30\xb9\x00\x30\x99", 0x30ba "\x00\x30\xbb\x00\x30\x99", 0x30bc "\x00\x30\xbd\x00\x30\x99", 0x30be "\x00\x30\xbf\x00\x30\x99", 0x30c0 "\x00\x30\xc1\x00\x30\x99", 0x30c2 "\x00\x30\xc4\x00\x30\x99", 0x30c5 "\x00\x30\xc6\x00\x30\x99", 0x30c7 "\x00\x30\xc8\x00\x30\x99", 0x30c9 "\x00\x30\xcf\x00\x30\x99", 0x30d0 "\x00\x30\xcf\x00\x30\x9a", 0x30d1 "\x00\x30\xd2\x00\x30\x99", 0x30d3 "\x00\x30\xd2\x00\x30\x9a", 0x30d4 "\x00\x30\xd5\x00\x30\x99", 0x30d6 "\x00\x30\xd5\x00\x30\x9a", 0x30d7 "\x00\x30\xd8\x00\x30\x99", 0x30d9 "\x00\x30\xd8\x00\x30\x9a", 0x30da "\x00\x30\xdb\x00\x30\x99", 0x30dc "\x00\x30\xdb\x00\x30\x9a", 0x30dd "\x00\x30\xa6\x00\x30\x99", 0x30f4 "\x00\x30\xef\x00\x30\x99", 0x30f7 "\x00\x30\xf0\x00\x30\x99", 0x30f8 "\x00\x30\xf1\x00\x30\x99", 0x30f9 "\x00\x30\xf2\x00\x30\x99", 0x30fa "\x00\x30\xfd\x00\x30\x99", 0x30fe "\x01\x10\x99\x01\x10\xba", 0x1109a "\x01\x10\x9b\x01\x10\xba", 0x1109c "\x01\x10\xa5\x01\x10\xba", 0x110ab "\x01\x11\x31\x01\x11\x27", 0x1112e "\x01\x11\x32\x01\x11\x27", 0x1112f "\x01\x13\x47\x01\x13\x3e", 0x1134b "\x01\x13\x47\x01\x13\x57", 0x1134c "\x01\x14\xb9\x01\x14\xba", 0x114bb "\x01\x14\xb9\x01\x14\xb0", 0x114bc "\x01\x14\xb9\x01\x14\xbd", 0x114be "\x01\x15\xb8\x01\x15\xaf", 0x115ba "\x01\x15\xb9\x01\x15\xaf", 0x115bb libidn2-2.0.4/unistring/iconv_open-osf.h0000644000000000000000000002550513051023042015043 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 10 ./iconv_open-osf.gperf */ /* Computed positions: -k'4,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-osf.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 38 #define MIN_WORD_LENGTH 4 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 6 #define MAX_HASH_VALUE 47 /* maximum key range = 42, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 2, 29, 24, 34, 31, 0, 15, 14, 10, 13, 2, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 7, 48, 48, 48, 48, 48, 48, 11, 48, 2, 7, 48, 48, 48, 1, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; return len + asso_values[(unsigned char)str[3]+3] + asso_values[(unsigned char)str[len - 1]]; } struct stringpool_t { char stringpool_str6[sizeof("CP1255")]; char stringpool_str7[sizeof("CP775")]; char stringpool_str8[sizeof("CP1250")]; char stringpool_str9[sizeof("EUC-TW")]; char stringpool_str10[sizeof("EUC-KR")]; char stringpool_str11[sizeof("TIS-620")]; char stringpool_str12[sizeof("ISO-8859-5")]; char stringpool_str13[sizeof("ISO-8859-15")]; char stringpool_str14[sizeof("BIG5")]; char stringpool_str15[sizeof("CP855")]; char stringpool_str16[sizeof("CP1258")]; char stringpool_str17[sizeof("CP850")]; char stringpool_str18[sizeof("CP865")]; char stringpool_str19[sizeof("EUC-JP")]; char stringpool_str20[sizeof("CP1257")]; char stringpool_str21[sizeof("CP1256")]; char stringpool_str22[sizeof("ISO-8859-8")]; char stringpool_str23[sizeof("SHIFT_JIS")]; char stringpool_str25[sizeof("ISO-8859-9")]; char stringpool_str26[sizeof("ISO-8859-7")]; char stringpool_str27[sizeof("ISO-8859-6")]; char stringpool_str29[sizeof("CP857")]; char stringpool_str30[sizeof("CP1252")]; char stringpool_str31[sizeof("CP869")]; char stringpool_str32[sizeof("CP949")]; char stringpool_str33[sizeof("CP866")]; char stringpool_str34[sizeof("CP437")]; char stringpool_str35[sizeof("CP1251")]; char stringpool_str36[sizeof("ISO-8859-2")]; char stringpool_str37[sizeof("CP1254")]; char stringpool_str38[sizeof("CP874")]; char stringpool_str39[sizeof("CP852")]; char stringpool_str40[sizeof("CP1253")]; char stringpool_str41[sizeof("ISO-8859-1")]; char stringpool_str42[sizeof("CP862")]; char stringpool_str43[sizeof("ISO-8859-4")]; char stringpool_str46[sizeof("ISO-8859-3")]; char stringpool_str47[sizeof("CP861")]; }; static const struct stringpool_t stringpool_contents = { "CP1255", "CP775", "CP1250", "EUC-TW", "EUC-KR", "TIS-620", "ISO-8859-5", "ISO-8859-15", "BIG5", "CP855", "CP1258", "CP850", "CP865", "EUC-JP", "CP1257", "CP1256", "ISO-8859-8", "SHIFT_JIS", "ISO-8859-9", "ISO-8859-7", "ISO-8859-6", "CP857", "CP1252", "CP869", "CP949", "CP866", "CP437", "CP1251", "ISO-8859-2", "CP1254", "CP874", "CP852", "CP1253", "ISO-8859-1", "CP862", "ISO-8859-4", "ISO-8859-3", "CP861" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 41 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "cp1255"}, #line 24 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "cp775"}, #line 36 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "cp1250"}, #line 47 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "eucTW"}, #line 46 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "eucKR"}, #line 50 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "TACTIS"}, #line 17 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "ISO8859-5"}, #line 22 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "ISO8859-15"}, #line 48 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "big5"}, #line 27 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "cp855"}, #line 44 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "cp1258"}, #line 25 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "cp850"}, #line 31 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "cp865"}, #line 45 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "eucJP"}, #line 43 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "cp1257"}, #line 42 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "cp1256"}, #line 20 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "ISO8859-8"}, #line 49 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "SJIS"}, {-1}, #line 21 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str25, "ISO8859-9"}, #line 19 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str26, "ISO8859-7"}, #line 18 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str27, "ISO8859-6"}, {-1}, #line 28 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, "cp857"}, #line 38 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str30, "cp1252"}, #line 33 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str31, "cp869"}, #line 35 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str32, "KSC5601"}, #line 32 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str33, "cp866"}, #line 23 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str34, "cp437"}, #line 37 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str35, "cp1251"}, #line 14 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str36, "ISO8859-2"}, #line 40 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str37, "cp1254"}, #line 34 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str38, "cp874"}, #line 26 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str39, "cp852"}, #line 39 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str40, "cp1253"}, #line 13 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str41, "ISO8859-1"}, #line 30 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str42, "cp862"}, #line 16 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str43, "ISO8859-4"}, {-1}, {-1}, #line 15 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str46, "ISO8859-3"}, #line 29 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str47, "cp861"} }; #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } libidn2-2.0.4/unistring/unistr/0000755000000000000000000000000013151533501013352 500000000000000libidn2-2.0.4/unistring/unistr/u32-to-u8.c0000644000000000000000000000747713061734305015045 00000000000000/* Convert UTF-32 string to UTF-8 string. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #define FUNC u32_to_u8 #define SRC_UNIT uint32_t #define DST_UNIT uint8_t #include #include #include DST_UNIT * FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) { const SRC_UNIT *s_end = s + n; /* Output string accumulator. */ DST_UNIT *result; size_t allocated; size_t length; if (resultbuf != NULL) { result = resultbuf; allocated = *lengthp; } else { result = NULL; allocated = 0; } length = 0; /* Invariants: result is either == resultbuf or == NULL or malloc-allocated. If length > 0, then result != NULL. */ while (s < s_end) { ucs4_t uc; int count; /* Fetch a Unicode character from the input string. */ uc = *s++; /* No need to call the safe variant u32_mbtouc, because u8_uctomb will verify uc anyway. */ /* Store it in the output string. */ count = u8_uctomb (result + length, uc, allocated - length); if (count == -1) { if (!(result == resultbuf || result == NULL)) free (result); errno = EILSEQ; return NULL; } if (count == -2) { DST_UNIT *memory; allocated = (allocated > 0 ? 2 * allocated : 12); if (length + 6 > allocated) allocated = length + 6; if (result == resultbuf || result == NULL) memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT)); else memory = (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT)); if (memory == NULL) { if (!(result == resultbuf || result == NULL)) free (result); errno = ENOMEM; return NULL; } if (result == resultbuf && length > 0) memcpy ((char *) memory, (char *) result, length * sizeof (DST_UNIT)); result = memory; count = u8_uctomb (result + length, uc, allocated - length); if (count < 0) abort (); } length += count; } if (length == 0) { if (result == NULL) { /* Return a non-NULL value. NULL means error. */ result = (DST_UNIT *) malloc (1); if (result == NULL) { errno = ENOMEM; return NULL; } } } else if (result != resultbuf && length < allocated) { /* Shrink the allocated memory if possible. */ DST_UNIT *memory; memory = (DST_UNIT *) realloc (result, length * sizeof (DST_UNIT)); if (memory != NULL) result = memory; } *lengthp = length; return result; } libidn2-2.0.4/unistring/unistr/u8-check.c0000644000000000000000000000467013061734305015061 00000000000000/* Check UTF-8 string. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" const uint8_t * u8_check (const uint8_t *s, size_t n) { const uint8_t *s_end = s + n; while (s < s_end) { /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */ uint8_t c = *s; if (c < 0x80) { s++; continue; } if (c >= 0xc2) { if (c < 0xe0) { if (s + 2 <= s_end && (s[1] ^ 0x80) < 0x40) { s += 2; continue; } } else if (c < 0xf0) { if (s + 3 <= s_end && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40 && (c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { s += 3; continue; } } else if (c < 0xf8) { if (s + 4 <= s_end && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40 && (s[3] ^ 0x80) < 0x40 && (c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))) { s += 4; continue; } } } /* invalid or incomplete multibyte character */ return s; } return NULL; } libidn2-2.0.4/unistring/unistr/u-strlen.h0000644000000000000000000000225113061734305015221 00000000000000/* Determine length of UTF-8/UTF-16/UTF-32 string. Copyright (C) 1999, 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ size_t FUNC (const UNIT *s) { const UNIT *ptr; for (ptr = s; *ptr != 0; ptr++) ; return ptr - s; } libidn2-2.0.4/unistring/unistr/u32-mbtouc-unsafe.c0000644000000000000000000000302113061734305016616 00000000000000/* Look at first character in UTF-32 string. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #if defined IN_LIBUNISTRING /* Tell unistr.h to declare u32_mbtouc_unsafe as 'extern', not 'static inline'. */ # include "unistring-notinline.h" #endif /* Specification. */ #include "unistr.h" #if !HAVE_INLINE int u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n) { uint32_t c = *s; if (c < 0xd800 || (c >= 0xe000 && c < 0x110000)) *puc = c; else /* invalid multibyte character */ *puc = 0xfffd; return 1; } #endif libidn2-2.0.4/unistring/unistr/u32-cpy-alloc.c0000644000000000000000000000226213061734305015737 00000000000000/* Copy piece of UTF-32 string. Copyright (C) 1999, 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #define FUNC u32_cpy_alloc #define UNIT uint32_t #include "u-cpy-alloc.h" libidn2-2.0.4/unistring/unistr/u-cpy-alloc.h0000644000000000000000000000265713061734305015607 00000000000000/* Copy piece of UTF-8/UTF-16/UTF-32 string. Copyright (C) 1999, 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #include UNIT * FUNC (const UNIT *s, size_t n) { UNIT *dest; dest = (UNIT *) malloc (n > 0 ? n * sizeof (UNIT) : 1); if (dest != NULL) { #if 0 UNIT *destptr = dest; for (; n > 0; n--) *destptr++ = *s++; #else memcpy ((char *) dest, (const char *) s, n * sizeof (UNIT)); #endif } return dest; } libidn2-2.0.4/unistring/unistr/u8-uctomb-aux.c0000644000000000000000000000377013134403267016071 00000000000000/* Conversion UCS-4 to UTF-8. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #ifndef FALLTHROUGH # if __GNUC__ < 7 # define FALLTHROUGH ((void) 0) # else # define FALLTHROUGH __attribute__ ((__fallthrough__)) # endif #endif int u8_uctomb_aux (uint8_t *s, ucs4_t uc, int n) { int count; if (uc < 0x80) /* The case n >= 1 is already handled by the caller. */ return -2; else if (uc < 0x800) count = 2; else if (uc < 0x10000) { if (uc < 0xd800 || uc >= 0xe000) count = 3; else return -1; } else if (uc < 0x110000) count = 4; else return -1; if (n < count) return -2; switch (count) /* note: code falls through cases! */ { case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000; FALLTHROUGH; case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800; FALLTHROUGH; case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0; /*case 1:*/ s[0] = uc; } return count; } libidn2-2.0.4/unistring/unistr/u8-mblen.c0000644000000000000000000000424313061734305015075 00000000000000/* Look at first character in UTF-8 string. Copyright (C) 1999-2000, 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" int u8_mblen (const uint8_t *s, size_t n) { if (n > 0) { /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */ uint8_t c = *s; if (c < 0x80) return (c != 0 ? 1 : 0); if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2 && (s[1] ^ 0x80) < 0x40) return 2; } else if (c < 0xf0) { if (n >= 3 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40 && (c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) return 3; } else if (c < 0xf8) { if (n >= 4 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40 && (s[3] ^ 0x80) < 0x40 && (c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))) return 4; } } } /* invalid or incomplete multibyte character */ return -1; } libidn2-2.0.4/unistring/unistr/u8-mbtoucr.c0000644000000000000000000001133413061734305015452 00000000000000/* Look at first character in UTF-8 string, returning an error code. Copyright (C) 1999-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" int u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x1f) << 6) | (unsigned int) (s[1] ^ 0x80); return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } else if (c < 0xf0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40 && (c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { if (n >= 3) { if ((s[2] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x0f) << 12) | ((unsigned int) (s[1] ^ 0x80) << 6) | (unsigned int) (s[2] ^ 0x80); return 3; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } else if (c < 0xf8) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40 && (c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))) { if (n >= 3) { if ((s[2] ^ 0x80) < 0x40) { if (n >= 4) { if ((s[3] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x07) << 18) | ((unsigned int) (s[1] ^ 0x80) << 12) | ((unsigned int) (s[2] ^ 0x80) << 6) | (unsigned int) (s[3] ^ 0x80); return 4; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } } /* invalid multibyte character */ *puc = 0xfffd; return -1; } libidn2-2.0.4/unistring/unistr/u8-uctomb.c0000644000000000000000000000427213061734305015273 00000000000000/* Store a character in UTF-8 string. Copyright (C) 2002, 2005-2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #if defined IN_LIBUNISTRING /* Tell unistr.h to declare u8_uctomb as 'extern', not 'static inline'. */ # include "unistring-notinline.h" #endif /* Specification. */ #include "unistr.h" #if !HAVE_INLINE int u8_uctomb (uint8_t *s, ucs4_t uc, int n) { if (uc < 0x80) { if (n > 0) { s[0] = uc; return 1; } /* else return -2, below. */ } else { int count; if (uc < 0x800) count = 2; else if (uc < 0x10000) { if (uc < 0xd800 || uc >= 0xe000) count = 3; else return -1; } else if (uc < 0x110000) count = 4; else return -1; if (n >= count) { switch (count) /* note: code falls through cases! */ { case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000; case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800; case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0; /*case 1:*/ s[0] = uc; } return count; } } return -2; } #endif libidn2-2.0.4/unistring/unistr/u32-strlen.c0000644000000000000000000000226213061734305015363 00000000000000/* Determine length of UTF-32 string. Copyright (C) 1999, 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #define FUNC u32_strlen #define UNIT uint32_t #include "u-strlen.h" libidn2-2.0.4/unistring/unistr/u-cpy.h0000644000000000000000000000245413061734305014512 00000000000000/* Copy piece of UTF-8/UTF-16/UTF-32 string. Copyright (C) 1999, 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include UNIT * FUNC (UNIT *dest, const UNIT *src, size_t n) { #if 0 UNIT *destptr = dest; for (; n > 0; n--) *destptr++ = *src++; #else memcpy ((char *) dest, (const char *) src, n * sizeof (UNIT)); #endif return dest; } libidn2-2.0.4/unistring/unistr/u8-prev.c0000644000000000000000000000603613061734305014756 00000000000000/* Iterate over previous character in UTF-8 string. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" const uint8_t * u8_prev (ucs4_t *puc, const uint8_t *s, const uint8_t *start) { /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */ if (s != start) { uint8_t c_1 = s[-1]; if (c_1 < 0x80) { *puc = c_1; return s - 1; } if ((c_1 ^ 0x80) < 0x40) if (s - 1 != start) { uint8_t c_2 = s[-2]; if (c_2 >= 0xc2 && c_2 < 0xe0) { *puc = ((unsigned int) (c_2 & 0x1f) << 6) | (unsigned int) (c_1 ^ 0x80); return s - 2; } if ((c_2 ^ 0x80) < 0x40) if (s - 2 != start) { uint8_t c_3 = s[-3]; if (c_3 >= 0xe0 && c_3 < 0xf0 && (c_3 >= 0xe1 || c_2 >= 0xa0) && (c_3 != 0xed || c_2 < 0xa0)) { *puc = ((unsigned int) (c_3 & 0x0f) << 12) | ((unsigned int) (c_2 ^ 0x80) << 6) | (unsigned int) (c_1 ^ 0x80); return s - 3; } if ((c_3 ^ 0x80) < 0x40) if (s - 3 != start) { uint8_t c_4 = s[-4]; if (c_4 >= 0xf0 && c_4 < 0xf8 && (c_4 >= 0xf1 || c_3 >= 0x90) && (c_4 < 0xf4 || (c_4 == 0xf4 && c_3 < 0x90))) { *puc = ((unsigned int) (c_4 & 0x07) << 18) | ((unsigned int) (c_3 ^ 0x80) << 12) | ((unsigned int) (c_2 ^ 0x80) << 6) | (unsigned int) (c_1 ^ 0x80); return s - 4; } } } } } return NULL; } libidn2-2.0.4/unistring/unistr/u32-cpy.c0000644000000000000000000000224613061734305014651 00000000000000/* Copy piece of UTF-32 string. Copyright (C) 1999, 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #define FUNC u32_cpy #define UNIT uint32_t #include "u-cpy.h" libidn2-2.0.4/unistring/unistr/u8-mbtouc-unsafe.c0000644000000000000000000001150213061734305016544 00000000000000/* Look at first character in UTF-8 string. Copyright (C) 1999-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #if defined IN_LIBUNISTRING /* Tell unistr.h to declare u8_mbtouc_unsafe as 'extern', not 'static inline'. */ # include "unistring-notinline.h" #endif /* Specification. */ #include "unistr.h" #if !HAVE_INLINE int u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x1f) << 6) | (unsigned int) (s[1] ^ 0x80); return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return 1; } } else if (c < 0xf0) { if (n >= 3) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { *puc = ((unsigned int) (c & 0x0f) << 12) | ((unsigned int) (s[1] ^ 0x80) << 6) | (unsigned int) (s[2] ^ 0x80); return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else return 2; } } else if (c < 0xf8) { if (n >= 4) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((s[3] ^ 0x80) < 0x40) { if ((c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)) ) { *puc = ((unsigned int) (c & 0x07) << 18) | ((unsigned int) (s[1] ^ 0x80) << 12) | ((unsigned int) (s[2] ^ 0x80) << 6) | (unsigned int) (s[3] ^ 0x80); return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else if (n == 2 || (s[2] ^ 0x80) >= 0x40) return 2; else return 3; } } } /* invalid multibyte character */ *puc = 0xfffd; return 1; } #endif libidn2-2.0.4/unistring/unistr/u8-strlen.c0000644000000000000000000000231013061734305015300 00000000000000/* Determine length of UTF-8 string. Copyright (C) 2002, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #include size_t u8_strlen (const uint8_t *s) { return strlen ((const char *) s); } libidn2-2.0.4/unistring/unistr/u8-mbtouc.c0000644000000000000000000001142313061734305015267 00000000000000/* Look at first character in UTF-8 string. Copyright (C) 1999-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #if defined IN_LIBUNISTRING /* Tell unistr.h to declare u8_mbtouc as 'extern', not 'static inline'. */ # include "unistring-notinline.h" #endif /* Specification. */ #include "unistr.h" #if !HAVE_INLINE int u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x1f) << 6) | (unsigned int) (s[1] ^ 0x80); return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return 1; } } else if (c < 0xf0) { if (n >= 3) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { *puc = ((unsigned int) (c & 0x0f) << 12) | ((unsigned int) (s[1] ^ 0x80) << 6) | (unsigned int) (s[2] ^ 0x80); return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else return 2; } } else if (c < 0xf8) { if (n >= 4) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((s[3] ^ 0x80) < 0x40) { if ((c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))) { *puc = ((unsigned int) (c & 0x07) << 18) | ((unsigned int) (s[1] ^ 0x80) << 12) | ((unsigned int) (s[2] ^ 0x80) << 6) | (unsigned int) (s[3] ^ 0x80); return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else if (n == 2 || (s[2] ^ 0x80) >= 0x40) return 2; else return 3; } } } /* invalid multibyte character */ *puc = 0xfffd; return 1; } #endif libidn2-2.0.4/unistring/unistr/u8-mbtouc-unsafe-aux.c0000644000000000000000000001116513061734305017344 00000000000000/* Conversion UTF-8 to UCS-4. Copyright (C) 2001-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #if defined IN_LIBUNISTRING || HAVE_INLINE int u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x1f) << 6) | (unsigned int) (s[1] ^ 0x80); return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return 1; } } else if (c < 0xf0) { if (n >= 3) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { *puc = ((unsigned int) (c & 0x0f) << 12) | ((unsigned int) (s[1] ^ 0x80) << 6) | (unsigned int) (s[2] ^ 0x80); return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else return 2; } } else if (c < 0xf8) { if (n >= 4) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((s[3] ^ 0x80) < 0x40) { if ((c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)) ) { *puc = ((unsigned int) (c & 0x07) << 18) | ((unsigned int) (s[1] ^ 0x80) << 12) | ((unsigned int) (s[2] ^ 0x80) << 6) | (unsigned int) (s[3] ^ 0x80); return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else if (n == 2 || (s[2] ^ 0x80) >= 0x40) return 2; else return 3; } } } /* invalid multibyte character */ *puc = 0xfffd; return 1; } #endif libidn2-2.0.4/unistring/unistr/u32-uctomb.c0000644000000000000000000000302013061734305015336 00000000000000/* Store a character in UTF-32 string. Copyright (C) 2002, 2005-2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include #if defined IN_LIBUNISTRING /* Tell unistr.h to declare u32_uctomb as 'extern', not 'static inline'. */ # include "unistring-notinline.h" #endif /* Specification. */ #include "unistr.h" #if !HAVE_INLINE int u32_uctomb (uint32_t *s, ucs4_t uc, int n) { if (uc < 0xd800 || (uc >= 0xe000 && uc < 0x110000)) { if (n > 0) { *s = uc; return 1; } else return -2; } else return -1; } #endif libidn2-2.0.4/unistring/unistr/u8-to-u32.c0000644000000000000000000000713013061734305015027 00000000000000/* Convert UTF-8 string to UTF-32 string. Copyright (C) 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #define FUNC u8_to_u32 #define SRC_UNIT uint8_t #define DST_UNIT uint32_t #include #include #include DST_UNIT * FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) { const SRC_UNIT *s_end = s + n; /* Output string accumulator. */ DST_UNIT *result; size_t allocated; size_t length; if (resultbuf != NULL) { result = resultbuf; allocated = *lengthp; } else { result = NULL; allocated = 0; } length = 0; /* Invariants: result is either == resultbuf or == NULL or malloc-allocated. If length > 0, then result != NULL. */ while (s < s_end) { ucs4_t uc; int count; /* Fetch a Unicode character from the input string. */ count = u8_mbtoucr (&uc, s, s_end - s); if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); errno = EILSEQ; return NULL; } s += count; /* Store it in the output string. */ if (length + 1 > allocated) { DST_UNIT *memory; allocated = (allocated > 0 ? 2 * allocated : 12); if (length + 1 > allocated) allocated = length + 1; if (result == resultbuf || result == NULL) memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT)); else memory = (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT)); if (memory == NULL) { if (!(result == resultbuf || result == NULL)) free (result); errno = ENOMEM; return NULL; } if (result == resultbuf && length > 0) memcpy ((char *) memory, (char *) result, length * sizeof (DST_UNIT)); result = memory; } result[length++] = uc; } if (length == 0) { if (result == NULL) { /* Return a non-NULL value. NULL means error. */ result = (DST_UNIT *) malloc (1); if (result == NULL) { errno = ENOMEM; return NULL; } } } else if (result != resultbuf && length < allocated) { /* Shrink the allocated memory if possible. */ DST_UNIT *memory; memory = (DST_UNIT *) realloc (result, length * sizeof (DST_UNIT)); if (memory != NULL) result = memory; } *lengthp = length; return result; } libidn2-2.0.4/unistring/unistr/u8-mbtouc-aux.c0000644000000000000000000001112013061734305016054 00000000000000/* Conversion UTF-8 to UCS-4. Copyright (C) 2001-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" #if defined IN_LIBUNISTRING || HAVE_INLINE int u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x1f) << 6) | (unsigned int) (s[1] ^ 0x80); return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return 1; } } else if (c < 0xf0) { if (n >= 3) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { *puc = ((unsigned int) (c & 0x0f) << 12) | ((unsigned int) (s[1] ^ 0x80) << 6) | (unsigned int) (s[2] ^ 0x80); return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else return 2; } } else if (c < 0xf8) { if (n >= 4) { if ((s[1] ^ 0x80) < 0x40) { if ((s[2] ^ 0x80) < 0x40) { if ((s[3] ^ 0x80) < 0x40) { if ((c >= 0xf1 || s[1] >= 0x90) && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))) { *puc = ((unsigned int) (c & 0x07) << 18) | ((unsigned int) (s[1] ^ 0x80) << 12) | ((unsigned int) (s[2] ^ 0x80) << 6) | (unsigned int) (s[3] ^ 0x80); return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 4; } /* invalid multibyte character */ *puc = 0xfffd; return 3; } /* invalid multibyte character */ *puc = 0xfffd; return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; if (n == 1 || (s[1] ^ 0x80) >= 0x40) return 1; else if (n == 2 || (s[2] ^ 0x80) >= 0x40) return 2; else return 3; } } } /* invalid multibyte character */ *puc = 0xfffd; return 1; } #endif libidn2-2.0.4/unistring/iconv_open-hpux.h0000644000000000000000000002750513051023042015242 00000000000000/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -m 10 ./iconv_open-hpux.gperf */ /* Computed positions: -k'4,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-hpux.gperf" struct mapping { int standard_name; const char vendor_name[9 + 1]; }; #define TOTAL_KEYWORDS 44 #define MIN_WORD_LENGTH 4 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 6 #define MAX_HASH_VALUE 49 /* maximum key range = 44, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 1, 2, 24, 43, 5, 10, 0, 13, 32, 3, 19, 18, 50, 50, 50, 50, 50, 50, 50, 50, 50, 5, 50, 50, 50, 50, 14, 5, 0, 50, 50, 0, 27, 50, 12, 14, 50, 50, 0, 5, 2, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50 }; return len + asso_values[(unsigned char)str[3]+4] + asso_values[(unsigned char)str[len - 1]]; } struct stringpool_t { char stringpool_str6[sizeof("CP1256")]; char stringpool_str7[sizeof("CP1250")]; char stringpool_str8[sizeof("CP1251")]; char stringpool_str9[sizeof("CP850")]; char stringpool_str10[sizeof("TIS-620")]; char stringpool_str11[sizeof("CP1254")]; char stringpool_str12[sizeof("ISO-8859-6")]; char stringpool_str13[sizeof("EUC-TW")]; char stringpool_str14[sizeof("ISO-8859-1")]; char stringpool_str15[sizeof("ISO-8859-9")]; char stringpool_str16[sizeof("CP1255")]; char stringpool_str17[sizeof("BIG5")]; char stringpool_str18[sizeof("CP855")]; char stringpool_str19[sizeof("CP1257")]; char stringpool_str20[sizeof("EUC-KR")]; char stringpool_str21[sizeof("CP857")]; char stringpool_str22[sizeof("ISO-8859-5")]; char stringpool_str23[sizeof("ISO-8859-15")]; char stringpool_str24[sizeof("CP866")]; char stringpool_str25[sizeof("ISO-8859-7")]; char stringpool_str26[sizeof("CP861")]; char stringpool_str27[sizeof("CP869")]; char stringpool_str28[sizeof("CP874")]; char stringpool_str29[sizeof("CP864")]; char stringpool_str30[sizeof("CP1252")]; char stringpool_str31[sizeof("CP437")]; char stringpool_str32[sizeof("CP852")]; char stringpool_str33[sizeof("CP775")]; char stringpool_str34[sizeof("CP865")]; char stringpool_str35[sizeof("EUC-JP")]; char stringpool_str36[sizeof("ISO-8859-2")]; char stringpool_str37[sizeof("SHIFT_JIS")]; char stringpool_str38[sizeof("CP1258")]; char stringpool_str39[sizeof("UTF-8")]; char stringpool_str40[sizeof("HP-KANA8")]; char stringpool_str41[sizeof("HP-ROMAN8")]; char stringpool_str42[sizeof("HP-HEBREW8")]; char stringpool_str43[sizeof("GB2312")]; char stringpool_str44[sizeof("ISO-8859-8")]; char stringpool_str45[sizeof("HP-TURKISH8")]; char stringpool_str46[sizeof("HP-GREEK8")]; char stringpool_str47[sizeof("HP-ARABIC8")]; char stringpool_str48[sizeof("CP862")]; char stringpool_str49[sizeof("CP1253")]; }; static const struct stringpool_t stringpool_contents = { "CP1256", "CP1250", "CP1251", "CP850", "TIS-620", "CP1254", "ISO-8859-6", "EUC-TW", "ISO-8859-1", "ISO-8859-9", "CP1255", "BIG5", "CP855", "CP1257", "EUC-KR", "CP857", "ISO-8859-5", "ISO-8859-15", "CP866", "ISO-8859-7", "CP861", "CP869", "CP874", "CP864", "CP1252", "CP437", "CP852", "CP775", "CP865", "EUC-JP", "ISO-8859-2", "SHIFT_JIS", "CP1258", "UTF-8", "HP-KANA8", "HP-ROMAN8", "HP-HEBREW8", "GB2312", "ISO-8859-8", "HP-TURKISH8", "HP-GREEK8", "HP-ARABIC8", "CP862", "CP1253" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 40 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "cp1256"}, #line 34 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "cp1250"}, #line 35 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "cp1251"}, #line 23 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "cp850"}, #line 49 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "tis620"}, #line 38 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "cp1254"}, #line 16 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "iso88596"}, #line 53 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "eucTW"}, #line 13 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "iso88591"}, #line 19 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "iso88599"}, #line 39 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "cp1255"}, #line 54 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "big5"}, #line 25 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "cp855"}, #line 41 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "cp1257"}, #line 52 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "eucKR"}, #line 26 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "cp857"}, #line 15 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "iso88595"}, #line 20 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "iso885915"}, #line 31 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str24, "cp866"}, #line 17 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str25, "iso88597"}, #line 27 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str26, "cp861"}, #line 32 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str27, "cp869"}, #line 33 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str28, "cp874"}, #line 29 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, "cp864"}, #line 36 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str30, "cp1252"}, #line 21 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str31, "cp437"}, #line 24 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str32, "cp852"}, #line 22 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str33, "cp775"}, #line 30 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str34, "cp865"}, #line 51 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str35, "eucJP"}, #line 14 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str36, "iso88592"}, #line 55 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str37, "sjis"}, #line 42 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str38, "cp1258"}, #line 56 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str39, "utf8"}, #line 48 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str40, "kana8"}, #line 43 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str41, "roman8"}, #line 46 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str42, "hebrew8"}, #line 50 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str43, "hp15CN"}, #line 18 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str44, "iso88598"}, #line 47 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str45, "turkish8"}, #line 45 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str46, "greek8"}, #line 44 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str47, "arabic8"}, #line 28 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str48, "cp862"}, #line 37 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str49, "cp1253"} }; #ifdef __GNUC__ __inline #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } libidn2-2.0.4/unistring/alloca.in.h0000644000000000000000000000440213061734304013763 00000000000000/* Memory allocation on the stack. Copyright (C) 1995, 1999, 2001-2004, 2006-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H means there is a real alloca function. */ #ifndef _GL_ALLOCA_H #define _GL_ALLOCA_H /* alloca (N) returns a pointer to N bytes of memory allocated on the stack, which will last until the function returns. Use of alloca should be avoided: - inside arguments of function calls - undefined behaviour, - in inline functions - the allocation may actually last until the calling function returns, - for huge N (say, N >= 65536) - you never know how large (or small) the stack is, and when the stack cannot fulfill the memory allocation request, the program just crashes. */ #ifndef alloca # ifdef __GNUC__ # define alloca __builtin_alloca # elif defined _AIX # define alloca __alloca # elif defined _MSC_VER # include # define alloca _alloca # elif defined __DECC && defined __VMS # define alloca __ALLOCA # elif defined __TANDEM && defined _TNS_E_TARGET # ifdef __cplusplus extern "C" # endif void *_alloca (unsigned short); # pragma intrinsic (_alloca) # define alloca _alloca # elif defined __MVS__ # include # else # include # ifdef __cplusplus extern "C" # endif void *alloca (size_t); # endif #endif #endif /* _GL_ALLOCA_H */ libidn2-2.0.4/unistring/limits.in.h0000644000000000000000000000646713062455311014045 00000000000000/* A GNU-like . Copyright 2016-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_LIMITS_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_LIMITS_H@ #ifndef _@GUARD_PREFIX@_LIMITS_H #define _@GUARD_PREFIX@_LIMITS_H /* For HP-UX 11.31. */ #if defined LONG_LONG_MIN && !defined LLONG_MIN # define LLONG_MIN LONG_LONG_MIN #endif #if defined LONG_LONG_MAX && !defined LLONG_MAX # define LLONG_MAX LONG_LONG_MAX #endif #if defined ULONG_LONG_MAX && !defined ULLONG_MAX # define ULLONG_MAX ULONG_LONG_MAX #endif /* The number of usable bits in an unsigned or signed integer type with minimum value MIN and maximum value MAX, as an int expression suitable in #if. Cover all known practical hosts. This implementation exploits the fact that MAX is 1 less than a power of 2, and merely counts the number of 1 bits in MAX; "COBn" means "count the number of 1 bits in the low-order n bits"). */ #define _GL_INTEGER_WIDTH(min, max) (((min) < 0) + _GL_COB128 (max)) #define _GL_COB128(n) (_GL_COB64 ((n) >> 31 >> 31 >> 2) + _GL_COB64 (n)) #define _GL_COB64(n) (_GL_COB32 ((n) >> 31 >> 1) + _GL_COB32 (n)) #define _GL_COB32(n) (_GL_COB16 ((n) >> 16) + _GL_COB16 (n)) #define _GL_COB16(n) (_GL_COB8 ((n) >> 8) + _GL_COB8 (n)) #define _GL_COB8(n) (_GL_COB4 ((n) >> 4) + _GL_COB4 (n)) #define _GL_COB4(n) (!!((n) & 8) + !!((n) & 4) + !!((n) & 2) + !!((n) & 1)) /* Macros specified by ISO/IEC TS 18661-1:2014. */ #if (! defined ULLONG_WIDTH \ && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) # define CHAR_WIDTH _GL_INTEGER_WIDTH (CHAR_MIN, CHAR_MAX) # define SCHAR_WIDTH _GL_INTEGER_WIDTH (SCHAR_MIN, SCHAR_MAX) # define UCHAR_WIDTH _GL_INTEGER_WIDTH (0, UCHAR_MAX) # define SHRT_WIDTH _GL_INTEGER_WIDTH (SHRT_MIN, SHRT_MAX) # define USHRT_WIDTH _GL_INTEGER_WIDTH (0, USHRT_MAX) # define INT_WIDTH _GL_INTEGER_WIDTH (INT_MIN, INT_MAX) # define UINT_WIDTH _GL_INTEGER_WIDTH (0, UINT_MAX) # define LONG_WIDTH _GL_INTEGER_WIDTH (LONG_MIN, LONG_MAX) # define ULONG_WIDTH _GL_INTEGER_WIDTH (0, ULONG_MAX) # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX) # define ULLONG_WIDTH _GL_INTEGER_WIDTH (0, ULLONG_MAX) #endif /* !ULLONG_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ #endif /* _@GUARD_PREFIX@_LIMITS_H */ #endif /* _@GUARD_PREFIX@_LIMITS_H */ libidn2-2.0.4/unistring/warn-on-use.h0000644000000000000000000001240713062455311014301 00000000000000/* A C macro for emitting warnings if a function is used. Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* _GL_WARN_ON_USE (function, "literal string") issues a declaration for FUNCTION which will then trigger a compiler warning containing the text of "literal string" anywhere that function is called, if supported by the compiler. If the compiler does not support this feature, the macro expands to an unused extern declaration. This macro is useful for marking a function as a potential portability trap, with the intent that "literal string" include instructions on the replacement function that should be used instead. However, one of the reasons that a function is a portability trap is if it has the wrong signature. Declaring FUNCTION with a different signature in C is a compilation error, so this macro must use the same type as any existing declaration so that programs that avoid the problematic FUNCTION do not fail to compile merely because they included a header that poisoned the function. But this implies that _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already have a declaration. Use of this macro implies that there must not be any other macro hiding the declaration of FUNCTION; but undefining FUNCTION first is part of the poisoning process anyway (although for symbols that are provided only via a macro, the result is a compilation error rather than a warning containing "literal string"). Also note that in C++, it is only safe to use if FUNCTION has no overloads. For an example, it is possible to poison 'getline' by: - adding a call to gl_WARN_ON_USE_PREPARE([[#include ]], [getline]) in configure.ac, which potentially defines HAVE_RAW_DECL_GETLINE - adding this code to a header that wraps the system : #undef getline #if HAVE_RAW_DECL_GETLINE _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" "not universally present; use the gnulib module getline"); #endif It is not possible to directly poison global variables. But it is possible to write a wrapper accessor function, and poison that (less common usage, like &environ, will cause a compilation error rather than issue the nice warning, but the end result of informing the developer about their portability problem is still achieved): #if HAVE_RAW_DECL_ENVIRON static char ***rpl_environ (void) { return &environ; } _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); # undef environ # define environ (*rpl_environ ()) #endif */ #ifndef _GL_WARN_ON_USE # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) /* A compiler attribute is available in gcc versions 4.3.0 and later. */ # define _GL_WARN_ON_USE(function, message) \ extern __typeof__ (function) function __attribute__ ((__warning__ (message))) # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING /* Verify the existence of the function. */ # define _GL_WARN_ON_USE(function, message) \ extern __typeof__ (function) function # else /* Unsupported. */ # define _GL_WARN_ON_USE(function, message) \ _GL_WARN_EXTERN_C int _gl_warn_on_use # endif #endif /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") is like _GL_WARN_ON_USE (function, "string"), except that the function is declared with the given prototype, consisting of return type, parameters, and attributes. This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does not work in this case. */ #ifndef _GL_WARN_ON_USE_CXX # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ extern rettype function parameters_and_attributes \ __attribute__ ((__warning__ (msg))) # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING /* Verify the existence of the function. */ # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ extern rettype function parameters_and_attributes # else /* Unsupported. */ # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ _GL_WARN_EXTERN_C int _gl_warn_on_use # endif #endif /* _GL_WARN_EXTERN_C declaration; performs the declaration with C linkage. */ #ifndef _GL_WARN_EXTERN_C # if defined __cplusplus # define _GL_WARN_EXTERN_C extern "C" # else # define _GL_WARN_EXTERN_C extern # endif #endif libidn2-2.0.4/unistring/iconv_open-solaris.gperf0000644000000000000000000000154313051021033016576 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On Solaris 10, look in the "iconv -l" output. Some aliases are advertised but # not actually supported by the iconv() function and by the 'iconv' program. # For example: # $ echo abc | iconv -f 646 -t ISO-8859-1 # Not supported 646 to ISO-8859-1 # $ echo abc | iconv -f 646 -t ISO8859-1 $ abc ASCII, "646" ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" CP1251, "ansi-1251" libidn2-2.0.4/unistring/striconveh.h0000644000000000000000000001360713061734304014316 00000000000000/* Character set conversion with error handling. Copyright (C) 2001-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible and Simon Josefsson. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _STRICONVEH_H #define _STRICONVEH_H #include #if HAVE_ICONV #include #endif #include "iconveh.h" #ifdef __cplusplus extern "C" { #endif #if HAVE_ICONV /* A conversion descriptor for use by the iconveh functions. */ typedef struct { /* Conversion descriptor from FROM_CODESET to TO_CODESET, or (iconv_t)(-1) if the system does not support a direct conversion from FROM_CODESET to TO_CODESET. */ iconv_t cd; /* Conversion descriptor from FROM_CODESET to UTF-8 (or (iconv_t)(-1) if FROM_CODESET is UTF-8). */ iconv_t cd1; /* Conversion descriptor from UTF-8 to TO_CODESET (or (iconv_t)(-1) if TO_CODESET is UTF-8). */ iconv_t cd2; } iconveh_t; /* Open a conversion descriptor for use by the iconveh functions. If successful, fills *CDP and returns 0. Upon failure, return -1 with errno set. */ extern int iconveh_open (const char *to_codeset, const char *from_codeset, iconveh_t *cdp); /* Close a conversion descriptor created by iconveh_open(). Return value: 0 if successful, otherwise -1 and errno set. */ extern int iconveh_close (const iconveh_t *cd); /* Convert an entire string from one encoding to another, using iconv. The original string is at [SRC,...,SRC+SRCLEN-1]. CD points to the conversion descriptor from FROMCODE to TOCODE, created by the function iconveh_open(). If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this array is filled with offsets into the result, i.e. the character starting at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]], and other offsets are set to (size_t)(-1). *RESULTP and *LENGTH should initially be a scratch buffer and its size, or *RESULTP can initially be NULL. May erase the contents of the memory at *RESULTP. Return value: 0 if successful, otherwise -1 and errno set. If successful: The resulting string is stored in *RESULTP and its length in *LENGTHP. *RESULTP is set to a freshly allocated memory block, or is unchanged if no dynamic memory allocation was necessary. */ extern int mem_cd_iconveh (const char *src, size_t srclen, const iconveh_t *cd, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp); /* Convert an entire string from one encoding to another, using iconv. The original string is the NUL-terminated string starting at SRC. CD points to the conversion descriptor from FROMCODE to TOCODE, created by the function iconveh_open(). Both the "from" and the "to" encoding must use a single NUL byte at the end of the string (i.e. not UCS-2, UCS-4, UTF-16, UTF-32). Allocate a malloced memory block for the result. Return value: the freshly allocated resulting NUL-terminated string if successful, otherwise NULL and errno set. */ extern char * str_cd_iconveh (const char *src, const iconveh_t *cd, enum iconv_ilseq_handler handler); #endif /* Convert an entire string from one encoding to another, using iconv. The original string is at [SRC,...,SRC+SRCLEN-1]. If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this array is filled with offsets into the result, i.e. the character starting at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]], and other offsets are set to (size_t)(-1). *RESULTP and *LENGTH should initially be a scratch buffer and its size, or *RESULTP can initially be NULL. May erase the contents of the memory at *RESULTP. Return value: 0 if successful, otherwise -1 and errno set. If successful: The resulting string is stored in *RESULTP and its length in *LENGTHP. *RESULTP is set to a freshly allocated memory block, or is unchanged if no dynamic memory allocation was necessary. */ extern int mem_iconveh (const char *src, size_t srclen, const char *from_codeset, const char *to_codeset, enum iconv_ilseq_handler handler, size_t *offsets, char **resultp, size_t *lengthp); /* Convert an entire string from one encoding to another, using iconv. The original string is the NUL-terminated string starting at SRC. Both the "from" and the "to" encoding must use a single NUL byte at the end of the string (i.e. not UCS-2, UCS-4, UTF-16, UTF-32). Allocate a malloced memory block for the result. Return value: the freshly allocated resulting NUL-terminated string if successful, otherwise NULL and errno set. */ extern char * str_iconveh (const char *src, const char *from_codeset, const char *to_codeset, enum iconv_ilseq_handler handler); #ifdef __cplusplus } #endif #endif /* _STRICONVEH_H */ libidn2-2.0.4/unistring/xalloc-oversized.h0000644000000000000000000000500613134403267015420 00000000000000/* xalloc-oversized.h -- memory allocation size checking Copyright (C) 1990-2000, 2003-2004, 2006-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef XALLOC_OVERSIZED_H_ #define XALLOC_OVERSIZED_H_ #include #include /* True if N * S would overflow in a size_t calculation, or would generate a value larger than PTRDIFF_MAX. This expands to a constant expression if N and S are both constants. By gnulib convention, SIZE_MAX represents overflow in size calculations, so the conservative size_t-based dividend to use here is SIZE_MAX - 1. */ #define __xalloc_oversized(n, s) \ ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n)) #if PTRDIFF_MAX < SIZE_MAX typedef ptrdiff_t __xalloc_count_type; #else typedef size_t __xalloc_count_type; #endif /* Return 1 if an array of N objects, each of size S, cannot exist reliably due to size or ptrdiff_t arithmetic overflow. S must be positive and N must be nonnegative. This is a macro, not a function, so that it works correctly even when SIZE_MAX < N. */ #if 7 <= __GNUC__ # define xalloc_oversized(n, s) \ __builtin_mul_overflow_p (n, s, (__xalloc_count_type) 1) #elif 5 <= __GNUC__ && !defined __ICC && !__STRICT_ANSI__ # define xalloc_oversized(n, s) \ (__builtin_constant_p (n) && __builtin_constant_p (s) \ ? __xalloc_oversized (n, s) \ : ({ __xalloc_count_type __xalloc_count; \ __builtin_mul_overflow (n, s, &__xalloc_count); })) /* Other compilers use integer division; this may be slower but is more portable. */ #else # define xalloc_oversized(n, s) __xalloc_oversized (n, s) #endif #endif /* !XALLOC_OVERSIZED_H_ */ libidn2-2.0.4/COPYING.unicode0000644000000000000000000002111613033412033012400 00000000000000A. Unicode Copyright. Copyright © 1991-2016 Unicode, Inc. All rights reserved. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes and in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the "Unicode Character Database" can be found in the License. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. Modification is not permitted with respect to this document. All copies of this document must be verbatim. B. Restricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement. C. Warranties and Disclaimers. This publication and/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE. D. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives. E. Trademarks & Logos. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc. All third party trademarks referenced herein are the property of their respective owners. F. Miscellaneous. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum. Modification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode’s prior written consent. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. Entire Agreement. This Agreement constitutes the entire agreement between the parties. EXHIBIT 1 Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/. Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. COPYRIGHT AND PERMISSION NOTICE Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. libidn2-2.0.4/GNUmakefile0000644000000000000000000001073513061734274012016 00000000000000# Having a separate GNUmakefile lets me 'include' the dynamically # generated rules created via cfg.mk (package-local configuration) # as well as maint.mk (generic maintainer rules). # This makefile is used only if you run GNU Make. # It is necessary if you want to build targets usually of interest # only to the maintainer. # Copyright (C) 2001, 2003, 2006-2017 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # If the user runs GNU make but has not yet run ./configure, # give them a diagnostic. _gl-Makefile := $(wildcard [M]akefile) ifneq ($(_gl-Makefile),) # Make tar archive easier to reproduce. export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner # Allow the user to add to this in the Makefile. ALL_RECURSIVE_TARGETS = include Makefile # Some projects override e.g., _autoreconf here. -include $(srcdir)/cfg.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v include $(srcdir)/maint.mk # Ensure that $(VERSION) is up to date for dist-related targets, but not # for others: rerunning autoreconf and recompiling everything isn't cheap. _have-git-version-gen := \ $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes) ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) _is-dist-target ?= $(filter-out %clean, \ $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS))) _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS))) ifneq (,$(_is-dist-target)$(_is-install-target)) _curr-ver := $(shell cd $(srcdir) \ && $(_build-aux)/git-version-gen \ .tarball-version \ $(git-version-gen-tag-sed-script)) ifneq ($(_curr-ver),$(VERSION)) ifeq ($(_curr-ver),UNKNOWN) $(info WARNING: unable to verify if $(VERSION) is the correct version) else ifneq (,$(_is-install-target)) # GNU Coding Standards state that 'make install' should not cause # recompilation after 'make all'. But as long as changing the version # string alters config.h, the cost of having 'make all' always have an # up-to-date version is prohibitive. So, as a compromise, we merely # warn when installing a version string that is out of date; the user # should run 'autoreconf' (or something like 'make distcheck') to # fix the version, 'make all' to propagate it, then 'make install'. $(info WARNING: version string $(VERSION) is out of date;) $(info run '$(MAKE) _version' to fix it) else $(info INFO: running autoreconf for new version string: $(_curr-ver)) GNUmakefile: _version touch GNUmakefile endif endif endif endif endif .PHONY: _version _version: cd $(srcdir) && rm -rf autom4te.cache .version && $(_autoreconf) $(MAKE) $(AM_MAKEFLAGS) Makefile else .DEFAULT_GOAL := abort-due-to-no-makefile srcdir = . # The package can override .DEFAULT_GOAL to run actions like autoreconf. -include ./cfg.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v include ./maint.mk ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) $(MAKECMDGOALS): abort-due-to-no-makefile endif abort-due-to-no-makefile: @echo There seems to be no Makefile in this directory. 1>&2 @echo "You must run ./configure before running 'make'." 1>&2 @exit 1 endif # Tell version 3.79 and up of GNU make to not build goals in this # directory in parallel, in case someone tries to build multiple # targets, and one of them can cause a recursive target to be invoked. # Only set this if Automake doesn't provide it. AM_RECURSIVE_TARGETS ?= $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) \ dist distcheck tags ctags ALL_RECURSIVE_TARGETS += $(AM_RECURSIVE_TARGETS) ifneq ($(word 2, $(MAKECMDGOALS)), ) ifneq ($(filter $(ALL_RECURSIVE_TARGETS), $(MAKECMDGOALS)), ) .NOTPARALLEL: endif endif libidn2-2.0.4/aclocal.m40000644000000000000000000015675313151533354011613 00000000000000# generated automatically by aclocal 1.15.1 -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- dnl serial 11 (pkg-config-0.29) dnl dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. dnl dnl As a special exception to the GNU General Public License, if you dnl distribute this file as part of a program that contains a dnl configuration script generated by Autoconf, you may include it under dnl the same distribution terms that you use for the rest of that dnl program. dnl PKG_PREREQ(MIN-VERSION) dnl ----------------------- dnl Since: 0.29 dnl dnl Verify that the version of the pkg-config macros are at least dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's dnl installed version of pkg-config, this checks the developer's version dnl of pkg.m4 when generating configure. dnl dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], [m4_define([PKG_MACROS_VERSION], [0.29]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) dnl ---------------------------------- dnl Since: 0.16 dnl dnl Search for the pkg-config tool and set the PKG_CONFIG variable to dnl first found in the path. Checks that the version of pkg-config found dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is dnl used since that's the first version where most current features of dnl pkg-config existed. AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])dnl PKG_PROG_PKG_CONFIG dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------------------------------- dnl Since: 0.18 dnl dnl Check to see whether a particular set of modules exists. Similar to dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) dnl only at the first occurence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) dnl --------------------------------------------- dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting dnl pkg_failed based on the result. m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])dnl _PKG_CONFIG dnl _PKG_SHORT_ERRORS_SUPPORTED dnl --------------------------- dnl Internal check to see if pkg-config supports short errors. AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])dnl _PKG_SHORT_ERRORS_SUPPORTED dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl -------------------------------------------------------------- dnl Since: 0.4.0 dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES might not happen, you should be sure to include an dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])dnl PKG_CHECK_MODULES dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl --------------------------------------------------------------------- dnl Since: 0.29 dnl dnl Checks for existence of MODULES and gathers its build flags with dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags dnl and VARIABLE-PREFIX_LIBS from --libs. dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to dnl include an explicit call to PKG_PROG_PKG_CONFIG in your dnl configure.ac. AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl _save_PKG_CONFIG=$PKG_CONFIG PKG_CONFIG="$PKG_CONFIG --static" PKG_CHECK_MODULES($@) PKG_CONFIG=$_save_PKG_CONFIG[]dnl ])dnl PKG_CHECK_MODULES_STATIC dnl PKG_INSTALLDIR([DIRECTORY]) dnl ------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable pkgconfigdir as the location where a module dnl should install pkg-config .pc files. By default the directory is dnl $libdir/pkgconfig, but the default can be changed by passing dnl DIRECTORY. The user can override through the --with-pkgconfigdir dnl parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_INSTALLDIR dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) dnl -------------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable noarch_pkgconfigdir as the location where a dnl module should install arch-independent pkg-config .pc files. By dnl default the directory is $datadir/pkgconfig, but the default can be dnl changed by passing DIRECTORY. The user can override through the dnl --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_NOARCH_INSTALLDIR dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------- dnl Since: 0.28 dnl dnl Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_AR([ACT-IF-FAIL]) # ------------------------- # Try to determine the archiver interface, and trigger the ar-lib wrapper # if it is needed. If the detection of archiver interface fails, run # ACT-IF-FAIL (default is to abort configure with a proper error message). AC_DEFUN([AM_PROG_AR], [AC_BEFORE([$0], [LT_INIT])dnl AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([ar-lib])dnl AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false]) : ${AR=ar} AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface], [AC_LANG_PUSH([C]) am_cv_ar_interface=ar AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])], [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([am_ar_try]) if test "$ac_status" -eq 0; then am_cv_ar_interface=ar else am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([am_ar_try]) if test "$ac_status" -eq 0; then am_cv_ar_interface=lib else am_cv_ar_interface=unknown fi fi rm -f conftest.lib libconftest.a ]) AC_LANG_POP([C])]) case $am_cv_ar_interface in ar) ;; lib) # Microsoft lib, so override with the ar-lib wrapper script. # FIXME: It is wrong to rewrite AR. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__AR in this case, # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something # similar. AR="$am_aux_dir/ar-lib $AR" ;; unknown) m4_default([$1], [AC_MSG_ERROR([could not determine $AR interface])]) ;; esac AC_SUBST([AR])dnl ]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([unistring/m4/alloca.m4]) m4_include([unistring/m4/configmake.m4]) m4_include([unistring/m4/eealloc.m4]) m4_include([unistring/m4/gnulib-comp.m4]) m4_include([unistring/m4/iconv_h.m4]) m4_include([unistring/m4/iconv_open.m4]) m4_include([unistring/m4/inline.m4]) m4_include([unistring/m4/libunistring-base.m4]) m4_include([unistring/m4/libunistring.m4]) m4_include([unistring/m4/localcharset.m4]) m4_include([unistring/m4/malloca.m4]) m4_include([m4/00gnulib.m4]) m4_include([m4/absolute-header.m4]) m4_include([m4/ax_code_coverage.m4]) m4_include([m4/ax_prog_cc_for_build.m4]) m4_include([m4/codeset.m4]) m4_include([m4/dirname.m4]) m4_include([m4/double-slash-root.m4]) m4_include([m4/errno_h.m4]) m4_include([m4/error.m4]) m4_include([m4/extensions.m4]) m4_include([m4/extern-inline.m4]) m4_include([m4/fcntl-o.m4]) m4_include([m4/getdelim.m4]) m4_include([m4/getline.m4]) m4_include([m4/getprogname.m4]) m4_include([m4/gettext.m4]) m4_include([m4/glibc21.m4]) m4_include([m4/gnulib-common.m4]) m4_include([m4/gnulib-comp.m4]) m4_include([m4/gtk-doc.m4]) m4_include([m4/iconv.m4]) m4_include([m4/include_next.m4]) m4_include([m4/intlmacosx.m4]) m4_include([m4/ld-version-script.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/libtool.m4]) m4_include([m4/limits-h.m4]) m4_include([m4/longlong.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/malloc.m4]) m4_include([m4/manywarnings.m4]) m4_include([m4/msvc-inval.m4]) m4_include([m4/msvc-nothrow.m4]) m4_include([m4/multiarch.m4]) m4_include([m4/nls.m4]) m4_include([m4/off_t.m4]) m4_include([m4/onceonly.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) m4_include([m4/rawmemchr.m4]) m4_include([m4/ssize_t.m4]) m4_include([m4/stdarg.m4]) m4_include([m4/stdbool.m4]) m4_include([m4/stddef_h.m4]) m4_include([m4/stdint.m4]) m4_include([m4/stdio_h.m4]) m4_include([m4/stdlib_h.m4]) m4_include([m4/strchrnul.m4]) m4_include([m4/strerror.m4]) m4_include([m4/string_h.m4]) m4_include([m4/strverscmp.m4]) m4_include([m4/sys_socket_h.m4]) m4_include([m4/sys_types_h.m4]) m4_include([m4/unistd_h.m4]) m4_include([m4/valgrind-tests.m4]) m4_include([m4/version-etc.m4]) m4_include([m4/visibility.m4]) m4_include([m4/warn-on-use.m4]) m4_include([m4/warnings.m4]) m4_include([m4/wchar_t.m4]) m4_include([m4/wint_t.m4]) libidn2-2.0.4/README.md0000644000000000000000000001311613150754754011223 00000000000000[![build status](https://gitlab.com/libidn/libidn2/badges/master/build.svg)](https://gitlab.com/libidn/libidn2/pipelines) [![coverage status](https://gitlab.com/libidn/libidn2/badges/master/coverage.svg)](https://libidn.gitlab.io/libidn2/coverage) [![Coverity Scan Build Status](https://scan.coverity.com/projects/12080/badge.svg)](https://scan.coverity.com/projects/libidn2) # Libidn2 README -- Introduction information Libidn2 is a free software implementation of IDNA2008, Punycode and TR46. Its purpose is to encode and decode internationalized domain names. * [RFC 5890](https://tools.ietf.org/html/rfc5890) * [RFC 5891](https://tools.ietf.org/html/rfc5891) * [RFC 5892](https://tools.ietf.org/html/rfc5892) * [RFC 5893](https://tools.ietf.org/html/rfc5893) * [TR46](http://www.unicode.org/reports/tr46/) The library contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. The API consists of two main functions, ```idn2_to_ascii_8z``` for converting data from UTF-8 to ASCII Compatible Encoding (ACE), and ```idn2_to_unicode_8z8z``` to convert ACE names into UTF-8 format. There are several variations of these main functions, which accept UTF-32, or input in the local system encoding. All functions assume zero-terminated strings. This library is backwards (API) compatible with the [libidn library](https://www.gnu.org/software/libidn/). Replacing the ```idna.h``` header with ```idn2.h``` into a program is sufficient to switch the application from IDNA2003 to IDNA2008 as supported by this library. Libidn2 is believed to be a complete IDNA2008 and TR46 implementation, it contains an extensive test-suite, and is included in the continuous fuzzing project [OSS-Fuzz](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=libidn2). # License The installed C library libidn2 is dual-licensed under LGPLv3+|GPLv2+, while the rest of the package is GPLv3+. See the file [COPYING](COPYING) for detailed information. # Online docs [API reference](https://libidn.gitlab.io/libidn2/reference/api-index-full.html) [Manual](https://libidn.gitlab.io/libidn2/manual/libidn2.html) # Obtaining the source The homepage of libidn2: https://www.gnu.org/software/libidn/#libidn2 Software releases of libidn2 can be downloaded from https://ftp.gnu.org/gnu/libidn/ and ftp://ftp.gnu.org/gnu/libidn/ Development of libidn2 is organized [through GitLab website](https://gitlab.com/libidn/libidn2), and there is [an issue tracker for reporting bugs](https://gitlab.com/libidn/libidn2/issues). # Dependencies To build Libidn2 you will need a POSIX shell to run ./configure and the Unix make tool. * [Bash](https://www.gnu.org/software/bash/) * [Make](https://www.gnu.org/software/make/) The shared libidn2 library uses GNU libunistring for Unicode processing and GNU libiconv for character set conversion. You should install them before building and installing libidn2. See the following links for more information on these packages: * [Unistring](https://www.gnu.org/software/libunistring/) * [iconv](https://www.gnu.org/software/libiconv/) Note that the iconv dependency is optional -- it is required for the functions involving locale to UTF conversions -- but is recommended. If you wish to build the project from version controlled sources, rebuild all generated files (e.g., run autoreconf), or modify some source code files, you will need to have additional tools installed. None of the following tools are necessary if you build Libidn2 in the usual way (i.e., ./configure && make). * [Automake](https://www.gnu.org/software/automake/) * [Autoconf](https://www.gnu.org/software/autoconf/) * [Libtool](https://www.gnu.org/software/libtool/) * [Gettext](https://www.gnu.org/software/gettext/) * [Texinfo](https://www.gnu.org/software/texinfo/) * [Gperf](https://www.gnu.org/software/gperf/) * [Gengetopt](https://www.gnu.org/software/gengetopt/) * [Tar](https://www.gnu.org/software/tar/) * [Gzip](https://www.gnu.org/software/gzip/) * [Texlive & epsf](https://www.tug.org/texlive/) (for PDF manual) * [GTK-DOC](https://www.gtk.org/gtk-doc/) (for API manual) * [Git](https://git-scm.com/) * [Perl](https://www.cpan.org/) (HTTPS: www.cpan.org uses an invalid security certificate) * [Valgrind](http://valgrind.org/) (optional) (No HTTPS at all) * [abi-compliance-checker] * [ronn](https://rtomayko.github.io/ronn/) The software is typically distributed with your operating system, and the instructions for installing them differ. Here are some hints. gNewSense/Debian/Ubuntu: ``` apt-get install git autoconf automake libtool texinfo gperf git2cl apt-get install libunistring-dev gtk-doc-tools valgrind gengetopt apt-get install abi-compliance-checker ruby-ronn ``` # Contributing See [the contributing document](CONTRIBUTING.md). # Estimating code coverage Dependencies: * [lcov](https://linux-test-project.github.io/) (for code coverage) To test the code coverage of the test suite use the following: ``` $ ./configure --enable-code-coverage $ make && make check && make code-coverage-capture ``` The current coverage report can be found [here](https://libidn.gitlab.io/libidn2/coverage/). # Cross-compiling It is possible to cross-compile libidn2. It is expected your cross compiler toolchain to have a specific prefix to the target host. For example compiling for Windows with mingw64 (with prefix ```i686-w64-mingw32```) can be done the following way: ``` ./configure --host=i686-w64-mingw32 && make ``` After `./bootstrap`ing you find the `INSTALL` file in the main project directory including generic instructions about cross-compilation. libidn2-2.0.4/COPYING.LESSERv30000644000000000000000000001674313030466615012246 00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. libidn2-2.0.4/Makefile.in0000644000000000000000000015117513151533357012014 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HAVE_LIBUNISTRING_FALSE@am__append_1 = unistring @ENABLE_DOC_TRUE@am__append_2 = doc subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = libidn2.pc CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkgconfigdir)" DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = unistring gl lib src examples tests fuzz po doc am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libidn2.pc.in $(top_srcdir)/build-aux/ar-lib \ $(top_srcdir)/build-aux/compile \ $(top_srcdir)/build-aux/config.guess \ $(top_srcdir)/build-aux/config.rpath \ $(top_srcdir)/build-aux/config.sub \ $(top_srcdir)/build-aux/install-sh \ $(top_srcdir)/build-aux/ltmain.sh \ $(top_srcdir)/build-aux/missing ABOUT-NLS AUTHORS COPYING \ ChangeLog INSTALL NEWS build-aux/ar-lib build-aux/compile \ build-aux/config.guess build-aux/config.rpath \ build-aux/config.sub build-aux/depcomp build-aux/install-sh \ build-aux/ltmain.sh build-aux/mdate-sh build-aux/missing \ build-aux/texinfo.tex DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ SUBDIRS = $(am__append_1) gl lib src examples tests fuzz po \ $(am__append_2) ACLOCAL_AMFLAGS = -I m4 -I unistring/m4 EXTRA_DIST = m4/gnulib-cache.m4 cfg.mk maint.mk CONTRIBUTING.md \ README.md COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2 \ AUTHORS NEWS ChangeLog INSTALL pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libidn2.pc ABI_TMPDIR = "headers.abi.tmp" ABI_TMPFILE = "abi-temp.xml" LCOV_INFO = libidn2.info all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 libidn2.pc: $(top_builddir)/config.status $(srcdir)/libidn2.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgconfigDATA .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-pkgconfigDATA .PRECIOUS: Makefile DISTCHECK_CONFIGURE_FLAGS ?= --enable-gtk-doc --disable-gcc-warnings check-valgrind: TESTS_ENVIRONMENT="valgrind --error-exitcode=301 --leak-check=yes --show-reachable=yes --track-origins=yes" $(MAKE) check clean-local: rm -rf */*.gc?? */*/*.gc?? @CODE_COVERAGE_RULES@ local-code-coverage-output: code-coverage-capture @cat libidn2-$(VERSION)-coverage/index.html|grep headerCovTableEntryHi|head -1|sed 's/^.*>\([0-9]\+\.[0-9]\+\s*%\)<.*$$/ coverage lines: \1/' || true abi-check: lib/idn2.h lib/libidn2.la @rm -f $(ABI_TMPFILE) @echo "Checking libidn2 ABI" @echo "$(VERSION)" >$(ABI_TMPFILE) @echo "$(srcdir)/lib/idn2.h" >>$(ABI_TMPFILE) @echo "$(builddir)/lib/idn2.h" >>$(ABI_TMPFILE) @echo "$(builddir)/lib/.libs" >>$(ABI_TMPFILE) for i in 2.0.2; do \ test ! -f "$(srcdir)/devel/ABI-$$i-$$(uname -m).dump" || \ abi-compliance-checker --v1=2.0.2 -abi -lib libidn2 -old "$(srcdir)/devel/ABI-$$i-$$(uname -m).dump" -new $(ABI_TMPFILE); \ done @rm -f $(ABI_TMPFILE) abi-dump: lib/idn2.h lib/libidn2.la @rm -rf $(ABI_TMPDIR) @mkdir -p $(ABI_TMPDIR) @mkdir -p devel @cp lib/idn2.h $(ABI_TMPDIR) @abi-dumper lib/.libs/libidn2.so -o "./devel/ABI-$(VERSION)-$$(uname -m).dump" -public-headers $(ABI_TMPDIR) @rm -rf $(ABI_TMPDIR) dist-hook: abi-check rm -f ChangeLog make ChangeLog .PHONY: abi-dump abi-check fuzz-coverage: clean $(MAKE) -C gl CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" $(MAKE) -C unistring CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" $(MAKE) -C lib CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" $(MAKE) -C fuzz check CFLAGS="$(CFLAGS) --coverage" LDFLAGS="$(LDFLAGS) --coverage" lcov --capture --initial --directory lib --directory fuzz --output-file $(LCOV_INFO) lcov --capture --directory lib --directory fuzz --output-file $(LCOV_INFO) # lcov --remove $(LCOV_INFO) '*/test_linking.c' '*/css_tokenizer.lex' '*/' -o $(LCOV_INFO) genhtml --prefix . --ignore-errors source $(LCOV_INFO) --legend --title "fuzz coverage" --output-directory=lcov @echo @echo "You can now view the coverage report with 'xdg-open lcov/index.html'" # 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: libidn2-2.0.4/libidn2.pc.in0000644000000000000000000000041513042633416012205 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ includedir=@includedir@ libdir=@libdir@ Name: libidn2 Description: Library implementing IDNA2008 and TR46 Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lidn2 Libs.private: @LTLIBICONV@ @LTLIBUNISTRING@ libidn2-2.0.4/COPYING0000644000000000000000000000302413030755565010772 00000000000000Libidn2 COPYING -- Licensing information. -*- outline -*- Copyright (C) 2011-2016 Simon Josefsson See the end for copying conditions. The source code for the C library (libidn2.a or libidn.so) are licensed under the terms of either the GNU General Public License version 2.0 or later (see the file COPYINGv2) or the GNU Lesser General Public License version 3.0 or later (see the file COPYING.LESSERv3), or both in parallel as here. The command line tool, self tests, examples, and other auxilliary files, are licensed under the GNU General Public License version 3.0 or later. The license of the Unicode character data files (which are parsed into static storage in the library) are documented in COPYING.unicode. Other files are licensed as indicated in each file. There may be exceptions to these general rules, see each file for precise information. ---------------------------------------------------------------------- This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this file. If not, see . libidn2-2.0.4/src/0000755000000000000000000000000013151533501010573 500000000000000libidn2-2.0.4/src/Makefile.am0000644000000000000000000000373713120756325012570 00000000000000# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . AM_CPPFLAGS = -I$(top_builddir)/gl -I$(top_srcdir)/gl AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/lib -I$(srcdir) AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = $(WARN_CFLAGS) if !HAVE_LIBUNISTRING AM_CPPFLAGS += -I$(top_srcdir)/unistring/ -I$(top_builddir)/unistring/ endif bin_PROGRAMS = idn2 idn2_SOURCES = idn2.c blurbs.h idn2_LDADD = libidn2_cmd.la ../lib/libidn2.la $(LTLIBUNISTRING) $(LIBS) # have idn2_noinstall linked with local libidn2 for testing # please do not remove ! check_PROGRAMS = idn2_noinstall idn2_noinstall_SOURCES = $(idn2_SOURCES) idn2_noinstall_LDFLAGS = -no-install idn2_noinstall_LDADD = $(idn2_LDADD) idn2.c: $(BUILT_SOURCES) noinst_LTLIBRARIES = libidn2_cmd.la libidn2_cmd_la_SOURCES = idn2.ggo idn2_cmd.c idn2_cmd.h libidn2_cmd_la_LIBADD = ../gl/libgnu.la $(LTLIBUNISTRING) libidn2_cmd_la_CFLAGS = if !HAVE_LIBUNISTRING libidn2_cmd_la_LIBADD += ../unistring/libunistring.la endif # pattern rule (%) needed for parallel make (-j) idn2_cmd%c idn2_cmd%h: idn2.ggo gengetopt --unamed-opts --no-handle-version --no-handle-help \ --set-package="idn2" \ --input $< --file-name idn2_cmd perl -pi -e 's/\[OPTIONS\]/\[OPTION\]/g' idn2_cmd.c perl -pi -e 's/\[FILES\]/\[STRING\]/g' idn2_cmd.c BUILT_SOURCES = idn2_cmd.c idn2_cmd.h MAINTAINERCLEANFILES = $(BUILT_SOURCES) libidn2-2.0.4/src/blurbs.h0000644000000000000000000010631113037156665012176 00000000000000/* blurbs.h - warranty and conditions blurbs Copyright (C) 2011-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #define GREETING \ "Copyright (C) 2011-2017 Simon Josefsson\n" \ "This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n" \ "This is free software, and you are welcome to redistribute it\n" \ "under certain conditions; type `show c' for details.\n\n" #define WARRANTY \ "THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n" \ "APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n" \ "HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n" \ "OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n" \ "THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n" \ "PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n" \ "IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n" \ "ALL NECESSARY SERVICING, REPAIR OR CORRECTION." #define CONDITIONS \ " TERMS AND CONDITIONS\n" \ "\n" \ " 0. Definitions.\n" \ "\n" \ " \"This License\" refers to version 3 of the GNU General Public License.\n" \ "\n" \ " \"Copyright\" also means copyright-like laws that apply to other kinds of\n" \ "works, such as semiconductor masks.\n" \ "\n" \ " \"The Program\" refers to any copyrightable work licensed under this\n" \ "License. Each licensee is addressed as \"you\". \"Licensees\" and\n" \ "\"recipients\" may be individuals or organizations.\n" \ "\n" \ " To \"modify\" a work means to copy from or adapt all or part of the work\n" \ "in a fashion requiring copyright permission, other than the making of an\n" \ "exact copy. The resulting work is called a \"modified version\" of the\n" \ "earlier work or a work \"based on\" the earlier work.\n" \ "\n" \ " A \"covered work\" means either the unmodified Program or a work based\n" \ "on the Program.\n" \ "\n" \ " To \"propagate\" a work means to do anything with it that, without\n" \ "permission, would make you directly or secondarily liable for\n" \ "infringement under applicable copyright law, except executing it on a\n" \ "computer or modifying a private copy. Propagation includes copying,\n" \ "distribution (with or without modification), making available to the\n" \ "public, and in some countries other activities as well.\n" \ "\n" \ " To \"convey\" a work means any kind of propagation that enables other\n" \ "parties to make or receive copies. Mere interaction with a user through\n" \ "a computer network, with no transfer of a copy, is not conveying.\n" \ "\n" \ " An interactive user interface displays \"Appropriate Legal Notices\"\n" \ "to the extent that it includes a convenient and prominently visible\n" \ "feature that (1) displays an appropriate copyright notice, and (2)\n" \ "tells the user that there is no warranty for the work (except to the\n" \ "extent that warranties are provided), that licensees may convey the\n" \ "work under this License, and how to view a copy of this License. If\n" \ "the interface presents a list of user commands or options, such as a\n" \ "menu, a prominent item in the list meets this criterion.\n" \ "\n" \ " 1. Source Code.\n" \ "\n" \ " The \"source code\" for a work means the preferred form of the work\n" \ "for making modifications to it. \"Object code\" means any non-source\n" \ "form of a work.\n" \ "\n" \ " A \"Standard Interface\" means an interface that either is an official\n" \ "standard defined by a recognized standards body, or, in the case of\n" \ "interfaces specified for a particular programming language, one that\n" \ "is widely used among developers working in that language.\n" \ "\n" \ " The \"System Libraries\" of an executable work include anything, other\n" \ "than the work as a whole, that (a) is included in the normal form of\n" \ "packaging a Major Component, but which is not part of that Major\n" \ "Component, and (b) serves only to enable use of the work with that\n" \ "Major Component, or to implement a Standard Interface for which an\n" \ "implementation is available to the public in source code form. A\n" \ "\"Major Component\", in this context, means a major essential component\n" \ "(kernel, window system, and so on) of the specific operating system\n" \ "(if any) on which the executable work runs, or a compiler used to\n" \ "produce the work, or an object code interpreter used to run it.\n" \ "\n" \ " The \"Corresponding Source\" for a work in object code form means all\n" \ "the source code needed to generate, install, and (for an executable\n" \ "work) run the object code and to modify the work, including scripts to\n" \ "control those activities. However, it does not include the work's\n" \ "System Libraries, or general-purpose tools or generally available free\n" \ "programs which are used unmodified in performing those activities but\n" \ "which are not part of the work. For example, Corresponding Source\n" \ "includes interface definition files associated with source files for\n" \ "the work, and the source code for shared libraries and dynamically\n" \ "linked subprograms that the work is specifically designed to require,\n" \ "such as by intimate data communication or control flow between those\n" \ "subprograms and other parts of the work.\n" \ "\n" \ " The Corresponding Source need not include anything that users\n" \ "can regenerate automatically from other parts of the Corresponding\n" \ "Source.\n" \ "\n" \ " The Corresponding Source for a work in source code form is that\n" \ "same work.\n" \ "\n" \ " 2. Basic Permissions.\n" \ "\n" \ " All rights granted under this License are granted for the term of\n" \ "copyright on the Program, and are irrevocable provided the stated\n" \ "conditions are met. This License explicitly affirms your unlimited\n" \ "permission to run the unmodified Program. The output from running a\n" \ "covered work is covered by this License only if the output, given its\n" \ "content, constitutes a covered work. This License acknowledges your\n" \ "rights of fair use or other equivalent, as provided by copyright law.\n" \ "\n" \ " You may make, run and propagate covered works that you do not\n" \ "convey, without conditions so long as your license otherwise remains\n" \ "in force. You may convey covered works to others for the sole purpose\n" \ "of having them make modifications exclusively for you, or provide you\n" \ "with facilities for running those works, provided that you comply with\n" \ "the terms of this License in conveying all material for which you do\n" \ "not control copyright. Those thus making or running the covered works\n" \ "for you must do so exclusively on your behalf, under your direction\n" \ "and control, on terms that prohibit them from making any copies of\n" \ "your copyrighted material outside their relationship with you.\n" \ "\n" \ " Conveying under any other circumstances is permitted solely under\n" \ "the conditions stated below. Sublicensing is not allowed; section 10\n" \ "makes it unnecessary.\n" \ "\n" \ " 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n" \ "\n" \ " No covered work shall be deemed part of an effective technological\n" \ "measure under any applicable law fulfilling obligations under article\n" \ "11 of the WIPO copyright treaty adopted on 20 December 1996, or\n" \ "similar laws prohibiting or restricting circumvention of such\n" \ "measures.\n" \ "\n" \ " When you convey a covered work, you waive any legal power to forbid\n" \ "circumvention of technological measures to the extent such circumvention\n" \ "is effected by exercising rights under this License with respect to\n" \ "the covered work, and you disclaim any intention to limit operation or\n" \ "modification of the work as a means of enforcing, against the work's\n" \ "users, your or third parties' legal rights to forbid circumvention of\n" \ "technological measures.\n" \ "\n" \ " 4. Conveying Verbatim Copies.\n" \ "\n" \ " You may convey verbatim copies of the Program's source code as you\n" \ "receive it, in any medium, provided that you conspicuously and\n" \ "appropriately publish on each copy an appropriate copyright notice;\n" \ "keep intact all notices stating that this License and any\n" \ "non-permissive terms added in accord with section 7 apply to the code;\n" \ "keep intact all notices of the absence of any warranty; and give all\n" \ "recipients a copy of this License along with the Program.\n" \ "\n" \ " You may charge any price or no price for each copy that you convey,\n" \ "and you may offer support or warranty protection for a fee.\n" \ "\n" \ " 5. Conveying Modified Source Versions.\n" \ "\n" \ " You may convey a work based on the Program, or the modifications to\n" \ "produce it from the Program, in the form of source code under the\n" \ "terms of section 4, provided that you also meet all of these conditions:\n" \ "\n" \ " a) The work must carry prominent notices stating that you modified\n" \ " it, and giving a relevant date.\n" \ "\n" \ " b) The work must carry prominent notices stating that it is\n" \ " released under this License and any conditions added under section\n" \ " 7. This requirement modifies the requirement in section 4 to\n" \ " \"keep intact all notices\".\n" \ "\n" \ " c) You must license the entire work, as a whole, under this\n" \ " License to anyone who comes into possession of a copy. This\n" \ " License will therefore apply, along with any applicable section 7\n" \ " additional terms, to the whole of the work, and all its parts,\n" \ " regardless of how they are packaged. This License gives no\n" \ " permission to license the work in any other way, but it does not\n" \ " invalidate such permission if you have separately received it.\n" \ "\n" \ " d) If the work has interactive user interfaces, each must display\n" \ " Appropriate Legal Notices; however, if the Program has interactive\n" \ " interfaces that do not display Appropriate Legal Notices, your\n" \ " work need not make them do so.\n" \ "\n" \ " A compilation of a covered work with other separate and independent\n" \ "works, which are not by their nature extensions of the covered work,\n" \ "and which are not combined with it such as to form a larger program,\n" \ "in or on a volume of a storage or distribution medium, is called an\n" \ "\"aggregate\" if the compilation and its resulting copyright are not\n" \ "used to limit the access or legal rights of the compilation's users\n" \ "beyond what the individual works permit. Inclusion of a covered work\n" \ "in an aggregate does not cause this License to apply to the other\n" \ "parts of the aggregate.\n" \ "\n" \ " 6. Conveying Non-Source Forms.\n" \ "\n" \ " You may convey a covered work in object code form under the terms\n" \ "of sections 4 and 5, provided that you also convey the\n" \ "machine-readable Corresponding Source under the terms of this License,\n" \ "in one of these ways:\n" \ "\n" \ " a) Convey the object code in, or embodied in, a physical product\n" \ " (including a physical distribution medium), accompanied by the\n" \ " Corresponding Source fixed on a durable physical medium\n" \ " customarily used for software interchange.\n" \ "\n" \ " b) Convey the object code in, or embodied in, a physical product\n" \ " (including a physical distribution medium), accompanied by a\n" \ " written offer, valid for at least three years and valid for as\n" \ " long as you offer spare parts or customer support for that product\n" \ " model, to give anyone who possesses the object code either (1) a\n" \ " copy of the Corresponding Source for all the software in the\n" \ " product that is covered by this License, on a durable physical\n" \ " medium customarily used for software interchange, for a price no\n" \ " more than your reasonable cost of physically performing this\n" \ " conveying of source, or (2) access to copy the\n" \ " Corresponding Source from a network server at no charge.\n" \ "\n" \ " c) Convey individual copies of the object code with a copy of the\n" \ " written offer to provide the Corresponding Source. This\n" \ " alternative is allowed only occasionally and noncommercially, and\n" \ " only if you received the object code with such an offer, in accord\n" \ " with subsection 6b.\n" \ "\n" \ " d) Convey the object code by offering access from a designated\n" \ " place (gratis or for a charge), and offer equivalent access to the\n" \ " Corresponding Source in the same way through the same place at no\n" \ " further charge. You need not require recipients to copy the\n" \ " Corresponding Source along with the object code. If the place to\n" \ " copy the object code is a network server, the Corresponding Source\n" \ " may be on a different server (operated by you or a third party)\n" \ " that supports equivalent copying facilities, provided you maintain\n" \ " clear directions next to the object code saying where to find the\n" \ " Corresponding Source. Regardless of what server hosts the\n" \ " Corresponding Source, you remain obligated to ensure that it is\n" \ " available for as long as needed to satisfy these requirements.\n" \ "\n" \ " e) Convey the object code using peer-to-peer transmission, provided\n" \ " you inform other peers where the object code and Corresponding\n" \ " Source of the work are being offered to the general public at no\n" \ " charge under subsection 6d.\n" \ "\n" \ " A separable portion of the object code, whose source code is excluded\n" \ "from the Corresponding Source as a System Library, need not be\n" \ "included in conveying the object code work.\n" \ "\n" \ " A \"User Product\" is either (1) a \"consumer product\", which means any\n" \ "tangible personal property which is normally used for personal, family,\n" \ "or household purposes, or (2) anything designed or sold for incorporation\n" \ "into a dwelling. In determining whether a product is a consumer product,\n" \ "doubtful cases shall be resolved in favor of coverage. For a particular\n" \ "product received by a particular user, \"normally used\" refers to a\n" \ "typical or common use of that class of product, regardless of the status\n" \ "of the particular user or of the way in which the particular user\n" \ "actually uses, or expects or is expected to use, the product. A product\n" \ "is a consumer product regardless of whether the product has substantial\n" \ "commercial, industrial or non-consumer uses, unless such uses represent\n" \ "the only significant mode of use of the product.\n" \ "\n" \ " \"Installation Information\" for a User Product means any methods,\n" \ "procedures, authorization keys, or other information required to install\n" \ "and execute modified versions of a covered work in that User Product from\n" \ "a modified version of its Corresponding Source. The information must\n" \ "suffice to ensure that the continued functioning of the modified object\n" \ "code is in no case prevented or interfered with solely because\n" \ "modification has been made.\n" \ "\n" \ " If you convey an object code work under this section in, or with, or\n" \ "specifically for use in, a User Product, and the conveying occurs as\n" \ "part of a transaction in which the right of possession and use of the\n" \ "User Product is transferred to the recipient in perpetuity or for a\n" \ "fixed term (regardless of how the transaction is characterized), the\n" \ "Corresponding Source conveyed under this section must be accompanied\n" \ "by the Installation Information. But this requirement does not apply\n" \ "if neither you nor any third party retains the ability to install\n" \ "modified object code on the User Product (for example, the work has\n" \ "been installed in ROM).\n" \ "\n" \ " The requirement to provide Installation Information does not include a\n" \ "requirement to continue to provide support service, warranty, or updates\n" \ "for a work that has been modified or installed by the recipient, or for\n" \ "the User Product in which it has been modified or installed. Access to a\n" \ "network may be denied when the modification itself materially and\n" \ "adversely affects the operation of the network or violates the rules and\n" \ "protocols for communication across the network.\n" \ "\n" \ " Corresponding Source conveyed, and Installation Information provided,\n" \ "in accord with this section must be in a format that is publicly\n" \ "documented (and with an implementation available to the public in\n" \ "source code form), and must require no special password or key for\n" \ "unpacking, reading or copying.\n" \ "\n" \ " 7. Additional Terms.\n" \ "\n" \ " \"Additional permissions\" are terms that supplement the terms of this\n" \ "License by making exceptions from one or more of its conditions.\n" \ "Additional permissions that are applicable to the entire Program shall\n" \ "be treated as though they were included in this License, to the extent\n" \ "that they are valid under applicable law. If additional permissions\n" \ "apply only to part of the Program, that part may be used separately\n" \ "under those permissions, but the entire Program remains governed by\n" \ "this License without regard to the additional permissions.\n" \ "\n" \ " When you convey a copy of a covered work, you may at your option\n" \ "remove any additional permissions from that copy, or from any part of\n" \ "it. (Additional permissions may be written to require their own\n" \ "removal in certain cases when you modify the work.) You may place\n" \ "additional permissions on material, added by you to a covered work,\n" \ "for which you have or can give appropriate copyright permission.\n" \ "\n" \ " Notwithstanding any other provision of this License, for material you\n" \ "add to a covered work, you may (if authorized by the copyright holders of\n" \ "that material) supplement the terms of this License with terms:\n" \ "\n" \ " a) Disclaiming warranty or limiting liability differently from the\n" \ " terms of sections 15 and 16 of this License; or\n" \ "\n" \ " b) Requiring preservation of specified reasonable legal notices or\n" \ " author attributions in that material or in the Appropriate Legal\n" \ " Notices displayed by works containing it; or\n" \ "\n" \ " c) Prohibiting misrepresentation of the origin of that material, or\n" \ " requiring that modified versions of such material be marked in\n" \ " reasonable ways as different from the original version; or\n" \ "\n" \ " d) Limiting the use for publicity purposes of names of licensors or\n" \ " authors of the material; or\n" \ "\n" \ " e) Declining to grant rights under trademark law for use of some\n" \ " trade names, trademarks, or service marks; or\n" \ "\n" \ " f) Requiring indemnification of licensors and authors of that\n" \ " material by anyone who conveys the material (or modified versions of\n" \ " it) with contractual assumptions of liability to the recipient, for\n" \ " any liability that these contractual assumptions directly impose on\n" \ " those licensors and authors.\n" \ "\n" \ " All other non-permissive additional terms are considered \"further\n" \ "restrictions\" within the meaning of section 10. If the Program as you\n" \ "received it, or any part of it, contains a notice stating that it is\n" \ "governed by this License along with a term that is a further\n" \ "restriction, you may remove that term. If a license document contains\n" \ "a further restriction but permits relicensing or conveying under this\n" \ "License, you may add to a covered work material governed by the terms\n" \ "of that license document, provided that the further restriction does\n" \ "not survive such relicensing or conveying.\n" \ "\n" \ " If you add terms to a covered work in accord with this section, you\n" \ "must place, in the relevant source files, a statement of the\n" \ "additional terms that apply to those files, or a notice indicating\n" \ "where to find the applicable terms.\n" \ "\n" \ " Additional terms, permissive or non-permissive, may be stated in the\n" \ "form of a separately written license, or stated as exceptions;\n" \ "the above requirements apply either way.\n" \ "\n" \ " 8. Termination.\n" \ "\n" \ " You may not propagate or modify a covered work except as expressly\n" \ "provided under this License. Any attempt otherwise to propagate or\n" \ "modify it is void, and will automatically terminate your rights under\n" \ "this License (including any patent licenses granted under the third\n" \ "paragraph of section 11).\n" \ "\n" \ " However, if you cease all violation of this License, then your\n" \ "license from a particular copyright holder is reinstated (a)\n" \ "provisionally, unless and until the copyright holder explicitly and\n" \ "finally terminates your license, and (b) permanently, if the copyright\n" \ "holder fails to notify you of the violation by some reasonable means\n" \ "prior to 60 days after the cessation.\n" \ "\n" \ " Moreover, your license from a particular copyright holder is\n" \ "reinstated permanently if the copyright holder notifies you of the\n" \ "violation by some reasonable means, this is the first time you have\n" \ "received notice of violation of this License (for any work) from that\n" \ "copyright holder, and you cure the violation prior to 30 days after\n" \ "your receipt of the notice.\n" \ "\n" \ " Termination of your rights under this section does not terminate the\n" \ "licenses of parties who have received copies or rights from you under\n" \ "this License. If your rights have been terminated and not permanently\n" \ "reinstated, you do not qualify to receive new licenses for the same\n" \ "material under section 10.\n" \ "\n" \ " 9. Acceptance Not Required for Having Copies.\n" \ "\n" \ " You are not required to accept this License in order to receive or\n" \ "run a copy of the Program. Ancillary propagation of a covered work\n" \ "occurring solely as a consequence of using peer-to-peer transmission\n" \ "to receive a copy likewise does not require acceptance. However,\n" \ "nothing other than this License grants you permission to propagate or\n" \ "modify any covered work. These actions infringe copyright if you do\n" \ "not accept this License. Therefore, by modifying or propagating a\n" \ "covered work, you indicate your acceptance of this License to do so.\n" \ "\n" \ " 10. Automatic Licensing of Downstream Recipients.\n" \ "\n" \ " Each time you convey a covered work, the recipient automatically\n" \ "receives a license from the original licensors, to run, modify and\n" \ "propagate that work, subject to this License. You are not responsible\n" \ "for enforcing compliance by third parties with this License.\n" \ "\n" \ " An \"entity transaction\" is a transaction transferring control of an\n" \ "organization, or substantially all assets of one, or subdividing an\n" \ "organization, or merging organizations. If propagation of a covered\n" \ "work results from an entity transaction, each party to that\n" \ "transaction who receives a copy of the work also receives whatever\n" \ "licenses to the work the party's predecessor in interest had or could\n" \ "give under the previous paragraph, plus a right to possession of the\n" \ "Corresponding Source of the work from the predecessor in interest, if\n" \ "the predecessor has it or can get it with reasonable efforts.\n" \ "\n" \ " You may not impose any further restrictions on the exercise of the\n" \ "rights granted or affirmed under this License. For example, you may\n" \ "not impose a license fee, royalty, or other charge for exercise of\n" \ "rights granted under this License, and you may not initiate litigation\n" \ "(including a cross-claim or counterclaim in a lawsuit) alleging that\n" \ "any patent claim is infringed by making, using, selling, offering for\n" \ "sale, or importing the Program or any portion of it.\n" \ "\n" \ " 11. Patents.\n" \ "\n" \ " A \"contributor\" is a copyright holder who authorizes use under this\n" \ "License of the Program or a work on which the Program is based. The\n" \ "work thus licensed is called the contributor's \"contributor version\".\n" \ "\n" \ " A contributor's \"essential patent claims\" are all patent claims\n" \ "owned or controlled by the contributor, whether already acquired or\n" \ "hereafter acquired, that would be infringed by some manner, permitted\n" \ "by this License, of making, using, or selling its contributor version,\n" \ "but do not include claims that would be infringed only as a\n" \ "consequence of further modification of the contributor version. For\n" \ "purposes of this definition, \"control\" includes the right to grant\n" \ "patent sublicenses in a manner consistent with the requirements of\n" \ "this License.\n" \ "\n" \ " Each contributor grants you a non-exclusive, worldwide, royalty-free\n" \ "patent license under the contributor's essential patent claims, to\n" \ "make, use, sell, offer for sale, import and otherwise run, modify and\n" \ "propagate the contents of its contributor version.\n" \ "\n" \ " In the following three paragraphs, a \"patent license\" is any express\n" \ "agreement or commitment, however denominated, not to enforce a patent\n" \ "(such as an express permission to practice a patent or covenant not to\n" \ "sue for patent infringement). To \"grant\" such a patent license to a\n" \ "party means to make such an agreement or commitment not to enforce a\n" \ "patent against the party.\n" \ "\n" \ " If you convey a covered work, knowingly relying on a patent license,\n" \ "and the Corresponding Source of the work is not available for anyone\n" \ "to copy, free of charge and under the terms of this License, through a\n" \ "publicly available network server or other readily accessible means,\n" \ "then you must either (1) cause the Corresponding Source to be so\n" \ "available, or (2) arrange to deprive yourself of the benefit of the\n" \ "patent license for this particular work, or (3) arrange, in a manner\n" \ "consistent with the requirements of this License, to extend the patent\n" \ "license to downstream recipients. \"Knowingly relying\" means you have\n" \ "actual knowledge that, but for the patent license, your conveying the\n" \ "covered work in a country, or your recipient's use of the covered work\n" \ "in a country, would infringe one or more identifiable patents in that\n" \ "country that you have reason to believe are valid.\n" \ "\n" \ " If, pursuant to or in connection with a single transaction or\n" \ "arrangement, you convey, or propagate by procuring conveyance of, a\n" \ "covered work, and grant a patent license to some of the parties\n" \ "receiving the covered work authorizing them to use, propagate, modify\n" \ "or convey a specific copy of the covered work, then the patent license\n" \ "you grant is automatically extended to all recipients of the covered\n" \ "work and works based on it.\n" \ "\n" \ " A patent license is \"discriminatory\" if it does not include within\n" \ "the scope of its coverage, prohibits the exercise of, or is\n" \ "conditioned on the non-exercise of one or more of the rights that are\n" \ "specifically granted under this License. You may not convey a covered\n" \ "work if you are a party to an arrangement with a third party that is\n" \ "in the business of distributing software, under which you make payment\n" \ "to the third party based on the extent of your activity of conveying\n" \ "the work, and under which the third party grants, to any of the\n" \ "parties who would receive the covered work from you, a discriminatory\n" \ "patent license (a) in connection with copies of the covered work\n" \ "conveyed by you (or copies made from those copies), or (b) primarily\n" \ "for and in connection with specific products or compilations that\n" \ "contain the covered work, unless you entered into that arrangement,\n" \ "or that patent license was granted, prior to 28 March 2007.\n" \ "\n" \ " Nothing in this License shall be construed as excluding or limiting\n" \ "any implied license or other defenses to infringement that may\n" \ "otherwise be available to you under applicable patent law.\n" \ "\n" \ " 12. No Surrender of Others' Freedom.\n" \ "\n" \ " If conditions are imposed on you (whether by court order, agreement or\n" \ "otherwise) that contradict the conditions of this License, they do not\n" \ "excuse you from the conditions of this License. If you cannot convey a\n" \ "covered work so as to satisfy simultaneously your obligations under this\n" \ "License and any other pertinent obligations, then as a consequence you may\n" \ "not convey it at all. For example, if you agree to terms that obligate you\n" \ "to collect a royalty for further conveying from those to whom you convey\n" \ "the Program, the only way you could satisfy both those terms and this\n" \ "License would be to refrain entirely from conveying the Program.\n" \ "\n" \ " 13. Use with the GNU Affero General Public License.\n" \ "\n" \ " Notwithstanding any other provision of this License, you have\n" \ "permission to link or combine any covered work with a work licensed\n" \ "under version 3 of the GNU Affero General Public License into a single\n" \ "combined work, and to convey the resulting work. The terms of this\n" \ "License will continue to apply to the part which is the covered work,\n" \ "but the special requirements of the GNU Affero General Public License,\n" \ "section 13, concerning interaction through a network will apply to the\n" \ "combination as such.\n" \ "\n" \ " 14. Revised Versions of this License.\n" \ "\n" \ " The Free Software Foundation may publish revised and/or new versions of\n" \ "the GNU General Public License from time to time. Such new versions will\n" \ "be similar in spirit to the present version, but may differ in detail to\n" \ "address new problems or concerns.\n" \ "\n" \ " Each version is given a distinguishing version number. If the\n" \ "Program specifies that a certain numbered version of the GNU General\n" \ "Public License \"or any later version\" applies to it, you have the\n" \ "option of following the terms and conditions either of that numbered\n" \ "version or of any later version published by the Free Software\n" \ "Foundation. If the Program does not specify a version number of the\n" \ "GNU General Public License, you may choose any version ever published\n" \ "by the Free Software Foundation.\n" \ "\n" \ " If the Program specifies that a proxy can decide which future\n" \ "versions of the GNU General Public License can be used, that proxy's\n" \ "public statement of acceptance of a version permanently authorizes you\n" \ "to choose that version for the Program.\n" \ "\n" \ " Later license versions may give you additional or different\n" \ "permissions. However, no additional obligations are imposed on any\n" \ "author or copyright holder as a result of your choosing to follow a\n" \ "later version.\n" \ "\n" \ " 15. Disclaimer of Warranty.\n" \ "\n" \ " THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n" \ "APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n" \ "HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n" \ "OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n" \ "THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n" \ "PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n" \ "IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n" \ "ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n" \ "\n" \ " 16. Limitation of Liability.\n" \ "\n" \ " IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n" \ "WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n" \ "THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n" \ "GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n" \ "USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n" \ "DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n" \ "PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n" \ "EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n" \ "SUCH DAMAGES.\n" \ "\n" \ " 17. Interpretation of Sections 15 and 16.\n" \ "\n" \ " If the disclaimer of warranty and limitation of liability provided\n" \ "above cannot be given local legal effect according to their terms,\n" \ "reviewing courts shall apply local law that most closely approximates\n" \ "an absolute waiver of all civil liability in connection with the\n" \ "Program, unless a warranty or assumption of liability accompanies a\n" \ "copy of the Program in return for a fee.\n" \ "\n" \ " END OF TERMS AND CONDITIONS\n" libidn2-2.0.4/src/idn2.c0000644000000000000000000001463013134401252011515 00000000000000/* idn2.c - command line interface to libidn2 Copyright (C) 2011-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* Gnulib headers. */ #include "error.h" #include "gettext.h" #define _(String) dgettext (PACKAGE, String) #include "progname.h" #include "version-etc.h" #include "idn2_cmd.h" #include "blurbs.h" #ifdef __cplusplus extern // define a global const variable in C++, C doesn't need it. #endif const char version_etc_copyright[] = /* Do *not* mark this string for translation. %s is a copyright symbol suitable for this locale, and %d is the copyright year. */ "Copyright %s %d Simon Josefsson."; static void usage (int status) { if (status != EXIT_SUCCESS) fprintf (stderr, _("Try `%s --help' for more information.\n"), program_name); else { printf (_("\ Usage: %s [OPTION]... [STRINGS]...\n\ "), program_name); fputs (_("\ Internationalized Domain Name (IDNA2008) convert STRINGS, or standard input.\n\ \n\ "), stdout); fputs (_("\ Command line interface to the Libidn2 implementation of IDNA2008.\n\ \n\ All strings are expected to be encoded in the locale charset.\n\ \n\ To process a string that starts with `-', for example `-foo', use `--'\n\ to signal the end of parameters, as in `idn2 --quiet -- -foo'.\n\ \n\ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ -h, --help Print help and exit\n\ -V, --version Print version and exit\n\ "), stdout); fputs (_("\ -d, --decode Decode (punycode) domain name\n\ -l, --lookup Lookup domain name (default)\n\ -r, --register Register label\n\ "), stdout); fputs (_("\ -T, --tr46t Enable TR46 transitional processing\n\ -N, --tr46nt Enable TR46 non-transitional processing\n\ --no-tr46 Disable TR46 processing\n\ "), stdout); fputs (_("\ --nostd3asciirules Disable STD3 ASCII rules\n\ --debug Print debugging information\n\ --quiet Silent operation\n\ "), stdout); emit_bug_reporting_address (); } exit (status); } static void hexdump (const char *prefix, const char *str) { uint8_t *u8; uint32_t *u32; size_t u32len; size_t i; u8 = u8_strconv_from_locale (str); if (u8) u32 = u8_to_u32 (u8, strlen ((char *) u8), NULL, &u32len); for (i = 0; i < strlen (str); i++) fprintf (stderr, "%s[%lu] = 0x%02x\n", prefix, (unsigned long) i, (unsigned) (str[i] & 0xFF)); if (u8 && strcmp (str, (char *) u8) != 0) for (i = 0; i < strlen ((char *) u8); i++) fprintf (stderr, "UTF-8 %s[%lu] = 0x%02x\n", prefix, (unsigned long) i, u8[i] & 0xFF); if (u8 && u32) for (i = 0; i < u32len; i++) fprintf (stderr, "UCS-4 %s[%lu] = U+%04x\n", prefix, (unsigned long) i, u32[i]); } static struct gengetopt_args_info args_info; static void process_input (char *readbuf, int flags) { size_t len = strlen (readbuf); char *output; const char *tag; int rc; if (len && readbuf[len - 1] == '\n') readbuf[len - 1] = '\0'; if (strcmp (readbuf, "show w") == 0) { puts (WARRANTY); return; } else if (strcmp (readbuf, "show c") == 0) { puts (CONDITIONS); return; } if (args_info.debug_given) hexdump ("input", readbuf); if (args_info.register_given) { rc = idn2_register_ul(readbuf, NULL, &output, flags); tag = "register"; } else if (args_info.decode_given) { rc = idn2_to_unicode_lzlz (readbuf, &output, 0); tag = "decode"; } else { rc = idn2_to_ascii_lz (readbuf, &output, flags); tag = "toAscii"; } if (rc == IDN2_OK) { if (args_info.debug_given) hexdump ("output", readbuf); printf ("%s\n", output); free (output); } else error (EXIT_FAILURE, 0, "%s: %s", tag, idn2_strerror (rc)); } int main (int argc, char *argv[]) { unsigned cmdn; int flags = IDN2_NONTRANSITIONAL; setlocale (LC_ALL, ""); set_program_name (argv[0]); bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); if (cmdline_parser (argc, argv, &args_info) != 0) return EXIT_FAILURE; if (args_info.version_given) { version_etc (stdout, "idn2", PACKAGE_NAME, VERSION, "Simon Josefsson", (char *) NULL); return EXIT_SUCCESS; } if (args_info.help_given) usage (EXIT_SUCCESS); if (!args_info.quiet_given && args_info.inputs_num == 0 && isatty (fileno (stdin))) fprintf (stderr, "%s %s\n" GREETING, PACKAGE, VERSION); if (args_info.debug_given) fprintf (stderr, _("Charset: %s\n"), locale_charset ()); if (!args_info.quiet_given && args_info.inputs_num == 0 && isatty (fileno (stdin))) fprintf (stderr, "%s", _("Type each input string on a line by itself, " "terminated by a newline character.\n")); if (args_info.tr46t_given) flags = IDN2_TRANSITIONAL; else if (args_info.tr46nt_given) flags = IDN2_NONTRANSITIONAL; else if (args_info.no_tr46_given) flags = 0; if (flags && args_info.usestd3asciirules_given) flags |= IDN2_USE_STD3_ASCII_RULES; for (cmdn = 0; cmdn < args_info.inputs_num; cmdn++) process_input (args_info.inputs[cmdn], flags | IDN2_NFC_INPUT); if (!cmdn) { char *buf = NULL; size_t bufsize = 0; while (getline (&buf, &bufsize, stdin) > 0) process_input (buf, flags); free (buf); } if (ferror (stdin)) error (EXIT_FAILURE, errno, "%s", _("input error")); cmdline_parser_free (&args_info); return EXIT_SUCCESS; } libidn2-2.0.4/src/idn2_cmd.h0000644000000000000000000002002613134402416012344 00000000000000/** @file idn2_cmd.h * @brief The header file for the command line option parser * generated by GNU Gengetopt version 2.22.6 * http://www.gnu.org/software/gengetopt. * DO NOT modify this file, since it can be overwritten * @author GNU Gengetopt by Lorenzo Bettini */ #ifndef IDN2_CMD_H #define IDN2_CMD_H /* If we use autoconf. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include /* for FILE */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef CMDLINE_PARSER_PACKAGE /** @brief the program name (used for printing errors) */ #define CMDLINE_PARSER_PACKAGE "idn2" #endif #ifndef CMDLINE_PARSER_PACKAGE_NAME /** @brief the complete program name (used for help and version) */ #define CMDLINE_PARSER_PACKAGE_NAME "idn2" #endif #ifndef CMDLINE_PARSER_VERSION /** @brief the program version */ #define CMDLINE_PARSER_VERSION VERSION #endif /** @brief Where the command line options are stored */ struct gengetopt_args_info { const char *help_help; /**< @brief Print help and exit help description. */ const char *version_help; /**< @brief Print version and exit help description. */ const char *decode_help; /**< @brief Decode (punycode) domain name help description. */ const char *lookup_help; /**< @brief Lookup domain name (default) help description. */ const char *register_help; /**< @brief Register label help description. */ int tr46t_flag; /**< @brief Enable TR46 transitional processing (default=off). */ const char *tr46t_help; /**< @brief Enable TR46 transitional processing help description. */ int tr46nt_flag; /**< @brief Enable TR46 non-transitional processing (default=off). */ const char *tr46nt_help; /**< @brief Enable TR46 non-transitional processing help description. */ int no_tr46_flag; /**< @brief Disable TR46 processing (default=off). */ const char *no_tr46_help; /**< @brief Disable TR46 processing help description. */ int usestd3asciirules_flag; /**< @brief Enable STD3 ASCII rules (default=off). */ const char *usestd3asciirules_help; /**< @brief Enable STD3 ASCII rules help description. */ int debug_flag; /**< @brief Print debugging information (default=off). */ const char *debug_help; /**< @brief Print debugging information help description. */ int quiet_flag; /**< @brief Silent operation (default=off). */ const char *quiet_help; /**< @brief Silent operation help description. */ unsigned int help_given ; /**< @brief Whether help was given. */ unsigned int version_given ; /**< @brief Whether version was given. */ unsigned int decode_given ; /**< @brief Whether decode was given. */ unsigned int lookup_given ; /**< @brief Whether lookup was given. */ unsigned int register_given ; /**< @brief Whether register was given. */ unsigned int tr46t_given ; /**< @brief Whether tr46t was given. */ unsigned int tr46nt_given ; /**< @brief Whether tr46nt was given. */ unsigned int no_tr46_given ; /**< @brief Whether no-tr46 was given. */ unsigned int usestd3asciirules_given ; /**< @brief Whether usestd3asciirules was given. */ unsigned int debug_given ; /**< @brief Whether debug was given. */ unsigned int quiet_given ; /**< @brief Whether quiet was given. */ char **inputs ; /**< @brief unamed options (options without names) */ unsigned inputs_num ; /**< @brief unamed options number */ } ; /** @brief The additional parameters to pass to parser functions */ struct cmdline_parser_params { int override; /**< @brief whether to override possibly already present options (default 0) */ int initialize; /**< @brief whether to initialize the option structure gengetopt_args_info (default 1) */ int check_required; /**< @brief whether to check that all required options were provided (default 1) */ int check_ambiguity; /**< @brief whether to check for options already specified in the option structure gengetopt_args_info (default 0) */ int print_errors; /**< @brief whether getopt_long should print an error message for a bad option (default 1) */ } ; /** @brief the purpose string of the program */ extern const char *gengetopt_args_info_purpose; /** @brief the usage string of the program */ extern const char *gengetopt_args_info_usage; /** @brief the description string of the program */ extern const char *gengetopt_args_info_description; /** @brief all the lines making the help output */ extern const char *gengetopt_args_info_help[]; /** * The command line parser * @param argc the number of command line options * @param argv the command line options * @param args_info the structure where option information will be stored * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser (int argc, char **argv, struct gengetopt_args_info *args_info); /** * The command line parser (version with additional parameters - deprecated) * @param argc the number of command line options * @param argv the command line options * @param args_info the structure where option information will be stored * @param override whether to override possibly already present options * @param initialize whether to initialize the option structure my_args_info * @param check_required whether to check that all required options were provided * @return 0 if everything went fine, NON 0 if an error took place * @deprecated use cmdline_parser_ext() instead */ int cmdline_parser2 (int argc, char **argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required); /** * The command line parser (version with additional parameters) * @param argc the number of command line options * @param argv the command line options * @param args_info the structure where option information will be stored * @param params additional parameters for the parser * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser_ext (int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params); /** * Save the contents of the option struct into an already open FILE stream. * @param outfile the stream where to dump options * @param args_info the option struct to dump * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser_dump(FILE *outfile, struct gengetopt_args_info *args_info); /** * Save the contents of the option struct into a (text) file. * This file can be read by the config file parser (if generated by gengetopt) * @param filename the file where to save * @param args_info the option struct to save * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info); /** * Print the help */ void cmdline_parser_print_help(void); /** * Print the version */ void cmdline_parser_print_version(void); /** * Initializes all the fields a cmdline_parser_params structure * to their default values * @param params the structure to initialize */ void cmdline_parser_params_init(struct cmdline_parser_params *params); /** * Allocates dynamically a cmdline_parser_params structure and initializes * all its fields to their default values * @return the created and initialized cmdline_parser_params structure */ struct cmdline_parser_params *cmdline_parser_params_create(void); /** * Initializes the passed gengetopt_args_info structure's fields * (also set default values for options that have a default) * @param args_info the structure to initialize */ void cmdline_parser_init (struct gengetopt_args_info *args_info); /** * Deallocates the string fields of the gengetopt_args_info structure * (but does not deallocate the structure itself) * @param args_info the structure to deallocate */ void cmdline_parser_free (struct gengetopt_args_info *args_info); /** * Checks that all the required options were specified * @param args_info the structure to check * @param prog_name the name of the program that will be used to print * possible errors * @return */ int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* IDN2_CMD_H */ libidn2-2.0.4/src/Makefile.in0000644000000000000000000013406013151533360012567 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HAVE_LIBUNISTRING_FALSE@am__append_1 = -I$(top_srcdir)/unistring/ -I$(top_builddir)/unistring/ bin_PROGRAMS = idn2$(EXEEXT) check_PROGRAMS = idn2_noinstall$(EXEEXT) @HAVE_LIBUNISTRING_FALSE@am__append_2 = ../unistring/libunistring.la subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libidn2_cmd_la_DEPENDENCIES = ../gl/libgnu.la $(am__DEPENDENCIES_1) \ $(am__append_2) am_libidn2_cmd_la_OBJECTS = libidn2_cmd_la-idn2_cmd.lo libidn2_cmd_la_OBJECTS = $(am_libidn2_cmd_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libidn2_cmd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libidn2_cmd_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ $@ am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_idn2_OBJECTS = idn2.$(OBJEXT) idn2_OBJECTS = $(am_idn2_OBJECTS) idn2_DEPENDENCIES = libidn2_cmd.la ../lib/libidn2.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__objects_1 = idn2.$(OBJEXT) am_idn2_noinstall_OBJECTS = $(am__objects_1) idn2_noinstall_OBJECTS = $(am_idn2_noinstall_OBJECTS) am__DEPENDENCIES_2 = libidn2_cmd.la ../lib/libidn2.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) idn2_noinstall_DEPENDENCIES = $(am__DEPENDENCIES_2) idn2_noinstall_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(idn2_noinstall_LDFLAGS) $(LDFLAGS) -o \ $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libidn2_cmd_la_SOURCES) $(idn2_SOURCES) \ $(idn2_noinstall_SOURCES) DIST_SOURCES = $(libidn2_cmd_la_SOURCES) $(idn2_SOURCES) \ $(idn2_noinstall_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AM_CPPFLAGS = -I$(top_builddir)/gl -I$(top_srcdir)/gl -I$(top_srcdir) \ -I$(top_builddir) -I$(top_builddir)/lib -I$(srcdir) \ -DLOCALEDIR=\"$(localedir)\" $(am__append_1) AM_CFLAGS = $(WARN_CFLAGS) idn2_SOURCES = idn2.c blurbs.h idn2_LDADD = libidn2_cmd.la ../lib/libidn2.la $(LTLIBUNISTRING) $(LIBS) idn2_noinstall_SOURCES = $(idn2_SOURCES) idn2_noinstall_LDFLAGS = -no-install idn2_noinstall_LDADD = $(idn2_LDADD) noinst_LTLIBRARIES = libidn2_cmd.la libidn2_cmd_la_SOURCES = idn2.ggo idn2_cmd.c idn2_cmd.h libidn2_cmd_la_LIBADD = ../gl/libgnu.la $(LTLIBUNISTRING) \ $(am__append_2) libidn2_cmd_la_CFLAGS = BUILT_SOURCES = idn2_cmd.c idn2_cmd.h MAINTAINERCLEANFILES = $(BUILT_SOURCES) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__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): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libidn2_cmd.la: $(libidn2_cmd_la_OBJECTS) $(libidn2_cmd_la_DEPENDENCIES) $(EXTRA_libidn2_cmd_la_DEPENDENCIES) $(AM_V_CCLD)$(libidn2_cmd_la_LINK) $(libidn2_cmd_la_OBJECTS) $(libidn2_cmd_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list idn2$(EXEEXT): $(idn2_OBJECTS) $(idn2_DEPENDENCIES) $(EXTRA_idn2_DEPENDENCIES) @rm -f idn2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(idn2_OBJECTS) $(idn2_LDADD) $(LIBS) idn2_noinstall$(EXEEXT): $(idn2_noinstall_OBJECTS) $(idn2_noinstall_DEPENDENCIES) $(EXTRA_idn2_noinstall_DEPENDENCIES) @rm -f idn2_noinstall$(EXEEXT) $(AM_V_CCLD)$(idn2_noinstall_LINK) $(idn2_noinstall_OBJECTS) $(idn2_noinstall_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idn2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libidn2_cmd_la-idn2_cmd.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libidn2_cmd_la-idn2_cmd.lo: idn2_cmd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libidn2_cmd_la_CFLAGS) $(CFLAGS) -MT libidn2_cmd_la-idn2_cmd.lo -MD -MP -MF $(DEPDIR)/libidn2_cmd_la-idn2_cmd.Tpo -c -o libidn2_cmd_la-idn2_cmd.lo `test -f 'idn2_cmd.c' || echo '$(srcdir)/'`idn2_cmd.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libidn2_cmd_la-idn2_cmd.Tpo $(DEPDIR)/libidn2_cmd_la-idn2_cmd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='idn2_cmd.c' object='libidn2_cmd_la-idn2_cmd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libidn2_cmd_la_CFLAGS) $(CFLAGS) -c -o libidn2_cmd_la-idn2_cmd.lo `test -f 'idn2_cmd.c' || echo '$(srcdir)/'`idn2_cmd.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ clean-libtool clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS 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 -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: all check check-am install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS .PRECIOUS: Makefile idn2.c: $(BUILT_SOURCES) # pattern rule (%) needed for parallel make (-j) idn2_cmd%c idn2_cmd%h: idn2.ggo gengetopt --unamed-opts --no-handle-version --no-handle-help \ --set-package="idn2" \ --input $< --file-name idn2_cmd perl -pi -e 's/\[OPTIONS\]/\[OPTION\]/g' idn2_cmd.c perl -pi -e 's/\[FILES\]/\[STRING\]/g' idn2_cmd.c # 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: libidn2-2.0.4/src/idn2_cmd.c0000644000000000000000000004551613134402416012352 00000000000000/* File autogenerated by gengetopt version 2.22.6 generated with the following command: gengetopt --unamed-opts --no-handle-version --no-handle-help --set-package=idn2 --input idn2.ggo --file-name idn2_cmd The developers of gengetopt consider the fixed text that goes in all gengetopt output files to be in the public domain: we make no copyright claims on it. */ /* If we use autoconf. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #ifndef FIX_UNUSED #define FIX_UNUSED(X) (void) (X) /* avoid warnings for unused params */ #endif #include #include "idn2_cmd.h" const char *gengetopt_args_info_purpose = ""; const char *gengetopt_args_info_usage = "Usage: idn2 [OPTION]... [STRING]..."; const char *gengetopt_args_info_versiontext = ""; const char *gengetopt_args_info_description = ""; const char *gengetopt_args_info_help[] = { " -h, --help Print help and exit", " -V, --version Print version and exit", " -d, --decode Decode (punycode) domain name", " -l, --lookup Lookup domain name (default)", " -r, --register Register label", " -T, --tr46t Enable TR46 transitional processing (default=off)", " -N, --tr46nt Enable TR46 non-transitional processing\n (default=off)", " --no-tr46 Disable TR46 processing (default=off)", " --usestd3asciirules Enable STD3 ASCII rules (default=off)", " --debug Print debugging information (default=off)", " --quiet Silent operation (default=off)", 0 }; typedef enum {ARG_NO , ARG_FLAG } cmdline_parser_arg_type; static void clear_given (struct gengetopt_args_info *args_info); static void clear_args (struct gengetopt_args_info *args_info); static int cmdline_parser_internal (int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params, const char *additional_error); static char * gengetopt_strdup (const char *s); static void clear_given (struct gengetopt_args_info *args_info) { args_info->help_given = 0 ; args_info->version_given = 0 ; args_info->decode_given = 0 ; args_info->lookup_given = 0 ; args_info->register_given = 0 ; args_info->tr46t_given = 0 ; args_info->tr46nt_given = 0 ; args_info->no_tr46_given = 0 ; args_info->usestd3asciirules_given = 0 ; args_info->debug_given = 0 ; args_info->quiet_given = 0 ; } static void clear_args (struct gengetopt_args_info *args_info) { FIX_UNUSED (args_info); args_info->tr46t_flag = 0; args_info->tr46nt_flag = 0; args_info->no_tr46_flag = 0; args_info->usestd3asciirules_flag = 0; args_info->debug_flag = 0; args_info->quiet_flag = 0; } static void init_args_info(struct gengetopt_args_info *args_info) { args_info->help_help = gengetopt_args_info_help[0] ; args_info->version_help = gengetopt_args_info_help[1] ; args_info->decode_help = gengetopt_args_info_help[2] ; args_info->lookup_help = gengetopt_args_info_help[3] ; args_info->register_help = gengetopt_args_info_help[4] ; args_info->tr46t_help = gengetopt_args_info_help[5] ; args_info->tr46nt_help = gengetopt_args_info_help[6] ; args_info->no_tr46_help = gengetopt_args_info_help[7] ; args_info->usestd3asciirules_help = gengetopt_args_info_help[8] ; args_info->debug_help = gengetopt_args_info_help[9] ; args_info->quiet_help = gengetopt_args_info_help[10] ; } void cmdline_parser_print_version (void) { printf ("%s %s\n", (strlen(CMDLINE_PARSER_PACKAGE_NAME) ? CMDLINE_PARSER_PACKAGE_NAME : CMDLINE_PARSER_PACKAGE), CMDLINE_PARSER_VERSION); if (strlen(gengetopt_args_info_versiontext) > 0) printf("\n%s\n", gengetopt_args_info_versiontext); } static void print_help_common(void) { cmdline_parser_print_version (); if (strlen(gengetopt_args_info_purpose) > 0) printf("\n%s\n", gengetopt_args_info_purpose); if (strlen(gengetopt_args_info_usage) > 0) printf("\n%s\n", gengetopt_args_info_usage); printf("\n"); if (strlen(gengetopt_args_info_description) > 0) printf("%s\n\n", gengetopt_args_info_description); } void cmdline_parser_print_help (void) { int i = 0; print_help_common(); while (gengetopt_args_info_help[i]) printf("%s\n", gengetopt_args_info_help[i++]); } void cmdline_parser_init (struct gengetopt_args_info *args_info) { clear_given (args_info); clear_args (args_info); init_args_info (args_info); args_info->inputs = 0; args_info->inputs_num = 0; } void cmdline_parser_params_init(struct cmdline_parser_params *params) { if (params) { params->override = 0; params->initialize = 1; params->check_required = 1; params->check_ambiguity = 0; params->print_errors = 1; } } struct cmdline_parser_params * cmdline_parser_params_create(void) { struct cmdline_parser_params *params = (struct cmdline_parser_params *)malloc(sizeof(struct cmdline_parser_params)); cmdline_parser_params_init(params); return params; } static void cmdline_parser_release (struct gengetopt_args_info *args_info) { unsigned int i; for (i = 0; i < args_info->inputs_num; ++i) free (args_info->inputs [i]); if (args_info->inputs_num) free (args_info->inputs); clear_given (args_info); } static void write_into_file(FILE *outfile, const char *opt, const char *arg, const char *values[]) { FIX_UNUSED (values); if (arg) { fprintf(outfile, "%s=\"%s\"\n", opt, arg); } else { fprintf(outfile, "%s\n", opt); } } int cmdline_parser_dump(FILE *outfile, struct gengetopt_args_info *args_info) { int i = 0; if (!outfile) { fprintf (stderr, "%s: cannot dump options to stream\n", CMDLINE_PARSER_PACKAGE); return EXIT_FAILURE; } if (args_info->help_given) write_into_file(outfile, "help", 0, 0 ); if (args_info->version_given) write_into_file(outfile, "version", 0, 0 ); if (args_info->decode_given) write_into_file(outfile, "decode", 0, 0 ); if (args_info->lookup_given) write_into_file(outfile, "lookup", 0, 0 ); if (args_info->register_given) write_into_file(outfile, "register", 0, 0 ); if (args_info->tr46t_given) write_into_file(outfile, "tr46t", 0, 0 ); if (args_info->tr46nt_given) write_into_file(outfile, "tr46nt", 0, 0 ); if (args_info->no_tr46_given) write_into_file(outfile, "no-tr46", 0, 0 ); if (args_info->usestd3asciirules_given) write_into_file(outfile, "usestd3asciirules", 0, 0 ); if (args_info->debug_given) write_into_file(outfile, "debug", 0, 0 ); if (args_info->quiet_given) write_into_file(outfile, "quiet", 0, 0 ); i = EXIT_SUCCESS; return i; } int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info) { FILE *outfile; int i = 0; outfile = fopen(filename, "w"); if (!outfile) { fprintf (stderr, "%s: cannot open file for writing: %s\n", CMDLINE_PARSER_PACKAGE, filename); return EXIT_FAILURE; } i = cmdline_parser_dump(outfile, args_info); fclose (outfile); return i; } void cmdline_parser_free (struct gengetopt_args_info *args_info) { cmdline_parser_release (args_info); } /** @brief replacement of strdup, which is not standard */ char * gengetopt_strdup (const char *s) { char *result = 0; if (!s) return result; result = (char*)malloc(strlen(s) + 1); if (result == (char*)0) return (char*)0; strcpy(result, s); return result; } int cmdline_parser (int argc, char **argv, struct gengetopt_args_info *args_info) { return cmdline_parser2 (argc, argv, args_info, 0, 1, 1); } int cmdline_parser_ext (int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params) { int result; result = cmdline_parser_internal (argc, argv, args_info, params, 0); if (result == EXIT_FAILURE) { cmdline_parser_free (args_info); exit (EXIT_FAILURE); } return result; } int cmdline_parser2 (int argc, char **argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required) { int result; struct cmdline_parser_params params; params.override = override; params.initialize = initialize; params.check_required = check_required; params.check_ambiguity = 0; params.print_errors = 1; result = cmdline_parser_internal (argc, argv, args_info, ¶ms, 0); if (result == EXIT_FAILURE) { cmdline_parser_free (args_info); exit (EXIT_FAILURE); } return result; } int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name) { FIX_UNUSED (args_info); FIX_UNUSED (prog_name); return EXIT_SUCCESS; } static char *package_name = 0; /** * @brief updates an option * @param field the generic pointer to the field to update * @param orig_field the pointer to the orig field * @param field_given the pointer to the number of occurrence of this option * @param prev_given the pointer to the number of occurrence already seen * @param value the argument for this option (if null no arg was specified) * @param possible_values the possible values for this option (if specified) * @param default_value the default value (in case the option only accepts fixed values) * @param arg_type the type of this option * @param check_ambiguity @see cmdline_parser_params.check_ambiguity * @param override @see cmdline_parser_params.override * @param no_free whether to free a possible previous value * @param multiple_option whether this is a multiple option * @param long_opt the corresponding long option * @param short_opt the corresponding short option (or '-' if none) * @param additional_error possible further error specification */ static int update_arg(void *field, char **orig_field, unsigned int *field_given, unsigned int *prev_given, char *value, const char *possible_values[], const char *default_value, cmdline_parser_arg_type arg_type, int check_ambiguity, int override, int no_free, int multiple_option, const char *long_opt, char short_opt, const char *additional_error) { char *stop_char = 0; const char *val = value; int found; FIX_UNUSED (field); stop_char = 0; found = 0; if (!multiple_option && prev_given && (*prev_given || (check_ambiguity && *field_given))) { if (short_opt != '-') fprintf (stderr, "%s: `--%s' (`-%c') option given more than once%s\n", package_name, long_opt, short_opt, (additional_error ? additional_error : "")); else fprintf (stderr, "%s: `--%s' option given more than once%s\n", package_name, long_opt, (additional_error ? additional_error : "")); return 1; /* failure */ } FIX_UNUSED (default_value); if (field_given && *field_given && ! override) return 0; if (prev_given) (*prev_given)++; if (field_given) (*field_given)++; if (possible_values) val = possible_values[found]; switch(arg_type) { case ARG_FLAG: *((int *)field) = !*((int *)field); break; default: break; }; /* store the original value */ switch(arg_type) { case ARG_NO: case ARG_FLAG: break; default: if (value && orig_field) { if (no_free) { *orig_field = value; } else { if (*orig_field) free (*orig_field); /* free previous string */ *orig_field = gengetopt_strdup (value); } } }; return 0; /* OK */ } int cmdline_parser_internal ( int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params, const char *additional_error) { int c; /* Character of the parsed option. */ int error_occurred = 0; struct gengetopt_args_info local_args_info; int override; int initialize; int check_required; int check_ambiguity; package_name = argv[0]; override = params->override; initialize = params->initialize; check_required = params->check_required; check_ambiguity = params->check_ambiguity; if (initialize) cmdline_parser_init (args_info); cmdline_parser_init (&local_args_info); optarg = 0; optind = 0; opterr = params->print_errors; optopt = '?'; while (1) { int option_index = 0; static struct option long_options[] = { { "help", 0, NULL, 'h' }, { "version", 0, NULL, 'V' }, { "decode", 0, NULL, 'd' }, { "lookup", 0, NULL, 'l' }, { "register", 0, NULL, 'r' }, { "tr46t", 0, NULL, 'T' }, { "tr46nt", 0, NULL, 'N' }, { "no-tr46", 0, NULL, 0 }, { "usestd3asciirules", 0, NULL, 0 }, { "debug", 0, NULL, 0 }, { "quiet", 0, NULL, 0 }, { 0, 0, 0, 0 } }; c = getopt_long (argc, argv, "hVdlrTN", long_options, &option_index); if (c == -1) break; /* Exit from `while (1)' loop. */ switch (c) { case 'h': /* Print help and exit. */ if (update_arg( 0 , 0 , &(args_info->help_given), &(local_args_info.help_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "help", 'h', additional_error)) goto failure; cmdline_parser_free (&local_args_info); return 0; break; case 'V': /* Print version and exit. */ if (update_arg( 0 , 0 , &(args_info->version_given), &(local_args_info.version_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "version", 'V', additional_error)) goto failure; cmdline_parser_free (&local_args_info); return 0; break; case 'd': /* Decode (punycode) domain name. */ if (update_arg( 0 , 0 , &(args_info->decode_given), &(local_args_info.decode_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "decode", 'd', additional_error)) goto failure; break; case 'l': /* Lookup domain name (default). */ if (update_arg( 0 , 0 , &(args_info->lookup_given), &(local_args_info.lookup_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "lookup", 'l', additional_error)) goto failure; break; case 'r': /* Register label. */ if (update_arg( 0 , 0 , &(args_info->register_given), &(local_args_info.register_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "register", 'r', additional_error)) goto failure; break; case 'T': /* Enable TR46 transitional processing. */ if (update_arg((void *)&(args_info->tr46t_flag), 0, &(args_info->tr46t_given), &(local_args_info.tr46t_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "tr46t", 'T', additional_error)) goto failure; break; case 'N': /* Enable TR46 non-transitional processing. */ if (update_arg((void *)&(args_info->tr46nt_flag), 0, &(args_info->tr46nt_given), &(local_args_info.tr46nt_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "tr46nt", 'N', additional_error)) goto failure; break; case 0: /* Long option with no short option */ /* Disable TR46 processing. */ if (strcmp (long_options[option_index].name, "no-tr46") == 0) { if (update_arg((void *)&(args_info->no_tr46_flag), 0, &(args_info->no_tr46_given), &(local_args_info.no_tr46_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "no-tr46", '-', additional_error)) goto failure; } /* Enable STD3 ASCII rules. */ else if (strcmp (long_options[option_index].name, "usestd3asciirules") == 0) { if (update_arg((void *)&(args_info->usestd3asciirules_flag), 0, &(args_info->usestd3asciirules_given), &(local_args_info.usestd3asciirules_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "usestd3asciirules", '-', additional_error)) goto failure; } /* Print debugging information. */ else if (strcmp (long_options[option_index].name, "debug") == 0) { if (update_arg((void *)&(args_info->debug_flag), 0, &(args_info->debug_given), &(local_args_info.debug_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "debug", '-', additional_error)) goto failure; } /* Silent operation. */ else if (strcmp (long_options[option_index].name, "quiet") == 0) { if (update_arg((void *)&(args_info->quiet_flag), 0, &(args_info->quiet_given), &(local_args_info.quiet_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "quiet", '-', additional_error)) goto failure; } break; case '?': /* Invalid option. */ /* `getopt_long' already printed an error message. */ goto failure; default: /* bug: option not considered. */ fprintf (stderr, "%s: option unknown: %c%s\n", CMDLINE_PARSER_PACKAGE, c, (additional_error ? additional_error : "")); abort (); } /* switch */ } /* while */ cmdline_parser_release (&local_args_info); if ( error_occurred ) return (EXIT_FAILURE); if (optind < argc) { int i = 0 ; int found_prog_name = 0; /* whether program name, i.e., argv[0], is in the remaining args (this may happen with some implementations of getopt, but surely not with the one included by gengetopt) */ i = optind; while (i < argc) if (argv[i++] == argv[0]) { found_prog_name = 1; break; } i = 0; args_info->inputs_num = argc - optind - found_prog_name; args_info->inputs = (char **)(malloc ((args_info->inputs_num)*sizeof(char *))) ; while (optind < argc) if (argv[optind++] != argv[0]) args_info->inputs[ i++ ] = gengetopt_strdup (argv[optind-1]) ; } return 0; failure: cmdline_parser_release (&local_args_info); return (EXIT_FAILURE); } libidn2-2.0.4/src/idn2.ggo0000644000000000000000000000222513134401252012044 00000000000000# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . option "decode" d "Decode (punycode) domain name" no option "lookup" l "Lookup domain name (default)" no option "register" r "Register label" no option "tr46t" T "Enable TR46 transitional processing" flag off option "tr46nt" N "Enable TR46 non-transitional processing" flag off option "no-tr46" - "Disable TR46 processing" flag off option "usestd3asciirules" - "Enable STD3 ASCII rules" flag off option "debug" - "Print debugging information" flag off option "quiet" - "Silent operation" flag off libidn2-2.0.4/INSTALL0000644000000000000000000003661413150763762011004 00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell command './configure && make && make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the 'README' file for instructions specific to this package. Some packages provide this 'INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The 'configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a 'Makefile' in each directory of the package. It may also create one or more '.h' files containing system-dependent definitions. Finally, it creates a shell script 'config.status' that you can run in the future to recreate the current configuration, and a file 'config.log' containing compiler output (useful mainly for debugging 'configure'). It can also use an optional file (typically called 'config.cache' and enabled with '--cache-file=config.cache' or simply '-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how 'configure' could check whether to do them, and mail diffs or instructions to the address given in the 'README' so they can be considered for the next release. If you are using the cache, and at some point 'config.cache' contains results you don't want to keep, you may remove or edit it. The file 'configure.ac' (or 'configure.in') is used to create 'configure' by a program called 'autoconf'. You need 'configure.ac' if you want to change it or regenerate 'configure' using a newer version of 'autoconf'. The simplest way to compile this package is: 1. 'cd' to the directory containing the package's source code and type './configure' to configure the package for your system. Running 'configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type 'make' to compile the package. 3. Optionally, type 'make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type 'make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the 'make install' phase executed with root privileges. 5. Optionally, type 'make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior 'make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing 'make clean'. To also remove the files that 'configure' created (so you can compile the package for a different kind of computer), type 'make distclean'. There is also a 'make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type 'make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide 'make distcheck', which can by used by developers to test that all other targets like 'make install' and 'make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the 'configure' script does not know about. Run './configure --help' for details on some of the pertinent environment variables. You can give 'configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU 'make'. 'cd' to the directory where you want the object files and executables to go and run the 'configure' script. 'configure' automatically checks for the source code in the directory that 'configure' is in and in '..'. This is known as a "VPATH" build. With a non-GNU 'make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use 'make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple '-arch' options to the compiler but only a single '-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the 'lipo' tool if you have problems. Installation Names ================== By default, 'make install' installs the package's commands under '/usr/local/bin', include files under '/usr/local/include', etc. You can specify an installation prefix other than '/usr/local' by giving 'configure' the option '--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option '--exec-prefix=PREFIX' to 'configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like '--bindir=DIR' to specify different values for particular kinds of files. Run 'configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of '${prefix}', so that specifying just '--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to 'configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the 'make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, 'make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of '${prefix}'. Any directories that were specified during 'configure', but not in terms of '${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the 'DESTDIR' variable. For example, 'make install DESTDIR=/alternate/directory' will prepend '/alternate/directory' before all installation names. The approach of 'DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of '${prefix}' at 'configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving 'configure' the option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'. Some packages pay attention to '--enable-FEATURE' options to 'configure', where FEATURE indicates an optional part of the package. They may also pay attention to '--with-PACKAGE' options, where PACKAGE is something like 'gnu-as' or 'x' (for the X Window System). The 'README' should mention any '--enable-' and '--with-' options that the package recognizes. For packages that use the X Window System, 'configure' can usually find the X include and library files automatically, but if it doesn't, you can use the 'configure' options '--x-includes=DIR' and '--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of 'make' will be. For these packages, running './configure --enable-silent-rules' sets the default to minimal output, which can be overridden with 'make V=1'; while running './configure --disable-silent-rules' sets the default to verbose, which can be overridden with 'make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX 'make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its '' header file. The option '-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put '/usr/ucb' early in your 'PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in '/usr/bin'. So, if you need '/usr/ucb' in your 'PATH', put it _after_ '/usr/bin'. On Haiku, software installed for all users goes in '/boot/common', not '/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features 'configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, 'configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the '--build=TYPE' option. TYPE can either be a short name for the system type, such as 'sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file 'config.sub' for the possible values of each field. If 'config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option '--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with '--host=TYPE'. Sharing Defaults ================ If you want to set default values for 'configure' scripts to share, you can create a site shell script called 'config.site' that gives default values for variables like 'CC', 'cache_file', and 'prefix'. 'configure' looks for 'PREFIX/share/config.site' if it exists, then 'PREFIX/etc/config.site' if it exists. Or, you can set the 'CONFIG_SITE' environment variable to the location of the site script. A warning: not all 'configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to 'configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the 'configure' command line, using 'VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified 'gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an Autoconf limitation. Until the limitation is lifted, you can use this workaround: CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash 'configure' Invocation ====================== 'configure' recognizes the following options to control how it operates. '--help' '-h' Print a summary of all of the options to 'configure', and exit. '--help=short' '--help=recursive' Print a summary of the options unique to this package's 'configure', and exit. The 'short' variant lists options used only in the top level, while the 'recursive' variant lists options also present in any nested packages. '--version' '-V' Print the version of Autoconf used to generate the 'configure' script, and exit. '--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally 'config.cache'. FILE defaults to '/dev/null' to disable caching. '--config-cache' '-C' Alias for '--cache-file=config.cache'. '--quiet' '--silent' '-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to '/dev/null' (any error messages will still be shown). '--srcdir=DIR' Look for the package's source code in directory DIR. Usually 'configure' can determine that directory automatically. '--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. '--no-create' '-n' Run the configure checks, but stop before creating any output files. 'configure' also accepts some other, not widely useful, options. Run 'configure --help' for more details. libidn2-2.0.4/doc/0000755000000000000000000000000013151533502010552 500000000000000libidn2-2.0.4/doc/texi/0000755000000000000000000000000013151533502011523 500000000000000libidn2-2.0.4/doc/texi/lookup.c.texi0000644000000000000000000001631213151533443014077 00000000000000@subheading idn2_lookup_u8 @anchor{idn2_lookup_u8} @deftypefun {int} {idn2_lookup_u8} (const uint8_t * @var{src}, uint8_t ** @var{lookupname}, int @var{flags}) @var{src}: input zero-terminated UTF-8 string in Unicode NFC normalized form. @var{lookupname}: newly allocated output variable with name to lookup in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 lookup string conversion on domain name @code{src} , as described in section 5 of RFC 5891. Note that the input string must be encoded in UTF-8 and be in Unicode NFC form. Pass @code{IDN2_NFC_INPUT} in @code{flags} to convert input to NFC form before further processing. @code{IDN2_TRANSITIONAL} and @code{IDN2_NONTRANSITIONAL} do already imply @code{IDN2_NFC_INPUT} . Pass @code{IDN2_ALABEL_ROUNDTRIP} in @code{flags} to convert any input A-labels to U-labels and perform additional testing (not implemented yet). Pass @code{IDN2_TRANSITIONAL} to enable Unicode TR46 transitional processing, and @code{IDN2_NONTRANSITIONAL} to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together. After version 2.0.3: @code{IDN2_USE_STD3_ASCII_RULES} disabled by default. Previously we were eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use @code{IDN2_USE_STD3_ASCII_RULES} to enable that behavior again. After version 0.11: @code{lookupname} may be NULL to test lookup of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, if the output domain or any label would have been too long @code{IDN2_TOO_BIG_DOMAIN} or @code{IDN2_TOO_BIG_LABEL} is returned, or another error code is returned. @strong{Since:} 0.1 @end deftypefun @subheading idn2_lookup_ul @anchor{idn2_lookup_ul} @deftypefun {int} {idn2_lookup_ul} (const char * @var{src}, char ** @var{lookupname}, int @var{flags}) @var{src}: input zero-terminated locale encoded string. @var{lookupname}: newly allocated output variable with name to lookup in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 lookup string conversion on domain name @code{src} , as described in section 5 of RFC 5891. Note that the input is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF-8 and NFC normalized by this function. Pass @code{IDN2_ALABEL_ROUNDTRIP} in @code{flags} to convert any input A-labels to U-labels and perform additional testing. Pass @code{IDN2_TRANSITIONAL} to enable Unicode TR46 transitional processing, and @code{IDN2_NONTRANSITIONAL} to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together, for example @code{IDN2_ALABEL_ROUNDTRIP} | @code{IDN2_NONTRANSITIONAL} . The @code{IDN2_NFC_INPUT} in @code{flags} is always enabled in this function. After version 0.11: @code{lookupname} may be NULL to test lookup of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, if conversion from locale to UTF-8 fails then @code{IDN2_ICONV_FAIL} is returned, if the output domain or any label would have been too long @code{IDN2_TOO_BIG_DOMAIN} or @code{IDN2_TOO_BIG_LABEL} is returned, or another error code is returned. @strong{Since:} 0.1 @end deftypefun @subheading idn2_to_ascii_4i @anchor{idn2_to_ascii_4i} @deftypefun {int} {idn2_to_ascii_4i} (const uint32_t * @var{input}, size_t @var{inlen}, char * @var{output}, int @var{flags}) @var{input}: zero terminated input Unicode (UCS-4) string. @var{inlen}: number of elements in @code{input} . @var{output}: pointer to newly allocated zero-terminated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. The ToASCII operation takes a sequence of Unicode code points that make up one domain label and transforms it into a sequence of code points in the ASCII range (0..7F). If ToASCII succeeds, the original sequence and the resulting sequence are equivalent labels. It is important to note that the ToASCII operation can fail. ToASCII fails if any step of it fails. If any step of the ToASCII operation fails on any label in a domain name, that domain name MUST NOT be used as an internationalized domain name. The method for dealing with this failure is application-specific. The inputs to ToASCII are a sequence of code points. ToASCII never alters a sequence of code points that are all in the ASCII range to begin with (although it could fail). Applying the ToASCII operation multiple effect as applying it just once. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. Return value: Returns @code{IDN2_OK} on success, or error code. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_ascii_4z @anchor{idn2_to_ascii_4z} @deftypefun {int} {idn2_to_ascii_4z} (const uint32_t * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: zero terminated input Unicode (UCS-4) string. @var{output}: pointer to newly allocated zero-terminated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Convert UCS-4 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. Return value: Returns @code{IDN2_OK} on success, or error code. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_ascii_8z @anchor{idn2_to_ascii_8z} @deftypefun {int} {idn2_to_ascii_8z} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: zero terminated input UTF-8 string. @var{output}: pointer to newly allocated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Convert UTF-8 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. Return value: Returns @code{IDN2_OK} on success, or error code. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_ascii_lz @anchor{idn2_to_ascii_lz} @deftypefun {int} {idn2_to_ascii_lz} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: zero terminated input UTF-8 string. @var{output}: pointer to newly allocated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Convert a domain name in locale's encoding to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. @strong{Returns:} @code{IDN2_OK} on success, or error code. Same as described in @code{idn2_lookup_ul()} documentation. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_ascii_4i.texi0000644000000000000000000000271213151533443015446 00000000000000@subheading idn2_to_ascii_4i @anchor{idn2_to_ascii_4i} @deftypefun {int} {idn2_to_ascii_4i} (const uint32_t * @var{input}, size_t @var{inlen}, char * @var{output}, int @var{flags}) @var{input}: zero terminated input Unicode (UCS-4) string. @var{inlen}: number of elements in @code{input} . @var{output}: pointer to newly allocated zero-terminated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. The ToASCII operation takes a sequence of Unicode code points that make up one domain label and transforms it into a sequence of code points in the ASCII range (0..7F). If ToASCII succeeds, the original sequence and the resulting sequence are equivalent labels. It is important to note that the ToASCII operation can fail. ToASCII fails if any step of it fails. If any step of the ToASCII operation fails on any label in a domain name, that domain name MUST NOT be used as an internationalized domain name. The method for dealing with this failure is application-specific. The inputs to ToASCII are a sequence of code points. ToASCII never alters a sequence of code points that are all in the ASCII range to begin with (although it could fail). Applying the ToASCII operation multiple effect as applying it just once. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. Return value: Returns @code{IDN2_OK} on success, or error code. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_ascii_4z.texi0000644000000000000000000000140713151533443015467 00000000000000@subheading idn2_to_ascii_4z @anchor{idn2_to_ascii_4z} @deftypefun {int} {idn2_to_ascii_4z} (const uint32_t * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: zero terminated input Unicode (UCS-4) string. @var{output}: pointer to newly allocated zero-terminated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Convert UCS-4 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. Return value: Returns @code{IDN2_OK} on success, or error code. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_lookup_ul.texi0000644000000000000000000000307513151533443015274 00000000000000@subheading idn2_lookup_ul @anchor{idn2_lookup_ul} @deftypefun {int} {idn2_lookup_ul} (const char * @var{src}, char ** @var{lookupname}, int @var{flags}) @var{src}: input zero-terminated locale encoded string. @var{lookupname}: newly allocated output variable with name to lookup in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 lookup string conversion on domain name @code{src} , as described in section 5 of RFC 5891. Note that the input is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF-8 and NFC normalized by this function. Pass @code{IDN2_ALABEL_ROUNDTRIP} in @code{flags} to convert any input A-labels to U-labels and perform additional testing. Pass @code{IDN2_TRANSITIONAL} to enable Unicode TR46 transitional processing, and @code{IDN2_NONTRANSITIONAL} to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together, for example @code{IDN2_ALABEL_ROUNDTRIP} | @code{IDN2_NONTRANSITIONAL} . The @code{IDN2_NFC_INPUT} in @code{flags} is always enabled in this function. After version 0.11: @code{lookupname} may be NULL to test lookup of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, if conversion from locale to UTF-8 fails then @code{IDN2_ICONV_FAIL} is returned, if the output domain or any label would have been too long @code{IDN2_TOO_BIG_DOMAIN} or @code{IDN2_TOO_BIG_LABEL} is returned, or another error code is returned. @strong{Since:} 0.1 @end deftypefun libidn2-2.0.4/doc/texi/idn2_lookup_u8.texi0000644000000000000000000000364013151533443015206 00000000000000@subheading idn2_lookup_u8 @anchor{idn2_lookup_u8} @deftypefun {int} {idn2_lookup_u8} (const uint8_t * @var{src}, uint8_t ** @var{lookupname}, int @var{flags}) @var{src}: input zero-terminated UTF-8 string in Unicode NFC normalized form. @var{lookupname}: newly allocated output variable with name to lookup in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 lookup string conversion on domain name @code{src} , as described in section 5 of RFC 5891. Note that the input string must be encoded in UTF-8 and be in Unicode NFC form. Pass @code{IDN2_NFC_INPUT} in @code{flags} to convert input to NFC form before further processing. @code{IDN2_TRANSITIONAL} and @code{IDN2_NONTRANSITIONAL} do already imply @code{IDN2_NFC_INPUT} . Pass @code{IDN2_ALABEL_ROUNDTRIP} in @code{flags} to convert any input A-labels to U-labels and perform additional testing (not implemented yet). Pass @code{IDN2_TRANSITIONAL} to enable Unicode TR46 transitional processing, and @code{IDN2_NONTRANSITIONAL} to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together. After version 2.0.3: @code{IDN2_USE_STD3_ASCII_RULES} disabled by default. Previously we were eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use @code{IDN2_USE_STD3_ASCII_RULES} to enable that behavior again. After version 0.11: @code{lookupname} may be NULL to test lookup of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, if the output domain or any label would have been too long @code{IDN2_TOO_BIG_DOMAIN} or @code{IDN2_TOO_BIG_LABEL} is returned, or another error code is returned. @strong{Since:} 0.1 @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_ascii_8z.texi0000644000000000000000000000135113151533443015471 00000000000000@subheading idn2_to_ascii_8z @anchor{idn2_to_ascii_8z} @deftypefun {int} {idn2_to_ascii_8z} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: zero terminated input UTF-8 string. @var{output}: pointer to newly allocated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Convert UTF-8 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. Return value: Returns @code{IDN2_OK} on success, or error code. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_register_ul.texi0000644000000000000000000000305213151533443015602 00000000000000@subheading idn2_register_ul @anchor{idn2_register_ul} @deftypefun {int} {idn2_register_ul} (const char * @var{ulabel}, const char * @var{alabel}, char ** @var{insertname}, int @var{flags}) @var{ulabel}: input zero-terminated locale encoded string, or NULL. @var{alabel}: input zero-terminated ACE encoded string (xn--), or NULL. @var{insertname}: newly allocated output variable with name to register in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 register string conversion on domain label @code{ulabel} and @code{alabel} , as described in section 4 of RFC 5891. Note that the input @code{ulabel} is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF-8 and NFC normalized by this function. It is recommended to supply both @code{ulabel} and @code{alabel} for better error checking, but supplying just one of them will work. Passing in only @code{alabel} is better than only @code{ulabel} . See RFC 5891 section 4 for more information. After version 0.11: @code{insertname} may be NULL to test conversion of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, when the given @code{ulabel} and @code{alabel} does not match each other @code{IDN2_UALABEL_MISMATCH} is returned, when either of the input labels are too long @code{IDN2_TOO_BIG_LABEL} is returned, when @code{alabel} does does not appear to be a proper A-label @code{IDN2_INVALID_ALABEL} is returned, or another error code is returned. @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_unicode_8z4z.texi0000644000000000000000000000123613151533443016307 00000000000000@subheading idn2_to_unicode_8z4z @anchor{idn2_to_unicode_8z4z} @deftypefun {int} {idn2_to_unicode_8z4z} (const char * @var{input}, uint32_t ** @var{output}, G_GNUC_UNUSED int @var{flags}) @var{input}: Input zero-terminated UTF-8 string. @var{output}: Newly allocated UTF-32/UCS-4 output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-32 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_strerror.texi0000644000000000000000000000055413151533443015144 00000000000000@subheading idn2_strerror @anchor{idn2_strerror} @deftypefun {const char *} {idn2_strerror} (int @var{rc}) @var{rc}: return code from another libidn2 function. Convert internal libidn2 error code to a humanly readable string. The returned pointer must not be de-allocated by the caller. Return value: A humanly readable string describing error. @end deftypefun libidn2-2.0.4/doc/texi/decode.c.texi0000644000000000000000000001055513151533443014014 00000000000000@subheading idn2_to_unicode_8z4z @anchor{idn2_to_unicode_8z4z} @deftypefun {int} {idn2_to_unicode_8z4z} (const char * @var{input}, uint32_t ** @var{output}, G_GNUC_UNUSED int @var{flags}) @var{input}: Input zero-terminated UTF-8 string. @var{output}: Newly allocated UTF-32/UCS-4 output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-32 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_unicode_4z4z @anchor{idn2_to_unicode_4z4z} @deftypefun {int} {idn2_to_unicode_4z4z} (const uint32_t * @var{input}, uint32_t ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated UTF-32 string. @var{output}: Newly allocated UTF-32 output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-32 format into a UTF-32 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_unicode_44i @anchor{idn2_to_unicode_44i} @deftypefun {int} {idn2_to_unicode_44i} (const uint32_t * @var{in}, size_t @var{inlen}, uint32_t * @var{out}, size_t * @var{outlen}, int @var{flags}) @var{in}: Input array with UTF-32 code points. @var{inlen}: number of code points of input array @var{out}: output array with UTF-32 code points. @var{outlen}: on input, maximum size of output array with UTF-32 code points, on exit, actual size of output array with UTF-32 code points. @var{flags}: optional @code{idn2_flags} to modify behaviour. The ToUnicode operation takes a sequence of UTF-32 code points that make up one domain label and returns a sequence of UTF-32 code points. If the input sequence is a label in ACE form, then the result is an equivalent internationalized label that is not in ACE form, otherwise the original sequence is returned unaltered. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_unicode_8z8z @anchor{idn2_to_unicode_8z8z} @deftypefun {int} {idn2_to_unicode_8z8z} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated UTF-8 string. @var{output}: Newly allocated UTF-8 output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-8 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_unicode_8zlz @anchor{idn2_to_unicode_8zlz} @deftypefun {int} {idn2_to_unicode_8zlz} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated UTF-8 string. @var{output}: Newly allocated output string in current locale's character set. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun @subheading idn2_to_unicode_lzlz @anchor{idn2_to_unicode_lzlz} @deftypefun {int} {idn2_to_unicode_lzlz} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated string encoded in the current locale's character set. @var{output}: Newly allocated output string in current locale's character set. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in the locale's character set into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/register.c.texi0000644000000000000000000000621113151533443014407 00000000000000@subheading idn2_register_u8 @anchor{idn2_register_u8} @deftypefun {int} {idn2_register_u8} (const uint8_t * @var{ulabel}, const uint8_t * @var{alabel}, uint8_t ** @var{insertname}, int @var{flags}) @var{ulabel}: input zero-terminated UTF-8 and Unicode NFC string, or NULL. @var{alabel}: input zero-terminated ACE encoded string (xn--), or NULL. @var{insertname}: newly allocated output variable with name to register in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 register string conversion on domain label @code{ulabel} and @code{alabel} , as described in section 4 of RFC 5891. Note that the input @code{ulabel} must be encoded in UTF-8 and be in Unicode NFC form. Pass @code{IDN2_NFC_INPUT} in @code{flags} to convert input @code{ulabel} to NFC form before further processing. It is recommended to supply both @code{ulabel} and @code{alabel} for better error checking, but supplying just one of them will work. Passing in only @code{alabel} is better than only @code{ulabel} . See RFC 5891 section 4 for more information. After version 0.11: @code{insertname} may be NULL to test conversion of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, when the given @code{ulabel} and @code{alabel} does not match each other @code{IDN2_UALABEL_MISMATCH} is returned, when either of the input labels are too long @code{IDN2_TOO_BIG_LABEL} is returned, when @code{alabel} does does not appear to be a proper A-label @code{IDN2_INVALID_ALABEL} is returned, or another error code is returned. @end deftypefun @subheading idn2_register_ul @anchor{idn2_register_ul} @deftypefun {int} {idn2_register_ul} (const char * @var{ulabel}, const char * @var{alabel}, char ** @var{insertname}, int @var{flags}) @var{ulabel}: input zero-terminated locale encoded string, or NULL. @var{alabel}: input zero-terminated ACE encoded string (xn--), or NULL. @var{insertname}: newly allocated output variable with name to register in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 register string conversion on domain label @code{ulabel} and @code{alabel} , as described in section 4 of RFC 5891. Note that the input @code{ulabel} is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF-8 and NFC normalized by this function. It is recommended to supply both @code{ulabel} and @code{alabel} for better error checking, but supplying just one of them will work. Passing in only @code{alabel} is better than only @code{ulabel} . See RFC 5891 section 4 for more information. After version 0.11: @code{insertname} may be NULL to test conversion of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, when the given @code{ulabel} and @code{alabel} does not match each other @code{IDN2_UALABEL_MISMATCH} is returned, when either of the input labels are too long @code{IDN2_TOO_BIG_LABEL} is returned, when @code{alabel} does does not appear to be a proper A-label @code{IDN2_INVALID_ALABEL} is returned, or another error code is returned. @end deftypefun libidn2-2.0.4/doc/texi/idn2_free.texi0000644000000000000000000000056113151533443014201 00000000000000@subheading idn2_free @anchor{idn2_free} @deftypefun {void} {idn2_free} (void * @var{ptr}) @var{ptr}: pointer to deallocate Call free(3) on the given pointer. This function is typically only useful on systems where the library malloc heap is different from the library caller malloc heap, which happens on Windows when the library is a separate DLL. @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_unicode_8zlz.texi0000644000000000000000000000131013151533443016370 00000000000000@subheading idn2_to_unicode_8zlz @anchor{idn2_to_unicode_8zlz} @deftypefun {int} {idn2_to_unicode_8zlz} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated UTF-8 string. @var{output}: Newly allocated output string in current locale's character set. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_unicode_44i.texi0000644000000000000000000000176513151533443016077 00000000000000@subheading idn2_to_unicode_44i @anchor{idn2_to_unicode_44i} @deftypefun {int} {idn2_to_unicode_44i} (const uint32_t * @var{in}, size_t @var{inlen}, uint32_t * @var{out}, size_t * @var{outlen}, int @var{flags}) @var{in}: Input array with UTF-32 code points. @var{inlen}: number of code points of input array @var{out}: output array with UTF-32 code points. @var{outlen}: on input, maximum size of output array with UTF-32 code points, on exit, actual size of output array with UTF-32 code points. @var{flags}: optional @code{idn2_flags} to modify behaviour. The ToUnicode operation takes a sequence of UTF-32 code points that make up one domain label and returns a sequence of UTF-32 code points. If the input sequence is a label in ACE form, then the result is an equivalent internationalized label that is not in ACE form, otherwise the original sequence is returned unaltered. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/version.c.texi0000644000000000000000000000163113151533443014251 00000000000000@subheading idn2_check_version @anchor{idn2_check_version} @deftypefun {const char *} {idn2_check_version} (const char * @var{req_version}) @var{req_version}: version string to compare with, or NULL. Check IDN2 library version. This function can also be used to read out the version of the library code used. See @code{IDN2_VERSION} for a suitable @code{req_version} string, it corresponds to the idn2.h header file version. Normally these two version numbers match, but if you are using an application built against an older libidn2 with a newer libidn2 shared library they will be different. Return value: Check that the version of the library is at minimum the one given as a string in @code{req_version} and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. @end deftypefun libidn2-2.0.4/doc/texi/error.c.texi0000644000000000000000000000153513151533443013720 00000000000000@subheading idn2_strerror @anchor{idn2_strerror} @deftypefun {const char *} {idn2_strerror} (int @var{rc}) @var{rc}: return code from another libidn2 function. Convert internal libidn2 error code to a humanly readable string. The returned pointer must not be de-allocated by the caller. Return value: A humanly readable string describing error. @end deftypefun @subheading idn2_strerror_name @anchor{idn2_strerror_name} @deftypefun {const char *} {idn2_strerror_name} (int @var{rc}) @var{rc}: return code from another libidn2 function. Convert internal libidn2 error code to a string corresponding to internal header file symbols. For example, idn2_strerror_name(IDN2_MALLOC) will return the string "IDN2_MALLOC". The caller must not attempt to de-allocate the returned string. Return value: A string corresponding to error code symbol. @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_unicode_4z4z.texi0000644000000000000000000000122013151533443016274 00000000000000@subheading idn2_to_unicode_4z4z @anchor{idn2_to_unicode_4z4z} @deftypefun {int} {idn2_to_unicode_4z4z} (const uint32_t * @var{input}, uint32_t ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated UTF-32 string. @var{output}: Newly allocated UTF-32 output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-32 format into a UTF-32 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_check_version.texi0000644000000000000000000000163113151533443016101 00000000000000@subheading idn2_check_version @anchor{idn2_check_version} @deftypefun {const char *} {idn2_check_version} (const char * @var{req_version}) @var{req_version}: version string to compare with, or NULL. Check IDN2 library version. This function can also be used to read out the version of the library code used. See @code{IDN2_VERSION} for a suitable @code{req_version} string, it corresponds to the idn2.h header file version. Normally these two version numbers match, but if you are using an application built against an older libidn2 with a newer libidn2 shared library they will be different. Return value: Check that the version of the library is at minimum the one given as a string in @code{req_version} and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_unicode_lzlz.texi0000644000000000000000000000137613151533443016470 00000000000000@subheading idn2_to_unicode_lzlz @anchor{idn2_to_unicode_lzlz} @deftypefun {int} {idn2_to_unicode_lzlz} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated string encoded in the current locale's character set. @var{output}: Newly allocated output string in current locale's character set. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in the locale's character set into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_strerror_name.texi0000644000000000000000000000076113151533443016144 00000000000000@subheading idn2_strerror_name @anchor{idn2_strerror_name} @deftypefun {const char *} {idn2_strerror_name} (int @var{rc}) @var{rc}: return code from another libidn2 function. Convert internal libidn2 error code to a string corresponding to internal header file symbols. For example, idn2_strerror_name(IDN2_MALLOC) will return the string "IDN2_MALLOC". The caller must not attempt to de-allocate the returned string. Return value: A string corresponding to error code symbol. @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_unicode_8z8z.texi0000644000000000000000000000120413151533443016306 00000000000000@subheading idn2_to_unicode_8z8z @anchor{idn2_to_unicode_8z8z} @deftypefun {int} {idn2_to_unicode_8z8z} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: Input zero-terminated UTF-8 string. @var{output}: Newly allocated UTF-8 output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-8 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. @code{output} may be NULL to test lookup of @code{input} without allocating memory. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/idn2_to_ascii_lz.texi0000644000000000000000000000146313151533443015561 00000000000000@subheading idn2_to_ascii_lz @anchor{idn2_to_ascii_lz} @deftypefun {int} {idn2_to_ascii_lz} (const char * @var{input}, char ** @var{output}, int @var{flags}) @var{input}: zero terminated input UTF-8 string. @var{output}: pointer to newly allocated output string. @var{flags}: optional @code{idn2_flags} to modify behaviour. Convert a domain name in locale's encoding to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the @code{IDN2_NONTRANSITIONAL} and @code{IDN2_NFC_INPUT} flags. @strong{Returns:} @code{IDN2_OK} on success, or error code. Same as described in @code{idn2_lookup_ul()} documentation. @strong{Since:} 2.0.0 @end deftypefun libidn2-2.0.4/doc/texi/free.c.texi0000644000000000000000000000056113151533443013506 00000000000000@subheading idn2_free @anchor{idn2_free} @deftypefun {void} {idn2_free} (void * @var{ptr}) @var{ptr}: pointer to deallocate Call free(3) on the given pointer. This function is typically only useful on systems where the library malloc heap is different from the library caller malloc heap, which happens on Windows when the library is a separate DLL. @end deftypefun libidn2-2.0.4/doc/texi/idn2_register_u8.texi0000644000000000000000000000313713151533443015522 00000000000000@subheading idn2_register_u8 @anchor{idn2_register_u8} @deftypefun {int} {idn2_register_u8} (const uint8_t * @var{ulabel}, const uint8_t * @var{alabel}, uint8_t ** @var{insertname}, int @var{flags}) @var{ulabel}: input zero-terminated UTF-8 and Unicode NFC string, or NULL. @var{alabel}: input zero-terminated ACE encoded string (xn--), or NULL. @var{insertname}: newly allocated output variable with name to register in DNS. @var{flags}: optional @code{idn2_flags} to modify behaviour. Perform IDNA2008 register string conversion on domain label @code{ulabel} and @code{alabel} , as described in section 4 of RFC 5891. Note that the input @code{ulabel} must be encoded in UTF-8 and be in Unicode NFC form. Pass @code{IDN2_NFC_INPUT} in @code{flags} to convert input @code{ulabel} to NFC form before further processing. It is recommended to supply both @code{ulabel} and @code{alabel} for better error checking, but supplying just one of them will work. Passing in only @code{alabel} is better than only @code{ulabel} . See RFC 5891 section 4 for more information. After version 0.11: @code{insertname} may be NULL to test conversion of @code{src} without allocating memory. @strong{Returns:} On successful conversion @code{IDN2_OK} is returned, when the given @code{ulabel} and @code{alabel} does not match each other @code{IDN2_UALABEL_MISMATCH} is returned, when either of the input labels are too long @code{IDN2_TOO_BIG_LABEL} is returned, when @code{alabel} does does not appear to be a proper A-label @code{IDN2_INVALID_ALABEL} is returned, or another error code is returned. @end deftypefun libidn2-2.0.4/doc/Makefile.am0000644000000000000000000000420313151517042012526 00000000000000# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . SUBDIRS = reference EXTRA_DIST = gdoc libidn2.html libidn2.pdf texinfo.css idn2.md BUILT_SOURCES = idn2.1 info_TEXINFOS = libidn2.texi libidn2_TEXINFOS = libidn2.texi example-tounicode.c example-toascii.c decode.c lookup.c register.c $(gdoc_TEXINFOS) AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ --no-split --number-sections --css-include=texinfo.css decode.c: $(top_srcdir)/examples/decode.c tail -n +18 $< > $@.tmp mv $@.tmp $@ lookup.c: $(top_srcdir)/examples/lookup.c tail -n +18 $< > $@.tmp mv $@.tmp $@ register.c: $(top_srcdir)/examples/register.c tail -n +18 $< > $@.tmp mv $@.tmp $@ example-tounicode.c: $(top_srcdir)/examples/example-tounicode.c cp $< $@ example-toascii.c: $(top_srcdir)/examples/example-toascii.c cp $< $@ dist_man_MANS = $(gdoc_MANS) dist_man_MANS += idn2.1 idn2.1: idn2.md ronn -r $^ >$@ CLEANFILES = $(dist_man_MANS) decode.c example-tounicode.c example-toascii.c lookup.c \ register.c stamp-vti version.texi $(srcdir)/libidn2.info # GDOC GDOC_SRC = $(top_srcdir)/lib/decode.c $(top_srcdir)/lib/lookup.c $(top_srcdir)/lib/register.c \ $(top_srcdir)/lib/error.c $(top_srcdir)/lib/version.c $(top_srcdir)/lib/free.c GDOC_TEXI_PREFIX = texi/ GDOC_MAN_PREFIX = man/ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) -sourceversion $(VERSION) \ -includefuncprefix -seeinfo $(PACKAGE) include $(srcdir)/Makefile.gdoci clean-local: rm -rf man texi manual manual: ../build-aux/gendocs.sh --html --css-include=texinfo.css -o manual $(PACKAGE) "$(PACKAGE_NAME)" libidn2-2.0.4/doc/stamp-vti0000644000000000000000000000013513151533442012343 00000000000000@set UPDATED 21 July 2017 @set UPDATED-MONTH July 2017 @set EDITION 2.0.4 @set VERSION 2.0.4 libidn2-2.0.4/doc/lookup.c0000644000000000000000000000156613151533442012162 00000000000000#include /* printf, fflush, fgets, stdin, perror, fprintf */ #include /* strlen */ #include /* setlocale */ #include /* free */ #include /* idn2_lookup_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *lookupname; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) domain name to lookup: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_lookup_ul (src, &lookupname, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("IDNA2008 domain name to lookup in DNS: %s\n", lookupname); free (lookupname); return 0; } libidn2-2.0.4/doc/example-tounicode.c0000644000000000000000000000231213151533442014261 00000000000000/* example-tounicode.c --- Example ToUnicode() code showing how to use Libidn2. * * This code is placed under public domain. */ #include #include #include #include /* idn2_to_unicode_8z8z() */ /* * Compiling using pkg-config is recommended: * * $ cc -o example-to-unicode example-to-unicode.c $(pkg-config --cflags --libs libidn2) * $ ./example-tounicode * Input domain (ACE) encoded as `UTF-8': xn--nxasmm1c.com * * Read string (length 16): 78 6e 2d 2d 6e 78 61 73 6d 6d 31 63 2e 63 6f 6d * ACE label (length 14): 'βόλος.com' * */ int main (void) { char buf[BUFSIZ]; char *p; int rc; size_t i; if (!fgets (buf, BUFSIZ, stdin)) perror ("fgets"); buf[strlen (buf) - 1] = '\0'; printf ("Read string (length %ld): ", (long int) strlen (buf)); for (i = 0; i < strlen (buf); i++) printf ("%02x ", (unsigned) buf[i] & 0xFF); printf ("\n"); rc = idn2_to_unicode_8z8z (buf, &p, 0); if (rc != IDNA_SUCCESS) { printf ("ToUnicode() failed (%d): %s\n", rc, idn2_strerror (rc)); return EXIT_FAILURE; } printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p); free (p); /* or idn2_free() */ return 0; } libidn2-2.0.4/doc/Makefile.gdoc0000644000000000000000000002172613151533421013055 00000000000000# This file is automatically generated. DO NOT EDIT! -*- makefile -*- gdoc_TEXINFOS = gdoc_MANS = # ### decode.c # gdoc_TEXINFOS += texi/decode.c.texi texi/decode.c.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ # decode.c: idn2_to_unicode_8z4z gdoc_TEXINFOS += texi/idn2_to_unicode_8z4z.texi texi/idn2_to_unicode_8z4z.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_8z4z $< > $@ gdoc_MANS += man/idn2_to_unicode_8z4z.3 man/idn2_to_unicode_8z4z.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_8z4z $< > $@ # decode.c: idn2_to_unicode_4z4z gdoc_TEXINFOS += texi/idn2_to_unicode_4z4z.texi texi/idn2_to_unicode_4z4z.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_4z4z $< > $@ gdoc_MANS += man/idn2_to_unicode_4z4z.3 man/idn2_to_unicode_4z4z.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_4z4z $< > $@ # decode.c: idn2_to_unicode_44i gdoc_TEXINFOS += texi/idn2_to_unicode_44i.texi texi/idn2_to_unicode_44i.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_44i $< > $@ gdoc_MANS += man/idn2_to_unicode_44i.3 man/idn2_to_unicode_44i.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_44i $< > $@ # decode.c: idn2_to_unicode_8z8z gdoc_TEXINFOS += texi/idn2_to_unicode_8z8z.texi texi/idn2_to_unicode_8z8z.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_8z8z $< > $@ gdoc_MANS += man/idn2_to_unicode_8z8z.3 man/idn2_to_unicode_8z8z.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_8z8z $< > $@ # decode.c: idn2_to_unicode_8zlz gdoc_TEXINFOS += texi/idn2_to_unicode_8zlz.texi texi/idn2_to_unicode_8zlz.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_8zlz $< > $@ gdoc_MANS += man/idn2_to_unicode_8zlz.3 man/idn2_to_unicode_8zlz.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_8zlz $< > $@ # decode.c: idn2_to_unicode_lzlz gdoc_TEXINFOS += texi/idn2_to_unicode_lzlz.texi texi/idn2_to_unicode_lzlz.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_lzlz $< > $@ gdoc_MANS += man/idn2_to_unicode_lzlz.3 man/idn2_to_unicode_lzlz.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_lzlz $< > $@ # ### lookup.c # gdoc_TEXINFOS += texi/lookup.c.texi texi/lookup.c.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ # lookup.c: idn2_lookup_u8 gdoc_TEXINFOS += texi/idn2_lookup_u8.texi texi/idn2_lookup_u8.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_lookup_u8 $< > $@ gdoc_MANS += man/idn2_lookup_u8.3 man/idn2_lookup_u8.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_lookup_u8 $< > $@ # lookup.c: idn2_lookup_ul gdoc_TEXINFOS += texi/idn2_lookup_ul.texi texi/idn2_lookup_ul.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_lookup_ul $< > $@ gdoc_MANS += man/idn2_lookup_ul.3 man/idn2_lookup_ul.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_lookup_ul $< > $@ # lookup.c: idn2_to_ascii_4i gdoc_TEXINFOS += texi/idn2_to_ascii_4i.texi texi/idn2_to_ascii_4i.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_4i $< > $@ gdoc_MANS += man/idn2_to_ascii_4i.3 man/idn2_to_ascii_4i.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_4i $< > $@ # lookup.c: idn2_to_ascii_4z gdoc_TEXINFOS += texi/idn2_to_ascii_4z.texi texi/idn2_to_ascii_4z.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_4z $< > $@ gdoc_MANS += man/idn2_to_ascii_4z.3 man/idn2_to_ascii_4z.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_4z $< > $@ # lookup.c: idn2_to_ascii_8z gdoc_TEXINFOS += texi/idn2_to_ascii_8z.texi texi/idn2_to_ascii_8z.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_8z $< > $@ gdoc_MANS += man/idn2_to_ascii_8z.3 man/idn2_to_ascii_8z.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_8z $< > $@ # lookup.c: idn2_to_ascii_lz gdoc_TEXINFOS += texi/idn2_to_ascii_lz.texi texi/idn2_to_ascii_lz.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_lz $< > $@ gdoc_MANS += man/idn2_to_ascii_lz.3 man/idn2_to_ascii_lz.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_lz $< > $@ # ### register.c # gdoc_TEXINFOS += texi/register.c.texi texi/register.c.texi: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ # register.c: idn2_register_u8 gdoc_TEXINFOS += texi/idn2_register_u8.texi texi/idn2_register_u8.texi: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_register_u8 $< > $@ gdoc_MANS += man/idn2_register_u8.3 man/idn2_register_u8.3: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_register_u8 $< > $@ # register.c: idn2_register_ul gdoc_TEXINFOS += texi/idn2_register_ul.texi texi/idn2_register_ul.texi: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_register_ul $< > $@ gdoc_MANS += man/idn2_register_ul.3 man/idn2_register_ul.3: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_register_ul $< > $@ # ### error.c # gdoc_TEXINFOS += texi/error.c.texi texi/error.c.texi: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ # error.c: idn2_strerror gdoc_TEXINFOS += texi/idn2_strerror.texi texi/idn2_strerror.texi: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_strerror $< > $@ gdoc_MANS += man/idn2_strerror.3 man/idn2_strerror.3: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_strerror $< > $@ # error.c: idn2_strerror_name gdoc_TEXINFOS += texi/idn2_strerror_name.texi texi/idn2_strerror_name.texi: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_strerror_name $< > $@ gdoc_MANS += man/idn2_strerror_name.3 man/idn2_strerror_name.3: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_strerror_name $< > $@ # ### version.c # gdoc_TEXINFOS += texi/version.c.texi texi/version.c.texi: ../lib/version.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ # version.c: idn2_check_version gdoc_TEXINFOS += texi/idn2_check_version.texi texi/idn2_check_version.texi: ../lib/version.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_check_version $< > $@ gdoc_MANS += man/idn2_check_version.3 man/idn2_check_version.3: ../lib/version.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_check_version $< > $@ # ### free.c # gdoc_TEXINFOS += texi/free.c.texi texi/free.c.texi: ../lib/free.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ # free.c: idn2_free gdoc_TEXINFOS += texi/idn2_free.texi texi/idn2_free.texi: ../lib/free.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_free $< > $@ gdoc_MANS += man/idn2_free.3 man/idn2_free.3: ../lib/free.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_free $< > $@ libidn2-2.0.4/doc/gdoc0000755000000000000000000007203713037156665011363 00000000000000eval '(exit $?0)' && eval 'exec perl -S "$0" ${1+"$@"}' & eval 'exec perl -S "$0" $argv:q' if 0; ## Copyright (c) 2002-2017 Simon Josefsson ## added -texinfo, -listfunc, -pkg-name ## man page revamp ## various improvements ## Copyright (c) 2001, 2002 Nikos Mavrogiannopoulos ## added -tex ## Copyright (c) 1998 Michael Zucchi ## Copyright (c) 2013 Adam Sampson ## made highlighting not depend on hash order, for Perl 5.18 # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # This will read a C source code file and scan for embedded comments # in the style of gnome comments (+minor extensions - see below). # usage: # gdoc [ -docbook | -html | -text | -man | -tex | -texinfo | -listfunc ] # [ -sourceversion verno ] [ -include file | -includefuncprefix ] # [ -bugsto address ] [ -pkg-name packagename ] # [ -seeinfo infonode ] [ -copyright notice ] [ -verbatimcopying ] # [ -function funcname [ -function funcname ...] ] c file(s)s > outputfile # # Set output format using one of -docbook, -html, -text, -man, -tex, # -texinfo, or -listfunc. Default is man. # # -sourceversion # Version number for source code, e.g. '1.0.4'. Used in 'man' headers. # Defaults to using current date. # # -include FILE # For man pages, mention #include in the synopsis. # # -includefuncprefix # For man pages, mention a #include in the synopsis. # The FILE derived from the function prefix. For example, a # function gss_init_sec_context will generate an include # statement of #include . # # -bugsto address # For man pages, include a section about reporting bugs and mention # the given e-mail address, e.g 'bug-libidn@gnu.org'. # # -pkg-name packagename # For man pages when -bugsto is used, also include help URLs to the # the project's home page. For example, "GNU Libidn". # # -seeinfo infonode # For man pages, include a section that point to an info manual # for more information. # # -copyright notice # For man pages, include a copyright section with the given # notice after a preamble. Use, e.g., '2002, 2003 Simon Josefsson'. # # -verbatimcopying # For man pages, and when the -copyright parameter is used, # add a licensing statement that say verbatim copying is permitted. # # -function funcname # If set, then only generate documentation for the given function(s). All # other functions are ignored. # # c files - list of 'c' files to process # # All output goes to stdout, with errors to stderr. # # format of comments. # In the following table, (...)? signifies optional structure. # (...)* signifies 0 or more structure elements # /** # * function_name(:)? (- short description)? # (* @parameterx: (description of parameter x)?)* # (* a blank line)? # * (Description:)? (Description of function)? # * (Section header: (section description)? )* # (*)?*/ # # So .. the trivial example would be: # # /** # * my_function # **/ # # If the Description: header tag is ommitted, then there must be a blank line # after the last parameter specification. # e.g. # /** # * my_function - does my stuff # * @my_arg: its mine damnit # * # * Does my stuff explained. # */ # # or, could also use: # /** # * my_function - does my stuff # * @my_arg: its mine damnit # * Description: Does my stuff explained. # */ # etc. # # All descriptions can be multiline, apart from the short function description. # # All descriptive text is further processed, scanning for the following special # patterns, which are highlighted appropriately. # # 'funcname()' - function # '$ENVVAR' - environmental variable OBSOLETE (?) # '#struct_name' - name of a structure # '@parameter' - name of a parameter # '%CONST' - name of a constant. # # Extensions for LaTeX: # # 1. the symbol '->' will be replaced with a rightarrow # 2. x^y with ${x}^{y}$. # 3. xxx\: with xxx: use POSIX qw(strftime); # match expressions used to find embedded type information $type_constant = "\\\%([A-Za-z0-9_]+)"; $type_func = "([A-Za-z0-9_]+\\(\\))"; $type_param = '\@([A-Za-z0-9_]+)\s*'; $type_struct = "\\\#([A-Za-z0-9_]+)"; $type_env = "(\\\$[A-Za-z0-9_]+)"; # Output conversion substitutions. # One for each output format # these work fairly well @highlights_html = ( [$type_constant, '"$1"'], [$type_func, '"$1"'], [$type_struct, '"$1"'], [$type_param, '" $1 "'] ); $blankline_html = "

"; @highlights_texinfo = ( [$type_param, '" \@code{$1} "'], [$type_constant, '"\@code{$1} "'], [$type_func, '"\@code{$1} "'], [$type_struct, '"\@code{$1} "'], ); $blankline_texinfo = ""; @highlights_tex = ( [$type_param, '" {\\\bf $1} "'], [$type_constant, '"{\\\it $1}"'], [$type_func, '"{\\\bf $1}"'], [$type_struct, '"{\\\it $1}"'], ); $blankline_tex = "\\\\"; # sgml, docbook format @highlights_sgml = ( [$type_constant, '"$1"'], [$type_func, '"$1"'], [$type_struct, '"$1"'], [$type_env, '"$1"'], [$type_param, '" $1 "'] ); $blankline_sgml = "\n"; # these are pretty rough @highlights_man = ( [$type_constant, '"\\\fB$1\\\fP"'], [$type_func, '"\\\fB$1\\\fP"'], [$type_struct, '"\\\fB$1\\\fP"'], [$type_param, '" \\\fI$1\\\fP "'] ); $blankline_man = ""; # text-mode @highlights_text = ( [$type_constant, '"$1"'], [$type_func, '"$1"'], [$type_struct, '"$1"'], [$type_param, '"$1 "'] ); $blankline_text = ""; my $lineprefix = ""; sub usage { print "Usage: $0 [ -v ] [ -docbook | -html | -text | -man | -tex | -texinfo -listfunc ]\n"; print " [ -sourceversion verno ] [ -include file | -includefuncprefix ]\n"; print " [ -bugsto address ] [ -seeinfo infonode ] [ -copyright notice]\n"; print " [ -verbatimcopying ] [ -pkg-name packagename ]\n"; print " [ -function funcname [ -function funcname ...] ]\n"; print " c source file(s) > outputfile\n"; exit 1; } # read arguments if ($#ARGV==-1) { usage(); } $verbose = 0; $output_mode = "man"; @highlights = @highlights_man; $blankline = $blankline_man; $modulename = "API Documentation"; $sourceversion = strftime "%Y-%m-%d", localtime; $function_only = 0; while ($ARGV[0] =~ m/^-(.*)/) { $cmd = shift @ARGV; if ($cmd eq "-html") { $output_mode = "html"; @highlights = @highlights_html; $blankline = $blankline_html; } elsif ($cmd eq "-man") { $output_mode = "man"; @highlights = @highlights_man; $blankline = $blankline_man; } elsif ($cmd eq "-tex") { $output_mode = "tex"; @highlights = @highlights_tex; $blankline = $blankline_tex; } elsif ($cmd eq "-texinfo") { $output_mode = "texinfo"; @highlights = @highlights_texinfo; $blankline = $blankline_texinfo; } elsif ($cmd eq "-text") { $output_mode = "text"; @highlights = @highlights_text; $blankline = $blankline_text; } elsif ($cmd eq "-docbook") { $output_mode = "sgml"; @highlights = @highlights_sgml; $blankline = $blankline_sgml; } elsif ($cmd eq "-listfunc") { $output_mode = "listfunc"; } elsif ($cmd eq "-module") { # not needed for sgml, inherits from calling document $modulename = shift @ARGV; } elsif ($cmd eq "-sourceversion") { $sourceversion = shift @ARGV; } elsif ($cmd eq "-include") { $include = shift @ARGV; } elsif ($cmd eq "-includefuncprefix") { $includefuncprefix = 1; } elsif ($cmd eq "-bugsto") { $bugsto = shift @ARGV; } elsif ($cmd eq "-pkg-name") { $pkgname = shift @ARGV; } elsif ($cmd eq "-copyright") { $copyright = shift @ARGV; } elsif ($cmd eq "-verbatimcopying") { $verbatimcopying = 1; } elsif ($cmd eq "-seeinfo") { $seeinfo = shift @ARGV; } elsif ($cmd eq "-function") { # to only output specific functions $function_only = 1; $function = shift @ARGV; $function_table{$function} = 1; } elsif ($cmd eq "-v") { $verbose = 1; } elsif (($cmd eq "-h") || ($cmd eq "--help")) { usage(); } } ## # dumps section contents to arrays/hashes intended for that purpose. # sub dump_section { my $name = shift @_; my $contents = join "\n", @_; $name = " $name"; if ($name =~ m/$type_constant/) { $name = $1; # print STDERR "constant section '$1' = '$contents'\n"; $constants{$name} = $contents; } elsif ($name =~ m/$type_param/) { # print STDERR "parameter def '$1' = '$contents'\n"; $name = $1; $parameters{$name} = $contents; } else { # print STDERR "other section '$name' = '$contents'\n"; $name =~ tr/ //d; $sections{$name} = $contents; push @sectionlist, $name; } } ## # output function # # parameters, a hash. # function => "function name" # parameterlist => @list of parameters # parameters => %parameter descriptions # sectionlist => @list of sections # sections => %descriont descriptions # sub just_highlight { my $contents = join "\n", @_; my $line; my $ret = ""; foreach $highlight (@highlights) { my ($pattern, $replace) = @$highlight; #print "scanning pattern $pattern ($replace)\n"; $contents =~ s/$pattern/$replace/gees; } foreach $line (split "\n", $contents) { if ($line eq ""){ $ret = $ret . $lineprefix . $blankline; } else { $ret = $ret . $lineprefix . $line; } $ret = $ret . "\n"; } return $ret; } sub output_highlight { print (just_highlight (@_)); } # output in texinfo sub output_texinfo { my %args = %{$_[0]}; my ($parameter, $section); my $count; print "\@subheading ".$args{'function'}."\n"; print "\@anchor{".$args{'function'}."}\n"; print "\@deftypefun {" . $args{'functiontype'} . "} "; print "{".$args{'function'}."} "; print "("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { print $args{'parametertypes'}{$parameter}." \@var{".$parameter."}"; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ")\n"; foreach $parameter (@{$args{'parameterlist'}}) { if ($args{'parameters'}{$parameter}) { print "\@var{".$parameter."}: "; output_highlight($args{'parameters'}{$parameter}); print "\n"; } } foreach $section (@{$args{'sectionlist'}}) { $section =~ s/\@//g; print "\n\@strong{$section:} " if $section ne $section_default; $args{'sections'}{$section} =~ s:([{}]):\@$1:gs; output_highlight($args{'sections'}{$section}); } print "\@end deftypefun\n\n"; } sub output_enum_texinfo { my %args = %{$_[0]}; my ($parameter, $section); my $count; my $name = $args{'enum'}; my $param; my $param2; my $sec; my $check; my $type; print "\n\@c $name\n"; print "\@table \@code\n"; $check=0; foreach $parameter (@{$args{'parameterlist'}}) { $param1 = $parameter; $param1 =~ s/_/_\@-/g; $check = 1; print "\@item ".$param1."\n"; # print "\n"; $param2 = $args{'parameters'}{$parameter}; $out = just_highlight($param2); chomp $out; print $out . "\n"; } print "\@end table\n"; } # output in html sub output_html { my %args = %{$_[0]}; my ($parameter, $section); my $count; print "\n\n 

Function

\n"; print "".$args{'functiontype'}."\n"; print "".$args{'function'}."\n"; print "("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { print "".$args{'parametertypes'}{$parameter}." ".$parameter."\n"; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ")\n"; print "

Arguments

\n"; print "
\n"; foreach $parameter (@{$args{'parameterlist'}}) { print "
".$args{'parametertypes'}{$parameter}." ".$parameter."\n"; print "
"; output_highlight($args{'parameters'}{$parameter}); } print "
\n"; foreach $section (@{$args{'sectionlist'}}) { print "

$section

\n"; print "
    \n"; output_highlight($args{'sections'}{$section}); print "
\n"; } print "
\n"; } # output in tex sub output_tex { my %args = %{$_[0]}; my ($parameter, $section); my $count; my $func = $args{'function'}; my $param; my $param2; my $sec; my $check; my $type; $func =~ s/_/\\_/g; print "\n\n\\begin{function}\n"; print "\\functionTitle{". $func . "}\n"; print "\\index{". $func . "}\n"; $type = $args{'functiontype'}; $type =~ s/_/\\_/g; print "{\\it ".$type."}\n"; print "{\\bf ".$func."}\n"; print "("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { $param = $args{'parametertypes'}{$parameter}; $param2 = $parameter; $param =~ s/_/\\_/g; $param2 =~ s/_/\\_/g; print "{\\it ".$param."} {\\bf ".$param2."}"; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ")\n"; print "\n\\begin{functionArguments}\n"; $check=0; foreach $parameter (@{$args{'parameterlist'}}) { $param1 = $args{'parametertypes'}{$parameter}; $param1 =~ s/_/\\_/g; $param2 = $parameter; $param2 =~ s/_/\\_/g; $check = 1; print "\\functionArgument {\\it ".$param1."} {\\bf ".$param2."}: \n"; # print "\n"; $param3 = $args{'parameters'}{$parameter}; $param3 =~ s/\#([a-zA-Z\_]+)/{\\it $1}/g; $param3 =~ s/\%([a-zA-Z\_]+)/{\\bf $1}/g; $out = just_highlight($param3); $out =~ s/_/\\_/g; print $out; } if ($check==0) { print "\\item void\n"; } print "\\end{functionArguments}\n"; foreach $section (@{$args{'sectionlist'}}) { $sec = $section; $sec =~ s/_/\\_/g; $sec =~ s/#([a-zA-Z\_]+)/{\\it $1}/g; print "\n\\begin{function${sec}}\n"; $out = $args{'sections'}{$section}; $out =~ s/\#([a-zA-Z\_]+)/{\\it $1}/g; $out =~ s/\%([a-zA-Z\_]+)/{\\bf $1}/g; $out =~ s/\@([a-zA-Z\_]+)/{\\bf $1}/g; $out =~ s/_/\\_\\-/g; $out =~ s/\$/\\\$/g; $out =~ s/#/\\#/g; $out =~ s/\n\n/\n/g; $out =~ s/\\:/:/g; $out =~ s/\-\>/\$\\rightarrow\$/g; $out =~ s/([0-9]+)\^([0-9]+)/\$\{$1\}\^\{$2\}\$/g; print $out; print "\\end{function${sec}}\n"; } print "\\end{function}\n\n"; } sub output_enum_tex { my %args = %{$_[0]}; my ($parameter, $section); my $count; my $name = $args{'enum'}; my $param; my $param2; my $sec; my $check; my $type; print "\n\n\\begin{enum}\n"; $name =~ s/_/\\_/g; print "\\enumTitle{". $name . "}\n"; print "\\index{". $name . "}\n"; print "\n\\begin{enumList}\n"; $check=0; foreach $parameter (@{$args{'parameterlist'}}) { $param1 = $parameter; $param1 =~ s/_/\\_\\-/g; $check = 1; print "\\enumElement{".$param1."}{"; # print "\n"; $param2 = $args{'parameters'}{$parameter}; $param2 =~ s/\#([a-zA-Z\_]+)/{\\it $1}/g; $param2 =~ s/\%([a-zA-Z\_]+)/{\\bf $1}/g; $out = just_highlight($param2); $out =~ s/_/\\_/g; chomp $out; print $out . "}\n"; } print "\\end{enumList}\n"; print "\\end{enum}\n\n"; } # output in sgml DocBook sub output_sgml { my %args = %{$_[0]}; my ($parameter, $section); my $count; my $id; $id = $args{'module'}."-".$args{'function'}; $id =~ s/[^A-Za-z0-9]/-/g; print "\n"; print "\n"; print "".$args{'function'}."\n"; print "\n"; print "\n"; print " ".$args{'function'}."\n"; print " \n"; print " ".$args{'purpose'}."\n"; print " \n"; print "\n"; print "\n"; print " Synopsis\n"; print " \n"; print " ".$args{'functiontype'}." "; print "".$args{'function'}." "; print "\n"; # print "\n"; # print " Synopsis\n"; # print " \n"; # print " ".$args{'functiontype'}." "; # print "".$args{'function'}." "; # print "\n"; $count = 0; if ($#{$args{'parameterlist'}} >= 0) { foreach $parameter (@{$args{'parameterlist'}}) { print " ".$args{'parametertypes'}{$parameter}; print " $parameter\n"; } } else { print " \n"; } print " \n"; print "\n"; # print "\n"; # print parameters print "\n Arguments\n"; # print "\nArguments\n"; if ($#{$args{'parameterlist'}} >= 0) { print " \n"; foreach $parameter (@{$args{'parameterlist'}}) { print " \n $parameter\n"; print " \n \n"; $lineprefix=" "; output_highlight($args{'parameters'}{$parameter}); print " \n \n \n"; } print " \n"; } else { print " \n None\n \n"; } print "\n"; # print out each section $lineprefix=" "; foreach $section (@{$args{'sectionlist'}}) { print "\n $section\n \n"; # print "\n$section\n"; if ($section =~ m/EXAMPLE/i) { print "\n"; } output_highlight($args{'sections'}{$section}); # print ""; if ($section =~ m/EXAMPLE/i) { print "\n"; } print " \n\n"; } print "\n\n"; } ## # output in man sub output_man { my %args = %{$_[0]}; my ($parameter, $section); my $count; print ".\\\" DO NOT MODIFY THIS FILE! It was generated by gdoc.\n"; print ".TH \"$args{'function'}\" 3 \"$args{'sourceversion'}\" \"". $args{'module'} . "\" \"". $args{'module'} . "\"\n"; print ".SH NAME\n"; print $args{'function'}; if ($args{'purpose'}) { print " \\- " . $args{'purpose'} . "\n"; } else { print " \\- API function\n"; } print ".SH SYNOPSIS\n"; print ".B #include <". $args{'include'} . ">\n" if $args{'include'}; print ".B #include <". lc((split /_/, $args{'function'})[0]) . ".h>\n" if $args{'includefuncprefix'}; print ".sp\n"; print ".BI \"".$args{'functiontype'}." ".$args{'function'}."("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { print $args{'parametertypes'}{$parameter}." \" ".$parameter." \""; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ");\"\n"; print ".SH ARGUMENTS\n"; foreach $parameter (@{$args{'parameterlist'}}) { print ".IP \"".$args{'parametertypes'}{$parameter}." ".$parameter."\" 12\n"; $param = $args{'parameters'}{$parameter}; $param =~ s/-/\\-/g; output_highlight($param); } foreach $section (@{$args{'sectionlist'}}) { print ".SH \"" . uc($section) . "\"\n"; $sec = $args{'sections'}{$section}; $sec =~ s/-/\\-/g; output_highlight($sec); } if ($args{'bugsto'}) { print ".SH \"REPORTING BUGS\"\n"; print "Report bugs to <". $args{'bugsto'} . ">.\n"; print ".br\n"; print "General guidelines for reporting bugs: http://www.gnu.org/gethelp/\n"; print ".br\n"; if ($args{'pkgname'}) { print $args{'pkgname'} . " home page: " . "http://www.gnu.org/software/" . $args{'module'} . "/\n"; } print "\n"; } if ($args{'copyright'}) { print ".SH COPYRIGHT\n"; print "Copyright \\(co ". $args{'copyright'} . ".\n"; if ($args{'verbatimcopying'}) { print ".br\n"; print "Copying and distribution of this file, with or without modification,\n"; print "are permitted in any medium without royalty provided the copyright\n"; print "notice and this notice are preserved.\n"; } } if ($args{'seeinfo'}) { print ".SH \"SEE ALSO\"\n"; print "The full documentation for\n"; print ".B " . $args{'module'} . "\n"; print "is maintained as a Texinfo manual. If the\n"; print ".B info\n"; print "and\n"; print ".B " . $args{'module'} . "\n"; print "programs are properly installed at your site, the command\n"; print ".IP\n"; print ".B info " . $args{'seeinfo'} . "\n"; print ".PP\n"; print "should give you access to the complete manual.\n"; print "As an alternative you may obtain the manual from:\n"; print ".IP\n"; print ".B http://www.gnu.org/software/" . $args{'module'} . "/manual/\n"; print ".PP\n"; } } sub output_listfunc { my %args = %{$_[0]}; print $args{'function'} . "\n"; } ## # output in text sub output_text { my %args = %{$_[0]}; my ($parameter, $section); print "Function = ".$args{'function'}."\n"; print " return type: ".$args{'functiontype'}."\n\n"; foreach $parameter (@{$args{'parameterlist'}}) { print " ".$args{'parametertypes'}{$parameter}." ".$parameter."\n"; print " -> ".$args{'parameters'}{$parameter}."\n"; } foreach $section (@{$args{'sectionlist'}}) { print " $section:\n"; print " -> "; output_highlight($args{'sections'}{$section}); } } ## # generic output function - calls the right one based # on current output mode. sub output_function { # output_html(@_); eval "output_".$output_mode."(\@_);"; } sub output_enum { eval "output_enum_".$output_mode."(\@_);"; } ## # takes a function prototype and spits out all the details # stored in the global arrays/hsahes. sub dump_function { my $prototype = shift @_; if ($prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+\s+\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/) { $return_type = $1; $function_name = $2; $args = $3; # print STDERR "ARGS = '$args'\n"; foreach $arg (split ',', $args) { # strip leading/trailing spaces $arg =~ s/^\s*//; $arg =~ s/\s*$//; # print STDERR "SCAN ARG: '$arg'\n"; @args = split('\s', $arg); # print STDERR " -> @args\n"; $param = pop @args; # print STDERR " -> @args\n"; if ($param =~ m/^(\*+)(.*)/) { $param = $2; push @args, $1; } if ($param =~ m/^(.*)(\[\])$/) { $param = $1; push @args, $2; } # print STDERR " :> @args\n"; $type = join " ", @args; if ((!defined($parameters{$param}) || $parameters{$param} eq "") && $param ne "void") { $parameters{$param} = "-- undescribed --"; print STDERR "warning: $lineno: Function parameter '$param' not described in '$function_name'\n"; } push @parameterlist, $param; $parametertypes{$param} = $type; # print STDERR "param = '$param', type = '$type'\n"; } } else { print STDERR "warning: $lineno: Cannot understand prototype: '$prototype'\n" if (!($prototype =~ m,GSASL_VALID_MECHANISM_CHARACTERS,)); return; } if ($function_only==0 || defined($function_table{$function_name})) { output_function({'function' => $function_name, 'module' => $modulename, 'sourceversion' => $sourceversion, 'include' => $include, 'includefuncprefix' => $includefuncprefix, 'bugsto' => $bugsto, 'pkgname' => $pkgname, 'copyright' => $copyright, 'verbatimcopying' => $verbatimcopying, 'seeinfo' => $seeinfo, 'functiontype' => $return_type, 'parameterlist' => \@parameterlist, 'parameters' => \%parameters, 'parametertypes' => \%parametertypes, 'sectionlist' => \@sectionlist, 'sections' => \%sections, 'purpose' => $function_purpose }); } } sub dump_enum { my $prototype = shift @_; if (($prototype =~ m/^\s*typedef\s+enum\s*[a-zA-Z0-9_~:]*\s*\{([\-a-zA-Z0-9_~=,:\s\(\)\<]+)\s*\}\s*([a-zA-Z0-9_]+);.*/)) { # || $prototype =~ m/^\s*enum\s+([a-zA-Z0-9_~:]+).*/) { $args = $1; $name = $2; foreach $arg (split ',', $args) { # strip leading/trailing spaces $arg =~ s/^\s*//; $arg =~ s/\s*$//; $arg =~ s/([A-Za-z0-9_]+)\s*=.*/$1/g; # print STDERR "SCAN ARG: '$arg'\n"; next if $arg eq ''; if ((!defined($parameters{$arg}) || $parameters{$arg} eq "")) { $parameters{$arg} = "-- undescribed --"; print STDERR "warning: $lineno: Enumeration parameter '$arg' not described in '$name'\n"; } push @parameterlist, $arg; # print STDERR "param = '$arg'\n"; } } else { # print STDERR "warning: $lineno: Cannot understand enumeration: '$prototype'\n"; return; } output_enum({'enum' => $name, 'module' => $modulename, 'sourceversion' => $sourceversion, 'include' => $include, 'includefuncprefix' => $includefuncprefix, 'bugsto' => $bugsto, 'pkgname' => $pkgname, 'copyright' => $copyright, 'verbatimcopying' => $verbatimcopying, 'seeinfo' => $seeinfo, 'functiontype' => $return_type, 'parameterlist' => \@parameterlist, 'parameters' => \%parameters, 'parametertypes' => \%parametertypes, 'sectionlist' => \@sectionlist, 'sections' => \%sections, 'purpose' => $function_purpose }); } ###################################################################### # main # states # 0 - normal code # 1 - looking for function name # 2 - scanning field start. # 3 - scanning prototype. $state = 0; $section = ""; $doc_special = "\@\%\$\#"; $doc_start = "^/\\*\\*\$"; $doc_end = "\\*/"; $doc_com = "\\s*\\*\\s*"; $doc_func = $doc_com."(\\w+):?"; $doc_sect = $doc_com."([".$doc_special."[:upper:]][\\w]+):\\s*(.*)"; $doc_content = $doc_com."(.*)"; %constants = (); %parameters = (); @parameterlist = (); %sections = (); @sectionlist = (); $contents = ""; $section_default = "Description"; # default section $section = $section_default; $enum = 0; $lineno = 0; foreach $file (@ARGV) { if (!open(IN,"<$file")) { print STDERR "Error: Cannot open file $file\n"; next; } while ($line = ) { $lineno++; if ($state == 0) { if ($line =~ /$doc_start/o) { $state = 1; # next line is always the function name # print STDERR "XXX: start of doc comment\n"; } } elsif ($state == 1) { # this line is the function name (always) if ($line =~ /$doc_func/o) { $function = $1; $state = 2; # print STDERR "XXX: start of doc comment, looking for prototype\n"; if ($line =~ /-\s*(.*)/) { $function_purpose = $1; } else { $function_purpose = ""; } if ($verbose) { print STDERR "Info($lineno): Scanning doc for $function\n"; } } else { print STDERR "warning: $lineno: Cannot understand $_ on line $lineno", " - I thought it was a doc line\n"; $state = 0; } } elsif ($state == 2) { # look for head: lines, and include content if ($line =~ /$doc_sect/o) { $newsection = $1; $newcontents = $2; if ($contents ne '') { dump_section($section, $contents); $section = $section_default; } $contents = $newcontents; if ($contents ne "") { $contents .= "\n"; } $section = $newsection; } elsif ($line =~ /$doc_end/) { if ($contents ne "") { dump_section($section, $contents); $section = $section_default; $contents = ""; } $prototype = ''; $state = 3; } elsif ($line =~ /$doc_content/) { # miguel-style comment kludge, look for blank lines after # @parameter line to signify start of description if ($1 eq '' && $section =~ m/^@/) { dump_section($section, $contents); $section = $section_default; $contents = ""; } else { $contents .= $1."\n"; } } else { # i dont know - bad line? ignore. print STDERR "warning: $lineno: Bad line: $_"; } } elsif ($state == 3) { # scanning for function { (end of prototype) if ($line =~ /([a-zA-Z\s]+)enum(.*)$/) { $enum = 1; } if ($line =~ m#\s*/\*\s+MACDOC\s*#io) { # do nothing } elsif ($enum == 1 && $line =~ /(\s*\{).*/) { $prototype = "typedef enum {"; } elsif ($line =~ /([^\{]*)/) { $prototype .= $1; } if ($enum == 0 && $line =~ /;/) { $prototype =~ s@/\*.*?\*/@@gos; # strip comments. $prototype =~ s@[\r\n]+@ @gos; # strip newlines/cr's. $prototype =~ s@^ +@@gos; # strip leading spaces dump_function($prototype); $function = ""; %constants = (); %parameters = (); %parametertypes = (); @parameterlist = (); %sections = (); @sectionlist = (); $prototype = ""; $enum = 0; $state = 0; } elsif ($enum == 1 && $line =~ /\}/) { $prototype =~ s@/\*.*?\*/@@gos; # strip comments. $prototype =~ s@[\r\n]+@ @gos; # strip newlines/cr's. $prototype =~ s@^ +@@gos; # strip leading spaces dump_enum($prototype); $function = ""; %constants = (); %parameters = (); %parametertypes = (); @parameterlist = (); %sections = (); @sectionlist = (); $prototype = ""; $enum = 0; $state = 0; } } } } libidn2-2.0.4/doc/libidn2.html0000644000000000000000000017237113151533446012725 00000000000000 Libidn2 2.0.4

Libidn2 2.0.4

Table of Contents

Next: , Up: (dir)   [Contents][Index]

Libidn2

This manual is for Libidn2 (version 2.0.4, 21 July 2017), an implementation of IDNA2008/TR46 internationalized domain names.

Copyright © 2011-2017 Simon Josefsson


Next: , Previous: , Up: Top   [Contents][Index]

1 Introduction

Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in the form a library. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. It is available at https://gitlab.com/libidn/libidn2.

The library is a rewrite of the popular but legacy libidn library, and is backwards (API) compatible with it. See Converting from libidn for more information.

For technical reference on IDNA protocols, see

Libidn2 uses GNU libunistring (https://www.gnu.org/software/libunistring/) for Unicode processing and optionally GNU libiconv (https://www.gnu.org/software/libiconv/) for character set conversion.

The library is dual-licensed under LGPLv3 or GPLv2, see the file COPYING for detailed information.


Next: , Previous: , Up: Top   [Contents][Index]

2 Library Functions

Below are the interfaces of the Libidn2 library documented.

2.1 Header file idn2.h

To use the functions documented in this chapter, you need to include the file idn2.h like this:

#include <idn2.h>

2.2 Core Functions

When you have the data encoded in UTF-8 form the direct interfaces to the library are as follows.

idn2_to_ascii_8z

Function: int idn2_to_ascii_8z (const char * input, char ** output, int flags)

input: zero terminated input UTF-8 string.

output: pointer to newly allocated output string.

flags: optional idn2_flags to modify behaviour.

Convert UTF-8 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller.

When unsure, it is recommended to call this function with the IDN2_NONTRANSITIONAL and IDN2_NFC_INPUT flags.

Return value: Returns IDN2_OK on success, or error code.

Since: 2.0.0

idn2_to_unicode_8z8z

Function: int idn2_to_unicode_8z8z (const char * input, char ** output, int flags)

input: Input zero-terminated UTF-8 string.

output: Newly allocated UTF-8 output string.

flags: optional idn2_flags to modify behaviour.

Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-8 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Since: 2.0.0

idn2_lookup_u8

Function: int idn2_lookup_u8 (const uint8_t * src, uint8_t ** lookupname, int flags)

src: input zero-terminated UTF-8 string in Unicode NFC normalized form.

lookupname: newly allocated output variable with name to lookup in DNS.

flags: optional idn2_flags to modify behaviour.

Perform IDNA2008 lookup string conversion on domain name src , as described in section 5 of RFC 5891. Note that the input string must be encoded in UTF-8 and be in Unicode NFC form.

Pass IDN2_NFC_INPUT in flags to convert input to NFC form before further processing. IDN2_TRANSITIONAL and IDN2_NONTRANSITIONAL do already imply IDN2_NFC_INPUT . Pass IDN2_ALABEL_ROUNDTRIP in flags to convert any input A-labels to U-labels and perform additional testing (not implemented yet). Pass IDN2_TRANSITIONAL to enable Unicode TR46 transitional processing, and IDN2_NONTRANSITIONAL to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together.

After version 2.0.3: IDN2_USE_STD3_ASCII_RULES disabled by default. Previously we were eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use IDN2_USE_STD3_ASCII_RULES to enable that behavior again.

After version 0.11: lookupname may be NULL to test lookup of src without allocating memory.

Returns: On successful conversion IDN2_OK is returned, if the output domain or any label would have been too long IDN2_TOO_BIG_DOMAIN or IDN2_TOO_BIG_LABEL is returned, or another error code is returned.

Since: 0.1

idn2_register_u8

Function: int idn2_register_u8 (const uint8_t * ulabel, const uint8_t * alabel, uint8_t ** insertname, int flags)

ulabel: input zero-terminated UTF-8 and Unicode NFC string, or NULL.

alabel: input zero-terminated ACE encoded string (xn–), or NULL.

insertname: newly allocated output variable with name to register in DNS.

flags: optional idn2_flags to modify behaviour.

Perform IDNA2008 register string conversion on domain label ulabel and alabel , as described in section 4 of RFC 5891. Note that the input ulabel must be encoded in UTF-8 and be in Unicode NFC form.

Pass IDN2_NFC_INPUT in flags to convert input ulabel to NFC form before further processing.

It is recommended to supply both ulabel and alabel for better error checking, but supplying just one of them will work. Passing in only alabel is better than only ulabel . See RFC 5891 section 4 for more information.

After version 0.11: insertname may be NULL to test conversion of src without allocating memory.

Returns: On successful conversion IDN2_OK is returned, when the given ulabel and alabel does not match each other IDN2_UALABEL_MISMATCH is returned, when either of the input labels are too long IDN2_TOO_BIG_LABEL is returned, when alabel does does not appear to be a proper A-label IDN2_INVALID_ALABEL is returned, or another error code is returned.

2.3 Locale Functions

As a convenience, the following functions are provided that will convert the input from the locale encoding format to UTF-8 and normalize the string using NFC, and then apply the core functions described earlier.

idn2_to_ascii_lz

Function: int idn2_to_ascii_lz (const char * input, char ** output, int flags)

input: zero terminated input UTF-8 string.

output: pointer to newly allocated output string.

flags: optional idn2_flags to modify behaviour.

Convert a domain name in locale’s encoding to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller.

When unsure, it is recommended to call this function with the IDN2_NONTRANSITIONAL and IDN2_NFC_INPUT flags.

Returns: IDN2_OK on success, or error code. Same as described in idn2_lookup_ul() documentation.

Since: 2.0.0

idn2_to_unicode_8zlz

Function: int idn2_to_unicode_8zlz (const char * input, char ** output, int flags)

input: Input zero-terminated UTF-8 string.

output: Newly allocated output string in current locale’s character set.

flags: optional idn2_flags to modify behaviour.

Converts a possibly ACE encoded domain name in UTF-8 format into a string encoded in the current locale’s character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Since: 2.0.0

idn2_to_unicode_lzlz

Function: int idn2_to_unicode_lzlz (const char * input, char ** output, int flags)

input: Input zero-terminated string encoded in the current locale’s character set.

output: Newly allocated output string in current locale’s character set.

flags: optional idn2_flags to modify behaviour.

Converts a possibly ACE encoded domain name in the locale’s character set into a string encoded in the current locale’s character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Since: 2.0.0

idn2_lookup_ul

Function: int idn2_lookup_ul (const char * src, char ** lookupname, int flags)

src: input zero-terminated locale encoded string.

lookupname: newly allocated output variable with name to lookup in DNS.

flags: optional idn2_flags to modify behaviour.

Perform IDNA2008 lookup string conversion on domain name src , as described in section 5 of RFC 5891. Note that the input is assumed to be encoded in the locale’s default coding system, and will be transcoded to UTF-8 and NFC normalized by this function.

Pass IDN2_ALABEL_ROUNDTRIP in flags to convert any input A-labels to U-labels and perform additional testing. Pass IDN2_TRANSITIONAL to enable Unicode TR46 transitional processing, and IDN2_NONTRANSITIONAL to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together, for example IDN2_ALABEL_ROUNDTRIP | IDN2_NONTRANSITIONAL . The IDN2_NFC_INPUT in flags is always enabled in this function.

After version 0.11: lookupname may be NULL to test lookup of src without allocating memory.

Returns: On successful conversion IDN2_OK is returned, if conversion from locale to UTF-8 fails then IDN2_ICONV_FAIL is returned, if the output domain or any label would have been too long IDN2_TOO_BIG_DOMAIN or IDN2_TOO_BIG_LABEL is returned, or another error code is returned.

Since: 0.1

idn2_register_ul

Function: int idn2_register_ul (const char * ulabel, const char * alabel, char ** insertname, int flags)

ulabel: input zero-terminated locale encoded string, or NULL.

alabel: input zero-terminated ACE encoded string (xn–), or NULL.

insertname: newly allocated output variable with name to register in DNS.

flags: optional idn2_flags to modify behaviour.

Perform IDNA2008 register string conversion on domain label ulabel and alabel , as described in section 4 of RFC 5891. Note that the input ulabel is assumed to be encoded in the locale’s default coding system, and will be transcoded to UTF-8 and NFC normalized by this function.

It is recommended to supply both ulabel and alabel for better error checking, but supplying just one of them will work. Passing in only alabel is better than only ulabel . See RFC 5891 section 4 for more information.

After version 0.11: insertname may be NULL to test conversion of src without allocating memory.

Returns: On successful conversion IDN2_OK is returned, when the given ulabel and alabel does not match each other IDN2_UALABEL_MISMATCH is returned, when either of the input labels are too long IDN2_TOO_BIG_LABEL is returned, when alabel does does not appear to be a proper A-label IDN2_INVALID_ALABEL is returned, or another error code is returned.

2.4 Control Flags

The flags parameter can take on the following values, or a bit-wise inclusive or of any subset of the parameters:

Global flag: idn2_flags IDN2_NFC_INPUT

Apply NFC normalization on input.

Global flag: idn2_flags IDN2_ALABEL_ROUNDTRIP

Apply additional round-trip conversion of A-label inputs.

Global flag: idn2_flags IDN2_TRANSITIONAL

Perform Unicode TR46 transitional processing.

Global flag: idn2_flags IDN2_NONTRANSITIONAL

Perform Unicode TR46 non-transitional processing.

2.5 Error Handling

idn2_strerror

Function: const char * idn2_strerror (int rc)

rc: return code from another libidn2 function.

Convert internal libidn2 error code to a humanly readable string. The returned pointer must not be de-allocated by the caller.

Return value: A humanly readable string describing error.

idn2_strerror_name

Function: const char * idn2_strerror_name (int rc)

rc: return code from another libidn2 function.

Convert internal libidn2 error code to a string corresponding to internal header file symbols. For example, idn2_strerror_name(IDN2_MALLOC) will return the string "IDN2_MALLOC".

The caller must not attempt to de-allocate the returned string.

Return value: A string corresponding to error code symbol.

2.6 Return Codes

The functions normally return 0 on sucess or a negative error code.

Return code: idn2_rc IDN2_OK

Successful return.

Return code: idn2_rc IDN2_MALLOC

Memory allocation error.

Return code: idn2_rc IDN2_NO_CODESET

Could not determine locale string encoding format.

Return code: idn2_rc IDN2_ICONV_FAIL

Could not transcode locale string to UTF-8.

Return code: idn2_rc IDN2_ENCODING_ERROR

Unicode data encoding error.

Return code: idn2_rc IDN2_NFC

Error normalizing string.

Return code: idn2_rc IDN2_PUNYCODE_BAD_INPUT

Punycode invalid input.

Return code: idn2_rc IDN2_PUNYCODE_BIG_OUTPUT

Punycode output buffer too small.

Return code: idn2_rc IDN2_PUNYCODE_OVERFLOW

Punycode conversion would overflow.

Return code: idn2_rc IDN2_TOO_BIG_DOMAIN

Domain name longer than 255 characters.

Return code: idn2_rc IDN2_TOO_BIG_LABEL

Domain label longer than 63 characters.

Return code: idn2_rc IDN2_INVALID_ALABEL

Input A-label is not valid.

Return code: idn2_rc IDN2_UALABEL_MISMATCH

Input A-label and U-label does not match.

Return code: idn2_rc IDN2_INVALID_FLAGS

Invalid combination of flags.

Return code: idn2_rc IDN2_NOT_NFC

String is not NFC.

Return code: idn2_rc IDN2_2HYPHEN

String has forbidden two hyphens.

Return code: idn2_rc IDN2_HYPHEN_STARTEND

String has forbidden starting/ending hyphen.

Return code: idn2_rc IDN2_LEADING_COMBINING

String has forbidden leading combining character.

Return code: idn2_rc IDN2_DISALLOWED

String has disallowed character.

Return code: idn2_rc IDN2_CONTEXTJ

String has forbidden context-j character.

Return code: idn2_rc IDN2_CONTEXTJ_NO_RULE

String has context-j character with no rull.

Return code: idn2_rc IDN2_CONTEXTO

String has forbidden context-o character.

Return code: idn2_rc IDN2_CONTEXTO_NO_RULE

String has context-o character with no rull.

Return code: idn2_rc IDN2_UNASSIGNED

String has forbidden unassigned character.

Return code: idn2_rc IDN2_BIDI

String has forbidden bi-directional properties.

Return code: idn2_rc IDN2_DOT_IN_LABEL

Label has forbidden dot (TR46).

Return code: idn2_rc IDN2_INVALID_TRANSITIONAL

Label has character forbidden in transitional mode (TR46).

Return code: idn2_rc IDN2_INVALID_NONTRANSITIONAL

Label has character forbidden in non-transitional mode (TR46).

2.7 Memory Handling

idn2_free

Function: void idn2_free (void * ptr)

ptr: pointer to deallocate

Call free(3) on the given pointer.

This function is typically only useful on systems where the library malloc heap is different from the library caller malloc heap, which happens on Windows when the library is a separate DLL.

2.8 Version Check

It is often desirable to check that the version of Libidn2 used is indeed one which fits all requirements. Even with binary compatibility new features may have been introduced but due to problem with the dynamic linker an old version is actually used. So you may want to check that the version is okay right after program startup.

idn2_check_version

Function: const char * idn2_check_version (const char * req_version)

req_version: version string to compare with, or NULL.

Check IDN2 library version. This function can also be used to read out the version of the library code used. See IDN2_VERSION for a suitable req_version string, it corresponds to the idn2.h header file version. Normally these two version numbers match, but if you are using an application built against an older libidn2 with a newer libidn2 shared library they will be different.

Return value: Check that the version of the library is at minimum the one given as a string in req_version and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned.

The normal way to use the function is to put something similar to the following first in your main:

  if (!idn2_check_version (IDN2_VERSION))
    {
      printf ("idn2_check_version() failed:\n"
              "Header file incompatible with shared library.\n");
      exit(EXIT_FAILURE);
    }

Next: , Previous: , Up: Top   [Contents][Index]

3 Converting from libidn

This library is backwards (API) compatible with the libidn library (https://www.gnu.org/software/libidn/).

Although it is recommended for new software to use the native libidn2 functions (i.e., the ones prefixed with idn2), old software isn’t always feasible to modify.

3.1 Converting with minimal modifications

As such, libidn2, provides compatibility macros which switch all libidn functions, to libidn2 functions in a backwards compatible way. To take advantage of these compatibility functions, it is sufficient to replace the idna.h header in legacy code, with idn2.h. That would transform the software from using libidn, i.e., IDNA2003, to using libidn2 with IDNA2008 non-transitional encoding.

3.2 Converting to native APIs

However, it is recommended to switch applications to the IDN2 native APIs. The following table provides a mapping of libidn code snippets to libidn2, for switching to IDNA2008.

libidnlibidn2
rc = idna_to_ascii_8z (buf, &p, 0 /* any flags */);
if (rc != IDNA_SUCCESS)
rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL);
if (rc != IDN2_OK)
rc = idna_to_unicode_8z8z (buf, &p, 0 /* any flags */);
if (rc != IDNA_SUCCESS)
rc = idn2_to_unicode_8z8z (buf, &p, 0);
if (rc != IDN2_OK)

Note that, although the table only lists the UTF-8 functions, the mapping is identical for every other one on the family of toUnicode and toAscii. As the IDNA2003 details differ signicantly to IDNA2008, no flags used in the libidn functions map to any specific flags; it is safe to use the suggested libidn2 flags.

3.3 Converting with backwards compatibility

In several cases where IDNA2008 mappings do not exist whereas IDNA2003 mappings do, software like browsers take a backwards compatible approach. That is convert the domain to IDNA2008 form, and if that fails try the IDNA2003 conversion. The following example demonstrates that approach.

rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); /* IDNA2008 */
if (rc == IDN2_DISALLOWED)
  rc = idn2_to_ascii_8z (buf, &p, IDN2_TRANSITIONAL); /* IDNA2003 - compatible */

3.4 Using libidn and libidn2 code

In the special case of software that needs to support both libraries (e.g., both IDNA2003 and IDNA2008), you must define IDN2_SKIP_LIBIDN_COMPAT prior to including idn2.h in order to be able to use both libraries’ functions.


Next: , Previous: , Up: Top   [Contents][Index]

4 Examples

This chapter contains example code which illustrate how Libidn2 is used when you write your own application.


Next: , Up: Examples   [Contents][Index]

4.1 ToASCII example

This example demonstrates how the library is used to convert internationalized domain names into ASCII compatible names (ACE). It expects input to be in UTF-8 form.

/* example-toascii.c --- Example ToASCII() code showing how to use Libidn2.
 *
 * This code is placed under public domain.
 */

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <idn2.h>		/* idn2_to_ascii_8z() */

/*
 * Compiling using pkg-config is recommended:
 *
 * $ cc -o example-toascii example-toascii.c $(pkg-config --cflags --libs libidn2)
 * $ ./example-toascii
 * Input domain encoded as `UTF-8': βόλος.com
 * Read string (length 15): ce b2 cf 8c ce bb ce bf cf 82 2e 63 6f 6d 0a
 * ACE label (length 17): 'xn--nxasmm1c.com'
 *
 */

int
main (void)
{
  char buf[BUFSIZ];
  char *p;
  int rc;
  size_t i;

  if (!fgets (buf, BUFSIZ, stdin))
    perror ("fgets");
  buf[strlen (buf) - 1] = '\0';

  printf ("Read string (length %ld): ", (long int) strlen (buf));
  for (i = 0; i < strlen (buf); i++)
    printf ("%02x ", (unsigned) buf[i] & 0xFF);
  printf ("\n");

  /* Use non-transitional IDNA2008 */
  rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL);
  if (rc != IDNA_SUCCESS)
    {
      printf ("ToASCII() failed (%d): %s\n", rc, idn2_strerror (rc));
      return EXIT_FAILURE;
    }

  printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p);

  free (p); /* or idn2_free() */

  return 0;
}

Next: , Previous: , Up: Examples   [Contents][Index]

4.2 ToUnicode example

This example demonstrates how the library is used to convert ASCII compatible names (ACE) to internationalized domain names. Both input and output are in UTF-8 form.

/* example-tounicode.c --- Example ToUnicode() code showing how to use Libidn2.
 *
 * This code is placed under public domain.
 */

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <idn2.h>		/* idn2_to_unicode_8z8z() */

/*
 * Compiling using pkg-config is recommended:
 *
 * $ cc -o example-to-unicode example-to-unicode.c $(pkg-config --cflags --libs libidn2)
 * $ ./example-tounicode
 * Input domain (ACE) encoded as `UTF-8': xn--nxasmm1c.com
 *
 * Read string (length 16): 78 6e 2d 2d 6e 78 61 73 6d 6d 31 63 2e 63 6f 6d
 * ACE label (length 14): 'βόλος.com'
 *
 */

int
main (void)
{
  char buf[BUFSIZ];
  char *p;
  int rc;
  size_t i;

  if (!fgets (buf, BUFSIZ, stdin))
    perror ("fgets");
  buf[strlen (buf) - 1] = '\0';

  printf ("Read string (length %ld): ", (long int) strlen (buf));
  for (i = 0; i < strlen (buf); i++)
    printf ("%02x ", (unsigned) buf[i] & 0xFF);
  printf ("\n");

  rc = idn2_to_unicode_8z8z (buf, &p, 0);
  if (rc != IDNA_SUCCESS)
    {
      printf ("ToUnicode() failed (%d): %s\n", rc, idn2_strerror (rc));
      return EXIT_FAILURE;
    }

  printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p);

  free (p); /* or idn2_free() */

  return 0;
}

Next: , Previous: , Up: Examples   [Contents][Index]

4.3 Lookup

This example demonstrates how a domain name is processed before it is lookup in the DNS. The input expected is in the locale encoding.

#include <stdio.h> /* printf, fflush, fgets, stdin, perror, fprintf */
#include <string.h> /* strlen */
#include <locale.h> /* setlocale */
#include <stdlib.h> /* free */
#include <idn2.h> /* idn2_lookup_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */

int
main (int argc, char *argv[])
{
  int rc;
  char src[BUFSIZ];
  char *lookupname;

  setlocale (LC_ALL, "");

  printf ("Enter (possibly non-ASCII) domain name to lookup: ");
  fflush (stdout);
  if (!fgets (src, sizeof (src), stdin))
    {
      perror ("fgets");
      return 1;
    }
  src[strlen (src) - 1] = '\0';

  rc = idn2_lookup_ul (src, &lookupname, 0);
  if (rc != IDN2_OK)
    {
      fprintf (stderr, "error: %s (%s, %d)\n",
	       idn2_strerror (rc), idn2_strerror_name (rc), rc);
      return 1;
    }

  printf ("IDNA2008 domain name to lookup in DNS: %s\n", lookupname);

  free (lookupname);

  return 0;
}

Previous: , Up: Examples   [Contents][Index]

4.4 Register

This example demonstrates how a domain label is processed before it is registered in the DNS. The input expected is in the locale encoding.

#include <stdio.h> /* printf, fflush, fgets, stdin, perror, fprintf */
#include <string.h> /* strlen */
#include <locale.h> /* setlocale */
#include <stdlib.h> /* free */
#include <idn2.h> /* idn2_register_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */

int
main (int argc, char *argv[])
{
  int rc;
  char src[BUFSIZ];
  char *insertname;

  setlocale (LC_ALL, "");

  printf ("Enter (possibly non-ASCII) label to register: ");
  fflush (stdout);
  if (!fgets (src, sizeof (src), stdin))
    {
      perror ("fgets");
      return 1;
    }
  src[strlen (src) - 1] = '\0';

  rc = idn2_register_ul (src, NULL, &insertname, 0);
  if (rc != IDN2_OK)
    {
      fprintf (stderr, "error: %s (%s, %d)\n",
	       idn2_strerror (rc), idn2_strerror_name (rc), rc);
      return 1;
    }

  printf ("IDNA2008 label to register in DNS: %s\n", insertname);

  free (insertname);

  return 0;
}

Next: , Previous: , Up: Top   [Contents][Index]

5 Invoking idn2

idn2 translates internationalized domain names to the IDNA2008 encoded format, either for lookup or registration.

If strings are specified on the command line, they are used as input and the computed output is printed to standard output stdout. If no strings are specified on the command line, the program read data, line by line, from the standard input stdin, and print the computed output to standard output. What processing is performed (e.g., lookup or register) is indicated by options. If any errors are encountered, the execution of the applications is aborted.

All strings are expected to be encoded in the preferred charset used by your locale. Use --debug to find out what this charset is. On POSIX systems you may use the LANG environment variable to specify a different locale.

To process a string that starts with -, for example -foo, use -- to signal the end of parameters, as in idn2 -r -- -foo.

5.1 Options

idn2 recognizes these commands:

  -h, --help               Print help and exit

  -V, --version            Print version and exit

  -d, --decode             Decode (punycode) domain name

  -l, --lookup             Lookup domain name (default)

  -r, --register           Register label

  -T, --tr46t              Enable TR46 transitional processing

  -N, --tr46nt             Enable TR46 non-transitional processing

      --debug              Print debugging information

      --quiet              Silent operation

5.2 Environment Variables

On POSIX systems the LANG environment variable can be used to override the system locale for the command being invoked. The system locale may influence what character set is used to decode data (i.e., strings on the command line or data read from the standard input stream), and to encode data to the standard output. If your system is set up correctly, however, the application will use the correct locale and character set automatically. Example usage:

$ LANG=en_US.UTF-8 idn2
...

5.3 Examples

Standard usage, reading input from standard input and disabling license and usage instructions:

jas@latte:~$ idn2 --quiet
räksmörgås.se
xn--rksmrgs-5wao1o.se
...

Reading input from the command line:

jas@latte:~$ idn2 räksmörgås.se blåbærgrød.no
xn--rksmrgs-5wao1o.se
xn--blbrgrd-fxak7p.no
jas@latte:~$

Testing the IDNA2008 Register function:

jas@latte:~$ idn2 --register fußball
xn--fuball-cta
jas@latte:~$

5.4 Troubleshooting

Getting character data encoded right, and making sure Libidn2 use the same encoding, can be difficult. The reason for this is that most systems may encode character data in more than one character encoding, i.e., using UTF-8 together with ISO-8859-1 or ISO-2022-JP. This problem is likely to continue to exist until only one character encoding come out as the evolutionary winner, or (more likely, at least to some extents) forever.

The first step to troubleshooting character encoding problems with Libidn2 is to use the ‘--debug’ parameter to find out which character set encoding ‘idn2’ believe your locale uses.

jas@latte:~$ idn2 --debug --quiet ""
Charset: UTF-8

jas@latte:~$

If it prints ANSI_X3.4-1968 (i.e., US-ASCII), this indicate you have not configured your locale properly. To configure the locale, you can, for example, use ‘LANG=sv_SE.UTF-8; export LANG’ at a /bin/sh prompt, to set up your locale for a Swedish environment using UTF-8 as the encoding.

Sometimes ‘idn2’ appear to be unable to translate from your system locale into UTF-8 (which is used internally), and you will get an error message like this:

idn2: lookup: could not convert string to UTF-8

One explanation is that you didn’t install the ‘iconv’ conversion tools. You can find it as a standalone library in GNU Libiconv (https://www.gnu.org/software/libiconv/). On many GNU/Linux systems, this library is part of the system, but you may have to install additional packages to be able to use it.

Another explanation is that the error is correct and you are feeding ‘idn2’ invalid data. This can happen inadvertently if you are not careful with the character set encoding you use. For example, if your shell run in a ISO-8859-1 environment, and you invoke ‘idn2’ with the ‘LANG’ environment variable as follows, you will feed it ISO-8859-1 characters but force it to believe they are UTF-8. Naturally this will lead to an error, unless the byte sequences happen to be valid UTF-8. Note that even if you don’t get an error, the output may be incorrect in this situation, because ISO-8859-1 and UTF-8 does not in general encode the same characters as the same byte sequences.

jas@latte:~$ idn2 --quiet --debug ""
Charset: ISO-8859-1

jas@latte:~$ LANG=sv_SE.UTF-8 idn2 --debug räksmörgås
Charset: UTF-8
input[0] = 0x72
input[1] = 0xc3
input[2] = 0xa4
input[3] = 0xc3
input[4] = 0xa4
input[5] = 0x6b
input[6] = 0x73
input[7] = 0x6d
input[8] = 0xc3
input[9] = 0xb6
input[10] = 0x72
input[11] = 0x67
input[12] = 0xc3
input[13] = 0xa5
input[14] = 0x73
UCS-4 input[0] = U+0072
UCS-4 input[1] = U+00e4
UCS-4 input[2] = U+00e4
UCS-4 input[3] = U+006b
UCS-4 input[4] = U+0073
UCS-4 input[5] = U+006d
UCS-4 input[6] = U+00f6
UCS-4 input[7] = U+0072
UCS-4 input[8] = U+0067
UCS-4 input[9] = U+00e5
UCS-4 input[10] = U+0073
output[0] = 0x72
output[1] = 0xc3
output[2] = 0xa4
output[3] = 0xc3
output[4] = 0xa4
output[5] = 0x6b
output[6] = 0x73
output[7] = 0x6d
output[8] = 0xc3
output[9] = 0xb6
output[10] = 0x72
output[11] = 0x67
output[12] = 0xc3
output[13] = 0xa5
output[14] = 0x73
UCS-4 output[0] = U+0072
UCS-4 output[1] = U+00e4
UCS-4 output[2] = U+00e4
UCS-4 output[3] = U+006b
UCS-4 output[4] = U+0073
UCS-4 output[5] = U+006d
UCS-4 output[6] = U+00f6
UCS-4 output[7] = U+0072
UCS-4 output[8] = U+0067
UCS-4 output[9] = U+00e5
UCS-4 output[10] = U+0073
xn--rksmrgs-5waap8p
jas@latte:~$

The sense moral here is to forget about ‘LANG’ (instead, configure your system locale properly) unless you know what you are doing, and if you want to use ‘LANG’, do it carefully and after verifying with ‘--debug’ that you get the desired results.


Next: , Previous: , Up: Top   [Contents][Index]

Interface Index

Jump to:   I  
Index Entry  Section

I
idn2_check_version: Library Functions
idn2_free: Library Functions
idn2_lookup_u8: Library Functions
idn2_lookup_ul: Library Functions
idn2_register_u8: Library Functions
idn2_register_ul: Library Functions
idn2_strerror: Library Functions
idn2_strerror_name: Library Functions
idn2_to_ascii_8z: Library Functions
idn2_to_ascii_lz: Library Functions
idn2_to_unicode_8z8z: Library Functions
idn2_to_unicode_8zlz: Library Functions
idn2_to_unicode_lzlz: Library Functions

Jump to:   I  

Previous: , Up: Top   [Contents][Index]

Concept Index

Jump to:   C   E   I   L  
Index Entry  Section

C
command line: Invoking idn2

E
Examples: Examples

I
idn2: Invoking idn2
invoking idn2: Invoking idn2

L
libidn: Converting from libidn
Library Functions: Library Functions

Jump to:   C   E   I   L  

libidn2-2.0.4/doc/Makefile.gdoci0000644000000000000000000000520513062767712013235 00000000000000# -*- makefile -*- # Copyright (C) 2002-2017 Simon Josefsson # # This file is part of GNU Libidn. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . BUILT_SOURCES += Makefile.gdoc Makefile.gdoc: $(top_builddir)/configure Makefile.am Makefile.gdoci $(GDOC_SRC) echo '# This file is automatically generated. DO NOT EDIT! -*- makefile -*-' > Makefile.gdoc echo >> Makefile.gdoc echo 'gdoc_TEXINFOS =' >> Makefile.gdoc echo 'gdoc_MANS =' >> Makefile.gdoc echo >> Makefile.gdoc for file in $(GDOC_SRC); do \ shortfile=`basename $$file`; \ echo "#" >> Makefile.gdoc; \ echo "### $$shortfile" >> Makefile.gdoc; \ echo "#" >> Makefile.gdoc; \ echo "gdoc_TEXINFOS += $(GDOC_TEXI_PREFIX)$$shortfile.texi" >> Makefile.gdoc; \ echo "$(GDOC_TEXI_PREFIX)$$shortfile.texi: $$file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $$@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo $$(GDOC_TEXI_EXTRA_ARGS) $$< > $$@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ functions=`$(PERL) $(srcdir)/gdoc -listfunc $$file`; \ for function in $$functions; do \ echo "# $$shortfile: $$function" >> Makefile.gdoc; \ echo "gdoc_TEXINFOS += $(GDOC_TEXI_PREFIX)$$function.texi" >> Makefile.gdoc; \ echo "$(GDOC_TEXI_PREFIX)$$function.texi: $$file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $$@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo $$(GDOC_TEXI_EXTRA_ARGS) -function'" $$function"' $$< > $$@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ echo "gdoc_MANS += $(GDOC_MAN_PREFIX)$$function.3" >> Makefile.gdoc; \ echo "$(GDOC_MAN_PREFIX)$$function.3: $$file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $$@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -man $$(GDOC_MAN_EXTRA_ARGS) -function'" $$function"' $$< > $$@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ done; \ echo >> Makefile.gdoc; \ done $(MAKE) Makefile include Makefile.gdoc libidn2-2.0.4/doc/Makefile.in0000644000000000000000000021220113151533423012537 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -*- makefile -*- # Copyright (C) 2002-2017 Simon Josefsson # # This file is part of GNU Libidn. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # This file is automatically generated. DO NOT EDIT! -*- makefile -*- VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/version.texi \ $(srcdir)/stamp-vti $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = AM_V_DVIPS = $(am__v_DVIPS_@AM_V@) am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) am__v_DVIPS_0 = @echo " DVIPS " $@; am__v_DVIPS_1 = AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; am__v_MAKEINFO_1 = AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) am__v_INFOHTML_0 = @echo " INFOHTML" $@; am__v_INFOHTML_1 = AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; am__v_TEXI2DVI_1 = AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; am__v_TEXI2PDF_1 = AM_V_texinfo = $(am__v_texinfo_@AM_V@) am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) am__v_texinfo_0 = -q am__v_texinfo_1 = AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = INFO_DEPS = $(srcdir)/libidn2.info TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux DVIS = libidn2.dvi PDFS = libidn2.pdf PSS = libidn2.ps HTMLS = libidn2.html TEXINFOS = libidn2.texi TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html DVIPS = dvips RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" \ "$(DESTDIR)$(man3dir)" am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 man3dir = $(mandir)/man3 NROFF = nroff MANS = $(dist_man_MANS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(dist_man_MANS) $(libidn2_TEXINFOS) \ $(srcdir)/Makefile.gdoc $(srcdir)/Makefile.gdoci \ $(srcdir)/Makefile.in $(top_srcdir)/build-aux/mdate-sh \ $(top_srcdir)/build-aux/texinfo.tex 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" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ SUBDIRS = reference EXTRA_DIST = gdoc libidn2.html libidn2.pdf texinfo.css idn2.md BUILT_SOURCES = idn2.1 Makefile.gdoc info_TEXINFOS = libidn2.texi libidn2_TEXINFOS = libidn2.texi example-tounicode.c example-toascii.c decode.c lookup.c register.c $(gdoc_TEXINFOS) AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ --no-split --number-sections --css-include=texinfo.css dist_man_MANS = $(gdoc_MANS) idn2.1 CLEANFILES = $(dist_man_MANS) decode.c example-tounicode.c example-toascii.c lookup.c \ register.c stamp-vti version.texi $(srcdir)/libidn2.info # GDOC GDOC_SRC = $(top_srcdir)/lib/decode.c $(top_srcdir)/lib/lookup.c $(top_srcdir)/lib/register.c \ $(top_srcdir)/lib/error.c $(top_srcdir)/lib/version.c $(top_srcdir)/lib/free.c GDOC_TEXI_PREFIX = texi/ GDOC_MAN_PREFIX = man/ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) -sourceversion $(VERSION) \ -includefuncprefix -seeinfo $(PACKAGE) # ### decode.c # # decode.c: idn2_to_unicode_8z4z # decode.c: idn2_to_unicode_4z4z # decode.c: idn2_to_unicode_44i # decode.c: idn2_to_unicode_8z8z # decode.c: idn2_to_unicode_8zlz # decode.c: idn2_to_unicode_lzlz # ### lookup.c # # lookup.c: idn2_lookup_u8 # lookup.c: idn2_lookup_ul # lookup.c: idn2_to_ascii_4i # lookup.c: idn2_to_ascii_4z # lookup.c: idn2_to_ascii_8z # lookup.c: idn2_to_ascii_lz # ### register.c # # register.c: idn2_register_u8 # register.c: idn2_register_ul # ### error.c # # error.c: idn2_strerror # error.c: idn2_strerror_name # ### version.c # # version.c: idn2_check_version # ### free.c # # free.c: idn2_free gdoc_TEXINFOS = texi/decode.c.texi texi/idn2_to_unicode_8z4z.texi \ texi/idn2_to_unicode_4z4z.texi texi/idn2_to_unicode_44i.texi \ texi/idn2_to_unicode_8z8z.texi texi/idn2_to_unicode_8zlz.texi \ texi/idn2_to_unicode_lzlz.texi texi/lookup.c.texi \ texi/idn2_lookup_u8.texi texi/idn2_lookup_ul.texi \ texi/idn2_to_ascii_4i.texi texi/idn2_to_ascii_4z.texi \ texi/idn2_to_ascii_8z.texi texi/idn2_to_ascii_lz.texi \ texi/register.c.texi texi/idn2_register_u8.texi \ texi/idn2_register_ul.texi texi/error.c.texi \ texi/idn2_strerror.texi texi/idn2_strerror_name.texi \ texi/version.c.texi texi/idn2_check_version.texi \ texi/free.c.texi texi/idn2_free.texi gdoc_MANS = man/idn2_to_unicode_8z4z.3 man/idn2_to_unicode_4z4z.3 \ man/idn2_to_unicode_44i.3 man/idn2_to_unicode_8z8z.3 \ man/idn2_to_unicode_8zlz.3 man/idn2_to_unicode_lzlz.3 \ man/idn2_lookup_u8.3 man/idn2_lookup_ul.3 \ man/idn2_to_ascii_4i.3 man/idn2_to_ascii_4z.3 \ man/idn2_to_ascii_8z.3 man/idn2_to_ascii_lz.3 \ man/idn2_register_u8.3 man/idn2_register_ul.3 \ man/idn2_strerror.3 man/idn2_strerror_name.3 \ man/idn2_check_version.3 man/idn2_free.3 all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .dvi .html .info .pdf .ps .texi $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.gdoci $(srcdir)/Makefile.gdoc $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/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; $(srcdir)/Makefile.gdoci $(srcdir)/Makefile.gdoc $(am__empty): $(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 .texi.info: $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$$am__cwd"; \ if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $@ $<; \ then \ rc=0; \ $(am__cd) $(srcdir); \ else \ rc=$$?; \ $(am__cd) $(srcdir) && \ $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ fi; \ rm -rf $$backupdir; exit $$rc .texi.dvi: $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ $< .texi.pdf: $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ $< .texi.html: $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) $<; \ then \ rm -rf $@ && mv $(@:.html=.htp) $@; \ else \ rm -rf $(@:.html=.htp); exit 1; \ fi $(srcdir)/libidn2.info: libidn2.texi $(srcdir)/version.texi $(libidn2_TEXINFOS) libidn2.dvi: libidn2.texi $(srcdir)/version.texi $(libidn2_TEXINFOS) libidn2.pdf: libidn2.texi $(srcdir)/version.texi $(libidn2_TEXINFOS) libidn2.html: libidn2.texi $(srcdir)/version.texi $(libidn2_TEXINFOS) $(srcdir)/version.texi: $(srcdir)/stamp-vti $(srcdir)/stamp-vti: libidn2.texi $(top_srcdir)/configure @(dir=.; test -f ./libidn2.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/libidn2.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \ (cmp -s vti.tmp$$$$ $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi" && \ cp vti.tmp$$$$ $(srcdir)/version.texi.tmp$$$$ && \ mv $(srcdir)/version.texi.tmp$$$$ $(srcdir)/version.texi)) && \ rm -f vti.tmp$$$$ $(srcdir)/version.texi.$$$$ @cp $(srcdir)/version.texi $@ mostlyclean-vti: -rm -f vti.tmp* $(srcdir)/version.texi.tmp* maintainer-clean-vti: -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi .dvi.ps: $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) $(AM_V_texinfo) -o $@ $< uninstall-dvi-am: @$(NORMAL_UNINSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ rm -f "$(DESTDIR)$(dvidir)/$$f"; \ done uninstall-html-am: @$(NORMAL_UNINSTALL) @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ done uninstall-info-am: @$(PRE_UNINSTALL) @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ done; \ else :; fi @$(NORMAL_UNINSTALL) @list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done uninstall-pdf-am: @$(NORMAL_UNINSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ done uninstall-ps-am: @$(NORMAL_UNINSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ rm -f "$(DESTDIR)$(psdir)/$$f"; \ done dist-info: $(INFO_DEPS) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; \ for base in $$list; do \ case $$base in \ $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$base; then d=.; else d=$(srcdir); fi; \ base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ if test -f $$file; then \ relfile=`expr "$$file" : "$$d/\(.*\)"`; \ test -f "$(distdir)/$$relfile" || \ cp -p $$file "$(distdir)/$$relfile"; \ else :; fi; \ done; \ done mostlyclean-aminfo: -rm -rf libidn2.t2d libidn2.t2p clean-aminfo: -test -z "libidn2.dvi libidn2.pdf libidn2.ps libidn2.html" \ || rm -rf libidn2.dvi libidn2.pdf libidn2.ps libidn2.html maintainer-clean-aminfo: @list='$(INFO_DEPS)'; for i in $$list; do \ i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(dist_man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man3: $(dist_man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(dist_man_MANS)'; \ test -n "$(man3dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.3[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ done; } uninstall-man3: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man3dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.3[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-info check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(INFO_DEPS) $(MANS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-recursive clean-am: clean-aminfo 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: $(DVIS) html: html-recursive html-am: $(HTMLS) info: info-recursive info-am: $(INFO_DEPS) install-data-am: install-info-am install-man install-dvi: install-dvi-recursive install-dvi-am: $(DVIS) @$(NORMAL_INSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ done install-exec-am: install-html: install-html-recursive install-html-am: $(HTMLS) @$(NORMAL_INSTALL) @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ $(am__strip_dir) \ d2=$$d$$p; \ if test -d "$$d2"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ else \ list2="$$list2 $$d2"; \ fi; \ done; \ test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done; } install-info: install-info-recursive install-info-am: $(INFO_DEPS) @$(NORMAL_INSTALL) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ fi; \ for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ if test -f $$ifile; then \ echo "$$ifile"; \ else : ; fi; \ done; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done @$(POST_INSTALL) @if $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ done; \ else : ; fi install-man: install-man1 install-man3 install-pdf: install-pdf-recursive install-pdf-am: $(PDFS) @$(NORMAL_INSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done install-ps: install-ps-recursive install-ps-am: $(PSS) @$(NORMAL_INSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-vti mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \ mostlyclean-libtool mostlyclean-vti pdf: pdf-recursive pdf-am: $(PDFS) ps: ps-recursive ps-am: $(PSS) uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-man uninstall-pdf-am uninstall-ps-am uninstall-man: uninstall-man1 uninstall-man3 .MAKE: $(am__recursive_targets) all check install install-am \ install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-aminfo clean-generic clean-libtool \ clean-local cscopelist-am ctags ctags-am dist-info 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-man1 \ install-man3 install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean \ maintainer-clean-aminfo maintainer-clean-generic \ maintainer-clean-vti mostlyclean mostlyclean-aminfo \ mostlyclean-generic mostlyclean-libtool mostlyclean-vti pdf \ pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-man uninstall-man1 uninstall-man3 uninstall-pdf-am \ uninstall-ps-am .PRECIOUS: Makefile decode.c: $(top_srcdir)/examples/decode.c tail -n +18 $< > $@.tmp mv $@.tmp $@ lookup.c: $(top_srcdir)/examples/lookup.c tail -n +18 $< > $@.tmp mv $@.tmp $@ register.c: $(top_srcdir)/examples/register.c tail -n +18 $< > $@.tmp mv $@.tmp $@ example-tounicode.c: $(top_srcdir)/examples/example-tounicode.c cp $< $@ example-toascii.c: $(top_srcdir)/examples/example-toascii.c cp $< $@ idn2.1: idn2.md ronn -r $^ >$@ Makefile.gdoc: $(top_builddir)/configure Makefile.am Makefile.gdoci $(GDOC_SRC) echo '# This file is automatically generated. DO NOT EDIT! -*- makefile -*-' > Makefile.gdoc echo >> Makefile.gdoc echo 'gdoc_TEXINFOS =' >> Makefile.gdoc echo 'gdoc_MANS =' >> Makefile.gdoc echo >> Makefile.gdoc for file in $(GDOC_SRC); do \ shortfile=`basename $$file`; \ echo "#" >> Makefile.gdoc; \ echo "### $$shortfile" >> Makefile.gdoc; \ echo "#" >> Makefile.gdoc; \ echo "gdoc_TEXINFOS += $(GDOC_TEXI_PREFIX)$$shortfile.texi" >> Makefile.gdoc; \ echo "$(GDOC_TEXI_PREFIX)$$shortfile.texi: $$file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $$@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo $$(GDOC_TEXI_EXTRA_ARGS) $$< > $$@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ functions=`$(PERL) $(srcdir)/gdoc -listfunc $$file`; \ for function in $$functions; do \ echo "# $$shortfile: $$function" >> Makefile.gdoc; \ echo "gdoc_TEXINFOS += $(GDOC_TEXI_PREFIX)$$function.texi" >> Makefile.gdoc; \ echo "$(GDOC_TEXI_PREFIX)$$function.texi: $$file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $$@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -texinfo $$(GDOC_TEXI_EXTRA_ARGS) -function'" $$function"' $$< > $$@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ echo "gdoc_MANS += $(GDOC_MAN_PREFIX)$$function.3" >> Makefile.gdoc; \ echo "$(GDOC_MAN_PREFIX)$$function.3: $$file" >> Makefile.gdoc; \ echo 'TABmkdir -p `dirname $$@`' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo 'TAB$$(PERL) $$(top_srcdir)/doc/gdoc -man $$(GDOC_MAN_EXTRA_ARGS) -function'" $$function"' $$< > $$@' | sed "s/TAB/ /" >> Makefile.gdoc; \ echo >> Makefile.gdoc; \ done; \ echo >> Makefile.gdoc; \ done $(MAKE) Makefile texi/decode.c.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ texi/idn2_to_unicode_8z4z.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_8z4z $< > $@ man/idn2_to_unicode_8z4z.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_8z4z $< > $@ texi/idn2_to_unicode_4z4z.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_4z4z $< > $@ man/idn2_to_unicode_4z4z.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_4z4z $< > $@ texi/idn2_to_unicode_44i.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_44i $< > $@ man/idn2_to_unicode_44i.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_44i $< > $@ texi/idn2_to_unicode_8z8z.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_8z8z $< > $@ man/idn2_to_unicode_8z8z.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_8z8z $< > $@ texi/idn2_to_unicode_8zlz.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_8zlz $< > $@ man/idn2_to_unicode_8zlz.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_8zlz $< > $@ texi/idn2_to_unicode_lzlz.texi: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_unicode_lzlz $< > $@ man/idn2_to_unicode_lzlz.3: ../lib/decode.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_unicode_lzlz $< > $@ texi/lookup.c.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ texi/idn2_lookup_u8.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_lookup_u8 $< > $@ man/idn2_lookup_u8.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_lookup_u8 $< > $@ texi/idn2_lookup_ul.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_lookup_ul $< > $@ man/idn2_lookup_ul.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_lookup_ul $< > $@ texi/idn2_to_ascii_4i.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_4i $< > $@ man/idn2_to_ascii_4i.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_4i $< > $@ texi/idn2_to_ascii_4z.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_4z $< > $@ man/idn2_to_ascii_4z.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_4z $< > $@ texi/idn2_to_ascii_8z.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_8z $< > $@ man/idn2_to_ascii_8z.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_8z $< > $@ texi/idn2_to_ascii_lz.texi: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_lz $< > $@ man/idn2_to_ascii_lz.3: ../lib/lookup.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_lz $< > $@ texi/register.c.texi: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ texi/idn2_register_u8.texi: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_register_u8 $< > $@ man/idn2_register_u8.3: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_register_u8 $< > $@ texi/idn2_register_ul.texi: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_register_ul $< > $@ man/idn2_register_ul.3: ../lib/register.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_register_ul $< > $@ texi/error.c.texi: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ texi/idn2_strerror.texi: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_strerror $< > $@ man/idn2_strerror.3: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_strerror $< > $@ texi/idn2_strerror_name.texi: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_strerror_name $< > $@ man/idn2_strerror_name.3: ../lib/error.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_strerror_name $< > $@ texi/version.c.texi: ../lib/version.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ texi/idn2_check_version.texi: ../lib/version.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_check_version $< > $@ man/idn2_check_version.3: ../lib/version.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_check_version $< > $@ texi/free.c.texi: ../lib/free.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) $< > $@ texi/idn2_free.texi: ../lib/free.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_free $< > $@ man/idn2_free.3: ../lib/free.c mkdir -p `dirname $@` $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_free $< > $@ clean-local: rm -rf man texi manual manual: ../build-aux/gendocs.sh --html --css-include=texinfo.css -o manual $(PACKAGE) "$(PACKAGE_NAME)" # 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: libidn2-2.0.4/doc/decode.c0000644000000000000000000000160013151533442012061 00000000000000#include /* uint8_t */ #include /* printf, fflush, fgets, stdin, perror, fprintf */ #include /* strlen */ #include /* setlocale */ #include /* free */ #include /* idn2_lookup_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *decoded; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) domain name to decode: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_to_unicode_lzlz (src, &decoded, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("Decoded domain name: %s\n", decoded); free (decoded); return 0; } libidn2-2.0.4/doc/version.texi0000644000000000000000000000013513151533442013054 00000000000000@set UPDATED 21 July 2017 @set UPDATED-MONTH July 2017 @set EDITION 2.0.4 @set VERSION 2.0.4 libidn2-2.0.4/doc/reference/0000755000000000000000000000000013151533502012510 500000000000000libidn2-2.0.4/doc/reference/version.xml.in0000644000000000000000000000001113026726501015240 00000000000000@VERSION@libidn2-2.0.4/doc/reference/Makefile.am0000644000000000000000000000575313134401252014473 00000000000000# The name of the module, e.g. 'glib'. DOC_MODULE=$(PACKAGE) # Uncomment for versioned docs and specify the version of the module, e.g. '2'. #DOC_MODULE_VERSION=2 # The top-level XML file. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # Directories containing the source code. # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk DOC_SOURCE_DIR=$(top_srcdir)/lib # Extra options to pass to gtkdoc-scangobj. Normally not needed. SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" SCAN_OPTIONS=--ignore-decorators=_IDN2_API # Extra options to supply to gtkdoc-mkdb # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml MKDB_OPTIONS=--xml-mode --output-format=xml # Extra options to supply to gtkdoc-mkhtml MKHTML_OPTIONS= # Extra options to supply to gtkdoc-fixref. Normally not needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c HFILE_GLOB=$(top_srcdir)/lib/*.h CFILE_GLOB=$(top_srcdir)/lib/*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h EXTRA_HFILES= # Header files or dirs to ignore when scanning. Use base file/dir names # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code IGNORE_HFILES=bidi.h context.h data.h idna.h punycode.h tables.h tr46map.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png HTML_IMAGES= # Extra files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.xml building.xml changes-2.0.xml content_files= # Files where gtk-doc abbrevations (#GtkWidget) are expanded # e.g. expand_content_files=running.xml expand_content_files= # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. # Only needed if you are using gtkdoc-scangobj to dynamically query widget # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_CFLAGS= GTKDOC_LIBS= # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make # Comment this out if you want 'make check' to test you doc status # and run some sanity checks if ENABLE_GTK_DOC TESTS_ENVIRONMENT = \ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) #TESTS = $(GTKDOC_CHECK) endif -include $(top_srcdir)/git.mk CLEANFILES ?= CLEANFILES += libidn2-overrides.txt libidn2-decl.txt libidn2-decl-list.txt CLEANFILES += libidn2-sections.txt libidn2.types libidn2.pdf clean-local: clean-local-junk .PHONY: clean-local-junk clean-local-junk: -rm -rf xml html tmpl dist-hook-local: all-local libidn2-2.0.4/doc/reference/libidn2-docs.xml0000644000000000000000000000200513134401252015415 00000000000000 ]> Libidn2 Reference Manual for Libidn2 &version; The latest version of this documentation can be found on-line at http://www.gnu.org/software/libidn/#libidn2. Libidn2 Overview Libidn2 is a free software implementation of IDNA2008 and TR46. API Index libidn2-2.0.4/doc/reference/libidn2.types0000644000000000000000000000000013151533502015027 00000000000000libidn2-2.0.4/doc/reference/libidn2-sections.txt0000644000000000000000000000146113151533502016343 00000000000000
idn2 G_GNUC_IDN2_ATTRIBUTE_PURE G_GNUC_IDN2_ATTRIBUTE_CONST G_GNUC_UNUSED IDN2_VERSION IDN2_VERSION_NUMBER IDN2_VERSION_MAJOR IDN2_VERSION_MINOR IDN2_VERSION_PATCH IDN2_LABEL_MAX_LENGTH IDN2_DOMAIN_MAX_LENGTH idn2_flags idn2_lookup_u8 idn2_register_u8 idn2_lookup_ul idn2_register_ul idn2_rc idn2_to_ascii_4i idn2_to_ascii_4z idn2_to_ascii_8z idn2_to_ascii_lz idn2_to_unicode_8z4z idn2_to_unicode_4z4z idn2_to_unicode_44i idn2_to_unicode_8z8z idn2_to_unicode_8zlz idn2_to_unicode_lzlz idn2_strerror idn2_strerror_name idn2_check_version idn2_free Idna_rc Idna_flags idna_to_ascii_4i idna_to_ascii_4z idna_to_ascii_8z idna_to_ascii_lz idna_to_unicode_8z4z idna_to_unicode_4z4z idna_to_unicode_44i idna_to_unicode_8z8z idna_to_unicode_8zlz idna_to_unicode_lzlz idna_strerror idn_free
libidn2-2.0.4/doc/reference/Makefile.in0000644000000000000000000013767313151533357014526 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc/reference ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.xml CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.xml.in \ $(top_srcdir)/gtk-doc.make DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ # The name of the module, e.g. 'glib'. DOC_MODULE = $(PACKAGE) # Uncomment for versioned docs and specify the version of the module, e.g. '2'. #DOC_MODULE_VERSION=2 # The top-level XML file. DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml # Directories containing the source code. # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk DOC_SOURCE_DIR = $(top_srcdir)/lib # Extra options to pass to gtkdoc-scangobj. Normally not needed. SCANGOBJ_OPTIONS = # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" SCAN_OPTIONS = --ignore-decorators=_IDN2_API # Extra options to supply to gtkdoc-mkdb # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml MKDB_OPTIONS = --xml-mode --output-format=xml # Extra options to supply to gtkdoc-mkhtml MKHTML_OPTIONS = # Extra options to supply to gtkdoc-fixref. Normally not needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS = # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c HFILE_GLOB = $(top_srcdir)/lib/*.h CFILE_GLOB = $(top_srcdir)/lib/*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h EXTRA_HFILES = # Header files or dirs to ignore when scanning. Use base file/dir names # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code IGNORE_HFILES = bidi.h context.h data.h idna.h punycode.h tables.h tr46map.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png HTML_IMAGES = # Extra files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.xml building.xml changes-2.0.xml content_files = # Files where gtk-doc abbrevations (#GtkWidget) are expanded # e.g. expand_content_files=running.xml expand_content_files = # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. # Only needed if you are using gtkdoc-scangobj to dynamically query widget # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_CFLAGS = GTKDOC_LIBS = @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt EXTRA_DIST = \ $(HTML_IMAGES) \ $(SETUP_FILES) DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) \ gtkdoc-check.test libidn2-overrides.txt libidn2-decl.txt \ libidn2-decl-list.txt libidn2-sections.txt libidn2.types \ libidn2.pdf @GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = @GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp @GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = @GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp #### setup #### GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V) GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; #### scan #### GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V) GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V) GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; #### templates #### GTK_DOC_V_TMPL = $(GTK_DOC_V_TMPL_@AM_V) GTK_DOC_V_TMPL_ = $(GTK_DOC_V_TMPL_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_TMPL_0 = @echo " DOC Rebuilding template files"; #### xml #### GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V) GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_XML_0 = @echo " DOC Building XML"; #### html #### GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V) GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V) GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; #### pdf #### GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V) GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; # This includes the standard gtk-doc make rules, copied by gtkdocize. # Comment this out if you want 'make check' to test you doc status # and run some sanity checks @ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = \ @ENABLE_GTK_DOC_TRUE@ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ @ENABLE_GTK_DOC_TRUE@ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/reference/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/reference/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_srcdir)/gtk-doc.make $(am__empty): $(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): version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: 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 $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am check: check-am @ENABLE_GTK_DOC_FALSE@all-local: all-am: Makefile all-local installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-local dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local 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 \ maintainer-clean-local mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-local .MAKE: install-am install-strip .PHONY: all all-am all-local check check-am clean clean-generic \ clean-libtool clean-local cscopelist-am ctags-am dist-hook \ distclean distclean-generic distclean-libtool distclean-local \ distdir dvi dvi-am html html-am info info-am install \ install-am install-data install-data-am install-data-local \ 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 \ maintainer-clean-local mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-local .PRECIOUS: Makefile gtkdoc-check.test: Makefile $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ chmod +x $@ all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) .PHONY: all-gtk-doc @ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp setup-build.stamp: -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ destdir=`dirname $(abs_builddir)/$$file` ;\ test -d "$$destdir" || mkdir -p "$$destdir"; \ test -f $(abs_srcdir)/$$file && \ cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ test -d $(abs_srcdir)/tmpl && \ { cp -pR $(abs_srcdir)/tmpl $(abs_builddir)/; \ chmod -R u+w $(abs_builddir)/tmpl; } \ fi $(AM_V_at)touch setup-build.stamp scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) $(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ if test -w $(abs_srcdir) ; then \ cp -pR $(abs_builddir)/tmpl $(abs_srcdir)/; \ fi \ fi $(AM_V_at)touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true $(srcdir)/tmpl/*.sgml: @true sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) xml/gtkdocentities.ent -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true xml/gtkdocentities.ent: Makefile $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ ) > $@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ if test -f $(abs_srcdir)/$$file ; then \ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ fi; \ if test -f $(abs_builddir)/$$file ; then \ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ test -f $$file && cp $$file $(abs_builddir)/html; \ done; $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) $(AM_V_at)touch html-build.stamp pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ rm -f $(DOC_MODULE).types; \ fi @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ rm -f $(DOC_MODULE)-sections.txt; \ fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ rm -rf tmpl; \ fi maintainer-clean-local: @rm -rf xml html install-data-local: @installfiles=`echo $(builddir)/html/*`; \ if test "$$installfiles" = '$(builddir)/html/*'; \ then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi uninstall-local: @if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ rm -rf $${installdir} # # Require gtk-doc when making dist # @HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs @HAVE_GTK_DOC_FALSE@dist-check-gtkdoc: @HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc is needed to run 'make dist'. ***" @HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc was not found when 'configure' ran. ***" @HAVE_GTK_DOC_FALSE@ @echo "*** please install gtk-doc and rerun 'configure'. ***" @HAVE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/tmpl @mkdir $(distdir)/html @-cp ./tmpl/*.sgml $(distdir)/tmpl @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ @-cp ./$(DOC_MODULE).types $(distdir)/ @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ @cd $(distdir) && rm -f $(DISTCLEANFILES) @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs #TESTS = $(GTKDOC_CHECK) -include $(top_srcdir)/git.mk CLEANFILES ?= clean-local: clean-local-junk .PHONY: clean-local-junk clean-local-junk: -rm -rf xml html tmpl dist-hook-local: all-local # 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: libidn2-2.0.4/doc/reference/libidn2.pdf0000644000000000000000000043520413151533502014456 00000000000000%PDF-1.5 % 5 0 obj << /Length 214 /Filter /FlateDecode >> stream xڝAy wٝTPA@o21XL.j \M|Dtu >`S,M92u{h/mo֏]mZgUmj'1G_4b2:Tl  ]ǀyeҦ^G|Gws Fǹ 5YhJ 'e6/*x;[a endstream endobj 15 0 obj << /Length 948 /Filter /FlateDecode >> stream xřN1Lx%tA !.( z@}Ξ Ɇ@2zMxĭP3;{>(C'atQ Ӄȯyx}~hUw2=\ͪ'wh (t RNd=,̏ ^|I;g F#2в '2`0 F#R2jɱ19*甑r=OTe{u}!L:3M} Ȫ1. j KiwC,Fc-Xa4zC0^i{龟ǣvv'+v@/OvjZ,c{g//]7O:${|!z[ FH~0IR)P $5#`$[d H=ɇZSoag)_a>$,*xw5U9%kZtԶ,FH2IR)bhi?[1"[j!%-?CБZX:+yO\tX-Iu8-ڢr|N=gl-b]w0J HgtzA*$4F _'lG :vxa_;2cItq)|6ݟ ?3[]؊h$_UqVг(3~ۭ>#Ѥ|e0Ee0 F(e0jEM((aԊrFU8 1iN{Aۯa/#{h endstream endobj 23 0 obj << /Length 336 /Filter /FlateDecode >> stream xSMO@ﯘ#=t^5B$#F8 ]H.mBζ:% U.l!_hcu&,*NR6E؄jY>[%|dYldU݈45Q$nr*d|K 3e`)AF@}# Yٸ_x5I`FEwXk#چj&HA$DtaHaݕa_;iLllC=dYָԳjOT:J`- r6qDEh^H$ڳNI"֐̛&f*Y1k.]7If>v endstream endobj 94 0 obj << /Length 1397 /Filter /FlateDecode >> stream xڵZN#9+,& c_ݼDk0e@_?@9ayѪP]>{lWٌFNǃc㈣N&k4Nj8ſy =Plx\'YΒ?t9>lH*|){?_ Bhj5Hȣdr &\b-Bdh_#3gA#*VF$|hĕ]4rOS)Y>hPԂe4xx< =58P4 5pl!]Vw< :᝼ky& -dorBպ)|϶=H9dcl -` `qXv K=@;QT._ZzN9fC$@-t<<<[:,{뀘5Csme]q*eUmU޼Jpv;J݌_duQ6L ֛,ɲUOTOG8*&bSOgN~"!bDjZ$0T&—-@!6< lo3 QKj0pH|SOy.*AZ[ x-Rm|c rDA|m:*D`Җk8= mbWw*n5b-ոƗbQ]Gsm{pXB9HkLXTL/?dz(7"?A,4O$'?]>$7ax"x{Gb}wLRr299<ӈs>O?g\.G.Ϗޟ1jC_Zi[~Rm냯gF fiіjYBiqc<8:8}vBkV endstream endobj 140 0 obj << /Length 2687 /Filter /FlateDecode >> stream xڵ[]o:}ϯ/(u&"uXPl9֖|eH9,GL?hr8 @/P 4 a [w8uƠ ȜByٷ?7>{0~-WbpCyݝټ9{ZqDؔ%*4Je\A>E!~@$?(i|,0@624*e6Gn,%>5e.|ۻBҚ^% TOT8* rC7 ֪6U\/.o`CS3,$- 'lE_?u@)`|_v qƖ|TNFܪ6ut.R''2\CEbv*ִa{3 |L>d?dzRA3́Na?NrU3>qWa=ጮfėo IԩjS{MZ=⌰ *CJV ڪkO"zt ZiڗB(4'ckU|֍&˾⌦PDj&dq5O#'0A#fg0hjq2jV)t^}-Rƈw>~p_&A\t&lOg7ƝUg[ӦtC={ @Ý 2LOߚ6ʤ^PO{0!jE8}}!Tdjs~og|}A 4S'oUC|~n!*Fh(SғMߥ}-_*_HC·MfybL%ng`O ąTV`6GUd o|+>KPsNi`j Ѱ%飩5t} 7as$5J޺7W09X?P$`l hc)xn^6q֘JeZ BF#!`mcS}).w !,+n%(V֔>qy)(0(;ۘmyJC-ETi $ޠaa $T;(6Oq [$iAUTo װȨh͆:QX[Pv`؈ʱ`t_,lwr|Z OnwWR}6oI#&C@u%Kk' Zq4j|>=\bt[[-br{us/k'Hp$!FIb9I QMu\F%Mx>ZFrcP.>+YLX.}Dy Zھf[X|,hxyiŴҨsauVXlQnY~il){ ԠՇ/`vD`zw9\ǫ+/Q!L6^ P WI,mqc?^&+ak. c*SGQ`ڈ7ELilBm͞L)5S)a 6 Bb&1We+$`cA;.;;~OLy\"ZHn0 ~q";]j a9cdE˳df#Ξ xX2n蔰}~>{nYWGmW>PsMVde c}} @ܦ2CpIZ_[)#TP"*CI}s`xu3.3}cіNS5GSDe6/Ki*O[/8wy,A9LaB/^* qU?8<B%$P&Iˮi]gg#PpMUWtL73ϋS2YF}\4>6D"ld͓AܽdTyLC> stream x[n9}WqAx_ Pl'‘ I̬JlfT%_b5n%nX]ŢIeeqVYQdEF19{y\㏟ ![Oèsa7xLᬶ*<}E}CDGDH7ܽU8)=RQ%@nȠ"ȱ5ٴG.zˌT-WO3XFD-[k>IZ&Oq]Hk͇p{ZEƉ? #-͚*&{4y4ftK9" Ϛ$>j&![Hd#!~$:~OBg+]Zۥn'U~`cj[*.˶UXK$I,%X XJ$HRH*%T"%)HIEJ*RR\Qr-oOQ]BEuE*TT>lðXn^Tktf,j+v C)zKMtѸ+P$'Gdq/s0ig*E)xAP]CPLpz+LQB58Ļmu2|str4z7 h#'",4uxax<0odĂ8'tV__~c/@a<RP]]u"ή`pI둘t2#\Ev]͈Al&Ȍ-7쀯y)rGdŸ" ĥjoƑ"!Q|BFsE}_S|u2jE]br V) s>@* vHݎ] F\u=!Gڞ/$= -!E>::;o;u!]Ë/eLrd0#|! Vj 7Qt:$*jTUTNῄRT&YU2m3,|t8mO,ǐl{EG[²ǞdGrl! B{ I0 Cl@CaO'ѤYD4&n9X*98mWt jH"#ؗ?mbgz endstream endobj 195 0 obj << /Length 2630 /Filter /FlateDecode >> stream xZ[w~-RΈ 4'5x-evMFu>U}AxCjt]L[xM~ #/#ɤ7]xB2^3t}7>l! < z,DyAh1?RW$ޢf Mjݳė$tWo Er괤0 4R jDW΅٦!c/z6u0bq@8KB%=^,-HQ]7{4d>|/ڭEF\yu[w,l| 04T0< NA -CШQO0ɷA~x+B@@"ƄD)Gel.4+bū䥂  Zn8ϱLB|"Gro˶00[oS!APh$:P_b1Du1cF$2kMB,HUTsL>Q.֖5xXwټb%9g4\ΓrV71_&MNC.ŧfB{D߸l,`}soBg 8= O."rVҿ!Ta2ϫ駉r ƼA&KwI26ӌqYH׫igRu > *D*k.]i-۩CŶs"TBv\6A=vt"Uin~^>H0 !at |!(cu5R L`5xۼdA f[ 9Ao8ʳdeFri1Ń⻃Z'aP=Ɛglpz@Rauu Oo:ޅSMWfT7| *5UiRAĚzNԸpu2i7S;W?4驅&qްp/:;b !$n+^.`thc)F+*5Q^úN0 sESFX3badkH-VJ[&'~@D'w[^YIU9fg]} AZ%2d=;h&U *ѱU }^Dگ ƒȧ h}Jqd|&^2ة7<7< UFOپإ 8ƚ)y4IƆiN"5ޚ#DagFڭ=?F{備gbt|hx^С:gq7KpЃ>F:m&F Sl ~BԦDka"bvFwt*((2aMb7_cpc:g.[籕tk**X]4cacG4EgjB}:z)ڬ3&p] "Ӑl UFj'0Yn{10v/cHGo8GpB>*$QPl~M1S`r :}ݮn pNߣUEZs@7&vkyb7,2͹ :ӇD]B,J^ QѭĠUM =D[/f> stream xZKs8WTM2{rNiƑ̔ x<5?~ʢDYt$bB n=}>{?9{{D^"I7YxB"1/o24gקcPfg86E$@< PLc08 B}P849쑧) f˳oao~0Q=KO(NძE 2sY"ʤJ az|2n _Viܧʾcߖ2~{[ޫYC$ ΋wn՝ZV~W3c/¾S="?㥖Bͪlcf>O7c4:8gOF*{?6z0=&&7YFLT7dPQ` ŵ-)g&"f0&baTJJ+X`A]i 4dfHOmR1fX CH%|a;0"]:!jŰM#O~tRʶ,m1 A/Y$DWU4ŕaT.7 ޠOCDȽ>#( ,UNkZDqD6QzK9v lÁ`2>vep]:['}TA%fVݟ e>Ua|ˎ"r $E8`>@`(|Bj4C0!. 4%ٵ -fgljy,45gG>66Bm_ '-4C:vPeRoo7s>ы#`Ap$:a<Pg0!B!I| b{r<{PfSƭc*|,']ܣp8% ckmxyn IoU*6rS uQH\tX T<_k bˎ9Y\Y$3E/mxg."&HR7 s]d| {s >|-Y5#'626~C/BmgOUjMҹ}dbLrPUۮ48`RaYGB4y?|q|0Y( e6$8.68,_аCk:0bbÆ[7$ urܘm)ԯX`p`5J?>oU B8qئU_{+ȣh YO`},u*[ueM,"@XW:ܱK>>Eص|&Y0|Ù'x=6;;f^!krcc\eahv ȄGH?j.zWneonl"$?þ#L6w)QY7>κ(z=6¾ĺ8@>"wM(Q&k3IVZ?`81|_nMv/Kpak#׵MKߝ g빷dPJ܁VS7@>=HT3ˎ!-cSCzݷ15SqκƷ Hץ8 0zH7$S~\Z)窜TWJjKeꬶE.!ˆJ,0 ~W:H琓:eBeKw-X d4Jji>`sf|*qW16NK;dlJ+;>Uh=?I:ȼxH~_k3S'^'Znk^>^ClQ+TqU׵ȷ n˥ʌdCKt^t6qjjhb~]xe.b{.Cٝ}si? )jU^rӈ -kWKM]i+f0@*YpEzSP7ў(p@.+[3r9&^; ;22/l=7޼pO|ӌNwZ{zR_D6>:'IZkUX1v 74œYxE;yq. k@)&H֥+H(X;hqO ^Ƚm]z3uĔf׼C qr8@H=yk' ApC`3~Er% dSl: ҙM成wJxpӉp8Mqw/^k-MKE?\n endstream endobj 253 0 obj << /Length 2438 /Filter /FlateDecode >> stream xMw۸_/Bd7HŖ"{+I)Y ƙw}3E;L8(@F) 9mf/FjˤM")Rx{mޟyfN, OHgҮ7 n)fG!n4м3 I/I6G2,W#$vqVEb75q0ݨ-G쓖7?}8x>No֗PvFAB /(VjŪ&Ij0bO+j5I]cvN-uQ +ۇvp')U˛77f?dPC< 1*bb!Y]v$6zfSDа/Ӻ@b>Ǯ,vZz|>k^dD2rxs>*V E?Bҋs4&󒔥/er8 bt7uqW4 RW‡?\T4~8 "$":iEHE^xNc$*p1իOŏsc(tqI;0kЕDxdVy3#L\O:'/W J7cC8Cnx"r}"4(2B~h  •Yձ"|9?DNf )X4J%7G83<枥>NfP(r^LE󠢩Oq!0^Ne}'df2_X?uVCetG*DD )yo])B՝ .th8YLuos TƵ.|gJ!ǫp6FhBTF< ( 5B1›BV6N-ۚ.Qպ(N5Ta"eU'~?6Kxl+@ yxD`PP} k\֗.L6YU:uQigY5R&U)AEg9łIjWCĀi,6ߘXyL:vWu[~B9T$8 A阘_vQ(q,Ok|PKU';KNu{e׸nsf?@}U:pKL8mM㣵~6•8zK]S8JVLղc`I ҇8 #&Xaٷv*J+87@tjAuq. Oj,_}-GV{W6}P#.twt p+pd,Pd[tEx3aRHs:׈ K!FYWӀ'.BH@`-~ŝ6`B0`sS4v<5 ANQ6~89ݥ؊ZCtr VDZ]fW'k-u:pRjgTvT8GU/zK#{ǰS,6Wɪo>Kvf|@ת#Z0b~y15>ۛ/c(c8'^PHL pqUm$cMZ.!|rXc!%!Î2t!P~a¸O_x\IoIinଝZZ{%׳t0 %9 @j2>y/{?`! r(Z BKCF "#0P3Ro[NCE9HnSlnI; "Vk:C`>d!Oޡ0#,$[HEN:n"Z#xX\%6#F̙w޹bfZ) 6z\~8M}|9Q['g/xD$Bܭi}ә=։ʈ(A{D [z2:Q=>tDnO4}B˜{5,ɻ_y-H8_Le}'df2DڟuA!Œ39omcGS|'mF:Y׳f8n*;\0zL'BHdn5H$t_ P풪M4@E..XsUINu0Au[r~v;<‰}׫m%$M;qN\;7|} endstream endobj 282 0 obj << /Length 1610 /Filter /FlateDecode >> stream xZMs6WVS#&ўR8MԖ$%D$L @IEVD tz5y2zqkVLI){M|6>ax<ʢdٟ*\?N^8  Hq$4%~཰_'FD733pkDT\"I f\A{FjeD))n̉f2*lL[k^s.00NVElf,@> 0kZͷ&qyaD"¹K`2N"ksROx\x>ION4ʋ,Np{%\:t%0) RWw`^櫠 [Ў 0DBŸG|qqK4NL,pِDc&OgX27:I3}6iߛ"7aido.:?û|o &ĀΜx.O8M&m\f u!϶Sa/YLNDr aބ4o/f5~y֗8:e-\2DUp`5\!yn`YxLv<#SIb2ؕ pkI|BDOG ZXІ{@ЄVuXc7|f7fӟzŀ۱Yp %Kw@Lyeyד6g2N6˫s۴\޶WYܻO^2BtZD9I5{e6,2q -;m(y0ʭ0f^d,~Uq\[,TF/*) 6[%*> stream xZ]O\G }_1Ύ=|TQ vdA@(4VTHY@Շ0zε=ߐDr" (2('1CJ1%bqQ!Wʼnʈrv))\]U(xdiq@oҊ gWrMaD%;`z rfw 2Zh``S!L}pfc<Ʌt&\(ڟ +&Kj CƀM1./DyDOc܊B`lƏX Ȕh'U'Xc0{C)3;ɰ*stR`z4D|!ON :^@ 8G0&∁@c1Tb011n)AD:,84dnbyaog'&O_/·/'?Lf#~+HO8ygd 7_ͶG">Y:cȰA=>ن1DHg$A ܜCZZHON_/ޏ-6ȮH(V3Ͷlg 򫷺Y|D cESñQN>](d_}-L\"Iɋ糃í6|1~GXƛAPV >Ř vQ(-<4}6O$:5h7 gn|paP 3Y.^}$(g=wlw>ݴ"8H* ,rVP`\11%% p;89 ilBڨ8nbA:e/JvJ钍kL} 9@KV<Ċ*ة}<}3% .bçێ_?%ڈv]m;,%cr66y$bi,';ua_УNht$HEdBPx7X\,XL.=laeMFApX%@E(E#mLgD;`!Bˆ>R!P4TZ3XR :C*^Pz3j_QlW+T<~נx_Hx= GVq4ҧW}Lu}zGN?pke:h,>ِa>22]Q2#[3t7b%666"MN\{k/FilU#ccd"pxએ1|:Yok'#X[p Ƹ0*}ISyX4S`+WJ, "zj#`4To)8V}BB~w~#*8I a]؇b̈́pൠn `+}Ek{Sza];V} *}s}6cOe2%Kn1ف2ލS/|)pU{+dd w dž:Zurdnt}fڰ#z'٢kKJ˚4Mj`85M{IK꒗CumU> stream xڝ=o0wwt:o{HJ 1b*$ЊI`κ=Ga^>"C:ᢆzbC۫EYy|oXmҲB( o ˚K^OE6KdcA[:2[1JJV IδRD3|Tx34]C%-?*w_JFH?FWO endstream endobj 317 0 obj << /Length 1851 /Filter /FlateDecode >> stream xZKs6W(ubGzrԱ[9%-Q6RT=ɯ)dڴ:! v /m۫Iep5 DҰ@x*\M/ó&$tt@^F(q>?2]}x^@"ɬ"ҘBq݃2e4x> `č y FIx HWHeiR(Ձb CٚyP 7RZ!3#R IVР ;4eWqGSI *[0n1Jl<,Yr.ݩ'a2IS $gWA>̾p6KEMwc%ha_E^D6Mxy1D+ JV;@fS2{ݍggf0JWv$R^] /.-H6hfGZr i:}@OdZH ~ǡV/uqHQ&U,˓=h[v%6tm&Eމvap{0Nvǐ[Z>vfe>OXܡѧw_vSѪx6ª +.J-J:\ƈ y"dy9筵a>'.f(Y9#Lt9C#)sFFD/.ߞ\xxz*+PMifiQ=;|{|i%ۇg›h^YD ]&B';"8jv*.|=>?xwz~r}|yiq"p\0d[شV<&]<<;8b-*QG5|Y `V[\d(l￯_R>$#F¥HՆ~alwf&y!#o\OXt'2{)h߳Nz;۝)#Z#%~V(3mNYYoeDAj׉eDhDK]1N(Q3wOH9R`0V1e9len%(VL0eh)%SsS0ekpŔʪn(h;O{ endstream endobj 350 0 obj << /Length 1875 /Filter /FlateDecode >> stream xZKs6W(ujG{rֱ[W9#Q6]eQ>V:v:ߋJ4y݇#_FB 0U5!#MTYhCVJAx{Eoml}Mޞ6Z 'i2(An㈀s%/'(g:^_߾8}{⪕ U3tƞp4uvd/O_]nSmQ11{ ر@ZΧB%';#>VZ<ͫzv͍M,0 'p9mڲfy4BG4MT>:hùɼCJnv|  FN,"-xN[cA獌!y Av^(EF Z >Mc$a0 ӷ.ֱ$2 .7>oX)E7W-N w[&~Of\{n2'd4@q3~>H7ԳŎ*A (n!E%!& !%@Lk 0hD6Ldf vm(Ny-8GWS&~OufuX\vԒ<J*F"UKOe=@eATڲ{}Sa=܌k\}1mYof;^g\(ŎcWțͷF{^;"eL1+ricRU-# !|^,_6rk Pyqn#%~.6. LCKSb{zc j, Uՠ0>q-ޜY-~b' *YzJKlǶB %P%ku@6x!^E$I]/VL3 )=ƹo@;|Ŷf+Y܍N_u%՚K6UavL^v>\^tY@F,f \i:ν/\,}wQCUo#8Yl]|( qDȊ[mۖ!;F ;'aպ"p^kj/=;vEQkvnҵ@!x:?h?"GL:϶=]Mm`FdlX""fZj00G8߾9yp0[rW@J[EBj!Dw^ZC_NL,g k(>9 0pDRdOЯqU8)G*8S{1샕m!A,~ٲ)E\yp L|^.V&.﷉oDoRD=XVqT̟U endstream endobj 378 0 obj << /Length 1771 /Filter /FlateDecode >> stream xZMs6WVS!&8G($%"]]LREVis"}عrs8x3z|I39B"3ge4MpDvYIh~2__SQ$"ELS` =2'1!SÇL8WLcs[;`D8sr0~Տ*2C'͂HD w(,Bg+>E 0ѣ[K/t%O0[\YsM4A97%y};z="_Fӯ-_~e 1IӋeMix}Me&Ya:X' 8nD(u5W}M@L9QrB|!,B=#v(ELYgEu6z``elP":~OzA̧:1f7*kr{ޙ}Ns#q4r~ᆋ<}<7ޤY]wqO?0?@@qtDHyhLt?ߍiyyj2.ѐɕ26iM4(nF_>9 !,gC*\Nh0NKE:~qN^ޙg~mGL`.\Ji<3 G$]݌Ov>8MZޘtb |u"4L>rm_K;uATЦP zA(MΈ<ǐbZ,;Txı'WmwQ ҇*Gx b_6U-Z+ jCAYpHHf=Jn7C%:“+n1"?@H 8|+%_w^'R0C]@([tz#];Y`/ºQim|Wr[_%N?uAwvý3Yy .'6қk {c06,<.inm+l-`Uq\zp\Ep-DŔmla(]f?;>>0-*%F"A6u(7kH i \S(մJZgZØ"d'W~+^cØ= ) w:~O6{=y I'pIB3Dz۽@p2P1-8Vߓ>2Aw.1.=aL_u@%o1t vHW0ݵRKwSC[Яe=tj6e-%PQ[ҽb&i)ѷk"`tmҪVjE6-eIzmيezY}_~MaZɮjOxTv%] *WHto+aq1 J>}`V2G{'\eC=+ٰ G_c_tA@:<<:MxA> stream xZ]o[7}ׯA3EP㬱l. D[5@5v$܇Q8j8Iޖ{͎df;g.?_}~aߎTO٬b?G?bog~{ qW(pjWKľ2?4aA)Q$OdC,d~0?9ښ̷AHA%Bvݞ<a5M|D1)LVwqs~1.6u*(=I'>]a֥~K[T.].Դ]ꭣ{>]{k}vC!u >7nҥzOwwyq=$.*(hU.0{vx|@ή,>]wdEW(-Kݫe[oN_.?!SMH[܊4>< c2oj<\E\w{$W)Yk]A0"WXA22t;6jsK>6Rcy=M[;:{jDXgO`( Z}'Aݼl+ht+(8_/|ޜ?9#P&ͼYqbyd=cg"K$éSl᳑UHN/^Owl͟r=3TI!;Qo|<0R@n9&Ao_O_U;T)WzÄvKݺ)i?M7DT\V:}vWKVC^*5'ȸ8o"D)F@Cn9FCiP9FIמއMK c+plFRЉi@dQw#DNJ@g?Sz&cvts<1%s!#=C@,_d#y>:3PlJNt}F2}D5fJTt#Q:b/ ޼}?jΝk'dob[@R.8rMO>A7.].ۏ=ҙr^R)Bu/!\Z!FbmX!Flm;7^nH[0Ci(Vq]V,j)3teW"HQ]:h~o]VPI3weWZgƩ@uYl{>ML"6OH!N)>n@*$ EDGLFF6Gy@ݑUH_I endstream endobj 405 0 obj << /Length 1785 /Filter /FlateDecode >> stream xZrF+p Ƴ`$˲JDVN (X, Q"1 0us`dz;> 9W8sf|FN(pfa2 )xw$v$L r%EHPe=9~g.OFףF`UÇ;+v7#חΣ^t82y'w%#0Vo4gw:971Ea ޑw؁uHzFδHey8ߍ_0YJ|gîaa׾DPKBgQs)iGzDT `Voݒ_%j uYcʽɤ[Ccl!%E#/'NH")k2ކnME\HF AoaV0)BiGyxW͛y '24K'}hntt iتRE̊03?󰨾.Қ1ȢGCzfe,)i$5v(n۸M~('BkC`.i"V.7li0R BF@"qbDEJZ\CYcO a}H)!Bz=MVŌ<+JiVJχQJgXn( {(2lQ"dBIӒnbTz'ҙxRLAN0- D"T1~jTTUXVW 4=vw$d"~^5|B_0f0CHɋqRC9?hQ;=Y|]}(-CmZ^kcVX~2?\E%O[W(LjtN/o7HOj,Ț`An~l樻"Ǘ'ӏ燧FxrM>"M̓8MvU{v'm[ee<7?-t N۪ZH<MHԯ T(YV ^0 nL0Cf"IMú`SA%s,?4`S҅v+zƲu6{qɧ @+Wdb endstream endobj 425 0 obj << /Length 1954 /Filter /FlateDecode >> stream xYKs6WpҋԱHprrǸ(')zK"))-bBػndmyxDF0ěLyzN ::/LVH>.q6:[=_1b"Ay=×f2x3|Y }%+W# VS'Q?y}6:kq"f$:-#‡jF$ôhdU]\UUVfSifMi uSō#*Y/bZrS2J 4j_oN~LgLJ+8^KyUĹ9>{=WO?Ot :&΍n,3d 3o־FjZ1 QmK,SwR|Y7fVv7ҊvIȞF29mϑρ4>A"4|pRm+fK1@>aC$ *tNJTx c~;G}뛛H}f̽ 3{٬*s1łY;TU[͘U\ݙe |j],bpim]1I\8Kt-͸uUoR1+1Kw$E6"ö6ۓ'ΈdeKV\|:0W:gH75˴3i*K!g(Ė5Ȝ6f\,hQBQB𠹙;"y׆>qY倢VjKܪ:Xn3 2G7HHVڮU-]ZxW.-Tl^֫r[h/Y  U9`x38-btldܦRZ)Goא\;!k{)ƧyN੼e(a|̟2!]4ɒ2_(om&n @D.OR^7n OÞ>NXk #'ls|HeRMʜaǵͰRb^lJ>hA7-1bjZQ}^ЂK'?v=~P:qjzi*04%!pH/lfH3"^ĵ)Q9p3w_[uOؐMg$ABgY ܋~tIZ=Y%*| ~Γ#߷Аȷ.L]0{bvV EtƆM< m.~rn%MQ*TunuKRi8x OtR9VEX 6 !lUVՍkx;o ' ~T4GCAw}ws Sh+0sC=EŴ~U߁X[Kev=R[)aL ?t" ڹBSk޳x'|D`&G|ՔWqKX t9rDƚeX8T2q#[{+_Bn<4t=}KǻO ?M=|l[I~L5ݴ ildF77$V/aCE0mW) gĀ]E[ha<8:}v{ ġ=9f=of endstream endobj 445 0 obj << /Length 1630 /Filter /FlateDecode >> stream xZmo6_!l_df.i)VK~i CD,g4~/J,Gn)  x9.= ^NϏȋP$&KOH$#|MG"Ydt8gjr͕66q:~x(n#$S|ed˛J (#XR<+׳'Ɍ q Hhes&C^ (n~A${Ea[nU(2`-UE]6uIѨf"i-B" _g1K6N0P$SnJr#񃭯]:[Jvş] lpjWB+g1_N陸ƉVb0@LY>atK 'Ш- C!]]Guv<v:ힽO^O'/~ߟ-M@m $b ZĨ.GR[.[H0 Y:BD%tuA@r%i1A?=Eȑ~ \[H @gX(?=>; q?@ǯ@DO[2ĈPbZY*Av-ވ !1*Nf')$ȋa`:9  8ㅂI]}4PxP//PjH-L&e̓Mf3x6Ыqsv$Wa% M6/uf߁߆#_H 'i?ztbj IXz7>HXcappc\C=&6_gEy0X(f)$G5uěYk{mGlad}GGluvlazJ`dB-G'@ )"]<^R1 V+[;iep(@?(Q}7(ζrXn;%n]y_vM5aۉh~Q8z $\"uX~qX}W kviʫ*bUƕ*?aLSE[兩#۬.@P G=pyR|YR]ӌ0/3+5sex*]ĢykMݮb\^oQ\w\q~{ HResv(:bxYK##{> stream xYn6}W 4\^%ol"[.ŦJrwxQ8>M ~{wkXFS$#ib mLhgm:Iҿ4SS|l$_&ѧw' @@B1e;0nG{tOKD.8]%hcB+t43$)GПo=EWh0%ZxKN? ǗW7營>_:SaDK,3%01FAKڥ 0<0ڻSXoN XL>yU8'gQ@ebinADHub]F<  F~9XTUQzUm1i#/Fπʾ)Ƚ _f& ~!L8͒9t)pJfkn53YLյ,Co㻹008Uzˁki5OI3#Atoߍ۝8ՙ| UöƐK80 ~9h׎,GQ)4E7wv(ȫ'ϋC|']3\`A^<E|w(?IAe+=0gTs7znlwzVZrxk3L$QP !0"$IC϶l5gu`i1më6 Yv|ɸrV+!IiɑPѥ?|>?<cB.9|etw7;$krM);4&7$<ޤ$z\(OI;HI~3~J2 |\L~TL|k&EX99wy,wwfk5kJ)Tpm.^-+庋2kGiL^'O sf#'YtyM$ O[ zZ7&E=~>2cN{a/r^7%bZ,r;s*P NIb@sp&[EÓW|%OLo>W>Yxz&'$b,vP"rMXm.mhYV8QߪmKm8֥Vy-i;"k3@AAD ||¿<)$[Ӊ DC}d!% endstream endobj 395 0 obj << /Type /ObjStm /N 100 /First 877 /Length 1582 /Filter /FlateDecode >> stream xڵX]O\7}_a{flW(_IQ ڢb{ NB:a(!Bh՞v d0V'D7*3ld`MbcTq!*jfiؘU21TE1a!Y0Z,YB`XfjKi06VPdcc2 'w*0”(fp1޽<{6  V:.Ḧ9"}R"JaX>/9*{8 G>Z"L*xY86aqb|a縲vkY@f.WgGpfvur_ pf1mCby}#dvZ<[\ sxrq~qNL+׾1_C%DXFo.+H<JQs۵ݮ}Xܬta w2;z|;m.zlo}Bà Fh6JOQPUlsQX<_Ӌ4fյpAvbRl$ɤd.Ηyǻ7WぼJML(Vpk칍9O?lo:Z=th+n šk|b3wfVzc%*k^V[6hmeńz%-8݃0Umr ,#y86GjVQSbY]/+͸ ~=Dze6EĢBv}r1E.,u8jX"Okik\oo[-MklMز& ZQ+  sT}<{{x7X3'4"H;EGqeĢ.2ppo>R#P*#c61Ԥ$N"vه('Eb'IH$̂a`9&֤M:Qjd>rf>. g.N^\^]g~J# ]L>lHcnc*ԇMH͉-`cL->bZa'Jfc !WHXLw6鷂Y8ɪo~sb1GzE!ԋf,Y#Z9lIXMՉ-燯/Zd}>>Ku [pqb[b endstream endobj 483 0 obj << /Length 667 /Filter /FlateDecode >> stream xڽ]o0@+pGҊAU% AS}imO_ޛĀ< .AI% HH, Cʸ"(]k?QB*5sdf˿fh߇gv k6o "|[g兲bI qs[L25̍F?f. )M/,GRWZa/;6vx7ՌXs$јsIM sI)USaJ`)`Lf4[[;Dl(C4)qhu)~e|ϛoen(bopΞ}o Is_(^zs_-lǗ&|+^l!so4)\c0B1sYA>+i {C WU|pNaTj28{ְ֦`!}aEk}Mb44p̥O<&^:jz SOjԂ!DgzZh)IasOqu]9QPXU)7t;~K }ױGJO<) g[ReFS/{wd !>ܖbN&aⰞT3wdB囵XyB*V }+h'SƯ endstream endobj 489 0 obj << /Length 932 /Filter /FlateDecode >> stream xڥVKs:+3EXmq8dPlf0<y`qwmAsQCTX!|}ݺ.K 6$RJ6۫h|-r) ( ; 0TxwŹi%Jv7R8az`sruQw7}3dq7*Շl/W p $DŽ1-A,e `h|ɱug{PJ#=cAƯN9Yma}3֋B"o٘EjM~g\l⢬} Z7v2jl:j7[] }7+V_rX͢b:7W^UՈvy.zq&p [#3c+쳡]!5̍n #nbjM[E&ekBADm4YY@x<ʭ?q D'T l¤k՟Ja٥\$u}&̪OWyf,6nJ3My4~b7;+M!ף$r bһ;0|jKC|y`*ŋ91E1dr|X`2K> 'os=`=8"\!{6 pEzaFc^j:_8s7s H=gY=Zܚ𼴊^]^~{6݈+8 wUuțUuƸ)`?Oݖ endstream endobj 497 0 obj << /Length 887 /Filter /FlateDecode >> stream xڭn@<,E&s,U )TU!&B%Q=EcBV>s?&tݸ4"b fH*,GUS4f4,>cDdtl~"~|:o )aPhP 㵉ηݔFk٠0 0K4Y6 B'DnF.354Hre e(6o#\u٨5{W֠Wa" RbA.b\KLDZr,؆֋1Qێ4}ל'>[7gy&wKϾ$ eSo<%*̳]rc^2޳;ԜaW&ibu42֥gê;^~Ԏ.:7 .AB{/@R#3_p ߑNCP kI KQH>{[]NzcA^F*!:cOMEa leNW+0A)*F/ DXX$LXX.b\+lšurXhVEM48ٟ筕BUo ??ja]@I0OCHс$R{X\M8.F> stream xڭ[o0~Lp}呖RqV:i*BHtڿSh'6O||@t85N:R#`f#SR4۠ާӌM$̒uM~=ntuQ)EaEA/Up}0^85~5C7ywMM"8 =\!3.%n|mf$[M=`QHU0OpB`&^@i"xqp 0@8m#i8͊ ib۞,^%e͓g'm; ,uHдuk&Y?bKŌVan""%v9 /0kaw*qHV^uzޫV@a!>H Z: 2Yv6F?ZH%W2`DBgiH`gdw=VNFJ`mJXmZ%Œ!)zicVi飵CCAL5"GBr8##G'XFM`ϸ߽BJi0:K9S"0\ljkJ4O5dQVr`Pst҃$)Uk^\W Ɋ+ 81cG.iӯ>S!goڴ43RR@DpT̓3a7<:g5zE,0ɔLdެln'=T88 [#ɰ&G# ^0 endstream endobj 513 0 obj << /Length 714 /Filter /FlateDecode >> stream xڽ[O0+x7,FO(K@cG*#`eo"#6"&80?$0ꗃRc-4aeT|'*; *G`)3^}%Q g<gMYNVk'Ȇn/o,ǎja]r[`P]XZ{CnlŰa*m>mqONGW'ȾU +:VT,jVrfo!, M=%[HΈ*kpD% *ߖy} F[(v( kninlfmVj3jKAJctel^,SL>hk*W H=YFZ0Ǚ (?ŗ1E*- ;hq ;ݵe Own .Z0@Bhi-+u&ׁ aX--T0021W]&oFG|=sKWbQk|`3ӵhk3⥬ʵ؈c? endstream endobj 522 0 obj << /Length 692 /Filter /FlateDecode >> stream xŗ[o0+<_c?A+*ҤB).~`+#Υ՞ ON h];5XK*QDBbi}sCHסI(G_%\{ŕ HŊ(̎Aʽ7S~tDޖ6@'Œ \+|BLk4u9PI6&~ɠ7/QxDb&L*BS9Mb‰BC*/0P|`|4KdlBb?nmMQp;1t?t%&"Wfm¹;RO[ @K fHOcpli '2aL/v6&v/WP}?F^֊oY_֟XN_ g[Եlΐ[V.AlyLz;ʁajqT9#uT8`E[k6^%ѢEy fRkFSa'9; 5Zȏєi]8YIu:/*O,m-[4gpퟧiH M5Lc.鑦qflx+Pa]Zaiw!Zb %U ňE(BSVSܐ;xoIz%= endstream endobj 531 0 obj << /Length 1160 /Filter /FlateDecode >> stream xڵ[s8(:.)8YwaIv<8-3fsgwc[J"AңW'p5]:R&0H*>IeU v *pY~]їƁd%k45G% eGa:{@>D >}{`č~`DlЌ@*tYP$4ab8E,]$Jy<:WI4ׁ0 ֬jT)ZUJ *`UwűpA2B?#moUß$Z)mҧ|Zm+i{筝;lXt%bOD1}Y"#} F(bP3|` \" m h ąAtg+oJq5i8@u`4šFe_/" G+?=Z X?Abcg8a0u2гX'i$Q/r;YLX73uvdpIf=zhݞ`zAy?=v]ᬧl2}z`LV}cjDgK@`K_n|gn V9 g9Z!CgY_=ѡ/:> 0npSށfty6.w0]UWEQύvࠣ|cn$C7sڢ)lm>ܨ2?QZfR)3EyZ9Np3NW0-OKvݒlhBng'L<0o~; UHr0s3'5!#> stream xڽMo0 vIe%뀵@VA8E7ż'qqT$'_CB밸t^xN`·)1dghজu9/ۏ?quv7d)8YXqئhxpImX)TX#z:j#;)&aZH _Q% ϕU,u$xpI(FY@Eu)JSam :UU. 찬eOwa6Snnm޿4yhn05)y_aݹrF/Ӥ+Tؚvӕ[ErX{L!gml^/]u7wlقӜv pt}M? dg{a΃.+tEThZ<7qxF&0FtH#;`c?To[o4\VJn3D%D endstream endobj 480 0 obj << /Type /ObjStm /N 100 /First 875 /Length 1407 /Filter /FlateDecode >> stream xڽXMO$719U*ZeE)V! @`f">ͿϫCL0V`&42j?U.;aKj` Ȕ0JA RBpn'TRC`!0Q@SģB~ TO 4,}-sAjꚧ ExP&pbP `4 pڲ aK4gÌ}.% 4WũGtf0Vfr(2 `n`Vdwz&7UtbR(toi1zt:;\\0~ƣŗ@|_ |8c1{dÇ`q<[\MU}yq~qa%'thajX f; RwdQPXk1ͅ:-V zHo{9s,=@dU^sow\xځ$߀Ȃ 77_O?],4S:izqΰ()9`ʈ"aVJN9 Uo9:oAb`*kX&H-0bc5|.֍AJ'n) ? /5l$JK(5jJ="x>g뇄RC5ӴQ^l$Fӗ$JmQmV%0'&Gl-=P-w Z\pП氂B=&"w.("I+^X bbeKAAq/k%-j2T >Vd*Am3PRv"}QH*Q{, WEg[?D&iިI$> stream xڭQo0~i~LRQ%#dURґ@&YZcʓA~w;@0v~pMN1 Ԥ@87( la K˴Hv87nëK jm@6&CL;L?q+B47~kH<zK--G @ |A[T\`}Vܗ@$=]&%ip?=嶢06-& 3 V@D[&;(b3V ksB&ߕ1ly>zBHЍ*&\36u/Pw 0ڶГpzF}> stream xڍwT6҄RDiQC'ދt$!PMI)U@ґ"EEE{oedgfywyP@8 HA AHi8M,lB5"@$$ Da$wPGB±N% pp{ wTpc09] ' .@C y##bQY~4cwg@]+OkN#ay@0p XB$4`~J'g"W0C!H/hpTq8~ iqw%~*!ahVp٣4kVA)\]H>e#ܻП:#QHw6p ? oI݀pO_NO3_o4 'E ?o,a} !`8 @`Ax-@ C!] 5b!mC{|ZSQ  `a< ?uGgf?$?ԅtKF+GYWwE\\~?AA:( 5֮8A H vV \H=CGP̙$5ȟ{8ATC CT8@vb@o0Avp_ "Q8Bг/PpD  P/r {Kp'0I9UV*0{ Im [SUFm 33JT?tUux/װz 9Cc&/{ܚn$zj&Y&IA)gmIWux.b;-m ,wM>45AVv$p)2eы&3W~doyCծou?I:v\޴ɝq6> JWLFMg4`M:S>:kkyMw,xa1ͯ'sVٷ5>$e> _̙}qSa #™Af"")W>^,0Ƌ)rMUD" 53>iOBkaUQJx} E+^WToU;Q(I {ֳhF[eK]a{l1vDź9ϏwZDQǛM4.]'+wMdA7Xwd=MQWੁHd/}w_.C2]`ăae=yjG_܏/? \{բ۔3V疝vG1u=e߽oәWZV:_!oCۚ24K >mEЇxN)oN؂HeSA_ 20-fEbo6NTir0`W_N47Ϩ$ұ;mޙI)>fQtcݲ 8ZiH+Xv V&lþ^֏c΍.s6V4wsV;Cޘ9J1~p=2'D7ԨuŞ<㗜2pM@Yݥ…ワurWkrx-JBM[m5V ^'_Vrov-vЭ$TH%z] ;%Y,6pv\zb-;-SZL5,}nۑAT6.⢵r7yݕ. |zAN} !"Rݤ ?9aݻD2rL jx5"rWC,BjL1}" }j#sS%8 Fa8.?pDw3D ,lpp}ryպ:y"u]b%w Wf^Ɛ? }1dzuqzPHo sU#nlCyte;]U_eU[Puxge}(NʺS~cW3ղ.ӾhQ|̹oh~IU5%w'JAJhyN%u.U H@ࣘB!h Qėfzsofbʹ*.->xOP%0mnrY,b`ЉAVeܹڿYwvL[X%N˱:Kr+ ns@: abVX.2fu˹o$MBKh\V'p"&qyg/鶐Jz.Ty< Mta^|[T53ڰ5ҫy]9df=9{3$8ǂ?3hRO^wžIXAdrxz=nvK7ز65;<,:V}FPm_!!1gό2zgw~fL|ǟklà}O.RbklڞჰK+Ex96TސXκ٠1?xvc}J;^!N?IS9Ӽ=#Ճ^y^l>c1'? ڙTr~}i"d85 '1FwcU L&_FQWW@nQXO_8ygwFU&ڧb^Z>xѝo>SNv&2"SF~-mug"9gh$&iI৫Ԕʲja|ؠP8\5kAL0jÓy?ugNrw&Ң|#TMvݺo (ڑ_2{unyєՓ\{B5rV~&_w:(9 $eho©fN%\>eڵJZNc$+nCϷ'_kdRR+6q׼PWq^[6'I!*Dkr3[ߩW\]XŁ&q*Y!%Y ?Ɓ߰k͙NW8u[GlB~JokR*I 涍SWɰPC0"J)|_߰4|xr}QrĩG_!+ ]8@7OR%x="Kj2]o8W7!(%cX뇞j炱!ԛz!i#:U,ʹ a0]yOosVRΓTnE+tr]KO!ŴZN׿ze،<<^^a?4td)>:d|Ǚ<7pO!2;ZjJ뀲 *^2,x1&<٣ؗ9ЀaI7b" *5̖LMsdKӠ8ךܵ``Յrf%7SPd+gj|{_7x_KX G0~m[hh*&Hgk\kYz[waAUX-aLMd67l)|ml͸TwO|]M3,* ᱶXoLVԇNlkcni{[K;JdG69E˥d (5 c%۬zԅ˃[\katgD vo)7pnBCgNOVGPC9W!Y\ IjyӠ]r,yf,v$.qJ>fR߲2m Knמ`IY7*em_oW ~Pu+=)5$]{79yc1{7)RkWGM@*)CDshODeIۥƊ e4O<'-3fn_hKy5> ~H7wkfysn󥆣Lo`QXUh{ƣ/³L/mt[PV&&`N Hbo$u1i^ύlz>f~O)V ވ9 gnrՓm2]:R}^6wy}' zHyZ0Y:Jk˯2+rSʎzB2TSeW#a,=knBCZ]Xw:٥;Js#*ef11#I.neVpLP gQ48;utk efTVӹjv0”<'"mD͍`%zzQ1h%*.EPy>ΠAl2+.\k8!C/ۋ5Z&FKXJDHygf0;K;e4Ë4{mN01ܚ[!r,MѬδG {ĠYpi)q+@ҍKkLUJT<ꖤ r<I[V__|+8e<QCǚW$QOeCl[=ddW$kУČ l0>6)j%hb\!{o( S"!:aB+>R]iJT|6xޮШ&(d< "./Y99Kջ;Ԓj˚_&scO:柊Q:)N-I}ZQ&{MbxK9CEWBqHyuY'`[53зDV[0|{$DNLܑAI7{~K}P_zo 4P30mҠZ#Rx>ZZsf!w w d+FUGo4Rr y.04vBOK+ kݭ' /sXrϡ+ 2>(f~h<ҰUY+mAT M8xD)p;Ys!%W0ƮFaI?W'=E@KSJq3IC h\uh%T6e'g'rJ$mjnLv񅦁-|ۤZ5-?&H=>=ú9>LmlksIGtJdC._?j+)4/y c9q(*?eM6BRWO ^^37B}SLBsԨz^ftP#F]+ re x)G? 9m5h=xi/`g?.Ƌ1&X=י@Rʽ1P)61xa?5O$9#jSە7~ڤx5Q*vst/~ts0srGiKD%GhِWЯԓЈsc SYɦW4z"(n*KEs_0.xƟ޲N>cyeG{,: YMU~OE]5 ;{\c=A^.(0*{vTDMߥfgҏɀ{'*I u!d+h#g v铲.ƻ5_)w< phUq:M<}mA^O=̒KP r!~V%3a؊ '3qyM, huE]oM),&:A> stream xڍx4\ڶ Z}Nޢ1#ft-QK z-Z |y9oZ{sݞڜl&H'z&V" D89Mah8o;9 C"dqDcljh Px1@DBFDRDA 鿁H/@ wSsqEc} yiiIဲ vDzhW" 0)x\hOaa___!GEW]c q~ ;z@&D P9LP00„x#!^:` xBu6W?ѿ`#p080BG/#;8N e#3P`/'%(+ fΪH"՟ 컿uG }03ޞf=o Do  %$E=vUی!8 @1c@aP(^ސtsE$"8h C;; Ɯa'~}uga37 k_N((* JK @RRgCG؟>#VE٧[?Ka.7A`EL!?;y?~G\o4FzH %]=3㿽hG.F Ci Ά04/e778 1D`0(|1O]YWF:O9kJ̀Ƅ(ҋ˜(/Er#= <{[L0F=b3&Lr5-U! g3H:1xQ.- ؽSoYQyfؒ?BsTQLyЇ*pQ\&@Ie=zK@X%k:dUHo!〙f:,Ų+w7 s>u t[d=oraLqQ!aG${Y)[S-l}B+(rR**構ɇgJ/M^S3Lް~èu'CaQ;nkW };)mCɹ"f!TA'}:i\dk Yz0)䧾.-?SC*M!2xMKxA83AGΓVЖo"6g7) אc(+edO-[{jzmxVW*[)Jg_X^ۋxV $󛦧@^X2g%`|XφjKm*EK`8-P^CEFC'n6|˱OBk?V{DoUDT O'iHx6ͯ?39=dy+ܪF󽮠a(?0hW`GMJ8Nfn-#~4:MBɚl#ۢsd%Oi "+j|k̥2޿c9_oJDO:d/P8D;ONIo)kaW7.R;kk"}213nWƬ:?L)n>ҪiPN)lȝtRO GYIj'\[:%CT&YR~ݡXff=`7*h3l"I|$"$.H3xLu| Ps}w"Q9;|bp% V=_^z:T"ހ`ANmwy5Jsf@Z;{CeorH% ,}:x>>=sn9W-<3y9+2pښo.f#1jd*mX {lv楷IQs5+z()z&5{ }|Jⵋ}qפwlƪ.﷧dG_@2?N~Pt39s+n";w{O;G,P<<▛Z~>'M( KS9K)2)+VZa d,cd;u7ƞ t|\'zQ 5?y܃8NbII!sSÆӁ$||TeD2S/JLOEtJkj^ǻ)!`D52ދ{Xea9sγyR^1?̭[j߄yziT~mXe0m}^ Ɲn6y7cnYe׀Pgl~SY,\ym /9YHIǟVY fD$TKKAr+ϺY).TgI1 dƮ0\]yz)@ 7&JıPyk]N{tNV< R|+ΑkX8^d5ߵsP.=Gi4#e}|Ws(8hW\hp:U\,b=YFuҍ>:V{_k>~d~[cJ Ǭ2EZb @YٞB0u ڦ_hY^Cg܏ D=y G''muk%x8+:XA\J ׃+mS.:LF9.8S3|$%f"ݝe bc)+Uu~}}˳^H'bFgkrj}{#ߞ5a"^;Qsc$ɽA3ՕM1}]kTw`*-}ܰ`b4wGGtN[uC$A5<0gF\&Yw|闔*Oh4=}j$޼֡51dlg5KO*@CM‘96jeN ޡAӅbMyCM6#P-B˰k1"sw;Vs8⑅/ܭ Xu8#H6,Y,)MN;&cA/KMÚE}rMz ka\%U᪶bii, t9Ωӈ4)7ě^ćzÜTqۑt-噗 3aEsIdاޚ:.Yd{4^3=zQNDpP=Ha L$}dfJ~/ jgy?yvm5kK B C{!%kUekdo4C>O7-JPrY3'͑0+>'~{y‡$uxz>+H*[\TuaZqG<;`.'3xVIJ춄zK*F@sK2әF_]P 9A*p(@8ŽI4e >N"=Nvrr $57' ɤ׎tIW/HX0wgA39﮽)j! zOcZj~UGW4}<9H#*эw-NiGKӬHvKo<U/*СX߈>ZqZbf򔫉5e2)F+7o4:«e8 W 7"}'Al:bqvS\5@yd=@o5Q{a߾9PTxeTjKЩf\xP׼1y;˔Iqj+_/r(\$#7ƢZdp}s.֙l?C51%E}feRi:W?vzim;-{.aLGMe 4EZn3kr/ADO-КAtS5bMQ{j[yl'f9p!"K?9 D)_P9PHW8l+>-!p`֡d/RƯϙŸK]wzǰ?gq{Ѱ),}5%u>}qw6G0Ar[܅(qeo߫=X_Ե+<<ٶlmٻoݍt#~ zH,3769ϻ-iuq|.:\tB^IK-vg%ԤϷ̴N9֢(o2}c`uȫU@m ׾wۇh j΂"Y6)S W!֫>w_A@xOb)8N sv_oB>SΈWoK$- Y]}~ ie'ժzJ]sWi9 d5[a]H@R:;Q3i+/w^Yށy!aRR AD{KN hB+wv7>4O:6FEjZ\dDUQ5>]rv D(n4o4v"fC|*?ĈtR> stream xڭctf].v8ضmu;m۶cfcvty߽{cfUͫkQ( %\x Ʈvr*@sW_#;NĀ&3777@@ICKK_Bƞwhz*p,mQE%miI:@ht2(X,Mv@ ?93v&=L@'[KgKg,Ll\M!nf/BN#l);88Y:fU7O #r;[uFڛSҿ|az],.@r6Fssp WgK;b@p9;U'_8X8mY4qA303n?}n@5K` 4cTw@2 "?qS= -jc`dw}09?w+?5&#bvab`Yhdbb03۩LN6vzf&YXXzvIHΨ".,Bw꿢j(E-x=, }_ky#'KߒUxk0v&̊_&NNU׉[\kЁ@ ƪ oUFvKv贘`?3hCyZIQ@}Fw{}(C,gʹǑ̷~,4U!/@6e'q~9bf.w&iew(.V'g2 '$?xn _OTc#}GyF~$).N&8yQj.Rc|]G[!G#8ڬp(2]*UX&J W%Zif[ng׏-4{?0v!r`~s<8f;k_8&":$2t팵q7 -dsb5:r1?ULK6%,3&{ S;p›GNkxtz# ۢi_]? D0di8 rpDh7v N"iԩ`\lvoƚ SFS!LRS ,wSP`de/pXBl\H,7E7P9WFIuy_7eS6ā AS~*wF׊4isr_x|j ֓Th"iAm\pŒa=)I4Zea=cuykFL9t֘C}!DztG(B>2S [No>؃|ǧ 4uL)+QɟdeV]܍Ē愽Iµn ֲPۍ32:y?H놁̚GC{R s&0$W%;sPAH,U[Tܰ#uE 07؋@84Z|ȸ*HA҅C`+fX "B bl.O3g f-&l #oBӡ-mSӇD^Z#RmARi_+CZN\ c}]3)'I+A {jHHiT}6V]}SJ쑅fl8kC@|!B0»w0| )';iquB`tz"Q9r0eg~\Psѯ]8 ' 4QVd2hbPjm5x srCK)iY3BFkvRjt|I~vB:KC_%>t%E2_p~9$YȇZ NqeUQcHEm) *0qa*Y0 wM&I<? B_ռ|-@%hV<4-q{'f:&0CL.wuƤ?q}KU< O}^~D =hqUWOCt/=O*$,6=Z@w4x+'@% 7 n~!l<7,Amdܥk0K30k<~Iq\QcdioKy2*:1{喙EeJkqktQY|kj,nBJYJHͫ>t G/; @ܵZgQ#R˻]ҘVf}Q/#DW-s@pd*т@v)9e+hƎ{'Q>PxHƎbyEs X !- H~ =2מ~=Wha.h4ۤEz `EYNH<\2i[C" E#IEݺ6WKצV&qsUlfs42 /M#+Vc[? p+0K AZK@\uQ<:q|. εukMbA&V']IN6uMCb]OHFzIJ+t#B=URc3}zw/q Ja[#1&rv_.y3iƙصTOZIh& ӷLxRm?͔ozV"%1q̱Xdl9\dD;z7~b })TN ,^<2 Z\'HX3\X_E2!0R~0ՠ48D y/e{u=B<F崌tHsɋ/k9AH͘^1OKqXٗx*ErQ߶{:̔ tU@JfWD[k_#N]_Éxr<3VH3:NZrctT<3P1l`Y @W`M%A̞‘wCv qĀ^ܧƘsj$?]d~R%C/gu!N.n;'_Cahl`Uw hGSML;i D:SgYECl ~ gȈ'hw2{+KqX& *eޏ)6fc}Dip.+O:m}`IM4>Kky !(h0 L35mN{5/cxS*%Uy,1hupo,K9OF0wnlHM8hN+迿]pv oGy=#'1S ǃy10.DdS//X[Os4z ad梂:g],Qdb \zL& ϳMB$U/W.U'@9uNEǀÔ2= }]OA} r3|>vk--:u. ?i9oCl\M.5ƗoA5M˂IgT0s=`0| 7#z}ޑv_ 8<<З|k96 h2bjMuEoN63AkC9syd1 o`;2< My%r`v Q, P1vH*}gs'_ZJU p; 0uj_â:!$\ˎX7Mz췙WEƢ|/5)< MlA.,ͨuAHXY*#A~QɺeٝBq*))tpKI=ӧJV@1%j[P?O _5/X8eHNkkjQnkXc<›t؜(+;HeIDF!Kn{{ѯқAE Դgc$dQ$ \&uո3\]x@0e,e-<E/"l>¡iEdܼ :#i"16ͼ5Lj6|8LS4NJMH.~y(R:h, ~E.4koQGSȀdaph1/Յ+C =b wkե5)zsZ(`⩵wO*,`]1҃6pT|6&&8S9t w>ů%F u_",ٰMpSXoGY,N罩@7TEdհ.9mCTt + bϰ+1Nq[cb"WCyYow~ quHǤi5gq.Ts4Y}VK_r&kFfߡ}@'M|ꎍj-S"Tv&U $P{ @J($VUlj=.[./:]{b"8: YN>Jt."_=G"nJPUAC8$ Is7ѽ>o6YO h@OUHOG,b9%*k`QF+|ϻ >q„YOekï)gbIwW'ș7i0?~^ ylpŁGıRތDEw0E\eiɣVzNJ\o?Xj?^R=T"C8^QW}̫iʦ틒ؙҽ(mRJJ|]P8`VāHg]ςO9+c(rw>@nk__a&he=-dk_Ǥ5ރV T9g"8n5n4]XbЃu$FSHgm͈0̯"9).mZ~eS]>(+ofw#U"MvuWe}2wwR$E& l f :jx)bR8b.GxQT]Vh^d&|[?.~J(]e?GDK[9Dأ!{ky-eKJ@NZo 4&{JNz)J{~3y IwP?("I> V esSn&+F&,} n,!bGp֬}$Ζ93Rj~9Ш$)-{"$ORd'gږY :ƥ23( | $K^z>aU.< -^F3/*r-Ż#k8eRukY}-VΔE)G.h!jHu_-%$kЎb W譍 4G)}K$zld, _ CŁ9fZ-!Q1PG_"10bV6E-]'wqq& y>6Y߽.%z^~Ot,s< f<4oVLrVk[20dh*\M|Et Q`3Vv 9B"HBz2 `1{(ҫcsgSy7W)R+-QhBSe+3QК:N:ouhkx :㰷R1p9mC4H(HgB勓HEOlB3)^BT'ޙd|^ߓ׌֢-M/Âu1CIDٮ':[Vd}Ħv~Bw%~̢s)mD\)~z-u]1ڳb?arq%R?ls5A߹A?Y/}=SdM!LMtLcdU[H1RcA#`vo}e٨9b-~ m(LD# Dy]۠Gxēԇiӓ9A 63\#U}򡭨k;PGw iƳGu# + ?3 P'6R\1ߠg| F5 XG 4AVX G.5'"yW!*4-jsm$i1ِGѓۮh >0Vbo9KZvʇ>ztsEX؄'q]M[#kY}}iU͖e;f5 _N-&(B/߅M\2&E-Dl*548sɞH- ]RRi 8I.+ [4a~$>_߭2A6aC|y M'F _sݦ!&..LG"Ɂ:"_T@yȫd(zR] 6 0]驶KȪPNVzUu"eck/y[,!cЫeՄ_17bz0jDҬs$fQp'lxv"-;R i:)zNљ 3= ~N5yse18HRvե,V v\ԧ9ΉL v)X%Cb641 BD1s>Ѹ=lqIpeuJ|=:i 풀9 ^Qa E;S=#}5Xבǡ+S+ևcO& ! 1d˩K~)o6@mr1]G GQfFP[yNZl& uro !`|vlbV20ZѴtG[(ڛl7C!Qp@aHgqD{:2߂9D!ZgM&g]{Is]$YlGKCLO?'8]Kv9[j%g[W5ܚuKcTS <0009,"tԀ9:@ =u:Kg\# )mRTPNB?UUp~^rj;';VF ?fїfonyW@6k9$%3[<k]y"1)(qЎ"A|5ek.ϤN{cg rRnl+DO& Lq4z02Ǐ^8"I>\.g!1Uc2#/ Oğ[p@1'PnaAAz]1E:~Efe aw26i>9}}q@~GbNc!BcF->~oՓrU,d>5/!'vNVhKAq^ۧW}bs '-k:Jh}X+b`.4$ޟRj?0ӬmFATT<1i(z8&yQ7jfF6!Z>So) ,&= .1JXó?N RF:¿tmgAkfJ%7qi+zHli]TfnAbjW(%O!$ SGŭ(CYTe ҙ+ʲ=NN h ي* 2@ wpuD+Il6}IhKԦE<5TkȪ 9\w1g\!ЗpKt.{8` /Vq/]›LBq \xArpj %0d=|:VW?$q}havpۆ{ vl07X_F(׍- &$ýY4l2dӸ1w%hK-9}6Aɟ馩aKlp4/t!0|o,6!T3䐢ep6F>Qo?}FIBfv^XDE`Ek~=֛QP%\òBGnlVђ}"y#y.O76dV-6Dᕊ`ma};ۗ1:%l/jн/ t~S#3Wٞ򷜌$7t(EV3u c L1Z ZNX%$g IV9M' o>KPN q\ѭ:o+h=%Si]I6Z)Z'\ٳù&튆ь0BqMlp?ذ|&^CǧNǫk;W_AeJ؁o@'#بQy0/3Im4ٓ?%cYP@jdlwBz6c`ӃSDžb~L{.<"$4D=&EK ӗ$\>N u>1F2jŴjSḧy rM,+jfgolaR#,s7rYMGb[n1HBn> fo?ib2;Hz[iNkCR:[؂\Oz`B99 n^?!IW/6z˴]_"a);! qyuZO49N(%բ &%`$onb6Q{$Vѷ, ;jz-~ Szմχ.)cxI;ͰG9R^@mMKyK'j!$3֤S̤ 16oSL4i>?˖Y) w%?BLW`<2-M`A 'm_O߶WX nq ⣺yu 8{ӳ<"֫b+K??ztqw> \8ӡ]7r \_i2hlr|wG oqhrS㠅xQMѵ"tt.-bπpAcO 8<噏xlHDy8 IwNZ5 T]xlǴ4k>'zw&iƾ&d˩R||]%L L/V Pzfm6 ȭ tBGNQ I8{}ҹy#qs?(6Mf:j?TU#{%TVMzBɶ)|H~ rq1OՄP\:.w= ۷7cf;iF *bbhNd=8E eui18ٜ*:L):37Jo:ջ] 2-n{P4 3{}(X37~}0:LNq*#i곆?3볉ꦽ=›nCN)R 4 B6-!5 Jhz)J"h/dBQx*Vք43td 0ҫR~hdgBB*: +/c=`mlch0"2uכQ򱚔zLkdPsb˳Z}׳%{M8 ={1XQwܟzFrݮZ<<`qv%f<徖2yԐEmSO&K݃7F l=?N[|!.IEzKB5n#e*XN% ~[3;bA4'[d_J;JG`$1Ĝ5W'Z#xь1t%Jk+*[+64ʌ:]>ԒALm~Pu`D!iqؐ |%$vXUYb2#q,Cg_{ +JO!P׌6X8J4T@g Tʒ:""㙘3HkRĖ'vp avu| ʎngΜZ7veHzsL5࿚,oѽ >Q #9faKXi6T7 m3bä3Fg#-ڦ5VV`QPAk4#uׁ/h.[POhv܉i<)["de:VS`5IO9Ҽ_Ss/]Pq4.mU.HQ2pA`Q\շ;2S;jai؋g92xn+ eGŝ b'BTIQP ] l&a-606'ȁ#m pN 1*&&4R3>%޹H_7aխ q8^Ok <7"xvk'L{ F2'|' 6$䪙3ny2T>[ߏԌ:]F !}g Jlֲ$)8]S=pAsiogk?L=} &}ahmRj1.F[;ʃ/NWCtB=hKBfXBZMx dgĈ"&x+z_sI08|ɩzB)OyyNxl(h( 4ƧQG?yc.kj:+/Q,͔(V%C?CD Uɧd(& '$,/:i*GqC^hϑ8ƥ9_1cI}MVk?J/%_^XaQ(l%QR 'P%=h]!gQ,x3r-3 Xٳ=$y衹&{@Hh縱s:rGC g%1yQ\5]K?],)16KJZ!AdEZ5G,/QES-@"o(ڕ# Xy21V'CM?` `6AMdz32S;(3f:RWp1^J ~)ju~yG e7-M"M=xk'q3{҈SxK^H]1m^MCX)F2#Vsm+>U./j[9ڕnlrѧA5tA]X #ƙ !g/N}qMLExH:qiu{S<zhijUp *`kJD2eϠ}t/DƱ4s0杩;d:,j9]܀д,B}qͼ8\z0fU}~(NoHo͏h8f9n!hU"nw-m{VA=.ӣYkUf[9=yWwPO&=J F%e']0$r^f1r.%T  _|o7T{{񸖾26Wӳc9} lԢ:tTGjoXp9?=@{`x~s~O: &B_˜ ܹõV%ʓVr:ǏV$/S4͏Hfq Z*dL}pܡr/ˉSrtAJA8ߺcP{e׷#\cKJw`ڀ0Р h awa)xkWrtg!yIEi5y$/W|Cvwz'^N0]֍꠵8PX"OAbj<xϥ"~5ϛ"]zcwd> M42_-e?5烜(6@AYTv}7{ځd[gV{4t;5imp0"ϵ3/='Sp෼B-O*8Z?)q+ 傭7 ƒGrc84i6Һjӈbx-SӆK(X +Wxy"3JRV/֗ъcH&wy˫+աN}%ٷYT=*&–d}T:D2jgeZoi_ɝ@&5z%͵$&F #p](ߗ 3` q{5f~ET*Qe1^O؝W̼c endstream endobj 647 0 obj << /Length1 1630 /Length2 8626 /Length3 0 /Length 9460 /Filter /FlateDecode >> stream xڭxeT\k6NpwBQA݃KpwAww .|YͯQλ^gZJ5MV S X rqT,lL%V 'GUk 3NK+e,i , SPP ud0hk223KG`@ڀ!g& f`ANE 5T@% fA (Ojl\  x6 -`dk, kG?<͠dk}ְyƞԠ0- UMZ8a@0ji 9I/- Ǘ `j`k t}LfkoWO`7;8<5RߕluBͮ[: ;٤Ԍ]98t~F/Su#OV8tׇ5 ~rۿ8av}J&hîí=8߻ k93VHp@jlY zDsw^V.Cd;98땨wG i|M2 V{~Ōl=hwUOvQE$?ő2e1iB$)z̆t7b$/> Ǖzΰ&k8\)?F]ͷv[G^z `p:GP^J4i 1 pc^һcA+Ս!,oQW~h͠5)a=zgOlT 1RcgZ"kɚp $}z;sLz[1[$@؅o9DΡ- 8)Nol"-[|3_>gJ3V=MFx_H'߸6r[+"6wM,cJ %eu<l-+{d)UH2A89^m&J澒Z:QGtgxPݠf#dse4~&J~nq-ݹAkՐw #MQc֒#ptvN# )56t4n(aEK>>;/%hJz>A>]w;>bۋ6_߰whqW0k*Z81^&n}-"q̮|P~%cM$Nϐ967\UCX.)gIIh#ƋΪח2REv##ky1lDUOXmM Nu{sa]>'>j"6P({swAGƥ!U+BBbk^ FdFl`t~-{ЇFz0ūo?$t9'4k%=~ןZ{*}d%pOT߃ !vվk1fZ2쳁.`\ ^߇e>ikj-9_r6]F"#w. ]a:XbŨ<31.<]ѩ, ~J@!ϧLna҄7l{^Ų~I# YI(Ct괜|1GP%AdEr¿6R1剅jQi/cS)` HRg$IiVK6eʷm; ܱR, VХܩI['xകʡᘠReM:қw? ;x _c򓶖znf= aUlPu<}Oil꛰}ׂ'pj (oIN7kCېO' B15/rKm:Eymn|*-RA3|2)8{Q_ xHڲl%uzK_ {Z QAWբ%fEta E#Tt[{GS13A4~1۳CdzVWc \߆oJ]W6餲V>sQH%F:ꣵd3׫fiݞ{x'ΫG &{ i 蘸=  F X:?N>J@M~زG9 KHyMBu䄲ḿCkH}JF舏#r΍{JKI vd طQ&Fo}zGx5Z"ĭYT^`%;ҫ$+a,t6Z>s]#SmXQmoGgn;!s#6/pw8oB&UmK/~=Wv Kp5,u< J, z݇Dl m /p3b53̪@K^(06 -Qd)OIJy=!Hac"6Lj-.:^ !'e6 5Xѣᝈ}އ8%ALOI*h\_7TZ"R0hh/џe @Cʤy `en~Dk Hy*R8 p}""ammm6x6+G!dsMkP*# Ag&m$ݎLk($1쌝lƚQd$K+vVP5!RU: c3Os9[vyq`ad+S1 rJ.L$c^Ex+9Ÿ¬K%G\\Ũ)4cC w1nꘝŜ !ku/ibK~ף> QvZeq!$襃q-ۀhiP,?jW:HyevR-nǕ*q?߉aVD+/Ł(a:5SNtY$f?s^2QL0$R'B9v⋷e@BDd]m);eq= L'MwVMF[o"5G͌T׿\-Q'E/!Ⱥi/y'! / ϒ?UE8MǯHlXs>z};pN%EIOL5GТVH rµ3J*i@0ik> 9MоwNc"5nVW' s2{[za[rzcp)|qg:x+,Ou MUE0n.%L66NhiB?iC-e_HL -i=tMG% 7&冃"= ڪ-qxƸ &{ٝGq -|n,ŇH月.׃IY\ܸvryJ+ | +^TēCUŪ2lхK2^VX'UMGmsdT+8pژO'GODшI)f~O+MγIU?%sߣOh4j6CSrLEψk8~·cKyO02Hһ>P ~]za'm`338<0nۢnereY6|ӁvBs]j7E喹8{*|.P d :FxNm 4 ]m%kO?"Od'#`Q9Qzn?8w#kɯ3t~쯴 ||k@ğI>h%|=N Y>o>KVo[1ι '[?a!eFAͺlveɋйWJ vr O_eW*c\)H4c@ʉd \Li"~JėN9A ̄#Uά>y {8kI?ގO"e6l"RDŽ//Ќ9 <^{K, řh1oQާ^F; {!B~.B|6]A0lnb<9ܑrg?s ֭9\Iu'[U78t=Ǚ+0YBc^N}kZ!PK_5!?tQIoLD~nOdv;_du1zOJăæ|vBr]hX 6o ɱuԖԌ2YS*8<l2EP:'I 39f!sĂ.KvwӞ}s@<Xj"Kdם˺-ESwqTEڬ+NKPN6$R Ugʁlض%fYL*!N<3m5mibՂfI`Lca;4o LU Xf]6_tP\p\vB#R`y]zx<9c1:}ՎY.J{A$)kϓnjS1:8JFE1ߋ}@󀞾xº/Ye1)Ghz-YWpN"h!L` UY*ֺDJ'T/s5HkA4#zU&x:A;ÝLɠ\I*gGu.P(Ks*iK U}+!(]^w$zd)r.a59zY*p-Ю3r~vG 1n7wTE;;]8zDQ‡#mI"d=*H ]^ ϝ!L-Of,\ڝsnk2Dd˜J+/IYNoˤAe+ kn=vs缑^Uq{հi? ~QI]Z pI"S@ =~u3SyR?g2ȷA6UX=A´Ofw:o9&ek/{RӸ~XPAѣge Aչv";iyU S?UR+*̛J#7qvZ9 n)f?>T9\_&0%Fq:(ݘmES#xDT@.k02eYw=I6\XK'獸 @}kat2Xs5x#=ZNgjnVTTdl_/Ce5,'%:k秞&vs]awpg^|aBE#l\lk#|~wXOKC˙??w5I$i.@)RX}.V mQ4/SPrcCPٌp:Aj㰉UV:r\9Hq4W4>|"Fn-n&efFN>crmO>)H闗g.T2;< T~ԉV8P;N΃o> .MgN)q#3ug== k#F:iRXL}?#)dW;k a#U(eubE#-[y@MyDFv9)Cߣ#EF2iUJD/P+4KLGof,7h2$gWW*qg "sk d~{_{x>HЊiFu)-kB#_a@B}bN#7[g/d+ }Xh/Pm? ֙Z0C`evtd'3S1aX[cmu3oMBTt|&@5O?''mlj6.+RqnTMd.?IhXE4^$ BW2))XwhT,Wy婓뢣N6|-i`$ Qy4 :h:áe?;Snqs s{dlrϊ OAzpQA3Y<-E)j= u|2 KԄdR!gQMc37+WXK=16%Gݼ68uoDmU5~ #ygbwChu۬NY 65J97\s^_}dRrKͤRǴwv~P77Vil~έxe{lgE;2jz,X fӨ TX40R88fYg;8cF*PZ nig(?9QJ/e8Ňs{N [e%? \*=9F#Ҫ)! =2.l¥7(jbaaYƶ`Q:`4 8'}mSF8R}(hPˮ$g#1k˙9luē+kxpKHGj+ G*LJ VތZz3I.ιt0j1a02A"[O Ytfdf&ׄD#E*eɰO4lH ]1x3NEhY}cXLUUb8Ѭn\v^__]PmpK bsIp?Xq+Ɵbآp2&5:? endstream endobj 649 0 obj << /Length1 1608 /Length2 10137 /Length3 0 /Length 10965 /Filter /FlateDecode >> stream xڭteTݒ5w n[pww` 4ҍ4n%8-kpw?̝u5sV׏ =x:>m+1 t3H0u}Yo` Pv}Ke =?ƈևGD6gO4n_?vHoǮ?Tp: $I»韂7BVgC%ޅ Kϵ64-=}A3eiC pQ[x`Zs!RaP)2] Z #O GAmQTJ$"xy@+TD p\$?f4#L}6/OLXI Z;2!W*p}LZd( 4?%vB-ĭ@P,5BzrobC:F#3--Hٗ33K8߶䁔?uSQRH'`uq0o')\V V_鼠L0c03+C L玹)](`<ǑZl5Z\AuG+bkb!|gjgf.MپK:w٦OCa 2jar 9ͲCW"耍D2- B%^HkNDeco6@lV/dz&%a tO =3pq)v|P2#3 \,W;/Iir{\INm7oJ,M. H9((KzU}ӗ ٵ"8LkV,N ,"3G4LyQqF)Lb8;VG%ie(L1"0DQn}^2ynmsjdbnFڲdI_ZKpFƷ`XOg|n#]3all-Ț*w >KaZqt=%|߿91/f9wrqQDiY]&?/˖<ֳlX(SU'\(]*nxB` z߃#LN$o\(=^mnLР==F0Đ~Vg.”@\pS6 Pf sԆyhڤҕpONJ{ `έ> 4M@iѺI!ܴĺRNul ƟiGt[aCJjCAGQZMn|zG4;0AEGX{xGy2~%5j|qDt\gK(Ptjձ-qdt_rg䩫fgzZ+?ʆ( wks/?rqÿlk_z_JR;ETJر|gYR긊U˚4v9%m[߻FVK*4bL}f w W%cvq9~?.8*ӖH`](+?K"Y /F&@$$H@2]vHrEBO:2K}^j;Z84gW=N)2 \NI9J:|:kSd0 ݮs7zf7pQ6Gtm&w3])Ӹt -t_|HO;&U\Q#a/kzj~JvV]&_AlBƾ1A V&'RUmsRItJwGR%l{h͵m'=TS?{?7 i=ȼ\vW(qf3b9d U#w{M%`'=%-LjzN!r ytXm\ 7ܜoi > } RĦ_"H@x.5]X=MM۫*9ci{֌k֦exrE^(wvt4+WFŎE={>~4ZQAPJϟ8T~19p6#SS/RM"m,.SkWBߕU>RʖnWPd{/){dv,7FHTN1R-|i"y@5+x$@d sw0Mr1ԍO N ^ոPx(UhL"b臍ylcx:0x[.t|q_' D+2e!Nӑ>RXAR1db}?[ߝv"V jyyqo!*1aWgJn0P+fX&$袨9G0U' ԤݎQ*AX!t~ݘx(wfkvolǘSlL~쁪Pr}2 G ?SȇQ,XpDЕ=ȒlVHeG_ᓰʇߞ$Up!z8M%r>Iv~FjơpO#L&g%'Wo_r1<_v*'0ǾKvE'Mf^1Zr X1o͆AS96D@P~!:$ep,'N7n]BZ'8"\&UKOiҬkc2A1b-9GU -Ac (뮷 >csJ("n]KW`Жy{`^2U\s̍'$qSQ]mL~4.fN -qbڗSI"TAO ! < BP./MЯ| M t^(O'* *2hk4\Ipr฀o`ꢝPZ櫭sOWc9YK][Fa4'Fq-7оA^{,ru:ĞͽJZ1aUv71@%l0(yWTO3QKOzY>+ Ϊ,f"ZނXۍ{߸4(ԷpR;@=]&02{QC7!gX2n|:VY۶¿~MVDXٹ-JBNGVwd1׏,c/[0זRa:#$_y$pa9) ,!;أg}x?mq+&89/ T;^[nc]"~\=K٤x CŜ 2^DJv9;3m__ҺZjmnXk a #0ȐsO]|[`м_fA@N,<`,۔e[ffu2[ vIN';r(j(Є*#i(VH~eWw䁖4"Q-[aO-KUF/`ClV!odfbmBW} Lw7F#?Zf?]s9k>,{u!Ȍo83VD˓P4Wў upnX|/:IO^\z8 2wy~z;ɏ/`6W*kCJ4uK }57*Fƥrp)~/qD/ 'va4̵`*orbNa|wc @ {c2 cf@hթX(bC=Et3+/fLC^}LO_r8IUNѦz9_ ,0/2bJ`wE6 vIh`GHr$SkGqҗP\.~5'vSDyz70 3mdK<ݪњn jԺHM'QF93-0>e+09b!N>1v #B<^;?c\L5I hw{ɕ4ްޏP>׏/f.H (UcoɅ5.Dnh23&ze\wPf'ܴHMռP-`,CK2 ^VMY2eP&tAbֽܝs0Y} QhmW Pۛ"/= v_sP#(^!滑TN cz/R rsBI־,# mδf^3"w[~۹U`5iUCyk0HSHVBKݒ3"cg? :j]*uQD\ӌԟiV[9Bj79#C,JL.5h2,`G7{;48 V#*&'^*`G#6㖀!su./Ě.~}̒AW FRPC$C1h˗ObEЦ׻=ik9%Ƀ"YL*^$ qlWFq:|GP4?؅8~=))V{SGj2ru'[|=-% ;#su][ ʜ pB6WYLllQ!vj{3P`W(E~:r%`Is6w{x\W~h?.3 A]$1Ȩad7A\uCݓ z|F _].Gʻ՜XS >VGo)"zc?Ӝ/_&6-ǓqQƉ$y[?=%_iI6@m`vTI^^gХ*}l"7f ,oMڼldd,R5F*ƃZ;!K~:n No-'>+Eʖ$C6m7̅S]ىa/?E&zy]٘u6&^&)gIqp9 ai(K3kۜNn?.# p/_l}GsMK1z`S"3F`D8svC, ,.ѝRSO{X~bta?Z!<;&^$(3^覢zK:j.-uV1gi𢊠x$% Ƴ"e{CIst&/)@(-i^\[_ m ܺݐfjy Q‚>96wN2Zf@[I{YKG9Yd)ؙ~].y;O>SCM3H: 36[dXmڊ(irV¿ $Vcnz9)J暆9-مa8bLlpzu`*?lgIhEPJ?9qJI9CeXξ$ΔaoI:Jqk3Zҽr||wMv#PF!tzjƱ ,1W4q4 S\}X~3 c'Y'q˜ƥ*b>5Y7.A%9-A}U9+.ODNS;Q鼌ٱNt!,6mL ڥ$rQg6)|]<)!K۩ڄ:+|8 JB`tt[ FQ?pEC\ʐӈZ LߗT1tW}Uv'HDDrL (}oMl"⧰FJMAgL-9HHᆥy#G HC[)j`9|CBBf~/٥D|C:mf/#;~['EFYd_<uW'oUmݼhu'JU۾ŽAxؓT]'}bnFmX::cjSd ♆2/k%)idw'f jk~,} Cf?|'?*oDٍXeS ^&)˪wn?}'~\}Fga2Ҧ -Nrb(2 FSdy>(r0{wd`-.gK)C.KRۣwwyg}؏h/O E2LG!Ȱ-۠&o_ OLి V(,Rm/ST[dW:Th(FyO'5D5!avsΓ=Gruþ+-STd(>cJq 7Kʿ+!'X;IMug+.6q)Q--+2Q4wޏq3c{RXئѩ..\n4eWE?w:_/at jK8#ʴǕpIоM#SJN!s+hC_4ulN'>OhhYZhثT^y~7@g͍5=C_6?@|tÂmIn>!mƷk:僋;wl|Ա 3X;t n#ߧPyu b=~H'=\r q=7 Vn3N1ۺ,, =56%CԳPk KD*Zԇ3,ևt@TrQ\wBR`tRFMO#r@r#>=ȑ|߳y)SU:In5/ URV)֗HB]AMˁ7ז7[= />NKp ؙ3[C+0&~SQ'sG+h>a]/$ŷ^5M,{ry5[3_YDp3˜~H30ăȟє7c{''4q7 H*#9mGkڰ]^h-!SK' X1,z(ۄfjyH oQ\+n"%QȼIu2H>/3{γmX7J8TaΠ\jyPs$ :%:Z*}#|3Niޞc'psv7NNNisO[0BuYrGBS 8T+:5E`Rmӥ>tyy][#])j JпhYJ@m.O鮳sH^0 aERrXiLŲ'@ޜ:b!mڧy}^=j]91Q" Ygo\ DdpH2S)2CT>9I KK lC=)dagD%ñzxBYmr.RLG fGS;.L1d|P̅S:= J_N"LlߡVZE >kYS ~U1Z&7<5My>k+ N] [Du(U\4 b ѯ! E] Nִ*9LJ|h1."EqJF=>7s6,2Eo.2( ,$Auf#lq9``7T3.Z~ܺI endstream endobj 651 0 obj << /Length1 1144 /Length2 6718 /Length3 0 /Length 7483 /Filter /FlateDecode >> stream xuvw<6["H5J0zD23 c0!z=^{M(AtA-=ggZu.z߰2ꀸ..7Psp 4 ;PȆUC#h<6H? ݭ tAt0gAa;J@<\]0X⁴wwV7fqpq=z(Bawq#ӝ2A #VjhBBm w;Ar+8!NaH]S޼ `( %+QU;ob@~ yaGJ}oWȟ$ C`P݃𥻍'Bz@^` ` ` {0|,.삀{e h*)*qG˻IrEr(&$OEV*xO΅? O%-`$@!?|y?-=?gq] mn {hU f'{L0 e1 ?8;w'Nf焀߹O # C@; <ȻyAwg @^@f\$BkC.h7> z01yhQ:杊d) ;HWaiba(ňx9ɷS %N|>KMQ ((Q݅)zM}A _*p]qܩEcpDZgS5Ssv2>ypeBT-Ixh'/vu̮gEsOxGn rNR&%-ߧ pçɘk`$CXVy1^)eSp4?}zbo2pҤBOF9=.mKURKÎ*Ȫ ]X9EQLPΚQϰMZ[u^>bF)tOvD}:tFkZ;苣 R{3m>XEŷR d-U䬄x;G9g%K\:Y\xKTO< md]IHI eUnŜsĐh4T;YG#ս<9h> è\UEmxKGcm BʒX"Cym'clw3#A5mL&sLYՆga,@>Sov%TG.[.JV0Z[NHx=rw7{zLuIJ<~" et=ts6qk~l_Mi|R=M8Vgh >1KP-&Qܕ.Amy<\ݸ(r>WsڲK/T& p Hg_jKQ2r)< ӕ8$~(u=y9=ۓt~:NrmQY6??jқ]R1l7E%?,$Pgp~||>P 텊q*Ͷ*M=`Av|lmj(M 39rdl63Q)0fn/s'(-/3 [xޒ/&[ItqȶN%WifӪS ^IK6 nc1^pkrbuAb轿6l koii30Ȁ/ɔ]xKn8d,L_eHxޮi~ ]!tNY'Kk9e?LfvVY-dۘghYCgPUu?ƻ^cBuY>~ÊdghA_*ax7d;Wk !l|d;ػ$Џ^{G2uf!YRlO F! M05=TX [}8r=t7lk7`ݶҊfmTy9ҵBsr&8G(H#S}Y,.#_;"Et**"B_/Z(R"|A)nLF޿4'|6\0ԤG^g|g{CG˹姆Z4b Y3Z0Af=mg6 .Qq z̀zvNoTvQ{sP Ib7vS+_@iAXX먡)2c .ADsUq°Y_/.5KauR?ģ5*?qGZ,䟮)~zGܓxz?=4%քֿf2/hY#}>Sd&ݗj97JDy-)!҄=E >;DdpVkԪ1WPS/} 9٤TјDa?lqb$~1T0p)#հKL-#2CÙ2qYw'cx9Ao9;zΊDs-ӨvchN$g!-+VޚT/'m?<~6F2K|~#a c ~]t 顾߼$C Y)l D]5don|=J[Z~Jm ^a5EM"ܖv_!3䪝$0fDVJ ",K8ޖ0TfF5{\ y ٫d9u:#exZNك c|Sgbls{^nF}c|4y'Tw9 _gU,oabGM1UzVN vAzs궭14K}۷Oq@Tu+[ӢS,'}>w yY.ρ XIg۷ t@}qFfz'@-ϵ*f ,vm{5VpC=q'YyA5rE_@#]spKk/"2̑1lP\p\;2$rckS5.S#Wqk L.Dtci=sZtMoa}+aGvcbEaqz)1irWN8Rҭ.0K󬺤e)!bE_x.zMMCYI+eSul 6/4hW+~лǙ\YMZ^P\0To9` /g13S2GK7Xx2zM\~^R1YCCq ܦMې)\u>p"aš9w&5\/ɯ};f%$-fՉ9N}sRdc-%d ucoƃo@^-o|(|t" +ԞreeN4h@M=d;WcXHx I@w._sR ${Ϛ!HoVR6a.Թw o\e"p@T_zww)xی`s[SIv|C{"X^,0Yn8וLTb%-Kb.[oELyx㩞y)js&_UO,<.{A| v*pڢKSRʄkB{9s=)Jx bEUF!sM_ǵg}+72$¤P 0Xxcx֒LT׆{۝YoHe<:~Thivy|B(O0޸U[]|#׬l,0j:hơwK ǝ4Yyb ߅Zt^M_b2Fnٽ\%ޕ_kPts)HWm2񚏓ƑL<pyv'xaaҚ%*³dLֽԍh`e S#-B…44Q{_+'jīG(f@1hh22/|vUHI#i5!Wjm 1g@]Pki9Z W~` 8hd1"Go1ݱY329Uй>mIe  P[Ζ!<׎),Ӄ[zOO2EhƴBP<ˮ5(valt,rJk4龑HzX@镜ȧʬM^ 5po?VCH!ѫ~5(3{8H@h`鳕rӽrN%Q'Ϥ>&бjXTM7JG9|\VJD_ I;"lrL:rT^Nfo'64I}rDCSiW d3wvV.^`ϰ1֥&@@+8D,]bpJbr`J-f^w9Rm\gmɉȜ ͹au{#Oskmo&vD@}RJ/BCODȏƝ<q0ݓ

83j^楛ťFWyFQpOadTe%O7{l%ItsUJؗPʥ ل.!;q<3r\^h~&]19%yDd1> >vFGQA,V."A?D<>zOVsrKA> K6Pc֩ka4V4q2 PAmWL㭈fIyȗz*%|ț ?@XGE_i㍫GpFoֵ%uqE6aRBuO Ŕp1zLP1ù4ӞG YYmsµ"[ o0E#ݛ \>ϗaO-"Fx~W Hdo |K3ŋNumK¿yN0 JZLe1o_3Q#i7709x<:Ԫ㢍>QX[VYRgB]Wj* ˞Fc&PPlm:lP?If\_Lu!{[ϊ߼9iY޼熐>s$s>);xiy_@n =: p5E[NH&32}_NP,YL*~ݺjȑ4RcUxR9!pU /]F8IbMx7H6["'g.R+rL F[#Nܢ$h)d*iQ ܯH+@4Ad 6ϠmFI `bA!MPlFHecڇ$ A L/H2QZON"1c4)_  } S>:H*b2zhl(K`u;(J,[Xhcks3]}X} IO@e"\qLߑvA+11QDO e:5fLV\ 2!S *)Cڈ}`sF%V #&Bkr/h~b>k?*cg]VSI"JzL5\8d2=69)_&ӅM:O'tDRjqU ffL4KPy ]꾉N*S&3bnLF<.)hEn%G\ 8.?qp-bwTR,LP;TJF';y3bb 5 Oϙvu[&?3YǕM̗,Y X(⓰|-Z"+ endstream endobj 653 0 obj << /Length1 1177 /Length2 3288 /Length3 0 /Length 4039 /Filter /FlateDecode >> stream xmSyRO_ \#wH"X2H  $@D&eFA"ՙ'B EevSRP:G\ܔUU~!(4 f :Bc`)h4f K6c8sDݔ (QAA8!("HPf6kN$7 Px7gA`wwoz[[V٢^voo';kiItI+KH8A cqu>,ң9d4ܒaw13;rN$=&;pJJWqxD}5& Qsh\R.̺i`E4UU.~혡DK^j{m~6nU*N~mQʄ*.m([`u@OoDݘxxʧ.D6exeq8͖՛5|N'rœ04A2d:!k^f6X ӈбs @s9?R6a;_A`=4$N J5:)?Y@ڵ#heנғ+j29Ihw*%1}y[/H0=4zuKK׃qYMr^9CcpdSjDtexd?K_1/k~K:| .B=F]FY|Ur|^0:-/'$iXߣ=q*}q#߳7vDw^ܥn {e,\GGYNkR75, /J _~]ȧpq褔Е chbɽY̤Gufu?7=bй(RtCz jP"Ăudsl,|.Xxky1wpg~Ge۞ S pƻ)΃ ٽFqEIBK4YL]FP̯)o+t*1glexb-9gP 9!4 p}.+ ~G٠RYC;.}e}W|HOc.mt39GM5m ɒ].ۏn}wel}'eSbYMw@ ^äa} ƻ2ܸa]]FXʱU ]u\,yy++juxȉ1Ji*@!6Qs%x a;(W9gftB‚TRR!Ӭ~\ļ㛳6I.f[㻶)c fs߯YЖ3Pўp2iձT<9/lTn,nDaZvL*\8Ƒuw-HZq M> stream xڭTeXK!DSDf`aSi DF)AKn8w9?z׺ ~x00qxvn i p݃@= 8W5PQ' :GCA-{v7] C<`.v>`pH`G; t'toɆ''(t_q+nP_v{$>O0π8~ = ;{ǯEܗpTo"E\};E~zc~?4Hb qߒm>MHePx ~^n` |럑x{=s-_.K<qhp'>{nي.0JJPoWXDJYx,~:Y F 6F;7Ms΃`$$ꜚQAEŢ]7 I^Np-(5rYpsIfMgk{4,c4E. 5qP{:7fkIDp`[}᥮'n X =LU]}.3z&xWu3f$)1@B%ʗ8M8?j8 *kVD]{,g y)}¡ NqFg@rٝ`\OոG[BրQ@-T8 d[kwǷsfhr\<o7_8wNp872ֵ׋MwW69F!5R$ZbG M5\rH0T&t7(K͹FA8oLƓ&ω^m0"| RbwV]]RFV)XlAEN]ntRr"I |WY_oÖ6q,q Nz9r{-YJ~LH_[YS1pX:k˰Tb'+"w:K+Y%)נ ");v:N;dlþ<}*aƯ"N.Ap 7㈡)F8|H 6k'׳YRp"~I#`xy>~+Fl}{=09'OȓeBz>o:}hwُXԃ{M32y\20薦SefUnܞǦ1<7a9x<`~݁BRD\f*eysUۛ N.|5Bs͖Z׈y&Y~cߗuFbz@X3ɫN$&6S .Ӧ!S;~g⽩p*˶:9ǝ2 Rks(LN^[~Cf G[\k|E'x͔aSv]|0p"<;8;,`L[[rO]e'|p69$2Ĵ_kuИhgDRg]+t;mzWTHLH~}te9&Rେwt)yN=g~&"Rv0!qDEWgqE(y IQRysNyf%cY":2W01R#ŏ>|fӡ==ESljYq~]?ouD9҅Jʻ9.~s"O!P7hb#q:$#ܕu]6K_\ʚ 9 dV6q?$q::Pj'F:X%1KTn3rQNK-xyAWKmJ?C>:sevY.R~l>+ݷ:f"zI".F@&w\fXKuIVj8)TAD[9R/_wy缋,c;>Rjw}R}Ǎg{؝9QP6>>}adteRZpaDqtX3v!:KAoUjGW[x. ZwRtoroWQLE:w./i{,m!s¿ U&覘"xSDDI!|FL,ZwY=͞-o k|eBxE3WA;-ޙF-9h3VEUWE+<^xӓ,N's?1khboƆj^:>[qK|% i=k쪲4h: TLJ%pq}kLbp}v˝h|JG"U:#)J|K|ȯb`$KV3}ډ1p:@0++*OfLlu闾'紴6C~B5U-|>' : CRN뎫mKL9CPw@+_1' }t}kZusͨ1j{-32pivPX#OlӧVH|[7e>pM}H~0 6qcH0"hY %c3;㎑DJ2З7P/K K ~kB8kx'\jY9}vR;#kH~&,>R<LQF`Fl6#м?EkUM'6L=!Ow݈< Pz3eaGdgA/i2rɮʔ"uaDejdE5k+3,\^  ](4'5jR\kd.qgF񉪻-\cϺs\kÛ/[sTxTl+E~.Ґ LЎ~ήK EM&%S,ciYl~dv hxK2+ITTgՂ3~3L_'#9Ū43S=5|( "WbD?DDSݥ}#upɻu6-]7!:r%Ѹ0yVBw| PT\Q6j \Aj,SCLMjoXalXQ~>ZaWUh{0[muf d@ ?'R~"F s6#~o1 X's;zdTuf?IDH /p9\hxtQ\njpF8 XKݳq4*8k)*7t}/}<鴽ΠEa|r[ = Xm|E;`NXm7#?@Z猤X bГbʾ !w|ziήf!X5g`]վQlS3&m_^eZI R[aߝAl?-FbEND]rPҢ2{ I6rkY9$ߡY[Z,o>1SaYt])[_%9lӅ_}p{P%勞"<f<2G'ҥ6.JnY:&7rI#$QKCnmv> OyH\cq~CbcXuV- !-R 3EmP?Ҭ⨧7oGeEg]E[ +QEHzdJb)ſBP̓j,K'=q=CIcjKf*sif m 3I.Ӊ采|ǯ?SN&{g8=uE|G'86ӌC#(R¬ih.T0 9nZx"-E x%#>u( \7oOu-Fce@g*`2tM% J3FJ9RoAqgviZ7وo,ElL7L>,ql ,0x{Mi+W_2Ṗx{`gVbZ!ftf@~qW_Io];n֯TBW%>@]$U4^{ S+j,>/m endstream endobj 657 0 obj << /Length1 1630 /Length2 17685 /Length3 0 /Length 18530 /Filter /FlateDecode >> stream xڬctem&;NŬضUwl۶mTl۶mv}8_ck\{73rȘZ9+X[XK(;ʙHH VB@C@Pggg#Z۸ڙ8ȕT(S @?4=M -m, B_;648L- rj2rQ% ga277Y,}[[S=_,~{`ocoE53`lrk? Y+!;uLm ;O?MF- )_0@S+{? 6@׿ؙ+ G{S+̀`gh 30 gz뿼e?s0u70gSolcS+_̊5rG9A $VC#_2CX#[#r\_E-,d;w @ Ϣ|'jbt`m2K -ݿ".r&#ߞKde`hgaje@COG_t&Vo/]fP 8(T#mm?XiY4 l߄<7!Dgi @ot_` @+?8k ] V9RSDž4zmTZwylWOr|.|KP wcZu%^yQA mc:]z~5/B|3.]?hsDCK?6:4鑬dhpg*+xJkw_ j_ѤR!j>toQ/Z28>!?ǨvM2y-Gy2{)a}h Q>'29X|zP2rr8+Sw^apj҄H6ON Ŕ39AnSpHC{[.:>>5 ʳGW(]`If峃+м) Q(UΒ{$8(b?8"ijI<4::Sxuz% w`\:/@%aydr>55p3ZһXv8WLNJIA.aHsQը#:,N$*UakmFϹa–`z;RЂo`` e9-6$6{NN 19D{  Xj36u6SNPkI1&z*Ih< %.N.曏RcֆR$*T]DebRB̖ȖA:.5ȏN.6AB/U+~A1(`dAȬzA4W]%O'.|枺3 Pޣ|;CKT&?Q?E^l EHT1ۤJJc)&)Ͷ3<'+YY8\~F:7ORv3bЯzJQO|_gfbOZj XQvImO)|H!?p:p`Ds%.tROݟ;,]v ߤ*?ֺ93Ka-\'b~|3!8̟ctPjs)Spvr㸎$ a,v BJoR޳RXHZ˺bMq_σ< cM, _%&QnĮm W!N.%]yɏV fi}(~cb.D<-g1 h 8 ,awՇI{Ao^DlVz<ɓx4F;b;!YjO>ɓ>$+]u& J;FhTG\c侭N#Cgoc<);ibf$k'CWdL]uVţ%Rs98m!! ]F'[wn)`Fus ޘag2E3iXfQϟ2׳6m"kTlcn{e0Y"O`XSe~!?]`T2 D3[Zn[dЯ8x=a<ズ EFhwnlkb /:™p`|(,t6Ox:[=)w;=1VDfyW̜,.y[xn 0HAxǽ9v88h`+nŽĥl^Ղ'L4Wj)o0ݚn,-+#_V,R%٣{?lѫ\17Pu <-KpsN_ +-?0`ُFn1~f`&!S(\hǺfB玒3yJ5a,>pt ^ηeR?s|}(,_u.\i2=^r}`zJ0LĒDOFh@/;&Nھπh890vlcCMF{GwP"|Ƀ!k:~im 9.9i32h82wbd :qo%vgi֫"۟,HC:ecJjeU;ѬRN?hx+(xG|eaڜILy%mrd $63OyQIWt;O~ ~RWW3\cf"d2K'첽`5q'SlXe;H*d |93ͺxx\Yi?Rt%a%{!^(>AvXM/BRyջߌ#Y꽉-KWv*,o kN^uvl-KT#Qy!,jI|Y~8Âf/ెm)b"4! K*]׬4nFØX bAVlgIs+ ZAev]Ihڴy"DV V4)7M򻪽.q36g!eZ]2T~ҙesKO\Gag`wNF`&fgU*6W ag(b]8 R#'O< M5)rĴ:Y6`OdU:;g:VS"dm`Ӿ :8z1Pno֯LNt,[~x7Oi%ğ'&o Q^bX]?ޘP<^g2Pi4~:`jY _`ใf> tK/] *x/yLo_@hb}-@R@SPAIkeOߵ38A(flba`#w}|͚vsc0CԬmւD؎HWmVE,J +; VNDZhG'Zdo+nN;og)NJxڴܕ=7MXDwSޓkjU4Tؕex.UuߏtLR&,7J1D֩aRܯp! yjX,|-Q@BUNJDZU-ј:>p='x҃$z4g-nob0AL{>\B3~c BLY҆Ҽ32r~46xu'q@aR(uDxXkWD(ac9^\`光mARJ_+멄] W\ lZ-Q5F]Eb _{7UVVmrLz7_KJm<. 81^Q1fiͱ1c9ZLiK亃CM1\ԁo! UTdUˠ-W5$.Kd4$9)ҟ+Yx)Сނ+[zEyORwG^Q /;ޖ>8,%Y5.ֈpEI;δ=z8u0P(uxlֺd+ʭJơlJ / Gpk<9fZ?D<*PfҴhTmc˱G 0q{~#̓&+hB r6+tXIx~=0ۚϞp0Bsj/Z6K'Q_G>vyCA9M;T5La5P$r(&nI -oǢ!,+?֞{;M1W/JB*:c.vz a-,@QaHRU7mz#90,unNmBu\qeu}$9P 4SwH4o(l5NۆU6;~u:+D,v?Bۄ>V1K8RWF9К+2&ԧ9Qi.ɶshG;'s+b"Iφ;c: P]5Qtu]3"_8U܎ӫ}~se=,uL+RӑƸPG,(|hXNMK%NhB >C?DIu]&QRuD2u*ZtyM/2"$b(^Aټ$k}S=ނ..7xȍ :;P[?s](rBٗTy K\7R@/CzK'PspI.JR= W K/[ $ԋ8m^15Mު`&TUL~>(ʇ#WkZr-b}mu?K#ٽߑ3ֳٔjv}]? |NU[3=Lnw햼 ꕱ)o^s FPŋb\Bh{k`>!htY,rgDݠlH>drg2#P)EZ(p #3o5TE``'!P!f0zq6 ~sQYJMkÄW:"y/T]et EkN&: )2ַk0ݤ]Pxms;0r'L -{xM6SI'xZ.CƲb {Ir;RZcOwnyL K@ylA6b~^;E;4Pю7f{cƯ!c <Rp'n p(>׼{.h㝢eHB :'3w#s:[;6G5inԊ+Qjl;Ygp[j+- sc'!+_g;)bIBjWxW&`U|3m.Z-^Heo?S~?$OW,PoQ㧎@8YЊt1-vߪ'4`{}}[(JahH 8~z8ҒgRciQˋ:ilAt5z}cpmN/Lm Y|gNm] GDPǨJx۟ű}t<\<#-:x (SU$ŮoO]XOo_p@ W'F=_Er*·x~ ]2z d7Z}^{,0 /Ed Y&bC"'˽tk0=AڏQ(v!%? щfv3巓_*b1WhĈ5LRGN}Wcfg<5+74 "@m5XWcgwVE a)yOUlwu|%s:3"Ue"|NAD=.#ײS$YS|+P\594dzj&& lVLX̓xC u%n` 9Wa+O/MпC<}g)ol*O%P.=(Mðh7/0G `[ u")(?0,$u@-{!^n]t8͎ۦR̈ B6J:=d?0F.-]&2Y/z[xF A_5b`VK`yw>ɶ*@[(a7!x}kh}t} !Jis{R3ge?ѓRXT]S [eluIr) Ii-ݳ1-b :DW^`3B5atS҉Saʎ$⌓4!/VǽFFi3pXaAQ:vXF}UxSe'*!4?bl?lYMI0f;gHՎmYNB97n!u?Ղ"ܷ6qsoTD"M/7/Qײ+Pߢ@1zma8C LYHYܰ3Akb~Rqq_:.X)-0lZ.7r `T[ڪh{CMRp ~ZlvlW?'Z LH/E: Ot˯qr9Y ƹڱ12r~lv3L!meB)2`Eڵ䴪/V,3nRN˸"b]Ł)mXUecL"Pj?z! ,"J Y*;ګ ;KELx1 t~am77mXS];U'g]-PE.b= /-s=<؁w8f+j.cTWw<7E;3{21[8+"?#r˵OQT%cq8;-bJղۤlL4](X9؋ x; ҃}Qc~Uv'*ݲiIn(7v >+#(Bc.fpڡ.uLZp٩?fWҽٲvi`^'ȿ~|ۥOj8qZ[A+zߒ\s^ schۄecY='3Zmb*Ϗ箬 LّPgB$m2_3_NxZJζ3u1 o9E40QԶ .w m=pe)reLMH$q<\w+\Cs $_?%::髢caɹ\?1eW׶Z>,Q,e 0MǧTwQ7qg#,+7a_jYV*? I@{iw=8CP.rz;^.SWMO:+]-Ds $88vd'SPcU`A&KG8lr6x`3vZ4Ou6dODQ> Eղ|,Հ 4)ڧttExjpėH::<|(u4fOD[R?Y|Jx"2tYSZ Yk*LjLIJ{*{jq$΂d{V"qEԤw_И&lcU ٥F kHtPjh0i$6bKr r1 6R [ a~,Vub Ҫx$% 6"-`ɦ#:\\G, [UIw w-2RH(Ǿ =v6Q*", ~; W>ၡ j24w<Nϒq@*۠FCJkT!|i6#)Jmeu Fl'^/i Ⱥ╕Wsn h/BEqe=nXM";2>..{jJ܎FHjJ\cUy`U! 4YD92 y'ž5j,(EPG''y3T֠`0-fKʣ@beA3!A!1QAܦ{`3C" ymb d!tQKZTV&m$D9S9#ˊ4t|!Y"ax'lc_7n"bo=at 4H`.m+\4xr>E|R߂ǜ" 1*%5vj[d&*ƹYOXy- yG-i)a_hς֯6d^ 89cW9\teq9mPv1鸊'qnu AhM7=iVWdf_sLlY)1!5seu:*土:0Uhɻ1i(ؓ;:mUQEI%Vв$}1X5`;9LNB@nW_4m "+,s"+uG:tP `WNZG΁ֺ> 4(H/q𙨰 , c=bFbRPYNJ.&UyRF$x%MYg5*Ža.#RJGRDPۮ1%+K_Nu7샓$;dVkccn14:$[6w *,Wl|#$2bF!Ŷ# "kG?%WK =Q̌:ip ضڜP.A$^ swl2)*(UWn轢nw_Ϯpr=Y"uPz35B[2PĻ>F3!ɻLoH)]g9K~&]G^e{VFJ.n 7t6:V@flNmN8r Iܡ/,y̡cEEdn_s}Be M5iPJ7h+1RB!yBX|wd%C4r0x@tt즌`0nӷ}^8vC Xێ `SGCjBAe٤= dl>9@Ɉy'QN ޖ7@;Q[(d_˻ 1cJ'R=-ۧu! kFsP0vy2FclVَݓf=B8 Bdh7|CKf1\т}g'gCR3qvqnt(cAWbgI|)e2"hk|K~=}QDhԡ"jY۝dl\w@W *>Za̅uk$i=xr8Tj4?(2.E=$m̹?<F9ϗ4QhܺmoeeO*wu[PY<:_=9s1r!`LVN UTUAgӺ*k}ũ~ FHKqgٖ l# DM/n5Su;^f;{k@5nkpNTvv iAHd"IC"&W呗-pe<_G>z-b_=˟bY-A_HSb YW;B~T0M9VvQh,_Vy-Cp\NL eH8PnWVIdFտ+&Cj"6OFwU E-TlF;R䵦po]p{{41_z%._t-sIR+8}YäeQ%BVFЦQIuBMzr=vlәanQx|m4EQ g9pAy0 If7W(߶]cy8* yٚ#> Dß7ӈgz](܃.krdЗokԬWPvJhvjR|0O&iq&E}%`Ƹd*'`ZgZ-΀#k CV()-YM3姍;B,pr~{^Ă?.nԉiMۨQ̈/-3lX!}Q_:!{nxA/_sg^Hi<>'M07K (V:8=5{$?Söգ Wp {ܕ}6םg+r,iHYEL&"қ[cXu\7ygj  _a0a Z= Z j“.8Tfl;q4Dc:Gj*D= ˢH:(?,My X:ssV"7IQ?2Gh) fiRfD,mJ| bcZt}T"|Iʏڴs͉TAS*)/_\2+!֬P|A)$ bs^mT6SK\[tUgVߴ>d}> xzT\!ο/U˫~erdn(4ݓI`|3ю+ .yE*"7󍙜[xі# EO\ʷ+pUU,y}uZ=B> vҶ=;Gqi%z) ((+q;UȖ $gXtu0 "#6 =6+^ V :" my͕vX?O<9YMPmc~4o1*<7!Z;F ք%#zs2^ UtRRIM[wF?dgc7`vPSB^-K,FJ +hӪv %h`AY:n631OwTrI]`0, 9o4rW5,/] >${}V썹F?^-:<,N|!/# Mf+M`U#n44H4^7 Dv}߷JLPvF_ʼj}U*~1!{:s7`ۗPj|0ABIh*x)GHe9`!,UXv[”Y}pμwU蜶.Eyqò֟%#RJ['?ch"ɲD Xn"wwr]v_<_`k"$f[VVS%+2z]BwY=:it hN׶uBƫ TZA}*Jܠ=+iTDIwTNL^Y7Fk.3FE&IJQZ(d3* s.g7hcC]4˘9,f-iIJ:O7/\\PY^ \ 7Cky au!;6_Z9xT>"80^YF#%Vi 3Nޕ}t8Ԥzwo%u$'çb߀NRԎTvKR*yb aq} Bӯ@W lS2ѴoJĴ|o^ _t,phq 4~o:S:uh$cUaI`uPLGa 1.4HE0Հ+XMy[_kS Jz0fh@ʊhcs>wJ UmcS[a syͷ[K1*UGFth%d)N(=e~8^ywY8]{Gg -qKOALqv)S[vơH&LNrB:hІjy/4B_}KeFt6:&b*ɉFWw$)w&U &^t*L:-y;4B.2|(Lj(Ra"l #{eP9?O;8bАnax8NO򬏓(ur5TYX/AqKHq2S?(5 hTn(ЦD[ w}ގߪ˻[SX4-UwQ\C`nCԦُ8ۭ&tX` ;b+|ơBx.)P[]`w] >0ttމ% <֞-XQ4drX|M3 %2v4-d]RuK ԭM'JV.l-`zL;tqi;sL@TgQw04=FA6NQ2zfmwa,xKI<|߂)kf-үk;|T@:13 :8sSta_tjiG{@_[QkT} m'o ђm.=͋I9Q"f^UtGМNtp=Br\pm2qXo{2DFr*#gioN3lx]u -J iWZՉoH^/G-۷ k5A#(xu f>՟[WhFuI(sv/y-$6%ҹlT.">Um[TJy/ Z U44k-ZT^L/֩ Af~ Vp q2н̅/S {b-b%k.uV/ԍեq[  VdȵB˜ѸF"Dn둠'1s|4Pu`CiLL'Jl-@ L}%|,="tfb3Ab]>/%;{Y&uu*]PyZ sāx9$|$§dS R]= .i1$'v9 ,h6~Mס &i9|J!rPT8FZ+e QU &Qfjwt!HB/ jT'olWt' 'hm&n[HgWe5`RP DMR@ػtUl'Q`k1WTTpM'8 Ȍ;uGTj,#Bz݂";Hgj͌}.h?KSqžqz*PCb }%drX endstream endobj 573 0 obj << /Type /ObjStm /N 100 /First 882 /Length 3399 /Filter /FlateDecode >> stream xZ[S~ׯGRoUT0>`;@P~b%jJ%E-ڝ:kȌaYN0ZɤwxRSNL i+0mb3;f.4]dNYNd^(|C0o\#% U,xD, e2QOňgX_ k )dς7e" 0剥` CpQ`R/"ӆ@?ML(vGt Q$#G |":dhՂK$kǜ@x-9d6,S@ #VKP> zu.p$hzN*%)B:r; Dr1*<;%WA*қ<`mjsʐZ F[0X FA/042 % T%%=4xԓR{G@7F:ΞҐӁGcdFzuE) } |JpgaRjcb #d81̄\*M`R{/^.;xG_hp .Gwޏ?.E!`+UPj}ej}MU"xk [pʂ|j0+UAsZȮ?W;X+T~žr5?Qbm]o(wMً!zBȷN#t:?.{ߦ%|mwr4) rRݍIay1oW)AL+2X0B*P!nȭ̭ʭm2L/dz!Ӌ^b3L/fz1Ӌ^Q~[[[[[[[ېLOfzYu6ӓd'kz4p㻳i}0}j|Q';2 ]H!0@̣ ^&;rTEr0* Ҡ5l( c-2bB"E j,aBQ%Pp#+Uf fH 5i,#ix톴AkJ *9;-Em_gbヤ/LݠB?HFwwOkZaZ=ݍ_TO[=vih: #Πc (miͣK/ӻhL7RustUT%FlKLb>o:y DzHD&4hB+"qJU)R>kIW,mһFVq:t7|!ĖI1XShi'IǮ(i/5";6H-E 43DrZiAm´:NƔvgmsu/+lGϥ#U75Le\-ʾxEQUGj[g}="M~ѻG~%߳Z 7A_hS۠ժ͙">h5ZMk7Fۼk#f5Rs{ nxbaK!D#.AΌM"iV5Su[Nǃi5ͷyx1_M{lS4[>l0tjꗓs:D"zo*W4޲~%?] KLË6 &?9?nn<}__Vwc~ůC~G|twsV'-S]m}l߂xuUl|'V#>|S>%~e<9%¿_帚W}?N]Ά*4̣*[%Jۅjs gP$ `G?>uFt5JЈJuI?[l|ȜeמVϞ?flvb+^GL!WXyS~W`/0-,jrl9~`;X+"\1ֈ M`]}2O9wmc~>CVQe`;hk`_w tIy[Ń-:u2kT v,K?g2vK`1d#d3'gI19xO%덺,s[9r/T,[Y~˱kA ^f9y[vN>63\~> endobj 659 0 obj << /Type /ObjStm /N 85 /First 783 /Length 3844 /Filter /FlateDecode >> stream xڭ[mo7_+d/C@dG,zIAD8 $ ]qwgWIW!yf×dYIgIq3-,SZf63d5,CCHnqI3$D4<(:36.cNXsdC=LJ6 WA0J 7>e٫Wg}Yg7FvvyگQ]Տww#yz|9lw 7jIuv9^%~<>3-W}̮)X'˺uοl6|dn<_C&0 *"ݯ7oȦ6:[G :=mD7_cT*nKgɻ`Y] (3 2]zuySG6:t霳3"m?Onܻ[?ɦSV4yNpOo1jkpM_~q?޾tq;BOƐ=79cf"__ a|"N#<6؆6X*W/ `Y E~oTf'}E;t~us!ncM_Oggy o~??xr-bْw?A9V޴ֻyuUiMġswu5Auc^cx´?]3oۄ_V;=+oۭ/g$"S=( SV`vߗ/ *tf)3G "p?w I1HLMA4w ! <و9?Q*.k"!c+^P%$%ERhn9)!2jQDp("YH8 Ǔ%eH~ =svS YfH0UcS'+DTD$1g1*CIJ,%(q]3OSS A1439J!N]9'ᢒ7P- aF`16:u (`A 0AҕQ}Nb6 KwA҄yqω;"ըegg2MD%DWyJ+:z.F3"ŧ ׊ n &&SxܚBNTՏ[³ Jn#-A4~?}EOks[]_,8Z!:t\Dt:6⫿eX:N2:^DiY'aNV:fPm7Lm"xcױ8uv+Zuqaqqjg*>S"xD2DdׅL&t̫ڂ-b7(L,&V?&w7SmĝoM|#hXG樉i9bb!2ٟ7,nb5v3 7.w0uރ ZzuX=m?@5U)%mחPՇիo9 ] /Length 1615 /Filter /FlateDecode >> stream xGeI9|stv940V\( ha`6 (;3و WEP继O}NF)RN?& rJp4J:9Sf9 sʇ_t0|Ӵqs 1<_4Z`1, X `5`3l  ݰ> p18'$p57&܂p=!<BL݂#4sp.bkL7K-0N87`vFy吿1:g2\?^+x o-<_RNs|఍`\h*nof3x ]`.oޟk-Uc< c<y)`1,E:+!UFS m(I[4i@ӀM6m"dMvkwqyhTFSM5j4hѴiEӊmg^{awm$ ] j4hoTFv]3qiOӞ8Mq4iܬ =A5NGWNJ7hNDNOU髟DuwDuf:[JN_2Nkc'c;!kcgյS)yuu 6;w-)뱳k4z \ς=6^`1y/qeVJXQ6& [`+lv`7쁽;~8!>8 8p NVy;W/^?& \u\wsux yN&n"eNW9S^|CmΟ6]߼g9ϣ3ߌX;CX 4V+JcXiQD+JcXi4V+JcXi4V+JcXi4V+JcXiQDc[0H^ yFY 6܁pV.<ÔG#ޢ endstream endobj startxref 144181 %%EOF libidn2-2.0.4/doc/reference/html/0000755000000000000000000000000013151533502013454 500000000000000libidn2-2.0.4/doc/reference/html/right.png0000644000000000000000000000040513151533502015216 00000000000000PNG  IHDRabKGD pHYs B(xtIME"*KIDAT8үa?MIdEr,-hAIl ry}sX6 !9#D r$-Br$G"$;WZ&!cq \`軀O=QoufIENDB`libidn2-2.0.4/doc/reference/html/api-index-full.html0000644000000000000000000002544213151533502017107 00000000000000 API Index: Libidn2 Reference Manual

API Index

2

idn2_check_version, function in idn2
IDN2_DOMAIN_MAX_LENGTH, macro in idn2
idn2_flags, enum in idn2
idn2_free, function in idn2
IDN2_LABEL_MAX_LENGTH, macro in idn2
idn2_lookup_u8, function in idn2
idn2_lookup_ul, function in idn2
idn2_rc, enum in idn2
idn2_register_u8, function in idn2
idn2_register_ul, function in idn2
idn2_strerror, function in idn2
idn2_strerror_name, function in idn2
idn2_to_ascii_4i, function in idn2
idn2_to_ascii_4z, function in idn2
idn2_to_ascii_8z, function in idn2
idn2_to_ascii_lz, function in idn2
idn2_to_unicode_44i, function in idn2
idn2_to_unicode_4z4z, function in idn2
idn2_to_unicode_8z4z, function in idn2
idn2_to_unicode_8z8z, function in idn2
idn2_to_unicode_8zlz, function in idn2
idn2_to_unicode_lzlz, function in idn2
IDN2_VERSION, macro in idn2
IDN2_VERSION_MAJOR, macro in idn2
IDN2_VERSION_MINOR, macro in idn2
IDN2_VERSION_NUMBER, macro in idn2
IDN2_VERSION_PATCH, macro in idn2

A

Idna_flags, enum in idn2
Idna_rc, enum in idn2
idna_strerror, macro in idn2
idna_to_ascii_4i, macro in idn2
idna_to_ascii_4z, macro in idn2
idna_to_ascii_8z, macro in idn2
idna_to_ascii_lz, macro in idn2
idna_to_unicode_44i, macro in idn2
idna_to_unicode_4z4z, macro in idn2
idna_to_unicode_8z4z, macro in idn2
idna_to_unicode_8z8z, macro in idn2
idna_to_unicode_8zlz, macro in idn2
idna_to_unicode_lzlz, macro in idn2

F

idn_free, macro in idn2

G

G_GNUC_IDN2_ATTRIBUTE_CONST, macro in idn2
G_GNUC_IDN2_ATTRIBUTE_PURE, macro in idn2
G_GNUC_UNUSED, macro in idn2
libidn2-2.0.4/doc/reference/html/libidn2-idn2.html0000644000000000000000000023556213151533502016454 00000000000000 idn2: Libidn2 Reference Manual

idn2

idn2

Functions

Description

Functions

idn2_lookup_u8 ()

int
idn2_lookup_u8 (const uint8_t *src,
                uint8_t **lookupname,
                int flags);

Perform IDNA2008 lookup string conversion on domain name src , as described in section 5 of RFC 5891. Note that the input string must be encoded in UTF-8 and be in Unicode NFC form.

Pass IDN2_NFC_INPUT in flags to convert input to NFC form before further processing. IDN2_TRANSITIONAL and IDN2_NONTRANSITIONAL do already imply IDN2_NFC_INPUT. Pass IDN2_ALABEL_ROUNDTRIP in flags to convert any input A-labels to U-labels and perform additional testing (not implemented yet). Pass IDN2_TRANSITIONAL to enable Unicode TR46 transitional processing, and IDN2_NONTRANSITIONAL to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together.

After version 2.0.3: IDN2_USE_STD3_ASCII_RULES disabled by default. Previously we were eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use IDN2_USE_STD3_ASCII_RULES to enable that behavior again.

After version 0.11: lookupname may be NULL to test lookup of src without allocating memory.

Parameters

src

input zero-terminated UTF-8 string in Unicode NFC normalized form.

 

lookupname

newly allocated output variable with name to lookup in DNS.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

On successful conversion IDN2_OK is returned, if the output domain or any label would have been too long IDN2_TOO_BIG_DOMAIN or IDN2_TOO_BIG_LABEL is returned, or another error code is returned.

Since: 0.1


idn2_register_u8 ()

int
idn2_register_u8 (const uint8_t *ulabel,
                  const uint8_t *alabel,
                  uint8_t **insertname,
                  int flags);

Perform IDNA2008 register string conversion on domain label ulabel and alabel , as described in section 4 of RFC 5891. Note that the input ulabel must be encoded in UTF-8 and be in Unicode NFC form.

Pass IDN2_NFC_INPUT in flags to convert input ulabel to NFC form before further processing.

It is recommended to supply both ulabel and alabel for better error checking, but supplying just one of them will work. Passing in only alabel is better than only ulabel . See RFC 5891 section 4 for more information.

After version 0.11: insertname may be NULL to test conversion of src without allocating memory.

Parameters

ulabel

input zero-terminated UTF-8 and Unicode NFC string, or NULL.

 

alabel

input zero-terminated ACE encoded string (xn--), or NULL.

 

insertname

newly allocated output variable with name to register in DNS.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

On successful conversion IDN2_OK is returned, when the given ulabel and alabel does not match each other IDN2_UALABEL_MISMATCH is returned, when either of the input labels are too long IDN2_TOO_BIG_LABEL is returned, when alabel does does not appear to be a proper A-label IDN2_INVALID_ALABEL is returned, or another error code is returned.


idn2_lookup_ul ()

int
idn2_lookup_ul (const char *src,
                char **lookupname,
                int flags);

Perform IDNA2008 lookup string conversion on domain name src , as described in section 5 of RFC 5891. Note that the input is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF-8 and NFC normalized by this function.

Pass IDN2_ALABEL_ROUNDTRIP in flags to convert any input A-labels to U-labels and perform additional testing. Pass IDN2_TRANSITIONAL to enable Unicode TR46 transitional processing, and IDN2_NONTRANSITIONAL to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together, for example IDN2_ALABEL_ROUNDTRIP | IDN2_NONTRANSITIONAL. The IDN2_NFC_INPUT in flags is always enabled in this function.

After version 0.11: lookupname may be NULL to test lookup of src without allocating memory.

Parameters

src

input zero-terminated locale encoded string.

 

lookupname

newly allocated output variable with name to lookup in DNS.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

On successful conversion IDN2_OK is returned, if conversion from locale to UTF-8 fails then IDN2_ICONV_FAIL is returned, if the output domain or any label would have been too long IDN2_TOO_BIG_DOMAIN or IDN2_TOO_BIG_LABEL is returned, or another error code is returned.

Since: 0.1


idn2_register_ul ()

int
idn2_register_ul (const char *ulabel,
                  const char *alabel,
                  char **insertname,
                  int flags);

Perform IDNA2008 register string conversion on domain label ulabel and alabel , as described in section 4 of RFC 5891. Note that the input ulabel is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF-8 and NFC normalized by this function.

It is recommended to supply both ulabel and alabel for better error checking, but supplying just one of them will work. Passing in only alabel is better than only ulabel . See RFC 5891 section 4 for more information.

After version 0.11: insertname may be NULL to test conversion of src without allocating memory.

Parameters

ulabel

input zero-terminated locale encoded string, or NULL.

 

alabel

input zero-terminated ACE encoded string (xn--), or NULL.

 

insertname

newly allocated output variable with name to register in DNS.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

On successful conversion IDN2_OK is returned, when the given ulabel and alabel does not match each other IDN2_UALABEL_MISMATCH is returned, when either of the input labels are too long IDN2_TOO_BIG_LABEL is returned, when alabel does does not appear to be a proper A-label IDN2_INVALID_ALABEL is returned, or another error code is returned.


idn2_to_ascii_4i ()

int
idn2_to_ascii_4i (const uint32_t *input,
                  size_t inlen,
                  char *output,
                  int flags);

The ToASCII operation takes a sequence of Unicode code points that make up one domain label and transforms it into a sequence of code points in the ASCII range (0..7F). If ToASCII succeeds, the original sequence and the resulting sequence are equivalent labels.

It is important to note that the ToASCII operation can fail. ToASCII fails if any step of it fails. If any step of the ToASCII operation fails on any label in a domain name, that domain name MUST NOT be used as an internationalized domain name. The method for dealing with this failure is application-specific.

The inputs to ToASCII are a sequence of code points.

ToASCII never alters a sequence of code points that are all in the ASCII range to begin with (although it could fail). Applying the ToASCII operation multiple effect as applying it just once.

When unsure, it is recommended to call this function with the IDN2_NONTRANSITIONAL and IDN2_NFC_INPUT flags.

Parameters

input

zero terminated input Unicode (UCS-4) string.

 

inlen

number of elements in input .

 

output

pointer to newly allocated zero-terminated output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

Returns IDN2_OK on success, or error code.

Since: 2.0.0


idn2_to_ascii_4z ()

int
idn2_to_ascii_4z (const uint32_t *input,
                  char **output,
                  int flags);

Convert UCS-4 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller.

When unsure, it is recommended to call this function with the IDN2_NONTRANSITIONAL and IDN2_NFC_INPUT flags.

Parameters

input

zero terminated input Unicode (UCS-4) string.

 

output

pointer to newly allocated zero-terminated output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

Returns IDN2_OK on success, or error code.

Since: 2.0.0


idn2_to_ascii_8z ()

int
idn2_to_ascii_8z (const char *input,
                  char **output,
                  int flags);

Convert UTF-8 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller.

When unsure, it is recommended to call this function with the IDN2_NONTRANSITIONAL and IDN2_NFC_INPUT flags.

Parameters

input

zero terminated input UTF-8 string.

 

output

pointer to newly allocated output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

Returns IDN2_OK on success, or error code.

Since: 2.0.0


idn2_to_ascii_lz ()

int
idn2_to_ascii_lz (const char *input,
                  char **output,
                  int flags);

Convert a domain name in locale's encoding to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller.

When unsure, it is recommended to call this function with the IDN2_NONTRANSITIONAL and IDN2_NFC_INPUT flags.

Parameters

input

zero terminated input UTF-8 string.

 

output

pointer to newly allocated output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK on success, or error code. Same as described in idn2_lookup_ul() documentation.

Since: 2.0.0


idn2_to_unicode_8z4z ()

int
idn2_to_unicode_8z4z (const char *input,
                      uint32_t **output,
                      int flags);

Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-32 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Parameters

input

Input zero-terminated UTF-8 string.

 

output

Newly allocated UTF-32/UCS-4 output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK: The conversion was successful. IDN2_TOO_BIG_DOMAIN: The domain is too long. IDN2_TOO_BIG_LABEL: A label is would have been too long. IDN2_ENCODING_ERROR: Character conversion failed. IDN2_MALLOC: Memory allocation failed.

Since: 2.0.0


idn2_to_unicode_4z4z ()

int
idn2_to_unicode_4z4z (const uint32_t *input,
                      uint32_t **output,
                      int flags);

Converts a possibly ACE encoded domain name in UTF-32 format into a UTF-32 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Parameters

input

Input zero-terminated UTF-32 string.

 

output

Newly allocated UTF-32 output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK: The conversion was successful. IDN2_TOO_BIG_DOMAIN: The domain is too long. IDN2_TOO_BIG_LABEL: A label is would have been too long. IDN2_ENCODING_ERROR: Character conversion failed. IDN2_MALLOC: Memory allocation failed.

Since: 2.0.0


idn2_to_unicode_44i ()

int
idn2_to_unicode_44i (const uint32_t *in,
                     size_t inlen,
                     uint32_t *out,
                     size_t *outlen,
                     int flags);

The ToUnicode operation takes a sequence of UTF-32 code points that make up one domain label and returns a sequence of UTF-32 code points. If the input sequence is a label in ACE form, then the result is an equivalent internationalized label that is not in ACE form, otherwise the original sequence is returned unaltered.

output may be NULL to test lookup of input without allocating memory.

Parameters

in

Input array with UTF-32 code points.

 

inlen

number of code points of input array

 

out

output array with UTF-32 code points.

 

outlen

on input, maximum size of output array with UTF-32 code points, on exit, actual size of output array with UTF-32 code points.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK: The conversion was successful. IDN2_TOO_BIG_DOMAIN: The domain is too long. IDN2_TOO_BIG_LABEL: A label is would have been too long. IDN2_ENCODING_ERROR: Character conversion failed. IDN2_MALLOC: Memory allocation failed.

Since: 2.0.0


idn2_to_unicode_8z8z ()

int
idn2_to_unicode_8z8z (const char *input,
                      char **output,
                      int flags);

Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-8 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Parameters

input

Input zero-terminated UTF-8 string.

 

output

Newly allocated UTF-8 output string.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK: The conversion was successful. IDN2_TOO_BIG_DOMAIN: The domain is too long. IDN2_TOO_BIG_LABEL: A label is would have been too long. IDN2_ENCODING_ERROR: Character conversion failed. IDN2_MALLOC: Memory allocation failed.

Since: 2.0.0


idn2_to_unicode_8zlz ()

int
idn2_to_unicode_8zlz (const char *input,
                      char **output,
                      int flags);

Converts a possibly ACE encoded domain name in UTF-8 format into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Parameters

input

Input zero-terminated UTF-8 string.

 

output

Newly allocated output string in current locale's character set.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK: The conversion was successful. IDN2_TOO_BIG_DOMAIN: The domain is too long. IDN2_TOO_BIG_LABEL: A label is would have been too long. IDN2_ENCODING_ERROR: Character conversion failed. IDN2_MALLOC: Memory allocation failed.

Since: 2.0.0


idn2_to_unicode_lzlz ()

int
idn2_to_unicode_lzlz (const char *input,
                      char **output,
                      int flags);

Converts a possibly ACE encoded domain name in the locale's character set into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller.

output may be NULL to test lookup of input without allocating memory.

Parameters

input

Input zero-terminated string encoded in the current locale's character set.

 

output

Newly allocated output string in current locale's character set.

 

flags

optional idn2_flags to modify behaviour.

 

Returns

IDN2_OK: The conversion was successful. IDN2_TOO_BIG_DOMAIN: The domain is too long. IDN2_TOO_BIG_LABEL: A label is would have been too long. IDN2_ENCODING_ERROR: Character conversion failed. IDN2_MALLOC: Memory allocation failed.

Since: 2.0.0


idn2_strerror ()

const char *
idn2_strerror (int rc);

Convert internal libidn2 error code to a humanly readable string. The returned pointer must not be de-allocated by the caller.

Parameters

rc

return code from another libidn2 function.

 

Returns

A humanly readable string describing error.


idn2_strerror_name ()

const char *
idn2_strerror_name (int rc);

Convert internal libidn2 error code to a string corresponding to internal header file symbols. For example, idn2_strerror_name(IDN2_MALLOC) will return the string "IDN2_MALLOC".

The caller must not attempt to de-allocate the returned string.

Parameters

rc

return code from another libidn2 function.

 

Returns

A string corresponding to error code symbol.


idn2_check_version ()

const char *
idn2_check_version (const char *req_version);

Check IDN2 library version. This function can also be used to read out the version of the library code used. See IDN2_VERSION for a suitable req_version string, it corresponds to the idn2.h header file version. Normally these two version numbers match, but if you are using an application built against an older libidn2 with a newer libidn2 shared library they will be different.

Parameters

req_version

version string to compare with, or NULL.

 

Returns

Check that the version of the library is at minimum the one given as a string in req_version and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned.


idn2_free ()

void
idn2_free (void *ptr);

Call free(3) on the given pointer.

This function is typically only useful on systems where the library malloc heap is different from the library caller malloc heap, which happens on Windows when the library is a separate DLL.

Parameters

ptr

pointer to deallocate

 

idna_to_ascii_4i()

  #define idna_to_ascii_4i(i,l,o,f)  idn2_to_ascii_4i(i,l,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)


idna_to_ascii_4z()

  #define idna_to_ascii_4z(i,o,f)  idn2_to_ascii_4z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)


idna_to_ascii_8z()

  #define idna_to_ascii_8z(i,o,f)  idn2_to_ascii_8z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)


idna_to_ascii_lz()

  #define idna_to_ascii_lz(i,o,f)  idn2_to_ascii_lz(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL)

Types and Values

G_GNUC_IDN2_ATTRIBUTE_PURE

# define G_GNUC_IDN2_ATTRIBUTE_PURE __attribute__ ((__pure__))

Function attribute: Function is a pure function.


G_GNUC_IDN2_ATTRIBUTE_CONST

# define G_GNUC_IDN2_ATTRIBUTE_CONST __attribute__ ((__const__))

Function attribute: Function is a const function.


G_GNUC_UNUSED

# define G_GNUC_UNUSED __attribute__ ((__unused__))

Parameter attribute: Parameter is not used.


IDN2_VERSION

#define IDN2_VERSION "2.0.4"

Pre-processor symbol with a string that describe the header file version number. Used together with idn2_check_version() to verify header file and run-time library consistency.


IDN2_VERSION_NUMBER

#define IDN2_VERSION_NUMBER 0x02000004

Pre-processor symbol with a hexadecimal value describing the header file version number. For example, when the header version is 1.2.4711 this symbol will have the value 0x01021267. The last four digits are used to enumerate development snapshots, but for all public releases they will be 0000.


IDN2_VERSION_MAJOR

#define IDN2_VERSION_MAJOR 2

Pre-processor symbol for the major version number (decimal). The version scheme is major.minor.patchlevel.


IDN2_VERSION_MINOR

#define IDN2_VERSION_MINOR 0

Pre-processor symbol for the minor version number (decimal). The version scheme is major.minor.patchlevel.


IDN2_VERSION_PATCH

#define IDN2_VERSION_PATCH 4

Pre-processor symbol for the patch level number (decimal). The version scheme is major.minor.patchlevel.


IDN2_LABEL_MAX_LENGTH

#define IDN2_LABEL_MAX_LENGTH 63

Constant specifying the maximum length of a DNS label to 63 characters, as specified in RFC 1034.


IDN2_DOMAIN_MAX_LENGTH

#define IDN2_DOMAIN_MAX_LENGTH 255

Constant specifying the maximum size of the wire encoding of a DNS domain to 255 characters, as specified in RFC 1034. Note that the usual printed representation of a domain name is limited to 253 characters if it does not end with a period, or 254 characters if it ends with a period.


enum idn2_flags

Flags to IDNA2008 functions, to be binary or:ed together. Specify only 0 if you want the default behaviour.

Members

IDN2_NFC_INPUT

Normalize input string using normalization form C.

 

IDN2_ALABEL_ROUNDTRIP

Perform optional IDNA2008 lookup roundtrip check (not implemented yet).

 

IDN2_TRANSITIONAL

Perform Unicode TR46 transitional processing.

 

IDN2_NONTRANSITIONAL

Perform Unicode TR46 non-transitional processing.

 

IDN2_ALLOW_UNASSIGNED

Libidn compatibility flag, unused.

 

IDN2_USE_STD3_ASCII_RULES

Use STD3 ASCII rules. This is a TR46 only flag, and will be ignored when set without either IDN2_TRANSITIONAL or IDN2_NONTRANSITIONAL .

 

enum idn2_rc

Return codes for IDN2 functions. All return codes are negative except for the successful code IDN2_OK which are guaranteed to be

  1. Positive values are reserved for non-error return codes.

Note that the idn2_rc enumeration may be extended at a later date to include new return codes.

Members

IDN2_OK

Successful return.

 

IDN2_MALLOC

Memory allocation error.

 

IDN2_NO_CODESET

Could not determine locale string encoding format.

 

IDN2_ICONV_FAIL

Could not transcode locale string to UTF-8.

 

IDN2_ENCODING_ERROR

Unicode data encoding error.

 

IDN2_NFC

Error normalizing string.

 

IDN2_PUNYCODE_BAD_INPUT

Punycode invalid input.

 

IDN2_PUNYCODE_BIG_OUTPUT

Punycode output buffer too small.

 

IDN2_PUNYCODE_OVERFLOW

Punycode conversion would overflow.

 

IDN2_TOO_BIG_DOMAIN

Domain name longer than 255 characters.

 

IDN2_TOO_BIG_LABEL

Domain label longer than 63 characters.

 

IDN2_INVALID_ALABEL

Input A-label is not valid.

 

IDN2_UALABEL_MISMATCH

Input A-label and U-label does not match.

 

IDN2_INVALID_FLAGS

Invalid combination of flags.

 

IDN2_NOT_NFC

String is not NFC.

 

IDN2_2HYPHEN

String has forbidden two hyphens.

 

IDN2_HYPHEN_STARTEND

String has forbidden starting/ending hyphen.

 

IDN2_LEADING_COMBINING

String has forbidden leading combining character.

 

IDN2_DISALLOWED

String has disallowed character.

 

IDN2_CONTEXTJ

String has forbidden context-j character.

 

IDN2_CONTEXTJ_NO_RULE

String has context-j character with no rull.

 

IDN2_CONTEXTO

String has forbidden context-o character.

 

IDN2_CONTEXTO_NO_RULE

String has context-o character with no rull.

 

IDN2_UNASSIGNED

String has forbidden unassigned character.

 

IDN2_BIDI

String has forbidden bi-directional properties.

 

IDN2_DOT_IN_LABEL

Label has forbidden dot (TR46).

 

IDN2_INVALID_TRANSITIONAL

Label has character forbidden in transitional mode (TR46).

 

IDN2_INVALID_NONTRANSITIONAL

Label has character forbidden in non-transitional mode (TR46).

 

enum Idna_rc

Members

IDNA_SUCCESS

   

IDNA_STRINGPREP_ERROR

   

IDNA_PUNYCODE_ERROR

   

IDNA_CONTAINS_NON_LDH

   

IDNA_CONTAINS_LDH

   

IDNA_CONTAINS_MINUS

   

IDNA_INVALID_LENGTH

   

IDNA_NO_ACE_PREFIX

   

IDNA_ROUNDTRIP_VERIFY_ERROR

   

IDNA_CONTAINS_ACE_PREFIX

   

IDNA_ICONV_ERROR

   

IDNA_MALLOC_ERROR

   

IDNA_DLOPEN_ERROR

   

enum Idna_flags

Members

IDNA_ALLOW_UNASSIGNED

   

IDNA_USE_STD3_ASCII_RULES

   

idna_to_unicode_8z4z

  #define idna_to_unicode_8z4z  idn2_to_unicode_8z4z


idna_to_unicode_4z4z

  #define idna_to_unicode_4z4z  idn2_to_unicode_4z4z


idna_to_unicode_44i

  #define idna_to_unicode_44i   idn2_to_unicode_44i


idna_to_unicode_8z8z

  #define idna_to_unicode_8z8z  idn2_to_unicode_8z8z


idna_to_unicode_8zlz

  #define idna_to_unicode_8zlz  idn2_to_unicode_8zlz


idna_to_unicode_lzlz

  #define idna_to_unicode_lzlz  idn2_to_unicode_lzlz


idna_strerror

  #define idna_strerror         idn2_strerror


idn_free

  #define idn_free              idn2_free

libidn2-2.0.4/doc/reference/html/libidn2.html0000644000000000000000000000343113151533502015606 00000000000000 Libidn2 Overview: Libidn2 Reference Manual

Libidn2 Overview

Libidn2 is a free software implementation of IDNA2008 and TR46.

libidn2-2.0.4/doc/reference/html/home.png0000644000000000000000000000040013151533502015024 00000000000000PNG  IHDRabKGD pHYs B(xtIME"*KIDAT8ҽ Aߞf`n v`6`/`Yܡ`f&k$,} 0b+ԸaQW~b O e{y N[L}.piBzmm o.I]7^[;%:VIENDB`libidn2-2.0.4/doc/reference/html/left.png0000644000000000000000000000040613151533502015034 00000000000000PNG  IHDRabKGD pHYs B(xtIME"*KIDAT8үa?DAPY\$[p+IIMlf('}Mpy{_ޥ}^q xZ <=Yj) <04\~+Pl#",Qϑp Iǐlsw>[/]_i03IENDB`libidn2-2.0.4/doc/reference/html/index.html0000644000000000000000000000303413151533502015371 00000000000000 Libidn2 Reference Manual: Libidn2 Reference Manual

for Libidn2 2.0.4 The latest version of this documentation can be found on-line at http://www.gnu.org/software/libidn/#libidn2.


libidn2-2.0.4/doc/reference/html/left-insensitive.png0000644000000000000000000000061313151533502017372 00000000000000PNG  IHDRabKGD pHYs B(xtIME"*KIDAT8͒NQ@pds`*4@W@ A!Ԇ@6^ 5hxIH R`sQp̙339B|sKEQTK@۝΁i^~Wʆ`0TJ6TcYn6A ƀ~߱>}ǭs; lYkwr 5U= /" "uU=ɲlArDzp5I4^E+P3Ɯq_p ̥iUYp=#IENDB`libidn2-2.0.4/doc/reference/html/up-insensitive.png0000644000000000000000000000056613151533502017073 00000000000000PNG  IHDRabKGD pHYs B(xtIME"*KIDAT8?/Qϙ?[u$VHTDۈBM+! libidn2-2.0.4/doc/reference/html/right-insensitive.png0000644000000000000000000000056513151533502017563 00000000000000PNG  IHDRabKGD pHYs B(xtIME"*KIDAT8͒J` /S_$AqrW(>m"]\(49.Nd39{eM#MSIιEiHz|3{̲l3,KkV'@EEQlwyiq]Kh4:mĦ,;ts\aR5/7'Wps׭I,K1=0j0Wg> PU𻤝0 ]?qCҫιg~kA_IENDB`libidn2-2.0.4/doc/reference/html/style.css0000644000000000000000000002115413151533502015251 00000000000000body { font-family: cantarell, sans-serif; } .synopsis, .classsynopsis { /* tango:aluminium 1/2 */ background: #eeeeec; background: rgba(238, 238, 236, 0.5); border: solid 1px rgb(238, 238, 236); padding: 0.5em; } .programlisting { /* tango:sky blue 0/1 */ /* fallback for no rgba support */ background: #e6f3ff; border: solid 1px #729fcf; background: rgba(114, 159, 207, 0.1); border: solid 1px rgba(114, 159, 207, 0.2); padding: 0.5em; } .variablelist { padding: 4px; margin-left: 3em; } .variablelist td:first-child { vertical-align: top; } div.gallery-float { float: left; padding: 10px; } div.gallery-float img { border-style: none; } div.gallery-spacer { clear: both; } a, a:visited { text-decoration: none; /* tango:sky blue 2 */ color: #3465a4; } a:hover { text-decoration: underline; /* tango:sky blue 1 */ color: #729fcf; } div.informaltable table { border-collapse: separate; border-spacing: 1em 0.3em; border: none; } div.informaltable table td, div.informaltable table th { vertical-align: top; } .function_type, .variable_type, .property_type, .signal_type, .parameter_name, .struct_member_name, .union_member_name, .define_keyword, .datatype_keyword, .typedef_keyword { text-align: right; } /* dim non-primary columns */ .c_punctuation, .function_type, .variable_type, .property_type, .signal_type, .define_keyword, .datatype_keyword, .typedef_keyword, .property_flags, .signal_flags, .parameter_annotations, .enum_member_annotations, .struct_member_annotations, .union_member_annotations { color: #888a85; } .function_type a, .function_type a:visited, .function_type a:hover, .property_type a, .property_type a:visited, .property_type a:hover, .signal_type a, .signal_type a:visited, .signal_type a:hover, .signal_flags a, .signal_flags a:visited, .signal_flags a:hover { color: #729fcf; } td p { margin: 0.25em; } div.table table { border-collapse: collapse; border-spacing: 0px; /* tango:aluminium 3 */ border: solid 1px #babdb6; } div.table table td, div.table table th { /* tango:aluminium 3 */ border: solid 1px #babdb6; padding: 3px; vertical-align: top; } div.table table th { /* tango:aluminium 2 */ background-color: #d3d7cf; } h4 { color: #555753; margin-top: 1em; margin-bottom: 1em; } hr { /* tango:aluminium 1 */ color: #d3d7cf; background: #d3d7cf; border: none 0px; height: 1px; clear: both; margin: 2.0em 0em 2.0em 0em; } dl.toc dt { padding-bottom: 0.25em; } dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; font-weight: bold; } dl.toc > dl { padding-bottom: 0.5em; } .parameter { font-style: normal; } .footer { padding-top: 3.5em; /* tango:aluminium 3 */ color: #babdb6; text-align: center; font-size: 80%; } .informalfigure, .figure { margin: 1em; } .informalexample, .example { margin-top: 1em; margin-bottom: 1em; } .warning { /* tango:orange 0/1 */ background: #ffeed9; background: rgba(252, 175, 62, 0.1); border-color: #ffb04f; border-color: rgba(252, 175, 62, 0.2); } .note { /* tango:chameleon 0/0.5 */ background: #d8ffb2; background: rgba(138, 226, 52, 0.1); border-color: #abf562; border-color: rgba(138, 226, 52, 0.2); } div.blockquote { border-color: #eeeeec; } .note, .warning, div.blockquote { padding: 0.5em; border-width: 1px; border-style: solid; margin: 2em; } .note p, .warning p { margin: 0; } div.warning h3.title, div.note h3.title { display: none; } p + div.section { margin-top: 1em; } div.refnamediv, div.refsynopsisdiv, div.refsect1, div.refsect2, div.toc, div.section { margin-bottom: 1em; } /* blob links */ h2 .extralinks, h3 .extralinks { float: right; /* tango:aluminium 3 */ color: #babdb6; font-size: 80%; font-weight: normal; } .lineart { color: #d3d7cf; font-weight: normal; } .annotation { /* tango:aluminium 5 */ color: #555753; font-weight: normal; } .structfield { font-style: normal; font-weight: normal; } acronym,abbr { border-bottom: 1px dotted gray; } /* code listings */ .listing_code .programlisting .normal, .listing_code .programlisting .normal a, .listing_code .programlisting .number, .listing_code .programlisting .cbracket, .listing_code .programlisting .symbol { color: #555753; } .listing_code .programlisting .comment, .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ .listing_code .programlisting .function, .listing_code .programlisting .function a, .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ .listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ .listing_code .programlisting .keyword, .listing_code .programlisting .usertype, .listing_code .programlisting .type, .listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ .listing_frame { /* tango:sky blue 1 */ border: solid 1px #729fcf; border: solid 1px rgba(114, 159, 207, 0.2); padding: 0px; } .listing_lines, .listing_code { margin-top: 0px; margin-bottom: 0px; padding: 0.5em; } .listing_lines { /* tango:sky blue 0.5 */ background: #a6c5e3; background: rgba(114, 159, 207, 0.2); /* tango:aluminium 6 */ color: #2e3436; } .listing_code { /* tango:sky blue 0 */ background: #e6f3ff; background: rgba(114, 159, 207, 0.1); } .listing_code .programlisting { /* override from previous */ border: none 0px; padding: 0px; background: none; } .listing_lines pre, .listing_code pre { margin: 0px; } @media screen { /* these have a as a first child, but since there are no parent selectors * we can't use that. */ a.footnote { position: relative; top: 0em ! important; } /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { display: inline-block; position: relative; top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index { top: 0em; } /* make space for the fixed navigation bar and add space at the bottom so that * link targets appear somewhat close to top */ body { padding-top: 2.5em; padding-bottom: 500px; max-width: 60em; } p { max-width: 60em; } /* style and size the navigation bar */ table.navigation#top { position: fixed; background: #e2e2e2; border-bottom: solid 1px #babdb6; border-spacing: 5px; margin-top: 0; margin-bottom: 0; top: 0; left: 0; z-index: 10; } table.navigation#top td { padding-left: 6px; padding-right: 6px; } .navigation a, .navigation a:visited { /* tango:sky blue 3 */ color: #204a87; } .navigation a:hover { /* tango:sky blue 2 */ color: #3465a4; } td.shortcuts { /* tango:sky blue 2 */ color: #3465a4; font-size: 80%; white-space: nowrap; } td.shortcuts .dim { color: #babdb6; } .navigation .title { font-size: 80%; max-width: none; margin: 0px; font-weight: normal; } } @media screen and (min-width: 60em) { /* screen larger than 60em */ body { margin: auto; } } @media screen and (max-width: 60em) { /* screen less than 60em */ #nav_hierarchy { display: none; } #nav_interfaces { display: none; } #nav_prerequisites { display: none; } #nav_derived_interfaces { display: none; } #nav_implementations { display: none; } #nav_child_properties { display: none; } #nav_style_properties { display: none; } #nav_index { display: none; } #nav_glossary { display: none; } .gallery_image { display: none; } .property_flags { display: none; } .signal_flags { display: none; } .parameter_annotations { display: none; } .enum_member_annotations { display: none; } .struct_member_annotations { display: none; } .union_member_annotations { display: none; } /* now that a column is hidden, optimize space */ col.parameters_name { width: auto; } col.parameters_description { width: auto; } col.struct_members_name { width: auto; } col.struct_members_description { width: auto; } col.enum_members_name { width: auto; } col.enum_members_description { width: auto; } col.union_members_name { width: auto; } col.union_members_description { width: auto; } .listing_lines { display: none; } } @media print { table.navigation { visibility: collapse; display: none; } div.titlepage table.navigation { visibility: visible; display: table; background: #e2e2e2; border: solid 1px #babdb6; margin-top: 0; margin-bottom: 0; top: 0; left: 0; height: 3em; } } libidn2-2.0.4/doc/reference/libidn2-overrides.txt0000644000000000000000000000000013151533437016511 00000000000000libidn2-2.0.4/doc/reference/tmpl/0000755000000000000000000000000013151533502013464 500000000000000libidn2-2.0.4/doc/reference/tmpl/libidn2-unused.sgml0000644000000000000000000000000013151533502017102 00000000000000libidn2-2.0.4/doc/reference/tmpl/idn2.sgml0000644000000000000000000001154413151533502015131 00000000000000 idn2 @IDN2_NFC_INPUT: @IDN2_ALABEL_ROUNDTRIP: @IDN2_TRANSITIONAL: @IDN2_NONTRANSITIONAL: @IDN2_ALLOW_UNASSIGNED: @IDN2_USE_STD3_ASCII_RULES: @src: @lookupname: @flags: @Returns: @ulabel: @alabel: @insertname: @flags: @Returns: @src: @lookupname: @flags: @Returns: @ulabel: @alabel: @insertname: @flags: @Returns: @IDN2_OK: @IDN2_MALLOC: @IDN2_NO_CODESET: @IDN2_ICONV_FAIL: @IDN2_ENCODING_ERROR: @IDN2_NFC: @IDN2_PUNYCODE_BAD_INPUT: @IDN2_PUNYCODE_BIG_OUTPUT: @IDN2_PUNYCODE_OVERFLOW: @IDN2_TOO_BIG_DOMAIN: @IDN2_TOO_BIG_LABEL: @IDN2_INVALID_ALABEL: @IDN2_UALABEL_MISMATCH: @IDN2_INVALID_FLAGS: @IDN2_NOT_NFC: @IDN2_2HYPHEN: @IDN2_HYPHEN_STARTEND: @IDN2_LEADING_COMBINING: @IDN2_DISALLOWED: @IDN2_CONTEXTJ: @IDN2_CONTEXTJ_NO_RULE: @IDN2_CONTEXTO: @IDN2_CONTEXTO_NO_RULE: @IDN2_UNASSIGNED: @IDN2_BIDI: @IDN2_DOT_IN_LABEL: @IDN2_INVALID_TRANSITIONAL: @IDN2_INVALID_NONTRANSITIONAL: @input: @inlen: @output: @flags: @Returns: @input: @output: @flags: @Returns: @input: @output: @flags: @Returns: @input: @output: @flags: @Returns: @input: @output: @flags: @Returns: @input: @output: @flags: @Returns: @in: @inlen: @out: @outlen: @flags: @Returns: @input: @output: @flags: @Returns: @input: @output: @flags: @Returns: @input: @output: @flags: @Returns: @rc: @Returns: @rc: @Returns: @req_version: @Returns: @ptr: @IDNA_SUCCESS: @IDNA_STRINGPREP_ERROR: @IDNA_PUNYCODE_ERROR: @IDNA_CONTAINS_NON_LDH: @IDNA_CONTAINS_LDH: @IDNA_CONTAINS_MINUS: @IDNA_INVALID_LENGTH: @IDNA_NO_ACE_PREFIX: @IDNA_ROUNDTRIP_VERIFY_ERROR: @IDNA_CONTAINS_ACE_PREFIX: @IDNA_ICONV_ERROR: @IDNA_MALLOC_ERROR: @IDNA_DLOPEN_ERROR: @IDNA_ALLOW_UNASSIGNED: @IDNA_USE_STD3_ASCII_RULES: @i: @l: @o: @f: @i: @o: @f: @i: @o: @f: @i: @o: @f: libidn2-2.0.4/doc/libidn2.pdf0000644000000000000000000062101713151533446012526 00000000000000%PDF-1.5 % 1 0 obj << /Length 587 /Filter /FlateDecode >> stream xmTM@+z&?tBL$d4*.<_fW_wիrc;`GUOV&ʮ[v6W7TvbuYt/N.5=S> stream xmTM@+z&?tBL0d4*.<̿~UfW_uvc;Z̫MfG} I]/ޭmޯo⣩0^'^x]fkn{EK{*ʇupg6;ލ$4;gZ8, M[TPRJGeWxmE7 "/7j;{Yʋ"1tm|oirI ɑc׺>[TқEnn#bBSEV嶭mzsg)gR133w xAb;aGL6K&0+}&"?(Ҧa/ c,!-f3*Ix {asIC%hS7}H=ŤIY(jŧ Z4{SO5Z ekxvKǬ@2a> stream xmSn0+$z"aKU^CvF^p=!94gB˥0pދ s#P~k@hZ+vQڦ(A,Rf5Ħq8>K_X NH3$Ǟ{<0*5c~Pʯ5W42^!0^#rqxƘE3x z)cgl1BҰ?Xq!NAWA*d1)iȧΰО 9璆NVfkVaUJ?%͚5ػbTW=ј52f&p2pjV^cHMcVYxLS7E=1j g endstream endobj 6 0 obj << /Length 306 /Filter /FlateDecode >> stream xڍOO0 98ڄ&1*.UZ;ю|zfCB9Ķ{z >d#A{0MWu=M*#0US*fW2oXMEgՆ=|eU}sҢ![/Y"ghضxc 0 2P`FcĬKz~6RﻺS1b:W~VL*\Bp/=f#<+ RkDo$mU/H8]Mhgr?6qoa> stream x}n0E /m6?XEUTuA+]$KqDv nPeRBh>M %Mj!R{(\kT6:m ֎fZbg:"r|0mbfm"+] ,g\X@+!kpiɺ][ b{ *m$> YT)Rzqiߴ_OLdg\=j9<`7P'F+&28:gT]J%ŭ8*Oh%E?8֋$e endstream endobj 44 0 obj << /Length 1789 /Filter /FlateDecode >> stream xr6~ -PFݥq'v% Ym%C˹}q'Dرp2E>/tx!GGe6b$#OsJG0eVjDaJf-G?NfvPSd2 %B? bf痫j2Ō+L0o+^<'H,:@FZ N":P6|%8^>,5_L>̐9`Y ș|>bO{w.D7S'ܚmxQ[_f*H 0Ȕ*Ҵ/yIQw.`|HbP}Lb zR9c: MrГx0#<;-@@$,/j9  yIb@swV^nQq9v0y!-e(aICXahTYy@ȑ08"iV I{i3 jRc0MVW@|ū(TU*Pħ$kJeu1\4Y^TҢG(o3B~[ͯ-~0C4jSic4h^d%QIK#.AkSM#4m—rUoW?S$x!iu1\J>k^Wۇv;UWeO'^,/.<b&+1JZ !Q!Y9*9!, օHsm/JҢ,1w˨{1UYZj֛(ڞ+iSIc$XIL$$Äeb]eb=w ދUNΈfZ՗2pg䒬-,[s`u }{&jo_۟p /l۹n6ߋmL@zS]"3<8 AgԚqPm;ā:Wyo0e״KaG6 XP} KFYԅXr} +YjZ4 ;3=K.窘 > X4;e')Pd/-!~߅njwM+jZyZGo&ok))P|V~VޛIrD%$ t1v\Jvz{u&_hif<8_߭*qٰTR*-'֫Nx^ ϫ$jzO5f֫3 7/ޜ^*TLo ]ixHn1 ]MqM 73njybzur(|Rfc9CA4QXLF 06IAsp)fC:> stream xڽXoF~_#š}(Ut|]T }ggsFZE7^KC/*۫ƣ+P z?/Qaʽڋf+g,~8<2[((ƥv "-j&oz/MQW2$XUҩ_vL&ik3jI̷ye& Q^i5,ܣ0¸rVjEgi2Ng]7[E%'~Y<5Y6Kfo/kZ]+MVM{!_주qV K64imTmdU:M}֑_n1*+ȿ;iV7Va~Ho>”_.* (0( =Z¬YH-C $!5./,eF`%xk'Dxڞ)贃:>Ql̮i>enchR`e"2| lpF&B &5.Pxa)F~tk8}%i !Y4$$6CO]"R5rAO\5T#S͚flY/ij\NiVQW8G):?cO`A&,pT Nk" ]&;0w>, & d?"&r ` ##d!?P3=9򏢏:/ Xa}/J2T2AԈvS?ۈb!}}e{֫c仺14JO :StBߵ*f"] }k3JiWA^JE[hDx* 9~&c W}n=>ӷ7W:6{T:SFS=Et)M:0jNäu|5rl']v}0Jq,!d*<mRΒvS?c* ȱBa+X9G#&e~Z>8r ~#Xƈ[PW5ْ+͍{6nmȇ/"]8^geP˼j({zxҸ{|xڋckMTnUoź{(a[ "ciF endstream endobj 9 0 obj << /Type /ObjStm /N 100 /First 829 /Length 1938 /Filter /FlateDecode >> stream xڵYMs8W蹀h|m*w\M9f}%fY&]e'~^Xv~hh %H$%ڑZ򂬰j' A' E" b@971 q00dcA_+a @xX`0Uzx}X kBT!dYNAX0OPM4! r`I@Z^5h 9F^!rII~3&D|`NJ qFP%啈T+&&4I-Iщ " TVP BD*~hDG":B+;d<re4? lOq<Dj1erĄi;:˙N`@DET0,"9)p S}bjt^9N'˹;бN4s#Pp64F]pU?T0#xRDx%HW&ɗRx]YwKᱪ'qlV\bj[Y|R𘁐-0IدaMz%C 2]f'8P'NG=k`%;T'M/qh7u'޸sQ$77FF&ald+&[يVlblf+6[يV([lI}PUդieP \IHVtXF9Ƚ(ݜ4x+/<_/TN& ֐:JGKGpHx_EdB:(\EW8>tnvi `8$q8#8pqfpe,I(\ֈ2Q2q#81 2 ':xtZ1a㊖-y/̀GQ-Kagx!r {Y^{d /gZp06amԻ b̄rS/DCd=%?gv֤ <#<:/y`;̖HIs~uz*&F$7=&xҧ_<ZixJۗV*%#q4O8}9w7Ϧx}<>.fLby OKǗ-_{Ԩ^8$)U>;>e'kRVew.E{>s1t̃WJWF WVWWWw}Wv_LdLIQz?Ej˛Eג/F9.?a"WOç-.YKc;q ַu##-J:_3ɧ~{ endstream endobj 172 0 obj << /Length 1787 /Filter /FlateDecode >> stream xX[o6~ϯy8^EYe ܭq[NRK%Gi5}`:<' $&Xn=.xtFW % MXXDI[!}\vz3R?Q"Ri™($LNZb"U:cau;V,a[,,jTj_}OHbX6匛 U 6W~ɪuP`i~ lP-ÏJOa(0 B! }p6#ʊ%VW$-#ڎ8* RH{6ӗrԸԋRk rk \=cBx;ݷ22 I A# VexpcI$Xm?wi'q 7Gb)1z,2y>!UsyjC(4\s7P $":֎1jb$QU00 ̋UF)ϭԘ2k#l$DK(Ƶ%6rU=k)w6S#"^L/!mI=ަBA3" ki^S~nd;cDq" F9p^F@KMX,RwvUY͋k˾Ȱn$y!fy~)5[n20MƩ# [YE:lxPg:=ؤG He\ حu2:q:Y=|~VYbC=V^eSYɵ!%Pf>t<.Wm5j;k_er "9)zs.s=#8M<_ MЛ}vM8\7o5 '밬O! FC?zg>#I`!?.MAWv=ZJHuk5f;X v8 |&G`c= 0b&Xvk 7}qO~$I9],;=WdB{zDi/0:2DeWBƸl϶euip)̰/8J endstream endobj 182 0 obj << /Length 2922 /Filter /FlateDecode >> stream xZKs6ϯQފA3=k˧$%ÍDzI*FP-'NՖAhY|D3#%Kvo"7[hp-`bo?G,>[n[-׳>MV,sdTwmQ# y5uKs?70@2"qNr"D'h*s:;#hv x (~ ^ul(Rh6On NF0Vڿ񺡇qA 0-c) i6uM )C> q{ŧ唢S{r^@p+sڵ#khҋ4dpd8Mlhzu$3X-8nQ8qQQ%fUHH:ph??Mf._٥ ާz|V9|T.$uO %Fޔd8ݸYK|3v|, 7n۫דVyZXӑw^8^@3)HX?Uo{j@hY3Mm S[cp?e%NbՌ ~9i+)vzYzO[viH?S #ƥ2JKVZcRZ4$$8SAb5NUAڬX{VS:]⯙}Bp&d[Kk)gB+6sw'nr/j XRoC3DrD"(*TJ'"\ح;Fio׺uo|]-?R3Ez$_xip(v/iǷ)OiÏ"BlL_S`毩k@[i.C^Ye |{ b؛VC|qפ3͟o-P*0 m 0b5} >}I_ɩ#=_C~/'8"4D=CF_A>!_MTSDaSDoA sV}z! C(Lr=2g|$=r3-UQ&xW@+l=5;,waǾmE"P>v=lRĐƙ#deX}ػK*lR4CTT-* dkJA#>QX#(qQA9ag1PǽvyAwyj8sؚ%X]VPY*kx$r$ni&I?|EGnFXƇ/͙`1ZN{5Cd&6,_@*vY 8A8ޒo W@ #-AvE=Z7F %3ඁXP%x1-> stream xY[sۺ~ϯ[N KTJqEbęo?׻~ |X$Erz} W#ʷWTj]_ƬvGZ2ߠBǟpb5Ӫ)Sjh'2}dGyQW~ gypuE4i*}SoN,l*P:uؔy}˶A}&<+WDyN&+>+O?E@8O*76eϢw\<ŝMڜg@gَ/80[BYMR*gzxʹ?FsF*{~ϵ4IBƇ3m兊B_O2 }e)lhqd)HiySpnXp&&Z}wmszwWN\x ulg.:;:YXI(Bԯ\0 Rr~HY"g\`` \ ksUij0)pb_/vĎ(ldG*4:E9*H8KJӉ2!G"op)_B2OB{E`\'TJ¹Ba4A]s(mtڮY%1bI<@;ϤYZ$:ܕX=Uaʐ+l_CzM "2{]v<>}6"8Hg|7"8Duj?.W!-Ety`8Jr{'x=Pe9:h U!RiT-́Ҹʳ\q P.h!#ż@"t]%hT(Lŗ|qpL@}@^nX0cxxA`*2,H S/"6+Tn`E9@ ;g|$J@40"A*'MwR}w`wWl"&VIX7Xg_).΄<Π3tde4)U4rB: g.?6CN;AHRP#59,$P KO(yjV%SV %ח@XeJ*Ĭ!c;6⬳*iD 4Jj <<5FFw4jr{cf9hB,ϘE(fa\=p;kwu8%+[*{HћbؤнV;8+hKpzu?jǐJlj}sѯ6'1 u=CkU5RxGǠ+IW\HH7=]c9m1%@|8s;|(G @}gp_Пto RE|GNm=]͡h?O3sc!JM#6FSaUe!IDI4NC6ǭU #^A0A]g8Z{#2SKhHJWw[ݽym.>ٝy d í4`#Ci=4фb? 1:vn5<ۀ1=!D~YjR፹Sw &bsC@?p `y4#t;H}tBo;_|NZz?֦m?Ҥ$-Qv8hz}w% ECs0 qw0u endstream endobj 194 0 obj << /Length 2472 /Filter /FlateDecode >> stream xYKsW0D0/ -[[h)Grq\,%ԂɏO1HԖRyG&q01&YF~u3X8|<˅qr;Èqg)hKID~cSg}L60$ED'Ojn HO\ >#lS:&g~$m"[zmRBPAw$;v*\dFπgv"_N CX;g,8і,)xP&]5J IW=0R&"(j#Yfq.Z6S*ĸV9J_3o\i'y vco^" PD=XC0+(,4-vyr_j:%=C %M3qwJ%ܻTA7V r.+&hM9-AM; rCjrcjx`d%:m||ѡ}l Yo#"}Έ?k㪓z s+qFd4g8Dt^12!%|N> "YGFC|ה1y5N *[V+_ablaKo/T{ Dޣ:.Cs\xFN#r(sR}d;]5cσU`n?É)# hْ-Ah`vq[1c"}ܫ;509 `eKw{/:S4+ )޷~٤S2SL+嵁C8n]v X,n4֭6iϰ[acu A5n=eC٦vKw%9ԭ6! YsVw/ÎKlt1 !: !ԯ78p?$$0b8eUzA`.J8sgc?mP%Jji(I!)H{j:MQZRDB GD^M* G uJ݁pbTz#i_Pсi}Ypj>o?ߦ"*Kr?19SpLjԱ4dbއgXCclImY`9tsɡ t,`rI4_٣iЏC,rzDdV2i l]en4I ffGN"h,J »0NEB,zI`4za^X빤;1W8 Ba{1Hڤd77Z8zsݤ;TX`P.P ;/M#\b\BI}IC2'[Snrg5A.!.%jvaysəPrNw#|[ȅ17z0).x >gyb"P{έjJ/T΍5Ѝӟt #fģF h\K˛z1r*6 xca3<(b" BTyc'} ڰ'x^()׋d-b #ApV 抲msdX& CWQAWpt/u8!n}6P+\VTmvz)g8OaItT';dҡ/ǧ:l sT/IU/J/Ǧ"!mqq\|]:aj^O<6+f m[ }b kս:TJ,'>H1x蠫J/6f!3Km-!, ח|}@iЯA-/#Z1ϫ׿/gA&wb:OVY]*c HNQV\uDgҼ ;_BǮ@/[.l䒉`{Vg5CҒD%@۔_`dL/]11xwwL{44}~KN )=!y3%TX-vP inl okhINuuHGoHv۹)5Q@Oa4Kr?7}4\J> stream xrF-T+hr(T Qi~$HTũk D|("N63no˻ mV΄v} c&GbQ>>I9)] >QBt(ZrBUu:yh4$DCd }e[ǰ`gHLb6)ڢɓz;Z"O 2Ϋq$by(` ZC{9~g-&S'iowB )~@/֔x)$'^x^u:M@GcVd*B!202$sel۠]k v'#@VA.?]'64Eȁvh 4 # [bE%1k2Gz(" ?`Jp љC(NrTG-iI>% sneS ]kj(eBWiE FPW0w$`1m ȝ͘PUJ:hLu"bITF]6jSHST4OZ(Y[r3Z>E U -gm~)aN@0G"xXVI}*7gʮ=m6IUNJ!A6;@7 o~% B daowO;T)`s ׋NDnB| npnb }//j@cSÓMz /^/o~]|u>i'Ŏ㦯f!5#;i0O]%R;{z .դcB(-\\_]ݼ]|J}H4J$! )f m)d!l2Pd~Pm?taU.;Y(Zeqk< pXUzŻ*P XO24^x#P "-k>W#\3`v+4Kڨ82f#B(C9$,eI)0sfA>يiPfvK(=TlFiS_ghnbW`{k6ljNIJFZ%#xLhZf!17٩J*em#gMe|Kmd8ȆVR :yzEM?dm4~T-Xd Y s!W]^~^L=?cG}kmiV=QZHc4.=֫WxMoeqʷ3MpP>3da5c]4P{t/?-֋⋱`:OYD{x@G1QJlWɹZ~gQ"Ni&TC KՁ~&(KŒ(˦҇u*h^~oSl)6ȸ9}'[\fB9f>BdOgg!A8$[}*X0;~?zƺ!mr!c?h2 =Z7 w` 3s)lG$F(b4&O& /T#۷Qy: dHD`@ph-~<~#Vƴ0m/$ƷI#؎P2DYѰ?X2UTzJm2uɓ^dR>Z(%%ta>4W#7Bϲ/LΚtrBV y q KibxD:0!6R~BF!ttq2Lsƥ$QRMr3 endstream endobj 206 0 obj << /Length 1216 /Filter /FlateDecode >> stream xڽXn6}W}7I%uXE&0KIRe2Rd͌ /s]Da|cpjkdu6,;+/?97zNǮehܙgRFeSJMe3iMǖOf),-,ӳ^霐aʕ_|”iYj(Ey |nƵ "Q$~Ô/ Y f2SfeO>i}=u_R%F$j3̬ˠ*J5f2/Z| ;UnDm(Tf^\Q.hqv~wkޮPjd+ҋrrؚ 3%*EdsIa"]b- VAӃOދca$ ~f-QĄ[W=QYjiB{D6|SjxWE^6!9]7|TĨǹRqSMvueլߎ HFUU5JC=}O{%.m<{giGsA0-FddUaYlL2i5=fV??e.bKh^˚nj9s1 Γz4خ_ yw|Zv<ϓf5S?\Of7Kom~ac|\򽌲jP=67RSk dp;iq<(Һ-/B\APt\'lmE Oͻg,<\,E.6Uݴ9:w%BE:]ROq2O'u?pmCq{,+[sQZ).⺿rRV+'JOyzj7!k;ijqj<6i"N;Qѓ F> stream xXrF}WRa\Md&u[(ߧ.{M,;*ӂsia6(EĖw{C ,Pv4ϒs1;Frk*ɌksHW-{$?,3o~T7{>5=l6ʦg3bdl;Sh9"5\!L{=.yH|37w Q8D jidV{1aLf8x9oX"Ӷ{7oԵZ!03> J}Elc?_p_]UYKĿJ+g> ^6OrKњM$״i݂)/3MVFa_ga ws fynr{Kt?D؄wXi?ƟF%YޤEQ Ty! bF(8NF%WWDZWkq 3̠;&ѿ/PYe/RvѵTuEƌeU:>0;YO1OEa X``A&)ol#WRui0İRaLO~Qc־CL" (QnjΟJer=cLò"ԁÞו*T ȂsY" ԋD֞m 6E1n?h}oW:ȇ~ʵ1 v\뭖 lܘ܏vuΤrM[gWV\);ٺI @O9RDJZս \kK v.]B̽]kKޥ"̘ɣURuօc5WD)!l-PO<]mtxwmL,0LFRCq$~2 wN=TN1yyxdRЕQ\\ t }q:(B]i endstream endobj 213 0 obj << /Length 1738 /Filter /FlateDecode >> stream xڭnVPs۸$6uZ:JP Z$\.vޙ7E2Py;I,>i\)j8}GB])7mVr%}-?\ҍ_&R>3BJC IO˕a)'P XnJ:ϹBW- 'k[m[0,]:N6Y)}7K:(>|JRnD͒Rҡk҄IV&iJH0?yB q*WNtYiƅxȹ|cJy=AYaMU̳]OlӸ괡SOh@3cH8 TF*ՕJiA$2hQo R<9qn<+5㒾UӈfRn|| }isDUGpxB8&s,AamP$9e!JPz j@ qN$ۡw:.i. r=( eɚڜ*2h{[$p &'KZ,EPxwX 8qMUzR ?yccΤsF o:~zZL6#J Z7@+ A"88+HuSB@+톡<\魱Q5 ZY㢭l/SBb=}ږB+t?ǞՏ788|ݬ˾?U:Ymk8 "fآCۯ#  8kjg~;A8brQmn*+7Iȍ50Xa\ 53Ao}}w\Z[8ʉIZ;gA2L?ei) ư8|pdh$O[a 2pi~w! g.hd1I[Y;go Q"&MOﺙ^EN9;W2 fK#[tvۻ!61e)",ofgMYB_O[[\Zh?O-^h~IuA}¦ebd ּioSX{1P|]m$7mf(wVlVZڔW@Z>p.2+EW1E0lFkȓY9WLƸPq c}(+CZj1UΒYm32`O2l )]I`ƨ+kIƹJtDUK@1nWtŒqce\VB[81f?Sf.G:*mHӼm*6krrC |XC b#BX2 A3RbgDl$X2pv {V?AnCJ_69`@Wִ Nb0K_R}:^45 >u8op"1hk>TVA꾙Lĥ_p̜?szs/DnqɫO/,[mi }m12\. Aٯ)T'؂E/Z߽ɜkp endstream endobj 219 0 obj << /Length 2084 /Filter /FlateDecode >> stream xXݏ6_{ibE>IktJ-D Io3ep0`!9 %f>,g^Y}[jQ緟_ sq|uS΄~*f,nϵgw?. H|qfD"Tx&H%RqrQ༮'3MWT+Y5ze\vy gyhh |\Hy8 vt3w?DNwsih|( G^]jQ 1K?dɂꗛZlny¹z] `r\)£7=?/[?-MY_1^+ /_P%<? ";bPPO2M*D,a!bp'79!['UJY@(|uGsa T؁ș΅Jo { ?}N4] ίlxHtDM)[oJi" ʣJ pvCÊɰ[hyՑs֭xI^0ܢ NcZ匊e"HaQ(EO$ ϴڴ]z?뫉|xkX$2V{Jޱj[É"@tk"h* @nUQ|.Z-t{^NMor35ug4-yMC!ugt(M鵄~ϱa?zj KΔj_[0%rvt>V0YP}{P|Žx-kWMd>4Sbf !kgZբPmu6]>foRY<)q6zsxooߜTxi?uW4r;/?A爣q> p~q8~\.?& [ lC**cl"%{.놙ih}rJ&>cH3 S} ޢtiC]x)?> stream xڍV]sF}nR#ǬY>8N奉E)ݽ2x<qsϹ+ >ܘFlF=j6p3N8  n=be35lPbr>y\yvh#ʔ ,g05x{*'㮇鼉O~bq0f-RNB9Nf[lD504Ӓr9qBԐtf{bv~# -AȲ]UQMMq/tpG*Mߤ׾sJSpqk!f%ND" EQrzN#JB!5G=Dt78T߁0.1̎|]mKԆ[qԤ.2*j %Ҹa75ѽ(?Ϸ`ꀂ2*BJ1u< xsK 0ozW۷oU{ry顀85,v5lK*mhŃ*/d?=UxS%~YuU,e˲ppx& m\b']mkz78, N'>o~fȢXsD]U[B{e E|)smY85~DlPPhbK; BqjΟO᏾KTM9mOA/tWߵwk%}a#}C6=}FU}ͲUf8V2=O]d9"-URF}{/p7BiDapR78* S,xϐDk' ;?uISbfGbݓ2F/Ҳ![+u.^WZzD"-Hoƃ^xOrçߏ7C:e1P$V7*z"bjU7vW8CWM[%Bu~/se^vusuyXCT6KeE#E9+)dw>*um,oAV^= ŧ4wpz\NVb-ӤKy"H_aɑl!ٯ^ endstream endobj 227 0 obj << /Length 1104 /Filter /FlateDecode >> stream xڍVyo6?EBYi7dz 20- xO Lj7+pA\3>1&p캢hQPZl,wC`ێ6FI|̉4߯A1W$6]u۱֡eKFC~9 ((2DsRFQ,w_S0ƒ Cb-:RRJ{!57۠<$d3~ ؖ;I52x.W~XN9@ZY޷vnVlZ y(vBi9vύ4#hxjb]I8;DbHx^!'0}»NL"YƲE3\~YL\Au;ne MgsIhc/{\7=+<{&-Hqw :|Z0>:s/`V1~Ě4ůc횢}>'c&Z0X[S2PhXv՟"j8gmg*" <|lho].& eKT~(,ߐQ!Y!7Ey4 [i!P"q;ԧTHe-ˮ4YG*|Q$ y}#XKgWk\(=) - D4YYn4UuccY puCP錰 @_ A2QU]r!B#e=rVTqe=U+e;izF4ªarL~Vl 6珄qY9/"/礜Byc/@ڿNl=k'D}\;h!j8ND?3 $n[2vdOEyS%'!zw>SV.Ev\@9xi.(=p}^S<=j˪lnQ(飓GlI?gH T#e_UW3>> stream xڕoFԓӏꤘHa8l4|XLwwlH=E~.iOf41MufM%x^_tA0BAѹ[ٶkL6E9(/^BQ:RLӔGe;&1F13&'׫Si B8MMmI㩥e rrgcQ/ f5[>>? _!SmIMU)IkaB!J nj1-+ EŅOp\akm aGaprpt58ZY.u 2R21ɵi=vk-Wfp;{!/i߽{=aj3MrE{-Hyc:!bn2wt̡:(醭fL6~J]Xe,SQ(?֎7fjKbo⋚z]]p`Kz'L:}qwg"ьݭ&l[i >:-WC09cCްȄ <z1V%2e+ f(S+?,9 G/p-&)(xyr]q|*i)<B>=Ojs8'9s"#rTpR`Jž }-*B9> XL&`<o2~n 0P|5`YED͖١gf=tfG.s9ST_`hw&nv&hqĆo]c΅Jo\'K7ǧj+xڿ*ߵk Y?»s7lpq;Is;lW7ޗxVdY &Xou=8RP"vDax} MVkeGrzJ?}fo_0]r| endstream endobj 233 0 obj << /Length 917 /Filter /FlateDecode >> stream xڥV]o0}ϯ*Pl C甭6{YEL@# ٺMﳹ&@ [։css$}H5u6ƒi(]JsNa@Ú6!/Y9PE'B^ŮTdH#`|Jj\inuPɵnMذc3;2Y\]M!gV:4 Xc@#$fyvr"d78%`e$~i6p%YF<[#Op漵6(@tKjXTPi-[9 #O)t$Cx$:5Db. yaTmNGeY΋0v'kvYD BZ8|~΂uU.A|!G((;nAv3ӶCrSlsQhn>2QTy*ܥeѷ*ff%;\ 88tYV7pѯMahuwIXng<*z~yUjqFh7)X[){ܔuS[J}&Y.BX9LJԅDM/[/]Ꙭ}AqY$~]RE}^Zʟť endstream endobj 236 0 obj << /Length 402 /Filter /FlateDecode >> stream xڍSO0~篨$$ jT' B0x2 6Wp/$`h|]cyV.=<q:%uX; 90&4|݄NuIiǜ2'0>IS|˩|2i[ Ltpl64'k^ۥR+$NHe2!ӱp$UBfl-00;&(pdJf Fn/bJ,ϱޖjŻLҬ]eFVCa FlHipiy*SDFbur*lhȶ].`YzUgUk\z6 7P;KuRF(x5Rfm~/ endstream endobj 240 0 obj << /Length 1935 /Filter /FlateDecode >> stream xڍn6=_=@̉K=thZd(ڢu00m %_sdQ!@Drß\d" CE"_/>o뫟_+L.֛RZ?=/Zvu( O"7x!HUFB?+m woe]DyeQ 0%ŒI&Xu[δ@;^[lj]MGEpLZr%=wkwgxqSޙ:[6z|3%ܳ+ܭd(# í0*|;gͶlAdy)=Ad *sf,}O[o/#OY8(yaTemq wc-Cpxbfp433LsDZ&@ ̘xx>m;Yۂ16gI D~vE3 N)D=@fg|vwI%}o􀀼5nX+~,B%| ,q=n2p]0Нg%bjkgLDf@G5klIFڃș ${4, M9#P74#Gi:ˤo$^RaVĦ೯ A$R#r !@ef,59paV:90o?`? "r8<Xѱr|V,?HP!g2ʼ5`A˪" x S5 2%||7Is(k6L iۚ OnwΪx>)}nlHHԐOVs1/P$fU&i-&!JG{W>t'ɽ+f%FxZ1BC.|ݛ91CR1Q!/mSyqq_\wG:y %8ЌW`^ *݃'~隇2 V`vӢ}^ Bv|}Ʉ94%(̸@QլbPo 7M3{\^?>㼉Pirv9z2 ~K(E&9wd\@z*~P $I}Xp(%J utkz$`Ϩ1/TG~r\+h jRJHnVߣ81w2.A{  ӚЃwB sCs{ @;SA$)t;3WTqaˮO^;W_Z`%q pG( yb)l_ a=B"oqM@j4n3Kgx0}:zru;k<P+}gYF1/ 0Ԝd1yEcK C Ka„4G݄8ZD^7/1Uj l۲=c?TV= O׊O3q28*;(,/1\T^/HF} %P7"`4T$RF\:[#.J#뚏҈ W ,KcmY3ciQPM ~?]3@(pt Fqs_BĠΫ#t/G96[ M$ Gs7uAø M((Jap4]i6 Gzf0<'J7b X~vXisVI?[)7p\H7ՓנxƬyRIZI*nUw ΚQaƱy:1#T'®笴k9F0JShPaCN^pоCD> Qv?-6zuqk02@ݜ۵KaޚcHO1mb?ׯWK|@z/K6 endstream endobj 245 0 obj << /Length 2271 /Filter /FlateDecode >> stream xڭXm~ DN\ޮ(mz9lpEHiՕ%ֻ_ڿ%K> Xp4$~* V,*? ,V4U|`'{u}€eASQw_w{uYB/zzSjY|$ &ݸw 2WdBܝ2N% SFL(۵zpt'?Xn;Up4Vkgg*uxye};bۚ@ve+`U$AW[}daYso+Xq7^^F"/&RV8UE-m%-@oSOfg! V7GYȷ6 >9>#pvn OݨQ7p̓ %%Ի`9z`P(nTU=m~ީa> рqC62陦nk5V5_d)g#&Q"Pp\ ]К)w{|pxudF^M i޷n򪃾܌` \ XN 0c$n@mjoCn_4^u4:4O`c8(M&Z!…푬 ,""Z%SybgL3;D@>[Yv%/pd뚝#Oe_',~F.ɏa8[,ǣ 8pӢ<10Z^%Kڽ#[w4 ʁ&*vBӦ  &5QUXZ/a_:؊D45 =b̊s7ypM狼v)pSTֵ6q@)냖erTz\ª j^Z:iRN ҂p[aiC$ˤq< ]pvghâ W. e"Yu_;"@4)jxY:b91eC~7"ˀ#߷$98DJr $%iSm9 ڱ_Gt OsË;,Jg~>bwwXg[GYh'|1P8n{-f1ꎞGSp z?D"dEȏN aInnn=4biL&ަ9:GSx"hdp6S7N;(ٛ/2cW4eG K3"pM&y\"W¹I_CǮ Qu[Qxu0&\[;%"[EWJ_""XMr*!!R1H= h>TVﴋ*J0Nz`-|AS@,Ў.iTMs$o=ڸIq֚/mi)J ;\"XcK#~$JE[6ʪ;ʼ,0$uO]$bՆxv$}_BOEʱ e=rrD ܥlgŔlUQsC%rRWw~XE۔6׾zig ~ (۟Ӈ < wwݱEϽdg~2ku-60"@d@"]-?)a_4;\4;0=c ڍ!U=tֱ@k\/mK?ɵI8 X3BPHw4jBn llIs{uYtB3v!D(1׀7:8J=Y Á类gWܕ):9#wJ,aai0#wD$Su,\j:Y.? = HcU'E0K? :dSG(kU8\]-Ry-q^{e\؎H۾"*HkԟIY&' uHl-jm endstream endobj 249 0 obj << /Length 1063 /Filter /FlateDecode >> stream xڝWmo6_a*awQ l+Ő)+6bb%il}$KE=dH"f %\-3Vw Xx\dQ !'dZF7 #X Ès|,BU~Ɋ;x # Og؂ҙ$4K8"ˋPt,oz{7+Av$xڱm=#lBsVmvY*,]WFJ$"<`* .b E:ۀI^\.֮(u>fƁ C<0DK:ĤYa =C(&-PWkޖy^:cmc'{z]M Y35˙ň=votxzxVk2űW YqДp]myfZ+]ɺcb1^^Dj I'InJS+a"Untl½zM]w 'OkS$پr(6BE i;I܍D 0(Ɖ;Ӳxw t"q0X}[Si&(D9J,Q̊uYUfZG(T" g-uִFֺG&Hӌ(a̚\' (|KK(յ0Qh .}/UaEMU뭁W=q:WZ{^:{׿h2ko\79оՄCU}m3*pU{7^2kMsan&z#6=?/Veu;1X?em`oႿ8lc!V 0?ṏX:XxE<e^^r^g*r~~2~5} k2*ljyJ_?Sz=:I;Tی6ғd7'Ҝ'IS7Y!]5A6C6xf`2x l`"3G)9t}dN? endstream endobj 253 0 obj << /Length 623 /Filter /FlateDecode >> stream xڝUM0WpTPk*CJժ=TLB@M$Z*̌{p8XR,rVڱ8 cxs$w8o#*ɜ[b>&qBfR9g #'YƺUVw ?.DOF@}01:$4 0%8W:Fpv&No>@B70m\'w 6+=o Mg'HyykMwn +T) s>~pÏmSbCJn҆tEVTmnBZr6Ky&~Q#jJ)!&<^ځw㢒Jk]a; lNAot=)N*-Eg" CwMp)LBݶ*6)lP&ݛnl2F Z=ul'F=j))[QuF&,ý(zʕeyQvgYz\ƄuAkOhR6@$L,rWÌTca>yhݴgB7B/ endstream endobj 270 0 obj << /Length 715 /Filter /FlateDecode >> stream xO0|xJݪ=Vܪ h PUuHBdž9TA/8$/4Qu9i>|8na G~9{|")1rJIS-7HߖgҲV> stream x=o0w ofl)2ڊBl9p"=To3c[Ã){mޣ; Lj:ibͧ? rF):怔߈~٪-qȿVk&yW<&`(%'*m%!݇c==0*o$RsU0*5HF 3129i$*дpX[/y](eAp` o T[C-ƝQg*ݪvÔ9;CwQ=rcUew^&e}xマAA$A(K3)-:|V 9[}I-&3lB85Vap nEG>lrS'ᒣGD e:.sa4E8مsqS1#Ǥ[L\L=HYK=nz[оG>&Z_Pb V gj5+6Ujɱ>zWݟ֧_,GyQ4CSVx _U_2 ץ endstream endobj 169 0 obj << /Type /ObjStm /N 100 /First 865 /Length 1581 /Filter /FlateDecode >> stream xYQ6 ~ϯ"KIIáPЇuIq[si8ud}"EVqE]$v:(;եdmp X'Jrd ;e2Y] YWӕ*nE2Am$KAG`GIXq+ŊXS &<)`@0`Q|9|FD=&1& vw (bnSM\mDP2001HAEuTl }=llZKl)=&¤"BG1%AFf!̟uL$KqhwA 9 4T" n'A+KPɸ30 #X/pʰqSb[ujNo %*KF`p@1c@uC Dl|2W) l>a-* M0Y[>[k8 )8/ siA@|E!0e,3 ۚ?;ɪirv6i &k~W-2ݾ{rQ+s>-ٙk΁,e34w]U&b!Ӆp'y1pw7^Nc:[ 4Ϧ7M/7W? Px}j^]Yj+nȀFp>]rE{if D]]dDVE9h J %(ݐlN9l}p>:{ޗi5q<tArJc)i72Z .9䖾nC3ʋ7S}HHE _iv(nJѵktR+R*#:;><N!eA}i,n]SDzi7;2j[:qf;qu,~?1E{1[cVn<_^/' /M%Lfڪql8 o_/~yZ➻g?-kx]|fLm]z3k5d+䗇C/8(u$~3 vWGM+ 숺ae+*<&غQVD:Ї]Fî`ߗI}I&űӀ$!KfS90s ZK|VT3\8c rq2|ψ" Ɗ*u.Udr"s5_r \JDK38WQ)˝^/ܵk;_khԵܵ|ݻl{h+~򌔠,Z͍ [- wc?_`Oe J%G_lUY׸2E mU2⌎N% \Vr$-p|JR/ VSBXIeAURb=l$! r,u YTAvtt$uVey{,ԅ@ॺX=%:C.D9;Mݗ<7+Pꁅ,NHwnJT{N觃g %}.u/+{FK4Xpz ~Ak9 [g ‹ endstream endobj 298 0 obj << /Length1 1572 /Length2 8233 /Length3 0 /Length 9268 /Filter /FlateDecode >> stream xڍT6Lw#]Cw Hwt 00C7"  ݡtHIH4(-]zνk}ߚfg5  (j)B|8Po11K@ x)<p' E$A"$J /-@CqX.nP{4:8(w3 Z CF00@ !"rvCp}; b 0@ 3>V/<`P0  5:._ƚ w8`  0@GEǃ6 /y0S9"=4w{`7;;Ea UD8;C8SAcfo ݄  QWA= , *@\.??].& P;; pSB=b_ݠ>s?>Y<(qu ? WPXxH/p0 eWnUØU{98KZ?$& ,~?SG R9?j3i==@ 55 =@k {PwVv+ɍ~ "ܡ/P@tvzx8Gy؛N #l/y$ >l-|pǃ ࡹ@ } BB~#q18o$#`eKz~@ ( >P~_@*ypFC- kR`O7/]@| `iX2̱&Zƛw}Dzu$έ3}v73/]Dr ;Mz-7V-8c佣;{iy ~ܺ;6!kz^xVfa(bz]{'7o&xbM|d"9!:=$gH ܍*7.oPнʌdh_a3Mbƿ4LhI_S1=ץt zNґ rGl YU풫[B.o Lm:;vڹ /U NوR _t*,J]-Q_!K{H(9Z36b}o)`p鹿CT)Bހ5*4 ӡ[St4VBd\TjfH,~dYaܸ1/ܘp65ы2tSـ,,"7x7: [fZqx_.̮oo0C%3Z y;YIvtp~aLj^H8eGEtOźp!"\G,=jR(5J.V4VW ˓|Ŧ7$(o-$Hx`cZ=H683f+z9S=gE_62k蝨Nm}nEgǽ6UwʐepN) 4Ln '©$4W^hQgtqdG Iۙ{eMf"cH<VYg' l(/;e}4Y C~`jn]zv>g˓zM_=$ ikkxcޣ]s~Aa_ tS؄eɝsq|)B-Ew-)[$T=}n*rL^:yWBkHLRXʐR`7Ru|ubWDsC͓ wo q qtޙb4B~G!Sy{U4 Oþ0 ~40ʒ> g&Rƞ([/x;I"Fe? ͆7`*(Jbᚙ1,eA$gf"j y:!0elw:_+\n[Wes>, r5T{'rSXDS^>"6m惺"2>'1/)hj$Dc`B)Yc5Y%ܻW{c&?Amn4r:H#IlaM.Э\K$4{x@>2X{޻yssotu38LWnu ->yiܙys_G=7ޘ֣R%4]1HPWf#5VXbӤ#i'8>ȑ Mՙ+r (hF\w("ȺAql,_1Tr|^@߼NvÛ$X`=W~zPEM;zܓD]ՠT [I:Y%ǚa cqY;"ag<$*QEqyҭ=TI;yr{nF&m\' g?`0kCcy =D_VX=")ۉG/fSmɂ1_0uR ru>!$kZ>`;(5 qQKtiv@.W}^'L@hAoc]IYo򍩒H" }%XD1茶 u~OCtܬ46QӥЇd7c3sfԋ"誯 ~uB@@8vV/03}J{ u|#wy S YB}e^m]d"w.a ޞpYM^ZlMV|cyTt1yl+[+Z~24Āz>|B=[&_Lx+nNِ;}F|35d gfQ-ΒwzHjDVbI墕ȰR> =h^j-B=Z(ӽDj1nZWx=5v1t$}WM~f/X_sx$ōQ.PQ$ qGx[N@ 6Vji`<\\#WJ;kٕ'v-$Xk$rqʼnaeoljLdǍ̞neJ~O-`zrWKN鬕+:8n}|{U.Vq>-{I 6.0L{[!ro!uv%.\xHP 6 J!~ٹuYYk.]:/'zzE};c%'uB8Ԉh0 P EQ^ `{pD!]g &h ύxXk흧ط$cN5y_= ǕߕIŰ"u;^"_$nXt^ؗ vS*dh*cr\/I谙ۧX.oߦ*nM#rn`S}Gv!{aL,Djek}ōt} +Ӕ  )0F$ɱRrj*f*=Pu܍W};Qug?kp>j7gQ:"7f|RNb5s0CZEMJKF3$Dȶ/BeZF %_bf'.>m P?'y8y/\"08<+;>GMrnn+9{[Ԓ N/>:?<=H b伌m{}zXyٰ+oZI(=;cR2BeG1ou2_ZJz驽E]sy?otKn]?8~5;BE/l䘞݁ع Qy SY#iOt+ &KQ*U'U oLjI΁7 [#+\CTVKuW6]~ĴSkٵg1cMx73zt_k< fĔoc^HO-v+9|Ut5~46v(Ӱد ͚ ߋv㖍R:ېkS1.w6,؛ޞ&Sۜ=?rH#zwC\wUѶEөl"l.~"ߍUwWڤ<nEAB1:cN6kL.c}"eWl9S$*DF7d |**62LqwkP<;G-v,}Y)~i'3⟞|'SLSҊ|T쳹|TWJtdfoGuuĀ˝Xg.OfO ^Hɓe3Uν5ٛW~&rb(7Txy8[]א坽g39IZ6JAlyV6-]V޲ >?r3mS+K=2+DcM8Ok y' LVߓُ˾=/}NJ+aQ YBpI.yP@o 1ygb`|Kh$d`^H3ĎPagδ9,rr귨)2PXs l FJyrs0E1IcGS6ӏ4QV^?'I/Ҷ|-gv{덏ZWr #(ܑ{>e*׭!ىG RvZGFKtւî쵡zxi^]kv}A;zUG{q{}%tCm/~J,L^䱐(*sb7k(d"2hQSvo!T/MPm+3Kt GE|d?L{WHFE>O1S^wHqlTlep'֏QC"KUXSr2WmEşHQ &J1t|n(*s~gQC!Y>ѰQþOǛcޓ̗2qX89,Nj8UW /{eS9β*&:tU|)'H1b"r +?*!%̝Zb\<ڪR,Pd8iПw5s['EWE/4aVrЅ0}^rOP~0YCE̮B{HN~FlF*q/X_y[5mxMS Cm6+X֌t݅N|sVeV;jun^A+uuBty6FӴ_}z q&ѾqT;{/;f ))p脜3p"V\z ZsGnDCV9#yϊh"v~W$#oUk)yf0hnOԴ*KtmAx@<91;yL6$vWÔ Hb%f^vk@$wy4r}} m Rr>%_7hj^5V}<' w.~aq^pFa n$9&/XKb9ùK(6@L/=NW>Ɋ6VqmLVo0*1u؝sB:i5S)Aff(lC/BEe`Fwֲ0%rFGPpYס+W[Ic?cX/ *rp)#vw|^(vm WmMDMJתP:|# lPDZ'2/xh1Z0ǽdN;9<./VpIuKiDS.Dq[i~Cv*g ڰ .?5eCMx`2xJޔTze^ &|m' ) T x]MJ؁+{('G @ˮ3))E{k }# $,Ą kOw*%$lMp(C]ٔJN,+nx^5آEH"Ѭ :#{/>^ $#Fiޛ9 L9"hdz\{h9AQ.Qƶ֠pa\݅'|-xI|DvaEڪxr- ZD\ **viqKҢ'z+ 眵OҙͶ 3&N#"Ń]c$)vh y\=G*: FwqǕoXoKKe8XaJ%vq3{ 0sf%eW@Wk5fթ \b"=n?l1_HޛQًxB~gĀϳ$>zn:,ϏLsRO@ Q:[ZXʵ"dΏ⡧gnGrNzq aȥhR!%mFe"DEX8bFubdLT.Awcؽء" zF|&l8s+P5!+$@D>-J`njC;ѥ!ؘk}rF6Vtj^(mYR]CG 8ߏhfqTYcSl1a.qb^ VdNOgdpw7w95)ɼ}\u1ֵ3K~d%򇙬JO#=]9SlA2O^ǒQh'qh;@*DTV ҫN Q@GI7! endstream endobj 300 0 obj << /Length1 2123 /Length2 15023 /Length3 0 /Length 16292 /Filter /FlateDecode >> stream xڍp 'VǶm;ض8`b{29mkb7s{Y~ֻ&'VT67۹330>ˉh2XX`U-]lÒ-xa h!5r0HY<̜8A?A\F?#_g4d0 ?1( Yg #_z{W~p e???BۏG?9QuKQb!OBsG?],G.p`?d,=?ya wY$W'ɿ-׳ .ۛX i{!N7?CJML]=hN8yyuGVh*%Q ^yjvqX >оϫz5X3h4y+bڃ{GѰ=jij_tgs3I ] iP/XlHwz!g .? \pTs Y4-NŤ[Hwہh#+~;4CQ۪"o6Uͽr,nwr[wKCs!>~N{O+ "Ĭsw\b}\Gg|&X!+CL`yWyjY~WҘAܖnhb_&"Y]q/5B֊Bw`=%OsCPD[c IS&-enp҃P8eVfkAgh^P$s@*xчL@1EJs9_!r4ޛ3sAhkg`هIچɃ٥%0⼚g8/΃'*A/dTv!P S.~6 Fxa,4,:SxıF/UCA]JȦG7 gn8 T\zrK@lt]p"fk[Q0(x3^т]o!eI& Eō[|e>ϗVʎF{9]LyG#⬞f.:vK a]U˒ M(~=]rlsvgۊ(V41'91l\Dq (nVuo@GWcmNb^O[u0nVNs߃ ~*8hDStb,r>]>) %[wK>Z ڞx'+c<̼y9x)3j9nԄ= aK2d80im:V)kνX3= &5P,'/ru(*ܒJ_2n$_tÓIw0tB&10evU *p5(9M޾%0j.zNtwaC_W5)xS/񏁄j 3q-CHB Ʊ>w$2_e5G6L}OɱdeX֪7Tujquv'/W͞_Tm0Z(7JsO'Q?v>vҢԙn*5uO|Pၨp} ")-AӂCLL|X.d4y|h8ga[E+H+b=I1͉S$s$cANw_ݥ8F0PT-8g24.HI v,zU·P2}97֮tP_St쩓=ɏ:gMGpin%{ 4^OvL5d/=JUU wH$sN 6TM82~b< +j׎g%)^u +Pk!Vq^cDg*)@R^TxkgΉzL0;/MD x!t[aGY V[mDNCAl_|\j̟vmMR*}WEMh:w'i0dr ]0cÌU2,ޕKKwhގD|O\_F\K-Qf7(mDžR|g1gzǘ*dF>[ ֮ȯ<AďRCzXћ|hD>Ox + B}C}N1;Q anVx4 & g253m9y^7cN>YN[ףJ7.& bdZ ;ӢG=;gd<$3r)uzk&gy1G..\ȓ]\)d0j*q{o,gqk/n0fb}+1@dg䶀1G͒KFz8vR~]ՠ+vvA`sKc^7|jWnc$!AsOUr7"Ir9 riC~ڎDRydEٟGT3h<~=PYfigEπ/+<'TݶQX5^V19ȀjAwoy%6quͳ3ZefvxC mqպcpZ4"ԗ YVfiJYXopSoj0쩸/fr3tg+cCCSGV*o^pSaQs Q[VX0%~^ގº d<^*ҲkVY}I qӪ~2`OLAҊ~T~n$x`AFȋ?Kɿ2ClϻA2 qrJc]߼v[m+/u4uگݻ8vWҡՎNslm;߱۰3+Q VBI*ϔA+!.%/ u~@ pgͧ8Mp8oD.0lˮ&x*=+hU@5(X OQ*sB>TZOguQYQ~@"O0yqu/O4C vf!kdA{?xPFcX-+ ./zX>3,N 0 <9d#rPeAh#3zO!]Mä)vwh$Au:P]2ޢ |U.rt9nIlg-H:R6`QoR]+F2Bdlʱ11J=x»U(X󦈈//Fbbl$E|:GC-i֌,R ֑`|"ɨw>ZpU6]ދetw a(m~bFbqFȁssSeitoƠ?cm2tnSW*vBS30(C6LKs3tB:32Ʊ&pO*D,f2ݭ2ژG'ݣ,(pkY+T1u _uǰPs&~j2Įz^)BG1m  7jtt#V+D|LlTP_vk~MW˷*^>ӿOmH vE IW޸n 9a;O{|[WIœ箕5o7e|Zk}yw.h'ηk&[Hv4'T2⚴{$K1( lysT3=8=VH{[7wY[#A;k͠i䈿}֗|0m/ IN(OcЍI(!Jt}!AWV6ⵢp*0_?S2sCD?+" oe+Q#zv%|`(F1һ' \"2h0]tJZP|W@L)l(X_,jE!9tT'6oW0ds:Ȱm~FǕVϦGiz:o?t:)HŹ,w`3OAismErMg 슔Bű8l`a^c[-W\:[1AU !T.,gN#P'>I@)]K9FxJEyL{-)V(hcȋia>C @~t?wN%v~A\Q]VҴ,h-g2"*>#0YrBWW" J!AũWb $:ʟpZe.#Z8WnmءtN q7xHF$.VJTm[D i͕oD [ۨ"à=DǑκ Ղ4q4ذGm1C]#9x`*ܳ)yR\FZ~A/h.H\E/I(n[::ޟV1aۘ?OjI<%A[6N38=\h0 k 6RȒxl.Ѕ26ĖN($MAE~|0A, 0Zh^l-coApͬ"{]P,a3 6& mkq:dR)K,yNQM|Q+~3(,Sd'6YbM+@Wpz-Y% /UO}PMHf /üB%>oP֤+jBšWTvczf OWlwoX {1L$# EUJ˘/E  ahr21x:ҝ4nJ"w&nr\ܳO_nuw q_ mBiH `jCշ^U7!- JKJ_GViēm`jY;d O %Ao[GejE<^Ʒk;bGVdTL+PT7Hø 4LK%+q=OBܒ9YnZ1or_R:xS\cױj]j0KA̺'[;87lrtFJ+jFjeSbNE)0߻'m7uu*'&%}a2g#@?꾆 ѽ{Go;C>73m6(3<|*(aO LCiqK |U΍>a"rcKj#9uԅN$s8<!`y!t2h5w4s"OV8{G)!g!BT;/π6LY>x/wq*na" /"iL+u Q,asIZxnU%5: r]{׺vEh5(=f*ÔhIeB-Mm?*AL0`l.XꋬH'n~+$Rv/cW$ MlL']ip&1tn_FF^ J?RMtz]j9c{ED[/|[HJA!LRh41`$۠wg.HM 0*b;MC(ԩh'?`+^ˎ Ɔ5%)f685b)Փ, 5!d? )A_M]-vcX% Sˇڱ.ibH]XƆmZG+^wu`s0|ޔy8 .Az8 "~2l Rc:4bLr9$Ide[qK>FL}Ζ:!W>W3 ר]g8Ҧ8HAQBPze+\Po";ښQ};RN<'.,Zv-)XEes+LM|PJPLa彥Iޥ-0R&AY+m %^| AX,Íb*?[4W$giu eɪ{r\*$Z]m.I!W+~;#w+ݭ;:D+*)i!r?VMX؉xoTdn b5vfq6ZwO0u3f  ❖3=fV^ WlpsɼjWA|"G"wF14s9lJyn sGLIzk^DavΉFC'I:]ڍS_o$CKUc<^hⶤ瓗 $i KR[Ucy;`S4R…6i SQG@p +D~ջ7XJ:L˱wF1]νodƶwoU,[zBrFo.νNqI+Wφ0.ޖ2v4P_LKi)mEih Hpd W5fc~? aAXCs&7( Cm߂|c?_f+Ɨlt]֟5)DŽK {xt~06!mx؏?qO mͼV/+Ty8Mn%|)&-BT?8;*嫄.{S#t7R/|hN3k^#Dvm4cSH^ۯKXS0{y^[p};L8[ =H{3 IA=&qb!!y)#~G AF7{RGw;rSgN4 ?2EQp=o?"w/jSOip9GN|z4֜5ռ?$ڀk; ݙ9MܫZOmm:߂bq 4Cﮫh'~o/fT|Wo ސ%"6BG$QO4ʩy,/ XO(^n"'!Wk!pyؔShEz 9ˆ }z;vR޺aU3$ޠ8և~Q`P#Zpqv}n]O i>s0q2DbbGtTO2,+=_bAOo{䐠$癗ooN"i r7^.NQƱw~94(Ru:.>?q@[tXKg'e0K)aۥ}Im[8_|f6cÚ;7Q4 ,O%g7Э+7їf n=thN@@,q՗X<{RN )>B&&YlE:&%„}#T,R?`j8+K|-8n] !!L ^]R {2~V1Gwu sGJn /yZy>;_HӤye+:+Naf7 )̂13!И-!3pWg-DWİۚ0eyO[j[XveBjnYCuPxe },GFʮgq[mF*C*}3>x$ۑ|E]U'{.ڼO$Wj`3"g4Qkmۺi!ʒ!3.V9}8] ;~YmLVhY_s sɡ뎞f4x>C7給ȅćljm&oA*9<GG GНt)H3ɕ1ȹ~B0rES4?bh|$OYd=jB8 `vBlFݓ¶uM<"\L"\-lo Q{/Պ3r ؊ `fUL\ٓ%N f@&5srOnBFrr.ь8ܰmԈ/i1^_ ,FƮ/|8Q>2!tē7xw~5w:y/dDO;1EG (#VI6@jyU+v9"F+bWR=Wm cQ VfN5?#RooTN_&ՉﹾJ-kgX4[GĜKϡL{dqɸ$'?e 89gPP)f'( pgXi\mA xUt$88,HKq3igܧ_h)6mWApp77Af83hX[r{tʌf =(G !V9_*LȨz/[󔝥>/ >5L&C5ܞ~3^k( 1ϥwO+.0(!Mи/j>oa׮ar6N3ӜA">!_N L$>twj~c&&צ8*KH{PchOVt4&jVe`wY K86LA[v3َR)\S{רVȲvp^?E;r5wCP6x2{rnߨFcxb'zZ,wp# J/>=BNʑO\&?ݧn56I_g] ??G$,FqZݑR締9|.k+IJb@aeN#4gu0MR"%w_6kBUIv>ia # 7T֧_F4-*B)fWFcNJ+Nx( @y96^_X7Ʊ3N]Ipn(/[1(lx/PЯD`oEIB4_g9G&Jp# f͜1T Q)s$ GU_=,ICiYVg!8. ^- 6zWtGVWW]>vfΜh'C18q\}0l9x B%ۮգoėxT@XNi@wޢk`f=Bݬdj)q{tmN颟i"r'Hё'dglL( 81` kxL#+ @\(kx;6·W6ĵ`P*6DwGXٝƲfsd(&zKtqF7.Y5!0빵(/0=k'# 6t50Elwx| c`$JwmISDJ'}{1jFb?7~ bJY7ta^Mh)v%D 3inDD ؞*)[x&^:0=#^%'&#"`uV2OR/M3ib#`DPiÎxJAʎ_3fll惋d*GKy9T8O0P_"jgEש9{ҭr2BRwܙ+:STʋg{079z endstream endobj 302 0 obj << /Length1 1398 /Length2 5888 /Length3 0 /Length 6843 /Filter /FlateDecode >> stream xڍwT6 RDJD`Ih"^U@IP )7*(U@t"EEEus]Y+yg3}DH 8!0HA 1aHm, tB]`1 XR|K@0@Ujp,[ q<P> [܁Jp  A 8G+!#4AAp?B:phiOOOa+Vqz"p@c8À-!? o    Gb .H$dh poo } BQht#\@u]aNA΁, \ v!@u%# P  c.=!\ru#qXy} Jwo?uF<>K$ ;Z pskT8Hꖘ{AEzῌs5?4 'C ?,a~>i0; G'e1/%@?0tɚ0 oik i_FeeGHL($*AR[?B_-= x^E]>?ԅyt+JG(+"uw_v߀qExA# ZpwoBX%B`qao= 8o֛/  7Da_6–A ,M,apy. K:ԐP|D%$  I}5~("D.@B~@{p>h )0\Gl;CH˿C(LSupA,fQ.axIg`Nmnٳ}j8j8W8b.&q4=HV.]"2dmT9tpU1DvH~k{eI.#m/qMv;L|r}mΩ#z띦dp;W(NMMU|:Ϝbtz;+s|[K[7xo9&G ʩHTvIC|>ּ# zvXhOw-wzrK__x؇7UL&ɷg52j!j)b*_4};9"H»{>xӼVeI(d }4~f7&XM-4*Z麰[`*+÷J|@(% ~$Y6{8FTh'm7H Q}? NеxgWė${򺨈'~7h*NǛz}Zo- ܗ%.(8 ]}D7h-qtNSNHK-%r·~s`eΔajqfw]ͼ`a?y'Wf5=uA_pb&Lt3ZEوwI[V9\&k۵6ej?ڶ:={y7hjrJ^}J#ICH?z} x"7_^EoϷ+jqI|z2CMa=~+x?.>;B"nL~~{)04I7rE]hzcgrŞ,2 v@ߝۋ}EGL.՚~E}3LY]π7mD(#W^11zm[y+` 8k1WH`8"p!gPdaO|Ln-&텇T}W:UV;Fx^c~VxZe$2Z_,SQ? 7JS"Œ-gSowe?iލA_Wg :NSAcg3Ւ>xa\pѳjJޢ2Ff*hշ2*Dk<ꖼQ!E L1ȯ-6;!tKrJA3q1"< ֍} ӽk~;ٖ 'FyQwuc[ęTe,\L5zçpә1A_k`u +)pF'%Qc X*,rXgH;u|"WQkGb^nހjO"5GSvI ?Vy;Kʯ6yJb]LJМmP!G/3$$ג?=`Z@^ҞYXQlrgmVBnD3_hab؍$2J8aڗ338(3&t<3F]Ck*+&z{c1It×/-tӢ#Ku]j5kkw+Fz\@d)ڤn(Y[9n/G&FWc+ږL$K|f>Rxf"H~DA=45pQB;܋\MXo_V)ۙ*3ǚ2܎Rk".0pLMS^a $Ia/8yM+2Z@*a+s^mF mwܹ=zj7g([f Z˻L1dUOǛ,HСdyAJzKh(ic $U̼{-ǶSr/Ȍ:}: w6D?~ر ynK69i@CqgUjP0|9mR֢(+Ei1 /Wf2BjC,! vf$*~MlEMp ,c-pP܊ZbEsyLMt/|)|up`fTbcχ'~kB?X[_lvIQ&"BLcy˷YG+ [ {R \[ĮT׎n.nr>?hju:#QH9WbiX.JZhVpi2/܀SO >Ɇ&%L8,̑ %2s?~MPJ.=fAH5$`UƳfPRIŐK#7d.=xU{ȞsRA{^\m5Kg5TEx NAu?&u2U:[C393֌ |(%hqX+ƧfOJ݂Hms1JTe fR=]X~4!Zឋs"H`{@8.!.1xU:A7K,Dg'դ[=ՠT 9rZk=$3ڜ_%t,IѬɼ3%jb.ڸX(v[gT]FY[(G옊`N8*6:[zk\J];t?sU֊$39;>|g;VY=Te7 2N %_ivM}ݫRtSU-(t)Fq=vʆ9r,ݤĤq8+R}ydvI9M9Le3.jL=xeAVsE8.U\+JNp{cWz%nP(/zu9˴I8d|9.ҨIE6+]rg ')CXQ-xߧ~܌'aNʓR ! UI_űY>VMh#w(o9KӲ)@@ nK!a,S4X"ϊ˯F'DXwooj90a{` L/L9I`5U-зݼe{/xQez_n7<4mtonzC A9*6's&lxE+T եSkz.޿8U%ha誹ȶuF ~@[ϥLnsIz-qeqCѫ\<^3e~F9_\4 t8Driج}5o$*'?x"T1UsH-~^+%U{p#Ywq&aP⤉%ŲvTh4avgja`6]\+3ݏGwsKt4ljnvEA=d-[StjZ~^fZP3#mq7%-N&FCAx,6fD_ZI>_׊(fF'Q ԋ=|O{xJ_uN+3s0j?oՠjO޳* 2]Z d+_?xD9\WT"ܱeuWKXaC>OSzx'H0%/ ~Ƞ7W gUxkWB=p:6hn?9G$9%jJ tn[(k:b\a1=RZ߭մ)y xe+,t;c"[d4im35DcF5AH%DQtD!|  =Nݔ#0z#qЦ-//hrC~6~;G5ֺFMzIBg#WOU˙i.&?pg6сJV-Lt8<\]p_Ĭos&,yxVF Gͼ/ 9Xh%k?R+3y5;)y0\A=)d-*D/RdL}T16SI"wV$Av3/QQ | 嚟\8ҊA+}hPnչ[|2}u^c(h>H\I-uff[`9£xUCαw6z5tz0#Kiֲx̯0H38MxmL}Gv endstream endobj 304 0 obj << /Length1 1398 /Length2 5888 /Length3 0 /Length 6843 /Filter /FlateDecode >> stream xڍuT6("LABa0$[mlAD@;%$DAB:D3~{}?};NV=C~E(FAB a0mp>aH4J!c``ަ hPĥABB@a!!h4P삄h ༏vt ߏ@.7$%%+ !`PC!`{!K9J h \!0,  ;&!C-{$CQP4T:PZ|? ODHԯ`0vpܑ(8ij p|@0 Ǣ`0lj TU qX,猂?YvppXvEy}E?ǀ:; N0u? ń$%D$Ł0' Y ivǀy#ma'00o Hh#Q0g1H7~ , QXPMOQȔq*)݀" $$,?x;bQh|~w.HG!'A rt !1! _!7dwloH{?x," -*;j\?3Hs4~egZk4v/DiўvI f&YwT<kGjDY icx G_ + Ʀm1gj 0DxQt_Tո8(/AZ(iF5,]= 'u%/ &5 d Uy6FOl2:T -_ܛ 7"BPpgt<xGBeRIGЕnlx%l_lq Շ_Yoz.Z\f@n"1b+;4Ij!#] .te& <2?ċB\ITj#$>嗚 7 4U[\ݦROi͌%ZzZT9u+^Br4)O=_?LfԢ]c#UF f}d?f|/s/sU{@Rcs+aU:h;\,iX RRl%ux1d"%qMꒆ|KYff$e7Qk.a+;z TL;߮QVz<D,2N|Ns=:l4`Pxo-Wb.;hi+> ?ɅŶSp.wnCe`aPJ^!M$S|{1K gwY2\ =̀|0Be= ~BFǤY 0GFBџŖLUT}N^4\aAT|~40l3ЗNe n]/a& ,^/+z`[,;_`Dy鲅]sp'JUfԂ)Ʊ'oP^&!`#qNOMUyI+PNqahN23Agc߭]'>)ҧ:Msͣc`D%Lu%K:Z$nD N=^$cUE ^q6Ǝ]9k-! >iV@ے U9](WR(o|@"Δ9K̼k7׾L8>׏ayi0Bڍ OEgKׁTS$< .~us%Ucݝ1Uѵ_t J,j ]⃒p7j]@bpTEFN_t$` gaI 7r׍0oܸeaA5YyPA})~iw6s|_+3<||/Z. !3td#d=?pKTXX-G5L7vp*rP٩NY ┪ůjvONF)_p!*&|Ua\[QV oτE\xAGrUvB=t+bŭHvDfhc_,!B=e>dj?nWɻ\ZKk"g%w f[0^ň|Su_? (51zkEWa|f m-8R JڴR3áDb[.ʖE?hkoAXc\fV^,Ztm^qMY{籨|# $ *߭SR3a20Oh{n7}ѨD$q$)Ԃ;G/9 Rڻ^ *}<9[fsL^`-iwmf,'<@{ +VvF,(*Cdg),VcW 8>S) Gp`VO*>&%Omot g_ra:#2"Ɨ 97cKTܣqa^={rÛ iPJ6F[Zիb&WU=B}k--_= .HF,`ZzWMWK'bV[IK_ica9 ,Jh~$3^Õh֧}RY(3q]Laբ0:wR]@g Dŭ37AZhx*l?T "Q\]|!hΖkAҍM$C$Q>A%~bvs#>bR_7T̿xEǾ6 tk@Ԉ1:cm$i9MU}-@3?nx{W8M H4, CY<V('^u}gw2MlT>8=z]0lFڒZR)-gB(V6ne-1NL{c#lc^ ogeծ~Й;d<ܩfp/#°y=܇Krɝe#cMZ_)GbNrZxYr@zNM_L*o\/iPa T+L,iNUuz6~ ,כX_*YU-\&,X9u{ՋYta)L|@!v3~4Y];-=TLڿ ȭ~)&{%m}܄4dTs*˶A[B=ǯ$ AONwew\rm_v?=yyU?3o$jHI6#d4d]+$?R}Oе`; ԓNp)},츅UG߃NiN3TW$]5Yjcij|ahZ蟅9 lH&n&H } MxHzRk^i>p?qu y*~=/Uѻ2_R˘aG쬶MF6/OnK?}" Q|NeiG4OپASUxtI^¶5fh"s7*=|fJ AȸJ(/BOrgh 55ɌjބI>e,<60)_aU.K/v=PX1,42z3>o$@*~K7}2SxP8ý5ɝmh1>mǫܖ_gy$Y_o(hJ/ȼ=ʢ S ^Y(N6oY~qZZ+"׊ ;"]Pn)lP֒I6djgǼ`̜Yߒ9e!17 xA?PU+ٍDv/G?߰?_j_율u++<3 ϕ-'2ᡟE/ʌTD3mc* &|T-Hyt(u1 6~LnY!O$q׹Z}ngydjDLK~dK$ߘݙP +sXIL|9*_ttV5> stream xڍtT. C "0twH0  13C HKJ*tt#t ){׺wZ|{gww?+g (a(^>@AKKM $P#䯛@B0P@@@(O0#@@ PB@TEP H'jkW ..w:@ A0eqœ9`(\v(?; GJs?CQv$ r``EmP q8B jgX]oBPd wr<0[ QCy@0_@# + w xH0B!FUsJ0kBO1g0;aYՙuq)`\$BP0x7t rc&r;l0C@|6E" Q+-F7揍Y>0b'C/k8?S4P3cp8WPD1/>, m\5 ]=e n?i1r3ysw⿪X )::sa/ZWFZp` }Z-5鿣j(F r0[ yP2b Ep0. qd 1!1jC^/?Pֿ'(B @$c,F(L 3 f13f7p_~"Ss @< ` 8Q}EPI;ڐ$^҉ P3"T҈r~zڌFt3my^J*O#^f [f#xcF :' L]Xw#nXvsPx߫蘊wSUnnn-KӤe7Yy5XAw/s):p5,,Q;UC$νRO_eݶu}(JG„Fs/2?mPyYܒݶ*\N8>Cnw̨$T{';[=l(@!0"QJ?`u2/X^HC բ#f".o ywU\ @4eڟvASe|[)\'F3wbqdNF}֠5,(#NUl`vk,mьH0Zݻ_0+>ʬN@Pف'ooRWHͲhE'B yߘk붲jrճ8Lo6e7:=)hrhԧ'0, 7͔aqݶQ.:2*H%A yoEVd+xEG Ive lyEis蒥ƍ8D'nLv>9QPFF}BI =`b[U|(?LJP=TtM )0y y7{KjnyzCPfEg NC )vFϕQ;݅[ =M ԛN9vy"V`̖#,Z&8E}冷QO -VE\ȮX{8ͪ7MSgtǡd (5&twmx X'+JɣC dY;ƹm@F!7 wy)Fy~ d!$gdNZXPW܏؞BLƷSy:Dvjqc/I/}D`wֱc$;=X7\]8%At| >;5m Q??-z+}R*^pzmx̳!xEVm2ӊR5hZ`]0C8BXKwSP=ͣ6BROLVYEnkD z>rLIsTKX i|OXIz&lCڷgXOʂg'[CCs& w?aIܧ  WEM:&49R#;~WI8aF J*סsncij?UKCJn;.ѭ wga˕Yw.${enj+ɣgnMȖ 76\*=*Aky_cKӟG|#p*GpiK/pIB6˾&g7q1 ̗~z\| ;$.ĵ2TXl+Tk6K ʉظI#P7m\~ycOLmAߢ=>*˝'![0@OS@yLgJ^uBt|P_=BM6ơ:FO{%sQ1݋1U3׃C]%yTR~S˩|بjEwߜxA"FNXJU,)1s9 K( cdBMo[U &6,?PqkhpnuWo62m0z0Et(8MfK75sY |{P+ڴƂNu &՗v Ui27qd{s/^W 侲O,jgaLX~)2e$`yL;oX/*ŦnZT,_"F[|8W&4DIa3Sz.4nr2cx'oٝ¿r<:q+.h$8*T7؜|+R<_ 00oĮ?*-zvSmȃ1^tStw"V?H_ϔs_ &?YSL 9ڇ;RP)39 JH&l7_y_=tK -Ȓ,u~kpShRWk5!)Fm_pʩmTHX]oQ(`ŝl?I~ H/LY 0͓OC}d D4M/jֲv씮bblsy`/hWT~W_~0o"K㳮qx3Ch5_k_+sjWЂ|~^FkdnB˝x\|m goWLHf(Q!X2rqjZAߧrM~91"XZ)"'즶(Ir.P9 .6M?%G"[!VɕҒHNow oR_@7|xj(AٔyZbE ._:tϯc/r+/m6ﬕ)[rShwXWKr*wraƛ(USYʟRg0Pe~꿀JGtb7 ˞X1y&pMO6txɄtͶ\ȥ$i48Nja7gURՇލ7qO<ˎ,f(rc`\6|i86`>r%XU0$r| ]Jeq;M6%ړe$ 5'R~%gxiT4b޴?aG\DGpVȉ@ݧxͥ^O"H$g@K3aO}DL=|OA/5*wv?JToD~2Y" N{Ps7>̹JPַ7Ӊt-B`3/NAv⁧9=?{KPe|sL3rwz(\ >'˖O+JÜ 6 .'v䰐*Ԫ͓Koݸ=revy>.$|N2r!"b~JGJtcD]0@z <7+SOX-۴өbuz[M]I&$O.NGQem㸻b>L7JV%kqT.p|׹J4tfI-i|Л J?'`U+5ܥ2(#Oqeͥ9i7ȑ&CN}Q;cj.g"Vj-eUNok@] o<țY㼏-xɾzBh0[XA7ND_Bv5> |{1H$)QKkZ2u60ҽ#?Sh-`KYTQ@݃z>/Te J6JuUR_])Үb;ùC׻[Gb܊3]nGo9 Tw4hUAF깞;džKYjYf5o"AVΟ%/FU%W$\7Fs/W{sܨ/i$p˖&N~ee/և5_(6t%Ӝ WUzMq:w4qFf_p"9ұRVh5/霃I9UMu1}JOT^#LOi KiPex Ċ'3:Ӟfj˭^L!ŏ'kwؽ6d-e&߭DjiUR$R}.C*V&#»'ϻj?NbZ2&(3炟z+G)QDf󺈓PM?=pYvGW~Dbloe(Qg"CVVɖK0]k+M|*_i)f4ljPF6Z Od9bB]b[fx23JtI3&ckIq.=ot3z\7~0-sޘiBfp.LMa+i}4> stream xڌTk. -0twwwwHPݍ !HH twJw7pƽu9y*2U &1 3ȕ `e`feeGҴq#F:80pe`;%@`gge3?@ w]$m]450:ۘJ@{0@֮,,̦.VtWk:*lj2fD*r KWSg ,1\n 3LАS8A+m76f+ /gSss{GS `icH+2z2LA M\6vf`27HLS ݯY~wY d!`o Ohnߓ} r,m@psd8$1ˬ.VVV> 4f^\#\b:|T!,l]f@+`1o ' +x}2_eQUQfu&NV;+גF4Y:ܦpK@%7`b5?_.+mwBnvviԦ6v^|MuZ%ʹ6ڸHx-Tm\ͭޖZN bZ0Gte|uW/|rK)2wuعΦ^! |--1 vX:8#(7Eo `x,/E7HxX,ҿE7bF߈"#0ofW*"^0oS|O7׮ٵ#0ofz">o40s65 [,]9}>UC?N_{߄. 6v07xL]p7r6DߐtK`[6w.X{9ZAXe𳂋nQ?Jwwd.+|Ѓkw ?jp1`'?dGrv_x W~l O8 k,4 #߅\6_6@?Z~$!.v 6pVi7837p ? x@pfwrH@翩s 9{ zgBmCoy0m MRm|cwnqGHW|-q}iSJt砡.1Q8^}| qn GطbL;ONAo rxQUn=e<,lTr+ =L0׊1*5˜'ue"] ]-5]dD'x8 ^OUANi ! h(ܩ ~ nliZ06i5~^$3$TN';*doҍo||1&d]%.=WSc-s^O1rvH# JԜS`^R9@'3c)/.ՂHBH@Ů:R-JIi_Vϔ` 82}GO0琀ѭGesL9@A kf2Ecu| ז w`iNQˍk) A.K&iw/Ms4%17Pe/?b`0JJ;+sq:v>@/i/0c4I*iQdkQofTW;R-ES=$8Ș@`x_{!4Ƅ·v3XPvU}ܛ@kkv~) }V{8%>3par5=mmIT f5f^î0l!5Qr{[\OAvvV fJ ֟L9J6 닆  .Fo\,bAp3 c1NK JBܕ%[dx(m欈Av^q* #*bb+vyԻz۳54: c!yA g4 7,N D޾no1lHD/79 ˮlbn%Ȏb?pḵy$1\ ֯%zSHJx << 06d*Fq0_g/5$ެҒ!a,1_1oΓ_ 2xԌS!:4UxB~r Ƙ'aq< z_uU1InH폟R~ށIz=Y%^O\۵B /[利h9?키iab/>C ZA&?7G ~كUOV&EB$L{?ze G-qTA{c#$C 8G*,ߡ{HrC;~~ɫ:RQX #b0jvNb;o)vjC>mrX#:]Ҙ,MJbԪ" >vIӗ,h➽3R\[+kPi~SnTgPO9|\دwՃuk{\}3z8* %wxs:>&CS]+ &:&7J O7uc((`_fjѴfsj* J^1 6Yz7gh, VGAvumJ'?be!iV.dCc$ƉRNg%',g{c؝ U(&AStl3Qx$x2 ho$@Zu`֌n%j.ڰ\Ay3B@439Ns2!h)UqULI"ckdhP럅'ބSn`%zD=65pҼIw,4h\lEb{~ emYTsz[ܗV4 ] Khn-NQ-Q5B?4Q$=&:_˟8J}T>Yia0d-% pDWi o3⅑2B$em#7]pq=w;f*+sMXN]Hz@g9%nRW')g!!K,Ӝp tAbeJ6Ԯ*0-#j?d2'2֓hXR{գAKp%h4"A\OMGC_;D3LjṢt kh`!(Mf@z>&v܉+Lir֪ȶks&U;}`*?:!Y2ɬ;NtG.uZt>O^hgOl8yOt~XCc/{ӪֽH[a T 'n}v.s[f\? K7:rk A4_EQCB`M[>i#fsVVtC叐WO4}̘4#Mv^5 8Be@+SFlFӒF|o^5vB15Mu)<xM-GlΥXT"n^kMN-G{2}ѓ=lmvv>H[We83K{5iF D,Y^&QTFLKewzv!z؜+a~}ȏ D9 p GA/8-\{DȤ8Nݟu`" 0Biw6R">kd>gImpebsJh9"-f V#[jsStvK^7귺~e7E6m$/}<ͨcIPI0!aG"U!Ur1}puAv';ρot/,3ơ6^~<=0`֕:,JFgN>EN/ھGR zvzb^lOt' sS*Y9w۽ZPS"~b hH:Ûi< mF]\25#b.kH;}2PbWQd fZzҜ-ɖRsl:pH[R~7QoH9W_է$U?(fIx͜:T{]§D(bB($TvߟI`Y)O4jf%fGTp,ƒ*/+A_`6N;j 2ZI 3*S)2RV;#m?>U~AXf,k^ә jl[dHf$ Ĉ\/3&yYy^X9u}s8'Z ޽gn[PaW_>D?jf{UZaE 8MYR6T.DZ9!f4805& *@mE){w+Nh`EZL7uq͜j w ϼfQ7(a 9~/k-xoخsNEx3{'/$yM؏+>d ~zLW y"ա:xaQĜj HiI\/6,oV{[Ff:=𰋴ز=:0#le2.=Bpj<1 9 " ?D&[$9ST'!HNƶjHX MH7n=޷a1YUJ#-jL)Yô~wٔgTj ;;PF$Ç_(|,>;zC$usNyqk^o4i:*)Qq(xQ.a]/'%۝M3"U@Xr] kb`@yS @9@~;*+Na6ɊH/s$%[Bҟ 2!݌~ep{g#9)Q'ˡFbF~+A'&_򎂓)"r2rdFq|Sbqr kYۓkɅ.dhMQ&;U^6bX>O~fOzUѻ+I|I9SKA\$߼*_w*bl̡^( 7f\߽/Zw+nZ&I9#P/nT!l%a}85uqA4wI' dUU5lVT~ aM&ՖD+N>u"ߺ>SXeTeȮ] :p=38)>o1ۓȈ"u李B(nLK߼_#fewyK.OD|k04|: MF {vUs~tԤ 7%,#2߹K.N7TNF,X-Ag#qvQ0ě`zRϱ~LYm^ԱZU&IMH\5?R:Z@VXS+Cbܒ7 '٣?E<8IàSL{vt?p^ۨQ̱]bqƸgc+;.L6ws !WRLHLq& i+-QXTO9\P5qjMce  0ve3!zOeg8 dkKE=uίlv,"{x&hNuwvN'vϓ0_vk'f'~gdY44o/Z=V|c D0CtG[qYG5k,p>/rbgu.!<2,̥֔B/3i#Dٞuۡgb_zv~)l|,#&.ҞE͸Ci q-H q:So(Kr^aƕJQ6A?dn.?mʡ4.I0ƧC|I#{ܟANĶbozS%)&V A24U~{J 0ʄdʮs+(`6=uY &Jkj9%ݶ )2i#.7Rn> FUwڬ,̕3Me954`vJ󙨿:f:`ήB&ayOxz_R8_oo'S#7 CU(Fj0@0m| ykc4k i:I,%QW*#I@oLr!ԍkЩҀ_Q|g R5"ŷ;F-K!5GFzbqi.fT~Š(Xq%1{hitt-4؂u:@\p}2@3fY^ԗ KbԠr3(ܿ,RA&6nn#)\0)9;I}Dg[cyg3D(t K OcUi{7CG_>?^ⶐ) [Z[s=!CR->3e2]}V5 7Ve 9>MgX_3'B >!/Ix߾͚JxnʨXN*ulwW'Y3j ڮR/Zv/~kCs>gELe3@^^8#]GҠqGD$h3i͝] %*["2WpE#7w3Pĭ֌(撵RGMO+Ft\u_WF?R¦ʼ"U59bIo3ᾱDgcԆ +Y`b JQ(Ĥ|Ι-SnYZ#L5hWD.$nl("`܎CQ%Oɱv|ai8@nnGgw#}V`"iX[_2mKY 3fo9 MޢPCJL"ALm~(JK>+)B|a677 xY]h"1smq'cyհyT{{Rì11% =6I@s^RO_?paWHd%6=H5r ?P};Cl&uۜ|mS-c6ߍ(F_3-ԘeS99_*)_rOȝ'&j*`2`wo(.I7lc9>=U\"-}?yFƬ$ŝ4voJ I 㢬o3~v͛KT0P_ųVUƦL!÷24>gapnI=v{v`U`e H.5iӈSy!IE1ǚe@ S9T'~Bnڷ ⥬_2NeJ~t-#f{bڕY@G7g{F+zh] ? VOv]|Y:Zb3 Gbp^@=T"1/_.^F4MƹA!ƟYb.[p?1 6?:%D˥G-gY-ZBL SQUk=mXH2ۀ- /mPr,+Skpb V20:/es1zXż=a&INme8?ĝJCa|JZH*ՁӁYz ũr{5'(%T,lnv@P%̯b:OU0#*B`)A5N{Wyim/( ?WǠ2_D3WTqNẏbPE9J;kDaEae_[d(GRk/|v%t;W ]c4yǶn?r~V½xhVgl+;ǟ9mF!qQ#K j;~m\AtƉєĭS+A=BtiqB$ÖЬ RG:vwbT0!,T+֭ƙ EXX1AIvO"gsͣV:4}7pSpc` &VI8uBC֟o,ދݖ!^2_={@Z- P;(į+DV˩\O "Hk~;ڜɹ;ZTψ}%,Jquv;HjDb!C} V&EpnDL=@O1SwfwXUy[\MvݶtX9lu8")PY.P G-Q7d{F)E"Q^%Z;Y m<-ߢ6^ ,!IګƄs<ܙwxjtJ15y1 nCʌݥ/TH)o45ʫVX3L H!9JrSSi42!bmUÜ^H2K=Ԟ 4K=8g$"5gMiG^ e6z綵00OJ(kތ3>fͻ,ar7RXD^\NSFֳFTrX#:ݡ!Sۜz"r`+^!ɽZ匧TCmItE]W~ﱺsmGF=9u+UN}i+vۇfPyag_iv,|wKPOvXG߾[JK*_EOl%=v0mBV@&^r>X(yI (Ոl #0wqLvҹ0 h;QȘm_+$=24|"W![j C~~a')YTqٕݵV}S=I }A{}xF@9J (z,ʺPo0W=u( p'K?M#,Sd;F@bur ŝU`X6-Ua`Fa=N|S.i<+a޾NFރzSJ![FوE:՚K.8i١Oy/[hY䏩jث? J2>th3&#ۿC":EQ63B{Y&Q1YRXCzz鳖"W䉸*&{ۥ9dxQ!Y}>By""uE[-MR?I$}xƎBң61ӌW6L{ɿp,EP[?PU>)hWOcůX%Py6'&o b#\f?BD/A[ۋ:\x=znfb#db8"!e0US;aaӭnU[@񌥷>pvBDۧ@ &*IBʔ 'qjFf+sHt~]YuoEeîzj@fh}K8-_#$3d+d` }{<Vu2*בA$Fs_=fKh{C䡟 ;gFcNw.0!"Szەxߣ%uR؆ +Jd5`~gdA =-cy1aE هU |\j kL)n@3|}RAe؛"ULz YXEݪVfz {ؐ1D[@rd_(f/ɫWr_>x?!pUz3!¢1Qg6Kml4g;OGrC*I P 'uDzm1 7@l*2cmRQ, \Рxk^E:wSAlA|_Hhm+B(kE]e\p !iu{M:>[7ǿt*ʥ9Yp1ewQWE<* f:=9}pTT-%.Iǁx'!ۃZ4 ְ/K_p>T?)$nx%S"Xe-۱Z{n`G݋Gr![ NH gxz6@Pi%Ψ'Ulc3]X3. _ u^#:zr_V31&](ڟU%Tt}3mEs> L\hrԒ\J~Ƨ~poØCdz$9C&Df(r*IjlbJoiPELe_ ĉECZ>j,G~X1ˤ0Ve EuB·CV>DV| R5ILx!R"\.geaU+(Ě 2/jpDM&_omGZ&Ri2zVNu6(T!>}\S뼞~s6/lSpLPtu: >LSX v3.)ޝQ3?Z? uή2#ƘIN+؍g% K. )GGHwi71nBiTe&i.H:}(4&G̻ۻ'{1DJOC=et֗狢;<ҥ4t9 QJ[Y Thpͬ. ^/'\5}?5b|xPm!R89M!5"Ȃ~|/CGU]X<".]^c3(Ftc\XWM6E JF_GmOVG&e*qf(x9Ϳ ;Zt^1mEgkȐJ)vҋ|)X|4f]=N|KOԼ20ٯbӊ|{|dj~{\%LeaaD7+q-1L'nsre-ǯ* C%^2RVNy|)Q"LI tBg ShVF3?LiW>%c/ s(0mz=IJogѮ]HK !`n>*Cu U!%6ܯ ^f(;Q50!ct9H׼`V*x94ш7cQ%i 19)Q%ߧ>XqwI |125:^V4_pkkҫȞ7HwQ;[it7_r״ŵ&Ӝ$~n7kVW-yۣjO1}sO aWϮ:g[qUCX9b j,^qe3&HdLWLXlCLVP.a&@7c>[{y\$ŀp03DSgD&VKfv"1(/lDLbd}Yj /ñ2-̅&/ЀxOF)QMit|ՈN k fg&=Ԧbp}&\ǵkT{\BFH9r8K1'֪\(y]@^2HPƢVsBꡣ# 洎 -Mi\a%^VTʴAs. i9']Sآ7Fh+6ثq_}/Y1Ƙxs#ɞCvTHG$W[R4 c v̲ܙ 66Kn,pg:`{cOD8QHU *v;|pŶ]@FoJba0s s簹 R/+ΊC}?,>||G"͜z!RVF'3 -/hY#f~9t3l$&0ǯ/2<&*Yw g#/oIN  S:(>-h#7>j6J`+AIҭ,5o,La{ͭ ~R5ۅE⻠DقGLe| fā^AhGt q~(;s6)BK϶'Azb|$&]piO\,bJˆ^3fFeIss9 xwt r/%8?H1)};(۹o/z]V߼1]n]iDNĠ>đ~ rh|P/lS9UQ ?2z똠xw@8E6.مς,*S"OÝ2@G?v-^IaOiAJ0„wuwkm,c\_B R6SB !/bңd\nGC[bVћ´#Yl/g` B.옠lTnGÄJX_%?~ώZtinsޫV&:؋ 6"@X,tiuvR\U#h[6voIVe1^x>Ustqō@i!sk݄D4c&{|Wtӑv$E&h}_`U*݊n,&aO2nI;QLED Ee*?>\|{d?#īrd; ڊ-n>{'X!jK09a<Wy4l?կmK~Kާy0=[HBp(=8Y.!`u4^Yp;_=eݟ]jVTolP`#-d=`f3(42YKܷSeQMMnA1L”e1aQZ $z*[{,g xXue9o=F.'BWjl8t TOʮp|J R(?ѵ'6ʦ=24J QZ։zJ2((׸LOM8+`]<2-fTz [xsJc ֡߅o!o(oSB5'Ơ]7᠀x.sſzxaE'W7zIFWפ.D*qxh6PM ȜXkqTFkA :yͪsv_r>'Y1űC3eDT&ngt4vs}F*BYBvTl75xC6M մb$ i<|dۘ^r(Pz)&ʁp~o`)جJCC:t`͵bfL: D$ɫ*+nXXYlx"莥^iXх{1Cx9DYA̓GЁ&i>PwɅ\NXf|_D=ڲD#Mʢ}p pPQ IBwN4(4~crxR ӎZO928}n( lַL+ SyF6 ܢ8eeCTUJF4e?8mS]d!U4䊄 AxA.Vg,V%;mg2]j|:\ XѺh} 0Q9$@J_"D1 B|[v<={TvEZ[}ZPo2*V04~cR0xO6w Ą)1tz,tݖ?U- o{}TذDG Eu>eL8L TOT|pZ#Gr^jwiiAL/Vj!B1-Nʗvi1F!05{9J<'%f/0])^՜ӖOTvRyFSA1nfg /yfp&~Q Ace#ŨcRڤlHYB` 0w^Y^xa: 7A8G(SAgFy0R`245 AkNauPMZ, 'C}?A3}nAf&h^+&˰ ޝnJWϾj#'xLE y+ ~]~-,G*!T\f=Pz@CQF1{4 Rn\h3qku}|H%o F>5K O`=iⵝB}!4ƆpVp(2DeBAgS+b4 J1>(Mp7ohzQpoXɅr!%zMmD!I$/w!x i:ZRH $Rh_JY߼IzimrU- ]]h͝4'~t&ܝp1UY/@2 08di)/m@k} ?U5Ct&7|w=fKܘ&cP}t)Q^J#F{vZP4jZ? D/lwh 5 U# =cs(z&fkeƽb!< VeعKi4 _",Qkwv,`ck q̅# W`\lS՛*A?H7#+XiWHk/`~ og(fYڑh9ۓ޷ƦD;ұ'C۷ք'g@ux[ wM`s_Z53Zz;LEGݷ^>N;Tg=:i`l}@⩭O2"U pUY$ȅ wRFm \;dgjZ7iZ#^y؛J qYdD}|x`V[-9i c|w\_ :HK(߭3Gt@!n+3b3JA+ג6C'^͎$Cl=֖[W8Ded'L:Em:BAtmt=^8Xo)3J._,r?ԢӶԁUbS4Ny7uu~4l90*D^tsbc5WUߘ8xّaiH'ui6̘M"*ޟs\W0 ֻ17Wn ֢59|!޾ G~禠Qud&Qe]?[-^5qyC]wBpd KEUypPAȺ%kRxn_1y=g>o&k "n F$^Aiӗ1-FR r޿Y};Gz1Q5!&~|+>}4bO[a#fB 6'""2櫥sZg9l6ŸPY:Y|Lf,Vs5evRTVxB7 e87E6$nqj(};{ FeD]GEy'xCԩ0(a3)o6n@KVIsìt7_?M>wNS{ר6k@g$awm? VmY,UCW2eAohݴQѦTCԉ;?+B)w+M3QthZHs_~n5.Uȭ޼G$B6^nK=m=b"Ma_QLD<.Lr,űQj>P#,x? |Z 8*Y-N1X3y8͠\t,y4 h /W!P7|ޫEN`J%+R$ XK24"2;B&lzd:Q0Hs_dYO>l懃2 ۑ8r3>f$<=l6o $7$} 'Hŭj"F,~T&I)m^ͿèRB( +tϰ=a(`P˪^ҮMC"\cJ\6 DB@[C>"e6?HY,}, t #A ؍t:҉T"(=}v"}NbTz&s.ɔ󳻢Bgu[h)̰ϮSonkZ P4_vK6KuvKyW5 ҔC(DװltZ8hu|hFW/)sWCEQ!^Rj&^ؤGOHHԓ-hh`i '}W9AF۲ /cIyY+soj k 9'ihkśU Cu$L74 endstream endobj 310 0 obj << /Length1 1832 /Length2 12740 /Length3 0 /Length 13890 /Filter /FlateDecode >> stream xڍPI-spwwwܝ!xpww'wHpսuk[ݽvSj0;]ؘYJ|VVfVVv**M-/+6`/3&i`wqظxYY쬬|4q@* G/g.КxLAf&%W+f& 3J Z:xxx0ع0;8[ 1<@Vu h]ƘV &@dwyOp7:h)T+ؘ.? L613ss4[,@@"+#@[|w{Mbjӝ3ՅdG,y?d){s ;; $A@SbZm<}Z[-h͑EOĻ %:fV,rd`d|Cq1q\݀~>v7B`c\@K=?@;<zc{e-s{[\U E EY?%. a0sX9< j r-|}?!ۧ`ûbja)E^??wk_}w_4o [} i'\jfTk1` { |SefhO}h{K){3?`l~ >@? `awp}OppF>,RD<7Eo`1XLAUFb/` iu[8, ܜU=_ |f/_?흜?[ڿl~/ `Owb.w?NV5_ ;s:{=z*_1ssv~1wAy=f+fu5bL{BsT{18w=&UgpKC[ߑ]%}9im kKTk}6WkGX*<$'b}qlurEQǼ,_]SۯV@|.eъ(3Z#qe"ǸDșz#g@;(b}Xިdw#?L])-ZZl,"AfL]gBc>dϨG7׺t&i0wk˚Uۍ0]k9lć]ڽ֩D|oZ=Hy9g_p>Yx}#8eq`USbA&íu2rϑgShU,\0a_3(4] D`qYZm~tnv~#姇Jgj{+SHlle}K8T'~Էi=Ԇ.FtxCb62)R+Fc(KLdBe[۵{d)ҧ}/1s{dYS!"ME7v/יcRZzҁuej^tƛ3@|i"g-!OoQ7g Ͽ!W%'#Q6"T^ 1CK]M@,h]R_}([#hϕ`Z ︼SF,zC17n$]615%张\(cGX*rPf/zV9ݾAy:#ހSGF y2a-hi#Ӏi#miMusu$f)28`.ZH?IΎI:O+[C'Sm7R}*S, x?e_8R63HJમ(:/䟅Z`*#ܘ&!Fƒ\ǠV۩ѕkl,Dٟ ӎlWu|LR(j2%u}|f{wv4[MWI$ UQQwG}Uwkk zD^~I;xˊVF=K}u!~1xPu6̕ӏ^-\u}yw)uۚ_{B/6y1ZǦ暺m͉ y[R+ gX?gUd(bZ)\+4/3yUQx9r)ҫ{&Q𛲜Ջtľ+{5^VhRk)O iʁlDYԩڸ~IJJF]s,,-a6w`]701+Eۯ+2ea,RLk(b-+?(̍Tv>-)lB<@(R &ʪ/a)&S'FLKX CEg:\.K@Q~ fy^o F('!l}!.uk̚?y@ت׿Sl_ 2AcsK+d&&hCL@C^ԧ254UON` ~XNU+/݇I"w^J"c'L\pYaAR꠭il,A\4>HbUQ7G+ zf2 R$*7̜o5kSM1ʐ0Aؾ-J]"J"~\\O~\ّڤQ\e1["Ċˍt$Kg /6"P/'216|lUw'߼hd)YӖj 8QC0~yN}1u޺0ܯR`I;y-,OJ`ہǚ_GqR]4`x9*vh:[H"uu>=:2+׺e yZ>t g^L61KAq#W&HC&% 0ӝzOk\(ݵ|&hpqt$d]hF4| uX Ŕ\bd$OiY9tQh7hYb4iU$b"nOR#>핳vF+jTd{SvWJasm߃JnuY׶q1ݍ@h(\B4^{SZ+KR(Ӟ/BWBK$ MNN/C@lWHp:|uSzL(IgJ IJ+ؠ)ERZeti{Ŏ:cɲ=.(LA]BI'{(66D"Rެ?>YjojntKu'NXl<7|IE$97DK]/tBv|7^,"90mPp׍&>,#SK@_:'uG71;(`8:J:ՈP-C9EjΈ[g7td-K4f/6n/HTX7ȟjү#Ƀe#G^7Ay &:rzeZ]2}Ka)?f/WpB ~58Br=POXɇu@{#:a 1)7m'u$ 5xc`xj1kS^u}]#"p8k Q/hh.SI[-hG{nhKS3k~4-s^èYc6au؜6 H2ղ/#З{'N:G@LGM;!2-r/Z,}uZh$xtj7/xk\(9r Pbx`G{+Pq:rn^x]`"et_M@WW8^+S[C?+;|7Onx_u>< sԈ蕨uGxKBxi,23liR?7җV8O,#1uȘK4e:" !Vs֤5 ~S@ +mMy RϪu5W*s)Gz əq Lxj?'&g*, w*:]b@H\ӆ],Cx(Ȱn_{F=(Zl#3T\\zp6q ?}anQ,^EbBHi#ޚ:G1v mw0inx fԼ9]e@IB❾R+<_RKa(f.Zs A ^ ؛Y z:-I7LI&ɊJ|nԵ)ѭc*<9mbho#$">mg۳{Ϭճ>S?bm@yy+ߣ؀yEfiU9ְNsʟ{!:?9@#aW32^`Ơ'Ï<|"ls۸ 9)GC g_5W{jhPB`XY !qx}H$\_ w"uc[7@qKbqv%?#eKޞCe{3:kԄ#l-N~Jt2T)ܤ|I.Jg / z-gVJE u+qDnL5li++hX_F0ͩ4CRwǺy8\ Cl!t>0'WJ<Ƹ ,،$n:/y]miCsP?.fd(˓fCjLϚr/vPoUnM&8HRk/qz붯ebnDxͦLy@ڳoؼ`WI)~7`$^]T<=F=,S6M/UsѫzElK^%bT4s<7J+TB*SkY}%̬`f'Vs9OշY}'$:6鴸a-?ecDÅ(zѸ z|a |[}T~951|;xaM=.¿],&W2ULsRSrTlQyc gG` Ͳ*˩{k|ZR"8 _en]_7W~&x4D?lY o9x/,}i3ԼGN\3y$2|=W}oM7[poQf"G"8&y a\DΈ$y{0ǶQs͔4~bMထ`S}BP*-z#AvŨe՟+XlGՐ*&x usnU 9A_cfx}P 0[]_n n6j)I7VnIHJWUX#_vl&w|teR 0.I#eo/ !lQ%xL±B#AԀ[k"_V]^="gp7졫5;/iHQ2=ql?yjbn &v"u>!E?z7_=;a 2|`lu$woHQ.3â5~S.%%R}>YDSZ h0~[In g)AL֎*%3OrM;!IjV$ s$]Pеog MzY`nܷF`VƳ(X;(yj#:6ArmO:1%=<%ݖ5lK/fǴ71(ph*5{lm]lEÍoni׹Qӎ Ip5޺1ko'U֎'-w%})m`(Itr\hoiC_$,C&} ԸŗFpZt"Đ5/Ol(E[[3lQ*ՙ^ j_jʎ1NnE6Iq4 M9ec9yHKja oSZT$4iΕs Aq9(NtpzCw+'FƦ-7̚KTJ`v[Eu&\n.7G!:OXdbtYU ip9q&NEVҾI8vnua}Ě;\ pT46@BX.XJ]cz5zR&.Ӻ=Z!hԡ̭Rkp;Cc3bn ;L3 -2H k!ʛ|;CW0͏G5ỄŌ -p;` ofZ;N2fXH 9NOM c`kwu>dV(HI By1(c|SlrrlEg2KRc;^J\s=jU?m;Xl' AVkY#2f8D 1bs2??v:,vSB|IA?G^߂G^Ê0⑱xT~ -M DZx.酩&b_䳀Nhui-86T$>t}(T \/˃i`NyH b)fSԑv.J|Q&`C! [r M vlt/t(02b}(Z42̼X3!򴉀+J1Y[x~&zg6F #-h&dvxה /dېrSlvH!4r-'U[{] h > pD`>_@5x eE\Y Fш=B{^%q%[vUD~n_F2pWb")hR&[,o8>(;#El^!o$l1|GX1iR2tgYgkvO|JyK+hpm~V0j`ޗ+J_d>,_߹Z<78@G? =|pUr$i4Mn rWV+1#KWCTH.X G'nVXi apR2'hwE}9C`qD);rS_ t`ƢP*cg#n(Z"mWإu~l=2/ xH *r?@PWY'@!ש*8GBKOGcg:JIfishҋ~!&:&V&KW^BZ^ȑP<)'6Mp'a>uph5<3w3n\;c7̝ \kK4Z Rz}o'U.,NbѦ<0,(vCrbmnetvEjs(VpuEyj9sEl}Ӆ),Yt ގȋz޶+"bqObb9SvpC {8g BN ھ8~˜ZC=)E9VtuFs1LhX.vP_ӫ坩\ͽM=Q]p)ղGHSq;n_p&EɥksخMD (K0 V2M8p};~kVSe~`w~ H,}L.ijasV 9d/!IH ,N$fmܤSt3 w B޼ݪr K򬈆R愆8_1@ORb6ӪA]R!B+F/TnLLRC?ݝ.EJ~N=subS;';+rYgBS?s0Vsl~7c\:cu|4nX^lx}i|da=;0C֋l!Ę*./甂QHԅۑ,Xk=-.+>%T*Xt۬dlz%u&;]6{~2-r9adFI,e[LrJtԻ#b\T`̄69"M埶P8az{*LrNl'^=Yi;R:`!YpenS0; + _Upg휏}>nd5f\L&wuP Lȿ;w 9+"GGڢ#X .RrdFׯy}ێƆb;YDhyĎ*-|T?M#5 6:r("[O>J̈́ydFf0DzZ_1ʺ!^XڄM[v A9|k Û |3h'3yqsڨ\\hgYKg?`}9`gzw|ﻔьqʇ鶌QVATtY/ 3Qd3[ʦ@>U"gTk+o[!|۬y՘2 j;|R^K=Fdl,Nopռ,TctZBA uOQ9SOtfX#=\gp@*+૬&-7vEi-(B"WSoґ7 WW{0E L;h96U]]ap;uA4,TQ"I,g~?>ɡRHXDN :7=sASIsΌzA,% )EV]sd$3-:s,W^xo5}ϣ|0lݒl M9R|wp2M1VΏdaL(ŗC3+sF׼i!&_(gm?:/T Ks7;_ k D~F,琧L Z3v ԋAž&e)mðT1"s"y~V-y ʇ|+QSb>z6x31,CM%<"5>zBck/!q#eV;c+=}1e2QBڗ 㒇B*n7b׶ -SY))xFT}ȏ8L(e\Ysź%q^LS}Z/k98+~CJk ˜`o,hƣIZLf" ;S9I7B4ܤG"+= "#PVϙX V!)HۇDsj׀ő#zu1,ʆ7sxqeG"NR^CJ(?EmoczvV%KW""C:^,-奕NjIS3GcERnmc ̾C*x(CjcGNJS|aS0$&o1!69lXrH uAJ9lHX@.˶1Yzn\L&<&G^^b GO9#VAw>=n 4>,gɥvþe``YcvRf3eGًjd¾5\ʝyWd8F{_psEuwQ7d+\.[[a03Wv7J> stream xڍP\ \܃;4XKpww.w#szjk͹6*)( ud`adɫʱ0Y((@ؑ(ԁؖ_b@#Wk< d `app23Xyv9L-D!ss[8W t dbd 7rڼhbd PnSюŅv0-*@h C2@4F$ ClbA&@[k):@UZh+Xzߛ`ado(3lcgd5EI9FGWGzFk5OFIeѫ¿AL@vFLyf [S1 ?quݘ>\+[NvLmAN@ic^MH́fff.nt5`c57;N?̯3v~\v~V ,/^gsBiұ2h ڴ4-`Ҧ'k>F!H}Rܭ; ?` ][@WbqtN"u_?x!~6rxuJϸ,^Ǣm?LhWQG#3&D=Xw*Ì\\"BbN4 JX%E#nG^ y.q)(; [CctexgKb 7 /ċ쵗(0l >whqg) #s>pEFO! B"5⏧b!_"%]-!ML:b-0/AH;Ubqfu#0fEEԳ`ч RTuY$]üZ|Pdtqhmcx\da8oj Tަs erptYX^,rN~[.E}lڙžo$f|DMRJ˦/ Z8f=5lN:_#Դ~ES.X:\Oזj2To޴C|-.З^8KX\䧇pr}MVyTBZoDR8E+|G4R";;; @,47R;FAl(|S7 od^:G À=jfĘP"#8Lm`YС׏+<!ǥ3,XpMhU92sGwrG:b>a]Tb<}pRsc֠v7~]cI?-9 <Ԫ)W^1ˁ:ՠõ} S֥.6b!N|!)Bĕ woݚV@K}_%+bcxyleMrMÉۻlk0Mjڧ6ޝgʊ=qZqM+t UZ@ݳ#d@mc6]OZt]dPe7qe9Ⲓ0ca]ԠRG[jliڻmy$QXdad­ sw+_kL~>$,h^^x-MϘI>dt(W)(?VN*ߊyzۤ0dGq پl$z{WQdA_G*߁X Q?qAG0G H-h(aن[k8oS`_oU9u>-G!djz <';x5 r]P6{匂tkarN^fcqdz%Dw fD>l\-wbs.m0Ro|і3.ӕ*pڇ`Wm)$Iۻ}W%=Yw&xJ1V :H vB)E2:0r3ו~R>n݃CF-Q$qVs[UOn( ѦɢYfj@\^Qn:q;кo-'@~S߃kjԕjvɅ4^Ɲ8lSTV0bz?uk'OBP $n4̡f<(v.AK;V?ƷS<(U--ȝkqOON9,kHKG&/kE>Di *lNjH(k۳K.gX7=l{C :k_XNyXsw; mma[$r qRB<\V&͊xfNӺ<4Ȿr+38xT3|]EPNݯ+Tp>+sܾX"WȹqUHbP|qriTJrYʯ6.]$YqBFwqhׂ?\A5J ^XCk2Q&(Y'ǑF^^KsIZ(,8s X-Ypy $)"K0Iɿt@o >CSj67e6azSƘl_(F]s1h#gxkPm fv296؁ {ؙF8ڬbӈ?mPxϒ$r9 I6SSvW #N,iڏ"YJp-<T(0 T$JZwgZO|C,s,|I/zǙKxФcp,0ĺn9GXJ`Y\OX0Z˲ 8R$+N:i"HR3I"ݤpbf»9 ; %~MC,ͷF YvJ40;PN\Ïujgk?J/5\=sxdk@R' %1bOM .V.b?ig*}.s(ӋJ[oӥ}ݗ7Ee r㱛Cd2f'pA3ghEh==`}4Ј0ΑU47;>^edv\EdB4O~] PQ{>~ĺeٷc~~-@2FZDؤ>, T)q3<뾹I כA² o _{4r!a7I&'P>r8Y9LiKd|d3^UA*L[[:2FE#.V8E[%ҷhKȡ?9_Sv(\(:[2z]WzVO.{ Rm+bG3 Yf|7j'' $8vcj]S @c?NJ3QtMO+b:'Q]mi\kOb%: e겈,hbOGo}ߚDJgOq@Lg_zW 0r1?NOfn""mLUEiVlj yyˮ_YFS=!8 [ߒ3A(>cDt|ye a=$6pM|C9ՆkKjǦŢoc}72߄>'b&V̘YКӯtadlѹ mC*YsQI+ 45iQz,0p=FLt^O! V!Εtg*E=x ̅3V:k@ؐ*.~ pH՚c"J\Cݏ#sz]5`znUnͯڊzYbVzQ~Qaf“qj|)n!l+s^$,|Ď-YXivV~‰U<ioK.|VX/!+fSGdM4WϽ [\1u퟉_R.Q%SP^QX )8k,5؈H|3k&2aeVi 7V0w?,零^+^ۤVb_v]k!2߱Uanxu#[4$*ʂEwR} zč: D'6V;d utZQt~b J7AچѭbK<= !:̅0>fuywʛLؽɸd@+^9_>BWG:%2E\dS0)OzSIy~#7:%+CgW sW6Ǭ&Tai[2 8%QqF+yz(gcԸeRr"*I/N{.)/&/3BX07 ( 04r7&`?>SSu1(a!iNc . m!Q釓*ςcGcOJ e!{Wc<7x6:?H!kWnqgـϢ53wV[1~vأ]Y/"*ԢG ]8&' tIR4`"RyǺne)AY~0}-; Jh\lUtU]f6FH{tIgBn/fc4y$u-x7R$=tRU#doqM؛ې"ys:Gp#m4(x(@ς<_UPr,_Xd teІ[^^S ` 0= H .]0FPV9؊X=#wdU 6IC@odzh.Xʁ7cb@tl6ӈ26.5V&˖My~hN)Zs1n>~fFe aw "'+w6߮}m&+)zw=%g}M@:;mE13W^ߡfp5Nt~/D0f,l/ğ gլnr1e[eU$\st@aˉXl+鳌m»jZEQoGZƮ0- sfG,:)˽o~i6P``ٹ&:unDKȨGg$ڛc/.ho :N+5jA@Nam]imcy>+q4J&7Fʓ\ |Xp@IӸvKr3Wn]j:>Hfwh;R>OKڼFaf҇tޜUzadEf1L/Jv8^>?Yj*2\ޛvLnAG M<]>B$h? ʵ xs*8`jU~7Kr34w@/YțN؉pDdx99uRݮ9ކvcf a7|N٭Djy;,(CŽȧ-˷ bCÇƩ*l;ALu&Bq\V=#ԩ@SU3{/tsGCCng6I[ E>7Q]"q6{}7.v(Tl?(.6ByRolO_L}6Kw6)J? bpHC ٢əߒDefv/abQpuL!ޡ`ȱ@;J[u"Kߚ/uCܿ8puiR@?._D +$ JBMybaftXL1UԄ;.XA#`?S5i?YDJCK;yoeH `^F!BX^6gx0 39!Z3xg2Eќ^W>hϢ heΐ㽸#.lذ-7Y‰j6=) \[r 7YTBNСKLs=lB#+?]PtH cvupZ2;²+Ȭu~~m´vo#xu&dm]n sիM(qkެ`FX!Ncx֋hܚso8ы=si=7I8nhau׿D] "C P<EAzrj.IJ~bY%dPqY?U5 cVYLLU(9yg7Ɂ9n"f>JegۛF, JӴL8DmOH(q o/y#[6eċnSVݰ&I?5=igj69z/)RG_x3FM6xm 7qlTɓzMͦGu۳8y_e$NҲ W32'ΏТ\vN|^lMsdHю4STa kx=u f~1)V$Os+,݈ô:0PQr %"XDa6ƖaSFo. wEļL$P~  #%K'UJ!5Ѵn`U->6_^>}0{+nP =R\<\}^0s MG]oU0Hq '=7t0Ϙ)4$ERfP:”W.ÞJZIhSOIxVϢu]Npjy {[KjVn60>b~Q 9}QiH:y0_Ƞ eoc$JC<Φpg\Mz g%7,{|.{KKM,AK]SzbԂZfR,0?}[ʖh )&fȨȇ/>}5Z&03>KI(6ޫ%ڂr1t$Få q}i`>6(a5 3gT戗r!. oӖ;xb ySNq]d!I}g;`[~)li%1\VFFŐD0xֆJBgǜb s !C橈]>UC@˨KRν4'jf;x7]S%? Aly/p656WAcQ"s۽[LUߤjznm,=hoҠ#V=O`.ZkXB v -(7EL,MIѾ ']G269:zZ!0Yka|R -G @$?=\!OԀ?Rm'N.>|v)*cR/RrVژMj5 jQ"mv1y[Uyz fB)aYi勬Io|!5Խ XpĉVT_vqXQk:WM%է*!|'6r ;ۥ[l M7R Gs5-bcg5Xdu}*@r{2QcgńrR:C3:VUIPIP]s2xMMS&Mz?# .1@h6W etWߎ D(;NֻPd3oW!!BǒF{K}HQQW ꗊ4kuaT\&k 5Ş{w; ӇCd9|ɍ1)PTuoef*"X@ɆRA-F·Fl68MN+1F<:ür~uF/"Rͨ#g,x?> xUsrmX4jT{u5` @ cN3;2ž6[ցވ$}.2]jkk0 S,Ͱa*vk(1.,8:4f0T/PX\j<#ۊ]ϿN>OCJ TzB-Nѭ}m)܂s-*zCV教Xm%mv10D=(;XSgG-+Iޫr Dӧ'kCK\G|g}VӽHjO@-A' endstream endobj 314 0 obj << /Length1 1680 /Length2 9030 /Length3 0 /Length 10109 /Filter /FlateDecode >> stream xڍwuT[. )%0 5CtH0  5!%ttH!- %=;f筽w0ӫkqJ͠p{'7H @\ 36 a w##m`=UnPrpDE@ $"I vTJp{3 fiG+ [XX;@*`>#l ЂC`P`}j@8nnn\`;g. aЄ:C\_mTvah[Z҂[ NP;;؛CZ5_dOvC p;`䕹l a`{y) ǿ;t8\0_]h9{s>Yrf/ٛ[jcst*ͺ7k" H`; +"/}>^p}+P  \>^.7 fo{3/|';t/Bn'{m=>hs5my9gYZ8yxy܂aR.WE{ 8@z7?5-ֿ c w#?r./I7?z͹ ~TCaT]_S5"|?R sCaoe5v0{:pr@v?k^Y!p_3/;9=p@xq9@.{8pߡh@/_H4 ? h- xxx_xb>/xx:p ?}U.{}:CN4}_o_;qqr~Pw(gn nvqBLJc΅ҭJaSL͗{&ZV}JU94Z.FFX $E!j1*!՛] ?eFBd~4;jԴyj;3O^~SS4.  {0yɢd۰NRFl:=+)ȌZXP}ʪd;r'GAd)G2j/#BYQ35c7Ol"3xin{V b=X}1eD{ah"S̬nBTs>;ۄMy&uUmDP\t'T5ٮ)`üG;fH} Z,sy"ޏG]e[* zu~ƁR唷 'f)?:Rz-' $;8R@i6B+ahE*aغf2kHjDetKJtlG]<&>渲Л%`@0wa>A=:G|UeF>ѵq׳ =mPNUOK^VK>*DDjȏSWP)+RD X4eTxr0^ef :rKX[0lhp_tj꿜zl^A|n9zk=. oqҴSzaהIO."j]6P>D Gn^Af"tGɧC~+oޫw@By] ^(Dn]ߞ{p`}TQDmI?Vax3c0Ȣn*pt|pӚ:mPL0A:_[, gf= $'? \6kT٘q]<_}GoD֩j;ezg<I=.O)6iR\WKu:\چ[%1oWXb-$o,Y)Խ@s{qFZUQ$OwI۟|7*o_?XIYc7]Ȑ堲tOj3i7o[G ]D)mky:6pb:a QˆxVnbf›Q2 g&?XApS-D2e n)+ @m]R+y6$"0?'Wi[EIE5&T|xZ)<(Nu$_Ixfkd’\[9ր:q@P7yVSOi|_@&!(}x"5BYu߫CX(#R"ZA*wp xZ00 D3{Pq}*:e?u9ԝQ < 8̟K2U_hs4!3)؉q˼ThەSn:f; mkm1]k OSG f׺F|AUrcW_G2䮛Շ_̰OlMiu`&2R|`buuѼů E2!lܰO_чxL:w)3p{t;/>G'TQ33##0 ZT`fOCL+32*8SP9;_ 1Dʠ$9]ʹZ3?c=MǺax;AFD'ˢ @\kSibLBz,KdQr]8dJޞ E{5='=rg&(زG۳^Ǟ3$(ȊUt pЯubh|$H:d޹Y!h=,V1UnA.Q0$Z]lh]LީE1*Pb4 c -ʝqq.:Se͇D+C TS'@a>7Fq74-kNJ weJ#ٺJٻ4Z㼗= Fa>SeFdⶽM6ƙOx9Piw=Pa^ܽx[ۀ&|C'aEыtG&%} g8v~vA-_ LFKPk8f) ^9w6'_'R|F?TQnVs(5;6]\n!w(T{ޗzTKjA^A]4})19ti1>ɉZ )eTeb8lg.gtvpOS :TlI;oIs@o~C4GC/Nj<(yC:@R=QY4䬔]T&(NyS gw.Mc MrˡHlٰ b/FPqw+_/T6,i*4e#X\Y$ʀ/m ֲcu 7d|ݷIւ&͊ވ)ʾ$ɓvC̟琚kXԾ>ԠkܪgZhNq"W(CߺvUh `,גYn΀UnMѡx!g*vYnQ-Dn k.6MdB\- t4VC!97Wr G8Qo1 7(\t#ih PQ~[G_M̬]Ago^v$)[]5g{z@7~+B=~ayw,Ro&fׅw L7[gz=c/aᣦc )+r}lcR!rZu5~S1.CcvL<1w6T~I{RRՏ˨Fo Nf%=l ۛ-߾:.xѶMc6FKiRNB4ux,2ObW4}넃ͼ|)m YT`PǏ.P^2}id3>t/B6{T10NģKy-.FRA̕iHo țGmV Fɰ{xǔgQ!\K9x׎sK[}‡0yMiir H>}Zmؒp3 {zfqB]t3qE5Kw?(ô''p8T6SLLH'Z>|W|[ 6;TkjI9r@& aon~)j\J}nAꦯflj$r\iJ̌35q5`ggj-/#6ca0u>2Rif=F*fs^١-`O粵BLXHuNwjdrFjsC^FGd8 ]vةU~>8uI/YI,qrdUhGle}A|Ʃ_nVoɸdr|WFhsPʔڳtF1bsڸ=l]ʚ[˷Hm!@:,Zrb.D3=Mu9W:$.wQj;׊'a+d=F/0-zY,t׻n^2dsE;F.Av)p4-%R@z"lH6hqϘwtra(8w'U 6%&Uwmqo5>aKjAT (8_ Z2r2eDFCϸ V{&ZMGkL@ IKcKbWA_2"Iaw,N99hl%at.mƒGfwp;Hjd&X9  _=m< ogfV[zOq 5U]}Bܩ(hÔo{Ќ\Ez7?Bp/1^F`my$*O8 %N+XЦGq}0 3pW4cW9Iqsۀ!_7ZNvVaaJVu8~Hې5s}z{5KH6[^HUzEN8h 7J z^D=`@{WD|y|Ubܒ 3w _MuF.K4F^?r;@_ lG =y/@FnVlUʹRG ZITLyWB4Tq7 S..Es]̌[1`7Y8ʏH+$̕W˱m?.ܝ%Y9U(/*BldZv*CiĎZQ _f}{!\9lvvZ̉:(P0`1eZ-J[F]P<+[.`xy~cX0k5{zHY*viv 49aZ-<',ľ~ >#r[7JiiVW5s!a6b TT-N#kvə:W"*[3A9^ƽCjyM>CT5$DZOWܰ)VyϚen͸+h 9U}xޮg%UT8_>s|{ms_@@0h4pE}e$Q Tq5韤F'%@/ݦI`tS(wŠp)/&⿉8ܐH9K7_,ﺹe!?<'ȟbsQi3u(5>K8!/GĢ ƕsOi2xI%>3^^Q1/5| +U*#tb{)j"|FBpˤ8@/$̓d6ɲYˍ>\R'EIn; njr5=bWEg*9͕,}Aam+C [ !mmv@nbUY&=ONӾ LK޴\},ɲi*!O'L$>ց p yLC,VJP5(ỻ^qYd -' )Q6FI3.HݪKͣiN3zDNi(#arZؤzĻ֍/(_iGpN1yneEG̎TL/K6W$>GjS])r643k d ])M,ƶ5n]HlZʘ<TkT&zKL.l$) ~7x:5̜X۬6602'|/*e \_вNWt)([HT5,l&*^(`N^f !ǚU)qb =I_˸ %Qr]oW2lsF lMDVcwžc;׸4(cGJJ, n)"P (I"^?yY*CyGsD)Mi =( nWy:lٽ!\ˢ%:[eԮB bN&WYyE!k|gZ`]S95:]4VA4b0&rQ:v{BR!yBjuBD9,`;ݱƶ5ۄCs-;MjO7|Oȭ*hzeK|AJJTJ9n6s/h㡍ݨj mEHc`x8~ ;Ou1n/b?[wq]ˀ+v9ǽzbUJA@XERU~*|EIU=ηcBt#3% +*=ɂ:olʺ.Wfh894_QMt q;&t'R㣝^KHXm rލ2~l"#@_AyoARtV zWTsXoVhѣx6 .gI6#W{$mfzJ|z`;j[x(z溵2"*a͸5q${iᆞYl"tÿϖ^| Y~faq pKpZ Rzpw?WZ%͇m5Qbyљ5u:6[ARVzi0u3*[J&|5 #f7f=[.ZIx9\y7m2$Hq.2jNc&ʝA`O$r_#Mnm}>~91ҡv#ns:Lich6$/(4ʱd8VP/M-[{JlÕgӜDMgdJ9o^xM1f_ J[N}jǐa lÚgKO"֕oI_ Xy>nmXd%k5p$IuKV+Do_yP0684vVfF Ġq)D^{}yڊe7!5E$#l@=rAmK\t@WLb؛~AAjUyM-F7Z7"Wi?$Q|ޟb;G޵/B&ZH)Orƚqa%bgDƒkUHP,SvPBďj˹6ʶE%m=tsThzvD:mm}6&.rҞhHotE"Ӱ^Լ& SzpotQ-H]KMH\s>40,7]Prb.Fߣ4 w!LP2QxQrK D.u>ʨn'͸RK >Õ.J0uI"3kǚv#FZ8ekfWZ(8 '*t AV)mM{~yy7P leBKTbcbZ(6t\ ($4WH80B%xn RF633tgL8 Ӟ/fws30B d‰ }1??p{ endstream endobj 316 0 obj << /Length1 1401 /Length2 6058 /Length3 0 /Length 7007 /Filter /FlateDecode >> stream xڍwT[6R"C7 tw03 ] ҩH(%] " %!)~csZ߷fg}]{_^aa㑵@0$?/H /$¢E@B<P8L?0eS#Q@ 8 Pt~ ~Q =$T0EupD rܿYW 4HG+-ЃB!H`rD"$y^47 E: bBƋ;Bzp{7 .P[ A<Tu@OEr~?ODPد`- { RRE 0'삀^` :P ̇!~Am"N !x?Sz@lQpapo_+{(vn|0'DEeA H $@#n_Nf np75$jA#^ OǿWx @0k{@}3~7 0࿎OIDX;>??# Qaq i?mG Mu;&E\A [ԃ_!?;Rtqg `WH4()j\ *H0J 07P@촡H[|m74( G@-?_>lQE_.J=.P\Qz1 #Q!j@L@@?]_Um==PN/fZkKojn+TrV)Kͳ{~5IO0s͌rveړ%#4;gC>Y!s)ʹH4Ş%=hjDZ"k3L3$NרּUSM(:e1wb5bscE|1Xx n 90cjkX/b9YXŚFi}xp2 ZHTE-͵8o1!G0g<-Nx}:lI Ec&sXsA$qV]66Ϊ3okb.YnCZSh9iMX{#+= O"pRMG4sAIz [&^-pz^&3c\сi'%m=oD+Ek{UZ\]K-b4'0Xz#ᬉS:Qqˋ Png "eS?)<%C2M@GH-]D)מjZF!&gNHݑkN4dRyd2M扅}Yk 1tmb#Mp Gգ9L Ӹ^䉁ØifԇGz%`l恼GL{?u~dٷZ* C}Ce0#O\鶲LGnKRMz~9ei#涡hϟ|sa>9ݡզFǖִ` r6el:&cВeS @%ӱiGHC b/VD~"J]VM$Q& XsWc ?J#OYj1ۯM:'u+Ew"&LBs 0ݰ>$+jDk֡))O*ɮZb19+CoDXF̽GsV߰  }Gjd"L^WW/.Zi!M9΅Md[֮@&sb}ApP9ۊM,IΕSsKJ;w!\#-)%tipFT'݃@f & %^n›W.rv>K]7$e%: :fSnTQ}i֎L˱kz]#7{A" l81`ڗޏ >&~ʄۡei*PZqՠ*Ey F(A>+ufj\i{[ ,ьk;GS'AG)] 'ҶW2Ԫ'(l- {wf4 ǁ$1_N a*`XwMa4!d8dGZ 'mu&G% 9Np6~jR\剏˜Jh^Sp&S*>_#%ӼタJM[@(L3Mhcă;?#&$O3yj!XPoᡘC[Fi7 ~bʩ>ogNwvqi'N/45)PpeXQ~Gbwؔ1g?ZGQ'K~.YNab>#|Xͤ᲎o79WbqנGVv$uW?sqY|uRȑOq!k܈x~?gd!U#y)QzU679/^(K88-sAYav¾^5`QnW-eAh?G%.]S _⁋9sn' ?=s(o@␡GeicK48H!eg3n.is5A2{ֱ]S_6S צ\E̫Xg#|_s-21g Qf^&O>O6B2׵ȺXp<Qj$]ښY$k'?tWtymшP4==v|8Zgq1~y.5m/pUxl: YEd 䪆1kr0F mUϢJٻ>ŕ80AC͝a,*}lU0SX&\Tss#-={,^cR22y;} 7toQ%ـ]ڶ0TŜ Ux1)vCF MǘN2H'ȻdșK2NNSMI-gq "8hwTge OZ 7!yBC&̸,lǗwW"mJ7uY*_2 V#H%#- u~1_rb*s roF@cU\? *07NҶC,f[ŕ !+E]Ŧ@mXFuvOG>b۫\[-a#ݶG.gx;Ǜ7SKU)q|\K:͏/c:Q$HI{w?dzjltoc~=pt>p)UD,~Qg4&H'xPnk1~D!t:j8tśΪJ;tAcP ƴ=}<6O ܌~w%d1w{oƮMf̤FyUX+Zyn|2ηı4δA%ޑ1!Q_DH^K$]ْ]> ZWW͎ ż^ ,!c(<` 5 GnEΌ:S7CS™R%<ܵK.{˲0 zx޻ "i"h{fޣ-hT I>oȝ9jSōdcX~Uk?of-v£1~90?Y.y$Q̟Btz~1ó?Ljڬ;Yݸ2 y@6g`6Bo `geblK շjvL[̤8rܼe OV3꺣bs5Jwdvc2B7*6ψ Hj{);zByt^_^NA9H~CȳQXe.KΕ!ogaAf+^*h(>; X2 i?9RϺc;`v0A|{{P ޣב}@,T_RZ Z[frr*RG {5; &_&;?.`O^j㠻Y3|0V]Md[S>]k$iQ4/.[Ե[rkbWe=%-YfP0`?ꏚ̜ީc~YDH]5 TYȑʪ3Bo#NQyH]^i[[\dٔ>q]P>>UtD0%FM4K' a`t|I3_w^x:|,=s^޵E]ӎɵ V3'hgG6LtvbigoUn *ޤ;ȾFzG=h"Ic2QؖȜ 56N[LŎ:Go karj.t"MޜcqTZ7u|b2KЗ;mC^I|>HUxҌ}Q%󈔗Ӿʨ-zc%\+KKa52&ɷN#̟E<UB}1T*/5 >6#pvw5Lso}Pp;W5T?ox|8 _#`#,C'GlGa]%зa^ͅ:L#&fRcR[ cGL\u+'aNzoEk#z-n;X HDm@Kc3(R"ҍγqKXW$E˯ˈq̂>vqrTX5zSFZ}ՙ endstream endobj 318 0 obj << /Length1 1406 /Length2 6162 /Length3 0 /Length 7128 /Filter /FlateDecode >> stream xڍx4\ڶFAA c3:kD{DoQDI$z'B|}9oZ{sݞ,F v[*Jt, PD&`g7`w$;B۔A(4PhzB"!1)!q)  J DKAP;@ ؕ>PG߷.07@HRRw8@₮F0G ()pwxAQC  r5;0Bأ@!p$:nq4z +_ѿAῃA`0P-F@p_@ @ǃ$B _3 JfG! ~ u#:^pWP1<\MP7_6 @o>f ~W=z H"C#VnHiO7thB\&#(;_YWwG0o?@a>!@U@kP3@.@jP;/t_xTzC( #_Ot_>M.ZC#~MXT rw UiMfB3VH h#4?& AEhf׿xC tz/ϣ+ }Q(~xYjSnϗEL]y? ^NSCa+~?v0!ӣ I[b[r&^lRx݉|( pѣ)vnc>`a[E Y<"#w00| ;Wln9./]@Z*W%w8i*1G (zTJ[X|tA[ GR'#uYܞ#lDwj٫0Ά2E`yLܺ7:ӈs mX'"_&^<~($l*RQL:lox @AN1|Oeœ9~]POmj*8#kVb{2S1Tˆ;>7~:0/[SMkI1ٜ&Fm piRb 2Wb#/dBeR%O>LR6؉']c:@PZ+]NMhvWE<ş&6O?wyҰgP5nraCƛMo3 !5ְ"XEchR?Ue?H߽gľ;`W ?$"U:A~؄QDDY}#LNk`ےis YݥY/Ek-/(DU⇧Ozb|]{O7CtZp,G4Xόh_ ܩj)CxORnqv{!..t TRw3[1O~pgUoja: bR͵=,)]X>p1x Byl2e8vaeKco~dʎOlef)o\_E s*, ~%ofHӉq~uuYOfg #oIt3Lbq|7,Eܝ˦ӏm!slM$`Mn5k,o@Dǘ{ uF_S<1 D2e>x?dWe׎OQX EMM>eȂߺ.\?閅`;#;`̭Rl|4]eY|#=EÒ3Io<{lJp I&wY \ow'ПwK=Lտ9$LCGݠ*M<8Hvʙ:0 \ʶUSce,y|M{6\dKSM{8{_8+{?w4D.t!t~xE@Xb3q8r2&[[}Ǔ\S<\޹` ԾѶ[6:#׏䦸'9ge(B;Zs*l Pκf ovU|U K\opkqfZxpuֆ;F ~Svs+UUXs EOf}' yLoSTq_/`%o V1Roñ!Y JG)- E=iMˈ)A0KhX ^K<,DĥY)˲R2ъ1_GhhH"Oak5qlLZBm''n.\(a1"+v me6 to☆I>X S0b i8WT8-VÁ4jWݢAef}æjn7/+Aivg|1T$WjU }wi18N!d(O5i@{6=3^$P4/U06ĢBCoVVFN߅# ܷ{gwfSz3>hkn}V^[H!<,rHly韍viضI̖~pՔMlL~/Wda S\dF^W n aQ2¤y@o-4ajk +БX?dchO3Q/_S|cs0(Rf@K ہJA+u S+9@~^86$"E{]u+f~Q( _p{=~0L¼fy~^ SdaĞ+}oW剝0p/,L\|3@s5&JmL5iU$7I`Qx]3\R8ƁD+<+A+c}Lt57[ )`⪠O|8]v2MKtb/npfdcq'j-(^갅1>se]spԹGstCraUDA@mO%jWj&#*יٙv5ؾ9M ,MhtWfAd/ضTǷ_0'uNJ`Q KoSǻ)pъ~0ӕrn yyC}fd| ~z@?|$/W&B˝;b4j?Dy{%R#[k.s?*7y^zjrڦ5[>e VpC鳴$ɹ,4ba_I?0.UŪ:PrZ_W耡d-1 6i GtrGx>-2m!=g gjZuOt-5l}oo~0{|}Ь&g۸$!xJt @Mq灤[G[]'ZrtE⟕Y}2$dN'1_ SdN]bN/!-b\ӄ:3x$3iuh LuzVkT{m>8֣A`|dqCWZ3&&nouҗRz<;Nui &e7q1Ox?jLiY+&eߖwCVs,#^WbzKOsPÁdkeudEMUocL!Yf}6?M3΋URswX3}K*:_$uI|c^"7}(W  $t}@t8^?Ͷ317HB,2ඡe'DBӽ/?9C6߶ UQ`&9<%5; XxyI+!kaO& |lqe `tޯ@+S#刜hc׳%mt`@.^9A(y䶆ꦔ\*e>Do O$bYBO\6ҹsؼ3c1u Us$vNs"&QvT*v~}VG.-#iQy>H;p8ɒV['}ɵ*ndŘc} {q'Ҋze"߻xԅz۰ؚV4nlp!?'``{8$_@mg:HP|TM-& ,bۃڶ*lL^bzk,sjh5$j,#B7{Fz~~^KE]艮oyLDcXE'Y?O~wp) Wve9dvVC( o~|5)ïyTCF)MZ KЫ %^!l ~0M*i'6S{gxYڼA5lC%Yv4¿Q16I jc],~3U-݄JnO{F 㡏 kc;򗶼zVjOb^Gb毕Hh#佬M3{,l ~dM Yy{`M/sQ'!ga[پ>I3l3v ;dp|d6d/7}ݴ^~Ы.=K;xh+^co=/|occF(֌sN!*"?hz_ZϼJ=פR7{)LjXSO6>sADZu[n6\9,W6CgNV{a<| XP4[v] oY 7xd@D/x. KqSֶf|ڴ2xMwrPc#s;$yb.=a}Ky~NǷ1"ѡAPpSkL?JMљ,O6 EͽKf%20k}w}:xGG Raqq~~"~gKf[QƊjL`HL*)P+xC/>ӽt_W՗`J[P{b oq똱 =NΤa4/ed=ɼFK{ys*~ب]"?~yPS'ߝCO_I{i0b}C;DI 7nAk^nm4x){V3/9rEN(3ڏE?|sAcg3+UӈGKB!MS`9~_@gKKVX$D8X0HG1%RG )Y灀3/)bL#m(]KltV凐xWӇJ9fZ"/!8 kDKeC.U ̅iv qЋm ”Ҧc\^Y+4Ĥ>tRYx9i" '6)Kvk3gVӥ&+iIFi+^Ûe'z[ ـW7't(mHXXؑ?J^4Un8j:/ݥUçJ)L%g7ȧyHb8$:J)rO=g. ?yՎ gfJ-h endstream endobj 320 0 obj << /Length1 2975 /Length2 21598 /Length3 0 /Length 23264 /Filter /FlateDecode >> stream xڌT/LwK  !!RHHs=xޚf{S3Y8ܘؘYJlVVfVVv$** t$*-+с &iTrtȻ8ll<vVV :$M=@%fJde߿Zs:_1{ df {47;n2A+hljb%LYԀ@weS{ߩ1#Q4Aa;Zy` Vqwr'#86f/eSssG{'SodH+2y1L,~ ڹ:M=LAvf`B7H3;?Ws++w,̀,`!hotpsE$h7͵upt/9XXN݉E[LBzY\3enہ/&o28_'G'%8 ?Au5\܁2 s7 bLZ賂Ǐ ?CY8:ybyEE S).e0sp8x|[Q5r {h^:m);}sV.Vs7㿭_#vOdxn;gq wʹwAB\A^@ U_=9U]AO+en >=\# ޝ{r0wd\SSo$V$sq|hk,n`8; rsX~,/"x,/"aH 6 bȾ  O Ǣ( p,J/ ǢǢ^ػ {xA`/]k w{{A`=;ئ)6cj^'lICag" KK[4{A` 3Ss[W;SW?s&Aht7?+Umn? !;ځ8S_{X |mS=p,|@T ,>evX XlG?݂E^ T3xjV?5id tCL97vώ>$ $X^\qm9Ϝڀ];ۛ> |}8 ;896pN/`Ngÿ懓o꿧|[WC/eF8-ps#Wӌ n@pO^&o@&^Z{i\~/|p^sAu2@? IVK;@؆K`=\]H΁z^ tO]uz^@s/a6aň<&|tߣflKXۑ]!{ў8AmfiywpXaICtV-tdLJkgěH %8xeo/0׺ ǧS>ۈH8k-뒿"dSL8y{w VJ!dc*lI{iXahK?B"|yZ0ΫIm+ ws!=qU+lj~Hכ[ ֦O;Ȣjk_xGVSFw 1YuXoq#sJ-s^ 5i'k.{,}Y%{E+r ~f-U:Qa>Z^/iK/{τ$9iD+ # rxDq5x֔TTѢޯȎ2urosmtu+::V:K ! Wg8M(v{0ؖz2"܋GnŶ٘ٺ3cOfJCށ-Dee2a'H[>z8`bw< ܕ }t;քvVqBz+F8Cb"Dm'Uf4RJ푧,fOsj%m:KD*| ?'C6Z# S5D:t[^g`HH,̈́!mۗo5ըA>&~Oզ50tnr KOgAuAa8Cdq<蟃Tܚ9b/\Xڜy7RӉ%:c' [x&-?d|ң {"cYi7x}ܠx{bA ZE7ZtTmG8BN24%9[]?vj=IU-l'po88` ) 8BNSmGT%ңs>,e)c&-6ÑB/<%##ݑ_%u'Q,>Ұ)}K #+} r)bMK="na355 EIp Zҧm!X[pf}gcc\qc@͡cwK&Ʊ2ѱ Vl_-pC)F&:T F.p RS_d$1ϛ~\[[~n .0gQE3 F.¿ٖFAڿ+B6sb N@nXӥK@0ݿE|q^/j=j4\7qYŢv9 FE;Gf,ʦM.[KQg)ȷjXr5^Y6VfI̴H1PiTN?q|W|' ]kZ›ڮ V&iIZL;oQb{G:* Y4WQoCѰ+,\ q$ }̛;2KBd&Zso$XQ;f>4{Sbœ HJ7I5W'F@n:}c F]Gu{W}\#8o[hhi{qh¾M*"GLX폆9kG&|']wţ $8G}mç,g>kduHj6Xk@Ë38\Q]CG(5N#@ =HCpe7; .s`,HcV4dOI,kiFgt)^.0 /q21E]k_RGc-UpxKԃ + 3s"߭$ΰWbS8!+ D2~K?WS'W hk@%ǣnDMD&fڍ7`@ _WGeMNs"x>}RhLiC]z'l 'lɹ Jpg"7 [{6糤C*ٵrU')s~>:(sU@VglYju-nҋ1ҽ=vhDw;ᛲahwQnr q] +t:\ Ȑȼ)(Ky cdv:E4ߍХ e>oԗ,O^ٌDcCyvBns|0f9|sv!%2LaǶ+g :Ǚs bXC3$.Բ|.~<.XW2wT]VZ}nlR=3 R:O׻{Vr,mk2%e iJ?f[خac66[u@-E$@ ;yz2hO $-_H;|ubW>\ϯRbXE}}PiPO,GzK6:hVi]36Uv~7HNgFېT5W\= 9Xd(C1o< 忹lqǨaq@id9s%' ? 3}AeO65ݘPFsk#Iy-Ø9`^TܗC/:-j|_5-jX Go5؄=%sז(z+ER3H{ En8/J2-Eyo`rS79~~^u,Pa,c/8=Njp DyvVu[G-onSQbɎ!!/1Z0wALO{>4q^i#'⾃{NI <-MBf(~VƳ}cnY5yݭ8YkY!x<q:<]7)uY[sh:tb P;oqv^h}::LX. Ѣ2) /6yxh3O 3+0c a/HE7'm!GJC5&C$2;-}@b&ʢNw%hzq- L=M>嬎Hh !$'܀#|;5 <~m2sSjjmfjBl;iG;?ZVs s66|:||F[.gvJ8Ϧe=-y&H8~T8OhNgıΘ ^B59 !|gOgZRXU@FĭC?3Ҵe1a4.QJb& NmB]M&myԹ.iԢGLP9,#OK]]ndNADJf#F҇ð4\:cۅݫBgʩ-2"TQ B?]cۭG ~:7I>OFalYCUO:ګpPCA0 ZfMꘁmԯʠkT<]M,:_I}y$W#4|{@hK5;+ت}yPm  YC8oR.…s"SԽ<)o<;++C;,Mw}޻e:LH{ҖHSʷaUFR?،oЭ8D?@Ez)P|b#J33 Ϊ҆HtD]óa(SήK7#9<`v'%cg~57 `eGt䭞*o=l6]"dEX}$&"&OP74?<ٴ3̓4aLѰRu9ҫ. a8Nx qmRI6hqY#^+A+4X4w|viUlh?ttf\,vd-~^׀jLIa >I`(и%&bF<8s^| b@cC,|rÉõB_Ņة]: J菂Xn6bWD[ nW]ޓ5x?Ui!/=LFFut(4ԜB/,U8]Шbj:e`g5#`(FKXh SUXgz+}(ޖ>y@S?(f9dyO#$:luI4W0w՘J/qH< iJ|!(BHd*H7YS?z KLb:Q`d 95Z$uUZf[mk2 V35 ]eE JhEP>ͩY O]Ȼv)8 .滬OpHJ\495u(GX<=ߖNb7I>F؏ӶWҞ36vxEV(b\KS\P|ȃ\*Ji˛W%\YL-^ɉnOn2}+eQ)JدpVGGQ=?T꼘%8vS:EB{a37!d/Zzopax! {pqJ;5H:-@b] k(_] &&2sÒ8ֶ2`*7 Zz_M P?9p{o6b-YĆ]1t:HQˏVkZ8a4DG*b Vd^S rgiΣ-2t\C/_PD'v Jm]iPG!ιf&yB G69qgwpZʠ77MC!a_55{qDw(+g61- y?Zw?i24AJBcc@%JmI.KmKUJV$$C%W t*[}hǑ'Bc3uh x)iVy?ƺ#-'|ؚHmRJeр2e~O?gnMS zTL),k4{bS7r)@xo:$#[Ӝ3)GRg,EKބ,rb8'K/: Zw yݴ̛/Sa #^9Zq4T"FN4{uIY7U @$rSubT̓OlpK2!+*4$#shC?[ QkXL^Wp!g6&sk4D*Jw1nч9H,PuC7|KGmiЮ}_J{C0 pQ"%CKэ v!_ Gg]``j)>+Fx~Tef/~𹛴M- }+|V|.tD71Pc Py3g>a(@H%,Y}3ـξ:ЫyVKnҮRҼK ފ-@q@L^] Qo_A KJ QCG_mTJE"zCݘ yF#?M"|YRF(KF4*i4Hmgg |b/_4e(>H0CPP(E;ܮĩm<ÃTEGWk NO}dDc*.=79w/PXSq-$B"M?` [t3~!hY9v28-Ԛ b-R#ɥwIW"?0?.6"7O}|8>vF|]5.B*feojYw79jVv&kWi"ce?U-T%gxC;өWFc^L9pYGjRXbgT3+T=T# ߙ=䝲#"=N]ܹΰm XNʧ/$QoT$.8x 8u[Lê! OУb$ PcsEsdl Z&EDg%n$ee Wh'O+LhUmV:EWj{+Rlݥ]7 -#$]1Drio)Y)#Ĭ$\>\j)dE>;|jOPDTPpN$"iZKn܇3 D:)^c%;J(@vcQ2ڍu֗+0/a:$+Ի*G!B Xi^^nW0f ӗ}nJ/(ǚkY"sz;U뼻X73gؽopP+&wx]G@gd*ei!B9ETg>Z70&7^:sA]>bJ71QOk ZģzjXMêhvB֝ P**IM{]?LW1cB~5wXFxsh]T,&l0ȫ8z+_*mȑYV$y%9'2@g$1ew[[\A8f'8PV7=T%U)r@/7]i\QPItSZr5v @􎉏F7~E] -X2l$yŰarH-2 ǤbwC@ڣ|@)veZ.MJO鑋Ϊ&ϫcv1Gq\İq͉zM*a_ v"=ӘiGiU!xJAoh}KiZ9م6"a^FMs3ZKmR=$6ISs\jbh滚E&as[xO.>/}#H\>T#7#'RaL_BD%M 6UxZ}˪t'f1JusTr'T+nRC5¡صs țɮ޵ K*5A ,E2^Y?F % Xt5(;ߥ#`boW+Ar| ؈Cφk2KE3POA Af8,Tzy=ƕ7P(9o3&QkcգrSGd|6J!rQ$Ymk]^B@dO0vc&j[Ǐ;cIE+atN22$%IaRhI4NjuP_F<>״,Y}v$-Udrͱ"ЛQ/@ʜ|ې͡>\R=ȩ  5A$&Mu[:IdF* ZҸ(wnKej tIjkc"cQ;s6 &ktSJ+|#&_Ţ?,J?VٌY^>8H h{'|%N@ wW0nGGLn .d]SG9#BUbe4Ou X FI7n`i`)M;dBi2vB;|lN*<8ovHL9E`%/=Fkݙ)ZBxA d2;(cWECyO/I8D{zDd!3g{(o~-qל>HXŏhCĸ.ěGhXr91]ie\B)1iFFp%#I+AN3")KeY Y"-H;og+i Vu+s5McDӕc@WAC>q4$gP"VP'C91";mqJ@+,&3GPjy>;+@̵Ȭힸq'۩l}Y(J\BMh P^mP:S/ӝyBiuݏ>+k/˜(o0x<<9ɺsvM_&_(puV-`-GmAfYˎ1j##u/ wUSPgQ!YoϮd>蠚sx* .?ER6f]'?Ng(ets^ ⣁XRƍIQg7inxdo;U8%<Ձ>&&;#ޠ;r>@AwH: :PƝ|T cLÍGhBO ;KgȜi-u8%풅Rd.+EDqtKC4;0C 3?p21n 9#\WA.ꁣ,##QȪ:kwrE,ƻ'^&p[cOpƇR|%!pE$>F)+99|+vw|ȏg|ZM 0^t0w=dYu R?t{n@`0 S+kڍB>< A̢#wۚl%,`~u2ed(4.!&ʮǟf2?qy9 ৶-aOL8BATgvfVrZ/|v?A{2i\jܙi"P\H0CU,'kX%U礥Y|/QTXRʱ m0 KR-+X0宿FBq ?zFdt!?ч"L('i xj!%ENI>pb$_]KlEZf xS e?RFfW%]xm ǥe#g1%\DW~Yۧ |`m˄gX[<L9Z@ l@%>4OHlt'] ~c\mpcyr6%j}\{ pZ$Jz.$8zSlgEy3׽Qϫs핽 ʞ ! gϝۺ2\:+sX߻$Fe[)%Y ĹodSHj32nFG:0jC<.#Ŷ$-3"<YʫWh iweF8[vUx)c=-$3u5 \[%8n{D"Fڮ[7ZGZQ̤ )- 3:8B@pѮ]pvÖRd29 ~.vF\WV p -)';1F K6E:uu9ޟbɨqi"y dѳ'\#ˈBaNҙf56V ~,j{{ZKfد4׭6_k=9( +EޠRSLj8M5;ޒFn݃n`& 4gW>ߟ!BX/m׽{Ntk0CaX͂nF雭Sw($mM)нSY6 k$!5;"|R$B;~p5z3m k:$P&4}%:/T#nfq{wW.IZ-E~OWhxb $R1εRcPC6-.hbI|c_r(>6uY+Z8 A_Jcv7Jdd.W$aO֮>^J1OiPb+M@k)2`PaЍMme//͑Fh. [bYf.w4,<[L~* &s(yu˧m 2?e.ۮ|m#QiO+ nWZXN5bsLDyW;T!sHY!V|yFni Yu-Խ3bݫ:,7{-1X T¾H 03F)*Н%*SeiOK[k)ҚrJzda-z1Ip-u#HB[K)X`TwJ&XjZHE"4JEy#s#rѕ `p[C;ەΫOIu F=0%7ms f'OLRlpg0?oNя"]ա0Cw/`$ZX'> A]v q^.'kx7J\=oOɴ!Jcbj^}&}6 o5%:trԓrKDDF^3ӚM$@Ym" ATx IJRڲh5,居.x &OP65`6 8]K$cl_JKw:M  a:}S`D}͢oak .VԴ/e?g8'd~AJY*ؠ/)8"ֺDdT 'j޺ePJn\p[ʊKއl}Vx2˓^ݙ>ZVۍpdMoWUW٣J>j/4HBWN/гL倘`; )II\:K-GQ֋Zz7wH3(T{ccQ$ E]),UY( =DE}k)j >N0()4N+_fPˠ_ba Nq8'_ :?b? ѽV+l Z[,xkKHMc?4/c۱ T)#qy믔b; %r'1:oPfml2"VQ&!$@7X~ĝ1pSN<  eōc;cW\dcBK;K 2]Wf8._g۳ 憟jVR;Ets#]S$Z6ؕ^Ń.o1lC];34`Rtf9v Uۃ`7S3LWh{Q[5K`Rxrh~/TLsJ&5wtG5TXeYԈ#D[il,i eɄQ(EYmv!Yʔ;,wJ;Ec g(g3^OgBFqVSBȰ&`Ԍj#v/ǐʘi&#ò+6#)g`BZ ;TC[.^nw[- I=SPEw<zHl#ȟ3 45W8Rava4 S_njo]y:oFjW>V8; -Խ@9Hsķ՟Q .DŽ' V$P^"!`Lurt1~.0Ai0ѣ}?`~"1Xd6s[N8UYW߆͛\ԶkB[A^pe _||oR޲%7pൣ%}Bʍ"FVh=^>ݭ}P4Z:µ3 U"c9Gu2;O7~D۰QC*xB6vrȆm>){a@dAvNF]nSl&vbG]NFi8·SMU^%Nfi=c 9gh-7$.UEJׅ%>̶_IY l#HArc B3pqYHuO7\OuYa'=]~<?O ?>K\:ژ٩d2ɻv(vbRKbB/C3&Snt-) `"?yv!@PC2 ߺMr>5s[d]Da;f)WDHi]2B|+Y tS0t1kkvU[J樋ʲ7mn@gnz&nٵQ[>Z3zLT D5TNMȱ3/HEɺ5zVPi6Jh$'b\87L%H" tJuBRTzvH> X{iVq-Zuol3{Դ%+ h?$ @pWJтA0,XeQH /)oap,T]XXkWD4Y2ϨBaih ą5-byR~KX=gxäxec):.^E1t8<-qPWW_ !=,* ED8N Һ >Wg:wͥ3-~5NpM>i&y KEb}þ+P/ERmC%O܄n .m;j[GKV1V>8b"oT+$)}_R-(zĊTul6;jrJ$&^'S&)Tir(HJ3 Bs,U JS?&/+k%BM' 3ux.f:9S \HJ@@"<>n>cY6EЛU<[Y;ԜwXC˦Tr < +( eΆk+֠A J}$P4rw;ϮQo)؄ar-v0TԂ 9m}$ZP&(͵+6`dQ@t) A4U׶nԋ97;uG±JF C-k🙅ptA@vC* `˨H#%tƵ^$ijK>';$i¿iQ' z*~TN9`K"2TM|/ڟw0~7EŸt5됞 `ՊoI:-/͢#kl|=x\WsZQ~gDت;Z"c-^cysZQx.}]]c9lw&ԌO{0h>XyjG&&XZ'g?N%bb˞4 )lAJC <;UɵFÇ_0@LRԅ7 y^!+ۙL_X$;(y_,ζcwnj-'Ni(m"kn _8yԗK|_9o0W x=5| =# ;UnĆ#Z=tw@_˳L 8O|9O.e Jf脚_1c!)$LZ*@>͡瑹Q1 "||8:<,,'ʗj  7|#t"Pnn}{XmI|x[)Q6ۈ1;ۯ%cj׵b)\N,7cHVoԛ(OKdo[wbbz+ذx la@M‘^M+l`9n/x K: ;1=n̸IwEv/,GkHYm7prTi6(/D?$\3M.A|kȼ{y\'ip0/icne-$^Tέ<5ꥌ C}o5R TshkƝPB,JɂߌF@'o +L4IT(ܠ!.gm z8#?JR[X@f=J\*5B?=WzE)ۀk6 yf/_RJ<@iUtP#sGa> OK#P`[Vo҂x#oԪV>;}_H(7K[VM~sw{~*jEm/? =@dj Dw)Gos7N)'/AA_OP_):)Fv$KԳuȸ`wЇ}_~C,Xc.'1llhhqw7mU96wy6;[/SLY}Hӱs2w ]yF1-|L"|'AR2,I썧k5=Ia7.X`+PnD ״,êxT̳S"8d74]A8r(ZO`!5eS R#o}zطہ m! L~*2yR>hP>-F 1c[.<"zGEh q``2a 6TBDuVH%!8:4FRlx͞f#-/>[mnPH^ (Zx7~l~cA̻~\*VߛWW+޷S9,/Nm-7izRbo'0{hk ^2$aV~jL/~X"kl&nY.{akϙ]iG(hcR rR̸AE)p1O?Skf kvc]hNQ^#vI6k<~I?xPa\Ul \a>rF^s/FpƤ{j a7RKEY!Qۜ[\xhutzUI`C[1U'81"Z+C|< ΠBNsQs8f;1 !غ+h b|!3\m\N{ endstream endobj 322 0 obj << /Length1 1449 /Length2 1995 /Length3 0 /Length 2916 /Filter /FlateDecode >> stream xڍV 8T{/]H]Z[Ȟ-!1sƜsKThsr-6bPK-Rd3n}|33sg׹k E$<X:yxȀHD2NY沠~'(b%r1PXD$=CzC"D@m08=@%ņ\GFS$Z<b4*\&uQY7jL.7̐@xj(Mյ2āVjx2`œ;l`LC`݁#p @  If t2FCCèĤ#T.RY˧FPa5LN殀m8Ɔø<fv$`Ǽ[DYl{arC|0Bg֠8Yb0/]"O(@4&A#* Dnl04 058a?5\6gG G":L (Fp߫cn1ccφ#/ EoO[1Q>}/g 'ٕ-,HMd%=]c*<;{@̰)}8bjP?ڄbwu4}:q\T牬y,t\mqj(̊E`q1 8^Ќp : 9jǥbZ0GYXÑҘܘqo# ʁEoM"a⢅`oFiǎJl65 GĘD1$Lt(rĀGP.eDW*I| 0a$a`䛩a1 \>:m0'fcbW{A %m+I|_1YGztpWF׮;-'('Szڛ:R-__BC;bR ?rCԥ[+k2#:TVRza[ _h֠B+|DE|BSק,Ki~f%vJQǃȪz@}UrNk.ܙ_:Ax4=yZР}gʏv o$%q(Бgx-9+$%%ݶO_ woz O=؃_h+6t[7&[>zWAq ,.ƻrDu͵j8RݐAFdP~xgyaf6K/2:>x~gvWA[2>5L2zFvp+F3d_"lyi${k9$ֱl֑ƸBˣ2.soO}#s2UNX_"ܾ_kEu2ٯ{dedߙ> ]9w1VA CZïX!,Swh:bEs%\iخ$Ʊpʹ|v7 }ީ/?ӰֱTuh)Ox[oAco/n5I4vS8fOpɯR'jIyk{AKr2["ëOڟل8~#6 '&ê^&c^}*.U88Ux@EiͶy<7EL6,W1!i֕7l6ӈ ݺ4282f[`y59%%]):7T0|hw3fQjCA4FGl6d9*dΗ@xv6U$$ $ι Lϱ}-sPcH>2rYisg=o4Z4+DQS:>=}XnzYZrׯ-I7O^id)ք.܆ÍJR~q瑗C埳%?4k !:#Ub͙tO+/dp g)NV)<)]1㺰j  21yZs1⬂=iB]fMS͘_+n4thk]m=->.,Ի:}oVe_ ڰWq&b;60NWA\E6ΪTJo9s Glo[KwO,nJ~ѥι&#K?d0IHrE5uk8n(k%9U_BT"/vUQD-a~?c>6+o{vhҀ=cr!s)kBWU?.FJ>Nɾ*+/<ۛ.ڳ=jau*[z%`2^煬[~O՚0x3qeϬ+.hdSוV'*l(Yc/ J+: ɶwH`v` #c;;]L%L{>cpc5gQaw=E̩Y&)Y;[(])wkFBUf=5y{]4iM{]ȚS'LY90ngk4̆ I6;Pee1%{LKܗDNJ: ZVʺr tQ7cZnZoY55Fu/CaYG3WG%ꅼ4 Hx|۱% 9kWw,ҸA`e{ۋ_WW,h endstream endobj 324 0 obj << /Length1 1701 /Length2 9247 /Length3 0 /Length 10330 /Filter /FlateDecode >> stream xڍT.LJH#J Hw7!]030 %! -!HJKҒzѽޞkݻfy|i4uإ``y%Qpqrpq`Bz` @"e@Ľ PvupDE<\\1E@7@ ]e`Np->@naaA)G0Bj@->#Ё ``E D899.0sf6;a n`+@G_q`tm!.u`w  8@@`˽+ '(4пU2`7? `N@'j8etp݀o@x_幀' WwYj%stC.ؿB`}=9=XCVֿru|8d6a+#\\\B3^ [[|_ `}_b r+O#lnnXm Pߋ!cp~`PϗSW@OVIK<^v^^?@@XA4Ipzߤu{L3cw `wM@_ϋoEwupfϿ Wqj#>U[A\Wޟ6B\!`+Md{1ub(XعGwW w~g կp'6 {Pp_5PaA'/$ ~r8t_ip?=?xO_}O 'p6s"uO~]@08{nB{/~ ?`=?_HQoOo0{;\03WR=KrL w^_[0Zno'ڰ+*UG]Wr[/S>UO3ҽWlq$tfKkZ@m$Q&Hi )1YL϶- ^d1GZ6dnuߚKkF; n; aM v O Gi8]<ǮDHeX".{;a_70c2t;0"BQƽ@ #ȗ֮#+0HUl|./+*_&&~I(mȵ}hV k;3Hm~6{(C7@%֔_F:k5~5h;RwEg\#}6h &"FAo%OdK#@8s2/ѿ9xB8i*}[JIwQSQ8LL7t6&!nFMI}WɩZoz&.:?QͰEy_^zW뇨xh{ 0^#-6㇕2D3! NW;­ .W0CpjzN b).ьGkT胮fsE'\~8hJ^X!vd(#sX m}d)w-]-x]=*?n pPlhOe>IѨ.s4ES &jt@ ?M o)( ag^Pf^`vJLc 3$i[% ^eü]7+>?RbйT'i{}SJ0cIXfڅҘN){ Ln<vSD!C,Y .5fU"UiUO !H<~x*+y~ Lp.?0!!1/oO}vШٴdgdr0JX|^i)Xۿ1^n)8NKԁ|O7 " WH ސ2x4w2xHֻ966 Xb7 3 ba6j¹)ꧼ87OSeމSu#7$V1;8[IPNs2K F&M-e9x0Y܉ C|9Nv@R79 !r@]3<;S{a%Pb[eEWd߼փ77'r1j2r0h:؏.^";ܵ筷O+ MPˌ{˜儅J %F]*F_ .K]b_jӣ5ٹoiMne}4Ө:YN+d7qWp|)í4[V2ᶮ~Wmy= ҹoTr`OG''\L! ,Xxi[m1bSђ/6_>t|wMEpkgӪzpWI#mjVo+~L{yqx`!*`չ2wbLZ}a)9>N : wt %@ul?>5h}&֗a<̰lCpH GB<:$==G#Q§ ᳙ q\ڤ?R8^ړ.QҼ" '8e_L''%0Ln ]# 1aliݎT/Pʰ[)ceɕy=7[S3{@e':d+ɏd{Ъh9ȫ I8'n>/yN8?TWd5Gv+X!=Q/K{VXx%}B\b5tp '٪Ԍ-ALc00 ंVn>.;3N]"Q5kc؝ɬ&w}C MST%mO+Ka{z_j LiQqG W饧tCڈyUۗQoE@B0"$W />53͑Wy'2! O*Y)Ny$0"d:EmXkF F,m~rq_}P^Zd4|,XI(k>V"|*afc>|2)mCEn y*pJ ^4&I;IO35eIވMnhɢ7TSqnuwWX̬ h)a&A8kV63)P08"_V#Z+`-m %1ֽ(;^w$5M- Eј҈4bzvOcZIg)zM^Ӂzb_-=Ä/8 qtr7ś2)bJOw^}^1 IGlpա(0L&L]ڮ4y^x?"u`ݾ~,Y-^2wŋPn|`'Q^7gܾ E4`.4z`8g^o>O|>W[kʑ&S/E;<- 3,Ds\T`@|1^ӋP}7÷_ì(,e'j"b"/ Ƕ.9qmH0[L]f=wI?蜎M7WO䘌^.8[<_Ep5? <&#7qn_ PXCCOoͼnrkTA dx%Lo[0{e.ctV3̼DOG,F_W٬VhuV|QL$c ]ҁW>-Ht,M?u u״V]ZJx}rbt2!WğR?6f=C3ŊI S%մݔ=ZxJ.\doUNVI֧4Hdԟ<3FmX Jc{g{EYb:D}D!yQ(xZKYϐ 6q-NSHΚ¨ Wi4oY <\nFf*ЀRys}6:Kt-EV͠A5kxNfu^br2oPE6DRS8zr|i$M4"& aQ`Qva=pr8H}|H-\Y4G-'Rce㔌3"4 ; uLُgZm;B.b)6"%>1B1;\|򁘘_A?hrpOW []ÝЅ7Ik^Go;f@R?1 g5R&V/$@M?l]x`e[b׸SU/0'd}`C%/ q% IHtNsFw{> 3%Xf2ߝ&:jsg~ :sxx!,LF5YN[G^YeKUȶx{]CTiOty5{4!t Sr _l_! Ě J/z {lN)jvԧ8T`ҧM 2>85Eb\~$|-uy9.9e q-̄&7;3n a"*iT2aʡqDƻd |JԟqCb3IfMZu3*+RdDbͽV&"9k-5T]t颠oE<͒ID_JAEs\xT\Kr\d2䛲sm}ۓXMƝ~M ::۲}ܮvSBH[aM^mn'~32q9 Ql.m*֩ gcp Պ.Y|e .tG6,9d}V>VsB(Zwfv$Kewy̹Oʼ|:TLJ4)p]ϼs ~/InnCz#d5Gm(T?*#^|r VZc/ۭ!#v?V0Sl؈ҏIj /}nQIXPbR Ka}51YQ~&w cg<_gi*ROj80 XP)dwnRYy؏ڍbͣ8#̖[qoeF k6gg4FrB2nˊ"q*Knқ4 ryR%0ό:QftD`: @ Rjq}@.=񲩱!^1ܽ^Cd4X2T񏧚ͩ& .߫ tG뺧LŖݩ'M1fي-= $p@w[:pRxt~<1kV|Nˎ|VhMP(K >ѡW;/Uu㦈ɜ:^̨k$ys"fbiX@ F8¹oMϮ):B{r*+\pU]3lfLA7_iJYU^t5&M2 J(Є-v,.yYu>TcC*-57l.6c"'GP@`"Xe~Mv}!Vds9g ϧKFk!]p{ $Եh#n5TsN(D+2w}lU M0fL~4*xVJǓdZF+fqxg{-~A'#+ImޯwW8.bvKUD@cƌQ8N`+Vi@vz6bgQGaqK[jF(t7|+Ә]cbRQDp9PPq񙄭bsf qO 7 욵)ȤHT#A+#I25#}:Ƒ G*ށPz)4wK){dܘ-nLw {GjFAD$/,Gt7~ՖCot|&`=Haxaftkvy8˶ (9uK|9waubG2$+QWe jecbUHu+ν|65OE9PLtַ"2h,ƯI1dMXLnOi]ǁS3(H0,:۝oڲ=-,r߬.GN&Kb&>d/E%g>U-pݭ[5>{3@߱c&Le /LeF:zN$Yo5ʊn[W][vTKx4}A Ѧ0PJbpF+KtJg-:!i`gȘ0_FeY SP5B=X> Ti} t/@"aC*1%jh_渕0}oȰ7qP6O%*TlX]No ޺ͬ!;NhB,÷AA2fo*y֨ Ɉ^|W][:j ZdTsSr+-nԳqbN^rCh(۩/NJ1Og+`S10̱cxa>}PnƄ71+ 9 !(R˽zՊzpC%E^#vFG6 >oSΌ XRYQX@(MyF4p!΁"Λ"* Q[ )kZ#lw vq4x Re[{3 ,|C{VR*9(qR_q~wDy޹_F=ܗfrvoIAc떇:mԇau/L2:y֎{4ឫMq* ihQTO ljcƛ_ 6ޮuOl Ÿx \ pGi7B&Ȼ+CѰV1myv*$Q$Ss%5UR`< y&T+Mv52mZ%Uaôw  "EBnyvUh3F: dΓ(HD+>CUe&7Z7P妧e.ָHL25 endstream endobj 341 0 obj << /Producer (pdfTeX-1.40.18) /Creator (TeX) /CreationDate (D:20170830150126+02'00') /ModDate (D:20170830150126+02'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) kpathsea version 6.2.3) >> endobj 283 0 obj << /Type /ObjStm /N 96 /First 882 /Length 3772 /Filter /FlateDecode >> stream x[YoG~G ȇKvx Ҭ)2$;~{N0b1ꫣG#a5aDXC87DOGvOHkxzOcФᩈ0iD{,JPG c<^*"< Z<B@ `!-HE#& ["Eaqp qˁDK%Z{$<ю1"9'Ք\Hq , HA-藂8nI@B΀=,q)z` + 0\aK\ 11n8t#@-Δ< X,R )@;u xK3,z ]&@9&\aD*ĹZ%u- g;9b 9C ||VB;40.&0 & t,a F90#I>AA !r Z 6$  U7DR1R{i8RM:l"I\ P b aAI(=J\M@6 =zz\ =ٜC8_~{EyuOl&`AMe(6, ;eljq=!QqZL m*XZ`&Sa԰c:H:Ґ#X96"HF  +sV}Q "Ń#BO/kr yvCAzSbpY`Ll } A08 еpSfCXys,5Eqd:&GmUJc\\ aQ8:ꮆՌ b(HQ D:'7xjVî8PL]*ar buCQvc0~B;Lp3$x v9-yؾcej+-p8(V*ٶB*LU< ZFТ8GPXzVχ'J8"Xv4pcc,(8-CzH2FMGI`^,v_ _X|r<>A"((D-c,ZT0G*ٰ[Ñͤ& ?D-E-C:ehj`;.}q '`!M/NUI\aĭFu/lp„uB׹֢;Ac;=@1 04E0ӪpRIh^ŒΌE3i\0$N)/)Ψ0X 崭H+KCD?''uel^ 걱_iġ`K^j"J޿dy_2ǟͮ_q=Π}1XܻW|!%97 yz8OOY~q Ug&`]׳E>?\^,2Ok|U8o$XrV}IOy(f4 %]5]QADwO˄ۑqe|6(amDmyxyKQm}џc3=Os",ӏc?gc)|] Z,3zM2/΃VlIWeeт3~_Ϭ,c~0c#Q/ *w.WIhYTE]>=zqMh$D$442z/>OA#?ByoEj/^ =נ˱SRQ^ƏsH*~J~[˿7mXgl)[/.޼}<.qI&\~ aC>¬̖Ad*~ouz{c#&3^)1Fˑ`uJs+,Jn0Q@|_~>ͅkG`g` #g)mXoWxq_t-W~ӣ"c6_L$wL$B1H 1` F:Ux<ռ({%O|r2 is~z? %r{%_NBގF;m]:lXdrײ^'ϏOAU1h6dF.ή`Y͖yYfk`[٬ ^Vo}i cOWK]+5U/]FZnY7޽o%.VȖ{[Q\ oB g+*ڶo|h+REnQdzTa݂>akI[+:E+{y +xWN~ xz>{l9|lblj K<>HO}s2R*=Lx׶6K oz!7 V)DI0D·͡EzjMud< 4j>ہfzrf~YAR;ّCU3[Hh%.^vx ᒮeyCwN}Y+c40c<$SUmvnⱢҐ)mICi]H43wshĖ4u_-1=rA<<^)xy}9Xu}uޏeqE~/H|OԆrwBz(rg󬍨,|s)I1`._h @X:9.OS. jEq~bxZձUKLa~?}QuceZmal\?z we[b( ҃]akueVL Xp씭u!n-@g VX _"70==^n3`xn =ޜdesӹȞj7Ko N4 endstream endobj 342 0 obj << /Type /XRef /Index [0 343] /Size 343 /W [1 3 1] /Root 340 0 R /Info 341 0 R /ID [<8FD6992D208EDB5109F9725F34EC92F5> <8FD6992D208EDB5109F9725F34EC92F5>] /Length 816 /Filter /FlateDecode >> stream x%;pa{E."DBq[\5H1Ca1 C1cP2F: Q8]RS(3m01l G=Ձt/y,/%%buzij,efzE- 8 ΁.p\a?d٭L1X(T#7Xtc3=}(%%hEt&LЙQ7U:Ul5n#Z=A{ JnC %nZ s+\J&U3T(mGJ:Dt]z,o&nccwIV#>1vd Ees}Xi" q(NмȻ=Ԍ  %@b A"DۓDRT], E@ JI!4O͋*^s% `(TjPjFŌT{Z=7%>|[}Tn-He=>j\yr6O>ɷR;>0X ΂s<.K`ŋ הb endstream endobj startxref 204255 %%EOF libidn2-2.0.4/doc/libidn2.info0000644000000000000000000011110213151533444012673 00000000000000This is libidn2.info, produced by makeinfo version 6.4.90 from libidn2.texi. This manual is for Libidn2 (version 2.0.4, 21 July 2017), an implementation of IDNA2008/TR46 internationalized domain names. Copyright © 2011-2017 Simon Josefsson INFO-DIR-SECTION Software libraries START-INFO-DIR-ENTRY * libidn2: (libidn2). Internationalized domain names (IDNA2008/TR46) processing. END-INFO-DIR-ENTRY INFO-DIR-SECTION Localization START-INFO-DIR-ENTRY * idn2: (libidn2)Invoking idn2. Internationalized Domain Name (IDNA2008/TR46) conversion. END-INFO-DIR-ENTRY  File: libidn2.info, Node: Top, Next: Introduction, Up: (dir) Libidn2 ******* This manual is for Libidn2 (version 2.0.4, 21 July 2017), an implementation of IDNA2008/TR46 internationalized domain names. Copyright © 2011-2017 Simon Josefsson * Menu: * Introduction:: What is Libidn2? * Library Functions:: Library functions. * Converting from libidn:: Demonstrate how to convert from libidn. * Examples:: Demonstrate how to use the library. * Invoking idn2:: Command line interface to the library. * Interface Index:: * Concept Index::  File: libidn2.info, Node: Introduction, Next: Library Functions, Prev: Top, Up: Top 1 Introduction ************** Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in the form a library. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. It is available at . The library is a rewrite of the popular but legacy libidn library, and is backwards (API) compatible with it. See *note Converting from libidn:: for more information. For technical reference on IDNA protocols, see • RFC 5890 (), • RFC 5891 (), • RFC 5892 (), • RFC 5893 (), • TR46 (). Libidn2 uses GNU libunistring () for Unicode processing and optionally GNU libiconv () for character set conversion. The library is dual-licensed under LGPLv3 or GPLv2, see the file COPYING for detailed information.  File: libidn2.info, Node: Library Functions, Next: Converting from libidn, Prev: Introduction, Up: Top 2 Library Functions ******************* Below are the interfaces of the Libidn2 library documented. 2.1 Header file ‘idn2.h’ ======================== To use the functions documented in this chapter, you need to include the file ‘idn2.h’ like this: #include 2.2 Core Functions ================== When you have the data encoded in UTF-8 form the direct interfaces to the library are as follows. idn2_to_ascii_8z ---------------- -- Function: int idn2_to_ascii_8z (const char * INPUT, char ** OUTPUT, int FLAGS) INPUT: zero terminated input UTF-8 string. OUTPUT: pointer to newly allocated output string. FLAGS: optional ‘idn2_flags’ to modify behaviour. Convert UTF-8 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the ‘IDN2_NONTRANSITIONAL’ and ‘IDN2_NFC_INPUT’ flags. Return value: Returns ‘IDN2_OK’ on success, or error code. *Since:* 2.0.0 idn2_to_unicode_8z8z -------------------- -- Function: int idn2_to_unicode_8z8z (const char * INPUT, char ** OUTPUT, int FLAGS) INPUT: Input zero-terminated UTF-8 string. OUTPUT: Newly allocated UTF-8 output string. FLAGS: optional ‘idn2_flags’ to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a UTF-8 string (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. ‘output’ may be NULL to test lookup of ‘input’ without allocating memory. *Since:* 2.0.0 idn2_lookup_u8 -------------- -- Function: int idn2_lookup_u8 (const uint8_t * SRC, uint8_t ** LOOKUPNAME, int FLAGS) SRC: input zero-terminated UTF-8 string in Unicode NFC normalized form. LOOKUPNAME: newly allocated output variable with name to lookup in DNS. FLAGS: optional ‘idn2_flags’ to modify behaviour. Perform IDNA2008 lookup string conversion on domain name ‘src’ , as described in section 5 of RFC 5891. Note that the input string must be encoded in UTF-8 and be in Unicode NFC form. Pass ‘IDN2_NFC_INPUT’ in ‘flags’ to convert input to NFC form before further processing. ‘IDN2_TRANSITIONAL’ and ‘IDN2_NONTRANSITIONAL’ do already imply ‘IDN2_NFC_INPUT’ . Pass ‘IDN2_ALABEL_ROUNDTRIP’ in ‘flags’ to convert any input A-labels to U-labels and perform additional testing (not implemented yet). Pass ‘IDN2_TRANSITIONAL’ to enable Unicode TR46 transitional processing, and ‘IDN2_NONTRANSITIONAL’ to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together. After version 2.0.3: ‘IDN2_USE_STD3_ASCII_RULES’ disabled by default. Previously we were eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use ‘IDN2_USE_STD3_ASCII_RULES’ to enable that behavior again. After version 0.11: ‘lookupname’ may be NULL to test lookup of ‘src’ without allocating memory. *Returns:* On successful conversion ‘IDN2_OK’ is returned, if the output domain or any label would have been too long ‘IDN2_TOO_BIG_DOMAIN’ or ‘IDN2_TOO_BIG_LABEL’ is returned, or another error code is returned. *Since:* 0.1 idn2_register_u8 ---------------- -- Function: int idn2_register_u8 (const uint8_t * ULABEL, const uint8_t * ALABEL, uint8_t ** INSERTNAME, int FLAGS) ULABEL: input zero-terminated UTF-8 and Unicode NFC string, or NULL. ALABEL: input zero-terminated ACE encoded string (xn–), or NULL. INSERTNAME: newly allocated output variable with name to register in DNS. FLAGS: optional ‘idn2_flags’ to modify behaviour. Perform IDNA2008 register string conversion on domain label ‘ulabel’ and ‘alabel’ , as described in section 4 of RFC 5891. Note that the input ‘ulabel’ must be encoded in UTF-8 and be in Unicode NFC form. Pass ‘IDN2_NFC_INPUT’ in ‘flags’ to convert input ‘ulabel’ to NFC form before further processing. It is recommended to supply both ‘ulabel’ and ‘alabel’ for better error checking, but supplying just one of them will work. Passing in only ‘alabel’ is better than only ‘ulabel’ . See RFC 5891 section 4 for more information. After version 0.11: ‘insertname’ may be NULL to test conversion of ‘src’ without allocating memory. *Returns:* On successful conversion ‘IDN2_OK’ is returned, when the given ‘ulabel’ and ‘alabel’ does not match each other ‘IDN2_UALABEL_MISMATCH’ is returned, when either of the input labels are too long ‘IDN2_TOO_BIG_LABEL’ is returned, when ‘alabel’ does does not appear to be a proper A-label ‘IDN2_INVALID_ALABEL’ is returned, or another error code is returned. 2.3 Locale Functions ==================== As a convenience, the following functions are provided that will convert the input from the locale encoding format to UTF-8 and normalize the string using NFC, and then apply the core functions described earlier. idn2_to_ascii_lz ---------------- -- Function: int idn2_to_ascii_lz (const char * INPUT, char ** OUTPUT, int FLAGS) INPUT: zero terminated input UTF-8 string. OUTPUT: pointer to newly allocated output string. FLAGS: optional ‘idn2_flags’ to modify behaviour. Convert a domain name in locale’s encoding to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the ‘IDN2_NONTRANSITIONAL’ and ‘IDN2_NFC_INPUT’ flags. *Returns:* ‘IDN2_OK’ on success, or error code. Same as described in ‘idn2_lookup_ul()’ documentation. *Since:* 2.0.0 idn2_to_unicode_8zlz -------------------- -- Function: int idn2_to_unicode_8zlz (const char * INPUT, char ** OUTPUT, int FLAGS) INPUT: Input zero-terminated UTF-8 string. OUTPUT: Newly allocated output string in current locale’s character set. FLAGS: optional ‘idn2_flags’ to modify behaviour. Converts a possibly ACE encoded domain name in UTF-8 format into a string encoded in the current locale’s character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. ‘output’ may be NULL to test lookup of ‘input’ without allocating memory. *Since:* 2.0.0 idn2_to_unicode_lzlz -------------------- -- Function: int idn2_to_unicode_lzlz (const char * INPUT, char ** OUTPUT, int FLAGS) INPUT: Input zero-terminated string encoded in the current locale’s character set. OUTPUT: Newly allocated output string in current locale’s character set. FLAGS: optional ‘idn2_flags’ to modify behaviour. Converts a possibly ACE encoded domain name in the locale’s character set into a string encoded in the current locale’s character set (punycode decoding). The output buffer will be zero-terminated and must be deallocated by the caller. ‘output’ may be NULL to test lookup of ‘input’ without allocating memory. *Since:* 2.0.0 idn2_lookup_ul -------------- -- Function: int idn2_lookup_ul (const char * SRC, char ** LOOKUPNAME, int FLAGS) SRC: input zero-terminated locale encoded string. LOOKUPNAME: newly allocated output variable with name to lookup in DNS. FLAGS: optional ‘idn2_flags’ to modify behaviour. Perform IDNA2008 lookup string conversion on domain name ‘src’ , as described in section 5 of RFC 5891. Note that the input is assumed to be encoded in the locale’s default coding system, and will be transcoded to UTF-8 and NFC normalized by this function. Pass ‘IDN2_ALABEL_ROUNDTRIP’ in ‘flags’ to convert any input A-labels to U-labels and perform additional testing. Pass ‘IDN2_TRANSITIONAL’ to enable Unicode TR46 transitional processing, and ‘IDN2_NONTRANSITIONAL’ to enable Unicode TR46 non-transitional processing. Multiple flags may be specified by binary or:ing them together, for example ‘IDN2_ALABEL_ROUNDTRIP’ | ‘IDN2_NONTRANSITIONAL’ . The ‘IDN2_NFC_INPUT’ in ‘flags’ is always enabled in this function. After version 0.11: ‘lookupname’ may be NULL to test lookup of ‘src’ without allocating memory. *Returns:* On successful conversion ‘IDN2_OK’ is returned, if conversion from locale to UTF-8 fails then ‘IDN2_ICONV_FAIL’ is returned, if the output domain or any label would have been too long ‘IDN2_TOO_BIG_DOMAIN’ or ‘IDN2_TOO_BIG_LABEL’ is returned, or another error code is returned. *Since:* 0.1 idn2_register_ul ---------------- -- Function: int idn2_register_ul (const char * ULABEL, const char * ALABEL, char ** INSERTNAME, int FLAGS) ULABEL: input zero-terminated locale encoded string, or NULL. ALABEL: input zero-terminated ACE encoded string (xn–), or NULL. INSERTNAME: newly allocated output variable with name to register in DNS. FLAGS: optional ‘idn2_flags’ to modify behaviour. Perform IDNA2008 register string conversion on domain label ‘ulabel’ and ‘alabel’ , as described in section 4 of RFC 5891. Note that the input ‘ulabel’ is assumed to be encoded in the locale’s default coding system, and will be transcoded to UTF-8 and NFC normalized by this function. It is recommended to supply both ‘ulabel’ and ‘alabel’ for better error checking, but supplying just one of them will work. Passing in only ‘alabel’ is better than only ‘ulabel’ . See RFC 5891 section 4 for more information. After version 0.11: ‘insertname’ may be NULL to test conversion of ‘src’ without allocating memory. *Returns:* On successful conversion ‘IDN2_OK’ is returned, when the given ‘ulabel’ and ‘alabel’ does not match each other ‘IDN2_UALABEL_MISMATCH’ is returned, when either of the input labels are too long ‘IDN2_TOO_BIG_LABEL’ is returned, when ‘alabel’ does does not appear to be a proper A-label ‘IDN2_INVALID_ALABEL’ is returned, or another error code is returned. 2.4 Control Flags ================= The ‘flags’ parameter can take on the following values, or a bit-wise inclusive or of any subset of the parameters: -- Global flag: idn2_flags IDN2_NFC_INPUT Apply NFC normalization on input. -- Global flag: idn2_flags IDN2_ALABEL_ROUNDTRIP Apply additional round-trip conversion of A-label inputs. -- Global flag: idn2_flags IDN2_TRANSITIONAL Perform Unicode TR46 transitional processing. -- Global flag: idn2_flags IDN2_NONTRANSITIONAL Perform Unicode TR46 non-transitional processing. 2.5 Error Handling ================== idn2_strerror ------------- -- Function: const char * idn2_strerror (int RC) RC: return code from another libidn2 function. Convert internal libidn2 error code to a humanly readable string. The returned pointer must not be de-allocated by the caller. Return value: A humanly readable string describing error. idn2_strerror_name ------------------ -- Function: const char * idn2_strerror_name (int RC) RC: return code from another libidn2 function. Convert internal libidn2 error code to a string corresponding to internal header file symbols. For example, idn2_strerror_name(IDN2_MALLOC) will return the string "IDN2_MALLOC". The caller must not attempt to de-allocate the returned string. Return value: A string corresponding to error code symbol. 2.6 Return Codes ================ The functions normally return 0 on sucess or a negative error code. -- Return code: idn2_rc IDN2_OK Successful return. -- Return code: idn2_rc IDN2_MALLOC Memory allocation error. -- Return code: idn2_rc IDN2_NO_CODESET Could not determine locale string encoding format. -- Return code: idn2_rc IDN2_ICONV_FAIL Could not transcode locale string to UTF-8. -- Return code: idn2_rc IDN2_ENCODING_ERROR Unicode data encoding error. -- Return code: idn2_rc IDN2_NFC Error normalizing string. -- Return code: idn2_rc IDN2_PUNYCODE_BAD_INPUT Punycode invalid input. -- Return code: idn2_rc IDN2_PUNYCODE_BIG_OUTPUT Punycode output buffer too small. -- Return code: idn2_rc IDN2_PUNYCODE_OVERFLOW Punycode conversion would overflow. -- Return code: idn2_rc IDN2_TOO_BIG_DOMAIN Domain name longer than 255 characters. -- Return code: idn2_rc IDN2_TOO_BIG_LABEL Domain label longer than 63 characters. -- Return code: idn2_rc IDN2_INVALID_ALABEL Input A-label is not valid. -- Return code: idn2_rc IDN2_UALABEL_MISMATCH Input A-label and U-label does not match. -- Return code: idn2_rc IDN2_INVALID_FLAGS Invalid combination of flags. -- Return code: idn2_rc IDN2_NOT_NFC String is not NFC. -- Return code: idn2_rc IDN2_2HYPHEN String has forbidden two hyphens. -- Return code: idn2_rc IDN2_HYPHEN_STARTEND String has forbidden starting/ending hyphen. -- Return code: idn2_rc IDN2_LEADING_COMBINING String has forbidden leading combining character. -- Return code: idn2_rc IDN2_DISALLOWED String has disallowed character. -- Return code: idn2_rc IDN2_CONTEXTJ String has forbidden context-j character. -- Return code: idn2_rc IDN2_CONTEXTJ_NO_RULE String has context-j character with no rull. -- Return code: idn2_rc IDN2_CONTEXTO String has forbidden context-o character. -- Return code: idn2_rc IDN2_CONTEXTO_NO_RULE String has context-o character with no rull. -- Return code: idn2_rc IDN2_UNASSIGNED String has forbidden unassigned character. -- Return code: idn2_rc IDN2_BIDI String has forbidden bi-directional properties. -- Return code: idn2_rc IDN2_DOT_IN_LABEL Label has forbidden dot (TR46). -- Return code: idn2_rc IDN2_INVALID_TRANSITIONAL Label has character forbidden in transitional mode (TR46). -- Return code: idn2_rc IDN2_INVALID_NONTRANSITIONAL Label has character forbidden in non-transitional mode (TR46). 2.7 Memory Handling =================== idn2_free --------- -- Function: void idn2_free (void * PTR) PTR: pointer to deallocate Call free(3) on the given pointer. This function is typically only useful on systems where the library malloc heap is different from the library caller malloc heap, which happens on Windows when the library is a separate DLL. 2.8 Version Check ================= It is often desirable to check that the version of Libidn2 used is indeed one which fits all requirements. Even with binary compatibility new features may have been introduced but due to problem with the dynamic linker an old version is actually used. So you may want to check that the version is okay right after program startup. idn2_check_version ------------------ -- Function: const char * idn2_check_version (const char * REQ_VERSION) REQ_VERSION: version string to compare with, or NULL. Check IDN2 library version. This function can also be used to read out the version of the library code used. See ‘IDN2_VERSION’ for a suitable ‘req_version’ string, it corresponds to the idn2.h header file version. Normally these two version numbers match, but if you are using an application built against an older libidn2 with a newer libidn2 shared library they will be different. Return value: Check that the version of the library is at minimum the one given as a string in ‘req_version’ and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. The normal way to use the function is to put something similar to the following first in your ‘main’: if (!idn2_check_version (IDN2_VERSION)) { printf ("idn2_check_version() failed:\n" "Header file incompatible with shared library.\n"); exit(EXIT_FAILURE); }  File: libidn2.info, Node: Converting from libidn, Next: Examples, Prev: Library Functions, Up: Top 3 Converting from libidn ************************ This library is backwards (API) compatible with the libidn library (). Although it is recommended for new software to use the native libidn2 functions (i.e., the ones prefixed with ‘idn2’), old software isn’t always feasible to modify. 3.1 Converting with minimal modifications ========================================= As such, libidn2, provides compatibility macros which switch all libidn functions, to libidn2 functions in a backwards compatible way. To take advantage of these compatibility functions, it is sufficient to replace the ‘idna.h’ header in legacy code, with ‘idn2.h’. That would transform the software from using libidn, i.e., IDNA2003, to using libidn2 with IDNA2008 non-transitional encoding. 3.2 Converting to native APIs ============================= However, it is recommended to switch applications to the IDN2 native APIs. The following table provides a mapping of libidn code snippets to libidn2, for switching to IDNA2008. libidn libidn2 ------------------------------------------------------------ rc = idna_to_ascii_8z (buf, &p, 0 /* any flags */);rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); if (rc != IDNA_SUCCESS) if (rc != IDN2_OK) rc = idna_to_unicode_8z8z (buf, &p, 0 /* any flags */);rc = idn2_to_unicode_8z8z (buf, &p, 0); if (rc != IDNA_SUCCESS) if (rc != IDN2_OK) Note that, although the table only lists the UTF-8 functions, the mapping is identical for every other one on the family of toUnicode and toAscii. As the IDNA2003 details differ signicantly to IDNA2008, no flags used in the libidn functions map to any specific flags; it is safe to use the suggested libidn2 flags. 3.3 Converting with backwards compatibility =========================================== In several cases where IDNA2008 mappings do not exist whereas IDNA2003 mappings do, software like browsers take a backwards compatible approach. That is convert the domain to IDNA2008 form, and if that fails try the IDNA2003 conversion. The following example demonstrates that approach. rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); /* IDNA2008 */ if (rc == IDN2_DISALLOWED) rc = idn2_to_ascii_8z (buf, &p, IDN2_TRANSITIONAL); /* IDNA2003 - compatible */ 3.4 Using libidn and libidn2 code ================================= In the special case of software that needs to support both libraries (e.g., both IDNA2003 and IDNA2008), you must define ‘IDN2_SKIP_LIBIDN_COMPAT’ prior to including ‘idn2.h’ in order to be able to use both libraries’ functions.  File: libidn2.info, Node: Examples, Next: Invoking idn2, Prev: Converting from libidn, Up: Top 4 Examples ********** This chapter contains example code which illustrate how Libidn2 is used when you write your own application. * Menu: * ToASCII:: Example using IDNA ToASCII. * ToUnicode:: Example using IDNA ToUnicode. * Lookup:: Example IDNA2008 Lookup domain name operation. * Register:: Example IDNA2008 Register label operation.  File: libidn2.info, Node: ToASCII, Next: ToUnicode, Up: Examples 4.1 ToASCII example =================== This example demonstrates how the library is used to convert internationalized domain names into ASCII compatible names (ACE). It expects input to be in UTF-8 form. /* example-toascii.c --- Example ToASCII() code showing how to use Libidn2. * * This code is placed under public domain. */ #include #include #include #include /* idn2_to_ascii_8z() */ /* * Compiling using pkg-config is recommended: * * $ cc -o example-toascii example-toascii.c $(pkg-config --cflags --libs libidn2) * $ ./example-toascii * Input domain encoded as `UTF-8': βόλος.com * Read string (length 15): ce b2 cf 8c ce bb ce bf cf 82 2e 63 6f 6d 0a * ACE label (length 17): 'xn--nxasmm1c.com' * */ int main (void) { char buf[BUFSIZ]; char *p; int rc; size_t i; if (!fgets (buf, BUFSIZ, stdin)) perror ("fgets"); buf[strlen (buf) - 1] = '\0'; printf ("Read string (length %ld): ", (long int) strlen (buf)); for (i = 0; i < strlen (buf); i++) printf ("%02x ", (unsigned) buf[i] & 0xFF); printf ("\n"); /* Use non-transitional IDNA2008 */ rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); if (rc != IDNA_SUCCESS) { printf ("ToASCII() failed (%d): %s\n", rc, idn2_strerror (rc)); return EXIT_FAILURE; } printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p); free (p); /* or idn2_free() */ return 0; }  File: libidn2.info, Node: ToUnicode, Next: Lookup, Prev: ToASCII, Up: Examples 4.2 ToUnicode example ===================== This example demonstrates how the library is used to convert ASCII compatible names (ACE) to internationalized domain names. Both input and output are in UTF-8 form. /* example-tounicode.c --- Example ToUnicode() code showing how to use Libidn2. * * This code is placed under public domain. */ #include #include #include #include /* idn2_to_unicode_8z8z() */ /* * Compiling using pkg-config is recommended: * * $ cc -o example-to-unicode example-to-unicode.c $(pkg-config --cflags --libs libidn2) * $ ./example-tounicode * Input domain (ACE) encoded as `UTF-8': xn--nxasmm1c.com * * Read string (length 16): 78 6e 2d 2d 6e 78 61 73 6d 6d 31 63 2e 63 6f 6d * ACE label (length 14): 'βόλος.com' * */ int main (void) { char buf[BUFSIZ]; char *p; int rc; size_t i; if (!fgets (buf, BUFSIZ, stdin)) perror ("fgets"); buf[strlen (buf) - 1] = '\0'; printf ("Read string (length %ld): ", (long int) strlen (buf)); for (i = 0; i < strlen (buf); i++) printf ("%02x ", (unsigned) buf[i] & 0xFF); printf ("\n"); rc = idn2_to_unicode_8z8z (buf, &p, 0); if (rc != IDNA_SUCCESS) { printf ("ToUnicode() failed (%d): %s\n", rc, idn2_strerror (rc)); return EXIT_FAILURE; } printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p); free (p); /* or idn2_free() */ return 0; }  File: libidn2.info, Node: Lookup, Next: Register, Prev: ToUnicode, Up: Examples 4.3 Lookup ========== This example demonstrates how a domain name is processed before it is lookup in the DNS. The input expected is in the locale encoding. #include /* printf, fflush, fgets, stdin, perror, fprintf */ #include /* strlen */ #include /* setlocale */ #include /* free */ #include /* idn2_lookup_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *lookupname; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) domain name to lookup: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_lookup_ul (src, &lookupname, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("IDNA2008 domain name to lookup in DNS: %s\n", lookupname); free (lookupname); return 0; }  File: libidn2.info, Node: Register, Prev: Lookup, Up: Examples 4.4 Register ============ This example demonstrates how a domain label is processed before it is registered in the DNS. The input expected is in the locale encoding. #include /* printf, fflush, fgets, stdin, perror, fprintf */ #include /* strlen */ #include /* setlocale */ #include /* free */ #include /* idn2_register_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *insertname; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) label to register: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_register_ul (src, NULL, &insertname, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("IDNA2008 label to register in DNS: %s\n", insertname); free (insertname); return 0; }  File: libidn2.info, Node: Invoking idn2, Next: Interface Index, Prev: Examples, Up: Top 5 Invoking idn2 *************** ‘idn2’ translates internationalized domain names to the IDNA2008 encoded format, either for lookup or registration. If strings are specified on the command line, they are used as input and the computed output is printed to standard output ‘stdout’. If no strings are specified on the command line, the program read data, line by line, from the standard input ‘stdin’, and print the computed output to standard output. What processing is performed (e.g., lookup or register) is indicated by options. If any errors are encountered, the execution of the applications is aborted. All strings are expected to be encoded in the preferred charset used by your locale. Use ‘--debug’ to find out what this charset is. On POSIX systems you may use the ‘LANG’ environment variable to specify a different locale. To process a string that starts with ‘-’, for example ‘-foo’, use ‘--’ to signal the end of parameters, as in ‘idn2 -r -- -foo’. 5.1 Options =========== ‘idn2’ recognizes these commands: -h, --help Print help and exit -V, --version Print version and exit -d, --decode Decode (punycode) domain name -l, --lookup Lookup domain name (default) -r, --register Register label -T, --tr46t Enable TR46 transitional processing -N, --tr46nt Enable TR46 non-transitional processing --debug Print debugging information --quiet Silent operation 5.2 Environment Variables ========================= On POSIX systems the LANG environment variable can be used to override the system locale for the command being invoked. The system locale may influence what character set is used to decode data (i.e., strings on the command line or data read from the standard input stream), and to encode data to the standard output. If your system is set up correctly, however, the application will use the correct locale and character set automatically. Example usage: $ LANG=en_US.UTF-8 idn2 ... 5.3 Examples ============ Standard usage, reading input from standard input and disabling license and usage instructions: jas@latte:~$ idn2 --quiet räksmörgås.se xn--rksmrgs-5wao1o.se ... Reading input from the command line: jas@latte:~$ idn2 räksmörgås.se blåbærgrød.no xn--rksmrgs-5wao1o.se xn--blbrgrd-fxak7p.no jas@latte:~$ Testing the IDNA2008 Register function: jas@latte:~$ idn2 --register fußball xn--fuball-cta jas@latte:~$ 5.4 Troubleshooting =================== Getting character data encoded right, and making sure Libidn2 use the same encoding, can be difficult. The reason for this is that most systems may encode character data in more than one character encoding, i.e., using ‘UTF-8’ together with ‘ISO-8859-1’ or ‘ISO-2022-JP’. This problem is likely to continue to exist until only one character encoding come out as the evolutionary winner, or (more likely, at least to some extents) forever. The first step to troubleshooting character encoding problems with Libidn2 is to use the ‘--debug’ parameter to find out which character set encoding ‘idn2’ believe your locale uses. jas@latte:~$ idn2 --debug --quiet "" Charset: UTF-8 jas@latte:~$ If it prints ‘ANSI_X3.4-1968’ (i.e., ‘US-ASCII’), this indicate you have not configured your locale properly. To configure the locale, you can, for example, use ‘LANG=sv_SE.UTF-8; export LANG’ at a ‘/bin/sh’ prompt, to set up your locale for a Swedish environment using ‘UTF-8’ as the encoding. Sometimes ‘idn2’ appear to be unable to translate from your system locale into ‘UTF-8’ (which is used internally), and you will get an error message like this: idn2: lookup: could not convert string to UTF-8 One explanation is that you didn’t install the ‘iconv’ conversion tools. You can find it as a standalone library in GNU Libiconv (). On many GNU/Linux systems, this library is part of the system, but you may have to install additional packages to be able to use it. Another explanation is that the error is correct and you are feeding ‘idn2’ invalid data. This can happen inadvertently if you are not careful with the character set encoding you use. For example, if your shell run in a ‘ISO-8859-1’ environment, and you invoke ‘idn2’ with the ‘LANG’ environment variable as follows, you will feed it ‘ISO-8859-1’ characters but force it to believe they are ‘UTF-8’. Naturally this will lead to an error, unless the byte sequences happen to be valid ‘UTF-8’. Note that even if you don’t get an error, the output may be incorrect in this situation, because ‘ISO-8859-1’ and ‘UTF-8’ does not in general encode the same characters as the same byte sequences. jas@latte:~$ idn2 --quiet --debug "" Charset: ISO-8859-1 jas@latte:~$ LANG=sv_SE.UTF-8 idn2 --debug räksmörgås Charset: UTF-8 input[0] = 0x72 input[1] = 0xc3 input[2] = 0xa4 input[3] = 0xc3 input[4] = 0xa4 input[5] = 0x6b input[6] = 0x73 input[7] = 0x6d input[8] = 0xc3 input[9] = 0xb6 input[10] = 0x72 input[11] = 0x67 input[12] = 0xc3 input[13] = 0xa5 input[14] = 0x73 UCS-4 input[0] = U+0072 UCS-4 input[1] = U+00e4 UCS-4 input[2] = U+00e4 UCS-4 input[3] = U+006b UCS-4 input[4] = U+0073 UCS-4 input[5] = U+006d UCS-4 input[6] = U+00f6 UCS-4 input[7] = U+0072 UCS-4 input[8] = U+0067 UCS-4 input[9] = U+00e5 UCS-4 input[10] = U+0073 output[0] = 0x72 output[1] = 0xc3 output[2] = 0xa4 output[3] = 0xc3 output[4] = 0xa4 output[5] = 0x6b output[6] = 0x73 output[7] = 0x6d output[8] = 0xc3 output[9] = 0xb6 output[10] = 0x72 output[11] = 0x67 output[12] = 0xc3 output[13] = 0xa5 output[14] = 0x73 UCS-4 output[0] = U+0072 UCS-4 output[1] = U+00e4 UCS-4 output[2] = U+00e4 UCS-4 output[3] = U+006b UCS-4 output[4] = U+0073 UCS-4 output[5] = U+006d UCS-4 output[6] = U+00f6 UCS-4 output[7] = U+0072 UCS-4 output[8] = U+0067 UCS-4 output[9] = U+00e5 UCS-4 output[10] = U+0073 xn--rksmrgs-5waap8p jas@latte:~$ The sense moral here is to forget about ‘LANG’ (instead, configure your system locale properly) unless you know what you are doing, and if you want to use ‘LANG’, do it carefully and after verifying with ‘--debug’ that you get the desired results.  File: libidn2.info, Node: Interface Index, Next: Concept Index, Prev: Invoking idn2, Up: Top Interface Index *************** [index] * Menu: * idn2_check_version: Library Functions. (line 458) * idn2_free: Library Functions. (line 437) * idn2_lookup_u8: Library Functions. (line 67) * idn2_lookup_ul: Library Functions. (line 226) * idn2_register_u8: Library Functions. (line 112) * idn2_register_ul: Library Functions. (line 263) * idn2_strerror: Library Functions. (line 319) * idn2_strerror_name: Library Functions. (line 330) * idn2_to_ascii_8z: Library Functions. (line 25) * idn2_to_ascii_lz: Library Functions. (line 157) * idn2_to_unicode_8z8z: Library Functions. (line 47) * idn2_to_unicode_8zlz: Library Functions. (line 181) * idn2_to_unicode_lzlz: Library Functions. (line 203)  File: libidn2.info, Node: Concept Index, Prev: Interface Index, Up: Top Concept Index ************* [index] * Menu: * command line: Invoking idn2. (line 6) * Examples: Examples. (line 6) * idn2: Invoking idn2. (line 6) * invoking idn2: Invoking idn2. (line 6) * libidn: Converting from libidn. (line 6) * Library Functions: Library Functions. (line 6)  Tag Table: Node: Top565 Node: Introduction1120 Node: Library Functions2366 Ref: idn2_to_ascii_8z2933 Ref: idn2_to_unicode_8z8z3657 Ref: idn2_lookup_u84258 Ref: idn2_register_u86260 Ref: idn2_to_ascii_lz8145 Ref: idn2_to_unicode_8zlz8948 Ref: idn2_to_unicode_lzlz9643 Ref: idn2_lookup_ul10389 Ref: idn2_register_ul12003 Ref: idn2_strerror14167 Ref: idn2_strerror_name14511 Ref: idn2_free17566 Ref: idn2_check_version18299 Node: Converting from libidn19519 Node: Examples22370 Node: ToASCII22817 Node: ToUnicode24345 Node: Lookup25871 Node: Register27004 Node: Invoking idn228130 Node: Interface Index34993 Node: Concept Index36097  End Tag Table  Local Variables: coding: utf-8 End: libidn2-2.0.4/doc/register.c0000644000000000000000000000157013151533442012470 00000000000000#include /* printf, fflush, fgets, stdin, perror, fprintf */ #include /* strlen */ #include /* setlocale */ #include /* free */ #include /* idn2_register_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *insertname; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) label to register: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_register_ul (src, NULL, &insertname, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("IDNA2008 label to register in DNS: %s\n", insertname); free (insertname); return 0; } libidn2-2.0.4/doc/idn2.10000644000000000000000000000312613151533436011420 00000000000000.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "IDN2" "1" "July 2017" "" "" . .SH "NAME" \fBidn2\fR \- Libidn2 Internationalized Domain Names conversion tool . .SH "SYNOPSIS" \fBidn2\fR [OPTION]\.\.\. [STRINGS]\.\.\. . .SH "DESCRIPTION" idn2 tool converts DNS domains from UTF\-8 to ASCII compatibile encoding (ACE) form, as used in the DNS protocol\. The encoding format is the Internationalized Domain Name (IDNA2008/TR46) format\. . .P All input strings are expected to be encoded in the locale charset\. . .P To process a string that starts with \fB\-\fR, for example \fB\-foo\fR, use \fB\-\-\fR to signal the end of parameters, as in \fBidn2 \-\-quiet \-\- \-foo\fR\. . .P Mandatory arguments to long options are mandatory for short options too\. . .TP \fB\-h, \-\-help\fR Prints help and exits\. . .TP \fB\-V, \-\-version\fR Prints version and exits\. . .TP \fB\-d, \-\-decode\fR Decode an ACE name according to IDNA2008\. . .TP \fB\-l, \-\-lookup\fR Encode to ACE according to IDNA2008 (the default)\. . .TP \fB\-r, \-\-register\fR Registers a label\. . .TP \fB\-T, \-\-tr46t\fR Enable TR#46 transitional processing\. . .TP \fB\-N, \-\-tr46nt\fR Enable TR#46 non\-transitional processing (default)\. . .TP \fB\-\-no\-tr46\fR Disable TR#46 processing\. . .TP \fB\-\-usestd3asciirules\fR Enable STD3 ASCII rules\. . .TP \fB\-\-debug\fR Prints debugging information\. . .TP \fB\-\-quiet\fR Silent operation\. . .SH "Author" Written by Simon Josefsson\. . .SH "Reporting bugs" Report bugs to the gitlab issue tracker of the project \fIhttps://gitlab\.com/libidn/libidn2/issues\fR\. libidn2-2.0.4/doc/idn2.md0000644000000000000000000000264113134401252011650 00000000000000#idn2(1) -- Libidn2 Internationalized Domain Names conversion tool ## SYNOPSIS `idn2` [OPTION]... [STRINGS]... ## DESCRIPTION idn2 tool converts DNS domains from UTF-8 to ASCII compatibile encoding (ACE) form, as used in the DNS protocol. The encoding format is the Internationalized Domain Name (IDNA2008/TR46) format. All input strings are expected to be encoded in the locale charset. To process a string that starts with ```-```, for example ```-foo```, use ```--``` to signal the end of parameters, as in ```idn2 --quiet -- -foo```. Mandatory arguments to long options are mandatory for short options too. * ```-h, --help```: Prints help and exits. * ```-V, --version```: Prints version and exits. * ```-d, --decode```: Decode an ACE name according to IDNA2008. * ```-l, --lookup```: Encode to ACE according to IDNA2008 (the default). * ```-r, --register```: Registers a label. * ```-T, --tr46t```: Enable TR#46 transitional processing. * ```-N, --tr46nt```: Enable TR#46 non-transitional processing (default). * ```--no-tr46```: Disable TR#46 processing. * ```--usestd3asciirules```: Enable STD3 ASCII rules. * ```--debug```: Prints debugging information. * ```--quiet```: Silent operation. ## Author Written by Simon Josefsson. ## Reporting bugs Report bugs to [the gitlab issue tracker of the project](https://gitlab.com/libidn/libidn2/issues). libidn2-2.0.4/doc/man/0000755000000000000000000000000013151533502011325 500000000000000libidn2-2.0.4/doc/man/idn2_to_ascii_4z.30000644000000000000000000000240313151533444014460 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_ascii_4z" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_ascii_4z \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_ascii_4z(const uint32_t * " input ", char ** " output ", int " flags ");" .SH ARGUMENTS .IP "const uint32_t * input" 12 zero terminated input Unicode (UCS\-4) string. .IP "char ** output" 12 pointer to newly allocated zero\-terminated output string. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Convert UCS\-4 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags. Return value: Returns \fBIDN2_OK\fP on success, or error code. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_ascii_lz.30000644000000000000000000000244213151533444014553 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_ascii_lz" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_ascii_lz \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_ascii_lz(const char * " input ", char ** " output ", int " flags ");" .SH ARGUMENTS .IP "const char * input" 12 zero terminated input UTF\-8 string. .IP "char ** output" 12 pointer to newly allocated output string. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Convert a domain name in locale's encoding to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags. .SH "RETURNS" \fBIDN2_OK\fP on success, or error code. Same as described in \fBidn2_lookup_ul()\fP documentation. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_ascii_4i.30000644000000000000000000000371213151533444014443 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_ascii_4i" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_ascii_4i \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_ascii_4i(const uint32_t * " input ", size_t " inlen ", char * " output ", int " flags ");" .SH ARGUMENTS .IP "const uint32_t * input" 12 zero terminated input Unicode (UCS\-4) string. .IP "size_t inlen" 12 number of elements in \fIinput\fP . .IP "char * output" 12 pointer to newly allocated zero\-terminated output string. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" The ToASCII operation takes a sequence of Unicode code points that make up one domain label and transforms it into a sequence of code points in the ASCII range (0..7F). If ToASCII succeeds, the original sequence and the resulting sequence are equivalent labels. It is important to note that the ToASCII operation can fail. ToASCII fails if any step of it fails. If any step of the ToASCII operation fails on any label in a domain name, that domain name MUST NOT be used as an internationalized domain name. The method for dealing with this failure is application\-specific. The inputs to ToASCII are a sequence of code points. ToASCII never alters a sequence of code points that are all in the ASCII range to begin with (although it could fail). Applying the ToASCII operation multiple effect as applying it just once. When unsure, it is recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags. Return value: Returns \fBIDN2_OK\fP on success, or error code. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_unicode_4z4z.30000644000000000000000000000222713151533444015300 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_unicode_4z4z" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_unicode_4z4z \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_unicode_4z4z(const uint32_t * " input ", uint32_t ** " output ", int " flags ");" .SH ARGUMENTS .IP "const uint32_t * input" 12 Input zero\-terminated UTF\-32 string. .IP "uint32_t ** output" 12 Newly allocated UTF\-32 output string. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Converts a possibly ACE encoded domain name in UTF\-32 format into a UTF\-32 string (punycode decoding). The output buffer will be zero\-terminated and must be deallocated by the caller. \fIoutput\fP may be NULL to test lookup of \fIinput\fP without allocating memory. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_ascii_8z.30000644000000000000000000000234013151533444014464 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_ascii_8z" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_ascii_8z \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_ascii_8z(const char * " input ", char ** " output ", int " flags ");" .SH ARGUMENTS .IP "const char * input" 12 zero terminated input UTF\-8 string. .IP "char ** output" 12 pointer to newly allocated output string. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Convert UTF\-8 domain name to ASCII string using the IDNA2008 rules. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. When unsure, it is recommended to call this function with the \fBIDN2_NONTRANSITIONAL\fP and \fBIDN2_NFC_INPUT\fP flags. Return value: Returns \fBIDN2_OK\fP on success, or error code. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_unicode_8z4z.30000644000000000000000000000226013151533444015301 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_unicode_8z4z" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_unicode_8z4z \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_unicode_8z4z(const char * " input ", uint32_t ** " output ", G_GNUC_UNUSED int " flags ");" .SH ARGUMENTS .IP "const char * input" 12 Input zero\-terminated UTF\-8 string. .IP "uint32_t ** output" 12 Newly allocated UTF\-32/UCS\-4 output string. .IP "G_GNUC_UNUSED int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Converts a possibly ACE encoded domain name in UTF\-8 format into a UTF\-32 string (punycode decoding). The output buffer will be zero\-terminated and must be deallocated by the caller. \fIoutput\fP may be NULL to test lookup of \fIinput\fP without allocating memory. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_register_ul.30000644000000000000000000000404313151533444014577 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_register_ul" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_register_ul \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_register_ul(const char * " ulabel ", const char * " alabel ", char ** " insertname ", int " flags ");" .SH ARGUMENTS .IP "const char * ulabel" 12 input zero\-terminated locale encoded string, or NULL. .IP "const char * alabel" 12 input zero\-terminated ACE encoded string (xn\-\-), or NULL. .IP "char ** insertname" 12 newly allocated output variable with name to register in DNS. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Perform IDNA2008 register string conversion on domain label \fIulabel\fP and \fIalabel\fP , as described in section 4 of RFC 5891. Note that the input \fIulabel\fP is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF\-8 and NFC normalized by this function. It is recommended to supply both \fIulabel\fP and \fIalabel\fP for better error checking, but supplying just one of them will work. Passing in only \fIalabel\fP is better than only \fIulabel\fP . See RFC 5891 section 4 for more information. After version 0.11: \fIinsertname\fP may be NULL to test conversion of \fIsrc\fP without allocating memory. .SH "RETURNS" On successful conversion \fBIDN2_OK\fP is returned, when the given \fIulabel\fP and \fIalabel\fP does not match each other \fBIDN2_UALABEL_MISMATCH\fP is returned, when either of the input labels are too long \fBIDN2_TOO_BIG_LABEL\fP is returned, when \fIalabel\fP does does not appear to be a proper A\-label \fBIDN2_INVALID_ALABEL\fP is returned, or another error code is returned. .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_register_u8.30000644000000000000000000000413613151533444014516 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_register_u8" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_register_u8 \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_register_u8(const uint8_t * " ulabel ", const uint8_t * " alabel ", uint8_t ** " insertname ", int " flags ");" .SH ARGUMENTS .IP "const uint8_t * ulabel" 12 input zero\-terminated UTF\-8 and Unicode NFC string, or NULL. .IP "const uint8_t * alabel" 12 input zero\-terminated ACE encoded string (xn\-\-), or NULL. .IP "uint8_t ** insertname" 12 newly allocated output variable with name to register in DNS. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Perform IDNA2008 register string conversion on domain label \fIulabel\fP and \fIalabel\fP , as described in section 4 of RFC 5891. Note that the input \fIulabel\fP must be encoded in UTF\-8 and be in Unicode NFC form. Pass \fBIDN2_NFC_INPUT\fP in \fIflags\fP to convert input \fIulabel\fP to NFC form before further processing. It is recommended to supply both \fIulabel\fP and \fIalabel\fP for better error checking, but supplying just one of them will work. Passing in only \fIalabel\fP is better than only \fIulabel\fP . See RFC 5891 section 4 for more information. After version 0.11: \fIinsertname\fP may be NULL to test conversion of \fIsrc\fP without allocating memory. .SH "RETURNS" On successful conversion \fBIDN2_OK\fP is returned, when the given \fIulabel\fP and \fIalabel\fP does not match each other \fBIDN2_UALABEL_MISMATCH\fP is returned, when either of the input labels are too long \fBIDN2_TOO_BIG_LABEL\fP is returned, when \fIalabel\fP does does not appear to be a proper A\-label \fBIDN2_INVALID_ALABEL\fP is returned, or another error code is returned. .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_unicode_8zlz.30000644000000000000000000000230513151533444015371 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_unicode_8zlz" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_unicode_8zlz \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_unicode_8zlz(const char * " input ", char ** " output ", int " flags ");" .SH ARGUMENTS .IP "const char * input" 12 Input zero\-terminated UTF\-8 string. .IP "char ** output" 12 Newly allocated output string in current locale's character set. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Converts a possibly ACE encoded domain name in UTF\-8 format into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero\-terminated and must be deallocated by the caller. \fIoutput\fP may be NULL to test lookup of \fIinput\fP without allocating memory. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_strerror.30000644000000000000000000000153413151533444014137 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_strerror" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_strerror \- API function .SH SYNOPSIS .B #include .sp .BI "const char * idn2_strerror(int " rc ");" .SH ARGUMENTS .IP "int rc" 12 return code from another libidn2 function. .SH "DESCRIPTION" Convert internal libidn2 error code to a humanly readable string. The returned pointer must not be de\-allocated by the caller. Return value: A humanly readable string describing error. .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_unicode_44i.30000644000000000000000000000301113151533444015055 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_unicode_44i" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_unicode_44i \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_unicode_44i(const uint32_t * " in ", size_t " inlen ", uint32_t * " out ", size_t * " outlen ", int " flags ");" .SH ARGUMENTS .IP "const uint32_t * in" 12 Input array with UTF\-32 code points. .IP "size_t inlen" 12 number of code points of input array .IP "uint32_t * out" 12 output array with UTF\-32 code points. .IP "size_t * outlen" 12 on input, maximum size of output array with UTF\-32 code points, on exit, actual size of output array with UTF\-32 code points. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" The ToUnicode operation takes a sequence of UTF\-32 code points that make up one domain label and returns a sequence of UTF\-32 code points. If the input sequence is a label in ACE form, then the result is an equivalent internationalized label that is not in ACE form, otherwise the original sequence is returned unaltered. \fIoutput\fP may be NULL to test lookup of \fIinput\fP without allocating memory. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_lookup_ul.30000644000000000000000000000404013151533444014261 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_lookup_ul" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_lookup_ul \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_lookup_ul(const char * " src ", char ** " lookupname ", int " flags ");" .SH ARGUMENTS .IP "const char * src" 12 input zero\-terminated locale encoded string. .IP "char ** lookupname" 12 newly allocated output variable with name to lookup in DNS. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Perform IDNA2008 lookup string conversion on domain name \fIsrc\fP , as described in section 5 of RFC 5891. Note that the input is assumed to be encoded in the locale's default coding system, and will be transcoded to UTF\-8 and NFC normalized by this function. Pass \fBIDN2_ALABEL_ROUNDTRIP\fP in \fIflags\fP to convert any input A\-labels to U\-labels and perform additional testing. Pass \fBIDN2_TRANSITIONAL\fP to enable Unicode TR46 transitional processing, and \fBIDN2_NONTRANSITIONAL\fP to enable Unicode TR46 non\-transitional processing. Multiple flags may be specified by binary or:ing them together, for example \fBIDN2_ALABEL_ROUNDTRIP\fP | \fBIDN2_NONTRANSITIONAL\fP. The \fBIDN2_NFC_INPUT\fP in \fIflags\fP is always enabled in this function. After version 0.11: \fIlookupname\fP may be NULL to test lookup of \fIsrc\fP without allocating memory. .SH "RETURNS" On successful conversion \fBIDN2_OK\fP is returned, if conversion from locale to UTF\-8 fails then \fBIDN2_ICONV_FAIL\fP is returned, if the output domain or any label would have been too long \fBIDN2_TOO_BIG_DOMAIN\fP or \fBIDN2_TOO_BIG_LABEL\fP is returned, or another error code is returned. .SH "SINCE" 0.1 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_strerror_name.30000644000000000000000000000174113151533444015137 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_strerror_name" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_strerror_name \- API function .SH SYNOPSIS .B #include .sp .BI "const char * idn2_strerror_name(int " rc ");" .SH ARGUMENTS .IP "int rc" 12 return code from another libidn2 function. .SH "DESCRIPTION" Convert internal libidn2 error code to a string corresponding to internal header file symbols. For example, idn2_strerror_name(IDN2_MALLOC) will return the string "IDN2_MALLOC". The caller must not attempt to de\-allocate the returned string. Return value: A string corresponding to error code symbol. .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_unicode_8z8z.30000644000000000000000000000220313151533444015302 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_unicode_8z8z" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_unicode_8z8z \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_unicode_8z8z(const char * " input ", char ** " output ", int " flags ");" .SH ARGUMENTS .IP "const char * input" 12 Input zero\-terminated UTF\-8 string. .IP "char ** output" 12 Newly allocated UTF\-8 output string. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Converts a possibly ACE encoded domain name in UTF\-8 format into a UTF\-8 string (punycode decoding). The output buffer will be zero\-terminated and must be deallocated by the caller. \fIoutput\fP may be NULL to test lookup of \fIinput\fP without allocating memory. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_lookup_u8.30000644000000000000000000000460613151533444014205 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_lookup_u8" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_lookup_u8 \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_lookup_u8(const uint8_t * " src ", uint8_t ** " lookupname ", int " flags ");" .SH ARGUMENTS .IP "const uint8_t * src" 12 input zero\-terminated UTF\-8 string in Unicode NFC normalized form. .IP "uint8_t ** lookupname" 12 newly allocated output variable with name to lookup in DNS. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Perform IDNA2008 lookup string conversion on domain name \fIsrc\fP , as described in section 5 of RFC 5891. Note that the input string must be encoded in UTF\-8 and be in Unicode NFC form. Pass \fBIDN2_NFC_INPUT\fP in \fIflags\fP to convert input to NFC form before further processing. \fBIDN2_TRANSITIONAL\fP and \fBIDN2_NONTRANSITIONAL\fP do already imply \fBIDN2_NFC_INPUT\fP. Pass \fBIDN2_ALABEL_ROUNDTRIP\fP in \fIflags\fP to convert any input A\-labels to U\-labels and perform additional testing (not implemented yet). Pass \fBIDN2_TRANSITIONAL\fP to enable Unicode TR46 transitional processing, and \fBIDN2_NONTRANSITIONAL\fP to enable Unicode TR46 non\-transitional processing. Multiple flags may be specified by binary or:ing them together. After version 2.0.3: \fBIDN2_USE_STD3_ASCII_RULES\fP disabled by default. Previously we were eliminating non\-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use \fBIDN2_USE_STD3_ASCII_RULES\fP to enable that behavior again. After version 0.11: \fIlookupname\fP may be NULL to test lookup of \fIsrc\fP without allocating memory. .SH "RETURNS" On successful conversion \fBIDN2_OK\fP is returned, if the output domain or any label would have been too long \fBIDN2_TOO_BIG_DOMAIN\fP or \fBIDN2_TOO_BIG_LABEL\fP is returned, or another error code is returned. .SH "SINCE" 0.1 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_check_version.30000644000000000000000000000261513151533444015100 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_check_version" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_check_version \- API function .SH SYNOPSIS .B #include .sp .BI "const char * idn2_check_version(const char * " req_version ");" .SH ARGUMENTS .IP "const char * req_version" 12 version string to compare with, or NULL. .SH "DESCRIPTION" Check IDN2 library version. This function can also be used to read out the version of the library code used. See \fBIDN2_VERSION\fP for a suitable \fIreq_version\fP string, it corresponds to the idn2.h header file version. Normally these two version numbers match, but if you are using an application built against an older libidn2 with a newer libidn2 shared library they will be different. Return value: Check that the version of the library is at minimum the one given as a string in \fIreq_version\fP and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_free.30000644000000000000000000000154313151533444013176 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_free" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_free \- API function .SH SYNOPSIS .B #include .sp .BI "void idn2_free(void * " ptr ");" .SH ARGUMENTS .IP "void * ptr" 12 pointer to deallocate .SH "DESCRIPTION" Call free(3) on the given pointer. This function is typically only useful on systems where the library malloc heap is different from the library caller malloc heap, which happens on Windows when the library is a separate DLL. .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/man/idn2_to_unicode_lzlz.30000644000000000000000000000237113151533444015460 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "idn2_to_unicode_lzlz" 3 "2.0.4" "libidn2" "libidn2" .SH NAME idn2_to_unicode_lzlz \- API function .SH SYNOPSIS .B #include .sp .BI "int idn2_to_unicode_lzlz(const char * " input ", char ** " output ", int " flags ");" .SH ARGUMENTS .IP "const char * input" 12 Input zero\-terminated string encoded in the current locale's character set. .IP "char ** output" 12 Newly allocated output string in current locale's character set. .IP "int flags" 12 optional \fBidn2_flags\fP to modify behaviour. .SH "DESCRIPTION" Converts a possibly ACE encoded domain name in the locale's character set into a string encoded in the current locale's character set (punycode decoding). The output buffer will be zero\-terminated and must be deallocated by the caller. \fIoutput\fP may be NULL to test lookup of \fIinput\fP without allocating memory. .SH "SINCE" 2.0.0 .SH "SEE ALSO" The full documentation for .B libidn2 is maintained as a Texinfo manual. If the .B info and .B libidn2 programs are properly installed at your site, the command .IP .B info libidn2 .PP should give you access to the complete manual. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/libidn2/manual/ .PP libidn2-2.0.4/doc/libidn2.texi0000644000000000000000000004471413134401252012717 00000000000000\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libidn2.info @include version.texi @documentencoding utf-8 @settitle Libidn2 @value{VERSION} @finalout @syncodeindex pg cp @c %**end of header @copying This manual is for Libidn2 (version @value{VERSION}, @value{UPDATED}), an implementation of IDNA2008/TR46 internationalized domain names. Copyright @copyright{} 2011-2017 Simon Josefsson @end copying @dircategory Software libraries @direntry * libidn2: (libidn2). Internationalized domain names (IDNA2008/TR46) processing. @end direntry @dircategory Localization @direntry * idn2: (libidn2)Invoking idn2. Internationalized Domain Name (IDNA2008/TR46) conversion. @end direntry @titlepage @title Libidn2 @subtitle Internationalized Domain Names (IDNA2008/TR46) @subtitle Version @value{VERSION}, @value{UPDATED} @author Simon Josefsson @page @vskip 0pt plus 1filll @insertcopying @end titlepage @c Output the table of the contents at the beginning. @contents @ifnottex @node Top @top Libidn2 @insertcopying @end ifnottex @menu * Introduction:: What is Libidn2? * Library Functions:: Library functions. * Converting from libidn:: Demonstrate how to convert from libidn. * Examples:: Demonstrate how to use the library. * Invoking idn2:: Command line interface to the library. * Interface Index:: * Concept Index:: @end menu @node Introduction @chapter Introduction Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in the form a library. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. It is available at @uref{https://gitlab.com/libidn/libidn2}. The library is a rewrite of the popular but legacy libidn library, and is backwards (API) compatible with it. See @ref{Converting from libidn} for more information. For technical reference on IDNA protocols, see @itemize @item RFC 5890 (@uref{https://tools.ietf.org/html/rfc5890}), @item RFC 5891 (@uref{https://tools.ietf.org/html/rfc5891}), @item RFC 5892 (@uref{https://tools.ietf.org/html/rfc5892}), @item RFC 5893 (@uref{https://tools.ietf.org/html/rfc5893}), @item TR46 (@uref{http://www.unicode.org/reports/tr46/}). @end itemize Libidn2 uses GNU libunistring (@uref{https://www.gnu.org/software/libunistring/}) for Unicode processing and optionally GNU libiconv (@uref{https://www.gnu.org/software/libiconv/}) for character set conversion. The library is dual-licensed under LGPLv3 or GPLv2, see the file COPYING for detailed information. @node Library Functions @chapter Library Functions @cindex Library Functions Below are the interfaces of the Libidn2 library documented. @section Header file @code{idn2.h} To use the functions documented in this chapter, you need to include the file @file{idn2.h} like this: @example #include @end example @section Core Functions When you have the data encoded in UTF-8 form the direct interfaces to the library are as follows. @include texi/idn2_to_ascii_8z.texi @include texi/idn2_to_unicode_8z8z.texi @include texi/idn2_lookup_u8.texi @include texi/idn2_register_u8.texi @section Locale Functions As a convenience, the following functions are provided that will convert the input from the locale encoding format to UTF-8 and normalize the string using NFC, and then apply the core functions described earlier. @include texi/idn2_to_ascii_lz.texi @include texi/idn2_to_unicode_8zlz.texi @include texi/idn2_to_unicode_lzlz.texi @include texi/idn2_lookup_ul.texi @include texi/idn2_register_ul.texi @section Control Flags The @code{flags} parameter can take on the following values, or a bit-wise inclusive or of any subset of the parameters: @deftypevr {Global flag} {idn2_flags} IDN2_NFC_INPUT Apply NFC normalization on input. @end deftypevr @deftypevr {Global flag} {idn2_flags} IDN2_ALABEL_ROUNDTRIP Apply additional round-trip conversion of A-label inputs. @end deftypevr @deftypevr {Global flag} {idn2_flags} IDN2_TRANSITIONAL Perform Unicode TR46 transitional processing. @end deftypevr @deftypevr {Global flag} {idn2_flags} IDN2_NONTRANSITIONAL Perform Unicode TR46 non-transitional processing. @end deftypevr @section Error Handling @include texi/idn2_strerror.texi @include texi/idn2_strerror_name.texi @section Return Codes The functions normally return 0 on sucess or a negative error code. @deftypevr {Return code} {idn2_rc} IDN2_OK Successful return. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_MALLOC Memory allocation error. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_NO_CODESET Could not determine locale string encoding format. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_ICONV_FAIL Could not transcode locale string to UTF-8. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_ENCODING_ERROR Unicode data encoding error. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_NFC Error normalizing string. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_PUNYCODE_BAD_INPUT Punycode invalid input. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_PUNYCODE_BIG_OUTPUT Punycode output buffer too small. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_PUNYCODE_OVERFLOW Punycode conversion would overflow. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_TOO_BIG_DOMAIN Domain name longer than 255 characters. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_TOO_BIG_LABEL Domain label longer than 63 characters. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_INVALID_ALABEL Input A-label is not valid. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_UALABEL_MISMATCH Input A-label and U-label does not match. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_INVALID_FLAGS Invalid combination of flags. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_NOT_NFC String is not NFC. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_2HYPHEN String has forbidden two hyphens. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_HYPHEN_STARTEND String has forbidden starting/ending hyphen. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_LEADING_COMBINING String has forbidden leading combining character. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_DISALLOWED String has disallowed character. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_CONTEXTJ String has forbidden context-j character. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_CONTEXTJ_NO_RULE String has context-j character with no rull. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_CONTEXTO String has forbidden context-o character. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_CONTEXTO_NO_RULE String has context-o character with no rull. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_UNASSIGNED String has forbidden unassigned character. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_BIDI String has forbidden bi-directional properties. @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_DOT_IN_LABEL Label has forbidden dot (TR46). @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_INVALID_TRANSITIONAL Label has character forbidden in transitional mode (TR46). @end deftypevr @deftypevr {Return code} {idn2_rc} IDN2_INVALID_NONTRANSITIONAL Label has character forbidden in non-transitional mode (TR46). @end deftypevr @section Memory Handling @include texi/idn2_free.texi @section Version Check It is often desirable to check that the version of Libidn2 used is indeed one which fits all requirements. Even with binary compatibility new features may have been introduced but due to problem with the dynamic linker an old version is actually used. So you may want to check that the version is okay right after program startup. @include texi/idn2_check_version.texi The normal way to use the function is to put something similar to the following first in your @code{main}: @example if (!idn2_check_version (IDN2_VERSION)) @{ printf ("idn2_check_version() failed:\n" "Header file incompatible with shared library.\n"); exit(EXIT_FAILURE); @} @end example @node Converting from libidn @chapter Converting from libidn @cindex libidn This library is backwards (API) compatible with the libidn library (@uref{https://www.gnu.org/software/libidn/}). Although it is recommended for new software to use the native libidn2 functions (i.e., the ones prefixed with @code{idn2}), old software isn't always feasible to modify. @section Converting with minimal modifications As such, libidn2, provides compatibility macros which switch all libidn functions, to libidn2 functions in a backwards compatible way. To take advantage of these compatibility functions, it is sufficient to replace the @code{idna.h} header in legacy code, with @code{idn2.h}. That would transform the software from using libidn, i.e., IDNA2003, to using libidn2 with IDNA2008 non-transitional encoding. @section Converting to native APIs However, it is recommended to switch applications to the IDN2 native APIs. The following table provides a mapping of libidn code snippets to libidn2, for switching to IDNA2008. @multitable @columnfractions .40 .40 @headitem libidn @tab libidn2 @item @verbatim rc = idna_to_ascii_8z (buf, &p, 0 /* any flags */); if (rc != IDNA_SUCCESS) @end verbatim @tab @verbatim rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); if (rc != IDN2_OK) @end verbatim @item @verbatim rc = idna_to_unicode_8z8z (buf, &p, 0 /* any flags */); if (rc != IDNA_SUCCESS) @end verbatim @tab @verbatim rc = idn2_to_unicode_8z8z (buf, &p, 0); if (rc != IDN2_OK) @end verbatim @end multitable Note that, although the table only lists the UTF-8 functions, the mapping is identical for every other one on the family of toUnicode and toAscii. As the IDNA2003 details differ signicantly to IDNA2008, no flags used in the libidn functions map to any specific flags; it is safe to use the suggested libidn2 flags. @section Converting with backwards compatibility In several cases where IDNA2008 mappings do not exist whereas IDNA2003 mappings do, software like browsers take a backwards compatible approach. That is convert the domain to IDNA2008 form, and if that fails try the IDNA2003 conversion. The following example demonstrates that approach. @verbatim rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); /* IDNA2008 */ if (rc == IDN2_DISALLOWED) rc = idn2_to_ascii_8z (buf, &p, IDN2_TRANSITIONAL); /* IDNA2003 - compatible */ @end verbatim @section Using libidn and libidn2 code In the special case of software that needs to support both libraries (e.g., both IDNA2003 and IDNA2008), you must define @code{IDN2_SKIP_LIBIDN_COMPAT} prior to including @code{idn2.h} in order to be able to use both libraries' functions. @node Examples @chapter Examples @cindex Examples This chapter contains example code which illustrate how Libidn2 is used when you write your own application. @menu * ToASCII:: Example using IDNA ToASCII. * ToUnicode:: Example using IDNA ToUnicode. * Lookup:: Example IDNA2008 Lookup domain name operation. * Register:: Example IDNA2008 Register label operation. @end menu @node ToASCII @section ToASCII example This example demonstrates how the library is used to convert internationalized domain names into ASCII compatible names (ACE). It expects input to be in UTF-8 form. @verbatiminclude example-toascii.c @node ToUnicode @section ToUnicode example This example demonstrates how the library is used to convert ASCII compatible names (ACE) to internationalized domain names. Both input and output are in UTF-8 form. @verbatiminclude example-tounicode.c @node Lookup @section Lookup This example demonstrates how a domain name is processed before it is lookup in the DNS. The input expected is in the locale encoding. @verbatiminclude lookup.c @node Register @section Register This example demonstrates how a domain label is processed before it is registered in the DNS. The input expected is in the locale encoding. @verbatiminclude register.c @node Invoking idn2 @chapter Invoking idn2 @pindex idn2 @cindex invoking @command{idn2} @cindex command line @command{idn2} translates internationalized domain names to the IDNA2008 encoded format, either for lookup or registration. If strings are specified on the command line, they are used as input and the computed output is printed to standard output @code{stdout}. If no strings are specified on the command line, the program read data, line by line, from the standard input @code{stdin}, and print the computed output to standard output. What processing is performed (e.g., lookup or register) is indicated by options. If any errors are encountered, the execution of the applications is aborted. All strings are expected to be encoded in the preferred charset used by your locale. Use @code{--debug} to find out what this charset is. On POSIX systems you may use the @code{LANG} environment variable to specify a different locale. To process a string that starts with @code{-}, for example @code{-foo}, use @code{--} to signal the end of parameters, as in @code{idn2 -r -- -foo}. @section Options @code{idn2} recognizes these commands: @verbatim -h, --help Print help and exit -V, --version Print version and exit -d, --decode Decode (punycode) domain name -l, --lookup Lookup domain name (default) -r, --register Register label -T, --tr46t Enable TR46 transitional processing -N, --tr46nt Enable TR46 non-transitional processing --debug Print debugging information --quiet Silent operation @end verbatim @section Environment Variables On POSIX systems the @var{LANG} environment variable can be used to override the system locale for the command being invoked. The system locale may influence what character set is used to decode data (i.e., strings on the command line or data read from the standard input stream), and to encode data to the standard output. If your system is set up correctly, however, the application will use the correct locale and character set automatically. Example usage: @example $ LANG=en_US.UTF-8 idn2 ... @end example @section Examples Standard usage, reading input from standard input and disabling license and usage instructions: @example jas@@latte:~$ idn2 --quiet r@"aksm@"org@aa{}s.se xn--rksmrgs-5wao1o.se ... @end example Reading input from the command line: @example jas@@latte:~$ idn2 r@"aksm@"org@aa{}s.se bl@aa{}b@ae{}rgr@o{}d.no xn--rksmrgs-5wao1o.se xn--blbrgrd-fxak7p.no jas@@latte:~$ @end example Testing the IDNA2008 Register function: @example jas@@latte:~$ idn2 --register fu@ss{}ball xn--fuball-cta jas@@latte:~$ @end example @section Troubleshooting Getting character data encoded right, and making sure Libidn2 use the same encoding, can be difficult. The reason for this is that most systems may encode character data in more than one character encoding, i.e., using @code{UTF-8} together with @code{ISO-8859-1} or @code{ISO-2022-JP}. This problem is likely to continue to exist until only one character encoding come out as the evolutionary winner, or (more likely, at least to some extents) forever. The first step to troubleshooting character encoding problems with Libidn2 is to use the @samp{--debug} parameter to find out which character set encoding @samp{idn2} believe your locale uses. @example jas@@latte:~$ idn2 --debug --quiet "" Charset: UTF-8 jas@@latte:~$ @end example If it prints @code{ANSI_X3.4-1968} (i.e., @code{US-ASCII}), this indicate you have not configured your locale properly. To configure the locale, you can, for example, use @samp{LANG=sv_SE.UTF-8; export LANG} at a @code{/bin/sh} prompt, to set up your locale for a Swedish environment using @code{UTF-8} as the encoding. Sometimes @samp{idn2} appear to be unable to translate from your system locale into @code{UTF-8} (which is used internally), and you will get an error message like this: @example idn2: lookup: could not convert string to UTF-8 @end example One explanation is that you didn't install the @samp{iconv} conversion tools. You can find it as a standalone library in GNU Libiconv (@uref{https://www.gnu.org/software/libiconv/}). On many GNU/Linux systems, this library is part of the system, but you may have to install additional packages to be able to use it. Another explanation is that the error is correct and you are feeding @samp{idn2} invalid data. This can happen inadvertently if you are not careful with the character set encoding you use. For example, if your shell run in a @code{ISO-8859-1} environment, and you invoke @samp{idn2} with the @samp{LANG} environment variable as follows, you will feed it @code{ISO-8859-1} characters but force it to believe they are @code{UTF-8}. Naturally this will lead to an error, unless the byte sequences happen to be valid @code{UTF-8}. Note that even if you don't get an error, the output may be incorrect in this situation, because @code{ISO-8859-1} and @code{UTF-8} does not in general encode the same characters as the same byte sequences. @example jas@@latte:~$ idn2 --quiet --debug "" Charset: ISO-8859-1 jas@@latte:~$ LANG=sv_SE.UTF-8 idn2 --debug r@"aksm@"org@aa{}s Charset: UTF-8 input[0] = 0x72 input[1] = 0xc3 input[2] = 0xa4 input[3] = 0xc3 input[4] = 0xa4 input[5] = 0x6b input[6] = 0x73 input[7] = 0x6d input[8] = 0xc3 input[9] = 0xb6 input[10] = 0x72 input[11] = 0x67 input[12] = 0xc3 input[13] = 0xa5 input[14] = 0x73 UCS-4 input[0] = U+0072 UCS-4 input[1] = U+00e4 UCS-4 input[2] = U+00e4 UCS-4 input[3] = U+006b UCS-4 input[4] = U+0073 UCS-4 input[5] = U+006d UCS-4 input[6] = U+00f6 UCS-4 input[7] = U+0072 UCS-4 input[8] = U+0067 UCS-4 input[9] = U+00e5 UCS-4 input[10] = U+0073 output[0] = 0x72 output[1] = 0xc3 output[2] = 0xa4 output[3] = 0xc3 output[4] = 0xa4 output[5] = 0x6b output[6] = 0x73 output[7] = 0x6d output[8] = 0xc3 output[9] = 0xb6 output[10] = 0x72 output[11] = 0x67 output[12] = 0xc3 output[13] = 0xa5 output[14] = 0x73 UCS-4 output[0] = U+0072 UCS-4 output[1] = U+00e4 UCS-4 output[2] = U+00e4 UCS-4 output[3] = U+006b UCS-4 output[4] = U+0073 UCS-4 output[5] = U+006d UCS-4 output[6] = U+00f6 UCS-4 output[7] = U+0072 UCS-4 output[8] = U+0067 UCS-4 output[9] = U+00e5 UCS-4 output[10] = U+0073 xn--rksmrgs-5waap8p jas@@latte:~$ @end example The sense moral here is to forget about @samp{LANG} (instead, configure your system locale properly) unless you know what you are doing, and if you want to use @samp{LANG}, do it carefully and after verifying with @samp{--debug} that you get the desired results. @node Interface Index @unnumbered Interface Index @printindex fn @node Concept Index @unnumbered Concept Index @printindex cp @bye libidn2-2.0.4/doc/texinfo.css0000644000000000000000000000305113077410063012662 00000000000000body { margin: 2%; padding: 0 5%; background: #ffffff; } h1,h2,h3,h4,h5 { font-weight: bold; padding: 5px 5px 5px 5px; background-color: #c2e0ff; color: #336699; } h1 { padding: 2em 2em 2em 5%; color: white; background: #336699; text-align: center; letter-spacing: 3px; } h2 { text-decoration: underline; } pre { margin: 0 5%; padding: 0.5em; } pre.example { border: solid 1px; background: #eeeeff; padding-bottom: 1em; } pre.verbatim { border: solid 1px gray; background: white; padding-bottom: 1em; } div.node { margin: 0 -5% 0 -2%; padding: 0.5em 0.5em; margin-top: 0.5em; margin-bottom: 0.5em; font-weight: bold; } dd, li { padding-top: 0.1em; padding-bottom: 0.1em; } div.float { margin-bottom: 0.5em; text-align: center; } table { border: solid 1px; background: #eeeeff; padding-bottom: 1em; text-align: left; margin-left:auto; margin-right:auto; border-spacing: 4px; width: 70%; } th { padding: 0; color: #000000; background-color: #dedeef; border: solid #000000; border-width: 0px; margin: 1em auto; text-align: center; margin-left:auto; margin-right:auto; } td { padding: 0; border: solid #000000; background: #eeeeff; border-width: 0px; margin: 1em auto; text-align: left; margin-left:auto; margin-right:auto; padding-left: 1em; } dl { text-align: left; margin-left:auto; margin-right:auto; width: 50%; padding-left: 1em; border: solid #000000; background: #eeeeff; border-width: 3px 1px 1px 1px; margin: 1em auto; } libidn2-2.0.4/doc/example-toascii.c0000644000000000000000000000234113151533442013725 00000000000000/* example-toascii.c --- Example ToASCII() code showing how to use Libidn2. * * This code is placed under public domain. */ #include #include #include #include /* idn2_to_ascii_8z() */ /* * Compiling using pkg-config is recommended: * * $ cc -o example-toascii example-toascii.c $(pkg-config --cflags --libs libidn2) * $ ./example-toascii * Input domain encoded as `UTF-8': βόλος.com * Read string (length 15): ce b2 cf 8c ce bb ce bf cf 82 2e 63 6f 6d 0a * ACE label (length 17): 'xn--nxasmm1c.com' * */ int main (void) { char buf[BUFSIZ]; char *p; int rc; size_t i; if (!fgets (buf, BUFSIZ, stdin)) perror ("fgets"); buf[strlen (buf) - 1] = '\0'; printf ("Read string (length %ld): ", (long int) strlen (buf)); for (i = 0; i < strlen (buf); i++) printf ("%02x ", (unsigned) buf[i] & 0xFF); printf ("\n"); /* Use non-transitional IDNA2008 */ rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); if (rc != IDNA_SUCCESS) { printf ("ToASCII() failed (%d): %s\n", rc, idn2_strerror (rc)); return EXIT_FAILURE; } printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p); free (p); /* or idn2_free() */ return 0; } libidn2-2.0.4/configure0000755000000000000000000333373013151533355011656 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for libidn2 2.0.4. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and $0: help-libidn@gnu.org about your system, including any $0: error possibly output before this message. Then install $0: a modern shell, or manually run the script under such a $0: shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libidn2' PACKAGE_TARNAME='libidn2' PACKAGE_VERSION='2.0.4' PACKAGE_STRING='libidn2 2.0.4' PACKAGE_BUGREPORT='help-libidn@gnu.org' PACKAGE_URL='https://www.gnu.org/software/libidn/#libidn2' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" gl_func_list= gl_header_list= gt_needs= ac_subst_vars='unistringtests_LTLIBOBJS unistringtests_LIBOBJS unistring_LTLIBOBJS unistring_LIBOBJS gltests_LTLIBOBJS gltests_LIBOBJS gl_LTLIBOBJS gl_LIBOBJS CONFIG_INCLUDE am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS HAVE_LIBUNISTRING_FALSE HAVE_LIBUNISTRING_TRUE ENABLE_DOC_FALSE ENABLE_DOC_TRUE WARN_CFLAGS CODE_COVERAGE_RULES CODE_COVERAGE_LDFLAGS CODE_COVERAGE_LIBS CODE_COVERAGE_CXXFLAGS CODE_COVERAGE_CFLAGS CODE_COVERAGE_CPPFLAGS GENHTML LCOV GCOV CODE_COVERAGE_ENABLED CODE_COVERAGE_ENABLED_FALSE CODE_COVERAGE_ENABLED_TRUE POSUB INTLLIBS INTL_MACOSX_LIBS XGETTEXT_EXTRA_OPTIONS MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 MSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS GTK_DOC_USE_REBASE_FALSE GTK_DOC_USE_REBASE_TRUE GTK_DOC_USE_LIBTOOL_FALSE GTK_DOC_USE_LIBTOOL_TRUE GTK_DOC_BUILD_PDF_FALSE GTK_DOC_BUILD_PDF_TRUE GTK_DOC_BUILD_HTML_FALSE GTK_DOC_BUILD_HTML_TRUE ENABLE_GTK_DOC_FALSE ENABLE_GTK_DOC_TRUE HAVE_GTK_DOC_FALSE HAVE_GTK_DOC_TRUE GTKDOC_DEPS_LIBS GTKDOC_DEPS_CFLAGS HTML_DIR GTKDOC_MKPDF GTKDOC_REBASE GTKDOC_CHECK_PATH GTKDOC_CHECK PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG unistringtests_WITNESS LIBUNISTRING_UNITYPES_H LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_FALSE LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_FALSE LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE LIBUNISTRING_UNISTR_H LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE LIBUNISTRING_UNINORM_H LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_FALSE LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_FALSE LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_FALSE LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE LIBUNISTRING_UNICTYPE_H LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_FALSE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_FALSE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_FALSE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_FALSE LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_FALSE LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE LIBUNISTRING_UNICONV_H LOCALCHARSET_TESTS_ENVIRONMENT GLIBC21 LIBUNISTRING_PREFIX LTLIBUNISTRING LIBUNISTRING HAVE_LIBUNISTRING NEXT_AS_FIRST_DIRECTIVE_ICONV_H NEXT_ICONV_H GL_GENERATE_ICONV_H_FALSE GL_GENERATE_ICONV_H_TRUE ICONV_H REPLACE_ICONV_UTF REPLACE_ICONV_OPEN REPLACE_ICONV ICONV_CONST GNULIB_ICONV LTLIBICONV LIBICONV pkglibexecdir lispdir GL_GENERATE_ALLOCA_H_FALSE GL_GENERATE_ALLOCA_H_TRUE ALLOCA_H ALLOCA LIBTESTS_LIBDEPS gltests_WITNESS VALGRIND HAVE_UNISTD_H NEXT_AS_FIRST_DIRECTIVE_UNISTD_H NEXT_UNISTD_H WINDOWS_STAT_INODES WINDOWS_64_BIT_OFF_T NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H NEXT_SYS_TYPES_H NEXT_AS_FIRST_DIRECTIVE_STRING_H NEXT_STRING_H HAVE_WINSOCK2_H UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS UNISTD_H_HAVE_WINSOCK2_H REPLACE_WRITE REPLACE_USLEEP REPLACE_UNLINKAT REPLACE_UNLINK REPLACE_TTYNAME_R REPLACE_TRUNCATE REPLACE_SYMLINKAT REPLACE_SYMLINK REPLACE_SLEEP REPLACE_RMDIR REPLACE_READLINKAT REPLACE_READLINK REPLACE_READ REPLACE_PWRITE REPLACE_PREAD REPLACE_LSEEK REPLACE_LINKAT REPLACE_LINK REPLACE_LCHOWN REPLACE_ISATTY REPLACE_GETPAGESIZE REPLACE_GETGROUPS REPLACE_GETLOGIN_R REPLACE_GETDTABLESIZE REPLACE_GETDOMAINNAME REPLACE_GETCWD REPLACE_FTRUNCATE REPLACE_FCHOWNAT REPLACE_DUP2 REPLACE_DUP REPLACE_CLOSE REPLACE_CHOWN HAVE_SYS_PARAM_H HAVE_OS_H HAVE_DECL_TTYNAME_R HAVE_DECL_SETHOSTNAME HAVE_DECL_GETUSERSHELL HAVE_DECL_GETPAGESIZE HAVE_DECL_GETLOGIN_R HAVE_DECL_GETLOGIN HAVE_DECL_GETDOMAINNAME HAVE_DECL_FDATASYNC HAVE_DECL_FCHDIR HAVE_DECL_ENVIRON HAVE_USLEEP HAVE_UNLINKAT HAVE_TRUNCATE HAVE_SYMLINKAT HAVE_SYMLINK HAVE_SLEEP HAVE_SETHOSTNAME HAVE_READLINKAT HAVE_READLINK HAVE_PWRITE HAVE_PREAD HAVE_PIPE2 HAVE_PIPE HAVE_LINKAT HAVE_LINK HAVE_LCHOWN HAVE_GROUP_MEMBER HAVE_GETPAGESIZE HAVE_GETLOGIN HAVE_GETHOSTNAME HAVE_GETGROUPS HAVE_GETDTABLESIZE HAVE_FTRUNCATE HAVE_FSYNC HAVE_FDATASYNC HAVE_FCHOWNAT HAVE_FCHDIR HAVE_FACCESSAT HAVE_EUIDACCESS HAVE_DUP3 HAVE_DUP2 HAVE_CHOWN GNULIB_WRITE GNULIB_USLEEP GNULIB_UNLINKAT GNULIB_UNLINK GNULIB_UNISTD_H_SIGPIPE GNULIB_UNISTD_H_NONBLOCKING GNULIB_TTYNAME_R GNULIB_TRUNCATE GNULIB_SYMLINKAT GNULIB_SYMLINK GNULIB_SLEEP GNULIB_SETHOSTNAME GNULIB_RMDIR GNULIB_READLINKAT GNULIB_READLINK GNULIB_READ GNULIB_PWRITE GNULIB_PREAD GNULIB_PIPE2 GNULIB_PIPE GNULIB_LSEEK GNULIB_LINKAT GNULIB_LINK GNULIB_LCHOWN GNULIB_ISATTY GNULIB_GROUP_MEMBER GNULIB_GETUSERSHELL GNULIB_GETPAGESIZE GNULIB_GETLOGIN_R GNULIB_GETLOGIN GNULIB_GETHOSTNAME GNULIB_GETGROUPS GNULIB_GETDTABLESIZE GNULIB_GETDOMAINNAME GNULIB_GETCWD GNULIB_FTRUNCATE GNULIB_FSYNC GNULIB_FDATASYNC GNULIB_FCHOWNAT GNULIB_FCHDIR GNULIB_FACCESSAT GNULIB_EUIDACCESS GNULIB_ENVIRON GNULIB_DUP3 GNULIB_DUP2 GNULIB_DUP GNULIB_CLOSE GNULIB_CHOWN GNULIB_CHDIR NEXT_AS_FIRST_DIRECTIVE_STDLIB_H NEXT_STDLIB_H NEXT_AS_FIRST_DIRECTIVE_STDIO_H NEXT_STDIO_H GL_GENERATE_STDINT_H_FALSE GL_GENERATE_STDINT_H_TRUE STDINT_H HAVE_SYS_INTTYPES_H HAVE_SYS_BITYPES_H HAVE_C99_STDINT_H WINT_T_SUFFIX WCHAR_T_SUFFIX SIG_ATOMIC_T_SUFFIX SIZE_T_SUFFIX PTRDIFF_T_SUFFIX HAVE_SIGNED_WINT_T HAVE_SIGNED_WCHAR_T HAVE_SIGNED_SIG_ATOMIC_T BITSIZEOF_WINT_T BITSIZEOF_WCHAR_T BITSIZEOF_SIG_ATOMIC_T BITSIZEOF_SIZE_T BITSIZEOF_PTRDIFF_T HAVE_STDINT_H NEXT_AS_FIRST_DIRECTIVE_STDINT_H NEXT_STDINT_H HAVE_SYS_TYPES_H HAVE_INTTYPES_H HAVE_WCHAR_H HAVE_UNSIGNED_LONG_LONG_INT HAVE_LONG_LONG_INT GNULIB_OVERRIDES_WINT_T NEXT_AS_FIRST_DIRECTIVE_STDDEF_H NEXT_STDDEF_H GL_GENERATE_STDDEF_H_FALSE GL_GENERATE_STDDEF_H_TRUE STDDEF_H HAVE_WCHAR_T HAVE_MAX_ALIGN_T REPLACE_NULL HAVE__BOOL GL_GENERATE_STDBOOL_H_FALSE GL_GENERATE_STDBOOL_H_TRUE STDBOOL_H GL_GENERATE_STDARG_H_FALSE GL_GENERATE_STDARG_H_TRUE STDARG_H NEXT_AS_FIRST_DIRECTIVE_STDARG_H NEXT_STDARG_H UNDEFINE_STRTOK_R REPLACE_STRTOK_R REPLACE_STRSIGNAL REPLACE_STRNLEN REPLACE_STRNDUP REPLACE_STRNCAT REPLACE_STRERROR_R REPLACE_STRERROR REPLACE_STRCHRNUL REPLACE_STRCASESTR REPLACE_STRSTR REPLACE_STRDUP REPLACE_STPNCPY REPLACE_MEMMEM REPLACE_MEMCHR HAVE_STRVERSCMP HAVE_DECL_STRSIGNAL HAVE_DECL_STRERROR_R HAVE_DECL_STRTOK_R HAVE_STRCASESTR HAVE_STRSEP HAVE_STRPBRK HAVE_DECL_STRNLEN HAVE_DECL_STRNDUP HAVE_DECL_STRDUP HAVE_STRCHRNUL HAVE_STPNCPY HAVE_STPCPY HAVE_RAWMEMCHR HAVE_DECL_MEMRCHR HAVE_MEMPCPY HAVE_DECL_MEMMEM HAVE_MEMCHR HAVE_FFSLL HAVE_FFSL HAVE_EXPLICIT_BZERO HAVE_MBSLEN GNULIB_STRVERSCMP GNULIB_STRSIGNAL GNULIB_STRERROR_R GNULIB_STRERROR GNULIB_MBSTOK_R GNULIB_MBSSEP GNULIB_MBSSPN GNULIB_MBSPBRK GNULIB_MBSCSPN GNULIB_MBSCASESTR GNULIB_MBSPCASECMP GNULIB_MBSNCASECMP GNULIB_MBSCASECMP GNULIB_MBSSTR GNULIB_MBSRCHR GNULIB_MBSCHR GNULIB_MBSNLEN GNULIB_MBSLEN GNULIB_STRTOK_R GNULIB_STRCASESTR GNULIB_STRSTR GNULIB_STRSEP GNULIB_STRPBRK GNULIB_STRNLEN GNULIB_STRNDUP GNULIB_STRNCAT GNULIB_STRDUP GNULIB_STRCHRNUL GNULIB_STPNCPY GNULIB_STPCPY GNULIB_RAWMEMCHR GNULIB_MEMRCHR GNULIB_MEMPCPY GNULIB_MEMMEM GNULIB_MEMCHR GNULIB_FFSLL GNULIB_FFSL GNULIB_EXPLICIT_BZERO APPLE_UNIVERSAL_BUILD HAVE_MSVC_INVALID_PARAMETER_HANDLER REPLACE_WCTOMB REPLACE_UNSETENV REPLACE_STRTOD REPLACE_SETENV REPLACE_REALPATH REPLACE_REALLOC REPLACE_RANDOM_R REPLACE_QSORT_R REPLACE_PUTENV REPLACE_PTSNAME_R REPLACE_PTSNAME REPLACE_MKSTEMP REPLACE_MBTOWC REPLACE_MALLOC REPLACE_CANONICALIZE_FILE_NAME REPLACE_CALLOC HAVE_DECL_UNSETENV HAVE_UNLOCKPT HAVE_SYS_LOADAVG_H HAVE_STRUCT_RANDOM_DATA HAVE_STRTOULL HAVE_STRTOLL HAVE_STRTOD HAVE_DECL_SETENV HAVE_SETENV HAVE_SECURE_GETENV HAVE_RPMATCH HAVE_REALPATH HAVE_RANDOM_R HAVE_RANDOM_H HAVE_RANDOM HAVE_QSORT_R HAVE_PTSNAME_R HAVE_PTSNAME HAVE_POSIX_OPENPT HAVE_MKSTEMPS HAVE_MKSTEMP HAVE_MKOSTEMPS HAVE_MKOSTEMP HAVE_MKDTEMP HAVE_GRANTPT HAVE_GETSUBOPT HAVE_DECL_GETLOADAVG HAVE_CANONICALIZE_FILE_NAME HAVE_ATOLL HAVE__EXIT GNULIB_WCTOMB GNULIB_UNSETENV GNULIB_UNLOCKPT GNULIB_SYSTEM_POSIX GNULIB_STRTOULL GNULIB_STRTOLL GNULIB_STRTOD GNULIB_SETENV GNULIB_SECURE_GETENV GNULIB_RPMATCH GNULIB_REALPATH GNULIB_REALLOC_POSIX GNULIB_RANDOM_R GNULIB_RANDOM GNULIB_QSORT_R GNULIB_PUTENV GNULIB_PTSNAME_R GNULIB_PTSNAME GNULIB_POSIX_OPENPT GNULIB_MKSTEMPS GNULIB_MKSTEMP GNULIB_MKOSTEMPS GNULIB_MKOSTEMP GNULIB_MKDTEMP GNULIB_MBTOWC GNULIB_MALLOC_POSIX GNULIB_GRANTPT GNULIB_GETSUBOPT GNULIB_GETLOADAVG GNULIB_CANONICALIZE_FILE_NAME GNULIB_CALLOC_POSIX GNULIB_ATOLL GNULIB__EXIT GL_GENERATE_LIMITS_H_FALSE GL_GENERATE_LIMITS_H_TRUE LIMITS_H NEXT_AS_FIRST_DIRECTIVE_LIMITS_H NEXT_LIMITS_H HAVE_VISIBILITY CFLAG_VISIBILITY HAVE_LD_VERSION_SCRIPT_FALSE HAVE_LD_VERSION_SCRIPT_TRUE LTLIBINTL LIBINTL REPLACE_VSPRINTF REPLACE_VSNPRINTF REPLACE_VPRINTF REPLACE_VFPRINTF REPLACE_VDPRINTF REPLACE_VASPRINTF REPLACE_TMPFILE REPLACE_STDIO_WRITE_FUNCS REPLACE_STDIO_READ_FUNCS REPLACE_SPRINTF REPLACE_SNPRINTF REPLACE_RENAMEAT REPLACE_RENAME REPLACE_REMOVE REPLACE_PRINTF REPLACE_POPEN REPLACE_PERROR REPLACE_OBSTACK_PRINTF REPLACE_GETLINE REPLACE_GETDELIM REPLACE_FTELLO REPLACE_FTELL REPLACE_FSEEKO REPLACE_FSEEK REPLACE_FREOPEN REPLACE_FPURGE REPLACE_FPRINTF REPLACE_FOPEN REPLACE_FFLUSH REPLACE_FDOPEN REPLACE_FCLOSE REPLACE_DPRINTF HAVE_VDPRINTF HAVE_VASPRINTF HAVE_RENAMEAT HAVE_POPEN HAVE_PCLOSE HAVE_FTELLO HAVE_FSEEKO HAVE_DPRINTF HAVE_DECL_VSNPRINTF HAVE_DECL_SNPRINTF HAVE_DECL_OBSTACK_PRINTF HAVE_DECL_GETLINE HAVE_DECL_GETDELIM HAVE_DECL_FTELLO HAVE_DECL_FSEEKO HAVE_DECL_FPURGE GNULIB_VSPRINTF_POSIX GNULIB_VSNPRINTF GNULIB_VPRINTF_POSIX GNULIB_VPRINTF GNULIB_VFPRINTF_POSIX GNULIB_VFPRINTF GNULIB_VDPRINTF GNULIB_VSCANF GNULIB_VFSCANF GNULIB_VASPRINTF GNULIB_TMPFILE GNULIB_STDIO_H_SIGPIPE GNULIB_STDIO_H_NONBLOCKING GNULIB_SPRINTF_POSIX GNULIB_SNPRINTF GNULIB_SCANF GNULIB_RENAMEAT GNULIB_RENAME GNULIB_REMOVE GNULIB_PUTS GNULIB_PUTCHAR GNULIB_PUTC GNULIB_PRINTF_POSIX GNULIB_PRINTF GNULIB_POPEN GNULIB_PERROR GNULIB_PCLOSE GNULIB_OBSTACK_PRINTF_POSIX GNULIB_OBSTACK_PRINTF GNULIB_GETLINE GNULIB_GETDELIM GNULIB_GETCHAR GNULIB_GETC GNULIB_FWRITE GNULIB_FTELLO GNULIB_FTELL GNULIB_FSEEKO GNULIB_FSEEK GNULIB_FSCANF GNULIB_FREOPEN GNULIB_FREAD GNULIB_FPUTS GNULIB_FPUTC GNULIB_FPURGE GNULIB_FPRINTF_POSIX GNULIB_FPRINTF GNULIB_FOPEN GNULIB_FGETS GNULIB_FGETC GNULIB_FFLUSH GNULIB_FDOPEN GNULIB_FCLOSE GNULIB_DPRINTF EOVERFLOW_VALUE EOVERFLOW_HIDDEN ENOLINK_VALUE ENOLINK_HIDDEN EMULTIHOP_VALUE EMULTIHOP_HIDDEN GL_GENERATE_ERRNO_H_FALSE GL_GENERATE_ERRNO_H_TRUE ERRNO_H NEXT_AS_FIRST_DIRECTIVE_ERRNO_H NEXT_ERRNO_H PRAGMA_COLUMNS PRAGMA_SYSTEM_HEADER INCLUDE_NEXT_AS_FIRST_DIRECTIVE INCLUDE_NEXT GL_COND_LIBTOOL_FALSE GL_COND_LIBTOOL_TRUE LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED LIBTOOL OBJDUMP DLLTOOL AS RANLIB ARFLAGS ac_ct_AR AR EGREP GREP LDFLAGS_FOR_BUILD CPPFLAGS_FOR_BUILD CFLAGS_FOR_BUILD BUILD_OBJEXT BUILD_EXEEXT CPP_FOR_BUILD ac_ct_CC_FOR_BUILD CC_FOR_BUILD CPP cross_compiling_FALSE cross_compiling_TRUE am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC host_os host_vendor host_cpu host build_os build_vendor build_cpu build AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM IDN2_VERSION_NUMBER IDN2_VERSION_PATCH IDN2_VERSION_MINOR IDN2_VERSION_MAJOR LT_AGE LT_REVISION LT_CURRENT target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock enable_ld_version_script enable_valgrind_tests with_packager with_packager_version with_packager_bug_reports enable_rpath with_libiconv_prefix with_libunistring_prefix with_html_dir enable_gtk_doc enable_gtk_doc_html enable_gtk_doc_pdf enable_nls with_libintl_prefix with_gcov enable_code_coverage enable_gcc_warnings enable_doc ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP LT_SYS_LIBRARY_PATH PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR GTKDOC_DEPS_CFLAGS GTKDOC_DEPS_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures libidn2 2.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/libidn2] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of libidn2 2.0.4:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-ld-version-script enable linker version script (default is enabled when possible) --disable-valgrind-tests don't try to run self tests under valgrind --disable-rpath do not hardcode runtime library paths --enable-gtk-doc use gtk-doc to build documentation [[default=no]] --enable-gtk-doc-html build documentation in html format [[default=yes]] --enable-gtk-doc-pdf build documentation in pdf format [[default=no]] --disable-nls do not use Native Language Support --enable-code-coverage Whether to enable code coverage support --enable-gcc-warnings turn on lots of GCC warnings (for developers) --disable-doc don't generate any documentation Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-packager String identifying the packager of this software --with-packager-version Packager-specific version information --with-packager-bug-reports Packager info for bug reports (URL/e-mail/...) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libunistring-prefix[=DIR] search for libunistring in DIR/include and DIR/lib --without-libunistring-prefix don't search for libunistring in includedir and libdir --with-html-dir=PATH path to installed docs --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir --with-gcov=GCOV use given GCOV for coverage (GCOV=gcov). Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor LT_SYS_LIBRARY_PATH User-defined run-time library search path. PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path GTKDOC_DEPS_CFLAGS C compiler flags for GTKDOC_DEPS, overriding pkg-config GTKDOC_DEPS_LIBS linker flags for GTKDOC_DEPS, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . libidn2 home page: .dnl _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF libidn2 configure 2.0.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## ---------------------------------- ## ## Report this to help-libidn@gnu.org ## ## ---------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES # -------------------------------------------- # Tries to find the compile-time value of EXPR in a program that includes # INCLUDES, setting VAR accordingly. Returns whether the value could be # computed ac_fn_c_compute_int () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= 0)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=0 ac_mid=0 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid; break else as_fn_arith $ac_mid + 1 && ac_lo=$as_val if test $ac_lo -le $ac_mid; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) < 0)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=-1 ac_mid=-1 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= $ac_mid)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=$ac_mid; break else as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val if test $ac_mid -le $ac_hi; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else ac_lo= ac_hi= fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # Binary search between lo and hi bounds. while test "x$ac_lo" != "x$ac_hi"; do as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid else as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in #(( ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; '') ac_retval=1 ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 static long int longval () { return $2; } static unsigned long int ulongval () { return $2; } #include #include int main () { FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; if (($2) < 0) { long int i = longval (); if (i != ($2)) return 1; fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); if (i != ($2)) return 1; fprintf (f, "%lu", i); } /* Do not output a trailing newline, as this causes \r\n confusion on some platforms. */ return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : echo >>conftest.val; read $3 &5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { #ifndef $as_decl_name #ifdef __cplusplus (void) $as_decl_use; #else (void) $as_decl_name; #endif #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libidn2 $as_me 2.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gl_func_list="$gl_func_list getdelim" gl_func_list="$gl_func_list getprogname" gl_func_list="$gl_func_list getexecname" gl_header_list="$gl_header_list limits.h" gl_func_list="$gl_func_list _set_invalid_parameter_handler" gl_header_list="$gl_header_list wchar.h" gl_header_list="$gl_header_list stdint.h" gl_header_list="$gl_header_list sys/socket.h" gl_header_list="$gl_header_list unistd.h" gl_header_list="$gl_header_list iconv.h" gl_func_list="$gl_func_list symlink" gt_needs="$gt_needs " # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=3 LT_REVISION=3 LT_AGE=3 # # Generate version defines for the include file # IDN2_VERSION_MAJOR=`echo $PACKAGE_VERSION|cut -d'.' -f1` IDN2_VERSION_MINOR=`echo $PACKAGE_VERSION|cut -d'.' -f2` IDN2_VERSION_PATCH=`echo $PACKAGE_VERSION|cut -d'.' -f3` IDN2_VERSION_NUMBER=`printf '0x%02x%02x%04x' $IDN2_VERSION_MAJOR $IDN2_VERSION_MINOR $IDN2_VERSION_PATCH` ac_aux_dir= for ac_dir in build-aux "$srcdir"/build-aux; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. ac_config_headers="$ac_config_headers config.h" am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='libidn2' VERSION='2.0.4' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi if test "$cross_compiling" = yes; then cross_compiling_TRUE= cross_compiling_FALSE='#' else cross_compiling_TRUE='#' cross_compiling_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu save_cross_compiling=$cross_compiling save_ac_tool_prefix=$ac_tool_prefix cross_compiling=no ac_tool_prefix= ac_ext=c ac_build_cpp='$CPP_FOR_BUILD $CPPFLAGS_FOR_BUILD' ac_build_compile='$CC_FOR_BUILD -c $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD conftest.$ac_ext >&5' ac_build_link='$CC_FOR_BUILD -o conftest$ac_build_exeext $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC_FOR_BUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC_FOR_BUILD"; then ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC_FOR_BUILD="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD if test -n "$CC_FOR_BUILD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_BUILD" >&5 $as_echo "$CC_FOR_BUILD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC_FOR_BUILD"; then ac_ct_CC_FOR_BUILD=$CC_FOR_BUILD # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC_FOR_BUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC_FOR_BUILD"; then ac_cv_prog_ac_ct_CC_FOR_BUILD="$ac_ct_CC_FOR_BUILD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC_FOR_BUILD="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC_FOR_BUILD=$ac_cv_prog_ac_ct_CC_FOR_BUILD if test -n "$ac_ct_CC_FOR_BUILD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC_FOR_BUILD" >&5 $as_echo "$ac_ct_CC_FOR_BUILD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC_FOR_BUILD" = x; then CC_FOR_BUILD="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with build triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with build triplet" >&2;} ac_tool_warned=yes ;; esac CC_FOR_BUILD=$ac_ct_CC_FOR_BUILD fi else CC_FOR_BUILD="$ac_cv_prog_CC_FOR_BUILD" fi if test -z "$CC_FOR_BUILD"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC_FOR_BUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC_FOR_BUILD"; then ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC_FOR_BUILD="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD if test -n "$CC_FOR_BUILD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_BUILD" >&5 $as_echo "$CC_FOR_BUILD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC_FOR_BUILD"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC_FOR_BUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC_FOR_BUILD"; then ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC_FOR_BUILD="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC_FOR_BUILD shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC_FOR_BUILD to just the basename; use the full file name. shift ac_cv_prog_CC_FOR_BUILD="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD if test -n "$CC_FOR_BUILD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_BUILD" >&5 $as_echo "$CC_FOR_BUILD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC_FOR_BUILD"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC_FOR_BUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC_FOR_BUILD"; then ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC_FOR_BUILD="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD if test -n "$CC_FOR_BUILD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_BUILD" >&5 $as_echo "$CC_FOR_BUILD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC_FOR_BUILD" && break done fi if test -z "$CC_FOR_BUILD"; then ac_ct_CC_FOR_BUILD=$CC_FOR_BUILD for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC_FOR_BUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC_FOR_BUILD"; then ac_cv_prog_ac_ct_CC_FOR_BUILD="$ac_ct_CC_FOR_BUILD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC_FOR_BUILD="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC_FOR_BUILD=$ac_cv_prog_ac_ct_CC_FOR_BUILD if test -n "$ac_ct_CC_FOR_BUILD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC_FOR_BUILD" >&5 $as_echo "$ac_ct_CC_FOR_BUILD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC_FOR_BUILD" && break done if test "x$ac_ct_CC_FOR_BUILD" = x; then CC_FOR_BUILD="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with build triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with build triplet" >&2;} ac_tool_warned=yes ;; esac CC_FOR_BUILD=$ac_ct_CC_FOR_BUILD fi fi fi test -z "$CC_FOR_BUILD" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_build_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_build_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS_FOR_BUILD+set} ac_save_CFLAGS=$CFLAGS_FOR_BUILD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC_FOR_BUILD accepts -g" >&5 $as_echo_n "checking whether $CC_FOR_BUILD accepts -g... " >&6; } if ${ac_cv_build_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_build_prog_cc_g=no CFLAGS_FOR_BUILD="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_build_prog_cc_g=yes else CFLAGS_FOR_BUILD="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS_FOR_BUILD="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_build_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_build_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_build_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_build_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_g" >&5 $as_echo "$ac_cv_build_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS_FOR_BUILD=$ac_save_CFLAGS elif test $ac_cv_build_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS_FOR_BUILD="-g -O2" else CFLAGS_FOR_BUILD="-g" fi else if test "$GCC" = yes; then CFLAGS_FOR_BUILD="-O2" else CFLAGS_FOR_BUILD= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC_FOR_BUILD option to accept ISO C89" >&5 $as_echo_n "checking for $CC_FOR_BUILD option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC_FOR_BUILD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC_FOR_BUILD="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_build_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC_FOR_BUILD=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_build_cpp='$CPP_FOR_BUILD $CPPFLAGS_FOR_BUILD' ac_build_compile='$CC_FOR_BUILD -c $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD conftest.$ac_ext >&5' ac_build_link='$CC_FOR_BUILD -o conftest$ac_build_exeext $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_build_cpp='$CPP_FOR_BUILD $CPPFLAGS_FOR_BUILD' ac_build_compile='$CC_FOR_BUILD -c $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD conftest.$ac_ext >&5' ac_build_link='$CC_FOR_BUILD -o conftest$ac_build_exeext $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC_FOR_BUILD understands -c and -o together" >&5 $as_echo_n "checking whether $CC_FOR_BUILD understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC_FOR_BUILD -c conftest.$ac_ext -o conftest2.$ac_build_objext" >&5 ($CC_FOR_BUILD -c conftest.$ac_ext -o conftest2.$ac_build_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_build_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC_FOR_BUILD="$am_aux_dir/compile $CC_FOR_BUILD" fi ac_ext=c ac_build_cpp='$CPP_FOR_BUILD $CPPFLAGS_FOR_BUILD' ac_build_compile='$CC_FOR_BUILD -c $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD conftest.$ac_ext >&5' ac_build_link='$CC_FOR_BUILD -o conftest$ac_build_exeext $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC_FOR_BUILD" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_build_cpp='$CPP_FOR_BUILD $CPPFLAGS_FOR_BUILD' ac_build_compile='$CC_FOR_BUILD -c $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD conftest.$ac_ext >&5' ac_build_link='$CC_FOR_BUILD -o conftest$ac_build_exeext $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP_FOR_BUILD" && test -d "$CPP_FOR_BUILD"; then CPP_FOR_BUILD= fi if test -z "$CPP_FOR_BUILD"; then if ${ac_cv_build_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP_FOR_BUILD in "$CC_FOR_BUILD -E" "$CC_FOR_BUILD -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_build_prog_CPP=$CPP_FOR_BUILD fi CPP_FOR_BUILD=$ac_cv_build_prog_CPP else ac_cv_build_prog_CPP=$CPP_FOR_BUILD fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP_FOR_BUILD" >&5 $as_echo "$CPP_FOR_BUILD" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP_FOR_BUILD\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_build_cpp='$CPP_FOR_BUILD $CPPFLAGS_FOR_BUILD' ac_build_compile='$CC_FOR_BUILD -c $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD conftest.$ac_ext >&5' ac_build_link='$CC_FOR_BUILD -o conftest$ac_build_exeext $CFLAGS_FOR_BUILD $CPPFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_tool_prefix=$save_ac_tool_prefix cross_compiling=$save_cross_compiling BUILD_EXEEXT=$ac_build_exeext BUILD_OBJEXT=$ac_build_objext { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" if test "x$ac_cv_header_minix_config_h" = xyes; then : MINIX=yes else MINIX= fi if test "$MINIX" = yes; then $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h $as_echo "#define _MINIX 1" >>confdefs.h $as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } if ${ac_cv_safe_to_define___extensions__+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # define __EXTENSIONS__ 1 $ac_includes_default int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_safe_to_define___extensions__=yes else ac_cv_safe_to_define___extensions__=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } test $ac_cv_safe_to_define___extensions__ = yes && $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h $as_echo "#define _ALL_SOURCE 1" >>confdefs.h $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h $as_echo "#define _GNU_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h $as_echo "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h $as_echo "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h $as_echo "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h $as_echo "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h $as_echo "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h $as_echo "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h $as_echo "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 $as_echo_n "checking whether _XOPEN_SOURCE should be defined... " >&6; } if ${ac_cv_should_define__xopen_source+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_should_define__xopen_source=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include mbstate_t x; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE 500 #include mbstate_t x; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_should_define__xopen_source=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 $as_echo "$ac_cv_should_define__xopen_source" >&6; } test $ac_cv_should_define__xopen_source = yes && $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 $as_echo_n "checking for Minix Amsterdam compiler... " >&6; } if ${gl_cv_c_amsterdam_compiler+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __ACK__ Amsterdam #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Amsterdam" >/dev/null 2>&1; then : gl_cv_c_amsterdam_compiler=yes else gl_cv_c_amsterdam_compiler=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 $as_echo "$gl_cv_c_amsterdam_compiler" >&6; } if test $gl_cv_c_amsterdam_compiler = yes; then if test -z "$AR"; then AR='cc -c.a' fi if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else if test -n "$ac_tool_prefix"; then for ac_prog in ar lib "link -lib" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar lib "link -lib" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 $as_echo_n "checking the archiver ($AR) interface... " >&6; } if ${am_cv_ar_interface+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am_cv_ar_interface=ar cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int some_variable = 0; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 (eval $am_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then am_cv_ar_interface=ar else am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 (eval $am_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then am_cv_ar_interface=lib else am_cv_ar_interface=unknown fi fi rm -f conftest.lib libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 $as_echo "$am_cv_ar_interface" >&6; } case $am_cv_ar_interface in ar) ;; lib) # Microsoft lib, so override with the ar-lib wrapper script. # FIXME: It is wrong to rewrite AR. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__AR in this case, # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something # similar. AR="$am_aux_dir/ar-lib $AR" ;; unknown) as_fn_error $? "could not determine $AR interface" "$LINENO" 5 ;; esac fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="${ac_tool_prefix}ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="ar" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi if test -z "$ARFLAGS"; then ARFLAGS='cr' fi if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi fi fi case $ac_cv_prog_cc_stdc in #( no) : ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #( *) : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } if ${ac_cv_prog_cc_c99+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #include // Check varargs macros. These examples are taken from C99 6.10.3.5. #define debug(...) fprintf (stderr, __VA_ARGS__) #define showlist(...) puts (#__VA_ARGS__) #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) static void test_varargs_macros (void) { int x = 1234; int y = 5678; debug ("Flag"); debug ("X = %d\n", x); showlist (The first, second, and third items.); report (x>y, "x is %d but y is %d", x, y); } // Check long long types. #define BIG64 18446744073709551615ull #define BIG32 4294967295ul #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) #if !BIG_OK your preprocessor is broken; #endif #if BIG_OK #else your preprocessor is broken; #endif static long long int bignum = -9223372036854775807LL; static unsigned long long int ubignum = BIG64; struct incomplete_array { int datasize; double data[]; }; struct named_init { int number; const wchar_t *name; double average; }; typedef const char *ccp; static inline int test_restrict (ccp restrict text) { // See if C++-style comments work. // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\0'; ++i) continue; return 0; } // Check varargs and va_copy. static void test_varargs (const char *format, ...) { va_list args; va_start (args, format); va_list args_copy; va_copy (args_copy, args); const char *str; int number; float fnumber; while (*format) { switch (*format++) { case 's': // string str = va_arg (args_copy, const char *); break; case 'd': // int number = va_arg (args_copy, int); break; case 'f': // float fnumber = va_arg (args_copy, double); break; default: break; } } va_end (args_copy); va_end (args); } int main () { // Check bool. _Bool success = false; // Check restrict. if (test_restrict ("String literal") == 0) success = true; char *restrict newvar = "Another string"; // Check varargs. test_varargs ("s, d' f .", "string", 65, 34.234); test_varargs_macros (); // Check flexible array members. struct incomplete_array *ia = malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; // Check named initializers. struct named_init ni = { .number = 34, .name = L"Test wide string", .average = 543.34343, }; ni.number = 58; int dynamic_array[ni.number]; dynamic_array[ni.number - 1] = 543; // work around unused variable warnings return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' || dynamic_array[ni.number - 1] != 543); ; return 0; } _ACEOF for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c99=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c99" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c99" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;; esac if test "x$ac_cv_prog_cc_c99" != xno; then : ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 else ac_cv_prog_cc_stdc=no fi fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } if ${ac_cv_prog_cc_stdc+:} false; then : $as_echo_n "(cached) " >&6 fi case $ac_cv_prog_cc_stdc in #( no) : { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; #( '') : { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; #( *) : { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5 $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;; esac # Pre-early section. # Code from module absolute-header: # Code from module dirname-lgpl: # Code from module dosname: # Code from module double-slash-root: # Code from module errno: # Code from module error: # Code from module extensions: # Code from module extern-inline: # Code from module gendocs: # Code from module getdelim: # Code from module getline: # Code from module getprogname: # Code from module gettext-h: # Code from module gnumakefile: # Code from module gnupload: # Code from module include_next: # Code from module intprops: # Code from module lib-symbol-versions: # Code from module lib-symbol-visibility: # Code from module limits-h: # Code from module maintainer-makefile: # Code from module malloc-posix: # Code from module manywarnings: # Code from module msvc-inval: # Code from module msvc-nothrow: # Code from module multiarch: # Code from module progname: # Code from module rawmemchr: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/warn-on-use: # Code from module ssize_t: # Code from module stdarg: # Code from module stdbool: # Code from module stddef: # Code from module stdint: # Code from module stdio: # Code from module stdlib: # Code from module strchrnul: # Code from module strerror: # Code from module strerror-override: # Code from module string: # Code from module strverscmp: # Code from module sys_types: # Code from module unistd: # Code from module update-copyright: # Code from module useless-if-before-free: # Code from module valgrind-tests: # Code from module vc-list-files: # Code from module verify: # Code from module version-etc: # Code from module warnings: # Pre-early section. # Code from module absolute-header: # Code from module alloca-opt: # Code from module array-mergesort: # Code from module c-ctype: # Code from module c-strcase: # Code from module c-strcaseeq: # Code from module configmake: # Code from module extensions: # Code from module extern-inline: # Code from module gperf: # Code from module havelib: # Code from module iconv: # Code from module iconv-h: # Code from module iconv_open: # Code from module include_next: # Code from module inline: # Code from module libunistring: # Code from module limits-h: # Code from module localcharset: # Code from module malloca: # Code from module multiarch: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/unused-parameter: # Code from module snippet/warn-on-use: # Code from module ssize_t: # Code from module stdbool: # Code from module stdint: # Code from module striconveh: # Code from module striconveha: # Code from module sys_types: # Code from module uniconv/base: # Code from module uniconv/u8-conv-from-enc: # Code from module uniconv/u8-strconv-from-enc: # Code from module uniconv/u8-strconv-from-locale: # Code from module uniconv/u8-strconv-to-enc: # Code from module uniconv/u8-strconv-to-locale: # Code from module unictype/base: # Code from module unictype/bidiclass-of: # Code from module unictype/category-M: # Code from module unictype/category-none: # Code from module unictype/category-of: # Code from module unictype/category-test: # Code from module unictype/category-test-withtable: # Code from module unictype/combining-class: # Code from module unictype/joiningtype-of: # Code from module unictype/scripts: # Code from module uninorm/base: # Code from module uninorm/canonical-decomposition: # Code from module uninorm/composition: # Code from module uninorm/decompose-internal: # Code from module uninorm/decomposition-table: # Code from module uninorm/nfc: # Code from module uninorm/nfd: # Code from module uninorm/u32-normalize: # Code from module unistr/base: # Code from module unistr/u32-cpy: # Code from module unistr/u32-cpy-alloc: # Code from module unistr/u32-mbtouc-unsafe: # Code from module unistr/u32-strlen: # Code from module unistr/u32-to-u8: # Code from module unistr/u32-uctomb: # Code from module unistr/u8-check: # Code from module unistr/u8-mblen: # Code from module unistr/u8-mbtouc: # Code from module unistr/u8-mbtouc-unsafe: # Code from module unistr/u8-mbtoucr: # Code from module unistr/u8-prev: # Code from module unistr/u8-strlen: # Code from module unistr/u8-to-u32: # Code from module unistr/u8-uctomb: # Code from module unitypes: # Code from module verify: # Code from module xalloc-oversized: if test -n "$ac_tool_prefix"; then for ac_prog in ar lib "link -lib" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar lib "link -lib" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 $as_echo_n "checking the archiver ($AR) interface... " >&6; } if ${am_cv_ar_interface+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am_cv_ar_interface=ar cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int some_variable = 0; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 (eval $am_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then am_cv_ar_interface=ar else am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 (eval $am_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then am_cv_ar_interface=lib else am_cv_ar_interface=unknown fi fi rm -f conftest.lib libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 $as_echo "$am_cv_ar_interface" >&6; } case $am_cv_ar_interface in ar) ;; lib) # Microsoft lib, so override with the ar-lib wrapper script. # FIXME: It is wrong to rewrite AR. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__AR in this case, # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something # similar. AR="$am_aux_dir/ar-lib $AR" ;; unknown) as_fn_error $? "could not determine $AR interface" "$LINENO" 5 ;; esac case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.6' macro_revision='2.4.6' ltmain=$ac_aux_dir/ltmain.sh # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 $as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 $as_echo_n "checking for a working dd... " >&6; } if ${ac_cv_path_lt_DD+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} if test -z "$lt_DD"; then ac_path_lt_DD_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in dd; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi $ac_path_lt_DD_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_lt_DD"; then : fi else ac_cv_path_lt_DD=$lt_DD fi rm -f conftest.i conftest2.i conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 $as_echo "$ac_cv_path_lt_DD" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 $as_echo_n "checking how to truncate binary pipes... " >&6; } if ${lt_cv_truncate_bin+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 $as_echo "$lt_cv_truncate_bin" >&6; } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[012][,.]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 $as_echo "$AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 $as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump enable_dlopen=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac else pic_mode=default fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac else enable_fast_install=yes fi shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. if test "${with_aix_soname+set}" = set; then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 ;; esac lt_cv_with_aix_soname=$with_aix_soname else if ${lt_cv_with_aix_soname+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_with_aix_soname=aix fi with_aix_soname=$lt_cv_with_aix_soname fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 $as_echo "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o func_cc_basename $compiler cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/${ac_tool_prefix}file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi lt_prog_compiler_pic='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test no = "$hard_links"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct=no hardcode_direct_absolute=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' $wl-bernotok' allow_undefined_flag=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test yes = "$GCC"; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi link_all_deplibs=no else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; osf3*) if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test yes = "$GCC"; then wlarc='$wl' archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='$wl-z,text' allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi fi fi fi fi fi ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC ac_config_commands="$ac_config_commands libtool" # Only expand once: LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 $as_echo_n "checking whether // is distinct from /... " >&6; } if ${gl_cv_double_slash_root+:} false; then : $as_echo_n "(cached) " >&6 else if test x"$cross_compiling" = xyes ; then # When cross-compiling, there is no way to tell whether // is special # short of a list of hosts. However, the only known hosts to date # that have a distinct // are Apollo DomainOS (too old to port to), # Cygwin, and z/OS. If anyone knows of another system for which // has # special semantics and is distinct from /, please report it to # . case $host in *-cygwin | i370-ibm-openedition) gl_cv_double_slash_root=yes ;; *) # Be optimistic and assume that / and // are the same when we # don't know. gl_cv_double_slash_root='unknown, assuming no' ;; esac else set x `ls -di / // 2>/dev/null` if test "$2" = "$4" && wc //dev/null >/dev/null 2>&1; then gl_cv_double_slash_root=no else gl_cv_double_slash_root=yes fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 $as_echo "$gl_cv_double_slash_root" >&6; } if test "$gl_cv_double_slash_root" = yes; then $as_echo "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } if ${gl_cv_have_include_next+:} false; then : $as_echo_n "(cached) " >&6 else rm -rf conftestd1a conftestd1b conftestd2 mkdir conftestd1a conftestd1b conftestd2 cat < conftestd1a/conftest.h #define DEFINED_IN_CONFTESTD1 #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd1b/conftest.h #define DEFINED_IN_CONFTESTD1 #include #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd2/conftest.h #ifndef DEFINED_IN_CONFTESTD1 #error "include_next test doesn't work" #endif #define DEFINED_IN_CONFTESTD2 EOF gl_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_have_include_next=yes else CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_have_include_next=buggy else gl_cv_have_include_next=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CPPFLAGS="$gl_save_CPPFLAGS" rm -rf conftestd1a conftestd1b conftestd2 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 $as_echo "$gl_cv_have_include_next" >&6; } PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next if test -n "$GCC"; then PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' fi else if test $gl_cv_have_include_next = buggy; then INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next else INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 $as_echo_n "checking whether system header files limit the line length... " >&6; } if ${gl_cv_pragma_columns+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __TANDEM choke me #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "choke me" >/dev/null 2>&1; then : gl_cv_pragma_columns=yes else gl_cv_pragma_columns=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5 $as_echo "$gl_cv_pragma_columns" >&6; } if test $gl_cv_pragma_columns = yes; then PRAGMA_COLUMNS="#pragma COLUMNS 10000" else PRAGMA_COLUMNS= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 $as_echo_n "checking for complete errno.h... " >&6; } if ${gl_cv_header_errno_h_complete+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if !defined ETXTBSY booboo #endif #if !defined ENOMSG booboo #endif #if !defined EIDRM booboo #endif #if !defined ENOLINK booboo #endif #if !defined EPROTO booboo #endif #if !defined EMULTIHOP booboo #endif #if !defined EBADMSG booboo #endif #if !defined EOVERFLOW booboo #endif #if !defined ENOTSUP booboo #endif #if !defined ENETRESET booboo #endif #if !defined ECONNABORTED booboo #endif #if !defined ESTALE booboo #endif #if !defined EDQUOT booboo #endif #if !defined ECANCELED booboo #endif #if !defined EOWNERDEAD booboo #endif #if !defined ENOTRECOVERABLE booboo #endif #if !defined EILSEQ booboo #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "booboo" >/dev/null 2>&1; then : gl_cv_header_errno_h_complete=no else gl_cv_header_errno_h_complete=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 $as_echo "$gl_cv_header_errno_h_complete" >&6; } if test $gl_cv_header_errno_h_complete = yes; then ERRNO_H='' else if test $gl_cv_have_include_next = yes; then gl_cv_next_errno_h='<'errno.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_errno_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'errno.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_errno_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_errno_h gl_cv_next_errno_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 $as_echo "$gl_cv_next_errno_h" >&6; } fi NEXT_ERRNO_H=$gl_cv_next_errno_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'errno.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_errno_h fi NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=$gl_next_as_first_directive ERRNO_H='errno.h' fi if test -n "$ERRNO_H"; then GL_GENERATE_ERRNO_H_TRUE= GL_GENERATE_ERRNO_H_FALSE='#' else GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_ERRNO_H_FALSE= fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 $as_echo_n "checking for EMULTIHOP value... " >&6; } if ${gl_cv_header_errno_h_EMULTIHOP+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef EMULTIHOP yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EMULTIHOP=yes else gl_cv_header_errno_h_EMULTIHOP=no fi rm -f conftest* if test $gl_cv_header_errno_h_EMULTIHOP = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EMULTIHOP yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EMULTIHOP=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 $as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; } case $gl_cv_header_errno_h_EMULTIHOP in yes | no) EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= ;; *) EMULTIHOP_HIDDEN=1; EMULTIHOP_VALUE="$gl_cv_header_errno_h_EMULTIHOP" ;; esac fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 $as_echo_n "checking for ENOLINK value... " >&6; } if ${gl_cv_header_errno_h_ENOLINK+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef ENOLINK yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_ENOLINK=yes else gl_cv_header_errno_h_ENOLINK=no fi rm -f conftest* if test $gl_cv_header_errno_h_ENOLINK = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef ENOLINK yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_ENOLINK=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_ENOLINK = hidden; then if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 $as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; } case $gl_cv_header_errno_h_ENOLINK in yes | no) ENOLINK_HIDDEN=0; ENOLINK_VALUE= ;; *) ENOLINK_HIDDEN=1; ENOLINK_VALUE="$gl_cv_header_errno_h_ENOLINK" ;; esac fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 $as_echo_n "checking for EOVERFLOW value... " >&6; } if ${gl_cv_header_errno_h_EOVERFLOW+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef EOVERFLOW yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EOVERFLOW=yes else gl_cv_header_errno_h_EOVERFLOW=no fi rm -f conftest* if test $gl_cv_header_errno_h_EOVERFLOW = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EOVERFLOW yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EOVERFLOW=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 $as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; } case $gl_cv_header_errno_h_EOVERFLOW in yes | no) EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= ;; *) EOVERFLOW_HIDDEN=1; EOVERFLOW_VALUE="$gl_cv_header_errno_h_EOVERFLOW" ;; esac fi ac_fn_c_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default" if test "x$ac_cv_have_decl_strerror_r" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRERROR_R $ac_have_decl _ACEOF for ac_func in strerror_r do : ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r" if test "x$ac_cv_func_strerror_r" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRERROR_R 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5 $as_echo_n "checking whether strerror_r returns char *... " >&6; } if ${ac_cv_func_strerror_r_char_p+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_func_strerror_r_char_p=no if test $ac_cv_have_decl_strerror_r = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { char buf[100]; char x = *strerror_r (0, buf, sizeof buf); char *p = strerror_r (0, buf, sizeof buf); return !p || x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_func_strerror_r_char_p=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else # strerror_r is not declared. Choose between # systems that have relatively inaccessible declarations for the # function. BeOS and DEC UNIX 4.0 fall in this category, but the # former has a strerror_r that returns char*, while the latter # has a strerror_r that returns `int'. # This test should segfault on the DEC system. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default extern char *strerror_r (); int main () { char buf[100]; char x = *strerror_r (0, buf, sizeof buf); return ! isalpha (x); ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_strerror_r_char_p=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 $as_echo "$ac_cv_func_strerror_r_char_p" >&6; } if test $ac_cv_func_strerror_r_char_p = yes; then $as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h fi XGETTEXT_EXTRA_OPTIONS= GNULIB_DPRINTF=0; GNULIB_FCLOSE=0; GNULIB_FDOPEN=0; GNULIB_FFLUSH=0; GNULIB_FGETC=0; GNULIB_FGETS=0; GNULIB_FOPEN=0; GNULIB_FPRINTF=0; GNULIB_FPRINTF_POSIX=0; GNULIB_FPURGE=0; GNULIB_FPUTC=0; GNULIB_FPUTS=0; GNULIB_FREAD=0; GNULIB_FREOPEN=0; GNULIB_FSCANF=0; GNULIB_FSEEK=0; GNULIB_FSEEKO=0; GNULIB_FTELL=0; GNULIB_FTELLO=0; GNULIB_FWRITE=0; GNULIB_GETC=0; GNULIB_GETCHAR=0; GNULIB_GETDELIM=0; GNULIB_GETLINE=0; GNULIB_OBSTACK_PRINTF=0; GNULIB_OBSTACK_PRINTF_POSIX=0; GNULIB_PCLOSE=0; GNULIB_PERROR=0; GNULIB_POPEN=0; GNULIB_PRINTF=0; GNULIB_PRINTF_POSIX=0; GNULIB_PUTC=0; GNULIB_PUTCHAR=0; GNULIB_PUTS=0; GNULIB_REMOVE=0; GNULIB_RENAME=0; GNULIB_RENAMEAT=0; GNULIB_SCANF=0; GNULIB_SNPRINTF=0; GNULIB_SPRINTF_POSIX=0; GNULIB_STDIO_H_NONBLOCKING=0; GNULIB_STDIO_H_SIGPIPE=0; GNULIB_TMPFILE=0; GNULIB_VASPRINTF=0; GNULIB_VFSCANF=0; GNULIB_VSCANF=0; GNULIB_VDPRINTF=0; GNULIB_VFPRINTF=0; GNULIB_VFPRINTF_POSIX=0; GNULIB_VPRINTF=0; GNULIB_VPRINTF_POSIX=0; GNULIB_VSNPRINTF=0; GNULIB_VSPRINTF_POSIX=0; HAVE_DECL_FPURGE=1; HAVE_DECL_FSEEKO=1; HAVE_DECL_FTELLO=1; HAVE_DECL_GETDELIM=1; HAVE_DECL_GETLINE=1; HAVE_DECL_OBSTACK_PRINTF=1; HAVE_DECL_SNPRINTF=1; HAVE_DECL_VSNPRINTF=1; HAVE_DPRINTF=1; HAVE_FSEEKO=1; HAVE_FTELLO=1; HAVE_PCLOSE=1; HAVE_POPEN=1; HAVE_RENAMEAT=1; HAVE_VASPRINTF=1; HAVE_VDPRINTF=1; REPLACE_DPRINTF=0; REPLACE_FCLOSE=0; REPLACE_FDOPEN=0; REPLACE_FFLUSH=0; REPLACE_FOPEN=0; REPLACE_FPRINTF=0; REPLACE_FPURGE=0; REPLACE_FREOPEN=0; REPLACE_FSEEK=0; REPLACE_FSEEKO=0; REPLACE_FTELL=0; REPLACE_FTELLO=0; REPLACE_GETDELIM=0; REPLACE_GETLINE=0; REPLACE_OBSTACK_PRINTF=0; REPLACE_PERROR=0; REPLACE_POPEN=0; REPLACE_PRINTF=0; REPLACE_REMOVE=0; REPLACE_RENAME=0; REPLACE_RENAMEAT=0; REPLACE_SNPRINTF=0; REPLACE_SPRINTF=0; REPLACE_STDIO_READ_FUNCS=0; REPLACE_STDIO_WRITE_FUNCS=0; REPLACE_TMPFILE=0; REPLACE_VASPRINTF=0; REPLACE_VDPRINTF=0; REPLACE_VFPRINTF=0; REPLACE_VPRINTF=0; REPLACE_VSNPRINTF=0; REPLACE_VSPRINTF=0; ac_fn_c_check_decl "$LINENO" "getdelim" "ac_cv_have_decl_getdelim" "$ac_includes_default" if test "x$ac_cv_have_decl_getdelim" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETDELIM $ac_have_decl _ACEOF for ac_func in $gl_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "getline" "ac_cv_have_decl_getline" "$ac_includes_default" if test "x$ac_cv_have_decl_getline" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETLINE $ac_have_decl _ACEOF for ac_header in $gl_header_list do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done : if test $gl_cv_have_include_next = yes; then gl_cv_next_limits_h='<'limits.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_limits_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_limits_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'limits.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_limits_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_limits_h gl_cv_next_limits_h='"'$gl_header'"' else gl_cv_next_limits_h='<'limits.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_limits_h" >&5 $as_echo "$gl_cv_next_limits_h" >&6; } fi NEXT_LIMITS_H=$gl_cv_next_limits_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'limits.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_limits_h fi NEXT_AS_FIRST_DIRECTIVE_LIMITS_H=$gl_next_as_first_directive { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether limits.h has ULLONG_WIDTH etc." >&5 $as_echo_n "checking whether limits.h has ULLONG_WIDTH etc.... " >&6; } if ${gl_cv_header_limits_width+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #endif #include int ullw = ULLONG_WIDTH; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_limits_width=yes else gl_cv_header_limits_width=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_width" >&5 $as_echo "$gl_cv_header_limits_width" >&6; } if test "$gl_cv_header_limits_width" = yes; then LIMITS_H= else LIMITS_H=limits.h fi if test -n "$LIMITS_H"; then GL_GENERATE_LIMITS_H_TRUE= GL_GENERATE_LIMITS_H_FALSE='#' else GL_GENERATE_LIMITS_H_TRUE='#' GL_GENERATE_LIMITS_H_FALSE= fi GNULIB__EXIT=0; GNULIB_ATOLL=0; GNULIB_CALLOC_POSIX=0; GNULIB_CANONICALIZE_FILE_NAME=0; GNULIB_GETLOADAVG=0; GNULIB_GETSUBOPT=0; GNULIB_GRANTPT=0; GNULIB_MALLOC_POSIX=0; GNULIB_MBTOWC=0; GNULIB_MKDTEMP=0; GNULIB_MKOSTEMP=0; GNULIB_MKOSTEMPS=0; GNULIB_MKSTEMP=0; GNULIB_MKSTEMPS=0; GNULIB_POSIX_OPENPT=0; GNULIB_PTSNAME=0; GNULIB_PTSNAME_R=0; GNULIB_PUTENV=0; GNULIB_QSORT_R=0; GNULIB_RANDOM=0; GNULIB_RANDOM_R=0; GNULIB_REALLOC_POSIX=0; GNULIB_REALPATH=0; GNULIB_RPMATCH=0; GNULIB_SECURE_GETENV=0; GNULIB_SETENV=0; GNULIB_STRTOD=0; GNULIB_STRTOLL=0; GNULIB_STRTOULL=0; GNULIB_SYSTEM_POSIX=0; GNULIB_UNLOCKPT=0; GNULIB_UNSETENV=0; GNULIB_WCTOMB=0; HAVE__EXIT=1; HAVE_ATOLL=1; HAVE_CANONICALIZE_FILE_NAME=1; HAVE_DECL_GETLOADAVG=1; HAVE_GETSUBOPT=1; HAVE_GRANTPT=1; HAVE_MKDTEMP=1; HAVE_MKOSTEMP=1; HAVE_MKOSTEMPS=1; HAVE_MKSTEMP=1; HAVE_MKSTEMPS=1; HAVE_POSIX_OPENPT=1; HAVE_PTSNAME=1; HAVE_PTSNAME_R=1; HAVE_QSORT_R=1; HAVE_RANDOM=1; HAVE_RANDOM_H=1; HAVE_RANDOM_R=1; HAVE_REALPATH=1; HAVE_RPMATCH=1; HAVE_SECURE_GETENV=1; HAVE_SETENV=1; HAVE_DECL_SETENV=1; HAVE_STRTOD=1; HAVE_STRTOLL=1; HAVE_STRTOULL=1; HAVE_STRUCT_RANDOM_DATA=1; HAVE_SYS_LOADAVG_H=0; HAVE_UNLOCKPT=1; HAVE_DECL_UNSETENV=1; REPLACE_CALLOC=0; REPLACE_CANONICALIZE_FILE_NAME=0; REPLACE_MALLOC=0; REPLACE_MBTOWC=0; REPLACE_MKSTEMP=0; REPLACE_PTSNAME=0; REPLACE_PTSNAME_R=0; REPLACE_PUTENV=0; REPLACE_QSORT_R=0; REPLACE_RANDOM_R=0; REPLACE_REALLOC=0; REPLACE_REALPATH=0; REPLACE_SETENV=0; REPLACE_STRTOD=0; REPLACE_UNSETENV=0; REPLACE_WCTOMB=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc are POSIX compliant" >&5 $as_echo_n "checking whether malloc, realloc, calloc are POSIX compliant... " >&6; } if ${gl_cv_func_malloc_posix+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_malloc_posix=yes else gl_cv_func_malloc_posix=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 $as_echo "$gl_cv_func_malloc_posix" >&6; } : if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 $as_echo "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi gl_cv_c_multiarch=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : arch= prev= for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do if test -n "$prev"; then case $word in i?86 | x86_64 | ppc | ppc64) if test -z "$arch" || test "$arch" = "$word"; then arch="$word" else gl_cv_c_multiarch=yes fi ;; esac prev= else if test "x$word" = "x-arch"; then prev=arch fi fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $gl_cv_c_multiarch = yes; then APPLE_UNIVERSAL_BUILD=1 else APPLE_UNIVERSAL_BUILD=0 fi GNULIB_EXPLICIT_BZERO=0; GNULIB_FFSL=0; GNULIB_FFSLL=0; GNULIB_MEMCHR=0; GNULIB_MEMMEM=0; GNULIB_MEMPCPY=0; GNULIB_MEMRCHR=0; GNULIB_RAWMEMCHR=0; GNULIB_STPCPY=0; GNULIB_STPNCPY=0; GNULIB_STRCHRNUL=0; GNULIB_STRDUP=0; GNULIB_STRNCAT=0; GNULIB_STRNDUP=0; GNULIB_STRNLEN=0; GNULIB_STRPBRK=0; GNULIB_STRSEP=0; GNULIB_STRSTR=0; GNULIB_STRCASESTR=0; GNULIB_STRTOK_R=0; GNULIB_MBSLEN=0; GNULIB_MBSNLEN=0; GNULIB_MBSCHR=0; GNULIB_MBSRCHR=0; GNULIB_MBSSTR=0; GNULIB_MBSCASECMP=0; GNULIB_MBSNCASECMP=0; GNULIB_MBSPCASECMP=0; GNULIB_MBSCASESTR=0; GNULIB_MBSCSPN=0; GNULIB_MBSPBRK=0; GNULIB_MBSSPN=0; GNULIB_MBSSEP=0; GNULIB_MBSTOK_R=0; GNULIB_STRERROR=0; GNULIB_STRERROR_R=0; GNULIB_STRSIGNAL=0; GNULIB_STRVERSCMP=0; HAVE_MBSLEN=0; HAVE_EXPLICIT_BZERO=1; HAVE_FFSL=1; HAVE_FFSLL=1; HAVE_MEMCHR=1; HAVE_DECL_MEMMEM=1; HAVE_MEMPCPY=1; HAVE_DECL_MEMRCHR=1; HAVE_RAWMEMCHR=1; HAVE_STPCPY=1; HAVE_STPNCPY=1; HAVE_STRCHRNUL=1; HAVE_DECL_STRDUP=1; HAVE_DECL_STRNDUP=1; HAVE_DECL_STRNLEN=1; HAVE_STRPBRK=1; HAVE_STRSEP=1; HAVE_STRCASESTR=1; HAVE_DECL_STRTOK_R=1; HAVE_DECL_STRERROR_R=1; HAVE_DECL_STRSIGNAL=1; HAVE_STRVERSCMP=1; REPLACE_MEMCHR=0; REPLACE_MEMMEM=0; REPLACE_STPNCPY=0; REPLACE_STRDUP=0; REPLACE_STRSTR=0; REPLACE_STRCASESTR=0; REPLACE_STRCHRNUL=0; REPLACE_STRERROR=0; REPLACE_STRERROR_R=0; REPLACE_STRNCAT=0; REPLACE_STRNDUP=0; REPLACE_STRNLEN=0; REPLACE_STRSIGNAL=0; REPLACE_STRTOK_R=0; UNDEFINE_STRTOK_R=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } if ${ac_cv_header_stdbool_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __cplusplus typedef bool Bool; #else typedef _Bool Bool; #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { Bool s: 1; Bool t; bool u: 1; bool v; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ Bool q = true; Bool *pq = &q; bool *qq = &q; int main () { bool e = &s; *pq |= q; *pq |= ! q; *qq |= q; *qq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq + !qq); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdbool_h=yes else ac_cv_header_stdbool_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 $as_echo "$ac_cv_header_stdbool_h" >&6; } ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" if test "x$ac_cv_type__Bool" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE__BOOL 1 _ACEOF fi REPLACE_NULL=0; HAVE_MAX_ALIGN_T=1; HAVE_WCHAR_T=1; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 $as_echo_n "checking for wchar_t... " >&6; } if ${gt_cv_c_wchar_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include wchar_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wchar_t=yes else gt_cv_c_wchar_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 $as_echo "$gt_cv_c_wchar_t" >&6; } if test $gt_cv_c_wchar_t = yes; then $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 $as_echo_n "checking for wint_t... " >&6; } if ${gt_cv_c_wint_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wint_t=yes else gt_cv_c_wint_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 $as_echo "$gt_cv_c_wint_t" >&6; } if test $gt_cv_c_wint_t = yes; then $as_echo "#define HAVE_WINT_T 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether wint_t is too small" >&5 $as_echo_n "checking whether wint_t is too small... " >&6; } if ${gl_cv_type_wint_t_too_small+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include #endif #include int verify[sizeof (wint_t) < sizeof (int) ? -1 : 1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_type_wint_t_too_small=no else gl_cv_type_wint_t_too_small=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wint_t_too_small" >&5 $as_echo "$gl_cv_type_wint_t_too_small" >&6; } if test $gl_cv_type_wint_t_too_small = yes; then GNULIB_OVERRIDES_WINT_T=1 else GNULIB_OVERRIDES_WINT_T=0 fi else GNULIB_OVERRIDES_WINT_T=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 $as_echo_n "checking for unsigned long long int... " >&6; } if ${ac_cv_type_unsigned_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_type_unsigned_long_long_int=yes if test "x${ac_cv_prog_cc_c99-no}" = xno; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63; int main () { /* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else ac_cv_type_unsigned_long_long_int=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; } if test $ac_cv_type_unsigned_long_long_int = yes; then $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 $as_echo_n "checking for long long int... " >&6; } if ${ac_cv_type_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_type_long_long_int=yes if test "x${ac_cv_prog_cc_c99-no}" = xno; then ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int if test $ac_cv_type_long_long_int = yes; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef LLONG_MAX # define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) # define LLONG_MAX (HALF - 1 + HALF) #endif int main () { long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_type_long_long_int=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5 $as_echo "$ac_cv_type_long_long_int" >&6; } if test $ac_cv_type_long_long_int = yes; then $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h fi if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi : if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi : if test $gl_cv_have_include_next = yes; then gl_cv_next_stdint_h='<'stdint.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_stdint_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdint.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_stdint_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_stdint_h gl_cv_next_stdint_h='"'$gl_header'"' else gl_cv_next_stdint_h='<'stdint.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 $as_echo "$gl_cv_next_stdint_h" >&6; } fi NEXT_STDINT_H=$gl_cv_next_stdint_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdint.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdint_h fi NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive if test $ac_cv_header_stdint_h = yes; then HAVE_STDINT_H=1 else HAVE_STDINT_H=0 fi if test $ac_cv_header_stdint_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } if ${gl_cv_header_working_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_working_stdint_h=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #define __STDC_CONSTANT_MACROS 1 #define __STDC_LIMIT_MACROS 1 #include /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ #if !(defined WCHAR_MIN && defined WCHAR_MAX) #error "WCHAR_MIN, WCHAR_MAX not defined in " #endif /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; /* Check that SIZE_MAX has the correct type, if possible. */ #if 201112 <= __STDC_VERSION__ int k = _Generic (SIZE_MAX, size_t: 0); #elif (2 <= __GNUC__ || defined __IBM__TYPEOF__ \ || (0x5110 <= __SUNPRO_C && !__STDC__)) extern size_t k; extern __typeof__ (SIZE_MAX) k; #endif #include /* for CHAR_BIT */ #define TYPE_MINIMUM(t) \ ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) ((t) 0 < (t) -1 \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) struct s { int check_PTRDIFF: PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) ? 1 : -1; /* Detect bug in FreeBSD 6.0 / ia64. */ int check_SIG_ATOMIC: SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) ? 1 : -1; int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1; /* Detect bug in mingw. */ int check_WINT: WINT_MIN == TYPE_MINIMUM (wint_t) && WINT_MAX == TYPE_MAXIMUM (wint_t) ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on native Windows. mingw*) gl_cv_header_working_stdint_h="guessing yes" ;; # In general, assume it works. *) gl_cv_header_working_stdint_h="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #define __STDC_CONSTANT_MACROS 1 #define __STDC_LIMIT_MACROS 1 #include /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include #include #define MVAL(macro) MVAL1(macro) #define MVAL1(expression) #expression static const char *macro_values[] = { #ifdef INT8_MAX MVAL (INT8_MAX), #endif #ifdef INT16_MAX MVAL (INT16_MAX), #endif #ifdef INT32_MAX MVAL (INT32_MAX), #endif #ifdef INT64_MAX MVAL (INT64_MAX), #endif #ifdef UINT8_MAX MVAL (UINT8_MAX), #endif #ifdef UINT16_MAX MVAL (UINT16_MAX), #endif #ifdef UINT32_MAX MVAL (UINT32_MAX), #endif #ifdef UINT64_MAX MVAL (UINT64_MAX), #endif NULL }; int main () { const char **mv; for (mv = macro_values; *mv != NULL; mv++) { const char *value = *mv; /* Test whether it looks like a cast expression. */ if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0 || strncmp (value, "((int)"/*)*/, 6) == 0 || strncmp (value, "((signed short)"/*)*/, 15) == 0 || strncmp (value, "((signed char)"/*)*/, 14) == 0) return mv - macro_values + 1; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_header_working_stdint_h=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 $as_echo "$gl_cv_header_working_stdint_h" >&6; } fi HAVE_C99_STDINT_H=0 HAVE_SYS_BITYPES_H=0 HAVE_SYS_INTTYPES_H=0 STDINT_H=stdint.h case "$gl_cv_header_working_stdint_h" in *yes) HAVE_C99_STDINT_H=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h predates C++11" >&5 $as_echo_n "checking whether stdint.h predates C++11... " >&6; } if ${gl_cv_header_stdint_predates_cxx11_h+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_stdint_predates_cxx11_h=yes cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif intmax_t im = INTMAX_MAX; int32_t i32 = INT32_C (0x7fffffff); int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_stdint_predates_cxx11_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_predates_cxx11_h" >&5 $as_echo "$gl_cv_header_stdint_predates_cxx11_h" >&6; } if test "$gl_cv_header_stdint_predates_cxx11_h" = yes; then $as_echo "#define __STDC_CONSTANT_MACROS 1" >>confdefs.h $as_echo "#define __STDC_LIMIT_MACROS 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h has UINTMAX_WIDTH etc." >&5 $as_echo_n "checking whether stdint.h has UINTMAX_WIDTH etc.... " >&6; } if ${gl_cv_header_stdint_width+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_stdint_width=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #endif #include /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif int iw = UINTMAX_WIDTH; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_stdint_width=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_width" >&5 $as_echo "$gl_cv_header_stdint_width" >&6; } if test "$gl_cv_header_stdint_width" = yes; then STDINT_H= fi ;; *) for ac_header in sys/inttypes.h sys/bitypes.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 fi if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 fi if test $APPLE_UNIVERSAL_BUILD = 0; then for gltype in ptrdiff_t size_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 $as_echo_n "checking for bit size of $gltype... " >&6; } if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include "; then : else result=unknown fi eval gl_cv_bitsizeof_${gltype}=\$result fi eval ac_res=\$gl_cv_bitsizeof_${gltype} { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` cat >>confdefs.h <<_ACEOF #define BITSIZEOF_${GLTYPE} $result _ACEOF eval BITSIZEOF_${GLTYPE}=\$result done fi for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 $as_echo_n "checking for bit size of $gltype... " >&6; } if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include "; then : else result=unknown fi eval gl_cv_bitsizeof_${gltype}=\$result fi eval ac_res=\$gl_cv_bitsizeof_${gltype} { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` cat >>confdefs.h <<_ACEOF #define BITSIZEOF_${GLTYPE} $result _ACEOF eval BITSIZEOF_${GLTYPE}=\$result done for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 $as_echo_n "checking whether $gltype is signed... " >&6; } if eval \${gl_cv_type_${gltype}_signed+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif int verify[2 * (($gltype) -1 < ($gltype) 0) - 1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : result=yes else result=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval gl_cv_type_${gltype}_signed=\$result fi eval ac_res=\$gl_cv_type_${gltype}_signed { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_SIGNED_${GLTYPE} 1 _ACEOF eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no if test $APPLE_UNIVERSAL_BUILD = 0; then for gltype in ptrdiff_t size_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 $as_echo_n "checking for $gltype integer literal suffix... " >&6; } if eval \${gl_cv_type_${gltype}_suffix+:} false; then : $as_echo_n "(cached) " >&6 else eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif extern $gltype foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval gl_cv_type_${gltype}_suffix=\$glsuf fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done fi eval ac_res=\$gl_cv_type_${gltype}_suffix { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result cat >>confdefs.h <<_ACEOF #define ${GLTYPE}_SUFFIX $result _ACEOF done fi for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 $as_echo_n "checking for $gltype integer literal suffix... " >&6; } if eval \${gl_cv_type_${gltype}_suffix+:} false; then : $as_echo_n "(cached) " >&6 else eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif extern $gltype foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval gl_cv_type_${gltype}_suffix=\$glsuf fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done fi eval ac_res=\$gl_cv_type_${gltype}_suffix { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result cat >>confdefs.h <<_ACEOF #define ${GLTYPE}_SUFFIX $result _ACEOF done if test $GNULIB_OVERRIDES_WINT_T = 1; then BITSIZEOF_WINT_T=32 fi ;; esac LIMITS_H=limits.h if test -n "$LIMITS_H"; then GL_GENERATE_LIMITS_H_TRUE= GL_GENERATE_LIMITS_H_FALSE='#' else GL_GENERATE_LIMITS_H_TRUE='#' GL_GENERATE_LIMITS_H_FALSE= fi if test -n "$STDINT_H"; then GL_GENERATE_STDINT_H_TRUE= GL_GENERATE_STDINT_H_FALSE='#' else GL_GENERATE_STDINT_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE= fi REPLACE_STRERROR_0=0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror(0) succeeds" >&5 $as_echo_n "checking whether strerror(0) succeeds... " >&6; } if ${gl_cv_func_strerror_0_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_strerror_0_works="guessing yes" ;; # Guess yes on native Windows. mingw*) gl_cv_func_strerror_0_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_strerror_0_works="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { int result = 0; char *str; errno = 0; str = strerror (0); if (!*str) result |= 1; if (errno) result |= 2; if (strstr (str, "nknown") || strstr (str, "ndefined")) result |= 4; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_strerror_0_works=yes else gl_cv_func_strerror_0_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_0_works" >&5 $as_echo "$gl_cv_func_strerror_0_works" >&6; } case "$gl_cv_func_strerror_0_works" in *yes) ;; *) REPLACE_STRERROR_0=1 $as_echo "#define REPLACE_STRERROR_0 1" >>confdefs.h ;; esac GNULIB_CHDIR=0; GNULIB_CHOWN=0; GNULIB_CLOSE=0; GNULIB_DUP=0; GNULIB_DUP2=0; GNULIB_DUP3=0; GNULIB_ENVIRON=0; GNULIB_EUIDACCESS=0; GNULIB_FACCESSAT=0; GNULIB_FCHDIR=0; GNULIB_FCHOWNAT=0; GNULIB_FDATASYNC=0; GNULIB_FSYNC=0; GNULIB_FTRUNCATE=0; GNULIB_GETCWD=0; GNULIB_GETDOMAINNAME=0; GNULIB_GETDTABLESIZE=0; GNULIB_GETGROUPS=0; GNULIB_GETHOSTNAME=0; GNULIB_GETLOGIN=0; GNULIB_GETLOGIN_R=0; GNULIB_GETPAGESIZE=0; GNULIB_GETUSERSHELL=0; GNULIB_GROUP_MEMBER=0; GNULIB_ISATTY=0; GNULIB_LCHOWN=0; GNULIB_LINK=0; GNULIB_LINKAT=0; GNULIB_LSEEK=0; GNULIB_PIPE=0; GNULIB_PIPE2=0; GNULIB_PREAD=0; GNULIB_PWRITE=0; GNULIB_READ=0; GNULIB_READLINK=0; GNULIB_READLINKAT=0; GNULIB_RMDIR=0; GNULIB_SETHOSTNAME=0; GNULIB_SLEEP=0; GNULIB_SYMLINK=0; GNULIB_SYMLINKAT=0; GNULIB_TRUNCATE=0; GNULIB_TTYNAME_R=0; GNULIB_UNISTD_H_NONBLOCKING=0; GNULIB_UNISTD_H_SIGPIPE=0; GNULIB_UNLINK=0; GNULIB_UNLINKAT=0; GNULIB_USLEEP=0; GNULIB_WRITE=0; HAVE_CHOWN=1; HAVE_DUP2=1; HAVE_DUP3=1; HAVE_EUIDACCESS=1; HAVE_FACCESSAT=1; HAVE_FCHDIR=1; HAVE_FCHOWNAT=1; HAVE_FDATASYNC=1; HAVE_FSYNC=1; HAVE_FTRUNCATE=1; HAVE_GETDTABLESIZE=1; HAVE_GETGROUPS=1; HAVE_GETHOSTNAME=1; HAVE_GETLOGIN=1; HAVE_GETPAGESIZE=1; HAVE_GROUP_MEMBER=1; HAVE_LCHOWN=1; HAVE_LINK=1; HAVE_LINKAT=1; HAVE_PIPE=1; HAVE_PIPE2=1; HAVE_PREAD=1; HAVE_PWRITE=1; HAVE_READLINK=1; HAVE_READLINKAT=1; HAVE_SETHOSTNAME=1; HAVE_SLEEP=1; HAVE_SYMLINK=1; HAVE_SYMLINKAT=1; HAVE_TRUNCATE=1; HAVE_UNLINKAT=1; HAVE_USLEEP=1; HAVE_DECL_ENVIRON=1; HAVE_DECL_FCHDIR=1; HAVE_DECL_FDATASYNC=1; HAVE_DECL_GETDOMAINNAME=1; HAVE_DECL_GETLOGIN=1; HAVE_DECL_GETLOGIN_R=1; HAVE_DECL_GETPAGESIZE=1; HAVE_DECL_GETUSERSHELL=1; HAVE_DECL_SETHOSTNAME=1; HAVE_DECL_TTYNAME_R=1; HAVE_OS_H=0; HAVE_SYS_PARAM_H=0; REPLACE_CHOWN=0; REPLACE_CLOSE=0; REPLACE_DUP=0; REPLACE_DUP2=0; REPLACE_FCHOWNAT=0; REPLACE_FTRUNCATE=0; REPLACE_GETCWD=0; REPLACE_GETDOMAINNAME=0; REPLACE_GETDTABLESIZE=0; REPLACE_GETLOGIN_R=0; REPLACE_GETGROUPS=0; REPLACE_GETPAGESIZE=0; REPLACE_ISATTY=0; REPLACE_LCHOWN=0; REPLACE_LINK=0; REPLACE_LINKAT=0; REPLACE_LSEEK=0; REPLACE_PREAD=0; REPLACE_PWRITE=0; REPLACE_READ=0; REPLACE_READLINK=0; REPLACE_READLINKAT=0; REPLACE_RMDIR=0; REPLACE_SLEEP=0; REPLACE_SYMLINK=0; REPLACE_SYMLINKAT=0; REPLACE_TRUNCATE=0; REPLACE_TTYNAME_R=0; REPLACE_UNLINK=0; REPLACE_UNLINKAT=0; REPLACE_USLEEP=0; REPLACE_WRITE=0; UNISTD_H_HAVE_WINSOCK2_H=0; UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 $as_echo_n "checking for C/C++ restrict keyword... " >&6; } if ${ac_cv_c_restrict+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ typedef int *int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; } int bar (int [$ac_kw]); /* Catch GCC bug 14050. */ int bar (int ip[$ac_kw]) { return ip[0]; } int main () { int s[1]; int *$ac_kw t = s; t[0] = 0; return foo (t) + bar (t); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_restrict=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_restrict" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 $as_echo "$ac_cv_c_restrict" >&6; } case $ac_cv_c_restrict in restrict) ;; no) $as_echo "#define restrict /**/" >>confdefs.h ;; *) cat >>confdefs.h <<_ACEOF #define restrict $ac_cv_c_restrict _ACEOF ;; esac if test $gl_cv_have_include_next = yes; then gl_cv_next_string_h='<'string.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_string_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'string.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_string_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_string_h gl_cv_next_string_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 $as_echo "$gl_cv_next_string_h" >&6; } fi NEXT_STRING_H=$gl_cv_next_string_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'string.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_string_h fi NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define pid_t int _ACEOF fi ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" if test "x$ac_cv_type_mode_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define mode_t int _ACEOF fi WINDOWS_64_BIT_OFF_T=0 $as_echo "#define _USE_STD_STAT 1" >>confdefs.h if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_types_h='<'sys/types.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_types_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/types.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_sys_types_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_sys_types_h gl_cv_next_sys_types_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 $as_echo "$gl_cv_next_sys_types_h" >&6; } fi NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/types.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_types_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=$gl_next_as_first_directive WINDOWS_STAT_INODES=0 if true; then GL_COND_LIBTOOL_TRUE= GL_COND_LIBTOOL_FALSE='#' else GL_COND_LIBTOOL_TRUE='#' GL_COND_LIBTOOL_FALSE= fi gl_cond_libtool=true gl_m4_base='m4' gl_source_base='gl' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 $as_echo_n "checking whether // is distinct from /... " >&6; } if ${gl_cv_double_slash_root+:} false; then : $as_echo_n "(cached) " >&6 else if test x"$cross_compiling" = xyes ; then # When cross-compiling, there is no way to tell whether // is special # short of a list of hosts. However, the only known hosts to date # that have a distinct // are Apollo DomainOS (too old to port to), # Cygwin, and z/OS. If anyone knows of another system for which // has # special semantics and is distinct from /, please report it to # . case $host in *-cygwin | i370-ibm-openedition) gl_cv_double_slash_root=yes ;; *) # Be optimistic and assume that / and // are the same when we # don't know. gl_cv_double_slash_root='unknown, assuming no' ;; esac else set x `ls -di / // 2>/dev/null` if test "$2" = "$4" && wc //dev/null >/dev/null 2>&1; then gl_cv_double_slash_root=no else gl_cv_double_slash_root=yes fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 $as_echo "$gl_cv_double_slash_root" >&6; } if test "$gl_cv_double_slash_root" = yes; then $as_echo "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5 $as_echo_n "checking for error_at_line... " >&6; } if ${ac_cv_lib_error_at_line+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { error_at_line (0, 0, "", 0, "an error occurred"); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_error_at_line=yes else ac_cv_lib_error_at_line=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5 $as_echo "$ac_cv_lib_error_at_line" >&6; } if test $ac_cv_lib_error_at_line = no; then gl_LIBOBJS="$gl_LIBOBJS error.$ac_objext" : fi XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=error:3:c-format" XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=error_at_line:5:c-format" : : if test $ac_cv_func_getdelim = yes; then HAVE_GETDELIM=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getdelim function" >&5 $as_echo_n "checking for working getdelim function... " >&6; } if ${gl_cv_func_working_getdelim+:} false; then : $as_echo_n "(cached) " >&6 else echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : gl_cv_func_working_getdelim="guessing yes" else gl_cv_func_working_getdelim="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) { free (line); fclose (in); return 2; } } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) { fclose (in); return 3; } free (line); } fclose (in); return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_working_getdelim=yes else gl_cv_func_working_getdelim=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_getdelim" >&5 $as_echo "$gl_cv_func_working_getdelim" >&6; } case "$gl_cv_func_working_getdelim" in *no) REPLACE_GETDELIM=1 ;; esac else HAVE_GETDELIM=0 fi if test $ac_cv_have_decl_getdelim = no; then HAVE_DECL_GETDELIM=0 fi if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then gl_LIBOBJS="$gl_LIBOBJS getdelim.$ac_objext" for ac_func in flockfile funlockfile do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl _ACEOF fi GNULIB_GETDELIM=1 $as_echo "#define GNULIB_TEST_GETDELIM 1" >>confdefs.h : gl_getline_needs_run_time_check=no ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" if test "x$ac_cv_func_getline" = xyes; then : gl_getline_needs_run_time_check=yes else am_cv_func_working_getline=no fi if test $gl_getline_needs_run_time_check = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getline function" >&5 $as_echo_n "checking for working getline function... " >&6; } if ${am_cv_func_working_getline+:} false; then : $as_echo_n "(cached) " >&6 else echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : am_cv_func_working_getline="guessing yes" else am_cv_func_working_getline="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) { free (line); fclose (in); return 2; } free (line); } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) { fclose (in); return 3; } free (line); } fclose (in); return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_working_getline=yes else am_cv_func_working_getline=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_working_getline" >&5 $as_echo "$am_cv_func_working_getline" >&6; } fi if test $ac_cv_have_decl_getline = no; then HAVE_DECL_GETLINE=0 fi case "$am_cv_func_working_getline" in *no) REPLACE_GETLINE=1 ;; esac if test $REPLACE_GETLINE = 1; then gl_LIBOBJS="$gl_LIBOBJS getline.$ac_objext" : fi GNULIB_GETLINE=1 $as_echo "#define GNULIB_TEST_GETLINE 1" >>confdefs.h : ac_found=0 ac_fn_c_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include " if test "x$ac_cv_have_decl_program_invocation_name" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : ac_found=1 fi ac_fn_c_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include " if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : ac_found=1 fi ac_fn_c_check_decl "$LINENO" "__argv" "ac_cv_have_decl___argv" "#include " if test "x$ac_cv_have_decl___argv" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL___ARGV $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : ac_found=1 fi # Incur the cost of this test only if none of the above worked. if test $ac_found = 0; then # On OpenBSD 5.1, using the global __progname variable appears to be # the only way to implement getprogname. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __progname is defined in default libraries" >&5 $as_echo_n "checking whether __progname is defined in default libraries... " >&6; } if ${gl_cv_var___progname+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_var___progname= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern char *__progname; int main () { return *__progname; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_var___progname=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_var___progname" >&5 $as_echo "$gl_cv_var___progname" >&6; } if test "$gl_cv_var___progname" = yes; then $as_echo "#define HAVE_VAR___PROGNAME 1" >>confdefs.h fi fi # Autoconf 2.61a.99 and earlier don't support linking a file only # in VPATH builds. But since GNUmakefile is for maintainer use # only, it does not matter if we skip the link with older autoconf. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile ac_config_links="$ac_config_links $GNUmakefile:$GNUmakefile" # Check whether --enable-ld-version-script was given. if test "${enable_ld_version_script+set}" = set; then : enableval=$enable_ld_version_script; have_ld_version_script=$enableval else { $as_echo "$as_me:${as_lineno-$LINENO}: checking if LD -Wl,--version-script works" >&5 $as_echo_n "checking if LD -Wl,--version-script works... " >&6; } if ${gl_cv_sys_ld_version_script+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_sys_ld_version_script=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" echo foo >conftest.map cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else cat > conftest.map <conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_sys_ld_version_script=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext rm -f conftest.map LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_ld_version_script" >&5 $as_echo "$gl_cv_sys_ld_version_script" >&6; } have_ld_version_script=$gl_cv_sys_ld_version_script fi if test "$have_ld_version_script" = yes; then HAVE_LD_VERSION_SCRIPT_TRUE= HAVE_LD_VERSION_SCRIPT_FALSE='#' else HAVE_LD_VERSION_SCRIPT_TRUE='#' HAVE_LD_VERSION_SCRIPT_FALSE= fi CFLAG_VISIBILITY= HAVE_VISIBILITY=0 if test -n "$GCC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 $as_echo_n "checking whether the -Werror option is usable... " >&6; } if ${gl_cv_cc_vis_werror+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_vis_werror=yes else gl_cv_cc_vis_werror=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 $as_echo "$gl_cv_cc_vis_werror" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 $as_echo_n "checking for simple visibility declarations... " >&6; } if ${gl_cv_cc_visibility+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fvisibility=hidden" if test $gl_cv_cc_vis_werror = yes; then CFLAGS="$CFLAGS -Werror" fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern __attribute__((__visibility__("hidden"))) int hiddenvar; extern __attribute__((__visibility__("default"))) int exportedvar; extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); extern __attribute__((__visibility__("default"))) int exportedfunc (void); void dummyfunc (void) {} int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_visibility=yes else gl_cv_cc_visibility=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 $as_echo "$gl_cv_cc_visibility" >&6; } if test $gl_cv_cc_visibility = yes; then CFLAG_VISIBILITY="-fvisibility=hidden" HAVE_VISIBILITY=1 fi fi cat >>confdefs.h <<_ACEOF #define HAVE_VISIBILITY $HAVE_VISIBILITY _ACEOF if test $gl_cv_func_malloc_posix = yes; then $as_echo "#define HAVE_MALLOC_POSIX 1" >>confdefs.h else REPLACE_MALLOC=1 fi if test $REPLACE_MALLOC = 1; then gl_LIBOBJS="$gl_LIBOBJS malloc.$ac_objext" fi GNULIB_MALLOC_POSIX=1 $as_echo "#define GNULIB_TEST_MALLOC_POSIX 1" >>confdefs.h if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then gl_LIBOBJS="$gl_LIBOBJS msvc-inval.$ac_objext" fi if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then gl_LIBOBJS="$gl_LIBOBJS msvc-nothrow.$ac_objext" fi cat >>confdefs.h <<_ACEOF #define GNULIB_MSVC_NOTHROW 1 _ACEOF ac_fn_c_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include " if test "x$ac_cv_have_decl_program_invocation_name" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include " if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl _ACEOF for ac_func in rawmemchr do : ac_fn_c_check_func "$LINENO" "rawmemchr" "ac_cv_func_rawmemchr" if test "x$ac_cv_func_rawmemchr" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_RAWMEMCHR 1 _ACEOF fi done if test $ac_cv_func_rawmemchr = no; then HAVE_RAWMEMCHR=0 fi if test $HAVE_RAWMEMCHR = 0; then gl_LIBOBJS="$gl_LIBOBJS rawmemchr.$ac_objext" : fi GNULIB_RAWMEMCHR=1 $as_echo "#define GNULIB_TEST_RAWMEMCHR 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 $as_echo_n "checking for ssize_t... " >&6; } if ${gt_cv_ssize_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_ssize_t=yes else gt_cv_ssize_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 $as_echo "$gt_cv_ssize_t" >&6; } if test $gt_cv_ssize_t = no; then $as_echo "#define ssize_t int" >>confdefs.h fi STDARG_H='' NEXT_STDARG_H='' { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 $as_echo_n "checking for va_copy... " >&6; } if ${gl_cv_func_va_copy+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef va_copy void (*func) (va_list, va_list) = va_copy; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_va_copy=yes else gl_cv_func_va_copy=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5 $as_echo "$gl_cv_func_va_copy" >&6; } if test $gl_cv_func_va_copy = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined _AIX && !defined __GNUC__ AIX vaccine #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "vaccine" >/dev/null 2>&1; then : gl_aixcc=yes else gl_aixcc=no fi rm -f conftest* if test $gl_aixcc = yes; then STDARG_H=stdarg.h if test $gl_cv_have_include_next = yes; then gl_cv_next_stdarg_h='<'stdarg.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdarg_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdarg.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_stdarg_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_stdarg_h gl_cv_next_stdarg_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5 $as_echo "$gl_cv_next_stdarg_h" >&6; } fi NEXT_STDARG_H=$gl_cv_next_stdarg_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdarg.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdarg_h fi NEXT_AS_FIRST_DIRECTIVE_STDARG_H=$gl_next_as_first_directive if test "$gl_cv_next_stdarg_h" = '""'; then gl_cv_next_stdarg_h='"///usr/include/stdarg.h"' NEXT_STDARG_H="$gl_cv_next_stdarg_h" fi else saved_as_echo_n="$as_echo_n" as_echo_n=':' if ${gl_cv_func___va_copy+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef __va_copy error, bail out #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func___va_copy=yes else gl_cv_func___va_copy=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi as_echo_n="$saved_as_echo_n" if test $gl_cv_func___va_copy = yes; then $as_echo "#define va_copy __va_copy" >>confdefs.h else $as_echo "#define va_copy gl_va_copy" >>confdefs.h fi fi fi if test -n "$STDARG_H"; then GL_GENERATE_STDARG_H_TRUE= GL_GENERATE_STDARG_H_FALSE='#' else GL_GENERATE_STDARG_H_TRUE='#' GL_GENERATE_STDARG_H_FALSE= fi # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi if test -n "$STDBOOL_H"; then GL_GENERATE_STDBOOL_H_TRUE= GL_GENERATE_STDBOOL_H_FALSE='#' else GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE= fi if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi STDDEF_H= ac_fn_c_check_type "$LINENO" "max_align_t" "ac_cv_type_max_align_t" "#include " if test "x$ac_cv_type_max_align_t" = xyes; then : else HAVE_MAX_ALIGN_T=0; STDDEF_H=stddef.h fi if test $gt_cv_c_wchar_t = no; then HAVE_WCHAR_T=0 STDDEF_H=stddef.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } if ${gl_cv_decl_null_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int test[2 * (sizeof NULL == sizeof (void *)) -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_decl_null_works=yes else gl_cv_decl_null_works=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 $as_echo "$gl_cv_decl_null_works" >&6; } if test $gl_cv_decl_null_works = no; then REPLACE_NULL=1 STDDEF_H=stddef.h fi if test -n "$STDDEF_H"; then GL_GENERATE_STDDEF_H_TRUE= GL_GENERATE_STDDEF_H_FALSE='#' else GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE= fi if test -n "$STDDEF_H"; then if test $gl_cv_have_include_next = yes; then gl_cv_next_stddef_h='<'stddef.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stddef_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stddef.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_stddef_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_stddef_h gl_cv_next_stddef_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 $as_echo "$gl_cv_next_stddef_h" >&6; } fi NEXT_STDDEF_H=$gl_cv_next_stddef_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stddef.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stddef_h fi NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive fi $as_echo "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h if test $gl_cv_have_include_next = yes; then gl_cv_next_stdio_h='<'stdio.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdio_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdio.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_stdio_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_stdio_h gl_cv_next_stdio_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 $as_echo "$gl_cv_next_stdio_h" >&6; } fi NEXT_STDIO_H=$gl_cv_next_stdio_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdio.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdio_h fi NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive { $as_echo "$as_me:${as_lineno-$LINENO}: checking which flavor of printf attribute matches inttypes macros" >&5 $as_echo_n "checking which flavor of printf attribute matches inttypes macros... " >&6; } if ${gl_cv_func_printf_attribute_flavor+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define __STDC_FORMAT_MACROS 1 #include #include /* For non-mingw systems, compilation will trivially succeed. For mingw, compilation will succeed for older mingw (system printf, "I64d") and fail for newer mingw (gnu printf, "lld"). */ #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) && \ (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) extern char PRIdMAX_probe[sizeof PRIdMAX == sizeof "I64d" ? 1 : -1]; #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_printf_attribute_flavor=system else gl_cv_func_printf_attribute_flavor=gnu fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_attribute_flavor" >&5 $as_echo "$gl_cv_func_printf_attribute_flavor" >&6; } if test "$gl_cv_func_printf_attribute_flavor" = gnu; then $as_echo "#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1" >>confdefs.h fi GNULIB_FSCANF=1 cat >>confdefs.h <<_ACEOF #define GNULIB_FSCANF 1 _ACEOF GNULIB_SCANF=1 cat >>confdefs.h <<_ACEOF #define GNULIB_SCANF 1 _ACEOF GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 GNULIB_FGETS=1 GNULIB_FREAD=1 GNULIB_FPRINTF=1 GNULIB_PRINTF=1 GNULIB_VFPRINTF=1 GNULIB_VPRINTF=1 GNULIB_FPUTC=1 GNULIB_PUTC=1 GNULIB_PUTCHAR=1 GNULIB_FPUTS=1 GNULIB_PUTS=1 GNULIB_FWRITE=1 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $gl_cv_have_include_next = yes; then gl_cv_next_stdlib_h='<'stdlib.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdlib_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdlib.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_stdlib_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_stdlib_h gl_cv_next_stdlib_h='"'$gl_header'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 $as_echo "$gl_cv_next_stdlib_h" >&6; } fi NEXT_STDLIB_H=$gl_cv_next_stdlib_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdlib.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdlib_h fi NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r qsort_r random random_r realpath rpmatch secure_getenv setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_SYS_LOADAVG_H # include #endif #if HAVE_RANDOM_H # include #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done for ac_func in strchrnul do : ac_fn_c_check_func "$LINENO" "strchrnul" "ac_cv_func_strchrnul" if test "x$ac_cv_func_strchrnul" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRCHRNUL 1 _ACEOF fi done if test $ac_cv_func_strchrnul = no; then HAVE_STRCHRNUL=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strchrnul works" >&5 $as_echo_n "checking whether strchrnul works... " >&6; } if ${gl_cv_func_strchrnul_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __CYGWIN__ #include #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 9) Lucky user #endif #else Lucky user #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky user" >/dev/null 2>&1; then : gl_cv_func_strchrnul_works="guessing yes" else gl_cv_func_strchrnul_works="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for strchrnul */ int main () { const char *buf = "a"; return strchrnul (buf, 'b') != buf + 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_strchrnul_works=yes else gl_cv_func_strchrnul_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strchrnul_works" >&5 $as_echo "$gl_cv_func_strchrnul_works" >&6; } case "$gl_cv_func_strchrnul_works" in *yes) ;; *) REPLACE_STRCHRNUL=1 ;; esac fi if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then gl_LIBOBJS="$gl_LIBOBJS strchrnul.$ac_objext" : fi GNULIB_STRCHRNUL=1 $as_echo "#define GNULIB_TEST_STRCHRNUL 1" >>confdefs.h if test "$ERRNO_H:$REPLACE_STRERROR_0" = :0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strerror function" >&5 $as_echo_n "checking for working strerror function... " >&6; } if ${gl_cv_func_working_strerror+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_working_strerror="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_working_strerror="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { if (!*strerror (-2)) return 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_working_strerror=yes else gl_cv_func_working_strerror=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_strerror" >&5 $as_echo "$gl_cv_func_working_strerror" >&6; } case "$gl_cv_func_working_strerror" in *yes) ;; *) REPLACE_STRERROR=1 ;; esac else REPLACE_STRERROR=1 fi if test $REPLACE_STRERROR = 1; then gl_LIBOBJS="$gl_LIBOBJS strerror.$ac_objext" fi cat >>confdefs.h <<_ACEOF #define GNULIB_STRERROR 1 _ACEOF GNULIB_STRERROR=1 $as_echo "#define GNULIB_TEST_STRERROR 1" >>confdefs.h if test -n "$ERRNO_H" || test $REPLACE_STRERROR_0 = 1; then gl_LIBOBJS="$gl_LIBOBJS strerror-override.$ac_objext" : if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi fi for ac_func in strverscmp do : ac_fn_c_check_func "$LINENO" "strverscmp" "ac_cv_func_strverscmp" if test "x$ac_cv_func_strverscmp" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRVERSCMP 1 _ACEOF fi done if test $ac_cv_func_strverscmp = no; then HAVE_STRVERSCMP=0 fi if test $HAVE_STRVERSCMP = 0; then gl_LIBOBJS="$gl_LIBOBJS strverscmp.$ac_objext" : fi GNULIB_STRVERSCMP=1 $as_echo "#define GNULIB_TEST_STRVERSCMP 1" >>confdefs.h : if test $gl_cv_have_include_next = yes; then gl_cv_next_unistd_h='<'unistd.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_unistd_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_unistd_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'unistd.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_unistd_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_unistd_h gl_cv_next_unistd_h='"'$gl_header'"' else gl_cv_next_unistd_h='<'unistd.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 $as_echo "$gl_cv_next_unistd_h" >&6; } fi NEXT_UNISTD_H=$gl_cv_next_unistd_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'unistd.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_unistd_h fi NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive if test $ac_cv_header_unistd_h = yes; then HAVE_UNISTD_H=1 else HAVE_UNISTD_H=0 fi for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat truncate ttyname_r unlink unlinkat usleep; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_UNISTD_H # include #endif /* Some systems declare various items in the wrong headers. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include # endif #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done # Check whether --enable-valgrind-tests was given. if test "${enable_valgrind_tests+set}" = set; then : enableval=$enable_valgrind_tests; opt_valgrind_tests=$enableval else opt_valgrind_tests=no fi # Run self-tests under valgrind? if test "$opt_valgrind_tests" = "yes" && test "$cross_compiling" = no; then for ac_prog in valgrind do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_VALGRIND+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$VALGRIND"; then ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_VALGRIND="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi VALGRIND=$ac_cv_prog_VALGRIND if test -n "$VALGRIND"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VALGRIND" >&5 $as_echo "$VALGRIND" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$VALGRIND" && break done fi OPTS="-q --error-exitcode=1 --leak-check=full" if test -n "$VALGRIND" \ && $VALGRIND $OPTS /bin/sh -c 'exit 0' > /dev/null 2>&1; then opt_valgrind_tests=yes VALGRIND="$VALGRIND $OPTS --suppressions=\$(srcdir)/suppressions.valgrind" else opt_valgrind_tests=no VALGRIND= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether self tests are run under valgrind" >&5 $as_echo_n "checking whether self tests are run under valgrind... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $opt_valgrind_tests" >&5 $as_echo "$opt_valgrind_tests" >&6; } # Check whether --with-packager was given. if test "${with_packager+set}" = set; then : withval=$with_packager; case $withval in yes|no) ;; *) cat >>confdefs.h <<_ACEOF #define PACKAGE_PACKAGER "$withval" _ACEOF ;; esac fi # Check whether --with-packager-version was given. if test "${with_packager_version+set}" = set; then : withval=$with_packager_version; case $withval in yes|no) ;; *) cat >>confdefs.h <<_ACEOF #define PACKAGE_PACKAGER_VERSION "$withval" _ACEOF ;; esac fi # Check whether --with-packager-bug-reports was given. if test "${with_packager_bug_reports+set}" = set; then : withval=$with_packager_bug_reports; case $withval in yes|no) ;; *) cat >>confdefs.h <<_ACEOF #define PACKAGE_PACKAGER_BUG_REPORTS "$withval" _ACEOF ;; esac fi if test "X$with_packager" = "X" && \ test "X$with_packager_version$with_packager_bug_reports" != "X" then as_fn_error $? "The --with-packager-{bug-reports,version} options require --with-packager" "$LINENO" 5 fi # End of code from modules gltests_libdeps= gltests_ltlibdeps= gl_source_base='tests' gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS gl_module_indicator_condition=$gltests_WITNESS # Check whether --enable-valgrind-tests was given. if test "${enable_valgrind_tests+set}" = set; then : enableval=$enable_valgrind_tests; opt_valgrind_tests=$enableval else opt_valgrind_tests=no fi # Run self-tests under valgrind? if test "$opt_valgrind_tests" = "yes" && test "$cross_compiling" = no; then for ac_prog in valgrind do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_VALGRIND+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$VALGRIND"; then ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_VALGRIND="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi VALGRIND=$ac_cv_prog_VALGRIND if test -n "$VALGRIND"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VALGRIND" >&5 $as_echo "$VALGRIND" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$VALGRIND" && break done fi OPTS="-q --error-exitcode=1 --leak-check=full" if test -n "$VALGRIND" \ && $VALGRIND $OPTS /bin/sh -c 'exit 0' > /dev/null 2>&1; then opt_valgrind_tests=yes VALGRIND="$VALGRIND $OPTS --suppressions=\$(srcdir)/suppressions.valgrind" else opt_valgrind_tests=no VALGRIND= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether self tests are run under valgrind" >&5 $as_echo_n "checking whether self tests are run under valgrind... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $opt_valgrind_tests" >&5 $as_echo "$opt_valgrind_tests" >&6; } LIBTESTS_LIBDEPS="$gltests_libdeps" ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 $as_echo_n "checking for working alloca.h... " >&6; } if ${ac_cv_working_alloca_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { char *p = (char *) alloca (2 * sizeof (int)); if (p) return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_working_alloca_h=yes else ac_cv_working_alloca_h=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 $as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 $as_echo_n "checking for alloca... " >&6; } if ${ac_cv_func_alloca_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __GNUC__ # define alloca __builtin_alloca #else # ifdef _MSC_VER # include # define alloca _alloca # else # ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ void *alloca (size_t); # endif # endif # endif # endif #endif int main () { char *p = (char *) alloca (1); if (p) return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_func_alloca_works=yes else ac_cv_func_alloca_works=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 $as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h else # The SVR3 libPW and SVR4 libucb both contain incompatible functions # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. ALLOCA=\${LIBOBJDIR}alloca.$ac_objext $as_echo "#define C_ALLOCA 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if ${ac_cv_os_cray+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined CRAY && ! defined CRAY2 webecray #else wenotbecray #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "webecray" >/dev/null 2>&1; then : ac_cv_os_cray=yes else ac_cv_os_cray=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5 $as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func _ACEOF break fi done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 $as_echo_n "checking stack direction for C alloca... " >&6; } if ${ac_cv_c_stack_direction+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_c_stack_direction=0 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } int main (int argc, char **argv) { return find_stack_direction (0, argc + !argv + 20) < 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_stack_direction=1 else ac_cv_c_stack_direction=-1 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 $as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction _ACEOF fi if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${acl_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if ${acl_cv_rpath+:} false; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5 $as_echo_n "checking for 64-bit host... " >&6; } if ${gl_cv_solaris_64bit+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef _LP64 sixtyfour bits #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "sixtyfour bits" >/dev/null 2>&1; then : gl_cv_solaris_64bit=yes else gl_cv_solaris_64bit=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5 $as_echo "$gl_cv_solaris_64bit" >&6; } if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= HAVE_LIBICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi GNULIB_ICONV=0; ICONV_CONST=; REPLACE_ICONV=0; REPLACE_ICONV_OPEN=0; REPLACE_ICONV_UTF=0; ICONV_H=''; if test -n "$ICONV_H"; then GL_GENERATE_ICONV_H_TRUE= GL_GENERATE_ICONV_H_FALSE='#' else GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE= fi am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif int main () { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5 $as_echo_n "checking for iconv declaration... " >&6; } if ${am_cv_proto_iconv+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : am_cv_proto_iconv_arg1="" else am_cv_proto_iconv_arg1="const" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_proto_iconv" >&5 $as_echo " $am_cv_proto_iconv" >&6; } cat >>confdefs.h <<_ACEOF #define ICONV_CONST $am_cv_proto_iconv_arg1 _ACEOF if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __cplusplus typedef int foo_t; static $ac_kw foo_t static_foo () {return 0; } $ac_kw foo_t foo () {return 0; } #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_inline" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 $as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in inline | yes) ;; *) case $ac_cv_c_inline in no) ac_val=;; *) ac_val=$ac_cv_c_inline;; esac cat >>confdefs.h <<_ACEOF #ifndef __cplusplus #define inline $ac_val #endif _ACEOF ;; esac if test -n "$LIBICONV"; then use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libunistring-prefix was given. if test "${with_libunistring_prefix+set}" = set; then : withval=$with_libunistring_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBUNISTRING= LTLIBUNISTRING= INCUNISTRING= LIBUNISTRING_PREFIX= HAVE_LIBUNISTRING= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='unistring ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_a" else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'unistring'; then LIBUNISTRING_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'unistring'; then LIBUNISTRING_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCUNISTRING="${INCUNISTRING}${INCUNISTRING:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$dep" LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }$dep" ;; esac done fi else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-l$name" LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCUNISTRING; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunistring" >&5 $as_echo_n "checking for libunistring... " >&6; } if ${ac_cv_libunistring+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBUNISTRING" in *" -l"*) LIBS="$LIBS $LIBUNISTRING" ;; *) LIBS="$LIBUNISTRING $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { u8_strconv_from_locale((char*)0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libunistring=yes else ac_cv_libunistring='no, trying again together with libiconv' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libunistring" >&5 $as_echo "$ac_cv_libunistring" >&6; } if test "$ac_cv_libunistring" = yes; then HAVE_LIBUNISTRING=yes $as_echo "#define HAVE_LIBUNISTRING 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libunistring" >&5 $as_echo_n "checking how to link with libunistring... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBUNISTRING" >&5 $as_echo "$LIBUNISTRING" >&6; } else HAVE_LIBUNISTRING=no CPPFLAGS="$ac_save_CPPFLAGS" LIBUNISTRING= LTLIBUNISTRING= LIBUNISTRING_PREFIX= fi if test "$ac_cv_libunistring" != yes; then unset ac_cv_libunistring glus_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libunistring-prefix was given. if test "${with_libunistring_prefix+set}" = set; then : withval=$with_libunistring_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBUNISTRING= LTLIBUNISTRING= INCUNISTRING= LIBUNISTRING_PREFIX= HAVE_LIBUNISTRING= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='unistring ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_a" else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'unistring'; then LIBUNISTRING_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'unistring'; then LIBUNISTRING_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCUNISTRING="${INCUNISTRING}${INCUNISTRING:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$dep" LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }$dep" ;; esac done fi else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-l$name" LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCUNISTRING; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunistring" >&5 $as_echo_n "checking for libunistring... " >&6; } if ${ac_cv_libunistring+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBUNISTRING" in *" -l"*) LIBS="$LIBS $LIBUNISTRING" ;; *) LIBS="$LIBUNISTRING $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { u8_strconv_from_locale((char*)0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libunistring=yes else ac_cv_libunistring='no, consider installing GNU libunistring' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libunistring" >&5 $as_echo "$ac_cv_libunistring" >&6; } if test "$ac_cv_libunistring" = yes; then HAVE_LIBUNISTRING=yes $as_echo "#define HAVE_LIBUNISTRING 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libunistring" >&5 $as_echo_n "checking how to link with libunistring... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBUNISTRING" >&5 $as_echo "$LIBUNISTRING" >&6; } else HAVE_LIBUNISTRING=no CPPFLAGS="$ac_save_CPPFLAGS" LIBUNISTRING= LTLIBUNISTRING= LIBUNISTRING_PREFIX= fi if test -n "$LIBUNISTRING"; then LIBUNISTRING="$LIBUNISTRING $LIBICONV" LTLIBUNISTRING="$LTLIBUNISTRING $LTLIBICONV" fi LIBS="$glus_save_LIBS" fi else use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libunistring-prefix was given. if test "${with_libunistring_prefix+set}" = set; then : withval=$with_libunistring_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBUNISTRING= LTLIBUNISTRING= INCUNISTRING= LIBUNISTRING_PREFIX= HAVE_LIBUNISTRING= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='unistring ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_so" else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$found_a" else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'unistring'; then LIBUNISTRING_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'unistring'; then LIBUNISTRING_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCUNISTRING="${INCUNISTRING}${INCUNISTRING:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBUNISTRING; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$dep" LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }$dep" ;; esac done fi else LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }-l$name" LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBUNISTRING="${LIBUNISTRING}${LIBUNISTRING:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBUNISTRING="${LTLIBUNISTRING}${LTLIBUNISTRING:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCUNISTRING; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunistring" >&5 $as_echo_n "checking for libunistring... " >&6; } if ${ac_cv_libunistring+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBUNISTRING" in *" -l"*) LIBS="$LIBS $LIBUNISTRING" ;; *) LIBS="$LIBUNISTRING $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { u8_strconv_from_locale((char*)0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libunistring=yes else ac_cv_libunistring='no, consider installing GNU libunistring' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libunistring" >&5 $as_echo "$ac_cv_libunistring" >&6; } if test "$ac_cv_libunistring" = yes; then HAVE_LIBUNISTRING=yes $as_echo "#define HAVE_LIBUNISTRING 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libunistring" >&5 $as_echo_n "checking how to link with libunistring... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBUNISTRING" >&5 $as_echo "$LIBUNISTRING" >&6; } else HAVE_LIBUNISTRING=no CPPFLAGS="$ac_save_CPPFLAGS" LIBUNISTRING= LTLIBUNISTRING= LIBUNISTRING_PREFIX= fi fi if test $HAVE_LIBUNISTRING = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunistring version" >&5 $as_echo_n "checking for libunistring version... " >&6; } if ${gl_cv_libunistring_version+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "_LIBUNISTRING_VERSION" "gl_libunistring_hexversion" "#include "; then : fi if test $gl_libunistring_hexversion = 9; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_libunistring_version092=true else gl_cv_libunistring_version092=false fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if $gl_cv_libunistring_version092; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'unistr.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_unistr_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` if test -n "$gl_cv_absolute_unistr_h" \ && grep 'Copy no more than N units of SRC to DEST. Return a pointer' $gl_cv_absolute_unistr_h > /dev/null; then gl_libunistring_hexversion=2307 else gl_libunistring_hexversion=2306 fi else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include casing_suffix_context_t ct; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_libunistring_version091=true else gl_cv_libunistring_version091=false fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if $gl_cv_libunistring_version091; then gl_libunistring_hexversion=2305 else gl_libunistring_hexversion=2304 fi fi fi gl_libunistring_major=`expr $gl_libunistring_hexversion / 65536` gl_libunistring_minor=`expr $gl_libunistring_hexversion / 256 % 256` gl_libunistring_subminor=`expr $gl_libunistring_hexversion % 256` gl_cv_libunistring_version="$gl_libunistring_major.$gl_libunistring_minor.$gl_libunistring_subminor" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_libunistring_version" >&5 $as_echo "$gl_cv_libunistring_version" >&6; } LIBUNISTRING_VERSION="$gl_cv_libunistring_version" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if ${am_cv_langinfo_codeset+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { char* cs = nl_langinfo(CODESET); return !cs; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_langinfo_codeset=yes else am_cv_langinfo_codeset=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 $as_echo "$am_cv_langinfo_codeset" >&6; } if test $am_cv_langinfo_codeset = yes; then $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h fi : : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5 $as_echo_n "checking for working fcntl.h... " >&6; } if ${gl_cv_header_working_fcntl_h+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : gl_cv_header_working_fcntl_h=cross-compiling else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_UNISTD_H # include #else /* on Windows with MSVC */ # include # include # defined sleep(n) _sleep ((n) * 1000) #endif #include #ifndef O_NOATIME #define O_NOATIME 0 #endif #ifndef O_NOFOLLOW #define O_NOFOLLOW 0 #endif static int const constants[] = { O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY }; int main () { int result = !constants; #if HAVE_SYMLINK { static char const sym[] = "conftest.sym"; if (symlink ("/dev/null", sym) != 0) result |= 2; else { int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0); if (fd >= 0) { close (fd); result |= 4; } } if (unlink (sym) != 0 || symlink (".", sym) != 0) result |= 2; else { int fd = open (sym, O_RDONLY | O_NOFOLLOW); if (fd >= 0) { close (fd); result |= 4; } } unlink (sym); } #endif { static char const file[] = "confdefs.h"; int fd = open (file, O_RDONLY | O_NOATIME); if (fd < 0) result |= 8; else { struct stat st0; if (fstat (fd, &st0) != 0) result |= 16; else { char c; sleep (1); if (read (fd, &c, 1) != 1) result |= 24; else { if (close (fd) != 0) result |= 32; else { struct stat st1; if (stat (file, &st1) != 0) result |= 40; else if (st0.st_atime != st1.st_atime) result |= 64; } } } } } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_header_working_fcntl_h=yes else case $? in #( 4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #( 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( *) gl_cv_header_working_fcntl_h='no';; esac fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5 $as_echo "$gl_cv_header_working_fcntl_h" >&6; } case $gl_cv_header_working_fcntl_h in #( *O_NOATIME* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac cat >>confdefs.h <<_ACEOF #define HAVE_WORKING_O_NOATIME $ac_val _ACEOF case $gl_cv_header_working_fcntl_h in #( *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac cat >>confdefs.h <<_ACEOF #define HAVE_WORKING_O_NOFOLLOW $ac_val _ACEOF ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library >= 2.1 or uClibc" >&5 $as_echo_n "checking whether we are using the GNU C Library >= 2.1 or uClibc... " >&6; } if ${ac_cv_gnu_library_2_1+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) Lucky GNU user #endif #endif #ifdef __UCLIBC__ Lucky user #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky" >/dev/null 2>&1; then : ac_cv_gnu_library_2_1=yes else ac_cv_gnu_library_2_1=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5 $as_echo "$ac_cv_gnu_library_2_1" >&6; } GLIBC21="$ac_cv_gnu_library_2_1" for ac_header in stdlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" if test "x$ac_cv_header_stdlib_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDLIB_H 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 $as_echo_n "checking for GNU libc compatible malloc... " >&6; } if ${ac_cv_func_malloc_0_nonnull+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_malloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_malloc_0_nonnull=no ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *malloc (); #endif int main () { char *p = malloc (0); int result = !p; free (p); return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_malloc_0_nonnull=yes else ac_cv_func_malloc_0_nonnull=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } if test $ac_cv_func_malloc_0_nonnull = yes; then : gl_cv_func_malloc_0_nonnull=1 else gl_cv_func_malloc_0_nonnull=0 fi cat >>confdefs.h <<_ACEOF #define MALLOC_0_IS_NONNULL $gl_cv_func_malloc_0_nonnull _ACEOF gl_libunistring_sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{s/^[0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' if test "$HAVE_LIBUNISTRING" = yes; then LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"` LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"` LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"` fi if true; then GL_COND_LIBTOOL_TRUE= GL_COND_LIBTOOL_FALSE='#' else GL_COND_LIBTOOL_TRUE='#' GL_COND_LIBTOOL_FALSE= fi gl_cond_libtool=true gl_m4_base='unistring/m4' gl_source_base='unistring' if test $ac_cv_func_alloca_works = no; then : fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 $as_echo_n "checking for alloca as a compiler built-in... " >&6; } if ${gl_cv_rpl_alloca+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Need own alloca" >/dev/null 2>&1; then : gl_cv_rpl_alloca=yes else gl_cv_rpl_alloca=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 $as_echo "$gl_cv_rpl_alloca" >&6; } if test $gl_cv_rpl_alloca = yes; then $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h ALLOCA_H=alloca.h else ALLOCA_H= fi else ALLOCA_H=alloca.h fi if test -n "$ALLOCA_H"; then GL_GENERATE_ALLOCA_H_TRUE= GL_GENERATE_ALLOCA_H_FALSE='#' else GL_GENERATE_ALLOCA_H_TRUE='#' GL_GENERATE_ALLOCA_H_FALSE= fi if test "x$datarootdir" = x; then datarootdir='${datadir}' fi if test "x$docdir" = x; then docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' fi if test "x$htmldir" = x; then htmldir='${docdir}' fi if test "x$dvidir" = x; then dvidir='${docdir}' fi if test "x$pdfdir" = x; then pdfdir='${docdir}' fi if test "x$psdir" = x; then psdir='${docdir}' fi if test "x$lispdir" = x; then lispdir='${datarootdir}/emacs/site-lisp' fi if test "x$localedir" = x; then localedir='${datarootdir}/locale' fi if test "x$runstatedir" = x; then runstatedir='${localstatedir}/run' fi pkglibexecdir='${libexecdir}/${PACKAGE}' GNULIB_ICONV=1 : if test $gl_cv_have_include_next = yes; then gl_cv_next_iconv_h='<'iconv.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_iconv_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_iconv_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'iconv.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_absolute_iconv_h=`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"` gl_header=$gl_cv_absolute_iconv_h gl_cv_next_iconv_h='"'$gl_header'"' else gl_cv_next_iconv_h='<'iconv.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_iconv_h" >&5 $as_echo "$gl_cv_next_iconv_h" >&6; } fi NEXT_ICONV_H=$gl_cv_next_iconv_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'iconv.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_iconv_h fi NEXT_AS_FIRST_DIRECTIVE_ICONV_H=$gl_next_as_first_directive if test "$am_cv_func_iconv" = yes; then ICONV_H='iconv.h' if test -n "$ICONV_H"; then GL_GENERATE_ICONV_H_TRUE= GL_GENERATE_ICONV_H_FALSE='#' else GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE= fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if defined _LIBICONV_VERSION || (defined __GLIBC__ && !defined __UCLIBC__) gnu_iconv #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "gnu_iconv" >/dev/null 2>&1; then : gl_func_iconv_gnu=yes else gl_func_iconv_gnu=no fi rm -f conftest* if test $gl_func_iconv_gnu = no; then iconv_flavor= case "$host_os" in aix*) iconv_flavor=ICONV_FLAVOR_AIX ;; irix*) iconv_flavor=ICONV_FLAVOR_IRIX ;; hpux*) iconv_flavor=ICONV_FLAVOR_HPUX ;; osf*) iconv_flavor=ICONV_FLAVOR_OSF ;; solaris*) iconv_flavor=ICONV_FLAVOR_SOLARIS ;; esac if test -n "$iconv_flavor"; then cat >>confdefs.h <<_ACEOF #define ICONV_FLAVOR $iconv_flavor _ACEOF ICONV_H='iconv.h' if test -n "$ICONV_H"; then GL_GENERATE_ICONV_H_TRUE= GL_GENERATE_ICONV_H_FALSE='#' else GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE= fi REPLACE_ICONV_OPEN=1 fi fi fi if test $REPLACE_ICONV_OPEN = 1; then unistring_LIBOBJS="$unistring_LIBOBJS iconv_open.$ac_objext" fi if test $REPLACE_ICONV = 1; then unistring_LIBOBJS="$unistring_LIBOBJS iconv.$ac_objext" unistring_LIBOBJS="$unistring_LIBOBJS iconv_close.$ac_objext" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler generally respects inline" >&5 $as_echo_n "checking whether the compiler generally respects inline... " >&6; } if ${gl_cv_c_inline_effective+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_c_inline = no; then gl_cv_c_inline_effective=no else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifdef __NO_INLINE__ #error "inline is not effective" #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_c_inline_effective=yes else gl_cv_c_inline_effective=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_inline_effective" >&5 $as_echo "$gl_cv_c_inline_effective" >&6; } if test $gl_cv_c_inline_effective = yes; then $as_echo "#define HAVE_INLINE 1" >>confdefs.h fi : LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\"" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 $as_echo_n "checking for ssize_t... " >&6; } if ${gt_cv_ssize_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_ssize_t=yes else gt_cv_ssize_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 $as_echo "$gt_cv_ssize_t" >&6; } if test $gt_cv_ssize_t = no; then $as_echo "#define ssize_t int" >>confdefs.h fi # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi if test -n "$STDBOOL_H"; then GL_GENERATE_STDBOOL_H_TRUE= GL_GENERATE_STDBOOL_H_FALSE='#' else GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE= fi if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV" gl_libdeps="$gl_libdeps $LIBICONV" fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_UNICONV_H='uniconv.h' else LIBUNISTRING_UNICONV_H= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE= LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_FALSE='#' else LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE='#' LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE= LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_FALSE='#' else LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE='#' LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE= LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_FALSE='#' else LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE='#' LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE= LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_FALSE='#' else LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE='#' LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE= LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_FALSE='#' else LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE='#' LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_UNICTYPE_H='unictype.h' else LIBUNISTRING_UNICTYPE_H= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 5 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 5 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE= LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_FALSE='#' else LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE='#' LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_UNINORM_H='uninorm.h' else LIBUNISTRING_UNINORM_H= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE= LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE='#' else LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE='#' LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE= LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE='#' else LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE='#' LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE= LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE='#' else LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE='#' LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE= LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE='#' else LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE='#' LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE= fi $as_echo "#define GNULIB_TEST_UNINORM_U32_NORMALIZE 1" >>confdefs.h if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 6 } } } } }; then LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE= LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE='#' else LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE='#' LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_UNISTR_H='unistr.h' else LIBUNISTRING_UNISTR_H= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE= LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE= LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U32_MBTOUC_UNSAFE 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE= LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE= LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE= LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U32_UCTOMB 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE= LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U8_MBTOUC 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U8_MBTOUCR 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 3 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U8_UCTOMB 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 4 } } } } }; then LIBUNISTRING_UNITYPES_H='unitypes.h' else LIBUNISTRING_UNITYPES_H= fi # End of code from modules gltests_libdeps= gltests_ltlibdeps= gl_source_base='tests' unistringtests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS gl_module_indicator_condition=$unistringtests_WITNESS if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi gtk_doc_requires="gtk-doc >= 1.14" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5 $as_echo_n "checking for gtk-doc... " >&6; } if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5 ($PKG_CONFIG --exists --print-errors "$gtk_doc_requires") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then have_gtk_doc=yes else have_gtk_doc=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5 $as_echo "$have_gtk_doc" >&6; } if test "$have_gtk_doc" = "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You will not be able to create source packages with 'make dist' because $gtk_doc_requires is not found." >&5 $as_echo "$as_me: WARNING: You will not be able to create source packages with 'make dist' because $gtk_doc_requires is not found." >&2;} fi # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_GTKDOC_CHECK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$GTKDOC_CHECK"; then ac_cv_prog_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_GTKDOC_CHECK="gtkdoc-check.test" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi GTKDOC_CHECK=$ac_cv_prog_GTKDOC_CHECK if test -n "$GTKDOC_CHECK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 $as_echo "$GTKDOC_CHECK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GTKDOC_CHECK_PATH+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_CHECK_PATH in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_CHECK_PATH="$GTKDOC_CHECK_PATH" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GTKDOC_CHECK_PATH="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_CHECK_PATH=$ac_cv_path_GTKDOC_CHECK_PATH if test -n "$GTKDOC_CHECK_PATH"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5 $as_echo "$GTKDOC_CHECK_PATH" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi for ac_prog in gtkdoc-rebase do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GTKDOC_REBASE+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_REBASE in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE if test -n "$GTKDOC_REBASE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5 $as_echo "$GTKDOC_REBASE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$GTKDOC_REBASE" && break done test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true" # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args. set dummy gtkdoc-mkpdf; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GTKDOC_MKPDF+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_MKPDF in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF if test -n "$GTKDOC_MKPDF"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5 $as_echo "$GTKDOC_MKPDF" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Check whether --with-html-dir was given. if test "${with_html_dir+set}" = set; then : withval=$with_html_dir; else with_html_dir='${datadir}/gtk-doc/html' fi HTML_DIR="$with_html_dir" # Check whether --enable-gtk-doc was given. if test "${enable_gtk_doc+set}" = set; then : enableval=$enable_gtk_doc; else enable_gtk_doc=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5 $as_echo "$enable_gtk_doc" >&6; } if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then as_fn_error $? " You must have $gtk_doc_requires installed to build documentation for $PACKAGE_NAME. Please install gtk-doc or disable building the documentation by adding '--disable-gtk-doc' to '$0'." "$LINENO" 5 fi if test "x$PACKAGE_NAME" != "xglib"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5 $as_echo_n "checking for GTKDOC_DEPS... " >&6; } if test -n "$GTKDOC_DEPS_CFLAGS"; then pkg_cv_GTKDOC_DEPS_CFLAGS="$GTKDOC_DEPS_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GTKDOC_DEPS_LIBS"; then pkg_cv_GTKDOC_DEPS_LIBS="$GTKDOC_DEPS_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1` else GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTKDOC_DEPS_PKG_ERRORS" >&5 : elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } : else GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi fi # Check whether --enable-gtk-doc-html was given. if test "${enable_gtk_doc_html+set}" = set; then : enableval=$enable_gtk_doc_html; else enable_gtk_doc_html=yes fi # Check whether --enable-gtk-doc-pdf was given. if test "${enable_gtk_doc_pdf+set}" = set; then : enableval=$enable_gtk_doc_pdf; else enable_gtk_doc_pdf=no fi if test -z "$GTKDOC_MKPDF"; then enable_gtk_doc_pdf=no fi if test -z "$AM_DEFAULT_VERBOSITY"; then AM_DEFAULT_VERBOSITY=1 fi if test x$have_gtk_doc = xyes; then HAVE_GTK_DOC_TRUE= HAVE_GTK_DOC_FALSE='#' else HAVE_GTK_DOC_TRUE='#' HAVE_GTK_DOC_FALSE= fi if test x$enable_gtk_doc = xyes; then ENABLE_GTK_DOC_TRUE= ENABLE_GTK_DOC_FALSE='#' else ENABLE_GTK_DOC_TRUE='#' ENABLE_GTK_DOC_FALSE= fi if test x$enable_gtk_doc_html = xyes; then GTK_DOC_BUILD_HTML_TRUE= GTK_DOC_BUILD_HTML_FALSE='#' else GTK_DOC_BUILD_HTML_TRUE='#' GTK_DOC_BUILD_HTML_FALSE= fi if test x$enable_gtk_doc_pdf = xyes; then GTK_DOC_BUILD_PDF_TRUE= GTK_DOC_BUILD_PDF_FALSE='#' else GTK_DOC_BUILD_PDF_TRUE='#' GTK_DOC_BUILD_PDF_FALSE= fi if test -n "$LIBTOOL"; then GTK_DOC_USE_LIBTOOL_TRUE= GTK_DOC_USE_LIBTOOL_FALSE='#' else GTK_DOC_USE_LIBTOOL_TRUE='#' GTK_DOC_USE_LIBTOOL_FALSE= fi if test -n "$GTKDOC_REBASE"; then GTK_DOC_USE_REBASE_TRUE= GTK_DOC_USE_REBASE_FALSE='#' else GTK_DOC_USE_REBASE_TRUE='#' GTK_DOC_USE_REBASE_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.19 # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$localedir" || localedir='${datadir}/locale' test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFPreferencesCopyAppValue=yes else gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFLocaleCopyCurrent(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFLocaleCopyCurrent=yes else gt_cv_func_CFLocaleCopyCurrent=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } if test $gt_cv_func_CFLocaleCopyCurrent = yes; then $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 $as_echo_n "checking for GNU gettext in libc... " >&6; } if eval \${$gt_func_gnugettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libc=yes" else eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif int main () { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= HAVE_LIBINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 $as_echo_n "checking for GNU gettext in libintl... " >&6; } if eval \${$gt_func_gnugettext_libintl+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libintl=yes" else eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 $as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 $as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 $as_echo_n "checking how to link with libintl... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 $as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" # allow to override gcov location # Check whether --with-gcov was given. if test "${with_gcov+set}" = set; then : withval=$with_gcov; _AX_CODE_COVERAGE_GCOV_PROG_WITH=$with_gcov else _AX_CODE_COVERAGE_GCOV_PROG_WITH=gcov fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build with code coverage support" >&5 $as_echo_n "checking whether to build with code coverage support... " >&6; } # Check whether --enable-code-coverage was given. if test "${enable_code_coverage+set}" = set; then : enableval=$enable_code_coverage; else enable_code_coverage=no fi if test x$enable_code_coverage = xyes; then CODE_COVERAGE_ENABLED_TRUE= CODE_COVERAGE_ENABLED_FALSE='#' else CODE_COVERAGE_ENABLED_TRUE='#' CODE_COVERAGE_ENABLED_FALSE= fi CODE_COVERAGE_ENABLED=$enable_code_coverage { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_code_coverage" >&5 $as_echo "$enable_code_coverage" >&6; } if test "$enable_code_coverage" = "yes" ; then : # check for gcov if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}$_AX_CODE_COVERAGE_GCOV_PROG_WITH", so it can be a program name with args. set dummy ${ac_tool_prefix}$_AX_CODE_COVERAGE_GCOV_PROG_WITH; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_GCOV+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$GCOV"; then ac_cv_prog_GCOV="$GCOV" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_GCOV="${ac_tool_prefix}$_AX_CODE_COVERAGE_GCOV_PROG_WITH" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi GCOV=$ac_cv_prog_GCOV if test -n "$GCOV"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCOV" >&5 $as_echo "$GCOV" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_GCOV"; then ac_ct_GCOV=$GCOV # Extract the first word of "$_AX_CODE_COVERAGE_GCOV_PROG_WITH", so it can be a program name with args. set dummy $_AX_CODE_COVERAGE_GCOV_PROG_WITH; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_GCOV+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_GCOV"; then ac_cv_prog_ac_ct_GCOV="$ac_ct_GCOV" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_GCOV="$_AX_CODE_COVERAGE_GCOV_PROG_WITH" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_GCOV=$ac_cv_prog_ac_ct_GCOV if test -n "$ac_ct_GCOV"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GCOV" >&5 $as_echo "$ac_ct_GCOV" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_GCOV" = x; then GCOV=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac GCOV=$ac_ct_GCOV fi else GCOV="$ac_cv_prog_GCOV" fi if test "X$GCOV" = "X:"; then : as_fn_error $? "gcov is needed to do coverage" "$LINENO" 5 fi if test "$GCC" = "no" ; then : as_fn_error $? "not compiling with gcc, which is required for gcov code coverage" "$LINENO" 5 fi # Extract the first word of "lcov", so it can be a program name with args. set dummy lcov; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LCOV+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LCOV"; then ac_cv_prog_LCOV="$LCOV" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LCOV="lcov" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LCOV=$ac_cv_prog_LCOV if test -n "$LCOV"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5 $as_echo "$LCOV" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "genhtml", so it can be a program name with args. set dummy genhtml; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_GENHTML+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$GENHTML"; then ac_cv_prog_GENHTML="$GENHTML" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_GENHTML="genhtml" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi GENHTML=$ac_cv_prog_GENHTML if test -n "$GENHTML"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GENHTML" >&5 $as_echo "$GENHTML" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$LCOV" ; then : as_fn_error $? "To enable code coverage reporting you must have lcov installed" "$LINENO" 5 fi if test -z "$GENHTML" ; then : as_fn_error $? "Could not find genhtml from the lcov package" "$LINENO" 5 fi CODE_COVERAGE_CPPFLAGS="-DNDEBUG" CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" CODE_COVERAGE_LIBS="-lgcov" CODE_COVERAGE_LDFLAGS="$CODE_COVERAGE_LIBS" CODE_COVERAGE_RULES_CHECK=' -$(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) -k check $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture ' CODE_COVERAGE_RULES_CAPTURE=' $(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS) $(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_RMOPTS) -@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp $(code_coverage_v_genhtml)LANG=C $(GENHTML) $(code_coverage_quiet) $(addprefix --prefix ,$(CODE_COVERAGE_DIRECTORY)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS) @echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html" ' CODE_COVERAGE_RULES_CLEAN=' clean: code-coverage-clean distclean: code-coverage-clean code-coverage-clean: -$(LCOV) --directory $(top_builddir) -z -rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY) -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete ' else CODE_COVERAGE_RULES_CHECK=' @echo "Need to reconfigure with --enable-code-coverage" ' CODE_COVERAGE_RULES_CAPTURE="$CODE_COVERAGE_RULES_CHECK" CODE_COVERAGE_RULES_CLEAN='' fi CODE_COVERAGE_RULES=' # Code coverage # # Optional: # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. # Multiple directories may be specified, separated by whitespace. # (Default: $(top_builddir)) # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated # by lcov for code coverage. (Default: # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage # reports to be created. (Default: # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, # set to 0 to disable it and leave empty to stay with the default. # (Default: empty) # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering # lcov instance. (Default: empty) # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore # # The generated report will be titled using the $(PACKAGE_NAME) and # $(PACKAGE_VERSION). In order to add the current git hash to the title, # use the git-version-gen script, available online. # Optional variables CODE_COVERAGE_DIRECTORY ?= $(top_builddir) CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage CODE_COVERAGE_BRANCH_COVERAGE ?= CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULTS) CODE_COVERAGE_IGNORE_PATTERN ?= code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ $(CODE_COVERAGE_OUTPUT_FILE); code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ $(CODE_COVERAGE_IGNORE_PATTERN); code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); code_coverage_quiet = $(code_coverage_quiet_$(V)) code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) code_coverage_quiet_0 = --quiet # sanitizes the test-name: replaces with underscores: dashes and dots code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) # Use recursive makes in order to ignore errors during check check-code-coverage:'"$CODE_COVERAGE_RULES_CHECK"' # Capture code coverage data code-coverage-capture: code-coverage-capture-hook'"$CODE_COVERAGE_RULES_CAPTURE"' # Hook rule executed before code-coverage-capture, overridable by the user code-coverage-capture-hook: '"$CODE_COVERAGE_RULES_CLEAN"' GITIGNOREFILES ?= GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) A''M_DISTCHECK_CONFIGURE_FLAGS ?= A''M_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean ' # Non-verbose make # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' # Check whether --enable-gcc-warnings was given. if test "${enable_gcc_warnings+set}" = set; then : enableval=$enable_gcc_warnings; case $enableval in yes|no) ;; *) as_fn_error $? "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;; esac gl_gcc_warnings=$enableval else gl_gcc_warnings=yes fi if test "$gl_gcc_warnings" = yes; then if test -n "$GCC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5 $as_echo_n "checking whether -Wno-missing-field-initializers is supported... " >&6; } if ${gl_cv_cc_nomfi_supported+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_nomfi_supported=yes else gl_cv_cc_nomfi_supported=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5 $as_echo "$gl_cv_cc_nomfi_supported" >&6; } if test "$gl_cv_cc_nomfi_supported" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5 $as_echo_n "checking whether -Wno-missing-field-initializers is needed... " >&6; } if ${gl_cv_cc_nomfi_needed+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int f (void) { typedef struct { int a; int b; } s_t; s_t s1 = { 0, }; return s1.b; } int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_nomfi_needed=no else gl_cv_cc_nomfi_needed=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5 $as_echo "$gl_cv_cc_nomfi_needed" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5 $as_echo_n "checking whether -Wuninitialized is supported... " >&6; } if ${gl_cv_cc_uninitialized_supported+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror -Wuninitialized" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_uninitialized_supported=yes else gl_cv_cc_uninitialized_supported=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5 $as_echo "$gl_cv_cc_uninitialized_supported" >&6; } fi # List all gcc warning categories. # To compare this list to your installed GCC's, run this Bash command: # # comm -3 \ # <(sed -n 's/^ *\(-[^ ]*\) .*/\1/p' manywarnings.m4 | sort) \ # <(gcc --help=warnings | sed -n 's/^ \(-[^ ]*\) .*/\1/p' | sort | # grep -v -x -F -f <( # awk '/^[^#]/ {print warnings}' ../build-aux/gcc-warning.spec)) gl_manywarn_set= for gl_manywarn_item in -fno-common \ -W \ -Wabi \ -Waddress \ -Waggressive-loop-optimizations \ -Wall \ -Wattributes \ -Wbad-function-cast \ -Wbool-compare \ -Wbool-operation \ -Wbuiltin-declaration-mismatch \ -Wbuiltin-macro-redefined \ -Wcast-align \ -Wchar-subscripts \ -Wchkp \ -Wclobbered \ -Wcomment \ -Wcomments \ -Wcoverage-mismatch \ -Wcpp \ -Wdangling-else \ -Wdate-time \ -Wdeprecated \ -Wdeprecated-declarations \ -Wdesignated-init \ -Wdisabled-optimization \ -Wdiscarded-array-qualifiers \ -Wdiscarded-qualifiers \ -Wdiv-by-zero \ -Wdouble-promotion \ -Wduplicated-branches \ -Wduplicated-cond \ -Wduplicate-decl-specifier \ -Wempty-body \ -Wendif-labels \ -Wenum-compare \ -Wexpansion-to-defined \ -Wextra \ -Wformat-contains-nul \ -Wformat-extra-args \ -Wformat-nonliteral \ -Wformat-security \ -Wformat-signedness \ -Wformat-y2k \ -Wformat-zero-length \ -Wframe-address \ -Wfree-nonheap-object \ -Whsa \ -Wignored-attributes \ -Wignored-qualifiers \ -Wimplicit \ -Wimplicit-function-declaration \ -Wimplicit-int \ -Wincompatible-pointer-types \ -Winit-self \ -Winline \ -Wint-conversion \ -Wint-in-bool-context \ -Wint-to-pointer-cast \ -Winvalid-memory-model \ -Winvalid-pch \ -Wjump-misses-init \ -Wlogical-not-parentheses \ -Wlogical-op \ -Wmain \ -Wmaybe-uninitialized \ -Wmemset-elt-size \ -Wmemset-transposed-args \ -Wmisleading-indentation \ -Wmissing-braces \ -Wmissing-declarations \ -Wmissing-field-initializers \ -Wmissing-include-dirs \ -Wmissing-parameter-type \ -Wmissing-prototypes \ -Wmultichar \ -Wnarrowing \ -Wnested-externs \ -Wnonnull \ -Wnonnull-compare \ -Wnull-dereference \ -Wodr \ -Wold-style-declaration \ -Wold-style-definition \ -Wopenmp-simd \ -Woverflow \ -Woverlength-strings \ -Woverride-init \ -Wpacked \ -Wpacked-bitfield-compat \ -Wparentheses \ -Wpointer-arith \ -Wpointer-compare \ -Wpointer-sign \ -Wpointer-to-int-cast \ -Wpragmas \ -Wpsabi \ -Wrestrict \ -Wreturn-local-addr \ -Wreturn-type \ -Wscalar-storage-order \ -Wsequence-point \ -Wshadow \ -Wshift-count-negative \ -Wshift-count-overflow \ -Wshift-negative-value \ -Wsizeof-array-argument \ -Wsizeof-pointer-memaccess \ -Wstack-protector \ -Wstrict-aliasing \ -Wstrict-overflow \ -Wstrict-prototypes \ -Wsuggest-attribute=const \ -Wsuggest-attribute=format \ -Wsuggest-attribute=noreturn \ -Wsuggest-attribute=pure \ -Wsuggest-final-methods \ -Wsuggest-final-types \ -Wswitch \ -Wswitch-bool \ -Wswitch-default \ -Wswitch-unreachable \ -Wsync-nand \ -Wsystem-headers \ -Wtautological-compare \ -Wtrampolines \ -Wtrigraphs \ -Wtype-limits \ -Wuninitialized \ -Wunknown-pragmas \ -Wunsafe-loop-optimizations \ -Wunused \ -Wunused-but-set-parameter \ -Wunused-but-set-variable \ -Wunused-function \ -Wunused-label \ -Wunused-local-typedefs \ -Wunused-macros \ -Wunused-parameter \ -Wunused-result \ -Wunused-value \ -Wunused-variable \ -Wvarargs \ -Wvariadic-macros \ -Wvector-operation-performance \ -Wvla \ -Wvolatile-register-var \ -Wwrite-strings \ \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # gcc --help=warnings outputs an unusual form for these options; list # them here so that the above 'comm' command doesn't report a false match. # Would prefer "min (PTRDIFF_MAX, SIZE_MAX)", but it must be a literal: ptrdiff_max_max=9223372036854775807 gl_manywarn_set="$gl_manywarn_set -Walloc-size-larger-than=$ptrdiff_max_max" gl_manywarn_set="$gl_manywarn_set -Warray-bounds=2" gl_manywarn_set="$gl_manywarn_set -Wformat-overflow=2" gl_manywarn_set="$gl_manywarn_set -Wformat-truncation=2" gl_manywarn_set="$gl_manywarn_set -Wimplicit-fallthrough=5" gl_manywarn_set="$gl_manywarn_set -Wnormalized=nfc" gl_manywarn_set="$gl_manywarn_set -Wshift-overflow=2" gl_manywarn_set="$gl_manywarn_set -Wstringop-overflow=2" gl_manywarn_set="$gl_manywarn_set -Wunused-const-variable=2" gl_manywarn_set="$gl_manywarn_set -Wvla-larger-than=4031" # These are needed for older GCC versions. if test -n "$GCC"; then case `($CC --version) 2>/dev/null` in 'gcc (GCC) '[0-3].* | \ 'gcc (GCC) '4.[0-7].*) gl_manywarn_set="$gl_manywarn_set -fdiagnostics-show-option" gl_manywarn_set="$gl_manywarn_set -funit-at-a-time" ;; esac fi # Disable specific options as needed. if test "$gl_cv_cc_nomfi_needed" = yes; then gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers" fi if test "$gl_cv_cc_uninitialized_supported" = no; then gl_manywarn_set="$gl_manywarn_set -Wno-uninitialized" fi warnings=$gl_manywarn_set nw= nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wundef" # All compiler preprocessors support #if UNDEF nw="$nw -Wtraditional" # All compilers nowadays support ANSI C nw="$nw -Wconversion" # These warnings usually don't point to mistakes. nw="$nw -Wpadded" # Padding internal structs doesn't help. nw="$nw -Wc++-compat" # Compile using a C compiler. nw="$nw -Wtraditional-conversion" # Too many complaints for now. nw="$nw -Wunreachable-code" # gcc bug 40412 nw="$nw -Wswitch-default" # Nothing wrong with default-less switch? gl_warn_set= set x $warnings; shift for gl_warn_item do case " $nw " in *" $gl_warn_item "*) ;; *) gl_warn_set="$gl_warn_set $gl_warn_item" ;; esac done warnings=$gl_warn_set for w in $warnings; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5 $as_echo_n "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; } if ${gl_cv_warn_c__Werror__Wunknown_warning_option+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_warn_c__Werror__Wunknown_warning_option=yes else gl_cv_warn_c__Werror__Wunknown_warning_option=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5 $as_echo "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; } if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = xyes; then : gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror' else gl_unknown_warnings_are_errors= fi as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh` gl_positive="$w" case $gl_positive in -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 $as_echo_n "checking whether C compiler handles $w... " >&6; } if eval \${$as_gl_Warn+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " $gl_unknown_warnings_are_errors $gl_positive" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$as_gl_Warn=yes" else eval "$as_gl_Warn=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi eval ac_res=\$$as_gl_Warn { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then : as_fn_append WARN_CFLAGS " $w" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5 $as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; } if ${gl_cv_warn_c__fdiagnostics_show_option+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-show-option" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_warn_c__fdiagnostics_show_option=yes else gl_cv_warn_c__fdiagnostics_show_option=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5 $as_echo "$gl_cv_warn_c__fdiagnostics_show_option" >&6; } if test "x$gl_cv_warn_c__fdiagnostics_show_option" = xyes; then : as_fn_append WARN_CFLAGS " -fdiagnostics-show-option" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-color=always" >&5 $as_echo_n "checking whether C compiler handles -fdiagnostics-color=always... " >&6; } if ${gl_cv_warn_c__fdiagnostics_color_always+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-color=always" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_warn_c__fdiagnostics_color_always=yes else gl_cv_warn_c__fdiagnostics_color_always=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_color_always" >&5 $as_echo "$gl_cv_warn_c__fdiagnostics_color_always" >&6; } if test "x$gl_cv_warn_c__fdiagnostics_color_always" = xyes; then : as_fn_append WARN_CFLAGS " -fdiagnostics-color=always" fi # colors even when using ccache fi # Check whether --enable-doc was given. if test "${enable_doc+set}" = set; then : enableval=$enable_doc; enable_doc=$enableval else enable_doc=yes fi if test "$enable_doc" != "no"; then ENABLE_DOC_TRUE= ENABLE_DOC_FALSE='#' else ENABLE_DOC_TRUE='#' ENABLE_DOC_FALSE= fi if test "$ac_cv_libunistring" = "yes";then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing uc_joining_type" >&5 $as_echo_n "checking for library containing uc_joining_type... " >&6; } if ${ac_cv_search_uc_joining_type+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char uc_joining_type (); int main () { return uc_joining_type (); ; return 0; } _ACEOF for ac_lib in '' unistring; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_uc_joining_type=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_uc_joining_type+:} false; then : break fi done if ${ac_cv_search_uc_joining_type+:} false; then : else ac_cv_search_uc_joining_type=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_uc_joining_type" >&5 $as_echo "$ac_cv_search_uc_joining_type" >&6; } ac_res=$ac_cv_search_uc_joining_type if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else ac_cv_libunistring=no fi fi if test "$ac_cv_libunistring" = "yes"; then HAVE_LIBUNISTRING_TRUE= HAVE_LIBUNISTRING_FALSE='#' else HAVE_LIBUNISTRING_TRUE='#' HAVE_LIBUNISTRING_FALSE= fi ac_config_files="$ac_config_files Makefile doc/Makefile doc/reference/Makefile doc/reference/version.xml examples/Makefile lib/idn2.h lib/Makefile unistring/Makefile gl/Makefile libidn2.pc po/Makefile.in src/Makefile tests/Makefile fuzz/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${cross_compiling_TRUE}" && test -z "${cross_compiling_FALSE}"; then as_fn_error $? "conditional \"cross_compiling\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ERRNO_H_TRUE}" && test -z "${GL_GENERATE_ERRNO_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ERRNO_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_LD_VERSION_SCRIPT_TRUE}" && test -z "${HAVE_LD_VERSION_SCRIPT_FALSE}"; then as_fn_error $? "conditional \"HAVE_LD_VERSION_SCRIPT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_LIMITS_H_TRUE}" && test -z "${GL_GENERATE_LIMITS_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_LIMITS_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi CONFIG_INCLUDE=config.h if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDARG_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_LIMITS_H_TRUE}" && test -z "${GL_GENERATE_LIMITS_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_LIMITS_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi gl_LIBOBJS=$gl_libobjs gl_LTLIBOBJS=$gl_ltlibobjs gltests_libobjs= gltests_ltlibobjs= if test -n "$gltests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gltests_libobjs="$gltests_libobjs $i.$ac_objext" gltests_ltlibobjs="$gltests_ltlibobjs $i.lo" done fi gltests_LIBOBJS=$gltests_libobjs gltests_LTLIBOBJS=$gltests_ltlibobjs if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ICONV_H_TRUE}" && test -z "${GL_GENERATE_ICONV_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ICONV_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ICONV_H_TRUE}" && test -z "${GL_GENERATE_ICONV_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ICONV_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ICONV_H_TRUE}" && test -z "${GL_GENERATE_ICONV_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ICONV_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_ENC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNINORM_COMPOSITION\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNINORM_NFC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNINORM_NFD\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U32_CPY\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U32_STRLEN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_CHECK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_PREV\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi unistring_libobjs= unistring_ltlibobjs= if test -n "$unistring_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $unistring_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do unistring_libobjs="$unistring_libobjs $i.$ac_objext" unistring_ltlibobjs="$unistring_ltlibobjs $i.lo" done fi unistring_LIBOBJS=$unistring_libobjs unistring_LTLIBOBJS=$unistring_ltlibobjs unistringtests_libobjs= unistringtests_ltlibobjs= if test -n "$unistringtests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $unistringtests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do unistringtests_libobjs="$unistringtests_libobjs $i.$ac_objext" unistringtests_ltlibobjs="$unistringtests_ltlibobjs $i.lo" done fi unistringtests_LIBOBJS=$unistringtests_libobjs unistringtests_LTLIBOBJS=$unistringtests_ltlibobjs if test -z "${HAVE_GTK_DOC_TRUE}" && test -z "${HAVE_GTK_DOC_FALSE}"; then as_fn_error $? "conditional \"HAVE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${CODE_COVERAGE_ENABLED_TRUE}" && test -z "${CODE_COVERAGE_ENABLED_FALSE}"; then as_fn_error $? "conditional \"CODE_COVERAGE_ENABLED\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_DOC_TRUE}" && test -z "${ENABLE_DOC_FALSE}"; then as_fn_error $? "conditional \"ENABLE_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_LIBUNISTRING_TRUE}" && test -z "${HAVE_LIBUNISTRING_FALSE}"; then as_fn_error $? "conditional \"HAVE_LIBUNISTRING\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by libidn2 $as_me 2.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_links="$ac_config_links" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration links: $config_links Configuration commands: $config_commands Report bugs to . libidn2 home page: .dnl " _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ libidn2 config.status 2.0.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in AS \ DLLTOOL \ OBJDUMP \ SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ lt_cv_nm_interface \ nm_file_list_spec \ lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ configure_time_dlsearch_path \ configure_time_lt_sys_library_path; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile' GNUmakefile=$GNUmakefile # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "$GNUmakefile") CONFIG_LINKS="$CONFIG_LINKS $GNUmakefile:$GNUmakefile" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/reference/Makefile") CONFIG_FILES="$CONFIG_FILES doc/reference/Makefile" ;; "doc/reference/version.xml") CONFIG_FILES="$CONFIG_FILES doc/reference/version.xml" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "lib/idn2.h") CONFIG_FILES="$CONFIG_FILES lib/idn2.h" ;; "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "unistring/Makefile") CONFIG_FILES="$CONFIG_FILES unistring/Makefile" ;; "gl/Makefile") CONFIG_FILES="$CONFIG_FILES gl/Makefile" ;; "libidn2.pc") CONFIG_FILES="$CONFIG_FILES libidn2.pc" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "fuzz/Makefile") CONFIG_FILES="$CONFIG_FILES fuzz/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :L) # # CONFIG_LINK # if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then : else # Prefer the file from the source tree if names are identical. if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then ac_source=$srcdir/$ac_source fi { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;} if test ! -r "$ac_source"; then as_fn_error $? "$ac_source: file not found" "$LINENO" 5 fi rm -f "$ac_file" # Try a relative symlink, then a hard link, then a copy. case $ac_source in [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;; *) ac_rel_source=$ac_top_build_prefix$ac_source ;; esac ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || ln "$ac_source" "$ac_file" 2>/dev/null || cp -p "$ac_source" "$ac_file" || as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 fi ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The names of the tagged configurations supported by this script. available_tags='' # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Assembler program. AS=$lt_AS # DLL creation program. DLLTOOL=$lt_DLLTOOL # Object dumper program. OBJDUMP=$lt_OBJDUMP # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shared archive member basename,for filename based shared library versioning on AIX. shared_archive_member_spec=$shared_archive_member_spec # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm into a list of symbols to manually relocate. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name lister interface. nm_interface=$lt_lt_cv_nm_interface # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot # Command to truncate a binary pipe. lt_truncate_bin=$lt_lt_cv_truncate_bin # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Detected run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi { $as_echo "$as_me:${as_lineno-$LINENO}: Summary of build options: Version: ${PACKAGE_VERSION} Host OS: ${host_os} Install prefix: ${prefix} Compiler: ${CC} Warning flags: ${WARN_CFLAGS} CFLAGS: ${CFLAGS} ${CPPFLAGS} LDFlags: ${LDFLAGS} Documentation: ${enable_doc} Library types: Shared=${enable_shared}, Static=${enable_static} Libiconv: $am_cv_func_iconv $LTLIBICONV Libunistring: $ac_cv_libunistring $LIBUNISTRING_VERSION $LTLIBUNISTRING Valgrind: ${VALGRIND} Version script: $have_ld_version_script " >&5 $as_echo "$as_me: Summary of build options: Version: ${PACKAGE_VERSION} Host OS: ${host_os} Install prefix: ${prefix} Compiler: ${CC} Warning flags: ${WARN_CFLAGS} CFLAGS: ${CFLAGS} ${CPPFLAGS} LDFlags: ${LDFLAGS} Documentation: ${enable_doc} Library types: Shared=${enable_shared}, Static=${enable_static} Libiconv: $am_cv_func_iconv $LTLIBICONV Libunistring: $ac_cv_libunistring $LIBUNISTRING_VERSION $LTLIBUNISTRING Valgrind: ${VALGRIND} Version script: $have_ld_version_script " >&6;} libidn2-2.0.4/NEWS0000644000000000000000000002054713151517042010435 00000000000000Libidn2 NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2011-2017 Simon Josefsson See the end for copying conditions. * Version 2.0.4 (released 2017-08-30) ** Fix integer overflow in bidi.c/_isBidi() ** Fix integer overflow in puny_decode.c/decode_digit() ** Improve docs ** Fix idna_free() to idn_free() ** Update fuzzer corpora * Version 2.0.3 (released 2017-07-24) [beta] ** %IDN2_USE_STD3_ASCII_RULES disabled by default. Previously we were eliminating non-STD3 characters from domain strings such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 functions. That was an unexpected regression for applications switching from libidn and thus it is no longer applied by default. Use %IDN2_USE_STD3_ASCII_RULES to enable that behavior again. ** Fix several documentation issues ** Fix build issues ** Modernize gtk-doc build infrastructure. * Version 2.0.2 (released 2017-04-27) [beta] ** Fix TR46 transitional mode ** Fix build issue on OSX ** Fix several documentation issues * Version 2.0.1 (released 2017-04-22) [beta] ** idn2 utility now using IDNA2008 + TR46 by default ** Several doc fixes * Version 2.0.0 (released 2017-03-29) [beta] ** Version numbering scheme changed ** Added to ASCII conversion functions corresponding to libidn1 functions: - idn2_to_ascii_4i - idn2_to_ascii_4z - idn2_to_ascii_8z - idn2_to_ascii_lz ** Added to unicode conversion functions corresponding to libidn1 functions: - idn2_to_unicode_8z4z - idn2_to_unicode_4z4z - idn2_to_unicode_44i - idn2_to_unicode_8z8z - idn2_to_unicode_8zlz - idn2_to_unicode_lzlz ** The idn2 manual page is generated from markdown text instead of utilizing ** help2man on the generated tool. ** Including idn2.h will provide libidn1 compatibility functions ** unless IDN2_SKIP_LIBIDN_COMPAT is defined. That allows converting ** applications from libidn1 (which offers IDNA2003) to libidn2 (which ** offers IDNA2008) by replacing idna.h to idn2.h in the applications' ** source. ** API and ABI is backwards compatible with the previous version. * Version 0.16 (released 2017-01-16) [alpha] ** build: Fix idn2_cmd.h build rule. ** API and ABI is backwards compatible with the previous version. * Version 0.15 (released 2017-01-14) [alpha] ** Fix out-of-bounds read. ** Fix NFC input conversion (regression). ** Shrink TR46 static mapping data. ** API and ABI is backwards compatible with the previous version. * Version 0.14 (released 2016-12-30) [alpha] ** build: Fix gentr46map build. ** API and ABI is backwards compatible with the previous version. * Version 0.13 (released 2016-12-29) [alpha] ** build: Doesn't download external files during build. ** doc: Clarify license. ** build: Generate ChangeLog file properly. ** doc: API documentation related to TR46 flags. ** API and ABI is backwards compatible with the previous version. * Version 0.12 (released 2016-12-26) [alpha] ** All changes by Tim Rühsen except stated otherwise. ** Builds/links with libunistring. ** Fix two possible crashes with unchecked NULL pointers. ** Memleak fix. Reported by Hanno Böck . ** Binary search for codepoints in tables. ** Do not taint output variable on error in idn2_register_u8(). ** Do not taint output variable on error in idn2_lookup_u8(). ** Update to Unicode 6.3.0 IDNA tables. ** Add TR46 / UTS#46 support to API and idn2 utility. ** Add NFC quick check. ** Add make target 'check-coverage' for test coverage report. ** Add tests to increase test code coverage. ** API and ABI is backwards compatible with the previous version. * Version 0.11 (released 2016-11-03) [alpha] ** Fix stack underflow in 'idn2' command line tool. Reported by Hanno Böck . ** Fix gdoc script to fix texinfo syntax error. ** Fix build failure of self-tests on platforms without version scripts. Reported by Dagobert Michelsen . ** API and ABI is backwards compatible with the previous version. * Version 0.10 (released 2014-06-25) [alpha] ** Update gnulib files. ** Dual-license the library. ** API and ABI is backwards compatible with the previous version. * Version 0.9 (released 2013-07-23) [alpha] ** Fix broken IANA link. Apparently IANA does not provide persistant URLs to their registries. ** Fix automake bootstrap issue. ** Update gnulib files. ** API and ABI is backwards compatible with the previous version. * Version 0.8 (released 2011-09-28) [alpha] ** idn2: Fix build warnings. Reported by Didier Raboud in . ** Update gnulib files. ** API and ABI is backwards compatible with the previous version. * Version 0.7 (released 2011-08-11) [alpha] ** libidn2: Fix missing strchrnul and strverscmp uses. Reported by Ray Satiro . ** Update gnulib files. ** API and ABI is backwards compatible with the previous version. * Version 0.6 (released 2011-05-25) [alpha] ** tests: Use -no-install instead of -static to fix --disable-static. Reported by Robert Scheck . ** API and ABI is backwards compatible with the previous version. * Version 0.5 (released 2011-05-18) [alpha] ** Fix NFC check to compare entire strings. Some non-NFC strings were permitted when they should have been rejected. Reported by Robert Scheck . ** Self tests are not run under valgrind by default anymore. Use --enable-valgrind-tests if you want to run self tests under valgrind. The reason was that there were too many false positives on some platforms with valgrind issues in system libraries. Self tests are still run under valgrind by default when building from version controlled sources. ** API and ABI is backwards compatible with the previous version. * Version 0.4 (released 2011-05-06) [alpha] ** libidn2: Fix domain name maximum size issue. Domain names in string representation can be 254 characters long if they end with a period, or 253 characters long if they don't end with a period. The code got this wrong and used 255 characters all the time. The documentation for the IDN2_DOMAIN_MAX_LENGTH constant is improved. We now pass two more of the IdnaTest.txt test vectors. Reported by "Abdulrahman I. ALGhadir" and explanation from Markus Scherer . ** tests: Added several new Arabic test vectors. From "Abdulrahman I. ALGhadir" . ** API and ABI is backwards compatible with the previous version. * Version 0.3 (released 2011-04-20) [alpha] ** doc: Added Texinfo manual. ** doc: Added man pages for all API functions. ** examples: Added examples/lookup and examples/register as demo. ** API and ABI is backwards compatible with the previous version. * Version 0.2 (released 2011-03-30) [alpha] ** Added command line tool "idn2". ** Added more test vectors from Unicode. ** API and ABI is backwards compatible with the previous version. * Version 0.1 (released 2011-03-29) [alpha] ** IDNA2008 Lookup+Register functions are now operational. The implementation is still subject to changes, and thus no API/ABI stability guarantees are made. We are now inviting comments both on the API (as before) but also on the actual behaviour. Any unexpected outputs are from here on considered as real bugs. ** API and ABI is backwards compatible with the previous version. * Version 0.0 (released 2011-03-09) [alpha] ** Initial draft release for public review of the API. IDNA2008-Lookup is fully implemented except for 1) the optional round-trip conversion part, and 2) the context rules are not implemented. IDNA2008-Register is not yet implemented. The implementation is known to be sub-optimal and ugly, please review the interface and ignore the code! Several changes are planned in the internal implementation. ---------------------------------------------------------------------- This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this file. If not, see . libidn2-2.0.4/build-aux/0000755000000000000000000000000013151533501011676 500000000000000libidn2-2.0.4/build-aux/config.guess0000755000000000000000000012636313150763762014166 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. timestamp='2017-07-19' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval $set_cc_for_build cat <<-EOF > $dummy.c #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ /sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || \ echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "${UNAME_MACHINE_ARCH}" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; e2k:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; k1om:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; mips64el:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval $set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_PPC >/dev/null then UNAME_PROCESSOR=powerpc fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-*:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; NSX-*:NONSTOP_KERNEL:*:*) echo nsx-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac cat >&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libidn2-2.0.4/build-aux/texinfo.tex0000644000000000000000000134653513150763762014052 00000000000000% texinfo.tex -- TeX macros to handle Texinfo files. % % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % \def\texinfoversion{2017-07-04.16} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, % 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 % Free Software Foundation, Inc. % % This texinfo.tex file is free software: you can redistribute it and/or % modify it under the terms of the GNU General Public License as % published by the Free Software Foundation, either version 3 of the % License, or (at your option) any later version. % % This texinfo.tex file is distributed in the hope that it will be % useful, but WITHOUT ANY WARRANTY; without even the implied warranty % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU % General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program. If not, see . % % As a special exception, when this file is read by TeX when processing % a Texinfo source document, you may use the result without % restriction. This Exception is an additional permission under section 7 % of the GNU General Public License, version 3 ("GPLv3"). % % Please try the latest version of texinfo.tex before submitting bug % reports; you can get the latest version from: % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or % http://www.gnu.org/software/texinfo/ (the Texinfo home page) % The texinfo.tex in any given distribution could well be out % of date, so if that's what you're using, please check. % % Send bug reports to bug-texinfo@gnu.org. Please include including a % complete document in each bug report with which we can reproduce the % problem. Patches are, of course, greatly appreciated. % % To process a Texinfo manual with TeX, it's most reliable to use the % texi2dvi shell script that comes with the distribution. For a simple % manual foo.texi, however, you can get away with this: % tex foo.texi % texindex foo.?? % tex foo.texi % tex foo.texi % dvips foo.dvi -o # or whatever; this makes foo.ps. % The extra TeX runs get the cross-reference information correct. % Sometimes one run after texindex suffices, and sometimes you need more % than two; texi2dvi does it as many times as necessary. % % It is possible to adapt texinfo.tex for other languages, to some % extent. You can get the existing language-specific files from the % full Texinfo distribution. % % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. \message{Loading texinfo [version \texinfoversion]:} % If in a .fmt file, print the version number % and turn on active characters that we couldn't do earlier because % they might have appeared in the input file name. \everyjob{\message{[Texinfo version \texinfoversion]}% \catcode`+=\active \catcode`\_=\active} % LaTeX's \typeout. This ensures that the messages it is used for % are identical in format to the corresponding ones from latex/pdflatex. \def\typeout{\immediate\write17}% \chardef\other=12 % We never want plain's \outer definition of \+ in Texinfo. % For @tex, we can use \tabalign. \let\+ = \relax % Save some plain tex macros whose names we will redefine. \let\ptexb=\b \let\ptexbullet=\bullet \let\ptexc=\c \let\ptexcomma=\, \let\ptexdot=\. \let\ptexdots=\dots \let\ptexend=\end \let\ptexequiv=\equiv \let\ptexexclam=\! \let\ptexfootnote=\footnote \let\ptexgtr=> \let\ptexhat=^ \let\ptexi=\i \let\ptexindent=\indent \let\ptexinsert=\insert \let\ptexlbrace=\{ \let\ptexless=< \let\ptexnewwrite\newwrite \let\ptexnoindent=\noindent \let\ptexplus=+ \let\ptexraggedright=\raggedright \let\ptexrbrace=\} \let\ptexslash=\/ \let\ptexsp=\sp \let\ptexstar=\* \let\ptexsup=\sup \let\ptext=\t \let\ptextop=\top {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode % If this character appears in an error message or help string, it % starts a new line in the output. \newlinechar = `^^J % Use TeX 3.0's \inputlineno to get the line number, for better error % messages, but if we're using an old version of TeX, don't do anything. % \ifx\inputlineno\thisisundefined \let\linenumber = \empty % Pre-3.0. \else \def\linenumber{l.\the\inputlineno:\space} \fi % Set up fixed words for English if not already set. \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi \ifx\putworderror\undefined \gdef\putworderror{error}\fi \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi \ifx\putwordin\undefined \gdef\putwordin{in}\fi \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi \ifx\putwordof\undefined \gdef\putwordof{of}\fi \ifx\putwordon\undefined \gdef\putwordon{on}\fi \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi % \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi % \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi % Give the space character the catcode for a space. \def\spaceisspace{\catcode`\ =10\relax} % Likewise for ^^M, the end of line character. \def\endlineisspace{\catcode13=10\relax} \chardef\dashChar = `\- \chardef\slashChar = `\/ \chardef\underChar = `\_ % Ignore a token. % \def\gobble#1{} % The following is used inside several \edef's. \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} % Hyphenation fixes. \hyphenation{ Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script ap-pen-dix bit-map bit-maps data-base data-bases eshell fall-ing half-way long-est man-u-script man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces spell-ing spell-ings stand-alone strong-est time-stamp time-stamps which-ever white-space wide-spread wrap-around } % Sometimes it is convenient to have everything in the transcript file % and nothing on the terminal. We don't just call \tracingall here, % since that produces some useless output on the terminal. We also make % some effort to order the tracing commands to reduce output in the log % file; cf. trace.sty in LaTeX. % \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}% \def\loggingall{% \tracingstats2 \tracingpages1 \tracinglostchars2 % 2 gives us more in etex \tracingparagraphs1 \tracingoutput1 \tracingmacros2 \tracingrestores1 \showboxbreadth\maxdimen \showboxdepth\maxdimen \ifx\eTeXversion\thisisundefined\else % etex gives us more logging \tracingscantokens1 \tracingifs1 \tracinggroups1 \tracingnesting2 \tracingassigns1 \fi \tracingcommands3 % 3 gives us more in etex \errorcontextlines16 }% % @errormsg{MSG}. Do the index-like expansions on MSG, but if things % aren't perfect, it's not the end of the world, being an error message, % after all. % \def\errormsg{\begingroup \indexnofonts \doerrormsg} \def\doerrormsg#1{\errmessage{#1}} % add check for \lastpenalty to plain's definitions. If the last thing % we did was a \nobreak, we don't want to insert more space. % \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount \removelastskip\penalty-50\smallskip\fi\fi} \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount \removelastskip\penalty-100\medskip\fi\fi} \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount \removelastskip\penalty-200\bigskip\fi\fi} % Output routine % % For a final copy, take out the rectangles % that mark overfull boxes (in case you have decided % that the text looks ok even though it passes the margin). % \def\finalout{\overfullrule=0pt } % Do @cropmarks to get crop marks. % \newif\ifcropmarks \let\cropmarks = \cropmarkstrue % % Dimensions to add cropmarks at corners. % Added by P. A. MacKay, 12 Nov. 1986 % \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines \newdimen\cornerlong \cornerlong=1pc \newdimen\cornerthick \cornerthick=.3pt \newdimen\topandbottommargin \topandbottommargin=.75in % Output a mark which sets \thischapter, \thissection and \thiscolor. % We dump everything together because we only have one kind of mark. % This works because we only use \botmark / \topmark, not \firstmark. % % A mark contains a subexpression of the \ifcase ... \fi construct. % \get*marks macros below extract the needed part using \ifcase. % % Another complication is to let the user choose whether \thischapter % (\thissection) refers to the chapter (section) in effect at the top % of a page, or that at the bottom of a page. % \domark is called twice inside \chapmacro, to add one % mark before the section break, and one after. % In the second call \prevchapterdefs is the same as \lastchapterdefs, % and \prevsectiondefs is the same as \lastsectiondefs. % Then if the page is not broken at the mark, some of the previous % section appears on the page, and we can get the name of this section % from \firstmark for @everyheadingmarks top. % @everyheadingmarks bottom uses \botmark. % % See page 260 of The TeXbook. \def\domark{% \toks0=\expandafter{\lastchapterdefs}% \toks2=\expandafter{\lastsectiondefs}% \toks4=\expandafter{\prevchapterdefs}% \toks6=\expandafter{\prevsectiondefs}% \toks8=\expandafter{\lastcolordefs}% \mark{% \the\toks0 \the\toks2 % 0: marks for @everyheadingmarks top \noexpand\or \the\toks4 \the\toks6 % 1: for @everyheadingmarks bottom \noexpand\else \the\toks8 % 2: color marks }% } % \gettopheadingmarks, \getbottomheadingmarks, % \getcolormarks - extract needed part of mark. % % \topmark doesn't work for the very first chapter (after the title % page or the contents), so we use \firstmark there -- this gets us % the mark with the chapter defs, unless the user sneaks in, e.g., % @setcolor (or @url, or @link, etc.) between @contents and the very % first @chapter. \def\gettopheadingmarks{% \ifcase0\topmark\fi \ifx\thischapter\empty \ifcase0\firstmark\fi \fi } \def\getbottomheadingmarks{\ifcase1\botmark\fi} \def\getcolormarks{\ifcase2\topmark\fi} % Avoid "undefined control sequence" errors. \def\lastchapterdefs{} \def\lastsectiondefs{} \def\lastsection{} \def\prevchapterdefs{} \def\prevsectiondefs{} \def\lastcolordefs{} % Margin to add to right of even pages, to left of odd pages. \newdimen\bindingoffset \newdimen\normaloffset \newdimen\txipagewidth \newdimen\txipageheight % Main output routine. % \chardef\PAGE = 255 \output = {\onepageout{\pagecontents\PAGE}} \newbox\headlinebox \newbox\footlinebox % \onepageout takes a vbox as an argument. % \shipout a vbox for a single page, adding an optional header, footer, % cropmarks, and footnote. This also causes index entries for this page % to be written to the auxiliary files. % \def\onepageout#1{% \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi % \ifodd\pageno \advance\hoffset by \bindingoffset \else \advance\hoffset by -\bindingoffset\fi % % Common context changes for both heading and footing. % Do this outside of the \shipout so @code etc. will be expanded in % the headline as they should be, not taken literally (outputting ''code). \def\commmonheadfootline{\let\hsize=\txipagewidth \texinfochars} % % Retrieve the information for the headings from the marks in the page, % and call Plain TeX's \makeheadline and \makefootline, which use the % values in \headline and \footline. % % This is used to check if we are on the first page of a chapter. \ifcase1\topmark\fi \let\prevchaptername\thischaptername \ifcase0\firstmark\fi \let\curchaptername\thischaptername % \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi % \ifx\curchaptername\prevchaptername \let\thischapterheading\thischapter \else % \thischapterheading is the same as \thischapter except it is blank % for the first page of a chapter. This is to prevent the chapter name % being shown twice. \def\thischapterheading{}% \fi % \global\setbox\headlinebox = \vbox{\commmonheadfootline \makeheadline}% \global\setbox\footlinebox = \vbox{\commmonheadfootline \makefootline}% % {% % Set context for writing to auxiliary files like index files. % Have to do this stuff outside the \shipout because we want it to % take effect in \write's, yet the group defined by the \vbox ends % before the \shipout runs. % \indexdummies % don't expand commands in the output. \normalturnoffactive % \ in index entries must not stay \, e.g., if % the page break happens to be in the middle of an example. % We don't want .vr (or whatever) entries like this: % \entry{{\indexbackslash }acronym}{32}{\code {\acronym}} % "\acronym" won't work when it's read back in; % it needs to be % {\code {{\backslashcurfont }acronym} \shipout\vbox{% % Do this early so pdf references go to the beginning of the page. \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi % \ifcropmarks \vbox to \outervsize\bgroup \hsize = \outerhsize \vskip-\topandbottommargin \vtop to0pt{% \line{\ewtop\hfil\ewtop}% \nointerlineskip \line{% \vbox{\moveleft\cornerthick\nstop}% \hfill \vbox{\moveright\cornerthick\nstop}% }% \vss}% \vskip\topandbottommargin \line\bgroup \hfil % center the page within the outer (page) hsize. \ifodd\pageno\hskip\bindingoffset\fi \vbox\bgroup \fi % \unvbox\headlinebox \pagebody{#1}% \ifdim\ht\footlinebox > 0pt % Only leave this space if the footline is nonempty. % (We lessened \vsize for it in \oddfootingyyy.) % The \baselineskip=24pt in plain's \makefootline has no effect. \vskip 24pt \unvbox\footlinebox \fi % \ifcropmarks \egroup % end of \vbox\bgroup \hfil\egroup % end of (centering) \line\bgroup \vskip\topandbottommargin plus1fill minus1fill \boxmaxdepth = \cornerthick \vbox to0pt{\vss \line{% \vbox{\moveleft\cornerthick\nsbot}% \hfill \vbox{\moveright\cornerthick\nsbot}% }% \nointerlineskip \line{\ewbot\hfil\ewbot}% }% \egroup % \vbox from first cropmarks clause \fi }% end of \shipout\vbox }% end of group with \indexdummies \advancepageno \ifnum\outputpenalty>-20000 \else\dosupereject\fi } \newinsert\margin \dimen\margin=\maxdimen % Main part of page, including any footnotes \def\pagebody#1{\vbox to\txipageheight{\boxmaxdepth=\maxdepth #1}} {\catcode`\@ =11 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi % marginal hacks, juha@viisa.uucp (Juha Takala) \ifvoid\margin\else % marginal info is present \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi \dimen@=\dp#1\relax \unvbox#1\relax \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi \ifr@ggedbottom \kern-\dimen@ \vfil \fi} } % Here are the rules for the cropmarks. Note that they are % offset so that the space between them is truly \outerhsize or \outervsize % (P. A. MacKay, 12 November, 1986) % \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} \def\nstop{\vbox {\hrule height\cornerthick depth\cornerlong width\cornerthick}} \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} \def\nsbot{\vbox {\hrule height\cornerlong depth\cornerthick width\cornerthick}} % Argument parsing % Parse an argument, then pass it to #1. The argument is the rest of % the input line (except we remove a trailing comment). #1 should be a % macro which expects an ordinary undelimited TeX argument. % For example, \def\foo{\parsearg\fooxxx}. % \def\parsearg{\parseargusing{}} \def\parseargusing#1#2{% \def\argtorun{#2}% \begingroup \obeylines \spaceisspace #1% \parseargline\empty% Insert the \empty token, see \finishparsearg below. } {\obeylines % \gdef\parseargline#1^^M{% \endgroup % End of the group started in \parsearg. \argremovecomment #1\comment\ArgTerm% }% } % First remove any @comment, then any @c comment. Also remove a @texinfoc % comment (see \scanmacro for details). Pass the result on to \argcheckspaces. \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} \def\argremovec#1\c#2\ArgTerm{\argremovetexinfoc #1\texinfoc\ArgTerm} \def\argremovetexinfoc#1\texinfoc#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} % Each occurrence of `\^^M' or `\^^M' is replaced by a single space. % % \argremovec might leave us with trailing space, e.g., % @end itemize @c foo % This space token undergoes the same procedure and is eventually removed % by \finishparsearg. % \def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M} \def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M} \def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{% \def\temp{#3}% \ifx\temp\empty % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: \let\temp\finishparsearg \else \let\temp\argcheckspaces \fi % Put the space token in: \temp#1 #3\ArgTerm } % If a _delimited_ argument is enclosed in braces, they get stripped; so % to get _exactly_ the rest of the line, we had to prevent such situation. % We prepended an \empty token at the very beginning and we expand it now, % just before passing the control to \argtorun. % (Similarly, we have to think about #3 of \argcheckspacesY above: it is % either the null string, or it ends with \^^M---thus there is no danger % that a pair of braces would be stripped. % % But first, we have to remove the trailing space token. % \def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}} % \parseargdef - define a command taking an argument on the line % % \parseargdef\foo{...} % is roughly equivalent to % \def\foo{\parsearg\Xfoo} % \def\Xfoo#1{...} \def\parseargdef#1{% \expandafter \doparseargdef \csname\string#1\endcsname #1% } \def\doparseargdef#1#2{% \def#2{\parsearg#1}% \def#1##1% } % Several utility definitions with active space: { \obeyspaces \gdef\obeyedspace{ } % Make each space character in the input produce a normal interword % space in the output. Don't allow a line break at this space, as this % is used only in environments like @example, where each line of input % should produce a line of output anyway. % \gdef\sepspaces{\obeyspaces\let =\tie} % If an index command is used in an @example environment, any spaces % therein should become regular spaces in the raw index file, not the % expansion of \tie (\leavevmode \penalty \@M \ ). \gdef\unsepspaces{\let =\space} } \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next} % Define the framework for environments in texinfo.tex. It's used like this: % % \envdef\foo{...} % \def\Efoo{...} % % It's the responsibility of \envdef to insert \begingroup before the % actual body; @end closes the group after calling \Efoo. \envdef also % defines \thisenv, so the current environment is known; @end checks % whether the environment name matches. The \checkenv macro can also be % used to check whether the current environment is the one expected. % % Non-false conditionals (@iftex, @ifset) don't fit into this, so they % are not treated as environments; they don't open a group. (The % implementation of @end takes care not to call \endgroup in this % special case.) % At run-time, environments start with this: \def\startenvironment#1{\begingroup\def\thisenv{#1}} % initialize \let\thisenv\empty % ... but they get defined via ``\envdef\foo{...}'': \long\def\envdef#1#2{\def#1{\startenvironment#1#2}} \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}} % Check whether we're in the right environment: \def\checkenv#1{% \def\temp{#1}% \ifx\thisenv\temp \else \badenverr \fi } % Environment mismatch, #1 expected: \def\badenverr{% \errhelp = \EMsimple \errmessage{This command can appear only \inenvironment\temp, not \inenvironment\thisenv}% } \def\inenvironment#1{% \ifx#1\empty outside of any environment% \else in environment \expandafter\string#1% \fi } % @end foo executes the definition of \Efoo. % But first, it executes a specialized version of \checkenv % \parseargdef\end{% \if 1\csname iscond.#1\endcsname \else % The general wording of \badenverr may not be ideal. \expandafter\checkenv\csname#1\endcsname \csname E#1\endcsname \endgroup \fi } \newhelp\EMsimple{Press RETURN to continue.} % Be sure we're in horizontal mode when doing a tie, since we make space % equivalent to this in @example-like environments. Otherwise, a space % at the beginning of a line will start with \penalty -- and % since \penalty is valid in vertical mode, we'd end up putting the % penalty on the vertical list instead of in the new paragraph. {\catcode`@ = 11 % Avoid using \@M directly, because that causes trouble % if the definition is written into an index file. \global\let\tiepenalty = \@M \gdef\tie{\leavevmode\penalty\tiepenalty\ } } % @: forces normal size whitespace following. \def\:{\spacefactor=1000 } % @* forces a line break. \def\*{\unskip\hfil\break\hbox{}\ignorespaces} % @/ allows a line break. \let\/=\allowbreak % @. is an end-of-sentence period. \def\.{.\spacefactor=\endofsentencespacefactor\space} % @! is an end-of-sentence bang. \def\!{!\spacefactor=\endofsentencespacefactor\space} % @? is an end-of-sentence query. \def\?{?\spacefactor=\endofsentencespacefactor\space} % @frenchspacing on|off says whether to put extra space after punctuation. % \def\onword{on} \def\offword{off} % \parseargdef\frenchspacing{% \def\temp{#1}% \ifx\temp\onword \plainfrenchspacing \else\ifx\temp\offword \plainnonfrenchspacing \else \errhelp = \EMsimple \errmessage{Unknown @frenchspacing option `\temp', must be on|off}% \fi\fi } % @w prevents a word break. Without the \leavevmode, @w at the % beginning of a paragraph, when TeX is still in vertical mode, would % produce a whole line of output instead of starting the paragraph. \def\w#1{\leavevmode\hbox{#1}} % @group ... @end group forces ... to be all on one page, by enclosing % it in a TeX vbox. We use \vtop instead of \vbox to construct the box % to keep its height that of a normal line. According to the rules for % \topskip (p.114 of the TeXbook), the glue inserted is % max (\topskip - \ht (first item), 0). If that height is large, % therefore, no glue is inserted, and the space between the headline and % the text is small, which looks bad. % % Another complication is that the group might be very large. This can % cause the glue on the previous page to be unduly stretched, because it % does not have much material. In this case, it's better to add an % explicit \vfill so that the extra space is at the bottom. The % threshold for doing this is if the group is more than \vfilllimit % percent of a page (\vfilllimit can be changed inside of @tex). % \newbox\groupbox \def\vfilllimit{0.7} % \envdef\group{% \ifnum\catcode`\^^M=\active \else \errhelp = \groupinvalidhelp \errmessage{@group invalid in context where filling is enabled}% \fi \startsavinginserts % \setbox\groupbox = \vtop\bgroup % Do @comment since we are called inside an environment such as % @example, where each end-of-line in the input causes an % end-of-line in the output. We don't want the end-of-line after % the `@group' to put extra space in the output. Since @group % should appear on a line by itself (according to the Texinfo % manual), we don't worry about eating any user text. \comment } % % The \vtop produces a box with normal height and large depth; thus, TeX puts % \baselineskip glue before it, and (when the next line of text is done) % \lineskip glue after it. Thus, space below is not quite equal to space % above. But it's pretty close. \def\Egroup{% % To get correct interline space between the last line of the group % and the first line afterwards, we have to propagate \prevdepth. \endgraf % Not \par, as it may have been set to \lisppar. \global\dimen1 = \prevdepth \egroup % End the \vtop. \addgroupbox \prevdepth = \dimen1 \checkinserts } \def\addgroupbox{ % \dimen0 is the vertical size of the group's box. \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox % \dimen2 is how much space is left on the page (more or less). \dimen2 = \txipageheight \advance\dimen2 by -\pagetotal % if the group doesn't fit on the current page, and it's a big big % group, force a page break. \ifdim \dimen0 > \dimen2 \ifdim \pagetotal < \vfilllimit\txipageheight \page \fi \fi \box\groupbox } % % TeX puts in an \escapechar (i.e., `@') at the beginning of the help % message, so this ends up printing `@group can only ...'. % \newhelp\groupinvalidhelp{% group can only be used in environments such as @example,^^J% where each line of input produces a line of output.} % @need space-in-mils % forces a page break if there is not space-in-mils remaining. \newdimen\mil \mil=0.001in \parseargdef\need{% % Ensure vertical mode, so we don't make a big box in the middle of a % paragraph. \par % % If the @need value is less than one line space, it's useless. \dimen0 = #1\mil \dimen2 = \ht\strutbox \advance\dimen2 by \dp\strutbox \ifdim\dimen0 > \dimen2 % % Do a \strut just to make the height of this box be normal, so the % normal leading is inserted relative to the preceding line. % And a page break here is fine. \vtop to #1\mil{\strut\vfil}% % % TeX does not even consider page breaks if a penalty added to the % main vertical list is 10000 or more. But in order to see if the % empty box we just added fits on the page, we must make it consider % page breaks. On the other hand, we don't want to actually break the % page after the empty box. So we use a penalty of 9999. % % There is an extremely small chance that TeX will actually break the % page at this \penalty, if there are no other feasible breakpoints in % sight. (If the user is using lots of big @group commands, which % almost-but-not-quite fill up a page, TeX will have a hard time doing % good page breaking, for example.) However, I could not construct an % example where a page broke at this \penalty; if it happens in a real % document, then we can reconsider our strategy. \penalty9999 % % Back up by the size of the box, whether we did a page break or not. \kern -#1\mil % % Do not allow a page break right after this kern. \nobreak \fi } % @br forces paragraph break (and is undocumented). \let\br = \par % @page forces the start of a new page. % \def\page{\par\vfill\supereject} % @exdent text.... % outputs text on separate line in roman font, starting at standard page margin % This records the amount of indent in the innermost environment. % That's how much \exdent should take out. \newskip\exdentamount % This defn is used inside fill environments such as @defun. \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} % This defn is used inside nofill environments such as @example. \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount \leftline{\hskip\leftskip{\rm#1}}}} % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current % paragraph. For more general purposes, use the \margin insertion % class. WHICH is `l' or `r'. Not documented, written for gawk manual. % \newskip\inmarginspacing \inmarginspacing=1cm \def\strutdepth{\dp\strutbox} % \def\doinmargin#1#2{\strut\vadjust{% \nobreak \kern-\strutdepth \vtop to \strutdepth{% \baselineskip=\strutdepth \vss % if you have multiple lines of stuff to put here, you'll need to % make the vbox yourself of the appropriate size. \ifx#1l% \llap{\ignorespaces #2\hskip\inmarginspacing}% \else \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% \fi \null }% }} \def\inleftmargin{\doinmargin l} \def\inrightmargin{\doinmargin r} % % @inmargin{TEXT [, RIGHT-TEXT]} % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right; % else use TEXT for both). % \def\inmargin#1{\parseinmargin #1,,\finish} \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing. \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \def\lefttext{#1}% have both texts \def\righttext{#2}% \else \def\lefttext{#1}% have only one text \def\righttext{#1}% \fi % \ifodd\pageno \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin \else \def\temp{\inleftmargin\lefttext}% \fi \temp } % @include FILE -- \input text of FILE. % \def\include{\parseargusing\filenamecatcodes\includezzz} \def\includezzz#1{% \pushthisfilestack \def\thisfile{#1}% {% \makevalueexpandable % we want to expand any @value in FILE. \turnoffactive % and allow special characters in the expansion \indexnofonts % Allow `@@' and other weird things in file names. \wlog{texinfo.tex: doing @include of #1^^J}% \edef\temp{\noexpand\input #1 }% % % This trickery is to read FILE outside of a group, in case it makes % definitions, etc. \expandafter }\temp \popthisfilestack } \def\filenamecatcodes{% \catcode`\\=\other \catcode`~=\other \catcode`^=\other \catcode`_=\other \catcode`|=\other \catcode`<=\other \catcode`>=\other \catcode`+=\other \catcode`-=\other \catcode`\`=\other \catcode`\'=\other } \def\pushthisfilestack{% \expandafter\pushthisfilestackX\popthisfilestack\StackTerm } \def\pushthisfilestackX{% \expandafter\pushthisfilestackY\thisfile\StackTerm } \def\pushthisfilestackY #1\StackTerm #2\StackTerm {% \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}% } \def\popthisfilestack{\errthisfilestackempty} \def\errthisfilestackempty{\errmessage{Internal error: the stack of filenames is empty.}} % \def\thisfile{} % @center line % outputs that line, centered. % \parseargdef\center{% \ifhmode \let\centersub\centerH \else \let\centersub\centerV \fi \centersub{\hfil \ignorespaces#1\unskip \hfil}% \let\centersub\relax % don't let the definition persist, just in case } \def\centerH#1{{% \hfil\break \advance\hsize by -\leftskip \advance\hsize by -\rightskip \line{#1}% \break }} % \newcount\centerpenalty \def\centerV#1{% % The idea here is the same as in \startdefun, \cartouche, etc.: if % @center is the first thing after a section heading, we need to wipe % out the negative parskip inserted by \sectionheading, but still % prevent a page break here. \centerpenalty = \lastpenalty \ifnum\centerpenalty>10000 \vskip\parskip \fi \ifnum\centerpenalty>9999 \penalty\centerpenalty \fi \line{\kern\leftskip #1\kern\rightskip}% } % @sp n outputs n lines of vertical space % \parseargdef\sp{\vskip #1\baselineskip} % @comment ...line which is ignored... % @c is the same as @comment % @ignore ... @end ignore is another way to write a comment \def\c{\begingroup \catcode`\^^M=\active% \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other% \cxxx} {\catcode`\^^M=\active \gdef\cxxx#1^^M{\endgroup}} % \let\comment\c % @paragraphindent NCHARS % We'll use ems for NCHARS, close enough. % NCHARS can also be the word `asis' or `none'. % We cannot feasibly implement @paragraphindent asis, though. % \def\asisword{asis} % no translation, these are keywords \def\noneword{none} % \parseargdef\paragraphindent{% \def\temp{#1}% \ifx\temp\asisword \else \ifx\temp\noneword \defaultparindent = 0pt \else \defaultparindent = #1em \fi \fi \parindent = \defaultparindent } % @exampleindent NCHARS % We'll use ems for NCHARS like @paragraphindent. % It seems @exampleindent asis isn't necessary, but % I preserve it to make it similar to @paragraphindent. \parseargdef\exampleindent{% \def\temp{#1}% \ifx\temp\asisword \else \ifx\temp\noneword \lispnarrowing = 0pt \else \lispnarrowing = #1em \fi \fi } % @firstparagraphindent WORD % If WORD is `none', then suppress indentation of the first paragraph % after a section heading. If WORD is `insert', then do indent at such % paragraphs. % % The paragraph indentation is suppressed or not by calling % \suppressfirstparagraphindent, which the sectioning commands do. % We switch the definition of this back and forth according to WORD. % By default, we suppress indentation. % \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent} \def\insertword{insert} % \parseargdef\firstparagraphindent{% \def\temp{#1}% \ifx\temp\noneword \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent \else\ifx\temp\insertword \let\suppressfirstparagraphindent = \relax \else \errhelp = \EMsimple \errmessage{Unknown @firstparagraphindent option `\temp'}% \fi\fi } % Here is how we actually suppress indentation. Redefine \everypar to % \kern backwards by \parindent, and then reset itself to empty. % % We also make \indent itself not actually do anything until the next % paragraph. % \gdef\dosuppressfirstparagraphindent{% \gdef\indent {\restorefirstparagraphindent \indent}% \gdef\noindent{\restorefirstparagraphindent \noindent}% \global\everypar = {\kern -\parindent \restorefirstparagraphindent}% } % \gdef\restorefirstparagraphindent{% \global\let\indent = \ptexindent \global\let\noindent = \ptexnoindent \global\everypar = {}% } % @refill is a no-op. \let\refill=\relax % @setfilename INFO-FILENAME - ignored \let\setfilename=\comment % @bye. \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} \message{pdf,} % adobe `portable' document format \newcount\tempnum \newcount\lnkcount \newtoks\filename \newcount\filenamelength \newcount\pgn \newtoks\toksA \newtoks\toksB \newtoks\toksC \newtoks\toksD \newbox\boxA \newbox\boxB \newcount\countA \newif\ifpdf \newif\ifpdfmakepagedest % % For LuaTeX % \newif\iftxiuseunicodedestname \txiuseunicodedestnamefalse % For pdfTeX etc. \ifx\luatexversion\thisisundefined \else % Use Unicode destination names \txiuseunicodedestnametrue % Escape PDF strings with converting UTF-16 from UTF-8 \begingroup \catcode`\%=12 \directlua{ function UTF16oct(str) tex.sprint(string.char(0x5c) .. '376' .. string.char(0x5c) .. '377') for c in string.utfvalues(str) do if c < 0x10000 then tex.sprint( string.format(string.char(0x5c) .. string.char(0x25) .. '03o' .. string.char(0x5c) .. string.char(0x25) .. '03o', (c / 256), (c % 256))) else c = c - 0x10000 local c_hi = c / 1024 + 0xd800 local c_lo = c % 1024 + 0xdc00 tex.sprint( string.format(string.char(0x5c) .. string.char(0x25) .. '03o' .. string.char(0x5c) .. string.char(0x25) .. '03o' .. string.char(0x5c) .. string.char(0x25) .. '03o' .. string.char(0x5c) .. string.char(0x25) .. '03o', (c_hi / 256), (c_hi % 256), (c_lo / 256), (c_lo % 256))) end end end } \endgroup \def\pdfescapestrutfsixteen#1{\directlua{UTF16oct('\luaescapestring{#1}')}} % Escape PDF strings without converting \begingroup \directlua{ function PDFescstr(str) for c in string.bytes(str) do if c <= 0x20 or c >= 0x80 or c == 0x28 or c == 0x29 or c == 0x5c then tex.sprint( string.format(string.char(0x5c) .. string.char(0x25) .. '03o', c)) else tex.sprint(string.char(c)) end end end } \endgroup \def\pdfescapestring#1{\directlua{PDFescstr('\luaescapestring{#1}')}} \ifnum\luatexversion>84 % For LuaTeX >= 0.85 \def\pdfdest{\pdfextension dest} \let\pdfoutput\outputmode \def\pdfliteral{\pdfextension literal} \def\pdfcatalog{\pdfextension catalog} \def\pdftexversion{\numexpr\pdffeedback version\relax} \let\pdfximage\saveimageresource \let\pdfrefximage\useimageresource \let\pdflastximage\lastsavedimageresourceindex \def\pdfendlink{\pdfextension endlink\relax} \def\pdfoutline{\pdfextension outline} \def\pdfstartlink{\pdfextension startlink} \def\pdffontattr{\pdfextension fontattr} \def\pdfobj{\pdfextension obj} \def\pdflastobj{\numexpr\pdffeedback lastobj\relax} \let\pdfpagewidth\pagewidth \let\pdfpageheight\pageheight \edef\pdfhorigin{\pdfvariable horigin} \edef\pdfvorigin{\pdfvariable vorigin} \fi \fi % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 % can be set). So we test for \relax and 0 as well as being undefined. \ifx\pdfoutput\thisisundefined \else \ifx\pdfoutput\relax \else \ifcase\pdfoutput \else \pdftrue \fi \fi \fi % PDF uses PostScript string constants for the names of xref targets, % for display in the outlines, and in other places. Thus, we have to % double any backslashes. Otherwise, a name like "\node" will be % interpreted as a newline (\n), followed by o, d, e. Not good. % % See http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html and % related messages. The final outcome is that it is up to the TeX user % to double the backslashes and otherwise make the string valid, so % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to % do this reliably, so we use it. % #1 is a control sequence in which to do the replacements, % which we \xdef. \def\txiescapepdf#1{% \ifx\pdfescapestring\thisisundefined % No primitive available; should we give a warning or log? % Many times it won't matter. \xdef#1{#1}% \else % The expandable \pdfescapestring primitive escapes parentheses, % backslashes, and other special chars. \xdef#1{\pdfescapestring{#1}}% \fi } \def\txiescapepdfutfsixteen#1{% \ifx\pdfescapestrutfsixteen\thisisundefined % No UTF-16 converting macro available. \txiescapepdf{#1}% \else \xdef#1{\pdfescapestrutfsixteen{#1}}% \fi } \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images with PDF output, and none of those formats could be found. (.eps cannot be supported due to the design of the PDF format; use regular TeX (DVI output) for that.)} \ifpdf % % Color manipulation macros using ideas from pdfcolor.tex, % except using rgb instead of cmyk; the latter is said to render as a % very dark gray on-screen and a very dark halftone in print, instead % of actual black. The dark red here is dark enough to print on paper as % nearly black, but still distinguishable for online viewing. We use % black by default, though. \def\rgbDarkRed{0.50 0.09 0.12} \def\rgbBlack{0 0 0} % % rg sets the color for filling (usual text, etc.); % RG sets the color for stroking (thin rules, e.g., normal _'s). \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}} % % Set color, and create a mark which defines \thiscolor accordingly, % so that \makeheadline knows which color to restore. \def\setcolor#1{% \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}% \domark \pdfsetcolor{#1}% } % \def\maincolor{\rgbBlack} \pdfsetcolor{\maincolor} \edef\thiscolor{\maincolor} \def\lastcolordefs{} % \def\makefootline{% \baselineskip24pt \line{\pdfsetcolor{\maincolor}\the\footline}% } % \def\makeheadline{% \vbox to 0pt{% \vskip-22.5pt \line{% \vbox to8.5pt{}% % Extract \thiscolor definition from the marks. \getcolormarks % Typeset the headline with \maincolor, then restore the color. \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}% }% \vss }% \nointerlineskip } % % \pdfcatalog{/PageMode /UseOutlines} % % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto). \def\dopdfimage#1#2#3{% \def\pdfimagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}% \def\pdfimageheight{#3}\setbox2 = \hbox{\ignorespaces #3}% % % pdftex (and the PDF format) support .pdf, .png, .jpg (among % others). Let's try in that order, PDF first since if % someone has a scalable image, presumably better to use that than a % bitmap. \let\pdfimgext=\empty \begingroup \openin 1 #1.pdf \ifeof 1 \openin 1 #1.PDF \ifeof 1 \openin 1 #1.png \ifeof 1 \openin 1 #1.jpg \ifeof 1 \openin 1 #1.jpeg \ifeof 1 \openin 1 #1.JPG \ifeof 1 \errhelp = \nopdfimagehelp \errmessage{Could not find image file #1 for pdf}% \else \gdef\pdfimgext{JPG}% \fi \else \gdef\pdfimgext{jpeg}% \fi \else \gdef\pdfimgext{jpg}% \fi \else \gdef\pdfimgext{png}% \fi \else \gdef\pdfimgext{PDF}% \fi \else \gdef\pdfimgext{pdf}% \fi \closein 1 \endgroup % % without \immediate, ancient pdftex seg faults when the same image is % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.) \ifnum\pdftexversion < 14 \immediate\pdfimage \else \immediate\pdfximage \fi \ifdim \wd0 >0pt width \pdfimagewidth \fi \ifdim \wd2 >0pt height \pdfimageheight \fi \ifnum\pdftexversion<13 #1.\pdfimgext \else {#1.\pdfimgext}% \fi \ifnum\pdftexversion < 14 \else \pdfrefximage \pdflastximage \fi} % \def\setpdfdestname#1{{% % We have to set dummies so commands such as @code, and characters % such as \, aren't expanded when present in a section title. \indexnofonts \makevalueexpandable \turnoffactive \iftxiuseunicodedestname \ifx \declaredencoding \latone % Pass through Latin-1 characters. % LuaTeX with byte wise I/O converts Latin-1 characters to Unicode. \else \ifx \declaredencoding \utfeight % Pass through Unicode characters. \else % Use ASCII approximations in destination names. \passthroughcharsfalse \fi \fi \else % Use ASCII approximations in destination names. \passthroughcharsfalse \fi \def\pdfdestname{#1}% \txiescapepdf\pdfdestname }} % \def\setpdfoutlinetext#1{{% \indexnofonts \makevalueexpandable \turnoffactive \ifx \declaredencoding \latone % The PDF format can use an extended form of Latin-1 in bookmark % strings. See Appendix D of the PDF Reference, Sixth Edition, for % the "PDFDocEncoding". \passthroughcharstrue % Pass through Latin-1 characters. % LuaTeX: Convert to Unicode % pdfTeX: Use Latin-1 as PDFDocEncoding \def\pdfoutlinetext{#1}% \else \ifx \declaredencoding \utfeight \ifx\luatexversion\thisisundefined % For pdfTeX with UTF-8. % TODO: the PDF format can use UTF-16 in bookmark strings, % but the code for this isn't done yet. % Use ASCII approximations. \passthroughcharsfalse \def\pdfoutlinetext{#1}% \else % For LuaTeX with UTF-8. % Pass through Unicode characters for title texts. \passthroughcharstrue \def\pdfoutlinetext{#1}% \fi \else % For non-Latin-1 or non-UTF-8 encodings. % Use ASCII approximations. \passthroughcharsfalse \def\pdfoutlinetext{#1}% \fi \fi % LuaTeX: Convert to UTF-16 % pdfTeX: Use Latin-1 as PDFDocEncoding \txiescapepdfutfsixteen\pdfoutlinetext }} % \def\pdfmkdest#1{% \setpdfdestname{#1}% \safewhatsit{\pdfdest name{\pdfdestname} xyz}% } % % used to mark target names; must be expandable. \def\pdfmkpgn#1{#1} % % by default, use black for everything. \def\urlcolor{\rgbBlack} \def\linkcolor{\rgbBlack} \def\endlink{\setcolor{\maincolor}\pdfendlink} % % Adding outlines to PDF; macros for calculating structure of outlines % come from Petr Olsak \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% \else \csname#1\endcsname \fi} \def\advancenumber#1{\tempnum=\expnumber{#1}\relax \advance\tempnum by 1 \expandafter\xdef\csname#1\endcsname{\the\tempnum}} % % #1 is the section text, which is what will be displayed in the % outline by the pdf viewer. #2 is the pdf expression for the number % of subentries (or empty, for subsubsections). #3 is the node text, % which might be empty if this toc entry had no corresponding node. % #4 is the page number % \def\dopdfoutline#1#2#3#4{% % Generate a link to the node text if that exists; else, use the % page number. We could generate a destination for the section % text in the case where a section has no node, but it doesn't % seem worth the trouble, since most documents are normally structured. \setpdfoutlinetext{#1} \setpdfdestname{#3} \ifx\pdfdestname\empty \def\pdfdestname{#4}% \fi % \pdfoutline goto name{\pdfmkpgn{\pdfdestname}}#2{\pdfoutlinetext}% } % \def\pdfmakeoutlines{% \begingroup % Read toc silently, to get counts of subentries for \pdfoutline. \def\partentry##1##2##3##4{}% ignore parts in the outlines \def\numchapentry##1##2##3##4{% \def\thischapnum{##2}% \def\thissecnum{0}% \def\thissubsecnum{0}% }% \def\numsecentry##1##2##3##4{% \advancenumber{chap\thischapnum}% \def\thissecnum{##2}% \def\thissubsecnum{0}% }% \def\numsubsecentry##1##2##3##4{% \advancenumber{sec\thissecnum}% \def\thissubsecnum{##2}% }% \def\numsubsubsecentry##1##2##3##4{% \advancenumber{subsec\thissubsecnum}% }% \def\thischapnum{0}% \def\thissecnum{0}% \def\thissubsecnum{0}% % % use \def rather than \let here because we redefine \chapentry et % al. a second time, below. \def\appentry{\numchapentry}% \def\appsecentry{\numsecentry}% \def\appsubsecentry{\numsubsecentry}% \def\appsubsubsecentry{\numsubsubsecentry}% \def\unnchapentry{\numchapentry}% \def\unnsecentry{\numsecentry}% \def\unnsubsecentry{\numsubsecentry}% \def\unnsubsubsecentry{\numsubsubsecentry}% \readdatafile{toc}% % % Read toc second time, this time actually producing the outlines. % The `-' means take the \expnumber as the absolute number of % subentries, which we calculated on our first read of the .toc above. % % We use the node names as the destinations. \def\numchapentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}% \def\numsecentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}% \def\numsubsecentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}% \def\numsubsubsecentry##1##2##3##4{% count is always zero \dopdfoutline{##1}{}{##3}{##4}}% % % PDF outlines are displayed using system fonts, instead of % document fonts. Therefore we cannot use special characters, % since the encoding is unknown. For example, the eogonek from % Latin 2 (0xea) gets translated to a | character. Info from % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100. % % TODO this right, we have to translate 8-bit characters to % their "best" equivalent, based on the @documentencoding. Too % much work for too little return. Just use the ASCII equivalents % we use for the index sort strings. % \indexnofonts \setupdatafile % We can have normal brace characters in the PDF outlines, unlike % Texinfo index files. So set that up. \def\{{\lbracecharliteral}% \def\}{\rbracecharliteral}% \catcode`\\=\active \otherbackslash \input \tocreadfilename \endgroup } {\catcode`[=1 \catcode`]=2 \catcode`{=\other \catcode`}=\other \gdef\lbracecharliteral[{]% \gdef\rbracecharliteral[}]% ] % \def\skipspaces#1{\def\PP{#1}\def\D{|}% \ifx\PP\D\let\nextsp\relax \else\let\nextsp\skipspaces \addtokens{\filename}{\PP}% \advance\filenamelength by 1 \fi \nextsp} \def\getfilename#1{% \filenamelength=0 % If we don't expand the argument now, \skipspaces will get % snagged on things like "@value{foo}". \edef\temp{#1}% \expandafter\skipspaces\temp|\relax } \ifnum\pdftexversion < 14 \let \startlink \pdfannotlink \else \let \startlink \pdfstartlink \fi % make a live url in pdf output. \def\pdfurl#1{% \begingroup % it seems we really need yet another set of dummies; have not % tried to figure out what each command should do in the context % of @url. for now, just make @/ a no-op, that's the only one % people have actually reported a problem with. % \normalturnoffactive \def\@{@}% \let\/=\empty \makevalueexpandable % do we want to go so far as to use \indexnofonts instead of just % special-casing \var here? \def\var##1{##1}% % \leavevmode\setcolor{\urlcolor}% \startlink attr{/Border [0 0 0]}% user{/Subtype /Link /A << /S /URI /URI (#1) >>}% \endgroup} \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} \def\maketoks{% \expandafter\poptoks\the\toksA|ENDTOKS|\relax \ifx\first0\adn0 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 \else \ifnum0=\countA\else\makelink\fi \ifx\first.\let\next=\done\else \let\next=\maketoks \addtokens{\toksB}{\the\toksD} \ifx\first,\addtokens{\toksB}{\space}\fi \fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \next} \def\makelink{\addtokens{\toksB}% {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} \def\pdflink#1{% \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} \setcolor{\linkcolor}#1\endlink} \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} \else % non-pdf mode \let\pdfmkdest = \gobble \let\pdfurl = \gobble \let\endlink = \relax \let\setcolor = \gobble \let\pdfsetcolor = \gobble \let\pdfmakeoutlines = \relax \fi % \ifx\pdfoutput % % For XeTeX % \ifx\XeTeXrevision\thisisundefined \else % % XeTeX version check % \ifnum\strcmp{\the\XeTeXversion\XeTeXrevision}{0.99996}>-1 % TeX Live 2016 contains XeTeX 0.99996 and xdvipdfmx 20160307. % It can use the `dvipdfmx:config' special (from TeX Live SVN r40941). % For avoiding PDF destination name replacement, we use this special % instead of xdvipdfmx's command line option `-C 0x0010'. \special{dvipdfmx:config C 0x0010} % XeTeX 0.99995+ comes with xdvipdfmx 20160307+. % It can handle Unicode destination names for PDF. \txiuseunicodedestnametrue \else % XeTeX < 0.99996 (TeX Live < 2016) cannot use the % `dvipdfmx:config' special. % So for avoiding PDF destination name replacement, % xdvipdfmx's command line option `-C 0x0010' is necessary. % % XeTeX < 0.99995 can not handle Unicode destination names for PDF % because xdvipdfmx 20150315 has a UTF-16 conversion issue. % It is fixed by xdvipdfmx 20160106 (TeX Live SVN r39753). \txiuseunicodedestnamefalse \fi % % Color support % \def\rgbDarkRed{0.50 0.09 0.12} \def\rgbBlack{0 0 0} % \def\pdfsetcolor#1{\special{pdf:scolor [#1]}} % % Set color, and create a mark which defines \thiscolor accordingly, % so that \makeheadline knows which color to restore. \def\setcolor#1{% \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}% \domark \pdfsetcolor{#1}% } % \def\maincolor{\rgbBlack} \pdfsetcolor{\maincolor} \edef\thiscolor{\maincolor} \def\lastcolordefs{} % \def\makefootline{% \baselineskip24pt \line{\pdfsetcolor{\maincolor}\the\footline}% } % \def\makeheadline{% \vbox to 0pt{% \vskip-22.5pt \line{% \vbox to8.5pt{}% % Extract \thiscolor definition from the marks. \getcolormarks % Typeset the headline with \maincolor, then restore the color. \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}% }% \vss }% \nointerlineskip } % % PDF outline support % % Emulate pdfTeX primitive \def\pdfdest name#1 xyz{% \special{pdf:dest (#1) [@thispage /XYZ @xpos @ypos null]}% } % \def\setpdfdestname#1{{% % We have to set dummies so commands such as @code, and characters % such as \, aren't expanded when present in a section title. \indexnofonts \makevalueexpandable \turnoffactive \iftxiuseunicodedestname % Pass through Unicode characters. \else % Use ASCII approximations in destination names. \passthroughcharsfalse \fi \def\pdfdestname{#1}% \txiescapepdf\pdfdestname }} % \def\setpdfoutlinetext#1{{% \turnoffactive % Always use Unicode characters in title texts. \def\pdfoutlinetext{#1}% % For XeTeX, xdvipdfmx converts to UTF-16. % So we do not convert. \txiescapepdf\pdfoutlinetext }} % \def\pdfmkdest#1{% \setpdfdestname{#1}% \safewhatsit{\pdfdest name{\pdfdestname} xyz}% } % % by default, use black for everything. \def\urlcolor{\rgbBlack} \def\linkcolor{\rgbBlack} \def\endlink{\setcolor{\maincolor}\pdfendlink} % \def\dopdfoutline#1#2#3#4{% \setpdfoutlinetext{#1} \setpdfdestname{#3} \ifx\pdfdestname\empty \def\pdfdestname{#4}% \fi % \special{pdf:out [-] #2 << /Title (\pdfoutlinetext) /A << /S /GoTo /D (\pdfdestname) >> >> }% } % \def\pdfmakeoutlines{% \begingroup % % For XeTeX, counts of subentries are not necessary. % Therefore, we read toc only once. % % We use node names as destinations. \def\partentry##1##2##3##4{}% ignore parts in the outlines \def\numchapentry##1##2##3##4{% \dopdfoutline{##1}{1}{##3}{##4}}% \def\numsecentry##1##2##3##4{% \dopdfoutline{##1}{2}{##3}{##4}}% \def\numsubsecentry##1##2##3##4{% \dopdfoutline{##1}{3}{##3}{##4}}% \def\numsubsubsecentry##1##2##3##4{% \dopdfoutline{##1}{4}{##3}{##4}}% % \let\appentry\numchapentry% \let\appsecentry\numsecentry% \let\appsubsecentry\numsubsecentry% \let\appsubsubsecentry\numsubsubsecentry% \let\unnchapentry\numchapentry% \let\unnsecentry\numsecentry% \let\unnsubsecentry\numsubsecentry% \let\unnsubsubsecentry\numsubsubsecentry% % % For XeTeX, xdvipdfmx converts strings to UTF-16. % Therefore, the encoding and the language may not be considered. % \indexnofonts \setupdatafile % We can have normal brace characters in the PDF outlines, unlike % Texinfo index files. So set that up. \def\{{\lbracecharliteral}% \def\}{\rbracecharliteral}% \catcode`\\=\active \otherbackslash \input \tocreadfilename \endgroup } {\catcode`[=1 \catcode`]=2 \catcode`{=\other \catcode`}=\other \gdef\lbracecharliteral[{]% \gdef\rbracecharliteral[}]% ] \special{pdf:docview << /PageMode /UseOutlines >> } % ``\special{pdf:tounicode ...}'' is not necessary % because xdvipdfmx converts strings from UTF-8 to UTF-16 without it. % However, due to a UTF-16 conversion issue of xdvipdfmx 20150315, % ``\special{pdf:dest ...}'' cannot handle non-ASCII strings. % It is fixed by xdvipdfmx 20160106 (TeX Live SVN r39753). % \def\skipspaces#1{\def\PP{#1}\def\D{|}% \ifx\PP\D\let\nextsp\relax \else\let\nextsp\skipspaces \addtokens{\filename}{\PP}% \advance\filenamelength by 1 \fi \nextsp} \def\getfilename#1{% \filenamelength=0 % If we don't expand the argument now, \skipspaces will get % snagged on things like "@value{foo}". \edef\temp{#1}% \expandafter\skipspaces\temp|\relax } % make a live url in pdf output. \def\pdfurl#1{% \begingroup % it seems we really need yet another set of dummies; have not % tried to figure out what each command should do in the context % of @url. for now, just make @/ a no-op, that's the only one % people have actually reported a problem with. % \normalturnoffactive \def\@{@}% \let\/=\empty \makevalueexpandable % do we want to go so far as to use \indexnofonts instead of just % special-casing \var here? \def\var##1{##1}% % \leavevmode\setcolor{\urlcolor}% \special{pdf:bann << /Border [0 0 0] /Subtype /Link /A << /S /URI /URI (#1) >> >>}% \endgroup} \def\endlink{\setcolor{\maincolor}\special{pdf:eann}} \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} \def\maketoks{% \expandafter\poptoks\the\toksA|ENDTOKS|\relax \ifx\first0\adn0 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 \else \ifnum0=\countA\else\makelink\fi \ifx\first.\let\next=\done\else \let\next=\maketoks \addtokens{\toksB}{\the\toksD} \ifx\first,\addtokens{\toksB}{\space}\fi \fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \next} \def\makelink{\addtokens{\toksB}% {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} \def\pdflink#1{% \special{pdf:bann << /Border [0 0 0] /Type /Annot /Subtype /Link /A << /S /GoTo /D (#1) >> >>}% \setcolor{\linkcolor}#1\endlink} \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} % % % @image support % % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto). \def\doxeteximage#1#2#3{% \def\xeteximagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}% \def\xeteximageheight{#3}\setbox2 = \hbox{\ignorespaces #3}% % % XeTeX (and the PDF format) supports .pdf, .png, .jpg (among % others). Let's try in that order, PDF first since if % someone has a scalable image, presumably better to use that than a % bitmap. \let\xeteximgext=\empty \begingroup \openin 1 #1.pdf \ifeof 1 \openin 1 #1.PDF \ifeof 1 \openin 1 #1.png \ifeof 1 \openin 1 #1.jpg \ifeof 1 \openin 1 #1.jpeg \ifeof 1 \openin 1 #1.JPG \ifeof 1 \errmessage{Could not find image file #1 for XeTeX}% \else \gdef\xeteximgext{JPG}% \fi \else \gdef\xeteximgext{jpeg}% \fi \else \gdef\xeteximgext{jpg}% \fi \else \gdef\xeteximgext{png}% \fi \else \gdef\xeteximgext{PDF}% \fi \else \gdef\xeteximgext{pdf}% \fi \closein 1 \endgroup % \def\xetexpdfext{pdf}% \ifx\xeteximgext\xetexpdfext \XeTeXpdffile "#1".\xeteximgext "" \else \def\xetexpdfext{PDF}% \ifx\xeteximgext\xetexpdfext \XeTeXpdffile "#1".\xeteximgext "" \else \XeTeXpicfile "#1".\xeteximgext "" \fi \fi \ifdim \wd0 >0pt width \xeteximagewidth \fi \ifdim \wd2 >0pt height \xeteximageheight \fi \relax } \fi % \message{fonts,} % Set the baselineskip to #1, and the lineskip and strut size % correspondingly. There is no deep meaning behind these magic numbers % used as factors; they just match (closely enough) what Knuth defined. % \def\lineskipfactor{.08333} \def\strutheightpercent{.70833} \def\strutdepthpercent {.29167} % % can get a sort of poor man's double spacing by redefining this. \def\baselinefactor{1} % \newdimen\textleading \def\setleading#1{% \dimen0 = #1\relax \normalbaselineskip = \baselinefactor\dimen0 \normallineskip = \lineskipfactor\normalbaselineskip \normalbaselines \setbox\strutbox =\hbox{% \vrule width0pt height\strutheightpercent\baselineskip depth \strutdepthpercent \baselineskip }% } % PDF CMaps. See also LaTeX's t1.cmap. % % do nothing with this by default. \expandafter\let\csname cmapOT1\endcsname\gobble \expandafter\let\csname cmapOT1IT\endcsname\gobble \expandafter\let\csname cmapOT1TT\endcsname\gobble % if we are producing pdf, and we have \pdffontattr, then define cmaps. % (\pdffontattr was introduced many years ago, but people still run % older pdftex's; it's easy to conditionalize, so we do.) \ifpdf \ifx\pdffontattr\thisisundefined \else \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1-0) %%Title: (TeX-OT1-0 TeX OT1 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1) /Supplement 0 >> def /CMapName /TeX-OT1-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 8 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <23> <26> <0023> <28> <3B> <0028> <3F> <5B> <003F> <5D> <5E> <005D> <61> <7A> <0061> <7B> <7C> <2013> endbfrange 40 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <00660066> <0C> <00660069> <0D> <0066006C> <0E> <006600660069> <0F> <00660066006C> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <21> <0021> <22> <201D> <27> <2019> <3C> <00A1> <3D> <003D> <3E> <00BF> <5C> <201C> <5F> <02D9> <60> <2018> <7D> <02DD> <7E> <007E> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% % % \cmapOT1IT \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1IT-0) %%Title: (TeX-OT1IT-0 TeX OT1IT 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1IT) /Supplement 0 >> def /CMapName /TeX-OT1IT-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 8 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <25> <26> <0025> <28> <3B> <0028> <3F> <5B> <003F> <5D> <5E> <005D> <61> <7A> <0061> <7B> <7C> <2013> endbfrange 42 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <00660066> <0C> <00660069> <0D> <0066006C> <0E> <006600660069> <0F> <00660066006C> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <21> <0021> <22> <201D> <23> <0023> <24> <00A3> <27> <2019> <3C> <00A1> <3D> <003D> <3E> <00BF> <5C> <201C> <5F> <02D9> <60> <2018> <7D> <02DD> <7E> <007E> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1IT\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% % % \cmapOT1TT \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1TT-0) %%Title: (TeX-OT1TT-0 TeX OT1TT 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1TT) /Supplement 0 >> def /CMapName /TeX-OT1TT-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 5 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <21> <26> <0021> <28> <5F> <0028> <61> <7E> <0061> endbfrange 32 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <2191> <0C> <2193> <0D> <0027> <0E> <00A1> <0F> <00BF> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <20> <2423> <27> <2019> <60> <2018> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1TT\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% \fi\fi % Set the font macro #1 to the font named \fontprefix#2. % #3 is the font's design size, #4 is a scale factor, #5 is the CMap % encoding (only OT1, OT1IT and OT1TT are allowed, or empty to omit). % Example: % #1 = \textrm % #2 = \rmshape % #3 = 10 % #4 = \mainmagstep % #5 = OT1 % \def\setfont#1#2#3#4#5{% \font#1=\fontprefix#2#3 scaled #4 \csname cmap#5\endcsname#1% } % This is what gets called when #5 of \setfont is empty. \let\cmap\gobble % % (end of cmaps) % Use cm as the default font prefix. % To specify the font prefix, you must define \fontprefix % before you read in texinfo.tex. \ifx\fontprefix\thisisundefined \def\fontprefix{cm} \fi % Support font families that don't use the same naming scheme as CM. \def\rmshape{r} \def\rmbshape{bx} % where the normal face is bold \def\bfshape{b} \def\bxshape{bx} \def\ttshape{tt} \def\ttbshape{tt} \def\ttslshape{sltt} \def\itshape{ti} \def\itbshape{bxti} \def\slshape{sl} \def\slbshape{bxsl} \def\sfshape{ss} \def\sfbshape{ss} \def\scshape{csc} \def\scbshape{csc} % Definitions for a main text size of 11pt. (The default in Texinfo.) % \def\definetextfontsizexi{% % Text fonts (11.2pt, magstep1). \def\textnominalsize{11pt} \edef\mainmagstep{\magstephalf} \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} \setfont\textsl\slshape{10}{\mainmagstep}{OT1} \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} \setfont\textsc\scshape{10}{\mainmagstep}{OT1} \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} \font\texti=cmmi10 scaled \mainmagstep \font\textsy=cmsy10 scaled \mainmagstep \def\textecsize{1095} % A few fonts for @defun names and args. \setfont\defbf\bfshape{10}{\magstep1}{OT1} \setfont\deftt\ttshape{10}{\magstep1}{OT1TT} \setfont\defsl\slshape{10}{\magstep1}{OT1TT} \setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT} \def\df{\let\ttfont=\deftt \let\bffont = \defbf \let\ttslfont=\defttsl \let\slfont=\defsl \bf} % Fonts for indices, footnotes, small examples (9pt). \def\smallnominalsize{9pt} \setfont\smallrm\rmshape{9}{1000}{OT1} \setfont\smalltt\ttshape{9}{1000}{OT1TT} \setfont\smallbf\bfshape{10}{900}{OT1} \setfont\smallit\itshape{9}{1000}{OT1IT} \setfont\smallsl\slshape{9}{1000}{OT1} \setfont\smallsf\sfshape{9}{1000}{OT1} \setfont\smallsc\scshape{10}{900}{OT1} \setfont\smallttsl\ttslshape{10}{900}{OT1TT} \font\smalli=cmmi9 \font\smallsy=cmsy9 \def\smallecsize{0900} % Fonts for small examples (8pt). \def\smallernominalsize{8pt} \setfont\smallerrm\rmshape{8}{1000}{OT1} \setfont\smallertt\ttshape{8}{1000}{OT1TT} \setfont\smallerbf\bfshape{10}{800}{OT1} \setfont\smallerit\itshape{8}{1000}{OT1IT} \setfont\smallersl\slshape{8}{1000}{OT1} \setfont\smallersf\sfshape{8}{1000}{OT1} \setfont\smallersc\scshape{10}{800}{OT1} \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} \font\smalleri=cmmi8 \font\smallersy=cmsy8 \def\smallerecsize{0800} % Fonts for title page (20.4pt): \def\titlenominalsize{20pt} \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} \setfont\titlesl\slbshape{10}{\magstep4}{OT1} \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} \let\titlebf=\titlerm \setfont\titlesc\scbshape{10}{\magstep4}{OT1} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 \def\titleecsize{2074} % Chapter (and unnumbered) fonts (17.28pt). \def\chapnominalsize{17pt} \setfont\chaprm\rmbshape{12}{\magstep2}{OT1} \setfont\chapit\itbshape{10}{\magstep3}{OT1IT} \setfont\chapsl\slbshape{10}{\magstep3}{OT1} \setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT} \setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT} \setfont\chapsf\sfbshape{17}{1000}{OT1} \let\chapbf=\chaprm \setfont\chapsc\scbshape{10}{\magstep3}{OT1} \font\chapi=cmmi12 scaled \magstep2 \font\chapsy=cmsy10 scaled \magstep3 \def\chapecsize{1728} % Section fonts (14.4pt). \def\secnominalsize{14pt} \setfont\secrm\rmbshape{12}{\magstep1}{OT1} \setfont\secrmnotbold\rmshape{12}{\magstep1}{OT1} \setfont\secit\itbshape{10}{\magstep2}{OT1IT} \setfont\secsl\slbshape{10}{\magstep2}{OT1} \setfont\sectt\ttbshape{12}{\magstep1}{OT1TT} \setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT} \setfont\secsf\sfbshape{12}{\magstep1}{OT1} \let\secbf\secrm \setfont\secsc\scbshape{10}{\magstep2}{OT1} \font\seci=cmmi12 scaled \magstep1 \font\secsy=cmsy10 scaled \magstep2 \def\sececsize{1440} % Subsection fonts (13.15pt). \def\ssecnominalsize{13pt} \setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1} \setfont\ssecit\itbshape{10}{1315}{OT1IT} \setfont\ssecsl\slbshape{10}{1315}{OT1} \setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT} \setfont\ssecttsl\ttslshape{10}{1315}{OT1TT} \setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1} \let\ssecbf\ssecrm \setfont\ssecsc\scbshape{10}{1315}{OT1} \font\sseci=cmmi12 scaled \magstephalf \font\ssecsy=cmsy10 scaled 1315 \def\ssececsize{1200} % Reduced fonts for @acronym in text (10pt). \def\reducednominalsize{10pt} \setfont\reducedrm\rmshape{10}{1000}{OT1} \setfont\reducedtt\ttshape{10}{1000}{OT1TT} \setfont\reducedbf\bfshape{10}{1000}{OT1} \setfont\reducedit\itshape{10}{1000}{OT1IT} \setfont\reducedsl\slshape{10}{1000}{OT1} \setfont\reducedsf\sfshape{10}{1000}{OT1} \setfont\reducedsc\scshape{10}{1000}{OT1} \setfont\reducedttsl\ttslshape{10}{1000}{OT1TT} \font\reducedi=cmmi10 \font\reducedsy=cmsy10 \def\reducedecsize{1000} \textleading = 13.2pt % line spacing for 11pt CM \textfonts % reset the current fonts \rm } % end of 11pt text font size definitions, \definetextfontsizexi % Definitions to make the main text be 10pt Computer Modern, with % section, chapter, etc., sizes following suit. This is for the GNU % Press printing of the Emacs 22 manual. Maybe other manuals in the % future. Used with @smallbook, which sets the leading to 12pt. % \def\definetextfontsizex{% % Text fonts (10pt). \def\textnominalsize{10pt} \edef\mainmagstep{1000} \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} \setfont\textsl\slshape{10}{\mainmagstep}{OT1} \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} \setfont\textsc\scshape{10}{\mainmagstep}{OT1} \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} \font\texti=cmmi10 scaled \mainmagstep \font\textsy=cmsy10 scaled \mainmagstep \def\textecsize{1000} % A few fonts for @defun names and args. \setfont\defbf\bfshape{10}{\magstephalf}{OT1} \setfont\deftt\ttshape{10}{\magstephalf}{OT1TT} \setfont\defsl\slshape{10}{\magstephalf}{OT1TT} \setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT} \def\df{\let\ttfont=\deftt \let\bffont = \defbf \let\slfont=\defsl \let\ttslfont=\defttsl \bf} % Fonts for indices, footnotes, small examples (9pt). \def\smallnominalsize{9pt} \setfont\smallrm\rmshape{9}{1000}{OT1} \setfont\smalltt\ttshape{9}{1000}{OT1TT} \setfont\smallbf\bfshape{10}{900}{OT1} \setfont\smallit\itshape{9}{1000}{OT1IT} \setfont\smallsl\slshape{9}{1000}{OT1} \setfont\smallsf\sfshape{9}{1000}{OT1} \setfont\smallsc\scshape{10}{900}{OT1} \setfont\smallttsl\ttslshape{10}{900}{OT1TT} \font\smalli=cmmi9 \font\smallsy=cmsy9 \def\smallecsize{0900} % Fonts for small examples (8pt). \def\smallernominalsize{8pt} \setfont\smallerrm\rmshape{8}{1000}{OT1} \setfont\smallertt\ttshape{8}{1000}{OT1TT} \setfont\smallerbf\bfshape{10}{800}{OT1} \setfont\smallerit\itshape{8}{1000}{OT1IT} \setfont\smallersl\slshape{8}{1000}{OT1} \setfont\smallersf\sfshape{8}{1000}{OT1} \setfont\smallersc\scshape{10}{800}{OT1} \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} \font\smalleri=cmmi8 \font\smallersy=cmsy8 \def\smallerecsize{0800} % Fonts for title page (20.4pt): \def\titlenominalsize{20pt} \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} \setfont\titlesl\slbshape{10}{\magstep4}{OT1} \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} \let\titlebf=\titlerm \setfont\titlesc\scbshape{10}{\magstep4}{OT1} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 \def\titleecsize{2074} % Chapter fonts (14.4pt). \def\chapnominalsize{14pt} \setfont\chaprm\rmbshape{12}{\magstep1}{OT1} \setfont\chapit\itbshape{10}{\magstep2}{OT1IT} \setfont\chapsl\slbshape{10}{\magstep2}{OT1} \setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT} \setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT} \setfont\chapsf\sfbshape{12}{\magstep1}{OT1} \let\chapbf\chaprm \setfont\chapsc\scbshape{10}{\magstep2}{OT1} \font\chapi=cmmi12 scaled \magstep1 \font\chapsy=cmsy10 scaled \magstep2 \def\chapecsize{1440} % Section fonts (12pt). \def\secnominalsize{12pt} \setfont\secrm\rmbshape{12}{1000}{OT1} \setfont\secit\itbshape{10}{\magstep1}{OT1IT} \setfont\secsl\slbshape{10}{\magstep1}{OT1} \setfont\sectt\ttbshape{12}{1000}{OT1TT} \setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT} \setfont\secsf\sfbshape{12}{1000}{OT1} \let\secbf\secrm \setfont\secsc\scbshape{10}{\magstep1}{OT1} \font\seci=cmmi12 \font\secsy=cmsy10 scaled \magstep1 \def\sececsize{1200} % Subsection fonts (10pt). \def\ssecnominalsize{10pt} \setfont\ssecrm\rmbshape{10}{1000}{OT1} \setfont\ssecit\itbshape{10}{1000}{OT1IT} \setfont\ssecsl\slbshape{10}{1000}{OT1} \setfont\ssectt\ttbshape{10}{1000}{OT1TT} \setfont\ssecttsl\ttslshape{10}{1000}{OT1TT} \setfont\ssecsf\sfbshape{10}{1000}{OT1} \let\ssecbf\ssecrm \setfont\ssecsc\scbshape{10}{1000}{OT1} \font\sseci=cmmi10 \font\ssecsy=cmsy10 \def\ssececsize{1000} % Reduced fonts for @acronym in text (9pt). \def\reducednominalsize{9pt} \setfont\reducedrm\rmshape{9}{1000}{OT1} \setfont\reducedtt\ttshape{9}{1000}{OT1TT} \setfont\reducedbf\bfshape{10}{900}{OT1} \setfont\reducedit\itshape{9}{1000}{OT1IT} \setfont\reducedsl\slshape{9}{1000}{OT1} \setfont\reducedsf\sfshape{9}{1000}{OT1} \setfont\reducedsc\scshape{10}{900}{OT1} \setfont\reducedttsl\ttslshape{10}{900}{OT1TT} \font\reducedi=cmmi9 \font\reducedsy=cmsy9 \def\reducedecsize{0900} \divide\parskip by 2 % reduce space between paragraphs \textleading = 12pt % line spacing for 10pt CM \textfonts % reset the current fonts \rm } % end of 10pt text font size definitions, \definetextfontsizex % Fonts for short table of contents. \setfont\shortcontrm\rmshape{12}{1000}{OT1} \setfont\shortcontbf\bfshape{10}{\magstep1}{OT1} % no cmb12 \setfont\shortcontsl\slshape{12}{1000}{OT1} \setfont\shortconttt\ttshape{12}{1000}{OT1TT} % We provide the user-level command % @fonttextsize 10 % (or 11) to redefine the text font size. pt is assumed. % \def\xiword{11} \def\xword{10} \def\xwordpt{10pt} % \parseargdef\fonttextsize{% \def\textsizearg{#1}% %\wlog{doing @fonttextsize \textsizearg}% % % Set \globaldefs so that documents can use this inside @tex, since % makeinfo 4.8 does not support it, but we need it nonetheless. % \begingroup \globaldefs=1 \ifx\textsizearg\xword \definetextfontsizex \else \ifx\textsizearg\xiword \definetextfontsizexi \else \errhelp=\EMsimple \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'} \fi\fi \endgroup } % % Change the current font style to #1, remembering it in \curfontstyle. % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in % italics, not bold italics. % \def\setfontstyle#1{% \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd. \csname #1font\endcsname % change the current font } \def\rm{\fam=0 \setfontstyle{rm}} \def\it{\fam=\itfam \setfontstyle{it}} \def\sl{\fam=\slfam \setfontstyle{sl}} \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} \def\tt{\fam=\ttfam \setfontstyle{tt}} % Texinfo sort of supports the sans serif font style, which plain TeX does not. % So we set up a \sf. \newfam\sffam \def\sf{\fam=\sffam \setfontstyle{sf}} % We don't need math for this font style. \def\ttsl{\setfontstyle{ttsl}} % In order for the font changes to affect most math symbols and letters, % we have to define the \textfont of the standard families. We don't % bother to reset \scriptfont and \scriptscriptfont; awaiting user need. % \def\resetmathfonts{% \textfont0=\rmfont \textfont1=\ifont \textfont2=\syfont \textfont\itfam=\itfont \textfont\slfam=\slfont \textfont\bffam=\bffont \textfont\ttfam=\ttfont \textfont\sffam=\sffont } % % The font-changing commands (all called \...fonts) redefine the meanings % of \STYLEfont, instead of just \STYLE. We do this because \STYLE needs % to also set the current \fam for math mode. Our \STYLE (e.g., \rm) % commands hardwire \STYLEfont to set the current font. % % Each font-changing command also sets the names \lsize (one size lower) % and \lllsize (three sizes lower). These relative commands are used % in, e.g., the LaTeX logo and acronyms. % % This all needs generalizing, badly. % \def\assignfonts#1{% \expandafter\let\expandafter\rmfont\csname #1rm\endcsname \expandafter\let\expandafter\itfont\csname #1it\endcsname \expandafter\let\expandafter\slfont\csname #1sl\endcsname \expandafter\let\expandafter\bffont\csname #1bf\endcsname \expandafter\let\expandafter\ttfont\csname #1tt\endcsname \expandafter\let\expandafter\smallcaps\csname #1sc\endcsname \expandafter\let\expandafter\sffont \csname #1sf\endcsname \expandafter\let\expandafter\ifont \csname #1i\endcsname \expandafter\let\expandafter\syfont \csname #1sy\endcsname \expandafter\let\expandafter\ttslfont\csname #1ttsl\endcsname } \newif\ifrmisbold % Select smaller font size with the current style. Used to change font size % in, e.g., the LaTeX logo and acronyms. If we are using bold fonts for % normal roman text, also use bold fonts for roman text in the smaller size. \def\switchtolllsize{% \expandafter\assignfonts\expandafter{\lllsize}% \ifrmisbold \let\rmfont\bffont \fi \csname\curfontstyle\endcsname }% \def\switchtolsize{% \expandafter\assignfonts\expandafter{\lsize}% \ifrmisbold \let\rmfont\bffont \fi \csname\curfontstyle\endcsname }% \def\definefontsetatsize#1#2#3#4#5{% \expandafter\def\csname #1fonts\endcsname{% \def\curfontsize{#1}% \def\lsize{#2}\def\lllsize{#3}% \csname rmisbold#5\endcsname \assignfonts{#1}% \resetmathfonts \setleading{#4}% }} \definefontsetatsize{text} {reduced}{smaller}{\textleading}{false} \definefontsetatsize{title} {chap} {subsec} {27pt} {true} \definefontsetatsize{chap} {sec} {text} {19pt} {true} \definefontsetatsize{sec} {subsec} {reduced}{17pt} {true} \definefontsetatsize{ssec} {text} {small} {15pt} {true} \definefontsetatsize{reduced}{small} {smaller}{10.5pt}{false} \definefontsetatsize{small} {smaller}{smaller}{10.5pt}{false} \definefontsetatsize{smaller}{smaller}{smaller}{9.5pt} {false} \def\titlefont#1{{\titlefonts\rm #1}} \let\subsecfonts = \ssecfonts \let\subsubsecfonts = \ssecfonts % Define these just so they can be easily changed for other fonts. \def\angleleft{$\langle$} \def\angleright{$\rangle$} % Set the fonts to use with the @small... environments. \let\smallexamplefonts = \smallfonts % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample % can fit this many characters: % 8.5x11=86 smallbook=72 a4=90 a5=69 % If we use \scriptfonts (8pt), then we can fit this many characters: % 8.5x11=90+ smallbook=80 a4=90+ a5=77 % For me, subjectively, the few extra characters that fit aren't worth % the additional smallness of 8pt. So I'm making the default 9pt. % % By the way, for comparison, here's what fits with @example (10pt): % 8.5x11=71 smallbook=60 a4=75 a5=58 % --karl, 24jan03. % Set up the default fonts, so we can use them for creating boxes. % \definetextfontsizexi \message{markup,} % Check if we are currently using a typewriter font. Since all the % Computer Modern typewriter fonts have zero interword stretch (and % shrink), and it is reasonable to expect all typewriter fonts to have % this property, we can check that font parameter. % \def\ifmonospace{\ifdim\fontdimen3\font=0pt } % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will % define and register \INITMACRO to be called on markup style changes. % \INITMACRO can check \currentmarkupstyle for the innermost % style and the set of \ifmarkupSTYLE switches for all styles % currently in effect. \newif\ifmarkupvar \newif\ifmarkupsamp \newif\ifmarkupkey %\newif\ifmarkupfile % @file == @samp. %\newif\ifmarkupoption % @option == @samp. \newif\ifmarkupcode \newif\ifmarkupkbd %\newif\ifmarkupenv % @env == @code. %\newif\ifmarkupcommand % @command == @code. \newif\ifmarkuptex % @tex (and part of @math, for now). \newif\ifmarkupexample \newif\ifmarkupverb \newif\ifmarkupverbatim \let\currentmarkupstyle\empty \def\setupmarkupstyle#1{% \csname markup#1true\endcsname \def\currentmarkupstyle{#1}% \markupstylesetup } \let\markupstylesetup\empty \def\defmarkupstylesetup#1{% \expandafter\def\expandafter\markupstylesetup \expandafter{\markupstylesetup #1}% \def#1% } % Markup style setup for left and right quotes. \defmarkupstylesetup\markupsetuplq{% \expandafter\let\expandafter \temp \csname markupsetuplq\currentmarkupstyle\endcsname \ifx\temp\relax \markupsetuplqdefault \else \temp \fi } \defmarkupstylesetup\markupsetuprq{% \expandafter\let\expandafter \temp \csname markupsetuprq\currentmarkupstyle\endcsname \ifx\temp\relax \markupsetuprqdefault \else \temp \fi } { \catcode`\'=\active \catcode`\`=\active \gdef\markupsetuplqdefault{\let`\lq} \gdef\markupsetuprqdefault{\let'\rq} \gdef\markupsetcodequoteleft{\let`\codequoteleft} \gdef\markupsetcodequoteright{\let'\codequoteright} } \let\markupsetuplqcode \markupsetcodequoteleft \let\markupsetuprqcode \markupsetcodequoteright % \let\markupsetuplqexample \markupsetcodequoteleft \let\markupsetuprqexample \markupsetcodequoteright % \let\markupsetuplqkbd \markupsetcodequoteleft \let\markupsetuprqkbd \markupsetcodequoteright % \let\markupsetuplqsamp \markupsetcodequoteleft \let\markupsetuprqsamp \markupsetcodequoteright % \let\markupsetuplqverb \markupsetcodequoteleft \let\markupsetuprqverb \markupsetcodequoteright % \let\markupsetuplqverbatim \markupsetcodequoteleft \let\markupsetuprqverbatim \markupsetcodequoteright % Allow an option to not use regular directed right quote/apostrophe % (char 0x27), but instead the undirected quote from cmtt (char 0x0d). % The undirected quote is ugly, so don't make it the default, but it % works for pasting with more pdf viewers (at least evince), the % lilypond developers report. xpdf does work with the regular 0x27. % \def\codequoteright{% \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax '% \else \char'15 \fi \else \char'15 \fi } % % and a similar option for the left quote char vs. a grave accent. % Modern fonts display ASCII 0x60 as a grave accent, so some people like % the code environments to do likewise. % \def\codequoteleft{% \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax % [Knuth] pp. 380,381,391 % \relax disables Spanish ligatures ?` and !` of \tt font. \relax`% \else \char'22 \fi \else \char'22 \fi } % Commands to set the quote options. % \parseargdef\codequoteundirected{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxicodequoteundirected\endcsname = t% \else\ifx\temp\offword \expandafter\let\csname SETtxicodequoteundirected\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @codequoteundirected value `\temp', must be on|off}% \fi\fi } % \parseargdef\codequotebacktick{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxicodequotebacktick\endcsname = t% \else\ifx\temp\offword \expandafter\let\csname SETtxicodequotebacktick\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @codequotebacktick value `\temp', must be on|off}% \fi\fi } % [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font. \def\noligaturesquoteleft{\relax\lq} % Count depth in font-changes, for error checks \newcount\fontdepth \fontdepth=0 % Font commands. % #1 is the font command (\sl or \it), #2 is the text to slant. % If we are in a monospaced environment, however, 1) always use \ttsl, % and 2) do not add an italic correction. \def\dosmartslant#1#2{% \ifusingtt {{\ttsl #2}\let\next=\relax}% {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}% \next } \def\smartslanted{\dosmartslant\sl} \def\smartitalic{\dosmartslant\it} % Output an italic correction unless \next (presumed to be the following % character) is such as not to need one. \def\smartitaliccorrection{% \ifx\next,% \else\ifx\next-% \else\ifx\next.% \else\ifx\next\.% \else\ifx\next\comma% \else\ptexslash \fi\fi\fi\fi\fi \aftersmartic } % Unconditional use \ttsl, and no ic. @var is set to this for defuns. \def\ttslanted#1{{\ttsl #1}} % @cite is like \smartslanted except unconditionally use \sl. We never want % ttsl for book titles, do we? \def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection} \def\aftersmartic{} \def\var#1{% \let\saveaftersmartic = \aftersmartic \def\aftersmartic{\null\let\aftersmartic=\saveaftersmartic}% \smartslanted{#1}% } \let\i=\smartitalic \let\slanted=\smartslanted \let\dfn=\smartslanted \let\emph=\smartitalic % Explicit font changes: @r, @sc, undocumented @ii. \def\r#1{{\rm #1}} % roman font \def\sc#1{{\smallcaps#1}} % smallcaps font \def\ii#1{{\it #1}} % italic font % @b, explicit bold. Also @strong. \def\b#1{{\bf #1}} \let\strong=\b % @sansserif, explicit sans. \def\sansserif#1{{\sf #1}} % We can't just use \exhyphenpenalty, because that only has effect at % the end of a paragraph. Restore normal hyphenation at the end of the % group within which \nohyphenation is presumably called. % \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation} \def\restorehyphenation{\hyphenchar\font = `- } % Set sfcode to normal for the chars that usually have another value. % Can't use plain's \frenchspacing because it uses the `\x notation, and % sometimes \x has an active definition that messes things up. % \catcode`@=11 \def\plainfrenchspacing{% \sfcode`\.=\@m \sfcode`\?=\@m \sfcode`\!=\@m \sfcode`\:=\@m \sfcode`\;=\@m \sfcode`\,=\@m \def\endofsentencespacefactor{1000}% for @. and friends } \def\plainnonfrenchspacing{% \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000 \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 \def\endofsentencespacefactor{3000}% for @. and friends } \catcode`@=\other \def\endofsentencespacefactor{3000}% default % @t, explicit typewriter. \def\t#1{% {\tt \rawbackslash \plainfrenchspacing #1}% \null } % @samp. \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}} % @indicateurl is \samp, that is, with quotes. \let\indicateurl=\samp % @code (and similar) prints in typewriter, but with spaces the same % size as normal in the surrounding text, without hyphenation, etc. % This is a subroutine for that. \def\tclose#1{% {% % Change normal interword space to be same as for the current font. \spaceskip = \fontdimen2\font % % Switch to typewriter. \tt % % But `\ ' produces the large typewriter interword space. \def\ {{\spaceskip = 0pt{} }}% % % Turn off hyphenation. \nohyphenation % \rawbackslash \plainfrenchspacing #1% }% \null % reset spacefactor to 1000 } % We *must* turn on hyphenation at `-' and `_' in @code. % (But see \codedashfinish below.) % Otherwise, it is too hard to avoid overfull hboxes % in the Emacs manual, the Library manual, etc. % % Unfortunately, TeX uses one parameter (\hyphenchar) to control % both hyphenation at - and hyphenation within words. % We must therefore turn them both off (\tclose does that) % and arrange explicitly to hyphenate at a dash. -- rms. { \catcode`\-=\active \catcode`\_=\active \catcode`\'=\active \catcode`\`=\active \global\let'=\rq \global\let`=\lq % default definitions % \global\def\code{\begingroup \setupmarkupstyle{code}% % The following should really be moved into \setupmarkupstyle handlers. \catcode\dashChar=\active \catcode\underChar=\active \ifallowcodebreaks \let-\codedash \let_\codeunder \else \let-\normaldash \let_\realunder \fi % Given -foo (with a single dash), we do not want to allow a break % after the hyphen. \global\let\codedashprev=\codedash % \codex } % \gdef\codedash{\futurelet\next\codedashfinish} \gdef\codedashfinish{% \normaldash % always output the dash character itself. % % Now, output a discretionary to allow a line break, unless % (a) the next character is a -, or % (b) the preceding character is a -. % E.g., given --posix, we do not want to allow a break after either -. % Given --foo-bar, we do want to allow a break between the - and the b. \ifx\next\codedash \else \ifx\codedashprev\codedash \else \discretionary{}{}{}\fi \fi % we need the space after the = for the case when \next itself is a % space token; it would get swallowed otherwise. As in @code{- a}. \global\let\codedashprev= \next } } \def\normaldash{-} % \def\codex #1{\tclose{#1}\endgroup} \def\codeunder{% % this is all so @math{@code{var_name}+1} can work. In math mode, _ % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.) % will therefore expand the active definition of _, which is us % (inside @code that is), therefore an endless loop. \ifusingtt{\ifmmode \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_. \else\normalunderscore \fi \discretionary{}{}{}}% {\_}% } % An additional complication: the above will allow breaks after, e.g., % each of the four underscores in __typeof__. This is bad. % @allowcodebreaks provides a document-level way to turn breaking at - % and _ on and off. % \newif\ifallowcodebreaks \allowcodebreakstrue \def\keywordtrue{true} \def\keywordfalse{false} \parseargdef\allowcodebreaks{% \def\txiarg{#1}% \ifx\txiarg\keywordtrue \allowcodebreakstrue \else\ifx\txiarg\keywordfalse \allowcodebreaksfalse \else \errhelp = \EMsimple \errmessage{Unknown @allowcodebreaks option `\txiarg', must be true|false}% \fi\fi } % For @command, @env, @file, @option quotes seem unnecessary, % so use \code rather than \samp. \let\command=\code \let\env=\code \let\file=\code \let\option=\code % @uref (abbreviation for `urlref') aka @url takes an optional % (comma-separated) second argument specifying the text to display and % an optional third arg as text to display instead of (rather than in % addition to) the url itself. First (mandatory) arg is the url. % TeX-only option to allow changing PDF output to show only the second % arg (if given), and not the url (which is then just the link target). \newif\ifurefurlonlylink % The main macro is \urefbreak, which allows breaking at expected % places within the url. (There used to be another version, which % didn't support automatic breaking.) \def\urefbreak{\begingroup \urefcatcodes \dourefbreak} \let\uref=\urefbreak % \def\dourefbreak#1{\urefbreakfinish #1,,,\finish} \def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example \unsepspaces \pdfurl{#1}% \setbox0 = \hbox{\ignorespaces #3}% \ifdim\wd0 > 0pt \unhbox0 % third arg given, show only that \else \setbox0 = \hbox{\ignorespaces #2}% look for second arg \ifdim\wd0 > 0pt \ifpdf % For pdfTeX and LuaTeX \ifurefurlonlylink % PDF plus option to not display url, show just arg \unhbox0 \else % PDF, normally display both arg and url for consistency, % visibility, if the pdf is eventually used to print, etc. \unhbox0\ (\urefcode{#1})% \fi \else \ifx\XeTeXrevision\thisisundefined \unhbox0\ (\urefcode{#1})% DVI, always show arg and url \else % For XeTeX \ifurefurlonlylink % PDF plus option to not display url, show just arg \unhbox0 \else % PDF, normally display both arg and url for consistency, % visibility, if the pdf is eventually used to print, etc. \unhbox0\ (\urefcode{#1})% \fi \fi \fi \else \urefcode{#1}% only url given, so show it \fi \fi \endlink \endgroup} % Allow line breaks around only a few characters (only). \def\urefcatcodes{% \catcode`\&=\active \catcode`\.=\active \catcode`\#=\active \catcode`\?=\active \catcode`\/=\active } { \urefcatcodes % \global\def\urefcode{\begingroup \setupmarkupstyle{code}% \urefcatcodes \let&\urefcodeamp \let.\urefcodedot \let#\urefcodehash \let?\urefcodequest \let/\urefcodeslash \codex } % % By default, they are just regular characters. \global\def&{\normalamp} \global\def.{\normaldot} \global\def#{\normalhash} \global\def?{\normalquest} \global\def/{\normalslash} } % we put a little stretch before and after the breakable chars, to help % line breaking of long url's. The unequal skips make look better in % cmtt at least, especially for dots. \def\urefprestretchamount{.13em} \def\urefpoststretchamount{.1em} \def\urefprestretch{\urefprebreak \hskip0pt plus\urefprestretchamount\relax} \def\urefpoststretch{\urefpostbreak \hskip0pt plus\urefprestretchamount\relax} % \def\urefcodeamp{\urefprestretch \&\urefpoststretch} \def\urefcodedot{\urefprestretch .\urefpoststretch} \def\urefcodehash{\urefprestretch \#\urefpoststretch} \def\urefcodequest{\urefprestretch ?\urefpoststretch} \def\urefcodeslash{\futurelet\next\urefcodeslashfinish} { \catcode`\/=\active \global\def\urefcodeslashfinish{% \urefprestretch \slashChar % Allow line break only after the final / in a sequence of % slashes, to avoid line break between the slashes in http://. \ifx\next/\else \urefpoststretch \fi } } % One more complication: by default we'll break after the special % characters, but some people like to break before the special chars, so % allow that. Also allow no breaking at all, for manual control. % \parseargdef\urefbreakstyle{% \def\txiarg{#1}% \ifx\txiarg\wordnone \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak} \else\ifx\txiarg\wordbefore \def\urefprebreak{\allowbreak}\def\urefpostbreak{\nobreak} \else\ifx\txiarg\wordafter \def\urefprebreak{\nobreak}\def\urefpostbreak{\allowbreak} \else \errhelp = \EMsimple \errmessage{Unknown @urefbreakstyle setting `\txiarg'}% \fi\fi\fi } \def\wordafter{after} \def\wordbefore{before} \def\wordnone{none} \urefbreakstyle after % @url synonym for @uref, since that's how everyone uses it. % \let\url=\uref % rms does not like angle brackets --karl, 17may97. % So now @email is just like @uref, unless we are pdf. % %\def\email#1{\angleleft{\tt #1}\angleright} \ifpdf \def\email#1{\doemail#1,,\finish} \def\doemail#1,#2,#3\finish{\begingroup \unsepspaces \pdfurl{mailto:#1}% \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi \endlink \endgroup} \else \ifx\XeTeXrevision\thisisundefined \let\email=\uref \else \def\email#1{\doemail#1,,\finish} \def\doemail#1,#2,#3\finish{\begingroup \unsepspaces \pdfurl{mailto:#1}% \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi \endlink \endgroup} \fi \fi % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), % `example' (@kbd uses ttsl only inside of @example and friends), % or `code' (@kbd uses normal tty font always). \parseargdef\kbdinputstyle{% \def\txiarg{#1}% \ifx\txiarg\worddistinct \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}% \else\ifx\txiarg\wordexample \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}% \else\ifx\txiarg\wordcode \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}% \else \errhelp = \EMsimple \errmessage{Unknown @kbdinputstyle setting `\txiarg'}% \fi\fi\fi } \def\worddistinct{distinct} \def\wordexample{example} \def\wordcode{code} % Default is `distinct'. \kbdinputstyle distinct % @kbd is like @code, except that if the argument is just one @key command, % then @kbd has no effect. \def\kbd#1{{\def\look{#1}\expandafter\kbdsub\look??\par}} \def\xkey{\key} \def\kbdsub#1#2#3\par{% \def\one{#1}\def\three{#3}\def\threex{??}% \ifx\one\xkey\ifx\threex\three \key{#2}% \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi } % definition of @key that produces a lozenge. Doesn't adjust to text size. %\setfont\keyrm\rmshape{8}{1000}{OT1} %\font\keysy=cmsy9 %\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{% % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% % \vbox{\hrule\kern-0.4pt % \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}% % \kern-0.4pt\hrule}% % \kern-.06em\raise0.4pt\hbox{\angleright}}}} % definition of @key with no lozenge. If the current font is already % monospace, don't change it; that way, we respect @kbdinputstyle. But % if it isn't monospace, then use \tt. % \def\key#1{{\setupmarkupstyle{key}% \nohyphenation \ifmonospace\else\tt\fi #1}\null} % @clicksequence{File @click{} Open ...} \def\clicksequence#1{\begingroup #1\endgroup} % @clickstyle @arrow (by default) \parseargdef\clickstyle{\def\click{#1}} \def\click{\arrow} % Typeset a dimension, e.g., `in' or `pt'. The only reason for the % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt. % \def\dmn#1{\thinspace #1} % @acronym for "FBI", "NATO", and the like. % We print this one point size smaller, since it's intended for % all-uppercase. % \def\acronym#1{\doacronym #1,,\finish} \def\doacronym#1,#2,#3\finish{% {\switchtolsize #1}% \def\temp{#2}% \ifx\temp\empty \else \space ({\unsepspaces \ignorespaces \temp \unskip})% \fi \null % reset \spacefactor=1000 } % @abbr for "Comput. J." and the like. % No font change, but don't do end-of-sentence spacing. % \def\abbr#1{\doabbr #1,,\finish} \def\doabbr#1,#2,#3\finish{% {\plainfrenchspacing #1}% \def\temp{#2}% \ifx\temp\empty \else \space ({\unsepspaces \ignorespaces \temp \unskip})% \fi \null % reset \spacefactor=1000 } % @asis just yields its argument. Used with @table, for example. % \def\asis#1{#1} % @math outputs its argument in math mode. % % One complication: _ usually means subscripts, but it could also mean % an actual _ character, as in @math{@var{some_variable} + 1}. So make % _ active, and distinguish by seeing if the current family is \slfam, % which is what @var uses. { \catcode`\_ = \active \gdef\mathunderscore{% \catcode`\_=\active \def_{\ifnum\fam=\slfam \_\else\sb\fi}% } } % Another complication: we want \\ (and @\) to output a math (or tt) \. % FYI, plain.tex uses \\ as a temporary control sequence (for no % particular reason), but this is not advertised and we don't care. % % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\. \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} % \def\math{% \ifmmode\else % only go into math if not in math mode already \tex \mathunderscore \let\\ = \mathbackslash \mathactive % make the texinfo accent commands work in math mode \let\"=\ddot \let\'=\acute \let\==\bar \let\^=\hat \let\`=\grave \let\u=\breve \let\v=\check \let\~=\tilde \let\dotaccent=\dot % have to provide another name for sup operator \let\mathopsup=\sup $\expandafter\finishmath\fi } \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex. % Some active characters (such as <) are spaced differently in math. % We have to reset their definitions in case the @math was an argument % to a command which sets the catcodes (such as @item or @section). % { \catcode`^ = \active \catcode`< = \active \catcode`> = \active \catcode`+ = \active \catcode`' = \active \gdef\mathactive{% \let^ = \ptexhat \let< = \ptexless \let> = \ptexgtr \let+ = \ptexplus \let' = \ptexquoteright } } % for @sub and @sup, if in math mode, just do a normal sub/superscript. % If in text, use math to place as sub/superscript, but switch % into text mode, with smaller fonts. This is a different font than the % one used for real math sub/superscripts (8pt vs. 7pt), but let's not % fix it (significant additions to font machinery) until someone notices. % \def\sub{\ifmmode \expandafter\sb \else \expandafter\finishsub\fi} \def\finishsub#1{$\sb{\hbox{\switchtolllsize #1}}$}% % \def\sup{\ifmmode \expandafter\ptexsp \else \expandafter\finishsup\fi} \def\finishsup#1{$\ptexsp{\hbox{\switchtolllsize #1}}$}% % @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}. % Ignore unless FMTNAME == tex; then it is like @iftex and @tex, % except specified as a normal braced arg, so no newlines to worry about. % \def\outfmtnametex{tex} % \long\def\inlinefmt#1{\doinlinefmt #1,\finish} \long\def\doinlinefmt#1,#2,\finish{% \def\inlinefmtname{#1}% \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\fi } % % @inlinefmtifelse{FMTNAME,THEN-TEXT,ELSE-TEXT} expands THEN-TEXT if % FMTNAME is tex, else ELSE-TEXT. \long\def\inlinefmtifelse#1{\doinlinefmtifelse #1,,,\finish} \long\def\doinlinefmtifelse#1,#2,#3,#4,\finish{% \def\inlinefmtname{#1}% \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\else \ignorespaces #3\fi } % % For raw, must switch into @tex before parsing the argument, to avoid % setting catcodes prematurely. Doing it this way means that, for % example, @inlineraw{html, foo{bar} gets a parse error instead of being % ignored. But this isn't important because if people want a literal % *right* brace they would have to use a command anyway, so they may as % well use a command to get a left brace too. We could re-use the % delimiter character idea from \verb, but it seems like overkill. % \long\def\inlineraw{\tex \doinlineraw} \long\def\doinlineraw#1{\doinlinerawtwo #1,\finish} \def\doinlinerawtwo#1,#2,\finish{% \def\inlinerawname{#1}% \ifx\inlinerawname\outfmtnametex \ignorespaces #2\fi \endgroup % close group opened by \tex. } % @inlineifset{VAR, TEXT} expands TEXT if VAR is @set. % \long\def\inlineifset#1{\doinlineifset #1,\finish} \long\def\doinlineifset#1,#2,\finish{% \def\inlinevarname{#1}% \expandafter\ifx\csname SET\inlinevarname\endcsname\relax \else\ignorespaces#2\fi } % @inlineifclear{VAR, TEXT} expands TEXT if VAR is not @set. % \long\def\inlineifclear#1{\doinlineifclear #1,\finish} \long\def\doinlineifclear#1,#2,\finish{% \def\inlinevarname{#1}% \expandafter\ifx\csname SET\inlinevarname\endcsname\relax \ignorespaces#2\fi } \message{glyphs,} % and logos. % @@ prints an @, as does @atchar{}. \def\@{\char64 } \let\atchar=\@ % @{ @} @lbracechar{} @rbracechar{} all generate brace characters. \def\lbracechar{{\ifmonospace\char123\else\ensuremath\lbrace\fi}} \def\rbracechar{{\ifmonospace\char125\else\ensuremath\rbrace\fi}} \let\{=\lbracechar \let\}=\rbracechar % @comma{} to avoid , parsing problems. \let\comma = , % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. \let\, = \ptexc \let\dotaccent = \ptexdot \def\ringaccent#1{{\accent23 #1}} \let\tieaccent = \ptext \let\ubaraccent = \ptexb \let\udotaccent = \d % Other special characters: @questiondown @exclamdown @ordf @ordm % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. \def\questiondown{?`} \def\exclamdown{!`} \def\ordf{\leavevmode\raise1ex\hbox{\switchtolllsize \underbar{a}}} \def\ordm{\leavevmode\raise1ex\hbox{\switchtolllsize \underbar{o}}} % Dotless i and dotless j, used for accents. \def\imacro{i} \def\jmacro{j} \def\dotless#1{% \def\temp{#1}% \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi \else \errmessage{@dotless can be used only with i or j}% \fi\fi } % The \TeX{} logo, as in plain, but resetting the spacing so that a % period following counts as ending a sentence. (Idea found in latex.) % \edef\TeX{\TeX \spacefactor=1000 } % @LaTeX{} logo. Not quite the same results as the definition in % latex.ltx, since we use a different font for the raised A; it's most % convenient for us to use an explicitly smaller font, rather than using % the \scriptstyle font (since we don't reset \scriptstyle and % \scriptscriptstyle). % \def\LaTeX{% L\kern-.36em {\setbox0=\hbox{T}% \vbox to \ht0{\hbox{% \ifx\textnominalsize\xwordpt % for 10pt running text, lllsize (8pt) is too small for the A in LaTeX. % Revert to plain's \scriptsize, which is 7pt. \count255=\the\fam $\fam\count255 \scriptstyle A$% \else % For 11pt, we can use our lllsize. \switchtolllsize A% \fi }% \vss }}% \kern-.15em \TeX } % Some math mode symbols. Define \ensuremath to switch into math mode % unless we are already there. Expansion tricks may not be needed here, % but safer, and can't hurt. \def\ensuremath{\ifmmode \expandafter\asis \else\expandafter\ensuredmath \fi} \def\ensuredmath#1{$\relax#1$} % \def\bullet{\ensuremath\ptexbullet} \def\geq{\ensuremath\ge} \def\leq{\ensuremath\le} \def\minus{\ensuremath-} % @dots{} outputs an ellipsis using the current font. % We do .5em per period so that it has the same spacing in the cm % typewriter fonts as three actual period characters; on the other hand, % in other typewriter fonts three periods are wider than 1.5em. So do % whichever is larger. % \def\dots{% \leavevmode \setbox0=\hbox{...}% get width of three periods \ifdim\wd0 > 1.5em \dimen0 = \wd0 \else \dimen0 = 1.5em \fi \hbox to \dimen0{% \hskip 0pt plus.25fil .\hskip 0pt plus1fil .\hskip 0pt plus1fil .\hskip 0pt plus.5fil }% } % @enddots{} is an end-of-sentence ellipsis. % \def\enddots{% \dots \spacefactor=\endofsentencespacefactor } % @point{}, @result{}, @expansion{}, @print{}, @equiv{}. % % Since these characters are used in examples, they should be an even number of % \tt widths. Each \tt character is 1en, so two makes it 1em. % \def\point{$\star$} \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}} \def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}} \def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}} \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}} \def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}} % The @error{} command. % Adapted from the TeXbook's \boxit. % \newbox\errorbox % {\ttfont \global\dimen0 = 3em}% Width of the box. \dimen2 = .55pt % Thickness of rules % The text. (`r' is open on the right, `e' somewhat less so on the left.) \setbox0 = \hbox{\kern-.75pt \reducedsf \putworderror\kern-1.5pt} % \setbox\errorbox=\hbox to \dimen0{\hfil \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. \advance\hsize by -2\dimen2 % Rules. \vbox{% \hrule height\dimen2 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text. \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. \kern3pt\vrule width\dimen2}% Space to right. \hrule height\dimen2} \hfil} % \def\error{\leavevmode\lower.7ex\copy\errorbox} % @pounds{} is a sterling sign, which Knuth put in the CM italic font. % \def\pounds{{\it\$}} % @euro{} comes from a separate font, depending on the current style. % We use the free feym* fonts from the eurosym package by Henrik % Theiling, which support regular, slanted, bold and bold slanted (and % "outlined" (blackboard board, sort of) versions, which we don't need). % It is available from http://www.ctan.org/tex-archive/fonts/eurosym. % % Although only regular is the truly official Euro symbol, we ignore % that. The Euro is designed to be slightly taller than the regular % font height. % % feymr - regular % feymo - slanted % feybr - bold % feybo - bold slanted % % There is no good (free) typewriter version, to my knowledge. % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide. % Hmm. % % Also doesn't work in math. Do we need to do math with euro symbols? % Hope not. % % \def\euro{{\eurofont e}} \def\eurofont{% % We set the font at each command, rather than predefining it in % \textfonts and the other font-switching commands, so that % installations which never need the symbol don't have to have the % font installed. % % There is only one designed size (nominal 10pt), so we always scale % that to the current nominal size. % % By the way, simply using "at 1em" works for cmr10 and the like, but % does not work for cmbx10 and other extended/shrunken fonts. % \def\eurosize{\csname\curfontsize nominalsize\endcsname}% % \ifx\curfontstyle\bfstylename % bold: \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize \else % regular: \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize \fi \thiseurofont } % Glyphs from the EC fonts. We don't use \let for the aliases, because % sometimes we redefine the original macro, and the alias should reflect % the redefinition. % % Use LaTeX names for the Icelandic letters. \def\DH{{\ecfont \char"D0}} % Eth \def\dh{{\ecfont \char"F0}} % eth \def\TH{{\ecfont \char"DE}} % Thorn \def\th{{\ecfont \char"FE}} % thorn % \def\guillemetleft{{\ecfont \char"13}} \def\guillemotleft{\guillemetleft} \def\guillemetright{{\ecfont \char"14}} \def\guillemotright{\guillemetright} \def\guilsinglleft{{\ecfont \char"0E}} \def\guilsinglright{{\ecfont \char"0F}} \def\quotedblbase{{\ecfont \char"12}} \def\quotesinglbase{{\ecfont \char"0D}} % % This positioning is not perfect (see the ogonek LaTeX package), but % we have the precomposed glyphs for the most common cases. We put the % tests to use those glyphs in the single \ogonek macro so we have fewer % dummy definitions to worry about for index entries, etc. % % ogonek is also used with other letters in Lithuanian (IOU), but using % the precomposed glyphs for those is not so easy since they aren't in % the same EC font. \def\ogonek#1{{% \def\temp{#1}% \ifx\temp\macrocharA\Aogonek \else\ifx\temp\macrochara\aogonek \else\ifx\temp\macrocharE\Eogonek \else\ifx\temp\macrochare\eogonek \else \ecfont \setbox0=\hbox{#1}% \ifdim\ht0=1ex\accent"0C #1% \else\ooalign{\unhbox0\crcr\hidewidth\char"0C \hidewidth}% \fi \fi\fi\fi\fi }% } \def\Aogonek{{\ecfont \char"81}}\def\macrocharA{A} \def\aogonek{{\ecfont \char"A1}}\def\macrochara{a} \def\Eogonek{{\ecfont \char"86}}\def\macrocharE{E} \def\eogonek{{\ecfont \char"A6}}\def\macrochare{e} % % Use the European Computer Modern fonts (cm-super in outline format) % for non-CM glyphs. That is ec* for regular text and tc* for the text % companion symbols (LaTeX TS1 encoding). Both are part of the ec % package and follow the same conventions. % \def\ecfont{\etcfont{e}} \def\tcfont{\etcfont{t}} % \def\etcfont#1{% % We can't distinguish serif/sans and italic/slanted, but this % is used for crude hacks anyway (like adding French and German % quotes to documents typeset with CM, where we lose kerning), so % hopefully nobody will notice/care. \edef\ecsize{\csname\curfontsize ecsize\endcsname}% \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}% \ifmonospace % typewriter: \font\thisecfont = #1ctt\ecsize \space at \nominalsize \else \ifx\curfontstyle\bfstylename % bold: \font\thisecfont = #1cb\ifusingit{i}{x}\ecsize \space at \nominalsize \else % regular: \font\thisecfont = #1c\ifusingit{ti}{rm}\ecsize \space at \nominalsize \fi \fi \thisecfont } % @registeredsymbol - R in a circle. The font for the R should really % be smaller yet, but lllsize is the best we can do for now. % Adapted from the plain.tex definition of \copyright. % \def\registeredsymbol{% $^{{\ooalign{\hfil\raise.07ex\hbox{\switchtolllsize R}% \hfil\crcr\Orb}}% }$% } % @textdegree - the normal degrees sign. % \def\textdegree{$^\circ$} % Laurent Siebenmann reports \Orb undefined with: % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38 % so we'll define it if necessary. % \ifx\Orb\thisisundefined \def\Orb{\mathhexbox20D} \fi % Quotes. \chardef\quotedblleft="5C \chardef\quotedblright=`\" \chardef\quoteleft=`\` \chardef\quoteright=`\' \message{page headings,} \newskip\titlepagetopglue \titlepagetopglue = 1.5in \newskip\titlepagebottomglue \titlepagebottomglue = 2pc % First the title page. Must do @settitle before @titlepage. \newif\ifseenauthor \newif\iffinishedtitlepage % @setcontentsaftertitlepage used to do an implicit @contents or % @shortcontents after @end titlepage, but it is now obsolete. \def\setcontentsaftertitlepage{% \errmessage{@setcontentsaftertitlepage has been removed as a Texinfo command; move your @contents command if you want the contents after the title page.}}% \def\setshortcontentsaftertitlepage{% \errmessage{@setshortcontentsaftertitlepage has been removed as a Texinfo command; move your @shortcontents and @contents commands if you want the contents after the title page.}}% \parseargdef\shorttitlepage{% \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}% \endgroup\page\hbox{}\page} \envdef\titlepage{% % Open one extra group, as we want to close it in the middle of \Etitlepage. \begingroup \parindent=0pt \textfonts % Leave some space at the very top of the page. \vglue\titlepagetopglue % No rule at page bottom unless we print one at the top with @title. \finishedtitlepagetrue % % Most title ``pages'' are actually two pages long, with space % at the top of the second. We don't want the ragged left on the second. \let\oldpage = \page \def\page{% \iffinishedtitlepage\else \finishtitlepage \fi \let\page = \oldpage \page \null }% } \def\Etitlepage{% \iffinishedtitlepage\else \finishtitlepage \fi % It is important to do the page break before ending the group, % because the headline and footline are only empty inside the group. % If we use the new definition of \page, we always get a blank page % after the title page, which we certainly don't want. \oldpage \endgroup % % Need this before the \...aftertitlepage checks so that if they are % in effect the toc pages will come out with page numbers. \HEADINGSon } \def\finishtitlepage{% \vskip4pt \hrule height 2pt width \hsize \vskip\titlepagebottomglue \finishedtitlepagetrue } % Settings used for typesetting titles: no hyphenation, no indentation, % don't worry much about spacing, ragged right. This should be used % inside a \vbox, and fonts need to be set appropriately first. \par should % be specified before the end of the \vbox, since a vbox is a group. % \def\raggedtitlesettings{% \rm \hyphenpenalty=10000 \parindent=0pt \tolerance=5000 \ptexraggedright } % Macros to be used within @titlepage: \let\subtitlerm=\rmfont \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines} \parseargdef\title{% \checkenv\titlepage \vbox{\titlefonts \raggedtitlesettings #1\par}% % print a rule at the page bottom also. \finishedtitlepagefalse \vskip4pt \hrule height 4pt width \hsize \vskip4pt } \parseargdef\subtitle{% \checkenv\titlepage {\subtitlefont \rightline{#1}}% } % @author should come last, but may come many times. % It can also be used inside @quotation. % \parseargdef\author{% \def\temp{\quotation}% \ifx\thisenv\temp \def\quotationauthor{#1}% printed in \Equotation. \else \checkenv\titlepage \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi {\secfonts\rm \leftline{#1}}% \fi } % Set up page headings and footings. \let\thispage=\folio \newtoks\evenheadline % headline on even pages \newtoks\oddheadline % headline on odd pages \newtoks\evenfootline % footline on even pages \newtoks\oddfootline % footline on odd pages % Now make \makeheadline and \makefootline in Plain TeX use those variables \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline \else \the\evenheadline \fi}} \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline \else \the\evenfootline \fi}\HEADINGShook} \let\HEADINGShook=\relax % Commands to set those variables. % For example, this is what @headings on does % @evenheading @thistitle|@thispage|@thischapter % @oddheading @thischapter|@thispage|@thistitle % @evenfooting @thisfile|| % @oddfooting ||@thisfile \def\evenheading{\parsearg\evenheadingxxx} \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish} \def\evenheadingyyy #1\|#2\|#3\|#4\finish{% \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \def\oddheading{\parsearg\oddheadingxxx} \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish} \def\oddheadingyyy #1\|#2\|#3\|#4\finish{% \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}% \def\evenfooting{\parsearg\evenfootingxxx} \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish} \def\evenfootingyyy #1\|#2\|#3\|#4\finish{% \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \def\oddfooting{\parsearg\oddfootingxxx} \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish} \def\oddfootingyyy #1\|#2\|#3\|#4\finish{% \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}% % % Leave some space for the footline. Hopefully ok to assume % @evenfooting will not be used by itself. \global\advance\txipageheight by -12pt \global\advance\vsize by -12pt } \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}} % @evenheadingmarks top \thischapter <- chapter at the top of a page % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page % % The same set of arguments for: % % @oddheadingmarks % @evenfootingmarks % @oddfootingmarks % @everyheadingmarks % @everyfootingmarks % These define \getoddheadingmarks, \getevenheadingmarks, % \getoddfootingmarks, and \getevenfootingmarks, each to one of % \gettopheadingmarks, \getbottomheadingmarks. % \def\evenheadingmarks{\headingmarks{even}{heading}} \def\oddheadingmarks{\headingmarks{odd}{heading}} \def\evenfootingmarks{\headingmarks{even}{footing}} \def\oddfootingmarks{\headingmarks{odd}{footing}} \parseargdef\everyheadingmarks{\headingmarks{even}{heading}{#1} \headingmarks{odd}{heading}{#1} } \parseargdef\everyfootingmarks{\headingmarks{even}{footing}{#1} \headingmarks{odd}{footing}{#1} } % #1 = even/odd, #2 = heading/footing, #3 = top/bottom. \def\headingmarks#1#2#3 {% \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname \global\expandafter\let\csname get#1#2marks\endcsname \temp } \everyheadingmarks bottom \everyfootingmarks bottom % @headings double turns headings on for double-sided printing. % @headings single turns headings on for single-sided printing. % @headings off turns them off. % @headings on same as @headings double, retained for compatibility. % @headings after turns on double-sided headings after this page. % @headings doubleafter turns on double-sided headings after this page. % @headings singleafter turns on single-sided headings after this page. % By default, they are off at the start of a document, % and turned `on' after @end titlepage. \parseargdef\headings{\csname HEADINGS#1\endcsname} \def\headingsoff{% non-global headings elimination \evenheadline={\hfil}\evenfootline={\hfil}% \oddheadline={\hfil}\oddfootline={\hfil}% } \def\HEADINGSoff{{\globaldefs=1 \headingsoff}} % global setting \HEADINGSoff % it's the default % When we turn headings on, set the page number to 1. % For double-sided printing, put current file name in lower left corner, % chapter name on inside top of right hand pages, document % title on inside top of left hand pages, and page numbers on outside top % edge of all pages. \def\HEADINGSdouble{% \global\pageno=1 \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapterheading\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } \let\contentsalignmacro = \chappager % For single-sided printing, chapter title goes across top left of page, % page number on top right. \def\HEADINGSsingle{% \global\pageno=1 \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\thischapterheading\hfil\folio}} \global\oddheadline={\line{\thischapterheading\hfil\folio}} \global\let\contentsalignmacro = \chappager } \def\HEADINGSon{\HEADINGSdouble} \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex} \let\HEADINGSdoubleafter=\HEADINGSafter \def\HEADINGSdoublex{% \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapterheading\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex} \def\HEADINGSsinglex{% \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\thischapterheading\hfil\folio}} \global\oddheadline={\line{\thischapterheading\hfil\folio}} \global\let\contentsalignmacro = \chappager } % Subroutines used in generating headings % This produces Day Month Year style of output. % Only define if not already defined, in case a txi-??.tex file has set % up a different format (e.g., txi-cs.tex does this). \ifx\today\thisisundefined \def\today{% \number\day\space \ifcase\month \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec \fi \space\number\year} \fi % @settitle line... specifies the title of the document, for headings. % It generates no output of its own. \def\thistitle{\putwordNoTitle} \def\settitle{\parsearg{\gdef\thistitle}} \message{tables,} % Tables -- @table, @ftable, @vtable, @item(x). % default indentation of table text \newdimen\tableindent \tableindent=.8in % default indentation of @itemize and @enumerate text \newdimen\itemindent \itemindent=.3in % margin between end of table item and start of table text. \newdimen\itemmargin \itemmargin=.1in % used internally for \itemindent minus \itemmargin \newdimen\itemmax % Note @table, @ftable, and @vtable define @item, @itemx, etc., with % these defs. % They also define \itemindex % to index the item name in whatever manner is desired (perhaps none). \newif\ifitemxneedsnegativevskip \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi} \def\internalBitem{\smallbreak \parsearg\itemzzz} \def\internalBitemx{\itemxpar \parsearg\itemzzz} \def\itemzzz #1{\begingroup % \advance\hsize by -\rightskip \advance\hsize by -\tableindent \setbox0=\hbox{\itemindicate{#1}}% \itemindex{#1}% \nobreak % This prevents a break before @itemx. % % If the item text does not fit in the space we have, put it on a line % by itself, and do not allow a page break either before or after that % line. We do not start a paragraph here because then if the next % command is, e.g., @kindex, the whatsit would get put into the % horizontal list on a line by itself, resulting in extra blank space. \ifdim \wd0>\itemmax % % Make this a paragraph so we get the \parskip glue and wrapping, % but leave it ragged-right. \begingroup \advance\leftskip by-\tableindent \advance\hsize by\tableindent \advance\rightskip by0pt plus1fil\relax \leavevmode\unhbox0\par \endgroup % % We're going to be starting a paragraph, but we don't want the % \parskip glue -- logically it's part of the @item we just started. \nobreak \vskip-\parskip % % Stop a page break at the \parskip glue coming up. However, if % what follows is an environment such as @example, there will be no % \parskip glue; then the negative vskip we just inserted would % cause the example and the item to crash together. So we use this % bizarre value of 10001 as a signal to \aboveenvbreak to insert % \parskip glue after all. Section titles are handled this way also. % \penalty 10001 \endgroup \itemxneedsnegativevskipfalse \else % The item text fits into the space. Start a paragraph, so that the % following text (if any) will end up on the same line. \noindent % Do this with kerns and \unhbox so that if there is a footnote in % the item text, it can migrate to the main vertical list and % eventually be printed. \nobreak\kern-\tableindent \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0 \unhbox0 \nobreak\kern\dimen0 \endgroup \itemxneedsnegativevskiptrue \fi } \def\item{\errmessage{@item while not in a list environment}} \def\itemx{\errmessage{@itemx while not in a list environment}} % @table, @ftable, @vtable. \envdef\table{% \let\itemindex\gobble \tablecheck{table}% } \envdef\ftable{% \def\itemindex ##1{\doind {fn}{\code{##1}}}% \tablecheck{ftable}% } \envdef\vtable{% \def\itemindex ##1{\doind {vr}{\code{##1}}}% \tablecheck{vtable}% } \def\tablecheck#1{% \ifnum \the\catcode`\^^M=\active \endgroup \errmessage{This command won't work in this context; perhaps the problem is that we are \inenvironment\thisenv}% \def\next{\doignore{#1}}% \else \let\next\tablex \fi \next } \def\tablex#1{% \def\itemindicate{#1}% \parsearg\tabley } \def\tabley#1{% {% \makevalueexpandable \edef\temp{\noexpand\tablez #1\space\space\space}% \expandafter }\temp \endtablez } \def\tablez #1 #2 #3 #4\endtablez{% \aboveenvbreak \ifnum 0#1>0 \advance \leftskip by #1\mil \fi \ifnum 0#2>0 \tableindent=#2\mil \fi \ifnum 0#3>0 \advance \rightskip by #3\mil \fi \itemmax=\tableindent \advance \itemmax by -\itemmargin \advance \leftskip by \tableindent \exdentamount=\tableindent \parindent = 0pt \parskip = \smallskipamount \ifdim \parskip=0pt \parskip=2pt \fi \let\item = \internalBitem \let\itemx = \internalBitemx } \def\Etable{\endgraf\afterenvbreak} \let\Eftable\Etable \let\Evtable\Etable \let\Eitemize\Etable \let\Eenumerate\Etable % This is the counter used by @enumerate, which is really @itemize \newcount \itemno \envdef\itemize{\parsearg\doitemize} \def\doitemize#1{% \aboveenvbreak \itemmax=\itemindent \advance\itemmax by -\itemmargin \advance\leftskip by \itemindent \exdentamount=\itemindent \parindent=0pt \parskip=\smallskipamount \ifdim\parskip=0pt \parskip=2pt \fi % % Try typesetting the item mark so that if the document erroneously says % something like @itemize @samp (intending @table), there's an error % right away at the @itemize. It's not the best error message in the % world, but it's better than leaving it to the @item. This means if % the user wants an empty mark, they have to say @w{} not just @w. \def\itemcontents{#1}% \setbox0 = \hbox{\itemcontents}% % % @itemize with no arg is equivalent to @itemize @bullet. \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi % \let\item=\itemizeitem } % Definition of @item while inside @itemize and @enumerate. % \def\itemizeitem{% \advance\itemno by 1 % for enumerations {\let\par=\endgraf \smallbreak}% reasonable place to break {% % If the document has an @itemize directly after a section title, a % \nobreak will be last on the list, and \sectionheading will have % done a \vskip-\parskip. In that case, we don't want to zero % parskip, or the item text will crash with the heading. On the % other hand, when there is normal text preceding the item (as there % usually is), we do want to zero parskip, or there would be too much % space. In that case, we won't have a \nobreak before. At least % that's the theory. \ifnum\lastpenalty<10000 \parskip=0in \fi \noindent \hbox to 0pt{\hss \itemcontents \kern\itemmargin}% % \ifinner\else \vadjust{\penalty 1200}% not good to break after first line of item. \fi % We can be in inner vertical mode in a footnote, although an % @itemize looks awful there. }% \flushcr } % \splitoff TOKENS\endmark defines \first to be the first token in % TOKENS, and \rest to be the remainder. % \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}% % Allow an optional argument of an uppercase letter, lowercase letter, % or number, to specify the first label in the enumerated list. No % argument is the same as `1'. % \envparseargdef\enumerate{\enumeratey #1 \endenumeratey} \def\enumeratey #1 #2\endenumeratey{% % If we were given no argument, pretend we were given `1'. \def\thearg{#1}% \ifx\thearg\empty \def\thearg{1}\fi % % Detect if the argument is a single token. If so, it might be a % letter. Otherwise, the only valid thing it can be is a number. % (We will always have one token, because of the test we just made. % This is a good thing, since \splitoff doesn't work given nothing at % all -- the first parameter is undelimited.) \expandafter\splitoff\thearg\endmark \ifx\rest\empty % Only one token in the argument. It could still be anything. % A ``lowercase letter'' is one whose \lccode is nonzero. % An ``uppercase letter'' is one whose \lccode is both nonzero, and % not equal to itself. % Otherwise, we assume it's a number. % % We need the \relax at the end of the \ifnum lines to stop TeX from % continuing to look for a . % \ifnum\lccode\expandafter`\thearg=0\relax \numericenumerate % a number (we hope) \else % It's a letter. \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax \lowercaseenumerate % lowercase letter \else \uppercaseenumerate % uppercase letter \fi \fi \else % Multiple tokens in the argument. We hope it's a number. \numericenumerate \fi } % An @enumerate whose labels are integers. The starting integer is % given in \thearg. % \def\numericenumerate{% \itemno = \thearg \startenumeration{\the\itemno}% } % The starting (lowercase) letter is in \thearg. \def\lowercaseenumerate{% \itemno = \expandafter`\thearg \startenumeration{% % Be sure we're not beyond the end of the alphabet. \ifnum\itemno=0 \errmessage{No more lowercase letters in @enumerate; get a bigger alphabet}% \fi \char\lccode\itemno }% } % The starting (uppercase) letter is in \thearg. \def\uppercaseenumerate{% \itemno = \expandafter`\thearg \startenumeration{% % Be sure we're not beyond the end of the alphabet. \ifnum\itemno=0 \errmessage{No more uppercase letters in @enumerate; get a bigger alphabet} \fi \char\uccode\itemno }% } % Call \doitemize, adding a period to the first argument and supplying the % common last two arguments. Also subtract one from the initial value in % \itemno, since @item increments \itemno. % \def\startenumeration#1{% \advance\itemno by -1 \doitemize{#1.}\flushcr } % @alphaenumerate and @capsenumerate are abbreviations for giving an arg % to @enumerate. % \def\alphaenumerate{\enumerate{a}} \def\capsenumerate{\enumerate{A}} \def\Ealphaenumerate{\Eenumerate} \def\Ecapsenumerate{\Eenumerate} % @multitable macros % Amy Hendrickson, 8/18/94, 3/6/96 % % @multitable ... @end multitable will make as many columns as desired. % Contents of each column will wrap at width given in preamble. Width % can be specified either with sample text given in a template line, % or in percent of \hsize, the current width of text on page. % Table can continue over pages but will only break between lines. % To make preamble: % % Either define widths of columns in terms of percent of \hsize: % @multitable @columnfractions .25 .3 .45 % @item ... % % Numbers following @columnfractions are the percent of the total % current hsize to be used for each column. You may use as many % columns as desired. % Or use a template: % @multitable {Column 1 template} {Column 2 template} {Column 3 template} % @item ... % using the widest term desired in each column. % Each new table line starts with @item, each subsequent new column % starts with @tab. Empty columns may be produced by supplying @tab's % with nothing between them for as many times as empty columns are needed, % ie, @tab@tab@tab will produce two empty columns. % @item, @tab do not need to be on their own lines, but it will not hurt % if they are. % Sample multitable: % @multitable {Column 1 template} {Column 2 template} {Column 3 template} % @item first col stuff @tab second col stuff @tab third col % @item % first col stuff % @tab % second col stuff % @tab % third col % @item first col stuff @tab second col stuff % @tab Many paragraphs of text may be used in any column. % % They will wrap at the width determined by the template. % @item@tab@tab This will be in third column. % @end multitable % Default dimensions may be reset by user. % @multitableparskip is vertical space between paragraphs in table. % @multitableparindent is paragraph indent in table. % @multitablecolmargin is horizontal space to be left between columns. % @multitablelinespace is space to leave between table items, baseline % to baseline. % 0pt means it depends on current normal line spacing. % \newskip\multitableparskip \newskip\multitableparindent \newdimen\multitablecolspace \newskip\multitablelinespace \multitableparskip=0pt \multitableparindent=6pt \multitablecolspace=12pt \multitablelinespace=0pt % Macros used to set up halign preamble: % \let\endsetuptable\relax \def\xendsetuptable{\endsetuptable} \let\columnfractions\relax \def\xcolumnfractions{\columnfractions} \newif\ifsetpercent % #1 is the @columnfraction, usually a decimal number like .5, but might % be just 1. We just use it, whatever it is. % \def\pickupwholefraction#1 {% \global\advance\colcount by 1 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% \setuptable } \newcount\colcount \def\setuptable#1{% \def\firstarg{#1}% \ifx\firstarg\xendsetuptable \let\go = \relax \else \ifx\firstarg\xcolumnfractions \global\setpercenttrue \else \ifsetpercent \let\go\pickupwholefraction \else \global\advance\colcount by 1 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a % separator; typically that is always in the input, anyway. \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% \fi \fi \ifx\go\pickupwholefraction % Put the argument back for the \pickupwholefraction call, so % we'll always have a period there to be parsed. \def\go{\pickupwholefraction#1}% \else \let\go = \setuptable \fi% \fi \go } % multitable-only commands. % % @headitem starts a heading row, which we typeset in bold. Assignments % have to be global since we are inside the implicit group of an % alignment entry. \everycr below resets \everytab so we don't have to % undo it ourselves. \def\headitemfont{\b}% for people to use in the template row; not changeable \def\headitem{% \checkenv\multitable \crcr \gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings \global\everytab={\bf}% can't use \headitemfont since the parsing differs \the\everytab % for the first item }% % % default for tables with no headings. \let\headitemcrhook=\relax % % A \tab used to include \hskip1sp. But then the space in a template % line is not enough. That is bad. So let's go back to just `&' until % we again encounter the problem the 1sp was intended to solve. % --karl, nathan@acm.org, 20apr99. \def\tab{\checkenv\multitable &\the\everytab}% % @multitable ... @end multitable definitions: % \newtoks\everytab % insert after every tab. % \envdef\multitable{% \vskip\parskip \startsavinginserts % % @item within a multitable starts a normal row. % We use \def instead of \let so that if one of the multitable entries % contains an @itemize, we don't choke on the \item (seen as \crcr aka % \endtemplate) expanding \doitemize. \def\item{\crcr}% % \tolerance=9500 \hbadness=9500 \setmultitablespacing \parskip=\multitableparskip \parindent=\multitableparindent \overfullrule=0pt \global\colcount=0 % \everycr = {% \noalign{% \global\everytab={}% Reset from possible headitem. \global\colcount=0 % Reset the column counter. % % Check for saved footnotes, etc.: \checkinserts % % Perhaps a \nobreak, then reset: \headitemcrhook \global\let\headitemcrhook=\relax }% }% % \parsearg\domultitable } \def\domultitable#1{% % To parse everything between @multitable and @item: \setuptable#1 \endsetuptable % % This preamble sets up a generic column definition, which will % be used as many times as user calls for columns. % \vtop will set a single line and will also let text wrap and % continue for many paragraphs if desired. \halign\bgroup &% \global\advance\colcount by 1 \multistrut \vtop{% % Use the current \colcount to find the correct column width: \hsize=\expandafter\csname col\the\colcount\endcsname % % In order to keep entries from bumping into each other % we will add a \leftskip of \multitablecolspace to all columns after % the first one. % % If a template has been used, we will add \multitablecolspace % to the width of each template entry. % % If the user has set preamble in terms of percent of \hsize we will % use that dimension as the width of the column, and the \leftskip % will keep entries from bumping into each other. Table will start at % left margin and final column will justify at right margin. % % Make sure we don't inherit \rightskip from the outer environment. \rightskip=0pt \ifnum\colcount=1 % The first column will be indented with the surrounding text. \advance\hsize by\leftskip \else \ifsetpercent \else % If user has not set preamble in terms of percent of \hsize % we will advance \hsize by \multitablecolspace. \advance\hsize by \multitablecolspace \fi % In either case we will make \leftskip=\multitablecolspace: \leftskip=\multitablecolspace \fi % Ignoring space at the beginning and end avoids an occasional spurious % blank line, when TeX decides to break the line at the space before the % box from the multistrut, so the strut ends up on a line by itself. % For example: % @multitable @columnfractions .11 .89 % @item @code{#} % @tab Legal holiday which is valid in major parts of the whole country. % Is automatically provided with highlighting sequences respectively % marking characters. \noindent\ignorespaces##\unskip\multistrut }\cr } \def\Emultitable{% \crcr \egroup % end the \halign \global\setpercentfalse } \def\setmultitablespacing{% \def\multistrut{\strut}% just use the standard line spacing % % Compute \multitablelinespace (if not defined by user) for use in % \multitableparskip calculation. We used define \multistrut based on % this, but (ironically) that caused the spacing to be off. % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100. \ifdim\multitablelinespace=0pt \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip \global\advance\multitablelinespace by-\ht0 \fi % Test to see if parskip is larger than space between lines of % table. If not, do nothing. % If so, set to same dimension as multitablelinespace. \ifdim\multitableparskip>\multitablelinespace \global\multitableparskip=\multitablelinespace \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller % than skip between lines in the table. \fi% \ifdim\multitableparskip=0pt \global\multitableparskip=\multitablelinespace \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller % than skip between lines in the table. \fi} \message{conditionals,} % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext, % @ifnotxml always succeed. They currently do nothing; we don't % attempt to check whether the conditionals are properly nested. But we % have to remember that they are conditionals, so that @end doesn't % attempt to close an environment group. % \def\makecond#1{% \expandafter\let\csname #1\endcsname = \relax \expandafter\let\csname iscond.#1\endcsname = 1 } \makecond{iftex} \makecond{ifnotdocbook} \makecond{ifnothtml} \makecond{ifnotinfo} \makecond{ifnotplaintext} \makecond{ifnotxml} % Ignore @ignore, @ifhtml, @ifinfo, and the like. % \def\direntry{\doignore{direntry}} \def\documentdescription{\doignore{documentdescription}} \def\docbook{\doignore{docbook}} \def\html{\doignore{html}} \def\ifdocbook{\doignore{ifdocbook}} \def\ifhtml{\doignore{ifhtml}} \def\ifinfo{\doignore{ifinfo}} \def\ifnottex{\doignore{ifnottex}} \def\ifplaintext{\doignore{ifplaintext}} \def\ifxml{\doignore{ifxml}} \def\ignore{\doignore{ignore}} \def\menu{\doignore{menu}} \def\xml{\doignore{xml}} % Ignore text until a line `@end #1', keeping track of nested conditionals. % % A count to remember the depth of nesting. \newcount\doignorecount \def\doignore#1{\begingroup % Scan in ``verbatim'' mode: \obeylines \catcode`\@ = \other \catcode`\{ = \other \catcode`\} = \other % % Make sure that spaces turn into tokens that match what \doignoretext wants. \spaceisspace % % Count number of #1's that we've seen. \doignorecount = 0 % % Swallow text until we reach the matching `@end #1'. \dodoignore{#1}% } { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source. \obeylines % % \gdef\dodoignore#1{% % #1 contains the command name as a string, e.g., `ifinfo'. % % Define a command to find the next `@end #1'. \long\def\doignoretext##1^^M@end #1{% \doignoretextyyy##1^^M@#1\_STOP_}% % % And this command to find another #1 command, at the beginning of a % line. (Otherwise, we would consider a line `@c @ifset', for % example, to count as an @ifset for nesting.) \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}% % % And now expand that command. \doignoretext ^^M% }% } \def\doignoreyyy#1{% \def\temp{#1}% \ifx\temp\empty % Nothing found. \let\next\doignoretextzzz \else % Found a nested condition, ... \advance\doignorecount by 1 \let\next\doignoretextyyy % ..., look for another. % If we're here, #1 ends with ^^M\ifinfo (for example). \fi \next #1% the token \_STOP_ is present just after this macro. } % We have to swallow the remaining "\_STOP_". % \def\doignoretextzzz#1{% \ifnum\doignorecount = 0 % We have just found the outermost @end. \let\next\enddoignore \else % Still inside a nested condition. \advance\doignorecount by -1 \let\next\doignoretext % Look for the next @end. \fi \next } % Finish off ignored text. { \obeylines% % Ignore anything after the last `@end #1'; this matters in verbatim % environments, where otherwise the newline after an ignored conditional % would result in a blank line in the output. \gdef\enddoignore#1^^M{\endgroup\ignorespaces}% } % @set VAR sets the variable VAR to an empty value. % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE. % % Since we want to separate VAR from REST-OF-LINE (which might be % empty), we can't just use \parsearg; we have to insert a space of our % own to delimit the rest of the line, and then take it out again if we % didn't need it. % We rely on the fact that \parsearg sets \catcode`\ =10. % \parseargdef\set{\setyyy#1 \endsetyyy} \def\setyyy#1 #2\endsetyyy{% {% \makevalueexpandable \def\temp{#2}% \edef\next{\gdef\makecsname{SET#1}}% \ifx\temp\empty \next{}% \else \setzzz#2\endsetzzz \fi }% } % Remove the trailing space \setxxx inserted. \def\setzzz#1 \endsetzzz{\next{#1}} % @clear VAR clears (i.e., unsets) the variable VAR. % \parseargdef\clear{% {% \makevalueexpandable \global\expandafter\let\csname SET#1\endcsname=\relax }% } % @value{foo} gets the text saved in variable foo. \def\value{\begingroup\makevalueexpandable\valuexxx} \def\valuexxx#1{\expandablevalue{#1}\endgroup} { \catcode`\-=\active \catcode`\_=\active % \gdef\makevalueexpandable{% \let\value = \expandablevalue % We don't want these characters active, ... \catcode`\-=\other \catcode`\_=\other % ..., but we might end up with active ones in the argument if % we're called from @code, as @code{@value{foo-bar_}}, though. % So \let them to their normal equivalents. \let-\normaldash \let_\normalunderscore } } % We have this subroutine so that we can handle at least some @value's % properly in indexes (we call \makevalueexpandable in \indexdummies). % The command has to be fully expandable (if the variable is set), since % the result winds up in the index file. This means that if the % variable's value contains other Texinfo commands, it's almost certain % it will fail (although perhaps we could fix that with sufficient work % to do a one-level expansion on the result, instead of complete). % % Unfortunately, this has the consequence that when _ is in the *value* % of an @set, it does not print properly in the roman fonts (get the cmr % dot accent at position 126 instead). No fix comes to mind, and it's % been this way since 2003 or earlier, so just ignore it. % \def\expandablevalue#1{% \expandafter\ifx\csname SET#1\endcsname\relax {[No value for ``#1'']}% \message{Variable `#1', used in @value, is not set.}% \else \csname SET#1\endcsname \fi } % Like \expandablevalue, but completely expandable (the \message in the % definition above operates at the execution level of TeX). Used when % writing to auxiliary files, due to the expansion that \write does. % If flag is undefined, pass through an unexpanded @value command: maybe it % will be set by the time it is read back in. % % NB flag names containing - or _ may not work here. \def\dummyvalue#1{% \expandafter\ifx\csname SET#1\endcsname\relax \noexpand\value{#1}% \else \csname SET#1\endcsname \fi } % Used for @value's in index entries to form the sort key: expand the @value % if possible, otherwise sort late. \def\indexnofontsvalue#1{% \expandafter\ifx\csname SET#1\endcsname\relax ZZZZZZZ \else \csname SET#1\endcsname \fi } % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined % with @set. % % To get the special treatment we need for `@end ifset,' we call % \makecond and then redefine. % \makecond{ifset} \def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}} \def\doifset#1#2{% {% \makevalueexpandable \let\next=\empty \expandafter\ifx\csname SET#2\endcsname\relax #1% If not set, redefine \next. \fi \expandafter }\next } \def\ifsetfail{\doignore{ifset}} % @ifclear VAR ... @end executes the `...' iff VAR has never been % defined with @set, or has been undefined with @clear. % % The `\else' inside the `\doifset' parameter is a trick to reuse the % above code: if the variable is not set, do nothing, if it is set, % then redefine \next to \ifclearfail. % \makecond{ifclear} \def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}} \def\ifclearfail{\doignore{ifclear}} % @ifcommandisdefined CMD ... @end executes the `...' if CMD (written % without the @) is in fact defined. We can only feasibly check at the % TeX level, so something like `mathcode' is going to considered % defined even though it is not a Texinfo command. % \makecond{ifcommanddefined} \def\ifcommanddefined{\parsearg{\doifcmddefined{\let\next=\ifcmddefinedfail}}} % \def\doifcmddefined#1#2{{% \makevalueexpandable \let\next=\empty \expandafter\ifx\csname #2\endcsname\relax #1% If not defined, \let\next as above. \fi \expandafter }\next } \def\ifcmddefinedfail{\doignore{ifcommanddefined}} % @ifcommandnotdefined CMD ... handled similar to @ifclear above. \makecond{ifcommandnotdefined} \def\ifcommandnotdefined{% \parsearg{\doifcmddefined{\else \let\next=\ifcmdnotdefinedfail}}} \def\ifcmdnotdefinedfail{\doignore{ifcommandnotdefined}} % Set the `txicommandconditionals' variable, so documents have a way to % test if the @ifcommand...defined conditionals are available. \set txicommandconditionals % @dircategory CATEGORY -- specify a category of the dir file % which this file should belong to. Ignore this in TeX. \let\dircategory=\comment % @defininfoenclose. \let\definfoenclose=\comment \message{indexing,} % Index generation facilities % Define \newwrite to be identical to plain tex's \newwrite % except not \outer, so it can be used within macros and \if's. \edef\newwrite{\makecsname{ptexnewwrite}} % \newindex {foo} defines an index named IX. % It automatically defines \IXindex such that % \IXindex ...rest of line... puts an entry in the index IX. % It also defines \IXindfile to be the number of the output channel for % the file that accumulates this index. The file's extension is IX. % The name of an index should be no more than 2 characters long % for the sake of vms. % \def\newindex#1{% \expandafter\chardef\csname#1indfile\endcsname=0 \expandafter\xdef\csname#1index\endcsname{% % Define @#1index \noexpand\doindex{#1}} } % @defindex foo == \newindex{foo} % \def\defindex{\parsearg\newindex} % Define @defcodeindex, like @defindex except put all entries in @code. % \def\defcodeindex{\parsearg\newcodeindex} % \def\newcodeindex#1{% \expandafter\chardef\csname#1indfile\endcsname=0 \expandafter\xdef\csname#1index\endcsname{% \noexpand\docodeindex{#1}}% } % The default indices: \newindex{cp}% concepts, \newcodeindex{fn}% functions, \newcodeindex{vr}% variables, \newcodeindex{tp}% types, \newcodeindex{ky}% keys \newcodeindex{pg}% and programs. % @synindex foo bar makes index foo feed into index bar. % Do this instead of @defindex foo if you don't want it as a separate index. % % @syncodeindex foo bar similar, but put all entries made for index foo % inside @code. % \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}} \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}} % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo), % #3 the target index (bar). \def\dosynindex#1#2#3{% \requireopenindexfile{#3}% % redefine \fooindfile: \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname \expandafter\let\csname#2indfile\endcsname=\temp % redefine \fooindex: \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}% } % Define \doindex, the driver for all index macros. % Argument #1 is generated by the calling \fooindex macro, % and it is the two-letter name of the index. \def\doindex#1{\edef\indexname{#1}\parsearg\doindexxxx} \def\doindexxxx #1{\doind{\indexname}{#1}} % like the previous two, but they put @code around the argument. \def\docodeindex#1{\edef\indexname{#1}\parsearg\docodeindexxxx} \def\docodeindexxxx #1{\doind{\indexname}{\code{#1}}} % Used when writing an index entry out to an index file to prevent % expansion of Texinfo commands that can appear in an index entry. % \def\indexdummies{% \escapechar = `\\ % use backslash in output files. \definedummyletter\@% \definedummyletter\ % % % For texindex which always views { and } as separators. \def\{{\lbracechar{}}% \def\}{\rbracechar{}}% % % Do the redefinitions. \definedummies } % Used for the aux and toc files, where @ is the escape character. % \def\atdummies{% \definedummyletter\@% \definedummyletter\ % \definedummyletter\{% \definedummyletter\}% % % Do the redefinitions. \definedummies \otherbackslash } % \definedummyword defines \#1 as \string\#1\space, thus effectively % preventing its expansion. This is used only for control words, % not control letters, because the \space would be incorrect for % control characters, but is needed to separate the control word % from whatever follows. % % These can be used both for control words that take an argument and % those that do not. If it is followed by {arg} in the input, then % that will dutifully get written to the index (or wherever). % % For control letters, we have \definedummyletter, which omits the % space. % \def\definedummyword #1{\def#1{\string#1\space}}% \def\definedummyletter#1{\def#1{\string#1}}% \let\definedummyaccent\definedummyletter % Called from \indexdummies and \atdummies, to effectively prevent % the expansion of commands. % \def\definedummies{% % \let\commondummyword\definedummyword \let\commondummyletter\definedummyletter \let\commondummyaccent\definedummyaccent \commondummiesnofonts % \definedummyletter\_% \definedummyletter\-% % % Non-English letters. \definedummyword\AA \definedummyword\AE \definedummyword\DH \definedummyword\L \definedummyword\O \definedummyword\OE \definedummyword\TH \definedummyword\aa \definedummyword\ae \definedummyword\dh \definedummyword\exclamdown \definedummyword\l \definedummyword\o \definedummyword\oe \definedummyword\ordf \definedummyword\ordm \definedummyword\questiondown \definedummyword\ss \definedummyword\th % % Although these internal commands shouldn't show up, sometimes they do. \definedummyword\bf \definedummyword\gtr \definedummyword\hat \definedummyword\less \definedummyword\sf \definedummyword\sl \definedummyword\tclose \definedummyword\tt % \definedummyword\LaTeX \definedummyword\TeX % % Assorted special characters. \definedummyword\atchar \definedummyword\arrow \definedummyword\bullet \definedummyword\comma \definedummyword\copyright \definedummyword\registeredsymbol \definedummyword\dots \definedummyword\enddots \definedummyword\entrybreak \definedummyword\equiv \definedummyword\error \definedummyword\euro \definedummyword\expansion \definedummyword\geq \definedummyword\guillemetleft \definedummyword\guillemetright \definedummyword\guilsinglleft \definedummyword\guilsinglright \definedummyword\lbracechar \definedummyword\leq \definedummyword\mathopsup \definedummyword\minus \definedummyword\ogonek \definedummyword\pounds \definedummyword\point \definedummyword\print \definedummyword\quotedblbase \definedummyword\quotedblleft \definedummyword\quotedblright \definedummyword\quoteleft \definedummyword\quoteright \definedummyword\quotesinglbase \definedummyword\rbracechar \definedummyword\result \definedummyword\sub \definedummyword\sup \definedummyword\textdegree % % We want to disable all macros so that they are not expanded by \write. \macrolist \let\value\dummyvalue % \normalturnoffactive } % \commondummiesnofonts: common to \definedummies and \indexnofonts. % Define \commondummyletter, \commondummyaccent and \commondummyword before % using. Used for accents, font commands, and various control letters. % \def\commondummiesnofonts{% % Control letters and accents. \commondummyletter\!% \commondummyaccent\"% \commondummyaccent\'% \commondummyletter\*% \commondummyaccent\,% \commondummyletter\.% \commondummyletter\/% \commondummyletter\:% \commondummyaccent\=% \commondummyletter\?% \commondummyaccent\^% \commondummyaccent\`% \commondummyaccent\~% \commondummyword\u \commondummyword\v \commondummyword\H \commondummyword\dotaccent \commondummyword\ogonek \commondummyword\ringaccent \commondummyword\tieaccent \commondummyword\ubaraccent \commondummyword\udotaccent \commondummyword\dotless % % Texinfo font commands. \commondummyword\b \commondummyword\i \commondummyword\r \commondummyword\sansserif \commondummyword\sc \commondummyword\slanted \commondummyword\t % % Commands that take arguments. \commondummyword\abbr \commondummyword\acronym \commondummyword\anchor \commondummyword\cite \commondummyword\code \commondummyword\command \commondummyword\dfn \commondummyword\dmn \commondummyword\email \commondummyword\emph \commondummyword\env \commondummyword\file \commondummyword\image \commondummyword\indicateurl \commondummyword\inforef \commondummyword\kbd \commondummyword\key \commondummyword\math \commondummyword\option \commondummyword\pxref \commondummyword\ref \commondummyword\samp \commondummyword\strong \commondummyword\tie \commondummyword\U \commondummyword\uref \commondummyword\url \commondummyword\var \commondummyword\verb \commondummyword\w \commondummyword\xref } % For testing: output @{ and @} in index sort strings as \{ and \}. \newif\ifusebracesinindexes \let\indexlbrace\relax \let\indexrbrace\relax {\catcode`\@=0 \catcode`\\=13 @gdef@backslashdisappear{@def\{}} } { \catcode`\<=13 \catcode`\-=13 \catcode`\`=13 \gdef\indexnonalnumdisappear{% \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax\else % @set txiindexlquoteignore makes us ignore left quotes in the sort term. % (Introduced for FSFS 2nd ed.) \let`=\empty \fi % \expandafter\ifx\csname SETtxiindexbackslashignore\endcsname\relax\else \backslashdisappear \fi % \expandafter\ifx\csname SETtxiindexhyphenignore\endcsname\relax\else \def-{}% \fi \expandafter\ifx\csname SETtxiindexlessthanignore\endcsname\relax\else \def<{}% \fi \expandafter\ifx\csname SETtxiindexatsignignore\endcsname\relax\else \def\@{}% \fi } \gdef\indexnonalnumreappear{% \useindexbackslash \let-\normaldash \let<\normalless \def\@{@}% } } % \indexnofonts is used when outputting the strings to sort the index % by, and when constructing control sequence names. It eliminates all % control sequences and just writes whatever the best ASCII sort string % would be for a given command (usually its argument). % \def\indexnofonts{% % Accent commands should become @asis. \def\commondummyaccent##1{\let##1\asis}% % We can just ignore other control letters. \def\commondummyletter##1{\let##1\empty}% % All control words become @asis by default; overrides below. \let\commondummyword\commondummyaccent \commondummiesnofonts % % Don't no-op \tt, since it isn't a user-level command % and is used in the definitions of the active chars like <, >, |, etc. % Likewise with the other plain tex font commands. %\let\tt=\asis % \def\ { }% \def\@{@}% \def\_{\normalunderscore}% \def\-{}% @- shouldn't affect sorting % \uccode`\1=`\{ \uppercase{\def\{{1}}% \uccode`\1=`\} \uppercase{\def\}{1}}% \let\lbracechar\{% \let\rbracechar\}% % % Non-English letters. \def\AA{AA}% \def\AE{AE}% \def\DH{DZZ}% \def\L{L}% \def\OE{OE}% \def\O{O}% \def\TH{TH}% \def\aa{aa}% \def\ae{ae}% \def\dh{dzz}% \def\exclamdown{!}% \def\l{l}% \def\oe{oe}% \def\ordf{a}% \def\ordm{o}% \def\o{o}% \def\questiondown{?}% \def\ss{ss}% \def\th{th}% % \def\LaTeX{LaTeX}% \def\TeX{TeX}% % % Assorted special characters. \defglyph gives the control sequence a % definition that removes the {} that follows its use. \defglyph\atchar{@}% \defglyph\arrow{->}% \defglyph\bullet{bullet}% \defglyph\comma{,}% \defglyph\copyright{copyright}% \defglyph\dots{...}% \defglyph\enddots{...}% \defglyph\equiv{==}% \defglyph\error{error}% \defglyph\euro{euro}% \defglyph\expansion{==>}% \defglyph\geq{>=}% \defglyph\guillemetleft{<<}% \defglyph\guillemetright{>>}% \defglyph\guilsinglleft{<}% \defglyph\guilsinglright{>}% \defglyph\leq{<=}% \defglyph\lbracechar{\{}% \defglyph\minus{-}% \defglyph\point{.}% \defglyph\pounds{pounds}% \defglyph\print{-|}% \defglyph\quotedblbase{"}% \defglyph\quotedblleft{"}% \defglyph\quotedblright{"}% \defglyph\quoteleft{`}% \defglyph\quoteright{'}% \defglyph\quotesinglbase{,}% \defglyph\rbracechar{\}}% \defglyph\registeredsymbol{R}% \defglyph\result{=>}% \defglyph\textdegree{o}% % % We need to get rid of all macros, leaving only the arguments (if present). % Of course this is not nearly correct, but it is the best we can do for now. % makeinfo does not expand macros in the argument to @deffn, which ends up % writing an index entry, and texindex isn't prepared for an index sort entry % that starts with \. % % Since macro invocations are followed by braces, we can just redefine them % to take a single TeX argument. The case of a macro invocation that % goes to end-of-line is not handled. % \macrolist \let\value\indexnofontsvalue } \def\defglyph#1#2{\def#1##1{#2}} % see above \let\SETmarginindex=\relax % put index entries in margin (undocumented)? % Most index entries go through here, but \dosubind is the general case. % #1 is the index name, #2 is the entry text. \def\doind#1#2{\dosubind{#1}{#2}{}} % There is also \dosubind {index}{topic}{subtopic} % which makes an entry in a two-level index such as the operation index. % TODO: Two-level index? Operation index? % Workhorse for all indexes. % #1 is name of index, #2 is stuff to put there, #3 is subentry -- % empty if called from \doind, as we usually are (the main exception % is with most defuns, which call us directly). % \def\dosubind#1#2#3{% \iflinks {% \requireopenindexfile{#1}% % Store the main index entry text (including the third arg). \toks0 = {#2}% % If third arg is present, precede it with a space. \def\thirdarg{#3}% \ifx\thirdarg\empty \else \toks0 = \expandafter{\the\toks0 \space #3}% \fi % \edef\writeto{\csname#1indfile\endcsname}% % \safewhatsit\dosubindwrite }% \fi } % Check if an index file has been opened, and if not, open it. \def\requireopenindexfile#1{% \ifnum\csname #1indfile\endcsname=0 \expandafter\newwrite \csname#1indfile\endcsname \edef\suffix{#1}% % A .fls suffix would conflict with the file extension for the output % of -recorder, so use .f1s instead. \ifx\suffix\indexisfl\def\suffix{f1}\fi % Open the file \immediate\openout\csname#1indfile\endcsname \jobname.\suffix % Using \immediate above here prevents an object entering into the current % box, which could confound checks such as those in \safewhatsit for % preceding skips. \typeout{Writing index file \jobname.\suffix}% \fi} \def\indexisfl{fl} % Output \ as {\indexbackslash}, because \ is an escape character in % the index files. \let\indexbackslash=\relax {\catcode`\@=0 \catcode`\\=\active @gdef@useindexbackslash{@def\{{@indexbackslash}}} } % Definition for writing index entry text. \def\sortas#1{\ignorespaces}% % Definition for writing index entry sort key. Should occur at the at % the beginning of the index entry, like % @cindex @sortas{september} \september % The \ignorespaces takes care of following space, but there's no way % to remove space before it. { \catcode`\-=13 \gdef\indexwritesortas{% \begingroup \indexnonalnumreappear \indexwritesortasxxx} \gdef\indexwritesortasxxx#1{% \xdef\indexsortkey{#1}\endgroup} } % Write the entry in \toks0 to the index file. % \def\dosubindwrite{% % Put the index entry in the margin if desired. \ifx\SETmarginindex\relax\else \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}% \fi % % Remember, we are within a group. \indexdummies % Must do this here, since \bf, etc expand at this stage \useindexbackslash % \indexbackslash isn't defined now so it will be output % as is; and it will print as backslash. % The braces around \indexbrace are recognized by texindex. % % Get the string to sort by, by processing the index entry with all % font commands turned off. {\indexnofonts \def\lbracechar{{\indexlbrace}}% \def\rbracechar{{\indexrbrace}}% \let\{=\lbracechar \let\}=\rbracechar \indexnonalnumdisappear \xdef\indexsortkey{}% \let\sortas=\indexwritesortas \edef\temp{\the\toks0}% \setbox\dummybox = \hbox{\temp}% Make sure to execute any \sortas \ifx\indexsortkey\empty \xdef\indexsortkey{\temp}% \ifx\indexsortkey\empty\xdef\indexsortkey{ }\fi \fi }% % % Set up the complete index entry, with both the sort key and % the original text, including any font commands. We write % three arguments to \entry to the .?? file (four in the % subentry case), texindex reduces to two when writing the .??s % sorted result. \edef\temp{% \write\writeto{% \string\entry{\indexsortkey}{\noexpand\folio}{\the\toks0}}% }% \temp } \newbox\dummybox % used above % Take care of unwanted page breaks/skips around a whatsit: % % If a skip is the last thing on the list now, preserve it % by backing up by \lastskip, doing the \write, then inserting % the skip again. Otherwise, the whatsit generated by the % \write or \pdfdest will make \lastskip zero. The result is that % sequences like this: % @end defun % @tindex whatever % @defun ... % will have extra space inserted, because the \medbreak in the % start of the @defun won't see the skip inserted by the @end of % the previous defun. % % But don't do any of this if we're not in vertical mode. We % don't want to do a \vskip and prematurely end a paragraph. % % Avoid page breaks due to these extra skips, too. % % But wait, there is a catch there: % We'll have to check whether \lastskip is zero skip. \ifdim is not % sufficient for this purpose, as it ignores stretch and shrink parts % of the skip. The only way seems to be to check the textual % representation of the skip. % % The following is almost like \def\zeroskipmacro{0.0pt} except that % the ``p'' and ``t'' characters have catcode \other, not 11 (letter). % \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname} % \newskip\whatsitskip \newcount\whatsitpenalty % % ..., ready, GO: % \def\safewhatsit#1{\ifhmode #1% \else % \lastskip and \lastpenalty cannot both be nonzero simultaneously. \whatsitskip = \lastskip \edef\lastskipmacro{\the\lastskip}% \whatsitpenalty = \lastpenalty % % If \lastskip is nonzero, that means the last item was a % skip. And since a skip is discardable, that means this % -\whatsitskip glue we're inserting is preceded by a % non-discardable item, therefore it is not a potential % breakpoint, therefore no \nobreak needed. \ifx\lastskipmacro\zeroskipmacro \else \vskip-\whatsitskip \fi % #1% % \ifx\lastskipmacro\zeroskipmacro % If \lastskip was zero, perhaps the last item was a penalty, and % perhaps it was >=10000, e.g., a \nobreak. In that case, we want % to re-insert the same penalty (values >10000 are used for various % signals); since we just inserted a non-discardable item, any % following glue (such as a \parskip) would be a breakpoint. For example: % @deffn deffn-whatever % @vindex index-whatever % Description. % would allow a break between the index-whatever whatsit % and the "Description." paragraph. \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi \else % On the other hand, if we had a nonzero \lastskip, % this make-up glue would be preceded by a non-discardable item % (the whatsit from the \write), so we must insert a \nobreak. \nobreak\vskip\whatsitskip \fi \fi} % The index entry written in the file actually looks like % \entry {sortstring}{page}{topic} % or % \entry {sortstring}{page}{topic}{subtopic} % The texindex program reads in these files and writes files % containing these kinds of lines: % \initial {c} % before the first topic whose initial is c % \entry {topic}{pagelist} % for a topic that is used without subtopics % \primary {topic} % for the beginning of a topic that is used with subtopics % \secondary {subtopic}{pagelist} % for each subtopic. % Define the user-accessible indexing commands % @findex, @vindex, @kindex, @cindex. \def\findex {\fnindex} \def\kindex {\kyindex} \def\cindex {\cpindex} \def\vindex {\vrindex} \def\tindex {\tpindex} \def\pindex {\pgindex} \def\cindexsub {\begingroup\obeylines\cindexsub} {\obeylines % \gdef\cindexsub "#1" #2^^M{\endgroup % \dosubind{cp}{#2}{#1}}} % Define the macros used in formatting output of the sorted index material. % @printindex causes a particular index (the ??s file) to get printed. % It does not print any chapter heading (usually an @unnumbered). % \parseargdef\printindex{\begingroup \dobreak \chapheadingskip{10000}% % \smallfonts \rm \tolerance = 9500 \plainfrenchspacing \everypar = {}% don't want the \kern\-parindent from indentation suppression. % % See if the index file exists and is nonempty. % Change catcode of @ here so that if the index file contains % \initial {@} % as its first line, TeX doesn't complain about mismatched braces % (because it thinks @} is a control sequence). \catcode`\@ = 12 % See comment in \requireopenindexfile. \def\indexname{#1}\ifx\indexname\indexisfl\def\indexname{f1}\fi \openin 1 \jobname.\indexname s \ifeof 1 % \enddoublecolumns gets confused if there is no text in the index, % and it loses the chapter title and the aux file entries for the % index. The easiest way to prevent this problem is to make sure % there is some text. \putwordIndexNonexistent \typeout{No file \jobname.\indexname s.}% \else \catcode`\\ = 0 % % If the index file exists but is empty, then \openin leaves \ifeof % false. We have to make TeX try to read something from the file, so % it can discover if there is anything in it. \read 1 to \thisline \ifeof 1 \putwordIndexIsEmpty \else % Index files are almost Texinfo source, but we use \ as the escape % character. It would be better to use @, but that's too big a change % to make right now. \def\indexbackslash{\ttbackslash}% \let\indexlbrace\{ % Likewise, set these sequences for braces \let\indexrbrace\} % used in the sort key. \begindoublecolumns \let\dotheinsertentrybox\dotheinsertentryboxwithpenalty % % Read input from the index file line by line. \loopdo \ifeof1 \else \read 1 to \nextline \fi % \indexinputprocessing \thisline % \ifeof1\else \let\thisline\nextline \repeat %% \enddoublecolumns \fi \fi \closein 1 \endgroup} \def\loopdo#1\repeat{\def\body{#1}\loopdoxxx} \def\loopdoxxx{\let\next=\relax\body\let\next=\loopdoxxx\fi\next} \def\indexinputprocessing{% \ifeof1 \let\firsttoken\relax \else \edef\act{\gdef\noexpand\firsttoken{\getfirsttoken\nextline}}% \act \fi } \def\getfirsttoken#1{\expandafter\getfirsttokenx#1\endfirsttoken} \long\def\getfirsttokenx#1#2\endfirsttoken{\noexpand#1} % These macros are used by the sorted index file itself. % Change them to control the appearance of the index. {\catcode`\/=13 \catcode`\-=13 \catcode`\^=13 \catcode`\~=13 \catcode`\_=13 \catcode`\|=13 \catcode`\<=13 \catcode`\>=13 \catcode`\+=13 \catcode`\"=13 \catcode`\$=3 \gdef\initialglyphs{% % Some changes for non-alphabetic characters. Using the glyphs from the % math fonts looks more consistent than the typewriter font used elsewhere % for these characters. \def\indexbackslash{\math{\backslash}}% \let\\=\indexbackslash % % Can't get bold backslash so don't use bold forward slash \catcode`\/=13 \def/{{\secrmnotbold \normalslash}}% \def-{{\normaldash\normaldash}}% en dash `--' \def^{{\chapbf \normalcaret}}% \def~{{\chapbf \normaltilde}}% \def\_{% \leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }% \def|{$\vert$}% \def<{$\less$}% \def>{$\gtr$}% \def+{$\normalplus$}% }} \def\initial{% \bgroup \initialglyphs \initialx } \def\initialx#1{% % Remove any glue we may have, we'll be inserting our own. \removelastskip % % We like breaks before the index initials, so insert a bonus. % The glue before the bonus allows a little bit of space at the % bottom of a column to reduce an increase in inter-line spacing. \nobreak \vskip 0pt plus 5\baselineskip \penalty -300 \vskip 0pt plus -5\baselineskip % % Typeset the initial. Making this add up to a whole number of % baselineskips increases the chance of the dots lining up from column % to column. It still won't often be perfect, because of the stretch % we need before each entry, but it's better. % % No shrink because it confuses \balancecolumns. \vskip 1.67\baselineskip plus 1\baselineskip \leftline{\secfonts \kern-0.05em \secbf #1}% % \secfonts is inside the argument of \leftline so that the change of % \baselineskip will not affect any glue inserted before the vbox that % \leftline creates. % Do our best not to break after the initial. \nobreak \vskip .33\baselineskip plus .1\baselineskip \egroup % \initialglyphs } \newdimen\entryrightmargin \entryrightmargin=0pt % \entry typesets a paragraph consisting of the text (#1), dot leaders, and % then page number (#2) flushed to the right margin. It is used for index % and table of contents entries. The paragraph is indented by \leftskip. % \def\entry{% \begingroup % % For pdfTeX and XeTeX. % The redefinition of \domark stops marks being added in \pdflink to % preserve coloured links across page boundaries. Otherwise the marks % would get in the way of \lastbox in \insertentrybox. \let\domark\relax % % Start a new paragraph if necessary, so our assignments below can't % affect previous text. \par % % No extra space above this paragraph. \parskip = 0in % % When reading the text of entry, convert explicit line breaks % from @* into spaces. The user might give these in long section % titles, for instance. \def\*{\unskip\space\ignorespaces}% \def\entrybreak{\hfil\break}% An undocumented command % % Swallow the left brace of the text (first parameter): \afterassignment\doentry \let\temp = } \def\entrybreak{\unskip\space\ignorespaces}% \def\doentry{% % Save the text of the entry \global\setbox\boxA=\hbox\bgroup \bgroup % Instead of the swallowed brace. \noindent \aftergroup\finishentry % And now comes the text of the entry. % Not absorbing as a macro argument reduces the chance of problems % with catcodes occurring. } {\catcode`\@=11 \gdef\finishentry#1{% \egroup % end box A \dimen@ = \wd\boxA % Length of text of entry \global\setbox\boxA=\hbox\bgroup\unhbox\boxA % #1 is the page number. % % Get the width of the page numbers, and only use % leaders if they are present. \global\setbox\boxB = \hbox{#1}% \ifdim\wd\boxB = 0pt \null\nobreak\hfill\ % \else % \null\nobreak\indexdotfill % Have leaders before the page number. % \ifpdf \pdfgettoks#1.% \hskip\skip\thinshrinkable\the\toksA \else \ifx\XeTeXrevision\thisisundefined \hskip\skip\thinshrinkable #1% \else \pdfgettoks#1.% \hskip\skip\thinshrinkable\the\toksA \fi \fi \fi \egroup % end \boxA \ifdim\wd\boxB = 0pt \global\setbox\entrybox=\vbox{\unhbox\boxA}% \else \global\setbox\entrybox=\vbox\bgroup % We want the text of the entries to be aligned to the left, and the % page numbers to be aligned to the right. % \parindent = 0pt \advance\leftskip by 0pt plus 1fil \advance\leftskip by 0pt plus -1fill \rightskip = 0pt plus -1fil \advance\rightskip by 0pt plus 1fill % Cause last line, which could consist of page numbers on their own % if the list of page numbers is long, to be aligned to the right. \parfillskip=0pt plus -1fill % \advance\rightskip by \entryrightmargin % Determine how far we can stretch into the margin. % This allows, e.g., "Appendix H GNU Free Documentation License" to % fit on one line in @letterpaper format. \ifdim\entryrightmargin>2.1em \dimen@i=2.1em \else \dimen@i=0em \fi \advance \parfillskip by 0pt minus 1\dimen@i % \dimen@ii = \hsize \advance\dimen@ii by -1\leftskip \advance\dimen@ii by -1\entryrightmargin \advance\dimen@ii by 1\dimen@i \ifdim\wd\boxA > \dimen@ii % If the entry doesn't fit in one line \ifdim\dimen@ > 0.8\dimen@ii % due to long index text \dimen@ = 0.7\dimen@ % Try to split the text roughly evenly \dimen@ii = \hsize \ifnum\dimen@>\dimen@ii % If the entry is too long, use the whole line \dimen@ = \dimen@ii \fi \advance\leftskip by 0pt plus 1fill % ragged right \advance \dimen@ by 1\rightskip \parshape = 2 0pt \dimen@ 0em \dimen@ii % Ideally we'd add a finite glue at the end of the first line only, % instead of using \parshape with explicit line lengths, but TeX % doesn't seem to provide a way to do such a thing. % \leftskip = 1em \parindent = -1em \fi\fi \indent % start paragraph \unhbox\boxA % % Do not prefer a separate line ending with a hyphen to fewer lines. \finalhyphendemerits = 0 % % Word spacing - no stretch \spaceskip=\fontdimen2\font minus \fontdimen4\font % \linepenalty=1000 % Discourage line breaks. \hyphenpenalty=5000 % Discourage hyphenation. % \par % format the paragraph \egroup % The \vbox \fi \endgroup \dotheinsertentrybox }} \newskip\thinshrinkable \skip\thinshrinkable=.15em minus .15em \newbox\entrybox \def\insertentrybox{% \ourunvbox\entrybox } % default definition \let\dotheinsertentrybox\insertentrybox % Use \lastbox to take apart vbox box by box, and add each sub-box % to the current vertical list. \def\ourunvbox#1{% \bgroup % for local binding of \delayedbox % Remove the last box from box #1 \global\setbox#1=\vbox{% \unvbox#1% \unskip % remove any glue \unpenalty \global\setbox\interbox=\lastbox }% \setbox\delayedbox=\box\interbox \ifdim\ht#1=0pt\else \ourunvbox#1 % Repeat on what's left of the box \nobreak \fi \box\delayedbox \egroup } \newbox\delayedbox \newbox\interbox % Used from \printindex. \firsttoken should be the first token % after the \entry. If it's not another \entry, we are at the last % line of a group of index entries, so insert a penalty to discourage % widowed index entries. \def\dotheinsertentryboxwithpenalty{% \ifx\firsttoken\isentry \else \penalty 9000 \fi \insertentrybox } \def\isentry{\entry}% % Like plain.tex's \dotfill, except uses up at least 1 em. % The filll stretch here overpowers both the fil and fill stretch to push % the page number to the right. \def\indexdotfill{\cleaders \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1filll} \def\primary #1{\line{#1\hfil}} \newskip\secondaryindent \secondaryindent=0.5cm \def\secondary#1#2{{% \parfillskip=0in \parskip=0in \hangindent=1in \hangafter=1 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill \ifpdf \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. \else \ifx\XeTeXrevision\thisisundefined #2 \else \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. \fi \fi \par }} % Define two-column mode, which we use to typeset indexes. % Adapted from the TeXbook, page 416, which is to say, % the manmac.tex format used to print the TeXbook itself. \catcode`\@=11 % private names \newbox\partialpage \newdimen\doublecolumnhsize % Use inside an output routine to save \topmark and \firstmark \def\savemarks{% \global\savedtopmark=\expandafter{\topmark }% \global\savedfirstmark=\expandafter{\firstmark }% } \newtoks\savedtopmark \newtoks\savedfirstmark % Set \topmark and \firstmark for next time \output runs. % Can't be run from withinside \output (because any material % added while an output routine is active, including % penalties, is saved for after it finishes). The page so far % should be empty, otherwise what's on it will be thrown away. \def\restoremarks{% \mark{\the\savedtopmark}% \bgroup\output = {% \setbox\dummybox=\box\PAGE }abc\eject\egroup % "abc" because output routine doesn't fire for a completely empty page. \mark{\the\savedfirstmark}% } \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns % If not much space left on page, start a new page. \ifdim\pagetotal>0.8\vsize\vfill\eject\fi % % Grab any single-column material above us. \output = {% % % Here is a possibility not foreseen in manmac: if we accumulate a % whole lot of material, we might end up calling this \output % routine twice in a row (see the doublecol-lose test, which is % essentially a couple of indexes with @setchapternewpage off). In % that case we just ship out what is in \partialpage with the normal % output routine. Generally, \partialpage will be empty when this % runs and this will be a no-op. See the indexspread.tex test case. \ifvoid\partialpage \else \onepageout{\pagecontents\partialpage}% \fi % \global\setbox\partialpage = \vbox{% % Unvbox the main output page. \unvbox\PAGE \kern-\topskip \kern\baselineskip }% \savemarks }% \eject % run that output routine to set \partialpage \restoremarks % % We recover the two marks that the last output routine saved in order % to propagate the information in marks added around a chapter heading, % which could be otherwise be lost by the time the final page is output. % % % Use the double-column output routine for subsequent pages. \output = {\doublecolumnout}% % % Change the page size parameters. We could do this once outside this % routine, in each of @smallbook, @afourpaper, and the default 8.5x11 % format, but then we repeat the same computation. Repeating a couple % of assignments once per index is clearly meaningless for the % execution time, so we may as well do it in one place. % % First we halve the line length, less a little for the gutter between % the columns. We compute the gutter based on the line length, so it % changes automatically with the paper format. The magic constant % below is chosen so that the gutter has the same value (well, +-<1pt) % as it did when we hard-coded it. % % We put the result in a separate register, \doublecolumhsize, so we % can restore it in \pagesofar, after \hsize itself has (potentially) % been clobbered. % \doublecolumnhsize = \hsize \advance\doublecolumnhsize by -.04154\hsize \divide\doublecolumnhsize by 2 \hsize = \doublecolumnhsize % % Double the \vsize as well. \advance\vsize by -\ht\partialpage \vsize = 2\vsize % % For the benefit of balancing columns \advance\baselineskip by 0pt plus 0.5pt } % The double-column output routine for all double-column pages except % the last, which is done by \balancecolumns. % \def\doublecolumnout{% % \splittopskip=\topskip \splitmaxdepth=\maxdepth % Get the available space for the double columns -- the normal % (undoubled) page height minus any material left over from the % previous page. \dimen@ = \vsize \divide\dimen@ by 2 % % box0 will be the left-hand column, box2 the right. \setbox0=\vsplit\PAGE to\dimen@ \setbox2=\vsplit\PAGE to\dimen@ \global\advance\vsize by 2\ht\partialpage \onepageout\pagesofar \unvbox\PAGE \penalty\outputpenalty } % % Re-output the contents of the output page -- any previous material, % followed by the two boxes we just split, in box0 and box2. \def\pagesofar{% \unvbox\partialpage % \hsize = \doublecolumnhsize \wd0=\hsize \wd2=\hsize \hbox to\txipagewidth{\box0\hfil\box2}% } % Finished with with double columns. \def\enddoublecolumns{% % The following penalty ensures that the page builder is exercised % _before_ we change the output routine. This is necessary in the % following situation: % % The last section of the index consists only of a single entry. % Before this section, \pagetotal is less than \pagegoal, so no % break occurs before the last section starts. However, the last % section, consisting of \initial and the single \entry, does not % fit on the page and has to be broken off. Without the following % penalty the page builder will not be exercised until \eject % below, and by that time we'll already have changed the output % routine to the \balancecolumns version, so the next-to-last % double-column page will be processed with \balancecolumns, which % is wrong: The two columns will go to the main vertical list, with % the broken-off section in the recent contributions. As soon as % the output routine finishes, TeX starts reconsidering the page % break. The two columns and the broken-off section both fit on the % page, because the two columns now take up only half of the page % goal. When TeX sees \eject from below which follows the final % section, it invokes the new output routine that we've set after % \balancecolumns below; \onepageout will try to fit the two columns % and the final section into the vbox of \txipageheight (see % \pagebody), causing an overfull box. % % Note that glue won't work here, because glue does not exercise the % page builder, unlike penalties (see The TeXbook, pp. 280-281). \penalty0 % \output = {% % Split the last of the double-column material. \savemarks \balancecolumns % % Having called \balancecolumns once, we do not % want to call it again. Therefore, reset \output to its normal % definition right away. \global\output = {\onepageout{\pagecontents\PAGE}}% }% \eject \endgroup % started in \begindoublecolumns \restoremarks % Leave the double-column material on the current page, no automatic % page break. \box\balancedcolumns % % \pagegoal was set to the doubled \vsize above, since we restarted % the current page. We're now back to normal single-column % typesetting, so reset \pagegoal to the normal \vsize. \global\vsize = \txipageheight % \pagegoal = \txipageheight % } \newbox\balancedcolumns \setbox\balancedcolumns=\vbox{shouldnt see this}% % % Only called for the last of the double column material. \doublecolumnout % does the others. \def\balancecolumns{% \setbox0 = \vbox{\unvbox\PAGE}% like \box255 but more efficient, see p.120. \dimen@ = \ht0 \advance\dimen@ by \topskip \advance\dimen@ by-\baselineskip \ifdim\dimen@<5\baselineskip % Don't split a short final column in two. \setbox2=\vbox{}% \else \divide\dimen@ by 2 % target to split to \dimen@ii = \dimen@ \splittopskip = \topskip % Loop until left column is at least as high as the right column. {% \vbadness = 10000 \loop \global\setbox3 = \copy0 \global\setbox1 = \vsplit3 to \dimen@ \ifdim\ht1<\ht3 \global\advance\dimen@ by 1pt \repeat }% % Now the left column is in box 1, and the right column in box 3. % Check whether the left column has come out higher than the page itself. % (Note that we have doubled \vsize for the double columns, so % the actual height of the page is 0.5\vsize). \ifdim2\ht1>\vsize % Just split the last of the double column material roughly in half. \setbox2=\box0 \setbox0 = \vsplit2 to \dimen@ii \setbox0=\vbox to \dimen@ii {\unvbox0\vfill}% \setbox2=\vbox to \dimen@ii {\unvbox2\vfill}% \else % Compare the heights of the two columns. \ifdim4\ht1>5\ht3 % Column heights are too different, so don't make their bottoms % flush with each other. \setbox2=\vbox to \ht1 {\unvbox3\vfill}% \setbox0=\vbox to \ht1 {\unvbox1\vfill}% \else % Make column bottoms flush with each other. \setbox2=\vbox to\ht1{\unvbox3\unskip}% \setbox0=\vbox to\ht1{\unvbox1\unskip}% \fi \fi \fi % \global\setbox\balancedcolumns=\vbox{\pagesofar}% } \catcode`\@ = \other \message{sectioning,} % Chapters, sections, etc. % Let's start with @part. \outer\parseargdef\part{\partzzz{#1}} \def\partzzz#1{% \chapoddpage \null \vskip.3\vsize % move it down on the page a bit \begingroup \noindent \titlefonts\rm #1\par % the text \let\lastnode=\empty % no node to associate with \writetocentry{part}{#1}{}% but put it in the toc \headingsoff % no headline or footline on the part page % This outputs a mark at the end of the page that clears \thischapter % and \thissection, as is done in \startcontents. \let\pchapsepmacro\relax \chapmacro{}{Yomitfromtoc}{}% \chapoddpage \endgroup } % \unnumberedno is an oxymoron. But we count the unnumbered % sections so that we can refer to them unambiguously in the pdf % outlines by their "section number". We avoid collisions with chapter % numbers by starting them at 10000. (If a document ever has 10000 % chapters, we're in trouble anyway, I'm sure.) \newcount\unnumberedno \unnumberedno = 10000 \newcount\chapno \newcount\secno \secno=0 \newcount\subsecno \subsecno=0 \newcount\subsubsecno \subsubsecno=0 % This counter is funny since it counts through charcodes of letters A, B, ... \newcount\appendixno \appendixno = `\@ % % \def\appendixletter{\char\the\appendixno} % We do the following ugly conditional instead of the above simple % construct for the sake of pdftex, which needs the actual % letter in the expansion, not just typeset. % \def\appendixletter{% \ifnum\appendixno=`A A% \else\ifnum\appendixno=`B B% \else\ifnum\appendixno=`C C% \else\ifnum\appendixno=`D D% \else\ifnum\appendixno=`E E% \else\ifnum\appendixno=`F F% \else\ifnum\appendixno=`G G% \else\ifnum\appendixno=`H H% \else\ifnum\appendixno=`I I% \else\ifnum\appendixno=`J J% \else\ifnum\appendixno=`K K% \else\ifnum\appendixno=`L L% \else\ifnum\appendixno=`M M% \else\ifnum\appendixno=`N N% \else\ifnum\appendixno=`O O% \else\ifnum\appendixno=`P P% \else\ifnum\appendixno=`Q Q% \else\ifnum\appendixno=`R R% \else\ifnum\appendixno=`S S% \else\ifnum\appendixno=`T T% \else\ifnum\appendixno=`U U% \else\ifnum\appendixno=`V V% \else\ifnum\appendixno=`W W% \else\ifnum\appendixno=`X X% \else\ifnum\appendixno=`Y Y% \else\ifnum\appendixno=`Z Z% % The \the is necessary, despite appearances, because \appendixletter is % expanded while writing the .toc file. \char\appendixno is not % expandable, thus it is written literally, thus all appendixes come out % with the same letter (or @) in the toc without it. \else\char\the\appendixno \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} % Each @chapter defines these (using marks) as the number+name, number % and name of the chapter. Page headings and footings can use % these. @section does likewise. \def\thischapter{} \def\thischapternum{} \def\thischaptername{} \def\thissection{} \def\thissectionnum{} \def\thissectionname{} \newcount\absseclevel % used to calculate proper heading level \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count % @raisesections: treat @section as chapter, @subsection as section, etc. \def\raisesections{\global\advance\secbase by -1} \let\up=\raisesections % original BFox name % @lowersections: treat @chapter as section, @section as subsection, etc. \def\lowersections{\global\advance\secbase by 1} \let\down=\lowersections % original BFox name % we only have subsub. \chardef\maxseclevel = 3 % % A numbered section within an unnumbered changes to unnumbered too. % To achieve this, remember the "biggest" unnum. sec. we are currently in: \chardef\unnlevel = \maxseclevel % % Trace whether the current chapter is an appendix or not: % \chapheadtype is "N" or "A", unnumbered chapters are ignored. \def\chapheadtype{N} % Choose a heading macro % #1 is heading type % #2 is heading level % #3 is text for heading \def\genhead#1#2#3{% % Compute the abs. sec. level: \absseclevel=#2 \advance\absseclevel by \secbase % Make sure \absseclevel doesn't fall outside the range: \ifnum \absseclevel < 0 \absseclevel = 0 \else \ifnum \absseclevel > 3 \absseclevel = 3 \fi \fi % The heading type: \def\headtype{#1}% \if \headtype U% \ifnum \absseclevel < \unnlevel \chardef\unnlevel = \absseclevel \fi \else % Check for appendix sections: \ifnum \absseclevel = 0 \edef\chapheadtype{\headtype}% \else \if \headtype A\if \chapheadtype N% \errmessage{@appendix... within a non-appendix chapter}% \fi\fi \fi % Check for numbered within unnumbered: \ifnum \absseclevel > \unnlevel \def\headtype{U}% \else \chardef\unnlevel = 3 \fi \fi % Now print the heading: \if \headtype U% \ifcase\absseclevel \unnumberedzzz{#3}% \or \unnumberedseczzz{#3}% \or \unnumberedsubseczzz{#3}% \or \unnumberedsubsubseczzz{#3}% \fi \else \if \headtype A% \ifcase\absseclevel \appendixzzz{#3}% \or \appendixsectionzzz{#3}% \or \appendixsubseczzz{#3}% \or \appendixsubsubseczzz{#3}% \fi \else \ifcase\absseclevel \chapterzzz{#3}% \or \seczzz{#3}% \or \numberedsubseczzz{#3}% \or \numberedsubsubseczzz{#3}% \fi \fi \fi \suppressfirstparagraphindent } % an interface: \def\numhead{\genhead N} \def\apphead{\genhead A} \def\unnmhead{\genhead U} % @chapter, @appendix, @unnumbered. Increment top-level counter, reset % all lower-level sectioning counters to zero. % % Also set \chaplevelprefix, which we prepend to @float sequence numbers % (e.g., figures), q.v. By default (before any chapter), that is empty. \let\chaplevelprefix = \empty % \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz \def\chapterzzz#1{% % section resetting is \global in case the chapter is in a group, such % as an @include file. \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\chapno by 1 % % Used for \float. \gdef\chaplevelprefix{\the\chapno.}% \resetallfloatnos % % \putwordChapter can contain complex things in translations. \toks0=\expandafter{\putwordChapter}% \message{\the\toks0 \space \the\chapno}% % % Write the actual heading. \chapmacro{#1}{Ynumbered}{\the\chapno}% % % So @section and the like are numbered underneath this chapter. \global\let\section = \numberedsec \global\let\subsection = \numberedsubsec \global\let\subsubsection = \numberedsubsubsec } \outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz % \def\appendixzzz#1{% \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\appendixno by 1 \gdef\chaplevelprefix{\appendixletter.}% \resetallfloatnos % % \putwordAppendix can contain complex things in translations. \toks0=\expandafter{\putwordAppendix}% \message{\the\toks0 \space \appendixletter}% % \chapmacro{#1}{Yappendix}{\appendixletter}% % \global\let\section = \appendixsec \global\let\subsection = \appendixsubsec \global\let\subsubsection = \appendixsubsubsec } % normally unnmhead0 calls unnumberedzzz: \outer\parseargdef\unnumbered{\unnmhead0{#1}} \def\unnumberedzzz#1{% \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\unnumberedno by 1 % % Since an unnumbered has no number, no prefix for figures. \global\let\chaplevelprefix = \empty \resetallfloatnos % % This used to be simply \message{#1}, but TeX fully expands the % argument to \message. Therefore, if #1 contained @-commands, TeX % expanded them. For example, in `@unnumbered The @cite{Book}', TeX % expanded @cite (which turns out to cause errors because \cite is meant % to be executed, not expanded). % % Anyway, we don't want the fully-expanded definition of @cite to appear % as a result of the \message, we just want `@cite' itself. We use % \the to achieve this: TeX expands \the only once, % simply yielding the contents of . (We also do this for % the toc entries.) \toks0 = {#1}% \message{(\the\toks0)}% % \chapmacro{#1}{Ynothing}{\the\unnumberedno}% % \global\let\section = \unnumberedsec \global\let\subsection = \unnumberedsubsec \global\let\subsubsection = \unnumberedsubsubsec } % @centerchap is like @unnumbered, but the heading is centered. \outer\parseargdef\centerchap{% \let\centerparametersmaybe = \centerparameters \unnmhead0{#1}% \let\centerparametersmaybe = \relax } % @top is like @unnumbered. \let\top\unnumbered % Sections. % \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz \def\seczzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}% } % normally calls appendixsectionzzz: \outer\parseargdef\appendixsection{\apphead1{#1}} \def\appendixsectionzzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}% } \let\appendixsec\appendixsection % normally calls unnumberedseczzz: \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} \def\unnumberedseczzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% } % Subsections. % % normally calls numberedsubseczzz: \outer\parseargdef\numberedsubsec{\numhead2{#1}} \def\numberedsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}% } % normally calls appendixsubseczzz: \outer\parseargdef\appendixsubsec{\apphead2{#1}} \def\appendixsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Yappendix}% {\appendixletter.\the\secno.\the\subsecno}% } % normally calls unnumberedsubseczzz: \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} \def\unnumberedsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno}% } % Subsubsections. % % normally numberedsubsubseczzz: \outer\parseargdef\numberedsubsubsec{\numhead3{#1}} \def\numberedsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynumbered}% {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}% } % normally appendixsubsubseczzz: \outer\parseargdef\appendixsubsubsec{\apphead3{#1}} \def\appendixsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Yappendix}% {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}% } % normally unnumberedsubsubseczzz: \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} \def\unnumberedsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% } % These macros control what the section commands do, according % to what kind of chapter we are in (ordinary, appendix, or unnumbered). % Define them by default for a numbered chapter. \let\section = \numberedsec \let\subsection = \numberedsubsec \let\subsubsection = \numberedsubsubsec % Define @majorheading, @heading and @subheading \def\majorheading{% {\advance\chapheadingskip by 10pt \chapbreak }% \parsearg\chapheadingzzz } \def\chapheading{\chapbreak \parsearg\chapheadingzzz} \def\chapheadingzzz#1{% \vbox{\chapfonts \raggedtitlesettings #1\par}% \nobreak\bigskip \nobreak \suppressfirstparagraphindent } % @heading, @subheading, @subsubheading. \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{} \suppressfirstparagraphindent} \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{} \suppressfirstparagraphindent} \parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{} \suppressfirstparagraphindent} % These macros generate a chapter, section, etc. heading only % (including whitespace, linebreaking, etc. around it), % given all the information in convenient, parsed form. % Args are the skip and penalty (usually negative) \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi} % Parameter controlling skip before chapter headings (if needed) \newskip\chapheadingskip % Define plain chapter starts, and page on/off switching for it. \def\chapbreak{\dobreak \chapheadingskip {-4000}} % Start a new page \def\chappager{\par\vfill\supereject} % \chapoddpage - start on an odd page for a new chapter % Because \domark is called before \chapoddpage, the filler page will % get the headings for the next chapter, which is wrong. But we don't % care -- we just disable all headings on the filler page. \def\chapoddpage{% \chappager \ifodd\pageno \else \begingroup \headingsoff \null \chappager \endgroup \fi } \parseargdef\setchapternewpage{\csname CHAPPAG#1\endcsname} \def\CHAPPAGoff{% \global\let\contentsalignmacro = \chappager \global\let\pchapsepmacro=\chapbreak \global\let\pagealignmacro=\chappager} \def\CHAPPAGon{% \global\let\contentsalignmacro = \chappager \global\let\pchapsepmacro=\chappager \global\let\pagealignmacro=\chappager \global\def\HEADINGSon{\HEADINGSsingle}} \def\CHAPPAGodd{% \global\let\contentsalignmacro = \chapoddpage \global\let\pchapsepmacro=\chapoddpage \global\let\pagealignmacro=\chapoddpage \global\def\HEADINGSon{\HEADINGSdouble}} \CHAPPAGon % \chapmacro - Chapter opening. % % #1 is the text, #2 is the section type (Ynumbered, Ynothing, % Yappendix, Yomitfromtoc), #3 the chapter number. % Not used for @heading series. % % To test against our argument. \def\Ynothingkeyword{Ynothing} \def\Yappendixkeyword{Yappendix} \def\Yomitfromtockeyword{Yomitfromtoc} % \def\chapmacro#1#2#3{% \expandafter\ifx\thisenv\titlepage\else \checkenv{}% chapters, etc., should not start inside an environment. \fi % FIXME: \chapmacro is currently called from inside \titlepage when % \setcontentsaftertitlepage to print the "Table of Contents" heading, but % this should probably be done by \sectionheading with an option to print % in chapter size. % % Insert the first mark before the heading break (see notes for \domark). \let\prevchapterdefs=\lastchapterdefs \let\prevsectiondefs=\lastsectiondefs \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}% \gdef\thissection{}}% % \def\temptype{#2}% \ifx\temptype\Ynothingkeyword \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% \gdef\thischapter{\thischaptername}}% \else\ifx\temptype\Yomitfromtockeyword \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% \gdef\thischapter{}}% \else\ifx\temptype\Yappendixkeyword \toks0={#1}% \xdef\lastchapterdefs{% \gdef\noexpand\thischaptername{\the\toks0}% \gdef\noexpand\thischapternum{\appendixletter}% % \noexpand\putwordAppendix avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thischapter{\noexpand\putwordAppendix{} \noexpand\thischapternum: \noexpand\thischaptername}% }% \else \toks0={#1}% \xdef\lastchapterdefs{% \gdef\noexpand\thischaptername{\the\toks0}% \gdef\noexpand\thischapternum{\the\chapno}% % \noexpand\putwordChapter avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thischapter{\noexpand\putwordChapter{} \noexpand\thischapternum: \noexpand\thischaptername}% }% \fi\fi\fi % % Output the mark. Pass it through \safewhatsit, to take care of % the preceding space. \safewhatsit\domark % % Insert the chapter heading break. \pchapsepmacro % % Now the second mark, after the heading break. No break points % between here and the heading. \let\prevchapterdefs=\lastchapterdefs \let\prevsectiondefs=\lastsectiondefs \domark % {% \chapfonts \rm \let\footnote=\errfootnoteheading % give better error message % % Have to define \lastsection before calling \donoderef, because the % xref code eventually uses it. On the other hand, it has to be called % after \pchapsepmacro, or the headline will change too soon. \gdef\lastsection{#1}% % % Only insert the separating space if we have a chapter/appendix % number, and don't print the unnumbered ``number''. \ifx\temptype\Ynothingkeyword \setbox0 = \hbox{}% \def\toctype{unnchap}% \else\ifx\temptype\Yomitfromtockeyword \setbox0 = \hbox{}% contents like unnumbered, but no toc entry \def\toctype{omit}% \else\ifx\temptype\Yappendixkeyword \setbox0 = \hbox{\putwordAppendix{} #3\enspace}% \def\toctype{app}% \else \setbox0 = \hbox{#3\enspace}% \def\toctype{numchap}% \fi\fi\fi % % Write the toc entry for this chapter. Must come before the % \donoderef, because we include the current node name in the toc % entry, and \donoderef resets it to empty. \writetocentry{\toctype}{#1}{#3}% % % For pdftex, we have to write out the node definition (aka, make % the pdfdest) after any page break, but before the actual text has % been typeset. If the destination for the pdf outline is after the % text, then jumping from the outline may wind up with the text not % being visible, for instance under high magnification. \donoderef{#2}% % % Typeset the actual heading. \nobreak % Avoid page breaks at the interline glue. \vbox{\raggedtitlesettings \hangindent=\wd0 \centerparametersmaybe \unhbox0 #1\par}% }% \nobreak\bigskip % no page break after a chapter title \nobreak } % @centerchap -- centered and unnumbered. \let\centerparametersmaybe = \relax \def\centerparameters{% \advance\rightskip by 3\rightskip \leftskip = \rightskip \parfillskip = 0pt } % Section titles. These macros combine the section number parts and % call the generic \sectionheading to do the printing. % \newskip\secheadingskip \def\secheadingbreak{\dobreak \secheadingskip{-1000}} % Subsection titles. \newskip\subsecheadingskip \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}} % Subsubsection titles. \def\subsubsecheadingskip{\subsecheadingskip} \def\subsubsecheadingbreak{\subsecheadingbreak} % Print any size, any type, section title. % % #1 is the text of the title, % #2 is the section level (sec/subsec/subsubsec), % #3 is the section type (Ynumbered, Ynothing, Yappendix, Yomitfromtoc), % #4 is the section number. % \def\seckeyword{sec} % \def\sectionheading#1#2#3#4{% {% \def\sectionlevel{#2}% \def\temptype{#3}% % % It is ok for the @heading series commands to appear inside an % environment (it's been historically allowed, though the logic is % dubious), but not the others. \ifx\temptype\Yomitfromtockeyword\else \checkenv{}% non-@*heading should not be in an environment. \fi \let\footnote=\errfootnoteheading % % Switch to the right set of fonts. \csname #2fonts\endcsname \rm % % Insert first mark before the heading break (see notes for \domark). \let\prevsectiondefs=\lastsectiondefs \ifx\temptype\Ynothingkeyword \ifx\sectionlevel\seckeyword \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}% \gdef\thissection{\thissectionname}}% \fi \else\ifx\temptype\Yomitfromtockeyword % Don't redefine \thissection. \else\ifx\temptype\Yappendixkeyword \ifx\sectionlevel\seckeyword \toks0={#1}% \xdef\lastsectiondefs{% \gdef\noexpand\thissectionname{\the\toks0}% \gdef\noexpand\thissectionnum{#4}% % \noexpand\putwordSection avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thissection{\noexpand\putwordSection{} \noexpand\thissectionnum: \noexpand\thissectionname}% }% \fi \else \ifx\sectionlevel\seckeyword \toks0={#1}% \xdef\lastsectiondefs{% \gdef\noexpand\thissectionname{\the\toks0}% \gdef\noexpand\thissectionnum{#4}% % \noexpand\putwordSection avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thissection{\noexpand\putwordSection{} \noexpand\thissectionnum: \noexpand\thissectionname}% }% \fi \fi\fi\fi % % Go into vertical mode. Usually we'll already be there, but we % don't want the following whatsit to end up in a preceding paragraph % if the document didn't happen to have a blank line. \par % % Output the mark. Pass it through \safewhatsit, to take care of % the preceding space. \safewhatsit\domark % % Insert space above the heading. \csname #2headingbreak\endcsname % % Now the second mark, after the heading break. No break points % between here and the heading. \global\let\prevsectiondefs=\lastsectiondefs \domark % % Only insert the space after the number if we have a section number. \ifx\temptype\Ynothingkeyword \setbox0 = \hbox{}% \def\toctype{unn}% \gdef\lastsection{#1}% \else\ifx\temptype\Yomitfromtockeyword % for @headings -- no section number, don't include in toc, % and don't redefine \lastsection. \setbox0 = \hbox{}% \def\toctype{omit}% \let\sectionlevel=\empty \else\ifx\temptype\Yappendixkeyword \setbox0 = \hbox{#4\enspace}% \def\toctype{app}% \gdef\lastsection{#1}% \else \setbox0 = \hbox{#4\enspace}% \def\toctype{num}% \gdef\lastsection{#1}% \fi\fi\fi % % Write the toc entry (before \donoderef). See comments in \chapmacro. \writetocentry{\toctype\sectionlevel}{#1}{#4}% % % Write the node reference (= pdf destination for pdftex). % Again, see comments in \chapmacro. \donoderef{#3}% % % Interline glue will be inserted when the vbox is completed. % That glue will be a valid breakpoint for the page, since it'll be % preceded by a whatsit (usually from the \donoderef, or from the % \writetocentry if there was no node). We don't want to allow that % break, since then the whatsits could end up on page n while the % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000. \nobreak % % Output the actual section heading. \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright \hangindent=\wd0 % zero if no section number \unhbox0 #1}% }% % Add extra space after the heading -- half of whatever came above it. % Don't allow stretch, though. \kern .5 \csname #2headingskip\endcsname % % Do not let the kern be a potential breakpoint, as it would be if it % was followed by glue. \nobreak % % We'll almost certainly start a paragraph next, so don't let that % glue accumulate. (Not a breakpoint because it's preceded by a % discardable item.) However, when a paragraph is not started next % (\startdefun, \cartouche, \center, etc.), this needs to be wiped out % or the negative glue will cause weirdly wrong output, typically % obscuring the section heading with something else. \vskip-\parskip % % This is so the last item on the main vertical list is a known % \penalty > 10000, so \startdefun, etc., can recognize the situation % and do the needful. \penalty 10001 } \message{toc,} % Table of contents. \newwrite\tocfile % Write an entry to the toc file, opening it if necessary. % Called from @chapter, etc. % % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno} % We append the current node name (if any) and page number as additional % arguments for the \{chap,sec,...}entry macros which will eventually % read this. The node name is used in the pdf outlines as the % destination to jump to. % % We open the .toc file for writing here instead of at @setfilename (or % any other fixed time) so that @contents can be anywhere in the document. % But if #1 is `omit', then we don't do anything. This is used for the % table of contents chapter openings themselves. % \newif\iftocfileopened \def\omitkeyword{omit}% % \def\writetocentry#1#2#3{% \edef\writetoctype{#1}% \ifx\writetoctype\omitkeyword \else \iftocfileopened\else \immediate\openout\tocfile = \jobname.toc \global\tocfileopenedtrue \fi % \iflinks {\atdummies \edef\temp{% \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}% \temp }% \fi \fi % % Tell \shipout to create a pdf destination on each page, if we're % writing pdf. These are used in the table of contents. We can't % just write one on every page because the title pages are numbered % 1 and 2 (the page numbers aren't printed), and so are the first % two pages of the document. Thus, we'd have two destinations named % `1', and two named `2'. \ifpdf \global\pdfmakepagedesttrue \else \ifx\XeTeXrevision\thisisundefined \else \global\pdfmakepagedesttrue \fi \fi } % These characters do not print properly in the Computer Modern roman % fonts, so we must take special care. This is more or less redundant % with the Texinfo input format setup at the end of this file. % \def\activecatcodes{% \catcode`\"=\active \catcode`\$=\active \catcode`\<=\active \catcode`\>=\active \catcode`\\=\active \catcode`\^=\active \catcode`\_=\active \catcode`\|=\active \catcode`\~=\active } % Read the toc file, which is essentially Texinfo input. \def\readtocfile{% \setupdatafile \activecatcodes \input \tocreadfilename } \newskip\contentsrightmargin \contentsrightmargin=1in \newcount\savepageno \newcount\lastnegativepageno \lastnegativepageno = -1 % Prepare to read what we've written to \tocfile. % \def\startcontents#1{% % If @setchapternewpage on, and @headings double, the contents should % start on an odd page, unlike chapters. Thus, we maintain % \contentsalignmacro in parallel with \pagealignmacro. % From: Torbjorn Granlund \contentsalignmacro \immediate\closeout\tocfile % % Don't need to put `Contents' or `Short Contents' in the headline. % It is abundantly clear what they are. \chapmacro{#1}{Yomitfromtoc}{}% % \savepageno = \pageno \begingroup % Set up to handle contents files properly. \raggedbottom % Worry more about breakpoints than the bottom. \entryrightmargin=\contentsrightmargin % Don't use the full line length. % % Roman numerals for page numbers. \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi } % redefined for the two-volume lispref. We always output on % \jobname.toc even if this is redefined. % \def\tocreadfilename{\jobname.toc} % Normal (long) toc. % \def\contents{% \startcontents{\putwordTOC}% \openin 1 \tocreadfilename\space \ifeof 1 \else \readtocfile \fi \vfill \eject \contentsalignmacro % in case @setchapternewpage odd is in effect \ifeof 1 \else \pdfmakeoutlines \fi \closein 1 \endgroup \lastnegativepageno = \pageno \global\pageno = \savepageno } % And just the chapters. \def\summarycontents{% \startcontents{\putwordShortTOC}% % \let\partentry = \shortpartentry \let\numchapentry = \shortchapentry \let\appentry = \shortchapentry \let\unnchapentry = \shortunnchapentry % We want a true roman here for the page numbers. \secfonts \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl \let\tt=\shortconttt \rm \hyphenpenalty = 10000 \advance\baselineskip by 1pt % Open it up a little. \def\numsecentry##1##2##3##4{} \let\appsecentry = \numsecentry \let\unnsecentry = \numsecentry \let\numsubsecentry = \numsecentry \let\appsubsecentry = \numsecentry \let\unnsubsecentry = \numsecentry \let\numsubsubsecentry = \numsecentry \let\appsubsubsecentry = \numsecentry \let\unnsubsubsecentry = \numsecentry \openin 1 \tocreadfilename\space \ifeof 1 \else \readtocfile \fi \closein 1 \vfill \eject \contentsalignmacro % in case @setchapternewpage odd is in effect \endgroup \lastnegativepageno = \pageno \global\pageno = \savepageno } \let\shortcontents = \summarycontents % Typeset the label for a chapter or appendix for the short contents. % The arg is, e.g., `A' for an appendix, or `3' for a chapter. % \def\shortchaplabel#1{% % This space should be enough, since a single number is .5em, and the % widest letter (M) is 1em, at least in the Computer Modern fonts. % But use \hss just in case. % (This space doesn't include the extra space that gets added after % the label; that gets put in by \shortchapentry above.) % % We'd like to right-justify chapter numbers, but that looks strange % with appendix letters. And right-justifying numbers and % left-justifying letters looks strange when there is less than 10 % chapters. Have to read the whole toc once to know how many chapters % there are before deciding ... \hbox to 1em{#1\hss}% } % These macros generate individual entries in the table of contents. % The first argument is the chapter or section name. % The last argument is the page number. % The arguments in between are the chapter number, section number, ... % Parts, in the main contents. Replace the part number, which doesn't % exist, with an empty box. Let's hope all the numbers have the same width. % Also ignore the page number, which is conventionally not printed. \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} \def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}} % % Parts, in the short toc. \def\shortpartentry#1#2#3#4{% \penalty-300 \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip \shortchapentry{{\bf #1}}{\numeralbox}{}{}% } % Chapters, in the main contents. \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}} % Chapters, in the short toc. % See comments in \dochapentry re vbox and related settings. \def\shortchapentry#1#2#3#4{% \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}% } % Appendices, in the main contents. % Need the word Appendix, and a fixed-size box. % \def\appendixbox#1{% % We use M since it's probably the widest letter. \setbox0 = \hbox{\putwordAppendix{} M}% \hbox to \wd0{\putwordAppendix{} #1\hss}} % \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\hskip.7em#1}{#4}} % Unnumbered chapters. \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}} \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}} % Sections. \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}} \let\appsecentry=\numsecentry \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}} % Subsections. \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}} \let\appsubsecentry=\numsubsecentry \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}} % And subsubsections. \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}} \let\appsubsubsecentry=\numsubsubsecentry \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}} % This parameter controls the indentation of the various levels. % Same as \defaultparindent. \newdimen\tocindent \tocindent = 15pt % Now for the actual typesetting. In all these, #1 is the text and #2 is the % page number. % % If the toc has to be broken over pages, we want it to be at chapters % if at all possible; hence the \penalty. \def\dochapentry#1#2{% \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip \begingroup % Move the page numbers slightly to the right \advance\entryrightmargin by -0.05em \chapentryfonts \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup \nobreak\vskip .25\baselineskip plus.1\baselineskip } \def\dosecentry#1#2{\begingroup \secentryfonts \leftskip=\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} \def\dosubsecentry#1#2{\begingroup \subsecentryfonts \leftskip=2\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} \def\dosubsubsecentry#1#2{\begingroup \subsubsecentryfonts \leftskip=3\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} % We use the same \entry macro as for the index entries. \let\tocentry = \entry % Space between chapter (or whatever) number and the title. \def\labelspace{\hskip1em \relax} \def\dopageno#1{{\rm #1}} \def\doshortpageno#1{{\rm #1}} \def\chapentryfonts{\secfonts \rm} \def\secentryfonts{\textfonts} \def\subsecentryfonts{\textfonts} \def\subsubsecentryfonts{\textfonts} \message{environments,} % @foo ... @end foo. % @tex ... @end tex escapes into raw TeX temporarily. % One exception: @ is still an escape character, so that @end tex works. % But \@ or @@ will get a plain @ character. \envdef\tex{% \setupmarkupstyle{tex}% \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie \catcode `\%=14 \catcode `\+=\other \catcode `\"=\other \catcode `\|=\other \catcode `\<=\other \catcode `\>=\other \catcode `\`=\other \catcode `\'=\other % % ' is active in math mode (mathcode"8000). So reset it, and all our % other math active characters (just in case), to plain's definitions. \mathactive % % Inverse of the list at the beginning of the file. \let\b=\ptexb \let\bullet=\ptexbullet \let\c=\ptexc \let\,=\ptexcomma \let\.=\ptexdot \let\dots=\ptexdots \let\equiv=\ptexequiv \let\!=\ptexexclam \let\i=\ptexi \let\indent=\ptexindent \let\noindent=\ptexnoindent \let\{=\ptexlbrace \let\+=\tabalign \let\}=\ptexrbrace \let\/=\ptexslash \let\sp=\ptexsp \let\*=\ptexstar %\let\sup=\ptexsup % do not redefine, we want @sup to work in math mode \let\t=\ptext \expandafter \let\csname top\endcsname=\ptextop % we've made it outer \let\frenchspacing=\plainfrenchspacing % \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}% \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}% \def\@{@}% } % There is no need to define \Etex. % Define @lisp ... @end lisp. % @lisp environment forms a group so it can rebind things, % including the definition of @end lisp (which normally is erroneous). % Amount to narrow the margins by for @lisp. \newskip\lispnarrowing \lispnarrowing=0.4in % This is the definition that ^^M gets inside @lisp, @example, and other % such environments. \null is better than a space, since it doesn't % have any width. \def\lisppar{\null\endgraf} % This space is always present above and below environments. \newskip\envskipamount \envskipamount = 0pt % Make spacing and below environment symmetrical. We use \parskip here % to help in doing that, since in @example-like environments \parskip % is reset to zero; thus the \afterenvbreak inserts no space -- but the % start of the next paragraph will insert \parskip. % \def\aboveenvbreak{{% % =10000 instead of <10000 because of a special case in \itemzzz and % \sectionheading, q.v. \ifnum \lastpenalty=10000 \else \advance\envskipamount by \parskip \endgraf \ifdim\lastskip<\envskipamount \removelastskip \ifnum\lastpenalty<10000 % Penalize breaking before the environment, because preceding text % often leads into it. \penalty100 \fi \vskip\envskipamount \fi \fi }} \def\afterenvbreak{{% % =10000 instead of <10000 because of a special case in \itemzzz and % \sectionheading, q.v. \ifnum \lastpenalty=10000 \else \advance\envskipamount by \parskip \endgraf \ifdim\lastskip<\envskipamount \removelastskip % it's not a good place to break if the last penalty was \nobreak % or better ... \ifnum\lastpenalty<10000 \penalty-50 \fi \vskip\envskipamount \fi \fi }} % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will % also clear it, so that its embedded environments do the narrowing again. \let\nonarrowing=\relax % @cartouche ... @end cartouche: draw rectangle w/rounded corners around % environment contents. \font\circle=lcircle10 \newdimen\circthick \newdimen\cartouter\newdimen\cartinner \newskip\normbskip\newskip\normpskip\newskip\normlskip \circthick=\fontdimen8\circle % \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth \def\ctr{{\hskip 6pt\circle\char'010}} \def\cbl{{\circle\char'012\hskip -6pt}} \def\cbr{{\hskip 6pt\circle\char'011}} \def\carttop{\hbox to \cartouter{\hskip\lskip \ctl\leaders\hrule height\circthick\hfil\ctr \hskip\rskip}} \def\cartbot{\hbox to \cartouter{\hskip\lskip \cbl\leaders\hrule height\circthick\hfil\cbr \hskip\rskip}} % \newskip\lskip\newskip\rskip \envdef\cartouche{% \ifhmode\par\fi % can't be in the midst of a paragraph. \startsavinginserts \lskip=\leftskip \rskip=\rightskip \leftskip=0pt\rightskip=0pt % we want these *outside*. \cartinner=\hsize \advance\cartinner by-\lskip \advance\cartinner by-\rskip \cartouter=\hsize \advance\cartouter by 18.4pt % allow for 3pt kerns on either % side, and for 6pt waste from % each corner char, and rule thickness \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip % % If this cartouche directly follows a sectioning command, we need the % \parskip glue (backspaced over by default) or the cartouche can % collide with the section heading. \ifnum\lastpenalty>10000 \vskip\parskip \penalty\lastpenalty \fi % \setbox\groupbox=\vbox\bgroup \baselineskip=0pt\parskip=0pt\lineskip=0pt \carttop \hbox\bgroup \hskip\lskip \vrule\kern3pt \vbox\bgroup \kern3pt \hsize=\cartinner \baselineskip=\normbskip \lineskip=\normlskip \parskip=\normpskip \vskip -\parskip \comment % For explanation, see the end of def\group. } \def\Ecartouche{% \ifhmode\par\fi \kern3pt \egroup \kern3pt\vrule \hskip\rskip \egroup \cartbot \egroup \addgroupbox \checkinserts } % This macro is called at the beginning of all the @example variants, % inside a group. \newdimen\nonfillparindent \def\nonfillstart{% \aboveenvbreak \ifdim\hfuzz < 12pt \hfuzz = 12pt \fi % Don't be fussy \sepspaces % Make spaces be word-separators rather than space tokens. \let\par = \lisppar % don't ignore blank lines \obeylines % each line of input is a line of output \parskip = 0pt % Turn off paragraph indentation but redefine \indent to emulate % the normal \indent. \nonfillparindent=\parindent \parindent = 0pt \let\indent\nonfillindent % \emergencystretch = 0pt % don't try to avoid overfull boxes \ifx\nonarrowing\relax \advance \leftskip by \lispnarrowing \exdentamount=\lispnarrowing \else \let\nonarrowing = \relax \fi \let\exdent=\nofillexdent } \begingroup \obeyspaces % We want to swallow spaces (but not other tokens) after the fake % @indent in our nonfill-environments, where spaces are normally % active and set to @tie, resulting in them not being ignored after % @indent. \gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}% \gdef\nonfillindentcheck{% \ifx\temp % \expandafter\nonfillindentgobble% \else% \leavevmode\nonfillindentbox% \fi% }% \endgroup \def\nonfillindentgobble#1{\nonfillindent} \def\nonfillindentbox{\hbox to \nonfillparindent{\hss}} % If you want all examples etc. small: @set dispenvsize small. % If you want even small examples the full size: @set dispenvsize nosmall. % This affects the following displayed environments: % @example, @display, @format, @lisp % \def\smallword{small} \def\nosmallword{nosmall} \let\SETdispenvsize\relax \def\setnormaldispenv{% \ifx\SETdispenvsize\smallword % end paragraph for sake of leading, in case document has no blank % line. This is redundant with what happens in \aboveenvbreak, but % we need to do it before changing the fonts, and it's inconvenient % to change the fonts afterward. \ifnum \lastpenalty=10000 \else \endgraf \fi \smallexamplefonts \rm \fi } \def\setsmalldispenv{% \ifx\SETdispenvsize\nosmallword \else \ifnum \lastpenalty=10000 \else \endgraf \fi \smallexamplefonts \rm \fi } % We often define two environments, @foo and @smallfoo. % Let's do it in one command. #1 is the env name, #2 the definition. \def\makedispenvdef#1#2{% \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}% \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}% \expandafter\let\csname E#1\endcsname \afterenvbreak \expandafter\let\csname Esmall#1\endcsname \afterenvbreak } % Define two environment synonyms (#1 and #2) for an environment. \def\maketwodispenvdef#1#2#3{% \makedispenvdef{#1}{#3}% \makedispenvdef{#2}{#3}% } % % @lisp: indented, narrowed, typewriter font; % @example: same as @lisp. % % @smallexample and @smalllisp: use smaller fonts. % Originally contributed by Pavel@xerox. % \maketwodispenvdef{lisp}{example}{% \nonfillstart \tt\setupmarkupstyle{example}% \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. \gobble % eat return } % @display/@smalldisplay: same as @lisp except keep current font. % \makedispenvdef{display}{% \nonfillstart \gobble } % @format/@smallformat: same as @display except don't narrow margins. % \makedispenvdef{format}{% \let\nonarrowing = t% \nonfillstart \gobble } % @flushleft: same as @format, but doesn't obey \SETdispenvsize. \envdef\flushleft{% \let\nonarrowing = t% \nonfillstart \gobble } \let\Eflushleft = \afterenvbreak % @flushright. % \envdef\flushright{% \let\nonarrowing = t% \nonfillstart \advance\leftskip by 0pt plus 1fill\relax \gobble } \let\Eflushright = \afterenvbreak % @raggedright does more-or-less normal line breaking but no right % justification. From plain.tex. Don't stretch around special % characters in urls in this environment, since the stretch at the right % should be enough. \envdef\raggedright{% \rightskip0pt plus2.4em \spaceskip.3333em \xspaceskip.5em\relax \def\urefprestretchamount{0pt}% \def\urefpoststretchamount{0pt}% } \let\Eraggedright\par \envdef\raggedleft{% \parindent=0pt \leftskip0pt plus2em \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt \hbadness=10000 % Last line will usually be underfull, so turn off % badness reporting. } \let\Eraggedleft\par \envdef\raggedcenter{% \parindent=0pt \rightskip0pt plus1em \leftskip0pt plus1em \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt \hbadness=10000 % Last line will usually be underfull, so turn off % badness reporting. } \let\Eraggedcenter\par % @quotation does normal linebreaking (hence we can't use \nonfillstart) % and narrows the margins. We keep \parskip nonzero in general, since % we're doing normal filling. So, when using \aboveenvbreak and % \afterenvbreak, temporarily make \parskip 0. % \makedispenvdef{quotation}{\quotationstart} % \def\quotationstart{% \indentedblockstart % same as \indentedblock, but increase right margin too. \ifx\nonarrowing\relax \advance\rightskip by \lispnarrowing \fi \parsearg\quotationlabel } % We have retained a nonzero parskip for the environment, since we're % doing normal filling. % \def\Equotation{% \par \ifx\quotationauthor\thisisundefined\else % indent a bit. \leftline{\kern 2\leftskip \sl ---\quotationauthor}% \fi {\parskip=0pt \afterenvbreak}% } \def\Esmallquotation{\Equotation} % If we're given an argument, typeset it in bold with a colon after. \def\quotationlabel#1{% \def\temp{#1}% \ifx\temp\empty \else {\bf #1: }% \fi } % @indentedblock is like @quotation, but indents only on the left and % has no optional argument. % \makedispenvdef{indentedblock}{\indentedblockstart} % \def\indentedblockstart{% {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip \parindent=0pt % % @cartouche defines \nonarrowing to inhibit narrowing at next level down. \ifx\nonarrowing\relax \advance\leftskip by \lispnarrowing \exdentamount = \lispnarrowing \else \let\nonarrowing = \relax \fi } % Keep a nonzero parskip for the environment, since we're doing normal filling. % \def\Eindentedblock{% \par {\parskip=0pt \afterenvbreak}% } \def\Esmallindentedblock{\Eindentedblock} % LaTeX-like @verbatim...@end verbatim and @verb{...} % If we want to allow any as delimiter, % we need the curly braces so that makeinfo sees the @verb command, eg: % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org % % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook. % % [Knuth] p.344; only we need to do the other characters Texinfo sets % active too. Otherwise, they get lost as the first character on a % verbatim line. \def\dospecials{% \do\ \do\\\do\{\do\}\do\$\do\&% \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~% \do\<\do\>\do\|\do\@\do+\do\"% % Don't do the quotes -- if we do, @set txicodequoteundirected and % @set txicodequotebacktick will not have effect on @verb and % @verbatim, and ?` and !` ligatures won't get disabled. %\do\`\do\'% } % % [Knuth] p. 380 \def\uncatcodespecials{% \def\do##1{\catcode`##1=\other}\dospecials} % % Setup for the @verb command. % % Eight spaces for a tab \begingroup \catcode`\^^I=\active \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }} \endgroup % \def\setupverb{% \tt % easiest (and conventionally used) font for verbatim \def\par{\leavevmode\endgraf}% \setupmarkupstyle{verb}% \tabeightspaces % Respect line breaks, % print special symbols as themselves, and % make each space count % must do in this order: \obeylines \uncatcodespecials \sepspaces } % Setup for the @verbatim environment % % Real tab expansion. \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount % % We typeset each line of the verbatim in an \hbox, so we can handle % tabs. The \global is in case the verbatim line starts with an accent, % or some other command that starts with a begin-group. Otherwise, the % entire \verbbox would disappear at the corresponding end-group, before % it is typeset. Meanwhile, we can't have nested verbatim commands % (can we?), so the \global won't be overwriting itself. \newbox\verbbox \def\starttabbox{\global\setbox\verbbox=\hbox\bgroup} % \begingroup \catcode`\^^I=\active \gdef\tabexpand{% \catcode`\^^I=\active \def^^I{\leavevmode\egroup \dimen\verbbox=\wd\verbbox % the width so far, or since the previous tab \divide\dimen\verbbox by\tabw \multiply\dimen\verbbox by\tabw % compute previous multiple of \tabw \advance\dimen\verbbox by\tabw % advance to next multiple of \tabw \wd\verbbox=\dimen\verbbox \box\verbbox \starttabbox }% } \endgroup % start the verbatim environment. \def\setupverbatim{% \let\nonarrowing = t% \nonfillstart \tt % easiest (and conventionally used) font for verbatim % The \leavevmode here is for blank lines. Otherwise, we would % never \starttabox and the \egroup would end verbatim mode. \def\par{\leavevmode\egroup\box\verbbox\endgraf}% \tabexpand \setupmarkupstyle{verbatim}% % Respect line breaks, % print special symbols as themselves, and % make each space count. % Must do in this order: \obeylines \uncatcodespecials \sepspaces \everypar{\starttabbox}% } % Do the @verb magic: verbatim text is quoted by unique % delimiter characters. Before first delimiter expect a % right brace, after last delimiter expect closing brace: % % \def\doverb'{'#1'}'{#1} % % [Knuth] p. 382; only eat outer {} \begingroup \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next] \endgroup % \def\verb{\begingroup\setupverb\doverb} % % % Do the @verbatim magic: define the macro \doverbatim so that % the (first) argument ends when '@end verbatim' is reached, ie: % % \def\doverbatim#1@end verbatim{#1} % % For Texinfo it's a lot easier than for LaTeX, % because texinfo's \verbatim doesn't stop at '\end{verbatim}': % we need not redefine '\', '{' and '}'. % % Inspired by LaTeX's verbatim command set [latex.ltx] % \begingroup \catcode`\ =\active \obeylines % % ignore everything up to the first ^^M, that's the newline at the end % of the @verbatim input line itself. Otherwise we get an extra blank % line in the output. \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}% % We really want {...\end verbatim} in the body of the macro, but % without the active space; thus we have to use \xdef and \gobble. \endgroup % \envdef\verbatim{% \setupverbatim\doverbatim } \let\Everbatim = \afterenvbreak % @verbatiminclude FILE - insert text of file in verbatim environment. % \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} % \def\doverbatiminclude#1{% {% \makevalueexpandable \setupverbatim \indexnofonts % Allow `@@' and other weird things in file names. \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% \input #1 \afterenvbreak }% } % @copying ... @end copying. % Save the text away for @insertcopying later. % % We save the uninterpreted tokens, rather than creating a box. % Saving the text in a box would be much easier, but then all the % typesetting commands (@smallbook, font changes, etc.) have to be done % beforehand -- and a) we want @copying to be done first in the source % file; b) letting users define the frontmatter in as flexible order as % possible is desirable. % \def\copying{\checkenv{}\begingroup\scanargctxt\docopying} \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}} % \def\insertcopying{% \begingroup \parindent = 0pt % paragraph indentation looks wrong on title page \scanexp\copyingtext \endgroup } \message{defuns,} % @defun etc. \newskip\defbodyindent \defbodyindent=.4in \newskip\defargsindent \defargsindent=50pt \newskip\deflastargmargin \deflastargmargin=18pt \newcount\defunpenalty % Start the processing of @deffn: \def\startdefun{% \ifnum\lastpenalty<10000 \medbreak \defunpenalty=10003 % Will keep this @deffn together with the % following @def command, see below. \else % If there are two @def commands in a row, we'll have a \nobreak, % which is there to keep the function description together with its % header. But if there's nothing but headers, we need to allow a % break somewhere. Check specifically for penalty 10002, inserted % by \printdefunline, instead of 10000, since the sectioning % commands also insert a nobreak penalty, and we don't want to allow % a break between a section heading and a defun. % % As a further refinement, we avoid "club" headers by signalling % with penalty of 10003 after the very first @deffn in the % sequence (see above), and penalty of 10002 after any following % @def command. \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi % % Similarly, after a section heading, do not allow a break. % But do insert the glue. \medskip % preceded by discardable penalty, so not a breakpoint \fi % \parindent=0in \advance\leftskip by \defbodyindent \exdentamount=\defbodyindent } \def\dodefunx#1{% % First, check whether we are in the right environment: \checkenv#1% % % As above, allow line break if we have multiple x headers in a row. % It's not a great place, though. \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi % % And now, it's time to reuse the body of the original defun: \expandafter\gobbledefun#1% } \def\gobbledefun#1\startdefun{} % \printdefunline \deffnheader{text} % \def\printdefunline#1#2{% \begingroup % call \deffnheader: #1#2 \endheader % common ending: \interlinepenalty = 10000 \advance\rightskip by 0pt plus 1fil\relax \endgraf \nobreak\vskip -\parskip \penalty\defunpenalty % signal to \startdefun and \dodefunx % Some of the @defun-type tags do not enable magic parentheses, % rendering the following check redundant. But we don't optimize. \checkparencounts \endgroup } \def\Edefun{\endgraf\medbreak} % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn; % the only thing remaining is to define \deffnheader. % \def\makedefun#1{% \expandafter\let\csname E#1\endcsname = \Edefun \edef\temp{\noexpand\domakedefun \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}% \temp } % \domakedefun \deffn \deffnx \deffnheader { (defn. of \deffnheader) } % % Define \deffn and \deffnx, without parameters. % \deffnheader has to be defined explicitly. % \def\domakedefun#1#2#3{% \envdef#1{% \startdefun \doingtypefnfalse % distinguish typed functions from all else \parseargusing\activeparens{\printdefunline#3}% }% \def#2{\dodefunx#1}% \def#3% } \newif\ifdoingtypefn % doing typed function? \newif\ifrettypeownline % typeset return type on its own line? % @deftypefnnewline on|off says whether the return type of typed functions % are printed on their own line. This affects @deftypefn, @deftypefun, % @deftypeop, and @deftypemethod. % \parseargdef\deftypefnnewline{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxideftypefnnl\endcsname = \empty \else\ifx\temp\offword \expandafter\let\csname SETtxideftypefnnl\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @txideftypefnnl value `\temp', must be on|off}% \fi\fi } % Untyped functions: % @deffn category name args \makedefun{deffn}{\deffngeneral{}} % @deffn category class name args \makedefun{defop}#1 {\defopon{#1\ \putwordon}} % \defopon {category on}class name args \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } % \deffngeneral {subind}category name args % \def\deffngeneral#1#2 #3 #4\endheader{% % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. \dosubind{fn}{\code{#3}}{#1}% \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}% } % Typed functions: % @deftypefn category type name args \makedefun{deftypefn}{\deftypefngeneral{}} % @deftypeop category class type name args \makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}} % \deftypeopon {category on}class type name args \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } % \deftypefngeneral {subind}category type name args % \def\deftypefngeneral#1#2 #3 #4 #5\endheader{% \dosubind{fn}{\code{#4}}{#1}% \doingtypefntrue \defname{#2}{#3}{#4}\defunargs{#5\unskip}% } % Typed variables: % @deftypevr category type var args \makedefun{deftypevr}{\deftypecvgeneral{}} % @deftypecv category class type var args \makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}} % \deftypecvof {category of}class type var args \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} } % \deftypecvgeneral {subind}category type var args % \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{% \dosubind{vr}{\code{#4}}{#1}% \defname{#2}{#3}{#4}\defunargs{#5\unskip}% } % Untyped variables: % @defvr category var args \makedefun{defvr}#1 {\deftypevrheader{#1} {} } % @defcv category class var args \makedefun{defcv}#1 {\defcvof{#1\ \putwordof}} % \defcvof {category of}class var args \def\defcvof#1#2 {\deftypecvof{#1}#2 {} } % Types: % @deftp category name args \makedefun{deftp}#1 #2 #3\endheader{% \doind{tp}{\code{#2}}% \defname{#1}{}{#2}\defunargs{#3\unskip}% } % Remaining @defun-like shortcuts: \makedefun{defun}{\deffnheader{\putwordDeffunc} } \makedefun{defmac}{\deffnheader{\putwordDefmac} } \makedefun{defspec}{\deffnheader{\putwordDefspec} } \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} } \makedefun{defvar}{\defvrheader{\putwordDefvar} } \makedefun{defopt}{\defvrheader{\putwordDefopt} } \makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} } \makedefun{defmethod}{\defopon\putwordMethodon} \makedefun{deftypemethod}{\deftypeopon\putwordMethodon} \makedefun{defivar}{\defcvof\putwordInstanceVariableof} \makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof} % \defname, which formats the name of the @def (not the args). % #1 is the category, such as "Function". % #2 is the return type, if any. % #3 is the function name. % % We are followed by (but not passed) the arguments, if any. % \def\defname#1#2#3{% \par % Get the values of \leftskip and \rightskip as they were outside the @def... \advance\leftskip by -\defbodyindent % % Determine if we are typesetting the return type of a typed function % on a line by itself. \rettypeownlinefalse \ifdoingtypefn % doing a typed function specifically? % then check user option for putting return type on its own line: \expandafter\ifx\csname SETtxideftypefnnl\endcsname\relax \else \rettypeownlinetrue \fi \fi % % How we'll format the category name. Putting it in brackets helps % distinguish it from the body text that may end up on the next line % just below it. \def\temp{#1}% \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi} % % Figure out line sizes for the paragraph shape. We'll always have at % least two. \tempnum = 2 % % The first line needs space for \box0; but if \rightskip is nonzero, % we need only space for the part of \box0 which exceeds it: \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip % % If doing a return type on its own line, we'll have another line. \ifrettypeownline \advance\tempnum by 1 \def\maybeshapeline{0in \hsize}% \else \def\maybeshapeline{}% \fi % % The continuations: \dimen2=\hsize \advance\dimen2 by -\defargsindent % % The final paragraph shape: \parshape \tempnum 0in \dimen0 \maybeshapeline \defargsindent \dimen2 % % Put the category name at the right margin. \noindent \hbox to 0pt{% \hfil\box0 \kern-\hsize % \hsize has to be shortened this way: \kern\leftskip % Intentionally do not respect \rightskip, since we need the space. }% % % Allow all lines to be underfull without complaint: \tolerance=10000 \hbadness=10000 \exdentamount=\defbodyindent {% % defun fonts. We use typewriter by default (used to be bold) because: % . we're printing identifiers, they should be in tt in principle. % . in languages with many accents, such as Czech or French, it's % common to leave accents off identifiers. The result looks ok in % tt, but exceedingly strange in rm. % . we don't want -- and --- to be treated as ligatures. % . this still does not fix the ?` and !` ligatures, but so far no % one has made identifiers using them :). \df \tt \def\temp{#2}% text of the return type \ifx\temp\empty\else \tclose{\temp}% typeset the return type \ifrettypeownline % put return type on its own line; prohibit line break following: \hfil\vadjust{\nobreak}\break \else \space % type on same line, so just followed by a space \fi \fi % no return type #3% output function name }% {\rm\enskip}% hskip 0.5 em of \rmfont % \boldbrax % arguments will be output next, if any. } % Print arguments in slanted roman (not ttsl), inconsistently with using % tt for the name. This is because literal text is sometimes needed in % the argument list (groff manual), and ttsl and tt are not very % distinguishable. Prevent hyphenation at `-' chars. % \def\defunargs#1{% % use sl by default (not ttsl), % tt for the names. \df \sl \hyphenchar\font=0 % % On the other hand, if an argument has two dashes (for instance), we % want a way to get ttsl. We used to recommend @var for that, so % leave the code in, but it's strange for @var to lead to typewriter. % Nowadays we recommend @code, since the difference between a ttsl hyphen % and a tt hyphen is pretty tiny. @code also disables ?` !`. \def\var##1{{\setupmarkupstyle{var}\ttslanted{##1}}}% #1% \sl\hyphenchar\font=45 } % We want ()&[] to print specially on the defun line. % \def\activeparens{% \catcode`\(=\active \catcode`\)=\active \catcode`\[=\active \catcode`\]=\active \catcode`\&=\active } % Make control sequences which act like normal parenthesis chars. \let\lparen = ( \let\rparen = ) % Be sure that we always have a definition for `(', etc. For example, % if the fn name has parens in it, \boldbrax will not be in effect yet, % so TeX would otherwise complain about undefined control sequence. { \activeparens \global\let(=\lparen \global\let)=\rparen \global\let[=\lbrack \global\let]=\rbrack \global\let& = \& \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} \gdef\magicamp{\let&=\amprm} } \newcount\parencount % If we encounter &foo, then turn on ()-hacking afterwards \newif\ifampseen \def\amprm#1 {\ampseentrue{\bf\ }} \def\parenfont{% \ifampseen % At the first level, print parens in roman, % otherwise use the default font. \ifnum \parencount=1 \rm \fi \else % The \sf parens (in \boldbrax) actually are a little bolder than % the contained text. This is especially needed for [ and ] . \sf \fi } \def\infirstlevel#1{% \ifampseen \ifnum\parencount=1 #1% \fi \fi } \def\bfafterword#1 {#1 \bf} \def\opnr{% \global\advance\parencount by 1 {\parenfont(}% \infirstlevel \bfafterword } \def\clnr{% {\parenfont)}% \infirstlevel \sl \global\advance\parencount by -1 } \newcount\brackcount \def\lbrb{% \global\advance\brackcount by 1 {\bf[}% } \def\rbrb{% {\bf]}% \global\advance\brackcount by -1 } \def\checkparencounts{% \ifnum\parencount=0 \else \badparencount \fi \ifnum\brackcount=0 \else \badbrackcount \fi } % these should not use \errmessage; the glibc manual, at least, actually % has such constructs (when documenting function pointers). \def\badparencount{% \message{Warning: unbalanced parentheses in @def...}% \global\parencount=0 } \def\badbrackcount{% \message{Warning: unbalanced square brackets in @def...}% \global\brackcount=0 } \message{macros,} % @macro. % To do this right we need a feature of e-TeX, \scantokens, % which we arrange to emulate with a temporary file in ordinary TeX. \ifx\eTeXversion\thisisundefined \newwrite\macscribble \def\scantokens#1{% \toks0={#1}% \immediate\openout\macscribble=\jobname.tmp \immediate\write\macscribble{\the\toks0}% \immediate\closeout\macscribble \input \jobname.tmp } \fi % alias because \c means cedilla in @tex or @math \let\texinfoc=\c \newcount\savedcatcodeone \newcount\savedcatcodetwo % Used at the time of macro expansion. % Argument is macro body with arguments substituted \def\scanmacro#1{% \newlinechar`\^^M \def\xeatspaces{\eatspaces}% % % Temporarily undo catcode changes of \printindex. Set catcode of @ to % 0 so that @-commands in macro expansions aren't printed literally when % formatting an index file, where \ is used as the escape character. \savedcatcodeone=\catcode`\@ \savedcatcodetwo=\catcode`\\ \catcode`\@=0 \catcode`\\=\active % % Process the macro body under the current catcode regime. \scantokens{#1@texinfoc}% % \catcode`\@=\savedcatcodeone \catcode`\\=\savedcatcodetwo % % The \texinfoc is to remove the \newlinechar added by \scantokens, and % can be noticed by \parsearg. % We avoid surrounding the call to \scantokens with \bgroup and \egroup % to allow macros to open or close groups themselves. } % Used for copying and captions \def\scanexp#1{% \expandafter\scanmacro\expandafter{#1}% } \newcount\paramno % Count of parameters \newtoks\macname % Macro name \newif\ifrecursive % Is it recursive? % List of all defined macros in the form % \commondummyword\macro1\commondummyword\macro2... % Currently is also contains all @aliases; the list can be split % if there is a need. \def\macrolist{} % Add the macro to \macrolist \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname} \def\addtomacrolistxxx#1{% \toks0 = \expandafter{\macrolist\commondummyword#1}% \xdef\macrolist{\the\toks0}% } % Utility routines. % This does \let #1 = #2, with \csnames; that is, % \let \csname#1\endcsname = \csname#2\endcsname % (except of course we have to play expansion games). % \def\cslet#1#2{% \expandafter\let \csname#1\expandafter\endcsname \csname#2\endcsname } % Trim leading and trailing spaces off a string. % Concepts from aro-bend problem 15 (see CTAN). {\catcode`\@=11 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }} \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@} \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @} \def\unbrace#1{#1} \unbrace{\gdef\trim@@@ #1 } #2@{#1} } % Trim a single trailing ^^M off a string. {\catcode`\^^M=\other \catcode`\Q=3% \gdef\eatcr #1{\eatcra #1Q^^MQ}% \gdef\eatcra#1^^MQ{\eatcrb#1Q}% \gdef\eatcrb#1Q#2Q{#1}% } % Macro bodies are absorbed as an argument in a context where % all characters are catcode 10, 11 or 12, except \ which is active % (as in normal texinfo). It is necessary to change the definition of \ % to recognize macro arguments; this is the job of \mbodybackslash. % % Non-ASCII encodings make 8-bit characters active, so un-activate % them to avoid their expansion. Must do this non-globally, to % confine the change to the current group. % % It's necessary to have hard CRs when the macro is executed. This is % done by making ^^M (\endlinechar) catcode 12 when reading the macro % body, and then making it the \newlinechar in \scanmacro. % \def\scanctxt{% used as subroutine \catcode`\"=\other \catcode`\+=\other \catcode`\<=\other \catcode`\>=\other \catcode`\^=\other \catcode`\_=\other \catcode`\|=\other \catcode`\~=\other \passthroughcharstrue } \def\scanargctxt{% used for copying and captions, not macros. \scanctxt \catcode`\@=\other \catcode`\\=\other \catcode`\^^M=\other } \def\macrobodyctxt{% used for @macro definitions \scanctxt \catcode`\ =\other \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other \catcode`\^^M=\other \usembodybackslash } % Used when scanning braced macro arguments. Note, however, that catcode % changes here are ineffectual if the macro invocation was nested inside % an argument to another Texinfo command. \def\macroargctxt{% \scanctxt \catcode`\ =\active \catcode`\^^M=\other \catcode`\\=\active } \def\macrolineargctxt{% used for whole-line arguments without braces \scanctxt \catcode`\{=\other \catcode`\}=\other } % \mbodybackslash is the definition of \ in @macro bodies. % It maps \foo\ => \csname macarg.foo\endcsname => #N % where N is the macro parameter number. % We define \csname macarg.\endcsname to be \realbackslash, so % \\ in macro replacement text gets you a backslash. % {\catcode`@=0 @catcode`@\=@active @gdef@usembodybackslash{@let\=@mbodybackslash} @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname} } \expandafter\def\csname macarg.\endcsname{\realbackslash} \def\margbackslash#1{\char`\#1 } \def\macro{\recursivefalse\parsearg\macroxxx} \def\rmacro{\recursivetrue\parsearg\macroxxx} \def\macroxxx#1{% \getargs{#1}% now \macname is the macname and \argl the arglist \ifx\argl\empty % no arguments \paramno=0\relax \else \expandafter\parsemargdef \argl;% \if\paramno>256\relax \ifx\eTeXversion\thisisundefined \errhelp = \EMsimple \errmessage{You need eTeX to compile a file with macros with more than 256 arguments} \fi \fi \fi \if1\csname ismacro.\the\macname\endcsname \message{Warning: redefining \the\macname}% \else \expandafter\ifx\csname \the\macname\endcsname \relax \else \errmessage{Macro name \the\macname\space already defined}\fi \global\cslet{macsave.\the\macname}{\the\macname}% \global\expandafter\let\csname ismacro.\the\macname\endcsname=1% \addtomacrolist{\the\macname}% \fi \begingroup \macrobodyctxt \ifrecursive \expandafter\parsermacbody \else \expandafter\parsemacbody \fi} \parseargdef\unmacro{% \if1\csname ismacro.#1\endcsname \global\cslet{#1}{macsave.#1}% \global\expandafter\let \csname ismacro.#1\endcsname=0% % Remove the macro name from \macrolist: \begingroup \expandafter\let\csname#1\endcsname \relax \let\commondummyword\unmacrodo \xdef\macrolist{\macrolist}% \endgroup \else \errmessage{Macro #1 not defined}% \fi } % Called by \do from \dounmacro on each macro. The idea is to omit any % macro definitions that have been changed to \relax. % \def\unmacrodo#1{% \ifx #1\relax % remove this \else \noexpand\commondummyword \noexpand#1% \fi } % \getargs -- Parse the arguments to a @macro line. Set \macname to % the name of the macro, and \argl to the braced argument list. \def\getargs#1{\getargsxxx#1{}} \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs} \def\getmacname#1 #2\relax{\macname={#1}} \def\getmacargs#1{\def\argl{#1}} % This made use of the feature that if the last token of a % is #, then the preceding argument is delimited by % an opening brace, and that opening brace is not consumed. % Parse the optional {params} list to @macro or @rmacro. % Set \paramno to the number of arguments, % and \paramlist to a parameter text for the macro (e.g. #1,#2,#3 for a % three-param macro.) Define \macarg.BLAH for each BLAH in the params % list to some hook where the argument is to be expanded. If there are % less than 10 arguments that hook is to be replaced by ##N where N % is the position in that list, that is to say the macro arguments are to be % defined `a la TeX in the macro body. % % That gets used by \mbodybackslash (above). % % If there are 10 or more arguments, a different technique is used: see % \parsemmanyargdef. % \def\parsemargdef#1;{% \paramno=0\def\paramlist{}% \let\hash\relax % \hash is redefined to `#' later to get it into definitions \let\xeatspaces\relax \parsemargdefxxx#1,;,% \ifnum\paramno<10\relax\else \paramno0\relax \parsemmanyargdef@@#1,;,% 10 or more arguments \fi } \def\parsemargdefxxx#1,{% \if#1;\let\next=\relax \else \let\next=\parsemargdefxxx \advance\paramno by 1 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname {\xeatspaces{\hash\the\paramno}}% \edef\paramlist{\paramlist\hash\the\paramno,}% \fi\next} % \parsemacbody, \parsermacbody % % Read recursive and nonrecursive macro bodies. (They're different since % rec and nonrec macros end differently.) % % We are in \macrobodyctxt, and the \xdef causes backslashshes in the macro % body to be transformed. % Set \macrobody to the body of the macro, and call \defmacro. % {\catcode`\ =\other\long\gdef\parsemacbody#1@end macro{% \xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}% {\catcode`\ =\other\long\gdef\parsermacbody#1@end rmacro{% \xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}% % Make @ a letter, so that we can make private-to-Texinfo macro names. \edef\texiatcatcode{\the\catcode`\@} \catcode `@=11\relax %%%%%%%%%%%%%% Code for > 10 arguments only %%%%%%%%%%%%%%%%%% % If there are 10 or more arguments, a different technique is used, where the % hook remains in the body, and when macro is to be expanded the body is % processed again to replace the arguments. % % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the % argument N value and then \edef the body (nothing else will expand because of % the catcode regime under which the body was input). % % If you compile with TeX (not eTeX), and you have macros with 10 or more % arguments, no macro can have more than 256 arguments (else error). % % In case that there are 10 or more arguments we parse again the arguments % list to set new definitions for the \macarg.BLAH macros corresponding to % each BLAH argument. It was anyhow needed to parse already once this list % in order to count the arguments, and as macros with at most 9 arguments % are by far more frequent than macro with 10 or more arguments, defining % twice the \macarg.BLAH macros does not cost too much processing power. \def\parsemmanyargdef@@#1,{% \if#1;\let\next=\relax \else \let\next=\parsemmanyargdef@@ \edef\tempb{\eatspaces{#1}}% \expandafter\def\expandafter\tempa \expandafter{\csname macarg.\tempb\endcsname}% % Note that we need some extra \noexpand\noexpand, this is because we % don't want \the to be expanded in the \parsermacbody as it uses an % \xdef . \expandafter\edef\tempa {\noexpand\noexpand\noexpand\the\toks\the\paramno}% \advance\paramno by 1\relax \fi\next} \let\endargs@\relax \let\nil@\relax \def\nilm@{\nil@}% \long\def\nillm@{\nil@}% % This macro is expanded during the Texinfo macro expansion, not during its % definition. It gets all the arguments' values and assigns them to macros % macarg.ARGNAME % % #1 is the macro name % #2 is the list of argument names % #3 is the list of argument values \def\getargvals@#1#2#3{% \def\macargdeflist@{}% \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion. \def\paramlist{#2,\nil@}% \def\macroname{#1}% \begingroup \macroargctxt \def\argvaluelist{#3,\nil@}% \def\@tempa{#3}% \ifx\@tempa\empty \setemptyargvalues@ \else \getargvals@@ \fi } \def\getargvals@@{% \ifx\paramlist\nilm@ % Some sanity check needed here that \argvaluelist is also empty. \ifx\argvaluelist\nillm@ \else \errhelp = \EMsimple \errmessage{Too many arguments in macro `\macroname'!}% \fi \let\next\macargexpandinbody@ \else \ifx\argvaluelist\nillm@ % No more arguments values passed to macro. Set remaining named-arg % macros to empty. \let\next\setemptyargvalues@ \else % pop current arg name into \@tempb \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% \expandafter\@tempa\expandafter{\paramlist}% % pop current argument value into \@tempc \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}% \expandafter\@tempa\expandafter{\argvaluelist}% % Here \@tempb is the current arg name and \@tempc is the current arg value. % First place the new argument macro definition into \@tempd \expandafter\macname\expandafter{\@tempc}% \expandafter\let\csname macarg.\@tempb\endcsname\relax \expandafter\def\expandafter\@tempe\expandafter{% \csname macarg.\@tempb\endcsname}% \edef\@tempd{\long\def\@tempe{\the\macname}}% \push@\@tempd\macargdeflist@ \let\next\getargvals@@ \fi \fi \next } \def\push@#1#2{% \expandafter\expandafter\expandafter\def \expandafter\expandafter\expandafter#2% \expandafter\expandafter\expandafter{% \expandafter#1#2}% } % Replace arguments by their values in the macro body, and place the result % in macro \@tempa. % \def\macvalstoargs@{% % To do this we use the property that token registers that are \the'ed % within an \edef expand only once. So we are going to place all argument % values into respective token registers. % % First we save the token context, and initialize argument numbering. \begingroup \paramno0\relax % Then, for each argument number #N, we place the corresponding argument % value into a new token list register \toks#N \expandafter\putargsintokens@\saveparamlist@,;,% % Then, we expand the body so that argument are replaced by their % values. The trick for values not to be expanded themselves is that they % are within tokens and that tokens expand only once in an \edef . \edef\@tempc{\csname mac.\macroname .body\endcsname}% % Now we restore the token stack pointer to free the token list registers % which we have used, but we make sure that expanded body is saved after % group. \expandafter \endgroup \expandafter\def\expandafter\@tempa\expandafter{\@tempc}% } % Define the named-macro outside of this group and then close this group. % \def\macargexpandinbody@{% \expandafter \endgroup \macargdeflist@ % First the replace in body the macro arguments by their values, the result % is in \@tempa . \macvalstoargs@ % Then we point at the \norecurse or \gobble (for recursive) macro value % with \@tempb . \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname % Depending on whether it is recursive or not, we need some tailing % \egroup . \ifx\@tempb\gobble \let\@tempc\relax \else \let\@tempc\egroup \fi % And now we do the real job: \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}% \@tempd } \def\putargsintokens@#1,{% \if#1;\let\next\relax \else \let\next\putargsintokens@ % First we allocate the new token list register, and give it a temporary % alias \@tempb . \toksdef\@tempb\the\paramno % Then we place the argument value into that token list register. \expandafter\let\expandafter\@tempa\csname macarg.#1\endcsname \expandafter\@tempb\expandafter{\@tempa}% \advance\paramno by 1\relax \fi \next } % Trailing missing arguments are set to empty. % \def\setemptyargvalues@{% \ifx\paramlist\nilm@ \let\next\macargexpandinbody@ \else \expandafter\setemptyargvaluesparser@\paramlist\endargs@ \let\next\setemptyargvalues@ \fi \next } \def\setemptyargvaluesparser@#1,#2\endargs@{% \expandafter\def\expandafter\@tempa\expandafter{% \expandafter\def\csname macarg.#1\endcsname{}}% \push@\@tempa\macargdeflist@ \def\paramlist{#2}% } % #1 is the element target macro % #2 is the list macro % #3,#4\endargs@ is the list value \def\pop@#1#2#3,#4\endargs@{% \def#1{#3}% \def#2{#4}% } \long\def\longpop@#1#2#3,#4\endargs@{% \long\def#1{#3}% \long\def#2{#4}% } %%%%%%%%%%%%%% End of code for > 10 arguments %%%%%%%%%%%%%%%%%% % This defines a Texinfo @macro or @rmacro, called by \parsemacbody. % \macrobody has the body of the macro in it, with placeholders for % its parameters, looking like "\xeatspaces{\hash 1}". % \paramno is the number of parameters % \paramlist is a TeX parameter text, e.g. "#1,#2,#3," % There are four cases: macros of zero, one, up to nine, and many arguments. % \xdef is used so that macro definitions will survive the file % they're defined in: @include reads the file inside a group. % \def\defmacro{% \let\hash=##% convert placeholders to macro parameter chars \ifnum\paramno=1 \def\xeatspaces##1{##1}% % This removes the pair of braces around the argument. We don't % use \eatspaces, because this can cause ends of lines to be lost % when the argument to \eatspaces is read, leading to line-based % commands like "@itemize" not being read correctly. \else \let\xeatspaces\relax % suppress expansion \fi \ifcase\paramno % 0 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup \noexpand\spaceisspace \noexpand\endlineisspace \noexpand\expandafter % skip any whitespace after the macro name. \expandafter\noexpand\csname\the\macname @@@\endcsname}% \expandafter\xdef\csname\the\macname @@@\endcsname{% \egroup \noexpand\scanmacro{\macrobody}}% \or % 1 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup \noexpand\braceorline \expandafter\noexpand\csname\the\macname @@@\endcsname}% \expandafter\xdef\csname\the\macname @@@\endcsname##1{% \egroup \noexpand\scanmacro{\macrobody}% }% \else % at most 9 \ifnum\paramno<10\relax % @MACNAME sets the context for reading the macro argument % @MACNAME@@ gets the argument, processes backslashes and appends a % comma. % @MACNAME@@@ removes braces surrounding the argument list. % @MACNAME@@@@ scans the macro body with arguments substituted. \expandafter\xdef\csname\the\macname\endcsname{% \bgroup \noexpand\expandafter % This \expandafter skip any spaces after the \noexpand\macroargctxt % macro before we change the catcode of space. \noexpand\expandafter \expandafter\noexpand\csname\the\macname @@\endcsname}% \expandafter\xdef\csname\the\macname @@\endcsname##1{% \noexpand\passargtomacro \expandafter\noexpand\csname\the\macname @@@\endcsname{##1,}}% \expandafter\xdef\csname\the\macname @@@\endcsname##1{% \expandafter\noexpand\csname\the\macname @@@@\endcsname ##1}% \expandafter\expandafter \expandafter\xdef \expandafter\expandafter \csname\the\macname @@@@\endcsname\paramlist{% \egroup\noexpand\scanmacro{\macrobody}}% \else % 10 or more: \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\getargvals@{\the\macname}{\argl}% }% \global\expandafter\let\csname mac.\the\macname .body\endcsname\macrobody \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\gobble \fi \fi} \catcode `\@\texiatcatcode\relax % end private-to-Texinfo catcodes \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % {\catcode`\@=0 \catcode`\\=13 % We need to manipulate \ so use @ as escape @catcode`@_=11 % private names @catcode`@!=11 % used as argument separator % \passargtomacro#1#2 - % Call #1 with a list of tokens #2, with any doubled backslashes in #2 % compressed to one. % % This implementation works by expansion, and not execution (so we cannot use % \def or similar). This reduces the risk of this failing in contexts where % complete expansion is done with no execution (for example, in writing out to % an auxiliary file for an index entry). % % State is kept in the input stream: the argument passed to % @look_ahead, @gobble_and_check_finish and @add_segment is % % THE_MACRO ARG_RESULT ! {PENDING_BS} NEXT_TOKEN (... rest of input) % % where: % THE_MACRO - name of the macro we want to call % ARG_RESULT - argument list we build to pass to that macro % PENDING_BS - either a backslash or nothing % NEXT_TOKEN - used to look ahead in the input stream to see what's coming next @gdef@passargtomacro#1#2{% @add_segment #1!{}@relax#2\@_finish\% } @gdef@_finish{@_finishx} @global@let@_finishx@relax % #1 - THE_MACRO ARG_RESULT % #2 - PENDING_BS % #3 - NEXT_TOKEN % #4 used to look ahead % % If the next token is not a backslash, process the rest of the argument; % otherwise, remove the next token. @gdef@look_ahead#1!#2#3#4{% @ifx#4\% @expandafter@gobble_and_check_finish @else @expandafter@add_segment @fi#1!{#2}#4#4% } % #1 - THE_MACRO ARG_RESULT % #2 - PENDING_BS % #3 - NEXT_TOKEN % #4 should be a backslash, which is gobbled. % #5 looks ahead % % Double backslash found. Add a single backslash, and look ahead. @gdef@gobble_and_check_finish#1!#2#3#4#5{% @add_segment#1\!{}#5#5% } @gdef@is_fi{@fi} % #1 - THE_MACRO ARG_RESULT % #2 - PENDING_BS % #3 - NEXT_TOKEN % #4 is input stream until next backslash % % Input stream is either at the start of the argument, or just after a % backslash sequence, either a lone backslash, or a doubled backslash. % NEXT_TOKEN contains the first token in the input stream: if it is \finish, % finish; otherwise, append to ARG_RESULT the segment of the argument up until % the next backslash. PENDING_BACKSLASH contains a backslash to represent % a backslash just before the start of the input stream that has not been % added to ARG_RESULT. @gdef@add_segment#1!#2#3#4\{% @ifx#3@_finish @call_the_macro#1!% @else % append the pending backslash to the result, followed by the next segment @expandafter@is_fi@look_ahead#1#2#4!{\}@fi % this @fi is discarded by @look_ahead. % we can't get rid of it with \expandafter because we don't know how % long #4 is. } % #1 - THE_MACRO % #2 - ARG_RESULT % #3 discards the res of the conditional in @add_segment, and @is_fi ends the % conditional. @gdef@call_the_macro#1#2!#3@fi{@is_fi #1{#2}} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \braceorline MAC is used for a one-argument macro MAC. It checks % whether the next non-whitespace character is a {. It sets the context % for reading the argument (slightly different in the two cases). Then, % to read the argument, in the whole-line case, it then calls the regular % \parsearg MAC; in the lbrace case, it calls \passargtomacro MAC. % \def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx} \def\braceorlinexxx{% \ifx\nchar\bgroup \macroargctxt \expandafter\passargtomacro \else \macrolineargctxt\expandafter\parsearg \fi \macnamexxx} % @alias. % We need some trickery to remove the optional spaces around the equal % sign. Make them active and then expand them all to nothing. % \def\alias{\parseargusing\obeyspaces\aliasxxx} \def\aliasxxx #1{\aliasyyy#1\relax} \def\aliasyyy #1=#2\relax{% {% \expandafter\let\obeyedspace=\empty \addtomacrolist{#1}% \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}% }% \next } \message{cross references,} \newwrite\auxfile \newif\ifhavexrefs % True if xref values are known. \newif\ifwarnedxrefs % True if we warned once that they aren't known. % @inforef is relatively simple. \def\inforef #1{\inforefzzz #1,,,,**} \def\inforefzzz #1,#2,#3,#4**{% \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}}, node \samp{\ignorespaces#1{}}} % @node's only job in TeX is to define \lastnode, which is used in % cross-references. The @node line might or might not have commas, and % might or might not have spaces before the first comma, like: % @node foo , bar , ... % We don't want such trailing spaces in the node name. % \parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse} % % also remove a trailing comma, in case of something like this: % @node Help-Cross, , , Cross-refs \def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse} \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}} \let\nwnode=\node \let\lastnode=\empty % Write a cross-reference definition for the current node. #1 is the % type (Ynumbered, Yappendix, Ynothing). % \def\donoderef#1{% \ifx\lastnode\empty\else \setref{\lastnode}{#1}% \global\let\lastnode=\empty \fi } % @anchor{NAME} -- define xref target at arbitrary point. % \newcount\savesfregister % \def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi} \def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi} \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an % anchor), which consists of three parts: % 1) NAME-title - the current sectioning name taken from \lastsection, % or the anchor name. % 2) NAME-snt - section number and type, passed as the SNT arg, or % empty for anchors. % 3) NAME-pg - the page number. % % This is called from \donoderef, \anchor, and \dofloat. In the case of % floats, there is an additional part, which is not written here: % 4) NAME-lof - the text as it should appear in a @listoffloats. % \def\setref#1#2{% \pdfmkdest{#1}% \iflinks {% \requireauxfile \atdummies % preserve commands, but don't expand them % match definition in \xrdef, \refx, \xrefX. \def\value##1{##1}% \edef\writexrdef##1##2{% \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef ##1}{##2}}% these are parameters of \writexrdef }% \toks0 = \expandafter{\lastsection}% \immediate \writexrdef{title}{\the\toks0 }% \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc. \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, at \shipout }% \fi } % @xrefautosectiontitle on|off says whether @section(ing) names are used % automatically in xrefs, if the third arg is not explicitly specified. % This was provided as a "secret" @set xref-automatic-section-title % variable, now it's official. % \parseargdef\xrefautomaticsectiontitle{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETxref-automatic-section-title\endcsname = \empty \else\ifx\temp\offword \expandafter\let\csname SETxref-automatic-section-title\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @xrefautomaticsectiontitle value `\temp', must be on|off}% \fi\fi } % % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is % the node name, #2 the name of the Info cross-reference, #3 the printed % node name, #4 the name of the Info file, #5 the name of the printed % manual. All but the node name can be omitted. % \def\pxref{\putwordsee{} \xrefXX} \def\xref{\putwordSee{} \xrefXX} \def\ref{\xrefXX} \def\xrefXX#1{\def\xrefXXarg{#1}\futurelet\tokenafterxref\xrefXXX} \def\xrefXXX{\expandafter\xrefX\expandafter[\xrefXXarg,,,,,,,]} % \newbox\toprefbox \newbox\printedrefnamebox \newbox\infofilenamebox \newbox\printedmanualbox % \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup \unsepspaces % % Get args without leading/trailing spaces. \def\printedrefname{\ignorespaces #3}% \setbox\printedrefnamebox = \hbox{\printedrefname\unskip}% % \def\infofilename{\ignorespaces #4}% \setbox\infofilenamebox = \hbox{\infofilename\unskip}% % \def\printedmanual{\ignorespaces #5}% \setbox\printedmanualbox = \hbox{\printedmanual\unskip}% % % If the printed reference name (arg #3) was not explicitly given in % the @xref, figure out what we want to use. \ifdim \wd\printedrefnamebox = 0pt % No printed node name was explicitly given. \expandafter\ifx\csname SETxref-automatic-section-title\endcsname \relax % Not auto section-title: use node name inside the square brackets. \def\printedrefname{\ignorespaces #1}% \else % Auto section-title: use chapter/section title inside % the square brackets if we have it. \ifdim \wd\printedmanualbox > 0pt % It is in another manual, so we don't have it; use node name. \def\printedrefname{\ignorespaces #1}% \else \ifhavexrefs % We (should) know the real title if we have the xref values. \def\printedrefname{\refx{#1-title}{}}% \else % Otherwise just copy the Info node name. \def\printedrefname{\ignorespaces #1}% \fi% \fi \fi \fi % % Make link in pdf output. \ifpdf % For pdfTeX and LuaTeX {\indexnofonts \makevalueexpandable \turnoffactive % This expands tokens, so do it after making catcode changes, so _ % etc. don't get their TeX definitions. This ignores all spaces in % #4, including (wrongly) those in the middle of the filename. \getfilename{#4}% % % This (wrongly) does not take account of leading or trailing % spaces in #1, which should be ignored. \setpdfdestname{#1}% % \ifx\pdfdestname\empty \def\pdfdestname{Top}% no empty targets \fi % \leavevmode \startlink attr{/Border [0 0 0]}% \ifnum\filenamelength>0 goto file{\the\filename.pdf} name{\pdfdestname}% \else goto name{\pdfmkpgn{\pdfdestname}}% \fi }% \setcolor{\linkcolor}% \else \ifx\XeTeXrevision\thisisundefined \else % For XeTeX {\indexnofonts \makevalueexpandable \turnoffactive % This expands tokens, so do it after making catcode changes, so _ % etc. don't get their TeX definitions. This ignores all spaces in % #4, including (wrongly) those in the middle of the filename. \getfilename{#4}% % % This (wrongly) does not take account of leading or trailing % spaces in #1, which should be ignored. \setpdfdestname{#1}% % \ifx\pdfdestname\empty \def\pdfdestname{Top}% no empty targets \fi % \leavevmode \ifnum\filenamelength>0 % With default settings, % XeTeX (xdvipdfmx) replaces link destination names with integers. % In this case, the replaced destination names of % remote PDFs are no longer known. In order to avoid a replacement, % you can use xdvipdfmx's command line option `-C 0x0010'. % If you use XeTeX 0.99996+ (TeX Live 2016+), % this command line option is no longer necessary % because we can use the `dvipdfmx:config' special. \special{pdf:bann << /Border [0 0 0] /Type /Annot /Subtype /Link /A << /S /GoToR /F (\the\filename.pdf) /D (\pdfdestname) >> >>}% \else \special{pdf:bann << /Border [0 0 0] /Type /Annot /Subtype /Link /A << /S /GoTo /D (\pdfdestname) >> >>}% \fi }% \setcolor{\linkcolor}% \fi \fi {% % Have to otherify everything special to allow the \csname to % include an _ in the xref name, etc. \indexnofonts \turnoffactive \def\value##1{##1}% \expandafter\global\expandafter\let\expandafter\Xthisreftitle \csname XR#1-title\endcsname }% % % Float references are printed completely differently: "Figure 1.2" % instead of "[somenode], p.3". \iffloat distinguishes them by % \Xthisreftitle being set to a magic string. \iffloat\Xthisreftitle % If the user specified the print name (third arg) to the ref, % print it instead of our usual "Figure 1.2". \ifdim\wd\printedrefnamebox = 0pt \refx{#1-snt}{}% \else \printedrefname \fi % % If the user also gave the printed manual name (fifth arg), append % "in MANUALNAME". \ifdim \wd\printedmanualbox > 0pt \space \putwordin{} \cite{\printedmanual}% \fi \else % node/anchor (non-float) references. % % If we use \unhbox to print the node names, TeX does not insert % empty discretionaries after hyphens, which means that it will not % find a line break at a hyphen in a node names. Since some manuals % are best written with fairly long node names, containing hyphens, % this is a loss. Therefore, we give the text of the node name % again, so it is as if TeX is seeing it for the first time. % \ifdim \wd\printedmanualbox > 0pt % Cross-manual reference with a printed manual name. % \crossmanualxref{\cite{\printedmanual\unskip}}% % \else\ifdim \wd\infofilenamebox > 0pt % Cross-manual reference with only an info filename (arg 4), no % printed manual name (arg 5). This is essentially the same as % the case above; we output the filename, since we have nothing else. % \crossmanualxref{\code{\infofilename\unskip}}% % \else % Reference within this manual. % % _ (for example) has to be the character _ for the purposes of the % control sequence corresponding to the node, but it has to expand % into the usual \leavevmode...\vrule stuff for purposes of % printing. So we \turnoffactive for the \refx-snt, back on for the % printing, back off for the \refx-pg. {\turnoffactive % Only output a following space if the -snt ref is nonempty; for % @unnumbered and @anchor, it won't be. \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi }% % output the `[mynode]' via the macro below so it can be overridden. \xrefprintnodename\printedrefname % % But we always want a comma and a space: ,\space % % output the `page 3'. \turnoffactive \putwordpage\tie\refx{#1-pg}{}% % Add a , if xref followed by a space \if\space\noexpand\tokenafterxref ,% \else\ifx\ \tokenafterxref ,% @TAB \else\ifx\*\tokenafterxref ,% @* \else\ifx\ \tokenafterxref ,% @SPACE \else\ifx\ \tokenafterxref ,% @NL \else\ifx\tie\tokenafterxref ,% @tie \fi\fi\fi\fi\fi\fi \fi\fi \fi \endlink \endgroup} % Output a cross-manual xref to #1. Used just above (twice). % % Only include the text "Section ``foo'' in" if the foo is neither % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply % "see The Foo Manual", the idea being to refer to the whole manual. % % But, this being TeX, we can't easily compare our node name against the % string "Top" while ignoring the possible spaces before and after in % the input. By adding the arbitrary 7sp below, we make it much less % likely that a real node name would have the same width as "Top" (e.g., % in a monospaced font). Hopefully it will never happen in practice. % % For the same basic reason, we retypeset the "Top" at every % reference, since the current font is indeterminate. % \def\crossmanualxref#1{% \setbox\toprefbox = \hbox{Top\kern7sp}% \setbox2 = \hbox{\ignorespaces \printedrefname \unskip \kern7sp}% \ifdim \wd2 > 7sp % nonempty? \ifdim \wd2 = \wd\toprefbox \else % same as Top? \putwordSection{} ``\printedrefname'' \putwordin{}\space \fi \fi #1% } % This macro is called from \xrefX for the `[nodename]' part of xref % output. It's a separate macro only so it can be changed more easily, % since square brackets don't work well in some documents. Particularly % one that Bob is working on :). % \def\xrefprintnodename#1{[#1]} % Things referred to by \setref. % \def\Ynothing{} \def\Yomitfromtoc{} \def\Ynumbered{% \ifnum\secno=0 \putwordChapter@tie \the\chapno \else \ifnum\subsecno=0 \putwordSection@tie \the\chapno.\the\secno \else \ifnum\subsubsecno=0 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno \else \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno \fi\fi\fi } \def\Yappendix{% \ifnum\secno=0 \putwordAppendix@tie @char\the\appendixno{}% \else \ifnum\subsecno=0 \putwordSection@tie @char\the\appendixno.\the\secno \else \ifnum\subsubsecno=0 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno \else \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno \fi\fi\fi } % \refx{NAME}{SUFFIX} - reference a cross-reference string named NAME. SUFFIX % is output afterwards if non-empty. \def\refx#1#2{% \requireauxfile {% \indexnofonts \otherbackslash \def\value##1{##1}% \expandafter\global\expandafter\let\expandafter\thisrefX \csname XR#1\endcsname }% \ifx\thisrefX\relax % If not defined, say something at least. \angleleft un\-de\-fined\angleright \iflinks \ifhavexrefs {\toks0 = {#1}% avoid expansion of possibly-complex value \message{\linenumber Undefined cross reference `\the\toks0'.}}% \else \ifwarnedxrefs\else \global\warnedxrefstrue \message{Cross reference values unknown; you must run TeX again.}% \fi \fi \fi \else % It's defined, so just use it. \thisrefX \fi #2% Output the suffix in any case. } % This is the macro invoked by entries in the aux file. Define a control % sequence for a cross-reference target (we prepend XR to the control sequence % name to avoid collisions). The value is the page number. If this is a float % type, we have more work to do. % \def\xrdef#1#2{% {% Expand the node or anchor name to remove control sequences. % \turnoffactive stops 8-bit characters being changed to commands % like @'e. \refx does the same to retrieve the value in the definition. \indexnofonts \turnoffactive \def\value##1{##1}% \xdef\safexrefname{#1}% }% % \bgroup \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% \egroup % We put the \gdef inside a group to avoid the definitions building up on % TeX's save stack, which can cause it to run out of space for aux files with % thousands of lines. \gdef doesn't use the save stack, but \csname does % when it defines an unknown control sequence as \relax. % % Was that xref control sequence that we just defined for a float? \expandafter\iffloat\csname XR\safexrefname\endcsname % it was a float, and we have the (safe) float type in \iffloattype. \expandafter\let\expandafter\floatlist \csname floatlist\iffloattype\endcsname % % Is this the first time we've seen this float type? \expandafter\ifx\floatlist\relax \toks0 = {\do}% yes, so just \do \else % had it before, so preserve previous elements in list. \toks0 = \expandafter{\floatlist\do}% \fi % % Remember this xref in the control sequence \floatlistFLOATTYPE, % for later use in \listoffloats. \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0 {\safexrefname}}% \fi } % If working on a large document in chapters, it is convenient to % be able to disable indexing, cross-referencing, and contents, for test runs. % This is done with @novalidate at the beginning of the file. % \newif\iflinks \linkstrue % by default we want the aux files. \let\novalidate = \linksfalse % Used when writing to the aux file, or when using data from it. \def\requireauxfile{% \iflinks \tryauxfile % Open the new aux file. TeX will close it automatically at exit. \immediate\openout\auxfile=\jobname.aux \fi \global\let\requireauxfile=\relax % Only do this once. } % Read the last existing aux file, if any. No error if none exists. % \def\tryauxfile{% \openin 1 \jobname.aux \ifeof 1 \else \readdatafile{aux}% \global\havexrefstrue \fi \closein 1 } \def\setupdatafile{% \catcode`\^^@=\other \catcode`\^^A=\other \catcode`\^^B=\other \catcode`\^^C=\other \catcode`\^^D=\other \catcode`\^^E=\other \catcode`\^^F=\other \catcode`\^^G=\other \catcode`\^^H=\other \catcode`\^^K=\other \catcode`\^^L=\other \catcode`\^^N=\other \catcode`\^^P=\other \catcode`\^^Q=\other \catcode`\^^R=\other \catcode`\^^S=\other \catcode`\^^T=\other \catcode`\^^U=\other \catcode`\^^V=\other \catcode`\^^W=\other \catcode`\^^X=\other \catcode`\^^Z=\other \catcode`\^^[=\other \catcode`\^^\=\other \catcode`\^^]=\other \catcode`\^^^=\other \catcode`\^^_=\other % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc. % in xref tags, i.e., node names. But since ^^e4 notation isn't % supported in the main text, it doesn't seem desirable. Furthermore, % that is not enough: for node names that actually contain a ^ % character, we would end up writing a line like this: 'xrdef {'hat % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first % argument, and \hat is not an expandable control sequence. It could % all be worked out, but why? Either we support ^^ or we don't. % % The other change necessary for this was to define \auxhat: % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter % and then to call \auxhat in \setq. % \catcode`\^=\other % % Special characters. Should be turned off anyway, but... \catcode`\~=\other \catcode`\[=\other \catcode`\]=\other \catcode`\"=\other \catcode`\_=\other \catcode`\|=\other \catcode`\<=\other \catcode`\>=\other \catcode`\$=\other \catcode`\#=\other \catcode`\&=\other \catcode`\%=\other \catcode`+=\other % avoid \+ for paranoia even though we've turned it off % % This is to support \ in node names and titles, since the \ % characters end up in a \csname. It's easier than % leaving it active and making its active definition an actual \ % character. What I don't understand is why it works in the *value* % of the xrdef. Seems like it should be a catcode12 \, and that % should not typeset properly. But it works, so I'm moving on for % now. --karl, 15jan04. \catcode`\\=\other % % @ is our escape character in .aux files, and we need braces. \catcode`\{=1 \catcode`\}=2 \catcode`\@=0 } \def\readdatafile#1{% \begingroup \setupdatafile \input\jobname.#1 \endgroup} \message{insertions,} % including footnotes. \newcount \footnoteno % The trailing space in the following definition for supereject is % vital for proper filling; pages come out unaligned when you do a % pagealignmacro call if that space before the closing brace is % removed. (Generally, numeric constants should always be followed by a % space to prevent strange expansion errors.) \def\supereject{\par\penalty -20000\footnoteno =0 } % @footnotestyle is meaningful for Info output only. \let\footnotestyle=\comment {\catcode `\@=11 % % Auto-number footnotes. Otherwise like plain. \gdef\footnote{% \global\advance\footnoteno by \@ne \edef\thisfootno{$^{\the\footnoteno}$}% % % In case the footnote comes at the end of a sentence, preserve the % extra spacing after we do the footnote number. \let\@sf\empty \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi % % Remove inadvertent blank space before typesetting the footnote number. \unskip \thisfootno\@sf \dofootnote }% % Don't bother with the trickery in plain.tex to not require the % footnote text as a parameter. Our footnotes don't need to be so general. % % Oh yes, they do; otherwise, @ifset (and anything else that uses % \parseargline) fails inside footnotes because the tokens are fixed when % the footnote is read. --karl, 16nov96. % \gdef\dofootnote{% \insert\footins\bgroup % % Nested footnotes are not supported in TeX, that would take a lot % more work. (\startsavinginserts does not suffice.) \let\footnote=\errfootnotenest % % We want to typeset this text as a normal paragraph, even if the % footnote reference occurs in (for example) a display environment. % So reset some parameters. \hsize=\txipagewidth \interlinepenalty\interfootnotelinepenalty \splittopskip\ht\strutbox % top baseline for broken footnotes \splitmaxdepth\dp\strutbox \floatingpenalty\@MM \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip \parindent\defaultparindent % \smallfonts \rm % % Because we use hanging indentation in footnotes, a @noindent appears % to exdent this text, so make it be a no-op. makeinfo does not use % hanging indentation so @noindent can still be needed within footnote % text after an @example or the like (not that this is good style). \let\noindent = \relax % % Hang the footnote text off the number. Use \everypar in case the % footnote extends for more than one paragraph. \everypar = {\hang}% \textindent{\thisfootno}% % % Don't crash into the line above the footnote text. Since this % expands into a box, it must come within the paragraph, lest it % provide a place where TeX can split the footnote. \footstrut % % Invoke rest of plain TeX footnote routine. \futurelet\next\fo@t } }%end \catcode `\@=11 \def\errfootnotenest{% \errhelp=\EMsimple \errmessage{Nested footnotes not supported in texinfo.tex, even though they work in makeinfo; sorry} } \def\errfootnoteheading{% \errhelp=\EMsimple \errmessage{Footnotes in chapters, sections, etc., are not supported} } % In case a @footnote appears in a vbox, save the footnote text and create % the real \insert just after the vbox finished. Otherwise, the insertion % would be lost. % Similarly, if a @footnote appears inside an alignment, save the footnote % text to a box and make the \insert when a row of the table is finished. % And the same can be done for other insert classes. --kasal, 16nov03. % % Replace the \insert primitive by a cheating macro. % Deeper inside, just make sure that the saved insertions are not spilled % out prematurely. % \def\startsavinginserts{% \ifx \insert\ptexinsert \let\insert\saveinsert \else \let\checkinserts\relax \fi } % This \insert replacement works for both \insert\footins{foo} and % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}. % \def\saveinsert#1{% \edef\next{\noexpand\savetobox \makeSAVEname#1}% \afterassignment\next % swallow the left brace \let\temp = } \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}} \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1} \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi} \def\placesaveins#1{% \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname {\box#1}% } % eat @SAVE -- beware, all of them have catcode \other: { \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-) \gdef\gobblesave @SAVE{} } % initialization: \def\newsaveins #1{% \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}% \next } \def\newsaveinsX #1{% \csname newbox\endcsname #1% \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts \checksaveins #1}% } % initialize: \let\checkinserts\empty \newsaveins\footins \newsaveins\margin % @image. We use the macros from epsf.tex to support this. % If epsf.tex is not installed and @image is used, we complain. % % Check for and read epsf.tex up front. If we read it only at @image % time, we might be inside a group, and then its definitions would get % undone and the next image would fail. \openin 1 = epsf.tex \ifeof 1 \else % Do not bother showing banner with epsf.tex v2.7k (available in % doc/epsf.tex and on ctan). \def\epsfannounce{\toks0 = }% \input epsf.tex \fi \closein 1 % % We will only complain once about lack of epsf.tex. \newif\ifwarnednoepsf \newhelp\noepsfhelp{epsf.tex must be installed for images to work. It is also included in the Texinfo distribution, or you can get it from ftp://tug.org/tex/epsf.tex.} % \def\image#1{% \ifx\epsfbox\thisisundefined \ifwarnednoepsf \else \errhelp = \noepsfhelp \errmessage{epsf.tex not found, images will be ignored}% \global\warnednoepsftrue \fi \else \imagexxx #1,,,,,\finish \fi } % % Arguments to @image: % #1 is (mandatory) image filename; we tack on .eps extension. % #2 is (optional) width, #3 is (optional) height. % #4 is (ignored optional) html alt text. % #5 is (ignored optional) extension. % #6 is just the usual extra ignored arg for parsing stuff. \newif\ifimagevmode \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup \catcode`\^^M = 5 % in case we're inside an example \normalturnoffactive % allow _ et al. in names \def\xprocessmacroarg{\eatspaces}% in case we are being used via a macro % If the image is by itself, center it. \ifvmode \imagevmodetrue \else \ifx\centersub\centerV % for @center @image, we need a vbox so we can have our vertical space \imagevmodetrue \vbox\bgroup % vbox has better behavior than vtop herev \fi\fi % \ifimagevmode \nobreak\medskip % Usually we'll have text after the image which will insert % \parskip glue, so insert it here too to equalize the space % above and below. \nobreak\vskip\parskip \nobreak \fi % % Leave vertical mode so that indentation from an enclosing % environment such as @quotation is respected. % However, if we're at the top level, we don't want the % normal paragraph indentation. % On the other hand, if we are in the case of @center @image, we don't % want to start a paragraph, which will create a hsize-width box and % eradicate the centering. \ifx\centersub\centerV\else \noindent \fi % % Output the image. \ifpdf % For pdfTeX and LuaTeX <= 0.80 \dopdfimage{#1}{#2}{#3}% \else \ifx\XeTeXrevision\thisisundefined % For epsf.tex % \epsfbox itself resets \epsf?size at each figure. \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi \setbox0 = \hbox{\ignorespaces #3}% \ifdim\wd0 > 0pt \epsfysize=#3\relax \fi \epsfbox{#1.eps}% \else % For XeTeX \doxeteximage{#1}{#2}{#3}% \fi \fi % \ifimagevmode \medskip % space after a standalone image \fi \ifx\centersub\centerV \egroup \fi \endgroup} % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables, % etc. We don't actually implement floating yet, we always include the % float "here". But it seemed the best name for the future. % \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish} % There may be a space before second and/or third parameter; delete it. \def\eatcommaspace#1, {#1,} % #1 is the optional FLOATTYPE, the text label for this float, typically % "Figure", "Table", "Example", etc. Can't contain commas. If omitted, % this float will not be numbered and cannot be referred to. % % #2 is the optional xref label. Also must be present for the float to % be referable. % % #3 is the optional positioning argument; for now, it is ignored. It % will somehow specify the positions allowed to float to (here, top, bottom). % % We keep a separate counter for each FLOATTYPE, which we reset at each % chapter-level command. \let\resetallfloatnos=\empty % \def\dofloat#1,#2,#3,#4\finish{% \let\thiscaption=\empty \let\thisshortcaption=\empty % % don't lose footnotes inside @float. % % BEWARE: when the floats start float, we have to issue warning whenever an % insert appears inside a float which could possibly float. --kasal, 26may04 % \startsavinginserts % % We can't be used inside a paragraph. \par % \vtop\bgroup \def\floattype{#1}% \def\floatlabel{#2}% \def\floatloc{#3}% we do nothing with this yet. % \ifx\floattype\empty \let\safefloattype=\empty \else {% % the floattype might have accents or other special characters, % but we need to use it in a control sequence name. \indexnofonts \turnoffactive \xdef\safefloattype{\floattype}% }% \fi % % If label is given but no type, we handle that as the empty type. \ifx\floatlabel\empty \else % We want each FLOATTYPE to be numbered separately (Figure 1, % Table 1, Figure 2, ...). (And if no label, no number.) % \expandafter\getfloatno\csname\safefloattype floatno\endcsname \global\advance\floatno by 1 % {% % This magic value for \lastsection is output by \setref as the % XREFLABEL-title value. \xrefX uses it to distinguish float % labels (which have a completely different output format) from % node and anchor labels. And \xrdef uses it to construct the % lists of floats. % \edef\lastsection{\floatmagic=\safefloattype}% \setref{\floatlabel}{Yfloat}% }% \fi % % start with \parskip glue, I guess. \vskip\parskip % % Don't suppress indentation if a float happens to start a section. \restorefirstparagraphindent } % we have these possibilities: % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap % @float Foo,lbl & no caption: Foo 1.1 % @float Foo & @caption{Cap}: Foo: Cap % @float Foo & no caption: Foo % @float ,lbl & Caption{Cap}: 1.1: Cap % @float ,lbl & no caption: 1.1 % @float & @caption{Cap}: Cap % @float & no caption: % \def\Efloat{% \let\floatident = \empty % % In all cases, if we have a float type, it comes first. \ifx\floattype\empty \else \def\floatident{\floattype}\fi % % If we have an xref label, the number comes next. \ifx\floatlabel\empty \else \ifx\floattype\empty \else % if also had float type, need tie first. \appendtomacro\floatident{\tie}% \fi % the number. \appendtomacro\floatident{\chaplevelprefix\the\floatno}% \fi % % Start the printed caption with what we've constructed in % \floatident, but keep it separate; we need \floatident again. \let\captionline = \floatident % \ifx\thiscaption\empty \else \ifx\floatident\empty \else \appendtomacro\captionline{: }% had ident, so need a colon between \fi % % caption text. \appendtomacro\captionline{\scanexp\thiscaption}% \fi % % If we have anything to print, print it, with space before. % Eventually this needs to become an \insert. \ifx\captionline\empty \else \vskip.5\parskip \captionline % % Space below caption. \vskip\parskip \fi % % If have an xref label, write the list of floats info. Do this % after the caption, to avoid chance of it being a breakpoint. \ifx\floatlabel\empty \else % Write the text that goes in the lof to the aux file as % \floatlabel-lof. Besides \floatident, we include the short % caption if specified, else the full caption if specified, else nothing. {% \requireauxfile \atdummies % \ifx\thisshortcaption\empty \def\gtemp{\thiscaption}% \else \def\gtemp{\thisshortcaption}% \fi \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident \ifx\gtemp\empty \else : \gtemp \fi}}% }% \fi \egroup % end of \vtop % \checkinserts } % Append the tokens #2 to the definition of macro #1, not expanding either. % \def\appendtomacro#1#2{% \expandafter\def\expandafter#1\expandafter{#1#2}% } % @caption, @shortcaption % \def\caption{\docaption\thiscaption} \def\shortcaption{\docaption\thisshortcaption} \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption} \def\defcaption#1#2{\egroup \def#1{#2}} % The parameter is the control sequence identifying the counter we are % going to use. Create it if it doesn't exist and assign it to \floatno. \def\getfloatno#1{% \ifx#1\relax % Haven't seen this figure type before. \csname newcount\endcsname #1% % % Remember to reset this floatno at the next chap. \expandafter\gdef\expandafter\resetallfloatnos \expandafter{\resetallfloatnos #1=0 }% \fi \let\floatno#1% } % \setref calls this to get the XREFLABEL-snt value. We want an @xref % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we % first read the @float command. % \def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}% % Magic string used for the XREFLABEL-title value, so \xrefX can % distinguish floats from other xref types. \def\floatmagic{!!float!!} % #1 is the control sequence we are passed; we expand into a conditional % which is true if #1 represents a float ref. That is, the magic % \lastsection value which we \setref above. % \def\iffloat#1{\expandafter\doiffloat#1==\finish} % % #1 is (maybe) the \floatmagic string. If so, #2 will be the % (safe) float type for this float. We set \iffloattype to #2. % \def\doiffloat#1=#2=#3\finish{% \def\temp{#1}% \def\iffloattype{#2}% \ifx\temp\floatmagic } % @listoffloats FLOATTYPE - print a list of floats like a table of contents. % \parseargdef\listoffloats{% \def\floattype{#1}% floattype {% % the floattype might have accents or other special characters, % but we need to use it in a control sequence name. \indexnofonts \turnoffactive \xdef\safefloattype{\floattype}% }% % % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax \ifhavexrefs % if the user said @listoffloats foo but never @float foo. \message{\linenumber No `\safefloattype' floats to list.}% \fi \else \begingroup \leftskip=\tocindent % indent these entries like a toc \let\do=\listoffloatsdo \csname floatlist\safefloattype\endcsname \endgroup \fi } % This is called on each entry in a list of floats. We're passed the % xref label, in the form LABEL-title, which is how we save it in the % aux file. We strip off the -title and look up \XRLABEL-lof, which % has the text we're supposed to typeset here. % % Figures without xref labels will not be included in the list (since % they won't appear in the aux file). % \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish} \def\listoffloatsdoentry#1-title\finish{{% % Can't fully expand XR#1-lof because it can contain anything. Just % pass the control sequence. On the other hand, XR#1-pg is just the % page number, and we want to fully expand that so we can get a link % in pdf output. \toksA = \expandafter{\csname XR#1-lof\endcsname}% % % use the same \entry macro we use to generate the TOC and index. \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}% \writeentry }} \message{localization,} % For single-language documents, @documentlanguage is usually given very % early, just after @documentencoding. Single argument is the language % (de) or locale (de_DE) abbreviation. % { \catcode`\_ = \active \globaldefs=1 \parseargdef\documentlanguage{% \tex % read txi-??.tex file in plain TeX. % Read the file by the name they passed if it exists. \let_ = \normalunderscore % normal _ character for filename test \openin 1 txi-#1.tex \ifeof 1 \documentlanguagetrywithoutunderscore #1_\finish \else \globaldefs = 1 % everything in the txi-LL files needs to persist \input txi-#1.tex \fi \closein 1 \endgroup % end raw TeX } % % If they passed de_DE, and txi-de_DE.tex doesn't exist, % try txi-de.tex. % \gdef\documentlanguagetrywithoutunderscore#1_#2\finish{% \openin 1 txi-#1.tex \ifeof 1 \errhelp = \nolanghelp \errmessage{Cannot read language file txi-#1.tex}% \else \globaldefs = 1 % everything in the txi-LL files needs to persist \input txi-#1.tex \fi \closein 1 } }% end of special _ catcode % \newhelp\nolanghelp{The given language definition file cannot be found or is empty. Maybe you need to install it? Putting it in the current directory should work if nowhere else does.} % This macro is called from txi-??.tex files; the first argument is the % \language name to set (without the "\lang@" prefix), the second and % third args are \{left,right}hyphenmin. % % The language names to pass are determined when the format is built. % See the etex.log file created at that time, e.g., % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log. % % With TeX Live 2008, etex now includes hyphenation patterns for all % available languages. This means we can support hyphenation in % Texinfo, at least to some extent. (This still doesn't solve the % accented characters problem.) % \catcode`@=11 \def\txisetlanguage#1#2#3{% % do not set the language if the name is undefined in the current TeX. \expandafter\ifx\csname lang@#1\endcsname \relax \message{no patterns for #1}% \else \global\language = \csname lang@#1\endcsname \fi % but there is no harm in adjusting the hyphenmin values regardless. \global\lefthyphenmin = #2\relax \global\righthyphenmin = #3\relax } % XeTeX and LuaTeX can handle Unicode natively. % Their default I/O uses UTF-8 sequences instead of a byte-wise operation. % Other TeX engines' I/O (pdfTeX, etc.) is byte-wise. % \newif\iftxinativeunicodecapable \newif\iftxiusebytewiseio \ifx\XeTeXrevision\thisisundefined \ifx\luatexversion\thisisundefined \txinativeunicodecapablefalse \txiusebytewiseiotrue \else \txinativeunicodecapabletrue \txiusebytewiseiofalse \fi \else \txinativeunicodecapabletrue \txiusebytewiseiofalse \fi % Set I/O by bytes instead of UTF-8 sequence for XeTeX and LuaTex % for non-UTF-8 (byte-wise) encodings. % \def\setbytewiseio{% \ifx\XeTeXrevision\thisisundefined \else \XeTeXdefaultencoding "bytes" % For subsequent files to be read \XeTeXinputencoding "bytes" % For document root file % Unfortunately, there seems to be no corresponding XeTeX command for % output encoding. This is a problem for auxiliary index and TOC files. % The only solution would be perhaps to write out @U{...} sequences in % place of non-ASCII characters. \fi \ifx\luatexversion\thisisundefined \else \directlua{ local utf8_char, byte, gsub = unicode.utf8.char, string.byte, string.gsub local function convert_char (char) return utf8_char(byte(char)) end local function convert_line (line) return gsub(line, ".", convert_char) end callback.register("process_input_buffer", convert_line) local function convert_line_out (line) local line_out = "" for c in string.utfvalues(line) do line_out = line_out .. string.char(c) end return line_out end callback.register("process_output_buffer", convert_line_out) } \fi \txiusebytewiseiotrue } % Helpers for encodings. % Set the catcode of characters 128 through 255 to the specified number. % \def\setnonasciicharscatcode#1{% \count255=128 \loop\ifnum\count255<256 \global\catcode\count255=#1\relax \advance\count255 by 1 \repeat } \def\setnonasciicharscatcodenonglobal#1{% \count255=128 \loop\ifnum\count255<256 \catcode\count255=#1\relax \advance\count255 by 1 \repeat } % @documentencoding sets the definition of non-ASCII characters % according to the specified encoding. % \def\documentencoding{\parseargusing\filenamecatcodes\documentencodingzzz} \def\documentencodingzzz#1{% % % Encoding being declared for the document. \def\declaredencoding{\csname #1.enc\endcsname}% % % Supported encodings: names converted to tokens in order to be able % to compare them with \ifx. \def\ascii{\csname US-ASCII.enc\endcsname}% \def\latnine{\csname ISO-8859-15.enc\endcsname}% \def\latone{\csname ISO-8859-1.enc\endcsname}% \def\lattwo{\csname ISO-8859-2.enc\endcsname}% \def\utfeight{\csname UTF-8.enc\endcsname}% % \ifx \declaredencoding \ascii \asciichardefs % \else \ifx \declaredencoding \lattwo \iftxinativeunicodecapable \setbytewiseio \fi \setnonasciicharscatcode\active \lattwochardefs % \else \ifx \declaredencoding \latone \iftxinativeunicodecapable \setbytewiseio \fi \setnonasciicharscatcode\active \latonechardefs % \else \ifx \declaredencoding \latnine \iftxinativeunicodecapable \setbytewiseio \fi \setnonasciicharscatcode\active \latninechardefs % \else \ifx \declaredencoding \utfeight \iftxinativeunicodecapable % For native Unicode handling (XeTeX and LuaTeX) \nativeunicodechardefs \else % For treating UTF-8 as byte sequences (TeX, eTeX and pdfTeX) \setnonasciicharscatcode\active % since we already invoked \utfeightchardefs at the top level % (below), do not re-invoke it, otherwise our check for duplicated % definitions gets triggered. Making non-ascii chars active is % sufficient. \fi % \else \message{Ignoring unknown document encoding: #1.}% % \fi % utfeight \fi % latnine \fi % latone \fi % lattwo \fi % ascii % \ifx\XeTeXrevision\thisisundefined \else \ifx \declaredencoding \utfeight \else \ifx \declaredencoding \ascii \else \message{Warning: XeTeX with non-UTF-8 encodings cannot handle % non-ASCII characters in auxiliary files.}% \fi \fi \fi } % emacs-page % A message to be logged when using a character that isn't available % the default font encoding (OT1). % \def\missingcharmsg#1{\message{Character missing, sorry: #1.}} % Take account of \c (plain) vs. \, (Texinfo) difference. \def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi} % First, make active non-ASCII characters in order for them to be % correctly categorized when TeX reads the replacement text of % macros containing the character definitions. \setnonasciicharscatcode\active % \def\gdefchar#1#2{% \gdef#1{% \ifpassthroughchars \string#1% \else #2% \fi }} % Latin1 (ISO-8859-1) character definitions. \def\latonechardefs{% \gdefchar^^a0{\tie} \gdefchar^^a1{\exclamdown} \gdefchar^^a2{{\tcfont \char162}} % cent \gdefchar^^a3{\pounds{}} \gdefchar^^a4{{\tcfont \char164}} % currency \gdefchar^^a5{{\tcfont \char165}} % yen \gdefchar^^a6{{\tcfont \char166}} % broken bar \gdefchar^^a7{\S} \gdefchar^^a8{\"{}} \gdefchar^^a9{\copyright{}} \gdefchar^^aa{\ordf} \gdefchar^^ab{\guillemetleft{}} \gdefchar^^ac{\ensuremath\lnot} \gdefchar^^ad{\-} \gdefchar^^ae{\registeredsymbol{}} \gdefchar^^af{\={}} % \gdefchar^^b0{\textdegree} \gdefchar^^b1{$\pm$} \gdefchar^^b2{$^2$} \gdefchar^^b3{$^3$} \gdefchar^^b4{\'{}} \gdefchar^^b5{$\mu$} \gdefchar^^b6{\P} \gdefchar^^b7{\ensuremath\cdot} \gdefchar^^b8{\cedilla\ } \gdefchar^^b9{$^1$} \gdefchar^^ba{\ordm} \gdefchar^^bb{\guillemetright{}} \gdefchar^^bc{$1\over4$} \gdefchar^^bd{$1\over2$} \gdefchar^^be{$3\over4$} \gdefchar^^bf{\questiondown} % \gdefchar^^c0{\`A} \gdefchar^^c1{\'A} \gdefchar^^c2{\^A} \gdefchar^^c3{\~A} \gdefchar^^c4{\"A} \gdefchar^^c5{\ringaccent A} \gdefchar^^c6{\AE} \gdefchar^^c7{\cedilla C} \gdefchar^^c8{\`E} \gdefchar^^c9{\'E} \gdefchar^^ca{\^E} \gdefchar^^cb{\"E} \gdefchar^^cc{\`I} \gdefchar^^cd{\'I} \gdefchar^^ce{\^I} \gdefchar^^cf{\"I} % \gdefchar^^d0{\DH} \gdefchar^^d1{\~N} \gdefchar^^d2{\`O} \gdefchar^^d3{\'O} \gdefchar^^d4{\^O} \gdefchar^^d5{\~O} \gdefchar^^d6{\"O} \gdefchar^^d7{$\times$} \gdefchar^^d8{\O} \gdefchar^^d9{\`U} \gdefchar^^da{\'U} \gdefchar^^db{\^U} \gdefchar^^dc{\"U} \gdefchar^^dd{\'Y} \gdefchar^^de{\TH} \gdefchar^^df{\ss} % \gdefchar^^e0{\`a} \gdefchar^^e1{\'a} \gdefchar^^e2{\^a} \gdefchar^^e3{\~a} \gdefchar^^e4{\"a} \gdefchar^^e5{\ringaccent a} \gdefchar^^e6{\ae} \gdefchar^^e7{\cedilla c} \gdefchar^^e8{\`e} \gdefchar^^e9{\'e} \gdefchar^^ea{\^e} \gdefchar^^eb{\"e} \gdefchar^^ec{\`{\dotless i}} \gdefchar^^ed{\'{\dotless i}} \gdefchar^^ee{\^{\dotless i}} \gdefchar^^ef{\"{\dotless i}} % \gdefchar^^f0{\dh} \gdefchar^^f1{\~n} \gdefchar^^f2{\`o} \gdefchar^^f3{\'o} \gdefchar^^f4{\^o} \gdefchar^^f5{\~o} \gdefchar^^f6{\"o} \gdefchar^^f7{$\div$} \gdefchar^^f8{\o} \gdefchar^^f9{\`u} \gdefchar^^fa{\'u} \gdefchar^^fb{\^u} \gdefchar^^fc{\"u} \gdefchar^^fd{\'y} \gdefchar^^fe{\th} \gdefchar^^ff{\"y} } % Latin9 (ISO-8859-15) encoding character definitions. \def\latninechardefs{% % Encoding is almost identical to Latin1. \latonechardefs % \gdefchar^^a4{\euro{}} \gdefchar^^a6{\v S} \gdefchar^^a8{\v s} \gdefchar^^b4{\v Z} \gdefchar^^b8{\v z} \gdefchar^^bc{\OE} \gdefchar^^bd{\oe} \gdefchar^^be{\"Y} } % Latin2 (ISO-8859-2) character definitions. \def\lattwochardefs{% \gdefchar^^a0{\tie} \gdefchar^^a1{\ogonek{A}} \gdefchar^^a2{\u{}} \gdefchar^^a3{\L} \gdefchar^^a4{\missingcharmsg{CURRENCY SIGN}} \gdefchar^^a5{\v L} \gdefchar^^a6{\'S} \gdefchar^^a7{\S} \gdefchar^^a8{\"{}} \gdefchar^^a9{\v S} \gdefchar^^aa{\cedilla S} \gdefchar^^ab{\v T} \gdefchar^^ac{\'Z} \gdefchar^^ad{\-} \gdefchar^^ae{\v Z} \gdefchar^^af{\dotaccent Z} % \gdefchar^^b0{\textdegree{}} \gdefchar^^b1{\ogonek{a}} \gdefchar^^b2{\ogonek{ }} \gdefchar^^b3{\l} \gdefchar^^b4{\'{}} \gdefchar^^b5{\v l} \gdefchar^^b6{\'s} \gdefchar^^b7{\v{}} \gdefchar^^b8{\cedilla\ } \gdefchar^^b9{\v s} \gdefchar^^ba{\cedilla s} \gdefchar^^bb{\v t} \gdefchar^^bc{\'z} \gdefchar^^bd{\H{}} \gdefchar^^be{\v z} \gdefchar^^bf{\dotaccent z} % \gdefchar^^c0{\'R} \gdefchar^^c1{\'A} \gdefchar^^c2{\^A} \gdefchar^^c3{\u A} \gdefchar^^c4{\"A} \gdefchar^^c5{\'L} \gdefchar^^c6{\'C} \gdefchar^^c7{\cedilla C} \gdefchar^^c8{\v C} \gdefchar^^c9{\'E} \gdefchar^^ca{\ogonek{E}} \gdefchar^^cb{\"E} \gdefchar^^cc{\v E} \gdefchar^^cd{\'I} \gdefchar^^ce{\^I} \gdefchar^^cf{\v D} % \gdefchar^^d0{\DH} \gdefchar^^d1{\'N} \gdefchar^^d2{\v N} \gdefchar^^d3{\'O} \gdefchar^^d4{\^O} \gdefchar^^d5{\H O} \gdefchar^^d6{\"O} \gdefchar^^d7{$\times$} \gdefchar^^d8{\v R} \gdefchar^^d9{\ringaccent U} \gdefchar^^da{\'U} \gdefchar^^db{\H U} \gdefchar^^dc{\"U} \gdefchar^^dd{\'Y} \gdefchar^^de{\cedilla T} \gdefchar^^df{\ss} % \gdefchar^^e0{\'r} \gdefchar^^e1{\'a} \gdefchar^^e2{\^a} \gdefchar^^e3{\u a} \gdefchar^^e4{\"a} \gdefchar^^e5{\'l} \gdefchar^^e6{\'c} \gdefchar^^e7{\cedilla c} \gdefchar^^e8{\v c} \gdefchar^^e9{\'e} \gdefchar^^ea{\ogonek{e}} \gdefchar^^eb{\"e} \gdefchar^^ec{\v e} \gdefchar^^ed{\'{\dotless{i}}} \gdefchar^^ee{\^{\dotless{i}}} \gdefchar^^ef{\v d} % \gdefchar^^f0{\dh} \gdefchar^^f1{\'n} \gdefchar^^f2{\v n} \gdefchar^^f3{\'o} \gdefchar^^f4{\^o} \gdefchar^^f5{\H o} \gdefchar^^f6{\"o} \gdefchar^^f7{$\div$} \gdefchar^^f8{\v r} \gdefchar^^f9{\ringaccent u} \gdefchar^^fa{\'u} \gdefchar^^fb{\H u} \gdefchar^^fc{\"u} \gdefchar^^fd{\'y} \gdefchar^^fe{\cedilla t} \gdefchar^^ff{\dotaccent{}} } % UTF-8 character definitions. % % This code to support UTF-8 is based on LaTeX's utf8.def, with some % changes for Texinfo conventions. It is included here under the GPL by % permission from Frank Mittelbach and the LaTeX team. % \newcount\countUTFx \newcount\countUTFy \newcount\countUTFz \gdef\UTFviiiTwoOctets#1#2{\expandafter \UTFviiiDefined\csname u8:#1\string #2\endcsname} % \gdef\UTFviiiThreeOctets#1#2#3{\expandafter \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname} % \gdef\UTFviiiFourOctets#1#2#3#4{\expandafter \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname} \gdef\UTFviiiDefined#1{% \ifx #1\relax \message{\linenumber Unicode char \string #1 not defined for Texinfo}% \else \expandafter #1% \fi } % Give non-ASCII bytes the active definitions for processing UTF-8 sequences \begingroup \catcode`\~13 \catcode`\$12 \catcode`\"12 % Loop from \countUTFx to \countUTFy, performing \UTFviiiTmp % substituting ~ and $ with a character token of that value. \def\UTFviiiLoop{% \global\catcode\countUTFx\active \uccode`\~\countUTFx \uccode`\$\countUTFx \uppercase\expandafter{\UTFviiiTmp}% \advance\countUTFx by 1 \ifnum\countUTFx < \countUTFy \expandafter\UTFviiiLoop \fi} % For bytes other than the first in a UTF-8 sequence. Not expected to % be expanded except when writing to auxiliary files. \countUTFx = "80 \countUTFy = "C2 \def\UTFviiiTmp{% \gdef~{% \ifpassthroughchars $\fi}}% \UTFviiiLoop \countUTFx = "C2 \countUTFy = "E0 \def\UTFviiiTmp{% \gdef~{% \ifpassthroughchars $% \else\expandafter\UTFviiiTwoOctets\expandafter$\fi}}% \UTFviiiLoop \countUTFx = "E0 \countUTFy = "F0 \def\UTFviiiTmp{% \gdef~{% \ifpassthroughchars $% \else\expandafter\UTFviiiThreeOctets\expandafter$\fi}}% \UTFviiiLoop \countUTFx = "F0 \countUTFy = "F4 \def\UTFviiiTmp{% \gdef~{% \ifpassthroughchars $% \else\expandafter\UTFviiiFourOctets\expandafter$\fi }}% \UTFviiiLoop \endgroup \def\globallet{\global\let} % save some \expandafter's below % @U{xxxx} to produce U+xxxx, if we support it. \def\U#1{% \expandafter\ifx\csname uni:#1\endcsname \relax \iftxinativeunicodecapable % All Unicode characters can be used if native Unicode handling is % active. However, if the font does not have the glyph, % letters are missing. \begingroup \uccode`\.="#1\relax \uppercase{.} \endgroup \else \errhelp = \EMsimple \errmessage{Unicode character U+#1 not supported, sorry}% \fi \else \csname uni:#1\endcsname \fi } % These macros are used here to construct the name of a control % sequence to be defined. \def\UTFviiiTwoOctetsName#1#2{% \csname u8:#1\string #2\endcsname}% \def\UTFviiiThreeOctetsName#1#2#3{% \csname u8:#1\string #2\string #3\endcsname}% \def\UTFviiiFourOctetsName#1#2#3#4{% \csname u8:#1\string #2\string #3\string #4\endcsname}% % For UTF-8 byte sequences (TeX, e-TeX and pdfTeX), % provide a definition macro to replace a Unicode character; % this gets used by the @U command % \begingroup \catcode`\"=12 \catcode`\<=12 \catcode`\.=12 \catcode`\,=12 \catcode`\;=12 \catcode`\!=12 \catcode`\~=13 \gdef\DeclareUnicodeCharacterUTFviii#1#2{% \countUTFz = "#1\relax \begingroup \parseXMLCharref % Give \u8:... its definition. The sequence of seven \expandafter's % expands after the \gdef three times, e.g. % % 1. \UTFviiTwoOctetsName B1 B2 % 2. \csname u8:B1 \string B2 \endcsname % 3. \u8: B1 B2 (a single control sequence token) % \expandafter\expandafter \expandafter\expandafter \expandafter\expandafter \expandafter\gdef \UTFviiiTmp{#2}% % \expandafter\ifx\csname uni:#1\endcsname \relax \else \message{Internal error, already defined: #1}% \fi % % define an additional control sequence for this code point. \expandafter\globallet\csname uni:#1\endcsname \UTFviiiTmp \endgroup} % % Given the value in \countUTFz as a Unicode code point, set \UTFviiiTmp % to the corresponding UTF-8 sequence. \gdef\parseXMLCharref{% \ifnum\countUTFz < "A0\relax \errhelp = \EMsimple \errmessage{Cannot define Unicode char value < 00A0}% \else\ifnum\countUTFz < "800\relax \parseUTFviiiA,% \parseUTFviiiB C\UTFviiiTwoOctetsName.,% \else\ifnum\countUTFz < "10000\relax \parseUTFviiiA;% \parseUTFviiiA,% \parseUTFviiiB E\UTFviiiThreeOctetsName.{,;}% \else \parseUTFviiiA;% \parseUTFviiiA,% \parseUTFviiiA!% \parseUTFviiiB F\UTFviiiFourOctetsName.{!,;}% \fi\fi\fi } % Extract a byte from the end of the UTF-8 representation of \countUTFx. % It must be a non-initial byte in the sequence. % Change \uccode of #1 for it to be used in \parseUTFviiiB as one % of the bytes. \gdef\parseUTFviiiA#1{% \countUTFx = \countUTFz \divide\countUTFz by 64 \countUTFy = \countUTFz % Save to be the future value of \countUTFz. \multiply\countUTFz by 64 % \countUTFz is now \countUTFx with the last 5 bits cleared. Subtract % in order to get the last five bits. \advance\countUTFx by -\countUTFz % Convert this to the byte in the UTF-8 sequence. \advance\countUTFx by 128 \uccode `#1\countUTFx \countUTFz = \countUTFy} % Used to put a UTF-8 byte sequence into \UTFviiiTmp % #1 is the increment for \countUTFz to yield a the first byte of the UTF-8 % sequence. % #2 is one of the \UTFviii*OctetsName macros. % #3 is always a full stop (.) % #4 is a template for the other bytes in the sequence. The values for these % bytes is substituted in here with \uppercase using the \uccode's. \gdef\parseUTFviiiB#1#2#3#4{% \advance\countUTFz by "#10\relax \uccode `#3\countUTFz \uppercase{\gdef\UTFviiiTmp{#2#3#4}}} \endgroup % For native Unicode handling (XeTeX and LuaTeX), % provide a definition macro that sets a catcode to `other' non-globally % \def\DeclareUnicodeCharacterNativeOther#1#2{% \catcode"#1=\other } % https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_M % U+0000..U+007F = https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block) % U+0080..U+00FF = https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block) % U+0100..U+017F = https://en.wikipedia.org/wiki/Latin_Extended-A % U+0180..U+024F = https://en.wikipedia.org/wiki/Latin_Extended-B % % Many of our renditions are less than wonderful, and all the missing % characters are available somewhere. Loading the necessary fonts % awaits user request. We can't truly support Unicode without % reimplementing everything that's been done in LaTeX for many years, % plus probably using luatex or xetex, and who knows what else. % We won't be doing that here in this simple file. But we can try to at % least make most of the characters not bomb out. % \def\unicodechardefs{% \DeclareUnicodeCharacter{00A0}{\tie}% \DeclareUnicodeCharacter{00A1}{\exclamdown}% \DeclareUnicodeCharacter{00A2}{{\tcfont \char162}}% 0242=cent \DeclareUnicodeCharacter{00A3}{\pounds{}}% \DeclareUnicodeCharacter{00A4}{{\tcfont \char164}}% 0244=currency \DeclareUnicodeCharacter{00A5}{{\tcfont \char165}}% 0245=yen \DeclareUnicodeCharacter{00A6}{{\tcfont \char166}}% 0246=brokenbar \DeclareUnicodeCharacter{00A7}{\S}% \DeclareUnicodeCharacter{00A8}{\"{ }}% \DeclareUnicodeCharacter{00A9}{\copyright{}}% \DeclareUnicodeCharacter{00AA}{\ordf}% \DeclareUnicodeCharacter{00AB}{\guillemetleft{}}% \DeclareUnicodeCharacter{00AC}{\ensuremath\lnot}% \DeclareUnicodeCharacter{00AD}{\-}% \DeclareUnicodeCharacter{00AE}{\registeredsymbol{}}% \DeclareUnicodeCharacter{00AF}{\={ }}% % \DeclareUnicodeCharacter{00B0}{\ringaccent{ }}% \DeclareUnicodeCharacter{00B1}{\ensuremath\pm}% \DeclareUnicodeCharacter{00B2}{$^2$}% \DeclareUnicodeCharacter{00B3}{$^3$}% \DeclareUnicodeCharacter{00B4}{\'{ }}% \DeclareUnicodeCharacter{00B5}{$\mu$}% \DeclareUnicodeCharacter{00B6}{\P}% \DeclareUnicodeCharacter{00B7}{\ensuremath\cdot}% \DeclareUnicodeCharacter{00B8}{\cedilla{ }}% \DeclareUnicodeCharacter{00B9}{$^1$}% \DeclareUnicodeCharacter{00BA}{\ordm}% \DeclareUnicodeCharacter{00BB}{\guillemetright{}}% \DeclareUnicodeCharacter{00BC}{$1\over4$}% \DeclareUnicodeCharacter{00BD}{$1\over2$}% \DeclareUnicodeCharacter{00BE}{$3\over4$}% \DeclareUnicodeCharacter{00BF}{\questiondown}% % \DeclareUnicodeCharacter{00C0}{\`A}% \DeclareUnicodeCharacter{00C1}{\'A}% \DeclareUnicodeCharacter{00C2}{\^A}% \DeclareUnicodeCharacter{00C3}{\~A}% \DeclareUnicodeCharacter{00C4}{\"A}% \DeclareUnicodeCharacter{00C5}{\AA}% \DeclareUnicodeCharacter{00C6}{\AE}% \DeclareUnicodeCharacter{00C7}{\cedilla{C}}% \DeclareUnicodeCharacter{00C8}{\`E}% \DeclareUnicodeCharacter{00C9}{\'E}% \DeclareUnicodeCharacter{00CA}{\^E}% \DeclareUnicodeCharacter{00CB}{\"E}% \DeclareUnicodeCharacter{00CC}{\`I}% \DeclareUnicodeCharacter{00CD}{\'I}% \DeclareUnicodeCharacter{00CE}{\^I}% \DeclareUnicodeCharacter{00CF}{\"I}% % \DeclareUnicodeCharacter{00D0}{\DH}% \DeclareUnicodeCharacter{00D1}{\~N}% \DeclareUnicodeCharacter{00D2}{\`O}% \DeclareUnicodeCharacter{00D3}{\'O}% \DeclareUnicodeCharacter{00D4}{\^O}% \DeclareUnicodeCharacter{00D5}{\~O}% \DeclareUnicodeCharacter{00D6}{\"O}% \DeclareUnicodeCharacter{00D7}{\ensuremath\times}% \DeclareUnicodeCharacter{00D8}{\O}% \DeclareUnicodeCharacter{00D9}{\`U}% \DeclareUnicodeCharacter{00DA}{\'U}% \DeclareUnicodeCharacter{00DB}{\^U}% \DeclareUnicodeCharacter{00DC}{\"U}% \DeclareUnicodeCharacter{00DD}{\'Y}% \DeclareUnicodeCharacter{00DE}{\TH}% \DeclareUnicodeCharacter{00DF}{\ss}% % \DeclareUnicodeCharacter{00E0}{\`a}% \DeclareUnicodeCharacter{00E1}{\'a}% \DeclareUnicodeCharacter{00E2}{\^a}% \DeclareUnicodeCharacter{00E3}{\~a}% \DeclareUnicodeCharacter{00E4}{\"a}% \DeclareUnicodeCharacter{00E5}{\aa}% \DeclareUnicodeCharacter{00E6}{\ae}% \DeclareUnicodeCharacter{00E7}{\cedilla{c}}% \DeclareUnicodeCharacter{00E8}{\`e}% \DeclareUnicodeCharacter{00E9}{\'e}% \DeclareUnicodeCharacter{00EA}{\^e}% \DeclareUnicodeCharacter{00EB}{\"e}% \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}}% \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}}% \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}}% \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}}% % \DeclareUnicodeCharacter{00F0}{\dh}% \DeclareUnicodeCharacter{00F1}{\~n}% \DeclareUnicodeCharacter{00F2}{\`o}% \DeclareUnicodeCharacter{00F3}{\'o}% \DeclareUnicodeCharacter{00F4}{\^o}% \DeclareUnicodeCharacter{00F5}{\~o}% \DeclareUnicodeCharacter{00F6}{\"o}% \DeclareUnicodeCharacter{00F7}{\ensuremath\div}% \DeclareUnicodeCharacter{00F8}{\o}% \DeclareUnicodeCharacter{00F9}{\`u}% \DeclareUnicodeCharacter{00FA}{\'u}% \DeclareUnicodeCharacter{00FB}{\^u}% \DeclareUnicodeCharacter{00FC}{\"u}% \DeclareUnicodeCharacter{00FD}{\'y}% \DeclareUnicodeCharacter{00FE}{\th}% \DeclareUnicodeCharacter{00FF}{\"y}% % \DeclareUnicodeCharacter{0100}{\=A}% \DeclareUnicodeCharacter{0101}{\=a}% \DeclareUnicodeCharacter{0102}{\u{A}}% \DeclareUnicodeCharacter{0103}{\u{a}}% \DeclareUnicodeCharacter{0104}{\ogonek{A}}% \DeclareUnicodeCharacter{0105}{\ogonek{a}}% \DeclareUnicodeCharacter{0106}{\'C}% \DeclareUnicodeCharacter{0107}{\'c}% \DeclareUnicodeCharacter{0108}{\^C}% \DeclareUnicodeCharacter{0109}{\^c}% \DeclareUnicodeCharacter{010A}{\dotaccent{C}}% \DeclareUnicodeCharacter{010B}{\dotaccent{c}}% \DeclareUnicodeCharacter{010C}{\v{C}}% \DeclareUnicodeCharacter{010D}{\v{c}}% \DeclareUnicodeCharacter{010E}{\v{D}}% \DeclareUnicodeCharacter{010F}{d'}% % \DeclareUnicodeCharacter{0110}{\DH}% \DeclareUnicodeCharacter{0111}{\dh}% \DeclareUnicodeCharacter{0112}{\=E}% \DeclareUnicodeCharacter{0113}{\=e}% \DeclareUnicodeCharacter{0114}{\u{E}}% \DeclareUnicodeCharacter{0115}{\u{e}}% \DeclareUnicodeCharacter{0116}{\dotaccent{E}}% \DeclareUnicodeCharacter{0117}{\dotaccent{e}}% \DeclareUnicodeCharacter{0118}{\ogonek{E}}% \DeclareUnicodeCharacter{0119}{\ogonek{e}}% \DeclareUnicodeCharacter{011A}{\v{E}}% \DeclareUnicodeCharacter{011B}{\v{e}}% \DeclareUnicodeCharacter{011C}{\^G}% \DeclareUnicodeCharacter{011D}{\^g}% \DeclareUnicodeCharacter{011E}{\u{G}}% \DeclareUnicodeCharacter{011F}{\u{g}}% % \DeclareUnicodeCharacter{0120}{\dotaccent{G}}% \DeclareUnicodeCharacter{0121}{\dotaccent{g}}% \DeclareUnicodeCharacter{0122}{\cedilla{G}}% \DeclareUnicodeCharacter{0123}{\cedilla{g}}% \DeclareUnicodeCharacter{0124}{\^H}% \DeclareUnicodeCharacter{0125}{\^h}% \DeclareUnicodeCharacter{0126}{\missingcharmsg{H WITH STROKE}}% \DeclareUnicodeCharacter{0127}{\missingcharmsg{h WITH STROKE}}% \DeclareUnicodeCharacter{0128}{\~I}% \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}}% \DeclareUnicodeCharacter{012A}{\=I}% \DeclareUnicodeCharacter{012B}{\={\dotless{i}}}% \DeclareUnicodeCharacter{012C}{\u{I}}% \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}}% \DeclareUnicodeCharacter{012E}{\ogonek{I}}% \DeclareUnicodeCharacter{012F}{\ogonek{i}}% % \DeclareUnicodeCharacter{0130}{\dotaccent{I}}% \DeclareUnicodeCharacter{0131}{\dotless{i}}% \DeclareUnicodeCharacter{0132}{IJ}% \DeclareUnicodeCharacter{0133}{ij}% \DeclareUnicodeCharacter{0134}{\^J}% \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}}% \DeclareUnicodeCharacter{0136}{\cedilla{K}}% \DeclareUnicodeCharacter{0137}{\cedilla{k}}% \DeclareUnicodeCharacter{0138}{\ensuremath\kappa}% \DeclareUnicodeCharacter{0139}{\'L}% \DeclareUnicodeCharacter{013A}{\'l}% \DeclareUnicodeCharacter{013B}{\cedilla{L}}% \DeclareUnicodeCharacter{013C}{\cedilla{l}}% \DeclareUnicodeCharacter{013D}{L'}% should kern \DeclareUnicodeCharacter{013E}{l'}% should kern \DeclareUnicodeCharacter{013F}{L\U{00B7}}% % \DeclareUnicodeCharacter{0140}{l\U{00B7}}% \DeclareUnicodeCharacter{0141}{\L}% \DeclareUnicodeCharacter{0142}{\l}% \DeclareUnicodeCharacter{0143}{\'N}% \DeclareUnicodeCharacter{0144}{\'n}% \DeclareUnicodeCharacter{0145}{\cedilla{N}}% \DeclareUnicodeCharacter{0146}{\cedilla{n}}% \DeclareUnicodeCharacter{0147}{\v{N}}% \DeclareUnicodeCharacter{0148}{\v{n}}% \DeclareUnicodeCharacter{0149}{'n}% \DeclareUnicodeCharacter{014A}{\missingcharmsg{ENG}}% \DeclareUnicodeCharacter{014B}{\missingcharmsg{eng}}% \DeclareUnicodeCharacter{014C}{\=O}% \DeclareUnicodeCharacter{014D}{\=o}% \DeclareUnicodeCharacter{014E}{\u{O}}% \DeclareUnicodeCharacter{014F}{\u{o}}% % \DeclareUnicodeCharacter{0150}{\H{O}}% \DeclareUnicodeCharacter{0151}{\H{o}}% \DeclareUnicodeCharacter{0152}{\OE}% \DeclareUnicodeCharacter{0153}{\oe}% \DeclareUnicodeCharacter{0154}{\'R}% \DeclareUnicodeCharacter{0155}{\'r}% \DeclareUnicodeCharacter{0156}{\cedilla{R}}% \DeclareUnicodeCharacter{0157}{\cedilla{r}}% \DeclareUnicodeCharacter{0158}{\v{R}}% \DeclareUnicodeCharacter{0159}{\v{r}}% \DeclareUnicodeCharacter{015A}{\'S}% \DeclareUnicodeCharacter{015B}{\'s}% \DeclareUnicodeCharacter{015C}{\^S}% \DeclareUnicodeCharacter{015D}{\^s}% \DeclareUnicodeCharacter{015E}{\cedilla{S}}% \DeclareUnicodeCharacter{015F}{\cedilla{s}}% % \DeclareUnicodeCharacter{0160}{\v{S}}% \DeclareUnicodeCharacter{0161}{\v{s}}% \DeclareUnicodeCharacter{0162}{\cedilla{T}}% \DeclareUnicodeCharacter{0163}{\cedilla{t}}% \DeclareUnicodeCharacter{0164}{\v{T}}% \DeclareUnicodeCharacter{0165}{\v{t}}% \DeclareUnicodeCharacter{0166}{\missingcharmsg{H WITH STROKE}}% \DeclareUnicodeCharacter{0167}{\missingcharmsg{h WITH STROKE}}% \DeclareUnicodeCharacter{0168}{\~U}% \DeclareUnicodeCharacter{0169}{\~u}% \DeclareUnicodeCharacter{016A}{\=U}% \DeclareUnicodeCharacter{016B}{\=u}% \DeclareUnicodeCharacter{016C}{\u{U}}% \DeclareUnicodeCharacter{016D}{\u{u}}% \DeclareUnicodeCharacter{016E}{\ringaccent{U}}% \DeclareUnicodeCharacter{016F}{\ringaccent{u}}% % \DeclareUnicodeCharacter{0170}{\H{U}}% \DeclareUnicodeCharacter{0171}{\H{u}}% \DeclareUnicodeCharacter{0172}{\ogonek{U}}% \DeclareUnicodeCharacter{0173}{\ogonek{u}}% \DeclareUnicodeCharacter{0174}{\^W}% \DeclareUnicodeCharacter{0175}{\^w}% \DeclareUnicodeCharacter{0176}{\^Y}% \DeclareUnicodeCharacter{0177}{\^y}% \DeclareUnicodeCharacter{0178}{\"Y}% \DeclareUnicodeCharacter{0179}{\'Z}% \DeclareUnicodeCharacter{017A}{\'z}% \DeclareUnicodeCharacter{017B}{\dotaccent{Z}}% \DeclareUnicodeCharacter{017C}{\dotaccent{z}}% \DeclareUnicodeCharacter{017D}{\v{Z}}% \DeclareUnicodeCharacter{017E}{\v{z}}% \DeclareUnicodeCharacter{017F}{\missingcharmsg{LONG S}}% % \DeclareUnicodeCharacter{01C4}{D\v{Z}}% \DeclareUnicodeCharacter{01C5}{D\v{z}}% \DeclareUnicodeCharacter{01C6}{d\v{z}}% \DeclareUnicodeCharacter{01C7}{LJ}% \DeclareUnicodeCharacter{01C8}{Lj}% \DeclareUnicodeCharacter{01C9}{lj}% \DeclareUnicodeCharacter{01CA}{NJ}% \DeclareUnicodeCharacter{01CB}{Nj}% \DeclareUnicodeCharacter{01CC}{nj}% \DeclareUnicodeCharacter{01CD}{\v{A}}% \DeclareUnicodeCharacter{01CE}{\v{a}}% \DeclareUnicodeCharacter{01CF}{\v{I}}% % \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}}% \DeclareUnicodeCharacter{01D1}{\v{O}}% \DeclareUnicodeCharacter{01D2}{\v{o}}% \DeclareUnicodeCharacter{01D3}{\v{U}}% \DeclareUnicodeCharacter{01D4}{\v{u}}% % \DeclareUnicodeCharacter{01E2}{\={\AE}}% \DeclareUnicodeCharacter{01E3}{\={\ae}}% \DeclareUnicodeCharacter{01E6}{\v{G}}% \DeclareUnicodeCharacter{01E7}{\v{g}}% \DeclareUnicodeCharacter{01E8}{\v{K}}% \DeclareUnicodeCharacter{01E9}{\v{k}}% % \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}}% \DeclareUnicodeCharacter{01F1}{DZ}% \DeclareUnicodeCharacter{01F2}{Dz}% \DeclareUnicodeCharacter{01F3}{dz}% \DeclareUnicodeCharacter{01F4}{\'G}% \DeclareUnicodeCharacter{01F5}{\'g}% \DeclareUnicodeCharacter{01F8}{\`N}% \DeclareUnicodeCharacter{01F9}{\`n}% \DeclareUnicodeCharacter{01FC}{\'{\AE}}% \DeclareUnicodeCharacter{01FD}{\'{\ae}}% \DeclareUnicodeCharacter{01FE}{\'{\O}}% \DeclareUnicodeCharacter{01FF}{\'{\o}}% % \DeclareUnicodeCharacter{021E}{\v{H}}% \DeclareUnicodeCharacter{021F}{\v{h}}% % \DeclareUnicodeCharacter{0226}{\dotaccent{A}}% \DeclareUnicodeCharacter{0227}{\dotaccent{a}}% \DeclareUnicodeCharacter{0228}{\cedilla{E}}% \DeclareUnicodeCharacter{0229}{\cedilla{e}}% \DeclareUnicodeCharacter{022E}{\dotaccent{O}}% \DeclareUnicodeCharacter{022F}{\dotaccent{o}}% % \DeclareUnicodeCharacter{0232}{\=Y}% \DeclareUnicodeCharacter{0233}{\=y}% \DeclareUnicodeCharacter{0237}{\dotless{j}}% % \DeclareUnicodeCharacter{02DB}{\ogonek{ }}% % % Greek letters upper case \DeclareUnicodeCharacter{0391}{{\it A}}% \DeclareUnicodeCharacter{0392}{{\it B}}% \DeclareUnicodeCharacter{0393}{\ensuremath{\mit\Gamma}}% \DeclareUnicodeCharacter{0394}{\ensuremath{\mit\Delta}}% \DeclareUnicodeCharacter{0395}{{\it E}}% \DeclareUnicodeCharacter{0396}{{\it Z}}% \DeclareUnicodeCharacter{0397}{{\it H}}% \DeclareUnicodeCharacter{0398}{\ensuremath{\mit\Theta}}% \DeclareUnicodeCharacter{0399}{{\it I}}% \DeclareUnicodeCharacter{039A}{{\it K}}% \DeclareUnicodeCharacter{039B}{\ensuremath{\mit\Lambda}}% \DeclareUnicodeCharacter{039C}{{\it M}}% \DeclareUnicodeCharacter{039D}{{\it N}}% \DeclareUnicodeCharacter{039E}{\ensuremath{\mit\Xi}}% \DeclareUnicodeCharacter{039F}{{\it O}}% \DeclareUnicodeCharacter{03A0}{\ensuremath{\mit\Pi}}% \DeclareUnicodeCharacter{03A1}{{\it P}}% %\DeclareUnicodeCharacter{03A2}{} % none - corresponds to final sigma \DeclareUnicodeCharacter{03A3}{\ensuremath{\mit\Sigma}}% \DeclareUnicodeCharacter{03A4}{{\it T}}% \DeclareUnicodeCharacter{03A5}{\ensuremath{\mit\Upsilon}}% \DeclareUnicodeCharacter{03A6}{\ensuremath{\mit\Phi}}% \DeclareUnicodeCharacter{03A7}{{\it X}}% \DeclareUnicodeCharacter{03A8}{\ensuremath{\mit\Psi}}% \DeclareUnicodeCharacter{03A9}{\ensuremath{\mit\Omega}}% % % Vowels with accents \DeclareUnicodeCharacter{0390}{\ensuremath{\ddot{\acute\iota}}}% \DeclareUnicodeCharacter{03AC}{\ensuremath{\acute\alpha}}% \DeclareUnicodeCharacter{03AD}{\ensuremath{\acute\epsilon}}% \DeclareUnicodeCharacter{03AE}{\ensuremath{\acute\eta}}% \DeclareUnicodeCharacter{03AF}{\ensuremath{\acute\iota}}% \DeclareUnicodeCharacter{03B0}{\ensuremath{\acute{\ddot\upsilon}}}% % % Standalone accent \DeclareUnicodeCharacter{0384}{\ensuremath{\acute{\ }}}% % % Greek letters lower case \DeclareUnicodeCharacter{03B1}{\ensuremath\alpha}% \DeclareUnicodeCharacter{03B2}{\ensuremath\beta}% \DeclareUnicodeCharacter{03B3}{\ensuremath\gamma}% \DeclareUnicodeCharacter{03B4}{\ensuremath\delta}% \DeclareUnicodeCharacter{03B5}{\ensuremath\epsilon}% \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}% \DeclareUnicodeCharacter{03B7}{\ensuremath\eta}% \DeclareUnicodeCharacter{03B8}{\ensuremath\theta}% \DeclareUnicodeCharacter{03B9}{\ensuremath\iota}% \DeclareUnicodeCharacter{03BA}{\ensuremath\kappa}% \DeclareUnicodeCharacter{03BB}{\ensuremath\lambda}% \DeclareUnicodeCharacter{03BC}{\ensuremath\mu}% \DeclareUnicodeCharacter{03BD}{\ensuremath\nu}% \DeclareUnicodeCharacter{03BE}{\ensuremath\xi}% \DeclareUnicodeCharacter{03BF}{{\it o}}% omicron \DeclareUnicodeCharacter{03C0}{\ensuremath\pi}% \DeclareUnicodeCharacter{03C1}{\ensuremath\rho}% \DeclareUnicodeCharacter{03C2}{\ensuremath\varsigma}% \DeclareUnicodeCharacter{03C3}{\ensuremath\sigma}% \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}% \DeclareUnicodeCharacter{03C5}{\ensuremath\upsilon}% \DeclareUnicodeCharacter{03C6}{\ensuremath\phi}% \DeclareUnicodeCharacter{03C7}{\ensuremath\chi}% \DeclareUnicodeCharacter{03C8}{\ensuremath\psi}% \DeclareUnicodeCharacter{03C9}{\ensuremath\omega}% % % More Greek vowels with accents \DeclareUnicodeCharacter{03CA}{\ensuremath{\ddot\iota}}% \DeclareUnicodeCharacter{03CB}{\ensuremath{\ddot\upsilon}}% \DeclareUnicodeCharacter{03CC}{\ensuremath{\acute o}}% \DeclareUnicodeCharacter{03CD}{\ensuremath{\acute\upsilon}}% \DeclareUnicodeCharacter{03CE}{\ensuremath{\acute\omega}}% % % Variant Greek letters \DeclareUnicodeCharacter{03D1}{\ensuremath\vartheta}% \DeclareUnicodeCharacter{03D6}{\ensuremath\varpi}% \DeclareUnicodeCharacter{03F1}{\ensuremath\varrho}% % \DeclareUnicodeCharacter{1E02}{\dotaccent{B}}% \DeclareUnicodeCharacter{1E03}{\dotaccent{b}}% \DeclareUnicodeCharacter{1E04}{\udotaccent{B}}% \DeclareUnicodeCharacter{1E05}{\udotaccent{b}}% \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}}% \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}}% \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}}% \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}}% \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}}% \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}}% \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}}% \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}}% % \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}}% \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}}% % \DeclareUnicodeCharacter{1E20}{\=G}% \DeclareUnicodeCharacter{1E21}{\=g}% \DeclareUnicodeCharacter{1E22}{\dotaccent{H}}% \DeclareUnicodeCharacter{1E23}{\dotaccent{h}}% \DeclareUnicodeCharacter{1E24}{\udotaccent{H}}% \DeclareUnicodeCharacter{1E25}{\udotaccent{h}}% \DeclareUnicodeCharacter{1E26}{\"H}% \DeclareUnicodeCharacter{1E27}{\"h}% % \DeclareUnicodeCharacter{1E30}{\'K}% \DeclareUnicodeCharacter{1E31}{\'k}% \DeclareUnicodeCharacter{1E32}{\udotaccent{K}}% \DeclareUnicodeCharacter{1E33}{\udotaccent{k}}% \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}}% \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}}% \DeclareUnicodeCharacter{1E36}{\udotaccent{L}}% \DeclareUnicodeCharacter{1E37}{\udotaccent{l}}% \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}}% \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}}% \DeclareUnicodeCharacter{1E3E}{\'M}% \DeclareUnicodeCharacter{1E3F}{\'m}% % \DeclareUnicodeCharacter{1E40}{\dotaccent{M}}% \DeclareUnicodeCharacter{1E41}{\dotaccent{m}}% \DeclareUnicodeCharacter{1E42}{\udotaccent{M}}% \DeclareUnicodeCharacter{1E43}{\udotaccent{m}}% \DeclareUnicodeCharacter{1E44}{\dotaccent{N}}% \DeclareUnicodeCharacter{1E45}{\dotaccent{n}}% \DeclareUnicodeCharacter{1E46}{\udotaccent{N}}% \DeclareUnicodeCharacter{1E47}{\udotaccent{n}}% \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}}% \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}}% % \DeclareUnicodeCharacter{1E54}{\'P}% \DeclareUnicodeCharacter{1E55}{\'p}% \DeclareUnicodeCharacter{1E56}{\dotaccent{P}}% \DeclareUnicodeCharacter{1E57}{\dotaccent{p}}% \DeclareUnicodeCharacter{1E58}{\dotaccent{R}}% \DeclareUnicodeCharacter{1E59}{\dotaccent{r}}% \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}}% \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}}% \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}}% \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}}% % \DeclareUnicodeCharacter{1E60}{\dotaccent{S}}% \DeclareUnicodeCharacter{1E61}{\dotaccent{s}}% \DeclareUnicodeCharacter{1E62}{\udotaccent{S}}% \DeclareUnicodeCharacter{1E63}{\udotaccent{s}}% \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}}% \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}}% \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}}% \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}}% \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}}% \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}}% % \DeclareUnicodeCharacter{1E7C}{\~V}% \DeclareUnicodeCharacter{1E7D}{\~v}% \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}}% \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}}% % \DeclareUnicodeCharacter{1E80}{\`W}% \DeclareUnicodeCharacter{1E81}{\`w}% \DeclareUnicodeCharacter{1E82}{\'W}% \DeclareUnicodeCharacter{1E83}{\'w}% \DeclareUnicodeCharacter{1E84}{\"W}% \DeclareUnicodeCharacter{1E85}{\"w}% \DeclareUnicodeCharacter{1E86}{\dotaccent{W}}% \DeclareUnicodeCharacter{1E87}{\dotaccent{w}}% \DeclareUnicodeCharacter{1E88}{\udotaccent{W}}% \DeclareUnicodeCharacter{1E89}{\udotaccent{w}}% \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}}% \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}}% \DeclareUnicodeCharacter{1E8C}{\"X}% \DeclareUnicodeCharacter{1E8D}{\"x}% \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}}% \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}}% % \DeclareUnicodeCharacter{1E90}{\^Z}% \DeclareUnicodeCharacter{1E91}{\^z}% \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}}% \DeclareUnicodeCharacter{1E93}{\udotaccent{z}}% \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}}% \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}}% \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}}% \DeclareUnicodeCharacter{1E97}{\"t}% \DeclareUnicodeCharacter{1E98}{\ringaccent{w}}% \DeclareUnicodeCharacter{1E99}{\ringaccent{y}}% % \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}}% \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}}% % \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}}% \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}}% \DeclareUnicodeCharacter{1EBC}{\~E}% \DeclareUnicodeCharacter{1EBD}{\~e}% % \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}}% \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}}% \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}}% \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}}% % \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}}% \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}}% % \DeclareUnicodeCharacter{1EF2}{\`Y}% \DeclareUnicodeCharacter{1EF3}{\`y}% \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}}% % \DeclareUnicodeCharacter{1EF8}{\~Y}% \DeclareUnicodeCharacter{1EF9}{\~y}% % % Punctuation \DeclareUnicodeCharacter{2013}{--}% \DeclareUnicodeCharacter{2014}{---}% \DeclareUnicodeCharacter{2018}{\quoteleft{}}% \DeclareUnicodeCharacter{2019}{\quoteright{}}% \DeclareUnicodeCharacter{201A}{\quotesinglbase{}}% \DeclareUnicodeCharacter{201C}{\quotedblleft{}}% \DeclareUnicodeCharacter{201D}{\quotedblright{}}% \DeclareUnicodeCharacter{201E}{\quotedblbase{}}% \DeclareUnicodeCharacter{2020}{\ensuremath\dagger}% \DeclareUnicodeCharacter{2021}{\ensuremath\ddagger}% \DeclareUnicodeCharacter{2022}{\bullet{}}% \DeclareUnicodeCharacter{202F}{\thinspace}% \DeclareUnicodeCharacter{2026}{\dots{}}% \DeclareUnicodeCharacter{2039}{\guilsinglleft{}}% \DeclareUnicodeCharacter{203A}{\guilsinglright{}}% % \DeclareUnicodeCharacter{20AC}{\euro{}}% % \DeclareUnicodeCharacter{2192}{\expansion{}}% \DeclareUnicodeCharacter{21D2}{\result{}}% % % Mathematical symbols \DeclareUnicodeCharacter{2200}{\ensuremath\forall}% \DeclareUnicodeCharacter{2203}{\ensuremath\exists}% \DeclareUnicodeCharacter{2208}{\ensuremath\in}% \DeclareUnicodeCharacter{2212}{\minus{}}% \DeclareUnicodeCharacter{2217}{\ast}% \DeclareUnicodeCharacter{221E}{\ensuremath\infty}% \DeclareUnicodeCharacter{2225}{\ensuremath\parallel}% \DeclareUnicodeCharacter{2227}{\ensuremath\wedge}% \DeclareUnicodeCharacter{2229}{\ensuremath\cap}% \DeclareUnicodeCharacter{2261}{\equiv{}}% \DeclareUnicodeCharacter{2264}{\ensuremath\leq}% \DeclareUnicodeCharacter{2265}{\ensuremath\geq}% \DeclareUnicodeCharacter{2282}{\ensuremath\subset}% \DeclareUnicodeCharacter{2287}{\ensuremath\supseteq}% % \DeclareUnicodeCharacter{2016}{\ensuremath\Vert}% \DeclareUnicodeCharacter{2032}{\ensuremath\prime}% \DeclareUnicodeCharacter{210F}{\ensuremath\hbar}% \DeclareUnicodeCharacter{2111}{\ensuremath\Im}% \DeclareUnicodeCharacter{2113}{\ensuremath\ell}% \DeclareUnicodeCharacter{2118}{\ensuremath\wp}% \DeclareUnicodeCharacter{211C}{\ensuremath\Re}% \DeclareUnicodeCharacter{2135}{\ensuremath\aleph}% \DeclareUnicodeCharacter{2190}{\ensuremath\leftarrow}% \DeclareUnicodeCharacter{2191}{\ensuremath\uparrow}% \DeclareUnicodeCharacter{2193}{\ensuremath\downarrow}% \DeclareUnicodeCharacter{2194}{\ensuremath\leftrightarrow}% \DeclareUnicodeCharacter{2195}{\ensuremath\updownarrow}% \DeclareUnicodeCharacter{2196}{\ensuremath\nwarrow}% \DeclareUnicodeCharacter{2197}{\ensuremath\nearrow}% \DeclareUnicodeCharacter{2198}{\ensuremath\searrow}% \DeclareUnicodeCharacter{2199}{\ensuremath\swarrow}% \DeclareUnicodeCharacter{21A6}{\ensuremath\mapsto}% \DeclareUnicodeCharacter{21A9}{\ensuremath\hookleftarrow}% \DeclareUnicodeCharacter{21AA}{\ensuremath\hookrightarrow}% \DeclareUnicodeCharacter{21BC}{\ensuremath\leftharpoonup}% \DeclareUnicodeCharacter{21BD}{\ensuremath\leftharpoondown}% \DeclareUnicodeCharacter{21C0}{\ensuremath\rightharpoonup}% \DeclareUnicodeCharacter{21C1}{\ensuremath\rightharpoondown}% \DeclareUnicodeCharacter{21CC}{\ensuremath\rightleftharpoons}% \DeclareUnicodeCharacter{21D0}{\ensuremath\Leftarrow}% \DeclareUnicodeCharacter{21D1}{\ensuremath\Uparrow}% \DeclareUnicodeCharacter{21D3}{\ensuremath\Downarrow}% \DeclareUnicodeCharacter{21D4}{\ensuremath\Leftrightarrow}% \DeclareUnicodeCharacter{21D5}{\ensuremath\Updownarrow}% \DeclareUnicodeCharacter{2202}{\ensuremath\partial}% \DeclareUnicodeCharacter{2205}{\ensuremath\emptyset}% \DeclareUnicodeCharacter{2207}{\ensuremath\nabla}% \DeclareUnicodeCharacter{2209}{\ensuremath\notin}% \DeclareUnicodeCharacter{220B}{\ensuremath\owns}% \DeclareUnicodeCharacter{220F}{\ensuremath\prod}% \DeclareUnicodeCharacter{2210}{\ensuremath\coprod}% \DeclareUnicodeCharacter{2211}{\ensuremath\sum}% \DeclareUnicodeCharacter{2213}{\ensuremath\mp}% \DeclareUnicodeCharacter{2218}{\ensuremath\circ}% \DeclareUnicodeCharacter{221A}{\ensuremath\surd}% \DeclareUnicodeCharacter{221D}{\ensuremath\propto}% \DeclareUnicodeCharacter{2220}{\ensuremath\angle}% \DeclareUnicodeCharacter{2223}{\ensuremath\mid}% \DeclareUnicodeCharacter{2228}{\ensuremath\vee}% \DeclareUnicodeCharacter{222A}{\ensuremath\cup}% \DeclareUnicodeCharacter{222B}{\ensuremath\smallint}% \DeclareUnicodeCharacter{222E}{\ensuremath\oint}% \DeclareUnicodeCharacter{223C}{\ensuremath\sim}% \DeclareUnicodeCharacter{2240}{\ensuremath\wr}% \DeclareUnicodeCharacter{2243}{\ensuremath\simeq}% \DeclareUnicodeCharacter{2245}{\ensuremath\cong}% \DeclareUnicodeCharacter{2248}{\ensuremath\approx}% \DeclareUnicodeCharacter{224D}{\ensuremath\asymp}% \DeclareUnicodeCharacter{2250}{\ensuremath\doteq}% \DeclareUnicodeCharacter{2260}{\ensuremath\neq}% \DeclareUnicodeCharacter{226A}{\ensuremath\ll}% \DeclareUnicodeCharacter{226B}{\ensuremath\gg}% \DeclareUnicodeCharacter{227A}{\ensuremath\prec}% \DeclareUnicodeCharacter{227B}{\ensuremath\succ}% \DeclareUnicodeCharacter{2283}{\ensuremath\supset}% \DeclareUnicodeCharacter{2286}{\ensuremath\subseteq}% \DeclareUnicodeCharacter{228E}{\ensuremath\uplus}% \DeclareUnicodeCharacter{2291}{\ensuremath\sqsubseteq}% \DeclareUnicodeCharacter{2292}{\ensuremath\sqsupseteq}% \DeclareUnicodeCharacter{2293}{\ensuremath\sqcap}% \DeclareUnicodeCharacter{2294}{\ensuremath\sqcup}% \DeclareUnicodeCharacter{2295}{\ensuremath\oplus}% \DeclareUnicodeCharacter{2296}{\ensuremath\ominus}% \DeclareUnicodeCharacter{2297}{\ensuremath\otimes}% \DeclareUnicodeCharacter{2298}{\ensuremath\oslash}% \DeclareUnicodeCharacter{2299}{\ensuremath\odot}% \DeclareUnicodeCharacter{22A2}{\ensuremath\vdash}% \DeclareUnicodeCharacter{22A3}{\ensuremath\dashv}% \DeclareUnicodeCharacter{22A4}{\ensuremath\ptextop}% \DeclareUnicodeCharacter{22A5}{\ensuremath\bot}% \DeclareUnicodeCharacter{22A8}{\ensuremath\models}% \DeclareUnicodeCharacter{22C0}{\ensuremath\bigwedge}% \DeclareUnicodeCharacter{22C1}{\ensuremath\bigvee}% \DeclareUnicodeCharacter{22C2}{\ensuremath\bigcap}% \DeclareUnicodeCharacter{22C3}{\ensuremath\bigcup}% \DeclareUnicodeCharacter{22C4}{\ensuremath\diamond}% \DeclareUnicodeCharacter{22C5}{\ensuremath\cdot}% \DeclareUnicodeCharacter{22C6}{\ensuremath\star}% \DeclareUnicodeCharacter{22C8}{\ensuremath\bowtie}% \DeclareUnicodeCharacter{2308}{\ensuremath\lceil}% \DeclareUnicodeCharacter{2309}{\ensuremath\rceil}% \DeclareUnicodeCharacter{230A}{\ensuremath\lfloor}% \DeclareUnicodeCharacter{230B}{\ensuremath\rfloor}% \DeclareUnicodeCharacter{2322}{\ensuremath\frown}% \DeclareUnicodeCharacter{2323}{\ensuremath\smile}% % \DeclareUnicodeCharacter{25B3}{\ensuremath\triangle}% \DeclareUnicodeCharacter{25B7}{\ensuremath\triangleright}% \DeclareUnicodeCharacter{25BD}{\ensuremath\bigtriangledown}% \DeclareUnicodeCharacter{25C1}{\ensuremath\triangleleft}% \DeclareUnicodeCharacter{25C7}{\ensuremath\diamond}% \DeclareUnicodeCharacter{2660}{\ensuremath\spadesuit}% \DeclareUnicodeCharacter{2661}{\ensuremath\heartsuit}% \DeclareUnicodeCharacter{2662}{\ensuremath\diamondsuit}% \DeclareUnicodeCharacter{2663}{\ensuremath\clubsuit}% \DeclareUnicodeCharacter{266D}{\ensuremath\flat}% \DeclareUnicodeCharacter{266E}{\ensuremath\natural}% \DeclareUnicodeCharacter{266F}{\ensuremath\sharp}% \DeclareUnicodeCharacter{26AA}{\ensuremath\bigcirc}% \DeclareUnicodeCharacter{27B9}{\ensuremath\rangle}% \DeclareUnicodeCharacter{27C2}{\ensuremath\perp}% \DeclareUnicodeCharacter{27E8}{\ensuremath\langle}% \DeclareUnicodeCharacter{27F5}{\ensuremath\longleftarrow}% \DeclareUnicodeCharacter{27F6}{\ensuremath\longrightarrow}% \DeclareUnicodeCharacter{27F7}{\ensuremath\longleftrightarrow}% \DeclareUnicodeCharacter{27FC}{\ensuremath\longmapsto}% \DeclareUnicodeCharacter{29F5}{\ensuremath\setminus}% \DeclareUnicodeCharacter{2A00}{\ensuremath\bigodot}% \DeclareUnicodeCharacter{2A01}{\ensuremath\bigoplus}% \DeclareUnicodeCharacter{2A02}{\ensuremath\bigotimes}% \DeclareUnicodeCharacter{2A04}{\ensuremath\biguplus}% \DeclareUnicodeCharacter{2A06}{\ensuremath\bigsqcup}% \DeclareUnicodeCharacter{2A3F}{\ensuremath\amalg}% \DeclareUnicodeCharacter{2AAF}{\ensuremath\preceq}% \DeclareUnicodeCharacter{2AB0}{\ensuremath\succeq}% % \global\mathchardef\checkmark="1370% actually the square root sign \DeclareUnicodeCharacter{2713}{\ensuremath\checkmark}% }% end of \unicodechardefs % UTF-8 byte sequence (pdfTeX) definitions (replacing and @U command) % It makes the setting that replace UTF-8 byte sequence. \def\utfeightchardefs{% \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterUTFviii \unicodechardefs } % Whether the active definitions of non-ASCII characters expand to % non-active tokens with the same character code. This is used to % write characters literally, instead of using active definitions for % printing the correct glyphs. \newif\ifpassthroughchars \passthroughcharsfalse % For native Unicode handling (XeTeX and LuaTeX), % provide a definition macro to replace/pass-through a Unicode character % \def\DeclareUnicodeCharacterNative#1#2{% \catcode"#1=\active \def\dodeclareunicodecharacternative##1##2##3{% \begingroup \uccode`\~="##2\relax \uppercase{\gdef~}{% \ifpassthroughchars ##1% \else ##3% \fi } \endgroup } \begingroup \uccode`\.="#1\relax \uppercase{\def\UTFNativeTmp{.}}% \expandafter\dodeclareunicodecharacternative\UTFNativeTmp{#1}{#2}% \endgroup } % Native Unicode handling (XeTeX and LuaTeX) character replacing definition. % It activates the setting that replaces Unicode characters. \def\nativeunicodechardefs{% \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterNative \unicodechardefs } % For native Unicode handling (XeTeX and LuaTeX), % make the character token expand % to the sequences given in \unicodechardefs for printing. \def\DeclareUnicodeCharacterNativeAtU#1#2{% \def\UTFAtUTmp{#2} \expandafter\globallet\csname uni:#1\endcsname \UTFAtUTmp } % @U command definitions for native Unicode handling (XeTeX and LuaTeX). \def\nativeunicodechardefsatu{% \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterNativeAtU \unicodechardefs } % US-ASCII character definitions. \def\asciichardefs{% nothing need be done \relax } % define all Unicode characters we know about, for the sake of @U. \iftxinativeunicodecapable \nativeunicodechardefsatu \else \utfeightchardefs \fi % Make non-ASCII characters printable again for compatibility with % existing Texinfo documents that may use them, even without declaring a % document encoding. % \setnonasciicharscatcode \other \message{formatting,} \newdimen\defaultparindent \defaultparindent = 15pt \chapheadingskip = 15pt plus 4pt minus 2pt \secheadingskip = 12pt plus 3pt minus 2pt \subsecheadingskip = 9pt plus 2pt minus 2pt % Prevent underfull vbox error messages. \vbadness = 10000 % Don't be very finicky about underfull hboxes, either. \hbadness = 6666 % Following George Bush, get rid of widows and orphans. \widowpenalty=10000 \clubpenalty=10000 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're % using an old version of TeX, don't do anything. We want the amount of % stretch added to depend on the line length, hence the dependence on % \hsize. We call this whenever the paper size is set. % \def\setemergencystretch{% \ifx\emergencystretch\thisisundefined % Allow us to assign to \emergencystretch anyway. \def\emergencystretch{\dimen0}% \else \emergencystretch = .15\hsize \fi } % Parameters in order: 1) textheight; 2) textwidth; % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip; % 7) physical page height; 8) physical page width. % % We also call \setleading{\textleading}, so the caller should define % \textleading. The caller should also set \parskip. % \def\internalpagesizes#1#2#3#4#5#6#7#8{% \voffset = #3\relax \topskip = #6\relax \splittopskip = \topskip % \vsize = #1\relax \advance\vsize by \topskip \outervsize = \vsize \advance\outervsize by 2\topandbottommargin \txipageheight = \vsize % \hsize = #2\relax \outerhsize = \hsize \advance\outerhsize by 0.5in \txipagewidth = \hsize % \normaloffset = #4\relax \bindingoffset = #5\relax % \ifpdf \pdfpageheight #7\relax \pdfpagewidth #8\relax % if we don't reset these, they will remain at "1 true in" of % whatever layout pdftex was dumped with. \pdfhorigin = 1 true in \pdfvorigin = 1 true in \else \ifx\XeTeXrevision\thisisundefined \special{papersize=#8,#7}% \else \pdfpageheight #7\relax \pdfpagewidth #8\relax % XeTeX does not have \pdfhorigin and \pdfvorigin. \fi \fi % \setleading{\textleading} % \parindent = \defaultparindent \setemergencystretch } % @letterpaper (the default). \def\letterpaper{{\globaldefs = 1 \parskip = 3pt plus 2pt minus 1pt \textleading = 13.2pt % % If page is nothing but text, make it come out even. \internalpagesizes{607.2pt}{6in}% that's 46 lines {\voffset}{.25in}% {\bindingoffset}{36pt}% {11in}{8.5in}% }} % Use @smallbook to reset parameters for 7x9.25 trim size. \def\smallbook{{\globaldefs = 1 \parskip = 2pt plus 1pt \textleading = 12pt % \internalpagesizes{7.5in}{5in}% {-.2in}{0in}% {\bindingoffset}{16pt}% {9.25in}{7in}% % \lispnarrowing = 0.3in \tolerance = 700 \contentsrightmargin = 0pt \defbodyindent = .5cm }} % Use @smallerbook to reset parameters for 6x9 trim size. % (Just testing, parameters still in flux.) \def\smallerbook{{\globaldefs = 1 \parskip = 1.5pt plus 1pt \textleading = 12pt % \internalpagesizes{7.4in}{4.8in}% {-.2in}{-.4in}% {0pt}{14pt}% {9in}{6in}% % \lispnarrowing = 0.25in \tolerance = 700 \contentsrightmargin = 0pt \defbodyindent = .4cm }} % Use @afourpaper to print on European A4 paper. \def\afourpaper{{\globaldefs = 1 \parskip = 3pt plus 2pt minus 1pt \textleading = 13.2pt % % Double-side printing via postscript on Laserjet 4050 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. % To change the settings for a different printer or situation, adjust % \normaloffset until the front-side and back-side texts align. Then % do the same for \bindingoffset. You can set these for testing in % your texinfo source file like this: % @tex % \global\normaloffset = -6mm % \global\bindingoffset = 10mm % @end tex \internalpagesizes{673.2pt}{160mm}% that's 51 lines {\voffset}{\hoffset}% {\bindingoffset}{44pt}% {297mm}{210mm}% % \tolerance = 700 \contentsrightmargin = 0pt \defbodyindent = 5mm }} % Use @afivepaper to print on European A5 paper. % From romildo@urano.iceb.ufop.br, 2 July 2000. % He also recommends making @example and @lisp be small. \def\afivepaper{{\globaldefs = 1 \parskip = 2pt plus 1pt minus 0.1pt \textleading = 12.5pt % \internalpagesizes{160mm}{120mm}% {\voffset}{\hoffset}% {\bindingoffset}{8pt}% {210mm}{148mm}% % \lispnarrowing = 0.2in \tolerance = 800 \contentsrightmargin = 0pt \defbodyindent = 2mm \tableindent = 12mm }} % A specific text layout, 24x15cm overall, intended for A4 paper. \def\afourlatex{{\globaldefs = 1 \afourpaper \internalpagesizes{237mm}{150mm}% {\voffset}{4.6mm}% {\bindingoffset}{7mm}% {297mm}{210mm}% % % Must explicitly reset to 0 because we call \afourpaper. \globaldefs = 0 }} % Use @afourwide to print on A4 paper in landscape format. \def\afourwide{{\globaldefs = 1 \afourpaper \internalpagesizes{241mm}{165mm}% {\voffset}{-2.95mm}% {\bindingoffset}{7mm}% {297mm}{210mm}% \globaldefs = 0 }} % @pagesizes TEXTHEIGHT[,TEXTWIDTH] % Perhaps we should allow setting the margins, \topskip, \parskip, % and/or leading, also. Or perhaps we should compute them somehow. % \parseargdef\pagesizes{\pagesizesyyy #1,,\finish} \def\pagesizesyyy#1,#2,#3\finish{{% \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi \globaldefs = 1 % \parskip = 3pt plus 2pt minus 1pt \setleading{\textleading}% % \dimen0 = #1\relax \advance\dimen0 by \voffset % \dimen2 = \hsize \advance\dimen2 by \normaloffset % \internalpagesizes{#1}{\hsize}% {\voffset}{\normaloffset}% {\bindingoffset}{44pt}% {\dimen0}{\dimen2}% }} % Set default to letter. % \letterpaper % Default value of \hfuzz, for suppressing warnings about overfull hboxes. \hfuzz = 1pt \message{and turning on texinfo input format.} \def^^L{\par} % remove \outer, so ^L can appear in an @comment % DEL is a comment character, in case @c does not suffice. \catcode`\^^? = 14 % Define macros to output various characters with catcode for normal text. \catcode`\"=\other \def\normaldoublequote{"} \catcode`\$=\other \def\normaldollar{$}%$ font-lock fix \catcode`\+=\other \def\normalplus{+} \catcode`\<=\other \def\normalless{<} \catcode`\>=\other \def\normalgreater{>} \catcode`\^=\other \def\normalcaret{^} \catcode`\_=\other \def\normalunderscore{_} \catcode`\|=\other \def\normalverticalbar{|} \catcode`\~=\other \def\normaltilde{~} % This macro is used to make a character print one way in \tt % (where it can probably be output as-is), and another way in other fonts, % where something hairier probably needs to be done. % % #1 is what to print if we are indeed using \tt; #2 is what to print % otherwise. Since all the Computer Modern typewriter fonts have zero % interword stretch (and shrink), and it is reasonable to expect all % typewriter fonts to have this, we can check that font parameter. % \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi} % Same as above, but check for italic font. Actually this also catches % non-italic slanted fonts since it is impossible to distinguish them from % italic fonts. But since this is only used by $ and it uses \sl anyway % this is not a problem. \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi} % Set catcodes for Texinfo file % Active characters for printing the wanted glyph. % Most of these we simply print from the \tt font, but for some, we can % use math or other variants that look better in normal text. % \catcode`\"=\active \def\activedoublequote{{\tt\char34}} \let"=\activedoublequote \catcode`\~=\active \def\activetilde{{\tt\char126}} \let~ = \activetilde \chardef\hatchar=`\^ \catcode`\^=\active \def\activehat{{\tt \hatchar}} \let^ = \activehat \catcode`\_=\active \def_{\ifusingtt\normalunderscore\_} \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em } \let\realunder=_ \catcode`\|=\active \def|{{\tt\char124}} \chardef \less=`\< \catcode`\<=\active \def\activeless{{\tt \less}}\let< = \activeless \chardef \gtr=`\> \catcode`\>=\active \def\activegtr{{\tt \gtr}}\let> = \activegtr \catcode`\+=\active \def+{{\tt \char 43}} \catcode`\$=\active \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix \catcode`\-=\active \let-=\normaldash % used for headline/footline in the output routine, in case the page % breaks in the middle of an @tex block. \def\texinfochars{% \let< = \activeless \let> = \activegtr \let~ = \activetilde \let^ = \activehat \markupsetuplqdefault \markupsetuprqdefault \let\b = \strong \let\i = \smartitalic % in principle, all other definitions in \tex have to be undone too. } % Used sometimes to turn off (effectively) the active characters even after % parsing them. \def\turnoffactive{% \normalturnoffactive \otherbackslash } \catcode`\@=0 % \backslashcurfont outputs one backslash character in current font, % as in \char`\\. \global\chardef\backslashcurfont=`\\ \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work % \realbackslash is an actual character `\' with catcode other, and % \doublebackslash is two of them (for the pdf outlines). {\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}} % In Texinfo, backslash is an active character; it prints the backslash % in fixed width font. \catcode`\\=\active % @ for escape char from now on. % Print a typewriter backslash. For math mode, we can't simply use % \backslashcurfont: the story here is that in math mode, the \char % of \backslashcurfont ends up printing the roman \ from the math symbol % font (because \char in math mode uses the \mathcode, and plain.tex % sets \mathcode`\\="026E). Hence we use an explicit \mathchar, % which is the decimal equivalent of "715c (class 7, e.g., use \fam; % ignored family value; char position "5C). We can't use " for the % usual hex value because it has already been made active. @def@ttbackslash{{@tt @ifmmode @mathchar29020 @else @backslashcurfont @fi}} @let@backslashchar = @ttbackslash % @backslashchar{} is for user documents. % \rawbackslash defines an active \ to do \backslashcurfont. % \otherbackslash defines an active \ to be a literal `\' character with % catcode other. We switch back and forth between these. @gdef@rawbackslash{@let\=@backslashcurfont} @gdef@otherbackslash{@let\=@realbackslash} % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of % the literal character `\'. % {@catcode`- = @active @gdef@normalturnoffactive{% @passthroughcharstrue @let-=@normaldash @let"=@normaldoublequote @let$=@normaldollar %$ font-lock fix @let+=@normalplus @let<=@normalless @let>=@normalgreater @let^=@normalcaret @let_=@normalunderscore @let|=@normalverticalbar @let~=@normaltilde @let\=@ttbackslash @markupsetuplqdefault @markupsetuprqdefault @unsepspaces } } % If a .fmt file is being used, characters that might appear in a file % name cannot be active until we have parsed the command line. % So turn them off again, and have @fixbackslash turn them back on. @catcode`+=@other @catcode`@_=@other % \enablebackslashhack - allow file to begin `\input texinfo' % % If a .fmt file is being used, we don't want the `\input texinfo' to show up. % That is what \eatinput is for; after that, the `\' should revert to printing % a backslash. % If the file did not have a `\input texinfo', then it is turned off after % the first line; otherwise the first `\' in the file would cause an error. % This is used on the very last line of this file, texinfo.tex. % We also use @c to call @fixbackslash, in case ends of lines are hidden. { @catcode`@^=7 @catcode`@^^M=13@gdef@enablebackslashhack{% @global@let\ = @eatinput% @catcode`@^^M=13% @def@c{@fixbackslash@c}% % Definition for the newline at the end of this file. @def ^^M{@let^^M@secondlinenl}% % Definition for a newline in the main Texinfo file. @gdef @secondlinenl{@fixbackslash}% % In case the first line has a whole-line command on it @let@originalparsearg@parsearg @def@parsearg{@fixbackslash@originalparsearg} }} {@catcode`@^=7 @catcode`@^^M=13% @gdef@eatinput input texinfo#1^^M{@fixbackslash}} % Emergency active definition of newline, in case an active newline token % appears by mistake. {@catcode`@^=7 @catcode13=13% @gdef@enableemergencynewline{% @gdef^^M{% @par% %@par% }}} @gdef@fixbackslash{% @ifx\@eatinput @let\ = @ttbackslash @fi @catcode13=5 % regular end of line @enableemergencynewline @let@c=@texinfoc @let@parsearg@originalparsearg % Also turn back on active characters that might appear in the input % file name, in case not using a pre-dumped format. @catcode`+=@active @catcode`@_=@active % % If texinfo.cnf is present on the system, read it. % Useful for site-wide @afourpaper, etc. This macro, @fixbackslash, gets % called at the beginning of every Texinfo file. Not opening texinfo.cnf % directly in this file, texinfo.tex, makes it possible to make a format % file for Texinfo. % @openin 1 texinfo.cnf @ifeof 1 @else @input texinfo.cnf @fi @closein 1 } % Say @foo, not \foo, in error messages. @escapechar = `@@ % These (along with & and #) are made active for url-breaking, so need % active definitions as the normal characters. @def@normaldot{.} @def@normalquest{?} @def@normalslash{/} % These look ok in all fonts, so just make them not special. % @hashchar{} gets its own user-level command, because of #line. @catcode`@& = @other @def@normalamp{&} @catcode`@# = @other @def@normalhash{#} @catcode`@% = @other @def@normalpercent{%} @let @hashchar = @normalhash @c Finally, make ` and ' active, so that txicodequoteundirected and @c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we @c don't make ` and ' active, @code will not get them as active chars. @c Do this last of all since we use ` in the previous @catcode assignments. @catcode`@'=@active @catcode`@`=@active @markupsetuplqdefault @markupsetuprqdefault @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) @c page-delimiter: "^\\\\message\\|emacs-page" @c time-stamp-start: "def\\\\texinfoversion{" @c time-stamp-format: "%:y-%02m-%02d.%02H" @c time-stamp-end: "}" @c End: @c vim:sw=2: @enablebackslashhack libidn2-2.0.4/build-aux/update-copyright0000755000000000000000000002242713061734274015055 00000000000000eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" "$@"' & eval 'exec perl -wS -0777 -pi "$0" $argv:q' if 0; # Update an FSF copyright year list to include the current year. my $VERSION = '2016-01-12.23:13'; # UTC # Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Written by Jim Meyering and Joel E. Denny # The arguments to this script should be names of files that contain # copyright statements to be updated. The copyright holder's name # defaults to "Free Software Foundation, Inc." but may be changed to # any other name by using the "UPDATE_COPYRIGHT_HOLDER" environment # variable. # # For example, you might wish to use the update-copyright target rule # in maint.mk from gnulib's maintainer-makefile module. # # Iff a copyright statement is recognized in a file and the final # year is not the current year, then the statement is updated for the # new year and it is reformatted to: # # 1. Fit within 72 columns. # 2. Convert 2-digit years to 4-digit years by prepending "19". # 3. Expand copyright year intervals. (See "Environment variables" # below.) # # A warning is printed for every file for which no copyright # statement is recognized. # # Each file's copyright statement must be formatted correctly in # order to be recognized. For example, each of these is fine: # # Copyright @copyright{} 1990-2005, 2007-2009 Free Software # Foundation, Inc. # # # Copyright (C) 1990-2005, 2007-2009 Free Software # # Foundation, Inc. # # /* # * Copyright © 90,2005,2007-2009 # * Free Software Foundation, Inc. # */ # # However, the following format is not recognized because the line # prefix changes after the first line: # # ## Copyright (C) 1990-2005, 2007-2009 Free Software # # Foundation, Inc. # # However, any correctly formatted copyright statement following # a non-matching copyright statements would be recognized. # # The exact conditions that a file's copyright statement must meet # to be recognized are: # # 1. It is the first copyright statement that meets all of the # following conditions. Subsequent copyright statements are # ignored. # 2. Its format is "Copyright (C)", then a list of copyright years, # and then the name of the copyright holder. # 3. The "(C)" takes one of the following forms or is omitted # entirely: # # A. (C) # B. (c) # C. @copyright{} # D. © # # 4. The "Copyright" appears at the beginning of a line, except that it # may be prefixed by any sequence (e.g., a comment) of no more than # 5 characters -- including white space. # 5. Iff such a prefix is present, the same prefix appears at the # beginning of each remaining line within the FSF copyright # statement. There is one exception in order to support C-style # comments: if the first line's prefix contains nothing but # whitespace surrounding a "/*", then the prefix for all subsequent # lines is the same as the first line's prefix except with each of # "/" and possibly "*" replaced by a " ". The replacement of "*" # by " " is consistent throughout all subsequent lines. # 6. Blank lines, even if preceded by the prefix, do not appear # within the FSF copyright statement. # 7. Each copyright year is 2 or 4 digits, and years are separated by # commas or dashes. Whitespace may appear after commas. # # Environment variables: # # 1. If UPDATE_COPYRIGHT_FORCE=1, a recognized FSF copyright statement # is reformatted even if it does not need updating for the new # year. If unset or set to 0, only updated FSF copyright # statements are reformatted. # 2. If UPDATE_COPYRIGHT_USE_INTERVALS=1, every series of consecutive # copyright years (such as 90, 1991, 1992-2007, 2008) in a # reformatted FSF copyright statement is collapsed to a single # interval (such as 1990-2008). If unset or set to 0, all existing # copyright year intervals in a reformatted FSF copyright statement # are expanded instead. # If UPDATE_COPYRIGHT_USE_INTERVALS=2, convert a sequence with gaps # to the minimal containing range. For example, convert # 2000, 2004-2007, 2009 to 2000-2009. # 3. For testing purposes, you can set the assumed current year in # UPDATE_COPYRIGHT_YEAR. # 4. The default maximum line length for a copyright line is 72. # Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH to use a different length. # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other # than "Free Software Foundation, Inc.". use strict; use warnings; my $copyright_re = 'Copyright'; my $circle_c_re = '(?:\([cC]\)|@copyright\{}|\\\\\(co|©)'; my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; $holder ||= 'Free Software Foundation, Inc.'; my $prefix_max = 5; my $margin = $ENV{UPDATE_COPYRIGHT_MAX_LINE_LENGTH}; !$margin || $margin !~ m/^\d+$/ and $margin = 72; my $tab_width = 8; my $this_year = $ENV{UPDATE_COPYRIGHT_YEAR}; if (!$this_year || $this_year !~ m/^\d{4}$/) { my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ()); $this_year = $year + 1900; } # Unless the file consistently uses "\r\n" as the EOL, use "\n" instead. my $eol = /(?:^|[^\r])\n/ ? "\n" : "\r\n"; my $leading; my $prefix; my $ws_re; my $stmt_re; while (/(^|\n)(.{0,$prefix_max})$copyright_re/g) { $leading = "$1$2"; $prefix = $2; if ($prefix =~ /^(\s*\/)\*(\s*)$/) { $prefix =~ s,/, ,; my $prefix_ws = $prefix; $prefix_ws =~ s/\*/ /; # Only whitespace. if (/\G(?:[^*\n]|\*[^\/\n])*\*?\n$prefix_ws/) { $prefix = $prefix_ws; } } $ws_re = '[ \t\r\f]'; # \s without \n $ws_re = "(?:$ws_re*(?:$ws_re|\\n" . quotemeta($prefix) . ")$ws_re*)"; my $holder_re = $holder; $holder_re =~ s/\s/$ws_re/g; my $stmt_remainder_re = "(?:$ws_re$circle_c_re)?" . "$ws_re(?:(?:\\d\\d)?\\d\\d(?:,$ws_re?|-))*" . "((?:\\d\\d)?\\d\\d)$ws_re$holder_re"; if (/\G$stmt_remainder_re/) { $stmt_re = quotemeta($leading) . "($copyright_re$stmt_remainder_re)"; last; } } if (defined $stmt_re) { /$stmt_re/ or die; # Should never die. my $stmt = $1; my $final_year_orig = $2; # Handle two-digit year numbers like "98" and "99". my $final_year = $final_year_orig; $final_year <= 99 and $final_year += 1900; if ($final_year != $this_year) { # Update the year. $stmt =~ s/\b$final_year_orig\b/$final_year, $this_year/; } if ($final_year != $this_year || $ENV{'UPDATE_COPYRIGHT_FORCE'}) { # Normalize all whitespace including newline-prefix sequences. $stmt =~ s/$ws_re/ /g; # Put spaces after commas. $stmt =~ s/, ?/, /g; # Convert 2-digit to 4-digit years. $stmt =~ s/(\b\d\d\b)/19$1/g; # Make the use of intervals consistent. if (!$ENV{UPDATE_COPYRIGHT_USE_INTERVALS}) { $stmt =~ s/(\d{4})-(\d{4})/join(', ', $1..$2)/eg; } else { $stmt =~ s/ (\d{4}) (?: (,\ |-) ((??{ if ($2 eq '-') { '\d{4}'; } elsif (!$3) { $1 + 1; } else { $3 + 1; } })) )+ /$1-$3/gx; # When it's 2, emit a single range encompassing all year numbers. $ENV{UPDATE_COPYRIGHT_USE_INTERVALS} == 2 and $stmt =~ s/\b(\d{4})\b.*\b(\d{4})\b/$1-$2/; } # Format within margin. my $stmt_wrapped; my $text_margin = $margin - length($prefix); if ($prefix =~ /^(\t+)/) { $text_margin -= length($1) * ($tab_width - 1); } while (length $stmt) { if (($stmt =~ s/^(.{1,$text_margin})(?: |$)//) || ($stmt =~ s/^([\S]+)(?: |$)//)) { my $line = $1; $stmt_wrapped .= $stmt_wrapped ? "$eol$prefix" : $leading; $stmt_wrapped .= $line; } else { # Should be unreachable, but we don't want an infinite # loop if it can be reached. die; } } # Replace the old copyright statement. s/$stmt_re/$stmt_wrapped/; } } else { print STDERR "$ARGV: warning: copyright statement not found\n"; } # Local variables: # mode: perl # indent-tabs-mode: nil # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "my $VERSION = '" # time-stamp-format: "%:y-%02m-%02d.%02H:%02M" # time-stamp-time-zone: "UTC0" # time-stamp-end: "'; # UTC" # End: libidn2-2.0.4/build-aux/install-sh0000755000000000000000000003452413150763762013647 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2016-01-11.22; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: libidn2-2.0.4/build-aux/depcomp0000755000000000000000000005370113150763762013216 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2016-01-11.22; # UTC # Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: libidn2-2.0.4/build-aux/test-driver0000755000000000000000000001104013151533360014013 00000000000000#! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2013-07-13.22; # UTC # Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. set -u usage_error () { echo "$0: $*" >&2 print_usage >&2 exit 2 } print_usage () { cat <$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then tweaked_estatus=1 else tweaked_estatus=$estatus fi case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac # Report the test outcome and exit status in the logs, so that one can # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). echo "$res $test_name (exit status: $estatus)" >>$log_file # Report outcome to console. echo "${col}${res}${std}: $test_name" # Register the test result, and other relevant metadata. echo ":test-result: $res" > $trs_file echo ":global-test-result: $res" >> $trs_file echo ":recheck: $recheck" >> $trs_file echo ":copy-in-global-log: $gcopy" >> $trs_file # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libidn2-2.0.4/build-aux/mdate-sh0000755000000000000000000001364013150763762013267 00000000000000#!/bin/sh # Get modification time of a file or directory and pretty-print it. scriptversion=2016-01-11.22; # UTC # Copyright (C) 1995-2017 Free Software Foundation, Inc. # written by Ulrich Drepper , June 1995 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST fi case $1 in '') echo "$0: No file. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: mdate-sh [--help] [--version] FILE Pretty-print the modification day of FILE, in the format: 1 January 1970 Report bugs to . EOF exit $? ;; -v | --v*) echo "mdate-sh $scriptversion" exit $? ;; esac error () { echo "$0: $1" >&2 exit 1 } # Prevent date giving response in another language. LANG=C export LANG LC_ALL=C export LC_ALL LC_TIME=C export LC_TIME # GNU ls changes its time format in response to the TIME_STYLE # variable. Since we cannot assume 'unset' works, revert this # variable to its documented default. if test "${TIME_STYLE+set}" = set; then TIME_STYLE=posix-long-iso export TIME_STYLE fi save_arg1=$1 # Find out how to get the extended ls output of a file or directory. if ls -L /dev/null 1>/dev/null 2>&1; then ls_command='ls -L -l -d' else ls_command='ls -l -d' fi # Avoid user/group names that might have spaces, when possible. if ls -n /dev/null 1>/dev/null 2>&1; then ls_command="$ls_command -n" fi # A 'ls -l' line looks as follows on OS/2. # drwxrwx--- 0 Aug 11 2001 foo # This differs from Unix, which adds ownership information. # drwxrwx--- 2 root root 4096 Aug 11 2001 foo # # To find the date, we split the line on spaces and iterate on words # until we find a month. This cannot work with files whose owner is a # user named "Jan", or "Feb", etc. However, it's unlikely that '/' # will be owned by a user whose name is a month. So we first look at # the extended ls output of the root directory to decide how many # words should be skipped to get the date. # On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below. set x`$ls_command /` # Find which argument is the month. month= command= until test $month do test $# -gt 0 || error "failed parsing '$ls_command /' output" shift # Add another shift to the command. command="$command shift;" case $1 in Jan) month=January; nummonth=1;; Feb) month=February; nummonth=2;; Mar) month=March; nummonth=3;; Apr) month=April; nummonth=4;; May) month=May; nummonth=5;; Jun) month=June; nummonth=6;; Jul) month=July; nummonth=7;; Aug) month=August; nummonth=8;; Sep) month=September; nummonth=9;; Oct) month=October; nummonth=10;; Nov) month=November; nummonth=11;; Dec) month=December; nummonth=12;; esac done test -n "$month" || error "failed parsing '$ls_command /' output" # Get the extended ls output of the file or directory. set dummy x`eval "$ls_command \"\\\$save_arg1\""` # Remove all preceding arguments eval $command # Because of the dummy argument above, month is in $2. # # On a POSIX system, we should have # # $# = 5 # $1 = file size # $2 = month # $3 = day # $4 = year or time # $5 = filename # # On Darwin 7.7.0 and 7.6.0, we have # # $# = 4 # $1 = day # $2 = month # $3 = year or time # $4 = filename # Get the month. case $2 in Jan) month=January; nummonth=1;; Feb) month=February; nummonth=2;; Mar) month=March; nummonth=3;; Apr) month=April; nummonth=4;; May) month=May; nummonth=5;; Jun) month=June; nummonth=6;; Jul) month=July; nummonth=7;; Aug) month=August; nummonth=8;; Sep) month=September; nummonth=9;; Oct) month=October; nummonth=10;; Nov) month=November; nummonth=11;; Dec) month=December; nummonth=12;; esac case $3 in ???*) day=$1;; *) day=$3; shift;; esac # Here we have to deal with the problem that the ls output gives either # the time of day or the year. case $3 in *:*) set `date`; eval year=\$$# case $2 in Jan) nummonthtod=1;; Feb) nummonthtod=2;; Mar) nummonthtod=3;; Apr) nummonthtod=4;; May) nummonthtod=5;; Jun) nummonthtod=6;; Jul) nummonthtod=7;; Aug) nummonthtod=8;; Sep) nummonthtod=9;; Oct) nummonthtod=10;; Nov) nummonthtod=11;; Dec) nummonthtod=12;; esac # For the first six month of the year the time notation can also # be used for files modified in the last year. if (expr $nummonth \> $nummonthtod) > /dev/null; then year=`expr $year - 1` fi;; *) year=$3;; esac # The result. echo $day $month $year # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: libidn2-2.0.4/build-aux/gendocs.sh0000755000000000000000000004107613061734274013621 00000000000000#!/bin/sh -e # gendocs.sh -- generate a GNU manual in many formats. This script is # mentioned in maintain.texi. See the help message below for usage details. scriptversion=2016-12-31.18 # Copyright 2003-2017 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Original author: Mohit Agarwal. # Send bug reports and any other correspondence to bug-gnulib@gnu.org. # # The latest version of this script, and the companion template, is # available from the Gnulib repository: # # http://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/gendocs.sh # http://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/gendocs_template # TODO: # - image importing was only implemented for HTML generated by # makeinfo. But it should be simple enough to adjust. # - images are not imported in the source tarball. All the needed # formats (PDF, PNG, etc.) should be included. prog=`basename "$0"` srcdir=`pwd` scripturl="http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/gendocs.sh" templateurl="http://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/gendocs_template" : ${SETLANG="env LANG= LC_MESSAGES= LC_ALL= LANGUAGE="} : ${MAKEINFO="makeinfo"} : ${TEXI2DVI="texi2dvi"} : ${DOCBOOK2HTML="docbook2html"} : ${DOCBOOK2PDF="docbook2pdf"} : ${DOCBOOK2TXT="docbook2txt"} : ${GENDOCS_TEMPLATE_DIR="."} : ${PERL='perl'} : ${TEXI2HTML="texi2html"} unset CDPATH unset use_texi2html MANUAL_TITLE= PACKAGE= EMAIL=webmasters@gnu.org # please override with --email commonarg= # passed to all makeinfo/texi2html invcations. dirargs= # passed to all tools (-I dir). dirs= # -I directories. htmlarg="--css-ref=/software/gnulib/manual.css -c TOP_NODE_UP_URL=/manual" infoarg=--no-split generate_ascii=true generate_html=true generate_info=true generate_tex=true outdir=manual source_extra= split=node srcfile= texarg="-t @finalout" version="gendocs.sh $scriptversion Copyright 2017 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING." usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE Generate output in various formats from PACKAGE.texinfo (or .texi or .txi) source. See the GNU Maintainers document for a more extensive discussion: http://www.gnu.org/prep/maintain_toc.html Options: --email ADR use ADR as contact in generated web pages; always give this. -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi} -o OUTDIR write files into OUTDIR, instead of manual/. -I DIR append DIR to the Texinfo search path. --common ARG pass ARG in all invocations. --html ARG pass ARG to makeinfo or texi2html for HTML targets, instead of '$htmlarg'. --info ARG pass ARG to makeinfo for Info, instead of --no-split. --no-ascii skip generating the plain text output. --no-html skip generating the html output. --no-info skip generating the info output. --no-tex skip generating the dvi and pdf output. --source ARG include ARG in tar archive of sources. --split HOW make split HTML by node, section, chapter; default node. --tex ARG pass ARG to texi2dvi for DVI and PDF, instead of -t @finalout. --texi2html use texi2html to make HTML target, with all split versions. --docbook convert through DocBook too (xml, txt, html, pdf). --help display this help and exit successfully. --version display version information and exit successfully. Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\" Typical sequence: cd PACKAGESOURCE/doc wget \"$scripturl\" wget \"$templateurl\" $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\" Output will be in a new subdirectory \"manual\" (by default; use -o OUTDIR to override). Move all the new files into your web CVS tree, as explained in the Web Pages node of maintain.texi. Please use the --email ADDRESS option so your own bug-reporting address will be used in the generated HTML pages. MANUAL-TITLE is included as part of the HTML of the overall manual/index.html file. It should include the name of the package being documented. manual/index.html is created by substitution from the file $GENDOCS_TEMPLATE_DIR/gendocs_template. (Feel free to modify the generic template for your own purposes.) If you have several manuals, you'll need to run this script several times with different MANUAL values, specifying a different output directory with -o each time. Then write (by hand) an overall index.html with links to them all. If a manual's Texinfo sources are spread across several directories, first copy or symlink all Texinfo sources into a single directory. (Part of the script's work is to make a tar.gz of the sources.) As implied above, by default monolithic Info files are generated. If you want split Info, or other Info options, use --info to override. You can set the environment variables MAKEINFO, TEXI2DVI, TEXI2HTML, and PERL to control the programs that get executed, and GENDOCS_TEMPLATE_DIR to control where the gendocs_template file is looked for. With --docbook, the environment variables DOCBOOK2HTML, DOCBOOK2PDF, and DOCBOOK2TXT are also consulted. By default, makeinfo and texi2dvi are run in the default (English) locale, since that's the language of most Texinfo manuals. If you happen to have a non-English manual and non-English web site, see the SETLANG setting in the source. Email bug reports or enhancement requests to bug-gnulib@gnu.org. " while test $# -gt 0; do case $1 in -s) shift; srcfile=$1;; -o) shift; outdir=$1;; -I) shift; dirargs="$dirargs -I '$1'"; dirs="$dirs $1";; --common) shift; commonarg=$1;; --docbook) docbook=yes;; --email) shift; EMAIL=$1;; --html) shift; htmlarg=$1;; --info) shift; infoarg=$1;; --no-ascii) generate_ascii=false;; --no-html) generate_ascii=false;; --no-info) generate_info=false;; --no-tex) generate_tex=false;; --source) shift; source_extra=$1;; --split) shift; split=$1;; --tex) shift; texarg=$1;; --texi2html) use_texi2html=1;; --help) echo "$usage"; exit 0;; --version) echo "$version"; exit 0;; -*) echo "$0: Unknown option \`$1'." >&2 echo "$0: Try \`--help' for more information." >&2 exit 1;; *) if test -z "$PACKAGE"; then PACKAGE=$1 elif test -z "$MANUAL_TITLE"; then MANUAL_TITLE=$1 else echo "$0: extra non-option argument \`$1'." >&2 exit 1 fi;; esac shift done # makeinfo uses the dirargs, but texi2dvi doesn't. commonarg=" $dirargs $commonarg" # For most of the following, the base name is just $PACKAGE base=$PACKAGE if test -n "$srcfile"; then # but here, we use the basename of $srcfile base=`basename "$srcfile"` case $base in *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;; esac PACKAGE=$base elif test -s "$srcdir/$PACKAGE.texinfo"; then srcfile=$srcdir/$PACKAGE.texinfo elif test -s "$srcdir/$PACKAGE.texi"; then srcfile=$srcdir/$PACKAGE.texi elif test -s "$srcdir/$PACKAGE.txi"; then srcfile=$srcdir/$PACKAGE.txi else echo "$0: cannot find .texinfo or .texi or .txi for $PACKAGE in $srcdir." >&2 exit 1 fi if test ! -r $GENDOCS_TEMPLATE_DIR/gendocs_template; then echo "$0: cannot read $GENDOCS_TEMPLATE_DIR/gendocs_template." >&2 echo "$0: it is available from $templateurl." >&2 exit 1 fi # Function to return size of $1 in something resembling kilobytes. calcsize() { size=`ls -ksl $1 | awk '{print $1}'` echo $size } # copy_images OUTDIR HTML-FILE... # ------------------------------- # Copy all the images needed by the HTML-FILEs into OUTDIR. # Look for them in . and the -I directories; this is simpler than what # makeinfo supports with -I, but hopefully it will suffice. copy_images() { local odir odir=$1 shift $PERL -n -e " BEGIN { \$me = '$prog'; \$odir = '$odir'; @dirs = qw(. $dirs); } " -e ' /<img src="(.*?)"/g && ++$need{$1}; END { #print "$me: @{[keys %need]}\n"; # for debugging, show images found. FILE: for my $f (keys %need) { for my $d (@dirs) { if (-f "$d/$f") { use File::Basename; my $dest = dirname ("$odir/$f"); # use File::Path; -d $dest || mkpath ($dest) || die "$me: cannot mkdir $dest: $!\n"; # use File::Copy; copy ("$d/$f", $dest) || die "$me: cannot copy $d/$f to $dest: $!\n"; next FILE; } } die "$me: $ARGV: cannot find image $f\n"; } } ' -- "$@" || exit 1 } case $outdir in /*) abs_outdir=$outdir;; *) abs_outdir=$srcdir/$outdir;; esac echo "Making output for $srcfile" echo " in `pwd`" mkdir -p "$outdir/" # if $generate_info; then cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\"" echo "Generating info... ($cmd)" rm -f $PACKAGE.info* # get rid of any strays eval "$cmd" tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info* ls -l "$outdir/$PACKAGE.info.tar.gz" info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"` # do not mv the info files, there's no point in having them available # separately on the web. fi # end info # if $generate_tex; then cmd="$SETLANG $TEXI2DVI $dirargs $texarg \"$srcfile\"" printf "\nGenerating dvi... ($cmd)\n" eval "$cmd" # compress/finish dvi: gzip -f -9 $PACKAGE.dvi dvi_gz_size=`calcsize $PACKAGE.dvi.gz` mv $PACKAGE.dvi.gz "$outdir/" ls -l "$outdir/$PACKAGE.dvi.gz" cmd="$SETLANG $TEXI2DVI --pdf $dirargs $texarg \"$srcfile\"" printf "\nGenerating pdf... ($cmd)\n" eval "$cmd" pdf_size=`calcsize $PACKAGE.pdf` mv $PACKAGE.pdf "$outdir/" ls -l "$outdir/$PACKAGE.pdf" fi # end tex (dvi + pdf) # if $generate_ascii; then opt="-o $PACKAGE.txt --no-split --no-headers $commonarg" cmd="$SETLANG $MAKEINFO $opt \"$srcfile\"" printf "\nGenerating ascii... ($cmd)\n" eval "$cmd" ascii_size=`calcsize $PACKAGE.txt` gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz" ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"` mv $PACKAGE.txt "$outdir/" ls -l "$outdir/$PACKAGE.txt" "$outdir/$PACKAGE.txt.gz" fi # if $generate_html; then # Split HTML at level $1. Used for texi2html. html_split() { opt="--split=$1 --node-files $commonarg $htmlarg" cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $opt \"$srcfile\"" printf "\nGenerating html by $1... ($cmd)\n" eval "$cmd" split_html_dir=$PACKAGE.html ( cd ${split_html_dir} || exit 1 ln -sf ${PACKAGE}.html index.html tar -czf "$abs_outdir/${PACKAGE}.html_$1.tar.gz" -- *.html ) eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"` rm -f "$outdir"/html_$1/*.html mkdir -p "$outdir/html_$1/" mv ${split_html_dir}/*.html "$outdir/html_$1/" rmdir ${split_html_dir} } if test -z "$use_texi2html"; then opt="--no-split --html -o $PACKAGE.html $commonarg $htmlarg" cmd="$SETLANG $MAKEINFO $opt \"$srcfile\"" printf "\nGenerating monolithic html... ($cmd)\n" rm -rf $PACKAGE.html # in case a directory is left over eval "$cmd" html_mono_size=`calcsize $PACKAGE.html` gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` copy_images "$outdir/" $PACKAGE.html mv $PACKAGE.html "$outdir/" ls -l "$outdir/$PACKAGE.html" "$outdir/$PACKAGE.html.gz" # Before Texinfo 5.0, makeinfo did not accept a --split=HOW option, # it just always split by node. So if we're splitting by node anyway, # leave it out. if test "x$split" = xnode; then split_arg= else split_arg=--split=$split fi # opt="--html -o $PACKAGE.html $split_arg $commonarg $htmlarg" cmd="$SETLANG $MAKEINFO $opt \"$srcfile\"" printf "\nGenerating html by $split... ($cmd)\n" eval "$cmd" split_html_dir=$PACKAGE.html copy_images $split_html_dir/ $split_html_dir/*.html ( cd $split_html_dir || exit 1 tar -czf "$abs_outdir/$PACKAGE.html_$split.tar.gz" -- * ) eval \ html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"` rm -rf "$outdir/html_$split/" mv $split_html_dir "$outdir/html_$split/" du -s "$outdir/html_$split/" ls -l "$outdir/$PACKAGE.html_$split.tar.gz" else # use texi2html: opt="--output $PACKAGE.html $commonarg $htmlarg" cmd="$SETLANG $TEXI2HTML $opt \"$srcfile\"" printf "\nGenerating monolithic html with texi2html... ($cmd)\n" rm -rf $PACKAGE.html # in case a directory is left over eval "$cmd" html_mono_size=`calcsize $PACKAGE.html` gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` mv $PACKAGE.html "$outdir/" html_split node html_split chapter html_split section fi fi # end html # printf "\nMaking .tar.gz for sources...\n" d=`dirname $srcfile` ( cd "$d" srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles ls -l "$abs_outdir/$PACKAGE.texi.tar.gz" ) texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"` # # Do everything again through docbook. if test -n "$docbook"; then opt="-o - --docbook $commonarg" cmd="$SETLANG $MAKEINFO $opt \"$srcfile\" >${srcdir}/$PACKAGE-db.xml" printf "\nGenerating docbook XML... ($cmd)\n" eval "$cmd" docbook_xml_size=`calcsize $PACKAGE-db.xml` gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz" docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"` mv $PACKAGE-db.xml "$outdir/" split_html_db_dir=html_node_db opt="$commonarg -o $split_html_db_dir" cmd="$DOCBOOK2HTML $opt \"${outdir}/$PACKAGE-db.xml\"" printf "\nGenerating docbook HTML... ($cmd)\n" eval "$cmd" ( cd ${split_html_db_dir} || exit 1 tar -czf "$abs_outdir/${PACKAGE}.html_node_db.tar.gz" -- *.html ) html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"` rm -f "$outdir"/html_node_db/*.html mkdir -p "$outdir/html_node_db" mv ${split_html_db_dir}/*.html "$outdir/html_node_db/" rmdir ${split_html_db_dir} cmd="$DOCBOOK2TXT \"${outdir}/$PACKAGE-db.xml\"" printf "\nGenerating docbook ASCII... ($cmd)\n" eval "$cmd" docbook_ascii_size=`calcsize $PACKAGE-db.txt` mv $PACKAGE-db.txt "$outdir/" cmd="$DOCBOOK2PDF \"${outdir}/$PACKAGE-db.xml\"" printf "\nGenerating docbook PDF... ($cmd)\n" eval "$cmd" docbook_pdf_size=`calcsize $PACKAGE-db.pdf` mv $PACKAGE-db.pdf "$outdir/" fi # printf "\nMaking index.html for $PACKAGE...\n" if test -z "$use_texi2html"; then CONDS="/%%IF *HTML_SECTION%%/,/%%ENDIF *HTML_SECTION%%/d;\ /%%IF *HTML_CHAPTER%%/,/%%ENDIF *HTML_CHAPTER%%/d" else # should take account of --split here. CONDS="/%%ENDIF.*%%/d;/%%IF *HTML_SECTION%%/d;/%%IF *HTML_CHAPTER%%/d" fi curdate=`$SETLANG date '+%B %d, %Y'` sed \ -e "s!%%TITLE%%!$MANUAL_TITLE!g" \ -e "s!%%EMAIL%%!$EMAIL!g" \ -e "s!%%PACKAGE%%!$PACKAGE!g" \ -e "s!%%DATE%%!$curdate!g" \ -e "s!%%HTML_MONO_SIZE%%!$html_mono_size!g" \ -e "s!%%HTML_MONO_GZ_SIZE%%!$html_mono_gz_size!g" \ -e "s!%%HTML_NODE_TGZ_SIZE%%!$html_node_tgz_size!g" \ -e "s!%%HTML_SECTION_TGZ_SIZE%%!$html_section_tgz_size!g" \ -e "s!%%HTML_CHAPTER_TGZ_SIZE%%!$html_chapter_tgz_size!g" \ -e "s!%%INFO_TGZ_SIZE%%!$info_tgz_size!g" \ -e "s!%%DVI_GZ_SIZE%%!$dvi_gz_size!g" \ -e "s!%%PDF_SIZE%%!$pdf_size!g" \ -e "s!%%ASCII_SIZE%%!$ascii_size!g" \ -e "s!%%ASCII_GZ_SIZE%%!$ascii_gz_size!g" \ -e "s!%%TEXI_TGZ_SIZE%%!$texi_tgz_size!g" \ -e "s!%%DOCBOOK_HTML_NODE_TGZ_SIZE%%!$html_node_db_tgz_size!g" \ -e "s!%%DOCBOOK_ASCII_SIZE%%!$docbook_ascii_size!g" \ -e "s!%%DOCBOOK_PDF_SIZE%%!$docbook_pdf_size!g" \ -e "s!%%DOCBOOK_XML_SIZE%%!$docbook_xml_size!g" \ -e "s!%%DOCBOOK_XML_GZ_SIZE%%!$docbook_xml_gz_size!g" \ -e "s,%%SCRIPTURL%%,$scripturl,g" \ -e "s!%%SCRIPTNAME%%!$prog!g" \ -e "$CONDS" \ $GENDOCS_TEMPLATE_DIR/gendocs_template >"$outdir/index.html" echo "Done, see $outdir/ subdirectory for new files." # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/config.rpath����������������������������������������������������������������0000755�0000000�0000000�00000044216�13151533316�014141� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2017 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's _LT_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; mingw* | cygwin* | pw32* | os2* | cegcc*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in ecc*) wl='-Wl,' ;; icc* | ifort*) wl='-Wl,' ;; lf95*) wl='-Wl,' ;; nagfor*) wl='-Wl,-Wl,,' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; xl* | bgxl* | bgf* | mpixl*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ F* | *Sun*Fortran*) wl= ;; *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; newsos6) ;; *nto* | *qnx*) ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; rdos*) ;; solaris*) case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) wl='-Qoption ld ' ;; *) wl='-Wl,' ;; esac ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3*) wl='-Wl,' ;; sysv4*MP*) ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) wl='-Wl,' ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's _LT_LINKER_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; haiku*) ;; interix[3-9]*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then : else ld_shlibs=no fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd2.[01]*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER. # Unlike libtool.m4, here we don't care about _all_ names of the library, but # only about the one the linker finds when passed -lNAME. This is the last # element of library_names_spec in libtool.m4, or possibly two of them if the # linker has special search rules. library_names_spec= # the last element of library_names_spec in libtool.m4 libname_spec='lib$name' case "$host_os" in aix3*) library_names_spec='$libname.a' ;; aix[4-9]*) library_names_spec='$libname$shrext' ;; amigaos*) case "$host_cpu" in powerpc*) library_names_spec='$libname$shrext' ;; m68k) library_names_spec='$libname.a' ;; esac ;; beos*) library_names_spec='$libname$shrext' ;; bsdi[45]*) library_names_spec='$libname$shrext' ;; cygwin* | mingw* | pw32* | cegcc*) shrext=.dll library_names_spec='$libname.dll.a $libname.lib' ;; darwin* | rhapsody*) shrext=.dylib library_names_spec='$libname$shrext' ;; dgux*) library_names_spec='$libname$shrext' ;; freebsd[23].*) library_names_spec='$libname$shrext$versuffix' ;; freebsd* | dragonfly*) library_names_spec='$libname$shrext' ;; gnu*) library_names_spec='$libname$shrext' ;; haiku*) library_names_spec='$libname$shrext' ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac library_names_spec='$libname$shrext' ;; interix[3-9]*) library_names_spec='$libname$shrext' ;; irix5* | irix6* | nonstopux*) library_names_spec='$libname$shrext' case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) library_names_spec='$libname$shrext' ;; knetbsd*-gnu) library_names_spec='$libname$shrext' ;; netbsd*) library_names_spec='$libname$shrext' ;; newsos6) library_names_spec='$libname$shrext' ;; *nto* | *qnx*) library_names_spec='$libname$shrext' ;; openbsd*) library_names_spec='$libname$shrext$versuffix' ;; os2*) libname_spec='$name' shrext=.dll library_names_spec='$libname.a' ;; osf3* | osf4* | osf5*) library_names_spec='$libname$shrext' ;; rdos*) ;; solaris*) library_names_spec='$libname$shrext' ;; sunos4*) library_names_spec='$libname$shrext$versuffix' ;; sysv4 | sysv4.3*) library_names_spec='$libname$shrext' ;; sysv4*MP*) library_names_spec='$libname$shrext' ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) library_names_spec='$libname$shrext' ;; tpf*) library_names_spec='$libname$shrext' ;; uts4*) library_names_spec='$libname$shrext' ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF # How to pass a linker flag through the compiler. wl="$escaped_wl" # Static library suffix (normally "a"). libext="$libext" # Shared library suffix (normally "so"). shlibext="$shlibext" # Format of library name prefix. libname_spec="$escaped_libname_spec" # Library names that the linker finds when passed -lNAME. library_names_spec="$escaped_library_names_spec" # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec" # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator="$hardcode_libdir_separator" # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the # resulting binary. hardcode_direct="$hardcode_direct" # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L="$hardcode_minus_L" EOF ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/vc-list-files���������������������������������������������������������������0000755�0000000�0000000�00000007344�13061734274�014247� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/bin/sh # List version-controlled file names. # Print a version string. scriptversion=2016-01-11.22; # UTC # Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # List the specified version-controlled files. # With no argument, list them all. With a single DIRECTORY argument, # list the version-controlled files in that directory. # If there's an argument, it must be a single, "."-relative directory name. # cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/ postprocess= case $1 in --help) cat <<EOF Usage: $0 [-C SRCDIR] [DIR...] Output a list of version-controlled files in DIR (default .), relative to SRCDIR (default .). SRCDIR must be the top directory of a checkout. Options: --help print this help, then exit --version print version number, then exit -C SRCDIR change directory to SRCDIR before generating list Report bugs and patches to <bug-gnulib@gnu.org>. EOF exit ;; --version) year=`echo "$scriptversion" | sed 's/[^0-9].*//'` cat <<EOF vc-list-files $scriptversion Copyright (C) $year Free Software Foundation, Inc, License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. EOF exit ;; -C) test "$2" = . || postprocess="| sed 's|^|$2/|'" cd "$2" || exit 1 shift; shift ;; esac test $# = 0 && set . for dir do if test -d .git; then test "x$dir" = x. \ && dir= sed_esc= \ || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; } # Ignore git symlinks - either they point into the tree, in which case # we don't need to visit the target twice, or they point somewhere # else (often into a submodule), in which case the content does not # belong to this package. eval exec git ls-tree -r 'HEAD:"$dir"' \ \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess elif test -d .hg; then eval exec hg locate '"$dir/*"' $postprocess elif test -d .bzr; then test "$postprocess" = '' && postprocess="| sed 's|^\./||'" eval exec bzr ls -R --versioned '"$dir"' $postprocess elif test -d CVS; then test "$postprocess" = '' && postprocess="| sed 's|^\./||'" if test -x build-aux/cvsu; then eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess elif (cvsu --help) >/dev/null 2>&1; then eval cvsu --find --types=AFGM '"$dir"' $postprocess else eval awk -F/ \''{ \ if (!$1 && $3 !~ /^-/) { \ f=FILENAME; \ if (f ~ /CVS\/Entries$/) \ f = substr(f, 1, length(f)-11); \ print f $2; \ }}'\'' \ `find "$dir" -name Entries -print` /dev/null' $postprocess fi elif test -d .svn; then eval exec svn list -R '"$dir"' $postprocess else echo "$0: Failed to determine type of version control used in `pwd`" 1>&2 exit 1 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/ar-lib����������������������������������������������������������������������0000755�0000000�0000000�00000013302�13151533357�012722� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Wrapper for Microsoft lib.exe me=ar-lib scriptversion=2012-03-01.08; # UTC # Copyright (C) 2010-2017 Free Software Foundation, Inc. # Written by Peter Rosin <peda@lysator.liu.se>. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@gnu.org>. # func_error message func_error () { echo "$me: $1" 1>&2 exit 1 } file_conv= # func_file_conv build_file # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv in mingw) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin) file=`cygpath -m "$file" || echo "$file"` ;; wine) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_at_file at_file operation archive # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE # for each of them. # When interpreting the content of the @FILE, do NOT use func_file_conv, # since the user would need to supply preconverted file names to # binutils ar, at least for MinGW. func_at_file () { operation=$2 archive=$3 at_file_contents=`cat "$1"` eval set x "$at_file_contents" shift for member do $AR -NOLOGO $operation:"$member" "$archive" || exit $? done } case $1 in '') func_error "no command. Try '$0 --help' for more information." ;; -h | --h*) cat <<EOF Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] Members may be specified in a file named with @FILE. EOF exit $? ;; -v | --v*) echo "$me, version $scriptversion" exit $? ;; esac if test $# -lt 3; then func_error "you must specify a program, an action and an archive" fi AR=$1 shift while : do if test $# -lt 2; then func_error "you must specify a program, an action and an archive" fi case $1 in -lib | -LIB \ | -ltcg | -LTCG \ | -machine* | -MACHINE* \ | -subsystem* | -SUBSYSTEM* \ | -verbose | -VERBOSE \ | -wx* | -WX* ) AR="$AR $1" shift ;; *) action=$1 shift break ;; esac done orig_archive=$1 shift func_file_conv "$orig_archive" archive=$file # strip leading dash in $action action=${action#-} delete= extract= list= quick= replace= index= create= while test -n "$action" do case $action in d*) delete=yes ;; x*) extract=yes ;; t*) list=yes ;; q*) quick=yes ;; r*) replace=yes ;; s*) index=yes ;; S*) ;; # the index is always updated implicitly c*) create=yes ;; u*) ;; # TODO: don't ignore the update modifier v*) ;; # TODO: don't ignore the verbose modifier *) func_error "unknown action specified" ;; esac action=${action#?} done case $delete$extract$list$quick$replace,$index in yes,* | ,yes) ;; yesyes*) func_error "more than one action specified" ;; *) func_error "no action specified" ;; esac if test -n "$delete"; then if test ! -f "$orig_archive"; then func_error "archive not found" fi for member do case $1 in @*) func_at_file "${1#@}" -REMOVE "$archive" ;; *) func_file_conv "$1" $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $? ;; esac done elif test -n "$extract"; then if test ! -f "$orig_archive"; then func_error "archive not found" fi if test $# -gt 0; then for member do case $1 in @*) func_at_file "${1#@}" -EXTRACT "$archive" ;; *) func_file_conv "$1" $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $? ;; esac done else $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member do $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $? done fi elif test -n "$quick$replace"; then if test ! -f "$orig_archive"; then if test -z "$create"; then echo "$me: creating $orig_archive" fi orig_archive= else orig_archive=$archive fi for member do case $1 in @*) func_file_conv "${1#@}" set x "$@" "@$file" ;; *) func_file_conv "$1" set x "$@" "$file" ;; esac shift shift done if test -n "$orig_archive"; then $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $? else $AR -NOLOGO -OUT:"$archive" "$@" || exit $? fi elif test -n "$list"; then if test ! -f "$orig_archive"; then func_error "archive not found" fi $AR -NOLOGO -LIST "$archive" || exit $? fi ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/missing���������������������������������������������������������������������0000755�0000000�0000000�00000015330�13151533357�013230� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to <bug-automake@gnu.org>." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/ltmain.sh�������������������������������������������������������������������0000644�0000000�0000000�00001171474�13026726517�013471� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in ## by inline-source v2014-01-03.01 # libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. PROGRAM=libtool PACKAGE=libtool VERSION="2.4.6 Debian-2.4.6-2" package_revision=2.4.6 ## ------ ## ## Usage. ## ## ------ ## # Run './libtool --help' for help with using this script from the # command line. ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # After configure completes, it has a better idea of some of the # shell tools we need than the defaults used by the functions shared # with bootstrap, so set those here where they can still be over- # ridden by the user, but otherwise take precedence. : ${AUTOCONF="autoconf"} : ${AUTOMAKE="automake"} ## -------------------------- ## ## Source external libraries. ## ## -------------------------- ## # Much of our low-level functionality needs to be sourced from external # libraries, which are installed to $pkgauxdir. # Set a version string for this script. scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 # Copyright (C) 2004-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # As a special exception to the GNU General Public License, if you distribute # this file as part of a program or library that is built using GNU Libtool, # you may include this file under the same distribution terms that you use # for the rest of that program. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # Evaluate this file near the top of your script to gain access to # the functions and variables defined here: # # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh # # If you need to override any of the default environment variable # settings, do that before evaluating this file. ## -------------------- ## ## Shell normalisation. ## ## -------------------- ## # Some shells need a little help to be as Bourne compatible as possible. # Before doing anything else, make sure all that help has been provided! DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # NLS nuisances: We save the old values in case they are required later. _G_user_locale= _G_safe_locale= for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test set = \"\${$_G_var+set}\"; then save_$_G_var=\$$_G_var $_G_var=C export $_G_var _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Make sure IFS has a sensible default sp=' ' nl=' ' IFS="$sp $nl" # There are apparently some retarded systems that use ';' as a PATH separator! if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi ## ------------------------- ## ## Locate command utilities. ## ## ------------------------- ## # func_executable_p FILE # ---------------------- # Check that FILE is an executable regular file. func_executable_p () { test -f "$1" && test -x "$1" } # func_path_progs PROGS_LIST CHECK_FUNC [PATH] # -------------------------------------------- # Search for either a program that responds to --version with output # containing "GNU", or else returned by CHECK_FUNC otherwise, by # trying all the directories in PATH with each of the elements of # PROGS_LIST. # # CHECK_FUNC should accept the path to a candidate program, and # set $func_check_prog_result if it truncates its output less than # $_G_path_prog_max characters. func_path_progs () { _G_progs_list=$1 _G_check_func=$2 _G_PATH=${3-"$PATH"} _G_path_prog_max=0 _G_path_prog_found=false _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} for _G_dir in $_G_PATH; do IFS=$_G_save_IFS test -z "$_G_dir" && _G_dir=. for _G_prog_name in $_G_progs_list; do for _exeext in '' .EXE; do _G_path_prog=$_G_dir/$_G_prog_name$_exeext func_executable_p "$_G_path_prog" || continue case `"$_G_path_prog" --version 2>&1` in *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; *) $_G_check_func $_G_path_prog func_path_progs_result=$func_check_prog_result ;; esac $_G_path_prog_found && break 3 done done done IFS=$_G_save_IFS test -z "$func_path_progs_result" && { echo "no acceptable sed could be found in \$PATH" >&2 exit 1 } } # We want to be able to use the functions in this file before configure # has figured out where the best binaries are kept, which means we have # to search for them ourselves - except when the results are already set # where we skip the searches. # Unless the user overrides by setting SED, search the path for either GNU # sed, or the sed that truncates its output the least. test -z "$SED" && { _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for _G_i in 1 2 3 4 5 6 7; do _G_sed_script=$_G_sed_script$nl$_G_sed_script done echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed _G_sed_script= func_check_prog_sed () { _G_path_prog=$1 _G_count=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo '' >> conftest.nl "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } # Unless the user overrides by setting GREP, search the path for either GNU # grep, or the grep that truncates its output the least. test -z "$GREP" && { func_check_prog_grep () { _G_path_prog=$1 _G_count=0 _G_path_prog_max=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo 'GREP' >> conftest.nl "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # All uppercase variable names are used for environment variables. These # variables can be overridden by the user before calling a script that # uses them if a suitable command of that name is not already available # in the command search PATH. : ${CP="cp -f"} : ${ECHO="printf %s\n"} : ${EGREP="$GREP -E"} : ${FGREP="$GREP -F"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} ## -------------------- ## ## Useful sed snippets. ## ## -------------------- ## sed_dirname='s|/[^/]*$||' sed_basename='s|^.*/||' # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s|\([`"$\\]\)|\\\1|g' # Same as above, but do not quote variable references. sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' # Sed substitution that converts a w32 file name or path # that contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-'\' parameter expansions in output of sed_double_quote_subst that # were '\'-ed in input to the same. If an odd number of '\' preceded a # '$' in input to sed_double_quote_subst, that '$' was protected from # expansion. Since each input '\' is now two '\'s, look for any number # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. _G_bs='\\' _G_bs2='\\\\' _G_bs4='\\\\\\\\' _G_dollar='\$' sed_double_backslash="\ s/$_G_bs4/&\\ /g s/^$_G_bs2$_G_dollar/$_G_bs&/ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" ## ----------------- ## ## Global variables. ## ## ----------------- ## # Except for the global variables explicitly listed below, the following # functions in the '^func_' namespace, and the '^require_' namespace # variables initialised in the 'Resource management' section, sourcing # this file will not pollute your global namespace with anything # else. There's no portable way to scope variables in Bourne shell # though, so actually running these functions will sometimes place # results into a variable named after the function, and often use # temporary variables in the '^_G_' namespace. If you are careful to # avoid using those namespaces casually in your sourcing script, things # should continue to work as you expect. And, of course, you can freely # overwrite any of the functions or variables defined here before # calling anything to customize them. EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. # Allow overriding, eg assuming that you follow the convention of # putting '$debug_cmd' at the start of all your functions, you can get # bash to show function call trace with: # # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name debug_cmd=${debug_cmd-":"} exit_cmd=: # By convention, finish your script with: # # exit $exit_status # # so that you can set exit_status to non-zero if you want to indicate # something went wrong during execution without actually bailing out at # the point of failure. exit_status=$EXIT_SUCCESS # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath=$0 # The name of this program. progname=`$ECHO "$progpath" |$SED "$sed_basename"` # Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` progpath=$progdir/$progname ;; *) _G_IFS=$IFS IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS=$_G_IFS test -x "$progdir/$progname" && break done IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` progpath=$progdir/$progname ;; esac ## ----------------- ## ## Standard options. ## ## ----------------- ## # The following options affect the operation of the functions defined # below, and should be set appropriately depending on run-time para- # meters passed on the command line. opt_dry_run=false opt_quiet=false opt_verbose=false # Categories 'all' and 'none' are always available. Append any others # you will pass as the first argument to func_warning from your own # code. warning_categories= # By default, display warnings according to 'opt_warning_types'. Set # 'warning_func' to ':' to elide all warnings, or func_fatal_error to # treat the next displayed warning as a fatal error. warning_func=func_warn_and_continue # Set to 'all' to display all warnings, 'none' to suppress all # warnings, or a space delimited list of some subset of # 'warning_categories' to display only the listed warnings. opt_warning_types=all ## -------------------- ## ## Resource management. ## ## -------------------- ## # This section contains definitions for functions that each ensure a # particular resource (a file, or a non-empty configuration variable for # example) is available, and if appropriate to extract default values # from pertinent package files. Call them using their associated # 'require_*' variable to ensure that they are executed, at most, once. # # It's entirely deliberate that calling these functions can set # variables that don't obey the namespace limitations obeyed by the rest # of this file, in order that that they be as useful as possible to # callers. # require_term_colors # ------------------- # Allow display of bold text on terminals that support it. require_term_colors=func_require_term_colors func_require_term_colors () { $debug_cmd test -t 1 && { # COLORTERM and USE_ANSI_COLORS environment variables take # precedence, because most terminfo databases neglect to describe # whether color sequences are supported. test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} if test 1 = "$USE_ANSI_COLORS"; then # Standard ANSI escape sequences tc_reset='' tc_bold=''; tc_standout='' tc_red=''; tc_green='' tc_blue=''; tc_cyan='' else # Otherwise trust the terminfo database after all. test -n "`tput sgr0 2>/dev/null`" && { tc_reset=`tput sgr0` test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` tc_standout=$tc_bold test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` } fi } require_term_colors=: } ## ----------------- ## ## Function library. ## ## ----------------- ## # This section contains a variety of useful functions to call in your # scripts. Take note of the portable wrappers for features provided by # some modern shells, which will fall back to slower equivalents on # less featureful shells. # func_append VAR VALUE # --------------------- # Append VALUE onto the existing contents of VAR. # We should try to minimise forks, especially on Windows where they are # unreasonably slow, so skip the feature probes when bash or zsh are # being used: if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then : ${_G_HAVE_ARITH_OP="yes"} : ${_G_HAVE_XSI_OPS="yes"} # The += operator was introduced in bash 3.1 case $BASH_VERSION in [12].* | 3.0 | 3.0*) ;; *) : ${_G_HAVE_PLUSEQ_OP="yes"} ;; esac fi # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is # useable or anything else if it does not work. test -z "$_G_HAVE_PLUSEQ_OP" \ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ && _G_HAVE_PLUSEQ_OP=yes if test yes = "$_G_HAVE_PLUSEQ_OP" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_append () { $debug_cmd eval "$1+=\$2" }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_append () { $debug_cmd eval "$1=\$$1\$2" } fi # func_append_quoted VAR VALUE # ---------------------------- # Quote VALUE and append to the end of shell variable VAR, separated # by a space. if test yes = "$_G_HAVE_PLUSEQ_OP"; then eval 'func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi # func_append_uniq VAR VALUE # -------------------------- # Append unique VALUE onto the existing contents of VAR, assuming # entries are delimited by the first character of VALUE. For example: # # func_append_uniq options " --another-option option-argument" # # will only append to $options if " --another-option option-argument " # is not already present somewhere in $options already (note spaces at # each end implied by leading space in second argument). func_append_uniq () { $debug_cmd eval _G_current_value='`$ECHO $'$1'`' _G_delim=`expr "$2" : '\(.\)'` case $_G_delim$_G_current_value$_G_delim in *"$2$_G_delim"*) ;; *) func_append "$@" ;; esac } # func_arith TERM... # ------------------ # Set func_arith_result to the result of evaluating TERMs. test -z "$_G_HAVE_ARITH_OP" \ && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ && _G_HAVE_ARITH_OP=yes if test yes = "$_G_HAVE_ARITH_OP"; then eval 'func_arith () { $debug_cmd func_arith_result=$(( $* )) }' else func_arith () { $debug_cmd func_arith_result=`expr "$@"` } fi # func_basename FILE # ------------------ # Set func_basename_result to FILE with everything up to and including # the last / stripped. if test yes = "$_G_HAVE_XSI_OPS"; then # If this shell supports suffix pattern removal, then use it to avoid # forking. Hide the definitions single quotes in case the shell chokes # on unsupported syntax... _b='func_basename_result=${1##*/}' _d='case $1 in */*) func_dirname_result=${1%/*}$2 ;; * ) func_dirname_result=$3 ;; esac' else # ...otherwise fall back to using sed. _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` if test "X$func_dirname_result" = "X$1"; then func_dirname_result=$3 else func_append func_dirname_result "$2" fi' fi eval 'func_basename () { $debug_cmd '"$_b"' }' # func_dirname FILE APPEND NONDIR_REPLACEMENT # ------------------------------------------- # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. eval 'func_dirname () { $debug_cmd '"$_d"' }' # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT # -------------------------------------------------------- # Perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # For efficiency, we do not delegate to the functions above but instead # duplicate the functionality here. eval 'func_dirname_and_basename () { $debug_cmd '"$_b"' '"$_d"' }' # func_echo ARG... # ---------------- # Echo program name prefixed message. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname: $_G_line" done IFS=$func_echo_IFS } # func_echo_all ARG... # -------------------- # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_echo_infix_1 INFIX ARG... # ------------------------------ # Echo program name, followed by INFIX on the first line, with any # additional lines not showing INFIX. func_echo_infix_1 () { $debug_cmd $require_term_colors _G_infix=$1; shift _G_indent=$_G_infix _G_prefix="$progname: $_G_infix: " _G_message=$* # Strip color escape sequences before counting printable length for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" do test -n "$_G_tc" && { _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` } done _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes func_echo_infix_1_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_infix_1_IFS $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 _G_prefix=$_G_indent done IFS=$func_echo_infix_1_IFS } # func_error ARG... # ----------------- # Echo program name prefixed message to standard error. func_error () { $debug_cmd $require_term_colors func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } # func_fatal_error ARG... # ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { $debug_cmd func_error "$*" exit $EXIT_FAILURE } # func_grep EXPRESSION FILENAME # ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $debug_cmd $GREP "$1" "$2" >/dev/null 2>&1 } # func_len STRING # --------------- # Set func_len_result to the length of STRING. STRING may not # start with a hyphen. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_len () { $debug_cmd func_len_result=${#1} }' else func_len () { $debug_cmd func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } fi # func_mkdir_p DIRECTORY-PATH # --------------------------- # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { $debug_cmd _G_directory_path=$1 _G_dir_list= if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then # Protect directory names starting with '-' case $_G_directory_path in -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` func_mkdir_p_IFS=$IFS; IFS=: for _G_dir in $_G_dir_list; do IFS=$func_mkdir_p_IFS # mkdir can fail with a 'File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$_G_dir" 2>/dev/null || : done IFS=$func_mkdir_p_IFS # Bail out if we (or some other process) failed to create a directory. test -d "$_G_directory_path" || \ func_fatal_error "Failed to create '$1'" fi } # func_mktempdir [BASENAME] # ------------------------- # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, BASENAME is the basename for that directory. func_mktempdir () { $debug_cmd _G_template=${TMPDIR-/tmp}/${1-$progname} if test : = "$opt_dry_run"; then # Return a directory name, but don't create it in dry-run mode _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race _G_tmpdir=$_G_template-${RANDOM-0}$$ func_mktempdir_umask=`umask` umask 0077 $MKDIR "$_G_tmpdir" umask $func_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$_G_tmpdir" || \ func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi $ECHO "$_G_tmpdir" } # func_normal_abspath PATH # ------------------------ # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. func_normal_abspath () { $debug_cmd # These SED scripts presuppose an absolute path with a trailing slash. _G_pathcar='s|^/\([^/]*\).*$|\1|' _G_pathcdr='s|^/[^/]*||' _G_removedotparts=':dotsl s|/\./|/|g t dotsl s|/\.$|/|' _G_collapseslashes='s|/\{1,\}|/|g' _G_finalslash='s|/*$|/|' # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` while :; do # Processed it all yet? if test / = "$func_normal_abspath_tpath"; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result"; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_notquiet ARG... # -------------------- # Echo program name prefixed message only when not in quiet mode. func_notquiet () { $debug_cmd $opt_quiet || func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_relative_path SRCDIR DSTDIR # -------------------------------- # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. func_relative_path () { $debug_cmd func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=$func_dirname_result if test -z "$func_relative_path_tlibdir"; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test -n "$func_stripname_result"; then func_append func_relative_path_result "/$func_stripname_result" fi # Normalisation. If bindir is libdir, return '.' else relative path. if test -n "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result" func_relative_path_result=$func_stripname_result fi test -n "$func_relative_path_result" || func_relative_path_result=. : } # func_quote_for_eval ARG... # -------------------------- # Aesthetically quote ARGs to be evaled later. # This function returns two values: # i) func_quote_for_eval_result # double-quoted, suitable for a subsequent eval # ii) func_quote_for_eval_unquoted_result # has all characters that are still active within double # quotes backslashified. func_quote_for_eval () { $debug_cmd func_quote_for_eval_unquoted_result= func_quote_for_eval_result= while test 0 -lt $#; do case $1 in *[\\\`\"\$]*) _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; *) _G_unquoted_arg=$1 ;; esac if test -n "$func_quote_for_eval_unquoted_result"; then func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" else func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" fi case $_G_unquoted_arg in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and variable expansion # for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_quoted_arg=\"$_G_unquoted_arg\" ;; *) _G_quoted_arg=$_G_unquoted_arg ;; esac if test -n "$func_quote_for_eval_result"; then func_append func_quote_for_eval_result " $_G_quoted_arg" else func_append func_quote_for_eval_result "$_G_quoted_arg" fi shift done } # func_quote_for_expand ARG # ------------------------- # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { $debug_cmd case $1 in *[\\\`\"]*) _G_arg=`$ECHO "$1" | $SED \ -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; *) _G_arg=$1 ;; esac case $_G_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_arg=\"$_G_arg\" ;; esac func_quote_for_expand_result=$_G_arg } # func_stripname PREFIX SUFFIX NAME # --------------------------------- # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_stripname () { $debug_cmd # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary variable first. func_stripname_result=$3 func_stripname_result=${func_stripname_result#"$1"} func_stripname_result=${func_stripname_result%"$2"} }' else func_stripname () { $debug_cmd case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; esac } fi # func_show_eval CMD [FAIL_EXP] # ----------------------------- # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} func_quote_for_expand "$_G_cmd" eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" _G_status=$? if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_show_eval_locale CMD [FAIL_EXP] # ------------------------------------ # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} $opt_quiet || { func_quote_for_expand "$_G_cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { eval "$_G_user_locale $_G_cmd" _G_status=$? eval "$_G_safe_locale" if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_tr_sh # ---------- # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { $debug_cmd case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_verbose ARG... # ------------------- # Echo program name prefixed message in verbose mode only. func_verbose () { $debug_cmd $opt_verbose && func_echo "$*" : } # func_warn_and_continue ARG... # ----------------------------- # Echo program name prefixed warning message to standard error. func_warn_and_continue () { $debug_cmd $require_term_colors func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 } # func_warning CATEGORY ARG... # ---------------------------- # Echo program name prefixed warning message to standard error. Warning # messages can be filtered according to CATEGORY, where this function # elides messages where CATEGORY is not listed in the global variable # 'opt_warning_types'. func_warning () { $debug_cmd # CATEGORY must be in the warning_categories list! case " $warning_categories " in *" $1 "*) ;; *) func_internal_error "invalid warning category '$1'" ;; esac _G_category=$1 shift case " $opt_warning_types " in *" $_G_category "*) $warning_func ${1+"$@"} ;; esac } # func_sort_ver VER1 VER2 # ----------------------- # 'sort -V' is not generally available. # Note this deviates from the version comparison in automake # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a # but this should suffice as we won't be specifying old # version formats or redundant trailing .0 in bootstrap.conf. # If we did want full compatibility then we should probably # use m4_version_compare from autoconf. func_sort_ver () { $debug_cmd printf '%s\n%s\n' "$1" "$2" \ | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n } # func_lt_ver PREV CURR # --------------------- # Return true if PREV and CURR are in the correct order according to # func_sort_ver, otherwise false. Use it like this: # # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." func_lt_ver () { $debug_cmd test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: #! /bin/sh # Set a version string for this script. scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 # Copyright (C) 2010-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # This file is a library for parsing options in your shell scripts along # with assorted other useful supporting features that you can make use # of too. # # For the simplest scripts you might need only: # # #!/bin/sh # . relative/path/to/funclib.sh # . relative/path/to/options-parser # scriptversion=1.0 # func_options ${1+"$@"} # eval set dummy "$func_options_result"; shift # ...rest of your script... # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file # starting with '# Written by ' and ending with '# warranty; '. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the # '# Written by ' line, like the one at the top of this file. # # The default options also support '--debug', which will turn on shell # execution tracing (see the comment above debug_cmd below for another # use), and '--verbose' and the func_verbose function to allow your script # to display verbose messages only when your user has specified # '--verbose'. # # After sourcing this file, you can plug processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. ## -------------- ## ## Configuration. ## ## -------------- ## # You should override these variables in your script after sourcing this # file so that they reflect the customisations you have added to the # option parser. # The usage line for option parsing errors and the start of '-h' and # '--help' output messages. You can embed shell variables for delayed # expansion at the time the message is displayed, but you will need to # quote other shell meta-characters carefully to prevent them being # expanded when the contents are evaled. usage='$progpath [OPTION]...' # Short help message in response to '-h' and '--help'. Add to this or # override it after sourcing this library to reflect the full set of # options your script accepts. usage_message="\ --debug enable verbose shell tracing -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -v, --verbose verbosely report processing --version print version information and exit -h, --help print short or long help message and exit " # Additional text appended to 'usage_message' in response to '--help'. long_help_message=" Warning categories include: 'all' show all warnings 'none' turn off all the warnings 'error' warnings are treated as fatal errors" # Help message printed before fatal option parsing errors. fatal_help="Try '\$progname --help' for more information." ## ------------------------- ## ## Hook function management. ## ## ------------------------- ## # This section contains functions for adding, removing, and running hooks # to the main code. A hook is just a named list of of function, that can # be run in order later on. # func_hookable FUNC_NAME # ----------------------- # Declare that FUNC_NAME will run hooks added with # 'func_add_hook FUNC_NAME ...'. func_hookable () { $debug_cmd func_append hookable_fns " $1" } # func_add_hook FUNC_NAME HOOK_FUNC # --------------------------------- # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must # first have been declared "hookable" by a call to 'func_hookable'. func_add_hook () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not accept hook functions." ;; esac eval func_append ${1}_hooks '" $2"' } # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. func_remove_hook () { $debug_cmd eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' } # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. # It is assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. func_run_hooks () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do eval $_G_hook '"$@"' # store returned options list back into positional # parameters for next 'cmd' execution. eval _G_hook_result=\$${_G_hook}_result eval set dummy "$_G_hook_result"; shift done func_quote_for_eval ${1+"$@"} func_run_hooks_result=$func_quote_for_eval_result } ## --------------- ## ## Option parsing. ## ## --------------- ## # In order to add your own option parsing hooks, you must accept the # full positional parameter list in your hook function, remove any # options that you action, and then pass back the remaining unprocessed # options in '<hooked_function_name>_result', escaped suitably for # 'eval'. Like this: # # my_options_prep () # { # $debug_cmd # # # Extend the existing usage message. # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' # # func_quote_for_eval ${1+"$@"} # my_options_prep_result=$func_quote_for_eval_result # } # func_add_hook func_options_prep my_options_prep # # # my_silent_option () # { # $debug_cmd # # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in # --silent|-s) opt_silent=: ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift # ;; # *) set dummy "$_G_opt" "$*"; shift; break ;; # esac # done # # func_quote_for_eval ${1+"$@"} # my_silent_option_result=$func_quote_for_eval_result # } # func_add_hook func_parse_options my_silent_option # # # my_option_validation () # { # $debug_cmd # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # # func_quote_for_eval ${1+"$@"} # my_option_validation_result=$func_quote_for_eval_result # } # func_add_hook func_validate_options my_option_validation # # You'll alse need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the # individual implementations for details. func_hookable func_options func_options () { $debug_cmd func_options_prep ${1+"$@"} eval func_parse_options \ ${func_options_prep_result+"$func_options_prep_result"} eval func_validate_options \ ${func_parse_options_result+"$func_parse_options_result"} eval func_run_hooks func_options \ ${func_validate_options_result+"$func_validate_options_result"} # save modified positional parameters for caller func_options_result=$func_run_hooks_result } # func_options_prep [ARG]... # -------------------------- # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propogate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before # returning. func_hookable func_options_prep func_options_prep () { $debug_cmd # Option defaults: opt_verbose=false opt_warning_types= func_run_hooks func_options_prep ${1+"$@"} # save modified positional parameters for caller func_options_prep_result=$func_run_hooks_result } # func_parse_options [ARG]... # --------------------------- # The main option parsing loop. func_hookable func_parse_options func_parse_options () { $debug_cmd func_parse_options_result= # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. func_run_hooks func_parse_options ${1+"$@"} # Adjust func_parse_options positional parameters to match eval set dummy "$func_run_hooks_result"; shift # Break out of the loop if we already parsed every option. test $# -gt 0 || break _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' func_echo "enabling shell trace mode" $debug_cmd ;; --no-warnings|--no-warning|--no-warn) set dummy --warnings none ${1+"$@"} shift ;; --warnings|--warning|-W) test $# = 0 && func_missing_arg $_G_opt && break case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above func_append_uniq opt_warning_types " $1" ;; *all) opt_warning_types=$warning_categories ;; *none) opt_warning_types=none warning_func=: ;; *error) opt_warning_types=$warning_categories warning_func=func_fatal_error ;; *) func_fatal_error \ "unsupported warning category: '$1'" ;; esac shift ;; --verbose|-v) opt_verbose=: ;; --version) func_version ;; -\?|-h) func_usage ;; --help) func_help ;; # Separate optargs to long options (plugins may need this): --*=*) func_split_equals "$_G_opt" set dummy "$func_split_equals_lhs" \ "$func_split_equals_rhs" ${1+"$@"} shift ;; # Separate optargs to short options: -W*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "$func_split_short_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-v*|-x*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} func_parse_options_result=$func_quote_for_eval_result } # func_validate_options [ARG]... # ------------------------------ # Perform any sanity checks on option settings and/or unconsumed # arguments. func_hookable func_validate_options func_validate_options () { $debug_cmd # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" func_run_hooks func_validate_options ${1+"$@"} # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE # save modified positional parameters for caller func_validate_options_result=$func_run_hooks_result } ## ----------------- ## ## Helper functions. ## ## ----------------- ## # This section contains the helper functions used by the rest of the # hookable option parser framework in ascii-betical order. # func_fatal_help ARG... # ---------------------- # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { $debug_cmd eval \$ECHO \""Usage: $usage"\" eval \$ECHO \""$fatal_help"\" func_error ${1+"$@"} exit $EXIT_FAILURE } # func_help # --------- # Echo long help message to standard output and exit. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message" exit 0 } # func_missing_arg ARGNAME # ------------------------ # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $debug_cmd func_error "Missing argument for '$1'." exit_cmd=exit } # func_split_equals STRING # ------------------------ # Set func_split_equals_lhs and func_split_equals_rhs shell variables after # splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_equals () { $debug_cmd func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} test "x$func_split_equals_lhs" = "x$1" \ && func_split_equals_rhs= }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_equals () { $debug_cmd func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` func_split_equals_rhs= test "x$func_split_equals_lhs" = "x$1" \ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` } fi #func_split_equals # func_split_short_opt SHORTOPT # ----------------------------- # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_short_opt () { $debug_cmd func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"} }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_short_opt () { $debug_cmd func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` } fi #func_split_short_opt # func_usage # ---------- # Echo short help message to standard output and exit. func_usage () { $debug_cmd func_usage_message $ECHO "Run '$progname --help |${PAGER-more}' for full usage" exit 0 } # func_usage_message # ------------------ # Echo short help message to standard output. func_usage_message () { $debug_cmd eval \$ECHO \""Usage: $usage"\" echo $SED -n 's|^# || /^Written by/{ x;p;x } h /^Written by/q' < "$progpath" echo eval \$ECHO \""$usage_message"\" } # func_version # ------------ # Echo version message to standard output and exit. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' /(C)/!b go :more /\./!{ N s|\n# | | b more } :go /^# Written by /,/# warranty; / { s|^# || s|^# *$|| s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| p } /^# Written by / { s|^# || p } /^warranty; /q' < "$progpath" exit $? } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... # ---------------- # Libtool also displays the current mode in messages, so override # funclib.sh func_echo with this custom definition. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" done IFS=$func_echo_IFS } # func_warning ARG... # ------------------- # Libtool warnings are not categorized, so override funclib.sh # func_warning with this simpler definition. func_warning () { $debug_cmd $warning_func ${1+"$@"} } ## ---------------- ## ## Options parsing. ## ## ---------------- ## # Hook in the functions to make sure our own options are parsed during # the option parsing loop. usage='$progpath [OPTION]... [MODE-ARG]...' # Short help message in response to '-h'. usage_message="Options: --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --mode=MODE use operation mode MODE --no-warnings equivalent to '-Wnone' --preserve-dup-deps don't remove duplicate dependency libraries --quiet, --silent don't print informational messages --tag=TAG use configuration variables from tag TAG -v, --verbose print more informational messages than default --version print version information -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -h, --help, --help-all print short, long, or detailed help message " # Additional text appended to 'usage_message' in response to '--help'. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. When passed as first option, '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. Try '$progname --help --mode=MODE' for a more detailed description of MODE. When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) version: $progname $scriptversion Debian-2.4.6-2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` Report bugs to <bug-libtool@gnu.org>. GNU libtool home page: <http://www.gnu.org/s/libtool/>. General help using GNU software: <http://www.gnu.org/gethelp/>." exit 0 } # func_lo2o OBJECT-NAME # --------------------- # Transform OBJECT-NAME from a '.lo' suffix to the platform specific # object suffix. lo2o=s/\\.lo\$/.$objext/ o2lo=s/\\.$objext\$/.lo/ if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_lo2o () { case $1 in *.lo) func_lo2o_result=${1%.lo}.$objext ;; * ) func_lo2o_result=$1 ;; esac }' # func_xform LIBOBJ-OR-SOURCE # --------------------------- # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) # suffix to a '.lo' libtool-object suffix. eval 'func_xform () { func_xform_result=${1%.*}.lo }' else # ...otherwise fall back to using sed. func_lo2o () { func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` } func_xform () { func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` } fi # func_fatal_configuration ARG... # ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func__fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } # func_config # ----------- # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # ------------- # Display the features supported by this script. func_features () { echo "host: $host" if test yes = "$build_libtool_libs"; then echo "enable shared libraries" else echo "disable shared libraries" fi if test yes = "$build_old_libs"; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag TAGNAME # ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname=$1 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf=/$re_begincf/,/$re_endcf/p # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # ------------------------ # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # libtool_options_prep [ARG]... # ----------------------------- # Preparation for options parsed by libtool. libtool_options_prep () { $debug_mode # Option defaults: opt_config=false opt_dlopen= opt_dry_run=false opt_help=false opt_mode= opt_preserve_dup_deps=false opt_quiet=false nonopt= preserve_args= # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Pass back the list of options. func_quote_for_eval ${1+"$@"} libtool_options_prep_result=$func_quote_for_eval_result } func_add_hook func_options_prep libtool_options_prep # libtool_parse_options [ARG]... # --------------------------------- # Provide handling for libtool specific options. libtool_parse_options () { $debug_cmd # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do _G_opt=$1 shift case $_G_opt in --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) func_config ;; --dlopen|-dlopen) opt_dlopen="${opt_dlopen+$opt_dlopen }$1" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) func_features ;; --finish) set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $_G_opt && break opt_mode=$1 case $1 in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $_G_opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_quiet=false func_append preserve_args " $_G_opt" ;; --no-warnings|--no-warning|--no-warn) opt_warning=false func_append preserve_args " $_G_opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $_G_opt" ;; --silent|--quiet) opt_quiet=: opt_verbose=false func_append preserve_args " $_G_opt" ;; --tag) test $# = 0 && func_missing_arg $_G_opt && break opt_tag=$1 func_append preserve_args " $_G_opt $1" func_enable_tag "$1" shift ;; --verbose|-v) opt_quiet=false opt_verbose=: func_append preserve_args " $_G_opt" ;; # An option not handled by this hook function: *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} libtool_parse_options_result=$func_quote_for_eval_result } func_add_hook func_parse_options libtool_parse_options # libtool_validate_options [ARG]... # --------------------------------- # Perform any sanity checks on option settings and/or unconsumed # arguments. libtool_validate_options () { # save first non-option argument if test 0 -lt $#; then nonopt=$1 shift fi # preserve --debug test : = "$debug_cmd" || func_append preserve_args " --debug" case $host in # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match test yes != "$build_libtool_libs" \ && test yes != "$build_old_libs" \ && func_fatal_configuration "not configured to build any kind of library" # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test execute != "$opt_mode"; then func_error "unrecognized option '-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help=$help help="Try '$progname --help --mode=$opt_mode' for more information." } # Pass back the unparsed argument list func_quote_for_eval ${1+"$@"} libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options # Process options as early as possible so that --help and --version # can return quickly. func_options ${1+"$@"} eval set dummy "$func_options_result"; shift ## ----------- ## ## Main. ## ## ----------- ## magic='%%%MAGIC variable%%%' magic_exe='%%%MAGIC EXE variable%%%' # Global variables. extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # func_generated_by_libtool # True iff stdin has been generated by Libtool. This function is only # a basic sanity check; it will hardly flush out determined imposters. func_generated_by_libtool_p () { $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test yes = "$lalib_p" } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { test -f "$1" && $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $debug_cmd save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # 'FILE.' does not work on cygwin managed mounts. func_source () { $debug_cmd case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case $lt_sysroot:$1 in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result='='$func_stripname_result ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $debug_cmd if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=$1 if test yes = "$build_libtool_libs"; then write_lobj=\'$2\' else write_lobj=none fi if test yes = "$build_old_libs"; then write_oldobj=\'$3\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T <<EOF # $write_libobj - a libtool object file # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # Name of the PIC object. pic_object=$write_lobj # Name of the non-PIC object non_pic_object=$write_oldobj EOF $MV "${write_libobj}T" "$write_libobj" } } ################################################## # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS # ################################################## # func_convert_core_file_wine_to_w32 ARG # Helper function used by file name conversion functions when $build is *nix, # and $host is mingw, cygwin, or some other w32 environment. Relies on a # correctly configured wine environment available, with the winepath program # in $build's $PATH. # # ARG is the $build file name to be converted to w32 format. # Result is available in $func_convert_core_file_wine_to_w32_result, and will # be empty on error (or when ARG is empty) func_convert_core_file_wine_to_w32 () { $debug_cmd func_convert_core_file_wine_to_w32_result=$1 if test -n "$1"; then # Unfortunately, winepath does not exit with a non-zero error code, so we # are forced to check the contents of stdout. On the other hand, if the # command is not found, the shell will set an exit code of 127 and print # *an error message* to stdout. So we must check for both error code of # zero AND non-empty stdout, which explains the odd construction: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $debug_cmd # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result= if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result"; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $debug_cmd if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $debug_cmd # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $debug_cmd if test -z "$2" && test -n "$1"; then func_error "Could not determine host file name corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result=$1 fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $debug_cmd if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " '$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result=$3 fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $debug_cmd case $4 in $1 ) func_to_host_path_result=$3$func_to_host_path_result ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via '$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $debug_cmd $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $debug_cmd case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result=$1 } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result=$func_convert_core_msys_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result=$func_convert_core_file_wine_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via '$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $debug_cmd if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd=func_convert_path_$func_stripname_result fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $debug_cmd func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result=$1 } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_msys_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_path_wine_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_dll_def_p FILE # True iff FILE is a Windows DLL '.def' file. # Keep in sync with _LT_DLL_DEF_P in libtool.m4 func_dll_def_p () { $debug_cmd func_dll_def_p_tmp=`$SED -n \ -e 's/^[ ]*//' \ -e '/^\(;.*\)*$/d' \ -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ -e q \ "$1"` test DEF = "$func_dll_def_p_tmp" } # func_mode_compile arg... func_mode_compile () { $debug_cmd # Get the compilation command and the source file. base_compile= srcfile=$nonopt # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg=$arg arg_mode=normal ;; target ) libobj=$arg arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify '-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs=$IFS; IFS=, for arg in $args; do IFS=$save_ifs func_append_quoted lastarg "$arg" done IFS=$save_ifs func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg=$srcfile srcfile=$arg ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with '-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj=$func_basename_result } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from '$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test yes = "$build_libtool_libs" \ || func_fatal_configuration "cannot build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname=$func_basename_result xdir=$func_dirname_result lobj=$xdir$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test no = "$compiler_c_o"; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext lockfile=$output_obj.lock else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test yes = "$need_locks"; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test yes = "$suppress_opt"; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test yes = "$build_old_libs"; then if test yes != "$pic_mode"; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test yes = "$compiler_c_o"; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a '.o' file suitable for static linking -static only build a '.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix '.c' with the library object suffix, '.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to '-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the '--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the 'install' or 'cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE use a list of object files found in FILE to specify objects -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with '-') are ignored. Every other argument is treated as a filename. Files ending in '.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in '.la', then a libtool library is created, only library objects ('.lo' files) may be specified, and '-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created using 'ar' and 'ranlib', or on Windows using 'lib'. If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode '$opt_mode'" ;; esac echo $ECHO "Try '$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test : = "$opt_help"; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | $SED -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | $SED '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $debug_cmd # The first argument is the command name. cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "'$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir=$func_dirname_result ;; *) func_warning "'-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file=$progdir/$program elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file=$progdir/$program fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if $opt_dry_run; then # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd=\$cmd$args fi } test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $debug_cmd libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "'$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument '$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and '=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_quiet && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the '-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the '$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the '$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the '$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $debug_cmd # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=false stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=: ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test X-m = "X$prev" && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the '$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=: if $isdir; then destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." destdir=$func_dirname_result destname=$func_basename_result # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir=$func_dirname_result func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking '$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname=$1 shift srcname=$realname test -n "$relink_command" && srcname=${realname}T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme= ;; esac ;; os2*) case $realname in *_dll.a) tstripme= ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try 'ln -sf' first, because the 'ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib=$destdir/$realname func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name=$func_basename_result instname=$dir/${name}i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest=$destfile destfile= ;; *) func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=.exe fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script '$wrapper'" finalize=: for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then func_warning "'$lib' has not been installed in '$libdir'" finalize=false fi done relink_command= func_source "$wrapper" outputname= if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file=$func_basename_result outputname=$tmpdir/$file # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file=$outputname else func_warning "cannot relink '$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name=$func_basename_result # Set up the ranlib parameters. oldlib=$destdir/$name func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run '$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $debug_cmd my_outputname=$1 my_originator=$2 my_pic_p=${3-false} my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* External symbol declarations for the compiler. */\ " if test yes = "$dlself"; then func_verbose "generating symbol list for '$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from '$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols=$output_objdir/$outputname.exp $opt_dry_run || { $RM $export_symbols eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from '$dlprefile'" func_basename "$dlprefile" name=$func_basename_result case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename= if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname"; then func_basename "$dlprefile_dlname" dlprefile_dlbasename=$func_basename_result else # no lafile. user explicitly requested -dlpreopen <import library>. $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename"; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 </dev/null >/dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi func_show_eval '$RM "${nlist}I"' if test -n "$global_symbol_to_import"; then eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[];\ " if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ static void lt_syminit(void) { LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; for (; symbol->name; ++symbol) {" $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" echo >> "$output_objdir/$my_dlsyms" "\ } }" fi echo >> "$output_objdir/$my_dlsyms" "\ LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = { {\"$my_originator\", (void *) 0}," if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ {\"@INIT@\", (void *) <_syminit}," fi case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. symfileobj=$output_objdir/${my_outputname}S.$objext case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $debug_cmd win32_libid_type=unknown win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then case $nm_interface in "MS dumpbin") if func_cygming_ms_implib_p "$1" || func_cygming_gnu_implib_p "$1" then win32_nmres=import else win32_nmres= fi ;; *) func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s|.*|import| p q } }'` ;; esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $debug_cmd sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $debug_cmd match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive that possess that section. Heuristic: eliminate # all those that have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $debug_cmd if func_cygming_gnu_implib_p "$1"; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1"; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result= fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $debug_cmd f_ex_an_ar_dir=$1; shift f_ex_an_ar_oldlib=$1 if test yes = "$lock_old_archive_extraction"; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test yes = "$lock_old_archive_extraction"; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $debug_cmd my_gentop=$1; shift my_oldlibs=${1+"$@"} my_oldobjs= my_xlib= my_xabs= my_xdir= for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` func_basename "$darwin_archive" darwin_base_archive=$func_basename_result darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches; do func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" cd "unfat-$$/$darwin_base_archive-$darwin_arch" func_extract_an_archive "`pwd`" "$darwin_base_archive" cd "$darwin_curdir" $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result=$my_oldobjs } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory where it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ that is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options that match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test yes = "$fast_install"; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat <<EOF /* $cwrappersource - temporary wrapper executable for $objdir/$outputname Generated by $PROGRAM (GNU $PACKAGE) $VERSION The $output program cannot be directly executed until all the libtool libraries that it depends on are installed. This wrapper executable should never be moved out of the build directory. If it is, it will not operate correctly. */ EOF cat <<"EOF" #ifdef _MSC_VER # define _CRT_SECURE_NO_DEPRECATE 1 #endif #include <stdio.h> #include <stdlib.h> #ifdef _MSC_VER # include <direct.h> # include <process.h> # include <io.h> #else # include <unistd.h> # include <stdint.h> # ifdef __CYGWIN__ # include <io.h> # endif #endif #include <malloc.h> #include <stdarg.h> #include <assert.h> #include <string.h> #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <sys/stat.h> #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* declarations of non-ANSI functions */ #if defined __MINGW32__ # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined __CYGWIN__ # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined other_platform || defined ... */ #endif /* portability defines, excluding path handling macros */ #if defined _MSC_VER # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC #elif defined __MINGW32__ # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined __CYGWIN__ # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined other platforms ... */ #endif #if defined PATH_MAX # define LT_PATHMAX PATH_MAX #elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free (stale); stale = 0; } \ } while (0) #if defined LT_DEBUGWRAPPER static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <<EOF #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) # define externally_visible volatile #else # define externally_visible __attribute__((externally_visible)) volatile #endif externally_visible const char * MAGIC_EXE = "$magic_exe"; const char * LIB_PATH_VARNAME = "$shlibpath_var"; EOF if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then func_to_host_path "$temp_rpath" cat <<EOF const char * LIB_PATH_VALUE = "$func_to_host_path_result"; EOF else cat <<"EOF" const char * LIB_PATH_VALUE = ""; EOF fi if test -n "$dllsearchpath"; then func_to_host_path "$dllsearchpath:" cat <<EOF const char * EXE_PATH_VARNAME = "PATH"; const char * EXE_PATH_VALUE = "$func_to_host_path_result"; EOF else cat <<"EOF" const char * EXE_PATH_VARNAME = ""; const char * EXE_PATH_VALUE = ""; EOF fi if test yes = "$fast_install"; then cat <<EOF const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */ EOF else cat <<EOF const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */ EOF fi cat <<"EOF" #define LTWRAPPER_OPTION_PREFIX "--lt-" static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX; static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script"; static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug"; int main (int argc, char *argv[]) { char **newargz; int newargc; char *tmp_pathspec; char *actual_cwrapper_path; char *actual_cwrapper_name; char *target_name; char *lt_argv_zero; int rval = 127; int i; program_name = (char *) xstrdup (base_name (argv[0])); newargz = XMALLOC (char *, (size_t) argc + 1); /* very simple arg parsing; don't want to rely on getopt * also, copy all non cwrapper options to newargz, except * argz[0], which is handled differently */ newargc=0; for (i = 1; i < argc; i++) { if (STREQ (argv[i], dumpscript_opt)) { EOF case $host in *mingw* | *cygwin* ) # make stdout use "unix" line endings echo " setmode(1,_O_BINARY);" ;; esac cat <<"EOF" lt_dump_script (stdout); return 0; } if (STREQ (argv[i], debug_opt)) { lt_debug = 1; continue; } if (STREQ (argv[i], ltwrapper_option_prefix)) { /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX namespace, but it is not one of the ones we know about and have already dealt with, above (inluding dump-script), then report an error. Otherwise, targets might begin to believe they are allowed to use options in the LTWRAPPER_OPTION_PREFIX namespace. The first time any user complains about this, we'll need to make LTWRAPPER_OPTION_PREFIX a configure-time option or a configure.ac-settable value. */ lt_fatal (__FILE__, __LINE__, "unrecognized %s option: '%s'", ltwrapper_option_prefix, argv[i]); } /* otherwise ... */ newargz[++newargc] = xstrdup (argv[i]); } newargz[++newargc] = NULL; EOF cat <<EOF /* The GNU banner must be the first non-error debug message */ lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n"); EOF cat <<"EOF" lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]); lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name); tmp_pathspec = find_executable (argv[0]); if (tmp_pathspec == NULL) lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); lt_debugprintf (__FILE__, __LINE__, "(main) found exe (before symlink chase) at: %s\n", tmp_pathspec); actual_cwrapper_path = chase_symlinks (tmp_pathspec); lt_debugprintf (__FILE__, __LINE__, "(main) found exe (after symlink chase) at: %s\n", actual_cwrapper_path); XFREE (tmp_pathspec); actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path)); strendzap (actual_cwrapper_path, actual_cwrapper_name); /* wrapper name transforms */ strendzap (actual_cwrapper_name, ".exe"); tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1); XFREE (actual_cwrapper_name); actual_cwrapper_name = tmp_pathspec; tmp_pathspec = 0; /* target_name transforms -- use actual target program name; might have lt- prefix */ target_name = xstrdup (base_name (TARGET_PROGRAM_NAME)); strendzap (target_name, ".exe"); tmp_pathspec = lt_extend_str (target_name, ".exe", 1); XFREE (target_name); target_name = tmp_pathspec; tmp_pathspec = 0; lt_debugprintf (__FILE__, __LINE__, "(main) libtool target name: %s\n", target_name); EOF cat <<EOF newargz[0] = XMALLOC (char, (strlen (actual_cwrapper_path) + strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); strcpy (newargz[0], actual_cwrapper_path); strcat (newargz[0], "$objdir"); strcat (newargz[0], "/"); EOF cat <<"EOF" /* stop here, and copy so we don't have to do this twice */ tmp_pathspec = xstrdup (newargz[0]); /* do NOT want the lt- prefix here, so use actual_cwrapper_name */ strcat (newargz[0], actual_cwrapper_name); /* DO want the lt- prefix here if it exists, so use target_name */ lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1); XFREE (tmp_pathspec); tmp_pathspec = NULL; EOF case $host_os in mingw*) cat <<"EOF" { char* p; while ((p = strchr (newargz[0], '\\')) != NULL) { *p = '/'; } while ((p = strchr (lt_argv_zero, '\\')) != NULL) { *p = '/'; } } EOF ;; esac cat <<"EOF" XFREE (target_name); XFREE (actual_cwrapper_path); XFREE (actual_cwrapper_name); lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */ lt_setenv ("DUALCASE", "1"); /* for MSK sh */ /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath) because on Windows, both *_VARNAMEs are PATH but uninstalled libraries must come first. */ lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE); lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE); lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n", nonnull (lt_argv_zero)); for (i = 0; i < newargc; i++) { lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n", i, nonnull (newargz[i])); } EOF case $host_os in mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ newargz = prepare_spawn (newargz); rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ lt_debugprintf (__FILE__, __LINE__, "(main) failed to launch target \"%s\": %s\n", lt_argv_zero, nonnull (strerror (errno))); return 127; } return rval; EOF ;; *) cat <<"EOF" execv (lt_argv_zero, newargz); return rval; /* =127, but avoids unused variable warning */ EOF ;; esac cat <<"EOF" } void * xmalloc (size_t num) { void *p = (void *) malloc (num); if (!p) lt_fatal (__FILE__, __LINE__, "memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL; } const char * base_name (const char *name) { const char *base; #if defined HAVE_DOS_BASED_FILE_SYSTEM /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char) name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable (const char *path) { struct stat st; lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; size_t tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined HAVE_DOS_BASED_FILE_SYSTEM if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined HAVE_DOS_BASED_FILE_SYSTEM } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = (size_t) (q - p); p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (STREQ (str, pat)) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else size_t len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { size_t orig_value_len = strlen (orig_value); size_t add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ size_t len = strlen (new_value); while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $debug_cmd case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_suncc_cstd_abi # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! # Several compiler flags select an ABI that is incompatible with the # Cstd library. Avoid specifying it if any are in CXXFLAGS. func_suncc_cstd_abi () { $debug_cmd case " $compile_command " in *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) suncc_use_cstd_abi=no ;; *) suncc_use_cstd_abi=yes ;; esac } # func_mode_link arg... func_mode_link () { $debug_cmd case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # what system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll that has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=false prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test yes != "$build_libtool_libs" \ && func_fatal_configuration "cannot build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg=$1 shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir=$arg prev= continue ;; dlfiles|dlprefiles) $preload || { # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=: } case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test no = "$dlself"; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test dlprefiles = "$prev"; then dlself=yes elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test dlfiles = "$prev"; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols=$arg test -f "$arg" \ || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex=$arg prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir=$arg prev= continue ;; mllvm) # Clang does not use LLVM to link, so we can simply discard any # '-mllvm $arg' options when doing the link step. prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object fi # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; os2dllname) os2dllname=$arg prev= continue ;; precious_regex) precious_files_regex=$arg prev= continue ;; release) release=-$arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds=$arg prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg=$arg case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between '-L' and '$1'" else func_fatal_error "need path for '-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of '$dir'" dir=$absdir ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test X-lc = "X$arg" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test X-lc = "X$arg" && continue ;; esac elif test X-lc_r = "X$arg"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -mllvm) prev=mllvm continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module=$wl-multi_module continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "'-no-install' is ignored for $host" func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -os2dllname) prev=os2dllname continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # -fstack-protector* stack protector flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; -Z*) if test os2 = "`expr $host : '.*\(os2\)'`"; then # OS/2 uses -Zxxx to specify OS/2-specific options compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case $arg in -Zlinker | -Zstack) prev=xcompiler ;; esac continue else # Otherwise treat like 'Some other compiler flag' below func_quote_for_eval "$arg" arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result test none = "$pic_object" || { # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object } # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test dlfiles = "$prev"; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the '$prevarg' option requires an argument" if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname=$func_basename_result libobjs_save=$libobjs if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" # Definition is injected by LT_CONFIG during libtool generation. func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" func_dirname "$output" "/" "" output_objdir=$func_dirname_result$objdir func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test lib,link = "$linkmode,$pass"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs=$tmp_deplibs fi if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass"; then libs=$deplibs deplibs= fi if test prog = "$linkmode"; then case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; link) libs="$deplibs %DEPLIBS%" test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs=$dlprefiles fi if test dlopen = "$pass"; then # Collect dlpreopened libraries save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= found=false case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test lib != "$linkmode" && test prog != "$linkmode"; then func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test lib = "$linkmode"; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib=$searchdir/lib$name$search_ext if test -f "$lib"; then if test .la = "$search_ext"; then found=: else found=false fi break 2 fi done done if $found; then # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll=$l done if test "X$ll" = "X$old_library"; then # only static version available found=false func_dirname "$lib" "" "." ladir=$func_dirname_result lib=$ladir/$old_library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi else # deplib doesn't seem to be a libtool library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi ;; # -l *.ltframework) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi if test scan = "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test link = "$pass"; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=false case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=: fi ;; pass_all) valid_a_lib=: ;; esac if $valid_a_lib; then echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" else echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." fi ;; esac continue ;; prog) if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test conv = "$pass"; then deplibs="$deplib $deplibs" elif test prog = "$linkmode"; then if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=: continue ;; esac # case $deplib $found || test -f "$lib" \ || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir=$func_dirname_result dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass" || { test prog != "$linkmode" && test lib != "$linkmode"; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test conv = "$pass"; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for '$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test yes = "$prefer_static_libs" || test built,no = "$prefer_static_libs,$installed"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib=$l done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for '$lib'" fi # This library was specified with -dlopen. if test dlopen = "$pass"; then test -z "$libdir" \ && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || test yes != "$dlopen_support" || test no = "$build_libtool_libs" then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir=$ladir fi ;; esac func_basename "$lib" laname=$func_basename_result # Find the relevant object directory and library name. if test yes = "$installed"; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library '$lib' was moved." dir=$ladir absdir=$abs_ladir libdir=$abs_ladir else dir=$lt_sysroot$libdir absdir=$lt_sysroot$libdir fi test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir=$ladir absdir=$abs_ladir # Remove this search path later func_append notinst_path " $abs_ladir" else dir=$ladir/$objdir absdir=$abs_ladir/$objdir # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test dlpreopen = "$pass"; then if test -z "$libdir" && test prog = "$linkmode"; then func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi case $host in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test prog = "$linkmode" && test link != "$pass"; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=false if test no != "$link_all_deplibs" || test -z "$library_names" || test no = "$build_libtool_libs"; then linkalldeplibs=: fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if $linkalldeplibs; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && { { test no = "$prefer_static_libs" || test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. case $temp_rpath: in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if $alldeplibs && { test pass_all = "$deplibs_check_method" || { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test no = "$installed"; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule=$dlpremoduletest break fi done if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then echo if test prog = "$linkmode"; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test lib = "$linkmode" && test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname=$1 shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result versuffix=-$major ;; esac eval soname=\"$soname_spec\" else soname=$realname fi # Make a new name for the extract_expsyms_cmds to use soroot=$soname func_basename "$soroot" soname=$func_basename_result func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from '$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for '$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test no = "$hardcode_direct"; then add=$dir/$linklib case $host in *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library"; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add=$dir/$old_library fi elif test -n "$old_library"; then add=$dir/$old_library fi fi esac elif test no = "$hardcode_minus_L"; then case $host in *-*-sunos*) add_shlibpath=$dir ;; esac add_dir=-L$dir add=-l$name elif test no = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; relink) if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$dir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$absdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name elif test yes = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; *) lib_linked=no ;; esac if test yes != "$lib_linked"; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test prog = "$linkmode"; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test yes != "$hardcode_direct" && test yes != "$hardcode_minus_L" && test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test prog = "$linkmode" || test relink = "$opt_mode"; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$libdir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$libdir add=-l$name elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add=-l$name elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib"; then add=$inst_prefix_dir$libdir/$linklib else add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir=-L$libdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name fi if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test prog = "$linkmode"; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test unsupported != "$hardcode_direct"; then test -n "$old_library" && linklib=$old_library compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test yes = "$build_libtool_libs"; then # Not a shared library if test pass_all != "$deplibs_check_method"; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system cannot link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test yes = "$module"; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test lib = "$linkmode"; then if test -n "$dependency_libs" && { test yes != "$hardcode_into_libs" || test yes = "$build_old_libs" || test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs=$temp_deplibs fi func_append newlib_search_path " $absdir" # Link against this library test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path=$deplib ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of '$dir'" absdir=$dir fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names"; then for tmp in $deplibrary_names; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl"; then depdepl=$absdir/$objdir/$depdepl darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) path=-L$absdir/$objdir ;; esac else eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "'$deplib' seems to be moved" path=-L$absdir fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test link = "$pass"; then if test prog = "$linkmode"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs=$newdependency_libs if test dlpreopen = "$pass"; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test dlopen != "$pass"; then test conv = "$pass" || { # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= } if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" else vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Add Sun CC postdeps if required: test CXX = "$tagname" && { case $host_os in linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; solaris*) func_cc_basename "$CC" case $func_cc_basename_result in CC* | sunCC*) func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; esac } # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i= ;; esac if test -n "$i"; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test prog = "$linkmode"; then dlfiles=$newdlfiles fi if test prog = "$linkmode" || test lib = "$linkmode"; then dlprefiles=$newdlprefiles fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "'-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs=$output func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test no = "$module" \ && func_fatal_help "libtool library '$output' must begin with 'lib'" if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test pass_all != "$deplibs_check_method"; then func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test no = "$dlself" \ || func_warning "'-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test 1 -lt "$#" \ && func_warning "ignoring multiple '-rpath's for a libtool library" install_libdir=$1 oldlibs= if test -z "$rpath"; then if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. # Some compilers have problems with a '.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift IFS=$save_ifs test -n "$7" && \ func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major=$1 number_minor=$2 number_revision=$3 # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # that has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_revision ;; freebsd-aout|qnx|sunos) current=$number_major revision=$number_minor age=0 ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_minor lt_irix_increment=no ;; *) func_fatal_configuration "$modename: unknown library version type '$version_type'" ;; esac ;; no) current=$1 revision=$2 age=$3 ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT '$current' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION '$revision' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE '$age' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE '$age' is greater than the current interface number '$current'" func_fatal_error "'$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" # On Darwin other compilers case $CC in nagfor*) verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" ;; *) verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; esac ;; freebsd-aout) major=.$current versuffix=.$current.$revision ;; freebsd-elf) func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; irix | nonstopux) if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring_prefix$major.$iface:$verstring done # Before this point, $major must not contain '.'. major=.$major versuffix=$major.$revision ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=.$current.$age.$revision verstring=$current.$age.$revision # Add in all the interfaces that we are compatible with. loop=$age while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring:$iface.0 done # Make executables depend on our current version. func_append verstring ":$current.0" ;; qnx) major=.$current versuffix=.$current ;; sco) major=.$current versuffix=.$current ;; sunos) major=.$current versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result versuffix=-$major ;; *) func_fatal_configuration "unknown library version type '$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring=0.0 ;; esac if test no = "$need_version"; then versuffix= else versuffix=.0.0 fi fi # Remove version info from name if versioning should be avoided if test yes,no = "$avoid_version,$need_version"; then major= versuffix= verstring= fi # Check to see if the archive will have undefined symbols. if test yes = "$allow_undefined"; then if test unsupported = "$allow_undefined_flag"; then if test yes = "$build_old_libs"; then func_warning "undefined symbols not allowed in $host shared libraries; building static only" build_libtool_libs=no else func_fatal_error "can't build $host shared library unless -no-undefined is specified" fi fi else # Don't allow undefined symbols. allow_undefined_flag=$no_undefined_flag fi fi func_generate_dlsyms "$libname" "$libname" : func_append libobjs " $symfileobj" test " " = "$libobjs" && libobjs= if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test yes = "$build_libtool_need_lc"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release= versuffix= major= newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c <<EOF int main() { return 0; } EOF $opt_dry_run || $RM conftest if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then ldd_output=`ldd conftest` for i in $deplibs; do case $i in -l*) func_stripname -l '' "$i" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $i "*) func_append newdeplibs " $i" i= ;; esac fi if test -n "$i"; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then func_append newdeplibs " $i" else droppeddeps=yes echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which I believe you do not have" echo "*** because a test_compile did reveal that the linker did not use it for" echo "*** its dynamic dependency list that programs get resolved with at runtime." fi fi ;; *) func_append newdeplibs " $i" ;; esac done else # Error occurred in the first compile. Let's try to salvage # the situation: Compile a separate program for each library. for i in $deplibs; do case $i in -l*) func_stripname -l '' "$i" name=$func_stripname_result $opt_dry_run || $RM conftest if $LTCC $LTCFLAGS -o conftest conftest.c $i; then ldd_output=`ldd conftest` if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $i "*) func_append newdeplibs " $i" i= ;; esac fi if test -n "$i"; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then func_append newdeplibs " $i" else droppeddeps=yes echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because a test_compile did reveal that the linker did not use this one" echo "*** as a dynamic dependency that programs can get resolved with at runtime." fi fi else droppeddeps=yes echo $ECHO "*** Warning! Library $i is needed by this library but I was not able to" echo "*** make it link in! You will probably need to install it or some" echo "*** library that it depends on before this library will be fully" echo "*** functional. Installing it before continuing would be even better." fi ;; *) func_append newdeplibs " $i" ;; esac done fi ;; file_magic*) set dummy $deplibs_check_method; shift file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib= ;; esac fi if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` if test -n "$file_magic_glob"; then libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` else libnameglob=$libname fi test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do if test yes = "$want_nocaseglob"; then shopt -s nocaseglob potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib= ;; esac fi if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib=$potent_lib # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs= tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test yes = "$allow_libtool_libs_with_static_runtimes"; then for i in $predeps $postdeps; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test none = "$deplibs_check_method"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test yes = "$droppeddeps"; then if test yes = "$module"; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test no = "$allow_undefined"; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test yes = "$build_libtool_libs"; then # Remove $wl instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath=$finalize_rpath test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath=$finalize_shlibpath test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname=$realname fi if test -z "$dlname"; then dlname=$soname fi lib=$output_objdir/$realname linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols=$output_objdir/$libname.uexp func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile func_dll_def_p "$export_symbols" || { # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols=$export_symbols export_symbols= always_export_symbols=yes } fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs=$IFS; IFS='~' for cmd1 in $cmds; do IFS=$save_ifs # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test yes = "$try_normal_branch" \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=$output_objdir/$output_la.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS=$save_ifs if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test : != "$skipped_export" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then output=$output_objdir/$output_la.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test -z "$objlist" || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-$k.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-$k.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi ${skipped_export-false} && { func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi } test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs=$IFS; IFS='~' for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi ${skipped_export-false} && { if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi } libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs=$IFS; IFS='~' for cmd in $cmds; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs # Restore the uninstalled library and exit if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. dlname=$soname fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ func_warning "'-version-info' is ignored for objects" test -n "$release" && \ func_warning "'-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj=$output ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # if reload_cmds runs $LD directly, get rid of -Wl from # whole_archive_flag_spec and hope we can get by with turning comma # into space. case $reload_cmds in *\$LD[\ \$]*) wl= ;; esac if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else gentop=$output_objdir/${obj}x func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test yes = "$build_libtool_libs" || libobjs=$non_pic_objects # Create the old-style object. reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS } if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "'-version-info' is ignored for programs" test -n "$release" && \ func_warning "'-release' is ignored for programs" $preload \ && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test CXX = "$tagname"; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " $wl-bind_at_load" func_append finalize_command " $wl-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs=$new_libs func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath=$rpath rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath=$rpath if test -n "$libobjs" && test yes = "$build_old_libs"; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=: case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=false ;; *cygwin* | *mingw* ) test yes = "$build_libtool_libs" || wrappers_required=false ;; *) if test no = "$need_relink" || test yes != "$build_libtool_libs"; then wrappers_required=false fi ;; esac $wrappers_required || { # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command=$compile_command$compile_rpath # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.$objext"; then func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' fi exit $exit_status } if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test yes = "$no_install"; then # We don't need to create a wrapper script. link_command=$compile_var$compile_command$compile_rpath # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi case $hardcode_action,$fast_install in relink,*) # Fast installation is not supported link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath func_warning "this platform does not like uninstalled shared libraries" func_warning "'$output' will be relinked during installation" ;; *,yes) link_command=$finalize_var$compile_command$finalize_rpath relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` ;; *,no) link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath ;; *,needless) link_command=$finalize_var$compile_command$finalize_rpath relink_command= ;; esac # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource=$output_path/$objdir/lt-$output_name.c cwrapper=$output_path/$output_name.exe $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do case $build_libtool_libs in convenience) oldobjs="$libobjs_save $symfileobj" addlibs=$convenience build_libtool_libs=no ;; module) oldobjs=$libobjs_save addlibs=$old_convenience build_libtool_libs=no ;; *) oldobjs="$old_deplibs $non_pic_objects" $preload && test -f "$symfileobj" \ && func_append oldobjs " $symfileobj" addlibs=$old_convenience ;; esac if test -n "$addlibs"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj"; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test yes = "$installed"; then if test -z "$install_libdir"; then break fi output=$output_objdir/${outputname}i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name=$func_basename_result func_resolve_sysroot "$deplib" eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs=$newdependency_libs newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result/$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } if test link = "$opt_mode" || test relink = "$opt_mode"; then func_mode_link ${1+"$@"} fi # func_mode_uninstall arg... func_mode_uninstall () { $debug_cmd RM=$nonopt files= rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic for arg do case $arg in -f) func_append RM " $arg"; rmforce=: ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir=$func_dirname_result if test . = "$dir"; then odir=$objdir else odir=$dir/$objdir fi func_basename "$file" name=$func_basename_result test uninstall = "$opt_mode" && odir=$dir # Remember odir for removal later, being careful to avoid duplicates if test clean = "$opt_mode"; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif $rmforce; then continue fi rmfiles=$file case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case $opt_mode in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test none != "$pic_object"; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test none != "$non_pic_object"; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.$objext" if test yes = "$fast_install" && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name"; then func_append rmfiles " $odir/lt-$noexename.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the $objdir's in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then func_mode_uninstall ${1+"$@"} fi test -z "$opt_mode" && { help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # where we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/gnupload��������������������������������������������������������������������0000755�0000000�0000000�00000027450�13061734274�013377� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/bin/sh # Sign files and upload them. scriptversion=2016-01-11.22; # UTC # Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Originally written by Alexandre Duret-Lutz <adl@gnu.org>. # The master copy of this file is maintained in the gnulib Git repository. # Please send bug reports and feature requests to bug-gnulib@gnu.org. set -e GPG='gpg --batch --no-tty' conffile=.gnuploadrc to= dry_run=false replace= symlink_files= delete_files= delete_symlinks= collect_var= dbg= nl=' ' usage="Usage: $0 [OPTION]... [CMD] FILE... [[CMD] FILE...] Sign all FILES, and process them at the destinations specified with --to. If CMD is not given, it defaults to uploading. See examples below. Commands: --delete delete FILES from destination --symlink create symbolic links --rmsymlink remove symbolic links -- treat the remaining arguments as files to upload Options: --to DEST specify a destination DEST for FILES (multiple --to options are allowed) --user NAME sign with key NAME --replace allow replacements of existing files --symlink-regex[=EXPR] use sed script EXPR to compute symbolic link names --dry-run do nothing, show what would have been done (including the constructed directive file) --version output version information and exit --help print this help text and exit If --symlink-regex is given without EXPR, then the link target name is created by replacing the version information with '-latest', e.g.: foo-1.3.4.tar.gz -> foo-latest.tar.gz Recognized destinations are: alpha.gnu.org:DIRECTORY savannah.gnu.org:DIRECTORY savannah.nongnu.org:DIRECTORY ftp.gnu.org:DIRECTORY build directive files and upload files by FTP download.gnu.org.ua:{alpha|ftp}/DIRECTORY build directive files and upload files by SFTP [user@]host:DIRECTORY upload files with scp Options and commands are applied in order. If the file $conffile exists in the current working directory, its contents are prepended to the actual command line options. Use this to keep your defaults. Comments (#) and empty lines in $conffile are allowed. <http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html> gives some further background. Examples: 1. Upload foobar-1.0.tar.gz to ftp.gnu.org: gnupload --to ftp.gnu.org:foobar foobar-1.0.tar.gz 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org: gnupload --to ftp.gnu.org:foobar foobar-1.0.tar.gz foobar-1.0.tar.xz 3. Same as above, and also create symbolic links to foobar-latest.tar.*: gnupload --to ftp.gnu.org:foobar \\ --symlink-regex \\ foobar-1.0.tar.gz foobar-1.0.tar.xz 4. Upload foobar-0.9.90.tar.gz to two sites: gnupload --to alpha.gnu.org:foobar \\ --to sources.redhat.com:~ftp/pub/foobar \\ foobar-0.9.90.tar.gz 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz (the -- terminates the list of files to delete): gnupload --to alpha.gnu.org:foobar \\ --to sources.redhat.com:~ftp/pub/foobar \\ --delete oopsbar-0.9.91.tar.gz \\ -- foobar-0.9.91.tar.gz gnupload executes a program ncftpput to do the transfers; if you don't happen to have an ncftp package installed, the ncftpput-ftp script in the build-aux/ directory of the gnulib package (http://savannah.gnu.org/projects/gnulib) may serve as a replacement. Send patches and bug reports to <bug-gnulib@gnu.org>." # Read local configuration file if test -r "$conffile"; then echo "$0: Reading configuration file $conffile" conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` eval set x "$conf \"\$@\"" shift fi while test -n "$1"; do case $1 in -*) collect_var= case $1 in --help) echo "$usage" exit $? ;; --to) if test -z "$2"; then echo "$0: Missing argument for --to" 1>&2 exit 1 elif echo "$2" | grep 'ftp-upload\.gnu\.org' >/dev/null; then echo "$0: Use ftp.gnu.org:PKGNAME or alpha.gnu.org:PKGNAME" >&2 echo "$0: for the destination, not ftp-upload.gnu.org (which" >&2 echo "$0: is used for direct ftp uploads, not with gnupload)." >&2 echo "$0: See --help and its examples if need be." >&2 exit 1 else to="$to $2" shift fi ;; --user) if test -z "$2"; then echo "$0: Missing argument for --user" 1>&2 exit 1 else GPG="$GPG --local-user $2" shift fi ;; --delete) collect_var=delete_files ;; --replace) replace="replace: true" ;; --rmsymlink) collect_var=delete_symlinks ;; --symlink-regex=*) symlink_expr=`expr "$1" : '[^=]*=\(.*\)'` ;; --symlink-regex) symlink_expr='s|-[0-9][0-9\.]*\(-[0-9][0-9]*\)\{0,1\}\.|-latest.|' ;; --symlink) collect_var=symlink_files ;; --dry-run|-n) dry_run=: ;; --version) echo "gnupload $scriptversion" exit $? ;; --) shift break ;; -*) echo "$0: Unknown option '$1', try '$0 --help'" 1>&2 exit 1 ;; esac ;; *) if test -z "$collect_var"; then break else eval "$collect_var=\"\$$collect_var $1\"" fi ;; esac shift done dprint() { echo "Running $* ..." } if $dry_run; then dbg=dprint fi if test -z "$to"; then echo "$0: Missing destination sites" >&2 exit 1 fi if test -n "$symlink_files"; then x=`echo "$symlink_files" | sed 's/[^ ]//g;s/ //g'` if test -n "$x"; then echo "$0: Odd number of symlink arguments" >&2 exit 1 fi fi if test $# = 0; then if test -z "${symlink_files}${delete_files}${delete_symlinks}"; then echo "$0: No file to upload" 1>&2 exit 1 fi else # Make sure all files exist. We don't want to ask # for the passphrase if the script will fail. for file do if test ! -f $file; then echo "$0: Cannot find '$file'" 1>&2 exit 1 elif test -n "$symlink_expr"; then linkname=`echo $file | sed "$symlink_expr"` if test -z "$linkname"; then echo "$0: symlink expression produces empty results" >&2 exit 1 elif test "$linkname" = $file; then echo "$0: symlink expression does not alter file name" >&2 exit 1 fi fi done fi # Make sure passphrase is not exported in the environment. unset passphrase unset passphrase_fd_0 GNUPGHOME=${GNUPGHOME:-$HOME/.gnupg} # Reset PATH to be sure that echo is a built-in. We will later use # 'echo $passphrase' to output the passphrase, so it is important that # it is a built-in (third-party programs tend to appear in 'ps' # listings with their arguments...). # Remember this script runs with 'set -e', so if echo is not built-in # it will exit now. if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else PATH=/empty echo -n "Enter GPG passphrase: " stty -echo read -r passphrase stty echo echo passphrase_fd_0="--passphrase-fd 0" fi if test $# -ne 0; then for file do echo "Signing $file ..." rm -f $file.sig echo "$passphrase" | $dbg $GPG $passphrase_fd_0 -ba -o $file.sig $file done fi # mkdirective DESTDIR BASE FILE STMT # Arguments: See upload, below mkdirective () { stmt="$4" if test -n "$3"; then stmt=" filename: $3$stmt" fi cat >${2}.directive<<EOF version: 1.2 directory: $1 comment: gnupload v. $scriptversion$stmt EOF if $dry_run; then echo "File ${2}.directive:" cat ${2}.directive echo "File ${2}.directive:" | sed 's/./-/g' fi } mksymlink () { while test $# -ne 0 do echo "symlink: $1 $2" shift shift done } # upload DEST DESTDIR BASE FILE STMT FILES # Arguments: # DEST Destination site; # DESTDIR Destination directory; # BASE Base name for the directive file; # FILE Name of the file to distribute (may be empty); # STMT Additional statements for the directive file; # FILES List of files to upload. upload () { dest=$1 destdir=$2 base=$3 file=$4 stmt=$5 files=$6 rm -f $base.directive $base.directive.asc case $dest in alpha.gnu.org:*) mkdirective "$destdir" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc ;; ftp.gnu.org:*) mkdirective "$destdir" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc ;; savannah.gnu.org:*) if test -z "$files"; then echo "$0: warning: standalone directives not applicable for $dest" >&2 fi $dbg ncftpput savannah.gnu.org /incoming/savannah/$destdir $files ;; savannah.nongnu.org:*) if test -z "$files"; then echo "$0: warning: standalone directives not applicable for $dest" >&2 fi $dbg ncftpput savannah.nongnu.org /incoming/savannah/$destdir $files ;; download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*) destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'` destdir_topdir=`echo "$destdir" | sed 's,/.*,,'` mkdirective "$destdir_p1" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive for f in $files $base.directive.asc do echo put $f done | $dbg sftp -b - puszcza.gnu.org.ua:/incoming/$destdir_topdir ;; /*) dest_host=`echo "$dest" | sed 's,:.*,,'` mkdirective "$destdir" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive $dbg cp $files $base.directive.asc $dest_host ;; *) if test -z "$files"; then echo "$0: warning: standalone directives not applicable for $dest" >&2 fi $dbg scp $files $dest ;; esac rm -f $base.directive $base.directive.asc } ##### # Process any standalone directives stmt= if test -n "$symlink_files"; then stmt="$stmt `mksymlink $symlink_files`" fi for file in $delete_files do stmt="$stmt archive: $file" done for file in $delete_symlinks do stmt="$stmt rmsymlink: $file" done if test -n "$stmt"; then for dest in $to do destdir=`echo $dest | sed 's/[^:]*://'` upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt" done fi # Process actual uploads for dest in $to do for file do echo "Uploading $file to $dest ..." stmt= # # allowing file replacement is all or nothing. if test -n "$replace"; then stmt="$stmt $replace" fi # files="$file $file.sig" destdir=`echo $dest | sed 's/[^:]*://'` if test -n "$symlink_expr"; then linkname=`echo $file | sed "$symlink_expr"` stmt="$stmt symlink: $file $linkname symlink: $file.sig $linkname.sig" fi upload "$dest" "$destdir" "$file" "$file" "$stmt" "$files" done done exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/useless-if-before-free������������������������������������������������������0000755�0000000�0000000�00000014260�13061734274�016017� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������eval '(exit $?0)' && eval 'exec perl -wST "$0" "$@"' & eval 'exec perl -wST "$0" $argv:q' if 0; # Detect instances of "if (p) free (p);". # Likewise "if (p != 0)", "if (0 != p)", or with NULL; and with braces. my $VERSION = '2016-08-01 17:47'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook # do its job. Otherwise, update this string manually. # Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Written by Jim Meyering use strict; use warnings; use Getopt::Long; (my $ME = $0) =~ s|.*/||; # use File::Coda; # http://meyering.net/code/Coda/ END { defined fileno STDOUT or return; close STDOUT and return; warn "$ME: failed to close standard output: $!\n"; $? ||= 1; } sub usage ($) { my ($exit_code) = @_; my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR); if ($exit_code != 0) { print $STREAM "Try '$ME --help' for more information.\n"; } else { print $STREAM <<EOF; Usage: $ME [OPTIONS] FILE... Detect any instance in FILE of a useless "if" test before a free call, e.g., "if (p) free (p);". Any such test may be safely removed without affecting the semantics of the C code in FILE. Use --name=FOO --name=BAR to also detect free-like functions named FOO and BAR. OPTIONS: --list print only the name of each matching FILE (\\0-terminated) --name=N add name N to the list of \'free\'-like functions to detect; may be repeated --help display this help and exit --version output version information and exit Exit status: 0 one or more matches 1 no match 2 an error EXAMPLE: For example, this command prints all removable "if" tests before "free" and "kfree" calls in the linux kernel sources: git ls-files -z |xargs -0 $ME --name=kfree EOF } exit $exit_code; } sub is_NULL ($) { my ($expr) = @_; return ($expr eq 'NULL' || $expr eq '0'); } { sub EXIT_MATCH {0} sub EXIT_NO_MATCH {1} sub EXIT_ERROR {2} my $err = EXIT_NO_MATCH; my $list; my @name = qw(free); GetOptions ( help => sub { usage 0 }, version => sub { print "$ME version $VERSION\n"; exit }, list => \$list, 'name=s@' => \@name, ) or usage 1; # Make sure we have the right number of non-option arguments. # Always tell the user why we fail. @ARGV < 1 and (warn "$ME: missing FILE argument\n"), usage EXIT_ERROR; my $or = join '|', @name; my $regexp = qr/(?:$or)/; # Set the input record separator. # Note: this makes it impractical to print line numbers. $/ = '"'; my $found_match = 0; FILE: foreach my $file (@ARGV) { open FH, '<', $file or (warn "$ME: can't open '$file' for reading: $!\n"), $err = EXIT_ERROR, next; while (defined (my $line = <FH>)) { # Skip non-matching lines early to save time $line =~ /\bif\b/ or next; while ($line =~ /\b(if\s*\(\s*([^)]+?)(?:\s*!=\s*([^)]+?))?\s*\) # 1 2 3 (?: \s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)\s*;| \s*\{\s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)\s*;\s*\}))/sxg) { my $all = $1; my ($lhs, $rhs) = ($2, $3); my ($free_opnd, $braced_free_opnd) = ($4, $5); my $non_NULL; if (!defined $rhs) { $non_NULL = $lhs } elsif (is_NULL $rhs) { $non_NULL = $lhs } elsif (is_NULL $lhs) { $non_NULL = $rhs } else { next } # Compare the non-NULL part of the "if" expression and the # free'd expression, without regard to white space. $non_NULL =~ tr/ \t//d; my $e2 = defined $free_opnd ? $free_opnd : $braced_free_opnd; $e2 =~ tr/ \t//d; if ($non_NULL eq $e2) { $found_match = 1; $list and (print "$file\0"), next FILE; print "$file: $all\n"; } } } } continue { close FH; } $found_match && $err == EXIT_NO_MATCH and $err = EXIT_MATCH; exit $err; } my $foo = <<'EOF'; # The above is to *find* them. # This adjusts them, removing the unnecessary "if (p)" part. # FIXME: do something like this as an option (doesn't do braces): free=xfree git grep -l -z "$free *(" \ | xargs -0 useless-if-before-free -l --name="$free" \ | xargs -0 perl -0x3b -pi -e \ 's/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s+('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\)\s*;)/$2/s' # Use the following to remove redundant uses of kfree inside braces. # Note that -0777 puts perl in slurp-whole-file mode; # but we have plenty of memory, these days... free=kfree git grep -l -z "$free *(" \ | xargs -0 useless-if-before-free -l --name="$free" \ | xargs -0 perl -0777 -pi -e \ 's/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s*\{\s*('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\);)\s*\}[^\n]*$/$2/gms' Be careful that the result of the above transformation is valid. If the matched string is followed by "else", then obviously, it won't be. When modifying files, refuse to process anything other than a regular file. EOF ## Local Variables: ## mode: perl ## indent-tabs-mode: nil ## eval: (add-hook 'write-file-hooks 'time-stamp) ## time-stamp-start: "my $VERSION = '" ## time-stamp-format: "%:y-%02m-%02d %02H:%02M" ## time-stamp-time-zone: "UTC0" ## time-stamp-end: "'; # UTC" ## End: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/compile���������������������������������������������������������������������0000755�0000000�0000000�00000016245�13151533357�013215� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@gnu.org>. nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to <bug-automake@gnu.org>. EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/build-aux/config.sub������������������������������������������������������������������0000755�0000000�0000000�00000107243�13150763762�013625� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. timestamp='2017-04-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to <config-patches@gnu.org>. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) Copyright 1992-2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | wasm32 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | wasm32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; nsx-tandem) basic_machine=nsx-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; wasm32) basic_machine=wasm32-unknown ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; pru-*) os=-elf ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/�����������������������������������������������������������������������������������0000755�0000000�0000000�00000000000�13151533501�010324� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/warnings.m4������������������������������������������������������������������������0000644�0000000�0000000�00000005603�13061734274�012354� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# warnings.m4 serial 11 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_AS_VAR_APPEND(VAR, VALUE) # ---------------------------- # Provide the functionality of AS_VAR_APPEND if Autoconf does not have it. m4_ifdef([AS_VAR_APPEND], [m4_copy([AS_VAR_APPEND], [gl_AS_VAR_APPEND])], [m4_define([gl_AS_VAR_APPEND], [AS_VAR_SET([$1], [AS_VAR_GET([$1])$2])])]) # gl_COMPILER_OPTION_IF(OPTION, [IF-SUPPORTED], [IF-NOT-SUPPORTED], # [PROGRAM = AC_LANG_PROGRAM()]) # ----------------------------------------------------------------- # Check if the compiler supports OPTION when compiling PROGRAM. # # FIXME: gl_Warn must be used unquoted until we can assume Autoconf # 2.64 or newer. AC_DEFUN([gl_COMPILER_OPTION_IF], [AS_VAR_PUSHDEF([gl_Warn], [gl_cv_warn_[]_AC_LANG_ABBREV[]_$1])dnl AS_VAR_PUSHDEF([gl_Flags], [_AC_LANG_PREFIX[]FLAGS])dnl AS_LITERAL_IF([$1], [m4_pushdef([gl_Positive], m4_bpatsubst([$1], [^-Wno-], [-W]))], [gl_positive="$1" case $gl_positive in -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; esac m4_pushdef([gl_Positive], [$gl_positive])])dnl AC_CACHE_CHECK([whether _AC_LANG compiler handles $1], m4_defn([gl_Warn]), [ gl_save_compiler_FLAGS="$gl_Flags" gl_AS_VAR_APPEND(m4_defn([gl_Flags]), [" $gl_unknown_warnings_are_errors ]m4_defn([gl_Positive])["]) AC_LINK_IFELSE([m4_default([$4], [AC_LANG_PROGRAM([])])], [AS_VAR_SET(gl_Warn, [yes])], [AS_VAR_SET(gl_Warn, [no])]) gl_Flags="$gl_save_compiler_FLAGS" ]) AS_VAR_IF(gl_Warn, [yes], [$2], [$3]) m4_popdef([gl_Positive])dnl AS_VAR_POPDEF([gl_Flags])dnl AS_VAR_POPDEF([gl_Warn])dnl ]) # gl_UNKNOWN_WARNINGS_ARE_ERRORS # ------------------------------ # Clang doesn't complain about unknown warning options unless one also # specifies -Wunknown-warning-option -Werror. Detect this. AC_DEFUN([gl_UNKNOWN_WARNINGS_ARE_ERRORS], [gl_COMPILER_OPTION_IF([-Werror -Wunknown-warning-option], [gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'], [gl_unknown_warnings_are_errors=])]) # gl_WARN_ADD(OPTION, [VARIABLE = WARN_CFLAGS], # [PROGRAM = AC_LANG_PROGRAM()]) # --------------------------------------------- # Adds parameter to WARN_CFLAGS if the compiler supports it when # compiling PROGRAM. For example, gl_WARN_ADD([-Wparentheses]). # # If VARIABLE is a variable name, AC_SUBST it. AC_DEFUN([gl_WARN_ADD], [AC_REQUIRE([gl_UNKNOWN_WARNINGS_ARE_ERRORS]) gl_COMPILER_OPTION_IF([$1], [gl_AS_VAR_APPEND(m4_if([$2], [], [[WARN_CFLAGS]], [[$2]]), [" $1"])], [], [$3]) m4_ifval([$2], [AS_LITERAL_IF([$2], [AC_SUBST([$2])])], [AC_SUBST([WARN_CFLAGS])])dnl ]) # Local Variables: # mode: autoconf # End: �����������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/stdlib_h.m4������������������������������������������������������������������������0000644�0000000�0000000�00000013355�13061734274�012317� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# stdlib_h.m4 serial 43 dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDLIB_H], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) gl_NEXT_HEADERS([stdlib.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by C89. gl_WARN_ON_USE_PREPARE([[#include <stdlib.h> #if HAVE_SYS_LOADAVG_H # include <sys/loadavg.h> #endif #if HAVE_RANDOM_H # include <random.h> #endif ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r qsort_r random random_r realpath rpmatch secure_getenv setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv]) ]) AC_DEFUN([gl_STDLIB_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_STDLIB_H_DEFAULTS], [ GNULIB__EXIT=0; AC_SUBST([GNULIB__EXIT]) GNULIB_ATOLL=0; AC_SUBST([GNULIB_ATOLL]) GNULIB_CALLOC_POSIX=0; AC_SUBST([GNULIB_CALLOC_POSIX]) GNULIB_CANONICALIZE_FILE_NAME=0; AC_SUBST([GNULIB_CANONICALIZE_FILE_NAME]) GNULIB_GETLOADAVG=0; AC_SUBST([GNULIB_GETLOADAVG]) GNULIB_GETSUBOPT=0; AC_SUBST([GNULIB_GETSUBOPT]) GNULIB_GRANTPT=0; AC_SUBST([GNULIB_GRANTPT]) GNULIB_MALLOC_POSIX=0; AC_SUBST([GNULIB_MALLOC_POSIX]) GNULIB_MBTOWC=0; AC_SUBST([GNULIB_MBTOWC]) GNULIB_MKDTEMP=0; AC_SUBST([GNULIB_MKDTEMP]) GNULIB_MKOSTEMP=0; AC_SUBST([GNULIB_MKOSTEMP]) GNULIB_MKOSTEMPS=0; AC_SUBST([GNULIB_MKOSTEMPS]) GNULIB_MKSTEMP=0; AC_SUBST([GNULIB_MKSTEMP]) GNULIB_MKSTEMPS=0; AC_SUBST([GNULIB_MKSTEMPS]) GNULIB_POSIX_OPENPT=0; AC_SUBST([GNULIB_POSIX_OPENPT]) GNULIB_PTSNAME=0; AC_SUBST([GNULIB_PTSNAME]) GNULIB_PTSNAME_R=0; AC_SUBST([GNULIB_PTSNAME_R]) GNULIB_PUTENV=0; AC_SUBST([GNULIB_PUTENV]) GNULIB_QSORT_R=0; AC_SUBST([GNULIB_QSORT_R]) GNULIB_RANDOM=0; AC_SUBST([GNULIB_RANDOM]) GNULIB_RANDOM_R=0; AC_SUBST([GNULIB_RANDOM_R]) GNULIB_REALLOC_POSIX=0; AC_SUBST([GNULIB_REALLOC_POSIX]) GNULIB_REALPATH=0; AC_SUBST([GNULIB_REALPATH]) GNULIB_RPMATCH=0; AC_SUBST([GNULIB_RPMATCH]) GNULIB_SECURE_GETENV=0; AC_SUBST([GNULIB_SECURE_GETENV]) GNULIB_SETENV=0; AC_SUBST([GNULIB_SETENV]) GNULIB_STRTOD=0; AC_SUBST([GNULIB_STRTOD]) GNULIB_STRTOLL=0; AC_SUBST([GNULIB_STRTOLL]) GNULIB_STRTOULL=0; AC_SUBST([GNULIB_STRTOULL]) GNULIB_SYSTEM_POSIX=0; AC_SUBST([GNULIB_SYSTEM_POSIX]) GNULIB_UNLOCKPT=0; AC_SUBST([GNULIB_UNLOCKPT]) GNULIB_UNSETENV=0; AC_SUBST([GNULIB_UNSETENV]) GNULIB_WCTOMB=0; AC_SUBST([GNULIB_WCTOMB]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE__EXIT=1; AC_SUBST([HAVE__EXIT]) HAVE_ATOLL=1; AC_SUBST([HAVE_ATOLL]) HAVE_CANONICALIZE_FILE_NAME=1; AC_SUBST([HAVE_CANONICALIZE_FILE_NAME]) HAVE_DECL_GETLOADAVG=1; AC_SUBST([HAVE_DECL_GETLOADAVG]) HAVE_GETSUBOPT=1; AC_SUBST([HAVE_GETSUBOPT]) HAVE_GRANTPT=1; AC_SUBST([HAVE_GRANTPT]) HAVE_MKDTEMP=1; AC_SUBST([HAVE_MKDTEMP]) HAVE_MKOSTEMP=1; AC_SUBST([HAVE_MKOSTEMP]) HAVE_MKOSTEMPS=1; AC_SUBST([HAVE_MKOSTEMPS]) HAVE_MKSTEMP=1; AC_SUBST([HAVE_MKSTEMP]) HAVE_MKSTEMPS=1; AC_SUBST([HAVE_MKSTEMPS]) HAVE_POSIX_OPENPT=1; AC_SUBST([HAVE_POSIX_OPENPT]) HAVE_PTSNAME=1; AC_SUBST([HAVE_PTSNAME]) HAVE_PTSNAME_R=1; AC_SUBST([HAVE_PTSNAME_R]) HAVE_QSORT_R=1; AC_SUBST([HAVE_QSORT_R]) HAVE_RANDOM=1; AC_SUBST([HAVE_RANDOM]) HAVE_RANDOM_H=1; AC_SUBST([HAVE_RANDOM_H]) HAVE_RANDOM_R=1; AC_SUBST([HAVE_RANDOM_R]) HAVE_REALPATH=1; AC_SUBST([HAVE_REALPATH]) HAVE_RPMATCH=1; AC_SUBST([HAVE_RPMATCH]) HAVE_SECURE_GETENV=1; AC_SUBST([HAVE_SECURE_GETENV]) HAVE_SETENV=1; AC_SUBST([HAVE_SETENV]) HAVE_DECL_SETENV=1; AC_SUBST([HAVE_DECL_SETENV]) HAVE_STRTOD=1; AC_SUBST([HAVE_STRTOD]) HAVE_STRTOLL=1; AC_SUBST([HAVE_STRTOLL]) HAVE_STRTOULL=1; AC_SUBST([HAVE_STRTOULL]) HAVE_STRUCT_RANDOM_DATA=1; AC_SUBST([HAVE_STRUCT_RANDOM_DATA]) HAVE_SYS_LOADAVG_H=0; AC_SUBST([HAVE_SYS_LOADAVG_H]) HAVE_UNLOCKPT=1; AC_SUBST([HAVE_UNLOCKPT]) HAVE_DECL_UNSETENV=1; AC_SUBST([HAVE_DECL_UNSETENV]) REPLACE_CALLOC=0; AC_SUBST([REPLACE_CALLOC]) REPLACE_CANONICALIZE_FILE_NAME=0; AC_SUBST([REPLACE_CANONICALIZE_FILE_NAME]) REPLACE_MALLOC=0; AC_SUBST([REPLACE_MALLOC]) REPLACE_MBTOWC=0; AC_SUBST([REPLACE_MBTOWC]) REPLACE_MKSTEMP=0; AC_SUBST([REPLACE_MKSTEMP]) REPLACE_PTSNAME=0; AC_SUBST([REPLACE_PTSNAME]) REPLACE_PTSNAME_R=0; AC_SUBST([REPLACE_PTSNAME_R]) REPLACE_PUTENV=0; AC_SUBST([REPLACE_PUTENV]) REPLACE_QSORT_R=0; AC_SUBST([REPLACE_QSORT_R]) REPLACE_RANDOM_R=0; AC_SUBST([REPLACE_RANDOM_R]) REPLACE_REALLOC=0; AC_SUBST([REPLACE_REALLOC]) REPLACE_REALPATH=0; AC_SUBST([REPLACE_REALPATH]) REPLACE_SETENV=0; AC_SUBST([REPLACE_SETENV]) REPLACE_STRTOD=0; AC_SUBST([REPLACE_STRTOD]) REPLACE_UNSETENV=0; AC_SUBST([REPLACE_UNSETENV]) REPLACE_WCTOMB=0; AC_SUBST([REPLACE_WCTOMB]) ]) �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/stdint.m4��������������������������������������������������������������������������0000644�0000000�0000000�00000043735�13134403260�012026� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# stdint.m4 serial 51 dnl Copyright (C) 2001-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert and Bruno Haible. dnl Test whether <stdint.h> is supported or must be substituted. AC_DEFUN_ONCE([gl_STDINT_H], [ AC_PREREQ([2.59])dnl AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_LIMITS_H]) AC_REQUIRE([gt_TYPE_WINT_T]) dnl Check for long long int and unsigned long long int. AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi AC_SUBST([HAVE_LONG_LONG_INT]) AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi AC_SUBST([HAVE_UNSIGNED_LONG_LONG_INT]) dnl Check for <wchar.h>, in the same way as gl_WCHAR_H does. AC_CHECK_HEADERS_ONCE([wchar.h]) if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi AC_SUBST([HAVE_WCHAR_H]) dnl Check for <inttypes.h>. dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_inttypes_h. if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi AC_SUBST([HAVE_INTTYPES_H]) dnl Check for <sys/types.h>. dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_sys_types_h. if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi AC_SUBST([HAVE_SYS_TYPES_H]) gl_CHECK_NEXT_HEADERS([stdint.h]) if test $ac_cv_header_stdint_h = yes; then HAVE_STDINT_H=1 else HAVE_STDINT_H=0 fi AC_SUBST([HAVE_STDINT_H]) dnl Now see whether we need a substitute <stdint.h>. if test $ac_cv_header_stdint_h = yes; then AC_CACHE_CHECK([whether stdint.h conforms to C99], [gl_cv_header_working_stdint_h], [gl_cv_header_working_stdint_h=no AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #define __STDC_CONSTANT_MACROS 1 #define __STDC_LIMIT_MACROS 1 #include <stdint.h> /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */ #if !(defined WCHAR_MIN && defined WCHAR_MAX) #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>" #endif ] gl_STDINT_INCLUDES [ #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; /* Check that SIZE_MAX has the correct type, if possible. */ #if 201112 <= __STDC_VERSION__ int k = _Generic (SIZE_MAX, size_t: 0); #elif (2 <= __GNUC__ || defined __IBM__TYPEOF__ \ || (0x5110 <= __SUNPRO_C && !__STDC__)) extern size_t k; extern __typeof__ (SIZE_MAX) k; #endif #include <limits.h> /* for CHAR_BIT */ #define TYPE_MINIMUM(t) \ ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) ((t) 0 < (t) -1 \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) struct s { int check_PTRDIFF: PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) ? 1 : -1; /* Detect bug in FreeBSD 6.0 / ia64. */ int check_SIG_ATOMIC: SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) ? 1 : -1; int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1; /* Detect bug in mingw. */ int check_WINT: WINT_MIN == TYPE_MINIMUM (wint_t) && WINT_MAX == TYPE_MAXIMUM (wint_t) ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; ]])], [dnl Determine whether the various *_MIN, *_MAX macros are usable dnl in preprocessor expression. We could do it by compiling a test dnl program for each of these macros. It is faster to run a program dnl that inspects the macro expansion. dnl This detects a bug on HP-UX 11.23/ia64. AC_RUN_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #define __STDC_CONSTANT_MACROS 1 #define __STDC_LIMIT_MACROS 1 #include <stdint.h> ] gl_STDINT_INCLUDES [ #include <stdio.h> #include <string.h> #define MVAL(macro) MVAL1(macro) #define MVAL1(expression) #expression static const char *macro_values[] = { #ifdef INT8_MAX MVAL (INT8_MAX), #endif #ifdef INT16_MAX MVAL (INT16_MAX), #endif #ifdef INT32_MAX MVAL (INT32_MAX), #endif #ifdef INT64_MAX MVAL (INT64_MAX), #endif #ifdef UINT8_MAX MVAL (UINT8_MAX), #endif #ifdef UINT16_MAX MVAL (UINT16_MAX), #endif #ifdef UINT32_MAX MVAL (UINT32_MAX), #endif #ifdef UINT64_MAX MVAL (UINT64_MAX), #endif NULL }; ]], [[ const char **mv; for (mv = macro_values; *mv != NULL; mv++) { const char *value = *mv; /* Test whether it looks like a cast expression. */ if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0 || strncmp (value, "((int)"/*)*/, 6) == 0 || strncmp (value, "((signed short)"/*)*/, 15) == 0 || strncmp (value, "((signed char)"/*)*/, 14) == 0) return mv - macro_values + 1; } return 0; ]])], [gl_cv_header_working_stdint_h=yes], [], [case "$host_os" in # Guess yes on native Windows. mingw*) gl_cv_header_working_stdint_h="guessing yes" ;; # In general, assume it works. *) gl_cv_header_working_stdint_h="guessing yes" ;; esac ]) ]) ]) fi HAVE_C99_STDINT_H=0 HAVE_SYS_BITYPES_H=0 HAVE_SYS_INTTYPES_H=0 STDINT_H=stdint.h case "$gl_cv_header_working_stdint_h" in *yes) HAVE_C99_STDINT_H=1 dnl Now see whether the system <stdint.h> works without dnl __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS defined. AC_CACHE_CHECK([whether stdint.h predates C++11], [gl_cv_header_stdint_predates_cxx11_h], [gl_cv_header_stdint_predates_cxx11_h=yes AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include <stdint.h> ] gl_STDINT_INCLUDES [ intmax_t im = INTMAX_MAX; int32_t i32 = INT32_C (0x7fffffff); ]])], [gl_cv_header_stdint_predates_cxx11_h=no])]) if test "$gl_cv_header_stdint_predates_cxx11_h" = yes; then AC_DEFINE([__STDC_CONSTANT_MACROS], [1], [Define to 1 if the system <stdint.h> predates C++11.]) AC_DEFINE([__STDC_LIMIT_MACROS], [1], [Define to 1 if the system <stdint.h> predates C++11.]) fi AC_CACHE_CHECK([whether stdint.h has UINTMAX_WIDTH etc.], [gl_cv_header_stdint_width], [gl_cv_header_stdint_width=no AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #endif #include <stdint.h> ]gl_STDINT_INCLUDES[ int iw = UINTMAX_WIDTH; ]])], [gl_cv_header_stdint_width=yes])]) if test "$gl_cv_header_stdint_width" = yes; then STDINT_H= fi ;; *) dnl Check for <sys/inttypes.h>, and for dnl <sys/bitypes.h> (used in Linux libc4 >= 4.6.7 and libc5). AC_CHECK_HEADERS([sys/inttypes.h sys/bitypes.h]) if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 fi if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 fi gl_STDINT_TYPE_PROPERTIES ;; esac dnl The substitute stdint.h needs the substitute limit.h's _GL_INTEGER_WIDTH. LIMITS_H=limits.h AM_CONDITIONAL([GL_GENERATE_LIMITS_H], [test -n "$LIMITS_H"]) AC_SUBST([HAVE_C99_STDINT_H]) AC_SUBST([HAVE_SYS_BITYPES_H]) AC_SUBST([HAVE_SYS_INTTYPES_H]) AC_SUBST([STDINT_H]) AM_CONDITIONAL([GL_GENERATE_STDINT_H], [test -n "$STDINT_H"]) ]) dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES) dnl Determine the size of each of the given types in bits. AC_DEFUN([gl_STDINT_BITSIZEOF], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to the number of bits in type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for bit size of $gltype], [gl_cv_bitsizeof_${gltype}], [AC_COMPUTE_INT([result], [sizeof ($gltype) * CHAR_BIT], [$2 #include <limits.h>], [result=unknown]) eval gl_cv_bitsizeof_${gltype}=\$result ]) eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then dnl Use a nonempty default, because some compilers, such as IRIX 5 cc, dnl do a syntax check even on unused #if conditions and give an error dnl on valid C code like this: dnl #if 0 dnl # if > 32 dnl # endif dnl #endif result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result]) eval BITSIZEOF_${GLTYPE}=\$result done m4_foreach_w([gltype], [$1], [AC_SUBST([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) dnl gl_CHECK_TYPES_SIGNED(TYPES, INCLUDES) dnl Determine the signedness of each of the given types. dnl Define HAVE_SIGNED_TYPE if type is signed. AC_DEFUN([gl_CHECK_TYPES_SIGNED], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE([HAVE_SIGNED_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to 1 if ']gltype[' is a signed integer type.])]) for gltype in $1 ; do AC_CACHE_CHECK([whether $gltype is signed], [gl_cv_type_${gltype}_signed], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];]])], result=yes, result=no) eval gl_cv_type_${gltype}_signed=\$result ]) eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then AC_DEFINE_UNQUOTED([HAVE_SIGNED_${GLTYPE}], [1]) eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done m4_foreach_w([gltype], [$1], [AC_SUBST([HAVE_SIGNED_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) dnl gl_INTEGER_TYPE_SUFFIX(TYPES, INCLUDES) dnl Determine the suffix to use for integer constants of the given types. dnl Define t_SUFFIX for each such type. AC_DEFUN([gl_INTEGER_TYPE_SUFFIX], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE(m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX], [Define to l, ll, u, ul, ull, etc., as suitable for constants of type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for $gltype integer literal suffix], [gl_cv_type_${gltype}_suffix], [eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ extern $gltype foo; extern $gltype1 foo;]])], [eval gl_cv_type_${gltype}_suffix=\$glsuf]) eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done]) GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result AC_DEFINE_UNQUOTED([${GLTYPE}_SUFFIX], [$result]) done m4_foreach_w([gltype], [$1], [AC_SUBST(m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX])]) ]) dnl gl_STDINT_INCLUDES AC_DEFUN([gl_STDINT_INCLUDES], [[ /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included before <wchar.h>. */ #include <stddef.h> #include <signal.h> #if HAVE_WCHAR_H # include <stdio.h> # include <time.h> # include <wchar.h> #endif ]]) dnl gl_STDINT_TYPE_PROPERTIES dnl Compute HAVE_SIGNED_t, BITSIZEOF_t and t_SUFFIX, for all the types t dnl of interest to stdint.in.h. AC_DEFUN([gl_STDINT_TYPE_PROPERTIES], [ AC_REQUIRE([gl_MULTIARCH]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_STDINT_BITSIZEOF([ptrdiff_t size_t], [gl_STDINT_INCLUDES]) fi gl_STDINT_BITSIZEOF([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTEGER_TYPE_SUFFIX([ptrdiff_t size_t], [gl_STDINT_INCLUDES]) fi gl_INTEGER_TYPE_SUFFIX([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) dnl If wint_t is smaller than 'int', it cannot satisfy the ISO C 99 dnl requirement that wint_t is "unchanged by default argument promotions". dnl In this case gnulib's <wchar.h> and <wctype.h> override wint_t. dnl Set the variable BITSIZEOF_WINT_T accordingly. if test $GNULIB_OVERRIDES_WINT_T = 1; then BITSIZEOF_WINT_T=32 fi ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) �����������������������������������libidn2-2.0.4/m4/unistd_h.m4������������������������������������������������������������������������0000644�0000000�0000000�00000022264�13134403260�012330� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# unistd_h.m4 serial 70 dnl Copyright (C) 2006-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson, Bruno Haible. AC_DEFUN([gl_UNISTD_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) gl_CHECK_NEXT_HEADERS([unistd.h]) if test $ac_cv_header_unistd_h = yes; then HAVE_UNISTD_H=1 else HAVE_UNISTD_H=0 fi AC_SUBST([HAVE_UNISTD_H]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Determine WINDOWS_64_BIT_OFF_T. AC_REQUIRE([gl_TYPE_OFF_T]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ #if HAVE_UNISTD_H # include <unistd.h> #endif /* Some systems declare various items in the wrong headers. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include <fcntl.h> # include <stdio.h> # include <stdlib.h> # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include <io.h> # endif #endif ]], [chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat truncate ttyname_r unlink unlinkat usleep]) ]) AC_DEFUN([gl_UNISTD_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_UNISTD_H_DEFAULTS], [ GNULIB_CHDIR=0; AC_SUBST([GNULIB_CHDIR]) GNULIB_CHOWN=0; AC_SUBST([GNULIB_CHOWN]) GNULIB_CLOSE=0; AC_SUBST([GNULIB_CLOSE]) GNULIB_DUP=0; AC_SUBST([GNULIB_DUP]) GNULIB_DUP2=0; AC_SUBST([GNULIB_DUP2]) GNULIB_DUP3=0; AC_SUBST([GNULIB_DUP3]) GNULIB_ENVIRON=0; AC_SUBST([GNULIB_ENVIRON]) GNULIB_EUIDACCESS=0; AC_SUBST([GNULIB_EUIDACCESS]) GNULIB_FACCESSAT=0; AC_SUBST([GNULIB_FACCESSAT]) GNULIB_FCHDIR=0; AC_SUBST([GNULIB_FCHDIR]) GNULIB_FCHOWNAT=0; AC_SUBST([GNULIB_FCHOWNAT]) GNULIB_FDATASYNC=0; AC_SUBST([GNULIB_FDATASYNC]) GNULIB_FSYNC=0; AC_SUBST([GNULIB_FSYNC]) GNULIB_FTRUNCATE=0; AC_SUBST([GNULIB_FTRUNCATE]) GNULIB_GETCWD=0; AC_SUBST([GNULIB_GETCWD]) GNULIB_GETDOMAINNAME=0; AC_SUBST([GNULIB_GETDOMAINNAME]) GNULIB_GETDTABLESIZE=0; AC_SUBST([GNULIB_GETDTABLESIZE]) GNULIB_GETGROUPS=0; AC_SUBST([GNULIB_GETGROUPS]) GNULIB_GETHOSTNAME=0; AC_SUBST([GNULIB_GETHOSTNAME]) GNULIB_GETLOGIN=0; AC_SUBST([GNULIB_GETLOGIN]) GNULIB_GETLOGIN_R=0; AC_SUBST([GNULIB_GETLOGIN_R]) GNULIB_GETPAGESIZE=0; AC_SUBST([GNULIB_GETPAGESIZE]) GNULIB_GETUSERSHELL=0; AC_SUBST([GNULIB_GETUSERSHELL]) GNULIB_GROUP_MEMBER=0; AC_SUBST([GNULIB_GROUP_MEMBER]) GNULIB_ISATTY=0; AC_SUBST([GNULIB_ISATTY]) GNULIB_LCHOWN=0; AC_SUBST([GNULIB_LCHOWN]) GNULIB_LINK=0; AC_SUBST([GNULIB_LINK]) GNULIB_LINKAT=0; AC_SUBST([GNULIB_LINKAT]) GNULIB_LSEEK=0; AC_SUBST([GNULIB_LSEEK]) GNULIB_PIPE=0; AC_SUBST([GNULIB_PIPE]) GNULIB_PIPE2=0; AC_SUBST([GNULIB_PIPE2]) GNULIB_PREAD=0; AC_SUBST([GNULIB_PREAD]) GNULIB_PWRITE=0; AC_SUBST([GNULIB_PWRITE]) GNULIB_READ=0; AC_SUBST([GNULIB_READ]) GNULIB_READLINK=0; AC_SUBST([GNULIB_READLINK]) GNULIB_READLINKAT=0; AC_SUBST([GNULIB_READLINKAT]) GNULIB_RMDIR=0; AC_SUBST([GNULIB_RMDIR]) GNULIB_SETHOSTNAME=0; AC_SUBST([GNULIB_SETHOSTNAME]) GNULIB_SLEEP=0; AC_SUBST([GNULIB_SLEEP]) GNULIB_SYMLINK=0; AC_SUBST([GNULIB_SYMLINK]) GNULIB_SYMLINKAT=0; AC_SUBST([GNULIB_SYMLINKAT]) GNULIB_TRUNCATE=0; AC_SUBST([GNULIB_TRUNCATE]) GNULIB_TTYNAME_R=0; AC_SUBST([GNULIB_TTYNAME_R]) GNULIB_UNISTD_H_NONBLOCKING=0; AC_SUBST([GNULIB_UNISTD_H_NONBLOCKING]) GNULIB_UNISTD_H_SIGPIPE=0; AC_SUBST([GNULIB_UNISTD_H_SIGPIPE]) GNULIB_UNLINK=0; AC_SUBST([GNULIB_UNLINK]) GNULIB_UNLINKAT=0; AC_SUBST([GNULIB_UNLINKAT]) GNULIB_USLEEP=0; AC_SUBST([GNULIB_USLEEP]) GNULIB_WRITE=0; AC_SUBST([GNULIB_WRITE]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_CHOWN=1; AC_SUBST([HAVE_CHOWN]) HAVE_DUP2=1; AC_SUBST([HAVE_DUP2]) HAVE_DUP3=1; AC_SUBST([HAVE_DUP3]) HAVE_EUIDACCESS=1; AC_SUBST([HAVE_EUIDACCESS]) HAVE_FACCESSAT=1; AC_SUBST([HAVE_FACCESSAT]) HAVE_FCHDIR=1; AC_SUBST([HAVE_FCHDIR]) HAVE_FCHOWNAT=1; AC_SUBST([HAVE_FCHOWNAT]) HAVE_FDATASYNC=1; AC_SUBST([HAVE_FDATASYNC]) HAVE_FSYNC=1; AC_SUBST([HAVE_FSYNC]) HAVE_FTRUNCATE=1; AC_SUBST([HAVE_FTRUNCATE]) HAVE_GETDTABLESIZE=1; AC_SUBST([HAVE_GETDTABLESIZE]) HAVE_GETGROUPS=1; AC_SUBST([HAVE_GETGROUPS]) HAVE_GETHOSTNAME=1; AC_SUBST([HAVE_GETHOSTNAME]) HAVE_GETLOGIN=1; AC_SUBST([HAVE_GETLOGIN]) HAVE_GETPAGESIZE=1; AC_SUBST([HAVE_GETPAGESIZE]) HAVE_GROUP_MEMBER=1; AC_SUBST([HAVE_GROUP_MEMBER]) HAVE_LCHOWN=1; AC_SUBST([HAVE_LCHOWN]) HAVE_LINK=1; AC_SUBST([HAVE_LINK]) HAVE_LINKAT=1; AC_SUBST([HAVE_LINKAT]) HAVE_PIPE=1; AC_SUBST([HAVE_PIPE]) HAVE_PIPE2=1; AC_SUBST([HAVE_PIPE2]) HAVE_PREAD=1; AC_SUBST([HAVE_PREAD]) HAVE_PWRITE=1; AC_SUBST([HAVE_PWRITE]) HAVE_READLINK=1; AC_SUBST([HAVE_READLINK]) HAVE_READLINKAT=1; AC_SUBST([HAVE_READLINKAT]) HAVE_SETHOSTNAME=1; AC_SUBST([HAVE_SETHOSTNAME]) HAVE_SLEEP=1; AC_SUBST([HAVE_SLEEP]) HAVE_SYMLINK=1; AC_SUBST([HAVE_SYMLINK]) HAVE_SYMLINKAT=1; AC_SUBST([HAVE_SYMLINKAT]) HAVE_TRUNCATE=1; AC_SUBST([HAVE_TRUNCATE]) HAVE_UNLINKAT=1; AC_SUBST([HAVE_UNLINKAT]) HAVE_USLEEP=1; AC_SUBST([HAVE_USLEEP]) HAVE_DECL_ENVIRON=1; AC_SUBST([HAVE_DECL_ENVIRON]) HAVE_DECL_FCHDIR=1; AC_SUBST([HAVE_DECL_FCHDIR]) HAVE_DECL_FDATASYNC=1; AC_SUBST([HAVE_DECL_FDATASYNC]) HAVE_DECL_GETDOMAINNAME=1; AC_SUBST([HAVE_DECL_GETDOMAINNAME]) HAVE_DECL_GETLOGIN=1; AC_SUBST([HAVE_DECL_GETLOGIN]) HAVE_DECL_GETLOGIN_R=1; AC_SUBST([HAVE_DECL_GETLOGIN_R]) HAVE_DECL_GETPAGESIZE=1; AC_SUBST([HAVE_DECL_GETPAGESIZE]) HAVE_DECL_GETUSERSHELL=1; AC_SUBST([HAVE_DECL_GETUSERSHELL]) HAVE_DECL_SETHOSTNAME=1; AC_SUBST([HAVE_DECL_SETHOSTNAME]) HAVE_DECL_TTYNAME_R=1; AC_SUBST([HAVE_DECL_TTYNAME_R]) HAVE_OS_H=0; AC_SUBST([HAVE_OS_H]) HAVE_SYS_PARAM_H=0; AC_SUBST([HAVE_SYS_PARAM_H]) REPLACE_CHOWN=0; AC_SUBST([REPLACE_CHOWN]) REPLACE_CLOSE=0; AC_SUBST([REPLACE_CLOSE]) REPLACE_DUP=0; AC_SUBST([REPLACE_DUP]) REPLACE_DUP2=0; AC_SUBST([REPLACE_DUP2]) REPLACE_FCHOWNAT=0; AC_SUBST([REPLACE_FCHOWNAT]) REPLACE_FTRUNCATE=0; AC_SUBST([REPLACE_FTRUNCATE]) REPLACE_GETCWD=0; AC_SUBST([REPLACE_GETCWD]) REPLACE_GETDOMAINNAME=0; AC_SUBST([REPLACE_GETDOMAINNAME]) REPLACE_GETDTABLESIZE=0; AC_SUBST([REPLACE_GETDTABLESIZE]) REPLACE_GETLOGIN_R=0; AC_SUBST([REPLACE_GETLOGIN_R]) REPLACE_GETGROUPS=0; AC_SUBST([REPLACE_GETGROUPS]) REPLACE_GETPAGESIZE=0; AC_SUBST([REPLACE_GETPAGESIZE]) REPLACE_ISATTY=0; AC_SUBST([REPLACE_ISATTY]) REPLACE_LCHOWN=0; AC_SUBST([REPLACE_LCHOWN]) REPLACE_LINK=0; AC_SUBST([REPLACE_LINK]) REPLACE_LINKAT=0; AC_SUBST([REPLACE_LINKAT]) REPLACE_LSEEK=0; AC_SUBST([REPLACE_LSEEK]) REPLACE_PREAD=0; AC_SUBST([REPLACE_PREAD]) REPLACE_PWRITE=0; AC_SUBST([REPLACE_PWRITE]) REPLACE_READ=0; AC_SUBST([REPLACE_READ]) REPLACE_READLINK=0; AC_SUBST([REPLACE_READLINK]) REPLACE_READLINKAT=0; AC_SUBST([REPLACE_READLINKAT]) REPLACE_RMDIR=0; AC_SUBST([REPLACE_RMDIR]) REPLACE_SLEEP=0; AC_SUBST([REPLACE_SLEEP]) REPLACE_SYMLINK=0; AC_SUBST([REPLACE_SYMLINK]) REPLACE_SYMLINKAT=0; AC_SUBST([REPLACE_SYMLINKAT]) REPLACE_TRUNCATE=0; AC_SUBST([REPLACE_TRUNCATE]) REPLACE_TTYNAME_R=0; AC_SUBST([REPLACE_TTYNAME_R]) REPLACE_UNLINK=0; AC_SUBST([REPLACE_UNLINK]) REPLACE_UNLINKAT=0; AC_SUBST([REPLACE_UNLINKAT]) REPLACE_USLEEP=0; AC_SUBST([REPLACE_USLEEP]) REPLACE_WRITE=0; AC_SUBST([REPLACE_WRITE]) UNISTD_H_HAVE_WINSOCK2_H=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H]) UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS]) ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/dirname.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000001054�13061734274�012137� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#serial 10 -*- autoconf -*- dnl Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_DIRNAME], [ AC_REQUIRE([gl_DIRNAME_LGPL]) ]) AC_DEFUN([gl_DIRNAME_LGPL], [ dnl Prerequisites of lib/dirname.h. AC_REQUIRE([gl_DOUBLE_SLASH_ROOT]) dnl No prerequisites of lib/basename-lgpl.c, lib/dirname-lgpl.c, dnl lib/stripslash.c. ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ld-version-script.m4���������������������������������������������������������������0000644�0000000�0000000�00000003174�13061734274�014111� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# ld-version-script.m4 serial 4 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # FIXME: The test below returns a false positive for mingw # cross-compiles, 'local:' statements does not reduce number of # exported symbols in a DLL. Use --disable-ld-version-script to work # around the problem. # gl_LD_VERSION_SCRIPT # -------------------- # Check if LD supports linker scripts, and define automake conditional # HAVE_LD_VERSION_SCRIPT if so. AC_DEFUN([gl_LD_VERSION_SCRIPT], [ AC_ARG_ENABLE([ld-version-script], [AS_HELP_STRING([--enable-ld-version-script], [enable linker version script (default is enabled when possible)])], [have_ld_version_script=$enableval], [AC_CACHE_CHECK([if LD -Wl,--version-script works], [gl_cv_sys_ld_version_script], [gl_cv_sys_ld_version_script=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" echo foo >conftest.map AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])], [], [cat > conftest.map <<EOF VERS_1 { global: sym; }; VERS_2 { global: sym; } VERS_1; EOF AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])], [gl_cv_sys_ld_version_script=yes])]) rm -f conftest.map LDFLAGS=$save_LDFLAGS]) have_ld_version_script=$gl_cv_sys_ld_version_script]) AM_CONDITIONAL([HAVE_LD_VERSION_SCRIPT], [test "$have_ld_version_script" = yes]) ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/getdelim.m4������������������������������������������������������������������������0000644�0000000�0000000�00000005043�13134403260�012301� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# getdelim.m4 serial 12 dnl Copyright (C) 2005-2007, 2009-2017 Free Software Foundation, Inc. dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.59]) AC_DEFUN([gl_FUNC_GETDELIM], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) dnl Persuade glibc <stdio.h> to declare getdelim(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getdelim]) AC_CHECK_FUNCS_ONCE([getdelim]) if test $ac_cv_func_getdelim = yes; then HAVE_GETDELIM=1 dnl Found it in some library. Verify that it works. AC_CACHE_CHECK([for working getdelim function], [gl_cv_func_working_getdelim], [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data AC_RUN_IFELSE([AC_LANG_SOURCE([[ # include <stdio.h> # include <stdlib.h> # include <string.h> int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) { free (line); fclose (in); return 2; } } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) { fclose (in); return 3; } free (line); } fclose (in); return 0; } ]])], [gl_cv_func_working_getdelim=yes] dnl The library version works. , [gl_cv_func_working_getdelim=no] dnl The library version does NOT work. , dnl We're cross compiling. Assume it works on glibc2 systems. [AC_EGREP_CPP([Lucky GNU user], [ #include <features.h> #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif ], [gl_cv_func_working_getdelim="guessing yes"], [gl_cv_func_working_getdelim="guessing no"])] )]) case "$gl_cv_func_working_getdelim" in *no) REPLACE_GETDELIM=1 ;; esac else HAVE_GETDELIM=0 fi if test $ac_cv_have_decl_getdelim = no; then HAVE_DECL_GETDELIM=0 fi ]) # Prerequisites of lib/getdelim.c. AC_DEFUN([gl_PREREQ_GETDELIM], [ AC_CHECK_FUNCS([flockfile funlockfile]) AC_CHECK_DECLS([getc_unlocked]) ]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ltversion.m4�����������������������������������������������������������������������0000644�0000000�0000000�00000001273�13051022525�012534� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 4179 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.6]) m4_define([LT_PACKAGE_REVISION], [2.4.6]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6' macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/rawmemchr.m4�����������������������������������������������������������������������0000644�0000000�0000000�00000001172�13061734274�012506� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# rawmemchr.m4 serial 2 dnl Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_RAWMEMCHR], [ dnl Persuade glibc <string.h> to declare rawmemchr(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_CHECK_FUNCS([rawmemchr]) if test $ac_cv_func_rawmemchr = no; then HAVE_RAWMEMCHR=0 fi ]) # Prerequisites of lib/strchrnul.c. AC_DEFUN([gl_PREREQ_RAWMEMCHR], [:]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/glibc21.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000001613�13051022523�011726� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# glibc21.m4 serial 5 dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2014 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Test for the GNU C Library, version 2.1 or newer, or uClibc. # From Bruno Haible. AC_DEFUN([gl_GLIBC21], [ AC_CACHE_CHECK([whether we are using the GNU C Library >= 2.1 or uClibc], [ac_cv_gnu_library_2_1], [AC_EGREP_CPP([Lucky], [ #include <features.h> #ifdef __GNU_LIBRARY__ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) Lucky GNU user #endif #endif #ifdef __UCLIBC__ Lucky user #endif ], [ac_cv_gnu_library_2_1=yes], [ac_cv_gnu_library_2_1=no]) ] ) AC_SUBST([GLIBC21]) GLIBC21="$ac_cv_gnu_library_2_1" ] ) ���������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/include_next.m4��������������������������������������������������������������������0000644�0000000�0000000�00000021061�13134403260�013166� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# include_next.m4 serial 24 dnl Copyright (C) 2006-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert and Derek Price. dnl Sets INCLUDE_NEXT, INCLUDE_NEXT_AS_FIRST_DIRECTIVE, PRAGMA_SYSTEM_HEADER, dnl and PRAGMA_COLUMNS. dnl dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to dnl 'include' otherwise. dnl dnl INCLUDE_NEXT_AS_FIRST_DIRECTIVE expands to 'include_next' if the compiler dnl supports it in the special case that it is the first include directive in dnl the given file, or to 'include' otherwise. dnl dnl PRAGMA_SYSTEM_HEADER can be used in files that contain #include_next, dnl so as to avoid GCC warnings when the gcc option -pedantic is used. dnl '#pragma GCC system_header' has the same effect as if the file was found dnl through the include search path specified with '-isystem' options (as dnl opposed to the search path specified with '-I' options). Namely, gcc dnl does not warn about some things, and on some systems (Solaris and Interix) dnl __STDC__ evaluates to 0 instead of to 1. The latter is an undesired side dnl effect; we are therefore careful to use 'defined __STDC__' or '1' instead dnl of plain '__STDC__'. dnl dnl PRAGMA_COLUMNS can be used in files that override system header files, so dnl as to avoid compilation errors on HP NonStop systems when the gnulib file dnl is included by a system header file that does a "#pragma COLUMNS 80" (which dnl has the effect of truncating the lines of that file and all files that it dnl includes to 80 columns) and the gnulib file has lines longer than 80 dnl columns. AC_DEFUN([gl_INCLUDE_NEXT], [ AC_LANG_PREPROC_REQUIRE() AC_CACHE_CHECK([whether the preprocessor supports include_next], [gl_cv_have_include_next], [rm -rf conftestd1a conftestd1b conftestd2 mkdir conftestd1a conftestd1b conftestd2 dnl IBM C 9.0, 10.1 (original versions, prior to the 2009-01 updates) on dnl AIX 6.1 support include_next when used as first preprocessor directive dnl in a file, but not when preceded by another include directive. Check dnl for this bug by including <stdio.h>. dnl Additionally, with this same compiler, include_next is a no-op when dnl used in a header file that was included by specifying its absolute dnl file name. Despite these two bugs, include_next is used in the dnl compiler's <math.h>. By virtue of the second bug, we need to use dnl include_next as well in this case. cat <<EOF > conftestd1a/conftest.h #define DEFINED_IN_CONFTESTD1 #include_next <conftest.h> #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat <<EOF > conftestd1b/conftest.h #define DEFINED_IN_CONFTESTD1 #include <stdio.h> #include_next <conftest.h> #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat <<EOF > conftestd2/conftest.h #ifndef DEFINED_IN_CONFTESTD1 #error "include_next test doesn't work" #endif #define DEFINED_IN_CONFTESTD2 EOF gl_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" dnl We intentionally avoid using AC_LANG_SOURCE here. AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include <conftest.h>]], [gl_cv_have_include_next=yes], [CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include <conftest.h>]], [gl_cv_have_include_next=buggy], [gl_cv_have_include_next=no]) ]) CPPFLAGS="$gl_save_CPPFLAGS" rm -rf conftestd1a conftestd1b conftestd2 ]) PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next if test -n "$GCC"; then PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' fi else if test $gl_cv_have_include_next = buggy; then INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next else INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include fi fi AC_SUBST([INCLUDE_NEXT]) AC_SUBST([INCLUDE_NEXT_AS_FIRST_DIRECTIVE]) AC_SUBST([PRAGMA_SYSTEM_HEADER]) AC_CACHE_CHECK([whether system header files limit the line length], [gl_cv_pragma_columns], [dnl HP NonStop systems, which define __TANDEM, have this misfeature. AC_EGREP_CPP([choke me], [ #ifdef __TANDEM choke me #endif ], [gl_cv_pragma_columns=yes], [gl_cv_pragma_columns=no]) ]) if test $gl_cv_pragma_columns = yes; then PRAGMA_COLUMNS="#pragma COLUMNS 10000" else PRAGMA_COLUMNS= fi AC_SUBST([PRAGMA_COLUMNS]) ]) # gl_CHECK_NEXT_HEADERS(HEADER1 HEADER2 ...) # ------------------------------------------ # For each arg foo.h, if #include_next works, define NEXT_FOO_H to be # '<foo.h>'; otherwise define it to be # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. # Also, if #include_next works as first preprocessing directive in a file, # define NEXT_AS_FIRST_DIRECTIVE_FOO_H to be '<foo.h>'; otherwise define it to # be # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. # That way, a header file with the following line: # #@INCLUDE_NEXT@ @NEXT_FOO_H@ # or # #@INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ @NEXT_AS_FIRST_DIRECTIVE_FOO_H@ # behaves (after sed substitution) as if it contained # #include_next <foo.h> # even if the compiler does not support include_next. # The three "///" are to pacify Sun C 5.8, which otherwise would say # "warning: #include of /usr/include/... may be non-portable". # Use '""', not '<>', so that the /// cannot be confused with a C99 comment. # Note: This macro assumes that the header file is not empty after # preprocessing, i.e. it does not only define preprocessor macros but also # provides some type/enum definitions or function/variable declarations. # # This macro also checks whether each header exists, by invoking # AC_CHECK_HEADERS_ONCE or AC_CHECK_HEADERS on each argument. AC_DEFUN([gl_CHECK_NEXT_HEADERS], [ gl_NEXT_HEADERS_INTERNAL([$1], [check]) ]) # gl_NEXT_HEADERS(HEADER1 HEADER2 ...) # ------------------------------------ # Like gl_CHECK_NEXT_HEADERS, except do not check whether the headers exist. # This is suitable for headers like <stddef.h> that are standardized by C89 # and therefore can be assumed to exist. AC_DEFUN([gl_NEXT_HEADERS], [ gl_NEXT_HEADERS_INTERNAL([$1], [assume]) ]) # The guts of gl_CHECK_NEXT_HEADERS and gl_NEXT_HEADERS. AC_DEFUN([gl_NEXT_HEADERS_INTERNAL], [ AC_REQUIRE([gl_INCLUDE_NEXT]) AC_REQUIRE([AC_CANONICAL_HOST]) m4_if([$2], [check], [AC_CHECK_HEADERS_ONCE([$1]) ]) dnl FIXME: gl_next_header and gl_header_exists must be used unquoted dnl until we can assume autoconf 2.64 or newer. m4_foreach_w([gl_HEADER_NAME], [$1], [AS_VAR_PUSHDEF([gl_next_header], [gl_cv_next_]m4_defn([gl_HEADER_NAME])) if test $gl_cv_have_include_next = yes; then AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>']) else AC_CACHE_CHECK( [absolute name of <]m4_defn([gl_HEADER_NAME])[>], m4_defn([gl_next_header]), [m4_if([$2], [check], [AS_VAR_PUSHDEF([gl_header_exists], [ac_cv_header_]m4_defn([gl_HEADER_NAME])) if test AS_VAR_GET(gl_header_exists) = yes; then AS_VAR_POPDEF([gl_header_exists]) ]) gl_ABSOLUTE_HEADER_ONE(gl_HEADER_NAME) AS_VAR_COPY([gl_header], [gl_cv_absolute_]AS_TR_SH(gl_HEADER_NAME)) AS_VAR_SET(gl_next_header, ['"'$gl_header'"']) m4_if([$2], [check], [else AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>']) fi ]) ]) fi AC_SUBST( AS_TR_CPP([NEXT_]m4_defn([gl_HEADER_NAME])), [AS_VAR_GET(gl_next_header)]) if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'gl_HEADER_NAME'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=AS_VAR_GET(gl_next_header) fi AC_SUBST( AS_TR_CPP([NEXT_AS_FIRST_DIRECTIVE_]m4_defn([gl_HEADER_NAME])), [$gl_next_as_first_directive]) AS_VAR_POPDEF([gl_next_header])]) ]) # Autoconf 2.68 added warnings for our use of AC_COMPILE_IFELSE; # this fallback is safe for all earlier autoconf versions. m4_define_default([AC_LANG_DEFINES_PROVIDED]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/nls.m4�����������������������������������������������������������������������������0000644�0000000�0000000�00000002307�13051027062�011303� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000. dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/visibility.m4����������������������������������������������������������������������0000644�0000000�0000000�00000006427�13061734274�012720� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# visibility.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2005, 2008, 2010-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Tests whether the compiler supports the command-line option dnl -fvisibility=hidden and the function and variable attributes dnl __attribute__((__visibility__("hidden"))) and dnl __attribute__((__visibility__("default"))). dnl Does *not* test for __visibility__("protected") - which has tricky dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on dnl Mac OS X. dnl Does *not* test for __visibility__("internal") - which has processor dnl dependent semantics. dnl Does *not* test for #pragma GCC visibility push(hidden) - which is dnl "really only recommended for legacy code". dnl Set the variable CFLAG_VISIBILITY. dnl Defines and sets the variable HAVE_VISIBILITY. AC_DEFUN([gl_VISIBILITY], [ AC_REQUIRE([AC_PROG_CC]) CFLAG_VISIBILITY= HAVE_VISIBILITY=0 if test -n "$GCC"; then dnl First, check whether -Werror can be added to the command line, or dnl whether it leads to an error because of some other option that the dnl user has put into $CC $CFLAGS $CPPFLAGS. AC_MSG_CHECKING([whether the -Werror option is usable]) AC_CACHE_VAL([gl_cv_cc_vis_werror], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[]])], [gl_cv_cc_vis_werror=yes], [gl_cv_cc_vis_werror=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_vis_werror]) dnl Now check whether visibility declarations are supported. AC_MSG_CHECKING([for simple visibility declarations]) AC_CACHE_VAL([gl_cv_cc_visibility], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fvisibility=hidden" dnl We use the option -Werror and a function dummyfunc, because on some dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning dnl "visibility attribute not supported in this configuration; ignored" dnl at the first function definition in every compilation unit, and we dnl don't want to use the option in this case. if test $gl_cv_cc_vis_werror = yes; then CFLAGS="$CFLAGS -Werror" fi AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[extern __attribute__((__visibility__("hidden"))) int hiddenvar; extern __attribute__((__visibility__("default"))) int exportedvar; extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); extern __attribute__((__visibility__("default"))) int exportedfunc (void); void dummyfunc (void) {} ]], [[]])], [gl_cv_cc_visibility=yes], [gl_cv_cc_visibility=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_visibility]) if test $gl_cv_cc_visibility = yes; then CFLAG_VISIBILITY="-fvisibility=hidden" HAVE_VISIBILITY=1 fi fi AC_SUBST([CFLAG_VISIBILITY]) AC_SUBST([HAVE_VISIBILITY]) AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY], [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.]) ]) �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/intlmacosx.m4����������������������������������������������������������������������0000644�0000000�0000000�00000004753�13051022523�012674� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# intlmacosx.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2004-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Checks for special options needed on Mac OS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in Mac OS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include <CoreFoundation/CFPreferences.h>]], [[CFPreferencesCopyAppValue(NULL, NULL)]])], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in Mac OS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include <CoreFoundation/CFLocale.h>]], [[CFLocaleCopyCurrent();]])], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) ���������������������libidn2-2.0.4/m4/double-slash-root.m4���������������������������������������������������������������0000644�0000000�0000000�00000003125�13061734274�014064� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# double-slash-root.m4 serial 4 -*- Autoconf -*- dnl Copyright (C) 2006, 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_DOUBLE_SLASH_ROOT], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_CACHE_CHECK([whether // is distinct from /], [gl_cv_double_slash_root], [ if test x"$cross_compiling" = xyes ; then # When cross-compiling, there is no way to tell whether // is special # short of a list of hosts. However, the only known hosts to date # that have a distinct // are Apollo DomainOS (too old to port to), # Cygwin, and z/OS. If anyone knows of another system for which // has # special semantics and is distinct from /, please report it to # <bug-gnulib@gnu.org>. case $host in *-cygwin | i370-ibm-openedition) gl_cv_double_slash_root=yes ;; *) # Be optimistic and assume that / and // are the same when we # don't know. gl_cv_double_slash_root='unknown, assuming no' ;; esac else set x `ls -di / // 2>/dev/null` if test "$[2]" = "$[4]" && wc //dev/null >/dev/null 2>&1; then gl_cv_double_slash_root=no else gl_cv_double_slash_root=yes fi fi]) if test "$gl_cv_double_slash_root" = yes; then AC_DEFINE([DOUBLE_SLASH_IS_DISTINCT_ROOT], [1], [Define to 1 if // is a file system root distinct from /.]) fi ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/off_t.m4���������������������������������������������������������������������������0000644�0000000�0000000�00000001006�13061734274�011612� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# off_t.m4 serial 1 dnl Copyright (C) 2012-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Check whether to override the 'off_t' type. dnl Set WINDOWS_64_BIT_OFF_T. AC_DEFUN([gl_TYPE_OFF_T], [ m4_ifdef([gl_LARGEFILE], [ AC_REQUIRE([gl_LARGEFILE]) ], [ WINDOWS_64_BIT_OFF_T=0 ]) AC_SUBST([WINDOWS_64_BIT_OFF_T]) ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ssize_t.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000001463�13061734274�012204� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# ssize_t.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2001-2003, 2006, 2010-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether ssize_t is defined. AC_DEFUN([gt_TYPE_SSIZE_T], [ AC_CACHE_CHECK([for ssize_t], [gt_cv_ssize_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <sys/types.h>]], [[int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x;]])], [gt_cv_ssize_t=yes], [gt_cv_ssize_t=no])]) if test $gt_cv_ssize_t = no; then AC_DEFINE([ssize_t], [int], [Define as a signed type of the same size as size_t.]) fi ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ax_code_coverage.m4����������������������������������������������������������������0000644�0000000�0000000�00000027075�13077412673�014013� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_code_coverage.html # =========================================================================== # # SYNOPSIS # # AX_CODE_COVERAGE() # # DESCRIPTION # # Defines CODE_COVERAGE_CPPFLAGS, CODE_COVERAGE_CFLAGS, # CODE_COVERAGE_CXXFLAGS and CODE_COVERAGE_LIBS which should be included # in the CPPFLAGS, CFLAGS CXXFLAGS and LIBS/LIBADD variables of every # build target (program or library) which should be built with code # coverage support. Also defines CODE_COVERAGE_RULES which should be # substituted in your Makefile; and $enable_code_coverage which can be # used in subsequent configure output. CODE_COVERAGE_ENABLED is defined # and substituted, and corresponds to the value of the # --enable-code-coverage option, which defaults to being disabled. # # Test also for gcov program and create GCOV variable that could be # substituted. # # Note that all optimisation flags in CFLAGS must be disabled when code # coverage is enabled. # # Usage example: # # configure.ac: # # AX_CODE_COVERAGE # # Makefile.am: # # @CODE_COVERAGE_RULES@ # my_program_LIBS = ... $(CODE_COVERAGE_LIBS) ... # my_program_CPPFLAGS = ... $(CODE_COVERAGE_CPPFLAGS) ... # my_program_CFLAGS = ... $(CODE_COVERAGE_CFLAGS) ... # my_program_CXXFLAGS = ... $(CODE_COVERAGE_CXXFLAGS) ... # # This results in a "check-code-coverage" rule being added to any # Makefile.am which includes "@CODE_COVERAGE_RULES@" (assuming the module # has been configured with --enable-code-coverage). Running `make # check-code-coverage` in that directory will run the module's test suite # (`make check`) and build a code coverage report detailing the code which # was touched, then print the URI for the report. # # In earlier versions of this macro, CODE_COVERAGE_LDFLAGS was defined # instead of CODE_COVERAGE_LIBS. They are both still defined, but use of # CODE_COVERAGE_LIBS is preferred for clarity; CODE_COVERAGE_LDFLAGS is # deprecated. They have the same value. # # This code was derived from Makefile.decl in GLib, originally licenced # under LGPLv2.1+. # # LICENSE # # Copyright (c) 2012, 2016 Philip Withnall # Copyright (c) 2012 Xan Lopez # Copyright (c) 2012 Christian Persch # Copyright (c) 2012 Paolo Borelli # Copyright (c) 2012 Dan Winship # Copyright (c) 2015 Bastien ROUCARIES # # This library is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or (at # your option) any later version. # # This library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. #serial 21 AC_DEFUN([AX_CODE_COVERAGE],[ dnl Check for --enable-code-coverage AC_REQUIRE([AC_PROG_SED]) # allow to override gcov location AC_ARG_WITH([gcov], [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])], [_AX_CODE_COVERAGE_GCOV_PROG_WITH=$with_gcov], [_AX_CODE_COVERAGE_GCOV_PROG_WITH=gcov]) AC_MSG_CHECKING([whether to build with code coverage support]) AC_ARG_ENABLE([code-coverage], AS_HELP_STRING([--enable-code-coverage], [Whether to enable code coverage support]),, enable_code_coverage=no) AM_CONDITIONAL([CODE_COVERAGE_ENABLED], [test x$enable_code_coverage = xyes]) AC_SUBST([CODE_COVERAGE_ENABLED], [$enable_code_coverage]) AC_MSG_RESULT($enable_code_coverage) AS_IF([ test "$enable_code_coverage" = "yes" ], [ # check for gcov AC_CHECK_TOOL([GCOV], [$_AX_CODE_COVERAGE_GCOV_PROG_WITH], [:]) AS_IF([test "X$GCOV" = "X:"], [AC_MSG_ERROR([gcov is needed to do coverage])]) AC_SUBST([GCOV]) dnl Check if gcc is being used AS_IF([ test "$GCC" = "no" ], [ AC_MSG_ERROR([not compiling with gcc, which is required for gcov code coverage]) ]) AC_CHECK_PROG([LCOV], [lcov], [lcov]) AC_CHECK_PROG([GENHTML], [genhtml], [genhtml]) AS_IF([ test -z "$LCOV" ], [ AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed]) ]) AS_IF([ test -z "$GENHTML" ], [ AC_MSG_ERROR([Could not find genhtml from the lcov package]) ]) dnl Build the code coverage flags dnl Define CODE_COVERAGE_LDFLAGS for backwards compatibility CODE_COVERAGE_CPPFLAGS="-DNDEBUG" CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" CODE_COVERAGE_LIBS="-lgcov" CODE_COVERAGE_LDFLAGS="$CODE_COVERAGE_LIBS" AC_SUBST([CODE_COVERAGE_CPPFLAGS]) AC_SUBST([CODE_COVERAGE_CFLAGS]) AC_SUBST([CODE_COVERAGE_CXXFLAGS]) AC_SUBST([CODE_COVERAGE_LIBS]) AC_SUBST([CODE_COVERAGE_LDFLAGS]) [CODE_COVERAGE_RULES_CHECK=' -$(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) -k check $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture '] [CODE_COVERAGE_RULES_CAPTURE=' $(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS) $(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_RMOPTS) -@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp $(code_coverage_v_genhtml)LANG=C $(GENHTML) $(code_coverage_quiet) $(addprefix --prefix ,$(CODE_COVERAGE_DIRECTORY)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS) @echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html" '] [CODE_COVERAGE_RULES_CLEAN=' clean: code-coverage-clean distclean: code-coverage-clean code-coverage-clean: -$(LCOV) --directory $(top_builddir) -z -rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY) -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete '] ], [ [CODE_COVERAGE_RULES_CHECK=' @echo "Need to reconfigure with --enable-code-coverage" '] CODE_COVERAGE_RULES_CAPTURE="$CODE_COVERAGE_RULES_CHECK" CODE_COVERAGE_RULES_CLEAN='' ]) [CODE_COVERAGE_RULES=' # Code coverage # # Optional: # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. # Multiple directories may be specified, separated by whitespace. # (Default: $(top_builddir)) # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated # by lcov for code coverage. (Default: # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage # reports to be created. (Default: # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, # set to 0 to disable it and leave empty to stay with the default. # (Default: empty) # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering # lcov instance. (Default: empty) # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore # # The generated report will be titled using the $(PACKAGE_NAME) and # $(PACKAGE_VERSION). In order to add the current git hash to the title, # use the git-version-gen script, available online. # Optional variables CODE_COVERAGE_DIRECTORY ?= $(top_builddir) CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage CODE_COVERAGE_BRANCH_COVERAGE ?= CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULTS) CODE_COVERAGE_IGNORE_PATTERN ?= code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ $(CODE_COVERAGE_OUTPUT_FILE); code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ $(CODE_COVERAGE_IGNORE_PATTERN); code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); code_coverage_quiet = $(code_coverage_quiet_$(V)) code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) code_coverage_quiet_0 = --quiet # sanitizes the test-name: replaces with underscores: dashes and dots code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) # Use recursive makes in order to ignore errors during check check-code-coverage:'"$CODE_COVERAGE_RULES_CHECK"' # Capture code coverage data code-coverage-capture: code-coverage-capture-hook'"$CODE_COVERAGE_RULES_CAPTURE"' # Hook rule executed before code-coverage-capture, overridable by the user code-coverage-capture-hook: '"$CODE_COVERAGE_RULES_CLEAN"' GITIGNOREFILES ?= GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) A''M_DISTCHECK_CONFIGURE_FLAGS ?= A''M_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean '] AC_SUBST([CODE_COVERAGE_RULES]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([CODE_COVERAGE_RULES])]) ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/gnulib-common.m4�������������������������������������������������������������������0000644�0000000�0000000�00000042774�13061734274�013304� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# gnulib-common.m4 serial 38 dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_COMMON # is expanded unconditionally through gnulib-tool magic. AC_DEFUN([gl_COMMON], [ dnl Use AC_REQUIRE here, so that the code is expanded once only. AC_REQUIRE([gl_00GNULIB]) AC_REQUIRE([gl_COMMON_BODY]) ]) AC_DEFUN([gl_COMMON_BODY], [ AH_VERBATIM([_Noreturn], [/* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif ]) AH_VERBATIM([isoc99_inline], [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for Mac OS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif]) AH_VERBATIM([unused_parameter], [/* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* gcc supports the "unused" attribute on possibly unused labels, and g++ has since version 4.5. Note to support C++ as well as C, _GL_UNUSED_LABEL should be used with a trailing ; */ #if !defined __cplusplus || __GNUC__ > 4 \ || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) # define _GL_UNUSED_LABEL _GL_UNUSED #else # define _GL_UNUSED_LABEL #endif /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif ]) dnl Preparation for running test programs: dnl Tell glibc to write diagnostics from -D_FORTIFY_SOURCE=2 to stderr, not dnl to /dev/tty, so they can be redirected to log files. Such diagnostics dnl arise e.g., in the macros gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N. LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ ]) # gl_MODULE_INDICATOR_CONDITION # expands to a C preprocessor expression that evaluates to 1 or 0, depending # whether a gnulib module that has been requested shall be considered present # or not. m4_define([gl_MODULE_INDICATOR_CONDITION], [1]) # gl_MODULE_INDICATOR_SET_VARIABLE([modulename]) # sets the shell variable that indicates the presence of the given module to # a C preprocessor expression that will evaluate to 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE], [ gl_MODULE_INDICATOR_SET_VARIABLE_AUX( [GNULIB_[]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])], [gl_MODULE_INDICATOR_CONDITION]) ]) # gl_MODULE_INDICATOR_SET_VARIABLE_AUX([variable]) # modifies the shell variable to include the gl_MODULE_INDICATOR_CONDITION. # The shell variable's value is a C preprocessor expression that evaluates # to 0 or 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX], [ m4_if(m4_defn([gl_MODULE_INDICATOR_CONDITION]), [1], [ dnl Simplify the expression VALUE || 1 to 1. $1=1 ], [gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([$1], [gl_MODULE_INDICATOR_CONDITION])]) ]) # gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([variable], [condition]) # modifies the shell variable to include the given condition. The shell # variable's value is a C preprocessor expression that evaluates to 0 or 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR], [ dnl Simplify the expression 1 || CONDITION to 1. if test "$[]$1" != 1; then dnl Simplify the expression 0 || CONDITION to CONDITION. if test "$[]$1" = 0; then $1=$2 else $1="($[]$1 || $2)" fi fi ]) # gl_MODULE_INDICATOR([modulename]) # defines a C macro indicating the presence of the given module # in a location where it can be used. # | Value | Value | # | in lib/ | in tests/ | # --------------------------------------------+---------+-----------+ # Module present among main modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module present among tests-related modules: | 0 | 1 | # --------------------------------------------+---------+-----------+ # Module not present at all: | 0 | 0 | # --------------------------------------------+---------+-----------+ AC_DEFUN([gl_MODULE_INDICATOR], [ AC_DEFINE_UNQUOTED([GNULIB_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [gl_MODULE_INDICATOR_CONDITION], [Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module $1 shall be considered present.]) ]) # gl_MODULE_INDICATOR_FOR_TESTS([modulename]) # defines a C macro indicating the presence of the given module # in lib or tests. This is useful to determine whether the module # should be tested. # | Value | Value | # | in lib/ | in tests/ | # --------------------------------------------+---------+-----------+ # Module present among main modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module present among tests-related modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module not present at all: | 0 | 0 | # --------------------------------------------+---------+-----------+ AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], [ AC_DEFINE([GNULIB_TEST_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1], [Define to 1 when the gnulib module $1 should be tested.]) ]) # gl_ASSERT_NO_GNULIB_POSIXCHECK # asserts that there will never be a need to #define GNULIB_POSIXCHECK. # and thereby enables an optimization of configure and config.h. # Used by Emacs. AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK], [ dnl Override gl_WARN_ON_USE_PREPARE. dnl But hide this definition from 'aclocal'. AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], []) ]) # gl_ASSERT_NO_GNULIB_TESTS # asserts that there will be no gnulib tests in the scope of the configure.ac # and thereby enables an optimization of config.h. # Used by Emacs. AC_DEFUN([gl_ASSERT_NO_GNULIB_TESTS], [ dnl Override gl_MODULE_INDICATOR_FOR_TESTS. AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], []) ]) # Test whether <features.h> exists. # Set HAVE_FEATURES_H. AC_DEFUN([gl_FEATURES_H], [ AC_CHECK_HEADERS_ONCE([features.h]) if test $ac_cv_header_features_h = yes; then HAVE_FEATURES_H=1 else HAVE_FEATURES_H=0 fi AC_SUBST([HAVE_FEATURES_H]) ]) # m4_foreach_w # is a backport of autoconf-2.59c's m4_foreach_w. # Remove this macro when we can assume autoconf >= 2.60. m4_ifndef([m4_foreach_w], [m4_define([m4_foreach_w], [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])]) # AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH]) # ---------------------------------------------------- # Backport of autoconf-2.63b's macro. # Remove this macro when we can assume autoconf >= 2.64. m4_ifndef([AS_VAR_IF], [m4_define([AS_VAR_IF], [AS_IF([test x"AS_VAR_GET([$1])" = x""$2], [$3], [$4])])]) # gl_PROG_CC_C99 # Modifies the value of the shell variable CC in an attempt to make $CC # understand ISO C99 source code. # This is like AC_PROG_CC_C99, except that # - AC_PROG_CC_C99 did not exist in Autoconf versions < 2.60, # - AC_PROG_CC_C99 does not mix well with AC_PROG_CC_STDC # <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00367.html>, # but many more packages use AC_PROG_CC_STDC than AC_PROG_CC_C99 # <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00441.html>. # Remaining problems: # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options # to CC twice # <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00431.html>. # - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard. AC_DEFUN([gl_PROG_CC_C99], [ dnl Change that version number to the minimum Autoconf version that supports dnl mixing AC_PROG_CC_C99 calls with AC_PROG_CC_STDC calls. m4_version_prereq([9.0], [AC_REQUIRE([AC_PROG_CC_C99])], [AC_REQUIRE([AC_PROG_CC_STDC])]) ]) # gl_PROG_AR_RANLIB # Determines the values for AR, ARFLAGS, RANLIB that fit with the compiler. # The user can set the variables AR, ARFLAGS, RANLIB if he wants to override # the values. AC_DEFUN([gl_PROG_AR_RANLIB], [ dnl Minix 3 comes with two toolchains: The Amsterdam Compiler Kit compiler dnl as "cc", and GCC as "gcc". They have different object file formats and dnl library formats. In particular, the GNU binutils programs ar and ranlib dnl produce libraries that work only with gcc, not with cc. AC_REQUIRE([AC_PROG_CC]) dnl The '][' hides this use from 'aclocal'. AC_BEFORE([$0], [A][M_PROG_AR]) AC_CACHE_CHECK([for Minix Amsterdam compiler], [gl_cv_c_amsterdam_compiler], [ AC_EGREP_CPP([Amsterdam], [ #ifdef __ACK__ Amsterdam #endif ], [gl_cv_c_amsterdam_compiler=yes], [gl_cv_c_amsterdam_compiler=no]) ]) dnl Don't compete with AM_PROG_AR's decision about AR/ARFLAGS if we are not dnl building with __ACK__. if test $gl_cv_c_amsterdam_compiler = yes; then if test -z "$AR"; then AR='cc -c.a' fi if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else dnl AM_PROG_AR was added in automake v1.11.2. AM_PROG_AR does not AC_SUBST dnl ARFLAGS variable (it is filed into Makefile.in directly by automake dnl script on-demand, if not specified by ./configure of course). dnl Don't AC_REQUIRE the AM_PROG_AR otherwise the code for __ACK__ above dnl will be ignored. Also, pay attention to call AM_PROG_AR in else block dnl because AM_PROG_AR is written so it could re-set AR variable even for dnl __ACK__. It may seem like its easier to avoid calling the macro here, dnl but we need to AC_SUBST both AR/ARFLAGS (thus those must have some good dnl default value and automake should usually know them). dnl dnl The '][' hides this use from 'aclocal'. m4_ifdef([A][M_PROG_AR], [A][M_PROG_AR], [:]) fi dnl In case the code above has not helped with setting AR/ARFLAGS, use dnl Automake-documented default values for AR and ARFLAGS, but prefer dnl ${host}-ar over ar (useful for cross-compiling). AC_CHECK_TOOL([AR], [ar], [ar]) if test -z "$ARFLAGS"; then ARFLAGS='cr' fi AC_SUBST([AR]) AC_SUBST([ARFLAGS]) if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else dnl Use the ranlib program if it is available. AC_PROG_RANLIB fi fi AC_SUBST([RANLIB]) ]) # AC_PROG_MKDIR_P # is a backport of autoconf-2.60's AC_PROG_MKDIR_P, with a fix # for interoperability with automake-1.9.6 from autoconf-2.62. # Remove this macro when we can assume autoconf >= 2.62 or # autoconf >= 2.60 && automake >= 1.10. # AC_AUTOCONF_VERSION was introduced in 2.62, so use that as the witness. m4_ifndef([AC_AUTOCONF_VERSION],[ m4_ifdef([AC_PROG_MKDIR_P], [ dnl For automake-1.9.6 && autoconf < 2.62: Ensure MKDIR_P is AC_SUBSTed. m4_define([AC_PROG_MKDIR_P], m4_defn([AC_PROG_MKDIR_P])[ AC_SUBST([MKDIR_P])])], [ dnl For autoconf < 2.60: Backport of AC_PROG_MKDIR_P. AC_DEFUN_ONCE([AC_PROG_MKDIR_P], [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake MKDIR_P='$(mkdir_p)' AC_SUBST([MKDIR_P])])]) ]) # AC_C_RESTRICT # This definition is copied from post-2.69 Autoconf and overrides the # AC_C_RESTRICT macro from autoconf 2.60..2.69. It can be removed # once autoconf >= 2.70 can be assumed. It's painful to check version # numbers, and in practice this macro is more up-to-date than Autoconf # is, so override Autoconf unconditionally. AC_DEFUN([AC_C_RESTRICT], [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict], [ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[typedef int *int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; } int bar (int [$ac_kw]); /* Catch GCC bug 14050. */ int bar (int ip[$ac_kw]) { return ip[0]; } ]], [[int s[1]; int *$ac_kw t = s; t[0] = 0; return foo (t) + bar (t); ]])], [ac_cv_c_restrict=$ac_kw]) test "$ac_cv_c_restrict" != no && break done ]) AH_VERBATIM([restrict], [/* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict or __restrict__, even though the corresponding Sun C compiler ends up with "#define restrict _Restrict" or "#define restrict __restrict__" in the previous line. Perhaps some future version of Sun C++ will work with restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict # define __restrict__ #endif]) case $ac_cv_c_restrict in restrict) ;; no) AC_DEFINE([restrict], []) ;; *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;; esac ])# AC_C_RESTRICT # gl_BIGENDIAN # is like AC_C_BIGENDIAN, except that it can be AC_REQUIREd. # Note that AC_REQUIRE([AC_C_BIGENDIAN]) does not work reliably because some # macros invoke AC_C_BIGENDIAN with arguments. AC_DEFUN([gl_BIGENDIAN], [ AC_C_BIGENDIAN ]) # gl_CACHE_VAL_SILENT(cache-id, command-to-set-it) # is like AC_CACHE_VAL(cache-id, command-to-set-it), except that it does not # output a spurious "(cached)" mark in the midst of other configure output. # This macro should be used instead of AC_CACHE_VAL when it is not surrounded # by an AC_MSG_CHECKING/AC_MSG_RESULT pair. AC_DEFUN([gl_CACHE_VAL_SILENT], [ saved_as_echo_n="$as_echo_n" as_echo_n=':' AC_CACHE_VAL([$1], [$2]) as_echo_n="$saved_as_echo_n" ]) # AS_VAR_COPY was added in autoconf 2.63b m4_define_default([AS_VAR_COPY], [AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])]) # AC_PROG_SED was added in autoconf 2.59b m4_ifndef([AC_PROG_SED], [AC_DEFUN([AC_PROG_SED], [AC_CACHE_CHECK([for a sed that does not truncate output], ac_cv_path_SED, [dnl ac_script should not contain more than 99 commands (for HP-UX sed), dnl but more than about 7000 bytes, to catch a limit in Solaris 8 /usr/ucb/sed. ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed AS_UNSET([ac_script]) if test -z "$SED"; then ac_path_SED_found=false _AS_PATH_WALK([], [ for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" AS_EXECUTABLE_P(["$ac_path_SED"]) || continue case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;; *) ac_count=0 _AS_ECHO_N([0123456789]) >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >> conftest.nl "$ac_path_SED" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_SED_max-0}; then # Best so far, but keep looking for better ac_cv_path_SED=$ac_path_SED ac_path_SED_max=$ac_count fi test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done]) if test -z "$ac_cv_path_SED"; then AC_ERROR([no acceptable sed could be found in \$PATH]) fi else ac_cv_path_SED=$SED fi ]) SED="$ac_cv_path_SED" AC_SUBST([SED])dnl rm -f conftest.sed ]) ]) ����libidn2-2.0.4/m4/errno_h.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000006234�13061734274�012161� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# errno_h.m4 serial 12 dnl Copyright (C) 2004, 2006, 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_HEADER_ERRNO_H], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for complete errno.h], [gl_cv_header_errno_h_complete], [ AC_EGREP_CPP([booboo],[ #include <errno.h> #if !defined ETXTBSY booboo #endif #if !defined ENOMSG booboo #endif #if !defined EIDRM booboo #endif #if !defined ENOLINK booboo #endif #if !defined EPROTO booboo #endif #if !defined EMULTIHOP booboo #endif #if !defined EBADMSG booboo #endif #if !defined EOVERFLOW booboo #endif #if !defined ENOTSUP booboo #endif #if !defined ENETRESET booboo #endif #if !defined ECONNABORTED booboo #endif #if !defined ESTALE booboo #endif #if !defined EDQUOT booboo #endif #if !defined ECANCELED booboo #endif #if !defined EOWNERDEAD booboo #endif #if !defined ENOTRECOVERABLE booboo #endif #if !defined EILSEQ booboo #endif ], [gl_cv_header_errno_h_complete=no], [gl_cv_header_errno_h_complete=yes]) ]) if test $gl_cv_header_errno_h_complete = yes; then ERRNO_H='' else gl_NEXT_HEADERS([errno.h]) ERRNO_H='errno.h' fi AC_SUBST([ERRNO_H]) AM_CONDITIONAL([GL_GENERATE_ERRNO_H], [test -n "$ERRNO_H"]) gl_REPLACE_ERRNO_VALUE([EMULTIHOP]) gl_REPLACE_ERRNO_VALUE([ENOLINK]) gl_REPLACE_ERRNO_VALUE([EOVERFLOW]) ]) # Assuming $1 = EOVERFLOW. # The EOVERFLOW errno value ought to be defined in <errno.h>, according to # POSIX. But some systems (like OpenBSD 4.0 or AIX 3) don't define it, and # some systems (like OSF/1) define it when _XOPEN_SOURCE_EXTENDED is defined. # Check for the value of EOVERFLOW. # Set the variables EOVERFLOW_HIDDEN and EOVERFLOW_VALUE. AC_DEFUN([gl_REPLACE_ERRNO_VALUE], [ if test -n "$ERRNO_H"; then AC_CACHE_CHECK([for ]$1[ value], [gl_cv_header_errno_h_]$1, [ AC_EGREP_CPP([yes],[ #include <errno.h> #ifdef ]$1[ yes #endif ], [gl_cv_header_errno_h_]$1[=yes], [gl_cv_header_errno_h_]$1[=no]) if test $gl_cv_header_errno_h_]$1[ = no; then AC_EGREP_CPP([yes],[ #define _XOPEN_SOURCE_EXTENDED 1 #include <errno.h> #ifdef ]$1[ yes #endif ], [gl_cv_header_errno_h_]$1[=hidden]) if test $gl_cv_header_errno_h_]$1[ = hidden; then dnl The macro exists but is hidden. dnl Define it to the same value. AC_COMPUTE_INT([gl_cv_header_errno_h_]$1, $1, [ #define _XOPEN_SOURCE_EXTENDED 1 #include <errno.h> /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include <stdio.h> #include <stdlib.h> ]) fi fi ]) case $gl_cv_header_errno_h_]$1[ in yes | no) ]$1[_HIDDEN=0; ]$1[_VALUE= ;; *) ]$1[_HIDDEN=1; ]$1[_VALUE="$gl_cv_header_errno_h_]$1[" ;; esac AC_SUBST($1[_HIDDEN]) AC_SUBST($1[_VALUE]) fi ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/po.m4������������������������������������������������������������������������������0000644�0000000�0000000�00000045031�13051027062�011126� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# po.m4 serial 24 (gettext-0.19) dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000. dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003. AC_PREREQ([2.60]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AC_PROG_SED])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.19]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat <<EOT $* EOT } gt_echo='echo_func' fi fi # A sed script that extracts the value of VARIABLE from a Makefile. tab=`printf '\t'` sed_x_variable=' # Test if the hold space is empty. x s/P/P/ x ta # Yes it was empty. Look if we have the expected variable definition. /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{ # Seen the first line of the variable definition. s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=// ba } bd :a # Here we are processing a line from the variable definition. # Remove comment, more precisely replace it with a space. s/#.*$/ / # See if the line ends in a backslash. tb :b s/\\$// # Print the line, without the trailing backslash. p tc # There was no trailing backslash. The end of the variable definition is # reached. Clear the hold space. s/^.*$// x bd :c # A trailing backslash means that the variable definition continues in the # next line. Put a nonempty string into the hold space to indicate this. s/^.*$/P/ x :d ' changequote([,])dnl # Set POTFILES to the value of the Makefile variable POTFILES. sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` # Compute POTFILES_DEPS as # $(foreach file, $(POTFILES), $(top_srcdir)/$(file)) POTFILES_DEPS= for file in $POTFILES; do POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file" done POMAKEFILEDEPS="" if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` fi # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) # Compute PROPERTIESFILES # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties) # Compute CLASSFILES # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class) # Compute QMFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm) # Compute MSGFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg) # Compute RESOURCESDLLFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= PROPERTIESFILES= CLASSFILES= QMFILES= MSGFILES= RESOURCESDLLFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties" CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class" QMFILES="$QMFILES $srcdirpre$lang.qm" frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= JAVACATALOGS= QTCATALOGS= TCLCATALOGS= CSHARPCATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties" QTCATALOGS="$QTCATALOGS $lang.qm" frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" done fi sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp" tab=`printf '\t'` if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" <<EOF $frobbedlang.msg: $lang.po ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \ ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; } EOF done fi if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <<EOF $frobbedlang/\$(DOMAIN).resources.dll: $lang.po ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \ ${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; } EOF done fi if test -n "$POMAKEFILEDEPS"; then cat >> "$ac_file.tmp" <<EOF Makefile: $POMAKEFILEDEPS EOF fi mv "$ac_file.tmp" "$ac_file" ]) dnl Initializes the accumulator used by AM_XGETTEXT_OPTION. AC_DEFUN([AM_XGETTEXT_OPTION_INIT], [ XGETTEXT_EXTRA_OPTIONS= ]) dnl Registers an option to be passed to xgettext in the po subdirectory. AC_DEFUN([AM_XGETTEXT_OPTION], [ AC_REQUIRE([AM_XGETTEXT_OPTION_INIT]) XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/msvc-inval.m4����������������������������������������������������������������������0000644�0000000�0000000�00000001334�13061734274�012600� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# msvc-inval.m4 serial 1 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MSVC_INVAL], [ AC_CHECK_FUNCS_ONCE([_set_invalid_parameter_handler]) if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 AC_DEFINE([HAVE_MSVC_INVALID_PARAMETER_HANDLER], [1], [Define to 1 on MSVC platforms that have the "invalid parameter handler" concept.]) else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi AC_SUBST([HAVE_MSVC_INVALID_PARAMETER_HANDLER]) ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/strverscmp.m4����������������������������������������������������������������������0000644�0000000�0000000�00000001206�13061734274�012727� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# strverscmp.m4 serial 8 dnl Copyright (C) 2002, 2005-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRVERSCMP], [ dnl Persuade glibc <string.h> to declare strverscmp(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_CHECK_FUNCS([strverscmp]) if test $ac_cv_func_strverscmp = no; then HAVE_STRVERSCMP=0 fi ]) # Prerequisites of lib/strverscmp.c. AC_DEFUN([gl_PREREQ_STRVERSCMP], [ : ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/manywarnings.m4��������������������������������������������������������������������0000644�0000000�0000000�00000021115�13134403260�013222� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# manywarnings.m4 serial 8 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_MANYWARN_COMPLEMENT(OUTVAR, LISTVAR, REMOVEVAR) # -------------------------------------------------- # Copy LISTVAR to OUTVAR except for the entries in REMOVEVAR. # Elements separated by whitespace. In set logic terms, the function # does OUTVAR = LISTVAR \ REMOVEVAR. AC_DEFUN([gl_MANYWARN_COMPLEMENT], [ gl_warn_set= set x $2; shift for gl_warn_item do case " $3 " in *" $gl_warn_item "*) ;; *) gl_warn_set="$gl_warn_set $gl_warn_item" ;; esac done $1=$gl_warn_set ]) # gl_MANYWARN_ALL_GCC(VARIABLE) # ----------------------------- # Add all documented GCC warning parameters to variable VARIABLE. # Note that you need to test them using gl_WARN_ADD if you want to # make sure your gcc understands it. AC_DEFUN([gl_MANYWARN_ALL_GCC], [ dnl First, check for some issues that only occur when combining multiple dnl gcc warning categories. AC_REQUIRE([AC_PROG_CC]) if test -n "$GCC"; then dnl Check if -W -Werror -Wno-missing-field-initializers is supported dnl with the current $CC $CFLAGS $CPPFLAGS. AC_MSG_CHECKING([whether -Wno-missing-field-initializers is supported]) AC_CACHE_VAL([gl_cv_cc_nomfi_supported], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[]])], [gl_cv_cc_nomfi_supported=yes], [gl_cv_cc_nomfi_supported=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_nomfi_supported]) if test "$gl_cv_cc_nomfi_supported" = yes; then dnl Now check whether -Wno-missing-field-initializers is needed dnl for the { 0, } construct. AC_MSG_CHECKING([whether -Wno-missing-field-initializers is needed]) AC_CACHE_VAL([gl_cv_cc_nomfi_needed], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[int f (void) { typedef struct { int a; int b; } s_t; s_t s1 = { 0, }; return s1.b; } ]], [[]])], [gl_cv_cc_nomfi_needed=no], [gl_cv_cc_nomfi_needed=yes]) CFLAGS="$gl_save_CFLAGS" ]) AC_MSG_RESULT([$gl_cv_cc_nomfi_needed]) fi dnl Next, check if -Werror -Wuninitialized is useful with the dnl user's choice of $CFLAGS; some versions of gcc warn that it dnl has no effect if -O is not also used AC_MSG_CHECKING([whether -Wuninitialized is supported]) AC_CACHE_VAL([gl_cv_cc_uninitialized_supported], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror -Wuninitialized" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[]])], [gl_cv_cc_uninitialized_supported=yes], [gl_cv_cc_uninitialized_supported=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_uninitialized_supported]) fi # List all gcc warning categories. # To compare this list to your installed GCC's, run this Bash command: # # comm -3 \ # <(sed -n 's/^ *\(-[^ ]*\) .*/\1/p' manywarnings.m4 | sort) \ # <(gcc --help=warnings | sed -n 's/^ \(-[^ ]*\) .*/\1/p' | sort | # grep -v -x -F -f <( # awk '/^[^#]/ {print $1}' ../build-aux/gcc-warning.spec)) gl_manywarn_set= for gl_manywarn_item in -fno-common \ -W \ -Wabi \ -Waddress \ -Waggressive-loop-optimizations \ -Wall \ -Wattributes \ -Wbad-function-cast \ -Wbool-compare \ -Wbool-operation \ -Wbuiltin-declaration-mismatch \ -Wbuiltin-macro-redefined \ -Wcast-align \ -Wchar-subscripts \ -Wchkp \ -Wclobbered \ -Wcomment \ -Wcomments \ -Wcoverage-mismatch \ -Wcpp \ -Wdangling-else \ -Wdate-time \ -Wdeprecated \ -Wdeprecated-declarations \ -Wdesignated-init \ -Wdisabled-optimization \ -Wdiscarded-array-qualifiers \ -Wdiscarded-qualifiers \ -Wdiv-by-zero \ -Wdouble-promotion \ -Wduplicated-branches \ -Wduplicated-cond \ -Wduplicate-decl-specifier \ -Wempty-body \ -Wendif-labels \ -Wenum-compare \ -Wexpansion-to-defined \ -Wextra \ -Wformat-contains-nul \ -Wformat-extra-args \ -Wformat-nonliteral \ -Wformat-security \ -Wformat-signedness \ -Wformat-y2k \ -Wformat-zero-length \ -Wframe-address \ -Wfree-nonheap-object \ -Whsa \ -Wignored-attributes \ -Wignored-qualifiers \ -Wimplicit \ -Wimplicit-function-declaration \ -Wimplicit-int \ -Wincompatible-pointer-types \ -Winit-self \ -Winline \ -Wint-conversion \ -Wint-in-bool-context \ -Wint-to-pointer-cast \ -Winvalid-memory-model \ -Winvalid-pch \ -Wjump-misses-init \ -Wlogical-not-parentheses \ -Wlogical-op \ -Wmain \ -Wmaybe-uninitialized \ -Wmemset-elt-size \ -Wmemset-transposed-args \ -Wmisleading-indentation \ -Wmissing-braces \ -Wmissing-declarations \ -Wmissing-field-initializers \ -Wmissing-include-dirs \ -Wmissing-parameter-type \ -Wmissing-prototypes \ -Wmultichar \ -Wnarrowing \ -Wnested-externs \ -Wnonnull \ -Wnonnull-compare \ -Wnull-dereference \ -Wodr \ -Wold-style-declaration \ -Wold-style-definition \ -Wopenmp-simd \ -Woverflow \ -Woverlength-strings \ -Woverride-init \ -Wpacked \ -Wpacked-bitfield-compat \ -Wparentheses \ -Wpointer-arith \ -Wpointer-compare \ -Wpointer-sign \ -Wpointer-to-int-cast \ -Wpragmas \ -Wpsabi \ -Wrestrict \ -Wreturn-local-addr \ -Wreturn-type \ -Wscalar-storage-order \ -Wsequence-point \ -Wshadow \ -Wshift-count-negative \ -Wshift-count-overflow \ -Wshift-negative-value \ -Wsizeof-array-argument \ -Wsizeof-pointer-memaccess \ -Wstack-protector \ -Wstrict-aliasing \ -Wstrict-overflow \ -Wstrict-prototypes \ -Wsuggest-attribute=const \ -Wsuggest-attribute=format \ -Wsuggest-attribute=noreturn \ -Wsuggest-attribute=pure \ -Wsuggest-final-methods \ -Wsuggest-final-types \ -Wswitch \ -Wswitch-bool \ -Wswitch-default \ -Wswitch-unreachable \ -Wsync-nand \ -Wsystem-headers \ -Wtautological-compare \ -Wtrampolines \ -Wtrigraphs \ -Wtype-limits \ -Wuninitialized \ -Wunknown-pragmas \ -Wunsafe-loop-optimizations \ -Wunused \ -Wunused-but-set-parameter \ -Wunused-but-set-variable \ -Wunused-function \ -Wunused-label \ -Wunused-local-typedefs \ -Wunused-macros \ -Wunused-parameter \ -Wunused-result \ -Wunused-value \ -Wunused-variable \ -Wvarargs \ -Wvariadic-macros \ -Wvector-operation-performance \ -Wvla \ -Wvolatile-register-var \ -Wwrite-strings \ \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # gcc --help=warnings outputs an unusual form for these options; list # them here so that the above 'comm' command doesn't report a false match. # Would prefer "min (PTRDIFF_MAX, SIZE_MAX)", but it must be a literal: ptrdiff_max_max=9223372036854775807 gl_manywarn_set="$gl_manywarn_set -Walloc-size-larger-than=$ptrdiff_max_max" gl_manywarn_set="$gl_manywarn_set -Warray-bounds=2" gl_manywarn_set="$gl_manywarn_set -Wformat-overflow=2" gl_manywarn_set="$gl_manywarn_set -Wformat-truncation=2" gl_manywarn_set="$gl_manywarn_set -Wimplicit-fallthrough=5" gl_manywarn_set="$gl_manywarn_set -Wnormalized=nfc" gl_manywarn_set="$gl_manywarn_set -Wshift-overflow=2" gl_manywarn_set="$gl_manywarn_set -Wstringop-overflow=2" gl_manywarn_set="$gl_manywarn_set -Wunused-const-variable=2" gl_manywarn_set="$gl_manywarn_set -Wvla-larger-than=4031" # These are needed for older GCC versions. if test -n "$GCC"; then case `($CC --version) 2>/dev/null` in 'gcc (GCC) '[[0-3]].* | \ 'gcc (GCC) '4.[[0-7]].*) gl_manywarn_set="$gl_manywarn_set -fdiagnostics-show-option" gl_manywarn_set="$gl_manywarn_set -funit-at-a-time" ;; esac fi # Disable specific options as needed. if test "$gl_cv_cc_nomfi_needed" = yes; then gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers" fi if test "$gl_cv_cc_uninitialized_supported" = no; then gl_manywarn_set="$gl_manywarn_set -Wno-uninitialized" fi $1=$gl_manywarn_set ]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/error.m4���������������������������������������������������������������������������0000644�0000000�0000000�00000001510�13061734274�011646� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#serial 14 # Copyright (C) 1996-1998, 2001-2004, 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ERROR], [ dnl We don't use AC_FUNC_ERROR_AT_LINE any more, because it is no longer dnl maintained in Autoconf and because it invokes AC_LIBOBJ. AC_CACHE_CHECK([for error_at_line], [ac_cv_lib_error_at_line], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include <error.h>]], [[error_at_line (0, 0, "", 0, "an error occurred");]])], [ac_cv_lib_error_at_line=yes], [ac_cv_lib_error_at_line=no])]) ]) # Prerequisites of lib/error.c. AC_DEFUN([gl_PREREQ_ERROR], [ AC_REQUIRE([AC_FUNC_STRERROR_R]) : ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/stdio_h.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000025256�13061734274�012163� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# stdio_h.m4 serial 48 dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDIO_H], [ AH_VERBATIM([MINGW_ANSI_STDIO], [/* Use GNU style printf and scanf. */ #ifndef __USE_MINGW_ANSI_STDIO # undef __USE_MINGW_ANSI_STDIO #endif ]) AC_DEFINE([__USE_MINGW_ANSI_STDIO]) AC_REQUIRE([gl_STDIO_H_DEFAULTS]) gl_NEXT_HEADERS([stdio.h]) dnl Determine whether __USE_MINGW_ANSI_STDIO makes printf and dnl inttypes.h behave like gnu instead of system; we must give our dnl printf wrapper the right attribute to match. AC_CACHE_CHECK([which flavor of printf attribute matches inttypes macros], [gl_cv_func_printf_attribute_flavor], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #define __STDC_FORMAT_MACROS 1 #include <stdio.h> #include <inttypes.h> /* For non-mingw systems, compilation will trivially succeed. For mingw, compilation will succeed for older mingw (system printf, "I64d") and fail for newer mingw (gnu printf, "lld"). */ #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) && \ (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) extern char PRIdMAX_probe[sizeof PRIdMAX == sizeof "I64d" ? 1 : -1]; #endif ]])], [gl_cv_func_printf_attribute_flavor=system], [gl_cv_func_printf_attribute_flavor=gnu])]) if test "$gl_cv_func_printf_attribute_flavor" = gnu; then AC_DEFINE([GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU], [1], [Define to 1 if printf and friends should be labeled with attribute "__gnu_printf__" instead of "__printf__"]) fi dnl No need to create extra modules for these functions. Everyone who uses dnl <stdio.h> likely needs them. GNULIB_FSCANF=1 gl_MODULE_INDICATOR([fscanf]) GNULIB_SCANF=1 gl_MODULE_INDICATOR([scanf]) GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 GNULIB_FGETS=1 GNULIB_FREAD=1 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-read.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_NONBLOCKING dnl or GNULIB_NONBLOCKING redundant. m4_ifdef([gl_NONBLOCKING_IO], [ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_STDIO_READ_FUNCS=1 AC_LIBOBJ([stdio-read]) fi ]) dnl No need to create extra modules for these functions. Everyone who uses dnl <stdio.h> likely needs them. GNULIB_FPRINTF=1 GNULIB_PRINTF=1 GNULIB_VFPRINTF=1 GNULIB_VPRINTF=1 GNULIB_FPUTC=1 GNULIB_PUTC=1 GNULIB_PUTCHAR=1 GNULIB_FPUTS=1 GNULIB_PUTS=1 GNULIB_FWRITE=1 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_SIGPIPE or dnl GNULIB_SIGPIPE redundant. m4_ifdef([gl_SIGNAL_SIGPIPE], [ gl_SIGNAL_SIGPIPE if test $gl_cv_header_signal_h_SIGPIPE != yes; then REPLACE_STDIO_WRITE_FUNCS=1 AC_LIBOBJ([stdio-write]) fi ]) dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_NONBLOCKING dnl or GNULIB_NONBLOCKING redundant. m4_ifdef([gl_NONBLOCKING_IO], [ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_STDIO_WRITE_FUNCS=1 AC_LIBOBJ([stdio-write]) fi ]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by both C89 and C11. gl_WARN_ON_USE_PREPARE([[#include <stdio.h> ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf]) ]) AC_DEFUN([gl_STDIO_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDIO_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_STDIO_H_DEFAULTS], [ GNULIB_DPRINTF=0; AC_SUBST([GNULIB_DPRINTF]) GNULIB_FCLOSE=0; AC_SUBST([GNULIB_FCLOSE]) GNULIB_FDOPEN=0; AC_SUBST([GNULIB_FDOPEN]) GNULIB_FFLUSH=0; AC_SUBST([GNULIB_FFLUSH]) GNULIB_FGETC=0; AC_SUBST([GNULIB_FGETC]) GNULIB_FGETS=0; AC_SUBST([GNULIB_FGETS]) GNULIB_FOPEN=0; AC_SUBST([GNULIB_FOPEN]) GNULIB_FPRINTF=0; AC_SUBST([GNULIB_FPRINTF]) GNULIB_FPRINTF_POSIX=0; AC_SUBST([GNULIB_FPRINTF_POSIX]) GNULIB_FPURGE=0; AC_SUBST([GNULIB_FPURGE]) GNULIB_FPUTC=0; AC_SUBST([GNULIB_FPUTC]) GNULIB_FPUTS=0; AC_SUBST([GNULIB_FPUTS]) GNULIB_FREAD=0; AC_SUBST([GNULIB_FREAD]) GNULIB_FREOPEN=0; AC_SUBST([GNULIB_FREOPEN]) GNULIB_FSCANF=0; AC_SUBST([GNULIB_FSCANF]) GNULIB_FSEEK=0; AC_SUBST([GNULIB_FSEEK]) GNULIB_FSEEKO=0; AC_SUBST([GNULIB_FSEEKO]) GNULIB_FTELL=0; AC_SUBST([GNULIB_FTELL]) GNULIB_FTELLO=0; AC_SUBST([GNULIB_FTELLO]) GNULIB_FWRITE=0; AC_SUBST([GNULIB_FWRITE]) GNULIB_GETC=0; AC_SUBST([GNULIB_GETC]) GNULIB_GETCHAR=0; AC_SUBST([GNULIB_GETCHAR]) GNULIB_GETDELIM=0; AC_SUBST([GNULIB_GETDELIM]) GNULIB_GETLINE=0; AC_SUBST([GNULIB_GETLINE]) GNULIB_OBSTACK_PRINTF=0; AC_SUBST([GNULIB_OBSTACK_PRINTF]) GNULIB_OBSTACK_PRINTF_POSIX=0; AC_SUBST([GNULIB_OBSTACK_PRINTF_POSIX]) GNULIB_PCLOSE=0; AC_SUBST([GNULIB_PCLOSE]) GNULIB_PERROR=0; AC_SUBST([GNULIB_PERROR]) GNULIB_POPEN=0; AC_SUBST([GNULIB_POPEN]) GNULIB_PRINTF=0; AC_SUBST([GNULIB_PRINTF]) GNULIB_PRINTF_POSIX=0; AC_SUBST([GNULIB_PRINTF_POSIX]) GNULIB_PUTC=0; AC_SUBST([GNULIB_PUTC]) GNULIB_PUTCHAR=0; AC_SUBST([GNULIB_PUTCHAR]) GNULIB_PUTS=0; AC_SUBST([GNULIB_PUTS]) GNULIB_REMOVE=0; AC_SUBST([GNULIB_REMOVE]) GNULIB_RENAME=0; AC_SUBST([GNULIB_RENAME]) GNULIB_RENAMEAT=0; AC_SUBST([GNULIB_RENAMEAT]) GNULIB_SCANF=0; AC_SUBST([GNULIB_SCANF]) GNULIB_SNPRINTF=0; AC_SUBST([GNULIB_SNPRINTF]) GNULIB_SPRINTF_POSIX=0; AC_SUBST([GNULIB_SPRINTF_POSIX]) GNULIB_STDIO_H_NONBLOCKING=0; AC_SUBST([GNULIB_STDIO_H_NONBLOCKING]) GNULIB_STDIO_H_SIGPIPE=0; AC_SUBST([GNULIB_STDIO_H_SIGPIPE]) GNULIB_TMPFILE=0; AC_SUBST([GNULIB_TMPFILE]) GNULIB_VASPRINTF=0; AC_SUBST([GNULIB_VASPRINTF]) GNULIB_VFSCANF=0; AC_SUBST([GNULIB_VFSCANF]) GNULIB_VSCANF=0; AC_SUBST([GNULIB_VSCANF]) GNULIB_VDPRINTF=0; AC_SUBST([GNULIB_VDPRINTF]) GNULIB_VFPRINTF=0; AC_SUBST([GNULIB_VFPRINTF]) GNULIB_VFPRINTF_POSIX=0; AC_SUBST([GNULIB_VFPRINTF_POSIX]) GNULIB_VPRINTF=0; AC_SUBST([GNULIB_VPRINTF]) GNULIB_VPRINTF_POSIX=0; AC_SUBST([GNULIB_VPRINTF_POSIX]) GNULIB_VSNPRINTF=0; AC_SUBST([GNULIB_VSNPRINTF]) GNULIB_VSPRINTF_POSIX=0; AC_SUBST([GNULIB_VSPRINTF_POSIX]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_FPURGE=1; AC_SUBST([HAVE_DECL_FPURGE]) HAVE_DECL_FSEEKO=1; AC_SUBST([HAVE_DECL_FSEEKO]) HAVE_DECL_FTELLO=1; AC_SUBST([HAVE_DECL_FTELLO]) HAVE_DECL_GETDELIM=1; AC_SUBST([HAVE_DECL_GETDELIM]) HAVE_DECL_GETLINE=1; AC_SUBST([HAVE_DECL_GETLINE]) HAVE_DECL_OBSTACK_PRINTF=1; AC_SUBST([HAVE_DECL_OBSTACK_PRINTF]) HAVE_DECL_SNPRINTF=1; AC_SUBST([HAVE_DECL_SNPRINTF]) HAVE_DECL_VSNPRINTF=1; AC_SUBST([HAVE_DECL_VSNPRINTF]) HAVE_DPRINTF=1; AC_SUBST([HAVE_DPRINTF]) HAVE_FSEEKO=1; AC_SUBST([HAVE_FSEEKO]) HAVE_FTELLO=1; AC_SUBST([HAVE_FTELLO]) HAVE_PCLOSE=1; AC_SUBST([HAVE_PCLOSE]) HAVE_POPEN=1; AC_SUBST([HAVE_POPEN]) HAVE_RENAMEAT=1; AC_SUBST([HAVE_RENAMEAT]) HAVE_VASPRINTF=1; AC_SUBST([HAVE_VASPRINTF]) HAVE_VDPRINTF=1; AC_SUBST([HAVE_VDPRINTF]) REPLACE_DPRINTF=0; AC_SUBST([REPLACE_DPRINTF]) REPLACE_FCLOSE=0; AC_SUBST([REPLACE_FCLOSE]) REPLACE_FDOPEN=0; AC_SUBST([REPLACE_FDOPEN]) REPLACE_FFLUSH=0; AC_SUBST([REPLACE_FFLUSH]) REPLACE_FOPEN=0; AC_SUBST([REPLACE_FOPEN]) REPLACE_FPRINTF=0; AC_SUBST([REPLACE_FPRINTF]) REPLACE_FPURGE=0; AC_SUBST([REPLACE_FPURGE]) REPLACE_FREOPEN=0; AC_SUBST([REPLACE_FREOPEN]) REPLACE_FSEEK=0; AC_SUBST([REPLACE_FSEEK]) REPLACE_FSEEKO=0; AC_SUBST([REPLACE_FSEEKO]) REPLACE_FTELL=0; AC_SUBST([REPLACE_FTELL]) REPLACE_FTELLO=0; AC_SUBST([REPLACE_FTELLO]) REPLACE_GETDELIM=0; AC_SUBST([REPLACE_GETDELIM]) REPLACE_GETLINE=0; AC_SUBST([REPLACE_GETLINE]) REPLACE_OBSTACK_PRINTF=0; AC_SUBST([REPLACE_OBSTACK_PRINTF]) REPLACE_PERROR=0; AC_SUBST([REPLACE_PERROR]) REPLACE_POPEN=0; AC_SUBST([REPLACE_POPEN]) REPLACE_PRINTF=0; AC_SUBST([REPLACE_PRINTF]) REPLACE_REMOVE=0; AC_SUBST([REPLACE_REMOVE]) REPLACE_RENAME=0; AC_SUBST([REPLACE_RENAME]) REPLACE_RENAMEAT=0; AC_SUBST([REPLACE_RENAMEAT]) REPLACE_SNPRINTF=0; AC_SUBST([REPLACE_SNPRINTF]) REPLACE_SPRINTF=0; AC_SUBST([REPLACE_SPRINTF]) REPLACE_STDIO_READ_FUNCS=0; AC_SUBST([REPLACE_STDIO_READ_FUNCS]) REPLACE_STDIO_WRITE_FUNCS=0; AC_SUBST([REPLACE_STDIO_WRITE_FUNCS]) REPLACE_TMPFILE=0; AC_SUBST([REPLACE_TMPFILE]) REPLACE_VASPRINTF=0; AC_SUBST([REPLACE_VASPRINTF]) REPLACE_VDPRINTF=0; AC_SUBST([REPLACE_VDPRINTF]) REPLACE_VFPRINTF=0; AC_SUBST([REPLACE_VFPRINTF]) REPLACE_VPRINTF=0; AC_SUBST([REPLACE_VPRINTF]) REPLACE_VSNPRINTF=0; AC_SUBST([REPLACE_VSNPRINTF]) REPLACE_VSPRINTF=0; AC_SUBST([REPLACE_VSPRINTF]) ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ltoptions.m4�����������������������������������������������������������������������0000644�0000000�0000000�00000034262�13051022525�012546� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 8 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option '$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl 'shared' nor 'disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], [_LT_WITH_AIX_SONAME([aix])]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the 'shared' and # 'disable-shared' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the 'static' and # 'disable-static' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the 'fast-install' # and 'disable-fast-install' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_AIX_SONAME([DEFAULT]) # ---------------------------------- # implement the --with-aix-soname flag, and support the `aix-soname=aix' # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. m4_define([_LT_WITH_AIX_SONAME], [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[[5-9]]*,yes) AC_MSG_CHECKING([which variant of shared library versioning to provide]) AC_ARG_WITH([aix-soname], [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], [case $withval in aix|svr4|both) ;; *) AC_MSG_ERROR([Unknown argument to --with-aix-soname]) ;; esac lt_cv_with_aix_soname=$with_aix_soname], [AC_CACHE_VAL([lt_cv_with_aix_soname], [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) with_aix_soname=$lt_cv_with_aix_soname]) AC_MSG_RESULT([$with_aix_soname]) if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac _LT_DECL([], [shared_archive_member_spec], [0], [Shared archive member basename, for filename based shared library versioning on AIX])dnl ])# _LT_WITH_AIX_SONAME LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the 'pic-only' and 'no-pic' # LT_INIT options. # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac], [pic_mode=m4_default([$1], [default])]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/gtk-doc.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000006312�13134401252�012036� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������dnl -*- mode: autoconf -*- # serial 2 dnl Usage: dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) AC_DEFUN([GTK_DOC_CHECK], [ AC_REQUIRE([PKG_PROG_PKG_CONFIG]) AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) AC_MSG_CHECKING([for gtk-doc]) PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) AC_MSG_RESULT($have_gtk_doc) if test "$have_gtk_doc" = "no"; then AC_MSG_WARN([ You will not be able to create source packages with 'make dist' because $gtk_doc_requires is not found.]) fi dnl check for tools we added during development dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that dnl may not be writable by the user. Currently, automake requires that the dnl test name must end in '.test'. dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) dnl for overriding the documentation installation directory AC_ARG_WITH([html-dir], AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, [with_html_dir='${datadir}/gtk-doc/html']) HTML_DIR="$with_html_dir" AC_SUBST([HTML_DIR]) dnl enable/disable documentation building AC_ARG_ENABLE([gtk-doc], AS_HELP_STRING([--enable-gtk-doc], [use gtk-doc to build documentation [[default=no]]]),, [enable_gtk_doc=no]) AC_MSG_CHECKING([whether to build gtk-doc documentation]) AC_MSG_RESULT($enable_gtk_doc) if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then AC_MSG_ERROR([ You must have $gtk_doc_requires installed to build documentation for $PACKAGE_NAME. Please install gtk-doc or disable building the documentation by adding '--disable-gtk-doc' to '[$]0'.]) fi dnl don't check for glib if we build glib if test "x$PACKAGE_NAME" != "xglib"; then dnl don't fail if someone does not have glib PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) fi dnl enable/disable output formats AC_ARG_ENABLE([gtk-doc-html], AS_HELP_STRING([--enable-gtk-doc-html], [build documentation in html format [[default=yes]]]),, [enable_gtk_doc_html=yes]) AC_ARG_ENABLE([gtk-doc-pdf], AS_HELP_STRING([--enable-gtk-doc-pdf], [build documentation in pdf format [[default=no]]]),, [enable_gtk_doc_pdf=no]) if test -z "$GTKDOC_MKPDF"; then enable_gtk_doc_pdf=no fi if test -z "$AM_DEFAULT_VERBOSITY"; then AM_DEFAULT_VERBOSITY=1 fi AC_SUBST([AM_DEFAULT_VERBOSITY]) AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/multiarch.m4�����������������������������������������������������������������������0000644�0000000�0000000�00000003674�13061734274�012522� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# multiarch.m4 serial 7 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Determine whether the compiler is or may be producing universal binaries. # # On Mac OS X 10.5 and later systems, the user can create libraries and # executables that work on multiple system types--known as "fat" or # "universal" binaries--by specifying multiple '-arch' options to the # compiler but only a single '-arch' option to the preprocessor. Like # this: # # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ # CPP="gcc -E" CXXCPP="g++ -E" # # Detect this situation and set APPLE_UNIVERSAL_BUILD accordingly. AC_DEFUN_ONCE([gl_MULTIARCH], [ dnl Code similar to autoconf-2.63 AC_C_BIGENDIAN. gl_cv_c_multiarch=no AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; ]])], [ dnl Check for potential -arch flags. It is not universal unless dnl there are at least two -arch flags with different values. arch= prev= for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do if test -n "$prev"; then case $word in i?86 | x86_64 | ppc | ppc64) if test -z "$arch" || test "$arch" = "$word"; then arch="$word" else gl_cv_c_multiarch=yes fi ;; esac prev= else if test "x$word" = "x-arch"; then prev=arch fi fi done ]) if test $gl_cv_c_multiarch = yes; then APPLE_UNIVERSAL_BUILD=1 else APPLE_UNIVERSAL_BUILD=0 fi AC_SUBST([APPLE_UNIVERSAL_BUILD]) ]) ��������������������������������������������������������������������libidn2-2.0.4/m4/lib-ld.m4��������������������������������������������������������������������������0000644�0000000�0000000�00000007143�13051027062�011655� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# lib-ld.m4 serial 6 dnl Copyright (C) 1996-2003, 2009-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid dnl collision with libtool.m4. dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 </dev/null` in *GNU* | *'with BFD'*) acl_cv_prog_gnu_ld=yes ;; *) acl_cv_prog_gnu_ld=no ;; esac]) with_gnu_ld=$acl_cv_prog_gnu_ld ]) dnl From libtool-2.4. Sets the variable LD. AC_DEFUN([AC_LIB_PROG_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld [default=no]])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL([acl_cv_path_LD], [if test -z "$LD"; then acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$acl_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT([$LD]) else AC_MSG_RESULT([no]) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/malloc.m4��������������������������������������������������������������������������0000644�0000000�0000000�00000006423�13061734274�011774� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# malloc.m4 serial 15 dnl Copyright (C) 2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. m4_version_prereq([2.70], [] ,[ # This is adapted with modifications from upstream Autoconf here: # http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=04be2b7a29d65d9a08e64e8e56e594c91749598c AC_DEFUN([_AC_FUNC_MALLOC_IF], [ AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl for cross-compiles AC_CHECK_HEADERS([stdlib.h]) AC_CACHE_CHECK([for GNU libc compatible malloc], [ac_cv_func_malloc_0_nonnull], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#if defined STDC_HEADERS || defined HAVE_STDLIB_H # include <stdlib.h> #else char *malloc (); #endif ]], [[char *p = malloc (0); int result = !p; free (p); return result;]]) ], [ac_cv_func_malloc_0_nonnull=yes], [ac_cv_func_malloc_0_nonnull=no], [case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_malloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_malloc_0_nonnull=no ;; esac ]) ]) AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2]) ])# _AC_FUNC_MALLOC_IF ]) # gl_FUNC_MALLOC_GNU # ------------------ # Test whether 'malloc (0)' is handled like in GNU libc, and replace malloc if # it is not. AC_DEFUN([gl_FUNC_MALLOC_GNU], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) dnl _AC_FUNC_MALLOC_IF is defined in Autoconf. _AC_FUNC_MALLOC_IF( [AC_DEFINE([HAVE_MALLOC_GNU], [1], [Define to 1 if your system has a GNU libc compatible 'malloc' function, and to 0 otherwise.])], [AC_DEFINE([HAVE_MALLOC_GNU], [0]) REPLACE_MALLOC=1 ]) ]) # gl_FUNC_MALLOC_POSIX # -------------------- # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it # fails), and replace malloc if it is not. AC_DEFUN([gl_FUNC_MALLOC_POSIX], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([gl_CHECK_MALLOC_POSIX]) if test $gl_cv_func_malloc_posix = yes; then AC_DEFINE([HAVE_MALLOC_POSIX], [1], [Define if the 'malloc' function is POSIX compliant.]) else REPLACE_MALLOC=1 fi ]) # Test whether malloc, realloc, calloc are POSIX compliant, # Set gl_cv_func_malloc_posix to yes or no accordingly. AC_DEFUN([gl_CHECK_MALLOC_POSIX], [ AC_CACHE_CHECK([whether malloc, realloc, calloc are POSIX compliant], [gl_cv_func_malloc_posix], [ dnl It is too dangerous to try to allocate a large amount of memory: dnl some systems go to their knees when you do that. So assume that dnl all Unix implementations of the function are POSIX compliant. AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[]], [[#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ choke me #endif ]])], [gl_cv_func_malloc_posix=yes], [gl_cv_func_malloc_posix=no]) ]) ]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/version-etc.m4���������������������������������������������������������������������0000644�0000000�0000000�00000002226�13061734274�012760� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# version-etc.m4 serial 1 # Copyright (C) 2009-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. dnl $1 - configure flag and define name dnl $2 - human readable description m4_define([gl_VERSION_ETC_FLAG], [dnl AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1], [$2])], [dnl case $withval in yes|no) ;; *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;; esac ]) ]) AC_DEFUN([gl_VERSION_ETC], [dnl gl_VERSION_ETC_FLAG([packager], [String identifying the packager of this software]) gl_VERSION_ETC_FLAG([packager-version], [Packager-specific version information]) gl_VERSION_ETC_FLAG([packager-bug-reports], [Packager info for bug reports (URL/e-mail/...)]) if test "X$with_packager" = "X" && \ test "X$with_packager_version$with_packager_bug_reports" != "X" then AC_MSG_ERROR([The --with-packager-{bug-reports,version} options require --with-packager]) fi ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/wchar_t.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000001462�13061734274�012152� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# wchar_t.m4 serial 4 (gettext-0.18.2) dnl Copyright (C) 2002-2003, 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether <stddef.h> has the 'wchar_t' type. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WCHAR_T], [ AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <stddef.h> wchar_t foo = (wchar_t)'\0';]], [[]])], [gt_cv_c_wchar_t=yes], [gt_cv_c_wchar_t=no])]) if test $gt_cv_c_wchar_t = yes; then AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.]) fi ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/getline.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000006013�13134403260�012134� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# getline.m4 serial 28 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2017 Free Software Foundation, dnl Inc. dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.59]) dnl See if there's a working, system-supplied version of the getline function. dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems dnl have a function by that name in -linet that doesn't have anything dnl to do with the function we need. AC_DEFUN([gl_FUNC_GETLINE], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) dnl Persuade glibc <stdio.h> to declare getline(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getline]) gl_getline_needs_run_time_check=no AC_CHECK_FUNC([getline], [dnl Found it in some library. Verify that it works. gl_getline_needs_run_time_check=yes], [am_cv_func_working_getline=no]) if test $gl_getline_needs_run_time_check = yes; then AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data AC_RUN_IFELSE([AC_LANG_SOURCE([[ # include <stdio.h> # include <stdlib.h> # include <string.h> int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) { free (line); fclose (in); return 2; } free (line); } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) { fclose (in); return 3; } free (line); } fclose (in); return 0; } ]])], [am_cv_func_working_getline=yes] dnl The library version works. , [am_cv_func_working_getline=no] dnl The library version does NOT work. , dnl We're cross compiling. Assume it works on glibc2 systems. [AC_EGREP_CPP([Lucky GNU user], [ #include <features.h> #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif ], [am_cv_func_working_getline="guessing yes"], [am_cv_func_working_getline="guessing no"])] )]) fi if test $ac_cv_have_decl_getline = no; then HAVE_DECL_GETLINE=0 fi case "$am_cv_func_working_getline" in *no) dnl Set REPLACE_GETLINE always: Even if we have not found the broken dnl getline function among $LIBS, it may exist in libinet and the dnl executable may be linked with -linet. REPLACE_GETLINE=1 ;; esac ]) # Prerequisites of lib/getline.c. AC_DEFUN([gl_PREREQ_GETLINE], [ : ]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/progtest.m4������������������������������������������������������������������������0000644�0000000�0000000�00000006024�13051027062�012356� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# progtest.m4 serial 7 (gettext-0.18.2) dnl Copyright (C) 1996-2003, 2005, 2008-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper <drepper@cygnus.com>, 1996. AC_PREREQ([2.50]) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/stddef_h.m4������������������������������������������������������������������������0000644�0000000�0000000�00000003216�13061734274�012302� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������dnl A placeholder for <stddef.h>, for platforms that have issues. # stddef_h.m4 serial 5 dnl Copyright (C) 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDDEF_H], [ AC_REQUIRE([gl_STDDEF_H_DEFAULTS]) AC_REQUIRE([gt_TYPE_WCHAR_T]) STDDEF_H= AC_CHECK_TYPE([max_align_t], [], [HAVE_MAX_ALIGN_T=0; STDDEF_H=stddef.h], [[#include <stddef.h> ]]) if test $gt_cv_c_wchar_t = no; then HAVE_WCHAR_T=0 STDDEF_H=stddef.h fi AC_CACHE_CHECK([whether NULL can be used in arbitrary expressions], [gl_cv_decl_null_works], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stddef.h> int test[2 * (sizeof NULL == sizeof (void *)) -1]; ]])], [gl_cv_decl_null_works=yes], [gl_cv_decl_null_works=no])]) if test $gl_cv_decl_null_works = no; then REPLACE_NULL=1 STDDEF_H=stddef.h fi AC_SUBST([STDDEF_H]) AM_CONDITIONAL([GL_GENERATE_STDDEF_H], [test -n "$STDDEF_H"]) if test -n "$STDDEF_H"; then gl_NEXT_HEADERS([stddef.h]) fi ]) AC_DEFUN([gl_STDDEF_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDDEF_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_STDDEF_H_DEFAULTS], [ dnl Assume proper GNU behavior unless another module says otherwise. REPLACE_NULL=0; AC_SUBST([REPLACE_NULL]) HAVE_MAX_ALIGN_T=1; AC_SUBST([HAVE_MAX_ALIGN_T]) HAVE_WCHAR_T=1; AC_SUBST([HAVE_WCHAR_T]) ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/sys_types_h.m4���������������������������������������������������������������������0000644�0000000�0000000�00000003340�13134403260�013056� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# sys_types_h.m4 serial 8 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_SYS_TYPES_H], [ dnl Use sane struct stat types in OpenVMS 8.2 and later. AC_DEFINE([_USE_STD_STAT], 1, [For standard stat data types on VMS.]) AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Ensure the type mode_t gets defined. AC_REQUIRE([AC_TYPE_MODE_T]) dnl Whether to override the 'off_t' type. AC_REQUIRE([gl_TYPE_OFF_T]) dnl Whether to override the 'dev_t' and 'ino_t' types. m4_ifdef([gl_WINDOWS_STAT_INODES], [ AC_REQUIRE([gl_WINDOWS_STAT_INODES]) ], [ WINDOWS_STAT_INODES=0 ]) AC_SUBST([WINDOWS_STAT_INODES]) ]) AC_DEFUN([gl_SYS_TYPES_H_DEFAULTS], [ ]) # This works around a buggy version in autoconf <= 2.69. # See <https://lists.gnu.org/archive/html/autoconf/2016-08/msg00014.html> m4_version_prereq([2.70], [], [ # This is taken from the following Autoconf patch: # http://git.sv.gnu.org/cgit/autoconf.git/commit/?id=e17a30e98 m4_undefine([AC_HEADER_MAJOR]) AC_DEFUN([AC_HEADER_MAJOR], [AC_CHECK_HEADERS_ONCE([sys/types.h]) AC_CHECK_HEADER([sys/mkdev.h], [AC_DEFINE([MAJOR_IN_MKDEV], [1], [Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.])]) if test $ac_cv_header_sys_mkdev_h = no; then AC_CHECK_HEADER([sys/sysmacros.h], [AC_DEFINE([MAJOR_IN_SYSMACROS], [1], [Define to 1 if `major', `minor', and `makedev' are declared in <sysmacros.h>.])]) fi ]) ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/00gnulib.m4������������������������������������������������������������������������0000644�0000000�0000000�00000004152�13061734274�012142� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# 00gnulib.m4 serial 3 dnl Copyright (C) 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file must be named something that sorts before all other dnl gnulib-provided .m4 files. It is needed until such time as we can dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE and dnl m4_divert semantics. # Until autoconf 2.63, handling of the diversion stack required m4_init # to be called first; but this does not happen with aclocal. Wrapping # the entire execution in another layer of the diversion stack fixes this. # Worse, prior to autoconf 2.62, m4_wrap depended on the underlying m4 # for whether it was FIFO or LIFO; in order to properly balance with # m4_init, we need to undo our push just before anything wrapped within # the m4_init body. The way to ensure this is to wrap both sides of # m4_init with a one-shot macro that does the pop at the right time. m4_ifndef([_m4_divert_diversion], [m4_divert_push([KILL]) m4_define([gl_divert_fixup], [m4_divert_pop()m4_define([$0])]) m4_define([m4_init], [gl_divert_fixup()]m4_defn([m4_init])[gl_divert_fixup()])]) # AC_DEFUN_ONCE([NAME], VALUE) # ---------------------------- # Define NAME to expand to VALUE on the first use (whether by direct # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses. # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This # definition is slower than the version in Autoconf 2.64, because it # can only use interfaces that existed since 2.59; but it achieves the # same effect. Quoting is necessary to avoid confusing Automake. m4_version_prereq([2.63.263], [], [m4_define([AC][_DEFUN_ONCE], [AC][_DEFUN([$1], [AC_REQUIRE([_gl_DEFUN_ONCE([$1])], [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl [AC][_DEFUN([_gl_DEFUN_ONCE([$1])], [$2])])]) # gl_00GNULIB # ----------- # Witness macro that this file has been included. Needed to force # Automake to include this file prior to all other gnulib .m4 files. AC_DEFUN([gl_00GNULIB]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/gnulib-cache.m4��������������������������������������������������������������������0000644�0000000�0000000�00000004321�13063742274�013042� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the specification of how gnulib-tool is used. # It acts as a cache: It is written and read by gnulib-tool. # In projects that use version control, this file is meant to be put under # version control, like the configure.ac and various Makefile.am files. # Specification in the form of a command-line invocation: # gnulib-tool --import --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl error gendocs getline gettext-h gnupload lib-symbol-versions lib-symbol-visibility maintainer-makefile manywarnings progname stdio strchrnul strverscmp update-copyright valgrind-tests version-etc # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) gl_MODULES([ error gendocs getline gettext-h gnupload lib-symbol-versions lib-symbol-visibility maintainer-makefile manywarnings progname stdio strchrnul strverscmp update-copyright valgrind-tests version-etc ]) gl_AVOID([]) gl_SOURCE_BASE([gl]) gl_M4_BASE([m4]) gl_PO_BASE([]) gl_DOC_BASE([doc]) gl_TESTS_BASE([tests]) gl_LIB([libgnu]) gl_MAKEFILE_NAME([]) gl_LIBTOOL gl_MACRO_PREFIX([gl]) gl_PO_DOMAIN([]) gl_WITNESS_C_MACRO([]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/valgrind-tests.m4������������������������������������������������������������������0000644�0000000�0000000�00000002314�13063742271�013464� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# valgrind-tests.m4 serial 3 dnl Copyright (C) 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_VALGRIND_TESTS() # ------------------- # Check if valgrind is available, and set VALGRIND to it if available. AC_DEFUN([gl_VALGRIND_TESTS], [ AC_ARG_ENABLE(valgrind-tests, AS_HELP_STRING([--disable-valgrind-tests], [don't try to run self tests under valgrind]), [opt_valgrind_tests=$enableval], [opt_valgrind_tests=no]) # Run self-tests under valgrind? if test "$opt_valgrind_tests" = "yes" && test "$cross_compiling" = no; then AC_CHECK_PROGS(VALGRIND, valgrind) fi OPTS="-q --error-exitcode=1 --leak-check=full" if test -n "$VALGRIND" \ && $VALGRIND $OPTS /bin/sh -c 'exit 0' > /dev/null 2>&1; then opt_valgrind_tests=yes VALGRIND="$VALGRIND $OPTS --suppressions=\$(srcdir)/suppressions.valgrind" else opt_valgrind_tests=no VALGRIND= fi AC_MSG_CHECKING([whether self tests are run under valgrind]) AC_MSG_RESULT($opt_valgrind_tests) ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/gnulib-comp.m4���������������������������������������������������������������������0000644�0000000�0000000�00000034647�13134403262�012741� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# DO NOT EDIT! GENERATED AUTOMATICALLY! # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the compiled summary of the specification in # gnulib-cache.m4. It lists the computed macro invocations that need # to be invoked from configure.ac. # In projects that use version control, this file can be treated like # other built files. # This macro should be invoked from ./configure.ac, in the section # "Checks for programs", right after AC_PROG_CC, and certainly before # any checks for libraries, header files, types and library functions. AC_DEFUN([gl_EARLY], [ m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable # Pre-early section. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_PROG_AR_RANLIB]) # Code from module absolute-header: # Code from module dirname-lgpl: # Code from module dosname: # Code from module double-slash-root: # Code from module errno: # Code from module error: # Code from module extensions: # Code from module extern-inline: # Code from module gendocs: # Code from module getdelim: # Code from module getline: # Code from module getprogname: # Code from module gettext-h: # Code from module gnumakefile: # Code from module gnupload: # Code from module include_next: # Code from module intprops: # Code from module lib-symbol-versions: # Code from module lib-symbol-visibility: # Code from module limits-h: # Code from module maintainer-makefile: # Code from module malloc-posix: # Code from module manywarnings: # Code from module msvc-inval: # Code from module msvc-nothrow: # Code from module multiarch: # Code from module progname: # Code from module rawmemchr: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/warn-on-use: # Code from module ssize_t: # Code from module stdarg: dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode dnl for the builtin va_copy to work. With Autoconf 2.60 or later, dnl gl_PROG_CC_C99 arranges for this. With older Autoconf gl_PROG_CC_C99 dnl shouldn't hurt, though installers are on their own to set c99 mode. gl_PROG_CC_C99 # Code from module stdbool: # Code from module stddef: # Code from module stdint: # Code from module stdio: # Code from module stdlib: # Code from module strchrnul: # Code from module strerror: # Code from module strerror-override: # Code from module string: # Code from module strverscmp: # Code from module sys_types: # Code from module unistd: # Code from module update-copyright: # Code from module useless-if-before-free: # Code from module valgrind-tests: # Code from module vc-list-files: # Code from module verify: # Code from module version-etc: # Code from module warnings: ]) # This macro should be invoked from ./configure.ac, in the section # "Check for header files, types and library functions". AC_DEFUN([gl_INIT], [ AM_CONDITIONAL([GL_COND_LIBTOOL], [true]) gl_cond_libtool=true gl_m4_base='m4' m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES])) m4_pushdef([gl_LIBSOURCES_LIST], []) m4_pushdef([gl_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='gl' gl_DIRNAME_LGPL gl_DOUBLE_SLASH_ROOT gl_HEADER_ERRNO_H gl_ERROR if test $ac_cv_lib_error_at_line = no; then AC_LIBOBJ([error]) gl_PREREQ_ERROR fi m4_ifdef([AM_XGETTEXT_OPTION], [AM_][XGETTEXT_OPTION([--flag=error:3:c-format]) AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])]) AC_REQUIRE([gl_EXTERN_INLINE]) gl_FUNC_GETDELIM if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then AC_LIBOBJ([getdelim]) gl_PREREQ_GETDELIM fi gl_STDIO_MODULE_INDICATOR([getdelim]) gl_FUNC_GETLINE if test $REPLACE_GETLINE = 1; then AC_LIBOBJ([getline]) gl_PREREQ_GETLINE fi gl_STDIO_MODULE_INDICATOR([getline]) gl_FUNC_GETPROGNAME AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) # Autoconf 2.61a.99 and earlier don't support linking a file only # in VPATH builds. But since GNUmakefile is for maintainer use # only, it does not matter if we skip the link with older autoconf. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile m4_if(m4_version_compare([2.61a.100], m4_defn([m4_PACKAGE_VERSION])), [1], [], [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [], [GNUmakefile=$GNUmakefile])]) gl_LD_VERSION_SCRIPT gl_VISIBILITY gl_LIMITS_H AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER], [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])]) AC_REQUIRE([AC_PROG_SED]) gl_FUNC_MALLOC_POSIX if test $REPLACE_MALLOC = 1; then AC_LIBOBJ([malloc]) fi gl_STDLIB_MODULE_INDICATOR([malloc-posix]) AC_REQUIRE([gl_MSVC_INVAL]) if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then AC_LIBOBJ([msvc-inval]) fi AC_REQUIRE([gl_MSVC_NOTHROW]) if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then AC_LIBOBJ([msvc-nothrow]) fi gl_MODULE_INDICATOR([msvc-nothrow]) gl_MULTIARCH AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>]) AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include <errno.h>]) gl_FUNC_RAWMEMCHR if test $HAVE_RAWMEMCHR = 0; then AC_LIBOBJ([rawmemchr]) gl_PREREQ_RAWMEMCHR fi gl_STRING_MODULE_INDICATOR([rawmemchr]) gt_TYPE_SSIZE_T gl_STDARG_H AM_STDBOOL_H gl_STDDEF_H gl_STDINT_H gl_STDIO_H gl_STDLIB_H gl_FUNC_STRCHRNUL if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then AC_LIBOBJ([strchrnul]) gl_PREREQ_STRCHRNUL fi gl_STRING_MODULE_INDICATOR([strchrnul]) gl_FUNC_STRERROR if test $REPLACE_STRERROR = 1; then AC_LIBOBJ([strerror]) fi gl_MODULE_INDICATOR([strerror]) gl_STRING_MODULE_INDICATOR([strerror]) AC_REQUIRE([gl_HEADER_ERRNO_H]) AC_REQUIRE([gl_FUNC_STRERROR_0]) if test -n "$ERRNO_H" || test $REPLACE_STRERROR_0 = 1; then AC_LIBOBJ([strerror-override]) gl_PREREQ_SYS_H_WINSOCK2 fi gl_HEADER_STRING_H gl_FUNC_STRVERSCMP if test $HAVE_STRVERSCMP = 0; then AC_LIBOBJ([strverscmp]) gl_PREREQ_STRVERSCMP fi gl_STRING_MODULE_INDICATOR([strverscmp]) gl_SYS_TYPES_H AC_PROG_MKDIR_P gl_UNISTD_H gl_VALGRIND_TESTS gl_VERSION_ETC # End of code from modules m4_ifval(gl_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ || for gl_file in ]gl_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([gl_LIBSOURCES_DIR]) m4_popdef([gl_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi AC_SUBST([gl_LIBOBJS], [$gl_libobjs]) AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs]) ]) gltests_libdeps= gltests_ltlibdeps= m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES])) m4_pushdef([gltests_LIBSOURCES_LIST], []) m4_pushdef([gltests_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='tests' changequote(,)dnl gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS changequote([, ])dnl AC_SUBST([gltests_WITNESS]) gl_module_indicator_condition=$gltests_WITNESS m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition]) gl_VALGRIND_TESTS m4_popdef([gl_MODULE_INDICATOR_CONDITION]) m4_ifval(gltests_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ || for gl_file in ]gltests_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([gltests_LIBSOURCES_DIR]) m4_popdef([gltests_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gltests_libobjs= gltests_ltlibobjs= if test -n "$gltests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gltests_libobjs="$gltests_libobjs $i.$ac_objext" gltests_ltlibobjs="$gltests_ltlibobjs $i.lo" done fi AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs]) AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs]) ]) LIBTESTS_LIBDEPS="$gltests_libdeps" AC_SUBST([LIBTESTS_LIBDEPS]) ]) # Like AC_LIBOBJ, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_LIBOBJ], [ AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gl_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([gl_LIBSOURCES_DIR], [gl]) m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # Like AC_LIBOBJ, except that the module name goes # into gltests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gltests_LIBOBJ], [ AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gltests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gltests_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gltests_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([gltests_LIBSOURCES_DIR], [tests]) m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # This macro records the list of files which have been installed by # gnulib-tool and may be removed by future gnulib-tool invocations. AC_DEFUN([gl_FILE_LIST], [ build-aux/gendocs.sh build-aux/gnupload build-aux/update-copyright build-aux/useless-if-before-free build-aux/vc-list-files doc/gendocs_template doc/gendocs_template_min lib/_Noreturn.h lib/arg-nonnull.h lib/basename-lgpl.c lib/c++defs.h lib/dirname-lgpl.c lib/dirname.h lib/dosname.h lib/errno.in.h lib/error.c lib/error.h lib/getdelim.c lib/getline.c lib/getprogname.c lib/getprogname.h lib/gettext.h lib/intprops.h lib/limits.in.h lib/malloc.c lib/msvc-inval.c lib/msvc-inval.h lib/msvc-nothrow.c lib/msvc-nothrow.h lib/progname.c lib/progname.h lib/rawmemchr.c lib/rawmemchr.valgrind lib/stdarg.in.h lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h lib/stdio.in.h lib/stdlib.in.h lib/strchrnul.c lib/strchrnul.valgrind lib/strerror-override.c lib/strerror-override.h lib/strerror.c lib/string.in.h lib/stripslash.c lib/strverscmp.c lib/sys_types.in.h lib/unistd.c lib/unistd.in.h lib/verify.h lib/version-etc.c lib/version-etc.h lib/warn-on-use.h m4/00gnulib.m4 m4/absolute-header.m4 m4/dirname.m4 m4/double-slash-root.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/extern-inline.m4 m4/getdelim.m4 m4/getline.m4 m4/getprogname.m4 m4/gnulib-common.m4 m4/include_next.m4 m4/ld-version-script.m4 m4/limits-h.m4 m4/longlong.m4 m4/malloc.m4 m4/manywarnings.m4 m4/msvc-inval.m4 m4/msvc-nothrow.m4 m4/multiarch.m4 m4/off_t.m4 m4/onceonly.m4 m4/rawmemchr.m4 m4/ssize_t.m4 m4/stdarg.m4 m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 m4/stdio_h.m4 m4/stdlib_h.m4 m4/strchrnul.m4 m4/strerror.m4 m4/string_h.m4 m4/strverscmp.m4 m4/sys_socket_h.m4 m4/sys_types_h.m4 m4/unistd_h.m4 m4/valgrind-tests.m4 m4/version-etc.m4 m4/visibility.m4 m4/warn-on-use.m4 m4/warnings.m4 m4/wchar_t.m4 m4/wint_t.m4 tests=lib/_Noreturn.h tests=lib/arg-nonnull.h tests=lib/c++defs.h tests=lib/dummy.c tests=lib/warn-on-use.h top/GNUmakefile top/maint.mk ]) �����������������������������������������������������������������������������������������libidn2-2.0.4/m4/libtool.m4�������������������������������������������������������������������������0000644�0000000�0000000�00001126171�13051022525�012161� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. ]) # serial 58 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_PREPARE_CC_BASENAME # ----------------------- m4_defun([_LT_PREPARE_CC_BASENAME], [ # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in @S|@*""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } ])# _LT_PREPARE_CC_BASENAME # _LT_CC_BASENAME(CC) # ------------------- # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, # but that macro is also expanded into generated libtool script, which # arranges for $SED and $ECHO to be set by different means. m4_defun([_LT_CC_BASENAME], [m4_require([_LT_PREPARE_CC_BASENAME])dnl AC_REQUIRE([_LT_DECL_SED])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl func_cc_basename $1 cc_basename=$func_cc_basename_result ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl m4_require([_LT_CMD_TRUNCATE])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from 'configure', and 'config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # 'config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain=$ac_aux_dir/ltmain.sh ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the 'libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to 'config.status' so that its # declaration there will have the same value as in 'configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags='_LT_TAGS'dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into 'config.status', and then the shell code to quote escape them in # for loops in 'config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # '#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test 0 = "$lt_write_fail" && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 _LT_COPYING _LT_LIBTOOL_TAGS # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE _LT_PREPARE_MUNGE_PATH_LIST _LT_PREPARE_CC_BASENAME # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS=$save_LDFLAGS ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test yes = "$lt_cv_ld_force_load"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], [ if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script that will find a shell with a builtin # printf (that we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case $ECHO in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes = "$cross_compiling"; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include <dlfcn.h> #endif #include <stdio.h> #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links=nottested if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test no = "$hard_links"; then AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", [Define to the sub-directory where libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then # We can hardcode non-existent directories. if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_PREPARE_MUNGE_PATH_LIST # --------------------------- # Make sure func_munge_path_list() is defined correctly. m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], [[# func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x@S|@2 in x) ;; *:) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" ;; x:*) eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; *::*) eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" ;; *) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; esac } ]])# _LT_PREPARE_PATH_LIST # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown AC_ARG_VAR([LT_SYS_LIBRARY_PATH], [User-defined run-time library search path.]) case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib<name>.so # instead of lib<name>.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a[(]lib.so.V[)]' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], [Detected run-time system search path for libraries]) _LT_DECL([], [configure_time_lt_sys_library_path], [2], [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program that can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program that can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in *GNU* | *'with BFD'*) test no != "$with_gnu_ld" && break ;; *) test yes != "$with_gnu_ld" && break ;; esac fi done IFS=$lt_save_ifs else lt_cv_path_LD=$LD # Let the user override the test with a path. fi]) LD=$lt_cv_path_LD if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) _LT_PATH_LD_GNU AC_SUBST([LD]) _LT_TAGDECL([], [LD], [1], [The linker used to build libraries]) ])# LT_PATH_LD # Old names: AU_ALIAS([AM_PROG_LD], [LT_PATH_LD]) AU_ALIAS([AC_PROG_LD], [LT_PATH_LD]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_LD], []) dnl AC_DEFUN([AC_PROG_LD], []) # _LT_PATH_LD_GNU #- -------------- m4_defun([_LT_PATH_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 </dev/null` in *GNU* | *'with BFD'*) lt_cv_prog_gnu_ld=yes ;; *) lt_cv_prog_gnu_ld=no ;; esac]) with_gnu_ld=$lt_cv_prog_gnu_ld ])# _LT_PATH_LD_GNU # _LT_CMD_RELOAD # -------------- # find reload flag for linker # -- PORTME Some linkers may need a different reload flag. m4_defun([_LT_CMD_RELOAD], [AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag, [lt_cv_ld_reload_flag='-r']) reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl _LT_TAGDECL([], [reload_cmds], [2])dnl ])# _LT_CMD_RELOAD # _LT_PATH_DD # ----------- # find a working dd m4_defun([_LT_PATH_DD], [AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD], [printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi]) rm -f conftest.i conftest2.i conftest.out]) ])# _LT_PATH_DD # _LT_CMD_TRUNCATE # ---------------- # find command to truncate a binary pipe m4_defun([_LT_CMD_TRUNCATE], [m4_require([_LT_PATH_DD]) AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], [printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], [Command to truncate a binary pipe]) ])# _LT_CMD_TRUNCATE # _LT_CHECK_MAGIC_METHOD # ---------------------- # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_MAGIC_METHOD], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[[4-9]]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[[45]]*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # _LT_DLL_DEF_P([FILE]) # --------------------- # True iff FILE is a Windows DLL '.def' file. # Keep in sync with func_dll_def_p in the libtool script AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ])# _LT_DLL_DEF_P # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test yes = "$GCC"; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], [Transform the output of nm into a list of symbols to manually relocate]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([nm_interface], [lt_cv_nm_interface], [1], [The name lister interface]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach <jrb3@best.com> says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS=$save_LDFLAGS]) if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi _LT_TAGVAR(link_all_deplibs, $1)=no else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(ld_shlibs, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; osf3*) if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test yes = "$GCC"; then wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test yes,yes = "$GCC,$enable_shared"; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting $shlibpath_var if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC=$CC AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report what library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC=$lt_save_CC ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach <jrb3@best.com> says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(GCC, $1)=$GXX _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case @S|@2 in .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)=$prev$p else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)=$p else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)=$p else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test no = "$F77"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_F77"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$G77 _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_F77" AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test no = "$FC"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_FC"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_FC" AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code=$lt_simple_compile_test_code # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f "$lt_ac_sed" && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test 10 -lt "$lt_ac_count" && break lt_ac_count=`expr $lt_ac_count + 1` if test "$lt_ac_count" -gt "$lt_ac_max"; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine what file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ax_prog_cc_for_build.m4������������������������������������������������������������0000644�0000000�0000000�00000007702�13066473525�014663� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# =========================================================================== # http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html # =========================================================================== # # SYNOPSIS # # AX_PROG_CC_FOR_BUILD # # DESCRIPTION # # This macro searches for a C compiler that generates native executables, # that is a C compiler that surely is not a cross-compiler. This can be # useful if you have to generate source code at compile-time like for # example GCC does. # # The macro sets the CC_FOR_BUILD and CPP_FOR_BUILD macros to anything # needed to compile or link (CC_FOR_BUILD) and preprocess (CPP_FOR_BUILD). # The value of these variables can be overridden by the user by specifying # a compiler with an environment variable (like you do for standard CC). # # It also sets BUILD_EXEEXT and BUILD_OBJEXT to the executable and object # file extensions for the build platform, and GCC_FOR_BUILD to `yes' if # the compiler we found is GCC. All these variables but GCC_FOR_BUILD are # substituted in the Makefile. # # LICENSE # # Copyright (c) 2008 Paolo Bonzini <bonzini@gnu.org> # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 8 AU_ALIAS([AC_PROG_CC_FOR_BUILD], [AX_PROG_CC_FOR_BUILD]) AC_DEFUN([AX_PROG_CC_FOR_BUILD], [dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_CPP])dnl AC_REQUIRE([AC_EXEEXT])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl dnl Use the standard macros, but make them use other variable names dnl pushdef([ac_cv_prog_CPP], ac_cv_build_prog_CPP)dnl pushdef([ac_cv_prog_gcc], ac_cv_build_prog_gcc)dnl pushdef([ac_cv_prog_cc_works], ac_cv_build_prog_cc_works)dnl pushdef([ac_cv_prog_cc_cross], ac_cv_build_prog_cc_cross)dnl pushdef([ac_cv_prog_cc_g], ac_cv_build_prog_cc_g)dnl pushdef([ac_cv_exeext], ac_cv_build_exeext)dnl pushdef([ac_cv_objext], ac_cv_build_objext)dnl pushdef([ac_exeext], ac_build_exeext)dnl pushdef([ac_objext], ac_build_objext)dnl pushdef([CC], CC_FOR_BUILD)dnl pushdef([CPP], CPP_FOR_BUILD)dnl pushdef([CFLAGS], CFLAGS_FOR_BUILD)dnl pushdef([CPPFLAGS], CPPFLAGS_FOR_BUILD)dnl pushdef([LDFLAGS], LDFLAGS_FOR_BUILD)dnl pushdef([host], build)dnl pushdef([host_alias], build_alias)dnl pushdef([host_cpu], build_cpu)dnl pushdef([host_vendor], build_vendor)dnl pushdef([host_os], build_os)dnl pushdef([ac_cv_host], ac_cv_build)dnl pushdef([ac_cv_host_alias], ac_cv_build_alias)dnl pushdef([ac_cv_host_cpu], ac_cv_build_cpu)dnl pushdef([ac_cv_host_vendor], ac_cv_build_vendor)dnl pushdef([ac_cv_host_os], ac_cv_build_os)dnl pushdef([ac_cpp], ac_build_cpp)dnl pushdef([ac_compile], ac_build_compile)dnl pushdef([ac_link], ac_build_link)dnl save_cross_compiling=$cross_compiling save_ac_tool_prefix=$ac_tool_prefix cross_compiling=no ac_tool_prefix= AC_PROG_CC AC_PROG_CPP AC_EXEEXT ac_tool_prefix=$save_ac_tool_prefix cross_compiling=$save_cross_compiling dnl Restore the old definitions dnl popdef([ac_link])dnl popdef([ac_compile])dnl popdef([ac_cpp])dnl popdef([ac_cv_host_os])dnl popdef([ac_cv_host_vendor])dnl popdef([ac_cv_host_cpu])dnl popdef([ac_cv_host_alias])dnl popdef([ac_cv_host])dnl popdef([host_os])dnl popdef([host_vendor])dnl popdef([host_cpu])dnl popdef([host_alias])dnl popdef([host])dnl popdef([LDFLAGS])dnl popdef([CPPFLAGS])dnl popdef([CFLAGS])dnl popdef([CPP])dnl popdef([CC])dnl popdef([ac_objext])dnl popdef([ac_exeext])dnl popdef([ac_cv_objext])dnl popdef([ac_cv_exeext])dnl popdef([ac_cv_prog_cc_g])dnl popdef([ac_cv_prog_cc_cross])dnl popdef([ac_cv_prog_cc_works])dnl popdef([ac_cv_prog_gcc])dnl popdef([ac_cv_prog_CPP])dnl dnl Finally, set Makefile variables dnl BUILD_EXEEXT=$ac_build_exeext BUILD_OBJEXT=$ac_build_objext AC_SUBST(BUILD_EXEEXT)dnl AC_SUBST(BUILD_OBJEXT)dnl AC_SUBST([CFLAGS_FOR_BUILD])dnl AC_SUBST([CPPFLAGS_FOR_BUILD])dnl AC_SUBST([LDFLAGS_FOR_BUILD])dnl ]) ��������������������������������������������������������������libidn2-2.0.4/m4/extern-inline.m4�������������������������������������������������������������������0000644�0000000�0000000�00000010420�13151533303�013264� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������dnl 'extern inline' a la ISO C99. dnl Copyright 2012-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_EXTERN_INLINE], [ AH_VERBATIM([extern_inline], [/* Please see the Gnulib manual for how to use these macros. Suppress extern inline with HP-UX cc, as it appears to be broken; see <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. Suppress extern inline with Sun C in standards-conformance mode, as it mishandles inline functions that call each other. E.g., for 'inline void f (void) { } inline void g (void) { f (); }', c99 incorrectly complains 'reference to static identifier "f" in extern inline function'. This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. Suppress extern inline (with or without __attribute__ ((__gnu_inline__))) on configurations that mistakenly use 'static inline' to implement functions or macros in standard C headers like <ctype.h>. For example, if isdigit is mistakenly implemented via a static inline function, a program containing an extern inline function that calls isdigit may not work since the C standard prohibits extern inline functions from calling static functions. This bug is known to occur on: OS X 10.8 and earlier; see: http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html DragonFly; see http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log FreeBSD; see: http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and for clang but remains for g++; see <http://trac.macports.org/ticket/41033>. Assume DragonFly and FreeBSD will be similar. */ #if (((defined __APPLE__ && defined __MACH__) \ || defined __DragonFly__ || defined __FreeBSD__) \ && (defined __header_inline \ ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \ && ! defined __clang__) \ : ((! defined _DONT_USE_CTYPE_INLINE_ \ && (defined __GNUC__ || defined __cplusplus)) \ || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \ && defined __GNUC__ && ! defined __cplusplus)))) # define _GL_EXTERN_INLINE_STDHEADER_BUG #endif #if ((__GNUC__ \ ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ : (199901L <= __STDC_VERSION__ \ && !defined __HP_cc \ && !defined __PGI \ && !(defined __SUNPRO_C && __STDC__))) \ && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) # define _GL_INLINE inline # define _GL_EXTERN_INLINE extern inline # define _GL_EXTERN_INLINE_IN_USE #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__ /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) # else # define _GL_INLINE extern inline # endif # define _GL_EXTERN_INLINE extern # define _GL_EXTERN_INLINE_IN_USE #else # define _GL_INLINE static _GL_UNUSED # define _GL_EXTERN_INLINE static _GL_UNUSED #endif /* In GCC 4.6 (inclusive) to 5.1 (exclusive), suppress bogus "no previous prototype for 'FOO'" and "no previous declaration for 'FOO'" diagnostics, when FOO is an inline function in the header; see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */ #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__ # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ # define _GL_INLINE_HEADER_CONST_PRAGMA # else # define _GL_INLINE_HEADER_CONST_PRAGMA \ _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"") # endif # define _GL_INLINE_HEADER_BEGIN \ _Pragma ("GCC diagnostic push") \ _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \ _GL_INLINE_HEADER_CONST_PRAGMA # define _GL_INLINE_HEADER_END \ _Pragma ("GCC diagnostic pop") #else # define _GL_INLINE_HEADER_BEGIN # define _GL_INLINE_HEADER_END #endif]) ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/ltsugar.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000010440�13051022525�012164� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59, which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/wint_t.m4��������������������������������������������������������������������������0000644�0000000�0000000�00000004443�13134403260�012016� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# wint_t.m4 serial 7 dnl Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether <wchar.h> has the 'wint_t' type and whether gnulib's dnl <wchar.h> or <wctype.h> would, if present, override 'wint_t'. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WINT_T], [ AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before <wchar.h>. BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included before <wchar.h>. */ #include <stddef.h> #include <stdio.h> #include <time.h> #include <wchar.h> wint_t foo = (wchar_t)'\0';]], [[]])], [gt_cv_c_wint_t=yes], [gt_cv_c_wint_t=no])]) if test $gt_cv_c_wint_t = yes; then AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.]) dnl Determine whether gnulib's <wchar.h> or <wctype.h> would, if present, dnl override 'wint_t'. AC_CACHE_CHECK([whether wint_t is too small], [gl_cv_type_wint_t_too_small], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before <wchar.h>. BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included before <wchar.h>. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include <stddef.h> # include <stdio.h> # include <time.h> #endif #include <wchar.h> int verify[sizeof (wint_t) < sizeof (int) ? -1 : 1]; ]])], [gl_cv_type_wint_t_too_small=no], [gl_cv_type_wint_t_too_small=yes])]) if test $gl_cv_type_wint_t_too_small = yes; then GNULIB_OVERRIDES_WINT_T=1 else GNULIB_OVERRIDES_WINT_T=0 fi else GNULIB_OVERRIDES_WINT_T=0 fi AC_SUBST([GNULIB_OVERRIDES_WINT_T]) ]) dnl Prerequisites of the 'wint_t' override. AC_DEFUN([gl_TYPE_WINT_T_PREREQ], [ AC_CHECK_HEADERS_ONCE([crtdefs.h]) if test $ac_cv_header_crtdefs_h = yes; then HAVE_CRTDEFS_H=1 else HAVE_CRTDEFS_H=0 fi AC_SUBST([HAVE_CRTDEFS_H]) ]) �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/codeset.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000001500�13051022523�012124� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# codeset.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2000-2002, 2006, 2008-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_LANGINFO_CODESET], [ AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include <langinfo.h>]], [[char* cs = nl_langinfo(CODESET); return !cs;]])], [am_cv_langinfo_codeset=yes], [am_cv_langinfo_codeset=no]) ]) if test $am_cv_langinfo_codeset = yes; then AC_DEFINE([HAVE_LANGINFO_CODESET], [1], [Define if you have <langinfo.h> and nl_langinfo(CODESET).]) fi ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/limits-h.m4������������������������������������������������������������������������0000644�0000000�0000000�00000002026�13061734274�012246� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������dnl Check whether limits.h has needed features. dnl Copyright 2016-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. AC_DEFUN_ONCE([gl_LIMITS_H], [ gl_CHECK_NEXT_HEADERS([limits.h]) AC_CACHE_CHECK([whether limits.h has ULLONG_WIDTH etc.], [gl_cv_header_limits_width], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #endif #include <limits.h> int ullw = ULLONG_WIDTH;]])], [gl_cv_header_limits_width=yes], [gl_cv_header_limits_width=no])]) if test "$gl_cv_header_limits_width" = yes; then LIMITS_H= else LIMITS_H=limits.h fi AC_SUBST([LIMITS_H]) AM_CONDITIONAL([GL_GENERATE_LIMITS_H], [test -n "$LIMITS_H"]) ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/getprogname.m4���������������������������������������������������������������������0000644�0000000�0000000�00000002633�13061734274�013034� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# getprogname.m4 - check for getprogname or replacements for it # Copyright (C) 2016-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 AC_DEFUN([gl_FUNC_GETPROGNAME], [ AC_CHECK_FUNCS_ONCE([getprogname getexecname]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) ac_found=0 AC_CHECK_DECLS([program_invocation_name], [ac_found=1], [], [#include <errno.h>]) AC_CHECK_DECLS([program_invocation_short_name], [ac_found=1], [], [#include <errno.h>]) AC_CHECK_DECLS([__argv], [ac_found=1], [], [#include <stdlib.h>]) # Incur the cost of this test only if none of the above worked. if test $ac_found = 0; then # On OpenBSD 5.1, using the global __progname variable appears to be # the only way to implement getprogname. AC_CACHE_CHECK([whether __progname is defined in default libraries], [gl_cv_var___progname], [ gl_cv_var___progname= AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[extern char *__progname;]], [[return *__progname;]] )], [gl_cv_var___progname=yes] ) ] ) if test "$gl_cv_var___progname" = yes; then AC_DEFINE([HAVE_VAR___PROGNAME], 1, [Define if you have a global __progname variable]) fi fi ]) �����������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/stdbool.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000006727�13061734274�012202� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Check for stdbool.h that conforms to C99. dnl Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. #serial 7 # Prepare for substituting <stdbool.h> if it is not supported. AC_DEFUN([AM_STDBOOL_H], [ AC_REQUIRE([AC_CHECK_HEADER_STDBOOL]) # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi AC_SUBST([STDBOOL_H]) AM_CONDITIONAL([GL_GENERATE_STDBOOL_H], [test -n "$STDBOOL_H"]) if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi AC_SUBST([HAVE__BOOL]) ]) # AM_STDBOOL_H will be renamed to gl_STDBOOL_H in the future. AC_DEFUN([gl_STDBOOL_H], [AM_STDBOOL_H]) # This version of the macro is needed in autoconf <= 2.68. AC_DEFUN([AC_CHECK_HEADER_STDBOOL], [AC_CACHE_CHECK([for stdbool.h that conforms to C99], [ac_cv_header_stdbool_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include <stdbool.h> #ifdef __cplusplus typedef bool Bool; #else typedef _Bool Bool; #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { Bool s: 1; Bool t; bool u: 1; bool v; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ Bool q = true; Bool *pq = &q; bool *qq = &q; ]], [[ bool e = &s; *pq |= q; *pq |= ! q; *qq |= q; *qq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq + !qq); ]])], [ac_cv_header_stdbool_h=yes], [ac_cv_header_stdbool_h=no])]) AC_CHECK_TYPES([_Bool]) ]) �����������������������������������������libidn2-2.0.4/m4/longlong.m4������������������������������������������������������������������������0000644�0000000�0000000�00000011203�13061734274�012334� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# longlong.m4 serial 17 dnl Copyright (C) 1999-2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. # Define HAVE_LONG_LONG_INT if 'long long int' works. # This fixes a bug in Autoconf 2.61, and can be faster # than what's in Autoconf 2.62 through 2.68. # Note: If the type 'long long int' exists but is only 32 bits large # (as on some very old compilers), HAVE_LONG_LONG_INT will not be # defined. In this case you can treat 'long long int' like 'long int'. AC_DEFUN([AC_TYPE_LONG_LONG_INT], [ AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int], [ac_cv_type_long_long_int=yes if test "x${ac_cv_prog_cc_c99-no}" = xno; then ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int if test $ac_cv_type_long_long_int = yes; then dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004. dnl If cross compiling, assume the bug is not important, since dnl nobody cross compiles for this platform as far as we know. AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[@%:@include <limits.h> @%:@ifndef LLONG_MAX @%:@ define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) @%:@ define LLONG_MAX (HALF - 1 + HALF) @%:@endif]], [[long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0;]])], [], [ac_cv_type_long_long_int=no], [:]) fi fi]) if test $ac_cv_type_long_long_int = yes; then AC_DEFINE([HAVE_LONG_LONG_INT], [1], [Define to 1 if the system has the type 'long long int'.]) fi ]) # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. # This fixes a bug in Autoconf 2.61, and can be faster # than what's in Autoconf 2.62 through 2.68. # Note: If the type 'unsigned long long int' exists but is only 32 bits # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT # will not be defined. In this case you can treat 'unsigned long long int' # like 'unsigned long int'. AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], [ AC_CACHE_CHECK([for unsigned long long int], [ac_cv_type_unsigned_long_long_int], [ac_cv_type_unsigned_long_long_int=yes if test "x${ac_cv_prog_cc_c99-no}" = xno; then AC_LINK_IFELSE( [_AC_TYPE_LONG_LONG_SNIPPET], [], [ac_cv_type_unsigned_long_long_int=no]) fi]) if test $ac_cv_type_unsigned_long_long_int = yes; then AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1], [Define to 1 if the system has the type 'unsigned long long int'.]) fi ]) # Expands to a C program that can be used to test for simultaneous support # of 'long long' and 'unsigned long long'. We don't want to say that # 'long long' is available if 'unsigned long long' is not, or vice versa, # because too many programs rely on the symmetry between signed and unsigned # integer types (excluding 'bool'). AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET], [ AC_LANG_PROGRAM( [[/* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63;]], [[/* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull));]]) ]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/fcntl-o.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000011074�13051022523�012047� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# fcntl-o.m4 serial 4 dnl Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Paul Eggert. # Test whether the flags O_NOATIME and O_NOFOLLOW actually work. # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise. # Define HAVE_WORKING_O_NOFOLLOW to 1 if O_NOFOLLOW works, or to 0 otherwise. AC_DEFUN([gl_FCNTL_O_FLAGS], [ dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW. dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes dnl AC_GNU_SOURCE. m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])], [AC_REQUIRE([AC_GNU_SOURCE])]) AC_CHECK_HEADERS_ONCE([unistd.h]) AC_CHECK_FUNCS_ONCE([symlink]) AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include <sys/types.h> #include <sys/stat.h> #if HAVE_UNISTD_H # include <unistd.h> #else /* on Windows with MSVC */ # include <io.h> # include <stdlib.h> # defined sleep(n) _sleep ((n) * 1000) #endif #include <fcntl.h> #ifndef O_NOATIME #define O_NOATIME 0 #endif #ifndef O_NOFOLLOW #define O_NOFOLLOW 0 #endif static int const constants[] = { O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY }; ]], [[ int result = !constants; #if HAVE_SYMLINK { static char const sym[] = "conftest.sym"; if (symlink ("/dev/null", sym) != 0) result |= 2; else { int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0); if (fd >= 0) { close (fd); result |= 4; } } if (unlink (sym) != 0 || symlink (".", sym) != 0) result |= 2; else { int fd = open (sym, O_RDONLY | O_NOFOLLOW); if (fd >= 0) { close (fd); result |= 4; } } unlink (sym); } #endif { static char const file[] = "confdefs.h"; int fd = open (file, O_RDONLY | O_NOATIME); if (fd < 0) result |= 8; else { struct stat st0; if (fstat (fd, &st0) != 0) result |= 16; else { char c; sleep (1); if (read (fd, &c, 1) != 1) result |= 24; else { if (close (fd) != 0) result |= 32; else { struct stat st1; if (stat (file, &st1) != 0) result |= 40; else if (st0.st_atime != st1.st_atime) result |= 64; } } } } } return result;]])], [gl_cv_header_working_fcntl_h=yes], [case $? in #( 4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #( 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( *) gl_cv_header_working_fcntl_h='no';; esac], [gl_cv_header_working_fcntl_h=cross-compiling])]) case $gl_cv_header_working_fcntl_h in #( *O_NOATIME* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOATIME], [$ac_val], [Define to 1 if O_NOATIME works.]) case $gl_cv_header_working_fcntl_h in #( *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOFOLLOW], [$ac_val], [Define to 1 if O_NOFOLLOW works.]) ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/msvc-nothrow.m4��������������������������������������������������������������������0000644�0000000�0000000�00000000530�13061734274�013164� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# msvc-nothrow.m4 serial 1 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MSVC_NOTHROW], [ AC_REQUIRE([gl_MSVC_INVAL]) ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/warn-on-use.m4���������������������������������������������������������������������0000644�0000000�0000000�00000004154�13061734274�012677� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# warn-on-use.m4 serial 5 dnl Copyright (C) 2010-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_WARN_ON_USE_PREPARE(INCLUDES, NAMES) # --------------------------------------- # For each whitespace-separated element in the list of NAMES, define # HAVE_RAW_DECL_name if the function has a declaration among INCLUDES # even after being undefined as a macro. # # See warn-on-use.h for some hints on how to poison function names, as # well as ideas on poisoning global variables and macros. NAMES may # include global variables, but remember that only functions work with # _GL_WARN_ON_USE. Typically, INCLUDES only needs to list a single # header, but if the replacement header pulls in other headers because # some systems declare functions in the wrong header, then INCLUDES # should do likewise. # # It is generally safe to assume declarations for functions declared # in the intersection of C89 and C11 (such as printf) without # needing gl_WARN_ON_USE_PREPARE. AC_DEFUN([gl_WARN_ON_USE_PREPARE], [ m4_foreach_w([gl_decl], [$2], [AH_TEMPLATE([HAVE_RAW_DECL_]AS_TR_CPP(m4_defn([gl_decl])), [Define to 1 if ]m4_defn([gl_decl])[ is declared even after undefining macros.])])dnl dnl FIXME: gl_Symbol must be used unquoted until we can assume dnl autoconf 2.64 or newer. for gl_func in m4_flatten([$2]); do AS_VAR_PUSHDEF([gl_Symbol], [gl_cv_have_raw_decl_$gl_func])dnl AC_CACHE_CHECK([whether $gl_func is declared without a macro], gl_Symbol, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$1], [@%:@undef $gl_func (void) $gl_func;])], [AS_VAR_SET(gl_Symbol, [yes])], [AS_VAR_SET(gl_Symbol, [no])])]) AS_VAR_IF(gl_Symbol, [yes], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_RAW_DECL_$gl_func]), [1]) dnl shortcut - if the raw declaration exists, then set a cache dnl variable to allow skipping any later AC_CHECK_DECL efforts eval ac_cv_have_decl_$gl_func=yes]) AS_VAR_POPDEF([gl_Symbol])dnl done ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/lib-link.m4������������������������������������������������������������������������0000644�0000000�0000000�00000100443�13051027062�012210� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# lib-link.m4 serial 26 (gettext-0.18.2) dnl Copyright (C) 2001-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ([2.54]) dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[m4_translit([$1],[./+-], [____])]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes popdef([NAME]) popdef([Name]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message]) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. The missing-message dnl defaults to 'no' and may contain additional hints for the user. dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[m4_translit([$1],[./+-], [____])]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS, dnl because these -l options might require -L options that are present in dnl LIBS. -l options benefit only from the -L options listed before it. dnl Otherwise, add it to the front of LIBS, because it may be a static dnl library that depends on another static library that is present in LIBS. dnl Static libraries benefit only from the static libraries listed after dnl it. case " $LIB[]NAME" in *" -l"*) LIBS="$LIBS $LIB[]NAME" ;; *) LIBS="$LIB[]NAME $LIBS" ;; esac AC_LINK_IFELSE( [AC_LANG_PROGRAM([[$3]], [[$4]])], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])']) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) popdef([NAME]) popdef([Name]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, dnl acl_libname_spec, dnl acl_library_names_spec, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, dnl acl_hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_FROMPACKAGE(name, package) dnl declares that libname comes from the given package. The configure file dnl will then not have a --with-libname-prefix option but a dnl --with-package-prefix option. Several libraries can come from the same dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar dnl macro call that searches for libname. AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl Autoconf >= 2.61 supports dots in --with options. pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH(P_A_C_K[-prefix], [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([P_A_C_K]) popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/extensions.m4����������������������������������������������������������������������0000644�0000000�0000000�00000014765�13061734274�012734� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# serial 15 -*- Autoconf -*- # Enable extensions on systems that normally disable them. # Copyright (C) 2003, 2006-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from git # Autoconf. Perhaps we can remove this once we can assume Autoconf # 2.70 or later everywhere, but since Autoconf mutates rapidly # enough in this area it's likely we'll need to redefine # AC_USE_SYSTEM_EXTENSIONS for quite some time. # If autoconf reports a warning # warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS # or warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS # the fix is # 1) to ensure that AC_USE_SYSTEM_EXTENSIONS is never directly invoked # but always AC_REQUIREd, # 2) to ensure that for each occurrence of # AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) # or # AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # the corresponding gnulib module description has 'extensions' among # its dependencies. This will ensure that the gl_USE_SYSTEM_EXTENSIONS # invocation occurs in gl_EARLY, not in gl_INIT. # AC_USE_SYSTEM_EXTENSIONS # ------------------------ # Enable extensions on systems that normally disable them, # typically due to standards-conformance issues. # # Remember that #undef in AH_VERBATIM gets replaced with #define by # AC_DEFINE. The goal here is to define all known feature-enabling # macros, then, if reports of conflicts are made, disable macros that # cause problems on some platforms (such as __EXTENSIONS__). AC_DEFUN_ONCE([AC_USE_SYSTEM_EXTENSIONS], [AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl AC_BEFORE([$0], [AC_RUN_IFELSE])dnl AC_CHECK_HEADER([minix/config.h], [MINIX=yes], [MINIX=]) if test "$MINIX" = yes; then AC_DEFINE([_POSIX_SOURCE], [1], [Define to 1 if you need to in order for 'stat' and other things to work.]) AC_DEFINE([_POSIX_1_SOURCE], [2], [Define to 2 if the system does not provide POSIX.1 features except with this defined.]) AC_DEFINE([_MINIX], [1], [Define to 1 if on MINIX.]) AC_DEFINE([_NETBSD_SOURCE], [1], [Define to 1 to make NetBSD features available. MINIX 3 needs this.]) fi dnl Use a different key than __EXTENSIONS__, as that name broke existing dnl configure.ac when using autoheader 2.62. AH_VERBATIM([USE_SYSTEM_EXTENSIONS], [/* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable general extensions on macOS. */ #ifndef _DARWIN_C_SOURCE # undef _DARWIN_C_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ # undef __STDC_WANT_IEC_60559_BFP_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ # undef __STDC_WANT_IEC_60559_DFP_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ # undef __STDC_WANT_IEC_60559_FUNCS_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ # undef __STDC_WANT_IEC_60559_TYPES_EXT__ #endif /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ #ifndef __STDC_WANT_LIB_EXT2__ # undef __STDC_WANT_LIB_EXT2__ #endif /* Enable extensions specified by ISO/IEC 24747:2009. */ #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ # undef __STDC_WANT_MATH_SPEC_FUNCS__ #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable X/Open extensions if necessary. HP-UX 11.11 defines mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of whether compiling with -Ae or -D_HPUX_SOURCE=1. */ #ifndef _XOPEN_SOURCE # undef _XOPEN_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif ]) AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__], [ac_cv_safe_to_define___extensions__], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ # define __EXTENSIONS__ 1 ]AC_INCLUDES_DEFAULT])], [ac_cv_safe_to_define___extensions__=yes], [ac_cv_safe_to_define___extensions__=no])]) test $ac_cv_safe_to_define___extensions__ = yes && AC_DEFINE([__EXTENSIONS__]) AC_DEFINE([_ALL_SOURCE]) AC_DEFINE([_DARWIN_C_SOURCE]) AC_DEFINE([_GNU_SOURCE]) AC_DEFINE([_POSIX_PTHREAD_SEMANTICS]) AC_DEFINE([__STDC_WANT_IEC_60559_ATTRIBS_EXT__]) AC_DEFINE([__STDC_WANT_IEC_60559_BFP_EXT__]) AC_DEFINE([__STDC_WANT_IEC_60559_DFP_EXT__]) AC_DEFINE([__STDC_WANT_IEC_60559_FUNCS_EXT__]) AC_DEFINE([__STDC_WANT_IEC_60559_TYPES_EXT__]) AC_DEFINE([__STDC_WANT_LIB_EXT2__]) AC_DEFINE([__STDC_WANT_MATH_SPEC_FUNCS__]) AC_DEFINE([_TANDEM_SOURCE]) AC_CACHE_CHECK([whether _XOPEN_SOURCE should be defined], [ac_cv_should_define__xopen_source], [ac_cv_should_define__xopen_source=no AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ #include <wchar.h> mbstate_t x;]])], [], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ #define _XOPEN_SOURCE 500 #include <wchar.h> mbstate_t x;]])], [ac_cv_should_define__xopen_source=yes])])]) test $ac_cv_should_define__xopen_source = yes && AC_DEFINE([_XOPEN_SOURCE], [500]) ])# AC_USE_SYSTEM_EXTENSIONS # gl_USE_SYSTEM_EXTENSIONS # ------------------------ # Enable extensions on systems that normally disable them, # typically due to standards-conformance issues. AC_DEFUN_ONCE([gl_USE_SYSTEM_EXTENSIONS], [ dnl Require this macro before AC_USE_SYSTEM_EXTENSIONS. dnl gnulib does not need it. But if it gets required by third-party macros dnl after AC_USE_SYSTEM_EXTENSIONS is required, autoconf 2.62..2.63 emit a dnl warning: "AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS". dnl Note: We can do this only for one of the macros AC_AIX, AC_GNU_SOURCE, dnl AC_MINIX. If people still use AC_AIX or AC_MINIX, they are out of luck. AC_REQUIRE([AC_GNU_SOURCE]) AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) ]) �����������libidn2-2.0.4/m4/absolute-header.m4�����������������������������������������������������������������0000644�0000000�0000000�00000010347�13061734274�013571� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# absolute-header.m4 serial 16 dnl Copyright (C) 2006-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Derek Price. # gl_ABSOLUTE_HEADER(HEADER1 HEADER2 ...) # --------------------------------------- # Find the absolute name of a header file, testing first if the header exists. # If the header were sys/inttypes.h, this macro would define # ABSOLUTE_SYS_INTTYPES_H to the '""' quoted absolute name of sys/inttypes.h # in config.h # (e.g. '#define ABSOLUTE_SYS_INTTYPES_H "///usr/include/sys/inttypes.h"'). # The three "///" are to pacify Sun C 5.8, which otherwise would say # "warning: #include of /usr/include/... may be non-portable". # Use '""', not '<>', so that the /// cannot be confused with a C99 comment. # Note: This macro assumes that the header file is not empty after # preprocessing, i.e. it does not only define preprocessor macros but also # provides some type/enum definitions or function/variable declarations. AC_DEFUN([gl_ABSOLUTE_HEADER], [AC_REQUIRE([AC_CANONICAL_HOST]) AC_LANG_PREPROC_REQUIRE()dnl dnl FIXME: gl_absolute_header and ac_header_exists must be used unquoted dnl until we can assume autoconf 2.64 or newer. m4_foreach_w([gl_HEADER_NAME], [$1], [AS_VAR_PUSHDEF([gl_absolute_header], [gl_cv_absolute_]m4_defn([gl_HEADER_NAME]))dnl AC_CACHE_CHECK([absolute name of <]m4_defn([gl_HEADER_NAME])[>], m4_defn([gl_absolute_header]), [AS_VAR_PUSHDEF([ac_header_exists], [ac_cv_header_]m4_defn([gl_HEADER_NAME]))dnl AC_CHECK_HEADERS_ONCE(m4_defn([gl_HEADER_NAME]))dnl if test AS_VAR_GET(ac_header_exists) = yes; then gl_ABSOLUTE_HEADER_ONE(m4_defn([gl_HEADER_NAME])) fi AS_VAR_POPDEF([ac_header_exists])dnl ])dnl AC_DEFINE_UNQUOTED(AS_TR_CPP([ABSOLUTE_]m4_defn([gl_HEADER_NAME])), ["AS_VAR_GET(gl_absolute_header)"], [Define this to an absolute name of <]m4_defn([gl_HEADER_NAME])[>.]) AS_VAR_POPDEF([gl_absolute_header])dnl ])dnl ])# gl_ABSOLUTE_HEADER # gl_ABSOLUTE_HEADER_ONE(HEADER) # ------------------------------ # Like gl_ABSOLUTE_HEADER, except that: # - it assumes that the header exists, # - it uses the current CPPFLAGS, # - it does not cache the result, # - it is silent. AC_DEFUN([gl_ABSOLUTE_HEADER_ONE], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_LANG_CONFTEST([AC_LANG_SOURCE([[#include <]]m4_dquote([$1])[[>]])]) dnl AIX "xlc -E" and "cc -E" omit #line directives for header files dnl that contain only a #include of other header files and no dnl non-comment tokens of their own. This leads to a failure to dnl detect the absolute name of <dirent.h>, <signal.h>, <poll.h> dnl and others. The workaround is to force preservation of comments dnl through option -C. This ensures all necessary #line directives dnl are present. GCC supports option -C as well. case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac changequote(,) case "$host_os" in mingw*) dnl For the sake of native Windows compilers (excluding gcc), dnl treat backslash as a directory separator, like /. dnl Actually, these compilers use a double-backslash as dnl directory separator, inside the dnl # line "filename" dnl directives. gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac dnl A sed expression that turns a string into a basic regular dnl expression, for use within "/.../". gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo '$1' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' changequote([,]) dnl eval is necessary to expand gl_absname_cpp. dnl Ultrix and Pyramid sh refuse to redirect output of eval, dnl so use subshell. AS_VAR_SET([gl_cv_absolute_]AS_TR_SH([[$1]]), [`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | sed -n "$gl_absolute_header_sed"`]) ]) �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/sys_socket_h.m4��������������������������������������������������������������������0000644�0000000�0000000�00000014163�13061734274�013222� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# sys_socket_h.m4 serial 23 dnl Copyright (C) 2005-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson. AC_DEFUN([gl_HEADER_SYS_SOCKET], [ AC_REQUIRE([gl_SYS_SOCKET_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl On OSF/1, the functions recv(), send(), recvfrom(), sendto() have dnl old-style declarations (with return type 'int' instead of 'ssize_t') dnl unless _POSIX_PII_SOCKET is defined. case "$host_os" in osf*) AC_DEFINE([_POSIX_PII_SOCKET], [1], [Define to 1 in order to get the POSIX compatible declarations of socket functions.]) ;; esac AC_CACHE_CHECK([whether <sys/socket.h> is self-contained], [gl_cv_header_sys_socket_h_selfcontained], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[]])], [gl_cv_header_sys_socket_h_selfcontained=yes], [gl_cv_header_sys_socket_h_selfcontained=no]) ]) if test $gl_cv_header_sys_socket_h_selfcontained = yes; then dnl If the shutdown function exists, <sys/socket.h> should define dnl SHUT_RD, SHUT_WR, SHUT_RDWR. AC_CHECK_FUNCS([shutdown]) if test $ac_cv_func_shutdown = yes; then AC_CACHE_CHECK([whether <sys/socket.h> defines the SHUT_* macros], [gl_cv_header_sys_socket_h_shut], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };]])], [gl_cv_header_sys_socket_h_shut=yes], [gl_cv_header_sys_socket_h_shut=no]) ]) if test $gl_cv_header_sys_socket_h_shut = no; then SYS_SOCKET_H='sys/socket.h' fi fi fi # We need to check for ws2tcpip.h now. gl_PREREQ_SYS_H_SOCKET AC_CHECK_TYPES([struct sockaddr_storage, sa_family_t],,,[ /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include <sys/types.h> #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_WS2TCPIP_H #include <ws2tcpip.h> #endif ]) if test $ac_cv_type_struct_sockaddr_storage = no; then HAVE_STRUCT_SOCKADDR_STORAGE=0 fi if test $ac_cv_type_sa_family_t = no; then HAVE_SA_FAMILY_T=0 fi if test $ac_cv_type_struct_sockaddr_storage != no; then AC_CHECK_MEMBERS([struct sockaddr_storage.ss_family], [], [HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=0], [#include <sys/types.h> #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_WS2TCPIP_H #include <ws2tcpip.h> #endif ]) fi if test $HAVE_STRUCT_SOCKADDR_STORAGE = 0 || test $HAVE_SA_FAMILY_T = 0 \ || test $HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 0; then SYS_SOCKET_H='sys/socket.h' fi gl_PREREQ_SYS_H_WINSOCK2 dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* Some systems require prerequisite headers. */ #include <sys/types.h> #include <sys/socket.h> ]], [socket connect accept bind getpeername getsockname getsockopt listen recv send recvfrom sendto setsockopt shutdown accept4]) ]) AC_DEFUN([gl_PREREQ_SYS_H_SOCKET], [ dnl Check prerequisites of the <sys/socket.h> replacement. AC_REQUIRE([gl_CHECK_SOCKET_HEADERS]) gl_CHECK_NEXT_HEADERS([sys/socket.h]) if test $ac_cv_header_sys_socket_h = yes; then HAVE_SYS_SOCKET_H=1 HAVE_WS2TCPIP_H=0 else HAVE_SYS_SOCKET_H=0 if test $ac_cv_header_ws2tcpip_h = yes; then HAVE_WS2TCPIP_H=1 else HAVE_WS2TCPIP_H=0 fi fi AC_SUBST([HAVE_SYS_SOCKET_H]) AC_SUBST([HAVE_WS2TCPIP_H]) ]) # Common prerequisites of the <sys/socket.h> replacement and of the # <sys/select.h> replacement. # Sets and substitutes HAVE_WINSOCK2_H. AC_DEFUN([gl_PREREQ_SYS_H_WINSOCK2], [ m4_ifdef([gl_UNISTD_H_DEFAULTS], [AC_REQUIRE([gl_UNISTD_H_DEFAULTS])]) m4_ifdef([gl_SYS_IOCTL_H_DEFAULTS], [AC_REQUIRE([gl_SYS_IOCTL_H_DEFAULTS])]) AC_CHECK_HEADERS_ONCE([sys/socket.h]) if test $ac_cv_header_sys_socket_h != yes; then dnl We cannot use AC_CHECK_HEADERS_ONCE here, because that would make dnl the check for those headers unconditional; yet cygwin reports dnl that the headers are present but cannot be compiled (since on dnl cygwin, all socket information should come from sys/socket.h). AC_CHECK_HEADERS([winsock2.h]) fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi AC_SUBST([HAVE_WINSOCK2_H]) ]) AC_DEFUN([gl_SYS_SOCKET_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_SOCKET_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_SOCKET_H_DEFAULTS], [ GNULIB_SOCKET=0; AC_SUBST([GNULIB_SOCKET]) GNULIB_CONNECT=0; AC_SUBST([GNULIB_CONNECT]) GNULIB_ACCEPT=0; AC_SUBST([GNULIB_ACCEPT]) GNULIB_BIND=0; AC_SUBST([GNULIB_BIND]) GNULIB_GETPEERNAME=0; AC_SUBST([GNULIB_GETPEERNAME]) GNULIB_GETSOCKNAME=0; AC_SUBST([GNULIB_GETSOCKNAME]) GNULIB_GETSOCKOPT=0; AC_SUBST([GNULIB_GETSOCKOPT]) GNULIB_LISTEN=0; AC_SUBST([GNULIB_LISTEN]) GNULIB_RECV=0; AC_SUBST([GNULIB_RECV]) GNULIB_SEND=0; AC_SUBST([GNULIB_SEND]) GNULIB_RECVFROM=0; AC_SUBST([GNULIB_RECVFROM]) GNULIB_SENDTO=0; AC_SUBST([GNULIB_SENDTO]) GNULIB_SETSOCKOPT=0; AC_SUBST([GNULIB_SETSOCKOPT]) GNULIB_SHUTDOWN=0; AC_SUBST([GNULIB_SHUTDOWN]) GNULIB_ACCEPT4=0; AC_SUBST([GNULIB_ACCEPT4]) HAVE_STRUCT_SOCKADDR_STORAGE=1; AC_SUBST([HAVE_STRUCT_SOCKADDR_STORAGE]) HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=1; AC_SUBST([HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY]) HAVE_SA_FAMILY_T=1; AC_SUBST([HAVE_SA_FAMILY_T]) HAVE_ACCEPT4=1; AC_SUBST([HAVE_ACCEPT4]) ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/string_h.m4������������������������������������������������������������������������0000644�0000000�0000000�00000013111�13134403260�012317� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Configure a GNU-like replacement for <string.h>. # Copyright (C) 2007-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 21 # Written by Paul Eggert. AC_DEFUN([gl_HEADER_STRING_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_HEADER_STRING_H_BODY]) ]) AC_DEFUN([gl_HEADER_STRING_H_BODY], [ AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) gl_NEXT_HEADERS([string.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by C89. gl_WARN_ON_USE_PREPARE([[#include <string.h> ]], [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp]) ]) AC_DEFUN([gl_STRING_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS], [ GNULIB_EXPLICIT_BZERO=0; AC_SUBST([GNULIB_EXPLICIT_BZERO]) GNULIB_FFSL=0; AC_SUBST([GNULIB_FFSL]) GNULIB_FFSLL=0; AC_SUBST([GNULIB_FFSLL]) GNULIB_MEMCHR=0; AC_SUBST([GNULIB_MEMCHR]) GNULIB_MEMMEM=0; AC_SUBST([GNULIB_MEMMEM]) GNULIB_MEMPCPY=0; AC_SUBST([GNULIB_MEMPCPY]) GNULIB_MEMRCHR=0; AC_SUBST([GNULIB_MEMRCHR]) GNULIB_RAWMEMCHR=0; AC_SUBST([GNULIB_RAWMEMCHR]) GNULIB_STPCPY=0; AC_SUBST([GNULIB_STPCPY]) GNULIB_STPNCPY=0; AC_SUBST([GNULIB_STPNCPY]) GNULIB_STRCHRNUL=0; AC_SUBST([GNULIB_STRCHRNUL]) GNULIB_STRDUP=0; AC_SUBST([GNULIB_STRDUP]) GNULIB_STRNCAT=0; AC_SUBST([GNULIB_STRNCAT]) GNULIB_STRNDUP=0; AC_SUBST([GNULIB_STRNDUP]) GNULIB_STRNLEN=0; AC_SUBST([GNULIB_STRNLEN]) GNULIB_STRPBRK=0; AC_SUBST([GNULIB_STRPBRK]) GNULIB_STRSEP=0; AC_SUBST([GNULIB_STRSEP]) GNULIB_STRSTR=0; AC_SUBST([GNULIB_STRSTR]) GNULIB_STRCASESTR=0; AC_SUBST([GNULIB_STRCASESTR]) GNULIB_STRTOK_R=0; AC_SUBST([GNULIB_STRTOK_R]) GNULIB_MBSLEN=0; AC_SUBST([GNULIB_MBSLEN]) GNULIB_MBSNLEN=0; AC_SUBST([GNULIB_MBSNLEN]) GNULIB_MBSCHR=0; AC_SUBST([GNULIB_MBSCHR]) GNULIB_MBSRCHR=0; AC_SUBST([GNULIB_MBSRCHR]) GNULIB_MBSSTR=0; AC_SUBST([GNULIB_MBSSTR]) GNULIB_MBSCASECMP=0; AC_SUBST([GNULIB_MBSCASECMP]) GNULIB_MBSNCASECMP=0; AC_SUBST([GNULIB_MBSNCASECMP]) GNULIB_MBSPCASECMP=0; AC_SUBST([GNULIB_MBSPCASECMP]) GNULIB_MBSCASESTR=0; AC_SUBST([GNULIB_MBSCASESTR]) GNULIB_MBSCSPN=0; AC_SUBST([GNULIB_MBSCSPN]) GNULIB_MBSPBRK=0; AC_SUBST([GNULIB_MBSPBRK]) GNULIB_MBSSPN=0; AC_SUBST([GNULIB_MBSSPN]) GNULIB_MBSSEP=0; AC_SUBST([GNULIB_MBSSEP]) GNULIB_MBSTOK_R=0; AC_SUBST([GNULIB_MBSTOK_R]) GNULIB_STRERROR=0; AC_SUBST([GNULIB_STRERROR]) GNULIB_STRERROR_R=0; AC_SUBST([GNULIB_STRERROR_R]) GNULIB_STRSIGNAL=0; AC_SUBST([GNULIB_STRSIGNAL]) GNULIB_STRVERSCMP=0; AC_SUBST([GNULIB_STRVERSCMP]) HAVE_MBSLEN=0; AC_SUBST([HAVE_MBSLEN]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_EXPLICIT_BZERO=1; AC_SUBST([HAVE_EXPLICIT_BZERO]) HAVE_FFSL=1; AC_SUBST([HAVE_FFSL]) HAVE_FFSLL=1; AC_SUBST([HAVE_FFSLL]) HAVE_MEMCHR=1; AC_SUBST([HAVE_MEMCHR]) HAVE_DECL_MEMMEM=1; AC_SUBST([HAVE_DECL_MEMMEM]) HAVE_MEMPCPY=1; AC_SUBST([HAVE_MEMPCPY]) HAVE_DECL_MEMRCHR=1; AC_SUBST([HAVE_DECL_MEMRCHR]) HAVE_RAWMEMCHR=1; AC_SUBST([HAVE_RAWMEMCHR]) HAVE_STPCPY=1; AC_SUBST([HAVE_STPCPY]) HAVE_STPNCPY=1; AC_SUBST([HAVE_STPNCPY]) HAVE_STRCHRNUL=1; AC_SUBST([HAVE_STRCHRNUL]) HAVE_DECL_STRDUP=1; AC_SUBST([HAVE_DECL_STRDUP]) HAVE_DECL_STRNDUP=1; AC_SUBST([HAVE_DECL_STRNDUP]) HAVE_DECL_STRNLEN=1; AC_SUBST([HAVE_DECL_STRNLEN]) HAVE_STRPBRK=1; AC_SUBST([HAVE_STRPBRK]) HAVE_STRSEP=1; AC_SUBST([HAVE_STRSEP]) HAVE_STRCASESTR=1; AC_SUBST([HAVE_STRCASESTR]) HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R]) HAVE_DECL_STRERROR_R=1; AC_SUBST([HAVE_DECL_STRERROR_R]) HAVE_DECL_STRSIGNAL=1; AC_SUBST([HAVE_DECL_STRSIGNAL]) HAVE_STRVERSCMP=1; AC_SUBST([HAVE_STRVERSCMP]) REPLACE_MEMCHR=0; AC_SUBST([REPLACE_MEMCHR]) REPLACE_MEMMEM=0; AC_SUBST([REPLACE_MEMMEM]) REPLACE_STPNCPY=0; AC_SUBST([REPLACE_STPNCPY]) REPLACE_STRDUP=0; AC_SUBST([REPLACE_STRDUP]) REPLACE_STRSTR=0; AC_SUBST([REPLACE_STRSTR]) REPLACE_STRCASESTR=0; AC_SUBST([REPLACE_STRCASESTR]) REPLACE_STRCHRNUL=0; AC_SUBST([REPLACE_STRCHRNUL]) REPLACE_STRERROR=0; AC_SUBST([REPLACE_STRERROR]) REPLACE_STRERROR_R=0; AC_SUBST([REPLACE_STRERROR_R]) REPLACE_STRNCAT=0; AC_SUBST([REPLACE_STRNCAT]) REPLACE_STRNDUP=0; AC_SUBST([REPLACE_STRNDUP]) REPLACE_STRNLEN=0; AC_SUBST([REPLACE_STRNLEN]) REPLACE_STRSIGNAL=0; AC_SUBST([REPLACE_STRSIGNAL]) REPLACE_STRTOK_R=0; AC_SUBST([REPLACE_STRTOK_R]) UNDEFINE_STRTOK_R=0; AC_SUBST([UNDEFINE_STRTOK_R]) ]) �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/lib-prefix.m4����������������������������������������������������������������������0000644�0000000�0000000�00000020422�13051027062�012546� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# lib-prefix.m4 serial 7 (gettext-0.18) dnl Copyright (C) 2001-2005, 2008-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates dnl - a variable acl_libdirstem, containing the basename of the libdir, either dnl "lib" or "lib64" or "lib/64", dnl - a variable acl_libdirstem2, as a secondary possible value for dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or dnl "lib/amd64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. dnl On glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine dnl the compiler's default mode by looking at the compiler's library search dnl path. If at least one of its elements ends in /lib64 or points to a dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. dnl Otherwise we use the default, namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>. dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], [AC_EGREP_CPP([sixtyfour bits], [ #ifdef _LP64 sixtyfour bits #endif ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ]) if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/stdarg.m4��������������������������������������������������������������������������0000644�0000000�0000000�00000005404�13061734274�012007� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# stdarg.m4 serial 6 dnl Copyright (C) 2006, 2008-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Provide a working va_copy in combination with <stdarg.h>. AC_DEFUN([gl_STDARG_H], [ STDARG_H='' NEXT_STDARG_H='<stdarg.h>' AC_MSG_CHECKING([for va_copy]) AC_CACHE_VAL([gl_cv_func_va_copy], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <stdarg.h>]], [[ #ifndef va_copy void (*func) (va_list, va_list) = va_copy; #endif ]])], [gl_cv_func_va_copy=yes], [gl_cv_func_va_copy=no])]) AC_MSG_RESULT([$gl_cv_func_va_copy]) if test $gl_cv_func_va_copy = no; then dnl Provide a substitute. dnl Usually a simple definition in <config.h> is enough. Not so on AIX 5 dnl with some versions of the /usr/vac/bin/cc compiler. It has an <stdarg.h> dnl which does '#undef va_copy', leading to a missing va_copy symbol. For dnl this platform, we use an <stdarg.h> substitute. But we cannot use this dnl approach on other platforms, because <stdarg.h> often defines only dnl preprocessor macros and gl_ABSOLUTE_HEADER, gl_CHECK_NEXT_HEADERS do dnl not work in this situation. AC_EGREP_CPP([vaccine], [#if defined _AIX && !defined __GNUC__ AIX vaccine #endif ], [gl_aixcc=yes], [gl_aixcc=no]) if test $gl_aixcc = yes; then dnl Provide a substitute <stdarg.h> file. STDARG_H=stdarg.h gl_NEXT_HEADERS([stdarg.h]) dnl Fallback for the case when <stdarg.h> contains only macro definitions. if test "$gl_cv_next_stdarg_h" = '""'; then gl_cv_next_stdarg_h='"///usr/include/stdarg.h"' NEXT_STDARG_H="$gl_cv_next_stdarg_h" fi else dnl Provide a substitute in <config.h>, either __va_copy or as a simple dnl assignment. gl_CACHE_VAL_SILENT([gl_cv_func___va_copy], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <stdarg.h>]], [[ #ifndef __va_copy error, bail out #endif ]])], [gl_cv_func___va_copy=yes], [gl_cv_func___va_copy=no])]) if test $gl_cv_func___va_copy = yes; then AC_DEFINE([va_copy], [__va_copy], [Define as a macro for copying va_list variables.]) else AH_VERBATIM([gl_VA_COPY], [/* A replacement for va_copy, if needed. */ #define gl_va_copy(a,b) ((a) = (b))]) AC_DEFINE([va_copy], [gl_va_copy], [Define as a macro for copying va_list variables.]) fi fi fi AC_SUBST([STDARG_H]) AM_CONDITIONAL([GL_GENERATE_STDARG_H], [test -n "$STDARG_H"]) AC_SUBST([NEXT_STDARG_H]) ]) ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/strchrnul.m4�����������������������������������������������������������������������0000644�0000000�0000000�00000002766�13061734274�012557� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# strchrnul.m4 serial 9 dnl Copyright (C) 2003, 2007, 2009-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRCHRNUL], [ dnl Persuade glibc <string.h> to declare strchrnul(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_CHECK_FUNCS([strchrnul]) if test $ac_cv_func_strchrnul = no; then HAVE_STRCHRNUL=0 else AC_CACHE_CHECK([whether strchrnul works], [gl_cv_func_strchrnul_works], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include <string.h> /* for strchrnul */ ]], [[const char *buf = "a"; return strchrnul (buf, 'b') != buf + 1; ]])], [gl_cv_func_strchrnul_works=yes], [gl_cv_func_strchrnul_works=no], [dnl Cygwin 1.7.9 introduced strchrnul, but it was broken until 1.7.10 AC_EGREP_CPP([Lucky user], [ #if defined __CYGWIN__ #include <cygwin/version.h> #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 9) Lucky user #endif #else Lucky user #endif ], [gl_cv_func_strchrnul_works="guessing yes"], [gl_cv_func_strchrnul_works="guessing no"]) ]) ]) case "$gl_cv_func_strchrnul_works" in *yes) ;; *) REPLACE_STRCHRNUL=1 ;; esac fi ]) # Prerequisites of lib/strchrnul.c. AC_DEFUN([gl_PREREQ_STRCHRNUL], [:]) ����������libidn2-2.0.4/m4/onceonly.m4������������������������������������������������������������������������0000644�0000000�0000000�00000010627�13061734274�012354� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# onceonly.m4 serial 9 dnl Copyright (C) 2002-2003, 2005-2006, 2008-2017 Free Software Foundation, dnl Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 3 of the License, or dnl (at your option) any later version. dnl dnl This file is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this file. If not, see <http://www.gnu.org/licenses/>. dnl dnl As a special exception to the GNU General Public License, dnl this file may be distributed as part of a program dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. dnl This file defines some "once only" variants of standard autoconf macros. dnl AC_CHECK_HEADERS_ONCE like AC_CHECK_HEADERS dnl AC_CHECK_FUNCS_ONCE like AC_CHECK_FUNCS dnl AC_CHECK_DECLS_ONCE like AC_CHECK_DECLS dnl AC_REQUIRE([AC_FUNC_STRCOLL]) like AC_FUNC_STRCOLL dnl The advantage is that the check for each of the headers/functions/decls dnl will be put only once into the 'configure' file. It keeps the size of dnl the 'configure' file down, and avoids redundant output when 'configure' dnl is run. dnl The drawback is that the checks cannot be conditionalized. If you write dnl if some_condition; then gl_CHECK_HEADERS(stdlib.h); fi dnl inside an AC_DEFUNed function, the gl_CHECK_HEADERS macro call expands to dnl empty, and the check will be inserted before the body of the AC_DEFUNed dnl function. dnl The original code implemented AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE dnl in terms of AC_DEFUN and AC_REQUIRE. This implementation uses diversions to dnl named sections DEFAULTS and INIT_PREPARE in order to check all requested dnl headers at once, thus reducing the size of 'configure'. It is known to work dnl with autoconf 2.57..2.62 at least . The size reduction is ca. 9%. dnl Autoconf version 2.59 plus gnulib is required; this file is not needed dnl with Autoconf 2.60 or greater. But note that autoconf's implementation of dnl AC_CHECK_DECLS_ONCE expects a comma-separated list of symbols as first dnl argument! AC_PREREQ([2.59]) # AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of # AC_CHECK_HEADERS(HEADER1 HEADER2 ...). AC_DEFUN([AC_CHECK_HEADERS_ONCE], [ : m4_foreach_w([gl_HEADER_NAME], [$1], [ AC_DEFUN([gl_CHECK_HEADER_]m4_quote(m4_translit(gl_HEADER_NAME, [./-], [___])), [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(m4_translit(gl_HEADER_NAME, [./-], [___]))) ]) ]) m4_define([gl_HEADERS_EXPANSION], [ m4_divert_text([DEFAULTS], [gl_header_list=]) AC_CHECK_HEADERS([$gl_header_list]) m4_define([gl_HEADERS_EXPANSION], []) ]) # AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a once-only variant of # AC_CHECK_FUNCS(FUNC1 FUNC2 ...). AC_DEFUN([AC_CHECK_FUNCS_ONCE], [ : m4_foreach_w([gl_FUNC_NAME], [$1], [ AC_DEFUN([gl_CHECK_FUNC_]m4_defn([gl_FUNC_NAME]), [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the ']m4_defn([gl_FUNC_NAME])[' function.]) ]) AC_REQUIRE([gl_CHECK_FUNC_]m4_defn([gl_FUNC_NAME])) ]) ]) m4_define([gl_FUNCS_EXPANSION], [ m4_divert_text([DEFAULTS], [gl_func_list=]) AC_CHECK_FUNCS([$gl_func_list]) m4_define([gl_FUNCS_EXPANSION], []) ]) # AC_CHECK_DECLS_ONCE(DECL1 DECL2 ...) is a once-only variant of # AC_CHECK_DECLS(DECL1, DECL2, ...). AC_DEFUN([AC_CHECK_DECLS_ONCE], [ : m4_foreach_w([gl_DECL_NAME], [$1], [ AC_DEFUN([gl_CHECK_DECL_]m4_defn([gl_DECL_NAME]), [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) AC_REQUIRE([gl_CHECK_DECL_]m4_defn([gl_DECL_NAME])) ]) ]) ���������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/strerror.m4������������������������������������������������������������������������0000644�0000000�0000000�00000006415�13134403260�012375� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# strerror.m4 serial 18 dnl Copyright (C) 2002, 2007-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRERROR], [ AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_REQUIRE([gl_HEADER_ERRNO_H]) AC_REQUIRE([gl_FUNC_STRERROR_0]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles m4_ifdef([gl_FUNC_STRERROR_R_WORKS], [ AC_REQUIRE([gl_FUNC_STRERROR_R_WORKS]) ]) if test "$ERRNO_H:$REPLACE_STRERROR_0" = :0; then AC_CACHE_CHECK([for working strerror function], [gl_cv_func_working_strerror], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include <string.h> ]], [[if (!*strerror (-2)) return 1;]])], [gl_cv_func_working_strerror=yes], [gl_cv_func_working_strerror=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_working_strerror="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_working_strerror="guessing no" ;; esac ]) ]) case "$gl_cv_func_working_strerror" in *yes) ;; *) dnl The system's strerror() fails to return a string for out-of-range dnl integers. Replace it. REPLACE_STRERROR=1 ;; esac m4_ifdef([gl_FUNC_STRERROR_R_WORKS], [ dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's dnl buffer, we must replace strerror. case "$gl_cv_func_strerror_r_works" in *no) REPLACE_STRERROR=1 ;; esac ]) else dnl The system's strerror() cannot know about the new errno values we add dnl to <errno.h>, or any fix for strerror(0). Replace it. REPLACE_STRERROR=1 fi ]) dnl Detect if strerror(0) passes (that is, does not set errno, and does not dnl return a string that matches strerror(-1)). AC_DEFUN([gl_FUNC_STRERROR_0], [ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles REPLACE_STRERROR_0=0 AC_CACHE_CHECK([whether strerror(0) succeeds], [gl_cv_func_strerror_0_works], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include <string.h> #include <errno.h> ]], [[int result = 0; char *str; errno = 0; str = strerror (0); if (!*str) result |= 1; if (errno) result |= 2; if (strstr (str, "nknown") || strstr (str, "ndefined")) result |= 4; return result;]])], [gl_cv_func_strerror_0_works=yes], [gl_cv_func_strerror_0_works=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_strerror_0_works="guessing yes" ;; # Guess yes on native Windows. mingw*) gl_cv_func_strerror_0_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_strerror_0_works="guessing no" ;; esac ]) ]) case "$gl_cv_func_strerror_0_works" in *yes) ;; *) REPLACE_STRERROR_0=1 AC_DEFINE([REPLACE_STRERROR_0], [1], [Define to 1 if strerror(0) does not return a message implying success.]) ;; esac ]) ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/lt~obsolete.m4���������������������������������������������������������������������0000644�0000000�0000000�00000013774�13051022525�013072� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) ����libidn2-2.0.4/m4/iconv.m4���������������������������������������������������������������������������0000644�0000000�0000000�00000022072�13051027062�011626� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# iconv.m4 serial 19 (gettext-0.18.2) dnl Copyright (C) 2000-2002, 2007-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include <stdlib.h> #include <iconv.h> ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include <stdlib.h> #include <iconv.h> ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, dnl Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[ #include <iconv.h> #include <string.h> #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif ]], [[int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; ]])], [am_cv_func_iconv_works=yes], , [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to dnl avoid warnings like dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_iconv_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [m4_ifdef([gl_00GNULIB], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])])) gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include <stdlib.h> #include <iconv.h> extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ]], [[]])], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>. m4_ifdef([gl_ICONV_H_DEFAULTS], [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi ]) fi ]) ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/m4/gettext.m4�������������������������������������������������������������������������0000644�0000000�0000000�00000036763�13051027062�012210� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# gettext.m4 serial 68 (gettext-0.19.8) dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000. dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value '$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include <libintl.h> #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include <libintl.h> #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include <libintl.h> #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST([DATADIRNAME]) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST([INSTOBJEXT]) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST([GENCAT]) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST([INTLOBJS]) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], []) �������������libidn2-2.0.4/tests/��������������������������������������������������������������������������������0000755�0000000�0000000�00000000000�13151533501�011146� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/test-tounicode.c����������������������������������������������������������������0000644�0000000�0000000�00000035427�13066424707�014227� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* test-tounicode.c --- Self tests for Libidn2 _to_unicode_ functions. Copyright (C) 2017 Tim Rühsen This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Based on GNU Libidn tst_punycode.c */ #include <config.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <locale.h> #include <uniconv.h> /* u8_strconv_from_locale */ #include <unistr.h> #include <idn2.h> typedef struct { const char *name; const char *punycode; const uint32_t u32_expected[48]; int rc_expected; } test_t; const test_t test[] = { { "(A) Arabic (Egyptian)", "xn--egbpdaj6bu4bxfgehfvwxn", { 0x0644, 0x064A, 0x0647, 0x0645, 0x0627, 0x0628, 0x062A, 0x0643, 0x0644, 0x0645, 0x0648, 0x0634, 0x0639, 0x0631, 0x0628, 0x064A, 0x061F, 0, }, IDN2_OK }, { "(B) Chinese (simplified)", "xn--ihqwcrb4cv8a8dqg056pqjye", { 0x4ED6, 0x4EEC, 0x4E3A, 0x4EC0, 0x4E48, 0x4E0D, 0x8BF4, 0x4E2D, 0x6587, 0 }, IDN2_OK }, { "(C) Chinese (traditional)", "xn--ihqwctvzc91f659drss3x8bo0yb", { 0x4ED6, 0x5011, 0x7232, 0x4EC0, 0x9EBD, 0x4E0D, 0x8AAA, 0x4E2D, 0x6587, 0 }, IDN2_OK }, { "(D) Czech: Pro<ccaron>prost<ecaron>nemluv<iacute><ccaron>esky", "xn--Proprostnemluvesky-uyb24dma41a", { 0x0050, 0x0072, 0x006F, 0x010D, 0x0070, 0x0072, 0x006F, 0x0073, 0x0074, 0x011B, 0x006E, 0x0065, 0x006D, 0x006C, 0x0075, 0x0076, 0x00ED, 0x010D, 0x0065, 0x0073, 0x006B, 0x0079, 0 }, IDN2_OK }, { "(E) Hebrew:", "xn--4dbcagdahymbxekheh6e0a7fei0b", { 0x05DC, 0x05DE, 0x05D4, 0x05D4, 0x05DD, 0x05E4, 0x05E9, 0x05D5, 0x05D8, 0x05DC, 0x05D0, 0x05DE, 0x05D3, 0x05D1, 0x05E8, 0x05D9, 0x05DD, 0x05E2, 0x05D1, 0x05E8, 0x05D9, 0x05EA, 0 }, IDN2_OK }, { "(F) Hindi (Devanagari):", "xn--i1baa7eci9glrd9b2ae1bj0hfcgg6iyaf8o0a1dig0cd", { 0x092F, 0x0939, 0x0932, 0x094B, 0x0917, 0x0939, 0x093F, 0x0928, 0x094D, 0x0926, 0x0940, 0x0915, 0x094D, 0x092F, 0x094B, 0x0902, 0x0928, 0x0939, 0x0940, 0x0902, 0x092C, 0x094B, 0x0932, 0x0938, 0x0915, 0x0924, 0x0947, 0x0939, 0x0948, 0x0902, 0 }, IDN2_OK }, { "(G) Japanese (kanji and hiragana):", "xn--n8jok5ay5dzabd5bym9f0cm5685rrjetr6pdxa", { 0x306A, 0x305C, 0x307F, 0x3093, 0x306A, 0x65E5, 0x672C, 0x8A9E, 0x3092, 0x8A71, 0x3057, 0x3066, 0x304F, 0x308C, 0x306A, 0x3044, 0x306E, 0x304B, 0 }, IDN2_OK }, { "(H) Korean (Hangul syllables):", "xn--989aomsvi5e83db1d2a355cv1e0vak1dwrv93d5xbh15a0dt30a5jpsd879ccm6fea98c", { 0xC138, 0xACC4, 0xC758, 0xBAA8, 0xB4E0, 0xC0AC, 0xB78C, 0xB4E4, 0xC774, 0xD55C, 0xAD6D, 0xC5B4, 0xB97C, 0xC774, 0xD574, 0xD55C, 0xB2E4, 0xBA74, 0xC5BC, 0xB9C8, 0xB098, 0xC88B, 0xC744, 0xAE4C, 0 }, IDN2_OK }, { "(I) Russian (Cyrillic):", "xn--b1abfaaepdrnnbgefbadotcwatmq2g4l", { 0x043F, 0x043E, 0x0447, 0x0435, 0x043C, 0x0443, 0x0436, 0x0435, 0x043E, 0x043D, 0x0438, 0x043D, 0x0435, 0x0433, 0x043E, 0x0432, 0x043E, 0x0440, 0x044F, 0x0442, 0x043F, 0x043E, 0x0440, 0x0443, 0x0441, 0x0441, 0x043A, 0x0438, 0 }, IDN2_OK }, { "(J) Spanish: Porqu<eacute>nopuedensimplementehablarenEspa<ntilde>ol", "xn--PorqunopuedensimplementehablarenEspaol-fmd56a", { 0x0050, 0x006F, 0x0072, 0x0071, 0x0075, 0x00E9, 0x006E, 0x006F, 0x0070, 0x0075, 0x0065, 0x0064, 0x0065, 0x006E, 0x0073, 0x0069, 0x006D, 0x0070, 0x006C, 0x0065, 0x006D, 0x0065, 0x006E, 0x0074, 0x0065, 0x0068, 0x0061, 0x0062, 0x006C, 0x0061, 0x0072, 0x0065, 0x006E, 0x0045, 0x0073, 0x0070, 0x0061, 0x00F1, 0x006F, 0x006C, 0 }, IDN2_OK }, { "(K) Vietnamese:", "xn--TisaohkhngthchnitingVit-kjcr8268qyxafd2f1b9g", { 0x0054, 0x1EA1, 0x0069, 0x0073, 0x0061, 0x006F, 0x0068, 0x1ECD, 0x006B, 0x0068, 0x00F4, 0x006E, 0x0067, 0x0074, 0x0068, 0x1EC3, 0x0063, 0x0068, 0x1EC9, 0x006E, 0x00F3, 0x0069, 0x0074, 0x0069, 0x1EBF, 0x006E, 0x0067, 0x0056, 0x0069, 0x1EC7, 0x0074, 0 }, IDN2_OK }, { "(L) 3<nen>B<gumi><kinpachi><sensei>", "xn--3B-ww4c5e180e575a65lsy2b", { 0x0033, 0x5E74, 0x0042, 0x7D44, 0x91D1, 0x516B, 0x5148, 0x751F, 0 }, IDN2_OK }, { "(M) <amuro><namie>-with-SUPER-MONKEYS", "xn---with-SUPER-MONKEYS-pc58ag80a8qai00g7n9n", { 0x5B89, 0x5BA4, 0x5948, 0x7F8E, 0x6075, 0x002D, 0x0077, 0x0069, 0x0074, 0x0068, 0x002D, 0x0053, 0x0055, 0x0050, 0x0045, 0x0052, 0x002D, 0x004D, 0x004F, 0x004E, 0x004B, 0x0045, 0x0059, 0x0053, 0 }, IDN2_OK }, { "(N) Hello-Another-Way-<sorezore><no><basho>", "xn--Hello-Another-Way--fc4qua05auwb3674vfr0b", { 0x0048, 0x0065, 0x006C, 0x006C, 0x006F, 0x002D, 0x0041, 0x006E, 0x006F, 0x0074, 0x0068, 0x0065, 0x0072, 0x002D, 0x0057, 0x0061, 0x0079, 0x002D, 0x305D, 0x308C, 0x305E, 0x308C, 0x306E, 0x5834, 0x6240, 0 }, IDN2_OK }, { "(O) <hitotsu><yane><no><shita>2", "xn--2-u9tlzr9756bt3uc0v", { 0x3072, 0x3068, 0x3064, 0x5C4B, 0x6839, 0x306E, 0x4E0B, 0x0032, 0 }, IDN2_OK }, { "(P) Maji<de>Koi<suru>5<byou><mae>", "xn--MajiKoi5-783gue6qz075azm5e", { 0x004D, 0x0061, 0x006A, 0x0069, 0x3067, 0x004B, 0x006F, 0x0069, 0x3059, 0x308B, 0x0035, 0x79D2, 0x524D, 0 }, IDN2_OK }, { "(Q) <pafii>de<runba>", "xn--de-jg4avhby1noc0d", { 0x30D1, 0x30D5, 0x30A3, 0x30FC, 0x0064, 0x0065, 0x30EB, 0x30F3, 0x30D0 }, IDN2_OK }, { "(R) <sono><supiido><de>", "xn--d9juau41awczczp", { 0x305D, 0x306E, 0x30B9, 0x30D4, 0x30FC, 0x30C9, 0x3067, 0 }, IDN2_OK }, { "(S) -> $1", "xn---> $1-", { 0x002D, 0x003E, 0x0020, 0x0024, 0x0031, 0 }, IDN2_OK }, { "(T) -> $1", "xn---> $1", { 0x002D, 0x003E, 0x0020, 0x0024, 0x0031, 0 }, IDN2_PUNYCODE_BAD_INPUT }, { "(U) -> $1.00 <-", "xn---> $1.00 <--", { 0x002D, 0x003E, 0x0020, 0x0024, 0x0031, 0x002E, 0x0030, 0x0030, 0x0020, 0x003C, 0x002D, 0 }, IDN2_PUNYCODE_BAD_INPUT }, { "(V) <sono><supiido><de>", "xn--d9juau41awczczp.xn--bel-goa.DE", { 0x305D, 0x306E, 0x30B9, 0x30D4, 0x30FC, 0x30C9, 0x3067, 0x002E, 0x00FC, 0x0062, 0x0065, 0x006c, 0x002e, 0x0044, 0x0045, 0 }, IDN2_OK }, { "(W) <sono><supiido><de>", "XN--d9juau41awczczp", { 0x305D, 0x306E, 0x30B9, 0x30D4, 0x30FC, 0x30C9, 0x3067, 0 }, IDN2_OK }, { "(X) utf-8 crash ?", "\200bad.com", { 0 }, IDN2_ENCODING_ERROR }, /* Test vectors from https://bugs.debian.org/610617 */ { "Debian test #1", "XN----7SBAABF4DLDYSIEHP4NTB.XN--P1AI", { 0x0441, 0x0430, 0x043c, 0x0430, 0x0440, 0x0441, 0x043a, 0x0430, 0x044f, 0x002d, 0x043e, 0x0431, 0x043b, 0x0430, 0x0441, 0x0442, 0x044c, 0x002e, 0x0440, 0x0444, 0 }, IDN2_OK }, { "Debian test #2", "xn----7SBAABF4DLDYSIEHP4NTB.XN--P1AI", { 0x0441, 0x0430, 0x043c, 0x0430, 0x0440, 0x0441, 0x043a, 0x0430, 0x044f, 0x002d, 0x043e, 0x0431, 0x043b, 0x0430, 0x0441, 0x0442, 0x044c, 0x002e, 0x0440, 0x0444, 0 }, IDN2_OK }, { "Debian test #3", "xn----7SBAABF4DLDYSIEHP4NTB.xn--P1AI", { 0x0441, 0x0430, 0x043c, 0x0430, 0x0440, 0x0441, 0x043a, 0x0430, 0x044f, 0x002d, 0x043e, 0x0431, 0x043b, 0x0430, 0x0441, 0x0442, 0x044c, 0x002e, 0x0440, 0x0444, 0 }, IDN2_OK }, /* Test vectors copied from gnutls */ { "GnuTLS test #1", "xn--nxasmm1c.com", { 0x03b2, 0x03cc, 0x03bb, 0x03bf, 0x03c2, 0x002e, 0x0063, 0x006f, 0x006d, 0 }, IDN2_OK }, { "GnuTLS test #2", "xn--nxasmq6b.com", { 0x03b2, 0x03cc, 0x03bb, 0x03bf, 0x03c3, 0x002e, 0x0063, 0x006f, 0x006d, 0 }, IDN2_OK }, { "GnuTLS test #3", "xn--fa-hia.de", { 0x0066, 0x0061, 0x00df, 0x002e, 0x0064, 0x0065, 0 }, IDN2_OK }, { "GnuTLS test #4", "xn--bcher-kva.de", { 0x0062, 0x00fc, 0x0063, 0x0068, 0x0065, 0x0072, 0x002e, 0x0064, 0x0065, 0 }, IDN2_OK }, { "GnuTLS test #5", "xn--wgv71a119e.jp", { 0x65e5, 0x672c, 0x8a9e, 0x002e, 0x006a, 0x0070, 0 }, IDN2_OK }, { "GnuTLS test #6", "xn--fiqu1az03c18t.xn--mxah1amo.com", { 0x7b80, 0x4f53, 0x4e2d, 0x6587, 0x002e, 0x03b5, 0x03be, 0x03c4, 0x03c1, 0x03b1, 0x002e, 0x0063, 0x006f, 0x006d, 0 }, IDN2_OK }, }; static int debug = 0; static int error_count = 0; static int break_on_error = 0; _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) static void fail (const char *format, ...) { va_list arg_ptr; va_start (arg_ptr, format); vfprintf (stderr, format, arg_ptr); va_end (arg_ptr); error_count++; if (break_on_error) exit (EXIT_FAILURE); } static void ucs4print (const uint32_t * str, size_t len) { size_t i; for (i = 0; i < len; i++) printf ("U+%04x%s", str[i], (i + 1) % 8 ? " " : "\n"); if (len % 8) printf ("\n"); } static size_t _u32_strlen(const uint32_t *s) { const uint32_t *e; for (e = s; *e; e++) ; return e - s; } static size_t _u32_strcmp(const uint32_t *s1, const uint32_t *s2) { while (*s1 && *s2 && *s1 == *s2) s1++, s2++; return *s1 - *s2; } static void _check_4z(const test_t *t, int rc, uint32_t *ucs4, const char *funcname) { if (rc != t->rc_expected) { fail ("%s() entry %u failed: %s\n", funcname, (unsigned) (t - test), idn2_strerror (rc)); } else if (rc == IDN2_OK) { if (_u32_strcmp (t->u32_expected, ucs4) != 0) { if (debug) { printf ("got:\n"); ucs4print (ucs4, _u32_strlen (ucs4)); printf ("expected:\n"); ucs4print (t->u32_expected, _u32_strlen (t->u32_expected)); } fail ("%s() entry %u mismatch\n", funcname, (unsigned) (t - test)); } } else if (debug) printf ("returned %d expected %d (%s)\n", rc, t->rc_expected, idn2_strerror (t->rc_expected)); free (ucs4); } int main (void) { static uint32_t abc_u32[] = { 'a', 'b', 'c', 0 }; static uint32_t xntda_u32[] = { 'x', 'n', '-', '-', 't', 'd', 'a', 0 }; uint32_t q[128]; uint32_t *ucs4, *punycode_u32; uint8_t *utf8; char *utf8_lz; size_t outlen, outlen2; int rc, skip_lz = 0; unsigned i; /* Need to set UTF-8 for u8_strconv_from_locale / u8_strconv_to_locale to work. * At least on Debian with libunistring 0.9.6+really0.9.3-0.1 and LC_ALL=C valgrind * reports Conditional jump or move depends on uninitialised value */ setlocale (LC_ALL, "C.UTF-8"); if (debug) printf("charset=%s\n", locale_charset()); if (strcmp(locale_charset(), "UTF-8") != 0) skip_lz = 1; for (i = 0; i < sizeof (test) / sizeof (test[0]); i++) { const test_t *t = test + i; if (debug) printf ("\nPUNYCODE entry %u: %s\n", i, t->name); ucs4 = NULL; /* freed by _check_4z */ rc = idn2_to_unicode_8z4z (t->punycode, &ucs4, 0); _check_4z (t, rc, ucs4, "idn2_to_unicode_8z4z"); punycode_u32 = u8_to_u32 ( (uint8_t *) t->punycode, strlen (t->punycode) + 1, NULL, &outlen); if (punycode_u32) { ucs4 = NULL; /* freed by _check_4z */ rc = idn2_to_unicode_4z4z(punycode_u32, &ucs4, 0); _check_4z(t, rc, ucs4, "idn2_to_unicode_4z4z"); outlen2 = sizeof (q) / sizeof (q[0]) - 1; rc = idn2_to_unicode_44i(punycode_u32, outlen - 1, q, &outlen2, 0); ucs4 = u32_cpy_alloc(q, outlen2 + 1); ucs4[outlen2] = 0; _check_4z(t, rc, ucs4, "idn2_to_unicode_44i"); free(punycode_u32); } ucs4 = NULL; rc = idn2_to_unicode_8z8z (t->punycode, (char **) &utf8, 0); if (rc == IDN2_OK) { ucs4 = u8_to_u32 (utf8, u8_strlen (utf8) + 1, NULL, &outlen); free (utf8); } _check_4z (t, rc, ucs4, "idn2_to_unicode_8z8z"); if (skip_lz) continue; ucs4 = NULL; rc = idn2_to_unicode_8zlz (t->punycode, &utf8_lz, 0); if (rc == IDN2_OK) { utf8 = u8_strconv_from_locale (utf8_lz); free (utf8_lz); ucs4 = u8_to_u32 (utf8, u8_strlen (utf8) + 1, NULL, &outlen); free (utf8); } _check_4z (t, rc, ucs4, "idn2_to_unicode_8zlz"); /* Since the test punycodes are completely ASCII, idn2_to_unicode_8zlz and idn2_to_unicode_lzlz should have the same results */ ucs4 = NULL; rc = idn2_to_unicode_lzlz (t->punycode, (char **) &utf8_lz, 0); if (rc == IDN2_OK) { utf8 = u8_strconv_from_locale (utf8_lz); free (utf8_lz); ucs4 = u8_to_u32 (utf8, u8_strlen (utf8) + 1, NULL, &outlen); free (utf8); } _check_4z (t, rc, ucs4, "idn2_to_unicode_lzlz"); } /* special checks with NULL values */ idn2_to_unicode_8z4z (NULL, NULL, 0); idn2_to_unicode_8z4z (NULL, &ucs4, 0); idn2_to_unicode_8z4z ("abc", NULL, 0); idn2_to_unicode_8z4z ("xn--tda", NULL, 0); idn2_to_unicode_4z4z (NULL, NULL, 0); idn2_to_unicode_4z4z (NULL, &ucs4, 0); idn2_to_unicode_4z4z (abc_u32, NULL, 0); idn2_to_unicode_4z4z (xntda_u32, NULL, 0); idn2_to_unicode_44i (NULL, 0, NULL, NULL, 0); idn2_to_unicode_44i (NULL, 0, NULL, &outlen, 0); idn2_to_unicode_44i (NULL, 0, q, NULL, 0); outlen = 32; idn2_to_unicode_44i (NULL, 0, q, &outlen, 0); outlen = 0; idn2_to_unicode_44i (NULL, 0, (uint32_t *) 123, &outlen, 0); idn2_to_unicode_44i (abc_u32, 0, NULL, NULL, 0); idn2_to_unicode_44i (abc_u32, 0, NULL, &outlen, 0); idn2_to_unicode_44i (abc_u32, 0, q, NULL, 0); outlen = 32; idn2_to_unicode_44i (abc_u32, 0, q, &outlen, 0); outlen = 0; idn2_to_unicode_44i (abc_u32, 0, (uint32_t *) 123, &outlen, 0); outlen = 0; idn2_to_unicode_44i (abc_u32, 3, (uint32_t *) 123, &outlen, 0); outlen = 0; idn2_to_unicode_44i (abc_u32, 3, (uint32_t *) 123, NULL, 0); idn2_to_unicode_8z8z (NULL, NULL, 0); idn2_to_unicode_8z8z (NULL, (char **) &utf8, 0); idn2_to_unicode_8z8z ("abc", NULL, 0); idn2_to_unicode_8z8z ("xn--tda", NULL, 0); idn2_to_unicode_8zlz (NULL, NULL, 0); idn2_to_unicode_8zlz (NULL, (char **) &utf8, 0); idn2_to_unicode_8zlz ("abc", NULL, 0); idn2_to_unicode_8zlz ("xn--tda", NULL, 0); idn2_to_unicode_lzlz (NULL, NULL, 0); idn2_to_unicode_lzlz (NULL, (char **) &utf8, 0); idn2_to_unicode_lzlz ("abc", NULL, 0); idn2_to_unicode_lzlz ("xn--tda", NULL, 0); if (debug && error_count) printf("error_count: %d\n", error_count); return !!error_count; } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/Makefile.am���������������������������������������������������������������������0000644�0000000�0000000�00000003545�13140037176�013136� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib -I$(srcdir) -I$(top_builddir) AM_CPPFLAGS += -I$(top_builddir)/gl -I$(top_srcdir)/gl AM_CPPFLAGS += -DSRCDIR=\"$(srcdir)\" AM_CFLAGS = $(WARN_CFLAGS) -Wno-missing-field-initializers AM_LDFLAGS = -no-install if !HAVE_LIBUNISTRING AM_CPPFLAGS += -I$(top_srcdir)/unistring/ -I$(top_builddir)/unistring/ endif LDADD = ../lib/libidn2.la ../gl/libgnu.la if !HAVE_LIBUNISTRING LDADD += ../unistring/libunistring.la endif TESTS = test-punycode test-lookup test-register test-strerror test-tounicode check_PROGRAMS = $(TESTS) test_punycode_LDADD = ../lib/puny_decode.o ../lib/puny_encode.o $(LDADD) $(CODE_COVERAGE_LIBS) IDNA_TXT = IdnaTest.txt IDNA_INC = IdnaTest.inc test_lookup_SOURCES = test-lookup.c BUILT_SOURCES = $(IDNA_TXT) $(IDNA_INC) MAINTAINERCLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = gen-utc-test.pl $(IDNA_TXT) $(IDNA_INC) suppressions.valgrind $(IDNA_TXT): rm -f $(IDNA_TXT) wget http://www.unicode.org/Public/idna/6.3.0/IdnaTest.txt echo "d3690c2bb64ea003ac481bbd50c3330eaf1cf691 IdnaTest.txt" | sha1sum -c - $(IDNA_INC): $(IDNA_TXT) $(srcdir)/gen-utc-test.pl $(srcdir)/gen-utc-test.pl < $< > $@ LOG_COMPILER = $(VALGRIND) �����������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/IdnaTest.txt��������������������������������������������������������������������0000644�0000000�0000000�00001470514�12220636462�013364� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# IdnaTest6.3.0.txt # Date: 2013-09-24 12:04:55 GMT [MD] # # Copyright (c) 1991-2013 Unicode, Inc. # For terms of use, see http://www.unicode.org/terms_of_use.html # # Contains test cases for verifying UTS46 conformance. For more information, # see http://www.unicode.org/reports/tr46/ # # FORMAT: # # This file is in UTF8, with certain characters escaped using the \uXXXX convention where they # could otherwise have a confusing display. For example, this includes: # - Default ignorable characters # - General Categories C and Z # - Bidi categories R, AL, AN. # Note that according to the \uXXXX escaping convention, a supplemental character (> 0x10FFFF) is represented # by a sequence of two surrogate characters: the first between D800 and DBFF, and the second between DC00 and DFFF. # # Columns (c1, c2,...) are separated by semicolons. # Leading and trailing spaces and tabs in each column are ignored. # Comments are indicated with hash marks. # # Column 1: type - T for transitional, N for nontransitional, B for both # Column 2: source - the source string to be tested # Column 3: toUnicode - the result of applying toUnicode to the source, using the specified type. A blank value means the same as the source value. # Column 4: toASCII - the result of applying toASCII to the source, using nontransitional. A blank value means the same as the toUnicode value. # Column 5: NV8 - present if the toUnicode value would not be a valid domain name under IDNA2008. Not a normative field. # # If the value of toUnicode is the same as source, the column will be blank. # # An error in toUnicode or toASCII is indicated by a value in square brackets, such as "[B5 B6]". # In such a case, the contents is a list of error codes based on the step numbers in UTS46 and IDNA2008, # with the following formats: # # Pn for Section 4 Processing step n # Vn for 4.1 Validity Criteria step n # An for 4.2 ToASCII step n # Bn for Bidi (in IDNA2008) # Cn for ContextJ (in IDNA2008) # # However, these particular error codes are only informative; # the important feature is whether or not there is an error. # # CONFORMANCE: # # To test for conformance to UTS46, an implementation must first perform the toASCII and to Unicode operations # on the source string, with the indicated type. Implementations may be more strict than UTS46; # thus they may have errors where the file indicates results. In particular, an implementation conformant to # IDNA2008 would disallow the input for lines marked with NV8. # # Moreover, the error codes in the file are informative; implementations need only record that there is an error: # they need not reproduce those codes. Thus to then verify conformance for the toASCII and toUnicode columns: # # - If the file indicates an error, the implementation must also have an error. # - If the file does not indicate an error, then the implementation must either have an error, # or must have a matching result. # # ==================================================================================================== B; fass.de; ; T; faß.de; ; fass.de N; faß.de; ; xn--fa-hia.de T; Faß.de; faß.de; fass.de N; Faß.de; faß.de; xn--fa-hia.de B; xn--fa-hia.de; faß.de; xn--fa-hia.de # BIDI TESTS B; à\u05D0; [B5 B6]; [B5 B6] # àא B; a\u0300\u05D0; [B5 B6]; [B5 B6] # àא B; A\u0300\u05D0; [B5 B6]; [B5 B6] # àא B; À\u05D0; [B5 B6]; [B5 B6] # àא B; 0à.\u05D0; ; xn--0-sfa.xn--4db # 0à.א B; 0a\u0300.\u05D0; 0à.\u05D0; xn--0-sfa.xn--4db # 0à.א B; 0A\u0300.\u05D0; 0à.\u05D0; xn--0-sfa.xn--4db # 0à.א B; 0À.\u05D0; 0à.\u05D0; xn--0-sfa.xn--4db # 0à.א B; xn--0-sfa.xn--4db; 0à.\u05D0; xn--0-sfa.xn--4db # 0à.א B; à.\u05D0\u0308; ; xn--0ca.xn--ssa73l # à.א̈ B; a\u0300.\u05D0\u0308; à.\u05D0\u0308; xn--0ca.xn--ssa73l # à.א̈ B; A\u0300.\u05D0\u0308; à.\u05D0\u0308; xn--0ca.xn--ssa73l # à.א̈ B; À.\u05D0\u0308; à.\u05D0\u0308; xn--0ca.xn--ssa73l # à.א̈ B; xn--0ca.xn--ssa73l; à.\u05D0\u0308; xn--0ca.xn--ssa73l # à.א̈ B; à.\u05D00\u0660\u05D0; [B4]; [B4] # à.א0٠א B; a\u0300.\u05D00\u0660\u05D0; [B4]; [B4] # à.א0٠א B; A\u0300.\u05D00\u0660\u05D0; [B4]; [B4] # à.א0٠א B; À.\u05D00\u0660\u05D0; [B4]; [B4] # à.א0٠א B; \u0308.\u05D0; [V5]; [V5] # ̈.א B; à.\u05D00\u0660; [B4]; [B4] # à.א0٠ B; a\u0300.\u05D00\u0660; [B4]; [B4] # à.א0٠ B; A\u0300.\u05D00\u0660; [B4]; [B4] # à.א0٠ B; À.\u05D00\u0660; [B4]; [B4] # à.א0٠ B; àˇ.\u05D0; ; xn--0ca88g.xn--4db # àˇ.א B; a\u0300ˇ.\u05D0; àˇ.\u05D0; xn--0ca88g.xn--4db # àˇ.א B; A\u0300ˇ.\u05D0; àˇ.\u05D0; xn--0ca88g.xn--4db # àˇ.א B; Àˇ.\u05D0; àˇ.\u05D0; xn--0ca88g.xn--4db # àˇ.א B; xn--0ca88g.xn--4db; àˇ.\u05D0; xn--0ca88g.xn--4db # àˇ.א B; à\u0308.\u05D0; ; xn--0ca81i.xn--4db # à̈.א B; a\u0300\u0308.\u05D0; à\u0308.\u05D0; xn--0ca81i.xn--4db # à̈.א B; A\u0300\u0308.\u05D0; à\u0308.\u05D0; xn--0ca81i.xn--4db # à̈.א B; À\u0308.\u05D0; à\u0308.\u05D0; xn--0ca81i.xn--4db # à̈.א B; xn--0ca81i.xn--4db; à\u0308.\u05D0; xn--0ca81i.xn--4db # à̈.א # CONTEXT TESTS T; a\u200Cb; [C1]; ab # a‌b N; a\u200Cb; [C1]; [C1] # a‌b T; A\u200CB; [C1]; ab # a‌b N; A\u200CB; [C1]; [C1] # a‌b T; A\u200Cb; [C1]; ab # a‌b N; A\u200Cb; [C1]; [C1] # a‌b B; ab; ; T; a\u094D\u200Cb; ; xn--ab-fsf # a्‌b N; a\u094D\u200Cb; ; xn--ab-fsf604u # a्‌b T; A\u094D\u200CB; a\u094D\u200Cb; xn--ab-fsf # a्‌b N; A\u094D\u200CB; a\u094D\u200Cb; xn--ab-fsf604u # a्‌b T; A\u094D\u200Cb; a\u094D\u200Cb; xn--ab-fsf # a्‌b N; A\u094D\u200Cb; a\u094D\u200Cb; xn--ab-fsf604u # a्‌b B; xn--ab-fsf; a\u094Db; xn--ab-fsf # a्b B; a\u094Db; ; xn--ab-fsf # a्b B; A\u094DB; a\u094Db; xn--ab-fsf # a्b B; A\u094Db; a\u094Db; xn--ab-fsf # a्b B; xn--ab-fsf604u; a\u094D\u200Cb; xn--ab-fsf604u # a्‌b T; \u0308\u200C\u0308\u0628b; [V5 B1 C1]; [V5 B1] # ̈‌̈بb N; \u0308\u200C\u0308\u0628b; [V5 B1 C1]; [V5 B1 C1] # ̈‌̈بb T; \u0308\u200C\u0308\u0628B; [V5 B1 C1]; [V5 B1] # ̈‌̈بb N; \u0308\u200C\u0308\u0628B; [V5 B1 C1]; [V5 B1 C1] # ̈‌̈بb T; a\u0628\u0308\u200C\u0308; [B5 B6 C1]; [B5 B6] # aب̈‌̈ N; a\u0628\u0308\u200C\u0308; [B5 B6 C1]; [B5 B6 C1] # aب̈‌̈ T; A\u0628\u0308\u200C\u0308; [B5 B6 C1]; [B5 B6] # aب̈‌̈ N; A\u0628\u0308\u200C\u0308; [B5 B6 C1]; [B5 B6 C1] # aب̈‌̈ B; a\u0628\u0308\u200C\u0308\u0628b; [B5]; [B5] # aب̈‌̈بb B; A\u0628\u0308\u200C\u0308\u0628B; [B5]; [B5] # aب̈‌̈بb B; A\u0628\u0308\u200C\u0308\u0628b; [B5]; [B5] # aب̈‌̈بb T; a\u200Db; [C2]; ab # a‍b N; a\u200Db; [C2]; [C2] # a‍b T; A\u200DB; [C2]; ab # a‍b N; A\u200DB; [C2]; [C2] # a‍b T; A\u200Db; [C2]; ab # a‍b N; A\u200Db; [C2]; [C2] # a‍b T; a\u094D\u200Db; ; xn--ab-fsf # a्‍b N; a\u094D\u200Db; ; xn--ab-fsf014u # a्‍b T; A\u094D\u200DB; a\u094D\u200Db; xn--ab-fsf # a्‍b N; A\u094D\u200DB; a\u094D\u200Db; xn--ab-fsf014u # a्‍b T; A\u094D\u200Db; a\u094D\u200Db; xn--ab-fsf # a्‍b N; A\u094D\u200Db; a\u094D\u200Db; xn--ab-fsf014u # a्‍b B; xn--ab-fsf014u; a\u094D\u200Db; xn--ab-fsf014u # a्‍b T; \u0308\u200D\u0308\u0628b; [V5 B1 C2]; [V5 B1] # ̈‍̈بb N; \u0308\u200D\u0308\u0628b; [V5 B1 C2]; [V5 B1 C2] # ̈‍̈بb T; \u0308\u200D\u0308\u0628B; [V5 B1 C2]; [V5 B1] # ̈‍̈بb N; \u0308\u200D\u0308\u0628B; [V5 B1 C2]; [V5 B1 C2] # ̈‍̈بb T; a\u0628\u0308\u200D\u0308; [B5 B6 C2]; [B5 B6] # aب̈‍̈ N; a\u0628\u0308\u200D\u0308; [B5 B6 C2]; [B5 B6 C2] # aب̈‍̈ T; A\u0628\u0308\u200D\u0308; [B5 B6 C2]; [B5 B6] # aب̈‍̈ N; A\u0628\u0308\u200D\u0308; [B5 B6 C2]; [B5 B6 C2] # aب̈‍̈ T; a\u0628\u0308\u200D\u0308\u0628b; [B5 C2]; [B5] # aب̈‍̈بb N; a\u0628\u0308\u200D\u0308\u0628b; [B5 C2]; [B5 C2] # aب̈‍̈بb T; A\u0628\u0308\u200D\u0308\u0628B; [B5 C2]; [B5] # aب̈‍̈بb N; A\u0628\u0308\u200D\u0308\u0628B; [B5 C2]; [B5 C2] # aب̈‍̈بb T; A\u0628\u0308\u200D\u0308\u0628b; [B5 C2]; [B5] # aب̈‍̈بb N; A\u0628\u0308\u200D\u0308\u0628b; [B5 C2]; [B5 C2] # aب̈‍̈بb # SELECTED TESTS B; ¡; ; xn--7a; NV8 B; xn--7a; ¡; xn--7a; NV8 B; 。; [A4_2]; [A4_2] B; 1234567890ä1234567890123456789012345678901234567890123456; ; [A4_2] B; 1234567890a\u03081234567890123456789012345678901234567890123456; 1234567890ä1234567890123456789012345678901234567890123456; [A4_2] B; 1234567890A\u03081234567890123456789012345678901234567890123456; 1234567890ä1234567890123456789012345678901234567890123456; [A4_2] B; 1234567890Ä1234567890123456789012345678901234567890123456; 1234567890ä1234567890123456789012345678901234567890123456; [A4_2] B; www.eXample.cOm; www.example.com; B; Bücher.de; bücher.de; xn--bcher-kva.de B; Bu\u0308cher.de; bücher.de; xn--bcher-kva.de B; bu\u0308cher.de; bücher.de; xn--bcher-kva.de B; bücher.de; ; xn--bcher-kva.de B; BÜCHER.DE; bücher.de; xn--bcher-kva.de B; BU\u0308CHER.DE; bücher.de; xn--bcher-kva.de B; xn--bcher-kva.de; bücher.de; xn--bcher-kva.de B; ÖBB; öbb; xn--bb-eka B; O\u0308BB; öbb; xn--bb-eka B; o\u0308bb; öbb; xn--bb-eka B; öbb; ; xn--bb-eka B; Öbb; öbb; xn--bb-eka B; O\u0308bb; öbb; xn--bb-eka B; xn--bb-eka; öbb; xn--bb-eka T; βόλος.com; ; xn--nxasmq6b.com N; βόλος.com; ; xn--nxasmm1c.com T; βο\u0301λος.com; βόλος.com; xn--nxasmq6b.com N; βο\u0301λος.com; βόλος.com; xn--nxasmm1c.com B; ΒΟ\u0301ΛΟΣ.COM; βόλοσ.com; xn--nxasmq6b.com B; ΒΌΛΟΣ.COM; βόλοσ.com; xn--nxasmq6b.com B; βόλοσ.com; ; xn--nxasmq6b.com B; βο\u0301λοσ.com; βόλοσ.com; xn--nxasmq6b.com B; Βο\u0301λοσ.com; βόλοσ.com; xn--nxasmq6b.com B; Βόλοσ.com; βόλοσ.com; xn--nxasmq6b.com B; xn--nxasmq6b.com; βόλοσ.com; xn--nxasmq6b.com T; Βο\u0301λος.com; βόλος.com; xn--nxasmq6b.com N; Βο\u0301λος.com; βόλος.com; xn--nxasmm1c.com T; Βόλος.com; βόλος.com; xn--nxasmq6b.com N; Βόλος.com; βόλος.com; xn--nxasmm1c.com B; xn--nxasmm1c.com; βόλος.com; xn--nxasmm1c.com B; xn--nxasmm1c; βόλος; xn--nxasmm1c T; βόλος; ; xn--nxasmq6b N; βόλος; ; xn--nxasmm1c T; βο\u0301λος; βόλος; xn--nxasmq6b N; βο\u0301λος; βόλος; xn--nxasmm1c B; ΒΟ\u0301ΛΟΣ; βόλοσ; xn--nxasmq6b B; ΒΌΛΟΣ; βόλοσ; xn--nxasmq6b B; βόλοσ; ; xn--nxasmq6b B; βο\u0301λοσ; βόλοσ; xn--nxasmq6b B; Βο\u0301λοσ; βόλοσ; xn--nxasmq6b B; Βόλοσ; βόλοσ; xn--nxasmq6b B; xn--nxasmq6b; βόλοσ; xn--nxasmq6b T; Βόλος; βόλος; xn--nxasmq6b N; Βόλος; βόλος; xn--nxasmm1c T; Βο\u0301λος; βόλος; xn--nxasmq6b N; Βο\u0301λος; βόλος; xn--nxasmm1c T; www.ශ\u0DCA\u200Dර\u0DD3.com; ; www.xn--10cl1a0b.com # www.ශ්‍රී.com N; www.ශ\u0DCA\u200Dර\u0DD3.com; ; www.xn--10cl1a0b660p.com # www.ශ්‍රී.com B; www.xn--10cl1a0b.com; www.ශ\u0DCAර\u0DD3.com; www.xn--10cl1a0b.com # www.ශ්රී.com B; www.ශ\u0DCAර\u0DD3.com; ; www.xn--10cl1a0b.com # www.ශ්රී.com B; www.xn--10cl1a0b660p.com; www.ශ\u0DCA\u200Dර\u0DD3.com; www.xn--10cl1a0b660p.com # www.ශ්‍රී.com T; \u0646\u0627\u0645\u0647\u200C\u0627\u06CC; ; xn--mgba3gch31f # نامه‌ای N; \u0646\u0627\u0645\u0647\u200C\u0627\u06CC; ; xn--mgba3gch31f060k # نامه‌ای B; xn--mgba3gch31f; \u0646\u0627\u0645\u0647\u0627\u06CC; xn--mgba3gch31f # نامهای B; \u0646\u0627\u0645\u0647\u0627\u06CC; ; xn--mgba3gch31f # نامهای B; xn--mgba3gch31f060k; \u0646\u0627\u0645\u0647\u200C\u0627\u06CC; xn--mgba3gch31f060k # نامه‌ای B; xn--mgba3gch31f060k.com; \u0646\u0627\u0645\u0647\u200C\u0627\u06CC.com; xn--mgba3gch31f060k.com # نامه‌ای.com T; \u0646\u0627\u0645\u0647\u200C\u0627\u06CC.com; ; xn--mgba3gch31f.com # نامه‌ای.com N; \u0646\u0627\u0645\u0647\u200C\u0627\u06CC.com; ; xn--mgba3gch31f060k.com # نامه‌ای.com B; xn--mgba3gch31f.com; \u0646\u0627\u0645\u0647\u0627\u06CC.com; xn--mgba3gch31f.com # نامهای.com B; \u0646\u0627\u0645\u0647\u0627\u06CC.com; ; xn--mgba3gch31f.com # نامهای.com B; a.b.c。d。; a.b.c.d.; B; a.b.c。d。; a.b.c.d.; B; a.b.c.d.; ; B; U\u0308.xn--tda; ü.ü; xn--tda.xn--tda B; Ü.xn--tda; ü.ü; xn--tda.xn--tda B; ü.xn--tda; ü.ü; xn--tda.xn--tda B; u\u0308.xn--tda; ü.ü; xn--tda.xn--tda B; xn--tda.xn--tda; ü.ü; xn--tda.xn--tda B; ü.ü; ; xn--tda.xn--tda B; u\u0308.u\u0308; ü.ü; xn--tda.xn--tda B; U\u0308.U\u0308; ü.ü; xn--tda.xn--tda B; Ü.Ü; ü.ü; xn--tda.xn--tda B; Ü.ü; ü.ü; xn--tda.xn--tda B; U\u0308.u\u0308; ü.ü; xn--tda.xn--tda B; xn--u-ccb; [V1]; [V1] # ü B; a⒈com; [P1 V6]; [P1 V6] B; a1.com; ; B; A⒈COM; [P1 V6]; [P1 V6] B; A⒈Com; [P1 V6]; [P1 V6] B; xn--a-ecp.ru; [V6]; [V6] B; xn--0.pt; [A3]; [A3] B; xn--a.pt; [V6]; [V6] # €.pt B; xn--a-Ä.pt; [A3]; [A3] B; xn--a-A\u0308.pt; [A3]; [A3] B; xn--a-a\u0308.pt; [A3]; [A3] B; xn--a-ä.pt; [A3]; [A3] B; XN--A-Ä.PT; [A3]; [A3] B; XN--A-A\u0308.PT; [A3]; [A3] B; Xn--A-A\u0308.pt; [A3]; [A3] B; Xn--A-Ä.pt; [A3]; [A3] B; 日本語。JP; 日本語.jp; xn--wgv71a119e.jp B; 日本語。JP; 日本語.jp; xn--wgv71a119e.jp B; xn--wgv71a119e.jp; 日本語.jp; xn--wgv71a119e.jp B; 日本語.jp; ; xn--wgv71a119e.jp B; 日本語。jp; 日本語.jp; xn--wgv71a119e.jp B; 日本語。Jp; 日本語.jp; xn--wgv71a119e.jp B; ☕; ; xn--53h; NV8 B; xn--53h; ☕; xn--53h; NV8 T; 1.aß\u200C\u200Db\u200C\u200Dcßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß\u0302ßz; [C1 C2]; [A4_2] # 1.aß‌‍b‌‍cßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz N; 1.aß\u200C\u200Db\u200C\u200Dcßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß\u0302ßz; [C1 C2]; [C1 C2 A4_2] # 1.aß‌‍b‌‍cßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz T; 1.ASS\u200C\u200DB\u200C\u200DCSSSSSSSSDΣΣSSSSSSSSSSSSSSSSESSSSSSSSSSSSSSSSSSSSXSSSSSSSSSSSSSSSSSSSSYSSSSSSSSSSSSSSSS\u0302SSZ; [C1 C2]; [A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz N; 1.ASS\u200C\u200DB\u200C\u200DCSSSSSSSSDΣΣSSSSSSSSSSSSSSSSESSSSSSSSSSSSSSSSSSSSXSSSSSSSSSSSSSSSSSSSSYSSSSSSSSSSSSSSSS\u0302SSZ; [C1 C2]; [C1 C2 A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz T; 1.ASS\u200C\u200DB\u200C\u200DCSSSSSSSSDΣΣSSSSSSSSSSSSSSSSESSSSSSSSSSSSSSSSSSSSXSSSSSSSSSSSSSSSSSSSSYSSSSSSSSSSSSSSSŜSSZ; [C1 C2]; [A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz N; 1.ASS\u200C\u200DB\u200C\u200DCSSSSSSSSDΣΣSSSSSSSSSSSSSSSSESSSSSSSSSSSSSSSSSSSSXSSSSSSSSSSSSSSSSSSSSYSSSSSSSSSSSSSSSŜSSZ; [C1 C2]; [C1 C2 A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz T; 1.ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz; [C1 C2]; [A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz N; 1.ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz; [C1 C2]; [C1 C2 A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz T; 1.ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssyssssssssssssssss\u0302ssz; [C1 C2]; [A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz N; 1.ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssyssssssssssssssss\u0302ssz; [C1 C2]; [C1 C2 A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz T; 1.Ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssyssssssssssssssss\u0302ssz; [C1 C2]; [A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz N; 1.Ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssyssssssssssssssss\u0302ssz; [C1 C2]; [C1 C2 A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz T; 1.Ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz; [C1 C2]; [A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz N; 1.Ass\u200C\u200Db\u200C\u200Dcssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz; [C1 C2]; [C1 C2 A4_2] # 1.ass‌‍b‌‍cssssssssdσσssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz T; 1.Aß\u200C\u200Db\u200C\u200Dcßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß\u0302ßz; [C1 C2]; [A4_2] # 1.aß‌‍b‌‍cßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz N; 1.Aß\u200C\u200Db\u200C\u200Dcßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß\u0302ßz; [C1 C2]; [C1 C2 A4_2] # 1.aß‌‍b‌‍cßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz T; \u200Cx\u200Dn\u200C-\u200D-bß; [C1 C2]; xn--bss # ‌x‍n‌-‍-bß N; \u200Cx\u200Dn\u200C-\u200D-bß; [C1 C2]; [C1 C2] # ‌x‍n‌-‍-bß T; \u200CX\u200DN\u200C-\u200D-BSS; [C1 C2]; xn--bss # ‌x‍n‌-‍-bss N; \u200CX\u200DN\u200C-\u200D-BSS; [C1 C2]; [C1 C2] # ‌x‍n‌-‍-bss T; \u200Cx\u200Dn\u200C-\u200D-bss; [C1 C2]; xn--bss # ‌x‍n‌-‍-bss N; \u200Cx\u200Dn\u200C-\u200D-bss; [C1 C2]; [C1 C2] # ‌x‍n‌-‍-bss T; \u200CX\u200Dn\u200C-\u200D-Bss; [C1 C2]; xn--bss # ‌x‍n‌-‍-bss N; \u200CX\u200Dn\u200C-\u200D-Bss; [C1 C2]; [C1 C2] # ‌x‍n‌-‍-bss B; xn--bss; 夙; xn--bss B; 夙; ; xn--bss T; \u200CX\u200Dn\u200C-\u200D-Bß; [C1 C2]; xn--bss # ‌x‍n‌-‍-bß N; \u200CX\u200Dn\u200C-\u200D-Bß; [C1 C2]; [C1 C2] # ‌x‍n‌-‍-bß B; ˣ\u034Fℕ\u200B﹣\u00AD-\u180Cℬ\uFE00ſ\u2064𝔰\uDB40\uDDEFffl; 夡夞夜夙; xn--bssffl B; x\u034FN\u200B-\u00AD-\u180CB\uFE00s\u2064s\uDB40\uDDEFffl; 夡夞夜夙; xn--bssffl B; x\u034Fn\u200B-\u00AD-\u180Cb\uFE00s\u2064s\uDB40\uDDEFffl; 夡夞夜夙; xn--bssffl B; X\u034FN\u200B-\u00AD-\u180CB\uFE00S\u2064S\uDB40\uDDEFFFL; 夡夞夜夙; xn--bssffl B; X\u034Fn\u200B-\u00AD-\u180CB\uFE00s\u2064s\uDB40\uDDEFffl; 夡夞夜夙; xn--bssffl B; xn--bssffl; 夡夞夜夙; xn--bssffl B; 夡夞夜夙; ; xn--bssffl B; ˣ\u034Fℕ\u200B﹣\u00AD-\u180Cℬ\uFE00S\u2064𝔰\uDB40\uDDEFFFL; 夡夞夜夙; xn--bssffl B; x\u034FN\u200B-\u00AD-\u180CB\uFE00S\u2064s\uDB40\uDDEFFFL; 夡夞夜夙; xn--bssffl B; ˣ\u034Fℕ\u200B﹣\u00AD-\u180Cℬ\uFE00s\u2064𝔰\uDB40\uDDEFffl; 夡夞夜夙; xn--bssffl B; 123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; ; B; 123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; ; B; 123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; ; [A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; ; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; ; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; ; [A4_2 A4_1] B; ä1234567890123456789012345678901234567890123456789012345; ; xn--1234567890123456789012345678901234567890123456789012345-9te B; a\u03081234567890123456789012345678901234567890123456789012345; ä1234567890123456789012345678901234567890123456789012345; xn--1234567890123456789012345678901234567890123456789012345-9te B; A\u03081234567890123456789012345678901234567890123456789012345; ä1234567890123456789012345678901234567890123456789012345; xn--1234567890123456789012345678901234567890123456789012345-9te B; Ä1234567890123456789012345678901234567890123456789012345; ä1234567890123456789012345678901234567890123456789012345; xn--1234567890123456789012345678901234567890123456789012345-9te B; xn--1234567890123456789012345678901234567890123456789012345-9te; ä1234567890123456789012345678901234567890123456789012345; xn--1234567890123456789012345678901234567890123456789012345-9te B; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; ; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901 B; 123456789012345678901234567890123456789012345678901234567890123.1234567890a\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901 B; 123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901 B; 123456789012345678901234567890123456789012345678901234567890123.1234567890Ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901 B; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901 B; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; ; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901. B; 123456789012345678901234567890123456789012345678901234567890123.1234567890a\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901. B; 123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901. B; 123456789012345678901234567890123456789012345678901234567890123.1234567890Ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901. B; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901.; 123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901. B; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; ; [A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890a\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; [A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; [A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890Ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789012; [A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; ; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890a\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890Ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; ; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890a\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890Ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890.; [A4_2] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; ; [A4_2 A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890a\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; [A4_2 A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; [A4_2 A4_1] B; 123456789012345678901234567890123456789012345678901234567890123.1234567890Ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; 123456789012345678901234567890123456789012345678901234567890123.1234567890ä1234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901; [A4_2 A4_1] B; a.b..-q--a-.e; [V2 V3 A4_2]; [V2 V3 A4_2] B; a.b..-q--ä-.e; [V2 V3 A4_2]; [V2 V3 A4_2] B; a.b..-q--a\u0308-.e; [V2 V3 A4_2]; [V2 V3 A4_2] B; A.B..-Q--A\u0308-.E; [V2 V3 A4_2]; [V2 V3 A4_2] B; A.B..-Q--Ä-.E; [V2 V3 A4_2]; [V2 V3 A4_2] B; a.b..xn---q----jra.e; [V2 V3 A4_2]; [V2 V3 A4_2] B; a..c; [A4_2]; [A4_2] B; a.-b.; [V3]; [V3] B; a.b-.c; [V3]; [V3] B; a.-.c; [V3]; [V3] B; a.bc--de.f; [V2]; [V2] B; ä.\u00AD.c; [A4_2]; [A4_2] B; a\u0308.\u00AD.c; [A4_2]; [A4_2] B; A\u0308.\u00AD.C; [A4_2]; [A4_2] B; Ä.\u00AD.C; [A4_2]; [A4_2] B; ä.-b.; [V3]; [V3] B; a\u0308.-b.; [V3]; [V3] B; A\u0308.-B.; [V3]; [V3] B; Ä.-B.; [V3]; [V3] B; ä.b-.c; [V3]; [V3] B; a\u0308.b-.c; [V3]; [V3] B; A\u0308.B-.C; [V3]; [V3] B; Ä.B-.C; [V3]; [V3] B; ä.-.c; [V3]; [V3] B; a\u0308.-.c; [V3]; [V3] B; A\u0308.-.C; [V3]; [V3] B; Ä.-.C; [V3]; [V3] B; ä.bc--de.f; [V2]; [V2] B; a\u0308.bc--de.f; [V2]; [V2] B; A\u0308.BC--DE.F; [V2]; [V2] B; Ä.BC--DE.F; [V2]; [V2] B; a.b.\u0308c.d; [V5]; [V5] # a.b.̈c.d B; A.B.\u0308C.D; [V5]; [V5] # a.b.̈c.d B; a.b.xn--c-bcb.d; [V5]; [V5] # a.b.̈c.d B; A0; a0; B; 0A; 0a; B; 0A.\u05D0; 0a.\u05D0; 0a.xn--4db # 0a.א B; 0a.xn--4db; 0a.\u05D0; 0a.xn--4db # 0a.א B; c.xn--0-eha.xn--4db; c.0ü.\u05D0; c.xn--0-eha.xn--4db # c.0ü.א B; c.0ü.\u05D0; ; c.xn--0-eha.xn--4db # c.0ü.א B; c.0u\u0308.\u05D0; c.0ü.\u05D0; c.xn--0-eha.xn--4db # c.0ü.א B; C.0U\u0308.\u05D0; c.0ü.\u05D0; c.xn--0-eha.xn--4db # c.0ü.א B; C.0Ü.\u05D0; c.0ü.\u05D0; c.xn--0-eha.xn--4db # c.0ü.א B; b-.\u05D0; [V3]; [V3] # b-.א B; d.xn----dha.xn--4db; [V3]; [V3] # d.ü-.א B; a\u05D0; [B5 B6]; [B5 B6] # aא B; A\u05D0; [B5 B6]; [B5 B6] # aא B; \u05D0\u05C7; ; xn--vdbr # אׇ B; xn--vdbr; \u05D0\u05C7; xn--vdbr # אׇ B; \u05D09\u05C7; ; xn--9-ihcz # א9ׇ B; xn--9-ihcz; \u05D09\u05C7; xn--9-ihcz # א9ׇ B; \u05D0a\u05C7; [B2 B3]; [B2 B3] # אaׇ B; \u05D0A\u05C7; [B2 B3]; [B2 B3] # אaׇ B; \u05D0\u05EA; ; xn--4db6c # את B; xn--4db6c; \u05D0\u05EA; xn--4db6c # את B; \u05D0\u05F3\u05EA; ; xn--4db6c0a # א׳ת B; xn--4db6c0a; \u05D0\u05F3\u05EA; xn--4db6c0a # א׳ת B; a\u05D0Tz; [B5]; [B5] # aאtz B; a\u05D0tz; [B5]; [B5] # aאtz B; A\u05D0TZ; [B5]; [B5] # aאtz B; A\u05D0tz; [B5]; [B5] # aאtz B; \u05D0T\u05EA; [B2]; [B2] # אtת B; \u05D0t\u05EA; [B2]; [B2] # אtת B; \u05D07\u05EA; ; xn--7-zhc3f # א7ת B; xn--7-zhc3f; \u05D07\u05EA; xn--7-zhc3f # א7ת B; \u05D0\u0667\u05EA; ; xn--4db6c6t # א٧ת B; xn--4db6c6t; \u05D0\u0667\u05EA; xn--4db6c6t # א٧ת B; a7\u0667z; [B5]; [B5] # a7٧z B; A7\u0667Z; [B5]; [B5] # a7٧z B; A7\u0667z; [B5]; [B5] # a7٧z B; \u05D07\u0667\u05EA; [B4]; [B4] # א7٧ת T; ஹ\u0BCD\u200D; ; xn--dmc4b # ஹ்‍ N; ஹ\u0BCD\u200D; ; xn--dmc4b194h # ஹ்‍ B; xn--dmc4b; ஹ\u0BCD; xn--dmc4b # ஹ் B; ஹ\u0BCD; ; xn--dmc4b # ஹ் B; xn--dmc4b194h; ஹ\u0BCD\u200D; xn--dmc4b194h # ஹ்‍ T; ஹ\u200D; [C2]; xn--dmc # ஹ‍ N; ஹ\u200D; [C2]; [C2] # ஹ‍ B; xn--dmc; ஹ; xn--dmc B; ஹ; ; xn--dmc T; \u200D; [C2]; [A4_2] # ‍ N; \u200D; [C2]; [C2] # ‍ T; ஹ\u0BCD\u200C; ; xn--dmc4b # ஹ்‌ N; ஹ\u0BCD\u200C; ; xn--dmc4by94h # ஹ்‌ B; xn--dmc4by94h; ஹ\u0BCD\u200C; xn--dmc4by94h # ஹ்‌ T; ஹ\u200C; [C1]; xn--dmc # ஹ‌ N; ஹ\u200C; [C1]; [C1] # ஹ‌ T; \u200C; [C1]; [A4_2] # ‌ N; \u200C; [C1]; [C1] # ‌ T; \u0644\u0670\u200C\u06ED\u06EF; ; xn--ghb2gxqia # لٰ‌ۭۯ N; \u0644\u0670\u200C\u06ED\u06EF; ; xn--ghb2gxqia7523a # لٰ‌ۭۯ B; xn--ghb2gxqia; \u0644\u0670\u06ED\u06EF; xn--ghb2gxqia # لٰۭۯ B; \u0644\u0670\u06ED\u06EF; ; xn--ghb2gxqia # لٰۭۯ B; xn--ghb2gxqia7523a; \u0644\u0670\u200C\u06ED\u06EF; xn--ghb2gxqia7523a # لٰ‌ۭۯ T; \u0644\u0670\u200C\u06EF; ; xn--ghb2g3q # لٰ‌ۯ N; \u0644\u0670\u200C\u06EF; ; xn--ghb2g3qq34f # لٰ‌ۯ B; xn--ghb2g3q; \u0644\u0670\u06EF; xn--ghb2g3q # لٰۯ B; \u0644\u0670\u06EF; ; xn--ghb2g3q # لٰۯ B; xn--ghb2g3qq34f; \u0644\u0670\u200C\u06EF; xn--ghb2g3qq34f # لٰ‌ۯ T; \u0644\u200C\u06ED\u06EF; ; xn--ghb25aga # ل‌ۭۯ N; \u0644\u200C\u06ED\u06EF; ; xn--ghb25aga828w # ل‌ۭۯ B; xn--ghb25aga; \u0644\u06ED\u06EF; xn--ghb25aga # لۭۯ B; \u0644\u06ED\u06EF; ; xn--ghb25aga # لۭۯ B; xn--ghb25aga828w; \u0644\u200C\u06ED\u06EF; xn--ghb25aga828w # ل‌ۭۯ T; \u0644\u200C\u06EF; ; xn--ghb65a # ل‌ۯ N; \u0644\u200C\u06EF; ; xn--ghb65a953d # ل‌ۯ B; xn--ghb65a; \u0644\u06EF; xn--ghb65a # لۯ B; \u0644\u06EF; ; xn--ghb65a # لۯ B; xn--ghb65a953d; \u0644\u200C\u06EF; xn--ghb65a953d # ل‌ۯ T; \u0644\u0670\u200C\u06ED; [B3 C1]; xn--ghb2gxq # لٰ‌ۭ N; \u0644\u0670\u200C\u06ED; [B3 C1]; [B3 C1] # لٰ‌ۭ B; xn--ghb2gxq; \u0644\u0670\u06ED; xn--ghb2gxq # لٰۭ B; \u0644\u0670\u06ED; ; xn--ghb2gxq # لٰۭ T; \u06EF\u200C\u06EF; [C1]; xn--cmba # ۯ‌ۯ N; \u06EF\u200C\u06EF; [C1]; [C1] # ۯ‌ۯ B; xn--cmba; \u06EF\u06EF; xn--cmba # ۯۯ B; \u06EF\u06EF; ; xn--cmba # ۯۯ T; \u0644\u200C; [B3 C1]; xn--ghb # ل‌ N; \u0644\u200C; [B3 C1]; [B3 C1] # ل‌ B; xn--ghb; \u0644; xn--ghb # ل B; \u0644; ; xn--ghb # ل # RANDOMIZED TESTS B; ⁷∝\uA8EC\uDB49\uDC10.-\uDB40\uDDD1; [P1 V6 V3]; [P1 V6 V3] # 7∝꣬󢐐.- B; 7∝\uA8EC\uDB49\uDC10.-\uDB40\uDDD1; [P1 V6 V3]; [P1 V6 V3] # 7∝꣬󢐐.- B; \u0769.ꡰ; ; xn--tpb.xn--md9a # ݩ.ꡰ B; xn--tpb.xn--md9a; \u0769.ꡰ; xn--tpb.xn--md9a # ݩ.ꡰ B; ≯\u066B。-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≯٫.- B; >\u0338\u066B。-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≯٫.- B; ≯\u066B。-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≯٫.- B; >\u0338\u066B。-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≯٫.- B; ⾛\u066B⾕.\u115F⚙ςႭ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙ςႭ B; 走\u066B谷.\u115F⚙ςႭ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙ςႭ B; 走\u066B谷.\u115F⚙ςⴍ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙ςⴍ B; 走\u066B谷.\u115F⚙ΣႭ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙σႭ B; 走\u066B谷.\u115F⚙σⴍ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙σⴍ B; 走\u066B谷.\u115F⚙Σⴍ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙σⴍ B; ⾛\u066B⾕.\u115F⚙ςⴍ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙ςⴍ B; ⾛\u066B⾕.\u115F⚙ΣႭ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙σႭ B; ⾛\u066B⾕.\u115F⚙σⴍ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙σⴍ B; ⾛\u066B⾕.\u115F⚙Σⴍ; [P1 V6 B5]; [P1 V6 B5] # 走٫谷.ᅟ⚙σⴍ T; \u200D≠ᡈ≯.솣-\u0646Ⴀ; [P1 V6 C2 B5]; [P1 V6 B5] # ‍≠ᡈ≯.솣-نႠ N; \u200D≠ᡈ≯.솣-\u0646Ⴀ; [P1 V6 C2 B5]; [P1 V6 C2 B5] # ‍≠ᡈ≯.솣-نႠ T; \u200D=\u0338ᡈ>\u0338.솣-\u0646Ⴀ; [P1 V6 C2 B5]; [P1 V6 B5] # ‍≠ᡈ≯.솣-نႠ N; \u200D=\u0338ᡈ>\u0338.솣-\u0646Ⴀ; [P1 V6 C2 B5]; [P1 V6 C2 B5] # ‍≠ᡈ≯.솣-نႠ T; \u200D=\u0338ᡈ>\u0338.솣-\u0646ⴀ; [P1 V6 C2 B5]; [P1 V6 B5] # ‍≠ᡈ≯.솣-نⴀ N; \u200D=\u0338ᡈ>\u0338.솣-\u0646ⴀ; [P1 V6 C2 B5]; [P1 V6 C2 B5] # ‍≠ᡈ≯.솣-نⴀ T; \u200D≠ᡈ≯.솣-\u0646ⴀ; [P1 V6 C2 B5]; [P1 V6 B5] # ‍≠ᡈ≯.솣-نⴀ N; \u200D≠ᡈ≯.솣-\u0646ⴀ; [P1 V6 C2 B5]; [P1 V6 C2 B5] # ‍≠ᡈ≯.솣-نⴀ B; \uDB60\uDE04.\uFD05\u032F\u072E\uD803\uDE7C; [P1 V6]; [P1 V6] # 󨈄.صى̯ܮ𐹼 B; \uDB60\uDE04.\u0635\u0649\u032F\u072E\uD803\uDE7C; [P1 V6]; [P1 V6] # 󨈄.صى̯ܮ𐹼 B; \uDA95\uDE06\u1039.\uAAF6; [P1 V6 V5]; [P1 V6 V5] # 򵘆္.꫶ B; ᠼ\u0FB3\uDAB2\uDFAD。\uD834\uDD77Ⴣ\u07E4; [P1 V6 B1]; [P1 V6 B1] # ᠼླ򼮭.𝅷Ⴣߤ B; ᠼ\u0FB3\uDAB2\uDFAD。\uD834\uDD77ⴣ\u07E4; [P1 V6 B1]; [P1 V6 B1] # ᠼླ򼮭.𝅷ⴣߤ B; \uD803\uDE6A\u09CDς🃌。\u1A76렧; [V5 B1]; [V5 B1] # 𐹪্ς🃌.᩶렧 B; \uD803\uDE6A\u09CDς🃌。\u1A76렧; [V5 B1]; [V5 B1] # 𐹪্ς🃌.᩶렧 B; \uD803\uDE6A\u09CDΣ🃌。\u1A76렧; [V5 B1]; [V5 B1] # 𐹪্σ🃌.᩶렧 B; \uD803\uDE6A\u09CDΣ🃌。\u1A76렧; [V5 B1]; [V5 B1] # 𐹪্σ🃌.᩶렧 B; \uD803\uDE6A\u09CDσ🃌。\u1A76렧; [V5 B1]; [V5 B1] # 𐹪্σ🃌.᩶렧 B; \uD803\uDE6A\u09CDσ🃌。\u1A76렧; [V5 B1]; [V5 B1] # 𐹪্σ🃌.᩶렧 T; -\u200D。\u0755\u200C\u200D⒈; [P1 V3 V6 C2 C1]; [P1 V3 V6] # -‍.ݕ‌‍⒈ N; -\u200D。\u0755\u200C\u200D⒈; [P1 V3 V6 C2 C1]; [P1 V3 V6 C2 C1] # -‍.ݕ‌‍⒈ T; -\u200D。\u0755\u200C\u200D1.; [V3 C2 C1]; [V3] # -‍.ݕ‌‍1. N; -\u200D。\u0755\u200C\u200D1.; [V3 C2 C1]; [V3 C2 C1] # -‍.ݕ‌‍1. T; \u200C\uDB12\uDEDD.Ⴒ\uD804\uDDC0; [P1 V6 C1]; [P1 V6] # ‌󔫝.Ⴒ𑇀 N; \u200C\uDB12\uDEDD.Ⴒ\uD804\uDDC0; [P1 V6 C1]; [P1 V6 C1] # ‌󔫝.Ⴒ𑇀 T; \u200C\uDB12\uDEDD.ⴒ\uD804\uDDC0; [P1 V6 C1]; [P1 V6] # ‌󔫝.ⴒ𑇀 N; \u200C\uDB12\uDEDD.ⴒ\uD804\uDDC0; [P1 V6 C1]; [P1 V6 C1] # ‌󔫝.ⴒ𑇀 B; 繱\u0E3A\u200D.9︒; [P1 V6]; [P1 V6] # 繱ฺ‍.9︒ T; 繱\u0E3A\u200D.9。; 繱\u0E3A\u200D.9.; xn--o4c7658c.9. # 繱ฺ‍.9. N; 繱\u0E3A\u200D.9。; 繱\u0E3A\u200D.9.; xn--o4c042gf52e.9. # 繱ฺ‍.9. B; xn--o4c7658c.9.; 繱\u0E3A.9.; xn--o4c7658c.9. # 繱ฺ.9. B; 繱\u0E3A.9.; ; xn--o4c7658c.9. # 繱ฺ.9. B; xn--o4c042gf52e.9.; 繱\u0E3A\u200D.9.; xn--o4c042gf52e.9. # 繱ฺ‍.9. T; 繱\u0E3A\u200D.9.; ; xn--o4c7658c.9. # 繱ฺ‍.9. N; 繱\u0E3A\u200D.9.; ; xn--o4c042gf52e.9. # 繱ฺ‍.9. B; \uDB40\uDDDF.\uDB40\uDD6C; [A4_2]; [A4_2] B; \uDB40\uDDDF.\uDB40\uDD6C; [A4_2]; [A4_2] T; ß\u20D8。\u200D; [C2]; xn--ss-1ju. # ß⃘.‍ N; ß\u20D8。\u200D; [C2]; [C2] # ß⃘.‍ T; SS\u20D8。\u200D; [C2]; xn--ss-1ju. # ss⃘.‍ N; SS\u20D8。\u200D; [C2]; [C2] # ss⃘.‍ T; ss\u20D8。\u200D; [C2]; xn--ss-1ju. # ss⃘.‍ N; ss\u20D8。\u200D; [C2]; [C2] # ss⃘.‍ T; Ss\u20D8。\u200D; [C2]; xn--ss-1ju. # ss⃘.‍ N; Ss\u20D8。\u200D; [C2]; [C2] # ss⃘.‍ B; xn--ss-1ju.; ss\u20D8.; xn--ss-1ju.; NV8 # ss⃘. B; ss\u20D8.; ; xn--ss-1ju.; NV8 # ss⃘. B; SS\u20D8.; ss\u20D8.; xn--ss-1ju.; NV8 # ss⃘. B; Ss\u20D8.; ss\u20D8.; xn--ss-1ju.; NV8 # ss⃘. T; \uDB43\uDDD7\u200C⒈.\uDB40\uDF87; [P1 V6 C1]; [P1 V6] # 󠷗‌⒈.󠎇 N; \uDB43\uDDD7\u200C⒈.\uDB40\uDF87; [P1 V6 C1]; [P1 V6 C1] # 󠷗‌⒈.󠎇 T; \uDB43\uDDD7\u200C1..\uDB40\uDF87; [P1 V6 C1 A4_2]; [P1 V6 A4_2] # 󠷗‌1..󠎇 N; \uDB43\uDDD7\u200C1..\uDB40\uDF87; [P1 V6 C1 A4_2]; [P1 V6 C1 A4_2] # 󠷗‌1..󠎇 B; \uDB9B\uDC8F\uD834\uDE42\u1CF4ß。\uDA8D\uDF3C; [P1 V6]; [P1 V6] # 󶲏𝉂᳴ß.򳜼 B; \uDB9B\uDC8F\uD834\uDE42\u1CF4SS。\uDA8D\uDF3C; [P1 V6]; [P1 V6] # 󶲏𝉂᳴ss.򳜼 B; \uDB9B\uDC8F\uD834\uDE42\u1CF4ss。\uDA8D\uDF3C; [P1 V6]; [P1 V6] # 󶲏𝉂᳴ss.򳜼 B; \uDB9B\uDC8F\uD834\uDE42\u1CF4Ss。\uDA8D\uDF3C; [P1 V6]; [P1 V6] # 󶲏𝉂᳴ss.򳜼 T; ᡊ\u200C\u062F。\uD943\uDC9A䉜\u200D\uD8BA\uDDBB; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # ᡊ‌د.񠲚䉜‍𾦻 N; ᡊ\u200C\u062F。\uD943\uDC9A䉜\u200D\uD8BA\uDDBB; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # ᡊ‌د.񠲚䉜‍𾦻 B; \uD8DA\uDDFAς\u084A⒈.≮\u1BF2\u200D\u06A6; [P1 V6 B5 B1]; [P1 V6 B5 B1] # 񆧺ςࡊ⒈.≮᯲‍ڦ B; \uD8DA\uDDFAς\u084A⒈.<\u0338\u1BF2\u200D\u06A6; [P1 V6 B5 B1]; [P1 V6 B5 B1] # 񆧺ςࡊ⒈.≮᯲‍ڦ B; \uD8DA\uDDFAς\u084A1..≮\u1BF2\u200D\u06A6; [P1 V6 B5 A4_2 B1]; [P1 V6 B5 A4_2 B1] # 񆧺ςࡊ1..≮᯲‍ڦ B; \uD8DA\uDDFAς\u084A1..<\u0338\u1BF2\u200D\u06A6; [P1 V6 B5 A4_2 B1]; [P1 V6 B5 A4_2 B1] # 񆧺ςࡊ1..≮᯲‍ڦ B; \uD8DA\uDDFAΣ\u084A1..<\u0338\u1BF2\u200D\u06A6; [P1 V6 B5 A4_2 B1]; [P1 V6 B5 A4_2 B1] # 񆧺σࡊ1..≮᯲‍ڦ B; \uD8DA\uDDFAΣ\u084A1..≮\u1BF2\u200D\u06A6; [P1 V6 B5 A4_2 B1]; [P1 V6 B5 A4_2 B1] # 񆧺σࡊ1..≮᯲‍ڦ B; \uD8DA\uDDFAσ\u084A1..≮\u1BF2\u200D\u06A6; [P1 V6 B5 A4_2 B1]; [P1 V6 B5 A4_2 B1] # 񆧺σࡊ1..≮᯲‍ڦ B; \uD8DA\uDDFAσ\u084A1..<\u0338\u1BF2\u200D\u06A6; [P1 V6 B5 A4_2 B1]; [P1 V6 B5 A4_2 B1] # 񆧺σࡊ1..≮᯲‍ڦ B; \uD8DA\uDDFAΣ\u084A⒈.<\u0338\u1BF2\u200D\u06A6; [P1 V6 B5 B1]; [P1 V6 B5 B1] # 񆧺σࡊ⒈.≮᯲‍ڦ B; \uD8DA\uDDFAΣ\u084A⒈.≮\u1BF2\u200D\u06A6; [P1 V6 B5 B1]; [P1 V6 B5 B1] # 񆧺σࡊ⒈.≮᯲‍ڦ B; \uD8DA\uDDFAσ\u084A⒈.≮\u1BF2\u200D\u06A6; [P1 V6 B5 B1]; [P1 V6 B5 B1] # 񆧺σࡊ⒈.≮᯲‍ڦ B; \uD8DA\uDDFAσ\u084A⒈.<\u0338\u1BF2\u200D\u06A6; [P1 V6 B5 B1]; [P1 V6 B5 B1] # 񆧺σࡊ⒈.≮᯲‍ڦ B; \u3164\u0ACDႠ\u0942.\u180B; [P1 V6]; [P1 V6] # ㅤ્Ⴀू. B; \u1160\u0ACDႠ\u0942.\u180B; [P1 V6]; [P1 V6] # ᅠ્Ⴀू. B; \u1160\u0ACDⴀ\u0942.\u180B; [P1 V6]; [P1 V6] # ᅠ્ⴀू. B; \u3164\u0ACDⴀ\u0942.\u180B; [P1 V6]; [P1 V6] # ㅤ્ⴀू. T; 🎲\u200D.\uD805\uDEB6\u1A77\u1032\uDB40\uDD53; [V5 C2]; [V5] # 🎲‍.𑚶᩷ဲ N; 🎲\u200D.\uD805\uDEB6\u1A77\u1032\uDB40\uDD53; [V5 C2]; [V5 C2] # 🎲‍.𑚶᩷ဲ T; 🎲\u200D.\uD805\uDEB6\u1A77\u1032\uDB40\uDD53; [V5 C2]; [V5] # 🎲‍.𑚶᩷ဲ N; 🎲\u200D.\uD805\uDEB6\u1A77\u1032\uDB40\uDD53; [V5 C2]; [V5 C2] # 🎲‍.𑚶᩷ဲ B; ≮\uD802\uDC11\uD83A\uDCA1.≯\uD9BD\uDCEDᠴ; [P1 V6 B1]; [P1 V6 B1] # ≮𐠑𞢡.≯񿓭ᠴ B; <\u0338\uD802\uDC11\uD83A\uDCA1.>\u0338\uD9BD\uDCEDᠴ; [P1 V6 B1]; [P1 V6 B1] # ≮𐠑𞢡.≯񿓭ᠴ B; \uFE05\uD83B\uDEFE\uD803\uDF6E٪。\uA953ꡏ; [P1 V6 V5 B3]; [P1 V6 V5 B3] # 𞻾𐽮٪.꥓ꡏ B; \uFE05\uD83B\uDEFE\uD803\uDF6E٪。\uA953ꡏ; [P1 V6 V5 B3]; [P1 V6 V5 B3] # 𞻾𐽮٪.꥓ꡏ B; \u06D7。\uDBE4\uDDDF; [P1 V5 V6]; [P1 V5 V6] # ۗ.􉇟 B; \u0ACD\uD804\uDC3A.\u1160; [P1 V5 V6]; [P1 V5 V6] # ્𑀺.ᅠ B; \u0ACD\uD804\uDC3A.\u1160; [P1 V5 V6]; [P1 V5 V6] # ્𑀺.ᅠ T; -\u068A\u200D。\uDB23\uDC20\uD802\uDDCB; [P1 V3 V6 B1 C2 B5 B6]; [P1 V3 V6 B1 B5 B6] # -ڊ‍.󘰠𐧋 N; -\u068A\u200D。\uDB23\uDC20\uD802\uDDCB; [P1 V3 V6 B1 C2 B5 B6]; [P1 V3 V6 B1 C2 B5 B6] # -ڊ‍.󘰠𐧋 B; \u06AA゜≯\uD98C\uDF34。\uDB40\uDDB5⾇滸\u0669; [P1 V6 B2 B3 B5 B6]; [P1 V6 B2 B3 B5 B6] # ڪ゜≯񳌴.舛滸٩ B; \u06AA゜>\u0338\uD98C\uDF34。\uDB40\uDDB5⾇滸\u0669; [P1 V6 B2 B3 B5 B6]; [P1 V6 B2 B3 B5 B6] # ڪ゜≯񳌴.舛滸٩ B; \u06AA\u0020\u309A≯\uD98C\uDF34。\uDB40\uDDB5舛滸\u0669; [P1 V6 B2 B3 B5 B6]; [P1 V6 B2 B3 B5 B6] # ڪ ゚≯񳌴.舛滸٩ B; \u06AA\u0020\u309A>\u0338\uD98C\uDF34。\uDB40\uDDB5舛滸\u0669; [P1 V6 B2 B3 B5 B6]; [P1 V6 B2 B3 B5 B6] # ڪ ゚≯񳌴.舛滸٩ B; 蔏。\u1BAB; [V5]; [V5] # 蔏.᮫ B; 蔏。\u1BAB; [V5]; [V5] # 蔏.᮫ B; 🄁\u0712。\uDB40\uDD07; [P1 V6 B1]; [P1 V6 B1] # 🄁ܒ. B; 0,\u0712。\uDB40\uDD07; [P1 V6 B1]; [P1 V6 B1] # 0,ܒ. B; \uDA40\uDC5C-䟖F。\u0855⒈\uD803\uDE67; [P1 V6 B4]; [P1 V6 B4] # 򠁜-䟖f.ࡕ⒈𐹧 B; \uDA40\uDC5C-䟖F。\u08551.\uD803\uDE67; [P1 V6 B1]; [P1 V6 B1] # 򠁜-䟖f.ࡕ1.𐹧 B; \uDA40\uDC5C-䟖f。\u08551.\uD803\uDE67; [P1 V6 B1]; [P1 V6 B1] # 򠁜-䟖f.ࡕ1.𐹧 B; \uDA40\uDC5C-䟖f。\u0855⒈\uD803\uDE67; [P1 V6 B4]; [P1 V6 B4] # 򠁜-䟖f.ࡕ⒈𐹧 T; \u200C。\uD803\uDE7D; [C1 B1]; [B1] # ‌.𐹽 N; \u200C。\uD803\uDE7D; [C1 B1]; [C1 B1] # ‌.𐹽 T; \u200C。\uD803\uDE7D; [C1 B1]; [B1] # ‌.𐹽 N; \u200C。\uD803\uDE7D; [C1 B1]; [C1 B1] # ‌.𐹽 T; \uD83A\uDE6A.≯\u200C-\u07DE; [P1 V6 B1 C1]; [P1 V6 B1] # 𞩪.≯‌-ߞ N; \uD83A\uDE6A.≯\u200C-\u07DE; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𞩪.≯‌-ߞ T; \uD83A\uDE6A.>\u0338\u200C-\u07DE; [P1 V6 B1 C1]; [P1 V6 B1] # 𞩪.≯‌-ߞ N; \uD83A\uDE6A.>\u0338\u200C-\u07DE; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𞩪.≯‌-ߞ B; \u08FB-。≠\uD802\uDD6E; [P1 V3 V5 V6 B1]; [P1 V3 V5 V6 B1] # ࣻ-.≠𐥮 B; \u08FB-。=\u0338\uD802\uDD6E; [P1 V3 V5 V6 B1]; [P1 V3 V5 V6 B1] # ࣻ-.≠𐥮 T; \uDA57\uDDB4\u1A60。\u200D\uD83A\uDE86; [P1 V6 B1 C2]; [P1 V6] # 򥶴᩠.‍𞪆 N; \uDA57\uDDB4\u1A60。\u200D\uD83A\uDE86; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 򥶴᩠.‍𞪆 B; \uD802\uDE38\u0D4D🄉。㧉\uD8BE\uDF78; [P1 V5 V6]; [P1 V5 V6] # ്𐨸🄉.㧉𿭸 B; \u0D4D\uD802\uDE38🄉。㧉\uD8BE\uDF78; [P1 V5 V6]; [P1 V5 V6] # ്𐨸🄉.㧉𿭸 B; \u0D4D\uD802\uDE388,。㧉\uD8BE\uDF78; [P1 V5 V6]; [P1 V5 V6] # ്𐨸8,.㧉𿭸 T; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。≯⒙; [P1 V6 B1 C1]; [P1 V6 B5 B6] # ‌򎀹𐹦𐣁.≯⒙ N; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。≯⒙; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌򎀹𐹦𐣁.≯⒙ T; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。>\u0338⒙; [P1 V6 B1 C1]; [P1 V6 B5 B6] # ‌򎀹𐹦𐣁.≯⒙ N; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。>\u0338⒙; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌򎀹𐹦𐣁.≯⒙ T; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。≯18.; [P1 V6 B1 C1]; [P1 V6 B5 B6] # ‌򎀹𐹦𐣁.≯18. N; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。≯18.; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌򎀹𐹦𐣁.≯18. T; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。>\u033818.; [P1 V6 B1 C1]; [P1 V6 B5 B6] # ‌򎀹𐹦𐣁.≯18. N; \u200C\uD9F8\uDC39\uD803\uDE66\uD802\uDCC1。>\u033818.; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌򎀹𐹦𐣁.≯18. T; \u1A60.\u0665\uD81C\uDFD0-\u200D; [P1 V5 V6 B1 C2]; [P1 V5 V3 V6 B1] # ᩠.٥𗏐-‍ N; \u1A60.\u0665\uD81C\uDFD0-\u200D; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ᩠.٥𗏐-‍ T; \u1A60.\u0665\uD81C\uDFD0-\u200D; [P1 V5 V6 B1 C2]; [P1 V5 V3 V6 B1] # ᩠.٥𗏐-‍ N; \u1A60.\u0665\uD81C\uDFD0-\u200D; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ᩠.٥𗏐-‍ B; \uDB43\uDCA6ς\uDB57\uDCA6。\uFFA0; [P1 V6]; [P1 V6] # 󠲦ς󥲦.ᅠ B; \uDB43\uDCA6ς\uDB57\uDCA6。\u1160; [P1 V6]; [P1 V6] # 󠲦ς󥲦.ᅠ B; \uDB43\uDCA6Σ\uDB57\uDCA6。\u1160; [P1 V6]; [P1 V6] # 󠲦σ󥲦.ᅠ B; \uDB43\uDCA6σ\uDB57\uDCA6。\u1160; [P1 V6]; [P1 V6] # 󠲦σ󥲦.ᅠ B; \uDB43\uDCA6Σ\uDB57\uDCA6。\uFFA0; [P1 V6]; [P1 V6] # 󠲦σ󥲦.ᅠ B; \uDB43\uDCA6σ\uDB57\uDCA6。\uFFA0; [P1 V6]; [P1 V6] # 󠲦σ󥲦.ᅠ B; \u0684\uA8E1ꡢ\u06C9.\uD83A\uDEE1\uA806Ⴃ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ڄ꣡ꡢۉ.𞫡꠆Ⴃ B; \u0684\uA8E1ꡢ\u06C9.\uD83A\uDEE1\uA806ⴃ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ڄ꣡ꡢۉ.𞫡꠆ⴃ B; \uD803\uDE75\u094D-킼.\u0C4D\u0F79\uD803\uDE7E≯; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹵्-킼.్ླཱྀ𐹾≯ B; \uD803\uDE75\u094D-킼.\u0C4D\u0F79\uD803\uDE7E>\u0338; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹵्-킼.్ླཱྀ𐹾≯ B; \uD803\uDE75\u094D-킼.\u0C4D\u0FB3\u0F71\u0F80\uD803\uDE7E≯; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹵्-킼.్ླཱྀ𐹾≯ B; \uD803\uDE75\u094D-킼.\u0C4D\u0FB3\u0F71\u0F80\uD803\uDE7E>\u0338; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹵्-킼.్ླཱྀ𐹾≯ B; -。ᠯ\u0600\uDA6C\uDF23\u0A4D; [P1 V3 V6 B5]; [P1 V3 V6 B5] # -.ᠯ؀򫌣੍ T; \u200D㼣\uA679.\uFE23\uE819ᢗ🄉; [P1 V5 V6 C2]; [P1 V5 V6] # ‍㼣ꙹ.︣ᢗ🄉 N; \u200D㼣\uA679.\uFE23\uE819ᢗ🄉; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ‍㼣ꙹ.︣ᢗ🄉 T; \u200D㼣\uA679.\uFE23\uE819ᢗ8,; [P1 V5 V6 C2]; [P1 V5 V6] # ‍㼣ꙹ.︣ᢗ8, N; \u200D㼣\uA679.\uFE23\uE819ᢗ8,; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ‍㼣ꙹ.︣ᢗ8, B; ︒\uDAA6\uDD53ς\uDA1F\uDD30。\u076A; [P1 V6]; [P1 V6] # ︒򹥓ς򗴰.ݪ B; 。\uDAA6\uDD53ς\uDA1F\uDD30。\u076A; [P1 V6]; [P1 V6] # 򹥓ς򗴰.ݪ B; 。\uDAA6\uDD53Σ\uDA1F\uDD30。\u076A; [P1 V6]; [P1 V6] # 򹥓σ򗴰.ݪ B; 。\uDAA6\uDD53σ\uDA1F\uDD30。\u076A; [P1 V6]; [P1 V6] # 򹥓σ򗴰.ݪ B; ︒\uDAA6\uDD53Σ\uDA1F\uDD30。\u076A; [P1 V6]; [P1 V6] # ︒򹥓σ򗴰.ݪ B; ︒\uDAA6\uDD53σ\uDA1F\uDD30。\u076A; [P1 V6]; [P1 V6] # ︒򹥓σ򗴰.ݪ B; \uD83A\uDC8E.\uFC20\uDA05\uDCD9≯\u1A7F; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞢎.صح򑓙≯᩿ B; \uD83A\uDC8E.\uFC20\uDA05\uDCD9>\u0338\u1A7F; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞢎.صح򑓙≯᩿ B; \uD83A\uDC8E.\u0635\u062D\uDA05\uDCD9≯\u1A7F; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞢎.صح򑓙≯᩿ B; \uD83A\uDC8E.\u0635\u062D\uDA05\uDCD9>\u0338\u1A7F; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞢎.صح򑓙≯᩿ B; \u08FE\uD937\uDD8C.\uD83B\uDFC6; [P1 V5 V6]; [P1 V5 V6] # ࣾ񝶌.𞿆 B; ۸\u0355≠。Ⴟ\u2DE3Ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ႿⷣႨ B; ۸\u0355=\u0338。Ⴟ\u2DE3Ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ႿⷣႨ B; ۸\u0355≠。Ⴟ\u2DE3Ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ႿⷣႨ B; ۸\u0355=\u0338。Ⴟ\u2DE3Ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ႿⷣႨ B; ۸\u0355=\u0338。ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ⴟⷣⴈ B; ۸\u0355≠。ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ⴟⷣⴈ B; ۸\u0355≠。Ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.Ⴟⷣⴈ B; ۸\u0355=\u0338。Ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.Ⴟⷣⴈ B; ۸\u0355=\u0338。ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ⴟⷣⴈ B; ۸\u0355≠。ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.ⴟⷣⴈ B; ۸\u0355≠。Ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.Ⴟⷣⴈ B; ۸\u0355=\u0338。Ⴟ\u2DE3ⴈ; [P1 V6]; [P1 V6] # ۸͕≠.Ⴟⷣⴈ B; -\uDB40\uDE71\uDB40\uDD6BჅ。-\u066Cᡳ\u08ED; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -󠉱Ⴥ.-٬ᡳ࣭ B; -\uDB40\uDE71\uDB40\uDD6Bⴥ。-\u066Cᡳ\u08ED; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -󠉱ⴥ.-٬ᡳ࣭ B; \uDB40\uDD2B。\u0A4D︒ᢖᢔ; [P1 V5 V6]; [P1 V5 V6] # ੍︒ᢖᢔ B; \uDB40\uDD2B。\u0A4D。ᢖᢔ; [V5]; [V5] # ੍.ᢖᢔ T; Ⴙꡱ.\uDB40\uDD5A\u200D; [P1 V6 C2]; [P1 V6] # Ⴙꡱ.‍ N; Ⴙꡱ.\uDB40\uDD5A\u200D; [P1 V6 C2]; [P1 V6 C2] # Ⴙꡱ.‍ T; ⴙꡱ.\uDB40\uDD5A\u200D; [C2]; xn--hlj6950b. # ⴙꡱ.‍ N; ⴙꡱ.\uDB40\uDD5A\u200D; [C2]; [C2] # ⴙꡱ.‍ B; xn--hlj6950b.; ⴙꡱ.; xn--hlj6950b. B; ⴙꡱ.; ; xn--hlj6950b. B; Ⴙꡱ.; [P1 V6]; [P1 V6] B; \u1B72。⒎⒋\uD803\uDCD6ꡙ; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᭲.⒎⒋𐳖ꡙ B; \u1B72。7.4.\uD803\uDCD6ꡙ; [P1 V5 V6 B2 B3]; [P1 V5 V6 B2 B3] # ᭲.7.4.𐳖ꡙ B; ⒋ᠬ。-\u0747; [P1 V6 V3]; [P1 V6 V3] # ⒋ᠬ.-݇ B; 4.ᠬ。-\u0747; [V3]; [V3] # 4.ᠬ.-݇ T; \u200D\uD89F\uDE15\u0604。\uAAF6ς\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B5 B6 B1] # ‍𷸕؄.꫶ς𐵟ꩌ N; \u200D\uD89F\uDE15\u0604。\uAAF6ς\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𷸕؄.꫶ς𐵟ꩌ T; \u200D\uD89F\uDE15\u0604。\uAAF6ς\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B5 B6 B1] # ‍𷸕؄.꫶ς𐵟ꩌ N; \u200D\uD89F\uDE15\u0604。\uAAF6ς\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𷸕؄.꫶ς𐵟ꩌ T; \u200D\uD89F\uDE15\u0604。\uAAF6Σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B5 B6 B1] # ‍𷸕؄.꫶σ𐵟ꩌ N; \u200D\uD89F\uDE15\u0604。\uAAF6Σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𷸕؄.꫶σ𐵟ꩌ T; \u200D\uD89F\uDE15\u0604。\uAAF6σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B5 B6 B1] # ‍𷸕؄.꫶σ𐵟ꩌ N; \u200D\uD89F\uDE15\u0604。\uAAF6σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𷸕؄.꫶σ𐵟ꩌ T; \u200D\uD89F\uDE15\u0604。\uAAF6Σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B5 B6 B1] # ‍𷸕؄.꫶σ𐵟ꩌ N; \u200D\uD89F\uDE15\u0604。\uAAF6Σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𷸕؄.꫶σ𐵟ꩌ T; \u200D\uD89F\uDE15\u0604。\uAAF6σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B5 B6 B1] # ‍𷸕؄.꫶σ𐵟ꩌ N; \u200D\uD89F\uDE15\u0604。\uAAF6σ\uD803\uDD5F\uAA4C; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𷸕؄.꫶σ𐵟ꩌ B; ⒈\uDB73\uDD8EႳ⒪.\u1B42\uD943\uDC9C\uD83B\uDC97\u066C; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ⒈󬶎Ⴓ⒪.ᭂ񠲜𞲗٬ B; 1.\uDB73\uDD8EႳ(o).\u1B42\uD943\uDC9C\uD83B\uDC97\u066C; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 1.󬶎Ⴓ(o).ᭂ񠲜𞲗٬ B; 1.\uDB73\uDD8Eⴓ(o).\u1B42\uD943\uDC9C\uD83B\uDC97\u066C; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 1.󬶎ⴓ(o).ᭂ񠲜𞲗٬ B; 1.\uDB73\uDD8EႳ(O).\u1B42\uD943\uDC9C\uD83B\uDC97\u066C; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 1.󬶎Ⴓ(o).ᭂ񠲜𞲗٬ B; ⒈\uDB73\uDD8Eⴓ⒪.\u1B42\uD943\uDC9C\uD83B\uDC97\u066C; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ⒈󬶎ⴓ⒪.ᭂ񠲜𞲗٬ B; \u07E7.\u0855\uD802\uDDDE\u066C\u07DE; [P1 V6]; [P1 V6] # ߧ.ࡕ𐧞٬ߞ B; \uD83B\uDC17-。\u1BAB獀; [P1 V3 V6 V5 B3]; [P1 V3 V6 V5 B3] # 𞰗-.᮫獀 B; \uD83B\uDC17-。\u1BAB獀; [P1 V3 V6 V5 B3]; [P1 V3 V6 V5 B3] # 𞰗-.᮫獀 B; -䷊ꡡ.\uDB43\uDC24\uD8EA\uDCEB۸; [P1 V3 V6]; [P1 V3 V6] # -䷊ꡡ.󠰤񊣫۸ B; -䷊ꡡ.\uDB43\uDC24\uD8EA\uDCEB۸; [P1 V3 V6]; [P1 V3 V6] # -䷊ꡡ.󠰤񊣫۸ B; 🁝˶𣾪\uD88C\uDEDE.\u08509; [P1 V6]; [P1 V6] # 🁝˶𣾪𳋞.ࡐ9 B; ≮\u0663.\u07A9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮٣.ީ B; <\u0338\u0663.\u07A9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮٣.ީ B; ≮\u0663.\u07A9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮٣.ީ B; <\u0338\u0663.\u07A9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮٣.ީ B; \uD803\uDE62ᯛ\u1BAA。脥; [B1]; [B1] # 𐹢ᯛ᮪.脥 B; \uD803\uDE62ᯛ\u1BAA。脥; [B1]; [B1] # 𐹢ᯛ᮪.脥 B; \u0F84\u115F\uD803\uDE89\uDA30\uDC47.-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ྄ᅟ𐺉򜁇.- T; \u200C。\uDB40\uDC5D; [P1 V6 C1]; [P1 V6] # ‌.󠁝 N; \u200C。\uDB40\uDC5D; [P1 V6 C1]; [P1 V6 C1] # ‌.󠁝 T; \u200C。\uDB40\uDC5D; [P1 V6 C1]; [P1 V6] # ‌.󠁝 N; \u200C。\uDB40\uDC5D; [P1 V6 C1]; [P1 V6 C1] # ‌.󠁝 B; ᠤ\uAA2C.\u06C7Ⴎ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ᠤꨬ.ۇႮ B; ᠤ\uAA2C.\u06C7Ⴎ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ᠤꨬ.ۇႮ B; ᠤ\uAA2C.\u06C7ⴎ; [B2 B3]; [B2 B3] # ᠤꨬ.ۇⴎ B; ᠤ\uAA2C.\u06C7ⴎ; [B2 B3]; [B2 B3] # ᠤꨬ.ۇⴎ B; ᡅ\uA949Ξ.\uD962\uDC97㛨∋; [P1 V6]; [P1 V6] # ᡅꥉξ.񨢗㛨∋ B; ᡅ\uA949Ξ.\uD962\uDC97㛨∋; [P1 V6]; [P1 V6] # ᡅꥉξ.񨢗㛨∋ B; ᡅ\uA949ξ.\uD962\uDC97㛨∋; [P1 V6]; [P1 V6] # ᡅꥉξ.񨢗㛨∋ B; ᡅ\uA949ξ.\uD962\uDC97㛨∋; [P1 V6]; [P1 V6] # ᡅꥉξ.񨢗㛨∋ T; ᠆몆\u200C-。Ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.Ⴛݥ︒ N; ᠆몆\u200C-。Ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.Ⴛݥ︒ T; ᠆몆\u200C-。Ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.Ⴛݥ︒ N; ᠆몆\u200C-。Ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.Ⴛݥ︒ T; ᠆몆\u200C-。Ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.Ⴛݥ. N; ᠆몆\u200C-。Ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.Ⴛݥ. T; ᠆몆\u200C-。Ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.Ⴛݥ. N; ᠆몆\u200C-。Ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.Ⴛݥ. T; ᠆몆\u200C-。ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.ⴛݥ. N; ᠆몆\u200C-。ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.ⴛݥ. T; ᠆몆\u200C-。ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.ⴛݥ. N; ᠆몆\u200C-。ⴛ\u0765。; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.ⴛݥ. T; ᠆몆\u200C-。ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.ⴛݥ︒ N; ᠆몆\u200C-。ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.ⴛݥ︒ T; ᠆몆\u200C-。ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 B5 B6] # ᠆몆‌-.ⴛݥ︒ N; ᠆몆\u200C-。ⴛ\u0765︒; [P1 V3 V6 C1 B5 B6]; [P1 V3 V6 C1 B5 B6] # ᠆몆‌-.ⴛݥ︒ T; ⽖.︒⌄\u200C\uD803\uDE62; [P1 V6 B1 C1]; [P1 V6 B1] # 爪.︒⌄‌𐹢 N; ⽖.︒⌄\u200C\uD803\uDE62; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 爪.︒⌄‌𐹢 T; 爪.。⌄\u200C\uD803\uDE62; [A4_2 B1 C1]; [A4_2 B1] # 爪..⌄‌𐹢 N; 爪.。⌄\u200C\uD803\uDE62; [A4_2 B1 C1]; [A4_2 B1 C1] # 爪..⌄‌𐹢 B; \uD802\uDF9E.\uD803\uDE72Ⴑ\uD8F4\uDCE5\u0694; [P1 V6 B1]; [P1 V6 B1] # 𐮞.𐹲Ⴑ񍃥ڔ B; \uD802\uDF9E.\uD803\uDE72ⴑ\uD8F4\uDCE5\u0694; [P1 V6 B1]; [P1 V6 B1] # 𐮞.𐹲ⴑ񍃥ڔ B; \u0362\uD86E\uDD51.🄈Ⴛ; [P1 V5 V6]; [P1 V5 V6] # ͢𫥑.🄈Ⴛ B; \u0362\uD86E\uDD51.7,Ⴛ; [P1 V5 V6]; [P1 V5 V6] # ͢𫥑.7,Ⴛ B; \u0362\uD86E\uDD51.7,ⴛ; [P1 V5 V6]; [P1 V5 V6] # ͢𫥑.7,ⴛ B; \u0362\uD86E\uDD51.🄈ⴛ; [P1 V5 V6]; [P1 V5 V6] # ͢𫥑.🄈ⴛ B; -\uA69F齀。릿\uD83B\uDF8C; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # -ꚟ齀.릿𞾌 B; -\uA69F齀。릿\uD83B\uDF8C; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # -ꚟ齀.릿𞾌 T; \u2DFE\u0852鹝꾗。\uD950\uDE62\u200D\u200D⏃; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ⷾࡒ鹝꾗.񤉢‍‍⏃ N; \u2DFE\u0852鹝꾗。\uD950\uDE62\u200D\u200D⏃; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ⷾࡒ鹝꾗.񤉢‍‍⏃ T; \u2DFE\u0852鹝꾗。\uD950\uDE62\u200D\u200D⏃; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ⷾࡒ鹝꾗.񤉢‍‍⏃ N; \u2DFE\u0852鹝꾗。\uD950\uDE62\u200D\u200D⏃; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ⷾࡒ鹝꾗.񤉢‍‍⏃ B; ≮.-\uD83A\uDECC--; [P1 V6 V2 V3 B1]; [P1 V6 V2 V3 B1] # ≮.-𞫌-- B; <\u0338.-\uD83A\uDECC--; [P1 V6 V2 V3 B1]; [P1 V6 V2 V3 B1] # ≮.-𞫌-- B; ≮.-\uD83A\uDECC--; [P1 V6 V2 V3 B1]; [P1 V6 V2 V3 B1] # ≮.-𞫌-- B; <\u0338.-\uD83A\uDECC--; [P1 V6 V2 V3 B1]; [P1 V6 V2 V3 B1] # ≮.-𞫌-- T; \uD803\uDE68؉。\u200Dς3; [B1 C2]; [B1] # 𐹨؉.‍ς3 N; \uD803\uDE68؉。\u200Dς3; [B1 C2]; [B1 C2] # 𐹨؉.‍ς3 T; \uD803\uDE68؉。\u200Dς3; [B1 C2]; [B1] # 𐹨؉.‍ς3 N; \uD803\uDE68؉。\u200Dς3; [B1 C2]; [B1 C2] # 𐹨؉.‍ς3 T; \uD803\uDE68؉。\u200DΣ3; [B1 C2]; [B1] # 𐹨؉.‍σ3 N; \uD803\uDE68؉。\u200DΣ3; [B1 C2]; [B1 C2] # 𐹨؉.‍σ3 T; \uD803\uDE68؉。\u200Dσ3; [B1 C2]; [B1] # 𐹨؉.‍σ3 N; \uD803\uDE68؉。\u200Dσ3; [B1 C2]; [B1 C2] # 𐹨؉.‍σ3 T; \uD803\uDE68؉。\u200DΣ3; [B1 C2]; [B1] # 𐹨؉.‍σ3 N; \uD803\uDE68؉。\u200DΣ3; [B1 C2]; [B1 C2] # 𐹨؉.‍σ3 T; \uD803\uDE68؉。\u200Dσ3; [B1 C2]; [B1] # 𐹨؉.‍σ3 N; \uD803\uDE68؉。\u200Dσ3; [B1 C2]; [B1 C2] # 𐹨؉.‍σ3 B; ς\uDB3E\uDCCA₃.\uD803\uDD7D; [P1 V6]; [P1 V6] # ς󟣊3.𐵽 B; ς\uDB3E\uDCCA3.\uD803\uDD7D; [P1 V6]; [P1 V6] # ς󟣊3.𐵽 B; Σ\uDB3E\uDCCA3.\uD803\uDD7D; [P1 V6]; [P1 V6] # σ󟣊3.𐵽 B; σ\uDB3E\uDCCA3.\uD803\uDD7D; [P1 V6]; [P1 V6] # σ󟣊3.𐵽 B; Σ\uDB3E\uDCCA₃.\uD803\uDD7D; [P1 V6]; [P1 V6] # σ󟣊3.𐵽 B; σ\uDB3E\uDCCA₃.\uD803\uDD7D; [P1 V6]; [P1 V6] # σ󟣊3.𐵽 T; \u200C\u0760⒉\u077C.-\u07E6\u1B42; [P1 V6 V3 B1 C1]; [P1 V6 V3 B1] # ‌ݠ⒉ݼ.-ߦᭂ N; \u200C\u0760⒉\u077C.-\u07E6\u1B42; [P1 V6 V3 B1 C1]; [P1 V6 V3 B1 C1] # ‌ݠ⒉ݼ.-ߦᭂ T; \u200C\u07602.\u077C.-\u07E6\u1B42; [V3 B1 C1]; [V3 B1] # ‌ݠ2.ݼ.-ߦᭂ N; \u200C\u07602.\u077C.-\u07E6\u1B42; [V3 B1 C1]; [V3 B1 C1] # ‌ݠ2.ݼ.-ߦᭂ B; \uD9B0\uDDE5。\u07A0넯\uDB61\uDE10; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񼇥.ޠ넯󨘐 B; \uD9B0\uDDE5。\u07A0넯\uDB61\uDE10; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񼇥.ޠ넯󨘐 B; \u076EႸ。\u0603Ⴈ\uFE03; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ݮႸ.؃Ⴈ B; \u076Eⴘ。\u0603ⴈ\uFE03; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ݮⴘ.؃ⴈ B; 𝟑\uDB40\uDED1\u071B。牣\uD803\uDE78Ⴜᣥ; [P1 V6 B1 B5]; [P1 V6 B1 B5] # 3󠋑ܛ.牣𐹸Ⴜᣥ B; 3\uDB40\uDED1\u071B。牣\uD803\uDE78Ⴜᣥ; [P1 V6 B1 B5]; [P1 V6 B1 B5] # 3󠋑ܛ.牣𐹸Ⴜᣥ B; 3\uDB40\uDED1\u071B。牣\uD803\uDE78ⴜᣥ; [P1 V6 B1 B5]; [P1 V6 B1 B5] # 3󠋑ܛ.牣𐹸ⴜᣥ B; 𝟑\uDB40\uDED1\u071B。牣\uD803\uDE78ⴜᣥ; [P1 V6 B1 B5]; [P1 V6 B1 B5] # 3󠋑ܛ.牣𐹸ⴜᣥ B; -⒐\uFB3C⒈.Ⴓ; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -⒐לּ⒈.Ⴓ B; -⒐\u05DC\u05BC⒈.Ⴓ; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -⒐לּ⒈.Ⴓ B; -9.\u05DC\u05BC1..Ⴓ; [P1 V3 V6 A4_2]; [P1 V3 V6 A4_2] # -9.לּ1..Ⴓ B; -9.\u05DC\u05BC1..ⴓ; [V3 A4_2]; [V3 A4_2] # -9.לּ1..ⴓ B; -⒐\u05DC\u05BC⒈.ⴓ; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -⒐לּ⒈.ⴓ B; -⒐\uFB3C⒈.ⴓ; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -⒐לּ⒈.ⴓ T; \u200C긃.𩃹-; [V3 C1]; [V3] # ‌긃.𩃹- N; \u200C긃.𩃹-; [V3 C1]; [V3 C1] # ‌긃.𩃹- T; \u200C긃.𩃹-; [V3 C1]; [V3] # ‌긃.𩃹- N; \u200C긃.𩃹-; [V3 C1]; [V3 C1] # ‌긃.𩃹- B; 뉓泓\uD9F0\uDE24.\uD804\uDC46\u200D; [P1 V6 V5]; [P1 V6 V5] # 뉓泓򌈤.𑁆‍ B; 뉓泓\uD9F0\uDE24.\uD804\uDC46\u200D; [P1 V6 V5]; [P1 V6 V5] # 뉓泓򌈤.𑁆‍ T; \u200D\uD803\uDE7Eß。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ß.ࣱ⭵󈨘 N; \u200D\uD803\uDE7Eß。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ß.ࣱ⭵󈨘 T; \u200D\uD803\uDE7Eß。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ß.ࣱ⭵󈨘 N; \u200D\uD803\uDE7Eß。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ß.ࣱ⭵󈨘 T; \u200D\uD803\uDE7ESS。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ss.ࣱ⭵󈨘 N; \u200D\uD803\uDE7ESS。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ss.ࣱ⭵󈨘 T; \u200D\uD803\uDE7Ess。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ss.ࣱ⭵󈨘 N; \u200D\uD803\uDE7Ess。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ss.ࣱ⭵󈨘 T; \u200D\uD803\uDE7ESs。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ss.ࣱ⭵󈨘 N; \u200D\uD803\uDE7ESs。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ss.ࣱ⭵󈨘 T; \u200D\uD803\uDE7ESS。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ss.ࣱ⭵󈨘 N; \u200D\uD803\uDE7ESS。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ss.ࣱ⭵󈨘 T; \u200D\uD803\uDE7Ess。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ss.ࣱ⭵󈨘 N; \u200D\uD803\uDE7Ess。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ss.ࣱ⭵󈨘 T; \u200D\uD803\uDE7ESs。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ‍𐹾ss.ࣱ⭵󈨘 N; \u200D\uD803\uDE7ESs。\u08F1\u2B75\uDAE2\uDE18; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ‍𐹾ss.ࣱ⭵󈨘 B; \uD804\uDC46.\uA8C4-≮≠; [P1 V5 V6]; [P1 V5 V6] # 𑁆.꣄-≮≠ B; \uD804\uDC46.\uA8C4-<\u0338=\u0338; [P1 V5 V6]; [P1 V5 V6] # 𑁆.꣄-≮≠ B; \uD804\uDC46.\uA8C4-≮≠; [P1 V5 V6]; [P1 V5 V6] # 𑁆.꣄-≮≠ B; \uD804\uDC46.\uA8C4-<\u0338=\u0338; [P1 V5 V6]; [P1 V5 V6] # 𑁆.꣄-≮≠ B; \u1039Ⴑ\u115F.\uA8C4Ⅎ; [P1 V5 V6]; [P1 V5 V6] # ္Ⴑᅟ.꣄Ⅎ B; \u1039Ⴑ\u115F.\uA8C4Ⅎ; [P1 V5 V6]; [P1 V5 V6] # ္Ⴑᅟ.꣄Ⅎ B; \u1039ⴑ\u115F.\uA8C4ⅎ; [P1 V5 V6]; [P1 V5 V6] # ္ⴑᅟ.꣄ⅎ B; \u1039Ⴑ\u115F.\uA8C4ⅎ; [P1 V5 V6]; [P1 V5 V6] # ္Ⴑᅟ.꣄ⅎ B; \u1039ⴑ\u115F.\uA8C4ⅎ; [P1 V5 V6]; [P1 V5 V6] # ္ⴑᅟ.꣄ⅎ B; \u1039Ⴑ\u115F.\uA8C4ⅎ; [P1 V5 V6]; [P1 V5 V6] # ္Ⴑᅟ.꣄ⅎ B; \uD9C8\uDE22。Ⴃ\uD83B\uDEA8\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.Ⴃط𐹾똯 B; \uD9C8\uDE22。Ⴃ\uD83B\uDEA8\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.Ⴃط𐹾똯 B; \uD9C8\uDE22。Ⴃ\u0637\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.Ⴃط𐹾똯 B; \uD9C8\uDE22。Ⴃ\u0637\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.Ⴃط𐹾똯 B; \uD9C8\uDE22。ⴃ\u0637\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.ⴃط𐹾똯 B; \uD9C8\uDE22。ⴃ\u0637\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.ⴃط𐹾똯 B; \uD9C8\uDE22。ⴃ\uD83B\uDEA8\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.ⴃط𐹾똯 B; \uD9C8\uDE22。ⴃ\uD83B\uDEA8\uD803\uDE7E똯; [P1 V6 B5]; [P1 V6 B5] # 򂈢.ⴃط𐹾똯 B; \u06AC。⳻\uDB40\uDDAD\u2D7F\u3164; [P1 V6]; [P1 V6] # ڬ.⳻⵿ㅤ B; \u06AC。⳻\uDB40\uDDAD\u2D7F\u1160; [P1 V6]; [P1 V6] # ڬ.⳻⵿ᅠ B; \uD802\uDF1C⾇.ᢣ-𝟢; [B2 B3]; [B2 B3] # 𐬜舛.ᢣ-0 B; \uD802\uDF1C舛.ᢣ-0; [B2 B3]; [B2 B3] # 𐬜舛.ᢣ-0 B; Ⴉ猕\uD8F0\uDCA1≮.︒; [P1 V6]; [P1 V6] # Ⴉ猕񌂡≮.︒ B; Ⴉ猕\uD8F0\uDCA1<\u0338.︒; [P1 V6]; [P1 V6] # Ⴉ猕񌂡≮.︒ B; Ⴉ猕\uD8F0\uDCA1≮.。; [P1 V6 A4_2]; [P1 V6 A4_2] # Ⴉ猕񌂡≮.. B; Ⴉ猕\uD8F0\uDCA1<\u0338.。; [P1 V6 A4_2]; [P1 V6 A4_2] # Ⴉ猕񌂡≮.. B; ⴉ猕\uD8F0\uDCA1<\u0338.。; [P1 V6 A4_2]; [P1 V6 A4_2] # ⴉ猕񌂡≮.. B; ⴉ猕\uD8F0\uDCA1≮.。; [P1 V6 A4_2]; [P1 V6 A4_2] # ⴉ猕񌂡≮.. B; ⴉ猕\uD8F0\uDCA1<\u0338.︒; [P1 V6]; [P1 V6] # ⴉ猕񌂡≮.︒ B; ⴉ猕\uD8F0\uDCA1≮.︒; [P1 V6]; [P1 V6] # ⴉ猕񌂡≮.︒ B; ⳪。ᢙ鳳\u0682\u0F91; [B5 B6]; [B5 B6] # ⳪.ᢙ鳳ڂྑ B; ⳪。ᢙ鳳\u0682\u0F91; [B5 B6]; [B5 B6] # ⳪.ᢙ鳳ڂྑ T; \u200D\u0600。ß; [P1 V6 B1 C2]; [P1 V6 B1] # ‍؀.ß N; \u200D\u0600。ß; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍؀.ß T; \u200D\u0600。SS; [P1 V6 B1 C2]; [P1 V6 B1] # ‍؀.ss N; \u200D\u0600。SS; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍؀.ss T; Å둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; Å둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; A\u030A둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; A\u030A둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; Å둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; Å둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; A\u030A둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; A\u030A둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; a\u030A둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; a\u030A둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; å둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; å둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; a\u030A둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; a\u030A둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ T; å둄-.\u200C; [V3 C1]; [V3] # å둄-.‌ N; å둄-.\u200C; [V3 C1]; [V3 C1] # å둄-.‌ B; \uDB40\uDDE1\uD806\uDEFF\u065E\u068D.\uD872\uDC3D-\u0618; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 𑫿ٞڍ.𬠽-ؘ B; ς.ß\uDB1C\uDE2C\uD803\uDE72\u0BCD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ς.ß󗈬𐹲் B; Σ.SS\uDB1C\uDE2C\uD803\uDE72\u0BCD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # σ.ss󗈬𐹲் B; σ.ss\uDB1C\uDE2C\uD803\uDE72\u0BCD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # σ.ss󗈬𐹲் B; Σ.ss\uDB1C\uDE2C\uD803\uDE72\u0BCD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # σ.ss󗈬𐹲் B; Σ.ß\uDB1C\uDE2C\uD803\uDE72\u0BCD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # σ.ß󗈬𐹲் B; σ.ß\uDB1C\uDE2C\uD803\uDE72\u0BCD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # σ.ß󗈬𐹲் B; \u067C\uDB40\uDDD0。\uD803\uDE65\uDB40\uDDE3; [B1]; [B1] # ټ.𐹥 B; \u067C\uDB40\uDDD0。\uD803\uDE65\uDB40\uDDE3; [B1]; [B1] # ټ.𐹥 T; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 B1] # 밬‌𞦩.󠎑򟁍-𞴚 N; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 C1 B1] # 밬‌𞦩.󠎑򟁍-𞴚 T; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 B1] # 밬‌𞦩.󠎑򟁍-𞴚 N; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 C1 B1] # 밬‌𞦩.󠎑򟁍-𞴚 T; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 B1] # 밬‌𞦩.󠎑򟁍-𞴚 N; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 C1 B1] # 밬‌𞦩.󠎑򟁍-𞴚 T; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 B1] # 밬‌𞦩.󠎑򟁍-𞴚 N; 밬\u200C\uD83A\uDDA9。\uDB40\uDF91\uDA3C\uDC4D-\uD83B\uDD1A; [P1 V6 B5 B6 C1 B1]; [P1 V6 B5 B6 C1 B1] # 밬‌𞦩.󠎑򟁍-𞴚 T; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9︒; [P1 V6 C2 C1]; [P1 V6] # 룱‍򾕂‌.︒ N; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9︒; [P1 V6 C2 C1]; [P1 V6 C2 C1] # 룱‍򾕂‌.︒ T; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9︒; [P1 V6 C2 C1]; [P1 V6] # 룱‍򾕂‌.︒ N; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9︒; [P1 V6 C2 C1]; [P1 V6 C2 C1] # 룱‍򾕂‌.︒ T; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9。; [P1 V6 C2 C1 A4_2]; [P1 V6 A4_2] # 룱‍򾕂‌.. N; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9。; [P1 V6 C2 C1 A4_2]; [P1 V6 C2 C1 A4_2] # 룱‍򾕂‌.. T; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9。; [P1 V6 C2 C1 A4_2]; [P1 V6 A4_2] # 룱‍򾕂‌.. N; 룱\u200D\uDAB9\uDD42\u200C。\uDB40\uDDA9。; [P1 V6 C2 C1 A4_2]; [P1 V6 C2 C1 A4_2] # 룱‍򾕂‌.. B; ₆.\uFE07⒈ß; [P1 V6]; [P1 V6] T; 6.\uFE071.ß; 6.1.ß; 6.1.ss N; 6.\uFE071.ß; 6.1.ß; 6.1.xn--zca B; 6.\uFE071.SS; 6.1.ss; B; 6.1.ss; ; B; 6.1.xn--zca; 6.1.ß; 6.1.xn--zca T; 6.1.ß; ; 6.1.ss N; 6.1.ß; ; 6.1.xn--zca B; ₆.\uFE07⒈SS; [P1 V6]; [P1 V6] B; ₆.\uFE07⒈ss; [P1 V6]; [P1 V6] B; ₆.\uFE07⒈Ss; [P1 V6]; [P1 V6] B; \uD9CB\uDF0D\u17D2。\uD83A\uDFE7\uDA53\uDD5C\uDB40\uDD60; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򂼍្.𞯧򤵜 B; \uD9CB\uDF0D\u17D2。\uD83A\uDFE7\uDA53\uDD5C\uDB40\uDD60; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򂼍្.𞯧򤵜 T; \u2CEF\u0CCD\u094D.≠\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6] # ್्⳯.≠‍㇛ N; \u2CEF\u0CCD\u094D.≠\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ್्⳯.≠‍㇛ T; \u0CCD\u094D\u2CEF.≠\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6] # ್्⳯.≠‍㇛ N; \u0CCD\u094D\u2CEF.≠\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ್्⳯.≠‍㇛ T; \u0CCD\u094D\u2CEF.=\u0338\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6] # ್्⳯.≠‍㇛ N; \u0CCD\u094D\u2CEF.=\u0338\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ್्⳯.≠‍㇛ T; \u0CCD\u094D\u2CEF.≠\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6] # ್्⳯.≠‍㇛ N; \u0CCD\u094D\u2CEF.≠\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ್्⳯.≠‍㇛ T; \u0CCD\u094D\u2CEF.=\u0338\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6] # ್्⳯.≠‍㇛ N; \u0CCD\u094D\u2CEF.=\u0338\u200D㇛; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ್्⳯.≠‍㇛ T; Ⴁ¹娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1] # Ⴁ1娤.‍٩󠁟 N; Ⴁ¹娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1 C2] # Ⴁ1娤.‍٩󠁟 T; Ⴁ1娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1] # Ⴁ1娤.‍٩󠁟 N; Ⴁ1娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1 C2] # Ⴁ1娤.‍٩󠁟 T; ⴁ1娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1] # ⴁ1娤.‍٩󠁟 N; ⴁ1娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ⴁ1娤.‍٩󠁟 T; ⴁ¹娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1] # ⴁ1娤.‍٩󠁟 N; ⴁ¹娤.\u200D\uDB40\uDD52\u0669\uDB40\uDC5F; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ⴁ1娤.‍٩󠁟 B; ⒚Ⴄ\u0669\uDB40\uDC65。⒈\uD834\uDDABß; [P1 V6 B1]; [P1 V6 B1] # ⒚Ⴄ٩󠁥.⒈𝆫ß B; 19.Ⴄ\u0669\uDB40\uDC65。1.\uD834\uDDABß; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # 19.Ⴄ٩󠁥.1.𝆫ß B; 19.ⴄ\u0669\uDB40\uDC65。1.\uD834\uDDABß; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # 19.ⴄ٩󠁥.1.𝆫ß B; 19.Ⴄ\u0669\uDB40\uDC65。1.\uD834\uDDABSS; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # 19.Ⴄ٩󠁥.1.𝆫ss B; 19.ⴄ\u0669\uDB40\uDC65。1.\uD834\uDDABss; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # 19.ⴄ٩󠁥.1.𝆫ss B; 19.Ⴄ\u0669\uDB40\uDC65。1.\uD834\uDDABSs; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # 19.Ⴄ٩󠁥.1.𝆫ss B; ⒚ⴄ\u0669\uDB40\uDC65。⒈\uD834\uDDABß; [P1 V6 B1]; [P1 V6 B1] # ⒚ⴄ٩󠁥.⒈𝆫ß B; ⒚Ⴄ\u0669\uDB40\uDC65。⒈\uD834\uDDABSS; [P1 V6 B1]; [P1 V6 B1] # ⒚Ⴄ٩󠁥.⒈𝆫ss B; ⒚ⴄ\u0669\uDB40\uDC65。⒈\uD834\uDDABss; [P1 V6 B1]; [P1 V6 B1] # ⒚ⴄ٩󠁥.⒈𝆫ss B; ⒚Ⴄ\u0669\uDB40\uDC65。⒈\uD834\uDDABSs; [P1 V6 B1]; [P1 V6 B1] # ⒚Ⴄ٩󠁥.⒈𝆫ss T; ≠.\u200C-\u0662; [P1 V6 B1 C1]; [P1 V6 V3 B1] # ≠.‌-٢ N; ≠.\u200C-\u0662; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠.‌-٢ T; =\u0338.\u200C-\u0662; [P1 V6 B1 C1]; [P1 V6 V3 B1] # ≠.‌-٢ N; =\u0338.\u200C-\u0662; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠.‌-٢ B; \uD803\uDE78𝟭。\uDB42\uDC25\uD802\uDECB\uD803\uDE6D; [P1 V6 B1]; [P1 V6 B1] # 𐹸1.󠠥𐫋𐹭 B; \uD803\uDE781。\uDB42\uDC25\uD802\uDECB\uD803\uDE6D; [P1 V6 B1]; [P1 V6 B1] # 𐹸1.󠠥𐫋𐹭 T; \u200C\uD803\uDE77𝟓。\uD938\uDD21\uDB6D\uDD55\uA8C4; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹷5.񞄡󫕕꣄ N; \u200C\uD803\uDE77𝟓。\uD938\uDD21\uDB6D\uDD55\uA8C4; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹷5.񞄡󫕕꣄ T; \u200C\uD803\uDE775。\uD938\uDD21\uDB6D\uDD55\uA8C4; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹷5.񞄡󫕕꣄ N; \u200C\uD803\uDE775。\uD938\uDD21\uDB6D\uDD55\uA8C4; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹷5.񞄡󫕕꣄ B; \uD804\uDCB9.-逋\uD9E8\uDE81\uDAC0\uDD7F; [P1 V5 V3 V6]; [P1 V5 V3 V6] # 𑂹.-逋򊊁󀅿 T; \u0630。\u3164\u200Dς; [P1 V6 C2]; [P1 V6] # ذ.ㅤ‍ς N; \u0630。\u3164\u200Dς; [P1 V6 C2]; [P1 V6 C2] # ذ.ㅤ‍ς T; \u0630。\u1160\u200Dς; [P1 V6 C2]; [P1 V6] # ذ.ᅠ‍ς N; \u0630。\u1160\u200Dς; [P1 V6 C2]; [P1 V6 C2] # ذ.ᅠ‍ς T; \u0630。\u1160\u200DΣ; [P1 V6 C2]; [P1 V6] # ذ.ᅠ‍σ N; \u0630。\u1160\u200DΣ; [P1 V6 C2]; [P1 V6 C2] # ذ.ᅠ‍σ T; \u0630。\u1160\u200Dσ; [P1 V6 C2]; [P1 V6] # ذ.ᅠ‍σ N; \u0630。\u1160\u200Dσ; [P1 V6 C2]; [P1 V6 C2] # ذ.ᅠ‍σ T; \u0630。\u3164\u200DΣ; [P1 V6 C2]; [P1 V6] # ذ.ㅤ‍σ N; \u0630。\u3164\u200DΣ; [P1 V6 C2]; [P1 V6 C2] # ذ.ㅤ‍σ T; \u0630。\u3164\u200Dσ; [P1 V6 C2]; [P1 V6] # ذ.ㅤ‍σ N; \u0630。\u3164\u200Dσ; [P1 V6 C2]; [P1 V6 C2] # ذ.ㅤ‍σ T; \u077CႣ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # ݼႣ.󩢧゚‍‍ N; \u077CႣ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # ݼႣ.󩢧゚‍‍ T; \u077CႣ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # ݼႣ.󩢧゚‍‍ N; \u077CႣ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # ݼႣ.󩢧゚‍‍ T; \u077Cⴃ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # ݼⴃ.󩢧゚‍‍ N; \u077Cⴃ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # ݼⴃ.󩢧゚‍‍ T; \u077Cⴃ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # ݼⴃ.󩢧゚‍‍ N; \u077Cⴃ。\uDB66\uDCA7\u309A\u200D\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # ݼⴃ.󩢧゚‍‍ T; 㭄\u200Dᡶ🁺.ς\u063A\u200C\u200D; [C2 B5 B6 C1]; [B5 B6] # 㭄‍ᡶ🁺.ςغ‌‍ N; 㭄\u200Dᡶ🁺.ς\u063A\u200C\u200D; [C2 B5 B6 C1]; [C2 B5 B6 C1] # 㭄‍ᡶ🁺.ςغ‌‍ T; 㭄\u200Dᡶ🁺.ς\u063A\u200C\u200D; [C2 B5 B6 C1]; [B5 B6] # 㭄‍ᡶ🁺.ςغ‌‍ N; 㭄\u200Dᡶ🁺.ς\u063A\u200C\u200D; [C2 B5 B6 C1]; [C2 B5 B6 C1] # 㭄‍ᡶ🁺.ςغ‌‍ T; 㭄\u200Dᡶ🁺.Σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [B5 B6] # 㭄‍ᡶ🁺.σغ‌‍ N; 㭄\u200Dᡶ🁺.Σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [C2 B5 B6 C1] # 㭄‍ᡶ🁺.σغ‌‍ T; 㭄\u200Dᡶ🁺.σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [B5 B6] # 㭄‍ᡶ🁺.σغ‌‍ N; 㭄\u200Dᡶ🁺.σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [C2 B5 B6 C1] # 㭄‍ᡶ🁺.σغ‌‍ T; 㭄\u200Dᡶ🁺.Σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [B5 B6] # 㭄‍ᡶ🁺.σغ‌‍ N; 㭄\u200Dᡶ🁺.Σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [C2 B5 B6 C1] # 㭄‍ᡶ🁺.σغ‌‍ T; 㭄\u200Dᡶ🁺.σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [B5 B6] # 㭄‍ᡶ🁺.σغ‌‍ N; 㭄\u200Dᡶ🁺.σ\u063A\u200C\u200D; [C2 B5 B6 C1]; [C2 B5 B6 C1] # 㭄‍ᡶ🁺.σغ‌‍ B; \u17B5。\u067F\u06EE😽; [P1 V5 V6 B3]; [P1 V5 V6 B3] # ឵.ٿۮ😽 B; \u0E73暑.⾑\u0600; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ๳暑.襾؀ B; \u0E73暑.襾\u0600; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ๳暑.襾؀ B; \u2DF8≯\u07DE。\uFB28\u1B42; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⷸ≯ߞ.תᭂ B; \u2DF8>\u0338\u07DE。\uFB28\u1B42; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⷸ≯ߞ.תᭂ B; \u2DF8≯\u07DE。\u05EA\u1B42; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⷸ≯ߞ.תᭂ B; \u2DF8>\u0338\u07DE。\u05EA\u1B42; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⷸ≯ߞ.תᭂ B; \uD802\uDDAE\uD929\uDE32\u1039\uA9C0.\uD955\uDF32Ⴗ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𐦮񚘲္꧀.񥜲Ⴗ B; \uD802\uDDAE\uD929\uDE32\u1039\uA9C0.\uD955\uDF32ⴗ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𐦮񚘲္꧀.񥜲ⴗ B; \u0365。\u0CCD\uD8CD\uDEE9\uDA26\uDD2E; [P1 V5 V6]; [P1 V5 V6] # ͥ.್񃛩򙤮 B; \u0365。\u0CCD\uD8CD\uDEE9\uDA26\uDD2E; [P1 V5 V6]; [P1 V5 V6] # ͥ.್񃛩򙤮 T; \uDB43\uDDCD\u200C.\u069D\u200Cꡘ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 󠷍‌.ڝ‌ꡘ N; \uDB43\uDDCD\u200C.\u069D\u200Cꡘ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 󠷍‌.ڝ‌ꡘ T; \uDB43\uDDCD\u200C.\u069D\u200Cꡘ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 󠷍‌.ڝ‌ꡘ N; \uDB43\uDDCD\u200C.\u069D\u200Cꡘ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 󠷍‌.ڝ‌ꡘ B; \u07D9\uDA92\uDDCEß.ጧ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߙ򴧎ß.ጧ B; \u07D9\uDA92\uDDCESS.ጧ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߙ򴧎ss.ጧ B; \u07D9\uDA92\uDDCEss.ጧ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߙ򴧎ss.ጧ B; \u07D9\uDA92\uDDCESs.ጧ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߙ򴧎ss.ጧ T; \uDB43\uDEFE\u200C.\uDB76\uDFBF\u200C; [P1 V6 C1]; [P1 V6] # 󠻾‌.󭮿‌ N; \uDB43\uDEFE\u200C.\uDB76\uDFBF\u200C; [P1 V6 C1]; [P1 V6 C1] # 󠻾‌.󭮿‌ B; \u0710\uD903\uDDE4\uD803\uDE7D。Ⴜ; [P1 V6 B2]; [P1 V6 B2] # ܐ񐷤𐹽.Ⴜ B; \u0710\uD903\uDDE4\uD803\uDE7D。ⴜ; [P1 V6 B2]; [P1 V6 B2] # ܐ񐷤𐹽.ⴜ T; \u0601\u2BA3\u200C\u05A6。\uD9EF\uDF30\uD83A\uDF89; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 B5 B6] # ؁⮣‌֦.򋼰𞮉 N; \u0601\u2BA3\u200C\u05A6。\uD9EF\uDF30\uD83A\uDF89; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 C1 B5 B6] # ؁⮣‌֦.򋼰𞮉 T; \u0601\u2BA3\u200C\u05A6。\uD9EF\uDF30\uD83A\uDF89; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 B5 B6] # ؁⮣‌֦.򋼰𞮉 N; \u0601\u2BA3\u200C\u05A6。\uD9EF\uDF30\uD83A\uDF89; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 C1 B5 B6] # ؁⮣‌֦.򋼰𞮉 B; Ⴒ。デß\u07E5\u0DCA; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴒ.デßߥ් B; Ⴒ。テ\u3099ß\u07E5\u0DCA; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴒ.デßߥ් B; ⴒ。テ\u3099ß\u07E5\u0DCA; [B5 B6]; [B5 B6] # ⴒ.デßߥ් B; ⴒ。デß\u07E5\u0DCA; [B5 B6]; [B5 B6] # ⴒ.デßߥ් B; Ⴒ。デSS\u07E5\u0DCA; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴒ.デssߥ් B; Ⴒ。テ\u3099SS\u07E5\u0DCA; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴒ.デssߥ් B; ⴒ。テ\u3099ss\u07E5\u0DCA; [B5 B6]; [B5 B6] # ⴒ.デssߥ් B; ⴒ。デss\u07E5\u0DCA; [B5 B6]; [B5 B6] # ⴒ.デssߥ් B; Ⴒ。デSs\u07E5\u0DCA; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴒ.デssߥ් B; Ⴒ。テ\u3099Ss\u07E5\u0DCA; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴒ.デssߥ් B; \u094D\u1714.𝟠-\u07DE; [V5 B1]; [V5 B1] # ्᜔.8-ߞ B; \u094D\u1714.8-\u07DE; [V5 B1]; [V5 B1] # ्᜔.8-ߞ B; ≯\u0BCD\u0017.\uA806𩬾\uDB40\uDD2B\u077F; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≯்.꠆𩬾ݿ B; >\u0338\u0BCD\u0017.\uA806𩬾\uDB40\uDD2B\u077F; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≯்.꠆𩬾ݿ B; \uDB40\uDD02\uDAE6\uDEE1Ⴗ쏔。\uD83B\uDFC3; [P1 V6]; [P1 V6] # 󉫡Ⴗ쏔.𞿃 B; \uDB40\uDD02\uDAE6\uDEE1Ⴗ쏔。\uD83B\uDFC3; [P1 V6]; [P1 V6] # 󉫡Ⴗ쏔.𞿃 B; \uDB40\uDD02\uDAE6\uDEE1ⴗ쏔。\uD83B\uDFC3; [P1 V6]; [P1 V6] # 󉫡ⴗ쏔.𞿃 B; \uDB40\uDD02\uDAE6\uDEE1ⴗ쏔。\uD83B\uDFC3; [P1 V6]; [P1 V6] # 󉫡ⴗ쏔.𞿃 B; ß。🄃Ⴌ\u0FC6; [P1 V6]; [P1 V6] # ß.🄃Ⴌ࿆ B; ß。2,Ⴌ\u0FC6; [P1 V6]; [P1 V6] # ß.2,Ⴌ࿆ B; ß。2,ⴌ\u0FC6; [P1 V6]; [P1 V6] # ß.2,ⴌ࿆ B; SS。2,Ⴌ\u0FC6; [P1 V6]; [P1 V6] # ss.2,Ⴌ࿆ B; ss。2,ⴌ\u0FC6; [P1 V6]; [P1 V6] # ss.2,ⴌ࿆ B; ß。🄃ⴌ\u0FC6; [P1 V6]; [P1 V6] # ß.🄃ⴌ࿆ B; SS。🄃Ⴌ\u0FC6; [P1 V6]; [P1 V6] # ss.🄃Ⴌ࿆ B; ss。🄃ⴌ\u0FC6; [P1 V6]; [P1 V6] # ss.🄃ⴌ࿆ T; -\u07E0\uD83A\uDCC4.\u200C∖\uA953; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # -ߠ𞣄.‌∖꥓ N; -\u07E0\uD83A\uDCC4.\u200C∖\uA953; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # -ߠ𞣄.‌∖꥓ T; 🏨ᠣ\u1BF1\uD804\uDDC0.☠\u200D; [C2]; xn--56e26q0321avb7g.xn--h4h # 🏨ᠣᯱ𑇀.☠‍ N; 🏨ᠣ\u1BF1\uD804\uDDC0.☠\u200D; [C2]; [C2] # 🏨ᠣᯱ𑇀.☠‍ B; xn--56e26q0321avb7g.xn--h4h; 🏨ᠣ\u1BF1\uD804\uDDC0.☠; xn--56e26q0321avb7g.xn--h4h; NV8 # 🏨ᠣᯱ𑇀.☠ B; 🏨ᠣ\u1BF1\uD804\uDDC0.☠; ; xn--56e26q0321avb7g.xn--h4h; NV8 # 🏨ᠣᯱ𑇀.☠ T; \u0FAD\u200D\u08FB\u077A.\u0853\u200C\uDB40\uDF44; [P1 V5 V6 B1 C2 B3 C1]; [P1 V5 V6 B1 B3] # ྭ‍ࣻݺ.ࡓ‌󠍄 N; \u0FAD\u200D\u08FB\u077A.\u0853\u200C\uDB40\uDF44; [P1 V5 V6 B1 C2 B3 C1]; [P1 V5 V6 B1 C2 B3 C1] # ྭ‍ࣻݺ.ࡓ‌󠍄 B; Ⴑ.\u062E\uD802\uDEC5\u0758; [P1 V6]; [P1 V6] # Ⴑ.خ𐫅ݘ B; Ⴑ.\u062E\uD802\uDEC5\u0758; [P1 V6]; [P1 V6] # Ⴑ.خ𐫅ݘ B; ⴑ.\u062E\uD802\uDEC5\u0758; [P1 V6]; [P1 V6] # ⴑ.خ𐫅ݘ B; ⴑ.\u062E\uD802\uDEC5\u0758; [P1 V6]; [P1 V6] # ⴑ.خ𐫅ݘ B; \u0954\uDA75\uDC8F\u0DCA。\uDBEE\uDD6E𝟻; [P1 V5 V6]; [P1 V5 V6] # ॔򭒏්.􋥮5 B; \u0954\uDA75\uDC8F\u0DCA。\uDBEE\uDD6E5; [P1 V5 V6]; [P1 V5 V6] # ॔򭒏්.􋥮5 T; \u200C\u062E\uD89C\uDF0B2。Ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B2 B5] # ‌خ𷌋2.Ⴣ߱𞿺񹢀 N; \u200C\u062E\uD89C\uDF0B2。Ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B1 C1 B5] # ‌خ𷌋2.Ⴣ߱𞿺񹢀 T; \u200C\u062E\uD89C\uDF0B2。Ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B2 B5] # ‌خ𷌋2.Ⴣ߱𞿺񹢀 N; \u200C\u062E\uD89C\uDF0B2。Ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B1 C1 B5] # ‌خ𷌋2.Ⴣ߱𞿺񹢀 T; \u200C\u062E\uD89C\uDF0B2。ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B2 B5] # ‌خ𷌋2.ⴣ߱𞿺񹢀 N; \u200C\u062E\uD89C\uDF0B2。ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B1 C1 B5] # ‌خ𷌋2.ⴣ߱𞿺񹢀 T; \u200C\u062E\uD89C\uDF0B2。ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B2 B5] # ‌خ𷌋2.ⴣ߱𞿺񹢀 N; \u200C\u062E\uD89C\uDF0B2。ⴣ\u07F1\uD83B\uDFFA\uD9A6\uDC80; [P1 V6 B1 C1 B5]; [P1 V6 B1 C1 B5] # ‌خ𷌋2.ⴣ߱𞿺񹢀 B; \u06BE。\uD805\uDEB5\uD9FB\uDD6C\uDB40\uDC01-; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ھ.𑚵򎵬󠀁- B; \u06BE。\uD805\uDEB5\uD9FB\uDD6C\uDB40\uDC01-; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ھ.𑚵򎵬󠀁- B; \uD803\uDD4B\uDBDA\uDC43。絧\u0953; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𐵋􆡃.絧॓ B; \u0DCAႫ.5≯︒\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්Ⴋ.5≯︒ B; \u0DCAႫ.5>\u0338︒\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්Ⴋ.5≯︒ B; \u0DCAႫ.5≯。\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්Ⴋ.5≯. B; \u0DCAႫ.5>\u0338。\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්Ⴋ.5≯. B; \u0DCAⴋ.5>\u0338。\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්ⴋ.5≯. B; \u0DCAⴋ.5≯。\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්ⴋ.5≯. B; \u0DCAⴋ.5>\u0338︒\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්ⴋ.5≯︒ B; \u0DCAⴋ.5≯︒\uDB40\uDD95; [P1 V5 V6]; [P1 V5 V6] # ්ⴋ.5≯︒ T; \u200DF\uA806。\u2DFA︒\u07E6\uD803\uDE75; [P1 V5 V6 C2 B1]; [P1 V5 V6 B1] # ‍f꠆.ⷺ︒ߦ𐹵 N; \u200DF\uA806。\u2DFA︒\u07E6\uD803\uDE75; [P1 V5 V6 C2 B1]; [P1 V5 V6 C2 B1] # ‍f꠆.ⷺ︒ߦ𐹵 T; \u200DF\uA806。\u2DFA。\u07E6\uD803\uDE75; [V5 C2]; [V5] # ‍f꠆.ⷺ.ߦ𐹵 N; \u200DF\uA806。\u2DFA。\u07E6\uD803\uDE75; [V5 C2]; [V5 C2] # ‍f꠆.ⷺ.ߦ𐹵 T; \u200Df\uA806。\u2DFA。\u07E6\uD803\uDE75; [V5 C2]; [V5] # ‍f꠆.ⷺ.ߦ𐹵 N; \u200Df\uA806。\u2DFA。\u07E6\uD803\uDE75; [V5 C2]; [V5 C2] # ‍f꠆.ⷺ.ߦ𐹵 T; \u200Df\uA806。\u2DFA︒\u07E6\uD803\uDE75; [P1 V5 V6 C2 B1]; [P1 V5 V6 B1] # ‍f꠆.ⷺ︒ߦ𐹵 N; \u200Df\uA806。\u2DFA︒\u07E6\uD803\uDE75; [P1 V5 V6 C2 B1]; [P1 V5 V6 C2 B1] # ‍f꠆.ⷺ︒ߦ𐹵 B; \u068C𝟖\uFC29︒。\uD803\uDE77\u17D2; [P1 V6 B3 B1]; [P1 V6 B3 B1] # ڌ8عج︒.𐹷្ B; \u068C8\u0639\u062C。。\uD803\uDE77\u17D2; [A4_2 B1]; [A4_2 B1] # ڌ8عج..𐹷្ B; \uFCDF.\uDB40\uDDB6\u0650\u08BB; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ئم.ِࢻ B; \u0626\u0645.\uDB40\uDDB6\u0650\u08BB; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ئم.ِࢻ B; \u064A\u0654\u0645.\uDB40\uDDB6\u0650\u08BB; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ئم.ِࢻ B; Ⴂ䠺。\u0683\uDB2D\uDF98\uD92A\uDD42\u084A; [P1 V6 B2]; [P1 V6 B2] # Ⴂ䠺.ڃ󛞘񚥂ࡊ B; ⴂ䠺。\u0683\uDB2D\uDF98\uD92A\uDD42\u084A; [P1 V6 B2]; [P1 V6 B2] # ⴂ䠺.ڃ󛞘񚥂ࡊ B; 𝟚伐︒.\uD9D7\uDC24\u0A4D; [P1 V6]; [P1 V6] # 2伐︒.򅰤੍ B; 2伐。.\uD9D7\uDC24\u0A4D; [P1 V6 A4_2]; [P1 V6 A4_2] # 2伐..򅰤੍ T; \u200D\uD803\uDE79\u0B4D\uDB40\uDC1B。\u200D\u07DCႺ\u1039; [P1 V6 B1 C2]; [P1 V6 B1 B2 B3] # ‍𐹹୍󠀛.‍ߜႺ္ N; \u200D\uD803\uDE79\u0B4D\uDB40\uDC1B。\u200D\u07DCႺ\u1039; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍𐹹୍󠀛.‍ߜႺ္ T; \u200D\uD803\uDE79\u0B4D\uDB40\uDC1B。\u200D\u07DCⴚ\u1039; [P1 V6 B1 C2]; [P1 V6 B1 B2 B3] # ‍𐹹୍󠀛.‍ߜⴚ္ N; \u200D\uD803\uDE79\u0B4D\uDB40\uDC1B。\u200D\u07DCⴚ\u1039; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍𐹹୍󠀛.‍ߜⴚ္ B; \u0A70.\uD82A\uDEC0\uD959\uDEA4; [P1 V5 V6]; [P1 V5 V6] # ੰ.𚫀񦚤 B; \u0A70.\uD82A\uDEC0\uD959\uDEA4; [P1 V5 V6]; [P1 V5 V6] # ੰ.𚫀񦚤 T; ꡰ\u200CႦ.≠\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 B1] # ꡰ‌Ⴆ.≠𐼃 N; ꡰ\u200CႦ.≠\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ꡰ‌Ⴆ.≠𐼃 T; ꡰ\u200CႦ.=\u0338\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 B1] # ꡰ‌Ⴆ.≠𐼃 N; ꡰ\u200CႦ.=\u0338\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ꡰ‌Ⴆ.≠𐼃 T; ꡰ\u200Cⴆ.=\u0338\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 B1] # ꡰ‌ⴆ.≠𐼃 N; ꡰ\u200Cⴆ.=\u0338\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ꡰ‌ⴆ.≠𐼃 T; ꡰ\u200Cⴆ.≠\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 B1] # ꡰ‌ⴆ.≠𐼃 N; ꡰ\u200Cⴆ.≠\uD803\uDF03; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ꡰ‌ⴆ.≠𐼃 B; \u1030\uD812\uDE04₀ꘌ.\u067F; [P1 V5 V6]; [P1 V5 V6] # ူ𔨄0ꘌ.ٿ B; \u1030\uD812\uDE040ꘌ.\u067F; [P1 V5 V6]; [P1 V5 V6] # ူ𔨄0ꘌ.ٿ B; -.\u07F0\uDAB2\uDD2C-; [P1 V3 V5 V6]; [P1 V3 V5 V6] # -.߰򼤬- T; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50ς; [P1 V6 C1 B1]; [P1 V6 B2 B3] # 񲉿‌.‌𞱐ς N; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50ς; [P1 V6 C1 B1]; [P1 V6 C1 B1] # 񲉿‌.‌𞱐ς T; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50ς; [P1 V6 C1 B1]; [P1 V6 B2 B3] # 񲉿‌.‌𞱐ς N; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50ς; [P1 V6 C1 B1]; [P1 V6 C1 B1] # 񲉿‌.‌𞱐ς T; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50Σ; [P1 V6 C1 B1]; [P1 V6 B2 B3] # 񲉿‌.‌𞱐σ N; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50Σ; [P1 V6 C1 B1]; [P1 V6 C1 B1] # 񲉿‌.‌𞱐σ T; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50σ; [P1 V6 C1 B1]; [P1 V6 B2 B3] # 񲉿‌.‌𞱐σ N; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50σ; [P1 V6 C1 B1]; [P1 V6 C1 B1] # 񲉿‌.‌𞱐σ T; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50Σ; [P1 V6 C1 B1]; [P1 V6 B2 B3] # 񲉿‌.‌𞱐σ N; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50Σ; [P1 V6 C1 B1]; [P1 V6 C1 B1] # 񲉿‌.‌𞱐σ T; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50σ; [P1 V6 C1 B1]; [P1 V6 B2 B3] # 񲉿‌.‌𞱐σ N; \uD988\uDE7F\u200C。\u200C\uD83B\uDC50σ; [P1 V6 C1 B1]; [P1 V6 C1 B1] # 񲉿‌.‌𞱐σ T; 堕\u094D\uDB42\uDE2D。\u07D8\u0722\u200C-; [P1 V6 V3 B3 C1]; [P1 V6 V3 B3] # 堕्󠨭.ߘܢ‌- N; 堕\u094D\uDB42\uDE2D。\u07D8\u0722\u200C-; [P1 V6 V3 B3 C1]; [P1 V6 V3 B3 C1] # 堕्󠨭.ߘܢ‌- B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9ς\u0847ς; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩςࡇς B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9ς\u0847ς; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩςࡇς B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9Σ\u0847Σ; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇσ B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9σ\u0847σ; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇσ B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9Σ\u0847σ; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇσ B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9Σ\u0847ς; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇς B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9σ\u0847ς; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇς B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9Σ\u0847Σ; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇσ B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9σ\u0847σ; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇσ B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9Σ\u0847σ; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇσ B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9Σ\u0847ς; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇς B; \uD803\uDE67\uAAF6ᢤ\u0726。\u07E9σ\u0847ς; [B1 B2 B3]; [B1 B2 B3] # 𐹧꫶ᢤܦ.ߩσࡇς B; \uDAAE\uDF8C.-5ß; [P1 V6 V3]; [P1 V6 V3] # 򻮌.-5ß B; \uDAAE\uDF8C.-5ß; [P1 V6 V3]; [P1 V6 V3] # 򻮌.-5ß B; \uDAAE\uDF8C.-5SS; [P1 V6 V3]; [P1 V6 V3] # 򻮌.-5ss B; \uDAAE\uDF8C.-5SS; [P1 V6 V3]; [P1 V6 V3] # 򻮌.-5ss T; \u200D\uA806.\u0FA6Ⴥ\uD815\uDC45; [P1 V5 V6 C2]; [P1 V5 V6] # ‍꠆.ྦჅ𕑅 N; \u200D\uA806.\u0FA6Ⴥ\uD815\uDC45; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ‍꠆.ྦჅ𕑅 T; \u200D\uA806.\u0FA6ⴥ\uD815\uDC45; [P1 V5 V6 C2]; [P1 V5 V6] # ‍꠆.ྦⴥ𕑅 N; \u200D\uA806.\u0FA6ⴥ\uD815\uDC45; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ‍꠆.ྦⴥ𕑅 T; \uDB3A\uDE33。ß樲\u200D; [P1 V6 C2]; [P1 V6] # 󞨳.ß樲‍ N; \uDB3A\uDE33。ß樲\u200D; [P1 V6 C2]; [P1 V6 C2] # 󞨳.ß樲‍ T; \uDB3A\uDE33。SS樲\u200D; [P1 V6 C2]; [P1 V6] # 󞨳.ss樲‍ N; \uDB3A\uDE33。SS樲\u200D; [P1 V6 C2]; [P1 V6 C2] # 󞨳.ss樲‍ T; \uDB3A\uDE33。ss樲\u200D; [P1 V6 C2]; [P1 V6] # 󞨳.ss樲‍ N; \uDB3A\uDE33。ss樲\u200D; [P1 V6 C2]; [P1 V6 C2] # 󞨳.ss樲‍ T; \uDB3A\uDE33。Ss樲\u200D; [P1 V6 C2]; [P1 V6] # 󞨳.ss樲‍ N; \uDB3A\uDE33。Ss樲\u200D; [P1 V6 C2]; [P1 V6 C2] # 󞨳.ss樲‍ T; \u200C\uD810\uDD3C。\uFE24\uDB42\uDFE1\uD803\uDCD0; [P1 V6 V5 C1 B1]; [P1 V6 V5 B1] # ‌𔄼.︤󠯡𐳐 N; \u200C\uD810\uDD3C。\uFE24\uDB42\uDFE1\uD803\uDCD0; [P1 V6 V5 C1 B1]; [P1 V6 V5 C1 B1] # ‌𔄼.︤󠯡𐳐 T; \uD802\uDDFD\u200C\u0735。\u0602; [P1 V6 B3 C1 B1]; [P1 V6 B1] # 𐧽‌ܵ.؂ N; \uD802\uDDFD\u200C\u0735。\u0602; [P1 V6 B3 C1 B1]; [P1 V6 B3 C1 B1] # 𐧽‌ܵ.؂ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς≠; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴς≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς≠; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴς≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς=\u0338; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴς≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς=\u0338; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴς≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς≠; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴς≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς≠; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴς≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς=\u0338; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴς≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4ς=\u0338; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴς≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ≠; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ≠; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ≠; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ≠; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ≠; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4Σ≠; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ≠; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ≠; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5] # ‫򐜹‌󠳗.𑇀ྴσ≠ N; \u202B\uDA01\uDF39\u200C\uDB43\uDCD7。\uD804\uDDC0\u0FB4σ=\u0338; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ‫򐜹‌󠳗.𑇀ྴσ≠ T; 6。⒈\u200D\uD82D\uDCF1; [P1 V6 C2]; [P1 V6] # 6.⒈‍𛓱 N; 6。⒈\u200D\uD82D\uDCF1; [P1 V6 C2]; [P1 V6 C2] # 6.⒈‍𛓱 T; 6。1.\u200D\uD82D\uDCF1; [P1 V6 C2]; [P1 V6] # 6.1.‍𛓱 N; 6。1.\u200D\uD82D\uDCF1; [P1 V6 C2]; [P1 V6 C2] # 6.1.‍𛓱 B; ᠬß。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬß.ᝳ୍񐡒ڠ B; ᠬß。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬß.ᝳ୍񐡒ڠ B; ᠬSS。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬss.ᝳ୍񐡒ڠ B; ᠬss。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬss.ᝳ୍񐡒ڠ B; ᠬSs。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬss.ᝳ୍񐡒ڠ B; ᠬSS。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬss.ᝳ୍񐡒ڠ B; ᠬss。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬss.ᝳ୍񐡒ڠ B; ᠬSs。\u1773\u0B4D\uD902\uDC52\u06A0; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ᠬss.ᝳ୍񐡒ڠ B; \u0666\u17D2\uD924\uDFA5.\u0AE2\u0F93\u1A60\u0D4D; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ٦្񙎥.ૢྒྷ᩠് B; \u0666\u17D2\uD924\uDFA5.\u0AE2\u0F92\u0FB7\u1A60\u0D4D; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ٦្񙎥.ૢྒྷ᩠് B; Ⴓ\uABED\u200D\uD893\uDF17.ᠹ\uDB40\uDC77; [P1 V6]; [P1 V6] # Ⴓ꯭‍𴼗.ᠹ󠁷 B; Ⴓ\uABED\u200D\uD893\uDF17.ᠹ\uDB40\uDC77; [P1 V6]; [P1 V6] # Ⴓ꯭‍𴼗.ᠹ󠁷 B; ⴓ\uABED\u200D\uD893\uDF17.ᠹ\uDB40\uDC77; [P1 V6]; [P1 V6] # ⴓ꯭‍𴼗.ᠹ󠁷 B; ⴓ\uABED\u200D\uD893\uDF17.ᠹ\uDB40\uDC77; [P1 V6]; [P1 V6] # ⴓ꯭‍𴼗.ᠹ󠁷 B; \uA9C0.𝟕\uDB40\uDD26; [V5]; [V5] # ꧀.7 B; \uA9C0.7\uDB40\uDD26; [V5]; [V5] # ꧀.7 B; \uD90E\uDDF1\uDBB3\uDF44𝟗。\u206E-; [P1 V6 V3]; [P1 V6 V3] # 񓧱󼽄9.- B; \uD90E\uDDF1\uDBB3\uDF449。\u206E-; [P1 V6 V3]; [P1 V6 V3] # 񓧱󼽄9.- B; \uD82B\uDE33ᠩ\uD803\uDE69。\uD803\uDE79\u0631\u0684; [P1 V6 B5 B6 B1]; [P1 V6 B5 B6 B1] # 𚸳ᠩ𐹩.𐹹رڄ T; \u200DᡒႾ₈.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 B1] # ‍ᡒႾ8.⤴ڰ򩁓‌ N; \u200DᡒႾ₈.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 C2 B1 C1] # ‍ᡒႾ8.⤴ڰ򩁓‌ T; \u200DᡒႾ8.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 B1] # ‍ᡒႾ8.⤴ڰ򩁓‌ N; \u200DᡒႾ8.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 C2 B1 C1] # ‍ᡒႾ8.⤴ڰ򩁓‌ T; \u200Dᡒⴞ8.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 B1] # ‍ᡒⴞ8.⤴ڰ򩁓‌ N; \u200Dᡒⴞ8.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 C2 B1 C1] # ‍ᡒⴞ8.⤴ڰ򩁓‌ T; \u200Dᡒⴞ₈.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 B1] # ‍ᡒⴞ8.⤴ڰ򩁓‌ N; \u200Dᡒⴞ₈.⤴\u06B0\uDA64\uDC53\u200C; [P1 V6 C2 B1 C1]; [P1 V6 C2 B1 C1] # ‍ᡒⴞ8.⤴ڰ򩁓‌ B; \uD803\uDE6Aᠮ.\u0E3A\uD9AF\uDCB7⾆; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹪ᠮ.ฺ񻲷舌 B; \uD803\uDE6Aᠮ.\u0E3A\uD9AF\uDCB7舌; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹪ᠮ.ฺ񻲷舌 B; \uFE06⌆\uD9F7\uDF53.\uD999\uDD78; [P1 V6]; [P1 V6] # ⌆򍽓.񶕸 T; \u0735\uD9ED\uDEEA-죀.4Ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6] # ܵ򋛪-죀.4Ⴄ‌ N; \u0735\uD9ED\uDEEA-죀.4Ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܵ򋛪-죀.4Ⴄ‌ T; \u0735\uD9ED\uDEEA-죀.4Ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6] # ܵ򋛪-죀.4Ⴄ‌ N; \u0735\uD9ED\uDEEA-죀.4Ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܵ򋛪-죀.4Ⴄ‌ T; \u0735\uD9ED\uDEEA-죀.4ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6] # ܵ򋛪-죀.4ⴄ‌ N; \u0735\uD9ED\uDEEA-죀.4ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܵ򋛪-죀.4ⴄ‌ T; \u0735\uD9ED\uDEEA-죀.4ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6] # ܵ򋛪-죀.4ⴄ‌ N; \u0735\uD9ED\uDEEA-죀.4ⴄ\u200C; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܵ򋛪-죀.4ⴄ‌ B; ᚭ。\uDB42\uDFBDß\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ß𝆪 B; ᚭ。\uDB42\uDFBDß\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ß𝆪 B; ᚭ。\uDB42\uDFBDSS\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ss𝆪 B; ᚭ。\uDB42\uDFBDss\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ss𝆪 B; ᚭ。\uDB42\uDFBDSs\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ss𝆪 B; ᚭ。\uDB42\uDFBDSS\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ss𝆪 B; ᚭ。\uDB42\uDFBDss\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ss𝆪 B; ᚭ。\uDB42\uDFBDSs\uD834\uDDAA; [P1 V6]; [P1 V6] # ᚭ.󠮽ss𝆪 B; 0。\u08A4ꡞ; [B2 B3]; [B2 B3] # 0.ࢤꡞ B; 0。\u08A4ꡞ; [B2 B3]; [B2 B3] # 0.ࢤꡞ T; \uD811\uDCFD\u200C.\u087F麷\uDB63\uDD37; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 𔓽‌.ࡿ麷󨴷 N; \uD811\uDCFD\u200C.\u087F麷\uDB63\uDD37; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 𔓽‌.ࡿ麷󨴷 B; \u035B≯。\uDB41\uDE1D; [P1 V5 V6]; [P1 V5 V6] # ͛≯.󠘝 B; \u035B>\u0338。\uDB41\uDE1D; [P1 V5 V6]; [P1 V5 V6] # ͛≯.󠘝 B; \u035B≯。\uDB41\uDE1D; [P1 V5 V6]; [P1 V5 V6] # ͛≯.󠘝 B; \u035B>\u0338。\uDB41\uDE1D; [P1 V5 V6]; [P1 V5 V6] # ͛≯.󠘝 T; Ⴋ≮\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6] # Ⴋ≮􄘠.‍۹ N; Ⴋ≮\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6 C2] # Ⴋ≮􄘠.‍۹ T; Ⴋ<\u0338\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6] # Ⴋ≮􄘠.‍۹ N; Ⴋ<\u0338\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6 C2] # Ⴋ≮􄘠.‍۹ T; ⴋ<\u0338\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6] # ⴋ≮􄘠.‍۹ N; ⴋ<\u0338\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6 C2] # ⴋ≮􄘠.‍۹ T; ⴋ≮\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6] # ⴋ≮􄘠.‍۹ N; ⴋ≮\uDBD1\uDE20。\u200D\uDB40\uDD6B۹; [P1 V6 C2]; [P1 V6 C2] # ⴋ≮􄘠.‍۹ B; \u0B4D.\uD98B\uDEEA≯; [P1 V5 V6]; [P1 V5 V6] # ୍.񲻪≯ B; \u0B4D.\uD98B\uDEEA>\u0338; [P1 V5 V6]; [P1 V5 V6] # ୍.񲻪≯ B; \uDAC2\uDFF9\u1BF3.\u1921É\uD834\uDD68\u1BAB; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921E\uD834\uDD68\u1BAB\u0301; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921É\uD834\uDD68\u1BAB; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921E\uD834\uDD68\u1BAB\u0301; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921e\uD834\uDD68\u1BAB\u0301; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921é\uD834\uDD68\u1BAB; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921e\uD834\uDD68\u1BAB\u0301; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ B; \uDAC2\uDFF9\u1BF3.\u1921é\uD834\uDD68\u1BAB; [P1 V6 V5]; [P1 V6 V5] # 󀯹᯳.ᤡé𝅨᮫ T; ᡔ\u200D\u0E3A。︒\u08A0; [P1 V6 C2 B1]; [P1 V6 B1] # ᡔ‍ฺ.︒ࢠ N; ᡔ\u200D\u0E3A。︒\u08A0; [P1 V6 C2 B1]; [P1 V6 C2 B1] # ᡔ‍ฺ.︒ࢠ T; ᡔ\u200D\u0E3A。。\u08A0; [C2 A4_2]; [A4_2] # ᡔ‍ฺ..ࢠ N; ᡔ\u200D\u0E3A。。\u08A0; [C2 A4_2]; [C2 A4_2] # ᡔ‍ฺ..ࢠ B; \u069B\uD9D3\uDE75\uAAF6\u200C。ᢟ\uDB40\uDDA6≮; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ڛ򄹵꫶‌.ᢟ≮ B; \u069B\uD9D3\uDE75\uAAF6\u200C。ᢟ\uDB40\uDDA6<\u0338; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ڛ򄹵꫶‌.ᢟ≮ B; \u069B\uD9D3\uDE75\uAAF6\u200C。ᢟ\uDB40\uDDA6≮; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ڛ򄹵꫶‌.ᢟ≮ B; \u069B\uD9D3\uDE75\uAAF6\u200C。ᢟ\uDB40\uDDA6<\u0338; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ڛ򄹵꫶‌.ᢟ≮ B; Ⴣ.\u1DC5\u0693; [P1 V6 V5 B1]; [P1 V6 V5 B1] # Ⴣ.᷅ړ B; Ⴣ.\u1DC5\u0693; [P1 V6 V5 B1]; [P1 V6 V5 B1] # Ⴣ.᷅ړ B; ⴣ.\u1DC5\u0693; [V5 B1]; [V5 B1] # ⴣ.᷅ړ B; ⴣ.\u1DC5\u0693; [V5 B1]; [V5 B1] # ⴣ.᷅ړ B; 🀽\uFD4D.\uDBED\uDDF2\uD96D\uDC0FჄ\uDB64\uDC58; [P1 V6 B1]; [P1 V6 B1] # 🀽﵍.􋗲񫐏Ⴤ󩁘 B; 🀽\uFD4D.\uDBED\uDDF2\uD96D\uDC0FჄ\uDB64\uDC58; [P1 V6 B1]; [P1 V6 B1] # 🀽﵍.􋗲񫐏Ⴤ󩁘 B; 🀽\uFD4D.\uDBED\uDDF2\uD96D\uDC0Fⴤ\uDB64\uDC58; [P1 V6 B1]; [P1 V6 B1] # 🀽﵍.􋗲񫐏ⴤ󩁘 B; 🀽\uFD4D.\uDBED\uDDF2\uD96D\uDC0Fⴤ\uDB64\uDC58; [P1 V6 B1]; [P1 V6 B1] # 🀽﵍.􋗲񫐏ⴤ󩁘 B; \uFE0C\uDB40\uDDEB≮.\uDB43\uDC70; [P1 V6]; [P1 V6] # ≮.󠱰 B; \uFE0C\uDB40\uDDEB<\u0338.\uDB43\uDC70; [P1 V6]; [P1 V6] # ≮.󠱰 B; \uFE0C\uDB40\uDDEB≮.\uDB43\uDC70; [P1 V6]; [P1 V6] # ≮.󠱰 B; \uFE0C\uDB40\uDDEB<\u0338.\uDB43\uDC70; [P1 V6]; [P1 V6] # ≮.󠱰 B; \uD803\uDE77\uD83B\uDCCC≮Ⴢ.Ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.Ⴃ B; \uD803\uDE77\uD83B\uDCCC<\u0338Ⴢ.Ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.Ⴃ B; \uD803\uDE77\uD83B\uDCCC≮Ⴢ.Ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.Ⴃ B; \uD803\uDE77\uD83B\uDCCC<\u0338Ⴢ.Ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.Ⴃ B; \uD803\uDE77\uD83B\uDCCC<\u0338ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC≮ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC≮Ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC<\u0338Ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC<\u0338ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC≮ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC≮Ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.ⴃ B; \uD803\uDE77\uD83B\uDCCC<\u0338Ⴢ.ⴃ; [P1 V6 B1]; [P1 V6 B1] # 𐹷𞳌≮Ⴢ.ⴃ B; \u0DD3。-; [V5 V3]; [V5 V3] # ී.- B; \uA8C4\uD9BC\uDE25\uDB41\uDD20。饈≠\uD803\uDE6A; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ꣄񿈥󠔠.饈≠𐹪 B; \uA8C4\uD9BC\uDE25\uDB41\uDD20。饈=\u0338\uD803\uDE6A; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ꣄񿈥󠔠.饈≠𐹪 B; \uA8C4\uD9BC\uDE25\uDB41\uDD20。饈≠\uD803\uDE6A; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ꣄񿈥󠔠.饈≠𐹪 B; \uA8C4\uD9BC\uDE25\uDB41\uDD20。饈=\u0338\uD803\uDE6A; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ꣄񿈥󠔠.饈≠𐹪 B; \u0719ᡊ4。≯邅\uDB40\uDC364; [P1 V6 B2]; [P1 V6 B2] # ܙᡊ4.≯邅󠀶4 B; \u0719ᡊ4。>\u0338邅\uDB40\uDC364; [P1 V6 B2]; [P1 V6 B2] # ܙᡊ4.≯邅󠀶4 B; \u0719ᡊ4。≯邅\uDB40\uDC364; [P1 V6 B2]; [P1 V6 B2] # ܙᡊ4.≯邅󠀶4 B; \u0719ᡊ4。>\u0338邅\uDB40\uDC364; [P1 V6 B2]; [P1 V6 B2] # ܙᡊ4.≯邅󠀶4 B; \uD9BF\uDE19ᡳ-\u07EF.\u0667⒚\uD803\uDE7D\uD880\uDD8B; [P1 V6 B1]; [P1 V6 B1] # 񿸙ᡳ-߯.٧⒚𐹽𰆋 B; \uD9BF\uDE19ᡳ-\u07EF.\u066719.\uD803\uDE7D\uD880\uDD8B; [P1 V6 B1]; [P1 V6 B1] # 񿸙ᡳ-߯.٧19.𐹽𰆋 B; \uDA8A\uDD08ᠹ\uD834\uDD89.넨-\uDB94\uDDCC; [P1 V6]; [P1 V6] # 򲤈ᠹ𝆉.넨-󵇌 B; \uDA8A\uDD08ᠹ\uD834\uDD89.넨-\uDB94\uDDCC; [P1 V6]; [P1 V6] # 򲤈ᠹ𝆉.넨-󵇌 T; \u06ABᡣ\u200D⒈。𝟏-; [P1 V6 V3 B2 C2]; [P1 V6 V3 B2] # ګᡣ‍⒈.1- N; \u06ABᡣ\u200D⒈。𝟏-; [P1 V6 V3 B2 C2]; [P1 V6 V3 B2 C2] # ګᡣ‍⒈.1- T; \u06ABᡣ\u200D1.。1-; [V3 B2 C2 A4_2]; [V3 B2 A4_2] # ګᡣ‍1..1- N; \u06ABᡣ\u200D1.。1-; [V3 B2 C2 A4_2]; [V3 B2 C2 A4_2] # ګᡣ‍1..1- B; Ⴌ。\uD8CA\uDD24\uD803\uDC42; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴌ.񂤤𐱂 B; ⴌ。\uD8CA\uDD24\uD803\uDC42; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴌ.񂤤𐱂 B; ᢜ\uFC90.\uA806\uDB40\uDDBB-\uD80A\uDCAD; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᢜىٰ.꠆-𒢭 B; ᢜ\u0649\u0670.\uA806\uDB40\uDDBB-\uD80A\uDCAD; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᢜىٰ.꠆-𒢭 T; ⒈\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6] # ⒈񙊮‍-.웈 N; ⒈\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6 C2] # ⒈񙊮‍-.웈 T; ⒈\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6] # ⒈񙊮‍-.웈 N; ⒈\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6 C2] # ⒈񙊮‍-.웈 T; 1.\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6] # 1.񙊮‍-.웈 N; 1.\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6 C2] # 1.񙊮‍-.웈 T; 1.\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6] # 1.񙊮‍-.웈 N; 1.\uD924\uDEAE\u200D-。웈; [P1 V3 V6 C2]; [P1 V3 V6 C2] # 1.񙊮‍-.웈 T; て。\u200C\u07F0\uA8E1; [C1]; [V5] # て.‌߰꣡ N; て。\u200C\u07F0\uA8E1; [C1]; [C1] # て.‌߰꣡ B; ς。\u0CCD\u0BC0; [V5]; [V5] # ς.್ீ B; ς。\u0CCD\u0BC0; [V5]; [V5] # ς.್ீ B; Σ。\u0CCD\u0BC0; [V5]; [V5] # σ.್ீ B; σ。\u0CCD\u0BC0; [V5]; [V5] # σ.್ீ B; Σ。\u0CCD\u0BC0; [V5]; [V5] # σ.್ீ B; σ。\u0CCD\u0BC0; [V5]; [V5] # σ.್ீ B; \uA806\uDAE6\uDF09\uDA54\uDE08.ႢႵ; [P1 V5 V6]; [P1 V5 V6] # ꠆󉬉򥈈.ႢႵ B; \uA806\uDAE6\uDF09\uDA54\uDE08.ⴂⴕ; [P1 V5 V6]; [P1 V5 V6] # ꠆󉬉򥈈.ⴂⴕ B; \uA806\uDAE6\uDF09\uDA54\uDE08.Ⴂⴕ; [P1 V5 V6]; [P1 V5 V6] # ꠆󉬉򥈈.Ⴂⴕ T; \uDB42\uDE58𝟖⾛\u1BE9.\u200D\uD95E\uDF78\uD803\uDCFE; [P1 V6 B1 C2]; [P1 V6 B5 B6] # 󠩘8走ᯩ.‍񧭸𐳾 N; \uDB42\uDE58𝟖⾛\u1BE9.\u200D\uD95E\uDF78\uD803\uDCFE; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 󠩘8走ᯩ.‍񧭸𐳾 T; \uDB42\uDE588走\u1BE9.\u200D\uD95E\uDF78\uD803\uDCFE; [P1 V6 B1 C2]; [P1 V6 B5 B6] # 󠩘8走ᯩ.‍񧭸𐳾 N; \uDB42\uDE588走\u1BE9.\u200D\uD95E\uDF78\uD803\uDCFE; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 󠩘8走ᯩ.‍񧭸𐳾 B; \u084E。Ӏ\uD984\uDEA9; [P1 V6]; [P1 V6] # ࡎ.Ӏ񱊩 B; \u084E。Ӏ\uD984\uDEA9; [P1 V6]; [P1 V6] # ࡎ.Ӏ񱊩 B; \u084E。ӏ\uD984\uDEA9; [P1 V6]; [P1 V6] # ࡎ.ӏ񱊩 B; \u084E。ӏ\uD984\uDEA9; [P1 V6]; [P1 V6] # ࡎ.ӏ񱊩 B; \uD803\uDE7A-。\uDAD2\uDC9F\uDB40\uDF4Eᄾ; [P1 V3 V6 B1]; [P1 V3 V6 B1] # 𐹺-.󄢟󠍎ᄾ B; -₆\u0F95。\u0B3F; [V3 V5]; [V3 V5] # -6ྕ.ି B; -6\u0F95。\u0B3F; [V3 V5]; [V3 V5] # -6ྕ.ି T; \u200C\uD803\uDE71\uDB43\uDEC8멈.\u09CD\uD986\uDCA4; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ‌𐹱󠻈멈.্񱢤 N; \u200C\uD803\uDE71\uDB43\uDEC8멈.\u09CD\uD986\uDCA4; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ‌𐹱󠻈멈.্񱢤 T; \u200C\uD803\uDE71\uDB43\uDEC8멈.\u09CD\uD986\uDCA4; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ‌𐹱󠻈멈.্񱢤 N; \u200C\uD803\uDE71\uDB43\uDEC8멈.\u09CD\uD986\uDCA4; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ‌𐹱󠻈멈.্񱢤 B; ≮.\u06D3\uD803\uDE77; [P1 V6]; [P1 V6] # ≮.ۓ𐹷 B; <\u0338.\u06D2\u0654\uD803\uDE77; [P1 V6]; [P1 V6] # ≮.ۓ𐹷 T; \uD803\uDC39⾆。\u200C\u0ACD\uDAA7\uDE17\uD802\uDCDA; [P1 V6 B2 B3 B1 C1]; [P1 V5 V6 B2 B3 B1] # 𐰹舌.‌્򹸗𐣚 N; \uD803\uDC39⾆。\u200C\u0ACD\uDAA7\uDE17\uD802\uDCDA; [P1 V6 B2 B3 B1 C1]; [P1 V6 B2 B3 B1 C1] # 𐰹舌.‌્򹸗𐣚 T; \uD803\uDC39舌。\u200C\u0ACD\uDAA7\uDE17\uD802\uDCDA; [P1 V6 B2 B3 B1 C1]; [P1 V5 V6 B2 B3 B1] # 𐰹舌.‌્򹸗𐣚 N; \uD803\uDC39舌。\u200C\u0ACD\uDAA7\uDE17\uD802\uDCDA; [P1 V6 B2 B3 B1 C1]; [P1 V6 B2 B3 B1 C1] # 𐰹舌.‌્򹸗𐣚 T; \u200CჀ-.9ς\uD803\uDF8Cς; [P1 V3 V6 C1 B1]; [P1 V3 V6 B1] # ‌Ⴠ-.9ς𐾌ς N; \u200CჀ-.9ς\uD803\uDF8Cς; [P1 V3 V6 C1 B1]; [P1 V3 V6 C1 B1] # ‌Ⴠ-.9ς𐾌ς T; \u200Cⴠ-.9ς\uD803\uDF8Cς; [P1 V3 V6 C1 B1]; [P1 V3 V6 B1] # ‌ⴠ-.9ς𐾌ς N; \u200Cⴠ-.9ς\uD803\uDF8Cς; [P1 V3 V6 C1 B1]; [P1 V3 V6 C1 B1] # ‌ⴠ-.9ς𐾌ς T; \u200CჀ-.9Σ\uD803\uDF8CΣ; [P1 V3 V6 C1 B1]; [P1 V3 V6 B1] # ‌Ⴠ-.9σ𐾌σ N; \u200CჀ-.9Σ\uD803\uDF8CΣ; [P1 V3 V6 C1 B1]; [P1 V3 V6 C1 B1] # ‌Ⴠ-.9σ𐾌σ T; \u200Cⴠ-.9σ\uD803\uDF8Cσ; [P1 V3 V6 C1 B1]; [P1 V3 V6 B1] # ‌ⴠ-.9σ𐾌σ N; \u200Cⴠ-.9σ\uD803\uDF8Cσ; [P1 V3 V6 C1 B1]; [P1 V3 V6 C1 B1] # ‌ⴠ-.9σ𐾌σ B; \u0354\uDB40\uDD1B\uD839\uDFF6。𝟮Ⴜ; [P1 V5 V6]; [P1 V5 V6] # ͔𞟶.2Ⴜ B; \u0354\uDB40\uDD1B\uD839\uDFF6。2Ⴜ; [P1 V5 V6]; [P1 V5 V6] # ͔𞟶.2Ⴜ B; \u0354\uDB40\uDD1B\uD839\uDFF6。2ⴜ; [P1 V5 V6]; [P1 V5 V6] # ͔𞟶.2ⴜ B; \u0354\uDB40\uDD1B\uD839\uDFF6。𝟮ⴜ; [P1 V5 V6]; [P1 V5 V6] # ͔𞟶.2ⴜ B; 䪏\uD83B\uDD87\u06AA\u2CEF。뭕\u0633\u0DD4; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 䪏𞶇ڪ⳯.뭕سු B; 䪏\uD83B\uDD87\u06AA\u2CEF。뭕\u0633\u0DD4; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 䪏𞶇ڪ⳯.뭕سු B; 䪏\uD83B\uDD87\u06AA\u2CEF。뭕\u0633\u0DD4; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 䪏𞶇ڪ⳯.뭕سු B; 䪏\uD83B\uDD87\u06AA\u2CEF。뭕\u0633\u0DD4; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 䪏𞶇ڪ⳯.뭕سු B; \u0BCD。\uDB40\uDF91\uDB40\uDD02; [P1 V5 V6]; [P1 V5 V6] # ்.󠎑 B; \u0BCD。\uDB40\uDF91\uDB40\uDD02; [P1 V5 V6]; [P1 V5 V6] # ்.󠎑 T; \uDA37\uDD52\uDB40\uDD80。ς\u200D\uD803\uDE78\u0ACD; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 򝵒.ς‍𐹸્ N; \uDA37\uDD52\uDB40\uDD80。ς\u200D\uD803\uDE78\u0ACD; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 򝵒.ς‍𐹸્ T; \uDA37\uDD52\uDB40\uDD80。Σ\u200D\uD803\uDE78\u0ACD; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 򝵒.σ‍𐹸્ N; \uDA37\uDD52\uDB40\uDD80。Σ\u200D\uD803\uDE78\u0ACD; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 򝵒.σ‍𐹸્ T; \uDA37\uDD52\uDB40\uDD80。σ\u200D\uD803\uDE78\u0ACD; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 򝵒.σ‍𐹸્ N; \uDA37\uDD52\uDB40\uDD80。σ\u200D\uD803\uDE78\u0ACD; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 򝵒.σ‍𐹸્ B; \u07E1ᡚ\u1714.\uD802\uDE3F; [V5 B2 B3]; [V5 B2 B3] # ߡᡚ᜔.𐨿 B; \u07E1ᡚ\u1714.\uD802\uDE3F; [V5 B2 B3]; [V5 B2 B3] # ߡᡚ᜔.𐨿 T; 𢶂籕\uDABB\uDD4C-。\u200C; [P1 V3 V6 C1]; [P1 V3 V6] # 𢶂籕򾵌-.‌ N; 𢶂籕\uDABB\uDD4C-。\u200C; [P1 V3 V6 C1]; [P1 V3 V6 C1] # 𢶂籕򾵌-.‌ B; \u0601.\uFBFD; [P1 V6 B1]; [P1 V6 B1] # ؁.ی B; \u0601.\u06CC; [P1 V6 B1]; [P1 V6 B1] # ؁.ی B; -ᠱ。Ↄ; [P1 V3 V6]; [P1 V3 V6] B; -ᠱ。Ↄ; [P1 V3 V6]; [P1 V3 V6] B; -ᠱ。ↄ; [V3]; [V3] B; -ᠱ。ↄ; [V3]; [V3] T; \u200D-︒\uDB40\uDD9D。ß哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V3 V6 B5 B6] # ‍-︒.ß哑‌𞧎 N; \u200D-︒\uDB40\uDD9D。ß哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V6 C2 B5 B6 C1] # ‍-︒.ß哑‌𞧎 T; \u200D-。\uDB40\uDD9D。ß哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 A4_2 B5 B6] # ‍-..ß哑‌𞧎 N; \u200D-。\uDB40\uDD9D。ß哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 C2 A4_2 B5 B6 C1] # ‍-..ß哑‌𞧎 T; \u200D-。\uDB40\uDD9D。SS哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 A4_2 B5 B6] # ‍-..ss哑‌𞧎 N; \u200D-。\uDB40\uDD9D。SS哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 C2 A4_2 B5 B6 C1] # ‍-..ss哑‌𞧎 T; \u200D-。\uDB40\uDD9D。ss哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 A4_2 B5 B6] # ‍-..ss哑‌𞧎 N; \u200D-。\uDB40\uDD9D。ss哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 C2 A4_2 B5 B6 C1] # ‍-..ss哑‌𞧎 T; \u200D-。\uDB40\uDD9D。Ss哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 A4_2 B5 B6] # ‍-..ss哑‌𞧎 N; \u200D-。\uDB40\uDD9D。Ss哑\u200C\uD83A\uDDCE; [P1 V3 V6 C2 A4_2 B5 B6 C1]; [P1 V3 V6 C2 A4_2 B5 B6 C1] # ‍-..ss哑‌𞧎 T; \u200D-︒\uDB40\uDD9D。SS哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V3 V6 B5 B6] # ‍-︒.ss哑‌𞧎 N; \u200D-︒\uDB40\uDD9D。SS哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V6 C2 B5 B6 C1] # ‍-︒.ss哑‌𞧎 T; \u200D-︒\uDB40\uDD9D。ss哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V3 V6 B5 B6] # ‍-︒.ss哑‌𞧎 N; \u200D-︒\uDB40\uDD9D。ss哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V6 C2 B5 B6 C1] # ‍-︒.ss哑‌𞧎 T; \u200D-︒\uDB40\uDD9D。Ss哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V3 V6 B5 B6] # ‍-︒.ss哑‌𞧎 N; \u200D-︒\uDB40\uDD9D。Ss哑\u200C\uD83A\uDDCE; [P1 V6 C2 B5 B6 C1]; [P1 V6 C2 B5 B6 C1] # ‍-︒.ss哑‌𞧎 B; ︒.\u1DC3\uABED; [P1 V6 V5]; [P1 V6 V5] # ︒.꯭᷃ B; ︒.\uABED\u1DC3; [P1 V6 V5]; [P1 V6 V5] # ︒.꯭᷃ B; 。.\uABED\u1DC3; [V5]; [V5] # ꯭᷃ T; \u0670。\u200D; [V5 C2]; [V5] # ٰ.‍ N; \u0670。\u200D; [V5 C2]; [V5 C2] # ٰ.‍ T; \u200D🜼。\uD803\uDE38; [P1 V6 C2]; [P1 V6] # ‍🜼.𐸸 N; \u200D🜼。\uD803\uDE38; [P1 V6 C2]; [P1 V6 C2] # ‍🜼.𐸸 T; \u200D🜼。\uD803\uDE38; [P1 V6 C2]; [P1 V6] # ‍🜼.𐸸 N; \u200D🜼。\uD803\uDE38; [P1 V6 C2]; [P1 V6 C2] # ‍🜼.𐸸 B; -Ⴄ𝟫\u0602.\u1713ς; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -Ⴄ9؂.ᜓς B; -Ⴄ9\u0602.\u1713ς; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -Ⴄ9؂.ᜓς B; -ⴄ9\u0602.\u1713ς; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -ⴄ9؂.ᜓς B; -Ⴄ9\u0602.\u1713Σ; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -Ⴄ9؂.ᜓσ B; -ⴄ9\u0602.\u1713σ; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -ⴄ9؂.ᜓσ B; -ⴄ𝟫\u0602.\u1713ς; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -ⴄ9؂.ᜓς B; -Ⴄ𝟫\u0602.\u1713Σ; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -Ⴄ9؂.ᜓσ B; -ⴄ𝟫\u0602.\u1713σ; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -ⴄ9؂.ᜓσ B; \uD8A3\uDE5E。-; [P1 V6 V3]; [P1 V6 V3] # 𸹞.- B; ⋠🄊.\uDA7D\uDE52\uA982ß≯; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂß≯ B; ≼\u0338🄊.\uDA7D\uDE52\uA982ß>\u0338; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂß≯ B; ⋠9,.\uDA7D\uDE52\uA982ß≯; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂß≯ B; ≼\u03389,.\uDA7D\uDE52\uA982ß>\u0338; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂß≯ B; ≼\u03389,.\uDA7D\uDE52\uA982SS>\u0338; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂss≯ B; ⋠9,.\uDA7D\uDE52\uA982SS≯; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂss≯ B; ⋠9,.\uDA7D\uDE52\uA982ss≯; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂss≯ B; ≼\u03389,.\uDA7D\uDE52\uA982ss>\u0338; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂss≯ B; ≼\u03389,.\uDA7D\uDE52\uA982Ss>\u0338; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂss≯ B; ⋠9,.\uDA7D\uDE52\uA982Ss≯; [P1 V6]; [P1 V6] # ⋠9,.򯙒ꦂss≯ B; ≼\u0338🄊.\uDA7D\uDE52\uA982SS>\u0338; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂss≯ B; ⋠🄊.\uDA7D\uDE52\uA982SS≯; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂss≯ B; ⋠🄊.\uDA7D\uDE52\uA982ss≯; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂss≯ B; ≼\u0338🄊.\uDA7D\uDE52\uA982ss>\u0338; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂss≯ B; ≼\u0338🄊.\uDA7D\uDE52\uA982Ss>\u0338; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂss≯ B; ⋠🄊.\uDA7D\uDE52\uA982Ss≯; [P1 V6]; [P1 V6] # ⋠🄊.򯙒ꦂss≯ B; 🄈₅\u0669。\uDB40\uDFDD\uFB56\uDB76\uDECF; [P1 V6 B1]; [P1 V6 B1] # 🄈5٩.󠏝پ󭫏 B; 7,5\u0669。\uDB40\uDFDD\u067E\uDB76\uDECF; [P1 V6 B1]; [P1 V6 B1] # 7,5٩.󠏝پ󭫏 T; 儭-。\uD803\uDE62Ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # 儭-.𐹢Ⴢ񆉓‌ N; 儭-。\uD803\uDE62Ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # 儭-.𐹢Ⴢ񆉓‌ T; 儭-。\uD803\uDE62Ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # 儭-.𐹢Ⴢ񆉓‌ N; 儭-。\uD803\uDE62Ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # 儭-.𐹢Ⴢ񆉓‌ T; 儭-。\uD803\uDE62ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # 儭-.𐹢ⴢ񆉓‌ N; 儭-。\uD803\uDE62ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # 儭-.𐹢ⴢ񆉓‌ T; 儭-。\uD803\uDE62ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # 儭-.𐹢ⴢ񆉓‌ N; 儭-。\uD803\uDE62ⴢ\uD8D8\uDE53\u200C; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # 儭-.𐹢ⴢ񆉓‌ B; 𝟓₅\u072E.ᢢ\uDA5B\uDCFA; [P1 V6 B1]; [P1 V6 B1] # 55ܮ.ᢢ򦳺 B; 55\u072E.ᢢ\uDA5B\uDCFA; [P1 V6 B1]; [P1 V6 B1] # 55ܮ.ᢢ򦳺 B; ≯-\u06C4\u17BD.⒈\u0664; [P1 V6 B1]; [P1 V6 B1] # ≯-ۄួ.⒈٤ B; >\u0338-\u06C4\u17BD.⒈\u0664; [P1 V6 B1]; [P1 V6 B1] # ≯-ۄួ.⒈٤ B; ≯-\u06C4\u17BD.1.\u0664; [P1 V6 B1]; [P1 V6 B1] # ≯-ۄួ.1.٤ B; >\u0338-\u06C4\u17BD.1.\u0664; [P1 V6 B1]; [P1 V6 B1] # ≯-ۄួ.1.٤ B; \uDB40\uDD17.\uD96A\uDE1B蚀; [P1 V6]; [P1 V6] # 񪨛蚀 B; \uDB40\uDD17.\uD96A\uDE1B蚀; [P1 V6]; [P1 V6] # 񪨛蚀 B; \u0752Ⴘ.\uD83A\uDE34\uABEDß\u0962; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݒႸ.𞨴꯭ßॢ B; \u0752ⴘ.\uD83A\uDE34\uABEDß\u0962; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݒⴘ.𞨴꯭ßॢ B; \u0752Ⴘ.\uD83A\uDE34\uABEDSS\u0962; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݒႸ.𞨴꯭ssॢ B; \u0752ⴘ.\uD83A\uDE34\uABEDss\u0962; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݒⴘ.𞨴꯭ssॢ B; \u0752Ⴘ.\uD83A\uDE34\uABEDSs\u0962; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݒႸ.𞨴꯭ssॢ B; \u1034\uD803\uDE6B\uD8C2\uDFCC。凬; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ဴ𐹫񀯌.凬 B; \u1034\uD803\uDE6B\uD8C2\uDFCC。凬; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ဴ𐹫񀯌.凬 T; \uDB42\uDD27𝟕\u200Dᡞ。\u0B4D; [P1 V6 V5 C2]; [P1 V6 V5] # 󠤧7‍ᡞ.୍ N; \uDB42\uDD27𝟕\u200Dᡞ。\u0B4D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 󠤧7‍ᡞ.୍ T; \uDB42\uDD277\u200Dᡞ。\u0B4D; [P1 V6 V5 C2]; [P1 V6 V5] # 󠤧7‍ᡞ.୍ N; \uDB42\uDD277\u200Dᡞ。\u0B4D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 󠤧7‍ᡞ.୍ B; \u08A4。\uD804\uDC46ᠶ; [V5]; [V5] # ࢤ.𑁆ᠶ B; \uDB40\uDD9F≮.\u065A; [P1 V6 V5]; [P1 V6 V5] # ≮.ٚ B; \uDB40\uDD9F<\u0338.\u065A; [P1 V6 V5]; [P1 V6 V5] # ≮.ٚ B; Ⴢ≯褦.ᡚ\u069FႾ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴢ≯褦.ᡚڟႾڲ B; Ⴢ>\u0338褦.ᡚ\u069FႾ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴢ≯褦.ᡚڟႾڲ B; Ⴢ≯褦.ᡚ\u069FႾ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴢ≯褦.ᡚڟႾڲ B; Ⴢ>\u0338褦.ᡚ\u069FႾ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴢ≯褦.ᡚڟႾڲ B; ⴢ>\u0338褦.ᡚ\u069Fⴞ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴢ≯褦.ᡚڟⴞڲ B; ⴢ≯褦.ᡚ\u069Fⴞ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴢ≯褦.ᡚڟⴞڲ B; ⴢ>\u0338褦.ᡚ\u069Fⴞ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴢ≯褦.ᡚڟⴞڲ B; ⴢ≯褦.ᡚ\u069Fⴞ\u06B2; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴢ≯褦.ᡚڟⴞڲ T; \uD917\uDCFB\u1DC1\u200C\u1734。ꡚꡋ\u0633; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # 񕳻᷁‌᜴.ꡚꡋس N; \uD917\uDCFB\u1DC1\u200C\u1734。ꡚꡋ\u0633; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # 񕳻᷁‌᜴.ꡚꡋس T; \u200C.≯; [P1 V6 C1]; [P1 V6] # ‌.≯ N; \u200C.≯; [P1 V6 C1]; [P1 V6 C1] # ‌.≯ T; \u200C.>\u0338; [P1 V6 C1]; [P1 V6] # ‌.≯ N; \u200C.>\u0338; [P1 V6 C1]; [P1 V6 C1] # ‌.≯ B; \uDB7E\uDE25\uDA9C\uDCCE-.\u094D-悜; [P1 V3 V6 V5]; [P1 V3 V6 V5] # 󯨥򷃎-.्-悜 B; \uDB7E\uDE25\uDA9C\uDCCE-.\u094D-悜; [P1 V3 V6 V5]; [P1 V3 V6 V5] # 󯨥򷃎-.्-悜 T; \u06BD\uDB62\uDFB0\uDB42\uDDBB\u07D7.-\u200D\uDB40\uDD28\u2DF9; [P1 V6 V3 B2 C2]; [P1 V6 V3 B2] # ڽ󨮰󠦻ߗ.-‍ⷹ N; \u06BD\uDB62\uDFB0\uDB42\uDDBB\u07D7.-\u200D\uDB40\uDD28\u2DF9; [P1 V6 V3 B2 C2]; [P1 V6 V3 B2 C2] # ڽ󨮰󠦻ߗ.-‍ⷹ T; 𝟸\u200C衃Ⴝ.\u0682Ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 2‌衃Ⴝ.ڂႴ N; 𝟸\u200C衃Ⴝ.\u0682Ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 2‌衃Ⴝ.ڂႴ T; 2\u200C衃Ⴝ.\u0682Ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 2‌衃Ⴝ.ڂႴ N; 2\u200C衃Ⴝ.\u0682Ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 2‌衃Ⴝ.ڂႴ T; 2\u200C衃ⴝ.\u0682ⴔ; [C1 B2 B3]; [B2 B3] # 2‌衃ⴝ.ڂⴔ N; 2\u200C衃ⴝ.\u0682ⴔ; [C1 B2 B3]; [C1 B2 B3] # 2‌衃ⴝ.ڂⴔ T; 2\u200C衃Ⴝ.\u0682ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 2‌衃Ⴝ.ڂⴔ N; 2\u200C衃Ⴝ.\u0682ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 2‌衃Ⴝ.ڂⴔ T; 𝟸\u200C衃ⴝ.\u0682ⴔ; [C1 B2 B3]; [B2 B3] # 2‌衃ⴝ.ڂⴔ N; 𝟸\u200C衃ⴝ.\u0682ⴔ; [C1 B2 B3]; [C1 B2 B3] # 2‌衃ⴝ.ڂⴔ T; 𝟸\u200C衃Ⴝ.\u0682ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # 2‌衃Ⴝ.ڂⴔ N; 𝟸\u200C衃Ⴝ.\u0682ⴔ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # 2‌衃Ⴝ.ڂⴔ T; \u0638\u200C。--⼼; [V3 B3 C1]; [V3] # ظ‌.--心 N; \u0638\u200C。--⼼; [V3 B3 C1]; [V3 B3 C1] # ظ‌.--心 T; \u0638\u200C。--心; [V3 B3 C1]; [V3] # ظ‌.--心 N; \u0638\u200C。--心; [V3 B3 C1]; [V3 B3 C1] # ظ‌.--心 B; \uFBE3.\u08A5; \u06C9.\u08A5; xn--8kb.xn--uyb # ۉ.ࢥ B; \u06C9.\u08A5; ; xn--8kb.xn--uyb # ۉ.ࢥ B; xn--8kb.xn--uyb; \u06C9.\u08A5; xn--8kb.xn--uyb # ۉ.ࢥ B; \u1037-.-\uD805\uDEB6; [V3 V5]; [V3 V5] # ့-.-𑚶 B; \u1037-.-\uD805\uDEB6; [V3 V5]; [V3 V5] # ့-.-𑚶 B; \uDB42\uDF7Fᡰ-.\uD834\uDD73; [P1 V3 V6]; [P1 V3 V6] # 󠭿ᡰ-.𝅳 B; ᡒ\uDB41\uDE8A🔃\uD803\uDE6C.\u1BF3₇\uD8B0\uDFD0; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # ᡒ󠚊🔃𐹬.᯳7𼏐 B; ᡒ\uDB41\uDE8A🔃\uD803\uDE6C.\u1BF37\uD8B0\uDFD0; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # ᡒ󠚊🔃𐹬.᯳7𼏐 T; \uDB40\uDDBB🄃。\u0816\u200C\uD802\uDD94\u200D; [P1 V6 V5 B1 C1 C2]; [P1 V6 V5 B1] # 🄃.ࠖ‌𐦔‍ N; \uDB40\uDDBB🄃。\u0816\u200C\uD802\uDD94\u200D; [P1 V6 V5 B1 C1 C2]; [P1 V6 V5 B1 C1 C2] # 🄃.ࠖ‌𐦔‍ T; \uDB40\uDDBB2,。\u0816\u200C\uD802\uDD94\u200D; [P1 V6 V5 B1 C1 C2]; [P1 V6 V5 B1] # 2,.ࠖ‌𐦔‍ N; \uDB40\uDDBB2,。\u0816\u200C\uD802\uDD94\u200D; [P1 V6 V5 B1 C1 C2]; [P1 V6 V5 B1 C1 C2] # 2,.ࠖ‌𐦔‍ B; Ⴚ₄\uFE0C。4\uD883\uDF75\u1BF3; [P1 V6]; [P1 V6] # Ⴚ4.4𰽵᯳ B; Ⴚ4\uFE0C。4\uD883\uDF75\u1BF3; [P1 V6]; [P1 V6] # Ⴚ4.4𰽵᯳ B; ⴚ4\uFE0C。4\uD883\uDF75\u1BF3; [P1 V6]; [P1 V6] # ⴚ4.4𰽵᯳ B; ⴚ₄\uFE0C。4\uD883\uDF75\u1BF3; [P1 V6]; [P1 V6] # ⴚ4.4𰽵᯳ T; \u200D-\u07E3🝦.\uDB40\uDD5F\u0FA3; [V5 B1 C2]; [V3 V5 B1] # ‍-ߣ🝦.ྣ N; \u200D-\u07E3🝦.\uDB40\uDD5F\u0FA3; [V5 B1 C2]; [V5 B1 C2] # ‍-ߣ🝦.ྣ B; ≠.\u0768; [P1 V6]; [P1 V6] # ≠.ݨ B; =\u0338.\u0768; [P1 V6]; [P1 V6] # ≠.ݨ B; \u07D5\u064B。㌪; \u07D5\u064B.ハイツ; xn--nhb10f.xn--eck4c5a # ߕً.ハイツ B; \u07D5\u064B。ハイツ; \u07D5\u064B.ハイツ; xn--nhb10f.xn--eck4c5a # ߕً.ハイツ B; xn--nhb10f.xn--eck4c5a; \u07D5\u064B.ハイツ; xn--nhb10f.xn--eck4c5a # ߕً.ハイツ B; \u07D5\u064B.ハイツ; ; xn--nhb10f.xn--eck4c5a # ߕً.ハイツ B; \uD83A\uDDEF\u05BA≮.\uABED-; [P1 V6 V3 V5 B3]; [P1 V6 V3 V5 B3] # 𞧯ֺ≮.꯭- B; \uD83A\uDDEF\u05BA<\u0338.\uABED-; [P1 V6 V3 V5 B3]; [P1 V6 V3 V5 B3] # 𞧯ֺ≮.꯭- B; 𝟲榎\uD89E\uDF15\uD804\uDCB9。ᡚ\uD834\uDD89\uD83A\uDC7E\uDB42\uDFA8; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 6榎𷬕𑂹.ᡚ𝆉𞡾󠮨 B; 6榎\uD89E\uDF15\uD804\uDCB9。ᡚ\uD834\uDD89\uD83A\uDC7E\uDB42\uDFA8; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 6榎𷬕𑂹.ᡚ𝆉𞡾󠮨 B; \uDB64\uDCF3.\uD929\uDF10; [P1 V6]; [P1 V6] # 󩃳.񚜐 B; \uDB64\uDCF3.\uD929\uDF10; [P1 V6]; [P1 V6] # 󩃳.񚜐 T; \u200D︒。\u069F\u200C; [P1 V6 C2 B3 C1]; [P1 V6] # ‍︒.ڟ‌ N; \u200D︒。\u069F\u200C; [P1 V6 C2 B3 C1]; [P1 V6 C2 B3 C1] # ‍︒.ڟ‌ T; \u200D。。\u069F\u200C; [C2 A4_2 B3 C1]; xn--1jb # ‍..ڟ‌ N; \u200D。。\u069F\u200C; [C2 A4_2 B3 C1]; [C2 A4_2 B3 C1] # ‍..ڟ‌ B; xn--1jb; \u069F; xn--1jb # ڟ B; \u069F; ; xn--1jb # ڟ T; \u0669\u200C\uD803\uDE69。\u20CD; [P1 V6 B1 C1]; [P1 V6 B1] # ٩‌𐹩.⃍ N; \u0669\u200C\uD803\uDE69。\u20CD; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ٩‌𐹩.⃍ B; \u1BAA\u05A5\u1DC1𝟼。-🂄; [V5 V3]; [V5 V3] # ᮪֥᷁6.-🂄 B; \u1BAA\u05A5\u1DC16。-🂄; [V5 V3]; [V5 V3] # ᮪֥᷁6.-🂄 B; \uD89F\uDEC1。뙏; [P1 V6]; [P1 V6] # 𷻁.뙏 B; \uD89F\uDEC1。뙏; [P1 V6]; [P1 V6] # 𷻁.뙏 B; \uD88B\uDE54\uDB40\uDD13\uDA0A\uDF14\u067E.\u076A; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 𲹔򒬔پ.ݪ T; \u200D。\uDB44\uDCE7; [P1 V6 C2]; [P1 V6] # ‍.󡃧 N; \u200D。\uDB44\uDCE7; [P1 V6 C2]; [P1 V6 C2] # ‍.󡃧 T; \u200D。\uDB44\uDCE7; [P1 V6 C2]; [P1 V6] # ‍.󡃧 N; \u200D。\uDB44\uDCE7; [P1 V6 C2]; [P1 V6 C2] # ‍.󡃧 B; ᡦ皥.-; [V3]; [V3] B; ᡦ皥.-; [V3]; [V3] B; \uFB68\uDB40\uDD28ᠧ.⒈ᡕ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ٹᠧ.⒈ᡕ B; \u0679\uDB40\uDD28ᠧ.1.ᡕ; [B2 B3]; [B2 B3] # ٹᠧ.1.ᡕ T; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; ⴛ\u200C\uDB40\uDD41\u200D。\u1160a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # ⴛ‌‍.ᅠā٣ N; ⴛ\u200C\uDB40\uDD41\u200D。\u1160a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # ⴛ‌‍.ᅠā٣ T; ⴛ\u200C\uDB40\uDD41\u200D。\u1160ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # ⴛ‌‍.ᅠā٣ N; ⴛ\u200C\uDB40\uDD41\u200D。\u1160ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160Ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160Ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160A\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\u1160A\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # ⴛ‌‍.ᅠā٣ N; ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0a\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # ⴛ‌‍.ᅠā٣ T; ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # ⴛ‌‍.ᅠā٣ N; ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0Ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0Ā\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0A\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 B5 B6] # Ⴛ‌‍.ᅠā٣ N; Ⴛ\u200C\uDB40\uDD41\u200D。\uFFA0A\u0304\u0663; [P1 V6 C1 C2 B5 B6]; [P1 V6 C1 C2 B5 B6] # Ⴛ‌‍.ᅠā٣ T; ⳿\u200C。曳⾑₁≯; [P1 V6 C1]; [P1 V6] # ⳿‌.曳襾1≯ N; ⳿\u200C。曳⾑₁≯; [P1 V6 C1]; [P1 V6 C1] # ⳿‌.曳襾1≯ T; ⳿\u200C。曳⾑₁>\u0338; [P1 V6 C1]; [P1 V6] # ⳿‌.曳襾1≯ N; ⳿\u200C。曳⾑₁>\u0338; [P1 V6 C1]; [P1 V6 C1] # ⳿‌.曳襾1≯ T; ⳿\u200C。曳襾1≯; [P1 V6 C1]; [P1 V6] # ⳿‌.曳襾1≯ N; ⳿\u200C。曳襾1≯; [P1 V6 C1]; [P1 V6 C1] # ⳿‌.曳襾1≯ T; ⳿\u200C。曳襾1>\u0338; [P1 V6 C1]; [P1 V6] # ⳿‌.曳襾1≯ N; ⳿\u200C。曳襾1>\u0338; [P1 V6 C1]; [P1 V6 C1] # ⳿‌.曳襾1≯ B; ≯⒈。ß; [P1 V6]; [P1 V6] B; >\u0338⒈。ß; [P1 V6]; [P1 V6] B; ≯1.。ß; [P1 V6 A4_2]; [P1 V6 A4_2] B; >\u03381.。ß; [P1 V6 A4_2]; [P1 V6 A4_2] B; >\u03381.。SS; [P1 V6 A4_2]; [P1 V6 A4_2] B; ≯1.。SS; [P1 V6 A4_2]; [P1 V6 A4_2] B; >\u0338⒈。SS; [P1 V6]; [P1 V6] B; ≯⒈。SS; [P1 V6]; [P1 V6] T; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1Ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 B2 B3] # 𐹽‍𞦆.ݾ-1Ⴙ N; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1Ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 C2 B2 B3] # 𐹽‍𞦆.ݾ-1Ⴙ T; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1Ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 B2 B3] # 𐹽‍𞦆.ݾ-1Ⴙ N; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1Ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 C2 B2 B3] # 𐹽‍𞦆.ݾ-1Ⴙ T; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 B2 B3] # 𐹽‍𞦆.ݾ-1ⴙ N; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 C2 B2 B3] # 𐹽‍𞦆.ݾ-1ⴙ T; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 B2 B3] # 𐹽‍𞦆.ݾ-1ⴙ N; \uD803\uDE7D\u200D\uD83A\uDD86。\u077E-1ⴙ; [P1 V6 B1 C2 B2 B3]; [P1 V6 B1 C2 B2 B3] # 𐹽‍𞦆.ݾ-1ⴙ T; \u200C。≠; [P1 V6 C1]; [P1 V6] # ‌.≠ N; \u200C。≠; [P1 V6 C1]; [P1 V6 C1] # ‌.≠ T; \u200C。=\u0338; [P1 V6 C1]; [P1 V6] # ‌.≠ N; \u200C。=\u0338; [P1 V6 C1]; [P1 V6 C1] # ‌.≠ T; \u200C。≠; [P1 V6 C1]; [P1 V6] # ‌.≠ N; \u200C。≠; [P1 V6 C1]; [P1 V6 C1] # ‌.≠ T; \u200C。=\u0338; [P1 V6 C1]; [P1 V6] # ‌.≠ N; \u200C。=\u0338; [P1 V6 C1]; [P1 V6 C1] # ‌.≠ T; \u0A4D\uDB40\uDD11.\u0721\u0C4D\uA94E\u200C; [V5 B3 C1]; [V5] # ੍.ܡ్ꥎ‌ N; \u0A4D\uDB40\uDD11.\u0721\u0C4D\uA94E\u200C; [V5 B3 C1]; [V5 B3 C1] # ੍.ܡ్ꥎ‌ T; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5DↃ≠-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5] # 񹓧‍򌨮.ᩝↃ≠- N; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5DↃ≠-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5 C2] # 񹓧‍򌨮.ᩝↃ≠- T; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5DↃ=\u0338-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5] # 񹓧‍򌨮.ᩝↃ≠- N; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5DↃ=\u0338-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5 C2] # 񹓧‍򌨮.ᩝↃ≠- T; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5Dↄ=\u0338-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5] # 񹓧‍򌨮.ᩝↄ≠- N; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5Dↄ=\u0338-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5 C2] # 񹓧‍򌨮.ᩝↄ≠- T; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5Dↄ≠-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5] # 񹓧‍򌨮.ᩝↄ≠- N; \uD9A5\uDCE7\u200D\uD9F2\uDE2E.\u1A5Dↄ≠-; [P1 V6 V3 V5 C2]; [P1 V6 V3 V5 C2] # 񹓧‍򌨮.ᩝↄ≠- T; ꡏς\u200D۴。蔑\uDAFB\uDDEE; [P1 V6 C2]; [P1 V6] # ꡏς‍۴.蔑󎷮 N; ꡏς\u200D۴。蔑\uDAFB\uDDEE; [P1 V6 C2]; [P1 V6 C2] # ꡏς‍۴.蔑󎷮 T; ꡏΣ\u200D۴。蔑\uDAFB\uDDEE; [P1 V6 C2]; [P1 V6] # ꡏσ‍۴.蔑󎷮 N; ꡏΣ\u200D۴。蔑\uDAFB\uDDEE; [P1 V6 C2]; [P1 V6 C2] # ꡏσ‍۴.蔑󎷮 T; ꡏσ\u200D۴。蔑\uDAFB\uDDEE; [P1 V6 C2]; [P1 V6] # ꡏσ‍۴.蔑󎷮 N; ꡏσ\u200D۴。蔑\uDAFB\uDDEE; [P1 V6 C2]; [P1 V6 C2] # ꡏσ‍۴.蔑󎷮 B; \u06DD.\uD803\uDE62; [P1 V6 B1]; [P1 V6 B1] # ۝.𐹢 B; -ᡂ.\uD94F\uDFCE; [P1 V3 V6]; [P1 V3 V6] # -ᡂ.񣿎 B; ≯\uFDC4\uFE0C。誆⒈; [P1 V6 B1]; [P1 V6 B1] # ≯عجم.誆⒈ B; >\u0338\uFDC4\uFE0C。誆⒈; [P1 V6 B1]; [P1 V6 B1] # ≯عجم.誆⒈ B; ≯\u0639\u062C\u0645\uFE0C。誆1.; [P1 V6 B1]; [P1 V6 B1] # ≯عجم.誆1. B; >\u0338\u0639\u062C\u0645\uFE0C。誆1.; [P1 V6 B1]; [P1 V6 B1] # ≯عجم.誆1. B; \u0F99\uD83B\uDE41䐊\u2DF6.︒\u07E2㉼\u06AB; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ྙ𞹁䐊ⷶ.︒ߢ참고ګ B; \u0F99\uD83B\uDE41䐊\u2DF6.。\u07E2참고\u06AB; [P1 V5 V6 B1 A4_2 B2]; [P1 V5 V6 B1 A4_2 B2] # ྙ𞹁䐊ⷶ..ߢ참고ګ B; \u0F99\uD83B\uDE41䐊\u2DF6.。\u07E2참고\u06AB; [P1 V5 V6 B1 A4_2 B2]; [P1 V5 V6 B1 A4_2 B2] # ྙ𞹁䐊ⷶ..ߢ참고ګ T; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE97𝟤; [P1 V6 C1]; [P1 V6 A3] # 퀬-?񾔐.‌񩊗2 N; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE97𝟤; [P1 V6 C1]; [P1 V6 C1 A3] # 퀬-?񾔐.‌񩊗2 T; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE97𝟤; [P1 V6 C1]; [P1 V6 A3] # 퀬-?񾔐.‌񩊗2 N; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE97𝟤; [P1 V6 C1]; [P1 V6 C1 A3] # 퀬-?񾔐.‌񩊗2 T; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE972; [P1 V6 C1]; [P1 V6 A3] # 퀬-?񾔐.‌񩊗2 N; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE972; [P1 V6 C1]; [P1 V6 C1 A3] # 퀬-?񾔐.‌񩊗2 T; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE972; [P1 V6 C1]; [P1 V6 A3] # 퀬-?񾔐.‌񩊗2 N; 퀬-\uDF7E\uD9B9\uDD10.\u200C\uDB40\uDD5A\uD964\uDE972; [P1 V6 C1]; [P1 V6 C1 A3] # 퀬-?񾔐.‌񩊗2 B; 퀬; 퀬; xn--8n7b B; 퀬; ; xn--8n7b B; xn--8n7b; 퀬; xn--8n7b B; Ⴌ.\u0600︒\u09CD\uD83A\uDDF4; [P1 V6 B1]; [P1 V6 B1] # Ⴌ.؀︒্𞧴 B; Ⴌ.\u0600。\u09CD\uD83A\uDDF4; [P1 V6 V5 B1]; [P1 V6 V5 B1] # Ⴌ.؀.্𞧴 B; ⴌ.\u0600。\u09CD\uD83A\uDDF4; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ⴌ.؀.্𞧴 B; ⴌ.\u0600︒\u09CD\uD83A\uDDF4; [P1 V6 B1]; [P1 V6 B1] # ⴌ.؀︒্𞧴 B; \uD97A\uDC36\u193A。\uD802\uDFAA\u1CD1; [P1 V6]; [P1 V6] # 񮠶᤺.𐮪᳑ T; \u200D\uDB41\uDCCC\u082A.\u0A48\u0A02\uAAF6\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # ‍󠓌ࠪ.ੈਂ꫶‍ N; \u200D\uDB41\uDCCC\u082A.\u0A48\u0A02\uAAF6\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # ‍󠓌ࠪ.ੈਂ꫶‍ T; \u200D\uDB41\uDCCC\u082A.\u0A48\u0A02\uAAF6\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # ‍󠓌ࠪ.ੈਂ꫶‍ N; \u200D\uDB41\uDCCC\u082A.\u0A48\u0A02\uAAF6\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # ‍󠓌ࠪ.ੈਂ꫶‍ B; \uD820\uDD35。۹; [P1 V6]; [P1 V6] # 𘄵.۹ B; \uD820\uDD35。۹; [P1 V6]; [P1 V6] # 𘄵.۹ B; \u1A68刍.⋁; [V5]; [V5] # ᩨ刍.⋁ B; \uDB41\uDFE05。\uAABE🄈; [P1 V6 V5]; [P1 V6 V5] # 󠟠5.ꪾ🄈 B; \uDB41\uDFE05。\uAABE7,; [P1 V6 V5]; [P1 V6 V5] # 󠟠5.ꪾ7, T; \u0721𝟳Ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ܡ7Ⴔ辘.𞲈ꡬ‌ N; \u0721𝟳Ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ܡ7Ⴔ辘.𞲈ꡬ‌ T; \u07217Ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ܡ7Ⴔ辘.𞲈ꡬ‌ N; \u07217Ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ܡ7Ⴔ辘.𞲈ꡬ‌ T; \u07217ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ܡ7ⴔ辘.𞲈ꡬ‌ N; \u07217ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ܡ7ⴔ辘.𞲈ꡬ‌ T; \u0721𝟳ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ܡ7ⴔ辘.𞲈ꡬ‌ N; \u0721𝟳ⴔ辘.\uD83B\uDC88ꡬ\u200C; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ܡ7ⴔ辘.𞲈ꡬ‌ B; \u0981.ᠨ\uD802\uDE88\uDA1B\uDCD6𝟝; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ঁ.ᠨ𐪈򖳖5 B; \u0981.ᠨ\uD802\uDE88\uDA1B\uDCD65; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ঁ.ᠨ𐪈򖳖5 B; \uA87D≯.\uDA06\uDF8E\uDA00\uDCA9; [P1 V6]; [P1 V6] # ꡽≯.򑮎򐂩 B; \uA87D>\u0338.\uDA06\uDF8E\uDA00\uDCA9; [P1 V6]; [P1 V6] # ꡽≯.򑮎򐂩 B; \uA87D≯.\uDA06\uDF8E\uDA00\uDCA9; [P1 V6]; [P1 V6] # ꡽≯.򑮎򐂩 B; \uA87D>\u0338.\uDA06\uDF8E\uDA00\uDCA9; [P1 V6]; [P1 V6] # ꡽≯.򑮎򐂩 B; ςოꡢ.ς\u084A; [B5 B6]; [B5 B6] # ςოꡢ.ςࡊ B; Σოꡢ.Σ\u084A; [B5 B6]; [B5 B6] # σოꡢ.σࡊ B; σოꡢ.σ\u084A; [B5 B6]; [B5 B6] # σოꡢ.σࡊ B; Σოꡢ.σ\u084A; [B5 B6]; [B5 B6] # σოꡢ.σࡊ B; Σოꡢ.ς\u084A; [B5 B6]; [B5 B6] # σოꡢ.ςࡊ B; σოꡢ.ς\u084A; [B5 B6]; [B5 B6] # σოꡢ.ςࡊ B; \uD97D\uDD21\u0316\uDAA9\uDD7Dꡱ。㇟; [P1 V6]; [P1 V6] # 񯔡̖򺕽ꡱ.㇟ B; \uD97D\uDD21\u0316\uDAA9\uDD7Dꡱ。㇟; [P1 V6]; [P1 V6] # 񯔡̖򺕽ꡱ.㇟ T; \uDB42\uDC0A.\u200D䤫≠Ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠Ⴞ N; \uDB42\uDC0A.\u200D䤫≠Ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠Ⴞ T; \uDB42\uDC0A.\u200D䤫=\u0338Ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠Ⴞ N; \uDB42\uDC0A.\u200D䤫=\u0338Ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠Ⴞ T; \uDB42\uDC0A.\u200D䤫≠Ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠Ⴞ N; \uDB42\uDC0A.\u200D䤫≠Ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠Ⴞ T; \uDB42\uDC0A.\u200D䤫=\u0338Ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠Ⴞ N; \uDB42\uDC0A.\u200D䤫=\u0338Ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠Ⴞ T; \uDB42\uDC0A.\u200D䤫=\u0338ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠ⴞ N; \uDB42\uDC0A.\u200D䤫=\u0338ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠ⴞ T; \uDB42\uDC0A.\u200D䤫≠ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠ⴞ N; \uDB42\uDC0A.\u200D䤫≠ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠ⴞ T; \uDB42\uDC0A.\u200D䤫=\u0338ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠ⴞ N; \uDB42\uDC0A.\u200D䤫=\u0338ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠ⴞ T; \uDB42\uDC0A.\u200D䤫≠ⴞ; [P1 V6 C2]; [P1 V6] # 󠠊.‍䤫≠ⴞ N; \uDB42\uDC0A.\u200D䤫≠ⴞ; [P1 V6 C2]; [P1 V6 C2] # 󠠊.‍䤫≠ⴞ B; \uD803\uDF30\u1B44.\u0667\u20E0; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # 𐼰᭄.٧⃠ B; \uD803\uDF30\u1B44.\u0667\u20E0; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # 𐼰᭄.٧⃠ B; 🄉⒈\uDB40\uDDC0。𝟷; [P1 V6]; [P1 V6] B; 8,1.\uDB40\uDDC0。1; [P1 V6 A4_2]; [P1 V6 A4_2] T; -\u200C\u070F≮.\u06DD\uD935\uDF094𝟤; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # -‌܏≮.۝񝜉42 N; -\u200C\u070F≮.\u06DD\uD935\uDF094𝟤; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # -‌܏≮.۝񝜉42 T; -\u200C\u070F<\u0338.\u06DD\uD935\uDF094𝟤; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # -‌܏≮.۝񝜉42 N; -\u200C\u070F<\u0338.\u06DD\uD935\uDF094𝟤; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # -‌܏≮.۝񝜉42 T; -\u200C\u070F≮.\u06DD\uD935\uDF0942; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # -‌܏≮.۝񝜉42 N; -\u200C\u070F≮.\u06DD\uD935\uDF0942; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # -‌܏≮.۝񝜉42 T; -\u200C\u070F<\u0338.\u06DD\uD935\uDF0942; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1] # -‌܏≮.۝񝜉42 N; -\u200C\u070F<\u0338.\u06DD\uD935\uDF0942; [P1 V3 V6 B1 C1]; [P1 V3 V6 B1 C1] # -‌܏≮.۝񝜉42 B; -≯딾。\u0842; [P1 V3 V6]; [P1 V3 V6] # -≯딾.ࡂ B; ->\u0338딾。\u0842; [P1 V3 V6]; [P1 V3 V6] # -≯딾.ࡂ B; -≯딾。\u0842; [P1 V3 V6]; [P1 V3 V6] # -≯딾.ࡂ B; ->\u0338딾。\u0842; [P1 V3 V6]; [P1 V3 V6] # -≯딾.ࡂ T; ⽉⒈\uD803\uDE70-。🀴\u200C; [P1 V3 V6 B5 B6 C1]; [P1 V3 V6 B5 B6] # 月⒈𐹰-.🀴‌ N; ⽉⒈\uD803\uDE70-。🀴\u200C; [P1 V3 V6 B5 B6 C1]; [P1 V3 V6 B5 B6 C1] # 月⒈𐹰-.🀴‌ T; 月1.\uD803\uDE70-。🀴\u200C; [V3 B1 C1]; [V3 B1] # 月1.𐹰-.🀴‌ N; 月1.\uD803\uDE70-。🀴\u200C; [V3 B1 C1]; [V3 B1 C1] # 月1.𐹰-.🀴‌ B; \u0FB0.\u033E; [V5]; [V5] # ྰ.̾ B; \u0FB0.\u033E; [V5]; [V5] # ྰ.̾ B; 훉≮。\u031B; [P1 V6 V5]; [P1 V6 V5] # 훉≮.̛ B; 훉<\u0338。\u031B; [P1 V6 V5]; [P1 V6 V5] # 훉≮.̛ B; 훉≮。\u031B; [P1 V6 V5]; [P1 V6 V5] # 훉≮.̛ B; 훉<\u0338。\u031B; [P1 V6 V5]; [P1 V6 V5] # 훉≮.̛ B; \uFE20\uD8C0\uDE09\uDB40\uDFD0.\uDA99\uDE27۰\u08ECᡁ; [P1 V5 V6]; [P1 V5 V6] # ︠񀈉󠏐.򶘧۰࣬ᡁ B; \uFE20\uD8C0\uDE09\uDB40\uDFD0.\uDA99\uDE27۰\u08ECᡁ; [P1 V5 V6]; [P1 V5 V6] # ︠񀈉󠏐.򶘧۰࣬ᡁ T; \uD828\uDE16ß\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 B1] # 𚈖ßؠ‌.𐹺𐰊𞧠- N; \uD828\uDE16ß\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 C1 B1] # 𚈖ßؠ‌.𐹺𐰊𞧠- T; \uD828\uDE16SS\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 B1] # 𚈖ssؠ‌.𐹺𐰊𞧠- N; \uD828\uDE16SS\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 C1 B1] # 𚈖ssؠ‌.𐹺𐰊𞧠- T; \uD828\uDE16ss\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 B1] # 𚈖ssؠ‌.𐹺𐰊𞧠- N; \uD828\uDE16ss\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 C1 B1] # 𚈖ssؠ‌.𐹺𐰊𞧠- T; \uD828\uDE16Ss\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 B1] # 𚈖ssؠ‌.𐹺𐰊𞧠- N; \uD828\uDE16Ss\u0620\u200C。\uD803\uDE7A\uD803\uDC0A\uD83A\uDDE0-; [P1 V6 V3 B5 B6 C1 B1]; [P1 V6 V3 B5 B6 C1 B1] # 𚈖ssؠ‌.𐹺𐰊𞧠- B; \u0729。Ↄ\uDB41\uDC8B놮-; [P1 V3 V6]; [P1 V3 V6] # ܩ.Ↄ󠒋놮- B; \u0729。Ↄ\uDB41\uDC8B놮-; [P1 V3 V6]; [P1 V3 V6] # ܩ.Ↄ󠒋놮- B; \u0729。ↄ\uDB41\uDC8B놮-; [P1 V3 V6]; [P1 V3 V6] # ܩ.ↄ󠒋놮- B; \u0729。ↄ\uDB41\uDC8B놮-; [P1 V3 V6]; [P1 V3 V6] # ܩ.ↄ󠒋놮- T; \uD83B\uDC01\u200D.\uDA26\uDE6A\u06A3; [P1 V6 B3 C2 B5 B6]; [P1 V6 B5 B6] # 𞰁‍.򙩪ڣ N; \uD83B\uDC01\u200D.\uDA26\uDE6A\u06A3; [P1 V6 B3 C2 B5 B6]; [P1 V6 B3 C2 B5 B6] # 𞰁‍.򙩪ڣ B; Ⴜ\uDB40\uDDCA\u07BB≯。\u0743\uDB41\uDCC3\u1073; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # Ⴜ޻≯.݃󠓃ၳ B; Ⴜ\uDB40\uDDCA\u07BB>\u0338。\u0743\uDB41\uDCC3\u1073; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # Ⴜ޻≯.݃󠓃ၳ B; ⴜ\uDB40\uDDCA\u07BB>\u0338。\u0743\uDB41\uDCC3\u1073; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # ⴜ޻≯.݃󠓃ၳ B; ⴜ\uDB40\uDDCA\u07BB≯。\u0743\uDB41\uDCC3\u1073; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # ⴜ޻≯.݃󠓃ၳ B; 𝟺。\uFCEA; 4.\u0634\u0647; 4.xn--zgb2b # 4.شه B; 4。\u0634\u0647; 4.\u0634\u0647; 4.xn--zgb2b # 4.شه B; 4.xn--zgb2b; 4.\u0634\u0647; 4.xn--zgb2b # 4.شه B; 4.\u0634\u0647; ; 4.xn--zgb2b # 4.شه B; ≮\u0A42.\uDB34\uDE12\u09C3\u2E48\uDB38\uDF31; [P1 V6]; [P1 V6] # ≮ੂ.󝈒ৃ⹈󞌱 B; <\u0338\u0A42.\uDB34\uDE12\u09C3\u2E48\uDB38\uDF31; [P1 V6]; [P1 V6] # ≮ੂ.󝈒ৃ⹈󞌱 B; ≮\u0A42.\uDB34\uDE12\u09C3\u2E48\uDB38\uDF31; [P1 V6]; [P1 V6] # ≮ੂ.󝈒ৃ⹈󞌱 B; <\u0338\u0A42.\uDB34\uDE12\u09C3\u2E48\uDB38\uDF31; [P1 V6]; [P1 V6] # ≮ੂ.󝈒ৃ⹈󞌱 B; \u1B6D\u05BAᢕ.\uDB40\uDD6D\uD803\uDE72\uDB43\uDD0D; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ֺ᭭ᢕ.𐹲󠴍 B; \u05BA\u1B6Dᢕ.\uDB40\uDD6D\uD803\uDE72\uDB43\uDD0D; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ֺ᭭ᢕ.𐹲󠴍 B; \u05BA\u1B6Dᢕ.\uDB40\uDD6D\uD803\uDE72\uDB43\uDD0D; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ֺ᭭ᢕ.𐹲󠴍 B; \uD803\uDEB5\u08A5\u200C\u0842.\uD804\uDCB9\uDB40\uDDA9; [P1 V6 V5]; [P1 V6 V5] # 𐺵ࢥ‌ࡂ.𑂹 B; \uD803\uDEB5\u08A5\u200C\u0842.\uD804\uDCB9\uDB40\uDDA9; [P1 V6 V5]; [P1 V6 V5] # 𐺵ࢥ‌ࡂ.𑂹 T; \uABED。\u200D\uDA3E\uDC2E\uDB40\uDF91\uD9F6\uDC75; [P1 V5 V6 C2]; [P1 V5 V6] # ꯭.‍򟠮󠎑򍡵 N; \uABED。\u200D\uDA3E\uDC2E\uDB40\uDF91\uD9F6\uDC75; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ꯭.‍򟠮󠎑򍡵 T; \uABED。\u200D\uDA3E\uDC2E\uDB40\uDF91\uD9F6\uDC75; [P1 V5 V6 C2]; [P1 V5 V6] # ꯭.‍򟠮󠎑򍡵 N; \uABED。\u200D\uDA3E\uDC2E\uDB40\uDF91\uD9F6\uDC75; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ꯭.‍򟠮󠎑򍡵 B; -\uFB58。𝟪; [V3 B1]; [V3 B1] # -پ.8 B; -\u067E。8; [V3 B1]; [V3 B1] # -پ.8 T; \uDB56\uDEBF\u07D7\u200C。ꡲ\u200D; [P1 V6 B5 B6 C1 C2]; [P1 V6 B5 B6] # 󥪿ߗ‌.ꡲ‍ N; \uDB56\uDEBF\u07D7\u200C。ꡲ\u200D; [P1 V6 B5 B6 C1 C2]; [P1 V6 B5 B6 C1 C2] # 󥪿ߗ‌.ꡲ‍ T; \uDB56\uDEBF\u07D7\u200C。ꡲ\u200D; [P1 V6 B5 B6 C1 C2]; [P1 V6 B5 B6] # 󥪿ߗ‌.ꡲ‍ N; \uDB56\uDEBF\u07D7\u200C。ꡲ\u200D; [P1 V6 B5 B6 C1 C2]; [P1 V6 B5 B6 C1 C2] # 󥪿ߗ‌.ꡲ‍ B; ß\u0C4C\u0827。ᡨ8🄆; [P1 V6]; [P1 V6] # ßౌࠧ.ᡨ8🄆 B; ß\u0C4C\u0827。ᡨ85,; [P1 V6]; [P1 V6] # ßౌࠧ.ᡨ85, B; SS\u0C4C\u0827。ᡨ85,; [P1 V6]; [P1 V6] # ssౌࠧ.ᡨ85, B; ss\u0C4C\u0827。ᡨ85,; [P1 V6]; [P1 V6] # ssౌࠧ.ᡨ85, B; Ss\u0C4C\u0827。ᡨ85,; [P1 V6]; [P1 V6] # ssౌࠧ.ᡨ85, B; SS\u0C4C\u0827。ᡨ8🄆; [P1 V6]; [P1 V6] # ssౌࠧ.ᡨ8🄆 B; ss\u0C4C\u0827。ᡨ8🄆; [P1 V6]; [P1 V6] # ssౌࠧ.ᡨ8🄆 B; Ss\u0C4C\u0827。ᡨ8🄆; [P1 V6]; [P1 V6] # ssౌࠧ.ᡨ8🄆 B; \u1A60\u0B3C魅⒔.₉\u0600ß; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ß B; \u0B3C\u1A60魅⒔.₉\u0600ß; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ß B; \u0B3C\u1A60魅13..9\u0600ß; [P1 V5 V6 A4_2 B1]; [P1 V5 V6 A4_2 B1] # ଼᩠魅13..9؀ß B; \u0B3C\u1A60魅13..9\u0600SS; [P1 V5 V6 A4_2 B1]; [P1 V5 V6 A4_2 B1] # ଼᩠魅13..9؀ss B; \u0B3C\u1A60魅13..9\u0600ss; [P1 V5 V6 A4_2 B1]; [P1 V5 V6 A4_2 B1] # ଼᩠魅13..9؀ss B; \u0B3C\u1A60魅13..9\u0600Ss; [P1 V5 V6 A4_2 B1]; [P1 V5 V6 A4_2 B1] # ଼᩠魅13..9؀ss B; \u0B3C\u1A60魅⒔.₉\u0600SS; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ss B; \u0B3C\u1A60魅⒔.₉\u0600ss; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ss B; \u0B3C\u1A60魅⒔.₉\u0600Ss; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ss B; \u1A60\u0B3C魅⒔.₉\u0600SS; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ss B; \u1A60\u0B3C魅⒔.₉\u0600ss; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ss B; \u1A60\u0B3C魅⒔.₉\u0600Ss; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ଼᩠魅⒔.9؀ss B; \u07E7。\uAAF6⒈\u0CCD⾞; [P1 V5 V6]; [P1 V5 V6] # ߧ.꫶⒈್車 B; \u07E7。\uAAF61.\u0CCD車; [V5]; [V5] # ߧ.꫶1.್車 B; \u0C4Bછ。嵨; [V5]; [V5] # ోછ.嵨 B; Ⴔ≠Ⴀ.\u0666\u0662; [P1 V6 B1]; [P1 V6 B1] # Ⴔ≠Ⴀ.٦٢ B; Ⴔ=\u0338Ⴀ.\u0666\u0662; [P1 V6 B1]; [P1 V6 B1] # Ⴔ≠Ⴀ.٦٢ B; ⴔ=\u0338ⴀ.\u0666\u0662; [P1 V6 B1]; [P1 V6 B1] # ⴔ≠ⴀ.٦٢ B; ⴔ≠ⴀ.\u0666\u0662; [P1 V6 B1]; [P1 V6 B1] # ⴔ≠ⴀ.٦٢ T; -\u200C⒙\uDB40\uDDBA。\u20EA; [P1 V3 V6 V5 C1]; [P1 V3 V6 V5] # -‌⒙.⃪ N; -\u200C⒙\uDB40\uDDBA。\u20EA; [P1 V3 V6 V5 C1]; [P1 V3 V6 V5 C1] # -‌⒙.⃪ T; -\u200C18.\uDB40\uDDBA。\u20EA; [V3 V5 C1 A4_2]; [V3 V5 A4_2] # -‌18..⃪ N; -\u200C18.\uDB40\uDDBA。\u20EA; [V3 V5 C1 A4_2]; [V3 V5 C1 A4_2] # -‌18..⃪ B; ︒.ʌ\u0635-\u0669; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ︒.ʌص-٩ B; 。.ʌ\u0635-\u0669; [B5 B6]; [B5 B6] # ʌص-٩ B; 。.Ʌ\u0635-\u0669; [B5 B6]; [B5 B6] # ʌص-٩ B; ︒.Ʌ\u0635-\u0669; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ︒.ʌص-٩ B; \u0347︒。\uD89D\uDC50\u1CD6; [P1 V5 V6]; [P1 V5 V6] # ͇︒.𷑐᳖ B; \u0347。。\uD89D\uDC50\u1CD6; [P1 V5 V6 A4_2]; [P1 V5 V6 A4_2] # ͇..𷑐᳖ B; \uD83A\uDCDDß\uDB4D\uDE76。ᠯ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞣝ß󣙶.ᠯ B; \uD83A\uDCDDSS\uDB4D\uDE76。ᠯ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞣝ss󣙶.ᠯ B; \uD83A\uDCDDss\uDB4D\uDE76。ᠯ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞣝ss󣙶.ᠯ B; \uD83A\uDCDDSs\uDB4D\uDE76。ᠯ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞣝ss󣙶.ᠯ T; \u0C4D\u200Dꡂ\uD803\uDE7E。\uD9A4\uDD86\uDA2A\uDD53\u200C\u0308; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ్‍ꡂ𐹾.񹆆򚥓‌̈ N; \u0C4D\u200Dꡂ\uD803\uDE7E。\uD9A4\uDD86\uDA2A\uDD53\u200C\u0308; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ్‍ꡂ𐹾.񹆆򚥓‌̈ T; \uDB43\uDEF1.-ß\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ß‌≠ N; \uDB43\uDEF1.-ß\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ß‌≠ T; \uDB43\uDEF1.-ß\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ß‌≠ N; \uDB43\uDEF1.-ß\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ß‌≠ T; \uDB43\uDEF1.-ß\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ß‌≠ N; \uDB43\uDEF1.-ß\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ß‌≠ T; \uDB43\uDEF1.-ß\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ß‌≠ N; \uDB43\uDEF1.-ß\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ß‌≠ T; \uDB43\uDEF1.-SS\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-SS\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-SS\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-SS\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-Ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-Ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-Ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-Ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-SS\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-SS\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-SS\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-SS\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-Ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-Ss\u200C=\u0338; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \uDB43\uDEF1.-Ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3] # 󠻱.-ss‌≠ N; \uDB43\uDEF1.-Ss\u200C≠; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󠻱.-ss‌≠ T; \u0641\u200C。≯𝟡≠; [P1 V6 B3 C1]; [P1 V6] # ف‌.≯9≠ N; \u0641\u200C。≯𝟡≠; [P1 V6 B3 C1]; [P1 V6 B3 C1] # ف‌.≯9≠ T; \u0641\u200C。>\u0338𝟡=\u0338; [P1 V6 B3 C1]; [P1 V6] # ف‌.≯9≠ N; \u0641\u200C。>\u0338𝟡=\u0338; [P1 V6 B3 C1]; [P1 V6 B3 C1] # ف‌.≯9≠ T; \u0641\u200C。≯9≠; [P1 V6 B3 C1]; [P1 V6] # ف‌.≯9≠ N; \u0641\u200C。≯9≠; [P1 V6 B3 C1]; [P1 V6 B3 C1] # ف‌.≯9≠ T; \u0641\u200C。>\u03389=\u0338; [P1 V6 B3 C1]; [P1 V6] # ف‌.≯9≠ N; \u0641\u200C。>\u03389=\u0338; [P1 V6 B3 C1]; [P1 V6 B3 C1] # ف‌.≯9≠ B; \uD803\uDE74\uD83A\uDC4A\u1CDC\uD9FE\uDC85。\uDB40\uDC63⁴; [P1 V6 B1]; [P1 V6 B1] # 𐹴𞡊᳜򏢅.󠁣4 B; \uD803\uDE74\uD83A\uDC4A\u1CDC\uD9FE\uDC85。\uDB40\uDC634; [P1 V6 B1]; [P1 V6 B1] # 𐹴𞡊᳜򏢅.󠁣4 T; Ⴄ.\u200Dᡇ𦥍ς; [P1 V6 C2]; [P1 V6] # Ⴄ.‍ᡇ𦥍ς N; Ⴄ.\u200Dᡇ𦥍ς; [P1 V6 C2]; [P1 V6 C2] # Ⴄ.‍ᡇ𦥍ς T; Ⴄ.\u200Dᡇ𦥍ς; [P1 V6 C2]; [P1 V6] # Ⴄ.‍ᡇ𦥍ς N; Ⴄ.\u200Dᡇ𦥍ς; [P1 V6 C2]; [P1 V6 C2] # Ⴄ.‍ᡇ𦥍ς T; ⴄ.\u200Dᡇ𦥍ς; [C2]; xn--vkj.xn--4xa716hww74b # ⴄ.‍ᡇ𦥍ς N; ⴄ.\u200Dᡇ𦥍ς; [C2]; [C2] # ⴄ.‍ᡇ𦥍ς T; Ⴄ.\u200Dᡇ𦥍Σ; [P1 V6 C2]; [P1 V6] # Ⴄ.‍ᡇ𦥍σ N; Ⴄ.\u200Dᡇ𦥍Σ; [P1 V6 C2]; [P1 V6 C2] # Ⴄ.‍ᡇ𦥍σ T; ⴄ.\u200Dᡇ𦥍σ; [C2]; xn--vkj.xn--4xa716hww74b # ⴄ.‍ᡇ𦥍σ N; ⴄ.\u200Dᡇ𦥍σ; [C2]; [C2] # ⴄ.‍ᡇ𦥍σ B; xn--vkj.xn--4xa716hww74b; ⴄ.ᡇ𦥍σ; xn--vkj.xn--4xa716hww74b B; ⴄ.ᡇ𦥍σ; ; xn--vkj.xn--4xa716hww74b B; Ⴄ.ᡇ𦥍Σ; [P1 V6]; [P1 V6] T; ⴄ.\u200Dᡇ𦥍ς; [C2]; xn--vkj.xn--4xa716hww74b # ⴄ.‍ᡇ𦥍ς N; ⴄ.\u200Dᡇ𦥍ς; [C2]; [C2] # ⴄ.‍ᡇ𦥍ς T; Ⴄ.\u200Dᡇ𦥍Σ; [P1 V6 C2]; [P1 V6] # Ⴄ.‍ᡇ𦥍σ N; Ⴄ.\u200Dᡇ𦥍Σ; [P1 V6 C2]; [P1 V6 C2] # Ⴄ.‍ᡇ𦥍σ T; ⴄ.\u200Dᡇ𦥍σ; [C2]; xn--vkj.xn--4xa716hww74b # ⴄ.‍ᡇ𦥍σ N; ⴄ.\u200Dᡇ𦥍σ; [C2]; [C2] # ⴄ.‍ᡇ𦥍σ B; \uDA11\uDED2\uDB40\uDDB7.Ⴕ; [P1 V6]; [P1 V6] # 򔛒.Ⴕ B; \uDA11\uDED2\uDB40\uDDB7.ⴕ; [P1 V6]; [P1 V6] # 򔛒.ⴕ T; ≯\uDB40\uDC70\uD83A\uDD8E。\u200C\u1B44⻱\u200D; [P1 V6 B1 C1 C2]; [P1 V6 V5 B1] # ≯󠁰𞦎.‌᭄⻱‍ N; ≯\uDB40\uDC70\uD83A\uDD8E。\u200C\u1B44⻱\u200D; [P1 V6 B1 C1 C2]; [P1 V6 B1 C1 C2] # ≯󠁰𞦎.‌᭄⻱‍ T; >\u0338\uDB40\uDC70\uD83A\uDD8E。\u200C\u1B44⻱\u200D; [P1 V6 B1 C1 C2]; [P1 V6 V5 B1] # ≯󠁰𞦎.‌᭄⻱‍ N; >\u0338\uDB40\uDC70\uD83A\uDD8E。\u200C\u1B44⻱\u200D; [P1 V6 B1 C1 C2]; [P1 V6 B1 C1 C2] # ≯󠁰𞦎.‌᭄⻱‍ T; \u200C\u05B0。\uDB59\uDD83; [P1 V6 C1]; [P1 V5 V6] # ‌ְ.󦖃 N; \u200C\u05B0。\uDB59\uDD83; [P1 V6 C1]; [P1 V6 C1] # ‌ְ.󦖃 T; \u200C\u05B0。\uDB59\uDD83; [P1 V6 C1]; [P1 V5 V6] # ‌ְ.󦖃 N; \u200C\u05B0。\uDB59\uDD83; [P1 V6 C1]; [P1 V6 C1] # ‌ְ.󦖃 T; ⒈\uDB40\uDDC1焅.\uD920\uDFE9\u200Dꡑ; [P1 V6 C2]; [P1 V6] # ⒈焅.񘏩‍ꡑ N; ⒈\uDB40\uDDC1焅.\uD920\uDFE9\u200Dꡑ; [P1 V6 C2]; [P1 V6 C2] # ⒈焅.񘏩‍ꡑ T; 1.\uDB40\uDDC1焅.\uD920\uDFE9\u200Dꡑ; [P1 V6 C2]; [P1 V6] # 1.焅.񘏩‍ꡑ N; 1.\uDB40\uDDC1焅.\uD920\uDFE9\u200Dꡑ; [P1 V6 C2]; [P1 V6 C2] # 1.焅.񘏩‍ꡑ B; \u1DDAς≮.ς\uDB40\uDD84\u0762𝟽; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚς≮.ςݢ7 B; \u1DDAς<\u0338.ς\uDB40\uDD84\u0762𝟽; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚς≮.ςݢ7 B; \u1DDAς≮.ς\uDB40\uDD84\u07627; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚς≮.ςݢ7 B; \u1DDAς<\u0338.ς\uDB40\uDD84\u07627; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚς≮.ςݢ7 B; \u1DDAΣ<\u0338.Σ\uDB40\uDD84\u07627; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAΣ≮.Σ\uDB40\uDD84\u07627; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAσ≮.σ\uDB40\uDD84\u07627; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAσ<\u0338.σ\uDB40\uDD84\u07627; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAΣ<\u0338.Σ\uDB40\uDD84\u0762𝟽; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAΣ≮.Σ\uDB40\uDD84\u0762𝟽; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAσ≮.σ\uDB40\uDD84\u0762𝟽; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \u1DDAσ<\u0338.σ\uDB40\uDD84\u0762𝟽; [P1 V5 V6 B5]; [P1 V5 V6 B5] # ᷚσ≮.σݢ7 B; \uDB1A\uDDD1ß\u033D\u0767.\uDB40\uDD4E\u0755; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󖧑ß̽ݧ.ݕ B; \uDB1A\uDDD1SS\u033D\u0767.\uDB40\uDD4E\u0755; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󖧑ss̽ݧ.ݕ B; \uDB1A\uDDD1ss\u033D\u0767.\uDB40\uDD4E\u0755; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󖧑ss̽ݧ.ݕ B; \uDB1A\uDDD1Ss\u033D\u0767.\uDB40\uDD4E\u0755; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󖧑ss̽ݧ.ݕ B; -\uFC12。⒈; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -ثم.⒈ B; -\u062B\u0645。1.; [V3 B1]; [V3 B1] # -ثم.1. B; \uD9DE\uDE26\u0682𝟲。\u06EF\u1734; [P1 V6 B5]; [P1 V6 B5] # 򇨦ڂ6.ۯ᜴ B; \uD9DE\uDE26\u06826。\u06EF\u1734; [P1 V6 B5]; [P1 V6 B5] # 򇨦ڂ6.ۯ᜴ T; \uD803\uDE64\uD803\uDF90\u0666\u0EB9.\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹤𐾐٦ູ.‍ N; \uD803\uDE64\uD803\uDF90\u0666\u0EB9.\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹤𐾐٦ູ.‍ B; ₅.Ⴇ\uD88B\uDE8C\uD803\uDD51\uDB73\uDE9B; [P1 V6 B5]; [P1 V6 B5] # 5.Ⴇ𲺌𐵑󬺛 B; 5.Ⴇ\uD88B\uDE8C\uD803\uDD51\uDB73\uDE9B; [P1 V6 B5]; [P1 V6 B5] # 5.Ⴇ𲺌𐵑󬺛 B; 5.ⴇ\uD88B\uDE8C\uD803\uDD51\uDB73\uDE9B; [P1 V6 B5]; [P1 V6 B5] # 5.ⴇ𲺌𐵑󬺛 B; ₅.ⴇ\uD88B\uDE8C\uD803\uDD51\uDB73\uDE9B; [P1 V6 B5]; [P1 V6 B5] # 5.ⴇ𲺌𐵑󬺛 B; \u0F84\uDB41\uDD2B.\uDB40\uDD69ꡇ; [P1 V5 V6]; [P1 V5 V6] # ྄󠔫.ꡇ T; \u200D-\u075F.\uD95E\uDE96; [P1 V6 B1 C2]; [P1 V3 V6 B1] # ‍-ݟ.񧪖 N; \u200D-\u075F.\uD95E\uDE96; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍-ݟ.񧪖 T; \u06BAꡛ\u074E寐。\u200C≯\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ںꡛݎ寐.‌≯󠇿 N; \u06BAꡛ\u074E寐。\u200C≯\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ںꡛݎ寐.‌≯󠇿 T; \u06BAꡛ\u074E寐。\u200C>\u0338\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ںꡛݎ寐.‌≯󠇿 N; \u06BAꡛ\u074E寐。\u200C>\u0338\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ںꡛݎ寐.‌≯󠇿 T; \u06BAꡛ\u074E寐。\u200C≯\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ںꡛݎ寐.‌≯󠇿 N; \u06BAꡛ\u074E寐。\u200C≯\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ںꡛݎ寐.‌≯󠇿 T; \u06BAꡛ\u074E寐。\u200C>\u0338\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3] # ںꡛݎ寐.‌≯󠇿 N; \u06BAꡛ\u074E寐。\u200C>\u0338\uDB40\uDDFF; [P1 V6 B2 B3 C1]; [P1 V6 B2 B3 C1] # ںꡛݎ寐.‌≯󠇿 T; \u200D。穛ႺႴ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 B5 B6] # ‍.穛ႺႴ𞲿 N; \u200D。穛ႺႴ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 C2 B5 B6] # ‍.穛ႺႴ𞲿 T; \u200D。穛ႺႴ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 B5 B6] # ‍.穛ႺႴ𞲿 N; \u200D。穛ႺႴ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 C2 B5 B6] # ‍.穛ႺႴ𞲿 T; \u200D。穛ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 B5 B6] # ‍.穛ⴚⴔ𞲿 N; \u200D。穛ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 C2 B5 B6] # ‍.穛ⴚⴔ𞲿 T; \u200D。穛Ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 B5 B6] # ‍.穛Ⴚⴔ𞲿 N; \u200D。穛Ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 C2 B5 B6] # ‍.穛Ⴚⴔ𞲿 T; \u200D。穛ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 B5 B6] # ‍.穛ⴚⴔ𞲿 N; \u200D。穛ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 C2 B5 B6] # ‍.穛ⴚⴔ𞲿 T; \u200D。穛Ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 B5 B6] # ‍.穛Ⴚⴔ𞲿 N; \u200D。穛Ⴚⴔ\uD83B\uDCBF; [P1 V6 C2 B5 B6]; [P1 V6 C2 B5 B6] # ‍.穛Ⴚⴔ𞲿 T; -4.\u200Dヌ\u08AC; [V3 B1 C2]; [V3 B5 B6] # -4.‍ヌࢬ N; -4.\u200Dヌ\u08AC; [V3 B1 C2]; [V3 B1 C2] # -4.‍ヌࢬ T; -4.\u200Dヌ\u08AC; [V3 B1 C2]; [V3 B5 B6] # -4.‍ヌࢬ N; -4.\u200Dヌ\u08AC; [V3 B1 C2]; [V3 B1 C2] # -4.‍ヌࢬ T; ︐\uD803\uDE64ß\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ︐𐹤ß‍.⦭􅷕𐸿- N; ︐\uD803\uDE64ß\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ︐𐹤ß‍.⦭􅷕𐸿- T; ,\uD803\uDE64ß\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ,𐹤ß‍.⦭􅷕𐸿- N; ,\uD803\uDE64ß\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ,𐹤ß‍.⦭􅷕𐸿- T; ,\uD803\uDE64SS\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ,𐹤ss‍.⦭􅷕𐸿- N; ,\uD803\uDE64SS\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ,𐹤ss‍.⦭􅷕𐸿- T; ,\uD803\uDE64ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ,𐹤ss‍.⦭􅷕𐸿- N; ,\uD803\uDE64ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ,𐹤ss‍.⦭􅷕𐸿- T; ,\uD803\uDE64Ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ,𐹤ss‍.⦭􅷕𐸿- N; ,\uD803\uDE64Ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ,𐹤ss‍.⦭􅷕𐸿- T; ︐\uD803\uDE64SS\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ︐𐹤ss‍.⦭􅷕𐸿- N; ︐\uD803\uDE64SS\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ︐𐹤ss‍.⦭􅷕𐸿- T; ︐\uD803\uDE64ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ︐𐹤ss‍.⦭􅷕𐸿- N; ︐\uD803\uDE64ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ︐𐹤ss‍.⦭􅷕𐸿- T; ︐\uD803\uDE64Ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1] # ︐𐹤ss‍.⦭􅷕𐸿- N; ︐\uD803\uDE64Ss\u200D。⦭\uDBD7\uDDD5\uD803\uDE3F-; [P1 V6 V3 B1 C2]; [P1 V6 V3 B1 C2] # ︐𐹤ss‍.⦭􅷕𐸿- T; ꇟ-\uFC06ᡉ。\uDA8D\uDD7A\u200C; [P1 V6 B5 C1]; [P1 V6 B5] # ꇟ-بحᡉ.򳕺‌ N; ꇟ-\uFC06ᡉ。\uDA8D\uDD7A\u200C; [P1 V6 B5 C1]; [P1 V6 B5 C1] # ꇟ-بحᡉ.򳕺‌ T; ꇟ-\u0628\u062Dᡉ。\uDA8D\uDD7A\u200C; [P1 V6 B5 C1]; [P1 V6 B5] # ꇟ-بحᡉ.򳕺‌ N; ꇟ-\u0628\u062Dᡉ。\uDA8D\uDD7A\u200C; [P1 V6 B5 C1]; [P1 V6 B5 C1] # ꇟ-بحᡉ.򳕺‌ B; \uD803\uDE7C.\uD804\uDC01\uFD09\u07AA\uD896\uDE0B; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹼.𑀁شجު𵨋 B; \uD803\uDE7C.\uD804\uDC01\u0634\u062C\u07AA\uD896\uDE0B; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐹼.𑀁شجު𵨋 B; -.\uD8BE\uDC61\u0756\u0B4D; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # -.𿡡ݖ୍ B; \uDA6D\uDE9Eς.\uD803\uDC84녫ß; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞ς.𐲄녫ß B; \uDA6D\uDE9Eς.\uD803\uDC84녫ß; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞ς.𐲄녫ß B; \uDA6D\uDE9EΣ.\uD803\uDC84녫SS; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞σ.𐲄녫ss B; \uDA6D\uDE9EΣ.\uD803\uDC84녫SS; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞σ.𐲄녫ss B; \uDA6D\uDE9Eσ.\uD803\uDC84녫ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞σ.𐲄녫ss B; \uDA6D\uDE9Eσ.\uD803\uDC84녫ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞σ.𐲄녫ss B; \uDA6D\uDE9EΣ.\uD803\uDC84녫Ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞σ.𐲄녫ss B; \uDA6D\uDE9EΣ.\uD803\uDC84녫Ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򫚞σ.𐲄녫ss T; Ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # Ⅎ᮪‍.≠‍‌ N; Ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # Ⅎ᮪‍.≠‍‌ T; Ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # Ⅎ᮪‍.≠‍‌ N; Ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # Ⅎ᮪‍.≠‍‌ T; Ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # Ⅎ᮪‍.≠‍‌ N; Ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # Ⅎ᮪‍.≠‍‌ T; Ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # Ⅎ᮪‍.≠‍‌ N; Ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # Ⅎ᮪‍.≠‍‌ T; ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # ⅎ᮪‍.≠‍‌ N; ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # ⅎ᮪‍.≠‍‌ T; ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # ⅎ᮪‍.≠‍‌ N; ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # ⅎ᮪‍.≠‍‌ T; ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # ⅎ᮪‍.≠‍‌ N; ⅎ\u1BAA\u200D。=\u0338\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # ⅎ᮪‍.≠‍‌ T; ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6] # ⅎ᮪‍.≠‍‌ N; ⅎ\u1BAA\u200D。≠\u200D\u200C; [P1 V6 C2 C1]; [P1 V6 C2 C1] # ⅎ᮪‍.≠‍‌ T; ⁹\uD804\uDD33\u1734\uDB7A\uDE81.\u200C\u1734\u07E0; [P1 V6 B1 C1]; [P1 V6 V5 B1] # 9𑄳᜴󮪁.‌᜴ߠ N; ⁹\uD804\uDD33\u1734\uDB7A\uDE81.\u200C\u1734\u07E0; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 9𑄳᜴󮪁.‌᜴ߠ T; 9\uD804\uDD33\u1734\uDB7A\uDE81.\u200C\u1734\u07E0; [P1 V6 B1 C1]; [P1 V6 V5 B1] # 9𑄳᜴󮪁.‌᜴ߠ N; 9\uD804\uDD33\u1734\uDB7A\uDE81.\u200C\u1734\u07E0; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 9𑄳᜴󮪁.‌᜴ߠ B; \uD986\uDC2B\uDB40\uDC66.≯; [P1 V6]; [P1 V6] # 񱠫󠁦.≯ B; \uD986\uDC2B\uDB40\uDC66.>\u0338; [P1 V6]; [P1 V6] # 񱠫󠁦.≯ B; \uD986\uDC2B\uDB40\uDC66.≯; [P1 V6]; [P1 V6] # 񱠫󠁦.≯ B; \uD986\uDC2B\uDB40\uDC66.>\u0338; [P1 V6]; [P1 V6] # 񱠫󠁦.≯ T; \u200D\uD83B\uDFE4Ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B2 B3] # ‍𞿤Ⴓ.̤ N; \u200D\uD83B\uDFE4Ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𞿤Ⴓ.̤ T; \u200D\uD83B\uDFE4Ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B2 B3] # ‍𞿤Ⴓ.̤ N; \u200D\uD83B\uDFE4Ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𞿤Ⴓ.̤ T; \u200D\uD83B\uDFE4ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B2 B3] # ‍𞿤ⴓ.̤ N; \u200D\uD83B\uDFE4ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𞿤ⴓ.̤ T; \u200D\uD83B\uDFE4ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B2 B3] # ‍𞿤ⴓ.̤ N; \u200D\uD83B\uDFE4ⴓ.\u0324; [P1 V6 V5 B1 C2]; [P1 V6 V5 B1 C2] # ‍𞿤ⴓ.̤ B; \uFED3ß\u0333.\u0766; [B2 B3]; [B2 B3] # فß̳.ݦ B; \u0641ß\u0333.\u0766; [B2 B3]; [B2 B3] # فß̳.ݦ B; \u0641SS\u0333.\u0766; [B2 B3]; [B2 B3] # فss̳.ݦ B; \u0641ss\u0333.\u0766; [B2 B3]; [B2 B3] # فss̳.ݦ B; \u0641Ss\u0333.\u0766; [B2 B3]; [B2 B3] # فss̳.ݦ B; \uFED3SS\u0333.\u0766; [B2 B3]; [B2 B3] # فss̳.ݦ B; \uFED3ss\u0333.\u0766; [B2 B3]; [B2 B3] # فss̳.ݦ B; \uFED3Ss\u0333.\u0766; [B2 B3]; [B2 B3] # فss̳.ݦ B; \u0CCD\uDB40\uDDAD鸮\u1039.ς; [V5]; [V5] # ್鸮္.ς B; \u0CCD\uDB40\uDDAD鸮\u1039.Σ; [V5]; [V5] # ್鸮္.σ B; \u0CCD\uDB40\uDDAD鸮\u1039.σ; [V5]; [V5] # ್鸮္.σ B; 𝟐ꡩ。-\uD804\uDD34; [V3]; [V3] # 2ꡩ.-𑄴 B; 2ꡩ。-\uD804\uDD34; [V3]; [V3] # 2ꡩ.-𑄴 B; \u0779ᡲ⟙。\uD803\uDE6D\u0775⒈; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ݹᡲ⟙.𐹭ݵ⒈ B; \u0779ᡲ⟙。\uD803\uDE6D\u07751.; [B2 B3 B1]; [B2 B3 B1] # ݹᡲ⟙.𐹭ݵ1. B; \u2433\uDBE5\uDC09𝟣\uD803\uDE78.ᢉ8\u05AC\u06DD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ␳􉐉1𐹸.ᢉ8֬۝ B; \u2433\uDBE5\uDC091\uD803\uDE78.ᢉ8\u05AC\u06DD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ␳􉐉1𐹸.ᢉ8֬۝ B; \u0603.𝟤𝟶-\uDAF3\uDEF0; [P1 V6 B1]; [P1 V6 B1] # ؃.20-󌻰 B; \u0603.20-\uDAF3\uDEF0; [P1 V6 B1]; [P1 V6 B1] # ؃.20-󌻰 T; ς-。\u200C⒚-; [P1 V3 V6 C1]; [P1 V3 V6] # ς-.‌⒚- N; ς-。\u200C⒚-; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ς-.‌⒚- T; ς-。\u200C19.-; [V3 C1]; [V3] # ς-.‌19.- N; ς-。\u200C19.-; [V3 C1]; [V3 C1] # ς-.‌19.- T; Σ-。\u200C19.-; [V3 C1]; [V3] # σ-.‌19.- N; Σ-。\u200C19.-; [V3 C1]; [V3 C1] # σ-.‌19.- T; σ-。\u200C19.-; [V3 C1]; [V3] # σ-.‌19.- N; σ-。\u200C19.-; [V3 C1]; [V3 C1] # σ-.‌19.- T; Σ-。\u200C⒚-; [P1 V3 V6 C1]; [P1 V3 V6] # σ-.‌⒚- N; Σ-。\u200C⒚-; [P1 V3 V6 C1]; [P1 V3 V6 C1] # σ-.‌⒚- T; σ-。\u200C⒚-; [P1 V3 V6 C1]; [P1 V3 V6] # σ-.‌⒚- N; σ-。\u200C⒚-; [P1 V3 V6 C1]; [P1 V3 V6 C1] # σ-.‌⒚- B; \u0DCA-\uDB40\uDC79.\u0AC5Ⴄ; [P1 V5 V6]; [P1 V5 V6] # ්-󠁹.ૅႤ B; \u0DCA-\uDB40\uDC79.\u0AC5Ⴄ; [P1 V5 V6]; [P1 V5 V6] # ්-󠁹.ૅႤ B; \u0DCA-\uDB40\uDC79.\u0AC5ⴄ; [P1 V5 V6]; [P1 V5 V6] # ්-󠁹.ૅⴄ B; \u0DCA-\uDB40\uDC79.\u0AC5ⴄ; [P1 V5 V6]; [P1 V5 V6] # ්-󠁹.ૅⴄ B; \uDB73\uDD27\uDB41\uDDE9\u06AF\uD802\uDDAF。⏆⒈; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󬴧󠗩گ𐦯.⏆⒈ B; \uDB73\uDD27\uDB41\uDDE9\u06AF\uD802\uDDAF。⏆1.; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󬴧󠗩گ𐦯.⏆1. T; \u0C4D.\u0646\u0ECA\u200C; [V5 B3 C1]; [V5] # ్.ن໊‌ N; \u0C4D.\u0646\u0ECA\u200C; [V5 B3 C1]; [V5 B3 C1] # ్.ن໊‌ T; \u0C4D.\u0646\u0ECA\u200C; [V5 B3 C1]; [V5] # ్.ن໊‌ N; \u0C4D.\u0646\u0ECA\u200C; [V5 B3 C1]; [V5 B3 C1] # ్.ن໊‌ B; \uD8B2\uDE91\u06D1≮\u1BAA.\uFEA3; [P1 V6 B5]; [P1 V6 B5] # 𼪑ۑ≮᮪.ح B; \uD8B2\uDE91\u06D1<\u0338\u1BAA.\uFEA3; [P1 V6 B5]; [P1 V6 B5] # 𼪑ۑ≮᮪.ح B; \uD8B2\uDE91\u06D1≮\u1BAA.\u062D; [P1 V6 B5]; [P1 V6 B5] # 𼪑ۑ≮᮪.ح B; \uD8B2\uDE91\u06D1<\u0338\u1BAA.\u062D; [P1 V6 B5]; [P1 V6 B5] # 𼪑ۑ≮᮪.ح T; \u200D。\u0FA9⒈ꡍ\uDBE1\uDE14; [P1 V5 V6 C2]; [P1 V5 V6] # ‍.ྩ⒈ꡍ􈘔 N; \u200D。\u0FA9⒈ꡍ\uDBE1\uDE14; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ‍.ྩ⒈ꡍ􈘔 T; \u200D。\u0FA91.ꡍ\uDBE1\uDE14; [P1 V5 V6 C2]; [P1 V5 V6] # ‍.ྩ1.ꡍ􈘔 N; \u200D。\u0FA91.ꡍ\uDBE1\uDE14; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ‍.ྩ1.ꡍ􈘔 B; ۷ᠤ.\uD83B\uDC84≠; [P1 V6 B3]; [P1 V6 B3] # ۷ᠤ.𞲄≠ B; ۷ᠤ.\uD83B\uDC84=\u0338; [P1 V6 B3]; [P1 V6 B3] # ۷ᠤ.𞲄≠ B; ۷ᠤ.\uD83B\uDC84≠; [P1 V6 B3]; [P1 V6 B3] # ۷ᠤ.𞲄≠ B; ۷ᠤ.\uD83B\uDC84=\u0338; [P1 V6 B3]; [P1 V6 B3] # ۷ᠤ.𞲄≠ B; \u06C5\u0776\uDAA3\uDEEB.𝟘\u0680\u1086; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ۅݶ򸻫.0ڀႆ B; \u06C5\u0776\uDAA3\uDEEB.0\u0680\u1086; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ۅݶ򸻫.0ڀႆ B; \u0AC3-\uD803\uDE66۶.⤝\u08254; [V5 B1]; [V5 B1] # ૃ-𐹦۶.⤝ࠥ4 B; ⫐。Ⴠ-\uD9D9\uDC2E; [P1 V6]; [P1 V6] # ⫐.Ⴠ-򆐮 B; ⫐。Ⴠ-\uD9D9\uDC2E; [P1 V6]; [P1 V6] # ⫐.Ⴠ-򆐮 B; ⫐。ⴠ-\uD9D9\uDC2E; [P1 V6]; [P1 V6] # ⫐.ⴠ-򆐮 B; ⫐。ⴠ-\uD9D9\uDC2E; [P1 V6]; [P1 V6] # ⫐.ⴠ-򆐮 B; \u1039⺡.⦟\uDB43\uDC37; [P1 V5 V6]; [P1 V5 V6] # ္⺡.⦟󠰷 B; \u1039⺡.⦟\uDB43\uDC37; [P1 V5 V6]; [P1 V5 V6] # ္⺡.⦟󠰷 B; \uDB31\uDF29-\uD803\uDE73。\uD9DF\uDF6D\u068D; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󜜩-𐹳.򇽭ڍ B; ᡚ。⩨\uFE0E\uD83B\uDE55\uD803\uDE73; [P1 V6 B1]; [P1 V6 B1] # ᡚ.⩨𞹕𐹳 T; \uD803\uDD35ꌄ。\u200Dᣬ; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # 𐴵ꌄ.‍ᣬ N; \uD803\uDD35ꌄ。\u200Dᣬ; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 𐴵ꌄ.‍ᣬ T; \uD803\uDD35ꌄ。\u200Dᣬ; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # 𐴵ꌄ.‍ᣬ N; \uD803\uDD35ꌄ。\u200Dᣬ; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 𐴵ꌄ.‍ᣬ B; 🄃\u066B。\uDA15\uDE4C≯-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 🄃٫.򕙌≯- B; 🄃\u066B。\uDA15\uDE4C>\u0338-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 🄃٫.򕙌≯- B; 2,\u066B。\uDA15\uDE4C≯-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 2,٫.򕙌≯- B; 2,\u066B。\uDA15\uDE4C>\u0338-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 2,٫.򕙌≯- B; ䷎\u0669-\uD803\uDDA0.۰ꡝ; [P1 V6 B1]; [P1 V6 B1] # ䷎٩-𐶠.۰ꡝ B; ≠。\u05A5\uD803\uDE64Ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤Ⴡ𑂹 B; =\u0338。\u05A5\uD803\uDE64Ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤Ⴡ𑂹 B; ≠。\u05A5\uD803\uDE64Ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤Ⴡ𑂹 B; =\u0338。\u05A5\uD803\uDE64Ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤Ⴡ𑂹 B; =\u0338。\u05A5\uD803\uDE64ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤ⴡ𑂹 B; ≠。\u05A5\uD803\uDE64ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤ⴡ𑂹 B; =\u0338。\u05A5\uD803\uDE64ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤ⴡ𑂹 B; ≠。\u05A5\uD803\uDE64ⴡ\uD804\uDCB9; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≠.֥𐹤ⴡ𑂹 B; \u0FA8≠.Ⴀᠽ; [P1 V5 V6]; [P1 V5 V6] # ྨ≠.Ⴀᠽ B; \u0FA8=\u0338.Ⴀᠽ; [P1 V5 V6]; [P1 V5 V6] # ྨ≠.Ⴀᠽ B; \u0FA8=\u0338.ⴀᠽ; [P1 V5 V6]; [P1 V5 V6] # ྨ≠.ⴀᠽ B; \u0FA8≠.ⴀᠽ; [P1 V5 V6]; [P1 V5 V6] # ྨ≠.ⴀᠽ B; \u1DDD\u20D9ᡀ.ᡥ閪\u0664꒶; [V5 B5 B6]; [V5 B5 B6] # ⃙ᷝᡀ.ᡥ閪٤꒶ B; \u20D9\u1DDDᡀ.ᡥ閪\u0664꒶; [V5 B5 B6]; [V5 B5 B6] # ⃙ᷝᡀ.ᡥ閪٤꒶ B; \u20D9\u1DDDᡀ.ᡥ閪\u0664꒶; [V5 B5 B6]; [V5 B5 B6] # ⃙ᷝᡀ.ᡥ閪٤꒶ T; \u200D\u1DDF\uFB20\uFE00。\u0E38\u0FA6-ᛟ; [V5 B1 C2]; [V5 B1] # ‍ᷟע.ุྦ-ᛟ N; \u200D\u1DDF\uFB20\uFE00。\u0E38\u0FA6-ᛟ; [V5 B1 C2]; [V5 B1 C2] # ‍ᷟע.ุྦ-ᛟ T; \u200D\u1DDF\u05E2\uFE00。\u0E38\u0FA6-ᛟ; [V5 B1 C2]; [V5 B1] # ‍ᷟע.ุྦ-ᛟ N; \u200D\u1DDF\u05E2\uFE00。\u0E38\u0FA6-ᛟ; [V5 B1 C2]; [V5 B1 C2] # ‍ᷟע.ุྦ-ᛟ B; 헁\uDAB6\uDF25\u09CD\uD8A4\uDE2F。ᡉ3; [P1 V6]; [P1 V6] # 헁򽬥্𹈯.ᡉ3 B; 헁\uDAB6\uDF25\u09CD\uD8A4\uDE2F。ᡉ3; [P1 V6]; [P1 V6] # 헁򽬥্𹈯.ᡉ3 T; \uD803\uDE61。\uDB0A\uDE2F\u200CႾ; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹡.󒨯‌Ⴞ N; \uD803\uDE61。\uDB0A\uDE2F\u200CႾ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹡.󒨯‌Ⴞ T; \uD803\uDE61。\uDB0A\uDE2F\u200CႾ; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹡.󒨯‌Ⴞ N; \uD803\uDE61。\uDB0A\uDE2F\u200CႾ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹡.󒨯‌Ⴞ T; \uD803\uDE61。\uDB0A\uDE2F\u200Cⴞ; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹡.󒨯‌ⴞ N; \uD803\uDE61。\uDB0A\uDE2F\u200Cⴞ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹡.󒨯‌ⴞ T; \uD803\uDE61。\uDB0A\uDE2F\u200Cⴞ; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹡.󒨯‌ⴞ N; \uD803\uDE61。\uDB0A\uDE2F\u200Cⴞ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹡.󒨯‌ⴞ B; \uA953.\uA8EF\uDB40\uDDC0馋; [V5]; [V5] # ꥓.꣯馋 T; \uD99A\uDC98𢁔\u200D。\uD8BD\uDFF3; [P1 V6 C2]; [P1 V6] # 񶢘𢁔‍.𿟳 N; \uD99A\uDC98𢁔\u200D。\uD8BD\uDFF3; [P1 V6 C2]; [P1 V6 C2] # 񶢘𢁔‍.𿟳 T; \uD99A\uDC98𢁔\u200D。\uD8BD\uDFF3; [P1 V6 C2]; [P1 V6] # 񶢘𢁔‍.𿟳 N; \uD99A\uDC98𢁔\u200D。\uD8BD\uDFF3; [P1 V6 C2]; [P1 V6 C2] # 񶢘𢁔‍.𿟳 T; ꡖ⽬姶𝟏.⒍\u200D╅\u200D; [P1 V6 C2]; [P1 V6] # ꡖ目姶1.⒍‍╅‍ N; ꡖ⽬姶𝟏.⒍\u200D╅\u200D; [P1 V6 C2]; [P1 V6 C2] # ꡖ目姶1.⒍‍╅‍ T; ꡖ目姶1.6.\u200D╅\u200D; [C2]; xn--1-yn1bw30gq07b.6.xn--7xh # ꡖ目姶1.6.‍╅‍ N; ꡖ目姶1.6.\u200D╅\u200D; [C2]; [C2] # ꡖ目姶1.6.‍╅‍ B; xn--1-yn1bw30gq07b.6.xn--7xh; ꡖ目姶1.6.╅; xn--1-yn1bw30gq07b.6.xn--7xh; NV8 B; ꡖ目姶1.6.╅; ; xn--1-yn1bw30gq07b.6.xn--7xh; NV8 B; \uD803\uDF7C.\uD803\uDE63≾\u0ACD; [P1 V6 B1]; [P1 V6 B1] # 𐽼.𐹣≾્ B; Ⴔ\u0715。\uD803\uDE66\uAA36۰; [P1 V6 B5 B6 B1]; [P1 V6 B5 B6 B1] # Ⴔܕ.𐹦ꨶ۰ B; Ⴔ\u0715。\uD803\uDE66\uAA36۰; [P1 V6 B5 B6 B1]; [P1 V6 B5 B6 B1] # Ⴔܕ.𐹦ꨶ۰ B; ⴔ\u0715。\uD803\uDE66\uAA36۰; [B5 B6 B1]; [B5 B6 B1] # ⴔܕ.𐹦ꨶ۰ B; ⴔ\u0715。\uD803\uDE66\uAA36۰; [B5 B6 B1]; [B5 B6 B1] # ⴔܕ.𐹦ꨶ۰ T; \uD804\uDCB5\u068D\u200C.︒-\u1773-; [P1 V5 V3 V6 B1 C1]; [P1 V5 V3 V6 B1] # 𑂵ڍ‌.︒-ᝳ- N; \uD804\uDCB5\u068D\u200C.︒-\u1773-; [P1 V5 V3 V6 B1 C1]; [P1 V5 V3 V6 B1 C1] # 𑂵ڍ‌.︒-ᝳ- T; \uD804\uDCB5\u068D\u200C.。-\u1773-; [V5 V3 B1 C1 A4_2]; [V5 V3 B1 A4_2] # 𑂵ڍ‌..-ᝳ- N; \uD804\uDCB5\u068D\u200C.。-\u1773-; [V5 V3 B1 C1 A4_2]; [V5 V3 B1 C1 A4_2] # 𑂵ڍ‌..-ᝳ- T; ⒈\u0602🄆\u200C.\u0829\uFC4E; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ⒈؂🄆‌.ࠩنم N; ⒈\u0602🄆\u200C.\u0829\uFC4E; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ⒈؂🄆‌.ࠩنم T; 1.\u06025,\u200C.\u0829\u0646\u0645; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # 1.؂5,‌.ࠩنم N; 1.\u06025,\u200C.\u0829\u0646\u0645; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # 1.؂5,‌.ࠩنم B; \uDB40\uDDA7。-\u1B44Ⴋ; [P1 V3 V6]; [P1 V3 V6] # -᭄Ⴋ B; \uDB40\uDDA7。-\u1B44ⴋ; [V3]; [V3] # -᭄ⴋ B; ßჀ.\u0642刯Ⴝ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ßჀ.ق刯Ⴝ B; ßⴠ.\u0642刯ⴝ; [B2 B3]; [B2 B3] # ßⴠ.ق刯ⴝ B; SSჀ.\u0642刯Ⴝ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ssჀ.ق刯Ⴝ B; ssⴠ.\u0642刯ⴝ; [B2 B3]; [B2 B3] # ssⴠ.ق刯ⴝ B; Ssⴠ.\u0642刯Ⴝ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ssⴠ.ق刯Ⴝ B; \u0E3AႣℲ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣℲ.ᡗ툻𞴭 B; \u0E3AႣℲ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣℲ.ᡗ툻𞴭 B; \u0E3AႣℲ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣℲ.ᡗ툻𞴭 B; \u0E3AႣℲ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣℲ.ᡗ툻𞴭 B; \u0E3Aⴃⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺⴃⅎ.ᡗ툻𞴭 B; \u0E3Aⴃⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺⴃⅎ.ᡗ툻𞴭 B; \u0E3AႣⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣⅎ.ᡗ툻𞴭 B; \u0E3AႣⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣⅎ.ᡗ툻𞴭 B; \u0E3Aⴃⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺⴃⅎ.ᡗ툻𞴭 B; \u0E3Aⴃⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺⴃⅎ.ᡗ툻𞴭 B; \u0E3AႣⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣⅎ.ᡗ툻𞴭 B; \u0E3AႣⅎ。ᡗ툻\uD83B\uDD2D; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ฺႣⅎ.ᡗ툻𞴭 B; \uDB42\uDC00.\u07CF\u0601\u06D1; [P1 V6]; [P1 V6] # 󠠀.ߏ؁ۑ B; ᢍ\u06DF。⒍\uD804\uDD33; [P1 V6]; [P1 V6] # ᢍ۟.⒍𑄳 B; ᢍ\u06DF。6.\uD804\uDD33; [V5]; [V5] # ᢍ۟.6.𑄳 T; Ⴣ\u0600.\u200C\uDB40\uDDB7≮𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # Ⴣ؀.‌≮𝌶 N; Ⴣ\u0600.\u200C\uDB40\uDDB7≮𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # Ⴣ؀.‌≮𝌶 T; Ⴣ\u0600.\u200C\uDB40\uDDB7<\u0338𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # Ⴣ؀.‌≮𝌶 N; Ⴣ\u0600.\u200C\uDB40\uDDB7<\u0338𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # Ⴣ؀.‌≮𝌶 T; ⴣ\u0600.\u200C\uDB40\uDDB7<\u0338𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ⴣ؀.‌≮𝌶 N; ⴣ\u0600.\u200C\uDB40\uDDB7<\u0338𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ⴣ؀.‌≮𝌶 T; ⴣ\u0600.\u200C\uDB40\uDDB7≮𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ⴣ؀.‌≮𝌶 N; ⴣ\u0600.\u200C\uDB40\uDDB7≮𝌶; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ⴣ؀.‌≮𝌶 T; ⁹隁\uDB43\uDF3A.\u0341\u200C; [P1 V6 V5 C1]; [P1 V6 V5] # 9隁󠼺.́‌ N; ⁹隁\uDB43\uDF3A.\u0341\u200C; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 9隁󠼺.́‌ T; ⁹隁\uDB43\uDF3A.\u0301\u200C; [P1 V6 V5 C1]; [P1 V6 V5] # 9隁󠼺.́‌ N; ⁹隁\uDB43\uDF3A.\u0301\u200C; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 9隁󠼺.́‌ T; 9隁\uDB43\uDF3A.\u0301\u200C; [P1 V6 V5 C1]; [P1 V6 V5] # 9隁󠼺.́‌ N; 9隁\uDB43\uDF3A.\u0301\u200C; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 9隁󠼺.́‌ B; ⒌\u0662。Ⴣ\uA9C0彦; [P1 V6 B1]; [P1 V6 B1] # ⒌٢.Ⴣ꧀彦 B; 5.\u0662。Ⴣ\uA9C0彦; [P1 V6 B1]; [P1 V6 B1] # 5.٢.Ⴣ꧀彦 B; 5.\u0662。ⴣ\uA9C0彦; [B1]; [B1] # 5.٢.ⴣ꧀彦 B; ⒌\u0662。ⴣ\uA9C0彦; [P1 V6 B1]; [P1 V6 B1] # ⒌٢.ⴣ꧀彦 B; -问\uDB41\uDF2D𝟷。\uD803\uDE64-\uD830\uDF85橬; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -问󠜭1.𐹤-𜎅橬 B; -问\uDB41\uDF2D1。\uD803\uDE64-\uD830\uDF85橬; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -问󠜭1.𐹤-𜎅橬 T; \u2DF3Ⴌ\u200C\uDB40\uDD50。𝟐; [P1 V5 V6 C1]; [P1 V5 V6] # ⷳႬ‌.2 N; \u2DF3Ⴌ\u200C\uDB40\uDD50。𝟐; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ⷳႬ‌.2 T; \u2DF3Ⴌ\u200C\uDB40\uDD50。2; [P1 V5 V6 C1]; [P1 V5 V6] # ⷳႬ‌.2 N; \u2DF3Ⴌ\u200C\uDB40\uDD50。2; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ⷳႬ‌.2 T; \u2DF3ⴌ\u200C\uDB40\uDD50。2; [V5 C1]; [V5] # ⷳⴌ‌.2 N; \u2DF3ⴌ\u200C\uDB40\uDD50。2; [V5 C1]; [V5 C1] # ⷳⴌ‌.2 T; \u2DF3ⴌ\u200C\uDB40\uDD50。𝟐; [V5 C1]; [V5] # ⷳⴌ‌.2 N; \u2DF3ⴌ\u200C\uDB40\uDD50。𝟐; [V5 C1]; [V5 C1] # ⷳⴌ‌.2 B; \uDC5F。\u1B44\u0601𑁡; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6 A3] # ?.᭄؁𑁡 B; \u0FAF\uDB40\uDD46⾶。⒊︒눇≮; [P1 V5 V6]; [P1 V5 V6] # ྯ飛.⒊︒눇≮ B; \u0FAF\uDB40\uDD46⾶。⒊︒눇<\u0338; [P1 V5 V6]; [P1 V5 V6] # ྯ飛.⒊︒눇≮ B; \u0FAF\uDB40\uDD46飛。3.。눇≮; [P1 V5 V6 A4_2]; [P1 V5 V6 A4_2] # ྯ飛.3..눇≮ B; \u0FAF\uDB40\uDD46飛。3.。눇<\u0338; [P1 V5 V6 A4_2]; [P1 V5 V6 A4_2] # ྯ飛.3..눇≮ T; \u200C\u0F96\u0601\u200D.\u200C⿃; [P1 V6 B1 C1 C2]; [P1 V5 V6 B1] # ‌ྖ؁‍.‌鳥 N; \u200C\u0F96\u0601\u200D.\u200C⿃; [P1 V6 B1 C1 C2]; [P1 V6 B1 C1 C2] # ‌ྖ؁‍.‌鳥 T; \u200C\u0F96\u0601\u200D.\u200C鳥; [P1 V6 B1 C1 C2]; [P1 V5 V6 B1] # ‌ྖ؁‍.‌鳥 N; \u200C\u0F96\u0601\u200D.\u200C鳥; [P1 V6 B1 C1 C2]; [P1 V6 B1 C1 C2] # ‌ྖ؁‍.‌鳥 T; \uDB42\uDD31.\u200D🀶\uD83B\uDF6C\u1A7B; [P1 V6 B1 C2]; [P1 V6 B1] # 󠤱.‍🀶𞽬᩻ N; \uDB42\uDD31.\u200D🀶\uD83B\uDF6C\u1A7B; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 󠤱.‍🀶𞽬᩻ T; \uDB42\uDD31.\u200D🀶\uD83B\uDF6C\u1A7B; [P1 V6 B1 C2]; [P1 V6 B1] # 󠤱.‍🀶𞽬᩻ N; \uDB42\uDD31.\u200D🀶\uD83B\uDF6C\u1A7B; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 󠤱.‍🀶𞽬᩻ T; ᡵ\uDB40\uDD5B.ꡬ\u200D; [C2]; xn--i9e.xn--id9a # ᡵ.ꡬ‍ N; ᡵ\uDB40\uDD5B.ꡬ\u200D; [C2]; [C2] # ᡵ.ꡬ‍ B; xn--i9e.xn--id9a; ᡵ.ꡬ; xn--i9e.xn--id9a B; ᡵ.ꡬ; ; xn--i9e.xn--id9a B; \u0600\u1B44-.\uDAD4\uDD09\u1BF2\uDA72\uDDE9; [P1 V3 V6 B1]; [P1 V3 V6 B1] # ؀᭄-.󅄉᯲򬧩 B; \u0600\u1B44-.\uDAD4\uDD09\u1BF2\uDA72\uDDE9; [P1 V3 V6 B1]; [P1 V3 V6 B1] # ؀᭄-.󅄉᯲򬧩 T; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64≮; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # 4𑁆-𐹣.ิ‌𐹤≮ N; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64≮; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # 4𑁆-𐹣.ิ‌𐹤≮ T; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64<\u0338; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # 4𑁆-𐹣.ิ‌𐹤≮ N; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64<\u0338; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # 4𑁆-𐹣.ิ‌𐹤≮ T; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64≮; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # 4𑁆-𐹣.ิ‌𐹤≮ N; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64≮; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # 4𑁆-𐹣.ิ‌𐹤≮ T; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64<\u0338; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # 4𑁆-𐹣.ิ‌𐹤≮ N; 4\uD804\uDC46-\uD803\uDE63。\u0E34\u200C\uD803\uDE64<\u0338; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # 4𑁆-𐹣.ิ‌𐹤≮ T; \u200C。\uFFA0\uA953\u030C; [P1 V6 C1]; [P1 V6] # ‌.ᅠ꥓̌ N; \u200C。\uFFA0\uA953\u030C; [P1 V6 C1]; [P1 V6 C1] # ‌.ᅠ꥓̌ T; \u200C。\u1160\uA953\u030C; [P1 V6 C1]; [P1 V6] # ‌.ᅠ꥓̌ N; \u200C。\u1160\uA953\u030C; [P1 V6 C1]; [P1 V6 C1] # ‌.ᅠ꥓̌ T; ≯\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6] # ≯򏹱.‍𝈲򚊸 N; ≯\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6 C2] # ≯򏹱.‍𝈲򚊸 T; >\u0338\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6] # ≯򏹱.‍𝈲򚊸 N; >\u0338\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6 C2] # ≯򏹱.‍𝈲򚊸 T; ≯\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6] # ≯򏹱.‍𝈲򚊸 N; ≯\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6 C2] # ≯򏹱.‍𝈲򚊸 T; >\u0338\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6] # ≯򏹱.‍𝈲򚊸 N; >\u0338\uD9FF\uDE71.\u200D𝈲\uDA28\uDEB8; [P1 V6 C2]; [P1 V6 C2] # ≯򏹱.‍𝈲򚊸 B; ꡞß\u07DE。⁶\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞßߞ.6ܟ B; ꡞß\u07DE。6\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞßߞ.6ܟ B; ꡞSS\u07DE。6\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞssߞ.6ܟ B; ꡞss\u07DE。6\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞssߞ.6ܟ B; ꡞSs\u07DE。6\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞssߞ.6ܟ B; ꡞSS\u07DE。⁶\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞssߞ.6ܟ B; ꡞss\u07DE。⁶\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞssߞ.6ܟ B; ꡞSs\u07DE。⁶\u071F; [B5 B6 B1]; [B5 B6 B1] # ꡞssߞ.6ܟ B; ß\uDB40\uDC5D\u1A5A\uD83B\uDF97。\uD803\uDC99\uD809\uDEEE\u0666; [P1 V6 B5 B6 B2]; [P1 V6 B5 B6 B2] # ß󠁝ᩚ𞾗.𐲙𒛮٦ B; SS\uDB40\uDC5D\u1A5A\uD83B\uDF97。\uD803\uDC99\uD809\uDEEE\u0666; [P1 V6 B5 B6 B2]; [P1 V6 B5 B6 B2] # ss󠁝ᩚ𞾗.𐲙𒛮٦ B; ss\uDB40\uDC5D\u1A5A\uD83B\uDF97。\uD803\uDC99\uD809\uDEEE\u0666; [P1 V6 B5 B6 B2]; [P1 V6 B5 B6 B2] # ss󠁝ᩚ𞾗.𐲙𒛮٦ B; Ss\uDB40\uDC5D\u1A5A\uD83B\uDF97。\uD803\uDC99\uD809\uDEEE\u0666; [P1 V6 B5 B6 B2]; [P1 V6 B5 B6 B2] # ss󠁝ᩚ𞾗.𐲙𒛮٦ B; -。\u0319𝟖\uD83A\uDD6B; [P1 V3 V5 V6 B1]; [P1 V3 V5 V6 B1] # -.̙8𞥫 B; -。\u03198\uD83A\uDD6B; [P1 V3 V5 V6 B1]; [P1 V3 V5 V6 B1] # -.̙8𞥫 B; \uD8F9\uDE05ς.-≮\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅ς.-≮𐧰 B; \uD8F9\uDE05ς.-<\u0338\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅ς.-≮𐧰 B; \uD8F9\uDE05ς.-≮\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅ς.-≮𐧰 B; \uD8F9\uDE05ς.-<\u0338\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅ς.-≮𐧰 B; \uD8F9\uDE05Σ.-<\u0338\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05Σ.-≮\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05σ.-≮\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05σ.-<\u0338\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05Σ.-<\u0338\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05Σ.-≮\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05σ.-≮\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \uD8F9\uDE05σ.-<\u0338\uD802\uDDF0; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 񎘅σ.-≮𐧰 B; \u0772\u0685\u071A.\uDB00\uDD58🍼\uA8C4\uD83B\uDD96; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ݲڅܚ.󐅘🍼꣄𞶖 B; \u0772\u0685\u071A.\uDB00\uDD58🍼\uA8C4\uD83B\uDD96; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ݲڅܚ.󐅘🍼꣄𞶖 B; \uFD2E\u06B0ᢦ\u063A。🄅\u08ED\uA949; [P1 V6 B2]; [P1 V6 B2] # شحڰᢦغ.🄅࣭ꥉ B; \u0634\u062D\u06B0ᢦ\u063A。4,\u08ED\uA949; [P1 V6 B2]; [P1 V6 B2] # شحڰᢦغ.4,࣭ꥉ B; ₇\uDA90\uDE28--。\u0755\u200C\uFC9A\u1BAA; [P1 V2 V3 V6 B2 B3]; [P1 V2 V3 V6 B2 B3] # 7򴈨--.ݕ‌ئم᮪ B; 7\uDA90\uDE28--。\u0755\u200C\u0626\u0645\u1BAA; [P1 V2 V3 V6 B2 B3]; [P1 V2 V3 V6 B2 B3] # 7򴈨--.ݕ‌ئم᮪ B; 7\uDA90\uDE28--。\u0755\u200C\u064A\u0654\u0645\u1BAA; [P1 V2 V3 V6 B2 B3]; [P1 V2 V3 V6 B2 B3] # 7򴈨--.ݕ‌ئم᮪ B; -\uD92F\uDE73.\u076Dꡕ-; [P1 V3 V6 B2 B3]; [P1 V3 V6 B2 B3] # -񛹳.ݭꡕ- B; -\uD92F\uDE73.\u076Dꡕ-; [P1 V3 V6 B2 B3]; [P1 V3 V6 B2 B3] # -񛹳.ݭꡕ- T; \u200C-ß。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ß.ᢢ٧ۮ N; \u200C-ß。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ß.ᢢ٧ۮ T; \u200C-ß。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ß.ᢢ٧ۮ N; \u200C-ß。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ß.ᢢ٧ۮ T; \u200C-SS。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ss.ᢢ٧ۮ N; \u200C-SS。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ss.ᢢ٧ۮ T; \u200C-ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ss.ᢢ٧ۮ N; \u200C-ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ss.ᢢ٧ۮ T; \u200C-Ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ss.ᢢ٧ۮ N; \u200C-Ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ss.ᢢ٧ۮ T; \u200C-SS。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ss.ᢢ٧ۮ N; \u200C-SS。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ss.ᢢ٧ۮ T; \u200C-ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ss.ᢢ٧ۮ N; \u200C-ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ss.ᢢ٧ۮ T; \u200C-Ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [V3 B5 B6] # ‌-ss.ᢢ٧ۮ N; \u200C-Ss。ᢢ\u0667\u06EE; [C1 B5 B6]; [C1 B5 B6] # ‌-ss.ᢢ٧ۮ B; ꧐Ӏ\u09CD\u0A01.눵; [P1 V6]; [P1 V6] # ꧐Ӏ্ਁ.눵 B; ꧐Ӏ\u09CD\u0A01.눵; [P1 V6]; [P1 V6] # ꧐Ӏ্ਁ.눵 B; ꧐Ӏ\u09CD\u0A01.눵; [P1 V6]; [P1 V6] # ꧐Ӏ্ਁ.눵 B; ꧐Ӏ\u09CD\u0A01.눵; [P1 V6]; [P1 V6] # ꧐Ӏ্ਁ.눵 B; ꧐ӏ\u09CD\u0A01.눵; ꧐ӏ\u09CD\u0A01.눵; xn--s5a07wqex704d.xn--2e1b # ꧐ӏ্ਁ.눵 B; ꧐ӏ\u09CD\u0A01.눵; ; xn--s5a07wqex704d.xn--2e1b # ꧐ӏ্ਁ.눵 B; xn--s5a07wqex704d.xn--2e1b; ꧐ӏ\u09CD\u0A01.눵; xn--s5a07wqex704d.xn--2e1b # ꧐ӏ্ਁ.눵 B; ꧐ӏ\u09CD\u0A01.눵; ꧐ӏ\u09CD\u0A01.눵; xn--s5a07wqex704d.xn--2e1b # ꧐ӏ্ਁ.눵 B; ꧐ӏ\u09CD\u0A01.눵; ꧐ӏ\u09CD\u0A01.눵; xn--s5a07wqex704d.xn--2e1b # ꧐ӏ্ਁ.눵 B; \uDB40\uDC7E。\uDB23\uDEF7\u0348\u1B72; [P1 V6]; [P1 V6] # 󠁾.󘻷͈᭲ B; \uDB40\uDC7E。\uDB23\uDEF7\u0348\u1B72; [P1 V6]; [P1 V6] # 󠁾.󘻷͈᭲ B; \uD8C8\uDF0F🁸。\uD90D\uDF71≯⾇; [P1 V6]; [P1 V6] # 񂌏🁸.񓝱≯舛 B; \uD8C8\uDF0F🁸。\uD90D\uDF71>\u0338⾇; [P1 V6]; [P1 V6] # 񂌏🁸.񓝱≯舛 B; \uD8C8\uDF0F🁸。\uD90D\uDF71≯舛; [P1 V6]; [P1 V6] # 񂌏🁸.񓝱≯舛 B; \uD8C8\uDF0F🁸。\uD90D\uDF71>\u0338舛; [P1 V6]; [P1 V6] # 񂌏🁸.񓝱≯舛 T; \u06CD\u0602\u200C.\u200D\u200C; [P1 V6 B3 C1 C2]; [P1 V6] # ۍ؂‌.‍‌ N; \u06CD\u0602\u200C.\u200D\u200C; [P1 V6 B3 C1 C2]; [P1 V6 B3 C1 C2] # ۍ؂‌.‍‌ T; \u06CD\u0602\u200C.\u200D\u200C; [P1 V6 B3 C1 C2]; [P1 V6] # ۍ؂‌.‍‌ N; \u06CD\u0602\u200C.\u200D\u200C; [P1 V6 B3 C1 C2]; [P1 V6 B3 C1 C2] # ۍ؂‌.‍‌ T; \uDBAC\uDE66砪≯\u0639。≯\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 󻉦砪≯ع.≯ᩴ򵈈‌ N; \uDBAC\uDE66砪≯\u0639。≯\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 󻉦砪≯ع.≯ᩴ򵈈‌ T; \uDBAC\uDE66砪>\u0338\u0639。>\u0338\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 󻉦砪≯ع.≯ᩴ򵈈‌ N; \uDBAC\uDE66砪>\u0338\u0639。>\u0338\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 󻉦砪≯ع.≯ᩴ򵈈‌ T; \uDBAC\uDE66砪≯\u0639。≯\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 󻉦砪≯ع.≯ᩴ򵈈‌ N; \uDBAC\uDE66砪≯\u0639。≯\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 󻉦砪≯ع.≯ᩴ򵈈‌ T; \uDBAC\uDE66砪>\u0338\u0639。>\u0338\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 󻉦砪≯ع.≯ᩴ򵈈‌ N; \uDBAC\uDE66砪>\u0338\u0639。>\u0338\u1A74\uDA94\uDE08\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 󻉦砪≯ع.≯ᩴ򵈈‌ B; Ⴥ.\uD804\uDD34㊸; [P1 V6 V5]; [P1 V6 V5] # Ⴥ.𑄴43 B; Ⴥ.\uD804\uDD3443; [P1 V6 V5]; [P1 V6 V5] # Ⴥ.𑄴43 B; ⴥ.\uD804\uDD3443; [V5]; [V5] # ⴥ.𑄴43 B; ⴥ.\uD804\uDD34㊸; [V5]; [V5] # ⴥ.𑄴43 B; 𝟒\u0663。Ⴒᡷ\uFE09\uD803\uDE64; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # 4٣.Ⴒᡷ𐹤 B; 4\u0663。Ⴒᡷ\uFE09\uD803\uDE64; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # 4٣.Ⴒᡷ𐹤 B; 4\u0663。ⴒᡷ\uFE09\uD803\uDE64; [B1 B5 B6]; [B1 B5 B6] # 4٣.ⴒᡷ𐹤 B; 𝟒\u0663。ⴒᡷ\uFE09\uD803\uDE64; [B1 B5 B6]; [B1 B5 B6] # 4٣.ⴒᡷ𐹤 B; \uD9E8\uDF66\u1DD8\uFFA0\u059B.\uDA0F\uDF50\u2D7F; [P1 V6]; [P1 V6] # 򊍦ᷘᅠ֛.򓽐⵿ B; \uD9E8\uDF66\u1DD8\u1160\u059B.\uDA0F\uDF50\u2D7F; [P1 V6]; [P1 V6] # 򊍦ᷘᅠ֛.򓽐⵿ T; \uFE08.𝟠\u200C\u103A; [C1]; xn--8-dug # 8‌် N; \uFE08.𝟠\u200C\u103A; [C1]; [C1] # 8‌် T; \uFE08.8\u200C\u103A; [C1]; xn--8-dug # 8‌် N; \uFE08.8\u200C\u103A; [C1]; [C1] # 8‌် B; xn--8-dug; 8\u103A; xn--8-dug # 8် B; 8\u103A; ; xn--8-dug # 8် B; \u063F.︒ꡅ; [P1 V6]; [P1 V6] # ؿ.︒ꡅ B; \u063F.。ꡅ; [A4_2]; [A4_2] # ؿ..ꡅ B; \u1BF3\u0349。\uFC71; [V5]; [V5] # ᯳͉.تز B; \u1BF3\u0349。\u062A\u0632; [V5]; [V5] # ᯳͉.تز B; \uFCB3。ꡋ\uD91E\uDE89; [P1 V6]; [P1 V6] # صم.ꡋ񗪉 B; \u0635\u0645。ꡋ\uD91E\uDE89; [P1 V6]; [P1 V6] # صم.ꡋ񗪉 T; \u1BF2㴼.\u200C\uD803\uDE78\uDB40\uDDE9\uDA08\uDDE3; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ᯲㴼.‌𐹸򒇣 N; \u1BF2㴼.\u200C\uD803\uDE78\uDB40\uDDE9\uDA08\uDDE3; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ᯲㴼.‌𐹸򒇣 T; \u1BF2㴼.\u200C\uD803\uDE78\uDB40\uDDE9\uDA08\uDDE3; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ᯲㴼.‌𐹸򒇣 N; \u1BF2㴼.\u200C\uD803\uDE78\uDB40\uDDE9\uDA08\uDDE3; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ᯲㴼.‌𐹸򒇣 B; 𠨧\u0665\u200B。\u0737; [V5 B5 B6]; [V5 B5 B6] # 𠨧٥.ܷ B; 𠨧\u0665\u200B。\u0737; [V5 B5 B6]; [V5 B5 B6] # 𠨧٥.ܷ B; \u0855뾜⊙\uAAF6。\u089D\uD803\uDE75; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ࡕ뾜⊙꫶.࢝𐹵 B; \u0855뾜⊙\uAAF6。\u089D\uD803\uDE75; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ࡕ뾜⊙꫶.࢝𐹵 T; \uD803\uDE73≠。⒖⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹳≠.⒖⸃‌ N; \uD803\uDE73≠。⒖⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹳≠.⒖⸃‌ T; \uD803\uDE73=\u0338。⒖⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹳≠.⒖⸃‌ N; \uD803\uDE73=\u0338。⒖⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹳≠.⒖⸃‌ T; \uD803\uDE73≠。15.⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹳≠.15.⸃‌ N; \uD803\uDE73≠。15.⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹳≠.15.⸃‌ T; \uD803\uDE73=\u0338。15.⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 𐹳≠.15.⸃‌ N; \uD803\uDE73=\u0338。15.⸃\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 𐹳≠.15.⸃‌ T; \u115F\uD9E1\uDC5A\u103A.\u200D\uD804\uDC46\uD83A\uDDA2; [P1 V6 B1 C2]; [P1 V6 V5 B1] # ᅟ򈑚်.‍𑁆𞦢 N; \u115F\uD9E1\uDC5A\u103A.\u200D\uD804\uDC46\uD83A\uDDA2; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ᅟ򈑚်.‍𑁆𞦢 T; \u115F\uD9E1\uDC5A\u103A.\u200D\uD804\uDC46\uD83A\uDDA2; [P1 V6 B1 C2]; [P1 V6 V5 B1] # ᅟ򈑚်.‍𑁆𞦢 N; \u115F\uD9E1\uDC5A\u103A.\u200D\uD804\uDC46\uD83A\uDDA2; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ᅟ򈑚်.‍𑁆𞦢 B; \uDA74\uDE0D\u0AC5\u05C5\u05AD。≮; [P1 V6]; [P1 V6] # 򭈍ૅׅ֭.≮ B; \uDA74\uDE0D\u0AC5\u05C5\u05AD。<\u0338; [P1 V6]; [P1 V6] # 򭈍ૅׅ֭.≮ B; \u0F9B.\u1032暀≠; [P1 V5 V6]; [P1 V5 V6] # ྛ.ဲ暀≠ B; \u0F9B.\u1032暀=\u0338; [P1 V5 V6]; [P1 V5 V6] # ྛ.ဲ暀≠ B; \uD803\uDC23\uA806。\uD803\uDDFB\uDAC2\uDEAC\uD804\uDC81; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𐰣꠆.𐷻󀪬𑂁 B; \uD803\uDC23\uA806。\uD803\uDDFB\uDAC2\uDEAC\uD804\uDC81; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𐰣꠆.𐷻󀪬𑂁 T; \uD834\uDD7E\u200D⒈。Ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 B5 B6]; [P1 V5 V6 B5 B6] # 𝅾‍⒈.Ⴌ𞶝 N; \uD834\uDD7E\u200D⒈。Ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 B5 B6]; [P1 V5 V6 C2 B5 B6] # 𝅾‍⒈.Ⴌ𞶝 T; \uD834\uDD7E\u200D1.。Ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 A4_2 B5 B6]; [P1 V5 V6 A4_2 B5 B6] # 𝅾‍1..Ⴌ𞶝 N; \uD834\uDD7E\u200D1.。Ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 A4_2 B5 B6]; [P1 V5 V6 C2 A4_2 B5 B6] # 𝅾‍1..Ⴌ𞶝 T; \uD834\uDD7E\u200D1.。ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 A4_2 B5 B6]; [P1 V5 V6 A4_2 B5 B6] # 𝅾‍1..ⴌ𞶝 N; \uD834\uDD7E\u200D1.。ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 A4_2 B5 B6]; [P1 V5 V6 C2 A4_2 B5 B6] # 𝅾‍1..ⴌ𞶝 T; \uD834\uDD7E\u200D⒈。ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 B5 B6]; [P1 V5 V6 B5 B6] # 𝅾‍⒈.ⴌ𞶝 N; \uD834\uDD7E\u200D⒈。ⴌ\uD83B\uDD9D; [P1 V5 V6 C2 B5 B6]; [P1 V5 V6 C2 B5 B6] # 𝅾‍⒈.ⴌ𞶝 B; \uDB43\uDDAA\u0BCD\uD814\uDDAB\u076B.ς\uD9A1\uDF86\uDA02\uDFAA; [P1 V6 B1]; [P1 V6 B1] # 󠶪்𕆫ݫ.ς񸞆򐮪 B; \uDB43\uDDAA\u0BCD\uD814\uDDAB\u076B.Σ\uD9A1\uDF86\uDA02\uDFAA; [P1 V6 B1]; [P1 V6 B1] # 󠶪்𕆫ݫ.σ񸞆򐮪 B; \uDB43\uDDAA\u0BCD\uD814\uDDAB\u076B.σ\uD9A1\uDF86\uDA02\uDFAA; [P1 V6 B1]; [P1 V6 B1] # 󠶪்𕆫ݫ.σ񸞆򐮪 T; \u0844。\u200C\u06BE\uD934\uDF89; [P1 V6 B1 C1]; [P1 V6 B2 B3] # ࡄ.‌ھ񝎉 N; \u0844。\u200C\u06BE\uD934\uDF89; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ࡄ.‌ھ񝎉 B; \u1A78\uDB40\uDD96.\u0AC3\u06AF\u06BF\u1A18; [V5 B1]; [V5 B1] # ᩸.ૃگڿᨘ T; 䂹\uDBF5\uDDDB6.\u200D; [P1 V6 C2]; [P1 V6] # 䂹􍗛6.‍ N; 䂹\uDBF5\uDDDB6.\u200D; [P1 V6 C2]; [P1 V6 C2] # 䂹􍗛6.‍ T; 䂹\uDBF5\uDDDB6.\u200D; [P1 V6 C2]; [P1 V6] # 䂹􍗛6.‍ N; 䂹\uDBF5\uDDDB6.\u200D; [P1 V6 C2]; [P1 V6 C2] # 䂹􍗛6.‍ T; \u0BCD\u200C\uD803\uDE6B\u200C。\uD83B\uDCE5۰; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ்‌𐹫‌.𞳥۰ N; \u0BCD\u200C\uD803\uDE6B\u200C。\uD83B\uDCE5۰; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ்‌𐹫‌.𞳥۰ T; \u0BCD\u200C\uD803\uDE6B\u200C。\uD83B\uDCE5۰; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ்‌𐹫‌.𞳥۰ N; \u0BCD\u200C\uD803\uDE6B\u200C。\uD83B\uDCE5۰; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ்‌𐹫‌.𞳥۰ B; ︒。Ⴃ≯; [P1 V6]; [P1 V6] B; ︒。Ⴃ>\u0338; [P1 V6]; [P1 V6] B; 。。Ⴃ≯; [P1 V6]; [P1 V6] B; 。。Ⴃ>\u0338; [P1 V6]; [P1 V6] B; 。。ⴃ>\u0338; [P1 V6]; [P1 V6] B; 。。ⴃ≯; [P1 V6]; [P1 V6] B; ︒。ⴃ>\u0338; [P1 V6]; [P1 V6] B; ︒。ⴃ≯; [P1 V6]; [P1 V6] T; \uD803\uDE79。\uDB43\uDD8D\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹹.󠶍‍ N; \uD803\uDE79。\uDB43\uDD8D\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹹.󠶍‍ T; \uD803\uDE79。\uDB43\uDD8D\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹹.󠶍‍ N; \uD803\uDE79。\uDB43\uDD8D\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹹.󠶍‍ T; Ⴞ\u0600。︒ꡠ\u200DႯ; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # Ⴞ؀.︒ꡠ‍Ⴏ N; Ⴞ\u0600。︒ꡠ\u200DႯ; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # Ⴞ؀.︒ꡠ‍Ⴏ T; Ⴞ\u0600。。ꡠ\u200DႯ; [P1 V6 B5 B6 A4_2 C2]; [P1 V6 B5 B6 A4_2] # Ⴞ؀..ꡠ‍Ⴏ N; Ⴞ\u0600。。ꡠ\u200DႯ; [P1 V6 B5 B6 A4_2 C2]; [P1 V6 B5 B6 A4_2 C2] # Ⴞ؀..ꡠ‍Ⴏ T; ⴞ\u0600。。ꡠ\u200Dⴏ; [P1 V6 B5 B6 A4_2 C2]; [P1 V6 B5 B6 A4_2] # ⴞ؀..ꡠ‍ⴏ N; ⴞ\u0600。。ꡠ\u200Dⴏ; [P1 V6 B5 B6 A4_2 C2]; [P1 V6 B5 B6 A4_2 C2] # ⴞ؀..ꡠ‍ⴏ T; ⴞ\u0600。︒ꡠ\u200Dⴏ; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # ⴞ؀.︒ꡠ‍ⴏ N; ⴞ\u0600。︒ꡠ\u200Dⴏ; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # ⴞ؀.︒ꡠ‍ⴏ T; \u200CႦ⒈。-\uDB40\uDD58-\u07D2; [P1 V6 V3 C1 B1]; [P1 V6 V3 B1] # ‌Ⴆ⒈.--ߒ N; \u200CႦ⒈。-\uDB40\uDD58-\u07D2; [P1 V6 V3 C1 B1]; [P1 V6 V3 C1 B1] # ‌Ⴆ⒈.--ߒ T; \u200CႦ1.。-\uDB40\uDD58-\u07D2; [P1 V6 V3 C1 A4_2 B1]; [P1 V6 V3 A4_2 B1] # ‌Ⴆ1..--ߒ N; \u200CႦ1.。-\uDB40\uDD58-\u07D2; [P1 V6 V3 C1 A4_2 B1]; [P1 V6 V3 C1 A4_2 B1] # ‌Ⴆ1..--ߒ T; \u200Cⴆ1.。-\uDB40\uDD58-\u07D2; [V3 C1 A4_2 B1]; [V3 A4_2 B1] # ‌ⴆ1..--ߒ N; \u200Cⴆ1.。-\uDB40\uDD58-\u07D2; [V3 C1 A4_2 B1]; [V3 C1 A4_2 B1] # ‌ⴆ1..--ߒ T; \u200Cⴆ⒈。-\uDB40\uDD58-\u07D2; [P1 V6 V3 C1 B1]; [P1 V6 V3 B1] # ‌ⴆ⒈.--ߒ N; \u200Cⴆ⒈。-\uDB40\uDD58-\u07D2; [P1 V6 V3 C1 B1]; [P1 V6 V3 C1 B1] # ‌ⴆ⒈.--ߒ B; 箃Ⴡ-\uDB40\uDC5A。≠-𐆓; [P1 V6]; [P1 V6] # 箃Ⴡ-󠁚.≠-𐆓 B; 箃Ⴡ-\uDB40\uDC5A。=\u0338-𐆓; [P1 V6]; [P1 V6] # 箃Ⴡ-󠁚.≠-𐆓 B; 箃Ⴡ-\uDB40\uDC5A。≠-𐆓; [P1 V6]; [P1 V6] # 箃Ⴡ-󠁚.≠-𐆓 B; 箃Ⴡ-\uDB40\uDC5A。=\u0338-𐆓; [P1 V6]; [P1 V6] # 箃Ⴡ-󠁚.≠-𐆓 B; 箃ⴡ-\uDB40\uDC5A。=\u0338-𐆓; [P1 V6]; [P1 V6] # 箃ⴡ-󠁚.≠-𐆓 B; 箃ⴡ-\uDB40\uDC5A。≠-𐆓; [P1 V6]; [P1 V6] # 箃ⴡ-󠁚.≠-𐆓 B; 箃ⴡ-\uDB40\uDC5A。=\u0338-𐆓; [P1 V6]; [P1 V6] # 箃ⴡ-󠁚.≠-𐆓 B; 箃ⴡ-\uDB40\uDC5A。≠-𐆓; [P1 V6]; [P1 V6] # 箃ⴡ-󠁚.≠-𐆓 B; ᡫ.\u07DF; ; xn--78e.xn--6sb # ᡫ.ߟ B; xn--78e.xn--6sb; ᡫ.\u07DF; xn--78e.xn--6sb # ᡫ.ߟ T; \u200C\u200D.ꡑ; [C1 C2]; xn--qc9a # ‌‍.ꡑ N; \u200C\u200D.ꡑ; [C1 C2]; [C1 C2] # ‌‍.ꡑ B; xn--qc9a; ꡑ; xn--qc9a B; ꡑ; ; xn--qc9a B; \uDB41\uDFEA\uD803\uDE7A\u06C5.ς\u1039蜹; [P1 V6 B1]; [P1 V6 B1] # 󠟪𐹺ۅ.ς္蜹 B; \uDB41\uDFEA\uD803\uDE7A\u06C5.Σ\u1039蜹; [P1 V6 B1]; [P1 V6 B1] # 󠟪𐹺ۅ.σ္蜹 B; \uDB41\uDFEA\uD803\uDE7A\u06C5.σ\u1039蜹; [P1 V6 B1]; [P1 V6 B1] # 󠟪𐹺ۅ.σ္蜹 B; \uDA34\uDDCEス\uDBC7\uDFF0\uD803\uDE75.\uDAE0\uDD9F; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򝇎ス􁿰𐹵.󈆟 B; \uDA34\uDDCEス\uDBC7\uDFF0\uD803\uDE75.\uDAE0\uDD9F; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򝇎ス􁿰𐹵.󈆟 B; \u1B81\uD8EC\uDE05.\u0F87\uD850\u0721; [P1 V5 V6 B1]; [P1 V5 V6 B1 A3] # ᮁ񋈅.྇?ܡ B; \u1B81\uD8EC\uDE05.\u0F87\uD850\u0721; [P1 V5 V6 B1]; [P1 V5 V6 B1 A3] # ᮁ񋈅.྇?ܡ T; \u0668\uDACF\uDF02\u200C。\u08A7; [P1 V6 B1 C1]; [P1 V6 B1] # ٨󃼂‌.ࢧ N; \u0668\uDACF\uDF02\u200C。\u08A7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ٨󃼂‌.ࢧ T; \u1BAA\u200D\u200C。-\u200C; [V5 V3 C1]; [V5 V3] # ᮪‍‌.-‌ N; \u1BAA\u200D\u200C。-\u200C; [V5 V3 C1]; [V5 V3 C1] # ᮪‍‌.-‌ B; ︒。\u1BAB\u076E; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ︒.᮫ݮ B; 。。\u1BAB\u076E; [V5 B1]; [V5 B1] # ᮫ݮ B; \u067Cß。ጫ\u06B3\u06981; [B2 B3 B5]; [B2 B3 B5] # ټß.ጫڳژ1 B; \u067CSS。ጫ\u06B3\u06981; [B2 B3 B5]; [B2 B3 B5] # ټss.ጫڳژ1 B; \u067Css。ጫ\u06B3\u06981; [B2 B3 B5]; [B2 B3 B5] # ټss.ጫڳژ1 B; \u067CSs。ጫ\u06B3\u06981; [B2 B3 B5]; [B2 B3 B5] # ټss.ጫڳژ1 B; \uFB52\uD83A\uDDA7ᚲ.\u0B4D꒕🄇\u1714; [P1 V6 V5 B2 B3]; [P1 V6 V5 B2 B3] # ٻ𞦧ᚲ.୍꒕🄇᜔ B; \u067B\uD83A\uDDA7ᚲ.\u0B4D꒕6,\u1714; [P1 V6 V5 B2 B3]; [P1 V6 V5 B2 B3] # ٻ𞦧ᚲ.୍꒕6,᜔ T; -\u0A4D︒\u200D.\uDB0B\uDE58簸; [P1 V3 V6 C2]; [P1 V3 V6] # -੍︒‍.󒹘簸 N; -\u0A4D︒\u200D.\uDB0B\uDE58簸; [P1 V3 V6 C2]; [P1 V3 V6 C2] # -੍︒‍.󒹘簸 T; -\u0A4D。\u200D.\uDB0B\uDE58簸; [P1 V3 V6 C2]; [P1 V3 V6 A4_2] # -੍.‍.󒹘簸 N; -\u0A4D。\u200D.\uDB0B\uDE58簸; [P1 V3 V6 C2]; [P1 V3 V6 C2] # -੍.‍.󒹘簸 B; ⳧.≯\u05B7; [P1 V6]; [P1 V6] # ⳧.≯ַ B; ⳧.>\u0338\u05B7; [P1 V6]; [P1 V6] # ⳧.≯ַ B; -\u0ACD\u0359\u0666。\uD83B\uDFB3; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -્͙٦.𞾳 B; ᡢ.\u06EE\u115F; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ᡢ.ۮᅟ B; ᡢ.\u06EE\u115F; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ᡢ.ۮᅟ B; 㨛\uDAA9\uDEB3.︒𝟜\u085A; [P1 V6]; [P1 V6] # 㨛򺚳.︒4࡚ B; 㨛\uDAA9\uDEB3.。4\u085A; [P1 V6 A4_2]; [P1 V6 A4_2] # 㨛򺚳..4࡚ B; \u0602\uD940\uDF17-。\uD803\uDE89\uDB40\uDC24\u08A8≮; [P1 V3 V6 B1 B3]; [P1 V3 V6 B1 B3] # ؂񠌗-.𐺉󠀤ࢨ≮ B; \u0602\uD940\uDF17-。\uD803\uDE89\uDB40\uDC24\u08A8<\u0338; [P1 V3 V6 B1 B3]; [P1 V3 V6 B1 B3] # ؂񠌗-.𐺉󠀤ࢨ≮ B; \u0602\uD940\uDF17-。\uD803\uDE89\uDB40\uDC24\u08A8≮; [P1 V3 V6 B1 B3]; [P1 V3 V6 B1 B3] # ؂񠌗-.𐺉󠀤ࢨ≮ B; \u0602\uD940\uDF17-。\uD803\uDE89\uDB40\uDC24\u08A8<\u0338; [P1 V3 V6 B1 B3]; [P1 V3 V6 B1 B3] # ؂񠌗-.𐺉󠀤ࢨ≮ T; ß\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6] # ß‌𑄁ᡚ.۪ჁႶ N; ß\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ß‌𑄁ᡚ.۪ჁႶ T; ß\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6] # ß‌𑄁ᡚ.۪ჁႶ N; ß\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ß‌𑄁ᡚ.۪ჁႶ T; ß\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5] # ß‌𑄁ᡚ.۪ⴡⴖ N; ß\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5 C1] # ß‌𑄁ᡚ.۪ⴡⴖ T; SS\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6] # ss‌𑄁ᡚ.۪ჁႶ N; SS\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ss‌𑄁ᡚ.۪ჁႶ T; ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5] # ss‌𑄁ᡚ.۪ⴡⴖ N; ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5 C1] # ss‌𑄁ᡚ.۪ⴡⴖ T; Ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5] # ss‌𑄁ᡚ.۪ⴡⴖ N; Ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5 C1] # ss‌𑄁ᡚ.۪ⴡⴖ T; ß\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5] # ß‌𑄁ᡚ.۪ⴡⴖ N; ß\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5 C1] # ß‌𑄁ᡚ.۪ⴡⴖ T; SS\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6] # ss‌𑄁ᡚ.۪ჁႶ N; SS\u200C\uD804\uDD01ᡚ.\u06EAჁႶ; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ss‌𑄁ᡚ.۪ჁႶ T; ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5] # ss‌𑄁ᡚ.۪ⴡⴖ N; ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5 C1] # ss‌𑄁ᡚ.۪ⴡⴖ T; Ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5] # ss‌𑄁ᡚ.۪ⴡⴖ N; Ss\u200C\uD804\uDD01ᡚ.\u06EAⴡⴖ; [V5 C1]; [V5 C1] # ss‌𑄁ᡚ.۪ⴡⴖ T; \u200D。ς\uD804\uDC39; [C2]; xn--4xa6658k # ‍.ς𑀹 N; \u200D。ς\uD804\uDC39; [C2]; [C2] # ‍.ς𑀹 T; \u200D。Σ\uD804\uDC39; [C2]; xn--4xa6658k # ‍.σ𑀹 N; \u200D。Σ\uD804\uDC39; [C2]; [C2] # ‍.σ𑀹 T; \u200D。σ\uD804\uDC39; [C2]; xn--4xa6658k # ‍.σ𑀹 N; \u200D。σ\uD804\uDC39; [C2]; [C2] # ‍.σ𑀹 B; xn--4xa6658k; σ\uD804\uDC39; xn--4xa6658k # σ𑀹 B; σ\uD804\uDC39; ; xn--4xa6658k # σ𑀹 B; Σ\uD804\uDC39; σ\uD804\uDC39; xn--4xa6658k # σ𑀹 T; \u0721ß.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3] # ܡß.ܔ‍ᢊ- N; \u0721ß.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3 C2] # ܡß.ܔ‍ᢊ- T; \u0721SS.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3] # ܡss.ܔ‍ᢊ- N; \u0721SS.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3 C2] # ܡss.ܔ‍ᢊ- T; \u0721ss.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3] # ܡss.ܔ‍ᢊ- N; \u0721ss.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3 C2] # ܡss.ܔ‍ᢊ- T; \u0721Ss.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3] # ܡss.ܔ‍ᢊ- N; \u0721Ss.\u0714\u200Dᢊ-; [V3 B2 B3 C2]; [V3 B2 B3 C2] # ܡss.ܔ‍ᢊ- T; \u302A\u200Dᡗ.\uD803\uDE77\uDA1C\uDE64-; [P1 V5 V3 V6 C2 B1]; [P1 V5 V3 V6 B1] # 〪‍ᡗ.𐹷򗉤- N; \u302A\u200Dᡗ.\uD803\uDE77\uDA1C\uDE64-; [P1 V5 V3 V6 C2 B1]; [P1 V5 V3 V6 C2 B1] # 〪‍ᡗ.𐹷򗉤- T; \u302A\u200Dᡗ.\uD803\uDE77\uDA1C\uDE64-; [P1 V5 V3 V6 C2 B1]; [P1 V5 V3 V6 B1] # 〪‍ᡗ.𐹷򗉤- N; \u302A\u200Dᡗ.\uD803\uDE77\uDA1C\uDE64-; [P1 V5 V3 V6 C2 B1]; [P1 V5 V3 V6 C2 B1] # 〪‍ᡗ.𐹷򗉤- B; 𝟢\uD9C7\uDDED\uD8E4\uDD22\u135F.-\uD94E\uDEDF; [P1 V6 V3]; [P1 V6 V3] # 0򁷭񉄢፟.-񣫟 B; 0\uD9C7\uDDED\uD8E4\uDD22\u135F.-\uD94E\uDEDF; [P1 V6 V3]; [P1 V6 V3] # 0򁷭񉄢፟.-񣫟 T; -。\u200D; [V3 C2]; [V3] # -.‍ N; -。\u200D; [V3 C2]; [V3 C2] # -.‍ T; -。\u200D; [V3 C2]; [V3] # -.‍ N; -。\u200D; [V3 C2]; [V3 C2] # -.‍ B; ≮ᠪ.ς7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.ς7-? B; <\u0338ᠪ.ς7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.ς7-? B; ≮ᠪ.ς7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.ς7-? B; <\u0338ᠪ.ς7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.ς7-? B; <\u0338ᠪ.Σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; ≮ᠪ.Σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; ≮ᠪ.σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; <\u0338ᠪ.σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; <\u0338ᠪ.Σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; ≮ᠪ.Σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; ≮ᠪ.σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; <\u0338ᠪ.σ7-\uDB09; [P1 V6]; [P1 V6 A3] # ≮ᠪ.σ7-? B; ቬ\uDB28\uDDA0\uD976\uDC93。\uD802\uDC56𝟫; [P1 V6]; [P1 V6] # ቬ󚆠񭢓.𐡖9 B; ቬ\uDB28\uDDA0\uD976\uDC93。\uD802\uDC569; [P1 V6]; [P1 V6] # ቬ󚆠񭢓.𐡖9 B; \uD802\uDC6F。蔫ꡏ; [P1 V6]; [P1 V6] # 𐡯.蔫ꡏ B; \uD809\uDFB33。ꡂ\uD987\uDF1B\u17CDᡁ; [P1 V6]; [P1 V6] # 𒞳3.ꡂ񱼛៍ᡁ B; \uD809\uDFB33。ꡂ\uD987\uDF1B\u17CDᡁ; [P1 V6]; [P1 V6] # 𒞳3.ꡂ񱼛៍ᡁ B; \uD8D1\uDE9Fᡑ≠.ß; [P1 V6]; [P1 V6] # 񄚟ᡑ≠.ß B; \uD8D1\uDE9Fᡑ=\u0338.ß; [P1 V6]; [P1 V6] # 񄚟ᡑ≠.ß B; \uD8D1\uDE9Fᡑ=\u0338.SS; [P1 V6]; [P1 V6] # 񄚟ᡑ≠.ss B; \uD8D1\uDE9Fᡑ≠.SS; [P1 V6]; [P1 V6] # 񄚟ᡑ≠.ss T; ᠧ\u0842\uDB40\uDD52۱.\u0664\uFB20⼀\u200C; [B5 B1 C1]; [B5 B1] # ᠧࡂ۱.٤ע一‌ N; ᠧ\u0842\uDB40\uDD52۱.\u0664\uFB20⼀\u200C; [B5 B1 C1]; [B5 B1 C1] # ᠧࡂ۱.٤ע一‌ T; ᠧ\u0842\uDB40\uDD52۱.\u0664\u05E2一\u200C; [B5 B1 C1]; [B5 B1] # ᠧࡂ۱.٤ע一‌ N; ᠧ\u0842\uDB40\uDD52۱.\u0664\u05E2一\u200C; [B5 B1 C1]; [B5 B1 C1] # ᠧࡂ۱.٤ע一‌ T; ς\u200D-.Ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6] # ς‍-.Ⴣ򘜳 N; ς\u200D-.Ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6 C2] # ς‍-.Ⴣ򘜳 T; ς\u200D-.ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6] # ς‍-.ⴣ򘜳 N; ς\u200D-.ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6 C2] # ς‍-.ⴣ򘜳 T; Σ\u200D-.Ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6] # σ‍-.Ⴣ򘜳 N; Σ\u200D-.Ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6 C2] # σ‍-.Ⴣ򘜳 T; σ\u200D-.ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6] # σ‍-.ⴣ򘜳 N; σ\u200D-.ⴣ\uDA21\uDF33; [P1 V3 V6 C2]; [P1 V3 V6 C2] # σ‍-.ⴣ򘜳 B; ≠。\uDB42\uDC80𝟑; [P1 V6]; [P1 V6] # ≠.󠢀3 B; =\u0338。\uDB42\uDC80𝟑; [P1 V6]; [P1 V6] # ≠.󠢀3 B; ≠。\uDB42\uDC803; [P1 V6]; [P1 V6] # ≠.󠢀3 B; =\u0338。\uDB42\uDC803; [P1 V6]; [P1 V6] # ≠.󠢀3 B; \uD908\uDE3B.蠔; [P1 V6]; [P1 V6] # 񒈻.蠔 T; \u302C\u200D.뼽; [V5 C2]; [V5] # 〬‍.뼽 N; \u302C\u200D.뼽; [V5 C2]; [V5 C2] # 〬‍.뼽 T; \u302C\u200D.뼽; [V5 C2]; [V5] # 〬‍.뼽 N; \u302C\u200D.뼽; [V5 C2]; [V5 C2] # 〬‍.뼽 T; \u302C\u200D.뼽; [V5 C2]; [V5] # 〬‍.뼽 N; \u302C\u200D.뼽; [V5 C2]; [V5 C2] # 〬‍.뼽 T; \u302C\u200D.뼽; [V5 C2]; [V5] # 〬‍.뼽 N; \u302C\u200D.뼽; [V5 C2]; [V5 C2] # 〬‍.뼽 B; 𝟛\u094DⰙ\uFEF9。\uDB40\uDC77\u06EF-\u0874; [P1 V6 B1]; [P1 V6 B1] # 3्ⱉلإ.󠁷ۯ-ࡴ B; 3\u094DⰙ\u0644\u0625。\uDB40\uDC77\u06EF-\u0874; [P1 V6 B1]; [P1 V6 B1] # 3्ⱉلإ.󠁷ۯ-ࡴ B; 3\u094DⰙ\u0644\u0627\u0655。\uDB40\uDC77\u06EF-\u0874; [P1 V6 B1]; [P1 V6 B1] # 3्ⱉلإ.󠁷ۯ-ࡴ B; 3\u094Dⱉ\u0644\u0627\u0655。\uDB40\uDC77\u06EF-\u0874; [P1 V6 B1]; [P1 V6 B1] # 3्ⱉلإ.󠁷ۯ-ࡴ B; 3\u094Dⱉ\u0644\u0625。\uDB40\uDC77\u06EF-\u0874; [P1 V6 B1]; [P1 V6 B1] # 3्ⱉلإ.󠁷ۯ-ࡴ B; 𝟛\u094Dⱉ\uFEF9。\uDB40\uDC77\u06EF-\u0874; [P1 V6 B1]; [P1 V6 B1] # 3्ⱉلإ.󠁷ۯ-ࡴ B; -。ᡯ; [V3]; [V3] B; -。ᡯ; [V3]; [V3] B; \u0F93\uDA7B\uDDEF。-⒈\u07CA\u07E1; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ྒྷ򮷯.-⒈ߊߡ B; \u0F92\u0FB7\uDA7B\uDDEF。-⒈\u07CA\u07E1; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ྒྷ򮷯.-⒈ߊߡ B; \u0F92\u0FB7\uDA7B\uDDEF。-1.\u07CA\u07E1; [P1 V5 V6 V3]; [P1 V5 V6 V3] # ྒྷ򮷯.-1.ߊߡ B; 璛\u0DCAᠨ.-; [V3]; [V3] # 璛්ᠨ.- B; \uFE0D\u07DF\u0C4D샕.\uD803\uDE6B휁; [B2 B3 B1]; [B2 B3 B1] # ߟ్샕.𐹫휁 B; \uFE0D\u07DF\u0C4D샕.\uD803\uDE6B휁; [B2 B3 B1]; [B2 B3 B1] # ߟ్샕.𐹫휁 B; \uFE0D\u07DF\u0C4D샕.\uD803\uDE6B휁; [B2 B3 B1]; [B2 B3 B1] # ߟ్샕.𐹫휁 B; \uFE0D\u07DF\u0C4D샕.\uD803\uDE6B휁; [B2 B3 B1]; [B2 B3 B1] # ߟ్샕.𐹫휁 B; \uD9F1\uDE70.\uD9DC\uDFD7; [P1 V6]; [P1 V6] # 򌙰.򇏗 B; \uD9F1\uDE70.\uD9DC\uDFD7; [P1 V6]; [P1 V6] # 򌙰.򇏗 B; ᢊ\u077A。\uD804\uDDC0ᡁႭ-; [P1 V3 V5 V6 B5 B6]; [P1 V3 V5 V6 B5 B6] # ᢊݺ.𑇀ᡁႭ- B; ᢊ\u077A。\uD804\uDDC0ᡁႭ-; [P1 V3 V5 V6 B5 B6]; [P1 V3 V5 V6 B5 B6] # ᢊݺ.𑇀ᡁႭ- B; ᢊ\u077A。\uD804\uDDC0ᡁⴍ-; [V3 V5 B5 B6]; [V3 V5 B5 B6] # ᢊݺ.𑇀ᡁⴍ- B; ᢊ\u077A。\uD804\uDDC0ᡁⴍ-; [V3 V5 B5 B6]; [V3 V5 B5 B6] # ᢊݺ.𑇀ᡁⴍ- B; \uD83B\uDDDD\uD83A\uDE62\uD83A\uDD6B。\uD967\uDDDF𝟸Ⴋ\uDBE5\uDD7F; [P1 V6]; [P1 V6] # 𞷝𞩢𞥫.񩷟2Ⴋ􉕿 B; \uD83B\uDDDD\uD83A\uDE62\uD83A\uDD6B。\uD967\uDDDF2Ⴋ\uDBE5\uDD7F; [P1 V6]; [P1 V6] # 𞷝𞩢𞥫.񩷟2Ⴋ􉕿 B; \uD83B\uDDDD\uD83A\uDE62\uD83A\uDD6B。\uD967\uDDDF2ⴋ\uDBE5\uDD7F; [P1 V6]; [P1 V6] # 𞷝𞩢𞥫.񩷟2ⴋ􉕿 B; \uD83B\uDDDD\uD83A\uDE62\uD83A\uDD6B。\uD967\uDDDF𝟸ⴋ\uDBE5\uDD7F; [P1 V6]; [P1 V6] # 𞷝𞩢𞥫.񩷟2ⴋ􉕿 B; 4\u07D0︒🜢.≠; [P1 V6 B1]; [P1 V6 B1] # 4ߐ︒🜢.≠ B; 4\u07D0︒🜢.=\u0338; [P1 V6 B1]; [P1 V6 B1] # 4ߐ︒🜢.≠ B; 4\u07D0。🜢.≠; [P1 V6 B1]; [P1 V6 B1] # 4ߐ.🜢.≠ B; 4\u07D0。🜢.=\u0338; [P1 V6 B1]; [P1 V6 B1] # 4ߐ.🜢.≠ B; 🄀。\u0340; [P1 V6 V5]; [P1 V6 V5] # 🄀.̀ B; 🄀。\u0300; [P1 V6 V5]; [P1 V6 V5] # 🄀.̀ B; 0.。\u0300; [V5 A4_2]; [V5 A4_2] # 0..̀ T; \u200C\uDAF7\uDCDB.⾕; [P1 V6 C1]; [P1 V6] # ‌󍳛.谷 N; \u200C\uDAF7\uDCDB.⾕; [P1 V6 C1]; [P1 V6 C1] # ‌󍳛.谷 T; \u200C\uDAF7\uDCDB.谷; [P1 V6 C1]; [P1 V6] # ‌󍳛.谷 N; \u200C\uDAF7\uDCDB.谷; [P1 V6 C1]; [P1 V6 C1] # ‌󍳛.谷 T; ︒\uD996\uDD29\u200D.-\u0B44\u200C; [P1 V6 V3 C2 C1]; [P1 V6 V3] # ︒񵤩‍.-ୄ‌ N; ︒\uD996\uDD29\u200D.-\u0B44\u200C; [P1 V6 V3 C2 C1]; [P1 V6 V3 C2 C1] # ︒񵤩‍.-ୄ‌ T; 。\uD996\uDD29\u200D.-\u0B44\u200C; [P1 V6 V3 C2 C1]; [P1 V6 V3] # 񵤩‍.-ୄ‌ N; 。\uD996\uDD29\u200D.-\u0B44\u200C; [P1 V6 V3 C2 C1]; [P1 V6 V3 C2 C1] # 񵤩‍.-ୄ‌ B; ≯ꡠ。\u08A5; [P1 V6]; [P1 V6] # ≯ꡠ.ࢥ B; >\u0338ꡠ。\u08A5; [P1 V6]; [P1 V6] # ≯ꡠ.ࢥ B; \u2DE6\uDA5F\uDD64\uDB42\uDFFD。\u06C7\uD803\uDE6E; [P1 V5 V6]; [P1 V5 V6] # ⷦ򧵤󠯽.ۇ𐹮 B; \uDB40\uDD01\u07CF𝟻𝟲。۷; \u07CF56.۷; xn--56-nue.xn--kmb # ߏ56.۷ B; \uDB40\uDD01\u07CF56。۷; \u07CF56.۷; xn--56-nue.xn--kmb # ߏ56.۷ B; xn--56-nue.xn--kmb; \u07CF56.۷; xn--56-nue.xn--kmb # ߏ56.۷ B; \u07CF56.۷; ; xn--56-nue.xn--kmb # ߏ56.۷ T; \u200D.🄃; [P1 V6 C2]; [P1 V6] # ‍.🄃 N; \u200D.🄃; [P1 V6 C2]; [P1 V6 C2] # ‍.🄃 T; \u200D.2,; [P1 V6 C2]; [P1 V6] # ‍.2, N; \u200D.2,; [P1 V6 C2]; [P1 V6 C2] # ‍.2, B; \u0776\u0647\uDA96\uDDBE。\u063B\u2DE0; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݶه򵦾.ػⷠ B; \u0720𝟵\u06BE겙。\u1DD9\uFC55; [V5 B2 B3 B1]; [V5 B2 B3 B1] # ܠ9ھ겙.ᷙيج B; \u0720𝟵\u06BE겙。\u1DD9\uFC55; [V5 B2 B3 B1]; [V5 B2 B3 B1] # ܠ9ھ겙.ᷙيج B; \u07209\u06BE겙。\u1DD9\u064A\u062C; [V5 B2 B3 B1]; [V5 B2 B3 B1] # ܠ9ھ겙.ᷙيج B; \u07209\u06BE겙。\u1DD9\u064A\u062C; [V5 B2 B3 B1]; [V5 B2 B3 B1] # ܠ9ھ겙.ᷙيج T; Ⴍ\uD8FE\uDDAFᠸ\u1A7C。Ⴞ\u200C\u200C; [P1 V6 C1]; [P1 V6] # Ⴍ񏦯ᠸ᩼.Ⴞ‌‌ N; Ⴍ\uD8FE\uDDAFᠸ\u1A7C。Ⴞ\u200C\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴍ񏦯ᠸ᩼.Ⴞ‌‌ T; ⴍ\uD8FE\uDDAFᠸ\u1A7C。ⴞ\u200C\u200C; [P1 V6 C1]; [P1 V6] # ⴍ񏦯ᠸ᩼.ⴞ‌‌ N; ⴍ\uD8FE\uDDAFᠸ\u1A7C。ⴞ\u200C\u200C; [P1 V6 C1]; [P1 V6 C1] # ⴍ񏦯ᠸ᩼.ⴞ‌‌ B; 8。\uD8FF\uDF43; [P1 V6]; [P1 V6] # 8.񏽃 B; 8。\uD8FF\uDF43; [P1 V6]; [P1 V6] # 8.񏽃 B; \uD81F\uDF0D\u17B4\u0ACD.\u06DD; [P1 V6 B1]; [P1 V6 B1] # 𗼍឴્.۝ B; \u09E2Ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB₂휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢႫ󜋰􏝥.񔗛2휪ᩢ B; \u09E2Ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB₂휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢႫ󜋰􏝥.񔗛2휪ᩢ B; \u09E2Ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB2휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢႫ󜋰􏝥.񔗛2휪ᩢ B; \u09E2Ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB2휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢႫ󜋰􏝥.񔗛2휪ᩢ B; \u09E2ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB2휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢⴋ󜋰􏝥.񔗛2휪ᩢ B; \u09E2ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB2휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢⴋ󜋰􏝥.񔗛2휪ᩢ B; \u09E2ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB₂휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢⴋ󜋰􏝥.񔗛2휪ᩢ B; \u09E2ⴋ\uDB30\uDEF0\uDBFD\uDF65.\uD911\uDDDB₂휪\u1A62; [P1 V5 V6]; [P1 V5 V6] # ৢⴋ󜋰􏝥.񔗛2휪ᩢ B; \uD83B\uDD62.\uFBE3\uD803\uDE60; [P1 V6]; [P1 V6] # 𞵢.ۉ𐹠 B; \uD83B\uDD62.\u06C9\uD803\uDE60; [P1 V6]; [P1 V6] # 𞵢.ۉ𐹠 B; \u17142.8\u0ACD\u200D\uDB42\uDCAD; [P1 V5 V6]; [P1 V5 V6] # ᜔2.8્‍󠢭 B; \u17142.8\u0ACD\u200D\uDB42\uDCAD; [P1 V5 V6]; [P1 V5 V6] # ᜔2.8્‍󠢭 B; \uDB41\uDEB9⩷\uDB40\uDD50。\uD83B\uDD73\u0A75\uDB40\uDDCB; [P1 V6]; [P1 V6] # 󠚹⩷.𞵳ੵ B; ꡞ≠\uAA2B\uDA54\uDD98。\uFD34\u1B36\uFFA0; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ꡞ≠ꨫ򥆘.سجᬶᅠ B; ꡞ=\u0338\uAA2B\uDA54\uDD98。\uFD34\u1B36\uFFA0; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ꡞ≠ꨫ򥆘.سجᬶᅠ B; ꡞ≠\uAA2B\uDA54\uDD98。\u0633\u062C\u1B36\u1160; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ꡞ≠ꨫ򥆘.سجᬶᅠ B; ꡞ=\u0338\uAA2B\uDA54\uDD98。\u0633\u062C\u1B36\u1160; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ꡞ≠ꨫ򥆘.سجᬶᅠ T; 鱊。\u200C; [C1]; xn--rt6a. # 鱊.‌ N; 鱊。\u200C; [C1]; [C1] # 鱊.‌ B; xn--rt6a.; 鱊.; xn--rt6a. B; 鱊.; ; xn--rt6a. B; 8\uD803\uDE73.\u034D; [V5 B1]; [V5 B1] # 8𐹳.͍ B; 8\uD803\uDE73.\u034D; [V5 B1]; [V5 B1] # 8𐹳.͍ B; \uDB43\uDDCA\u0864.ᠹ; [P1 V6 B1]; [P1 V6 B1] # 󠷊ࡤ.ᠹ B; \uDB43\uDDCA\u0864.ᠹ; [P1 V6 B1]; [P1 V6 B1] # 󠷊ࡤ.ᠹ T; \u0754\u077C4.\u200D; [C2]; xn--4-53c4j. # ݔݼ4.‍ N; \u0754\u077C4.\u200D; [C2]; [C2] # ݔݼ4.‍ T; \u0754\u077C4.\u200D; [C2]; xn--4-53c4j. # ݔݼ4.‍ N; \u0754\u077C4.\u200D; [C2]; [C2] # ݔݼ4.‍ B; xn--4-53c4j.; \u0754\u077C4.; xn--4-53c4j. # ݔݼ4. B; \u0754\u077C4.; ; xn--4-53c4j. # ݔݼ4. B; 5\u0610\u082B-.\u0603\uDB43\uDFA7; [P1 V3 V6 B1]; [P1 V3 V6 B1] # 5ؐࠫ-.؃󠾧 B; -。䏛; [V3]; [V3] B; -。䏛; [V3]; [V3] T; \u200C\uDA2E\uDCA0.\u200D; [P1 V6 C1 C2]; [P1 V6] # ‌򛢠.‍ N; \u200C\uDA2E\uDCA0.\u200D; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌򛢠.‍ T; \u200C\uDA2E\uDCA0.\u200D; [P1 V6 C1 C2]; [P1 V6] # ‌򛢠.‍ N; \u200C\uDA2E\uDCA0.\u200D; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌򛢠.‍ T; ⒈\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFႵ; [P1 V6 B1 C2]; [P1 V6 B1] # ⒈ၙ𬨋.𐹦‍򲶿Ⴕ N; ⒈\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFႵ; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ⒈ၙ𬨋.𐹦‍򲶿Ⴕ T; 1.\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFႵ; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # 1.ၙ𬨋.𐹦‍򲶿Ⴕ N; 1.\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFႵ; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # 1.ၙ𬨋.𐹦‍򲶿Ⴕ T; 1.\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFⴕ; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # 1.ၙ𬨋.𐹦‍򲶿ⴕ N; 1.\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFⴕ; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # 1.ၙ𬨋.𐹦‍򲶿ⴕ T; ⒈\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFⴕ; [P1 V6 B1 C2]; [P1 V6 B1] # ⒈ၙ𬨋.𐹦‍򲶿ⴕ N; ⒈\u1059\uD872\uDE0B。\uD803\uDE66\u200D\uDA8B\uDDBFⴕ; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ⒈ၙ𬨋.𐹦‍򲶿ⴕ B; \uD83B\uDF8C\u0847-ß。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ß.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-ß。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ß.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-SS。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ss.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-ss。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ss.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-Ss。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ss.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-SS。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ss.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-ss。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ss.៓効𐹧󏈏 B; \uD83B\uDF8C\u0847-Ss。\u17D3効\uD803\uDE67\uDAFC\uDE0F; [P1 V6 V5 B2 B3 B1]; [P1 V6 V5 B2 B3 B1] # 𞾌ࡇ-ss.៓効𐹧󏈏 B; \uAAF6.\uDB41\uDD60; [P1 V5 V6]; [P1 V5 V6] # ꫶.󠕠 B; \uDB42\uDD116\uD83A\uDC86。𝟹\uD804\uDD34\uD802\uDF70; [P1 V6 B1]; [P1 V6 B1] # 󠤑6𞢆.3𑄴𐭰 B; \uDB42\uDD116\uD83A\uDC86。3\uD804\uDD34\uD802\uDF70; [P1 V6 B1]; [P1 V6 B1] # 󠤑6𞢆.3𑄴𐭰 B; ᢢ𝟴\uA92Cꡝ。\uD834\uDD7E; [V5]; [V5] # ᢢ8꤬ꡝ.𝅾 B; ᢢ8\uA92Cꡝ。\uD834\uDD7E; [V5]; [V5] # ᢢ8꤬ꡝ.𝅾 T; \u066C-\uDA09\uDC86Ⴂ。\uDA42\uDD92\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # ٬-򒒆Ⴂ.򠦒‍ N; \u066C-\uDA09\uDC86Ⴂ。\uDA42\uDD92\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ٬-򒒆Ⴂ.򠦒‍ T; \u066C-\uDA09\uDC86ⴂ。\uDA42\uDD92\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # ٬-򒒆ⴂ.򠦒‍ N; \u066C-\uDA09\uDC86ⴂ。\uDA42\uDD92\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ٬-򒒆ⴂ.򠦒‍ B; ⾆.\u07230≯ß; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ß B; ⾆.\u07230>\u0338ß; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ß B; 舌.\u07230≯ß; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ß B; 舌.\u07230>\u0338ß; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ß B; 舌.\u07230>\u0338SS; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; 舌.\u07230≯SS; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; 舌.\u07230≯ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; 舌.\u07230>\u0338ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; 舌.\u07230>\u0338Ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; 舌.\u07230≯Ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; ⾆.\u07230>\u0338SS; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; ⾆.\u07230≯SS; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; ⾆.\u07230≯ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; ⾆.\u07230>\u0338ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; ⾆.\u07230>\u0338Ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss B; ⾆.\u07230≯Ss; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 舌.ܣ0≯ss T; \uD804\uDD348\u200D.\uDB79\uDC37ᢊ; [P1 V5 V6 C2]; [P1 V5 V6] # 𑄴8‍.󮐷ᢊ N; \uD804\uDD348\u200D.\uDB79\uDC37ᢊ; [P1 V5 V6 C2]; [P1 V5 V6 C2] # 𑄴8‍.󮐷ᢊ T; \uD804\uDD348\u200D.\uDB79\uDC37ᢊ; [P1 V5 V6 C2]; [P1 V5 V6] # 𑄴8‍.󮐷ᢊ N; \uD804\uDD348\u200D.\uDB79\uDC37ᢊ; [P1 V5 V6 C2]; [P1 V5 V6 C2] # 𑄴8‍.󮐷ᢊ B; \uDA08\uDFC8\uD802\uDE06≮\uD9CA\uDC28.\uDA88\uDCAB4˹\u06B5; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򒏈𐨆≮򂠨.򲂫4˹ڵ B; \uDA08\uDFC8\uD802\uDE06<\u0338\uD9CA\uDC28.\uDA88\uDCAB4˹\u06B5; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򒏈𐨆≮򂠨.򲂫4˹ڵ B; \uDA08\uDFC8\uD802\uDE06≮\uD9CA\uDC28.\uDA88\uDCAB4˹\u06B5; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򒏈𐨆≮򂠨.򲂫4˹ڵ B; \uDA08\uDFC8\uD802\uDE06<\u0338\uD9CA\uDC28.\uDA88\uDCAB4˹\u06B5; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򒏈𐨆≮򂠨.򲂫4˹ڵ T; \u0842.ς; ; xn--0vb.xn--4xa # ࡂ.ς N; \u0842.ς; ; xn--0vb.xn--3xa # ࡂ.ς B; \u0842.Σ; \u0842.σ; xn--0vb.xn--4xa # ࡂ.σ B; \u0842.σ; ; xn--0vb.xn--4xa # ࡂ.σ B; xn--0vb.xn--4xa; \u0842.σ; xn--0vb.xn--4xa # ࡂ.σ B; xn--0vb.xn--3xa; \u0842.ς; xn--0vb.xn--3xa # ࡂ.ς T; \u200CႺ。ς; [P1 V6 C1]; [P1 V6] # ‌Ⴚ.ς N; \u200CႺ。ς; [P1 V6 C1]; [P1 V6 C1] # ‌Ⴚ.ς T; \u200CႺ。ς; [P1 V6 C1]; [P1 V6] # ‌Ⴚ.ς N; \u200CႺ。ς; [P1 V6 C1]; [P1 V6 C1] # ‌Ⴚ.ς T; \u200Cⴚ。ς; [C1]; xn--ilj.xn--4xa # ‌ⴚ.ς N; \u200Cⴚ。ς; [C1]; [C1] # ‌ⴚ.ς T; \u200CႺ。Σ; [P1 V6 C1]; [P1 V6] # ‌Ⴚ.σ N; \u200CႺ。Σ; [P1 V6 C1]; [P1 V6 C1] # ‌Ⴚ.σ T; \u200Cⴚ。σ; [C1]; xn--ilj.xn--4xa # ‌ⴚ.σ N; \u200Cⴚ。σ; [C1]; [C1] # ‌ⴚ.σ B; xn--ilj.xn--4xa; ⴚ.σ; xn--ilj.xn--4xa B; ⴚ.σ; ; xn--ilj.xn--4xa B; Ⴚ.Σ; [P1 V6]; [P1 V6] T; ⴚ.ς; ; xn--ilj.xn--4xa N; ⴚ.ς; ; xn--ilj.xn--3xa B; Ⴚ.ς; [P1 V6]; [P1 V6] B; xn--ilj.xn--3xa; ⴚ.ς; xn--ilj.xn--3xa B; Ⴚ.σ; [P1 V6]; [P1 V6] T; \u200Cⴚ。ς; [C1]; xn--ilj.xn--4xa # ‌ⴚ.ς N; \u200Cⴚ。ς; [C1]; [C1] # ‌ⴚ.ς T; \u200CႺ。Σ; [P1 V6 C1]; [P1 V6] # ‌Ⴚ.σ N; \u200CႺ。Σ; [P1 V6 C1]; [P1 V6 C1] # ‌Ⴚ.σ T; \u200Cⴚ。σ; [C1]; xn--ilj.xn--4xa # ‌ⴚ.σ N; \u200Cⴚ。σ; [C1]; [C1] # ‌ⴚ.σ B; \u07E3.\u0663; [B1]; [B1] # ߣ.٣ B; \u07E3.\u0663; [B1]; [B1] # ߣ.٣ T; \u200D⾕。\u200C\u0981\uD804\uDDC0ꡏ; [C2 C1]; [V5] # ‍谷.‌ঁ𑇀ꡏ N; \u200D⾕。\u200C\u0981\uD804\uDDC0ꡏ; [C2 C1]; [C2 C1] # ‍谷.‌ঁ𑇀ꡏ T; \u200D谷。\u200C\u0981\uD804\uDDC0ꡏ; [C2 C1]; [V5] # ‍谷.‌ঁ𑇀ꡏ N; \u200D谷。\u200C\u0981\uD804\uDDC0ꡏ; [C2 C1]; [C2 C1] # ‍谷.‌ঁ𑇀ꡏ T; ᠴ-뉔.\u0726\u200C; [B3 C1]; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ‌ N; ᠴ-뉔.\u0726\u200C; [B3 C1]; [B3 C1] # ᠴ-뉔.ܦ‌ T; ᠴ-뉔.\u0726\u200C; [B3 C1]; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ‌ N; ᠴ-뉔.\u0726\u200C; [B3 C1]; [B3 C1] # ᠴ-뉔.ܦ‌ T; ᠴ-뉔.\u0726\u200C; [B3 C1]; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ‌ N; ᠴ-뉔.\u0726\u200C; [B3 C1]; [B3 C1] # ᠴ-뉔.ܦ‌ T; ᠴ-뉔.\u0726\u200C; [B3 C1]; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ‌ N; ᠴ-뉔.\u0726\u200C; [B3 C1]; [B3 C1] # ᠴ-뉔.ܦ‌ B; xn----05j1765f.xn--wnb; ᠴ-뉔.\u0726; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ B; ᠴ-뉔.\u0726; ; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ B; ᠴ-뉔.\u0726; ᠴ-뉔.\u0726; xn----05j1765f.xn--wnb # ᠴ-뉔.ܦ B; \uDAC3\uDE47𝟴ᦛς.\u1714\u067D\u0C3E\u1A68; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 󀹇8ᦛς.᜔ٽాᩨ B; \uDAC3\uDE478ᦛς.\u1714\u067D\u0C3E\u1A68; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 󀹇8ᦛς.᜔ٽాᩨ B; \uDAC3\uDE478ᦛΣ.\u1714\u067D\u0C3E\u1A68; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 󀹇8ᦛσ.᜔ٽాᩨ B; \uDAC3\uDE478ᦛσ.\u1714\u067D\u0C3E\u1A68; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 󀹇8ᦛσ.᜔ٽాᩨ B; \uDAC3\uDE47𝟴ᦛΣ.\u1714\u067D\u0C3E\u1A68; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 󀹇8ᦛσ.᜔ٽాᩨ B; \uDAC3\uDE47𝟴ᦛσ.\u1714\u067D\u0C3E\u1A68; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 󀹇8ᦛσ.᜔ٽాᩨ B; 淽。\u08A6; 淽.\u08A6; xn--34w.xn--vyb # 淽.ࢦ B; xn--34w.xn--vyb; 淽.\u08A6; xn--34w.xn--vyb # 淽.ࢦ B; 淽.\u08A6; ; xn--34w.xn--vyb # 淽.ࢦ B; \uD803\uDE66\uDB40\uDDB7。-; [V3 B1]; [V3 B1] # 𐹦.- B; \uDB11\uDEC7Ⴓ\uDB41\uDEF0。\u059A; [P1 V6 V5]; [P1 V6 V5] # 󔛇Ⴓ󠛰.֚ B; \uDB11\uDEC7Ⴓ\uDB41\uDEF0。\u059A; [P1 V6 V5]; [P1 V6 V5] # 󔛇Ⴓ󠛰.֚ B; \uDB11\uDEC7ⴓ\uDB41\uDEF0。\u059A; [P1 V6 V5]; [P1 V6 V5] # 󔛇ⴓ󠛰.֚ B; \uDB11\uDEC7ⴓ\uDB41\uDEF0。\u059A; [P1 V6 V5]; [P1 V6 V5] # 󔛇ⴓ󠛰.֚ T; \u200C\uD803\uDE72\u0641Ⴇ。ßႣ; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹲فႧ.ßႣ N; \u200C\uD803\uDE72\u0641Ⴇ。ßႣ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹲فႧ.ßႣ T; \u200C\uD803\uDE72\u0641Ⴇ。ßႣ; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹲فႧ.ßႣ N; \u200C\uD803\uDE72\u0641Ⴇ。ßႣ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹲فႧ.ßႣ T; \u200C\uD803\uDE72\u0641ⴇ。ßⴃ; [B1 C1]; [B1] # ‌𐹲فⴇ.ßⴃ N; \u200C\uD803\uDE72\u0641ⴇ。ßⴃ; [B1 C1]; [B1 C1] # ‌𐹲فⴇ.ßⴃ T; \u200C\uD803\uDE72\u0641Ⴇ。SSႣ; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹲فႧ.ssႣ N; \u200C\uD803\uDE72\u0641Ⴇ。SSႣ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹲فႧ.ssႣ T; \u200C\uD803\uDE72\u0641ⴇ。ssⴃ; [B1 C1]; [B1] # ‌𐹲فⴇ.ssⴃ N; \u200C\uD803\uDE72\u0641ⴇ。ssⴃ; [B1 C1]; [B1 C1] # ‌𐹲فⴇ.ssⴃ T; \u200C\uD803\uDE72\u0641Ⴇ。Ssⴃ; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹲فႧ.ssⴃ N; \u200C\uD803\uDE72\u0641Ⴇ。Ssⴃ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹲فႧ.ssⴃ T; \u200C\uD803\uDE72\u0641ⴇ。ßⴃ; [B1 C1]; [B1] # ‌𐹲فⴇ.ßⴃ N; \u200C\uD803\uDE72\u0641ⴇ。ßⴃ; [B1 C1]; [B1 C1] # ‌𐹲فⴇ.ßⴃ T; \u200C\uD803\uDE72\u0641Ⴇ。SSႣ; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹲فႧ.ssႣ N; \u200C\uD803\uDE72\u0641Ⴇ。SSႣ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹲فႧ.ssႣ T; \u200C\uD803\uDE72\u0641ⴇ。ssⴃ; [B1 C1]; [B1] # ‌𐹲فⴇ.ssⴃ N; \u200C\uD803\uDE72\u0641ⴇ。ssⴃ; [B1 C1]; [B1 C1] # ‌𐹲فⴇ.ssⴃ T; \u200C\uD803\uDE72\u0641Ⴇ。Ssⴃ; [P1 V6 B1 C1]; [P1 V6 B1] # ‌𐹲فႧ.ssⴃ N; \u200C\uD803\uDE72\u0641Ⴇ。Ssⴃ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐹲فႧ.ssⴃ B; \uDBC9\uDCD0。\uFDF1; [P1 V6]; [P1 V6] # 􂓐.قلے B; \uDBC9\uDCD0。\u0642\u0644\u06D2; [P1 V6]; [P1 V6] # 􂓐.قلے T; \u1A66\u200D。\u1039\u20D8; [V5 C2]; [V5] # ᩦ‍.⃘္ N; \u1A66\u200D。\u1039\u20D8; [V5 C2]; [V5 C2] # ᩦ‍.⃘္ T; \u1A66\u200D。\u20D8\u1039; [V5 C2]; [V5] # ᩦ‍.⃘္ N; \u1A66\u200D。\u20D8\u1039; [V5 C2]; [V5 C2] # ᩦ‍.⃘္ T; \u1A66\u200D。\u20D8\u1039; [V5 C2]; [V5] # ᩦ‍.⃘္ N; \u1A66\u200D。\u20D8\u1039; [V5 C2]; [V5 C2] # ᩦ‍.⃘္ B; -≠\u0850.\u071B\u0751≮\uDA85\uDF09; [P1 V3 V6 B1 B2 B3]; [P1 V3 V6 B1 B2 B3] # -≠ࡐ.ܛݑ≮򱜉 B; -=\u0338\u0850.\u071B\u0751<\u0338\uDA85\uDF09; [P1 V3 V6 B1 B2 B3]; [P1 V3 V6 B1 B2 B3] # -≠ࡐ.ܛݑ≮򱜉 B; -≠\u0850.\u071B\u0751≮\uDA85\uDF09; [P1 V3 V6 B1 B2 B3]; [P1 V3 V6 B1 B2 B3] # -≠ࡐ.ܛݑ≮򱜉 B; -=\u0338\u0850.\u071B\u0751<\u0338\uDA85\uDF09; [P1 V3 V6 B1 B2 B3]; [P1 V3 V6 B1 B2 B3] # -≠ࡐ.ܛݑ≮򱜉 B; ䷘≯\u08C5\u084E.\uDB75\uDFCD≮\uA9C0\u06BA; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # ䷘≯ࣅࡎ.󭟍≮꧀ں B; ䷘>\u0338\u08C5\u084E.\uDB75\uDFCD<\u0338\uA9C0\u06BA; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # ䷘≯ࣅࡎ.󭟍≮꧀ں B; ䷘≯\u08C5\u084E.\uDB75\uDFCD≮\uA9C0\u06BA; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # ䷘≯ࣅࡎ.󭟍≮꧀ں B; ䷘>\u0338\u08C5\u084E.\uDB75\uDFCD<\u0338\uA9C0\u06BA; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # ䷘≯ࣅࡎ.󭟍≮꧀ں B; ≠\uD9DB\uDCAC.\uD803\uDE63\u0A4D-\uD83B\uDD77; [P1 V6 B1]; [P1 V6 B1] # ≠򆲬.𐹣੍-𞵷 B; =\u0338\uD9DB\uDCAC.\uD803\uDE63\u0A4D-\uD83B\uDD77; [P1 V6 B1]; [P1 V6 B1] # ≠򆲬.𐹣੍-𞵷 B; \u06E4\u0A81≠。\uD803\uDE73𝟝; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ۤઁ≠.𐹳5 B; \u06E4\u0A81=\u0338。\uD803\uDE73𝟝; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ۤઁ≠.𐹳5 B; \u06E4\u0A81≠。\uD803\uDE735; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ۤઁ≠.𐹳5 B; \u06E4\u0A81=\u0338。\uD803\uDE735; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ۤઁ≠.𐹳5 B; ß\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕ß; [P1 V6 V5]; [P1 V6 V5] # ß򯚷񕂺.ᩢ🃕ß B; ß\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕ß; [P1 V6 V5]; [P1 V6 V5] # ß򯚷񕂺.ᩢ🃕ß B; SS\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕SS; [P1 V6 V5]; [P1 V6 V5] # ss򯚷񕂺.ᩢ🃕ss B; ss\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕ss; [P1 V6 V5]; [P1 V6 V5] # ss򯚷񕂺.ᩢ🃕ss B; Ss\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕Ss; [P1 V6 V5]; [P1 V6 V5] # ss򯚷񕂺.ᩢ🃕ss B; SS\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕SS; [P1 V6 V5]; [P1 V6 V5] # ss򯚷񕂺.ᩢ🃕ss B; ss\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕ss; [P1 V6 V5]; [P1 V6 V5] # ss򯚷񕂺.ᩢ🃕ss B; Ss\uDA7D\uDEB7\uD914\uDCBA。\u1A62🃕Ss; [P1 V6 V5]; [P1 V6 V5] # ss򯚷񕂺.ᩢ🃕ss T; \u200D。\u200C; [C2 C1]; [A4_2] # ‍.‌ N; \u200D。\u200C; [C2 C1]; [C2 C1] # ‍.‌ T; \u0E49\uFDA9\u200D.\uDB40\uDDD1\uD83B\uDF9C\uDA2D\uDD0A; [P1 V5 V6 B1 C2 B2 B3]; [P1 V5 V6 B1 B2 B3] # ้صحي‍.𞾜򛔊 N; \u0E49\uFDA9\u200D.\uDB40\uDDD1\uD83B\uDF9C\uDA2D\uDD0A; [P1 V5 V6 B1 C2 B2 B3]; [P1 V5 V6 B1 C2 B2 B3] # ้صحي‍.𞾜򛔊 T; \u0E49\u0635\u062D\u064A\u200D.\uDB40\uDDD1\uD83B\uDF9C\uDA2D\uDD0A; [P1 V5 V6 B1 C2 B2 B3]; [P1 V5 V6 B1 B2 B3] # ้صحي‍.𞾜򛔊 N; \u0E49\u0635\u062D\u064A\u200D.\uDB40\uDDD1\uD83B\uDF9C\uDA2D\uDD0A; [P1 V5 V6 B1 C2 B2 B3]; [P1 V5 V6 B1 C2 B2 B3] # ้صحي‍.𞾜򛔊 T; \u200C\uD83B\uDE26\u200C临。ᢜ\uD97F\uDE12ⶏ\uD803\uDE72; [P1 V6 B1 C1 B5 B6]; [P1 V6 B2 B3 B5 B6] # ‌𞸦‌临.ᢜ񯸒ⶏ𐹲 N; \u200C\uD83B\uDE26\u200C临。ᢜ\uD97F\uDE12ⶏ\uD803\uDE72; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 C1 B5 B6] # ‌𞸦‌临.ᢜ񯸒ⶏ𐹲 B; \uDB43\uDDFA.\u0739; [P1 V6 V5]; [P1 V6 V5] # 󠷺.ܹ B; \uDB43\uDDFA.\u0739; [P1 V6 V5]; [P1 V6 V5] # 󠷺.ܹ B; \u068A\u0ACD.\uAAF6; [V5]; [V5] # ڊ્.꫶ B; \u068A\u0ACD.\uAAF6; [V5]; [V5] # ڊ્.꫶ B; \u0A75\uDA7C\uDFA7멹。𝟑\uDB43\uDED8; [P1 V5 V6]; [P1 V5 V6] # ੵ򯎧멹.3󠻘 B; \u0A75\uDA7C\uDFA7멹。𝟑\uDB43\uDED8; [P1 V5 V6]; [P1 V5 V6] # ੵ򯎧멹.3󠻘 B; \u0A75\uDA7C\uDFA7멹。3\uDB43\uDED8; [P1 V5 V6]; [P1 V5 V6] # ੵ򯎧멹.3󠻘 B; \u0A75\uDA7C\uDFA7멹。3\uDB43\uDED8; [P1 V5 V6]; [P1 V5 V6] # ੵ򯎧멹.3󠻘 B; Ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u0626\uD803\uDE6E₄; [P1 V6 B4]; [P1 V6 B4] # Ⴅ񖿵릖󠏸.ئ𐹮4 B; Ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u064A\u0654\uD803\uDE6E₄; [P1 V6 B4]; [P1 V6 B4] # Ⴅ񖿵릖󠏸.ئ𐹮4 B; Ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u0626\uD803\uDE6E4; [P1 V6 B4]; [P1 V6 B4] # Ⴅ񖿵릖󠏸.ئ𐹮4 B; Ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u064A\u0654\uD803\uDE6E4; [P1 V6 B4]; [P1 V6 B4] # Ⴅ񖿵릖󠏸.ئ𐹮4 B; ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u064A\u0654\uD803\uDE6E4; [P1 V6 B4]; [P1 V6 B4] # ⴅ񖿵릖󠏸.ئ𐹮4 B; ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u0626\uD803\uDE6E4; [P1 V6 B4]; [P1 V6 B4] # ⴅ񖿵릖󠏸.ئ𐹮4 B; ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u064A\u0654\uD803\uDE6E₄; [P1 V6 B4]; [P1 V6 B4] # ⴅ񖿵릖󠏸.ئ𐹮4 B; ⴅ\uD91B\uDFF5릖\uDB40\uDFF8.\u0626\uD803\uDE6E₄; [P1 V6 B4]; [P1 V6 B4] # ⴅ񖿵릖󠏸.ئ𐹮4 T; \u200C。︒; [P1 V6 C1]; [P1 V6] # ‌.︒ N; \u200C。︒; [P1 V6 C1]; [P1 V6 C1] # ‌.︒ T; \u200C。。; [C1 A4_2]; [A4_2] # ‌.. N; \u200C。。; [C1 A4_2]; [C1 A4_2] # ‌.. B; ≯ꡙ.⒍; [P1 V6]; [P1 V6] B; >\u0338ꡙ.⒍; [P1 V6]; [P1 V6] B; ≯ꡙ.6.; [P1 V6]; [P1 V6] B; >\u0338ꡙ.6.; [P1 V6]; [P1 V6] T; \u062B-8.ß-\u200C-; [V3 C1]; [V2 V3] # ث-8.ß-‌- N; \u062B-8.ß-\u200C-; [V3 C1]; [V3 C1] # ث-8.ß-‌- T; \u062B-8.ß-\u200C-; [V3 C1]; [V2 V3] # ث-8.ß-‌- N; \u062B-8.ß-\u200C-; [V3 C1]; [V3 C1] # ث-8.ß-‌- T; \u062B-8.SS-\u200C-; [V3 C1]; [V2 V3] # ث-8.ss-‌- N; \u062B-8.SS-\u200C-; [V3 C1]; [V3 C1] # ث-8.ss-‌- T; \u062B-8.ss-\u200C-; [V3 C1]; [V2 V3] # ث-8.ss-‌- N; \u062B-8.ss-\u200C-; [V3 C1]; [V3 C1] # ث-8.ss-‌- T; \u062B-8.Ss-\u200C-; [V3 C1]; [V2 V3] # ث-8.ss-‌- N; \u062B-8.Ss-\u200C-; [V3 C1]; [V3 C1] # ث-8.ss-‌- T; \u062B-8.SS-\u200C-; [V3 C1]; [V2 V3] # ث-8.ss-‌- N; \u062B-8.SS-\u200C-; [V3 C1]; [V3 C1] # ث-8.ss-‌- T; \u062B-8.ss-\u200C-; [V3 C1]; [V2 V3] # ث-8.ss-‌- N; \u062B-8.ss-\u200C-; [V3 C1]; [V3 C1] # ث-8.ss-‌- T; \u062B-8.Ss-\u200C-; [V3 C1]; [V2 V3] # ث-8.ss-‌- N; \u062B-8.Ss-\u200C-; [V3 C1]; [V3 C1] # ث-8.ss-‌- B; \uD83B\uDDBA𝟥\u06FC\uD92B\uDC7C。Ӏ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞶺3ۼ񚱼.Ӏ B; \uD83B\uDDBA3\u06FC\uD92B\uDC7C。Ӏ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞶺3ۼ񚱼.Ӏ B; \uD83B\uDDBA3\u06FC\uD92B\uDC7C。ӏ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞶺3ۼ񚱼.ӏ B; \uD83B\uDDBA𝟥\u06FC\uD92B\uDC7C。ӏ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞶺3ۼ񚱼.ӏ B; -.\uD803\uDE79\uD83B\uDC95\uA6F1⸟; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -.𐹹𞲕꛱⸟ B; \uDBED\uDC92ᡰ。\u1CF4₺; [P1 V6 V5]; [P1 V6 V5] # 􋒒ᡰ.᳴₺ B; ≠ႷᡔႫ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ႷᡔႫ.?𝆊ݶ觴 B; =\u0338ႷᡔႫ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ႷᡔႫ.?𝆊ݶ觴 B; ≠ႷᡔႫ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ႷᡔႫ.?𝆊ݶ觴 B; =\u0338ႷᡔႫ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ႷᡔႫ.?𝆊ݶ觴 B; =\u0338ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ⴗᡔⴋ.?𝆊ݶ觴 B; ≠ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ⴗᡔⴋ.?𝆊ݶ觴 B; ≠Ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠Ⴗᡔⴋ.?𝆊ݶ觴 B; =\u0338Ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠Ⴗᡔⴋ.?𝆊ݶ觴 B; =\u0338ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ⴗᡔⴋ.?𝆊ݶ觴 B; ≠ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠ⴗᡔⴋ.?𝆊ݶ觴 B; ≠Ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠Ⴗᡔⴋ.?𝆊ݶ觴 B; =\u0338Ⴗᡔⴋ。\uD907\uD834\uDD8A\u0776觴; [P1 V6 B5]; [P1 V6 B5 A3] # ≠Ⴗᡔⴋ.?𝆊ݶ觴 B; \u0600.\uD803\uDFA3; [P1 V6 B1]; [P1 V6 B1] # ؀.𐾣 T; \u0CCD🄈。\u200D\uD965\uDE2F\u066B\u0E3A; [P1 V5 V6 B1 C2]; [P1 V5 V6 B5 B6] # ್🄈.‍񩘯٫ฺ N; \u0CCD🄈。\u200D\uD965\uDE2F\u066B\u0E3A; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ್🄈.‍񩘯٫ฺ T; \u0CCD7,。\u200D\uD965\uDE2F\u066B\u0E3A; [P1 V5 V6 B1 C2]; [P1 V5 V6 B5 B6] # ್7,.‍񩘯٫ฺ N; \u0CCD7,。\u200D\uD965\uDE2F\u066B\u0E3A; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ್7,.‍񩘯٫ฺ B; \uDB60\uDD224\uD8C4\uDCB1.≯\uD803\uDE74\u135E\uDB43\uDE0C; [P1 V6 B1]; [P1 V6 B1] # 󨄢4񁂱.≯𐹴፞󠸌 B; \uDB60\uDD224\uD8C4\uDCB1.>\u0338\uD803\uDE74\u135E\uDB43\uDE0C; [P1 V6 B1]; [P1 V6 B1] # 󨄢4񁂱.≯𐹴፞󠸌 B; \uD91C\uDE37🄉。𝟕\u1A5A⒉\uD9A5\uDC47; [P1 V6]; [P1 V6] # 񗈷🄉.7ᩚ⒉񹑇 B; \uD91C\uDE378,。7\u1A5A2.\uD9A5\uDC47; [P1 V6]; [P1 V6] # 񗈷8,.7ᩚ2.񹑇 T; \u200D⒈⒈。≯🄆\u200D; [P1 V6 C2]; [P1 V6] # ‍⒈⒈.≯🄆‍ N; \u200D⒈⒈。≯🄆\u200D; [P1 V6 C2]; [P1 V6 C2] # ‍⒈⒈.≯🄆‍ T; \u200D⒈⒈。>\u0338🄆\u200D; [P1 V6 C2]; [P1 V6] # ‍⒈⒈.≯🄆‍ N; \u200D⒈⒈。>\u0338🄆\u200D; [P1 V6 C2]; [P1 V6 C2] # ‍⒈⒈.≯🄆‍ T; \u200D1.1.。≯5,\u200D; [P1 V6 C2 A4_2]; [P1 V6 A4_2] # ‍1.1..≯5,‍ N; \u200D1.1.。≯5,\u200D; [P1 V6 C2 A4_2]; [P1 V6 C2 A4_2] # ‍1.1..≯5,‍ T; \u200D1.1.。>\u03385,\u200D; [P1 V6 C2 A4_2]; [P1 V6 A4_2] # ‍1.1..≯5,‍ N; \u200D1.1.。>\u03385,\u200D; [P1 V6 C2 A4_2]; [P1 V6 C2 A4_2] # ‍1.1..≯5,‍ T; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ≠\u200C; [P1 V6 C1]; [P1 V6] # ݕۏꤧ.򌋡ᡚ≠‌ N; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ≠\u200C; [P1 V6 C1]; [P1 V6 C1] # ݕۏꤧ.򌋡ᡚ≠‌ T; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ=\u0338\u200C; [P1 V6 C1]; [P1 V6] # ݕۏꤧ.򌋡ᡚ≠‌ N; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ=\u0338\u200C; [P1 V6 C1]; [P1 V6 C1] # ݕۏꤧ.򌋡ᡚ≠‌ T; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ≠\u200C; [P1 V6 C1]; [P1 V6] # ݕۏꤧ.򌋡ᡚ≠‌ N; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ≠\u200C; [P1 V6 C1]; [P1 V6 C1] # ݕۏꤧ.򌋡ᡚ≠‌ T; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ=\u0338\u200C; [P1 V6 C1]; [P1 V6] # ݕۏꤧ.򌋡ᡚ≠‌ N; \u0755\u06CF\uA927.\uD9F0\uDEE1ᡚ=\u0338\u200C; [P1 V6 C1]; [P1 V6 C1] # ݕۏꤧ.򌋡ᡚ≠‌ B; \u1BF1。\uDAAF\uDE4D\u066B; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᯱ.򻹍٫ B; \u1BF1。\uDAAF\uDE4D\u066B; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᯱ.򻹍٫ B; 3\uD803\uDE78。\uDB40\uDD23; [B1]; [B1] # 3𐹸. B; 3\uD803\uDE78。\uDB40\uDD23; [B1]; [B1] # 3𐹸. B; ᠬ\uD803\uDE77\uD803\uDE73.ꡟ긷; [B5 B6]; [B5 B6] # ᠬ𐹷𐹳.ꡟ긷 B; ᠬ\uD803\uDE77\uD803\uDE73.ꡟ긷; [B5 B6]; [B5 B6] # ᠬ𐹷𐹳.ꡟ긷 B; ︒Ↄ\u1732\uDA16\uDF0F.Ⴗ\uD83A\uDC90; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ︒Ↄᜲ򕬏.Ⴗ𞢐 B; 。Ↄ\u1732\uDA16\uDF0F.Ⴗ\uD83A\uDC90; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ↄᜲ򕬏.Ⴗ𞢐 B; 。ↄ\u1732\uDA16\uDF0F.ⴗ\uD83A\uDC90; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ↄᜲ򕬏.ⴗ𞢐 B; ︒ↄ\u1732\uDA16\uDF0F.ⴗ\uD83A\uDC90; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ︒ↄᜲ򕬏.ⴗ𞢐 B; \uD803\uDE6F.\u0948; [V5 B1]; [V5 B1] # 𐹯.ै B; ς≯。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # ς≯.𐹥 B; ς>\u0338。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # ς≯.𐹥 B; ς≯。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # ς≯.𐹥 B; ς>\u0338。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # ς≯.𐹥 B; Σ>\u0338。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; Σ≯。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; σ≯。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; σ>\u0338。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; Σ>\u0338。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; Σ≯。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; σ≯。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; σ>\u0338。\uD803\uDE65; [P1 V6 B1]; [P1 V6 B1] # σ≯.𐹥 B; \uA9C0\u200Dꡀ。\uD803\uDE78; [V5 B1]; [V5 B1] # ꧀‍ꡀ.𐹸 B; \uDA2E\uDC86\u0A42Ⴊ\uD93B\uDF94.≮; [P1 V6]; [P1 V6] # 򛢆ੂႪ񞾔.≮ B; \uDA2E\uDC86\u0A42Ⴊ\uD93B\uDF94.<\u0338; [P1 V6]; [P1 V6] # 򛢆ੂႪ񞾔.≮ B; \uDA2E\uDC86\u0A42ⴊ\uD93B\uDF94.<\u0338; [P1 V6]; [P1 V6] # 򛢆ੂⴊ񞾔.≮ B; \uDA2E\uDC86\u0A42ⴊ\uD93B\uDF94.≮; [P1 V6]; [P1 V6] # 򛢆ੂⴊ񞾔.≮ B; \u0843.𝟻; \u0843.5; xn--1vb.5 # ࡃ.5 B; \u0843.5; ; xn--1vb.5 # ࡃ.5 B; xn--1vb.5; \u0843.5; xn--1vb.5 # ࡃ.5 B; \u0603\uD877\uDD9A。\u06CE𝟢; [P1 V6 B1]; [P1 V6 B1] # ؃𭶚.ێ0 B; \u0603\uD877\uDD9A。\u06CE0; [P1 V6 B1]; [P1 V6 B1] # ؃𭶚.ێ0 T; -\uD804\uDDC0\uFCEC\u1B6D。\u200D\u0F84; [V3 B1 C2]; [V3 V5 B1] # -𑇀كم᭭.‍྄ N; -\uD804\uDDC0\uFCEC\u1B6D。\u200D\u0F84; [V3 B1 C2]; [V3 B1 C2] # -𑇀كم᭭.‍྄ T; -\uD804\uDDC0\u0643\u0645\u1B6D。\u200D\u0F84; [V3 B1 C2]; [V3 V5 B1] # -𑇀كم᭭.‍྄ N; -\uD804\uDDC0\u0643\u0645\u1B6D。\u200D\u0F84; [V3 B1 C2]; [V3 B1 C2] # -𑇀كم᭭.‍྄ T; \uFE0F\u200C\uD9F1\uDEE1𝟏。\u200C\uA950\u0351; [P1 V6 C1]; [P1 V6 V5] # ‌򌛡1.‌ꥐ͑ N; \uFE0F\u200C\uD9F1\uDEE1𝟏。\u200C\uA950\u0351; [P1 V6 C1]; [P1 V6 C1] # ‌򌛡1.‌ꥐ͑ T; \uFE0F\u200C\uD9F1\uDEE11。\u200C\uA950\u0351; [P1 V6 C1]; [P1 V6 V5] # ‌򌛡1.‌ꥐ͑ N; \uFE0F\u200C\uD9F1\uDEE11。\u200C\uA950\u0351; [P1 V6 C1]; [P1 V6 C1] # ‌򌛡1.‌ꥐ͑ B; 兎。\u071B\uDB43\uDD1C\u1734\u0F84; [P1 V6 B3]; [P1 V6 B3] # 兎.ܛ󠴜᜴྄ B; 兎。\u071B\uDB43\uDD1C\u1734\u0F84; [P1 V6 B3]; [P1 V6 B3] # 兎.ܛ󠴜᜴྄ T; ⒙。\u200D5\u200D⒕; [P1 V6 C2]; [P1 V6] # ⒙.‍5‍⒕ N; ⒙。\u200D5\u200D⒕; [P1 V6 C2]; [P1 V6 C2] # ⒙.‍5‍⒕ T; 18.。\u200D5\u200D14.; [A4_2 C2]; [A4_2] # 18..‍5‍14. N; 18.。\u200D5\u200D14.; [A4_2 C2]; [A4_2 C2] # 18..‍5‍14. B; \u0849-。\uDB42\uDDFA⒔; [P1 V3 V6 B3]; [P1 V3 V6 B3] # ࡉ-.󠧺⒔ B; \u0849-。\uDB42\uDDFA13.; [P1 V3 V6 B3]; [P1 V3 V6 B3] # ࡉ-.󠧺13. B; \u2DED\uD9B3\uDF6C\uFC08.\uD803\uDE60۸; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⷭ񼽬بم.𐹠۸ B; \u2DED\uD9B3\uDF6C\u0628\u0645.\uD803\uDE60۸; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⷭ񼽬بم.𐹠۸ T; Ⴜ𤮹\u1CE8⾇。Ⴏ♀\u200C\u200C; [P1 V6 C1]; [P1 V6] # Ⴜ𤮹᳨舛.Ⴏ♀‌‌ N; Ⴜ𤮹\u1CE8⾇。Ⴏ♀\u200C\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴜ𤮹᳨舛.Ⴏ♀‌‌ T; Ⴜ𤮹\u1CE8舛。Ⴏ♀\u200C\u200C; [P1 V6 C1]; [P1 V6] # Ⴜ𤮹᳨舛.Ⴏ♀‌‌ N; Ⴜ𤮹\u1CE8舛。Ⴏ♀\u200C\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴜ𤮹᳨舛.Ⴏ♀‌‌ T; ⴜ𤮹\u1CE8舛。ⴏ♀\u200C\u200C; [C1]; xn--16f130edj8dsszv.xn--e5h11w # ⴜ𤮹᳨舛.ⴏ♀‌‌ N; ⴜ𤮹\u1CE8舛。ⴏ♀\u200C\u200C; [C1]; [C1] # ⴜ𤮹᳨舛.ⴏ♀‌‌ B; xn--16f130edj8dsszv.xn--e5h11w; ⴜ𤮹\u1CE8舛.ⴏ♀; xn--16f130edj8dsszv.xn--e5h11w; NV8 # ⴜ𤮹᳨舛.ⴏ♀ B; ⴜ𤮹\u1CE8舛.ⴏ♀; ; xn--16f130edj8dsszv.xn--e5h11w; NV8 # ⴜ𤮹᳨舛.ⴏ♀ B; Ⴜ𤮹\u1CE8舛.Ⴏ♀; [P1 V6]; [P1 V6] # Ⴜ𤮹᳨舛.Ⴏ♀ T; ⴜ𤮹\u1CE8⾇。ⴏ♀\u200C\u200C; [C1]; xn--16f130edj8dsszv.xn--e5h11w # ⴜ𤮹᳨舛.ⴏ♀‌‌ N; ⴜ𤮹\u1CE8⾇。ⴏ♀\u200C\u200C; [C1]; [C1] # ⴜ𤮹᳨舛.ⴏ♀‌‌ T; \u0D4D🄈.\u200D; [P1 V5 V6 C2]; [P1 V5 V6] # ്🄈.‍ N; \u0D4D🄈.\u200D; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ്🄈.‍ T; \u0D4D7,.\u200D; [P1 V5 V6 C2]; [P1 V5 V6] # ്7,.‍ N; \u0D4D7,.\u200D; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ്7,.‍ T; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪Ⴞ癀.்‍‌붼 N; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪Ⴞ癀.்‍‌붼 T; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪Ⴞ癀.்‍‌붼 N; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪Ⴞ癀.்‍‌붼 T; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪Ⴞ癀.்‍‌붼 N; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪Ⴞ癀.்‍‌붼 T; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪Ⴞ癀.்‍‌붼 N; \uDAD4\uDD2AႾ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪Ⴞ癀.்‍‌붼 T; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪ⴞ癀.்‍‌붼 N; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪ⴞ癀.்‍‌붼 T; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪ⴞ癀.்‍‌붼 N; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪ⴞ癀.்‍‌붼 T; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪ⴞ癀.்‍‌붼 N; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪ⴞ癀.்‍‌붼 T; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5] # 󅄪ⴞ癀.்‍‌붼 N; \uDAD4\uDD2Aⴞ癀。\u0BCD\u200D\u200C붼; [P1 V6 V5 C1]; [P1 V6 V5 C1] # 󅄪ⴞ癀.்‍‌붼 B; \uDB1E\uDDA5-\uD804\uDCB9。\u08A6; [P1 V6]; [P1 V6] # 󗦥-𑂹.ࢦ B; \u08A4𝟥≯\u06BB.氁\uD86F\uDF95ꁫ; [P1 V6]; [P1 V6] # ࢤ3≯ڻ.氁𫾕ꁫ B; \u08A4𝟥>\u0338\u06BB.氁\uD86F\uDF95ꁫ; [P1 V6]; [P1 V6] # ࢤ3≯ڻ.氁𫾕ꁫ B; \u08A43≯\u06BB.氁\uD86F\uDF95ꁫ; [P1 V6]; [P1 V6] # ࢤ3≯ڻ.氁𫾕ꁫ B; \u08A43>\u0338\u06BB.氁\uD86F\uDF95ꁫ; [P1 V6]; [P1 V6] # ࢤ3≯ڻ.氁𫾕ꁫ B; \u0664\uD805\uDEB0.\u0369; [V5 B1]; [V5 B1] # ٤𑚰.ͩ B; \u0664\uD805\uDEB0.\u0369; [V5 B1]; [V5 B1] # ٤𑚰.ͩ B; -\uD804\uDD2D𝟮.₅\uDB76\uDED1\uDB40\uDFAD; [P1 V3 V6]; [P1 V3 V6] # -𑄭2.5󭫑󠎭 B; -\uD804\uDD2D2.5\uDB76\uDED1\uDB40\uDFAD; [P1 V3 V6]; [P1 V3 V6] # -𑄭2.5󭫑󠎭 T; \u200CႡ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6] # ‌Ⴁ畝‍.≮ N; \u200CႡ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌Ⴁ畝‍.≮ T; \u200CႡ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6] # ‌Ⴁ畝‍.≮ N; \u200CႡ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌Ⴁ畝‍.≮ T; \u200CႡ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6] # ‌Ⴁ畝‍.≮ N; \u200CႡ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌Ⴁ畝‍.≮ T; \u200CႡ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6] # ‌Ⴁ畝‍.≮ N; \u200CႡ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌Ⴁ畝‍.≮ T; \u200Cⴁ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6] # ‌ⴁ畝‍.≮ N; \u200Cⴁ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌ⴁ畝‍.≮ T; \u200Cⴁ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6] # ‌ⴁ畝‍.≮ N; \u200Cⴁ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌ⴁ畝‍.≮ T; \u200Cⴁ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6] # ‌ⴁ畝‍.≮ N; \u200Cⴁ畝\u200D.<\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌ⴁ畝‍.≮ T; \u200Cⴁ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6] # ‌ⴁ畝‍.≮ N; \u200Cⴁ畝\u200D.≮; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌ⴁ畝‍.≮ T; 歷。\uD803\uDE62≯\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 歷.𐹢≯򥫳‍ N; 歷。\uD803\uDE62≯\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 歷.𐹢≯򥫳‍ T; 歷。\uD803\uDE62>\u0338\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 歷.𐹢≯򥫳‍ N; 歷。\uD803\uDE62>\u0338\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 歷.𐹢≯򥫳‍ T; 歷。\uD803\uDE62≯\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 歷.𐹢≯򥫳‍ N; 歷。\uD803\uDE62≯\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 歷.𐹢≯򥫳‍ T; 歷。\uD803\uDE62>\u0338\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 歷.𐹢≯򥫳‍ N; 歷。\uD803\uDE62>\u0338\uDA56\uDEF3\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 歷.𐹢≯򥫳‍ T; \u0962\u200D.𠸔\uDB43\uDC11; [P1 V5 V6 C2]; [P1 V5 V6] # ॢ‍.𠸔󠰑 N; \u0962\u200D.𠸔\uDB43\uDC11; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ॢ‍.𠸔󠰑 T; \u0962\u200D.𠸔\uDB43\uDC11; [P1 V5 V6 C2]; [P1 V5 V6] # ॢ‍.𠸔󠰑 N; \u0962\u200D.𠸔\uDB43\uDC11; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ॢ‍.𠸔󠰑 T; \u200D\u200C\u0756。\uDB66\uDEA5\uFD1E; [P1 V6 B1 C2 C1 B5 B6]; [P1 V6 B5 B6] # ‍‌ݖ.󩪥جي N; \u200D\u200C\u0756。\uDB66\uDEA5\uFD1E; [P1 V6 B1 C2 C1 B5 B6]; [P1 V6 B1 C2 C1 B5 B6] # ‍‌ݖ.󩪥جي T; \u200D\u200C\u0756。\uDB66\uDEA5\u062C\u064A; [P1 V6 B1 C2 C1 B5 B6]; [P1 V6 B5 B6] # ‍‌ݖ.󩪥جي N; \u200D\u200C\u0756。\uDB66\uDEA5\u062C\u064A; [P1 V6 B1 C2 C1 B5 B6]; [P1 V6 B1 C2 C1 B5 B6] # ‍‌ݖ.󩪥جي B; \u0641≠𝟶-.ς⒓\uD803\uDE7E≠; [P1 V3 V6 B3 B5 B6]; [P1 V3 V6 B3 B5 B6] # ف≠0-.ς⒓𐹾≠ B; \u0641=\u0338𝟶-.ς⒓\uD803\uDE7E=\u0338; [P1 V3 V6 B3 B5 B6]; [P1 V3 V6 B3 B5 B6] # ف≠0-.ς⒓𐹾≠ B; \u0641≠0-.ς12.\uD803\uDE7E≠; [P1 V3 V6 B3 B1]; [P1 V3 V6 B3 B1] # ف≠0-.ς12.𐹾≠ B; \u0641=\u03380-.ς12.\uD803\uDE7E=\u0338; [P1 V3 V6 B3 B1]; [P1 V3 V6 B3 B1] # ف≠0-.ς12.𐹾≠ B; \u0641=\u03380-.Σ12.\uD803\uDE7E=\u0338; [P1 V3 V6 B3 B1]; [P1 V3 V6 B3 B1] # ف≠0-.σ12.𐹾≠ B; \u0641≠0-.Σ12.\uD803\uDE7E≠; [P1 V3 V6 B3 B1]; [P1 V3 V6 B3 B1] # ف≠0-.σ12.𐹾≠ B; \u0641≠0-.σ12.\uD803\uDE7E≠; [P1 V3 V6 B3 B1]; [P1 V3 V6 B3 B1] # ف≠0-.σ12.𐹾≠ B; \u0641=\u03380-.σ12.\uD803\uDE7E=\u0338; [P1 V3 V6 B3 B1]; [P1 V3 V6 B3 B1] # ف≠0-.σ12.𐹾≠ B; \u0641=\u0338𝟶-.Σ⒓\uD803\uDE7E=\u0338; [P1 V3 V6 B3 B5 B6]; [P1 V3 V6 B3 B5 B6] # ف≠0-.σ⒓𐹾≠ B; \u0641≠𝟶-.Σ⒓\uD803\uDE7E≠; [P1 V3 V6 B3 B5 B6]; [P1 V3 V6 B3 B5 B6] # ف≠0-.σ⒓𐹾≠ B; \u0641≠𝟶-.σ⒓\uD803\uDE7E≠; [P1 V3 V6 B3 B5 B6]; [P1 V3 V6 B3 B5 B6] # ف≠0-.σ⒓𐹾≠ B; \u0641=\u0338𝟶-.σ⒓\uD803\uDE7E=\u0338; [P1 V3 V6 B3 B5 B6]; [P1 V3 V6 B3 B5 B6] # ف≠0-.σ⒓𐹾≠ B; ꊉ.-\u0623\u17CD\uD804\uDC42; [V3 B1]; [V3 B1] # ꊉ.-أ៍𑁂 B; ꊉ.-\u0627\u0654\u17CD\uD804\uDC42; [V3 B1]; [V3 B1] # ꊉ.-أ៍𑁂 B; ᢚ⒈ß\u05B0。\uD9CF\uDF0F-; [P1 V6 V3]; [P1 V6 V3] # ᢚ⒈ßְ.򃼏- B; ᢚ1.ß\u05B0。\uD9CF\uDF0F-; [P1 V3 V6]; [P1 V3 V6] # ᢚ1.ßְ.򃼏- B; ᢚ1.SS\u05B0。\uD9CF\uDF0F-; [P1 V3 V6]; [P1 V3 V6] # ᢚ1.ssְ.򃼏- B; ᢚ1.ss\u05B0。\uD9CF\uDF0F-; [P1 V3 V6]; [P1 V3 V6] # ᢚ1.ssְ.򃼏- B; ᢚ1.Ss\u05B0。\uD9CF\uDF0F-; [P1 V3 V6]; [P1 V3 V6] # ᢚ1.ssְ.򃼏- B; ᢚ⒈SS\u05B0。\uD9CF\uDF0F-; [P1 V6 V3]; [P1 V6 V3] # ᢚ⒈ssְ.򃼏- B; ᢚ⒈ss\u05B0。\uD9CF\uDF0F-; [P1 V6 V3]; [P1 V6 V3] # ᢚ⒈ssְ.򃼏- B; ᢚ⒈Ss\u05B0。\uD9CF\uDF0F-; [P1 V6 V3]; [P1 V6 V3] # ᢚ⒈ssְ.򃼏- T; \uD963\uDD99.\u1039ςႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္ςႦ‍ N; \uD963\uDD99.\u1039ςႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္ςႦ‍ T; \uD963\uDD99.\u1039ςႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္ςႦ‍ N; \uD963\uDD99.\u1039ςႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္ςႦ‍ T; \uD963\uDD99.\u1039ςⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္ςⴆ‍ N; \uD963\uDD99.\u1039ςⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္ςⴆ‍ T; \uD963\uDD99.\u1039ΣႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္σႦ‍ N; \uD963\uDD99.\u1039ΣႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္σႦ‍ T; \uD963\uDD99.\u1039σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္σⴆ‍ N; \uD963\uDD99.\u1039σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္σⴆ‍ T; \uD963\uDD99.\u1039Σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္σⴆ‍ N; \uD963\uDD99.\u1039Σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္σⴆ‍ T; \uD963\uDD99.\u1039ςⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္ςⴆ‍ N; \uD963\uDD99.\u1039ςⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္ςⴆ‍ T; \uD963\uDD99.\u1039ΣႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္σႦ‍ N; \uD963\uDD99.\u1039ΣႦ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္σႦ‍ T; \uD963\uDD99.\u1039σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္σⴆ‍ N; \uD963\uDD99.\u1039σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္σⴆ‍ T; \uD963\uDD99.\u1039Σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5] # 񨶙.္σⴆ‍ N; \uD963\uDD99.\u1039Σⴆ\u200D; [P1 V6 V5 C2]; [P1 V6 V5 C2] # 񨶙.္σⴆ‍ B; ⾆\uD803\uDE70.\u302A; [V5 B5 B6]; [V5 B5 B6] # 舌𐹰.〪 B; 舌\uD803\uDE70.\u302A; [V5 B5 B6]; [V5 B5 B6] # 舌𐹰.〪 B; 🝧\uD803\uDE6F\uDB40\uDDBA。⸠⒈; [P1 V6 B1]; [P1 V6 B1] # 🝧𐹯.⸠⒈ B; 🝧\uD803\uDE6F\uDB40\uDDBA。⸠1.; [B1]; [B1] # 🝧𐹯.⸠1. T; ⒈\u200C\u0946︒.\uD802\uDE3F; [P1 V6 V5 C1]; [P1 V6 V5] # ⒈‌ॆ︒.𐨿 N; ⒈\u200C\u0946︒.\uD802\uDE3F; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ⒈‌ॆ︒.𐨿 T; 1.\u200C\u0946。.\uD802\uDE3F; [V5 C1 A4_2]; [V5 A4_2] # 1.‌ॆ..𐨿 N; 1.\u200C\u0946。.\uD802\uDE3F; [V5 C1 A4_2]; [V5 C1 A4_2] # 1.‌ॆ..𐨿 B; \u1BAB。䰀\uD803\uDE65\uFC7B\u0829; [V5 B5 B6]; [V5 B5 B6] # ᮫.䰀𐹥ثيࠩ B; \u1BAB。䰀\uD803\uDE65\u062B\u064A\u0829; [V5 B5 B6]; [V5 B5 B6] # ᮫.䰀𐹥ثيࠩ T; ß\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6] # ß‍.᮫󉄐 N; ß\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ß‍.᮫󉄐 T; SS\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6] # ss‍.᮫󉄐 N; SS\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ss‍.᮫󉄐 T; ss\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6] # ss‍.᮫󉄐 N; ss\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ss‍.᮫󉄐 T; Ss\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6] # ss‍.᮫󉄐 N; Ss\u200D.\u1BAB\uDAE4\uDD10; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ss‍.᮫󉄐 B; \u103A\u200C≮.≮; [P1 V5 V6]; [P1 V5 V6] # ်‌≮.≮ B; \u103A\u200C<\u0338.<\u0338; [P1 V5 V6]; [P1 V5 V6] # ်‌≮.≮ B; ℈.\uFFA0; [P1 V6]; [P1 V6] # ℈.ᅠ B; ℈.\u1160; [P1 V6]; [P1 V6] # ℈.ᅠ B; \u0721\uD803\uDF06。\uDAFB\uDF44; [P1 V6]; [P1 V6] # ܡ𐼆.󎽄 B; 爕\uDA06\uDFA2.5気; [P1 V6]; [P1 V6] # 爕򑮢.5気 B; 爕\uDA06\uDFA2.5気; [P1 V6]; [P1 V6] # 爕򑮢.5気 B; ۷\uD804\uDD34Ⴝ-.\u0801\uD802\uDE3F\u0DD6; [P1 V3 V6]; [P1 V3 V6] # ۷𑄴Ⴝ-.ࠁ𐨿ූ B; ۷\uD804\uDD34Ⴝ-.\u0801\uD802\uDE3F\u0DD6; [P1 V3 V6]; [P1 V3 V6] # ۷𑄴Ⴝ-.ࠁ𐨿ූ B; ۷\uD804\uDD34ⴝ-.\u0801\uD802\uDE3F\u0DD6; [V3]; [V3] # ۷𑄴ⴝ-.ࠁ𐨿ූ B; ۷\uD804\uDD34ⴝ-.\u0801\uD802\uDE3F\u0DD6; [V3]; [V3] # ۷𑄴ⴝ-.ࠁ𐨿ූ B; \uD9B4\uDCD3。\uDBCB\uDDAD\uDB49\uDFE2--; [P1 V6 V2 V3]; [P1 V6 V2 V3] # 񽃓.􂶭󢟢-- T; \u200Dꡪ。\u200C\u1039; [C2 C1]; [V5] # ‍ꡪ.‌္ N; \u200Dꡪ。\u200C\u1039; [C2 C1]; [C2 C1] # ‍ꡪ.‌္ T; \u200Dꡪ。\u200C\u1039; [C2 C1]; [V5] # ‍ꡪ.‌္ N; \u200Dꡪ。\u200C\u1039; [C2 C1]; [C2 C1] # ‍ꡪ.‌္ B; \uD83A\uDE31\uFEF4\u06C9。ᡔ𪻗ꡠ; [P1 V6]; [P1 V6] # 𞨱يۉ.ᡔ𪻗ꡠ B; \uD83A\uDE31\u064A\u06C9。ᡔ𪻗ꡠ; [P1 V6]; [P1 V6] # 𞨱يۉ.ᡔ𪻗ꡠ B; \u1C2E\uD83B\uDEE0\uDA91\uDFDA\uA806.\u0717ᡌ; [P1 V5 V6 B1 B2 B3]; [P1 V5 V6 B1 B2 B3] # ᰮ𞻠򴟚꠆.ܗᡌ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。ς\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.ςێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。ς\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.ςێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。ς\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.ςێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。ς\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.ςێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEΣ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEΣ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEΣ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEΣ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEσ; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێσ B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。Σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; \uD9CB\uDE2B킃\uDB40\uDD04ᡖ。σ\u06CEς; [P1 V6 B5]; [P1 V6 B5] # 򂸫킃ᡖ.σێς B; 蔰。\u059F\u036E-\uD804\uDD33; [V5]; [V5] # 蔰.֟ͮ-𑄳 B; ςჅ。\u08A5; [P1 V6]; [P1 V6] # ςჅ.ࢥ T; ςⴥ。\u08A5; ςⴥ.\u08A5; xn--4xa203s.xn--uyb # ςⴥ.ࢥ N; ςⴥ。\u08A5; ςⴥ.\u08A5; xn--3xa403s.xn--uyb # ςⴥ.ࢥ B; ΣჅ。\u08A5; [P1 V6]; [P1 V6] # σჅ.ࢥ B; σⴥ。\u08A5; σⴥ.\u08A5; xn--4xa203s.xn--uyb # σⴥ.ࢥ B; Σⴥ。\u08A5; σⴥ.\u08A5; xn--4xa203s.xn--uyb # σⴥ.ࢥ B; xn--4xa203s.xn--uyb; σⴥ.\u08A5; xn--4xa203s.xn--uyb # σⴥ.ࢥ B; σⴥ.\u08A5; ; xn--4xa203s.xn--uyb # σⴥ.ࢥ B; ΣჅ.\u08A5; [P1 V6]; [P1 V6] # σჅ.ࢥ B; Σⴥ.\u08A5; σⴥ.\u08A5; xn--4xa203s.xn--uyb # σⴥ.ࢥ B; xn--3xa403s.xn--uyb; ςⴥ.\u08A5; xn--3xa403s.xn--uyb # ςⴥ.ࢥ T; ςⴥ.\u08A5; ; xn--4xa203s.xn--uyb # ςⴥ.ࢥ N; ςⴥ.\u08A5; ; xn--3xa403s.xn--uyb # ςⴥ.ࢥ B; \u0BCDႩ\uFB22.\u08E9; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ்Ⴉד.ࣩ B; \u0BCDႩ\u05D3.\u08E9; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ்Ⴉד.ࣩ B; \u0BCDⴉ\u05D3.\u08E9; [V5 B1]; [V5 B1] # ்ⴉד.ࣩ B; \u0BCDⴉ\uFB22.\u08E9; [V5 B1]; [V5 B1] # ்ⴉד.ࣩ B; \uDB43\uDF21≮\uD8F2\uDFE5\u085A。\uD803\uDCDF; [P1 V6]; [P1 V6] # 󠼡≮񌯥࡚.𐳟 B; \uDB43\uDF21<\u0338\uD8F2\uDFE5\u085A。\uD803\uDCDF; [P1 V6]; [P1 V6] # 󠼡≮񌯥࡚.𐳟 T; \u06C5。\u200Dẏ\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200Dẏ\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200Dy\u0307\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200Dy\u0307\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200Dẏ\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200Dẏ\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200Dy\u0307\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200Dy\u0307\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200DY\u0307\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200DY\u0307\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200DẎ\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200DẎ\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200DY\u0307\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200DY\u0307\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س T; \u06C5。\u200DẎ\u200C\u0633; [B1 C2 C1]; [B5 B6] # ۅ.‍ẏ‌س N; \u06C5。\u200DẎ\u200C\u0633; [B1 C2 C1]; [B1 C2 C1] # ۅ.‍ẏ‌س B; \uD803\uDE67\u0353。\uDA0B\uDCF6\u0F84; [P1 V6 B1]; [P1 V6 B1] # 𐹧͓.򒳶྄ B; -≠\u1BAA。嵕\uD802\uDD7F𝟷\u2D7F; [P1 V3 V6 B5]; [P1 V3 V6 B5] # -≠᮪.嵕𐥿1⵿ B; -=\u0338\u1BAA。嵕\uD802\uDD7F𝟷\u2D7F; [P1 V3 V6 B5]; [P1 V3 V6 B5] # -≠᮪.嵕𐥿1⵿ B; -≠\u1BAA。嵕\uD802\uDD7F1\u2D7F; [P1 V3 V6 B5]; [P1 V3 V6 B5] # -≠᮪.嵕𐥿1⵿ B; -=\u0338\u1BAA。嵕\uD802\uDD7F1\u2D7F; [P1 V3 V6 B5]; [P1 V3 V6 B5] # -≠᮪.嵕𐥿1⵿ T; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D≯\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B5 B6 B3] # ‌𖜶𐹽ڭ.ړ‍≯‍ N; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D≯\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B1 C1 B3 C2] # ‌𖜶𐹽ڭ.ړ‍≯‍ T; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D>\u0338\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B5 B6 B3] # ‌𖜶𐹽ڭ.ړ‍≯‍ N; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D>\u0338\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B1 C1 B3 C2] # ‌𖜶𐹽ڭ.ړ‍≯‍ T; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D≯\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B5 B6 B3] # ‌𖜶𐹽ڭ.ړ‍≯‍ N; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D≯\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B1 C1 B3 C2] # ‌𖜶𐹽ڭ.ړ‍≯‍ T; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D>\u0338\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B5 B6 B3] # ‌𖜶𐹽ڭ.ړ‍≯‍ N; \u200C\uD819\uDF36\uD803\uDE7D\u06AD.\u0693\u200D>\u0338\u200D; [P1 V6 B1 C1 B3 C2]; [P1 V6 B1 C1 B3 C2] # ‌𖜶𐹽ڭ.ړ‍≯‍ B; ≮.\u17B5ᢨ\u07E8; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮.឵ᢨߨ B; <\u0338.\u17B5ᢨ\u07E8; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮.឵ᢨߨ B; ≮.\u17B5ᢨ\u07E8; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮.឵ᢨߨ B; <\u0338.\u17B5ᢨ\u07E8; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ≮.឵ᢨߨ T; \uD83B\uDC59\u200D。ႩႵ; [P1 V6 B3 C2]; [P1 V6] # 𞱙‍.ႩႵ N; \uD83B\uDC59\u200D。ႩႵ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # 𞱙‍.ႩႵ T; \uD83B\uDC59\u200D。ႩႵ; [P1 V6 B3 C2]; [P1 V6] # 𞱙‍.ႩႵ N; \uD83B\uDC59\u200D。ႩႵ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # 𞱙‍.ႩႵ T; \uD83B\uDC59\u200D。ⴉⴕ; [P1 V6 B3 C2]; [P1 V6] # 𞱙‍.ⴉⴕ N; \uD83B\uDC59\u200D。ⴉⴕ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # 𞱙‍.ⴉⴕ T; \uD83B\uDC59\u200D。Ⴉⴕ; [P1 V6 B3 C2]; [P1 V6] # 𞱙‍.Ⴉⴕ N; \uD83B\uDC59\u200D。Ⴉⴕ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # 𞱙‍.Ⴉⴕ T; \uD83B\uDC59\u200D。ⴉⴕ; [P1 V6 B3 C2]; [P1 V6] # 𞱙‍.ⴉⴕ N; \uD83B\uDC59\u200D。ⴉⴕ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # 𞱙‍.ⴉⴕ T; \uD83B\uDC59\u200D。Ⴉⴕ; [P1 V6 B3 C2]; [P1 V6] # 𞱙‍.Ⴉⴕ N; \uD83B\uDC59\u200D。Ⴉⴕ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # 𞱙‍.Ⴉⴕ T; \u200C\u200Cㄤ.\u1DD9\uD8D2\uDC4F\uA92A; [P1 V5 V6 C1]; [P1 V5 V6] # ‌‌ㄤ.ᷙ񄡏ꤪ N; \u200C\u200Cㄤ.\u1DD9\uD8D2\uDC4F\uA92A; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ‌‌ㄤ.ᷙ񄡏ꤪ T; \u200C\u200Cㄤ.\u1DD9\uD8D2\uDC4F\uA92A; [P1 V5 V6 C1]; [P1 V5 V6] # ‌‌ㄤ.ᷙ񄡏ꤪ N; \u200C\u200Cㄤ.\u1DD9\uD8D2\uDC4F\uA92A; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ‌‌ㄤ.ᷙ񄡏ꤪ T; ⒓。-\u200CᠶႷ; [P1 V6 V3 C1]; [P1 V6 V3] # ⒓.-‌ᠶႷ N; ⒓。-\u200CᠶႷ; [P1 V6 V3 C1]; [P1 V6 V3 C1] # ⒓.-‌ᠶႷ T; 12.。-\u200CᠶႷ; [P1 V3 V6 A4_2 C1]; [P1 V3 V6 A4_2] # 12..-‌ᠶႷ N; 12.。-\u200CᠶႷ; [P1 V3 V6 A4_2 C1]; [P1 V3 V6 A4_2 C1] # 12..-‌ᠶႷ T; 12.。-\u200Cᠶⴗ; [V3 A4_2 C1]; [V3 A4_2] # 12..-‌ᠶⴗ N; 12.。-\u200Cᠶⴗ; [V3 A4_2 C1]; [V3 A4_2 C1] # 12..-‌ᠶⴗ T; ⒓。-\u200Cᠶⴗ; [P1 V6 V3 C1]; [P1 V6 V3] # ⒓.-‌ᠶⴗ N; ⒓。-\u200Cᠶⴗ; [P1 V6 V3 C1]; [P1 V6 V3 C1] # ⒓.-‌ᠶⴗ T; 🐚\uD83A\uDC7B.≠\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 🐚𞡻.≠‌ N; 🐚\uD83A\uDC7B.≠\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🐚𞡻.≠‌ T; 🐚\uD83A\uDC7B.=\u0338\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 🐚𞡻.≠‌ N; 🐚\uD83A\uDC7B.=\u0338\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🐚𞡻.≠‌ T; 🐚\uD83A\uDC7B.≠\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 🐚𞡻.≠‌ N; 🐚\uD83A\uDC7B.≠\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🐚𞡻.≠‌ T; 🐚\uD83A\uDC7B.=\u0338\u200C; [P1 V6 B1 C1]; [P1 V6 B1] # 🐚𞡻.≠‌ N; 🐚\uD83A\uDC7B.=\u0338\u200C; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🐚𞡻.≠‌ B; \uA672\u0F74。\uD83B\uDF16\u0B4D\uFE25; [P1 V5 V6]; [P1 V5 V6] # ꙲ུ.𞼖୍︥ B; \uA672\u0F74。\uD83B\uDF16\u0B4D\uFE25; [P1 V5 V6]; [P1 V5 V6] # ꙲ུ.𞼖୍︥ B; Ⴔ\u07F2۰\u05C5.⒕\u1037\u08FD; [P1 V6]; [P1 V6] # Ⴔ߲۰ׅ.⒕့ࣽ B; Ⴔ\u07F2۰\u05C5.14.\u1037\u08FD; [P1 V6 V5]; [P1 V6 V5] # Ⴔ߲۰ׅ.14.့ࣽ B; ⴔ\u07F2۰\u05C5.14.\u1037\u08FD; [V5]; [V5] # ⴔ߲۰ׅ.14.့ࣽ B; ⴔ\u07F2۰\u05C5.⒕\u1037\u08FD; [P1 V6]; [P1 V6] # ⴔ߲۰ׅ.⒕့ࣽ T; 䏈\u200C。\u200C⒈\uDBB6\uDEE1; [P1 V6 C1]; [P1 V6] # 䏈‌.‌⒈󽫡 N; 䏈\u200C。\u200C⒈\uDBB6\uDEE1; [P1 V6 C1]; [P1 V6 C1] # 䏈‌.‌⒈󽫡 T; 䏈\u200C。\u200C1.\uDBB6\uDEE1; [P1 V6 C1]; [P1 V6] # 䏈‌.‌1.󽫡 N; 䏈\u200C。\u200C1.\uDBB6\uDEE1; [P1 V6 C1]; [P1 V6 C1] # 䏈‌.‌1.󽫡 B; 𝟑\u0F7Eß\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾß᳛.󠪏 B; 3\u0F7Eß\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾß᳛.󠪏 B; 3\u0F7ESS\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾss᳛.󠪏 B; 3\u0F7Ess\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾss᳛.󠪏 B; 3\u0F7ESs\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾss᳛.󠪏 B; 𝟑\u0F7ESS\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾss᳛.󠪏 B; 𝟑\u0F7Ess\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾss᳛.󠪏 B; 𝟑\u0F7ESs\u1CDB。\uDB42\uDE8F; [P1 V6]; [P1 V6] # 3ཾss᳛.󠪏 T; \u200D\uD8EC\uDCFF\uD803\uDEBF\u17D2。ᡌ⒈; [P1 V6 B1 C2]; [P1 V6 B5 B6] # ‍񋃿𐺿្.ᡌ⒈ N; \u200D\uD8EC\uDCFF\uD803\uDEBF\u17D2。ᡌ⒈; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍񋃿𐺿្.ᡌ⒈ T; \u200D\uD8EC\uDCFF\uD803\uDEBF\u17D2。ᡌ1.; [P1 V6 B1 C2]; [P1 V6 B5 B6] # ‍񋃿𐺿្.ᡌ1. N; \u200D\uD8EC\uDCFF\uD803\uDEBF\u17D2。ᡌ1.; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍񋃿𐺿្.ᡌ1. B; \uDB40\uDD35.\uD803\uDD6D\uDA1C\uDC0D\uDBD9\uDDD4\u08A6; [P1 V6 B2]; [P1 V6 B2] # 𐵭򗀍􆗔ࢦ B; \uDB40\uDD35.\uD803\uDD6D\uDA1C\uDC0D\uDBD9\uDDD4\u08A6; [P1 V6 B2]; [P1 V6 B2] # 𐵭򗀍􆗔ࢦ B; \u0642\uD802\uDCB0⒈.\u20C4🄅\uD871\uDC33\u075B; [P1 V6 B1]; [P1 V6 B1] # ق𐢰⒈.⃄🄅𬐳ݛ B; \u0642\uD802\uDCB01..\u20C44,\uD871\uDC33\u075B; [P1 V6 A4_2 B1]; [P1 V6 A4_2 B1] # ق𐢰1..⃄4,𬐳ݛ B; \u0ECB\u07E9\u0944\u08A3。-≀\uDA2C\uDC7D; [P1 V5 V3 V6 B1]; [P1 V5 V3 V6 B1] # ໋ߩॄࢣ.-≀򛁽 B; -.\uD804\uDDC0剘ßᢔ; [V3 V5]; [V3 V5] # -.𑇀剘ßᢔ B; -.\uD804\uDDC0剘SSᢔ; [V3 V5]; [V3 V5] # -.𑇀剘ssᢔ B; -.\uD804\uDDC0剘ssᢔ; [V3 V5]; [V3 V5] # -.𑇀剘ssᢔ B; -.\uD804\uDDC0剘Ssᢔ; [V3 V5]; [V3 V5] # -.𑇀剘ssᢔ B; 🕟\uD803\uDFC0。-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 🕟𐿀.- B; 🕟\uD803\uDFC0。-; [P1 V6 V3 B1]; [P1 V6 V3 B1] # 🕟𐿀.- B; ⒈\uDB41\uDF0C\uD803\uDE69。≠\u0664\uD803\uDE6C; [P1 V6 B1]; [P1 V6 B1] # ⒈󠜌𐹩.≠٤𐹬 B; ⒈\uDB41\uDF0C\uD803\uDE69。=\u0338\u0664\uD803\uDE6C; [P1 V6 B1]; [P1 V6 B1] # ⒈󠜌𐹩.≠٤𐹬 B; 1.\uDB41\uDF0C\uD803\uDE69。≠\u0664\uD803\uDE6C; [P1 V6 B1]; [P1 V6 B1] # 1.󠜌𐹩.≠٤𐹬 B; 1.\uDB41\uDF0C\uD803\uDE69。=\u0338\u0664\uD803\uDE6C; [P1 V6 B1]; [P1 V6 B1] # 1.󠜌𐹩.≠٤𐹬 T; \u0661㇡Ⴎ\u200C.㖾\u0666; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 B5 B6] # ١㇡Ⴎ‌.㖾٦ N; \u0661㇡Ⴎ\u200C.㖾\u0666; [P1 V6 B1 C1 B5 B6]; [P1 V6 B1 C1 B5 B6] # ١㇡Ⴎ‌.㖾٦ T; \u0661㇡ⴎ\u200C.㖾\u0666; [B1 C1 B5 B6]; [B1 B5 B6] # ١㇡ⴎ‌.㖾٦ N; \u0661㇡ⴎ\u200C.㖾\u0666; [B1 C1 B5 B6]; [B1 C1 B5 B6] # ١㇡ⴎ‌.㖾٦ B; \uD928\uDE2C.\u07C7\u06B8ႳႧ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񚈬.߇ڸႳႧ B; \uD928\uDE2C.\u07C7\u06B8ႳႧ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񚈬.߇ڸႳႧ B; \uD928\uDE2C.\u07C7\u06B8ⴓⴇ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񚈬.߇ڸⴓⴇ B; \uD928\uDE2C.\u07C7\u06B8Ⴓⴇ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񚈬.߇ڸႳⴇ B; \uD928\uDE2C.\u07C7\u06B8ⴓⴇ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񚈬.߇ڸⴓⴇ B; \uD928\uDE2C.\u07C7\u06B8Ⴓⴇ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񚈬.߇ڸႳⴇ T; \u200D\uDA4B\uDEE5.\uD802\uDD2E\uD83A\uDEE9; [P1 V6 C2]; [P1 V6] # ‍򢻥.𐤮𞫩 N; \u200D\uDA4B\uDEE5.\uD802\uDD2E\uD83A\uDEE9; [P1 V6 C2]; [P1 V6 C2] # ‍򢻥.𐤮𞫩 B; \uD949\uDC67⒒\uDB43\uDC07.ꡎ⒈; [P1 V6]; [P1 V6] # 񢑧⒒󠰇.ꡎ⒈ B; \uD949\uDC6711.\uDB43\uDC07.ꡎ1.; [P1 V6]; [P1 V6] # 񢑧11.󠰇.ꡎ1. B; \u06D0𝟝\uD833\uDE92-。\uD8D1\uDD9A\u1039\uFC39\uAAF6; [P1 V3 V6 B2 B3 B5 B6]; [P1 V3 V6 B2 B3 B5 B6] # ې5𜺒-.񄖚္كح꫶ B; \u06D05\uD833\uDE92-。\uD8D1\uDD9A\u1039\u0643\u062D\uAAF6; [P1 V3 V6 B2 B3 B5 B6]; [P1 V3 V6 B2 B3 B5 B6] # ې5𜺒-.񄖚္كح꫶ B; Ⴕ。⒖≮ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。⒖<\u0338ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。15.≮ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。15.<\u0338ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。15.<\u0338ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。15.≮ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。15.≮SS\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。15.<\u0338SS\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。15.<\u0338ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。15.≮ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。15.≮Ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。15.<\u0338Ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。⒖<\u0338ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。⒖≮ß\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。⒖≮SS\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。⒖<\u0338SS\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。⒖<\u0338ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ⴕ。⒖≮ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。⒖≮Ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; Ⴕ。⒖<\u0338Ss\uDB40\uDDE1; [P1 V6]; [P1 V6] B; ᡧ-.\u08F5꒱\uDB40\uDDAB; [V3 V5]; [V3 V5] # ᡧ-.ࣵ꒱ T; \uD802\uDF65\u200C.≯䕵⬯; [P1 V6 B3 C1]; [P1 V6] # 𐭥‌.≯䕵⬯ N; \uD802\uDF65\u200C.≯䕵⬯; [P1 V6 B3 C1]; [P1 V6 B3 C1] # 𐭥‌.≯䕵⬯ T; \uD802\uDF65\u200C.>\u0338䕵⬯; [P1 V6 B3 C1]; [P1 V6] # 𐭥‌.≯䕵⬯ N; \uD802\uDF65\u200C.>\u0338䕵⬯; [P1 V6 B3 C1]; [P1 V6 B3 C1] # 𐭥‌.≯䕵⬯ B; \u0F18ß\u0643.ᡄ⁷︒; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ༘ßك.ᡄ7︒ B; \u0F18ß\u0643.ᡄ7。; [V5 B1]; [V5 B1] # ༘ßك.ᡄ7. B; \u0F18SS\u0643.ᡄ7。; [V5 B1]; [V5 B1] # ༘ssك.ᡄ7. B; \u0F18ss\u0643.ᡄ7。; [V5 B1]; [V5 B1] # ༘ssك.ᡄ7. B; \u0F18Ss\u0643.ᡄ7。; [V5 B1]; [V5 B1] # ༘ssك.ᡄ7. B; \u0F18SS\u0643.ᡄ⁷︒; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ༘ssك.ᡄ7︒ B; \u0F18ss\u0643.ᡄ⁷︒; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ༘ssك.ᡄ7︒ B; \u0F18Ss\u0643.ᡄ⁷︒; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ༘ssك.ᡄ7︒ B; -≮\uDB42\uDCE8\uDB40\uDD01.\uDB43\uDE5FႡꡋ; [P1 V3 V6]; [P1 V3 V6] # -≮󠣨.󠹟Ⴁꡋ B; -<\u0338\uDB42\uDCE8\uDB40\uDD01.\uDB43\uDE5FႡꡋ; [P1 V3 V6]; [P1 V3 V6] # -≮󠣨.󠹟Ⴁꡋ B; -<\u0338\uDB42\uDCE8\uDB40\uDD01.\uDB43\uDE5Fⴁꡋ; [P1 V3 V6]; [P1 V3 V6] # -≮󠣨.󠹟ⴁꡋ B; -≮\uDB42\uDCE8\uDB40\uDD01.\uDB43\uDE5Fⴁꡋ; [P1 V3 V6]; [P1 V3 V6] # -≮󠣨.󠹟ⴁꡋ T; ᡒ。\u0693\u200D\u200C; [B3 C2 C1]; xn--i8e.xn--pjb # ᡒ.ړ‍‌ N; ᡒ。\u0693\u200D\u200C; [B3 C2 C1]; [B3 C2 C1] # ᡒ.ړ‍‌ T; ᡒ。\u0693\u200D\u200C; [B3 C2 C1]; xn--i8e.xn--pjb # ᡒ.ړ‍‌ N; ᡒ。\u0693\u200D\u200C; [B3 C2 C1]; [B3 C2 C1] # ᡒ.ړ‍‌ B; xn--i8e.xn--pjb; ᡒ.\u0693; xn--i8e.xn--pjb # ᡒ.ړ B; ᡒ.\u0693; ; xn--i8e.xn--pjb # ᡒ.ړ B; \u1B80\u07AE.\u0672\u06D9\u0660; [V5]; [V5] # ᮀޮ.ٲۙ٠ B; \u1B80\u07AE.\u0672\u06D9\u0660; [V5]; [V5] # ᮀޮ.ٲۙ٠ B; Ⅎ\u033D\uDA22\uDE47。≯⾑; [P1 V6]; [P1 V6] # Ⅎ̽򘩇.≯襾 B; Ⅎ\u033D\uDA22\uDE47。>\u0338⾑; [P1 V6]; [P1 V6] # Ⅎ̽򘩇.≯襾 B; Ⅎ\u033D\uDA22\uDE47。≯襾; [P1 V6]; [P1 V6] # Ⅎ̽򘩇.≯襾 B; Ⅎ\u033D\uDA22\uDE47。>\u0338襾; [P1 V6]; [P1 V6] # Ⅎ̽򘩇.≯襾 B; ⅎ\u033D\uDA22\uDE47。>\u0338襾; [P1 V6]; [P1 V6] # ⅎ̽򘩇.≯襾 B; ⅎ\u033D\uDA22\uDE47。≯襾; [P1 V6]; [P1 V6] # ⅎ̽򘩇.≯襾 B; ⅎ\u033D\uDA22\uDE47。>\u0338⾑; [P1 V6]; [P1 V6] # ⅎ̽򘩇.≯襾 B; ⅎ\u033D\uDA22\uDE47。≯⾑; [P1 V6]; [P1 V6] # ⅎ̽򘩇.≯襾 T; ς\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6] # ς‍ᨘ𐹻.- N; ς\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6 C2] # ς‍ᨘ𐹻.- T; ς\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6] # ς‍ᨘ𐹻.- N; ς\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6 C2] # ς‍ᨘ𐹻.- T; Σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6] # σ‍ᨘ𐹻.- N; Σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6 C2] # σ‍ᨘ𐹻.- T; σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6] # σ‍ᨘ𐹻.- N; σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6 C2] # σ‍ᨘ𐹻.- T; Σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6] # σ‍ᨘ𐹻.- N; Σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6 C2] # σ‍ᨘ𐹻.- T; σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6] # σ‍ᨘ𐹻.- N; σ\u200D\u1A18\uD803\uDE7B。-; [V3 B5 B6 C2]; [V3 B5 B6 C2] # σ‍ᨘ𐹻.- T; \u200C.ßႩ-; [P1 V3 V6 C1]; [P1 V3 V6] # ‌.ßႩ- N; \u200C.ßႩ-; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ‌.ßႩ- T; \u200C.ßⴉ-; [V3 C1]; [V3] # ‌.ßⴉ- N; \u200C.ßⴉ-; [V3 C1]; [V3 C1] # ‌.ßⴉ- T; \u200C.SSႩ-; [P1 V3 V6 C1]; [P1 V3 V6] # ‌.ssႩ- N; \u200C.SSႩ-; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ‌.ssႩ- T; \u200C.ssⴉ-; [V3 C1]; [V3] # ‌.ssⴉ- N; \u200C.ssⴉ-; [V3 C1]; [V3 C1] # ‌.ssⴉ- T; \u200C.Ssⴉ-; [V3 C1]; [V3] # ‌.ssⴉ- N; \u200C.Ssⴉ-; [V3 C1]; [V3 C1] # ‌.ssⴉ- B; \uDA39\uDD84\u07E1㓱。⾑; [P1 V6 B5]; [P1 V6 B5] # 򞖄ߡ㓱.襾 B; \uDA39\uDD84\u07E1㓱。襾; [P1 V6 B5]; [P1 V6 B5] # 򞖄ߡ㓱.襾 T; \u0724ꡗ\uD803\uDE66≮。≯\uD9FF\uDFFF\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # ܤꡗ𐹦≮.≯򏿿‍ N; \u0724ꡗ\uD803\uDE66≮。≯\uD9FF\uDFFF\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # ܤꡗ𐹦≮.≯򏿿‍ T; \u0724ꡗ\uD803\uDE66<\u0338。>\u0338\uD9FF\uDFFF\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3] # ܤꡗ𐹦≮.≯򏿿‍ N; \u0724ꡗ\uD803\uDE66<\u0338。>\u0338\uD9FF\uDFFF\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # ܤꡗ𐹦≮.≯򏿿‍ B; 𝟯。\uDAAD\uDE42\u0766ᠣ⩋; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 3.򻙂ݦᠣ⩋ B; 3。\uDAAD\uDE42\u0766ᠣ⩋; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 3.򻙂ݦᠣ⩋ B; -\uD83A\uDD35。\u0FB4\u0E3A; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -𞤵.ྴฺ T; \u200C\u0484⒏.\u1B03\uDAD8\uDD73\u0665\uD8FE\uDC0E; [P1 V6 V5 C1 B1]; [P1 V5 V6 B1] # ‌҄⒏.ᬃ󆅳٥񏠎 N; \u200C\u0484⒏.\u1B03\uDAD8\uDD73\u0665\uD8FE\uDC0E; [P1 V6 V5 C1 B1]; [P1 V6 V5 C1 B1] # ‌҄⒏.ᬃ󆅳٥񏠎 T; \u200C\u04848..\u1B03\uDAD8\uDD73\u0665\uD8FE\uDC0E; [P1 V5 V6 C1 A4_2 B1]; [P1 V5 V6 A4_2 B1] # ‌҄8..ᬃ󆅳٥񏠎 N; \u200C\u04848..\u1B03\uDAD8\uDD73\u0665\uD8FE\uDC0E; [P1 V5 V6 C1 A4_2 B1]; [P1 V5 V6 C1 A4_2 B1] # ‌҄8..ᬃ󆅳٥񏠎 T; 齙--۴.ß; ; xn-----xbe3617m.ss N; 齙--۴.ß; ; xn-----xbe3617m.xn--zca B; 齙--۴.SS; 齙--۴.ss; xn-----xbe3617m.ss B; xn-----xbe3617m.ss; 齙--۴.ss; xn-----xbe3617m.ss B; xn-----xbe3617m.xn--zca; 齙--۴.ß; xn-----xbe3617m.xn--zca T; \u2D7F.\u0665\u1CE5\u200C; [V5 B1 C1]; [V5 B1] # ⵿.٥᳥‌ N; \u2D7F.\u0665\u1CE5\u200C; [V5 B1 C1]; [V5 B1 C1] # ⵿.٥᳥‌ T; \uD8B0\uDFF2\uA6F0。\uDEDE-\u200D; [P1 V6 C2]; [P1 V6 V3 A3] # 𼏲꛰.?-‍ N; \uD8B0\uDFF2\uA6F0。\uDEDE-\u200D; [P1 V6 C2]; [P1 V6 C2 A3] # 𼏲꛰.?-‍ T; \uD8B0\uDFF2\uA6F0。\uDEDE-\u200D; [P1 V6 C2]; [P1 V6 V3 A3] # 𼏲꛰.?-‍ N; \uD8B0\uDFF2\uA6F0。\uDEDE-\u200D; [P1 V6 C2]; [P1 V6 C2 A3] # 𼏲꛰.?-‍ B; \uD8B0\uDFF2\uA6F0; [P1 V6]; [P1 V6] # 𼏲꛰ B; \u1BF3.\uD83A\uDCAB-\uFE0A悎; [P1 V5 V6 B2 B3]; [P1 V5 V6 B2 B3] # ᯳.𞢫-悎 B; \u1BF3.\uD83A\uDCAB-\uFE0A悎; [P1 V5 V6 B2 B3]; [P1 V5 V6 B2 B3] # ᯳.𞢫-悎 B; \uD93C\uDE99\uDB41\uDF6C.\u077F\uD8DA\uDE12; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񟊙󠝬.ݿ񆨒 B; \uD93C\uDE99\uDB41\uDF6C.\u077F\uD8DA\uDE12; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񟊙󠝬.ݿ񆨒 B; ᡭ\uD802\uDD6Bᠹ.4; [P1 V6 B5]; [P1 V6 B5] # ᡭ𐥫ᠹ.4 B; \uD802\uDEE3\u0852\u084C\u066C.\uDF56; [P1 V6]; [P1 V6 A3] # 𐫣ࡒࡌ٬.? B; \uD802\uDEE3\u0852\u084C\u066C; [P1 V6]; [P1 V6] # 𐫣ࡒࡌ٬ B; Ↄ。\u1A60\uD804\uDD80\uD83A\uDC3D; [P1 V6 V5 B1]; [P1 V6 V5 B1] # Ↄ.᩠𑆀𞠽 B; ↄ。\u1A60\uD804\uDD80\uD83A\uDC3D; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ↄ.᩠𑆀𞠽 B; \uDB40\uDD00-。\uD8DD\uDE72≮\uD804\uDC46; [P1 V3 V6]; [P1 V3 V6] # -.񇙲≮𑁆 B; \uDB40\uDD00-。\uD8DD\uDE72<\u0338\uD804\uDC46; [P1 V3 V6]; [P1 V3 V6] # -.񇙲≮𑁆 T; \u200C䷭\u200D。\uDA2B\uDDC3≮Ⴉ; [P1 V6 C1 C2]; [P1 V6] # ‌䷭‍.򚷃≮Ⴉ N; \u200C䷭\u200D。\uDA2B\uDDC3≮Ⴉ; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌䷭‍.򚷃≮Ⴉ T; \u200C䷭\u200D。\uDA2B\uDDC3<\u0338Ⴉ; [P1 V6 C1 C2]; [P1 V6] # ‌䷭‍.򚷃≮Ⴉ N; \u200C䷭\u200D。\uDA2B\uDDC3<\u0338Ⴉ; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌䷭‍.򚷃≮Ⴉ T; \u200C䷭\u200D。\uDA2B\uDDC3<\u0338ⴉ; [P1 V6 C1 C2]; [P1 V6] # ‌䷭‍.򚷃≮ⴉ N; \u200C䷭\u200D。\uDA2B\uDDC3<\u0338ⴉ; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌䷭‍.򚷃≮ⴉ T; \u200C䷭\u200D。\uDA2B\uDDC3≮ⴉ; [P1 V6 C1 C2]; [P1 V6] # ‌䷭‍.򚷃≮ⴉ N; \u200C䷭\u200D。\uDA2B\uDDC3≮ⴉ; [P1 V6 C1 C2]; [P1 V6 C1 C2] # ‌䷭‍.򚷃≮ⴉ B; \uD803\uDE64-\u1BF3ᡓ。︒䖐⾆; [P1 V6 B1]; [P1 V6 B1] # 𐹤-᯳ᡓ.︒䖐舌 B; \uD803\uDE64-\u1BF3ᡓ。。䖐舌; [B1 A4_2]; [B1 A4_2] # 𐹤-᯳ᡓ..䖐舌 B; \u0981Ⴐ。쪡; [P1 V5 V6]; [P1 V5 V6] # ঁႰ.쪡 B; \u0981Ⴐ。쪡; [P1 V5 V6]; [P1 V5 V6] # ঁႰ.쪡 B; \u0981Ⴐ。쪡; [P1 V5 V6]; [P1 V5 V6] # ঁႰ.쪡 B; \u0981Ⴐ。쪡; [P1 V5 V6]; [P1 V5 V6] # ঁႰ.쪡 B; \u0981ⴐ。쪡; [V5]; [V5] # ঁⴐ.쪡 B; \u0981ⴐ。쪡; [V5]; [V5] # ঁⴐ.쪡 B; \u0981ⴐ。쪡; [V5]; [V5] # ঁⴐ.쪡 B; \u0981ⴐ。쪡; [V5]; [V5] # ঁⴐ.쪡 B; \u0C4D쩁\u0604.\uDABA\uDD99; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ్쩁؄.򾦙 B; \u0C4D쩁\u0604.\uDABA\uDD99; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ్쩁؄.򾦙 T; \u06BD⒒\u200C。😠\uD95B\uDC9E; [P1 V6 B3 C1]; [P1 V6] # ڽ⒒‌.😠񦲞 N; \u06BD⒒\u200C。😠\uD95B\uDC9E; [P1 V6 B3 C1]; [P1 V6 B3 C1] # ڽ⒒‌.😠񦲞 T; \u06BD11.\u200C。😠\uD95B\uDC9E; [P1 V6 C1]; [P1 V6 A4_2] # ڽ11.‌.😠񦲞 N; \u06BD11.\u200C。😠\uD95B\uDC9E; [P1 V6 C1]; [P1 V6 C1] # ڽ11.‌.😠񦲞 T; 羕𝟝ꍩ\u0F9E.\u200Dß; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ß N; 羕𝟝ꍩ\u0F9E.\u200Dß; [C2]; [C2] # 羕5ꍩྞ.‍ß T; 羕𝟝ꍩ\u0F9E.\u200Dß; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ß N; 羕𝟝ꍩ\u0F9E.\u200Dß; [C2]; [C2] # 羕5ꍩྞ.‍ß T; 羕5ꍩ\u0F9E.\u200Dß; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ß N; 羕5ꍩ\u0F9E.\u200Dß; [C2]; [C2] # 羕5ꍩྞ.‍ß T; 羕5ꍩ\u0F9E.\u200DSS; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕5ꍩ\u0F9E.\u200DSS; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕5ꍩ\u0F9E.\u200Dss; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕5ꍩ\u0F9E.\u200Dss; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕5ꍩ\u0F9E.\u200DSs; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕5ꍩ\u0F9E.\u200DSs; [C2]; [C2] # 羕5ꍩྞ.‍ss B; xn--5-glg1017fj73a.ss; 羕5ꍩ\u0F9E.ss; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.ss B; 羕5ꍩ\u0F9E.ss; ; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.ss T; 羕𝟝ꍩ\u0F9E.\u200DSS; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕𝟝ꍩ\u0F9E.\u200DSS; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕𝟝ꍩ\u0F9E.\u200Dss; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕𝟝ꍩ\u0F9E.\u200Dss; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕𝟝ꍩ\u0F9E.\u200DSs; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕𝟝ꍩ\u0F9E.\u200DSs; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕𝟝ꍩ\u0F9E.\u200DSS; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕𝟝ꍩ\u0F9E.\u200DSS; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕𝟝ꍩ\u0F9E.\u200Dss; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕𝟝ꍩ\u0F9E.\u200Dss; [C2]; [C2] # 羕5ꍩྞ.‍ss T; 羕𝟝ꍩ\u0F9E.\u200DSs; [C2]; xn--5-glg1017fj73a.ss # 羕5ꍩྞ.‍ss N; 羕𝟝ꍩ\u0F9E.\u200DSs; [C2]; [C2] # 羕5ꍩྞ.‍ss B; ꗷ\u0EB5.\u08A0\uD802\uDE14; [P1 V6]; [P1 V6] # ꗷີ.ࢠ𐨔 B; 6≯-。︒蚴-\uDBBE\uDF20; [P1 V3 V6]; [P1 V3 V6] # 6≯-.︒蚴-󿬠 B; 6>\u0338-。︒蚴-\uDBBE\uDF20; [P1 V3 V6]; [P1 V3 V6] # 6≯-.︒蚴-󿬠 B; 6≯-。。蚴-\uDBBE\uDF20; [P1 V3 V6 A4_2]; [P1 V3 V6 A4_2] # 6≯-..蚴-󿬠 B; 6>\u0338-。。蚴-\uDBBE\uDF20; [P1 V3 V6 A4_2]; [P1 V3 V6 A4_2] # 6≯-..蚴-󿬠 B; \uDA5C\uDEF0\uDB40\uDD2AჁ﹒.\uD803\uDFCA; [P1 V6]; [P1 V6] # 򧋰Ⴡ﹒.𐿊 B; \uDA5C\uDEF0\uDB40\uDD2AჁ..\uD803\uDFCA; [P1 V6 A4_2]; [P1 V6 A4_2] # 򧋰Ⴡ..𐿊 B; \uDA5C\uDEF0\uDB40\uDD2Aⴡ..\uD803\uDFCA; [P1 V6 A4_2]; [P1 V6 A4_2] # 򧋰ⴡ..𐿊 B; \uDA5C\uDEF0\uDB40\uDD2Aⴡ﹒.\uD803\uDFCA; [P1 V6]; [P1 V6] # 򧋰ⴡ﹒.𐿊 B; \u0FB7。𝟠ᢉ-\u084A; [V5 B1]; [V5 B1] # ྷ.8ᢉ-ࡊ B; \u0FB7。8ᢉ-\u084A; [V5 B1]; [V5 B1] # ྷ.8ᢉ-ࡊ B; 싇。⾇\uD83B\uDEE6Ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦Ⴝ B; 싇。⾇\uD83B\uDEE6Ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦Ⴝ B; 싇。舛\uD83B\uDEE6Ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦Ⴝ B; 싇。舛\uD83B\uDEE6Ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦Ⴝ B; 싇。舛\uD83B\uDEE6ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦ⴝ B; 싇。舛\uD83B\uDEE6ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦ⴝ B; 싇。⾇\uD83B\uDEE6ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦ⴝ B; 싇。⾇\uD83B\uDEE6ⴝ; [P1 V6 B5]; [P1 V6 B5] # 싇.舛𞻦ⴝ T; \u0660ς。\u200CᡣჀ; [P1 V6 B1 C1]; [P1 V6 B1] # ٠ς.‌ᡣჀ N; \u0660ς。\u200CᡣჀ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ٠ς.‌ᡣჀ T; \u0660ς。\u200Cᡣⴠ; [B1 C1]; [B1] # ٠ς.‌ᡣⴠ N; \u0660ς。\u200Cᡣⴠ; [B1 C1]; [B1 C1] # ٠ς.‌ᡣⴠ T; \u0660Σ。\u200CᡣჀ; [P1 V6 B1 C1]; [P1 V6 B1] # ٠σ.‌ᡣჀ N; \u0660Σ。\u200CᡣჀ; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ٠σ.‌ᡣჀ T; \u0660σ。\u200Cᡣⴠ; [B1 C1]; [B1] # ٠σ.‌ᡣⴠ N; \u0660σ。\u200Cᡣⴠ; [B1 C1]; [B1 C1] # ٠σ.‌ᡣⴠ T; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-ß; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 񲵧‌𐹳.ꡝ-ß N; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-ß; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 񲵧‌𐹳.ꡝ-ß T; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-SS; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 񲵧‌𐹳.ꡝ-ss N; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-SS; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 񲵧‌𐹳.ꡝ-ss T; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-ss; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 񲵧‌𐹳.ꡝ-ss N; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-ss; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 񲵧‌𐹳.ꡝ-ss T; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-Ss; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 񲵧‌𐹳.ꡝ-ss N; \uD98B\uDD67\u200C\uD803\uDE73.ꡝ-Ss; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 񲵧‌𐹳.ꡝ-ss T; \u200C\u200D\u17B5\u0759.-\uD83B\uDEA2\uDA97\uDE7C\uD83B\uDCB9; [P1 V6 V3 B1 C1 C2]; [P1 V5 V6 V3 B1] # ‌‍឵ݙ.-ج򵹼𞲹 N; \u200C\u200D\u17B5\u0759.-\uD83B\uDEA2\uDA97\uDE7C\uD83B\uDCB9; [P1 V6 V3 B1 C1 C2]; [P1 V6 V3 B1 C1 C2] # ‌‍឵ݙ.-ج򵹼𞲹 T; \u200C\u200D\u17B5\u0759.-\u062C\uDA97\uDE7C\uD83B\uDCB9; [P1 V6 V3 B1 C1 C2]; [P1 V5 V6 V3 B1] # ‌‍឵ݙ.-ج򵹼𞲹 N; \u200C\u200D\u17B5\u0759.-\u062C\uDA97\uDE7C\uD83B\uDCB9; [P1 V6 V3 B1 C1 C2]; [P1 V6 V3 B1 C1 C2] # ‌‍឵ݙ.-ج򵹼𞲹 B; \uDA84\uDC2F。\u06B3≠; [P1 V6 B3]; [P1 V6 B3] # 򱀯.ڳ≠ B; \uDA84\uDC2F。\u06B3=\u0338; [P1 V6 B3]; [P1 V6 B3] # 򱀯.ڳ≠ B; \uDA84\uDC2F。\u06B3≠; [P1 V6 B3]; [P1 V6 B3] # 򱀯.ڳ≠ B; \uDA84\uDC2F。\u06B3=\u0338; [P1 V6 B3]; [P1 V6 B3] # 򱀯.ڳ≠ B; \u1039\u0680。\uD803\uDE79\u0666덝4; [V5 B1]; [V5 B1] # ္ڀ.𐹹٦덝4 B; \u1039\u0680。\uD803\uDE79\u0666덝4; [V5 B1]; [V5 B1] # ္ڀ.𐹹٦덝4 B; \u1039\u0680。\uD803\uDE79\u0666덝4; [V5 B1]; [V5 B1] # ္ڀ.𐹹٦덝4 B; \u1039\u0680。\uD803\uDE79\u0666덝4; [V5 B1]; [V5 B1] # ္ڀ.𐹹٦덝4 T; Ⴏ\u1B02-.\u200DႩ; [P1 V3 V6 C2]; [P1 V3 V6] # Ⴏᬂ-.‍Ⴉ N; Ⴏ\u1B02-.\u200DႩ; [P1 V3 V6 C2]; [P1 V3 V6 C2] # Ⴏᬂ-.‍Ⴉ T; Ⴏ\u1B02-.\u200DႩ; [P1 V3 V6 C2]; [P1 V3 V6] # Ⴏᬂ-.‍Ⴉ N; Ⴏ\u1B02-.\u200DႩ; [P1 V3 V6 C2]; [P1 V3 V6 C2] # Ⴏᬂ-.‍Ⴉ T; ⴏ\u1B02-.\u200Dⴉ; [V3 C2]; [V3] # ⴏᬂ-.‍ⴉ N; ⴏ\u1B02-.\u200Dⴉ; [V3 C2]; [V3 C2] # ⴏᬂ-.‍ⴉ T; ⴏ\u1B02-.\u200Dⴉ; [V3 C2]; [V3] # ⴏᬂ-.‍ⴉ N; ⴏ\u1B02-.\u200Dⴉ; [V3 C2]; [V3 C2] # ⴏᬂ-.‍ⴉ B; 🐄\u1037\uDB42\uDEB7\uDA61\uDD8C。\u066B➱\u0F19; [P1 V6 B1]; [P1 V6 B1] # 🐄့󠪷򨖌.٫➱༙ B; ≠\u0849.➂⒎⒈; [P1 V6 B1]; [P1 V6 B1] # ≠ࡉ.➂⒎⒈ B; =\u0338\u0849.➂⒎⒈; [P1 V6 B1]; [P1 V6 B1] # ≠ࡉ.➂⒎⒈ B; ≠\u0849.➂7.1.; [P1 V6 B1]; [P1 V6 B1] # ≠ࡉ.➂7.1. B; =\u0338\u0849.➂7.1.; [P1 V6 B1]; [P1 V6 B1] # ≠ࡉ.➂7.1. T; \uD802\uDE0D\uDB43\uDC89ß.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6] # 𐨍󠲉ß.ᠩ🙓‌𐹵 N; \uD802\uDE0D\uDB43\uDC89ß.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6 C1] # 𐨍󠲉ß.ᠩ🙓‌𐹵 T; \uD802\uDE0D\uDB43\uDC89SS.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6] # 𐨍󠲉ss.ᠩ🙓‌𐹵 N; \uD802\uDE0D\uDB43\uDC89SS.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6 C1] # 𐨍󠲉ss.ᠩ🙓‌𐹵 T; \uD802\uDE0D\uDB43\uDC89ss.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6] # 𐨍󠲉ss.ᠩ🙓‌𐹵 N; \uD802\uDE0D\uDB43\uDC89ss.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6 C1] # 𐨍󠲉ss.ᠩ🙓‌𐹵 T; \uD802\uDE0D\uDB43\uDC89Ss.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6] # 𐨍󠲉ss.ᠩ🙓‌𐹵 N; \uD802\uDE0D\uDB43\uDC89Ss.ᠩ\uD83D\uDE53\u200C\uD803\uDE75; [P1 V5 V6 B5 B6 C1]; [P1 V5 V6 B5 B6 C1] # 𐨍󠲉ss.ᠩ🙓‌𐹵 B; ß\uD83B\uDDA8\uD93E\uDE29Ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ß𞶨񟨩Ⴇ. B; ß\uD83B\uDDA8\uD93E\uDE29Ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ß𞶨񟨩Ⴇ. B; ß\uD83B\uDDA8\uD93E\uDE29ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ß𞶨񟨩ⴇ. B; SS\uD83B\uDDA8\uD93E\uDE29Ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ss𞶨񟨩Ⴇ. B; ss\uD83B\uDDA8\uD93E\uDE29ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ss𞶨񟨩ⴇ. B; Ss\uD83B\uDDA8\uD93E\uDE29Ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ss𞶨񟨩Ⴇ. B; ß\uD83B\uDDA8\uD93E\uDE29ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ß𞶨񟨩ⴇ. B; SS\uD83B\uDDA8\uD93E\uDE29Ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ss𞶨񟨩Ⴇ. B; ss\uD83B\uDDA8\uD93E\uDE29ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ss𞶨񟨩ⴇ. B; Ss\uD83B\uDDA8\uD93E\uDE29Ⴇ。\uDB40\uDD79; [P1 V6 B5]; [P1 V6 B5] # ss𞶨񟨩Ⴇ. B; \u1BAB。\uD804\uDD31-\uA9C0; [V5]; [V5] # ᮫.𑄱-꧀ B; \u0E4D-.\uD87F\uDEDD\u0AC5ß; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅß B; \u0E4D-.\uD87F\uDEDD\u0AC5ß; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅß B; \u0E4D-.\uD87F\uDEDD\u0AC5SS; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅss B; \u0E4D-.\uD87F\uDEDD\u0AC5ss; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅss B; \u0E4D-.\uD87F\uDEDD\u0AC5Ss; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅss B; \u0E4D-.\uD87F\uDEDD\u0AC5SS; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅss B; \u0E4D-.\uD87F\uDEDD\u0AC5ss; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅss B; \u0E4D-.\uD87F\uDEDD\u0AC5Ss; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ํ-.𯻝ૅss B; \u0775-≮。\uD803\uDE7E\u05A5ꡃ; [P1 V6 B3 B1]; [P1 V6 B3 B1] # ݵ-≮.𐹾֥ꡃ B; \u0775-<\u0338。\uD803\uDE7E\u05A5ꡃ; [P1 V6 B3 B1]; [P1 V6 B3 B1] # ݵ-≮.𐹾֥ꡃ B; 🄇\uDB41\uDE0C\u09CD\uDB40\uDDA8.\u103A\u1BF28\u1752; [P1 V6 V5]; [P1 V6 V5] # 🄇󠘌্.်᯲8ᝒ B; 6,\uDB41\uDE0C\u09CD\uDB40\uDDA8.\u103A\u1BF28\u1752; [P1 V6 V5]; [P1 V6 V5] # 6,󠘌্.်᯲8ᝒ T; -。\uD9E1\uDFC4\u200D\uDB42\uDFCF; [P1 V3 V6 C2]; [P1 V3 V6] # -.򈟄‍󠯏 N; -。\uD9E1\uDFC4\u200D\uDB42\uDFCF; [P1 V3 V6 C2]; [P1 V3 V6 C2] # -.򈟄‍󠯏 T; -。\uD9E1\uDFC4\u200D\uDB42\uDFCF; [P1 V3 V6 C2]; [P1 V3 V6] # -.򈟄‍󠯏 N; -。\uD9E1\uDFC4\u200D\uDB42\uDFCF; [P1 V3 V6 C2]; [P1 V3 V6 C2] # -.򈟄‍󠯏 B; 𝟒…𝟫\uD810\uDEF1。\u0737\uD99C\uDFFA; [P1 V6 V5]; [P1 V6 V5] # 4…9𔋱.ܷ񷏺 B; 4...9\uD810\uDEF1。\u0737\uD99C\uDFFA; [P1 V6 V5 A4_2]; [P1 V6 V5 A4_2] # 4...9𔋱.ܷ񷏺 B; -.-├\uDB31\uDD2F; [P1 V3 V6]; [P1 V3 V6] # -.-├󜔯 T; \uDB40\uDDB1ᡬ。\u200D⳾; [C2]; xn--88e.xn--pkj # ᡬ.‍⳾ N; \uDB40\uDDB1ᡬ。\u200D⳾; [C2]; [C2] # ᡬ.‍⳾ T; \uDB40\uDDB1ᡬ。\u200D⳾; [C2]; xn--88e.xn--pkj # ᡬ.‍⳾ N; \uDB40\uDDB1ᡬ。\u200D⳾; [C2]; [C2] # ᡬ.‍⳾ B; xn--88e.xn--pkj; ᡬ.⳾; xn--88e.xn--pkj; NV8 B; ᡬ.⳾; ; xn--88e.xn--pkj; NV8 T; 쥥\uD95C\uDDABႮ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫Ⴎ.‌⒈⒈ᢝ N; 쥥\uD95C\uDDABႮ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫Ⴎ.‌⒈⒈ᢝ T; 쥥\uD95C\uDDABႮ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫Ⴎ.‌⒈⒈ᢝ N; 쥥\uD95C\uDDABႮ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫Ⴎ.‌⒈⒈ᢝ T; 쥥\uD95C\uDDABႮ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫Ⴎ.‌1.1.ᢝ N; 쥥\uD95C\uDDABႮ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫Ⴎ.‌1.1.ᢝ T; 쥥\uD95C\uDDABႮ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫Ⴎ.‌1.1.ᢝ N; 쥥\uD95C\uDDABႮ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫Ⴎ.‌1.1.ᢝ T; 쥥\uD95C\uDDABⴎ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫ⴎ.‌1.1.ᢝ N; 쥥\uD95C\uDDABⴎ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫ⴎ.‌1.1.ᢝ T; 쥥\uD95C\uDDABⴎ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫ⴎ.‌1.1.ᢝ N; 쥥\uD95C\uDDABⴎ.\u200C1.1.ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫ⴎ.‌1.1.ᢝ T; 쥥\uD95C\uDDABⴎ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫ⴎ.‌⒈⒈ᢝ N; 쥥\uD95C\uDDABⴎ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫ⴎ.‌⒈⒈ᢝ T; 쥥\uD95C\uDDABⴎ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6] # 쥥񧆫ⴎ.‌⒈⒈ᢝ N; 쥥\uD95C\uDDABⴎ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫ⴎ.‌⒈⒈ᢝ B; \uA8E7𝟼ᡵ-。\u0E3A; [V3 V5]; [V3 V5] # ꣧6ᡵ-.ฺ B; \uA8E76ᡵ-。\u0E3A; [V3 V5]; [V3 V5] # ꣧6ᡵ-.ฺ B; ς.\u069A\uDB42\uDC68⒈; [P1 V6]; [P1 V6] # ς.ښ󠡨⒈ B; ς.\u069A\uDB42\uDC681.; [P1 V6]; [P1 V6] # ς.ښ󠡨1. B; Σ.\u069A\uDB42\uDC681.; [P1 V6]; [P1 V6] # σ.ښ󠡨1. B; σ.\u069A\uDB42\uDC681.; [P1 V6]; [P1 V6] # σ.ښ󠡨1. B; Σ.\u069A\uDB42\uDC68⒈; [P1 V6]; [P1 V6] # σ.ښ󠡨⒈ B; σ.\u069A\uDB42\uDC68⒈; [P1 V6]; [P1 V6] # σ.ښ󠡨⒈ B; \uDB42\uDFAC-。\u0669\uD8FC\uDFFA\uD8B8\uDE32; [P1 V3 V6 B1]; [P1 V3 V6 B1] # 󠮬-.٩񏏺𾈲 B; \uDB42\uDFAC-。\u0669\uD8FC\uDFFA\uD8B8\uDE32; [P1 V3 V6 B1]; [P1 V3 V6 B1] # 󠮬-.٩񏏺𾈲 T; \uD802\uDC16-\uDB41\uDE1C。⒓\u200C\uD802\uDED0; [P1 V6 B3 B1 C1]; [P1 V6 B3 B1] # 𐠖-󠘜.⒓‌𐫐 N; \uD802\uDC16-\uDB41\uDE1C。⒓\u200C\uD802\uDED0; [P1 V6 B3 B1 C1]; [P1 V6 B3 B1 C1] # 𐠖-󠘜.⒓‌𐫐 T; \uD802\uDC16-\uDB41\uDE1C。12.\u200C\uD802\uDED0; [P1 V6 B3 B1 C1]; [P1 V6 B3] # 𐠖-󠘜.12.‌𐫐 N; \uD802\uDC16-\uDB41\uDE1C。12.\u200C\uD802\uDED0; [P1 V6 B3 B1 C1]; [P1 V6 B3 B1 C1] # 𐠖-󠘜.12.‌𐫐 T; \uD803\uDE6C늿\u200Dß.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ß.ᠱ3 N; \uD803\uDE6C늿\u200Dß.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ß.ᠱ3 T; \uD803\uDE6C늿\u200Dß.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ß.ᠱ3 N; \uD803\uDE6C늿\u200Dß.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ß.ᠱ3 T; \uD803\uDE6C늿\u200Dß.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ß.ᠱ3 N; \uD803\uDE6C늿\u200Dß.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ß.ᠱ3 T; \uD803\uDE6C늿\u200Dß.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ß.ᠱ3 N; \uD803\uDE6C늿\u200Dß.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ß.ᠱ3 T; \uD803\uDE6C늿\u200DSS.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSS.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSS.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSS.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200Dss.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200Dss.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200Dss.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200Dss.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSs.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSs.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSs.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSs.ᠱ3\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSS.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSS.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSS.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSS.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200Dss.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200Dss.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200Dss.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200Dss.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSs.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSs.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 T; \uD803\uDE6C늿\u200DSs.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1] # 𐹬늿‍ss.ᠱ3 N; \uD803\uDE6C늿\u200DSs.ᠱ₃\uDB40\uDD2B; [B1 C2]; [B1 C2] # 𐹬늿‍ss.ᠱ3 B; 𝟷\u0941.\uD890\uDDF5ꡁ; [P1 V6]; [P1 V6] # 1ु.𴇵ꡁ B; 1\u0941.\uD890\uDDF5ꡁ; [P1 V6]; [P1 V6] # 1ु.𴇵ꡁ T; \u200C\uFFA0.\u05C3😳ßˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ßˋ N; \u200C\uFFA0.\u05C3😳ßˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ßˋ T; \u200C\u1160.\u05C3😳ßˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ßˋ N; \u200C\u1160.\u05C3😳ßˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ßˋ T; \u200C\u1160.\u05C3😳SSˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ssˋ N; \u200C\u1160.\u05C3😳SSˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ssˋ T; \u200C\u1160.\u05C3😳ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ssˋ N; \u200C\u1160.\u05C3😳ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ssˋ T; \u200C\u1160.\u05C3😳Ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ssˋ N; \u200C\u1160.\u05C3😳Ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ssˋ T; \u200C\uFFA0.\u05C3😳SSˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ssˋ N; \u200C\uFFA0.\u05C3😳SSˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ssˋ T; \u200C\uFFA0.\u05C3😳ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ssˋ N; \u200C\uFFA0.\u05C3😳ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ssˋ T; \u200C\uFFA0.\u05C3😳Ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 B2 B3] # ‌ᅠ.׃😳ssˋ N; \u200C\uFFA0.\u05C3😳Ssˋ; [P1 V6 C1 B2 B3]; [P1 V6 C1 B2 B3] # ‌ᅠ.׃😳ssˋ T; ︒Ⴖ\u05BC.\u200C; [P1 V6 C1]; [P1 V6] # ︒Ⴖּ.‌ N; ︒Ⴖ\u05BC.\u200C; [P1 V6 C1]; [P1 V6 C1] # ︒Ⴖּ.‌ T; 。Ⴖ\u05BC.\u200C; [P1 V6 C1]; [P1 V6] # Ⴖּ.‌ N; 。Ⴖ\u05BC.\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴖּ.‌ T; 。ⴖ\u05BC.\u200C; [C1]; xn--kdb162r. # ⴖּ.‌ N; 。ⴖ\u05BC.\u200C; [C1]; [C1] # ⴖּ.‌ B; xn--kdb162r.; ⴖ\u05BC.; xn--kdb162r. # ⴖּ. B; ⴖ\u05BC.; ; xn--kdb162r. # ⴖּ. B; Ⴖ\u05BC.; [P1 V6]; [P1 V6] # Ⴖּ. T; ︒ⴖ\u05BC.\u200C; [P1 V6 C1]; [P1 V6] # ︒ⴖּ.‌ N; ︒ⴖ\u05BC.\u200C; [P1 V6 C1]; [P1 V6 C1] # ︒ⴖּ.‌ T; \u08A0.\u200CႣ\uAA31; [P1 V6 C1]; [P1 V6] # ࢠ.‌Ⴃꨱ N; \u08A0.\u200CႣ\uAA31; [P1 V6 C1]; [P1 V6 C1] # ࢠ.‌Ⴃꨱ T; \u08A0.\u200CႣ\uAA31; [P1 V6 C1]; [P1 V6] # ࢠ.‌Ⴃꨱ N; \u08A0.\u200CႣ\uAA31; [P1 V6 C1]; [P1 V6 C1] # ࢠ.‌Ⴃꨱ T; \u08A0.\u200Cⴃ\uAA31; [C1]; xn--pyb.xn--ukj2811b # ࢠ.‌ⴃꨱ N; \u08A0.\u200Cⴃ\uAA31; [C1]; [C1] # ࢠ.‌ⴃꨱ B; xn--pyb.xn--ukj2811b; \u08A0.ⴃ\uAA31; xn--pyb.xn--ukj2811b # ࢠ.ⴃꨱ B; \u08A0.ⴃ\uAA31; ; xn--pyb.xn--ukj2811b # ࢠ.ⴃꨱ B; \u08A0.Ⴃ\uAA31; [P1 V6]; [P1 V6] # ࢠ.Ⴃꨱ T; \u08A0.\u200Cⴃ\uAA31; [C1]; xn--pyb.xn--ukj2811b # ࢠ.‌ⴃꨱ N; \u08A0.\u200Cⴃ\uAA31; [C1]; [C1] # ࢠ.‌ⴃꨱ T; \u200D\u200C。0䫷\u1A6A; [C2 C1]; xn--0-e3k657x # ‍‌.0䫷ᩪ N; \u200D\u200C。0䫷\u1A6A; [C2 C1]; [C2 C1] # ‍‌.0䫷ᩪ B; xn--0-e3k657x; 0䫷\u1A6A; xn--0-e3k657x # 0䫷ᩪ B; 0䫷\u1A6A; ; xn--0-e3k657x # 0䫷ᩪ B; -\u08EF\uD87A\uDF97。\uD93A\uDEA7; [P1 V3 V6]; [P1 V3 V6] # -࣯𮮗.񞪧 T; \uD982\uDDA6︒\u200C㟀.ꡛ⒈; [P1 V6 C1]; [P1 V6] # 񰦦︒‌㟀.ꡛ⒈ N; \uD982\uDDA6︒\u200C㟀.ꡛ⒈; [P1 V6 C1]; [P1 V6 C1] # 񰦦︒‌㟀.ꡛ⒈ T; \uD982\uDDA6。\u200C㟀.ꡛ1.; [P1 V6 C1]; [P1 V6] # 񰦦.‌㟀.ꡛ1. N; \uD982\uDDA6。\u200C㟀.ꡛ1.; [P1 V6 C1]; [P1 V6 C1] # 񰦦.‌㟀.ꡛ1. T; \uA8EA\u06C4\u0483。-\u200D; [V5 V3 B1 C2]; [V5 V3 B1] # ꣪ۄ҃.-‍ N; \uA8EA\u06C4\u0483。-\u200D; [V5 V3 B1 C2]; [V5 V3 B1 C2] # ꣪ۄ҃.-‍ T; \u200C.Ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.Ⴉ≠𞣲 N; \u200C.Ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.Ⴉ≠𞣲 T; \u200C.Ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.Ⴉ≠𞣲 N; \u200C.Ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.Ⴉ≠𞣲 T; \u200C.Ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.Ⴉ≠𞣲 N; \u200C.Ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.Ⴉ≠𞣲 T; \u200C.Ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.Ⴉ≠𞣲 N; \u200C.Ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.Ⴉ≠𞣲 T; \u200C.ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.ⴉ≠𞣲 N; \u200C.ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.ⴉ≠𞣲 T; \u200C.ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.ⴉ≠𞣲 N; \u200C.ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.ⴉ≠𞣲 T; \u200C.ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.ⴉ≠𞣲 N; \u200C.ⴉ=\u0338\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.ⴉ≠𞣲 T; \u200C.ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 B5 B6] # ‌.ⴉ≠𞣲 N; \u200C.ⴉ≠\uD83A\uDCF2; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌.ⴉ≠𞣲 B; \u06CD。≯ς; [P1 V6]; [P1 V6] # ۍ.≯ς B; \u06CD。>\u0338ς; [P1 V6]; [P1 V6] # ۍ.≯ς B; \u06CD。>\u0338Σ; [P1 V6]; [P1 V6] # ۍ.≯σ B; \u06CD。≯Σ; [P1 V6]; [P1 V6] # ۍ.≯σ B; \u06CD。≯σ; [P1 V6]; [P1 V6] # ۍ.≯σ B; \u06CD。>\u0338σ; [P1 V6]; [P1 V6] # ۍ.≯σ B; \uFCA6\u0776.\uDA9E\uDCF2︒\uD9E9\uDDEAႰ; [P1 V6]; [P1 V6] # ثمݶ.򷣲︒򊗪Ⴐ B; \u062B\u0645\u0776.\uDA9E\uDCF2。\uD9E9\uDDEAႰ; [P1 V6]; [P1 V6] # ثمݶ.򷣲.򊗪Ⴐ B; \u062B\u0645\u0776.\uDA9E\uDCF2。\uD9E9\uDDEAⴐ; [P1 V6]; [P1 V6] # ثمݶ.򷣲.򊗪ⴐ B; \uFCA6\u0776.\uDA9E\uDCF2︒\uD9E9\uDDEAⴐ; [P1 V6]; [P1 V6] # ثمݶ.򷣲︒򊗪ⴐ B; Ⴥ⾏\uDB41\uDDAB\uA9B8。\u0599; [P1 V6 V5]; [P1 V6 V5] # Ⴥ行󠖫ꦸ.֙ B; Ⴥ行\uDB41\uDDAB\uA9B8。\u0599; [P1 V6 V5]; [P1 V6 V5] # Ⴥ行󠖫ꦸ.֙ B; ⴥ行\uDB41\uDDAB\uA9B8。\u0599; [P1 V6 V5]; [P1 V6 V5] # ⴥ行󠖫ꦸ.֙ B; ⴥ⾏\uDB41\uDDAB\uA9B8。\u0599; [P1 V6 V5]; [P1 V6 V5] # ⴥ行󠖫ꦸ.֙ B; 𝟱。🜎ᢧ; 5.🜎ᢧ; 5.xn--xbf5506v; NV8 B; 5。🜎ᢧ; 5.🜎ᢧ; 5.xn--xbf5506v; NV8 B; 5.xn--xbf5506v; 5.🜎ᢧ; 5.xn--xbf5506v; NV8 B; 5.🜎ᢧ; ; 5.xn--xbf5506v; NV8 B; ≮ꡌ。섖쮖ß; [P1 V6]; [P1 V6] B; <\u0338ꡌ。섖쮖ß; [P1 V6]; [P1 V6] B; <\u0338ꡌ。섖쮖SS; [P1 V6]; [P1 V6] B; ≮ꡌ。섖쮖SS; [P1 V6]; [P1 V6] B; ≮ꡌ。섖쮖ss; [P1 V6]; [P1 V6] B; <\u0338ꡌ。섖쮖ss; [P1 V6]; [P1 V6] B; <\u0338ꡌ。섖쮖Ss; [P1 V6]; [P1 V6] B; ≮ꡌ。섖쮖Ss; [P1 V6]; [P1 V6] B; \u0365\uDB41\uDE6C-。ᠾ; [P1 V3 V5 V6]; [P1 V3 V5 V6] # ͥ󠙬-.ᠾ B; \uD83B\uDEB6\u0669ꡊ\u1BAB。\u07DAᡴ\u200C\u067C; [B2 B3]; [B2 B3] # ث٩ꡊ᮫.ߚᡴ‌ټ B; \u062B\u0669ꡊ\u1BAB。\u07DAᡴ\u200C\u067C; [B2 B3]; [B2 B3] # ث٩ꡊ᮫.ߚᡴ‌ټ B; \uA92D.\uD803\uDF81\uD922\uDFF1; [P1 V5 V6 B2 B3]; [P1 V5 V6 B2 B3] # ꤭.𐾁񘯱 B; --。\uD8C6\uDEF8\u06A0\uD802\uDDA4\uD83A\uDC68; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # --.񁫸ڠ𐦤𞡨 B; \uDA11\uDE1E𝟐\uD9DE\uDF22.≯ᢜᢗ\uD9F0\uDD30; [P1 V6]; [P1 V6] # 򔘞2򇬢.≯ᢜᢗ򌄰 B; \uDA11\uDE1E𝟐\uD9DE\uDF22.>\u0338ᢜᢗ\uD9F0\uDD30; [P1 V6]; [P1 V6] # 򔘞2򇬢.≯ᢜᢗ򌄰 B; \uDA11\uDE1E2\uD9DE\uDF22.≯ᢜᢗ\uD9F0\uDD30; [P1 V6]; [P1 V6] # 򔘞2򇬢.≯ᢜᢗ򌄰 B; \uDA11\uDE1E2\uD9DE\uDF22.>\u0338ᢜᢗ\uD9F0\uDD30; [P1 V6]; [P1 V6] # 򔘞2򇬢.≯ᢜᢗ򌄰 B; 䔛\uDB40\uDD0E\uDB11\uDE26\u0668.-䤷; [P1 V6 V3 B5 B6]; [P1 V6 V3 B5 B6] # 䔛󔘦٨.-䤷 B; 䔛\uDB40\uDD0E\uDB11\uDE26\u0668.-䤷; [P1 V6 V3 B5 B6]; [P1 V6 V3 B5 B6] # 䔛󔘦٨.-䤷 T; \u0666.\u200D-; [V3 B1 C2]; [V3 B1] # ٦.‍- N; \u0666.\u200D-; [V3 B1 C2]; [V3 B1 C2] # ٦.‍- T; \u0666.\u200D-; [V3 B1 C2]; [V3 B1] # ٦.‍- N; \u0666.\u200D-; [V3 B1 C2]; [V3 B1 C2] # ٦.‍- B; \uDB3F\uDF6F帷。≯萺\uDB43\uDF50-; [P1 V6 V3]; [P1 V6 V3] # 󟽯帷.≯萺󠽐- B; \uDB3F\uDF6F帷。>\u0338萺\uDB43\uDF50-; [P1 V6 V3]; [P1 V6 V3] # 󟽯帷.≯萺󠽐- B; \uDB3F\uDF6F帷。≯萺\uDB43\uDF50-; [P1 V6 V3]; [P1 V6 V3] # 󟽯帷.≯萺󠽐- B; \uDB3F\uDF6F帷。>\u0338萺\uDB43\uDF50-; [P1 V6 V3]; [P1 V6 V3] # 󟽯帷.≯萺󠽐- T; \u200D攌\uA806。\u0723-Ⴘ; [P1 V6 C2 B2 B3]; [P1 V6 B2 B3] # ‍攌꠆.ܣ-Ⴘ N; \u200D攌\uA806。\u0723-Ⴘ; [P1 V6 C2 B2 B3]; [P1 V6 C2 B2 B3] # ‍攌꠆.ܣ-Ⴘ T; \u200D攌\uA806。\u0723-ⴘ; [C2 B2 B3]; [B2 B3] # ‍攌꠆.ܣ-ⴘ N; \u200D攌\uA806。\u0723-ⴘ; [C2 B2 B3]; [C2 B2 B3] # ‍攌꠆.ܣ-ⴘ T; \u200Cꖨ.𝟪₀\uDA0F\uDF89𝟱; [P1 V6 C1]; [P1 V6] # ‌ꖨ.80򓾉5 N; \u200Cꖨ.𝟪₀\uDA0F\uDF89𝟱; [P1 V6 C1]; [P1 V6 C1] # ‌ꖨ.80򓾉5 T; \u200Cꖨ.80\uDA0F\uDF895; [P1 V6 C1]; [P1 V6] # ‌ꖨ.80򓾉5 N; \u200Cꖨ.80\uDA0F\uDF895; [P1 V6 C1]; [P1 V6 C1] # ‌ꖨ.80򓾉5 B; ⒈걾2.\uFD96\u0767; [P1 V6]; [P1 V6] # ⒈걾2.نحىݧ B; ⒈걾2.\uFD96\u0767; [P1 V6]; [P1 V6] # ⒈걾2.نحىݧ B; 1.걾2.\u0646\u062D\u0649\u0767; ; 1.xn--2-945e.xn--sgb3ck85i # 1.걾2.نحىݧ B; 1.걾2.\u0646\u062D\u0649\u0767; 1.걾2.\u0646\u062D\u0649\u0767; 1.xn--2-945e.xn--sgb3ck85i # 1.걾2.نحىݧ B; 1.xn--2-945e.xn--sgb3ck85i; 1.걾2.\u0646\u062D\u0649\u0767; 1.xn--2-945e.xn--sgb3ck85i # 1.걾2.نحىݧ B; \uD802\uDDC4𝟻≮≮.\u2DFBᢣ; [P1 V6 V5 B3]; [P1 V6 V5 B3] # 𐧄5≮≮.ⷻᢣ B; \uD802\uDDC4𝟻<\u0338<\u0338.\u2DFBᢣ; [P1 V6 V5 B3]; [P1 V6 V5 B3] # 𐧄5≮≮.ⷻᢣ B; \uD802\uDDC45≮≮.\u2DFBᢣ; [P1 V6 V5 B3]; [P1 V6 V5 B3] # 𐧄5≮≮.ⷻᢣ B; \uD802\uDDC45<\u0338<\u0338.\u2DFBᢣ; [P1 V6 V5 B3]; [P1 V6 V5 B3] # 𐧄5≮≮.ⷻᢣ B; \uDB40\uDC43.\uD803\uDE7A\u115F; [P1 V6 B1]; [P1 V6 B1] # 󠁃.𐹺ᅟ T; 𝟨\u1BA5\uDB40\uDD10.\u200D; [C2]; xn--6-eml. # 6ᮥ.‍ N; 𝟨\u1BA5\uDB40\uDD10.\u200D; [C2]; [C2] # 6ᮥ.‍ T; 6\u1BA5\uDB40\uDD10.\u200D; [C2]; xn--6-eml. # 6ᮥ.‍ N; 6\u1BA5\uDB40\uDD10.\u200D; [C2]; [C2] # 6ᮥ.‍ B; xn--6-eml.; 6\u1BA5.; xn--6-eml. # 6ᮥ. B; 6\u1BA5.; ; xn--6-eml. # 6ᮥ. T; ᡭ≠\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6] # ᡭ≠ڣ్.-‌ꡠ N; ᡭ≠\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6 C1] # ᡭ≠ڣ్.-‌ꡠ T; ᡭ=\u0338\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6] # ᡭ≠ڣ్.-‌ꡠ N; ᡭ=\u0338\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6 C1] # ᡭ≠ڣ్.-‌ꡠ T; ᡭ≠\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6] # ᡭ≠ڣ్.-‌ꡠ N; ᡭ≠\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6 C1] # ᡭ≠ڣ్.-‌ꡠ T; ᡭ=\u0338\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6] # ᡭ≠ڣ్.-‌ꡠ N; ᡭ=\u0338\u06A3\u0C4D。-\u200Cꡠ; [P1 V6 V3 B5 B6 C1]; [P1 V6 V3 B5 B6 C1] # ᡭ≠ڣ్.-‌ꡠ B; \uD803\uDE7C\u1CE7-\u0628。\u06A8; [B1]; [B1] # 𐹼᳧-ب.ڨ B; \uD803\uDE7C\u1CE7-\u0628。\u06A8; [B1]; [B1] # 𐹼᳧-ب.ڨ B; F\u1CD0。\uDBE4\uDCD1⁖; [P1 V6]; [P1 V6] # f᳐.􉃑⁖ B; F\u1CD0。\uDBE4\uDCD1⁖; [P1 V6]; [P1 V6] # f᳐.􉃑⁖ B; f\u1CD0。\uDBE4\uDCD1⁖; [P1 V6]; [P1 V6] # f᳐.􉃑⁖ B; f\u1CD0。\uDBE4\uDCD1⁖; [P1 V6]; [P1 V6] # f᳐.􉃑⁖ B; \u1734\u1734\u1A7B。۰Ⴘ\u135E\uDA7C\uDD3F; [P1 V5 V6]; [P1 V5 V6] # ᜴᜴᩻.۰Ⴘ፞򯄿 B; \u1734\u1734\u1A7B。۰ⴘ\u135E\uDA7C\uDD3F; [P1 V5 V6]; [P1 V5 V6] # ᜴᜴᩻.۰ⴘ፞򯄿 T; \uD882\uDE68\u200C\u200C5。勉\uDB40\uDC78; [P1 V6 C1]; [P1 V6] # 𰩨‌‌5.勉󠁸 N; \uD882\uDE68\u200C\u200C5。勉\uDB40\uDC78; [P1 V6 C1]; [P1 V6 C1] # 𰩨‌‌5.勉󠁸 T; \uD882\uDE68\u200C\u200C5。勉\uDB40\uDC78; [P1 V6 C1]; [P1 V6] # 𰩨‌‌5.勉󠁸 N; \uD882\uDE68\u200C\u200C5。勉\uDB40\uDC78; [P1 V6 C1]; [P1 V6 C1] # 𰩨‌‌5.勉󠁸 B; ᠇.\uDB0C\uDD54\uD933\uDF08\uD970\uDDA6; [P1 V6]; [P1 V6] # ᠇.󓅔񜼈񬆦 T; \u200C\u200C。⒈≯8; [P1 V6 C1]; [P1 V6] # ‌‌.⒈≯8 N; \u200C\u200C。⒈≯8; [P1 V6 C1]; [P1 V6 C1] # ‌‌.⒈≯8 T; \u200C\u200C。⒈>\u03388; [P1 V6 C1]; [P1 V6] # ‌‌.⒈≯8 N; \u200C\u200C。⒈>\u03388; [P1 V6 C1]; [P1 V6 C1] # ‌‌.⒈≯8 T; \u200C\u200C。1.≯8; [P1 V6 C1]; [P1 V6] # ‌‌.1.≯8 N; \u200C\u200C。1.≯8; [P1 V6 C1]; [P1 V6 C1] # ‌‌.1.≯8 T; \u200C\u200C。1.>\u03388; [P1 V6 C1]; [P1 V6] # ‌‌.1.≯8 N; \u200C\u200C。1.>\u03388; [P1 V6 C1]; [P1 V6 C1] # ‌‌.1.≯8 B; \u115F\u102D\uD919\uDCA6.\uD8DC\uDEBE≯ᡞ; [P1 V6]; [P1 V6] # ᅟိ񖒦.񇊾≯ᡞ B; \u115F\u102D\uD919\uDCA6.\uD8DC\uDEBE>\u0338ᡞ; [P1 V6]; [P1 V6] # ᅟိ񖒦.񇊾≯ᡞ T; 🁠\u0948\u200D\u0713.\u0356-\u1B71\uD920\uDD69; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # 🁠ै‍ܓ.͖-᭱񘅩 N; 🁠\u0948\u200D\u0713.\u0356-\u1B71\uD920\uDD69; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # 🁠ै‍ܓ.͖-᭱񘅩 B; \uDB40\uDDCD.\u0B4D-; [V3 V5]; [V3 V5] # ୍- B; \uDB40\uDDCD.\u0B4D-; [V3 V5]; [V3 V5] # ୍- B; 䮸ß.\uDB43\uDD5F℮紙\u0770; [P1 V6 B1]; [P1 V6 B1] # 䮸ß.󠵟℮紙ݰ B; 䮸SS.\uDB43\uDD5F℮紙\u0770; [P1 V6 B1]; [P1 V6 B1] # 䮸ss.󠵟℮紙ݰ B; 䮸ss.\uDB43\uDD5F℮紙\u0770; [P1 V6 B1]; [P1 V6 B1] # 䮸ss.󠵟℮紙ݰ B; 䮸Ss.\uDB43\uDD5F℮紙\u0770; [P1 V6 B1]; [P1 V6 B1] # 䮸ss.󠵟℮紙ݰ B; -Ⴞ.-\uDB43\uDC5D\uDB42\uDF98\uD83A\uDD9C; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -Ⴞ.-󠱝󠮘𞦜 B; -ⴞ.-\uDB43\uDC5D\uDB42\uDF98\uD83A\uDD9C; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -ⴞ.-󠱝󠮘𞦜 B; \uD89D\uDD85\u0662\u036E。\uDAED\uDFC6ꡌ\uD8B4\uDC3Cᠪ; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 𷖅٢ͮ.󋟆ꡌ𽀼ᠪ B; \uD89D\uDD85\u0662\u036E。\uDAED\uDFC6ꡌ\uD8B4\uDC3Cᠪ; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 𷖅٢ͮ.󋟆ꡌ𽀼ᠪ T; \u0FAA-\u200D\uD834\uDD88.\u06B3\u200D\uD995\uDE47; [P1 V5 V6 C2 B2 B3]; [P1 V5 V6 B2 B3] # ྪ-‍𝆈.ڳ‍񵙇 N; \u0FAA-\u200D\uD834\uDD88.\u06B3\u200D\uD995\uDE47; [P1 V5 V6 C2 B2 B3]; [P1 V5 V6 C2 B2 B3] # ྪ-‍𝆈.ڳ‍񵙇 T; \u0FAA-\u200D\uD834\uDD88.\u06B3\u200D\uD995\uDE47; [P1 V5 V6 C2 B2 B3]; [P1 V5 V6 B2 B3] # ྪ-‍𝆈.ڳ‍񵙇 N; \u0FAA-\u200D\uD834\uDD88.\u06B3\u200D\uD995\uDE47; [P1 V5 V6 C2 B2 B3]; [P1 V5 V6 C2 B2 B3] # ྪ-‍𝆈.ڳ‍񵙇 B; ⁶。≠\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # 6.≠𐹸 B; ⁶。=\u0338\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # 6.≠𐹸 B; 6。≠\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # 6.≠𐹸 B; 6。=\u0338\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # 6.≠𐹸 B; \uABED廊.\u07A0; [V5]; [V5] # ꯭廊.ޠ T; \u200D\u05B5-.-Ⴐ\u0666; [P1 V3 V6 C2 B1]; [P1 V3 V5 V6 B1] # ‍ֵ-.-Ⴐ٦ N; \u200D\u05B5-.-Ⴐ\u0666; [P1 V3 V6 C2 B1]; [P1 V3 V6 C2 B1] # ‍ֵ-.-Ⴐ٦ T; \u200D\u05B5-.-Ⴐ\u0666; [P1 V3 V6 C2 B1]; [P1 V3 V5 V6 B1] # ‍ֵ-.-Ⴐ٦ N; \u200D\u05B5-.-Ⴐ\u0666; [P1 V3 V6 C2 B1]; [P1 V3 V6 C2 B1] # ‍ֵ-.-Ⴐ٦ T; \u200D\u05B5-.-ⴐ\u0666; [V3 C2 B1]; [V3 V5 B1] # ‍ֵ-.-ⴐ٦ N; \u200D\u05B5-.-ⴐ\u0666; [V3 C2 B1]; [V3 C2 B1] # ‍ֵ-.-ⴐ٦ T; \u200D\u05B5-.-ⴐ\u0666; [V3 C2 B1]; [V3 V5 B1] # ‍ֵ-.-ⴐ٦ N; \u200D\u05B5-.-ⴐ\u0666; [V3 C2 B1]; [V3 C2 B1] # ‍ֵ-.-ⴐ٦ B; \u0721\u0661挏\uDBA4\uDD28.-; [P1 V6 V3 B2 B3]; [P1 V6 V3 B2 B3] # ܡ١挏󹄨.- B; \uFD0B。\u0604ꡎ; [P1 V6 B1]; [P1 V6 B1] # شخ.؄ꡎ B; \u0634\u062E。\u0604ꡎ; [P1 V6 B1]; [P1 V6 B1] # شخ.؄ꡎ B; Ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # Ⴞ𹡼򯰙.ᡒ릫 B; Ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # Ⴞ𹡼򯰙.ᡒ릫 B; Ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # Ⴞ𹡼򯰙.ᡒ릫 B; Ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # Ⴞ𹡼򯰙.ᡒ릫 B; ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # ⴞ𹡼򯰙.ᡒ릫 B; ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # ⴞ𹡼򯰙.ᡒ릫 B; ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # ⴞ𹡼򯰙.ᡒ릫 B; ⴞ\uD8A6\uDC7C\uDA7F\uDC19.ᡒ릫; [P1 V6]; [P1 V6] # ⴞ𹡼򯰙.ᡒ릫 T; 🔱\uD96C\uDE0D\u06B7\u0668。≯\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1] # 🔱񫈍ڷ٨.≯‌ꪳ N; 🔱\uD96C\uDE0D\u06B7\u0668。≯\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🔱񫈍ڷ٨.≯‌ꪳ T; 🔱\uD96C\uDE0D\u06B7\u0668。>\u0338\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1] # 🔱񫈍ڷ٨.≯‌ꪳ N; 🔱\uD96C\uDE0D\u06B7\u0668。>\u0338\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🔱񫈍ڷ٨.≯‌ꪳ T; 🔱\uD96C\uDE0D\u06B7\u0668。≯\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1] # 🔱񫈍ڷ٨.≯‌ꪳ N; 🔱\uD96C\uDE0D\u06B7\u0668。≯\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🔱񫈍ڷ٨.≯‌ꪳ T; 🔱\uD96C\uDE0D\u06B7\u0668。>\u0338\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1] # 🔱񫈍ڷ٨.≯‌ꪳ N; 🔱\uD96C\uDE0D\u06B7\u0668。>\u0338\u200C\uAAB3; [P1 V6 B1 C1]; [P1 V6 B1 C1] # 🔱񫈍ڷ٨.≯‌ꪳ T; ᛎ\u05A0\uFFF9\u200D。\u0603\uD803\uDE77\uD83A\uDC17-; [P1 V6 V3 C2 B1]; [P1 V6 V3 B1] # ᛎ֠‍.؃𐹷𞠗- N; ᛎ\u05A0\uFFF9\u200D。\u0603\uD803\uDE77\uD83A\uDC17-; [P1 V6 V3 C2 B1]; [P1 V6 V3 C2 B1] # ᛎ֠‍.؃𐹷𞠗- T; ᛎ\u05A0\uFFF9\u200D。\u0603\uD803\uDE77\uD83A\uDC17-; [P1 V6 V3 C2 B1]; [P1 V6 V3 B1] # ᛎ֠‍.؃𐹷𞠗- N; ᛎ\u05A0\uFFF9\u200D。\u0603\uD803\uDE77\uD83A\uDC17-; [P1 V6 V3 C2 B1]; [P1 V6 V3 C2 B1] # ᛎ֠‍.؃𐹷𞠗- B; \uD803\uDE69.\u07E4; [B1]; [B1] # 𐹩.ߤ T; ß\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6] # ß‍ฺ.⒈ N; ß\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6 C2] # ß‍ฺ.⒈ T; ß\u200D\u0E3A。1.; [C2]; xn--ss-jvi.1. # ß‍ฺ.1. N; ß\u200D\u0E3A。1.; [C2]; [C2] # ß‍ฺ.1. T; SS\u200D\u0E3A。1.; [C2]; xn--ss-jvi.1. # ss‍ฺ.1. N; SS\u200D\u0E3A。1.; [C2]; [C2] # ss‍ฺ.1. T; ss\u200D\u0E3A。1.; [C2]; xn--ss-jvi.1. # ss‍ฺ.1. N; ss\u200D\u0E3A。1.; [C2]; [C2] # ss‍ฺ.1. T; Ss\u200D\u0E3A。1.; [C2]; xn--ss-jvi.1. # ss‍ฺ.1. N; Ss\u200D\u0E3A。1.; [C2]; [C2] # ss‍ฺ.1. B; xn--ss-jvi.1.; ss\u0E3A.1.; xn--ss-jvi.1. # ssฺ.1. B; ss\u0E3A.1.; ; xn--ss-jvi.1. # ssฺ.1. B; SS\u0E3A.1.; ss\u0E3A.1.; xn--ss-jvi.1. # ssฺ.1. B; Ss\u0E3A.1.; ss\u0E3A.1.; xn--ss-jvi.1. # ssฺ.1. T; SS\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6] # ss‍ฺ.⒈ N; SS\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6 C2] # ss‍ฺ.⒈ T; ss\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6] # ss‍ฺ.⒈ N; ss\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6 C2] # ss‍ฺ.⒈ T; Ss\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6] # ss‍ฺ.⒈ N; Ss\u200D\u0E3A。⒈; [P1 V6 C2]; [P1 V6 C2] # ss‍ฺ.⒈ T; \uD804\uDDC0\u200C\uDA11\uDF5B\uD83A\uDEA0。\u200D; [P1 V5 V6 B5 B6 C2]; [P1 V5 V6 B5 B6] # 𑇀‌򔝛𞪠.‍ N; \uD804\uDDC0\u200C\uDA11\uDF5B\uD83A\uDEA0。\u200D; [P1 V5 V6 B5 B6 C2]; [P1 V5 V6 B5 B6 C2] # 𑇀‌򔝛𞪠.‍ B; \u0777。\u067A🔋; [B3]; [B3] # ݷ.ٺ🔋 B; \u0777。\u067A🔋; [B3]; [B3] # ݷ.ٺ🔋 T; \u07DC\u1BF2。\u0677\u1A1B\u200C\u0D4D; [B2 B3 C1]; [B2 B3] # ߜ᯲.ۇٴᨛ‌് N; \u07DC\u1BF2。\u0677\u1A1B\u200C\u0D4D; [B2 B3 C1]; [B2 B3 C1] # ߜ᯲.ۇٴᨛ‌് T; \u07DC\u1BF2。\u06C7\u0674\u1A1B\u200C\u0D4D; [B2 B3 C1]; [B2 B3] # ߜ᯲.ۇٴᨛ‌് N; \u07DC\u1BF2。\u06C7\u0674\u1A1B\u200C\u0D4D; [B2 B3 C1]; [B2 B3 C1] # ߜ᯲.ۇٴᨛ‌് B; \uDB13\uDCA7.\uDB40\uDD7Eꡑ; [P1 V6]; [P1 V6] # 󔲧.ꡑ T; ᡬ\u1BF3.ß\u0A4D\u0FBC; ᡬ\u1BF3.ß\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ß੍ྼ N; ᡬ\u1BF3.ß\u0A4D\u0FBC; ᡬ\u1BF3.ß\u0A4D\u0FBC; xn--88e02p.xn--zca249bipe # ᡬ᯳.ß੍ྼ T; ᡬ\u1BF3.ß\u0A4D\u0FBC; ; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ß੍ྼ N; ᡬ\u1BF3.ß\u0A4D\u0FBC; ; xn--88e02p.xn--zca249bipe # ᡬ᯳.ß੍ྼ B; ᡬ\u1BF3.SS\u0A4D\u0FBC; ᡬ\u1BF3.ss\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ B; ᡬ\u1BF3.ss\u0A4D\u0FBC; ; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ B; ᡬ\u1BF3.Ss\u0A4D\u0FBC; ᡬ\u1BF3.ss\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ B; xn--88e02p.xn--ss-efg876c; ᡬ\u1BF3.ss\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ B; xn--88e02p.xn--zca249bipe; ᡬ\u1BF3.ß\u0A4D\u0FBC; xn--88e02p.xn--zca249bipe # ᡬ᯳.ß੍ྼ B; ᡬ\u1BF3.SS\u0A4D\u0FBC; ᡬ\u1BF3.ss\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ B; ᡬ\u1BF3.ss\u0A4D\u0FBC; ᡬ\u1BF3.ss\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ B; ᡬ\u1BF3.Ss\u0A4D\u0FBC; ᡬ\u1BF3.ss\u0A4D\u0FBC; xn--88e02p.xn--ss-efg876c # ᡬ᯳.ss੍ྼ T; ۴≮\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5] # ۴≮‌.𑚲឴ N; ۴≮\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ۴≮‌.𑚲឴ T; ۴<\u0338\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5] # ۴≮‌.𑚲឴ N; ۴<\u0338\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ۴≮‌.𑚲឴ T; ۴≮\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5] # ۴≮‌.𑚲឴ N; ۴≮\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ۴≮‌.𑚲឴ T; ۴<\u0338\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5] # ۴≮‌.𑚲឴ N; ۴<\u0338\u200C。\uD805\uDEB2\u17B4; [P1 V6 V5 C1]; [P1 V6 V5 C1] # ۴≮‌.𑚲឴ B; \u06C5≯︒\uDA88\uDFD5.Ⴀ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ۅ≯︒򲏕.Ⴀ B; \u06C5>\u0338︒\uDA88\uDFD5.Ⴀ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ۅ≯︒򲏕.Ⴀ B; \u06C5≯。\uDA88\uDFD5.Ⴀ; [P1 V6 B3]; [P1 V6 B3] # ۅ≯.򲏕.Ⴀ B; \u06C5>\u0338。\uDA88\uDFD5.Ⴀ; [P1 V6 B3]; [P1 V6 B3] # ۅ≯.򲏕.Ⴀ B; \u06C5>\u0338。\uDA88\uDFD5.ⴀ; [P1 V6 B3]; [P1 V6 B3] # ۅ≯.򲏕.ⴀ B; \u06C5≯。\uDA88\uDFD5.ⴀ; [P1 V6 B3]; [P1 V6 B3] # ۅ≯.򲏕.ⴀ B; \u06C5>\u0338︒\uDA88\uDFD5.ⴀ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ۅ≯︒򲏕.ⴀ B; \u06C5≯︒\uDA88\uDFD5.ⴀ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ۅ≯︒򲏕.ⴀ B; \uDB40\uDD21.-\u2DF9; [V3]; [V3] # -ⷹ B; \uDB40\uDD21.-\u2DF9; [V3]; [V3] # -ⷹ B; ᵬ\u0DD3.핒🄃⒈\uDA5D\uDCBE; [P1 V6]; [P1 V6] # ᵬී.핒🄃⒈򧒾 B; ᵬ\u0DD3.핒🄃⒈\uDA5D\uDCBE; [P1 V6]; [P1 V6] # ᵬී.핒🄃⒈򧒾 B; ᵬ\u0DD3.핒2,1.\uDA5D\uDCBE; [P1 V6]; [P1 V6] # ᵬී.핒2,1.򧒾 B; ᵬ\u0DD3.핒2,1.\uDA5D\uDCBE; [P1 V6]; [P1 V6] # ᵬී.핒2,1.򧒾 B; ς\uD804\uDDC0₆.\uD803\uDE61; [B1]; [B1] # ς𑇀6.𐹡 B; ς\uD804\uDDC06.\uD803\uDE61; [B1]; [B1] # ς𑇀6.𐹡 B; Σ\uD804\uDDC06.\uD803\uDE61; [B1]; [B1] # σ𑇀6.𐹡 B; σ\uD804\uDDC06.\uD803\uDE61; [B1]; [B1] # σ𑇀6.𐹡 B; Σ\uD804\uDDC0₆.\uD803\uDE61; [B1]; [B1] # σ𑇀6.𐹡 B; σ\uD804\uDDC0₆.\uD803\uDE61; [B1]; [B1] # σ𑇀6.𐹡 T; \u1039\u200C₇\u200D.\uD834\uDD69\uD83A\uDD02\u0602; [P1 V5 V6 C2 B1]; [P1 V5 V6 B1] # ္‌7‍.𝅩𞤂؂ N; \u1039\u200C₇\u200D.\uD834\uDD69\uD83A\uDD02\u0602; [P1 V5 V6 C2 B1]; [P1 V5 V6 C2 B1] # ္‌7‍.𝅩𞤂؂ T; \u1039\u200C7\u200D.\uD834\uDD69\uD83A\uDD02\u0602; [P1 V5 V6 C2 B1]; [P1 V5 V6 B1] # ္‌7‍.𝅩𞤂؂ N; \u1039\u200C7\u200D.\uD834\uDD69\uD83A\uDD02\u0602; [P1 V5 V6 C2 B1]; [P1 V5 V6 C2 B1] # ္‌7‍.𝅩𞤂؂ B; \uDB43\uDCD3。\uD8B1\uDCF0\u07CD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󠳓.𼓰ߍ B; \uD83B\uDF33𥂚。\uDA3F\uDCF1; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞼳𥂚.򟳱 B; \uD803\uDE6C\u0902\u0849。ς\uDABA\uDC39\uDB43\uDCCC\u17B5; [P1 V6 B1]; [P1 V6 B1] # 𐹬ंࡉ.ς򾠹󠳌឵ B; \uD803\uDE6C\u0902\u0849。Σ\uDABA\uDC39\uDB43\uDCCC\u17B5; [P1 V6 B1]; [P1 V6 B1] # 𐹬ंࡉ.σ򾠹󠳌឵ B; \uD803\uDE6C\u0902\u0849。σ\uDABA\uDC39\uDB43\uDCCC\u17B5; [P1 V6 B1]; [P1 V6 B1] # 𐹬ंࡉ.σ򾠹󠳌឵ B; -\uD83A\uDE1B\u0683\u193B。\uD804\uDC46⒕; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -𞨛ڃ᤻.𑁆⒕ B; -\uD83A\uDE1B\u0683\u193B。\uD804\uDC4614.; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -𞨛ڃ᤻.𑁆14. T; \u200C🔲。\uDB41\uDF57≮\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 B1] # ‌🔲.󠝗≮𐲄 N; \u200C🔲。\uDB41\uDF57≮\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ‌🔲.󠝗≮𐲄 T; \u200C🔲。\uDB41\uDF57<\u0338\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 B1] # ‌🔲.󠝗≮𐲄 N; \u200C🔲。\uDB41\uDF57<\u0338\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ‌🔲.󠝗≮𐲄 T; \u200C🔲。\uDB41\uDF57≮\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 B1] # ‌🔲.󠝗≮𐲄 N; \u200C🔲。\uDB41\uDF57≮\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ‌🔲.󠝗≮𐲄 T; \u200C🔲。\uDB41\uDF57<\u0338\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 B1] # ‌🔲.󠝗≮𐲄 N; \u200C🔲。\uDB41\uDF57<\u0338\uD803\uDC84; [P1 V6 C1 B1]; [P1 V6 C1 B1] # ‌🔲.󠝗≮𐲄 B; ⒈【\uDA48\uDF08.𝟲\uDA15\uDC59; [P1 V6]; [P1 V6] # ⒈【򢌈.6򕑙 B; 1.【\uDA48\uDF08.6\uDA15\uDC59; [P1 V6]; [P1 V6] # 1.【򢌈.6򕑙 B; \u1B71\u08A2\uFBE5.\u0667\u2DFB; [V5 B1]; [V5 B1] # ᭱ࢢې.٧ⷻ B; \u1B71\u08A2\u06D0.\u0667\u2DFB; [V5 B1]; [V5 B1] # ᭱ࢢې.٧ⷻ B; ς.\uA9C0\u103A; [V5]; [V5] # ς.꧀် B; ς.\uA9C0\u103A; [V5]; [V5] # ς.꧀် B; Σ.\uA9C0\u103A; [V5]; [V5] # σ.꧀် B; σ.\uA9C0\u103A; [V5]; [V5] # σ.꧀် B; Σ.\uA9C0\u103A; [V5]; [V5] # σ.꧀် B; σ.\uA9C0\u103A; [V5]; [V5] # σ.꧀် T; \uDB40\uDD3D\u200C≯\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ‌≯𐻃.ࠛ N; \uDB40\uDD3D\u200C≯\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ‌≯𐻃.ࠛ T; \uDB40\uDD3D\u200C>\u0338\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ‌≯𐻃.ࠛ N; \uDB40\uDD3D\u200C>\u0338\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ‌≯𐻃.ࠛ T; \uDB40\uDD3D\u200C≯\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ‌≯𐻃.ࠛ N; \uDB40\uDD3D\u200C≯\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ‌≯𐻃.ࠛ T; \uDB40\uDD3D\u200C>\u0338\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ‌≯𐻃.ࠛ N; \uDB40\uDD3D\u200C>\u0338\uD803\uDEC3.\u081B; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ‌≯𐻃.ࠛ B; 羚。≯; [P1 V6]; [P1 V6] B; 羚。>\u0338; [P1 V6]; [P1 V6] B; 羚。≯; [P1 V6]; [P1 V6] B; 羚。>\u0338; [P1 V6]; [P1 V6] B; \uD802\uDE3F\u1759.ꡦ; [P1 V5 V6]; [P1 V5 V6] # 𐨿᝙.ꡦ B; \uD802\uDE3F\u1759.ꡦ; [P1 V5 V6]; [P1 V5 V6] # 𐨿᝙.ꡦ T; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠჀ²; [P1 V6 C2 B1]; [P1 V6 B1] # 񺷉ྮ‍.𐹭ҡჀ2 N; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠჀ²; [P1 V6 C2 B1]; [P1 V6 C2 B1] # 񺷉ྮ‍.𐹭ҡჀ2 T; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠჀ2; [P1 V6 C2 B1]; [P1 V6 B1] # 񺷉ྮ‍.𐹭ҡჀ2 N; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠჀ2; [P1 V6 C2 B1]; [P1 V6 C2 B1] # 񺷉ྮ‍.𐹭ҡჀ2 T; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6Dҡⴠ2; [P1 V6 C2 B1]; [P1 V6 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 N; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6Dҡⴠ2; [P1 V6 C2 B1]; [P1 V6 C2 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 T; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠⴠ2; [P1 V6 C2 B1]; [P1 V6 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 N; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠⴠ2; [P1 V6 C2 B1]; [P1 V6 C2 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 T; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6Dҡⴠ²; [P1 V6 C2 B1]; [P1 V6 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 N; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6Dҡⴠ²; [P1 V6 C2 B1]; [P1 V6 C2 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 T; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠⴠ²; [P1 V6 C2 B1]; [P1 V6 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 N; \uD9AB\uDDC9\u0FAE\u200D。\uD803\uDE6DҠⴠ²; [P1 V6 C2 B1]; [P1 V6 C2 B1] # 񺷉ྮ‍.𐹭ҡⴠ2 B; ᠴ。\uD803\uDE6D\uA6F1; [B1]; [B1] # ᠴ.𐹭꛱ B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDß; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ß B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDß; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ß B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDSS; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ss B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDss; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ss B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDSs; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ss B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDSS; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ss B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDss; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ss B; \uD8D4\uDD21\u0B4D。\uD803\uDE7A\uDAC5\uDD12\u0CCDSs; [P1 V6 B1]; [P1 V6 B1] # 񅄡୍.𐹺󁔒್ss B; \uD803\uDE72\uDA35\uDC67\u036C.⸖︒≠; [P1 V6 B1]; [P1 V6 B1] # 𐹲򝑧ͬ.⸖︒≠ B; \uD803\uDE72\uDA35\uDC67\u036C.⸖︒=\u0338; [P1 V6 B1]; [P1 V6 B1] # 𐹲򝑧ͬ.⸖︒≠ B; \uD803\uDE72\uDA35\uDC67\u036C.⸖。≠; [P1 V6 B1]; [P1 V6 B1] # 𐹲򝑧ͬ.⸖.≠ B; \uD803\uDE72\uDA35\uDC67\u036C.⸖。=\u0338; [P1 V6 B1]; [P1 V6 B1] # 𐹲򝑧ͬ.⸖.≠ B; 🏫\uDAFB\uDDF8ỗ⒈.\uD89E\uDF57\uDAA0\uDF90⧸⒌; [P1 V6]; [P1 V6] # 🏫󎷸ỗ⒈.𷭗򸎐⧸⒌ B; 🏫\uDAFB\uDDF8o\u0302\u0303⒈.\uD89E\uDF57\uDAA0\uDF90⧸⒌; [P1 V6]; [P1 V6] # 🏫󎷸ỗ⒈.𷭗򸎐⧸⒌ B; 🏫\uDAFB\uDDF8ỗ1..\uD89E\uDF57\uDAA0\uDF90⧸5.; [P1 V6 A4_2]; [P1 V6 A4_2] # 🏫󎷸ỗ1..𷭗򸎐⧸5. B; 🏫\uDAFB\uDDF8o\u0302\u03031..\uD89E\uDF57\uDAA0\uDF90⧸5.; [P1 V6 A4_2]; [P1 V6 A4_2] # 🏫󎷸ỗ1..𷭗򸎐⧸5. B; 🏫\uDAFB\uDDF8O\u0302\u03031..\uD89E\uDF57\uDAA0\uDF90⧸5.; [P1 V6 A4_2]; [P1 V6 A4_2] # 🏫󎷸ỗ1..𷭗򸎐⧸5. B; 🏫\uDAFB\uDDF8Ỗ1..\uD89E\uDF57\uDAA0\uDF90⧸5.; [P1 V6 A4_2]; [P1 V6 A4_2] # 🏫󎷸ỗ1..𷭗򸎐⧸5. B; 🏫\uDAFB\uDDF8O\u0302\u0303⒈.\uD89E\uDF57\uDAA0\uDF90⧸⒌; [P1 V6]; [P1 V6] # 🏫󎷸ỗ⒈.𷭗򸎐⧸⒌ B; 🏫\uDAFB\uDDF8Ỗ⒈.\uD89E\uDF57\uDAA0\uDF90⧸⒌; [P1 V6]; [P1 V6] # 🏫󎷸ỗ⒈.𷭗򸎐⧸⒌ T; \u200D。ꡏ; [C2]; xn--oc9a # ‍.ꡏ N; \u200D。ꡏ; [C2]; [C2] # ‍.ꡏ T; \u200D。ꡏ; [C2]; xn--oc9a # ‍.ꡏ N; \u200D。ꡏ; [C2]; [C2] # ‍.ꡏ B; xn--oc9a; ꡏ; xn--oc9a B; ꡏ; ; xn--oc9a B; \uDB40\uDDC5ꡉ.\u06FA; ꡉ.\u06FA; xn--ic9a.xn--nmb # ꡉ.ۺ B; xn--ic9a.xn--nmb; ꡉ.\u06FA; xn--ic9a.xn--nmb # ꡉ.ۺ B; ꡉ.\u06FA; ; xn--ic9a.xn--nmb # ꡉ.ۺ T; \u1B80\u200C-。\uD9B3\uDC35ß; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6] # ᮀ‌-.񼰵ß N; \u1B80\u200C-。\uD9B3\uDC35ß; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6 C1] # ᮀ‌-.񼰵ß T; \u1B80\u200C-。\uD9B3\uDC35SS; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6] # ᮀ‌-.񼰵ss N; \u1B80\u200C-。\uD9B3\uDC35SS; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6 C1] # ᮀ‌-.񼰵ss T; \u1B80\u200C-。\uD9B3\uDC35ss; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6] # ᮀ‌-.񼰵ss N; \u1B80\u200C-。\uD9B3\uDC35ss; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6 C1] # ᮀ‌-.񼰵ss T; \u1B80\u200C-。\uD9B3\uDC35Ss; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6] # ᮀ‌-.񼰵ss N; \u1B80\u200C-。\uD9B3\uDC35Ss; [P1 V3 V5 V6 C1]; [P1 V3 V5 V6 C1] # ᮀ‌-.񼰵ss T; \u200Cς⩕𝟶.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌ς⩕0.ۢ򧙾ܩ N; \u200Cς⩕𝟶.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌ς⩕0.ۢ򧙾ܩ T; \u200Cς⩕0.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌ς⩕0.ۢ򧙾ܩ N; \u200Cς⩕0.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌ς⩕0.ۢ򧙾ܩ T; \u200CΣ⩕0.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌σ⩕0.ۢ򧙾ܩ N; \u200CΣ⩕0.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌σ⩕0.ۢ򧙾ܩ T; \u200Cσ⩕0.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌σ⩕0.ۢ򧙾ܩ N; \u200Cσ⩕0.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌σ⩕0.ۢ򧙾ܩ T; \u200CΣ⩕𝟶.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌σ⩕0.ۢ򧙾ܩ N; \u200CΣ⩕𝟶.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌σ⩕0.ۢ򧙾ܩ T; \u200Cσ⩕𝟶.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌σ⩕0.ۢ򧙾ܩ N; \u200Cσ⩕𝟶.\u06E2\uDA5D\uDE7E\u0729; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌σ⩕0.ۢ򧙾ܩ B; -.\uD83A\uDC88; [P1 V3 V6]; [P1 V3 V6] # -.𞢈 B; \uD92C\uDDFD\u0773.\u302D\u07D3; [P1 V6 V5 B5 B6 B1]; [P1 V6 V5 B5 B6 B1] # 񛇽ݳ.〭ߓ B; \u0FE6ꡲ\uD820\uDED3.ᠤ; [P1 V6]; [P1 V6] # ࿦ꡲ𘋓.ᠤ B; ۷\uD9E5\uDC30\u077Bß。\u0766; [P1 V6 B1]; [P1 V6 B1] # ۷򉐰ݻß.ݦ B; ۷\uD9E5\uDC30\u077BSS。\u0766; [P1 V6 B1]; [P1 V6 B1] # ۷򉐰ݻss.ݦ B; ۷\uD9E5\uDC30\u077Bss。\u0766; [P1 V6 B1]; [P1 V6 B1] # ۷򉐰ݻss.ݦ B; ۷\uD9E5\uDC30\u077BSs。\u0766; [P1 V6 B1]; [P1 V6 B1] # ۷򉐰ݻss.ݦ T; 㸳ꡡ≮.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤß-‍ N; 㸳ꡡ≮.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤß-‍ T; 㸳ꡡ<\u0338.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤß-‍ N; 㸳ꡡ<\u0338.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤß-‍ T; 㸳ꡡ≮.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤß-‍ N; 㸳ꡡ≮.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤß-‍ T; 㸳ꡡ<\u0338.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤß-‍ N; 㸳ꡡ<\u0338.\u08A4ß-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤß-‍ T; 㸳ꡡ<\u0338.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ<\u0338.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ≮.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ≮.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ≮.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ≮.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ<\u0338.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ<\u0338.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ<\u0338.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ<\u0338.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ≮.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ≮.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ<\u0338.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ<\u0338.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ≮.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ≮.\u08A4SS-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ≮.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ≮.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ<\u0338.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ<\u0338.\u08A4ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ<\u0338.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ<\u0338.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ T; 㸳ꡡ≮.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 V3 B2 B3] # 㸳ꡡ≮.ࢤss-‍ N; 㸳ꡡ≮.\u08A4Ss-\u200D; [P1 V6 B2 B3 C2]; [P1 V6 B2 B3 C2] # 㸳ꡡ≮.ࢤss-‍ B; -\uDAAE\uDC6C\uDB40\uDD7C\u1B00.\uAA31-︒; [P1 V3 V6 V5]; [P1 V3 V6 V5] # -򻡬ᬀ.ꨱ-︒ B; -\uDAAE\uDC6C\uDB40\uDD7C\u1B00.\uAA31-。; [P1 V3 V6 V5]; [P1 V3 V6 V5] # -򻡬ᬀ.ꨱ-. B; ︒.\uD97F\uDFEB\u1CE5; [P1 V6]; [P1 V6] # ︒.񯿫᳥ B; 。.\uD97F\uDFEB\u1CE5; [P1 V6]; [P1 V6] # 񯿫᳥ T; \u2DF5\u08F7。\u200C⓾\u200C\u075C; [V5 B1 C1]; [V5 B1] # ⷵࣷ.‌⓾‌ݜ N; \u2DF5\u08F7。\u200C⓾\u200C\u075C; [V5 B1 C1]; [V5 B1 C1] # ⷵࣷ.‌⓾‌ݜ B; \u06FDꡙ\u0666。\u074Aᡍ\u0823; [V5 B2]; [V5 B2] # ۽ꡙ٦.݊ᡍࠣ B; \u06FDꡙ\u0666。\u074Aᡍ\u0823; [V5 B2]; [V5 B2] # ۽ꡙ٦.݊ᡍࠣ B; \uA949.-\uD8E7\uDFF5; [P1 V5 V3 V6]; [P1 V5 V3 V6] # ꥉ.-񉿵 B; \u1B72.赏; [V5]; [V5] # ᭲.赏 B; \u1B72.赏; [V5]; [V5] # ᭲.赏 B; \u0686\u0680。Ⴁ; [P1 V6]; [P1 V6] # چڀ.Ⴁ B; \u0686\u0680。Ⴁ; [P1 V6]; [P1 V6] # چڀ.Ⴁ B; \u0686\u0680。ⴁ; \u0686\u0680.ⴁ; xn--5ibl.xn--skj # چڀ.ⴁ B; xn--5ibl.xn--skj; \u0686\u0680.ⴁ; xn--5ibl.xn--skj # چڀ.ⴁ B; \u0686\u0680.ⴁ; ; xn--5ibl.xn--skj # چڀ.ⴁ B; \u0686\u0680.Ⴁ; [P1 V6]; [P1 V6] # چڀ.Ⴁ B; \u0686\u0680。ⴁ; \u0686\u0680.ⴁ; xn--5ibl.xn--skj # چڀ.ⴁ B; \uFE26Ⴊ\u07D4ς。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ︦Ⴊߔς.- B; \uFE26Ⴊ\u07D4ς。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ︦Ⴊߔς.- B; \uFE26ⴊ\u07D4ς。-; [V5 V3 B1]; [V5 V3 B1] # ︦ⴊߔς.- B; \uFE26Ⴊ\u07D4Σ。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ︦Ⴊߔσ.- B; \uFE26ⴊ\u07D4σ。-; [V5 V3 B1]; [V5 V3 B1] # ︦ⴊߔσ.- B; \uFE26Ⴊ\u07D4σ。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ︦Ⴊߔσ.- B; \uFE26ⴊ\u07D4ς。-; [V5 V3 B1]; [V5 V3 B1] # ︦ⴊߔς.- B; \uFE26Ⴊ\u07D4Σ。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ︦Ⴊߔσ.- B; \uFE26ⴊ\u07D4σ。-; [V5 V3 B1]; [V5 V3 B1] # ︦ⴊߔσ.- B; \uFE26Ⴊ\u07D4σ。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # ︦Ⴊߔσ.- T; Ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6] # Ⴍ.񤗪‌ N; Ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴍ.񤗪‌ T; Ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6] # Ⴍ.񤗪‌ N; Ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴍ.񤗪‌ T; ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6] # ⴍ.񤗪‌ N; ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6 C1] # ⴍ.񤗪‌ T; ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6] # ⴍ.񤗪‌ N; ⴍ.\uD951\uDDEA\u200C; [P1 V6 C1]; [P1 V6 C1] # ⴍ.񤗪‌ B; \uD88B\uDD72⏎.ᠧ\u17D2\uDB4B\uDC9C\u0CCD; [P1 V6]; [P1 V6] # 𲵲⏎.ᠧ្󢲜್ B; ≯˒ꡟ。\uD803\uDE7A\uDB42\uDF08; [P1 V6 B1]; [P1 V6 B1] # ≯˒ꡟ.𐹺󠬈 B; >\u0338˒ꡟ。\uD803\uDE7A\uDB42\uDF08; [P1 V6 B1]; [P1 V6 B1] # ≯˒ꡟ.𐹺󠬈 B; ≯˒ꡟ。\uD803\uDE7A\uDB42\uDF08; [P1 V6 B1]; [P1 V6 B1] # ≯˒ꡟ.𐹺󠬈 B; >\u0338˒ꡟ。\uD803\uDE7A\uDB42\uDF08; [P1 V6 B1]; [P1 V6 B1] # ≯˒ꡟ.𐹺󠬈 B; \uDBA6\uDD1E\uD803\uDE7E\u0764\uD803\uDE77。Ⴈ\u0631Ⴏ; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󹤞𐹾ݤ𐹷.ႨرႯ B; \uDBA6\uDD1E\uD803\uDE7E\u0764\uD803\uDE77。ⴈ\u0631ⴏ; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󹤞𐹾ݤ𐹷.ⴈرⴏ B; \uDBA6\uDD1E\uD803\uDE7E\u0764\uD803\uDE77。Ⴈ\u0631ⴏ; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 󹤞𐹾ݤ𐹷.Ⴈرⴏ B; \uD83A\uDF92。\uDB40\uDC7D; [P1 V6]; [P1 V6] # 𞮒.󠁽 B; ³\u0600.\uDB40\uDDB1⬙7ᡦ; [P1 V6 B1]; [P1 V6 B1] # 3؀.⬙7ᡦ B; 3\u0600.\uDB40\uDDB1⬙7ᡦ; [P1 V6 B1]; [P1 V6 B1] # 3؀.⬙7ᡦ B; \u069F\uD803\uDE7E\u08C7.\u033E; [P1 V6 V5]; [P1 V6 V5] # ڟ𐹾ࣇ.̾ B; \u069F\uD803\uDE7E\u08C7.\u033E; [P1 V6 V5]; [P1 V6 V5] # ڟ𐹾ࣇ.̾ T; \u0088\uDA16\uDE50\u0646.\u06BA\u200D\uD803\uDCE6; [P1 V6 B1 C2]; [P1 V6 B1] # ˆ򕩐ن.ں‍𐳦 N; \u0088\uDA16\uDE50\u0646.\u06BA\u200D\uD803\uDCE6; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ˆ򕩐ن.ں‍𐳦 T; \u0088\uDA16\uDE50\u0646.\u06BA\u200D\uD803\uDCE6; [P1 V6 B1 C2]; [P1 V6 B1] # ˆ򕩐ن.ں‍𐳦 N; \u0088\uDA16\uDE50\u0646.\u06BA\u200D\uD803\uDCE6; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ˆ򕩐ن.ں‍𐳦 B; ꡊ\uDADC\uDFE1\uD803\uDF89-.≠\uDAE3\uDE8F\uABED; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # ꡊ󇏡𐾉-.≠󈺏꯭ B; ꡊ\uDADC\uDFE1\uD803\uDF89-.=\u0338\uDAE3\uDE8F\uABED; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # ꡊ󇏡𐾉-.≠󈺏꯭ B; ꡊ\uDADC\uDFE1\uD803\uDF89-.≠\uDAE3\uDE8F\uABED; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # ꡊ󇏡𐾉-.≠󈺏꯭ B; ꡊ\uDADC\uDFE1\uD803\uDF89-.=\u0338\uDAE3\uDE8F\uABED; [P1 V3 V6 B5 B6]; [P1 V3 V6 B5 B6] # ꡊ󇏡𐾉-.≠󈺏꯭ B; ₅.\uD987\uDC0B; [P1 V6]; [P1 V6] # 5.񱰋 B; 5.\uD987\uDC0B; [P1 V6]; [P1 V6] # 5.񱰋 T; -\u200D.Ⴞ1; [P1 V3 V6 C2]; [P1 V3 V6] # -‍.Ⴞ1 N; -\u200D.Ⴞ1; [P1 V3 V6 C2]; [P1 V3 V6 C2] # -‍.Ⴞ1 T; -\u200D.ⴞ1; [V3 C2]; [V3] # -‍.ⴞ1 N; -\u200D.ⴞ1; [V3 C2]; [V3 C2] # -‍.ⴞ1 T; \u200Dςß\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍ςß𑆀.⵿ N; \u200Dςß\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍ςß𑆀.⵿ T; \u200Dςß\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍ςß𑆀.⵿ N; \u200Dςß\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍ςß𑆀.⵿ T; \u200DΣSS\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σss𑆀.⵿ N; \u200DΣSS\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σss𑆀.⵿ T; \u200Dσss\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σss𑆀.⵿ N; \u200Dσss\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σss𑆀.⵿ T; \u200DΣss\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σss𑆀.⵿ N; \u200DΣss\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σss𑆀.⵿ T; \u200DΣß\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σß𑆀.⵿ N; \u200DΣß\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σß𑆀.⵿ T; \u200Dσß\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σß𑆀.⵿ N; \u200Dσß\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σß𑆀.⵿ T; \u200DΣSS\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σss𑆀.⵿ N; \u200DΣSS\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σss𑆀.⵿ T; \u200Dσss\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σss𑆀.⵿ N; \u200Dσss\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σss𑆀.⵿ T; \u200DΣss\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σss𑆀.⵿ N; \u200DΣss\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σss𑆀.⵿ T; \u200DΣß\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σß𑆀.⵿ N; \u200DΣß\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σß𑆀.⵿ T; \u200Dσß\uD804\uDD80.\u2D7F; [V5 C2]; [V5] # ‍σß𑆀.⵿ N; \u200Dσß\uD804\uDD80.\u2D7F; [V5 C2]; [V5 C2] # ‍σß𑆀.⵿ T; ≠.\u200D; [P1 V6 C2]; [P1 V6] # ≠.‍ N; ≠.\u200D; [P1 V6 C2]; [P1 V6 C2] # ≠.‍ T; =\u0338.\u200D; [P1 V6 C2]; [P1 V6] # ≠.‍ N; =\u0338.\u200D; [P1 V6 C2]; [P1 V6 C2] # ≠.‍ T; ≠.\u200D; [P1 V6 C2]; [P1 V6] # ≠.‍ N; ≠.\u200D; [P1 V6 C2]; [P1 V6 C2] # ≠.‍ T; =\u0338.\u200D; [P1 V6 C2]; [P1 V6] # ≠.‍ N; =\u0338.\u200D; [P1 V6 C2]; [P1 V6 C2] # ≠.‍ B; \uD83B\uDF53。\u0612\u06D1⸩\uDA54\uDFB4; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 𞽓.ؒۑ⸩򥎴 B; \uD83B\uDF53。\u0612\u06D1⸩\uDA54\uDFB4; [P1 V6 V5 B1]; [P1 V6 V5 B1] # 𞽓.ؒۑ⸩򥎴 B; \uD8DA\uDC40\u0C4Dς.ς\uA9C0; [P1 V6]; [P1 V6] # 񆡀్ς.ς꧀ B; \uD8DA\uDC40\u0C4Dς.ς\uA9C0; [P1 V6]; [P1 V6] # 񆡀్ς.ς꧀ B; \uD8DA\uDC40\u0C4DΣ.Σ\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.σ꧀ B; \uD8DA\uDC40\u0C4Dσ.ς\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.ς꧀ B; \uD8DA\uDC40\u0C4Dσ.σ\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.σ꧀ B; \uD8DA\uDC40\u0C4DΣ.σ\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.σ꧀ B; \uD8DA\uDC40\u0C4DΣ.ς\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.ς꧀ B; \uD8DA\uDC40\u0C4DΣ.Σ\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.σ꧀ B; \uD8DA\uDC40\u0C4Dσ.ς\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.ς꧀ B; \uD8DA\uDC40\u0C4Dσ.σ\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.σ꧀ B; \uD8DA\uDC40\u0C4DΣ.σ\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.σ꧀ B; \uD8DA\uDC40\u0C4DΣ.ς\uA9C0; [P1 V6]; [P1 V6] # 񆡀్σ.ς꧀ B; \u062Aᢋ牅\u0F79。\uD802\uDE8E\uD834\uDD8B\uD998\uDCC0Ⴙ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # تᢋ牅ླཱྀ.𐪎𝆋񶃀Ⴙ B; \u062Aᢋ牅\u0FB3\u0F71\u0F80。\uD802\uDE8E\uD834\uDD8B\uD998\uDCC0Ⴙ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # تᢋ牅ླཱྀ.𐪎𝆋񶃀Ⴙ B; \u062Aᢋ牅\u0FB3\u0F71\u0F80。\uD802\uDE8E\uD834\uDD8B\uD998\uDCC0ⴙ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # تᢋ牅ླཱྀ.𐪎𝆋񶃀ⴙ B; \u062Aᢋ牅\u0F79。\uD802\uDE8E\uD834\uDD8B\uD998\uDCC0ⴙ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # تᢋ牅ླཱྀ.𐪎𝆋񶃀ⴙ B; \uD977\uDCA6。륧; [P1 V6]; [P1 V6] # 񭲦.륧 B; \uD977\uDCA6。륧; [P1 V6]; [P1 V6] # 񭲦.륧 B; \uD977\uDCA6。륧; [P1 V6]; [P1 V6] # 񭲦.륧 B; \uD977\uDCA6。륧; [P1 V6]; [P1 V6] # 񭲦.륧 T; \u0602\u200D。\uD9B5\uDFEE; [P1 V6 B1 C2]; [P1 V6 B1] # ؂‍.񽟮 N; \u0602\u200D。\uD9B5\uDFEE; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ؂‍.񽟮 B; Ⴘᡓ\u1DFC。-; [P1 V6 V3]; [P1 V6 V3] # Ⴘᡓ᷼.- B; Ⴘᡓ\u1DFC。-; [P1 V6 V3]; [P1 V6 V3] # Ⴘᡓ᷼.- B; ⴘᡓ\u1DFC。-; [V3]; [V3] # ⴘᡓ᷼.- B; ⴘᡓ\u1DFC。-; [V3]; [V3] # ⴘᡓ᷼.- B; \u1BF3\u0675🄆ꡁ。\uDB43\uDC8A\u06B0; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # ᯳اٴ🄆ꡁ.󠲊ڰ B; \u1BF3\u0627\u06745,ꡁ。\uDB43\uDC8A\u06B0; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # ᯳اٴ5,ꡁ.󠲊ڰ B; \uD97D\uDC3F.꘏\u07E5\u06AE\u072D; [P1 V6 B1]; [P1 V6 B1] # 񯐿.꘏ߥڮܭ B; \u0647\uD929。-ᢣ; [P1 V6 V3 B2 B3]; [P1 V6 V3 B2 B3 A3] # ه?.-ᢣ T; ς\u06C7⾑.\u200C\u06B3\u200C⒈; [P1 V6 B5 B1 C1]; [P1 V6 B5] # ςۇ襾.‌ڳ‌⒈ N; ς\u06C7⾑.\u200C\u06B3\u200C⒈; [P1 V6 B5 B1 C1]; [P1 V6 B5 B1 C1] # ςۇ襾.‌ڳ‌⒈ T; ς\u06C7襾.\u200C\u06B3\u200C1.; [B5 B1 C1]; [B5] # ςۇ襾.‌ڳ‌1. N; ς\u06C7襾.\u200C\u06B3\u200C1.; [B5 B1 C1]; [B5 B1 C1] # ςۇ襾.‌ڳ‌1. T; Σ\u06C7襾.\u200C\u06B3\u200C1.; [B5 B1 C1]; [B5] # σۇ襾.‌ڳ‌1. N; Σ\u06C7襾.\u200C\u06B3\u200C1.; [B5 B1 C1]; [B5 B1 C1] # σۇ襾.‌ڳ‌1. T; σ\u06C7襾.\u200C\u06B3\u200C1.; [B5 B1 C1]; [B5] # σۇ襾.‌ڳ‌1. N; σ\u06C7襾.\u200C\u06B3\u200C1.; [B5 B1 C1]; [B5 B1 C1] # σۇ襾.‌ڳ‌1. T; Σ\u06C7⾑.\u200C\u06B3\u200C⒈; [P1 V6 B5 B1 C1]; [P1 V6 B5] # σۇ襾.‌ڳ‌⒈ N; Σ\u06C7⾑.\u200C\u06B3\u200C⒈; [P1 V6 B5 B1 C1]; [P1 V6 B5 B1 C1] # σۇ襾.‌ڳ‌⒈ T; σ\u06C7⾑.\u200C\u06B3\u200C⒈; [P1 V6 B5 B1 C1]; [P1 V6 B5] # σۇ襾.‌ڳ‌⒈ N; σ\u06C7⾑.\u200C\u06B3\u200C⒈; [P1 V6 B5 B1 C1]; [P1 V6 B5 B1 C1] # σۇ襾.‌ڳ‌⒈ B; \u0772\uD8C5\uDF14.\u08BD; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݲ񁜔.ࢽ B; \u0772\uD8C5\uDF14.\u08BD; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ݲ񁜔.ࢽ T; \uA8C4\uDB99\uDE8D\u0F19。\u200Cᡲ\uDA30\uDF61; [P1 V5 V6 C1]; [P1 V5 V6] # ꣄󶚍༙.‌ᡲ򜍡 N; \uA8C4\uDB99\uDE8D\u0F19。\u200Cᡲ\uDA30\uDF61; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ꣄󶚍༙.‌ᡲ򜍡 T; \uA8C4\uDB99\uDE8D\u0F19。\u200Cᡲ\uDA30\uDF61; [P1 V5 V6 C1]; [P1 V5 V6] # ꣄󶚍༙.‌ᡲ򜍡 N; \uA8C4\uDB99\uDE8D\u0F19。\u200Cᡲ\uDA30\uDF61; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ꣄󶚍༙.‌ᡲ򜍡 T; ᡵ\u0F9D\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6] # ᡵྜྷ𕲟-.‌먿 N; ᡵ\u0F9D\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ᡵྜྷ𕲟-.‌먿 T; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6] # ᡵྜྷ𕲟-.‌먿 N; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ᡵྜྷ𕲟-.‌먿 T; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6] # ᡵྜྷ𕲟-.‌먿 N; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ᡵྜྷ𕲟-.‌먿 T; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6] # ᡵྜྷ𕲟-.‌먿 N; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ᡵྜྷ𕲟-.‌먿 T; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6] # ᡵྜྷ𕲟-.‌먿 N; ᡵ\u0F9C\u0FB7\uD817\uDC9F-.\u200C먿; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ᡵྜྷ𕲟-.‌먿 B; \uDB50\uDDE6。\u0751; [P1 V6]; [P1 V6] # 󤇦.ݑ B; \uDB50\uDDE6。\u0751; [P1 V6]; [P1 V6] # 󤇦.ݑ T; 嬃\uDB42\uDFE9.\u200D\uD802\uDE0E; [P1 V6 C2]; [P1 V6 V5] # 嬃󠯩.‍𐨎 N; 嬃\uDB42\uDFE9.\u200D\uD802\uDE0E; [P1 V6 C2]; [P1 V6 C2] # 嬃󠯩.‍𐨎 T; 嬃\uDB42\uDFE9.\u200D\uD802\uDE0E; [P1 V6 C2]; [P1 V6 V5] # 嬃󠯩.‍𐨎 N; 嬃\uDB42\uDFE9.\u200D\uD802\uDE0E; [P1 V6 C2]; [P1 V6 C2] # 嬃󠯩.‍𐨎 B; \u0660🎨≯.\uD9BD\uDDC6\uDA09\uDE98; [P1 V6 B1]; [P1 V6 B1] # ٠🎨≯.񿗆򒚘 B; \u0660🎨>\u0338.\uD9BD\uDDC6\uDA09\uDE98; [P1 V6 B1]; [P1 V6 B1] # ٠🎨≯.񿗆򒚘 B; \u0660🎨≯.\uD9BD\uDDC6\uDA09\uDE98; [P1 V6 B1]; [P1 V6 B1] # ٠🎨≯.񿗆򒚘 B; \u0660🎨>\u0338.\uD9BD\uDDC6\uDA09\uDE98; [P1 V6 B1]; [P1 V6 B1] # ٠🎨≯.񿗆򒚘 B; \uDA85\uDF3Eᡚ\u1DD3\u0D4D.\uFEB3; [P1 V6]; [P1 V6] # 򱜾ᡚ്ᷓ.س B; \uDA85\uDF3Eᡚ\u0D4D\u1DD3.\uFEB3; [P1 V6]; [P1 V6] # 򱜾ᡚ്ᷓ.س B; \uDA85\uDF3Eᡚ\u0D4D\u1DD3.\u0633; [P1 V6]; [P1 V6] # 򱜾ᡚ്ᷓ.س T; \u200C.\uD9D1\uDCD8; [P1 V6 C1]; [P1 V6] # ‌.򄓘 N; \u200C.\uD9D1\uDCD8; [P1 V6 C1]; [P1 V6 C1] # ‌.򄓘 B; 𖡘Ⴃ䠅.\uD802\uDCF2; [P1 V6]; [P1 V6] # 𖡘Ⴃ䠅.𐣲 B; 𖡘Ⴃ䠅.\uD802\uDCF2; [P1 V6]; [P1 V6] # 𖡘Ⴃ䠅.𐣲 B; 𖡘ⴃ䠅.\uD802\uDCF2; [P1 V6]; [P1 V6] # 𖡘ⴃ䠅.𐣲 B; 𖡘ⴃ䠅.\uD802\uDCF2; [P1 V6]; [P1 V6] # 𖡘ⴃ䠅.𐣲 B; \uD802\uDE39\u0661\uD803\uDE7A\u062C。⒑Ⴅ; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐨹١𐹺ج.⒑Ⴅ B; \uD802\uDE39\u0661\uD803\uDE7A\u062C。10.Ⴅ; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐨹١𐹺ج.10.Ⴅ B; \uD802\uDE39\u0661\uD803\uDE7A\u062C。10.ⴅ; [V5 B1]; [V5 B1] # 𐨹١𐹺ج.10.ⴅ B; \uD802\uDE39\u0661\uD803\uDE7A\u062C。⒑ⴅ; [P1 V5 V6 B1]; [P1 V5 V6 B1] # 𐨹١𐹺ج.⒑ⴅ B; -。︒; [P1 V3 V6]; [P1 V3 V6] B; -。。; [V3 A4_2]; [V3 A4_2] B; \u06EEჀ。-۴--; [P1 V6 V2 V3 B2 B3]; [P1 V6 V2 V3 B2 B3] # ۮჀ.-۴-- B; \u06EEჀ。-۴--; [P1 V6 V2 V3 B2 B3]; [P1 V6 V2 V3 B2 B3] # ۮჀ.-۴-- B; \u06EEⴠ。-۴--; [V2 V3 B2 B3]; [V2 V3 B2 B3] # ۮⴠ.-۴-- B; \u06EEⴠ。-۴--; [V2 V3 B2 B3]; [V2 V3 B2 B3] # ۮⴠ.-۴-- B; ≯\uD8DD𐅸。\uD803\uDE70\u0665≯\uD802\uDE37; [P1 V6 B1]; [P1 V6 B1 A3] # ≯?𐅸.𐹰٥≯𐨷 B; >\u0338\uD8DD𐅸。\uD803\uDE70\u0665>\u0338\uD802\uDE37; [P1 V6 B1]; [P1 V6 B1 A3] # ≯?𐅸.𐹰٥≯𐨷 B; ≯\uD8DD𐅸。\uD803\uDE70\u0665≯\uD802\uDE37; [P1 V6 B1]; [P1 V6 B1 A3] # ≯?𐅸.𐹰٥≯𐨷 B; >\u0338\uD8DD𐅸。\uD803\uDE70\u0665>\u0338\uD802\uDE37; [P1 V6 B1]; [P1 V6 B1 A3] # ≯?𐅸.𐹰٥≯𐨷 T; ㍔\u0AC8\u06FF\u200D。\u0DD4\uD9B5\uDFD1\u302D\uD803\uDE67; [P1 V5 V6 B5 B6 C2 B1]; [P1 V5 V6 B5 B6 B1] # ルーブルૈۿ‍.ු񽟑〭𐹧 N; ㍔\u0AC8\u06FF\u200D。\u0DD4\uD9B5\uDFD1\u302D\uD803\uDE67; [P1 V5 V6 B5 B6 C2 B1]; [P1 V5 V6 B5 B6 C2 B1] # ルーブルૈۿ‍.ු񽟑〭𐹧 T; ルーブル\u0AC8\u06FF\u200D。\u0DD4\uD9B5\uDFD1\u302D\uD803\uDE67; [P1 V5 V6 B5 B6 C2 B1]; [P1 V5 V6 B5 B6 B1] # ルーブルૈۿ‍.ු񽟑〭𐹧 N; ルーブル\u0AC8\u06FF\u200D。\u0DD4\uD9B5\uDFD1\u302D\uD803\uDE67; [P1 V5 V6 B5 B6 C2 B1]; [P1 V5 V6 B5 B6 C2 B1] # ルーブルૈۿ‍.ු񽟑〭𐹧 T; ルーフ\u3099ル\u0AC8\u06FF\u200D。\u0DD4\uD9B5\uDFD1\u302D\uD803\uDE67; [P1 V5 V6 B5 B6 C2 B1]; [P1 V5 V6 B5 B6 B1] # ルーブルૈۿ‍.ු񽟑〭𐹧 N; ルーフ\u3099ル\u0AC8\u06FF\u200D。\u0DD4\uD9B5\uDFD1\u302D\uD803\uDE67; [P1 V5 V6 B5 B6 C2 B1]; [P1 V5 V6 B5 B6 C2 B1] # ルーブルૈۿ‍.ු񽟑〭𐹧 T; \u200D.F; [C2]; f # ‍.f N; \u200D.F; [C2]; [C2] # ‍.f B; f; ; T; \u200D㨲。ß; [C2]; xn--9bm.ss # ‍㨲.ß N; \u200D㨲。ß; [C2]; [C2] # ‍㨲.ß T; \u200D㨲。ß; [C2]; xn--9bm.ss # ‍㨲.ß N; \u200D㨲。ß; [C2]; [C2] # ‍㨲.ß T; \u200D㨲。SS; [C2]; xn--9bm.ss # ‍㨲.ss N; \u200D㨲。SS; [C2]; [C2] # ‍㨲.ss B; xn--9bm.ss; 㨲.ss; xn--9bm.ss B; 㨲.ss; ; xn--9bm.ss T; \u200D㨲。SS; [C2]; xn--9bm.ss # ‍㨲.ss N; \u200D㨲。SS; [C2]; [C2] # ‍㨲.ss B; \uD803\uDE60ᠺ。\u069E; [B1]; [B1] # 𐹠ᠺ.ڞ B; \uD803\uDE60ᠺ。\u069E; [B1]; [B1] # 𐹠ᠺ.ڞ B; ⾑ᡣ\u076E。\u0660\u07E5; [B5 B6 B1]; [B5 B6 B1] # 襾ᡣݮ.٠ߥ B; 襾ᡣ\u076E。\u0660\u07E5; [B5 B6 B1]; [B5 B6 B1] # 襾ᡣݮ.٠ߥ B; \uD8EE\uDCADς-🌿。ꡗ-\u0771; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񋢭ς-🌿.ꡗ-ݱ B; \uD8EE\uDCADς-🌿。ꡗ-\u0771; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񋢭ς-🌿.ꡗ-ݱ B; \uD8EE\uDCADΣ-🌿。ꡗ-\u0771; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񋢭σ-🌿.ꡗ-ݱ B; \uD8EE\uDCADσ-🌿。ꡗ-\u0771; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񋢭σ-🌿.ꡗ-ݱ B; \uD8EE\uDCADΣ-🌿。ꡗ-\u0771; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񋢭σ-🌿.ꡗ-ݱ B; \uD8EE\uDCADσ-🌿。ꡗ-\u0771; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񋢭σ-🌿.ꡗ-ݱ T; \u200D.\uDA27\uDD02; [P1 V6 C2]; [P1 V6] # ‍.򙴂 N; \u200D.\uDA27\uDD02; [P1 V6 C2]; [P1 V6 C2] # ‍.򙴂 T; \u200D.\uDA27\uDD02; [P1 V6 C2]; [P1 V6] # ‍.򙴂 N; \u200D.\uDA27\uDD02; [P1 V6 C2]; [P1 V6 C2] # ‍.򙴂 B; \uD8AC\uDDB9\uDB68\uDDC9。≠𝟭; [P1 V6]; [P1 V6] # 𻆹󪇉.≠1 B; \uD8AC\uDDB9\uDB68\uDDC9。=\u0338𝟭; [P1 V6]; [P1 V6] # 𻆹󪇉.≠1 B; \uD8AC\uDDB9\uDB68\uDDC9。≠1; [P1 V6]; [P1 V6] # 𻆹󪇉.≠1 B; \uD8AC\uDDB9\uDB68\uDDC9。=\u03381; [P1 V6]; [P1 V6] # 𻆹󪇉.≠1 T; \uD802\uDE3F\u08A4\u200D.\uD83A\uDC10; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # 𐨿ࢤ‍.𞠐 N; \uD802\uDE3F\u08A4\u200D.\uD83A\uDC10; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # 𐨿ࢤ‍.𞠐 B; \u0CBCᢜ\uD803\uDEA4\u0ACD.\uDA70\uDC0D; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ಼ᢜ𐺤્.򬀍 B; \u0CBCᢜ\uD803\uDEA4\u0ACD.\uDA70\uDC0D; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ಼ᢜ𐺤્.򬀍 T; \u077F。\u1B38\u200C≯\u1DE3; [P1 V5 V6 C1]; [P1 V5 V6] # ݿ.ᬸ‌≯ᷣ N; \u077F。\u1B38\u200C≯\u1DE3; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ݿ.ᬸ‌≯ᷣ T; \u077F。\u1B38\u200C>\u0338\u1DE3; [P1 V5 V6 C1]; [P1 V5 V6] # ݿ.ᬸ‌≯ᷣ N; \u077F。\u1B38\u200C>\u0338\u1DE3; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ݿ.ᬸ‌≯ᷣ B; \u0351𝟏.ᡢ\uD943\uDDEFႩ; [P1 V5 V6]; [P1 V5 V6] # ͑1.ᡢ񠷯Ⴉ B; \u03511.ᡢ\uD943\uDDEFႩ; [P1 V5 V6]; [P1 V5 V6] # ͑1.ᡢ񠷯Ⴉ B; \u03511.ᡢ\uD943\uDDEFⴉ; [P1 V5 V6]; [P1 V5 V6] # ͑1.ᡢ񠷯ⴉ B; \u0351𝟏.ᡢ\uD943\uDDEFⴉ; [P1 V5 V6]; [P1 V5 V6] # ͑1.ᡢ񠷯ⴉ B; 閃𝟹\u0FAF。Ↄ\uD803\uDE67\u067D\u1B44; [P1 V6 B5]; [P1 V6 B5] # 閃3ྯ.Ↄ𐹧ٽ᭄ B; 閃3\u0FAF。Ↄ\uD803\uDE67\u067D\u1B44; [P1 V6 B5]; [P1 V6 B5] # 閃3ྯ.Ↄ𐹧ٽ᭄ B; 閃3\u0FAF。ↄ\uD803\uDE67\u067D\u1B44; [B5]; [B5] # 閃3ྯ.ↄ𐹧ٽ᭄ B; 閃𝟹\u0FAF。ↄ\uD803\uDE67\u067D\u1B44; [B5]; [B5] # 閃3ྯ.ↄ𐹧ٽ᭄ B; \u2D7F\u0768\uA8C4𝟿.𝟚\uDB40\uDD5B\uA950︒; [P1 V5 V6 B1]; [P1 V5 V6 B1] # ⵿ݨ꣄9.2ꥐ︒ B; \u2D7F\u0768\uA8C49.2\uDB40\uDD5B\uA950。; [V5 B1]; [V5 B1] # ⵿ݨ꣄9.2ꥐ. B; \uDA0E\uDD04。≠-\u20CD⾛; [P1 V6]; [P1 V6] # 򓤄.≠-⃍走 B; \uDA0E\uDD04。=\u0338-\u20CD⾛; [P1 V6]; [P1 V6] # 򓤄.≠-⃍走 B; \uDA0E\uDD04。≠-\u20CD走; [P1 V6]; [P1 V6] # 򓤄.≠-⃍走 B; \uDA0E\uDD04。=\u0338-\u20CD走; [P1 V6]; [P1 V6] # 򓤄.≠-⃍走 B; ꡦ\uD803\uDE77Ⴊ。-≠\u1160; [P1 V6 V3 B5]; [P1 V6 V3 B5] # ꡦ𐹷Ⴊ.-≠ᅠ B; ꡦ\uD803\uDE77Ⴊ。-=\u0338\u1160; [P1 V6 V3 B5]; [P1 V6 V3 B5] # ꡦ𐹷Ⴊ.-≠ᅠ B; ꡦ\uD803\uDE77ⴊ。-=\u0338\u1160; [P1 V3 V6 B5]; [P1 V3 V6 B5] # ꡦ𐹷ⴊ.-≠ᅠ B; ꡦ\uD803\uDE77ⴊ。-≠\u1160; [P1 V3 V6 B5]; [P1 V3 V6 B5] # ꡦ𐹷ⴊ.-≠ᅠ T; \uD803\uDEF7\uD803\uDE76⁹≯。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4] # 𐻷𐹶9≯.‌ N; \uD803\uDEF7\uD803\uDE76⁹≯。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4 C1] # 𐻷𐹶9≯.‌ T; \uD803\uDEF7\uD803\uDE76⁹>\u0338。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4] # 𐻷𐹶9≯.‌ N; \uD803\uDEF7\uD803\uDE76⁹>\u0338。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4 C1] # 𐻷𐹶9≯.‌ T; \uD803\uDEF7\uD803\uDE769≯。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4] # 𐻷𐹶9≯.‌ N; \uD803\uDEF7\uD803\uDE769≯。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4 C1] # 𐻷𐹶9≯.‌ T; \uD803\uDEF7\uD803\uDE769>\u0338。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4] # 𐻷𐹶9≯.‌ N; \uD803\uDEF7\uD803\uDE769>\u0338。\u200C; [P1 V6 B3 B4 C1]; [P1 V6 B3 B4 C1] # 𐻷𐹶9≯.‌ B; ⁸。甯; 8.甯; 8.xn--qny B; 8。甯; 8.甯; 8.xn--qny B; 8.xn--qny; 8.甯; 8.xn--qny B; 8.甯; ; 8.xn--qny B; -⾆.\u0CCD; [V3 V5]; [V3 V5] # -舌.್ B; -舌.\u0CCD; [V3 V5]; [V3 V5] # -舌.್ B; -。ᠵ; [V3]; [V3] B; -。ᠵ; [V3]; [V3] B; ﹂Ⴋ.≮; [P1 V6]; [P1 V6] B; ﹂Ⴋ.<\u0338; [P1 V6]; [P1 V6] B; 」Ⴋ.≮; [P1 V6]; [P1 V6] B; 」Ⴋ.<\u0338; [P1 V6]; [P1 V6] B; 」ⴋ.<\u0338; [P1 V6]; [P1 V6] B; 」ⴋ.≮; [P1 V6]; [P1 V6] B; ﹂ⴋ.<\u0338; [P1 V6]; [P1 V6] B; ﹂ⴋ.≮; [P1 V6]; [P1 V6] T; 璼🐬。\u200C\u0351; [C1]; [V5] # 璼🐬.‌͑ N; 璼🐬。\u200C\u0351; [C1]; [C1] # 璼🐬.‌͑ T; 璼🐬。\u200C\u0351; [C1]; [V5] # 璼🐬.‌͑ N; 璼🐬。\u200C\u0351; [C1]; [C1] # 璼🐬.‌͑ B; \uD803\uDE63𝟹𦗙。-⁰\uDB43\uDD43; [P1 V3 V6 B1]; [P1 V3 V6 B1] # 𐹣3𦗙.-0󠵃 B; \uD803\uDE633𦗙。-0\uDB43\uDD43; [P1 V3 V6 B1]; [P1 V3 V6 B1] # 𐹣3𦗙.-0󠵃 T; \u200C.\u200C; [C1]; [A4_2] # ‌.‌ N; \u200C.\u200C; [C1]; [C1] # ‌.‌ T; \u200D튛.ꡃ; [C2]; xn--157b.xn--cc9a # ‍튛.ꡃ N; \u200D튛.ꡃ; [C2]; [C2] # ‍튛.ꡃ T; \u200D튛.ꡃ; [C2]; xn--157b.xn--cc9a # ‍튛.ꡃ N; \u200D튛.ꡃ; [C2]; [C2] # ‍튛.ꡃ B; xn--157b.xn--cc9a; 튛.ꡃ; xn--157b.xn--cc9a B; 튛.ꡃ; ; xn--157b.xn--cc9a B; 튛.ꡃ; 튛.ꡃ; xn--157b.xn--cc9a B; \u07D1\u0600\uFBED.\u07E0ⴞ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߑ؀ئە.ߠⴞ B; \u07D1\u0600\u0626\u06D5.\u07E0ⴞ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߑ؀ئە.ߠⴞ B; \u07D1\u0600\u064A\u0654\u06D5.\u07E0ⴞ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߑ؀ئە.ߠⴞ B; \u07D1\u0600\u064A\u0654\u06D5.\u07E0Ⴞ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߑ؀ئە.ߠႾ B; \u07D1\u0600\u0626\u06D5.\u07E0Ⴞ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߑ؀ئە.ߠႾ B; \u07D1\u0600\uFBED.\u07E0Ⴞ; [P1 V6 B2 B3]; [P1 V6 B2 B3] # ߑ؀ئە.ߠႾ B; \uD83B\uDFCE\uD803\uDE7E\uDB40\uDD1A⁷.\u0602\u0661Ⴇ; [P1 V6 B4 B1]; [P1 V6 B4 B1] # 𞿎𐹾7.؂١Ⴇ B; \uD83B\uDFCE\uD803\uDE7E\uDB40\uDD1A7.\u0602\u0661Ⴇ; [P1 V6 B4 B1]; [P1 V6 B4 B1] # 𞿎𐹾7.؂١Ⴇ B; \uD83B\uDFCE\uD803\uDE7E\uDB40\uDD1A7.\u0602\u0661ⴇ; [P1 V6 B4 B1]; [P1 V6 B4 B1] # 𞿎𐹾7.؂١ⴇ B; \uD83B\uDFCE\uD803\uDE7E\uDB40\uDD1A⁷.\u0602\u0661ⴇ; [P1 V6 B4 B1]; [P1 V6 B4 B1] # 𞿎𐹾7.؂١ⴇ B; Ⴗ.\uD804\uDC42\u1734\u1C33\uD885\uDFF0; [P1 V6 V5]; [P1 V6 V5] # Ⴗ.𑁂᜴ᰳ𱟰 B; Ⴗ.\uD804\uDC42\u1734\u1C33\uD885\uDFF0; [P1 V6 V5]; [P1 V6 V5] # Ⴗ.𑁂᜴ᰳ𱟰 B; ⴗ.\uD804\uDC42\u1734\u1C33\uD885\uDFF0; [P1 V5 V6]; [P1 V5 V6] # ⴗ.𑁂᜴ᰳ𱟰 B; ⴗ.\uD804\uDC42\u1734\u1C33\uD885\uDFF0; [P1 V5 V6]; [P1 V5 V6] # ⴗ.𑁂᜴ᰳ𱟰 B; ۰\uDADF\uDCA9.\uD9A5\uDCD6\u06DD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ۰󇲩.񹓖۝ B; ۰\uDADF\uDCA9.\uD9A5\uDCD6\u06DD; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ۰󇲩.񹓖۝ B; ⒈酫︒。\u17B4; [P1 V6 V5]; [P1 V6 V5] # ⒈酫︒.឴ B; 1.酫。。\u17B4; [P1 V5 V6 A4_2]; [P1 V5 V6 A4_2] # 1.酫..឴ T; \u0B62\u200C≮\u0FB4.\u200C\u1A60; [P1 V5 V6 C1]; [P1 V5 V6] # ୢ‌≮ྴ.‌᩠ N; \u0B62\u200C≮\u0FB4.\u200C\u1A60; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ୢ‌≮ྴ.‌᩠ T; \u0B62\u200C<\u0338\u0FB4.\u200C\u1A60; [P1 V5 V6 C1]; [P1 V5 V6] # ୢ‌≮ྴ.‌᩠ N; \u0B62\u200C<\u0338\u0FB4.\u200C\u1A60; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ୢ‌≮ྴ.‌᩠ T; \uD803\uDE5D。ႷႽ𝟶\u200D; [P1 V6 C2]; [P1 V6] # 𐹝.ႷႽ0‍ N; \uD803\uDE5D。ႷႽ𝟶\u200D; [P1 V6 C2]; [P1 V6 C2] # 𐹝.ႷႽ0‍ T; \uD803\uDE5D。ႷႽ0\u200D; [P1 V6 C2]; [P1 V6] # 𐹝.ႷႽ0‍ N; \uD803\uDE5D。ႷႽ0\u200D; [P1 V6 C2]; [P1 V6 C2] # 𐹝.ႷႽ0‍ T; \uD803\uDE5D。ⴗⴝ0\u200D; [P1 V6 C2]; [P1 V6] # 𐹝.ⴗⴝ0‍ N; \uD803\uDE5D。ⴗⴝ0\u200D; [P1 V6 C2]; [P1 V6 C2] # 𐹝.ⴗⴝ0‍ T; \uD803\uDE5D。Ⴗⴝ0\u200D; [P1 V6 C2]; [P1 V6] # 𐹝.Ⴗⴝ0‍ N; \uD803\uDE5D。Ⴗⴝ0\u200D; [P1 V6 C2]; [P1 V6 C2] # 𐹝.Ⴗⴝ0‍ T; \uD803\uDE5D。ⴗⴝ𝟶\u200D; [P1 V6 C2]; [P1 V6] # 𐹝.ⴗⴝ0‍ N; \uD803\uDE5D。ⴗⴝ𝟶\u200D; [P1 V6 C2]; [P1 V6 C2] # 𐹝.ⴗⴝ0‍ T; \uD803\uDE5D。Ⴗⴝ𝟶\u200D; [P1 V6 C2]; [P1 V6] # 𐹝.Ⴗⴝ0‍ N; \uD803\uDE5D。Ⴗⴝ𝟶\u200D; [P1 V6 C2]; [P1 V6 C2] # 𐹝.Ⴗⴝ0‍ B; \u0A4D\u0BCD𝟖.\uD83B\uDE0F\u20D1-; [V5 V3 B3]; [V5 V3 B3] # ੍்8.ع⃑- B; \u0A4D\u0BCD8.\u0639\u20D1-; [V5 V3 B3]; [V5 V3 B3] # ੍்8.ع⃑- B; \uDB43\uDF14\uD827\uDFD9\u06DD。𧛥\uA953\u07D1\u062F; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # 󠼔𙿙۝.𧛥꥓ߑد B; \uDB43\uDF14\uD827\uDFD9\u06DD。𧛥\uA953\u07D1\u062F; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # 󠼔𙿙۝.𧛥꥓ߑد T; ᠮ\uD91F\uDF32\u0663\u0342。ςᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ᠮ񗼲٣͂.ςᡡ﷫‌ N; ᠮ\uD91F\uDF32\u0663\u0342。ςᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ᠮ񗼲٣͂.ςᡡ﷫‌ T; ᠮ\uD91F\uDF32\u0663\u0342。ςᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ᠮ񗼲٣͂.ςᡡ﷫‌ N; ᠮ\uD91F\uDF32\u0663\u0342。ςᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ᠮ񗼲٣͂.ςᡡ﷫‌ T; ᠮ\uD91F\uDF32\u0663\u0342。Σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ᠮ񗼲٣͂.σᡡ﷫‌ N; ᠮ\uD91F\uDF32\u0663\u0342。Σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ᠮ񗼲٣͂.σᡡ﷫‌ T; ᠮ\uD91F\uDF32\u0663\u0342。σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ᠮ񗼲٣͂.σᡡ﷫‌ N; ᠮ\uD91F\uDF32\u0663\u0342。σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ᠮ񗼲٣͂.σᡡ﷫‌ T; ᠮ\uD91F\uDF32\u0663\u0342。Σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ᠮ񗼲٣͂.σᡡ﷫‌ N; ᠮ\uD91F\uDF32\u0663\u0342。Σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ᠮ񗼲٣͂.σᡡ﷫‌ T; ᠮ\uD91F\uDF32\u0663\u0342。σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ᠮ񗼲٣͂.σᡡ﷫‌ N; ᠮ\uD91F\uDF32\u0663\u0342。σᡡ\uFDEB\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ᠮ񗼲٣͂.σᡡ﷫‌ T; \u200D--≮。\uD803\uDE64; [P1 V6 C2 B1]; [P1 V3 V6 B1] # ‍--≮.𐹤 N; \u200D--≮。\uD803\uDE64; [P1 V6 C2 B1]; [P1 V6 C2 B1] # ‍--≮.𐹤 T; \u200D--<\u0338。\uD803\uDE64; [P1 V6 C2 B1]; [P1 V3 V6 B1] # ‍--≮.𐹤 N; \u200D--<\u0338。\uD803\uDE64; [P1 V6 C2 B1]; [P1 V6 C2 B1] # ‍--≮.𐹤 B; \u0BCD。\uD82A\uDC62\u0F84𝟗; [P1 V5 V6]; [P1 V5 V6] # ்.𚡢྄9 B; \u0BCD。\uD82A\uDC62\u0F849; [P1 V5 V6]; [P1 V5 V6] # ்.𚡢྄9 B; \uDB6D\uDC4E\u0682.\u0942\uD803\uDE73; [P1 V6 V5 B5 B6 B1]; [P1 V6 V5 B5 B6 B1] # 󫑎ڂ.ू𐹳 B; \uDB6D\uDC4E\u0682.\u0942\uD803\uDE73; [P1 V6 V5 B5 B6 B1]; [P1 V6 V5 B5 B6 B1] # 󫑎ڂ.ू𐹳 B; \u2060ꡜ-。\u067E; [V3]; [V3] # ꡜ-.پ T; 𝟙4\uDB40\uDC46\uDB40\uDDF0.\u200D1✯\u200D; [P1 V6 C2]; [P1 V6] # 14󠁆󠇰.‍1✯‍ N; 𝟙4\uDB40\uDC46\uDB40\uDDF0.\u200D1✯\u200D; [P1 V6 C2]; [P1 V6 C2] # 14󠁆󠇰.‍1✯‍ T; 14\uDB40\uDC46\uDB40\uDDF0.\u200D1✯\u200D; [P1 V6 C2]; [P1 V6] # 14󠁆󠇰.‍1✯‍ N; 14\uDB40\uDC46\uDB40\uDDF0.\u200D1✯\u200D; [P1 V6 C2]; [P1 V6 C2] # 14󠁆󠇰.‍1✯‍ B; -\uD803\uDE71。ꡪ; [V3 B1]; [V3 B1] # -𐹱.ꡪ B; -\uD803\uDE71。ꡪ; [V3 B1]; [V3 B1] # -𐹱.ꡪ B; ≮𝟎.謖ß≯; [P1 V6]; [P1 V6] B; <\u0338𝟎.謖ß>\u0338; [P1 V6]; [P1 V6] B; ≮0.謖ß≯; [P1 V6]; [P1 V6] B; <\u03380.謖ß>\u0338; [P1 V6]; [P1 V6] B; <\u03380.謖SS>\u0338; [P1 V6]; [P1 V6] B; ≮0.謖SS≯; [P1 V6]; [P1 V6] B; ≮0.謖ss≯; [P1 V6]; [P1 V6] B; <\u03380.謖ss>\u0338; [P1 V6]; [P1 V6] B; <\u03380.謖Ss>\u0338; [P1 V6]; [P1 V6] B; ≮0.謖Ss≯; [P1 V6]; [P1 V6] B; <\u0338𝟎.謖SS>\u0338; [P1 V6]; [P1 V6] B; ≮𝟎.謖SS≯; [P1 V6]; [P1 V6] B; ≮𝟎.謖ss≯; [P1 V6]; [P1 V6] B; <\u0338𝟎.謖ss>\u0338; [P1 V6]; [P1 V6] B; <\u0338𝟎.謖Ss>\u0338; [P1 V6]; [P1 V6] B; ≮𝟎.謖Ss≯; [P1 V6]; [P1 V6] B; 朶Ⴉ\uD803\uDDA0.\u2DEC\uD804\uDCB9⼲-; [P1 V6 V3 V5 B5 B6]; [P1 V6 V3 V5 B5 B6] # 朶Ⴉ𐶠.𑂹ⷬ干- B; 朶Ⴉ\uD803\uDDA0.\uD804\uDCB9\u2DEC⼲-; [P1 V6 V3 V5 B5 B6]; [P1 V6 V3 V5 B5 B6] # 朶Ⴉ𐶠.𑂹ⷬ干- B; 朶Ⴉ\uD803\uDDA0.\uD804\uDCB9\u2DEC干-; [P1 V6 V3 V5 B5 B6]; [P1 V6 V3 V5 B5 B6] # 朶Ⴉ𐶠.𑂹ⷬ干- B; 朶ⴉ\uD803\uDDA0.\uD804\uDCB9\u2DEC干-; [P1 V6 V3 V5 B5 B6]; [P1 V6 V3 V5 B5 B6] # 朶ⴉ𐶠.𑂹ⷬ干- B; 朶ⴉ\uD803\uDDA0.\uD804\uDCB9\u2DEC⼲-; [P1 V6 V3 V5 B5 B6]; [P1 V6 V3 V5 B5 B6] # 朶ⴉ𐶠.𑂹ⷬ干- B; 朶ⴉ\uD803\uDDA0.\u2DEC\uD804\uDCB9⼲-; [P1 V6 V3 V5 B5 B6]; [P1 V6 V3 V5 B5 B6] # 朶ⴉ𐶠.𑂹ⷬ干- T; \uD83A\uDCA4。\uDB61\uDC5A\u200C≮\u200D; [P1 V6 C1 C2]; [P1 V6] # 𞢤.󨑚‌≮‍ N; \uD83A\uDCA4。\uDB61\uDC5A\u200C≮\u200D; [P1 V6 C1 C2]; [P1 V6 C1 C2] # 𞢤.󨑚‌≮‍ T; \uD83A\uDCA4。\uDB61\uDC5A\u200C<\u0338\u200D; [P1 V6 C1 C2]; [P1 V6] # 𞢤.󨑚‌≮‍ N; \uD83A\uDCA4。\uDB61\uDC5A\u200C<\u0338\u200D; [P1 V6 C1 C2]; [P1 V6 C1 C2] # 𞢤.󨑚‌≮‍ T; \uDA02\uDFA1⒈。\u200C2; [P1 V6 C1]; [P1 V6] # 򐮡⒈.‌2 N; \uDA02\uDFA1⒈。\u200C2; [P1 V6 C1]; [P1 V6 C1] # 򐮡⒈.‌2 T; \uDA02\uDFA11.。\u200C2; [P1 V6 A4_2 C1]; [P1 V6 A4_2] # 򐮡1..‌2 N; \uDA02\uDFA11.。\u200C2; [P1 V6 A4_2 C1]; [P1 V6 A4_2 C1] # 򐮡1..‌2 T; \u0611\uD803\uDE70\u200D.\uD803\uDE67\uD90A\uDD22\u0604; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ؑ𐹰‍.𐹧񒤢؄ N; \u0611\uD803\uDE70\u200D.\uD803\uDE67\uD90A\uDD22\u0604; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ؑ𐹰‍.𐹧񒤢؄ T; \u0611\uD803\uDE70\u200D.\uD803\uDE67\uD90A\uDD22\u0604; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1] # ؑ𐹰‍.𐹧񒤢؄ N; \u0611\uD803\uDE70\u200D.\uD803\uDE67\uD90A\uDD22\u0604; [P1 V5 V6 B1 C2]; [P1 V5 V6 B1 C2] # ؑ𐹰‍.𐹧񒤢؄ B; ᡀ\uD803\uDE6F\u0F84\uD83B\uDCF0.\u0CCD\u0943\uD89D\uDF69; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # ᡀ𐹯྄𞳰.್ृ𷝩 B; ᡀ\uD803\uDE6F\u0F84\uD83B\uDCF0.\u0CCD\u0943\uD89D\uDF69; [P1 V6 V5 B5 B6]; [P1 V6 V5 B5 B6] # ᡀ𐹯྄𞳰.್ृ𷝩 B; \uD803\uDE66。\u0660\u0667\uD8C1\uDD8C; [P1 V6 B1]; [P1 V6 B1] # 𐹦.٠٧񀖌 B; \uD803\uDE66。\u0660\u0667\uD8C1\uDD8C; [P1 V6 B1]; [P1 V6 B1] # 𐹦.٠٧񀖌 B; \u1160\uDAB0\uDFE5.8\uDB55\uDC48ᢝ; [P1 V6]; [P1 V6] # ᅠ򼏥.8󥑈ᢝ T; \u200D\u200C\uDB40\uDD91。ß\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ßֱ N; \u200D\u200C\uDB40\uDD91。ß\u05B1; [C2 C1]; [C2 C1] # ‍‌.ßֱ T; \u200D\u200C\uDB40\uDD91。ß\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ßֱ N; \u200D\u200C\uDB40\uDD91。ß\u05B1; [C2 C1]; [C2 C1] # ‍‌.ßֱ T; \u200D\u200C\uDB40\uDD91。SS\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ssֱ N; \u200D\u200C\uDB40\uDD91。SS\u05B1; [C2 C1]; [C2 C1] # ‍‌.ssֱ T; \u200D\u200C\uDB40\uDD91。ss\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ssֱ N; \u200D\u200C\uDB40\uDD91。ss\u05B1; [C2 C1]; [C2 C1] # ‍‌.ssֱ T; \u200D\u200C\uDB40\uDD91。Ss\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ssֱ N; \u200D\u200C\uDB40\uDD91。Ss\u05B1; [C2 C1]; [C2 C1] # ‍‌.ssֱ B; xn--ss-8id; ss\u05B1; xn--ss-8id # ssֱ B; ss\u05B1; ; xn--ss-8id # ssֱ B; SS\u05B1; ss\u05B1; xn--ss-8id # ssֱ B; Ss\u05B1; ss\u05B1; xn--ss-8id # ssֱ T; \u200D\u200C\uDB40\uDD91。SS\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ssֱ N; \u200D\u200C\uDB40\uDD91。SS\u05B1; [C2 C1]; [C2 C1] # ‍‌.ssֱ T; \u200D\u200C\uDB40\uDD91。ss\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ssֱ N; \u200D\u200C\uDB40\uDD91。ss\u05B1; [C2 C1]; [C2 C1] # ‍‌.ssֱ T; \u200D\u200C\uDB40\uDD91。Ss\u05B1; [C2 C1]; xn--ss-8id # ‍‌.ssֱ N; \u200D\u200C\uDB40\uDD91。Ss\u05B1; [C2 C1]; [C2 C1] # ‍‌.ssֱ T; ︒\u200Cヶ䒩.ᡱ; [P1 V6 C1]; [P1 V6] # ︒‌ヶ䒩.ᡱ N; ︒\u200Cヶ䒩.ᡱ; [P1 V6 C1]; [P1 V6 C1] # ︒‌ヶ䒩.ᡱ T; 。\u200Cヶ䒩.ᡱ; [C1]; xn--qekw60d.xn--e9e # ‌ヶ䒩.ᡱ N; 。\u200Cヶ䒩.ᡱ; [C1]; [C1] # ‌ヶ䒩.ᡱ B; xn--qekw60d.xn--e9e; ヶ䒩.ᡱ; xn--qekw60d.xn--e9e B; ヶ䒩.ᡱ; ; xn--qekw60d.xn--e9e T; \u200C⒈\uD8F9\uDED1.\uD981\uDC9C\uD802\uDE3F; [P1 V6 C1]; [P1 V6] # ‌⒈񎛑.񰒜𐨿 N; \u200C⒈\uD8F9\uDED1.\uD981\uDC9C\uD802\uDE3F; [P1 V6 C1]; [P1 V6 C1] # ‌⒈񎛑.񰒜𐨿 T; \u200C1.\uD8F9\uDED1.\uD981\uDC9C\uD802\uDE3F; [P1 V6 C1]; [P1 V6] # ‌1.񎛑.񰒜𐨿 N; \u200C1.\uD8F9\uDED1.\uD981\uDC9C\uD802\uDE3F; [P1 V6 C1]; [P1 V6 C1] # ‌1.񎛑.񰒜𐨿 T; ⒈\u200Cꡏ\uDB43\uDEAD。\u0ACD\uDB4C\uDF6E\u200D; [P1 V6 V5 C1 C2]; [P1 V6 V5] # ⒈‌ꡏ󠺭.્󣍮‍ N; ⒈\u200Cꡏ\uDB43\uDEAD。\u0ACD\uDB4C\uDF6E\u200D; [P1 V6 V5 C1 C2]; [P1 V6 V5 C1 C2] # ⒈‌ꡏ󠺭.્󣍮‍ T; 1.\u200Cꡏ\uDB43\uDEAD。\u0ACD\uDB4C\uDF6E\u200D; [P1 V6 V5 C1 C2]; [P1 V6 V5] # 1.‌ꡏ󠺭.્󣍮‍ N; 1.\u200Cꡏ\uDB43\uDEAD。\u0ACD\uDB4C\uDF6E\u200D; [P1 V6 V5 C1 C2]; [P1 V6 V5 C1 C2] # 1.‌ꡏ󠺭.્󣍮‍ B; \uDB40\uDC2E。₀\u0818䬺⒈; [P1 V6]; [P1 V6] # 󠀮.0࠘䬺⒈ B; \uDB40\uDC2E。0\u0818䬺1.; [P1 V6]; [P1 V6] # 󠀮.0࠘䬺1. B; \uDA8E\uDE48≯。盚\u08A8; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򳩈≯.盚ࢨ B; \uDA8E\uDE48>\u0338。盚\u08A8; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 򳩈≯.盚ࢨ B; -\uD9E8\uDD8C\u07B0。-\uA67C\uD802\uDF49≯; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -򊆌ް.-꙼𐭉≯ B; -\uD9E8\uDD8C\u07B0。-\uA67C\uD802\uDF49>\u0338; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -򊆌ް.-꙼𐭉≯ B; \uDA67\uDDC5\uD805\uDEB6\u200C\u1A60.\uD803\uDF94\uD927\uDDB8; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򩷅𑚶‌᩠.𐾔񙶸 B; \uDA67\uDDC5\uD805\uDEB6\u200C\u1A60.\uD803\uDF94\uD927\uDDB8; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 򩷅𑚶‌᩠.𐾔񙶸 T; ⾇.\u069B\u067Bꡒ\u200D; [B2 B3 C2]; [B2 B3] # 舛.ڛٻꡒ‍ N; ⾇.\u069B\u067Bꡒ\u200D; [B2 B3 C2]; [B2 B3 C2] # 舛.ڛٻꡒ‍ T; 舛.\u069B\u067Bꡒ\u200D; [B2 B3 C2]; [B2 B3] # 舛.ڛٻꡒ‍ N; 舛.\u069B\u067Bꡒ\u200D; [B2 B3 C2]; [B2 B3 C2] # 舛.ڛٻꡒ‍ B; 5\uD921\uDFFA。ᢏ≯; [P1 V6]; [P1 V6] # 5񘟺.ᢏ≯ B; 5\uD921\uDFFA。ᢏ>\u0338; [P1 V6]; [P1 V6] # 5񘟺.ᢏ≯ B; 5\uD921\uDFFA。ᢏ≯; [P1 V6]; [P1 V6] # 5񘟺.ᢏ≯ B; 5\uD921\uDFFA。ᢏ>\u0338; [P1 V6]; [P1 V6] # 5񘟺.ᢏ≯ B; \uD831\uDC40\uD803\uDF74\uD819\uDD97硲.ᡯ; [P1 V6 B5]; [P1 V6 B5] # 𜑀𐽴𖖗硲.ᡯ B; \uD831\uDC40\uD803\uDF74\uD819\uDD97硲.ᡯ; [P1 V6 B5]; [P1 V6 B5] # 𜑀𐽴𖖗硲.ᡯ T; \u200C.\uD804\uDC40\uD803\uDE6FႦ\u009C; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌.𑁀𐹯Ⴆœ N; \u200C.\uD804\uDC40\uD803\uDE6FႦ\u009C; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌.𑁀𐹯Ⴆœ T; \u200C.\uD804\uDC40\uD803\uDE6Fⴆ\u009C; [P1 V5 V6 C1 B1]; [P1 V5 V6 B1] # ‌.𑁀𐹯ⴆœ N; \u200C.\uD804\uDC40\uD803\uDE6Fⴆ\u009C; [P1 V5 V6 C1 B1]; [P1 V5 V6 C1 B1] # ‌.𑁀𐹯ⴆœ B; \u0685.\uAAF6\u200DϞ; [V5]; [V5] # څ.꫶‍ϟ B; \u0685.\uAAF6\u200DϞ; [V5]; [V5] # څ.꫶‍ϟ B; \u0685.\uAAF6\u200Dϟ; [V5]; [V5] # څ.꫶‍ϟ B; \u0685.\uAAF6\u200Dϟ; [V5]; [V5] # څ.꫶‍ϟ T; \u200C\uD83B\uDE51\u0D4D。\u0626\u0767-腍; [B1 C1 B2 B3]; [B2 B3] # ‌ص്.ئݧ-腍 N; \u200C\uD83B\uDE51\u0D4D。\u0626\u0767-腍; [B1 C1 B2 B3]; [B1 C1 B2 B3] # ‌ص്.ئݧ-腍 T; \u200C\uD83B\uDE51\u0D4D。\u064A\u0654\u0767-腍; [B1 C1 B2 B3]; [B2 B3] # ‌ص്.ئݧ-腍 N; \u200C\uD83B\uDE51\u0D4D。\u064A\u0654\u0767-腍; [B1 C1 B2 B3]; [B1 C1 B2 B3] # ‌ص്.ئݧ-腍 T; \u200C\u0635\u0D4D。\u0626\u0767-腍; [B1 C1 B2 B3]; [B2 B3] # ‌ص്.ئݧ-腍 N; \u200C\u0635\u0D4D。\u0626\u0767-腍; [B1 C1 B2 B3]; [B1 C1 B2 B3] # ‌ص്.ئݧ-腍 T; \u200C\u0635\u0D4D。\u064A\u0654\u0767-腍; [B1 C1 B2 B3]; [B2 B3] # ‌ص്.ئݧ-腍 N; \u200C\u0635\u0D4D。\u064A\u0654\u0767-腍; [B1 C1 B2 B3]; [B1 C1 B2 B3] # ‌ص്.ئݧ-腍 B; -\uD98D\uDE6F\uD803\uDE70𤾆。⒗\uDB52\uDF97𝟪; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񳙯𐹰𤾆.⒗󤮗8 B; -\uD98D\uDE6F\uD803\uDE70𤾆。16.\uDB52\uDF978; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񳙯𐹰𤾆.16.󤮗8 B; 🁪.Ⴂᠺ\u17143; [P1 V6]; [P1 V6] # 🁪.Ⴂᠺ᜔3 B; 🁪.Ⴂᠺ\u17143; [P1 V6]; [P1 V6] # 🁪.Ⴂᠺ᜔3 B; 🁪.ⴂᠺ\u17143; ; xn--jw7h.xn--3-kpjx0e812d; NV8 # 🁪.ⴂᠺ᜔3 B; xn--jw7h.xn--3-kpjx0e812d; 🁪.ⴂᠺ\u17143; xn--jw7h.xn--3-kpjx0e812d; NV8 # 🁪.ⴂᠺ᜔3 B; 🁪.ⴂᠺ\u17143; 🁪.ⴂᠺ\u17143; xn--jw7h.xn--3-kpjx0e812d; NV8 # 🁪.ⴂᠺ᜔3 B; 軥ᡋ.-\u031D; [V3]; [V3] # 軥ᡋ.-̝ B; \uD803\uDE69ᡴ\u06B6.\u08F6-; [V3 V5 B1]; [V3 V5 B1] # 𐹩ᡴڶ.ࣶ- B; -\uDB40\uDDB9۴。\u1BA3\uA67D톇십; [V3 V5]; [V3 V5] # -۴.ᮣ꙽톇십 B; -\uDB40\uDDB9۴。\u1BA3\uA67D톇십; [V3 V5]; [V3 V5] # -۴.ᮣ꙽톇십 B; -\uDB40\uDDB9۴。\u1BA3\uA67D톇십; [V3 V5]; [V3 V5] # -۴.ᮣ꙽톇십 B; -\uDB40\uDDB9۴。\u1BA3\uA67D톇십; [V3 V5]; [V3 V5] # -۴.ᮣ꙽톇십 B; \u075E︒--。\u05A5靈\uD803\uDE68\uD97E\uDC51; [P1 V2 V3 V6 V5 B3 B1]; [P1 V2 V3 V6 V5 B3 B1] # ݞ︒--.֥靈𐹨񯡑 B; \u075E。--。\u05A5靈\uD803\uDE68\uD97E\uDC51; [P1 V3 V5 V6 B1]; [P1 V3 V5 V6 B1] # ݞ.--.֥靈𐹨񯡑 B; \u115FႿႵრ。\u0C4D; [P1 V6 V5]; [P1 V6 V5] # ᅟႿႵრ.్ B; \u115FႿႵრ。\u0C4D; [P1 V6 V5]; [P1 V6 V5] # ᅟႿႵრ.్ B; \u115Fⴟⴕრ。\u0C4D; [P1 V6 V5]; [P1 V6 V5] # ᅟⴟⴕრ.్ B; \u115FႿⴕრ。\u0C4D; [P1 V6 V5]; [P1 V6 V5] # ᅟႿⴕრ.్ B; \u115Fⴟⴕრ。\u0C4D; [P1 V6 V5]; [P1 V6 V5] # ᅟⴟⴕრ.్ B; \u115FႿⴕრ。\u0C4D; [P1 V6 V5]; [P1 V6 V5] # ᅟႿⴕრ.్ B; ⒛\uD803\uDE69.\uD803\uDE71\uDB40\uDDB0; [P1 V6 B1]; [P1 V6 B1] # ⒛𐹩.𐹱 B; 20.\uD803\uDE69.\uD803\uDE71\uDB40\uDDB0; [B1]; [B1] # 20.𐹩.𐹱 T; \uDA17\uDC0E\u200C\uD803\uDCBC.ᢝ\u06B4\u0A4D; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 򕰎‌𐲼.ᢝڴ੍ N; \uDA17\uDC0E\u200C\uD803\uDCBC.ᢝ\u06B4\u0A4D; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 򕰎‌𐲼.ᢝڴ੍ T; \uDA17\uDC0E\u200C\uD803\uDCBC.ᢝ\u06B4\u0A4D; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # 򕰎‌𐲼.ᢝڴ੍ N; \uDA17\uDC0E\u200C\uD803\uDCBC.ᢝ\u06B4\u0A4D; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # 򕰎‌𐲼.ᢝڴ੍ T; \u200D\u200D\uD803\uDFAC\u200C。ᠡ\u1DDA\u17B5; [P1 V6 B1 C2 C1]; [P1 V6] # ‍‍𐾬‌.ᠡᷚ឵ N; \u200D\u200D\uD803\uDFAC\u200C。ᠡ\u1DDA\u17B5; [P1 V6 B1 C2 C1]; [P1 V6 B1 C2 C1] # ‍‍𐾬‌.ᠡᷚ឵ B; \uFE9A。\uDB43\uDFC4\uDAE3\uDED5\u103A; [P1 V6]; [P1 V6] # ث.󠿄󈻕် B; \u062B。\uDB43\uDFC4\uDAE3\uDED5\u103A; [P1 V6]; [P1 V6] # ث.󠿄󈻕် B; \u1A60≠.\uD802\uDE24\u0663; [P1 V5 V6]; [P1 V5 V6] # ᩠≠.𐨤٣ B; \u1A60=\u0338.\uD802\uDE24\u0663; [P1 V5 V6]; [P1 V5 V6] # ᩠≠.𐨤٣ B; \u1A60≠.\uD802\uDE24\u0663; [P1 V5 V6]; [P1 V5 V6] # ᩠≠.𐨤٣ B; \u1A60=\u0338.\uD802\uDE24\u0663; [P1 V5 V6]; [P1 V5 V6] # ᩠≠.𐨤٣ B; 𝟮\uA671\uD804\uDD34。\uDB40\uDD65-; [V3]; [V3] # 2꙱𑄴.- B; 2\uA671\uD804\uDD34。\uDB40\uDD65-; [V3]; [V3] # 2꙱𑄴.- B; ᢢ\u1DE6\u1714Ⴇ.𝟙; [P1 V6]; [P1 V6] # ᢢ᜔ᷦႧ.1 B; ᢢ\u1714\u1DE6Ⴇ.𝟙; [P1 V6]; [P1 V6] # ᢢ᜔ᷦႧ.1 B; ᢢ\u1714\u1DE6Ⴇ.1; [P1 V6]; [P1 V6] # ᢢ᜔ᷦႧ.1 B; ᢢ\u1714\u1DE6ⴇ.1; ; xn--fze90fu1iw8r.1 # ᢢ᜔ᷦⴇ.1 B; xn--fze90fu1iw8r.1; ᢢ\u1714\u1DE6ⴇ.1; xn--fze90fu1iw8r.1 # ᢢ᜔ᷦⴇ.1 B; ᢢ\u1714\u1DE6ⴇ.𝟙; ᢢ\u1714\u1DE6ⴇ.1; xn--fze90fu1iw8r.1 # ᢢ᜔ᷦⴇ.1 B; ᢢ\u1DE6\u1714ⴇ.𝟙; ᢢ\u1714\u1DE6ⴇ.1; xn--fze90fu1iw8r.1 # ᢢ᜔ᷦⴇ.1 B; ᄹ。\u0EB9\uD9BE\uDC79⁍; [P1 V5 V6]; [P1 V5 V6] # ᄹ.ູ񿡹⁍ B; ᄹ。\u0EB9\uD9BE\uDC79⁍; [P1 V5 V6]; [P1 V5 V6] # ᄹ.ູ񿡹⁍ B; Ⴆ\uD8F3\uDF36.\u0823\u0AC1ᡥ; [P1 V6 V5]; [P1 V6 V5] # Ⴆ񌼶.ࠣુᡥ B; Ⴆ\uD8F3\uDF36.\u0823\u0AC1ᡥ; [P1 V6 V5]; [P1 V6 V5] # Ⴆ񌼶.ࠣુᡥ B; ⴆ\uD8F3\uDF36.\u0823\u0AC1ᡥ; [P1 V6 V5]; [P1 V6 V5] # ⴆ񌼶.ࠣુᡥ B; ⴆ\uD8F3\uDF36.\u0823\u0AC1ᡥ; [P1 V6 V5]; [P1 V6 V5] # ⴆ񌼶.ࠣુᡥ T; ß\uD83A\uDCE9︒\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ß𞣩︒ڇ.帼f󠱃‌ N; ß\uD83A\uDCE9︒\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ß𞣩︒ڇ.帼f󠱃‌ T; ß\uD83A\uDCE9。\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ß𞣩.ڇ.帼f󠱃‌ N; ß\uD83A\uDCE9。\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ß𞣩.ڇ.帼f󠱃‌ T; ß\uD83A\uDCE9。\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ß𞣩.ڇ.帼f󠱃‌ N; ß\uD83A\uDCE9。\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ß𞣩.ڇ.帼f󠱃‌ T; SS\uD83A\uDCE9。\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ss𞣩.ڇ.帼f󠱃‌ N; SS\uD83A\uDCE9。\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ss𞣩.ڇ.帼f󠱃‌ T; ss\uD83A\uDCE9。\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ss𞣩.ڇ.帼f󠱃‌ N; ss\uD83A\uDCE9。\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ss𞣩.ڇ.帼f󠱃‌ T; Ss\uD83A\uDCE9。\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ss𞣩.ڇ.帼f󠱃‌ N; Ss\uD83A\uDCE9。\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ss𞣩.ڇ.帼f󠱃‌ T; ß\uD83A\uDCE9︒\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ß𞣩︒ڇ.帼f󠱃‌ N; ß\uD83A\uDCE9︒\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ß𞣩︒ڇ.帼f󠱃‌ T; SS\uD83A\uDCE9︒\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ss𞣩︒ڇ.帼f󠱃‌ N; SS\uD83A\uDCE9︒\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ss𞣩︒ڇ.帼f󠱃‌ T; ss\uD83A\uDCE9︒\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ss𞣩︒ڇ.帼f󠱃‌ N; ss\uD83A\uDCE9︒\u0687.帼f\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ss𞣩︒ڇ.帼f󠱃‌ T; Ss\uD83A\uDCE9︒\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6] # ss𞣩︒ڇ.帼f󠱃‌ N; Ss\uD83A\uDCE9︒\u0687.帼F\uDB43\uDC43\u200C; [P1 V6 B5 B6 C1]; [P1 V6 B5 B6 C1] # ss𞣩︒ڇ.帼f󠱃‌ T; \uDA1A\uDCF9。\uD803\uDE68\uD802\uDCFE\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 򖣹.𐹨𐣾‍ N; \uDA1A\uDCF9。\uD803\uDE68\uD802\uDCFE\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 򖣹.𐹨𐣾‍ T; \uDA1A\uDCF9。\uD803\uDE68\uD802\uDCFE\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 򖣹.𐹨𐣾‍ N; \uDA1A\uDCF9。\uD803\uDE68\uD802\uDCFE\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 򖣹.𐹨𐣾‍ B; \uDBFC\uDCC6.\uD8B2\uDD62⒈\u1BF2; [P1 V6]; [P1 V6] # 􏃆.𼥢⒈᯲ B; \uDBFC\uDCC6.\uD8B2\uDD621.\u1BF2; [P1 V6 V5]; [P1 V6 V5] # 􏃆.𼥢1.᯲ B; \u2062\uD83B\uDFC8。-1ႱႨ; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ⁢𞿈.-1ႱႨ B; \u2062\uD83B\uDFC8。-1ႱႨ; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ⁢𞿈.-1ႱႨ B; \u2062\uD83B\uDFC8。-1ⴑⴈ; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ⁢𞿈.-1ⴑⴈ B; \u2062\uD83B\uDFC8。-1Ⴑⴈ; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ⁢𞿈.-1Ⴑⴈ B; \u2062\uD83B\uDFC8。-1ⴑⴈ; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ⁢𞿈.-1ⴑⴈ B; \u2062\uD83B\uDFC8。-1Ⴑⴈ; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ⁢𞿈.-1Ⴑⴈ B; ᢓ.-ᠷ︒; [P1 V3 V6]; [P1 V3 V6] B; ᢓ.-ᠷ。; [V3]; [V3] T; \u200C\uD83B\uDF0E.\uDB40\uDDA2--; [P1 V6 V3 B1 C1]; [P1 V6 V3] # ‌𞼎.-- N; \u200C\uD83B\uDF0E.\uDB40\uDDA2--; [P1 V6 V3 B1 C1]; [P1 V6 V3 B1 C1] # ‌𞼎.-- B; ⒒\uDB77\uDEC7Ⴢ.Ⴁ; [P1 V6]; [P1 V6] # ⒒󭻇Ⴢ.Ⴁ B; 11.\uDB77\uDEC7Ⴢ.Ⴁ; [P1 V6]; [P1 V6] # 11.󭻇Ⴢ.Ⴁ B; 11.\uDB77\uDEC7ⴢ.ⴁ; [P1 V6]; [P1 V6] # 11.󭻇ⴢ.ⴁ B; 11.\uDB77\uDEC7Ⴢ.ⴁ; [P1 V6]; [P1 V6] # 11.󭻇Ⴢ.ⴁ B; ⒒\uDB77\uDEC7ⴢ.ⴁ; [P1 V6]; [P1 V6] # ⒒󭻇ⴢ.ⴁ B; ⒒\uDB77\uDEC7Ⴢ.ⴁ; [P1 V6]; [P1 V6] # ⒒󭻇Ⴢ.ⴁ B; \uD892\uDC87\u1BAA5\uD9CC\uDD82。\uDA75\uDCDD\uDB42\uDD8Aς; [P1 V6]; [P1 V6] # 𴢇᮪5򃆂.򭓝󠦊ς B; \uD892\uDC87\u1BAA5\uD9CC\uDD82。\uDA75\uDCDD\uDB42\uDD8Aς; [P1 V6]; [P1 V6] # 𴢇᮪5򃆂.򭓝󠦊ς B; \uD892\uDC87\u1BAA5\uD9CC\uDD82。\uDA75\uDCDD\uDB42\uDD8AΣ; [P1 V6]; [P1 V6] # 𴢇᮪5򃆂.򭓝󠦊σ B; \uD892\uDC87\u1BAA5\uD9CC\uDD82。\uDA75\uDCDD\uDB42\uDD8Aσ; [P1 V6]; [P1 V6] # 𴢇᮪5򃆂.򭓝󠦊σ B; \uD892\uDC87\u1BAA5\uD9CC\uDD82。\uDA75\uDCDD\uDB42\uDD8AΣ; [P1 V6]; [P1 V6] # 𴢇᮪5򃆂.򭓝󠦊σ B; \uD892\uDC87\u1BAA5\uD9CC\uDD82。\uDA75\uDCDD\uDB42\uDD8Aσ; [P1 V6]; [P1 V6] # 𴢇᮪5򃆂.򭓝󠦊σ B; \u2DE1ᡛ。\u034C\u069D; [V5 B1]; [V5 B1] # ⷡᡛ.͌ڝ T; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38Ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹹ᢓⷹ.򭘸Ⴑ‍ N; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38Ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹹ᢓⷹ.򭘸Ⴑ‍ T; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38Ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹹ᢓⷹ.򭘸Ⴑ‍ N; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38Ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹹ᢓⷹ.򭘸Ⴑ‍ T; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹹ᢓⷹ.򭘸ⴑ‍ N; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹹ᢓⷹ.򭘸ⴑ‍ T; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1] # 𐹹ᢓⷹ.򭘸ⴑ‍ N; \uD803\uDE79ᢓ\u2DF9。\uDA75\uDE38ⴑ\u200D; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 𐹹ᢓⷹ.򭘸ⴑ‍ T; \u094D\uD83A\uDC2F\uDB42\uDF29\u200D。-\uD803\uDE7B; [P1 V5 V6 V3 B1 C2]; [P1 V5 V6 V3 B1] # ्𞠯󠬩‍.-𐹻 N; \u094D\uD83A\uDC2F\uDB42\uDF29\u200D。-\uD803\uDE7B; [P1 V5 V6 V3 B1 C2]; [P1 V5 V6 V3 B1 C2] # ्𞠯󠬩‍.-𐹻 T; \u094D\uD83A\uDC2F\uDB42\uDF29\u200D。-\uD803\uDE7B; [P1 V5 V6 V3 B1 C2]; [P1 V5 V6 V3 B1] # ्𞠯󠬩‍.-𐹻 N; \u094D\uD83A\uDC2F\uDB42\uDF29\u200D。-\uD803\uDE7B; [P1 V5 V6 V3 B1 C2]; [P1 V5 V6 V3 B1 C2] # ्𞠯󠬩‍.-𐹻 B; \uDAA5\uDFA0。\u07D4︒쯙𝟳; [P1 V6 B2]; [P1 V6 B2] # 򹞠.ߔ︒쯙7 B; \uDAA5\uDFA0。\u07D4︒쯙𝟳; [P1 V6 B2]; [P1 V6 B2] # 򹞠.ߔ︒쯙7 B; \uDAA5\uDFA0。\u07D4。쯙7; [P1 V6]; [P1 V6] # 򹞠.ߔ.쯙7 B; \uDAA5\uDFA0。\u07D4。쯙7; [P1 V6]; [P1 V6] # 򹞠.ߔ.쯙7 B; ꡀ-。\u0850≮뻐; [P1 V3 V6 B2 B3]; [P1 V3 V6 B2 B3] # ꡀ-.ࡐ≮뻐 B; ꡀ-。\u0850<\u0338뻐; [P1 V3 V6 B2 B3]; [P1 V3 V6 B2 B3] # ꡀ-.ࡐ≮뻐 B; \uD83A\uDD1F-\uD97B\uDC7F.\u077C≠; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞤟-񮱿.ݼ≠ B; \uD83A\uDD1F-\uD97B\uDC7F.\u077C=\u0338; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞤟-񮱿.ݼ≠ B; \uD83A\uDD1F-\uD97B\uDC7F.\u077C≠; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞤟-񮱿.ݼ≠ B; \uD83A\uDD1F-\uD97B\uDC7F.\u077C=\u0338; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 𞤟-񮱿.ݼ≠ B; -\uD8C4\uDE33ςႼ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳ςႼ.𐹺 B; -\uD8C4\uDE33ςႼ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳ςႼ.𐹺 B; -\uD8C4\uDE33ςⴜ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳ςⴜ.𐹺 B; -\uD8C4\uDE33ΣႼ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳σႼ.𐹺 B; -\uD8C4\uDE33σⴜ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳σⴜ.𐹺 B; -\uD8C4\uDE33Σⴜ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳σⴜ.𐹺 B; -\uD8C4\uDE33ςⴜ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳ςⴜ.𐹺 B; -\uD8C4\uDE33ΣႼ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳σႼ.𐹺 B; -\uD8C4\uDE33σⴜ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳σⴜ.𐹺 B; -\uD8C4\uDE33Σⴜ.\uD803\uDE7A; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -񁈳σⴜ.𐹺 T; \uD805\uDEB2.\u200D𝟐\uD804\uDD2A; [V5 C2]; [V5] # 𑚲.‍2𑄪 N; \uD805\uDEB2.\u200D𝟐\uD804\uDD2A; [V5 C2]; [V5 C2] # 𑚲.‍2𑄪 T; \uD805\uDEB2.\u200D2\uD804\uDD2A; [V5 C2]; [V5] # 𑚲.‍2𑄪 N; \uD805\uDEB2.\u200D2\uD804\uDD2A; [V5 C2]; [V5 C2] # 𑚲.‍2𑄪 B; ≯𝟎。\u0D4Dꡭ\uDA87\uDDF6; [P1 V6 V5]; [P1 V6 V5] # ≯0.്ꡭ򱷶 B; >\u0338𝟎。\u0D4Dꡭ\uDA87\uDDF6; [P1 V6 V5]; [P1 V6 V5] # ≯0.്ꡭ򱷶 B; ≯0。\u0D4Dꡭ\uDA87\uDDF6; [P1 V6 V5]; [P1 V6 V5] # ≯0.്ꡭ򱷶 B; >\u03380。\u0D4Dꡭ\uDA87\uDDF6; [P1 V6 V5]; [P1 V6 V5] # ≯0.്ꡭ򱷶 T; \u0746Ↄ\u0666。\u200C; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ݆Ↄ٦.‌ N; \u0746Ↄ\u0666。\u200C; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ݆Ↄ٦.‌ T; \u0746Ↄ\u0666。\u200C; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1] # ݆Ↄ٦.‌ N; \u0746Ↄ\u0666。\u200C; [P1 V5 V6 B1 C1]; [P1 V5 V6 B1 C1] # ݆Ↄ٦.‌ T; \u0746ↄ\u0666。\u200C; [V5 B1 C1]; [V5 B1] # ݆ↄ٦.‌ N; \u0746ↄ\u0666。\u200C; [V5 B1 C1]; [V5 B1 C1] # ݆ↄ٦.‌ T; \u0746ↄ\u0666。\u200C; [V5 B1 C1]; [V5 B1] # ݆ↄ٦.‌ N; \u0746ↄ\u0666。\u200C; [V5 B1 C1]; [V5 B1 C1] # ݆ↄ٦.‌ T; \uDB40\uDC31𝟼\u200D\uD803\uDCF0.\u200Dꡥ⒈; [P1 V6 B1 C2]; [P1 V6 B1] # 󠀱6‍𐳰.‍ꡥ⒈ N; \uDB40\uDC31𝟼\u200D\uD803\uDCF0.\u200Dꡥ⒈; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 󠀱6‍𐳰.‍ꡥ⒈ T; \uDB40\uDC316\u200D\uD803\uDCF0.\u200Dꡥ1.; [P1 V6 B1 C2]; [P1 V6 B1] # 󠀱6‍𐳰.‍ꡥ1. N; \uDB40\uDC316\u200D\uD803\uDCF0.\u200Dꡥ1.; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 󠀱6‍𐳰.‍ꡥ1. B; \u0C4D。嬶ß葽; [V5]; [V5] # ్.嬶ß葽 B; \u0C4D。嬶SS葽; [V5]; [V5] # ్.嬶ss葽 B; \u0C4D。嬶ss葽; [V5]; [V5] # ్.嬶ss葽 B; \u0C4D。嬶Ss葽; [V5]; [V5] # ్.嬶ss葽 B; \uABED⒈。\uD8BC\uDFD1\u0665; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ꯭⒈.𿏑٥ B; \uABED1.。\uD8BC\uDFD1\u0665; [P1 V5 V6 A4_2 B5 B6]; [P1 V5 V6 A4_2 B5 B6] # ꯭1..𿏑٥ B; \u1B34︒≮.\uDA29\uDDE5\uD802\uDD6E\uFDA5; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᬴︒≮.򚗥𐥮جمي B; \u1B34︒<\u0338.\uDA29\uDDE5\uD802\uDD6E\uFDA5; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᬴︒≮.򚗥𐥮جمي B; \u1B34。≮.\uDA29\uDDE5\uD802\uDD6E\u062C\u0645\u064A; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᬴.≮.򚗥𐥮جمي B; \u1B34。<\u0338.\uDA29\uDDE5\uD802\uDD6E\u062C\u0645\u064A; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ᬴.≮.򚗥𐥮جمي B; \uDB40\uDD04\uD803\uDE6A\uD9CC\uDD6D.\uDB42\uDFD8ς\uDA49\uDF37\uDAD6\uDCAB; [P1 V6 B1]; [P1 V6 B1] # 𐹪򃅭.󠯘ς򢜷󅢫 B; \uDB40\uDD04\uD803\uDE6A\uD9CC\uDD6D.\uDB42\uDFD8Σ\uDA49\uDF37\uDAD6\uDCAB; [P1 V6 B1]; [P1 V6 B1] # 𐹪򃅭.󠯘σ򢜷󅢫 B; \uDB40\uDD04\uD803\uDE6A\uD9CC\uDD6D.\uDB42\uDFD8σ\uDA49\uDF37\uDAD6\uDCAB; [P1 V6 B1]; [P1 V6 B1] # 𐹪򃅭.󠯘σ򢜷󅢫 T; ς\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6] # ςླཱྀ򥵨்.﵇‌إ N; ς\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6 C1] # ςླཱྀ򥵨்.﵇‌إ T; ς\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6] # ςླཱྀ򥵨்.﵇‌إ N; ς\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6 C1] # ςླཱྀ򥵨்.﵇‌إ T; ς\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6] # ςླཱྀ򥵨்.﵇‌إ N; ς\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6 C1] # ςླཱྀ򥵨்.﵇‌إ T; ς\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6] # ςླཱྀ򥵨்.﵇‌إ N; ς\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6 C1] # ςླཱྀ򥵨்.﵇‌إ T; Σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; Σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; Σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; Σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; σ\u0FB3\u0F71\u0F80\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; Σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; Σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; Σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; Σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0625; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ T; σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6] # σླཱྀ򥵨்.﵇‌إ N; σ\u0F79\uDA57\uDD68\u0BCD。\uFD47\u200C\u0627\u0655; [P1 V6 C1]; [P1 V6 C1] # σླཱྀ򥵨்.﵇‌إ B; -\uDB5B\uDD78。-\uD83A\uDFD6\u06BE; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -󦵸.-𞯖ھ B; -\uDB5B\uDD78。-\uD83A\uDFD6\u06BE; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -󦵸.-𞯖ھ T; ⽶\uD8D5\uDD20𝟵。\u200D\u05AB; [P1 V6 C2]; [P1 V6 V5] # 米񅔠9.‍֫ N; ⽶\uD8D5\uDD20𝟵。\u200D\u05AB; [P1 V6 C2]; [P1 V6 C2] # 米񅔠9.‍֫ T; 米\uD8D5\uDD209。\u200D\u05AB; [P1 V6 C2]; [P1 V6 V5] # 米񅔠9.‍֫ N; 米\uD8D5\uDD209。\u200D\u05AB; [P1 V6 C2]; [P1 V6 C2] # 米񅔠9.‍֫ T; \u0CF8\u200D\u08F0\uD803\uDE6F。𫀎; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # ೸‍ࣰ𐹯.𫀎 N; \u0CF8\u200D\u08F0\uD803\uDE6F。𫀎; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # ೸‍ࣰ𐹯.𫀎 T; \u0CF8\u200D\u08F0\uD803\uDE6F。𫀎; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # ೸‍ࣰ𐹯.𫀎 N; \u0CF8\u200D\u08F0\uD803\uDE6F。𫀎; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # ೸‍ࣰ𐹯.𫀎 B; \uD803\uDE68.Ⴍ🄁𝟰; [P1 V6 B1]; [P1 V6 B1] # 𐹨.Ⴍ🄁4 B; \uD803\uDE68.Ⴍ0,4; [P1 V6 B1]; [P1 V6 B1] # 𐹨.Ⴍ0,4 B; \uD803\uDE68.ⴍ0,4; [P1 V6 B1]; [P1 V6 B1] # 𐹨.ⴍ0,4 B; \uD803\uDE68.ⴍ🄁𝟰; [P1 V6 B1]; [P1 V6 B1] # 𐹨.ⴍ🄁4 T; \u200C\uAAB8。ß\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ß𐹽3≯ N; \u200C\uAAB8。ß\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ß𐹽3≯ T; \u200C\uAAB8。ß\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ß𐹽3≯ N; \u200C\uAAB8。ß\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ß𐹽3≯ T; \u200C\uAAB8。ß\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ß𐹽3≯ N; \u200C\uAAB8。ß\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ß𐹽3≯ T; \u200C\uAAB8。ß\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ß𐹽3≯ N; \u200C\uAAB8。ß\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ß𐹽3≯ T; \u200C\uAAB8。SS\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。SS\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。SS\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。SS\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。Ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。Ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。Ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。Ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。SS\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。SS\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。SS\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。SS\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。Ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。Ss\uD803\uDE7D3>\u0338; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uAAB8。Ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V5 V6 B5 B6] # ‌ꪸ.ss𐹽3≯ N; \u200C\uAAB8。Ss\uD803\uDE7D3≯; [P1 V6 C1 B5 B6]; [P1 V6 C1 B5 B6] # ‌ꪸ.ss𐹽3≯ T; \u200C\uD803\uDD62\u06A4.\uDBAC\uDCC6; [P1 V6 B1 C1]; [P1 V6] # ‌𐵢ڤ.󻃆 N; \u200C\uD803\uDD62\u06A4.\uDBAC\uDCC6; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐵢ڤ.󻃆 T; \u200C\uD803\uDD62\u06A4.\uDBAC\uDCC6; [P1 V6 B1 C1]; [P1 V6] # ‌𐵢ڤ.󻃆 N; \u200C\uD803\uDD62\u06A4.\uDBAC\uDCC6; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ‌𐵢ڤ.󻃆 B; \u071D\uDAB8\uDE1D-\uDAC1\uDF2C。⫲Ⴛ\uD802\uDE5B\u09E3; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ܝ򾈝-󀜬.⫲Ⴛ𐩛ৣ B; \u071D\uDAB8\uDE1D-\uDAC1\uDF2C。⫲ⴛ\uD802\uDE5B\u09E3; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # ܝ򾈝-󀜬.⫲ⴛ𐩛ৣ B; \uDB40\uDD76。\uDB42\uDD7C\u05AB; [P1 V6]; [P1 V6] # 󠥼֫ T; ⾛\u08A6.Ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 走ࢦ.Ⴕ𐶷؂‍ N; ⾛\u08A6.Ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 走ࢦ.Ⴕ𐶷؂‍ T; 走\u08A6.Ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 走ࢦ.Ⴕ𐶷؂‍ N; 走\u08A6.Ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 走ࢦ.Ⴕ𐶷؂‍ T; 走\u08A6.ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 走ࢦ.ⴕ𐶷؂‍ N; 走\u08A6.ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 走ࢦ.ⴕ𐶷؂‍ T; ⾛\u08A6.ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 走ࢦ.ⴕ𐶷؂‍ N; ⾛\u08A6.ⴕ\uD803\uDDB7\u0602\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 走ࢦ.ⴕ𐶷؂‍ T; -ꡩ\u200C𝟺.\u0AE3; [V3 V5 C1]; [V3 V5] # -ꡩ‌4.ૣ N; -ꡩ\u200C𝟺.\u0AE3; [V3 V5 C1]; [V3 V5 C1] # -ꡩ‌4.ૣ T; -ꡩ\u200C4.\u0AE3; [V3 V5 C1]; [V3 V5] # -ꡩ‌4.ૣ N; -ꡩ\u200C4.\u0AE3; [V3 V5 C1]; [V3 V5 C1] # -ꡩ‌4.ૣ T; ≠\uFCDC\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.Ⴚ򃮧 N; ≠\uFCDC\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.Ⴚ򃮧 T; =\u0338\uFCDC\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.Ⴚ򃮧 N; =\u0338\uFCDC\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.Ⴚ򃮧 T; ≠\u064A\u062E\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.Ⴚ򃮧 N; ≠\u064A\u062E\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.Ⴚ򃮧 T; =\u0338\u064A\u062E\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.Ⴚ򃮧 N; =\u0338\u064A\u062E\uD8D3\uDF53\u200C.Ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.Ⴚ򃮧 T; =\u0338\u064A\u062E\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.ⴚ򃮧 N; =\u0338\u064A\u062E\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.ⴚ򃮧 T; ≠\u064A\u062E\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.ⴚ򃮧 N; ≠\u064A\u062E\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.ⴚ򃮧 T; =\u0338\uFCDC\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.ⴚ򃮧 N; =\u0338\uFCDC\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.ⴚ򃮧 T; ≠\uFCDC\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1] # ≠يخ񄽓‌.ⴚ򃮧 N; ≠\uFCDC\uD8D3\uDF53\u200C.ⴚ\uD9CE\uDFA7; [P1 V6 B1 C1]; [P1 V6 B1 C1] # ≠يخ񄽓‌.ⴚ򃮧 B; \uD803\uDE7E。\uA6F0\u17D1; [V5 B1]; [V5 B1] # 𐹾.꛰៑ B; \uD803\uDE7E。\uA6F0\u17D1; [V5 B1]; [V5 B1] # 𐹾.꛰៑ B; \uD802\uDE02\uFC22≯۹。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # 𐨂ضج≯۹.- B; \uD802\uDE02\uFC22>\u0338۹。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # 𐨂ضج≯۹.- B; \uD802\uDE02\u0636\u062C≯۹。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # 𐨂ضج≯۹.- B; \uD802\uDE02\u0636\u062C>\u0338۹。-; [P1 V5 V6 V3 B1]; [P1 V5 V6 V3 B1] # 𐨂ضج≯۹.- B; \u17B4.쮇-; [P1 V5 V6 V3]; [P1 V5 V6 V3] # ឴.쮇- B; \u17B4.쮇-; [P1 V5 V6 V3]; [P1 V5 V6 V3] # ឴.쮇- T; \u200C\u103A。⒈-\uD937\uDED9; [P1 V6 C1]; [P1 V5 V6] # ‌်.⒈-񝻙 N; \u200C\u103A。⒈-\uD937\uDED9; [P1 V6 C1]; [P1 V6 C1] # ‌်.⒈-񝻙 T; \u200C\u103A。1.-\uD937\uDED9; [P1 V3 V6 C1]; [P1 V5 V3 V6] # ‌်.1.-񝻙 N; \u200C\u103A。1.-\uD937\uDED9; [P1 V3 V6 C1]; [P1 V3 V6 C1] # ‌်.1.-񝻙 T; ⒈\uD802\uDC8F\u200C。\u06E3⅗\u200C\uDB40\uDD5A; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1] # ⒈𐢏‌.ۣ3⁄5‌ N; ⒈\uD802\uDC8F\u200C。\u06E3⅗\u200C\uDB40\uDD5A; [P1 V6 V5 B1 C1]; [P1 V6 V5 B1 C1] # ⒈𐢏‌.ۣ3⁄5‌ T; 1.\uD802\uDC8F\u200C。\u06E33⁄5\u200C\uDB40\uDD5A; [P1 V6 V5 B3 C1]; [P1 V6 V5] # 1.𐢏‌.ۣ3⁄5‌ N; 1.\uD802\uDC8F\u200C。\u06E33⁄5\u200C\uDB40\uDD5A; [P1 V6 V5 B3 C1]; [P1 V6 V5 B3 C1] # 1.𐢏‌.ۣ3⁄5‌ B; \uDA3F\uDE5D。۶\u1B3A\u06BC; [P1 V6 B1]; [P1 V6 B1] # 򟹝.۶ᬺڼ B; \uDA3F\uDE5D。۶\u1B3A\u06BC; [P1 V6 B1]; [P1 V6 B1] # 򟹝.۶ᬺڼ T; \u0894\uDB0D\uDC08.ς\u200D\u0660; [P1 V6 B2 B3 B5 B6 C2]; [P1 V6 B2 B3 B5 B6] # ࢔󓐈.ς‍٠ N; \u0894\uDB0D\uDC08.ς\u200D\u0660; [P1 V6 B2 B3 B5 B6 C2]; [P1 V6 B2 B3 B5 B6 C2] # ࢔󓐈.ς‍٠ T; \u0894\uDB0D\uDC08.Σ\u200D\u0660; [P1 V6 B2 B3 B5 B6 C2]; [P1 V6 B2 B3 B5 B6] # ࢔󓐈.σ‍٠ N; \u0894\uDB0D\uDC08.Σ\u200D\u0660; [P1 V6 B2 B3 B5 B6 C2]; [P1 V6 B2 B3 B5 B6 C2] # ࢔󓐈.σ‍٠ T; \u0894\uDB0D\uDC08.σ\u200D\u0660; [P1 V6 B2 B3 B5 B6 C2]; [P1 V6 B2 B3 B5 B6] # ࢔󓐈.σ‍٠ N; \u0894\uDB0D\uDC08.σ\u200D\u0660; [P1 V6 B2 B3 B5 B6 C2]; [P1 V6 B2 B3 B5 B6 C2] # ࢔󓐈.σ‍٠ B; 7\u0847\uD803\uDE62。\uD802\uDE3F𝟡\u1C2E; [V5 B1]; [V5 B1] # 7ࡇ𐹢.𐨿9ᰮ B; 7\u0847\uD803\uDE62。\uD802\uDE3F9\u1C2E; [V5 B1]; [V5 B1] # 7ࡇ𐹢.𐨿9ᰮ B; -ꡘ᠆\uD949\uDD31。\u0667\uDB40\uDD6E\uD803\uDE69; [P1 V3 V6 B1]; [P1 V3 V6 B1] # -ꡘ᠆񢔱.٧𐹩 T; \u200D.\u06B4\u0668\uA949; [C2]; xn--hib5mm619b # ‍.ڴ٨ꥉ N; \u200D.\u06B4\u0668\uA949; [C2]; [C2] # ‍.ڴ٨ꥉ B; xn--hib5mm619b; \u06B4\u0668\uA949; xn--hib5mm619b # ڴ٨ꥉ B; \u06B4\u0668\uA949; ; xn--hib5mm619b # ڴ٨ꥉ T; 㒧𝟬.Ⴚ\u076F\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 㒧0.Ⴚݯ‍ N; 㒧𝟬.Ⴚ\u076F\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 㒧0.Ⴚݯ‍ T; 㒧0.Ⴚ\u076F\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 㒧0.Ⴚݯ‍ N; 㒧0.Ⴚ\u076F\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 㒧0.Ⴚݯ‍ T; 㒧0.ⴚ\u076F\u200D; [B5 B6 C2]; [B5 B6] # 㒧0.ⴚݯ‍ N; 㒧0.ⴚ\u076F\u200D; [B5 B6 C2]; [B5 B6 C2] # 㒧0.ⴚݯ‍ T; 㒧𝟬.ⴚ\u076F\u200D; [B5 B6 C2]; [B5 B6] # 㒧0.ⴚݯ‍ N; 㒧𝟬.ⴚ\u076F\u200D; [B5 B6 C2]; [B5 B6 C2] # 㒧0.ⴚݯ‍ B; \u0487\u06C9-.-\u20EE; [V3 V5 B1]; [V3 V5 B1] # ҇ۉ-.-⃮ B; \u0487\u06C9-.-\u20EE; [V3 V5 B1]; [V3 V5 B1] # ҇ۉ-.-⃮ T; \uDAF1\uDD83-\uDB43\uDCF9\u200C.标-; [P1 V6 V3 C1]; [P1 V6 V3] # 󌖃-󠳹‌.标- N; \uDAF1\uDD83-\uDB43\uDCF9\u200C.标-; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󌖃-󠳹‌.标- T; \uDAF1\uDD83-\uDB43\uDCF9\u200C.标-; [P1 V6 V3 C1]; [P1 V6 V3] # 󌖃-󠳹‌.标- N; \uDAF1\uDD83-\uDB43\uDCF9\u200C.标-; [P1 V6 V3 C1]; [P1 V6 V3 C1] # 󌖃-󠳹‌.标- T; \u07D1.ςꡇ; \u07D1.ςꡇ; xn--ssb.xn--4xa6435f # ߑ.ςꡇ N; \u07D1.ςꡇ; \u07D1.ςꡇ; xn--ssb.xn--3xa8435f # ߑ.ςꡇ T; \u07D1.ςꡇ; ; xn--ssb.xn--4xa6435f # ߑ.ςꡇ N; \u07D1.ςꡇ; ; xn--ssb.xn--3xa8435f # ߑ.ςꡇ B; \u07D1.Σꡇ; \u07D1.σꡇ; xn--ssb.xn--4xa6435f # ߑ.σꡇ B; \u07D1.σꡇ; ; xn--ssb.xn--4xa6435f # ߑ.σꡇ B; xn--ssb.xn--4xa6435f; \u07D1.σꡇ; xn--ssb.xn--4xa6435f # ߑ.σꡇ B; xn--ssb.xn--3xa8435f; \u07D1.ςꡇ; xn--ssb.xn--3xa8435f # ߑ.ςꡇ B; \u07D1.Σꡇ; \u07D1.σꡇ; xn--ssb.xn--4xa6435f # ߑ.σꡇ B; \u07D1.σꡇ; \u07D1.σꡇ; xn--ssb.xn--4xa6435f # ߑ.σꡇ T; \uDB45\uDCE8\uD803\uDE70.\uD83B\uDCC1\u200D\u1BF3\uD9AD\uDF84; [P1 V6 B5 B6 B2 B3 C2]; [P1 V6 B5 B6 B2 B3] # 󡓨𐹰.𞳁‍᯳񻞄 N; \uDB45\uDCE8\uD803\uDE70.\uD83B\uDCC1\u200D\u1BF3\uD9AD\uDF84; [P1 V6 B5 B6 B2 B3 C2]; [P1 V6 B5 B6 B2 B3 C2] # 󡓨𐹰.𞳁‍᯳񻞄 T; \uDB45\uDCE8\uD803\uDE70.\uD83B\uDCC1\u200D\u1BF3\uD9AD\uDF84; [P1 V6 B5 B6 B2 B3 C2]; [P1 V6 B5 B6 B2 B3] # 󡓨𐹰.𞳁‍᯳񻞄 N; \uDB45\uDCE8\uD803\uDE70.\uD83B\uDCC1\u200D\u1BF3\uD9AD\uDF84; [P1 V6 B5 B6 B2 B3 C2]; [P1 V6 B5 B6 B2 B3 C2] # 󡓨𐹰.𞳁‍᯳񻞄 B; \u0662¹\uD803\uDEAC。\u09CD; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ٢1𐺬.্ B; \u06621\uD803\uDEAC。\u09CD; [P1 V6 V5 B1]; [P1 V6 V5 B1] # ٢1𐺬.্ B; 𝟶\u1160\u0364\uDB43\uDE27.\uD8F1\uDDBA锰\u084Bς; [P1 V6 B5]; [P1 V6 B5] # 0ᅠͤ󠸧.񌖺锰ࡋς B; 0\u1160\u0364\uDB43\uDE27.\uD8F1\uDDBA锰\u084Bς; [P1 V6 B5]; [P1 V6 B5] # 0ᅠͤ󠸧.񌖺锰ࡋς B; 0\u1160\u0364\uDB43\uDE27.\uD8F1\uDDBA锰\u084BΣ; [P1 V6 B5]; [P1 V6 B5] # 0ᅠͤ󠸧.񌖺锰ࡋσ B; 0\u1160\u0364\uDB43\uDE27.\uD8F1\uDDBA锰\u084Bσ; [P1 V6 B5]; [P1 V6 B5] # 0ᅠͤ󠸧.񌖺锰ࡋσ B; 𝟶\u1160\u0364\uDB43\uDE27.\uD8F1\uDDBA锰\u084BΣ; [P1 V6 B5]; [P1 V6 B5] # 0ᅠͤ󠸧.񌖺锰ࡋσ B; 𝟶\u1160\u0364\uDB43\uDE27.\uD8F1\uDDBA锰\u084Bσ; [P1 V6 B5]; [P1 V6 B5] # 0ᅠͤ󠸧.񌖺锰ࡋσ B; ꡢ\uDB40\uDC46\uD806\uDEA6𝟙。\uD803\uDE6E; [P1 V6 B1]; [P1 V6 B1] # ꡢ󠁆𑪦1.𐹮 B; ꡢ\uDB40\uDC46\uD806\uDEA61。\uD803\uDE6E; [P1 V6 B1]; [P1 V6 B1] # ꡢ󠁆𑪦1.𐹮 T; \uFCF5.\u200C᚜; [C1]; xn--2gb0b.xn--zve # طى.‌᚜ N; \uFCF5.\u200C᚜; [C1]; [C1] # طى.‌᚜ T; \u0637\u0649.\u200C᚜; [C1]; xn--2gb0b.xn--zve # طى.‌᚜ N; \u0637\u0649.\u200C᚜; [C1]; [C1] # طى.‌᚜ B; xn--2gb0b.xn--zve; \u0637\u0649.᚜; xn--2gb0b.xn--zve; NV8 # طى.᚜ B; \u0637\u0649.᚜; ; xn--2gb0b.xn--zve; NV8 # طى.᚜ B; -\uD99D\uDF79.\u2DE5\u06A2-; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -񷝹.ⷥڢ- T; 🔤\u200D\u103A.\u200C🄂\u0660; [P1 V6 C2 B1 C1]; [P1 V6 B1] # 🔤‍်.‌🄂٠ N; 🔤\u200D\u103A.\u200C🄂\u0660; [P1 V6 C2 B1 C1]; [P1 V6 C2 B1 C1] # 🔤‍်.‌🄂٠ T; 🔤\u200D\u103A.\u200C1,\u0660; [P1 V6 C2 B1 C1]; [P1 V6 B1] # 🔤‍်.‌1,٠ N; 🔤\u200D\u103A.\u200C1,\u0660; [P1 V6 C2 B1 C1]; [P1 V6 C2 B1 C1] # 🔤‍်.‌1,٠ B; ︒\uFD99\u20D1\uFCDD。岓\u1039⚊\u06B6; [P1 V6 B1 B5 B6]; [P1 V6 B1 B5 B6] # ︒نجى⃑يم.岓္⚊ڶ B; 。\u0646\u062C\u0649\u20D1\u064A\u0645。岓\u1039⚊\u06B6; [B5 B6]; [B5 B6] # نجى⃑يم.岓္⚊ڶ B; \u066B。8\uA953; [B1]; [B1] # ٫.8꥓ B; \u0591\u1DCF.\u0751\uD804\uDCB9\uD803\uDE67\uDB40\uDD1F; [V5]; [V5] # ֑᷏.ݑ𑂹𐹧 B; \u0591\u1DCF.\u0751\uD804\uDCB9\uD803\uDE67\uDB40\uDD1F; [V5]; [V5] # ֑᷏.ݑ𑂹𐹧 B; \uD809\uDED1\uD803\uDE1D\u08EE。\uDB40\uDF45; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 𒛑𐸝࣮.󠍅 B; \uD809\uDED1\uD803\uDE1D\u08EE。\uDB40\uDF45; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 𒛑𐸝࣮.󠍅 B; \u0761.-\u0CE3; [V3]; [V3] # ݡ.-ೣ B; \u0761.-\u0CE3; [V3]; [V3] # ݡ.-ೣ B; \uDBD4\uDD5F\uDB42\uDECB。\u0604\uD802\uDF05\uABED; [P1 V6 B1]; [P1 V6 B1] # 􅅟󠫋.؄𐬅꯭ B; \uDBD4\uDD5F\uDB42\uDECB。\u0604\uD802\uDF05\uABED; [P1 V6 B1]; [P1 V6 B1] # 􅅟󠫋.؄𐬅꯭ T; Ⴐᠫ.\u200C; [P1 V6 C1]; [P1 V6] # Ⴐᠫ.‌ N; Ⴐᠫ.\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴐᠫ.‌ T; Ⴐᠫ.\u200C; [P1 V6 C1]; [P1 V6] # Ⴐᠫ.‌ N; Ⴐᠫ.\u200C; [P1 V6 C1]; [P1 V6 C1] # Ⴐᠫ.‌ T; ⴐᠫ.\u200C; [C1]; xn--e7e118h. # ⴐᠫ.‌ N; ⴐᠫ.\u200C; [C1]; [C1] # ⴐᠫ.‌ B; xn--e7e118h.; ⴐᠫ.; xn--e7e118h. B; ⴐᠫ.; ; xn--e7e118h. B; Ⴐᠫ.; [P1 V6]; [P1 V6] T; ⴐᠫ.\u200C; [C1]; xn--e7e118h. # ⴐᠫ.‌ N; ⴐᠫ.\u200C; [C1]; [C1] # ⴐᠫ.‌ T; 𝟰\uDB40\uDD6C-⒈。\u200D\u0727ᠹ; [P1 V6 B1 C2]; [P1 V6 B2 B3] # 4-⒈.‍ܧᠹ N; 𝟰\uDB40\uDD6C-⒈。\u200D\u0727ᠹ; [P1 V6 B1 C2]; [P1 V6 B1 C2] # 4-⒈.‍ܧᠹ T; 4\uDB40\uDD6C-1.。\u200D\u0727ᠹ; [A4_2 B1 C2]; [A4_2 B2 B3] # 4-1..‍ܧᠹ N; 4\uDB40\uDD6C-1.。\u200D\u0727ᠹ; [A4_2 B1 C2]; [A4_2 B1 C2] # 4-1..‍ܧᠹ B; \uD95C\uDFDD。\u0842\uD920\uDF4D; [P1 V6 B2 B3]; [P1 V6 B2 B3] # 񧏝.ࡂ񘍍 B; \u1BE9𝟫。ᢟ\uD803\uDE60\uDB40\uDDE8鄨; [V5 B5]; [V5 B5] # ᯩ9.ᢟ𐹠鄨 B; \u1BE99。ᢟ\uD803\uDE60\uDB40\uDDE8鄨; [V5 B5]; [V5 B5] # ᯩ9.ᢟ𐹠鄨 B; \uD83B\uDF07-\u084A。\u064D\u0A4D-; [P1 V6 V3 V5]; [P1 V6 V3 V5] # 𞼇-ࡊ.੍ٍ- B; \uD83B\uDF07-\u084A。\u0A4D\u064D-; [P1 V6 V3 V5]; [P1 V6 V3 V5] # 𞼇-ࡊ.੍ٍ- B; \u0E3A-\uD974\uDC4B\u0944.ß; [P1 V5 V6]; [P1 V5 V6] # ฺ-񭁋ॄ.ß B; \u0E3A-\uD974\uDC4B\u0944.ß; [P1 V5 V6]; [P1 V5 V6] # ฺ-񭁋ॄ.ß B; \u0E3A-\uD974\uDC4B\u0944.SS; [P1 V5 V6]; [P1 V5 V6] # ฺ-񭁋ॄ.ss B; \u0E3A-\uD974\uDC4B\u0944.SS; [P1 V5 V6]; [P1 V5 V6] # ฺ-񭁋ॄ.ss T; \uD802\uDE1C-\u200C。Ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V3 V6 B3] # 𐨜-‌.Ⴟ‌󠑑 N; \uD802\uDE1C-\u200C。Ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V6 B3 C1] # 𐨜-‌.Ⴟ‌󠑑 T; \uD802\uDE1C-\u200C。Ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V3 V6 B3] # 𐨜-‌.Ⴟ‌󠑑 N; \uD802\uDE1C-\u200C。Ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V6 B3 C1] # 𐨜-‌.Ⴟ‌󠑑 T; \uD802\uDE1C-\u200C。ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V3 V6 B3] # 𐨜-‌.ⴟ‌󠑑 N; \uD802\uDE1C-\u200C。ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V6 B3 C1] # 𐨜-‌.ⴟ‌󠑑 T; \uD802\uDE1C-\u200C。ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V3 V6 B3] # 𐨜-‌.ⴟ‌󠑑 N; \uD802\uDE1C-\u200C。ⴟ\u200C\uDB41\uDC51; [P1 V6 B3 C1]; [P1 V6 B3 C1] # 𐨜-‌.ⴟ‌󠑑 T; \u0DCA-\u200D\u200C。\uDA6E\uDE8F⒐≠; [P1 V5 V6 C2 C1]; [P1 V3 V5 V6] # ්-‍‌.򫪏⒐≠ N; \u0DCA-\u200D\u200C。\uDA6E\uDE8F⒐≠; [P1 V5 V6 C2 C1]; [P1 V5 V6 C2 C1] # ්-‍‌.򫪏⒐≠ T; \u0DCA-\u200D\u200C。\uDA6E\uDE8F⒐=\u0338; [P1 V5 V6 C2 C1]; [P1 V3 V5 V6] # ්-‍‌.򫪏⒐≠ N; \u0DCA-\u200D\u200C。\uDA6E\uDE8F⒐=\u0338; [P1 V5 V6 C2 C1]; [P1 V5 V6 C2 C1] # ්-‍‌.򫪏⒐≠ T; \u0DCA-\u200D\u200C。\uDA6E\uDE8F9.≠; [P1 V5 V6 C2 C1]; [P1 V3 V5 V6] # ්-‍‌.򫪏9.≠ N; \u0DCA-\u200D\u200C。\uDA6E\uDE8F9.≠; [P1 V5 V6 C2 C1]; [P1 V5 V6 C2 C1] # ්-‍‌.򫪏9.≠ T; \u0DCA-\u200D\u200C。\uDA6E\uDE8F9.=\u0338; [P1 V5 V6 C2 C1]; [P1 V3 V5 V6] # ්-‍‌.򫪏9.≠ N; \u0DCA-\u200D\u200C。\uDA6E\uDE8F9.=\u0338; [P1 V5 V6 C2 C1]; [P1 V5 V6 C2 C1] # ්-‍‌.򫪏9.≠ B; \uD8CB\uDDC6。\uD802\uDE3F\uDB40\uDD6A⅋; [P1 V6 V5]; [P1 V6 V5] # 񂷆.𐨿⅋ T; \u0682♥.ᡦ\u200D\uA949; [B3 C2]; [B3] # ڂ♥.ᡦ‍ꥉ N; \u0682♥.ᡦ\u200D\uA949; [B3 C2]; [B3 C2] # ڂ♥.ᡦ‍ꥉ T; \u0682♥.ᡦ\u200D\uA949; [B3 C2]; [B3] # ڂ♥.ᡦ‍ꥉ N; \u0682♥.ᡦ\u200D\uA949; [B3 C2]; [B3 C2] # ڂ♥.ᡦ‍ꥉ T; \uD803\uDE654Ⴅ.\uFEA2\u200C; [P1 V6 B1 B3 C1]; [P1 V6 B1] # 𐹥4Ⴅ.ح‌ N; \uD803\uDE654Ⴅ.\uFEA2\u200C; [P1 V6 B1 B3 C1]; [P1 V6 B1 B3 C1] # 𐹥4Ⴅ.ح‌ T; \uD803\uDE654Ⴅ.\u062D\u200C; [P1 V6 B1 B3 C1]; [P1 V6 B1] # 𐹥4Ⴅ.ح‌ N; \uD803\uDE654Ⴅ.\u062D\u200C; [P1 V6 B1 B3 C1]; [P1 V6 B1 B3 C1] # 𐹥4Ⴅ.ح‌ T; \uD803\uDE654ⴅ.\u062D\u200C; [B1 B3 C1]; [B1] # 𐹥4ⴅ.ح‌ N; \uD803\uDE654ⴅ.\u062D\u200C; [B1 B3 C1]; [B1 B3 C1] # 𐹥4ⴅ.ح‌ T; \uD803\uDE654ⴅ.\uFEA2\u200C; [B1 B3 C1]; [B1] # 𐹥4ⴅ.ح‌ N; \uD803\uDE654ⴅ.\uFEA2\u200C; [B1 B3 C1]; [B1 B3 C1] # 𐹥4ⴅ.ح‌ B; ჁႱ⒕\u2DF8。ß\uDB40\uDD09; [P1 V6]; [P1 V6] # ჁႱ⒕ⷸ.ß B; ჁႱ14.\u2DF8。ß\uDB40\uDD09; [P1 V6 V5]; [P1 V6 V5] # ჁႱ14.ⷸ.ß B; ⴡⴑ14.\u2DF8。ß\uDB40\uDD09; [V5]; [V5] # ⴡⴑ14.ⷸ.ß B; ჁႱ14.\u2DF8。SS\uDB40\uDD09; [P1 V6 V5]; [P1 V6 V5] # ჁႱ14.ⷸ.ss B; ⴡⴑ14.\u2DF8。ss\uDB40\uDD09; [V5]; [V5] # ⴡⴑ14.ⷸ.ss B; Ⴡⴑ14.\u2DF8。Ss\uDB40\uDD09; [P1 V6 V5]; [P1 V6 V5] # Ⴡⴑ14.ⷸ.ss B; ⴡⴑ⒕\u2DF8。ß\uDB40\uDD09; [P1 V6]; [P1 V6] # ⴡⴑ⒕ⷸ.ß B; ჁႱ⒕\u2DF8。SS\uDB40\uDD09; [P1 V6]; [P1 V6] # ჁႱ⒕ⷸ.ss B; ⴡⴑ⒕\u2DF8。ss\uDB40\uDD09; [P1 V6]; [P1 V6] # ⴡⴑ⒕ⷸ.ss B; Ⴡⴑ⒕\u2DF8。Ss\uDB40\uDD09; [P1 V6]; [P1 V6] # Ⴡⴑ⒕ⷸ.ss B; \uD9E8\uDE84。≯\uD804\uDD34; [P1 V6]; [P1 V6] # 򊊄.≯𑄴 B; \uD9E8\uDE84。>\u0338\uD804\uDD34; [P1 V6]; [P1 V6] # 򊊄.≯𑄴 B; \uD9E8\uDE84。≯\uD804\uDD34; [P1 V6]; [P1 V6] # 򊊄.≯𑄴 B; \uD9E8\uDE84。>\u0338\uD804\uDD34; [P1 V6]; [P1 V6] # 򊊄.≯𑄴 T; \u065A𝟬。\u200C-\uA8C4\u0668; [V5 B1 C1]; [V5 V3 B1] # ٚ0.‌-꣄٨ N; \u065A𝟬。\u200C-\uA8C4\u0668; [V5 B1 C1]; [V5 B1 C1] # ٚ0.‌-꣄٨ T; \u065A0。\u200C-\uA8C4\u0668; [V5 B1 C1]; [V5 V3 B1] # ٚ0.‌-꣄٨ N; \u065A0。\u200C-\uA8C4\u0668; [V5 B1 C1]; [V5 B1 C1] # ٚ0.‌-꣄٨ B; \uFE21\uA826\uDB41\uDFEC。\uFFA0; [P1 V5 V6]; [P1 V5 V6] # ︡ꠦ󠟬.ᅠ B; \uFE21\uA826\uDB41\uDFEC。\u1160; [P1 V5 V6]; [P1 V5 V6] # ︡ꠦ󠟬.ᅠ B; ß⒈\u08A5\uDBDD\uDC7F.\uD9BC\uDCA8\uD834\uDD73\uD803\uDE7B\uDB29\uDCDD; [P1 V6 B5]; [P1 V6 B5] # ß⒈ࢥ􇑿.񿂨𝅳𐹻󚓝 B; ß1.\u08A5\uDBDD\uDC7F.\uD9BC\uDCA8\uD834\uDD73\uD803\uDE7B\uDB29\uDCDD; [P1 V6 B2 B3 B5]; [P1 V6 B2 B3 B5] # ß1.ࢥ􇑿.񿂨𝅳𐹻󚓝 B; SS1.\u08A5\uDBDD\uDC7F.\uD9BC\uDCA8\uD834\uDD73\uD803\uDE7B\uDB29\uDCDD; [P1 V6 B2 B3 B5]; [P1 V6 B2 B3 B5] # ss1.ࢥ􇑿.񿂨𝅳𐹻󚓝 B; SS⒈\u08A5\uDBDD\uDC7F.\uD9BC\uDCA8\uD834\uDD73\uD803\uDE7B\uDB29\uDCDD; [P1 V6 B5]; [P1 V6 B5] # ss⒈ࢥ􇑿.񿂨𝅳𐹻󚓝 B; ss⒈\u08A5\uDBDD\uDC7F.\uD9BC\uDCA8\uD834\uDD73\uD803\uDE7B\uDB29\uDCDD; [P1 V6 B5]; [P1 V6 B5] # ss⒈ࢥ􇑿.񿂨𝅳𐹻󚓝 B; Ss⒈\u08A5\uDBDD\uDC7F.\uD9BC\uDCA8\uD834\uDD73\uD803\uDE7B\uDB29\uDCDD; [P1 V6 B5]; [P1 V6 B5] # ss⒈ࢥ􇑿.񿂨𝅳𐹻󚓝 B; ).2𝟠; [P1 V6]; [P1 V6] B; ).28; [P1 V6]; [P1 V6] T; ᡂ\u0652。-ßᡳ\u200C; [V3 C1]; [V3] # ᡂْ.-ßᡳ‌ N; ᡂ\u0652。-ßᡳ\u200C; [V3 C1]; [V3 C1] # ᡂْ.-ßᡳ‌ T; ᡂ\u0652。-SSᡳ\u200C; [V3 C1]; [V3] # ᡂْ.-ssᡳ‌ N; ᡂ\u0652。-SSᡳ\u200C; [V3 C1]; [V3 C1] # ᡂْ.-ssᡳ‌ T; ᡂ\u0652。-ssᡳ\u200C; [V3 C1]; [V3] # ᡂْ.-ssᡳ‌ N; ᡂ\u0652。-ssᡳ\u200C; [V3 C1]; [V3 C1] # ᡂْ.-ssᡳ‌ T; ᡂ\u0652。-Ssᡳ\u200C; [V3 C1]; [V3] # ᡂْ.-ssᡳ‌ N; ᡂ\u0652。-Ssᡳ\u200C; [V3 C1]; [V3 C1] # ᡂْ.-ssᡳ‌ T; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤Ⴡ; [P1 V5 V6 C2]; [P1 V5 V6] # ઼‍ꡞ񎜷.☸⋤Ⴡ N; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤Ⴡ; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ઼‍ꡞ񎜷.☸⋤Ⴡ T; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤Ⴡ; [P1 V5 V6 C2]; [P1 V5 V6] # ઼‍ꡞ񎜷.☸⋤Ⴡ N; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤Ⴡ; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ઼‍ꡞ񎜷.☸⋤Ⴡ T; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤ⴡ; [P1 V5 V6 C2]; [P1 V5 V6] # ઼‍ꡞ񎜷.☸⋤ⴡ N; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤ⴡ; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ઼‍ꡞ񎜷.☸⋤ⴡ T; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤ⴡ; [P1 V5 V6 C2]; [P1 V5 V6] # ઼‍ꡞ񎜷.☸⋤ⴡ N; \u0ABC\u200Dꡞ\uD8F9\uDF37.☸⋤ⴡ; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ઼‍ꡞ񎜷.☸⋤ⴡ T; \u2DBF.ß\u200D; [P1 V6 C2]; [P1 V6] # ⶿.ß‍ N; \u2DBF.ß\u200D; [P1 V6 C2]; [P1 V6 C2] # ⶿.ß‍ T; \u2DBF.SS\u200D; [P1 V6 C2]; [P1 V6] # ⶿.ss‍ N; \u2DBF.SS\u200D; [P1 V6 C2]; [P1 V6 C2] # ⶿.ss‍ T; \u2DBF.ss\u200D; [P1 V6 C2]; [P1 V6] # ⶿.ss‍ N; \u2DBF.ss\u200D; [P1 V6 C2]; [P1 V6 C2] # ⶿.ss‍ T; \u2DBF.Ss\u200D; [P1 V6 C2]; [P1 V6] # ⶿.ss‍ N; \u2DBF.Ss\u200D; [P1 V6 C2]; [P1 V6 C2] # ⶿.ss‍ B; \u1734︒.\u06AF≯\u0845; [P1 V5 V6]; [P1 V5 V6] # ᜴︒.گ≯ࡅ B; \u1734︒.\u06AF>\u0338\u0845; [P1 V5 V6]; [P1 V5 V6] # ᜴︒.گ≯ࡅ B; \u1734。.\u06AF≯\u0845; [P1 V5 V6 A4_2]; [P1 V5 V6 A4_2] # ᜴..گ≯ࡅ B; \u1734。.\u06AF>\u0338\u0845; [P1 V5 V6 A4_2]; [P1 V5 V6 A4_2] # ᜴..گ≯ࡅ B; ≮≠𑂼。-\uD99E\uDC50ꡠ\uD803\uDE76; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≮≠𑂼.-񷡐ꡠ𐹶 B; <\u0338=\u0338𑂼。-\uD99E\uDC50ꡠ\uD803\uDE76; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≮≠𑂼.-񷡐ꡠ𐹶 B; ≮≠𑂼。-\uD99E\uDC50ꡠ\uD803\uDE76; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≮≠𑂼.-񷡐ꡠ𐹶 B; <\u0338=\u0338𑂼。-\uD99E\uDC50ꡠ\uD803\uDE76; [P1 V6 V3 B1]; [P1 V6 V3 B1] # ≮≠𑂼.-񷡐ꡠ𐹶 B; \uD803\uDE6Bꡯ。\u084B; [B1]; [B1] # 𐹫ꡯ.ࡋ B; Ⴉ✦\uD96A\uDD94\uA806.ß\uD803\uDD58\u0669\u0641; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴉ✦񪦔꠆.ß𐵘٩ف B; ⴉ✦\uD96A\uDD94\uA806.ß\uD803\uDD58\u0669\u0641; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴉ✦񪦔꠆.ß𐵘٩ف B; Ⴉ✦\uD96A\uDD94\uA806.SS\uD803\uDD58\u0669\u0641; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴉ✦񪦔꠆.ss𐵘٩ف B; ⴉ✦\uD96A\uDD94\uA806.ss\uD803\uDD58\u0669\u0641; [P1 V6 B5 B6]; [P1 V6 B5 B6] # ⴉ✦񪦔꠆.ss𐵘٩ف B; Ⴉ✦\uD96A\uDD94\uA806.Ss\uD803\uDD58\u0669\u0641; [P1 V6 B5 B6]; [P1 V6 B5 B6] # Ⴉ✦񪦔꠆.ss𐵘٩ف T; \u200D\u07CF\uD803\uDE81🎅.\uD821\uDFE5; [P1 V6 B1 C2]; [P1 V6 B3] # ‍ߏ𐺁🎅.𘟥 N; \u200D\u07CF\uD803\uDE81🎅.\uD821\uDFE5; [P1 V6 B1 C2]; [P1 V6 B1 C2] # ‍ߏ𐺁🎅.𘟥 T; 梉。\u200C; [C1]; xn--7zv. # 梉.‌ N; 梉。\u200C; [C1]; [C1] # 梉.‌ B; xn--7zv.; 梉.; xn--7zv. B; 梉.; ; xn--7zv. T; \u075D-≠.\u200Dꡘ⸈Ↄ; [P1 V6 B3 C2]; [P1 V6 B3] # ݝ-≠.‍ꡘ⸈Ↄ N; \u075D-≠.\u200Dꡘ⸈Ↄ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # ݝ-≠.‍ꡘ⸈Ↄ T; \u075D-=\u0338.\u200Dꡘ⸈Ↄ; [P1 V6 B3 C2]; [P1 V6 B3] # ݝ-≠.‍ꡘ⸈Ↄ N; \u075D-=\u0338.\u200Dꡘ⸈Ↄ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # ݝ-≠.‍ꡘ⸈Ↄ T; \u075D-=\u0338.\u200Dꡘ⸈ↄ; [P1 V6 B3 C2]; [P1 V6 B3] # ݝ-≠.‍ꡘ⸈ↄ N; \u075D-=\u0338.\u200Dꡘ⸈ↄ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # ݝ-≠.‍ꡘ⸈ↄ T; \u075D-≠.\u200Dꡘ⸈ↄ; [P1 V6 B3 C2]; [P1 V6 B3] # ݝ-≠.‍ꡘ⸈ↄ N; \u075D-≠.\u200Dꡘ⸈ↄ; [P1 V6 B3 C2]; [P1 V6 B3 C2] # ݝ-≠.‍ꡘ⸈ↄ B; ς۲\u1DFF⸵。\uD83B\uDC99⁷🄂; [P1 V6]; [P1 V6] # ς۲᷿⸵.𞲙7🄂 B; ς۲\u1DFF⸵。\uD83B\uDC9971,; [P1 V6 B3]; [P1 V6 B3] # ς۲᷿⸵.𞲙71, B; Σ۲\u1DFF⸵。\uD83B\uDC9971,; [P1 V6 B3]; [P1 V6 B3] # σ۲᷿⸵.𞲙71, B; σ۲\u1DFF⸵。\uD83B\uDC9971,; [P1 V6 B3]; [P1 V6 B3] # σ۲᷿⸵.𞲙71, B; Σ۲\u1DFF⸵。\uD83B\uDC99⁷🄂; [P1 V6]; [P1 V6] # σ۲᷿⸵.𞲙7🄂 B; σ۲\u1DFF⸵。\uD83B\uDC99⁷🄂; [P1 V6]; [P1 V6] # σ۲᷿⸵.𞲙7🄂 T; \u08AC.\u200Cß; [C1]; xn--1yb.ss # ࢬ.‌ß N; \u08AC.\u200Cß; [C1]; [C1] # ࢬ.‌ß T; \u08AC.\u200Cß; [C1]; xn--1yb.ss # ࢬ.‌ß N; \u08AC.\u200Cß; [C1]; [C1] # ࢬ.‌ß T; \u08AC.\u200CSS; [C1]; xn--1yb.ss # ࢬ.‌ss N; \u08AC.\u200CSS; [C1]; [C1] # ࢬ.‌ss T; \u08AC.\u200Css; [C1]; xn--1yb.ss # ࢬ.‌ss N; \u08AC.\u200Css; [C1]; [C1] # ࢬ.‌ss T; \u08AC.\u200CSs; [C1]; xn--1yb.ss # ࢬ.‌ss N; \u08AC.\u200CSs; [C1]; [C1] # ࢬ.‌ss B; xn--1yb.ss; \u08AC.ss; xn--1yb.ss # ࢬ.ss B; \u08AC.ss; ; xn--1yb.ss # ࢬ.ss T; \u08AC.\u200CSS; [C1]; xn--1yb.ss # ࢬ.‌ss N; \u08AC.\u200CSS; [C1]; [C1] # ࢬ.‌ss T; \u08AC.\u200Css; [C1]; xn--1yb.ss # ࢬ.‌ss N; \u08AC.\u200Css; [C1]; [C1] # ࢬ.‌ss T; \u08AC.\u200CSs; [C1]; xn--1yb.ss # ࢬ.‌ss N; \u08AC.\u200CSs; [C1]; [C1] # ࢬ.‌ss T; \uDA5C\uDCC7-.\u200Dꡓ\u1CDF⸺; [P1 V3 V6 C2]; [P1 V3 V6] # 򧃇-.‍ꡓ᳟⸺ N; \uDA5C\uDCC7-.\u200Dꡓ\u1CDF⸺; [P1 V3 V6 C2]; [P1 V3 V6 C2] # 򧃇-.‍ꡓ᳟⸺ B; 䃚蟥-。-\uD9A3\uDD20⒈; [P1 V3 V6]; [P1 V3 V6] # 䃚蟥-.-񸴠⒈ B; 䃚蟥-。-\uD9A3\uDD201.; [P1 V3 V6]; [P1 V3 V6] # 䃚蟥-.-񸴠1. B; \uD803\uDE7E䚵-ᡐ。₠; [B1]; [B1] # 𐹾䚵-ᡐ.₠ B; \u0CCD。\u1ADC\u0603; [P1 V5 V6 B5 B6]; [P1 V5 V6 B5 B6] # ್.᫜؃ B; ≮\uD803\uDE62.₅\u1DCF\u0689\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # ≮𐹢.5᷏ډ𐹸 B; <\u0338\uD803\uDE62.₅\u1DCF\u0689\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # ≮𐹢.5᷏ډ𐹸 B; ≮\uD803\uDE62.5\u1DCF\u0689\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # ≮𐹢.5᷏ډ𐹸 B; <\u0338\uD803\uDE62.5\u1DCF\u0689\uD803\uDE78; [P1 V6 B1]; [P1 V6 B1] # ≮𐹢.5᷏ډ𐹸 T; ᡏ≠\uDA14\uDD44.\u200D⁰; [P1 V6 C2]; [P1 V6] # ᡏ≠򕅄.‍0 N; ᡏ≠\uDA14\uDD44.\u200D⁰; [P1 V6 C2]; [P1 V6 C2] # ᡏ≠򕅄.‍0 T; ᡏ=\u0338\uDA14\uDD44.\u200D⁰; [P1 V6 C2]; [P1 V6] # ᡏ≠򕅄.‍0 N; ᡏ=\u0338\uDA14\uDD44.\u200D⁰; [P1 V6 C2]; [P1 V6 C2] # ᡏ≠򕅄.‍0 T; ᡏ≠\uDA14\uDD44.\u200D0; [P1 V6 C2]; [P1 V6] # ᡏ≠򕅄.‍0 N; ᡏ≠\uDA14\uDD44.\u200D0; [P1 V6 C2]; [P1 V6 C2] # ᡏ≠򕅄.‍0 T; ᡏ=\u0338\uDA14\uDD44.\u200D0; [P1 V6 C2]; [P1 V6] # ᡏ≠򕅄.‍0 N; ᡏ=\u0338\uDA14\uDD44.\u200D0; [P1 V6 C2]; [P1 V6 C2] # ᡏ≠򕅄.‍0 B; \uD802\uDCB1≮\uDBAE\uDFBD≯.\uD803\uDE7D\u075E\uDB42\uDE7A; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # 𐢱≮󻮽≯.𐹽ݞ󠩺 B; \uD802\uDCB1<\u0338\uDBAE\uDFBD>\u0338.\uD803\uDE7D\u075E\uDB42\uDE7A; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # 𐢱≮󻮽≯.𐹽ݞ󠩺 B; \uD802\uDCB1≮\uDBAE\uDFBD≯.\uD803\uDE7D\u075E\uDB42\uDE7A; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # 𐢱≮󻮽≯.𐹽ݞ󠩺 B; \uD802\uDCB1<\u0338\uDBAE\uDFBD>\u0338.\uD803\uDE7D\u075E\uDB42\uDE7A; [P1 V6 B2 B3 B1]; [P1 V6 B2 B3 B1] # 𐢱≮󻮽≯.𐹽ݞ󠩺 B; -。\uDB40\uDD4F; [V3]; [V3] B; -。\uDB40\uDD4F; [V3]; [V3] B; ䷻\u08E8.\uD804\uDD2F; [V5]; [V5] # ䷻ࣨ.𑄯 B; ䷻\u08E8.\uD804\uDD32\uD804\uDD27; [V5]; [V5] # ䷻ࣨ.𑄯 B; ䷻\u08E8.\uD804\uDD2F; [V5]; [V5] # ䷻ࣨ.𑄯 B; ䷻\u08E8.\uD804\uDD32\uD804\uDD27; [V5]; [V5] # ䷻ࣨ.𑄯 T; \uDB43\uDEF4.\uDA33\uDCB1\u200C; [P1 V6 C1]; [P1 V6] # 󠻴.򜲱‌ N; \uDB43\uDEF4.\uDA33\uDCB1\u200C; [P1 V6 C1]; [P1 V6 C1] # 󠻴.򜲱‌ B; ꡈ\u105F.\uD804\uDD80; [V5]; [V5] # ꡈၟ.𑆀 B; 漦Ⴙς.\uD9E7\uDD3C\uD83A\uDE85; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 漦Ⴙς.򉴼𞪅 B; 漦ⴙς.\uD9E7\uDD3C\uD83A\uDE85; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 漦ⴙς.򉴼𞪅 B; 漦ႹΣ.\uD9E7\uDD3C\uD83A\uDE85; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 漦Ⴙσ.򉴼𞪅 B; 漦ⴙσ.\uD9E7\uDD3C\uD83A\uDE85; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 漦ⴙσ.򉴼𞪅 B; 漦Ⴙσ.\uD9E7\uDD3C\uD83A\uDE85; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 漦Ⴙσ.򉴼𞪅 B; \uD803\uDE6E踧\u09CD\uDB18\uDD4C.\uD8D2\uDD85⒈\uDB40\uDD48; [P1 V6 B1]; [P1 V6 B1] # 𐹮踧্󖅌.񄦅⒈ B; \uD803\uDE6E踧\u09CD\uDB18\uDD4C.\uD8D2\uDD851.\uDB40\uDD48; [P1 V6 B1]; [P1 V6 B1] # 𐹮踧্󖅌.񄦅1. T; \u200D≮.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3] # ‍≮.📃𳖴- N; \u200D≮.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3 C2] # ‍≮.📃𳖴- T; \u200D<\u0338.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3] # ‍≮.📃𳖴- N; \u200D<\u0338.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3 C2] # ‍≮.📃𳖴- T; \u200D≮.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3] # ‍≮.📃𳖴- N; \u200D≮.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3 C2] # ‍≮.📃𳖴- T; \u200D<\u0338.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3] # ‍≮.📃𳖴- N; \u200D<\u0338.📃\uD88D\uDDB4-; [P1 V6 V3 C2]; [P1 V6 V3 C2] # ‍≮.📃𳖴- T; \u200D\u200D襔。Ⴜ𝟧ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6] # ‍‍襔.Ⴜ5ᢧ󕄲 N; \u200D\u200D襔。Ⴜ𝟧ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6 C2] # ‍‍襔.Ⴜ5ᢧ󕄲 T; \u200D\u200D襔。Ⴜ5ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6] # ‍‍襔.Ⴜ5ᢧ󕄲 N; \u200D\u200D襔。Ⴜ5ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6 C2] # ‍‍襔.Ⴜ5ᢧ󕄲 T; \u200D\u200D襔。ⴜ5ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6] # ‍‍襔.ⴜ5ᢧ󕄲 N; \u200D\u200D襔。ⴜ5ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6 C2] # ‍‍襔.ⴜ5ᢧ󕄲 T; \u200D\u200D襔。ⴜ𝟧ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6] # ‍‍襔.ⴜ5ᢧ󕄲 N; \u200D\u200D襔。ⴜ𝟧ᢧ\uDB14\uDD32; [P1 V6 C2]; [P1 V6 C2] # ‍‍襔.ⴜ5ᢧ󕄲 T; \u06C7\uDB40\uDD9D\u200D.婀; [B3 C2]; xn--6kb.xn--q0s # ۇ‍.婀 N; \u06C7\uDB40\uDD9D\u200D.婀; [B3 C2]; [B3 C2] # ۇ‍.婀 T; \u06C7\uDB40\uDD9D\u200D.婀; [B3 C2]; xn--6kb.xn--q0s # ۇ‍.婀 N; \u06C7\uDB40\uDD9D\u200D.婀; [B3 C2]; [B3 C2] # ۇ‍.婀 B; xn--6kb.xn--q0s; \u06C7.婀; xn--6kb.xn--q0s # ۇ.婀 B; \u06C7.婀; ; xn--6kb.xn--q0s # ۇ.婀 B; \uDB40\uDD17︒︒\uD803\uDE6B。▨\uDB40\uDD5B; [P1 V6 B1]; [P1 V6 B1] # ︒︒𐹫.▨ B; \uDB40\uDD17。。\uD803\uDE6B。▨\uDB40\uDD5B; [B1]; [B1] # 𐹫.▨ B; 🄀ß.\u0369-\uDBDAႯ; [P1 V6 V5]; [P1 V6 V5 A3] # 🄀ß.ͩ-?Ⴏ B; 0.ß.\u0369-\uDBDAႯ; [P1 V5 V6]; [P1 V5 V6 A3] # 0.ß.ͩ-?Ⴏ B; 0.ß.\u0369-\uDBDAⴏ; [P1 V5 V6]; [P1 V5 V6 A3] # 0.ß.ͩ-?ⴏ B; 0.SS.\u0369-\uDBDAႯ; [P1 V5 V6]; [P1 V5 V6 A3] # 0.ss.ͩ-?Ⴏ B; 0.ss.\u0369-\uDBDAⴏ; [P1 V5 V6]; [P1 V5 V6 A3] # 0.ss.ͩ-?ⴏ B; 🄀ß.\u0369-\uDBDAⴏ; [P1 V6 V5]; [P1 V6 V5 A3] # 🄀ß.ͩ-?ⴏ B; 🄀SS.\u0369-\uDBDAႯ; [P1 V6 V5]; [P1 V6 V5 A3] # 🄀ss.ͩ-?Ⴏ B; 🄀ss.\u0369-\uDBDAⴏ; [P1 V6 V5]; [P1 V6 V5 A3] # 🄀ss.ͩ-?ⴏ B; 🄀Ss.\u0369-\uDBDAႯ; [P1 V6 V5]; [P1 V6 V5 A3] # 🄀ss.ͩ-?Ⴏ T; -\u200D\uDB40\uDEDF.\u200C\u06DDႥ; [P1 V3 V6 C2 B1 C1]; [P1 V3 V6 B1] # -‍󠋟.‌۝Ⴅ N; -\u200D\uDB40\uDEDF.\u200C\u06DDႥ; [P1 V3 V6 C2 B1 C1]; [P1 V3 V6 C2 B1 C1] # -‍󠋟.‌۝Ⴅ T; -\u200D\uDB40\uDEDF.\u200C\u06DDⴅ; [P1 V3 V6 C2 B1 C1]; [P1 V3 V6 B1] # -‍󠋟.‌۝ⴅ N; -\u200D\uDB40\uDEDF.\u200C\u06DDⴅ; [P1 V3 V6 C2 B1 C1]; [P1 V3 V6 C2 B1 C1] # -‍󠋟.‌۝ⴅ T; \u2DF0\u200D큷\uD8D7\uDC6B。⒒; [P1 V5 V6 C2]; [P1 V5 V6] # ⷰ‍큷񅱫.⒒ N; \u2DF0\u200D큷\uD8D7\uDC6B。⒒; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ⷰ‍큷񅱫.⒒ T; \u2DF0\u200D큷\uD8D7\uDC6B。⒒; [P1 V5 V6 C2]; [P1 V5 V6] # ⷰ‍큷񅱫.⒒ N; \u2DF0\u200D큷\uD8D7\uDC6B。⒒; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ⷰ‍큷񅱫.⒒ T; \u2DF0\u200D큷\uD8D7\uDC6B。11.; [P1 V5 V6 C2]; [P1 V5 V6] # ⷰ‍큷񅱫.11. N; \u2DF0\u200D큷\uD8D7\uDC6B。11.; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ⷰ‍큷񅱫.11. T; \u2DF0\u200D큷\uD8D7\uDC6B。11.; [P1 V5 V6 C2]; [P1 V5 V6] # ⷰ‍큷񅱫.11. N; \u2DF0\u200D큷\uD8D7\uDC6B。11.; [P1 V5 V6 C2]; [P1 V5 V6 C2] # ⷰ‍큷񅱫.11. B; \uDF4D.𝟨\u0638; [P1 V6 B1]; [P1 V6 B1 A3] # ?.6ظ B; \uDF4D.6\u0638; [P1 V6 B1]; [P1 V6 B1 A3] # ?.6ظ B; \uDB40\uDD88\uD83A\uDDCF。\uD803\uDE6E\uD8CB\uDC61\u1DD9⒈; [P1 V6 B1]; [P1 V6 B1] # 𞧏.𐹮񂱡ᷙ⒈ B; \uDB40\uDD88\uD83A\uDDCF。\uD803\uDE6E\uD8CB\uDC61\u1DD91.; [P1 V6 B1]; [P1 V6 B1] # 𞧏.𐹮񂱡ᷙ1. T; \uDAFD\uDD78\uD803\uDEF6\u0712。Ⴈ\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 󏕸𐻶ܒ.Ⴈ‍ N; \uDAFD\uDD78\uD803\uDEF6\u0712。Ⴈ\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 󏕸𐻶ܒ.Ⴈ‍ T; \uDAFD\uDD78\uD803\uDEF6\u0712。ⴈ\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6] # 󏕸𐻶ܒ.ⴈ‍ N; \uDAFD\uDD78\uD803\uDEF6\u0712。ⴈ\u200D; [P1 V6 B5 B6 C2]; [P1 V6 B5 B6 C2] # 󏕸𐻶ܒ.ⴈ‍ T; \uD95A\uDE3E\uA9B9\u06C2⒈.\u073C髯\u200C; [P1 V6 V5 B5 C1]; [P1 V6 V5 B5] # 񦨾ꦹۂ⒈.ܼ髯‌ N; \uD95A\uDE3E\uA9B9\u06C2⒈.\u073C髯\u200C; [P1 V6 V5 B5 C1]; [P1 V6 V5 B5 C1] # 񦨾ꦹۂ⒈.ܼ髯‌ T; \uD95A\uDE3E\uA9B9\u06C1\u0654⒈.\u073C髯\u200C; [P1 V6 V5 B5 C1]; [P1 V6 V5 B5] # 񦨾ꦹۂ⒈.ܼ髯‌ N; \uD95A\uDE3E\uA9B9\u06C1\u0654⒈.\u073C髯\u200C; [P1 V6 V5 B5 C1]; [P1 V6 V5 B5 C1] # 񦨾ꦹۂ⒈.ܼ髯‌ T; \uD95A\uDE3E\uA9B9\u06C21..\u073C髯\u200C; [P1 V6 V5 B5 A4_2 C1]; [P1 V6 V5 B5 A4_2] # 񦨾ꦹۂ1..ܼ髯‌ N; \uD95A\uDE3E\uA9B9\u06C21..\u073C髯\u200C; [P1 V6 V5 B5 A4_2 C1]; [P1 V6 V5 B5 A4_2 C1] # 񦨾ꦹۂ1..ܼ髯‌ T; \uD95A\uDE3E\uA9B9\u06C1\u06541..\u073C髯\u200C; [P1 V6 V5 B5 A4_2 C1]; [P1 V6 V5 B5 A4_2] # 񦨾ꦹۂ1..ܼ髯‌ N; \uD95A\uDE3E\uA9B9\u06C1\u06541..\u073C髯\u200C; [P1 V6 V5 B5 A4_2 C1]; [P1 V6 V5 B5 A4_2 C1] # 񦨾ꦹۂ1..ܼ髯‌ B; \u06A6.\u07E6\u1A62; \u06A6.\u07E6\u1A62; xn--8jb.xn--etb875g # ڦ.ߦᩢ B; \u06A6.\u07E6\u1A62; ; xn--8jb.xn--etb875g # ڦ.ߦᩢ B; xn--8jb.xn--etb875g; \u06A6.\u07E6\u1A62; xn--8jb.xn--etb875g # ڦ.ߦᩢ B; \u0D4D.\uD83A\uDC6E; [P1 V5 V6]; [P1 V5 V6] # ്.𞡮 B; \u0D4D.\uD83A\uDC6E; [P1 V5 V6]; [P1 V5 V6] # ്.𞡮 B; ≠膣。\u0DD2; [P1 V6 V5]; [P1 V6 V5] # ≠膣.ි B; =\u0338膣。\u0DD2; [P1 V6 V5]; [P1 V6 V5] # ≠膣.ි B; \uD991\uDDDA-\u08A8。ß; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񴗚-ࢨ.ß B; \uD991\uDDDA-\u08A8。ß; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񴗚-ࢨ.ß B; \uD991\uDDDA-\u08A8。SS; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񴗚-ࢨ.ss B; \uD991\uDDDA-\u08A8。SS; [P1 V6 B5 B6]; [P1 V6 B5 B6] # 񴗚-ࢨ.ss B; ς\u0669ᡲ\u17D2.\u0321\uD803\uDE68\uD8D6\uDD53\u069D; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # ς٩ᡲ្.̡𐹨񅥓ڝ B; ς\u0669ᡲ\u17D2.\u0321\uD803\uDE68\uD8D6\uDD53\u069D; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # ς٩ᡲ្.̡𐹨񅥓ڝ B; Σ\u0669ᡲ\u17D2.\u0321\uD803\uDE68\uD8D6\uDD53\u069D; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # σ٩ᡲ្.̡𐹨񅥓ڝ B; σ\u0669ᡲ\u17D2.\u0321\uD803\uDE68\uD8D6\uDD53\u069D; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # σ٩ᡲ្.̡𐹨񅥓ڝ B; Σ\u0669ᡲ\u17D2.\u0321\uD803\uDE68\uD8D6\uDD53\u069D; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # σ٩ᡲ្.̡𐹨񅥓ڝ B; σ\u0669ᡲ\u17D2.\u0321\uD803\uDE68\uD8D6\uDD53\u069D; [P1 V5 V6 B5 B1]; [P1 V5 V6 B5 B1] # σ٩ᡲ្.̡𐹨񅥓ڝ T; 𝟹。\u200D; [C2]; 3. # 3.‍ N; 𝟹。\u200D; [C2]; [C2] # 3.‍ T; 3。\u200D; [C2]; 3. # 3.‍ N; 3。\u200D; [C2]; [C2] # 3.‍ B; 3.; ; B; ⽬\u1B72。\uDB43\uDCD8; [P1 V6]; [P1 V6] # 目᭲.󠳘 B; 目\u1B72。\uDB43\uDCD8; [P1 V6]; [P1 V6] # 目᭲.󠳘 T; \u0732䁴\uDA99\uDFF6.Ⴕ🄈\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6] # ܲ䁴򶟶.Ⴕ🄈‌ꪷ N; \u0732䁴\uDA99\uDFF6.Ⴕ🄈\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܲ䁴򶟶.Ⴕ🄈‌ꪷ T; \u0732䁴\uDA99\uDFF6.Ⴕ7,\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6] # ܲ䁴򶟶.Ⴕ7,‌ꪷ N; \u0732䁴\uDA99\uDFF6.Ⴕ7,\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܲ䁴򶟶.Ⴕ7,‌ꪷ T; \u0732䁴\uDA99\uDFF6.ⴕ7,\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6] # ܲ䁴򶟶.ⴕ7,‌ꪷ N; \u0732䁴\uDA99\uDFF6.ⴕ7,\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܲ䁴򶟶.ⴕ7,‌ꪷ T; \u0732䁴\uDA99\uDFF6.ⴕ🄈\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6] # ܲ䁴򶟶.ⴕ🄈‌ꪷ N; \u0732䁴\uDA99\uDFF6.ⴕ🄈\u200C\uAAB7; [P1 V5 V6 C1]; [P1 V5 V6 C1] # ܲ䁴򶟶.ⴕ🄈‌ꪷ T; 憡\uDF1F\u200CႴ.𝟓\u200D≠; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌Ⴔ.5‍≠ N; 憡\uDF1F\u200CႴ.𝟓\u200D≠; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌Ⴔ.5‍≠ T; 憡\uDF1F\u200CႴ.𝟓\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌Ⴔ.5‍≠ N; 憡\uDF1F\u200CႴ.𝟓\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌Ⴔ.5‍≠ T; 憡\uDF1F\u200CႴ.5\u200D≠; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌Ⴔ.5‍≠ N; 憡\uDF1F\u200CႴ.5\u200D≠; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌Ⴔ.5‍≠ T; 憡\uDF1F\u200CႴ.5\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌Ⴔ.5‍≠ N; 憡\uDF1F\u200CႴ.5\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌Ⴔ.5‍≠ B; ; [A4_2]; [A4_2] T; 憡\uDF1F\u200Cⴔ.5\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌ⴔ.5‍≠ N; 憡\uDF1F\u200Cⴔ.5\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌ⴔ.5‍≠ T; 憡\uDF1F\u200Cⴔ.5\u200D≠; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌ⴔ.5‍≠ N; 憡\uDF1F\u200Cⴔ.5\u200D≠; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌ⴔ.5‍≠ T; 憡\uDF1F\u200Cⴔ.𝟓\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌ⴔ.5‍≠ N; 憡\uDF1F\u200Cⴔ.𝟓\u200D=\u0338; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌ⴔ.5‍≠ T; 憡\uDF1F\u200Cⴔ.𝟓\u200D≠; [P1 V6 C1 C2]; [P1 V6 A3] # 憡?‌ⴔ.5‍≠ N; 憡\uDF1F\u200Cⴔ.𝟓\u200D≠; [P1 V6 C1 C2]; [P1 V6 C1 C2 A3] # 憡?‌ⴔ.5‍≠ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/suppressions.valgrind�����������������������������������������������������������0000644�0000000�0000000�00000000367�13062734403�015406� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Suppress a valgrind message about use of uninitialized memory in freea(). # This use is OK because it provides only a speedup. { freea Memcheck:Cond fun:freea } { libunistring_freea Memcheck:Cond fun:libunistring_freea } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/gen-utc-test.pl�����������������������������������������������������������������0000755�0000000�0000000�00000004215�13037156665�013766� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/usr/bin/perl # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # I consider the output of this program to be unrestricted. Use it as # you will. use strict; my ($last); my ($lineno) = 0; my ($ctr) = 0; while (<>) { $lineno++; next unless /^[BN]/; m,^.*; (.*); (.*); (.*); (NV8)?,; my $line = $_; my ($source) = $1; my ($ustr) = $2; my ($astr) = $3; my ($nv8) = $4; $ustr = $source if ($ustr eq ""); $astr = $ustr if ($astr eq ""); while ($ustr =~ /(.*)\\u([0-9A-f][0-9A-f][0-9A-f][0-9A-f])(.*)/) { my $num = hex($2); #printf "/* hex $2 num $num */"; my $str = unpack ("H*", pack("C0U*",$num)); my $escstr = ""; while ($str) { $escstr .= "\\x" . substr ($str,0,2); $str = substr ($str,2); } #printf "/* utf8 $escstr */\n"; $ustr = $1.'" "'.$escstr.'" "'.$3; } next if ($ustr eq $last); print "/* lineno $lineno ctr $ctr source $source uni $ustr ace $astr nv8 $nv8 line $line */\n"; if ($astr =~ /\\u/) { print "/* IdnaTest.txt bug? */\n"; } elsif ($astr =~ /。/) { print "/* IdnaTest.txt bug2? */\n"; } elsif ($ustr =~ /a..c/ || $ustr =~ /ä..c/) { print "/* libidn2 bug? */\n"; } elsif ($nv8 eq "NV8") { print "{ \"$ustr\", \"$astr\", -1 },\n"; $ctr++; } elsif (substr($astr, 0, 1) eq "[" && substr($ustr, 0, 1) ne "[") { print "{ \"$ustr\", \"$astr\", -1 },\n"; $ctr++; } elsif (substr($astr, 0, 1) eq "[") { print "/* punt1 $line */\n"; } else { print "{ \"$ustr\", \"$astr\", IDN2_OK },\n"; $ctr++; } $last = $ustr; } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/test-punycode.c�����������������������������������������������������������������0000644�0000000�0000000�00000022067�13134401252�014042� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* test-punycode.c --- Self tests for Libidn2 punycode. Copyright (C) 2002-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Based on GNU Libidn tst_punycode.c */ #include <config.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <idn2.h> #include "punycode.h" struct punycode { const char *name; size_t inlen; uint32_t in[100]; const char *out; int rc; }; static const struct punycode punycode[] = { { "(A) Arabic (Egyptian)", 17, { 0x0644, 0x064A, 0x0647, 0x0645, 0x0627, 0x0628, 0x062A, 0x0643, 0x0644, 0x0645, 0x0648, 0x0634, 0x0639, 0x0631, 0x0628, 0x064A, 0x061F}, "egbpdaj6bu4bxfgehfvwxn", IDN2_OK}, { "(B) Chinese (simplified)", 9, { 0x4ED6, 0x4EEC, 0x4E3A, 0x4EC0, 0x4E48, 0x4E0D, 0x8BF4, 0x4E2D, 0x6587}, "ihqwcrb4cv8a8dqg056pqjye", IDN2_OK}, { "(C) Chinese (traditional)", 9, { 0x4ED6, 0x5011, 0x7232, 0x4EC0, 0x9EBD, 0x4E0D, 0x8AAA, 0x4E2D, 0x6587}, "ihqwctvzc91f659drss3x8bo0yb", IDN2_OK}, { "(D) Czech: Pro<ccaron>prost<ecaron>nemluv<iacute><ccaron>esky", 22, { 0x0050, 0x0072, 0x006F, 0x010D, 0x0070, 0x0072, 0x006F, 0x0073, 0x0074, 0x011B, 0x006E, 0x0065, 0x006D, 0x006C, 0x0075, 0x0076, 0x00ED, 0x010D, 0x0065, 0x0073, 0x006B, 0x0079}, "Proprostnemluvesky-uyb24dma41a", IDN2_OK}, { "(E) Hebrew:", 22, { 0x05DC, 0x05DE, 0x05D4, 0x05D4, 0x05DD, 0x05E4, 0x05E9, 0x05D5, 0x05D8, 0x05DC, 0x05D0, 0x05DE, 0x05D3, 0x05D1, 0x05E8, 0x05D9, 0x05DD, 0x05E2, 0x05D1, 0x05E8, 0x05D9, 0x05EA}, "4dbcagdahymbxekheh6e0a7fei0b", IDN2_OK}, { "(F) Hindi (Devanagari):", 30, { 0x092F, 0x0939, 0x0932, 0x094B, 0x0917, 0x0939, 0x093F, 0x0928, 0x094D, 0x0926, 0x0940, 0x0915, 0x094D, 0x092F, 0x094B, 0x0902, 0x0928, 0x0939, 0x0940, 0x0902, 0x092C, 0x094B, 0x0932, 0x0938, 0x0915, 0x0924, 0x0947, 0x0939, 0x0948, 0x0902}, "i1baa7eci9glrd9b2ae1bj0hfcgg6iyaf8o0a1dig0cd", IDN2_OK}, { "(G) Japanese (kanji and hiragana):", 18, { 0x306A, 0x305C, 0x307F, 0x3093, 0x306A, 0x65E5, 0x672C, 0x8A9E, 0x3092, 0x8A71, 0x3057, 0x3066, 0x304F, 0x308C, 0x306A, 0x3044, 0x306E, 0x304B}, "n8jok5ay5dzabd5bym9f0cm5685rrjetr6pdxa", IDN2_OK}, { "(H) Korean (Hangul syllables):", 24, { 0xC138, 0xACC4, 0xC758, 0xBAA8, 0xB4E0, 0xC0AC, 0xB78C, 0xB4E4, 0xC774, 0xD55C, 0xAD6D, 0xC5B4, 0xB97C, 0xC774, 0xD574, 0xD55C, 0xB2E4, 0xBA74, 0xC5BC, 0xB9C8, 0xB098, 0xC88B, 0xC744, 0xAE4C}, "989aomsvi5e83db1d2a355cv1e0vak1dwrv93d5xbh15a0dt30a5jpsd879ccm6fea98c", IDN2_OK}, { "(I) Russian (Cyrillic):", 28, { 0x043F, 0x043E, 0x0447, 0x0435, 0x043C, 0x0443, 0x0436, 0x0435, 0x043E, 0x043D, 0x0438, 0x043D, 0x0435, 0x0433, 0x043E, 0x0432, 0x043E, 0x0440, 0x044F, 0x0442, 0x043F, 0x043E, 0x0440, 0x0443, 0x0441, 0x0441, 0x043A, 0x0438}, "b1abfaaepdrnnbgefbadotcwatmq2g4l", IDN2_OK}, { "(J) Spanish: Porqu<eacute>nopuedensimplementehablarenEspa<ntilde>ol", 40, { 0x0050, 0x006F, 0x0072, 0x0071, 0x0075, 0x00E9, 0x006E, 0x006F, 0x0070, 0x0075, 0x0065, 0x0064, 0x0065, 0x006E, 0x0073, 0x0069, 0x006D, 0x0070, 0x006C, 0x0065, 0x006D, 0x0065, 0x006E, 0x0074, 0x0065, 0x0068, 0x0061, 0x0062, 0x006C, 0x0061, 0x0072, 0x0065, 0x006E, 0x0045, 0x0073, 0x0070, 0x0061, 0x00F1, 0x006F, 0x006C}, "PorqunopuedensimplementehablarenEspaol-fmd56a", IDN2_OK}, { "(K) Vietnamese:", 31, { 0x0054, 0x1EA1, 0x0069, 0x0073, 0x0061, 0x006F, 0x0068, 0x1ECD, 0x006B, 0x0068, 0x00F4, 0x006E, 0x0067, 0x0074, 0x0068, 0x1EC3, 0x0063, 0x0068, 0x1EC9, 0x006E, 0x00F3, 0x0069, 0x0074, 0x0069, 0x1EBF, 0x006E, 0x0067, 0x0056, 0x0069, 0x1EC7, 0x0074}, "TisaohkhngthchnitingVit-kjcr8268qyxafd2f1b9g", IDN2_OK}, { "(L) 3<nen>B<gumi><kinpachi><sensei>", 8, { 0x0033, 0x5E74, 0x0042, 0x7D44, 0x91D1, 0x516B, 0x5148, 0x751F}, "3B-ww4c5e180e575a65lsy2b", IDN2_OK}, { "(M) <amuro><namie>-with-SUPER-MONKEYS", 24, { 0x5B89, 0x5BA4, 0x5948, 0x7F8E, 0x6075, 0x002D, 0x0077, 0x0069, 0x0074, 0x0068, 0x002D, 0x0053, 0x0055, 0x0050, 0x0045, 0x0052, 0x002D, 0x004D, 0x004F, 0x004E, 0x004B, 0x0045, 0x0059, 0x0053}, "-with-SUPER-MONKEYS-pc58ag80a8qai00g7n9n", IDN2_OK}, { "(N) Hello-Another-Way-<sorezore><no><basho>", 25, { 0x0048, 0x0065, 0x006C, 0x006C, 0x006F, 0x002D, 0x0041, 0x006E, 0x006F, 0x0074, 0x0068, 0x0065, 0x0072, 0x002D, 0x0057, 0x0061, 0x0079, 0x002D, 0x305D, 0x308C, 0x305E, 0x308C, 0x306E, 0x5834, 0x6240}, "Hello-Another-Way--fc4qua05auwb3674vfr0b", IDN2_OK}, { "(O) <hitotsu><yane><no><shita>2", 8, { 0x3072, 0x3068, 0x3064, 0x5C4B, 0x6839, 0x306E, 0x4E0B, 0x0032}, "2-u9tlzr9756bt3uc0v", IDN2_OK}, { "(P) Maji<de>Koi<suru>5<byou><mae>", 13, { 0x004D, 0x0061, 0x006A, 0x0069, 0x3067, 0x004B, 0x006F, 0x0069, 0x3059, 0x308B, 0x0035, 0x79D2, 0x524D}, "MajiKoi5-783gue6qz075azm5e", IDN2_OK}, { "(Q) <pafii>de<runba>", 9, { 0x30D1, 0x30D5, 0x30A3, 0x30FC, 0x0064, 0x0065, 0x30EB, 0x30F3, 0x30D0}, "de-jg4avhby1noc0d", IDN2_OK}, { "(R) <sono><supiido><de>", 7, { 0x305D, 0x306E, 0x30B9, 0x30D4, 0x30FC, 0x30C9, 0x3067}, "d9juau41awczczp", IDN2_OK}, { "(S) -> $1.00 <-", 11, { 0x002D, 0x003E, 0x0020, 0x0024, 0x0031, 0x002E, 0x0030, 0x0030, 0x0020, 0x003C, 0x002D}, "-> $1.00 <--", IDN2_OK} }; static int debug = 0; static int error_count = 0; static int break_on_error = 0; _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) static void fail (const char *format, ...) { va_list arg_ptr; va_start (arg_ptr, format); vfprintf (stderr, format, arg_ptr); va_end (arg_ptr); error_count++; if (break_on_error) exit (EXIT_FAILURE); } static void ucs4print (const uint32_t * str, size_t len) { size_t i; printf ("\t;; "); for (i = 0; i < len; i++) { printf ("U+%04x ", str[i]); if ((i + 1) % 4 == 0) printf (" "); if ((i + 1) % 8 == 0 && i + 1 < len) printf ("\n\t;; "); } puts (""); } #include "punycode.h" int main (void) { char *p; uint32_t *q; int rc; size_t i, outlen; if (!idn2_check_version (IDN2_VERSION)) fail ("idn2_check_version(%s) failed\n", IDN2_VERSION); if (!idn2_check_version (NULL)) fail ("idn2_check_version(NULL) failed\n"); if (idn2_check_version ("100.100")) fail ("idn2_check_version(\"100.100\") failed\n"); p = (char *) malloc (sizeof (*p) * BUFSIZ); if (p == NULL) fail ("malloc() returned NULL\n"); q = (uint32_t *) malloc (sizeof (*q) * BUFSIZ); if (q == NULL) fail ("malloc() returned NULL\n"); for (i = 0; i < sizeof (punycode) / sizeof (punycode[0]); i++) { if (debug) printf ("PUNYCODE entry %d: %s\n", (int) i, punycode[i].name); if (debug) { printf ("in:\n"); ucs4print (punycode[i].in, punycode[i].inlen); } outlen = BUFSIZ; rc = _idn2_punycode_encode ( punycode[i].inlen, punycode[i].in, &outlen, p); if (rc != punycode[i].rc) { fail ("punycode_encode() entry %d failed: %d\n", (int) i, rc); if (debug) printf ("FATAL\n"); continue; } if (rc == IDN2_OK) p[outlen] = '\0'; if (debug && rc == IDN2_OK) { printf ("computed out: %s\n", p); printf ("expected out: %s\n", punycode[i].out); } else if (debug) printf ("returned %d expected %d\n", rc, punycode[i].rc); if (rc == IDN2_OK) { if (strlen (punycode[i].out) != strlen (p) || memcmp (punycode[i].out, p, strlen (p)) != 0) { fail ("punycode() entry %d failed\n", (int) i); if (debug) printf ("ERROR\n"); } else if (debug) printf ("OK\n\n"); } else if (debug) printf ("OK\n\n"); if (debug) { printf ("in: %s\n", punycode[i].out); } outlen = BUFSIZ; rc = _idn2_punycode_decode (strlen (punycode[i].out), punycode[i].out, &outlen, q); if (rc != punycode[i].rc) { fail ("punycode() entry %d failed: %d\n", (int) i, rc); if (debug) printf ("FATAL\n"); continue; } if (debug && rc == IDN2_OK) { printf ("computed out:\n"); ucs4print (q, outlen); printf ("expected out:\n"); ucs4print (punycode[i].in, punycode[i].inlen); } else if (debug) printf ("returned %d expected %d\n", rc, punycode[i].rc); if (rc == IDN2_OK) { if (punycode[i].inlen != outlen || memcmp (punycode[i].in, q, outlen) != 0) { fail ("punycode_decode() entry %d failed\n", (int) i); if (debug) printf ("ERROR\n"); } else if (debug) printf ("OK\n\n"); } else if (debug) printf ("OK\n\n"); } free (q); free (p); return 0; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/Makefile.in���������������������������������������������������������������������0000644�0000000�0000000�00000163766�13151533360�013161� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HAVE_LIBUNISTRING_FALSE@am__append_1 = -I$(top_srcdir)/unistring/ -I$(top_builddir)/unistring/ @HAVE_LIBUNISTRING_FALSE@am__append_2 = ../unistring/libunistring.la TESTS = test-punycode$(EXEEXT) test-lookup$(EXEEXT) \ test-register$(EXEEXT) test-strerror$(EXEEXT) \ test-tounicode$(EXEEXT) check_PROGRAMS = $(am__EXEEXT_1) subdir = tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = test-punycode$(EXEEXT) test-lookup$(EXEEXT) \ test-register$(EXEEXT) test-strerror$(EXEEXT) \ test-tounicode$(EXEEXT) am_test_lookup_OBJECTS = test-lookup.$(OBJEXT) test_lookup_OBJECTS = $(am_test_lookup_OBJECTS) test_lookup_LDADD = $(LDADD) test_lookup_DEPENDENCIES = ../lib/libidn2.la ../gl/libgnu.la \ $(am__append_2) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = test_punycode_SOURCES = test-punycode.c test_punycode_OBJECTS = test-punycode.$(OBJEXT) am__DEPENDENCIES_1 = test_punycode_DEPENDENCIES = ../lib/puny_decode.o ../lib/puny_encode.o \ $(LDADD) $(am__DEPENDENCIES_1) test_register_SOURCES = test-register.c test_register_OBJECTS = test-register.$(OBJEXT) test_register_LDADD = $(LDADD) test_register_DEPENDENCIES = ../lib/libidn2.la ../gl/libgnu.la \ $(am__append_2) test_strerror_SOURCES = test-strerror.c test_strerror_OBJECTS = test-strerror.$(OBJEXT) test_strerror_LDADD = $(LDADD) test_strerror_DEPENDENCIES = ../lib/libidn2.la ../gl/libgnu.la \ $(am__append_2) test_tounicode_SOURCES = test-tounicode.c test_tounicode_OBJECTS = test-tounicode.$(OBJEXT) test_tounicode_LDADD = $(LDADD) test_tounicode_DEPENDENCIES = ../lib/libidn2.la ../gl/libgnu.la \ $(am__append_2) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(test_lookup_SOURCES) test-punycode.c test-register.c \ test-strerror.c test-tounicode.c DIST_SOURCES = $(test_lookup_SOURCES) test-punycode.c test-register.c \ test-strerror.c test-tounicode.c am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp \ $(top_srcdir)/build-aux/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib \ -I$(top_builddir)/lib -I$(srcdir) -I$(top_builddir) \ -I$(top_builddir)/gl -I$(top_srcdir)/gl -DSRCDIR=\"$(srcdir)\" \ $(am__append_1) AM_CFLAGS = $(WARN_CFLAGS) -Wno-missing-field-initializers AM_LDFLAGS = -no-install LDADD = ../lib/libidn2.la ../gl/libgnu.la $(am__append_2) test_punycode_LDADD = ../lib/puny_decode.o ../lib/puny_encode.o $(LDADD) $(CODE_COVERAGE_LIBS) IDNA_TXT = IdnaTest.txt IDNA_INC = IdnaTest.inc test_lookup_SOURCES = test-lookup.c BUILT_SOURCES = $(IDNA_TXT) $(IDNA_INC) MAINTAINERCLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = gen-utc-test.pl $(IDNA_TXT) $(IDNA_INC) suppressions.valgrind LOG_COMPILER = $(VALGRIND) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/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): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list test-lookup$(EXEEXT): $(test_lookup_OBJECTS) $(test_lookup_DEPENDENCIES) $(EXTRA_test_lookup_DEPENDENCIES) @rm -f test-lookup$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_lookup_OBJECTS) $(test_lookup_LDADD) $(LIBS) test-punycode$(EXEEXT): $(test_punycode_OBJECTS) $(test_punycode_DEPENDENCIES) $(EXTRA_test_punycode_DEPENDENCIES) @rm -f test-punycode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_punycode_OBJECTS) $(test_punycode_LDADD) $(LIBS) test-register$(EXEEXT): $(test_register_OBJECTS) $(test_register_DEPENDENCIES) $(EXTRA_test_register_DEPENDENCIES) @rm -f test-register$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_register_OBJECTS) $(test_register_LDADD) $(LIBS) test-strerror$(EXEEXT): $(test_strerror_OBJECTS) $(test_strerror_DEPENDENCIES) $(EXTRA_test_strerror_DEPENDENCIES) @rm -f test-strerror$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_strerror_OBJECTS) $(test_strerror_LDADD) $(LIBS) test-tounicode$(EXEEXT): $(test_tounicode_OBJECTS) $(test_tounicode_DEPENDENCIES) $(EXTRA_test_tounicode_DEPENDENCIES) @rm -f test-tounicode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_tounicode_OBJECTS) $(test_tounicode_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lookup.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-punycode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-register.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strerror.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-tounicode.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? test-punycode.log: test-punycode$(EXEEXT) @p='test-punycode$(EXEEXT)'; \ b='test-punycode'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) test-lookup.log: test-lookup$(EXEEXT) @p='test-lookup$(EXEEXT)'; \ b='test-lookup'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) test-register.log: test-register$(EXEEXT) @p='test-register$(EXEEXT)'; \ b='test-register'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) test-strerror.log: test-strerror$(EXEEXT) @p='test-strerror$(EXEEXT)'; \ b='test-strerror'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) test-tounicode.log: test-tounicode$(EXEEXT) @p='test-tounicode$(EXEEXT)'; \ b='test-tounicode'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile installdirs: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: all check check-am install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile $(IDNA_TXT): rm -f $(IDNA_TXT) wget http://www.unicode.org/Public/idna/6.3.0/IdnaTest.txt echo "d3690c2bb64ea003ac481bbd50c3330eaf1cf691 IdnaTest.txt" | sha1sum -c - $(IDNA_INC): $(IDNA_TXT) $(srcdir)/gen-utc-test.pl $(srcdir)/gen-utc-test.pl < $< > $@ # 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: ����������libidn2-2.0.4/tests/test-register.c�����������������������������������������������������������������0000644�0000000�0000000�00000014656�13134401252�014045� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* test-register.c --- Self tests for IDNA processing Copyright (C) 2011-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <stdint.h> #include <idn2.h> struct idna { const char *alabel; const char *ulabel; const char *out; int rc; int flags; }; static const struct idna idna[] = { {"xn--rksmrgs-5wao1o", "räksmörgås", "xn--rksmrgs-5wao1o", IDN2_OK}, {NULL, "sharpß", "xn--sharp-pqa", IDN2_OK}, {"xn--sharp-pqa", "sharpß", "xn--sharp-pqa", IDN2_OK}, {"foo", NULL, NULL, IDN2_INVALID_ALABEL}, {NULL, "foo", "foo", IDN2_OK}, {NULL, "räksmörgås", "xn--rksmrgs-5wao1o", IDN2_OK}, /* U+00B7 MIDDLE DOT */ {NULL, "·", "", IDN2_CONTEXTO}, {NULL, "a·", "", IDN2_CONTEXTO}, {NULL, "·a", "", IDN2_CONTEXTO}, {NULL, "a·a", "", IDN2_CONTEXTO}, {NULL, "l·l", "xn--ll-0ea", IDN2_OK}, {NULL, "al·la", "xn--alla-6ha", IDN2_OK}, /* U+0375 GREEK LOWER NUMERAL SIGN (KERAIA) */ {NULL, "͵", "", IDN2_CONTEXTO}, {NULL, "͵a", "", IDN2_CONTEXTO}, {NULL, "͵a͵ϳ", "", IDN2_CONTEXTO}, {NULL, "͵ϳ͵a", "", IDN2_CONTEXTO}, {NULL, "͵ϳ", "xn--wva6w", IDN2_OK}, {NULL, "͵ϳ͵ϳ", "xn--wvaa19ab", IDN2_OK}, /* U+05F3 HEBREW PUNCTUATION GERESH */ {NULL, "׳", "", IDN2_CONTEXTO}, {NULL, "a׳", "", IDN2_CONTEXTO}, {NULL, "a׳א׳", "", IDN2_CONTEXTO}, {NULL, "א׳a׳", "", IDN2_CONTEXTO}, {NULL, "א׳", "xn--4db4e", IDN2_OK}, {NULL, "בא׳ב", "xn--4dbbb9k", IDN2_OK}, /* U+05F4 HEBREW PUNCTUATION GERSHAYIM */ {NULL, "״", "", IDN2_CONTEXTO}, {NULL, "a״", "", IDN2_CONTEXTO}, {NULL, "a״א", "", IDN2_CONTEXTO}, {NULL, "א״", "xn--4db6e", IDN2_OK}, {NULL, "בא״ב", "xn--4dbbb3l", IDN2_OK}, /* U+0660..U+0669 ARABIC-INDIC DIGITS and U+06F0..U+06F9 EXTENDED ARABIC-INDIC DIGITS */ {NULL, "٠", "", IDN2_BIDI}, {NULL, "ء٠", "xn--ggb0k", IDN2_OK}, {NULL, "ء۰", "xn--ggb82b", IDN2_OK}, {NULL, "ء٠ءء", "xn--ggbaa4w", IDN2_OK}, {NULL, "ء٠۰", "", IDN2_CONTEXTO}, {NULL, "ء٠ءء۰", "", IDN2_CONTEXTO}, {NULL, "ء۰ءء٠", "", IDN2_CONTEXTO}, {NULL, "٠ء۰ءء٠", "", IDN2_CONTEXTO}, /* U+30FB KATAKANA MIDDLE DOT */ {NULL, "・", "", IDN2_CONTEXTO}, {NULL, "foo・", "", IDN2_CONTEXTO}, {NULL, "foo・bar", "", IDN2_CONTEXTO}, {NULL, "foo・barぁbaz", /* U+3041 HIRAGANA LETTER SMALL A */ "xn--foobarbaz-b23h61e", IDN2_OK}, {NULL, "foo・barァbaz", /* U+30A1 KATAKANA LETTER SMALL A */ "xn--foobarbaz-qu4h06a", IDN2_OK}, {NULL, "foo・bar〇baz", /* U+3007 IDEOGRAPHIC NUMBER ZERO */ "xn--foobarbaz-ql3hk3g", IDN2_OK}, {NULL, "foo・bar㐀baz", /* U+3400 CJK UNIFIED IDEOGRAPH-3400 */ "xn--foobarbaz-dl5hq7z", IDN2_OK}, }; static int error_count = 0; static int break_on_error = 1; _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) static void fail (const char *format, ...) { va_list arg_ptr; va_start (arg_ptr, format); vfprintf (stderr, format, arg_ptr); va_end (arg_ptr); error_count++; if (break_on_error) exit (EXIT_FAILURE); } int main (void) { uint8_t *out; unsigned i; int rc; puts ("-----------------------------------------------------------" "-------------------------------------"); puts (" IDNA2008 Register\n"); puts (" # Result Output A-label" " input U-label input"); puts ("-----------------------------------------------------------" "-------------------------------------"); for (i = 0; i < sizeof (idna) / sizeof (idna[0]); i++) { out = (uint8_t *) 0x1234; rc = idn2_register_u8 ((uint8_t*)idna[i].ulabel, (uint8_t*)idna[i].alabel, &out, idna[i].flags); printf ("%3u %-25s %-25s %-25s %s\n", i, idn2_strerror_name (rc), rc == IDN2_OK ? idna[i].out : "", idna[i].alabel ? idna[i].alabel : "(null)", idna[i].ulabel ? idna[i].ulabel : "(null)"); if (rc != idna[i].rc) fail ("expected rc %d got rc %d\n", idna[i].rc, rc); else if (rc == IDN2_OK && strcmp ((char*)out, idna[i].out) != 0) fail ("expected: %s\ngot: %s\n", idna[i].out, out); if (rc == IDN2_OK) { uint8_t *tmp; if (out == (void *) 0x1234) fail ("out has not been set"); rc = idn2_lookup_u8 ((uint8_t*)idna[i].ulabel, &tmp, idna[i].flags); if (rc != IDN2_OK) fail ("lookup failed?! tv %u", i); if (strcmp ((char*)out, (char*)tmp) != 0) fail ("lookup and register different? lookup %s register %s\n", tmp, out); idn2_free (tmp); idn2_free (out); } else { if (out != (void *) 0x1234) fail ("out has been tainted on error"); } } puts ("-----------------------------------------------------------" "-------------------------------------"); /* special calls to cover edge cases */ if ((rc = idn2_register_u8 (NULL, NULL, NULL, 0)) != IDN2_OK) fail ("special #1 failed with %d\n", rc); out = (uint8_t *) 0x123; if ((rc = idn2_register_u8 (NULL, NULL, &out, 0)) != IDN2_OK) fail ("special #2 failed with %d\n", rc); if (out) fail ("special #2 failed with out!=NULL\n"); if ((rc = idn2_register_u8 (NULL, (uint8_t*)"xn+-xxx", &out, 0)) != IDN2_INVALID_ALABEL) fail ("special #3 failed with %d\n", rc); if (out) fail ("special #3 failed with out!=NULL\n"); if ((rc = idn2_register_u8 (NULL, (uint8_t*)"xn--\xff", &out, 0)) != IDN2_INVALID_ALABEL) fail ("special #4 failed with %d\n", rc); if (out) fail ("special #4 failed with out!=NULL\n"); if ((rc = idn2_register_ul (NULL, NULL, NULL, 0)) != IDN2_OK) fail ("special #5 failed with %d\n", rc); if ((rc = idn2_register_ul ("foo", NULL, NULL, 0)) != IDN2_OK) fail ("special #6 failed with %d\n", rc); if ((rc = idn2_register_u8 ((uint8_t*)"faß", NULL, NULL, IDN2_NFC_INPUT)) != IDN2_OK) fail ("special #7 failed with %d\n", rc); return error_count; } ����������������������������������������������������������������������������������libidn2-2.0.4/tests/IdnaTest.inc��������������������������������������������������������������������0000644�0000000�0000000�00000007636�13042655033�013314� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* lineno 164 ctr 0 source ¡ uni ¡ ace xn--7a nv8 NV8 line B; ¡; ; xn--7a; NV8 */ { "¡", "xn--7a", -1 }, /* lineno 166 ctr 1 source uni ace nv8 line B; 。; [A4_2]; [A4_2] */ { "", "", IDN2_OK }, /* lineno 269 ctr 2 source ☕ uni ☕ ace xn--53h nv8 NV8 line B; ☕; ; xn--53h; NV8 */ { "☕", "xn--53h", -1 }, /* lineno 272 ctr 3 source uni ace nv8 line N; 1.aß\u200C\u200Db\u200C\u200Dcßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß\u0302ßz; [C1 C2]; [C1 C2 A4_2] # 1.aß‌‍b‌‍cßßßßdςσßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz */ { "", "", IDN2_OK }, /* lineno 533 ctr 4 source xn--ss-1ju. uni ss" "\xe2\x83\x98" ". ace xn--ss-1ju. nv8 NV8 line B; xn--ss-1ju.; ss\u20D8.; xn--ss-1ju.; NV8 # ss⃘. */ { "ss" "\xe2\x83\x98" ".", "xn--ss-1ju.", -1 }, /* lineno 538 ctr 5 source uni ace nv8 line N; \uDB43\uDDD7\u200C⒈.\uDB40\uDF87; [P1 V6 C1]; [P1 V6 C1] # 󠷗‌⒈.󠎇 */ { "", "", IDN2_OK }, /* lineno 1024 ctr 6 source xn--56e26q0321avb7g.xn--h4h uni 🏨ᠣ" "\xe1\xaf\xb1" "" "\xed\xa0\x84" "" "\xed\xb7\x80" ".☠ ace xn--56e26q0321avb7g.xn--h4h nv8 NV8 line B; xn--56e26q0321avb7g.xn--h4h; 🏨ᠣ\u1BF1\uD804\uDDC0.☠; xn--56e26q0321avb7g.xn--h4h; NV8 # 🏨ᠣᯱ𑇀.☠ */ { "🏨ᠣ" "\xe1\xaf\xb1" "" "\xed\xa0\x84" "" "\xed\xb7\x80" ".☠", "xn--56e26q0321avb7g.xn--h4h", -1 }, /* lineno 1027 ctr 7 source uni ace nv8 line N; \u0FAD\u200D\u08FB\u077A.\u0853\u200C\uDB40\uDF44; [P1 V5 V6 B1 C2 B3 C1]; [P1 V5 V6 B1 C2 B3 C1] # ྭ‍ࣻݺ.ࡓ‌󠍄 */ { "", "", IDN2_OK }, /* lineno 2085 ctr 8 source xn--1-yn1bw30gq07b.6.xn--7xh uni ꡖ目姶1.6.╅ ace xn--1-yn1bw30gq07b.6.xn--7xh nv8 NV8 line B; xn--1-yn1bw30gq07b.6.xn--7xh; ꡖ目姶1.6.╅; xn--1-yn1bw30gq07b.6.xn--7xh; NV8 */ { "ꡖ目姶1.6.╅", "xn--1-yn1bw30gq07b.6.xn--7xh", -1 }, /* lineno 2087 ctr 9 source uni ace nv8 line B; \uD803\uDF7C.\uD803\uDE63≾\u0ACD; [P1 V6 B1]; [P1 V6 B1] # 𐽼.𐹣≾્ */ { "", "", IDN2_OK }, /* lineno 2916 ctr 10 source xn--16f130edj8dsszv.xn--e5h11w uni ⴜ𤮹" "\xe1\xb3\xa8" "舛.ⴏ♀ ace xn--16f130edj8dsszv.xn--e5h11w nv8 NV8 line B; xn--16f130edj8dsszv.xn--e5h11w; ⴜ𤮹\u1CE8舛.ⴏ♀; xn--16f130edj8dsszv.xn--e5h11w; NV8 # ⴜ𤮹᳨舛.ⴏ♀ */ { "ⴜ𤮹" "\xe1\xb3\xa8" "舛.ⴏ♀", "xn--16f130edj8dsszv.xn--e5h11w", -1 }, /* lineno 2918 ctr 11 source uni ace nv8 line B; Ⴜ𤮹\u1CE8舛.Ⴏ♀; [P1 V6]; [P1 V6] # Ⴜ𤮹᳨舛.Ⴏ♀ */ { "", "", IDN2_OK }, /* lineno 3486 ctr 12 source xn--88e.xn--pkj uni ᡬ.⳾ ace xn--88e.xn--pkj nv8 NV8 line B; xn--88e.xn--pkj; ᡬ.⳾; xn--88e.xn--pkj; NV8 */ { "ᡬ.⳾", "xn--88e.xn--pkj", -1 }, /* lineno 3489 ctr 13 source uni ace nv8 line N; 쥥\uD95C\uDDABႮ.\u200C⒈⒈ᢝ; [P1 V6 C1]; [P1 V6 C1] # 쥥񧆫Ⴎ.‌⒈⒈ᢝ */ { "", "", IDN2_OK }, /* lineno 3631 ctr 14 source 𝟱。🜎ᢧ uni 5.🜎ᢧ ace 5.xn--xbf5506v nv8 NV8 line B; 𝟱。🜎ᢧ; 5.🜎ᢧ; 5.xn--xbf5506v; NV8 */ { "5.🜎ᢧ", "5.xn--xbf5506v", -1 }, /* lineno 3635 ctr 15 source uni ace nv8 line B; ≮ꡌ。섖쮖ß; [P1 V6]; [P1 V6] */ { "", "", IDN2_OK }, /* lineno 4449 ctr 16 source 🁪.ⴂᠺ\u17143 uni 🁪.ⴂᠺ" "\xe1\x9c\x94" "3 ace xn--jw7h.xn--3-kpjx0e812d nv8 NV8 line B; 🁪.ⴂᠺ\u17143; ; xn--jw7h.xn--3-kpjx0e812d; NV8 # 🁪.ⴂᠺ᜔3 */ { "🁪.ⴂᠺ" "\xe1\x9c\x94" "3", "xn--jw7h.xn--3-kpjx0e812d", -1 }, /* lineno 4452 ctr 17 source uni ace nv8 line B; 軥ᡋ.-\u031D; [V3]; [V3] # 軥ᡋ.-̝ */ { "", "", IDN2_OK }, /* lineno 4787 ctr 18 source xn--2gb0b.xn--zve uni " "\xd8\xb7" "" "\xd9\x89" ".᚜ ace xn--2gb0b.xn--zve nv8 NV8 line B; xn--2gb0b.xn--zve; \u0637\u0649.᚜; xn--2gb0b.xn--zve; NV8 # طى.᚜ */ { "" "\xd8\xb7" "" "\xd9\x89" ".᚜", "xn--2gb0b.xn--zve", -1 }, /* lineno 4789 ctr 19 source uni ace nv8 line B; -\uD99D\uDF79.\u2DE5\u06A2-; [P1 V3 V6 V5 B1]; [P1 V3 V6 V5 B1] # -񷝹.ⷥڢ- */ { "", "", IDN2_OK }, ��������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/test-lookup.c�������������������������������������������������������������������0000644�0000000�0000000�00000141062�13150756263�013537� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* test-lookup.c --- Self tests for IDNA processing Copyright (C) 2011-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <stdint.h> #include <ctype.h> #include <errno.h> #include <idn2.h> #include "unistr.h" /* u32_to_u8, u8_to_u32 */ struct idna { const char *in; const char *out; int rc; int flags; }; static const struct idna idna[] = { /* Corner cases. */ {"", "", IDN2_OK}, {".", ".", IDN2_OK}, {"..", "..", IDN2_OK}, /* XXX should we disallow this? */ /* U+19DA */ {"\xe1\xa7\x9a", "xn--pkf", IDN2_DISALLOWED}, /* UTC's test vectors. */ #include "IdnaTest.inc" /* Start of contribution from "Abdulrahman I. ALGhadir" <aghadir@citc.gov.sa>. */ {"\xd8\xa7\xd9\x84\xd9\x85\xd8\xb1\xd9\x83\xd8\xb2\x2d\xd8\xa7\xd9\x84\xd8\xb3\xd8\xb9\xd9\x88\xd8\xaf\xd9\x8a\x2d\xd9\x84\xd9\x85\xd8\xb9\xd9\x84\xd9\x88\xd9\x85\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd8\xb4\xd8\xa8\xd9\x83\xd8\xa9", "xn------nzebbbijg6cvanqv7ec6ooadfebehlc1fg8c"}, {"\xd8\xb5\xd8\xad\xd8\xa7\xd8\xb1\xd9\x89\x2d\xd9\x86\xd8\xaa", "xn----ymckjvv7jwa"}, {"\xd8\xa5\xd8\xaf\xd8\xa7\xd8\xb1\xd8\xa9\xd8\xa7\xd9\x84\xd8\xaa\xd8\xb1\xd8\xa8\xd9\x8a\xd8\xa9\xd9\x88\xd8\xa7\xd9\x84\xd8\xaa\xd8\xb9\xd9\x84\xd9\x8a\xd9\x85\x2d\xd9\x84\xd9\x84\xd8\xa8\xd9\x86\xd8\xa7\xd8\xaa\x2d\xd8\xa8\xd9\x85\xd8\xad\xd8\xa7\xd9\x81\xd8\xb8\xd8\xa9\xd8\xa7\xd9\x84\xd8\xb9\xd9\x84\xd8\xa7", "xn-----4sdiaabbaaeccgchhdd6d1a9bd4pqal6sqcfcbalbsi6a9d2dh"}, {"\xd8\xa8\xd9\x86\xd9\x83\x2d\xd8\xa7\xd9\x84\xd8\xa8\xd9\x84\xd8\xa7\xd8\xaf", "xn----zmcabc7b5ikbo"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xa8\xd9\x84\xd8\xa7\xd8\xaf\x2d\xd9\x84\xd9\x84\xd8\xa7\xd8\xb3\xd8\xaa\xd8\xab\xd9\x85\xd8\xa7\xd8\xb1", "xn-----ctdabadfpk4bslyf5vuabdaz"}, {"\xd8\xa7\xd9\x86\xd8\xac\xd8\xa7\xd8\xb2", "xn--mgbaoz1h"}, {"\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\xd8\xa7\xd9\x84\xd8\xa7\xd9\x86\xd8\xb8\xd9\x85\xd8\xa9\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb7\xd8\xa9", "xn--jgbgaaagccdh1fra9di4qehidp"}, {"\xd8\xb3\xd9\x86\xd8\xa7\xd9\x81\xd9\x8a", "xn--mgbx7bsw"}, {"\xd8\xa3\xd9\x85\xd8\xa7\xd9\x86\xd8\xa9\xd8\xa7\xd9\x84\xd8\xb9\xd8\xa7\xd8\xb5\xd9\x85\xd8\xa9\xd8\xa7\xd9\x84\xd9\x85\xd9\x82\xd8\xaf\xd8\xb3\xd8\xa9", "xn--igbiaaajcb7czbs0c4hwafghdi"}, {"\xd8\xa7\xd9\x84\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x81\xd9\x86\xd9\x8a\xd8\xa9\x2d\xd9\x84\xd8\xaa\xd9\x88\xd8\xb7\xd9\x8a\xd9\x86\x2d\xd8\xa7\xd9\x84\xd8\xaa\xd9\x82\xd9\x86\xd9\x8a\xd8\xa9", "xn------nzebcjcdhc9eubzc8ixafpgde0bff6b9bgh"}, {"\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xa7\xd9\x86\xd8\xb8\xd9\x85\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb7\xd8\xa9", "xn-----1sdnabaicdej5gtaa9ej8sfhjeq"}, {"\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xa7\xd9\x86\xd8\xb8\xd9\x85\xd8\xa9\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb7\xd8\xa9", "xn----smckaaahcddi8fsaa4ej6rehjdq"}, {"\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\xd8\xa7\xd9\x84\xd8\xa7\xd9\x86\xd8\xb8\xd9\x85\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb7\xd8\xa9", "xn----smcjabahccei8fsaa4ei6rfhiep"}, {"\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\xd8\xa7\xd9\x84\xd9\x85\xd8\xaf\xd8\xa7\xd8\xb1\xd8\xa7\xd9\x84\xd8\xaa\xd9\x82\xd9\x86\xd9\x8a", "xn--jgbgaahj6arna6osaedgx2e"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xa3\xd9\x85\xd9\x88\xd8\xa7\xd9\x84\x2d\xd9\x84\xd9\x84\xd8\xa7\xd8\xb3\xd8\xaa\xd8\xb4\xd8\xa7\xd8\xb1\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa9", "xn------7yeubaabamkhc9gi5akj50azabakbiq1e0d"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xa3\xd9\x85\xd9\x88\xd8\xa7\xd9\x84\x2d\xd9\x84\xd9\x84\xd8\xa7\xd8\xb3\xd8\xaa\xd8\xb4\xd8\xa7\xd8\xb1\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn-------g5fybaababokchc4dwbaxi7bqj59a5abakbdlqg8f0a2e"}, {"\xd9\x85\xd9\x83\xd8\xaa\xd8\xa8\x2d\xd8\xaf\xd8\xa7\xd8\xb1\xd8\xa7\xd9\x84\xd8\xaa\xd9\x85\xd9\x88\xd9\x8a\xd9\x84\x2d\xd9\x84\xd9\x84\xd8\xae\xd8\xaf\xd9\x85\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd8\xaa\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a\xd8\xa9", "xn------ozeabbabsbecc4a0amf7am37a3abbaggkg7f0cq"}, {"\xd9\x87\xd9\x8a\xd8\xa6\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xa3\xd9\x85\xd8\xb1\x2d\xd8\xa8\xd8\xa7\xd9\x84\xd9\x85\xd8\xb9\xd8\xb1\xd9\x88\xd9\x81\x2d\xd9\x88\xd8\xa7\xd9\x84\xd9\x86\xd9\x87\xd9\x8a\x2d\xd8\xb9\xd9\x86\x2d\xd8\xa7\xd9\x84\xd9\x85\xd9\x86\xd9\x83\xd8\xb1", "xn--------ochtjcbcgi9idf3ke2mwbgffejflwcedu1ac5cxa"}, {"\xd8\xa7\xd9\x84\xd8\xb3\xd8\xad\xd9\x8a\xd9\x84\xd9\x8a\x2d\xd9\x84\xd9\x84\xd8\xaa\xd8\xac\xd8\xa7\xd8\xb1\xd8\xa9\x2d\xd9\x88\xd8\xa7\xd9\x84\xd8\xa7\xd9\x86\xd9\x85\xd8\xa7\xd8\xa1", "xn-----usdvbbaaoiwj0dwa8wcbahvu4b9ab"}, {"\xd8\xa7\xd9\x84\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xb3\xd8\xb9\xd9\x88\xd8\xaf\xd9\x8a\xd8\xa9\x2d\xd9\x84\xd9\x84\xd8\xb7\xd8\xa7\xd9\x82\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x83\xd9\x87\xd8\xb1\xd8\xa8\xd8\xa7\xd8\xa6\xd9\x8a\xd8\xa9", "xn------bzenbcbbakfccf0gvbzaad1gvb6p1ahgfagj8fsa1er"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xb5\xd9\x86\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd9\x83\xd9\x87\xd8\xb1\xd8\xa8\xd8\xa7\xd8\xa6\xd9\x8a\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb9\xd8\xaf\xd8\xaf\xd9\x87", "xn------lzedaabachfjii4fati4cza3gm5tkashi3an3bn3g"}, {"\xd8\xa7\xd9\x84\xd9\x87\xd9\x8a\xd8\xa6\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xb9\xd8\xa7\xd9\x85\xd8\xa9\x2d\xd9\x84\xd9\x84\xd8\xba\xd8\xb0\xd8\xa7\xd8\xa1\x2d\xd9\x88\xd8\xa7\xd9\x84\xd8\xaf\xd9\x88\xd8\xa7\xd8\xa1", "xn------0yebzgcabcard9gl3mva5peeagn6b5bd8a"}, {"\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xad\xd8\xaf", "xn--mgbgji6hg"}, {"\xd8\xad\xd8\xa7\xd8\xb3\xd8\xa8", "xn--mgbcnz"}, {"\xd9\x85\xd8\xb5\xd8\xb1\xd9\x81\x2d\xd8\xa7\xd9\x84\xd8\xa5\xd9\x86\xd9\x85\xd8\xa7\xd8\xa1", "xn----nmclhb0d1a1h3aehl"}, {"\xd8\xa7\xd9\x84\xd8\xa3\xd9\x84\xd9\x88\xd9\x83\xd8\xa9", "xn--igbhh7hdb2a"}, {"\xd8\xa5\xd8\xb9\xd9\x85\xd8\xa7\xd8\xb1", "xn--kgbe4a4a1d"}, {"\xd9\x81\xd8\xa7\xd8\xb1\xd9\x85", "xn--mgbu0cs"}, {"\xd9\x81\xd9\x86\xd8\xaa\xd9\x88\xd8\xb1\xd9\x8a", "xn--pgbo0culn"}, {"\xd8\xa7\xd9\x84\xd8\xaa\xd8\xa7\xd8\xac", "xn--mgbaij1j"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb1\xd8\xa7\xd9\x85\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd8\xaf\xd9\x88\xd9\x84\xd9\x8a\xd8\xa9\x2d\xd9\x84\xd9\x84\xd8\xaa\xd9\x82\xd9\x86\xd9\x8a\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn-------05fabckfbcfe2czahavc3dvuka6abcafmr0a0dp7ch"}, {"\xd9\x85\xd8\xa4\xd8\xb3\xd8\xb3\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xb2\xd9\x86\xd9\x8a\xd8\xaa\xd8\xa7\xd9\x86\x2d\xd8\xa7\xd9\x84\xd8\xaa\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a\xd8\xa9", "xn-----1sdnabakgfdy0egla60afg2ac9fk"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb7\xd9\x88\xd8\xaf\x2d\xd9\x84\xd8\xa5\xd8\xaf\xd8\xa7\xd8\xb1\xd8\xa9\x2d\xd9\x88\xd8\xaa\xd8\xb3\xd9\x88\xd9\x8a\xd9\x82\x2d\xd8\xa7\xd9\x84\xd8\xb9\xd9\x82\xd8\xa7\xd8\xb1", "xn-------r5fmcakem8ccwhg4af4duc6ldf3al3gjc2d"}, {"\xd9\x88\xd8\xb2\xd8\xa7\xd8\xb1\xd8\xa9\xd8\xa7\xd9\x84\xd8\xaa\xd8\xac\xd8\xa7\xd8\xb1\xd8\xa9\xd9\x88\xd8\xa7\xd9\x84\xd8\xb5\xd9\x86\xd8\xa7\xd8\xb9\xd8\xa9", "xn--mgbaaaaicceu5cff6c7cxjg1bxl"}, {"\xd8\xa7\xd9\x84\xd8\xa3\xd9\x88\xd9\x84\xd9\x89\x2d\xd9\x84\xd9\x84\xd8\xaa\xd8\xb7\xd9\x88\xd9\x8a\xd8\xb1", "xn----qmclo9a9a1fbba4bghu"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb9\xd8\xb0\xd9\x8a\xd8\xa8\x2d\xd9\x86\xd8\xaa\x2d\xd8\xb3\xd9\x88\xd9\x84\x2d\xd8\xa7\xd9\x84\xd8\xb3\xd8\xb9\xd9\x88\xd8\xaf\xd9\x8a\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn--------gdhbchgcf9byaeaep9bcj7ij1u8acg2ao7dgi7bp"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb9\xd8\xb0\xd9\x8a\xd8\xa8\x2d\xd9\x84\xd9\x84\xd9\x83\xd9\x85\xd8\xa8\xd9\x8a\xd9\x88\xd8\xaa\xd8\xb1\x2d\xd9\x88\xd8\xa7\xd9\x84\xd8\xa7\xd8\xaa\xd8\xb5\xd8\xa7\xd9\x84\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn-------25faaabcbilgdc7cwbaesh4dvb8f3mg1aageerq3gdp2ch"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd9\x85\xd8\xb1\xd8\xa8\xd8\xb7\x2d\xd8\xb9\xd8\xb0\xd8\xa8\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn------qzecbdec3bwagjc8b4cwb1n6akl5e"}, {"\xd9\x87\xd9\x8a\xd8\xa6\xd8\xa9\x2d\xd8\xaa\xd9\x86\xd8\xb8\xd9\x8a\xd9\x85\x2d\xd8\xa7\xd9\x84\xd9\x83\xd9\x87\xd8\xb1\xd8\xa8\xd8\xa7\xd8\xa1\x2d\xd9\x88\xd8\xa7\xd9\x84\xd8\xa7\xd9\x86\xd8\xaa\xd8\xa7\xd8\xac\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xb2\xd8\xaf\xd9\x88\xd8\xac", "xn-------64f1ajacaabfkqi9ac0d2a6a1j9kxahgjsioll2bn2bg"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb9\xd8\xb0\xd9\x8a\xd8\xa8\x2d\xd9\x84\xd9\x84\xd8\xae\xd8\xaf\xd9\x85\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd8\xb7\xd8\xa8\xd9\x8a\xd8\xa9", "xn------pzebcebhg6bmjl8b8cya1pzaagr2io"}, {"\xd8\xb7\xd9\x8a\xd8\xb1\xd8\xa7\xd9\x86\x2d\xd9\x86\xd8\xa7\xd8\xb3", "xn----ymcb1bnt1ib5a"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb9\xd8\xb0\xd9\x8a\xd8\xa8\x2d\xd8\xa7\xd9\x84\xd8\xaa\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn------pzeabcgfcgyr2aaeoj0czg1j3ahy1fsbi"}, {"\xd9\x86\xd8\xa7\xd8\xb3", "xn--mgby7c"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x81\xd9\x86\xd8\xa7\xd8\xb1\x2d\xd9\x84\xd9\x84\xd8\xa5\xd8\xb3\xd8\xaa\xd8\xab\xd9\x85\xd8\xa7\xd8\xb1\x2d\xd8\xa7\xd9\x84\xd8\xaa\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a", "xn------hzeiacbalqdjs6deff2al1zmb0aeaiws9k"}, {"\xd8\xa7\xd9\x84\xd9\x81\xd9\x86\xd8\xa7\xd8\xb1\x2d\xd9\x84\xd8\xa3\xd9\x86\xd8\xb8\xd9\x85\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd8\xa8\xd9\x86\xd8\xa7\xd8\xa1", "xn-----usdgsadaih9f3drftbefnlfh"}, {"\xd8\xa7\xd9\x84\xd9\x81\xd9\x86\xd8\xa7\xd8\xb1\x2d\xd9\x84\xd9\x84\xd8\xa3\xd9\x86\xd8\xb8\xd9\x85\xd8\xa9\x2d\xd8\xa7\xd9\x84\xd9\x83\xd9\x87\xd8\xb1\xd8\xa8\xd8\xa7\xd8\xa6\xd9\x8a\xd8\xa9", "xn-----zsdnbadaihf1gf8g4frbheafrog5a3f"}, {"\xd8\xb4\xd8\xb1\xd9\x83\xd8\xa9\x2d\xd8\xb9\xd8\xb0\xd9\x8a\xd8\xa8\x2d\xd8\xa8\xd9\x8a\xd8\xb1\xd8\xaf\xd8\xa7\xd9\x86\xd8\xa7\x2d\xd9\x84\xd9\x84\xd9\x85\xd9\x82\xd8\xa7\xd9\x88\xd9\x84\xd8\xa7\xd8\xaa\x2d\xd8\xa7\xd9\x84\xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\xd8\xa9", "xn-------15fababcbill1cxajaerg2d2g1jma2bacewis7ej9bd"}, /* End of contribution from "Abdulrahman I. ALGhadir" <aghadir@citc.gov.sa>. */ /* These comes from http://www.iana.org/domains/root/db see gen-idn-tld-tv.pl */ {"\xe6\xb5\x8b\xe8\xaf\x95", "xn--0zwm56d" }, {"\xe0\xa4\xaa\xe0\xa4\xb0\xe0\xa5\x80\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xb7\xe0\xa4\xbe", "xn--11b5bs3a9aj6g" }, {"\xed\x95\x9c\xea\xb5\xad", "xn--3e0b707e" }, {"\xe0\xa6\xad\xe0\xa6\xbe\xe0\xa6\xb0\xe0\xa6\xa4", "xn--45brj9c" }, {"\xd0\x98\xd0\xa1\xd0\x9f\xd0\xab\xd0\xa2\xd0\x90\xd0\x9d\xd0\x98\xd0\x95", "xn--80akhbyknj4f", IDN2_DISALLOWED }, /* iana bug */ {"испытание", "xn--80akhbyknj4f" }, /* corrected */ {"\xd0\xa1\xd0\xa0\xd0\x91", "xn--90a3ac", IDN2_DISALLOWED }, /* iana bug */ {"срб", "xn--90a3ac" }, /* corrected */ {"\xed\x85\x8c\xec\x8a\xa4\xed\x8a\xb8", "xn--9t4b11yi5a" }, {"\xe0\xae\x9a\xe0\xae\xbf\xe0\xae\x99\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xaf\x82\xe0\xae\xb0\xe0\xaf\x8d", "xn--clchc0ea0b2g2a9gcd" }, {"\xd7\x98\xd7\xa2\xd7\xa1\xd7\x98", "xn--deba0ad" }, {"\xe4\xb8\xad\xe5\x9b\xbd", "xn--fiqs8s" }, {"\xe4\xb8\xad\xe5\x9c\x8b", "xn--fiqz9s" }, {"\xe0\xb0\xad\xe0\xb0\xbe\xe0\xb0\xb0\xe0\xb0\xa4\xe0\xb1\x8d", "xn--fpcrj9c3d" }, {"\xe0\xb6\xbd\xe0\xb6\x82\xe0\xb6\x9a\xe0\xb7\x8f", "xn--fzc2c9e2c" }, {"\xe6\xb8\xac\xe8\xa9\xa6", "xn--g6w251d" }, {"\xe0\xaa\xad\xe0\xaa\xbe\xe0\xaa\xb0\xe0\xaa\xa4", "xn--gecrj9c" }, {"\xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa4", "xn--h2brj9c" }, {"\xd8\xa2\xd8\xb2\xd9\x85\xd8\xa7\xdb\x8c\xd8\xb4\xdb\x8c", "xn--hgbk6aj7f53bba" }, {"\xe0\xae\xaa\xe0\xae\xb0\xe0\xae\xbf\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\x9a\xe0\xaf\x88", "xn--hlcj6aya9esc7a" }, {"\xe9\xa6\x99\xe6\xb8\xaf", "xn--j6w193g" }, {"\xce\x94\xce\x9f\xce\x9a\xce\x99\xce\x9c\xce\x89", "xn--jxalpdlp", IDN2_DISALLOWED }, /* iana bug */ {"δοκιμή", "xn--jxalpdlp" }, {"\xd8\xa5\xd8\xae\xd8\xaa\xd8\xa8\xd8\xa7\xd8\xb1", "xn--kgbechtv" }, {"\xe5\x8f\xb0\xe6\xb9\xbe", "xn--kprw13d" }, {"\xe5\x8f\xb0\xe7\x81\xa3", "xn--kpry57d" }, {"\xd8\xa7\xd9\x84\xd8\xac\xd8\xb2\xd8\xa7\xd8\xa6\xd8\xb1", "xn--lgbbat1ad8j" }, {"\xd8\xb9\xd9\x85\xd8\xa7\xd9\x86", "xn--mgb9awbf" }, {"\xd8\xa7\xdb\x8c\xd8\xb1\xd8\xa7\xd9\x86", "xn--mgba3a4f16a" }, {"\xd8\xa7\xd9\x85\xd8\xa7\xd8\xb1\xd8\xa7\xd8\xaa", "xn--mgbaam7a8h" }, {"\xd8\xa7\xd9\x84\xd8\xa7\xd8\xb1\xd8\xaf\xd9\x86", "xn--mgbayh7gpa" }, {"\xd8\xa8\xda\xbe\xd8\xa7\xd8\xb1\xd8\xaa", "xn--mgbbh1a71e" }, {"\xd8\xa7\xd9\x84\xd9\x85\xd8\xba\xd8\xb1\xd8\xa8", "xn--mgbc0a9azcg" }, {"\xd8\xa7\xd9\x84\xd8\xb3\xd8\xb9\xd9\x88\xd8\xaf\xd9\x8a\xd8\xa9", "xn--mgberp4a5d4ar" }, {"\xe1\x83\x92\xe1\x83\x94", "xn--node" }, {"\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2", "xn--o3cw4h" }, {"\xd8\xb3\xd9\x88\xd8\xb1\xd9\x8a\xd8\xa9", "xn--ogbpf8fl" }, {"\xd0\xa0\xd0\xa4", "xn--p1ai", IDN2_DISALLOWED }, /* iana bug */ {"рф", "xn--p1ai" }, /* corrected */ {"\xd8\xaa\xd9\x88\xd9\x86\xd8\xb3", "xn--pgbs0dh" }, {"\xe0\xa8\xad\xe0\xa8\xbe\xe0\xa8\xb0\xe0\xa8\xa4", "xn--s9brj9c" }, {"\xd9\x85\xd8\xb5\xd8\xb1", "xn--wgbh1c" }, {"\xd9\x82\xd8\xb7\xd8\xb1", "xn--wgbl6a" }, {"\xe0\xae\x87\xe0\xae\xb2\xe0\xae\x99\xe0\xaf\x8d\xe0\xae\x95\xe0\xaf\x88", "xn--xkc2al3hye2a" }, {"\xe0\xae\x87\xe0\xae\xa8\xe0\xaf\x8d\xe0\xae\xa4\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbe", "xn--xkc2dl3a5ee0h" }, {"\xe6\x96\xb0\xe5\x8a\xa0\xe5\x9d\xa1", "xn--yfro4i67o" }, {"\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86", "xn--ygbi2ammx" }, {"\xe3\x83\x86\xe3\x82\xb9\xe3\x83\x88", "xn--zckzah" }, /* end of IANA strings */ /* the following comes from IDNA2003 libidn with some new variants inspired by the old test vectors */ {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xc3\xad\x64\x6e", "example.xn--dn-mja" /* 1-1-1 Has an IDN in just the TLD */ }, {"\xc3\xab\x78\x2e\xc3\xad\x64\x6e", "xn--x-ega.xn--dn-mja" /* 1-1-2 Has an IDN in the TLD and SLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xc3\xa5\xc3\xbe\xc3\xa7", "example.xn--5cae2e" /* 1-2-1 Latin-1 TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xc4\x83\x62\xc4\x89", "example.xn--b-rhat" /* 1-2-2 Latin Extended A TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xc8\xa7\xc6\x80\xc6\x88", "example.xn--lhaq98b" /* 1-2-3 Latin Extended B TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\xb8\x81\xe1\xb8\x83\xe1\xb8\x89", "example.xn--2fges" /* 1-2-4 Latin Extended Additional TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe4\xb8\xbf\xe4\xba\xba\xe5\xb0\xb8", "example.xn--xiqplj17a" /* 1-3-1 Han TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe3\x81\x8b\xe3\x81\x8c\xe3\x81\x8d", "example.xn--u8jcd" /* 1-3-2 Hiragana TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe3\x82\xab\xe3\x82\xac\xe3\x82\xad", "example.xn--lckcd" /* 1-3-3 Katakana TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\x84\x80\xe1\x85\xa1\xe1\x86\xa8", "example.xn--p39a", IDN2_NOT_NFC /* 1-3-4 Hangul Jamo TLD */ /* Don't resolve as example.xn--ypd8qrh */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xea\xb1\xa9\xeb\x93\x86\xec\x80\xba", "example.xn--o69aq2nl0j" /* 1-3-5 Hangul TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xea\x80\x8a\xea\x80\xa0\xea\x8a\xb8", "example.xn--6l7arby7j" /* 1-3-6 Yi TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xce\xb1\xce\xb2\xce\xb3", "example.xn--mxacd" /* 1-3-7 Greek TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\xbc\x82\xe1\xbc\xa6\xe1\xbd\x95", "example.xn--fng7dpg" /* 1-3-8 Greek Extended TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xd0\xb0\xd0\xb1\xd0\xb2", "example.xn--80acd" /* 1-3-9 Cyrillic TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xd5\xa1\xd5\xa2\xd5\xa3", "example.xn--y9acd" /* 1-3-10 Armeian TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\x83\x90\xe1\x83\x91\xe1\x83\x92", "example.xn--lodcd" /* 1-3-11 Georgian TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe2\x88\xa1\xe2\x86\xba\xe2\x8a\x82", "example.xn--b7gxomk", /* 1-4-1 Symbols TLD */ IDN2_DISALLOWED /* valid IDNA2003 invalid IDNA2008 */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xa4\x95\xe0\xa4\x96\xe0\xa4\x97", "example.xn--11bcd" /* 1-5-1 Devanagari TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xa6\x95\xe0\xa6\x96\xe0\xa6\x97", "example.xn--p5bcd" /* 1-5-2 Bengali TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xa8\x95\xe0\xa8\x96\xe0\xa8\x97", "example.xn--d9bcd" /* 1-5-3 Gurmukhi TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xaa\x95\xe0\xaa\x96\xe0\xaa\x97", "example.xn--0dccd" /* 1-5-4 Gujarati TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xac\x95\xe0\xac\x96\xe0\xac\x97", "example.xn--ohccd" /* 1-5-5 Oriya TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xae\x95\xe0\xae\x99\xe0\xae\x9a", "example.xn--clcid" /* 1-5-6 Tamil TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xb0\x95\xe0\xb0\x96\xe0\xb0\x97", "example.xn--zoccd" /* 1-5-7 Telugu TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xb2\x95\xe0\xb2\x96\xe0\xb2\x97", "example.xn--nsccd" /* 1-5-8 Kannada TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xb4\x95\xe0\xb4\x96\xe0\xb4\x97", "example.xn--bwccd" /* 1-5-9 Malayalam TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xb6\x9a\xe0\xb6\x9b\xe0\xb6\x9c", "example.xn--3zccd" /* 1-5-10 Sinhala TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xb8\x81\xe0\xb8\x82\xe0\xb8\x83", "example.xn--12ccd" /* 1-5-11 Thai TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xba\x81\xe0\xba\x82\xe0\xba\x84", "example.xn--p6ccg" /* 1-5-12 Lao TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe0\xbd\x80\xe0\xbd\x81\xe0\xbd\x82", "example.xn--5cdcd" /* 1-5-13 Tibetan TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\x80\x80\xe1\x80\x81\xe1\x80\x82", "example.xn--nidcd" /* 1-5-14 Myanmar TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\x9e\x80\xe1\x9e\x81\xe1\x9e\x82", "example.xn--i2ecd" /* 1-5-15 Khmer TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xe1\xa0\xa0\xe1\xa0\xa1\xe1\xa0\xa2", "example.xn--26ecd" /* 1-5-16 Mongolian TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xd8\xa7\xd8\xa8\xd8\xa9", "example.xn--mgbcd" /* 1-6-1 Arabic TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xd7\x90\xd7\x91\xd7\x92", "example.xn--4dbcd" /* 1-6-2 Hebrew TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xdc\x90\xdc\x91\xdc\x92", "example.xn--9mbcd" /* 1-6-3 Syriac TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\x61\x62\x63\xe3\x82\xab\xe3\x82\xac\xe3\x82\xad", "example.xn--abc-mj4bfg" /* 1-7-1 ASCII and non-Latin TLD */ }, {"\x65\x78\x61\x6d\x70\x6c\x65\x2e\xc3\xa5\xc3\xbe\xc3\xa7\xe3\x82\xab\xe3\x82\xac\xe3\x82\xad", "example.xn--5cae2e328wfag" /* 1-7-2 Latin (non-ASCII) and non-Latin TLD */ }, {"\xc3\xad\x21\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-1-1 Includes ! before Nameprep */ /* Don't resolve as xn--!dn-qma.example */ }, {"\xc3\xad\x24\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-1-2 Includes $ before Nameprep */ /* Don't resolve as xn--$dn-qma.example */ }, {"\xc3\xad\x2b\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-1-3 Includes + before Nameprep */ /* Don't resolve as xn--+dn-qma.example */ }, {"\x2d\xc3\xad\x31\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn---1dn-vpa.example" /* 2-3-2-1 Leading hyphen before Nameprep */ /* Don't resolve as xn---1dn-vpa.example */ /* Valid according to IDNA2008-lookup! */ }, {"\xc3\xad\x31\x64\x6e\x2d\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--1dn--upa.example" /* 2-3-2-2 Trailing hyphen before Nameprep */ /* Don't resolve as xn--1dn--upa.example */ /* Valid according to IDNA2008-lookup! */ }, {"\xc3\xad\xef\xbc\x8b\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-3-1 Gets a + after Nameprep */ /* Don't resolve as xn--dn-mja0331x.example */ }, {"\xc3\xad\xe2\x81\xbc\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-3-2 Gets a = after Nameprep */ /* Don't resolve as xn--dn-mja0343a.example */ }, {"\xef\xb9\xa3\xc3\xad\x32\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-4-1 Leading hyphen after Nameprep */ /* Don't resolve as xn--2dn-qma32863a.example */ /* Don't resolve as xn---2dn-vpa.example */ }, {"\xc3\xad\x32\x64\x6e\xef\xbc\x8d\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 2-3-4-2 Trailing hyphen after Nameprep */ /* Don't resolve as xn--2dn-qma79363a.example */ /* Don't resolve as xn--2dn--upa.example */ }, {"\xc2\xb9\x31\x2e\x65\x78\x61\x6d\x70\x6c\x65", "11.example", IDN2_DISALLOWED /* 2-4-1 All-ASCII check, Latin */ }, {"\xe2\x85\xa5\x76\x69\x2e\x65\x78\x61\x6d\x70\x6c\x65", "vivi.example", IDN2_DISALLOWED /* 2-4-2 All-ASCII check, symbol */ }, {"\xc3\x9f\x73\x73\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--ss-fia.example" /* 2-4-3 All-ASCII check, sharp S */ /* Different output in IDNA2008-lookup compared to IDNA2003! */ }, {"\x78\x6e\x2d\x2d\xc3\xaf\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_2HYPHEN /* 2-5-1 ACE prefix before Nameprep, body */ /* Don't resolve as xn--xn--dn-sja.example */ /* Don't resolve as xn--dn-sja.example */ }, {"\xe2\x85\xb9\x6e\x2d\x2d\xc3\xa4\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_2HYPHEN /* 2-5-2 ACE prefix before Nameprep, prefix */ /* Don't resolve as xn--xn--dn-uia.example */ /* Don't resolve as xn--dn-uia.example */ }, {"", "" /* 2-8-1 Zero-length label after Nameprep */ /* Don't resolve as xn--kba.example */ /* Don't resolve as xn--.example */ }, {"\x33\x30\x30\x32\x2d\x74\x65\x73\x74\xe3\x80\x82\xc3\xad\x64\x6e", "3002-test.xn--dn-mja", IDN2_DISALLOWED /* 2-9-1 U+3002 acts as a label separator */ /* Don't resolve as xn--3002-testdn-wcb2087m.example */ /* Not valid in IDNA2008! */ }, {"\x66\x66\x30\x65\x2d\x74\x65\x73\x74\xef\xbc\x8e\xc3\xad\x64\x6e", "ff0e-test.xn--dn-mja", IDN2_DISALLOWED /* 2-9-2 U+FF0E acts as a label separator */ /* Don't resolve as xn--ff0e-testdn-wcb45865f.example */ /* Not valid in IDNA2008! */ }, {"\x66\x66\x36\x31\x2d\x74\x65\x73\x74\xef\xbd\xa1\xc3\xad\x64\x6e", "ff61-test.xn--dn-mja", IDN2_DISALLOWED /* 2-9-3 U+FF61 acts as a label separator */ /* Don't resolve as xn--ff61-testdn-wcb33975f.example */ /* Not valid in IDNA2008! */ }, {"\x30\x30\x61\x64\x6f\x75\x74\xc2\xad\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--00adoutdn-m5a.example", IDN2_DISALLOWED /* 4-1-1-1 00adout<00AD><00ED>dn.example -> 00adout<00ED>dn.example */ /* Don't resolve as xn--00adoutdn-cna81e.example */ /* Not valid in IDNA2008! */ }, {"\x32\x30\x30\x64\x6f\x75\x74\xe2\x80\x8d\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--200doutdn-m5a.example", IDN2_CONTEXTJ /* 4-1-1-2 200dout<200D><00ED>dn.example -> 200dout<00ED>dn.example */ /* Don't resolve as xn--200doutdn-m5a1678f.example */ /* Not valid in IDNA2008!" */ }, /* To find Virama's, use: grep -E '^[^;]+;[^;]+;[^;]+;9;' UnicodeData.txt */ {"\xe0\xa5\x8d\xe2\x80\x8d", "", IDN2_LEADING_COMBINING /* U+094D U+200D => U+094D is combining mark */ }, {"foo\xe0\xa5\x8d\xe2\x80\x8d", "xn--foo-umh4320a", IDN2_OK /* foo U+094D U+200D => OK due to Virama + U+200D. */ }, {"foo𐨿\xe2\x80\x8d\x65\x65", "xn--fooee-zt3bn006o", IDN2_OK /* foo U+10A3F U+200D ee => OK due to Virama + U+200D. */ }, {"foo྄\xe2\x80\x8d\x65\x65", "xn--fooee-c3s855o", IDN2_OK /* foo U+0f84 U+200D ee => OK due to Virama + U+200D. */ }, {"foo᮪\xe2\x80\x8d\x65\x65", "xn--fooee-hc8as55a", IDN2_OK /* foo U+1bAA (Mc) U+200D ee => OK due to Virama + U+200D. */ }, {"\x73\x69\x6d\x70\x6c\x65\x63\x61\x70\x44\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--simplecapddn-1fb.example", IDN2_DISALLOWED /* 4-1-2-1 simplecap<0044><00ED>dn.example -> simplecap<0064><00ED>dn.example */ /* Uppercase not valid in IDNA2008! */ }, {"\x6c\x61\x74\x69\x6e\x74\x6f\x67\x72\x65\x65\x6b\xc2\xb5\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--latintogreekdn-cmb716i.example", IDN2_DISALLOWED /* 4-1-2-2 latintogreek<00B5><00ED>dn.example -> latintogreek<03BC><00ED>dn.example */ /* Don't resolve as xn--latintogreekdn-cxa01g.example */ /* B5 not valid in IDNA2008! */ }, {"\x6c\x61\x74\x69\x6e\x65\x78\x74\xc3\x87\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--latinextdn-v6a6e.example", IDN2_DISALLOWED /* 4-1-2-3 latinext<00C7><00ED>dn.example -> latinext<00E7><00ED>dn.example */ /* Don't resolve as xn--latinextdn-twa07b.example */ /* C7 not valid in IDNA2008! */ }, {"\x73\x68\x61\x72\x70\x73\xc3\x9f\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--sharpsdn-vya4l.example" /* 4-1-2-4 sharps<00DF><00ED>dn.example -> sharpsss<00ED>dn.example */ /* Don't resolve as xn--sharpsdn-vya4l.example */ /* Changed in IDNA2008! */ }, {"\x74\x75\x72\x6b\x69\x73\x68\x69\xc4\xb0\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--turkishiidn-wcb701e.example", IDN2_DISALLOWED /* 4-1-2-5 turkishi<0130><00ED>dn.example -> turkishi<0069><0307><00ED>dn.example */ /* Don't resolve as xn--turkishidn-r8a71f.example */ /* U+0130 not valid in IDNA2008! */ }, {"\x65\x78\x70\x74\x77\x6f\xc5\x89\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--exptwondn-m5a502c.example", IDN2_DISALLOWED /* 4-1-2-6 exptwo<0149><00ED>dn.example -> exptwo<02BC><006E><00ED>dn.example */ /* Don't resolve as xn--exptwodn-h2a33g.example */ /* U+0149 not valid in IDNA2008 */ }, {"\x61\x64\x64\x66\x6f\x6c\x64\xcf\x92\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--addfolddn-m5a121f.example", IDN2_DISALLOWED /* 4-1-2-7 addfold<03D2><00ED>dn.example -> addfold<03C5><00ED>dn.example */ /* Don't resolve as xn--addfolddn-m5a462f.example */ /* U+03D2 not valid in IDNA2008 */ }, {"\x65\x78\x70\x74\x68\x72\x65\x65\xe1\xbd\x92\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--expthreedn-r8a5844g.example" /* 4-1-2-8 expthree<1F52><00ED>dn.example -> expthree<03C5><0313><0300><00ED>dn.example */ }, {"\x6e\x6f\x6e\x62\x6d\x70\xf0\x90\x90\x80\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--nonbmpdn-h2a34747d.example", IDN2_DISALLOWED /* 4-1-2-9 nonbmp<10400><00ED>dn.example -> nonbmp<10428><00ED>dn.example */ /* Don't resolve as xn--nonbmpdn-h2a37046d.example */ /* U+10400 not valid under IDNA2008 */ }, {"\x6e\x6f\x6e\x62\x6d\x70\x74\x6f\x61\x73\x63\x69\x69\xf0\x9d\x90\x80\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--nonbmptoasciiadn-msb.example", IDN2_DISALLOWED /* 4-1-2-10 nonbmptoascii<1D400><00ED>dn.example -> nonbmptoasciia<00ED>dn.example */ /* Don't resolve as xn--nonbmptoasciidn-hpb54112i.example */ /* U+1d400 not valid IDNA2008 */ }, {"\x72\x65\x67\x63\x6f\x6d\x62\x65\xcc\x81\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--regcombdn-h4a8b.example", IDN2_NOT_NFC /* 4-2-1-1 regcomb<0065><0301><00ED>dn.example -> regcomb<00E9><00ED>dn.example */ /* Don't resolve as xn--regcombedn-r8a794d.example */ /* Input not NFC */ }, {"regcombéídn.example", "xn--regcombdn-h4a8b.example" /* NFKC of previous */ }, {"\x63\x6f\x6d\x62\x61\x6e\x64\x63\x61\x73\x65\x45\xcc\x81\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--combandcasedn-lhb4d.example", IDN2_NOT_NFC /* 4-2-1-2 combandcase<0045><0301><00ED>dn.example -> combandcase<00E9><00ED>dn.example */ /* Don't resolve as xn--combandcaseedn-cmb526f.example */ }, {"combandcaseÉídn.example", "xn--combandcasedn-lhb4d.example", IDN2_DISALLOWED /* NFKC of previous, uppercase not IDNA2008-valid */ }, {"combandcaseéídn.example", "xn--combandcasedn-lhb4d.example" /* Lower case of previous */ }, {"\x61\x64\x6a\x63\x6f\x6d\x62\xc2\xba\xcc\x81\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--adjcombdn-m5a9d.example", IDN2_DISALLOWED /* 4-2-1-3 adjcomb<00BA><0301><00ED>dn.example -> adjcomb<00F3><00ED>dn.example */ /* Don't resolve as xn--adjcombdn-1qa57cp3r.example */ /* U+00BA not IDNA2008-valid */ }, {"\x65\x78\x74\x63\x6f\x6d\x62\x6f\x63\xcc\x81\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--extcombodn-r8a52a.example", IDN2_NOT_NFC /* 4-2-1-4 extcombo<0063><0301><00ED>dn.example -> extcombo<0107><00ED>dn.example */ /* Don't resolve as xn--extcombocdn-wcb920e.example */ }, {"extcomboćídn.example", "xn--extcombodn-r8a52a.example" /* NFKC of previous */ }, {"\x64\x6f\x75\x62\x6c\x65\x64\x69\x61\x63\x31\x75\xcc\x88\xcc\x81\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--doublediac1dn-6ib836a.example", IDN2_NOT_NFC /* 4-2-1-5 doublediac1<0075><0308><0301><00ED>dn.example -> doublediac2<01D8><00ED>dn.example */ /* Don't resolve as xn--doublediac1udn-cmb526fnd.example */ }, {"doublediac1ǘídn.example", "xn--doublediac1dn-6ib836a.example" /* NFKC of previous */ }, {"\x64\x6f\x75\x62\x6c\x65\x64\x69\x61\x63\x32\x75\xcc\x81\xcc\x88\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--doublediac2dn-6ib8qs73a.example", IDN2_NOT_NFC /* 4-2-1-6 doublediac2<0075><0301><0308><00ED>dn.example -> doublediac2<01D8><00ED>dn.example */ /* Don't resolve as xn--doublediac2udn-cmb526fod.example */ }, {"doublediac2ú̈ídn.example", "xn--doublediac2dn-6ib8qs73a.example" /* 4-2-1-6 doublediac2<0075><0301><0308><00ED>dn.example -> doublediac2<01D8><00ED>dn.example */ /* Don't resolve as xn--doublediac2udn-cmb526fod.example */ }, {"\x6e\x65\x77\x6e\x6f\x72\x6d\xf0\xaf\xa1\xb4\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--newnormdn-m5a7856x.example", IDN2_NOT_NFC /* 4-2-2-1 newnorm<2F874><00ED>dn.example -> newnorm<5F33><00ED>dn.example should not become <5F53> */ /* Don't resolve as xn--newnormdn-m5a9396x.example */ /* Don't resolve as xn--newnormdn-m5a9968x.example */ /* U+2f876 not IDNA2008-valid */ }, {"\xe2\x80\x80\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_NOT_NFC /* 4-3-1 Spacing */ /* Don't resolve as xn--dn-mja3392a.example */ }, {" ídn.example", "", IDN2_DISALLOWED /* NFKC of previous. U+0020 */ }, {"\xdb\x9d\xc3\xad\x64\x6e\x2d\x32\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-2 Control */ /* Don't resolve as xn--dn-2-upa332g.example */ }, {"\xee\x80\x85\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-3 Private use */ /* Don't resolve as xn--dn-mja1659t.example */ }, {"\xf3\xb0\x80\x85\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-4 Private use, non-BMP */ /* Don't resolve as xn--dn-mja7922x.example */ }, {"\xef\xb7\x9d\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-5 Non-character */ /* Don't resolve as xn--dn-mja1210x.example */ }, {"\xf0\x9f\xbf\xbe\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-6 Non-character, non-BMP */ /* Don't resolve as xn--dn-mja7922x.example */ }, {"\xef\xbf\xbd\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-7 Surrogate points */ /* Don't resolve as xn--dn-mja7922x.example */ }, {"\xef\xbf\xba\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-8 Inappropriate for plain */ /* Don't resolve as xn--dn-mja5822x.example */ }, {"\xe2\xbf\xb5\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-9 Inappropriate for canonical */ /* Don't resolve as xn--dn-mja3729b.example */ }, {"\xe2\x81\xaa\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-10 Change display simple */ /* Don't resolve as xn--dn-mja7533a.example */ }, {"\xe2\x80\x8f\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-11 Change display RTL */ /* Don't resolve as xn--dn-mja3992a.example */ }, {"\xf3\xa0\x80\x81\xf3\xa0\x81\x85\xf3\xa0\x81\x8e\x68\x69\x69\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_DISALLOWED /* 4-3-12 Language tags */ /* Don't resolve as xn--hiidn-km43aaa.example */ }, {"\xd8\xa8\x6f\xd8\xb8\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_BIDI /* 4-4-1 Arabic RandALCat-LCat-RandALCat */ /* Don't resolve as xn--o-0mc3c.example */ }, {"\xd8\xa8\xd8\xb8\x6f\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_BIDI /* 4-4-2 Arabic RandALCat-RandALCat-other */ /* Don't resolve as xn--o-0mc2c.example */ }, {"\x6f\xd8\xa8\xd8\xb8\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_BIDI /* 4-4-3 Arabic other-RandALCat-RandALCat */ /* Don't resolve as xn--o-1mc2c.example */ }, {"\xd7\x91\x6f\xd7\xa1\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_BIDI /* 4-4-4 Hebrew RandALCat-LCat-RandALCat */ /* Don't resolve as xn--o-1hc3c.example */ }, {"\xd7\x91\xd7\xa1\x6f\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_BIDI /* 4-4-5 Hebrew RandALCat-RandALCat-other */ /* Don't resolve as xn--o-1hc2c.example */ }, {"\x6f\xd7\x91\xd7\xa1\x2e\x65\x78\x61\x6d\x70\x6c\x65", "", IDN2_BIDI /* 4-4-6 Hebrew other-RandALCat-RandALCat */ /* Don't resolve as xn--o-2hc2c.example */ }, {"\xc8\xb7\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--dn-mja33k.example" /* 5-1-1 Unassigned in BMP; zone editors should reject */ }, {"\xf0\x90\x88\x85\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--dn-mja7734x.example", IDN2_UNASSIGNED /* 5-1-2 Unassinged outside BMP; zone editors should reject */ /* Don't resolve as xn--dn-mja7922x.example */ }, {"\xc8\xb4\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--dn-mja12k.example" /* 5-2-1 Newly assigned in BMP; zone editors should reject */ }, {"\xf0\x90\x80\x85\xc3\xad\x64\x6e\x2e\x65\x78\x61\x6d\x70\x6c\x65", "xn--dn-mja9232x.example" /* 5-2-2 Newly assigned outside of BMP; zone editors should reject */ /* Don't resolve as xn--dn-mja7922x.example */ }, /* Created while writing Libidn2 to trigger certain code paths. */ { "\xe2\x80\x8c", "", IDN2_CONTEXTJ /* Standalone contextj U+200C. */ }, { "foo\xe2\x80\x8c\x65\x65", "", IDN2_CONTEXTJ /* Contextj U+200C with surrounding joining characters. */ }, { "\xdd\x90\xe2\x80\x8c\x65", "", IDN2_CONTEXTJ /* Contextj: U+0750 (0xD9 0x84) U+200C e. U+0750 is D. */ }, { "\xdd\x90\xe2\x80\x8c\xdd\x90", "xn--3oba901q", IDN2_OK /* Contextj: U+0750 (0xDD 0x90) U+200C U+0750. U+0750 is D. */ }, { "\xdd\x90\xcc\x80\xe2\x80\x8c\xcc\x80\xcc\x80\xcc\x80\xdd\x90", "xn--ksaaaa036cea4345b", IDN2_OK /* Contextj: U+750 U+0300 U+200C U+0300 U+0300 U+0300 U+0750. U+0300 is T, U+0750 is D. */ }, { "\xd8\xa8\xe2\x80\x8c\xd8\xa7\xe2\x80\x8c\xd8\xa7", "", IDN2_CONTEXTJ /* Contextj: U+0628 U+200C U+0627 U+200C U+0627. http://article.gmane.org/gmane.ietf.idnabis/7366 */ }, { "\xc2\xb7", "xn--uba", IDN2_OK /* Contexto: Lookup of U+00B7 should succeed. */ }, { "\xd0\x94\xd0\xb0\xc1\x80", "", IDN2_ENCODING_ERROR }, { "\xe2\x84\xa6", "", IDN2_NOT_NFC }, #if 0 /* reject or not? */ { "ab--", "", IDN2_2HYPHEN }, #endif { "--", "--", IDN2_OK }, { "\xcd\x8f", "", IDN2_LEADING_COMBINING /* CCC=0 GC=M */ }, { "\xd2\x88", "", IDN2_LEADING_COMBINING /* CCC=0 GC=M */ }, { "\xcc\x80", "", IDN2_LEADING_COMBINING /* CCC!=0 GC=Mn */ }, { "\xe1\xad\x84", "", IDN2_LEADING_COMBINING /* CCC!=0 GC=Mc */ }, { "", "", IDN2_OK }, { "\xc2\xb8", "", IDN2_DISALLOWED }, { "\xf4\x8f\xbf\xbf", "", IDN2_DISALLOWED }, { "\xe2\x80\x8d", "", IDN2_CONTEXTJ }, { "\xcd\xb8", "", IDN2_UNASSIGNED }, { "\xcd\xb9", "", IDN2_UNASSIGNED }, { "\x72\xc3\xa4\x6b\x73\x6d\xc3\xb6\x72\x67\xc3\xa5\x73", "xn--rksmrgs-5wao1o", IDN2_OK }, { "1\xde\x86", "", IDN2_BIDI /* Check that bidi rejects leading non-L/R/AL characters in bidi strings */ }, { "f\xd7\x99", "", IDN2_BIDI /* check that ltr string cannot contain R character */ }, { "-", "-", IDN2_OK }, { "-a", "-a", IDN2_OK }, { "a-", "a-", IDN2_OK }, { "-a", "-a", IDN2_OK }, { "-a-", "-a-", IDN2_OK }, { "foo", "foo", IDN2_OK }, {"\xe2\x84\xab", "", IDN2_NOT_NFC}, {"\xe2\x84\xa6", "", IDN2_NOT_NFC}, { /* blåbærgrød.no composed */ "\x62\x6c\xc3\xa5\x62\xc3\xa6\x72\x67\x72\xc3\xb8\x64\x2e\x6e\x6f", "xn--blbrgrd-fxak7p.no", IDN2_OK }, { /* blåbærgrød.no partially decomposed */ "\x62\x6c\x61\xcc\x8a\x62\xc3\xa6\x72\x67\x72\xc3\xb8\x64\x2e\x6e\x6f", "", IDN2_NOT_NFC }, { /* blåbærgrød.no partially decomposed */ "\x62\x6c\x61\xcc\x8a\x62\xc3\xa6\x72\x67\x72\xc3\xb8\x64\x2e\x6e\x6f", "xn--blbrgrd-fxak7p.no", IDN2_OK, IDN2_NFC_INPUT }, { /* blåbærgrød.no partially decomposed */ "\x62\x6c\x61\xcc\x8a\x62\xc3\xa6\x72\x67\x72\xc3\xb8\x64\x2e\x6e\x6f", "xn--blbrgrd-fxak7p.no", IDN2_OK, IDN2_TRANSITIONAL }, { /* blåbærgrød.no partially decomposed */ "\x62\x6c\x61\xcc\x8a\x62\xc3\xa6\x72\x67\x72\xc3\xb8\x64\x2e\x6e\x6f", "xn--blbrgrd-fxak7p.no", IDN2_OK, IDN2_NONTRANSITIONAL }, { /* 0x00FFFFFF, character with 5 bytes UTF-8 representation */ "\xf8\xbf\xbf\xbf\xbf", "", IDN2_ENCODING_ERROR, IDN2_NONTRANSITIONAL }, { /* bad utf-8 encoding */ "\x7e\x64\x61\x72\x10\x2f\x2f\xf9\x2b\x71\x60\x79\x7b\x2e\x63\x75\x2b\x61\x65\x72\x75\x65\x56\x66\x7f\x62\xc5\x76\xe5\x00", "", IDN2_ENCODING_ERROR, IDN2_NONTRANSITIONAL, }, /* √.com */ {"\xe2\x88\x9a.com", "xn--19g.com", IDN2_OK, IDN2_TRANSITIONAL}, /* domains with non-STD3 characters (removed by default when using TR46 transitional/non-trnasitional */ {"_443._tcp.example.com", "_443._tcp.example.com", IDN2_OK, 0}, {"_443._tcp.example.com", "_443._tcp.example.com", IDN2_OK, IDN2_TRANSITIONAL}, {"_443._tcp.example.com", "_443._tcp.example.com", IDN2_OK, IDN2_NONTRANSITIONAL}, {"_443._tcp.example.com", "443.tcp.example.com", IDN2_OK, IDN2_USE_STD3_ASCII_RULES|IDN2_NONTRANSITIONAL}, {"_443._tcp.example.com", "443.tcp.example.com", IDN2_OK, IDN2_USE_STD3_ASCII_RULES|IDN2_TRANSITIONAL}, {"_443._tcp.example.com", "_443._tcp.example.com", IDN2_OK, IDN2_USE_STD3_ASCII_RULES}, /* flag is ignored when not using TR46 */ }; static int ok = 0, failed = 0; static int break_on_error = 0; static char *_nextField(char **line) { char *s = *line, *e; if (!*s) return NULL; if (!(e = strpbrk(s, ";#"))) { e = *line += strlen(s); } else { *line = e + (*e == ';'); *e = 0; } // trim leading and trailing whitespace while (isspace(*s)) s++; while (e > s && isspace(e[-1])) *--e = 0; return s; } static int _scan_file(const char *fname, int(*scan)(char *)) { FILE *fp = fopen(fname, "r"); char *buf = NULL, *linep; size_t bufsize = 0; ssize_t buflen; int ret = 0; if (!fp) { fprintf(stderr, "Failed to open %s (%d)\n", fname, errno); return -1; } while ((buflen = getline(&buf, &bufsize, fp)) >= 0) { linep = buf; while (isspace(*linep)) linep++; // ignore leading whitespace // strip off \r\n while (buflen > 0 && (buf[buflen] == '\n' || buf[buflen] == '\r')) buf[--buflen] = 0; if (!*linep || *linep == '#') continue; // skip empty lines and comments if ((ret = scan(linep))) break; } free(buf); fclose(fp); return ret; } static void test_homebrewed(void) { uint32_t dummy_u32[4] = { 'a', 'b', 'c', 0 }; uint8_t *out; char outbuf[4]; size_t i; int rc; for (i = 0; i < sizeof (idna) / sizeof (idna[0]); i++) { rc = idn2_lookup_u8 ((uint8_t *) idna[i].in, &out, idna[i].flags); printf ("%3d %-25s %-40s %s\n", (int) i, idn2_strerror_name (rc), rc == IDN2_OK ? idna[i].out : "", idna[i].in); if (rc != idna[i].rc && rc == IDN2_ENCODING_ERROR) { printf("utc bug\n"); } else if (rc != idna[i].rc && idna[i].rc != -1) { failed++; printf("expected rc %d got rc %d\n", idna[i].rc, rc); } else if (rc == IDN2_OK && strcmp ((char *) out, idna[i].out) != 0) { failed++; printf("expected: %s\ngot: %s\n", idna[i].out, out); } else ok++; if (rc == IDN2_OK) idn2_free (out); if (failed && break_on_error) exit (EXIT_FAILURE); } /* special calls to cover edge cases */ if ((rc = idn2_lookup_u8 (NULL, NULL, 0)) != IDN2_OK) { failed++; printf("special #1 failed with %d\n", rc); } else ok++; out = (uint8_t *) 0x123; if ((rc = idn2_lookup_u8 (NULL, &out, 0)) != IDN2_OK) { failed++; printf("special #2 failed with %d\n", rc); } else if (out) { failed++; printf("special #2 failed with out!=NULL\n"); } else ok++; if ((rc = idn2_lookup_ul (NULL, NULL, 0)) != IDN2_OK) { failed++; printf("special #3 failed with %d\n", rc); } else ok++; out = (uint8_t *) 0x123; if ((rc = idn2_lookup_ul (NULL, (char **) &out, 0)) != IDN2_OK) { failed++; printf("special #4 failed with %d\n", rc); } else if (out) { failed++; printf("special #4 failed with out!=NULL\n"); } else ok++; if ((rc = idn2_lookup_ul ("abc", NULL, 0)) != IDN2_OK) { failed++; printf("special #5 failed with %d\n", rc); } else ok++; /* test libidn compatibility functions */ if ((rc = idna_to_ascii_lz ("abc", (char **) &out, 0)) != IDN2_OK) { failed++; printf("special #6 failed with %d\n", rc); } else { idn_free (out); ok++; } if ((rc = idna_to_ascii_8z ("abc", (char **) &out, 0)) != IDN2_OK) { failed++; printf("special #7 failed with %d\n", rc); } else { idn_free (out); ok++; } if ((rc = idna_to_ascii_4z (dummy_u32, (char **) &out, 0)) != IDN2_OK) { failed++; printf("special #8 failed with %d\n", rc); } else { idn_free (out); ok++; } if ((rc = idna_to_ascii_4i (dummy_u32, 4, outbuf, 0)) != IDN2_OK) { failed++; printf("special #9 failed with %d\n", rc); } else { ok++; } } // decode embedded UTF-16/32 sequences static char * _decodeIdnaTest(uint8_t *src_u8) { size_t it2 = 0, len; uint32_t *src; // convert UTF-8 to UCS-4 (Unicode)) if (!(src = u8_to_u32(src_u8, u8_strlen(src_u8) + 1, NULL, &len))) { printf("u8_to_u32(%s) failed (%d)\n", src_u8, errno); return NULL; } // replace escaped UTF-16 incl. surrogates for (size_t it = 0; it < len;) { if (src[it] == '\\' && src[it + 1] == 'u') { src[it2] = ((src[it + 2] >= 'A' ? src[it + 2] - 'A' + 10 : src[it + 2] - '0') << 12) + ((src[it + 3] >= 'A' ? src[it + 3] - 'A' + 10 : src[it + 3] - '0') << 8) + ((src[it + 4] >= 'A' ? src[it + 4] - 'A' + 10 : src[it + 4] - '0') << 4) + (src[it + 5] >= 'A' ? src[it + 5] - 'A' + 10 : src[it + 5] - '0'); it += 6; if (src[it2] >= 0xD800 && src[it2] <= 0xDBFF) { // high surrogate followed by low surrogate if (src[it] == '\\' && src[it + 1] == 'u') { uint32_t low = ((src[it + 2] >= 'A' ? src[it + 2] - 'A' + 10 : src[it + 2] - '0') << 12) + ((src[it + 3] >= 'A' ? src[it + 3] - 'A' + 10 : src[it + 3] - '0') << 8) + ((src[it + 4] >= 'A' ? src[it + 4] - 'A' + 10 : src[it + 4] - '0') << 4) + (src[it + 5] >= 'A' ? src[it + 5] - 'A' + 10 : src[it + 5] - '0'); if (low >= 0xDC00 && low <= 0xDFFF) src[it2] = 0x10000 + (src[it2] - 0xD800) * 0x400 + (low - 0xDC00); else printf("Missing low surrogate\n"); it += 6; } else { it++; printf("Missing low surrogate\n"); } } it2++; } else src[it2++] = src[it++]; } // convert UTF-32 to UTF-8 uint8_t *tmp=src_u8; src_u8 = u32_to_u8(src, it2, NULL, &len); free(src); if (!src_u8) { printf("u32_to_u8(%s) failed (%d)\n", tmp, errno); return NULL; } return (char *) src_u8; } static void _check_toASCII(char *source, char *expected, int transitional, int expected_toASCII_failure) { int rc; char *ace = NULL; rc = idn2_lookup_u8 ((uint8_t *) source, (uint8_t **) &ace, transitional ? IDN2_TRANSITIONAL : IDN2_NONTRANSITIONAL); // printf("n=%d expected=%s t=%d got=%s, expected_failure=%d\n", n, expected, transitional, ace ? ace : "", expected_toASCII_failure); if (rc && expected_toASCII_failure) { printf("OK\n"); ok++; } else if (rc && !transitional && *expected != '[') { failed++; printf("Failed: _check_toASCII(%s) -> %d (expected 0) %p\n", source, rc, ace); } else if (rc == 0 && !transitional && *expected != '[' && strcmp(expected, ace)) { failed++; printf("Failed: _check_toASCII(%s) -> %s (expected %s) %p\n", source, ace, expected, ace); } else { printf("OK\n"); ok++; } if (rc == IDN2_OK) idn2_free(ace); } static int test_IdnaTest(char *linep) { char *type, *source, *toUnicode, *toASCII, *NV8, *org_source; int expected_toASCII_failure; #if HAVE_LIBUNISTRING extern int _libunistring_version; #endif type = _nextField(&linep); org_source = source = _nextField(&linep); toUnicode = _nextField(&linep); toASCII = _nextField(&linep); NV8 = _nextField(&linep); // if set, the input should be disallowed for IDNA2008 // sigh, these Unicode people really mix UTF-8 and UCS-2/4 // quick and dirty translation of '\uXXXX' found in IdnaTest.txt including surrogate handling source = _decodeIdnaTest((uint8_t *) source); if (!source) return 0; // some Unicode sequences can't be encoded into UTF-8, skip them if (!*toUnicode) toUnicode = source; if (!*toASCII) toASCII = toUnicode; expected_toASCII_failure = NV8 && *NV8; printf("##########%s#%s#%s#%s#%s#\n", type, org_source, toUnicode, toASCII, NV8); #if HAVE_LIBUNISTRING /* 3 tests fail with libunicode <= 0.9.3 - just skip them until we have a newer version installed */ /* watch out, libunicode changed versioning scheme up from 0.9.4 */ /* If !HAVE_LIBUNISTRING, we use internal gnulib code which works. */ if (_libunistring_version <= 9) { if (!strcmp(toASCII, "xn--8jb.xn--etb875g")) { free(source); return 0; } } #endif if (*type == 'B') { _check_toASCII(source, toASCII, 1, expected_toASCII_failure); _check_toASCII(source, toASCII, 0, expected_toASCII_failure); } else if (*type == 'T') { _check_toASCII(source, toASCII, 1, expected_toASCII_failure); } else if (*type == 'N') { _check_toASCII(source, toASCII, 0, expected_toASCII_failure); } else { printf("Failed: Unknown type '%s'\n", type); } free(source); if (failed && break_on_error) return 1; return 0; } static void separator(void) { puts ("-----------------------------------------------------------" "-------------------------------------"); } static void test_unicode_range (void) { uint32_t i, ucs4[2]; uint8_t *utf8, *out; size_t len; int rc; /* Unicode range is 0-0x10FFFF, go a bit further */ for (i = 0; i < 0x11FFFF; i++) { ucs4[0] = i; ucs4[1] = 0; utf8 = u32_to_u8 (ucs4, 2, NULL, &len); rc = idn2_lookup_u8 (utf8, &out, 0); if (rc == IDN2_OK) idn2_free (out); rc = idn2_lookup_u8 (utf8, &out, IDN2_NFC_INPUT); if (rc == IDN2_OK) idn2_free (out); rc = idn2_lookup_u8 (utf8, &out, IDN2_TRANSITIONAL); if (rc == IDN2_OK) idn2_free (out); rc = idn2_lookup_u8 (utf8, &out, IDN2_NONTRANSITIONAL); if (rc == IDN2_OK) idn2_free (out); free (utf8); } } int main (int argc, const char *argv[]) { separator (); puts (" IDNA2008 Lookup\n"); puts (" # Result ACE output " " Unicode input"); separator(); test_homebrewed (); separator(); // test all IDNA cases from Unicode 9.0.0 if (_scan_file(argc == 1 ? SRCDIR"/IdnaTest.txt" : argv[1], test_IdnaTest)) return EXIT_FAILURE; separator(); test_unicode_range (); if (failed) { printf("Summary: %d out of %d tests failed\n", failed, ok + failed); return EXIT_FAILURE; } printf("Summary: All %d tests passed\n", ok + failed); return EXIT_SUCCESS; } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/tests/test-strerror.c�����������������������������������������������������������������0000644�0000000�0000000�00000002031�13026726501�014072� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* test-strerror.c --- Self tests for idn2_strerror* functions Copyright (C) 2016 Tim Rühsen This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <idn2.h> int main (void) { int i, failed = 0; /* just cover the code paths in idn2_strerror/idn2_strerror_name */ for (i = -1000; i <= 1000; i++) { if (!idn2_strerror (i)) failed++; if (!idn2_strerror_name (i)) failed++; } return !!failed; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/COPYINGv2�����������������������������������������������������������������������������0000644�0000000�0000000�00000043254�13030466615�011246� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. <signature of Ty Coon>, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/CONTRIBUTING.md�����������������������������������������������������������������������0000644�0000000�0000000�00000004024�13134401252�012153� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Libidn2 CONTRIBUTING -- Information for developers Copyright (C) 2011-2017 Simon Josefsson See the end for copying conditions. This file contains instructions for developers and advanced users. See README for the additional tools you need to have installed. ## Obtaining sources Download the version controlled sources: ``` $ git clone https://gitlab.com/libidn/libidn2.git $ cd libidn2 ``` ## Building the project Prepare building with ``` $ ./bootstrap $ ./configure --enable-gtk-doc --enable-gtk-doc-pdf --enable-gcc-warnings --enable-valgrind-tests ``` You may want to use --gnulib-srcdir=/foo/bar/gnulib to avoid having to checkout gnulib every time. Make sure the gnulib directory you point to is up to date. Then build the project normally: ``` $ make $ make check ``` ## Test suite: New functionality should be accompanied by a test case which verifies the correctness of the new functionality as well as under failure. The libidn2 test suite is run on "make check". When submitting patches it is recommended to open a new merge request [on the gitlab site](https://gitlab.com/libidn/libidn2), to force the changes to pass the automated test suite. ## Release process The release process consists of: * Make sure version number is updated in configure.ac. * Make sure library version is updated in configure.ac. * Prepare NEWS. * Do 'make release' Happy hacking! ---------------------------------------------------------------------- This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this file. If not, see <https://www.gnu.org/licenses/>. ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/�����������������������������������������������������������������������������������0000755�0000000�0000000�00000000000�13151533501�010406� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/unistd.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000153550�13134403260�012422� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Substitute for and wrapper around <unistd.h>. Copyright (C) 2003-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _@GUARD_PREFIX@_UNISTD_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #ifdef _GL_INCLUDING_UNISTD_H /* Special invocation convention: - On Mac OS X 10.3.9 we have a sequence of nested includes <unistd.h> -> <signal.h> -> <pthread.h> -> <unistd.h> In this situation, the functions are not yet declared, therefore we cannot provide the C++ aliases. */ #@INCLUDE_NEXT@ @NEXT_UNISTD_H@ #else /* Normal invocation convention. */ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_UNISTD_H@ # define _GL_INCLUDING_UNISTD_H # @INCLUDE_NEXT@ @NEXT_UNISTD_H@ # undef _GL_INCLUDING_UNISTD_H #endif /* Get all possible declarations of gethostname(). */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ \ && !defined _GL_INCLUDING_WINSOCK2_H # define _GL_INCLUDING_WINSOCK2_H # include <winsock2.h> # undef _GL_INCLUDING_WINSOCK2_H #endif #if !defined _@GUARD_PREFIX@_UNISTD_H && !defined _GL_INCLUDING_WINSOCK2_H #define _@GUARD_PREFIX@_UNISTD_H /* NetBSD 5.0 mis-defines NULL. Also get size_t. */ #include <stddef.h> /* mingw doesn't define the SEEK_* or *_FILENO macros in <unistd.h>. */ /* MSVC declares 'unlink' in <stdio.h>, not in <unistd.h>. We must include it before we #define unlink rpl_unlink. */ /* Cygwin 1.7.1 declares symlinkat in <stdio.h>, not in <unistd.h>. */ /* But avoid namespace pollution on glibc systems. */ #if (!(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET) \ || ((@GNULIB_UNLINK@ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) \ || ((@GNULIB_SYMLINKAT@ || defined GNULIB_POSIXCHECK) \ && defined __CYGWIN__)) \ && ! defined __GLIBC__ # include <stdio.h> #endif /* Cygwin 1.7.1 declares unlinkat in <fcntl.h>, not in <unistd.h>. */ /* But avoid namespace pollution on glibc systems. */ #if (@GNULIB_UNLINKAT@ || defined GNULIB_POSIXCHECK) && defined __CYGWIN__ \ && ! defined __GLIBC__ # include <fcntl.h> #endif /* mingw fails to declare _exit in <unistd.h>. */ /* mingw, MSVC, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */ /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>. */ /* OSF Tru64 Unix cannot see gnulib rpl_strtod when system <stdlib.h> is included here. */ /* But avoid namespace pollution on glibc systems. */ #if !defined __GLIBC__ && !defined __osf__ # define __need_system_stdlib_h # include <stdlib.h> # undef __need_system_stdlib_h #endif /* Native Windows platforms declare chdir, getcwd, rmdir in <io.h> and/or <direct.h>, not in <unistd.h>. They also declare access(), chmod(), close(), dup(), dup2(), isatty(), lseek(), read(), unlink(), write() in <io.h>. */ #if ((@GNULIB_CHDIR@ || @GNULIB_GETCWD@ || @GNULIB_RMDIR@ \ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) # include <io.h> /* mingw32, mingw64 */ # include <direct.h> /* mingw64, MSVC 9 */ #elif (@GNULIB_CLOSE@ || @GNULIB_DUP@ || @GNULIB_DUP2@ || @GNULIB_ISATTY@ \ || @GNULIB_LSEEK@ || @GNULIB_READ@ || @GNULIB_UNLINK@ || @GNULIB_WRITE@ \ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include <io.h> #endif /* AIX and OSF/1 5.1 declare getdomainname in <netdb.h>, not in <unistd.h>. NonStop Kernel declares gethostname in <netdb.h>, not in <unistd.h>. */ /* But avoid namespace pollution on glibc systems. */ #if ((@GNULIB_GETDOMAINNAME@ && (defined _AIX || defined __osf__)) \ || (@GNULIB_GETHOSTNAME@ && defined __TANDEM)) \ && !defined __GLIBC__ # include <netdb.h> #endif /* MSVC defines off_t in <sys/types.h>. May also define off_t to a 64-bit type on native Windows. */ #if !@HAVE_UNISTD_H@ || @WINDOWS_64_BIT_OFF_T@ /* Get off_t. */ # include <sys/types.h> #endif #if (@GNULIB_READ@ || @GNULIB_WRITE@ \ || @GNULIB_READLINK@ || @GNULIB_READLINKAT@ \ || @GNULIB_PREAD@ || @GNULIB_PWRITE@ || defined GNULIB_POSIXCHECK) /* Get ssize_t. */ # include <sys/types.h> #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Get getopt(), optarg, optind, opterr, optopt. But avoid namespace pollution on glibc systems. */ #if @GNULIB_UNISTD_H_GETOPT@ && !defined __GLIBC__ && !defined _GL_SYSTEM_GETOPT # include <getopt-cdefs.h> # include <getopt-pfx-core.h> #endif #ifndef _GL_INLINE_HEADER_BEGIN #error "Please include config.h first." #endif _GL_INLINE_HEADER_BEGIN #ifndef _GL_UNISTD_INLINE # define _GL_UNISTD_INLINE _GL_INLINE #endif /* Hide some function declarations from <winsock2.h>. */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef socket # define socket socket_used_without_including_sys_socket_h # undef connect # define connect connect_used_without_including_sys_socket_h # undef accept # define accept accept_used_without_including_sys_socket_h # undef bind # define bind bind_used_without_including_sys_socket_h # undef getpeername # define getpeername getpeername_used_without_including_sys_socket_h # undef getsockname # define getsockname getsockname_used_without_including_sys_socket_h # undef getsockopt # define getsockopt getsockopt_used_without_including_sys_socket_h # undef listen # define listen listen_used_without_including_sys_socket_h # undef recv # define recv recv_used_without_including_sys_socket_h # undef send # define send send_used_without_including_sys_socket_h # undef recvfrom # define recvfrom recvfrom_used_without_including_sys_socket_h # undef sendto # define sendto sendto_used_without_including_sys_socket_h # undef setsockopt # define setsockopt setsockopt_used_without_including_sys_socket_h # undef shutdown # define shutdown shutdown_used_without_including_sys_socket_h # else _GL_WARN_ON_USE (socket, "socket() used without including <sys/socket.h>"); _GL_WARN_ON_USE (connect, "connect() used without including <sys/socket.h>"); _GL_WARN_ON_USE (accept, "accept() used without including <sys/socket.h>"); _GL_WARN_ON_USE (bind, "bind() used without including <sys/socket.h>"); _GL_WARN_ON_USE (getpeername, "getpeername() used without including <sys/socket.h>"); _GL_WARN_ON_USE (getsockname, "getsockname() used without including <sys/socket.h>"); _GL_WARN_ON_USE (getsockopt, "getsockopt() used without including <sys/socket.h>"); _GL_WARN_ON_USE (listen, "listen() used without including <sys/socket.h>"); _GL_WARN_ON_USE (recv, "recv() used without including <sys/socket.h>"); _GL_WARN_ON_USE (send, "send() used without including <sys/socket.h>"); _GL_WARN_ON_USE (recvfrom, "recvfrom() used without including <sys/socket.h>"); _GL_WARN_ON_USE (sendto, "sendto() used without including <sys/socket.h>"); _GL_WARN_ON_USE (setsockopt, "setsockopt() used without including <sys/socket.h>"); _GL_WARN_ON_USE (shutdown, "shutdown() used without including <sys/socket.h>"); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SELECT_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef select # define select select_used_without_including_sys_select_h # else _GL_WARN_ON_USE (select, "select() used without including <sys/select.h>"); # endif # endif #endif /* OS/2 EMX lacks these macros. */ #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif #ifndef STDOUT_FILENO # define STDOUT_FILENO 1 #endif #ifndef STDERR_FILENO # define STDERR_FILENO 2 #endif /* Ensure *_OK macros exist. */ #ifndef F_OK # define F_OK 0 # define X_OK 1 # define W_OK 2 # define R_OK 4 #endif /* Declare overridden functions. */ #if defined GNULIB_POSIXCHECK /* The access() function is a security risk. */ _GL_WARN_ON_USE (access, "the access function is a security risk - " "use the gnulib module faccessat instead"); #endif #if @GNULIB_CHDIR@ _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); _GL_CXXALIASWARN (chdir); #elif defined GNULIB_POSIXCHECK # undef chdir # if HAVE_RAW_DECL_CHDIR _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - " "use gnulib module chdir for portability"); # endif #endif #if @GNULIB_CHOWN@ /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE to GID (if GID is not -1). Follow symbolic links. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html. */ # if @REPLACE_CHOWN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef chown # define chown rpl_chown # endif _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)); # else # if !@HAVE_CHOWN@ _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)); # endif _GL_CXXALIASWARN (chown); #elif defined GNULIB_POSIXCHECK # undef chown # if HAVE_RAW_DECL_CHOWN _GL_WARN_ON_USE (chown, "chown fails to follow symlinks on some systems and " "doesn't treat a uid or gid of -1 on some systems - " "use gnulib module chown for portability"); # endif #endif #if @GNULIB_CLOSE@ # if @REPLACE_CLOSE@ /* Automatically included by modules that need a replacement for close. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef close # define close rpl_close # endif _GL_FUNCDECL_RPL (close, int, (int fd)); _GL_CXXALIAS_RPL (close, int, (int fd)); # else _GL_CXXALIAS_SYS (close, int, (int fd)); # endif _GL_CXXALIASWARN (close); #elif @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ # undef close # define close close_used_without_requesting_gnulib_module_close #elif defined GNULIB_POSIXCHECK # undef close /* Assume close is always declared. */ _GL_WARN_ON_USE (close, "close does not portably work on sockets - " "use gnulib module close for portability"); #endif #if @GNULIB_DUP@ # if @REPLACE_DUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup rpl_dup # endif _GL_FUNCDECL_RPL (dup, int, (int oldfd)); _GL_CXXALIAS_RPL (dup, int, (int oldfd)); # else _GL_CXXALIAS_SYS (dup, int, (int oldfd)); # endif _GL_CXXALIASWARN (dup); #elif defined GNULIB_POSIXCHECK # undef dup # if HAVE_RAW_DECL_DUP _GL_WARN_ON_USE (dup, "dup is unportable - " "use gnulib module dup for portability"); # endif #endif #if @GNULIB_DUP2@ /* Copy the file descriptor OLDFD into file descriptor NEWFD. Do nothing if NEWFD = OLDFD, otherwise close NEWFD first if it is open. Return newfd if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */ # if @REPLACE_DUP2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup2 rpl_dup2 # endif _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd)); _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd)); # else # if !@HAVE_DUP2@ _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd)); # endif _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); # endif _GL_CXXALIASWARN (dup2); #elif defined GNULIB_POSIXCHECK # undef dup2 # if HAVE_RAW_DECL_DUP2 _GL_WARN_ON_USE (dup2, "dup2 is unportable - " "use gnulib module dup2 for portability"); # endif #endif #if @GNULIB_DUP3@ /* Copy the file descriptor OLDFD into file descriptor NEWFD, with the specified flags. The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) and O_TEXT, O_BINARY (defined in "binary-io.h"). Close NEWFD first if it is open. Return newfd if successful, otherwise -1 and errno set. See the Linux man page at <http://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html>. */ # if @HAVE_DUP3@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup3 rpl_dup3 # endif _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); # else _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); # endif _GL_CXXALIASWARN (dup3); #elif defined GNULIB_POSIXCHECK # undef dup3 # if HAVE_RAW_DECL_DUP3 _GL_WARN_ON_USE (dup3, "dup3 is unportable - " "use gnulib module dup3 for portability"); # endif #endif #if @GNULIB_ENVIRON@ # if !@HAVE_DECL_ENVIRON@ /* Set of environment variables and values. An array of strings of the form "VARIABLE=VALUE", terminated with a NULL. */ # if defined __APPLE__ && defined __MACH__ # include <TargetConditionals.h> # if !TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR # define _GL_USE_CRT_EXTERNS # endif # endif # ifdef _GL_USE_CRT_EXTERNS # include <crt_externs.h> # define environ (*_NSGetEnviron ()) # else # ifdef __cplusplus extern "C" { # endif extern char **environ; # ifdef __cplusplus } # endif # endif # endif #elif defined GNULIB_POSIXCHECK # if HAVE_RAW_DECL_ENVIRON _GL_UNISTD_INLINE char *** rpl_environ (void) { return &environ; } _GL_WARN_ON_USE (rpl_environ, "environ is unportable - " "use gnulib module environ for portability"); # undef environ # define environ (*rpl_environ ()) # endif #endif #if @GNULIB_EUIDACCESS@ /* Like access(), except that it uses the effective user id and group id of the current process. */ # if !@HAVE_EUIDACCESS@ _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); _GL_CXXALIASWARN (euidaccess); # if defined GNULIB_POSIXCHECK /* Like access(), this function is a security risk. */ _GL_WARN_ON_USE (euidaccess, "the euidaccess function is a security risk - " "use the gnulib module faccessat instead"); # endif #elif defined GNULIB_POSIXCHECK # undef euidaccess # if HAVE_RAW_DECL_EUIDACCESS _GL_WARN_ON_USE (euidaccess, "euidaccess is unportable - " "use gnulib module euidaccess for portability"); # endif #endif #if @GNULIB_FACCESSAT@ # if !@HAVE_FACCESSAT@ _GL_FUNCDECL_SYS (faccessat, int, (int fd, char const *file, int mode, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (faccessat, int, (int fd, char const *file, int mode, int flag)); _GL_CXXALIASWARN (faccessat); #elif defined GNULIB_POSIXCHECK # undef faccessat # if HAVE_RAW_DECL_FACCESSAT _GL_WARN_ON_USE (faccessat, "faccessat is not portable - " "use gnulib module faccessat for portability"); # endif #endif #if @GNULIB_FCHDIR@ /* Change the process' current working directory to the directory on which the given file descriptor is open. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ # if ! @HAVE_FCHDIR@ _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); /* Gnulib internal hooks needed to maintain the fchdir metadata. */ _GL_EXTERN_C int _gl_register_fd (int fd, const char *filename) _GL_ARG_NONNULL ((2)); _GL_EXTERN_C void _gl_unregister_fd (int fd); _GL_EXTERN_C int _gl_register_dup (int oldfd, int newfd); _GL_EXTERN_C const char *_gl_directory_name (int fd); # else # if !@HAVE_DECL_FCHDIR@ _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); # endif # endif _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); _GL_CXXALIASWARN (fchdir); #elif defined GNULIB_POSIXCHECK # undef fchdir # if HAVE_RAW_DECL_FCHDIR _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " "use gnulib module fchdir for portability"); # endif #endif #if @GNULIB_FCHOWNAT@ # if @REPLACE_FCHOWNAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fchownat # define fchownat rpl_fchownat # endif _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag)); # else # if !@HAVE_FCHOWNAT@ _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag)); # endif _GL_CXXALIASWARN (fchownat); #elif defined GNULIB_POSIXCHECK # undef fchownat # if HAVE_RAW_DECL_FCHOWNAT _GL_WARN_ON_USE (fchownat, "fchownat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_FDATASYNC@ /* Synchronize changes to a file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>. */ # if !@HAVE_FDATASYNC@ || !@HAVE_DECL_FDATASYNC@ _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); # endif _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); _GL_CXXALIASWARN (fdatasync); #elif defined GNULIB_POSIXCHECK # undef fdatasync # if HAVE_RAW_DECL_FDATASYNC _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - " "use gnulib module fdatasync for portability"); # endif #endif #if @GNULIB_FSYNC@ /* Synchronize changes, including metadata, to a file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html>. */ # if !@HAVE_FSYNC@ _GL_FUNCDECL_SYS (fsync, int, (int fd)); # endif _GL_CXXALIAS_SYS (fsync, int, (int fd)); _GL_CXXALIASWARN (fsync); #elif defined GNULIB_POSIXCHECK # undef fsync # if HAVE_RAW_DECL_FSYNC _GL_WARN_ON_USE (fsync, "fsync is unportable - " "use gnulib module fsync for portability"); # endif #endif #if @GNULIB_FTRUNCATE@ /* Change the size of the file to which FD is opened to become equal to LENGTH. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html>. */ # if @REPLACE_FTRUNCATE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftruncate # define ftruncate rpl_ftruncate # endif _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length)); _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length)); # else # if !@HAVE_FTRUNCATE@ _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length)); # endif _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length)); # endif _GL_CXXALIASWARN (ftruncate); #elif defined GNULIB_POSIXCHECK # undef ftruncate # if HAVE_RAW_DECL_FTRUNCATE _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - " "use gnulib module ftruncate for portability"); # endif #endif #if @GNULIB_GETCWD@ /* Get the name of the current working directory, and put it in SIZE bytes of BUF. Return BUF if successful, or NULL if the directory couldn't be determined or SIZE was too small. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>. Additionally, the gnulib module 'getcwd' guarantees the following GNU extension: If BUF is NULL, an array is allocated with 'malloc'; the array is SIZE bytes long, unless SIZE == 0, in which case it is as big as necessary. */ # if @REPLACE_GETCWD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getcwd rpl_getcwd # endif _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size)); _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size)); # else /* Need to cast, because on mingw, the second parameter is int size. */ _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size)); # endif _GL_CXXALIASWARN (getcwd); #elif defined GNULIB_POSIXCHECK # undef getcwd # if HAVE_RAW_DECL_GETCWD _GL_WARN_ON_USE (getcwd, "getcwd is unportable - " "use gnulib module getcwd for portability"); # endif #endif #if @GNULIB_GETDOMAINNAME@ /* Return the NIS domain name of the machine. WARNING! The NIS domain name is unrelated to the fully qualified host name of the machine. It is also unrelated to email addresses. WARNING! The NIS domain name is usually the empty string or "(none)" when not using NIS. Put up to LEN bytes of the NIS domain name into NAME. Null terminate it if the name is shorter than LEN. If the NIS domain name is longer than LEN, set errno = EINVAL and return -1. Return 0 if successful, otherwise set errno and return -1. */ # if @REPLACE_GETDOMAINNAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdomainname # define getdomainname rpl_getdomainname # endif _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len)); # else # if !@HAVE_DECL_GETDOMAINNAME@ _GL_FUNCDECL_SYS (getdomainname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (getdomainname, int, (char *name, size_t len)); # endif _GL_CXXALIASWARN (getdomainname); #elif defined GNULIB_POSIXCHECK # undef getdomainname # if HAVE_RAW_DECL_GETDOMAINNAME _GL_WARN_ON_USE (getdomainname, "getdomainname is unportable - " "use gnulib module getdomainname for portability"); # endif #endif #if @GNULIB_GETDTABLESIZE@ /* Return the maximum number of file descriptors in the current process. In POSIX, this is same as sysconf (_SC_OPEN_MAX). */ # if @REPLACE_GETDTABLESIZE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdtablesize # define getdtablesize rpl_getdtablesize # endif _GL_FUNCDECL_RPL (getdtablesize, int, (void)); _GL_CXXALIAS_RPL (getdtablesize, int, (void)); # else # if !@HAVE_GETDTABLESIZE@ _GL_FUNCDECL_SYS (getdtablesize, int, (void)); # endif _GL_CXXALIAS_SYS (getdtablesize, int, (void)); # endif _GL_CXXALIASWARN (getdtablesize); #elif defined GNULIB_POSIXCHECK # undef getdtablesize # if HAVE_RAW_DECL_GETDTABLESIZE _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - " "use gnulib module getdtablesize for portability"); # endif #endif #if @GNULIB_GETGROUPS@ /* Return the supplemental groups that the current process belongs to. It is unspecified whether the effective group id is in the list. If N is 0, return the group count; otherwise, N describes how many entries are available in GROUPS. Return -1 and set errno if N is not 0 and not large enough. Fails with ENOSYS on some systems. */ # if @REPLACE_GETGROUPS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getgroups # define getgroups rpl_getgroups # endif _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); # else # if !@HAVE_GETGROUPS@ _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); # endif _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); # endif _GL_CXXALIASWARN (getgroups); #elif defined GNULIB_POSIXCHECK # undef getgroups # if HAVE_RAW_DECL_GETGROUPS _GL_WARN_ON_USE (getgroups, "getgroups is unportable - " "use gnulib module getgroups for portability"); # endif #endif #if @GNULIB_GETHOSTNAME@ /* Return the standard host name of the machine. WARNING! The host name may or may not be fully qualified. Put up to LEN bytes of the host name into NAME. Null terminate it if the name is shorter than LEN. If the host name is longer than LEN, set errno = EINVAL and return -1. Return 0 if successful, otherwise set errno and return -1. */ # if @UNISTD_H_HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gethostname # define gethostname rpl_gethostname # endif _GL_FUNCDECL_RPL (gethostname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len)); # else # if !@HAVE_GETHOSTNAME@ _GL_FUNCDECL_SYS (gethostname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 10 and OSF/1 5.1 systems, the second parameter is int len. */ _GL_CXXALIAS_SYS_CAST (gethostname, int, (char *name, size_t len)); # endif _GL_CXXALIASWARN (gethostname); #elif @UNISTD_H_HAVE_WINSOCK2_H@ # undef gethostname # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname #elif defined GNULIB_POSIXCHECK # undef gethostname # if HAVE_RAW_DECL_GETHOSTNAME _GL_WARN_ON_USE (gethostname, "gethostname is unportable - " "use gnulib module gethostname for portability"); # endif #endif #if @GNULIB_GETLOGIN@ /* Returns the user's login name, or NULL if it cannot be found. Upon error, returns NULL with errno set. See <http://www.opengroup.org/susv3xsh/getlogin.html>. Most programs don't need to use this function, because the information is available through environment variables: ${LOGNAME-$USER} on Unix platforms, $USERNAME on native Windows platforms. */ # if !@HAVE_DECL_GETLOGIN@ _GL_FUNCDECL_SYS (getlogin, char *, (void)); # endif _GL_CXXALIAS_SYS (getlogin, char *, (void)); _GL_CXXALIASWARN (getlogin); #elif defined GNULIB_POSIXCHECK # undef getlogin # if HAVE_RAW_DECL_GETLOGIN _GL_WARN_ON_USE (getlogin, "getlogin is unportable - " "use gnulib module getlogin for portability"); # endif #endif #if @GNULIB_GETLOGIN_R@ /* Copies the user's login name to NAME. The array pointed to by NAME has room for SIZE bytes. Returns 0 if successful. Upon error, an error number is returned, or -1 in the case that the login name cannot be found but no specific error is provided (this case is hopefully rare but is left open by the POSIX spec). See <http://www.opengroup.org/susv3xsh/getlogin.html>. Most programs don't need to use this function, because the information is available through environment variables: ${LOGNAME-$USER} on Unix platforms, $USERNAME on native Windows platforms. */ # if @REPLACE_GETLOGIN_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getlogin_r rpl_getlogin_r # endif _GL_FUNCDECL_RPL (getlogin_r, int, (char *name, size_t size) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (getlogin_r, int, (char *name, size_t size)); # else # if !@HAVE_DECL_GETLOGIN_R@ _GL_FUNCDECL_SYS (getlogin_r, int, (char *name, size_t size) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 10 systems, the second argument is int size. */ _GL_CXXALIAS_SYS_CAST (getlogin_r, int, (char *name, size_t size)); # endif _GL_CXXALIASWARN (getlogin_r); #elif defined GNULIB_POSIXCHECK # undef getlogin_r # if HAVE_RAW_DECL_GETLOGIN_R _GL_WARN_ON_USE (getlogin_r, "getlogin_r is unportable - " "use gnulib module getlogin_r for portability"); # endif #endif #if @GNULIB_GETPAGESIZE@ # if @REPLACE_GETPAGESIZE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getpagesize rpl_getpagesize # endif _GL_FUNCDECL_RPL (getpagesize, int, (void)); _GL_CXXALIAS_RPL (getpagesize, int, (void)); # else # if !@HAVE_GETPAGESIZE@ # if !defined getpagesize /* This is for POSIX systems. */ # if !defined _gl_getpagesize && defined _SC_PAGESIZE # if ! (defined __VMS && __VMS_VER < 70000000) # define _gl_getpagesize() sysconf (_SC_PAGESIZE) # endif # endif /* This is for older VMS. */ # if !defined _gl_getpagesize && defined __VMS # ifdef __ALPHA # define _gl_getpagesize() 8192 # else # define _gl_getpagesize() 512 # endif # endif /* This is for BeOS. */ # if !defined _gl_getpagesize && @HAVE_OS_H@ # include <OS.h> # if defined B_PAGE_SIZE # define _gl_getpagesize() B_PAGE_SIZE # endif # endif /* This is for AmigaOS4.0. */ # if !defined _gl_getpagesize && defined __amigaos4__ # define _gl_getpagesize() 2048 # endif /* This is for older Unix systems. */ # if !defined _gl_getpagesize && @HAVE_SYS_PARAM_H@ # include <sys/param.h> # ifdef EXEC_PAGESIZE # define _gl_getpagesize() EXEC_PAGESIZE # else # ifdef NBPG # ifndef CLSIZE # define CLSIZE 1 # endif # define _gl_getpagesize() (NBPG * CLSIZE) # else # ifdef NBPC # define _gl_getpagesize() NBPC # endif # endif # endif # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getpagesize() _gl_getpagesize () # else # if !GNULIB_defined_getpagesize_function _GL_UNISTD_INLINE int getpagesize () { return _gl_getpagesize (); } # define GNULIB_defined_getpagesize_function 1 # endif # endif # endif # endif /* Need to cast, because on Cygwin 1.5.x systems, the return type is size_t. */ _GL_CXXALIAS_SYS_CAST (getpagesize, int, (void)); # endif # if @HAVE_DECL_GETPAGESIZE@ _GL_CXXALIASWARN (getpagesize); # endif #elif defined GNULIB_POSIXCHECK # undef getpagesize # if HAVE_RAW_DECL_GETPAGESIZE _GL_WARN_ON_USE (getpagesize, "getpagesize is unportable - " "use gnulib module getpagesize for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Return the next valid login shell on the system, or NULL when the end of the list has been reached. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (getusershell, char *, (void)); # endif _GL_CXXALIAS_SYS (getusershell, char *, (void)); _GL_CXXALIASWARN (getusershell); #elif defined GNULIB_POSIXCHECK # undef getusershell # if HAVE_RAW_DECL_GETUSERSHELL _GL_WARN_ON_USE (getusershell, "getusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Rewind to pointer that is advanced at each getusershell() call. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (setusershell, void, (void)); # endif _GL_CXXALIAS_SYS (setusershell, void, (void)); _GL_CXXALIASWARN (setusershell); #elif defined GNULIB_POSIXCHECK # undef setusershell # if HAVE_RAW_DECL_SETUSERSHELL _GL_WARN_ON_USE (setusershell, "setusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Free the pointer that is advanced at each getusershell() call and associated resources. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (endusershell, void, (void)); # endif _GL_CXXALIAS_SYS (endusershell, void, (void)); _GL_CXXALIASWARN (endusershell); #elif defined GNULIB_POSIXCHECK # undef endusershell # if HAVE_RAW_DECL_ENDUSERSHELL _GL_WARN_ON_USE (endusershell, "endusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GROUP_MEMBER@ /* Determine whether group id is in calling user's group list. */ # if !@HAVE_GROUP_MEMBER@ _GL_FUNCDECL_SYS (group_member, int, (gid_t gid)); # endif _GL_CXXALIAS_SYS (group_member, int, (gid_t gid)); _GL_CXXALIASWARN (group_member); #elif defined GNULIB_POSIXCHECK # undef group_member # if HAVE_RAW_DECL_GROUP_MEMBER _GL_WARN_ON_USE (group_member, "group_member is unportable - " "use gnulib module group-member for portability"); # endif #endif #if @GNULIB_ISATTY@ # if @REPLACE_ISATTY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef isatty # define isatty rpl_isatty # endif _GL_FUNCDECL_RPL (isatty, int, (int fd)); _GL_CXXALIAS_RPL (isatty, int, (int fd)); # else _GL_CXXALIAS_SYS (isatty, int, (int fd)); # endif _GL_CXXALIASWARN (isatty); #elif defined GNULIB_POSIXCHECK # undef isatty # if HAVE_RAW_DECL_ISATTY _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - " "use gnulib module isatty for portability"); # endif #endif #if @GNULIB_LCHOWN@ /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE to GID (if GID is not -1). Do not follow symbolic links. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html>. */ # if @REPLACE_LCHOWN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef lchown # define lchown rpl_lchown # endif _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)); # else # if !@HAVE_LCHOWN@ _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)); # endif _GL_CXXALIASWARN (lchown); #elif defined GNULIB_POSIXCHECK # undef lchown # if HAVE_RAW_DECL_LCHOWN _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - " "use gnulib module lchown for portability"); # endif #endif #if @GNULIB_LINK@ /* Create a new hard link for an existing file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html>. */ # if @REPLACE_LINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define link rpl_link # endif _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2)); # else # if !@HAVE_LINK@ _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2)); # endif _GL_CXXALIASWARN (link); #elif defined GNULIB_POSIXCHECK # undef link # if HAVE_RAW_DECL_LINK _GL_WARN_ON_USE (link, "link is unportable - " "use gnulib module link for portability"); # endif #endif #if @GNULIB_LINKAT@ /* Create a new hard link for an existing file, relative to two directories. FLAG controls whether symlinks are followed. Return 0 if successful, otherwise -1 and errno set. */ # if @REPLACE_LINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef linkat # define linkat rpl_linkat # endif _GL_FUNCDECL_RPL (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag)); # else # if !@HAVE_LINKAT@ _GL_FUNCDECL_SYS (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag)); # endif _GL_CXXALIASWARN (linkat); #elif defined GNULIB_POSIXCHECK # undef linkat # if HAVE_RAW_DECL_LINKAT _GL_WARN_ON_USE (linkat, "linkat is unportable - " "use gnulib module linkat for portability"); # endif #endif #if @GNULIB_LSEEK@ /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END. Return the new offset if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */ # if @REPLACE_LSEEK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define lseek rpl_lseek # endif _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence)); _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence)); # else _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence)); # endif _GL_CXXALIASWARN (lseek); #elif defined GNULIB_POSIXCHECK # undef lseek # if HAVE_RAW_DECL_LSEEK _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some " "systems - use gnulib module lseek for portability"); # endif #endif #if @GNULIB_PIPE@ /* Create a pipe, defaulting to O_BINARY mode. Store the read-end as fd[0] and the write-end as fd[1]. Return 0 upon success, or -1 with errno set upon failure. */ # if !@HAVE_PIPE@ _GL_FUNCDECL_SYS (pipe, int, (int fd[2]) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (pipe, int, (int fd[2])); _GL_CXXALIASWARN (pipe); #elif defined GNULIB_POSIXCHECK # undef pipe # if HAVE_RAW_DECL_PIPE _GL_WARN_ON_USE (pipe, "pipe is unportable - " "use gnulib module pipe-posix for portability"); # endif #endif #if @GNULIB_PIPE2@ /* Create a pipe, applying the given flags when opening the read-end of the pipe and the write-end of the pipe. The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) and O_TEXT, O_BINARY (defined in "binary-io.h"). Store the read-end as fd[0] and the write-end as fd[1]. Return 0 upon success, or -1 with errno set upon failure. See also the Linux man page at <http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>. */ # if @HAVE_PIPE2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define pipe2 rpl_pipe2 # endif _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); # else _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); # endif _GL_CXXALIASWARN (pipe2); #elif defined GNULIB_POSIXCHECK # undef pipe2 # if HAVE_RAW_DECL_PIPE2 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - " "use gnulib module pipe2 for portability"); # endif #endif #if @GNULIB_PREAD@ /* Read at most BUFSIZE bytes from FD into BUF, starting at OFFSET. Return the number of bytes placed into BUF if successful, otherwise set errno and return -1. 0 indicates EOF. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html>. */ # if @REPLACE_PREAD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pread # define pread rpl_pread # endif _GL_FUNCDECL_RPL (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset)); # else # if !@HAVE_PREAD@ _GL_FUNCDECL_SYS (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset)); # endif _GL_CXXALIASWARN (pread); #elif defined GNULIB_POSIXCHECK # undef pread # if HAVE_RAW_DECL_PREAD _GL_WARN_ON_USE (pread, "pread is unportable - " "use gnulib module pread for portability"); # endif #endif #if @GNULIB_PWRITE@ /* Write at most BUFSIZE bytes from BUF into FD, starting at OFFSET. Return the number of bytes written if successful, otherwise set errno and return -1. 0 indicates nothing written. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html>. */ # if @REPLACE_PWRITE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pwrite # define pwrite rpl_pwrite # endif _GL_FUNCDECL_RPL (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset)); # else # if !@HAVE_PWRITE@ _GL_FUNCDECL_SYS (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset)); # endif _GL_CXXALIASWARN (pwrite); #elif defined GNULIB_POSIXCHECK # undef pwrite # if HAVE_RAW_DECL_PWRITE _GL_WARN_ON_USE (pwrite, "pwrite is unportable - " "use gnulib module pwrite for portability"); # endif #endif #if @GNULIB_READ@ /* Read up to COUNT bytes from file descriptor FD into the buffer starting at BUF. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html>. */ # if @REPLACE_READ@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef read # define read rpl_read # endif _GL_FUNCDECL_RPL (read, ssize_t, (int fd, void *buf, size_t count) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (read, ssize_t, (int fd, void *buf, size_t count)); # else /* Need to cast, because on mingw, the third parameter is unsigned int count and the return type is 'int'. */ _GL_CXXALIAS_SYS_CAST (read, ssize_t, (int fd, void *buf, size_t count)); # endif _GL_CXXALIASWARN (read); #endif #if @GNULIB_READLINK@ /* Read the contents of the symbolic link FILE and place the first BUFSIZE bytes of it into BUF. Return the number of bytes placed into BUF if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html>. */ # if @REPLACE_READLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define readlink rpl_readlink # endif _GL_FUNCDECL_RPL (readlink, ssize_t, (const char *file, char *buf, size_t bufsize) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (readlink, ssize_t, (const char *file, char *buf, size_t bufsize)); # else # if !@HAVE_READLINK@ _GL_FUNCDECL_SYS (readlink, ssize_t, (const char *file, char *buf, size_t bufsize) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (readlink, ssize_t, (const char *file, char *buf, size_t bufsize)); # endif _GL_CXXALIASWARN (readlink); #elif defined GNULIB_POSIXCHECK # undef readlink # if HAVE_RAW_DECL_READLINK _GL_WARN_ON_USE (readlink, "readlink is unportable - " "use gnulib module readlink for portability"); # endif #endif #if @GNULIB_READLINKAT@ # if @REPLACE_READLINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define readlinkat rpl_readlinkat # endif _GL_FUNCDECL_RPL (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len)); # else # if !@HAVE_READLINKAT@ _GL_FUNCDECL_SYS (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len)); # endif _GL_CXXALIASWARN (readlinkat); #elif defined GNULIB_POSIXCHECK # undef readlinkat # if HAVE_RAW_DECL_READLINKAT _GL_WARN_ON_USE (readlinkat, "readlinkat is not portable - " "use gnulib module readlinkat for portability"); # endif #endif #if @GNULIB_RMDIR@ /* Remove the directory DIR. */ # if @REPLACE_RMDIR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define rmdir rpl_rmdir # endif _GL_FUNCDECL_RPL (rmdir, int, (char const *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (rmdir, int, (char const *name)); # else _GL_CXXALIAS_SYS (rmdir, int, (char const *name)); # endif _GL_CXXALIASWARN (rmdir); #elif defined GNULIB_POSIXCHECK # undef rmdir # if HAVE_RAW_DECL_RMDIR _GL_WARN_ON_USE (rmdir, "rmdir is unportable - " "use gnulib module rmdir for portability"); # endif #endif #if @GNULIB_SETHOSTNAME@ /* Set the host name of the machine. The host name may or may not be fully qualified. Put LEN bytes of NAME into the host name. Return 0 if successful, otherwise, set errno and return -1. Platforms with no ability to set the hostname return -1 and set errno = ENOSYS. */ # if !@HAVE_SETHOSTNAME@ || !@HAVE_DECL_SETHOSTNAME@ _GL_FUNCDECL_SYS (sethostname, int, (const char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 11 2011-10, Mac OS X 10.5, IRIX 6.5 and FreeBSD 6.4 the second parameter is int. On Solaris 11 2011-10, the first parameter is not const. */ _GL_CXXALIAS_SYS_CAST (sethostname, int, (const char *name, size_t len)); _GL_CXXALIASWARN (sethostname); #elif defined GNULIB_POSIXCHECK # undef sethostname # if HAVE_RAW_DECL_SETHOSTNAME _GL_WARN_ON_USE (sethostname, "sethostname is unportable - " "use gnulib module sethostname for portability"); # endif #endif #if @GNULIB_SLEEP@ /* Pause the execution of the current thread for N seconds. Returns the number of seconds left to sleep. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */ # if @REPLACE_SLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef sleep # define sleep rpl_sleep # endif _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n)); _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n)); # else # if !@HAVE_SLEEP@ _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n)); # endif _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n)); # endif _GL_CXXALIASWARN (sleep); #elif defined GNULIB_POSIXCHECK # undef sleep # if HAVE_RAW_DECL_SLEEP _GL_WARN_ON_USE (sleep, "sleep is unportable - " "use gnulib module sleep for portability"); # endif #endif #if @GNULIB_SYMLINK@ # if @REPLACE_SYMLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef symlink # define symlink rpl_symlink # endif _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file)); # else # if !@HAVE_SYMLINK@ _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file)); # endif _GL_CXXALIASWARN (symlink); #elif defined GNULIB_POSIXCHECK # undef symlink # if HAVE_RAW_DECL_SYMLINK _GL_WARN_ON_USE (symlink, "symlink is not portable - " "use gnulib module symlink for portability"); # endif #endif #if @GNULIB_SYMLINKAT@ # if @REPLACE_SYMLINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef symlinkat # define symlinkat rpl_symlinkat # endif _GL_FUNCDECL_RPL (symlinkat, int, (char const *contents, int fd, char const *file) _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (symlinkat, int, (char const *contents, int fd, char const *file)); # else # if !@HAVE_SYMLINKAT@ _GL_FUNCDECL_SYS (symlinkat, int, (char const *contents, int fd, char const *file) _GL_ARG_NONNULL ((1, 3))); # endif _GL_CXXALIAS_SYS (symlinkat, int, (char const *contents, int fd, char const *file)); # endif _GL_CXXALIASWARN (symlinkat); #elif defined GNULIB_POSIXCHECK # undef symlinkat # if HAVE_RAW_DECL_SYMLINKAT _GL_WARN_ON_USE (symlinkat, "symlinkat is not portable - " "use gnulib module symlinkat for portability"); # endif #endif #if @GNULIB_TRUNCATE@ /* Change the size of the file designated by FILENAME to become equal to LENGTH. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html>. */ # if @REPLACE_TRUNCATE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef truncate # define truncate rpl_truncate # endif _GL_FUNCDECL_RPL (truncate, int, (const char *filename, off_t length) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (truncate, int, (const char *filename, off_t length)); # else # if !@HAVE_TRUNCATE@ _GL_FUNCDECL_SYS (truncate, int, (const char *filename, off_t length) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (truncate, int, (const char *filename, off_t length)); # endif _GL_CXXALIASWARN (truncate); #elif defined GNULIB_POSIXCHECK # undef truncate # if HAVE_RAW_DECL_TRUNCATE _GL_WARN_ON_USE (truncate, "truncate is unportable - " "use gnulib module truncate for portability"); # endif #endif #if @GNULIB_TTYNAME_R@ /* Store at most BUFLEN characters of the pathname of the terminal FD is open on in BUF. Return 0 on success, otherwise an error number. */ # if @REPLACE_TTYNAME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ttyname_r # define ttyname_r rpl_ttyname_r # endif _GL_FUNCDECL_RPL (ttyname_r, int, (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (ttyname_r, int, (int fd, char *buf, size_t buflen)); # else # if !@HAVE_DECL_TTYNAME_R@ _GL_FUNCDECL_SYS (ttyname_r, int, (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (ttyname_r, int, (int fd, char *buf, size_t buflen)); # endif _GL_CXXALIASWARN (ttyname_r); #elif defined GNULIB_POSIXCHECK # undef ttyname_r # if HAVE_RAW_DECL_TTYNAME_R _GL_WARN_ON_USE (ttyname_r, "ttyname_r is not portable - " "use gnulib module ttyname_r for portability"); # endif #endif #if @GNULIB_UNLINK@ # if @REPLACE_UNLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unlink # define unlink rpl_unlink # endif _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (unlink, int, (char const *file)); # else _GL_CXXALIAS_SYS (unlink, int, (char const *file)); # endif _GL_CXXALIASWARN (unlink); #elif defined GNULIB_POSIXCHECK # undef unlink # if HAVE_RAW_DECL_UNLINK _GL_WARN_ON_USE (unlink, "unlink is not portable - " "use gnulib module unlink for portability"); # endif #endif #if @GNULIB_UNLINKAT@ # if @REPLACE_UNLINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unlinkat # define unlinkat rpl_unlinkat # endif _GL_FUNCDECL_RPL (unlinkat, int, (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (unlinkat, int, (int fd, char const *file, int flag)); # else # if !@HAVE_UNLINKAT@ _GL_FUNCDECL_SYS (unlinkat, int, (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (unlinkat, int, (int fd, char const *file, int flag)); # endif _GL_CXXALIASWARN (unlinkat); #elif defined GNULIB_POSIXCHECK # undef unlinkat # if HAVE_RAW_DECL_UNLINKAT _GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_USLEEP@ /* Pause the execution of the current thread for N microseconds. Returns 0 on completion, or -1 on range error. See the POSIX:2001 specification <http://www.opengroup.org/susv3xsh/usleep.html>. */ # if @REPLACE_USLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef usleep # define usleep rpl_usleep # endif _GL_FUNCDECL_RPL (usleep, int, (useconds_t n)); _GL_CXXALIAS_RPL (usleep, int, (useconds_t n)); # else # if !@HAVE_USLEEP@ _GL_FUNCDECL_SYS (usleep, int, (useconds_t n)); # endif _GL_CXXALIAS_SYS (usleep, int, (useconds_t n)); # endif _GL_CXXALIASWARN (usleep); #elif defined GNULIB_POSIXCHECK # undef usleep # if HAVE_RAW_DECL_USLEEP _GL_WARN_ON_USE (usleep, "usleep is unportable - " "use gnulib module usleep for portability"); # endif #endif #if @GNULIB_WRITE@ /* Write up to COUNT bytes starting at BUF to file descriptor FD. See the POSIX:2008 specification <http://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html>. */ # if @REPLACE_WRITE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef write # define write rpl_write # endif _GL_FUNCDECL_RPL (write, ssize_t, (int fd, const void *buf, size_t count) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (write, ssize_t, (int fd, const void *buf, size_t count)); # else /* Need to cast, because on mingw, the third parameter is unsigned int count and the return type is 'int'. */ _GL_CXXALIAS_SYS_CAST (write, ssize_t, (int fd, const void *buf, size_t count)); # endif _GL_CXXALIASWARN (write); #endif _GL_INLINE_HEADER_END #endif /* _@GUARD_PREFIX@_UNISTD_H */ #endif /* _GL_INCLUDING_UNISTD_H */ #endif /* _@GUARD_PREFIX@_UNISTD_H */ ��������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/_Noreturn.h������������������������������������������������������������������������0000644�0000000�0000000�00000000462�13062455303�012460� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#if !defined _Noreturn && __STDC_VERSION__ < 201112 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/progname.c�������������������������������������������������������������������������0000644�0000000�0000000�00000006150�13061734274�012316� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Program name management. Copyright (C) 2001-2003, 2005-2017 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2001. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #undef ENABLE_RELOCATABLE /* avoid defining set_program_name as a macro */ #include "progname.h" #include <errno.h> /* get program_invocation_name declaration */ #include <stdio.h> #include <stdlib.h> #include <string.h> /* String containing name the program is called with. To be initialized by main(). */ const char *program_name = NULL; /* Set program_name, based on argv[0]. argv0 must be a string allocated with indefinite extent, and must not be modified after this call. */ void set_program_name (const char *argv0) { /* libtool creates a temporary executable whose name is sometimes prefixed with "lt-" (depends on the platform). It also makes argv[0] absolute. But the name of the temporary executable is a detail that should not be visible to the end user and to the test suite. Remove this "<dirname>/.libs/" or "<dirname>/.libs/lt-" prefix here. */ const char *slash; const char *base; /* Sanity check. POSIX requires the invoking process to pass a non-NULL argv[0]. */ if (argv0 == NULL) { /* It's a bug in the invoking program. Help diagnosing it. */ fputs ("A NULL argv[0] was passed through an exec system call.\n", stderr); abort (); } slash = strrchr (argv0, '/'); base = (slash != NULL ? slash + 1 : argv0); if (base - argv0 >= 7 && strncmp (base - 7, "/.libs/", 7) == 0) { argv0 = base; if (strncmp (base, "lt-", 3) == 0) { argv0 = base + 3; /* On glibc systems, remove the "lt-" prefix from the variable program_invocation_short_name. */ #if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME program_invocation_short_name = (char *) argv0; #endif } } /* But don't strip off a leading <dirname>/ in general, because when the user runs /some/hidden/place/bin/cp foo foo he should get the error message /some/hidden/place/bin/cp: `foo' and `foo' are the same file not cp: `foo' and `foo' are the same file */ program_name = argv0; /* On glibc systems, the error() function comes from libc and uses the variable program_invocation_name, not program_name. So set this variable as well. */ #if HAVE_DECL_PROGRAM_INVOCATION_NAME program_invocation_name = (char *) argv0; #endif } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/version-etc.h����������������������������������������������������������������������0000644�0000000�0000000�00000005555�13061734274�012761� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Print --version and bug-reporting information in a consistent format. Copyright (C) 1999, 2003, 2005, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Jim Meyering. */ #ifndef VERSION_ETC_H # define VERSION_ETC_H 1 # include <stdarg.h> # include <stdio.h> /* The 'sentinel' attribute was added in gcc 4.0. */ #ifndef _GL_ATTRIBUTE_SENTINEL # if 4 <= __GNUC__ # define _GL_ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__)) # else # define _GL_ATTRIBUTE_SENTINEL /* empty */ # endif #endif extern const char version_etc_copyright[]; /* The three functions below display the --version information in the standard way: command and package names, package version, followed by a short GPLv3+ notice and a list of up to 10 author names. If COMMAND_NAME is NULL, the PACKAGE is assumed to be the name of the program. The formats are therefore: PACKAGE VERSION or COMMAND_NAME (PACKAGE) VERSION. The functions differ in the way they are passed author names: */ /* N_AUTHORS names are supplied in array AUTHORS. */ extern void version_etc_arn (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors, size_t n_authors); /* Names are passed in the NULL-terminated array AUTHORS. */ extern void version_etc_ar (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors); /* Names are passed in the NULL-terminated va_list. */ extern void version_etc_va (FILE *stream, const char *command_name, const char *package, const char *version, va_list authors); /* Names are passed as separate arguments, with an additional NULL argument at the end. */ extern void version_etc (FILE *stream, const char *command_name, const char *package, const char *version, /* const char *author1, ..., NULL */ ...) _GL_ATTRIBUTE_SENTINEL; /* Display the usual "Report bugs to" stanza. */ extern void emit_bug_reporting_address (void); #endif /* VERSION_ETC_H */ ���������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/error.c����������������������������������������������������������������������������0000644�0000000�0000000�00000024762�13134403260�011635� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Error handler for noninteractive utilities Copyright (C) 1990-1998, 2000-2007, 2009-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */ #if !_LIBC # include <config.h> #endif #include "error.h" #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #if !_LIBC && ENABLE_NLS # include "gettext.h" # define _(msgid) gettext (msgid) #endif #ifdef _LIBC # include <libintl.h> # include <stdbool.h> # include <stdint.h> # include <wchar.h> # define mbsrtowcs __mbsrtowcs # define USE_UNLOCKED_IO 0 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) # define _GL_ARG_NONNULL(a) #else # include "getprogname.h" #endif #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif #ifndef _ # define _(String) String #endif /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */ void (*error_print_progname) (void); /* This variable is incremented each time 'error' is called. */ unsigned int error_message_count; #ifdef _LIBC /* In the GNU C library, there is a predefined variable for this. */ # define program_name program_invocation_name # include <errno.h> # include <limits.h> # include <libio/libioP.h> /* In GNU libc we want do not want to use the common name 'error' directly. Instead make it a weak alias. */ extern void __error (int status, int errnum, const char *message, ...) __attribute__ ((__format__ (__printf__, 3, 4))); extern void __error_at_line (int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) __attribute__ ((__format__ (__printf__, 5, 6))); # define error __error # define error_at_line __error_at_line # include <libio/iolibio.h> # define fflush(s) _IO_fflush (s) # undef putc # define putc(c, fp) _IO_putc (c, fp) # include <bits/libc-lock.h> #else /* not _LIBC */ # include <fcntl.h> # include <unistd.h> # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include <windows.h> /* Get _get_osfhandle. */ # if GNULIB_MSVC_NOTHROW # include "msvc-nothrow.h" # else # include <io.h> # endif # endif /* The gnulib override of fcntl is not needed in this file. */ # undef fcntl # if !(GNULIB_STRERROR_R_POSIX || HAVE_DECL_STRERROR_R) # ifndef HAVE_DECL_STRERROR_R "this configure-time declaration test was not run" # endif # if STRERROR_R_CHAR_P char *strerror_r (int errnum, char *buf, size_t buflen); # else int strerror_r (int errnum, char *buf, size_t buflen); # endif # endif #define program_name getprogname () # if GNULIB_STRERROR_R_POSIX || HAVE_STRERROR_R || defined strerror_r # define __strerror_r strerror_r # endif /* GNULIB_STRERROR_R_POSIX || HAVE_STRERROR_R || defined strerror_r */ #endif /* not _LIBC */ #if !_LIBC /* Return non-zero if FD is open. */ static int is_open (int fd) { # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows: The initial state of unassigned standard file descriptors is that they are open but point to an INVALID_HANDLE_VALUE. There is no fcntl, and the gnulib replacement fcntl does not support F_GETFL. */ return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE; # else # ifndef F_GETFL # error Please port fcntl to your platform # endif return 0 <= fcntl (fd, F_GETFL); # endif } #endif static void flush_stdout (void) { #if !_LIBC int stdout_fd; # if GNULIB_FREOPEN_SAFER /* Use of gnulib's freopen-safer module normally ensures that fileno (stdout) == 1 whenever stdout is open. */ stdout_fd = STDOUT_FILENO; # else /* POSIX states that fileno (stdout) after fclose is unspecified. But in practice it is not a problem, because stdout is statically allocated and the fd of a FILE stream is stored as a field in its allocated memory. */ stdout_fd = fileno (stdout); # endif /* POSIX states that fflush (stdout) after fclose is unspecified; it is safe in glibc, but not on all other platforms. fflush (NULL) is always defined, but too draconian. */ if (0 <= stdout_fd && is_open (stdout_fd)) #endif fflush (stdout); } static void print_errno_message (int errnum) { char const *s; #if _LIBC || GNULIB_STRERROR_R_POSIX || defined HAVE_STRERROR_R char errbuf[1024]; # if _LIBC || (!GNULIB_STRERROR_R_POSIX && STRERROR_R_CHAR_P) s = __strerror_r (errnum, errbuf, sizeof errbuf); # else if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) s = errbuf; else s = 0; # endif #else s = strerror (errnum); #endif #if !_LIBC if (! s) s = _("Unknown system error"); #endif #if _LIBC __fxprintf (NULL, ": %s", s); #else fprintf (stderr, ": %s", s); #endif } static void _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3)) error_tail (int status, int errnum, const char *message, va_list args) { #if _LIBC if (_IO_fwide (stderr, 0) > 0) { size_t len = strlen (message) + 1; wchar_t *wmessage = NULL; mbstate_t st; size_t res; const char *tmp; bool use_malloc = false; while (1) { if (__libc_use_alloca (len * sizeof (wchar_t))) wmessage = (wchar_t *) alloca (len * sizeof (wchar_t)); else { if (!use_malloc) wmessage = NULL; wchar_t *p = (wchar_t *) realloc (wmessage, len * sizeof (wchar_t)); if (p == NULL) { free (wmessage); fputws_unlocked (L"out of memory\n", stderr); return; } wmessage = p; use_malloc = true; } memset (&st, '\0', sizeof (st)); tmp = message; res = mbsrtowcs (wmessage, &tmp, len, &st); if (res != len) break; if (__builtin_expect (len >= SIZE_MAX / sizeof (wchar_t) / 2, 0)) { /* This really should not happen if everything is fine. */ res = (size_t) -1; break; } len *= 2; } if (res == (size_t) -1) { /* The string cannot be converted. */ if (use_malloc) { free (wmessage); use_malloc = false; } wmessage = (wchar_t *) L"???"; } __vfwprintf (stderr, wmessage, args); if (use_malloc) free (wmessage); } else #endif vfprintf (stderr, message, args); ++error_message_count; if (errnum) print_errno_message (errnum); #if _LIBC __fxprintf (NULL, "\n"); #else putc ('\n', stderr); #endif fflush (stderr); if (status) exit (status); } /* Print the program name and error message MESSAGE, which is a printf-style format string with optional args. If ERRNUM is nonzero, print its corresponding system error message. Exit with status STATUS if it is nonzero. */ void error (int status, int errnum, const char *message, ...) { va_list args; #if defined _LIBC && defined __libc_ptf_call /* We do not want this call to be cut short by a thread cancellation. Therefore disable cancellation for now. */ int state = PTHREAD_CANCEL_ENABLE; __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 0); #endif flush_stdout (); #ifdef _LIBC _IO_flockfile (stderr); #endif if (error_print_progname) (*error_print_progname) (); else { #if _LIBC __fxprintf (NULL, "%s: ", program_name); #else fprintf (stderr, "%s: ", program_name); #endif } va_start (args, message); error_tail (status, errnum, message, args); va_end (args); #ifdef _LIBC _IO_funlockfile (stderr); # ifdef __libc_ptf_call __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); # endif #endif } /* Sometimes we want to have at most one error per line. This variable controls whether this mode is selected or not. */ int error_one_per_line; void error_at_line (int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) { va_list args; if (error_one_per_line) { static const char *old_file_name; static unsigned int old_line_number; if (old_line_number == line_number && (file_name == old_file_name || (old_file_name != NULL && file_name != NULL && strcmp (old_file_name, file_name) == 0))) /* Simply return and print nothing. */ return; old_file_name = file_name; old_line_number = line_number; } #if defined _LIBC && defined __libc_ptf_call /* We do not want this call to be cut short by a thread cancellation. Therefore disable cancellation for now. */ int state = PTHREAD_CANCEL_ENABLE; __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 0); #endif flush_stdout (); #ifdef _LIBC _IO_flockfile (stderr); #endif if (error_print_progname) (*error_print_progname) (); else { #if _LIBC __fxprintf (NULL, "%s:", program_name); #else fprintf (stderr, "%s:", program_name); #endif } #if _LIBC __fxprintf (NULL, file_name != NULL ? "%s:%u: " : " ", file_name, line_number); #else fprintf (stderr, file_name != NULL ? "%s:%u: " : " ", file_name, line_number); #endif va_start (args, message); error_tail (status, errnum, message, args); va_end (args); #ifdef _LIBC _IO_funlockfile (stderr); # ifdef __libc_ptf_call __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); # endif #endif } #ifdef _LIBC /* Make the weak alias. */ # undef error # undef error_at_line weak_alias (__error, error) weak_alias (__error_at_line, error_at_line) #endif ��������������libidn2-2.0.4/gl/string.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000120560�13134403260�012415� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A GNU-like <string.h>. Copyright (C) 1995-1996, 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined _GL_ALREADY_INCLUDING_STRING_H /* Special invocation convention: - On OS X/NetBSD we have a sequence of nested includes <string.h> -> <strings.h> -> "string.h" In this situation system _chk variants due to -D_FORTIFY_SOURCE might be used after any replacements defined here. */ #@INCLUDE_NEXT@ @NEXT_STRING_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STRING_H #define _GL_ALREADY_INCLUDING_STRING_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STRING_H@ #undef _GL_ALREADY_INCLUDING_STRING_H #ifndef _@GUARD_PREFIX@_STRING_H #define _@GUARD_PREFIX@_STRING_H /* NetBSD 5.0 mis-defines NULL. */ #include <stddef.h> /* MirBSD defines mbslen as a macro. */ #if @GNULIB_MBSLEN@ && defined __MirBSD__ # include <wchar.h> #endif /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* NetBSD 5.0 declares strsignal in <unistd.h>, not in <string.h>. */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_STRSIGNAL@ || defined GNULIB_POSIXCHECK) && defined __NetBSD__ \ && ! defined __GLIBC__ # include <unistd.h> #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Clear a block of memory. The compiler will not delete a call to this function, even if the block is dead after the call. */ #if @GNULIB_EXPLICIT_BZERO@ # if ! @HAVE_EXPLICIT_BZERO@ _GL_FUNCDECL_SYS (explicit_bzero, void, (void *__dest, size_t __n) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (explicit_bzero, void, (void *__dest, size_t __n)); _GL_CXXALIASWARN (explicit_bzero); #elif defined GNULIB_POSIXCHECK # undef explicit_bzero # if HAVE_RAW_DECL_EXPLICIT_BZERO _GL_WARN_ON_USE (explicit_bzero, "explicit_bzero is unportable - " "use gnulib module explicit_bzero for portability"); # endif #endif /* Find the index of the least-significant set bit. */ #if @GNULIB_FFSL@ # if !@HAVE_FFSL@ _GL_FUNCDECL_SYS (ffsl, int, (long int i)); # endif _GL_CXXALIAS_SYS (ffsl, int, (long int i)); _GL_CXXALIASWARN (ffsl); #elif defined GNULIB_POSIXCHECK # undef ffsl # if HAVE_RAW_DECL_FFSL _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); # endif #endif /* Find the index of the least-significant set bit. */ #if @GNULIB_FFSLL@ # if !@HAVE_FFSLL@ _GL_FUNCDECL_SYS (ffsll, int, (long long int i)); # endif _GL_CXXALIAS_SYS (ffsll, int, (long long int i)); _GL_CXXALIASWARN (ffsll); #elif defined GNULIB_POSIXCHECK # undef ffsll # if HAVE_RAW_DECL_FFSLL _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module"); # endif #endif /* Return the first instance of C within N bytes of S, or NULL. */ #if @GNULIB_MEMCHR@ # if @REPLACE_MEMCHR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define memchr rpl_memchr # endif _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); # else # if ! @HAVE_MEMCHR@ _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C" { const void * std::memchr (const void *, int, size_t); } extern "C++" { void * std::memchr (void *, int, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (memchr, void *, (void const *__s, int __c, size_t __n), void const *, (void const *__s, int __c, size_t __n)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n)); _GL_CXXALIASWARN1 (memchr, void const *, (void const *__s, int __c, size_t __n)); # else _GL_CXXALIASWARN (memchr); # endif #elif defined GNULIB_POSIXCHECK # undef memchr /* Assume memchr is always declared. */ _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - " "use gnulib module memchr for portability" ); #endif /* Return the first occurrence of NEEDLE in HAYSTACK. */ #if @GNULIB_MEMMEM@ # if @REPLACE_MEMMEM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define memmem rpl_memmem # endif _GL_FUNCDECL_RPL (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)); # else # if ! @HAVE_DECL_MEMMEM@ _GL_FUNCDECL_SYS (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 3))); # endif _GL_CXXALIAS_SYS (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)); # endif _GL_CXXALIASWARN (memmem); #elif defined GNULIB_POSIXCHECK # undef memmem # if HAVE_RAW_DECL_MEMMEM _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - " "use gnulib module memmem-simple for portability, " "and module memmem for speed" ); # endif #endif /* Copy N bytes of SRC to DEST, return pointer to bytes after the last written byte. */ #if @GNULIB_MEMPCPY@ # if ! @HAVE_MEMPCPY@ _GL_FUNCDECL_SYS (mempcpy, void *, (void *restrict __dest, void const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (mempcpy, void *, (void *restrict __dest, void const *restrict __src, size_t __n)); _GL_CXXALIASWARN (mempcpy); #elif defined GNULIB_POSIXCHECK # undef mempcpy # if HAVE_RAW_DECL_MEMPCPY _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - " "use gnulib module mempcpy for portability"); # endif #endif /* Search backwards through a block for a byte (specified as an int). */ #if @GNULIB_MEMRCHR@ # if ! @HAVE_DECL_MEMRCHR@ _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const void * std::memrchr (const void *, int, size_t); } extern "C++" { void * std::memrchr (void *, int, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (memrchr, void *, (void const *, int, size_t), void const *, (void const *, int, size_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); # else _GL_CXXALIASWARN (memrchr); # endif #elif defined GNULIB_POSIXCHECK # undef memrchr # if HAVE_RAW_DECL_MEMRCHR _GL_WARN_ON_USE (memrchr, "memrchr is unportable - " "use gnulib module memrchr for portability"); # endif #endif /* Find the first occurrence of C in S. More efficient than memchr(S,C,N), at the expense of undefined behavior if C does not occur within N bytes. */ #if @GNULIB_RAWMEMCHR@ # if ! @HAVE_RAWMEMCHR@ _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const void * std::rawmemchr (const void *, int); } extern "C++" { void * std::rawmemchr (void *, int); } */ _GL_CXXALIAS_SYS_CAST2 (rawmemchr, void *, (void const *__s, int __c_in), void const *, (void const *__s, int __c_in)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (rawmemchr, void *, (void *__s, int __c_in)); _GL_CXXALIASWARN1 (rawmemchr, void const *, (void const *__s, int __c_in)); # else _GL_CXXALIASWARN (rawmemchr); # endif #elif defined GNULIB_POSIXCHECK # undef rawmemchr # if HAVE_RAW_DECL_RAWMEMCHR _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - " "use gnulib module rawmemchr for portability"); # endif #endif /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */ #if @GNULIB_STPCPY@ # if ! @HAVE_STPCPY@ _GL_FUNCDECL_SYS (stpcpy, char *, (char *restrict __dst, char const *restrict __src) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (stpcpy, char *, (char *restrict __dst, char const *restrict __src)); _GL_CXXALIASWARN (stpcpy); #elif defined GNULIB_POSIXCHECK # undef stpcpy # if HAVE_RAW_DECL_STPCPY _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - " "use gnulib module stpcpy for portability"); # endif #endif /* Copy no more than N bytes of SRC to DST, returning a pointer past the last non-NUL byte written into DST. */ #if @GNULIB_STPNCPY@ # if @REPLACE_STPNCPY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef stpncpy # define stpncpy rpl_stpncpy # endif _GL_FUNCDECL_RPL (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n)); # else # if ! @HAVE_STPNCPY@ _GL_FUNCDECL_SYS (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n)); # endif _GL_CXXALIASWARN (stpncpy); #elif defined GNULIB_POSIXCHECK # undef stpncpy # if HAVE_RAW_DECL_STPNCPY _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - " "use gnulib module stpncpy for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strchr() does not work with multibyte strings if the locale encoding is GB18030 and the character to be searched is a digit. */ # undef strchr /* Assume strchr is always declared. */ _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " "in some multibyte locales - " "use mbschr if you care about internationalization"); #endif /* Find the first occurrence of C in S or the final NUL byte. */ #if @GNULIB_STRCHRNUL@ # if @REPLACE_STRCHRNUL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strchrnul rpl_strchrnul # endif _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strchrnul, char *, (const char *str, int ch)); # else # if ! @HAVE_STRCHRNUL@ _GL_FUNCDECL_SYS (strchrnul, char *, (char const *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * std::strchrnul (const char *, int); } extern "C++" { char * std::strchrnul (char *, int); } */ _GL_CXXALIAS_SYS_CAST2 (strchrnul, char *, (char const *__s, int __c_in), char const *, (char const *__s, int __c_in)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strchrnul, char *, (char *__s, int __c_in)); _GL_CXXALIASWARN1 (strchrnul, char const *, (char const *__s, int __c_in)); # else _GL_CXXALIASWARN (strchrnul); # endif #elif defined GNULIB_POSIXCHECK # undef strchrnul # if HAVE_RAW_DECL_STRCHRNUL _GL_WARN_ON_USE (strchrnul, "strchrnul is unportable - " "use gnulib module strchrnul for portability"); # endif #endif /* Duplicate S, returning an identical malloc'd string. */ #if @GNULIB_STRDUP@ # if @REPLACE_STRDUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strdup # define strdup rpl_strdup # endif _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); # else # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup /* strdup exists as a function and as a macro. Get rid of the macro. */ # undef strdup # endif # if !(@HAVE_DECL_STRDUP@ || defined strdup) _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strdup, char *, (char const *__s)); # endif _GL_CXXALIASWARN (strdup); #elif defined GNULIB_POSIXCHECK # undef strdup # if HAVE_RAW_DECL_STRDUP _GL_WARN_ON_USE (strdup, "strdup is unportable - " "use gnulib module strdup for portability"); # endif #endif /* Append no more than N characters from SRC onto DEST. */ #if @GNULIB_STRNCAT@ # if @REPLACE_STRNCAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strncat # define strncat rpl_strncat # endif _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); # else _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n)); # endif _GL_CXXALIASWARN (strncat); #elif defined GNULIB_POSIXCHECK # undef strncat # if HAVE_RAW_DECL_STRNCAT _GL_WARN_ON_USE (strncat, "strncat is unportable - " "use gnulib module strncat for portability"); # endif #endif /* Return a newly allocated copy of at most N bytes of STRING. */ #if @GNULIB_STRNDUP@ # if @REPLACE_STRNDUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strndup # define strndup rpl_strndup # endif _GL_FUNCDECL_RPL (strndup, char *, (char const *__s, size_t __n) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strndup, char *, (char const *__s, size_t __n)); # else # if ! @HAVE_DECL_STRNDUP@ _GL_FUNCDECL_SYS (strndup, char *, (char const *__s, size_t __n) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strndup, char *, (char const *__s, size_t __n)); # endif _GL_CXXALIASWARN (strndup); #elif defined GNULIB_POSIXCHECK # undef strndup # if HAVE_RAW_DECL_STRNDUP _GL_WARN_ON_USE (strndup, "strndup is unportable - " "use gnulib module strndup for portability"); # endif #endif /* Find the length (number of bytes) of STRING, but scan at most MAXLEN bytes. If no '\0' terminator is found in that many bytes, return MAXLEN. */ #if @GNULIB_STRNLEN@ # if @REPLACE_STRNLEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strnlen # define strnlen rpl_strnlen # endif _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__s, size_t __maxlen) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__s, size_t __maxlen)); # else # if ! @HAVE_DECL_STRNLEN@ _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__s, size_t __maxlen) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__s, size_t __maxlen)); # endif _GL_CXXALIASWARN (strnlen); #elif defined GNULIB_POSIXCHECK # undef strnlen # if HAVE_RAW_DECL_STRNLEN _GL_WARN_ON_USE (strnlen, "strnlen is unportable - " "use gnulib module strnlen for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strcspn() assumes the second argument is a list of single-byte characters. Even in this simple case, it does not work with multibyte strings if the locale encoding is GB18030 and one of the characters to be searched is a digit. */ # undef strcspn /* Assume strcspn is always declared. */ _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " "in multibyte locales - " "use mbscspn if you care about internationalization"); #endif /* Find the first occurrence in S of any character in ACCEPT. */ #if @GNULIB_STRPBRK@ # if ! @HAVE_STRPBRK@ _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif /* On some systems, this function is defined as an overloaded function: extern "C" { const char * strpbrk (const char *, const char *); } extern "C++" { char * strpbrk (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strpbrk, char *, (char const *__s, char const *__accept), const char *, (char const *__s, char const *__accept)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept)); _GL_CXXALIASWARN1 (strpbrk, char const *, (char const *__s, char const *__accept)); # else _GL_CXXALIASWARN (strpbrk); # endif # if defined GNULIB_POSIXCHECK /* strpbrk() assumes the second argument is a list of single-byte characters. Even in this simple case, it does not work with multibyte strings if the locale encoding is GB18030 and one of the characters to be searched is a digit. */ # undef strpbrk _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " "in multibyte locales - " "use mbspbrk if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strpbrk # if HAVE_RAW_DECL_STRPBRK _GL_WARN_ON_USE (strpbrk, "strpbrk is unportable - " "use gnulib module strpbrk for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strspn() assumes the second argument is a list of single-byte characters. Even in this simple case, it cannot work with multibyte strings. */ # undef strspn /* Assume strspn is always declared. */ _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " "in multibyte locales - " "use mbsspn if you care about internationalization"); #endif #if defined GNULIB_POSIXCHECK /* strrchr() does not work with multibyte strings if the locale encoding is GB18030 and the character to be searched is a digit. */ # undef strrchr /* Assume strrchr is always declared. */ _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " "in some multibyte locales - " "use mbsrchr if you care about internationalization"); #endif /* Search the next delimiter (char listed in DELIM) starting at *STRINGP. If one is found, overwrite it with a NUL, and advance *STRINGP to point to the next char after it. Otherwise, set *STRINGP to NULL. If *STRINGP was already NULL, nothing happens. Return the old value of *STRINGP. This is a variant of strtok() that is multithread-safe and supports empty fields. Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. See also strtok_r(). */ #if @GNULIB_STRSEP@ # if ! @HAVE_STRSEP@ _GL_FUNCDECL_SYS (strsep, char *, (char **restrict __stringp, char const *restrict __delim) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (strsep, char *, (char **restrict __stringp, char const *restrict __delim)); _GL_CXXALIASWARN (strsep); # if defined GNULIB_POSIXCHECK # undef strsep _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings " "in multibyte locales - " "use mbssep if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strsep # if HAVE_RAW_DECL_STRSEP _GL_WARN_ON_USE (strsep, "strsep is unportable - " "use gnulib module strsep for portability"); # endif #endif #if @GNULIB_STRSTR@ # if @REPLACE_STRSTR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strstr rpl_strstr # endif _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); # else /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * strstr (const char *, const char *); } extern "C++" { char * strstr (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strstr, char *, (const char *haystack, const char *needle), const char *, (const char *haystack, const char *needle)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); _GL_CXXALIASWARN1 (strstr, const char *, (const char *haystack, const char *needle)); # else _GL_CXXALIASWARN (strstr); # endif #elif defined GNULIB_POSIXCHECK /* strstr() does not work with multibyte strings if the locale encoding is different from UTF-8: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ # undef strstr /* Assume strstr is always declared. */ _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot " "work correctly on character strings in most " "multibyte locales - " "use mbsstr if you care about internationalization, " "or use strstr if you care about speed"); #endif /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive comparison. */ #if @GNULIB_STRCASESTR@ # if @REPLACE_STRCASESTR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strcasestr rpl_strcasestr # endif _GL_FUNCDECL_RPL (strcasestr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strcasestr, char *, (const char *haystack, const char *needle)); # else # if ! @HAVE_STRCASESTR@ _GL_FUNCDECL_SYS (strcasestr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * strcasestr (const char *, const char *); } extern "C++" { char * strcasestr (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strcasestr, char *, (const char *haystack, const char *needle), const char *, (const char *haystack, const char *needle)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strcasestr, char *, (char *haystack, const char *needle)); _GL_CXXALIASWARN1 (strcasestr, const char *, (const char *haystack, const char *needle)); # else _GL_CXXALIASWARN (strcasestr); # endif #elif defined GNULIB_POSIXCHECK /* strcasestr() does not work with multibyte strings: It is a glibc extension, and glibc implements it only for unibyte locales. */ # undef strcasestr # if HAVE_RAW_DECL_STRCASESTR _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character " "strings in multibyte locales - " "use mbscasestr if you care about " "internationalization, or use c-strcasestr if you want " "a locale independent function"); # endif #endif /* Parse S into tokens separated by characters in DELIM. If S is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = strtok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" This is a variant of strtok() that is multithread-safe. For the POSIX documentation for this function, see: http://www.opengroup.org/susv3xsh/strtok.html Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. See also strsep(). */ #if @GNULIB_STRTOK_R@ # if @REPLACE_STRTOK_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strtok_r # define strtok_r rpl_strtok_r # endif _GL_FUNCDECL_RPL (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr)); # else # if @UNDEFINE_STRTOK_R@ || defined GNULIB_POSIXCHECK # undef strtok_r # endif # if ! @HAVE_DECL_STRTOK_R@ _GL_FUNCDECL_SYS (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr)); # endif _GL_CXXALIASWARN (strtok_r); # if defined GNULIB_POSIXCHECK _GL_WARN_ON_USE (strtok_r, "strtok_r cannot work correctly on character " "strings in multibyte locales - " "use mbstok_r if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strtok_r # if HAVE_RAW_DECL_STRTOK_R _GL_WARN_ON_USE (strtok_r, "strtok_r is unportable - " "use gnulib module strtok_r for portability"); # endif #endif /* The following functions are not specified by POSIX. They are gnulib extensions. */ #if @GNULIB_MBSLEN@ /* Return the number of multibyte characters in the character string STRING. This considers multibyte characters, unlike strlen, which counts bytes. */ # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */ # undef mbslen # endif # if @HAVE_MBSLEN@ /* AIX, OSF/1, MirBSD define mbslen already in libc. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbslen rpl_mbslen # endif _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string)); # else _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); # endif _GL_CXXALIASWARN (mbslen); #endif #if @GNULIB_MBSNLEN@ /* Return the number of multibyte characters in the character string starting at STRING and ending at STRING + LEN. */ _GL_EXTERN_C size_t mbsnlen (const char *string, size_t len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1)); #endif #if @GNULIB_MBSCHR@ /* Locate the first single-byte character C in the character string STRING, and return a pointer to it. Return NULL if C is not found in STRING. Unlike strchr(), this function works correctly in multibyte locales with encodings such as GB18030. */ # if defined __hpux # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbschr rpl_mbschr /* avoid collision with HP-UX function */ # endif _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbschr, char *, (const char *string, int c)); # else _GL_FUNCDECL_SYS (mbschr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c)); # endif _GL_CXXALIASWARN (mbschr); #endif #if @GNULIB_MBSRCHR@ /* Locate the last single-byte character C in the character string STRING, and return a pointer to it. Return NULL if C is not found in STRING. Unlike strrchr(), this function works correctly in multibyte locales with encodings such as GB18030. */ # if defined __hpux || defined __INTERIX # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ # endif _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c)); # else _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c)); # endif _GL_CXXALIASWARN (mbsrchr); #endif #if @GNULIB_MBSSTR@ /* Find the first occurrence of the character string NEEDLE in the character string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK. Unlike strstr(), this function works correctly in multibyte locales with encodings different from UTF-8. */ _GL_EXTERN_C char * mbsstr (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCASECMP@ /* Compare the character strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. Note: This function may, in multibyte locales, return 0 for strings of different lengths! Unlike strcasecmp(), this function works correctly in multibyte locales. */ _GL_EXTERN_C int mbscasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSNCASECMP@ /* Compare the initial segment of the character string S1 consisting of at most N characters with the initial segment of the character string S2 consisting of at most N characters, ignoring case, returning less than, equal to or greater than zero if the initial segment of S1 is lexicographically less than, equal to or greater than the initial segment of S2. Note: This function may, in multibyte locales, return 0 for initial segments of different lengths! Unlike strncasecmp(), this function works correctly in multibyte locales. But beware that N is not a byte count but a character count! */ _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSPCASECMP@ /* Compare the initial segment of the character string STRING consisting of at most mbslen (PREFIX) characters with the character string PREFIX, ignoring case. If the two match, return a pointer to the first byte after this prefix in STRING. Otherwise, return NULL. Note: This function may, in multibyte locales, return non-NULL if STRING is of smaller length than PREFIX! Unlike strncasecmp(), this function works correctly in multibyte locales. */ _GL_EXTERN_C char * mbspcasecmp (const char *string, const char *prefix) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCASESTR@ /* Find the first occurrence of the character string NEEDLE in the character string HAYSTACK, using case-insensitive comparison. Note: This function may, in multibyte locales, return success even if strlen (haystack) < strlen (needle) ! Unlike strcasestr(), this function works correctly in multibyte locales. */ _GL_EXTERN_C char * mbscasestr (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCSPN@ /* Find the first occurrence in the character string STRING of any character in the character string ACCEPT. Return the number of bytes from the beginning of the string to this occurrence, or to the end of the string if none exists. Unlike strcspn(), this function works correctly in multibyte locales. */ _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSPBRK@ /* Find the first occurrence in the character string STRING of any character in the character string ACCEPT. Return the pointer to it, or NULL if none exists. Unlike strpbrk(), this function works correctly in multibyte locales. */ # if defined __hpux # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbspbrk rpl_mbspbrk /* avoid collision with HP-UX function */ # endif _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept)); # else _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept)); # endif _GL_CXXALIASWARN (mbspbrk); #endif #if @GNULIB_MBSSPN@ /* Find the first occurrence in the character string STRING of any character not in the character string REJECT. Return the number of bytes from the beginning of the string to this occurrence, or to the end of the string if none exists. Unlike strspn(), this function works correctly in multibyte locales. */ _GL_EXTERN_C size_t mbsspn (const char *string, const char *reject) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSSEP@ /* Search the next delimiter (multibyte character listed in the character string DELIM) starting at the character string *STRINGP. If one is found, overwrite it with a NUL, and advance *STRINGP to point to the next multibyte character after it. Otherwise, set *STRINGP to NULL. If *STRINGP was already NULL, nothing happens. Return the old value of *STRINGP. This is a variant of mbstok_r() that supports empty fields. Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. See also mbstok_r(). */ _GL_EXTERN_C char * mbssep (char **stringp, const char *delim) _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSTOK_R@ /* Parse the character string STRING into tokens separated by characters in the character string DELIM. If STRING is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = mbstok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = mbstok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = mbstok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. See also mbssep(). */ _GL_EXTERN_C char * mbstok_r (char *string, const char *delim, char **save_ptr) _GL_ARG_NONNULL ((2, 3)); #endif /* Map any int, typically from errno, into an error message. */ #if @GNULIB_STRERROR@ # if @REPLACE_STRERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strerror # define strerror rpl_strerror # endif _GL_FUNCDECL_RPL (strerror, char *, (int)); _GL_CXXALIAS_RPL (strerror, char *, (int)); # else _GL_CXXALIAS_SYS (strerror, char *, (int)); # endif _GL_CXXALIASWARN (strerror); #elif defined GNULIB_POSIXCHECK # undef strerror /* Assume strerror is always declared. */ _GL_WARN_ON_USE (strerror, "strerror is unportable - " "use gnulib module strerror to guarantee non-NULL result"); #endif /* Map any int, typically from errno, into an error message. Multithread-safe. Uses the POSIX declaration, not the glibc declaration. */ #if @GNULIB_STRERROR_R@ # if @REPLACE_STRERROR_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strerror_r # define strerror_r rpl_strerror_r # endif _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)); # else # if !@HAVE_DECL_STRERROR_R@ _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)); # endif # if @HAVE_DECL_STRERROR_R@ _GL_CXXALIASWARN (strerror_r); # endif #elif defined GNULIB_POSIXCHECK # undef strerror_r # if HAVE_RAW_DECL_STRERROR_R _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - " "use gnulib module strerror_r-posix for portability"); # endif #endif #if @GNULIB_STRSIGNAL@ # if @REPLACE_STRSIGNAL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strsignal rpl_strsignal # endif _GL_FUNCDECL_RPL (strsignal, char *, (int __sig)); _GL_CXXALIAS_RPL (strsignal, char *, (int __sig)); # else # if ! @HAVE_DECL_STRSIGNAL@ _GL_FUNCDECL_SYS (strsignal, char *, (int __sig)); # endif /* Need to cast, because on Cygwin 1.5.x systems, the return type is 'const char *'. */ _GL_CXXALIAS_SYS_CAST (strsignal, char *, (int __sig)); # endif _GL_CXXALIASWARN (strsignal); #elif defined GNULIB_POSIXCHECK # undef strsignal # if HAVE_RAW_DECL_STRSIGNAL _GL_WARN_ON_USE (strsignal, "strsignal is unportable - " "use gnulib module strsignal for portability"); # endif #endif #if @GNULIB_STRVERSCMP@ # if !@HAVE_STRVERSCMP@ _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *)); _GL_CXXALIASWARN (strverscmp); #elif defined GNULIB_POSIXCHECK # undef strverscmp # if HAVE_RAW_DECL_STRVERSCMP _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - " "use gnulib module strverscmp for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_STRING_H */ #endif /* _@GUARD_PREFIX@_STRING_H */ #endif ������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/arg-nonnull.h����������������������������������������������������������������������0000644�0000000�0000000�00000002300�13062455303�012732� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A C macro for declaring that specific arguments must not be NULL. Copyright (C) 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools that the values passed as arguments n, ..., m must be non-NULL pointers. n = 1 stands for the first argument, n = 2 for the second argument etc. */ #ifndef _GL_ARG_NONNULL # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) # else # define _GL_ARG_NONNULL(params) # endif #endif ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/Makefile.am������������������������������������������������������������������������0000644�0000000�0000000�00000123001�13134403262�012360� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl error gendocs getline gettext-h gnupload lib-symbol-versions lib-symbol-visibility maintainer-makefile manywarnings progname stdio strchrnul strverscmp update-copyright valgrind-tests version-etc AUTOMAKE_OPTIONS = 1.9.6 gnits SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = core *.stackdump MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = # No GNU Make output. AM_CPPFLAGS = AM_CFLAGS = noinst_LTLIBRARIES += libgnu.la libgnu_la_SOURCES = libgnu_la_LIBADD = $(gl_LTLIBOBJS) libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS) EXTRA_libgnu_la_SOURCES = libgnu_la_LDFLAGS = $(AM_LDFLAGS) libgnu_la_LDFLAGS += -no-undefined libgnu_la_LDFLAGS += $(LTLIBINTL) ## begin gnulib module absolute-header # Use this preprocessor expression to decide whether #include_next works. # Do not rely on a 'configure'-time test for this, since the expression # might appear in an installed header, which is used by some other compiler. HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) ## end gnulib module absolute-header ## begin gnulib module dirname-lgpl libgnu_la_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c EXTRA_DIST += dirname.h ## end gnulib module dirname-lgpl ## begin gnulib module dosname EXTRA_DIST += dosname.h ## end gnulib module dosname ## begin gnulib module errno BUILT_SOURCES += $(ERRNO_H) # We need the following in order to create <errno.h> when the system # doesn't have one that is POSIX compliant. if GL_GENERATE_ERRNO_H errno.h: errno.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ < $(srcdir)/errno.in.h; \ } > $@-t && \ mv $@-t $@ else errno.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += errno.h errno.h-t EXTRA_DIST += errno.in.h ## end gnulib module errno ## begin gnulib module error EXTRA_DIST += error.c error.h EXTRA_libgnu_la_SOURCES += error.c ## end gnulib module error ## begin gnulib module gendocs EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh ## end gnulib module gendocs ## begin gnulib module getdelim EXTRA_DIST += getdelim.c EXTRA_libgnu_la_SOURCES += getdelim.c ## end gnulib module getdelim ## begin gnulib module getline EXTRA_DIST += getline.c EXTRA_libgnu_la_SOURCES += getline.c ## end gnulib module getline ## begin gnulib module getprogname libgnu_la_SOURCES += getprogname.h getprogname.c ## end gnulib module getprogname ## begin gnulib module gettext-h libgnu_la_SOURCES += gettext.h ## end gnulib module gettext-h ## begin gnulib module gnumakefile EXTRA_DIST += $(top_srcdir)/GNUmakefile distclean-local: clean-GNUmakefile clean-GNUmakefile: test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile ## end gnulib module gnumakefile ## begin gnulib module gnupload EXTRA_DIST += $(top_srcdir)/build-aux/gnupload ## end gnulib module gnupload ## begin gnulib module intprops EXTRA_DIST += intprops.h ## end gnulib module intprops ## begin gnulib module lib-symbol-visibility # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the # compilation of all sources that make up the library. This line here does it # only for the gnulib part of it. The developer is responsible for adding # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library. AM_CFLAGS += $(CFLAG_VISIBILITY) ## end gnulib module lib-symbol-visibility ## begin gnulib module limits-h BUILT_SOURCES += $(LIMITS_H) # We need the following in order to create <limits.h> when the system # doesn't have one that is compatible with GNU. if GL_GENERATE_LIMITS_H limits.h: limits.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ < $(srcdir)/limits.in.h; \ } > $@-t && \ mv $@-t $@ else limits.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += limits.h limits.h-t EXTRA_DIST += limits.in.h ## end gnulib module limits-h ## begin gnulib module maintainer-makefile EXTRA_DIST += $(top_srcdir)/maint.mk ## end gnulib module maintainer-makefile ## begin gnulib module malloc-posix EXTRA_DIST += malloc.c EXTRA_libgnu_la_SOURCES += malloc.c ## end gnulib module malloc-posix ## begin gnulib module msvc-inval EXTRA_DIST += msvc-inval.c msvc-inval.h EXTRA_libgnu_la_SOURCES += msvc-inval.c ## end gnulib module msvc-inval ## begin gnulib module msvc-nothrow EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h EXTRA_libgnu_la_SOURCES += msvc-nothrow.c ## end gnulib module msvc-nothrow ## begin gnulib module progname libgnu_la_SOURCES += progname.h progname.c ## end gnulib module progname ## begin gnulib module rawmemchr EXTRA_DIST += rawmemchr.c rawmemchr.valgrind EXTRA_libgnu_la_SOURCES += rawmemchr.c ## end gnulib module rawmemchr ## begin gnulib module snippet/_Noreturn # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H=$(srcdir)/_Noreturn.h EXTRA_DIST += _Noreturn.h ## end gnulib module snippet/_Noreturn ## begin gnulib module snippet/arg-nonnull # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. ARG_NONNULL_H=$(srcdir)/arg-nonnull.h EXTRA_DIST += arg-nonnull.h ## end gnulib module snippet/arg-nonnull ## begin gnulib module snippet/c++defs # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. CXXDEFS_H=$(srcdir)/c++defs.h EXTRA_DIST += c++defs.h ## end gnulib module snippet/c++defs ## begin gnulib module snippet/warn-on-use # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. WARN_ON_USE_H=$(srcdir)/warn-on-use.h EXTRA_DIST += warn-on-use.h ## end gnulib module snippet/warn-on-use ## begin gnulib module stdarg BUILT_SOURCES += $(STDARG_H) # We need the following in order to create <stdarg.h> when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDARG_H stdarg.h: stdarg.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ < $(srcdir)/stdarg.in.h; \ } > $@-t && \ mv $@-t $@ else stdarg.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdarg.h stdarg.h-t EXTRA_DIST += stdarg.in.h ## end gnulib module stdarg ## begin gnulib module stdbool BUILT_SOURCES += $(STDBOOL_H) # We need the following in order to create <stdbool.h> when the system # doesn't have one that works. if GL_GENERATE_STDBOOL_H stdbool.h: stdbool.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ } > $@-t && \ mv $@-t $@ else stdbool.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdbool.h stdbool.h-t EXTRA_DIST += stdbool.in.h ## end gnulib module stdbool ## begin gnulib module stddef BUILT_SOURCES += $(STDDEF_H) # We need the following in order to create <stddef.h> when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDDEF_H stddef.h: stddef.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ < $(srcdir)/stddef.in.h; \ } > $@-t && \ mv $@-t $@ else stddef.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stddef.h stddef.h-t EXTRA_DIST += stddef.in.h ## end gnulib module stddef ## begin gnulib module stdint BUILT_SOURCES += $(STDINT_H) # We need the following in order to create <stdint.h> when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDINT_H stdint.h: stdint.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ < $(srcdir)/stdint.in.h; \ } > $@-t && \ mv $@-t $@ else stdint.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdint.h stdint.h-t EXTRA_DIST += stdint.in.h ## end gnulib module stdint ## begin gnulib module stdio BUILT_SOURCES += stdio.h # We need the following in order to create <stdio.h> when the system # doesn't have one that works with the given compiler. stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ < $(srcdir)/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdio.h stdio.h-t EXTRA_DIST += stdio.in.h ## end gnulib module stdio ## begin gnulib module stdlib BUILT_SOURCES += stdlib.h # We need the following in order to create <stdlib.h> when the system # doesn't have one that works with the given compiler. stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \ -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ < $(srcdir)/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \ -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \ -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \ -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \ -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _Noreturn/r $(_NORETURN_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdlib.h stdlib.h-t EXTRA_DIST += stdlib.in.h ## end gnulib module stdlib ## begin gnulib module strchrnul EXTRA_DIST += strchrnul.c strchrnul.valgrind EXTRA_libgnu_la_SOURCES += strchrnul.c ## end gnulib module strchrnul ## begin gnulib module strerror EXTRA_DIST += strerror.c EXTRA_libgnu_la_SOURCES += strerror.c ## end gnulib module strerror ## begin gnulib module strerror-override EXTRA_DIST += strerror-override.c strerror-override.h EXTRA_libgnu_la_SOURCES += strerror-override.c ## end gnulib module strerror-override ## begin gnulib module string BUILT_SOURCES += string.h # We need the following in order to create <string.h> when the system # doesn't have one that works with the given compiler. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \ -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ < $(srcdir)/string.in.h | \ sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \ -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ < $(srcdir)/string.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += string.h string.h-t EXTRA_DIST += string.in.h ## end gnulib module string ## begin gnulib module strverscmp EXTRA_DIST += strverscmp.c EXTRA_libgnu_la_SOURCES += strverscmp.c ## end gnulib module strverscmp ## begin gnulib module sys_types BUILT_SOURCES += sys/types.h # We need the following in order to create <sys/types.h> when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/types.h sys/types.h-t EXTRA_DIST += sys_types.in.h ## end gnulib module sys_types ## begin gnulib module unistd BUILT_SOURCES += unistd.h libgnu_la_SOURCES += unistd.c # We need the following in order to create an empty placeholder for # <unistd.h> when the system doesn't have one. unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ < $(srcdir)/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ -e 's|@''HAVE_TRUNCATE''@|$(HAVE_TRUNCATE)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \ -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \ -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \ -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += unistd.h unistd.h-t EXTRA_DIST += unistd.in.h ## end gnulib module unistd ## begin gnulib module update-copyright EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright ## end gnulib module update-copyright ## begin gnulib module useless-if-before-free EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free ## end gnulib module useless-if-before-free ## begin gnulib module vc-list-files EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files ## end gnulib module vc-list-files ## begin gnulib module verify EXTRA_DIST += verify.h ## end gnulib module verify ## begin gnulib module version-etc libgnu_la_SOURCES += version-etc.h version-etc.c ## end gnulib module version-etc mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/c++defs.h��������������������������������������������������������������������������0000644�0000000�0000000�00000034125�13062455303�011722� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* C++ compatible function declaration macros. Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _GL_CXXDEFS_H #define _GL_CXXDEFS_H /* Begin/end the GNULIB_NAMESPACE namespace. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_BEGIN_NAMESPACE namespace GNULIB_NAMESPACE { # define _GL_END_NAMESPACE } #else # define _GL_BEGIN_NAMESPACE # define _GL_END_NAMESPACE #endif /* The three most frequent use cases of these macros are: * For providing a substitute for a function that is missing on some platforms, but is declared and works fine on the platforms on which it exists: #if @GNULIB_FOO@ # if !@HAVE_FOO@ _GL_FUNCDECL_SYS (foo, ...); # endif _GL_CXXALIAS_SYS (foo, ...); _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif * For providing a replacement for a function that exists on all platforms, but is broken/insufficient and needs to be replaced on some platforms: #if @GNULIB_FOO@ # if @REPLACE_FOO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef foo # define foo rpl_foo # endif _GL_FUNCDECL_RPL (foo, ...); _GL_CXXALIAS_RPL (foo, ...); # else _GL_CXXALIAS_SYS (foo, ...); # endif _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif * For providing a replacement for a function that exists on some platforms but is broken/insufficient and needs to be replaced on some of them and is additionally either missing or undeclared on some other platforms: #if @GNULIB_FOO@ # if @REPLACE_FOO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef foo # define foo rpl_foo # endif _GL_FUNCDECL_RPL (foo, ...); _GL_CXXALIAS_RPL (foo, ...); # else # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ _GL_FUNCDECL_SYS (foo, ...); # endif _GL_CXXALIAS_SYS (foo, ...); # endif _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif */ /* _GL_EXTERN_C declaration; performs the declaration with C linkage. */ #if defined __cplusplus # define _GL_EXTERN_C extern "C" #else # define _GL_EXTERN_C extern #endif /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); declares a replacement function, named rpl_func, with the given prototype, consisting of return type, parameters, and attributes. Example: _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); */ #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ _GL_EXTERN_C rettype rpl_func parameters_and_attributes /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); declares the system function, named func, with the given prototype, consisting of return type, parameters, and attributes. Example: _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); */ #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ _GL_EXTERN_C rettype func parameters_and_attributes /* _GL_CXXALIAS_RPL (func, rettype, parameters); declares a C++ alias called GNULIB_NAMESPACE::func that redirects to rpl_func, if GNULIB_NAMESPACE is defined. Example: _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); Wrapping rpl_func in an object with an inline conversion operator avoids a reference to rpl_func unless GNULIB_NAMESPACE::func is actually used in the program. */ #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return ::rpl_func; \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); except that the C function rpl_func may have a slightly different declaration. A cast is used to silence the "invalid conversion" error that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return reinterpret_cast<type>(::rpl_func); \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS (func, rettype, parameters); declares a C++ alias called GNULIB_NAMESPACE::func that redirects to the system provided function func, if GNULIB_NAMESPACE is defined. Example: _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); Wrapping func in an object with an inline conversion operator avoids a reference to func unless GNULIB_NAMESPACE::func is actually used in the program. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return ::func; \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); is like _GL_CXXALIAS_SYS (func, rettype, parameters); except that the C function func may have a slightly different declaration. A cast is used to silence the "invalid conversion" error that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return reinterpret_cast<type>(::func); \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); is like _GL_CXXALIAS_SYS (func, rettype, parameters); except that the C function is picked among a set of overloaded functions, namely the one with rettype2 and parameters2. Two consecutive casts are used to silence the "cannot find a match" and "invalid conversion" errors that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE /* The outer cast must be a reinterpret_cast. The inner cast: When the function is defined as a set of overloaded functions, it works as a static_cast<>, choosing the designated variant. When the function is defined as a single variant, it works as a reinterpret_cast<>. The parenthesized cast syntax works both ways. */ # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ namespace GNULIB_NAMESPACE \ { \ static const struct _gl_ ## func ## _wrapper \ { \ typedef rettype (*type) parameters; \ \ inline operator type () const \ { \ return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ } \ } func = {}; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIASWARN (func); causes a warning to be emitted when ::func is used but not when GNULIB_NAMESPACE::func is used. func must be defined without overloaded variants. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIASWARN(func) \ _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) # define _GL_CXXALIASWARN_1(func,namespace) \ _GL_CXXALIASWARN_2 (func, namespace) /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, we enable the warning only when not optimizing. */ # if !__OPTIMIZE__ # define _GL_CXXALIASWARN_2(func,namespace) \ _GL_WARN_ON_USE (func, \ "The symbol ::" #func " refers to the system function. " \ "Use " #namespace "::" #func " instead.") # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING # define _GL_CXXALIASWARN_2(func,namespace) \ extern __typeof__ (func) func # else # define _GL_CXXALIASWARN_2(func,namespace) \ _GL_EXTERN_C int _gl_cxxalias_dummy # endif #else # define _GL_CXXALIASWARN(func) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); causes a warning to be emitted when the given overloaded variant of ::func is used but not when GNULIB_NAMESPACE::func is used. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ GNULIB_NAMESPACE) # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, we enable the warning only when not optimizing. */ # if !__OPTIMIZE__ # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ "The symbol ::" #func " refers to the system function. " \ "Use " #namespace "::" #func " instead.") # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ extern __typeof__ (func) func # else # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ _GL_EXTERN_C int _gl_cxxalias_dummy # endif #else # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif #endif /* _GL_CXXDEFS_H */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/version-etc.c����������������������������������������������������������������������0000644�0000000�0000000�00000021765�13061734274�012755� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Print --version and bug-reporting information in a consistent format. Copyright (C) 1999-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Jim Meyering. */ #include <config.h> /* Specification. */ #include "version-etc.h" #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif #include "gettext.h" #define _(msgid) gettext (msgid) /* If you use AM_INIT_AUTOMAKE's no-define option, PACKAGE is not defined. Use PACKAGE_TARNAME instead. */ #if ! defined PACKAGE && defined PACKAGE_TARNAME # define PACKAGE PACKAGE_TARNAME #endif enum { COPYRIGHT_YEAR = 2017 }; /* The three functions below display the --version information the standard way. If COMMAND_NAME is NULL, the PACKAGE is assumed to be the name of the program. The formats are therefore: PACKAGE VERSION or COMMAND_NAME (PACKAGE) VERSION. The functions differ in the way they are passed author names. */ /* Display the --version information the standard way. Author names are given in the array AUTHORS. N_AUTHORS is the number of elements in the array. */ void version_etc_arn (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors, size_t n_authors) { if (command_name) fprintf (stream, "%s (%s) %s\n", command_name, package, version); else fprintf (stream, "%s %s\n", package, version); #ifdef PACKAGE_PACKAGER # ifdef PACKAGE_PACKAGER_VERSION fprintf (stream, _("Packaged by %s (%s)\n"), PACKAGE_PACKAGER, PACKAGE_PACKAGER_VERSION); # else fprintf (stream, _("Packaged by %s\n"), PACKAGE_PACKAGER); # endif #endif /* TRANSLATORS: Translate "(C)" to the copyright symbol (C-in-a-circle), if this symbol is available in the user's locale. Otherwise, do not translate "(C)"; leave it as-is. */ fprintf (stream, version_etc_copyright, _("(C)"), COPYRIGHT_YEAR); fputs (_("\ \n\ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n\ \n\ "), stream); switch (n_authors) { case 0: /* The caller must provide at least one author name. */ abort (); case 1: /* TRANSLATORS: %s denotes an author name. */ fprintf (stream, _("Written by %s.\n"), authors[0]); break; case 2: /* TRANSLATORS: Each %s denotes an author name. */ fprintf (stream, _("Written by %s and %s.\n"), authors[0], authors[1]); break; case 3: /* TRANSLATORS: Each %s denotes an author name. */ fprintf (stream, _("Written by %s, %s, and %s.\n"), authors[0], authors[1], authors[2]); break; case 4: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors[0], authors[1], authors[2], authors[3]); break; case 5: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4]); break; case 6: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\n%s, %s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5]); break; case 7: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6]); break; case 8: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("\ Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6], authors[7]); break; case 9: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("\ Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6], authors[7], authors[8]); break; default: /* 10 or more authors. Use an abbreviation, since the human reader will probably not want to read the entire list anyway. */ /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("\ Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6], authors[7], authors[8]); break; } } /* Display the --version information the standard way. See the initial comment to this module, for more information. Author names are given in the NULL-terminated array AUTHORS. */ void version_etc_ar (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors) { size_t n_authors; for (n_authors = 0; authors[n_authors]; n_authors++) ; version_etc_arn (stream, command_name, package, version, authors, n_authors); } /* Display the --version information the standard way. See the initial comment to this module, for more information. Author names are given in the NULL-terminated va_list AUTHORS. */ void version_etc_va (FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) { size_t n_authors; const char *authtab[10]; for (n_authors = 0; n_authors < 10 && (authtab[n_authors] = va_arg (authors, const char *)) != NULL; n_authors++) ; version_etc_arn (stream, command_name, package, version, authtab, n_authors); } /* Display the --version information the standard way. If COMMAND_NAME is NULL, the PACKAGE is assumed to be the name of the program. The formats are therefore: PACKAGE VERSION or COMMAND_NAME (PACKAGE) VERSION. The authors names are passed as separate arguments, with an additional NULL argument at the end. */ void version_etc (FILE *stream, const char *command_name, const char *package, const char *version, /* const char *author1, ...*/ ...) { va_list authors; va_start (authors, version); version_etc_va (stream, command_name, package, version, authors); va_end (authors); } void emit_bug_reporting_address (void) { /* TRANSLATORS: The placeholder indicates the bug-reporting address for this package. Please add _another line_ saying "Report translation bugs to <...>\n" with the address for translation bugs (typically your translation team's web or email address). */ printf (_("\nReport bugs to: %s\n"), PACKAGE_BUGREPORT); #ifdef PACKAGE_PACKAGER_BUG_REPORTS printf (_("Report %s bugs to: %s\n"), PACKAGE_PACKAGER, PACKAGE_PACKAGER_BUG_REPORTS); #endif #ifdef PACKAGE_URL printf (_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL); #else printf (_("%s home page: <http://www.gnu.org/software/%s/>\n"), PACKAGE_NAME, PACKAGE); #endif fputs (_("General help using GNU software: <http://www.gnu.org/gethelp/>\n"), stdout); } �����������libidn2-2.0.4/gl/stdlib.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000103712�13061734274�012403� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A GNU-like <stdlib.h>. Copyright (C) 1995, 2001-2004, 2006-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_system_stdlib_h || defined __need_malloc_and_calloc /* Special invocation conventions inside some gnulib header files, and inside some glibc header files, respectively. */ #@INCLUDE_NEXT@ @NEXT_STDLIB_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STDLIB_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDLIB_H@ #ifndef _@GUARD_PREFIX@_STDLIB_H #define _@GUARD_PREFIX@_STDLIB_H /* NetBSD 5.0 mis-defines NULL. */ #include <stddef.h> /* MirBSD 10 defines WEXITSTATUS in <sys/wait.h>, not in <stdlib.h>. */ #if @GNULIB_SYSTEM_POSIX@ && !defined WEXITSTATUS # include <sys/wait.h> #endif /* Solaris declares getloadavg() in <sys/loadavg.h>. */ #if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@ # include <sys/loadavg.h> #endif /* Native Windows platforms declare mktemp() in <io.h>. */ #if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include <io.h> #endif #if @GNULIB_RANDOM_R@ /* OSF/1 5.1 declares 'struct random_data' in <random.h>, which is included from <stdlib.h> if _REENTRANT is defined. Include it whenever we need 'struct random_data'. */ # if @HAVE_RANDOM_H@ # include <random.h> # endif # if !@HAVE_STRUCT_RANDOM_DATA@ || @REPLACE_RANDOM_R@ || !@HAVE_RANDOM_R@ # include <stdint.h> # endif # if !@HAVE_STRUCT_RANDOM_DATA@ /* Define 'struct random_data'. But allow multiple gnulib generated <stdlib.h> replacements to coexist. */ # if !GNULIB_defined_struct_random_data struct random_data { int32_t *fptr; /* Front pointer. */ int32_t *rptr; /* Rear pointer. */ int32_t *state; /* Array of state values. */ int rand_type; /* Type of random number generator. */ int rand_deg; /* Degree of random number generator. */ int rand_sep; /* Distance between front and rear. */ int32_t *end_ptr; /* Pointer behind state table. */ }; # define GNULIB_defined_struct_random_data 1 # endif # endif #endif #if (@GNULIB_MKSTEMP@ || @GNULIB_MKSTEMPS@ || @GNULIB_GETSUBOPT@ || defined GNULIB_POSIXCHECK) && ! defined __GLIBC__ && !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) /* On Mac OS X 10.3, only <unistd.h> declares mkstemp. */ /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */ /* On Cygwin 1.7.1, only <unistd.h> declares getsubopt. */ /* But avoid namespace pollution on glibc systems and native Windows. */ # include <unistd.h> #endif /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The definition of _Noreturn is copied here. */ /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Some systems do not define EXIT_*, despite otherwise supporting C89. */ #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere with proper operation of xargs. */ #ifndef EXIT_FAILURE # define EXIT_FAILURE 1 #elif EXIT_FAILURE != 1 # undef EXIT_FAILURE # define EXIT_FAILURE 1 #endif #if @GNULIB__EXIT@ /* Terminate the current process with the given return code, without running the 'atexit' handlers. */ # if !@HAVE__EXIT@ _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status)); # endif _GL_CXXALIAS_SYS (_Exit, void, (int status)); _GL_CXXALIASWARN (_Exit); #elif defined GNULIB_POSIXCHECK # undef _Exit # if HAVE_RAW_DECL__EXIT _GL_WARN_ON_USE (_Exit, "_Exit is unportable - " "use gnulib module _Exit for portability"); # endif #endif #if @GNULIB_ATOLL@ /* Parse a signed decimal integer. Returns the value of the integer. Errors are not detected. */ # if !@HAVE_ATOLL@ _GL_FUNCDECL_SYS (atoll, long long, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); _GL_CXXALIASWARN (atoll); #elif defined GNULIB_POSIXCHECK # undef atoll # if HAVE_RAW_DECL_ATOLL _GL_WARN_ON_USE (atoll, "atoll is unportable - " "use gnulib module atoll for portability"); # endif #endif #if @GNULIB_CALLOC_POSIX@ # if @REPLACE_CALLOC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef calloc # define calloc rpl_calloc # endif _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); # else _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); # endif _GL_CXXALIASWARN (calloc); #elif defined GNULIB_POSIXCHECK # undef calloc /* Assume calloc is always declared. */ _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere - " "use gnulib module calloc-posix for portability"); #endif #if @GNULIB_CANONICALIZE_FILE_NAME@ # if @REPLACE_CANONICALIZE_FILE_NAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define canonicalize_file_name rpl_canonicalize_file_name # endif _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name)); # else # if !@HAVE_CANONICALIZE_FILE_NAME@ _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); # endif _GL_CXXALIASWARN (canonicalize_file_name); #elif defined GNULIB_POSIXCHECK # undef canonicalize_file_name # if HAVE_RAW_DECL_CANONICALIZE_FILE_NAME _GL_WARN_ON_USE (canonicalize_file_name, "canonicalize_file_name is unportable - " "use gnulib module canonicalize-lgpl for portability"); # endif #endif #if @GNULIB_GETLOADAVG@ /* Store max(NELEM,3) load average numbers in LOADAVG[]. The three numbers are the load average of the last 1 minute, the last 5 minutes, and the last 15 minutes, respectively. LOADAVG is an array of NELEM numbers. */ # if !@HAVE_DECL_GETLOADAVG@ _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); _GL_CXXALIASWARN (getloadavg); #elif defined GNULIB_POSIXCHECK # undef getloadavg # if HAVE_RAW_DECL_GETLOADAVG _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - " "use gnulib module getloadavg for portability"); # endif #endif #if @GNULIB_GETSUBOPT@ /* Assuming *OPTIONP is a comma separated list of elements of the form "token" or "token=value", getsubopt parses the first of these elements. If the first element refers to a "token" that is member of the given NULL-terminated array of tokens: - It replaces the comma with a NUL byte, updates *OPTIONP to point past the first option and the comma, sets *VALUEP to the value of the element (or NULL if it doesn't contain an "=" sign), - It returns the index of the "token" in the given array of tokens. Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. For more details see the POSIX:2001 specification. http://www.opengroup.org/susv3xsh/getsubopt.html */ # if !@HAVE_GETSUBOPT@ _GL_FUNCDECL_SYS (getsubopt, int, (char **optionp, char *const *tokens, char **valuep) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (getsubopt, int, (char **optionp, char *const *tokens, char **valuep)); _GL_CXXALIASWARN (getsubopt); #elif defined GNULIB_POSIXCHECK # undef getsubopt # if HAVE_RAW_DECL_GETSUBOPT _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - " "use gnulib module getsubopt for portability"); # endif #endif #if @GNULIB_GRANTPT@ /* Change the ownership and access permission of the slave side of the pseudo-terminal whose master side is specified by FD. */ # if !@HAVE_GRANTPT@ _GL_FUNCDECL_SYS (grantpt, int, (int fd)); # endif _GL_CXXALIAS_SYS (grantpt, int, (int fd)); _GL_CXXALIASWARN (grantpt); #elif defined GNULIB_POSIXCHECK # undef grantpt # if HAVE_RAW_DECL_GRANTPT _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " "use gnulib module grantpt for portability"); # endif #endif /* If _GL_USE_STDLIB_ALLOC is nonzero, the including module does not rely on GNU or POSIX semantics for malloc and realloc (for example, by never specifying a zero size), so it does not need malloc or realloc to be redefined. */ #if @GNULIB_MALLOC_POSIX@ # if @REPLACE_MALLOC@ # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ || _GL_USE_STDLIB_ALLOC) # undef malloc # define malloc rpl_malloc # endif _GL_FUNCDECL_RPL (malloc, void *, (size_t size)); _GL_CXXALIAS_RPL (malloc, void *, (size_t size)); # else _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); # endif _GL_CXXALIASWARN (malloc); #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC # undef malloc /* Assume malloc is always declared. */ _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - " "use gnulib module malloc-posix for portability"); #endif /* Convert a multibyte character to a wide character. */ #if @GNULIB_MBTOWC@ # if @REPLACE_MBTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbtowc # define mbtowc rpl_mbtowc # endif _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); # else _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); # endif _GL_CXXALIASWARN (mbtowc); #endif #if @GNULIB_MKDTEMP@ /* Create a unique temporary directory from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the directory name unique. Returns TEMPLATE, or a null pointer if it cannot get a unique name. The directory is created mode 700. */ # if !@HAVE_MKDTEMP@ _GL_FUNCDECL_SYS (mkdtemp, char *, (char * /*template*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/)); _GL_CXXALIASWARN (mkdtemp); #elif defined GNULIB_POSIXCHECK # undef mkdtemp # if HAVE_RAW_DECL_MKDTEMP _GL_WARN_ON_USE (mkdtemp, "mkdtemp is unportable - " "use gnulib module mkdtemp for portability"); # endif #endif #if @GNULIB_MKOSTEMP@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the file name unique. The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) and O_TEXT, O_BINARY (defined in "binary-io.h"). The file is then created, with the specified flags, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKOSTEMP@ _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)); _GL_CXXALIASWARN (mkostemp); #elif defined GNULIB_POSIXCHECK # undef mkostemp # if HAVE_RAW_DECL_MKOSTEMP _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - " "use gnulib module mkostemp for portability"); # endif #endif #if @GNULIB_MKOSTEMPS@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE before a suffix of length SUFFIXLEN must be "XXXXXX"; they are replaced with a string that makes the file name unique. The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>) and O_TEXT, O_BINARY (defined in "binary-io.h"). The file is then created, with the specified flags, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKOSTEMPS@ _GL_FUNCDECL_SYS (mkostemps, int, (char * /*template*/, int /*suffixlen*/, int /*flags*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkostemps, int, (char * /*template*/, int /*suffixlen*/, int /*flags*/)); _GL_CXXALIASWARN (mkostemps); #elif defined GNULIB_POSIXCHECK # undef mkostemps # if HAVE_RAW_DECL_MKOSTEMPS _GL_WARN_ON_USE (mkostemps, "mkostemps is unportable - " "use gnulib module mkostemps for portability"); # endif #endif #if @GNULIB_MKSTEMP@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the file name unique. The file is then created, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if @REPLACE_MKSTEMP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mkstemp rpl_mkstemp # endif _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/)); # else # if ! @HAVE_MKSTEMP@ _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/)); # endif _GL_CXXALIASWARN (mkstemp); #elif defined GNULIB_POSIXCHECK # undef mkstemp # if HAVE_RAW_DECL_MKSTEMP _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - " "use gnulib module mkstemp for portability"); # endif #endif #if @GNULIB_MKSTEMPS@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE prior to a suffix of length SUFFIXLEN must be "XXXXXX"; they are replaced with a string that makes the file name unique. The file is then created, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKSTEMPS@ _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)); _GL_CXXALIASWARN (mkstemps); #elif defined GNULIB_POSIXCHECK # undef mkstemps # if HAVE_RAW_DECL_MKSTEMPS _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - " "use gnulib module mkstemps for portability"); # endif #endif #if @GNULIB_POSIX_OPENPT@ /* Return an FD open to the master side of a pseudo-terminal. Flags should include O_RDWR, and may also include O_NOCTTY. */ # if !@HAVE_POSIX_OPENPT@ _GL_FUNCDECL_SYS (posix_openpt, int, (int flags)); # endif _GL_CXXALIAS_SYS (posix_openpt, int, (int flags)); _GL_CXXALIASWARN (posix_openpt); #elif defined GNULIB_POSIXCHECK # undef posix_openpt # if HAVE_RAW_DECL_POSIX_OPENPT _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - " "use gnulib module posix_openpt for portability"); # endif #endif #if @GNULIB_PTSNAME@ /* Return the pathname of the pseudo-terminal slave associated with the master FD is open on, or NULL on errors. */ # if @REPLACE_PTSNAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ptsname # define ptsname rpl_ptsname # endif _GL_FUNCDECL_RPL (ptsname, char *, (int fd)); _GL_CXXALIAS_RPL (ptsname, char *, (int fd)); # else # if !@HAVE_PTSNAME@ _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); # endif _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); # endif _GL_CXXALIASWARN (ptsname); #elif defined GNULIB_POSIXCHECK # undef ptsname # if HAVE_RAW_DECL_PTSNAME _GL_WARN_ON_USE (ptsname, "ptsname is not portable - " "use gnulib module ptsname for portability"); # endif #endif #if @GNULIB_PTSNAME_R@ /* Set the pathname of the pseudo-terminal slave associated with the master FD is open on and return 0, or set errno and return non-zero on errors. */ # if @REPLACE_PTSNAME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ptsname_r # define ptsname_r rpl_ptsname_r # endif _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); # else # if !@HAVE_PTSNAME_R@ _GL_FUNCDECL_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); # endif _GL_CXXALIAS_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); # endif _GL_CXXALIASWARN (ptsname_r); #elif defined GNULIB_POSIXCHECK # undef ptsname_r # if HAVE_RAW_DECL_PTSNAME_R _GL_WARN_ON_USE (ptsname_r, "ptsname_r is not portable - " "use gnulib module ptsname_r for portability"); # endif #endif #if @GNULIB_PUTENV@ # if @REPLACE_PUTENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putenv # define putenv rpl_putenv # endif _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (putenv, int, (char *string)); # else _GL_CXXALIAS_SYS (putenv, int, (char *string)); # endif _GL_CXXALIASWARN (putenv); #endif #if @GNULIB_QSORT_R@ /* Sort an array of NMEMB elements, starting at address BASE, each element occupying SIZE bytes, in ascending order according to the comparison function COMPARE. */ # if @REPLACE_QSORT_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef qsort_r # define qsort_r rpl_qsort_r # endif _GL_FUNCDECL_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size, int (*compare) (void const *, void const *, void *), void *arg) _GL_ARG_NONNULL ((1, 4))); _GL_CXXALIAS_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size, int (*compare) (void const *, void const *, void *), void *arg)); # else # if !@HAVE_QSORT_R@ _GL_FUNCDECL_SYS (qsort_r, void, (void *base, size_t nmemb, size_t size, int (*compare) (void const *, void const *, void *), void *arg) _GL_ARG_NONNULL ((1, 4))); # endif _GL_CXXALIAS_SYS (qsort_r, void, (void *base, size_t nmemb, size_t size, int (*compare) (void const *, void const *, void *), void *arg)); # endif _GL_CXXALIASWARN (qsort_r); #elif defined GNULIB_POSIXCHECK # undef qsort_r # if HAVE_RAW_DECL_QSORT_R _GL_WARN_ON_USE (qsort_r, "qsort_r is not portable - " "use gnulib module qsort_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if !@HAVE_RANDOM_R@ # ifndef RAND_MAX # define RAND_MAX 2147483647 # endif # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (random, long, (void)); # endif _GL_CXXALIAS_SYS (random, long, (void)); _GL_CXXALIASWARN (random); #elif defined GNULIB_POSIXCHECK # undef random # if HAVE_RAW_DECL_RANDOM _GL_WARN_ON_USE (random, "random is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed)); # endif _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed)); _GL_CXXALIASWARN (srandom); #elif defined GNULIB_POSIXCHECK # undef srandom # if HAVE_RAW_DECL_SRANDOM _GL_WARN_ON_USE (srandom, "srandom is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (initstate, char *, (unsigned int seed, char *buf, size_t buf_size) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (initstate, char *, (unsigned int seed, char *buf, size_t buf_size)); _GL_CXXALIASWARN (initstate); #elif defined GNULIB_POSIXCHECK # undef initstate # if HAVE_RAW_DECL_INITSTATE_R _GL_WARN_ON_USE (initstate, "initstate is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (setstate, char *, (char *arg_state) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (setstate, char *, (char *arg_state)); _GL_CXXALIASWARN (setstate); #elif defined GNULIB_POSIXCHECK # undef setstate # if HAVE_RAW_DECL_SETSTATE_R _GL_WARN_ON_USE (setstate, "setstate is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef random_r # define random_r rpl_random_r # endif _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result)); # endif _GL_CXXALIASWARN (random_r); #elif defined GNULIB_POSIXCHECK # undef random_r # if HAVE_RAW_DECL_RANDOM_R _GL_WARN_ON_USE (random_r, "random_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef srandom_r # define srandom_r rpl_srandom_r # endif _GL_FUNCDECL_RPL (srandom_r, int, (unsigned int seed, struct random_data *rand_state) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (srandom_r, int, (unsigned int seed, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (srandom_r, int, (unsigned int seed, struct random_data *rand_state) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (srandom_r, int, (unsigned int seed, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (srandom_r); #elif defined GNULIB_POSIXCHECK # undef srandom_r # if HAVE_RAW_DECL_SRANDOM_R _GL_WARN_ON_USE (srandom_r, "srandom_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef initstate_r # define initstate_r rpl_initstate_r # endif _GL_FUNCDECL_RPL (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (initstate_r); #elif defined GNULIB_POSIXCHECK # undef initstate_r # if HAVE_RAW_DECL_INITSTATE_R _GL_WARN_ON_USE (initstate_r, "initstate_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setstate_r # define setstate_r rpl_setstate_r # endif _GL_FUNCDECL_RPL (setstate_r, int, (char *arg_state, struct random_data *rand_state) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (setstate_r, int, (char *arg_state, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (setstate_r, int, (char *arg_state, struct random_data *rand_state) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (setstate_r, int, (char *arg_state, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (setstate_r); #elif defined GNULIB_POSIXCHECK # undef setstate_r # if HAVE_RAW_DECL_SETSTATE_R _GL_WARN_ON_USE (setstate_r, "setstate_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_REALLOC_POSIX@ # if @REPLACE_REALLOC@ # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ || _GL_USE_STDLIB_ALLOC) # undef realloc # define realloc rpl_realloc # endif _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size)); _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size)); # else _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size)); # endif _GL_CXXALIASWARN (realloc); #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC # undef realloc /* Assume realloc is always declared. */ _GL_WARN_ON_USE (realloc, "realloc is not POSIX compliant everywhere - " "use gnulib module realloc-posix for portability"); #endif #if @GNULIB_REALPATH@ # if @REPLACE_REALPATH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define realpath rpl_realpath # endif _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); # else # if !@HAVE_REALPATH@ _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); # endif _GL_CXXALIASWARN (realpath); #elif defined GNULIB_POSIXCHECK # undef realpath # if HAVE_RAW_DECL_REALPATH _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module " "canonicalize or canonicalize-lgpl for portability"); # endif #endif #if @GNULIB_RPMATCH@ /* Test a user response to a question. Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ # if !@HAVE_RPMATCH@ _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (rpmatch, int, (const char *response)); _GL_CXXALIASWARN (rpmatch); #elif defined GNULIB_POSIXCHECK # undef rpmatch # if HAVE_RAW_DECL_RPMATCH _GL_WARN_ON_USE (rpmatch, "rpmatch is unportable - " "use gnulib module rpmatch for portability"); # endif #endif #if @GNULIB_SECURE_GETENV@ /* Look up NAME in the environment, returning 0 in insecure situations. */ # if !@HAVE_SECURE_GETENV@ _GL_FUNCDECL_SYS (secure_getenv, char *, (char const *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (secure_getenv, char *, (char const *name)); _GL_CXXALIASWARN (secure_getenv); #elif defined GNULIB_POSIXCHECK # undef secure_getenv # if HAVE_RAW_DECL_SECURE_GETENV _GL_WARN_ON_USE (secure_getenv, "secure_getenv is unportable - " "use gnulib module secure_getenv for portability"); # endif #endif #if @GNULIB_SETENV@ /* Set NAME to VALUE in the environment. If REPLACE is nonzero, overwrite an existing value. */ # if @REPLACE_SETENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setenv # define setenv rpl_setenv # endif _GL_FUNCDECL_RPL (setenv, int, (const char *name, const char *value, int replace) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (setenv, int, (const char *name, const char *value, int replace)); # else # if !@HAVE_DECL_SETENV@ _GL_FUNCDECL_SYS (setenv, int, (const char *name, const char *value, int replace) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (setenv, int, (const char *name, const char *value, int replace)); # endif # if !(@REPLACE_SETENV@ && !@HAVE_DECL_SETENV@) _GL_CXXALIASWARN (setenv); # endif #elif defined GNULIB_POSIXCHECK # undef setenv # if HAVE_RAW_DECL_SETENV _GL_WARN_ON_USE (setenv, "setenv is unportable - " "use gnulib module setenv for portability"); # endif #endif #if @GNULIB_STRTOD@ /* Parse a double from STRING, updating ENDP if appropriate. */ # if @REPLACE_STRTOD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strtod rpl_strtod # endif _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp)); # else # if !@HAVE_STRTOD@ _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp)); # endif _GL_CXXALIASWARN (strtod); #elif defined GNULIB_POSIXCHECK # undef strtod # if HAVE_RAW_DECL_STRTOD _GL_WARN_ON_USE (strtod, "strtod is unportable - " "use gnulib module strtod for portability"); # endif #endif #if @GNULIB_STRTOLL@ /* Parse a signed integer whose textual representation starts at STRING. The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, it may be decimal or octal (with prefix "0") or hexadecimal (with prefix "0x"). If ENDPTR is not NULL, the address of the first byte after the integer is stored in *ENDPTR. Upon overflow, the return value is LLONG_MAX or LLONG_MIN, and errno is set to ERANGE. */ # if !@HAVE_STRTOLL@ _GL_FUNCDECL_SYS (strtoll, long long, (const char *string, char **endptr, int base) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoll, long long, (const char *string, char **endptr, int base)); _GL_CXXALIASWARN (strtoll); #elif defined GNULIB_POSIXCHECK # undef strtoll # if HAVE_RAW_DECL_STRTOLL _GL_WARN_ON_USE (strtoll, "strtoll is unportable - " "use gnulib module strtoll for portability"); # endif #endif #if @GNULIB_STRTOULL@ /* Parse an unsigned integer whose textual representation starts at STRING. The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, it may be decimal or octal (with prefix "0") or hexadecimal (with prefix "0x"). If ENDPTR is not NULL, the address of the first byte after the integer is stored in *ENDPTR. Upon overflow, the return value is ULLONG_MAX, and errno is set to ERANGE. */ # if !@HAVE_STRTOULL@ _GL_FUNCDECL_SYS (strtoull, unsigned long long, (const char *string, char **endptr, int base) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoull, unsigned long long, (const char *string, char **endptr, int base)); _GL_CXXALIASWARN (strtoull); #elif defined GNULIB_POSIXCHECK # undef strtoull # if HAVE_RAW_DECL_STRTOULL _GL_WARN_ON_USE (strtoull, "strtoull is unportable - " "use gnulib module strtoull for portability"); # endif #endif #if @GNULIB_UNLOCKPT@ /* Unlock the slave side of the pseudo-terminal whose master side is specified by FD, so that it can be opened. */ # if !@HAVE_UNLOCKPT@ _GL_FUNCDECL_SYS (unlockpt, int, (int fd)); # endif _GL_CXXALIAS_SYS (unlockpt, int, (int fd)); _GL_CXXALIASWARN (unlockpt); #elif defined GNULIB_POSIXCHECK # undef unlockpt # if HAVE_RAW_DECL_UNLOCKPT _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - " "use gnulib module unlockpt for portability"); # endif #endif #if @GNULIB_UNSETENV@ /* Remove the variable NAME from the environment. */ # if @REPLACE_UNSETENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unsetenv # define unsetenv rpl_unsetenv # endif _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (unsetenv, int, (const char *name)); # else # if !@HAVE_DECL_UNSETENV@ _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (unsetenv, int, (const char *name)); # endif # if !(@REPLACE_UNSETENV@ && !@HAVE_DECL_UNSETENV@) _GL_CXXALIASWARN (unsetenv); # endif #elif defined GNULIB_POSIXCHECK # undef unsetenv # if HAVE_RAW_DECL_UNSETENV _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - " "use gnulib module unsetenv for portability"); # endif #endif /* Convert a wide character to a multibyte character. */ #if @GNULIB_WCTOMB@ # if @REPLACE_WCTOMB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wctomb # define wctomb rpl_wctomb # endif _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); # else _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); # endif _GL_CXXALIASWARN (wctomb); #endif #endif /* _@GUARD_PREFIX@_STDLIB_H */ #endif /* _@GUARD_PREFIX@_STDLIB_H */ #endif ������������������������������������������������������libidn2-2.0.4/gl/stdarg.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000002162�13061734274�012403� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Substitute for and wrapper around <stdarg.h>. Copyright (C) 2008-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _@GUARD_PREFIX@_STDARG_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDARG_H@ #ifndef _@GUARD_PREFIX@_STDARG_H #define _@GUARD_PREFIX@_STDARG_H #ifndef va_copy # define va_copy(a,b) ((a) = (b)) #endif #endif /* _@GUARD_PREFIX@_STDARG_H */ #endif /* _@GUARD_PREFIX@_STDARG_H */ ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/unistd.c���������������������������������������������������������������������������0000644�0000000�0000000�00000000147�13051021016�011772� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#include <config.h> #define _GL_UNISTD_INLINE _GL_EXTERN_INLINE #include "unistd.h" typedef int dummy; �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/strchrnul.c������������������������������������������������������������������������0000644�0000000�0000000�00000013015�13061734274�012530� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Searching in a string. Copyright (C) 2003, 2007-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #include <string.h> /* Find the first occurrence of C in S or the final NUL byte. */ char * strchrnul (const char *s, int c_in) { /* On 32-bit hardware, choosing longword to be a 32-bit unsigned long instead of a 64-bit uintmax_t tends to give better performance. On 64-bit hardware, unsigned long is generally 64 bits already. Change this typedef to experiment with performance. */ typedef unsigned long int longword; const unsigned char *char_ptr; const longword *longword_ptr; longword repeated_one; longword repeated_c; unsigned char c; c = (unsigned char) c_in; if (!c) return rawmemchr (s, 0); /* Handle the first few bytes by reading one byte at a time. Do this until CHAR_PTR is aligned on a longword boundary. */ for (char_ptr = (const unsigned char *) s; (size_t) char_ptr % sizeof (longword) != 0; ++char_ptr) if (!*char_ptr || *char_ptr == c) return (char *) char_ptr; longword_ptr = (const longword *) char_ptr; /* All these elucidatory comments refer to 4-byte longwords, but the theory applies equally well to any size longwords. */ /* Compute auxiliary longword values: repeated_one is a value which has a 1 in every byte. repeated_c has c in every byte. */ repeated_one = 0x01010101; repeated_c = c | (c << 8); repeated_c |= repeated_c << 16; if (0xffffffffU < (longword) -1) { repeated_one |= repeated_one << 31 << 1; repeated_c |= repeated_c << 31 << 1; if (8 < sizeof (longword)) { size_t i; for (i = 64; i < sizeof (longword) * 8; i *= 2) { repeated_one |= repeated_one << i; repeated_c |= repeated_c << i; } } } /* Instead of the traditional loop which tests each byte, we will test a longword at a time. The tricky part is testing if *any of the four* bytes in the longword in question are equal to NUL or c. We first use an xor with repeated_c. This reduces the task to testing whether *any of the four* bytes in longword1 or longword2 is zero. Let's consider longword1. We compute tmp = ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7). That is, we perform the following operations: 1. Subtract repeated_one. 2. & ~longword1. 3. & a mask consisting of 0x80 in every byte. Consider what happens in each byte: - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff, and step 3 transforms it into 0x80. A carry can also be propagated to more significant bytes. - If a byte of longword1 is nonzero, let its lowest 1 bit be at position k (0 <= k <= 7); so the lowest k bits are 0. After step 1, the byte ends in a single bit of value 0 and k bits of value 1. After step 2, the result is just k bits of value 1: 2^k - 1. After step 3, the result is 0. And no carry is produced. So, if longword1 has only non-zero bytes, tmp is zero. Whereas if longword1 has a zero byte, call j the position of the least significant zero byte. Then the result has a zero at positions 0, ..., j-1 and a 0x80 at position j. We cannot predict the result at the more significant bytes (positions j+1..3), but it does not matter since we already have a non-zero bit at position 8*j+7. The test whether any byte in longword1 or longword2 is zero is equivalent to testing whether tmp1 is nonzero or tmp2 is nonzero. We can combine this into a single test, whether (tmp1 | tmp2) is nonzero. This test can read more than one byte beyond the end of a string, depending on where the terminating NUL is encountered. However, this is considered safe since the initialization phase ensured that the read will be aligned, therefore, the read will not cross page boundaries and will not cause a fault. */ while (1) { longword longword1 = *longword_ptr ^ repeated_c; longword longword2 = *longword_ptr; if (((((longword1 - repeated_one) & ~longword1) | ((longword2 - repeated_one) & ~longword2)) & (repeated_one << 7)) != 0) break; longword_ptr++; } char_ptr = (const unsigned char *) longword_ptr; /* At this point, we know that one of the sizeof (longword) bytes starting at char_ptr is == 0 or == c. On little-endian machines, we could determine the first such byte without any further memory accesses, just by looking at the tmp result from the last loop iteration. But this does not work on big-endian machines. Choose code that works in both cases. */ char_ptr = (unsigned char *) longword_ptr; while (*char_ptr && (*char_ptr != c)) char_ptr++; return (char *) char_ptr; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/strerror.c�������������������������������������������������������������������������0000644�0000000�0000000�00000004052�13061734274�012367� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* strerror.c --- POSIX compatible system error routine Copyright (C) 2007-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #include <string.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "intprops.h" #include "strerror-override.h" #include "verify.h" /* Use the system functions, not the gnulib overrides in this file. */ #undef sprintf char * strerror (int n) #undef strerror { static char buf[STACKBUF_LEN]; size_t len; /* Cast away const, due to the historical signature of strerror; callers should not be modifying the string. */ const char *msg = strerror_override (n); if (msg) return (char *) msg; msg = strerror (n); /* Our strerror_r implementation might use the system's strerror buffer, so all other clients of strerror have to see the error copied into a buffer that we manage. This is not thread-safe, even if the system strerror is, but portable programs shouldn't be using strerror if they care about thread-safety. */ if (!msg || !*msg) { static char const fmt[] = "Unknown error %d"; verify (sizeof buf >= sizeof (fmt) + INT_STRLEN_BOUND (n)); sprintf (buf, fmt, n); errno = EINVAL; return buf; } /* Fix STACKBUF_LEN if this ever aborts. */ len = strlen (msg); if (sizeof buf <= len) abort (); memcpy (buf, msg, len + 1); return buf; } ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/strerror-override.c����������������������������������������������������������������0000644�0000000�0000000�00000021465�13061734274�014213� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* strerror-override.c --- POSIX compatible system error routine Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Bruno Haible <bruno@clisp.org>, 2010. */ #include <config.h> #include "strerror-override.h" #include <errno.h> #if GNULIB_defined_EWINSOCK /* native Windows platforms */ # if HAVE_WINSOCK2_H # include <winsock2.h> # endif #endif /* If ERRNUM maps to an errno value defined by gnulib, return a string describing the error. Otherwise return NULL. */ const char * strerror_override (int errnum) { /* These error messages are taken from glibc/sysdeps/gnu/errlist.c. */ switch (errnum) { #if REPLACE_STRERROR_0 case 0: return "Success"; #endif #if GNULIB_defined_ESOCK /* native Windows platforms with older <errno.h> */ case EINPROGRESS: return "Operation now in progress"; case EALREADY: return "Operation already in progress"; case ENOTSOCK: return "Socket operation on non-socket"; case EDESTADDRREQ: return "Destination address required"; case EMSGSIZE: return "Message too long"; case EPROTOTYPE: return "Protocol wrong type for socket"; case ENOPROTOOPT: return "Protocol not available"; case EPROTONOSUPPORT: return "Protocol not supported"; case EOPNOTSUPP: return "Operation not supported"; case EAFNOSUPPORT: return "Address family not supported by protocol"; case EADDRINUSE: return "Address already in use"; case EADDRNOTAVAIL: return "Cannot assign requested address"; case ENETDOWN: return "Network is down"; case ENETUNREACH: return "Network is unreachable"; case ECONNRESET: return "Connection reset by peer"; case ENOBUFS: return "No buffer space available"; case EISCONN: return "Transport endpoint is already connected"; case ENOTCONN: return "Transport endpoint is not connected"; case ETIMEDOUT: return "Connection timed out"; case ECONNREFUSED: return "Connection refused"; case ELOOP: return "Too many levels of symbolic links"; case EHOSTUNREACH: return "No route to host"; case EWOULDBLOCK: return "Operation would block"; #endif #if GNULIB_defined_ESTREAMS /* native Windows platforms with older <errno.h> */ case ETXTBSY: return "Text file busy"; case ENODATA: return "No data available"; case ENOSR: return "Out of streams resources"; case ENOSTR: return "Device not a stream"; case ETIME: return "Timer expired"; case EOTHER: return "Other error"; #endif #if GNULIB_defined_EWINSOCK /* native Windows platforms */ case ESOCKTNOSUPPORT: return "Socket type not supported"; case EPFNOSUPPORT: return "Protocol family not supported"; case ESHUTDOWN: return "Cannot send after transport endpoint shutdown"; case ETOOMANYREFS: return "Too many references: cannot splice"; case EHOSTDOWN: return "Host is down"; case EPROCLIM: return "Too many processes"; case EUSERS: return "Too many users"; case EDQUOT: return "Disk quota exceeded"; case ESTALE: return "Stale NFS file handle"; case EREMOTE: return "Object is remote"; # if HAVE_WINSOCK2_H /* WSA_INVALID_HANDLE maps to EBADF */ /* WSA_NOT_ENOUGH_MEMORY maps to ENOMEM */ /* WSA_INVALID_PARAMETER maps to EINVAL */ case WSA_OPERATION_ABORTED: return "Overlapped operation aborted"; case WSA_IO_INCOMPLETE: return "Overlapped I/O event object not in signaled state"; case WSA_IO_PENDING: return "Overlapped operations will complete later"; /* WSAEINTR maps to EINTR */ /* WSAEBADF maps to EBADF */ /* WSAEACCES maps to EACCES */ /* WSAEFAULT maps to EFAULT */ /* WSAEINVAL maps to EINVAL */ /* WSAEMFILE maps to EMFILE */ /* WSAEWOULDBLOCK maps to EWOULDBLOCK */ /* WSAEINPROGRESS maps to EINPROGRESS */ /* WSAEALREADY maps to EALREADY */ /* WSAENOTSOCK maps to ENOTSOCK */ /* WSAEDESTADDRREQ maps to EDESTADDRREQ */ /* WSAEMSGSIZE maps to EMSGSIZE */ /* WSAEPROTOTYPE maps to EPROTOTYPE */ /* WSAENOPROTOOPT maps to ENOPROTOOPT */ /* WSAEPROTONOSUPPORT maps to EPROTONOSUPPORT */ /* WSAESOCKTNOSUPPORT is ESOCKTNOSUPPORT */ /* WSAEOPNOTSUPP maps to EOPNOTSUPP */ /* WSAEPFNOSUPPORT is EPFNOSUPPORT */ /* WSAEAFNOSUPPORT maps to EAFNOSUPPORT */ /* WSAEADDRINUSE maps to EADDRINUSE */ /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */ /* WSAENETDOWN maps to ENETDOWN */ /* WSAENETUNREACH maps to ENETUNREACH */ /* WSAENETRESET maps to ENETRESET */ /* WSAECONNABORTED maps to ECONNABORTED */ /* WSAECONNRESET maps to ECONNRESET */ /* WSAENOBUFS maps to ENOBUFS */ /* WSAEISCONN maps to EISCONN */ /* WSAENOTCONN maps to ENOTCONN */ /* WSAESHUTDOWN is ESHUTDOWN */ /* WSAETOOMANYREFS is ETOOMANYREFS */ /* WSAETIMEDOUT maps to ETIMEDOUT */ /* WSAECONNREFUSED maps to ECONNREFUSED */ /* WSAELOOP maps to ELOOP */ /* WSAENAMETOOLONG maps to ENAMETOOLONG */ /* WSAEHOSTDOWN is EHOSTDOWN */ /* WSAEHOSTUNREACH maps to EHOSTUNREACH */ /* WSAENOTEMPTY maps to ENOTEMPTY */ /* WSAEPROCLIM is EPROCLIM */ /* WSAEUSERS is EUSERS */ /* WSAEDQUOT is EDQUOT */ /* WSAESTALE is ESTALE */ /* WSAEREMOTE is EREMOTE */ case WSASYSNOTREADY: return "Network subsystem is unavailable"; case WSAVERNOTSUPPORTED: return "Winsock.dll version out of range"; case WSANOTINITIALISED: return "Successful WSAStartup not yet performed"; case WSAEDISCON: return "Graceful shutdown in progress"; case WSAENOMORE: case WSA_E_NO_MORE: return "No more results"; case WSAECANCELLED: case WSA_E_CANCELLED: return "Call was canceled"; case WSAEINVALIDPROCTABLE: return "Procedure call table is invalid"; case WSAEINVALIDPROVIDER: return "Service provider is invalid"; case WSAEPROVIDERFAILEDINIT: return "Service provider failed to initialize"; case WSASYSCALLFAILURE: return "System call failure"; case WSASERVICE_NOT_FOUND: return "Service not found"; case WSATYPE_NOT_FOUND: return "Class type not found"; case WSAEREFUSED: return "Database query was refused"; case WSAHOST_NOT_FOUND: return "Host not found"; case WSATRY_AGAIN: return "Nonauthoritative host not found"; case WSANO_RECOVERY: return "Nonrecoverable error"; case WSANO_DATA: return "Valid name, no data record of requested type"; /* WSA_QOS_* omitted */ # endif #endif #if GNULIB_defined_ENOMSG case ENOMSG: return "No message of desired type"; #endif #if GNULIB_defined_EIDRM case EIDRM: return "Identifier removed"; #endif #if GNULIB_defined_ENOLINK case ENOLINK: return "Link has been severed"; #endif #if GNULIB_defined_EPROTO case EPROTO: return "Protocol error"; #endif #if GNULIB_defined_EMULTIHOP case EMULTIHOP: return "Multihop attempted"; #endif #if GNULIB_defined_EBADMSG case EBADMSG: return "Bad message"; #endif #if GNULIB_defined_EOVERFLOW case EOVERFLOW: return "Value too large for defined data type"; #endif #if GNULIB_defined_ENOTSUP case ENOTSUP: return "Not supported"; #endif #if GNULIB_defined_ENETRESET case ENETRESET: return "Network dropped connection on reset"; #endif #if GNULIB_defined_ECONNABORTED case ECONNABORTED: return "Software caused connection abort"; #endif #if GNULIB_defined_ESTALE case ESTALE: return "Stale NFS file handle"; #endif #if GNULIB_defined_EDQUOT case EDQUOT: return "Disk quota exceeded"; #endif #if GNULIB_defined_ECANCELED case ECANCELED: return "Operation canceled"; #endif #if GNULIB_defined_EOWNERDEAD case EOWNERDEAD: return "Owner died"; #endif #if GNULIB_defined_ENOTRECOVERABLE case ENOTRECOVERABLE: return "State not recoverable"; #endif #if GNULIB_defined_EILSEQ case EILSEQ: return "Invalid or incomplete multibyte or wide character"; #endif default: return NULL; } } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/verify.h���������������������������������������������������������������������������0000644�0000000�0000000�00000025610�13061734274�012021� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Compile-time assert-like macros. Copyright (C) 2005-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ #ifndef _GL_VERIFY_H #define _GL_VERIFY_H /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. This is supported by GCC 4.6.0 and later, in C mode, and its use here generates easier-to-read diagnostics when verify (R) fails. Define _GL_HAVE_STATIC_ASSERT to 1 if static_assert works as per C++11. This will likely be supported by future GCC versions, in C++ mode. Use this only with GCC. If we were willing to slow 'configure' down we could also use it with other compilers, but since this affects only the quality of diagnostics, why bother? */ #if (4 < __GNUC__ + (6 <= __GNUC_MINOR__) \ && (201112L <= __STDC_VERSION__ || !defined __STRICT_ANSI__) \ && !defined __cplusplus) # define _GL_HAVE__STATIC_ASSERT 1 #endif /* The condition (99 < __GNUC__) is temporary, until we know about the first G++ release that supports static_assert. */ #if (99 < __GNUC__) && defined __cplusplus # define _GL_HAVE_STATIC_ASSERT 1 #endif /* FreeBSD 9.1 <sys/cdefs.h>, included by <stddef.h> and lots of other system headers, defines a conflicting _Static_assert that is no better than ours; override it. */ #ifndef _GL_HAVE_STATIC_ASSERT # include <stddef.h> # undef _Static_assert #endif /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. If _Static_assert works, verify (R) uses it directly. Similarly, _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct that is an operand of sizeof. The code below uses several ideas for C++ compilers, and for C compilers that do not support _Static_assert: * The first step is ((R) ? 1 : -1). Given an expression R, of integral or boolean or floating-point type, this yields an expression of integral type, whose value is later verified to be constant and nonnegative. * Next this expression W is wrapped in a type struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: W; }. If W is negative, this yields a compile-time error. No compiler can deal with a bit-field of negative size. One might think that an array size check would have the same effect, that is, that the type struct { unsigned int dummy[W]; } would work as well. However, inside a function, some compilers (such as C++ compilers and GNU C) allow local parameters and variables inside array size expressions. With these compilers, an array size check would not properly diagnose this misuse of the verify macro: void function (int n) { verify (n < 0); } * For the verify macro, the struct _gl_verify_type will need to somehow be embedded into a declaration. To be portable, this declaration must declare an object, a constant, a function, or a typedef name. If the declared entity uses the type directly, such as in struct dummy {...}; typedef struct {...} dummy; extern struct {...} *dummy; extern void dummy (struct {...} *); extern struct {...} *dummy (void); two uses of the verify macro would yield colliding declarations if the entity names are not disambiguated. A workaround is to attach the current line number to the entity name: #define _GL_CONCAT0(x, y) x##y #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) extern struct {...} * _GL_CONCAT (dummy, __LINE__); But this has the problem that two invocations of verify from within the same macro would collide, since the __LINE__ value would be the same for both invocations. (The GCC __COUNTER__ macro solves this problem, but is not portable.) A solution is to use the sizeof operator. It yields a number, getting rid of the identity of the type. Declarations like extern int dummy [sizeof (struct {...})]; extern void dummy (int [sizeof (struct {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; can be repeated. * Should the implementation use a named struct or an unnamed struct? Which of the following alternatives can be used? extern int dummy [sizeof (struct {...})]; extern int dummy [sizeof (struct _gl_verify_type {...})]; extern void dummy (int [sizeof (struct {...})]); extern void dummy (int [sizeof (struct _gl_verify_type {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; extern int (*dummy (void)) [sizeof (struct _gl_verify_type {...})]; In the second and sixth case, the struct type is exported to the outer scope; two such declarations therefore collide. GCC warns about the first, third, and fourth cases. So the only remaining possibility is the fifth case: extern int (*dummy (void)) [sizeof (struct {...})]; * GCC warns about duplicate declarations of the dummy function if -Wredundant-decls is used. GCC 4.3 and later have a builtin __COUNTER__ macro that can let us generate unique identifiers for each dummy function, to suppress this warning. * This implementation exploits the fact that older versions of GCC, which do not support _Static_assert, also do not warn about the last declaration mentioned above. * GCC warns if -Wnested-externs is enabled and verify() is used within a function body; but inside a function, you can always arrange to use verify_expr() instead. * In C++, any struct definition inside sizeof is invalid. Use a template type to work around the problem. */ /* Concatenate two preprocessor tokens. */ #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) #define _GL_CONCAT0(x, y) x##y /* _GL_COUNTER is an integer, preferably one that changes each time we use it. Use __COUNTER__ if it works, falling back on __LINE__ otherwise. __LINE__ isn't perfect, but it's better than a constant. */ #if defined __COUNTER__ && __COUNTER__ != __COUNTER__ # define _GL_COUNTER __COUNTER__ #else # define _GL_COUNTER __LINE__ #endif /* Generate a symbol with the given prefix, making it unique if possible. */ #define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER) /* Verify requirement R at compile-time, as an integer constant expression that returns 1. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. */ #define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) #ifdef __cplusplus # if !GNULIB_defined_struct__gl_verify_type template <int w> struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: w; }; # define GNULIB_defined_struct__gl_verify_type 1 # endif # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ _gl_verify_type<(R) ? 1 : -1> #elif defined _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { \ _Static_assert (R, DIAGNOSTIC); \ int _gl_dummy; \ } #else # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } #endif /* Verify requirement R at compile-time, as a declaration without a trailing ';'. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. Unfortunately, unlike C11, this implementation must appear as an ordinary declaration, and cannot appear inside struct { ... }. */ #ifdef _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY _Static_assert #else # define _GL_VERIFY(R, DIAGNOSTIC) \ extern int (*_GL_GENSYM (_gl_verify_function) (void)) \ [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] #endif /* _GL_STATIC_ASSERT_H is defined if this code is copied into assert.h. */ #ifdef _GL_STATIC_ASSERT_H # if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) # endif # if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert # define static_assert _Static_assert /* C11 requires this #define. */ # endif #endif /* @assert.h omit start@ */ /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. There are two macros, since no single macro can be used in all contexts in C. verify_true (R) is for scalar contexts, including integer constant expression contexts. verify (R) is for declaration contexts, e.g., the top level. */ /* Verify requirement R at compile-time, as an integer constant expression. Return 1. This is equivalent to verify_expr (R, 1). verify_true is obsolescent; please use verify_expr instead. */ #define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") /* Verify requirement R at compile-time. Return the value of the expression E. */ #define verify_expr(R, E) \ (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E)) /* Verify requirement R at compile-time, as a declaration without a trailing ';'. */ #ifdef __GNUC__ # define verify(R) _GL_VERIFY (R, "verify (" #R ")") #else /* PGI barfs if R is long. Play it safe. */ # define verify(R) _GL_VERIFY (R, "verify (...)") #endif #ifndef __has_builtin # define __has_builtin(x) 0 #endif /* Assume that R always holds. This lets the compiler optimize accordingly. R should not have side-effects; it may or may not be evaluated. Behavior is undefined if R is false. */ #if (__has_builtin (__builtin_unreachable) \ || 4 < __GNUC__ + (5 <= __GNUC_MINOR__)) # define assume(R) ((R) ? (void) 0 : __builtin_unreachable ()) #elif 1200 <= _MSC_VER # define assume(R) __assume (R) #elif ((defined GCC_LINT || defined lint) \ && (__has_builtin (__builtin_trap) \ || 3 < __GNUC__ + (3 < __GNUC_MINOR__ + (4 <= __GNUC_PATCHLEVEL__)))) /* Doing it this way helps various packages when configured with --enable-gcc-warnings, which compiles with -Dlint. It's nicer when 'assume' silences warnings even with older GCCs. */ # define assume(R) ((R) ? (void) 0 : __builtin_trap ()) #else # define assume(R) ((void) (0 && (R))) #endif /* @assert.h omit end@ */ #endif ������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/errno.in.h�������������������������������������������������������������������������0000644�0000000�0000000�00000016463�13061734274�012255� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A POSIX-like <errno.h>. Copyright (C) 2008-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _@GUARD_PREFIX@_ERRNO_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_ERRNO_H@ #ifndef _@GUARD_PREFIX@_ERRNO_H #define _@GUARD_PREFIX@_ERRNO_H /* On native Windows platforms, many macros are not defined. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* These are the same values as defined by MSVC 10, for interoperability. */ # ifndef ENOMSG # define ENOMSG 122 # define GNULIB_defined_ENOMSG 1 # endif # ifndef EIDRM # define EIDRM 111 # define GNULIB_defined_EIDRM 1 # endif # ifndef ENOLINK # define ENOLINK 121 # define GNULIB_defined_ENOLINK 1 # endif # ifndef EPROTO # define EPROTO 134 # define GNULIB_defined_EPROTO 1 # endif # ifndef EBADMSG # define EBADMSG 104 # define GNULIB_defined_EBADMSG 1 # endif # ifndef EOVERFLOW # define EOVERFLOW 132 # define GNULIB_defined_EOVERFLOW 1 # endif # ifndef ENOTSUP # define ENOTSUP 129 # define GNULIB_defined_ENOTSUP 1 # endif # ifndef ENETRESET # define ENETRESET 117 # define GNULIB_defined_ENETRESET 1 # endif # ifndef ECONNABORTED # define ECONNABORTED 106 # define GNULIB_defined_ECONNABORTED 1 # endif # ifndef ECANCELED # define ECANCELED 105 # define GNULIB_defined_ECANCELED 1 # endif # ifndef EOWNERDEAD # define EOWNERDEAD 133 # define GNULIB_defined_EOWNERDEAD 1 # endif # ifndef ENOTRECOVERABLE # define ENOTRECOVERABLE 127 # define GNULIB_defined_ENOTRECOVERABLE 1 # endif # ifndef EINPROGRESS # define EINPROGRESS 112 # define EALREADY 103 # define ENOTSOCK 128 # define EDESTADDRREQ 109 # define EMSGSIZE 115 # define EPROTOTYPE 136 # define ENOPROTOOPT 123 # define EPROTONOSUPPORT 135 # define EOPNOTSUPP 130 # define EAFNOSUPPORT 102 # define EADDRINUSE 100 # define EADDRNOTAVAIL 101 # define ENETDOWN 116 # define ENETUNREACH 118 # define ECONNRESET 108 # define ENOBUFS 119 # define EISCONN 113 # define ENOTCONN 126 # define ETIMEDOUT 138 # define ECONNREFUSED 107 # define ELOOP 114 # define EHOSTUNREACH 110 # define EWOULDBLOCK 140 # define GNULIB_defined_ESOCK 1 # endif # ifndef ETXTBSY # define ETXTBSY 139 # define ENODATA 120 /* not required by POSIX */ # define ENOSR 124 /* not required by POSIX */ # define ENOSTR 125 /* not required by POSIX */ # define ETIME 137 /* not required by POSIX */ # define EOTHER 131 /* not required by POSIX */ # define GNULIB_defined_ESTREAMS 1 # endif /* These are intentionally the same values as the WSA* error numbers, defined in <winsock2.h>. */ # define ESOCKTNOSUPPORT 10044 /* not required by POSIX */ # define EPFNOSUPPORT 10046 /* not required by POSIX */ # define ESHUTDOWN 10058 /* not required by POSIX */ # define ETOOMANYREFS 10059 /* not required by POSIX */ # define EHOSTDOWN 10064 /* not required by POSIX */ # define EPROCLIM 10067 /* not required by POSIX */ # define EUSERS 10068 /* not required by POSIX */ # define EDQUOT 10069 # define ESTALE 10070 # define EREMOTE 10071 /* not required by POSIX */ # define GNULIB_defined_EWINSOCK 1 # endif /* On OSF/1 5.1, when _XOPEN_SOURCE_EXTENDED is not defined, the macros EMULTIHOP, ENOLINK, EOVERFLOW are not defined. */ # if @EMULTIHOP_HIDDEN@ # define EMULTIHOP @EMULTIHOP_VALUE@ # define GNULIB_defined_EMULTIHOP 1 # endif # if @ENOLINK_HIDDEN@ # define ENOLINK @ENOLINK_VALUE@ # define GNULIB_defined_ENOLINK 1 # endif # if @EOVERFLOW_HIDDEN@ # define EOVERFLOW @EOVERFLOW_VALUE@ # define GNULIB_defined_EOVERFLOW 1 # endif /* On OpenBSD 4.0 and on native Windows, the macros ENOMSG, EIDRM, ENOLINK, EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined. Likewise, on NonStop Kernel, EDQUOT is not defined. Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151, HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133. Note: When one of these systems defines some of these macros some day, binaries will have to be recompiled so that they recognizes the new errno values from the system. */ # ifndef ENOMSG # define ENOMSG 2000 # define GNULIB_defined_ENOMSG 1 # endif # ifndef EIDRM # define EIDRM 2001 # define GNULIB_defined_EIDRM 1 # endif # ifndef ENOLINK # define ENOLINK 2002 # define GNULIB_defined_ENOLINK 1 # endif # ifndef EPROTO # define EPROTO 2003 # define GNULIB_defined_EPROTO 1 # endif # ifndef EMULTIHOP # define EMULTIHOP 2004 # define GNULIB_defined_EMULTIHOP 1 # endif # ifndef EBADMSG # define EBADMSG 2005 # define GNULIB_defined_EBADMSG 1 # endif # ifndef EOVERFLOW # define EOVERFLOW 2006 # define GNULIB_defined_EOVERFLOW 1 # endif # ifndef ENOTSUP # define ENOTSUP 2007 # define GNULIB_defined_ENOTSUP 1 # endif # ifndef ENETRESET # define ENETRESET 2011 # define GNULIB_defined_ENETRESET 1 # endif # ifndef ECONNABORTED # define ECONNABORTED 2012 # define GNULIB_defined_ECONNABORTED 1 # endif # ifndef ESTALE # define ESTALE 2009 # define GNULIB_defined_ESTALE 1 # endif # ifndef EDQUOT # define EDQUOT 2010 # define GNULIB_defined_EDQUOT 1 # endif # ifndef ECANCELED # define ECANCELED 2008 # define GNULIB_defined_ECANCELED 1 # endif /* On many platforms, the macros EOWNERDEAD and ENOTRECOVERABLE are not defined. */ # ifndef EOWNERDEAD # if defined __sun /* Use the same values as defined for Solaris >= 8, for interoperability. */ # define EOWNERDEAD 58 # define ENOTRECOVERABLE 59 # elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* We have a conflict here: pthreads-win32 defines these values differently than MSVC 10. It's hairy to decide which one to use. */ # if defined __MINGW32__ && !defined USE_WINDOWS_THREADS /* Use the same values as defined by pthreads-win32, for interoperability. */ # define EOWNERDEAD 43 # define ENOTRECOVERABLE 44 # else /* Use the same values as defined by MSVC 10, for interoperability. */ # define EOWNERDEAD 133 # define ENOTRECOVERABLE 127 # endif # else # define EOWNERDEAD 2013 # define ENOTRECOVERABLE 2014 # endif # define GNULIB_defined_EOWNERDEAD 1 # define GNULIB_defined_ENOTRECOVERABLE 1 # endif # ifndef EILSEQ # define EILSEQ 2015 # define GNULIB_defined_EILSEQ 1 # endif #endif /* _@GUARD_PREFIX@_ERRNO_H */ #endif /* _@GUARD_PREFIX@_ERRNO_H */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/stdio.in.h�������������������������������������������������������������������������0000644�0000000�0000000�00000144337�13061734274�012254� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A GNU-like <stdio.h>. Copyright (C) 2004, 2007-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_FILE || defined __need___FILE || defined _GL_ALREADY_INCLUDING_STDIO_H /* Special invocation convention: - Inside glibc header files. - On OSF/1 5.1 we have a sequence of nested includes <stdio.h> -> <getopt.h> -> <ctype.h> -> <sys/localedef.h> -> <sys/lc_core.h> -> <nl_types.h> -> <mesg.h> -> <stdio.h>. In this situation, the functions are not yet declared, therefore we cannot provide the C++ aliases. */ #@INCLUDE_NEXT@ @NEXT_STDIO_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STDIO_H #define _GL_ALREADY_INCLUDING_STDIO_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDIO_H@ #undef _GL_ALREADY_INCLUDING_STDIO_H #ifndef _@GUARD_PREFIX@_STDIO_H #define _@GUARD_PREFIX@_STDIO_H /* Get va_list. Needed on many systems, including glibc 2.8. */ #include <stdarg.h> #include <stddef.h> /* Get off_t and ssize_t. Needed on many systems, including glibc 2.8 and eglibc 2.11.2. May also define off_t to a 64-bit type on native Windows. */ #include <sys/types.h> /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif /* _GL_ATTRIBUTE_FORMAT_PRINTF indicates to GCC that the function takes a format string and arguments, where the format string directives are the ones standardized by ISO C99 and POSIX. */ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument)) #else # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_PRINTF, except that it indicates to GCC that the supported format string directives are the ones of the system printf(), rather than the ones standardized by ISO C99 and POSIX. */ #if GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU # define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT_PRINTF (formatstring_parameter, first_argument) #else # define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_SCANF indicates to GCC that the function takes a format string and arguments, where the format string directives are the ones standardized by ISO C99 and POSIX. */ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__gnu_scanf__, formatstring_parameter, first_argument)) #else # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_SCANF, except that it indicates to GCC that the supported format string directives are the ones of the system scanf(), rather than the ones standardized by ISO C99 and POSIX. */ #define _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) /* Solaris 10 declares renameat in <unistd.h>, not in <stdio.h>. */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_RENAMEAT@ || defined GNULIB_POSIXCHECK) && defined __sun \ && ! defined __GLIBC__ # include <unistd.h> #endif /* MSVC declares 'perror' in <stdlib.h>, not in <stdio.h>. We must include it before we #define perror rpl_perror. */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_PERROR@ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ && ! defined __GLIBC__ # include <stdlib.h> #endif /* MSVC declares 'remove' in <io.h>, not in <stdio.h>. We must include it before we #define remove rpl_remove. */ /* MSVC declares 'rename' in <io.h>, not in <stdio.h>. We must include it before we #define rename rpl_rename. */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_REMOVE@ || @GNULIB_RENAME@ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ && ! defined __GLIBC__ # include <io.h> #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Macros for stringification. */ #define _GL_STDIO_STRINGIZE(token) #token #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token) /* When also using extern inline, suppress the use of static inline in standard headers of problematic Apple configurations, as Libc at least through Libc-825.26 (2013-04-09) mishandles it; see, e.g., <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. Perhaps Apple will fix this some day. */ #if (defined _GL_EXTERN_INLINE_IN_USE && defined __APPLE__ \ && defined __GNUC__ && defined __STDC__) # undef putc_unlocked #endif #if @GNULIB_DPRINTF@ # if @REPLACE_DPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dprintf rpl_dprintf # endif _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); # else # if !@HAVE_DPRINTF@ _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); # endif _GL_CXXALIASWARN (dprintf); #elif defined GNULIB_POSIXCHECK # undef dprintf # if HAVE_RAW_DECL_DPRINTF _GL_WARN_ON_USE (dprintf, "dprintf is unportable - " "use gnulib module dprintf for portability"); # endif #endif #if @GNULIB_FCLOSE@ /* Close STREAM and its underlying file descriptor. */ # if @REPLACE_FCLOSE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fclose rpl_fclose # endif _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); # endif _GL_CXXALIASWARN (fclose); #elif defined GNULIB_POSIXCHECK # undef fclose /* Assume fclose is always declared. */ _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - " "use gnulib module fclose for portable POSIX compliance"); #endif #if @GNULIB_FDOPEN@ # if @REPLACE_FDOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fdopen # define fdopen rpl_fdopen # endif _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); # else _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); # endif _GL_CXXALIASWARN (fdopen); #elif defined GNULIB_POSIXCHECK # undef fdopen /* Assume fdopen is always declared. */ _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - " "use gnulib module fdopen for portability"); #endif #if @GNULIB_FFLUSH@ /* Flush all pending data on STREAM according to POSIX rules. Both output and seekable input streams are supported. Note! LOSS OF DATA can occur if fflush is applied on an input stream that is _not_seekable_ or on an update stream that is _not_seekable_ and in which the most recent operation was input. Seekability can be tested with lseek(fileno(fp),0,SEEK_CUR). */ # if @REPLACE_FFLUSH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fflush rpl_fflush # endif _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); # else _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); # endif _GL_CXXALIASWARN (fflush); #elif defined GNULIB_POSIXCHECK # undef fflush /* Assume fflush is always declared. */ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " "use gnulib module fflush for portable POSIX compliance"); #endif #if @GNULIB_FGETC@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fgetc # define fgetc rpl_fgetc # endif _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); # endif _GL_CXXALIASWARN (fgetc); #endif #if @GNULIB_FGETS@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fgets # define fgets rpl_fgets # endif _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream) _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream)); # else _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); # endif _GL_CXXALIASWARN (fgets); #endif #if @GNULIB_FOPEN@ # if @REPLACE_FOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fopen # define fopen rpl_fopen # endif _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); # else _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); # endif _GL_CXXALIASWARN (fopen); #elif defined GNULIB_POSIXCHECK # undef fopen /* Assume fopen is always declared. */ _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - " "use gnulib module fopen for portability"); #endif #if @GNULIB_FPRINTF_POSIX@ || @GNULIB_FPRINTF@ # if (@GNULIB_FPRINTF_POSIX@ && @REPLACE_FPRINTF@) \ || (@GNULIB_FPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fprintf rpl_fprintf # endif # define GNULIB_overrides_fprintf 1 # if @GNULIB_FPRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # else _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); # else _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); # endif _GL_CXXALIASWARN (fprintf); #endif #if !@GNULIB_FPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_fprintf # undef fprintf # endif /* Assume fprintf is always declared. */ _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - " "use gnulib module fprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_FPURGE@ /* Discard all pending buffered I/O data on STREAM. STREAM must not be wide-character oriented. When discarding pending output, the file position is set back to where it was before the write calls. When discarding pending input, the file position is advanced to match the end of the previously read input. Return 0 if successful. Upon error, return -1 and set errno. */ # if @REPLACE_FPURGE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fpurge rpl_fpurge # endif _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); # else # if !@HAVE_DECL_FPURGE@ _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream)); # endif _GL_CXXALIASWARN (fpurge); #elif defined GNULIB_POSIXCHECK # undef fpurge # if HAVE_RAW_DECL_FPURGE _GL_WARN_ON_USE (fpurge, "fpurge is not always present - " "use gnulib module fpurge for portability"); # endif #endif #if @GNULIB_FPUTC@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fputc # define fputc rpl_fputc # endif _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream)); # else _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream)); # endif _GL_CXXALIASWARN (fputc); #endif #if @GNULIB_FPUTS@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fputs # define fputs rpl_fputs # endif _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream)); # else _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream)); # endif _GL_CXXALIASWARN (fputs); #endif #if @GNULIB_FREAD@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fread # define fread rpl_fread # endif _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream) _GL_ARG_NONNULL ((4))); _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); # else _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); # endif _GL_CXXALIASWARN (fread); #endif #if @GNULIB_FREOPEN@ # if @REPLACE_FREOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef freopen # define freopen rpl_freopen # endif _GL_FUNCDECL_RPL (freopen, FILE *, (const char *filename, const char *mode, FILE *stream) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (freopen, FILE *, (const char *filename, const char *mode, FILE *stream)); # else _GL_CXXALIAS_SYS (freopen, FILE *, (const char *filename, const char *mode, FILE *stream)); # endif _GL_CXXALIASWARN (freopen); #elif defined GNULIB_POSIXCHECK # undef freopen /* Assume freopen is always declared. */ _GL_WARN_ON_USE (freopen, "freopen on native Windows platforms is not POSIX compliant - " "use gnulib module freopen for portability"); #endif #if @GNULIB_FSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fscanf # define fscanf rpl_fscanf # endif _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...)); # else _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...)); # endif _GL_CXXALIASWARN (fscanf); #endif /* Set up the following warnings, based on which modules are in use. GNU Coding Standards discourage the use of fseek, since it imposes an arbitrary limitation on some 32-bit hosts. Remember that the fseek module depends on the fseeko module, so we only have three cases to consider: 1. The developer is not using either module. Issue a warning under GNULIB_POSIXCHECK for both functions, to remind them that both functions have bugs on some systems. _GL_NO_LARGE_FILES has no impact on this warning. 2. The developer is using both modules. They may be unaware of the arbitrary limitations of fseek, so issue a warning under GNULIB_POSIXCHECK. On the other hand, they may be using both modules intentionally, so the developer can define _GL_NO_LARGE_FILES in the compilation units where the use of fseek is safe, to silence the warning. 3. The developer is using the fseeko module, but not fseek. Gnulib guarantees that fseek will still work around platform bugs in that case, but we presume that the developer is aware of the pitfalls of fseek and was trying to avoid it, so issue a warning even when GNULIB_POSIXCHECK is undefined. Again, _GL_NO_LARGE_FILES can be defined to silence the warning in particular compilation units. In C++ compilations with GNULIB_NAMESPACE, in order to avoid that fseek gets defined as a macro, it is recommended that the developer uses the fseek module, even if he is not calling the fseek function. Most gnulib clients that perform stream operations should fall into category 3. */ #if @GNULIB_FSEEK@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES # define _GL_FSEEK_WARN /* Category 2, above. */ # undef fseek # endif # if @REPLACE_FSEEK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fseek # define fseek rpl_fseek # endif _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); # else _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); # endif _GL_CXXALIASWARN (fseek); #endif #if @GNULIB_FSEEKO@ # if !@GNULIB_FSEEK@ && !defined _GL_NO_LARGE_FILES # define _GL_FSEEK_WARN /* Category 3, above. */ # undef fseek # endif # if @REPLACE_FSEEKO@ /* Provide an fseeko function that is aware of a preceding fflush(), and which detects pipes. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fseeko # define fseeko rpl_fseeko # endif _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); # else # if ! @HAVE_DECL_FSEEKO@ _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); # endif _GL_CXXALIASWARN (fseeko); #elif defined GNULIB_POSIXCHECK # define _GL_FSEEK_WARN /* Category 1, above. */ # undef fseek # undef fseeko # if HAVE_RAW_DECL_FSEEKO _GL_WARN_ON_USE (fseeko, "fseeko is unportable - " "use gnulib module fseeko for portability"); # endif #endif #ifdef _GL_FSEEK_WARN # undef _GL_FSEEK_WARN /* Here, either fseek is undefined (but C89 guarantees that it is declared), or it is defined as rpl_fseek (declared above). */ _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " "on 32-bit platforms - " "use fseeko function for handling of large files"); #endif /* ftell, ftello. See the comments on fseek/fseeko. */ #if @GNULIB_FTELL@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES # define _GL_FTELL_WARN /* Category 2, above. */ # undef ftell # endif # if @REPLACE_FTELL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftell # define ftell rpl_ftell # endif _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); # else _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); # endif _GL_CXXALIASWARN (ftell); #endif #if @GNULIB_FTELLO@ # if !@GNULIB_FTELL@ && !defined _GL_NO_LARGE_FILES # define _GL_FTELL_WARN /* Category 3, above. */ # undef ftell # endif # if @REPLACE_FTELLO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftello # define ftello rpl_ftello # endif _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp)); # else # if ! @HAVE_DECL_FTELLO@ _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp)); # endif _GL_CXXALIASWARN (ftello); #elif defined GNULIB_POSIXCHECK # define _GL_FTELL_WARN /* Category 1, above. */ # undef ftell # undef ftello # if HAVE_RAW_DECL_FTELLO _GL_WARN_ON_USE (ftello, "ftello is unportable - " "use gnulib module ftello for portability"); # endif #endif #ifdef _GL_FTELL_WARN # undef _GL_FTELL_WARN /* Here, either ftell is undefined (but C89 guarantees that it is declared), or it is defined as rpl_ftell (declared above). */ _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB " "on 32-bit platforms - " "use ftello function for handling of large files"); #endif #if @GNULIB_FWRITE@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fwrite # define fwrite rpl_fwrite # endif _GL_FUNCDECL_RPL (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream) _GL_ARG_NONNULL ((1, 4))); _GL_CXXALIAS_RPL (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream)); # else _GL_CXXALIAS_SYS (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream)); /* Work around bug 11959 when fortifying glibc 2.4 through 2.15 <http://sources.redhat.com/bugzilla/show_bug.cgi?id=11959>, which sometimes causes an unwanted diagnostic for fwrite calls. This affects only function declaration attributes under certain versions of gcc and clang, and is not needed for C++. */ # if (0 < __USE_FORTIFY_LEVEL \ && __GLIBC__ == 2 && 4 <= __GLIBC_MINOR__ && __GLIBC_MINOR__ <= 15 \ && 3 < __GNUC__ + (4 <= __GNUC_MINOR__) \ && !defined __cplusplus) # undef fwrite # undef fwrite_unlocked extern size_t __REDIRECT (rpl_fwrite, (const void *__restrict, size_t, size_t, FILE *__restrict), fwrite); extern size_t __REDIRECT (rpl_fwrite_unlocked, (const void *__restrict, size_t, size_t, FILE *__restrict), fwrite_unlocked); # define fwrite rpl_fwrite # define fwrite_unlocked rpl_fwrite_unlocked # endif # endif _GL_CXXALIASWARN (fwrite); #endif #if @GNULIB_GETC@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getc # define getc rpl_fgetc # endif _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (getc, int, (FILE *stream)); # endif _GL_CXXALIASWARN (getc); #endif #if @GNULIB_GETCHAR@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getchar # define getchar rpl_getchar # endif _GL_FUNCDECL_RPL (getchar, int, (void)); _GL_CXXALIAS_RPL (getchar, int, (void)); # else _GL_CXXALIAS_SYS (getchar, int, (void)); # endif _GL_CXXALIASWARN (getchar); #endif #if @GNULIB_GETDELIM@ /* Read input, up to (and including) the next occurrence of DELIMITER, from STREAM, store it in *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Return the number of bytes read and stored at *LINEPTR (not including the NUL terminator), or -1 on error or EOF. */ # if @REPLACE_GETDELIM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdelim # define getdelim rpl_getdelim # endif _GL_FUNCDECL_RPL (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream) _GL_ARG_NONNULL ((1, 2, 4))); _GL_CXXALIAS_RPL (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream)); # else # if !@HAVE_DECL_GETDELIM@ _GL_FUNCDECL_SYS (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream) _GL_ARG_NONNULL ((1, 2, 4))); # endif _GL_CXXALIAS_SYS (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream)); # endif _GL_CXXALIASWARN (getdelim); #elif defined GNULIB_POSIXCHECK # undef getdelim # if HAVE_RAW_DECL_GETDELIM _GL_WARN_ON_USE (getdelim, "getdelim is unportable - " "use gnulib module getdelim for portability"); # endif #endif #if @GNULIB_GETLINE@ /* Read a line, up to (and including) the next newline, from STREAM, store it in *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Return the number of bytes read and stored at *LINEPTR (not including the NUL terminator), or -1 on error or EOF. */ # if @REPLACE_GETLINE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getline # define getline rpl_getline # endif _GL_FUNCDECL_RPL (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream) _GL_ARG_NONNULL ((1, 2, 3))); _GL_CXXALIAS_RPL (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream)); # else # if !@HAVE_DECL_GETLINE@ _GL_FUNCDECL_SYS (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream)); # endif # if @HAVE_DECL_GETLINE@ _GL_CXXALIASWARN (getline); # endif #elif defined GNULIB_POSIXCHECK # undef getline # if HAVE_RAW_DECL_GETLINE _GL_WARN_ON_USE (getline, "getline is unportable - " "use gnulib module getline for portability"); # endif #endif /* It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning; besides, C11 removed it. */ #undef gets #if HAVE_RAW_DECL_GETS && !defined __cplusplus _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ struct obstack; /* Grow an obstack with formatted output. Return the number of bytes added to OBS. No trailing nul byte is added, and the object should be closed with obstack_finish before use. Upon memory allocation error, call obstack_alloc_failed_handler. Upon other error, return -1. */ # if @REPLACE_OBSTACK_PRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define obstack_printf rpl_obstack_printf # endif _GL_FUNCDECL_RPL (obstack_printf, int, (struct obstack *obs, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (obstack_printf, int, (struct obstack *obs, const char *format, ...)); # else # if !@HAVE_DECL_OBSTACK_PRINTF@ _GL_FUNCDECL_SYS (obstack_printf, int, (struct obstack *obs, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (obstack_printf, int, (struct obstack *obs, const char *format, ...)); # endif _GL_CXXALIASWARN (obstack_printf); # if @REPLACE_OBSTACK_PRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define obstack_vprintf rpl_obstack_vprintf # endif _GL_FUNCDECL_RPL (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args)); # else # if !@HAVE_DECL_OBSTACK_PRINTF@ _GL_FUNCDECL_SYS (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args)); # endif _GL_CXXALIASWARN (obstack_vprintf); #endif #if @GNULIB_PCLOSE@ # if !@HAVE_PCLOSE@ _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (pclose, int, (FILE *stream)); _GL_CXXALIASWARN (pclose); #elif defined GNULIB_POSIXCHECK # undef pclose # if HAVE_RAW_DECL_PCLOSE _GL_WARN_ON_USE (pclose, "pclose is unportable - " "use gnulib module pclose for more portability"); # endif #endif #if @GNULIB_PERROR@ /* Print a message to standard error, describing the value of ERRNO, (if STRING is not NULL and not empty) prefixed with STRING and ": ", and terminated with a newline. */ # if @REPLACE_PERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define perror rpl_perror # endif _GL_FUNCDECL_RPL (perror, void, (const char *string)); _GL_CXXALIAS_RPL (perror, void, (const char *string)); # else _GL_CXXALIAS_SYS (perror, void, (const char *string)); # endif _GL_CXXALIASWARN (perror); #elif defined GNULIB_POSIXCHECK # undef perror /* Assume perror is always declared. */ _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - " "use gnulib module perror for portability"); #endif #if @GNULIB_POPEN@ # if @REPLACE_POPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef popen # define popen rpl_popen # endif _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); # else # if !@HAVE_POPEN@ _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); # endif _GL_CXXALIASWARN (popen); #elif defined GNULIB_POSIXCHECK # undef popen # if HAVE_RAW_DECL_POPEN _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - " "use gnulib module popen or pipe for more portability"); # endif #endif #if @GNULIB_PRINTF_POSIX@ || @GNULIB_PRINTF@ # if (@GNULIB_PRINTF_POSIX@ && @REPLACE_PRINTF@) \ || (@GNULIB_PRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if defined __GNUC__ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) /* Don't break __attribute__((format(printf,M,N))). */ # define printf __printf__ # endif # if @GNULIB_PRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL_1 (__printf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) _GL_ARG_NONNULL ((1))); # else _GL_FUNCDECL_RPL_1 (__printf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...)); # else # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define printf rpl_printf # endif _GL_FUNCDECL_RPL (printf, int, (const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (printf, int, (const char *format, ...)); # endif # define GNULIB_overrides_printf 1 # else _GL_CXXALIAS_SYS (printf, int, (const char *format, ...)); # endif _GL_CXXALIASWARN (printf); #endif #if !@GNULIB_PRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_printf # undef printf # endif /* Assume printf is always declared. */ _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - " "use gnulib module printf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_PUTC@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putc # define putc rpl_fputc # endif _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream)); # else _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream)); # endif _GL_CXXALIASWARN (putc); #endif #if @GNULIB_PUTCHAR@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putchar # define putchar rpl_putchar # endif _GL_FUNCDECL_RPL (putchar, int, (int c)); _GL_CXXALIAS_RPL (putchar, int, (int c)); # else _GL_CXXALIAS_SYS (putchar, int, (int c)); # endif _GL_CXXALIASWARN (putchar); #endif #if @GNULIB_PUTS@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef puts # define puts rpl_puts # endif _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (puts, int, (const char *string)); # else _GL_CXXALIAS_SYS (puts, int, (const char *string)); # endif _GL_CXXALIASWARN (puts); #endif #if @GNULIB_REMOVE@ # if @REPLACE_REMOVE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef remove # define remove rpl_remove # endif _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (remove, int, (const char *name)); # else _GL_CXXALIAS_SYS (remove, int, (const char *name)); # endif _GL_CXXALIASWARN (remove); #elif defined GNULIB_POSIXCHECK # undef remove /* Assume remove is always declared. */ _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - " "use gnulib module remove for more portability"); #endif #if @GNULIB_RENAME@ # if @REPLACE_RENAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef rename # define rename rpl_rename # endif _GL_FUNCDECL_RPL (rename, int, (const char *old_filename, const char *new_filename) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (rename, int, (const char *old_filename, const char *new_filename)); # else _GL_CXXALIAS_SYS (rename, int, (const char *old_filename, const char *new_filename)); # endif _GL_CXXALIASWARN (rename); #elif defined GNULIB_POSIXCHECK # undef rename /* Assume rename is always declared. */ _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - " "use gnulib module rename for more portability"); #endif #if @GNULIB_RENAMEAT@ # if @REPLACE_RENAMEAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef renameat # define renameat rpl_renameat # endif _GL_FUNCDECL_RPL (renameat, int, (int fd1, char const *file1, int fd2, char const *file2) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (renameat, int, (int fd1, char const *file1, int fd2, char const *file2)); # else # if !@HAVE_RENAMEAT@ _GL_FUNCDECL_SYS (renameat, int, (int fd1, char const *file1, int fd2, char const *file2) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (renameat, int, (int fd1, char const *file1, int fd2, char const *file2)); # endif _GL_CXXALIASWARN (renameat); #elif defined GNULIB_POSIXCHECK # undef renameat # if HAVE_RAW_DECL_RENAMEAT _GL_WARN_ON_USE (renameat, "renameat is not portable - " "use gnulib module renameat for portability"); # endif #endif #if @GNULIB_SCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if defined __GNUC__ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef scanf /* Don't break __attribute__((format(scanf,M,N))). */ # define scanf __scanf__ # endif _GL_FUNCDECL_RPL_1 (__scanf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_scanf)) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...)); # else # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef scanf # define scanf rpl_scanf # endif _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...)); # endif # else _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...)); # endif _GL_CXXALIASWARN (scanf); #endif #if @GNULIB_SNPRINTF@ # if @REPLACE_SNPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define snprintf rpl_snprintf # endif _GL_FUNCDECL_RPL (snprintf, int, (char *str, size_t size, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) _GL_ARG_NONNULL ((3))); _GL_CXXALIAS_RPL (snprintf, int, (char *str, size_t size, const char *format, ...)); # else # if !@HAVE_DECL_SNPRINTF@ _GL_FUNCDECL_SYS (snprintf, int, (char *str, size_t size, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) _GL_ARG_NONNULL ((3))); # endif _GL_CXXALIAS_SYS (snprintf, int, (char *str, size_t size, const char *format, ...)); # endif _GL_CXXALIASWARN (snprintf); #elif defined GNULIB_POSIXCHECK # undef snprintf # if HAVE_RAW_DECL_SNPRINTF _GL_WARN_ON_USE (snprintf, "snprintf is unportable - " "use gnulib module snprintf for portability"); # endif #endif /* Some people would argue that all sprintf uses should be warned about (for example, OpenBSD issues a link warning for it), since it can cause security holes due to buffer overruns. However, we believe that sprintf can be used safely, and is more efficient than snprintf in those safe cases; and as proof of our belief, we use sprintf in several gnulib modules. So this header intentionally avoids adding a warning to sprintf except when GNULIB_POSIXCHECK is defined. */ #if @GNULIB_SPRINTF_POSIX@ # if @REPLACE_SPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define sprintf rpl_sprintf # endif _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...)); # else _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...)); # endif _GL_CXXALIASWARN (sprintf); #elif defined GNULIB_POSIXCHECK # undef sprintf /* Assume sprintf is always declared. */ _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - " "use gnulib module sprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_TMPFILE@ # if @REPLACE_TMPFILE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define tmpfile rpl_tmpfile # endif _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); # else _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); # endif _GL_CXXALIASWARN (tmpfile); #elif defined GNULIB_POSIXCHECK # undef tmpfile # if HAVE_RAW_DECL_TMPFILE _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - " "use gnulib module tmpfile for portability"); # endif #endif #if @GNULIB_VASPRINTF@ /* Write formatted output to a string dynamically allocated with malloc(). If the memory allocation succeeds, store the address of the string in *RESULT and return the number of resulting bytes, excluding the trailing NUL. Upon memory allocation error, or some other error, return -1. */ # if @REPLACE_VASPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define asprintf rpl_asprintf # endif _GL_FUNCDECL_RPL (asprintf, int, (char **result, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (asprintf, int, (char **result, const char *format, ...)); # else # if !@HAVE_VASPRINTF@ _GL_FUNCDECL_SYS (asprintf, int, (char **result, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (asprintf, int, (char **result, const char *format, ...)); # endif _GL_CXXALIASWARN (asprintf); # if @REPLACE_VASPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vasprintf rpl_vasprintf # endif _GL_FUNCDECL_RPL (vasprintf, int, (char **result, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vasprintf, int, (char **result, const char *format, va_list args)); # else # if !@HAVE_VASPRINTF@ _GL_FUNCDECL_SYS (vasprintf, int, (char **result, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (vasprintf, int, (char **result, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vasprintf); #endif #if @GNULIB_VDPRINTF@ # if @REPLACE_VDPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vdprintf rpl_vdprintf # endif _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args)); # else # if !@HAVE_VDPRINTF@ _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((2))); # endif /* Need to cast, because on Solaris, the third parameter will likely be __va_list args. */ _GL_CXXALIAS_SYS_CAST (vdprintf, int, (int fd, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vdprintf); #elif defined GNULIB_POSIXCHECK # undef vdprintf # if HAVE_RAW_DECL_VDPRINTF _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - " "use gnulib module vdprintf for portability"); # endif #endif #if @GNULIB_VFPRINTF_POSIX@ || @GNULIB_VFPRINTF@ # if (@GNULIB_VFPRINTF_POSIX@ && @REPLACE_VFPRINTF@) \ || (@GNULIB_VFPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vfprintf rpl_vfprintf # endif # define GNULIB_overrides_vfprintf 1 # if @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # else _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); # else /* Need to cast, because on Solaris, the third parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vfprintf, int, (FILE *fp, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vfprintf); #endif #if !@GNULIB_VFPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_vfprintf # undef vfprintf # endif /* Assume vfprintf is always declared. */ _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - " "use gnulib module vfprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_VFSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef vfscanf # define vfscanf rpl_vfscanf # endif _GL_FUNCDECL_RPL (vfscanf, int, (FILE *stream, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vfscanf, int, (FILE *stream, const char *format, va_list args)); # else _GL_CXXALIAS_SYS (vfscanf, int, (FILE *stream, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vfscanf); #endif #if @GNULIB_VPRINTF_POSIX@ || @GNULIB_VPRINTF@ # if (@GNULIB_VPRINTF_POSIX@ && @REPLACE_VPRINTF@) \ || (@GNULIB_VPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vprintf rpl_vprintf # endif # define GNULIB_overrides_vprintf 1 # if @GNULIB_VPRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 0) _GL_ARG_NONNULL ((1))); # else _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 0) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); # else /* Need to cast, because on Solaris, the second parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); # endif _GL_CXXALIASWARN (vprintf); #endif #if !@GNULIB_VPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_vprintf # undef vprintf # endif /* Assume vprintf is always declared. */ _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - " "use gnulib module vprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_VSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef vscanf # define vscanf rpl_vscanf # endif _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 0) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args)); # else _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args)); # endif _GL_CXXALIASWARN (vscanf); #endif #if @GNULIB_VSNPRINTF@ # if @REPLACE_VSNPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vsnprintf rpl_vsnprintf # endif _GL_FUNCDECL_RPL (vsnprintf, int, (char *str, size_t size, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))); _GL_CXXALIAS_RPL (vsnprintf, int, (char *str, size_t size, const char *format, va_list args)); # else # if !@HAVE_DECL_VSNPRINTF@ _GL_FUNCDECL_SYS (vsnprintf, int, (char *str, size_t size, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))); # endif _GL_CXXALIAS_SYS (vsnprintf, int, (char *str, size_t size, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vsnprintf); #elif defined GNULIB_POSIXCHECK # undef vsnprintf # if HAVE_RAW_DECL_VSNPRINTF _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - " "use gnulib module vsnprintf for portability"); # endif #endif #if @GNULIB_VSPRINTF_POSIX@ # if @REPLACE_VSPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vsprintf rpl_vsprintf # endif _GL_FUNCDECL_RPL (vsprintf, int, (char *str, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vsprintf, int, (char *str, const char *format, va_list args)); # else /* Need to cast, because on Solaris, the third parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vsprintf, int, (char *str, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vsprintf); #elif defined GNULIB_POSIXCHECK # undef vsprintf /* Assume vsprintf is always declared. */ _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - " "use gnulib module vsprintf-posix for portable " "POSIX compliance"); #endif #endif /* _@GUARD_PREFIX@_STDIO_H */ #endif /* _@GUARD_PREFIX@_STDIO_H */ #endif �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/strverscmp.c�����������������������������������������������������������������������0000644�0000000�0000000�00000006235�13061734274�012722� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Compare strings while treating digits characters numerically. Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ #if !_LIBC # include <config.h> #endif #include <string.h> #include <ctype.h> /* states: S_N: normal, S_I: comparing integral part, S_F: comparing fractional parts, S_Z: idem but with leading Zeroes only */ #define S_N 0x0 #define S_I 0x3 #define S_F 0x6 #define S_Z 0x9 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */ #define CMP 2 #define LEN 3 #ifndef weak_alias # define __strverscmp strverscmp #endif /* Compare S1 and S2 as strings holding indices/version numbers, returning less than, equal to or greater than zero if S1 is less than, equal to or greater than S2 (for more info, see the texinfo doc). */ int __strverscmp (const char *s1, const char *s2) { const unsigned char *p1 = (const unsigned char *) s1; const unsigned char *p2 = (const unsigned char *) s2; unsigned char c1, c2; int state; int diff; /* Symbol(s) 0 [1-9] others Transition (10) 0 (01) d (00) x */ static const unsigned char next_state[] = { /* state x d 0 */ /* S_N */ S_N, S_I, S_Z, /* S_I */ S_N, S_I, S_I, /* S_F */ S_N, S_F, S_F, /* S_Z */ S_N, S_F, S_Z }; static const signed char result_type[] = { /* state x/x x/d x/0 d/x d/d d/0 0/x 0/d 0/0 */ /* S_N */ CMP, CMP, CMP, CMP, LEN, CMP, CMP, CMP, CMP, /* S_I */ CMP, -1, -1, +1, LEN, LEN, +1, LEN, LEN, /* S_F */ CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, /* S_Z */ CMP, +1, +1, -1, CMP, CMP, -1, CMP, CMP }; if (p1 == p2) return 0; c1 = *p1++; c2 = *p2++; /* Hint: '0' is a digit too. */ state = S_N + ((c1 == '0') + (isdigit (c1) != 0)); while ((diff = c1 - c2) == 0) { if (c1 == '\0') return diff; state = next_state[state]; c1 = *p1++; c2 = *p2++; state += (c1 == '0') + (isdigit (c1) != 0); } state = result_type[state * 3 + (((c2 == '0') + (isdigit (c2) != 0)))]; switch (state) { case CMP: return diff; case LEN: while (isdigit (*p1++)) if (!isdigit (*p2++)) return 1; return isdigit (*p2) ? -1 : diff; default: return state; } } #ifdef weak_alias libc_hidden_def (__strverscmp) weak_alias (__strverscmp, strverscmp) #endif �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/stdint.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000054216�13134403260�012420� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Copyright (C) 2001-2002, 2004-2017 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* * ISO C 99 <stdint.h> for platforms that lack it. * <http://www.opengroup.org/susv3xbd/stdint.h.html> */ #ifndef _@GUARD_PREFIX@_STDINT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* When including a system file that in turn includes <inttypes.h>, use the system <inttypes.h>, not our substitute. This avoids problems with (for example) VMS, whose <sys/bitypes.h> includes <inttypes.h>. */ #define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* On Android (Bionic libc), <sys/types.h> includes this file before having defined 'time_t'. Therefore in this case avoid including other system header files; just include the system's <stdint.h>. Ideally we should test __BIONIC__ here, but it is only defined after <sys/cdefs.h> has been included; hence test __ANDROID__ instead. */ #if defined __ANDROID__ && defined _GL_INCLUDING_SYS_TYPES_H # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #else /* Get those types that are already defined in other system include files, so that we can "#define int8_t signed char" below without worrying about a later system include file containing a "typedef signed char int8_t;" that will get messed up by our macro. Our macros should all be consistent with the system versions, except for the "fast" types and macros, which we recommend against using in public interfaces due to compiler differences. */ #if @HAVE_STDINT_H@ # if defined __sgi && ! defined __c99 /* Bypass IRIX's <stdint.h> if in C89 mode, since it merely annoys users with "This header file is to be used only for c99 mode compilations" diagnostics. */ # define __STDINT_H__ # endif /* Some pre-C++11 <stdint.h> implementations need this. */ # ifdef __cplusplus # ifndef __STDC_CONSTANT_MACROS # define __STDC_CONSTANT_MACROS 1 # endif # ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS 1 # endif # endif /* Other systems may have an incomplete or buggy <stdint.h>. Include it before <inttypes.h>, since any "#include <stdint.h>" in <inttypes.h> would reinclude us, skipping our contents because _@GUARD_PREFIX@_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif #if ! defined _@GUARD_PREFIX@_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H #define _@GUARD_PREFIX@_STDINT_H /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, LONG_MIN, LONG_MAX, ULONG_MAX, _GL_INTEGER_WIDTH. */ #include <limits.h> /* Override WINT_MIN and WINT_MAX if gnulib's <wchar.h> or <wctype.h> overrides wint_t. */ #if @GNULIB_OVERRIDES_WINT_T@ # undef WINT_MIN # undef WINT_MAX # define WINT_MIN 0x0U # define WINT_MAX 0xffffffffU #endif #if ! @HAVE_C99_STDINT_H@ /* <sys/types.h> defines some of the stdint.h types as well, on glibc, IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>). AIX 5.2 <sys/types.h> isn't needed and causes troubles. Mac OS X 10.4.6 <sys/types.h> includes <stdint.h> (which is us), but relies on the system <stdint.h> definitions, so include <sys/types.h> after @NEXT_STDINT_H@. */ # if @HAVE_SYS_TYPES_H@ && ! defined _AIX # include <sys/types.h> # endif # if @HAVE_INTTYPES_H@ /* In OpenBSD 3.8, <inttypes.h> includes <machine/types.h>, which defines int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. <inttypes.h> also defines intptr_t and uintptr_t. */ # include <inttypes.h> # elif @HAVE_SYS_INTTYPES_H@ /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types, and the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ # include <sys/inttypes.h> # endif # if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__ /* Linux libc4 >= 4.6.7 and libc5 have a <sys/bitypes.h> that defines int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is included by <sys/types.h>. */ # include <sys/bitypes.h> # endif # undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* Minimum and maximum values for an integer type under the usual assumption. Return an unspecified value if BITS == 0, adding a check to pacify picky compilers. */ /* These are separate macros, because if you try to merge these macros into a single one, HP-UX cc rejects the resulting expression in constant expressions. */ # define _STDINT_UNSIGNED_MIN(bits, zero) \ (zero) # define _STDINT_SIGNED_MIN(bits, zero) \ (~ _STDINT_MAX (1, bits, zero)) # define _STDINT_MAX(signed, bits, zero) \ (((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1) #if !GNULIB_defined_stdint_types /* 7.18.1.1. Exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ # undef int8_t # undef uint8_t typedef signed char gl_int8_t; typedef unsigned char gl_uint8_t; # define int8_t gl_int8_t # define uint8_t gl_uint8_t # undef int16_t # undef uint16_t typedef short int gl_int16_t; typedef unsigned short int gl_uint16_t; # define int16_t gl_int16_t # define uint16_t gl_uint16_t # undef int32_t # undef uint32_t typedef int gl_int32_t; typedef unsigned int gl_uint32_t; # define int32_t gl_int32_t # define uint32_t gl_uint32_t /* If the system defines INT64_MAX, assume int64_t works. That way, if the underlying platform defines int64_t to be a 64-bit long long int, the code below won't mistakenly define it to be a 64-bit long int, which would mess up C++ name mangling. We must use #ifdef rather than #if, to avoid an error with HP-UX 10.20 cc. */ # ifdef INT64_MAX # define GL_INT64_T # else /* Do not undefine int64_t if gnulib is not being used with 64-bit types, since otherwise it breaks platforms like Tandem/NSK. */ # if LONG_MAX >> 31 >> 31 == 1 # undef int64_t typedef long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif defined _MSC_VER # undef int64_t typedef __int64 gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif @HAVE_LONG_LONG_INT@ # undef int64_t typedef long long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # endif # endif # ifdef UINT64_MAX # define GL_UINT64_T # else # if ULONG_MAX >> 31 >> 31 >> 1 == 1 # undef uint64_t typedef unsigned long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif defined _MSC_VER # undef uint64_t typedef unsigned __int64 gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif @HAVE_UNSIGNED_LONG_LONG_INT@ # undef uint64_t typedef unsigned long long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # endif # endif /* Avoid collision with Solaris 2.5.1 <pthread.h> etc. */ # define _UINT8_T # define _UINT32_T # define _UINT64_T /* 7.18.1.2. Minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ # undef int_least8_t # undef uint_least8_t # undef int_least16_t # undef uint_least16_t # undef int_least32_t # undef uint_least32_t # undef int_least64_t # undef uint_least64_t # define int_least8_t int8_t # define uint_least8_t uint8_t # define int_least16_t int16_t # define uint_least16_t uint16_t # define int_least32_t int32_t # define uint_least32_t uint32_t # ifdef GL_INT64_T # define int_least64_t int64_t # endif # ifdef GL_UINT64_T # define uint_least64_t uint64_t # endif /* 7.18.1.3. Fastest minimum-width integer types */ /* Note: Other <stdint.h> substitutes may define these types differently. It is not recommended to use these types in public header files. */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. The following code normally uses types consistent with glibc, as that lessens the chance of incompatibility with older GNU hosts. */ # undef int_fast8_t # undef uint_fast8_t # undef int_fast16_t # undef uint_fast16_t # undef int_fast32_t # undef uint_fast32_t # undef int_fast64_t # undef uint_fast64_t typedef signed char gl_int_fast8_t; typedef unsigned char gl_uint_fast8_t; # ifdef __sun /* Define types compatible with SunOS 5.10, so that code compiled under earlier SunOS versions works with code compiled under SunOS 5.10. */ typedef int gl_int_fast32_t; typedef unsigned int gl_uint_fast32_t; # else typedef long int gl_int_fast32_t; typedef unsigned long int gl_uint_fast32_t; # endif typedef gl_int_fast32_t gl_int_fast16_t; typedef gl_uint_fast32_t gl_uint_fast16_t; # define int_fast8_t gl_int_fast8_t # define uint_fast8_t gl_uint_fast8_t # define int_fast16_t gl_int_fast16_t # define uint_fast16_t gl_uint_fast16_t # define int_fast32_t gl_int_fast32_t # define uint_fast32_t gl_uint_fast32_t # ifdef GL_INT64_T # define int_fast64_t int64_t # endif # ifdef GL_UINT64_T # define uint_fast64_t uint64_t # endif /* 7.18.1.4. Integer types capable of holding object pointers */ /* kLIBC's stdint.h defines _INTPTR_T_DECLARED and needs its own definitions of intptr_t and uintptr_t (which use int and unsigned) to avoid clashes with declarations of system functions like sbrk. */ # ifndef _INTPTR_T_DECLARED # undef intptr_t # undef uintptr_t typedef long int gl_intptr_t; typedef unsigned long int gl_uintptr_t; # define intptr_t gl_intptr_t # define uintptr_t gl_uintptr_t # endif /* 7.18.1.5. Greatest-width integer types */ /* Note: These types are compiler dependent. It may be unwise to use them in public header files. */ /* If the system defines INTMAX_MAX, assume that intmax_t works, and similarly for UINTMAX_MAX and uintmax_t. This avoids problems with assuming one type where another is used by the system. */ # ifndef INTMAX_MAX # undef INTMAX_C # undef intmax_t # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 typedef long long int gl_intmax_t; # define intmax_t gl_intmax_t # elif defined GL_INT64_T # define intmax_t int64_t # else typedef long int gl_intmax_t; # define intmax_t gl_intmax_t # endif # endif # ifndef UINTMAX_MAX # undef UINTMAX_C # undef uintmax_t # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 typedef unsigned long long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # elif defined GL_UINT64_T # define uintmax_t uint64_t # else typedef unsigned long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # endif # endif /* Verify that intmax_t and uintmax_t have the same size. Too much code breaks if this is not the case. If this check fails, the reason is likely to be found in the autoconf macros. */ typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t) ? 1 : -1]; # define GNULIB_defined_stdint_types 1 # endif /* !GNULIB_defined_stdint_types */ /* 7.18.2. Limits of specified-width integer types */ /* 7.18.2.1. Limits of exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ # undef INT8_MIN # undef INT8_MAX # undef UINT8_MAX # define INT8_MIN (~ INT8_MAX) # define INT8_MAX 127 # define UINT8_MAX 255 # undef INT16_MIN # undef INT16_MAX # undef UINT16_MAX # define INT16_MIN (~ INT16_MAX) # define INT16_MAX 32767 # define UINT16_MAX 65535 # undef INT32_MIN # undef INT32_MAX # undef UINT32_MAX # define INT32_MIN (~ INT32_MAX) # define INT32_MAX 2147483647 # define UINT32_MAX 4294967295U # if defined GL_INT64_T && ! defined INT64_MAX /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0 evaluates the latter incorrectly in preprocessor expressions. */ # define INT64_MIN (- INTMAX_C (1) << 63) # define INT64_MAX INTMAX_C (9223372036854775807) # endif # if defined GL_UINT64_T && ! defined UINT64_MAX # define UINT64_MAX UINTMAX_C (18446744073709551615) # endif /* 7.18.2.2. Limits of minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ # undef INT_LEAST8_MIN # undef INT_LEAST8_MAX # undef UINT_LEAST8_MAX # define INT_LEAST8_MIN INT8_MIN # define INT_LEAST8_MAX INT8_MAX # define UINT_LEAST8_MAX UINT8_MAX # undef INT_LEAST16_MIN # undef INT_LEAST16_MAX # undef UINT_LEAST16_MAX # define INT_LEAST16_MIN INT16_MIN # define INT_LEAST16_MAX INT16_MAX # define UINT_LEAST16_MAX UINT16_MAX # undef INT_LEAST32_MIN # undef INT_LEAST32_MAX # undef UINT_LEAST32_MAX # define INT_LEAST32_MIN INT32_MIN # define INT_LEAST32_MAX INT32_MAX # define UINT_LEAST32_MAX UINT32_MAX # undef INT_LEAST64_MIN # undef INT_LEAST64_MAX # ifdef GL_INT64_T # define INT_LEAST64_MIN INT64_MIN # define INT_LEAST64_MAX INT64_MAX # endif # undef UINT_LEAST64_MAX # ifdef GL_UINT64_T # define UINT_LEAST64_MAX UINT64_MAX # endif /* 7.18.2.3. Limits of fastest minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. */ # undef INT_FAST8_MIN # undef INT_FAST8_MAX # undef UINT_FAST8_MAX # define INT_FAST8_MIN SCHAR_MIN # define INT_FAST8_MAX SCHAR_MAX # define UINT_FAST8_MAX UCHAR_MAX # undef INT_FAST16_MIN # undef INT_FAST16_MAX # undef UINT_FAST16_MAX # define INT_FAST16_MIN INT_FAST32_MIN # define INT_FAST16_MAX INT_FAST32_MAX # define UINT_FAST16_MAX UINT_FAST32_MAX # undef INT_FAST32_MIN # undef INT_FAST32_MAX # undef UINT_FAST32_MAX # ifdef __sun # define INT_FAST32_MIN INT_MIN # define INT_FAST32_MAX INT_MAX # define UINT_FAST32_MAX UINT_MAX # else # define INT_FAST32_MIN LONG_MIN # define INT_FAST32_MAX LONG_MAX # define UINT_FAST32_MAX ULONG_MAX # endif # undef INT_FAST64_MIN # undef INT_FAST64_MAX # ifdef GL_INT64_T # define INT_FAST64_MIN INT64_MIN # define INT_FAST64_MAX INT64_MAX # endif # undef UINT_FAST64_MAX # ifdef GL_UINT64_T # define UINT_FAST64_MAX UINT64_MAX # endif /* 7.18.2.4. Limits of integer types capable of holding object pointers */ # undef INTPTR_MIN # undef INTPTR_MAX # undef UINTPTR_MAX # define INTPTR_MIN LONG_MIN # define INTPTR_MAX LONG_MAX # define UINTPTR_MAX ULONG_MAX /* 7.18.2.5. Limits of greatest-width integer types */ # ifndef INTMAX_MAX # undef INTMAX_MIN # ifdef INT64_MAX # define INTMAX_MIN INT64_MIN # define INTMAX_MAX INT64_MAX # else # define INTMAX_MIN INT32_MIN # define INTMAX_MAX INT32_MAX # endif # endif # ifndef UINTMAX_MAX # ifdef UINT64_MAX # define UINTMAX_MAX UINT64_MAX # else # define UINTMAX_MAX UINT32_MAX # endif # endif /* 7.18.3. Limits of other integer types */ /* ptrdiff_t limits */ # undef PTRDIFF_MIN # undef PTRDIFF_MAX # if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define PTRDIFF_MIN _STDINT_SIGNED_MIN (64, 0l) # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) # else # define PTRDIFF_MIN _STDINT_SIGNED_MIN (32, 0) # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) # endif # else # define PTRDIFF_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) # define PTRDIFF_MAX \ _STDINT_MAX (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) # endif /* sig_atomic_t limits */ # undef SIG_ATOMIC_MIN # undef SIG_ATOMIC_MAX # if @HAVE_SIGNED_SIG_ATOMIC_T@ # define SIG_ATOMIC_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_SIG_ATOMIC_T@, 0@SIG_ATOMIC_T_SUFFIX@) # else # define SIG_ATOMIC_MIN \ _STDINT_UNSIGNED_MIN (@BITSIZEOF_SIG_ATOMIC_T@, 0@SIG_ATOMIC_T_SUFFIX@) # endif # define SIG_ATOMIC_MAX \ _STDINT_MAX (@HAVE_SIGNED_SIG_ATOMIC_T@, @BITSIZEOF_SIG_ATOMIC_T@, \ 0@SIG_ATOMIC_T_SUFFIX@) /* size_t limit */ # undef SIZE_MAX # if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) # else # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) # endif # else # define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) # endif /* wchar_t limits */ /* Get WCHAR_MIN, WCHAR_MAX. This include is not on the top, above, because on OSF/1 4.0 we have a sequence of nested includes <wchar.h> -> <stdio.h> -> <getopt.h> -> <stdlib.h>, and the latter includes <stdint.h> and assumes its types are already defined. */ # if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX) /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included before <wchar.h>. */ # include <stddef.h> # include <stdio.h> # include <time.h> # define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H # include <wchar.h> # undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H # endif # undef WCHAR_MIN # undef WCHAR_MAX # if @HAVE_SIGNED_WCHAR_T@ # define WCHAR_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) # else # define WCHAR_MIN \ _STDINT_UNSIGNED_MIN (@BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) # endif # define WCHAR_MAX \ _STDINT_MAX (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) /* wint_t limits */ # undef WINT_MIN # undef WINT_MAX # if @HAVE_SIGNED_WINT_T@ # define WINT_MIN \ _STDINT_SIGNED_MIN (@BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) # else # define WINT_MIN \ _STDINT_UNSIGNED_MIN (@BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) # endif # define WINT_MAX \ _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) /* 7.18.4. Macros for integer constants */ /* 7.18.4.1. Macros for minimum-width integer constants */ /* According to ISO C 99 Technical Corrigendum 1 */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits, and int is 32 bits. */ # undef INT8_C # undef UINT8_C # define INT8_C(x) x # define UINT8_C(x) x # undef INT16_C # undef UINT16_C # define INT16_C(x) x # define UINT16_C(x) x # undef INT32_C # undef UINT32_C # define INT32_C(x) x # define UINT32_C(x) x ## U # undef INT64_C # undef UINT64_C # if LONG_MAX >> 31 >> 31 == 1 # define INT64_C(x) x##L # elif defined _MSC_VER # define INT64_C(x) x##i64 # elif @HAVE_LONG_LONG_INT@ # define INT64_C(x) x##LL # endif # if ULONG_MAX >> 31 >> 31 >> 1 == 1 # define UINT64_C(x) x##UL # elif defined _MSC_VER # define UINT64_C(x) x##ui64 # elif @HAVE_UNSIGNED_LONG_LONG_INT@ # define UINT64_C(x) x##ULL # endif /* 7.18.4.2. Macros for greatest-width integer constants */ # ifndef INTMAX_C # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define INTMAX_C(x) x##LL # elif defined GL_INT64_T # define INTMAX_C(x) INT64_C(x) # else # define INTMAX_C(x) x##L # endif # endif # ifndef UINTMAX_C # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define UINTMAX_C(x) x##ULL # elif defined GL_UINT64_T # define UINTMAX_C(x) UINT64_C(x) # else # define UINTMAX_C(x) x##UL # endif # endif #endif /* !@HAVE_C99_STDINT_H@ */ /* Macros specified by ISO/IEC TS 18661-1:2014. */ #if (!defined UINTMAX_WIDTH \ && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) # ifdef INT8_MAX # define INT8_WIDTH _GL_INTEGER_WIDTH (INT8_MIN, INT8_MAX) # endif # ifdef UINT8_MAX # define UINT8_WIDTH _GL_INTEGER_WIDTH (0, UINT8_MAX) # endif # ifdef INT16_MAX # define INT16_WIDTH _GL_INTEGER_WIDTH (INT16_MIN, INT16_MAX) # endif # ifdef UINT16_MAX # define UINT16_WIDTH _GL_INTEGER_WIDTH (0, UINT16_MAX) # endif # ifdef INT32_MAX # define INT32_WIDTH _GL_INTEGER_WIDTH (INT32_MIN, INT32_MAX) # endif # ifdef UINT32_MAX # define UINT32_WIDTH _GL_INTEGER_WIDTH (0, UINT32_MAX) # endif # ifdef INT64_MAX # define INT64_WIDTH _GL_INTEGER_WIDTH (INT64_MIN, INT64_MAX) # endif # ifdef UINT64_MAX # define UINT64_WIDTH _GL_INTEGER_WIDTH (0, UINT64_MAX) # endif # define INT_LEAST8_WIDTH _GL_INTEGER_WIDTH (INT_LEAST8_MIN, INT_LEAST8_MAX) # define UINT_LEAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST8_MAX) # define INT_LEAST16_WIDTH _GL_INTEGER_WIDTH (INT_LEAST16_MIN, INT_LEAST16_MAX) # define UINT_LEAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST16_MAX) # define INT_LEAST32_WIDTH _GL_INTEGER_WIDTH (INT_LEAST32_MIN, INT_LEAST32_MAX) # define UINT_LEAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST32_MAX) # define INT_LEAST64_WIDTH _GL_INTEGER_WIDTH (INT_LEAST64_MIN, INT_LEAST64_MAX) # define UINT_LEAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_LEAST64_MAX) # define INT_FAST8_WIDTH _GL_INTEGER_WIDTH (INT_FAST8_MIN, INT_FAST8_MAX) # define UINT_FAST8_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST8_MAX) # define INT_FAST16_WIDTH _GL_INTEGER_WIDTH (INT_FAST16_MIN, INT_FAST16_MAX) # define UINT_FAST16_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST16_MAX) # define INT_FAST32_WIDTH _GL_INTEGER_WIDTH (INT_FAST32_MIN, INT_FAST32_MAX) # define UINT_FAST32_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST32_MAX) # define INT_FAST64_WIDTH _GL_INTEGER_WIDTH (INT_FAST64_MIN, INT_FAST64_MAX) # define UINT_FAST64_WIDTH _GL_INTEGER_WIDTH (0, UINT_FAST64_MAX) # define INTPTR_WIDTH _GL_INTEGER_WIDTH (INTPTR_MIN, INTPTR_MAX) # define UINTPTR_WIDTH _GL_INTEGER_WIDTH (0, UINTPTR_MAX) # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX) # define UINTMAX_WIDTH _GL_INTEGER_WIDTH (0, UINTMAX_MAX) # define PTRDIFF_WIDTH _GL_INTEGER_WIDTH (PTRDIFF_MIN, PTRDIFF_MAX) # define SIZE_WIDTH _GL_INTEGER_WIDTH (0, SIZE_MAX) # define WCHAR_WIDTH _GL_INTEGER_WIDTH (WCHAR_MIN, WCHAR_MAX) # ifdef WINT_MAX # define WINT_WIDTH _GL_INTEGER_WIDTH (WINT_MIN, WINT_MAX) # endif # ifdef SIG_ATOMIC_MAX # define SIG_ATOMIC_WIDTH _GL_INTEGER_WIDTH (SIG_ATOMIC_MIN, SIG_ATOMIC_MAX) # endif #endif /* !WINT_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ #endif /* _@GUARD_PREFIX@_STDINT_H */ #endif /* !(defined __ANDROID__ && ...) */ #endif /* !defined _@GUARD_PREFIX@_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/msvc-nothrow.h���������������������������������������������������������������������0000644�0000000�0000000�00000003010�13061734274�013151� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Wrappers that don't throw invalid parameter notifications with MSVC runtime libraries. Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _MSVC_NOTHROW_H #define _MSVC_NOTHROW_H /* With MSVC runtime libraries with the "invalid parameter handler" concept, functions like fprintf(), dup2(), or close() crash when the caller passes an invalid argument. But POSIX wants error codes (such as EINVAL or EBADF) instead. This file defines wrappers that turn such an invalid parameter notification into an error code. */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Get original declaration of _get_osfhandle. */ # include <io.h> # if HAVE_MSVC_INVALID_PARAMETER_HANDLER /* Override _get_osfhandle. */ extern intptr_t _gl_nothrow_get_osfhandle (int fd); # define _get_osfhandle _gl_nothrow_get_osfhandle # endif #endif #endif /* _MSVC_NOTHROW_H */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/stddef.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000007262�13061734274�012376� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. Copyright (C) 2009-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Written by Eric Blake. */ /* * POSIX 2008 <stddef.h> for platforms that have issues. * <http://www.opengroup.org/susv3xbd/stddef.h.html> */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_wchar_t || defined __need_size_t \ || defined __need_ptrdiff_t || defined __need_NULL \ || defined __need_wint_t /* Special invocation convention inside gcc header files. In particular, gcc provides a version of <stddef.h> that blindly redefines NULL even when __need_wint_t was defined, even though wint_t is not normally provided by <stddef.h>. Hence, we must remember if special invocation has ever been used to obtain wint_t, in which case we need to clean up NULL yet again. */ # if !(defined _@GUARD_PREFIX@_STDDEF_H && defined _GL_STDDEF_WINT_T) # ifdef __need_wint_t # define _GL_STDDEF_WINT_T # endif # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ # endif #else /* Normal invocation convention. */ # ifndef _@GUARD_PREFIX@_STDDEF_H /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ /* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ # if (@REPLACE_NULL@ \ && (!defined _@GUARD_PREFIX@_STDDEF_H || defined _GL_STDDEF_WINT_T)) # undef NULL # ifdef __cplusplus /* ISO C++ says that the macro NULL must expand to an integer constant expression, hence '((void *) 0)' is not allowed in C++. */ # if __GNUG__ >= 3 /* GNU C++ has a __null macro that behaves like an integer ('int' or 'long') but has the same size as a pointer. Use that, to avoid warnings. */ # define NULL __null # else # define NULL 0L # endif # else # define NULL ((void *) 0) # endif # endif # ifndef _@GUARD_PREFIX@_STDDEF_H # define _@GUARD_PREFIX@_STDDEF_H /* Some platforms lack wchar_t. */ #if !@HAVE_WCHAR_T@ # define wchar_t int #endif /* Some platforms lack max_align_t. The check for _GCC_MAX_ALIGN_T is a hack in case the configure-time test was done with g++ even though we are currently compiling with gcc. */ #if ! (@HAVE_MAX_ALIGN_T@ || defined _GCC_MAX_ALIGN_T) /* On the x86, the maximum storage alignment of double, long, etc. is 4, but GCC's C11 ABI for x86 says that max_align_t has an alignment of 8, and the C11 standard allows this. Work around this problem by using __alignof__ (which returns 8 for double) rather than _Alignof (which returns 4), and align each union member accordingly. */ # ifdef __GNUC__ # define _GL_STDDEF_ALIGNAS(type) \ __attribute__ ((__aligned__ (__alignof__ (type)))) # else # define _GL_STDDEF_ALIGNAS(type) /* */ # endif typedef union { char *__p _GL_STDDEF_ALIGNAS (char *); double __d _GL_STDDEF_ALIGNAS (double); long double __ld _GL_STDDEF_ALIGNAS (long double); long int __i _GL_STDDEF_ALIGNAS (long int); } max_align_t; #endif # endif /* _@GUARD_PREFIX@_STDDEF_H */ # endif /* _@GUARD_PREFIX@_STDDEF_H */ #endif /* __need_XXX */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/gettext.h��������������������������������������������������������������������������0000644�0000000�0000000�00000024077�13134403260�012174� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Convenience header for conditional use of GNU <libintl.h>. Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 /* NLS can be disabled through the configure --disable-nls option or through "#define ENABLE NLS 0" before including this file. */ #if defined ENABLE_NLS && ENABLE_NLS /* Get declarations of GNU message catalog functions. */ # include <libintl.h> /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by the gettext() and ngettext() macros. This is an alternative to calling textdomain(), and is useful for libraries. */ # ifdef DEFAULT_TEXT_DOMAIN # undef gettext # define gettext(Msgid) \ dgettext (DEFAULT_TEXT_DOMAIN, Msgid) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N) # endif #else /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of <locale.h> a NOP. We don't include <libintl.h> as well because people using "gettext.h" will not include <libintl.h>, and also including <libintl.h> would fail on SunOS 4, whereas <locale.h> is OK. */ #if defined(__sun) # include <locale.h> #endif /* Many header files from the libstdc++ coming with g++ 3.3 or newer include <libintl.h>, which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of <libintl.h> a NOP. */ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) # include <cstdlib> # if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H # include <libintl.h> # endif #endif /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. On pre-ANSI systems without 'const', the config.h file is supposed to contain "#define const". */ # undef gettext # define gettext(Msgid) ((const char *) (Msgid)) # undef dgettext # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) # undef dcgettext # define dcgettext(Domainname, Msgid, Category) \ ((void) (Category), dgettext (Domainname, Msgid)) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ ((N) == 1 \ ? ((void) (Msgid2), (const char *) (Msgid1)) \ : ((void) (Msgid1), (const char *) (Msgid2))) # undef dngettext # define dngettext(Domainname, Msgid1, Msgid2, N) \ ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) # undef dcngettext # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N)) # undef textdomain # define textdomain(Domainname) ((const char *) (Domainname)) # undef bindtextdomain # define bindtextdomain(Domainname, Dirname) \ ((void) (Domainname), (const char *) (Dirname)) # undef bind_textdomain_codeset # define bind_textdomain_codeset(Domainname, Codeset) \ ((void) (Domainname), (const char *) (Codeset)) #endif /* Prefer gnulib's setlocale override over libintl's setlocale override. */ #ifdef GNULIB_defined_setlocale # undef setlocale # define setlocale rpl_setlocale #endif /* A pseudo function call that serves as a marker for the automated extraction of messages, but does not call gettext(). The run-time translation is done at a different place in the code. The argument, String, should be a literal string. Concatenated strings and other string expressions won't work. The macro's expansion is not parenthesized, so that it is suitable as initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String /* The separator between msgctxt and msgid in a .mo file. */ #define GETTEXT_CONTEXT_GLUE "\004" /* Pseudo function calls, taking a MSGCTXT and a MSGID instead of just a MSGID. MSGCTXT and MSGID must be string literals. MSGCTXT should be short and rarely need to change. The letter 'p' stands for 'particular' or 'special'. */ #ifdef DEFAULT_TEXT_DOMAIN # define pgettext(Msgctxt, Msgid) \ pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #else # define pgettext(Msgctxt, Msgid) \ pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #endif #define dpgettext(Domainname, Msgctxt, Msgid) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) #ifdef DEFAULT_TEXT_DOMAIN # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #else # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #endif #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * pgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, int category) { const char *translation = dcgettext (domain, msg_ctxt_id, category); if (translation == msg_ctxt_id) return msgid; else return translation; } #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * npgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) { const char *translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); if (translation == msg_ctxt_id || translation == msgid_plural) return (n == 1 ? msgid : msgid_plural); else return translation; } /* The same thing extended for non-constant arguments. Here MSGCTXT and MSGID can be arbitrary expressions. But for string literals these macros are less efficient than those above. */ #include <string.h> #if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \ /* || __STDC_VERSION__ == 199901L || (__STDC_VERSION__ >= 201112L && !defined __STDC_NO_VLA__) */ ) # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1 #else # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0 #endif #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS #include <stdlib.h> #endif #define pgettext_expr(Msgctxt, Msgid) \ dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) #define dpgettext_expr(Domainname, Msgctxt, Msgid) \ dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * dcpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, int category) { size_t msgctxt_len = strlen (msgctxt) + 1; size_t msgid_len = strlen (msgid) + 1; const char *translation; #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS char msg_ctxt_id[msgctxt_len + msgid_len]; #else char buf[1024]; char *msg_ctxt_id = (msgctxt_len + msgid_len <= sizeof (buf) ? buf : (char *) malloc (msgctxt_len + msgid_len)); if (msg_ctxt_id != NULL) #endif { int found_translation; memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); msg_ctxt_id[msgctxt_len - 1] = '\004'; memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); translation = dcgettext (domain, msg_ctxt_id, category); found_translation = (translation != msg_ctxt_id); #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS if (msg_ctxt_id != buf) free (msg_ctxt_id); #endif if (found_translation) return translation; } return msgid; } #define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \ dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) #define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * dcnpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) { size_t msgctxt_len = strlen (msgctxt) + 1; size_t msgid_len = strlen (msgid) + 1; const char *translation; #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS char msg_ctxt_id[msgctxt_len + msgid_len]; #else char buf[1024]; char *msg_ctxt_id = (msgctxt_len + msgid_len <= sizeof (buf) ? buf : (char *) malloc (msgctxt_len + msgid_len)); if (msg_ctxt_id != NULL) #endif { int found_translation; memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); msg_ctxt_id[msgctxt_len - 1] = '\004'; memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); found_translation = !(translation == msg_ctxt_id || translation == msgid_plural); #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS if (msg_ctxt_id != buf) free (msg_ctxt_id); #endif if (found_translation) return translation; } return (n == 1 ? msgid : msgid_plural); } #endif /* _LIBGETTEXT_H */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/Makefile.in������������������������������������������������������������������������0000644�0000000�0000000�00000251567�13151533357�012424� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl error gendocs getline gettext-h gnupload lib-symbol-versions lib-symbol-visibility maintainer-makefile manywarnings progname stdio strchrnul strverscmp update-copyright valgrind-tests version-etc VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = gl ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = am_libgnu_la_OBJECTS = dirname-lgpl.lo basename-lgpl.lo stripslash.lo \ getprogname.lo progname.lo unistd.lo version-etc.lo libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES) DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp 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" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AUTOMAKE_OPTIONS = 1.9.6 gnits SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = libgnu.la EXTRA_DIST = dirname.h dosname.h errno.in.h error.c error.h \ $(top_srcdir)/build-aux/gendocs.sh getdelim.c getline.c \ $(top_srcdir)/GNUmakefile $(top_srcdir)/build-aux/gnupload \ intprops.h limits.in.h $(top_srcdir)/maint.mk malloc.c \ msvc-inval.c msvc-inval.h msvc-nothrow.c msvc-nothrow.h \ rawmemchr.c rawmemchr.valgrind _Noreturn.h arg-nonnull.h \ c++defs.h warn-on-use.h stdarg.in.h stdbool.in.h stddef.in.h \ stdint.in.h stdio.in.h stdlib.in.h strchrnul.c \ strchrnul.valgrind strerror.c strerror-override.c \ strerror-override.h string.in.h strverscmp.c sys_types.in.h \ unistd.in.h $(top_srcdir)/build-aux/update-copyright \ $(top_srcdir)/build-aux/useless-if-before-free \ $(top_srcdir)/build-aux/vc-list-files verify.h BUILT_SOURCES = $(ERRNO_H) $(LIMITS_H) $(STDARG_H) $(STDBOOL_H) \ $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h string.h sys/types.h \ unistd.h SUFFIXES = MOSTLYCLEANFILES = core *.stackdump errno.h errno.h-t limits.h \ limits.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t stddef.h \ stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h \ stdlib.h-t string.h string.h-t sys/types.h sys/types.h-t \ unistd.h unistd.h-t MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = # No GNU Make output. AM_CPPFLAGS = # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the # compilation of all sources that make up the library. This line here does it # only for the gnulib part of it. The developer is responsible for adding # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library. AM_CFLAGS = $(CFLAG_VISIBILITY) libgnu_la_SOURCES = dirname-lgpl.c basename-lgpl.c stripslash.c \ getprogname.h getprogname.c gettext.h progname.h progname.c \ unistd.c version-etc.h version-etc.c libgnu_la_LIBADD = $(gl_LTLIBOBJS) libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS) EXTRA_libgnu_la_SOURCES = error.c getdelim.c getline.c malloc.c \ msvc-inval.c msvc-nothrow.c rawmemchr.c strchrnul.c strerror.c \ strerror-override.c strverscmp.c libgnu_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBINTL) # Use this preprocessor expression to decide whether #include_next works. # Do not rely on a 'configure'-time test for this, since the expression # might appear in an installed header, which is used by some other compiler. HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H = $(srcdir)/_Noreturn.h # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. ARG_NONNULL_H = $(srcdir)/arg-nonnull.h # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. CXXDEFS_H = $(srcdir)/c++defs.h # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all makefiles that # need it. This is ensured by the applicability 'all' defined above. WARN_ON_USE_H = $(srcdir)/warn-on-use.h all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gl/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnits gl/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): clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES) $(AM_V_CCLD)$(libgnu_la_LINK) $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdelim.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getprogname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmemchr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strverscmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 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. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local 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 -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) all check install install-am \ install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool \ clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-local 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-compile mostlyclean-generic mostlyclean-libtool \ mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am .PRECIOUS: Makefile # We need the following in order to create <errno.h> when the system # doesn't have one that is POSIX compliant. @GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status @GL_GENERATE_ERRNO_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ERRNO_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_ERRNO_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ < $(srcdir)/errno.in.h; \ @GL_GENERATE_ERRNO_H_TRUE@ } > $@-t && \ @GL_GENERATE_ERRNO_H_TRUE@ mv $@-t $@ @GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status @GL_GENERATE_ERRNO_H_FALSE@ rm -f $@ distclean-local: clean-GNUmakefile clean-GNUmakefile: test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile # We need the following in order to create <limits.h> when the system # doesn't have one that is compatible with GNU. @GL_GENERATE_LIMITS_H_TRUE@limits.h: limits.in.h $(top_builddir)/config.status @GL_GENERATE_LIMITS_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_LIMITS_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_LIMITS_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ @GL_GENERATE_LIMITS_H_TRUE@ < $(srcdir)/limits.in.h; \ @GL_GENERATE_LIMITS_H_TRUE@ } > $@-t && \ @GL_GENERATE_LIMITS_H_TRUE@ mv $@-t $@ @GL_GENERATE_LIMITS_H_FALSE@limits.h: $(top_builddir)/config.status @GL_GENERATE_LIMITS_H_FALSE@ rm -f $@ # We need the following in order to create <stdarg.h> when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDARG_H_TRUE@stdarg.h: stdarg.in.h $(top_builddir)/config.status @GL_GENERATE_STDARG_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDARG_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_STDARG_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ @GL_GENERATE_STDARG_H_TRUE@ < $(srcdir)/stdarg.in.h; \ @GL_GENERATE_STDARG_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDARG_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDARG_H_FALSE@stdarg.h: $(top_builddir)/config.status @GL_GENERATE_STDARG_H_FALSE@ rm -f $@ # We need the following in order to create <stdbool.h> when the system # doesn't have one that works. @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ @GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@ # We need the following in order to create <stddef.h> when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status @GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \ @GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status @GL_GENERATE_STDDEF_H_FALSE@ rm -f $@ # We need the following in order to create <stdint.h> when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status @GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDINT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \ @GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status @GL_GENERATE_STDINT_H_FALSE@ rm -f $@ # We need the following in order to create <stdio.h> when the system # doesn't have one that works with the given compiler. stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ < $(srcdir)/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create <stdlib.h> when the system # doesn't have one that works with the given compiler. stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \ -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ < $(srcdir)/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \ -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \ -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \ -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \ -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _Noreturn/r $(_NORETURN_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create <string.h> when the system # doesn't have one that works with the given compiler. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \ -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ < $(srcdir)/string.in.h | \ sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \ -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ < $(srcdir)/string.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create <sys/types.h> when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create an empty placeholder for # <unistd.h> when the system doesn't have one. unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ < $(srcdir)/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ -e 's|@''HAVE_TRUNCATE''@|$(HAVE_TRUNCATE)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \ -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \ -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \ -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : # 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: �����������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/getline.c��������������������������������������������������������������������������0000644�0000000�0000000�00000001666�13061734274�012144� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* getline.c --- Implementation of replacement getline function. Copyright (C) 2005-2007, 2009-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Written by Simon Josefsson. */ #include <config.h> #include <stdio.h> ssize_t getline (char **lineptr, size_t *n, FILE *stream) { return getdelim (lineptr, n, '\n', stream); } ��������������������������������������������������������������������������libidn2-2.0.4/gl/sys_types.in.h���������������������������������������������������������������������0000644�0000000�0000000�00000005447�13134403260�013157� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Provide a more complete sys/types.h. Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #ifndef _@GUARD_PREFIX@_SYS_TYPES_H /* The include_next requires a split double-inclusion guard. */ # define _GL_INCLUDING_SYS_TYPES_H #@INCLUDE_NEXT@ @NEXT_SYS_TYPES_H@ # undef _GL_INCLUDING_SYS_TYPES_H #ifndef _@GUARD_PREFIX@_SYS_TYPES_H #define _@GUARD_PREFIX@_SYS_TYPES_H /* Override off_t if Large File Support is requested on native Windows. */ #if @WINDOWS_64_BIT_OFF_T@ /* Same as int64_t in <stdint.h>. */ # if defined _MSC_VER # define off_t __int64 # else # define off_t long long int # endif /* Indicator, for gnulib internal purposes. */ # define _GL_WINDOWS_64_BIT_OFF_T 1 #endif /* Override dev_t and ino_t if distinguishable inodes support is requested on native Windows. */ #if @WINDOWS_STAT_INODES@ # if @WINDOWS_STAT_INODES@ == 2 /* Experimental, not useful in Windows 10. */ /* Define dev_t to a 64-bit type. */ # if !defined GNULIB_defined_dev_t typedef unsigned long long int rpl_dev_t; # undef dev_t # define dev_t rpl_dev_t # define GNULIB_defined_dev_t 1 # endif /* Define ino_t to a 128-bit type. */ # if !defined GNULIB_defined_ino_t /* MSVC does not have a 128-bit integer type. GCC has a 128-bit integer type __int128, but only on 64-bit targets. */ typedef struct { unsigned long long int _gl_ino[2]; } rpl_ino_t; # undef ino_t # define ino_t rpl_ino_t # define GNULIB_defined_ino_t 1 # endif # else /* @WINDOWS_STAT_INODES@ == 1 */ /* Define ino_t to a 64-bit type. */ # if !defined GNULIB_defined_ino_t typedef unsigned long long int rpl_ino_t; # undef ino_t # define ino_t rpl_ino_t # define GNULIB_defined_ino_t 1 # endif # endif /* Indicator, for gnulib internal purposes. */ # define _GL_WINDOWS_STAT_INODES @WINDOWS_STAT_INODES@ #endif /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */ /* But avoid namespace pollution on glibc systems. */ #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ && ! defined __GLIBC__ # include <stddef.h> #endif #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/rawmemchr.c������������������������������������������������������������������������0000644�0000000�0000000�00000012201�13061734274�012465� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Searching in a string. Copyright (C) 2008-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #include <string.h> /* Find the first occurrence of C in S. */ void * rawmemchr (const void *s, int c_in) { /* On 32-bit hardware, choosing longword to be a 32-bit unsigned long instead of a 64-bit uintmax_t tends to give better performance. On 64-bit hardware, unsigned long is generally 64 bits already. Change this typedef to experiment with performance. */ typedef unsigned long int longword; const unsigned char *char_ptr; const longword *longword_ptr; longword repeated_one; longword repeated_c; unsigned char c; c = (unsigned char) c_in; /* Handle the first few bytes by reading one byte at a time. Do this until CHAR_PTR is aligned on a longword boundary. */ for (char_ptr = (const unsigned char *) s; (size_t) char_ptr % sizeof (longword) != 0; ++char_ptr) if (*char_ptr == c) return (void *) char_ptr; longword_ptr = (const longword *) char_ptr; /* All these elucidatory comments refer to 4-byte longwords, but the theory applies equally well to any size longwords. */ /* Compute auxiliary longword values: repeated_one is a value which has a 1 in every byte. repeated_c has c in every byte. */ repeated_one = 0x01010101; repeated_c = c | (c << 8); repeated_c |= repeated_c << 16; if (0xffffffffU < (longword) -1) { repeated_one |= repeated_one << 31 << 1; repeated_c |= repeated_c << 31 << 1; if (8 < sizeof (longword)) { size_t i; for (i = 64; i < sizeof (longword) * 8; i *= 2) { repeated_one |= repeated_one << i; repeated_c |= repeated_c << i; } } } /* Instead of the traditional loop which tests each byte, we will test a longword at a time. The tricky part is testing if *any of the four* bytes in the longword in question are equal to NUL or c. We first use an xor with repeated_c. This reduces the task to testing whether *any of the four* bytes in longword1 is zero. We compute tmp = ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7). That is, we perform the following operations: 1. Subtract repeated_one. 2. & ~longword1. 3. & a mask consisting of 0x80 in every byte. Consider what happens in each byte: - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff, and step 3 transforms it into 0x80. A carry can also be propagated to more significant bytes. - If a byte of longword1 is nonzero, let its lowest 1 bit be at position k (0 <= k <= 7); so the lowest k bits are 0. After step 1, the byte ends in a single bit of value 0 and k bits of value 1. After step 2, the result is just k bits of value 1: 2^k - 1. After step 3, the result is 0. And no carry is produced. So, if longword1 has only non-zero bytes, tmp is zero. Whereas if longword1 has a zero byte, call j the position of the least significant zero byte. Then the result has a zero at positions 0, ..., j-1 and a 0x80 at position j. We cannot predict the result at the more significant bytes (positions j+1..3), but it does not matter since we already have a non-zero bit at position 8*j+7. The test whether any byte in longword1 is zero is equivalent to testing whether tmp is nonzero. This test can read beyond the end of a string, depending on where C_IN is encountered. However, this is considered safe since the initialization phase ensured that the read will be aligned, therefore, the read will not cross page boundaries and will not cause a fault. */ while (1) { longword longword1 = *longword_ptr ^ repeated_c; if ((((longword1 - repeated_one) & ~longword1) & (repeated_one << 7)) != 0) break; longword_ptr++; } char_ptr = (const unsigned char *) longword_ptr; /* At this point, we know that one of the sizeof (longword) bytes starting at char_ptr is == c. On little-endian machines, we could determine the first such byte without any further memory accesses, just by looking at the tmp result from the last loop iteration. But this does not work on big-endian machines. Choose code that works in both cases. */ char_ptr = (unsigned char *) longword_ptr; while (*char_ptr != c) char_ptr++; return (void *) char_ptr; } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/getprogname.h����������������������������������������������������������������������0000644�0000000�0000000�00000002173�13061734274�013024� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Program name management. Copyright (C) 2016-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _GL_GETPROGNAME_H #define _GL_GETPROGNAME_H #include <stdlib.h> #ifdef __cplusplus extern "C" { #endif /* Return the base name of the executing program. On native Windows this will usually end in ".exe" or ".EXE". */ #ifndef HAVE_GETPROGNAME extern char const *getprogname (void) # ifdef HAVE_DECL_PROGRAM_INVOCATION_NAME _GL_ATTRIBUTE_PURE # endif ; #endif #ifdef __cplusplus } #endif #endif �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/stdbool.in.h�����������������������������������������������������������������������0000644�0000000�0000000�00000011772�13061734274�012574� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Copyright (C) 2001-2003, 2006-2017 Free Software Foundation, Inc. Written by Bruno Haible <haible@clisp.cons.org>, 2001. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _GL_STDBOOL_H #define _GL_STDBOOL_H /* ISO C 99 <stdbool.h> for platforms that lack it. */ /* Usage suggestions: Programs that use <stdbool.h> should be aware of some limitations and standards compliance issues. Standards compliance: - <stdbool.h> must be #included before 'bool', 'false', 'true' can be used. - You cannot assume that sizeof (bool) == 1. - Programs should not undefine the macros bool, true, and false, as C99 lists that as an "obsolescent feature". Limitations of this substitute, when used in a C89 environment: - <stdbool.h> must be #included before the '_Bool' type can be used. - You cannot assume that _Bool is a typedef; it might be a macro. - Bit-fields of type 'bool' are not supported. Portable code should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'. - In C99, casts and automatic conversions to '_Bool' or 'bool' are performed in such a way that every nonzero value gets converted to 'true', and zero gets converted to 'false'. This doesn't work with this substitute. With this substitute, only the values 0 and 1 give the expected result when converted to _Bool' or 'bool'. - C99 allows the use of (_Bool)0.0 in constant expressions, but this substitute cannot always provide this property. Also, it is suggested that programs use 'bool' rather than '_Bool'; this isn't required, but 'bool' is more common. */ /* 7.16. Boolean type and values */ /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same definitions below, but temporarily we have to #undef them. */ #if defined __BEOS__ && !defined __HAIKU__ # include <OS.h> /* defines bool but not _Bool */ # undef false # undef true #endif #ifdef __cplusplus # define _Bool bool # define bool bool #else # if defined __BEOS__ && !defined __HAIKU__ /* A compiler known to have 'bool'. */ /* If the compiler already has both 'bool' and '_Bool', we can assume they are the same types. */ # if !@HAVE__BOOL@ typedef bool _Bool; # endif # else # if !defined __GNUC__ /* If @HAVE__BOOL@: Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when the built-in _Bool type is used. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html Similar bugs are likely with other compilers as well; this file wouldn't be used if <stdbool.h> was working. So we override the _Bool type. If !@HAVE__BOOL@: Need to define _Bool ourselves. As 'signed char' or as an enum type? Use of a typedef, with SunPRO C, leads to a stupid "warning: _Bool is a keyword in ISO C99". Use of an enum type, with IRIX cc, leads to a stupid "warning(1185): enumerated type mixed with another type". Even the existence of an enum type, without a typedef, "Invalid enumerator. (badenum)" with HP-UX cc on Tru64. The only benefit of the enum, debuggability, is not important with these compilers. So use 'signed char' and no enum. */ # define _Bool signed char # else /* With this compiler, trust the _Bool type if the compiler has it. */ # if !@HAVE__BOOL@ /* For the sake of symbolic names in gdb, define true and false as enum constants, not only as macros. It is tempting to write typedef enum { false = 0, true = 1 } _Bool; so that gdb prints values of type 'bool' symbolically. But then values of type '_Bool' might promote to 'int' or 'unsigned int' (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int' (see ISO C 99 6.3.1.1.(2)). So add a negative value to the enum; this ensures that '_Bool' promotes to 'int'. */ typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; # endif # endif # endif # define bool _Bool #endif /* The other macros must be usable in preprocessor directives. */ #ifdef __cplusplus # define false false # define true true #else # define false 0 # define true 1 #endif #define __bool_true_false_are_defined 1 #endif /* _GL_STDBOOL_H */ ������libidn2-2.0.4/gl/strerror-override.h����������������������������������������������������������������0000644�0000000�0000000�00000003743�13061734274�014217� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* strerror-override.h --- POSIX compatible system error routine Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _GL_STRERROR_OVERRIDE_H # define _GL_STRERROR_OVERRIDE_H # include <errno.h> # include <stddef.h> /* Reasonable buffer size that should never trigger ERANGE; if this proves too small, we intentionally abort(), to remind us to fix this value. */ # define STACKBUF_LEN 256 /* If ERRNUM maps to an errno value defined by gnulib, return a string describing the error. Otherwise return NULL. */ # if REPLACE_STRERROR_0 \ || GNULIB_defined_ESOCK \ || GNULIB_defined_ESTREAMS \ || GNULIB_defined_EWINSOCK \ || GNULIB_defined_ENOMSG \ || GNULIB_defined_EIDRM \ || GNULIB_defined_ENOLINK \ || GNULIB_defined_EPROTO \ || GNULIB_defined_EMULTIHOP \ || GNULIB_defined_EBADMSG \ || GNULIB_defined_EOVERFLOW \ || GNULIB_defined_ENOTSUP \ || GNULIB_defined_ENETRESET \ || GNULIB_defined_ECONNABORTED \ || GNULIB_defined_ESTALE \ || GNULIB_defined_EDQUOT \ || GNULIB_defined_ECANCELED \ || GNULIB_defined_EOWNERDEAD \ || GNULIB_defined_ENOTRECOVERABLE \ || GNULIB_defined_EILSEQ extern const char *strerror_override (int errnum) _GL_ATTRIBUTE_CONST; # else # define strerror_override(ignored) NULL # endif #endif /* _GL_STRERROR_OVERRIDE_H */ �����������������������������libidn2-2.0.4/gl/dirname-lgpl.c���������������������������������������������������������������������0000644�0000000�0000000�00000006120�13134403257�013051� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* dirname.c -- return all but the last element in a file name Copyright (C) 1990, 1998, 2000-2001, 2003-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "dirname.h" #include <stdlib.h> #include <string.h> /* Return the length of the prefix of FILE that will be used by dir_name. If FILE is in the working directory, this returns zero even though 'dir_name (FILE)' will return ".". Works properly even if there are trailing slashes (by effectively ignoring them). */ size_t dir_len (char const *file) { size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); size_t length; /* Advance prefix_length beyond important leading slashes. */ prefix_length += (prefix_length != 0 ? (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE && ISSLASH (file[prefix_length])) : (ISSLASH (file[0]) ? ((DOUBLE_SLASH_IS_DISTINCT_ROOT && ISSLASH (file[1]) && ! ISSLASH (file[2]) ? 2 : 1)) : 0)); /* Strip the basename and any redundant slashes before it. */ for (length = last_component (file) - file; prefix_length < length; length--) if (! ISSLASH (file[length - 1])) break; return length; } /* In general, we can't use the builtin 'dirname' function if available, since it has different meanings in different environments. In some environments the builtin 'dirname' modifies its argument. Return the leading directories part of FILE, allocated with malloc. Works properly even if there are trailing slashes (by effectively ignoring them). Return NULL on failure. If lstat (FILE) would succeed, then { chdir (dir_name (FILE)); lstat (base_name (FILE)); } will access the same file. Likewise, if the sequence { chdir (dir_name (FILE)); rename (base_name (FILE), "foo"); } succeeds, you have renamed FILE to "foo" in the same directory FILE was in. */ char * mdir_name (char const *file) { size_t length = dir_len (file); bool append_dot = (length == 0 || (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE && length == FILE_SYSTEM_PREFIX_LEN (file) && file[2] != '\0' && ! ISSLASH (file[2]))); char *dir = malloc (length + append_dot + 1); if (!dir) return NULL; memcpy (dir, file, length); if (append_dot) dir[length++] = '.'; dir[length] = '\0'; return dir; } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/getprogname.c����������������������������������������������������������������������0000644�0000000�0000000�00000013353�13061734274�013021� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Program name management. Copyright (C) 2016-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #include "getprogname.h" #include <errno.h> /* get program_invocation_name declaration */ #include <stdlib.h> /* get __argv declaration */ #ifdef _AIX # include <unistd.h> # include <procinfo.h> # include <string.h> #endif #ifdef __MVS__ # ifndef _OPEN_SYS # define _OPEN_SYS # endif # include <string.h> # include <sys/ps.h> #endif #ifdef __hpux # include <unistd.h> # include <sys/param.h> # include <sys/pstat.h> # include <string.h> #endif #ifdef __sgi # include <string.h> # include <unistd.h> # include <stdio.h> # include <fcntl.h> # include <sys/procfs.h> #endif #include "dirname.h" #ifndef HAVE_GETPROGNAME /* not Mac OS X, FreeBSD, NetBSD, OpenBSD >= 5.4, Cygwin */ char const * getprogname (void) { # if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME /* glibc, BeOS */ /* https://www.gnu.org/software/libc/manual/html_node/Error-Messages.html */ return program_invocation_short_name; # elif HAVE_DECL_PROGRAM_INVOCATION_NAME /* glibc, BeOS */ /* https://www.gnu.org/software/libc/manual/html_node/Error-Messages.html */ return last_component (program_invocation_name); # elif HAVE_GETEXECNAME /* Solaris */ /* http://docs.oracle.com/cd/E19253-01/816-5168/6mbb3hrb1/index.html */ const char *p = getexecname (); if (!p) p = "?"; return last_component (p); # elif HAVE_DECL___ARGV /* mingw, MSVC */ /* https://msdn.microsoft.com/en-us/library/dn727674.aspx */ const char *p = __argv && __argv[0] ? __argv[0] : "?"; return last_component (p); # elif HAVE_VAR___PROGNAME /* OpenBSD, QNX */ /* http://man.openbsd.org/style.9 */ /* http://www.qnx.de/developers/docs/6.5.0/index.jsp?topic=%2Fcom.qnx.doc.neutrino_lib_ref%2Fp%2F__progname.html */ /* Be careful to declare this only when we absolutely need it (OpenBSD 5.1), rather than when it's available. Otherwise, its mere declaration makes program_invocation_short_name malfunction (have zero length) with Fedora 25's glibc. */ extern char *__progname; const char *p = __progname; return p && p[0] ? p : "?"; # elif _AIX /* AIX */ /* Idea by Bastien ROUCARIÈS, http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00095.html Reference: http:// ibm.biz/knowctr#ssw_aix_53/com.ibm.aix.basetechref/doc/basetrf1/getprocs.htm */ static char *p; static int first = 1; if (first) { first = 0; pid_t pid = getpid (); struct procentry64 procs; p = (0 < getprocs64 (&procs, sizeof procs, NULL, 0, &pid, 1) ? strdup (procs.pi_comm) : NULL); if (!p) p = "?"; } return p; # elif defined __hpux static char *p; static int first = 1; if (first) { first = 0; pid_t pid = getpid (); struct pst_status status; p = (0 < pstat_getproc (&status, sizeof status, 0, pid) ? strdup (status.pst_ucomm) : NULL); if (!p) p = "?"; } return p; # elif __MVS__ /* z/OS */ /* https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.bpxbd00/rtwgetp.htm */ static char *p = "?"; static int first = 1; if (first) { pid_t pid = getpid (); int token; W_PSPROC buf; first = 0; memset (&buf, 0, sizeof(buf)); buf.ps_cmdptr = (char *) malloc (buf.ps_cmdlen = PS_CMDBLEN_LONG); buf.ps_conttyptr = (char *) malloc (buf.ps_conttylen = PS_CONTTYBLEN); buf.ps_pathptr = (char *) malloc (buf.ps_pathlen = PS_PATHBLEN); if (buf.ps_cmdptr && buf.ps_conttyptr && buf.ps_pathptr) { for (token = 0; token >= 0; token = w_getpsent (token, &buf, sizeof(buf))) { if (token > 0 && buf.ps_pid == pid) { char *s = strdup (last_component (buf.ps_pathptr)); if (s) p = s; break; } } } free (buf.ps_cmdptr); free (buf.ps_conttyptr); free (buf.ps_pathptr); } return p; # elif defined __sgi /* IRIX */ char filename[50]; int fd; sprintf (filename, "/proc/pinfo/%d", (int) getpid ()); fd = open (filename, O_RDONLY); if (0 <= fd) { prpsinfo_t buf; int ioctl_ok = 0 <= ioctl (fd, PIOCPSINFO, &buf); close (fd); if (ioctl_ok) { char *name = buf.pr_fname; char *namesize = sizeof buf.pr_fname; char *namenul = memchr (name, '\0', namesize); size_t namelen = namenul ? namenul - name : namesize; char *namecopy = malloc (namelen + 1); if (namecopy) { namecopy[namelen] = 0; return memcpy (namecopy, name, namelen); } } } return NULL; # else # error "getprogname module not ported to this OS" # endif } #endif �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/msvc-inval.c�����������������������������������������������������������������������0000644�0000000�0000000�00000007511�13061734274�012567� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Invalid parameter handler for MSVC runtime libraries. Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #include "msvc-inval.h" #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && !(MSVC_INVALID_PARAMETER_HANDLING == SANE_LIBRARY_HANDLING) /* Get _invalid_parameter_handler type and _set_invalid_parameter_handler declaration. */ # include <stdlib.h> # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING static void __cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { } # else /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include <windows.h> # if defined _MSC_VER static void __cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); } # else /* An index to thread-local storage. */ static DWORD tls_index; static int tls_initialized /* = 0 */; /* Used as a fallback only. */ static struct gl_msvc_inval_per_thread not_per_thread; struct gl_msvc_inval_per_thread * gl_msvc_inval_current (void) { if (!tls_initialized) { tls_index = TlsAlloc (); tls_initialized = 1; } if (tls_index == TLS_OUT_OF_INDEXES) /* TlsAlloc had failed. */ return ¬_per_thread; else { struct gl_msvc_inval_per_thread *pointer = (struct gl_msvc_inval_per_thread *) TlsGetValue (tls_index); if (pointer == NULL) { /* First call. Allocate a new 'struct gl_msvc_inval_per_thread'. */ pointer = (struct gl_msvc_inval_per_thread *) malloc (sizeof (struct gl_msvc_inval_per_thread)); if (pointer == NULL) /* Could not allocate memory. Use the global storage. */ pointer = ¬_per_thread; TlsSetValue (tls_index, pointer); } return pointer; } } static void __cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { struct gl_msvc_inval_per_thread *current = gl_msvc_inval_current (); if (current->restart_valid) longjmp (current->restart, 1); else /* An invalid parameter notification from outside the gnulib code. Give the caller a chance to intervene. */ RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); } # endif # endif static int gl_msvc_inval_initialized /* = 0 */; void gl_msvc_inval_ensure_handler (void) { if (gl_msvc_inval_initialized == 0) { _set_invalid_parameter_handler (gl_msvc_invalid_parameter_handler); gl_msvc_inval_initialized = 1; } } #endif ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/rawmemchr.valgrind�����������������������������������������������������������������0000644�0000000�0000000�00000000403�13051021016�014030� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Suppress a valgrind message about use of uninitialized memory in rawmemchr(). # This use is OK because it provides only a speedup. { rawmemchr-value4 Memcheck:Value4 fun:rawmemchr } { rawmemchr-value8 Memcheck:Value8 fun:rawmemchr } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/progname.h�������������������������������������������������������������������������0000644�0000000�0000000�00000003737�13061734274�012333� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Program name management. Copyright (C) 2001-2004, 2006, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2001. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _PROGNAME_H #define _PROGNAME_H /* Programs using this file should do the following in main(): set_program_name (argv[0]); */ #ifdef __cplusplus extern "C" { #endif /* String containing name the program is called with. */ extern const char *program_name; /* Set program_name, based on argv[0]. argv0 must be a string allocated with indefinite extent, and must not be modified after this call. */ extern void set_program_name (const char *argv0); #if ENABLE_RELOCATABLE /* Set program_name, based on argv[0], and original installation prefix and directory, for relocatability. */ extern void set_program_name_and_installdir (const char *argv0, const char *orig_installprefix, const char *orig_installdir); #undef set_program_name #define set_program_name(ARG0) \ set_program_name_and_installdir (ARG0, INSTALLPREFIX, INSTALLDIR) /* Return the full pathname of the current executable, based on the earlier call to set_program_name_and_installdir. Return NULL if unknown. */ extern char *get_full_program_name (void); #endif #ifdef __cplusplus } #endif #endif /* _PROGNAME_H */ ���������������������������������libidn2-2.0.4/gl/error.h����������������������������������������������������������������������������0000644�0000000�0000000�00000005532�13061734274�011647� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Declaration for error-reporting function Copyright (C) 1995-1997, 2003, 2006, 2008-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _ERROR_H #define _ERROR_H 1 /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif /* On mingw, the flavor of printf depends on whether the extensions module * is in use; the check for <stdio.h> determines the witness macro. */ #ifndef _GL_ATTRIBUTE_SPEC_PRINTF # if GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU # define _GL_ATTRIBUTE_SPEC_PRINTF __gnu_printf__ # else # define _GL_ATTRIBUTE_SPEC_PRINTF __printf__ # endif #endif #ifdef __cplusplus extern "C" { #endif /* Print a message with 'fprintf (stderr, FORMAT, ...)'; if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM). If STATUS is nonzero, terminate the program with 'exit (STATUS)'. */ extern void error (int __status, int __errnum, const char *__format, ...) _GL_ATTRIBUTE_FORMAT ((_GL_ATTRIBUTE_SPEC_PRINTF, 3, 4)); extern void error_at_line (int __status, int __errnum, const char *__fname, unsigned int __lineno, const char *__format, ...) _GL_ATTRIBUTE_FORMAT ((_GL_ATTRIBUTE_SPEC_PRINTF, 5, 6)); /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */ extern void (*error_print_progname) (void); /* This variable is incremented each time 'error' is called. */ extern unsigned int error_message_count; /* Sometimes we want to have at most one error per line. This variable controls whether this mode is selected or not. */ extern int error_one_per_line; #ifdef __cplusplus } #endif #endif /* error.h */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/getdelim.c�������������������������������������������������������������������������0000644�0000000�0000000�00000007552�13061734274�012307� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* getdelim.c --- Implementation of replacement getdelim function. Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Ported from glibc by Simon Josefsson. */ /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the lineptr == NULL || n == NULL || fp == NULL tests below. */ #define _GL_ARG_NONNULL(params) #include <config.h> #include <stdio.h> #include <limits.h> #include <stdint.h> #include <stdlib.h> #include <errno.h> #ifndef SSIZE_MAX # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) #endif #if USE_UNLOCKED_IO # include "unlocked-io.h" # define getc_maybe_unlocked(fp) getc(fp) #elif !HAVE_FLOCKFILE || !HAVE_FUNLOCKFILE || !HAVE_DECL_GETC_UNLOCKED # undef flockfile # undef funlockfile # define flockfile(x) ((void) 0) # define funlockfile(x) ((void) 0) # define getc_maybe_unlocked(fp) getc(fp) #else # define getc_maybe_unlocked(fp) getc_unlocked(fp) #endif static void alloc_failed (void) { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Avoid errno problem without using the realloc module; see: http://lists.gnu.org/archive/html/bug-gnulib/2016-08/msg00025.html */ errno = ENOMEM; #endif } /* Read up to (and including) a DELIMITER from FP into *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *N characters of space. It is realloc'ed as necessary. Returns the number of characters read (not including the null terminator), or -1 on error or EOF. */ ssize_t getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) { ssize_t result; size_t cur_len = 0; if (lineptr == NULL || n == NULL || fp == NULL) { errno = EINVAL; return -1; } flockfile (fp); if (*lineptr == NULL || *n == 0) { char *new_lineptr; *n = 120; new_lineptr = (char *) realloc (*lineptr, *n); if (new_lineptr == NULL) { alloc_failed (); result = -1; goto unlock_return; } *lineptr = new_lineptr; } for (;;) { int i; i = getc_maybe_unlocked (fp); if (i == EOF) { result = -1; break; } /* Make enough space for len+1 (for final NUL) bytes. */ if (cur_len + 1 >= *n) { size_t needed_max = SSIZE_MAX < SIZE_MAX ? (size_t) SSIZE_MAX + 1 : SIZE_MAX; size_t needed = 2 * *n + 1; /* Be generous. */ char *new_lineptr; if (needed_max < needed) needed = needed_max; if (cur_len + 1 >= needed) { result = -1; errno = EOVERFLOW; goto unlock_return; } new_lineptr = (char *) realloc (*lineptr, needed); if (new_lineptr == NULL) { alloc_failed (); result = -1; goto unlock_return; } *lineptr = new_lineptr; *n = needed; } (*lineptr)[cur_len] = i; cur_len++; if (i == delimiter) break; } (*lineptr)[cur_len] = '\0'; result = cur_len ? cur_len : result; unlock_return: funlockfile (fp); /* doesn't set errno */ return result; } ������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/msvc-inval.h�����������������������������������������������������������������������0000644�0000000�0000000�00000021135�13061734274�012572� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Invalid parameter handler for MSVC runtime libraries. Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _MSVC_INVAL_H #define _MSVC_INVAL_H /* With MSVC runtime libraries with the "invalid parameter handler" concept, functions like fprintf(), dup2(), or close() crash when the caller passes an invalid argument. But POSIX wants error codes (such as EINVAL or EBADF) instead. This file defines macros that turn such an invalid parameter notification into a non-local exit. An error code can then be produced at the target of this exit. You can thus write code like TRY_MSVC_INVAL { <Code that can trigger an invalid parameter notification but does not do 'return', 'break', 'continue', nor 'goto'.> } CATCH_MSVC_INVAL { <Code that handles an invalid parameter notification but does not do 'return', 'break', 'continue', nor 'goto'.> } DONE_MSVC_INVAL; This entire block expands to a single statement. The handling of invalid parameters can be done in three ways: * The default way, which is reasonable for programs (not libraries): AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [DEFAULT_HANDLING]) * The way for libraries that make "hairy" calls (like close(-1), or fclose(fp) where fileno(fp) is closed, or simply getdtablesize()): AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [HAIRY_LIBRARY_HANDLING]) * The way for libraries that make no "hairy" calls: AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [SANE_LIBRARY_HANDLING]) */ #define DEFAULT_HANDLING 0 #define HAIRY_LIBRARY_HANDLING 1 #define SANE_LIBRARY_HANDLING 2 #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && !(MSVC_INVALID_PARAMETER_HANDLING == SANE_LIBRARY_HANDLING) /* A native Windows platform with the "invalid parameter handler" concept, and either DEFAULT_HANDLING or HAIRY_LIBRARY_HANDLING. */ # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING /* Default handling. */ # ifdef __cplusplus extern "C" { # endif /* Ensure that the invalid parameter handler in installed that just returns. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ gl_msvc_inval_ensure_handler (); \ if (1) # define CATCH_MSVC_INVAL \ else # define DONE_MSVC_INVAL \ } \ while (0) # else /* Handling for hairy libraries. */ # include <excpt.h> /* Gnulib can define its own status codes, as described in the page "Raising Software Exceptions" on microsoft.com <http://msdn.microsoft.com/en-us/library/het71c37.aspx>. Our status codes are composed of - 0xE0000000, mandatory for all user-defined status codes, - 0x474E550, a API identifier ("GNU"), - 0, 1, 2, ..., used to distinguish different status codes from the same API. */ # define STATUS_GNULIB_INVALID_PARAMETER (0xE0000000 + 0x474E550 + 0) # if defined _MSC_VER /* A compiler that supports __try/__except, as described in the page "try-except statement" on microsoft.com <http://msdn.microsoft.com/en-us/library/s58ftw19.aspx>. With __try/__except, we can use the multithread-safe exception handling. */ # ifdef __cplusplus extern "C" { # endif /* Ensure that the invalid parameter handler in installed that raises a software exception with code STATUS_GNULIB_INVALID_PARAMETER. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ gl_msvc_inval_ensure_handler (); \ __try # define CATCH_MSVC_INVAL \ __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \ ? EXCEPTION_EXECUTE_HANDLER \ : EXCEPTION_CONTINUE_SEARCH) # define DONE_MSVC_INVAL \ } \ while (0) # else /* Any compiler. We can only use setjmp/longjmp. */ # include <setjmp.h> # ifdef __cplusplus extern "C" { # endif struct gl_msvc_inval_per_thread { /* The restart that will resume execution at the code between CATCH_MSVC_INVAL and DONE_MSVC_INVAL. It is enabled only between TRY_MSVC_INVAL and CATCH_MSVC_INVAL. */ jmp_buf restart; /* Tells whether the contents of restart is valid. */ int restart_valid; }; /* Ensure that the invalid parameter handler in installed that passes control to the gl_msvc_inval_restart if it is valid, or raises a software exception with code STATUS_GNULIB_INVALID_PARAMETER otherwise. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); /* Return a pointer to the per-thread data for the current thread. */ extern struct gl_msvc_inval_per_thread *gl_msvc_inval_current (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ struct gl_msvc_inval_per_thread *msvc_inval_current; \ gl_msvc_inval_ensure_handler (); \ msvc_inval_current = gl_msvc_inval_current (); \ /* First, initialize gl_msvc_inval_restart. */ \ if (setjmp (msvc_inval_current->restart) == 0) \ { \ /* Then, mark it as valid. */ \ msvc_inval_current->restart_valid = 1; # define CATCH_MSVC_INVAL \ /* Execution completed. \ Mark gl_msvc_inval_restart as invalid. */ \ msvc_inval_current->restart_valid = 0; \ } \ else \ { \ /* Execution triggered an invalid parameter notification. \ Mark gl_msvc_inval_restart as invalid. */ \ msvc_inval_current->restart_valid = 0; # define DONE_MSVC_INVAL \ } \ } \ while (0) # endif # endif #else /* A platform that does not need to the invalid parameter handler, or when SANE_LIBRARY_HANDLING is desired. */ /* The braces here avoid GCC warnings like "warning: suggest explicit braces to avoid ambiguous 'else'". */ # define TRY_MSVC_INVAL \ do \ { \ if (1) # define CATCH_MSVC_INVAL \ else # define DONE_MSVC_INVAL \ } \ while (0) #endif #endif /* _MSVC_INVAL_H */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/intprops.h�������������������������������������������������������������������������0000644�0000000�0000000�00000050651�13134403260�012363� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* intprops.h -- properties of integer types Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Paul Eggert. */ #ifndef _GL_INTPROPS_H #define _GL_INTPROPS_H #include <limits.h> /* Return a value with the common real type of E and V and the value of V. */ #define _GL_INT_CONVERT(e, v) (0 * (e) + (v)) /* Act like _GL_INT_CONVERT (E, -V) but work around a bug in IRIX 6.5 cc; see <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00406.html>. */ #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v)) /* The extra casts in the following macros work around compiler bugs, e.g., in Cray C 5.0.3.0. */ /* True if the arithmetic type T is an integer type. bool counts as an integer. */ #define TYPE_IS_INTEGER(t) ((t) 1.5 == 1) /* True if the real type T is signed. */ #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) /* Return 1 if the real expression E, after promotion, has a signed or floating type. */ #define EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) /* Minimum and maximum values for integer types and expressions. */ /* The width in bits of the integer type or expression T. Padding bits are not supported; this is checked at compile-time below. */ #define TYPE_WIDTH(t) (sizeof (t) * CHAR_BIT) /* The maximum and minimum values for the integer type T. */ #define TYPE_MINIMUM(t) ((t) ~ TYPE_MAXIMUM (t)) #define TYPE_MAXIMUM(t) \ ((t) (! TYPE_SIGNED (t) \ ? (t) -1 \ : ((((t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1))) /* The maximum and minimum values for the type of the expression E, after integer promotion. E should not have side effects. */ #define _GL_INT_MINIMUM(e) \ (EXPR_SIGNED (e) \ ? ~ _GL_SIGNED_INT_MAXIMUM (e) \ : _GL_INT_CONVERT (e, 0)) #define _GL_INT_MAXIMUM(e) \ (EXPR_SIGNED (e) \ ? _GL_SIGNED_INT_MAXIMUM (e) \ : _GL_INT_NEGATE_CONVERT (e, 1)) #define _GL_SIGNED_INT_MAXIMUM(e) \ (((_GL_INT_CONVERT (e, 1) << (TYPE_WIDTH ((e) + 0) - 2)) - 1) * 2 + 1) /* Work around OpenVMS incompatibility with C99. */ #if !defined LLONG_MAX && defined __INT64_MAX # define LLONG_MAX __INT64_MAX # define LLONG_MIN __INT64_MIN #endif /* This include file assumes that signed types are two's complement without padding bits; the above macros have undefined behavior otherwise. If this is a problem for you, please let us know how to fix it for your host. This assumption is tested by the intprops-tests module. */ /* Does the __typeof__ keyword work? This could be done by 'configure', but for now it's easier to do it by hand. */ #if (2 <= __GNUC__ \ || (1210 <= __IBMC__ && defined __IBM__TYPEOF__) \ || (0x5110 <= __SUNPRO_C && !__STDC__)) # define _GL_HAVE___TYPEOF__ 1 #else # define _GL_HAVE___TYPEOF__ 0 #endif /* Return 1 if the integer type or expression T might be signed. Return 0 if it is definitely unsigned. This macro does not evaluate its argument, and expands to an integer constant expression. */ #if _GL_HAVE___TYPEOF__ # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t)) #else # define _GL_SIGNED_TYPE_OR_EXPR(t) 1 #endif /* Bound on length of the string representing an unsigned integer value representable in B bits. log10 (2.0) < 146/485. The smallest value of B where this bound is not tight is 2621. */ #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) /* Bound on length of the string representing an integer type or expression T. Subtract 1 for the sign bit if T is signed, and then add 1 more for a minus sign if needed. Because _GL_SIGNED_TYPE_OR_EXPR sometimes returns 0 when its argument is signed, this macro may overestimate the true bound by one byte when applied to unsigned types of size 2, 4, 16, ... bytes. */ #define INT_STRLEN_BOUND(t) \ (INT_BITS_STRLEN_BOUND (TYPE_WIDTH (t) - _GL_SIGNED_TYPE_OR_EXPR (t)) \ + _GL_SIGNED_TYPE_OR_EXPR (t)) /* Bound on buffer size needed to represent an integer type or expression T, including the terminating null. */ #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) /* Range overflow checks. The INT_<op>_RANGE_OVERFLOW macros return 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. They do not rely on undefined or implementation-defined behavior. Their implementations are simple and straightforward, but they are a bit harder to use than the INT_<op>_OVERFLOW macros described below. Example usage: long int i = ...; long int j = ...; if (INT_MULTIPLY_RANGE_OVERFLOW (i, j, LONG_MIN, LONG_MAX)) printf ("multiply would overflow"); else printf ("product is %ld", i * j); Restrictions on *_RANGE_OVERFLOW macros: These macros do not check for all possible numerical problems or undefined or unspecified behavior: they do not check for division by zero, for bad shift counts, or for shifting negative numbers. These macros may evaluate their arguments zero or multiple times, so the arguments should not have side effects. The arithmetic arguments (including the MIN and MAX arguments) must be of the same integer type after the usual arithmetic conversions, and the type must have minimum value MIN and maximum MAX. Unsigned types should use a zero MIN of the proper type. These macros are tuned for constant MIN and MAX. For commutative operations such as A + B, they are also tuned for constant B. */ /* Return 1 if A + B would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? (a) < (min) - (b) \ : (max) - (b) < (a)) /* Return 1 if A - B would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? (max) + (b) < (a) \ : (a) < (min) + (b)) /* Return 1 if - A would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ ((min) < 0 \ ? (a) < - (max) \ : 0 < (a)) /* Return 1 if A * B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Avoid && and || as they tickle bugs in Sun C 5.11 2010/08/13 and other compilers; see <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00401.html>. */ #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? ((a) < 0 \ ? (a) < (max) / (b) \ : (b) == -1 \ ? 0 \ : (min) / (b) < (a)) \ : (b) == 0 \ ? 0 \ : ((a) < 0 \ ? (a) < (min) / (b) \ : (max) / (b) < (a))) /* Return 1 if A / B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Do not check for division by zero. */ #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ ((min) < 0 && (b) == -1 && (a) < - (max)) /* Return 1 if A % B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Do not check for division by zero. Mathematically, % should never overflow, but on x86-like hosts INT_MIN % -1 traps, and the C standard permits this, so treat this as an overflow too. */ #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ INT_DIVIDE_RANGE_OVERFLOW (a, b, min, max) /* Return 1 if A << B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Here, MIN and MAX are for A only, and B need not be of the same type as the other arguments. The C standard says that behavior is undefined for shifts unless 0 <= B < wordwidth, and that when A is negative then A << B has undefined behavior and A >> B has implementation-defined behavior, but do not check these other restrictions. */ #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ ((a) < 0 \ ? (a) < (min) >> (b) \ : (max) >> (b) < (a)) /* True if __builtin_add_overflow (A, B, P) works when P is non-null. */ #if 5 <= __GNUC__ && !defined __ICC # define _GL_HAS_BUILTIN_OVERFLOW 1 #else # define _GL_HAS_BUILTIN_OVERFLOW 0 #endif /* True if __builtin_add_overflow_p (A, B, C) works. */ #define _GL_HAS_BUILTIN_OVERFLOW_P (7 <= __GNUC__) /* The _GL*_OVERFLOW macros have the same restrictions as the *_RANGE_OVERFLOW macros, except that they do not assume that operands (e.g., A and B) have the same type as MIN and MAX. Instead, they assume that the result (e.g., A + B) has that type. */ #if _GL_HAS_BUILTIN_OVERFLOW_P # define _GL_ADD_OVERFLOW(a, b, min, max) \ __builtin_add_overflow_p (a, b, (__typeof__ ((a) + (b))) 0) # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ __builtin_sub_overflow_p (a, b, (__typeof__ ((a) - (b))) 0) # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ __builtin_mul_overflow_p (a, b, (__typeof__ ((a) * (b))) 0) #else # define _GL_ADD_OVERFLOW(a, b, min, max) \ ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ : (a) < 0 ? (b) <= (a) + (b) \ : (b) < 0 ? (a) <= (a) + (b) \ : (a) + (b) < (b)) # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ ((min) < 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max) \ : (a) < 0 ? 1 \ : (b) < 0 ? (a) - (b) <= (a) \ : (a) < (b)) # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) #endif #define _GL_DIVIDE_OVERFLOW(a, b, min, max) \ ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ : (a) < 0 ? (b) <= (a) + (b) - 1 \ : (b) < 0 && (a) + (b) <= (a)) #define _GL_REMAINDER_OVERFLOW(a, b, min, max) \ ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \ : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max)) /* Return a nonzero value if A is a mathematical multiple of B, where A is unsigned, B is negative, and MAX is the maximum value of A's type. A's type must be the same as (A % B)'s type. Normally (A % -B == 0) suffices, but things get tricky if -B would overflow. */ #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max) \ (((b) < -_GL_SIGNED_INT_MAXIMUM (b) \ ? (_GL_SIGNED_INT_MAXIMUM (b) == (max) \ ? (a) \ : (a) % (_GL_INT_CONVERT (a, _GL_SIGNED_INT_MAXIMUM (b)) + 1)) \ : (a) % - (b)) \ == 0) /* Check for integer overflow, and report low order bits of answer. The INT_<op>_OVERFLOW macros return 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. The INT_<op>_WRAPV macros also store the low-order bits of the answer. These macros work correctly on all known practical hosts, and do not rely on undefined behavior due to signed arithmetic overflow. Example usage, assuming A and B are long int: if (INT_MULTIPLY_OVERFLOW (a, b)) printf ("result would overflow\n"); else printf ("result is %ld (no overflow)\n", a * b); Example usage with WRAPV flavor: long int result; bool overflow = INT_MULTIPLY_WRAPV (a, b, &result); printf ("result is %ld (%s)\n", result, overflow ? "after overflow" : "no overflow"); Restrictions on these macros: These macros do not check for all possible numerical problems or undefined or unspecified behavior: they do not check for division by zero, for bad shift counts, or for shifting negative numbers. These macros may evaluate their arguments zero or multiple times, so the arguments should not have side effects. The WRAPV macros are not constant expressions. They support only +, binary -, and *. The result type must be signed. These macros are tuned for their last argument being a constant. Return 1 if the integer expressions A * B, A - B, -A, A * B, A / B, A % B, and A << B would overflow, respectively. */ #define INT_ADD_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) #define INT_SUBTRACT_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW) #if _GL_HAS_BUILTIN_OVERFLOW_P # define INT_NEGATE_OVERFLOW(a) INT_SUBTRACT_OVERFLOW (0, a) #else # define INT_NEGATE_OVERFLOW(a) \ INT_NEGATE_RANGE_OVERFLOW (a, _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) #endif #define INT_MULTIPLY_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) #define INT_DIVIDE_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_DIVIDE_OVERFLOW) #define INT_REMAINDER_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_REMAINDER_OVERFLOW) #define INT_LEFT_SHIFT_OVERFLOW(a, b) \ INT_LEFT_SHIFT_RANGE_OVERFLOW (a, b, \ _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) /* Return 1 if the expression A <op> B would overflow, where OP_RESULT_OVERFLOW (A, B, MIN, MAX) does the actual test, assuming MIN and MAX are the minimum and maximum for the result type. Arguments should be free of side effects. */ #define _GL_BINARY_OP_OVERFLOW(a, b, op_result_overflow) \ op_result_overflow (a, b, \ _GL_INT_MINIMUM (0 * (b) + (a)), \ _GL_INT_MAXIMUM (0 * (b) + (a))) /* Store the low-order bits of A + B, A - B, A * B, respectively, into *R. Return 1 if the result overflows. See above for restrictions. */ #define INT_ADD_WRAPV(a, b, r) \ _GL_INT_OP_WRAPV (a, b, r, +, __builtin_add_overflow, INT_ADD_OVERFLOW) #define INT_SUBTRACT_WRAPV(a, b, r) \ _GL_INT_OP_WRAPV (a, b, r, -, __builtin_sub_overflow, INT_SUBTRACT_OVERFLOW) #define INT_MULTIPLY_WRAPV(a, b, r) \ _GL_INT_OP_WRAPV (a, b, r, *, __builtin_mul_overflow, INT_MULTIPLY_OVERFLOW) /* Nonzero if this compiler has GCC bug 68193 or Clang bug 25390. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68193 https://llvm.org/bugs/show_bug.cgi?id=25390 For now, assume all versions of GCC-like compilers generate bogus warnings for _Generic. This matters only for older compilers that lack __builtin_add_overflow. */ #if __GNUC__ # define _GL__GENERIC_BOGUS 1 #else # define _GL__GENERIC_BOGUS 0 #endif /* Store the low-order bits of A <op> B into *R, where OP specifies the operation. BUILTIN is the builtin operation, and OVERFLOW the overflow predicate. Return 1 if the result overflows. See above for restrictions. */ #if _GL_HAS_BUILTIN_OVERFLOW # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r) #elif 201112 <= __STDC_VERSION__ && !_GL__GENERIC_BOGUS # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ (_Generic \ (*(r), \ signed char: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ signed char, SCHAR_MIN, SCHAR_MAX), \ short int: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ short int, SHRT_MIN, SHRT_MAX), \ int: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ int, INT_MIN, INT_MAX), \ long int: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ long int, LONG_MIN, LONG_MAX), \ long long int: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ long long int, LLONG_MIN, LLONG_MAX))) #else # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ (sizeof *(r) == sizeof (signed char) \ ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ signed char, SCHAR_MIN, SCHAR_MAX) \ : sizeof *(r) == sizeof (short int) \ ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ short int, SHRT_MIN, SHRT_MAX) \ : sizeof *(r) == sizeof (int) \ ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ int, INT_MIN, INT_MAX) \ : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) # ifdef LLONG_MAX # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ (sizeof *(r) == sizeof (long int) \ ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ long int, LONG_MIN, LONG_MAX) \ : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ long long int, LLONG_MIN, LLONG_MAX)) # else # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ long int, LONG_MIN, LONG_MAX) # endif #endif /* Store the low-order bits of A <op> B into *R, where the operation is given by OP. Use the unsigned type UT for calculation to avoid overflow problems. *R's type is T, with extrema TMIN and TMAX. T must be a signed integer type. Return 1 if the result overflows. */ #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ (sizeof ((a) op (b)) < sizeof (t) \ ? _GL_INT_OP_CALC1 ((t) (a), (t) (b), r, op, overflow, ut, t, tmin, tmax) \ : _GL_INT_OP_CALC1 (a, b, r, op, overflow, ut, t, tmin, tmax)) #define _GL_INT_OP_CALC1(a, b, r, op, overflow, ut, t, tmin, tmax) \ ((overflow (a, b) \ || (EXPR_SIGNED ((a) op (b)) && ((a) op (b)) < (tmin)) \ || (tmax) < ((a) op (b))) \ ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \ : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0)) /* Return the low-order bits of A <op> B, where the operation is given by OP. Use the unsigned type UT for calculation to avoid undefined behavior on signed integer overflow, and convert the result to type T. UT is at least as wide as T and is no narrower than unsigned int, T is two's complement, and there is no padding or trap representations. Assume that converting UT to T yields the low-order bits, as is done in all known two's-complement C compilers. E.g., see: https://gcc.gnu.org/onlinedocs/gcc/Integers-implementation.html According to the C standard, converting UT to T yields an implementation-defined result or signal for values outside T's range. However, code that works around this theoretical problem runs afoul of a compiler bug in Oracle Studio 12.3 x86. See: http://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00049.html As the compiler bug is real, don't try to work around the theoretical problem. */ #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) \ ((t) ((ut) (a) op (ut) (b))) #endif /* _GL_INTPROPS_H */ ���������������������������������������������������������������������������������������libidn2-2.0.4/gl/stripslash.c�����������������������������������������������������������������������0000644�0000000�0000000�00000003041�13061734274�012676� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* stripslash.c -- remove redundant trailing slashes from a file name Copyright (C) 1990, 2001, 2003-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "dirname.h" /* Remove trailing slashes from FILE. Return true if a trailing slash was removed. This is useful when using file name completion from a shell that adds a "/" after directory names (such as tcsh and bash), because on symlinks to directories, several system calls have different semantics according to whether a trailing slash is present. */ bool strip_trailing_slashes (char *file) { char *base = last_component (file); char *base_lim; bool had_slash; /* last_component returns "" for file system roots, but we need to turn "///" into "/". */ if (! *base) base = file; base_lim = base + base_len (base); had_slash = (*base_lim != '\0'); *base_lim = '\0'; return had_slash; } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/basename-lgpl.c��������������������������������������������������������������������0000644�0000000�0000000�00000004061�13061734274�013214� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* basename.c -- return the last element in a file name Copyright (C) 1990, 1998-2001, 2003-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "dirname.h" #include <string.h> /* Return the address of the last file name component of NAME. If NAME has no relative file name components because it is a file system root, return the empty string. */ char * last_component (char const *name) { char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); char const *p; bool saw_slash = false; while (ISSLASH (*base)) base++; for (p = base; *p; p++) { if (ISSLASH (*p)) saw_slash = true; else if (saw_slash) { base = p; saw_slash = false; } } return (char *) base; } /* Return the length of the basename NAME. Typically NAME is the value returned by base_name or last_component. Act like strlen (NAME), except omit all trailing slashes. */ size_t base_len (char const *name) { size_t len; size_t prefix_len = FILE_SYSTEM_PREFIX_LEN (name); for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--) continue; if (DOUBLE_SLASH_IS_DISTINCT_ROOT && len == 1 && ISSLASH (name[0]) && ISSLASH (name[1]) && ! name[2]) return 2; if (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE && prefix_len && len == prefix_len && ISSLASH (name[prefix_len])) return prefix_len + 1; return len; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/limits.in.h������������������������������������������������������������������������0000644�0000000�0000000�00000006050�13062455303�012412� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A GNU-like <limits.h>. Copyright 2016-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _@GUARD_PREFIX@_LIMITS_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_LIMITS_H@ #ifndef _@GUARD_PREFIX@_LIMITS_H #define _@GUARD_PREFIX@_LIMITS_H /* For HP-UX 11.31. */ #if defined LONG_LONG_MIN && !defined LLONG_MIN # define LLONG_MIN LONG_LONG_MIN #endif #if defined LONG_LONG_MAX && !defined LLONG_MAX # define LLONG_MAX LONG_LONG_MAX #endif #if defined ULONG_LONG_MAX && !defined ULLONG_MAX # define ULLONG_MAX ULONG_LONG_MAX #endif /* The number of usable bits in an unsigned or signed integer type with minimum value MIN and maximum value MAX, as an int expression suitable in #if. Cover all known practical hosts. This implementation exploits the fact that MAX is 1 less than a power of 2, and merely counts the number of 1 bits in MAX; "COBn" means "count the number of 1 bits in the low-order n bits"). */ #define _GL_INTEGER_WIDTH(min, max) (((min) < 0) + _GL_COB128 (max)) #define _GL_COB128(n) (_GL_COB64 ((n) >> 31 >> 31 >> 2) + _GL_COB64 (n)) #define _GL_COB64(n) (_GL_COB32 ((n) >> 31 >> 1) + _GL_COB32 (n)) #define _GL_COB32(n) (_GL_COB16 ((n) >> 16) + _GL_COB16 (n)) #define _GL_COB16(n) (_GL_COB8 ((n) >> 8) + _GL_COB8 (n)) #define _GL_COB8(n) (_GL_COB4 ((n) >> 4) + _GL_COB4 (n)) #define _GL_COB4(n) (!!((n) & 8) + !!((n) & 4) + !!((n) & 2) + !!((n) & 1)) /* Macros specified by ISO/IEC TS 18661-1:2014. */ #if (! defined ULLONG_WIDTH \ && (defined _GNU_SOURCE || defined __STDC_WANT_IEC_60559_BFP_EXT__)) # define CHAR_WIDTH _GL_INTEGER_WIDTH (CHAR_MIN, CHAR_MAX) # define SCHAR_WIDTH _GL_INTEGER_WIDTH (SCHAR_MIN, SCHAR_MAX) # define UCHAR_WIDTH _GL_INTEGER_WIDTH (0, UCHAR_MAX) # define SHRT_WIDTH _GL_INTEGER_WIDTH (SHRT_MIN, SHRT_MAX) # define USHRT_WIDTH _GL_INTEGER_WIDTH (0, USHRT_MAX) # define INT_WIDTH _GL_INTEGER_WIDTH (INT_MIN, INT_MAX) # define UINT_WIDTH _GL_INTEGER_WIDTH (0, UINT_MAX) # define LONG_WIDTH _GL_INTEGER_WIDTH (LONG_MIN, LONG_MAX) # define ULONG_WIDTH _GL_INTEGER_WIDTH (0, ULONG_MAX) # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX) # define ULLONG_WIDTH _GL_INTEGER_WIDTH (0, ULLONG_MAX) #endif /* !ULLONG_WIDTH && (_GNU_SOURCE || __STDC_WANT_IEC_60559_BFP_EXT__) */ #endif /* _@GUARD_PREFIX@_LIMITS_H */ #endif /* _@GUARD_PREFIX@_LIMITS_H */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/dirname.h��������������������������������������������������������������������������0000644�0000000�0000000�00000002777�13061734274�012145� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Take file names apart into directory and base names. Copyright (C) 1998, 2001, 2003-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DIRNAME_H_ # define DIRNAME_H_ 1 # include <stdbool.h> # include <stddef.h> # include "dosname.h" # ifndef DIRECTORY_SEPARATOR # define DIRECTORY_SEPARATOR '/' # endif # ifndef DOUBLE_SLASH_IS_DISTINCT_ROOT # define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 # endif #ifdef __cplusplus extern "C" { #endif # if GNULIB_DIRNAME char *base_name (char const *file); char *dir_name (char const *file); # endif char *mdir_name (char const *file); size_t base_len (char const *file) _GL_ATTRIBUTE_PURE; size_t dir_len (char const *file) _GL_ATTRIBUTE_PURE; char *last_component (char const *file) _GL_ATTRIBUTE_PURE; bool strip_trailing_slashes (char *file); #ifdef __cplusplus } /* extern "C" */ #endif #endif /* not DIRNAME_H_ */ �libidn2-2.0.4/gl/warn-on-use.h����������������������������������������������������������������������0000644�0000000�0000000�00000012007�13062455303�012656� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A C macro for emitting warnings if a function is used. Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* _GL_WARN_ON_USE (function, "literal string") issues a declaration for FUNCTION which will then trigger a compiler warning containing the text of "literal string" anywhere that function is called, if supported by the compiler. If the compiler does not support this feature, the macro expands to an unused extern declaration. This macro is useful for marking a function as a potential portability trap, with the intent that "literal string" include instructions on the replacement function that should be used instead. However, one of the reasons that a function is a portability trap is if it has the wrong signature. Declaring FUNCTION with a different signature in C is a compilation error, so this macro must use the same type as any existing declaration so that programs that avoid the problematic FUNCTION do not fail to compile merely because they included a header that poisoned the function. But this implies that _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already have a declaration. Use of this macro implies that there must not be any other macro hiding the declaration of FUNCTION; but undefining FUNCTION first is part of the poisoning process anyway (although for symbols that are provided only via a macro, the result is a compilation error rather than a warning containing "literal string"). Also note that in C++, it is only safe to use if FUNCTION has no overloads. For an example, it is possible to poison 'getline' by: - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], [getline]) in configure.ac, which potentially defines HAVE_RAW_DECL_GETLINE - adding this code to a header that wraps the system <stdio.h>: #undef getline #if HAVE_RAW_DECL_GETLINE _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" "not universally present; use the gnulib module getline"); #endif It is not possible to directly poison global variables. But it is possible to write a wrapper accessor function, and poison that (less common usage, like &environ, will cause a compilation error rather than issue the nice warning, but the end result of informing the developer about their portability problem is still achieved): #if HAVE_RAW_DECL_ENVIRON static char ***rpl_environ (void) { return &environ; } _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); # undef environ # define environ (*rpl_environ ()) #endif */ #ifndef _GL_WARN_ON_USE # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) /* A compiler attribute is available in gcc versions 4.3.0 and later. */ # define _GL_WARN_ON_USE(function, message) \ extern __typeof__ (function) function __attribute__ ((__warning__ (message))) # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING /* Verify the existence of the function. */ # define _GL_WARN_ON_USE(function, message) \ extern __typeof__ (function) function # else /* Unsupported. */ # define _GL_WARN_ON_USE(function, message) \ _GL_WARN_EXTERN_C int _gl_warn_on_use # endif #endif /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") is like _GL_WARN_ON_USE (function, "string"), except that the function is declared with the given prototype, consisting of return type, parameters, and attributes. This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does not work in this case. */ #ifndef _GL_WARN_ON_USE_CXX # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ extern rettype function parameters_and_attributes \ __attribute__ ((__warning__ (msg))) # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING /* Verify the existence of the function. */ # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ extern rettype function parameters_and_attributes # else /* Unsupported. */ # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ _GL_WARN_EXTERN_C int _gl_warn_on_use # endif #endif /* _GL_WARN_EXTERN_C declaration; performs the declaration with C linkage. */ #ifndef _GL_WARN_EXTERN_C # if defined __cplusplus # define _GL_WARN_EXTERN_C extern "C" # else # define _GL_WARN_EXTERN_C extern # endif #endif �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/malloc.c���������������������������������������������������������������������������0000644�0000000�0000000�00000002732�13061734274�011757� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* malloc() function that is glibc compatible. Copyright (C) 1997-1998, 2006-2007, 2009-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* written by Jim Meyering and Bruno Haible */ #define _GL_USE_STDLIB_ALLOC 1 #include <config.h> /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */ #ifdef malloc # define NEED_MALLOC_GNU 1 # undef malloc /* Whereas the gnulib module 'malloc-gnu' defines HAVE_MALLOC_GNU. */ #elif GNULIB_MALLOC_GNU && !HAVE_MALLOC_GNU # define NEED_MALLOC_GNU 1 #endif #include <stdlib.h> #include <errno.h> /* Allocate an N-byte block of memory from the heap. If N is zero, allocate a 1-byte block. */ void * rpl_malloc (size_t n) { void *result; #if NEED_MALLOC_GNU if (n == 0) n = 1; #endif result = malloc (n); #if !HAVE_MALLOC_POSIX if (result == NULL) errno = ENOMEM; #endif return result; } ��������������������������������������libidn2-2.0.4/gl/msvc-nothrow.c���������������������������������������������������������������������0000644�0000000�0000000�00000002514�13134403260�013141� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* Wrappers that don't throw invalid parameter notifications with MSVC runtime libraries. Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> /* Specification. */ #include "msvc-nothrow.h" /* Get declarations of the native Windows API functions. */ #define WIN32_LEAN_AND_MEAN #include <windows.h> #if HAVE_MSVC_INVALID_PARAMETER_HANDLER # include "msvc-inval.h" #endif #undef _get_osfhandle #if HAVE_MSVC_INVALID_PARAMETER_HANDLER intptr_t _gl_nothrow_get_osfhandle (int fd) { intptr_t result; TRY_MSVC_INVAL { result = _get_osfhandle (fd); } CATCH_MSVC_INVAL { result = (intptr_t) INVALID_HANDLE_VALUE; } DONE_MSVC_INVAL; return result; } #endif ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/strchrnul.valgrind�����������������������������������������������������������������0000644�0000000�0000000�00000000403�13051021016�014067� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Suppress a valgrind message about use of uninitialized memory in strchrnul(). # This use is OK because it provides only a speedup. { strchrnul-value4 Memcheck:Value4 fun:strchrnul } { strchrnul-value8 Memcheck:Value8 fun:strchrnul } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gl/dosname.h��������������������������������������������������������������������������0000644�0000000�0000000�00000003733�13061734274�012145� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* File names on MS-DOS/Windows systems. Copyright (C) 2000-2001, 2004-2006, 2009-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. From Paul Eggert and Jim Meyering. */ #ifndef _DOSNAME_H #define _DOSNAME_H #if (defined _WIN32 || defined __WIN32__ || \ defined __MSDOS__ || defined __CYGWIN__ || \ defined __EMX__ || defined __DJGPP__) /* This internal macro assumes ASCII, but all hosts that support drive letters use ASCII. */ # define _IS_DRIVE_LETTER(C) (((unsigned int) (C) | ('a' - 'A')) - 'a' \ <= 'z' - 'a') # define FILE_SYSTEM_PREFIX_LEN(Filename) \ (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':' ? 2 : 0) # ifndef __CYGWIN__ # define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1 # endif # define ISSLASH(C) ((C) == '/' || (C) == '\\') #else # define FILE_SYSTEM_PREFIX_LEN(Filename) 0 # define ISSLASH(C) ((C) == '/') #endif #ifndef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE # define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 #endif #if FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) # else # define IS_ABSOLUTE_FILE_NAME(F) \ (ISSLASH ((F)[0]) || FILE_SYSTEM_PREFIX_LEN (F) != 0) #endif #define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) #endif /* DOSNAME_H_ */ �������������������������������������libidn2-2.0.4/maint.mk������������������������������������������������������������������������������0000644�0000000�0000000�00000174504�13134403260�011377� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# -*-Makefile-*- # This Makefile fragment tries to be general-purpose enough to be # used by many projects via the gnulib maintainer-makefile module. ## Copyright (C) 2001-2017 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. # This is reported not to work with make-3.79.1 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) ME := maint.mk # Helper variables. _empty = _sp = $(_empty) $(_empty) # _equal,S1,S2 # ------------ # If S1 == S2, return S1, otherwise the empty string. _equal = $(and $(findstring $(1),$(2)),$(findstring $(2),$(1))) # member-check,VARIABLE,VALID-VALUES # ---------------------------------- # Check that $(VARIABLE) is in the space-separated list of VALID-VALUES, and # return it. Die otherwise. member-check = \ $(strip \ $(if $($(1)), \ $(if $(findstring $(_sp),$($(1))), \ $(error invalid $(1): '$($(1))', expected $(2)), \ $(or $(findstring $(_sp)$($(1))$(_sp),$(_sp)$(2)$(_sp)), \ $(error invalid $(1): '$($(1))', expected $(2)))), \ $(error $(1) undefined))) # Do not save the original name or timestamp in the .tar.gz file. # Use --rsyncable if available. gzip_rsyncable := \ $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null \ && printf %s --rsyncable) GZIP_ENV = '--no-name --best $(gzip_rsyncable)' GIT = git VC = $(GIT) VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir) # You can override this variable in cfg.mk if your gnulib submodule lives # in a different location. gnulib_dir ?= $(srcdir)/gnulib # You can override this variable in cfg.mk to set your own regexp # matching files to ignore. VC_LIST_ALWAYS_EXCLUDE_REGEX ?= ^$$ # This is to preprocess robustly the output of $(VC_LIST), so that even # when $(srcdir) is a pathological name like "....", the leading sed command # removes only the intended prefix. _dot_escaped_srcdir = $(subst .,\.,$(srcdir)) # Post-process $(VC_LIST) output, prepending $(srcdir)/, but only # when $(srcdir) is not ".". ifeq ($(srcdir),.) _prepend_srcdir_prefix = else _prepend_srcdir_prefix = | $(SED) 's|^|$(srcdir)/|' endif # In order to be able to consistently filter "."-relative names, # (i.e., with no $(srcdir) prefix), this definition is careful to # remove any $(srcdir) prefix, and to restore what it removes. _sc_excl = \ $(or $(exclude_file_name_regexp--$@),^$$) VC_LIST_EXCEPT = \ $(VC_LIST) | $(SED) 's|^$(_dot_escaped_srcdir)/||' \ | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \ else grep -Ev -e "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \ | grep -Ev -e '($(VC_LIST_ALWAYS_EXCLUDE_REGEX)|$(_sc_excl))' \ $(_prepend_srcdir_prefix) ifeq ($(origin prev_version_file), undefined) prev_version_file = $(srcdir)/.prev-version endif PREV_VERSION := $(shell cat $(prev_version_file) 2>/dev/null) VERSION_REGEXP = $(subst .,\.,$(VERSION)) PREV_VERSION_REGEXP = $(subst .,\.,$(PREV_VERSION)) ifeq ($(VC),$(GIT)) this-vc-tag = v$(VERSION) this-vc-tag-regexp = v$(VERSION_REGEXP) else tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]') tag-this-version = $(subst .,_,$(VERSION)) this-vc-tag = $(tag-package)-$(tag-this-version) this-vc-tag-regexp = $(this-vc-tag) endif my_distdir = $(PACKAGE)-$(VERSION) # Old releases are stored here. release_archive_dir ?= ../release # If RELEASE_TYPE is undefined, but RELEASE is, use its second word. # But overwrite VERSION. ifdef RELEASE VERSION := $(word 1, $(RELEASE)) RELEASE_TYPE ?= $(word 2, $(RELEASE)) endif # Validate and return $(RELEASE_TYPE), or die. RELEASE_TYPES = alpha beta stable release-type = $(call member-check,RELEASE_TYPE,$(RELEASE_TYPES)) # Override gnu_rel_host and url_dir_list in cfg.mk if these are not right. # Use alpha.gnu.org for alpha and beta releases. # Use ftp.gnu.org for stable releases. gnu_ftp_host-alpha = alpha.gnu.org gnu_ftp_host-beta = alpha.gnu.org gnu_ftp_host-stable = ftp.gnu.org gnu_rel_host ?= $(gnu_ftp_host-$(release-type)) url_dir_list ?= $(if $(call _equal,$(gnu_rel_host),ftp.gnu.org), \ http://ftpmirror.gnu.org/$(PACKAGE), \ ftp://$(gnu_rel_host)/gnu/$(PACKAGE)) # Override this in cfg.mk if you are using a different format in your # NEWS file. today = $(shell date +%Y-%m-%d) # Select which lines of NEWS are searched for $(news-check-regexp). # This is a sed line number spec. The default says that we search # lines 1..10 of NEWS for $(news-check-regexp). # If you want to search only line 3 or only lines 20-22, use "3" or "20,22". news-check-lines-spec ?= 1,10 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)' # Prevent programs like 'sort' from considering distinct strings to be equal. # Doing it here saves us from having to set LC_ALL elsewhere in this file. export LC_ALL = C ## --------------- ## ## Sanity checks. ## ## --------------- ## ifneq ($(_gl-Makefile),) _cfg_mk := $(wildcard $(srcdir)/cfg.mk) # Collect the names of rules starting with 'sc_'. syntax-check-rules := $(sort $(shell $(SED) -n \ 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' $(srcdir)/$(ME) $(_cfg_mk))) .PHONY: $(syntax-check-rules) ifeq ($(shell $(VC_LIST) >/dev/null 2>&1; echo $$?),0) local-checks-available += $(syntax-check-rules) else local-checks-available += no-vc-detected no-vc-detected: @echo "No version control files detected; skipping syntax check" endif .PHONY: $(local-checks-available) # Arrange to print the name of each syntax-checking rule just before running it. $(syntax-check-rules): %: %.m sc_m_rules_ = $(patsubst %, %.m, $(syntax-check-rules)) .PHONY: $(sc_m_rules_) $(sc_m_rules_): @echo $(patsubst sc_%.m, %, $@) @date +%s.%N > .sc-start-$(basename $@) # Compute and print the elapsed time for each syntax-check rule. sc_z_rules_ = $(patsubst %, %.z, $(syntax-check-rules)) .PHONY: $(sc_z_rules_) $(sc_z_rules_): %.z: % @end=$$(date +%s.%N); \ start=$$(cat .sc-start-$*); \ rm -f .sc-start-$*; \ awk -v s=$$start -v e=$$end \ 'END {printf "%.2f $(patsubst sc_%,%,$*)\n", e - s}' < /dev/null # The patsubst here is to replace each sc_% rule with its sc_%.z wrapper # that computes and prints elapsed time. local-check := \ $(patsubst sc_%, sc_%.z, \ $(filter-out $(local-checks-to-skip), $(local-checks-available))) syntax-check: $(local-check) endif # _sc_search_regexp # # This macro searches for a given construct in the selected files and # then takes some action. # # Parameters (shell variables): # # prohibit | require # # Regular expression (ERE) denoting either a forbidden construct # or a required construct. Those arguments are exclusive. # # exclude # # Regular expression (ERE) denoting lines to ignore that matched # a prohibit construct. For example, this can be used to exclude # comments that mention why the nearby code uses an alternative # construct instead of the simpler prohibited construct. # # in_vc_files | in_files # # grep-E-style regexp selecting the files to check. For in_vc_files, # the regexp is used to select matching files from the list of all # version-controlled files; for in_files, it's from the names printed # by "find $(srcdir)". When neither is specified, use all files that # are under version control. # # containing | non_containing # # Select the files (non) containing strings matching this regexp. # If both arguments are specified then CONTAINING takes # precedence. # # with_grep_options # # Extra options for grep. # # ignore_case # # Ignore case. # # halt # # Message to display before to halting execution. # # Finally, you may exempt files based on an ERE matching file names. # For example, to exempt from the sc_space_tab check all files with the # .diff suffix, set this Make variable: # # exclude_file_name_regexp--sc_space_tab = \.diff$ # # Note that while this functionality is mostly inherited via VC_LIST_EXCEPT, # when filtering by name via in_files, we explicitly filter out matching # names here as well. # Initialize each, so that envvar settings cannot interfere. export require = export prohibit = export exclude = export in_vc_files = export in_files = export containing = export non_containing = export halt = export with_grep_options = # By default, _sc_search_regexp does not ignore case. export ignore_case = _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :) define _sc_say_and_exit dummy=; : so we do not need a semicolon before each use; \ { printf '%s\n' "$(ME): $$msg" 1>&2; exit 1; }; endef define _sc_search_regexp dummy=; : so we do not need a semicolon before each use; \ \ : Check arguments; \ test -n "$$prohibit" && test -n "$$require" \ && { msg='Cannot specify both prohibit and require' \ $(_sc_say_and_exit) } || :; \ test -z "$$prohibit" && test -z "$$require" \ && { msg='Should specify either prohibit or require' \ $(_sc_say_and_exit) } || :; \ test -z "$$prohibit" && test -n "$$exclude" \ && { msg='Use of exclude requires a prohibit pattern' \ $(_sc_say_and_exit) } || :; \ test -n "$$in_vc_files" && test -n "$$in_files" \ && { msg='Cannot specify both in_vc_files and in_files' \ $(_sc_say_and_exit) } || :; \ test "x$$halt" != x \ || { msg='halt not defined' $(_sc_say_and_exit) }; \ \ : Filter by file name; \ if test -n "$$in_files"; then \ files=$$(find $(srcdir) | grep -E "$$in_files" \ | grep -Ev '$(_sc_excl)'); \ else \ files=$$($(VC_LIST_EXCEPT)); \ if test -n "$$in_vc_files"; then \ files=$$(echo "$$files" | grep -E "$$in_vc_files"); \ fi; \ fi; \ \ : Filter by content; \ test -n "$$files" && test -n "$$containing" \ && { files=$$(grep -l "$$containing" $$files); } || :; \ test -n "$$files" && test -n "$$non_containing" \ && { files=$$(grep -vl "$$non_containing" $$files); } || :; \ \ : Check for the construct; \ if test -n "$$files"; then \ if test -n "$$prohibit"; then \ grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \ | grep -vE "$${exclude:-^$$}" \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ else \ grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \ | grep . \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ fi \ else :; \ fi || :; endef sc_avoid_if_before_free: @$(srcdir)/$(_build-aux)/useless-if-before-free \ $(useless_free_options) \ $$($(VC_LIST_EXCEPT) | grep -v useless-if-before-free) && \ { echo '$(ME): found useless "if" before "free" above' 1>&2; \ exit 1; } || : sc_cast_of_argument_to_free: @prohibit='\<free *\( *\(' halt="don't cast free argument" \ $(_sc_search_regexp) sc_cast_of_x_alloc_return_value: @prohibit='\*\) *x(m|c|re)alloc\>' \ halt="don't cast x*alloc return value" \ $(_sc_search_regexp) sc_cast_of_alloca_return_value: @prohibit='\*\) *alloca\>' \ halt="don't cast alloca return value" \ $(_sc_search_regexp) sc_space_tab: @prohibit='[ ] ' \ halt='found SPACE-TAB sequence; remove the SPACE' \ $(_sc_search_regexp) # Don't use *scanf or the old ato* functions in "real" code. # They provide no error checking mechanism. # Instead, use strto* functions. sc_prohibit_atoi_atof: @prohibit='\<([fs]?scanf|ato([filq]|ll)) *\(' \ halt='do not use *scan''f, ato''f, ato''i, ato''l, ato''ll or ato''q' \ $(_sc_search_regexp) # Use STREQ rather than comparing strcmp == 0, or != 0. sp_ = strcmp *\(.+\) sc_prohibit_strcmp: @prohibit='! *strcmp *\(|\<$(sp_) *[!=]=|[!=]= *$(sp_)' \ exclude='# *define STRN?EQ\(' \ halt='replace strcmp calls above with STREQ/STRNEQ' \ $(_sc_search_regexp) # Really. You don't want to use this function. # It may fail to NUL-terminate the destination, # and always NUL-pads out to the specified length. sc_prohibit_strncpy: @prohibit='\<strncpy *\(' \ halt='do not use strncpy, period' \ $(_sc_search_regexp) # Pass EXIT_*, not number, to usage, exit, and error (when exiting) # Convert all uses automatically, via these two commands: # git grep -l '\<exit *(1)' \ # | grep -vEf .x-sc_prohibit_magic_number_exit \ # | xargs --no-run-if-empty \ # perl -pi -e 's/(^|[^.])\b(exit ?)\(1\)/$1$2(EXIT_FAILURE)/' # git grep -l '\<exit *(0)' \ # | grep -vEf .x-sc_prohibit_magic_number_exit \ # | xargs --no-run-if-empty \ # perl -pi -e 's/(^|[^.])\b(exit ?)\(0\)/$1$2(EXIT_SUCCESS)/' sc_prohibit_magic_number_exit: @prohibit='(^|[^.])\<(usage|exit|error) ?\(-?[0-9]+[,)]' \ exclude='exit \(77\)|error ?\(((0|77),|[^,]*)' \ halt='use EXIT_* values rather than magic number' \ $(_sc_search_regexp) # Using EXIT_SUCCESS as the first argument to error is misleading, # since when that parameter is 0, error does not exit. Use '0' instead. sc_error_exit_success: @prohibit='error *\(EXIT_SUCCESS,' \ in_vc_files='\.[chly]$$' \ halt='found error (EXIT_SUCCESS' \ $(_sc_search_regexp) # "FATAL:" should be fully upper-cased in error messages # "WARNING:" should be fully upper-cased, or fully lower-cased sc_error_message_warn_fatal: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '"Warning|"Fatal|"fatal' && \ { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \ exit 1; } || : # Error messages should not start with a capital letter sc_error_message_uppercase: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '"[A-Z]' \ | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \ { echo '$(ME): found capitalized error message' 1>&2; \ exit 1; } || : # Error messages should not end with a period sc_error_message_period: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '[^."]\."' && \ { echo '$(ME): found error message ending in period' 1>&2; \ exit 1; } || : sc_file_system: @prohibit=file''system \ ignore_case=1 \ halt='found use of "file''system"; spell it "file system"' \ $(_sc_search_regexp) # Don't use cpp tests of this symbol. All code assumes config.h is included. sc_prohibit_have_config_h: @prohibit='^# *if.*HAVE''_CONFIG_H' \ halt='found use of HAVE''_CONFIG_H; remove' \ $(_sc_search_regexp) # Nearly all .c files must include <config.h>. However, we also permit this # via inclusion of a package-specific header, if cfg.mk specified one. # config_h_header must be suitable for grep -E. config_h_header ?= <config\.h> sc_require_config_h: @require='^# *include $(config_h_header)' \ in_vc_files='\.c$$' \ halt='the above files do not include <config.h>' \ $(_sc_search_regexp) # Print each file name for which the first #include does not match # $(config_h_header). Like grep -m 1, this only looks at the first match. perl_config_h_first_ = \ -e 'BEGIN {$$ret = 0}' \ -e 'if (/^\# *include\b/) {' \ -e ' if (not m{^\# *include $(config_h_header)}) {' \ -e ' print "$$ARGV\n";' \ -e ' $$ret = 1;' \ -e ' }' \ -e ' \# Move on to next file after first include' \ -e ' close ARGV;' \ -e '}' \ -e 'END {exit $$ret}' # You must include <config.h> before including any other header file. # This can possibly be via a package-specific header, if given by cfg.mk. sc_require_config_h_first: @if $(VC_LIST_EXCEPT) | grep '\.c$$' > /dev/null; then \ files=$$($(VC_LIST_EXCEPT) | grep '\.c$$') && \ perl -n $(perl_config_h_first_) $$files || \ { echo '$(ME): the above files include some other header' \ 'before <config.h>' 1>&2; exit 1; } || :; \ else :; \ fi sc_prohibit_HAVE_MBRTOWC: @prohibit='\bHAVE_MBRTOWC\b' \ halt="do not use $$prohibit; it is always defined" \ $(_sc_search_regexp) # To use this "command" macro, you must first define two shell variables: # h: the header name, with no enclosing <> or "" # re: a regular expression that matches IFF something provided by $h is used. define _sc_header_without_use dummy=; : so we do not need a semicolon before each use; \ h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`; \ if $(VC_LIST_EXCEPT) | grep '\.c$$' > /dev/null; then \ files=$$(grep -l '^# *include '"$$h_esc" \ $$($(VC_LIST_EXCEPT) | grep '\.c$$')) && \ grep -LE "$$re" $$files | grep . && \ { echo "$(ME): the above files include $$h but don't use it" \ 1>&2; exit 1; } || :; \ else :; \ fi endef # Prohibit the inclusion of assert.h without an actual use of assert. sc_prohibit_assert_without_use: @h='assert.h' re='\<assert *\(' $(_sc_header_without_use) # Prohibit the inclusion of close-stream.h without an actual use. sc_prohibit_close_stream_without_use: @h='close-stream.h' re='\<close_stream *\(' $(_sc_header_without_use) # Prohibit the inclusion of getopt.h without an actual use. sc_prohibit_getopt_without_use: @h='getopt.h' re='\<getopt(_long)? *\(' $(_sc_header_without_use) # Don't include quotearg.h unless you use one of its functions. sc_prohibit_quotearg_without_use: @h='quotearg.h' re='\<quotearg(_[^ ]+)? *\(' $(_sc_header_without_use) # Don't include quote.h unless you use one of its functions. sc_prohibit_quote_without_use: @h='quote.h' re='\<quote((_n)? *\(|_quoting_options\>)' \ $(_sc_header_without_use) # Don't include this header unless you use one of its functions. sc_prohibit_long_options_without_use: @h='long-options.h' re='\<parse_long_options *\(' \ $(_sc_header_without_use) # Don't include this header unless you use one of its functions. sc_prohibit_inttostr_without_use: @h='inttostr.h' re='\<(off|[iu]max|uint)tostr *\(' \ $(_sc_header_without_use) # Don't include this header unless you use one of its functions. sc_prohibit_ignore_value_without_use: @h='ignore-value.h' re='\<ignore_(value|ptr) *\(' \ $(_sc_header_without_use) # Don't include this header unless you use one of its functions. sc_prohibit_error_without_use: @h='error.h' \ re='\<error(_at_line|_print_progname|_one_per_line|_message_count)? *\('\ $(_sc_header_without_use) # Don't include xalloc.h unless you use one of its functions. # Consider these symbols: # perl -lne '/^# *define (\w+)\(/ and print $1' lib/xalloc.h|grep -v '^__'; # perl -lne '/^(?:extern )?(?:void|char) \*?(\w+) *\(/ and print $1' lib/xalloc.h # Divide into two sets on case, and filter each through this: # | sort | perl -MRegexp::Assemble -le \ # 'print Regexp::Assemble->new(file => "/dev/stdin")->as_string'|sed 's/\?://g' # Note this was produced by the above: # _xa1 = \ #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup) # But we can do better, in at least two ways: # 1) take advantage of two "dup"-suffixed strings: # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup) # 2) notice that "c(har)?|[mz]" is equivalent to the shorter and more readable # "char|[cmz]" # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup) _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup) _xa2 = X([CZ]|N?M)ALLOC sc_prohibit_xalloc_without_use: @h='xalloc.h' \ re='\<($(_xa1)|$(_xa2)) *\('\ $(_sc_header_without_use) # Extract function names: # perl -lne '/^(?:extern )?(?:void|char) \*?(\w+) *\(/ and print $1' lib/hash.h _hash_re = \ clear|delete|free|get_(first|next)|insert|lookup|print_statistics|reset_tuning _hash_fn = \<($(_hash_re)) *\( _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\> sc_prohibit_hash_without_use: @h='hash.h' \ re='$(_hash_fn)|$(_hash_struct)'\ $(_sc_header_without_use) sc_prohibit_cloexec_without_use: @h='cloexec.h' re='\<(set_cloexec_flag|dup_cloexec) *\(' \ $(_sc_header_without_use) sc_prohibit_posixver_without_use: @h='posixver.h' re='\<posix2_version *\(' $(_sc_header_without_use) sc_prohibit_same_without_use: @h='same.h' re='\<same_name *\(' $(_sc_header_without_use) sc_prohibit_hash_pjw_without_use: @h='hash-pjw.h' \ re='\<hash_pjw\>' \ $(_sc_header_without_use) sc_prohibit_safe_read_without_use: @h='safe-read.h' re='(\<SAFE_READ_ERROR\>|\<safe_read *\()' \ $(_sc_header_without_use) sc_prohibit_argmatch_without_use: @h='argmatch.h' \ re='(\<(ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \ $(_sc_header_without_use) sc_prohibit_canonicalize_without_use: @h='canonicalize.h' \ re='CAN_(EXISTING|ALL_BUT_LAST|MISSING)|canonicalize_(mode_t|filename_mode|file_name)' \ $(_sc_header_without_use) sc_prohibit_root_dev_ino_without_use: @h='root-dev-ino.h' \ re='(\<ROOT_DEV_INO_(CHECK|WARN)\>|\<get_root_dev_ino *\()' \ $(_sc_header_without_use) sc_prohibit_openat_without_use: @h='openat.h' \ re='\<(openat_(permissive|needs_fchdir|(save|restore)_fail)|l?(stat|ch(own|mod))at|(euid)?accessat|(FCHMOD|FCHOWN|STAT)AT_INLINE)\>' \ $(_sc_header_without_use) # Prohibit the inclusion of c-ctype.h without an actual use. ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\ |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper sc_prohibit_c_ctype_without_use: @h='c-ctype.h' re='\<c_($(ctype_re)) *\(' \ $(_sc_header_without_use) # The following list was generated by running: # man signal.h|col -b|perl -ne '/bsd_signal.*;/.../sigwaitinfo.*;/ and print' \ # | perl -lne '/^\s+(?:int|void).*?(\w+).*/ and print $1' | fmt _sig_functions = \ bsd_signal kill killpg pthread_kill pthread_sigmask raise sigaction \ sigaddset sigaltstack sigdelset sigemptyset sigfillset sighold sigignore \ siginterrupt sigismember signal sigpause sigpending sigprocmask sigqueue \ sigrelse sigset sigsuspend sigtimedwait sigwait sigwaitinfo _sig_function_re = $(subst $(_sp),|,$(strip $(_sig_functions))) # The following were extracted from "man signal.h" manually. _sig_types_and_consts = \ MINSIGSTKSZ SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK \ SA_RESETHAND SA_RESTART SA_SIGINFO SIGEV_NONE SIGEV_SIGNAL \ SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \ SS_ONSTACK mcontext_t pid_t sig_atomic_t sigevent siginfo_t sigset_t \ sigstack sigval stack_t ucontext_t # generated via this: # perl -lne '/^#ifdef (SIG\w+)/ and print $1' lib/sig2str.c|sort -u|fmt -70 _sig_names = \ SIGABRT SIGALRM SIGALRM1 SIGBUS SIGCANCEL SIGCHLD SIGCLD SIGCONT \ SIGDANGER SIGDIL SIGEMT SIGFPE SIGFREEZE SIGGRANT SIGHUP SIGILL \ SIGINFO SIGINT SIGIO SIGIOT SIGKAP SIGKILL SIGKILLTHR SIGLOST SIGLWP \ SIGMIGRATE SIGMSG SIGPHONE SIGPIPE SIGPOLL SIGPRE SIGPROF SIGPWR \ SIGQUIT SIGRETRACT SIGSAK SIGSEGV SIGSOUND SIGSTKFLT SIGSTOP SIGSYS \ SIGTERM SIGTHAW SIGTRAP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGUSR1 \ SIGUSR2 SIGVIRT SIGVTALRM SIGWAITING SIGWINCH SIGWIND SIGWINDOW \ SIGXCPU SIGXFSZ _sig_syms_re = $(subst $(_sp),|,$(strip $(_sig_names) $(_sig_types_and_consts))) # Prohibit the inclusion of signal.h without an actual use. sc_prohibit_signal_without_use: @h='signal.h' \ re='\<($(_sig_function_re)) *\(|\<($(_sig_syms_re))\>' \ $(_sc_header_without_use) # Don't include stdio--.h unless you use one of its functions. sc_prohibit_stdio--_without_use: @h='stdio--.h' re='\<((f(re)?|p)open|tmpfile) *\(' \ $(_sc_header_without_use) # Don't include stdio-safer.h unless you use one of its functions. sc_prohibit_stdio-safer_without_use: @h='stdio-safer.h' re='\<((f(re)?|p)open|tmpfile)_safer *\(' \ $(_sc_header_without_use) # Prohibit the inclusion of strings.h without a sensible use. # Using the likes of bcmp, bcopy, bzero, index or rindex is not sensible. sc_prohibit_strings_without_use: @h='strings.h' \ re='\<(strn?casecmp|ffs(ll)?)\>' \ $(_sc_header_without_use) # Extract the raw list of symbol names with this: gl_extract_define_simple = \ /^\# *define ([A-Z]\w+)\(/ and print $$1 # Filter out duplicates and convert to a space-separated list: _intprops_names = \ $(shell f=$(gnulib_dir)/lib/intprops.h; \ perl -lne '$(gl_extract_define_simple)' $$f | sort -u | tr '\n' ' ') # Remove trailing space and convert to a regular expression: _intprops_syms_re = $(subst $(_sp),|,$(strip $(_intprops_names))) # Prohibit the inclusion of intprops.h without an actual use. sc_prohibit_intprops_without_use: @h='intprops.h' \ re='\<($(_intprops_syms_re)) *\(' \ $(_sc_header_without_use) _stddef_syms_re = NULL|offsetof|ptrdiff_t|size_t|wchar_t # Prohibit the inclusion of stddef.h without an actual use. sc_prohibit_stddef_without_use: @h='stddef.h' \ re='\<($(_stddef_syms_re))\>' \ $(_sc_header_without_use) _de1 = dirfd|(close|(fd)?open|read|rewind|seek|tell)dir(64)?(_r)? _de2 = (versionsort|struct dirent|getdirentries|alphasort|scandir(at)?)(64)? _de3 = MAXNAMLEN|DIR|ino_t|d_ino|d_fileno|d_namlen _dirent_syms_re = $(_de1)|$(_de2)|$(_de3) # Prohibit the inclusion of dirent.h without an actual use. sc_prohibit_dirent_without_use: @h='dirent.h' \ re='\<($(_dirent_syms_re))\>' \ $(_sc_header_without_use) # Prohibit the inclusion of verify.h without an actual use. sc_prohibit_verify_without_use: @h='verify.h' \ re='\<(verify(true|expr)?|assume|static_assert) *\(' \ $(_sc_header_without_use) # Don't include xfreopen.h unless you use one of its functions. sc_prohibit_xfreopen_without_use: @h='xfreopen.h' re='\<xfreopen *\(' $(_sc_header_without_use) sc_obsolete_symbols: @prohibit='\<(HAVE''_FCNTL_H|O''_NDELAY)\>' \ halt='do not use HAVE''_FCNTL_H or O'_NDELAY \ $(_sc_search_regexp) # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ # Each nonempty ChangeLog line must start with a year number, or a TAB. sc_changelog: @prohibit='^[^12 ]' \ in_vc_files='^ChangeLog$$' \ halt='found unexpected prefix in a ChangeLog' \ $(_sc_search_regexp) # Ensure that each .c file containing a "main" function also # calls bindtextdomain. sc_bindtextdomain: @require='bindtextdomain *\(' \ in_vc_files='\.c$$' \ containing='\<main *(' \ halt='the above files do not call bindtextdomain' \ $(_sc_search_regexp) # Require that the final line of each test-lib.sh-using test be this one: # Exit $fail # Note: this test requires GNU grep's --label= option. Exit_witness_file ?= tests/test-lib.sh Exit_base := $(notdir $(Exit_witness_file)) sc_require_test_exit_idiom: @if test -f $(srcdir)/$(Exit_witness_file); then \ die=0; \ for i in $$(grep -l -F 'srcdir/$(Exit_base)' \ $$($(VC_LIST) tests)); do \ tail -n1 $$i | grep '^Exit .' > /dev/null \ && : || { die=1; echo $$i; } \ done; \ test $$die = 1 && \ { echo 1>&2 '$(ME): the final line in each of the above is not:'; \ echo 1>&2 'Exit something'; \ exit 1; } || :; \ fi sc_trailing_blank: @prohibit='[ ]$$' \ halt='found trailing blank(s)' \ exclude='^Binary file .* matches$$' \ $(_sc_search_regexp) # Match lines like the following, but where there is only one space # between the options and the description: # -D, --all-repeated[=delimit-method] print all duplicate lines\n longopt_re = --[a-z][0-9A-Za-z-]*(\[?=[0-9A-Za-z-]*\]?)? sc_two_space_separator_in_usage: @prohibit='^ *(-[A-Za-z],)? $(longopt_re) [^ ].*\\$$' \ halt='help2man requires at least two spaces between an option and its description'\ $(_sc_search_regexp) # A regexp matching function names like "error" that may be used # to emit translatable messages. _gl_translatable_diag_func_re ?= error # Look for diagnostics that aren't marked for translation. # This won't find any for which error's format string is on a separate line. sc_unmarked_diagnostics: @prohibit='\<$(_gl_translatable_diag_func_re) *\([^"]*"[^"]*[a-z]{3}' \ exclude='(_|ngettext ?)\(' \ halt='found unmarked diagnostic(s)' \ $(_sc_search_regexp) # Avoid useless parentheses like those in this example: # #if defined (SYMBOL) || defined (SYM2) sc_useless_cpp_parens: @prohibit='^# *if .*defined *\(' \ halt='found useless parentheses in cpp directive' \ $(_sc_search_regexp) # List headers for which HAVE_HEADER_H is always true, assuming you are # using the appropriate gnulib module. CAUTION: for each "unnecessary" # #if HAVE_HEADER_H that you remove, be sure that your project explicitly # requires the gnulib module that guarantees the usability of that header. gl_assured_headers_ = \ cd $(gnulib_dir)/lib && echo *.in.h|$(SED) 's/\.in\.h//g' # Convert the list of names to upper case, and replace each space with "|". az_ = abcdefghijklmnopqrstuvwxyz AZ_ = ABCDEFGHIJKLMNOPQRSTUVWXYZ gl_header_upper_case_or_ = \ $$($(gl_assured_headers_) \ | tr $(az_)/.- $(AZ_)___ \ | tr -s ' ' '|' \ ) sc_prohibit_always_true_header_tests: @or=$(gl_header_upper_case_or_); \ re="HAVE_($$or)_H"; \ prohibit='\<'"$$re"'\>' \ halt=$$(printf '%s\n' \ 'do not test the above HAVE_<header>_H symbol(s);' \ ' with the corresponding gnulib module, they are always true') \ $(_sc_search_regexp) sc_prohibit_defined_have_decl_tests: @prohibit='(#[ ]*ifn?def|\<defined)\>[ (]+HAVE_DECL_' \ halt='HAVE_DECL macros are always defined' \ $(_sc_search_regexp) # ================================================================== gl_other_headers_ ?= \ intprops.h \ openat.h \ stat-macros.h # Perl -lne code to extract "significant" cpp-defined symbols from a # gnulib header file, eliminating a few common false-positives. # The exempted names below are defined only conditionally in gnulib, # and hence sometimes must/may be defined in application code. gl_extract_significant_defines_ = \ /^\# *define ([^_ (][^ (]*)(\s*\(|\s+\w+)/\ && $$2 !~ /(?:rpl_|_used_without_)/\ && $$1 !~ /^(?:NSIG|ENODATA)$$/\ && $$1 !~ /^(?:SA_RESETHAND|SA_RESTART)$$/\ and print $$1 # Create a list of regular expressions matching the names # of macros that are guaranteed to be defined by parts of gnulib. define def_sym_regex gen_h=$(gl_generated_headers_); \ (cd $(gnulib_dir)/lib; \ for f in *.in.h $(gl_other_headers_); do \ test -f $$f \ && perl -lne '$(gl_extract_significant_defines_)' $$f; \ done; \ ) | sort -u \ | $(SED) 's/^/^ *# *(define|undef) */;s/$$/\\>/' endef # Don't define macros that we already get from gnulib header files. sc_prohibit_always-defined_macros: @if test -d $(gnulib_dir); then \ case $$(echo all: | grep -l -f - Makefile) in Makefile);; *) \ echo '$(ME): skipping $@: you lack GNU grep' 1>&2; exit 0;; \ esac; \ $(def_sym_regex) | grep -E -f - $$($(VC_LIST_EXCEPT)) \ && { echo '$(ME): define the above via some gnulib .h file' \ 1>&2; exit 1; } || :; \ fi # ================================================================== # Prohibit checked in backup files. sc_prohibit_backup_files: @$(VC_LIST) | grep '~$$' && \ { echo '$(ME): found version controlled backup file' 1>&2; \ exit 1; } || : # Require the latest GPL. sc_GPL_version: @prohibit='either ''version [^3]' \ halt='GPL vN, N!=3' \ $(_sc_search_regexp) # Require the latest GFDL. Two regexp, since some .texi files end up # line wrapping between 'Free Documentation License,' and 'Version'. _GFDL_regexp = (Free ''Documentation.*Version 1\.[^3]|Version 1\.[^3] or any) sc_GFDL_version: @prohibit='$(_GFDL_regexp)' \ halt='GFDL vN, N!=3' \ $(_sc_search_regexp) # Don't use Texinfo's @acronym{}. # http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00321.html texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$ sc_texinfo_acronym: @prohibit='@acronym\{' \ in_vc_files='$(texinfo_suffix_re_)' \ halt='found use of Texinfo @acronym{}' \ $(_sc_search_regexp) cvs_keywords = \ Author|Date|Header|Id|Name|Locker|Log|RCSfile|Revision|Source|State sc_prohibit_cvs_keyword: @prohibit='\$$($(cvs_keywords))\$$' \ halt='do not use CVS keyword expansion' \ $(_sc_search_regexp) # This Perl code is slightly obfuscated. Not only is each "$" doubled # because it's in a Makefile, but the $$c's are comments; we cannot # use "#" due to the way the script ends up concatenated onto one line. # It would be much more concise, and would produce better output (including # counts) if written as: # perl -ln -0777 -e '/\n(\n+)$/ and print "$ARGV: ".length $1' ... # but that would be far less efficient, reading the entire contents # of each file, rather than just the last two bytes of each. # In addition, while the code below detects both blank lines and a missing # newline at EOF, the above detects only the former. # # This is a perl script that is expected to be the single-quoted argument # to a command-line "-le". The remaining arguments are file names. # Print the name of each file that does not end in exactly one newline byte. # I.e., warn if there are blank lines (2 or more newlines), or if the # last byte is not a newline. However, currently we don't complain # about any file that contains exactly one byte. # Exit nonzero if at least one such file is found, otherwise, exit 0. # Warn about, but otherwise ignore open failure. Ignore seek/read failure. # # Use this if you want to remove trailing empty lines from selected files: # perl -pi -0777 -e 's/\n\n+$/\n/' files... # require_exactly_one_NL_at_EOF_ = \ foreach my $$f (@ARGV) \ { \ open F, "<", $$f or (warn "failed to open $$f: $$!\n"), next; \ my $$p = sysseek (F, -2, 2); \ my $$c = "seek failure probably means file has < 2 bytes; ignore"; \ my $$last_two_bytes; \ defined $$p and $$p = sysread F, $$last_two_bytes, 2; \ close F; \ $$c = "ignore read failure"; \ $$p && ($$last_two_bytes eq "\n\n" \ || substr ($$last_two_bytes,1) ne "\n") \ and (print $$f), $$fail=1; \ } \ END { exit defined $$fail } sc_prohibit_empty_lines_at_EOF: @perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \ || { echo '$(ME): empty line(s) or no newline at EOF' \ 1>&2; exit 1; } || : # Make sure we don't use st_blocks. Use ST_NBLOCKS instead. # This is a bit of a kludge, since it prevents use of the string # even in comments, but for now it does the job with no false positives. sc_prohibit_stat_st_blocks: @prohibit='[.>]st_blocks' \ halt='do not use st_blocks; use ST_NBLOCKS' \ $(_sc_search_regexp) # Make sure we don't define any S_IS* macros in src/*.c files. # They're already defined via gnulib's sys/stat.h replacement. sc_prohibit_S_IS_definition: @prohibit='^ *# *define *S_IS' \ halt='do not define S_IS* macros; include <sys/stat.h>' \ $(_sc_search_regexp) # Perl block to convert a match to FILE_NAME:LINENO:TEST, # that is shared by two definitions below. perl_filename_lineno_text_ = \ -e ' {' \ -e ' $$n = ($$` =~ tr/\n/\n/ + 1);' \ -e ' ($$v = $$&) =~ s/\n/\\n/g;' \ -e ' print "$$ARGV:$$n:$$v\n";' \ -e ' }' prohibit_doubled_words_ = \ the then in an on if is it but for or at and do to # expand the regex before running the check to avoid using expensive captures prohibit_doubled_word_expanded_ = \ $(join $(prohibit_doubled_words_),$(addprefix \s+,$(prohibit_doubled_words_))) prohibit_doubled_word_RE_ ?= \ /\b(?:$(subst $(_sp),|,$(prohibit_doubled_word_expanded_)))\b/gims prohibit_doubled_word_ = \ -e 'while ($(prohibit_doubled_word_RE_))' \ $(perl_filename_lineno_text_) # Define this to a regular expression that matches # any filename:dd:match lines you want to ignore. # The default is to ignore no matches. ignore_doubled_word_match_RE_ ?= ^$$ sc_prohibit_doubled_word: @perl -n -0777 $(prohibit_doubled_word_) $$($(VC_LIST_EXCEPT)) \ | grep -vE '$(ignore_doubled_word_match_RE_)' \ | grep . && { echo '$(ME): doubled words' 1>&2; exit 1; } || : # A regular expression matching undesirable combinations of words like # "can not"; this matches them even when the two words appear on different # lines, but not when there is an intervening delimiter like "#" or "*". # Similarly undesirable, "See @xref{...}", since an @xref should start # a sentence. Explicitly prohibit any prefix of "see" or "also". # Also prohibit a prefix matching "\w+ +". # @pxref gets the same see/also treatment and should be parenthesized; # presume it must *not* start a sentence. # POSIX spells it "timestamp" rather than "time\s+stamp", so we do, too. bad_xref_re_ ?= (?:[\w,:;] +|(?:see|also)\s+)\@xref\{ bad_pxref_re_ ?= (?:[.!?]|(?:see|also))\s+\@pxref\{ prohibit_undesirable_word_seq_RE_ ?= \ /(?:\bcan\s+not\b|\btime\s+stamps?\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims prohibit_undesirable_word_seq_ = \ -e 'while ($(prohibit_undesirable_word_seq_RE_))' \ $(perl_filename_lineno_text_) # Define this to a regular expression that matches # any filename:dd:match lines you want to ignore. # The default is to ignore no matches. ignore_undesirable_word_sequence_RE_ ?= ^$$ sc_prohibit_undesirable_word_seq: @perl -n -0777 $(prohibit_undesirable_word_seq_) \ $$($(VC_LIST_EXCEPT)) \ | grep -vE '$(ignore_undesirable_word_sequence_RE_)' | grep . \ && { echo '$(ME): undesirable word sequence' >&2; exit 1; } || : # Except for shell files and for loops, double semicolon is probably a mistake sc_prohibit_double_semicolon: @prohibit='; *;[ {} \]*(/[/*]|$$)' \ in_vc_files='\.[chly]$$' \ exclude='\bfor *\(.*\)' \ halt="Double semicolon detected" \ $(_sc_search_regexp) _ptm1 = use "test C1 && test C2", not "test C1 -''a C2" _ptm2 = use "test C1 || test C2", not "test C1 -''o C2" # Using test's -a and -o operators is not portable. # We prefer test over [, since the latter is spelled [[ in configure.ac. sc_prohibit_test_minus_ao: @prohibit='(\<test| \[+) .+ -[ao] ' \ halt='$(_ptm1); $(_ptm2)' \ $(_sc_search_regexp) # Avoid a test bashism. sc_prohibit_test_double_equal: @prohibit='(\<test| \[+) .+ == ' \ containing='#! */bin/[a-z]*sh' \ halt='use "test x = x", not "test x =''= x"' \ $(_sc_search_regexp) # Each program that uses proper_name_utf8 must link with one of the # ICONV libraries. Otherwise, some ICONV library must appear in LDADD. # The perl -0777 invocation below extracts the possibly-multi-line # definition of LDADD from the appropriate Makefile.am and exits 0 # when it contains "ICONV". sc_proper_name_utf8_requires_ICONV: @progs=$$(grep -l 'proper_name_utf8 ''("' $$($(VC_LIST_EXCEPT)));\ if test "x$$progs" != x; then \ fail=0; \ for p in $$progs; do \ dir=$$(dirname "$$p"); \ perl -0777 \ -ne 'exit !(/^LDADD =(.+?[^\\]\n)/ms && $$1 =~ /ICONV/)' \ $$dir/Makefile.am && continue; \ base=$$(basename "$$p" .c); \ grep "$${base}_LDADD.*ICONV)" $$dir/Makefile.am > /dev/null \ || { fail=1; echo 1>&2 "$(ME): $$p uses proper_name_utf8"; }; \ done; \ test $$fail = 1 && \ { echo 1>&2 '$(ME): the above do not link with any ICONV library'; \ exit 1; } || :; \ fi # Warn about "c0nst struct Foo const foo[]", # but not about "char const *const foo" or "#define const const". sc_redundant_const: @prohibit='\bconst\b[[:space:][:alnum:]]{2,}\bconst\b' \ halt='redundant "const" in declarations' \ $(_sc_search_regexp) sc_const_long_option: @prohibit='^ *static.*struct option ' \ exclude='const struct option|struct option const' \ halt='add "const" to the above declarations' \ $(_sc_search_regexp) NEWS_hash = \ $$($(SED) -n '/^\*.* $(PREV_VERSION_REGEXP) ([0-9-]*)/,$$p' \ $(srcdir)/NEWS \ | perl -0777 -pe \ 's/^Copyright.+?Free\sSoftware\sFoundation,\sInc\.\n//ms' \ | md5sum - \ | $(SED) 's/ .*//') # Ensure that we don't accidentally insert an entry into an old NEWS block. sc_immutable_NEWS: @if test -f $(srcdir)/NEWS; then \ test "$(NEWS_hash)" = '$(old_NEWS_hash)' && : || \ { echo '$(ME): you have modified old NEWS' 1>&2; exit 1; }; \ fi # Update the hash stored above. Do this after each release and # for any corrections to old entries. update-NEWS-hash: NEWS perl -pi -e 's/^(old_NEWS_hash[ \t]+:?=[ \t]+).*/$${1}'"$(NEWS_hash)/" \ $(srcdir)/cfg.mk # Ensure that we use only the standard $(VAR) notation, # not @...@ in Makefile.am, now that we can rely on automake # to emit a definition for each substituted variable. # However, there is still one case in which @VAR@ use is not just # legitimate, but actually required: when augmenting an automake-defined # variable with a prefix. For example, gettext uses this: # MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ # otherwise, makeinfo would put German or French (current locale) # navigation hints in the otherwise-English documentation. # # Allow the package to add exceptions via a hook in cfg.mk; # for example, @PRAGMA_SYSTEM_HEADER@ can be permitted by # setting this to ' && !/PRAGMA_SYSTEM_HEADER/'. _makefile_at_at_check_exceptions ?= sc_makefile_at_at_check: @perl -ne '/\@\w+\@/' \ -e ' && !/(\w+)\s+=.*\@\1\@$$/' \ -e ''$(_makefile_at_at_check_exceptions) \ -e 'and (print "$$ARGV:$$.: $$_"), $$m=1; END {exit !$$m}' \ $$($(VC_LIST_EXCEPT) | grep -E '(^|/)(Makefile\.am|[^/]+\.mk)$$') \ && { echo '$(ME): use $$(...), not @...@' 1>&2; exit 1; } || : news-check: NEWS $(AM_V_GEN)if $(SED) -n $(news-check-lines-spec)p $< \ | grep -E $(news-check-regexp) >/dev/null; then \ :; \ else \ echo 'NEWS: $$(news-check-regexp) failed to match' 1>&2; \ exit 1; \ fi sc_makefile_TAB_only_indentation: @prohibit='^ [ ]{8}' \ in_vc_files='akefile|\.mk$$' \ halt='found TAB-8-space indentation' \ $(_sc_search_regexp) sc_m4_quote_check: @prohibit='(AC_DEFINE(_UNQUOTED)?|AC_DEFUN)\([^[]' \ in_vc_files='(^configure\.ac|\.m4)$$' \ halt='quote the first arg to AC_DEF*' \ $(_sc_search_regexp) fix_po_file_diag = \ 'you have changed the set of files with translatable diagnostics;\n\ apply the above patch\n' # Generate a list of files in which to search for translatable strings. perl_translatable_files_list_ = \ -e 'foreach $$file (@ARGV) {' \ -e ' \# Consider only file extensions with one or two letters' \ -e ' $$file =~ /\...?$$/ or next;' \ -e ' \# Ignore m4 and mk files' \ -e ' $$file =~ /\.m[4k]$$/ and next;' \ -e ' \# Ignore a .c or .h file with a corresponding .l or .y file' \ -e ' $$file =~ /(.+)\.[ch]$$/ && (-e "$${1}.l" || -e "$${1}.y")' \ -e ' and next;' \ -e ' \# Skip unreadable files' \ -e ' -r $$file or next;' \ -e ' print "$$file ";' \ -e '}' # Verify that all source files using _() (more specifically, files that # match $(_gl_translatable_string_re)) are listed in po/POTFILES.in. po_file ?= $(srcdir)/po/POTFILES.in generated_files ?= $(srcdir)/lib/*.[ch] _gl_translatable_string_re ?= \b(N?_|gettext *)\([^)"]*("|$$) sc_po_check: @if test -f $(po_file); then \ grep -E -v '^(#|$$)' $(po_file) \ | grep -v '^src/false\.c$$' | sort > $@-1; \ files=$$(perl $(perl_translatable_files_list_) \ $$($(VC_LIST_EXCEPT)) $(generated_files)); \ grep -E -l '$(_gl_translatable_string_re)' $$files \ | $(SED) 's|^$(_dot_escaped_srcdir)/||' | sort -u > $@-2; \ diff -u -L $(po_file) -L $(po_file) $@-1 $@-2 \ || { printf '$(ME): '$(fix_po_file_diag) 1>&2; exit 1; }; \ rm -f $@-1 $@-2; \ fi # Sometimes it is useful to change the PATH environment variable # in Makefiles. When doing so, it's better not to use the Unix-centric # path separator of ':', but rather the automake-provided '$(PATH_SEPARATOR)'. msg = 'Do not use ":" above; use $$(PATH_SEPARATOR) instead' sc_makefile_path_separator_check: @prohibit='PATH[=].*:' \ in_vc_files='akefile|\.mk$$' \ halt=$(msg) \ $(_sc_search_regexp) # Check that 'make alpha' will not fail at the end of the process, # i.e., when pkg-M.N.tar.xz already exists (either in "." or in ../release) # and is read-only. writable-files: $(AM_V_GEN)if test -d $(release_archive_dir); then \ for file in $(DIST_ARCHIVES); do \ for p in ./ $(release_archive_dir)/; do \ test -e $$p$$file || continue; \ test -w $$p$$file \ || { echo ERROR: $$p$$file is not writable; fail=1; }; \ done; \ done; \ test "$$fail" && exit 1 || : ; \ else :; \ fi v_etc_file = $(gnulib_dir)/lib/version-etc.c sample-test = tests/sample-test texi = doc/$(PACKAGE).texi # Make sure that the copyright date in $(v_etc_file) is up to date. # Do the same for the $(sample-test) and the main doc/.texi file. sc_copyright_check: @require='enum { COPYRIGHT_YEAR = '$$(date +%Y)' };' \ in_files=$(v_etc_file) \ halt='out of date copyright in $(v_etc_file); update it' \ $(_sc_search_regexp) @require='# Copyright \(C\) '$$(date +%Y)' Free' \ in_vc_files=$(sample-test) \ halt='out of date copyright in $(sample-test); update it' \ $(_sc_search_regexp) @require='Copyright @copyright\{\} .*'$$(date +%Y) \ in_vc_files=$(texi) \ halt='out of date copyright in $(texi); update it' \ $(_sc_search_regexp) # If tests/help-version exists and seems to be new enough, assume that its # use of init.sh and path_prepend_ is correct, and ensure that every other # use of init.sh is identical. # This is useful because help-version cross-checks prog --version # with $(VERSION), which verifies that its path_prepend_ invocation # sets PATH correctly. This is an inexpensive way to ensure that # the other init.sh-using tests also get it right. _hv_file ?= $(srcdir)/tests/help-version _hv_regex_weak ?= ^ *\. .*/init\.sh" # Fix syntax-highlighters " _hv_regex_strong ?= ^ *\. "\$${srcdir=\.}/init\.sh" sc_cross_check_PATH_usage_in_tests: @if test -f $(_hv_file); then \ grep -l 'VERSION mismatch' $(_hv_file) >/dev/null \ || { echo "$@: skipped: no such file: $(_hv_file)" 1>&2; \ exit 0; }; \ grep -lE '$(_hv_regex_strong)' $(_hv_file) >/dev/null \ || { echo "$@: $(_hv_file) lacks conforming use of init.sh" 1>&2; \ exit 1; }; \ good=$$(grep -E '$(_hv_regex_strong)' $(_hv_file)); \ grep -LFx "$$good" \ $$(grep -lE '$(_hv_regex_weak)' $$($(VC_LIST_EXCEPT))) \ | grep . && \ { echo "$(ME): the above files use path_prepend_ inconsistently" \ 1>&2; exit 1; } || :; \ fi # BRE regex of file contents to identify a test script. _test_script_regex ?= \<init\.sh\> # In tests, use "compare expected actual", not the reverse. sc_prohibit_reversed_compare_failure: @prohibit='\<compare [^ ]+ ([^ ]*exp|/dev/null)' \ containing='$(_test_script_regex)' \ halt='reversed compare arguments' \ $(_sc_search_regexp) # #if HAVE_... will evaluate to false for any non numeric string. # That would be flagged by using -Wundef, however gnulib currently # tests many undefined macros, and so we can't enable that option. # So at least preclude common boolean strings as macro values. sc_Wundef_boolean: @prohibit='^#define.*(yes|no|true|false)$$' \ in_files='$(CONFIG_INCLUDE)' \ halt='Use 0 or 1 for macro values' \ $(_sc_search_regexp) # Even if you use pathmax.h to guarantee that PATH_MAX is defined, it might # not be constant, or might overflow a stack. In general, use PATH_MAX as # a limit, not an array or alloca size. sc_prohibit_path_max_allocation: @prohibit='(\balloca *\([^)]*|\[[^]]*)\bPATH_MAX' \ halt='Avoid stack allocations of size PATH_MAX' \ $(_sc_search_regexp) sc_vulnerable_makefile_CVE-2009-4029: @prohibit='perm -777 -exec chmod a\+rwx|chmod 777 \$$\(distdir\)' \ in_files='(^|/)Makefile\.in$$' \ halt=$$(printf '%s\n' \ 'the above files are vulnerable; beware of running' \ ' "make dist*" rules, and upgrade to fixed automake' \ ' see http://bugzilla.redhat.com/542609 for details') \ $(_sc_search_regexp) sc_vulnerable_makefile_CVE-2012-3386: @prohibit='chmod a\+w \$$\(distdir\)' \ in_files='(^|/)Makefile\.in$$' \ halt=$$(printf '%s\n' \ 'the above files are vulnerable; beware of running' \ ' "make distcheck", and upgrade to fixed automake' \ ' see http://bugzilla.redhat.com/CVE-2012-3386 for details') \ $(_sc_search_regexp) vc-diff-check: $(AM_V_GEN)(unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || : $(AM_V_at)if test -s vc-diffs; then \ cat vc-diffs; \ echo "Some files are locally modified:" 1>&2; \ exit 1; \ else \ rm vc-diffs; \ fi rel-files = $(DIST_ARCHIVES) gnulib-version = $$(cd $(gnulib_dir) \ && { git describe || git rev-parse --short=10 HEAD; } ) bootstrap-tools ?= autoconf,automake,gnulib gpgv = $$(gpgv2 --version >/dev/null && echo gpgv2 || echo gpgv) # If it's not already specified, derive the GPG key ID from # the signed tag we've just applied to mark this release. gpg_key_ID ?= \ $$(cd $(srcdir) \ && git cat-file tag v$(VERSION) \ | $(gpgv) --status-fd 1 --keyring /dev/null - - 2>/dev/null \ | awk '/^\[GNUPG:\] ERRSIG / {print $$3; exit}') translation_project_ ?= coordinator@translationproject.org # Make info-gnu the default only for a stable release. announcement_Cc_stable = $(translation_project_), $(PACKAGE_BUGREPORT) announcement_mail_headers_stable = \ To: info-gnu@gnu.org \ Cc: $(announcement_Cc_) \ Mail-Followup-To: $(PACKAGE_BUGREPORT) announcement_Cc_alpha = $(translation_project_) announcement_mail_headers_alpha = \ To: $(PACKAGE_BUGREPORT) \ Cc: $(announcement_Cc_) announcement_mail_Cc_beta = $(announcement_mail_Cc_alpha) announcement_mail_headers_beta = $(announcement_mail_headers_alpha) announcement_mail_Cc_ ?= $(announcement_mail_Cc_$(release-type)) announcement_mail_headers_ ?= $(announcement_mail_headers_$(release-type)) announcement: NEWS ChangeLog $(rel-files) # Not $(AM_V_GEN) since the output of this command serves as # announcement message: it would start with " GEN announcement". $(AM_V_at)$(srcdir)/$(_build-aux)/announce-gen \ --mail-headers='$(announcement_mail_headers_)' \ --release-type=$(release-type) \ --package=$(PACKAGE) \ --prev=$(PREV_VERSION) \ --curr=$(VERSION) \ --gpg-key-id=$(gpg_key_ID) \ --srcdir=$(srcdir) \ --news=$(srcdir)/NEWS \ --bootstrap-tools=$(bootstrap-tools) \ $$(case ,$(bootstrap-tools), in (*,gnulib,*) \ echo --gnulib-version=$(gnulib-version);; esac) \ --no-print-checksums \ $(addprefix --url-dir=, $(url_dir_list)) .PHONY: release-commit release-commit: $(AM_V_GEN)cd $(srcdir) \ && $(_build-aux)/do-release-commit-and-tag \ -C $(abs_builddir) $(RELEASE) ## ---------------- ## ## Updating files. ## ## ---------------- ## ftp-gnu = ftp://ftp.gnu.org/gnu www-gnu = http://www.gnu.org upload_dest_dir_ ?= $(PACKAGE) upload_command = \ $(srcdir)/$(_build-aux)/gnupload $(GNUPLOADFLAGS) \ --to $(gnu_rel_host):$(upload_dest_dir_) \ $(rel-files) emit_upload_commands: @echo ===================================== @echo ===================================== @echo '$(upload_command)' @echo '# send the ~/announce-$(my_distdir) e-mail' @echo ===================================== @echo ===================================== .PHONY: upload upload: $(AM_V_GEN)$(upload_command) define emit-commit-log printf '%s\n' 'maint: post-release administrivia' '' \ '* NEWS: Add header line for next release.' \ '* .prev-version: Record previous version.' \ '* cfg.mk (old_NEWS_hash): Auto-update.' endef .PHONY: no-submodule-changes no-submodule-changes: $(AM_V_GEN)if test -d $(srcdir)/.git \ && git --version >/dev/null 2>&1; then \ diff=$$(cd $(srcdir) && git submodule -q foreach \ git diff-index --name-only HEAD) \ || exit 1; \ case $$diff in '') ;; \ *) echo '$(ME): submodule files are locally modified:'; \ echo "$$diff"; exit 1;; esac; \ else \ : ; \ fi submodule-checks ?= no-submodule-changes public-submodule-commit # Ensure that each sub-module commit we're using is public. # Without this, it is too easy to tag and release code that # cannot be built from a fresh clone. .PHONY: public-submodule-commit public-submodule-commit: $(AM_V_GEN)if test -d $(srcdir)/.git \ && git --version >/dev/null 2>&1; then \ cd $(srcdir) && \ git submodule --quiet foreach \ 'test "$$(git rev-parse "$$sha1")" \ = "$$(git merge-base origin "$$sha1")"' \ || { echo '$(ME): found non-public submodule commit' >&2; \ exit 1; }; \ else \ : ; \ fi # This rule has a high enough utility/cost ratio that it should be a # dependent of "check" by default. However, some of us do occasionally # commit a temporary change that deliberately points to a non-public # submodule commit, and want to be able to use rules like "make check". # In that case, run e.g., "make check gl_public_submodule_commit=" # to disable this test. gl_public_submodule_commit ?= public-submodule-commit check: $(gl_public_submodule_commit) .PHONY: alpha beta stable release ALL_RECURSIVE_TARGETS += alpha beta stable alpha beta stable: $(local-check) writable-files $(submodule-checks) $(AM_V_GEN)test $@ = stable \ && { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \ || { echo "invalid version string: $(VERSION)" 1>&2; exit 1;};}\ || : $(AM_V_at)$(MAKE) vc-diff-check $(AM_V_at)$(MAKE) news-check $(AM_V_at)$(MAKE) distcheck $(AM_V_at)$(MAKE) dist $(AM_V_at)$(MAKE) $(release-prep-hook) RELEASE_TYPE=$@ $(AM_V_at)$(MAKE) -s emit_upload_commands RELEASE_TYPE=$@ release: $(AM_V_GEN)$(MAKE) _version $(AM_V_GEN)$(MAKE) $(release-type) # Override this in cfg.mk if you follow different procedures. release-prep-hook ?= release-prep gl_noteworthy_news_ = * Noteworthy changes in release ?.? (????-??-??) [?] .PHONY: release-prep release-prep: $(AM_V_GEN)$(MAKE) --no-print-directory -s announcement \ > ~/announce-$(my_distdir) $(AM_V_at)if test -d $(release_archive_dir); then \ ln $(rel-files) $(release_archive_dir); \ chmod a-w $(rel-files); \ fi $(AM_V_at)echo $(VERSION) > $(prev_version_file) $(AM_V_at)$(MAKE) update-NEWS-hash $(AM_V_at)perl -pi \ -e '$$. == 3 and print "$(gl_noteworthy_news_)\n\n\n"' \ $(srcdir)/NEWS $(AM_V_at)msg=$$($(emit-commit-log)) || exit 1; \ cd $(srcdir) && $(VC) commit -m "$$msg" -a # Override this with e.g., -s $(srcdir)/some_other_name.texi # if the default $(PACKAGE)-derived name doesn't apply. gendocs_options_ ?= .PHONY: web-manual web-manual: $(AM_V_GEN)test -z "$(manual_title)" \ && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : $(AM_V_at)cd '$(srcdir)/doc'; \ $(SHELL) ../$(_build-aux)/gendocs.sh $(gendocs_options_) \ -o '$(abs_builddir)/doc/manual' \ --email $(PACKAGE_BUGREPORT) $(PACKAGE) \ "$(PACKAGE_NAME) - $(manual_title)" $(AM_V_at)echo " *** Upload the doc/manual directory to web-cvs." .PHONY: web-manual-update web-manual-update: $(AM_V_GEN)cd $(srcdir) \ && $(_build-aux)/gnu-web-doc-update -C $(abs_builddir) # Code Coverage init-coverage: $(MAKE) $(AM_MAKEFLAGS) clean lcov --directory . --zerocounters COVERAGE_CCOPTS ?= "-g --coverage" COVERAGE_OUT ?= doc/coverage build-coverage: $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) check mkdir -p $(COVERAGE_OUT) lcov --directory . --output-file $(COVERAGE_OUT)/$(PACKAGE).info \ --capture gen-coverage: genhtml --output-directory $(COVERAGE_OUT) \ $(COVERAGE_OUT)/$(PACKAGE).info \ --highlight --frames --legend \ --title "$(PACKAGE_NAME)" coverage: $(MAKE) init-coverage $(MAKE) build-coverage $(MAKE) gen-coverage # Some projects carry local adjustments for gnulib modules via patches in # a gnulib patch directory whose default name is gl/ (defined in bootstrap # via local_gl_dir=gl). Those patches become stale as the originals evolve # in gnulib. Use this rule to refresh any stale patches. It applies each # patch to the original in $(gnulib_dir) and uses the temporary result to # generate a fuzz-free .diff file. If you customize the name of your local # gnulib patch directory via bootstrap.conf, this rule detects that name. # Run this from a non-VPATH (i.e., srcdir) build directory. .PHONY: refresh-gnulib-patches refresh-gnulib-patches: gl=gl; \ if test -f bootstrap.conf; then \ t=$$(perl -lne '/^\s*local_gl_dir=(\S+)/ and $$d=$$1;' \ -e 'END{defined $$d and print $$d}' bootstrap.conf); \ test -n "$$t" && gl=$$t; \ fi; \ for diff in $$(cd $$gl; git ls-files | grep '\.diff$$'); do \ b=$$(printf %s "$$diff"|$(SED) 's/\.diff$$//'); \ VERSION_CONTROL=none \ patch "$(gnulib_dir)/$$b" "$$gl/$$diff" || exit 1; \ ( cd $(gnulib_dir) || exit 1; \ git diff "$$b" > "../$$gl/$$diff"; \ git checkout $$b ) || exit 1; \ done # Update gettext files. PACKAGE ?= $(shell basename $(PWD)) PO_DOMAIN ?= $(PACKAGE) POURL = http://translationproject.org/latest/$(PO_DOMAIN)/ PODIR ?= po refresh-po: rm -f $(PODIR)/*.po && \ echo "$(ME): getting translations into po (please ignore the robots.txt ERROR 404)..." && \ wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \ echo 'en@boldquot' > $(PODIR)/LINGUAS && \ echo 'en@quot' >> $(PODIR)/LINGUAS && \ ls $(PODIR)/*.po | $(SED) 's/\.po//;s,$(PODIR)/,,' | \ sort >> $(PODIR)/LINGUAS # Running indent once is not idempotent, but running it twice is. INDENT_SOURCES ?= $(C_SOURCES) .PHONY: indent indent: indent $(INDENT_SOURCES) indent $(INDENT_SOURCES) # If you want to set UPDATE_COPYRIGHT_* environment variables, # put the assignments in this variable. update-copyright-env ?= # Run this rule once per year (usually early in January) # to update all FSF copyright year lists in your project. # If you have an additional project-specific rule, # add it in cfg.mk along with a line 'update-copyright: prereq'. # By default, exclude all variants of COPYING; you can also # add exemptions (such as ChangeLog..* for rotated change logs) # in the file .x-update-copyright. .PHONY: update-copyright update-copyright: $(AM_V_GEN)grep -l -w Copyright \ $$(export VC_LIST_EXCEPT_DEFAULT=COPYING && $(VC_LIST_EXCEPT)) \ | $(update-copyright-env) xargs $(srcdir)/$(_build-aux)/$@ # This tight_scope test is skipped with a warning if $(_gl_TS_headers) is not # overridden and $(_gl_TS_dir)/Makefile.am does not mention noinst_HEADERS. # NOTE: to override any _gl_TS_* default value, you must # define the variable(s) using "export" in cfg.mk. _gl_TS_dir ?= src ALL_RECURSIVE_TARGETS += sc_tight_scope sc_tight_scope: tight-scope.mk @fail=0; \ if ! grep '^ *export _gl_TS_headers *=' $(srcdir)/cfg.mk \ > /dev/null \ && ! grep -w noinst_HEADERS $(srcdir)/$(_gl_TS_dir)/Makefile.am \ > /dev/null 2>&1; then \ echo '$(ME): skipping $@'; \ else \ $(MAKE) -s -C $(_gl_TS_dir) \ -f Makefile \ -f $(abs_top_srcdir)/cfg.mk \ -f $(abs_top_builddir)/$< \ _gl_tight_scope \ || fail=1; \ fi; \ rm -f $<; \ exit $$fail tight-scope.mk: $(ME) @rm -f $@ $@-t @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t @chmod a=r $@-t && mv $@-t $@ ifeq (a,b) # TS-start # Most functions should have static scope. # Any that don't must be marked with 'extern', but 'main' # and 'usage' are exceptions: they're always extern, but # do not need to be marked. Symbols matching '__.*' are # reserved by the compiler, so are automatically excluded below. _gl_TS_unmarked_extern_functions ?= main usage _gl_TS_function_match ?= /^(?:$(_gl_TS_extern)) +.*?(\w+) *\(/ # If your project uses a macro like "XTERN", then put # the following in cfg.mk to override this default: # export _gl_TS_extern = extern|XTERN _gl_TS_extern ?= extern # The second nm|grep checks for file-scope variables with 'extern' scope. # Without gnulib's progname module, you might put program_name here. # Symbols matching '__.*' are reserved by the compiler, # so are automatically excluded below. _gl_TS_unmarked_extern_vars ?= # NOTE: the _match variables are perl expressions -- not mere regular # expressions -- so that you can extend them to match other patterns # and easily extract matched variable names. # For example, if your project declares some global variables via # a macro like this: GLOBAL(type, var_name, initializer), then you # can override this definition to automatically extract those names: # export _gl_TS_var_match = \ # /^(?:$(_gl_TS_extern)) .*?\**(\w+)(\[.*?\])?;/ || /\bGLOBAL\(.*?,\s*(.*?),/ _gl_TS_var_match ?= /^(?:$(_gl_TS_extern)) .*?(\w+)(\[.*?\])?;/ # The names of object files in (or relative to) $(_gl_TS_dir). _gl_TS_obj_files ?= *.$(OBJEXT) # Files in which to search for the one-line style extern declarations. # $(_gl_TS_dir)-relative. _gl_TS_headers ?= $(noinst_HEADERS) _gl_TS_other_headers ?= *.h .PHONY: _gl_tight_scope _gl_tight_scope: $(bin_PROGRAMS) sed_wrap='s/^/^_?/;s/$$/$$/'; \ t=exceptions-$$$$; \ trap 's=$$?; rm -f $$t; exit $$s' 0; \ for sig in 1 2 3 13 15; do \ eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \ done; \ src=`for f in $(SOURCES); do \ test -f $$f && d= || d=$(srcdir)/; echo $$d$$f; done`; \ hdr=`for f in $(_gl_TS_headers); do \ test -f $$f && d= || d=$(srcdir)/; echo $$d$$f; done`; \ ( printf '%s\n' '__.*' $(_gl_TS_unmarked_extern_functions); \ grep -h -A1 '^extern .*[^;]$$' $$src \ | grep -vE '^(extern |--|#)' | $(SED) 's/ .*//; /^$$/d'; \ perl -lne \ '$(_gl_TS_function_match) and print $$1' $$hdr; \ ) | sort -u | $(SED) "$$sed_wrap" > $$t; \ nm -g $(_gl_TS_obj_files)|$(SED) -n 's/.* T //p'|grep -Ev -f $$t \ && { echo the above functions should have static scope >&2; \ exit 1; } || : ; \ ( printf '%s\n' '__.*' main $(_gl_TS_unmarked_extern_vars); \ perl -lne '$(_gl_TS_var_match) and print $$1' \ $$hdr $(_gl_TS_other_headers) \ ) | sort -u | $(SED) "$$sed_wrap" > $$t; \ nm -g $(_gl_TS_obj_files) | $(SED) -n 's/.* [BCDGRS] //p' \ | sort -u | grep -Ev -f $$t \ && { echo the above variables should have static scope >&2; \ exit 1; } || : # TS-end endif ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/config.h.in���������������������������������������������������������������������������0000644�0000000�0000000�00000101121�13151533356�011753� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to the number of bits in type 'ptrdiff_t'. */ #undef BITSIZEOF_PTRDIFF_T /* Define to the number of bits in type 'sig_atomic_t'. */ #undef BITSIZEOF_SIG_ATOMIC_T /* Define to the number of bits in type 'size_t'. */ #undef BITSIZEOF_SIZE_T /* Define to the number of bits in type 'wchar_t'. */ #undef BITSIZEOF_WCHAR_T /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA /* Define to 1 if // is a file system root distinct from /. */ #undef DOUBLE_SLASH_IS_DISTINCT_ROOT /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module fscanf shall be considered present. */ #undef GNULIB_FSCANF /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module msvc-nothrow shall be considered present. */ #undef GNULIB_MSVC_NOTHROW /* Define to 1 if printf and friends should be labeled with attribute "__gnu_printf__" instead of "__printf__" */ #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module scanf shall be considered present. */ #undef GNULIB_SCANF /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module strerror shall be considered present. */ #undef GNULIB_STRERROR /* Define to 1 when the gnulib module getdelim should be tested. */ #undef GNULIB_TEST_GETDELIM /* Define to 1 when the gnulib module getline should be tested. */ #undef GNULIB_TEST_GETLINE /* Define to 1 when the gnulib module malloc-posix should be tested. */ #undef GNULIB_TEST_MALLOC_POSIX /* Define to 1 when the gnulib module rawmemchr should be tested. */ #undef GNULIB_TEST_RAWMEMCHR /* Define to 1 when the gnulib module strchrnul should be tested. */ #undef GNULIB_TEST_STRCHRNUL /* Define to 1 when the gnulib module strerror should be tested. */ #undef GNULIB_TEST_STRERROR /* Define to 1 when the gnulib module strverscmp should be tested. */ #undef GNULIB_TEST_STRVERSCMP /* Define to 1 when the gnulib module uninorm/u32-normalize should be tested. */ #undef GNULIB_TEST_UNINORM_U32_NORMALIZE /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u32-mbtouc-unsafe shall be considered present. */ #undef GNULIB_UNISTR_U32_MBTOUC_UNSAFE /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u32-uctomb shall be considered present. */ #undef GNULIB_UNISTR_U32_UCTOMB /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u8-mbtouc shall be considered present. */ #undef GNULIB_UNISTR_U8_MBTOUC /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u8-mbtoucr shall be considered present. */ #undef GNULIB_UNISTR_U8_MBTOUCR /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u8-mbtouc-unsafe shall be considered present. */ #undef GNULIB_UNISTR_U8_MBTOUC_UNSAFE /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u8-uctomb shall be considered present. */ #undef GNULIB_UNISTR_U8_UCTOMB /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that may be supplied by this distribution. */ #undef HAVE_ALLOCA /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_GETC_UNLOCKED /* Define to 1 if you have the declaration of `getdelim', and to 0 if you don't. */ #undef HAVE_DECL_GETDELIM /* Define to 1 if you have the declaration of `getline', and to 0 if you don't. */ #undef HAVE_DECL_GETLINE /* Define to 1 if you have the declaration of `program_invocation_name', and to 0 if you don't. */ #undef HAVE_DECL_PROGRAM_INVOCATION_NAME /* Define to 1 if you have the declaration of `program_invocation_short_name', and to 0 if you don't. */ #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you don't. */ #undef HAVE_DECL_STRERROR_R /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't. */ #undef HAVE_DECL___ARGV /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the `flockfile' function. */ #undef HAVE_FLOCKFILE /* Define to 1 if you have the `funlockfile' function. */ #undef HAVE_FUNLOCKFILE /* Define to 1 if you have the 'getdelim' function. */ #undef HAVE_GETDELIM /* Define to 1 if you have the 'getexecname' function. */ #undef HAVE_GETEXECNAME /* Define to 1 if you have the 'getprogname' function. */ #undef HAVE_GETPROGNAME /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the <iconv.h> header file. */ #undef HAVE_ICONV_H /* Define to 1 if the compiler supports one of the keywords 'inline', '__inline__', '__inline' and effectively inlines functions marked as such. */ #undef HAVE_INLINE /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET /* Define if you have the libunistring library. */ #undef HAVE_LIBUNISTRING /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H /* Define to 1 if the system has the type 'long long int'. */ #undef HAVE_LONG_LONG_INT /* Define if the 'malloc' function is POSIX compliant. */ #undef HAVE_MALLOC_POSIX /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H /* Define to 1 on MSVC platforms that have the "invalid parameter handler" concept. */ #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER /* Define to 1 if you have the `rawmemchr' function. */ #undef HAVE_RAWMEMCHR /* Define to 1 if atoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ATOLL /* Define to 1 if canonicalize_file_name is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME /* Define to 1 if chdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CHDIR /* Define to 1 if chown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CHOWN /* Define to 1 if dprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DPRINTF /* Define to 1 if dup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP /* Define to 1 if dup2 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP2 /* Define to 1 if dup3 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP3 /* Define to 1 if endusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ENDUSERSHELL /* Define to 1 if environ is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ENVIRON /* Define to 1 if euidaccess is declared even after undefining macros. */ #undef HAVE_RAW_DECL_EUIDACCESS /* Define to 1 if faccessat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FACCESSAT /* Define to 1 if fchdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHDIR /* Define to 1 if fchownat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHOWNAT /* Define to 1 if fdatasync is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FDATASYNC /* Define to 1 if ffsl is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FFSL /* Define to 1 if ffsll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FFSLL /* Define to 1 if fpurge is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FPURGE /* Define to 1 if fseeko is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSEEKO /* Define to 1 if fsync is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSYNC /* Define to 1 if ftello is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FTELLO /* Define to 1 if ftruncate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FTRUNCATE /* Define to 1 if getcwd is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETCWD /* Define to 1 if getdelim is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDELIM /* Define to 1 if getdomainname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDOMAINNAME /* Define to 1 if getdtablesize is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDTABLESIZE /* Define to 1 if getgroups is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETGROUPS /* Define to 1 if gethostname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETHOSTNAME /* Define to 1 if getline is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLINE /* Define to 1 if getloadavg is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOADAVG /* Define to 1 if getlogin is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOGIN /* Define to 1 if getlogin_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOGIN_R /* Define to 1 if getpagesize is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETPAGESIZE /* Define to 1 if gets is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETS /* Define to 1 if getsubopt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETSUBOPT /* Define to 1 if getusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETUSERSHELL /* Define to 1 if grantpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GRANTPT /* Define to 1 if group_member is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GROUP_MEMBER /* Define to 1 if initstate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INITSTATE /* Define to 1 if initstate_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INITSTATE_R /* Define to 1 if isatty is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ISATTY /* Define to 1 if lchown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LCHOWN /* Define to 1 if link is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LINK /* Define to 1 if linkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LINKAT /* Define to 1 if lseek is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LSEEK /* Define to 1 if memmem is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMMEM /* Define to 1 if mempcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMPCPY /* Define to 1 if memrchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMRCHR /* Define to 1 if mkdtemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKDTEMP /* Define to 1 if mkostemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKOSTEMP /* Define to 1 if mkostemps is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKOSTEMPS /* Define to 1 if mkstemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKSTEMP /* Define to 1 if mkstemps is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKSTEMPS /* Define to 1 if pclose is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PCLOSE /* Define to 1 if pipe is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PIPE /* Define to 1 if pipe2 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PIPE2 /* Define to 1 if popen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POPEN /* Define to 1 if posix_openpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POSIX_OPENPT /* Define to 1 if pread is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PREAD /* Define to 1 if ptsname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTSNAME /* Define to 1 if ptsname_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTSNAME_R /* Define to 1 if pwrite is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PWRITE /* Define to 1 if qsort_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_QSORT_R /* Define to 1 if random is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RANDOM /* Define to 1 if random_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RANDOM_R /* Define to 1 if rawmemchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RAWMEMCHR /* Define to 1 if readlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_READLINK /* Define to 1 if readlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_READLINKAT /* Define to 1 if realpath is declared even after undefining macros. */ #undef HAVE_RAW_DECL_REALPATH /* Define to 1 if renameat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RENAMEAT /* Define to 1 if rmdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RMDIR /* Define to 1 if rpmatch is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RPMATCH /* Define to 1 if secure_getenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SECURE_GETENV /* Define to 1 if setenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETENV /* Define to 1 if sethostname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETHOSTNAME /* Define to 1 if setstate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSTATE /* Define to 1 if setstate_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSTATE_R /* Define to 1 if setusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETUSERSHELL /* Define to 1 if sleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SLEEP /* Define to 1 if snprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SNPRINTF /* Define to 1 if srandom is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SRANDOM /* Define to 1 if srandom_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SRANDOM_R /* Define to 1 if stpcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STPCPY /* Define to 1 if stpncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STPNCPY /* Define to 1 if strcasestr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRCASESTR /* Define to 1 if strchrnul is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRCHRNUL /* Define to 1 if strdup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRDUP /* Define to 1 if strerror_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRERROR_R /* Define to 1 if strncat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNCAT /* Define to 1 if strndup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNDUP /* Define to 1 if strnlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNLEN /* Define to 1 if strpbrk is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRPBRK /* Define to 1 if strsep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRSEP /* Define to 1 if strsignal is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRSIGNAL /* Define to 1 if strtod is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOD /* Define to 1 if strtok_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOK_R /* Define to 1 if strtoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOLL /* Define to 1 if strtoull is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOULL /* Define to 1 if strverscmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRVERSCMP /* Define to 1 if symlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SYMLINK /* Define to 1 if symlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SYMLINKAT /* Define to 1 if tmpfile is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TMPFILE /* Define to 1 if truncate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TRUNCATE /* Define to 1 if ttyname_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TTYNAME_R /* Define to 1 if unlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLINK /* Define to 1 if unlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLINKAT /* Define to 1 if unlockpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLOCKPT /* Define to 1 if unsetenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNSETENV /* Define to 1 if usleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_USLEEP /* Define to 1 if vdprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_VDPRINTF /* Define to 1 if vsnprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_VSNPRINTF /* Define to 1 if _Exit is declared even after undefining macros. */ #undef HAVE_RAW_DECL__EXIT /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ #undef HAVE_SIGNED_SIG_ATOMIC_T /* Define to 1 if 'wchar_t' is a signed integer type. */ #undef HAVE_SIGNED_WCHAR_T /* Define to 1 if 'wint_t' is a signed integer type. */ #undef HAVE_SIGNED_WINT_T /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strchrnul' function. */ #undef HAVE_STRCHRNUL /* Define to 1 if you have the `strerror_r' function. */ #undef HAVE_STRERROR_R /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strverscmp' function. */ #undef HAVE_STRVERSCMP /* Define to 1 if you have the 'symlink' function. */ #undef HAVE_SYMLINK /* Define to 1 if you have the <sys/bitypes.h> header file. */ #undef HAVE_SYS_BITYPES_H /* Define to 1 if you have the <sys/inttypes.h> header file. */ #undef HAVE_SYS_INTTYPES_H /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H /* Define to 1 if the system has the type 'unsigned long long int'. */ #undef HAVE_UNSIGNED_LONG_LONG_INT /* Define if you have a global __progname variable */ #undef HAVE_VAR___PROGNAME /* Define to 1 or 0, depending whether the compiler supports simple visibility declarations. */ #undef HAVE_VISIBILITY /* Define to 1 if you have the <wchar.h> header file. */ #undef HAVE_WCHAR_H /* Define if you have the 'wchar_t' type. */ #undef HAVE_WCHAR_T /* Define to 1 if you have the <winsock2.h> header file. */ #undef HAVE_WINSOCK2_H /* Define if you have the 'wint_t' type. */ #undef HAVE_WINT_T /* Define to 1 if O_NOATIME works. */ #undef HAVE_WORKING_O_NOATIME /* Define to 1 if O_NOFOLLOW works. */ #undef HAVE_WORKING_O_NOFOLLOW /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */ #undef HAVE__SET_INVALID_PARAMETER_HANDLER /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST /* Define to a symbolic name denoting the flavor of iconv_open() implementation. */ #undef ICONV_FLAVOR /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */ #undef MALLOC_0_IS_NONNULL /* Use GNU style printf and scanf. */ #ifndef __USE_MINGW_ANSI_STDIO # undef __USE_MINGW_ANSI_STDIO #endif /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* String identifying the packager of this software */ #undef PACKAGE_PACKAGER /* Packager info for bug reports (URL/e-mail/...) */ #undef PACKAGE_PACKAGER_BUG_REPORTS /* Packager-specific version information */ #undef PACKAGE_PACKAGER_VERSION /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX /* Define to 1 if strerror(0) does not return a message implying success. */ #undef REPLACE_STRERROR_0 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ #undef SIG_ATOMIC_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ #undef SIZE_T_SUFFIX /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable general extensions on macOS. */ #ifndef _DARWIN_C_SOURCE # undef _DARWIN_C_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ # undef __STDC_WANT_IEC_60559_BFP_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ # undef __STDC_WANT_IEC_60559_DFP_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ # undef __STDC_WANT_IEC_60559_FUNCS_EXT__ #endif /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ # undef __STDC_WANT_IEC_60559_TYPES_EXT__ #endif /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ #ifndef __STDC_WANT_LIB_EXT2__ # undef __STDC_WANT_LIB_EXT2__ #endif /* Enable extensions specified by ISO/IEC 24747:2009. */ #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ # undef __STDC_WANT_MATH_SPEC_FUNCS__ #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable X/Open extensions if necessary. HP-UX 11.11 defines mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of whether compiling with -Ae or -D_HPUX_SOURCE=1. */ #ifndef _XOPEN_SOURCE # undef _XOPEN_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Version number of package */ #undef VERSION /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ #undef WCHAR_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */ #undef WINT_T_SUFFIX /* Define to 1 if on MINIX. */ #undef _MINIX /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */ #undef _NETBSD_SOURCE /* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 if you need to in order for 'stat' and other things to work. */ #undef _POSIX_SOURCE /* For standard stat data types on VMS. */ #undef _USE_STD_STAT /* Define to 1 if the system <stdint.h> predates C++11. */ #undef __STDC_CONSTANT_MACROS /* Define to 1 if the system <stdint.h> predates C++11. */ #undef __STDC_LIMIT_MACROS /* Please see the Gnulib manual for how to use these macros. Suppress extern inline with HP-UX cc, as it appears to be broken; see <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. Suppress extern inline with Sun C in standards-conformance mode, as it mishandles inline functions that call each other. E.g., for 'inline void f (void) { } inline void g (void) { f (); }', c99 incorrectly complains 'reference to static identifier "f" in extern inline function'. This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. Suppress extern inline (with or without __attribute__ ((__gnu_inline__))) on configurations that mistakenly use 'static inline' to implement functions or macros in standard C headers like <ctype.h>. For example, if isdigit is mistakenly implemented via a static inline function, a program containing an extern inline function that calls isdigit may not work since the C standard prohibits extern inline functions from calling static functions. This bug is known to occur on: OS X 10.8 and earlier; see: http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html DragonFly; see http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log FreeBSD; see: http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and for clang but remains for g++; see <http://trac.macports.org/ticket/41033>. Assume DragonFly and FreeBSD will be similar. */ #if (((defined __APPLE__ && defined __MACH__) \ || defined __DragonFly__ || defined __FreeBSD__) \ && (defined __header_inline \ ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \ && ! defined __clang__) \ : ((! defined _DONT_USE_CTYPE_INLINE_ \ && (defined __GNUC__ || defined __cplusplus)) \ || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \ && defined __GNUC__ && ! defined __cplusplus)))) # define _GL_EXTERN_INLINE_STDHEADER_BUG #endif #if ((__GNUC__ \ ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ : (199901L <= __STDC_VERSION__ \ && !defined __HP_cc \ && !defined __PGI \ && !(defined __SUNPRO_C && __STDC__))) \ && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) # define _GL_INLINE inline # define _GL_EXTERN_INLINE extern inline # define _GL_EXTERN_INLINE_IN_USE #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__ /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) # else # define _GL_INLINE extern inline # endif # define _GL_EXTERN_INLINE extern # define _GL_EXTERN_INLINE_IN_USE #else # define _GL_INLINE static _GL_UNUSED # define _GL_EXTERN_INLINE static _GL_UNUSED #endif /* In GCC 4.6 (inclusive) to 5.1 (exclusive), suppress bogus "no previous prototype for 'FOO'" and "no previous declaration for 'FOO'" diagnostics, when FOO is an inline function in the header; see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */ #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__ # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ # define _GL_INLINE_HEADER_CONST_PRAGMA # else # define _GL_INLINE_HEADER_CONST_PRAGMA \ _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"") # endif # define _GL_INLINE_HEADER_BEGIN \ _Pragma ("GCC diagnostic push") \ _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \ _GL_INLINE_HEADER_CONST_PRAGMA # define _GL_INLINE_HEADER_END \ _Pragma ("GCC diagnostic pop") #else # define _GL_INLINE_HEADER_BEGIN # define _GL_INLINE_HEADER_END #endif /* A replacement for va_copy, if needed. */ #define gl_va_copy(a,b) ((a) = (b)) /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for Mac OS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif /* Define to `int' if <sys/types.h> does not define. */ #undef mode_t /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t /* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict or __restrict__, even though the corresponding Sun C compiler ends up with "#define restrict _Restrict" or "#define restrict __restrict__" in the previous line. Perhaps some future version of Sun C++ will work with restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict # define __restrict__ #endif /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t /* Define as a signed type of the same size as size_t. */ #undef ssize_t /* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* gcc supports the "unused" attribute on possibly unused labels, and g++ has since version 4.5. Note to support C++ as well as C, _GL_UNUSED_LABEL should be used with a trailing ; */ #if !defined __cplusplus || __GNUC__ > 4 \ || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) # define _GL_UNUSED_LABEL _GL_UNUSED #else # define _GL_UNUSED_LABEL #endif /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif /* Define as a macro for copying va_list variables. */ #undef va_copy �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/gtk-doc.make��������������������������������������������������������������������������0000644�0000000�0000000�00000025352�13134401252�012120� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### if GTK_DOC_USE_LIBTOOL GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = $(LIBTOOL) --mode=execute else GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = endif # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt EXTRA_DIST = \ $(HTML_IMAGES) \ $(SETUP_FILES) DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt gtkdoc-check.test: Makefile $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ chmod +x $@ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test if GTK_DOC_BUILD_HTML HTML_BUILD_STAMP=html-build.stamp else HTML_BUILD_STAMP= endif if GTK_DOC_BUILD_PDF PDF_BUILD_STAMP=pdf-build.stamp else PDF_BUILD_STAMP= endif all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) .PHONY: all-gtk-doc if ENABLE_GTK_DOC all-local: all-gtk-doc endif docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp #### setup #### GTK_DOC_V_SETUP=$(GTK_DOC_V_SETUP_@AM_V) GTK_DOC_V_SETUP_=$(GTK_DOC_V_SETUP_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_SETUP_0=@echo " DOC Preparing build"; setup-build.stamp: -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ destdir=`dirname $(abs_builddir)/$$file` ;\ test -d "$$destdir" || mkdir -p "$$destdir"; \ test -f $(abs_srcdir)/$$file && \ cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ test -d $(abs_srcdir)/tmpl && \ { cp -pR $(abs_srcdir)/tmpl $(abs_builddir)/; \ chmod -R u+w $(abs_builddir)/tmpl; } \ fi $(AM_V_at)touch setup-build.stamp #### scan #### GTK_DOC_V_SCAN=$(GTK_DOC_V_SCAN_@AM_V) GTK_DOC_V_SCAN_=$(GTK_DOC_V_SCAN_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_SCAN_0=@echo " DOC Scanning header files"; GTK_DOC_V_INTROSPECT=$(GTK_DOC_V_INTROSPECT_@AM_V) GTK_DOC_V_INTROSPECT_=$(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_INTROSPECT_0=@echo " DOC Introspecting gobjects"; scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### templates #### GTK_DOC_V_TMPL=$(GTK_DOC_V_TMPL_@AM_V) GTK_DOC_V_TMPL_=$(GTK_DOC_V_TMPL_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_TMPL_0=@echo " DOC Rebuilding template files"; tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) $(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ if test -w $(abs_srcdir) ; then \ cp -pR $(abs_builddir)/tmpl $(abs_srcdir)/; \ fi \ fi $(AM_V_at)touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true $(srcdir)/tmpl/*.sgml: @true #### xml #### GTK_DOC_V_XML=$(GTK_DOC_V_XML_@AM_V) GTK_DOC_V_XML_=$(GTK_DOC_V_XML_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_XML_0=@echo " DOC Building XML"; sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) xml/gtkdocentities.ent -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true xml/gtkdocentities.ent: Makefile $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ echo "<!ENTITY package \"$(PACKAGE)\">"; \ echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \ echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \ echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \ echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \ echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \ echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \ ) > $@ #### html #### GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_@AM_V) GTK_DOC_V_HTML_=$(GTK_DOC_V_HTML_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_HTML_0=@echo " DOC Building HTML"; GTK_DOC_V_XREF=$(GTK_DOC_V_XREF_@AM_V) GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_XREF_0=@echo " DOC Fixing cross-references"; html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ if test -f $(abs_srcdir)/$$file ; then \ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ fi; \ if test -f $(abs_builddir)/$$file ; then \ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ test -f $$file && cp $$file $(abs_builddir)/html; \ done; $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) $(AM_V_at)touch html-build.stamp #### pdf #### GTK_DOC_V_PDF=$(GTK_DOC_V_PDF_@AM_V) GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_@AM_DEFAULT_VERBOSITY@) GTK_DOC_V_PDF_0=@echo " DOC Building PDF"; pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ rm -f $(DOC_MODULE).types; \ fi @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ rm -f $(DOC_MODULE)-sections.txt; \ fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ rm -rf tmpl; \ fi maintainer-clean-local: @rm -rf xml html install-data-local: @installfiles=`echo $(builddir)/html/*`; \ if test "$$installfiles" = '$(builddir)/html/*'; \ then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi uninstall-local: @if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ rm -rf $${installdir} # # Require gtk-doc when making dist # if HAVE_GTK_DOC dist-check-gtkdoc: docs else dist-check-gtkdoc: @echo "*** gtk-doc is needed to run 'make dist'. ***" @echo "*** gtk-doc was not found when 'configure' ran. ***" @echo "*** please install gtk-doc and rerun 'configure'. ***" @false endif dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/tmpl @mkdir $(distdir)/html @-cp ./tmpl/*.sgml $(distdir)/tmpl @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ @-cp ./$(DOC_MODULE).types $(distdir)/ @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ @cd $(distdir) && rm -f $(DISTCLEANFILES) @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/����������������������������������������������������������������������������������0000755�0000000�0000000�00000000000�13151533501�010552� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/puny_decode.c���������������������������������������������������������������������0000644�0000000�0000000�00000015452�13140042200�013130� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* punycode.c - punycode encoding/decoding Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Code copied from http://www.nicemice.net/idn/punycode-spec.gz on 2011-01-04 with SHA-1 a966a8017f6be579d74a50a226accc7607c40133 labeled punycode-spec 1.0.3 (2006-Mar-23-Thu). It is modified for Libidn2 by Simon Josefsson. License on the original code: punycode-spec 1.0.3 (2006-Mar-23-Thu) http://www.nicemice.net/idn/ Adam M. Costello http://www.nicemice.net/amc/ B. Disclaimer and license Regarding this entire document or any portion of it (including the pseudocode and C code), the author makes no guarantees and is not responsible for any damage resulting from its use. The author grants irrevocable permission to anyone to use, modify, and distribute it in any way that does not diminish the rights of anyone else to use, modify, and distribute it, provided that redistributed derivative works do not contain misleading author or version information. Derivative works need not be licensed under similar terms. C. Punycode sample implementation punycode-sample.c 2.0.0 (2004-Mar-21-Sun) http://www.nicemice.net/idn/ Adam M. Costello http://www.nicemice.net/amc/ This is ANSI C code (C89) implementing Punycode 1.0.x. */ #include <config.h> #include "idn2.h" /* IDN2_OK, ... */ /* Re-definitions to avoid modifying code below too much. */ #define punycode_uint uint32_t #define punycode_success IDN2_OK #define punycode_overflow IDN2_PUNYCODE_OVERFLOW #define punycode_big_output IDN2_PUNYCODE_BIG_OUTPUT #define punycode_bad_input IDN2_PUNYCODE_BAD_INPUT #define punycode_decode _idn2_punycode_decode /**********************************************************/ /* Implementation (would normally go in its own .c file): */ #include <string.h> #include "punycode.h" /*** Bootstring parameters for Punycode ***/ enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, initial_bias = 72, initial_n = 0x80, delimiter = 0x2D }; /* basic(cp) tests whether cp is a basic code point: */ #define basic(cp) ((punycode_uint)(cp) < 0x80) /* delim(cp) tests whether cp is a delimiter: */ #define delim(cp) ((cp) == delimiter) /* decode_digit(cp) returns the numeric value of a basic code */ /* point (for use in representing integers) in the range 0 to */ /* base-1, or base if cp does not represent a value. */ static unsigned decode_digit(int cp) { return (unsigned) (cp - 48 < 10 ? cp - 22 : cp - 65 < 26 ? cp - 65 : cp - 97 < 26 ? cp - 97 : base); } /*** Platform-specific constants ***/ /* maxint is the maximum value of a punycode_uint variable: */ static const punycode_uint maxint = -1; /* Because maxint is unsigned, -1 becomes the maximum value. */ /*** Bias adaptation function ***/ static punycode_uint adapt( punycode_uint delta, punycode_uint numpoints, int firsttime ) _GL_ATTRIBUTE_CONST; static punycode_uint adapt( punycode_uint delta, punycode_uint numpoints, int firsttime ) { punycode_uint k; delta = firsttime ? delta / damp : delta >> 1; /* delta >> 1 is a faster way of doing delta / 2 */ delta += delta / numpoints; for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { delta /= base - tmin; } return k + (base - tmin + 1) * delta / (delta + skew); } /*** Main decode function ***/ int punycode_decode( size_t input_length, const char input[], size_t *output_length, punycode_uint output[]) { punycode_uint n, out, i, max_out, bias, oldi, w, k, digit, t; size_t b, j, in; /* Initialize the state: */ n = initial_n; out = i = 0; max_out = *output_length > maxint ? maxint : (punycode_uint) *output_length; bias = initial_bias; /* Handle the basic code points: Let b be the number of input code */ /* points before the last delimiter, or 0 if there is none, then */ /* copy the first b code points to the output. */ for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j; if (b > max_out) return punycode_big_output; for (j = 0; j < b; ++j) { if (!basic(input[j])) return punycode_bad_input; output[out++] = input[j]; } /* Main decoding loop: Start just after the last delimiter if any */ /* basic code points were copied; start at the beginning otherwise. */ for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) { /* in is the index of the next ASCII code point to be consumed, */ /* and out is the number of code points in the output array. */ /* Decode a generalized variable-length integer into delta, */ /* which gets added to i. The overflow checking is easier */ /* if we increase i as we go, then subtract off its starting */ /* value at the end to obtain delta. */ for (oldi = i, w = 1, k = base; ; k += base) { if (in >= input_length) return punycode_bad_input; digit = decode_digit(input[in++]); if (digit >= base) return punycode_bad_input; if (digit > (maxint - i) / w) return punycode_overflow; i += digit * w; t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ k >= bias + tmax ? tmax : k - bias; if (digit < t) break; if (w > maxint / (base - t)) return punycode_overflow; w *= (base - t); } bias = adapt(i - oldi, out + 1, oldi == 0); /* i was supposed to wrap around from out+1 to 0, */ /* incrementing n each time, so we'll fix that now: */ if (i / (out + 1) > maxint - n) return punycode_overflow; n += i / (out + 1); i %= (out + 1); /* Insert n at position i of the output: */ /* not needed for Punycode: */ /* if (basic(n)) return punycode_bad_input; */ if (out >= max_out) return punycode_big_output; memmove(output + i + 1, output + i, (out - i) * sizeof *output); output[i++] = n; } *output_length = (size_t) out; /* cannot overflow because out <= old value of *output_length */ return punycode_success; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/context.h�������������������������������������������������������������������������0000644�0000000�0000000�00000002444�13061467362�012346� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* context.h - check contextual rule on label Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> #include <stdbool.h> int _idn2_contextj_rule (const uint32_t * label, size_t llen, size_t pos) _GL_ATTRIBUTE_PURE; int _idn2_contexto_rule (const uint32_t * label, size_t llen, size_t pos) _GL_ATTRIBUTE_PURE; bool _idn2_contexto_with_rule (uint32_t cp) _GL_ATTRIBUTE_CONST; ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/punycode.h������������������������������������������������������������������������0000644�0000000�0000000�00000002515�13061467362�012507� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* punycode.h - prototypes for internal punycode functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> extern _IDN2_API int _idn2_punycode_encode (size_t input_length, const uint32_t input[], size_t * output_length, char output[]); extern _IDN2_API int _idn2_punycode_decode (size_t input_length, const char input[], size_t * output_length, uint32_t output[]); �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/error.c���������������������������������������������������������������������������0000644�0000000�0000000�00000014417�13061467362�012011� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* error.c - libidn2 error handling helpers. Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" /* Prepare for gettext. */ #define _(x) x #define bindtextdomain(a,b) /** * idn2_strerror: * @rc: return code from another libidn2 function. * * Convert internal libidn2 error code to a humanly readable string. * The returned pointer must not be de-allocated by the caller. * * Return value: A humanly readable string describing error. **/ const char * idn2_strerror (int rc) { const char *p; bindtextdomain (PACKAGE, LOCALEDIR); switch (rc) { case IDN2_OK: p = _("success"); break; case IDN2_MALLOC: p = _("out of memory"); break; case IDN2_NO_CODESET: p = _("could not determine locale encoding format"); break; case IDN2_ICONV_FAIL: p = _("could not convert string to UTF-8"); break; case IDN2_ENCODING_ERROR: p = _("string encoding error"); break; case IDN2_NFC: p = _("string could not be NFC normalized"); break; case IDN2_PUNYCODE_BAD_INPUT: p = _("string contains invalid punycode data"); break; case IDN2_PUNYCODE_BIG_OUTPUT: p = _("punycode encoded data will be too large"); break; case IDN2_PUNYCODE_OVERFLOW: p = _("punycode conversion resulted in overflow"); break; case IDN2_TOO_BIG_DOMAIN: p = _("domain name longer than 255 characters"); break; case IDN2_TOO_BIG_LABEL: p = _("domain label longer than 63 characters"); break; case IDN2_INVALID_ALABEL: p = _("input A-label is not valid"); break; case IDN2_UALABEL_MISMATCH: p = _("input A-label and U-label does not match"); break; case IDN2_NOT_NFC: p = _("string is not in Unicode NFC format"); break; case IDN2_2HYPHEN: p = _("string contains forbidden two hyphens pattern"); break; case IDN2_HYPHEN_STARTEND: p = _("string start/ends with forbidden hyphen"); break; case IDN2_LEADING_COMBINING: p = _("string contains a forbidden leading combining character"); break; case IDN2_DISALLOWED: p = _("string contains a disallowed character"); break; case IDN2_CONTEXTJ: p = _("string contains a forbidden context-j character"); break; case IDN2_CONTEXTJ_NO_RULE: p = _("string contains a context-j character with null rule"); break; case IDN2_CONTEXTO: p = _("string contains a forbidden context-o character"); break; case IDN2_CONTEXTO_NO_RULE: p = _("string contains a context-o character with null rule"); break; case IDN2_UNASSIGNED: p = _("string contains unassigned code point"); break; case IDN2_BIDI: p = _("string has forbidden bi-directional properties"); break; default: p = _("Unknown error"); break; } return p; } #define ERR2STR(name) #name /** * idn2_strerror_name: * @rc: return code from another libidn2 function. * * Convert internal libidn2 error code to a string corresponding to * internal header file symbols. For example, * idn2_strerror_name(IDN2_MALLOC) will return the string * "IDN2_MALLOC". * * The caller must not attempt to de-allocate the returned string. * * Return value: A string corresponding to error code symbol. **/ const char * idn2_strerror_name (int rc) { const char *p; switch (rc) { case IDN2_OK: p = ERR2STR (IDN2_OK); break; case IDN2_MALLOC: p = ERR2STR (IDN2_MALLOC); break; case IDN2_NO_CODESET: p = ERR2STR (IDN2_NO_NODESET); break; case IDN2_ICONV_FAIL: p = ERR2STR (IDN2_ICONV_FAIL); break; case IDN2_ENCODING_ERROR: p = ERR2STR (IDN2_ENCODING_ERROR); break; case IDN2_NFC: p = ERR2STR (IDN2_NFC); break; case IDN2_PUNYCODE_BAD_INPUT: p = ERR2STR (IDN2_PUNYCODE_BAD_INPUT); break; case IDN2_PUNYCODE_BIG_OUTPUT: p = ERR2STR (IDN2_PUNYCODE_BIG_OUTPUT); break; case IDN2_PUNYCODE_OVERFLOW: p = ERR2STR (IDN2_PUNYCODE_OVERFLOW); break; case IDN2_TOO_BIG_DOMAIN: p = ERR2STR (IDN2_TOO_BIG_DOMAIN); break; case IDN2_TOO_BIG_LABEL: p = ERR2STR (IDN2_TOO_BIG_LABEL); break; case IDN2_INVALID_ALABEL: p = ERR2STR (IDN2_INVALID_ALABEL); break; case IDN2_UALABEL_MISMATCH: p = ERR2STR (IDN2_UALABEL_MISMATCH); break; case IDN2_NOT_NFC: p = ERR2STR (IDN2_NOT_NFC); break; case IDN2_2HYPHEN: p = ERR2STR (IDN2_2HYPHEN); break; case IDN2_HYPHEN_STARTEND: p = ERR2STR (IDN2_HYPHEN_STARTEND); break; case IDN2_LEADING_COMBINING: p = ERR2STR (IDN2_LEADING_COMBINING); break; case IDN2_DISALLOWED: p = ERR2STR (IDN2_DISALLOWED); break; case IDN2_CONTEXTJ: p = ERR2STR (IDN2_CONTEXTJ); break; case IDN2_CONTEXTJ_NO_RULE: p = ERR2STR (IDN2_CONTEXTJ_NO_RULE); break; case IDN2_CONTEXTO: p = ERR2STR (IDN2_CONTEXTO); break; case IDN2_CONTEXTO_NO_RULE: p = ERR2STR (IDN2_CONTEXTO_NO_RULE); break; case IDN2_UNASSIGNED: p = ERR2STR (IDN2_UNASSIGNED); break; case IDN2_BIDI: p = ERR2STR (IDN2_BIDI); break; default: p = "IDN2_UNKNOWN"; break; } return p; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/gentr46map.c����������������������������������������������������������������������0000644�0000000�0000000�00000035236�13062462240�012640� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* gentr46map.c - generate TR46 lookup tables Copyright (C) 2016-2017 Tim Ruehsen Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <ctype.h> #include "tr46map.h" static size_t _u32_stream_len (uint32_t * src, size_t len); static size_t _u32_cp_stream_len (const uint8_t * stream, size_t ncp); #define countof(a) (sizeof(a)/sizeof(*(a))) typedef struct { uint32_t cp1, cp2; unsigned nmappings:5, /* 0-18, # of uint32_t at <offset> */ offset:14, /* 0-16383, byte offset into mapdata */ flag_index:3; uint8_t flags; } IDNAMap_gen; static IDNAMap_gen idna_map[10000]; static size_t map_pos; static uint8_t genmapdata[16384]; static size_t mapdata_pos; static uint8_t flag_combination[8]; static unsigned flag_combinations; static NFCQCMap nfcqc_map[140]; static size_t nfcqc_pos; static char * _nextField (char **line) { char *s = *line, *e; if (!*s) return NULL; if (!(e = strpbrk (s, ";#"))) { e = *line += strlen (s); } else { *line = e + (*e == ';'); *e = 0; } // trim leading and trailing whitespace while (isspace (*s)) s++; while (e > s && isspace (e[-1])) *--e = 0; return s; } static int _scan_file (const char *fname, int (*scan) (char *)) { FILE *fp = fopen (fname, "r"); char buf[1024], *linep; ssize_t buflen; int ret = 0; if (!fp) { fprintf (stderr, "Failed to open %s\n", fname); return -1; } while (fgets(buf, sizeof(buf), fp)) { linep = buf; buflen = strlen(buf); // strip off \r\n while (buflen > 0 && (buf[buflen] == '\n' || buf[buflen] == '\r')) buf[--buflen] = 0; while (isspace (*linep)) linep++; // ignore leading whitespace if (!*linep || *linep == '#') continue; // skip empty lines and comments if ((ret = scan (linep))) break; } fclose (fp); return ret; } static size_t _u32_stream_len (uint32_t * src, size_t len) { unsigned it; size_t n = 0; /* 1 byte: 0-0x7f -> 0xxxxxxx 2 bytes: 0x80-0x3fff ->1xxxxxxx 0xxxxxxx 3 bytes: 0x4000-0x1fffff ->1xxxxxxx 1xxxxxxx 0xxxxxxx 4 bytes: 0x200000-0xFFFFFFF -> 1xxxxxxx 1xxxxxxx 1xxxxxxx 0xxxxxxx 5 bytes: 0x10000000->0xFFFFFFFF -> 1xxxxxxx 1xxxxxxx 1xxxxxxx 1xxxxxxx */ for (it = 0; it < len; it++) { uint32_t cp = src[it]; if (cp <= 0x7f) n += 1; else if (cp <= 0x3fff) n += 2; else if (cp <= 0x1fffff) n += 3; else if (cp <= 0xFFFFFFF) n += 4; else n += 5; } return n; } static size_t _u32_to_stream (uint8_t * dst, size_t dst_size, uint32_t * src, size_t len) { unsigned it; size_t n = 0; n = _u32_stream_len (src, len); if (!dst) return n; if (dst_size < n) return 0; for (it = 0; it < len; it++) { uint32_t cp = src[it]; if (cp <= 0x7f) *dst++ = cp & 0x7F; else if (cp <= 0x3fff) { *dst++ = 0x80 | ((cp >> 7) & 0x7F); *dst++ = cp & 0x7F; } else if (cp <= 0x1fffff) { *dst++ = 0x80 | ((cp >> 14) & 0x7F); *dst++ = 0x80 | ((cp >> 7) & 0x7F); *dst++ = cp & 0x7F; } else if (cp <= 0xFFFFFFF) { *dst++ = 0x80 | ((cp >> 21) & 0x7F); *dst++ = 0x80 | ((cp >> 14) & 0x7F); *dst++ = 0x80 | ((cp >> 7) & 0x7F); *dst++ = cp & 0x7F; } else { *dst++ = 0x80 | ((cp >> 28) & 0x7F); *dst++ = 0x80 | ((cp >> 21) & 0x7F); *dst++ = 0x80 | ((cp >> 14) & 0x7F); *dst++ = 0x80 | ((cp >> 7) & 0x7F); *dst++ = cp & 0x7F; } } return n; } /* copy 'n' codepoints from stream 'src' to 'dst' */ static void _copy_from_stream (uint32_t * dst, const uint8_t * src, size_t n) { uint32_t cp = 0; for (; n; src++) { cp = (cp << 7) | (*src & 0x7F); if ((*src & 0x80) == 0) { *dst++ = cp; cp = 0; n--; } } } static int read_IdnaMappings (char *linep) { IDNAMap_gen *map = &idna_map[map_pos]; char *flag, *codepoint, *mapping; int n; codepoint = _nextField (&linep); flag = _nextField (&linep); mapping = _nextField (&linep); if ((n = sscanf (codepoint, "%X..%X", &map->cp1, &map->cp2)) == 1) { map->cp2 = map->cp1; } else if (n != 2) { printf ("Failed to scan mapping codepoint '%s'\n", codepoint); return -1; } if (map->cp1 > map->cp2) { printf ("Invalid codepoint range '%s'\n", codepoint); return -1; } if (map_pos && map->cp1 <= idna_map[map_pos - 1].cp2) { printf ("Mapping codepoints out of order '%s'\n", codepoint); return -1; } if (!strcmp (flag, "valid")) map->flags |= TR46_FLG_VALID; else if (!strcmp (flag, "mapped")) map->flags |= TR46_FLG_MAPPED; else if (!strcmp (flag, "disallowed")) map->flags |= TR46_FLG_DISALLOWED; else if (!strcmp (flag, "ignored")) map->flags |= TR46_FLG_IGNORED; else if (!strcmp (flag, "deviation")) map->flags |= TR46_FLG_DEVIATION; else if (!strcmp (flag, "disallowed_STD3_mapped")) map->flags |= TR46_FLG_DISALLOWED_STD3_MAPPED; else if (!strcmp (flag, "disallowed_STD3_valid")) map->flags |= TR46_FLG_DISALLOWED_STD3_VALID; else { printf ("Unknown flag '%s'\n", flag); return -1; } if (mapping && *mapping) { uint32_t cp, tmp[20] = { 0 }, tmp2[20] = { 0 }; int pos; while ((n = sscanf (mapping, " %X%n", &cp, &pos)) == 1) { if (mapdata_pos >= countof (genmapdata)) { printf ("genmapdata too small - increase and retry\n"); break; } if (map->nmappings == 0) { map->offset = mapdata_pos; if (map->offset != mapdata_pos) printf ("offset overflow (%zu)\n", mapdata_pos); } tmp[map->nmappings] = cp; mapdata_pos += _u32_to_stream (genmapdata + mapdata_pos, 5, &cp, 1); map->nmappings++; mapping += pos; } /* selftest */ _copy_from_stream (tmp2, genmapdata + map->offset, map->nmappings); for (pos = 0; pos < map->nmappings; pos++) if (tmp[pos] != tmp2[pos]) abort (); } else if (map->flags & (TR46_FLG_MAPPED | TR46_FLG_DISALLOWED_STD3_MAPPED | TR46_FLG_DEVIATION)) { if (map->cp1 != 0x200C && map->cp1 != 0x200D) /* ZWNJ and ZWJ */ printf ("Missing mapping for '%s'\n", codepoint); } if (map_pos && map->nmappings == 0) { /* merge with previous if possible */ IDNAMap_gen *prev = &idna_map[map_pos - 1]; if (prev->cp2 + 1 == map->cp1 && prev->nmappings == 0 && prev->flags == map->flags) { prev->cp2 = map->cp2; memset (map, 0, sizeof (*map)); /* clean up */ return 0; } } if (++map_pos >= countof (idna_map)) { printf ("Internal map size too small\n"); return -1; } return 0; } static int _compare_map (IDNAMap_gen * m1, IDNAMap_gen * m2) { if (m1->cp1 < m2->cp1) return -1; if (m1->cp1 > m2->cp2) return 1; return 0; } static int read_NFCQC (char *linep) { NFCQCMap *map = &nfcqc_map[nfcqc_pos]; char *codepoint, *type, *check; int n; codepoint = _nextField (&linep); type = _nextField (&linep); check = _nextField (&linep); if (!type || strcmp (type, "NFC_QC")) return 0; if ((n = sscanf (codepoint, "%X..%X", &map->cp1, &map->cp2)) == 1) { map->cp2 = map->cp1; } else if (n != 2) { printf ("Failed to scan mapping codepoint '%s'\n", codepoint); return -1; } if (map->cp1 > map->cp2) { printf ("Invalid codepoint range '%s'\n", codepoint); return -1; } if (*check == 'N') map->check = 1; else if (*check == 'M') map->check = 2; else { printf ("NFQQC: Unknown value '%s'\n", check); return -1; } if (++nfcqc_pos >= countof (nfcqc_map)) { printf ("Internal NFCQC map size too small\n"); return -1; } return 0; } static int _compare_map_by_maplen (IDNAMap_gen * m1, IDNAMap_gen * m2) { if (m1->nmappings != m2->nmappings) return m2->nmappings - m1->nmappings; if (m1->cp1 < m2->cp1) return -1; if (m1->cp1 > m2->cp2) return 1; return 0; } /* static uint32_t * _u32_memmem(uint32_t *haystack, size_t hlen, uint32_t *needle, size_t nlen) { uint32_t *p; if (nlen == 0) return haystack; for (p = haystack; hlen >= nlen; p++, hlen--) { if (*p == *needle && (nlen == 1 || u32_cmp(p, needle, nlen) == 0)) return p; } return NULL; } */ static uint8_t * _u8_memmem (uint8_t * haystack, size_t hlen, uint8_t * needle, size_t nlen) { uint8_t *p; if (nlen == 0) return haystack; for (p = haystack; hlen >= nlen; p++, hlen--) { if (*p == *needle && (nlen == 1 || memcmp (p, needle, nlen) == 0)) return p; } return NULL; } static size_t _u32_cp_stream_len (const uint8_t * stream, size_t ncp) { const uint8_t *end; for (end = stream; ncp; end++) { if ((*end & 0x80) == 0) ncp--; } return end - stream; } /* Remove doubled mappings. With Unicode 6.3.0 the mapping data shrinks * from 7272 to 4322 entries of uint32_t (29088 to 17288 bytes). * Converting those 4322 uin32_t values to a uint8_t stream, we decrease mapping * table size from 17288 to 9153 bytes. */ static void _compact_idna_map (void) { unsigned it; /* sort into 'longest mappings first' */ qsort (idna_map, map_pos, sizeof (IDNAMap_gen), (int (*)(const void *, const void *)) _compare_map_by_maplen); uint8_t *data = calloc (sizeof (uint8_t), mapdata_pos), *p; size_t ndata = 0, slen; if (data == NULL) abort(); for (it = 0; it < map_pos; it++) { IDNAMap_gen *map = idna_map + it; if (!map->nmappings) continue; slen = _u32_cp_stream_len (genmapdata + map->offset, map->nmappings); if ((p = _u8_memmem (data, ndata, genmapdata + map->offset, slen))) { map->offset = p - data; continue; } memcpy (data + ndata, genmapdata + map->offset, slen); map->offset = ndata; ndata += slen; } memcpy (genmapdata, data, ndata); mapdata_pos = ndata; free (data); /* sort into 'lowest codepoint first' */ qsort (idna_map, map_pos, sizeof (IDNAMap_gen), (int (*)(const void *, const void *)) _compare_map); } static void _combine_idna_flags (void) { unsigned it, it2; /* There are not many different combinations of flags */ for (it = 0; it < map_pos; it++) { IDNAMap_gen *map = idna_map + it; int found = 0; for (it2 = 0; it2 < flag_combinations && !found; it2++) { if (flag_combination[it2] == map->flags) { map->flag_index = it2; found = 1; } } if (!found) { if (flag_combinations >= countof (flag_combination)) { fprintf (stderr, "flag_combination[] too small - increase and retry\n"); exit (EXIT_FAILURE); } map->flag_index = flag_combinations++; flag_combination[map->flag_index] = map->flags; } } for (it = 0; it < map_pos; it++) { IDNAMap_gen *map = idna_map + it; if (map->flags != flag_combination[map->flag_index]) { fprintf (stderr, "Flags do not for 0x%X-0x%X)\n", map->cp1, map->cp2); exit (EXIT_FAILURE); } } } static int _print_tr46_map (uint32_t min, uint32_t max, int do_print) { unsigned it; int it2, entries = 0; for (it = 0; it < map_pos; it++) { const IDNAMap_gen *map = idna_map + it; uint32_t cp2, cp1 = map->cp1, value, range; int n; if (cp1 < min) continue; if (cp1 > max) break; n = (map->cp2 - cp1) / 0x10000; for (it2 = 0; it2 <= n; it2++, cp1 = cp2 + 1) { entries++; if (it2 == n) cp2 = map->cp2; else cp2 = cp1 + 0xFFFF; if (!do_print) continue; range = cp2 - cp1; value = (((map->nmappings << 14) | map->offset) << 3) | map->flag_index; if (max == 0xFF) printf ("0x%X,0x%X,", cp1 & 0xFF, range & 0xFF); else if (max == 0xFFFF) printf ("0x%X,0x%X,0x%X,0x%X,", (cp1 >> 8) & 0xFF, cp1 & 0xFF, (range >> 8) & 0xFF, range & 0xFF); else if (max == 0xFFFFFF) printf ("0x%X,0x%X,0x%X,0x%X,0x%X,", (cp1 >> 16) & 0xFF, (cp1 >> 8) & 0xFF, cp1 & 0xFF, (range >> 8) & 0xFF, range & 0xFF); printf ("0x%X,0x%X,0x%X,\n", (value >> 16) & 0xFF, (value >> 8) & 0xFF, value & 0xFF); } } if (max == 0xFF) return entries * 5; if (max == 0xFFFF) return entries * 7; if (max == 0xFFFFFF) return entries * 8; return 0; } int main (void) { unsigned it; // read IDNA mappings if (_scan_file (SRCDIR "/IdnaMappingTable.txt", read_IdnaMappings)) return 1; _compact_idna_map (); _combine_idna_flags (); // read NFC QuickCheck table if (_scan_file (SRCDIR "/DerivedNormalizationProps.txt", read_NFCQC)) return 1; qsort (nfcqc_map, nfcqc_pos, sizeof (NFCQCMap), (int (*)(const void *, const void *)) _compare_map); printf ("/* This file is automatically generated. DO NOT EDIT! */\n\n"); printf ("#include <stdint.h>\n"); printf ("#include \"tr46map.h\"\n\n"); printf ("static const uint8_t idna_flags[%u] =\n{", flag_combinations); for (it = 0; it < flag_combinations; it++) { printf ("0x%X,", flag_combination[it]); } printf ("};\n\n"); printf ("static const uint8_t idna_map_8[%d] = {\n", _print_tr46_map (0x0, 0xFF, 0)); _print_tr46_map (0x0, 0xFF, 1); printf ("};\n\n"); printf ("static const uint8_t idna_map_16[%d] = {\n", _print_tr46_map (0x100, 0xFFFF, 0)); _print_tr46_map (0x100, 0xFFFF, 1); printf ("};\n\n"); printf ("static const uint8_t idna_map_24[%d] = {\n", _print_tr46_map (0x10000, 0xFFFFFF, 0)); _print_tr46_map (0x10000, 0xFFFFFF, 1); printf ("};\n\n"); printf ("static const uint8_t mapdata[%zu] = {\n", mapdata_pos); for (it = 0; it < mapdata_pos; it++) { printf ("0x%02X,%s", genmapdata[it], it % 16 == 15 ? "\n" : ""); } printf ("};\n\n"); printf ("static const NFCQCMap nfcqc_map[%zu] = {\n", nfcqc_pos); for (it = 0; it < nfcqc_pos; it++) { NFCQCMap *map = nfcqc_map + it; printf ("{0x%X,0x%X,%d},\n", map->cp1, map->cp2, map->check); } printf ("};\n"); return 0; } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/Makefile.am�����������������������������������������������������������������������0000644�0000000�0000000�00000007505�13140037176�012542� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AM_CPPFLAGS = AM_CPPFLAGS += -DIDN2_BUILDING -DSRCDIR=\"$(srcdir)\" AM_CPPFLAGS += -I$(top_builddir)/gl -I$(top_srcdir)/gl AM_CFLAGS = $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) $(CODE_COVERAGE_CFLAGS) if !HAVE_LIBUNISTRING AM_CPPFLAGS += -I$(top_srcdir)/unistring/ -I$(top_builddir)/unistring/ endif lib_LTLIBRARIES = libidn2.la include_HEADERS = idn2.h libidn2_la_SOURCES = idn2.map idn2.h libidn2_la_SOURCES += idna.h idna.c libidn2_la_SOURCES += lookup.c decode.c libidn2_la_SOURCES += register.c libidn2_la_SOURCES += bidi.h bidi.c libidn2_la_SOURCES += version.c libidn2_la_SOURCES += error.c libidn2_la_SOURCES += punycode.h puny_encode.c puny_decode.c libidn2_la_SOURCES += free.c libidn2_la_SOURCES += data.h data.c libidn2_la_SOURCES += tr46map.h tr46map.c libidn2_la_SOURCES += tables.h tables.c libidn2_la_SOURCES += context.h context.c libidn2_la_LIBADD = $(LTLIBICONV) $(LTLIBINTL) $(LTLIBUNISTRING) ../gl/libgnu.la if !HAVE_LIBUNISTRING libidn2_la_LIBADD += ../unistring/libunistring.la endif libidn2_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -no-undefined $(CODE_COVERAGE_LDFLAGS) IDNA_TABLE = idna-tables-6.3.0.txt IANA_URL = https://ftp.iana.org/assignments/idna-tables-6.3.0/$(IDNA_TABLE) TR46MAP = IdnaMappingTable.txt TR46MAP_URL = http://www.unicode.org/Public/idna/6.3.0/IdnaMappingTable.txt NFCQC = DerivedNormalizationProps.txt NFCQC_URL = http://www.unicode.org/Public/6.3.0/ucd/DerivedNormalizationProps.txt BUILT_SOURCES = data.c tr46map_data.c DISTCLEANFILES = tr46map_data.c CLEANFILES = gentr46map$(BUILD_EXEEXT) MAINTAINERCLEANFILES = $(IDNA_TABLE) $(TR46MAP) $(NFCQC) EXTRA_DIST = gen-tables-from-iana.pl $(IDNA_TABLE) $(TR46MAP) $(NFCQC) tr46map_data.c data.c gentr46map.c data.c: $(srcdir)/gen-tables-from-iana.pl $(IDNA_TABLE) cat $(IDNA_TABLE) | $(srcdir)/gen-tables-from-iana.pl > $@.new mv $@.new $@ # Note: We do not want to list gentr46map as a dep of tr46map_data.c because # it will cause it to be regenerated for every build. We only need that when # the real source text files are updated. gentr46map$(BUILD_EXEEXT): gentr46map.c $(CC_FOR_BUILD) $(AM_CPPFLAGS) $(CFLAGS_FOR_BUILD) $< -o $@ tr46map_data.c: $(srcdir)/gentr46map.c $(TR46MAP) $(NFCQC) $(MAKE) gentr46map$(BUILD_EXEEXT) $(builddir)/gentr46map$(BUILD_EXEEXT) > $@.new mv $@.new $@ $(IDNA_TABLE): if ! echo "4ebaf0c72061474d20078897d254768d894507de $(IDNA_TABLE)" | sha1sum -c -; then \ rm -f $(IDNA_TABLE); \ wget -O$(IDNA_TABLE) $(IANA_URL); \ echo "4ebaf0c72061474d20078897d254768d894507de $(IDNA_TABLE)" | sha1sum -c -; \ fi $(TR46MAP): if ! echo "e852821860396e2b500e2c1661cc9fb14e1c2738 $(TR46MAP)" | sha1sum -c -; then \ rm -f $(TR46MAP); \ wget $(TR46MAP_URL); \ echo "e852821860396e2b500e2c1661cc9fb14e1c2738 $(TR46MAP)" | sha1sum -c -; \ fi $(NFCQC): if ! echo "8f220108eebacb130fe4b36469c25d6d2e613a97 $(NFCQC)" | sha1sum -c -; then \ rm -f $(NFCQC); \ wget $(NFCQC_URL); \ echo "8f220108eebacb130fe4b36469c25d6d2e613a97 $(NFCQC)" | sha1sum -c -; \ fi if HAVE_LD_VERSION_SCRIPT libidn2_la_LDFLAGS += -Wl,--version-script=$(srcdir)/idn2.map else libidn2_la_LDFLAGS += -export-symbols-regex '^idn2_.*|_idn2_punycode_..code' endif �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/idna.h����������������������������������������������������������������������������0000644�0000000�0000000�00000003745�13134401252�011565� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* idna.h - internal IDNA function prototypes Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> #include <stdbool.h> enum { TEST_NFC = 0x0001, TEST_2HYPHEN = 0x0002, TEST_HYPHEN_STARTEND = 0x0004, TEST_LEADING_COMBINING = 0x0008, TEST_DISALLOWED = 0x0010, /* is code point a CONTEXTJ code point? */ TEST_CONTEXTJ = 0x0020, /* does code point pass CONTEXTJ rule? */ TEST_CONTEXTJ_RULE = 0x0040, /* is code point a CONTEXTO code point? */ TEST_CONTEXTO = 0x0080, /* is there a CONTEXTO rule for code point? */ TEST_CONTEXTO_WITH_RULE = 0x0100, /* does code point pass CONTEXTO rule? */ TEST_CONTEXTO_RULE = 0x0200, TEST_UNASSIGNED = 0x0400, TEST_BIDI = 0x0800, TEST_TRANSITIONAL = 0x1000, TEST_NONTRANSITIONAL = 0x2000, TEST_ALLOW_STD3_DISALLOWED = 0x4000, }; extern int _idn2_u8_to_u32_nfc (const uint8_t * src, size_t srclen, uint32_t ** out, size_t * outlen, int nfc); extern bool _idn2_ascii_p (const uint8_t * src, size_t srclen) _GL_ATTRIBUTE_PURE; extern int _idn2_label_test (int what, const uint32_t * label, size_t llen); ���������������������������libidn2-2.0.4/lib/IdnaMappingTable.txt��������������������������������������������������������������0000644�0000000�0000000�00002652244�12223576550�014423� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# IdnaMappingTable-6.3.0.txt # Date: 2013-09-26 09:00:37 GMT [MD] # # Unicode IDNA Compatible Preprocessing (UTS #46) # Copyright (c) 1991-2013 Unicode, Inc. # For terms of use, see http://www.unicode.org/terms_of_use.html # For documentation, see http://www.unicode.org/reports/tr46/ 0000..002C ; disallowed_STD3_valid # 1.1 <control-0000>..COMMA 002D..002E ; valid # 1.1 HYPHEN-MINUS..FULL STOP 002F ; disallowed_STD3_valid # 1.1 SOLIDUS 0030..0039 ; valid # 1.1 DIGIT ZERO..DIGIT NINE 003A..0040 ; disallowed_STD3_valid # 1.1 COLON..COMMERCIAL AT 0041 ; mapped ; 0061 # 1.1 LATIN CAPITAL LETTER A 0042 ; mapped ; 0062 # 1.1 LATIN CAPITAL LETTER B 0043 ; mapped ; 0063 # 1.1 LATIN CAPITAL LETTER C 0044 ; mapped ; 0064 # 1.1 LATIN CAPITAL LETTER D 0045 ; mapped ; 0065 # 1.1 LATIN CAPITAL LETTER E 0046 ; mapped ; 0066 # 1.1 LATIN CAPITAL LETTER F 0047 ; mapped ; 0067 # 1.1 LATIN CAPITAL LETTER G 0048 ; mapped ; 0068 # 1.1 LATIN CAPITAL LETTER H 0049 ; mapped ; 0069 # 1.1 LATIN CAPITAL LETTER I 004A ; mapped ; 006A # 1.1 LATIN CAPITAL LETTER J 004B ; mapped ; 006B # 1.1 LATIN CAPITAL LETTER K 004C ; mapped ; 006C # 1.1 LATIN CAPITAL LETTER L 004D ; mapped ; 006D # 1.1 LATIN CAPITAL LETTER M 004E ; mapped ; 006E # 1.1 LATIN CAPITAL LETTER N 004F ; mapped ; 006F # 1.1 LATIN CAPITAL LETTER O 0050 ; mapped ; 0070 # 1.1 LATIN CAPITAL LETTER P 0051 ; mapped ; 0071 # 1.1 LATIN CAPITAL LETTER Q 0052 ; mapped ; 0072 # 1.1 LATIN CAPITAL LETTER R 0053 ; mapped ; 0073 # 1.1 LATIN CAPITAL LETTER S 0054 ; mapped ; 0074 # 1.1 LATIN CAPITAL LETTER T 0055 ; mapped ; 0075 # 1.1 LATIN CAPITAL LETTER U 0056 ; mapped ; 0076 # 1.1 LATIN CAPITAL LETTER V 0057 ; mapped ; 0077 # 1.1 LATIN CAPITAL LETTER W 0058 ; mapped ; 0078 # 1.1 LATIN CAPITAL LETTER X 0059 ; mapped ; 0079 # 1.1 LATIN CAPITAL LETTER Y 005A ; mapped ; 007A # 1.1 LATIN CAPITAL LETTER Z 005B..0060 ; disallowed_STD3_valid # 1.1 LEFT SQUARE BRACKET..GRAVE ACCENT 0061..007A ; valid # 1.1 LATIN SMALL LETTER A..LATIN SMALL LETTER Z 007B..007F ; disallowed_STD3_valid # 1.1 LEFT CURLY BRACKET..<control-007F> 0080..009F ; disallowed # 1.1 <control-0080>..<control-009F> 00A0 ; disallowed_STD3_mapped ; 0020 # 1.1 NO-BREAK SPACE 00A1..00A7 ; valid ; ; NV8 # 1.1 INVERTED EXCLAMATION MARK..SECTION SIGN 00A8 ; disallowed_STD3_mapped ; 0020 0308 # 1.1 DIAERESIS 00A9 ; valid ; ; NV8 # 1.1 COPYRIGHT SIGN 00AA ; mapped ; 0061 # 1.1 FEMININE ORDINAL INDICATOR 00AB..00AC ; valid ; ; NV8 # 1.1 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK..NOT SIGN 00AD ; ignored # 1.1 SOFT HYPHEN 00AE ; valid ; ; NV8 # 1.1 REGISTERED SIGN 00AF ; disallowed_STD3_mapped ; 0020 0304 # 1.1 MACRON 00B0..00B1 ; valid ; ; NV8 # 1.1 DEGREE SIGN..PLUS-MINUS SIGN 00B2 ; mapped ; 0032 # 1.1 SUPERSCRIPT TWO 00B3 ; mapped ; 0033 # 1.1 SUPERSCRIPT THREE 00B4 ; disallowed_STD3_mapped ; 0020 0301 # 1.1 ACUTE ACCENT 00B5 ; mapped ; 03BC # 1.1 MICRO SIGN 00B6 ; valid ; ; NV8 # 1.1 PILCROW SIGN 00B7 ; valid # 1.1 MIDDLE DOT 00B8 ; disallowed_STD3_mapped ; 0020 0327 # 1.1 CEDILLA 00B9 ; mapped ; 0031 # 1.1 SUPERSCRIPT ONE 00BA ; mapped ; 006F # 1.1 MASCULINE ORDINAL INDICATOR 00BB ; valid ; ; NV8 # 1.1 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 00BC ; mapped ; 0031 2044 0034 #1.1 VULGAR FRACTION ONE QUARTER 00BD ; mapped ; 0031 2044 0032 #1.1 VULGAR FRACTION ONE HALF 00BE ; mapped ; 0033 2044 0034 #1.1 VULGAR FRACTION THREE QUARTERS 00BF ; valid ; ; NV8 # 1.1 INVERTED QUESTION MARK 00C0 ; mapped ; 00E0 # 1.1 LATIN CAPITAL LETTER A WITH GRAVE 00C1 ; mapped ; 00E1 # 1.1 LATIN CAPITAL LETTER A WITH ACUTE 00C2 ; mapped ; 00E2 # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 00C3 ; mapped ; 00E3 # 1.1 LATIN CAPITAL LETTER A WITH TILDE 00C4 ; mapped ; 00E4 # 1.1 LATIN CAPITAL LETTER A WITH DIAERESIS 00C5 ; mapped ; 00E5 # 1.1 LATIN CAPITAL LETTER A WITH RING ABOVE 00C6 ; mapped ; 00E6 # 1.1 LATIN CAPITAL LETTER AE 00C7 ; mapped ; 00E7 # 1.1 LATIN CAPITAL LETTER C WITH CEDILLA 00C8 ; mapped ; 00E8 # 1.1 LATIN CAPITAL LETTER E WITH GRAVE 00C9 ; mapped ; 00E9 # 1.1 LATIN CAPITAL LETTER E WITH ACUTE 00CA ; mapped ; 00EA # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 00CB ; mapped ; 00EB # 1.1 LATIN CAPITAL LETTER E WITH DIAERESIS 00CC ; mapped ; 00EC # 1.1 LATIN CAPITAL LETTER I WITH GRAVE 00CD ; mapped ; 00ED # 1.1 LATIN CAPITAL LETTER I WITH ACUTE 00CE ; mapped ; 00EE # 1.1 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 00CF ; mapped ; 00EF # 1.1 LATIN CAPITAL LETTER I WITH DIAERESIS 00D0 ; mapped ; 00F0 # 1.1 LATIN CAPITAL LETTER ETH 00D1 ; mapped ; 00F1 # 1.1 LATIN CAPITAL LETTER N WITH TILDE 00D2 ; mapped ; 00F2 # 1.1 LATIN CAPITAL LETTER O WITH GRAVE 00D3 ; mapped ; 00F3 # 1.1 LATIN CAPITAL LETTER O WITH ACUTE 00D4 ; mapped ; 00F4 # 1.1 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 00D5 ; mapped ; 00F5 # 1.1 LATIN CAPITAL LETTER O WITH TILDE 00D6 ; mapped ; 00F6 # 1.1 LATIN CAPITAL LETTER O WITH DIAERESIS 00D7 ; valid ; ; NV8 # 1.1 MULTIPLICATION SIGN 00D8 ; mapped ; 00F8 # 1.1 LATIN CAPITAL LETTER O WITH STROKE 00D9 ; mapped ; 00F9 # 1.1 LATIN CAPITAL LETTER U WITH GRAVE 00DA ; mapped ; 00FA # 1.1 LATIN CAPITAL LETTER U WITH ACUTE 00DB ; mapped ; 00FB # 1.1 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 00DC ; mapped ; 00FC # 1.1 LATIN CAPITAL LETTER U WITH DIAERESIS 00DD ; mapped ; 00FD # 1.1 LATIN CAPITAL LETTER Y WITH ACUTE 00DE ; mapped ; 00FE # 1.1 LATIN CAPITAL LETTER THORN 00DF ; deviation ; 0073 0073 # 1.1 LATIN SMALL LETTER SHARP S 00E0..00F6 ; valid # 1.1 LATIN SMALL LETTER A WITH GRAVE..LATIN SMALL LETTER O WITH DIAERESIS 00F7 ; valid ; ; NV8 # 1.1 DIVISION SIGN 00F8..00FF ; valid # 1.1 LATIN SMALL LETTER O WITH STROKE..LATIN SMALL LETTER Y WITH DIAERESIS 0100 ; mapped ; 0101 # 1.1 LATIN CAPITAL LETTER A WITH MACRON 0101 ; valid # 1.1 LATIN SMALL LETTER A WITH MACRON 0102 ; mapped ; 0103 # 1.1 LATIN CAPITAL LETTER A WITH BREVE 0103 ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE 0104 ; mapped ; 0105 # 1.1 LATIN CAPITAL LETTER A WITH OGONEK 0105 ; valid # 1.1 LATIN SMALL LETTER A WITH OGONEK 0106 ; mapped ; 0107 # 1.1 LATIN CAPITAL LETTER C WITH ACUTE 0107 ; valid # 1.1 LATIN SMALL LETTER C WITH ACUTE 0108 ; mapped ; 0109 # 1.1 LATIN CAPITAL LETTER C WITH CIRCUMFLEX 0109 ; valid # 1.1 LATIN SMALL LETTER C WITH CIRCUMFLEX 010A ; mapped ; 010B # 1.1 LATIN CAPITAL LETTER C WITH DOT ABOVE 010B ; valid # 1.1 LATIN SMALL LETTER C WITH DOT ABOVE 010C ; mapped ; 010D # 1.1 LATIN CAPITAL LETTER C WITH CARON 010D ; valid # 1.1 LATIN SMALL LETTER C WITH CARON 010E ; mapped ; 010F # 1.1 LATIN CAPITAL LETTER D WITH CARON 010F ; valid # 1.1 LATIN SMALL LETTER D WITH CARON 0110 ; mapped ; 0111 # 1.1 LATIN CAPITAL LETTER D WITH STROKE 0111 ; valid # 1.1 LATIN SMALL LETTER D WITH STROKE 0112 ; mapped ; 0113 # 1.1 LATIN CAPITAL LETTER E WITH MACRON 0113 ; valid # 1.1 LATIN SMALL LETTER E WITH MACRON 0114 ; mapped ; 0115 # 1.1 LATIN CAPITAL LETTER E WITH BREVE 0115 ; valid # 1.1 LATIN SMALL LETTER E WITH BREVE 0116 ; mapped ; 0117 # 1.1 LATIN CAPITAL LETTER E WITH DOT ABOVE 0117 ; valid # 1.1 LATIN SMALL LETTER E WITH DOT ABOVE 0118 ; mapped ; 0119 # 1.1 LATIN CAPITAL LETTER E WITH OGONEK 0119 ; valid # 1.1 LATIN SMALL LETTER E WITH OGONEK 011A ; mapped ; 011B # 1.1 LATIN CAPITAL LETTER E WITH CARON 011B ; valid # 1.1 LATIN SMALL LETTER E WITH CARON 011C ; mapped ; 011D # 1.1 LATIN CAPITAL LETTER G WITH CIRCUMFLEX 011D ; valid # 1.1 LATIN SMALL LETTER G WITH CIRCUMFLEX 011E ; mapped ; 011F # 1.1 LATIN CAPITAL LETTER G WITH BREVE 011F ; valid # 1.1 LATIN SMALL LETTER G WITH BREVE 0120 ; mapped ; 0121 # 1.1 LATIN CAPITAL LETTER G WITH DOT ABOVE 0121 ; valid # 1.1 LATIN SMALL LETTER G WITH DOT ABOVE 0122 ; mapped ; 0123 # 1.1 LATIN CAPITAL LETTER G WITH CEDILLA 0123 ; valid # 1.1 LATIN SMALL LETTER G WITH CEDILLA 0124 ; mapped ; 0125 # 1.1 LATIN CAPITAL LETTER H WITH CIRCUMFLEX 0125 ; valid # 1.1 LATIN SMALL LETTER H WITH CIRCUMFLEX 0126 ; mapped ; 0127 # 1.1 LATIN CAPITAL LETTER H WITH STROKE 0127 ; valid # 1.1 LATIN SMALL LETTER H WITH STROKE 0128 ; mapped ; 0129 # 1.1 LATIN CAPITAL LETTER I WITH TILDE 0129 ; valid # 1.1 LATIN SMALL LETTER I WITH TILDE 012A ; mapped ; 012B # 1.1 LATIN CAPITAL LETTER I WITH MACRON 012B ; valid # 1.1 LATIN SMALL LETTER I WITH MACRON 012C ; mapped ; 012D # 1.1 LATIN CAPITAL LETTER I WITH BREVE 012D ; valid # 1.1 LATIN SMALL LETTER I WITH BREVE 012E ; mapped ; 012F # 1.1 LATIN CAPITAL LETTER I WITH OGONEK 012F ; valid # 1.1 LATIN SMALL LETTER I WITH OGONEK 0130 ; mapped ; 0069 0307 # 1.1 LATIN CAPITAL LETTER I WITH DOT ABOVE 0131 ; valid # 1.1 LATIN SMALL LETTER DOTLESS I 0132..0133 ; mapped ; 0069 006A # 1.1 LATIN CAPITAL LIGATURE IJ..LATIN SMALL LIGATURE IJ 0134 ; mapped ; 0135 # 1.1 LATIN CAPITAL LETTER J WITH CIRCUMFLEX 0135 ; valid # 1.1 LATIN SMALL LETTER J WITH CIRCUMFLEX 0136 ; mapped ; 0137 # 1.1 LATIN CAPITAL LETTER K WITH CEDILLA 0137..0138 ; valid # 1.1 LATIN SMALL LETTER K WITH CEDILLA..LATIN SMALL LETTER KRA 0139 ; mapped ; 013A # 1.1 LATIN CAPITAL LETTER L WITH ACUTE 013A ; valid # 1.1 LATIN SMALL LETTER L WITH ACUTE 013B ; mapped ; 013C # 1.1 LATIN CAPITAL LETTER L WITH CEDILLA 013C ; valid # 1.1 LATIN SMALL LETTER L WITH CEDILLA 013D ; mapped ; 013E # 1.1 LATIN CAPITAL LETTER L WITH CARON 013E ; valid # 1.1 LATIN SMALL LETTER L WITH CARON 013F..0140 ; mapped ; 006C 00B7 # 1.1 LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN SMALL LETTER L WITH MIDDLE DOT 0141 ; mapped ; 0142 # 1.1 LATIN CAPITAL LETTER L WITH STROKE 0142 ; valid # 1.1 LATIN SMALL LETTER L WITH STROKE 0143 ; mapped ; 0144 # 1.1 LATIN CAPITAL LETTER N WITH ACUTE 0144 ; valid # 1.1 LATIN SMALL LETTER N WITH ACUTE 0145 ; mapped ; 0146 # 1.1 LATIN CAPITAL LETTER N WITH CEDILLA 0146 ; valid # 1.1 LATIN SMALL LETTER N WITH CEDILLA 0147 ; mapped ; 0148 # 1.1 LATIN CAPITAL LETTER N WITH CARON 0148 ; valid # 1.1 LATIN SMALL LETTER N WITH CARON 0149 ; mapped ; 02BC 006E # 1.1 LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 014A ; mapped ; 014B # 1.1 LATIN CAPITAL LETTER ENG 014B ; valid # 1.1 LATIN SMALL LETTER ENG 014C ; mapped ; 014D # 1.1 LATIN CAPITAL LETTER O WITH MACRON 014D ; valid # 1.1 LATIN SMALL LETTER O WITH MACRON 014E ; mapped ; 014F # 1.1 LATIN CAPITAL LETTER O WITH BREVE 014F ; valid # 1.1 LATIN SMALL LETTER O WITH BREVE 0150 ; mapped ; 0151 # 1.1 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE 0151 ; valid # 1.1 LATIN SMALL LETTER O WITH DOUBLE ACUTE 0152 ; mapped ; 0153 # 1.1 LATIN CAPITAL LIGATURE OE 0153 ; valid # 1.1 LATIN SMALL LIGATURE OE 0154 ; mapped ; 0155 # 1.1 LATIN CAPITAL LETTER R WITH ACUTE 0155 ; valid # 1.1 LATIN SMALL LETTER R WITH ACUTE 0156 ; mapped ; 0157 # 1.1 LATIN CAPITAL LETTER R WITH CEDILLA 0157 ; valid # 1.1 LATIN SMALL LETTER R WITH CEDILLA 0158 ; mapped ; 0159 # 1.1 LATIN CAPITAL LETTER R WITH CARON 0159 ; valid # 1.1 LATIN SMALL LETTER R WITH CARON 015A ; mapped ; 015B # 1.1 LATIN CAPITAL LETTER S WITH ACUTE 015B ; valid # 1.1 LATIN SMALL LETTER S WITH ACUTE 015C ; mapped ; 015D # 1.1 LATIN CAPITAL LETTER S WITH CIRCUMFLEX 015D ; valid # 1.1 LATIN SMALL LETTER S WITH CIRCUMFLEX 015E ; mapped ; 015F # 1.1 LATIN CAPITAL LETTER S WITH CEDILLA 015F ; valid # 1.1 LATIN SMALL LETTER S WITH CEDILLA 0160 ; mapped ; 0161 # 1.1 LATIN CAPITAL LETTER S WITH CARON 0161 ; valid # 1.1 LATIN SMALL LETTER S WITH CARON 0162 ; mapped ; 0163 # 1.1 LATIN CAPITAL LETTER T WITH CEDILLA 0163 ; valid # 1.1 LATIN SMALL LETTER T WITH CEDILLA 0164 ; mapped ; 0165 # 1.1 LATIN CAPITAL LETTER T WITH CARON 0165 ; valid # 1.1 LATIN SMALL LETTER T WITH CARON 0166 ; mapped ; 0167 # 1.1 LATIN CAPITAL LETTER T WITH STROKE 0167 ; valid # 1.1 LATIN SMALL LETTER T WITH STROKE 0168 ; mapped ; 0169 # 1.1 LATIN CAPITAL LETTER U WITH TILDE 0169 ; valid # 1.1 LATIN SMALL LETTER U WITH TILDE 016A ; mapped ; 016B # 1.1 LATIN CAPITAL LETTER U WITH MACRON 016B ; valid # 1.1 LATIN SMALL LETTER U WITH MACRON 016C ; mapped ; 016D # 1.1 LATIN CAPITAL LETTER U WITH BREVE 016D ; valid # 1.1 LATIN SMALL LETTER U WITH BREVE 016E ; mapped ; 016F # 1.1 LATIN CAPITAL LETTER U WITH RING ABOVE 016F ; valid # 1.1 LATIN SMALL LETTER U WITH RING ABOVE 0170 ; mapped ; 0171 # 1.1 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE 0171 ; valid # 1.1 LATIN SMALL LETTER U WITH DOUBLE ACUTE 0172 ; mapped ; 0173 # 1.1 LATIN CAPITAL LETTER U WITH OGONEK 0173 ; valid # 1.1 LATIN SMALL LETTER U WITH OGONEK 0174 ; mapped ; 0175 # 1.1 LATIN CAPITAL LETTER W WITH CIRCUMFLEX 0175 ; valid # 1.1 LATIN SMALL LETTER W WITH CIRCUMFLEX 0176 ; mapped ; 0177 # 1.1 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX 0177 ; valid # 1.1 LATIN SMALL LETTER Y WITH CIRCUMFLEX 0178 ; mapped ; 00FF # 1.1 LATIN CAPITAL LETTER Y WITH DIAERESIS 0179 ; mapped ; 017A # 1.1 LATIN CAPITAL LETTER Z WITH ACUTE 017A ; valid # 1.1 LATIN SMALL LETTER Z WITH ACUTE 017B ; mapped ; 017C # 1.1 LATIN CAPITAL LETTER Z WITH DOT ABOVE 017C ; valid # 1.1 LATIN SMALL LETTER Z WITH DOT ABOVE 017D ; mapped ; 017E # 1.1 LATIN CAPITAL LETTER Z WITH CARON 017E ; valid # 1.1 LATIN SMALL LETTER Z WITH CARON 017F ; mapped ; 0073 # 1.1 LATIN SMALL LETTER LONG S 0180 ; valid # 1.1 LATIN SMALL LETTER B WITH STROKE 0181 ; mapped ; 0253 # 1.1 LATIN CAPITAL LETTER B WITH HOOK 0182 ; mapped ; 0183 # 1.1 LATIN CAPITAL LETTER B WITH TOPBAR 0183 ; valid # 1.1 LATIN SMALL LETTER B WITH TOPBAR 0184 ; mapped ; 0185 # 1.1 LATIN CAPITAL LETTER TONE SIX 0185 ; valid # 1.1 LATIN SMALL LETTER TONE SIX 0186 ; mapped ; 0254 # 1.1 LATIN CAPITAL LETTER OPEN O 0187 ; mapped ; 0188 # 1.1 LATIN CAPITAL LETTER C WITH HOOK 0188 ; valid # 1.1 LATIN SMALL LETTER C WITH HOOK 0189 ; mapped ; 0256 # 1.1 LATIN CAPITAL LETTER AFRICAN D 018A ; mapped ; 0257 # 1.1 LATIN CAPITAL LETTER D WITH HOOK 018B ; mapped ; 018C # 1.1 LATIN CAPITAL LETTER D WITH TOPBAR 018C..018D ; valid # 1.1 LATIN SMALL LETTER D WITH TOPBAR..LATIN SMALL LETTER TURNED DELTA 018E ; mapped ; 01DD # 1.1 LATIN CAPITAL LETTER REVERSED E 018F ; mapped ; 0259 # 1.1 LATIN CAPITAL LETTER SCHWA 0190 ; mapped ; 025B # 1.1 LATIN CAPITAL LETTER OPEN E 0191 ; mapped ; 0192 # 1.1 LATIN CAPITAL LETTER F WITH HOOK 0192 ; valid # 1.1 LATIN SMALL LETTER F WITH HOOK 0193 ; mapped ; 0260 # 1.1 LATIN CAPITAL LETTER G WITH HOOK 0194 ; mapped ; 0263 # 1.1 LATIN CAPITAL LETTER GAMMA 0195 ; valid # 1.1 LATIN SMALL LETTER HV 0196 ; mapped ; 0269 # 1.1 LATIN CAPITAL LETTER IOTA 0197 ; mapped ; 0268 # 1.1 LATIN CAPITAL LETTER I WITH STROKE 0198 ; mapped ; 0199 # 1.1 LATIN CAPITAL LETTER K WITH HOOK 0199..019B ; valid # 1.1 LATIN SMALL LETTER K WITH HOOK..LATIN SMALL LETTER LAMBDA WITH STROKE 019C ; mapped ; 026F # 1.1 LATIN CAPITAL LETTER TURNED M 019D ; mapped ; 0272 # 1.1 LATIN CAPITAL LETTER N WITH LEFT HOOK 019E ; valid # 1.1 LATIN SMALL LETTER N WITH LONG RIGHT LEG 019F ; mapped ; 0275 # 1.1 LATIN CAPITAL LETTER O WITH MIDDLE TILDE 01A0 ; mapped ; 01A1 # 1.1 LATIN CAPITAL LETTER O WITH HORN 01A1 ; valid # 1.1 LATIN SMALL LETTER O WITH HORN 01A2 ; mapped ; 01A3 # 1.1 LATIN CAPITAL LETTER OI 01A3 ; valid # 1.1 LATIN SMALL LETTER OI 01A4 ; mapped ; 01A5 # 1.1 LATIN CAPITAL LETTER P WITH HOOK 01A5 ; valid # 1.1 LATIN SMALL LETTER P WITH HOOK 01A6 ; mapped ; 0280 # 1.1 LATIN LETTER YR 01A7 ; mapped ; 01A8 # 1.1 LATIN CAPITAL LETTER TONE TWO 01A8 ; valid # 1.1 LATIN SMALL LETTER TONE TWO 01A9 ; mapped ; 0283 # 1.1 LATIN CAPITAL LETTER ESH 01AA..01AB ; valid # 1.1 LATIN LETTER REVERSED ESH LOOP..LATIN SMALL LETTER T WITH PALATAL HOOK 01AC ; mapped ; 01AD # 1.1 LATIN CAPITAL LETTER T WITH HOOK 01AD ; valid # 1.1 LATIN SMALL LETTER T WITH HOOK 01AE ; mapped ; 0288 # 1.1 LATIN CAPITAL LETTER T WITH RETROFLEX HOOK 01AF ; mapped ; 01B0 # 1.1 LATIN CAPITAL LETTER U WITH HORN 01B0 ; valid # 1.1 LATIN SMALL LETTER U WITH HORN 01B1 ; mapped ; 028A # 1.1 LATIN CAPITAL LETTER UPSILON 01B2 ; mapped ; 028B # 1.1 LATIN CAPITAL LETTER V WITH HOOK 01B3 ; mapped ; 01B4 # 1.1 LATIN CAPITAL LETTER Y WITH HOOK 01B4 ; valid # 1.1 LATIN SMALL LETTER Y WITH HOOK 01B5 ; mapped ; 01B6 # 1.1 LATIN CAPITAL LETTER Z WITH STROKE 01B6 ; valid # 1.1 LATIN SMALL LETTER Z WITH STROKE 01B7 ; mapped ; 0292 # 1.1 LATIN CAPITAL LETTER EZH 01B8 ; mapped ; 01B9 # 1.1 LATIN CAPITAL LETTER EZH REVERSED 01B9..01BB ; valid # 1.1 LATIN SMALL LETTER EZH REVERSED..LATIN LETTER TWO WITH STROKE 01BC ; mapped ; 01BD # 1.1 LATIN CAPITAL LETTER TONE FIVE 01BD..01C3 ; valid # 1.1 LATIN SMALL LETTER TONE FIVE..LATIN LETTER RETROFLEX CLICK 01C4..01C6 ; mapped ; 0064 017E # 1.1 LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER DZ WITH CARON 01C7..01C9 ; mapped ; 006C 006A # 1.1 LATIN CAPITAL LETTER LJ..LATIN SMALL LETTER LJ 01CA..01CC ; mapped ; 006E 006A # 1.1 LATIN CAPITAL LETTER NJ..LATIN SMALL LETTER NJ 01CD ; mapped ; 01CE # 1.1 LATIN CAPITAL LETTER A WITH CARON 01CE ; valid # 1.1 LATIN SMALL LETTER A WITH CARON 01CF ; mapped ; 01D0 # 1.1 LATIN CAPITAL LETTER I WITH CARON 01D0 ; valid # 1.1 LATIN SMALL LETTER I WITH CARON 01D1 ; mapped ; 01D2 # 1.1 LATIN CAPITAL LETTER O WITH CARON 01D2 ; valid # 1.1 LATIN SMALL LETTER O WITH CARON 01D3 ; mapped ; 01D4 # 1.1 LATIN CAPITAL LETTER U WITH CARON 01D4 ; valid # 1.1 LATIN SMALL LETTER U WITH CARON 01D5 ; mapped ; 01D6 # 1.1 LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON 01D6 ; valid # 1.1 LATIN SMALL LETTER U WITH DIAERESIS AND MACRON 01D7 ; mapped ; 01D8 # 1.1 LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE 01D8 ; valid # 1.1 LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE 01D9 ; mapped ; 01DA # 1.1 LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON 01DA ; valid # 1.1 LATIN SMALL LETTER U WITH DIAERESIS AND CARON 01DB ; mapped ; 01DC # 1.1 LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE 01DC..01DD ; valid # 1.1 LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE..LATIN SMALL LETTER TURNED E 01DE ; mapped ; 01DF # 1.1 LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON 01DF ; valid # 1.1 LATIN SMALL LETTER A WITH DIAERESIS AND MACRON 01E0 ; mapped ; 01E1 # 1.1 LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON 01E1 ; valid # 1.1 LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON 01E2 ; mapped ; 01E3 # 1.1 LATIN CAPITAL LETTER AE WITH MACRON 01E3 ; valid # 1.1 LATIN SMALL LETTER AE WITH MACRON 01E4 ; mapped ; 01E5 # 1.1 LATIN CAPITAL LETTER G WITH STROKE 01E5 ; valid # 1.1 LATIN SMALL LETTER G WITH STROKE 01E6 ; mapped ; 01E7 # 1.1 LATIN CAPITAL LETTER G WITH CARON 01E7 ; valid # 1.1 LATIN SMALL LETTER G WITH CARON 01E8 ; mapped ; 01E9 # 1.1 LATIN CAPITAL LETTER K WITH CARON 01E9 ; valid # 1.1 LATIN SMALL LETTER K WITH CARON 01EA ; mapped ; 01EB # 1.1 LATIN CAPITAL LETTER O WITH OGONEK 01EB ; valid # 1.1 LATIN SMALL LETTER O WITH OGONEK 01EC ; mapped ; 01ED # 1.1 LATIN CAPITAL LETTER O WITH OGONEK AND MACRON 01ED ; valid # 1.1 LATIN SMALL LETTER O WITH OGONEK AND MACRON 01EE ; mapped ; 01EF # 1.1 LATIN CAPITAL LETTER EZH WITH CARON 01EF..01F0 ; valid # 1.1 LATIN SMALL LETTER EZH WITH CARON..LATIN SMALL LETTER J WITH CARON 01F1..01F3 ; mapped ; 0064 007A # 1.1 LATIN CAPITAL LETTER DZ..LATIN SMALL LETTER DZ 01F4 ; mapped ; 01F5 # 1.1 LATIN CAPITAL LETTER G WITH ACUTE 01F5 ; valid # 1.1 LATIN SMALL LETTER G WITH ACUTE 01F6 ; mapped ; 0195 # 3.0 LATIN CAPITAL LETTER HWAIR 01F7 ; mapped ; 01BF # 3.0 LATIN CAPITAL LETTER WYNN 01F8 ; mapped ; 01F9 # 3.0 LATIN CAPITAL LETTER N WITH GRAVE 01F9 ; valid # 3.0 LATIN SMALL LETTER N WITH GRAVE 01FA ; mapped ; 01FB # 1.1 LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE 01FB ; valid # 1.1 LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE 01FC ; mapped ; 01FD # 1.1 LATIN CAPITAL LETTER AE WITH ACUTE 01FD ; valid # 1.1 LATIN SMALL LETTER AE WITH ACUTE 01FE ; mapped ; 01FF # 1.1 LATIN CAPITAL LETTER O WITH STROKE AND ACUTE 01FF ; valid # 1.1 LATIN SMALL LETTER O WITH STROKE AND ACUTE 0200 ; mapped ; 0201 # 1.1 LATIN CAPITAL LETTER A WITH DOUBLE GRAVE 0201 ; valid # 1.1 LATIN SMALL LETTER A WITH DOUBLE GRAVE 0202 ; mapped ; 0203 # 1.1 LATIN CAPITAL LETTER A WITH INVERTED BREVE 0203 ; valid # 1.1 LATIN SMALL LETTER A WITH INVERTED BREVE 0204 ; mapped ; 0205 # 1.1 LATIN CAPITAL LETTER E WITH DOUBLE GRAVE 0205 ; valid # 1.1 LATIN SMALL LETTER E WITH DOUBLE GRAVE 0206 ; mapped ; 0207 # 1.1 LATIN CAPITAL LETTER E WITH INVERTED BREVE 0207 ; valid # 1.1 LATIN SMALL LETTER E WITH INVERTED BREVE 0208 ; mapped ; 0209 # 1.1 LATIN CAPITAL LETTER I WITH DOUBLE GRAVE 0209 ; valid # 1.1 LATIN SMALL LETTER I WITH DOUBLE GRAVE 020A ; mapped ; 020B # 1.1 LATIN CAPITAL LETTER I WITH INVERTED BREVE 020B ; valid # 1.1 LATIN SMALL LETTER I WITH INVERTED BREVE 020C ; mapped ; 020D # 1.1 LATIN CAPITAL LETTER O WITH DOUBLE GRAVE 020D ; valid # 1.1 LATIN SMALL LETTER O WITH DOUBLE GRAVE 020E ; mapped ; 020F # 1.1 LATIN CAPITAL LETTER O WITH INVERTED BREVE 020F ; valid # 1.1 LATIN SMALL LETTER O WITH INVERTED BREVE 0210 ; mapped ; 0211 # 1.1 LATIN CAPITAL LETTER R WITH DOUBLE GRAVE 0211 ; valid # 1.1 LATIN SMALL LETTER R WITH DOUBLE GRAVE 0212 ; mapped ; 0213 # 1.1 LATIN CAPITAL LETTER R WITH INVERTED BREVE 0213 ; valid # 1.1 LATIN SMALL LETTER R WITH INVERTED BREVE 0214 ; mapped ; 0215 # 1.1 LATIN CAPITAL LETTER U WITH DOUBLE GRAVE 0215 ; valid # 1.1 LATIN SMALL LETTER U WITH DOUBLE GRAVE 0216 ; mapped ; 0217 # 1.1 LATIN CAPITAL LETTER U WITH INVERTED BREVE 0217 ; valid # 1.1 LATIN SMALL LETTER U WITH INVERTED BREVE 0218 ; mapped ; 0219 # 3.0 LATIN CAPITAL LETTER S WITH COMMA BELOW 0219 ; valid # 3.0 LATIN SMALL LETTER S WITH COMMA BELOW 021A ; mapped ; 021B # 3.0 LATIN CAPITAL LETTER T WITH COMMA BELOW 021B ; valid # 3.0 LATIN SMALL LETTER T WITH COMMA BELOW 021C ; mapped ; 021D # 3.0 LATIN CAPITAL LETTER YOGH 021D ; valid # 3.0 LATIN SMALL LETTER YOGH 021E ; mapped ; 021F # 3.0 LATIN CAPITAL LETTER H WITH CARON 021F ; valid # 3.0 LATIN SMALL LETTER H WITH CARON 0220 ; mapped ; 019E # 3.2 LATIN CAPITAL LETTER N WITH LONG RIGHT LEG 0221 ; valid # 4.0 LATIN SMALL LETTER D WITH CURL 0222 ; mapped ; 0223 # 3.0 LATIN CAPITAL LETTER OU 0223 ; valid # 3.0 LATIN SMALL LETTER OU 0224 ; mapped ; 0225 # 3.0 LATIN CAPITAL LETTER Z WITH HOOK 0225 ; valid # 3.0 LATIN SMALL LETTER Z WITH HOOK 0226 ; mapped ; 0227 # 3.0 LATIN CAPITAL LETTER A WITH DOT ABOVE 0227 ; valid # 3.0 LATIN SMALL LETTER A WITH DOT ABOVE 0228 ; mapped ; 0229 # 3.0 LATIN CAPITAL LETTER E WITH CEDILLA 0229 ; valid # 3.0 LATIN SMALL LETTER E WITH CEDILLA 022A ; mapped ; 022B # 3.0 LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON 022B ; valid # 3.0 LATIN SMALL LETTER O WITH DIAERESIS AND MACRON 022C ; mapped ; 022D # 3.0 LATIN CAPITAL LETTER O WITH TILDE AND MACRON 022D ; valid # 3.0 LATIN SMALL LETTER O WITH TILDE AND MACRON 022E ; mapped ; 022F # 3.0 LATIN CAPITAL LETTER O WITH DOT ABOVE 022F ; valid # 3.0 LATIN SMALL LETTER O WITH DOT ABOVE 0230 ; mapped ; 0231 # 3.0 LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON 0231 ; valid # 3.0 LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON 0232 ; mapped ; 0233 # 3.0 LATIN CAPITAL LETTER Y WITH MACRON 0233 ; valid # 3.0 LATIN SMALL LETTER Y WITH MACRON 0234..0236 ; valid # 4.0 LATIN SMALL LETTER L WITH CURL..LATIN SMALL LETTER T WITH CURL 0237..0239 ; valid # 4.1 LATIN SMALL LETTER DOTLESS J..LATIN SMALL LETTER QP DIGRAPH 023A ; mapped ; 2C65 # 4.1 LATIN CAPITAL LETTER A WITH STROKE 023B ; mapped ; 023C # 4.1 LATIN CAPITAL LETTER C WITH STROKE 023C ; valid # 4.1 LATIN SMALL LETTER C WITH STROKE 023D ; mapped ; 019A # 4.1 LATIN CAPITAL LETTER L WITH BAR 023E ; mapped ; 2C66 # 4.1 LATIN CAPITAL LETTER T WITH DIAGONAL STROKE 023F..0240 ; valid # 4.1 LATIN SMALL LETTER S WITH SWASH TAIL..LATIN SMALL LETTER Z WITH SWASH TAIL 0241 ; mapped ; 0242 # 4.1 LATIN CAPITAL LETTER GLOTTAL STOP 0242 ; valid # 5.0 LATIN SMALL LETTER GLOTTAL STOP 0243 ; mapped ; 0180 # 5.0 LATIN CAPITAL LETTER B WITH STROKE 0244 ; mapped ; 0289 # 5.0 LATIN CAPITAL LETTER U BAR 0245 ; mapped ; 028C # 5.0 LATIN CAPITAL LETTER TURNED V 0246 ; mapped ; 0247 # 5.0 LATIN CAPITAL LETTER E WITH STROKE 0247 ; valid # 5.0 LATIN SMALL LETTER E WITH STROKE 0248 ; mapped ; 0249 # 5.0 LATIN CAPITAL LETTER J WITH STROKE 0249 ; valid # 5.0 LATIN SMALL LETTER J WITH STROKE 024A ; mapped ; 024B # 5.0 LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL 024B ; valid # 5.0 LATIN SMALL LETTER Q WITH HOOK TAIL 024C ; mapped ; 024D # 5.0 LATIN CAPITAL LETTER R WITH STROKE 024D ; valid # 5.0 LATIN SMALL LETTER R WITH STROKE 024E ; mapped ; 024F # 5.0 LATIN CAPITAL LETTER Y WITH STROKE 024F ; valid # 5.0 LATIN SMALL LETTER Y WITH STROKE 0250..02A8 ; valid # 1.1 LATIN SMALL LETTER TURNED A..LATIN SMALL LETTER TC DIGRAPH WITH CURL 02A9..02AD ; valid # 3.0 LATIN SMALL LETTER FENG DIGRAPH..LATIN LETTER BIDENTAL PERCUSSIVE 02AE..02AF ; valid # 4.0 LATIN SMALL LETTER TURNED H WITH FISHHOOK..LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL 02B0 ; mapped ; 0068 # 1.1 MODIFIER LETTER SMALL H 02B1 ; mapped ; 0266 # 1.1 MODIFIER LETTER SMALL H WITH HOOK 02B2 ; mapped ; 006A # 1.1 MODIFIER LETTER SMALL J 02B3 ; mapped ; 0072 # 1.1 MODIFIER LETTER SMALL R 02B4 ; mapped ; 0279 # 1.1 MODIFIER LETTER SMALL TURNED R 02B5 ; mapped ; 027B # 1.1 MODIFIER LETTER SMALL TURNED R WITH HOOK 02B6 ; mapped ; 0281 # 1.1 MODIFIER LETTER SMALL CAPITAL INVERTED R 02B7 ; mapped ; 0077 # 1.1 MODIFIER LETTER SMALL W 02B8 ; mapped ; 0079 # 1.1 MODIFIER LETTER SMALL Y 02B9..02C1 ; valid # 1.1 MODIFIER LETTER PRIME..MODIFIER LETTER REVERSED GLOTTAL STOP 02C2..02C5 ; valid ; ; NV8 # 1.1 MODIFIER LETTER LEFT ARROWHEAD..MODIFIER LETTER DOWN ARROWHEAD 02C6..02D1 ; valid # 1.1 MODIFIER LETTER CIRCUMFLEX ACCENT..MODIFIER LETTER HALF TRIANGULAR COLON 02D2..02D7 ; valid ; ; NV8 # 1.1 MODIFIER LETTER CENTRED RIGHT HALF RING..MODIFIER LETTER MINUS SIGN 02D8 ; disallowed_STD3_mapped ; 0020 0306 # 1.1 BREVE 02D9 ; disallowed_STD3_mapped ; 0020 0307 # 1.1 DOT ABOVE 02DA ; disallowed_STD3_mapped ; 0020 030A # 1.1 RING ABOVE 02DB ; disallowed_STD3_mapped ; 0020 0328 # 1.1 OGONEK 02DC ; disallowed_STD3_mapped ; 0020 0303 # 1.1 SMALL TILDE 02DD ; disallowed_STD3_mapped ; 0020 030B # 1.1 DOUBLE ACUTE ACCENT 02DE ; valid ; ; NV8 # 1.1 MODIFIER LETTER RHOTIC HOOK 02DF ; valid ; ; NV8 # 3.0 MODIFIER LETTER CROSS ACCENT 02E0 ; mapped ; 0263 # 1.1 MODIFIER LETTER SMALL GAMMA 02E1 ; mapped ; 006C # 1.1 MODIFIER LETTER SMALL L 02E2 ; mapped ; 0073 # 1.1 MODIFIER LETTER SMALL S 02E3 ; mapped ; 0078 # 1.1 MODIFIER LETTER SMALL X 02E4 ; mapped ; 0295 # 1.1 MODIFIER LETTER SMALL REVERSED GLOTTAL STOP 02E5..02E9 ; valid ; ; NV8 # 1.1 MODIFIER LETTER EXTRA-HIGH TONE BAR..MODIFIER LETTER EXTRA-LOW TONE BAR 02EA..02EB ; valid ; ; NV8 # 3.0 MODIFIER LETTER YIN DEPARTING TONE MARK..MODIFIER LETTER YANG DEPARTING TONE MARK 02EC ; valid # 3.0 MODIFIER LETTER VOICING 02ED ; valid ; ; NV8 # 3.0 MODIFIER LETTER UNASPIRATED 02EE ; valid # 3.0 MODIFIER LETTER DOUBLE APOSTROPHE 02EF..02FF ; valid ; ; NV8 # 4.0 MODIFIER LETTER LOW DOWN ARROWHEAD..MODIFIER LETTER LOW LEFT ARROW 0300..033F ; valid # 1.1 COMBINING GRAVE ACCENT..COMBINING DOUBLE OVERLINE 0340 ; mapped ; 0300 # 1.1 COMBINING GRAVE TONE MARK 0341 ; mapped ; 0301 # 1.1 COMBINING ACUTE TONE MARK 0342 ; valid # 1.1 COMBINING GREEK PERISPOMENI 0343 ; mapped ; 0313 # 1.1 COMBINING GREEK KORONIS 0344 ; mapped ; 0308 0301 # 1.1 COMBINING GREEK DIALYTIKA TONOS 0345 ; mapped ; 03B9 # 1.1 COMBINING GREEK YPOGEGRAMMENI 0346..034E ; valid # 3.0 COMBINING BRIDGE ABOVE..COMBINING UPWARDS ARROW BELOW 034F ; ignored # 3.2 COMBINING GRAPHEME JOINER 0350..0357 ; valid # 4.0 COMBINING RIGHT ARROWHEAD ABOVE..COMBINING RIGHT HALF RING ABOVE 0358..035C ; valid # 4.1 COMBINING DOT ABOVE RIGHT..COMBINING DOUBLE BREVE BELOW 035D..035F ; valid # 4.0 COMBINING DOUBLE BREVE..COMBINING DOUBLE MACRON BELOW 0360..0361 ; valid # 1.1 COMBINING DOUBLE TILDE..COMBINING DOUBLE INVERTED BREVE 0362 ; valid # 3.0 COMBINING DOUBLE RIGHTWARDS ARROW BELOW 0363..036F ; valid # 3.2 COMBINING LATIN SMALL LETTER A..COMBINING LATIN SMALL LETTER X 0370 ; mapped ; 0371 # 5.1 GREEK CAPITAL LETTER HETA 0371 ; valid # 5.1 GREEK SMALL LETTER HETA 0372 ; mapped ; 0373 # 5.1 GREEK CAPITAL LETTER ARCHAIC SAMPI 0373 ; valid # 5.1 GREEK SMALL LETTER ARCHAIC SAMPI 0374 ; mapped ; 02B9 # 1.1 GREEK NUMERAL SIGN 0375 ; valid # 1.1 GREEK LOWER NUMERAL SIGN 0376 ; mapped ; 0377 # 5.1 GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA 0377 ; valid # 5.1 GREEK SMALL LETTER PAMPHYLIAN DIGAMMA 0378..0379 ; disallowed # NA <reserved-0378>..<reserved-0379> 037A ; disallowed_STD3_mapped ; 0020 03B9 # 1.1 GREEK YPOGEGRAMMENI 037B..037D ; valid # 5.0 GREEK SMALL REVERSED LUNATE SIGMA SYMBOL..GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL 037E ; disallowed_STD3_mapped ; 003B # 1.1 GREEK QUESTION MARK 037F..0383 ; disallowed # NA <reserved-037F>..<reserved-0383> 0384 ; disallowed_STD3_mapped ; 0020 0301 # 1.1 GREEK TONOS 0385 ; disallowed_STD3_mapped ; 0020 0308 0301 #1.1 GREEK DIALYTIKA TONOS 0386 ; mapped ; 03AC # 1.1 GREEK CAPITAL LETTER ALPHA WITH TONOS 0387 ; mapped ; 00B7 # 1.1 GREEK ANO TELEIA 0388 ; mapped ; 03AD # 1.1 GREEK CAPITAL LETTER EPSILON WITH TONOS 0389 ; mapped ; 03AE # 1.1 GREEK CAPITAL LETTER ETA WITH TONOS 038A ; mapped ; 03AF # 1.1 GREEK CAPITAL LETTER IOTA WITH TONOS 038B ; disallowed # NA <reserved-038B> 038C ; mapped ; 03CC # 1.1 GREEK CAPITAL LETTER OMICRON WITH TONOS 038D ; disallowed # NA <reserved-038D> 038E ; mapped ; 03CD # 1.1 GREEK CAPITAL LETTER UPSILON WITH TONOS 038F ; mapped ; 03CE # 1.1 GREEK CAPITAL LETTER OMEGA WITH TONOS 0390 ; valid # 1.1 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 0391 ; mapped ; 03B1 # 1.1 GREEK CAPITAL LETTER ALPHA 0392 ; mapped ; 03B2 # 1.1 GREEK CAPITAL LETTER BETA 0393 ; mapped ; 03B3 # 1.1 GREEK CAPITAL LETTER GAMMA 0394 ; mapped ; 03B4 # 1.1 GREEK CAPITAL LETTER DELTA 0395 ; mapped ; 03B5 # 1.1 GREEK CAPITAL LETTER EPSILON 0396 ; mapped ; 03B6 # 1.1 GREEK CAPITAL LETTER ZETA 0397 ; mapped ; 03B7 # 1.1 GREEK CAPITAL LETTER ETA 0398 ; mapped ; 03B8 # 1.1 GREEK CAPITAL LETTER THETA 0399 ; mapped ; 03B9 # 1.1 GREEK CAPITAL LETTER IOTA 039A ; mapped ; 03BA # 1.1 GREEK CAPITAL LETTER KAPPA 039B ; mapped ; 03BB # 1.1 GREEK CAPITAL LETTER LAMDA 039C ; mapped ; 03BC # 1.1 GREEK CAPITAL LETTER MU 039D ; mapped ; 03BD # 1.1 GREEK CAPITAL LETTER NU 039E ; mapped ; 03BE # 1.1 GREEK CAPITAL LETTER XI 039F ; mapped ; 03BF # 1.1 GREEK CAPITAL LETTER OMICRON 03A0 ; mapped ; 03C0 # 1.1 GREEK CAPITAL LETTER PI 03A1 ; mapped ; 03C1 # 1.1 GREEK CAPITAL LETTER RHO 03A2 ; disallowed # NA <reserved-03A2> 03A3 ; mapped ; 03C3 # 1.1 GREEK CAPITAL LETTER SIGMA 03A4 ; mapped ; 03C4 # 1.1 GREEK CAPITAL LETTER TAU 03A5 ; mapped ; 03C5 # 1.1 GREEK CAPITAL LETTER UPSILON 03A6 ; mapped ; 03C6 # 1.1 GREEK CAPITAL LETTER PHI 03A7 ; mapped ; 03C7 # 1.1 GREEK CAPITAL LETTER CHI 03A8 ; mapped ; 03C8 # 1.1 GREEK CAPITAL LETTER PSI 03A9 ; mapped ; 03C9 # 1.1 GREEK CAPITAL LETTER OMEGA 03AA ; mapped ; 03CA # 1.1 GREEK CAPITAL LETTER IOTA WITH DIALYTIKA 03AB ; mapped ; 03CB # 1.1 GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA 03AC..03C1 ; valid # 1.1 GREEK SMALL LETTER ALPHA WITH TONOS..GREEK SMALL LETTER RHO 03C2 ; deviation ; 03C3 # 1.1 GREEK SMALL LETTER FINAL SIGMA 03C3..03CE ; valid # 1.1 GREEK SMALL LETTER SIGMA..GREEK SMALL LETTER OMEGA WITH TONOS 03CF ; mapped ; 03D7 # 5.1 GREEK CAPITAL KAI SYMBOL 03D0 ; mapped ; 03B2 # 1.1 GREEK BETA SYMBOL 03D1 ; mapped ; 03B8 # 1.1 GREEK THETA SYMBOL 03D2 ; mapped ; 03C5 # 1.1 GREEK UPSILON WITH HOOK SYMBOL 03D3 ; mapped ; 03CD # 1.1 GREEK UPSILON WITH ACUTE AND HOOK SYMBOL 03D4 ; mapped ; 03CB # 1.1 GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 03D5 ; mapped ; 03C6 # 1.1 GREEK PHI SYMBOL 03D6 ; mapped ; 03C0 # 1.1 GREEK PI SYMBOL 03D7 ; valid # 3.0 GREEK KAI SYMBOL 03D8 ; mapped ; 03D9 # 3.2 GREEK LETTER ARCHAIC KOPPA 03D9 ; valid # 3.2 GREEK SMALL LETTER ARCHAIC KOPPA 03DA ; mapped ; 03DB # 1.1 GREEK LETTER STIGMA 03DB ; valid # 3.0 GREEK SMALL LETTER STIGMA 03DC ; mapped ; 03DD # 1.1 GREEK LETTER DIGAMMA 03DD ; valid # 3.0 GREEK SMALL LETTER DIGAMMA 03DE ; mapped ; 03DF # 1.1 GREEK LETTER KOPPA 03DF ; valid # 3.0 GREEK SMALL LETTER KOPPA 03E0 ; mapped ; 03E1 # 1.1 GREEK LETTER SAMPI 03E1 ; valid # 3.0 GREEK SMALL LETTER SAMPI 03E2 ; mapped ; 03E3 # 1.1 COPTIC CAPITAL LETTER SHEI 03E3 ; valid # 1.1 COPTIC SMALL LETTER SHEI 03E4 ; mapped ; 03E5 # 1.1 COPTIC CAPITAL LETTER FEI 03E5 ; valid # 1.1 COPTIC SMALL LETTER FEI 03E6 ; mapped ; 03E7 # 1.1 COPTIC CAPITAL LETTER KHEI 03E7 ; valid # 1.1 COPTIC SMALL LETTER KHEI 03E8 ; mapped ; 03E9 # 1.1 COPTIC CAPITAL LETTER HORI 03E9 ; valid # 1.1 COPTIC SMALL LETTER HORI 03EA ; mapped ; 03EB # 1.1 COPTIC CAPITAL LETTER GANGIA 03EB ; valid # 1.1 COPTIC SMALL LETTER GANGIA 03EC ; mapped ; 03ED # 1.1 COPTIC CAPITAL LETTER SHIMA 03ED ; valid # 1.1 COPTIC SMALL LETTER SHIMA 03EE ; mapped ; 03EF # 1.1 COPTIC CAPITAL LETTER DEI 03EF ; valid # 1.1 COPTIC SMALL LETTER DEI 03F0 ; mapped ; 03BA # 1.1 GREEK KAPPA SYMBOL 03F1 ; mapped ; 03C1 # 1.1 GREEK RHO SYMBOL 03F2 ; mapped ; 03C3 # 1.1 GREEK LUNATE SIGMA SYMBOL 03F3 ; valid # 1.1 GREEK LETTER YOT 03F4 ; mapped ; 03B8 # 3.1 GREEK CAPITAL THETA SYMBOL 03F5 ; mapped ; 03B5 # 3.1 GREEK LUNATE EPSILON SYMBOL 03F6 ; valid ; ; NV8 # 3.2 GREEK REVERSED LUNATE EPSILON SYMBOL 03F7 ; mapped ; 03F8 # 4.0 GREEK CAPITAL LETTER SHO 03F8 ; valid # 4.0 GREEK SMALL LETTER SHO 03F9 ; mapped ; 03C3 # 4.0 GREEK CAPITAL LUNATE SIGMA SYMBOL 03FA ; mapped ; 03FB # 4.0 GREEK CAPITAL LETTER SAN 03FB ; valid # 4.0 GREEK SMALL LETTER SAN 03FC ; valid # 4.1 GREEK RHO WITH STROKE SYMBOL 03FD ; mapped ; 037B # 4.1 GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL 03FE ; mapped ; 037C # 4.1 GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL 03FF ; mapped ; 037D # 4.1 GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL 0400 ; mapped ; 0450 # 3.0 CYRILLIC CAPITAL LETTER IE WITH GRAVE 0401 ; mapped ; 0451 # 1.1 CYRILLIC CAPITAL LETTER IO 0402 ; mapped ; 0452 # 1.1 CYRILLIC CAPITAL LETTER DJE 0403 ; mapped ; 0453 # 1.1 CYRILLIC CAPITAL LETTER GJE 0404 ; mapped ; 0454 # 1.1 CYRILLIC CAPITAL LETTER UKRAINIAN IE 0405 ; mapped ; 0455 # 1.1 CYRILLIC CAPITAL LETTER DZE 0406 ; mapped ; 0456 # 1.1 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I 0407 ; mapped ; 0457 # 1.1 CYRILLIC CAPITAL LETTER YI 0408 ; mapped ; 0458 # 1.1 CYRILLIC CAPITAL LETTER JE 0409 ; mapped ; 0459 # 1.1 CYRILLIC CAPITAL LETTER LJE 040A ; mapped ; 045A # 1.1 CYRILLIC CAPITAL LETTER NJE 040B ; mapped ; 045B # 1.1 CYRILLIC CAPITAL LETTER TSHE 040C ; mapped ; 045C # 1.1 CYRILLIC CAPITAL LETTER KJE 040D ; mapped ; 045D # 3.0 CYRILLIC CAPITAL LETTER I WITH GRAVE 040E ; mapped ; 045E # 1.1 CYRILLIC CAPITAL LETTER SHORT U 040F ; mapped ; 045F # 1.1 CYRILLIC CAPITAL LETTER DZHE 0410 ; mapped ; 0430 # 1.1 CYRILLIC CAPITAL LETTER A 0411 ; mapped ; 0431 # 1.1 CYRILLIC CAPITAL LETTER BE 0412 ; mapped ; 0432 # 1.1 CYRILLIC CAPITAL LETTER VE 0413 ; mapped ; 0433 # 1.1 CYRILLIC CAPITAL LETTER GHE 0414 ; mapped ; 0434 # 1.1 CYRILLIC CAPITAL LETTER DE 0415 ; mapped ; 0435 # 1.1 CYRILLIC CAPITAL LETTER IE 0416 ; mapped ; 0436 # 1.1 CYRILLIC CAPITAL LETTER ZHE 0417 ; mapped ; 0437 # 1.1 CYRILLIC CAPITAL LETTER ZE 0418 ; mapped ; 0438 # 1.1 CYRILLIC CAPITAL LETTER I 0419 ; mapped ; 0439 # 1.1 CYRILLIC CAPITAL LETTER SHORT I 041A ; mapped ; 043A # 1.1 CYRILLIC CAPITAL LETTER KA 041B ; mapped ; 043B # 1.1 CYRILLIC CAPITAL LETTER EL 041C ; mapped ; 043C # 1.1 CYRILLIC CAPITAL LETTER EM 041D ; mapped ; 043D # 1.1 CYRILLIC CAPITAL LETTER EN 041E ; mapped ; 043E # 1.1 CYRILLIC CAPITAL LETTER O 041F ; mapped ; 043F # 1.1 CYRILLIC CAPITAL LETTER PE 0420 ; mapped ; 0440 # 1.1 CYRILLIC CAPITAL LETTER ER 0421 ; mapped ; 0441 # 1.1 CYRILLIC CAPITAL LETTER ES 0422 ; mapped ; 0442 # 1.1 CYRILLIC CAPITAL LETTER TE 0423 ; mapped ; 0443 # 1.1 CYRILLIC CAPITAL LETTER U 0424 ; mapped ; 0444 # 1.1 CYRILLIC CAPITAL LETTER EF 0425 ; mapped ; 0445 # 1.1 CYRILLIC CAPITAL LETTER HA 0426 ; mapped ; 0446 # 1.1 CYRILLIC CAPITAL LETTER TSE 0427 ; mapped ; 0447 # 1.1 CYRILLIC CAPITAL LETTER CHE 0428 ; mapped ; 0448 # 1.1 CYRILLIC CAPITAL LETTER SHA 0429 ; mapped ; 0449 # 1.1 CYRILLIC CAPITAL LETTER SHCHA 042A ; mapped ; 044A # 1.1 CYRILLIC CAPITAL LETTER HARD SIGN 042B ; mapped ; 044B # 1.1 CYRILLIC CAPITAL LETTER YERU 042C ; mapped ; 044C # 1.1 CYRILLIC CAPITAL LETTER SOFT SIGN 042D ; mapped ; 044D # 1.1 CYRILLIC CAPITAL LETTER E 042E ; mapped ; 044E # 1.1 CYRILLIC CAPITAL LETTER YU 042F ; mapped ; 044F # 1.1 CYRILLIC CAPITAL LETTER YA 0430..044F ; valid # 1.1 CYRILLIC SMALL LETTER A..CYRILLIC SMALL LETTER YA 0450 ; valid # 3.0 CYRILLIC SMALL LETTER IE WITH GRAVE 0451..045C ; valid # 1.1 CYRILLIC SMALL LETTER IO..CYRILLIC SMALL LETTER KJE 045D ; valid # 3.0 CYRILLIC SMALL LETTER I WITH GRAVE 045E..045F ; valid # 1.1 CYRILLIC SMALL LETTER SHORT U..CYRILLIC SMALL LETTER DZHE 0460 ; mapped ; 0461 # 1.1 CYRILLIC CAPITAL LETTER OMEGA 0461 ; valid # 1.1 CYRILLIC SMALL LETTER OMEGA 0462 ; mapped ; 0463 # 1.1 CYRILLIC CAPITAL LETTER YAT 0463 ; valid # 1.1 CYRILLIC SMALL LETTER YAT 0464 ; mapped ; 0465 # 1.1 CYRILLIC CAPITAL LETTER IOTIFIED E 0465 ; valid # 1.1 CYRILLIC SMALL LETTER IOTIFIED E 0466 ; mapped ; 0467 # 1.1 CYRILLIC CAPITAL LETTER LITTLE YUS 0467 ; valid # 1.1 CYRILLIC SMALL LETTER LITTLE YUS 0468 ; mapped ; 0469 # 1.1 CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS 0469 ; valid # 1.1 CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS 046A ; mapped ; 046B # 1.1 CYRILLIC CAPITAL LETTER BIG YUS 046B ; valid # 1.1 CYRILLIC SMALL LETTER BIG YUS 046C ; mapped ; 046D # 1.1 CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS 046D ; valid # 1.1 CYRILLIC SMALL LETTER IOTIFIED BIG YUS 046E ; mapped ; 046F # 1.1 CYRILLIC CAPITAL LETTER KSI 046F ; valid # 1.1 CYRILLIC SMALL LETTER KSI 0470 ; mapped ; 0471 # 1.1 CYRILLIC CAPITAL LETTER PSI 0471 ; valid # 1.1 CYRILLIC SMALL LETTER PSI 0472 ; mapped ; 0473 # 1.1 CYRILLIC CAPITAL LETTER FITA 0473 ; valid # 1.1 CYRILLIC SMALL LETTER FITA 0474 ; mapped ; 0475 # 1.1 CYRILLIC CAPITAL LETTER IZHITSA 0475 ; valid # 1.1 CYRILLIC SMALL LETTER IZHITSA 0476 ; mapped ; 0477 # 1.1 CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0477 ; valid # 1.1 CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0478 ; mapped ; 0479 # 1.1 CYRILLIC CAPITAL LETTER UK 0479 ; valid # 1.1 CYRILLIC SMALL LETTER UK 047A ; mapped ; 047B # 1.1 CYRILLIC CAPITAL LETTER ROUND OMEGA 047B ; valid # 1.1 CYRILLIC SMALL LETTER ROUND OMEGA 047C ; mapped ; 047D # 1.1 CYRILLIC CAPITAL LETTER OMEGA WITH TITLO 047D ; valid # 1.1 CYRILLIC SMALL LETTER OMEGA WITH TITLO 047E ; mapped ; 047F # 1.1 CYRILLIC CAPITAL LETTER OT 047F ; valid # 1.1 CYRILLIC SMALL LETTER OT 0480 ; mapped ; 0481 # 1.1 CYRILLIC CAPITAL LETTER KOPPA 0481 ; valid # 1.1 CYRILLIC SMALL LETTER KOPPA 0482 ; valid ; ; NV8 # 1.1 CYRILLIC THOUSANDS SIGN 0483..0486 ; valid # 1.1 COMBINING CYRILLIC TITLO..COMBINING CYRILLIC PSILI PNEUMATA 0487 ; valid # 5.1 COMBINING CYRILLIC POKRYTIE 0488..0489 ; valid ; ; NV8 # 3.0 COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MILLIONS SIGN 048A ; mapped ; 048B # 3.2 CYRILLIC CAPITAL LETTER SHORT I WITH TAIL 048B ; valid # 3.2 CYRILLIC SMALL LETTER SHORT I WITH TAIL 048C ; mapped ; 048D # 3.0 CYRILLIC CAPITAL LETTER SEMISOFT SIGN 048D ; valid # 3.0 CYRILLIC SMALL LETTER SEMISOFT SIGN 048E ; mapped ; 048F # 3.0 CYRILLIC CAPITAL LETTER ER WITH TICK 048F ; valid # 3.0 CYRILLIC SMALL LETTER ER WITH TICK 0490 ; mapped ; 0491 # 1.1 CYRILLIC CAPITAL LETTER GHE WITH UPTURN 0491 ; valid # 1.1 CYRILLIC SMALL LETTER GHE WITH UPTURN 0492 ; mapped ; 0493 # 1.1 CYRILLIC CAPITAL LETTER GHE WITH STROKE 0493 ; valid # 1.1 CYRILLIC SMALL LETTER GHE WITH STROKE 0494 ; mapped ; 0495 # 1.1 CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK 0495 ; valid # 1.1 CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK 0496 ; mapped ; 0497 # 1.1 CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER 0497 ; valid # 1.1 CYRILLIC SMALL LETTER ZHE WITH DESCENDER 0498 ; mapped ; 0499 # 1.1 CYRILLIC CAPITAL LETTER ZE WITH DESCENDER 0499 ; valid # 1.1 CYRILLIC SMALL LETTER ZE WITH DESCENDER 049A ; mapped ; 049B # 1.1 CYRILLIC CAPITAL LETTER KA WITH DESCENDER 049B ; valid # 1.1 CYRILLIC SMALL LETTER KA WITH DESCENDER 049C ; mapped ; 049D # 1.1 CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE 049D ; valid # 1.1 CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE 049E ; mapped ; 049F # 1.1 CYRILLIC CAPITAL LETTER KA WITH STROKE 049F ; valid # 1.1 CYRILLIC SMALL LETTER KA WITH STROKE 04A0 ; mapped ; 04A1 # 1.1 CYRILLIC CAPITAL LETTER BASHKIR KA 04A1 ; valid # 1.1 CYRILLIC SMALL LETTER BASHKIR KA 04A2 ; mapped ; 04A3 # 1.1 CYRILLIC CAPITAL LETTER EN WITH DESCENDER 04A3 ; valid # 1.1 CYRILLIC SMALL LETTER EN WITH DESCENDER 04A4 ; mapped ; 04A5 # 1.1 CYRILLIC CAPITAL LIGATURE EN GHE 04A5 ; valid # 1.1 CYRILLIC SMALL LIGATURE EN GHE 04A6 ; mapped ; 04A7 # 1.1 CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK 04A7 ; valid # 1.1 CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK 04A8 ; mapped ; 04A9 # 1.1 CYRILLIC CAPITAL LETTER ABKHASIAN HA 04A9 ; valid # 1.1 CYRILLIC SMALL LETTER ABKHASIAN HA 04AA ; mapped ; 04AB # 1.1 CYRILLIC CAPITAL LETTER ES WITH DESCENDER 04AB ; valid # 1.1 CYRILLIC SMALL LETTER ES WITH DESCENDER 04AC ; mapped ; 04AD # 1.1 CYRILLIC CAPITAL LETTER TE WITH DESCENDER 04AD ; valid # 1.1 CYRILLIC SMALL LETTER TE WITH DESCENDER 04AE ; mapped ; 04AF # 1.1 CYRILLIC CAPITAL LETTER STRAIGHT U 04AF ; valid # 1.1 CYRILLIC SMALL LETTER STRAIGHT U 04B0 ; mapped ; 04B1 # 1.1 CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE 04B1 ; valid # 1.1 CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE 04B2 ; mapped ; 04B3 # 1.1 CYRILLIC CAPITAL LETTER HA WITH DESCENDER 04B3 ; valid # 1.1 CYRILLIC SMALL LETTER HA WITH DESCENDER 04B4 ; mapped ; 04B5 # 1.1 CYRILLIC CAPITAL LIGATURE TE TSE 04B5 ; valid # 1.1 CYRILLIC SMALL LIGATURE TE TSE 04B6 ; mapped ; 04B7 # 1.1 CYRILLIC CAPITAL LETTER CHE WITH DESCENDER 04B7 ; valid # 1.1 CYRILLIC SMALL LETTER CHE WITH DESCENDER 04B8 ; mapped ; 04B9 # 1.1 CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE 04B9 ; valid # 1.1 CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE 04BA ; mapped ; 04BB # 1.1 CYRILLIC CAPITAL LETTER SHHA 04BB ; valid # 1.1 CYRILLIC SMALL LETTER SHHA 04BC ; mapped ; 04BD # 1.1 CYRILLIC CAPITAL LETTER ABKHASIAN CHE 04BD ; valid # 1.1 CYRILLIC SMALL LETTER ABKHASIAN CHE 04BE ; mapped ; 04BF # 1.1 CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER 04BF ; valid # 1.1 CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER 04C0 ; disallowed # 1.1 CYRILLIC LETTER PALOCHKA 04C1 ; mapped ; 04C2 # 1.1 CYRILLIC CAPITAL LETTER ZHE WITH BREVE 04C2 ; valid # 1.1 CYRILLIC SMALL LETTER ZHE WITH BREVE 04C3 ; mapped ; 04C4 # 1.1 CYRILLIC CAPITAL LETTER KA WITH HOOK 04C4 ; valid # 1.1 CYRILLIC SMALL LETTER KA WITH HOOK 04C5 ; mapped ; 04C6 # 3.2 CYRILLIC CAPITAL LETTER EL WITH TAIL 04C6 ; valid # 3.2 CYRILLIC SMALL LETTER EL WITH TAIL 04C7 ; mapped ; 04C8 # 1.1 CYRILLIC CAPITAL LETTER EN WITH HOOK 04C8 ; valid # 1.1 CYRILLIC SMALL LETTER EN WITH HOOK 04C9 ; mapped ; 04CA # 3.2 CYRILLIC CAPITAL LETTER EN WITH TAIL 04CA ; valid # 3.2 CYRILLIC SMALL LETTER EN WITH TAIL 04CB ; mapped ; 04CC # 1.1 CYRILLIC CAPITAL LETTER KHAKASSIAN CHE 04CC ; valid # 1.1 CYRILLIC SMALL LETTER KHAKASSIAN CHE 04CD ; mapped ; 04CE # 3.2 CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE ; valid # 3.2 CYRILLIC SMALL LETTER EM WITH TAIL 04CF ; valid # 5.0 CYRILLIC SMALL LETTER PALOCHKA 04D0 ; mapped ; 04D1 # 1.1 CYRILLIC CAPITAL LETTER A WITH BREVE 04D1 ; valid # 1.1 CYRILLIC SMALL LETTER A WITH BREVE 04D2 ; mapped ; 04D3 # 1.1 CYRILLIC CAPITAL LETTER A WITH DIAERESIS 04D3 ; valid # 1.1 CYRILLIC SMALL LETTER A WITH DIAERESIS 04D4 ; mapped ; 04D5 # 1.1 CYRILLIC CAPITAL LIGATURE A IE 04D5 ; valid # 1.1 CYRILLIC SMALL LIGATURE A IE 04D6 ; mapped ; 04D7 # 1.1 CYRILLIC CAPITAL LETTER IE WITH BREVE 04D7 ; valid # 1.1 CYRILLIC SMALL LETTER IE WITH BREVE 04D8 ; mapped ; 04D9 # 1.1 CYRILLIC CAPITAL LETTER SCHWA 04D9 ; valid # 1.1 CYRILLIC SMALL LETTER SCHWA 04DA ; mapped ; 04DB # 1.1 CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS 04DB ; valid # 1.1 CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS 04DC ; mapped ; 04DD # 1.1 CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS 04DD ; valid # 1.1 CYRILLIC SMALL LETTER ZHE WITH DIAERESIS 04DE ; mapped ; 04DF # 1.1 CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS 04DF ; valid # 1.1 CYRILLIC SMALL LETTER ZE WITH DIAERESIS 04E0 ; mapped ; 04E1 # 1.1 CYRILLIC CAPITAL LETTER ABKHASIAN DZE 04E1 ; valid # 1.1 CYRILLIC SMALL LETTER ABKHASIAN DZE 04E2 ; mapped ; 04E3 # 1.1 CYRILLIC CAPITAL LETTER I WITH MACRON 04E3 ; valid # 1.1 CYRILLIC SMALL LETTER I WITH MACRON 04E4 ; mapped ; 04E5 # 1.1 CYRILLIC CAPITAL LETTER I WITH DIAERESIS 04E5 ; valid # 1.1 CYRILLIC SMALL LETTER I WITH DIAERESIS 04E6 ; mapped ; 04E7 # 1.1 CYRILLIC CAPITAL LETTER O WITH DIAERESIS 04E7 ; valid # 1.1 CYRILLIC SMALL LETTER O WITH DIAERESIS 04E8 ; mapped ; 04E9 # 1.1 CYRILLIC CAPITAL LETTER BARRED O 04E9 ; valid # 1.1 CYRILLIC SMALL LETTER BARRED O 04EA ; mapped ; 04EB # 1.1 CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS 04EB ; valid # 1.1 CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS 04EC ; mapped ; 04ED # 3.0 CYRILLIC CAPITAL LETTER E WITH DIAERESIS 04ED ; valid # 3.0 CYRILLIC SMALL LETTER E WITH DIAERESIS 04EE ; mapped ; 04EF # 1.1 CYRILLIC CAPITAL LETTER U WITH MACRON 04EF ; valid # 1.1 CYRILLIC SMALL LETTER U WITH MACRON 04F0 ; mapped ; 04F1 # 1.1 CYRILLIC CAPITAL LETTER U WITH DIAERESIS 04F1 ; valid # 1.1 CYRILLIC SMALL LETTER U WITH DIAERESIS 04F2 ; mapped ; 04F3 # 1.1 CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE 04F3 ; valid # 1.1 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 04F4 ; mapped ; 04F5 # 1.1 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F5 ; valid # 1.1 CYRILLIC SMALL LETTER CHE WITH DIAERESIS 04F6 ; mapped ; 04F7 # 4.1 CYRILLIC CAPITAL LETTER GHE WITH DESCENDER 04F7 ; valid # 4.1 CYRILLIC SMALL LETTER GHE WITH DESCENDER 04F8 ; mapped ; 04F9 # 1.1 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04F9 ; valid # 1.1 CYRILLIC SMALL LETTER YERU WITH DIAERESIS 04FA ; mapped ; 04FB # 5.0 CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK 04FB ; valid # 5.0 CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK 04FC ; mapped ; 04FD # 5.0 CYRILLIC CAPITAL LETTER HA WITH HOOK 04FD ; valid # 5.0 CYRILLIC SMALL LETTER HA WITH HOOK 04FE ; mapped ; 04FF # 5.0 CYRILLIC CAPITAL LETTER HA WITH STROKE 04FF ; valid # 5.0 CYRILLIC SMALL LETTER HA WITH STROKE 0500 ; mapped ; 0501 # 3.2 CYRILLIC CAPITAL LETTER KOMI DE 0501 ; valid # 3.2 CYRILLIC SMALL LETTER KOMI DE 0502 ; mapped ; 0503 # 3.2 CYRILLIC CAPITAL LETTER KOMI DJE 0503 ; valid # 3.2 CYRILLIC SMALL LETTER KOMI DJE 0504 ; mapped ; 0505 # 3.2 CYRILLIC CAPITAL LETTER KOMI ZJE 0505 ; valid # 3.2 CYRILLIC SMALL LETTER KOMI ZJE 0506 ; mapped ; 0507 # 3.2 CYRILLIC CAPITAL LETTER KOMI DZJE 0507 ; valid # 3.2 CYRILLIC SMALL LETTER KOMI DZJE 0508 ; mapped ; 0509 # 3.2 CYRILLIC CAPITAL LETTER KOMI LJE 0509 ; valid # 3.2 CYRILLIC SMALL LETTER KOMI LJE 050A ; mapped ; 050B # 3.2 CYRILLIC CAPITAL LETTER KOMI NJE 050B ; valid # 3.2 CYRILLIC SMALL LETTER KOMI NJE 050C ; mapped ; 050D # 3.2 CYRILLIC CAPITAL LETTER KOMI SJE 050D ; valid # 3.2 CYRILLIC SMALL LETTER KOMI SJE 050E ; mapped ; 050F # 3.2 CYRILLIC CAPITAL LETTER KOMI TJE 050F ; valid # 3.2 CYRILLIC SMALL LETTER KOMI TJE 0510 ; mapped ; 0511 # 5.0 CYRILLIC CAPITAL LETTER REVERSED ZE 0511 ; valid # 5.0 CYRILLIC SMALL LETTER REVERSED ZE 0512 ; mapped ; 0513 # 5.0 CYRILLIC CAPITAL LETTER EL WITH HOOK 0513 ; valid # 5.0 CYRILLIC SMALL LETTER EL WITH HOOK 0514 ; mapped ; 0515 # 5.1 CYRILLIC CAPITAL LETTER LHA 0515 ; valid # 5.1 CYRILLIC SMALL LETTER LHA 0516 ; mapped ; 0517 # 5.1 CYRILLIC CAPITAL LETTER RHA 0517 ; valid # 5.1 CYRILLIC SMALL LETTER RHA 0518 ; mapped ; 0519 # 5.1 CYRILLIC CAPITAL LETTER YAE 0519 ; valid # 5.1 CYRILLIC SMALL LETTER YAE 051A ; mapped ; 051B # 5.1 CYRILLIC CAPITAL LETTER QA 051B ; valid # 5.1 CYRILLIC SMALL LETTER QA 051C ; mapped ; 051D # 5.1 CYRILLIC CAPITAL LETTER WE 051D ; valid # 5.1 CYRILLIC SMALL LETTER WE 051E ; mapped ; 051F # 5.1 CYRILLIC CAPITAL LETTER ALEUT KA 051F ; valid # 5.1 CYRILLIC SMALL LETTER ALEUT KA 0520 ; mapped ; 0521 # 5.1 CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK 0521 ; valid # 5.1 CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK 0522 ; mapped ; 0523 # 5.1 CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK 0523 ; valid # 5.1 CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK 0524 ; mapped ; 0525 # 5.2 CYRILLIC CAPITAL LETTER PE WITH DESCENDER 0525 ; valid # 5.2 CYRILLIC SMALL LETTER PE WITH DESCENDER 0526 ; mapped ; 0527 # 6.0 CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER 0527 ; valid # 6.0 CYRILLIC SMALL LETTER SHHA WITH DESCENDER 0528..0530 ; disallowed # NA <reserved-0528>..<reserved-0530> 0531 ; mapped ; 0561 # 1.1 ARMENIAN CAPITAL LETTER AYB 0532 ; mapped ; 0562 # 1.1 ARMENIAN CAPITAL LETTER BEN 0533 ; mapped ; 0563 # 1.1 ARMENIAN CAPITAL LETTER GIM 0534 ; mapped ; 0564 # 1.1 ARMENIAN CAPITAL LETTER DA 0535 ; mapped ; 0565 # 1.1 ARMENIAN CAPITAL LETTER ECH 0536 ; mapped ; 0566 # 1.1 ARMENIAN CAPITAL LETTER ZA 0537 ; mapped ; 0567 # 1.1 ARMENIAN CAPITAL LETTER EH 0538 ; mapped ; 0568 # 1.1 ARMENIAN CAPITAL LETTER ET 0539 ; mapped ; 0569 # 1.1 ARMENIAN CAPITAL LETTER TO 053A ; mapped ; 056A # 1.1 ARMENIAN CAPITAL LETTER ZHE 053B ; mapped ; 056B # 1.1 ARMENIAN CAPITAL LETTER INI 053C ; mapped ; 056C # 1.1 ARMENIAN CAPITAL LETTER LIWN 053D ; mapped ; 056D # 1.1 ARMENIAN CAPITAL LETTER XEH 053E ; mapped ; 056E # 1.1 ARMENIAN CAPITAL LETTER CA 053F ; mapped ; 056F # 1.1 ARMENIAN CAPITAL LETTER KEN 0540 ; mapped ; 0570 # 1.1 ARMENIAN CAPITAL LETTER HO 0541 ; mapped ; 0571 # 1.1 ARMENIAN CAPITAL LETTER JA 0542 ; mapped ; 0572 # 1.1 ARMENIAN CAPITAL LETTER GHAD 0543 ; mapped ; 0573 # 1.1 ARMENIAN CAPITAL LETTER CHEH 0544 ; mapped ; 0574 # 1.1 ARMENIAN CAPITAL LETTER MEN 0545 ; mapped ; 0575 # 1.1 ARMENIAN CAPITAL LETTER YI 0546 ; mapped ; 0576 # 1.1 ARMENIAN CAPITAL LETTER NOW 0547 ; mapped ; 0577 # 1.1 ARMENIAN CAPITAL LETTER SHA 0548 ; mapped ; 0578 # 1.1 ARMENIAN CAPITAL LETTER VO 0549 ; mapped ; 0579 # 1.1 ARMENIAN CAPITAL LETTER CHA 054A ; mapped ; 057A # 1.1 ARMENIAN CAPITAL LETTER PEH 054B ; mapped ; 057B # 1.1 ARMENIAN CAPITAL LETTER JHEH 054C ; mapped ; 057C # 1.1 ARMENIAN CAPITAL LETTER RA 054D ; mapped ; 057D # 1.1 ARMENIAN CAPITAL LETTER SEH 054E ; mapped ; 057E # 1.1 ARMENIAN CAPITAL LETTER VEW 054F ; mapped ; 057F # 1.1 ARMENIAN CAPITAL LETTER TIWN 0550 ; mapped ; 0580 # 1.1 ARMENIAN CAPITAL LETTER REH 0551 ; mapped ; 0581 # 1.1 ARMENIAN CAPITAL LETTER CO 0552 ; mapped ; 0582 # 1.1 ARMENIAN CAPITAL LETTER YIWN 0553 ; mapped ; 0583 # 1.1 ARMENIAN CAPITAL LETTER PIWR 0554 ; mapped ; 0584 # 1.1 ARMENIAN CAPITAL LETTER KEH 0555 ; mapped ; 0585 # 1.1 ARMENIAN CAPITAL LETTER OH 0556 ; mapped ; 0586 # 1.1 ARMENIAN CAPITAL LETTER FEH 0557..0558 ; disallowed # NA <reserved-0557>..<reserved-0558> 0559 ; valid # 1.1 ARMENIAN MODIFIER LETTER LEFT HALF RING 055A..055F ; valid ; ; NV8 # 1.1 ARMENIAN APOSTROPHE..ARMENIAN ABBREVIATION MARK 0560 ; disallowed # NA <reserved-0560> 0561..0586 ; valid # 1.1 ARMENIAN SMALL LETTER AYB..ARMENIAN SMALL LETTER FEH 0587 ; mapped ; 0565 0582 # 1.1 ARMENIAN SMALL LIGATURE ECH YIWN 0588 ; disallowed # NA <reserved-0588> 0589 ; valid ; ; NV8 # 1.1 ARMENIAN FULL STOP 058A ; valid ; ; NV8 # 3.0 ARMENIAN HYPHEN 058B..058E ; disallowed # NA <reserved-058B>..<reserved-058E> 058F ; valid ; ; NV8 # 6.1 ARMENIAN DRAM SIGN 0590 ; disallowed # NA <reserved-0590> 0591..05A1 ; valid # 2.0 HEBREW ACCENT ETNAHTA..HEBREW ACCENT PAZER 05A2 ; valid # 4.1 HEBREW ACCENT ATNAH HAFUKH 05A3..05AF ; valid # 2.0 HEBREW ACCENT MUNAH..HEBREW MARK MASORA CIRCLE 05B0..05B9 ; valid # 1.1 HEBREW POINT SHEVA..HEBREW POINT HOLAM 05BA ; valid # 5.0 HEBREW POINT HOLAM HASER FOR VAV 05BB..05BD ; valid # 1.1 HEBREW POINT QUBUTS..HEBREW POINT METEG 05BE ; valid ; ; NV8 # 1.1 HEBREW PUNCTUATION MAQAF 05BF ; valid # 1.1 HEBREW POINT RAFE 05C0 ; valid ; ; NV8 # 1.1 HEBREW PUNCTUATION PASEQ 05C1..05C2 ; valid # 1.1 HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT 05C3 ; valid ; ; NV8 # 1.1 HEBREW PUNCTUATION SOF PASUQ 05C4 ; valid # 2.0 HEBREW MARK UPPER DOT 05C5 ; valid # 4.1 HEBREW MARK LOWER DOT 05C6 ; valid ; ; NV8 # 4.1 HEBREW PUNCTUATION NUN HAFUKHA 05C7 ; valid # 4.1 HEBREW POINT QAMATS QATAN 05C8..05CF ; disallowed # NA <reserved-05C8>..<reserved-05CF> 05D0..05EA ; valid # 1.1 HEBREW LETTER ALEF..HEBREW LETTER TAV 05EB..05EF ; disallowed # NA <reserved-05EB>..<reserved-05EF> 05F0..05F4 ; valid # 1.1 HEBREW LIGATURE YIDDISH DOUBLE VAV..HEBREW PUNCTUATION GERSHAYIM 05F5..05FF ; disallowed # NA <reserved-05F5>..<reserved-05FF> 0600..0603 ; disallowed # 4.0 ARABIC NUMBER SIGN..ARABIC SIGN SAFHA 0604 ; disallowed # 6.1 ARABIC SIGN SAMVAT 0605 ; disallowed # NA <reserved-0605> 0606..060A ; valid ; ; NV8 # 5.1 ARABIC-INDIC CUBE ROOT..ARABIC-INDIC PER TEN THOUSAND SIGN 060B ; valid ; ; NV8 # 4.1 AFGHANI SIGN 060C ; valid ; ; NV8 # 1.1 ARABIC COMMA 060D..060F ; valid ; ; NV8 # 4.0 ARABIC DATE SEPARATOR..ARABIC SIGN MISRA 0610..0615 ; valid # 4.0 ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL HIGH TAH 0616..061A ; valid # 5.1 ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH..ARABIC SMALL KASRA 061B ; valid ; ; NV8 # 1.1 ARABIC SEMICOLON 061C ; disallowed # 6.3 ARABIC LETTER MARK 061D ; disallowed # NA <reserved-061D> 061E ; valid ; ; NV8 # 4.1 ARABIC TRIPLE DOT PUNCTUATION MARK 061F ; valid ; ; NV8 # 1.1 ARABIC QUESTION MARK 0620 ; valid # 6.0 ARABIC LETTER KASHMIRI YEH 0621..063A ; valid # 1.1 ARABIC LETTER HAMZA..ARABIC LETTER GHAIN 063B..063F ; valid # 5.1 ARABIC LETTER KEHEH WITH TWO DOTS ABOVE..ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE 0640 ; valid ; ; NV8 # 1.1 ARABIC TATWEEL 0641..0652 ; valid # 1.1 ARABIC LETTER FEH..ARABIC SUKUN 0653..0655 ; valid # 3.0 ARABIC MADDAH ABOVE..ARABIC HAMZA BELOW 0656..0658 ; valid # 4.0 ARABIC SUBSCRIPT ALEF..ARABIC MARK NOON GHUNNA 0659..065E ; valid # 4.1 ARABIC ZWARAKAY..ARABIC FATHA WITH TWO DOTS 065F ; valid # 6.0 ARABIC WAVY HAMZA BELOW 0660..0669 ; valid # 1.1 ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE 066A..066D ; valid ; ; NV8 # 1.1 ARABIC PERCENT SIGN..ARABIC FIVE POINTED STAR 066E..066F ; valid # 3.2 ARABIC LETTER DOTLESS BEH..ARABIC LETTER DOTLESS QAF 0670..0674 ; valid # 1.1 ARABIC LETTER SUPERSCRIPT ALEF..ARABIC LETTER HIGH HAMZA 0675 ; mapped ; 0627 0674 # 1.1 ARABIC LETTER HIGH HAMZA ALEF 0676 ; mapped ; 0648 0674 # 1.1 ARABIC LETTER HIGH HAMZA WAW 0677 ; mapped ; 06C7 0674 # 1.1 ARABIC LETTER U WITH HAMZA ABOVE 0678 ; mapped ; 064A 0674 # 1.1 ARABIC LETTER HIGH HAMZA YEH 0679..06B7 ; valid # 1.1 ARABIC LETTER TTEH..ARABIC LETTER LAM WITH THREE DOTS ABOVE 06B8..06B9 ; valid # 3.0 ARABIC LETTER LAM WITH THREE DOTS BELOW..ARABIC LETTER NOON WITH DOT BELOW 06BA..06BE ; valid # 1.1 ARABIC LETTER NOON GHUNNA..ARABIC LETTER HEH DOACHASHMEE 06BF ; valid # 3.0 ARABIC LETTER TCHEH WITH DOT ABOVE 06C0..06CE ; valid # 1.1 ARABIC LETTER HEH WITH YEH ABOVE..ARABIC LETTER YEH WITH SMALL V 06CF ; valid # 3.0 ARABIC LETTER WAW WITH DOT ABOVE 06D0..06D3 ; valid # 1.1 ARABIC LETTER E..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE 06D4 ; valid ; ; NV8 # 1.1 ARABIC FULL STOP 06D5..06DC ; valid # 1.1 ARABIC LETTER AE..ARABIC SMALL HIGH SEEN 06DD ; disallowed # 1.1 ARABIC END OF AYAH 06DE ; valid ; ; NV8 # 1.1 ARABIC START OF RUB EL HIZB 06DF..06E8 ; valid # 1.1 ARABIC SMALL HIGH ROUNDED ZERO..ARABIC SMALL HIGH NOON 06E9 ; valid ; ; NV8 # 1.1 ARABIC PLACE OF SAJDAH 06EA..06ED ; valid # 1.1 ARABIC EMPTY CENTRE LOW STOP..ARABIC SMALL LOW MEEM 06EE..06EF ; valid # 4.0 ARABIC LETTER DAL WITH INVERTED V..ARABIC LETTER REH WITH INVERTED V 06F0..06F9 ; valid # 1.1 EXTENDED ARABIC-INDIC DIGIT ZERO..EXTENDED ARABIC-INDIC DIGIT NINE 06FA..06FE ; valid # 3.0 ARABIC LETTER SHEEN WITH DOT BELOW..ARABIC SIGN SINDHI POSTPOSITION MEN 06FF ; valid # 4.0 ARABIC LETTER HEH WITH INVERTED V 0700..070D ; valid ; ; NV8 # 3.0 SYRIAC END OF PARAGRAPH..SYRIAC HARKLEAN ASTERISCUS 070E ; disallowed # NA <reserved-070E> 070F ; disallowed # 3.0 SYRIAC ABBREVIATION MARK 0710..072C ; valid # 3.0 SYRIAC LETTER ALAPH..SYRIAC LETTER TAW 072D..072F ; valid # 4.0 SYRIAC LETTER PERSIAN BHETH..SYRIAC LETTER PERSIAN DHALATH 0730..074A ; valid # 3.0 SYRIAC PTHAHA ABOVE..SYRIAC BARREKH 074B..074C ; disallowed # NA <reserved-074B>..<reserved-074C> 074D..074F ; valid # 4.0 SYRIAC LETTER SOGDIAN ZHAIN..SYRIAC LETTER SOGDIAN FE 0750..076D ; valid # 4.1 ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW..ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE 076E..077F ; valid # 5.1 ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW..ARABIC LETTER KAF WITH TWO DOTS ABOVE 0780..07B0 ; valid # 3.0 THAANA LETTER HAA..THAANA SUKUN 07B1 ; valid # 3.2 THAANA LETTER NAA 07B2..07BF ; disallowed # NA <reserved-07B2>..<reserved-07BF> 07C0..07F5 ; valid # 5.0 NKO DIGIT ZERO..NKO LOW TONE APOSTROPHE 07F6..07FA ; valid ; ; NV8 # 5.0 NKO SYMBOL OO DENNEN..NKO LAJANYALAN 07FB..07FF ; disallowed # NA <reserved-07FB>..<reserved-07FF> 0800..082D ; valid # 5.2 SAMARITAN LETTER ALAF..SAMARITAN MARK NEQUDAA 082E..082F ; disallowed # NA <reserved-082E>..<reserved-082F> 0830..083E ; valid ; ; NV8 # 5.2 SAMARITAN PUNCTUATION NEQUDAA..SAMARITAN PUNCTUATION ANNAAU 083F ; disallowed # NA <reserved-083F> 0840..085B ; valid # 6.0 MANDAIC LETTER HALQA..MANDAIC GEMINATION MARK 085C..085D ; disallowed # NA <reserved-085C>..<reserved-085D> 085E ; valid ; ; NV8 # 6.0 MANDAIC PUNCTUATION 085F..089F ; disallowed # NA <reserved-085F>..<reserved-089F> 08A0 ; valid # 6.1 ARABIC LETTER BEH WITH SMALL V BELOW 08A1 ; disallowed # NA <reserved-08A1> 08A2..08AC ; valid # 6.1 ARABIC LETTER JEEM WITH TWO DOTS ABOVE..ARABIC LETTER ROHINGYA YEH 08AD..08E3 ; disallowed # NA <reserved-08AD>..<reserved-08E3> 08E4..08FE ; valid # 6.1 ARABIC CURLY FATHA..ARABIC DAMMA WITH DOT 08FF ; disallowed # NA <reserved-08FF> 0900 ; valid # 5.2 DEVANAGARI SIGN INVERTED CANDRABINDU 0901..0903 ; valid # 1.1 DEVANAGARI SIGN CANDRABINDU..DEVANAGARI SIGN VISARGA 0904 ; valid # 4.0 DEVANAGARI LETTER SHORT A 0905..0939 ; valid # 1.1 DEVANAGARI LETTER A..DEVANAGARI LETTER HA 093A..093B ; valid # 6.0 DEVANAGARI VOWEL SIGN OE..DEVANAGARI VOWEL SIGN OOE 093C..094D ; valid # 1.1 DEVANAGARI SIGN NUKTA..DEVANAGARI SIGN VIRAMA 094E ; valid # 5.2 DEVANAGARI VOWEL SIGN PRISHTHAMATRA E 094F ; valid # 6.0 DEVANAGARI VOWEL SIGN AW 0950..0954 ; valid # 1.1 DEVANAGARI OM..DEVANAGARI ACUTE ACCENT 0955 ; valid # 5.2 DEVANAGARI VOWEL SIGN CANDRA LONG E 0956..0957 ; valid # 6.0 DEVANAGARI VOWEL SIGN UE..DEVANAGARI VOWEL SIGN UUE 0958 ; mapped ; 0915 093C # 1.1 DEVANAGARI LETTER QA 0959 ; mapped ; 0916 093C # 1.1 DEVANAGARI LETTER KHHA 095A ; mapped ; 0917 093C # 1.1 DEVANAGARI LETTER GHHA 095B ; mapped ; 091C 093C # 1.1 DEVANAGARI LETTER ZA 095C ; mapped ; 0921 093C # 1.1 DEVANAGARI LETTER DDDHA 095D ; mapped ; 0922 093C # 1.1 DEVANAGARI LETTER RHA 095E ; mapped ; 092B 093C # 1.1 DEVANAGARI LETTER FA 095F ; mapped ; 092F 093C # 1.1 DEVANAGARI LETTER YYA 0960..0963 ; valid # 1.1 DEVANAGARI LETTER VOCALIC RR..DEVANAGARI VOWEL SIGN VOCALIC LL 0964..0965 ; valid ; ; NV8 # 1.1 DEVANAGARI DANDA..DEVANAGARI DOUBLE DANDA 0966..096F ; valid # 1.1 DEVANAGARI DIGIT ZERO..DEVANAGARI DIGIT NINE 0970 ; valid ; ; NV8 # 1.1 DEVANAGARI ABBREVIATION SIGN 0971..0972 ; valid # 5.1 DEVANAGARI SIGN HIGH SPACING DOT..DEVANAGARI LETTER CANDRA A 0973..0977 ; valid # 6.0 DEVANAGARI LETTER OE..DEVANAGARI LETTER UUE 0978 ; disallowed # NA <reserved-0978> 0979..097A ; valid # 5.2 DEVANAGARI LETTER ZHA..DEVANAGARI LETTER HEAVY YA 097B..097C ; valid # 5.0 DEVANAGARI LETTER GGA..DEVANAGARI LETTER JJA 097D ; valid # 4.1 DEVANAGARI LETTER GLOTTAL STOP 097E..097F ; valid # 5.0 DEVANAGARI LETTER DDDA..DEVANAGARI LETTER BBA 0980 ; disallowed # NA <reserved-0980> 0981..0983 ; valid # 1.1 BENGALI SIGN CANDRABINDU..BENGALI SIGN VISARGA 0984 ; disallowed # NA <reserved-0984> 0985..098C ; valid # 1.1 BENGALI LETTER A..BENGALI LETTER VOCALIC L 098D..098E ; disallowed # NA <reserved-098D>..<reserved-098E> 098F..0990 ; valid # 1.1 BENGALI LETTER E..BENGALI LETTER AI 0991..0992 ; disallowed # NA <reserved-0991>..<reserved-0992> 0993..09A8 ; valid # 1.1 BENGALI LETTER O..BENGALI LETTER NA 09A9 ; disallowed # NA <reserved-09A9> 09AA..09B0 ; valid # 1.1 BENGALI LETTER PA..BENGALI LETTER RA 09B1 ; disallowed # NA <reserved-09B1> 09B2 ; valid # 1.1 BENGALI LETTER LA 09B3..09B5 ; disallowed # NA <reserved-09B3>..<reserved-09B5> 09B6..09B9 ; valid # 1.1 BENGALI LETTER SHA..BENGALI LETTER HA 09BA..09BB ; disallowed # NA <reserved-09BA>..<reserved-09BB> 09BC ; valid # 1.1 BENGALI SIGN NUKTA 09BD ; valid # 4.0 BENGALI SIGN AVAGRAHA 09BE..09C4 ; valid # 1.1 BENGALI VOWEL SIGN AA..BENGALI VOWEL SIGN VOCALIC RR 09C5..09C6 ; disallowed # NA <reserved-09C5>..<reserved-09C6> 09C7..09C8 ; valid # 1.1 BENGALI VOWEL SIGN E..BENGALI VOWEL SIGN AI 09C9..09CA ; disallowed # NA <reserved-09C9>..<reserved-09CA> 09CB..09CD ; valid # 1.1 BENGALI VOWEL SIGN O..BENGALI SIGN VIRAMA 09CE ; valid # 4.1 BENGALI LETTER KHANDA TA 09CF..09D6 ; disallowed # NA <reserved-09CF>..<reserved-09D6> 09D7 ; valid # 1.1 BENGALI AU LENGTH MARK 09D8..09DB ; disallowed # NA <reserved-09D8>..<reserved-09DB> 09DC ; mapped ; 09A1 09BC # 1.1 BENGALI LETTER RRA 09DD ; mapped ; 09A2 09BC # 1.1 BENGALI LETTER RHA 09DE ; disallowed # NA <reserved-09DE> 09DF ; mapped ; 09AF 09BC # 1.1 BENGALI LETTER YYA 09E0..09E3 ; valid # 1.1 BENGALI LETTER VOCALIC RR..BENGALI VOWEL SIGN VOCALIC LL 09E4..09E5 ; disallowed # NA <reserved-09E4>..<reserved-09E5> 09E6..09F1 ; valid # 1.1 BENGALI DIGIT ZERO..BENGALI LETTER RA WITH LOWER DIAGONAL 09F2..09FA ; valid ; ; NV8 # 1.1 BENGALI RUPEE MARK..BENGALI ISSHAR 09FB ; valid ; ; NV8 # 5.2 BENGALI GANDA MARK 09FC..0A00 ; disallowed # NA <reserved-09FC>..<reserved-0A00> 0A01 ; valid # 4.0 GURMUKHI SIGN ADAK BINDI 0A02 ; valid # 1.1 GURMUKHI SIGN BINDI 0A03 ; valid # 4.0 GURMUKHI SIGN VISARGA 0A04 ; disallowed # NA <reserved-0A04> 0A05..0A0A ; valid # 1.1 GURMUKHI LETTER A..GURMUKHI LETTER UU 0A0B..0A0E ; disallowed # NA <reserved-0A0B>..<reserved-0A0E> 0A0F..0A10 ; valid # 1.1 GURMUKHI LETTER EE..GURMUKHI LETTER AI 0A11..0A12 ; disallowed # NA <reserved-0A11>..<reserved-0A12> 0A13..0A28 ; valid # 1.1 GURMUKHI LETTER OO..GURMUKHI LETTER NA 0A29 ; disallowed # NA <reserved-0A29> 0A2A..0A30 ; valid # 1.1 GURMUKHI LETTER PA..GURMUKHI LETTER RA 0A31 ; disallowed # NA <reserved-0A31> 0A32 ; valid # 1.1 GURMUKHI LETTER LA 0A33 ; mapped ; 0A32 0A3C # 1.1 GURMUKHI LETTER LLA 0A34 ; disallowed # NA <reserved-0A34> 0A35 ; valid # 1.1 GURMUKHI LETTER VA 0A36 ; mapped ; 0A38 0A3C # 1.1 GURMUKHI LETTER SHA 0A37 ; disallowed # NA <reserved-0A37> 0A38..0A39 ; valid # 1.1 GURMUKHI LETTER SA..GURMUKHI LETTER HA 0A3A..0A3B ; disallowed # NA <reserved-0A3A>..<reserved-0A3B> 0A3C ; valid # 1.1 GURMUKHI SIGN NUKTA 0A3D ; disallowed # NA <reserved-0A3D> 0A3E..0A42 ; valid # 1.1 GURMUKHI VOWEL SIGN AA..GURMUKHI VOWEL SIGN UU 0A43..0A46 ; disallowed # NA <reserved-0A43>..<reserved-0A46> 0A47..0A48 ; valid # 1.1 GURMUKHI VOWEL SIGN EE..GURMUKHI VOWEL SIGN AI 0A49..0A4A ; disallowed # NA <reserved-0A49>..<reserved-0A4A> 0A4B..0A4D ; valid # 1.1 GURMUKHI VOWEL SIGN OO..GURMUKHI SIGN VIRAMA 0A4E..0A50 ; disallowed # NA <reserved-0A4E>..<reserved-0A50> 0A51 ; valid # 5.1 GURMUKHI SIGN UDAAT 0A52..0A58 ; disallowed # NA <reserved-0A52>..<reserved-0A58> 0A59 ; mapped ; 0A16 0A3C # 1.1 GURMUKHI LETTER KHHA 0A5A ; mapped ; 0A17 0A3C # 1.1 GURMUKHI LETTER GHHA 0A5B ; mapped ; 0A1C 0A3C # 1.1 GURMUKHI LETTER ZA 0A5C ; valid # 1.1 GURMUKHI LETTER RRA 0A5D ; disallowed # NA <reserved-0A5D> 0A5E ; mapped ; 0A2B 0A3C # 1.1 GURMUKHI LETTER FA 0A5F..0A65 ; disallowed # NA <reserved-0A5F>..<reserved-0A65> 0A66..0A74 ; valid # 1.1 GURMUKHI DIGIT ZERO..GURMUKHI EK ONKAR 0A75 ; valid # 5.1 GURMUKHI SIGN YAKASH 0A76..0A80 ; disallowed # NA <reserved-0A76>..<reserved-0A80> 0A81..0A83 ; valid # 1.1 GUJARATI SIGN CANDRABINDU..GUJARATI SIGN VISARGA 0A84 ; disallowed # NA <reserved-0A84> 0A85..0A8B ; valid # 1.1 GUJARATI LETTER A..GUJARATI LETTER VOCALIC R 0A8C ; valid # 4.0 GUJARATI LETTER VOCALIC L 0A8D ; valid # 1.1 GUJARATI VOWEL CANDRA E 0A8E ; disallowed # NA <reserved-0A8E> 0A8F..0A91 ; valid # 1.1 GUJARATI LETTER E..GUJARATI VOWEL CANDRA O 0A92 ; disallowed # NA <reserved-0A92> 0A93..0AA8 ; valid # 1.1 GUJARATI LETTER O..GUJARATI LETTER NA 0AA9 ; disallowed # NA <reserved-0AA9> 0AAA..0AB0 ; valid # 1.1 GUJARATI LETTER PA..GUJARATI LETTER RA 0AB1 ; disallowed # NA <reserved-0AB1> 0AB2..0AB3 ; valid # 1.1 GUJARATI LETTER LA..GUJARATI LETTER LLA 0AB4 ; disallowed # NA <reserved-0AB4> 0AB5..0AB9 ; valid # 1.1 GUJARATI LETTER VA..GUJARATI LETTER HA 0ABA..0ABB ; disallowed # NA <reserved-0ABA>..<reserved-0ABB> 0ABC..0AC5 ; valid # 1.1 GUJARATI SIGN NUKTA..GUJARATI VOWEL SIGN CANDRA E 0AC6 ; disallowed # NA <reserved-0AC6> 0AC7..0AC9 ; valid # 1.1 GUJARATI VOWEL SIGN E..GUJARATI VOWEL SIGN CANDRA O 0ACA ; disallowed # NA <reserved-0ACA> 0ACB..0ACD ; valid # 1.1 GUJARATI VOWEL SIGN O..GUJARATI SIGN VIRAMA 0ACE..0ACF ; disallowed # NA <reserved-0ACE>..<reserved-0ACF> 0AD0 ; valid # 1.1 GUJARATI OM 0AD1..0ADF ; disallowed # NA <reserved-0AD1>..<reserved-0ADF> 0AE0 ; valid # 1.1 GUJARATI LETTER VOCALIC RR 0AE1..0AE3 ; valid # 4.0 GUJARATI LETTER VOCALIC LL..GUJARATI VOWEL SIGN VOCALIC LL 0AE4..0AE5 ; disallowed # NA <reserved-0AE4>..<reserved-0AE5> 0AE6..0AEF ; valid # 1.1 GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE 0AF0 ; valid ; ; NV8 # 6.1 GUJARATI ABBREVIATION SIGN 0AF1 ; valid ; ; NV8 # 4.0 GUJARATI RUPEE SIGN 0AF2..0B00 ; disallowed # NA <reserved-0AF2>..<reserved-0B00> 0B01..0B03 ; valid # 1.1 ORIYA SIGN CANDRABINDU..ORIYA SIGN VISARGA 0B04 ; disallowed # NA <reserved-0B04> 0B05..0B0C ; valid # 1.1 ORIYA LETTER A..ORIYA LETTER VOCALIC L 0B0D..0B0E ; disallowed # NA <reserved-0B0D>..<reserved-0B0E> 0B0F..0B10 ; valid # 1.1 ORIYA LETTER E..ORIYA LETTER AI 0B11..0B12 ; disallowed # NA <reserved-0B11>..<reserved-0B12> 0B13..0B28 ; valid # 1.1 ORIYA LETTER O..ORIYA LETTER NA 0B29 ; disallowed # NA <reserved-0B29> 0B2A..0B30 ; valid # 1.1 ORIYA LETTER PA..ORIYA LETTER RA 0B31 ; disallowed # NA <reserved-0B31> 0B32..0B33 ; valid # 1.1 ORIYA LETTER LA..ORIYA LETTER LLA 0B34 ; disallowed # NA <reserved-0B34> 0B35 ; valid # 4.0 ORIYA LETTER VA 0B36..0B39 ; valid # 1.1 ORIYA LETTER SHA..ORIYA LETTER HA 0B3A..0B3B ; disallowed # NA <reserved-0B3A>..<reserved-0B3B> 0B3C..0B43 ; valid # 1.1 ORIYA SIGN NUKTA..ORIYA VOWEL SIGN VOCALIC R 0B44 ; valid # 5.1 ORIYA VOWEL SIGN VOCALIC RR 0B45..0B46 ; disallowed # NA <reserved-0B45>..<reserved-0B46> 0B47..0B48 ; valid # 1.1 ORIYA VOWEL SIGN E..ORIYA VOWEL SIGN AI 0B49..0B4A ; disallowed # NA <reserved-0B49>..<reserved-0B4A> 0B4B..0B4D ; valid # 1.1 ORIYA VOWEL SIGN O..ORIYA SIGN VIRAMA 0B4E..0B55 ; disallowed # NA <reserved-0B4E>..<reserved-0B55> 0B56..0B57 ; valid # 1.1 ORIYA AI LENGTH MARK..ORIYA AU LENGTH MARK 0B58..0B5B ; disallowed # NA <reserved-0B58>..<reserved-0B5B> 0B5C ; mapped ; 0B21 0B3C # 1.1 ORIYA LETTER RRA 0B5D ; mapped ; 0B22 0B3C # 1.1 ORIYA LETTER RHA 0B5E ; disallowed # NA <reserved-0B5E> 0B5F..0B61 ; valid # 1.1 ORIYA LETTER YYA..ORIYA LETTER VOCALIC LL 0B62..0B63 ; valid # 5.1 ORIYA VOWEL SIGN VOCALIC L..ORIYA VOWEL SIGN VOCALIC LL 0B64..0B65 ; disallowed # NA <reserved-0B64>..<reserved-0B65> 0B66..0B6F ; valid # 1.1 ORIYA DIGIT ZERO..ORIYA DIGIT NINE 0B70 ; valid ; ; NV8 # 1.1 ORIYA ISSHAR 0B71 ; valid # 4.0 ORIYA LETTER WA 0B72..0B77 ; valid ; ; NV8 # 6.0 ORIYA FRACTION ONE QUARTER..ORIYA FRACTION THREE SIXTEENTHS 0B78..0B81 ; disallowed # NA <reserved-0B78>..<reserved-0B81> 0B82..0B83 ; valid # 1.1 TAMIL SIGN ANUSVARA..TAMIL SIGN VISARGA 0B84 ; disallowed # NA <reserved-0B84> 0B85..0B8A ; valid # 1.1 TAMIL LETTER A..TAMIL LETTER UU 0B8B..0B8D ; disallowed # NA <reserved-0B8B>..<reserved-0B8D> 0B8E..0B90 ; valid # 1.1 TAMIL LETTER E..TAMIL LETTER AI 0B91 ; disallowed # NA <reserved-0B91> 0B92..0B95 ; valid # 1.1 TAMIL LETTER O..TAMIL LETTER KA 0B96..0B98 ; disallowed # NA <reserved-0B96>..<reserved-0B98> 0B99..0B9A ; valid # 1.1 TAMIL LETTER NGA..TAMIL LETTER CA 0B9B ; disallowed # NA <reserved-0B9B> 0B9C ; valid # 1.1 TAMIL LETTER JA 0B9D ; disallowed # NA <reserved-0B9D> 0B9E..0B9F ; valid # 1.1 TAMIL LETTER NYA..TAMIL LETTER TTA 0BA0..0BA2 ; disallowed # NA <reserved-0BA0>..<reserved-0BA2> 0BA3..0BA4 ; valid # 1.1 TAMIL LETTER NNA..TAMIL LETTER TA 0BA5..0BA7 ; disallowed # NA <reserved-0BA5>..<reserved-0BA7> 0BA8..0BAA ; valid # 1.1 TAMIL LETTER NA..TAMIL LETTER PA 0BAB..0BAD ; disallowed # NA <reserved-0BAB>..<reserved-0BAD> 0BAE..0BB5 ; valid # 1.1 TAMIL LETTER MA..TAMIL LETTER VA 0BB6 ; valid # 4.1 TAMIL LETTER SHA 0BB7..0BB9 ; valid # 1.1 TAMIL LETTER SSA..TAMIL LETTER HA 0BBA..0BBD ; disallowed # NA <reserved-0BBA>..<reserved-0BBD> 0BBE..0BC2 ; valid # 1.1 TAMIL VOWEL SIGN AA..TAMIL VOWEL SIGN UU 0BC3..0BC5 ; disallowed # NA <reserved-0BC3>..<reserved-0BC5> 0BC6..0BC8 ; valid # 1.1 TAMIL VOWEL SIGN E..TAMIL VOWEL SIGN AI 0BC9 ; disallowed # NA <reserved-0BC9> 0BCA..0BCD ; valid # 1.1 TAMIL VOWEL SIGN O..TAMIL SIGN VIRAMA 0BCE..0BCF ; disallowed # NA <reserved-0BCE>..<reserved-0BCF> 0BD0 ; valid # 5.1 TAMIL OM 0BD1..0BD6 ; disallowed # NA <reserved-0BD1>..<reserved-0BD6> 0BD7 ; valid # 1.1 TAMIL AU LENGTH MARK 0BD8..0BE5 ; disallowed # NA <reserved-0BD8>..<reserved-0BE5> 0BE6 ; valid # 4.1 TAMIL DIGIT ZERO 0BE7..0BEF ; valid # 1.1 TAMIL DIGIT ONE..TAMIL DIGIT NINE 0BF0..0BF2 ; valid ; ; NV8 # 1.1 TAMIL NUMBER TEN..TAMIL NUMBER ONE THOUSAND 0BF3..0BFA ; valid ; ; NV8 # 4.0 TAMIL DAY SIGN..TAMIL NUMBER SIGN 0BFB..0C00 ; disallowed # NA <reserved-0BFB>..<reserved-0C00> 0C01..0C03 ; valid # 1.1 TELUGU SIGN CANDRABINDU..TELUGU SIGN VISARGA 0C04 ; disallowed # NA <reserved-0C04> 0C05..0C0C ; valid # 1.1 TELUGU LETTER A..TELUGU LETTER VOCALIC L 0C0D ; disallowed # NA <reserved-0C0D> 0C0E..0C10 ; valid # 1.1 TELUGU LETTER E..TELUGU LETTER AI 0C11 ; disallowed # NA <reserved-0C11> 0C12..0C28 ; valid # 1.1 TELUGU LETTER O..TELUGU LETTER NA 0C29 ; disallowed # NA <reserved-0C29> 0C2A..0C33 ; valid # 1.1 TELUGU LETTER PA..TELUGU LETTER LLA 0C34 ; disallowed # NA <reserved-0C34> 0C35..0C39 ; valid # 1.1 TELUGU LETTER VA..TELUGU LETTER HA 0C3A..0C3C ; disallowed # NA <reserved-0C3A>..<reserved-0C3C> 0C3D ; valid # 5.1 TELUGU SIGN AVAGRAHA 0C3E..0C44 ; valid # 1.1 TELUGU VOWEL SIGN AA..TELUGU VOWEL SIGN VOCALIC RR 0C45 ; disallowed # NA <reserved-0C45> 0C46..0C48 ; valid # 1.1 TELUGU VOWEL SIGN E..TELUGU VOWEL SIGN AI 0C49 ; disallowed # NA <reserved-0C49> 0C4A..0C4D ; valid # 1.1 TELUGU VOWEL SIGN O..TELUGU SIGN VIRAMA 0C4E..0C54 ; disallowed # NA <reserved-0C4E>..<reserved-0C54> 0C55..0C56 ; valid # 1.1 TELUGU LENGTH MARK..TELUGU AI LENGTH MARK 0C57 ; disallowed # NA <reserved-0C57> 0C58..0C59 ; valid # 5.1 TELUGU LETTER TSA..TELUGU LETTER DZA 0C5A..0C5F ; disallowed # NA <reserved-0C5A>..<reserved-0C5F> 0C60..0C61 ; valid # 1.1 TELUGU LETTER VOCALIC RR..TELUGU LETTER VOCALIC LL 0C62..0C63 ; valid # 5.1 TELUGU VOWEL SIGN VOCALIC L..TELUGU VOWEL SIGN VOCALIC LL 0C64..0C65 ; disallowed # NA <reserved-0C64>..<reserved-0C65> 0C66..0C6F ; valid # 1.1 TELUGU DIGIT ZERO..TELUGU DIGIT NINE 0C70..0C77 ; disallowed # NA <reserved-0C70>..<reserved-0C77> 0C78..0C7F ; valid ; ; NV8 # 5.1 TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR..TELUGU SIGN TUUMU 0C80..0C81 ; disallowed # NA <reserved-0C80>..<reserved-0C81> 0C82..0C83 ; valid # 1.1 KANNADA SIGN ANUSVARA..KANNADA SIGN VISARGA 0C84 ; disallowed # NA <reserved-0C84> 0C85..0C8C ; valid # 1.1 KANNADA LETTER A..KANNADA LETTER VOCALIC L 0C8D ; disallowed # NA <reserved-0C8D> 0C8E..0C90 ; valid # 1.1 KANNADA LETTER E..KANNADA LETTER AI 0C91 ; disallowed # NA <reserved-0C91> 0C92..0CA8 ; valid # 1.1 KANNADA LETTER O..KANNADA LETTER NA 0CA9 ; disallowed # NA <reserved-0CA9> 0CAA..0CB3 ; valid # 1.1 KANNADA LETTER PA..KANNADA LETTER LLA 0CB4 ; disallowed # NA <reserved-0CB4> 0CB5..0CB9 ; valid # 1.1 KANNADA LETTER VA..KANNADA LETTER HA 0CBA..0CBB ; disallowed # NA <reserved-0CBA>..<reserved-0CBB> 0CBC..0CBD ; valid # 4.0 KANNADA SIGN NUKTA..KANNADA SIGN AVAGRAHA 0CBE..0CC4 ; valid # 1.1 KANNADA VOWEL SIGN AA..KANNADA VOWEL SIGN VOCALIC RR 0CC5 ; disallowed # NA <reserved-0CC5> 0CC6..0CC8 ; valid # 1.1 KANNADA VOWEL SIGN E..KANNADA VOWEL SIGN AI 0CC9 ; disallowed # NA <reserved-0CC9> 0CCA..0CCD ; valid # 1.1 KANNADA VOWEL SIGN O..KANNADA SIGN VIRAMA 0CCE..0CD4 ; disallowed # NA <reserved-0CCE>..<reserved-0CD4> 0CD5..0CD6 ; valid # 1.1 KANNADA LENGTH MARK..KANNADA AI LENGTH MARK 0CD7..0CDD ; disallowed # NA <reserved-0CD7>..<reserved-0CDD> 0CDE ; valid # 1.1 KANNADA LETTER FA 0CDF ; disallowed # NA <reserved-0CDF> 0CE0..0CE1 ; valid # 1.1 KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL 0CE2..0CE3 ; valid # 5.0 KANNADA VOWEL SIGN VOCALIC L..KANNADA VOWEL SIGN VOCALIC LL 0CE4..0CE5 ; disallowed # NA <reserved-0CE4>..<reserved-0CE5> 0CE6..0CEF ; valid # 1.1 KANNADA DIGIT ZERO..KANNADA DIGIT NINE 0CF0 ; disallowed # NA <reserved-0CF0> 0CF1..0CF2 ; valid # 5.0 KANNADA SIGN JIHVAMULIYA..KANNADA SIGN UPADHMANIYA 0CF3..0D01 ; disallowed # NA <reserved-0CF3>..<reserved-0D01> 0D02..0D03 ; valid # 1.1 MALAYALAM SIGN ANUSVARA..MALAYALAM SIGN VISARGA 0D04 ; disallowed # NA <reserved-0D04> 0D05..0D0C ; valid # 1.1 MALAYALAM LETTER A..MALAYALAM LETTER VOCALIC L 0D0D ; disallowed # NA <reserved-0D0D> 0D0E..0D10 ; valid # 1.1 MALAYALAM LETTER E..MALAYALAM LETTER AI 0D11 ; disallowed # NA <reserved-0D11> 0D12..0D28 ; valid # 1.1 MALAYALAM LETTER O..MALAYALAM LETTER NA 0D29 ; valid # 6.0 MALAYALAM LETTER NNNA 0D2A..0D39 ; valid # 1.1 MALAYALAM LETTER PA..MALAYALAM LETTER HA 0D3A ; valid # 6.0 MALAYALAM LETTER TTTA 0D3B..0D3C ; disallowed # NA <reserved-0D3B>..<reserved-0D3C> 0D3D ; valid # 5.1 MALAYALAM SIGN AVAGRAHA 0D3E..0D43 ; valid # 1.1 MALAYALAM VOWEL SIGN AA..MALAYALAM VOWEL SIGN VOCALIC R 0D44 ; valid # 5.1 MALAYALAM VOWEL SIGN VOCALIC RR 0D45 ; disallowed # NA <reserved-0D45> 0D46..0D48 ; valid # 1.1 MALAYALAM VOWEL SIGN E..MALAYALAM VOWEL SIGN AI 0D49 ; disallowed # NA <reserved-0D49> 0D4A..0D4D ; valid # 1.1 MALAYALAM VOWEL SIGN O..MALAYALAM SIGN VIRAMA 0D4E ; valid # 6.0 MALAYALAM LETTER DOT REPH 0D4F..0D56 ; disallowed # NA <reserved-0D4F>..<reserved-0D56> 0D57 ; valid # 1.1 MALAYALAM AU LENGTH MARK 0D58..0D5F ; disallowed # NA <reserved-0D58>..<reserved-0D5F> 0D60..0D61 ; valid # 1.1 MALAYALAM LETTER VOCALIC RR..MALAYALAM LETTER VOCALIC LL 0D62..0D63 ; valid # 5.1 MALAYALAM VOWEL SIGN VOCALIC L..MALAYALAM VOWEL SIGN VOCALIC LL 0D64..0D65 ; disallowed # NA <reserved-0D64>..<reserved-0D65> 0D66..0D6F ; valid # 1.1 MALAYALAM DIGIT ZERO..MALAYALAM DIGIT NINE 0D70..0D75 ; valid ; ; NV8 # 5.1 MALAYALAM NUMBER TEN..MALAYALAM FRACTION THREE QUARTERS 0D76..0D78 ; disallowed # NA <reserved-0D76>..<reserved-0D78> 0D79 ; valid ; ; NV8 # 5.1 MALAYALAM DATE MARK 0D7A..0D7F ; valid # 5.1 MALAYALAM LETTER CHILLU NN..MALAYALAM LETTER CHILLU K 0D80..0D81 ; disallowed # NA <reserved-0D80>..<reserved-0D81> 0D82..0D83 ; valid # 3.0 SINHALA SIGN ANUSVARAYA..SINHALA SIGN VISARGAYA 0D84 ; disallowed # NA <reserved-0D84> 0D85..0D96 ; valid # 3.0 SINHALA LETTER AYANNA..SINHALA LETTER AUYANNA 0D97..0D99 ; disallowed # NA <reserved-0D97>..<reserved-0D99> 0D9A..0DB1 ; valid # 3.0 SINHALA LETTER ALPAPRAANA KAYANNA..SINHALA LETTER DANTAJA NAYANNA 0DB2 ; disallowed # NA <reserved-0DB2> 0DB3..0DBB ; valid # 3.0 SINHALA LETTER SANYAKA DAYANNA..SINHALA LETTER RAYANNA 0DBC ; disallowed # NA <reserved-0DBC> 0DBD ; valid # 3.0 SINHALA LETTER DANTAJA LAYANNA 0DBE..0DBF ; disallowed # NA <reserved-0DBE>..<reserved-0DBF> 0DC0..0DC6 ; valid # 3.0 SINHALA LETTER VAYANNA..SINHALA LETTER FAYANNA 0DC7..0DC9 ; disallowed # NA <reserved-0DC7>..<reserved-0DC9> 0DCA ; valid # 3.0 SINHALA SIGN AL-LAKUNA 0DCB..0DCE ; disallowed # NA <reserved-0DCB>..<reserved-0DCE> 0DCF..0DD4 ; valid # 3.0 SINHALA VOWEL SIGN AELA-PILLA..SINHALA VOWEL SIGN KETTI PAA-PILLA 0DD5 ; disallowed # NA <reserved-0DD5> 0DD6 ; valid # 3.0 SINHALA VOWEL SIGN DIGA PAA-PILLA 0DD7 ; disallowed # NA <reserved-0DD7> 0DD8..0DDF ; valid # 3.0 SINHALA VOWEL SIGN GAETTA-PILLA..SINHALA VOWEL SIGN GAYANUKITTA 0DE0..0DF1 ; disallowed # NA <reserved-0DE0>..<reserved-0DF1> 0DF2..0DF3 ; valid # 3.0 SINHALA VOWEL SIGN DIGA GAETTA-PILLA..SINHALA VOWEL SIGN DIGA GAYANUKITTA 0DF4 ; valid ; ; NV8 # 3.0 SINHALA PUNCTUATION KUNDDALIYA 0DF5..0E00 ; disallowed # NA <reserved-0DF5>..<reserved-0E00> 0E01..0E32 ; valid # 1.1 THAI CHARACTER KO KAI..THAI CHARACTER SARA AA 0E33 ; mapped ; 0E4D 0E32 # 1.1 THAI CHARACTER SARA AM 0E34..0E3A ; valid # 1.1 THAI CHARACTER SARA I..THAI CHARACTER PHINTHU 0E3B..0E3E ; disallowed # NA <reserved-0E3B>..<reserved-0E3E> 0E3F ; valid ; ; NV8 # 1.1 THAI CURRENCY SYMBOL BAHT 0E40..0E4E ; valid # 1.1 THAI CHARACTER SARA E..THAI CHARACTER YAMAKKAN 0E4F ; valid ; ; NV8 # 1.1 THAI CHARACTER FONGMAN 0E50..0E59 ; valid # 1.1 THAI DIGIT ZERO..THAI DIGIT NINE 0E5A..0E5B ; valid ; ; NV8 # 1.1 THAI CHARACTER ANGKHANKHU..THAI CHARACTER KHOMUT 0E5C..0E80 ; disallowed # NA <reserved-0E5C>..<reserved-0E80> 0E81..0E82 ; valid # 1.1 LAO LETTER KO..LAO LETTER KHO SUNG 0E83 ; disallowed # NA <reserved-0E83> 0E84 ; valid # 1.1 LAO LETTER KHO TAM 0E85..0E86 ; disallowed # NA <reserved-0E85>..<reserved-0E86> 0E87..0E88 ; valid # 1.1 LAO LETTER NGO..LAO LETTER CO 0E89 ; disallowed # NA <reserved-0E89> 0E8A ; valid # 1.1 LAO LETTER SO TAM 0E8B..0E8C ; disallowed # NA <reserved-0E8B>..<reserved-0E8C> 0E8D ; valid # 1.1 LAO LETTER NYO 0E8E..0E93 ; disallowed # NA <reserved-0E8E>..<reserved-0E93> 0E94..0E97 ; valid # 1.1 LAO LETTER DO..LAO LETTER THO TAM 0E98 ; disallowed # NA <reserved-0E98> 0E99..0E9F ; valid # 1.1 LAO LETTER NO..LAO LETTER FO SUNG 0EA0 ; disallowed # NA <reserved-0EA0> 0EA1..0EA3 ; valid # 1.1 LAO LETTER MO..LAO LETTER LO LING 0EA4 ; disallowed # NA <reserved-0EA4> 0EA5 ; valid # 1.1 LAO LETTER LO LOOT 0EA6 ; disallowed # NA <reserved-0EA6> 0EA7 ; valid # 1.1 LAO LETTER WO 0EA8..0EA9 ; disallowed # NA <reserved-0EA8>..<reserved-0EA9> 0EAA..0EAB ; valid # 1.1 LAO LETTER SO SUNG..LAO LETTER HO SUNG 0EAC ; disallowed # NA <reserved-0EAC> 0EAD..0EB2 ; valid # 1.1 LAO LETTER O..LAO VOWEL SIGN AA 0EB3 ; mapped ; 0ECD 0EB2 # 1.1 LAO VOWEL SIGN AM 0EB4..0EB9 ; valid # 1.1 LAO VOWEL SIGN I..LAO VOWEL SIGN UU 0EBA ; disallowed # NA <reserved-0EBA> 0EBB..0EBD ; valid # 1.1 LAO VOWEL SIGN MAI KON..LAO SEMIVOWEL SIGN NYO 0EBE..0EBF ; disallowed # NA <reserved-0EBE>..<reserved-0EBF> 0EC0..0EC4 ; valid # 1.1 LAO VOWEL SIGN E..LAO VOWEL SIGN AI 0EC5 ; disallowed # NA <reserved-0EC5> 0EC6 ; valid # 1.1 LAO KO LA 0EC7 ; disallowed # NA <reserved-0EC7> 0EC8..0ECD ; valid # 1.1 LAO TONE MAI EK..LAO NIGGAHITA 0ECE..0ECF ; disallowed # NA <reserved-0ECE>..<reserved-0ECF> 0ED0..0ED9 ; valid # 1.1 LAO DIGIT ZERO..LAO DIGIT NINE 0EDA..0EDB ; disallowed # NA <reserved-0EDA>..<reserved-0EDB> 0EDC ; mapped ; 0EAB 0E99 # 1.1 LAO HO NO 0EDD ; mapped ; 0EAB 0EA1 # 1.1 LAO HO MO 0EDE..0EDF ; valid # 6.1 LAO LETTER KHMU GO..LAO LETTER KHMU NYO 0EE0..0EFF ; disallowed # NA <reserved-0EE0>..<reserved-0EFF> 0F00 ; valid # 2.0 TIBETAN SYLLABLE OM 0F01..0F0A ; valid ; ; NV8 # 2.0 TIBETAN MARK GTER YIG MGO TRUNCATED A..TIBETAN MARK BKA- SHOG YIG MGO 0F0B ; valid # 2.0 TIBETAN MARK INTERSYLLABIC TSHEG 0F0C ; mapped ; 0F0B # 2.0 TIBETAN MARK DELIMITER TSHEG BSTAR 0F0D..0F17 ; valid ; ; NV8 # 2.0 TIBETAN MARK SHAD..TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS 0F18..0F19 ; valid # 2.0 TIBETAN ASTROLOGICAL SIGN -KHYUD PA..TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS 0F1A..0F1F ; valid ; ; NV8 # 2.0 TIBETAN SIGN RDEL DKAR GCIG..TIBETAN SIGN RDEL DKAR RDEL NAG 0F20..0F29 ; valid # 2.0 TIBETAN DIGIT ZERO..TIBETAN DIGIT NINE 0F2A..0F34 ; valid ; ; NV8 # 2.0 TIBETAN DIGIT HALF ONE..TIBETAN MARK BSDUS RTAGS 0F35 ; valid # 2.0 TIBETAN MARK NGAS BZUNG NYI ZLA 0F36 ; valid ; ; NV8 # 2.0 TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN 0F37 ; valid # 2.0 TIBETAN MARK NGAS BZUNG SGOR RTAGS 0F38 ; valid ; ; NV8 # 2.0 TIBETAN MARK CHE MGO 0F39 ; valid # 2.0 TIBETAN MARK TSA -PHRU 0F3A..0F3D ; valid ; ; NV8 # 2.0 TIBETAN MARK GUG RTAGS GYON..TIBETAN MARK ANG KHANG GYAS 0F3E..0F42 ; valid # 2.0 TIBETAN SIGN YAR TSHES..TIBETAN LETTER GA 0F43 ; mapped ; 0F42 0FB7 # 2.0 TIBETAN LETTER GHA 0F44..0F47 ; valid # 2.0 TIBETAN LETTER NGA..TIBETAN LETTER JA 0F48 ; disallowed # NA <reserved-0F48> 0F49..0F4C ; valid # 2.0 TIBETAN LETTER NYA..TIBETAN LETTER DDA 0F4D ; mapped ; 0F4C 0FB7 # 2.0 TIBETAN LETTER DDHA 0F4E..0F51 ; valid # 2.0 TIBETAN LETTER NNA..TIBETAN LETTER DA 0F52 ; mapped ; 0F51 0FB7 # 2.0 TIBETAN LETTER DHA 0F53..0F56 ; valid # 2.0 TIBETAN LETTER NA..TIBETAN LETTER BA 0F57 ; mapped ; 0F56 0FB7 # 2.0 TIBETAN LETTER BHA 0F58..0F5B ; valid # 2.0 TIBETAN LETTER MA..TIBETAN LETTER DZA 0F5C ; mapped ; 0F5B 0FB7 # 2.0 TIBETAN LETTER DZHA 0F5D..0F68 ; valid # 2.0 TIBETAN LETTER WA..TIBETAN LETTER A 0F69 ; mapped ; 0F40 0FB5 # 2.0 TIBETAN LETTER KSSA 0F6A ; valid # 3.0 TIBETAN LETTER FIXED-FORM RA 0F6B..0F6C ; valid # 5.1 TIBETAN LETTER KKA..TIBETAN LETTER RRA 0F6D..0F70 ; disallowed # NA <reserved-0F6D>..<reserved-0F70> 0F71..0F72 ; valid # 2.0 TIBETAN VOWEL SIGN AA..TIBETAN VOWEL SIGN I 0F73 ; mapped ; 0F71 0F72 # 2.0 TIBETAN VOWEL SIGN II 0F74 ; valid # 2.0 TIBETAN VOWEL SIGN U 0F75 ; mapped ; 0F71 0F74 # 2.0 TIBETAN VOWEL SIGN UU 0F76 ; mapped ; 0FB2 0F80 # 2.0 TIBETAN VOWEL SIGN VOCALIC R 0F77 ; mapped ; 0FB2 0F71 0F80 #2.0 TIBETAN VOWEL SIGN VOCALIC RR 0F78 ; mapped ; 0FB3 0F80 # 2.0 TIBETAN VOWEL SIGN VOCALIC L 0F79 ; mapped ; 0FB3 0F71 0F80 #2.0 TIBETAN VOWEL SIGN VOCALIC LL 0F7A..0F80 ; valid # 2.0 TIBETAN VOWEL SIGN E..TIBETAN VOWEL SIGN REVERSED I 0F81 ; mapped ; 0F71 0F80 # 2.0 TIBETAN VOWEL SIGN REVERSED II 0F82..0F84 ; valid # 2.0 TIBETAN SIGN NYI ZLA NAA DA..TIBETAN MARK HALANTA 0F85 ; valid ; ; NV8 # 2.0 TIBETAN MARK PALUTA 0F86..0F8B ; valid # 2.0 TIBETAN SIGN LCI RTAGS..TIBETAN SIGN GRU MED RGYINGS 0F8C..0F8F ; valid # 6.0 TIBETAN SIGN INVERTED MCHU CAN..TIBETAN SUBJOINED SIGN INVERTED MCHU CAN 0F90..0F92 ; valid # 2.0 TIBETAN SUBJOINED LETTER KA..TIBETAN SUBJOINED LETTER GA 0F93 ; mapped ; 0F92 0FB7 # 2.0 TIBETAN SUBJOINED LETTER GHA 0F94..0F95 ; valid # 2.0 TIBETAN SUBJOINED LETTER NGA..TIBETAN SUBJOINED LETTER CA 0F96 ; valid # 3.0 TIBETAN SUBJOINED LETTER CHA 0F97 ; valid # 2.0 TIBETAN SUBJOINED LETTER JA 0F98 ; disallowed # NA <reserved-0F98> 0F99..0F9C ; valid # 2.0 TIBETAN SUBJOINED LETTER NYA..TIBETAN SUBJOINED LETTER DDA 0F9D ; mapped ; 0F9C 0FB7 # 2.0 TIBETAN SUBJOINED LETTER DDHA 0F9E..0FA1 ; valid # 2.0 TIBETAN SUBJOINED LETTER NNA..TIBETAN SUBJOINED LETTER DA 0FA2 ; mapped ; 0FA1 0FB7 # 2.0 TIBETAN SUBJOINED LETTER DHA 0FA3..0FA6 ; valid # 2.0 TIBETAN SUBJOINED LETTER NA..TIBETAN SUBJOINED LETTER BA 0FA7 ; mapped ; 0FA6 0FB7 # 2.0 TIBETAN SUBJOINED LETTER BHA 0FA8..0FAB ; valid # 2.0 TIBETAN SUBJOINED LETTER MA..TIBETAN SUBJOINED LETTER DZA 0FAC ; mapped ; 0FAB 0FB7 # 2.0 TIBETAN SUBJOINED LETTER DZHA 0FAD ; valid # 2.0 TIBETAN SUBJOINED LETTER WA 0FAE..0FB0 ; valid # 3.0 TIBETAN SUBJOINED LETTER ZHA..TIBETAN SUBJOINED LETTER -A 0FB1..0FB7 ; valid # 2.0 TIBETAN SUBJOINED LETTER YA..TIBETAN SUBJOINED LETTER HA 0FB8 ; valid # 3.0 TIBETAN SUBJOINED LETTER A 0FB9 ; mapped ; 0F90 0FB5 # 2.0 TIBETAN SUBJOINED LETTER KSSA 0FBA..0FBC ; valid # 3.0 TIBETAN SUBJOINED LETTER FIXED-FORM WA..TIBETAN SUBJOINED LETTER FIXED-FORM RA 0FBD ; disallowed # NA <reserved-0FBD> 0FBE..0FC5 ; valid ; ; NV8 # 3.0 TIBETAN KU RU KHA..TIBETAN SYMBOL RDO RJE 0FC6 ; valid # 3.0 TIBETAN SYMBOL PADMA GDAN 0FC7..0FCC ; valid ; ; NV8 # 3.0 TIBETAN SYMBOL RDO RJE RGYA GRAM..TIBETAN SYMBOL NOR BU BZHI -KHYIL 0FCD ; disallowed # NA <reserved-0FCD> 0FCE ; valid ; ; NV8 # 5.1 TIBETAN SIGN RDEL NAG RDEL DKAR 0FCF ; valid ; ; NV8 # 3.0 TIBETAN SIGN RDEL NAG GSUM 0FD0..0FD1 ; valid ; ; NV8 # 4.1 TIBETAN MARK BSKA- SHOG GI MGO RGYAN..TIBETAN MARK MNYAM YIG GI MGO RGYAN 0FD2..0FD4 ; valid ; ; NV8 # 5.1 TIBETAN MARK NYIS TSHEG..TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA 0FD5..0FD8 ; valid ; ; NV8 # 5.2 RIGHT-FACING SVASTI SIGN..LEFT-FACING SVASTI SIGN WITH DOTS 0FD9..0FDA ; valid ; ; NV8 # 6.0 TIBETAN MARK LEADING MCHAN RTAGS..TIBETAN MARK TRAILING MCHAN RTAGS 0FDB..0FFF ; disallowed # NA <reserved-0FDB>..<reserved-0FFF> 1000..1021 ; valid # 3.0 MYANMAR LETTER KA..MYANMAR LETTER A 1022 ; valid # 5.1 MYANMAR LETTER SHAN A 1023..1027 ; valid # 3.0 MYANMAR LETTER I..MYANMAR LETTER E 1028 ; valid # 5.1 MYANMAR LETTER MON E 1029..102A ; valid # 3.0 MYANMAR LETTER O..MYANMAR LETTER AU 102B ; valid # 5.1 MYANMAR VOWEL SIGN TALL AA 102C..1032 ; valid # 3.0 MYANMAR VOWEL SIGN AA..MYANMAR VOWEL SIGN AI 1033..1035 ; valid # 5.1 MYANMAR VOWEL SIGN MON II..MYANMAR VOWEL SIGN E ABOVE 1036..1039 ; valid # 3.0 MYANMAR SIGN ANUSVARA..MYANMAR SIGN VIRAMA 103A..103F ; valid # 5.1 MYANMAR SIGN ASAT..MYANMAR LETTER GREAT SA 1040..1049 ; valid # 3.0 MYANMAR DIGIT ZERO..MYANMAR DIGIT NINE 104A..104F ; valid ; ; NV8 # 3.0 MYANMAR SIGN LITTLE SECTION..MYANMAR SYMBOL GENITIVE 1050..1059 ; valid # 3.0 MYANMAR LETTER SHA..MYANMAR VOWEL SIGN VOCALIC LL 105A..1099 ; valid # 5.1 MYANMAR LETTER MON NGA..MYANMAR SHAN DIGIT NINE 109A..109D ; valid # 5.2 MYANMAR SIGN KHAMTI TONE-1..MYANMAR VOWEL SIGN AITON AI 109E..109F ; valid ; ; NV8 # 5.1 MYANMAR SYMBOL SHAN ONE..MYANMAR SYMBOL SHAN EXCLAMATION 10A0..10C5 ; disallowed # 1.1 GEORGIAN CAPITAL LETTER AN..GEORGIAN CAPITAL LETTER HOE 10C6 ; disallowed # NA <reserved-10C6> 10C7 ; mapped ; 2D27 # 6.1 GEORGIAN CAPITAL LETTER YN 10C8..10CC ; disallowed # NA <reserved-10C8>..<reserved-10CC> 10CD ; mapped ; 2D2D # 6.1 GEORGIAN CAPITAL LETTER AEN 10CE..10CF ; disallowed # NA <reserved-10CE>..<reserved-10CF> 10D0..10F6 ; valid # 1.1 GEORGIAN LETTER AN..GEORGIAN LETTER FI 10F7..10F8 ; valid # 3.2 GEORGIAN LETTER YN..GEORGIAN LETTER ELIFI 10F9..10FA ; valid # 4.1 GEORGIAN LETTER TURNED GAN..GEORGIAN LETTER AIN 10FB ; valid ; ; NV8 # 1.1 GEORGIAN PARAGRAPH SEPARATOR 10FC ; mapped ; 10DC # 4.1 MODIFIER LETTER GEORGIAN NAR 10FD..10FF ; valid # 6.1 GEORGIAN LETTER AEN..GEORGIAN LETTER LABIAL SIGN 1100..1159 ; valid ; ; NV8 # 1.1 HANGUL CHOSEONG KIYEOK..HANGUL CHOSEONG YEORINHIEUH 115A..115E ; valid ; ; NV8 # 5.2 HANGUL CHOSEONG KIYEOK-TIKEUT..HANGUL CHOSEONG TIKEUT-RIEUL 115F..1160 ; disallowed # 1.1 HANGUL CHOSEONG FILLER..HANGUL JUNGSEONG FILLER 1161..11A2 ; valid ; ; NV8 # 1.1 HANGUL JUNGSEONG A..HANGUL JUNGSEONG SSANGARAEA 11A3..11A7 ; valid ; ; NV8 # 5.2 HANGUL JUNGSEONG A-EU..HANGUL JUNGSEONG O-YAE 11A8..11F9 ; valid ; ; NV8 # 1.1 HANGUL JONGSEONG KIYEOK..HANGUL JONGSEONG YEORINHIEUH 11FA..11FF ; valid ; ; NV8 # 5.2 HANGUL JONGSEONG KIYEOK-NIEUN..HANGUL JONGSEONG SSANGNIEUN 1200..1206 ; valid # 3.0 ETHIOPIC SYLLABLE HA..ETHIOPIC SYLLABLE HO 1207 ; valid # 4.1 ETHIOPIC SYLLABLE HOA 1208..1246 ; valid # 3.0 ETHIOPIC SYLLABLE LA..ETHIOPIC SYLLABLE QO 1247 ; valid # 4.1 ETHIOPIC SYLLABLE QOA 1248 ; valid # 3.0 ETHIOPIC SYLLABLE QWA 1249 ; disallowed # NA <reserved-1249> 124A..124D ; valid # 3.0 ETHIOPIC SYLLABLE QWI..ETHIOPIC SYLLABLE QWE 124E..124F ; disallowed # NA <reserved-124E>..<reserved-124F> 1250..1256 ; valid # 3.0 ETHIOPIC SYLLABLE QHA..ETHIOPIC SYLLABLE QHO 1257 ; disallowed # NA <reserved-1257> 1258 ; valid # 3.0 ETHIOPIC SYLLABLE QHWA 1259 ; disallowed # NA <reserved-1259> 125A..125D ; valid # 3.0 ETHIOPIC SYLLABLE QHWI..ETHIOPIC SYLLABLE QHWE 125E..125F ; disallowed # NA <reserved-125E>..<reserved-125F> 1260..1286 ; valid # 3.0 ETHIOPIC SYLLABLE BA..ETHIOPIC SYLLABLE XO 1287 ; valid # 4.1 ETHIOPIC SYLLABLE XOA 1288 ; valid # 3.0 ETHIOPIC SYLLABLE XWA 1289 ; disallowed # NA <reserved-1289> 128A..128D ; valid # 3.0 ETHIOPIC SYLLABLE XWI..ETHIOPIC SYLLABLE XWE 128E..128F ; disallowed # NA <reserved-128E>..<reserved-128F> 1290..12AE ; valid # 3.0 ETHIOPIC SYLLABLE NA..ETHIOPIC SYLLABLE KO 12AF ; valid # 4.1 ETHIOPIC SYLLABLE KOA 12B0 ; valid # 3.0 ETHIOPIC SYLLABLE KWA 12B1 ; disallowed # NA <reserved-12B1> 12B2..12B5 ; valid # 3.0 ETHIOPIC SYLLABLE KWI..ETHIOPIC SYLLABLE KWE 12B6..12B7 ; disallowed # NA <reserved-12B6>..<reserved-12B7> 12B8..12BE ; valid # 3.0 ETHIOPIC SYLLABLE KXA..ETHIOPIC SYLLABLE KXO 12BF ; disallowed # NA <reserved-12BF> 12C0 ; valid # 3.0 ETHIOPIC SYLLABLE KXWA 12C1 ; disallowed # NA <reserved-12C1> 12C2..12C5 ; valid # 3.0 ETHIOPIC SYLLABLE KXWI..ETHIOPIC SYLLABLE KXWE 12C6..12C7 ; disallowed # NA <reserved-12C6>..<reserved-12C7> 12C8..12CE ; valid # 3.0 ETHIOPIC SYLLABLE WA..ETHIOPIC SYLLABLE WO 12CF ; valid # 4.1 ETHIOPIC SYLLABLE WOA 12D0..12D6 ; valid # 3.0 ETHIOPIC SYLLABLE PHARYNGEAL A..ETHIOPIC SYLLABLE PHARYNGEAL O 12D7 ; disallowed # NA <reserved-12D7> 12D8..12EE ; valid # 3.0 ETHIOPIC SYLLABLE ZA..ETHIOPIC SYLLABLE YO 12EF ; valid # 4.1 ETHIOPIC SYLLABLE YOA 12F0..130E ; valid # 3.0 ETHIOPIC SYLLABLE DA..ETHIOPIC SYLLABLE GO 130F ; valid # 4.1 ETHIOPIC SYLLABLE GOA 1310 ; valid # 3.0 ETHIOPIC SYLLABLE GWA 1311 ; disallowed # NA <reserved-1311> 1312..1315 ; valid # 3.0 ETHIOPIC SYLLABLE GWI..ETHIOPIC SYLLABLE GWE 1316..1317 ; disallowed # NA <reserved-1316>..<reserved-1317> 1318..131E ; valid # 3.0 ETHIOPIC SYLLABLE GGA..ETHIOPIC SYLLABLE GGO 131F ; valid # 4.1 ETHIOPIC SYLLABLE GGWAA 1320..1346 ; valid # 3.0 ETHIOPIC SYLLABLE THA..ETHIOPIC SYLLABLE TZO 1347 ; valid # 4.1 ETHIOPIC SYLLABLE TZOA 1348..135A ; valid # 3.0 ETHIOPIC SYLLABLE FA..ETHIOPIC SYLLABLE FYA 135B..135C ; disallowed # NA <reserved-135B>..<reserved-135C> 135D..135E ; valid # 6.0 ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK..ETHIOPIC COMBINING VOWEL LENGTH MARK 135F ; valid # 4.1 ETHIOPIC COMBINING GEMINATION MARK 1360 ; valid ; ; NV8 # 4.1 ETHIOPIC SECTION MARK 1361..137C ; valid ; ; NV8 # 3.0 ETHIOPIC WORDSPACE..ETHIOPIC NUMBER TEN THOUSAND 137D..137F ; disallowed # NA <reserved-137D>..<reserved-137F> 1380..138F ; valid # 4.1 ETHIOPIC SYLLABLE SEBATBEIT MWA..ETHIOPIC SYLLABLE PWE 1390..1399 ; valid ; ; NV8 # 4.1 ETHIOPIC TONAL MARK YIZET..ETHIOPIC TONAL MARK KURT 139A..139F ; disallowed # NA <reserved-139A>..<reserved-139F> 13A0..13F4 ; valid # 3.0 CHEROKEE LETTER A..CHEROKEE LETTER YV 13F5..13FF ; disallowed # NA <reserved-13F5>..<reserved-13FF> 1400 ; valid ; ; NV8 # 5.2 CANADIAN SYLLABICS HYPHEN 1401..166C ; valid # 3.0 CANADIAN SYLLABICS E..CANADIAN SYLLABICS CARRIER TTSA 166D..166E ; valid ; ; NV8 # 3.0 CANADIAN SYLLABICS CHI SIGN..CANADIAN SYLLABICS FULL STOP 166F..1676 ; valid # 3.0 CANADIAN SYLLABICS QAI..CANADIAN SYLLABICS NNGAA 1677..167F ; valid # 5.2 CANADIAN SYLLABICS WOODS-CREE THWEE..CANADIAN SYLLABICS BLACKFOOT W 1680 ; disallowed # 3.0 OGHAM SPACE MARK 1681..169A ; valid # 3.0 OGHAM LETTER BEITH..OGHAM LETTER PEITH 169B..169C ; valid ; ; NV8 # 3.0 OGHAM FEATHER MARK..OGHAM REVERSED FEATHER MARK 169D..169F ; disallowed # NA <reserved-169D>..<reserved-169F> 16A0..16EA ; valid # 3.0 RUNIC LETTER FEHU FEOH FE F..RUNIC LETTER X 16EB..16F0 ; valid ; ; NV8 # 3.0 RUNIC SINGLE PUNCTUATION..RUNIC BELGTHOR SYMBOL 16F1..16FF ; disallowed # NA <reserved-16F1>..<reserved-16FF> 1700..170C ; valid # 3.2 TAGALOG LETTER A..TAGALOG LETTER YA 170D ; disallowed # NA <reserved-170D> 170E..1714 ; valid # 3.2 TAGALOG LETTER LA..TAGALOG SIGN VIRAMA 1715..171F ; disallowed # NA <reserved-1715>..<reserved-171F> 1720..1734 ; valid # 3.2 HANUNOO LETTER A..HANUNOO SIGN PAMUDPOD 1735..1736 ; valid ; ; NV8 # 3.2 PHILIPPINE SINGLE PUNCTUATION..PHILIPPINE DOUBLE PUNCTUATION 1737..173F ; disallowed # NA <reserved-1737>..<reserved-173F> 1740..1753 ; valid # 3.2 BUHID LETTER A..BUHID VOWEL SIGN U 1754..175F ; disallowed # NA <reserved-1754>..<reserved-175F> 1760..176C ; valid # 3.2 TAGBANWA LETTER A..TAGBANWA LETTER YA 176D ; disallowed # NA <reserved-176D> 176E..1770 ; valid # 3.2 TAGBANWA LETTER LA..TAGBANWA LETTER SA 1771 ; disallowed # NA <reserved-1771> 1772..1773 ; valid # 3.2 TAGBANWA VOWEL SIGN I..TAGBANWA VOWEL SIGN U 1774..177F ; disallowed # NA <reserved-1774>..<reserved-177F> 1780..17B3 ; valid # 3.0 KHMER LETTER KA..KHMER INDEPENDENT VOWEL QAU 17B4..17B5 ; disallowed # 3.0 KHMER VOWEL INHERENT AQ..KHMER VOWEL INHERENT AA 17B6..17D3 ; valid # 3.0 KHMER VOWEL SIGN AA..KHMER SIGN BATHAMASAT 17D4..17D6 ; valid ; ; NV8 # 3.0 KHMER SIGN KHAN..KHMER SIGN CAMNUC PII KUUH 17D7 ; valid # 3.0 KHMER SIGN LEK TOO 17D8..17DB ; valid ; ; NV8 # 3.0 KHMER SIGN BEYYAL..KHMER CURRENCY SYMBOL RIEL 17DC ; valid # 3.0 KHMER SIGN AVAKRAHASANYA 17DD ; valid # 4.0 KHMER SIGN ATTHACAN 17DE..17DF ; disallowed # NA <reserved-17DE>..<reserved-17DF> 17E0..17E9 ; valid # 3.0 KHMER DIGIT ZERO..KHMER DIGIT NINE 17EA..17EF ; disallowed # NA <reserved-17EA>..<reserved-17EF> 17F0..17F9 ; valid ; ; NV8 # 4.0 KHMER SYMBOL LEK ATTAK SON..KHMER SYMBOL LEK ATTAK PRAM-BUON 17FA..17FF ; disallowed # NA <reserved-17FA>..<reserved-17FF> 1800..1805 ; valid ; ; NV8 # 3.0 MONGOLIAN BIRGA..MONGOLIAN FOUR DOTS 1806 ; disallowed # 3.0 MONGOLIAN TODO SOFT HYPHEN 1807..180A ; valid ; ; NV8 # 3.0 MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER..MONGOLIAN NIRUGU 180B..180D ; ignored # 3.0 MONGOLIAN FREE VARIATION SELECTOR ONE..MONGOLIAN FREE VARIATION SELECTOR THREE 180E ; disallowed # 3.0 MONGOLIAN VOWEL SEPARATOR 180F ; disallowed # NA <reserved-180F> 1810..1819 ; valid # 3.0 MONGOLIAN DIGIT ZERO..MONGOLIAN DIGIT NINE 181A..181F ; disallowed # NA <reserved-181A>..<reserved-181F> 1820..1877 ; valid # 3.0 MONGOLIAN LETTER A..MONGOLIAN LETTER MANCHU ZHA 1878..187F ; disallowed # NA <reserved-1878>..<reserved-187F> 1880..18A9 ; valid # 3.0 MONGOLIAN LETTER ALI GALI ANUSVARA ONE..MONGOLIAN LETTER ALI GALI DAGALGA 18AA ; valid # 5.1 MONGOLIAN LETTER MANCHU ALI GALI LHA 18AB..18AF ; disallowed # NA <reserved-18AB>..<reserved-18AF> 18B0..18F5 ; valid # 5.2 CANADIAN SYLLABICS OY..CANADIAN SYLLABICS CARRIER DENTAL S 18F6..18FF ; disallowed # NA <reserved-18F6>..<reserved-18FF> 1900..191C ; valid # 4.0 LIMBU VOWEL-CARRIER LETTER..LIMBU LETTER HA 191D..191F ; disallowed # NA <reserved-191D>..<reserved-191F> 1920..192B ; valid # 4.0 LIMBU VOWEL SIGN A..LIMBU SUBJOINED LETTER WA 192C..192F ; disallowed # NA <reserved-192C>..<reserved-192F> 1930..193B ; valid # 4.0 LIMBU SMALL LETTER KA..LIMBU SIGN SA-I 193C..193F ; disallowed # NA <reserved-193C>..<reserved-193F> 1940 ; valid ; ; NV8 # 4.0 LIMBU SIGN LOO 1941..1943 ; disallowed # NA <reserved-1941>..<reserved-1943> 1944..1945 ; valid ; ; NV8 # 4.0 LIMBU EXCLAMATION MARK..LIMBU QUESTION MARK 1946..196D ; valid # 4.0 LIMBU DIGIT ZERO..TAI LE LETTER AI 196E..196F ; disallowed # NA <reserved-196E>..<reserved-196F> 1970..1974 ; valid # 4.0 TAI LE LETTER TONE-2..TAI LE LETTER TONE-6 1975..197F ; disallowed # NA <reserved-1975>..<reserved-197F> 1980..19A9 ; valid # 4.1 NEW TAI LUE LETTER HIGH QA..NEW TAI LUE LETTER LOW XVA 19AA..19AB ; valid # 5.2 NEW TAI LUE LETTER HIGH SUA..NEW TAI LUE LETTER LOW SUA 19AC..19AF ; disallowed # NA <reserved-19AC>..<reserved-19AF> 19B0..19C9 ; valid # 4.1 NEW TAI LUE VOWEL SIGN VOWEL SHORTENER..NEW TAI LUE TONE MARK-2 19CA..19CF ; disallowed # NA <reserved-19CA>..<reserved-19CF> 19D0..19D9 ; valid # 4.1 NEW TAI LUE DIGIT ZERO..NEW TAI LUE DIGIT NINE 19DA ; valid # 5.2 NEW TAI LUE THAM DIGIT ONE 19DB..19DD ; disallowed # NA <reserved-19DB>..<reserved-19DD> 19DE..19DF ; valid ; ; NV8 # 4.1 NEW TAI LUE SIGN LAE..NEW TAI LUE SIGN LAEV 19E0..19FF ; valid ; ; NV8 # 4.0 KHMER SYMBOL PATHAMASAT..KHMER SYMBOL DAP-PRAM ROC 1A00..1A1B ; valid # 4.1 BUGINESE LETTER KA..BUGINESE VOWEL SIGN AE 1A1C..1A1D ; disallowed # NA <reserved-1A1C>..<reserved-1A1D> 1A1E..1A1F ; valid ; ; NV8 # 4.1 BUGINESE PALLAWA..BUGINESE END OF SECTION 1A20..1A5E ; valid # 5.2 TAI THAM LETTER HIGH KA..TAI THAM CONSONANT SIGN SA 1A5F ; disallowed # NA <reserved-1A5F> 1A60..1A7C ; valid # 5.2 TAI THAM SIGN SAKOT..TAI THAM SIGN KHUEN-LUE KARAN 1A7D..1A7E ; disallowed # NA <reserved-1A7D>..<reserved-1A7E> 1A7F..1A89 ; valid # 5.2 TAI THAM COMBINING CRYPTOGRAMMIC DOT..TAI THAM HORA DIGIT NINE 1A8A..1A8F ; disallowed # NA <reserved-1A8A>..<reserved-1A8F> 1A90..1A99 ; valid # 5.2 TAI THAM THAM DIGIT ZERO..TAI THAM THAM DIGIT NINE 1A9A..1A9F ; disallowed # NA <reserved-1A9A>..<reserved-1A9F> 1AA0..1AA6 ; valid ; ; NV8 # 5.2 TAI THAM SIGN WIANG..TAI THAM SIGN REVERSED ROTATED RANA 1AA7 ; valid # 5.2 TAI THAM SIGN MAI YAMOK 1AA8..1AAD ; valid ; ; NV8 # 5.2 TAI THAM SIGN KAAN..TAI THAM SIGN CAANG 1AAE..1AFF ; disallowed # NA <reserved-1AAE>..<reserved-1AFF> 1B00..1B4B ; valid # 5.0 BALINESE SIGN ULU RICEM..BALINESE LETTER ASYURA SASAK 1B4C..1B4F ; disallowed # NA <reserved-1B4C>..<reserved-1B4F> 1B50..1B59 ; valid # 5.0 BALINESE DIGIT ZERO..BALINESE DIGIT NINE 1B5A..1B6A ; valid ; ; NV8 # 5.0 BALINESE PANTI..BALINESE MUSICAL SYMBOL DANG GEDE 1B6B..1B73 ; valid # 5.0 BALINESE MUSICAL SYMBOL COMBINING TEGEH..BALINESE MUSICAL SYMBOL COMBINING GONG 1B74..1B7C ; valid ; ; NV8 # 5.0 BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG..BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING 1B7D..1B7F ; disallowed # NA <reserved-1B7D>..<reserved-1B7F> 1B80..1BAA ; valid # 5.1 SUNDANESE SIGN PANYECEK..SUNDANESE SIGN PAMAAEH 1BAB..1BAD ; valid # 6.1 SUNDANESE SIGN VIRAMA..SUNDANESE CONSONANT SIGN PASANGAN WA 1BAE..1BB9 ; valid # 5.1 SUNDANESE LETTER KHA..SUNDANESE DIGIT NINE 1BBA..1BBF ; valid # 6.1 SUNDANESE AVAGRAHA..SUNDANESE LETTER FINAL M 1BC0..1BF3 ; valid # 6.0 BATAK LETTER A..BATAK PANONGONAN 1BF4..1BFB ; disallowed # NA <reserved-1BF4>..<reserved-1BFB> 1BFC..1BFF ; valid ; ; NV8 # 6.0 BATAK SYMBOL BINDU NA METEK..BATAK SYMBOL BINDU PANGOLAT 1C00..1C37 ; valid # 5.1 LEPCHA LETTER KA..LEPCHA SIGN NUKTA 1C38..1C3A ; disallowed # NA <reserved-1C38>..<reserved-1C3A> 1C3B..1C3F ; valid ; ; NV8 # 5.1 LEPCHA PUNCTUATION TA-ROL..LEPCHA PUNCTUATION TSHOOK 1C40..1C49 ; valid # 5.1 LEPCHA DIGIT ZERO..LEPCHA DIGIT NINE 1C4A..1C4C ; disallowed # NA <reserved-1C4A>..<reserved-1C4C> 1C4D..1C7D ; valid # 5.1 LEPCHA LETTER TTA..OL CHIKI AHAD 1C7E..1C7F ; valid ; ; NV8 # 5.1 OL CHIKI PUNCTUATION MUCAAD..OL CHIKI PUNCTUATION DOUBLE MUCAAD 1C80..1CBF ; disallowed # NA <reserved-1C80>..<reserved-1CBF> 1CC0..1CC7 ; valid ; ; NV8 # 6.1 SUNDANESE PUNCTUATION BINDU SURYA..SUNDANESE PUNCTUATION BINDU BA SATANGA 1CC8..1CCF ; disallowed # NA <reserved-1CC8>..<reserved-1CCF> 1CD0..1CD2 ; valid # 5.2 VEDIC TONE KARSHANA..VEDIC TONE PRENKHA 1CD3 ; valid ; ; NV8 # 5.2 VEDIC SIGN NIHSHVASA 1CD4..1CF2 ; valid # 5.2 VEDIC SIGN YAJURVEDIC MIDLINE SVARITA..VEDIC SIGN ARDHAVISARGA 1CF3..1CF6 ; valid # 6.1 VEDIC SIGN ROTATED ARDHAVISARGA..VEDIC SIGN UPADHMANIYA 1CF7..1CFF ; disallowed # NA <reserved-1CF7>..<reserved-1CFF> 1D00..1D2B ; valid # 4.0 LATIN LETTER SMALL CAPITAL A..CYRILLIC LETTER SMALL CAPITAL EL 1D2C ; mapped ; 0061 # 4.0 MODIFIER LETTER CAPITAL A 1D2D ; mapped ; 00E6 # 4.0 MODIFIER LETTER CAPITAL AE 1D2E ; mapped ; 0062 # 4.0 MODIFIER LETTER CAPITAL B 1D2F ; valid # 4.0 MODIFIER LETTER CAPITAL BARRED B 1D30 ; mapped ; 0064 # 4.0 MODIFIER LETTER CAPITAL D 1D31 ; mapped ; 0065 # 4.0 MODIFIER LETTER CAPITAL E 1D32 ; mapped ; 01DD # 4.0 MODIFIER LETTER CAPITAL REVERSED E 1D33 ; mapped ; 0067 # 4.0 MODIFIER LETTER CAPITAL G 1D34 ; mapped ; 0068 # 4.0 MODIFIER LETTER CAPITAL H 1D35 ; mapped ; 0069 # 4.0 MODIFIER LETTER CAPITAL I 1D36 ; mapped ; 006A # 4.0 MODIFIER LETTER CAPITAL J 1D37 ; mapped ; 006B # 4.0 MODIFIER LETTER CAPITAL K 1D38 ; mapped ; 006C # 4.0 MODIFIER LETTER CAPITAL L 1D39 ; mapped ; 006D # 4.0 MODIFIER LETTER CAPITAL M 1D3A ; mapped ; 006E # 4.0 MODIFIER LETTER CAPITAL N 1D3B ; valid # 4.0 MODIFIER LETTER CAPITAL REVERSED N 1D3C ; mapped ; 006F # 4.0 MODIFIER LETTER CAPITAL O 1D3D ; mapped ; 0223 # 4.0 MODIFIER LETTER CAPITAL OU 1D3E ; mapped ; 0070 # 4.0 MODIFIER LETTER CAPITAL P 1D3F ; mapped ; 0072 # 4.0 MODIFIER LETTER CAPITAL R 1D40 ; mapped ; 0074 # 4.0 MODIFIER LETTER CAPITAL T 1D41 ; mapped ; 0075 # 4.0 MODIFIER LETTER CAPITAL U 1D42 ; mapped ; 0077 # 4.0 MODIFIER LETTER CAPITAL W 1D43 ; mapped ; 0061 # 4.0 MODIFIER LETTER SMALL A 1D44 ; mapped ; 0250 # 4.0 MODIFIER LETTER SMALL TURNED A 1D45 ; mapped ; 0251 # 4.0 MODIFIER LETTER SMALL ALPHA 1D46 ; mapped ; 1D02 # 4.0 MODIFIER LETTER SMALL TURNED AE 1D47 ; mapped ; 0062 # 4.0 MODIFIER LETTER SMALL B 1D48 ; mapped ; 0064 # 4.0 MODIFIER LETTER SMALL D 1D49 ; mapped ; 0065 # 4.0 MODIFIER LETTER SMALL E 1D4A ; mapped ; 0259 # 4.0 MODIFIER LETTER SMALL SCHWA 1D4B ; mapped ; 025B # 4.0 MODIFIER LETTER SMALL OPEN E 1D4C ; mapped ; 025C # 4.0 MODIFIER LETTER SMALL TURNED OPEN E 1D4D ; mapped ; 0067 # 4.0 MODIFIER LETTER SMALL G 1D4E ; valid # 4.0 MODIFIER LETTER SMALL TURNED I 1D4F ; mapped ; 006B # 4.0 MODIFIER LETTER SMALL K 1D50 ; mapped ; 006D # 4.0 MODIFIER LETTER SMALL M 1D51 ; mapped ; 014B # 4.0 MODIFIER LETTER SMALL ENG 1D52 ; mapped ; 006F # 4.0 MODIFIER LETTER SMALL O 1D53 ; mapped ; 0254 # 4.0 MODIFIER LETTER SMALL OPEN O 1D54 ; mapped ; 1D16 # 4.0 MODIFIER LETTER SMALL TOP HALF O 1D55 ; mapped ; 1D17 # 4.0 MODIFIER LETTER SMALL BOTTOM HALF O 1D56 ; mapped ; 0070 # 4.0 MODIFIER LETTER SMALL P 1D57 ; mapped ; 0074 # 4.0 MODIFIER LETTER SMALL T 1D58 ; mapped ; 0075 # 4.0 MODIFIER LETTER SMALL U 1D59 ; mapped ; 1D1D # 4.0 MODIFIER LETTER SMALL SIDEWAYS U 1D5A ; mapped ; 026F # 4.0 MODIFIER LETTER SMALL TURNED M 1D5B ; mapped ; 0076 # 4.0 MODIFIER LETTER SMALL V 1D5C ; mapped ; 1D25 # 4.0 MODIFIER LETTER SMALL AIN 1D5D ; mapped ; 03B2 # 4.0 MODIFIER LETTER SMALL BETA 1D5E ; mapped ; 03B3 # 4.0 MODIFIER LETTER SMALL GREEK GAMMA 1D5F ; mapped ; 03B4 # 4.0 MODIFIER LETTER SMALL DELTA 1D60 ; mapped ; 03C6 # 4.0 MODIFIER LETTER SMALL GREEK PHI 1D61 ; mapped ; 03C7 # 4.0 MODIFIER LETTER SMALL CHI 1D62 ; mapped ; 0069 # 4.0 LATIN SUBSCRIPT SMALL LETTER I 1D63 ; mapped ; 0072 # 4.0 LATIN SUBSCRIPT SMALL LETTER R 1D64 ; mapped ; 0075 # 4.0 LATIN SUBSCRIPT SMALL LETTER U 1D65 ; mapped ; 0076 # 4.0 LATIN SUBSCRIPT SMALL LETTER V 1D66 ; mapped ; 03B2 # 4.0 GREEK SUBSCRIPT SMALL LETTER BETA 1D67 ; mapped ; 03B3 # 4.0 GREEK SUBSCRIPT SMALL LETTER GAMMA 1D68 ; mapped ; 03C1 # 4.0 GREEK SUBSCRIPT SMALL LETTER RHO 1D69 ; mapped ; 03C6 # 4.0 GREEK SUBSCRIPT SMALL LETTER PHI 1D6A ; mapped ; 03C7 # 4.0 GREEK SUBSCRIPT SMALL LETTER CHI 1D6B ; valid # 4.0 LATIN SMALL LETTER UE 1D6C..1D77 ; valid # 4.1 LATIN SMALL LETTER B WITH MIDDLE TILDE..LATIN SMALL LETTER TURNED G 1D78 ; mapped ; 043D # 4.1 MODIFIER LETTER CYRILLIC EN 1D79..1D9A ; valid # 4.1 LATIN SMALL LETTER INSULAR G..LATIN SMALL LETTER EZH WITH RETROFLEX HOOK 1D9B ; mapped ; 0252 # 4.1 MODIFIER LETTER SMALL TURNED ALPHA 1D9C ; mapped ; 0063 # 4.1 MODIFIER LETTER SMALL C 1D9D ; mapped ; 0255 # 4.1 MODIFIER LETTER SMALL C WITH CURL 1D9E ; mapped ; 00F0 # 4.1 MODIFIER LETTER SMALL ETH 1D9F ; mapped ; 025C # 4.1 MODIFIER LETTER SMALL REVERSED OPEN E 1DA0 ; mapped ; 0066 # 4.1 MODIFIER LETTER SMALL F 1DA1 ; mapped ; 025F # 4.1 MODIFIER LETTER SMALL DOTLESS J WITH STROKE 1DA2 ; mapped ; 0261 # 4.1 MODIFIER LETTER SMALL SCRIPT G 1DA3 ; mapped ; 0265 # 4.1 MODIFIER LETTER SMALL TURNED H 1DA4 ; mapped ; 0268 # 4.1 MODIFIER LETTER SMALL I WITH STROKE 1DA5 ; mapped ; 0269 # 4.1 MODIFIER LETTER SMALL IOTA 1DA6 ; mapped ; 026A # 4.1 MODIFIER LETTER SMALL CAPITAL I 1DA7 ; mapped ; 1D7B # 4.1 MODIFIER LETTER SMALL CAPITAL I WITH STROKE 1DA8 ; mapped ; 029D # 4.1 MODIFIER LETTER SMALL J WITH CROSSED-TAIL 1DA9 ; mapped ; 026D # 4.1 MODIFIER LETTER SMALL L WITH RETROFLEX HOOK 1DAA ; mapped ; 1D85 # 4.1 MODIFIER LETTER SMALL L WITH PALATAL HOOK 1DAB ; mapped ; 029F # 4.1 MODIFIER LETTER SMALL CAPITAL L 1DAC ; mapped ; 0271 # 4.1 MODIFIER LETTER SMALL M WITH HOOK 1DAD ; mapped ; 0270 # 4.1 MODIFIER LETTER SMALL TURNED M WITH LONG LEG 1DAE ; mapped ; 0272 # 4.1 MODIFIER LETTER SMALL N WITH LEFT HOOK 1DAF ; mapped ; 0273 # 4.1 MODIFIER LETTER SMALL N WITH RETROFLEX HOOK 1DB0 ; mapped ; 0274 # 4.1 MODIFIER LETTER SMALL CAPITAL N 1DB1 ; mapped ; 0275 # 4.1 MODIFIER LETTER SMALL BARRED O 1DB2 ; mapped ; 0278 # 4.1 MODIFIER LETTER SMALL PHI 1DB3 ; mapped ; 0282 # 4.1 MODIFIER LETTER SMALL S WITH HOOK 1DB4 ; mapped ; 0283 # 4.1 MODIFIER LETTER SMALL ESH 1DB5 ; mapped ; 01AB # 4.1 MODIFIER LETTER SMALL T WITH PALATAL HOOK 1DB6 ; mapped ; 0289 # 4.1 MODIFIER LETTER SMALL U BAR 1DB7 ; mapped ; 028A # 4.1 MODIFIER LETTER SMALL UPSILON 1DB8 ; mapped ; 1D1C # 4.1 MODIFIER LETTER SMALL CAPITAL U 1DB9 ; mapped ; 028B # 4.1 MODIFIER LETTER SMALL V WITH HOOK 1DBA ; mapped ; 028C # 4.1 MODIFIER LETTER SMALL TURNED V 1DBB ; mapped ; 007A # 4.1 MODIFIER LETTER SMALL Z 1DBC ; mapped ; 0290 # 4.1 MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK 1DBD ; mapped ; 0291 # 4.1 MODIFIER LETTER SMALL Z WITH CURL 1DBE ; mapped ; 0292 # 4.1 MODIFIER LETTER SMALL EZH 1DBF ; mapped ; 03B8 # 4.1 MODIFIER LETTER SMALL THETA 1DC0..1DC3 ; valid # 4.1 COMBINING DOTTED GRAVE ACCENT..COMBINING SUSPENSION MARK 1DC4..1DCA ; valid # 5.0 COMBINING MACRON-ACUTE..COMBINING LATIN SMALL LETTER R BELOW 1DCB..1DE6 ; valid # 5.1 COMBINING BREVE-MACRON..COMBINING LATIN SMALL LETTER Z 1DE7..1DFB ; disallowed # NA <reserved-1DE7>..<reserved-1DFB> 1DFC ; valid # 6.0 COMBINING DOUBLE INVERTED BREVE BELOW 1DFD ; valid # 5.2 COMBINING ALMOST EQUAL TO BELOW 1DFE..1DFF ; valid # 5.0 COMBINING LEFT ARROWHEAD ABOVE..COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW 1E00 ; mapped ; 1E01 # 1.1 LATIN CAPITAL LETTER A WITH RING BELOW 1E01 ; valid # 1.1 LATIN SMALL LETTER A WITH RING BELOW 1E02 ; mapped ; 1E03 # 1.1 LATIN CAPITAL LETTER B WITH DOT ABOVE 1E03 ; valid # 1.1 LATIN SMALL LETTER B WITH DOT ABOVE 1E04 ; mapped ; 1E05 # 1.1 LATIN CAPITAL LETTER B WITH DOT BELOW 1E05 ; valid # 1.1 LATIN SMALL LETTER B WITH DOT BELOW 1E06 ; mapped ; 1E07 # 1.1 LATIN CAPITAL LETTER B WITH LINE BELOW 1E07 ; valid # 1.1 LATIN SMALL LETTER B WITH LINE BELOW 1E08 ; mapped ; 1E09 # 1.1 LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE 1E09 ; valid # 1.1 LATIN SMALL LETTER C WITH CEDILLA AND ACUTE 1E0A ; mapped ; 1E0B # 1.1 LATIN CAPITAL LETTER D WITH DOT ABOVE 1E0B ; valid # 1.1 LATIN SMALL LETTER D WITH DOT ABOVE 1E0C ; mapped ; 1E0D # 1.1 LATIN CAPITAL LETTER D WITH DOT BELOW 1E0D ; valid # 1.1 LATIN SMALL LETTER D WITH DOT BELOW 1E0E ; mapped ; 1E0F # 1.1 LATIN CAPITAL LETTER D WITH LINE BELOW 1E0F ; valid # 1.1 LATIN SMALL LETTER D WITH LINE BELOW 1E10 ; mapped ; 1E11 # 1.1 LATIN CAPITAL LETTER D WITH CEDILLA 1E11 ; valid # 1.1 LATIN SMALL LETTER D WITH CEDILLA 1E12 ; mapped ; 1E13 # 1.1 LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW 1E13 ; valid # 1.1 LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW 1E14 ; mapped ; 1E15 # 1.1 LATIN CAPITAL LETTER E WITH MACRON AND GRAVE 1E15 ; valid # 1.1 LATIN SMALL LETTER E WITH MACRON AND GRAVE 1E16 ; mapped ; 1E17 # 1.1 LATIN CAPITAL LETTER E WITH MACRON AND ACUTE 1E17 ; valid # 1.1 LATIN SMALL LETTER E WITH MACRON AND ACUTE 1E18 ; mapped ; 1E19 # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW 1E19 ; valid # 1.1 LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW 1E1A ; mapped ; 1E1B # 1.1 LATIN CAPITAL LETTER E WITH TILDE BELOW 1E1B ; valid # 1.1 LATIN SMALL LETTER E WITH TILDE BELOW 1E1C ; mapped ; 1E1D # 1.1 LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE 1E1D ; valid # 1.1 LATIN SMALL LETTER E WITH CEDILLA AND BREVE 1E1E ; mapped ; 1E1F # 1.1 LATIN CAPITAL LETTER F WITH DOT ABOVE 1E1F ; valid # 1.1 LATIN SMALL LETTER F WITH DOT ABOVE 1E20 ; mapped ; 1E21 # 1.1 LATIN CAPITAL LETTER G WITH MACRON 1E21 ; valid # 1.1 LATIN SMALL LETTER G WITH MACRON 1E22 ; mapped ; 1E23 # 1.1 LATIN CAPITAL LETTER H WITH DOT ABOVE 1E23 ; valid # 1.1 LATIN SMALL LETTER H WITH DOT ABOVE 1E24 ; mapped ; 1E25 # 1.1 LATIN CAPITAL LETTER H WITH DOT BELOW 1E25 ; valid # 1.1 LATIN SMALL LETTER H WITH DOT BELOW 1E26 ; mapped ; 1E27 # 1.1 LATIN CAPITAL LETTER H WITH DIAERESIS 1E27 ; valid # 1.1 LATIN SMALL LETTER H WITH DIAERESIS 1E28 ; mapped ; 1E29 # 1.1 LATIN CAPITAL LETTER H WITH CEDILLA 1E29 ; valid # 1.1 LATIN SMALL LETTER H WITH CEDILLA 1E2A ; mapped ; 1E2B # 1.1 LATIN CAPITAL LETTER H WITH BREVE BELOW 1E2B ; valid # 1.1 LATIN SMALL LETTER H WITH BREVE BELOW 1E2C ; mapped ; 1E2D # 1.1 LATIN CAPITAL LETTER I WITH TILDE BELOW 1E2D ; valid # 1.1 LATIN SMALL LETTER I WITH TILDE BELOW 1E2E ; mapped ; 1E2F # 1.1 LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE 1E2F ; valid # 1.1 LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE 1E30 ; mapped ; 1E31 # 1.1 LATIN CAPITAL LETTER K WITH ACUTE 1E31 ; valid # 1.1 LATIN SMALL LETTER K WITH ACUTE 1E32 ; mapped ; 1E33 # 1.1 LATIN CAPITAL LETTER K WITH DOT BELOW 1E33 ; valid # 1.1 LATIN SMALL LETTER K WITH DOT BELOW 1E34 ; mapped ; 1E35 # 1.1 LATIN CAPITAL LETTER K WITH LINE BELOW 1E35 ; valid # 1.1 LATIN SMALL LETTER K WITH LINE BELOW 1E36 ; mapped ; 1E37 # 1.1 LATIN CAPITAL LETTER L WITH DOT BELOW 1E37 ; valid # 1.1 LATIN SMALL LETTER L WITH DOT BELOW 1E38 ; mapped ; 1E39 # 1.1 LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON 1E39 ; valid # 1.1 LATIN SMALL LETTER L WITH DOT BELOW AND MACRON 1E3A ; mapped ; 1E3B # 1.1 LATIN CAPITAL LETTER L WITH LINE BELOW 1E3B ; valid # 1.1 LATIN SMALL LETTER L WITH LINE BELOW 1E3C ; mapped ; 1E3D # 1.1 LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW 1E3D ; valid # 1.1 LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW 1E3E ; mapped ; 1E3F # 1.1 LATIN CAPITAL LETTER M WITH ACUTE 1E3F ; valid # 1.1 LATIN SMALL LETTER M WITH ACUTE 1E40 ; mapped ; 1E41 # 1.1 LATIN CAPITAL LETTER M WITH DOT ABOVE 1E41 ; valid # 1.1 LATIN SMALL LETTER M WITH DOT ABOVE 1E42 ; mapped ; 1E43 # 1.1 LATIN CAPITAL LETTER M WITH DOT BELOW 1E43 ; valid # 1.1 LATIN SMALL LETTER M WITH DOT BELOW 1E44 ; mapped ; 1E45 # 1.1 LATIN CAPITAL LETTER N WITH DOT ABOVE 1E45 ; valid # 1.1 LATIN SMALL LETTER N WITH DOT ABOVE 1E46 ; mapped ; 1E47 # 1.1 LATIN CAPITAL LETTER N WITH DOT BELOW 1E47 ; valid # 1.1 LATIN SMALL LETTER N WITH DOT BELOW 1E48 ; mapped ; 1E49 # 1.1 LATIN CAPITAL LETTER N WITH LINE BELOW 1E49 ; valid # 1.1 LATIN SMALL LETTER N WITH LINE BELOW 1E4A ; mapped ; 1E4B # 1.1 LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW 1E4B ; valid # 1.1 LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW 1E4C ; mapped ; 1E4D # 1.1 LATIN CAPITAL LETTER O WITH TILDE AND ACUTE 1E4D ; valid # 1.1 LATIN SMALL LETTER O WITH TILDE AND ACUTE 1E4E ; mapped ; 1E4F # 1.1 LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS 1E4F ; valid # 1.1 LATIN SMALL LETTER O WITH TILDE AND DIAERESIS 1E50 ; mapped ; 1E51 # 1.1 LATIN CAPITAL LETTER O WITH MACRON AND GRAVE 1E51 ; valid # 1.1 LATIN SMALL LETTER O WITH MACRON AND GRAVE 1E52 ; mapped ; 1E53 # 1.1 LATIN CAPITAL LETTER O WITH MACRON AND ACUTE 1E53 ; valid # 1.1 LATIN SMALL LETTER O WITH MACRON AND ACUTE 1E54 ; mapped ; 1E55 # 1.1 LATIN CAPITAL LETTER P WITH ACUTE 1E55 ; valid # 1.1 LATIN SMALL LETTER P WITH ACUTE 1E56 ; mapped ; 1E57 # 1.1 LATIN CAPITAL LETTER P WITH DOT ABOVE 1E57 ; valid # 1.1 LATIN SMALL LETTER P WITH DOT ABOVE 1E58 ; mapped ; 1E59 # 1.1 LATIN CAPITAL LETTER R WITH DOT ABOVE 1E59 ; valid # 1.1 LATIN SMALL LETTER R WITH DOT ABOVE 1E5A ; mapped ; 1E5B # 1.1 LATIN CAPITAL LETTER R WITH DOT BELOW 1E5B ; valid # 1.1 LATIN SMALL LETTER R WITH DOT BELOW 1E5C ; mapped ; 1E5D # 1.1 LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON 1E5D ; valid # 1.1 LATIN SMALL LETTER R WITH DOT BELOW AND MACRON 1E5E ; mapped ; 1E5F # 1.1 LATIN CAPITAL LETTER R WITH LINE BELOW 1E5F ; valid # 1.1 LATIN SMALL LETTER R WITH LINE BELOW 1E60 ; mapped ; 1E61 # 1.1 LATIN CAPITAL LETTER S WITH DOT ABOVE 1E61 ; valid # 1.1 LATIN SMALL LETTER S WITH DOT ABOVE 1E62 ; mapped ; 1E63 # 1.1 LATIN CAPITAL LETTER S WITH DOT BELOW 1E63 ; valid # 1.1 LATIN SMALL LETTER S WITH DOT BELOW 1E64 ; mapped ; 1E65 # 1.1 LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE 1E65 ; valid # 1.1 LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE 1E66 ; mapped ; 1E67 # 1.1 LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE 1E67 ; valid # 1.1 LATIN SMALL LETTER S WITH CARON AND DOT ABOVE 1E68 ; mapped ; 1E69 # 1.1 LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE 1E69 ; valid # 1.1 LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE 1E6A ; mapped ; 1E6B # 1.1 LATIN CAPITAL LETTER T WITH DOT ABOVE 1E6B ; valid # 1.1 LATIN SMALL LETTER T WITH DOT ABOVE 1E6C ; mapped ; 1E6D # 1.1 LATIN CAPITAL LETTER T WITH DOT BELOW 1E6D ; valid # 1.1 LATIN SMALL LETTER T WITH DOT BELOW 1E6E ; mapped ; 1E6F # 1.1 LATIN CAPITAL LETTER T WITH LINE BELOW 1E6F ; valid # 1.1 LATIN SMALL LETTER T WITH LINE BELOW 1E70 ; mapped ; 1E71 # 1.1 LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW 1E71 ; valid # 1.1 LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW 1E72 ; mapped ; 1E73 # 1.1 LATIN CAPITAL LETTER U WITH DIAERESIS BELOW 1E73 ; valid # 1.1 LATIN SMALL LETTER U WITH DIAERESIS BELOW 1E74 ; mapped ; 1E75 # 1.1 LATIN CAPITAL LETTER U WITH TILDE BELOW 1E75 ; valid # 1.1 LATIN SMALL LETTER U WITH TILDE BELOW 1E76 ; mapped ; 1E77 # 1.1 LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW 1E77 ; valid # 1.1 LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW 1E78 ; mapped ; 1E79 # 1.1 LATIN CAPITAL LETTER U WITH TILDE AND ACUTE 1E79 ; valid # 1.1 LATIN SMALL LETTER U WITH TILDE AND ACUTE 1E7A ; mapped ; 1E7B # 1.1 LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS 1E7B ; valid # 1.1 LATIN SMALL LETTER U WITH MACRON AND DIAERESIS 1E7C ; mapped ; 1E7D # 1.1 LATIN CAPITAL LETTER V WITH TILDE 1E7D ; valid # 1.1 LATIN SMALL LETTER V WITH TILDE 1E7E ; mapped ; 1E7F # 1.1 LATIN CAPITAL LETTER V WITH DOT BELOW 1E7F ; valid # 1.1 LATIN SMALL LETTER V WITH DOT BELOW 1E80 ; mapped ; 1E81 # 1.1 LATIN CAPITAL LETTER W WITH GRAVE 1E81 ; valid # 1.1 LATIN SMALL LETTER W WITH GRAVE 1E82 ; mapped ; 1E83 # 1.1 LATIN CAPITAL LETTER W WITH ACUTE 1E83 ; valid # 1.1 LATIN SMALL LETTER W WITH ACUTE 1E84 ; mapped ; 1E85 # 1.1 LATIN CAPITAL LETTER W WITH DIAERESIS 1E85 ; valid # 1.1 LATIN SMALL LETTER W WITH DIAERESIS 1E86 ; mapped ; 1E87 # 1.1 LATIN CAPITAL LETTER W WITH DOT ABOVE 1E87 ; valid # 1.1 LATIN SMALL LETTER W WITH DOT ABOVE 1E88 ; mapped ; 1E89 # 1.1 LATIN CAPITAL LETTER W WITH DOT BELOW 1E89 ; valid # 1.1 LATIN SMALL LETTER W WITH DOT BELOW 1E8A ; mapped ; 1E8B # 1.1 LATIN CAPITAL LETTER X WITH DOT ABOVE 1E8B ; valid # 1.1 LATIN SMALL LETTER X WITH DOT ABOVE 1E8C ; mapped ; 1E8D # 1.1 LATIN CAPITAL LETTER X WITH DIAERESIS 1E8D ; valid # 1.1 LATIN SMALL LETTER X WITH DIAERESIS 1E8E ; mapped ; 1E8F # 1.1 LATIN CAPITAL LETTER Y WITH DOT ABOVE 1E8F ; valid # 1.1 LATIN SMALL LETTER Y WITH DOT ABOVE 1E90 ; mapped ; 1E91 # 1.1 LATIN CAPITAL LETTER Z WITH CIRCUMFLEX 1E91 ; valid # 1.1 LATIN SMALL LETTER Z WITH CIRCUMFLEX 1E92 ; mapped ; 1E93 # 1.1 LATIN CAPITAL LETTER Z WITH DOT BELOW 1E93 ; valid # 1.1 LATIN SMALL LETTER Z WITH DOT BELOW 1E94 ; mapped ; 1E95 # 1.1 LATIN CAPITAL LETTER Z WITH LINE BELOW 1E95..1E99 ; valid # 1.1 LATIN SMALL LETTER Z WITH LINE BELOW..LATIN SMALL LETTER Y WITH RING ABOVE 1E9A ; mapped ; 0061 02BE # 1.1 LATIN SMALL LETTER A WITH RIGHT HALF RING 1E9B ; mapped ; 1E61 # 2.0 LATIN SMALL LETTER LONG S WITH DOT ABOVE 1E9C..1E9D ; valid # 5.1 LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE..LATIN SMALL LETTER LONG S WITH HIGH STROKE 1E9E ; mapped ; 0073 0073 # 5.1 LATIN CAPITAL LETTER SHARP S 1E9F ; valid # 5.1 LATIN SMALL LETTER DELTA 1EA0 ; mapped ; 1EA1 # 1.1 LATIN CAPITAL LETTER A WITH DOT BELOW 1EA1 ; valid # 1.1 LATIN SMALL LETTER A WITH DOT BELOW 1EA2 ; mapped ; 1EA3 # 1.1 LATIN CAPITAL LETTER A WITH HOOK ABOVE 1EA3 ; valid # 1.1 LATIN SMALL LETTER A WITH HOOK ABOVE 1EA4 ; mapped ; 1EA5 # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE 1EA5 ; valid # 1.1 LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE 1EA6 ; mapped ; 1EA7 # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE 1EA7 ; valid # 1.1 LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE 1EA8 ; mapped ; 1EA9 # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 1EA9 ; valid # 1.1 LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 1EAA ; mapped ; 1EAB # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE 1EAB ; valid # 1.1 LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE 1EAC ; mapped ; 1EAD # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EAD ; valid # 1.1 LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EAE ; mapped ; 1EAF # 1.1 LATIN CAPITAL LETTER A WITH BREVE AND ACUTE 1EAF ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE AND ACUTE 1EB0 ; mapped ; 1EB1 # 1.1 LATIN CAPITAL LETTER A WITH BREVE AND GRAVE 1EB1 ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE AND GRAVE 1EB2 ; mapped ; 1EB3 # 1.1 LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE 1EB3 ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE 1EB4 ; mapped ; 1EB5 # 1.1 LATIN CAPITAL LETTER A WITH BREVE AND TILDE 1EB5 ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE AND TILDE 1EB6 ; mapped ; 1EB7 # 1.1 LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW 1EB7 ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE AND DOT BELOW 1EB8 ; mapped ; 1EB9 # 1.1 LATIN CAPITAL LETTER E WITH DOT BELOW 1EB9 ; valid # 1.1 LATIN SMALL LETTER E WITH DOT BELOW 1EBA ; mapped ; 1EBB # 1.1 LATIN CAPITAL LETTER E WITH HOOK ABOVE 1EBB ; valid # 1.1 LATIN SMALL LETTER E WITH HOOK ABOVE 1EBC ; mapped ; 1EBD # 1.1 LATIN CAPITAL LETTER E WITH TILDE 1EBD ; valid # 1.1 LATIN SMALL LETTER E WITH TILDE 1EBE ; mapped ; 1EBF # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE 1EBF ; valid # 1.1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE 1EC0 ; mapped ; 1EC1 # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE 1EC1 ; valid # 1.1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE 1EC2 ; mapped ; 1EC3 # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 1EC3 ; valid # 1.1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 1EC4 ; mapped ; 1EC5 # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE 1EC5 ; valid # 1.1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE 1EC6 ; mapped ; 1EC7 # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EC7 ; valid # 1.1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EC8 ; mapped ; 1EC9 # 1.1 LATIN CAPITAL LETTER I WITH HOOK ABOVE 1EC9 ; valid # 1.1 LATIN SMALL LETTER I WITH HOOK ABOVE 1ECA ; mapped ; 1ECB # 1.1 LATIN CAPITAL LETTER I WITH DOT BELOW 1ECB ; valid # 1.1 LATIN SMALL LETTER I WITH DOT BELOW 1ECC ; mapped ; 1ECD # 1.1 LATIN CAPITAL LETTER O WITH DOT BELOW 1ECD ; valid # 1.1 LATIN SMALL LETTER O WITH DOT BELOW 1ECE ; mapped ; 1ECF # 1.1 LATIN CAPITAL LETTER O WITH HOOK ABOVE 1ECF ; valid # 1.1 LATIN SMALL LETTER O WITH HOOK ABOVE 1ED0 ; mapped ; 1ED1 # 1.1 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE 1ED1 ; valid # 1.1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE 1ED2 ; mapped ; 1ED3 # 1.1 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE 1ED3 ; valid # 1.1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE 1ED4 ; mapped ; 1ED5 # 1.1 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 1ED5 ; valid # 1.1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 1ED6 ; mapped ; 1ED7 # 1.1 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE 1ED7 ; valid # 1.1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE 1ED8 ; mapped ; 1ED9 # 1.1 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1ED9 ; valid # 1.1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1EDA ; mapped ; 1EDB # 1.1 LATIN CAPITAL LETTER O WITH HORN AND ACUTE 1EDB ; valid # 1.1 LATIN SMALL LETTER O WITH HORN AND ACUTE 1EDC ; mapped ; 1EDD # 1.1 LATIN CAPITAL LETTER O WITH HORN AND GRAVE 1EDD ; valid # 1.1 LATIN SMALL LETTER O WITH HORN AND GRAVE 1EDE ; mapped ; 1EDF # 1.1 LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE 1EDF ; valid # 1.1 LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE 1EE0 ; mapped ; 1EE1 # 1.1 LATIN CAPITAL LETTER O WITH HORN AND TILDE 1EE1 ; valid # 1.1 LATIN SMALL LETTER O WITH HORN AND TILDE 1EE2 ; mapped ; 1EE3 # 1.1 LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW 1EE3 ; valid # 1.1 LATIN SMALL LETTER O WITH HORN AND DOT BELOW 1EE4 ; mapped ; 1EE5 # 1.1 LATIN CAPITAL LETTER U WITH DOT BELOW 1EE5 ; valid # 1.1 LATIN SMALL LETTER U WITH DOT BELOW 1EE6 ; mapped ; 1EE7 # 1.1 LATIN CAPITAL LETTER U WITH HOOK ABOVE 1EE7 ; valid # 1.1 LATIN SMALL LETTER U WITH HOOK ABOVE 1EE8 ; mapped ; 1EE9 # 1.1 LATIN CAPITAL LETTER U WITH HORN AND ACUTE 1EE9 ; valid # 1.1 LATIN SMALL LETTER U WITH HORN AND ACUTE 1EEA ; mapped ; 1EEB # 1.1 LATIN CAPITAL LETTER U WITH HORN AND GRAVE 1EEB ; valid # 1.1 LATIN SMALL LETTER U WITH HORN AND GRAVE 1EEC ; mapped ; 1EED # 1.1 LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE 1EED ; valid # 1.1 LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE 1EEE ; mapped ; 1EEF # 1.1 LATIN CAPITAL LETTER U WITH HORN AND TILDE 1EEF ; valid # 1.1 LATIN SMALL LETTER U WITH HORN AND TILDE 1EF0 ; mapped ; 1EF1 # 1.1 LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW 1EF1 ; valid # 1.1 LATIN SMALL LETTER U WITH HORN AND DOT BELOW 1EF2 ; mapped ; 1EF3 # 1.1 LATIN CAPITAL LETTER Y WITH GRAVE 1EF3 ; valid # 1.1 LATIN SMALL LETTER Y WITH GRAVE 1EF4 ; mapped ; 1EF5 # 1.1 LATIN CAPITAL LETTER Y WITH DOT BELOW 1EF5 ; valid # 1.1 LATIN SMALL LETTER Y WITH DOT BELOW 1EF6 ; mapped ; 1EF7 # 1.1 LATIN CAPITAL LETTER Y WITH HOOK ABOVE 1EF7 ; valid # 1.1 LATIN SMALL LETTER Y WITH HOOK ABOVE 1EF8 ; mapped ; 1EF9 # 1.1 LATIN CAPITAL LETTER Y WITH TILDE 1EF9 ; valid # 1.1 LATIN SMALL LETTER Y WITH TILDE 1EFA ; mapped ; 1EFB # 5.1 LATIN CAPITAL LETTER MIDDLE-WELSH LL 1EFB ; valid # 5.1 LATIN SMALL LETTER MIDDLE-WELSH LL 1EFC ; mapped ; 1EFD # 5.1 LATIN CAPITAL LETTER MIDDLE-WELSH V 1EFD ; valid # 5.1 LATIN SMALL LETTER MIDDLE-WELSH V 1EFE ; mapped ; 1EFF # 5.1 LATIN CAPITAL LETTER Y WITH LOOP 1EFF ; valid # 5.1 LATIN SMALL LETTER Y WITH LOOP 1F00..1F07 ; valid # 1.1 GREEK SMALL LETTER ALPHA WITH PSILI..GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F08 ; mapped ; 1F00 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI 1F09 ; mapped ; 1F01 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA 1F0A ; mapped ; 1F02 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA 1F0B ; mapped ; 1F03 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA 1F0C ; mapped ; 1F04 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA 1F0D ; mapped ; 1F05 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA 1F0E ; mapped ; 1F06 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI 1F0F ; mapped ; 1F07 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F10..1F15 ; valid # 1.1 GREEK SMALL LETTER EPSILON WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F16..1F17 ; disallowed # NA <reserved-1F16>..<reserved-1F17> 1F18 ; mapped ; 1F10 # 1.1 GREEK CAPITAL LETTER EPSILON WITH PSILI 1F19 ; mapped ; 1F11 # 1.1 GREEK CAPITAL LETTER EPSILON WITH DASIA 1F1A ; mapped ; 1F12 # 1.1 GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA 1F1B ; mapped ; 1F13 # 1.1 GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA 1F1C ; mapped ; 1F14 # 1.1 GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA 1F1D ; mapped ; 1F15 # 1.1 GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F1E..1F1F ; disallowed # NA <reserved-1F1E>..<reserved-1F1F> 1F20..1F27 ; valid # 1.1 GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI 1F28 ; mapped ; 1F20 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI 1F29 ; mapped ; 1F21 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA 1F2A ; mapped ; 1F22 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA 1F2B ; mapped ; 1F23 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA 1F2C ; mapped ; 1F24 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA 1F2D ; mapped ; 1F25 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA 1F2E ; mapped ; 1F26 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI 1F2F ; mapped ; 1F27 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI 1F30..1F37 ; valid # 1.1 GREEK SMALL LETTER IOTA WITH PSILI..GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI 1F38 ; mapped ; 1F30 # 1.1 GREEK CAPITAL LETTER IOTA WITH PSILI 1F39 ; mapped ; 1F31 # 1.1 GREEK CAPITAL LETTER IOTA WITH DASIA 1F3A ; mapped ; 1F32 # 1.1 GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA 1F3B ; mapped ; 1F33 # 1.1 GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA 1F3C ; mapped ; 1F34 # 1.1 GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA 1F3D ; mapped ; 1F35 # 1.1 GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA 1F3E ; mapped ; 1F36 # 1.1 GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI 1F3F ; mapped ; 1F37 # 1.1 GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI 1F40..1F45 ; valid # 1.1 GREEK SMALL LETTER OMICRON WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F46..1F47 ; disallowed # NA <reserved-1F46>..<reserved-1F47> 1F48 ; mapped ; 1F40 # 1.1 GREEK CAPITAL LETTER OMICRON WITH PSILI 1F49 ; mapped ; 1F41 # 1.1 GREEK CAPITAL LETTER OMICRON WITH DASIA 1F4A ; mapped ; 1F42 # 1.1 GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA 1F4B ; mapped ; 1F43 # 1.1 GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA 1F4C ; mapped ; 1F44 # 1.1 GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA 1F4D ; mapped ; 1F45 # 1.1 GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F4E..1F4F ; disallowed # NA <reserved-1F4E>..<reserved-1F4F> 1F50..1F57 ; valid # 1.1 GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F58 ; disallowed # NA <reserved-1F58> 1F59 ; mapped ; 1F51 # 1.1 GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5A ; disallowed # NA <reserved-1F5A> 1F5B ; mapped ; 1F53 # 1.1 GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5C ; disallowed # NA <reserved-1F5C> 1F5D ; mapped ; 1F55 # 1.1 GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5E ; disallowed # NA <reserved-1F5E> 1F5F ; mapped ; 1F57 # 1.1 GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F60..1F67 ; valid # 1.1 GREEK SMALL LETTER OMEGA WITH PSILI..GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F68 ; mapped ; 1F60 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI 1F69 ; mapped ; 1F61 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA 1F6A ; mapped ; 1F62 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA 1F6B ; mapped ; 1F63 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA 1F6C ; mapped ; 1F64 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA 1F6D ; mapped ; 1F65 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA 1F6E ; mapped ; 1F66 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI 1F6F ; mapped ; 1F67 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F70 ; valid # 1.1 GREEK SMALL LETTER ALPHA WITH VARIA 1F71 ; mapped ; 03AC # 1.1 GREEK SMALL LETTER ALPHA WITH OXIA 1F72 ; valid # 1.1 GREEK SMALL LETTER EPSILON WITH VARIA 1F73 ; mapped ; 03AD # 1.1 GREEK SMALL LETTER EPSILON WITH OXIA 1F74 ; valid # 1.1 GREEK SMALL LETTER ETA WITH VARIA 1F75 ; mapped ; 03AE # 1.1 GREEK SMALL LETTER ETA WITH OXIA 1F76 ; valid # 1.1 GREEK SMALL LETTER IOTA WITH VARIA 1F77 ; mapped ; 03AF # 1.1 GREEK SMALL LETTER IOTA WITH OXIA 1F78 ; valid # 1.1 GREEK SMALL LETTER OMICRON WITH VARIA 1F79 ; mapped ; 03CC # 1.1 GREEK SMALL LETTER OMICRON WITH OXIA 1F7A ; valid # 1.1 GREEK SMALL LETTER UPSILON WITH VARIA 1F7B ; mapped ; 03CD # 1.1 GREEK SMALL LETTER UPSILON WITH OXIA 1F7C ; valid # 1.1 GREEK SMALL LETTER OMEGA WITH VARIA 1F7D ; mapped ; 03CE # 1.1 GREEK SMALL LETTER OMEGA WITH OXIA 1F7E..1F7F ; disallowed # NA <reserved-1F7E>..<reserved-1F7F> 1F80 ; mapped ; 1F00 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI 1F81 ; mapped ; 1F01 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI 1F82 ; mapped ; 1F02 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F83 ; mapped ; 1F03 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F84 ; mapped ; 1F04 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F85 ; mapped ; 1F05 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F86 ; mapped ; 1F06 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 1F87 ; mapped ; 1F07 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 1F88 ; mapped ; 1F00 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI 1F89 ; mapped ; 1F01 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI 1F8A ; mapped ; 1F02 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI 1F8B ; mapped ; 1F03 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI 1F8C ; mapped ; 1F04 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI 1F8D ; mapped ; 1F05 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI 1F8E ; mapped ; 1F06 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI 1F8F ; mapped ; 1F07 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1F90 ; mapped ; 1F20 03B9 # 1.1 GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI 1F91 ; mapped ; 1F21 03B9 # 1.1 GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI 1F92 ; mapped ; 1F22 03B9 # 1.1 GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F93 ; mapped ; 1F23 03B9 # 1.1 GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F94 ; mapped ; 1F24 03B9 # 1.1 GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F95 ; mapped ; 1F25 03B9 # 1.1 GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F96 ; mapped ; 1F26 03B9 # 1.1 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 1F97 ; mapped ; 1F27 03B9 # 1.1 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 1F98 ; mapped ; 1F20 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI 1F99 ; mapped ; 1F21 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI 1F9A ; mapped ; 1F22 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI 1F9B ; mapped ; 1F23 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI 1F9C ; mapped ; 1F24 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI 1F9D ; mapped ; 1F25 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI 1F9E ; mapped ; 1F26 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI 1F9F ; mapped ; 1F27 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1FA0 ; mapped ; 1F60 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI 1FA1 ; mapped ; 1F61 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI 1FA2 ; mapped ; 1F62 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1FA3 ; mapped ; 1F63 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1FA4 ; mapped ; 1F64 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1FA5 ; mapped ; 1F65 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1FA6 ; mapped ; 1F66 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 1FA7 ; mapped ; 1F67 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 1FA8 ; mapped ; 1F60 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI 1FA9 ; mapped ; 1F61 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI 1FAA ; mapped ; 1F62 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI 1FAB ; mapped ; 1F63 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI 1FAC ; mapped ; 1F64 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI 1FAD ; mapped ; 1F65 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI 1FAE ; mapped ; 1F66 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI 1FAF ; mapped ; 1F67 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1FB0..1FB1 ; valid # 1.1 GREEK SMALL LETTER ALPHA WITH VRACHY..GREEK SMALL LETTER ALPHA WITH MACRON 1FB2 ; mapped ; 1F70 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI 1FB3 ; mapped ; 03B1 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI 1FB4 ; mapped ; 03AC 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB5 ; disallowed # NA <reserved-1FB5> 1FB6 ; valid # 1.1 GREEK SMALL LETTER ALPHA WITH PERISPOMENI 1FB7 ; mapped ; 1FB6 03B9 # 1.1 GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI 1FB8 ; mapped ; 1FB0 # 1.1 GREEK CAPITAL LETTER ALPHA WITH VRACHY 1FB9 ; mapped ; 1FB1 # 1.1 GREEK CAPITAL LETTER ALPHA WITH MACRON 1FBA ; mapped ; 1F70 # 1.1 GREEK CAPITAL LETTER ALPHA WITH VARIA 1FBB ; mapped ; 03AC # 1.1 GREEK CAPITAL LETTER ALPHA WITH OXIA 1FBC ; mapped ; 03B1 03B9 # 1.1 GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FBD ; disallowed_STD3_mapped ; 0020 0313 # 1.1 GREEK KORONIS 1FBE ; mapped ; 03B9 # 1.1 GREEK PROSGEGRAMMENI 1FBF ; disallowed_STD3_mapped ; 0020 0313 # 1.1 GREEK PSILI 1FC0 ; disallowed_STD3_mapped ; 0020 0342 # 1.1 GREEK PERISPOMENI 1FC1 ; disallowed_STD3_mapped ; 0020 0308 0342 #1.1 GREEK DIALYTIKA AND PERISPOMENI 1FC2 ; mapped ; 1F74 03B9 # 1.1 GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI 1FC3 ; mapped ; 03B7 03B9 # 1.1 GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI 1FC4 ; mapped ; 03AE 03B9 # 1.1 GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC5 ; disallowed # NA <reserved-1FC5> 1FC6 ; valid # 1.1 GREEK SMALL LETTER ETA WITH PERISPOMENI 1FC7 ; mapped ; 1FC6 03B9 # 1.1 GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI 1FC8 ; mapped ; 1F72 # 1.1 GREEK CAPITAL LETTER EPSILON WITH VARIA 1FC9 ; mapped ; 03AD # 1.1 GREEK CAPITAL LETTER EPSILON WITH OXIA 1FCA ; mapped ; 1F74 # 1.1 GREEK CAPITAL LETTER ETA WITH VARIA 1FCB ; mapped ; 03AE # 1.1 GREEK CAPITAL LETTER ETA WITH OXIA 1FCC ; mapped ; 03B7 03B9 # 1.1 GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD ; disallowed_STD3_mapped ; 0020 0313 0300 #1.1 GREEK PSILI AND VARIA 1FCE ; disallowed_STD3_mapped ; 0020 0313 0301 #1.1 GREEK PSILI AND OXIA 1FCF ; disallowed_STD3_mapped ; 0020 0313 0342 #1.1 GREEK PSILI AND PERISPOMENI 1FD0..1FD2 ; valid # 1.1 GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA 1FD3 ; mapped ; 0390 # 1.1 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD4..1FD5 ; disallowed # NA <reserved-1FD4>..<reserved-1FD5> 1FD6..1FD7 ; valid # 1.1 GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI 1FD8 ; mapped ; 1FD0 # 1.1 GREEK CAPITAL LETTER IOTA WITH VRACHY 1FD9 ; mapped ; 1FD1 # 1.1 GREEK CAPITAL LETTER IOTA WITH MACRON 1FDA ; mapped ; 1F76 # 1.1 GREEK CAPITAL LETTER IOTA WITH VARIA 1FDB ; mapped ; 03AF # 1.1 GREEK CAPITAL LETTER IOTA WITH OXIA 1FDC ; disallowed # NA <reserved-1FDC> 1FDD ; disallowed_STD3_mapped ; 0020 0314 0300 #1.1 GREEK DASIA AND VARIA 1FDE ; disallowed_STD3_mapped ; 0020 0314 0301 #1.1 GREEK DASIA AND OXIA 1FDF ; disallowed_STD3_mapped ; 0020 0314 0342 #1.1 GREEK DASIA AND PERISPOMENI 1FE0..1FE2 ; valid # 1.1 GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA 1FE3 ; mapped ; 03B0 # 1.1 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FE4..1FE7 ; valid # 1.1 GREEK SMALL LETTER RHO WITH PSILI..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI 1FE8 ; mapped ; 1FE0 # 1.1 GREEK CAPITAL LETTER UPSILON WITH VRACHY 1FE9 ; mapped ; 1FE1 # 1.1 GREEK CAPITAL LETTER UPSILON WITH MACRON 1FEA ; mapped ; 1F7A # 1.1 GREEK CAPITAL LETTER UPSILON WITH VARIA 1FEB ; mapped ; 03CD # 1.1 GREEK CAPITAL LETTER UPSILON WITH OXIA 1FEC ; mapped ; 1FE5 # 1.1 GREEK CAPITAL LETTER RHO WITH DASIA 1FED ; disallowed_STD3_mapped ; 0020 0308 0300 #1.1 GREEK DIALYTIKA AND VARIA 1FEE ; disallowed_STD3_mapped ; 0020 0308 0301 #1.1 GREEK DIALYTIKA AND OXIA 1FEF ; disallowed_STD3_mapped ; 0060 # 1.1 GREEK VARIA 1FF0..1FF1 ; disallowed # NA <reserved-1FF0>..<reserved-1FF1> 1FF2 ; mapped ; 1F7C 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI 1FF3 ; mapped ; 03C9 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI 1FF4 ; mapped ; 03CE 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF5 ; disallowed # NA <reserved-1FF5> 1FF6 ; valid # 1.1 GREEK SMALL LETTER OMEGA WITH PERISPOMENI 1FF7 ; mapped ; 1FF6 03B9 # 1.1 GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI 1FF8 ; mapped ; 1F78 # 1.1 GREEK CAPITAL LETTER OMICRON WITH VARIA 1FF9 ; mapped ; 03CC # 1.1 GREEK CAPITAL LETTER OMICRON WITH OXIA 1FFA ; mapped ; 1F7C # 1.1 GREEK CAPITAL LETTER OMEGA WITH VARIA 1FFB ; mapped ; 03CE # 1.1 GREEK CAPITAL LETTER OMEGA WITH OXIA 1FFC ; mapped ; 03C9 03B9 # 1.1 GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 1FFD ; disallowed_STD3_mapped ; 0020 0301 # 1.1 GREEK OXIA 1FFE ; disallowed_STD3_mapped ; 0020 0314 # 1.1 GREEK DASIA 1FFF ; disallowed # NA <reserved-1FFF> 2000..200A ; disallowed_STD3_mapped ; 0020 # 1.1 EN QUAD..HAIR SPACE 200B ; ignored # 1.1 ZERO WIDTH SPACE 200C..200D ; deviation ; # 1.1 ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER 200E..200F ; disallowed # 1.1 LEFT-TO-RIGHT MARK..RIGHT-TO-LEFT MARK 2010 ; valid ; ; NV8 # 1.1 HYPHEN 2011 ; mapped ; 2010 # 1.1 NON-BREAKING HYPHEN 2012..2016 ; valid ; ; NV8 # 1.1 FIGURE DASH..DOUBLE VERTICAL LINE 2017 ; disallowed_STD3_mapped ; 0020 0333 # 1.1 DOUBLE LOW LINE 2018..2023 ; valid ; ; NV8 # 1.1 LEFT SINGLE QUOTATION MARK..TRIANGULAR BULLET 2024..2026 ; disallowed # 1.1 ONE DOT LEADER..HORIZONTAL ELLIPSIS 2027 ; valid ; ; NV8 # 1.1 HYPHENATION POINT 2028..202E ; disallowed # 1.1 LINE SEPARATOR..RIGHT-TO-LEFT OVERRIDE 202F ; disallowed_STD3_mapped ; 0020 # 3.0 NARROW NO-BREAK SPACE 2030..2032 ; valid ; ; NV8 # 1.1 PER MILLE SIGN..PRIME 2033 ; mapped ; 2032 2032 # 1.1 DOUBLE PRIME 2034 ; mapped ; 2032 2032 2032 #1.1 TRIPLE PRIME 2035 ; valid ; ; NV8 # 1.1 REVERSED PRIME 2036 ; mapped ; 2035 2035 # 1.1 REVERSED DOUBLE PRIME 2037 ; mapped ; 2035 2035 2035 #1.1 REVERSED TRIPLE PRIME 2038..203B ; valid ; ; NV8 # 1.1 CARET..REFERENCE MARK 203C ; disallowed_STD3_mapped ; 0021 0021 # 1.1 DOUBLE EXCLAMATION MARK 203D ; valid ; ; NV8 # 1.1 INTERROBANG 203E ; disallowed_STD3_mapped ; 0020 0305 # 1.1 OVERLINE 203F..2046 ; valid ; ; NV8 # 1.1 UNDERTIE..RIGHT SQUARE BRACKET WITH QUILL 2047 ; disallowed_STD3_mapped ; 003F 003F # 3.2 DOUBLE QUESTION MARK 2048 ; disallowed_STD3_mapped ; 003F 0021 # 3.0 QUESTION EXCLAMATION MARK 2049 ; disallowed_STD3_mapped ; 0021 003F # 3.0 EXCLAMATION QUESTION MARK 204A..204D ; valid ; ; NV8 # 3.0 TIRONIAN SIGN ET..BLACK RIGHTWARDS BULLET 204E..2052 ; valid ; ; NV8 # 3.2 LOW ASTERISK..COMMERCIAL MINUS SIGN 2053..2054 ; valid ; ; NV8 # 4.0 SWUNG DASH..INVERTED UNDERTIE 2055..2056 ; valid ; ; NV8 # 4.1 FLOWER PUNCTUATION MARK..THREE DOT PUNCTUATION 2057 ; mapped ; 2032 2032 2032 2032 #3.2 QUADRUPLE PRIME 2058..205E ; valid ; ; NV8 # 4.1 FOUR DOT PUNCTUATION..VERTICAL FOUR DOTS 205F ; disallowed_STD3_mapped ; 0020 # 3.2 MEDIUM MATHEMATICAL SPACE 2060 ; ignored # 3.2 WORD JOINER 2061..2063 ; disallowed # 3.2 FUNCTION APPLICATION..INVISIBLE SEPARATOR 2064 ; ignored # 5.1 INVISIBLE PLUS 2065 ; disallowed # NA <reserved-2065> 2066..2069 ; disallowed # 6.3 LEFT-TO-RIGHT ISOLATE..POP DIRECTIONAL ISOLATE 206A..206F ; disallowed # 1.1 INHIBIT SYMMETRIC SWAPPING..NOMINAL DIGIT SHAPES 2070 ; mapped ; 0030 # 1.1 SUPERSCRIPT ZERO 2071 ; mapped ; 0069 # 3.2 SUPERSCRIPT LATIN SMALL LETTER I 2072..2073 ; disallowed # NA <reserved-2072>..<reserved-2073> 2074 ; mapped ; 0034 # 1.1 SUPERSCRIPT FOUR 2075 ; mapped ; 0035 # 1.1 SUPERSCRIPT FIVE 2076 ; mapped ; 0036 # 1.1 SUPERSCRIPT SIX 2077 ; mapped ; 0037 # 1.1 SUPERSCRIPT SEVEN 2078 ; mapped ; 0038 # 1.1 SUPERSCRIPT EIGHT 2079 ; mapped ; 0039 # 1.1 SUPERSCRIPT NINE 207A ; disallowed_STD3_mapped ; 002B # 1.1 SUPERSCRIPT PLUS SIGN 207B ; mapped ; 2212 # 1.1 SUPERSCRIPT MINUS 207C ; disallowed_STD3_mapped ; 003D # 1.1 SUPERSCRIPT EQUALS SIGN 207D ; disallowed_STD3_mapped ; 0028 # 1.1 SUPERSCRIPT LEFT PARENTHESIS 207E ; disallowed_STD3_mapped ; 0029 # 1.1 SUPERSCRIPT RIGHT PARENTHESIS 207F ; mapped ; 006E # 1.1 SUPERSCRIPT LATIN SMALL LETTER N 2080 ; mapped ; 0030 # 1.1 SUBSCRIPT ZERO 2081 ; mapped ; 0031 # 1.1 SUBSCRIPT ONE 2082 ; mapped ; 0032 # 1.1 SUBSCRIPT TWO 2083 ; mapped ; 0033 # 1.1 SUBSCRIPT THREE 2084 ; mapped ; 0034 # 1.1 SUBSCRIPT FOUR 2085 ; mapped ; 0035 # 1.1 SUBSCRIPT FIVE 2086 ; mapped ; 0036 # 1.1 SUBSCRIPT SIX 2087 ; mapped ; 0037 # 1.1 SUBSCRIPT SEVEN 2088 ; mapped ; 0038 # 1.1 SUBSCRIPT EIGHT 2089 ; mapped ; 0039 # 1.1 SUBSCRIPT NINE 208A ; disallowed_STD3_mapped ; 002B # 1.1 SUBSCRIPT PLUS SIGN 208B ; mapped ; 2212 # 1.1 SUBSCRIPT MINUS 208C ; disallowed_STD3_mapped ; 003D # 1.1 SUBSCRIPT EQUALS SIGN 208D ; disallowed_STD3_mapped ; 0028 # 1.1 SUBSCRIPT LEFT PARENTHESIS 208E ; disallowed_STD3_mapped ; 0029 # 1.1 SUBSCRIPT RIGHT PARENTHESIS 208F ; disallowed # NA <reserved-208F> 2090 ; mapped ; 0061 # 4.1 LATIN SUBSCRIPT SMALL LETTER A 2091 ; mapped ; 0065 # 4.1 LATIN SUBSCRIPT SMALL LETTER E 2092 ; mapped ; 006F # 4.1 LATIN SUBSCRIPT SMALL LETTER O 2093 ; mapped ; 0078 # 4.1 LATIN SUBSCRIPT SMALL LETTER X 2094 ; mapped ; 0259 # 4.1 LATIN SUBSCRIPT SMALL LETTER SCHWA 2095 ; mapped ; 0068 # 6.0 LATIN SUBSCRIPT SMALL LETTER H 2096 ; mapped ; 006B # 6.0 LATIN SUBSCRIPT SMALL LETTER K 2097 ; mapped ; 006C # 6.0 LATIN SUBSCRIPT SMALL LETTER L 2098 ; mapped ; 006D # 6.0 LATIN SUBSCRIPT SMALL LETTER M 2099 ; mapped ; 006E # 6.0 LATIN SUBSCRIPT SMALL LETTER N 209A ; mapped ; 0070 # 6.0 LATIN SUBSCRIPT SMALL LETTER P 209B ; mapped ; 0073 # 6.0 LATIN SUBSCRIPT SMALL LETTER S 209C ; mapped ; 0074 # 6.0 LATIN SUBSCRIPT SMALL LETTER T 209D..209F ; disallowed # NA <reserved-209D>..<reserved-209F> 20A0..20A7 ; valid ; ; NV8 # 1.1 EURO-CURRENCY SIGN..PESETA SIGN 20A8 ; mapped ; 0072 0073 # 1.1 RUPEE SIGN 20A9..20AA ; valid ; ; NV8 # 1.1 WON SIGN..NEW SHEQEL SIGN 20AB ; valid ; ; NV8 # 2.0 DONG SIGN 20AC ; valid ; ; NV8 # 2.1 EURO SIGN 20AD..20AF ; valid ; ; NV8 # 3.0 KIP SIGN..DRACHMA SIGN 20B0..20B1 ; valid ; ; NV8 # 3.2 GERMAN PENNY SIGN..PESO SIGN 20B2..20B5 ; valid ; ; NV8 # 4.1 GUARANI SIGN..CEDI SIGN 20B6..20B8 ; valid ; ; NV8 # 5.2 LIVRE TOURNOIS SIGN..TENGE SIGN 20B9 ; valid ; ; NV8 # 6.0 INDIAN RUPEE SIGN 20BA ; valid ; ; NV8 # 6.2 TURKISH LIRA SIGN 20BB..20CF ; disallowed # NA <reserved-20BB>..<reserved-20CF> 20D0..20E1 ; valid ; ; NV8 # 1.1 COMBINING LEFT HARPOON ABOVE..COMBINING LEFT RIGHT ARROW ABOVE 20E2..20E3 ; valid ; ; NV8 # 3.0 COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING KEYCAP 20E4..20EA ; valid ; ; NV8 # 3.2 COMBINING ENCLOSING UPWARD POINTING TRIANGLE..COMBINING LEFTWARDS ARROW OVERLAY 20EB ; valid ; ; NV8 # 4.1 COMBINING LONG DOUBLE SOLIDUS OVERLAY 20EC..20EF ; valid ; ; NV8 # 5.0 COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS..COMBINING RIGHT ARROW BELOW 20F0 ; valid ; ; NV8 # 5.1 COMBINING ASTERISK ABOVE 20F1..20FF ; disallowed # NA <reserved-20F1>..<reserved-20FF> 2100 ; disallowed_STD3_mapped ; 0061 002F 0063 #1.1 ACCOUNT OF 2101 ; disallowed_STD3_mapped ; 0061 002F 0073 #1.1 ADDRESSED TO THE SUBJECT 2102 ; mapped ; 0063 # 1.1 DOUBLE-STRUCK CAPITAL C 2103 ; mapped ; 00B0 0063 # 1.1 DEGREE CELSIUS 2104 ; valid ; ; NV8 # 1.1 CENTRE LINE SYMBOL 2105 ; disallowed_STD3_mapped ; 0063 002F 006F #1.1 CARE OF 2106 ; disallowed_STD3_mapped ; 0063 002F 0075 #1.1 CADA UNA 2107 ; mapped ; 025B # 1.1 EULER CONSTANT 2108 ; valid ; ; NV8 # 1.1 SCRUPLE 2109 ; mapped ; 00B0 0066 # 1.1 DEGREE FAHRENHEIT 210A ; mapped ; 0067 # 1.1 SCRIPT SMALL G 210B..210E ; mapped ; 0068 # 1.1 SCRIPT CAPITAL H..PLANCK CONSTANT 210F ; mapped ; 0127 # 1.1 PLANCK CONSTANT OVER TWO PI 2110..2111 ; mapped ; 0069 # 1.1 SCRIPT CAPITAL I..BLACK-LETTER CAPITAL I 2112..2113 ; mapped ; 006C # 1.1 SCRIPT CAPITAL L..SCRIPT SMALL L 2114 ; valid ; ; NV8 # 1.1 L B BAR SYMBOL 2115 ; mapped ; 006E # 1.1 DOUBLE-STRUCK CAPITAL N 2116 ; mapped ; 006E 006F # 1.1 NUMERO SIGN 2117..2118 ; valid ; ; NV8 # 1.1 SOUND RECORDING COPYRIGHT..SCRIPT CAPITAL P 2119 ; mapped ; 0070 # 1.1 DOUBLE-STRUCK CAPITAL P 211A ; mapped ; 0071 # 1.1 DOUBLE-STRUCK CAPITAL Q 211B..211D ; mapped ; 0072 # 1.1 SCRIPT CAPITAL R..DOUBLE-STRUCK CAPITAL R 211E..211F ; valid ; ; NV8 # 1.1 PRESCRIPTION TAKE..RESPONSE 2120 ; mapped ; 0073 006D # 1.1 SERVICE MARK 2121 ; mapped ; 0074 0065 006C #1.1 TELEPHONE SIGN 2122 ; mapped ; 0074 006D # 1.1 TRADE MARK SIGN 2123 ; valid ; ; NV8 # 1.1 VERSICLE 2124 ; mapped ; 007A # 1.1 DOUBLE-STRUCK CAPITAL Z 2125 ; valid ; ; NV8 # 1.1 OUNCE SIGN 2126 ; mapped ; 03C9 # 1.1 OHM SIGN 2127 ; valid ; ; NV8 # 1.1 INVERTED OHM SIGN 2128 ; mapped ; 007A # 1.1 BLACK-LETTER CAPITAL Z 2129 ; valid ; ; NV8 # 1.1 TURNED GREEK SMALL LETTER IOTA 212A ; mapped ; 006B # 1.1 KELVIN SIGN 212B ; mapped ; 00E5 # 1.1 ANGSTROM SIGN 212C ; mapped ; 0062 # 1.1 SCRIPT CAPITAL B 212D ; mapped ; 0063 # 1.1 BLACK-LETTER CAPITAL C 212E ; valid ; ; NV8 # 1.1 ESTIMATED SYMBOL 212F..2130 ; mapped ; 0065 # 1.1 SCRIPT SMALL E..SCRIPT CAPITAL E 2131 ; mapped ; 0066 # 1.1 SCRIPT CAPITAL F 2132 ; disallowed # 1.1 TURNED CAPITAL F 2133 ; mapped ; 006D # 1.1 SCRIPT CAPITAL M 2134 ; mapped ; 006F # 1.1 SCRIPT SMALL O 2135 ; mapped ; 05D0 # 1.1 ALEF SYMBOL 2136 ; mapped ; 05D1 # 1.1 BET SYMBOL 2137 ; mapped ; 05D2 # 1.1 GIMEL SYMBOL 2138 ; mapped ; 05D3 # 1.1 DALET SYMBOL 2139 ; mapped ; 0069 # 3.0 INFORMATION SOURCE 213A ; valid ; ; NV8 # 3.0 ROTATED CAPITAL Q 213B ; mapped ; 0066 0061 0078 #4.0 FACSIMILE SIGN 213C ; mapped ; 03C0 # 4.1 DOUBLE-STRUCK SMALL PI 213D..213E ; mapped ; 03B3 # 3.2 DOUBLE-STRUCK SMALL GAMMA..DOUBLE-STRUCK CAPITAL GAMMA 213F ; mapped ; 03C0 # 3.2 DOUBLE-STRUCK CAPITAL PI 2140 ; mapped ; 2211 # 3.2 DOUBLE-STRUCK N-ARY SUMMATION 2141..2144 ; valid ; ; NV8 # 3.2 TURNED SANS-SERIF CAPITAL G..TURNED SANS-SERIF CAPITAL Y 2145..2146 ; mapped ; 0064 # 3.2 DOUBLE-STRUCK ITALIC CAPITAL D..DOUBLE-STRUCK ITALIC SMALL D 2147 ; mapped ; 0065 # 3.2 DOUBLE-STRUCK ITALIC SMALL E 2148 ; mapped ; 0069 # 3.2 DOUBLE-STRUCK ITALIC SMALL I 2149 ; mapped ; 006A # 3.2 DOUBLE-STRUCK ITALIC SMALL J 214A..214B ; valid ; ; NV8 # 3.2 PROPERTY LINE..TURNED AMPERSAND 214C ; valid ; ; NV8 # 4.1 PER SIGN 214D ; valid ; ; NV8 # 5.0 AKTIESELSKAB 214E ; valid # 5.0 TURNED SMALL F 214F ; valid ; ; NV8 # 5.1 SYMBOL FOR SAMARITAN SOURCE 2150 ; mapped ; 0031 2044 0037 #5.2 VULGAR FRACTION ONE SEVENTH 2151 ; mapped ; 0031 2044 0039 #5.2 VULGAR FRACTION ONE NINTH 2152 ; mapped ; 0031 2044 0031 0030 #5.2 VULGAR FRACTION ONE TENTH 2153 ; mapped ; 0031 2044 0033 #1.1 VULGAR FRACTION ONE THIRD 2154 ; mapped ; 0032 2044 0033 #1.1 VULGAR FRACTION TWO THIRDS 2155 ; mapped ; 0031 2044 0035 #1.1 VULGAR FRACTION ONE FIFTH 2156 ; mapped ; 0032 2044 0035 #1.1 VULGAR FRACTION TWO FIFTHS 2157 ; mapped ; 0033 2044 0035 #1.1 VULGAR FRACTION THREE FIFTHS 2158 ; mapped ; 0034 2044 0035 #1.1 VULGAR FRACTION FOUR FIFTHS 2159 ; mapped ; 0031 2044 0036 #1.1 VULGAR FRACTION ONE SIXTH 215A ; mapped ; 0035 2044 0036 #1.1 VULGAR FRACTION FIVE SIXTHS 215B ; mapped ; 0031 2044 0038 #1.1 VULGAR FRACTION ONE EIGHTH 215C ; mapped ; 0033 2044 0038 #1.1 VULGAR FRACTION THREE EIGHTHS 215D ; mapped ; 0035 2044 0038 #1.1 VULGAR FRACTION FIVE EIGHTHS 215E ; mapped ; 0037 2044 0038 #1.1 VULGAR FRACTION SEVEN EIGHTHS 215F ; mapped ; 0031 2044 # 1.1 FRACTION NUMERATOR ONE 2160 ; mapped ; 0069 # 1.1 ROMAN NUMERAL ONE 2161 ; mapped ; 0069 0069 # 1.1 ROMAN NUMERAL TWO 2162 ; mapped ; 0069 0069 0069 #1.1 ROMAN NUMERAL THREE 2163 ; mapped ; 0069 0076 # 1.1 ROMAN NUMERAL FOUR 2164 ; mapped ; 0076 # 1.1 ROMAN NUMERAL FIVE 2165 ; mapped ; 0076 0069 # 1.1 ROMAN NUMERAL SIX 2166 ; mapped ; 0076 0069 0069 #1.1 ROMAN NUMERAL SEVEN 2167 ; mapped ; 0076 0069 0069 0069 #1.1 ROMAN NUMERAL EIGHT 2168 ; mapped ; 0069 0078 # 1.1 ROMAN NUMERAL NINE 2169 ; mapped ; 0078 # 1.1 ROMAN NUMERAL TEN 216A ; mapped ; 0078 0069 # 1.1 ROMAN NUMERAL ELEVEN 216B ; mapped ; 0078 0069 0069 #1.1 ROMAN NUMERAL TWELVE 216C ; mapped ; 006C # 1.1 ROMAN NUMERAL FIFTY 216D ; mapped ; 0063 # 1.1 ROMAN NUMERAL ONE HUNDRED 216E ; mapped ; 0064 # 1.1 ROMAN NUMERAL FIVE HUNDRED 216F ; mapped ; 006D # 1.1 ROMAN NUMERAL ONE THOUSAND 2170 ; mapped ; 0069 # 1.1 SMALL ROMAN NUMERAL ONE 2171 ; mapped ; 0069 0069 # 1.1 SMALL ROMAN NUMERAL TWO 2172 ; mapped ; 0069 0069 0069 #1.1 SMALL ROMAN NUMERAL THREE 2173 ; mapped ; 0069 0076 # 1.1 SMALL ROMAN NUMERAL FOUR 2174 ; mapped ; 0076 # 1.1 SMALL ROMAN NUMERAL FIVE 2175 ; mapped ; 0076 0069 # 1.1 SMALL ROMAN NUMERAL SIX 2176 ; mapped ; 0076 0069 0069 #1.1 SMALL ROMAN NUMERAL SEVEN 2177 ; mapped ; 0076 0069 0069 0069 #1.1 SMALL ROMAN NUMERAL EIGHT 2178 ; mapped ; 0069 0078 # 1.1 SMALL ROMAN NUMERAL NINE 2179 ; mapped ; 0078 # 1.1 SMALL ROMAN NUMERAL TEN 217A ; mapped ; 0078 0069 # 1.1 SMALL ROMAN NUMERAL ELEVEN 217B ; mapped ; 0078 0069 0069 #1.1 SMALL ROMAN NUMERAL TWELVE 217C ; mapped ; 006C # 1.1 SMALL ROMAN NUMERAL FIFTY 217D ; mapped ; 0063 # 1.1 SMALL ROMAN NUMERAL ONE HUNDRED 217E ; mapped ; 0064 # 1.1 SMALL ROMAN NUMERAL FIVE HUNDRED 217F ; mapped ; 006D # 1.1 SMALL ROMAN NUMERAL ONE THOUSAND 2180..2182 ; valid ; ; NV8 # 1.1 ROMAN NUMERAL ONE THOUSAND C D..ROMAN NUMERAL TEN THOUSAND 2183 ; disallowed # 3.0 ROMAN NUMERAL REVERSED ONE HUNDRED 2184 ; valid # 5.0 LATIN SMALL LETTER REVERSED C 2185..2188 ; valid ; ; NV8 # 5.1 ROMAN NUMERAL SIX LATE FORM..ROMAN NUMERAL ONE HUNDRED THOUSAND 2189 ; mapped ; 0030 2044 0033 #5.2 VULGAR FRACTION ZERO THIRDS 218A..218F ; disallowed # NA <reserved-218A>..<reserved-218F> 2190..21EA ; valid ; ; NV8 # 1.1 LEFTWARDS ARROW..UPWARDS WHITE ARROW FROM BAR 21EB..21F3 ; valid ; ; NV8 # 3.0 UPWARDS WHITE ARROW ON PEDESTAL..UP DOWN WHITE ARROW 21F4..21FF ; valid ; ; NV8 # 3.2 RIGHT ARROW WITH SMALL CIRCLE..LEFT RIGHT OPEN-HEADED ARROW 2200..222B ; valid ; ; NV8 # 1.1 FOR ALL..INTEGRAL 222C ; mapped ; 222B 222B # 1.1 DOUBLE INTEGRAL 222D ; mapped ; 222B 222B 222B #1.1 TRIPLE INTEGRAL 222E ; valid ; ; NV8 # 1.1 CONTOUR INTEGRAL 222F ; mapped ; 222E 222E # 1.1 SURFACE INTEGRAL 2230 ; mapped ; 222E 222E 222E #1.1 VOLUME INTEGRAL 2231..225F ; valid ; ; NV8 # 1.1 CLOCKWISE INTEGRAL..QUESTIONED EQUAL TO 2260 ; disallowed_STD3_valid # 1.1 NOT EQUAL TO 2261..226D ; valid ; ; NV8 # 1.1 IDENTICAL TO..NOT EQUIVALENT TO 226E..226F ; disallowed_STD3_valid # 1.1 NOT LESS-THAN..NOT GREATER-THAN 2270..22F1 ; valid ; ; NV8 # 1.1 NEITHER LESS-THAN NOR EQUAL TO..DOWN RIGHT DIAGONAL ELLIPSIS 22F2..22FF ; valid ; ; NV8 # 3.2 ELEMENT OF WITH LONG HORIZONTAL STROKE..Z NOTATION BAG MEMBERSHIP 2300 ; valid ; ; NV8 # 1.1 DIAMETER SIGN 2301 ; valid ; ; NV8 # 3.0 ELECTRIC ARROW 2302..2328 ; valid ; ; NV8 # 1.1 HOUSE..KEYBOARD 2329 ; mapped ; 3008 # 1.1 LEFT-POINTING ANGLE BRACKET 232A ; mapped ; 3009 # 1.1 RIGHT-POINTING ANGLE BRACKET 232B..237A ; valid ; ; NV8 # 1.1 ERASE TO THE LEFT..APL FUNCTIONAL SYMBOL ALPHA 237B ; valid ; ; NV8 # 3.0 NOT CHECK MARK 237C ; valid ; ; NV8 # 3.2 RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW 237D..239A ; valid ; ; NV8 # 3.0 SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL 239B..23CE ; valid ; ; NV8 # 3.2 LEFT PARENTHESIS UPPER HOOK..RETURN SYMBOL 23CF..23D0 ; valid ; ; NV8 # 4.0 EJECT SYMBOL..VERTICAL LINE EXTENSION 23D1..23DB ; valid ; ; NV8 # 4.1 METRICAL BREVE..FUSE 23DC..23E7 ; valid ; ; NV8 # 5.0 TOP PARENTHESIS..ELECTRICAL INTERSECTION 23E8 ; valid ; ; NV8 # 5.2 DECIMAL EXPONENT SYMBOL 23E9..23F3 ; valid ; ; NV8 # 6.0 BLACK RIGHT-POINTING DOUBLE TRIANGLE..HOURGLASS WITH FLOWING SAND 23F4..23FF ; disallowed # NA <reserved-23F4>..<reserved-23FF> 2400..2424 ; valid ; ; NV8 # 1.1 SYMBOL FOR NULL..SYMBOL FOR NEWLINE 2425..2426 ; valid ; ; NV8 # 3.0 SYMBOL FOR DELETE FORM TWO..SYMBOL FOR SUBSTITUTE FORM TWO 2427..243F ; disallowed # NA <reserved-2427>..<reserved-243F> 2440..244A ; valid ; ; NV8 # 1.1 OCR HOOK..OCR DOUBLE BACKSLASH 244B..245F ; disallowed # NA <reserved-244B>..<reserved-245F> 2460 ; mapped ; 0031 # 1.1 CIRCLED DIGIT ONE 2461 ; mapped ; 0032 # 1.1 CIRCLED DIGIT TWO 2462 ; mapped ; 0033 # 1.1 CIRCLED DIGIT THREE 2463 ; mapped ; 0034 # 1.1 CIRCLED DIGIT FOUR 2464 ; mapped ; 0035 # 1.1 CIRCLED DIGIT FIVE 2465 ; mapped ; 0036 # 1.1 CIRCLED DIGIT SIX 2466 ; mapped ; 0037 # 1.1 CIRCLED DIGIT SEVEN 2467 ; mapped ; 0038 # 1.1 CIRCLED DIGIT EIGHT 2468 ; mapped ; 0039 # 1.1 CIRCLED DIGIT NINE 2469 ; mapped ; 0031 0030 # 1.1 CIRCLED NUMBER TEN 246A ; mapped ; 0031 0031 # 1.1 CIRCLED NUMBER ELEVEN 246B ; mapped ; 0031 0032 # 1.1 CIRCLED NUMBER TWELVE 246C ; mapped ; 0031 0033 # 1.1 CIRCLED NUMBER THIRTEEN 246D ; mapped ; 0031 0034 # 1.1 CIRCLED NUMBER FOURTEEN 246E ; mapped ; 0031 0035 # 1.1 CIRCLED NUMBER FIFTEEN 246F ; mapped ; 0031 0036 # 1.1 CIRCLED NUMBER SIXTEEN 2470 ; mapped ; 0031 0037 # 1.1 CIRCLED NUMBER SEVENTEEN 2471 ; mapped ; 0031 0038 # 1.1 CIRCLED NUMBER EIGHTEEN 2472 ; mapped ; 0031 0039 # 1.1 CIRCLED NUMBER NINETEEN 2473 ; mapped ; 0032 0030 # 1.1 CIRCLED NUMBER TWENTY 2474 ; disallowed_STD3_mapped ; 0028 0031 0029 #1.1 PARENTHESIZED DIGIT ONE 2475 ; disallowed_STD3_mapped ; 0028 0032 0029 #1.1 PARENTHESIZED DIGIT TWO 2476 ; disallowed_STD3_mapped ; 0028 0033 0029 #1.1 PARENTHESIZED DIGIT THREE 2477 ; disallowed_STD3_mapped ; 0028 0034 0029 #1.1 PARENTHESIZED DIGIT FOUR 2478 ; disallowed_STD3_mapped ; 0028 0035 0029 #1.1 PARENTHESIZED DIGIT FIVE 2479 ; disallowed_STD3_mapped ; 0028 0036 0029 #1.1 PARENTHESIZED DIGIT SIX 247A ; disallowed_STD3_mapped ; 0028 0037 0029 #1.1 PARENTHESIZED DIGIT SEVEN 247B ; disallowed_STD3_mapped ; 0028 0038 0029 #1.1 PARENTHESIZED DIGIT EIGHT 247C ; disallowed_STD3_mapped ; 0028 0039 0029 #1.1 PARENTHESIZED DIGIT NINE 247D ; disallowed_STD3_mapped ; 0028 0031 0030 0029 #1.1 PARENTHESIZED NUMBER TEN 247E ; disallowed_STD3_mapped ; 0028 0031 0031 0029 #1.1 PARENTHESIZED NUMBER ELEVEN 247F ; disallowed_STD3_mapped ; 0028 0031 0032 0029 #1.1 PARENTHESIZED NUMBER TWELVE 2480 ; disallowed_STD3_mapped ; 0028 0031 0033 0029 #1.1 PARENTHESIZED NUMBER THIRTEEN 2481 ; disallowed_STD3_mapped ; 0028 0031 0034 0029 #1.1 PARENTHESIZED NUMBER FOURTEEN 2482 ; disallowed_STD3_mapped ; 0028 0031 0035 0029 #1.1 PARENTHESIZED NUMBER FIFTEEN 2483 ; disallowed_STD3_mapped ; 0028 0031 0036 0029 #1.1 PARENTHESIZED NUMBER SIXTEEN 2484 ; disallowed_STD3_mapped ; 0028 0031 0037 0029 #1.1 PARENTHESIZED NUMBER SEVENTEEN 2485 ; disallowed_STD3_mapped ; 0028 0031 0038 0029 #1.1 PARENTHESIZED NUMBER EIGHTEEN 2486 ; disallowed_STD3_mapped ; 0028 0031 0039 0029 #1.1 PARENTHESIZED NUMBER NINETEEN 2487 ; disallowed_STD3_mapped ; 0028 0032 0030 0029 #1.1 PARENTHESIZED NUMBER TWENTY 2488..249B ; disallowed # 1.1 DIGIT ONE FULL STOP..NUMBER TWENTY FULL STOP 249C ; disallowed_STD3_mapped ; 0028 0061 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER A 249D ; disallowed_STD3_mapped ; 0028 0062 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER B 249E ; disallowed_STD3_mapped ; 0028 0063 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER C 249F ; disallowed_STD3_mapped ; 0028 0064 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER D 24A0 ; disallowed_STD3_mapped ; 0028 0065 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER E 24A1 ; disallowed_STD3_mapped ; 0028 0066 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER F 24A2 ; disallowed_STD3_mapped ; 0028 0067 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER G 24A3 ; disallowed_STD3_mapped ; 0028 0068 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER H 24A4 ; disallowed_STD3_mapped ; 0028 0069 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER I 24A5 ; disallowed_STD3_mapped ; 0028 006A 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER J 24A6 ; disallowed_STD3_mapped ; 0028 006B 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER K 24A7 ; disallowed_STD3_mapped ; 0028 006C 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER L 24A8 ; disallowed_STD3_mapped ; 0028 006D 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER M 24A9 ; disallowed_STD3_mapped ; 0028 006E 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER N 24AA ; disallowed_STD3_mapped ; 0028 006F 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER O 24AB ; disallowed_STD3_mapped ; 0028 0070 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER P 24AC ; disallowed_STD3_mapped ; 0028 0071 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER Q 24AD ; disallowed_STD3_mapped ; 0028 0072 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER R 24AE ; disallowed_STD3_mapped ; 0028 0073 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER S 24AF ; disallowed_STD3_mapped ; 0028 0074 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER T 24B0 ; disallowed_STD3_mapped ; 0028 0075 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER U 24B1 ; disallowed_STD3_mapped ; 0028 0076 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER V 24B2 ; disallowed_STD3_mapped ; 0028 0077 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER W 24B3 ; disallowed_STD3_mapped ; 0028 0078 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER X 24B4 ; disallowed_STD3_mapped ; 0028 0079 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER Y 24B5 ; disallowed_STD3_mapped ; 0028 007A 0029 #1.1 PARENTHESIZED LATIN SMALL LETTER Z 24B6 ; mapped ; 0061 # 1.1 CIRCLED LATIN CAPITAL LETTER A 24B7 ; mapped ; 0062 # 1.1 CIRCLED LATIN CAPITAL LETTER B 24B8 ; mapped ; 0063 # 1.1 CIRCLED LATIN CAPITAL LETTER C 24B9 ; mapped ; 0064 # 1.1 CIRCLED LATIN CAPITAL LETTER D 24BA ; mapped ; 0065 # 1.1 CIRCLED LATIN CAPITAL LETTER E 24BB ; mapped ; 0066 # 1.1 CIRCLED LATIN CAPITAL LETTER F 24BC ; mapped ; 0067 # 1.1 CIRCLED LATIN CAPITAL LETTER G 24BD ; mapped ; 0068 # 1.1 CIRCLED LATIN CAPITAL LETTER H 24BE ; mapped ; 0069 # 1.1 CIRCLED LATIN CAPITAL LETTER I 24BF ; mapped ; 006A # 1.1 CIRCLED LATIN CAPITAL LETTER J 24C0 ; mapped ; 006B # 1.1 CIRCLED LATIN CAPITAL LETTER K 24C1 ; mapped ; 006C # 1.1 CIRCLED LATIN CAPITAL LETTER L 24C2 ; mapped ; 006D # 1.1 CIRCLED LATIN CAPITAL LETTER M 24C3 ; mapped ; 006E # 1.1 CIRCLED LATIN CAPITAL LETTER N 24C4 ; mapped ; 006F # 1.1 CIRCLED LATIN CAPITAL LETTER O 24C5 ; mapped ; 0070 # 1.1 CIRCLED LATIN CAPITAL LETTER P 24C6 ; mapped ; 0071 # 1.1 CIRCLED LATIN CAPITAL LETTER Q 24C7 ; mapped ; 0072 # 1.1 CIRCLED LATIN CAPITAL LETTER R 24C8 ; mapped ; 0073 # 1.1 CIRCLED LATIN CAPITAL LETTER S 24C9 ; mapped ; 0074 # 1.1 CIRCLED LATIN CAPITAL LETTER T 24CA ; mapped ; 0075 # 1.1 CIRCLED LATIN CAPITAL LETTER U 24CB ; mapped ; 0076 # 1.1 CIRCLED LATIN CAPITAL LETTER V 24CC ; mapped ; 0077 # 1.1 CIRCLED LATIN CAPITAL LETTER W 24CD ; mapped ; 0078 # 1.1 CIRCLED LATIN CAPITAL LETTER X 24CE ; mapped ; 0079 # 1.1 CIRCLED LATIN CAPITAL LETTER Y 24CF ; mapped ; 007A # 1.1 CIRCLED LATIN CAPITAL LETTER Z 24D0 ; mapped ; 0061 # 1.1 CIRCLED LATIN SMALL LETTER A 24D1 ; mapped ; 0062 # 1.1 CIRCLED LATIN SMALL LETTER B 24D2 ; mapped ; 0063 # 1.1 CIRCLED LATIN SMALL LETTER C 24D3 ; mapped ; 0064 # 1.1 CIRCLED LATIN SMALL LETTER D 24D4 ; mapped ; 0065 # 1.1 CIRCLED LATIN SMALL LETTER E 24D5 ; mapped ; 0066 # 1.1 CIRCLED LATIN SMALL LETTER F 24D6 ; mapped ; 0067 # 1.1 CIRCLED LATIN SMALL LETTER G 24D7 ; mapped ; 0068 # 1.1 CIRCLED LATIN SMALL LETTER H 24D8 ; mapped ; 0069 # 1.1 CIRCLED LATIN SMALL LETTER I 24D9 ; mapped ; 006A # 1.1 CIRCLED LATIN SMALL LETTER J 24DA ; mapped ; 006B # 1.1 CIRCLED LATIN SMALL LETTER K 24DB ; mapped ; 006C # 1.1 CIRCLED LATIN SMALL LETTER L 24DC ; mapped ; 006D # 1.1 CIRCLED LATIN SMALL LETTER M 24DD ; mapped ; 006E # 1.1 CIRCLED LATIN SMALL LETTER N 24DE ; mapped ; 006F # 1.1 CIRCLED LATIN SMALL LETTER O 24DF ; mapped ; 0070 # 1.1 CIRCLED LATIN SMALL LETTER P 24E0 ; mapped ; 0071 # 1.1 CIRCLED LATIN SMALL LETTER Q 24E1 ; mapped ; 0072 # 1.1 CIRCLED LATIN SMALL LETTER R 24E2 ; mapped ; 0073 # 1.1 CIRCLED LATIN SMALL LETTER S 24E3 ; mapped ; 0074 # 1.1 CIRCLED LATIN SMALL LETTER T 24E4 ; mapped ; 0075 # 1.1 CIRCLED LATIN SMALL LETTER U 24E5 ; mapped ; 0076 # 1.1 CIRCLED LATIN SMALL LETTER V 24E6 ; mapped ; 0077 # 1.1 CIRCLED LATIN SMALL LETTER W 24E7 ; mapped ; 0078 # 1.1 CIRCLED LATIN SMALL LETTER X 24E8 ; mapped ; 0079 # 1.1 CIRCLED LATIN SMALL LETTER Y 24E9 ; mapped ; 007A # 1.1 CIRCLED LATIN SMALL LETTER Z 24EA ; mapped ; 0030 # 1.1 CIRCLED DIGIT ZERO 24EB..24FE ; valid ; ; NV8 # 3.2 NEGATIVE CIRCLED NUMBER ELEVEN..DOUBLE CIRCLED NUMBER TEN 24FF ; valid ; ; NV8 # 4.0 NEGATIVE CIRCLED DIGIT ZERO 2500..2595 ; valid ; ; NV8 # 1.1 BOX DRAWINGS LIGHT HORIZONTAL..RIGHT ONE EIGHTH BLOCK 2596..259F ; valid ; ; NV8 # 3.2 QUADRANT LOWER LEFT..QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT 25A0..25EF ; valid ; ; NV8 # 1.1 BLACK SQUARE..LARGE CIRCLE 25F0..25F7 ; valid ; ; NV8 # 3.0 WHITE SQUARE WITH UPPER LEFT QUADRANT..WHITE CIRCLE WITH UPPER RIGHT QUADRANT 25F8..25FF ; valid ; ; NV8 # 3.2 UPPER LEFT TRIANGLE..LOWER RIGHT TRIANGLE 2600..2613 ; valid ; ; NV8 # 1.1 BLACK SUN WITH RAYS..SALTIRE 2614..2615 ; valid ; ; NV8 # 4.0 UMBRELLA WITH RAIN DROPS..HOT BEVERAGE 2616..2617 ; valid ; ; NV8 # 3.2 WHITE SHOGI PIECE..BLACK SHOGI PIECE 2618 ; valid ; ; NV8 # 4.1 SHAMROCK 2619 ; valid ; ; NV8 # 3.0 REVERSED ROTATED FLORAL HEART BULLET 261A..266F ; valid ; ; NV8 # 1.1 BLACK LEFT POINTING INDEX..MUSIC SHARP SIGN 2670..2671 ; valid ; ; NV8 # 3.0 WEST SYRIAC CROSS..EAST SYRIAC CROSS 2672..267D ; valid ; ; NV8 # 3.2 UNIVERSAL RECYCLING SYMBOL..PARTIALLY-RECYCLED PAPER SYMBOL 267E..267F ; valid ; ; NV8 # 4.1 PERMANENT PAPER SIGN..WHEELCHAIR SYMBOL 2680..2689 ; valid ; ; NV8 # 3.2 DIE FACE-1..BLACK CIRCLE WITH TWO WHITE DOTS 268A..2691 ; valid ; ; NV8 # 4.0 MONOGRAM FOR YANG..BLACK FLAG 2692..269C ; valid ; ; NV8 # 4.1 HAMMER AND PICK..FLEUR-DE-LIS 269D ; valid ; ; NV8 # 5.1 OUTLINED WHITE STAR 269E..269F ; valid ; ; NV8 # 5.2 THREE LINES CONVERGING RIGHT..THREE LINES CONVERGING LEFT 26A0..26A1 ; valid ; ; NV8 # 4.0 WARNING SIGN..HIGH VOLTAGE SIGN 26A2..26B1 ; valid ; ; NV8 # 4.1 DOUBLED FEMALE SIGN..FUNERAL URN 26B2 ; valid ; ; NV8 # 5.0 NEUTER 26B3..26BC ; valid ; ; NV8 # 5.1 CERES..SESQUIQUADRATE 26BD..26BF ; valid ; ; NV8 # 5.2 SOCCER BALL..SQUARED KEY 26C0..26C3 ; valid ; ; NV8 # 5.1 WHITE DRAUGHTS MAN..BLACK DRAUGHTS KING 26C4..26CD ; valid ; ; NV8 # 5.2 SNOWMAN WITHOUT SNOW..DISABLED CAR 26CE ; valid ; ; NV8 # 6.0 OPHIUCHUS 26CF..26E1 ; valid ; ; NV8 # 5.2 PICK..RESTRICTED LEFT ENTRY-2 26E2 ; valid ; ; NV8 # 6.0 ASTRONOMICAL SYMBOL FOR URANUS 26E3 ; valid ; ; NV8 # 5.2 HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE 26E4..26E7 ; valid ; ; NV8 # 6.0 PENTAGRAM..INVERTED PENTAGRAM 26E8..26FF ; valid ; ; NV8 # 5.2 BLACK CROSS ON SHIELD..WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE 2700 ; disallowed # NA <reserved-2700> 2701..2704 ; valid ; ; NV8 # 1.1 UPPER BLADE SCISSORS..WHITE SCISSORS 2705 ; valid ; ; NV8 # 6.0 WHITE HEAVY CHECK MARK 2706..2709 ; valid ; ; NV8 # 1.1 TELEPHONE LOCATION SIGN..ENVELOPE 270A..270B ; valid ; ; NV8 # 6.0 RAISED FIST..RAISED HAND 270C..2727 ; valid ; ; NV8 # 1.1 VICTORY HAND..WHITE FOUR POINTED STAR 2728 ; valid ; ; NV8 # 6.0 SPARKLES 2729..274B ; valid ; ; NV8 # 1.1 STRESS OUTLINED WHITE STAR..HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK 274C ; valid ; ; NV8 # 6.0 CROSS MARK 274D ; valid ; ; NV8 # 1.1 SHADOWED WHITE CIRCLE 274E ; valid ; ; NV8 # 6.0 NEGATIVE SQUARED CROSS MARK 274F..2752 ; valid ; ; NV8 # 1.1 LOWER RIGHT DROP-SHADOWED WHITE SQUARE..UPPER RIGHT SHADOWED WHITE SQUARE 2753..2755 ; valid ; ; NV8 # 6.0 BLACK QUESTION MARK ORNAMENT..WHITE EXCLAMATION MARK ORNAMENT 2756 ; valid ; ; NV8 # 1.1 BLACK DIAMOND MINUS WHITE X 2757 ; valid ; ; NV8 # 5.2 HEAVY EXCLAMATION MARK SYMBOL 2758..275E ; valid ; ; NV8 # 1.1 LIGHT VERTICAL BAR..HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT 275F..2760 ; valid ; ; NV8 # 6.0 HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT..HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT 2761..2767 ; valid ; ; NV8 # 1.1 CURVED STEM PARAGRAPH SIGN ORNAMENT..ROTATED FLORAL HEART BULLET 2768..2775 ; valid ; ; NV8 # 3.2 MEDIUM LEFT PARENTHESIS ORNAMENT..MEDIUM RIGHT CURLY BRACKET ORNAMENT 2776..2794 ; valid ; ; NV8 # 1.1 DINGBAT NEGATIVE CIRCLED DIGIT ONE..HEAVY WIDE-HEADED RIGHTWARDS ARROW 2795..2797 ; valid ; ; NV8 # 6.0 HEAVY PLUS SIGN..HEAVY DIVISION SIGN 2798..27AF ; valid ; ; NV8 # 1.1 HEAVY SOUTH EAST ARROW..NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW 27B0 ; valid ; ; NV8 # 6.0 CURLY LOOP 27B1..27BE ; valid ; ; NV8 # 1.1 NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW..OPEN-OUTLINED RIGHTWARDS ARROW 27BF ; valid ; ; NV8 # 6.0 DOUBLE CURLY LOOP 27C0..27C6 ; valid ; ; NV8 # 4.1 THREE DIMENSIONAL ANGLE..RIGHT S-SHAPED BAG DELIMITER 27C7..27CA ; valid ; ; NV8 # 5.0 OR WITH DOT INSIDE..VERTICAL BAR WITH HORIZONTAL STROKE 27CB ; valid ; ; NV8 # 6.1 MATHEMATICAL RISING DIAGONAL 27CC ; valid ; ; NV8 # 5.1 LONG DIVISION 27CD ; valid ; ; NV8 # 6.1 MATHEMATICAL FALLING DIAGONAL 27CE..27CF ; valid ; ; NV8 # 6.0 SQUARED LOGICAL AND..SQUARED LOGICAL OR 27D0..27EB ; valid ; ; NV8 # 3.2 WHITE DIAMOND WITH CENTRED DOT..MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET 27EC..27EF ; valid ; ; NV8 # 5.1 MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET..MATHEMATICAL RIGHT FLATTENED PARENTHESIS 27F0..27FF ; valid ; ; NV8 # 3.2 UPWARDS QUADRUPLE ARROW..LONG RIGHTWARDS SQUIGGLE ARROW 2800..28FF ; valid ; ; NV8 # 3.0 BRAILLE PATTERN BLANK..BRAILLE PATTERN DOTS-12345678 2900..2A0B ; valid ; ; NV8 # 3.2 RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE..SUMMATION WITH INTEGRAL 2A0C ; mapped ; 222B 222B 222B 222B #3.2 QUADRUPLE INTEGRAL OPERATOR 2A0D..2A73 ; valid ; ; NV8 # 3.2 FINITE PART INTEGRAL..EQUALS SIGN ABOVE TILDE OPERATOR 2A74 ; disallowed_STD3_mapped ; 003A 003A 003D #3.2 DOUBLE COLON EQUAL 2A75 ; disallowed_STD3_mapped ; 003D 003D # 3.2 TWO CONSECUTIVE EQUALS SIGNS 2A76 ; disallowed_STD3_mapped ; 003D 003D 003D #3.2 THREE CONSECUTIVE EQUALS SIGNS 2A77..2ADB ; valid ; ; NV8 # 3.2 EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW..TRANSVERSAL INTERSECTION 2ADC ; mapped ; 2ADD 0338 # 3.2 FORKING 2ADD..2AFF ; valid ; ; NV8 # 3.2 NONFORKING..N-ARY WHITE VERTICAL BAR 2B00..2B0D ; valid ; ; NV8 # 4.0 NORTH EAST WHITE ARROW..UP DOWN BLACK ARROW 2B0E..2B13 ; valid ; ; NV8 # 4.1 RIGHTWARDS ARROW WITH TIP DOWNWARDS..SQUARE WITH BOTTOM HALF BLACK 2B14..2B1A ; valid ; ; NV8 # 5.0 SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK..DOTTED SQUARE 2B1B..2B1F ; valid ; ; NV8 # 5.1 BLACK LARGE SQUARE..BLACK PENTAGON 2B20..2B23 ; valid ; ; NV8 # 5.0 WHITE PENTAGON..HORIZONTAL BLACK HEXAGON 2B24..2B4C ; valid ; ; NV8 # 5.1 BLACK LARGE CIRCLE..RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR 2B4D..2B4F ; disallowed # NA <reserved-2B4D>..<reserved-2B4F> 2B50..2B54 ; valid ; ; NV8 # 5.1 WHITE MEDIUM STAR..WHITE RIGHT-POINTING PENTAGON 2B55..2B59 ; valid ; ; NV8 # 5.2 HEAVY LARGE CIRCLE..HEAVY CIRCLED SALTIRE 2B5A..2BFF ; disallowed # NA <reserved-2B5A>..<reserved-2BFF> 2C00 ; mapped ; 2C30 # 4.1 GLAGOLITIC CAPITAL LETTER AZU 2C01 ; mapped ; 2C31 # 4.1 GLAGOLITIC CAPITAL LETTER BUKY 2C02 ; mapped ; 2C32 # 4.1 GLAGOLITIC CAPITAL LETTER VEDE 2C03 ; mapped ; 2C33 # 4.1 GLAGOLITIC CAPITAL LETTER GLAGOLI 2C04 ; mapped ; 2C34 # 4.1 GLAGOLITIC CAPITAL LETTER DOBRO 2C05 ; mapped ; 2C35 # 4.1 GLAGOLITIC CAPITAL LETTER YESTU 2C06 ; mapped ; 2C36 # 4.1 GLAGOLITIC CAPITAL LETTER ZHIVETE 2C07 ; mapped ; 2C37 # 4.1 GLAGOLITIC CAPITAL LETTER DZELO 2C08 ; mapped ; 2C38 # 4.1 GLAGOLITIC CAPITAL LETTER ZEMLJA 2C09 ; mapped ; 2C39 # 4.1 GLAGOLITIC CAPITAL LETTER IZHE 2C0A ; mapped ; 2C3A # 4.1 GLAGOLITIC CAPITAL LETTER INITIAL IZHE 2C0B ; mapped ; 2C3B # 4.1 GLAGOLITIC CAPITAL LETTER I 2C0C ; mapped ; 2C3C # 4.1 GLAGOLITIC CAPITAL LETTER DJERVI 2C0D ; mapped ; 2C3D # 4.1 GLAGOLITIC CAPITAL LETTER KAKO 2C0E ; mapped ; 2C3E # 4.1 GLAGOLITIC CAPITAL LETTER LJUDIJE 2C0F ; mapped ; 2C3F # 4.1 GLAGOLITIC CAPITAL LETTER MYSLITE 2C10 ; mapped ; 2C40 # 4.1 GLAGOLITIC CAPITAL LETTER NASHI 2C11 ; mapped ; 2C41 # 4.1 GLAGOLITIC CAPITAL LETTER ONU 2C12 ; mapped ; 2C42 # 4.1 GLAGOLITIC CAPITAL LETTER POKOJI 2C13 ; mapped ; 2C43 # 4.1 GLAGOLITIC CAPITAL LETTER RITSI 2C14 ; mapped ; 2C44 # 4.1 GLAGOLITIC CAPITAL LETTER SLOVO 2C15 ; mapped ; 2C45 # 4.1 GLAGOLITIC CAPITAL LETTER TVRIDO 2C16 ; mapped ; 2C46 # 4.1 GLAGOLITIC CAPITAL LETTER UKU 2C17 ; mapped ; 2C47 # 4.1 GLAGOLITIC CAPITAL LETTER FRITU 2C18 ; mapped ; 2C48 # 4.1 GLAGOLITIC CAPITAL LETTER HERU 2C19 ; mapped ; 2C49 # 4.1 GLAGOLITIC CAPITAL LETTER OTU 2C1A ; mapped ; 2C4A # 4.1 GLAGOLITIC CAPITAL LETTER PE 2C1B ; mapped ; 2C4B # 4.1 GLAGOLITIC CAPITAL LETTER SHTA 2C1C ; mapped ; 2C4C # 4.1 GLAGOLITIC CAPITAL LETTER TSI 2C1D ; mapped ; 2C4D # 4.1 GLAGOLITIC CAPITAL LETTER CHRIVI 2C1E ; mapped ; 2C4E # 4.1 GLAGOLITIC CAPITAL LETTER SHA 2C1F ; mapped ; 2C4F # 4.1 GLAGOLITIC CAPITAL LETTER YERU 2C20 ; mapped ; 2C50 # 4.1 GLAGOLITIC CAPITAL LETTER YERI 2C21 ; mapped ; 2C51 # 4.1 GLAGOLITIC CAPITAL LETTER YATI 2C22 ; mapped ; 2C52 # 4.1 GLAGOLITIC CAPITAL LETTER SPIDERY HA 2C23 ; mapped ; 2C53 # 4.1 GLAGOLITIC CAPITAL LETTER YU 2C24 ; mapped ; 2C54 # 4.1 GLAGOLITIC CAPITAL LETTER SMALL YUS 2C25 ; mapped ; 2C55 # 4.1 GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL 2C26 ; mapped ; 2C56 # 4.1 GLAGOLITIC CAPITAL LETTER YO 2C27 ; mapped ; 2C57 # 4.1 GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS 2C28 ; mapped ; 2C58 # 4.1 GLAGOLITIC CAPITAL LETTER BIG YUS 2C29 ; mapped ; 2C59 # 4.1 GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS 2C2A ; mapped ; 2C5A # 4.1 GLAGOLITIC CAPITAL LETTER FITA 2C2B ; mapped ; 2C5B # 4.1 GLAGOLITIC CAPITAL LETTER IZHITSA 2C2C ; mapped ; 2C5C # 4.1 GLAGOLITIC CAPITAL LETTER SHTAPIC 2C2D ; mapped ; 2C5D # 4.1 GLAGOLITIC CAPITAL LETTER TROKUTASTI A 2C2E ; mapped ; 2C5E # 4.1 GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE 2C2F ; disallowed # NA <reserved-2C2F> 2C30..2C5E ; valid # 4.1 GLAGOLITIC SMALL LETTER AZU..GLAGOLITIC SMALL LETTER LATINATE MYSLITE 2C5F ; disallowed # NA <reserved-2C5F> 2C60 ; mapped ; 2C61 # 5.0 LATIN CAPITAL LETTER L WITH DOUBLE BAR 2C61 ; valid # 5.0 LATIN SMALL LETTER L WITH DOUBLE BAR 2C62 ; mapped ; 026B # 5.0 LATIN CAPITAL LETTER L WITH MIDDLE TILDE 2C63 ; mapped ; 1D7D # 5.0 LATIN CAPITAL LETTER P WITH STROKE 2C64 ; mapped ; 027D # 5.0 LATIN CAPITAL LETTER R WITH TAIL 2C65..2C66 ; valid # 5.0 LATIN SMALL LETTER A WITH STROKE..LATIN SMALL LETTER T WITH DIAGONAL STROKE 2C67 ; mapped ; 2C68 # 5.0 LATIN CAPITAL LETTER H WITH DESCENDER 2C68 ; valid # 5.0 LATIN SMALL LETTER H WITH DESCENDER 2C69 ; mapped ; 2C6A # 5.0 LATIN CAPITAL LETTER K WITH DESCENDER 2C6A ; valid # 5.0 LATIN SMALL LETTER K WITH DESCENDER 2C6B ; mapped ; 2C6C # 5.0 LATIN CAPITAL LETTER Z WITH DESCENDER 2C6C ; valid # 5.0 LATIN SMALL LETTER Z WITH DESCENDER 2C6D ; mapped ; 0251 # 5.1 LATIN CAPITAL LETTER ALPHA 2C6E ; mapped ; 0271 # 5.1 LATIN CAPITAL LETTER M WITH HOOK 2C6F ; mapped ; 0250 # 5.1 LATIN CAPITAL LETTER TURNED A 2C70 ; mapped ; 0252 # 5.2 LATIN CAPITAL LETTER TURNED ALPHA 2C71 ; valid # 5.1 LATIN SMALL LETTER V WITH RIGHT HOOK 2C72 ; mapped ; 2C73 # 5.1 LATIN CAPITAL LETTER W WITH HOOK 2C73 ; valid # 5.1 LATIN SMALL LETTER W WITH HOOK 2C74 ; valid # 5.0 LATIN SMALL LETTER V WITH CURL 2C75 ; mapped ; 2C76 # 5.0 LATIN CAPITAL LETTER HALF H 2C76..2C77 ; valid # 5.0 LATIN SMALL LETTER HALF H..LATIN SMALL LETTER TAILLESS PHI 2C78..2C7B ; valid # 5.1 LATIN SMALL LETTER E WITH NOTCH..LATIN LETTER SMALL CAPITAL TURNED E 2C7C ; mapped ; 006A # 5.1 LATIN SUBSCRIPT SMALL LETTER J 2C7D ; mapped ; 0076 # 5.1 MODIFIER LETTER CAPITAL V 2C7E ; mapped ; 023F # 5.2 LATIN CAPITAL LETTER S WITH SWASH TAIL 2C7F ; mapped ; 0240 # 5.2 LATIN CAPITAL LETTER Z WITH SWASH TAIL 2C80 ; mapped ; 2C81 # 4.1 COPTIC CAPITAL LETTER ALFA 2C81 ; valid # 4.1 COPTIC SMALL LETTER ALFA 2C82 ; mapped ; 2C83 # 4.1 COPTIC CAPITAL LETTER VIDA 2C83 ; valid # 4.1 COPTIC SMALL LETTER VIDA 2C84 ; mapped ; 2C85 # 4.1 COPTIC CAPITAL LETTER GAMMA 2C85 ; valid # 4.1 COPTIC SMALL LETTER GAMMA 2C86 ; mapped ; 2C87 # 4.1 COPTIC CAPITAL LETTER DALDA 2C87 ; valid # 4.1 COPTIC SMALL LETTER DALDA 2C88 ; mapped ; 2C89 # 4.1 COPTIC CAPITAL LETTER EIE 2C89 ; valid # 4.1 COPTIC SMALL LETTER EIE 2C8A ; mapped ; 2C8B # 4.1 COPTIC CAPITAL LETTER SOU 2C8B ; valid # 4.1 COPTIC SMALL LETTER SOU 2C8C ; mapped ; 2C8D # 4.1 COPTIC CAPITAL LETTER ZATA 2C8D ; valid # 4.1 COPTIC SMALL LETTER ZATA 2C8E ; mapped ; 2C8F # 4.1 COPTIC CAPITAL LETTER HATE 2C8F ; valid # 4.1 COPTIC SMALL LETTER HATE 2C90 ; mapped ; 2C91 # 4.1 COPTIC CAPITAL LETTER THETHE 2C91 ; valid # 4.1 COPTIC SMALL LETTER THETHE 2C92 ; mapped ; 2C93 # 4.1 COPTIC CAPITAL LETTER IAUDA 2C93 ; valid # 4.1 COPTIC SMALL LETTER IAUDA 2C94 ; mapped ; 2C95 # 4.1 COPTIC CAPITAL LETTER KAPA 2C95 ; valid # 4.1 COPTIC SMALL LETTER KAPA 2C96 ; mapped ; 2C97 # 4.1 COPTIC CAPITAL LETTER LAULA 2C97 ; valid # 4.1 COPTIC SMALL LETTER LAULA 2C98 ; mapped ; 2C99 # 4.1 COPTIC CAPITAL LETTER MI 2C99 ; valid # 4.1 COPTIC SMALL LETTER MI 2C9A ; mapped ; 2C9B # 4.1 COPTIC CAPITAL LETTER NI 2C9B ; valid # 4.1 COPTIC SMALL LETTER NI 2C9C ; mapped ; 2C9D # 4.1 COPTIC CAPITAL LETTER KSI 2C9D ; valid # 4.1 COPTIC SMALL LETTER KSI 2C9E ; mapped ; 2C9F # 4.1 COPTIC CAPITAL LETTER O 2C9F ; valid # 4.1 COPTIC SMALL LETTER O 2CA0 ; mapped ; 2CA1 # 4.1 COPTIC CAPITAL LETTER PI 2CA1 ; valid # 4.1 COPTIC SMALL LETTER PI 2CA2 ; mapped ; 2CA3 # 4.1 COPTIC CAPITAL LETTER RO 2CA3 ; valid # 4.1 COPTIC SMALL LETTER RO 2CA4 ; mapped ; 2CA5 # 4.1 COPTIC CAPITAL LETTER SIMA 2CA5 ; valid # 4.1 COPTIC SMALL LETTER SIMA 2CA6 ; mapped ; 2CA7 # 4.1 COPTIC CAPITAL LETTER TAU 2CA7 ; valid # 4.1 COPTIC SMALL LETTER TAU 2CA8 ; mapped ; 2CA9 # 4.1 COPTIC CAPITAL LETTER UA 2CA9 ; valid # 4.1 COPTIC SMALL LETTER UA 2CAA ; mapped ; 2CAB # 4.1 COPTIC CAPITAL LETTER FI 2CAB ; valid # 4.1 COPTIC SMALL LETTER FI 2CAC ; mapped ; 2CAD # 4.1 COPTIC CAPITAL LETTER KHI 2CAD ; valid # 4.1 COPTIC SMALL LETTER KHI 2CAE ; mapped ; 2CAF # 4.1 COPTIC CAPITAL LETTER PSI 2CAF ; valid # 4.1 COPTIC SMALL LETTER PSI 2CB0 ; mapped ; 2CB1 # 4.1 COPTIC CAPITAL LETTER OOU 2CB1 ; valid # 4.1 COPTIC SMALL LETTER OOU 2CB2 ; mapped ; 2CB3 # 4.1 COPTIC CAPITAL LETTER DIALECT-P ALEF 2CB3 ; valid # 4.1 COPTIC SMALL LETTER DIALECT-P ALEF 2CB4 ; mapped ; 2CB5 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC AIN 2CB5 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC AIN 2CB6 ; mapped ; 2CB7 # 4.1 COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE 2CB7 ; valid # 4.1 COPTIC SMALL LETTER CRYPTOGRAMMIC EIE 2CB8 ; mapped ; 2CB9 # 4.1 COPTIC CAPITAL LETTER DIALECT-P KAPA 2CB9 ; valid # 4.1 COPTIC SMALL LETTER DIALECT-P KAPA 2CBA ; mapped ; 2CBB # 4.1 COPTIC CAPITAL LETTER DIALECT-P NI 2CBB ; valid # 4.1 COPTIC SMALL LETTER DIALECT-P NI 2CBC ; mapped ; 2CBD # 4.1 COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI 2CBD ; valid # 4.1 COPTIC SMALL LETTER CRYPTOGRAMMIC NI 2CBE ; mapped ; 2CBF # 4.1 COPTIC CAPITAL LETTER OLD COPTIC OOU 2CBF ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC OOU 2CC0 ; mapped ; 2CC1 # 4.1 COPTIC CAPITAL LETTER SAMPI 2CC1 ; valid # 4.1 COPTIC SMALL LETTER SAMPI 2CC2 ; mapped ; 2CC3 # 4.1 COPTIC CAPITAL LETTER CROSSED SHEI 2CC3 ; valid # 4.1 COPTIC SMALL LETTER CROSSED SHEI 2CC4 ; mapped ; 2CC5 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC SHEI 2CC5 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC SHEI 2CC6 ; mapped ; 2CC7 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC ESH 2CC7 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC ESH 2CC8 ; mapped ; 2CC9 # 4.1 COPTIC CAPITAL LETTER AKHMIMIC KHEI 2CC9 ; valid # 4.1 COPTIC SMALL LETTER AKHMIMIC KHEI 2CCA ; mapped ; 2CCB # 4.1 COPTIC CAPITAL LETTER DIALECT-P HORI 2CCB ; valid # 4.1 COPTIC SMALL LETTER DIALECT-P HORI 2CCC ; mapped ; 2CCD # 4.1 COPTIC CAPITAL LETTER OLD COPTIC HORI 2CCD ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC HORI 2CCE ; mapped ; 2CCF # 4.1 COPTIC CAPITAL LETTER OLD COPTIC HA 2CCF ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC HA 2CD0 ; mapped ; 2CD1 # 4.1 COPTIC CAPITAL LETTER L-SHAPED HA 2CD1 ; valid # 4.1 COPTIC SMALL LETTER L-SHAPED HA 2CD2 ; mapped ; 2CD3 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC HEI 2CD3 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC HEI 2CD4 ; mapped ; 2CD5 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC HAT 2CD5 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC HAT 2CD6 ; mapped ; 2CD7 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC GANGIA 2CD7 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC GANGIA 2CD8 ; mapped ; 2CD9 # 4.1 COPTIC CAPITAL LETTER OLD COPTIC DJA 2CD9 ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC DJA 2CDA ; mapped ; 2CDB # 4.1 COPTIC CAPITAL LETTER OLD COPTIC SHIMA 2CDB ; valid # 4.1 COPTIC SMALL LETTER OLD COPTIC SHIMA 2CDC ; mapped ; 2CDD # 4.1 COPTIC CAPITAL LETTER OLD NUBIAN SHIMA 2CDD ; valid # 4.1 COPTIC SMALL LETTER OLD NUBIAN SHIMA 2CDE ; mapped ; 2CDF # 4.1 COPTIC CAPITAL LETTER OLD NUBIAN NGI 2CDF ; valid # 4.1 COPTIC SMALL LETTER OLD NUBIAN NGI 2CE0 ; mapped ; 2CE1 # 4.1 COPTIC CAPITAL LETTER OLD NUBIAN NYI 2CE1 ; valid # 4.1 COPTIC SMALL LETTER OLD NUBIAN NYI 2CE2 ; mapped ; 2CE3 # 4.1 COPTIC CAPITAL LETTER OLD NUBIAN WAU 2CE3..2CE4 ; valid # 4.1 COPTIC SMALL LETTER OLD NUBIAN WAU..COPTIC SYMBOL KAI 2CE5..2CEA ; valid ; ; NV8 # 4.1 COPTIC SYMBOL MI RO..COPTIC SYMBOL SHIMA SIMA 2CEB ; mapped ; 2CEC # 5.2 COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI 2CEC ; valid # 5.2 COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI 2CED ; mapped ; 2CEE # 5.2 COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA 2CEE..2CF1 ; valid # 5.2 COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA..COPTIC COMBINING SPIRITUS LENIS 2CF2 ; mapped ; 2CF3 # 6.1 COPTIC CAPITAL LETTER BOHAIRIC KHEI 2CF3 ; valid # 6.1 COPTIC SMALL LETTER BOHAIRIC KHEI 2CF4..2CF8 ; disallowed # NA <reserved-2CF4>..<reserved-2CF8> 2CF9..2CFF ; valid ; ; NV8 # 4.1 COPTIC OLD NUBIAN FULL STOP..COPTIC MORPHOLOGICAL DIVIDER 2D00..2D25 ; valid # 4.1 GEORGIAN SMALL LETTER AN..GEORGIAN SMALL LETTER HOE 2D26 ; disallowed # NA <reserved-2D26> 2D27 ; valid # 6.1 GEORGIAN SMALL LETTER YN 2D28..2D2C ; disallowed # NA <reserved-2D28>..<reserved-2D2C> 2D2D ; valid # 6.1 GEORGIAN SMALL LETTER AEN 2D2E..2D2F ; disallowed # NA <reserved-2D2E>..<reserved-2D2F> 2D30..2D65 ; valid # 4.1 TIFINAGH LETTER YA..TIFINAGH LETTER YAZZ 2D66..2D67 ; valid # 6.1 TIFINAGH LETTER YE..TIFINAGH LETTER YO 2D68..2D6E ; disallowed # NA <reserved-2D68>..<reserved-2D6E> 2D6F ; mapped ; 2D61 # 4.1 TIFINAGH MODIFIER LETTER LABIALIZATION MARK 2D70 ; valid ; ; NV8 # 6.0 TIFINAGH SEPARATOR MARK 2D71..2D7E ; disallowed # NA <reserved-2D71>..<reserved-2D7E> 2D7F ; valid # 6.0 TIFINAGH CONSONANT JOINER 2D80..2D96 ; valid # 4.1 ETHIOPIC SYLLABLE LOA..ETHIOPIC SYLLABLE GGWE 2D97..2D9F ; disallowed # NA <reserved-2D97>..<reserved-2D9F> 2DA0..2DA6 ; valid # 4.1 ETHIOPIC SYLLABLE SSA..ETHIOPIC SYLLABLE SSO 2DA7 ; disallowed # NA <reserved-2DA7> 2DA8..2DAE ; valid # 4.1 ETHIOPIC SYLLABLE CCA..ETHIOPIC SYLLABLE CCO 2DAF ; disallowed # NA <reserved-2DAF> 2DB0..2DB6 ; valid # 4.1 ETHIOPIC SYLLABLE ZZA..ETHIOPIC SYLLABLE ZZO 2DB7 ; disallowed # NA <reserved-2DB7> 2DB8..2DBE ; valid # 4.1 ETHIOPIC SYLLABLE CCHA..ETHIOPIC SYLLABLE CCHO 2DBF ; disallowed # NA <reserved-2DBF> 2DC0..2DC6 ; valid # 4.1 ETHIOPIC SYLLABLE QYA..ETHIOPIC SYLLABLE QYO 2DC7 ; disallowed # NA <reserved-2DC7> 2DC8..2DCE ; valid # 4.1 ETHIOPIC SYLLABLE KYA..ETHIOPIC SYLLABLE KYO 2DCF ; disallowed # NA <reserved-2DCF> 2DD0..2DD6 ; valid # 4.1 ETHIOPIC SYLLABLE XYA..ETHIOPIC SYLLABLE XYO 2DD7 ; disallowed # NA <reserved-2DD7> 2DD8..2DDE ; valid # 4.1 ETHIOPIC SYLLABLE GYA..ETHIOPIC SYLLABLE GYO 2DDF ; disallowed # NA <reserved-2DDF> 2DE0..2DFF ; valid # 5.1 COMBINING CYRILLIC LETTER BE..COMBINING CYRILLIC LETTER IOTIFIED BIG YUS 2E00..2E17 ; valid ; ; NV8 # 4.1 RIGHT ANGLE SUBSTITUTION MARKER..DOUBLE OBLIQUE HYPHEN 2E18..2E1B ; valid ; ; NV8 # 5.1 INVERTED INTERROBANG..TILDE WITH RING ABOVE 2E1C..2E1D ; valid ; ; NV8 # 4.1 LEFT LOW PARAPHRASE BRACKET..RIGHT LOW PARAPHRASE BRACKET 2E1E..2E2E ; valid ; ; NV8 # 5.1 TILDE WITH DOT ABOVE..REVERSED QUESTION MARK 2E2F ; valid # 5.1 VERTICAL TILDE 2E30 ; valid ; ; NV8 # 5.1 RING POINT 2E31 ; valid ; ; NV8 # 5.2 WORD SEPARATOR MIDDLE DOT 2E32..2E3B ; valid ; ; NV8 # 6.1 TURNED COMMA..THREE-EM DASH 2E3C..2E7F ; disallowed # NA <reserved-2E3C>..<reserved-2E7F> 2E80..2E99 ; valid ; ; NV8 # 3.0 CJK RADICAL REPEAT..CJK RADICAL RAP 2E9A ; disallowed # NA <reserved-2E9A> 2E9B..2E9E ; valid ; ; NV8 # 3.0 CJK RADICAL CHOKE..CJK RADICAL DEATH 2E9F ; mapped ; 6BCD # 3.0 CJK RADICAL MOTHER 2EA0..2EF2 ; valid ; ; NV8 # 3.0 CJK RADICAL CIVILIAN..CJK RADICAL J-SIMPLIFIED TURTLE 2EF3 ; mapped ; 9F9F # 3.0 CJK RADICAL C-SIMPLIFIED TURTLE 2EF4..2EFF ; disallowed # NA <reserved-2EF4>..<reserved-2EFF> 2F00 ; mapped ; 4E00 # 3.0 KANGXI RADICAL ONE 2F01 ; mapped ; 4E28 # 3.0 KANGXI RADICAL LINE 2F02 ; mapped ; 4E36 # 3.0 KANGXI RADICAL DOT 2F03 ; mapped ; 4E3F # 3.0 KANGXI RADICAL SLASH 2F04 ; mapped ; 4E59 # 3.0 KANGXI RADICAL SECOND 2F05 ; mapped ; 4E85 # 3.0 KANGXI RADICAL HOOK 2F06 ; mapped ; 4E8C # 3.0 KANGXI RADICAL TWO 2F07 ; mapped ; 4EA0 # 3.0 KANGXI RADICAL LID 2F08 ; mapped ; 4EBA # 3.0 KANGXI RADICAL MAN 2F09 ; mapped ; 513F # 3.0 KANGXI RADICAL LEGS 2F0A ; mapped ; 5165 # 3.0 KANGXI RADICAL ENTER 2F0B ; mapped ; 516B # 3.0 KANGXI RADICAL EIGHT 2F0C ; mapped ; 5182 # 3.0 KANGXI RADICAL DOWN BOX 2F0D ; mapped ; 5196 # 3.0 KANGXI RADICAL COVER 2F0E ; mapped ; 51AB # 3.0 KANGXI RADICAL ICE 2F0F ; mapped ; 51E0 # 3.0 KANGXI RADICAL TABLE 2F10 ; mapped ; 51F5 # 3.0 KANGXI RADICAL OPEN BOX 2F11 ; mapped ; 5200 # 3.0 KANGXI RADICAL KNIFE 2F12 ; mapped ; 529B # 3.0 KANGXI RADICAL POWER 2F13 ; mapped ; 52F9 # 3.0 KANGXI RADICAL WRAP 2F14 ; mapped ; 5315 # 3.0 KANGXI RADICAL SPOON 2F15 ; mapped ; 531A # 3.0 KANGXI RADICAL RIGHT OPEN BOX 2F16 ; mapped ; 5338 # 3.0 KANGXI RADICAL HIDING ENCLOSURE 2F17 ; mapped ; 5341 # 3.0 KANGXI RADICAL TEN 2F18 ; mapped ; 535C # 3.0 KANGXI RADICAL DIVINATION 2F19 ; mapped ; 5369 # 3.0 KANGXI RADICAL SEAL 2F1A ; mapped ; 5382 # 3.0 KANGXI RADICAL CLIFF 2F1B ; mapped ; 53B6 # 3.0 KANGXI RADICAL PRIVATE 2F1C ; mapped ; 53C8 # 3.0 KANGXI RADICAL AGAIN 2F1D ; mapped ; 53E3 # 3.0 KANGXI RADICAL MOUTH 2F1E ; mapped ; 56D7 # 3.0 KANGXI RADICAL ENCLOSURE 2F1F ; mapped ; 571F # 3.0 KANGXI RADICAL EARTH 2F20 ; mapped ; 58EB # 3.0 KANGXI RADICAL SCHOLAR 2F21 ; mapped ; 5902 # 3.0 KANGXI RADICAL GO 2F22 ; mapped ; 590A # 3.0 KANGXI RADICAL GO SLOWLY 2F23 ; mapped ; 5915 # 3.0 KANGXI RADICAL EVENING 2F24 ; mapped ; 5927 # 3.0 KANGXI RADICAL BIG 2F25 ; mapped ; 5973 # 3.0 KANGXI RADICAL WOMAN 2F26 ; mapped ; 5B50 # 3.0 KANGXI RADICAL CHILD 2F27 ; mapped ; 5B80 # 3.0 KANGXI RADICAL ROOF 2F28 ; mapped ; 5BF8 # 3.0 KANGXI RADICAL INCH 2F29 ; mapped ; 5C0F # 3.0 KANGXI RADICAL SMALL 2F2A ; mapped ; 5C22 # 3.0 KANGXI RADICAL LAME 2F2B ; mapped ; 5C38 # 3.0 KANGXI RADICAL CORPSE 2F2C ; mapped ; 5C6E # 3.0 KANGXI RADICAL SPROUT 2F2D ; mapped ; 5C71 # 3.0 KANGXI RADICAL MOUNTAIN 2F2E ; mapped ; 5DDB # 3.0 KANGXI RADICAL RIVER 2F2F ; mapped ; 5DE5 # 3.0 KANGXI RADICAL WORK 2F30 ; mapped ; 5DF1 # 3.0 KANGXI RADICAL ONESELF 2F31 ; mapped ; 5DFE # 3.0 KANGXI RADICAL TURBAN 2F32 ; mapped ; 5E72 # 3.0 KANGXI RADICAL DRY 2F33 ; mapped ; 5E7A # 3.0 KANGXI RADICAL SHORT THREAD 2F34 ; mapped ; 5E7F # 3.0 KANGXI RADICAL DOTTED CLIFF 2F35 ; mapped ; 5EF4 # 3.0 KANGXI RADICAL LONG STRIDE 2F36 ; mapped ; 5EFE # 3.0 KANGXI RADICAL TWO HANDS 2F37 ; mapped ; 5F0B # 3.0 KANGXI RADICAL SHOOT 2F38 ; mapped ; 5F13 # 3.0 KANGXI RADICAL BOW 2F39 ; mapped ; 5F50 # 3.0 KANGXI RADICAL SNOUT 2F3A ; mapped ; 5F61 # 3.0 KANGXI RADICAL BRISTLE 2F3B ; mapped ; 5F73 # 3.0 KANGXI RADICAL STEP 2F3C ; mapped ; 5FC3 # 3.0 KANGXI RADICAL HEART 2F3D ; mapped ; 6208 # 3.0 KANGXI RADICAL HALBERD 2F3E ; mapped ; 6236 # 3.0 KANGXI RADICAL DOOR 2F3F ; mapped ; 624B # 3.0 KANGXI RADICAL HAND 2F40 ; mapped ; 652F # 3.0 KANGXI RADICAL BRANCH 2F41 ; mapped ; 6534 # 3.0 KANGXI RADICAL RAP 2F42 ; mapped ; 6587 # 3.0 KANGXI RADICAL SCRIPT 2F43 ; mapped ; 6597 # 3.0 KANGXI RADICAL DIPPER 2F44 ; mapped ; 65A4 # 3.0 KANGXI RADICAL AXE 2F45 ; mapped ; 65B9 # 3.0 KANGXI RADICAL SQUARE 2F46 ; mapped ; 65E0 # 3.0 KANGXI RADICAL NOT 2F47 ; mapped ; 65E5 # 3.0 KANGXI RADICAL SUN 2F48 ; mapped ; 66F0 # 3.0 KANGXI RADICAL SAY 2F49 ; mapped ; 6708 # 3.0 KANGXI RADICAL MOON 2F4A ; mapped ; 6728 # 3.0 KANGXI RADICAL TREE 2F4B ; mapped ; 6B20 # 3.0 KANGXI RADICAL LACK 2F4C ; mapped ; 6B62 # 3.0 KANGXI RADICAL STOP 2F4D ; mapped ; 6B79 # 3.0 KANGXI RADICAL DEATH 2F4E ; mapped ; 6BB3 # 3.0 KANGXI RADICAL WEAPON 2F4F ; mapped ; 6BCB # 3.0 KANGXI RADICAL DO NOT 2F50 ; mapped ; 6BD4 # 3.0 KANGXI RADICAL COMPARE 2F51 ; mapped ; 6BDB # 3.0 KANGXI RADICAL FUR 2F52 ; mapped ; 6C0F # 3.0 KANGXI RADICAL CLAN 2F53 ; mapped ; 6C14 # 3.0 KANGXI RADICAL STEAM 2F54 ; mapped ; 6C34 # 3.0 KANGXI RADICAL WATER 2F55 ; mapped ; 706B # 3.0 KANGXI RADICAL FIRE 2F56 ; mapped ; 722A # 3.0 KANGXI RADICAL CLAW 2F57 ; mapped ; 7236 # 3.0 KANGXI RADICAL FATHER 2F58 ; mapped ; 723B # 3.0 KANGXI RADICAL DOUBLE X 2F59 ; mapped ; 723F # 3.0 KANGXI RADICAL HALF TREE TRUNK 2F5A ; mapped ; 7247 # 3.0 KANGXI RADICAL SLICE 2F5B ; mapped ; 7259 # 3.0 KANGXI RADICAL FANG 2F5C ; mapped ; 725B # 3.0 KANGXI RADICAL COW 2F5D ; mapped ; 72AC # 3.0 KANGXI RADICAL DOG 2F5E ; mapped ; 7384 # 3.0 KANGXI RADICAL PROFOUND 2F5F ; mapped ; 7389 # 3.0 KANGXI RADICAL JADE 2F60 ; mapped ; 74DC # 3.0 KANGXI RADICAL MELON 2F61 ; mapped ; 74E6 # 3.0 KANGXI RADICAL TILE 2F62 ; mapped ; 7518 # 3.0 KANGXI RADICAL SWEET 2F63 ; mapped ; 751F # 3.0 KANGXI RADICAL LIFE 2F64 ; mapped ; 7528 # 3.0 KANGXI RADICAL USE 2F65 ; mapped ; 7530 # 3.0 KANGXI RADICAL FIELD 2F66 ; mapped ; 758B # 3.0 KANGXI RADICAL BOLT OF CLOTH 2F67 ; mapped ; 7592 # 3.0 KANGXI RADICAL SICKNESS 2F68 ; mapped ; 7676 # 3.0 KANGXI RADICAL DOTTED TENT 2F69 ; mapped ; 767D # 3.0 KANGXI RADICAL WHITE 2F6A ; mapped ; 76AE # 3.0 KANGXI RADICAL SKIN 2F6B ; mapped ; 76BF # 3.0 KANGXI RADICAL DISH 2F6C ; mapped ; 76EE # 3.0 KANGXI RADICAL EYE 2F6D ; mapped ; 77DB # 3.0 KANGXI RADICAL SPEAR 2F6E ; mapped ; 77E2 # 3.0 KANGXI RADICAL ARROW 2F6F ; mapped ; 77F3 # 3.0 KANGXI RADICAL STONE 2F70 ; mapped ; 793A # 3.0 KANGXI RADICAL SPIRIT 2F71 ; mapped ; 79B8 # 3.0 KANGXI RADICAL TRACK 2F72 ; mapped ; 79BE # 3.0 KANGXI RADICAL GRAIN 2F73 ; mapped ; 7A74 # 3.0 KANGXI RADICAL CAVE 2F74 ; mapped ; 7ACB # 3.0 KANGXI RADICAL STAND 2F75 ; mapped ; 7AF9 # 3.0 KANGXI RADICAL BAMBOO 2F76 ; mapped ; 7C73 # 3.0 KANGXI RADICAL RICE 2F77 ; mapped ; 7CF8 # 3.0 KANGXI RADICAL SILK 2F78 ; mapped ; 7F36 # 3.0 KANGXI RADICAL JAR 2F79 ; mapped ; 7F51 # 3.0 KANGXI RADICAL NET 2F7A ; mapped ; 7F8A # 3.0 KANGXI RADICAL SHEEP 2F7B ; mapped ; 7FBD # 3.0 KANGXI RADICAL FEATHER 2F7C ; mapped ; 8001 # 3.0 KANGXI RADICAL OLD 2F7D ; mapped ; 800C # 3.0 KANGXI RADICAL AND 2F7E ; mapped ; 8012 # 3.0 KANGXI RADICAL PLOW 2F7F ; mapped ; 8033 # 3.0 KANGXI RADICAL EAR 2F80 ; mapped ; 807F # 3.0 KANGXI RADICAL BRUSH 2F81 ; mapped ; 8089 # 3.0 KANGXI RADICAL MEAT 2F82 ; mapped ; 81E3 # 3.0 KANGXI RADICAL MINISTER 2F83 ; mapped ; 81EA # 3.0 KANGXI RADICAL SELF 2F84 ; mapped ; 81F3 # 3.0 KANGXI RADICAL ARRIVE 2F85 ; mapped ; 81FC # 3.0 KANGXI RADICAL MORTAR 2F86 ; mapped ; 820C # 3.0 KANGXI RADICAL TONGUE 2F87 ; mapped ; 821B # 3.0 KANGXI RADICAL OPPOSE 2F88 ; mapped ; 821F # 3.0 KANGXI RADICAL BOAT 2F89 ; mapped ; 826E # 3.0 KANGXI RADICAL STOPPING 2F8A ; mapped ; 8272 # 3.0 KANGXI RADICAL COLOR 2F8B ; mapped ; 8278 # 3.0 KANGXI RADICAL GRASS 2F8C ; mapped ; 864D # 3.0 KANGXI RADICAL TIGER 2F8D ; mapped ; 866B # 3.0 KANGXI RADICAL INSECT 2F8E ; mapped ; 8840 # 3.0 KANGXI RADICAL BLOOD 2F8F ; mapped ; 884C # 3.0 KANGXI RADICAL WALK ENCLOSURE 2F90 ; mapped ; 8863 # 3.0 KANGXI RADICAL CLOTHES 2F91 ; mapped ; 897E # 3.0 KANGXI RADICAL WEST 2F92 ; mapped ; 898B # 3.0 KANGXI RADICAL SEE 2F93 ; mapped ; 89D2 # 3.0 KANGXI RADICAL HORN 2F94 ; mapped ; 8A00 # 3.0 KANGXI RADICAL SPEECH 2F95 ; mapped ; 8C37 # 3.0 KANGXI RADICAL VALLEY 2F96 ; mapped ; 8C46 # 3.0 KANGXI RADICAL BEAN 2F97 ; mapped ; 8C55 # 3.0 KANGXI RADICAL PIG 2F98 ; mapped ; 8C78 # 3.0 KANGXI RADICAL BADGER 2F99 ; mapped ; 8C9D # 3.0 KANGXI RADICAL SHELL 2F9A ; mapped ; 8D64 # 3.0 KANGXI RADICAL RED 2F9B ; mapped ; 8D70 # 3.0 KANGXI RADICAL RUN 2F9C ; mapped ; 8DB3 # 3.0 KANGXI RADICAL FOOT 2F9D ; mapped ; 8EAB # 3.0 KANGXI RADICAL BODY 2F9E ; mapped ; 8ECA # 3.0 KANGXI RADICAL CART 2F9F ; mapped ; 8F9B # 3.0 KANGXI RADICAL BITTER 2FA0 ; mapped ; 8FB0 # 3.0 KANGXI RADICAL MORNING 2FA1 ; mapped ; 8FB5 # 3.0 KANGXI RADICAL WALK 2FA2 ; mapped ; 9091 # 3.0 KANGXI RADICAL CITY 2FA3 ; mapped ; 9149 # 3.0 KANGXI RADICAL WINE 2FA4 ; mapped ; 91C6 # 3.0 KANGXI RADICAL DISTINGUISH 2FA5 ; mapped ; 91CC # 3.0 KANGXI RADICAL VILLAGE 2FA6 ; mapped ; 91D1 # 3.0 KANGXI RADICAL GOLD 2FA7 ; mapped ; 9577 # 3.0 KANGXI RADICAL LONG 2FA8 ; mapped ; 9580 # 3.0 KANGXI RADICAL GATE 2FA9 ; mapped ; 961C # 3.0 KANGXI RADICAL MOUND 2FAA ; mapped ; 96B6 # 3.0 KANGXI RADICAL SLAVE 2FAB ; mapped ; 96B9 # 3.0 KANGXI RADICAL SHORT TAILED BIRD 2FAC ; mapped ; 96E8 # 3.0 KANGXI RADICAL RAIN 2FAD ; mapped ; 9751 # 3.0 KANGXI RADICAL BLUE 2FAE ; mapped ; 975E # 3.0 KANGXI RADICAL WRONG 2FAF ; mapped ; 9762 # 3.0 KANGXI RADICAL FACE 2FB0 ; mapped ; 9769 # 3.0 KANGXI RADICAL LEATHER 2FB1 ; mapped ; 97CB # 3.0 KANGXI RADICAL TANNED LEATHER 2FB2 ; mapped ; 97ED # 3.0 KANGXI RADICAL LEEK 2FB3 ; mapped ; 97F3 # 3.0 KANGXI RADICAL SOUND 2FB4 ; mapped ; 9801 # 3.0 KANGXI RADICAL LEAF 2FB5 ; mapped ; 98A8 # 3.0 KANGXI RADICAL WIND 2FB6 ; mapped ; 98DB # 3.0 KANGXI RADICAL FLY 2FB7 ; mapped ; 98DF # 3.0 KANGXI RADICAL EAT 2FB8 ; mapped ; 9996 # 3.0 KANGXI RADICAL HEAD 2FB9 ; mapped ; 9999 # 3.0 KANGXI RADICAL FRAGRANT 2FBA ; mapped ; 99AC # 3.0 KANGXI RADICAL HORSE 2FBB ; mapped ; 9AA8 # 3.0 KANGXI RADICAL BONE 2FBC ; mapped ; 9AD8 # 3.0 KANGXI RADICAL TALL 2FBD ; mapped ; 9ADF # 3.0 KANGXI RADICAL HAIR 2FBE ; mapped ; 9B25 # 3.0 KANGXI RADICAL FIGHT 2FBF ; mapped ; 9B2F # 3.0 KANGXI RADICAL SACRIFICIAL WINE 2FC0 ; mapped ; 9B32 # 3.0 KANGXI RADICAL CAULDRON 2FC1 ; mapped ; 9B3C # 3.0 KANGXI RADICAL GHOST 2FC2 ; mapped ; 9B5A # 3.0 KANGXI RADICAL FISH 2FC3 ; mapped ; 9CE5 # 3.0 KANGXI RADICAL BIRD 2FC4 ; mapped ; 9E75 # 3.0 KANGXI RADICAL SALT 2FC5 ; mapped ; 9E7F # 3.0 KANGXI RADICAL DEER 2FC6 ; mapped ; 9EA5 # 3.0 KANGXI RADICAL WHEAT 2FC7 ; mapped ; 9EBB # 3.0 KANGXI RADICAL HEMP 2FC8 ; mapped ; 9EC3 # 3.0 KANGXI RADICAL YELLOW 2FC9 ; mapped ; 9ECD # 3.0 KANGXI RADICAL MILLET 2FCA ; mapped ; 9ED1 # 3.0 KANGXI RADICAL BLACK 2FCB ; mapped ; 9EF9 # 3.0 KANGXI RADICAL EMBROIDERY 2FCC ; mapped ; 9EFD # 3.0 KANGXI RADICAL FROG 2FCD ; mapped ; 9F0E # 3.0 KANGXI RADICAL TRIPOD 2FCE ; mapped ; 9F13 # 3.0 KANGXI RADICAL DRUM 2FCF ; mapped ; 9F20 # 3.0 KANGXI RADICAL RAT 2FD0 ; mapped ; 9F3B # 3.0 KANGXI RADICAL NOSE 2FD1 ; mapped ; 9F4A # 3.0 KANGXI RADICAL EVEN 2FD2 ; mapped ; 9F52 # 3.0 KANGXI RADICAL TOOTH 2FD3 ; mapped ; 9F8D # 3.0 KANGXI RADICAL DRAGON 2FD4 ; mapped ; 9F9C # 3.0 KANGXI RADICAL TURTLE 2FD5 ; mapped ; 9FA0 # 3.0 KANGXI RADICAL FLUTE 2FD6..2FEF ; disallowed # NA <reserved-2FD6>..<reserved-2FEF> 2FF0..2FFB ; disallowed # 3.0 IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT..IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID 2FFC..2FFF ; disallowed # NA <reserved-2FFC>..<reserved-2FFF> 3000 ; disallowed_STD3_mapped ; 0020 # 1.1 IDEOGRAPHIC SPACE 3001 ; valid ; ; NV8 # 1.1 IDEOGRAPHIC COMMA 3002 ; mapped ; 002E # 1.1 IDEOGRAPHIC FULL STOP 3003..3004 ; valid ; ; NV8 # 1.1 DITTO MARK..JAPANESE INDUSTRIAL STANDARD SYMBOL 3005..3007 ; valid # 1.1 IDEOGRAPHIC ITERATION MARK..IDEOGRAPHIC NUMBER ZERO 3008..3029 ; valid ; ; NV8 # 1.1 LEFT ANGLE BRACKET..HANGZHOU NUMERAL NINE 302A..302D ; valid # 1.1 IDEOGRAPHIC LEVEL TONE MARK..IDEOGRAPHIC ENTERING TONE MARK 302E..3035 ; valid ; ; NV8 # 1.1 HANGUL SINGLE DOT TONE MARK..VERTICAL KANA REPEAT MARK LOWER HALF 3036 ; mapped ; 3012 # 1.1 CIRCLED POSTAL MARK 3037 ; valid ; ; NV8 # 1.1 IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL 3038 ; mapped ; 5341 # 3.0 HANGZHOU NUMERAL TEN 3039 ; mapped ; 5344 # 3.0 HANGZHOU NUMERAL TWENTY 303A ; mapped ; 5345 # 3.0 HANGZHOU NUMERAL THIRTY 303B ; valid ; ; NV8 # 3.2 VERTICAL IDEOGRAPHIC ITERATION MARK 303C ; valid # 3.2 MASU MARK 303D ; valid ; ; NV8 # 3.2 PART ALTERNATION MARK 303E ; valid ; ; NV8 # 3.0 IDEOGRAPHIC VARIATION INDICATOR 303F ; valid ; ; NV8 # 1.1 IDEOGRAPHIC HALF FILL SPACE 3040 ; disallowed # NA <reserved-3040> 3041..3094 ; valid # 1.1 HIRAGANA LETTER SMALL A..HIRAGANA LETTER VU 3095..3096 ; valid # 3.2 HIRAGANA LETTER SMALL KA..HIRAGANA LETTER SMALL KE 3097..3098 ; disallowed # NA <reserved-3097>..<reserved-3098> 3099..309A ; valid # 1.1 COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309B ; disallowed_STD3_mapped ; 0020 3099 # 1.1 KATAKANA-HIRAGANA VOICED SOUND MARK 309C ; disallowed_STD3_mapped ; 0020 309A # 1.1 KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309D..309E ; valid # 1.1 HIRAGANA ITERATION MARK..HIRAGANA VOICED ITERATION MARK 309F ; mapped ; 3088 308A # 3.2 HIRAGANA DIGRAPH YORI 30A0 ; valid ; ; NV8 # 3.2 KATAKANA-HIRAGANA DOUBLE HYPHEN 30A1..30FE ; valid # 1.1 KATAKANA LETTER SMALL A..KATAKANA VOICED ITERATION MARK 30FF ; mapped ; 30B3 30C8 # 3.2 KATAKANA DIGRAPH KOTO 3100..3104 ; disallowed # NA <reserved-3100>..<reserved-3104> 3105..312C ; valid # 1.1 BOPOMOFO LETTER B..BOPOMOFO LETTER GN 312D ; valid # 5.1 BOPOMOFO LETTER IH 312E..3130 ; disallowed # NA <reserved-312E>..<reserved-3130> 3131 ; mapped ; 1100 # 1.1 HANGUL LETTER KIYEOK 3132 ; mapped ; 1101 # 1.1 HANGUL LETTER SSANGKIYEOK 3133 ; mapped ; 11AA # 1.1 HANGUL LETTER KIYEOK-SIOS 3134 ; mapped ; 1102 # 1.1 HANGUL LETTER NIEUN 3135 ; mapped ; 11AC # 1.1 HANGUL LETTER NIEUN-CIEUC 3136 ; mapped ; 11AD # 1.1 HANGUL LETTER NIEUN-HIEUH 3137 ; mapped ; 1103 # 1.1 HANGUL LETTER TIKEUT 3138 ; mapped ; 1104 # 1.1 HANGUL LETTER SSANGTIKEUT 3139 ; mapped ; 1105 # 1.1 HANGUL LETTER RIEUL 313A ; mapped ; 11B0 # 1.1 HANGUL LETTER RIEUL-KIYEOK 313B ; mapped ; 11B1 # 1.1 HANGUL LETTER RIEUL-MIEUM 313C ; mapped ; 11B2 # 1.1 HANGUL LETTER RIEUL-PIEUP 313D ; mapped ; 11B3 # 1.1 HANGUL LETTER RIEUL-SIOS 313E ; mapped ; 11B4 # 1.1 HANGUL LETTER RIEUL-THIEUTH 313F ; mapped ; 11B5 # 1.1 HANGUL LETTER RIEUL-PHIEUPH 3140 ; mapped ; 111A # 1.1 HANGUL LETTER RIEUL-HIEUH 3141 ; mapped ; 1106 # 1.1 HANGUL LETTER MIEUM 3142 ; mapped ; 1107 # 1.1 HANGUL LETTER PIEUP 3143 ; mapped ; 1108 # 1.1 HANGUL LETTER SSANGPIEUP 3144 ; mapped ; 1121 # 1.1 HANGUL LETTER PIEUP-SIOS 3145 ; mapped ; 1109 # 1.1 HANGUL LETTER SIOS 3146 ; mapped ; 110A # 1.1 HANGUL LETTER SSANGSIOS 3147 ; mapped ; 110B # 1.1 HANGUL LETTER IEUNG 3148 ; mapped ; 110C # 1.1 HANGUL LETTER CIEUC 3149 ; mapped ; 110D # 1.1 HANGUL LETTER SSANGCIEUC 314A ; mapped ; 110E # 1.1 HANGUL LETTER CHIEUCH 314B ; mapped ; 110F # 1.1 HANGUL LETTER KHIEUKH 314C ; mapped ; 1110 # 1.1 HANGUL LETTER THIEUTH 314D ; mapped ; 1111 # 1.1 HANGUL LETTER PHIEUPH 314E ; mapped ; 1112 # 1.1 HANGUL LETTER HIEUH 314F ; mapped ; 1161 # 1.1 HANGUL LETTER A 3150 ; mapped ; 1162 # 1.1 HANGUL LETTER AE 3151 ; mapped ; 1163 # 1.1 HANGUL LETTER YA 3152 ; mapped ; 1164 # 1.1 HANGUL LETTER YAE 3153 ; mapped ; 1165 # 1.1 HANGUL LETTER EO 3154 ; mapped ; 1166 # 1.1 HANGUL LETTER E 3155 ; mapped ; 1167 # 1.1 HANGUL LETTER YEO 3156 ; mapped ; 1168 # 1.1 HANGUL LETTER YE 3157 ; mapped ; 1169 # 1.1 HANGUL LETTER O 3158 ; mapped ; 116A # 1.1 HANGUL LETTER WA 3159 ; mapped ; 116B # 1.1 HANGUL LETTER WAE 315A ; mapped ; 116C # 1.1 HANGUL LETTER OE 315B ; mapped ; 116D # 1.1 HANGUL LETTER YO 315C ; mapped ; 116E # 1.1 HANGUL LETTER U 315D ; mapped ; 116F # 1.1 HANGUL LETTER WEO 315E ; mapped ; 1170 # 1.1 HANGUL LETTER WE 315F ; mapped ; 1171 # 1.1 HANGUL LETTER WI 3160 ; mapped ; 1172 # 1.1 HANGUL LETTER YU 3161 ; mapped ; 1173 # 1.1 HANGUL LETTER EU 3162 ; mapped ; 1174 # 1.1 HANGUL LETTER YI 3163 ; mapped ; 1175 # 1.1 HANGUL LETTER I 3164 ; disallowed # 1.1 HANGUL FILLER 3165 ; mapped ; 1114 # 1.1 HANGUL LETTER SSANGNIEUN 3166 ; mapped ; 1115 # 1.1 HANGUL LETTER NIEUN-TIKEUT 3167 ; mapped ; 11C7 # 1.1 HANGUL LETTER NIEUN-SIOS 3168 ; mapped ; 11C8 # 1.1 HANGUL LETTER NIEUN-PANSIOS 3169 ; mapped ; 11CC # 1.1 HANGUL LETTER RIEUL-KIYEOK-SIOS 316A ; mapped ; 11CE # 1.1 HANGUL LETTER RIEUL-TIKEUT 316B ; mapped ; 11D3 # 1.1 HANGUL LETTER RIEUL-PIEUP-SIOS 316C ; mapped ; 11D7 # 1.1 HANGUL LETTER RIEUL-PANSIOS 316D ; mapped ; 11D9 # 1.1 HANGUL LETTER RIEUL-YEORINHIEUH 316E ; mapped ; 111C # 1.1 HANGUL LETTER MIEUM-PIEUP 316F ; mapped ; 11DD # 1.1 HANGUL LETTER MIEUM-SIOS 3170 ; mapped ; 11DF # 1.1 HANGUL LETTER MIEUM-PANSIOS 3171 ; mapped ; 111D # 1.1 HANGUL LETTER KAPYEOUNMIEUM 3172 ; mapped ; 111E # 1.1 HANGUL LETTER PIEUP-KIYEOK 3173 ; mapped ; 1120 # 1.1 HANGUL LETTER PIEUP-TIKEUT 3174 ; mapped ; 1122 # 1.1 HANGUL LETTER PIEUP-SIOS-KIYEOK 3175 ; mapped ; 1123 # 1.1 HANGUL LETTER PIEUP-SIOS-TIKEUT 3176 ; mapped ; 1127 # 1.1 HANGUL LETTER PIEUP-CIEUC 3177 ; mapped ; 1129 # 1.1 HANGUL LETTER PIEUP-THIEUTH 3178 ; mapped ; 112B # 1.1 HANGUL LETTER KAPYEOUNPIEUP 3179 ; mapped ; 112C # 1.1 HANGUL LETTER KAPYEOUNSSANGPIEUP 317A ; mapped ; 112D # 1.1 HANGUL LETTER SIOS-KIYEOK 317B ; mapped ; 112E # 1.1 HANGUL LETTER SIOS-NIEUN 317C ; mapped ; 112F # 1.1 HANGUL LETTER SIOS-TIKEUT 317D ; mapped ; 1132 # 1.1 HANGUL LETTER SIOS-PIEUP 317E ; mapped ; 1136 # 1.1 HANGUL LETTER SIOS-CIEUC 317F ; mapped ; 1140 # 1.1 HANGUL LETTER PANSIOS 3180 ; mapped ; 1147 # 1.1 HANGUL LETTER SSANGIEUNG 3181 ; mapped ; 114C # 1.1 HANGUL LETTER YESIEUNG 3182 ; mapped ; 11F1 # 1.1 HANGUL LETTER YESIEUNG-SIOS 3183 ; mapped ; 11F2 # 1.1 HANGUL LETTER YESIEUNG-PANSIOS 3184 ; mapped ; 1157 # 1.1 HANGUL LETTER KAPYEOUNPHIEUPH 3185 ; mapped ; 1158 # 1.1 HANGUL LETTER SSANGHIEUH 3186 ; mapped ; 1159 # 1.1 HANGUL LETTER YEORINHIEUH 3187 ; mapped ; 1184 # 1.1 HANGUL LETTER YO-YA 3188 ; mapped ; 1185 # 1.1 HANGUL LETTER YO-YAE 3189 ; mapped ; 1188 # 1.1 HANGUL LETTER YO-I 318A ; mapped ; 1191 # 1.1 HANGUL LETTER YU-YEO 318B ; mapped ; 1192 # 1.1 HANGUL LETTER YU-YE 318C ; mapped ; 1194 # 1.1 HANGUL LETTER YU-I 318D ; mapped ; 119E # 1.1 HANGUL LETTER ARAEA 318E ; mapped ; 11A1 # 1.1 HANGUL LETTER ARAEAE 318F ; disallowed # NA <reserved-318F> 3190..3191 ; valid ; ; NV8 # 1.1 IDEOGRAPHIC ANNOTATION LINKING MARK..IDEOGRAPHIC ANNOTATION REVERSE MARK 3192 ; mapped ; 4E00 # 1.1 IDEOGRAPHIC ANNOTATION ONE MARK 3193 ; mapped ; 4E8C # 1.1 IDEOGRAPHIC ANNOTATION TWO MARK 3194 ; mapped ; 4E09 # 1.1 IDEOGRAPHIC ANNOTATION THREE MARK 3195 ; mapped ; 56DB # 1.1 IDEOGRAPHIC ANNOTATION FOUR MARK 3196 ; mapped ; 4E0A # 1.1 IDEOGRAPHIC ANNOTATION TOP MARK 3197 ; mapped ; 4E2D # 1.1 IDEOGRAPHIC ANNOTATION MIDDLE MARK 3198 ; mapped ; 4E0B # 1.1 IDEOGRAPHIC ANNOTATION BOTTOM MARK 3199 ; mapped ; 7532 # 1.1 IDEOGRAPHIC ANNOTATION FIRST MARK 319A ; mapped ; 4E59 # 1.1 IDEOGRAPHIC ANNOTATION SECOND MARK 319B ; mapped ; 4E19 # 1.1 IDEOGRAPHIC ANNOTATION THIRD MARK 319C ; mapped ; 4E01 # 1.1 IDEOGRAPHIC ANNOTATION FOURTH MARK 319D ; mapped ; 5929 # 1.1 IDEOGRAPHIC ANNOTATION HEAVEN MARK 319E ; mapped ; 5730 # 1.1 IDEOGRAPHIC ANNOTATION EARTH MARK 319F ; mapped ; 4EBA # 1.1 IDEOGRAPHIC ANNOTATION MAN MARK 31A0..31B7 ; valid # 3.0 BOPOMOFO LETTER BU..BOPOMOFO FINAL LETTER H 31B8..31BA ; valid # 6.0 BOPOMOFO LETTER GH..BOPOMOFO LETTER ZY 31BB..31BF ; disallowed # NA <reserved-31BB>..<reserved-31BF> 31C0..31CF ; valid ; ; NV8 # 4.1 CJK STROKE T..CJK STROKE N 31D0..31E3 ; valid ; ; NV8 # 5.1 CJK STROKE H..CJK STROKE Q 31E4..31EF ; disallowed # NA <reserved-31E4>..<reserved-31EF> 31F0..31FF ; valid # 3.2 KATAKANA LETTER SMALL KU..KATAKANA LETTER SMALL RO 3200 ; disallowed_STD3_mapped ; 0028 1100 0029 #1.1 PARENTHESIZED HANGUL KIYEOK 3201 ; disallowed_STD3_mapped ; 0028 1102 0029 #1.1 PARENTHESIZED HANGUL NIEUN 3202 ; disallowed_STD3_mapped ; 0028 1103 0029 #1.1 PARENTHESIZED HANGUL TIKEUT 3203 ; disallowed_STD3_mapped ; 0028 1105 0029 #1.1 PARENTHESIZED HANGUL RIEUL 3204 ; disallowed_STD3_mapped ; 0028 1106 0029 #1.1 PARENTHESIZED HANGUL MIEUM 3205 ; disallowed_STD3_mapped ; 0028 1107 0029 #1.1 PARENTHESIZED HANGUL PIEUP 3206 ; disallowed_STD3_mapped ; 0028 1109 0029 #1.1 PARENTHESIZED HANGUL SIOS 3207 ; disallowed_STD3_mapped ; 0028 110B 0029 #1.1 PARENTHESIZED HANGUL IEUNG 3208 ; disallowed_STD3_mapped ; 0028 110C 0029 #1.1 PARENTHESIZED HANGUL CIEUC 3209 ; disallowed_STD3_mapped ; 0028 110E 0029 #1.1 PARENTHESIZED HANGUL CHIEUCH 320A ; disallowed_STD3_mapped ; 0028 110F 0029 #1.1 PARENTHESIZED HANGUL KHIEUKH 320B ; disallowed_STD3_mapped ; 0028 1110 0029 #1.1 PARENTHESIZED HANGUL THIEUTH 320C ; disallowed_STD3_mapped ; 0028 1111 0029 #1.1 PARENTHESIZED HANGUL PHIEUPH 320D ; disallowed_STD3_mapped ; 0028 1112 0029 #1.1 PARENTHESIZED HANGUL HIEUH 320E ; disallowed_STD3_mapped ; 0028 AC00 0029 #1.1 PARENTHESIZED HANGUL KIYEOK A 320F ; disallowed_STD3_mapped ; 0028 B098 0029 #1.1 PARENTHESIZED HANGUL NIEUN A 3210 ; disallowed_STD3_mapped ; 0028 B2E4 0029 #1.1 PARENTHESIZED HANGUL TIKEUT A 3211 ; disallowed_STD3_mapped ; 0028 B77C 0029 #1.1 PARENTHESIZED HANGUL RIEUL A 3212 ; disallowed_STD3_mapped ; 0028 B9C8 0029 #1.1 PARENTHESIZED HANGUL MIEUM A 3213 ; disallowed_STD3_mapped ; 0028 BC14 0029 #1.1 PARENTHESIZED HANGUL PIEUP A 3214 ; disallowed_STD3_mapped ; 0028 C0AC 0029 #1.1 PARENTHESIZED HANGUL SIOS A 3215 ; disallowed_STD3_mapped ; 0028 C544 0029 #1.1 PARENTHESIZED HANGUL IEUNG A 3216 ; disallowed_STD3_mapped ; 0028 C790 0029 #1.1 PARENTHESIZED HANGUL CIEUC A 3217 ; disallowed_STD3_mapped ; 0028 CC28 0029 #1.1 PARENTHESIZED HANGUL CHIEUCH A 3218 ; disallowed_STD3_mapped ; 0028 CE74 0029 #1.1 PARENTHESIZED HANGUL KHIEUKH A 3219 ; disallowed_STD3_mapped ; 0028 D0C0 0029 #1.1 PARENTHESIZED HANGUL THIEUTH A 321A ; disallowed_STD3_mapped ; 0028 D30C 0029 #1.1 PARENTHESIZED HANGUL PHIEUPH A 321B ; disallowed_STD3_mapped ; 0028 D558 0029 #1.1 PARENTHESIZED HANGUL HIEUH A 321C ; disallowed_STD3_mapped ; 0028 C8FC 0029 #1.1 PARENTHESIZED HANGUL CIEUC U 321D ; disallowed_STD3_mapped ; 0028 C624 C804 0029 #4.0 PARENTHESIZED KOREAN CHARACTER OJEON 321E ; disallowed_STD3_mapped ; 0028 C624 D6C4 0029 #4.0 PARENTHESIZED KOREAN CHARACTER O HU 321F ; disallowed # NA <reserved-321F> 3220 ; disallowed_STD3_mapped ; 0028 4E00 0029 #1.1 PARENTHESIZED IDEOGRAPH ONE 3221 ; disallowed_STD3_mapped ; 0028 4E8C 0029 #1.1 PARENTHESIZED IDEOGRAPH TWO 3222 ; disallowed_STD3_mapped ; 0028 4E09 0029 #1.1 PARENTHESIZED IDEOGRAPH THREE 3223 ; disallowed_STD3_mapped ; 0028 56DB 0029 #1.1 PARENTHESIZED IDEOGRAPH FOUR 3224 ; disallowed_STD3_mapped ; 0028 4E94 0029 #1.1 PARENTHESIZED IDEOGRAPH FIVE 3225 ; disallowed_STD3_mapped ; 0028 516D 0029 #1.1 PARENTHESIZED IDEOGRAPH SIX 3226 ; disallowed_STD3_mapped ; 0028 4E03 0029 #1.1 PARENTHESIZED IDEOGRAPH SEVEN 3227 ; disallowed_STD3_mapped ; 0028 516B 0029 #1.1 PARENTHESIZED IDEOGRAPH EIGHT 3228 ; disallowed_STD3_mapped ; 0028 4E5D 0029 #1.1 PARENTHESIZED IDEOGRAPH NINE 3229 ; disallowed_STD3_mapped ; 0028 5341 0029 #1.1 PARENTHESIZED IDEOGRAPH TEN 322A ; disallowed_STD3_mapped ; 0028 6708 0029 #1.1 PARENTHESIZED IDEOGRAPH MOON 322B ; disallowed_STD3_mapped ; 0028 706B 0029 #1.1 PARENTHESIZED IDEOGRAPH FIRE 322C ; disallowed_STD3_mapped ; 0028 6C34 0029 #1.1 PARENTHESIZED IDEOGRAPH WATER 322D ; disallowed_STD3_mapped ; 0028 6728 0029 #1.1 PARENTHESIZED IDEOGRAPH WOOD 322E ; disallowed_STD3_mapped ; 0028 91D1 0029 #1.1 PARENTHESIZED IDEOGRAPH METAL 322F ; disallowed_STD3_mapped ; 0028 571F 0029 #1.1 PARENTHESIZED IDEOGRAPH EARTH 3230 ; disallowed_STD3_mapped ; 0028 65E5 0029 #1.1 PARENTHESIZED IDEOGRAPH SUN 3231 ; disallowed_STD3_mapped ; 0028 682A 0029 #1.1 PARENTHESIZED IDEOGRAPH STOCK 3232 ; disallowed_STD3_mapped ; 0028 6709 0029 #1.1 PARENTHESIZED IDEOGRAPH HAVE 3233 ; disallowed_STD3_mapped ; 0028 793E 0029 #1.1 PARENTHESIZED IDEOGRAPH SOCIETY 3234 ; disallowed_STD3_mapped ; 0028 540D 0029 #1.1 PARENTHESIZED IDEOGRAPH NAME 3235 ; disallowed_STD3_mapped ; 0028 7279 0029 #1.1 PARENTHESIZED IDEOGRAPH SPECIAL 3236 ; disallowed_STD3_mapped ; 0028 8CA1 0029 #1.1 PARENTHESIZED IDEOGRAPH FINANCIAL 3237 ; disallowed_STD3_mapped ; 0028 795D 0029 #1.1 PARENTHESIZED IDEOGRAPH CONGRATULATION 3238 ; disallowed_STD3_mapped ; 0028 52B4 0029 #1.1 PARENTHESIZED IDEOGRAPH LABOR 3239 ; disallowed_STD3_mapped ; 0028 4EE3 0029 #1.1 PARENTHESIZED IDEOGRAPH REPRESENT 323A ; disallowed_STD3_mapped ; 0028 547C 0029 #1.1 PARENTHESIZED IDEOGRAPH CALL 323B ; disallowed_STD3_mapped ; 0028 5B66 0029 #1.1 PARENTHESIZED IDEOGRAPH STUDY 323C ; disallowed_STD3_mapped ; 0028 76E3 0029 #1.1 PARENTHESIZED IDEOGRAPH SUPERVISE 323D ; disallowed_STD3_mapped ; 0028 4F01 0029 #1.1 PARENTHESIZED IDEOGRAPH ENTERPRISE 323E ; disallowed_STD3_mapped ; 0028 8CC7 0029 #1.1 PARENTHESIZED IDEOGRAPH RESOURCE 323F ; disallowed_STD3_mapped ; 0028 5354 0029 #1.1 PARENTHESIZED IDEOGRAPH ALLIANCE 3240 ; disallowed_STD3_mapped ; 0028 796D 0029 #1.1 PARENTHESIZED IDEOGRAPH FESTIVAL 3241 ; disallowed_STD3_mapped ; 0028 4F11 0029 #1.1 PARENTHESIZED IDEOGRAPH REST 3242 ; disallowed_STD3_mapped ; 0028 81EA 0029 #1.1 PARENTHESIZED IDEOGRAPH SELF 3243 ; disallowed_STD3_mapped ; 0028 81F3 0029 #1.1 PARENTHESIZED IDEOGRAPH REACH 3244 ; mapped ; 554F # 5.2 CIRCLED IDEOGRAPH QUESTION 3245 ; mapped ; 5E7C # 5.2 CIRCLED IDEOGRAPH KINDERGARTEN 3246 ; mapped ; 6587 # 5.2 CIRCLED IDEOGRAPH SCHOOL 3247 ; mapped ; 7B8F # 5.2 CIRCLED IDEOGRAPH KOTO 3248..324F ; valid ; ; NV8 # 5.2 CIRCLED NUMBER TEN ON BLACK SQUARE..CIRCLED NUMBER EIGHTY ON BLACK SQUARE 3250 ; mapped ; 0070 0074 0065 #4.0 PARTNERSHIP SIGN 3251 ; mapped ; 0032 0031 # 3.2 CIRCLED NUMBER TWENTY ONE 3252 ; mapped ; 0032 0032 # 3.2 CIRCLED NUMBER TWENTY TWO 3253 ; mapped ; 0032 0033 # 3.2 CIRCLED NUMBER TWENTY THREE 3254 ; mapped ; 0032 0034 # 3.2 CIRCLED NUMBER TWENTY FOUR 3255 ; mapped ; 0032 0035 # 3.2 CIRCLED NUMBER TWENTY FIVE 3256 ; mapped ; 0032 0036 # 3.2 CIRCLED NUMBER TWENTY SIX 3257 ; mapped ; 0032 0037 # 3.2 CIRCLED NUMBER TWENTY SEVEN 3258 ; mapped ; 0032 0038 # 3.2 CIRCLED NUMBER TWENTY EIGHT 3259 ; mapped ; 0032 0039 # 3.2 CIRCLED NUMBER TWENTY NINE 325A ; mapped ; 0033 0030 # 3.2 CIRCLED NUMBER THIRTY 325B ; mapped ; 0033 0031 # 3.2 CIRCLED NUMBER THIRTY ONE 325C ; mapped ; 0033 0032 # 3.2 CIRCLED NUMBER THIRTY TWO 325D ; mapped ; 0033 0033 # 3.2 CIRCLED NUMBER THIRTY THREE 325E ; mapped ; 0033 0034 # 3.2 CIRCLED NUMBER THIRTY FOUR 325F ; mapped ; 0033 0035 # 3.2 CIRCLED NUMBER THIRTY FIVE 3260 ; mapped ; 1100 # 1.1 CIRCLED HANGUL KIYEOK 3261 ; mapped ; 1102 # 1.1 CIRCLED HANGUL NIEUN 3262 ; mapped ; 1103 # 1.1 CIRCLED HANGUL TIKEUT 3263 ; mapped ; 1105 # 1.1 CIRCLED HANGUL RIEUL 3264 ; mapped ; 1106 # 1.1 CIRCLED HANGUL MIEUM 3265 ; mapped ; 1107 # 1.1 CIRCLED HANGUL PIEUP 3266 ; mapped ; 1109 # 1.1 CIRCLED HANGUL SIOS 3267 ; mapped ; 110B # 1.1 CIRCLED HANGUL IEUNG 3268 ; mapped ; 110C # 1.1 CIRCLED HANGUL CIEUC 3269 ; mapped ; 110E # 1.1 CIRCLED HANGUL CHIEUCH 326A ; mapped ; 110F # 1.1 CIRCLED HANGUL KHIEUKH 326B ; mapped ; 1110 # 1.1 CIRCLED HANGUL THIEUTH 326C ; mapped ; 1111 # 1.1 CIRCLED HANGUL PHIEUPH 326D ; mapped ; 1112 # 1.1 CIRCLED HANGUL HIEUH 326E ; mapped ; AC00 # 1.1 CIRCLED HANGUL KIYEOK A 326F ; mapped ; B098 # 1.1 CIRCLED HANGUL NIEUN A 3270 ; mapped ; B2E4 # 1.1 CIRCLED HANGUL TIKEUT A 3271 ; mapped ; B77C # 1.1 CIRCLED HANGUL RIEUL A 3272 ; mapped ; B9C8 # 1.1 CIRCLED HANGUL MIEUM A 3273 ; mapped ; BC14 # 1.1 CIRCLED HANGUL PIEUP A 3274 ; mapped ; C0AC # 1.1 CIRCLED HANGUL SIOS A 3275 ; mapped ; C544 # 1.1 CIRCLED HANGUL IEUNG A 3276 ; mapped ; C790 # 1.1 CIRCLED HANGUL CIEUC A 3277 ; mapped ; CC28 # 1.1 CIRCLED HANGUL CHIEUCH A 3278 ; mapped ; CE74 # 1.1 CIRCLED HANGUL KHIEUKH A 3279 ; mapped ; D0C0 # 1.1 CIRCLED HANGUL THIEUTH A 327A ; mapped ; D30C # 1.1 CIRCLED HANGUL PHIEUPH A 327B ; mapped ; D558 # 1.1 CIRCLED HANGUL HIEUH A 327C ; mapped ; CC38 ACE0 # 4.0 CIRCLED KOREAN CHARACTER CHAMKO 327D ; mapped ; C8FC C758 # 4.0 CIRCLED KOREAN CHARACTER JUEUI 327E ; mapped ; C6B0 # 4.1 CIRCLED HANGUL IEUNG U 327F ; valid ; ; NV8 # 1.1 KOREAN STANDARD SYMBOL 3280 ; mapped ; 4E00 # 1.1 CIRCLED IDEOGRAPH ONE 3281 ; mapped ; 4E8C # 1.1 CIRCLED IDEOGRAPH TWO 3282 ; mapped ; 4E09 # 1.1 CIRCLED IDEOGRAPH THREE 3283 ; mapped ; 56DB # 1.1 CIRCLED IDEOGRAPH FOUR 3284 ; mapped ; 4E94 # 1.1 CIRCLED IDEOGRAPH FIVE 3285 ; mapped ; 516D # 1.1 CIRCLED IDEOGRAPH SIX 3286 ; mapped ; 4E03 # 1.1 CIRCLED IDEOGRAPH SEVEN 3287 ; mapped ; 516B # 1.1 CIRCLED IDEOGRAPH EIGHT 3288 ; mapped ; 4E5D # 1.1 CIRCLED IDEOGRAPH NINE 3289 ; mapped ; 5341 # 1.1 CIRCLED IDEOGRAPH TEN 328A ; mapped ; 6708 # 1.1 CIRCLED IDEOGRAPH MOON 328B ; mapped ; 706B # 1.1 CIRCLED IDEOGRAPH FIRE 328C ; mapped ; 6C34 # 1.1 CIRCLED IDEOGRAPH WATER 328D ; mapped ; 6728 # 1.1 CIRCLED IDEOGRAPH WOOD 328E ; mapped ; 91D1 # 1.1 CIRCLED IDEOGRAPH METAL 328F ; mapped ; 571F # 1.1 CIRCLED IDEOGRAPH EARTH 3290 ; mapped ; 65E5 # 1.1 CIRCLED IDEOGRAPH SUN 3291 ; mapped ; 682A # 1.1 CIRCLED IDEOGRAPH STOCK 3292 ; mapped ; 6709 # 1.1 CIRCLED IDEOGRAPH HAVE 3293 ; mapped ; 793E # 1.1 CIRCLED IDEOGRAPH SOCIETY 3294 ; mapped ; 540D # 1.1 CIRCLED IDEOGRAPH NAME 3295 ; mapped ; 7279 # 1.1 CIRCLED IDEOGRAPH SPECIAL 3296 ; mapped ; 8CA1 # 1.1 CIRCLED IDEOGRAPH FINANCIAL 3297 ; mapped ; 795D # 1.1 CIRCLED IDEOGRAPH CONGRATULATION 3298 ; mapped ; 52B4 # 1.1 CIRCLED IDEOGRAPH LABOR 3299 ; mapped ; 79D8 # 1.1 CIRCLED IDEOGRAPH SECRET 329A ; mapped ; 7537 # 1.1 CIRCLED IDEOGRAPH MALE 329B ; mapped ; 5973 # 1.1 CIRCLED IDEOGRAPH FEMALE 329C ; mapped ; 9069 # 1.1 CIRCLED IDEOGRAPH SUITABLE 329D ; mapped ; 512A # 1.1 CIRCLED IDEOGRAPH EXCELLENT 329E ; mapped ; 5370 # 1.1 CIRCLED IDEOGRAPH PRINT 329F ; mapped ; 6CE8 # 1.1 CIRCLED IDEOGRAPH ATTENTION 32A0 ; mapped ; 9805 # 1.1 CIRCLED IDEOGRAPH ITEM 32A1 ; mapped ; 4F11 # 1.1 CIRCLED IDEOGRAPH REST 32A2 ; mapped ; 5199 # 1.1 CIRCLED IDEOGRAPH COPY 32A3 ; mapped ; 6B63 # 1.1 CIRCLED IDEOGRAPH CORRECT 32A4 ; mapped ; 4E0A # 1.1 CIRCLED IDEOGRAPH HIGH 32A5 ; mapped ; 4E2D # 1.1 CIRCLED IDEOGRAPH CENTRE 32A6 ; mapped ; 4E0B # 1.1 CIRCLED IDEOGRAPH LOW 32A7 ; mapped ; 5DE6 # 1.1 CIRCLED IDEOGRAPH LEFT 32A8 ; mapped ; 53F3 # 1.1 CIRCLED IDEOGRAPH RIGHT 32A9 ; mapped ; 533B # 1.1 CIRCLED IDEOGRAPH MEDICINE 32AA ; mapped ; 5B97 # 1.1 CIRCLED IDEOGRAPH RELIGION 32AB ; mapped ; 5B66 # 1.1 CIRCLED IDEOGRAPH STUDY 32AC ; mapped ; 76E3 # 1.1 CIRCLED IDEOGRAPH SUPERVISE 32AD ; mapped ; 4F01 # 1.1 CIRCLED IDEOGRAPH ENTERPRISE 32AE ; mapped ; 8CC7 # 1.1 CIRCLED IDEOGRAPH RESOURCE 32AF ; mapped ; 5354 # 1.1 CIRCLED IDEOGRAPH ALLIANCE 32B0 ; mapped ; 591C # 1.1 CIRCLED IDEOGRAPH NIGHT 32B1 ; mapped ; 0033 0036 # 3.2 CIRCLED NUMBER THIRTY SIX 32B2 ; mapped ; 0033 0037 # 3.2 CIRCLED NUMBER THIRTY SEVEN 32B3 ; mapped ; 0033 0038 # 3.2 CIRCLED NUMBER THIRTY EIGHT 32B4 ; mapped ; 0033 0039 # 3.2 CIRCLED NUMBER THIRTY NINE 32B5 ; mapped ; 0034 0030 # 3.2 CIRCLED NUMBER FORTY 32B6 ; mapped ; 0034 0031 # 3.2 CIRCLED NUMBER FORTY ONE 32B7 ; mapped ; 0034 0032 # 3.2 CIRCLED NUMBER FORTY TWO 32B8 ; mapped ; 0034 0033 # 3.2 CIRCLED NUMBER FORTY THREE 32B9 ; mapped ; 0034 0034 # 3.2 CIRCLED NUMBER FORTY FOUR 32BA ; mapped ; 0034 0035 # 3.2 CIRCLED NUMBER FORTY FIVE 32BB ; mapped ; 0034 0036 # 3.2 CIRCLED NUMBER FORTY SIX 32BC ; mapped ; 0034 0037 # 3.2 CIRCLED NUMBER FORTY SEVEN 32BD ; mapped ; 0034 0038 # 3.2 CIRCLED NUMBER FORTY EIGHT 32BE ; mapped ; 0034 0039 # 3.2 CIRCLED NUMBER FORTY NINE 32BF ; mapped ; 0035 0030 # 3.2 CIRCLED NUMBER FIFTY 32C0 ; mapped ; 0031 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY 32C1 ; mapped ; 0032 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY 32C2 ; mapped ; 0033 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH 32C3 ; mapped ; 0034 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL 32C4 ; mapped ; 0035 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY 32C5 ; mapped ; 0036 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE 32C6 ; mapped ; 0037 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY 32C7 ; mapped ; 0038 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST 32C8 ; mapped ; 0039 6708 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER 32C9 ; mapped ; 0031 0030 6708 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER 32CA ; mapped ; 0031 0031 6708 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER 32CB ; mapped ; 0031 0032 6708 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER 32CC ; mapped ; 0068 0067 # 4.0 SQUARE HG 32CD ; mapped ; 0065 0072 0067 #4.0 SQUARE ERG 32CE ; mapped ; 0065 0076 # 4.0 SQUARE EV 32CF ; mapped ; 006C 0074 0064 #4.0 LIMITED LIABILITY SIGN 32D0 ; mapped ; 30A2 # 1.1 CIRCLED KATAKANA A 32D1 ; mapped ; 30A4 # 1.1 CIRCLED KATAKANA I 32D2 ; mapped ; 30A6 # 1.1 CIRCLED KATAKANA U 32D3 ; mapped ; 30A8 # 1.1 CIRCLED KATAKANA E 32D4 ; mapped ; 30AA # 1.1 CIRCLED KATAKANA O 32D5 ; mapped ; 30AB # 1.1 CIRCLED KATAKANA KA 32D6 ; mapped ; 30AD # 1.1 CIRCLED KATAKANA KI 32D7 ; mapped ; 30AF # 1.1 CIRCLED KATAKANA KU 32D8 ; mapped ; 30B1 # 1.1 CIRCLED KATAKANA KE 32D9 ; mapped ; 30B3 # 1.1 CIRCLED KATAKANA KO 32DA ; mapped ; 30B5 # 1.1 CIRCLED KATAKANA SA 32DB ; mapped ; 30B7 # 1.1 CIRCLED KATAKANA SI 32DC ; mapped ; 30B9 # 1.1 CIRCLED KATAKANA SU 32DD ; mapped ; 30BB # 1.1 CIRCLED KATAKANA SE 32DE ; mapped ; 30BD # 1.1 CIRCLED KATAKANA SO 32DF ; mapped ; 30BF # 1.1 CIRCLED KATAKANA TA 32E0 ; mapped ; 30C1 # 1.1 CIRCLED KATAKANA TI 32E1 ; mapped ; 30C4 # 1.1 CIRCLED KATAKANA TU 32E2 ; mapped ; 30C6 # 1.1 CIRCLED KATAKANA TE 32E3 ; mapped ; 30C8 # 1.1 CIRCLED KATAKANA TO 32E4 ; mapped ; 30CA # 1.1 CIRCLED KATAKANA NA 32E5 ; mapped ; 30CB # 1.1 CIRCLED KATAKANA NI 32E6 ; mapped ; 30CC # 1.1 CIRCLED KATAKANA NU 32E7 ; mapped ; 30CD # 1.1 CIRCLED KATAKANA NE 32E8 ; mapped ; 30CE # 1.1 CIRCLED KATAKANA NO 32E9 ; mapped ; 30CF # 1.1 CIRCLED KATAKANA HA 32EA ; mapped ; 30D2 # 1.1 CIRCLED KATAKANA HI 32EB ; mapped ; 30D5 # 1.1 CIRCLED KATAKANA HU 32EC ; mapped ; 30D8 # 1.1 CIRCLED KATAKANA HE 32ED ; mapped ; 30DB # 1.1 CIRCLED KATAKANA HO 32EE ; mapped ; 30DE # 1.1 CIRCLED KATAKANA MA 32EF ; mapped ; 30DF # 1.1 CIRCLED KATAKANA MI 32F0 ; mapped ; 30E0 # 1.1 CIRCLED KATAKANA MU 32F1 ; mapped ; 30E1 # 1.1 CIRCLED KATAKANA ME 32F2 ; mapped ; 30E2 # 1.1 CIRCLED KATAKANA MO 32F3 ; mapped ; 30E4 # 1.1 CIRCLED KATAKANA YA 32F4 ; mapped ; 30E6 # 1.1 CIRCLED KATAKANA YU 32F5 ; mapped ; 30E8 # 1.1 CIRCLED KATAKANA YO 32F6 ; mapped ; 30E9 # 1.1 CIRCLED KATAKANA RA 32F7 ; mapped ; 30EA # 1.1 CIRCLED KATAKANA RI 32F8 ; mapped ; 30EB # 1.1 CIRCLED KATAKANA RU 32F9 ; mapped ; 30EC # 1.1 CIRCLED KATAKANA RE 32FA ; mapped ; 30ED # 1.1 CIRCLED KATAKANA RO 32FB ; mapped ; 30EF # 1.1 CIRCLED KATAKANA WA 32FC ; mapped ; 30F0 # 1.1 CIRCLED KATAKANA WI 32FD ; mapped ; 30F1 # 1.1 CIRCLED KATAKANA WE 32FE ; mapped ; 30F2 # 1.1 CIRCLED KATAKANA WO 32FF ; disallowed # NA <reserved-32FF> 3300 ; mapped ; 30A2 30D1 30FC 30C8 #1.1 SQUARE APAATO 3301 ; mapped ; 30A2 30EB 30D5 30A1 #1.1 SQUARE ARUHUA 3302 ; mapped ; 30A2 30F3 30DA 30A2 #1.1 SQUARE ANPEA 3303 ; mapped ; 30A2 30FC 30EB #1.1 SQUARE AARU 3304 ; mapped ; 30A4 30CB 30F3 30B0 #1.1 SQUARE ININGU 3305 ; mapped ; 30A4 30F3 30C1 #1.1 SQUARE INTI 3306 ; mapped ; 30A6 30A9 30F3 #1.1 SQUARE UON 3307 ; mapped ; 30A8 30B9 30AF 30FC 30C9 #1.1 SQUARE ESUKUUDO 3308 ; mapped ; 30A8 30FC 30AB 30FC #1.1 SQUARE EEKAA 3309 ; mapped ; 30AA 30F3 30B9 #1.1 SQUARE ONSU 330A ; mapped ; 30AA 30FC 30E0 #1.1 SQUARE OOMU 330B ; mapped ; 30AB 30A4 30EA #1.1 SQUARE KAIRI 330C ; mapped ; 30AB 30E9 30C3 30C8 #1.1 SQUARE KARATTO 330D ; mapped ; 30AB 30ED 30EA 30FC #1.1 SQUARE KARORII 330E ; mapped ; 30AC 30ED 30F3 #1.1 SQUARE GARON 330F ; mapped ; 30AC 30F3 30DE #1.1 SQUARE GANMA 3310 ; mapped ; 30AE 30AC # 1.1 SQUARE GIGA 3311 ; mapped ; 30AE 30CB 30FC #1.1 SQUARE GINII 3312 ; mapped ; 30AD 30E5 30EA 30FC #1.1 SQUARE KYURII 3313 ; mapped ; 30AE 30EB 30C0 30FC #1.1 SQUARE GIRUDAA 3314 ; mapped ; 30AD 30ED # 1.1 SQUARE KIRO 3315 ; mapped ; 30AD 30ED 30B0 30E9 30E0 #1.1 SQUARE KIROGURAMU 3316 ; mapped ; 30AD 30ED 30E1 30FC 30C8 30EB #1.1 SQUARE KIROMEETORU 3317 ; mapped ; 30AD 30ED 30EF 30C3 30C8 #1.1 SQUARE KIROWATTO 3318 ; mapped ; 30B0 30E9 30E0 #1.1 SQUARE GURAMU 3319 ; mapped ; 30B0 30E9 30E0 30C8 30F3 #1.1 SQUARE GURAMUTON 331A ; mapped ; 30AF 30EB 30BC 30A4 30ED #1.1 SQUARE KURUZEIRO 331B ; mapped ; 30AF 30ED 30FC 30CD #1.1 SQUARE KUROONE 331C ; mapped ; 30B1 30FC 30B9 #1.1 SQUARE KEESU 331D ; mapped ; 30B3 30EB 30CA #1.1 SQUARE KORUNA 331E ; mapped ; 30B3 30FC 30DD #1.1 SQUARE KOOPO 331F ; mapped ; 30B5 30A4 30AF 30EB #1.1 SQUARE SAIKURU 3320 ; mapped ; 30B5 30F3 30C1 30FC 30E0 #1.1 SQUARE SANTIIMU 3321 ; mapped ; 30B7 30EA 30F3 30B0 #1.1 SQUARE SIRINGU 3322 ; mapped ; 30BB 30F3 30C1 #1.1 SQUARE SENTI 3323 ; mapped ; 30BB 30F3 30C8 #1.1 SQUARE SENTO 3324 ; mapped ; 30C0 30FC 30B9 #1.1 SQUARE DAASU 3325 ; mapped ; 30C7 30B7 # 1.1 SQUARE DESI 3326 ; mapped ; 30C9 30EB # 1.1 SQUARE DORU 3327 ; mapped ; 30C8 30F3 # 1.1 SQUARE TON 3328 ; mapped ; 30CA 30CE # 1.1 SQUARE NANO 3329 ; mapped ; 30CE 30C3 30C8 #1.1 SQUARE NOTTO 332A ; mapped ; 30CF 30A4 30C4 #1.1 SQUARE HAITU 332B ; mapped ; 30D1 30FC 30BB 30F3 30C8 #1.1 SQUARE PAASENTO 332C ; mapped ; 30D1 30FC 30C4 #1.1 SQUARE PAATU 332D ; mapped ; 30D0 30FC 30EC 30EB #1.1 SQUARE BAARERU 332E ; mapped ; 30D4 30A2 30B9 30C8 30EB #1.1 SQUARE PIASUTORU 332F ; mapped ; 30D4 30AF 30EB #1.1 SQUARE PIKURU 3330 ; mapped ; 30D4 30B3 # 1.1 SQUARE PIKO 3331 ; mapped ; 30D3 30EB # 1.1 SQUARE BIRU 3332 ; mapped ; 30D5 30A1 30E9 30C3 30C9 #1.1 SQUARE HUARADDO 3333 ; mapped ; 30D5 30A3 30FC 30C8 #1.1 SQUARE HUIITO 3334 ; mapped ; 30D6 30C3 30B7 30A7 30EB #1.1 SQUARE BUSSYERU 3335 ; mapped ; 30D5 30E9 30F3 #1.1 SQUARE HURAN 3336 ; mapped ; 30D8 30AF 30BF 30FC 30EB #1.1 SQUARE HEKUTAARU 3337 ; mapped ; 30DA 30BD # 1.1 SQUARE PESO 3338 ; mapped ; 30DA 30CB 30D2 #1.1 SQUARE PENIHI 3339 ; mapped ; 30D8 30EB 30C4 #1.1 SQUARE HERUTU 333A ; mapped ; 30DA 30F3 30B9 #1.1 SQUARE PENSU 333B ; mapped ; 30DA 30FC 30B8 #1.1 SQUARE PEEZI 333C ; mapped ; 30D9 30FC 30BF #1.1 SQUARE BEETA 333D ; mapped ; 30DD 30A4 30F3 30C8 #1.1 SQUARE POINTO 333E ; mapped ; 30DC 30EB 30C8 #1.1 SQUARE BORUTO 333F ; mapped ; 30DB 30F3 # 1.1 SQUARE HON 3340 ; mapped ; 30DD 30F3 30C9 #1.1 SQUARE PONDO 3341 ; mapped ; 30DB 30FC 30EB #1.1 SQUARE HOORU 3342 ; mapped ; 30DB 30FC 30F3 #1.1 SQUARE HOON 3343 ; mapped ; 30DE 30A4 30AF 30ED #1.1 SQUARE MAIKURO 3344 ; mapped ; 30DE 30A4 30EB #1.1 SQUARE MAIRU 3345 ; mapped ; 30DE 30C3 30CF #1.1 SQUARE MAHHA 3346 ; mapped ; 30DE 30EB 30AF #1.1 SQUARE MARUKU 3347 ; mapped ; 30DE 30F3 30B7 30E7 30F3 #1.1 SQUARE MANSYON 3348 ; mapped ; 30DF 30AF 30ED 30F3 #1.1 SQUARE MIKURON 3349 ; mapped ; 30DF 30EA # 1.1 SQUARE MIRI 334A ; mapped ; 30DF 30EA 30D0 30FC 30EB #1.1 SQUARE MIRIBAARU 334B ; mapped ; 30E1 30AC # 1.1 SQUARE MEGA 334C ; mapped ; 30E1 30AC 30C8 30F3 #1.1 SQUARE MEGATON 334D ; mapped ; 30E1 30FC 30C8 30EB #1.1 SQUARE MEETORU 334E ; mapped ; 30E4 30FC 30C9 #1.1 SQUARE YAADO 334F ; mapped ; 30E4 30FC 30EB #1.1 SQUARE YAARU 3350 ; mapped ; 30E6 30A2 30F3 #1.1 SQUARE YUAN 3351 ; mapped ; 30EA 30C3 30C8 30EB #1.1 SQUARE RITTORU 3352 ; mapped ; 30EA 30E9 # 1.1 SQUARE RIRA 3353 ; mapped ; 30EB 30D4 30FC #1.1 SQUARE RUPII 3354 ; mapped ; 30EB 30FC 30D6 30EB #1.1 SQUARE RUUBURU 3355 ; mapped ; 30EC 30E0 # 1.1 SQUARE REMU 3356 ; mapped ; 30EC 30F3 30C8 30B2 30F3 #1.1 SQUARE RENTOGEN 3357 ; mapped ; 30EF 30C3 30C8 #1.1 SQUARE WATTO 3358 ; mapped ; 0030 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO 3359 ; mapped ; 0031 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE 335A ; mapped ; 0032 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO 335B ; mapped ; 0033 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE 335C ; mapped ; 0034 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR 335D ; mapped ; 0035 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE 335E ; mapped ; 0036 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX 335F ; mapped ; 0037 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN 3360 ; mapped ; 0038 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT 3361 ; mapped ; 0039 70B9 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE 3362 ; mapped ; 0031 0030 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN 3363 ; mapped ; 0031 0031 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN 3364 ; mapped ; 0031 0032 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE 3365 ; mapped ; 0031 0033 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN 3366 ; mapped ; 0031 0034 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN 3367 ; mapped ; 0031 0035 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN 3368 ; mapped ; 0031 0036 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN 3369 ; mapped ; 0031 0037 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN 336A ; mapped ; 0031 0038 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN 336B ; mapped ; 0031 0039 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN 336C ; mapped ; 0032 0030 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY 336D ; mapped ; 0032 0031 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE 336E ; mapped ; 0032 0032 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO 336F ; mapped ; 0032 0033 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE 3370 ; mapped ; 0032 0034 70B9 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR 3371 ; mapped ; 0068 0070 0061 #1.1 SQUARE HPA 3372 ; mapped ; 0064 0061 # 1.1 SQUARE DA 3373 ; mapped ; 0061 0075 # 1.1 SQUARE AU 3374 ; mapped ; 0062 0061 0072 #1.1 SQUARE BAR 3375 ; mapped ; 006F 0076 # 1.1 SQUARE OV 3376 ; mapped ; 0070 0063 # 1.1 SQUARE PC 3377 ; mapped ; 0064 006D # 4.0 SQUARE DM 3378 ; mapped ; 0064 006D 0032 #4.0 SQUARE DM SQUARED 3379 ; mapped ; 0064 006D 0033 #4.0 SQUARE DM CUBED 337A ; mapped ; 0069 0075 # 4.0 SQUARE IU 337B ; mapped ; 5E73 6210 # 1.1 SQUARE ERA NAME HEISEI 337C ; mapped ; 662D 548C # 1.1 SQUARE ERA NAME SYOUWA 337D ; mapped ; 5927 6B63 # 1.1 SQUARE ERA NAME TAISYOU 337E ; mapped ; 660E 6CBB # 1.1 SQUARE ERA NAME MEIZI 337F ; mapped ; 682A 5F0F 4F1A 793E #1.1 SQUARE CORPORATION 3380 ; mapped ; 0070 0061 # 1.1 SQUARE PA AMPS 3381 ; mapped ; 006E 0061 # 1.1 SQUARE NA 3382 ; mapped ; 03BC 0061 # 1.1 SQUARE MU A 3383 ; mapped ; 006D 0061 # 1.1 SQUARE MA 3384 ; mapped ; 006B 0061 # 1.1 SQUARE KA 3385 ; mapped ; 006B 0062 # 1.1 SQUARE KB 3386 ; mapped ; 006D 0062 # 1.1 SQUARE MB 3387 ; mapped ; 0067 0062 # 1.1 SQUARE GB 3388 ; mapped ; 0063 0061 006C #1.1 SQUARE CAL 3389 ; mapped ; 006B 0063 0061 006C #1.1 SQUARE KCAL 338A ; mapped ; 0070 0066 # 1.1 SQUARE PF 338B ; mapped ; 006E 0066 # 1.1 SQUARE NF 338C ; mapped ; 03BC 0066 # 1.1 SQUARE MU F 338D ; mapped ; 03BC 0067 # 1.1 SQUARE MU G 338E ; mapped ; 006D 0067 # 1.1 SQUARE MG 338F ; mapped ; 006B 0067 # 1.1 SQUARE KG 3390 ; mapped ; 0068 007A # 1.1 SQUARE HZ 3391 ; mapped ; 006B 0068 007A #1.1 SQUARE KHZ 3392 ; mapped ; 006D 0068 007A #1.1 SQUARE MHZ 3393 ; mapped ; 0067 0068 007A #1.1 SQUARE GHZ 3394 ; mapped ; 0074 0068 007A #1.1 SQUARE THZ 3395 ; mapped ; 03BC 006C # 1.1 SQUARE MU L 3396 ; mapped ; 006D 006C # 1.1 SQUARE ML 3397 ; mapped ; 0064 006C # 1.1 SQUARE DL 3398 ; mapped ; 006B 006C # 1.1 SQUARE KL 3399 ; mapped ; 0066 006D # 1.1 SQUARE FM 339A ; mapped ; 006E 006D # 1.1 SQUARE NM 339B ; mapped ; 03BC 006D # 1.1 SQUARE MU M 339C ; mapped ; 006D 006D # 1.1 SQUARE MM 339D ; mapped ; 0063 006D # 1.1 SQUARE CM 339E ; mapped ; 006B 006D # 1.1 SQUARE KM 339F ; mapped ; 006D 006D 0032 #1.1 SQUARE MM SQUARED 33A0 ; mapped ; 0063 006D 0032 #1.1 SQUARE CM SQUARED 33A1 ; mapped ; 006D 0032 # 1.1 SQUARE M SQUARED 33A2 ; mapped ; 006B 006D 0032 #1.1 SQUARE KM SQUARED 33A3 ; mapped ; 006D 006D 0033 #1.1 SQUARE MM CUBED 33A4 ; mapped ; 0063 006D 0033 #1.1 SQUARE CM CUBED 33A5 ; mapped ; 006D 0033 # 1.1 SQUARE M CUBED 33A6 ; mapped ; 006B 006D 0033 #1.1 SQUARE KM CUBED 33A7 ; mapped ; 006D 2215 0073 #1.1 SQUARE M OVER S 33A8 ; mapped ; 006D 2215 0073 0032 #1.1 SQUARE M OVER S SQUARED 33A9 ; mapped ; 0070 0061 # 1.1 SQUARE PA 33AA ; mapped ; 006B 0070 0061 #1.1 SQUARE KPA 33AB ; mapped ; 006D 0070 0061 #1.1 SQUARE MPA 33AC ; mapped ; 0067 0070 0061 #1.1 SQUARE GPA 33AD ; mapped ; 0072 0061 0064 #1.1 SQUARE RAD 33AE ; mapped ; 0072 0061 0064 2215 0073 #1.1 SQUARE RAD OVER S 33AF ; mapped ; 0072 0061 0064 2215 0073 0032 #1.1 SQUARE RAD OVER S SQUARED 33B0 ; mapped ; 0070 0073 # 1.1 SQUARE PS 33B1 ; mapped ; 006E 0073 # 1.1 SQUARE NS 33B2 ; mapped ; 03BC 0073 # 1.1 SQUARE MU S 33B3 ; mapped ; 006D 0073 # 1.1 SQUARE MS 33B4 ; mapped ; 0070 0076 # 1.1 SQUARE PV 33B5 ; mapped ; 006E 0076 # 1.1 SQUARE NV 33B6 ; mapped ; 03BC 0076 # 1.1 SQUARE MU V 33B7 ; mapped ; 006D 0076 # 1.1 SQUARE MV 33B8 ; mapped ; 006B 0076 # 1.1 SQUARE KV 33B9 ; mapped ; 006D 0076 # 1.1 SQUARE MV MEGA 33BA ; mapped ; 0070 0077 # 1.1 SQUARE PW 33BB ; mapped ; 006E 0077 # 1.1 SQUARE NW 33BC ; mapped ; 03BC 0077 # 1.1 SQUARE MU W 33BD ; mapped ; 006D 0077 # 1.1 SQUARE MW 33BE ; mapped ; 006B 0077 # 1.1 SQUARE KW 33BF ; mapped ; 006D 0077 # 1.1 SQUARE MW MEGA 33C0 ; mapped ; 006B 03C9 # 1.1 SQUARE K OHM 33C1 ; mapped ; 006D 03C9 # 1.1 SQUARE M OHM 33C2 ; disallowed # 1.1 SQUARE AM 33C3 ; mapped ; 0062 0071 # 1.1 SQUARE BQ 33C4 ; mapped ; 0063 0063 # 1.1 SQUARE CC 33C5 ; mapped ; 0063 0064 # 1.1 SQUARE CD 33C6 ; mapped ; 0063 2215 006B 0067 #1.1 SQUARE C OVER KG 33C7 ; disallowed # 1.1 SQUARE CO 33C8 ; mapped ; 0064 0062 # 1.1 SQUARE DB 33C9 ; mapped ; 0067 0079 # 1.1 SQUARE GY 33CA ; mapped ; 0068 0061 # 1.1 SQUARE HA 33CB ; mapped ; 0068 0070 # 1.1 SQUARE HP 33CC ; mapped ; 0069 006E # 1.1 SQUARE IN 33CD ; mapped ; 006B 006B # 1.1 SQUARE KK 33CE ; mapped ; 006B 006D # 1.1 SQUARE KM CAPITAL 33CF ; mapped ; 006B 0074 # 1.1 SQUARE KT 33D0 ; mapped ; 006C 006D # 1.1 SQUARE LM 33D1 ; mapped ; 006C 006E # 1.1 SQUARE LN 33D2 ; mapped ; 006C 006F 0067 #1.1 SQUARE LOG 33D3 ; mapped ; 006C 0078 # 1.1 SQUARE LX 33D4 ; mapped ; 006D 0062 # 1.1 SQUARE MB SMALL 33D5 ; mapped ; 006D 0069 006C #1.1 SQUARE MIL 33D6 ; mapped ; 006D 006F 006C #1.1 SQUARE MOL 33D7 ; mapped ; 0070 0068 # 1.1 SQUARE PH 33D8 ; disallowed # 1.1 SQUARE PM 33D9 ; mapped ; 0070 0070 006D #1.1 SQUARE PPM 33DA ; mapped ; 0070 0072 # 1.1 SQUARE PR 33DB ; mapped ; 0073 0072 # 1.1 SQUARE SR 33DC ; mapped ; 0073 0076 # 1.1 SQUARE SV 33DD ; mapped ; 0077 0062 # 1.1 SQUARE WB 33DE ; mapped ; 0076 2215 006D #4.0 SQUARE V OVER M 33DF ; mapped ; 0061 2215 006D #4.0 SQUARE A OVER M 33E0 ; mapped ; 0031 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE 33E1 ; mapped ; 0032 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO 33E2 ; mapped ; 0033 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE 33E3 ; mapped ; 0034 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR 33E4 ; mapped ; 0035 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE 33E5 ; mapped ; 0036 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX 33E6 ; mapped ; 0037 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN 33E7 ; mapped ; 0038 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT 33E8 ; mapped ; 0039 65E5 # 1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE 33E9 ; mapped ; 0031 0030 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN 33EA ; mapped ; 0031 0031 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN 33EB ; mapped ; 0031 0032 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE 33EC ; mapped ; 0031 0033 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN 33ED ; mapped ; 0031 0034 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN 33EE ; mapped ; 0031 0035 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN 33EF ; mapped ; 0031 0036 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN 33F0 ; mapped ; 0031 0037 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN 33F1 ; mapped ; 0031 0038 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN 33F2 ; mapped ; 0031 0039 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN 33F3 ; mapped ; 0032 0030 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY 33F4 ; mapped ; 0032 0031 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE 33F5 ; mapped ; 0032 0032 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO 33F6 ; mapped ; 0032 0033 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE 33F7 ; mapped ; 0032 0034 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR 33F8 ; mapped ; 0032 0035 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE 33F9 ; mapped ; 0032 0036 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX 33FA ; mapped ; 0032 0037 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN 33FB ; mapped ; 0032 0038 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT 33FC ; mapped ; 0032 0039 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE 33FD ; mapped ; 0033 0030 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY 33FE ; mapped ; 0033 0031 65E5 #1.1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE 33FF ; mapped ; 0067 0061 006C #4.0 SQUARE GAL 3400..4DB5 ; valid # 3.0 CJK UNIFIED IDEOGRAPH-3400..CJK UNIFIED IDEOGRAPH-4DB5 4DB6..4DBF ; disallowed # NA <reserved-4DB6>..<reserved-4DBF> 4DC0..4DFF ; valid ; ; NV8 # 4.0 HEXAGRAM FOR THE CREATIVE HEAVEN..HEXAGRAM FOR BEFORE COMPLETION 4E00..9FA5 ; valid # 1.1 CJK UNIFIED IDEOGRAPH-4E00..CJK UNIFIED IDEOGRAPH-9FA5 9FA6..9FBB ; valid # 4.1 CJK UNIFIED IDEOGRAPH-9FA6..CJK UNIFIED IDEOGRAPH-9FBB 9FBC..9FC3 ; valid # 5.1 CJK UNIFIED IDEOGRAPH-9FBC..CJK UNIFIED IDEOGRAPH-9FC3 9FC4..9FCB ; valid # 5.2 CJK UNIFIED IDEOGRAPH-9FC4..CJK UNIFIED IDEOGRAPH-9FCB 9FCC ; valid # 6.1 CJK UNIFIED IDEOGRAPH-9FCC 9FCD..9FFF ; disallowed # NA <reserved-9FCD>..<reserved-9FFF> A000..A48C ; valid # 3.0 YI SYLLABLE IT..YI SYLLABLE YYR A48D..A48F ; disallowed # NA <reserved-A48D>..<reserved-A48F> A490..A4A1 ; valid ; ; NV8 # 3.0 YI RADICAL QOT..YI RADICAL GA A4A2..A4A3 ; valid ; ; NV8 # 3.2 YI RADICAL ZUP..YI RADICAL CYT A4A4..A4B3 ; valid ; ; NV8 # 3.0 YI RADICAL DDUR..YI RADICAL JO A4B4 ; valid ; ; NV8 # 3.2 YI RADICAL NZUP A4B5..A4C0 ; valid ; ; NV8 # 3.0 YI RADICAL JJY..YI RADICAL SHAT A4C1 ; valid ; ; NV8 # 3.2 YI RADICAL ZUR A4C2..A4C4 ; valid ; ; NV8 # 3.0 YI RADICAL SHOP..YI RADICAL ZZIET A4C5 ; valid ; ; NV8 # 3.2 YI RADICAL NBIE A4C6 ; valid ; ; NV8 # 3.0 YI RADICAL KE A4C7..A4CF ; disallowed # NA <reserved-A4C7>..<reserved-A4CF> A4D0..A4FD ; valid # 5.2 LISU LETTER BA..LISU LETTER TONE MYA JEU A4FE..A4FF ; valid ; ; NV8 # 5.2 LISU PUNCTUATION COMMA..LISU PUNCTUATION FULL STOP A500..A60C ; valid # 5.1 VAI SYLLABLE EE..VAI SYLLABLE LENGTHENER A60D..A60F ; valid ; ; NV8 # 5.1 VAI COMMA..VAI QUESTION MARK A610..A62B ; valid # 5.1 VAI SYLLABLE NDOLE FA..VAI SYLLABLE NDOLE DO A62C..A63F ; disallowed # NA <reserved-A62C>..<reserved-A63F> A640 ; mapped ; A641 # 5.1 CYRILLIC CAPITAL LETTER ZEMLYA A641 ; valid # 5.1 CYRILLIC SMALL LETTER ZEMLYA A642 ; mapped ; A643 # 5.1 CYRILLIC CAPITAL LETTER DZELO A643 ; valid # 5.1 CYRILLIC SMALL LETTER DZELO A644 ; mapped ; A645 # 5.1 CYRILLIC CAPITAL LETTER REVERSED DZE A645 ; valid # 5.1 CYRILLIC SMALL LETTER REVERSED DZE A646 ; mapped ; A647 # 5.1 CYRILLIC CAPITAL LETTER IOTA A647 ; valid # 5.1 CYRILLIC SMALL LETTER IOTA A648 ; mapped ; A649 # 5.1 CYRILLIC CAPITAL LETTER DJERV A649 ; valid # 5.1 CYRILLIC SMALL LETTER DJERV A64A ; mapped ; A64B # 5.1 CYRILLIC CAPITAL LETTER MONOGRAPH UK A64B ; valid # 5.1 CYRILLIC SMALL LETTER MONOGRAPH UK A64C ; mapped ; A64D # 5.1 CYRILLIC CAPITAL LETTER BROAD OMEGA A64D ; valid # 5.1 CYRILLIC SMALL LETTER BROAD OMEGA A64E ; mapped ; A64F # 5.1 CYRILLIC CAPITAL LETTER NEUTRAL YER A64F ; valid # 5.1 CYRILLIC SMALL LETTER NEUTRAL YER A650 ; mapped ; A651 # 5.1 CYRILLIC CAPITAL LETTER YERU WITH BACK YER A651 ; valid # 5.1 CYRILLIC SMALL LETTER YERU WITH BACK YER A652 ; mapped ; A653 # 5.1 CYRILLIC CAPITAL LETTER IOTIFIED YAT A653 ; valid # 5.1 CYRILLIC SMALL LETTER IOTIFIED YAT A654 ; mapped ; A655 # 5.1 CYRILLIC CAPITAL LETTER REVERSED YU A655 ; valid # 5.1 CYRILLIC SMALL LETTER REVERSED YU A656 ; mapped ; A657 # 5.1 CYRILLIC CAPITAL LETTER IOTIFIED A A657 ; valid # 5.1 CYRILLIC SMALL LETTER IOTIFIED A A658 ; mapped ; A659 # 5.1 CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS A659 ; valid # 5.1 CYRILLIC SMALL LETTER CLOSED LITTLE YUS A65A ; mapped ; A65B # 5.1 CYRILLIC CAPITAL LETTER BLENDED YUS A65B ; valid # 5.1 CYRILLIC SMALL LETTER BLENDED YUS A65C ; mapped ; A65D # 5.1 CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS A65D ; valid # 5.1 CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS A65E ; mapped ; A65F # 5.1 CYRILLIC CAPITAL LETTER YN A65F ; valid # 5.1 CYRILLIC SMALL LETTER YN A660 ; mapped ; A661 # 6.0 CYRILLIC CAPITAL LETTER REVERSED TSE A661 ; valid # 6.0 CYRILLIC SMALL LETTER REVERSED TSE A662 ; mapped ; A663 # 5.1 CYRILLIC CAPITAL LETTER SOFT DE A663 ; valid # 5.1 CYRILLIC SMALL LETTER SOFT DE A664 ; mapped ; A665 # 5.1 CYRILLIC CAPITAL LETTER SOFT EL A665 ; valid # 5.1 CYRILLIC SMALL LETTER SOFT EL A666 ; mapped ; A667 # 5.1 CYRILLIC CAPITAL LETTER SOFT EM A667 ; valid # 5.1 CYRILLIC SMALL LETTER SOFT EM A668 ; mapped ; A669 # 5.1 CYRILLIC CAPITAL LETTER MONOCULAR O A669 ; valid # 5.1 CYRILLIC SMALL LETTER MONOCULAR O A66A ; mapped ; A66B # 5.1 CYRILLIC CAPITAL LETTER BINOCULAR O A66B ; valid # 5.1 CYRILLIC SMALL LETTER BINOCULAR O A66C ; mapped ; A66D # 5.1 CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O A66D..A66F ; valid # 5.1 CYRILLIC SMALL LETTER DOUBLE MONOCULAR O..COMBINING CYRILLIC VZMET A670..A673 ; valid ; ; NV8 # 5.1 COMBINING CYRILLIC TEN MILLIONS SIGN..SLAVONIC ASTERISK A674..A67B ; valid # 6.1 COMBINING CYRILLIC LETTER UKRAINIAN IE..COMBINING CYRILLIC LETTER OMEGA A67C..A67D ; valid # 5.1 COMBINING CYRILLIC KAVYKA..COMBINING CYRILLIC PAYEROK A67E ; valid ; ; NV8 # 5.1 CYRILLIC KAVYKA A67F ; valid # 5.1 CYRILLIC PAYEROK A680 ; mapped ; A681 # 5.1 CYRILLIC CAPITAL LETTER DWE A681 ; valid # 5.1 CYRILLIC SMALL LETTER DWE A682 ; mapped ; A683 # 5.1 CYRILLIC CAPITAL LETTER DZWE A683 ; valid # 5.1 CYRILLIC SMALL LETTER DZWE A684 ; mapped ; A685 # 5.1 CYRILLIC CAPITAL LETTER ZHWE A685 ; valid # 5.1 CYRILLIC SMALL LETTER ZHWE A686 ; mapped ; A687 # 5.1 CYRILLIC CAPITAL LETTER CCHE A687 ; valid # 5.1 CYRILLIC SMALL LETTER CCHE A688 ; mapped ; A689 # 5.1 CYRILLIC CAPITAL LETTER DZZE A689 ; valid # 5.1 CYRILLIC SMALL LETTER DZZE A68A ; mapped ; A68B # 5.1 CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK A68B ; valid # 5.1 CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK A68C ; mapped ; A68D # 5.1 CYRILLIC CAPITAL LETTER TWE A68D ; valid # 5.1 CYRILLIC SMALL LETTER TWE A68E ; mapped ; A68F # 5.1 CYRILLIC CAPITAL LETTER TSWE A68F ; valid # 5.1 CYRILLIC SMALL LETTER TSWE A690 ; mapped ; A691 # 5.1 CYRILLIC CAPITAL LETTER TSSE A691 ; valid # 5.1 CYRILLIC SMALL LETTER TSSE A692 ; mapped ; A693 # 5.1 CYRILLIC CAPITAL LETTER TCHE A693 ; valid # 5.1 CYRILLIC SMALL LETTER TCHE A694 ; mapped ; A695 # 5.1 CYRILLIC CAPITAL LETTER HWE A695 ; valid # 5.1 CYRILLIC SMALL LETTER HWE A696 ; mapped ; A697 # 5.1 CYRILLIC CAPITAL LETTER SHWE A697 ; valid # 5.1 CYRILLIC SMALL LETTER SHWE A698..A69E ; disallowed # NA <reserved-A698>..<reserved-A69E> A69F ; valid # 6.1 COMBINING CYRILLIC LETTER IOTIFIED E A6A0..A6E5 ; valid # 5.2 BAMUM LETTER A..BAMUM LETTER KI A6E6..A6EF ; valid ; ; NV8 # 5.2 BAMUM LETTER MO..BAMUM LETTER KOGHOM A6F0..A6F1 ; valid # 5.2 BAMUM COMBINING MARK KOQNDON..BAMUM COMBINING MARK TUKWENTIS A6F2..A6F7 ; valid ; ; NV8 # 5.2 BAMUM NJAEMLI..BAMUM QUESTION MARK A6F8..A6FF ; disallowed # NA <reserved-A6F8>..<reserved-A6FF> A700..A716 ; valid ; ; NV8 # 4.1 MODIFIER LETTER CHINESE TONE YIN PING..MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR A717..A71A ; valid # 5.0 MODIFIER LETTER DOT VERTICAL BAR..MODIFIER LETTER LOWER RIGHT CORNER ANGLE A71B..A71F ; valid # 5.1 MODIFIER LETTER RAISED UP ARROW..MODIFIER LETTER LOW INVERTED EXCLAMATION MARK A720..A721 ; valid ; ; NV8 # 5.0 MODIFIER LETTER STRESS AND HIGH TONE..MODIFIER LETTER STRESS AND LOW TONE A722 ; mapped ; A723 # 5.1 LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF A723 ; valid # 5.1 LATIN SMALL LETTER EGYPTOLOGICAL ALEF A724 ; mapped ; A725 # 5.1 LATIN CAPITAL LETTER EGYPTOLOGICAL AIN A725 ; valid # 5.1 LATIN SMALL LETTER EGYPTOLOGICAL AIN A726 ; mapped ; A727 # 5.1 LATIN CAPITAL LETTER HENG A727 ; valid # 5.1 LATIN SMALL LETTER HENG A728 ; mapped ; A729 # 5.1 LATIN CAPITAL LETTER TZ A729 ; valid # 5.1 LATIN SMALL LETTER TZ A72A ; mapped ; A72B # 5.1 LATIN CAPITAL LETTER TRESILLO A72B ; valid # 5.1 LATIN SMALL LETTER TRESILLO A72C ; mapped ; A72D # 5.1 LATIN CAPITAL LETTER CUATRILLO A72D ; valid # 5.1 LATIN SMALL LETTER CUATRILLO A72E ; mapped ; A72F # 5.1 LATIN CAPITAL LETTER CUATRILLO WITH COMMA A72F..A731 ; valid # 5.1 LATIN SMALL LETTER CUATRILLO WITH COMMA..LATIN LETTER SMALL CAPITAL S A732 ; mapped ; A733 # 5.1 LATIN CAPITAL LETTER AA A733 ; valid # 5.1 LATIN SMALL LETTER AA A734 ; mapped ; A735 # 5.1 LATIN CAPITAL LETTER AO A735 ; valid # 5.1 LATIN SMALL LETTER AO A736 ; mapped ; A737 # 5.1 LATIN CAPITAL LETTER AU A737 ; valid # 5.1 LATIN SMALL LETTER AU A738 ; mapped ; A739 # 5.1 LATIN CAPITAL LETTER AV A739 ; valid # 5.1 LATIN SMALL LETTER AV A73A ; mapped ; A73B # 5.1 LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR A73B ; valid # 5.1 LATIN SMALL LETTER AV WITH HORIZONTAL BAR A73C ; mapped ; A73D # 5.1 LATIN CAPITAL LETTER AY A73D ; valid # 5.1 LATIN SMALL LETTER AY A73E ; mapped ; A73F # 5.1 LATIN CAPITAL LETTER REVERSED C WITH DOT A73F ; valid # 5.1 LATIN SMALL LETTER REVERSED C WITH DOT A740 ; mapped ; A741 # 5.1 LATIN CAPITAL LETTER K WITH STROKE A741 ; valid # 5.1 LATIN SMALL LETTER K WITH STROKE A742 ; mapped ; A743 # 5.1 LATIN CAPITAL LETTER K WITH DIAGONAL STROKE A743 ; valid # 5.1 LATIN SMALL LETTER K WITH DIAGONAL STROKE A744 ; mapped ; A745 # 5.1 LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE A745 ; valid # 5.1 LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE A746 ; mapped ; A747 # 5.1 LATIN CAPITAL LETTER BROKEN L A747 ; valid # 5.1 LATIN SMALL LETTER BROKEN L A748 ; mapped ; A749 # 5.1 LATIN CAPITAL LETTER L WITH HIGH STROKE A749 ; valid # 5.1 LATIN SMALL LETTER L WITH HIGH STROKE A74A ; mapped ; A74B # 5.1 LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY A74B ; valid # 5.1 LATIN SMALL LETTER O WITH LONG STROKE OVERLAY A74C ; mapped ; A74D # 5.1 LATIN CAPITAL LETTER O WITH LOOP A74D ; valid # 5.1 LATIN SMALL LETTER O WITH LOOP A74E ; mapped ; A74F # 5.1 LATIN CAPITAL LETTER OO A74F ; valid # 5.1 LATIN SMALL LETTER OO A750 ; mapped ; A751 # 5.1 LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER A751 ; valid # 5.1 LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER A752 ; mapped ; A753 # 5.1 LATIN CAPITAL LETTER P WITH FLOURISH A753 ; valid # 5.1 LATIN SMALL LETTER P WITH FLOURISH A754 ; mapped ; A755 # 5.1 LATIN CAPITAL LETTER P WITH SQUIRREL TAIL A755 ; valid # 5.1 LATIN SMALL LETTER P WITH SQUIRREL TAIL A756 ; mapped ; A757 # 5.1 LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER A757 ; valid # 5.1 LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER A758 ; mapped ; A759 # 5.1 LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE A759 ; valid # 5.1 LATIN SMALL LETTER Q WITH DIAGONAL STROKE A75A ; mapped ; A75B # 5.1 LATIN CAPITAL LETTER R ROTUNDA A75B ; valid # 5.1 LATIN SMALL LETTER R ROTUNDA A75C ; mapped ; A75D # 5.1 LATIN CAPITAL LETTER RUM ROTUNDA A75D ; valid # 5.1 LATIN SMALL LETTER RUM ROTUNDA A75E ; mapped ; A75F # 5.1 LATIN CAPITAL LETTER V WITH DIAGONAL STROKE A75F ; valid # 5.1 LATIN SMALL LETTER V WITH DIAGONAL STROKE A760 ; mapped ; A761 # 5.1 LATIN CAPITAL LETTER VY A761 ; valid # 5.1 LATIN SMALL LETTER VY A762 ; mapped ; A763 # 5.1 LATIN CAPITAL LETTER VISIGOTHIC Z A763 ; valid # 5.1 LATIN SMALL LETTER VISIGOTHIC Z A764 ; mapped ; A765 # 5.1 LATIN CAPITAL LETTER THORN WITH STROKE A765 ; valid # 5.1 LATIN SMALL LETTER THORN WITH STROKE A766 ; mapped ; A767 # 5.1 LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER A767 ; valid # 5.1 LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER A768 ; mapped ; A769 # 5.1 LATIN CAPITAL LETTER VEND A769 ; valid # 5.1 LATIN SMALL LETTER VEND A76A ; mapped ; A76B # 5.1 LATIN CAPITAL LETTER ET A76B ; valid # 5.1 LATIN SMALL LETTER ET A76C ; mapped ; A76D # 5.1 LATIN CAPITAL LETTER IS A76D ; valid # 5.1 LATIN SMALL LETTER IS A76E ; mapped ; A76F # 5.1 LATIN CAPITAL LETTER CON A76F ; valid # 5.1 LATIN SMALL LETTER CON A770 ; mapped ; A76F # 5.1 MODIFIER LETTER US A771..A778 ; valid # 5.1 LATIN SMALL LETTER DUM..LATIN SMALL LETTER UM A779 ; mapped ; A77A # 5.1 LATIN CAPITAL LETTER INSULAR D A77A ; valid # 5.1 LATIN SMALL LETTER INSULAR D A77B ; mapped ; A77C # 5.1 LATIN CAPITAL LETTER INSULAR F A77C ; valid # 5.1 LATIN SMALL LETTER INSULAR F A77D ; mapped ; 1D79 # 5.1 LATIN CAPITAL LETTER INSULAR G A77E ; mapped ; A77F # 5.1 LATIN CAPITAL LETTER TURNED INSULAR G A77F ; valid # 5.1 LATIN SMALL LETTER TURNED INSULAR G A780 ; mapped ; A781 # 5.1 LATIN CAPITAL LETTER TURNED L A781 ; valid # 5.1 LATIN SMALL LETTER TURNED L A782 ; mapped ; A783 # 5.1 LATIN CAPITAL LETTER INSULAR R A783 ; valid # 5.1 LATIN SMALL LETTER INSULAR R A784 ; mapped ; A785 # 5.1 LATIN CAPITAL LETTER INSULAR S A785 ; valid # 5.1 LATIN SMALL LETTER INSULAR S A786 ; mapped ; A787 # 5.1 LATIN CAPITAL LETTER INSULAR T A787..A788 ; valid # 5.1 LATIN SMALL LETTER INSULAR T..MODIFIER LETTER LOW CIRCUMFLEX ACCENT A789..A78A ; valid ; ; NV8 # 5.1 MODIFIER LETTER COLON..MODIFIER LETTER SHORT EQUALS SIGN A78B ; mapped ; A78C # 5.1 LATIN CAPITAL LETTER SALTILLO A78C ; valid # 5.1 LATIN SMALL LETTER SALTILLO A78D ; mapped ; 0265 # 6.0 LATIN CAPITAL LETTER TURNED H A78E ; valid # 6.0 LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT A78F ; disallowed # NA <reserved-A78F> A790 ; mapped ; A791 # 6.0 LATIN CAPITAL LETTER N WITH DESCENDER A791 ; valid # 6.0 LATIN SMALL LETTER N WITH DESCENDER A792 ; mapped ; A793 # 6.1 LATIN CAPITAL LETTER C WITH BAR A793 ; valid # 6.1 LATIN SMALL LETTER C WITH BAR A794..A79F ; disallowed # NA <reserved-A794>..<reserved-A79F> A7A0 ; mapped ; A7A1 # 6.0 LATIN CAPITAL LETTER G WITH OBLIQUE STROKE A7A1 ; valid # 6.0 LATIN SMALL LETTER G WITH OBLIQUE STROKE A7A2 ; mapped ; A7A3 # 6.0 LATIN CAPITAL LETTER K WITH OBLIQUE STROKE A7A3 ; valid # 6.0 LATIN SMALL LETTER K WITH OBLIQUE STROKE A7A4 ; mapped ; A7A5 # 6.0 LATIN CAPITAL LETTER N WITH OBLIQUE STROKE A7A5 ; valid # 6.0 LATIN SMALL LETTER N WITH OBLIQUE STROKE A7A6 ; mapped ; A7A7 # 6.0 LATIN CAPITAL LETTER R WITH OBLIQUE STROKE A7A7 ; valid # 6.0 LATIN SMALL LETTER R WITH OBLIQUE STROKE A7A8 ; mapped ; A7A9 # 6.0 LATIN CAPITAL LETTER S WITH OBLIQUE STROKE A7A9 ; valid # 6.0 LATIN SMALL LETTER S WITH OBLIQUE STROKE A7AA ; mapped ; 0266 # 6.1 LATIN CAPITAL LETTER H WITH HOOK A7AB..A7F7 ; disallowed # NA <reserved-A7AB>..<reserved-A7F7> A7F8 ; mapped ; 0127 # 6.1 MODIFIER LETTER CAPITAL H WITH STROKE A7F9 ; mapped ; 0153 # 6.1 MODIFIER LETTER SMALL LIGATURE OE A7FA ; valid # 6.0 LATIN LETTER SMALL CAPITAL TURNED M A7FB..A7FF ; valid # 5.1 LATIN EPIGRAPHIC LETTER REVERSED F..LATIN EPIGRAPHIC LETTER ARCHAIC M A800..A827 ; valid # 4.1 SYLOTI NAGRI LETTER A..SYLOTI NAGRI VOWEL SIGN OO A828..A82B ; valid ; ; NV8 # 4.1 SYLOTI NAGRI POETRY MARK-1..SYLOTI NAGRI POETRY MARK-4 A82C..A82F ; disallowed # NA <reserved-A82C>..<reserved-A82F> A830..A839 ; valid ; ; NV8 # 5.2 NORTH INDIC FRACTION ONE QUARTER..NORTH INDIC QUANTITY MARK A83A..A83F ; disallowed # NA <reserved-A83A>..<reserved-A83F> A840..A873 ; valid # 5.0 PHAGS-PA LETTER KA..PHAGS-PA LETTER CANDRABINDU A874..A877 ; valid ; ; NV8 # 5.0 PHAGS-PA SINGLE HEAD MARK..PHAGS-PA MARK DOUBLE SHAD A878..A87F ; disallowed # NA <reserved-A878>..<reserved-A87F> A880..A8C4 ; valid # 5.1 SAURASHTRA SIGN ANUSVARA..SAURASHTRA SIGN VIRAMA A8C5..A8CD ; disallowed # NA <reserved-A8C5>..<reserved-A8CD> A8CE..A8CF ; valid ; ; NV8 # 5.1 SAURASHTRA DANDA..SAURASHTRA DOUBLE DANDA A8D0..A8D9 ; valid # 5.1 SAURASHTRA DIGIT ZERO..SAURASHTRA DIGIT NINE A8DA..A8DF ; disallowed # NA <reserved-A8DA>..<reserved-A8DF> A8E0..A8F7 ; valid # 5.2 COMBINING DEVANAGARI DIGIT ZERO..DEVANAGARI SIGN CANDRABINDU AVAGRAHA A8F8..A8FA ; valid ; ; NV8 # 5.2 DEVANAGARI SIGN PUSHPIKA..DEVANAGARI CARET A8FB ; valid # 5.2 DEVANAGARI HEADSTROKE A8FC..A8FF ; disallowed # NA <reserved-A8FC>..<reserved-A8FF> A900..A92D ; valid # 5.1 KAYAH LI DIGIT ZERO..KAYAH LI TONE CALYA PLOPHU A92E..A92F ; valid ; ; NV8 # 5.1 KAYAH LI SIGN CWI..KAYAH LI SIGN SHYA A930..A953 ; valid # 5.1 REJANG LETTER KA..REJANG VIRAMA A954..A95E ; disallowed # NA <reserved-A954>..<reserved-A95E> A95F ; valid ; ; NV8 # 5.1 REJANG SECTION MARK A960..A97C ; valid ; ; NV8 # 5.2 HANGUL CHOSEONG TIKEUT-MIEUM..HANGUL CHOSEONG SSANGYEORINHIEUH A97D..A97F ; disallowed # NA <reserved-A97D>..<reserved-A97F> A980..A9C0 ; valid # 5.2 JAVANESE SIGN PANYANGGA..JAVANESE PANGKON A9C1..A9CD ; valid ; ; NV8 # 5.2 JAVANESE LEFT RERENGGAN..JAVANESE TURNED PADA PISELEH A9CE ; disallowed # NA <reserved-A9CE> A9CF..A9D9 ; valid # 5.2 JAVANESE PANGRANGKEP..JAVANESE DIGIT NINE A9DA..A9DD ; disallowed # NA <reserved-A9DA>..<reserved-A9DD> A9DE..A9DF ; valid ; ; NV8 # 5.2 JAVANESE PADA TIRTA TUMETES..JAVANESE PADA ISEN-ISEN A9E0..A9FF ; disallowed # NA <reserved-A9E0>..<reserved-A9FF> AA00..AA36 ; valid # 5.1 CHAM LETTER A..CHAM CONSONANT SIGN WA AA37..AA3F ; disallowed # NA <reserved-AA37>..<reserved-AA3F> AA40..AA4D ; valid # 5.1 CHAM LETTER FINAL K..CHAM CONSONANT SIGN FINAL H AA4E..AA4F ; disallowed # NA <reserved-AA4E>..<reserved-AA4F> AA50..AA59 ; valid # 5.1 CHAM DIGIT ZERO..CHAM DIGIT NINE AA5A..AA5B ; disallowed # NA <reserved-AA5A>..<reserved-AA5B> AA5C..AA5F ; valid ; ; NV8 # 5.1 CHAM PUNCTUATION SPIRAL..CHAM PUNCTUATION TRIPLE DANDA AA60..AA76 ; valid # 5.2 MYANMAR LETTER KHAMTI GA..MYANMAR LOGOGRAM KHAMTI HM AA77..AA79 ; valid ; ; NV8 # 5.2 MYANMAR SYMBOL AITON EXCLAMATION..MYANMAR SYMBOL AITON TWO AA7A..AA7B ; valid # 5.2 MYANMAR LETTER AITON RA..MYANMAR SIGN PAO KAREN TONE AA7C..AA7F ; disallowed # NA <reserved-AA7C>..<reserved-AA7F> AA80..AAC2 ; valid # 5.2 TAI VIET LETTER LOW KO..TAI VIET TONE MAI SONG AAC3..AADA ; disallowed # NA <reserved-AAC3>..<reserved-AADA> AADB..AADD ; valid # 5.2 TAI VIET SYMBOL KON..TAI VIET SYMBOL SAM AADE..AADF ; valid ; ; NV8 # 5.2 TAI VIET SYMBOL HO HOI..TAI VIET SYMBOL KOI KOI AAE0..AAEF ; valid # 6.1 MEETEI MAYEK LETTER E..MEETEI MAYEK VOWEL SIGN AAU AAF0..AAF1 ; valid ; ; NV8 # 6.1 MEETEI MAYEK CHEIKHAN..MEETEI MAYEK AHANG KHUDAM AAF2..AAF6 ; valid # 6.1 MEETEI MAYEK ANJI..MEETEI MAYEK VIRAMA AAF7..AB00 ; disallowed # NA <reserved-AAF7>..<reserved-AB00> AB01..AB06 ; valid # 6.0 ETHIOPIC SYLLABLE TTHU..ETHIOPIC SYLLABLE TTHO AB07..AB08 ; disallowed # NA <reserved-AB07>..<reserved-AB08> AB09..AB0E ; valid # 6.0 ETHIOPIC SYLLABLE DDHU..ETHIOPIC SYLLABLE DDHO AB0F..AB10 ; disallowed # NA <reserved-AB0F>..<reserved-AB10> AB11..AB16 ; valid # 6.0 ETHIOPIC SYLLABLE DZU..ETHIOPIC SYLLABLE DZO AB17..AB1F ; disallowed # NA <reserved-AB17>..<reserved-AB1F> AB20..AB26 ; valid # 6.0 ETHIOPIC SYLLABLE CCHHA..ETHIOPIC SYLLABLE CCHHO AB27 ; disallowed # NA <reserved-AB27> AB28..AB2E ; valid # 6.0 ETHIOPIC SYLLABLE BBA..ETHIOPIC SYLLABLE BBO AB2F..ABBF ; disallowed # NA <reserved-AB2F>..<reserved-ABBF> ABC0..ABEA ; valid # 5.2 MEETEI MAYEK LETTER KOK..MEETEI MAYEK VOWEL SIGN NUNG ABEB ; valid ; ; NV8 # 5.2 MEETEI MAYEK CHEIKHEI ABEC..ABED ; valid # 5.2 MEETEI MAYEK LUM IYEK..MEETEI MAYEK APUN IYEK ABEE..ABEF ; disallowed # NA <reserved-ABEE>..<reserved-ABEF> ABF0..ABF9 ; valid # 5.2 MEETEI MAYEK DIGIT ZERO..MEETEI MAYEK DIGIT NINE ABFA..ABFF ; disallowed # NA <reserved-ABFA>..<reserved-ABFF> AC00..D7A3 ; valid # 2.0 HANGUL SYLLABLE GA..HANGUL SYLLABLE HIH D7A4..D7AF ; disallowed # NA <reserved-D7A4>..<reserved-D7AF> D7B0..D7C6 ; valid ; ; NV8 # 5.2 HANGUL JUNGSEONG O-YEO..HANGUL JUNGSEONG ARAEA-E D7C7..D7CA ; disallowed # NA <reserved-D7C7>..<reserved-D7CA> D7CB..D7FB ; valid ; ; NV8 # 5.2 HANGUL JONGSEONG NIEUN-RIEUL..HANGUL JONGSEONG PHIEUPH-THIEUTH D7FC..D7FF ; disallowed # NA <reserved-D7FC>..<reserved-D7FF> D800..DFFF ; disallowed # 2.0 <surrogate-D800>..<surrogate-DFFF> E000..F8FF ; disallowed # 1.1 <private-use-E000>..<private-use-F8FF> F900 ; mapped ; 8C48 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F900 F901 ; mapped ; 66F4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F901 F902 ; mapped ; 8ECA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F902 F903 ; mapped ; 8CC8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F903 F904 ; mapped ; 6ED1 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F904 F905 ; mapped ; 4E32 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F905 F906 ; mapped ; 53E5 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F906 F907..F908 ; mapped ; 9F9C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F907..CJK COMPATIBILITY IDEOGRAPH-F908 F909 ; mapped ; 5951 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F909 F90A ; mapped ; 91D1 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F90A F90B ; mapped ; 5587 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F90B F90C ; mapped ; 5948 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F90C F90D ; mapped ; 61F6 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F90D F90E ; mapped ; 7669 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F90E F90F ; mapped ; 7F85 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F90F F910 ; mapped ; 863F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F910 F911 ; mapped ; 87BA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F911 F912 ; mapped ; 88F8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F912 F913 ; mapped ; 908F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F913 F914 ; mapped ; 6A02 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F914 F915 ; mapped ; 6D1B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F915 F916 ; mapped ; 70D9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F916 F917 ; mapped ; 73DE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F917 F918 ; mapped ; 843D # 1.1 CJK COMPATIBILITY IDEOGRAPH-F918 F919 ; mapped ; 916A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F919 F91A ; mapped ; 99F1 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F91A F91B ; mapped ; 4E82 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F91B F91C ; mapped ; 5375 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F91C F91D ; mapped ; 6B04 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F91D F91E ; mapped ; 721B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F91E F91F ; mapped ; 862D # 1.1 CJK COMPATIBILITY IDEOGRAPH-F91F F920 ; mapped ; 9E1E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F920 F921 ; mapped ; 5D50 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F921 F922 ; mapped ; 6FEB # 1.1 CJK COMPATIBILITY IDEOGRAPH-F922 F923 ; mapped ; 85CD # 1.1 CJK COMPATIBILITY IDEOGRAPH-F923 F924 ; mapped ; 8964 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F924 F925 ; mapped ; 62C9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F925 F926 ; mapped ; 81D8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F926 F927 ; mapped ; 881F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F927 F928 ; mapped ; 5ECA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F928 F929 ; mapped ; 6717 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F929 F92A ; mapped ; 6D6A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F92A F92B ; mapped ; 72FC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F92B F92C ; mapped ; 90CE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F92C F92D ; mapped ; 4F86 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F92D F92E ; mapped ; 51B7 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F92E F92F ; mapped ; 52DE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F92F F930 ; mapped ; 64C4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F930 F931 ; mapped ; 6AD3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F931 F932 ; mapped ; 7210 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F932 F933 ; mapped ; 76E7 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F933 F934 ; mapped ; 8001 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F934 F935 ; mapped ; 8606 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F935 F936 ; mapped ; 865C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F936 F937 ; mapped ; 8DEF # 1.1 CJK COMPATIBILITY IDEOGRAPH-F937 F938 ; mapped ; 9732 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F938 F939 ; mapped ; 9B6F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F939 F93A ; mapped ; 9DFA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F93A F93B ; mapped ; 788C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F93B F93C ; mapped ; 797F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F93C F93D ; mapped ; 7DA0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F93D F93E ; mapped ; 83C9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F93E F93F ; mapped ; 9304 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F93F F940 ; mapped ; 9E7F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F940 F941 ; mapped ; 8AD6 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F941 F942 ; mapped ; 58DF # 1.1 CJK COMPATIBILITY IDEOGRAPH-F942 F943 ; mapped ; 5F04 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F943 F944 ; mapped ; 7C60 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F944 F945 ; mapped ; 807E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F945 F946 ; mapped ; 7262 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F946 F947 ; mapped ; 78CA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F947 F948 ; mapped ; 8CC2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F948 F949 ; mapped ; 96F7 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F949 F94A ; mapped ; 58D8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F94A F94B ; mapped ; 5C62 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F94B F94C ; mapped ; 6A13 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F94C F94D ; mapped ; 6DDA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F94D F94E ; mapped ; 6F0F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F94E F94F ; mapped ; 7D2F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F94F F950 ; mapped ; 7E37 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F950 F951 ; mapped ; 964B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F951 F952 ; mapped ; 52D2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F952 F953 ; mapped ; 808B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F953 F954 ; mapped ; 51DC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F954 F955 ; mapped ; 51CC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F955 F956 ; mapped ; 7A1C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F956 F957 ; mapped ; 7DBE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F957 F958 ; mapped ; 83F1 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F958 F959 ; mapped ; 9675 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F959 F95A ; mapped ; 8B80 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F95A F95B ; mapped ; 62CF # 1.1 CJK COMPATIBILITY IDEOGRAPH-F95B F95C ; mapped ; 6A02 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F95C F95D ; mapped ; 8AFE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F95D F95E ; mapped ; 4E39 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F95E F95F ; mapped ; 5BE7 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F95F F960 ; mapped ; 6012 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F960 F961 ; mapped ; 7387 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F961 F962 ; mapped ; 7570 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F962 F963 ; mapped ; 5317 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F963 F964 ; mapped ; 78FB # 1.1 CJK COMPATIBILITY IDEOGRAPH-F964 F965 ; mapped ; 4FBF # 1.1 CJK COMPATIBILITY IDEOGRAPH-F965 F966 ; mapped ; 5FA9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F966 F967 ; mapped ; 4E0D # 1.1 CJK COMPATIBILITY IDEOGRAPH-F967 F968 ; mapped ; 6CCC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F968 F969 ; mapped ; 6578 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F969 F96A ; mapped ; 7D22 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F96A F96B ; mapped ; 53C3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F96B F96C ; mapped ; 585E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F96C F96D ; mapped ; 7701 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F96D F96E ; mapped ; 8449 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F96E F96F ; mapped ; 8AAA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F96F F970 ; mapped ; 6BBA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F970 F971 ; mapped ; 8FB0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F971 F972 ; mapped ; 6C88 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F972 F973 ; mapped ; 62FE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F973 F974 ; mapped ; 82E5 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F974 F975 ; mapped ; 63A0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F975 F976 ; mapped ; 7565 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F976 F977 ; mapped ; 4EAE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F977 F978 ; mapped ; 5169 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F978 F979 ; mapped ; 51C9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F979 F97A ; mapped ; 6881 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F97A F97B ; mapped ; 7CE7 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F97B F97C ; mapped ; 826F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F97C F97D ; mapped ; 8AD2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F97D F97E ; mapped ; 91CF # 1.1 CJK COMPATIBILITY IDEOGRAPH-F97E F97F ; mapped ; 52F5 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F97F F980 ; mapped ; 5442 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F980 F981 ; mapped ; 5973 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F981 F982 ; mapped ; 5EEC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F982 F983 ; mapped ; 65C5 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F983 F984 ; mapped ; 6FFE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F984 F985 ; mapped ; 792A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F985 F986 ; mapped ; 95AD # 1.1 CJK COMPATIBILITY IDEOGRAPH-F986 F987 ; mapped ; 9A6A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F987 F988 ; mapped ; 9E97 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F988 F989 ; mapped ; 9ECE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F989 F98A ; mapped ; 529B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F98A F98B ; mapped ; 66C6 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F98B F98C ; mapped ; 6B77 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F98C F98D ; mapped ; 8F62 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F98D F98E ; mapped ; 5E74 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F98E F98F ; mapped ; 6190 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F98F F990 ; mapped ; 6200 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F990 F991 ; mapped ; 649A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F991 F992 ; mapped ; 6F23 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F992 F993 ; mapped ; 7149 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F993 F994 ; mapped ; 7489 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F994 F995 ; mapped ; 79CA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F995 F996 ; mapped ; 7DF4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F996 F997 ; mapped ; 806F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F997 F998 ; mapped ; 8F26 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F998 F999 ; mapped ; 84EE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F999 F99A ; mapped ; 9023 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F99A F99B ; mapped ; 934A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F99B F99C ; mapped ; 5217 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F99C F99D ; mapped ; 52A3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F99D F99E ; mapped ; 54BD # 1.1 CJK COMPATIBILITY IDEOGRAPH-F99E F99F ; mapped ; 70C8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F99F F9A0 ; mapped ; 88C2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A0 F9A1 ; mapped ; 8AAA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A1 F9A2 ; mapped ; 5EC9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A2 F9A3 ; mapped ; 5FF5 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A3 F9A4 ; mapped ; 637B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A4 F9A5 ; mapped ; 6BAE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A5 F9A6 ; mapped ; 7C3E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A6 F9A7 ; mapped ; 7375 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A7 F9A8 ; mapped ; 4EE4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A8 F9A9 ; mapped ; 56F9 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9A9 F9AA ; mapped ; 5BE7 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9AA F9AB ; mapped ; 5DBA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9AB F9AC ; mapped ; 601C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9AC F9AD ; mapped ; 73B2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9AD F9AE ; mapped ; 7469 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9AE F9AF ; mapped ; 7F9A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9AF F9B0 ; mapped ; 8046 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B0 F9B1 ; mapped ; 9234 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B1 F9B2 ; mapped ; 96F6 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B2 F9B3 ; mapped ; 9748 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B3 F9B4 ; mapped ; 9818 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B4 F9B5 ; mapped ; 4F8B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B5 F9B6 ; mapped ; 79AE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B6 F9B7 ; mapped ; 91B4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B7 F9B8 ; mapped ; 96B8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B8 F9B9 ; mapped ; 60E1 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9B9 F9BA ; mapped ; 4E86 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9BA F9BB ; mapped ; 50DA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9BB F9BC ; mapped ; 5BEE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9BC F9BD ; mapped ; 5C3F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9BD F9BE ; mapped ; 6599 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9BE F9BF ; mapped ; 6A02 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9BF F9C0 ; mapped ; 71CE # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C0 F9C1 ; mapped ; 7642 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C1 F9C2 ; mapped ; 84FC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C2 F9C3 ; mapped ; 907C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C3 F9C4 ; mapped ; 9F8D # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C4 F9C5 ; mapped ; 6688 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C5 F9C6 ; mapped ; 962E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C6 F9C7 ; mapped ; 5289 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C7 F9C8 ; mapped ; 677B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C8 F9C9 ; mapped ; 67F3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9C9 F9CA ; mapped ; 6D41 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9CA F9CB ; mapped ; 6E9C # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9CB F9CC ; mapped ; 7409 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9CC F9CD ; mapped ; 7559 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9CD F9CE ; mapped ; 786B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9CE F9CF ; mapped ; 7D10 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9CF F9D0 ; mapped ; 985E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D0 F9D1 ; mapped ; 516D # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D1 F9D2 ; mapped ; 622E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D2 F9D3 ; mapped ; 9678 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D3 F9D4 ; mapped ; 502B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D4 F9D5 ; mapped ; 5D19 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D5 F9D6 ; mapped ; 6DEA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D6 F9D7 ; mapped ; 8F2A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D7 F9D8 ; mapped ; 5F8B # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D8 F9D9 ; mapped ; 6144 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9D9 F9DA ; mapped ; 6817 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9DA F9DB ; mapped ; 7387 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9DB F9DC ; mapped ; 9686 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9DC F9DD ; mapped ; 5229 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9DD F9DE ; mapped ; 540F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9DE F9DF ; mapped ; 5C65 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9DF F9E0 ; mapped ; 6613 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E0 F9E1 ; mapped ; 674E # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E1 F9E2 ; mapped ; 68A8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E2 F9E3 ; mapped ; 6CE5 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E3 F9E4 ; mapped ; 7406 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E4 F9E5 ; mapped ; 75E2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E5 F9E6 ; mapped ; 7F79 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E6 F9E7 ; mapped ; 88CF # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E7 F9E8 ; mapped ; 88E1 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E8 F9E9 ; mapped ; 91CC # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9E9 F9EA ; mapped ; 96E2 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9EA F9EB ; mapped ; 533F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9EB F9EC ; mapped ; 6EBA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9EC F9ED ; mapped ; 541D # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9ED F9EE ; mapped ; 71D0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9EE F9EF ; mapped ; 7498 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9EF F9F0 ; mapped ; 85FA # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F0 F9F1 ; mapped ; 96A3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F1 F9F2 ; mapped ; 9C57 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F2 F9F3 ; mapped ; 9E9F # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F3 F9F4 ; mapped ; 6797 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F4 F9F5 ; mapped ; 6DCB # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F5 F9F6 ; mapped ; 81E8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F6 F9F7 ; mapped ; 7ACB # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F7 F9F8 ; mapped ; 7B20 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F8 F9F9 ; mapped ; 7C92 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9F9 F9FA ; mapped ; 72C0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9FA F9FB ; mapped ; 7099 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9FB F9FC ; mapped ; 8B58 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9FC F9FD ; mapped ; 4EC0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9FD F9FE ; mapped ; 8336 # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9FE F9FF ; mapped ; 523A # 1.1 CJK COMPATIBILITY IDEOGRAPH-F9FF FA00 ; mapped ; 5207 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA00 FA01 ; mapped ; 5EA6 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA01 FA02 ; mapped ; 62D3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA02 FA03 ; mapped ; 7CD6 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA03 FA04 ; mapped ; 5B85 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA04 FA05 ; mapped ; 6D1E # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA05 FA06 ; mapped ; 66B4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA06 FA07 ; mapped ; 8F3B # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA07 FA08 ; mapped ; 884C # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA08 FA09 ; mapped ; 964D # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA09 FA0A ; mapped ; 898B # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA0A FA0B ; mapped ; 5ED3 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA0B FA0C ; mapped ; 5140 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA0C FA0D ; mapped ; 55C0 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA0D FA0E..FA0F ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA0E..CJK COMPATIBILITY IDEOGRAPH-FA0F FA10 ; mapped ; 585A # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA10 FA11 ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA11 FA12 ; mapped ; 6674 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA12 FA13..FA14 ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA13..CJK COMPATIBILITY IDEOGRAPH-FA14 FA15 ; mapped ; 51DE # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA15 FA16 ; mapped ; 732A # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA16 FA17 ; mapped ; 76CA # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA17 FA18 ; mapped ; 793C # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA18 FA19 ; mapped ; 795E # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA19 FA1A ; mapped ; 7965 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA1A FA1B ; mapped ; 798F # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA1B FA1C ; mapped ; 9756 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA1C FA1D ; mapped ; 7CBE # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA1D FA1E ; mapped ; 7FBD # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA1E FA1F ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA1F FA20 ; mapped ; 8612 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA20 FA21 ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA21 FA22 ; mapped ; 8AF8 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA22 FA23..FA24 ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA23..CJK COMPATIBILITY IDEOGRAPH-FA24 FA25 ; mapped ; 9038 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA25 FA26 ; mapped ; 90FD # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA26 FA27..FA29 ; valid # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA27..CJK COMPATIBILITY IDEOGRAPH-FA29 FA2A ; mapped ; 98EF # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA2A FA2B ; mapped ; 98FC # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA2B FA2C ; mapped ; 9928 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA2C FA2D ; mapped ; 9DB4 # 1.1 CJK COMPATIBILITY IDEOGRAPH-FA2D FA2E ; mapped ; 90DE # 6.1 CJK COMPATIBILITY IDEOGRAPH-FA2E FA2F ; mapped ; 96B7 # 6.1 CJK COMPATIBILITY IDEOGRAPH-FA2F FA30 ; mapped ; 4FAE # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA30 FA31 ; mapped ; 50E7 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA31 FA32 ; mapped ; 514D # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA32 FA33 ; mapped ; 52C9 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA33 FA34 ; mapped ; 52E4 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA34 FA35 ; mapped ; 5351 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA35 FA36 ; mapped ; 559D # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA36 FA37 ; mapped ; 5606 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA37 FA38 ; mapped ; 5668 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA38 FA39 ; mapped ; 5840 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA39 FA3A ; mapped ; 58A8 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA3A FA3B ; mapped ; 5C64 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA3B FA3C ; mapped ; 5C6E # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA3C FA3D ; mapped ; 6094 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA3D FA3E ; mapped ; 6168 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA3E FA3F ; mapped ; 618E # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA3F FA40 ; mapped ; 61F2 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA40 FA41 ; mapped ; 654F # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA41 FA42 ; mapped ; 65E2 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA42 FA43 ; mapped ; 6691 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA43 FA44 ; mapped ; 6885 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA44 FA45 ; mapped ; 6D77 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA45 FA46 ; mapped ; 6E1A # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA46 FA47 ; mapped ; 6F22 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA47 FA48 ; mapped ; 716E # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA48 FA49 ; mapped ; 722B # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA49 FA4A ; mapped ; 7422 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA4A FA4B ; mapped ; 7891 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA4B FA4C ; mapped ; 793E # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA4C FA4D ; mapped ; 7949 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA4D FA4E ; mapped ; 7948 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA4E FA4F ; mapped ; 7950 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA4F FA50 ; mapped ; 7956 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA50 FA51 ; mapped ; 795D # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA51 FA52 ; mapped ; 798D # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA52 FA53 ; mapped ; 798E # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA53 FA54 ; mapped ; 7A40 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA54 FA55 ; mapped ; 7A81 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA55 FA56 ; mapped ; 7BC0 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA56 FA57 ; mapped ; 7DF4 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA57 FA58 ; mapped ; 7E09 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA58 FA59 ; mapped ; 7E41 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA59 FA5A ; mapped ; 7F72 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA5A FA5B ; mapped ; 8005 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA5B FA5C ; mapped ; 81ED # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA5C FA5D..FA5E ; mapped ; 8279 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA5D..CJK COMPATIBILITY IDEOGRAPH-FA5E FA5F ; mapped ; 8457 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA5F FA60 ; mapped ; 8910 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA60 FA61 ; mapped ; 8996 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA61 FA62 ; mapped ; 8B01 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA62 FA63 ; mapped ; 8B39 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA63 FA64 ; mapped ; 8CD3 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA64 FA65 ; mapped ; 8D08 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA65 FA66 ; mapped ; 8FB6 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA66 FA67 ; mapped ; 9038 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA67 FA68 ; mapped ; 96E3 # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA68 FA69 ; mapped ; 97FF # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA69 FA6A ; mapped ; 983B # 3.2 CJK COMPATIBILITY IDEOGRAPH-FA6A FA6B ; mapped ; 6075 # 5.2 CJK COMPATIBILITY IDEOGRAPH-FA6B FA6C ; mapped ; 242EE # 5.2 CJK COMPATIBILITY IDEOGRAPH-FA6C FA6D ; mapped ; 8218 # 5.2 CJK COMPATIBILITY IDEOGRAPH-FA6D FA6E..FA6F ; disallowed # NA <reserved-FA6E>..<reserved-FA6F> FA70 ; mapped ; 4E26 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA70 FA71 ; mapped ; 51B5 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA71 FA72 ; mapped ; 5168 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA72 FA73 ; mapped ; 4F80 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA73 FA74 ; mapped ; 5145 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA74 FA75 ; mapped ; 5180 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA75 FA76 ; mapped ; 52C7 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA76 FA77 ; mapped ; 52FA # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA77 FA78 ; mapped ; 559D # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA78 FA79 ; mapped ; 5555 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA79 FA7A ; mapped ; 5599 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA7A FA7B ; mapped ; 55E2 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA7B FA7C ; mapped ; 585A # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA7C FA7D ; mapped ; 58B3 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA7D FA7E ; mapped ; 5944 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA7E FA7F ; mapped ; 5954 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA7F FA80 ; mapped ; 5A62 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA80 FA81 ; mapped ; 5B28 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA81 FA82 ; mapped ; 5ED2 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA82 FA83 ; mapped ; 5ED9 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA83 FA84 ; mapped ; 5F69 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA84 FA85 ; mapped ; 5FAD # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA85 FA86 ; mapped ; 60D8 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA86 FA87 ; mapped ; 614E # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA87 FA88 ; mapped ; 6108 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA88 FA89 ; mapped ; 618E # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA89 FA8A ; mapped ; 6160 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA8A FA8B ; mapped ; 61F2 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA8B FA8C ; mapped ; 6234 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA8C FA8D ; mapped ; 63C4 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA8D FA8E ; mapped ; 641C # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA8E FA8F ; mapped ; 6452 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA8F FA90 ; mapped ; 6556 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA90 FA91 ; mapped ; 6674 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA91 FA92 ; mapped ; 6717 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA92 FA93 ; mapped ; 671B # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA93 FA94 ; mapped ; 6756 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA94 FA95 ; mapped ; 6B79 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA95 FA96 ; mapped ; 6BBA # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA96 FA97 ; mapped ; 6D41 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA97 FA98 ; mapped ; 6EDB # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA98 FA99 ; mapped ; 6ECB # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA99 FA9A ; mapped ; 6F22 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA9A FA9B ; mapped ; 701E # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA9B FA9C ; mapped ; 716E # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA9C FA9D ; mapped ; 77A7 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA9D FA9E ; mapped ; 7235 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA9E FA9F ; mapped ; 72AF # 4.1 CJK COMPATIBILITY IDEOGRAPH-FA9F FAA0 ; mapped ; 732A # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA0 FAA1 ; mapped ; 7471 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA1 FAA2 ; mapped ; 7506 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA2 FAA3 ; mapped ; 753B # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA3 FAA4 ; mapped ; 761D # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA4 FAA5 ; mapped ; 761F # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA5 FAA6 ; mapped ; 76CA # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA6 FAA7 ; mapped ; 76DB # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA7 FAA8 ; mapped ; 76F4 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA8 FAA9 ; mapped ; 774A # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAA9 FAAA ; mapped ; 7740 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAAA FAAB ; mapped ; 78CC # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAAB FAAC ; mapped ; 7AB1 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAAC FAAD ; mapped ; 7BC0 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAAD FAAE ; mapped ; 7C7B # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAAE FAAF ; mapped ; 7D5B # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAAF FAB0 ; mapped ; 7DF4 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB0 FAB1 ; mapped ; 7F3E # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB1 FAB2 ; mapped ; 8005 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB2 FAB3 ; mapped ; 8352 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB3 FAB4 ; mapped ; 83EF # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB4 FAB5 ; mapped ; 8779 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB5 FAB6 ; mapped ; 8941 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB6 FAB7 ; mapped ; 8986 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB7 FAB8 ; mapped ; 8996 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB8 FAB9 ; mapped ; 8ABF # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAB9 FABA ; mapped ; 8AF8 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FABA FABB ; mapped ; 8ACB # 4.1 CJK COMPATIBILITY IDEOGRAPH-FABB FABC ; mapped ; 8B01 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FABC FABD ; mapped ; 8AFE # 4.1 CJK COMPATIBILITY IDEOGRAPH-FABD FABE ; mapped ; 8AED # 4.1 CJK COMPATIBILITY IDEOGRAPH-FABE FABF ; mapped ; 8B39 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FABF FAC0 ; mapped ; 8B8A # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC0 FAC1 ; mapped ; 8D08 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC1 FAC2 ; mapped ; 8F38 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC2 FAC3 ; mapped ; 9072 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC3 FAC4 ; mapped ; 9199 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC4 FAC5 ; mapped ; 9276 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC5 FAC6 ; mapped ; 967C # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC6 FAC7 ; mapped ; 96E3 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC7 FAC8 ; mapped ; 9756 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC8 FAC9 ; mapped ; 97DB # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAC9 FACA ; mapped ; 97FF # 4.1 CJK COMPATIBILITY IDEOGRAPH-FACA FACB ; mapped ; 980B # 4.1 CJK COMPATIBILITY IDEOGRAPH-FACB FACC ; mapped ; 983B # 4.1 CJK COMPATIBILITY IDEOGRAPH-FACC FACD ; mapped ; 9B12 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FACD FACE ; mapped ; 9F9C # 4.1 CJK COMPATIBILITY IDEOGRAPH-FACE FACF ; mapped ; 2284A # 4.1 CJK COMPATIBILITY IDEOGRAPH-FACF FAD0 ; mapped ; 22844 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD0 FAD1 ; mapped ; 233D5 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD1 FAD2 ; mapped ; 3B9D # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD2 FAD3 ; mapped ; 4018 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD3 FAD4 ; mapped ; 4039 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD4 FAD5 ; mapped ; 25249 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD5 FAD6 ; mapped ; 25CD0 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD6 FAD7 ; mapped ; 27ED3 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD7 FAD8 ; mapped ; 9F43 # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD8 FAD9 ; mapped ; 9F8E # 4.1 CJK COMPATIBILITY IDEOGRAPH-FAD9 FADA..FAFF ; disallowed # NA <reserved-FADA>..<reserved-FAFF> FB00 ; mapped ; 0066 0066 # 1.1 LATIN SMALL LIGATURE FF FB01 ; mapped ; 0066 0069 # 1.1 LATIN SMALL LIGATURE FI FB02 ; mapped ; 0066 006C # 1.1 LATIN SMALL LIGATURE FL FB03 ; mapped ; 0066 0066 0069 #1.1 LATIN SMALL LIGATURE FFI FB04 ; mapped ; 0066 0066 006C #1.1 LATIN SMALL LIGATURE FFL FB05..FB06 ; mapped ; 0073 0074 # 1.1 LATIN SMALL LIGATURE LONG S T..LATIN SMALL LIGATURE ST FB07..FB12 ; disallowed # NA <reserved-FB07>..<reserved-FB12> FB13 ; mapped ; 0574 0576 # 1.1 ARMENIAN SMALL LIGATURE MEN NOW FB14 ; mapped ; 0574 0565 # 1.1 ARMENIAN SMALL LIGATURE MEN ECH FB15 ; mapped ; 0574 056B # 1.1 ARMENIAN SMALL LIGATURE MEN INI FB16 ; mapped ; 057E 0576 # 1.1 ARMENIAN SMALL LIGATURE VEW NOW FB17 ; mapped ; 0574 056D # 1.1 ARMENIAN SMALL LIGATURE MEN XEH FB18..FB1C ; disallowed # NA <reserved-FB18>..<reserved-FB1C> FB1D ; mapped ; 05D9 05B4 # 3.0 HEBREW LETTER YOD WITH HIRIQ FB1E ; valid # 1.1 HEBREW POINT JUDEO-SPANISH VARIKA FB1F ; mapped ; 05F2 05B7 # 1.1 HEBREW LIGATURE YIDDISH YOD YOD PATAH FB20 ; mapped ; 05E2 # 1.1 HEBREW LETTER ALTERNATIVE AYIN FB21 ; mapped ; 05D0 # 1.1 HEBREW LETTER WIDE ALEF FB22 ; mapped ; 05D3 # 1.1 HEBREW LETTER WIDE DALET FB23 ; mapped ; 05D4 # 1.1 HEBREW LETTER WIDE HE FB24 ; mapped ; 05DB # 1.1 HEBREW LETTER WIDE KAF FB25 ; mapped ; 05DC # 1.1 HEBREW LETTER WIDE LAMED FB26 ; mapped ; 05DD # 1.1 HEBREW LETTER WIDE FINAL MEM FB27 ; mapped ; 05E8 # 1.1 HEBREW LETTER WIDE RESH FB28 ; mapped ; 05EA # 1.1 HEBREW LETTER WIDE TAV FB29 ; disallowed_STD3_mapped ; 002B # 1.1 HEBREW LETTER ALTERNATIVE PLUS SIGN FB2A ; mapped ; 05E9 05C1 # 1.1 HEBREW LETTER SHIN WITH SHIN DOT FB2B ; mapped ; 05E9 05C2 # 1.1 HEBREW LETTER SHIN WITH SIN DOT FB2C ; mapped ; 05E9 05BC 05C1 #1.1 HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT FB2D ; mapped ; 05E9 05BC 05C2 #1.1 HEBREW LETTER SHIN WITH DAGESH AND SIN DOT FB2E ; mapped ; 05D0 05B7 # 1.1 HEBREW LETTER ALEF WITH PATAH FB2F ; mapped ; 05D0 05B8 # 1.1 HEBREW LETTER ALEF WITH QAMATS FB30 ; mapped ; 05D0 05BC # 1.1 HEBREW LETTER ALEF WITH MAPIQ FB31 ; mapped ; 05D1 05BC # 1.1 HEBREW LETTER BET WITH DAGESH FB32 ; mapped ; 05D2 05BC # 1.1 HEBREW LETTER GIMEL WITH DAGESH FB33 ; mapped ; 05D3 05BC # 1.1 HEBREW LETTER DALET WITH DAGESH FB34 ; mapped ; 05D4 05BC # 1.1 HEBREW LETTER HE WITH MAPIQ FB35 ; mapped ; 05D5 05BC # 1.1 HEBREW LETTER VAV WITH DAGESH FB36 ; mapped ; 05D6 05BC # 1.1 HEBREW LETTER ZAYIN WITH DAGESH FB37 ; disallowed # NA <reserved-FB37> FB38 ; mapped ; 05D8 05BC # 1.1 HEBREW LETTER TET WITH DAGESH FB39 ; mapped ; 05D9 05BC # 1.1 HEBREW LETTER YOD WITH DAGESH FB3A ; mapped ; 05DA 05BC # 1.1 HEBREW LETTER FINAL KAF WITH DAGESH FB3B ; mapped ; 05DB 05BC # 1.1 HEBREW LETTER KAF WITH DAGESH FB3C ; mapped ; 05DC 05BC # 1.1 HEBREW LETTER LAMED WITH DAGESH FB3D ; disallowed # NA <reserved-FB3D> FB3E ; mapped ; 05DE 05BC # 1.1 HEBREW LETTER MEM WITH DAGESH FB3F ; disallowed # NA <reserved-FB3F> FB40 ; mapped ; 05E0 05BC # 1.1 HEBREW LETTER NUN WITH DAGESH FB41 ; mapped ; 05E1 05BC # 1.1 HEBREW LETTER SAMEKH WITH DAGESH FB42 ; disallowed # NA <reserved-FB42> FB43 ; mapped ; 05E3 05BC # 1.1 HEBREW LETTER FINAL PE WITH DAGESH FB44 ; mapped ; 05E4 05BC # 1.1 HEBREW LETTER PE WITH DAGESH FB45 ; disallowed # NA <reserved-FB45> FB46 ; mapped ; 05E6 05BC # 1.1 HEBREW LETTER TSADI WITH DAGESH FB47 ; mapped ; 05E7 05BC # 1.1 HEBREW LETTER QOF WITH DAGESH FB48 ; mapped ; 05E8 05BC # 1.1 HEBREW LETTER RESH WITH DAGESH FB49 ; mapped ; 05E9 05BC # 1.1 HEBREW LETTER SHIN WITH DAGESH FB4A ; mapped ; 05EA 05BC # 1.1 HEBREW LETTER TAV WITH DAGESH FB4B ; mapped ; 05D5 05B9 # 1.1 HEBREW LETTER VAV WITH HOLAM FB4C ; mapped ; 05D1 05BF # 1.1 HEBREW LETTER BET WITH RAFE FB4D ; mapped ; 05DB 05BF # 1.1 HEBREW LETTER KAF WITH RAFE FB4E ; mapped ; 05E4 05BF # 1.1 HEBREW LETTER PE WITH RAFE FB4F ; mapped ; 05D0 05DC # 1.1 HEBREW LIGATURE ALEF LAMED FB50..FB51 ; mapped ; 0671 # 1.1 ARABIC LETTER ALEF WASLA ISOLATED FORM..ARABIC LETTER ALEF WASLA FINAL FORM FB52..FB55 ; mapped ; 067B # 1.1 ARABIC LETTER BEEH ISOLATED FORM..ARABIC LETTER BEEH MEDIAL FORM FB56..FB59 ; mapped ; 067E # 1.1 ARABIC LETTER PEH ISOLATED FORM..ARABIC LETTER PEH MEDIAL FORM FB5A..FB5D ; mapped ; 0680 # 1.1 ARABIC LETTER BEHEH ISOLATED FORM..ARABIC LETTER BEHEH MEDIAL FORM FB5E..FB61 ; mapped ; 067A # 1.1 ARABIC LETTER TTEHEH ISOLATED FORM..ARABIC LETTER TTEHEH MEDIAL FORM FB62..FB65 ; mapped ; 067F # 1.1 ARABIC LETTER TEHEH ISOLATED FORM..ARABIC LETTER TEHEH MEDIAL FORM FB66..FB69 ; mapped ; 0679 # 1.1 ARABIC LETTER TTEH ISOLATED FORM..ARABIC LETTER TTEH MEDIAL FORM FB6A..FB6D ; mapped ; 06A4 # 1.1 ARABIC LETTER VEH ISOLATED FORM..ARABIC LETTER VEH MEDIAL FORM FB6E..FB71 ; mapped ; 06A6 # 1.1 ARABIC LETTER PEHEH ISOLATED FORM..ARABIC LETTER PEHEH MEDIAL FORM FB72..FB75 ; mapped ; 0684 # 1.1 ARABIC LETTER DYEH ISOLATED FORM..ARABIC LETTER DYEH MEDIAL FORM FB76..FB79 ; mapped ; 0683 # 1.1 ARABIC LETTER NYEH ISOLATED FORM..ARABIC LETTER NYEH MEDIAL FORM FB7A..FB7D ; mapped ; 0686 # 1.1 ARABIC LETTER TCHEH ISOLATED FORM..ARABIC LETTER TCHEH MEDIAL FORM FB7E..FB81 ; mapped ; 0687 # 1.1 ARABIC LETTER TCHEHEH ISOLATED FORM..ARABIC LETTER TCHEHEH MEDIAL FORM FB82..FB83 ; mapped ; 068D # 1.1 ARABIC LETTER DDAHAL ISOLATED FORM..ARABIC LETTER DDAHAL FINAL FORM FB84..FB85 ; mapped ; 068C # 1.1 ARABIC LETTER DAHAL ISOLATED FORM..ARABIC LETTER DAHAL FINAL FORM FB86..FB87 ; mapped ; 068E # 1.1 ARABIC LETTER DUL ISOLATED FORM..ARABIC LETTER DUL FINAL FORM FB88..FB89 ; mapped ; 0688 # 1.1 ARABIC LETTER DDAL ISOLATED FORM..ARABIC LETTER DDAL FINAL FORM FB8A..FB8B ; mapped ; 0698 # 1.1 ARABIC LETTER JEH ISOLATED FORM..ARABIC LETTER JEH FINAL FORM FB8C..FB8D ; mapped ; 0691 # 1.1 ARABIC LETTER RREH ISOLATED FORM..ARABIC LETTER RREH FINAL FORM FB8E..FB91 ; mapped ; 06A9 # 1.1 ARABIC LETTER KEHEH ISOLATED FORM..ARABIC LETTER KEHEH MEDIAL FORM FB92..FB95 ; mapped ; 06AF # 1.1 ARABIC LETTER GAF ISOLATED FORM..ARABIC LETTER GAF MEDIAL FORM FB96..FB99 ; mapped ; 06B3 # 1.1 ARABIC LETTER GUEH ISOLATED FORM..ARABIC LETTER GUEH MEDIAL FORM FB9A..FB9D ; mapped ; 06B1 # 1.1 ARABIC LETTER NGOEH ISOLATED FORM..ARABIC LETTER NGOEH MEDIAL FORM FB9E..FB9F ; mapped ; 06BA # 1.1 ARABIC LETTER NOON GHUNNA ISOLATED FORM..ARABIC LETTER NOON GHUNNA FINAL FORM FBA0..FBA3 ; mapped ; 06BB # 1.1 ARABIC LETTER RNOON ISOLATED FORM..ARABIC LETTER RNOON MEDIAL FORM FBA4..FBA5 ; mapped ; 06C0 # 1.1 ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM..ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM FBA6..FBA9 ; mapped ; 06C1 # 1.1 ARABIC LETTER HEH GOAL ISOLATED FORM..ARABIC LETTER HEH GOAL MEDIAL FORM FBAA..FBAD ; mapped ; 06BE # 1.1 ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM..ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM FBAE..FBAF ; mapped ; 06D2 # 1.1 ARABIC LETTER YEH BARREE ISOLATED FORM..ARABIC LETTER YEH BARREE FINAL FORM FBB0..FBB1 ; mapped ; 06D3 # 1.1 ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM FBB2..FBC1 ; valid ; ; NV8 # 6.0 ARABIC SYMBOL DOT ABOVE..ARABIC SYMBOL SMALL TAH BELOW FBC2..FBD2 ; disallowed # NA <reserved-FBC2>..<reserved-FBD2> FBD3..FBD6 ; mapped ; 06AD # 1.1 ARABIC LETTER NG ISOLATED FORM..ARABIC LETTER NG MEDIAL FORM FBD7..FBD8 ; mapped ; 06C7 # 1.1 ARABIC LETTER U ISOLATED FORM..ARABIC LETTER U FINAL FORM FBD9..FBDA ; mapped ; 06C6 # 1.1 ARABIC LETTER OE ISOLATED FORM..ARABIC LETTER OE FINAL FORM FBDB..FBDC ; mapped ; 06C8 # 1.1 ARABIC LETTER YU ISOLATED FORM..ARABIC LETTER YU FINAL FORM FBDD ; mapped ; 06C7 0674 # 1.1 ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM FBDE..FBDF ; mapped ; 06CB # 1.1 ARABIC LETTER VE ISOLATED FORM..ARABIC LETTER VE FINAL FORM FBE0..FBE1 ; mapped ; 06C5 # 1.1 ARABIC LETTER KIRGHIZ OE ISOLATED FORM..ARABIC LETTER KIRGHIZ OE FINAL FORM FBE2..FBE3 ; mapped ; 06C9 # 1.1 ARABIC LETTER KIRGHIZ YU ISOLATED FORM..ARABIC LETTER KIRGHIZ YU FINAL FORM FBE4..FBE7 ; mapped ; 06D0 # 1.1 ARABIC LETTER E ISOLATED FORM..ARABIC LETTER E MEDIAL FORM FBE8..FBE9 ; mapped ; 0649 # 1.1 ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM..ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM FBEA..FBEB ; mapped ; 0626 0627 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM FBEC..FBED ; mapped ; 0626 06D5 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM FBEE..FBEF ; mapped ; 0626 0648 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM FBF0..FBF1 ; mapped ; 0626 06C7 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM FBF2..FBF3 ; mapped ; 0626 06C6 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM FBF4..FBF5 ; mapped ; 0626 06C8 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM FBF6..FBF8 ; mapped ; 0626 06D0 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM FBF9..FBFB ; mapped ; 0626 0649 # 1.1 ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM..ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM FBFC..FBFF ; mapped ; 06CC # 1.1 ARABIC LETTER FARSI YEH ISOLATED FORM..ARABIC LETTER FARSI YEH MEDIAL FORM FC00 ; mapped ; 0626 062C # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM FC01 ; mapped ; 0626 062D # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM FC02 ; mapped ; 0626 0645 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM FC03 ; mapped ; 0626 0649 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM FC04 ; mapped ; 0626 064A # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM FC05 ; mapped ; 0628 062C # 1.1 ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM FC06 ; mapped ; 0628 062D # 1.1 ARABIC LIGATURE BEH WITH HAH ISOLATED FORM FC07 ; mapped ; 0628 062E # 1.1 ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM FC08 ; mapped ; 0628 0645 # 1.1 ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM FC09 ; mapped ; 0628 0649 # 1.1 ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM FC0A ; mapped ; 0628 064A # 1.1 ARABIC LIGATURE BEH WITH YEH ISOLATED FORM FC0B ; mapped ; 062A 062C # 1.1 ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM FC0C ; mapped ; 062A 062D # 1.1 ARABIC LIGATURE TEH WITH HAH ISOLATED FORM FC0D ; mapped ; 062A 062E # 1.1 ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM FC0E ; mapped ; 062A 0645 # 1.1 ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM FC0F ; mapped ; 062A 0649 # 1.1 ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM FC10 ; mapped ; 062A 064A # 1.1 ARABIC LIGATURE TEH WITH YEH ISOLATED FORM FC11 ; mapped ; 062B 062C # 1.1 ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM FC12 ; mapped ; 062B 0645 # 1.1 ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM FC13 ; mapped ; 062B 0649 # 1.1 ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM FC14 ; mapped ; 062B 064A # 1.1 ARABIC LIGATURE THEH WITH YEH ISOLATED FORM FC15 ; mapped ; 062C 062D # 1.1 ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM FC16 ; mapped ; 062C 0645 # 1.1 ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM FC17 ; mapped ; 062D 062C # 1.1 ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM FC18 ; mapped ; 062D 0645 # 1.1 ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM FC19 ; mapped ; 062E 062C # 1.1 ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM FC1A ; mapped ; 062E 062D # 1.1 ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM FC1B ; mapped ; 062E 0645 # 1.1 ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM FC1C ; mapped ; 0633 062C # 1.1 ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM FC1D ; mapped ; 0633 062D # 1.1 ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM FC1E ; mapped ; 0633 062E # 1.1 ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM FC1F ; mapped ; 0633 0645 # 1.1 ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM FC20 ; mapped ; 0635 062D # 1.1 ARABIC LIGATURE SAD WITH HAH ISOLATED FORM FC21 ; mapped ; 0635 0645 # 1.1 ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM FC22 ; mapped ; 0636 062C # 1.1 ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM FC23 ; mapped ; 0636 062D # 1.1 ARABIC LIGATURE DAD WITH HAH ISOLATED FORM FC24 ; mapped ; 0636 062E # 1.1 ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM FC25 ; mapped ; 0636 0645 # 1.1 ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM FC26 ; mapped ; 0637 062D # 1.1 ARABIC LIGATURE TAH WITH HAH ISOLATED FORM FC27 ; mapped ; 0637 0645 # 1.1 ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM FC28 ; mapped ; 0638 0645 # 1.1 ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM FC29 ; mapped ; 0639 062C # 1.1 ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM FC2A ; mapped ; 0639 0645 # 1.1 ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM FC2B ; mapped ; 063A 062C # 1.1 ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM FC2C ; mapped ; 063A 0645 # 1.1 ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM FC2D ; mapped ; 0641 062C # 1.1 ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM FC2E ; mapped ; 0641 062D # 1.1 ARABIC LIGATURE FEH WITH HAH ISOLATED FORM FC2F ; mapped ; 0641 062E # 1.1 ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM FC30 ; mapped ; 0641 0645 # 1.1 ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM FC31 ; mapped ; 0641 0649 # 1.1 ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM FC32 ; mapped ; 0641 064A # 1.1 ARABIC LIGATURE FEH WITH YEH ISOLATED FORM FC33 ; mapped ; 0642 062D # 1.1 ARABIC LIGATURE QAF WITH HAH ISOLATED FORM FC34 ; mapped ; 0642 0645 # 1.1 ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM FC35 ; mapped ; 0642 0649 # 1.1 ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM FC36 ; mapped ; 0642 064A # 1.1 ARABIC LIGATURE QAF WITH YEH ISOLATED FORM FC37 ; mapped ; 0643 0627 # 1.1 ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM FC38 ; mapped ; 0643 062C # 1.1 ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM FC39 ; mapped ; 0643 062D # 1.1 ARABIC LIGATURE KAF WITH HAH ISOLATED FORM FC3A ; mapped ; 0643 062E # 1.1 ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM FC3B ; mapped ; 0643 0644 # 1.1 ARABIC LIGATURE KAF WITH LAM ISOLATED FORM FC3C ; mapped ; 0643 0645 # 1.1 ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM FC3D ; mapped ; 0643 0649 # 1.1 ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM FC3E ; mapped ; 0643 064A # 1.1 ARABIC LIGATURE KAF WITH YEH ISOLATED FORM FC3F ; mapped ; 0644 062C # 1.1 ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM FC40 ; mapped ; 0644 062D # 1.1 ARABIC LIGATURE LAM WITH HAH ISOLATED FORM FC41 ; mapped ; 0644 062E # 1.1 ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM FC42 ; mapped ; 0644 0645 # 1.1 ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM FC43 ; mapped ; 0644 0649 # 1.1 ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM FC44 ; mapped ; 0644 064A # 1.1 ARABIC LIGATURE LAM WITH YEH ISOLATED FORM FC45 ; mapped ; 0645 062C # 1.1 ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM FC46 ; mapped ; 0645 062D # 1.1 ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM FC47 ; mapped ; 0645 062E # 1.1 ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM FC48 ; mapped ; 0645 0645 # 1.1 ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM FC49 ; mapped ; 0645 0649 # 1.1 ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM FC4A ; mapped ; 0645 064A # 1.1 ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM FC4B ; mapped ; 0646 062C # 1.1 ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM FC4C ; mapped ; 0646 062D # 1.1 ARABIC LIGATURE NOON WITH HAH ISOLATED FORM FC4D ; mapped ; 0646 062E # 1.1 ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM FC4E ; mapped ; 0646 0645 # 1.1 ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM FC4F ; mapped ; 0646 0649 # 1.1 ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM FC50 ; mapped ; 0646 064A # 1.1 ARABIC LIGATURE NOON WITH YEH ISOLATED FORM FC51 ; mapped ; 0647 062C # 1.1 ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM FC52 ; mapped ; 0647 0645 # 1.1 ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM FC53 ; mapped ; 0647 0649 # 1.1 ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM FC54 ; mapped ; 0647 064A # 1.1 ARABIC LIGATURE HEH WITH YEH ISOLATED FORM FC55 ; mapped ; 064A 062C # 1.1 ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM FC56 ; mapped ; 064A 062D # 1.1 ARABIC LIGATURE YEH WITH HAH ISOLATED FORM FC57 ; mapped ; 064A 062E # 1.1 ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM FC58 ; mapped ; 064A 0645 # 1.1 ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM FC59 ; mapped ; 064A 0649 # 1.1 ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM FC5A ; mapped ; 064A 064A # 1.1 ARABIC LIGATURE YEH WITH YEH ISOLATED FORM FC5B ; mapped ; 0630 0670 # 1.1 ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM FC5C ; mapped ; 0631 0670 # 1.1 ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM FC5D ; mapped ; 0649 0670 # 1.1 ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM FC5E ; disallowed_STD3_mapped ; 0020 064C 0651 #1.1 ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM FC5F ; disallowed_STD3_mapped ; 0020 064D 0651 #1.1 ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM FC60 ; disallowed_STD3_mapped ; 0020 064E 0651 #1.1 ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM FC61 ; disallowed_STD3_mapped ; 0020 064F 0651 #1.1 ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM FC62 ; disallowed_STD3_mapped ; 0020 0650 0651 #1.1 ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM FC63 ; disallowed_STD3_mapped ; 0020 0651 0670 #1.1 ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM FC64 ; mapped ; 0626 0631 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM FC65 ; mapped ; 0626 0632 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM FC66 ; mapped ; 0626 0645 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM FC67 ; mapped ; 0626 0646 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM FC68 ; mapped ; 0626 0649 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM FC69 ; mapped ; 0626 064A # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM FC6A ; mapped ; 0628 0631 # 1.1 ARABIC LIGATURE BEH WITH REH FINAL FORM FC6B ; mapped ; 0628 0632 # 1.1 ARABIC LIGATURE BEH WITH ZAIN FINAL FORM FC6C ; mapped ; 0628 0645 # 1.1 ARABIC LIGATURE BEH WITH MEEM FINAL FORM FC6D ; mapped ; 0628 0646 # 1.1 ARABIC LIGATURE BEH WITH NOON FINAL FORM FC6E ; mapped ; 0628 0649 # 1.1 ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM FC6F ; mapped ; 0628 064A # 1.1 ARABIC LIGATURE BEH WITH YEH FINAL FORM FC70 ; mapped ; 062A 0631 # 1.1 ARABIC LIGATURE TEH WITH REH FINAL FORM FC71 ; mapped ; 062A 0632 # 1.1 ARABIC LIGATURE TEH WITH ZAIN FINAL FORM FC72 ; mapped ; 062A 0645 # 1.1 ARABIC LIGATURE TEH WITH MEEM FINAL FORM FC73 ; mapped ; 062A 0646 # 1.1 ARABIC LIGATURE TEH WITH NOON FINAL FORM FC74 ; mapped ; 062A 0649 # 1.1 ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM FC75 ; mapped ; 062A 064A # 1.1 ARABIC LIGATURE TEH WITH YEH FINAL FORM FC76 ; mapped ; 062B 0631 # 1.1 ARABIC LIGATURE THEH WITH REH FINAL FORM FC77 ; mapped ; 062B 0632 # 1.1 ARABIC LIGATURE THEH WITH ZAIN FINAL FORM FC78 ; mapped ; 062B 0645 # 1.1 ARABIC LIGATURE THEH WITH MEEM FINAL FORM FC79 ; mapped ; 062B 0646 # 1.1 ARABIC LIGATURE THEH WITH NOON FINAL FORM FC7A ; mapped ; 062B 0649 # 1.1 ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM FC7B ; mapped ; 062B 064A # 1.1 ARABIC LIGATURE THEH WITH YEH FINAL FORM FC7C ; mapped ; 0641 0649 # 1.1 ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM FC7D ; mapped ; 0641 064A # 1.1 ARABIC LIGATURE FEH WITH YEH FINAL FORM FC7E ; mapped ; 0642 0649 # 1.1 ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM FC7F ; mapped ; 0642 064A # 1.1 ARABIC LIGATURE QAF WITH YEH FINAL FORM FC80 ; mapped ; 0643 0627 # 1.1 ARABIC LIGATURE KAF WITH ALEF FINAL FORM FC81 ; mapped ; 0643 0644 # 1.1 ARABIC LIGATURE KAF WITH LAM FINAL FORM FC82 ; mapped ; 0643 0645 # 1.1 ARABIC LIGATURE KAF WITH MEEM FINAL FORM FC83 ; mapped ; 0643 0649 # 1.1 ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM FC84 ; mapped ; 0643 064A # 1.1 ARABIC LIGATURE KAF WITH YEH FINAL FORM FC85 ; mapped ; 0644 0645 # 1.1 ARABIC LIGATURE LAM WITH MEEM FINAL FORM FC86 ; mapped ; 0644 0649 # 1.1 ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM FC87 ; mapped ; 0644 064A # 1.1 ARABIC LIGATURE LAM WITH YEH FINAL FORM FC88 ; mapped ; 0645 0627 # 1.1 ARABIC LIGATURE MEEM WITH ALEF FINAL FORM FC89 ; mapped ; 0645 0645 # 1.1 ARABIC LIGATURE MEEM WITH MEEM FINAL FORM FC8A ; mapped ; 0646 0631 # 1.1 ARABIC LIGATURE NOON WITH REH FINAL FORM FC8B ; mapped ; 0646 0632 # 1.1 ARABIC LIGATURE NOON WITH ZAIN FINAL FORM FC8C ; mapped ; 0646 0645 # 1.1 ARABIC LIGATURE NOON WITH MEEM FINAL FORM FC8D ; mapped ; 0646 0646 # 1.1 ARABIC LIGATURE NOON WITH NOON FINAL FORM FC8E ; mapped ; 0646 0649 # 1.1 ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM FC8F ; mapped ; 0646 064A # 1.1 ARABIC LIGATURE NOON WITH YEH FINAL FORM FC90 ; mapped ; 0649 0670 # 1.1 ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM FC91 ; mapped ; 064A 0631 # 1.1 ARABIC LIGATURE YEH WITH REH FINAL FORM FC92 ; mapped ; 064A 0632 # 1.1 ARABIC LIGATURE YEH WITH ZAIN FINAL FORM FC93 ; mapped ; 064A 0645 # 1.1 ARABIC LIGATURE YEH WITH MEEM FINAL FORM FC94 ; mapped ; 064A 0646 # 1.1 ARABIC LIGATURE YEH WITH NOON FINAL FORM FC95 ; mapped ; 064A 0649 # 1.1 ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM FC96 ; mapped ; 064A 064A # 1.1 ARABIC LIGATURE YEH WITH YEH FINAL FORM FC97 ; mapped ; 0626 062C # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM FC98 ; mapped ; 0626 062D # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM FC99 ; mapped ; 0626 062E # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM FC9A ; mapped ; 0626 0645 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM FC9B ; mapped ; 0626 0647 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM FC9C ; mapped ; 0628 062C # 1.1 ARABIC LIGATURE BEH WITH JEEM INITIAL FORM FC9D ; mapped ; 0628 062D # 1.1 ARABIC LIGATURE BEH WITH HAH INITIAL FORM FC9E ; mapped ; 0628 062E # 1.1 ARABIC LIGATURE BEH WITH KHAH INITIAL FORM FC9F ; mapped ; 0628 0645 # 1.1 ARABIC LIGATURE BEH WITH MEEM INITIAL FORM FCA0 ; mapped ; 0628 0647 # 1.1 ARABIC LIGATURE BEH WITH HEH INITIAL FORM FCA1 ; mapped ; 062A 062C # 1.1 ARABIC LIGATURE TEH WITH JEEM INITIAL FORM FCA2 ; mapped ; 062A 062D # 1.1 ARABIC LIGATURE TEH WITH HAH INITIAL FORM FCA3 ; mapped ; 062A 062E # 1.1 ARABIC LIGATURE TEH WITH KHAH INITIAL FORM FCA4 ; mapped ; 062A 0645 # 1.1 ARABIC LIGATURE TEH WITH MEEM INITIAL FORM FCA5 ; mapped ; 062A 0647 # 1.1 ARABIC LIGATURE TEH WITH HEH INITIAL FORM FCA6 ; mapped ; 062B 0645 # 1.1 ARABIC LIGATURE THEH WITH MEEM INITIAL FORM FCA7 ; mapped ; 062C 062D # 1.1 ARABIC LIGATURE JEEM WITH HAH INITIAL FORM FCA8 ; mapped ; 062C 0645 # 1.1 ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM FCA9 ; mapped ; 062D 062C # 1.1 ARABIC LIGATURE HAH WITH JEEM INITIAL FORM FCAA ; mapped ; 062D 0645 # 1.1 ARABIC LIGATURE HAH WITH MEEM INITIAL FORM FCAB ; mapped ; 062E 062C # 1.1 ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM FCAC ; mapped ; 062E 0645 # 1.1 ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM FCAD ; mapped ; 0633 062C # 1.1 ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM FCAE ; mapped ; 0633 062D # 1.1 ARABIC LIGATURE SEEN WITH HAH INITIAL FORM FCAF ; mapped ; 0633 062E # 1.1 ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM FCB0 ; mapped ; 0633 0645 # 1.1 ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM FCB1 ; mapped ; 0635 062D # 1.1 ARABIC LIGATURE SAD WITH HAH INITIAL FORM FCB2 ; mapped ; 0635 062E # 1.1 ARABIC LIGATURE SAD WITH KHAH INITIAL FORM FCB3 ; mapped ; 0635 0645 # 1.1 ARABIC LIGATURE SAD WITH MEEM INITIAL FORM FCB4 ; mapped ; 0636 062C # 1.1 ARABIC LIGATURE DAD WITH JEEM INITIAL FORM FCB5 ; mapped ; 0636 062D # 1.1 ARABIC LIGATURE DAD WITH HAH INITIAL FORM FCB6 ; mapped ; 0636 062E # 1.1 ARABIC LIGATURE DAD WITH KHAH INITIAL FORM FCB7 ; mapped ; 0636 0645 # 1.1 ARABIC LIGATURE DAD WITH MEEM INITIAL FORM FCB8 ; mapped ; 0637 062D # 1.1 ARABIC LIGATURE TAH WITH HAH INITIAL FORM FCB9 ; mapped ; 0638 0645 # 1.1 ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM FCBA ; mapped ; 0639 062C # 1.1 ARABIC LIGATURE AIN WITH JEEM INITIAL FORM FCBB ; mapped ; 0639 0645 # 1.1 ARABIC LIGATURE AIN WITH MEEM INITIAL FORM FCBC ; mapped ; 063A 062C # 1.1 ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM FCBD ; mapped ; 063A 0645 # 1.1 ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM FCBE ; mapped ; 0641 062C # 1.1 ARABIC LIGATURE FEH WITH JEEM INITIAL FORM FCBF ; mapped ; 0641 062D # 1.1 ARABIC LIGATURE FEH WITH HAH INITIAL FORM FCC0 ; mapped ; 0641 062E # 1.1 ARABIC LIGATURE FEH WITH KHAH INITIAL FORM FCC1 ; mapped ; 0641 0645 # 1.1 ARABIC LIGATURE FEH WITH MEEM INITIAL FORM FCC2 ; mapped ; 0642 062D # 1.1 ARABIC LIGATURE QAF WITH HAH INITIAL FORM FCC3 ; mapped ; 0642 0645 # 1.1 ARABIC LIGATURE QAF WITH MEEM INITIAL FORM FCC4 ; mapped ; 0643 062C # 1.1 ARABIC LIGATURE KAF WITH JEEM INITIAL FORM FCC5 ; mapped ; 0643 062D # 1.1 ARABIC LIGATURE KAF WITH HAH INITIAL FORM FCC6 ; mapped ; 0643 062E # 1.1 ARABIC LIGATURE KAF WITH KHAH INITIAL FORM FCC7 ; mapped ; 0643 0644 # 1.1 ARABIC LIGATURE KAF WITH LAM INITIAL FORM FCC8 ; mapped ; 0643 0645 # 1.1 ARABIC LIGATURE KAF WITH MEEM INITIAL FORM FCC9 ; mapped ; 0644 062C # 1.1 ARABIC LIGATURE LAM WITH JEEM INITIAL FORM FCCA ; mapped ; 0644 062D # 1.1 ARABIC LIGATURE LAM WITH HAH INITIAL FORM FCCB ; mapped ; 0644 062E # 1.1 ARABIC LIGATURE LAM WITH KHAH INITIAL FORM FCCC ; mapped ; 0644 0645 # 1.1 ARABIC LIGATURE LAM WITH MEEM INITIAL FORM FCCD ; mapped ; 0644 0647 # 1.1 ARABIC LIGATURE LAM WITH HEH INITIAL FORM FCCE ; mapped ; 0645 062C # 1.1 ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM FCCF ; mapped ; 0645 062D # 1.1 ARABIC LIGATURE MEEM WITH HAH INITIAL FORM FCD0 ; mapped ; 0645 062E # 1.1 ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM FCD1 ; mapped ; 0645 0645 # 1.1 ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM FCD2 ; mapped ; 0646 062C # 1.1 ARABIC LIGATURE NOON WITH JEEM INITIAL FORM FCD3 ; mapped ; 0646 062D # 1.1 ARABIC LIGATURE NOON WITH HAH INITIAL FORM FCD4 ; mapped ; 0646 062E # 1.1 ARABIC LIGATURE NOON WITH KHAH INITIAL FORM FCD5 ; mapped ; 0646 0645 # 1.1 ARABIC LIGATURE NOON WITH MEEM INITIAL FORM FCD6 ; mapped ; 0646 0647 # 1.1 ARABIC LIGATURE NOON WITH HEH INITIAL FORM FCD7 ; mapped ; 0647 062C # 1.1 ARABIC LIGATURE HEH WITH JEEM INITIAL FORM FCD8 ; mapped ; 0647 0645 # 1.1 ARABIC LIGATURE HEH WITH MEEM INITIAL FORM FCD9 ; mapped ; 0647 0670 # 1.1 ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM FCDA ; mapped ; 064A 062C # 1.1 ARABIC LIGATURE YEH WITH JEEM INITIAL FORM FCDB ; mapped ; 064A 062D # 1.1 ARABIC LIGATURE YEH WITH HAH INITIAL FORM FCDC ; mapped ; 064A 062E # 1.1 ARABIC LIGATURE YEH WITH KHAH INITIAL FORM FCDD ; mapped ; 064A 0645 # 1.1 ARABIC LIGATURE YEH WITH MEEM INITIAL FORM FCDE ; mapped ; 064A 0647 # 1.1 ARABIC LIGATURE YEH WITH HEH INITIAL FORM FCDF ; mapped ; 0626 0645 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM FCE0 ; mapped ; 0626 0647 # 1.1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM FCE1 ; mapped ; 0628 0645 # 1.1 ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM FCE2 ; mapped ; 0628 0647 # 1.1 ARABIC LIGATURE BEH WITH HEH MEDIAL FORM FCE3 ; mapped ; 062A 0645 # 1.1 ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM FCE4 ; mapped ; 062A 0647 # 1.1 ARABIC LIGATURE TEH WITH HEH MEDIAL FORM FCE5 ; mapped ; 062B 0645 # 1.1 ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM FCE6 ; mapped ; 062B 0647 # 1.1 ARABIC LIGATURE THEH WITH HEH MEDIAL FORM FCE7 ; mapped ; 0633 0645 # 1.1 ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM FCE8 ; mapped ; 0633 0647 # 1.1 ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM FCE9 ; mapped ; 0634 0645 # 1.1 ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM FCEA ; mapped ; 0634 0647 # 1.1 ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM FCEB ; mapped ; 0643 0644 # 1.1 ARABIC LIGATURE KAF WITH LAM MEDIAL FORM FCEC ; mapped ; 0643 0645 # 1.1 ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM FCED ; mapped ; 0644 0645 # 1.1 ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM FCEE ; mapped ; 0646 0645 # 1.1 ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM FCEF ; mapped ; 0646 0647 # 1.1 ARABIC LIGATURE NOON WITH HEH MEDIAL FORM FCF0 ; mapped ; 064A 0645 # 1.1 ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM FCF1 ; mapped ; 064A 0647 # 1.1 ARABIC LIGATURE YEH WITH HEH MEDIAL FORM FCF2 ; mapped ; 0640 064E 0651 #1.1 ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM FCF3 ; mapped ; 0640 064F 0651 #1.1 ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM FCF4 ; mapped ; 0640 0650 0651 #1.1 ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM FCF5 ; mapped ; 0637 0649 # 1.1 ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM FCF6 ; mapped ; 0637 064A # 1.1 ARABIC LIGATURE TAH WITH YEH ISOLATED FORM FCF7 ; mapped ; 0639 0649 # 1.1 ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM FCF8 ; mapped ; 0639 064A # 1.1 ARABIC LIGATURE AIN WITH YEH ISOLATED FORM FCF9 ; mapped ; 063A 0649 # 1.1 ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM FCFA ; mapped ; 063A 064A # 1.1 ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM FCFB ; mapped ; 0633 0649 # 1.1 ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM FCFC ; mapped ; 0633 064A # 1.1 ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM FCFD ; mapped ; 0634 0649 # 1.1 ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM FCFE ; mapped ; 0634 064A # 1.1 ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM FCFF ; mapped ; 062D 0649 # 1.1 ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM FD00 ; mapped ; 062D 064A # 1.1 ARABIC LIGATURE HAH WITH YEH ISOLATED FORM FD01 ; mapped ; 062C 0649 # 1.1 ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM FD02 ; mapped ; 062C 064A # 1.1 ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM FD03 ; mapped ; 062E 0649 # 1.1 ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM FD04 ; mapped ; 062E 064A # 1.1 ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM FD05 ; mapped ; 0635 0649 # 1.1 ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM FD06 ; mapped ; 0635 064A # 1.1 ARABIC LIGATURE SAD WITH YEH ISOLATED FORM FD07 ; mapped ; 0636 0649 # 1.1 ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM FD08 ; mapped ; 0636 064A # 1.1 ARABIC LIGATURE DAD WITH YEH ISOLATED FORM FD09 ; mapped ; 0634 062C # 1.1 ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM FD0A ; mapped ; 0634 062D # 1.1 ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM FD0B ; mapped ; 0634 062E # 1.1 ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM FD0C ; mapped ; 0634 0645 # 1.1 ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM FD0D ; mapped ; 0634 0631 # 1.1 ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM FD0E ; mapped ; 0633 0631 # 1.1 ARABIC LIGATURE SEEN WITH REH ISOLATED FORM FD0F ; mapped ; 0635 0631 # 1.1 ARABIC LIGATURE SAD WITH REH ISOLATED FORM FD10 ; mapped ; 0636 0631 # 1.1 ARABIC LIGATURE DAD WITH REH ISOLATED FORM FD11 ; mapped ; 0637 0649 # 1.1 ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM FD12 ; mapped ; 0637 064A # 1.1 ARABIC LIGATURE TAH WITH YEH FINAL FORM FD13 ; mapped ; 0639 0649 # 1.1 ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM FD14 ; mapped ; 0639 064A # 1.1 ARABIC LIGATURE AIN WITH YEH FINAL FORM FD15 ; mapped ; 063A 0649 # 1.1 ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM FD16 ; mapped ; 063A 064A # 1.1 ARABIC LIGATURE GHAIN WITH YEH FINAL FORM FD17 ; mapped ; 0633 0649 # 1.1 ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM FD18 ; mapped ; 0633 064A # 1.1 ARABIC LIGATURE SEEN WITH YEH FINAL FORM FD19 ; mapped ; 0634 0649 # 1.1 ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM FD1A ; mapped ; 0634 064A # 1.1 ARABIC LIGATURE SHEEN WITH YEH FINAL FORM FD1B ; mapped ; 062D 0649 # 1.1 ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM FD1C ; mapped ; 062D 064A # 1.1 ARABIC LIGATURE HAH WITH YEH FINAL FORM FD1D ; mapped ; 062C 0649 # 1.1 ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM FD1E ; mapped ; 062C 064A # 1.1 ARABIC LIGATURE JEEM WITH YEH FINAL FORM FD1F ; mapped ; 062E 0649 # 1.1 ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM FD20 ; mapped ; 062E 064A # 1.1 ARABIC LIGATURE KHAH WITH YEH FINAL FORM FD21 ; mapped ; 0635 0649 # 1.1 ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM FD22 ; mapped ; 0635 064A # 1.1 ARABIC LIGATURE SAD WITH YEH FINAL FORM FD23 ; mapped ; 0636 0649 # 1.1 ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM FD24 ; mapped ; 0636 064A # 1.1 ARABIC LIGATURE DAD WITH YEH FINAL FORM FD25 ; mapped ; 0634 062C # 1.1 ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM FD26 ; mapped ; 0634 062D # 1.1 ARABIC LIGATURE SHEEN WITH HAH FINAL FORM FD27 ; mapped ; 0634 062E # 1.1 ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM FD28 ; mapped ; 0634 0645 # 1.1 ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM FD29 ; mapped ; 0634 0631 # 1.1 ARABIC LIGATURE SHEEN WITH REH FINAL FORM FD2A ; mapped ; 0633 0631 # 1.1 ARABIC LIGATURE SEEN WITH REH FINAL FORM FD2B ; mapped ; 0635 0631 # 1.1 ARABIC LIGATURE SAD WITH REH FINAL FORM FD2C ; mapped ; 0636 0631 # 1.1 ARABIC LIGATURE DAD WITH REH FINAL FORM FD2D ; mapped ; 0634 062C # 1.1 ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM FD2E ; mapped ; 0634 062D # 1.1 ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM FD2F ; mapped ; 0634 062E # 1.1 ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM FD30 ; mapped ; 0634 0645 # 1.1 ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM FD31 ; mapped ; 0633 0647 # 1.1 ARABIC LIGATURE SEEN WITH HEH INITIAL FORM FD32 ; mapped ; 0634 0647 # 1.1 ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM FD33 ; mapped ; 0637 0645 # 1.1 ARABIC LIGATURE TAH WITH MEEM INITIAL FORM FD34 ; mapped ; 0633 062C # 1.1 ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM FD35 ; mapped ; 0633 062D # 1.1 ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM FD36 ; mapped ; 0633 062E # 1.1 ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM FD37 ; mapped ; 0634 062C # 1.1 ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM FD38 ; mapped ; 0634 062D # 1.1 ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM FD39 ; mapped ; 0634 062E # 1.1 ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM FD3A ; mapped ; 0637 0645 # 1.1 ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM FD3B ; mapped ; 0638 0645 # 1.1 ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM FD3C..FD3D ; mapped ; 0627 064B # 1.1 ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD3E..FD3F ; valid ; ; NV8 # 1.1 ORNATE LEFT PARENTHESIS..ORNATE RIGHT PARENTHESIS FD40..FD4F ; disallowed # NA <reserved-FD40>..<reserved-FD4F> FD50 ; mapped ; 062A 062C 0645 #1.1 ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM FD51..FD52 ; mapped ; 062A 062D 062C #1.1 ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM..ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM FD53 ; mapped ; 062A 062D 0645 #1.1 ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM FD54 ; mapped ; 062A 062E 0645 #1.1 ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM FD55 ; mapped ; 062A 0645 062C #1.1 ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM FD56 ; mapped ; 062A 0645 062D #1.1 ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM FD57 ; mapped ; 062A 0645 062E #1.1 ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM FD58..FD59 ; mapped ; 062C 0645 062D #1.1 ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM FD5A ; mapped ; 062D 0645 064A #1.1 ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM FD5B ; mapped ; 062D 0645 0649 #1.1 ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM FD5C ; mapped ; 0633 062D 062C #1.1 ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM FD5D ; mapped ; 0633 062C 062D #1.1 ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM FD5E ; mapped ; 0633 062C 0649 #1.1 ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM FD5F..FD60 ; mapped ; 0633 0645 062D #1.1 ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM FD61 ; mapped ; 0633 0645 062C #1.1 ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM FD62..FD63 ; mapped ; 0633 0645 0645 #1.1 ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM FD64..FD65 ; mapped ; 0635 062D 062D #1.1 ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM..ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM FD66 ; mapped ; 0635 0645 0645 #1.1 ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM FD67..FD68 ; mapped ; 0634 062D 0645 #1.1 ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM..ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM FD69 ; mapped ; 0634 062C 064A #1.1 ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM FD6A..FD6B ; mapped ; 0634 0645 062E #1.1 ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM..ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM FD6C..FD6D ; mapped ; 0634 0645 0645 #1.1 ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM FD6E ; mapped ; 0636 062D 0649 #1.1 ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM FD6F..FD70 ; mapped ; 0636 062E 0645 #1.1 ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM..ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM FD71..FD72 ; mapped ; 0637 0645 062D #1.1 ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM FD73 ; mapped ; 0637 0645 0645 #1.1 ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM FD74 ; mapped ; 0637 0645 064A #1.1 ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM FD75 ; mapped ; 0639 062C 0645 #1.1 ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM FD76..FD77 ; mapped ; 0639 0645 0645 #1.1 ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM FD78 ; mapped ; 0639 0645 0649 #1.1 ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM FD79 ; mapped ; 063A 0645 0645 #1.1 ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM FD7A ; mapped ; 063A 0645 064A #1.1 ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM FD7B ; mapped ; 063A 0645 0649 #1.1 ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM FD7C..FD7D ; mapped ; 0641 062E 0645 #1.1 ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM..ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM FD7E ; mapped ; 0642 0645 062D #1.1 ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM FD7F ; mapped ; 0642 0645 0645 #1.1 ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM FD80 ; mapped ; 0644 062D 0645 #1.1 ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM FD81 ; mapped ; 0644 062D 064A #1.1 ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM FD82 ; mapped ; 0644 062D 0649 #1.1 ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM FD83..FD84 ; mapped ; 0644 062C 062C #1.1 ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM..ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM FD85..FD86 ; mapped ; 0644 062E 0645 #1.1 ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM..ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM FD87..FD88 ; mapped ; 0644 0645 062D #1.1 ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM FD89 ; mapped ; 0645 062D 062C #1.1 ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM FD8A ; mapped ; 0645 062D 0645 #1.1 ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM FD8B ; mapped ; 0645 062D 064A #1.1 ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM FD8C ; mapped ; 0645 062C 062D #1.1 ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM FD8D ; mapped ; 0645 062C 0645 #1.1 ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM FD8E ; mapped ; 0645 062E 062C #1.1 ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM FD8F ; mapped ; 0645 062E 0645 #1.1 ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD90..FD91 ; disallowed # NA <reserved-FD90>..<reserved-FD91> FD92 ; mapped ; 0645 062C 062E #1.1 ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM FD93 ; mapped ; 0647 0645 062C #1.1 ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM FD94 ; mapped ; 0647 0645 0645 #1.1 ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM FD95 ; mapped ; 0646 062D 0645 #1.1 ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM FD96 ; mapped ; 0646 062D 0649 #1.1 ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM FD97..FD98 ; mapped ; 0646 062C 0645 #1.1 ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM FD99 ; mapped ; 0646 062C 0649 #1.1 ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM FD9A ; mapped ; 0646 0645 064A #1.1 ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM FD9B ; mapped ; 0646 0645 0649 #1.1 ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM FD9C..FD9D ; mapped ; 064A 0645 0645 #1.1 ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM FD9E ; mapped ; 0628 062E 064A #1.1 ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM FD9F ; mapped ; 062A 062C 064A #1.1 ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM FDA0 ; mapped ; 062A 062C 0649 #1.1 ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM FDA1 ; mapped ; 062A 062E 064A #1.1 ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM FDA2 ; mapped ; 062A 062E 0649 #1.1 ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM FDA3 ; mapped ; 062A 0645 064A #1.1 ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM FDA4 ; mapped ; 062A 0645 0649 #1.1 ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM FDA5 ; mapped ; 062C 0645 064A #1.1 ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM FDA6 ; mapped ; 062C 062D 0649 #1.1 ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM FDA7 ; mapped ; 062C 0645 0649 #1.1 ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM FDA8 ; mapped ; 0633 062E 0649 #1.1 ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM FDA9 ; mapped ; 0635 062D 064A #1.1 ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM FDAA ; mapped ; 0634 062D 064A #1.1 ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM FDAB ; mapped ; 0636 062D 064A #1.1 ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM FDAC ; mapped ; 0644 062C 064A #1.1 ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM FDAD ; mapped ; 0644 0645 064A #1.1 ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM FDAE ; mapped ; 064A 062D 064A #1.1 ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM FDAF ; mapped ; 064A 062C 064A #1.1 ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM FDB0 ; mapped ; 064A 0645 064A #1.1 ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM FDB1 ; mapped ; 0645 0645 064A #1.1 ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM FDB2 ; mapped ; 0642 0645 064A #1.1 ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM FDB3 ; mapped ; 0646 062D 064A #1.1 ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM FDB4 ; mapped ; 0642 0645 062D #1.1 ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM FDB5 ; mapped ; 0644 062D 0645 #1.1 ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM FDB6 ; mapped ; 0639 0645 064A #1.1 ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM FDB7 ; mapped ; 0643 0645 064A #1.1 ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM FDB8 ; mapped ; 0646 062C 062D #1.1 ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM FDB9 ; mapped ; 0645 062E 064A #1.1 ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM FDBA ; mapped ; 0644 062C 0645 #1.1 ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM FDBB ; mapped ; 0643 0645 0645 #1.1 ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM FDBC ; mapped ; 0644 062C 0645 #1.1 ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM FDBD ; mapped ; 0646 062C 062D #1.1 ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM FDBE ; mapped ; 062C 062D 064A #1.1 ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM FDBF ; mapped ; 062D 062C 064A #1.1 ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM FDC0 ; mapped ; 0645 062C 064A #1.1 ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM FDC1 ; mapped ; 0641 0645 064A #1.1 ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM FDC2 ; mapped ; 0628 062D 064A #1.1 ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM FDC3 ; mapped ; 0643 0645 0645 #1.1 ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM FDC4 ; mapped ; 0639 062C 0645 #1.1 ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM FDC5 ; mapped ; 0635 0645 0645 #1.1 ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM FDC6 ; mapped ; 0633 062E 064A #1.1 ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM FDC7 ; mapped ; 0646 062C 064A #1.1 ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDC8..FDCF ; disallowed # NA <reserved-FDC8>..<reserved-FDCF> FDD0..FDEF ; disallowed # 3.1 <noncharacter-FDD0>..<noncharacter-FDEF> FDF0 ; mapped ; 0635 0644 06D2 #1.1 ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM FDF1 ; mapped ; 0642 0644 06D2 #1.1 ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM FDF2 ; mapped ; 0627 0644 0644 0647 #1.1 ARABIC LIGATURE ALLAH ISOLATED FORM FDF3 ; mapped ; 0627 0643 0628 0631 #1.1 ARABIC LIGATURE AKBAR ISOLATED FORM FDF4 ; mapped ; 0645 062D 0645 062F #1.1 ARABIC LIGATURE MOHAMMAD ISOLATED FORM FDF5 ; mapped ; 0635 0644 0639 0645 #1.1 ARABIC LIGATURE SALAM ISOLATED FORM FDF6 ; mapped ; 0631 0633 0648 0644 #1.1 ARABIC LIGATURE RASOUL ISOLATED FORM FDF7 ; mapped ; 0639 0644 064A 0647 #1.1 ARABIC LIGATURE ALAYHE ISOLATED FORM FDF8 ; mapped ; 0648 0633 0644 0645 #1.1 ARABIC LIGATURE WASALLAM ISOLATED FORM FDF9 ; mapped ; 0635 0644 0649 #1.1 ARABIC LIGATURE SALLA ISOLATED FORM FDFA ; disallowed_STD3_mapped ; 0635 0644 0649 0020 0627 0644 0644 0647 0020 0639 0644 064A 0647 0020 0648 0633 0644 0645 #1.1 ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM FDFB ; disallowed_STD3_mapped ; 062C 0644 0020 062C 0644 0627 0644 0647 #1.1 ARABIC LIGATURE JALLAJALALOUHOU FDFC ; mapped ; 0631 06CC 0627 0644 #3.2 RIAL SIGN FDFD ; valid ; ; NV8 # 4.0 ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM FDFE..FDFF ; disallowed # NA <reserved-FDFE>..<reserved-FDFF> FE00..FE0F ; ignored # 3.2 VARIATION SELECTOR-1..VARIATION SELECTOR-16 FE10 ; disallowed_STD3_mapped ; 002C # 4.1 PRESENTATION FORM FOR VERTICAL COMMA FE11 ; mapped ; 3001 # 4.1 PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA FE12 ; disallowed # 4.1 PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP FE13 ; disallowed_STD3_mapped ; 003A # 4.1 PRESENTATION FORM FOR VERTICAL COLON FE14 ; disallowed_STD3_mapped ; 003B # 4.1 PRESENTATION FORM FOR VERTICAL SEMICOLON FE15 ; disallowed_STD3_mapped ; 0021 # 4.1 PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK FE16 ; disallowed_STD3_mapped ; 003F # 4.1 PRESENTATION FORM FOR VERTICAL QUESTION MARK FE17 ; mapped ; 3016 # 4.1 PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET FE18 ; mapped ; 3017 # 4.1 PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET FE19 ; disallowed # 4.1 PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE1A..FE1F ; disallowed # NA <reserved-FE1A>..<reserved-FE1F> FE20..FE23 ; valid # 1.1 COMBINING LIGATURE LEFT HALF..COMBINING DOUBLE TILDE RIGHT HALF FE24..FE26 ; valid # 5.1 COMBINING MACRON LEFT HALF..COMBINING CONJOINING MACRON FE27..FE2F ; disallowed # NA <reserved-FE27>..<reserved-FE2F> FE30 ; disallowed # 1.1 PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE31 ; mapped ; 2014 # 1.1 PRESENTATION FORM FOR VERTICAL EM DASH FE32 ; mapped ; 2013 # 1.1 PRESENTATION FORM FOR VERTICAL EN DASH FE33..FE34 ; disallowed_STD3_mapped ; 005F # 1.1 PRESENTATION FORM FOR VERTICAL LOW LINE..PRESENTATION FORM FOR VERTICAL WAVY LOW LINE FE35 ; disallowed_STD3_mapped ; 0028 # 1.1 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS FE36 ; disallowed_STD3_mapped ; 0029 # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS FE37 ; disallowed_STD3_mapped ; 007B # 1.1 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET FE38 ; disallowed_STD3_mapped ; 007D # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET FE39 ; mapped ; 3014 # 1.1 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET FE3A ; mapped ; 3015 # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET FE3B ; mapped ; 3010 # 1.1 PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET FE3C ; mapped ; 3011 # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET FE3D ; mapped ; 300A # 1.1 PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET FE3E ; mapped ; 300B # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET FE3F ; mapped ; 3008 # 1.1 PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET FE40 ; mapped ; 3009 # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET FE41 ; mapped ; 300C # 1.1 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET FE42 ; mapped ; 300D # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET FE43 ; mapped ; 300E # 1.1 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET FE44 ; mapped ; 300F # 1.1 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET FE45..FE46 ; valid ; ; NV8 # 3.2 SESAME DOT..WHITE SESAME DOT FE47 ; disallowed_STD3_mapped ; 005B # 4.0 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET FE48 ; disallowed_STD3_mapped ; 005D # 4.0 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET FE49..FE4C ; disallowed_STD3_mapped ; 0020 0305 # 1.1 DASHED OVERLINE..DOUBLE WAVY OVERLINE FE4D..FE4F ; disallowed_STD3_mapped ; 005F # 1.1 DASHED LOW LINE..WAVY LOW LINE FE50 ; disallowed_STD3_mapped ; 002C # 1.1 SMALL COMMA FE51 ; mapped ; 3001 # 1.1 SMALL IDEOGRAPHIC COMMA FE52 ; disallowed # 1.1 SMALL FULL STOP FE53 ; disallowed # NA <reserved-FE53> FE54 ; disallowed_STD3_mapped ; 003B # 1.1 SMALL SEMICOLON FE55 ; disallowed_STD3_mapped ; 003A # 1.1 SMALL COLON FE56 ; disallowed_STD3_mapped ; 003F # 1.1 SMALL QUESTION MARK FE57 ; disallowed_STD3_mapped ; 0021 # 1.1 SMALL EXCLAMATION MARK FE58 ; mapped ; 2014 # 1.1 SMALL EM DASH FE59 ; disallowed_STD3_mapped ; 0028 # 1.1 SMALL LEFT PARENTHESIS FE5A ; disallowed_STD3_mapped ; 0029 # 1.1 SMALL RIGHT PARENTHESIS FE5B ; disallowed_STD3_mapped ; 007B # 1.1 SMALL LEFT CURLY BRACKET FE5C ; disallowed_STD3_mapped ; 007D # 1.1 SMALL RIGHT CURLY BRACKET FE5D ; mapped ; 3014 # 1.1 SMALL LEFT TORTOISE SHELL BRACKET FE5E ; mapped ; 3015 # 1.1 SMALL RIGHT TORTOISE SHELL BRACKET FE5F ; disallowed_STD3_mapped ; 0023 # 1.1 SMALL NUMBER SIGN FE60 ; disallowed_STD3_mapped ; 0026 # 1.1 SMALL AMPERSAND FE61 ; disallowed_STD3_mapped ; 002A # 1.1 SMALL ASTERISK FE62 ; disallowed_STD3_mapped ; 002B # 1.1 SMALL PLUS SIGN FE63 ; mapped ; 002D # 1.1 SMALL HYPHEN-MINUS FE64 ; disallowed_STD3_mapped ; 003C # 1.1 SMALL LESS-THAN SIGN FE65 ; disallowed_STD3_mapped ; 003E # 1.1 SMALL GREATER-THAN SIGN FE66 ; disallowed_STD3_mapped ; 003D # 1.1 SMALL EQUALS SIGN FE67 ; disallowed # NA <reserved-FE67> FE68 ; disallowed_STD3_mapped ; 005C # 1.1 SMALL REVERSE SOLIDUS FE69 ; disallowed_STD3_mapped ; 0024 # 1.1 SMALL DOLLAR SIGN FE6A ; disallowed_STD3_mapped ; 0025 # 1.1 SMALL PERCENT SIGN FE6B ; disallowed_STD3_mapped ; 0040 # 1.1 SMALL COMMERCIAL AT FE6C..FE6F ; disallowed # NA <reserved-FE6C>..<reserved-FE6F> FE70 ; disallowed_STD3_mapped ; 0020 064B # 1.1 ARABIC FATHATAN ISOLATED FORM FE71 ; mapped ; 0640 064B # 1.1 ARABIC TATWEEL WITH FATHATAN ABOVE FE72 ; disallowed_STD3_mapped ; 0020 064C # 1.1 ARABIC DAMMATAN ISOLATED FORM FE73 ; valid # 3.2 ARABIC TAIL FRAGMENT FE74 ; disallowed_STD3_mapped ; 0020 064D # 1.1 ARABIC KASRATAN ISOLATED FORM FE75 ; disallowed # NA <reserved-FE75> FE76 ; disallowed_STD3_mapped ; 0020 064E # 1.1 ARABIC FATHA ISOLATED FORM FE77 ; mapped ; 0640 064E # 1.1 ARABIC FATHA MEDIAL FORM FE78 ; disallowed_STD3_mapped ; 0020 064F # 1.1 ARABIC DAMMA ISOLATED FORM FE79 ; mapped ; 0640 064F # 1.1 ARABIC DAMMA MEDIAL FORM FE7A ; disallowed_STD3_mapped ; 0020 0650 # 1.1 ARABIC KASRA ISOLATED FORM FE7B ; mapped ; 0640 0650 # 1.1 ARABIC KASRA MEDIAL FORM FE7C ; disallowed_STD3_mapped ; 0020 0651 # 1.1 ARABIC SHADDA ISOLATED FORM FE7D ; mapped ; 0640 0651 # 1.1 ARABIC SHADDA MEDIAL FORM FE7E ; disallowed_STD3_mapped ; 0020 0652 # 1.1 ARABIC SUKUN ISOLATED FORM FE7F ; mapped ; 0640 0652 # 1.1 ARABIC SUKUN MEDIAL FORM FE80 ; mapped ; 0621 # 1.1 ARABIC LETTER HAMZA ISOLATED FORM FE81..FE82 ; mapped ; 0622 # 1.1 ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM FE83..FE84 ; mapped ; 0623 # 1.1 ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM FE85..FE86 ; mapped ; 0624 # 1.1 ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM FE87..FE88 ; mapped ; 0625 # 1.1 ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM..ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM FE89..FE8C ; mapped ; 0626 # 1.1 ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM FE8D..FE8E ; mapped ; 0627 # 1.1 ARABIC LETTER ALEF ISOLATED FORM..ARABIC LETTER ALEF FINAL FORM FE8F..FE92 ; mapped ; 0628 # 1.1 ARABIC LETTER BEH ISOLATED FORM..ARABIC LETTER BEH MEDIAL FORM FE93..FE94 ; mapped ; 0629 # 1.1 ARABIC LETTER TEH MARBUTA ISOLATED FORM..ARABIC LETTER TEH MARBUTA FINAL FORM FE95..FE98 ; mapped ; 062A # 1.1 ARABIC LETTER TEH ISOLATED FORM..ARABIC LETTER TEH MEDIAL FORM FE99..FE9C ; mapped ; 062B # 1.1 ARABIC LETTER THEH ISOLATED FORM..ARABIC LETTER THEH MEDIAL FORM FE9D..FEA0 ; mapped ; 062C # 1.1 ARABIC LETTER JEEM ISOLATED FORM..ARABIC LETTER JEEM MEDIAL FORM FEA1..FEA4 ; mapped ; 062D # 1.1 ARABIC LETTER HAH ISOLATED FORM..ARABIC LETTER HAH MEDIAL FORM FEA5..FEA8 ; mapped ; 062E # 1.1 ARABIC LETTER KHAH ISOLATED FORM..ARABIC LETTER KHAH MEDIAL FORM FEA9..FEAA ; mapped ; 062F # 1.1 ARABIC LETTER DAL ISOLATED FORM..ARABIC LETTER DAL FINAL FORM FEAB..FEAC ; mapped ; 0630 # 1.1 ARABIC LETTER THAL ISOLATED FORM..ARABIC LETTER THAL FINAL FORM FEAD..FEAE ; mapped ; 0631 # 1.1 ARABIC LETTER REH ISOLATED FORM..ARABIC LETTER REH FINAL FORM FEAF..FEB0 ; mapped ; 0632 # 1.1 ARABIC LETTER ZAIN ISOLATED FORM..ARABIC LETTER ZAIN FINAL FORM FEB1..FEB4 ; mapped ; 0633 # 1.1 ARABIC LETTER SEEN ISOLATED FORM..ARABIC LETTER SEEN MEDIAL FORM FEB5..FEB8 ; mapped ; 0634 # 1.1 ARABIC LETTER SHEEN ISOLATED FORM..ARABIC LETTER SHEEN MEDIAL FORM FEB9..FEBC ; mapped ; 0635 # 1.1 ARABIC LETTER SAD ISOLATED FORM..ARABIC LETTER SAD MEDIAL FORM FEBD..FEC0 ; mapped ; 0636 # 1.1 ARABIC LETTER DAD ISOLATED FORM..ARABIC LETTER DAD MEDIAL FORM FEC1..FEC4 ; mapped ; 0637 # 1.1 ARABIC LETTER TAH ISOLATED FORM..ARABIC LETTER TAH MEDIAL FORM FEC5..FEC8 ; mapped ; 0638 # 1.1 ARABIC LETTER ZAH ISOLATED FORM..ARABIC LETTER ZAH MEDIAL FORM FEC9..FECC ; mapped ; 0639 # 1.1 ARABIC LETTER AIN ISOLATED FORM..ARABIC LETTER AIN MEDIAL FORM FECD..FED0 ; mapped ; 063A # 1.1 ARABIC LETTER GHAIN ISOLATED FORM..ARABIC LETTER GHAIN MEDIAL FORM FED1..FED4 ; mapped ; 0641 # 1.1 ARABIC LETTER FEH ISOLATED FORM..ARABIC LETTER FEH MEDIAL FORM FED5..FED8 ; mapped ; 0642 # 1.1 ARABIC LETTER QAF ISOLATED FORM..ARABIC LETTER QAF MEDIAL FORM FED9..FEDC ; mapped ; 0643 # 1.1 ARABIC LETTER KAF ISOLATED FORM..ARABIC LETTER KAF MEDIAL FORM FEDD..FEE0 ; mapped ; 0644 # 1.1 ARABIC LETTER LAM ISOLATED FORM..ARABIC LETTER LAM MEDIAL FORM FEE1..FEE4 ; mapped ; 0645 # 1.1 ARABIC LETTER MEEM ISOLATED FORM..ARABIC LETTER MEEM MEDIAL FORM FEE5..FEE8 ; mapped ; 0646 # 1.1 ARABIC LETTER NOON ISOLATED FORM..ARABIC LETTER NOON MEDIAL FORM FEE9..FEEC ; mapped ; 0647 # 1.1 ARABIC LETTER HEH ISOLATED FORM..ARABIC LETTER HEH MEDIAL FORM FEED..FEEE ; mapped ; 0648 # 1.1 ARABIC LETTER WAW ISOLATED FORM..ARABIC LETTER WAW FINAL FORM FEEF..FEF0 ; mapped ; 0649 # 1.1 ARABIC LETTER ALEF MAKSURA ISOLATED FORM..ARABIC LETTER ALEF MAKSURA FINAL FORM FEF1..FEF4 ; mapped ; 064A # 1.1 ARABIC LETTER YEH ISOLATED FORM..ARABIC LETTER YEH MEDIAL FORM FEF5..FEF6 ; mapped ; 0644 0622 # 1.1 ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM FEF7..FEF8 ; mapped ; 0644 0623 # 1.1 ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM FEF9..FEFA ; mapped ; 0644 0625 # 1.1 ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM FEFB..FEFC ; mapped ; 0644 0627 # 1.1 ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FEFD..FEFE ; disallowed # NA <reserved-FEFD>..<reserved-FEFE> FEFF ; ignored # 1.1 ZERO WIDTH NO-BREAK SPACE FF00 ; disallowed # NA <reserved-FF00> FF01 ; disallowed_STD3_mapped ; 0021 # 1.1 FULLWIDTH EXCLAMATION MARK FF02 ; disallowed_STD3_mapped ; 0022 # 1.1 FULLWIDTH QUOTATION MARK FF03 ; disallowed_STD3_mapped ; 0023 # 1.1 FULLWIDTH NUMBER SIGN FF04 ; disallowed_STD3_mapped ; 0024 # 1.1 FULLWIDTH DOLLAR SIGN FF05 ; disallowed_STD3_mapped ; 0025 # 1.1 FULLWIDTH PERCENT SIGN FF06 ; disallowed_STD3_mapped ; 0026 # 1.1 FULLWIDTH AMPERSAND FF07 ; disallowed_STD3_mapped ; 0027 # 1.1 FULLWIDTH APOSTROPHE FF08 ; disallowed_STD3_mapped ; 0028 # 1.1 FULLWIDTH LEFT PARENTHESIS FF09 ; disallowed_STD3_mapped ; 0029 # 1.1 FULLWIDTH RIGHT PARENTHESIS FF0A ; disallowed_STD3_mapped ; 002A # 1.1 FULLWIDTH ASTERISK FF0B ; disallowed_STD3_mapped ; 002B # 1.1 FULLWIDTH PLUS SIGN FF0C ; disallowed_STD3_mapped ; 002C # 1.1 FULLWIDTH COMMA FF0D ; mapped ; 002D # 1.1 FULLWIDTH HYPHEN-MINUS FF0E ; mapped ; 002E # 1.1 FULLWIDTH FULL STOP FF0F ; disallowed_STD3_mapped ; 002F # 1.1 FULLWIDTH SOLIDUS FF10 ; mapped ; 0030 # 1.1 FULLWIDTH DIGIT ZERO FF11 ; mapped ; 0031 # 1.1 FULLWIDTH DIGIT ONE FF12 ; mapped ; 0032 # 1.1 FULLWIDTH DIGIT TWO FF13 ; mapped ; 0033 # 1.1 FULLWIDTH DIGIT THREE FF14 ; mapped ; 0034 # 1.1 FULLWIDTH DIGIT FOUR FF15 ; mapped ; 0035 # 1.1 FULLWIDTH DIGIT FIVE FF16 ; mapped ; 0036 # 1.1 FULLWIDTH DIGIT SIX FF17 ; mapped ; 0037 # 1.1 FULLWIDTH DIGIT SEVEN FF18 ; mapped ; 0038 # 1.1 FULLWIDTH DIGIT EIGHT FF19 ; mapped ; 0039 # 1.1 FULLWIDTH DIGIT NINE FF1A ; disallowed_STD3_mapped ; 003A # 1.1 FULLWIDTH COLON FF1B ; disallowed_STD3_mapped ; 003B # 1.1 FULLWIDTH SEMICOLON FF1C ; disallowed_STD3_mapped ; 003C # 1.1 FULLWIDTH LESS-THAN SIGN FF1D ; disallowed_STD3_mapped ; 003D # 1.1 FULLWIDTH EQUALS SIGN FF1E ; disallowed_STD3_mapped ; 003E # 1.1 FULLWIDTH GREATER-THAN SIGN FF1F ; disallowed_STD3_mapped ; 003F # 1.1 FULLWIDTH QUESTION MARK FF20 ; disallowed_STD3_mapped ; 0040 # 1.1 FULLWIDTH COMMERCIAL AT FF21 ; mapped ; 0061 # 1.1 FULLWIDTH LATIN CAPITAL LETTER A FF22 ; mapped ; 0062 # 1.1 FULLWIDTH LATIN CAPITAL LETTER B FF23 ; mapped ; 0063 # 1.1 FULLWIDTH LATIN CAPITAL LETTER C FF24 ; mapped ; 0064 # 1.1 FULLWIDTH LATIN CAPITAL LETTER D FF25 ; mapped ; 0065 # 1.1 FULLWIDTH LATIN CAPITAL LETTER E FF26 ; mapped ; 0066 # 1.1 FULLWIDTH LATIN CAPITAL LETTER F FF27 ; mapped ; 0067 # 1.1 FULLWIDTH LATIN CAPITAL LETTER G FF28 ; mapped ; 0068 # 1.1 FULLWIDTH LATIN CAPITAL LETTER H FF29 ; mapped ; 0069 # 1.1 FULLWIDTH LATIN CAPITAL LETTER I FF2A ; mapped ; 006A # 1.1 FULLWIDTH LATIN CAPITAL LETTER J FF2B ; mapped ; 006B # 1.1 FULLWIDTH LATIN CAPITAL LETTER K FF2C ; mapped ; 006C # 1.1 FULLWIDTH LATIN CAPITAL LETTER L FF2D ; mapped ; 006D # 1.1 FULLWIDTH LATIN CAPITAL LETTER M FF2E ; mapped ; 006E # 1.1 FULLWIDTH LATIN CAPITAL LETTER N FF2F ; mapped ; 006F # 1.1 FULLWIDTH LATIN CAPITAL LETTER O FF30 ; mapped ; 0070 # 1.1 FULLWIDTH LATIN CAPITAL LETTER P FF31 ; mapped ; 0071 # 1.1 FULLWIDTH LATIN CAPITAL LETTER Q FF32 ; mapped ; 0072 # 1.1 FULLWIDTH LATIN CAPITAL LETTER R FF33 ; mapped ; 0073 # 1.1 FULLWIDTH LATIN CAPITAL LETTER S FF34 ; mapped ; 0074 # 1.1 FULLWIDTH LATIN CAPITAL LETTER T FF35 ; mapped ; 0075 # 1.1 FULLWIDTH LATIN CAPITAL LETTER U FF36 ; mapped ; 0076 # 1.1 FULLWIDTH LATIN CAPITAL LETTER V FF37 ; mapped ; 0077 # 1.1 FULLWIDTH LATIN CAPITAL LETTER W FF38 ; mapped ; 0078 # 1.1 FULLWIDTH LATIN CAPITAL LETTER X FF39 ; mapped ; 0079 # 1.1 FULLWIDTH LATIN CAPITAL LETTER Y FF3A ; mapped ; 007A # 1.1 FULLWIDTH LATIN CAPITAL LETTER Z FF3B ; disallowed_STD3_mapped ; 005B # 1.1 FULLWIDTH LEFT SQUARE BRACKET FF3C ; disallowed_STD3_mapped ; 005C # 1.1 FULLWIDTH REVERSE SOLIDUS FF3D ; disallowed_STD3_mapped ; 005D # 1.1 FULLWIDTH RIGHT SQUARE BRACKET FF3E ; disallowed_STD3_mapped ; 005E # 1.1 FULLWIDTH CIRCUMFLEX ACCENT FF3F ; disallowed_STD3_mapped ; 005F # 1.1 FULLWIDTH LOW LINE FF40 ; disallowed_STD3_mapped ; 0060 # 1.1 FULLWIDTH GRAVE ACCENT FF41 ; mapped ; 0061 # 1.1 FULLWIDTH LATIN SMALL LETTER A FF42 ; mapped ; 0062 # 1.1 FULLWIDTH LATIN SMALL LETTER B FF43 ; mapped ; 0063 # 1.1 FULLWIDTH LATIN SMALL LETTER C FF44 ; mapped ; 0064 # 1.1 FULLWIDTH LATIN SMALL LETTER D FF45 ; mapped ; 0065 # 1.1 FULLWIDTH LATIN SMALL LETTER E FF46 ; mapped ; 0066 # 1.1 FULLWIDTH LATIN SMALL LETTER F FF47 ; mapped ; 0067 # 1.1 FULLWIDTH LATIN SMALL LETTER G FF48 ; mapped ; 0068 # 1.1 FULLWIDTH LATIN SMALL LETTER H FF49 ; mapped ; 0069 # 1.1 FULLWIDTH LATIN SMALL LETTER I FF4A ; mapped ; 006A # 1.1 FULLWIDTH LATIN SMALL LETTER J FF4B ; mapped ; 006B # 1.1 FULLWIDTH LATIN SMALL LETTER K FF4C ; mapped ; 006C # 1.1 FULLWIDTH LATIN SMALL LETTER L FF4D ; mapped ; 006D # 1.1 FULLWIDTH LATIN SMALL LETTER M FF4E ; mapped ; 006E # 1.1 FULLWIDTH LATIN SMALL LETTER N FF4F ; mapped ; 006F # 1.1 FULLWIDTH LATIN SMALL LETTER O FF50 ; mapped ; 0070 # 1.1 FULLWIDTH LATIN SMALL LETTER P FF51 ; mapped ; 0071 # 1.1 FULLWIDTH LATIN SMALL LETTER Q FF52 ; mapped ; 0072 # 1.1 FULLWIDTH LATIN SMALL LETTER R FF53 ; mapped ; 0073 # 1.1 FULLWIDTH LATIN SMALL LETTER S FF54 ; mapped ; 0074 # 1.1 FULLWIDTH LATIN SMALL LETTER T FF55 ; mapped ; 0075 # 1.1 FULLWIDTH LATIN SMALL LETTER U FF56 ; mapped ; 0076 # 1.1 FULLWIDTH LATIN SMALL LETTER V FF57 ; mapped ; 0077 # 1.1 FULLWIDTH LATIN SMALL LETTER W FF58 ; mapped ; 0078 # 1.1 FULLWIDTH LATIN SMALL LETTER X FF59 ; mapped ; 0079 # 1.1 FULLWIDTH LATIN SMALL LETTER Y FF5A ; mapped ; 007A # 1.1 FULLWIDTH LATIN SMALL LETTER Z FF5B ; disallowed_STD3_mapped ; 007B # 1.1 FULLWIDTH LEFT CURLY BRACKET FF5C ; disallowed_STD3_mapped ; 007C # 1.1 FULLWIDTH VERTICAL LINE FF5D ; disallowed_STD3_mapped ; 007D # 1.1 FULLWIDTH RIGHT CURLY BRACKET FF5E ; disallowed_STD3_mapped ; 007E # 1.1 FULLWIDTH TILDE FF5F ; mapped ; 2985 # 3.2 FULLWIDTH LEFT WHITE PARENTHESIS FF60 ; mapped ; 2986 # 3.2 FULLWIDTH RIGHT WHITE PARENTHESIS FF61 ; mapped ; 002E # 1.1 HALFWIDTH IDEOGRAPHIC FULL STOP FF62 ; mapped ; 300C # 1.1 HALFWIDTH LEFT CORNER BRACKET FF63 ; mapped ; 300D # 1.1 HALFWIDTH RIGHT CORNER BRACKET FF64 ; mapped ; 3001 # 1.1 HALFWIDTH IDEOGRAPHIC COMMA FF65 ; mapped ; 30FB # 1.1 HALFWIDTH KATAKANA MIDDLE DOT FF66 ; mapped ; 30F2 # 1.1 HALFWIDTH KATAKANA LETTER WO FF67 ; mapped ; 30A1 # 1.1 HALFWIDTH KATAKANA LETTER SMALL A FF68 ; mapped ; 30A3 # 1.1 HALFWIDTH KATAKANA LETTER SMALL I FF69 ; mapped ; 30A5 # 1.1 HALFWIDTH KATAKANA LETTER SMALL U FF6A ; mapped ; 30A7 # 1.1 HALFWIDTH KATAKANA LETTER SMALL E FF6B ; mapped ; 30A9 # 1.1 HALFWIDTH KATAKANA LETTER SMALL O FF6C ; mapped ; 30E3 # 1.1 HALFWIDTH KATAKANA LETTER SMALL YA FF6D ; mapped ; 30E5 # 1.1 HALFWIDTH KATAKANA LETTER SMALL YU FF6E ; mapped ; 30E7 # 1.1 HALFWIDTH KATAKANA LETTER SMALL YO FF6F ; mapped ; 30C3 # 1.1 HALFWIDTH KATAKANA LETTER SMALL TU FF70 ; mapped ; 30FC # 1.1 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK FF71 ; mapped ; 30A2 # 1.1 HALFWIDTH KATAKANA LETTER A FF72 ; mapped ; 30A4 # 1.1 HALFWIDTH KATAKANA LETTER I FF73 ; mapped ; 30A6 # 1.1 HALFWIDTH KATAKANA LETTER U FF74 ; mapped ; 30A8 # 1.1 HALFWIDTH KATAKANA LETTER E FF75 ; mapped ; 30AA # 1.1 HALFWIDTH KATAKANA LETTER O FF76 ; mapped ; 30AB # 1.1 HALFWIDTH KATAKANA LETTER KA FF77 ; mapped ; 30AD # 1.1 HALFWIDTH KATAKANA LETTER KI FF78 ; mapped ; 30AF # 1.1 HALFWIDTH KATAKANA LETTER KU FF79 ; mapped ; 30B1 # 1.1 HALFWIDTH KATAKANA LETTER KE FF7A ; mapped ; 30B3 # 1.1 HALFWIDTH KATAKANA LETTER KO FF7B ; mapped ; 30B5 # 1.1 HALFWIDTH KATAKANA LETTER SA FF7C ; mapped ; 30B7 # 1.1 HALFWIDTH KATAKANA LETTER SI FF7D ; mapped ; 30B9 # 1.1 HALFWIDTH KATAKANA LETTER SU FF7E ; mapped ; 30BB # 1.1 HALFWIDTH KATAKANA LETTER SE FF7F ; mapped ; 30BD # 1.1 HALFWIDTH KATAKANA LETTER SO FF80 ; mapped ; 30BF # 1.1 HALFWIDTH KATAKANA LETTER TA FF81 ; mapped ; 30C1 # 1.1 HALFWIDTH KATAKANA LETTER TI FF82 ; mapped ; 30C4 # 1.1 HALFWIDTH KATAKANA LETTER TU FF83 ; mapped ; 30C6 # 1.1 HALFWIDTH KATAKANA LETTER TE FF84 ; mapped ; 30C8 # 1.1 HALFWIDTH KATAKANA LETTER TO FF85 ; mapped ; 30CA # 1.1 HALFWIDTH KATAKANA LETTER NA FF86 ; mapped ; 30CB # 1.1 HALFWIDTH KATAKANA LETTER NI FF87 ; mapped ; 30CC # 1.1 HALFWIDTH KATAKANA LETTER NU FF88 ; mapped ; 30CD # 1.1 HALFWIDTH KATAKANA LETTER NE FF89 ; mapped ; 30CE # 1.1 HALFWIDTH KATAKANA LETTER NO FF8A ; mapped ; 30CF # 1.1 HALFWIDTH KATAKANA LETTER HA FF8B ; mapped ; 30D2 # 1.1 HALFWIDTH KATAKANA LETTER HI FF8C ; mapped ; 30D5 # 1.1 HALFWIDTH KATAKANA LETTER HU FF8D ; mapped ; 30D8 # 1.1 HALFWIDTH KATAKANA LETTER HE FF8E ; mapped ; 30DB # 1.1 HALFWIDTH KATAKANA LETTER HO FF8F ; mapped ; 30DE # 1.1 HALFWIDTH KATAKANA LETTER MA FF90 ; mapped ; 30DF # 1.1 HALFWIDTH KATAKANA LETTER MI FF91 ; mapped ; 30E0 # 1.1 HALFWIDTH KATAKANA LETTER MU FF92 ; mapped ; 30E1 # 1.1 HALFWIDTH KATAKANA LETTER ME FF93 ; mapped ; 30E2 # 1.1 HALFWIDTH KATAKANA LETTER MO FF94 ; mapped ; 30E4 # 1.1 HALFWIDTH KATAKANA LETTER YA FF95 ; mapped ; 30E6 # 1.1 HALFWIDTH KATAKANA LETTER YU FF96 ; mapped ; 30E8 # 1.1 HALFWIDTH KATAKANA LETTER YO FF97 ; mapped ; 30E9 # 1.1 HALFWIDTH KATAKANA LETTER RA FF98 ; mapped ; 30EA # 1.1 HALFWIDTH KATAKANA LETTER RI FF99 ; mapped ; 30EB # 1.1 HALFWIDTH KATAKANA LETTER RU FF9A ; mapped ; 30EC # 1.1 HALFWIDTH KATAKANA LETTER RE FF9B ; mapped ; 30ED # 1.1 HALFWIDTH KATAKANA LETTER RO FF9C ; mapped ; 30EF # 1.1 HALFWIDTH KATAKANA LETTER WA FF9D ; mapped ; 30F3 # 1.1 HALFWIDTH KATAKANA LETTER N FF9E ; mapped ; 3099 # 1.1 HALFWIDTH KATAKANA VOICED SOUND MARK FF9F ; mapped ; 309A # 1.1 HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK FFA0 ; disallowed # 1.1 HALFWIDTH HANGUL FILLER FFA1 ; mapped ; 1100 # 1.1 HALFWIDTH HANGUL LETTER KIYEOK FFA2 ; mapped ; 1101 # 1.1 HALFWIDTH HANGUL LETTER SSANGKIYEOK FFA3 ; mapped ; 11AA # 1.1 HALFWIDTH HANGUL LETTER KIYEOK-SIOS FFA4 ; mapped ; 1102 # 1.1 HALFWIDTH HANGUL LETTER NIEUN FFA5 ; mapped ; 11AC # 1.1 HALFWIDTH HANGUL LETTER NIEUN-CIEUC FFA6 ; mapped ; 11AD # 1.1 HALFWIDTH HANGUL LETTER NIEUN-HIEUH FFA7 ; mapped ; 1103 # 1.1 HALFWIDTH HANGUL LETTER TIKEUT FFA8 ; mapped ; 1104 # 1.1 HALFWIDTH HANGUL LETTER SSANGTIKEUT FFA9 ; mapped ; 1105 # 1.1 HALFWIDTH HANGUL LETTER RIEUL FFAA ; mapped ; 11B0 # 1.1 HALFWIDTH HANGUL LETTER RIEUL-KIYEOK FFAB ; mapped ; 11B1 # 1.1 HALFWIDTH HANGUL LETTER RIEUL-MIEUM FFAC ; mapped ; 11B2 # 1.1 HALFWIDTH HANGUL LETTER RIEUL-PIEUP FFAD ; mapped ; 11B3 # 1.1 HALFWIDTH HANGUL LETTER RIEUL-SIOS FFAE ; mapped ; 11B4 # 1.1 HALFWIDTH HANGUL LETTER RIEUL-THIEUTH FFAF ; mapped ; 11B5 # 1.1 HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH FFB0 ; mapped ; 111A # 1.1 HALFWIDTH HANGUL LETTER RIEUL-HIEUH FFB1 ; mapped ; 1106 # 1.1 HALFWIDTH HANGUL LETTER MIEUM FFB2 ; mapped ; 1107 # 1.1 HALFWIDTH HANGUL LETTER PIEUP FFB3 ; mapped ; 1108 # 1.1 HALFWIDTH HANGUL LETTER SSANGPIEUP FFB4 ; mapped ; 1121 # 1.1 HALFWIDTH HANGUL LETTER PIEUP-SIOS FFB5 ; mapped ; 1109 # 1.1 HALFWIDTH HANGUL LETTER SIOS FFB6 ; mapped ; 110A # 1.1 HALFWIDTH HANGUL LETTER SSANGSIOS FFB7 ; mapped ; 110B # 1.1 HALFWIDTH HANGUL LETTER IEUNG FFB8 ; mapped ; 110C # 1.1 HALFWIDTH HANGUL LETTER CIEUC FFB9 ; mapped ; 110D # 1.1 HALFWIDTH HANGUL LETTER SSANGCIEUC FFBA ; mapped ; 110E # 1.1 HALFWIDTH HANGUL LETTER CHIEUCH FFBB ; mapped ; 110F # 1.1 HALFWIDTH HANGUL LETTER KHIEUKH FFBC ; mapped ; 1110 # 1.1 HALFWIDTH HANGUL LETTER THIEUTH FFBD ; mapped ; 1111 # 1.1 HALFWIDTH HANGUL LETTER PHIEUPH FFBE ; mapped ; 1112 # 1.1 HALFWIDTH HANGUL LETTER HIEUH FFBF..FFC1 ; disallowed # NA <reserved-FFBF>..<reserved-FFC1> FFC2 ; mapped ; 1161 # 1.1 HALFWIDTH HANGUL LETTER A FFC3 ; mapped ; 1162 # 1.1 HALFWIDTH HANGUL LETTER AE FFC4 ; mapped ; 1163 # 1.1 HALFWIDTH HANGUL LETTER YA FFC5 ; mapped ; 1164 # 1.1 HALFWIDTH HANGUL LETTER YAE FFC6 ; mapped ; 1165 # 1.1 HALFWIDTH HANGUL LETTER EO FFC7 ; mapped ; 1166 # 1.1 HALFWIDTH HANGUL LETTER E FFC8..FFC9 ; disallowed # NA <reserved-FFC8>..<reserved-FFC9> FFCA ; mapped ; 1167 # 1.1 HALFWIDTH HANGUL LETTER YEO FFCB ; mapped ; 1168 # 1.1 HALFWIDTH HANGUL LETTER YE FFCC ; mapped ; 1169 # 1.1 HALFWIDTH HANGUL LETTER O FFCD ; mapped ; 116A # 1.1 HALFWIDTH HANGUL LETTER WA FFCE ; mapped ; 116B # 1.1 HALFWIDTH HANGUL LETTER WAE FFCF ; mapped ; 116C # 1.1 HALFWIDTH HANGUL LETTER OE FFD0..FFD1 ; disallowed # NA <reserved-FFD0>..<reserved-FFD1> FFD2 ; mapped ; 116D # 1.1 HALFWIDTH HANGUL LETTER YO FFD3 ; mapped ; 116E # 1.1 HALFWIDTH HANGUL LETTER U FFD4 ; mapped ; 116F # 1.1 HALFWIDTH HANGUL LETTER WEO FFD5 ; mapped ; 1170 # 1.1 HALFWIDTH HANGUL LETTER WE FFD6 ; mapped ; 1171 # 1.1 HALFWIDTH HANGUL LETTER WI FFD7 ; mapped ; 1172 # 1.1 HALFWIDTH HANGUL LETTER YU FFD8..FFD9 ; disallowed # NA <reserved-FFD8>..<reserved-FFD9> FFDA ; mapped ; 1173 # 1.1 HALFWIDTH HANGUL LETTER EU FFDB ; mapped ; 1174 # 1.1 HALFWIDTH HANGUL LETTER YI FFDC ; mapped ; 1175 # 1.1 HALFWIDTH HANGUL LETTER I FFDD..FFDF ; disallowed # NA <reserved-FFDD>..<reserved-FFDF> FFE0 ; mapped ; 00A2 # 1.1 FULLWIDTH CENT SIGN FFE1 ; mapped ; 00A3 # 1.1 FULLWIDTH POUND SIGN FFE2 ; mapped ; 00AC # 1.1 FULLWIDTH NOT SIGN FFE3 ; disallowed_STD3_mapped ; 0020 0304 # 1.1 FULLWIDTH MACRON FFE4 ; mapped ; 00A6 # 1.1 FULLWIDTH BROKEN BAR FFE5 ; mapped ; 00A5 # 1.1 FULLWIDTH YEN SIGN FFE6 ; mapped ; 20A9 # 1.1 FULLWIDTH WON SIGN FFE7 ; disallowed # NA <reserved-FFE7> FFE8 ; mapped ; 2502 # 1.1 HALFWIDTH FORMS LIGHT VERTICAL FFE9 ; mapped ; 2190 # 1.1 HALFWIDTH LEFTWARDS ARROW FFEA ; mapped ; 2191 # 1.1 HALFWIDTH UPWARDS ARROW FFEB ; mapped ; 2192 # 1.1 HALFWIDTH RIGHTWARDS ARROW FFEC ; mapped ; 2193 # 1.1 HALFWIDTH DOWNWARDS ARROW FFED ; mapped ; 25A0 # 1.1 HALFWIDTH BLACK SQUARE FFEE ; mapped ; 25CB # 1.1 HALFWIDTH WHITE CIRCLE FFEF..FFF8 ; disallowed # NA <reserved-FFEF>..<reserved-FFF8> FFF9..FFFB ; disallowed # 3.0 INTERLINEAR ANNOTATION ANCHOR..INTERLINEAR ANNOTATION TERMINATOR FFFC ; disallowed # 2.1 OBJECT REPLACEMENT CHARACTER FFFD ; disallowed # 1.1 REPLACEMENT CHARACTER FFFE..FFFF ; disallowed # 1.1 <noncharacter-FFFE>..<noncharacter-FFFF> 10000..1000B ; valid # 4.0 LINEAR B SYLLABLE B008 A..LINEAR B SYLLABLE B046 JE 1000C ; disallowed # NA <reserved-1000C> 1000D..10026 ; valid # 4.0 LINEAR B SYLLABLE B036 JO..LINEAR B SYLLABLE B032 QO 10027 ; disallowed # NA <reserved-10027> 10028..1003A ; valid # 4.0 LINEAR B SYLLABLE B060 RA..LINEAR B SYLLABLE B042 WO 1003B ; disallowed # NA <reserved-1003B> 1003C..1003D ; valid # 4.0 LINEAR B SYLLABLE B017 ZA..LINEAR B SYLLABLE B074 ZE 1003E ; disallowed # NA <reserved-1003E> 1003F..1004D ; valid # 4.0 LINEAR B SYLLABLE B020 ZO..LINEAR B SYLLABLE B091 TWO 1004E..1004F ; disallowed # NA <reserved-1004E>..<reserved-1004F> 10050..1005D ; valid # 4.0 LINEAR B SYMBOL B018..LINEAR B SYMBOL B089 1005E..1007F ; disallowed # NA <reserved-1005E>..<reserved-1007F> 10080..100FA ; valid # 4.0 LINEAR B IDEOGRAM B100 MAN..LINEAR B IDEOGRAM VESSEL B305 100FB..100FF ; disallowed # NA <reserved-100FB>..<reserved-100FF> 10100..10102 ; valid ; ; NV8 # 4.0 AEGEAN WORD SEPARATOR LINE..AEGEAN CHECK MARK 10103..10106 ; disallowed # NA <reserved-10103>..<reserved-10106> 10107..10133 ; valid ; ; NV8 # 4.0 AEGEAN NUMBER ONE..AEGEAN NUMBER NINETY THOUSAND 10134..10136 ; disallowed # NA <reserved-10134>..<reserved-10136> 10137..1013F ; valid ; ; NV8 # 4.0 AEGEAN WEIGHT BASE UNIT..AEGEAN MEASURE THIRD SUBUNIT 10140..1018A ; valid ; ; NV8 # 4.1 GREEK ACROPHONIC ATTIC ONE QUARTER..GREEK ZERO SIGN 1018B..1018F ; disallowed # NA <reserved-1018B>..<reserved-1018F> 10190..1019B ; valid ; ; NV8 # 5.1 ROMAN SEXTANS SIGN..ROMAN CENTURIAL SIGN 1019C..101CF ; disallowed # NA <reserved-1019C>..<reserved-101CF> 101D0..101FC ; valid ; ; NV8 # 5.1 PHAISTOS DISC SIGN PEDESTRIAN..PHAISTOS DISC SIGN WAVY BAND 101FD ; valid # 5.1 PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE 101FE..1027F ; disallowed # NA <reserved-101FE>..<reserved-1027F> 10280..1029C ; valid # 5.1 LYCIAN LETTER A..LYCIAN LETTER X 1029D..1029F ; disallowed # NA <reserved-1029D>..<reserved-1029F> 102A0..102D0 ; valid # 5.1 CARIAN LETTER A..CARIAN LETTER UUU3 102D1..102FF ; disallowed # NA <reserved-102D1>..<reserved-102FF> 10300..1031E ; valid # 3.1 OLD ITALIC LETTER A..OLD ITALIC LETTER UU 1031F ; disallowed # NA <reserved-1031F> 10320..10323 ; valid ; ; NV8 # 3.1 OLD ITALIC NUMERAL ONE..OLD ITALIC NUMERAL FIFTY 10324..1032F ; disallowed # NA <reserved-10324>..<reserved-1032F> 10330..10340 ; valid # 3.1 GOTHIC LETTER AHSA..GOTHIC LETTER PAIRTHRA 10341 ; valid ; ; NV8 # 3.1 GOTHIC LETTER NINETY 10342..10349 ; valid # 3.1 GOTHIC LETTER RAIDA..GOTHIC LETTER OTHAL 1034A ; valid ; ; NV8 # 3.1 GOTHIC LETTER NINE HUNDRED 1034B..1037F ; disallowed # NA <reserved-1034B>..<reserved-1037F> 10380..1039D ; valid # 4.0 UGARITIC LETTER ALPA..UGARITIC LETTER SSU 1039E ; disallowed # NA <reserved-1039E> 1039F ; valid ; ; NV8 # 4.0 UGARITIC WORD DIVIDER 103A0..103C3 ; valid # 4.1 OLD PERSIAN SIGN A..OLD PERSIAN SIGN HA 103C4..103C7 ; disallowed # NA <reserved-103C4>..<reserved-103C7> 103C8..103CF ; valid # 4.1 OLD PERSIAN SIGN AURAMAZDAA..OLD PERSIAN SIGN BUUMISH 103D0..103D5 ; valid ; ; NV8 # 4.1 OLD PERSIAN WORD DIVIDER..OLD PERSIAN NUMBER HUNDRED 103D6..103FF ; disallowed # NA <reserved-103D6>..<reserved-103FF> 10400 ; mapped ; 10428 # 3.1 DESERET CAPITAL LETTER LONG I 10401 ; mapped ; 10429 # 3.1 DESERET CAPITAL LETTER LONG E 10402 ; mapped ; 1042A # 3.1 DESERET CAPITAL LETTER LONG A 10403 ; mapped ; 1042B # 3.1 DESERET CAPITAL LETTER LONG AH 10404 ; mapped ; 1042C # 3.1 DESERET CAPITAL LETTER LONG O 10405 ; mapped ; 1042D # 3.1 DESERET CAPITAL LETTER LONG OO 10406 ; mapped ; 1042E # 3.1 DESERET CAPITAL LETTER SHORT I 10407 ; mapped ; 1042F # 3.1 DESERET CAPITAL LETTER SHORT E 10408 ; mapped ; 10430 # 3.1 DESERET CAPITAL LETTER SHORT A 10409 ; mapped ; 10431 # 3.1 DESERET CAPITAL LETTER SHORT AH 1040A ; mapped ; 10432 # 3.1 DESERET CAPITAL LETTER SHORT O 1040B ; mapped ; 10433 # 3.1 DESERET CAPITAL LETTER SHORT OO 1040C ; mapped ; 10434 # 3.1 DESERET CAPITAL LETTER AY 1040D ; mapped ; 10435 # 3.1 DESERET CAPITAL LETTER OW 1040E ; mapped ; 10436 # 3.1 DESERET CAPITAL LETTER WU 1040F ; mapped ; 10437 # 3.1 DESERET CAPITAL LETTER YEE 10410 ; mapped ; 10438 # 3.1 DESERET CAPITAL LETTER H 10411 ; mapped ; 10439 # 3.1 DESERET CAPITAL LETTER PEE 10412 ; mapped ; 1043A # 3.1 DESERET CAPITAL LETTER BEE 10413 ; mapped ; 1043B # 3.1 DESERET CAPITAL LETTER TEE 10414 ; mapped ; 1043C # 3.1 DESERET CAPITAL LETTER DEE 10415 ; mapped ; 1043D # 3.1 DESERET CAPITAL LETTER CHEE 10416 ; mapped ; 1043E # 3.1 DESERET CAPITAL LETTER JEE 10417 ; mapped ; 1043F # 3.1 DESERET CAPITAL LETTER KAY 10418 ; mapped ; 10440 # 3.1 DESERET CAPITAL LETTER GAY 10419 ; mapped ; 10441 # 3.1 DESERET CAPITAL LETTER EF 1041A ; mapped ; 10442 # 3.1 DESERET CAPITAL LETTER VEE 1041B ; mapped ; 10443 # 3.1 DESERET CAPITAL LETTER ETH 1041C ; mapped ; 10444 # 3.1 DESERET CAPITAL LETTER THEE 1041D ; mapped ; 10445 # 3.1 DESERET CAPITAL LETTER ES 1041E ; mapped ; 10446 # 3.1 DESERET CAPITAL LETTER ZEE 1041F ; mapped ; 10447 # 3.1 DESERET CAPITAL LETTER ESH 10420 ; mapped ; 10448 # 3.1 DESERET CAPITAL LETTER ZHEE 10421 ; mapped ; 10449 # 3.1 DESERET CAPITAL LETTER ER 10422 ; mapped ; 1044A # 3.1 DESERET CAPITAL LETTER EL 10423 ; mapped ; 1044B # 3.1 DESERET CAPITAL LETTER EM 10424 ; mapped ; 1044C # 3.1 DESERET CAPITAL LETTER EN 10425 ; mapped ; 1044D # 3.1 DESERET CAPITAL LETTER ENG 10426 ; mapped ; 1044E # 4.0 DESERET CAPITAL LETTER OI 10427 ; mapped ; 1044F # 4.0 DESERET CAPITAL LETTER EW 10428..1044D ; valid # 3.1 DESERET SMALL LETTER LONG I..DESERET SMALL LETTER ENG 1044E..1049D ; valid # 4.0 DESERET SMALL LETTER OI..OSMANYA LETTER OO 1049E..1049F ; disallowed # NA <reserved-1049E>..<reserved-1049F> 104A0..104A9 ; valid # 4.0 OSMANYA DIGIT ZERO..OSMANYA DIGIT NINE 104AA..107FF ; disallowed # NA <reserved-104AA>..<reserved-107FF> 10800..10805 ; valid # 4.0 CYPRIOT SYLLABLE A..CYPRIOT SYLLABLE JA 10806..10807 ; disallowed # NA <reserved-10806>..<reserved-10807> 10808 ; valid # 4.0 CYPRIOT SYLLABLE JO 10809 ; disallowed # NA <reserved-10809> 1080A..10835 ; valid # 4.0 CYPRIOT SYLLABLE KA..CYPRIOT SYLLABLE WO 10836 ; disallowed # NA <reserved-10836> 10837..10838 ; valid # 4.0 CYPRIOT SYLLABLE XA..CYPRIOT SYLLABLE XE 10839..1083B ; disallowed # NA <reserved-10839>..<reserved-1083B> 1083C ; valid # 4.0 CYPRIOT SYLLABLE ZA 1083D..1083E ; disallowed # NA <reserved-1083D>..<reserved-1083E> 1083F ; valid # 4.0 CYPRIOT SYLLABLE ZO 10840..10855 ; valid # 5.2 IMPERIAL ARAMAIC LETTER ALEPH..IMPERIAL ARAMAIC LETTER TAW 10856 ; disallowed # NA <reserved-10856> 10857..1085F ; valid ; ; NV8 # 5.2 IMPERIAL ARAMAIC SECTION SIGN..IMPERIAL ARAMAIC NUMBER TEN THOUSAND 10860..108FF ; disallowed # NA <reserved-10860>..<reserved-108FF> 10900..10915 ; valid # 5.0 PHOENICIAN LETTER ALF..PHOENICIAN LETTER TAU 10916..10919 ; valid ; ; NV8 # 5.0 PHOENICIAN NUMBER ONE..PHOENICIAN NUMBER ONE HUNDRED 1091A..1091B ; valid ; ; NV8 # 5.2 PHOENICIAN NUMBER TWO..PHOENICIAN NUMBER THREE 1091C..1091E ; disallowed # NA <reserved-1091C>..<reserved-1091E> 1091F ; valid ; ; NV8 # 5.0 PHOENICIAN WORD SEPARATOR 10920..10939 ; valid # 5.1 LYDIAN LETTER A..LYDIAN LETTER C 1093A..1093E ; disallowed # NA <reserved-1093A>..<reserved-1093E> 1093F ; valid ; ; NV8 # 5.1 LYDIAN TRIANGULAR MARK 10940..1097F ; disallowed # NA <reserved-10940>..<reserved-1097F> 10980..109B7 ; valid # 6.1 MEROITIC HIEROGLYPHIC LETTER A..MEROITIC CURSIVE LETTER DA 109B8..109BD ; disallowed # NA <reserved-109B8>..<reserved-109BD> 109BE..109BF ; valid # 6.1 MEROITIC CURSIVE LOGOGRAM RMT..MEROITIC CURSIVE LOGOGRAM IMN 109C0..109FF ; disallowed # NA <reserved-109C0>..<reserved-109FF> 10A00..10A03 ; valid # 4.1 KHAROSHTHI LETTER A..KHAROSHTHI VOWEL SIGN VOCALIC R 10A04 ; disallowed # NA <reserved-10A04> 10A05..10A06 ; valid # 4.1 KHAROSHTHI VOWEL SIGN E..KHAROSHTHI VOWEL SIGN O 10A07..10A0B ; disallowed # NA <reserved-10A07>..<reserved-10A0B> 10A0C..10A13 ; valid # 4.1 KHAROSHTHI VOWEL LENGTH MARK..KHAROSHTHI LETTER GHA 10A14 ; disallowed # NA <reserved-10A14> 10A15..10A17 ; valid # 4.1 KHAROSHTHI LETTER CA..KHAROSHTHI LETTER JA 10A18 ; disallowed # NA <reserved-10A18> 10A19..10A33 ; valid # 4.1 KHAROSHTHI LETTER NYA..KHAROSHTHI LETTER TTTHA 10A34..10A37 ; disallowed # NA <reserved-10A34>..<reserved-10A37> 10A38..10A3A ; valid # 4.1 KHAROSHTHI SIGN BAR ABOVE..KHAROSHTHI SIGN DOT BELOW 10A3B..10A3E ; disallowed # NA <reserved-10A3B>..<reserved-10A3E> 10A3F ; valid # 4.1 KHAROSHTHI VIRAMA 10A40..10A47 ; valid ; ; NV8 # 4.1 KHAROSHTHI DIGIT ONE..KHAROSHTHI NUMBER ONE THOUSAND 10A48..10A4F ; disallowed # NA <reserved-10A48>..<reserved-10A4F> 10A50..10A58 ; valid ; ; NV8 # 4.1 KHAROSHTHI PUNCTUATION DOT..KHAROSHTHI PUNCTUATION LINES 10A59..10A5F ; disallowed # NA <reserved-10A59>..<reserved-10A5F> 10A60..10A7C ; valid # 5.2 OLD SOUTH ARABIAN LETTER HE..OLD SOUTH ARABIAN LETTER THETH 10A7D..10A7F ; valid ; ; NV8 # 5.2 OLD SOUTH ARABIAN NUMBER ONE..OLD SOUTH ARABIAN NUMERIC INDICATOR 10A80..10AFF ; disallowed # NA <reserved-10A80>..<reserved-10AFF> 10B00..10B35 ; valid # 5.2 AVESTAN LETTER A..AVESTAN LETTER HE 10B36..10B38 ; disallowed # NA <reserved-10B36>..<reserved-10B38> 10B39..10B3F ; valid ; ; NV8 # 5.2 AVESTAN ABBREVIATION MARK..LARGE ONE RING OVER TWO RINGS PUNCTUATION 10B40..10B55 ; valid # 5.2 INSCRIPTIONAL PARTHIAN LETTER ALEPH..INSCRIPTIONAL PARTHIAN LETTER TAW 10B56..10B57 ; disallowed # NA <reserved-10B56>..<reserved-10B57> 10B58..10B5F ; valid ; ; NV8 # 5.2 INSCRIPTIONAL PARTHIAN NUMBER ONE..INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND 10B60..10B72 ; valid # 5.2 INSCRIPTIONAL PAHLAVI LETTER ALEPH..INSCRIPTIONAL PAHLAVI LETTER TAW 10B73..10B77 ; disallowed # NA <reserved-10B73>..<reserved-10B77> 10B78..10B7F ; valid ; ; NV8 # 5.2 INSCRIPTIONAL PAHLAVI NUMBER ONE..INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND 10B80..10BFF ; disallowed # NA <reserved-10B80>..<reserved-10BFF> 10C00..10C48 ; valid # 5.2 OLD TURKIC LETTER ORKHON A..OLD TURKIC LETTER ORKHON BASH 10C49..10E5F ; disallowed # NA <reserved-10C49>..<reserved-10E5F> 10E60..10E7E ; valid ; ; NV8 # 5.2 RUMI DIGIT ONE..RUMI FRACTION TWO THIRDS 10E7F..10FFF ; disallowed # NA <reserved-10E7F>..<reserved-10FFF> 11000..11046 ; valid # 6.0 BRAHMI SIGN CANDRABINDU..BRAHMI VIRAMA 11047..1104D ; valid ; ; NV8 # 6.0 BRAHMI DANDA..BRAHMI PUNCTUATION LOTUS 1104E..11051 ; disallowed # NA <reserved-1104E>..<reserved-11051> 11052..11065 ; valid ; ; NV8 # 6.0 BRAHMI NUMBER ONE..BRAHMI NUMBER ONE THOUSAND 11066..1106F ; valid # 6.0 BRAHMI DIGIT ZERO..BRAHMI DIGIT NINE 11070..1107F ; disallowed # NA <reserved-11070>..<reserved-1107F> 11080..110BA ; valid # 5.2 KAITHI SIGN CANDRABINDU..KAITHI SIGN NUKTA 110BB..110BC ; valid ; ; NV8 # 5.2 KAITHI ABBREVIATION SIGN..KAITHI ENUMERATION SIGN 110BD ; disallowed # 5.2 KAITHI NUMBER SIGN 110BE..110C1 ; valid ; ; NV8 # 5.2 KAITHI SECTION MARK..KAITHI DOUBLE DANDA 110C2..110CF ; disallowed # NA <reserved-110C2>..<reserved-110CF> 110D0..110E8 ; valid # 6.1 SORA SOMPENG LETTER SAH..SORA SOMPENG LETTER MAE 110E9..110EF ; disallowed # NA <reserved-110E9>..<reserved-110EF> 110F0..110F9 ; valid # 6.1 SORA SOMPENG DIGIT ZERO..SORA SOMPENG DIGIT NINE 110FA..110FF ; disallowed # NA <reserved-110FA>..<reserved-110FF> 11100..11134 ; valid # 6.1 CHAKMA SIGN CANDRABINDU..CHAKMA MAAYYAA 11135 ; disallowed # NA <reserved-11135> 11136..1113F ; valid # 6.1 CHAKMA DIGIT ZERO..CHAKMA DIGIT NINE 11140..11143 ; valid ; ; NV8 # 6.1 CHAKMA SECTION MARK..CHAKMA QUESTION MARK 11144..1117F ; disallowed # NA <reserved-11144>..<reserved-1117F> 11180..111C4 ; valid # 6.1 SHARADA SIGN CANDRABINDU..SHARADA OM 111C5..111C8 ; valid ; ; NV8 # 6.1 SHARADA DANDA..SHARADA SEPARATOR 111C9..111CF ; disallowed # NA <reserved-111C9>..<reserved-111CF> 111D0..111D9 ; valid # 6.1 SHARADA DIGIT ZERO..SHARADA DIGIT NINE 111DA..1167F ; disallowed # NA <reserved-111DA>..<reserved-1167F> 11680..116B7 ; valid # 6.1 TAKRI LETTER A..TAKRI SIGN NUKTA 116B8..116BF ; disallowed # NA <reserved-116B8>..<reserved-116BF> 116C0..116C9 ; valid # 6.1 TAKRI DIGIT ZERO..TAKRI DIGIT NINE 116CA..11FFF ; disallowed # NA <reserved-116CA>..<reserved-11FFF> 12000..1236E ; valid # 5.0 CUNEIFORM SIGN A..CUNEIFORM SIGN ZUM 1236F..123FF ; disallowed # NA <reserved-1236F>..<reserved-123FF> 12400..12462 ; valid ; ; NV8 # 5.0 CUNEIFORM NUMERIC SIGN TWO ASH..CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER 12463..1246F ; disallowed # NA <reserved-12463>..<reserved-1246F> 12470..12473 ; valid ; ; NV8 # 5.0 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER..CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON 12474..12FFF ; disallowed # NA <reserved-12474>..<reserved-12FFF> 13000..1342E ; valid # 5.2 EGYPTIAN HIEROGLYPH A001..EGYPTIAN HIEROGLYPH AA032 1342F..167FF ; disallowed # NA <reserved-1342F>..<reserved-167FF> 16800..16A38 ; valid # 6.0 BAMUM LETTER PHASE-A NGKUE MFON..BAMUM LETTER PHASE-F VUEQ 16A39..16EFF ; disallowed # NA <reserved-16A39>..<reserved-16EFF> 16F00..16F44 ; valid # 6.1 MIAO LETTER PA..MIAO LETTER HHA 16F45..16F4F ; disallowed # NA <reserved-16F45>..<reserved-16F4F> 16F50..16F7E ; valid # 6.1 MIAO LETTER NASALIZATION..MIAO VOWEL SIGN NG 16F7F..16F8E ; disallowed # NA <reserved-16F7F>..<reserved-16F8E> 16F8F..16F9F ; valid # 6.1 MIAO TONE RIGHT..MIAO LETTER REFORMED TONE-8 16FA0..1AFFF ; disallowed # NA <reserved-16FA0>..<reserved-1AFFF> 1B000..1B001 ; valid # 6.0 KATAKANA LETTER ARCHAIC E..HIRAGANA LETTER ARCHAIC YE 1B002..1CFFF ; disallowed # NA <reserved-1B002>..<reserved-1CFFF> 1D000..1D0F5 ; valid ; ; NV8 # 3.1 BYZANTINE MUSICAL SYMBOL PSILI..BYZANTINE MUSICAL SYMBOL GORGON NEO KATO 1D0F6..1D0FF ; disallowed # NA <reserved-1D0F6>..<reserved-1D0FF> 1D100..1D126 ; valid ; ; NV8 # 3.1 MUSICAL SYMBOL SINGLE BARLINE..MUSICAL SYMBOL DRUM CLEF-2 1D127..1D128 ; disallowed # NA <reserved-1D127>..<reserved-1D128> 1D129 ; valid ; ; NV8 # 5.1 MUSICAL SYMBOL MULTIPLE MEASURE REST 1D12A..1D15D ; valid ; ; NV8 # 3.1 MUSICAL SYMBOL DOUBLE SHARP..MUSICAL SYMBOL WHOLE NOTE 1D15E ; mapped ; 1D157 1D165 # 3.1 MUSICAL SYMBOL HALF NOTE 1D15F ; mapped ; 1D158 1D165 # 3.1 MUSICAL SYMBOL QUARTER NOTE 1D160 ; mapped ; 1D158 1D165 1D16E #3.1 MUSICAL SYMBOL EIGHTH NOTE 1D161 ; mapped ; 1D158 1D165 1D16F #3.1 MUSICAL SYMBOL SIXTEENTH NOTE 1D162 ; mapped ; 1D158 1D165 1D170 #3.1 MUSICAL SYMBOL THIRTY-SECOND NOTE 1D163 ; mapped ; 1D158 1D165 1D171 #3.1 MUSICAL SYMBOL SIXTY-FOURTH NOTE 1D164 ; mapped ; 1D158 1D165 1D172 #3.1 MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D165..1D172 ; valid ; ; NV8 # 3.1 MUSICAL SYMBOL COMBINING STEM..MUSICAL SYMBOL COMBINING FLAG-5 1D173..1D17A ; disallowed # 3.1 MUSICAL SYMBOL BEGIN BEAM..MUSICAL SYMBOL END PHRASE 1D17B..1D1BA ; valid ; ; NV8 # 3.1 MUSICAL SYMBOL COMBINING ACCENT..MUSICAL SYMBOL SEMIBREVIS BLACK 1D1BB ; mapped ; 1D1B9 1D165 # 3.1 MUSICAL SYMBOL MINIMA 1D1BC ; mapped ; 1D1BA 1D165 # 3.1 MUSICAL SYMBOL MINIMA BLACK 1D1BD ; mapped ; 1D1B9 1D165 1D16E #3.1 MUSICAL SYMBOL SEMIMINIMA WHITE 1D1BE ; mapped ; 1D1BA 1D165 1D16E #3.1 MUSICAL SYMBOL SEMIMINIMA BLACK 1D1BF ; mapped ; 1D1B9 1D165 1D16F #3.1 MUSICAL SYMBOL FUSA WHITE 1D1C0 ; mapped ; 1D1BA 1D165 1D16F #3.1 MUSICAL SYMBOL FUSA BLACK 1D1C1..1D1DD ; valid ; ; NV8 # 3.1 MUSICAL SYMBOL LONGA PERFECTA REST..MUSICAL SYMBOL PES SUBPUNCTIS 1D1DE..1D1FF ; disallowed # NA <reserved-1D1DE>..<reserved-1D1FF> 1D200..1D245 ; valid ; ; NV8 # 4.1 GREEK VOCAL NOTATION SYMBOL-1..GREEK MUSICAL LEIMMA 1D246..1D2FF ; disallowed # NA <reserved-1D246>..<reserved-1D2FF> 1D300..1D356 ; valid ; ; NV8 # 4.0 MONOGRAM FOR EARTH..TETRAGRAM FOR FOSTERING 1D357..1D35F ; disallowed # NA <reserved-1D357>..<reserved-1D35F> 1D360..1D371 ; valid ; ; NV8 # 5.0 COUNTING ROD UNIT DIGIT ONE..COUNTING ROD TENS DIGIT NINE 1D372..1D3FF ; disallowed # NA <reserved-1D372>..<reserved-1D3FF> 1D400 ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD CAPITAL A 1D401 ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD CAPITAL B 1D402 ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD CAPITAL C 1D403 ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD CAPITAL D 1D404 ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD CAPITAL E 1D405 ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD CAPITAL F 1D406 ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD CAPITAL G 1D407 ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD CAPITAL H 1D408 ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD CAPITAL I 1D409 ; mapped ; 006A # 3.1 MATHEMATICAL BOLD CAPITAL J 1D40A ; mapped ; 006B # 3.1 MATHEMATICAL BOLD CAPITAL K 1D40B ; mapped ; 006C # 3.1 MATHEMATICAL BOLD CAPITAL L 1D40C ; mapped ; 006D # 3.1 MATHEMATICAL BOLD CAPITAL M 1D40D ; mapped ; 006E # 3.1 MATHEMATICAL BOLD CAPITAL N 1D40E ; mapped ; 006F # 3.1 MATHEMATICAL BOLD CAPITAL O 1D40F ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD CAPITAL P 1D410 ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD CAPITAL Q 1D411 ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD CAPITAL R 1D412 ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD CAPITAL S 1D413 ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD CAPITAL T 1D414 ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD CAPITAL U 1D415 ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD CAPITAL V 1D416 ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD CAPITAL W 1D417 ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD CAPITAL X 1D418 ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD CAPITAL Y 1D419 ; mapped ; 007A # 3.1 MATHEMATICAL BOLD CAPITAL Z 1D41A ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD SMALL A 1D41B ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD SMALL B 1D41C ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD SMALL C 1D41D ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD SMALL D 1D41E ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD SMALL E 1D41F ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD SMALL F 1D420 ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD SMALL G 1D421 ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD SMALL H 1D422 ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD SMALL I 1D423 ; mapped ; 006A # 3.1 MATHEMATICAL BOLD SMALL J 1D424 ; mapped ; 006B # 3.1 MATHEMATICAL BOLD SMALL K 1D425 ; mapped ; 006C # 3.1 MATHEMATICAL BOLD SMALL L 1D426 ; mapped ; 006D # 3.1 MATHEMATICAL BOLD SMALL M 1D427 ; mapped ; 006E # 3.1 MATHEMATICAL BOLD SMALL N 1D428 ; mapped ; 006F # 3.1 MATHEMATICAL BOLD SMALL O 1D429 ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD SMALL P 1D42A ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD SMALL Q 1D42B ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD SMALL R 1D42C ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD SMALL S 1D42D ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD SMALL T 1D42E ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD SMALL U 1D42F ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD SMALL V 1D430 ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD SMALL W 1D431 ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD SMALL X 1D432 ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD SMALL Y 1D433 ; mapped ; 007A # 3.1 MATHEMATICAL BOLD SMALL Z 1D434 ; mapped ; 0061 # 3.1 MATHEMATICAL ITALIC CAPITAL A 1D435 ; mapped ; 0062 # 3.1 MATHEMATICAL ITALIC CAPITAL B 1D436 ; mapped ; 0063 # 3.1 MATHEMATICAL ITALIC CAPITAL C 1D437 ; mapped ; 0064 # 3.1 MATHEMATICAL ITALIC CAPITAL D 1D438 ; mapped ; 0065 # 3.1 MATHEMATICAL ITALIC CAPITAL E 1D439 ; mapped ; 0066 # 3.1 MATHEMATICAL ITALIC CAPITAL F 1D43A ; mapped ; 0067 # 3.1 MATHEMATICAL ITALIC CAPITAL G 1D43B ; mapped ; 0068 # 3.1 MATHEMATICAL ITALIC CAPITAL H 1D43C ; mapped ; 0069 # 3.1 MATHEMATICAL ITALIC CAPITAL I 1D43D ; mapped ; 006A # 3.1 MATHEMATICAL ITALIC CAPITAL J 1D43E ; mapped ; 006B # 3.1 MATHEMATICAL ITALIC CAPITAL K 1D43F ; mapped ; 006C # 3.1 MATHEMATICAL ITALIC CAPITAL L 1D440 ; mapped ; 006D # 3.1 MATHEMATICAL ITALIC CAPITAL M 1D441 ; mapped ; 006E # 3.1 MATHEMATICAL ITALIC CAPITAL N 1D442 ; mapped ; 006F # 3.1 MATHEMATICAL ITALIC CAPITAL O 1D443 ; mapped ; 0070 # 3.1 MATHEMATICAL ITALIC CAPITAL P 1D444 ; mapped ; 0071 # 3.1 MATHEMATICAL ITALIC CAPITAL Q 1D445 ; mapped ; 0072 # 3.1 MATHEMATICAL ITALIC CAPITAL R 1D446 ; mapped ; 0073 # 3.1 MATHEMATICAL ITALIC CAPITAL S 1D447 ; mapped ; 0074 # 3.1 MATHEMATICAL ITALIC CAPITAL T 1D448 ; mapped ; 0075 # 3.1 MATHEMATICAL ITALIC CAPITAL U 1D449 ; mapped ; 0076 # 3.1 MATHEMATICAL ITALIC CAPITAL V 1D44A ; mapped ; 0077 # 3.1 MATHEMATICAL ITALIC CAPITAL W 1D44B ; mapped ; 0078 # 3.1 MATHEMATICAL ITALIC CAPITAL X 1D44C ; mapped ; 0079 # 3.1 MATHEMATICAL ITALIC CAPITAL Y 1D44D ; mapped ; 007A # 3.1 MATHEMATICAL ITALIC CAPITAL Z 1D44E ; mapped ; 0061 # 3.1 MATHEMATICAL ITALIC SMALL A 1D44F ; mapped ; 0062 # 3.1 MATHEMATICAL ITALIC SMALL B 1D450 ; mapped ; 0063 # 3.1 MATHEMATICAL ITALIC SMALL C 1D451 ; mapped ; 0064 # 3.1 MATHEMATICAL ITALIC SMALL D 1D452 ; mapped ; 0065 # 3.1 MATHEMATICAL ITALIC SMALL E 1D453 ; mapped ; 0066 # 3.1 MATHEMATICAL ITALIC SMALL F 1D454 ; mapped ; 0067 # 3.1 MATHEMATICAL ITALIC SMALL G 1D455 ; disallowed # NA <reserved-1D455> 1D456 ; mapped ; 0069 # 3.1 MATHEMATICAL ITALIC SMALL I 1D457 ; mapped ; 006A # 3.1 MATHEMATICAL ITALIC SMALL J 1D458 ; mapped ; 006B # 3.1 MATHEMATICAL ITALIC SMALL K 1D459 ; mapped ; 006C # 3.1 MATHEMATICAL ITALIC SMALL L 1D45A ; mapped ; 006D # 3.1 MATHEMATICAL ITALIC SMALL M 1D45B ; mapped ; 006E # 3.1 MATHEMATICAL ITALIC SMALL N 1D45C ; mapped ; 006F # 3.1 MATHEMATICAL ITALIC SMALL O 1D45D ; mapped ; 0070 # 3.1 MATHEMATICAL ITALIC SMALL P 1D45E ; mapped ; 0071 # 3.1 MATHEMATICAL ITALIC SMALL Q 1D45F ; mapped ; 0072 # 3.1 MATHEMATICAL ITALIC SMALL R 1D460 ; mapped ; 0073 # 3.1 MATHEMATICAL ITALIC SMALL S 1D461 ; mapped ; 0074 # 3.1 MATHEMATICAL ITALIC SMALL T 1D462 ; mapped ; 0075 # 3.1 MATHEMATICAL ITALIC SMALL U 1D463 ; mapped ; 0076 # 3.1 MATHEMATICAL ITALIC SMALL V 1D464 ; mapped ; 0077 # 3.1 MATHEMATICAL ITALIC SMALL W 1D465 ; mapped ; 0078 # 3.1 MATHEMATICAL ITALIC SMALL X 1D466 ; mapped ; 0079 # 3.1 MATHEMATICAL ITALIC SMALL Y 1D467 ; mapped ; 007A # 3.1 MATHEMATICAL ITALIC SMALL Z 1D468 ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL A 1D469 ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL B 1D46A ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL C 1D46B ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL D 1D46C ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL E 1D46D ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL F 1D46E ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL G 1D46F ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL H 1D470 ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL I 1D471 ; mapped ; 006A # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL J 1D472 ; mapped ; 006B # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL K 1D473 ; mapped ; 006C # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL L 1D474 ; mapped ; 006D # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL M 1D475 ; mapped ; 006E # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL N 1D476 ; mapped ; 006F # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL O 1D477 ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL P 1D478 ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL Q 1D479 ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL R 1D47A ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL S 1D47B ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL T 1D47C ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL U 1D47D ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL V 1D47E ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL W 1D47F ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL X 1D480 ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL Y 1D481 ; mapped ; 007A # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL Z 1D482 ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD ITALIC SMALL A 1D483 ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD ITALIC SMALL B 1D484 ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD ITALIC SMALL C 1D485 ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD ITALIC SMALL D 1D486 ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD ITALIC SMALL E 1D487 ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD ITALIC SMALL F 1D488 ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD ITALIC SMALL G 1D489 ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD ITALIC SMALL H 1D48A ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD ITALIC SMALL I 1D48B ; mapped ; 006A # 3.1 MATHEMATICAL BOLD ITALIC SMALL J 1D48C ; mapped ; 006B # 3.1 MATHEMATICAL BOLD ITALIC SMALL K 1D48D ; mapped ; 006C # 3.1 MATHEMATICAL BOLD ITALIC SMALL L 1D48E ; mapped ; 006D # 3.1 MATHEMATICAL BOLD ITALIC SMALL M 1D48F ; mapped ; 006E # 3.1 MATHEMATICAL BOLD ITALIC SMALL N 1D490 ; mapped ; 006F # 3.1 MATHEMATICAL BOLD ITALIC SMALL O 1D491 ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD ITALIC SMALL P 1D492 ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD ITALIC SMALL Q 1D493 ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD ITALIC SMALL R 1D494 ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD ITALIC SMALL S 1D495 ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD ITALIC SMALL T 1D496 ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD ITALIC SMALL U 1D497 ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD ITALIC SMALL V 1D498 ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD ITALIC SMALL W 1D499 ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD ITALIC SMALL X 1D49A ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD ITALIC SMALL Y 1D49B ; mapped ; 007A # 3.1 MATHEMATICAL BOLD ITALIC SMALL Z 1D49C ; mapped ; 0061 # 3.1 MATHEMATICAL SCRIPT CAPITAL A 1D49D ; disallowed # NA <reserved-1D49D> 1D49E ; mapped ; 0063 # 3.1 MATHEMATICAL SCRIPT CAPITAL C 1D49F ; mapped ; 0064 # 3.1 MATHEMATICAL SCRIPT CAPITAL D 1D4A0..1D4A1 ; disallowed # NA <reserved-1D4A0>..<reserved-1D4A1> 1D4A2 ; mapped ; 0067 # 3.1 MATHEMATICAL SCRIPT CAPITAL G 1D4A3..1D4A4 ; disallowed # NA <reserved-1D4A3>..<reserved-1D4A4> 1D4A5 ; mapped ; 006A # 3.1 MATHEMATICAL SCRIPT CAPITAL J 1D4A6 ; mapped ; 006B # 3.1 MATHEMATICAL SCRIPT CAPITAL K 1D4A7..1D4A8 ; disallowed # NA <reserved-1D4A7>..<reserved-1D4A8> 1D4A9 ; mapped ; 006E # 3.1 MATHEMATICAL SCRIPT CAPITAL N 1D4AA ; mapped ; 006F # 3.1 MATHEMATICAL SCRIPT CAPITAL O 1D4AB ; mapped ; 0070 # 3.1 MATHEMATICAL SCRIPT CAPITAL P 1D4AC ; mapped ; 0071 # 3.1 MATHEMATICAL SCRIPT CAPITAL Q 1D4AD ; disallowed # NA <reserved-1D4AD> 1D4AE ; mapped ; 0073 # 3.1 MATHEMATICAL SCRIPT CAPITAL S 1D4AF ; mapped ; 0074 # 3.1 MATHEMATICAL SCRIPT CAPITAL T 1D4B0 ; mapped ; 0075 # 3.1 MATHEMATICAL SCRIPT CAPITAL U 1D4B1 ; mapped ; 0076 # 3.1 MATHEMATICAL SCRIPT CAPITAL V 1D4B2 ; mapped ; 0077 # 3.1 MATHEMATICAL SCRIPT CAPITAL W 1D4B3 ; mapped ; 0078 # 3.1 MATHEMATICAL SCRIPT CAPITAL X 1D4B4 ; mapped ; 0079 # 3.1 MATHEMATICAL SCRIPT CAPITAL Y 1D4B5 ; mapped ; 007A # 3.1 MATHEMATICAL SCRIPT CAPITAL Z 1D4B6 ; mapped ; 0061 # 3.1 MATHEMATICAL SCRIPT SMALL A 1D4B7 ; mapped ; 0062 # 3.1 MATHEMATICAL SCRIPT SMALL B 1D4B8 ; mapped ; 0063 # 3.1 MATHEMATICAL SCRIPT SMALL C 1D4B9 ; mapped ; 0064 # 3.1 MATHEMATICAL SCRIPT SMALL D 1D4BA ; disallowed # NA <reserved-1D4BA> 1D4BB ; mapped ; 0066 # 3.1 MATHEMATICAL SCRIPT SMALL F 1D4BC ; disallowed # NA <reserved-1D4BC> 1D4BD ; mapped ; 0068 # 3.1 MATHEMATICAL SCRIPT SMALL H 1D4BE ; mapped ; 0069 # 3.1 MATHEMATICAL SCRIPT SMALL I 1D4BF ; mapped ; 006A # 3.1 MATHEMATICAL SCRIPT SMALL J 1D4C0 ; mapped ; 006B # 3.1 MATHEMATICAL SCRIPT SMALL K 1D4C1 ; mapped ; 006C # 4.0 MATHEMATICAL SCRIPT SMALL L 1D4C2 ; mapped ; 006D # 3.1 MATHEMATICAL SCRIPT SMALL M 1D4C3 ; mapped ; 006E # 3.1 MATHEMATICAL SCRIPT SMALL N 1D4C4 ; disallowed # NA <reserved-1D4C4> 1D4C5 ; mapped ; 0070 # 3.1 MATHEMATICAL SCRIPT SMALL P 1D4C6 ; mapped ; 0071 # 3.1 MATHEMATICAL SCRIPT SMALL Q 1D4C7 ; mapped ; 0072 # 3.1 MATHEMATICAL SCRIPT SMALL R 1D4C8 ; mapped ; 0073 # 3.1 MATHEMATICAL SCRIPT SMALL S 1D4C9 ; mapped ; 0074 # 3.1 MATHEMATICAL SCRIPT SMALL T 1D4CA ; mapped ; 0075 # 3.1 MATHEMATICAL SCRIPT SMALL U 1D4CB ; mapped ; 0076 # 3.1 MATHEMATICAL SCRIPT SMALL V 1D4CC ; mapped ; 0077 # 3.1 MATHEMATICAL SCRIPT SMALL W 1D4CD ; mapped ; 0078 # 3.1 MATHEMATICAL SCRIPT SMALL X 1D4CE ; mapped ; 0079 # 3.1 MATHEMATICAL SCRIPT SMALL Y 1D4CF ; mapped ; 007A # 3.1 MATHEMATICAL SCRIPT SMALL Z 1D4D0 ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL A 1D4D1 ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL B 1D4D2 ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL C 1D4D3 ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL D 1D4D4 ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL E 1D4D5 ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL F 1D4D6 ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL G 1D4D7 ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL H 1D4D8 ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL I 1D4D9 ; mapped ; 006A # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL J 1D4DA ; mapped ; 006B # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL K 1D4DB ; mapped ; 006C # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL L 1D4DC ; mapped ; 006D # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL M 1D4DD ; mapped ; 006E # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL N 1D4DE ; mapped ; 006F # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL O 1D4DF ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL P 1D4E0 ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL Q 1D4E1 ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL R 1D4E2 ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL S 1D4E3 ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL T 1D4E4 ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL U 1D4E5 ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL V 1D4E6 ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL W 1D4E7 ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL X 1D4E8 ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL Y 1D4E9 ; mapped ; 007A # 3.1 MATHEMATICAL BOLD SCRIPT CAPITAL Z 1D4EA ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL A 1D4EB ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL B 1D4EC ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL C 1D4ED ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL D 1D4EE ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL E 1D4EF ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL F 1D4F0 ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL G 1D4F1 ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL H 1D4F2 ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL I 1D4F3 ; mapped ; 006A # 3.1 MATHEMATICAL BOLD SCRIPT SMALL J 1D4F4 ; mapped ; 006B # 3.1 MATHEMATICAL BOLD SCRIPT SMALL K 1D4F5 ; mapped ; 006C # 3.1 MATHEMATICAL BOLD SCRIPT SMALL L 1D4F6 ; mapped ; 006D # 3.1 MATHEMATICAL BOLD SCRIPT SMALL M 1D4F7 ; mapped ; 006E # 3.1 MATHEMATICAL BOLD SCRIPT SMALL N 1D4F8 ; mapped ; 006F # 3.1 MATHEMATICAL BOLD SCRIPT SMALL O 1D4F9 ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL P 1D4FA ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL Q 1D4FB ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL R 1D4FC ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL S 1D4FD ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL T 1D4FE ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL U 1D4FF ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL V 1D500 ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL W 1D501 ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL X 1D502 ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD SCRIPT SMALL Y 1D503 ; mapped ; 007A # 3.1 MATHEMATICAL BOLD SCRIPT SMALL Z 1D504 ; mapped ; 0061 # 3.1 MATHEMATICAL FRAKTUR CAPITAL A 1D505 ; mapped ; 0062 # 3.1 MATHEMATICAL FRAKTUR CAPITAL B 1D506 ; disallowed # NA <reserved-1D506> 1D507 ; mapped ; 0064 # 3.1 MATHEMATICAL FRAKTUR CAPITAL D 1D508 ; mapped ; 0065 # 3.1 MATHEMATICAL FRAKTUR CAPITAL E 1D509 ; mapped ; 0066 # 3.1 MATHEMATICAL FRAKTUR CAPITAL F 1D50A ; mapped ; 0067 # 3.1 MATHEMATICAL FRAKTUR CAPITAL G 1D50B..1D50C ; disallowed # NA <reserved-1D50B>..<reserved-1D50C> 1D50D ; mapped ; 006A # 3.1 MATHEMATICAL FRAKTUR CAPITAL J 1D50E ; mapped ; 006B # 3.1 MATHEMATICAL FRAKTUR CAPITAL K 1D50F ; mapped ; 006C # 3.1 MATHEMATICAL FRAKTUR CAPITAL L 1D510 ; mapped ; 006D # 3.1 MATHEMATICAL FRAKTUR CAPITAL M 1D511 ; mapped ; 006E # 3.1 MATHEMATICAL FRAKTUR CAPITAL N 1D512 ; mapped ; 006F # 3.1 MATHEMATICAL FRAKTUR CAPITAL O 1D513 ; mapped ; 0070 # 3.1 MATHEMATICAL FRAKTUR CAPITAL P 1D514 ; mapped ; 0071 # 3.1 MATHEMATICAL FRAKTUR CAPITAL Q 1D515 ; disallowed # NA <reserved-1D515> 1D516 ; mapped ; 0073 # 3.1 MATHEMATICAL FRAKTUR CAPITAL S 1D517 ; mapped ; 0074 # 3.1 MATHEMATICAL FRAKTUR CAPITAL T 1D518 ; mapped ; 0075 # 3.1 MATHEMATICAL FRAKTUR CAPITAL U 1D519 ; mapped ; 0076 # 3.1 MATHEMATICAL FRAKTUR CAPITAL V 1D51A ; mapped ; 0077 # 3.1 MATHEMATICAL FRAKTUR CAPITAL W 1D51B ; mapped ; 0078 # 3.1 MATHEMATICAL FRAKTUR CAPITAL X 1D51C ; mapped ; 0079 # 3.1 MATHEMATICAL FRAKTUR CAPITAL Y 1D51D ; disallowed # NA <reserved-1D51D> 1D51E ; mapped ; 0061 # 3.1 MATHEMATICAL FRAKTUR SMALL A 1D51F ; mapped ; 0062 # 3.1 MATHEMATICAL FRAKTUR SMALL B 1D520 ; mapped ; 0063 # 3.1 MATHEMATICAL FRAKTUR SMALL C 1D521 ; mapped ; 0064 # 3.1 MATHEMATICAL FRAKTUR SMALL D 1D522 ; mapped ; 0065 # 3.1 MATHEMATICAL FRAKTUR SMALL E 1D523 ; mapped ; 0066 # 3.1 MATHEMATICAL FRAKTUR SMALL F 1D524 ; mapped ; 0067 # 3.1 MATHEMATICAL FRAKTUR SMALL G 1D525 ; mapped ; 0068 # 3.1 MATHEMATICAL FRAKTUR SMALL H 1D526 ; mapped ; 0069 # 3.1 MATHEMATICAL FRAKTUR SMALL I 1D527 ; mapped ; 006A # 3.1 MATHEMATICAL FRAKTUR SMALL J 1D528 ; mapped ; 006B # 3.1 MATHEMATICAL FRAKTUR SMALL K 1D529 ; mapped ; 006C # 3.1 MATHEMATICAL FRAKTUR SMALL L 1D52A ; mapped ; 006D # 3.1 MATHEMATICAL FRAKTUR SMALL M 1D52B ; mapped ; 006E # 3.1 MATHEMATICAL FRAKTUR SMALL N 1D52C ; mapped ; 006F # 3.1 MATHEMATICAL FRAKTUR SMALL O 1D52D ; mapped ; 0070 # 3.1 MATHEMATICAL FRAKTUR SMALL P 1D52E ; mapped ; 0071 # 3.1 MATHEMATICAL FRAKTUR SMALL Q 1D52F ; mapped ; 0072 # 3.1 MATHEMATICAL FRAKTUR SMALL R 1D530 ; mapped ; 0073 # 3.1 MATHEMATICAL FRAKTUR SMALL S 1D531 ; mapped ; 0074 # 3.1 MATHEMATICAL FRAKTUR SMALL T 1D532 ; mapped ; 0075 # 3.1 MATHEMATICAL FRAKTUR SMALL U 1D533 ; mapped ; 0076 # 3.1 MATHEMATICAL FRAKTUR SMALL V 1D534 ; mapped ; 0077 # 3.1 MATHEMATICAL FRAKTUR SMALL W 1D535 ; mapped ; 0078 # 3.1 MATHEMATICAL FRAKTUR SMALL X 1D536 ; mapped ; 0079 # 3.1 MATHEMATICAL FRAKTUR SMALL Y 1D537 ; mapped ; 007A # 3.1 MATHEMATICAL FRAKTUR SMALL Z 1D538 ; mapped ; 0061 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL A 1D539 ; mapped ; 0062 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53A ; disallowed # NA <reserved-1D53A> 1D53B ; mapped ; 0064 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL D 1D53C ; mapped ; 0065 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL E 1D53D ; mapped ; 0066 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL F 1D53E ; mapped ; 0067 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D53F ; disallowed # NA <reserved-1D53F> 1D540 ; mapped ; 0069 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL I 1D541 ; mapped ; 006A # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL J 1D542 ; mapped ; 006B # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL K 1D543 ; mapped ; 006C # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL L 1D544 ; mapped ; 006D # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D545 ; disallowed # NA <reserved-1D545> 1D546 ; mapped ; 006F # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D547..1D549 ; disallowed # NA <reserved-1D547>..<reserved-1D549> 1D54A ; mapped ; 0073 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL S 1D54B ; mapped ; 0074 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL T 1D54C ; mapped ; 0075 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL U 1D54D ; mapped ; 0076 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL V 1D54E ; mapped ; 0077 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL W 1D54F ; mapped ; 0078 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL X 1D550 ; mapped ; 0079 # 3.1 MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D551 ; disallowed # NA <reserved-1D551> 1D552 ; mapped ; 0061 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL A 1D553 ; mapped ; 0062 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL B 1D554 ; mapped ; 0063 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL C 1D555 ; mapped ; 0064 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL D 1D556 ; mapped ; 0065 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL E 1D557 ; mapped ; 0066 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL F 1D558 ; mapped ; 0067 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL G 1D559 ; mapped ; 0068 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL H 1D55A ; mapped ; 0069 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL I 1D55B ; mapped ; 006A # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL J 1D55C ; mapped ; 006B # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL K 1D55D ; mapped ; 006C # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL L 1D55E ; mapped ; 006D # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL M 1D55F ; mapped ; 006E # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL N 1D560 ; mapped ; 006F # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL O 1D561 ; mapped ; 0070 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL P 1D562 ; mapped ; 0071 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL Q 1D563 ; mapped ; 0072 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL R 1D564 ; mapped ; 0073 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL S 1D565 ; mapped ; 0074 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL T 1D566 ; mapped ; 0075 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL U 1D567 ; mapped ; 0076 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL V 1D568 ; mapped ; 0077 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL W 1D569 ; mapped ; 0078 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL X 1D56A ; mapped ; 0079 # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL Y 1D56B ; mapped ; 007A # 3.1 MATHEMATICAL DOUBLE-STRUCK SMALL Z 1D56C ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL A 1D56D ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL B 1D56E ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL C 1D56F ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL D 1D570 ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL E 1D571 ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL F 1D572 ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL G 1D573 ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL H 1D574 ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL I 1D575 ; mapped ; 006A # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL J 1D576 ; mapped ; 006B # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL K 1D577 ; mapped ; 006C # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL L 1D578 ; mapped ; 006D # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL M 1D579 ; mapped ; 006E # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL N 1D57A ; mapped ; 006F # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL O 1D57B ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL P 1D57C ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL Q 1D57D ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL R 1D57E ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL S 1D57F ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL T 1D580 ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL U 1D581 ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL V 1D582 ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL W 1D583 ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL X 1D584 ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL Y 1D585 ; mapped ; 007A # 3.1 MATHEMATICAL BOLD FRAKTUR CAPITAL Z 1D586 ; mapped ; 0061 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL A 1D587 ; mapped ; 0062 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL B 1D588 ; mapped ; 0063 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL C 1D589 ; mapped ; 0064 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL D 1D58A ; mapped ; 0065 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL E 1D58B ; mapped ; 0066 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL F 1D58C ; mapped ; 0067 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL G 1D58D ; mapped ; 0068 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL H 1D58E ; mapped ; 0069 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL I 1D58F ; mapped ; 006A # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL J 1D590 ; mapped ; 006B # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL K 1D591 ; mapped ; 006C # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL L 1D592 ; mapped ; 006D # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL M 1D593 ; mapped ; 006E # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL N 1D594 ; mapped ; 006F # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL O 1D595 ; mapped ; 0070 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL P 1D596 ; mapped ; 0071 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL Q 1D597 ; mapped ; 0072 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL R 1D598 ; mapped ; 0073 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL S 1D599 ; mapped ; 0074 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL T 1D59A ; mapped ; 0075 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL U 1D59B ; mapped ; 0076 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL V 1D59C ; mapped ; 0077 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL W 1D59D ; mapped ; 0078 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL X 1D59E ; mapped ; 0079 # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL Y 1D59F ; mapped ; 007A # 3.1 MATHEMATICAL BOLD FRAKTUR SMALL Z 1D5A0 ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL A 1D5A1 ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL B 1D5A2 ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL C 1D5A3 ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL D 1D5A4 ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL E 1D5A5 ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL F 1D5A6 ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL G 1D5A7 ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL H 1D5A8 ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL I 1D5A9 ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF CAPITAL J 1D5AA ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF CAPITAL K 1D5AB ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF CAPITAL L 1D5AC ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF CAPITAL M 1D5AD ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF CAPITAL N 1D5AE ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF CAPITAL O 1D5AF ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL P 1D5B0 ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL Q 1D5B1 ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL R 1D5B2 ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL S 1D5B3 ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL T 1D5B4 ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL U 1D5B5 ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL V 1D5B6 ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL W 1D5B7 ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL X 1D5B8 ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF CAPITAL Y 1D5B9 ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF CAPITAL Z 1D5BA ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF SMALL A 1D5BB ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF SMALL B 1D5BC ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF SMALL C 1D5BD ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF SMALL D 1D5BE ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF SMALL E 1D5BF ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF SMALL F 1D5C0 ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF SMALL G 1D5C1 ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF SMALL H 1D5C2 ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF SMALL I 1D5C3 ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF SMALL J 1D5C4 ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF SMALL K 1D5C5 ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF SMALL L 1D5C6 ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF SMALL M 1D5C7 ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF SMALL N 1D5C8 ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF SMALL O 1D5C9 ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF SMALL P 1D5CA ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF SMALL Q 1D5CB ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF SMALL R 1D5CC ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF SMALL S 1D5CD ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF SMALL T 1D5CE ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF SMALL U 1D5CF ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF SMALL V 1D5D0 ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF SMALL W 1D5D1 ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF SMALL X 1D5D2 ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF SMALL Y 1D5D3 ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF SMALL Z 1D5D4 ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL A 1D5D5 ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL B 1D5D6 ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL C 1D5D7 ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL D 1D5D8 ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL E 1D5D9 ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL F 1D5DA ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL G 1D5DB ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL H 1D5DC ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL I 1D5DD ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL J 1D5DE ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL K 1D5DF ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL L 1D5E0 ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL M 1D5E1 ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL N 1D5E2 ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL O 1D5E3 ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL P 1D5E4 ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL Q 1D5E5 ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL R 1D5E6 ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL S 1D5E7 ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL T 1D5E8 ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL U 1D5E9 ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL V 1D5EA ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL W 1D5EB ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL X 1D5EC ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL Y 1D5ED ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL Z 1D5EE ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL A 1D5EF ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL B 1D5F0 ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL C 1D5F1 ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL D 1D5F2 ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL E 1D5F3 ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL F 1D5F4 ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL G 1D5F5 ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL H 1D5F6 ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL I 1D5F7 ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL J 1D5F8 ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL K 1D5F9 ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL L 1D5FA ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL M 1D5FB ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL N 1D5FC ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL O 1D5FD ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL P 1D5FE ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL Q 1D5FF ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL R 1D600 ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL S 1D601 ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL T 1D602 ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL U 1D603 ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL V 1D604 ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL W 1D605 ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL X 1D606 ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL Y 1D607 ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL Z 1D608 ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL A 1D609 ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL B 1D60A ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL C 1D60B ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL D 1D60C ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL E 1D60D ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL F 1D60E ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL G 1D60F ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL H 1D610 ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL I 1D611 ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL J 1D612 ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL K 1D613 ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL L 1D614 ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL M 1D615 ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL N 1D616 ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL O 1D617 ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL P 1D618 ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q 1D619 ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL R 1D61A ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL S 1D61B ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL T 1D61C ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL U 1D61D ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL V 1D61E ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL W 1D61F ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL X 1D620 ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y 1D621 ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z 1D622 ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL A 1D623 ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL B 1D624 ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL C 1D625 ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL D 1D626 ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL E 1D627 ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL F 1D628 ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL G 1D629 ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL H 1D62A ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL I 1D62B ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL J 1D62C ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL K 1D62D ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL L 1D62E ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL M 1D62F ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL N 1D630 ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL O 1D631 ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL P 1D632 ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL Q 1D633 ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL R 1D634 ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL S 1D635 ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL T 1D636 ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL U 1D637 ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL V 1D638 ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL W 1D639 ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL X 1D63A ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL Y 1D63B ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF ITALIC SMALL Z 1D63C ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A 1D63D ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B 1D63E ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C 1D63F ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D 1D640 ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E 1D641 ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F 1D642 ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G 1D643 ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H 1D644 ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I 1D645 ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J 1D646 ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K 1D647 ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L 1D648 ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M 1D649 ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N 1D64A ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O 1D64B ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P 1D64C ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q 1D64D ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R 1D64E ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S 1D64F ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T 1D650 ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U 1D651 ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V 1D652 ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W 1D653 ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X 1D654 ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y 1D655 ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z 1D656 ; mapped ; 0061 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A 1D657 ; mapped ; 0062 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B 1D658 ; mapped ; 0063 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C 1D659 ; mapped ; 0064 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D 1D65A ; mapped ; 0065 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E 1D65B ; mapped ; 0066 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F 1D65C ; mapped ; 0067 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G 1D65D ; mapped ; 0068 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H 1D65E ; mapped ; 0069 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I 1D65F ; mapped ; 006A # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J 1D660 ; mapped ; 006B # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K 1D661 ; mapped ; 006C # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L 1D662 ; mapped ; 006D # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M 1D663 ; mapped ; 006E # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N 1D664 ; mapped ; 006F # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O 1D665 ; mapped ; 0070 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P 1D666 ; mapped ; 0071 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q 1D667 ; mapped ; 0072 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R 1D668 ; mapped ; 0073 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S 1D669 ; mapped ; 0074 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T 1D66A ; mapped ; 0075 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U 1D66B ; mapped ; 0076 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V 1D66C ; mapped ; 0077 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W 1D66D ; mapped ; 0078 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X 1D66E ; mapped ; 0079 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y 1D66F ; mapped ; 007A # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z 1D670 ; mapped ; 0061 # 3.1 MATHEMATICAL MONOSPACE CAPITAL A 1D671 ; mapped ; 0062 # 3.1 MATHEMATICAL MONOSPACE CAPITAL B 1D672 ; mapped ; 0063 # 3.1 MATHEMATICAL MONOSPACE CAPITAL C 1D673 ; mapped ; 0064 # 3.1 MATHEMATICAL MONOSPACE CAPITAL D 1D674 ; mapped ; 0065 # 3.1 MATHEMATICAL MONOSPACE CAPITAL E 1D675 ; mapped ; 0066 # 3.1 MATHEMATICAL MONOSPACE CAPITAL F 1D676 ; mapped ; 0067 # 3.1 MATHEMATICAL MONOSPACE CAPITAL G 1D677 ; mapped ; 0068 # 3.1 MATHEMATICAL MONOSPACE CAPITAL H 1D678 ; mapped ; 0069 # 3.1 MATHEMATICAL MONOSPACE CAPITAL I 1D679 ; mapped ; 006A # 3.1 MATHEMATICAL MONOSPACE CAPITAL J 1D67A ; mapped ; 006B # 3.1 MATHEMATICAL MONOSPACE CAPITAL K 1D67B ; mapped ; 006C # 3.1 MATHEMATICAL MONOSPACE CAPITAL L 1D67C ; mapped ; 006D # 3.1 MATHEMATICAL MONOSPACE CAPITAL M 1D67D ; mapped ; 006E # 3.1 MATHEMATICAL MONOSPACE CAPITAL N 1D67E ; mapped ; 006F # 3.1 MATHEMATICAL MONOSPACE CAPITAL O 1D67F ; mapped ; 0070 # 3.1 MATHEMATICAL MONOSPACE CAPITAL P 1D680 ; mapped ; 0071 # 3.1 MATHEMATICAL MONOSPACE CAPITAL Q 1D681 ; mapped ; 0072 # 3.1 MATHEMATICAL MONOSPACE CAPITAL R 1D682 ; mapped ; 0073 # 3.1 MATHEMATICAL MONOSPACE CAPITAL S 1D683 ; mapped ; 0074 # 3.1 MATHEMATICAL MONOSPACE CAPITAL T 1D684 ; mapped ; 0075 # 3.1 MATHEMATICAL MONOSPACE CAPITAL U 1D685 ; mapped ; 0076 # 3.1 MATHEMATICAL MONOSPACE CAPITAL V 1D686 ; mapped ; 0077 # 3.1 MATHEMATICAL MONOSPACE CAPITAL W 1D687 ; mapped ; 0078 # 3.1 MATHEMATICAL MONOSPACE CAPITAL X 1D688 ; mapped ; 0079 # 3.1 MATHEMATICAL MONOSPACE CAPITAL Y 1D689 ; mapped ; 007A # 3.1 MATHEMATICAL MONOSPACE CAPITAL Z 1D68A ; mapped ; 0061 # 3.1 MATHEMATICAL MONOSPACE SMALL A 1D68B ; mapped ; 0062 # 3.1 MATHEMATICAL MONOSPACE SMALL B 1D68C ; mapped ; 0063 # 3.1 MATHEMATICAL MONOSPACE SMALL C 1D68D ; mapped ; 0064 # 3.1 MATHEMATICAL MONOSPACE SMALL D 1D68E ; mapped ; 0065 # 3.1 MATHEMATICAL MONOSPACE SMALL E 1D68F ; mapped ; 0066 # 3.1 MATHEMATICAL MONOSPACE SMALL F 1D690 ; mapped ; 0067 # 3.1 MATHEMATICAL MONOSPACE SMALL G 1D691 ; mapped ; 0068 # 3.1 MATHEMATICAL MONOSPACE SMALL H 1D692 ; mapped ; 0069 # 3.1 MATHEMATICAL MONOSPACE SMALL I 1D693 ; mapped ; 006A # 3.1 MATHEMATICAL MONOSPACE SMALL J 1D694 ; mapped ; 006B # 3.1 MATHEMATICAL MONOSPACE SMALL K 1D695 ; mapped ; 006C # 3.1 MATHEMATICAL MONOSPACE SMALL L 1D696 ; mapped ; 006D # 3.1 MATHEMATICAL MONOSPACE SMALL M 1D697 ; mapped ; 006E # 3.1 MATHEMATICAL MONOSPACE SMALL N 1D698 ; mapped ; 006F # 3.1 MATHEMATICAL MONOSPACE SMALL O 1D699 ; mapped ; 0070 # 3.1 MATHEMATICAL MONOSPACE SMALL P 1D69A ; mapped ; 0071 # 3.1 MATHEMATICAL MONOSPACE SMALL Q 1D69B ; mapped ; 0072 # 3.1 MATHEMATICAL MONOSPACE SMALL R 1D69C ; mapped ; 0073 # 3.1 MATHEMATICAL MONOSPACE SMALL S 1D69D ; mapped ; 0074 # 3.1 MATHEMATICAL MONOSPACE SMALL T 1D69E ; mapped ; 0075 # 3.1 MATHEMATICAL MONOSPACE SMALL U 1D69F ; mapped ; 0076 # 3.1 MATHEMATICAL MONOSPACE SMALL V 1D6A0 ; mapped ; 0077 # 3.1 MATHEMATICAL MONOSPACE SMALL W 1D6A1 ; mapped ; 0078 # 3.1 MATHEMATICAL MONOSPACE SMALL X 1D6A2 ; mapped ; 0079 # 3.1 MATHEMATICAL MONOSPACE SMALL Y 1D6A3 ; mapped ; 007A # 3.1 MATHEMATICAL MONOSPACE SMALL Z 1D6A4 ; mapped ; 0131 # 4.1 MATHEMATICAL ITALIC SMALL DOTLESS I 1D6A5 ; mapped ; 0237 # 4.1 MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A6..1D6A7 ; disallowed # NA <reserved-1D6A6>..<reserved-1D6A7> 1D6A8 ; mapped ; 03B1 # 3.1 MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 ; mapped ; 03B2 # 3.1 MATHEMATICAL BOLD CAPITAL BETA 1D6AA ; mapped ; 03B3 # 3.1 MATHEMATICAL BOLD CAPITAL GAMMA 1D6AB ; mapped ; 03B4 # 3.1 MATHEMATICAL BOLD CAPITAL DELTA 1D6AC ; mapped ; 03B5 # 3.1 MATHEMATICAL BOLD CAPITAL EPSILON 1D6AD ; mapped ; 03B6 # 3.1 MATHEMATICAL BOLD CAPITAL ZETA 1D6AE ; mapped ; 03B7 # 3.1 MATHEMATICAL BOLD CAPITAL ETA 1D6AF ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD CAPITAL THETA 1D6B0 ; mapped ; 03B9 # 3.1 MATHEMATICAL BOLD CAPITAL IOTA 1D6B1 ; mapped ; 03BA # 3.1 MATHEMATICAL BOLD CAPITAL KAPPA 1D6B2 ; mapped ; 03BB # 3.1 MATHEMATICAL BOLD CAPITAL LAMDA 1D6B3 ; mapped ; 03BC # 3.1 MATHEMATICAL BOLD CAPITAL MU 1D6B4 ; mapped ; 03BD # 3.1 MATHEMATICAL BOLD CAPITAL NU 1D6B5 ; mapped ; 03BE # 3.1 MATHEMATICAL BOLD CAPITAL XI 1D6B6 ; mapped ; 03BF # 3.1 MATHEMATICAL BOLD CAPITAL OMICRON 1D6B7 ; mapped ; 03C0 # 3.1 MATHEMATICAL BOLD CAPITAL PI 1D6B8 ; mapped ; 03C1 # 3.1 MATHEMATICAL BOLD CAPITAL RHO 1D6B9 ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD CAPITAL THETA SYMBOL 1D6BA ; mapped ; 03C3 # 3.1 MATHEMATICAL BOLD CAPITAL SIGMA 1D6BB ; mapped ; 03C4 # 3.1 MATHEMATICAL BOLD CAPITAL TAU 1D6BC ; mapped ; 03C5 # 3.1 MATHEMATICAL BOLD CAPITAL UPSILON 1D6BD ; mapped ; 03C6 # 3.1 MATHEMATICAL BOLD CAPITAL PHI 1D6BE ; mapped ; 03C7 # 3.1 MATHEMATICAL BOLD CAPITAL CHI 1D6BF ; mapped ; 03C8 # 3.1 MATHEMATICAL BOLD CAPITAL PSI 1D6C0 ; mapped ; 03C9 # 3.1 MATHEMATICAL BOLD CAPITAL OMEGA 1D6C1 ; mapped ; 2207 # 3.1 MATHEMATICAL BOLD NABLA 1D6C2 ; mapped ; 03B1 # 3.1 MATHEMATICAL BOLD SMALL ALPHA 1D6C3 ; mapped ; 03B2 # 3.1 MATHEMATICAL BOLD SMALL BETA 1D6C4 ; mapped ; 03B3 # 3.1 MATHEMATICAL BOLD SMALL GAMMA 1D6C5 ; mapped ; 03B4 # 3.1 MATHEMATICAL BOLD SMALL DELTA 1D6C6 ; mapped ; 03B5 # 3.1 MATHEMATICAL BOLD SMALL EPSILON 1D6C7 ; mapped ; 03B6 # 3.1 MATHEMATICAL BOLD SMALL ZETA 1D6C8 ; mapped ; 03B7 # 3.1 MATHEMATICAL BOLD SMALL ETA 1D6C9 ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD SMALL THETA 1D6CA ; mapped ; 03B9 # 3.1 MATHEMATICAL BOLD SMALL IOTA 1D6CB ; mapped ; 03BA # 3.1 MATHEMATICAL BOLD SMALL KAPPA 1D6CC ; mapped ; 03BB # 3.1 MATHEMATICAL BOLD SMALL LAMDA 1D6CD ; mapped ; 03BC # 3.1 MATHEMATICAL BOLD SMALL MU 1D6CE ; mapped ; 03BD # 3.1 MATHEMATICAL BOLD SMALL NU 1D6CF ; mapped ; 03BE # 3.1 MATHEMATICAL BOLD SMALL XI 1D6D0 ; mapped ; 03BF # 3.1 MATHEMATICAL BOLD SMALL OMICRON 1D6D1 ; mapped ; 03C0 # 3.1 MATHEMATICAL BOLD SMALL PI 1D6D2 ; mapped ; 03C1 # 3.1 MATHEMATICAL BOLD SMALL RHO 1D6D3..1D6D4 ; mapped ; 03C3 # 3.1 MATHEMATICAL BOLD SMALL FINAL SIGMA..MATHEMATICAL BOLD SMALL SIGMA 1D6D5 ; mapped ; 03C4 # 3.1 MATHEMATICAL BOLD SMALL TAU 1D6D6 ; mapped ; 03C5 # 3.1 MATHEMATICAL BOLD SMALL UPSILON 1D6D7 ; mapped ; 03C6 # 3.1 MATHEMATICAL BOLD SMALL PHI 1D6D8 ; mapped ; 03C7 # 3.1 MATHEMATICAL BOLD SMALL CHI 1D6D9 ; mapped ; 03C8 # 3.1 MATHEMATICAL BOLD SMALL PSI 1D6DA ; mapped ; 03C9 # 3.1 MATHEMATICAL BOLD SMALL OMEGA 1D6DB ; mapped ; 2202 # 3.1 MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 1D6DC ; mapped ; 03B5 # 3.1 MATHEMATICAL BOLD EPSILON SYMBOL 1D6DD ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD THETA SYMBOL 1D6DE ; mapped ; 03BA # 3.1 MATHEMATICAL BOLD KAPPA SYMBOL 1D6DF ; mapped ; 03C6 # 3.1 MATHEMATICAL BOLD PHI SYMBOL 1D6E0 ; mapped ; 03C1 # 3.1 MATHEMATICAL BOLD RHO SYMBOL 1D6E1 ; mapped ; 03C0 # 3.1 MATHEMATICAL BOLD PI SYMBOL 1D6E2 ; mapped ; 03B1 # 3.1 MATHEMATICAL ITALIC CAPITAL ALPHA 1D6E3 ; mapped ; 03B2 # 3.1 MATHEMATICAL ITALIC CAPITAL BETA 1D6E4 ; mapped ; 03B3 # 3.1 MATHEMATICAL ITALIC CAPITAL GAMMA 1D6E5 ; mapped ; 03B4 # 3.1 MATHEMATICAL ITALIC CAPITAL DELTA 1D6E6 ; mapped ; 03B5 # 3.1 MATHEMATICAL ITALIC CAPITAL EPSILON 1D6E7 ; mapped ; 03B6 # 3.1 MATHEMATICAL ITALIC CAPITAL ZETA 1D6E8 ; mapped ; 03B7 # 3.1 MATHEMATICAL ITALIC CAPITAL ETA 1D6E9 ; mapped ; 03B8 # 3.1 MATHEMATICAL ITALIC CAPITAL THETA 1D6EA ; mapped ; 03B9 # 3.1 MATHEMATICAL ITALIC CAPITAL IOTA 1D6EB ; mapped ; 03BA # 3.1 MATHEMATICAL ITALIC CAPITAL KAPPA 1D6EC ; mapped ; 03BB # 3.1 MATHEMATICAL ITALIC CAPITAL LAMDA 1D6ED ; mapped ; 03BC # 3.1 MATHEMATICAL ITALIC CAPITAL MU 1D6EE ; mapped ; 03BD # 3.1 MATHEMATICAL ITALIC CAPITAL NU 1D6EF ; mapped ; 03BE # 3.1 MATHEMATICAL ITALIC CAPITAL XI 1D6F0 ; mapped ; 03BF # 3.1 MATHEMATICAL ITALIC CAPITAL OMICRON 1D6F1 ; mapped ; 03C0 # 3.1 MATHEMATICAL ITALIC CAPITAL PI 1D6F2 ; mapped ; 03C1 # 3.1 MATHEMATICAL ITALIC CAPITAL RHO 1D6F3 ; mapped ; 03B8 # 3.1 MATHEMATICAL ITALIC CAPITAL THETA SYMBOL 1D6F4 ; mapped ; 03C3 # 3.1 MATHEMATICAL ITALIC CAPITAL SIGMA 1D6F5 ; mapped ; 03C4 # 3.1 MATHEMATICAL ITALIC CAPITAL TAU 1D6F6 ; mapped ; 03C5 # 3.1 MATHEMATICAL ITALIC CAPITAL UPSILON 1D6F7 ; mapped ; 03C6 # 3.1 MATHEMATICAL ITALIC CAPITAL PHI 1D6F8 ; mapped ; 03C7 # 3.1 MATHEMATICAL ITALIC CAPITAL CHI 1D6F9 ; mapped ; 03C8 # 3.1 MATHEMATICAL ITALIC CAPITAL PSI 1D6FA ; mapped ; 03C9 # 3.1 MATHEMATICAL ITALIC CAPITAL OMEGA 1D6FB ; mapped ; 2207 # 3.1 MATHEMATICAL ITALIC NABLA 1D6FC ; mapped ; 03B1 # 3.1 MATHEMATICAL ITALIC SMALL ALPHA 1D6FD ; mapped ; 03B2 # 3.1 MATHEMATICAL ITALIC SMALL BETA 1D6FE ; mapped ; 03B3 # 3.1 MATHEMATICAL ITALIC SMALL GAMMA 1D6FF ; mapped ; 03B4 # 3.1 MATHEMATICAL ITALIC SMALL DELTA 1D700 ; mapped ; 03B5 # 3.1 MATHEMATICAL ITALIC SMALL EPSILON 1D701 ; mapped ; 03B6 # 3.1 MATHEMATICAL ITALIC SMALL ZETA 1D702 ; mapped ; 03B7 # 3.1 MATHEMATICAL ITALIC SMALL ETA 1D703 ; mapped ; 03B8 # 3.1 MATHEMATICAL ITALIC SMALL THETA 1D704 ; mapped ; 03B9 # 3.1 MATHEMATICAL ITALIC SMALL IOTA 1D705 ; mapped ; 03BA # 3.1 MATHEMATICAL ITALIC SMALL KAPPA 1D706 ; mapped ; 03BB # 3.1 MATHEMATICAL ITALIC SMALL LAMDA 1D707 ; mapped ; 03BC # 3.1 MATHEMATICAL ITALIC SMALL MU 1D708 ; mapped ; 03BD # 3.1 MATHEMATICAL ITALIC SMALL NU 1D709 ; mapped ; 03BE # 3.1 MATHEMATICAL ITALIC SMALL XI 1D70A ; mapped ; 03BF # 3.1 MATHEMATICAL ITALIC SMALL OMICRON 1D70B ; mapped ; 03C0 # 3.1 MATHEMATICAL ITALIC SMALL PI 1D70C ; mapped ; 03C1 # 3.1 MATHEMATICAL ITALIC SMALL RHO 1D70D..1D70E ; mapped ; 03C3 # 3.1 MATHEMATICAL ITALIC SMALL FINAL SIGMA..MATHEMATICAL ITALIC SMALL SIGMA 1D70F ; mapped ; 03C4 # 3.1 MATHEMATICAL ITALIC SMALL TAU 1D710 ; mapped ; 03C5 # 3.1 MATHEMATICAL ITALIC SMALL UPSILON 1D711 ; mapped ; 03C6 # 3.1 MATHEMATICAL ITALIC SMALL PHI 1D712 ; mapped ; 03C7 # 3.1 MATHEMATICAL ITALIC SMALL CHI 1D713 ; mapped ; 03C8 # 3.1 MATHEMATICAL ITALIC SMALL PSI 1D714 ; mapped ; 03C9 # 3.1 MATHEMATICAL ITALIC SMALL OMEGA 1D715 ; mapped ; 2202 # 3.1 MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 1D716 ; mapped ; 03B5 # 3.1 MATHEMATICAL ITALIC EPSILON SYMBOL 1D717 ; mapped ; 03B8 # 3.1 MATHEMATICAL ITALIC THETA SYMBOL 1D718 ; mapped ; 03BA # 3.1 MATHEMATICAL ITALIC KAPPA SYMBOL 1D719 ; mapped ; 03C6 # 3.1 MATHEMATICAL ITALIC PHI SYMBOL 1D71A ; mapped ; 03C1 # 3.1 MATHEMATICAL ITALIC RHO SYMBOL 1D71B ; mapped ; 03C0 # 3.1 MATHEMATICAL ITALIC PI SYMBOL 1D71C ; mapped ; 03B1 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL ALPHA 1D71D ; mapped ; 03B2 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL BETA 1D71E ; mapped ; 03B3 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL GAMMA 1D71F ; mapped ; 03B4 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL DELTA 1D720 ; mapped ; 03B5 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL EPSILON 1D721 ; mapped ; 03B6 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL ZETA 1D722 ; mapped ; 03B7 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL ETA 1D723 ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL THETA 1D724 ; mapped ; 03B9 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL IOTA 1D725 ; mapped ; 03BA # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL KAPPA 1D726 ; mapped ; 03BB # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL LAMDA 1D727 ; mapped ; 03BC # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL MU 1D728 ; mapped ; 03BD # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL NU 1D729 ; mapped ; 03BE # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL XI 1D72A ; mapped ; 03BF # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL OMICRON 1D72B ; mapped ; 03C0 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL PI 1D72C ; mapped ; 03C1 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL RHO 1D72D ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL 1D72E ; mapped ; 03C3 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL SIGMA 1D72F ; mapped ; 03C4 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL TAU 1D730 ; mapped ; 03C5 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL UPSILON 1D731 ; mapped ; 03C6 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL PHI 1D732 ; mapped ; 03C7 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL CHI 1D733 ; mapped ; 03C8 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL PSI 1D734 ; mapped ; 03C9 # 3.1 MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 1D735 ; mapped ; 2207 # 3.1 MATHEMATICAL BOLD ITALIC NABLA 1D736 ; mapped ; 03B1 # 3.1 MATHEMATICAL BOLD ITALIC SMALL ALPHA 1D737 ; mapped ; 03B2 # 3.1 MATHEMATICAL BOLD ITALIC SMALL BETA 1D738 ; mapped ; 03B3 # 3.1 MATHEMATICAL BOLD ITALIC SMALL GAMMA 1D739 ; mapped ; 03B4 # 3.1 MATHEMATICAL BOLD ITALIC SMALL DELTA 1D73A ; mapped ; 03B5 # 3.1 MATHEMATICAL BOLD ITALIC SMALL EPSILON 1D73B ; mapped ; 03B6 # 3.1 MATHEMATICAL BOLD ITALIC SMALL ZETA 1D73C ; mapped ; 03B7 # 3.1 MATHEMATICAL BOLD ITALIC SMALL ETA 1D73D ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD ITALIC SMALL THETA 1D73E ; mapped ; 03B9 # 3.1 MATHEMATICAL BOLD ITALIC SMALL IOTA 1D73F ; mapped ; 03BA # 3.1 MATHEMATICAL BOLD ITALIC SMALL KAPPA 1D740 ; mapped ; 03BB # 3.1 MATHEMATICAL BOLD ITALIC SMALL LAMDA 1D741 ; mapped ; 03BC # 3.1 MATHEMATICAL BOLD ITALIC SMALL MU 1D742 ; mapped ; 03BD # 3.1 MATHEMATICAL BOLD ITALIC SMALL NU 1D743 ; mapped ; 03BE # 3.1 MATHEMATICAL BOLD ITALIC SMALL XI 1D744 ; mapped ; 03BF # 3.1 MATHEMATICAL BOLD ITALIC SMALL OMICRON 1D745 ; mapped ; 03C0 # 3.1 MATHEMATICAL BOLD ITALIC SMALL PI 1D746 ; mapped ; 03C1 # 3.1 MATHEMATICAL BOLD ITALIC SMALL RHO 1D747..1D748 ; mapped ; 03C3 # 3.1 MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA..MATHEMATICAL BOLD ITALIC SMALL SIGMA 1D749 ; mapped ; 03C4 # 3.1 MATHEMATICAL BOLD ITALIC SMALL TAU 1D74A ; mapped ; 03C5 # 3.1 MATHEMATICAL BOLD ITALIC SMALL UPSILON 1D74B ; mapped ; 03C6 # 3.1 MATHEMATICAL BOLD ITALIC SMALL PHI 1D74C ; mapped ; 03C7 # 3.1 MATHEMATICAL BOLD ITALIC SMALL CHI 1D74D ; mapped ; 03C8 # 3.1 MATHEMATICAL BOLD ITALIC SMALL PSI 1D74E ; mapped ; 03C9 # 3.1 MATHEMATICAL BOLD ITALIC SMALL OMEGA 1D74F ; mapped ; 2202 # 3.1 MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 1D750 ; mapped ; 03B5 # 3.1 MATHEMATICAL BOLD ITALIC EPSILON SYMBOL 1D751 ; mapped ; 03B8 # 3.1 MATHEMATICAL BOLD ITALIC THETA SYMBOL 1D752 ; mapped ; 03BA # 3.1 MATHEMATICAL BOLD ITALIC KAPPA SYMBOL 1D753 ; mapped ; 03C6 # 3.1 MATHEMATICAL BOLD ITALIC PHI SYMBOL 1D754 ; mapped ; 03C1 # 3.1 MATHEMATICAL BOLD ITALIC RHO SYMBOL 1D755 ; mapped ; 03C0 # 3.1 MATHEMATICAL BOLD ITALIC PI SYMBOL 1D756 ; mapped ; 03B1 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA 1D757 ; mapped ; 03B2 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA 1D758 ; mapped ; 03B3 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA 1D759 ; mapped ; 03B4 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA 1D75A ; mapped ; 03B5 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON 1D75B ; mapped ; 03B6 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA 1D75C ; mapped ; 03B7 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA 1D75D ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA 1D75E ; mapped ; 03B9 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA 1D75F ; mapped ; 03BA # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA 1D760 ; mapped ; 03BB # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA 1D761 ; mapped ; 03BC # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL MU 1D762 ; mapped ; 03BD # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL NU 1D763 ; mapped ; 03BE # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL XI 1D764 ; mapped ; 03BF # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON 1D765 ; mapped ; 03C0 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL PI 1D766 ; mapped ; 03C1 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO 1D767 ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL 1D768 ; mapped ; 03C3 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA 1D769 ; mapped ; 03C4 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU 1D76A ; mapped ; 03C5 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON 1D76B ; mapped ; 03C6 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI 1D76C ; mapped ; 03C7 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI 1D76D ; mapped ; 03C8 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI 1D76E ; mapped ; 03C9 # 3.1 MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 1D76F ; mapped ; 2207 # 3.1 MATHEMATICAL SANS-SERIF BOLD NABLA 1D770 ; mapped ; 03B1 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA 1D771 ; mapped ; 03B2 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL BETA 1D772 ; mapped ; 03B3 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA 1D773 ; mapped ; 03B4 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL DELTA 1D774 ; mapped ; 03B5 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON 1D775 ; mapped ; 03B6 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL ZETA 1D776 ; mapped ; 03B7 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL ETA 1D777 ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL THETA 1D778 ; mapped ; 03B9 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL IOTA 1D779 ; mapped ; 03BA # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA 1D77A ; mapped ; 03BB # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA 1D77B ; mapped ; 03BC # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL MU 1D77C ; mapped ; 03BD # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL NU 1D77D ; mapped ; 03BE # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL XI 1D77E ; mapped ; 03BF # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON 1D77F ; mapped ; 03C0 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL PI 1D780 ; mapped ; 03C1 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL RHO 1D781..1D782 ; mapped ; 03C3 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA..MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA 1D783 ; mapped ; 03C4 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL TAU 1D784 ; mapped ; 03C5 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON 1D785 ; mapped ; 03C6 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL PHI 1D786 ; mapped ; 03C7 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL CHI 1D787 ; mapped ; 03C8 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL PSI 1D788 ; mapped ; 03C9 # 3.1 MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA 1D789 ; mapped ; 2202 # 3.1 MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 1D78A ; mapped ; 03B5 # 3.1 MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL 1D78B ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL 1D78C ; mapped ; 03BA # 3.1 MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL 1D78D ; mapped ; 03C6 # 3.1 MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL 1D78E ; mapped ; 03C1 # 3.1 MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL 1D78F ; mapped ; 03C0 # 3.1 MATHEMATICAL SANS-SERIF BOLD PI SYMBOL 1D790 ; mapped ; 03B1 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA 1D791 ; mapped ; 03B2 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA 1D792 ; mapped ; 03B3 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA 1D793 ; mapped ; 03B4 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA 1D794 ; mapped ; 03B5 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON 1D795 ; mapped ; 03B6 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA 1D796 ; mapped ; 03B7 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA 1D797 ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA 1D798 ; mapped ; 03B9 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA 1D799 ; mapped ; 03BA # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA 1D79A ; mapped ; 03BB # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA 1D79B ; mapped ; 03BC # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU 1D79C ; mapped ; 03BD # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU 1D79D ; mapped ; 03BE # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI 1D79E ; mapped ; 03BF # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON 1D79F ; mapped ; 03C0 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI 1D7A0 ; mapped ; 03C1 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO 1D7A1 ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL 1D7A2 ; mapped ; 03C3 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA 1D7A3 ; mapped ; 03C4 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU 1D7A4 ; mapped ; 03C5 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON 1D7A5 ; mapped ; 03C6 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI 1D7A6 ; mapped ; 03C7 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI 1D7A7 ; mapped ; 03C8 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI 1D7A8 ; mapped ; 03C9 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 1D7A9 ; mapped ; 2207 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA 1D7AA ; mapped ; 03B1 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA 1D7AB ; mapped ; 03B2 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA 1D7AC ; mapped ; 03B3 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA 1D7AD ; mapped ; 03B4 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA 1D7AE ; mapped ; 03B5 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON 1D7AF ; mapped ; 03B6 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA 1D7B0 ; mapped ; 03B7 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA 1D7B1 ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA 1D7B2 ; mapped ; 03B9 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA 1D7B3 ; mapped ; 03BA # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA 1D7B4 ; mapped ; 03BB # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA 1D7B5 ; mapped ; 03BC # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU 1D7B6 ; mapped ; 03BD # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU 1D7B7 ; mapped ; 03BE # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI 1D7B8 ; mapped ; 03BF # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON 1D7B9 ; mapped ; 03C0 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI 1D7BA ; mapped ; 03C1 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO 1D7BB..1D7BC ; mapped ; 03C3 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA..MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA 1D7BD ; mapped ; 03C4 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU 1D7BE ; mapped ; 03C5 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON 1D7BF ; mapped ; 03C6 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI 1D7C0 ; mapped ; 03C7 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI 1D7C1 ; mapped ; 03C8 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI 1D7C2 ; mapped ; 03C9 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA 1D7C3 ; mapped ; 2202 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL 1D7C4 ; mapped ; 03B5 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL 1D7C5 ; mapped ; 03B8 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL 1D7C6 ; mapped ; 03BA # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL 1D7C7 ; mapped ; 03C6 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 1D7C8 ; mapped ; 03C1 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 1D7C9 ; mapped ; 03C0 # 3.1 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL 1D7CA..1D7CB ; mapped ; 03DD # 5.0 MATHEMATICAL BOLD CAPITAL DIGAMMA..MATHEMATICAL BOLD SMALL DIGAMMA 1D7CC..1D7CD ; disallowed # NA <reserved-1D7CC>..<reserved-1D7CD> 1D7CE ; mapped ; 0030 # 3.1 MATHEMATICAL BOLD DIGIT ZERO 1D7CF ; mapped ; 0031 # 3.1 MATHEMATICAL BOLD DIGIT ONE 1D7D0 ; mapped ; 0032 # 3.1 MATHEMATICAL BOLD DIGIT TWO 1D7D1 ; mapped ; 0033 # 3.1 MATHEMATICAL BOLD DIGIT THREE 1D7D2 ; mapped ; 0034 # 3.1 MATHEMATICAL BOLD DIGIT FOUR 1D7D3 ; mapped ; 0035 # 3.1 MATHEMATICAL BOLD DIGIT FIVE 1D7D4 ; mapped ; 0036 # 3.1 MATHEMATICAL BOLD DIGIT SIX 1D7D5 ; mapped ; 0037 # 3.1 MATHEMATICAL BOLD DIGIT SEVEN 1D7D6 ; mapped ; 0038 # 3.1 MATHEMATICAL BOLD DIGIT EIGHT 1D7D7 ; mapped ; 0039 # 3.1 MATHEMATICAL BOLD DIGIT NINE 1D7D8 ; mapped ; 0030 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO 1D7D9 ; mapped ; 0031 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT ONE 1D7DA ; mapped ; 0032 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT TWO 1D7DB ; mapped ; 0033 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT THREE 1D7DC ; mapped ; 0034 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR 1D7DD ; mapped ; 0035 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE 1D7DE ; mapped ; 0036 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT SIX 1D7DF ; mapped ; 0037 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN 1D7E0 ; mapped ; 0038 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT 1D7E1 ; mapped ; 0039 # 3.1 MATHEMATICAL DOUBLE-STRUCK DIGIT NINE 1D7E2 ; mapped ; 0030 # 3.1 MATHEMATICAL SANS-SERIF DIGIT ZERO 1D7E3 ; mapped ; 0031 # 3.1 MATHEMATICAL SANS-SERIF DIGIT ONE 1D7E4 ; mapped ; 0032 # 3.1 MATHEMATICAL SANS-SERIF DIGIT TWO 1D7E5 ; mapped ; 0033 # 3.1 MATHEMATICAL SANS-SERIF DIGIT THREE 1D7E6 ; mapped ; 0034 # 3.1 MATHEMATICAL SANS-SERIF DIGIT FOUR 1D7E7 ; mapped ; 0035 # 3.1 MATHEMATICAL SANS-SERIF DIGIT FIVE 1D7E8 ; mapped ; 0036 # 3.1 MATHEMATICAL SANS-SERIF DIGIT SIX 1D7E9 ; mapped ; 0037 # 3.1 MATHEMATICAL SANS-SERIF DIGIT SEVEN 1D7EA ; mapped ; 0038 # 3.1 MATHEMATICAL SANS-SERIF DIGIT EIGHT 1D7EB ; mapped ; 0039 # 3.1 MATHEMATICAL SANS-SERIF DIGIT NINE 1D7EC ; mapped ; 0030 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO 1D7ED ; mapped ; 0031 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT ONE 1D7EE ; mapped ; 0032 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT TWO 1D7EF ; mapped ; 0033 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT THREE 1D7F0 ; mapped ; 0034 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR 1D7F1 ; mapped ; 0035 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE 1D7F2 ; mapped ; 0036 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT SIX 1D7F3 ; mapped ; 0037 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN 1D7F4 ; mapped ; 0038 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT 1D7F5 ; mapped ; 0039 # 3.1 MATHEMATICAL SANS-SERIF BOLD DIGIT NINE 1D7F6 ; mapped ; 0030 # 3.1 MATHEMATICAL MONOSPACE DIGIT ZERO 1D7F7 ; mapped ; 0031 # 3.1 MATHEMATICAL MONOSPACE DIGIT ONE 1D7F8 ; mapped ; 0032 # 3.1 MATHEMATICAL MONOSPACE DIGIT TWO 1D7F9 ; mapped ; 0033 # 3.1 MATHEMATICAL MONOSPACE DIGIT THREE 1D7FA ; mapped ; 0034 # 3.1 MATHEMATICAL MONOSPACE DIGIT FOUR 1D7FB ; mapped ; 0035 # 3.1 MATHEMATICAL MONOSPACE DIGIT FIVE 1D7FC ; mapped ; 0036 # 3.1 MATHEMATICAL MONOSPACE DIGIT SIX 1D7FD ; mapped ; 0037 # 3.1 MATHEMATICAL MONOSPACE DIGIT SEVEN 1D7FE ; mapped ; 0038 # 3.1 MATHEMATICAL MONOSPACE DIGIT EIGHT 1D7FF ; mapped ; 0039 # 3.1 MATHEMATICAL MONOSPACE DIGIT NINE 1D800..1EDFF ; disallowed # NA <reserved-1D800>..<reserved-1EDFF> 1EE00 ; mapped ; 0627 # 6.1 ARABIC MATHEMATICAL ALEF 1EE01 ; mapped ; 0628 # 6.1 ARABIC MATHEMATICAL BEH 1EE02 ; mapped ; 062C # 6.1 ARABIC MATHEMATICAL JEEM 1EE03 ; mapped ; 062F # 6.1 ARABIC MATHEMATICAL DAL 1EE04 ; disallowed # NA <reserved-1EE04> 1EE05 ; mapped ; 0648 # 6.1 ARABIC MATHEMATICAL WAW 1EE06 ; mapped ; 0632 # 6.1 ARABIC MATHEMATICAL ZAIN 1EE07 ; mapped ; 062D # 6.1 ARABIC MATHEMATICAL HAH 1EE08 ; mapped ; 0637 # 6.1 ARABIC MATHEMATICAL TAH 1EE09 ; mapped ; 064A # 6.1 ARABIC MATHEMATICAL YEH 1EE0A ; mapped ; 0643 # 6.1 ARABIC MATHEMATICAL KAF 1EE0B ; mapped ; 0644 # 6.1 ARABIC MATHEMATICAL LAM 1EE0C ; mapped ; 0645 # 6.1 ARABIC MATHEMATICAL MEEM 1EE0D ; mapped ; 0646 # 6.1 ARABIC MATHEMATICAL NOON 1EE0E ; mapped ; 0633 # 6.1 ARABIC MATHEMATICAL SEEN 1EE0F ; mapped ; 0639 # 6.1 ARABIC MATHEMATICAL AIN 1EE10 ; mapped ; 0641 # 6.1 ARABIC MATHEMATICAL FEH 1EE11 ; mapped ; 0635 # 6.1 ARABIC MATHEMATICAL SAD 1EE12 ; mapped ; 0642 # 6.1 ARABIC MATHEMATICAL QAF 1EE13 ; mapped ; 0631 # 6.1 ARABIC MATHEMATICAL REH 1EE14 ; mapped ; 0634 # 6.1 ARABIC MATHEMATICAL SHEEN 1EE15 ; mapped ; 062A # 6.1 ARABIC MATHEMATICAL TEH 1EE16 ; mapped ; 062B # 6.1 ARABIC MATHEMATICAL THEH 1EE17 ; mapped ; 062E # 6.1 ARABIC MATHEMATICAL KHAH 1EE18 ; mapped ; 0630 # 6.1 ARABIC MATHEMATICAL THAL 1EE19 ; mapped ; 0636 # 6.1 ARABIC MATHEMATICAL DAD 1EE1A ; mapped ; 0638 # 6.1 ARABIC MATHEMATICAL ZAH 1EE1B ; mapped ; 063A # 6.1 ARABIC MATHEMATICAL GHAIN 1EE1C ; mapped ; 066E # 6.1 ARABIC MATHEMATICAL DOTLESS BEH 1EE1D ; mapped ; 06BA # 6.1 ARABIC MATHEMATICAL DOTLESS NOON 1EE1E ; mapped ; 06A1 # 6.1 ARABIC MATHEMATICAL DOTLESS FEH 1EE1F ; mapped ; 066F # 6.1 ARABIC MATHEMATICAL DOTLESS QAF 1EE20 ; disallowed # NA <reserved-1EE20> 1EE21 ; mapped ; 0628 # 6.1 ARABIC MATHEMATICAL INITIAL BEH 1EE22 ; mapped ; 062C # 6.1 ARABIC MATHEMATICAL INITIAL JEEM 1EE23 ; disallowed # NA <reserved-1EE23> 1EE24 ; mapped ; 0647 # 6.1 ARABIC MATHEMATICAL INITIAL HEH 1EE25..1EE26 ; disallowed # NA <reserved-1EE25>..<reserved-1EE26> 1EE27 ; mapped ; 062D # 6.1 ARABIC MATHEMATICAL INITIAL HAH 1EE28 ; disallowed # NA <reserved-1EE28> 1EE29 ; mapped ; 064A # 6.1 ARABIC MATHEMATICAL INITIAL YEH 1EE2A ; mapped ; 0643 # 6.1 ARABIC MATHEMATICAL INITIAL KAF 1EE2B ; mapped ; 0644 # 6.1 ARABIC MATHEMATICAL INITIAL LAM 1EE2C ; mapped ; 0645 # 6.1 ARABIC MATHEMATICAL INITIAL MEEM 1EE2D ; mapped ; 0646 # 6.1 ARABIC MATHEMATICAL INITIAL NOON 1EE2E ; mapped ; 0633 # 6.1 ARABIC MATHEMATICAL INITIAL SEEN 1EE2F ; mapped ; 0639 # 6.1 ARABIC MATHEMATICAL INITIAL AIN 1EE30 ; mapped ; 0641 # 6.1 ARABIC MATHEMATICAL INITIAL FEH 1EE31 ; mapped ; 0635 # 6.1 ARABIC MATHEMATICAL INITIAL SAD 1EE32 ; mapped ; 0642 # 6.1 ARABIC MATHEMATICAL INITIAL QAF 1EE33 ; disallowed # NA <reserved-1EE33> 1EE34 ; mapped ; 0634 # 6.1 ARABIC MATHEMATICAL INITIAL SHEEN 1EE35 ; mapped ; 062A # 6.1 ARABIC MATHEMATICAL INITIAL TEH 1EE36 ; mapped ; 062B # 6.1 ARABIC MATHEMATICAL INITIAL THEH 1EE37 ; mapped ; 062E # 6.1 ARABIC MATHEMATICAL INITIAL KHAH 1EE38 ; disallowed # NA <reserved-1EE38> 1EE39 ; mapped ; 0636 # 6.1 ARABIC MATHEMATICAL INITIAL DAD 1EE3A ; disallowed # NA <reserved-1EE3A> 1EE3B ; mapped ; 063A # 6.1 ARABIC MATHEMATICAL INITIAL GHAIN 1EE3C..1EE41 ; disallowed # NA <reserved-1EE3C>..<reserved-1EE41> 1EE42 ; mapped ; 062C # 6.1 ARABIC MATHEMATICAL TAILED JEEM 1EE43..1EE46 ; disallowed # NA <reserved-1EE43>..<reserved-1EE46> 1EE47 ; mapped ; 062D # 6.1 ARABIC MATHEMATICAL TAILED HAH 1EE48 ; disallowed # NA <reserved-1EE48> 1EE49 ; mapped ; 064A # 6.1 ARABIC MATHEMATICAL TAILED YEH 1EE4A ; disallowed # NA <reserved-1EE4A> 1EE4B ; mapped ; 0644 # 6.1 ARABIC MATHEMATICAL TAILED LAM 1EE4C ; disallowed # NA <reserved-1EE4C> 1EE4D ; mapped ; 0646 # 6.1 ARABIC MATHEMATICAL TAILED NOON 1EE4E ; mapped ; 0633 # 6.1 ARABIC MATHEMATICAL TAILED SEEN 1EE4F ; mapped ; 0639 # 6.1 ARABIC MATHEMATICAL TAILED AIN 1EE50 ; disallowed # NA <reserved-1EE50> 1EE51 ; mapped ; 0635 # 6.1 ARABIC MATHEMATICAL TAILED SAD 1EE52 ; mapped ; 0642 # 6.1 ARABIC MATHEMATICAL TAILED QAF 1EE53 ; disallowed # NA <reserved-1EE53> 1EE54 ; mapped ; 0634 # 6.1 ARABIC MATHEMATICAL TAILED SHEEN 1EE55..1EE56 ; disallowed # NA <reserved-1EE55>..<reserved-1EE56> 1EE57 ; mapped ; 062E # 6.1 ARABIC MATHEMATICAL TAILED KHAH 1EE58 ; disallowed # NA <reserved-1EE58> 1EE59 ; mapped ; 0636 # 6.1 ARABIC MATHEMATICAL TAILED DAD 1EE5A ; disallowed # NA <reserved-1EE5A> 1EE5B ; mapped ; 063A # 6.1 ARABIC MATHEMATICAL TAILED GHAIN 1EE5C ; disallowed # NA <reserved-1EE5C> 1EE5D ; mapped ; 06BA # 6.1 ARABIC MATHEMATICAL TAILED DOTLESS NOON 1EE5E ; disallowed # NA <reserved-1EE5E> 1EE5F ; mapped ; 066F # 6.1 ARABIC MATHEMATICAL TAILED DOTLESS QAF 1EE60 ; disallowed # NA <reserved-1EE60> 1EE61 ; mapped ; 0628 # 6.1 ARABIC MATHEMATICAL STRETCHED BEH 1EE62 ; mapped ; 062C # 6.1 ARABIC MATHEMATICAL STRETCHED JEEM 1EE63 ; disallowed # NA <reserved-1EE63> 1EE64 ; mapped ; 0647 # 6.1 ARABIC MATHEMATICAL STRETCHED HEH 1EE65..1EE66 ; disallowed # NA <reserved-1EE65>..<reserved-1EE66> 1EE67 ; mapped ; 062D # 6.1 ARABIC MATHEMATICAL STRETCHED HAH 1EE68 ; mapped ; 0637 # 6.1 ARABIC MATHEMATICAL STRETCHED TAH 1EE69 ; mapped ; 064A # 6.1 ARABIC MATHEMATICAL STRETCHED YEH 1EE6A ; mapped ; 0643 # 6.1 ARABIC MATHEMATICAL STRETCHED KAF 1EE6B ; disallowed # NA <reserved-1EE6B> 1EE6C ; mapped ; 0645 # 6.1 ARABIC MATHEMATICAL STRETCHED MEEM 1EE6D ; mapped ; 0646 # 6.1 ARABIC MATHEMATICAL STRETCHED NOON 1EE6E ; mapped ; 0633 # 6.1 ARABIC MATHEMATICAL STRETCHED SEEN 1EE6F ; mapped ; 0639 # 6.1 ARABIC MATHEMATICAL STRETCHED AIN 1EE70 ; mapped ; 0641 # 6.1 ARABIC MATHEMATICAL STRETCHED FEH 1EE71 ; mapped ; 0635 # 6.1 ARABIC MATHEMATICAL STRETCHED SAD 1EE72 ; mapped ; 0642 # 6.1 ARABIC MATHEMATICAL STRETCHED QAF 1EE73 ; disallowed # NA <reserved-1EE73> 1EE74 ; mapped ; 0634 # 6.1 ARABIC MATHEMATICAL STRETCHED SHEEN 1EE75 ; mapped ; 062A # 6.1 ARABIC MATHEMATICAL STRETCHED TEH 1EE76 ; mapped ; 062B # 6.1 ARABIC MATHEMATICAL STRETCHED THEH 1EE77 ; mapped ; 062E # 6.1 ARABIC MATHEMATICAL STRETCHED KHAH 1EE78 ; disallowed # NA <reserved-1EE78> 1EE79 ; mapped ; 0636 # 6.1 ARABIC MATHEMATICAL STRETCHED DAD 1EE7A ; mapped ; 0638 # 6.1 ARABIC MATHEMATICAL STRETCHED ZAH 1EE7B ; mapped ; 063A # 6.1 ARABIC MATHEMATICAL STRETCHED GHAIN 1EE7C ; mapped ; 066E # 6.1 ARABIC MATHEMATICAL STRETCHED DOTLESS BEH 1EE7D ; disallowed # NA <reserved-1EE7D> 1EE7E ; mapped ; 06A1 # 6.1 ARABIC MATHEMATICAL STRETCHED DOTLESS FEH 1EE7F ; disallowed # NA <reserved-1EE7F> 1EE80 ; mapped ; 0627 # 6.1 ARABIC MATHEMATICAL LOOPED ALEF 1EE81 ; mapped ; 0628 # 6.1 ARABIC MATHEMATICAL LOOPED BEH 1EE82 ; mapped ; 062C # 6.1 ARABIC MATHEMATICAL LOOPED JEEM 1EE83 ; mapped ; 062F # 6.1 ARABIC MATHEMATICAL LOOPED DAL 1EE84 ; mapped ; 0647 # 6.1 ARABIC MATHEMATICAL LOOPED HEH 1EE85 ; mapped ; 0648 # 6.1 ARABIC MATHEMATICAL LOOPED WAW 1EE86 ; mapped ; 0632 # 6.1 ARABIC MATHEMATICAL LOOPED ZAIN 1EE87 ; mapped ; 062D # 6.1 ARABIC MATHEMATICAL LOOPED HAH 1EE88 ; mapped ; 0637 # 6.1 ARABIC MATHEMATICAL LOOPED TAH 1EE89 ; mapped ; 064A # 6.1 ARABIC MATHEMATICAL LOOPED YEH 1EE8A ; disallowed # NA <reserved-1EE8A> 1EE8B ; mapped ; 0644 # 6.1 ARABIC MATHEMATICAL LOOPED LAM 1EE8C ; mapped ; 0645 # 6.1 ARABIC MATHEMATICAL LOOPED MEEM 1EE8D ; mapped ; 0646 # 6.1 ARABIC MATHEMATICAL LOOPED NOON 1EE8E ; mapped ; 0633 # 6.1 ARABIC MATHEMATICAL LOOPED SEEN 1EE8F ; mapped ; 0639 # 6.1 ARABIC MATHEMATICAL LOOPED AIN 1EE90 ; mapped ; 0641 # 6.1 ARABIC MATHEMATICAL LOOPED FEH 1EE91 ; mapped ; 0635 # 6.1 ARABIC MATHEMATICAL LOOPED SAD 1EE92 ; mapped ; 0642 # 6.1 ARABIC MATHEMATICAL LOOPED QAF 1EE93 ; mapped ; 0631 # 6.1 ARABIC MATHEMATICAL LOOPED REH 1EE94 ; mapped ; 0634 # 6.1 ARABIC MATHEMATICAL LOOPED SHEEN 1EE95 ; mapped ; 062A # 6.1 ARABIC MATHEMATICAL LOOPED TEH 1EE96 ; mapped ; 062B # 6.1 ARABIC MATHEMATICAL LOOPED THEH 1EE97 ; mapped ; 062E # 6.1 ARABIC MATHEMATICAL LOOPED KHAH 1EE98 ; mapped ; 0630 # 6.1 ARABIC MATHEMATICAL LOOPED THAL 1EE99 ; mapped ; 0636 # 6.1 ARABIC MATHEMATICAL LOOPED DAD 1EE9A ; mapped ; 0638 # 6.1 ARABIC MATHEMATICAL LOOPED ZAH 1EE9B ; mapped ; 063A # 6.1 ARABIC MATHEMATICAL LOOPED GHAIN 1EE9C..1EEA0 ; disallowed # NA <reserved-1EE9C>..<reserved-1EEA0> 1EEA1 ; mapped ; 0628 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK BEH 1EEA2 ; mapped ; 062C # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM 1EEA3 ; mapped ; 062F # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK DAL 1EEA4 ; disallowed # NA <reserved-1EEA4> 1EEA5 ; mapped ; 0648 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK WAW 1EEA6 ; mapped ; 0632 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN 1EEA7 ; mapped ; 062D # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK HAH 1EEA8 ; mapped ; 0637 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK TAH 1EEA9 ; mapped ; 064A # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK YEH 1EEAA ; disallowed # NA <reserved-1EEAA> 1EEAB ; mapped ; 0644 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK LAM 1EEAC ; mapped ; 0645 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM 1EEAD ; mapped ; 0646 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK NOON 1EEAE ; mapped ; 0633 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN 1EEAF ; mapped ; 0639 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK AIN 1EEB0 ; mapped ; 0641 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK FEH 1EEB1 ; mapped ; 0635 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK SAD 1EEB2 ; mapped ; 0642 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK QAF 1EEB3 ; mapped ; 0631 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK REH 1EEB4 ; mapped ; 0634 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN 1EEB5 ; mapped ; 062A # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK TEH 1EEB6 ; mapped ; 062B # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK THEH 1EEB7 ; mapped ; 062E # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH 1EEB8 ; mapped ; 0630 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK THAL 1EEB9 ; mapped ; 0636 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK DAD 1EEBA ; mapped ; 0638 # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH 1EEBB ; mapped ; 063A # 6.1 ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN 1EEBC..1EEEF ; disallowed # NA <reserved-1EEBC>..<reserved-1EEEF> 1EEF0..1EEF1 ; valid ; ; NV8 # 6.1 ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL..ARABIC MATHEMATICAL OPERATOR HAH WITH DAL 1EEF2..1EFFF ; disallowed # NA <reserved-1EEF2>..<reserved-1EFFF> 1F000..1F02B ; valid ; ; NV8 # 5.1 MAHJONG TILE EAST WIND..MAHJONG TILE BACK 1F02C..1F02F ; disallowed # NA <reserved-1F02C>..<reserved-1F02F> 1F030..1F093 ; valid ; ; NV8 # 5.1 DOMINO TILE HORIZONTAL BACK..DOMINO TILE VERTICAL-06-06 1F094..1F09F ; disallowed # NA <reserved-1F094>..<reserved-1F09F> 1F0A0..1F0AE ; valid ; ; NV8 # 6.0 PLAYING CARD BACK..PLAYING CARD KING OF SPADES 1F0AF..1F0B0 ; disallowed # NA <reserved-1F0AF>..<reserved-1F0B0> 1F0B1..1F0BE ; valid ; ; NV8 # 6.0 PLAYING CARD ACE OF HEARTS..PLAYING CARD KING OF HEARTS 1F0BF..1F0C0 ; disallowed # NA <reserved-1F0BF>..<reserved-1F0C0> 1F0C1..1F0CF ; valid ; ; NV8 # 6.0 PLAYING CARD ACE OF DIAMONDS..PLAYING CARD BLACK JOKER 1F0D0 ; disallowed # NA <reserved-1F0D0> 1F0D1..1F0DF ; valid ; ; NV8 # 6.0 PLAYING CARD ACE OF CLUBS..PLAYING CARD WHITE JOKER 1F0E0..1F0FF ; disallowed # NA <reserved-1F0E0>..<reserved-1F0FF> 1F100 ; disallowed # 5.2 DIGIT ZERO FULL STOP 1F101 ; disallowed_STD3_mapped ; 0030 002C # 5.2 DIGIT ZERO COMMA 1F102 ; disallowed_STD3_mapped ; 0031 002C # 5.2 DIGIT ONE COMMA 1F103 ; disallowed_STD3_mapped ; 0032 002C # 5.2 DIGIT TWO COMMA 1F104 ; disallowed_STD3_mapped ; 0033 002C # 5.2 DIGIT THREE COMMA 1F105 ; disallowed_STD3_mapped ; 0034 002C # 5.2 DIGIT FOUR COMMA 1F106 ; disallowed_STD3_mapped ; 0035 002C # 5.2 DIGIT FIVE COMMA 1F107 ; disallowed_STD3_mapped ; 0036 002C # 5.2 DIGIT SIX COMMA 1F108 ; disallowed_STD3_mapped ; 0037 002C # 5.2 DIGIT SEVEN COMMA 1F109 ; disallowed_STD3_mapped ; 0038 002C # 5.2 DIGIT EIGHT COMMA 1F10A ; disallowed_STD3_mapped ; 0039 002C # 5.2 DIGIT NINE COMMA 1F10B..1F10F ; disallowed # NA <reserved-1F10B>..<reserved-1F10F> 1F110 ; disallowed_STD3_mapped ; 0028 0061 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER A 1F111 ; disallowed_STD3_mapped ; 0028 0062 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER B 1F112 ; disallowed_STD3_mapped ; 0028 0063 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER C 1F113 ; disallowed_STD3_mapped ; 0028 0064 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER D 1F114 ; disallowed_STD3_mapped ; 0028 0065 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER E 1F115 ; disallowed_STD3_mapped ; 0028 0066 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER F 1F116 ; disallowed_STD3_mapped ; 0028 0067 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER G 1F117 ; disallowed_STD3_mapped ; 0028 0068 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER H 1F118 ; disallowed_STD3_mapped ; 0028 0069 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER I 1F119 ; disallowed_STD3_mapped ; 0028 006A 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER J 1F11A ; disallowed_STD3_mapped ; 0028 006B 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER K 1F11B ; disallowed_STD3_mapped ; 0028 006C 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER L 1F11C ; disallowed_STD3_mapped ; 0028 006D 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER M 1F11D ; disallowed_STD3_mapped ; 0028 006E 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER N 1F11E ; disallowed_STD3_mapped ; 0028 006F 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER O 1F11F ; disallowed_STD3_mapped ; 0028 0070 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER P 1F120 ; disallowed_STD3_mapped ; 0028 0071 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER Q 1F121 ; disallowed_STD3_mapped ; 0028 0072 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER R 1F122 ; disallowed_STD3_mapped ; 0028 0073 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER S 1F123 ; disallowed_STD3_mapped ; 0028 0074 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER T 1F124 ; disallowed_STD3_mapped ; 0028 0075 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER U 1F125 ; disallowed_STD3_mapped ; 0028 0076 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER V 1F126 ; disallowed_STD3_mapped ; 0028 0077 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER W 1F127 ; disallowed_STD3_mapped ; 0028 0078 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER X 1F128 ; disallowed_STD3_mapped ; 0028 0079 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER Y 1F129 ; disallowed_STD3_mapped ; 0028 007A 0029 #5.2 PARENTHESIZED LATIN CAPITAL LETTER Z 1F12A ; mapped ; 3014 0073 3015 #5.2 TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S 1F12B ; mapped ; 0063 # 5.2 CIRCLED ITALIC LATIN CAPITAL LETTER C 1F12C ; mapped ; 0072 # 5.2 CIRCLED ITALIC LATIN CAPITAL LETTER R 1F12D ; mapped ; 0063 0064 # 5.2 CIRCLED CD 1F12E ; mapped ; 0077 007A # 5.2 CIRCLED WZ 1F12F ; disallowed # NA <reserved-1F12F> 1F130 ; mapped ; 0061 # 6.0 SQUARED LATIN CAPITAL LETTER A 1F131 ; mapped ; 0062 # 5.2 SQUARED LATIN CAPITAL LETTER B 1F132 ; mapped ; 0063 # 6.0 SQUARED LATIN CAPITAL LETTER C 1F133 ; mapped ; 0064 # 6.0 SQUARED LATIN CAPITAL LETTER D 1F134 ; mapped ; 0065 # 6.0 SQUARED LATIN CAPITAL LETTER E 1F135 ; mapped ; 0066 # 6.0 SQUARED LATIN CAPITAL LETTER F 1F136 ; mapped ; 0067 # 6.0 SQUARED LATIN CAPITAL LETTER G 1F137 ; mapped ; 0068 # 6.0 SQUARED LATIN CAPITAL LETTER H 1F138 ; mapped ; 0069 # 6.0 SQUARED LATIN CAPITAL LETTER I 1F139 ; mapped ; 006A # 6.0 SQUARED LATIN CAPITAL LETTER J 1F13A ; mapped ; 006B # 6.0 SQUARED LATIN CAPITAL LETTER K 1F13B ; mapped ; 006C # 6.0 SQUARED LATIN CAPITAL LETTER L 1F13C ; mapped ; 006D # 6.0 SQUARED LATIN CAPITAL LETTER M 1F13D ; mapped ; 006E # 5.2 SQUARED LATIN CAPITAL LETTER N 1F13E ; mapped ; 006F # 6.0 SQUARED LATIN CAPITAL LETTER O 1F13F ; mapped ; 0070 # 5.2 SQUARED LATIN CAPITAL LETTER P 1F140 ; mapped ; 0071 # 6.0 SQUARED LATIN CAPITAL LETTER Q 1F141 ; mapped ; 0072 # 6.0 SQUARED LATIN CAPITAL LETTER R 1F142 ; mapped ; 0073 # 5.2 SQUARED LATIN CAPITAL LETTER S 1F143 ; mapped ; 0074 # 6.0 SQUARED LATIN CAPITAL LETTER T 1F144 ; mapped ; 0075 # 6.0 SQUARED LATIN CAPITAL LETTER U 1F145 ; mapped ; 0076 # 6.0 SQUARED LATIN CAPITAL LETTER V 1F146 ; mapped ; 0077 # 5.2 SQUARED LATIN CAPITAL LETTER W 1F147 ; mapped ; 0078 # 6.0 SQUARED LATIN CAPITAL LETTER X 1F148 ; mapped ; 0079 # 6.0 SQUARED LATIN CAPITAL LETTER Y 1F149 ; mapped ; 007A # 6.0 SQUARED LATIN CAPITAL LETTER Z 1F14A ; mapped ; 0068 0076 # 5.2 SQUARED HV 1F14B ; mapped ; 006D 0076 # 5.2 SQUARED MV 1F14C ; mapped ; 0073 0064 # 5.2 SQUARED SD 1F14D ; mapped ; 0073 0073 # 5.2 SQUARED SS 1F14E ; mapped ; 0070 0070 0076 #5.2 SQUARED PPV 1F14F ; mapped ; 0077 0063 # 6.0 SQUARED WC 1F150..1F156 ; valid ; ; NV8 # 6.0 NEGATIVE CIRCLED LATIN CAPITAL LETTER A..NEGATIVE CIRCLED LATIN CAPITAL LETTER G 1F157 ; valid ; ; NV8 # 5.2 NEGATIVE CIRCLED LATIN CAPITAL LETTER H 1F158..1F15E ; valid ; ; NV8 # 6.0 NEGATIVE CIRCLED LATIN CAPITAL LETTER I..NEGATIVE CIRCLED LATIN CAPITAL LETTER O 1F15F ; valid ; ; NV8 # 5.2 NEGATIVE CIRCLED LATIN CAPITAL LETTER P 1F160..1F169 ; valid ; ; NV8 # 6.0 NEGATIVE CIRCLED LATIN CAPITAL LETTER Q..NEGATIVE CIRCLED LATIN CAPITAL LETTER Z 1F16A ; mapped ; 006D 0063 # 6.1 RAISED MC SIGN 1F16B ; mapped ; 006D 0064 # 6.1 RAISED MD SIGN 1F16C..1F16F ; disallowed # NA <reserved-1F16C>..<reserved-1F16F> 1F170..1F178 ; valid ; ; NV8 # 6.0 NEGATIVE SQUARED LATIN CAPITAL LETTER A..NEGATIVE SQUARED LATIN CAPITAL LETTER I 1F179 ; valid ; ; NV8 # 5.2 NEGATIVE SQUARED LATIN CAPITAL LETTER J 1F17A ; valid ; ; NV8 # 6.0 NEGATIVE SQUARED LATIN CAPITAL LETTER K 1F17B..1F17C ; valid ; ; NV8 # 5.2 NEGATIVE SQUARED LATIN CAPITAL LETTER L..NEGATIVE SQUARED LATIN CAPITAL LETTER M 1F17D..1F17E ; valid ; ; NV8 # 6.0 NEGATIVE SQUARED LATIN CAPITAL LETTER N..NEGATIVE SQUARED LATIN CAPITAL LETTER O 1F17F ; valid ; ; NV8 # 5.2 NEGATIVE SQUARED LATIN CAPITAL LETTER P 1F180..1F189 ; valid ; ; NV8 # 6.0 NEGATIVE SQUARED LATIN CAPITAL LETTER Q..NEGATIVE SQUARED LATIN CAPITAL LETTER Z 1F18A..1F18D ; valid ; ; NV8 # 5.2 CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P..NEGATIVE SQUARED SA 1F18E..1F18F ; valid ; ; NV8 # 6.0 NEGATIVE SQUARED AB..NEGATIVE SQUARED WC 1F190 ; mapped ; 0064 006A # 5.2 SQUARE DJ 1F191..1F19A ; valid ; ; NV8 # 6.0 SQUARED CL..SQUARED VS 1F19B..1F1E5 ; disallowed # NA <reserved-1F19B>..<reserved-1F1E5> 1F1E6..1F1FF ; valid ; ; NV8 # 6.0 REGIONAL INDICATOR SYMBOL LETTER A..REGIONAL INDICATOR SYMBOL LETTER Z 1F200 ; mapped ; 307B 304B # 5.2 SQUARE HIRAGANA HOKA 1F201 ; mapped ; 30B3 30B3 # 6.0 SQUARED KATAKANA KOKO 1F202 ; mapped ; 30B5 # 6.0 SQUARED KATAKANA SA 1F203..1F20F ; disallowed # NA <reserved-1F203>..<reserved-1F20F> 1F210 ; mapped ; 624B # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-624B 1F211 ; mapped ; 5B57 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-5B57 1F212 ; mapped ; 53CC # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-53CC 1F213 ; mapped ; 30C7 # 5.2 SQUARED KATAKANA DE 1F214 ; mapped ; 4E8C # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-4E8C 1F215 ; mapped ; 591A # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-591A 1F216 ; mapped ; 89E3 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-89E3 1F217 ; mapped ; 5929 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-5929 1F218 ; mapped ; 4EA4 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-4EA4 1F219 ; mapped ; 6620 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6620 1F21A ; mapped ; 7121 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-7121 1F21B ; mapped ; 6599 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6599 1F21C ; mapped ; 524D # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-524D 1F21D ; mapped ; 5F8C # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-5F8C 1F21E ; mapped ; 518D # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-518D 1F21F ; mapped ; 65B0 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-65B0 1F220 ; mapped ; 521D # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-521D 1F221 ; mapped ; 7D42 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-7D42 1F222 ; mapped ; 751F # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-751F 1F223 ; mapped ; 8CA9 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-8CA9 1F224 ; mapped ; 58F0 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-58F0 1F225 ; mapped ; 5439 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-5439 1F226 ; mapped ; 6F14 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6F14 1F227 ; mapped ; 6295 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6295 1F228 ; mapped ; 6355 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6355 1F229 ; mapped ; 4E00 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-4E00 1F22A ; mapped ; 4E09 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-4E09 1F22B ; mapped ; 904A # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-904A 1F22C ; mapped ; 5DE6 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-5DE6 1F22D ; mapped ; 4E2D # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-4E2D 1F22E ; mapped ; 53F3 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-53F3 1F22F ; mapped ; 6307 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6307 1F230 ; mapped ; 8D70 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-8D70 1F231 ; mapped ; 6253 # 5.2 SQUARED CJK UNIFIED IDEOGRAPH-6253 1F232 ; mapped ; 7981 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-7981 1F233 ; mapped ; 7A7A # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-7A7A 1F234 ; mapped ; 5408 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-5408 1F235 ; mapped ; 6E80 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-6E80 1F236 ; mapped ; 6709 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-6709 1F237 ; mapped ; 6708 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-6708 1F238 ; mapped ; 7533 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-7533 1F239 ; mapped ; 5272 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-5272 1F23A ; mapped ; 55B6 # 6.0 SQUARED CJK UNIFIED IDEOGRAPH-55B6 1F23B..1F23F ; disallowed # NA <reserved-1F23B>..<reserved-1F23F> 1F240 ; mapped ; 3014 672C 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C 1F241 ; mapped ; 3014 4E09 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09 1F242 ; mapped ; 3014 4E8C 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C 1F243 ; mapped ; 3014 5B89 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89 1F244 ; mapped ; 3014 70B9 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9 1F245 ; mapped ; 3014 6253 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253 1F246 ; mapped ; 3014 76D7 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7 1F247 ; mapped ; 3014 52DD 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD 1F248 ; mapped ; 3014 6557 3015 #5.2 TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 1F249..1F24F ; disallowed # NA <reserved-1F249>..<reserved-1F24F> 1F250 ; mapped ; 5F97 # 6.0 CIRCLED IDEOGRAPH ADVANTAGE 1F251 ; mapped ; 53EF # 6.0 CIRCLED IDEOGRAPH ACCEPT 1F252..1F2FF ; disallowed # NA <reserved-1F252>..<reserved-1F2FF> 1F300..1F320 ; valid ; ; NV8 # 6.0 CYCLONE..SHOOTING STAR 1F321..1F32F ; disallowed # NA <reserved-1F321>..<reserved-1F32F> 1F330..1F335 ; valid ; ; NV8 # 6.0 CHESTNUT..CACTUS 1F336 ; disallowed # NA <reserved-1F336> 1F337..1F37C ; valid ; ; NV8 # 6.0 TULIP..BABY BOTTLE 1F37D..1F37F ; disallowed # NA <reserved-1F37D>..<reserved-1F37F> 1F380..1F393 ; valid ; ; NV8 # 6.0 RIBBON..GRADUATION CAP 1F394..1F39F ; disallowed # NA <reserved-1F394>..<reserved-1F39F> 1F3A0..1F3C4 ; valid ; ; NV8 # 6.0 CAROUSEL HORSE..SURFER 1F3C5 ; disallowed # NA <reserved-1F3C5> 1F3C6..1F3CA ; valid ; ; NV8 # 6.0 TROPHY..SWIMMER 1F3CB..1F3DF ; disallowed # NA <reserved-1F3CB>..<reserved-1F3DF> 1F3E0..1F3F0 ; valid ; ; NV8 # 6.0 HOUSE BUILDING..EUROPEAN CASTLE 1F3F1..1F3FF ; disallowed # NA <reserved-1F3F1>..<reserved-1F3FF> 1F400..1F43E ; valid ; ; NV8 # 6.0 RAT..PAW PRINTS 1F43F ; disallowed # NA <reserved-1F43F> 1F440 ; valid ; ; NV8 # 6.0 EYES 1F441 ; disallowed # NA <reserved-1F441> 1F442..1F4F7 ; valid ; ; NV8 # 6.0 EAR..CAMERA 1F4F8 ; disallowed # NA <reserved-1F4F8> 1F4F9..1F4FC ; valid ; ; NV8 # 6.0 VIDEO CAMERA..VIDEOCASSETTE 1F4FD..1F4FF ; disallowed # NA <reserved-1F4FD>..<reserved-1F4FF> 1F500..1F53D ; valid ; ; NV8 # 6.0 TWISTED RIGHTWARDS ARROWS..DOWN-POINTING SMALL RED TRIANGLE 1F53E..1F53F ; disallowed # NA <reserved-1F53E>..<reserved-1F53F> 1F540..1F543 ; valid ; ; NV8 # 6.1 CIRCLED CROSS POMMEE..NOTCHED LEFT SEMICIRCLE WITH THREE DOTS 1F544..1F54F ; disallowed # NA <reserved-1F544>..<reserved-1F54F> 1F550..1F567 ; valid ; ; NV8 # 6.0 CLOCK FACE ONE OCLOCK..CLOCK FACE TWELVE-THIRTY 1F568..1F5FA ; disallowed # NA <reserved-1F568>..<reserved-1F5FA> 1F5FB..1F5FF ; valid ; ; NV8 # 6.0 MOUNT FUJI..MOYAI 1F600 ; valid ; ; NV8 # 6.1 GRINNING FACE 1F601..1F610 ; valid ; ; NV8 # 6.0 GRINNING FACE WITH SMILING EYES..NEUTRAL FACE 1F611 ; valid ; ; NV8 # 6.1 EXPRESSIONLESS FACE 1F612..1F614 ; valid ; ; NV8 # 6.0 UNAMUSED FACE..PENSIVE FACE 1F615 ; valid ; ; NV8 # 6.1 CONFUSED FACE 1F616 ; valid ; ; NV8 # 6.0 CONFOUNDED FACE 1F617 ; valid ; ; NV8 # 6.1 KISSING FACE 1F618 ; valid ; ; NV8 # 6.0 FACE THROWING A KISS 1F619 ; valid ; ; NV8 # 6.1 KISSING FACE WITH SMILING EYES 1F61A ; valid ; ; NV8 # 6.0 KISSING FACE WITH CLOSED EYES 1F61B ; valid ; ; NV8 # 6.1 FACE WITH STUCK-OUT TONGUE 1F61C..1F61E ; valid ; ; NV8 # 6.0 FACE WITH STUCK-OUT TONGUE AND WINKING EYE..DISAPPOINTED FACE 1F61F ; valid ; ; NV8 # 6.1 WORRIED FACE 1F620..1F625 ; valid ; ; NV8 # 6.0 ANGRY FACE..DISAPPOINTED BUT RELIEVED FACE 1F626..1F627 ; valid ; ; NV8 # 6.1 FROWNING FACE WITH OPEN MOUTH..ANGUISHED FACE 1F628..1F62B ; valid ; ; NV8 # 6.0 FEARFUL FACE..TIRED FACE 1F62C ; valid ; ; NV8 # 6.1 GRIMACING FACE 1F62D ; valid ; ; NV8 # 6.0 LOUDLY CRYING FACE 1F62E..1F62F ; valid ; ; NV8 # 6.1 FACE WITH OPEN MOUTH..HUSHED FACE 1F630..1F633 ; valid ; ; NV8 # 6.0 FACE WITH OPEN MOUTH AND COLD SWEAT..FLUSHED FACE 1F634 ; valid ; ; NV8 # 6.1 SLEEPING FACE 1F635..1F640 ; valid ; ; NV8 # 6.0 DIZZY FACE..WEARY CAT FACE 1F641..1F644 ; disallowed # NA <reserved-1F641>..<reserved-1F644> 1F645..1F64F ; valid ; ; NV8 # 6.0 FACE WITH NO GOOD GESTURE..PERSON WITH FOLDED HANDS 1F650..1F67F ; disallowed # NA <reserved-1F650>..<reserved-1F67F> 1F680..1F6C5 ; valid ; ; NV8 # 6.0 ROCKET..LEFT LUGGAGE 1F6C6..1F6FF ; disallowed # NA <reserved-1F6C6>..<reserved-1F6FF> 1F700..1F773 ; valid ; ; NV8 # 6.0 ALCHEMICAL SYMBOL FOR QUINTESSENCE..ALCHEMICAL SYMBOL FOR HALF OUNCE 1F774..1FFFD ; disallowed # NA <reserved-1F774>..<reserved-1FFFD> 1FFFE..1FFFF ; disallowed # 2.0 <noncharacter-1FFFE>..<noncharacter-1FFFF> 20000..2A6D6 ; valid # 3.1 CJK UNIFIED IDEOGRAPH-20000..CJK UNIFIED IDEOGRAPH-2A6D6 2A6D7..2A6FF ; disallowed # NA <reserved-2A6D7>..<reserved-2A6FF> 2A700..2B734 ; valid # 5.2 CJK UNIFIED IDEOGRAPH-2A700..CJK UNIFIED IDEOGRAPH-2B734 2B735..2B73F ; disallowed # NA <reserved-2B735>..<reserved-2B73F> 2B740..2B81D ; valid # 6.0 CJK UNIFIED IDEOGRAPH-2B740..CJK UNIFIED IDEOGRAPH-2B81D 2B81E..2F7FF ; disallowed # NA <reserved-2B81E>..<reserved-2F7FF> 2F800 ; mapped ; 4E3D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F800 2F801 ; mapped ; 4E38 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F801 2F802 ; mapped ; 4E41 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F802 2F803 ; mapped ; 20122 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F803 2F804 ; mapped ; 4F60 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F804 2F805 ; mapped ; 4FAE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F805 2F806 ; mapped ; 4FBB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F806 2F807 ; mapped ; 5002 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F807 2F808 ; mapped ; 507A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F808 2F809 ; mapped ; 5099 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F809 2F80A ; mapped ; 50E7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F80A 2F80B ; mapped ; 50CF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F80B 2F80C ; mapped ; 349E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F80C 2F80D ; mapped ; 2063A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F80D 2F80E ; mapped ; 514D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F80E 2F80F ; mapped ; 5154 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F80F 2F810 ; mapped ; 5164 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F810 2F811 ; mapped ; 5177 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F811 2F812 ; mapped ; 2051C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F812 2F813 ; mapped ; 34B9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F813 2F814 ; mapped ; 5167 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F814 2F815 ; mapped ; 518D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F815 2F816 ; mapped ; 2054B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F816 2F817 ; mapped ; 5197 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F817 2F818 ; mapped ; 51A4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F818 2F819 ; mapped ; 4ECC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F819 2F81A ; mapped ; 51AC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F81A 2F81B ; mapped ; 51B5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F81B 2F81C ; mapped ; 291DF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F81C 2F81D ; mapped ; 51F5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F81D 2F81E ; mapped ; 5203 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F81E 2F81F ; mapped ; 34DF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F81F 2F820 ; mapped ; 523B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F820 2F821 ; mapped ; 5246 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F821 2F822 ; mapped ; 5272 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F822 2F823 ; mapped ; 5277 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F823 2F824 ; mapped ; 3515 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F824 2F825 ; mapped ; 52C7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F825 2F826 ; mapped ; 52C9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F826 2F827 ; mapped ; 52E4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F827 2F828 ; mapped ; 52FA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F828 2F829 ; mapped ; 5305 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F829 2F82A ; mapped ; 5306 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F82A 2F82B ; mapped ; 5317 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F82B 2F82C ; mapped ; 5349 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F82C 2F82D ; mapped ; 5351 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F82D 2F82E ; mapped ; 535A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F82E 2F82F ; mapped ; 5373 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F82F 2F830 ; mapped ; 537D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F830 2F831..2F833 ; mapped ; 537F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F831..CJK COMPATIBILITY IDEOGRAPH-2F833 2F834 ; mapped ; 20A2C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F834 2F835 ; mapped ; 7070 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F835 2F836 ; mapped ; 53CA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F836 2F837 ; mapped ; 53DF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F837 2F838 ; mapped ; 20B63 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F838 2F839 ; mapped ; 53EB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F839 2F83A ; mapped ; 53F1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F83A 2F83B ; mapped ; 5406 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F83B 2F83C ; mapped ; 549E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F83C 2F83D ; mapped ; 5438 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F83D 2F83E ; mapped ; 5448 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F83E 2F83F ; mapped ; 5468 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F83F 2F840 ; mapped ; 54A2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F840 2F841 ; mapped ; 54F6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F841 2F842 ; mapped ; 5510 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F842 2F843 ; mapped ; 5553 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F843 2F844 ; mapped ; 5563 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F844 2F845..2F846 ; mapped ; 5584 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F845..CJK COMPATIBILITY IDEOGRAPH-2F846 2F847 ; mapped ; 5599 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F847 2F848 ; mapped ; 55AB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F848 2F849 ; mapped ; 55B3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F849 2F84A ; mapped ; 55C2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F84A 2F84B ; mapped ; 5716 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F84B 2F84C ; mapped ; 5606 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F84C 2F84D ; mapped ; 5717 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F84D 2F84E ; mapped ; 5651 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F84E 2F84F ; mapped ; 5674 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F84F 2F850 ; mapped ; 5207 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F850 2F851 ; mapped ; 58EE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F851 2F852 ; mapped ; 57CE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F852 2F853 ; mapped ; 57F4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F853 2F854 ; mapped ; 580D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F854 2F855 ; mapped ; 578B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F855 2F856 ; mapped ; 5832 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F856 2F857 ; mapped ; 5831 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F857 2F858 ; mapped ; 58AC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F858 2F859 ; mapped ; 214E4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F859 2F85A ; mapped ; 58F2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F85A 2F85B ; mapped ; 58F7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F85B 2F85C ; mapped ; 5906 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F85C 2F85D ; mapped ; 591A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F85D 2F85E ; mapped ; 5922 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F85E 2F85F ; mapped ; 5962 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F85F 2F860 ; mapped ; 216A8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F860 2F861 ; mapped ; 216EA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F861 2F862 ; mapped ; 59EC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F862 2F863 ; mapped ; 5A1B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F863 2F864 ; mapped ; 5A27 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F864 2F865 ; mapped ; 59D8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F865 2F866 ; mapped ; 5A66 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F866 2F867 ; mapped ; 36EE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F867 2F868 ; disallowed # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F868 2F869 ; mapped ; 5B08 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F869 2F86A..2F86B ; mapped ; 5B3E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F86A..CJK COMPATIBILITY IDEOGRAPH-2F86B 2F86C ; mapped ; 219C8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F86C 2F86D ; mapped ; 5BC3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F86D 2F86E ; mapped ; 5BD8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F86E 2F86F ; mapped ; 5BE7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F86F 2F870 ; mapped ; 5BF3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F870 2F871 ; mapped ; 21B18 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F871 2F872 ; mapped ; 5BFF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F872 2F873 ; mapped ; 5C06 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F873 2F874 ; disallowed # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F874 2F875 ; mapped ; 5C22 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F875 2F876 ; mapped ; 3781 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F876 2F877 ; mapped ; 5C60 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F877 2F878 ; mapped ; 5C6E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F878 2F879 ; mapped ; 5CC0 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F879 2F87A ; mapped ; 5C8D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F87A 2F87B ; mapped ; 21DE4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F87B 2F87C ; mapped ; 5D43 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F87C 2F87D ; mapped ; 21DE6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F87D 2F87E ; mapped ; 5D6E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F87E 2F87F ; mapped ; 5D6B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F87F 2F880 ; mapped ; 5D7C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F880 2F881 ; mapped ; 5DE1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F881 2F882 ; mapped ; 5DE2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F882 2F883 ; mapped ; 382F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F883 2F884 ; mapped ; 5DFD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F884 2F885 ; mapped ; 5E28 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F885 2F886 ; mapped ; 5E3D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F886 2F887 ; mapped ; 5E69 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F887 2F888 ; mapped ; 3862 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F888 2F889 ; mapped ; 22183 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F889 2F88A ; mapped ; 387C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F88A 2F88B ; mapped ; 5EB0 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F88B 2F88C ; mapped ; 5EB3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F88C 2F88D ; mapped ; 5EB6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F88D 2F88E ; mapped ; 5ECA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F88E 2F88F ; mapped ; 2A392 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F88F 2F890 ; mapped ; 5EFE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F890 2F891..2F892 ; mapped ; 22331 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F891..CJK COMPATIBILITY IDEOGRAPH-2F892 2F893 ; mapped ; 8201 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F893 2F894..2F895 ; mapped ; 5F22 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F894..CJK COMPATIBILITY IDEOGRAPH-2F895 2F896 ; mapped ; 38C7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F896 2F897 ; mapped ; 232B8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F897 2F898 ; mapped ; 261DA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F898 2F899 ; mapped ; 5F62 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F899 2F89A ; mapped ; 5F6B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F89A 2F89B ; mapped ; 38E3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F89B 2F89C ; mapped ; 5F9A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F89C 2F89D ; mapped ; 5FCD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F89D 2F89E ; mapped ; 5FD7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F89E 2F89F ; mapped ; 5FF9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F89F 2F8A0 ; mapped ; 6081 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A0 2F8A1 ; mapped ; 393A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A1 2F8A2 ; mapped ; 391C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A2 2F8A3 ; mapped ; 6094 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A3 2F8A4 ; mapped ; 226D4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A4 2F8A5 ; mapped ; 60C7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A5 2F8A6 ; mapped ; 6148 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A6 2F8A7 ; mapped ; 614C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A7 2F8A8 ; mapped ; 614E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A8 2F8A9 ; mapped ; 614C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8A9 2F8AA ; mapped ; 617A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8AA 2F8AB ; mapped ; 618E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8AB 2F8AC ; mapped ; 61B2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8AC 2F8AD ; mapped ; 61A4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8AD 2F8AE ; mapped ; 61AF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8AE 2F8AF ; mapped ; 61DE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8AF 2F8B0 ; mapped ; 61F2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B0 2F8B1 ; mapped ; 61F6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B1 2F8B2 ; mapped ; 6210 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B2 2F8B3 ; mapped ; 621B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B3 2F8B4 ; mapped ; 625D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B4 2F8B5 ; mapped ; 62B1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B5 2F8B6 ; mapped ; 62D4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B6 2F8B7 ; mapped ; 6350 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B7 2F8B8 ; mapped ; 22B0C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B8 2F8B9 ; mapped ; 633D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8B9 2F8BA ; mapped ; 62FC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8BA 2F8BB ; mapped ; 6368 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8BB 2F8BC ; mapped ; 6383 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8BC 2F8BD ; mapped ; 63E4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8BD 2F8BE ; mapped ; 22BF1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8BE 2F8BF ; mapped ; 6422 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8BF 2F8C0 ; mapped ; 63C5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C0 2F8C1 ; mapped ; 63A9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C1 2F8C2 ; mapped ; 3A2E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C2 2F8C3 ; mapped ; 6469 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C3 2F8C4 ; mapped ; 647E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C4 2F8C5 ; mapped ; 649D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C5 2F8C6 ; mapped ; 6477 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C6 2F8C7 ; mapped ; 3A6C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C7 2F8C8 ; mapped ; 654F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C8 2F8C9 ; mapped ; 656C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8C9 2F8CA ; mapped ; 2300A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8CA 2F8CB ; mapped ; 65E3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8CB 2F8CC ; mapped ; 66F8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8CC 2F8CD ; mapped ; 6649 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8CD 2F8CE ; mapped ; 3B19 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8CE 2F8CF ; mapped ; 6691 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8CF 2F8D0 ; mapped ; 3B08 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D0 2F8D1 ; mapped ; 3AE4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D1 2F8D2 ; mapped ; 5192 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D2 2F8D3 ; mapped ; 5195 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D3 2F8D4 ; mapped ; 6700 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D4 2F8D5 ; mapped ; 669C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D5 2F8D6 ; mapped ; 80AD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D6 2F8D7 ; mapped ; 43D9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D7 2F8D8 ; mapped ; 6717 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D8 2F8D9 ; mapped ; 671B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8D9 2F8DA ; mapped ; 6721 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8DA 2F8DB ; mapped ; 675E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8DB 2F8DC ; mapped ; 6753 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8DC 2F8DD ; mapped ; 233C3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8DD 2F8DE ; mapped ; 3B49 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8DE 2F8DF ; mapped ; 67FA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8DF 2F8E0 ; mapped ; 6785 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E0 2F8E1 ; mapped ; 6852 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E1 2F8E2 ; mapped ; 6885 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E2 2F8E3 ; mapped ; 2346D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E3 2F8E4 ; mapped ; 688E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E4 2F8E5 ; mapped ; 681F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E5 2F8E6 ; mapped ; 6914 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E6 2F8E7 ; mapped ; 3B9D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E7 2F8E8 ; mapped ; 6942 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E8 2F8E9 ; mapped ; 69A3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8E9 2F8EA ; mapped ; 69EA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8EA 2F8EB ; mapped ; 6AA8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8EB 2F8EC ; mapped ; 236A3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8EC 2F8ED ; mapped ; 6ADB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8ED 2F8EE ; mapped ; 3C18 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8EE 2F8EF ; mapped ; 6B21 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8EF 2F8F0 ; mapped ; 238A7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F0 2F8F1 ; mapped ; 6B54 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F1 2F8F2 ; mapped ; 3C4E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F2 2F8F3 ; mapped ; 6B72 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F3 2F8F4 ; mapped ; 6B9F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F4 2F8F5 ; mapped ; 6BBA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F5 2F8F6 ; mapped ; 6BBB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F6 2F8F7 ; mapped ; 23A8D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F7 2F8F8 ; mapped ; 21D0B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F8 2F8F9 ; mapped ; 23AFA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8F9 2F8FA ; mapped ; 6C4E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8FA 2F8FB ; mapped ; 23CBC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8FB 2F8FC ; mapped ; 6CBF # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8FC 2F8FD ; mapped ; 6CCD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8FD 2F8FE ; mapped ; 6C67 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8FE 2F8FF ; mapped ; 6D16 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F8FF 2F900 ; mapped ; 6D3E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F900 2F901 ; mapped ; 6D77 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F901 2F902 ; mapped ; 6D41 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F902 2F903 ; mapped ; 6D69 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F903 2F904 ; mapped ; 6D78 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F904 2F905 ; mapped ; 6D85 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F905 2F906 ; mapped ; 23D1E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F906 2F907 ; mapped ; 6D34 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F907 2F908 ; mapped ; 6E2F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F908 2F909 ; mapped ; 6E6E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F909 2F90A ; mapped ; 3D33 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F90A 2F90B ; mapped ; 6ECB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F90B 2F90C ; mapped ; 6EC7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F90C 2F90D ; mapped ; 23ED1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F90D 2F90E ; mapped ; 6DF9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F90E 2F90F ; mapped ; 6F6E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F90F 2F910 ; mapped ; 23F5E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F910 2F911 ; mapped ; 23F8E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F911 2F912 ; mapped ; 6FC6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F912 2F913 ; mapped ; 7039 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F913 2F914 ; mapped ; 701E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F914 2F915 ; mapped ; 701B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F915 2F916 ; mapped ; 3D96 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F916 2F917 ; mapped ; 704A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F917 2F918 ; mapped ; 707D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F918 2F919 ; mapped ; 7077 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F919 2F91A ; mapped ; 70AD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F91A 2F91B ; mapped ; 20525 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F91B 2F91C ; mapped ; 7145 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F91C 2F91D ; mapped ; 24263 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F91D 2F91E ; mapped ; 719C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F91E 2F91F ; disallowed # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F91F 2F920 ; mapped ; 7228 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F920 2F921 ; mapped ; 7235 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F921 2F922 ; mapped ; 7250 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F922 2F923 ; mapped ; 24608 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F923 2F924 ; mapped ; 7280 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F924 2F925 ; mapped ; 7295 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F925 2F926 ; mapped ; 24735 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F926 2F927 ; mapped ; 24814 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F927 2F928 ; mapped ; 737A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F928 2F929 ; mapped ; 738B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F929 2F92A ; mapped ; 3EAC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F92A 2F92B ; mapped ; 73A5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F92B 2F92C..2F92D ; mapped ; 3EB8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F92C..CJK COMPATIBILITY IDEOGRAPH-2F92D 2F92E ; mapped ; 7447 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F92E 2F92F ; mapped ; 745C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F92F 2F930 ; mapped ; 7471 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F930 2F931 ; mapped ; 7485 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F931 2F932 ; mapped ; 74CA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F932 2F933 ; mapped ; 3F1B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F933 2F934 ; mapped ; 7524 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F934 2F935 ; mapped ; 24C36 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F935 2F936 ; mapped ; 753E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F936 2F937 ; mapped ; 24C92 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F937 2F938 ; mapped ; 7570 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F938 2F939 ; mapped ; 2219F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F939 2F93A ; mapped ; 7610 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F93A 2F93B ; mapped ; 24FA1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F93B 2F93C ; mapped ; 24FB8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F93C 2F93D ; mapped ; 25044 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F93D 2F93E ; mapped ; 3FFC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F93E 2F93F ; mapped ; 4008 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F93F 2F940 ; mapped ; 76F4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F940 2F941 ; mapped ; 250F3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F941 2F942 ; mapped ; 250F2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F942 2F943 ; mapped ; 25119 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F943 2F944 ; mapped ; 25133 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F944 2F945 ; mapped ; 771E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F945 2F946..2F947 ; mapped ; 771F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F946..CJK COMPATIBILITY IDEOGRAPH-2F947 2F948 ; mapped ; 774A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F948 2F949 ; mapped ; 4039 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F949 2F94A ; mapped ; 778B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F94A 2F94B ; mapped ; 4046 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F94B 2F94C ; mapped ; 4096 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F94C 2F94D ; mapped ; 2541D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F94D 2F94E ; mapped ; 784E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F94E 2F94F ; mapped ; 788C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F94F 2F950 ; mapped ; 78CC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F950 2F951 ; mapped ; 40E3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F951 2F952 ; mapped ; 25626 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F952 2F953 ; mapped ; 7956 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F953 2F954 ; mapped ; 2569A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F954 2F955 ; mapped ; 256C5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F955 2F956 ; mapped ; 798F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F956 2F957 ; mapped ; 79EB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F957 2F958 ; mapped ; 412F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F958 2F959 ; mapped ; 7A40 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F959 2F95A ; mapped ; 7A4A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F95A 2F95B ; mapped ; 7A4F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F95B 2F95C ; mapped ; 2597C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F95C 2F95D..2F95E ; mapped ; 25AA7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F95D..CJK COMPATIBILITY IDEOGRAPH-2F95E 2F95F ; disallowed # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F95F 2F960 ; mapped ; 4202 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F960 2F961 ; mapped ; 25BAB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F961 2F962 ; mapped ; 7BC6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F962 2F963 ; mapped ; 7BC9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F963 2F964 ; mapped ; 4227 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F964 2F965 ; mapped ; 25C80 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F965 2F966 ; mapped ; 7CD2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F966 2F967 ; mapped ; 42A0 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F967 2F968 ; mapped ; 7CE8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F968 2F969 ; mapped ; 7CE3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F969 2F96A ; mapped ; 7D00 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F96A 2F96B ; mapped ; 25F86 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F96B 2F96C ; mapped ; 7D63 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F96C 2F96D ; mapped ; 4301 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F96D 2F96E ; mapped ; 7DC7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F96E 2F96F ; mapped ; 7E02 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F96F 2F970 ; mapped ; 7E45 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F970 2F971 ; mapped ; 4334 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F971 2F972 ; mapped ; 26228 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F972 2F973 ; mapped ; 26247 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F973 2F974 ; mapped ; 4359 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F974 2F975 ; mapped ; 262D9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F975 2F976 ; mapped ; 7F7A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F976 2F977 ; mapped ; 2633E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F977 2F978 ; mapped ; 7F95 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F978 2F979 ; mapped ; 7FFA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F979 2F97A ; mapped ; 8005 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F97A 2F97B ; mapped ; 264DA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F97B 2F97C ; mapped ; 26523 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F97C 2F97D ; mapped ; 8060 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F97D 2F97E ; mapped ; 265A8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F97E 2F97F ; mapped ; 8070 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F97F 2F980 ; mapped ; 2335F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F980 2F981 ; mapped ; 43D5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F981 2F982 ; mapped ; 80B2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F982 2F983 ; mapped ; 8103 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F983 2F984 ; mapped ; 440B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F984 2F985 ; mapped ; 813E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F985 2F986 ; mapped ; 5AB5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F986 2F987 ; mapped ; 267A7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F987 2F988 ; mapped ; 267B5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F988 2F989 ; mapped ; 23393 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F989 2F98A ; mapped ; 2339C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F98A 2F98B ; mapped ; 8201 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F98B 2F98C ; mapped ; 8204 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F98C 2F98D ; mapped ; 8F9E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F98D 2F98E ; mapped ; 446B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F98E 2F98F ; mapped ; 8291 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F98F 2F990 ; mapped ; 828B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F990 2F991 ; mapped ; 829D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F991 2F992 ; mapped ; 52B3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F992 2F993 ; mapped ; 82B1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F993 2F994 ; mapped ; 82B3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F994 2F995 ; mapped ; 82BD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F995 2F996 ; mapped ; 82E6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F996 2F997 ; mapped ; 26B3C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F997 2F998 ; mapped ; 82E5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F998 2F999 ; mapped ; 831D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F999 2F99A ; mapped ; 8363 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F99A 2F99B ; mapped ; 83AD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F99B 2F99C ; mapped ; 8323 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F99C 2F99D ; mapped ; 83BD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F99D 2F99E ; mapped ; 83E7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F99E 2F99F ; mapped ; 8457 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F99F 2F9A0 ; mapped ; 8353 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A0 2F9A1 ; mapped ; 83CA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A1 2F9A2 ; mapped ; 83CC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A2 2F9A3 ; mapped ; 83DC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A3 2F9A4 ; mapped ; 26C36 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A4 2F9A5 ; mapped ; 26D6B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A5 2F9A6 ; mapped ; 26CD5 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A6 2F9A7 ; mapped ; 452B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A7 2F9A8 ; mapped ; 84F1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A8 2F9A9 ; mapped ; 84F3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9A9 2F9AA ; mapped ; 8516 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9AA 2F9AB ; mapped ; 273CA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9AB 2F9AC ; mapped ; 8564 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9AC 2F9AD ; mapped ; 26F2C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9AD 2F9AE ; mapped ; 455D # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9AE 2F9AF ; mapped ; 4561 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9AF 2F9B0 ; mapped ; 26FB1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B0 2F9B1 ; mapped ; 270D2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B1 2F9B2 ; mapped ; 456B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B2 2F9B3 ; mapped ; 8650 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B3 2F9B4 ; mapped ; 865C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B4 2F9B5 ; mapped ; 8667 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B5 2F9B6 ; mapped ; 8669 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B6 2F9B7 ; mapped ; 86A9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B7 2F9B8 ; mapped ; 8688 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B8 2F9B9 ; mapped ; 870E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9B9 2F9BA ; mapped ; 86E2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9BA 2F9BB ; mapped ; 8779 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9BB 2F9BC ; mapped ; 8728 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9BC 2F9BD ; mapped ; 876B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9BD 2F9BE ; mapped ; 8786 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9BE 2F9BF ; disallowed # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9BF 2F9C0 ; mapped ; 87E1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C0 2F9C1 ; mapped ; 8801 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C1 2F9C2 ; mapped ; 45F9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C2 2F9C3 ; mapped ; 8860 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C3 2F9C4 ; mapped ; 8863 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C4 2F9C5 ; mapped ; 27667 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C5 2F9C6 ; mapped ; 88D7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C6 2F9C7 ; mapped ; 88DE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C7 2F9C8 ; mapped ; 4635 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C8 2F9C9 ; mapped ; 88FA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9C9 2F9CA ; mapped ; 34BB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9CA 2F9CB ; mapped ; 278AE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9CB 2F9CC ; mapped ; 27966 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9CC 2F9CD ; mapped ; 46BE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9CD 2F9CE ; mapped ; 46C7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9CE 2F9CF ; mapped ; 8AA0 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9CF 2F9D0 ; mapped ; 8AED # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D0 2F9D1 ; mapped ; 8B8A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D1 2F9D2 ; mapped ; 8C55 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D2 2F9D3 ; mapped ; 27CA8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D3 2F9D4 ; mapped ; 8CAB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D4 2F9D5 ; mapped ; 8CC1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D5 2F9D6 ; mapped ; 8D1B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D6 2F9D7 ; mapped ; 8D77 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D7 2F9D8 ; mapped ; 27F2F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D8 2F9D9 ; mapped ; 20804 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9D9 2F9DA ; mapped ; 8DCB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9DA 2F9DB ; mapped ; 8DBC # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9DB 2F9DC ; mapped ; 8DF0 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9DC 2F9DD ; mapped ; 208DE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9DD 2F9DE ; mapped ; 8ED4 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9DE 2F9DF ; mapped ; 8F38 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9DF 2F9E0 ; mapped ; 285D2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E0 2F9E1 ; mapped ; 285ED # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E1 2F9E2 ; mapped ; 9094 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E2 2F9E3 ; mapped ; 90F1 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E3 2F9E4 ; mapped ; 9111 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E4 2F9E5 ; mapped ; 2872E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E5 2F9E6 ; mapped ; 911B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E6 2F9E7 ; mapped ; 9238 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E7 2F9E8 ; mapped ; 92D7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E8 2F9E9 ; mapped ; 92D8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9E9 2F9EA ; mapped ; 927C # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9EA 2F9EB ; mapped ; 93F9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9EB 2F9EC ; mapped ; 9415 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9EC 2F9ED ; mapped ; 28BFA # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9ED 2F9EE ; mapped ; 958B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9EE 2F9EF ; mapped ; 4995 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9EF 2F9F0 ; mapped ; 95B7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F0 2F9F1 ; mapped ; 28D77 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F1 2F9F2 ; mapped ; 49E6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F2 2F9F3 ; mapped ; 96C3 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F3 2F9F4 ; mapped ; 5DB2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F4 2F9F5 ; mapped ; 9723 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F5 2F9F6 ; mapped ; 29145 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F6 2F9F7 ; mapped ; 2921A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F7 2F9F8 ; mapped ; 4A6E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F8 2F9F9 ; mapped ; 4A76 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9F9 2F9FA ; mapped ; 97E0 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9FA 2F9FB ; mapped ; 2940A # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9FB 2F9FC ; mapped ; 4AB2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9FC 2F9FD ; mapped ; 29496 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9FD 2F9FE..2F9FF ; mapped ; 980B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2F9FE..CJK COMPATIBILITY IDEOGRAPH-2F9FF 2FA00 ; mapped ; 9829 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA00 2FA01 ; mapped ; 295B6 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA01 2FA02 ; mapped ; 98E2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA02 2FA03 ; mapped ; 4B33 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA03 2FA04 ; mapped ; 9929 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA04 2FA05 ; mapped ; 99A7 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA05 2FA06 ; mapped ; 99C2 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA06 2FA07 ; mapped ; 99FE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA07 2FA08 ; mapped ; 4BCE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA08 2FA09 ; mapped ; 29B30 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA09 2FA0A ; mapped ; 9B12 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA0A 2FA0B ; mapped ; 9C40 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA0B 2FA0C ; mapped ; 9CFD # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA0C 2FA0D ; mapped ; 4CCE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA0D 2FA0E ; mapped ; 4CED # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA0E 2FA0F ; mapped ; 9D67 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA0F 2FA10 ; mapped ; 2A0CE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA10 2FA11 ; mapped ; 4CF8 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA11 2FA12 ; mapped ; 2A105 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA12 2FA13 ; mapped ; 2A20E # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA13 2FA14 ; mapped ; 2A291 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA14 2FA15 ; mapped ; 9EBB # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA15 2FA16 ; mapped ; 4D56 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA16 2FA17 ; mapped ; 9EF9 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA17 2FA18 ; mapped ; 9EFE # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA18 2FA19 ; mapped ; 9F05 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA19 2FA1A ; mapped ; 9F0F # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA1A 2FA1B ; mapped ; 9F16 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA1B 2FA1C ; mapped ; 9F3B # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA1C 2FA1D ; mapped ; 2A600 # 3.1 CJK COMPATIBILITY IDEOGRAPH-2FA1D 2FA1E..2FFFD ; disallowed # NA <reserved-2FA1E>..<reserved-2FFFD> 2FFFE..2FFFF ; disallowed # 2.0 <noncharacter-2FFFE>..<noncharacter-2FFFF> 30000..3FFFD ; disallowed # NA <reserved-30000>..<reserved-3FFFD> 3FFFE..3FFFF ; disallowed # 2.0 <noncharacter-3FFFE>..<noncharacter-3FFFF> 40000..4FFFD ; disallowed # NA <reserved-40000>..<reserved-4FFFD> 4FFFE..4FFFF ; disallowed # 2.0 <noncharacter-4FFFE>..<noncharacter-4FFFF> 50000..5FFFD ; disallowed # NA <reserved-50000>..<reserved-5FFFD> 5FFFE..5FFFF ; disallowed # 2.0 <noncharacter-5FFFE>..<noncharacter-5FFFF> 60000..6FFFD ; disallowed # NA <reserved-60000>..<reserved-6FFFD> 6FFFE..6FFFF ; disallowed # 2.0 <noncharacter-6FFFE>..<noncharacter-6FFFF> 70000..7FFFD ; disallowed # NA <reserved-70000>..<reserved-7FFFD> 7FFFE..7FFFF ; disallowed # 2.0 <noncharacter-7FFFE>..<noncharacter-7FFFF> 80000..8FFFD ; disallowed # NA <reserved-80000>..<reserved-8FFFD> 8FFFE..8FFFF ; disallowed # 2.0 <noncharacter-8FFFE>..<noncharacter-8FFFF> 90000..9FFFD ; disallowed # NA <reserved-90000>..<reserved-9FFFD> 9FFFE..9FFFF ; disallowed # 2.0 <noncharacter-9FFFE>..<noncharacter-9FFFF> A0000..AFFFD ; disallowed # NA <reserved-A0000>..<reserved-AFFFD> AFFFE..AFFFF ; disallowed # 2.0 <noncharacter-AFFFE>..<noncharacter-AFFFF> B0000..BFFFD ; disallowed # NA <reserved-B0000>..<reserved-BFFFD> BFFFE..BFFFF ; disallowed # 2.0 <noncharacter-BFFFE>..<noncharacter-BFFFF> C0000..CFFFD ; disallowed # NA <reserved-C0000>..<reserved-CFFFD> CFFFE..CFFFF ; disallowed # 2.0 <noncharacter-CFFFE>..<noncharacter-CFFFF> D0000..DFFFD ; disallowed # NA <reserved-D0000>..<reserved-DFFFD> DFFFE..DFFFF ; disallowed # 2.0 <noncharacter-DFFFE>..<noncharacter-DFFFF> E0000 ; disallowed # NA <reserved-E0000> E0001 ; disallowed # 3.1 LANGUAGE TAG E0002..E001F ; disallowed # NA <reserved-E0002>..<reserved-E001F> E0020..E007F ; disallowed # 3.1 TAG SPACE..CANCEL TAG E0080..E00FF ; disallowed # NA <reserved-E0080>..<reserved-E00FF> E0100..E01EF ; ignored # 4.0 VARIATION SELECTOR-17..VARIATION SELECTOR-256 E01F0..EFFFD ; disallowed # NA <reserved-E01F0>..<reserved-EFFFD> EFFFE..EFFFF ; disallowed # 2.0 <noncharacter-EFFFE>..<noncharacter-EFFFF> F0000..FFFFD ; disallowed # 2.0 <private-use-F0000>..<private-use-FFFFD> FFFFE..FFFFF ; disallowed # 2.0 <noncharacter-FFFFE>..<noncharacter-FFFFF> 100000..10FFFD; disallowed # 2.0 <private-use-100000>..<private-use-10FFFD> 10FFFE..10FFFF; disallowed # 2.0 <noncharacter-10FFFE>..<noncharacter-10FFFF> # Total code points: 1114112 ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/tr46map_data.c��������������������������������������������������������������������0000644�0000000�0000000�00001054111�13066463521�013140� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* This file is automatically generated. DO NOT EDIT! */ #include <stdint.h> #include "tr46map.h" static const uint8_t idna_flags[7] = {0x40,0x1,0x2,0x10,0x20,0x4,0x8,}; static const uint8_t idna_map_8[455] = { 0x0,0x2C,0x0,0x0,0x0, 0x2D,0x1,0x0,0x0,0x1, 0x2F,0x0,0x0,0x0,0x0, 0x30,0x9,0x0,0x0,0x1, 0x3A,0x6,0x0,0x0,0x0, 0x41,0x0,0x2,0x1,0xAA, 0x42,0x0,0x2,0x16,0x3A, 0x43,0x0,0x2,0xE,0x8A, 0x44,0x0,0x2,0x1,0xF2, 0x45,0x0,0x2,0xA,0xFA, 0x46,0x0,0x2,0x13,0x2, 0x47,0x0,0x2,0x5,0xC2, 0x48,0x0,0x2,0x16,0xCA, 0x49,0x0,0x2,0x2,0xA2, 0x4A,0x0,0x2,0x5,0xF2, 0x4B,0x0,0x2,0x1,0xDA, 0x4C,0x0,0x2,0x6,0x32, 0x4D,0x0,0x2,0x1,0x9A, 0x4E,0x0,0x2,0x17,0x5A, 0x4F,0x0,0x2,0x2,0xE2, 0x50,0x0,0x2,0x17,0x8A, 0x51,0x0,0x2,0x10,0xD2, 0x52,0x0,0x2,0x1,0xE2, 0x53,0x0,0x2,0x2,0xA, 0x54,0x0,0x2,0x12,0xEA, 0x55,0x0,0x2,0x12,0xE2, 0x56,0x0,0x2,0x6,0xE2, 0x57,0x0,0x2,0x18,0x32, 0x58,0x0,0x2,0x13,0x12, 0x59,0x0,0x2,0x18,0x62, 0x5A,0x0,0x2,0x18,0x7A, 0x5B,0x5,0x0,0x0,0x0, 0x61,0x19,0x0,0x0,0x1, 0x7B,0x4,0x0,0x0,0x0, 0x80,0x1F,0x0,0x0,0x3, 0xA0,0x0,0x2,0x0,0x34, 0xA1,0x6,0x0,0x0,0x1, 0xA8,0x0,0x4,0x10,0x94, 0xA9,0x0,0x0,0x0,0x1, 0xAA,0x0,0x2,0x1,0xAA, 0xAB,0x1,0x0,0x0,0x1, 0xAD,0x0,0x0,0x0,0x5, 0xAE,0x0,0x0,0x0,0x1, 0xAF,0x0,0x4,0x4A,0x4C, 0xB0,0x1,0x0,0x0,0x1, 0xB2,0x0,0x2,0x2,0x12, 0xB3,0x0,0x2,0x0,0xE2, 0xB4,0x0,0x4,0x4A,0x64, 0xB5,0x0,0x2,0x5C,0x6A, 0xB6,0x1,0x0,0x0,0x1, 0xB8,0x0,0x4,0x4A,0x7C, 0xB9,0x0,0x2,0x6,0xBA, 0xBA,0x0,0x2,0x2,0xE2, 0xBB,0x0,0x0,0x0,0x1, 0xBC,0x0,0x6,0x10,0x32, 0xBD,0x0,0x6,0x10,0x52, 0xBE,0x0,0x6,0x10,0x72, 0xBF,0x0,0x0,0x0,0x1, 0xC0,0x0,0x2,0x73,0x2A, 0xC1,0x0,0x2,0x73,0x3A, 0xC2,0x0,0x2,0x73,0x4A, 0xC3,0x0,0x2,0x73,0x5A, 0xC4,0x0,0x2,0x73,0x6A, 0xC5,0x0,0x2,0x73,0x7A, 0xC6,0x0,0x2,0x73,0x8A, 0xC7,0x0,0x2,0x73,0x9A, 0xC8,0x0,0x2,0x73,0xAA, 0xC9,0x0,0x2,0x73,0xBA, 0xCA,0x0,0x2,0x73,0xCA, 0xCB,0x0,0x2,0x73,0xDA, 0xCC,0x0,0x2,0x73,0xEA, 0xCD,0x0,0x2,0x73,0xFA, 0xCE,0x0,0x2,0x74,0xA, 0xCF,0x0,0x2,0x74,0x1A, 0xD0,0x0,0x2,0x74,0x2A, 0xD1,0x0,0x2,0x74,0x3A, 0xD2,0x0,0x2,0x74,0x4A, 0xD3,0x0,0x2,0x74,0x5A, 0xD4,0x0,0x2,0x74,0x6A, 0xD5,0x0,0x2,0x74,0x7A, 0xD6,0x0,0x2,0x74,0x8A, 0xD7,0x0,0x0,0x0,0x1, 0xD8,0x0,0x2,0x74,0x9A, 0xD9,0x0,0x2,0x74,0xAA, 0xDA,0x0,0x2,0x74,0xBA, 0xDB,0x0,0x2,0x74,0xCA, 0xDC,0x0,0x2,0x74,0xDA, 0xDD,0x0,0x2,0x74,0xEA, 0xDE,0x0,0x2,0x74,0xFA, 0xDF,0x0,0x4,0x4A,0x96, 0xE0,0x1F,0x0,0x0,0x1, }; static const uint8_t idna_map_16[34118] = { 0x1,0x0,0x0,0x0,0x2,0x75,0xA, 0x1,0x1,0x0,0x0,0x0,0x0,0x1, 0x1,0x2,0x0,0x0,0x2,0x75,0x1A, 0x1,0x3,0x0,0x0,0x0,0x0,0x1, 0x1,0x4,0x0,0x0,0x2,0x75,0x2A, 0x1,0x5,0x0,0x0,0x0,0x0,0x1, 0x1,0x6,0x0,0x0,0x2,0x75,0x3A, 0x1,0x7,0x0,0x0,0x0,0x0,0x1, 0x1,0x8,0x0,0x0,0x2,0x75,0x4A, 0x1,0x9,0x0,0x0,0x0,0x0,0x1, 0x1,0xA,0x0,0x0,0x2,0x75,0x5A, 0x1,0xB,0x0,0x0,0x0,0x0,0x1, 0x1,0xC,0x0,0x0,0x2,0x75,0x6A, 0x1,0xD,0x0,0x0,0x0,0x0,0x1, 0x1,0xE,0x0,0x0,0x2,0x75,0x7A, 0x1,0xF,0x0,0x0,0x0,0x0,0x1, 0x1,0x10,0x0,0x0,0x2,0x75,0x8A, 0x1,0x11,0x0,0x0,0x0,0x0,0x1, 0x1,0x12,0x0,0x0,0x2,0x75,0x9A, 0x1,0x13,0x0,0x0,0x0,0x0,0x1, 0x1,0x14,0x0,0x0,0x2,0x75,0xAA, 0x1,0x15,0x0,0x0,0x0,0x0,0x1, 0x1,0x16,0x0,0x0,0x2,0x75,0xBA, 0x1,0x17,0x0,0x0,0x0,0x0,0x1, 0x1,0x18,0x0,0x0,0x2,0x75,0xCA, 0x1,0x19,0x0,0x0,0x0,0x0,0x1, 0x1,0x1A,0x0,0x0,0x2,0x75,0xDA, 0x1,0x1B,0x0,0x0,0x0,0x0,0x1, 0x1,0x1C,0x0,0x0,0x2,0x75,0xEA, 0x1,0x1D,0x0,0x0,0x0,0x0,0x1, 0x1,0x1E,0x0,0x0,0x2,0x75,0xFA, 0x1,0x1F,0x0,0x0,0x0,0x0,0x1, 0x1,0x20,0x0,0x0,0x2,0x76,0xA, 0x1,0x21,0x0,0x0,0x0,0x0,0x1, 0x1,0x22,0x0,0x0,0x2,0x76,0x1A, 0x1,0x23,0x0,0x0,0x0,0x0,0x1, 0x1,0x24,0x0,0x0,0x2,0x76,0x2A, 0x1,0x25,0x0,0x0,0x0,0x0,0x1, 0x1,0x26,0x0,0x0,0x2,0x76,0x3A, 0x1,0x27,0x0,0x0,0x0,0x0,0x1, 0x1,0x28,0x0,0x0,0x2,0x76,0x4A, 0x1,0x29,0x0,0x0,0x0,0x0,0x1, 0x1,0x2A,0x0,0x0,0x2,0x76,0x5A, 0x1,0x2B,0x0,0x0,0x0,0x0,0x1, 0x1,0x2C,0x0,0x0,0x2,0x76,0x6A, 0x1,0x2D,0x0,0x0,0x0,0x0,0x1, 0x1,0x2E,0x0,0x0,0x2,0x76,0x7A, 0x1,0x2F,0x0,0x0,0x0,0x0,0x1, 0x1,0x30,0x0,0x0,0x4,0x4A,0xA2, 0x1,0x31,0x0,0x0,0x0,0x0,0x1, 0x1,0x32,0x0,0x1,0x4,0x4A,0xBA, 0x1,0x34,0x0,0x0,0x2,0x76,0x8A, 0x1,0x35,0x0,0x0,0x0,0x0,0x1, 0x1,0x36,0x0,0x0,0x2,0x76,0x9A, 0x1,0x37,0x0,0x1,0x0,0x0,0x1, 0x1,0x39,0x0,0x0,0x2,0x76,0xAA, 0x1,0x3A,0x0,0x0,0x0,0x0,0x1, 0x1,0x3B,0x0,0x0,0x2,0x76,0xBA, 0x1,0x3C,0x0,0x0,0x0,0x0,0x1, 0x1,0x3D,0x0,0x0,0x2,0x76,0xCA, 0x1,0x3E,0x0,0x0,0x0,0x0,0x1, 0x1,0x3F,0x0,0x1,0x4,0x4A,0xCA, 0x1,0x41,0x0,0x0,0x2,0x76,0xDA, 0x1,0x42,0x0,0x0,0x0,0x0,0x1, 0x1,0x43,0x0,0x0,0x2,0x76,0xEA, 0x1,0x44,0x0,0x0,0x0,0x0,0x1, 0x1,0x45,0x0,0x0,0x2,0x76,0xFA, 0x1,0x46,0x0,0x0,0x0,0x0,0x1, 0x1,0x47,0x0,0x0,0x2,0x77,0xA, 0x1,0x48,0x0,0x0,0x0,0x0,0x1, 0x1,0x49,0x0,0x0,0x4,0x4A,0xE2, 0x1,0x4A,0x0,0x0,0x2,0x77,0x1A, 0x1,0x4B,0x0,0x0,0x0,0x0,0x1, 0x1,0x4C,0x0,0x0,0x2,0x77,0x2A, 0x1,0x4D,0x0,0x0,0x0,0x0,0x1, 0x1,0x4E,0x0,0x0,0x2,0x77,0x3A, 0x1,0x4F,0x0,0x0,0x0,0x0,0x1, 0x1,0x50,0x0,0x0,0x2,0x77,0x4A, 0x1,0x51,0x0,0x0,0x0,0x0,0x1, 0x1,0x52,0x0,0x0,0x2,0x77,0x5A, 0x1,0x53,0x0,0x0,0x0,0x0,0x1, 0x1,0x54,0x0,0x0,0x2,0x77,0x6A, 0x1,0x55,0x0,0x0,0x0,0x0,0x1, 0x1,0x56,0x0,0x0,0x2,0x77,0x7A, 0x1,0x57,0x0,0x0,0x0,0x0,0x1, 0x1,0x58,0x0,0x0,0x2,0x77,0x8A, 0x1,0x59,0x0,0x0,0x0,0x0,0x1, 0x1,0x5A,0x0,0x0,0x2,0x77,0x9A, 0x1,0x5B,0x0,0x0,0x0,0x0,0x1, 0x1,0x5C,0x0,0x0,0x2,0x77,0xAA, 0x1,0x5D,0x0,0x0,0x0,0x0,0x1, 0x1,0x5E,0x0,0x0,0x2,0x77,0xBA, 0x1,0x5F,0x0,0x0,0x0,0x0,0x1, 0x1,0x60,0x0,0x0,0x2,0x77,0xCA, 0x1,0x61,0x0,0x0,0x0,0x0,0x1, 0x1,0x62,0x0,0x0,0x2,0x77,0xDA, 0x1,0x63,0x0,0x0,0x0,0x0,0x1, 0x1,0x64,0x0,0x0,0x2,0x77,0xEA, 0x1,0x65,0x0,0x0,0x0,0x0,0x1, 0x1,0x66,0x0,0x0,0x2,0x77,0xFA, 0x1,0x67,0x0,0x0,0x0,0x0,0x1, 0x1,0x68,0x0,0x0,0x2,0x78,0xA, 0x1,0x69,0x0,0x0,0x0,0x0,0x1, 0x1,0x6A,0x0,0x0,0x2,0x78,0x1A, 0x1,0x6B,0x0,0x0,0x0,0x0,0x1, 0x1,0x6C,0x0,0x0,0x2,0x78,0x2A, 0x1,0x6D,0x0,0x0,0x0,0x0,0x1, 0x1,0x6E,0x0,0x0,0x2,0x78,0x3A, 0x1,0x6F,0x0,0x0,0x0,0x0,0x1, 0x1,0x70,0x0,0x0,0x2,0x78,0x4A, 0x1,0x71,0x0,0x0,0x0,0x0,0x1, 0x1,0x72,0x0,0x0,0x2,0x78,0x5A, 0x1,0x73,0x0,0x0,0x0,0x0,0x1, 0x1,0x74,0x0,0x0,0x2,0x78,0x6A, 0x1,0x75,0x0,0x0,0x0,0x0,0x1, 0x1,0x76,0x0,0x0,0x2,0x78,0x7A, 0x1,0x77,0x0,0x0,0x0,0x0,0x1, 0x1,0x78,0x0,0x0,0x2,0x78,0x8A, 0x1,0x79,0x0,0x0,0x2,0x78,0x9A, 0x1,0x7A,0x0,0x0,0x0,0x0,0x1, 0x1,0x7B,0x0,0x0,0x2,0x78,0xAA, 0x1,0x7C,0x0,0x0,0x0,0x0,0x1, 0x1,0x7D,0x0,0x0,0x2,0x4B,0x2, 0x1,0x7E,0x0,0x0,0x0,0x0,0x1, 0x1,0x7F,0x0,0x0,0x2,0x2,0xA, 0x1,0x80,0x0,0x0,0x0,0x0,0x1, 0x1,0x81,0x0,0x0,0x2,0x78,0xBA, 0x1,0x82,0x0,0x0,0x2,0x78,0xCA, 0x1,0x83,0x0,0x0,0x0,0x0,0x1, 0x1,0x84,0x0,0x0,0x2,0x78,0xDA, 0x1,0x85,0x0,0x0,0x0,0x0,0x1, 0x1,0x86,0x0,0x0,0x2,0x78,0xEA, 0x1,0x87,0x0,0x0,0x2,0x78,0xFA, 0x1,0x88,0x0,0x0,0x0,0x0,0x1, 0x1,0x89,0x0,0x0,0x2,0x79,0xA, 0x1,0x8A,0x0,0x0,0x2,0x79,0x1A, 0x1,0x8B,0x0,0x0,0x2,0x79,0x2A, 0x1,0x8C,0x0,0x1,0x0,0x0,0x1, 0x1,0x8E,0x0,0x0,0x2,0x79,0x3A, 0x1,0x8F,0x0,0x0,0x2,0x79,0x4A, 0x1,0x90,0x0,0x0,0x2,0x79,0x5A, 0x1,0x91,0x0,0x0,0x2,0x79,0x6A, 0x1,0x92,0x0,0x0,0x0,0x0,0x1, 0x1,0x93,0x0,0x0,0x2,0x79,0x7A, 0x1,0x94,0x0,0x0,0x2,0x79,0x8A, 0x1,0x95,0x0,0x0,0x0,0x0,0x1, 0x1,0x96,0x0,0x0,0x2,0x79,0x9A, 0x1,0x97,0x0,0x0,0x2,0x79,0xAA, 0x1,0x98,0x0,0x0,0x2,0x79,0xBA, 0x1,0x99,0x0,0x2,0x0,0x0,0x1, 0x1,0x9C,0x0,0x0,0x2,0x79,0xCA, 0x1,0x9D,0x0,0x0,0x2,0x79,0xDA, 0x1,0x9E,0x0,0x0,0x0,0x0,0x1, 0x1,0x9F,0x0,0x0,0x2,0x79,0xEA, 0x1,0xA0,0x0,0x0,0x2,0x79,0xFA, 0x1,0xA1,0x0,0x0,0x0,0x0,0x1, 0x1,0xA2,0x0,0x0,0x2,0x7A,0xA, 0x1,0xA3,0x0,0x0,0x0,0x0,0x1, 0x1,0xA4,0x0,0x0,0x2,0x7A,0x1A, 0x1,0xA5,0x0,0x0,0x0,0x0,0x1, 0x1,0xA6,0x0,0x0,0x2,0x7A,0x2A, 0x1,0xA7,0x0,0x0,0x2,0x7A,0x3A, 0x1,0xA8,0x0,0x0,0x0,0x0,0x1, 0x1,0xA9,0x0,0x0,0x2,0x7A,0x4A, 0x1,0xAA,0x0,0x1,0x0,0x0,0x1, 0x1,0xAC,0x0,0x0,0x2,0x7A,0x5A, 0x1,0xAD,0x0,0x0,0x0,0x0,0x1, 0x1,0xAE,0x0,0x0,0x2,0x7A,0x6A, 0x1,0xAF,0x0,0x0,0x2,0x7A,0x7A, 0x1,0xB0,0x0,0x0,0x0,0x0,0x1, 0x1,0xB1,0x0,0x0,0x2,0x7A,0x8A, 0x1,0xB2,0x0,0x0,0x2,0x7A,0x9A, 0x1,0xB3,0x0,0x0,0x2,0x7A,0xAA, 0x1,0xB4,0x0,0x0,0x0,0x0,0x1, 0x1,0xB5,0x0,0x0,0x2,0x7A,0xBA, 0x1,0xB6,0x0,0x0,0x0,0x0,0x1, 0x1,0xB7,0x0,0x0,0x2,0x7A,0xCA, 0x1,0xB8,0x0,0x0,0x2,0x7A,0xDA, 0x1,0xB9,0x0,0x2,0x0,0x0,0x1, 0x1,0xBC,0x0,0x0,0x2,0x7A,0xEA, 0x1,0xBD,0x0,0x6,0x0,0x0,0x1, 0x1,0xC4,0x0,0x2,0x4,0x4A,0xFA, 0x1,0xC7,0x0,0x2,0x4,0x4B,0x12, 0x1,0xCA,0x0,0x2,0x4,0x4B,0x22, 0x1,0xCD,0x0,0x0,0x2,0x7A,0xFA, 0x1,0xCE,0x0,0x0,0x0,0x0,0x1, 0x1,0xCF,0x0,0x0,0x2,0x7B,0xA, 0x1,0xD0,0x0,0x0,0x0,0x0,0x1, 0x1,0xD1,0x0,0x0,0x2,0x7B,0x1A, 0x1,0xD2,0x0,0x0,0x0,0x0,0x1, 0x1,0xD3,0x0,0x0,0x2,0x7B,0x2A, 0x1,0xD4,0x0,0x0,0x0,0x0,0x1, 0x1,0xD5,0x0,0x0,0x2,0x7B,0x3A, 0x1,0xD6,0x0,0x0,0x0,0x0,0x1, 0x1,0xD7,0x0,0x0,0x2,0x7B,0x4A, 0x1,0xD8,0x0,0x0,0x0,0x0,0x1, 0x1,0xD9,0x0,0x0,0x2,0x7B,0x5A, 0x1,0xDA,0x0,0x0,0x0,0x0,0x1, 0x1,0xDB,0x0,0x0,0x2,0x7B,0x6A, 0x1,0xDC,0x0,0x1,0x0,0x0,0x1, 0x1,0xDE,0x0,0x0,0x2,0x7B,0x7A, 0x1,0xDF,0x0,0x0,0x0,0x0,0x1, 0x1,0xE0,0x0,0x0,0x2,0x7B,0x8A, 0x1,0xE1,0x0,0x0,0x0,0x0,0x1, 0x1,0xE2,0x0,0x0,0x2,0x7B,0x9A, 0x1,0xE3,0x0,0x0,0x0,0x0,0x1, 0x1,0xE4,0x0,0x0,0x2,0x7B,0xAA, 0x1,0xE5,0x0,0x0,0x0,0x0,0x1, 0x1,0xE6,0x0,0x0,0x2,0x7B,0xBA, 0x1,0xE7,0x0,0x0,0x0,0x0,0x1, 0x1,0xE8,0x0,0x0,0x2,0x7B,0xCA, 0x1,0xE9,0x0,0x0,0x0,0x0,0x1, 0x1,0xEA,0x0,0x0,0x2,0x7B,0xDA, 0x1,0xEB,0x0,0x0,0x0,0x0,0x1, 0x1,0xEC,0x0,0x0,0x2,0x7B,0xEA, 0x1,0xED,0x0,0x0,0x0,0x0,0x1, 0x1,0xEE,0x0,0x0,0x2,0x7B,0xFA, 0x1,0xEF,0x0,0x1,0x0,0x0,0x1, 0x1,0xF1,0x0,0x2,0x4,0x4B,0x32, 0x1,0xF4,0x0,0x0,0x2,0x7C,0xA, 0x1,0xF5,0x0,0x0,0x0,0x0,0x1, 0x1,0xF6,0x0,0x0,0x2,0x7C,0x1A, 0x1,0xF7,0x0,0x0,0x2,0x7C,0x2A, 0x1,0xF8,0x0,0x0,0x2,0x7C,0x3A, 0x1,0xF9,0x0,0x0,0x0,0x0,0x1, 0x1,0xFA,0x0,0x0,0x2,0x7C,0x4A, 0x1,0xFB,0x0,0x0,0x0,0x0,0x1, 0x1,0xFC,0x0,0x0,0x2,0x7C,0x5A, 0x1,0xFD,0x0,0x0,0x0,0x0,0x1, 0x1,0xFE,0x0,0x0,0x2,0x7C,0x6A, 0x1,0xFF,0x0,0x0,0x0,0x0,0x1, 0x2,0x0,0x0,0x0,0x2,0x7C,0x7A, 0x2,0x1,0x0,0x0,0x0,0x0,0x1, 0x2,0x2,0x0,0x0,0x2,0x7C,0x8A, 0x2,0x3,0x0,0x0,0x0,0x0,0x1, 0x2,0x4,0x0,0x0,0x2,0x7C,0x9A, 0x2,0x5,0x0,0x0,0x0,0x0,0x1, 0x2,0x6,0x0,0x0,0x2,0x7C,0xAA, 0x2,0x7,0x0,0x0,0x0,0x0,0x1, 0x2,0x8,0x0,0x0,0x2,0x7C,0xBA, 0x2,0x9,0x0,0x0,0x0,0x0,0x1, 0x2,0xA,0x0,0x0,0x2,0x7C,0xCA, 0x2,0xB,0x0,0x0,0x0,0x0,0x1, 0x2,0xC,0x0,0x0,0x2,0x7C,0xDA, 0x2,0xD,0x0,0x0,0x0,0x0,0x1, 0x2,0xE,0x0,0x0,0x2,0x7C,0xEA, 0x2,0xF,0x0,0x0,0x0,0x0,0x1, 0x2,0x10,0x0,0x0,0x2,0x7C,0xFA, 0x2,0x11,0x0,0x0,0x0,0x0,0x1, 0x2,0x12,0x0,0x0,0x2,0x7D,0xA, 0x2,0x13,0x0,0x0,0x0,0x0,0x1, 0x2,0x14,0x0,0x0,0x2,0x7D,0x1A, 0x2,0x15,0x0,0x0,0x0,0x0,0x1, 0x2,0x16,0x0,0x0,0x2,0x7D,0x2A, 0x2,0x17,0x0,0x0,0x0,0x0,0x1, 0x2,0x18,0x0,0x0,0x2,0x7D,0x3A, 0x2,0x19,0x0,0x0,0x0,0x0,0x1, 0x2,0x1A,0x0,0x0,0x2,0x7D,0x4A, 0x2,0x1B,0x0,0x0,0x0,0x0,0x1, 0x2,0x1C,0x0,0x0,0x2,0x7D,0x5A, 0x2,0x1D,0x0,0x0,0x0,0x0,0x1, 0x2,0x1E,0x0,0x0,0x2,0x7D,0x6A, 0x2,0x1F,0x0,0x0,0x0,0x0,0x1, 0x2,0x20,0x0,0x0,0x2,0x7D,0x7A, 0x2,0x21,0x0,0x0,0x0,0x0,0x1, 0x2,0x22,0x0,0x0,0x2,0x7D,0x8A, 0x2,0x23,0x0,0x0,0x0,0x0,0x1, 0x2,0x24,0x0,0x0,0x2,0x7D,0x9A, 0x2,0x25,0x0,0x0,0x0,0x0,0x1, 0x2,0x26,0x0,0x0,0x2,0x7D,0xAA, 0x2,0x27,0x0,0x0,0x0,0x0,0x1, 0x2,0x28,0x0,0x0,0x2,0x7D,0xBA, 0x2,0x29,0x0,0x0,0x0,0x0,0x1, 0x2,0x2A,0x0,0x0,0x2,0x7D,0xCA, 0x2,0x2B,0x0,0x0,0x0,0x0,0x1, 0x2,0x2C,0x0,0x0,0x2,0x7D,0xDA, 0x2,0x2D,0x0,0x0,0x0,0x0,0x1, 0x2,0x2E,0x0,0x0,0x2,0x7D,0xEA, 0x2,0x2F,0x0,0x0,0x0,0x0,0x1, 0x2,0x30,0x0,0x0,0x2,0x7D,0xFA, 0x2,0x31,0x0,0x0,0x0,0x0,0x1, 0x2,0x32,0x0,0x0,0x2,0x7E,0xA, 0x2,0x33,0x0,0x6,0x0,0x0,0x1, 0x2,0x3A,0x0,0x0,0x2,0x7E,0x1A, 0x2,0x3B,0x0,0x0,0x2,0x7E,0x2A, 0x2,0x3C,0x0,0x0,0x0,0x0,0x1, 0x2,0x3D,0x0,0x0,0x2,0x7E,0x3A, 0x2,0x3E,0x0,0x0,0x2,0x7E,0x4A, 0x2,0x3F,0x0,0x1,0x0,0x0,0x1, 0x2,0x41,0x0,0x0,0x2,0x7E,0x5A, 0x2,0x42,0x0,0x0,0x0,0x0,0x1, 0x2,0x43,0x0,0x0,0x2,0x7E,0x6A, 0x2,0x44,0x0,0x0,0x2,0x7E,0x7A, 0x2,0x45,0x0,0x0,0x2,0x7E,0x8A, 0x2,0x46,0x0,0x0,0x2,0x7E,0x9A, 0x2,0x47,0x0,0x0,0x0,0x0,0x1, 0x2,0x48,0x0,0x0,0x2,0x7E,0xAA, 0x2,0x49,0x0,0x0,0x0,0x0,0x1, 0x2,0x4A,0x0,0x0,0x2,0x7E,0xBA, 0x2,0x4B,0x0,0x0,0x0,0x0,0x1, 0x2,0x4C,0x0,0x0,0x2,0x7E,0xCA, 0x2,0x4D,0x0,0x0,0x0,0x0,0x1, 0x2,0x4E,0x0,0x0,0x2,0x7E,0xDA, 0x2,0x4F,0x0,0x60,0x0,0x0,0x1, 0x2,0xB0,0x0,0x0,0x2,0x16,0xCA, 0x2,0xB1,0x0,0x0,0x2,0x7E,0xEA, 0x2,0xB2,0x0,0x0,0x2,0x5,0xF2, 0x2,0xB3,0x0,0x0,0x2,0x1,0xE2, 0x2,0xB4,0x0,0x0,0x2,0x7E,0xFA, 0x2,0xB5,0x0,0x0,0x2,0x7F,0xA, 0x2,0xB6,0x0,0x0,0x2,0x7F,0x1A, 0x2,0xB7,0x0,0x0,0x2,0x18,0x32, 0x2,0xB8,0x0,0x0,0x2,0x18,0x62, 0x2,0xB9,0x0,0x1E,0x0,0x0,0x1, 0x2,0xD8,0x0,0x0,0x4,0x4B,0x44, 0x2,0xD9,0x0,0x0,0x4,0x4B,0x5C, 0x2,0xDA,0x0,0x0,0x4,0x4B,0x74, 0x2,0xDB,0x0,0x0,0x4,0x4B,0x8C, 0x2,0xDC,0x0,0x0,0x4,0x4B,0xA4, 0x2,0xDD,0x0,0x0,0x4,0x4B,0xBC, 0x2,0xDE,0x0,0x1,0x0,0x0,0x1, 0x2,0xE0,0x0,0x0,0x2,0x79,0x8A, 0x2,0xE1,0x0,0x0,0x2,0x6,0x32, 0x2,0xE2,0x0,0x0,0x2,0x2,0xA, 0x2,0xE3,0x0,0x0,0x2,0x13,0x12, 0x2,0xE4,0x0,0x0,0x2,0x7F,0x2A, 0x2,0xE5,0x0,0x5A,0x0,0x0,0x1, 0x3,0x40,0x0,0x0,0x2,0x11,0x5A, 0x3,0x41,0x0,0x0,0x2,0x10,0xAA, 0x3,0x42,0x0,0x0,0x0,0x0,0x1, 0x3,0x43,0x0,0x0,0x2,0x11,0x4A, 0x3,0x44,0x0,0x0,0x4,0x10,0x9A, 0x3,0x45,0x0,0x0,0x2,0x4B,0xDA, 0x3,0x46,0x0,0x8,0x0,0x0,0x1, 0x3,0x4F,0x0,0x0,0x0,0x0,0x5, 0x3,0x50,0x0,0x1F,0x0,0x0,0x1, 0x3,0x70,0x0,0x0,0x2,0x7F,0x3A, 0x3,0x71,0x0,0x0,0x0,0x0,0x1, 0x3,0x72,0x0,0x0,0x2,0x7F,0x4A, 0x3,0x73,0x0,0x0,0x0,0x0,0x1, 0x3,0x74,0x0,0x0,0x2,0x7F,0x5A, 0x3,0x75,0x0,0x0,0x0,0x0,0x1, 0x3,0x76,0x0,0x0,0x2,0x7F,0x6A, 0x3,0x77,0x0,0x0,0x0,0x0,0x1, 0x3,0x78,0x0,0x1,0x0,0x0,0x3, 0x3,0x7A,0x0,0x0,0x4,0x4B,0xD4, 0x3,0x7B,0x0,0x2,0x0,0x0,0x1, 0x3,0x7E,0x0,0x0,0x2,0x4,0x24, 0x3,0x7F,0x0,0x4,0x0,0x0,0x3, 0x3,0x84,0x0,0x0,0x4,0x4A,0x64, 0x3,0x85,0x0,0x0,0x6,0x10,0x94, 0x3,0x86,0x0,0x0,0x2,0x54,0xC2, 0x3,0x87,0x0,0x0,0x2,0x4A,0xD2, 0x3,0x88,0x0,0x0,0x2,0x7F,0x7A, 0x3,0x89,0x0,0x0,0x2,0x55,0x5A, 0x3,0x8A,0x0,0x0,0x2,0x7F,0x8A, 0x3,0x8B,0x0,0x0,0x0,0x0,0x3, 0x3,0x8C,0x0,0x0,0x2,0x7F,0x9A, 0x3,0x8D,0x0,0x0,0x0,0x0,0x3, 0x3,0x8E,0x0,0x0,0x2,0x7F,0xAA, 0x3,0x8F,0x0,0x0,0x2,0x55,0xDA, 0x3,0x90,0x0,0x0,0x0,0x0,0x1, 0x3,0x91,0x0,0x0,0x2,0x54,0xA2, 0x3,0x92,0x0,0x0,0x2,0x7F,0xBA, 0x3,0x93,0x0,0x0,0x2,0x7F,0xCA, 0x3,0x94,0x0,0x0,0x2,0x7F,0xDA, 0x3,0x95,0x0,0x0,0x2,0x7F,0xEA, 0x3,0x96,0x0,0x0,0x2,0x7F,0xFA, 0x3,0x97,0x0,0x0,0x2,0x55,0x3A, 0x3,0x98,0x0,0x0,0x2,0x80,0xA, 0x3,0x99,0x0,0x0,0x2,0x4B,0xDA, 0x3,0x9A,0x0,0x0,0x2,0x80,0x1A, 0x3,0x9B,0x0,0x0,0x2,0x80,0x2A, 0x3,0x9C,0x0,0x0,0x2,0x5C,0x6A, 0x3,0x9D,0x0,0x0,0x2,0x80,0x3A, 0x3,0x9E,0x0,0x0,0x2,0x80,0x4A, 0x3,0x9F,0x0,0x0,0x2,0x80,0x5A, 0x3,0xA0,0x0,0x0,0x2,0x80,0x6A, 0x3,0xA1,0x0,0x0,0x2,0x80,0x7A, 0x3,0xA2,0x0,0x0,0x0,0x0,0x3, 0x3,0xA3,0x0,0x0,0x2,0x80,0x8A, 0x3,0xA4,0x0,0x0,0x2,0x80,0x9A, 0x3,0xA5,0x0,0x0,0x2,0x80,0xAA, 0x3,0xA6,0x0,0x0,0x2,0x80,0xBA, 0x3,0xA7,0x0,0x0,0x2,0x80,0xCA, 0x3,0xA8,0x0,0x0,0x2,0x80,0xDA, 0x3,0xA9,0x0,0x0,0x2,0x55,0xBA, 0x3,0xAA,0x0,0x0,0x2,0x80,0xEA, 0x3,0xAB,0x0,0x0,0x2,0x80,0xFA, 0x3,0xAC,0x0,0x15,0x0,0x0,0x1, 0x3,0xC2,0x0,0x0,0x2,0x80,0x8E, 0x3,0xC3,0x0,0xB,0x0,0x0,0x1, 0x3,0xCF,0x0,0x0,0x2,0x81,0xA, 0x3,0xD0,0x0,0x0,0x2,0x7F,0xBA, 0x3,0xD1,0x0,0x0,0x2,0x80,0xA, 0x3,0xD2,0x0,0x0,0x2,0x80,0xAA, 0x3,0xD3,0x0,0x0,0x2,0x7F,0xAA, 0x3,0xD4,0x0,0x0,0x2,0x80,0xFA, 0x3,0xD5,0x0,0x0,0x2,0x80,0xBA, 0x3,0xD6,0x0,0x0,0x2,0x80,0x6A, 0x3,0xD7,0x0,0x0,0x0,0x0,0x1, 0x3,0xD8,0x0,0x0,0x2,0x81,0x1A, 0x3,0xD9,0x0,0x0,0x0,0x0,0x1, 0x3,0xDA,0x0,0x0,0x2,0x81,0x2A, 0x3,0xDB,0x0,0x0,0x0,0x0,0x1, 0x3,0xDC,0x0,0x0,0x2,0x81,0x3A, 0x3,0xDD,0x0,0x0,0x0,0x0,0x1, 0x3,0xDE,0x0,0x0,0x2,0x81,0x4A, 0x3,0xDF,0x0,0x0,0x0,0x0,0x1, 0x3,0xE0,0x0,0x0,0x2,0x81,0x5A, 0x3,0xE1,0x0,0x0,0x0,0x0,0x1, 0x3,0xE2,0x0,0x0,0x2,0x81,0x6A, 0x3,0xE3,0x0,0x0,0x0,0x0,0x1, 0x3,0xE4,0x0,0x0,0x2,0x81,0x7A, 0x3,0xE5,0x0,0x0,0x0,0x0,0x1, 0x3,0xE6,0x0,0x0,0x2,0x81,0x8A, 0x3,0xE7,0x0,0x0,0x0,0x0,0x1, 0x3,0xE8,0x0,0x0,0x2,0x81,0x9A, 0x3,0xE9,0x0,0x0,0x0,0x0,0x1, 0x3,0xEA,0x0,0x0,0x2,0x81,0xAA, 0x3,0xEB,0x0,0x0,0x0,0x0,0x1, 0x3,0xEC,0x0,0x0,0x2,0x81,0xBA, 0x3,0xED,0x0,0x0,0x0,0x0,0x1, 0x3,0xEE,0x0,0x0,0x2,0x81,0xCA, 0x3,0xEF,0x0,0x0,0x0,0x0,0x1, 0x3,0xF0,0x0,0x0,0x2,0x80,0x1A, 0x3,0xF1,0x0,0x0,0x2,0x80,0x7A, 0x3,0xF2,0x0,0x0,0x2,0x80,0x8A, 0x3,0xF3,0x0,0x0,0x0,0x0,0x1, 0x3,0xF4,0x0,0x0,0x2,0x80,0xA, 0x3,0xF5,0x0,0x0,0x2,0x7F,0xEA, 0x3,0xF6,0x0,0x0,0x0,0x0,0x1, 0x3,0xF7,0x0,0x0,0x2,0x81,0xDA, 0x3,0xF8,0x0,0x0,0x0,0x0,0x1, 0x3,0xF9,0x0,0x0,0x2,0x80,0x8A, 0x3,0xFA,0x0,0x0,0x2,0x81,0xEA, 0x3,0xFB,0x0,0x1,0x0,0x0,0x1, 0x3,0xFD,0x0,0x0,0x2,0x81,0xFA, 0x3,0xFE,0x0,0x0,0x2,0x82,0xA, 0x3,0xFF,0x0,0x0,0x2,0x82,0x1A, 0x4,0x0,0x0,0x0,0x2,0x82,0x2A, 0x4,0x1,0x0,0x0,0x2,0x82,0x3A, 0x4,0x2,0x0,0x0,0x2,0x82,0x4A, 0x4,0x3,0x0,0x0,0x2,0x82,0x5A, 0x4,0x4,0x0,0x0,0x2,0x82,0x6A, 0x4,0x5,0x0,0x0,0x2,0x82,0x7A, 0x4,0x6,0x0,0x0,0x2,0x82,0x8A, 0x4,0x7,0x0,0x0,0x2,0x82,0x9A, 0x4,0x8,0x0,0x0,0x2,0x82,0xAA, 0x4,0x9,0x0,0x0,0x2,0x82,0xBA, 0x4,0xA,0x0,0x0,0x2,0x82,0xCA, 0x4,0xB,0x0,0x0,0x2,0x82,0xDA, 0x4,0xC,0x0,0x0,0x2,0x82,0xEA, 0x4,0xD,0x0,0x0,0x2,0x82,0xFA, 0x4,0xE,0x0,0x0,0x2,0x83,0xA, 0x4,0xF,0x0,0x0,0x2,0x83,0x1A, 0x4,0x10,0x0,0x0,0x2,0x83,0x2A, 0x4,0x11,0x0,0x0,0x2,0x83,0x3A, 0x4,0x12,0x0,0x0,0x2,0x83,0x4A, 0x4,0x13,0x0,0x0,0x2,0x83,0x5A, 0x4,0x14,0x0,0x0,0x2,0x83,0x6A, 0x4,0x15,0x0,0x0,0x2,0x83,0x7A, 0x4,0x16,0x0,0x0,0x2,0x83,0x8A, 0x4,0x17,0x0,0x0,0x2,0x83,0x9A, 0x4,0x18,0x0,0x0,0x2,0x83,0xAA, 0x4,0x19,0x0,0x0,0x2,0x83,0xBA, 0x4,0x1A,0x0,0x0,0x2,0x83,0xCA, 0x4,0x1B,0x0,0x0,0x2,0x83,0xDA, 0x4,0x1C,0x0,0x0,0x2,0x83,0xEA, 0x4,0x1D,0x0,0x0,0x2,0x83,0xFA, 0x4,0x1E,0x0,0x0,0x2,0x84,0xA, 0x4,0x1F,0x0,0x0,0x2,0x84,0x1A, 0x4,0x20,0x0,0x0,0x2,0x84,0x2A, 0x4,0x21,0x0,0x0,0x2,0x84,0x3A, 0x4,0x22,0x0,0x0,0x2,0x84,0x4A, 0x4,0x23,0x0,0x0,0x2,0x84,0x5A, 0x4,0x24,0x0,0x0,0x2,0x84,0x6A, 0x4,0x25,0x0,0x0,0x2,0x84,0x7A, 0x4,0x26,0x0,0x0,0x2,0x84,0x8A, 0x4,0x27,0x0,0x0,0x2,0x84,0x9A, 0x4,0x28,0x0,0x0,0x2,0x84,0xAA, 0x4,0x29,0x0,0x0,0x2,0x84,0xBA, 0x4,0x2A,0x0,0x0,0x2,0x84,0xCA, 0x4,0x2B,0x0,0x0,0x2,0x84,0xDA, 0x4,0x2C,0x0,0x0,0x2,0x84,0xEA, 0x4,0x2D,0x0,0x0,0x2,0x84,0xFA, 0x4,0x2E,0x0,0x0,0x2,0x85,0xA, 0x4,0x2F,0x0,0x0,0x2,0x85,0x1A, 0x4,0x30,0x0,0x2F,0x0,0x0,0x1, 0x4,0x60,0x0,0x0,0x2,0x85,0x2A, 0x4,0x61,0x0,0x0,0x0,0x0,0x1, 0x4,0x62,0x0,0x0,0x2,0x85,0x3A, 0x4,0x63,0x0,0x0,0x0,0x0,0x1, 0x4,0x64,0x0,0x0,0x2,0x85,0x4A, 0x4,0x65,0x0,0x0,0x0,0x0,0x1, 0x4,0x66,0x0,0x0,0x2,0x85,0x5A, 0x4,0x67,0x0,0x0,0x0,0x0,0x1, 0x4,0x68,0x0,0x0,0x2,0x85,0x6A, 0x4,0x69,0x0,0x0,0x0,0x0,0x1, 0x4,0x6A,0x0,0x0,0x2,0x85,0x7A, 0x4,0x6B,0x0,0x0,0x0,0x0,0x1, 0x4,0x6C,0x0,0x0,0x2,0x85,0x8A, 0x4,0x6D,0x0,0x0,0x0,0x0,0x1, 0x4,0x6E,0x0,0x0,0x2,0x85,0x9A, 0x4,0x6F,0x0,0x0,0x0,0x0,0x1, 0x4,0x70,0x0,0x0,0x2,0x85,0xAA, 0x4,0x71,0x0,0x0,0x0,0x0,0x1, 0x4,0x72,0x0,0x0,0x2,0x85,0xBA, 0x4,0x73,0x0,0x0,0x0,0x0,0x1, 0x4,0x74,0x0,0x0,0x2,0x85,0xCA, 0x4,0x75,0x0,0x0,0x0,0x0,0x1, 0x4,0x76,0x0,0x0,0x2,0x85,0xDA, 0x4,0x77,0x0,0x0,0x0,0x0,0x1, 0x4,0x78,0x0,0x0,0x2,0x85,0xEA, 0x4,0x79,0x0,0x0,0x0,0x0,0x1, 0x4,0x7A,0x0,0x0,0x2,0x85,0xFA, 0x4,0x7B,0x0,0x0,0x0,0x0,0x1, 0x4,0x7C,0x0,0x0,0x2,0x86,0xA, 0x4,0x7D,0x0,0x0,0x0,0x0,0x1, 0x4,0x7E,0x0,0x0,0x2,0x86,0x1A, 0x4,0x7F,0x0,0x0,0x0,0x0,0x1, 0x4,0x80,0x0,0x0,0x2,0x86,0x2A, 0x4,0x81,0x0,0x8,0x0,0x0,0x1, 0x4,0x8A,0x0,0x0,0x2,0x86,0x3A, 0x4,0x8B,0x0,0x0,0x0,0x0,0x1, 0x4,0x8C,0x0,0x0,0x2,0x86,0x4A, 0x4,0x8D,0x0,0x0,0x0,0x0,0x1, 0x4,0x8E,0x0,0x0,0x2,0x86,0x5A, 0x4,0x8F,0x0,0x0,0x0,0x0,0x1, 0x4,0x90,0x0,0x0,0x2,0x86,0x6A, 0x4,0x91,0x0,0x0,0x0,0x0,0x1, 0x4,0x92,0x0,0x0,0x2,0x86,0x7A, 0x4,0x93,0x0,0x0,0x0,0x0,0x1, 0x4,0x94,0x0,0x0,0x2,0x86,0x8A, 0x4,0x95,0x0,0x0,0x0,0x0,0x1, 0x4,0x96,0x0,0x0,0x2,0x86,0x9A, 0x4,0x97,0x0,0x0,0x0,0x0,0x1, 0x4,0x98,0x0,0x0,0x2,0x86,0xAA, 0x4,0x99,0x0,0x0,0x0,0x0,0x1, 0x4,0x9A,0x0,0x0,0x2,0x86,0xBA, 0x4,0x9B,0x0,0x0,0x0,0x0,0x1, 0x4,0x9C,0x0,0x0,0x2,0x86,0xCA, 0x4,0x9D,0x0,0x0,0x0,0x0,0x1, 0x4,0x9E,0x0,0x0,0x2,0x86,0xDA, 0x4,0x9F,0x0,0x0,0x0,0x0,0x1, 0x4,0xA0,0x0,0x0,0x2,0x86,0xEA, 0x4,0xA1,0x0,0x0,0x0,0x0,0x1, 0x4,0xA2,0x0,0x0,0x2,0x86,0xFA, 0x4,0xA3,0x0,0x0,0x0,0x0,0x1, 0x4,0xA4,0x0,0x0,0x2,0x87,0xA, 0x4,0xA5,0x0,0x0,0x0,0x0,0x1, 0x4,0xA6,0x0,0x0,0x2,0x87,0x1A, 0x4,0xA7,0x0,0x0,0x0,0x0,0x1, 0x4,0xA8,0x0,0x0,0x2,0x87,0x2A, 0x4,0xA9,0x0,0x0,0x0,0x0,0x1, 0x4,0xAA,0x0,0x0,0x2,0x87,0x3A, 0x4,0xAB,0x0,0x0,0x0,0x0,0x1, 0x4,0xAC,0x0,0x0,0x2,0x87,0x4A, 0x4,0xAD,0x0,0x0,0x0,0x0,0x1, 0x4,0xAE,0x0,0x0,0x2,0x87,0x5A, 0x4,0xAF,0x0,0x0,0x0,0x0,0x1, 0x4,0xB0,0x0,0x0,0x2,0x87,0x6A, 0x4,0xB1,0x0,0x0,0x0,0x0,0x1, 0x4,0xB2,0x0,0x0,0x2,0x87,0x7A, 0x4,0xB3,0x0,0x0,0x0,0x0,0x1, 0x4,0xB4,0x0,0x0,0x2,0x87,0x8A, 0x4,0xB5,0x0,0x0,0x0,0x0,0x1, 0x4,0xB6,0x0,0x0,0x2,0x87,0x9A, 0x4,0xB7,0x0,0x0,0x0,0x0,0x1, 0x4,0xB8,0x0,0x0,0x2,0x87,0xAA, 0x4,0xB9,0x0,0x0,0x0,0x0,0x1, 0x4,0xBA,0x0,0x0,0x2,0x87,0xBA, 0x4,0xBB,0x0,0x0,0x0,0x0,0x1, 0x4,0xBC,0x0,0x0,0x2,0x87,0xCA, 0x4,0xBD,0x0,0x0,0x0,0x0,0x1, 0x4,0xBE,0x0,0x0,0x2,0x87,0xDA, 0x4,0xBF,0x0,0x0,0x0,0x0,0x1, 0x4,0xC0,0x0,0x0,0x0,0x0,0x3, 0x4,0xC1,0x0,0x0,0x2,0x87,0xEA, 0x4,0xC2,0x0,0x0,0x0,0x0,0x1, 0x4,0xC3,0x0,0x0,0x2,0x87,0xFA, 0x4,0xC4,0x0,0x0,0x0,0x0,0x1, 0x4,0xC5,0x0,0x0,0x2,0x88,0xA, 0x4,0xC6,0x0,0x0,0x0,0x0,0x1, 0x4,0xC7,0x0,0x0,0x2,0x88,0x1A, 0x4,0xC8,0x0,0x0,0x0,0x0,0x1, 0x4,0xC9,0x0,0x0,0x2,0x88,0x2A, 0x4,0xCA,0x0,0x0,0x0,0x0,0x1, 0x4,0xCB,0x0,0x0,0x2,0x88,0x3A, 0x4,0xCC,0x0,0x0,0x0,0x0,0x1, 0x4,0xCD,0x0,0x0,0x2,0x88,0x4A, 0x4,0xCE,0x0,0x1,0x0,0x0,0x1, 0x4,0xD0,0x0,0x0,0x2,0x88,0x5A, 0x4,0xD1,0x0,0x0,0x0,0x0,0x1, 0x4,0xD2,0x0,0x0,0x2,0x88,0x6A, 0x4,0xD3,0x0,0x0,0x0,0x0,0x1, 0x4,0xD4,0x0,0x0,0x2,0x88,0x7A, 0x4,0xD5,0x0,0x0,0x0,0x0,0x1, 0x4,0xD6,0x0,0x0,0x2,0x88,0x8A, 0x4,0xD7,0x0,0x0,0x0,0x0,0x1, 0x4,0xD8,0x0,0x0,0x2,0x88,0x9A, 0x4,0xD9,0x0,0x0,0x0,0x0,0x1, 0x4,0xDA,0x0,0x0,0x2,0x88,0xAA, 0x4,0xDB,0x0,0x0,0x0,0x0,0x1, 0x4,0xDC,0x0,0x0,0x2,0x88,0xBA, 0x4,0xDD,0x0,0x0,0x0,0x0,0x1, 0x4,0xDE,0x0,0x0,0x2,0x88,0xCA, 0x4,0xDF,0x0,0x0,0x0,0x0,0x1, 0x4,0xE0,0x0,0x0,0x2,0x88,0xDA, 0x4,0xE1,0x0,0x0,0x0,0x0,0x1, 0x4,0xE2,0x0,0x0,0x2,0x88,0xEA, 0x4,0xE3,0x0,0x0,0x0,0x0,0x1, 0x4,0xE4,0x0,0x0,0x2,0x88,0xFA, 0x4,0xE5,0x0,0x0,0x0,0x0,0x1, 0x4,0xE6,0x0,0x0,0x2,0x89,0xA, 0x4,0xE7,0x0,0x0,0x0,0x0,0x1, 0x4,0xE8,0x0,0x0,0x2,0x89,0x1A, 0x4,0xE9,0x0,0x0,0x0,0x0,0x1, 0x4,0xEA,0x0,0x0,0x2,0x89,0x2A, 0x4,0xEB,0x0,0x0,0x0,0x0,0x1, 0x4,0xEC,0x0,0x0,0x2,0x89,0x3A, 0x4,0xED,0x0,0x0,0x0,0x0,0x1, 0x4,0xEE,0x0,0x0,0x2,0x89,0x4A, 0x4,0xEF,0x0,0x0,0x0,0x0,0x1, 0x4,0xF0,0x0,0x0,0x2,0x89,0x5A, 0x4,0xF1,0x0,0x0,0x0,0x0,0x1, 0x4,0xF2,0x0,0x0,0x2,0x89,0x6A, 0x4,0xF3,0x0,0x0,0x0,0x0,0x1, 0x4,0xF4,0x0,0x0,0x2,0x89,0x7A, 0x4,0xF5,0x0,0x0,0x0,0x0,0x1, 0x4,0xF6,0x0,0x0,0x2,0x89,0x8A, 0x4,0xF7,0x0,0x0,0x0,0x0,0x1, 0x4,0xF8,0x0,0x0,0x2,0x89,0x9A, 0x4,0xF9,0x0,0x0,0x0,0x0,0x1, 0x4,0xFA,0x0,0x0,0x2,0x89,0xAA, 0x4,0xFB,0x0,0x0,0x0,0x0,0x1, 0x4,0xFC,0x0,0x0,0x2,0x89,0xBA, 0x4,0xFD,0x0,0x0,0x0,0x0,0x1, 0x4,0xFE,0x0,0x0,0x2,0x89,0xCA, 0x4,0xFF,0x0,0x0,0x0,0x0,0x1, 0x5,0x0,0x0,0x0,0x2,0x89,0xDA, 0x5,0x1,0x0,0x0,0x0,0x0,0x1, 0x5,0x2,0x0,0x0,0x2,0x89,0xEA, 0x5,0x3,0x0,0x0,0x0,0x0,0x1, 0x5,0x4,0x0,0x0,0x2,0x89,0xFA, 0x5,0x5,0x0,0x0,0x0,0x0,0x1, 0x5,0x6,0x0,0x0,0x2,0x8A,0xA, 0x5,0x7,0x0,0x0,0x0,0x0,0x1, 0x5,0x8,0x0,0x0,0x2,0x8A,0x1A, 0x5,0x9,0x0,0x0,0x0,0x0,0x1, 0x5,0xA,0x0,0x0,0x2,0x8A,0x2A, 0x5,0xB,0x0,0x0,0x0,0x0,0x1, 0x5,0xC,0x0,0x0,0x2,0x8A,0x3A, 0x5,0xD,0x0,0x0,0x0,0x0,0x1, 0x5,0xE,0x0,0x0,0x2,0x8A,0x4A, 0x5,0xF,0x0,0x0,0x0,0x0,0x1, 0x5,0x10,0x0,0x0,0x2,0x8A,0x5A, 0x5,0x11,0x0,0x0,0x0,0x0,0x1, 0x5,0x12,0x0,0x0,0x2,0x8A,0x6A, 0x5,0x13,0x0,0x0,0x0,0x0,0x1, 0x5,0x14,0x0,0x0,0x2,0x8A,0x7A, 0x5,0x15,0x0,0x0,0x0,0x0,0x1, 0x5,0x16,0x0,0x0,0x2,0x8A,0x8A, 0x5,0x17,0x0,0x0,0x0,0x0,0x1, 0x5,0x18,0x0,0x0,0x2,0x8A,0x9A, 0x5,0x19,0x0,0x0,0x0,0x0,0x1, 0x5,0x1A,0x0,0x0,0x2,0x8A,0xAA, 0x5,0x1B,0x0,0x0,0x0,0x0,0x1, 0x5,0x1C,0x0,0x0,0x2,0x8A,0xBA, 0x5,0x1D,0x0,0x0,0x0,0x0,0x1, 0x5,0x1E,0x0,0x0,0x2,0x8A,0xCA, 0x5,0x1F,0x0,0x0,0x0,0x0,0x1, 0x5,0x20,0x0,0x0,0x2,0x8A,0xDA, 0x5,0x21,0x0,0x0,0x0,0x0,0x1, 0x5,0x22,0x0,0x0,0x2,0x8A,0xEA, 0x5,0x23,0x0,0x0,0x0,0x0,0x1, 0x5,0x24,0x0,0x0,0x2,0x8A,0xFA, 0x5,0x25,0x0,0x0,0x0,0x0,0x1, 0x5,0x26,0x0,0x0,0x2,0x8B,0xA, 0x5,0x27,0x0,0x0,0x0,0x0,0x1, 0x5,0x28,0x0,0x8,0x0,0x0,0x3, 0x5,0x31,0x0,0x0,0x2,0x8B,0x1A, 0x5,0x32,0x0,0x0,0x2,0x8B,0x2A, 0x5,0x33,0x0,0x0,0x2,0x8B,0x3A, 0x5,0x34,0x0,0x0,0x2,0x8B,0x4A, 0x5,0x35,0x0,0x0,0x2,0x4B,0xEA, 0x5,0x36,0x0,0x0,0x2,0x8B,0x5A, 0x5,0x37,0x0,0x0,0x2,0x8B,0x6A, 0x5,0x38,0x0,0x0,0x2,0x8B,0x7A, 0x5,0x39,0x0,0x0,0x2,0x8B,0x8A, 0x5,0x3A,0x0,0x0,0x2,0x8B,0x9A, 0x5,0x3B,0x0,0x0,0x2,0x60,0xA, 0x5,0x3C,0x0,0x0,0x2,0x8B,0xAA, 0x5,0x3D,0x0,0x0,0x2,0x60,0x4A, 0x5,0x3E,0x0,0x0,0x2,0x8B,0xBA, 0x5,0x3F,0x0,0x0,0x2,0x8B,0xCA, 0x5,0x40,0x0,0x0,0x2,0x8B,0xDA, 0x5,0x41,0x0,0x0,0x2,0x8B,0xEA, 0x5,0x42,0x0,0x0,0x2,0x8B,0xFA, 0x5,0x43,0x0,0x0,0x2,0x8C,0xA, 0x5,0x44,0x0,0x0,0x2,0x5F,0xBA, 0x5,0x45,0x0,0x0,0x2,0x8C,0x1A, 0x5,0x46,0x0,0x0,0x2,0x5F,0xCA, 0x5,0x47,0x0,0x0,0x2,0x8C,0x2A, 0x5,0x48,0x0,0x0,0x2,0x8C,0x3A, 0x5,0x49,0x0,0x0,0x2,0x8C,0x4A, 0x5,0x4A,0x0,0x0,0x2,0x8C,0x5A, 0x5,0x4B,0x0,0x0,0x2,0x8C,0x6A, 0x5,0x4C,0x0,0x0,0x2,0x8C,0x7A, 0x5,0x4D,0x0,0x0,0x2,0x8C,0x8A, 0x5,0x4E,0x0,0x0,0x2,0x60,0x1A, 0x5,0x4F,0x0,0x0,0x2,0x8C,0x9A, 0x5,0x50,0x0,0x0,0x2,0x8C,0xAA, 0x5,0x51,0x0,0x0,0x2,0x8C,0xBA, 0x5,0x52,0x0,0x0,0x2,0x4B,0xFA, 0x5,0x53,0x0,0x0,0x2,0x8C,0xCA, 0x5,0x54,0x0,0x0,0x2,0x8C,0xDA, 0x5,0x55,0x0,0x0,0x2,0x8C,0xEA, 0x5,0x56,0x0,0x0,0x2,0x8C,0xFA, 0x5,0x57,0x0,0x1,0x0,0x0,0x3, 0x5,0x59,0x0,0x6,0x0,0x0,0x1, 0x5,0x60,0x0,0x0,0x0,0x0,0x3, 0x5,0x61,0x0,0x25,0x0,0x0,0x1, 0x5,0x87,0x0,0x0,0x4,0x4B,0xEA, 0x5,0x88,0x0,0x0,0x0,0x0,0x3, 0x5,0x89,0x0,0x1,0x0,0x0,0x1, 0x5,0x8B,0x0,0x3,0x0,0x0,0x3, 0x5,0x8F,0x0,0x0,0x0,0x0,0x1, 0x5,0x90,0x0,0x0,0x0,0x0,0x3, 0x5,0x91,0x0,0x36,0x0,0x0,0x1, 0x5,0xC8,0x0,0x7,0x0,0x0,0x3, 0x5,0xD0,0x0,0x1A,0x0,0x0,0x1, 0x5,0xEB,0x0,0x4,0x0,0x0,0x3, 0x5,0xF0,0x0,0x4,0x0,0x0,0x1, 0x5,0xF5,0x0,0x10,0x0,0x0,0x3, 0x6,0x6,0x0,0x15,0x0,0x0,0x1, 0x6,0x1C,0x0,0x1,0x0,0x0,0x3, 0x6,0x1E,0x0,0x56,0x0,0x0,0x1, 0x6,0x75,0x0,0x0,0x4,0x4C,0xA, 0x6,0x76,0x0,0x0,0x4,0x4C,0x2A, 0x6,0x77,0x0,0x0,0x4,0x4C,0x4A, 0x6,0x78,0x0,0x0,0x4,0x4C,0x6A, 0x6,0x79,0x0,0x63,0x0,0x0,0x1, 0x6,0xDD,0x0,0x0,0x0,0x0,0x3, 0x6,0xDE,0x0,0x2F,0x0,0x0,0x1, 0x7,0xE,0x0,0x1,0x0,0x0,0x3, 0x7,0x10,0x0,0x3A,0x0,0x0,0x1, 0x7,0x4B,0x0,0x1,0x0,0x0,0x3, 0x7,0x4D,0x0,0x64,0x0,0x0,0x1, 0x7,0xB2,0x0,0xD,0x0,0x0,0x3, 0x7,0xC0,0x0,0x3A,0x0,0x0,0x1, 0x7,0xFB,0x0,0x4,0x0,0x0,0x3, 0x8,0x0,0x0,0x2D,0x0,0x0,0x1, 0x8,0x2E,0x0,0x1,0x0,0x0,0x3, 0x8,0x30,0x0,0xE,0x0,0x0,0x1, 0x8,0x3F,0x0,0x0,0x0,0x0,0x3, 0x8,0x40,0x0,0x1B,0x0,0x0,0x1, 0x8,0x5C,0x0,0x1,0x0,0x0,0x3, 0x8,0x5E,0x0,0x0,0x0,0x0,0x1, 0x8,0x5F,0x0,0x40,0x0,0x0,0x3, 0x8,0xA0,0x0,0x0,0x0,0x0,0x1, 0x8,0xA1,0x0,0x0,0x0,0x0,0x3, 0x8,0xA2,0x0,0xA,0x0,0x0,0x1, 0x8,0xAD,0x0,0x36,0x0,0x0,0x3, 0x8,0xE4,0x0,0x1A,0x0,0x0,0x1, 0x8,0xFF,0x0,0x0,0x0,0x0,0x3, 0x9,0x0,0x0,0x57,0x0,0x0,0x1, 0x9,0x58,0x0,0x0,0x4,0x4C,0x8A, 0x9,0x59,0x0,0x0,0x4,0x4C,0xAA, 0x9,0x5A,0x0,0x0,0x4,0x4C,0xCA, 0x9,0x5B,0x0,0x0,0x4,0x4C,0xEA, 0x9,0x5C,0x0,0x0,0x4,0x4D,0xA, 0x9,0x5D,0x0,0x0,0x4,0x4D,0x2A, 0x9,0x5E,0x0,0x0,0x4,0x4D,0x4A, 0x9,0x5F,0x0,0x0,0x4,0x4D,0x6A, 0x9,0x60,0x0,0x17,0x0,0x0,0x1, 0x9,0x78,0x0,0x0,0x0,0x0,0x3, 0x9,0x79,0x0,0x6,0x0,0x0,0x1, 0x9,0x80,0x0,0x0,0x0,0x0,0x3, 0x9,0x81,0x0,0x2,0x0,0x0,0x1, 0x9,0x84,0x0,0x0,0x0,0x0,0x3, 0x9,0x85,0x0,0x7,0x0,0x0,0x1, 0x9,0x8D,0x0,0x1,0x0,0x0,0x3, 0x9,0x8F,0x0,0x1,0x0,0x0,0x1, 0x9,0x91,0x0,0x1,0x0,0x0,0x3, 0x9,0x93,0x0,0x15,0x0,0x0,0x1, 0x9,0xA9,0x0,0x0,0x0,0x0,0x3, 0x9,0xAA,0x0,0x6,0x0,0x0,0x1, 0x9,0xB1,0x0,0x0,0x0,0x0,0x3, 0x9,0xB2,0x0,0x0,0x0,0x0,0x1, 0x9,0xB3,0x0,0x2,0x0,0x0,0x3, 0x9,0xB6,0x0,0x3,0x0,0x0,0x1, 0x9,0xBA,0x0,0x1,0x0,0x0,0x3, 0x9,0xBC,0x0,0x8,0x0,0x0,0x1, 0x9,0xC5,0x0,0x1,0x0,0x0,0x3, 0x9,0xC7,0x0,0x1,0x0,0x0,0x1, 0x9,0xC9,0x0,0x1,0x0,0x0,0x3, 0x9,0xCB,0x0,0x3,0x0,0x0,0x1, 0x9,0xCF,0x0,0x7,0x0,0x0,0x3, 0x9,0xD7,0x0,0x0,0x0,0x0,0x1, 0x9,0xD8,0x0,0x3,0x0,0x0,0x3, 0x9,0xDC,0x0,0x0,0x4,0x4D,0x8A, 0x9,0xDD,0x0,0x0,0x4,0x4D,0xAA, 0x9,0xDE,0x0,0x0,0x0,0x0,0x3, 0x9,0xDF,0x0,0x0,0x4,0x4D,0xCA, 0x9,0xE0,0x0,0x3,0x0,0x0,0x1, 0x9,0xE4,0x0,0x1,0x0,0x0,0x3, 0x9,0xE6,0x0,0x15,0x0,0x0,0x1, 0x9,0xFC,0x0,0x4,0x0,0x0,0x3, 0xA,0x1,0x0,0x2,0x0,0x0,0x1, 0xA,0x4,0x0,0x0,0x0,0x0,0x3, 0xA,0x5,0x0,0x5,0x0,0x0,0x1, 0xA,0xB,0x0,0x3,0x0,0x0,0x3, 0xA,0xF,0x0,0x1,0x0,0x0,0x1, 0xA,0x11,0x0,0x1,0x0,0x0,0x3, 0xA,0x13,0x0,0x15,0x0,0x0,0x1, 0xA,0x29,0x0,0x0,0x0,0x0,0x3, 0xA,0x2A,0x0,0x6,0x0,0x0,0x1, 0xA,0x31,0x0,0x0,0x0,0x0,0x3, 0xA,0x32,0x0,0x0,0x0,0x0,0x1, 0xA,0x33,0x0,0x0,0x4,0x4D,0xEA, 0xA,0x34,0x0,0x0,0x0,0x0,0x3, 0xA,0x35,0x0,0x0,0x0,0x0,0x1, 0xA,0x36,0x0,0x0,0x4,0x4E,0xA, 0xA,0x37,0x0,0x0,0x0,0x0,0x3, 0xA,0x38,0x0,0x1,0x0,0x0,0x1, 0xA,0x3A,0x0,0x1,0x0,0x0,0x3, 0xA,0x3C,0x0,0x0,0x0,0x0,0x1, 0xA,0x3D,0x0,0x0,0x0,0x0,0x3, 0xA,0x3E,0x0,0x4,0x0,0x0,0x1, 0xA,0x43,0x0,0x3,0x0,0x0,0x3, 0xA,0x47,0x0,0x1,0x0,0x0,0x1, 0xA,0x49,0x0,0x1,0x0,0x0,0x3, 0xA,0x4B,0x0,0x2,0x0,0x0,0x1, 0xA,0x4E,0x0,0x2,0x0,0x0,0x3, 0xA,0x51,0x0,0x0,0x0,0x0,0x1, 0xA,0x52,0x0,0x6,0x0,0x0,0x3, 0xA,0x59,0x0,0x0,0x4,0x4E,0x2A, 0xA,0x5A,0x0,0x0,0x4,0x4E,0x4A, 0xA,0x5B,0x0,0x0,0x4,0x4E,0x6A, 0xA,0x5C,0x0,0x0,0x0,0x0,0x1, 0xA,0x5D,0x0,0x0,0x0,0x0,0x3, 0xA,0x5E,0x0,0x0,0x4,0x4E,0x8A, 0xA,0x5F,0x0,0x6,0x0,0x0,0x3, 0xA,0x66,0x0,0xF,0x0,0x0,0x1, 0xA,0x76,0x0,0xA,0x0,0x0,0x3, 0xA,0x81,0x0,0x2,0x0,0x0,0x1, 0xA,0x84,0x0,0x0,0x0,0x0,0x3, 0xA,0x85,0x0,0x8,0x0,0x0,0x1, 0xA,0x8E,0x0,0x0,0x0,0x0,0x3, 0xA,0x8F,0x0,0x2,0x0,0x0,0x1, 0xA,0x92,0x0,0x0,0x0,0x0,0x3, 0xA,0x93,0x0,0x15,0x0,0x0,0x1, 0xA,0xA9,0x0,0x0,0x0,0x0,0x3, 0xA,0xAA,0x0,0x6,0x0,0x0,0x1, 0xA,0xB1,0x0,0x0,0x0,0x0,0x3, 0xA,0xB2,0x0,0x1,0x0,0x0,0x1, 0xA,0xB4,0x0,0x0,0x0,0x0,0x3, 0xA,0xB5,0x0,0x4,0x0,0x0,0x1, 0xA,0xBA,0x0,0x1,0x0,0x0,0x3, 0xA,0xBC,0x0,0x9,0x0,0x0,0x1, 0xA,0xC6,0x0,0x0,0x0,0x0,0x3, 0xA,0xC7,0x0,0x2,0x0,0x0,0x1, 0xA,0xCA,0x0,0x0,0x0,0x0,0x3, 0xA,0xCB,0x0,0x2,0x0,0x0,0x1, 0xA,0xCE,0x0,0x1,0x0,0x0,0x3, 0xA,0xD0,0x0,0x0,0x0,0x0,0x1, 0xA,0xD1,0x0,0xE,0x0,0x0,0x3, 0xA,0xE0,0x0,0x3,0x0,0x0,0x1, 0xA,0xE4,0x0,0x1,0x0,0x0,0x3, 0xA,0xE6,0x0,0xB,0x0,0x0,0x1, 0xA,0xF2,0x0,0xE,0x0,0x0,0x3, 0xB,0x1,0x0,0x2,0x0,0x0,0x1, 0xB,0x4,0x0,0x0,0x0,0x0,0x3, 0xB,0x5,0x0,0x7,0x0,0x0,0x1, 0xB,0xD,0x0,0x1,0x0,0x0,0x3, 0xB,0xF,0x0,0x1,0x0,0x0,0x1, 0xB,0x11,0x0,0x1,0x0,0x0,0x3, 0xB,0x13,0x0,0x15,0x0,0x0,0x1, 0xB,0x29,0x0,0x0,0x0,0x0,0x3, 0xB,0x2A,0x0,0x6,0x0,0x0,0x1, 0xB,0x31,0x0,0x0,0x0,0x0,0x3, 0xB,0x32,0x0,0x1,0x0,0x0,0x1, 0xB,0x34,0x0,0x0,0x0,0x0,0x3, 0xB,0x35,0x0,0x4,0x0,0x0,0x1, 0xB,0x3A,0x0,0x1,0x0,0x0,0x3, 0xB,0x3C,0x0,0x8,0x0,0x0,0x1, 0xB,0x45,0x0,0x1,0x0,0x0,0x3, 0xB,0x47,0x0,0x1,0x0,0x0,0x1, 0xB,0x49,0x0,0x1,0x0,0x0,0x3, 0xB,0x4B,0x0,0x2,0x0,0x0,0x1, 0xB,0x4E,0x0,0x7,0x0,0x0,0x3, 0xB,0x56,0x0,0x1,0x0,0x0,0x1, 0xB,0x58,0x0,0x3,0x0,0x0,0x3, 0xB,0x5C,0x0,0x0,0x4,0x4E,0xAA, 0xB,0x5D,0x0,0x0,0x4,0x4E,0xCA, 0xB,0x5E,0x0,0x0,0x0,0x0,0x3, 0xB,0x5F,0x0,0x4,0x0,0x0,0x1, 0xB,0x64,0x0,0x1,0x0,0x0,0x3, 0xB,0x66,0x0,0x11,0x0,0x0,0x1, 0xB,0x78,0x0,0x9,0x0,0x0,0x3, 0xB,0x82,0x0,0x1,0x0,0x0,0x1, 0xB,0x84,0x0,0x0,0x0,0x0,0x3, 0xB,0x85,0x0,0x5,0x0,0x0,0x1, 0xB,0x8B,0x0,0x2,0x0,0x0,0x3, 0xB,0x8E,0x0,0x2,0x0,0x0,0x1, 0xB,0x91,0x0,0x0,0x0,0x0,0x3, 0xB,0x92,0x0,0x3,0x0,0x0,0x1, 0xB,0x96,0x0,0x2,0x0,0x0,0x3, 0xB,0x99,0x0,0x1,0x0,0x0,0x1, 0xB,0x9B,0x0,0x0,0x0,0x0,0x3, 0xB,0x9C,0x0,0x0,0x0,0x0,0x1, 0xB,0x9D,0x0,0x0,0x0,0x0,0x3, 0xB,0x9E,0x0,0x1,0x0,0x0,0x1, 0xB,0xA0,0x0,0x2,0x0,0x0,0x3, 0xB,0xA3,0x0,0x1,0x0,0x0,0x1, 0xB,0xA5,0x0,0x2,0x0,0x0,0x3, 0xB,0xA8,0x0,0x2,0x0,0x0,0x1, 0xB,0xAB,0x0,0x2,0x0,0x0,0x3, 0xB,0xAE,0x0,0xB,0x0,0x0,0x1, 0xB,0xBA,0x0,0x3,0x0,0x0,0x3, 0xB,0xBE,0x0,0x4,0x0,0x0,0x1, 0xB,0xC3,0x0,0x2,0x0,0x0,0x3, 0xB,0xC6,0x0,0x2,0x0,0x0,0x1, 0xB,0xC9,0x0,0x0,0x0,0x0,0x3, 0xB,0xCA,0x0,0x3,0x0,0x0,0x1, 0xB,0xCE,0x0,0x1,0x0,0x0,0x3, 0xB,0xD0,0x0,0x0,0x0,0x0,0x1, 0xB,0xD1,0x0,0x5,0x0,0x0,0x3, 0xB,0xD7,0x0,0x0,0x0,0x0,0x1, 0xB,0xD8,0x0,0xD,0x0,0x0,0x3, 0xB,0xE6,0x0,0x14,0x0,0x0,0x1, 0xB,0xFB,0x0,0x5,0x0,0x0,0x3, 0xC,0x1,0x0,0x2,0x0,0x0,0x1, 0xC,0x4,0x0,0x0,0x0,0x0,0x3, 0xC,0x5,0x0,0x7,0x0,0x0,0x1, 0xC,0xD,0x0,0x0,0x0,0x0,0x3, 0xC,0xE,0x0,0x2,0x0,0x0,0x1, 0xC,0x11,0x0,0x0,0x0,0x0,0x3, 0xC,0x12,0x0,0x16,0x0,0x0,0x1, 0xC,0x29,0x0,0x0,0x0,0x0,0x3, 0xC,0x2A,0x0,0x9,0x0,0x0,0x1, 0xC,0x34,0x0,0x0,0x0,0x0,0x3, 0xC,0x35,0x0,0x4,0x0,0x0,0x1, 0xC,0x3A,0x0,0x2,0x0,0x0,0x3, 0xC,0x3D,0x0,0x7,0x0,0x0,0x1, 0xC,0x45,0x0,0x0,0x0,0x0,0x3, 0xC,0x46,0x0,0x2,0x0,0x0,0x1, 0xC,0x49,0x0,0x0,0x0,0x0,0x3, 0xC,0x4A,0x0,0x3,0x0,0x0,0x1, 0xC,0x4E,0x0,0x6,0x0,0x0,0x3, 0xC,0x55,0x0,0x1,0x0,0x0,0x1, 0xC,0x57,0x0,0x0,0x0,0x0,0x3, 0xC,0x58,0x0,0x1,0x0,0x0,0x1, 0xC,0x5A,0x0,0x5,0x0,0x0,0x3, 0xC,0x60,0x0,0x3,0x0,0x0,0x1, 0xC,0x64,0x0,0x1,0x0,0x0,0x3, 0xC,0x66,0x0,0x9,0x0,0x0,0x1, 0xC,0x70,0x0,0x7,0x0,0x0,0x3, 0xC,0x78,0x0,0x7,0x0,0x0,0x1, 0xC,0x80,0x0,0x1,0x0,0x0,0x3, 0xC,0x82,0x0,0x1,0x0,0x0,0x1, 0xC,0x84,0x0,0x0,0x0,0x0,0x3, 0xC,0x85,0x0,0x7,0x0,0x0,0x1, 0xC,0x8D,0x0,0x0,0x0,0x0,0x3, 0xC,0x8E,0x0,0x2,0x0,0x0,0x1, 0xC,0x91,0x0,0x0,0x0,0x0,0x3, 0xC,0x92,0x0,0x16,0x0,0x0,0x1, 0xC,0xA9,0x0,0x0,0x0,0x0,0x3, 0xC,0xAA,0x0,0x9,0x0,0x0,0x1, 0xC,0xB4,0x0,0x0,0x0,0x0,0x3, 0xC,0xB5,0x0,0x4,0x0,0x0,0x1, 0xC,0xBA,0x0,0x1,0x0,0x0,0x3, 0xC,0xBC,0x0,0x8,0x0,0x0,0x1, 0xC,0xC5,0x0,0x0,0x0,0x0,0x3, 0xC,0xC6,0x0,0x2,0x0,0x0,0x1, 0xC,0xC9,0x0,0x0,0x0,0x0,0x3, 0xC,0xCA,0x0,0x3,0x0,0x0,0x1, 0xC,0xCE,0x0,0x6,0x0,0x0,0x3, 0xC,0xD5,0x0,0x1,0x0,0x0,0x1, 0xC,0xD7,0x0,0x6,0x0,0x0,0x3, 0xC,0xDE,0x0,0x0,0x0,0x0,0x1, 0xC,0xDF,0x0,0x0,0x0,0x0,0x3, 0xC,0xE0,0x0,0x3,0x0,0x0,0x1, 0xC,0xE4,0x0,0x1,0x0,0x0,0x3, 0xC,0xE6,0x0,0x9,0x0,0x0,0x1, 0xC,0xF0,0x0,0x0,0x0,0x0,0x3, 0xC,0xF1,0x0,0x1,0x0,0x0,0x1, 0xC,0xF3,0x0,0xE,0x0,0x0,0x3, 0xD,0x2,0x0,0x1,0x0,0x0,0x1, 0xD,0x4,0x0,0x0,0x0,0x0,0x3, 0xD,0x5,0x0,0x7,0x0,0x0,0x1, 0xD,0xD,0x0,0x0,0x0,0x0,0x3, 0xD,0xE,0x0,0x2,0x0,0x0,0x1, 0xD,0x11,0x0,0x0,0x0,0x0,0x3, 0xD,0x12,0x0,0x28,0x0,0x0,0x1, 0xD,0x3B,0x0,0x1,0x0,0x0,0x3, 0xD,0x3D,0x0,0x7,0x0,0x0,0x1, 0xD,0x45,0x0,0x0,0x0,0x0,0x3, 0xD,0x46,0x0,0x2,0x0,0x0,0x1, 0xD,0x49,0x0,0x0,0x0,0x0,0x3, 0xD,0x4A,0x0,0x4,0x0,0x0,0x1, 0xD,0x4F,0x0,0x7,0x0,0x0,0x3, 0xD,0x57,0x0,0x0,0x0,0x0,0x1, 0xD,0x58,0x0,0x7,0x0,0x0,0x3, 0xD,0x60,0x0,0x3,0x0,0x0,0x1, 0xD,0x64,0x0,0x1,0x0,0x0,0x3, 0xD,0x66,0x0,0xF,0x0,0x0,0x1, 0xD,0x76,0x0,0x2,0x0,0x0,0x3, 0xD,0x79,0x0,0x6,0x0,0x0,0x1, 0xD,0x80,0x0,0x1,0x0,0x0,0x3, 0xD,0x82,0x0,0x1,0x0,0x0,0x1, 0xD,0x84,0x0,0x0,0x0,0x0,0x3, 0xD,0x85,0x0,0x11,0x0,0x0,0x1, 0xD,0x97,0x0,0x2,0x0,0x0,0x3, 0xD,0x9A,0x0,0x17,0x0,0x0,0x1, 0xD,0xB2,0x0,0x0,0x0,0x0,0x3, 0xD,0xB3,0x0,0x8,0x0,0x0,0x1, 0xD,0xBC,0x0,0x0,0x0,0x0,0x3, 0xD,0xBD,0x0,0x0,0x0,0x0,0x1, 0xD,0xBE,0x0,0x1,0x0,0x0,0x3, 0xD,0xC0,0x0,0x6,0x0,0x0,0x1, 0xD,0xC7,0x0,0x2,0x0,0x0,0x3, 0xD,0xCA,0x0,0x0,0x0,0x0,0x1, 0xD,0xCB,0x0,0x3,0x0,0x0,0x3, 0xD,0xCF,0x0,0x5,0x0,0x0,0x1, 0xD,0xD5,0x0,0x0,0x0,0x0,0x3, 0xD,0xD6,0x0,0x0,0x0,0x0,0x1, 0xD,0xD7,0x0,0x0,0x0,0x0,0x3, 0xD,0xD8,0x0,0x7,0x0,0x0,0x1, 0xD,0xE0,0x0,0x11,0x0,0x0,0x3, 0xD,0xF2,0x0,0x2,0x0,0x0,0x1, 0xD,0xF5,0x0,0xB,0x0,0x0,0x3, 0xE,0x1,0x0,0x31,0x0,0x0,0x1, 0xE,0x33,0x0,0x0,0x4,0x4E,0xEA, 0xE,0x34,0x0,0x6,0x0,0x0,0x1, 0xE,0x3B,0x0,0x3,0x0,0x0,0x3, 0xE,0x3F,0x0,0x1C,0x0,0x0,0x1, 0xE,0x5C,0x0,0x24,0x0,0x0,0x3, 0xE,0x81,0x0,0x1,0x0,0x0,0x1, 0xE,0x83,0x0,0x0,0x0,0x0,0x3, 0xE,0x84,0x0,0x0,0x0,0x0,0x1, 0xE,0x85,0x0,0x1,0x0,0x0,0x3, 0xE,0x87,0x0,0x1,0x0,0x0,0x1, 0xE,0x89,0x0,0x0,0x0,0x0,0x3, 0xE,0x8A,0x0,0x0,0x0,0x0,0x1, 0xE,0x8B,0x0,0x1,0x0,0x0,0x3, 0xE,0x8D,0x0,0x0,0x0,0x0,0x1, 0xE,0x8E,0x0,0x5,0x0,0x0,0x3, 0xE,0x94,0x0,0x3,0x0,0x0,0x1, 0xE,0x98,0x0,0x0,0x0,0x0,0x3, 0xE,0x99,0x0,0x6,0x0,0x0,0x1, 0xE,0xA0,0x0,0x0,0x0,0x0,0x3, 0xE,0xA1,0x0,0x2,0x0,0x0,0x1, 0xE,0xA4,0x0,0x0,0x0,0x0,0x3, 0xE,0xA5,0x0,0x0,0x0,0x0,0x1, 0xE,0xA6,0x0,0x0,0x0,0x0,0x3, 0xE,0xA7,0x0,0x0,0x0,0x0,0x1, 0xE,0xA8,0x0,0x1,0x0,0x0,0x3, 0xE,0xAA,0x0,0x1,0x0,0x0,0x1, 0xE,0xAC,0x0,0x0,0x0,0x0,0x3, 0xE,0xAD,0x0,0x5,0x0,0x0,0x1, 0xE,0xB3,0x0,0x0,0x4,0x4F,0xA, 0xE,0xB4,0x0,0x5,0x0,0x0,0x1, 0xE,0xBA,0x0,0x0,0x0,0x0,0x3, 0xE,0xBB,0x0,0x2,0x0,0x0,0x1, 0xE,0xBE,0x0,0x1,0x0,0x0,0x3, 0xE,0xC0,0x0,0x4,0x0,0x0,0x1, 0xE,0xC5,0x0,0x0,0x0,0x0,0x3, 0xE,0xC6,0x0,0x0,0x0,0x0,0x1, 0xE,0xC7,0x0,0x0,0x0,0x0,0x3, 0xE,0xC8,0x0,0x5,0x0,0x0,0x1, 0xE,0xCE,0x0,0x1,0x0,0x0,0x3, 0xE,0xD0,0x0,0x9,0x0,0x0,0x1, 0xE,0xDA,0x0,0x1,0x0,0x0,0x3, 0xE,0xDC,0x0,0x0,0x4,0x4F,0x2A, 0xE,0xDD,0x0,0x0,0x4,0x4F,0x4A, 0xE,0xDE,0x0,0x1,0x0,0x0,0x1, 0xE,0xE0,0x0,0x1F,0x0,0x0,0x3, 0xF,0x0,0x0,0xB,0x0,0x0,0x1, 0xF,0xC,0x0,0x0,0x2,0x8D,0xA, 0xF,0xD,0x0,0x35,0x0,0x0,0x1, 0xF,0x43,0x0,0x0,0x4,0x4F,0x6A, 0xF,0x44,0x0,0x3,0x0,0x0,0x1, 0xF,0x48,0x0,0x0,0x0,0x0,0x3, 0xF,0x49,0x0,0x3,0x0,0x0,0x1, 0xF,0x4D,0x0,0x0,0x4,0x4F,0x8A, 0xF,0x4E,0x0,0x3,0x0,0x0,0x1, 0xF,0x52,0x0,0x0,0x4,0x4F,0xAA, 0xF,0x53,0x0,0x3,0x0,0x0,0x1, 0xF,0x57,0x0,0x0,0x4,0x4F,0xCA, 0xF,0x58,0x0,0x3,0x0,0x0,0x1, 0xF,0x5C,0x0,0x0,0x4,0x4F,0xEA, 0xF,0x5D,0x0,0xB,0x0,0x0,0x1, 0xF,0x69,0x0,0x0,0x4,0x50,0xA, 0xF,0x6A,0x0,0x2,0x0,0x0,0x1, 0xF,0x6D,0x0,0x3,0x0,0x0,0x3, 0xF,0x71,0x0,0x1,0x0,0x0,0x1, 0xF,0x73,0x0,0x0,0x4,0x50,0x2A, 0xF,0x74,0x0,0x0,0x0,0x0,0x1, 0xF,0x75,0x0,0x0,0x4,0x50,0x4A, 0xF,0x76,0x0,0x0,0x4,0x50,0x6A, 0xF,0x77,0x0,0x0,0x6,0x10,0xBA, 0xF,0x78,0x0,0x0,0x4,0x50,0x8A, 0xF,0x79,0x0,0x0,0x6,0x10,0xEA, 0xF,0x7A,0x0,0x6,0x0,0x0,0x1, 0xF,0x81,0x0,0x0,0x4,0x10,0xCA, 0xF,0x82,0x0,0x10,0x0,0x0,0x1, 0xF,0x93,0x0,0x0,0x4,0x50,0xAA, 0xF,0x94,0x0,0x3,0x0,0x0,0x1, 0xF,0x98,0x0,0x0,0x0,0x0,0x3, 0xF,0x99,0x0,0x3,0x0,0x0,0x1, 0xF,0x9D,0x0,0x0,0x4,0x50,0xCA, 0xF,0x9E,0x0,0x3,0x0,0x0,0x1, 0xF,0xA2,0x0,0x0,0x4,0x50,0xEA, 0xF,0xA3,0x0,0x3,0x0,0x0,0x1, 0xF,0xA7,0x0,0x0,0x4,0x51,0xA, 0xF,0xA8,0x0,0x3,0x0,0x0,0x1, 0xF,0xAC,0x0,0x0,0x4,0x51,0x2A, 0xF,0xAD,0x0,0xB,0x0,0x0,0x1, 0xF,0xB9,0x0,0x0,0x4,0x51,0x4A, 0xF,0xBA,0x0,0x2,0x0,0x0,0x1, 0xF,0xBD,0x0,0x0,0x0,0x0,0x3, 0xF,0xBE,0x0,0xE,0x0,0x0,0x1, 0xF,0xCD,0x0,0x0,0x0,0x0,0x3, 0xF,0xCE,0x0,0xC,0x0,0x0,0x1, 0xF,0xDB,0x0,0x24,0x0,0x0,0x3, 0x10,0x0,0x0,0x9F,0x0,0x0,0x1, 0x10,0xA0,0x0,0x26,0x0,0x0,0x3, 0x10,0xC7,0x0,0x0,0x2,0x8D,0x1A, 0x10,0xC8,0x0,0x4,0x0,0x0,0x3, 0x10,0xCD,0x0,0x0,0x2,0x8D,0x2A, 0x10,0xCE,0x0,0x1,0x0,0x0,0x3, 0x10,0xD0,0x0,0x2B,0x0,0x0,0x1, 0x10,0xFC,0x0,0x0,0x2,0x8D,0x3A, 0x10,0xFD,0x0,0x61,0x0,0x0,0x1, 0x11,0x5F,0x0,0x1,0x0,0x0,0x3, 0x11,0x61,0x0,0xE7,0x0,0x0,0x1, 0x12,0x49,0x0,0x0,0x0,0x0,0x3, 0x12,0x4A,0x0,0x3,0x0,0x0,0x1, 0x12,0x4E,0x0,0x1,0x0,0x0,0x3, 0x12,0x50,0x0,0x6,0x0,0x0,0x1, 0x12,0x57,0x0,0x0,0x0,0x0,0x3, 0x12,0x58,0x0,0x0,0x0,0x0,0x1, 0x12,0x59,0x0,0x0,0x0,0x0,0x3, 0x12,0x5A,0x0,0x3,0x0,0x0,0x1, 0x12,0x5E,0x0,0x1,0x0,0x0,0x3, 0x12,0x60,0x0,0x28,0x0,0x0,0x1, 0x12,0x89,0x0,0x0,0x0,0x0,0x3, 0x12,0x8A,0x0,0x3,0x0,0x0,0x1, 0x12,0x8E,0x0,0x1,0x0,0x0,0x3, 0x12,0x90,0x0,0x20,0x0,0x0,0x1, 0x12,0xB1,0x0,0x0,0x0,0x0,0x3, 0x12,0xB2,0x0,0x3,0x0,0x0,0x1, 0x12,0xB6,0x0,0x1,0x0,0x0,0x3, 0x12,0xB8,0x0,0x6,0x0,0x0,0x1, 0x12,0xBF,0x0,0x0,0x0,0x0,0x3, 0x12,0xC0,0x0,0x0,0x0,0x0,0x1, 0x12,0xC1,0x0,0x0,0x0,0x0,0x3, 0x12,0xC2,0x0,0x3,0x0,0x0,0x1, 0x12,0xC6,0x0,0x1,0x0,0x0,0x3, 0x12,0xC8,0x0,0xE,0x0,0x0,0x1, 0x12,0xD7,0x0,0x0,0x0,0x0,0x3, 0x12,0xD8,0x0,0x38,0x0,0x0,0x1, 0x13,0x11,0x0,0x0,0x0,0x0,0x3, 0x13,0x12,0x0,0x3,0x0,0x0,0x1, 0x13,0x16,0x0,0x1,0x0,0x0,0x3, 0x13,0x18,0x0,0x42,0x0,0x0,0x1, 0x13,0x5B,0x0,0x1,0x0,0x0,0x3, 0x13,0x5D,0x0,0x1F,0x0,0x0,0x1, 0x13,0x7D,0x0,0x2,0x0,0x0,0x3, 0x13,0x80,0x0,0x19,0x0,0x0,0x1, 0x13,0x9A,0x0,0x5,0x0,0x0,0x3, 0x13,0xA0,0x0,0x54,0x0,0x0,0x1, 0x13,0xF5,0x0,0xA,0x0,0x0,0x3, 0x14,0x0,0x2,0x7F,0x0,0x0,0x1, 0x16,0x80,0x0,0x0,0x0,0x0,0x3, 0x16,0x81,0x0,0x1B,0x0,0x0,0x1, 0x16,0x9D,0x0,0x2,0x0,0x0,0x3, 0x16,0xA0,0x0,0x50,0x0,0x0,0x1, 0x16,0xF1,0x0,0xE,0x0,0x0,0x3, 0x17,0x0,0x0,0xC,0x0,0x0,0x1, 0x17,0xD,0x0,0x0,0x0,0x0,0x3, 0x17,0xE,0x0,0x6,0x0,0x0,0x1, 0x17,0x15,0x0,0xA,0x0,0x0,0x3, 0x17,0x20,0x0,0x16,0x0,0x0,0x1, 0x17,0x37,0x0,0x8,0x0,0x0,0x3, 0x17,0x40,0x0,0x13,0x0,0x0,0x1, 0x17,0x54,0x0,0xB,0x0,0x0,0x3, 0x17,0x60,0x0,0xC,0x0,0x0,0x1, 0x17,0x6D,0x0,0x0,0x0,0x0,0x3, 0x17,0x6E,0x0,0x2,0x0,0x0,0x1, 0x17,0x71,0x0,0x0,0x0,0x0,0x3, 0x17,0x72,0x0,0x1,0x0,0x0,0x1, 0x17,0x74,0x0,0xB,0x0,0x0,0x3, 0x17,0x80,0x0,0x33,0x0,0x0,0x1, 0x17,0xB4,0x0,0x1,0x0,0x0,0x3, 0x17,0xB6,0x0,0x27,0x0,0x0,0x1, 0x17,0xDE,0x0,0x1,0x0,0x0,0x3, 0x17,0xE0,0x0,0x9,0x0,0x0,0x1, 0x17,0xEA,0x0,0x5,0x0,0x0,0x3, 0x17,0xF0,0x0,0x9,0x0,0x0,0x1, 0x17,0xFA,0x0,0x5,0x0,0x0,0x3, 0x18,0x0,0x0,0x5,0x0,0x0,0x1, 0x18,0x6,0x0,0x0,0x0,0x0,0x3, 0x18,0x7,0x0,0x3,0x0,0x0,0x1, 0x18,0xB,0x0,0x2,0x0,0x0,0x5, 0x18,0xE,0x0,0x1,0x0,0x0,0x3, 0x18,0x10,0x0,0x9,0x0,0x0,0x1, 0x18,0x1A,0x0,0x5,0x0,0x0,0x3, 0x18,0x20,0x0,0x57,0x0,0x0,0x1, 0x18,0x78,0x0,0x7,0x0,0x0,0x3, 0x18,0x80,0x0,0x2A,0x0,0x0,0x1, 0x18,0xAB,0x0,0x4,0x0,0x0,0x3, 0x18,0xB0,0x0,0x45,0x0,0x0,0x1, 0x18,0xF6,0x0,0x9,0x0,0x0,0x3, 0x19,0x0,0x0,0x1C,0x0,0x0,0x1, 0x19,0x1D,0x0,0x2,0x0,0x0,0x3, 0x19,0x20,0x0,0xB,0x0,0x0,0x1, 0x19,0x2C,0x0,0x3,0x0,0x0,0x3, 0x19,0x30,0x0,0xB,0x0,0x0,0x1, 0x19,0x3C,0x0,0x3,0x0,0x0,0x3, 0x19,0x40,0x0,0x0,0x0,0x0,0x1, 0x19,0x41,0x0,0x2,0x0,0x0,0x3, 0x19,0x44,0x0,0x29,0x0,0x0,0x1, 0x19,0x6E,0x0,0x1,0x0,0x0,0x3, 0x19,0x70,0x0,0x4,0x0,0x0,0x1, 0x19,0x75,0x0,0xA,0x0,0x0,0x3, 0x19,0x80,0x0,0x2B,0x0,0x0,0x1, 0x19,0xAC,0x0,0x3,0x0,0x0,0x3, 0x19,0xB0,0x0,0x19,0x0,0x0,0x1, 0x19,0xCA,0x0,0x5,0x0,0x0,0x3, 0x19,0xD0,0x0,0xA,0x0,0x0,0x1, 0x19,0xDB,0x0,0x2,0x0,0x0,0x3, 0x19,0xDE,0x0,0x3D,0x0,0x0,0x1, 0x1A,0x1C,0x0,0x1,0x0,0x0,0x3, 0x1A,0x1E,0x0,0x40,0x0,0x0,0x1, 0x1A,0x5F,0x0,0x0,0x0,0x0,0x3, 0x1A,0x60,0x0,0x1C,0x0,0x0,0x1, 0x1A,0x7D,0x0,0x1,0x0,0x0,0x3, 0x1A,0x7F,0x0,0xA,0x0,0x0,0x1, 0x1A,0x8A,0x0,0x5,0x0,0x0,0x3, 0x1A,0x90,0x0,0x9,0x0,0x0,0x1, 0x1A,0x9A,0x0,0x5,0x0,0x0,0x3, 0x1A,0xA0,0x0,0xD,0x0,0x0,0x1, 0x1A,0xAE,0x0,0x51,0x0,0x0,0x3, 0x1B,0x0,0x0,0x4B,0x0,0x0,0x1, 0x1B,0x4C,0x0,0x3,0x0,0x0,0x3, 0x1B,0x50,0x0,0x2C,0x0,0x0,0x1, 0x1B,0x7D,0x0,0x2,0x0,0x0,0x3, 0x1B,0x80,0x0,0x73,0x0,0x0,0x1, 0x1B,0xF4,0x0,0x7,0x0,0x0,0x3, 0x1B,0xFC,0x0,0x3B,0x0,0x0,0x1, 0x1C,0x38,0x0,0x2,0x0,0x0,0x3, 0x1C,0x3B,0x0,0xE,0x0,0x0,0x1, 0x1C,0x4A,0x0,0x2,0x0,0x0,0x3, 0x1C,0x4D,0x0,0x32,0x0,0x0,0x1, 0x1C,0x80,0x0,0x3F,0x0,0x0,0x3, 0x1C,0xC0,0x0,0x7,0x0,0x0,0x1, 0x1C,0xC8,0x0,0x7,0x0,0x0,0x3, 0x1C,0xD0,0x0,0x26,0x0,0x0,0x1, 0x1C,0xF7,0x0,0x8,0x0,0x0,0x3, 0x1D,0x0,0x0,0x2B,0x0,0x0,0x1, 0x1D,0x2C,0x0,0x0,0x2,0x1,0xAA, 0x1D,0x2D,0x0,0x0,0x2,0x73,0x8A, 0x1D,0x2E,0x0,0x0,0x2,0x16,0x3A, 0x1D,0x2F,0x0,0x0,0x0,0x0,0x1, 0x1D,0x30,0x0,0x0,0x2,0x1,0xF2, 0x1D,0x31,0x0,0x0,0x2,0xA,0xFA, 0x1D,0x32,0x0,0x0,0x2,0x79,0x3A, 0x1D,0x33,0x0,0x0,0x2,0x5,0xC2, 0x1D,0x34,0x0,0x0,0x2,0x16,0xCA, 0x1D,0x35,0x0,0x0,0x2,0x2,0xA2, 0x1D,0x36,0x0,0x0,0x2,0x5,0xF2, 0x1D,0x37,0x0,0x0,0x2,0x1,0xDA, 0x1D,0x38,0x0,0x0,0x2,0x6,0x32, 0x1D,0x39,0x0,0x0,0x2,0x1,0x9A, 0x1D,0x3A,0x0,0x0,0x2,0x17,0x5A, 0x1D,0x3B,0x0,0x0,0x0,0x0,0x1, 0x1D,0x3C,0x0,0x0,0x2,0x2,0xE2, 0x1D,0x3D,0x0,0x0,0x2,0x7D,0x8A, 0x1D,0x3E,0x0,0x0,0x2,0x17,0x8A, 0x1D,0x3F,0x0,0x0,0x2,0x1,0xE2, 0x1D,0x40,0x0,0x0,0x2,0x12,0xEA, 0x1D,0x41,0x0,0x0,0x2,0x12,0xE2, 0x1D,0x42,0x0,0x0,0x2,0x18,0x32, 0x1D,0x43,0x0,0x0,0x2,0x1,0xAA, 0x1D,0x44,0x0,0x0,0x2,0x8D,0x4A, 0x1D,0x45,0x0,0x0,0x2,0x8D,0x5A, 0x1D,0x46,0x0,0x0,0x2,0x8D,0x6A, 0x1D,0x47,0x0,0x0,0x2,0x16,0x3A, 0x1D,0x48,0x0,0x0,0x2,0x1,0xF2, 0x1D,0x49,0x0,0x0,0x2,0xA,0xFA, 0x1D,0x4A,0x0,0x0,0x2,0x79,0x4A, 0x1D,0x4B,0x0,0x0,0x2,0x79,0x5A, 0x1D,0x4C,0x0,0x0,0x2,0x8D,0x7A, 0x1D,0x4D,0x0,0x0,0x2,0x5,0xC2, 0x1D,0x4E,0x0,0x0,0x0,0x0,0x1, 0x1D,0x4F,0x0,0x0,0x2,0x1,0xDA, 0x1D,0x50,0x0,0x0,0x2,0x1,0x9A, 0x1D,0x51,0x0,0x0,0x2,0x77,0x1A, 0x1D,0x52,0x0,0x0,0x2,0x2,0xE2, 0x1D,0x53,0x0,0x0,0x2,0x78,0xEA, 0x1D,0x54,0x0,0x0,0x2,0x8D,0x8A, 0x1D,0x55,0x0,0x0,0x2,0x8D,0x9A, 0x1D,0x56,0x0,0x0,0x2,0x17,0x8A, 0x1D,0x57,0x0,0x0,0x2,0x12,0xEA, 0x1D,0x58,0x0,0x0,0x2,0x12,0xE2, 0x1D,0x59,0x0,0x0,0x2,0x8D,0xAA, 0x1D,0x5A,0x0,0x0,0x2,0x79,0xCA, 0x1D,0x5B,0x0,0x0,0x2,0x6,0xE2, 0x1D,0x5C,0x0,0x0,0x2,0x8D,0xBA, 0x1D,0x5D,0x0,0x0,0x2,0x7F,0xBA, 0x1D,0x5E,0x0,0x0,0x2,0x7F,0xCA, 0x1D,0x5F,0x0,0x0,0x2,0x7F,0xDA, 0x1D,0x60,0x0,0x0,0x2,0x80,0xBA, 0x1D,0x61,0x0,0x0,0x2,0x80,0xCA, 0x1D,0x62,0x0,0x0,0x2,0x2,0xA2, 0x1D,0x63,0x0,0x0,0x2,0x1,0xE2, 0x1D,0x64,0x0,0x0,0x2,0x12,0xE2, 0x1D,0x65,0x0,0x0,0x2,0x6,0xE2, 0x1D,0x66,0x0,0x0,0x2,0x7F,0xBA, 0x1D,0x67,0x0,0x0,0x2,0x7F,0xCA, 0x1D,0x68,0x0,0x0,0x2,0x80,0x7A, 0x1D,0x69,0x0,0x0,0x2,0x80,0xBA, 0x1D,0x6A,0x0,0x0,0x2,0x80,0xCA, 0x1D,0x6B,0x0,0xC,0x0,0x0,0x1, 0x1D,0x78,0x0,0x0,0x2,0x83,0xFA, 0x1D,0x79,0x0,0x21,0x0,0x0,0x1, 0x1D,0x9B,0x0,0x0,0x2,0x8D,0xCA, 0x1D,0x9C,0x0,0x0,0x2,0xE,0x8A, 0x1D,0x9D,0x0,0x0,0x2,0x8D,0xDA, 0x1D,0x9E,0x0,0x0,0x2,0x74,0x2A, 0x1D,0x9F,0x0,0x0,0x2,0x8D,0x7A, 0x1D,0xA0,0x0,0x0,0x2,0x13,0x2, 0x1D,0xA1,0x0,0x0,0x2,0x8D,0xEA, 0x1D,0xA2,0x0,0x0,0x2,0x8D,0xFA, 0x1D,0xA3,0x0,0x0,0x2,0x8E,0xA, 0x1D,0xA4,0x0,0x0,0x2,0x79,0xAA, 0x1D,0xA5,0x0,0x0,0x2,0x79,0x9A, 0x1D,0xA6,0x0,0x0,0x2,0x8E,0x1A, 0x1D,0xA7,0x0,0x0,0x2,0x8E,0x2A, 0x1D,0xA8,0x0,0x0,0x2,0x8E,0x3A, 0x1D,0xA9,0x0,0x0,0x2,0x8E,0x4A, 0x1D,0xAA,0x0,0x0,0x2,0x8E,0x5A, 0x1D,0xAB,0x0,0x0,0x2,0x8E,0x6A, 0x1D,0xAC,0x0,0x0,0x2,0x8E,0x7A, 0x1D,0xAD,0x0,0x0,0x2,0x8E,0x8A, 0x1D,0xAE,0x0,0x0,0x2,0x79,0xDA, 0x1D,0xAF,0x0,0x0,0x2,0x8E,0x9A, 0x1D,0xB0,0x0,0x0,0x2,0x8E,0xAA, 0x1D,0xB1,0x0,0x0,0x2,0x79,0xEA, 0x1D,0xB2,0x0,0x0,0x2,0x8E,0xBA, 0x1D,0xB3,0x0,0x0,0x2,0x8E,0xCA, 0x1D,0xB4,0x0,0x0,0x2,0x7A,0x4A, 0x1D,0xB5,0x0,0x0,0x2,0x8E,0xDA, 0x1D,0xB6,0x0,0x0,0x2,0x7E,0x7A, 0x1D,0xB7,0x0,0x0,0x2,0x7A,0x8A, 0x1D,0xB8,0x0,0x0,0x2,0x8E,0xEA, 0x1D,0xB9,0x0,0x0,0x2,0x7A,0x9A, 0x1D,0xBA,0x0,0x0,0x2,0x7E,0x8A, 0x1D,0xBB,0x0,0x0,0x2,0x18,0x7A, 0x1D,0xBC,0x0,0x0,0x2,0x8E,0xFA, 0x1D,0xBD,0x0,0x0,0x2,0x8F,0xA, 0x1D,0xBE,0x0,0x0,0x2,0x7A,0xCA, 0x1D,0xBF,0x0,0x0,0x2,0x80,0xA, 0x1D,0xC0,0x0,0x26,0x0,0x0,0x1, 0x1D,0xE7,0x0,0x14,0x0,0x0,0x3, 0x1D,0xFC,0x0,0x3,0x0,0x0,0x1, 0x1E,0x0,0x0,0x0,0x2,0x8F,0x1A, 0x1E,0x1,0x0,0x0,0x0,0x0,0x1, 0x1E,0x2,0x0,0x0,0x2,0x8F,0x2A, 0x1E,0x3,0x0,0x0,0x0,0x0,0x1, 0x1E,0x4,0x0,0x0,0x2,0x8F,0x3A, 0x1E,0x5,0x0,0x0,0x0,0x0,0x1, 0x1E,0x6,0x0,0x0,0x2,0x8F,0x4A, 0x1E,0x7,0x0,0x0,0x0,0x0,0x1, 0x1E,0x8,0x0,0x0,0x2,0x8F,0x5A, 0x1E,0x9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xA,0x0,0x0,0x2,0x8F,0x6A, 0x1E,0xB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xC,0x0,0x0,0x2,0x8F,0x7A, 0x1E,0xD,0x0,0x0,0x0,0x0,0x1, 0x1E,0xE,0x0,0x0,0x2,0x8F,0x8A, 0x1E,0xF,0x0,0x0,0x0,0x0,0x1, 0x1E,0x10,0x0,0x0,0x2,0x8F,0x9A, 0x1E,0x11,0x0,0x0,0x0,0x0,0x1, 0x1E,0x12,0x0,0x0,0x2,0x8F,0xAA, 0x1E,0x13,0x0,0x0,0x0,0x0,0x1, 0x1E,0x14,0x0,0x0,0x2,0x8F,0xBA, 0x1E,0x15,0x0,0x0,0x0,0x0,0x1, 0x1E,0x16,0x0,0x0,0x2,0x8F,0xCA, 0x1E,0x17,0x0,0x0,0x0,0x0,0x1, 0x1E,0x18,0x0,0x0,0x2,0x8F,0xDA, 0x1E,0x19,0x0,0x0,0x0,0x0,0x1, 0x1E,0x1A,0x0,0x0,0x2,0x8F,0xEA, 0x1E,0x1B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x1C,0x0,0x0,0x2,0x8F,0xFA, 0x1E,0x1D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x1E,0x0,0x0,0x2,0x90,0xA, 0x1E,0x1F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x20,0x0,0x0,0x2,0x90,0x1A, 0x1E,0x21,0x0,0x0,0x0,0x0,0x1, 0x1E,0x22,0x0,0x0,0x2,0x90,0x2A, 0x1E,0x23,0x0,0x0,0x0,0x0,0x1, 0x1E,0x24,0x0,0x0,0x2,0x90,0x3A, 0x1E,0x25,0x0,0x0,0x0,0x0,0x1, 0x1E,0x26,0x0,0x0,0x2,0x90,0x4A, 0x1E,0x27,0x0,0x0,0x0,0x0,0x1, 0x1E,0x28,0x0,0x0,0x2,0x90,0x5A, 0x1E,0x29,0x0,0x0,0x0,0x0,0x1, 0x1E,0x2A,0x0,0x0,0x2,0x90,0x6A, 0x1E,0x2B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x2C,0x0,0x0,0x2,0x90,0x7A, 0x1E,0x2D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x2E,0x0,0x0,0x2,0x90,0x8A, 0x1E,0x2F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x30,0x0,0x0,0x2,0x90,0x9A, 0x1E,0x31,0x0,0x0,0x0,0x0,0x1, 0x1E,0x32,0x0,0x0,0x2,0x90,0xAA, 0x1E,0x33,0x0,0x0,0x0,0x0,0x1, 0x1E,0x34,0x0,0x0,0x2,0x90,0xBA, 0x1E,0x35,0x0,0x0,0x0,0x0,0x1, 0x1E,0x36,0x0,0x0,0x2,0x90,0xCA, 0x1E,0x37,0x0,0x0,0x0,0x0,0x1, 0x1E,0x38,0x0,0x0,0x2,0x90,0xDA, 0x1E,0x39,0x0,0x0,0x0,0x0,0x1, 0x1E,0x3A,0x0,0x0,0x2,0x90,0xEA, 0x1E,0x3B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x3C,0x0,0x0,0x2,0x90,0xFA, 0x1E,0x3D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x3E,0x0,0x0,0x2,0x91,0xA, 0x1E,0x3F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x40,0x0,0x0,0x2,0x91,0x1A, 0x1E,0x41,0x0,0x0,0x0,0x0,0x1, 0x1E,0x42,0x0,0x0,0x2,0x91,0x2A, 0x1E,0x43,0x0,0x0,0x0,0x0,0x1, 0x1E,0x44,0x0,0x0,0x2,0x91,0x3A, 0x1E,0x45,0x0,0x0,0x0,0x0,0x1, 0x1E,0x46,0x0,0x0,0x2,0x91,0x4A, 0x1E,0x47,0x0,0x0,0x0,0x0,0x1, 0x1E,0x48,0x0,0x0,0x2,0x91,0x5A, 0x1E,0x49,0x0,0x0,0x0,0x0,0x1, 0x1E,0x4A,0x0,0x0,0x2,0x91,0x6A, 0x1E,0x4B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x4C,0x0,0x0,0x2,0x91,0x7A, 0x1E,0x4D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x4E,0x0,0x0,0x2,0x91,0x8A, 0x1E,0x4F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x50,0x0,0x0,0x2,0x91,0x9A, 0x1E,0x51,0x0,0x0,0x0,0x0,0x1, 0x1E,0x52,0x0,0x0,0x2,0x91,0xAA, 0x1E,0x53,0x0,0x0,0x0,0x0,0x1, 0x1E,0x54,0x0,0x0,0x2,0x91,0xBA, 0x1E,0x55,0x0,0x0,0x0,0x0,0x1, 0x1E,0x56,0x0,0x0,0x2,0x91,0xCA, 0x1E,0x57,0x0,0x0,0x0,0x0,0x1, 0x1E,0x58,0x0,0x0,0x2,0x91,0xDA, 0x1E,0x59,0x0,0x0,0x0,0x0,0x1, 0x1E,0x5A,0x0,0x0,0x2,0x91,0xEA, 0x1E,0x5B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x5C,0x0,0x0,0x2,0x91,0xFA, 0x1E,0x5D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x5E,0x0,0x0,0x2,0x92,0xA, 0x1E,0x5F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x60,0x0,0x0,0x2,0x92,0x1A, 0x1E,0x61,0x0,0x0,0x0,0x0,0x1, 0x1E,0x62,0x0,0x0,0x2,0x92,0x2A, 0x1E,0x63,0x0,0x0,0x0,0x0,0x1, 0x1E,0x64,0x0,0x0,0x2,0x92,0x3A, 0x1E,0x65,0x0,0x0,0x0,0x0,0x1, 0x1E,0x66,0x0,0x0,0x2,0x92,0x4A, 0x1E,0x67,0x0,0x0,0x0,0x0,0x1, 0x1E,0x68,0x0,0x0,0x2,0x92,0x5A, 0x1E,0x69,0x0,0x0,0x0,0x0,0x1, 0x1E,0x6A,0x0,0x0,0x2,0x92,0x6A, 0x1E,0x6B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x6C,0x0,0x0,0x2,0x92,0x7A, 0x1E,0x6D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x6E,0x0,0x0,0x2,0x92,0x8A, 0x1E,0x6F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x70,0x0,0x0,0x2,0x92,0x9A, 0x1E,0x71,0x0,0x0,0x0,0x0,0x1, 0x1E,0x72,0x0,0x0,0x2,0x5B,0xA2, 0x1E,0x73,0x0,0x0,0x0,0x0,0x1, 0x1E,0x74,0x0,0x0,0x2,0x92,0xAA, 0x1E,0x75,0x0,0x0,0x0,0x0,0x1, 0x1E,0x76,0x0,0x0,0x2,0x92,0xBA, 0x1E,0x77,0x0,0x0,0x0,0x0,0x1, 0x1E,0x78,0x0,0x0,0x2,0x92,0xCA, 0x1E,0x79,0x0,0x0,0x0,0x0,0x1, 0x1E,0x7A,0x0,0x0,0x2,0x92,0xDA, 0x1E,0x7B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x7C,0x0,0x0,0x2,0x92,0xEA, 0x1E,0x7D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x7E,0x0,0x0,0x2,0x92,0xFA, 0x1E,0x7F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x80,0x0,0x0,0x2,0x93,0xA, 0x1E,0x81,0x0,0x0,0x0,0x0,0x1, 0x1E,0x82,0x0,0x0,0x2,0x93,0x1A, 0x1E,0x83,0x0,0x0,0x0,0x0,0x1, 0x1E,0x84,0x0,0x0,0x2,0x93,0x2A, 0x1E,0x85,0x0,0x0,0x0,0x0,0x1, 0x1E,0x86,0x0,0x0,0x2,0x93,0x3A, 0x1E,0x87,0x0,0x0,0x0,0x0,0x1, 0x1E,0x88,0x0,0x0,0x2,0x93,0x4A, 0x1E,0x89,0x0,0x0,0x0,0x0,0x1, 0x1E,0x8A,0x0,0x0,0x2,0x93,0x5A, 0x1E,0x8B,0x0,0x0,0x0,0x0,0x1, 0x1E,0x8C,0x0,0x0,0x2,0x93,0x6A, 0x1E,0x8D,0x0,0x0,0x0,0x0,0x1, 0x1E,0x8E,0x0,0x0,0x2,0x93,0x7A, 0x1E,0x8F,0x0,0x0,0x0,0x0,0x1, 0x1E,0x90,0x0,0x0,0x2,0x93,0x8A, 0x1E,0x91,0x0,0x0,0x0,0x0,0x1, 0x1E,0x92,0x0,0x0,0x2,0x93,0x9A, 0x1E,0x93,0x0,0x0,0x0,0x0,0x1, 0x1E,0x94,0x0,0x0,0x2,0x93,0xAA, 0x1E,0x95,0x0,0x4,0x0,0x0,0x1, 0x1E,0x9A,0x0,0x0,0x4,0x51,0x6A, 0x1E,0x9B,0x0,0x0,0x2,0x92,0x1A, 0x1E,0x9C,0x0,0x1,0x0,0x0,0x1, 0x1E,0x9E,0x0,0x0,0x4,0x4A,0x92, 0x1E,0x9F,0x0,0x0,0x0,0x0,0x1, 0x1E,0xA0,0x0,0x0,0x2,0x93,0xBA, 0x1E,0xA1,0x0,0x0,0x0,0x0,0x1, 0x1E,0xA2,0x0,0x0,0x2,0x93,0xCA, 0x1E,0xA3,0x0,0x0,0x0,0x0,0x1, 0x1E,0xA4,0x0,0x0,0x2,0x93,0xDA, 0x1E,0xA5,0x0,0x0,0x0,0x0,0x1, 0x1E,0xA6,0x0,0x0,0x2,0x93,0xEA, 0x1E,0xA7,0x0,0x0,0x0,0x0,0x1, 0x1E,0xA8,0x0,0x0,0x2,0x93,0xFA, 0x1E,0xA9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xAA,0x0,0x0,0x2,0x94,0xA, 0x1E,0xAB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xAC,0x0,0x0,0x2,0x94,0x1A, 0x1E,0xAD,0x0,0x0,0x0,0x0,0x1, 0x1E,0xAE,0x0,0x0,0x2,0x94,0x2A, 0x1E,0xAF,0x0,0x0,0x0,0x0,0x1, 0x1E,0xB0,0x0,0x0,0x2,0x94,0x3A, 0x1E,0xB1,0x0,0x0,0x0,0x0,0x1, 0x1E,0xB2,0x0,0x0,0x2,0x94,0x4A, 0x1E,0xB3,0x0,0x0,0x0,0x0,0x1, 0x1E,0xB4,0x0,0x0,0x2,0x94,0x5A, 0x1E,0xB5,0x0,0x0,0x0,0x0,0x1, 0x1E,0xB6,0x0,0x0,0x2,0x94,0x6A, 0x1E,0xB7,0x0,0x0,0x0,0x0,0x1, 0x1E,0xB8,0x0,0x0,0x2,0x94,0x7A, 0x1E,0xB9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xBA,0x0,0x0,0x2,0x94,0x8A, 0x1E,0xBB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xBC,0x0,0x0,0x2,0x94,0x9A, 0x1E,0xBD,0x0,0x0,0x0,0x0,0x1, 0x1E,0xBE,0x0,0x0,0x2,0x94,0xAA, 0x1E,0xBF,0x0,0x0,0x0,0x0,0x1, 0x1E,0xC0,0x0,0x0,0x2,0x94,0xBA, 0x1E,0xC1,0x0,0x0,0x0,0x0,0x1, 0x1E,0xC2,0x0,0x0,0x2,0x94,0xCA, 0x1E,0xC3,0x0,0x0,0x0,0x0,0x1, 0x1E,0xC4,0x0,0x0,0x2,0x94,0xDA, 0x1E,0xC5,0x0,0x0,0x0,0x0,0x1, 0x1E,0xC6,0x0,0x0,0x2,0x94,0xEA, 0x1E,0xC7,0x0,0x0,0x0,0x0,0x1, 0x1E,0xC8,0x0,0x0,0x2,0x94,0xFA, 0x1E,0xC9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xCA,0x0,0x0,0x2,0x95,0xA, 0x1E,0xCB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xCC,0x0,0x0,0x2,0x95,0x1A, 0x1E,0xCD,0x0,0x0,0x0,0x0,0x1, 0x1E,0xCE,0x0,0x0,0x2,0x95,0x2A, 0x1E,0xCF,0x0,0x0,0x0,0x0,0x1, 0x1E,0xD0,0x0,0x0,0x2,0x95,0x3A, 0x1E,0xD1,0x0,0x0,0x0,0x0,0x1, 0x1E,0xD2,0x0,0x0,0x2,0x95,0x4A, 0x1E,0xD3,0x0,0x0,0x0,0x0,0x1, 0x1E,0xD4,0x0,0x0,0x2,0x95,0x5A, 0x1E,0xD5,0x0,0x0,0x0,0x0,0x1, 0x1E,0xD6,0x0,0x0,0x2,0x95,0x6A, 0x1E,0xD7,0x0,0x0,0x0,0x0,0x1, 0x1E,0xD8,0x0,0x0,0x2,0x95,0x7A, 0x1E,0xD9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xDA,0x0,0x0,0x2,0x95,0x8A, 0x1E,0xDB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xDC,0x0,0x0,0x2,0x95,0x9A, 0x1E,0xDD,0x0,0x0,0x0,0x0,0x1, 0x1E,0xDE,0x0,0x0,0x2,0x95,0xAA, 0x1E,0xDF,0x0,0x0,0x0,0x0,0x1, 0x1E,0xE0,0x0,0x0,0x2,0x95,0xBA, 0x1E,0xE1,0x0,0x0,0x0,0x0,0x1, 0x1E,0xE2,0x0,0x0,0x2,0x95,0xCA, 0x1E,0xE3,0x0,0x0,0x0,0x0,0x1, 0x1E,0xE4,0x0,0x0,0x2,0x95,0xDA, 0x1E,0xE5,0x0,0x0,0x0,0x0,0x1, 0x1E,0xE6,0x0,0x0,0x2,0x95,0xEA, 0x1E,0xE7,0x0,0x0,0x0,0x0,0x1, 0x1E,0xE8,0x0,0x0,0x2,0x95,0xFA, 0x1E,0xE9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xEA,0x0,0x0,0x2,0x96,0xA, 0x1E,0xEB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xEC,0x0,0x0,0x2,0x96,0x1A, 0x1E,0xED,0x0,0x0,0x0,0x0,0x1, 0x1E,0xEE,0x0,0x0,0x2,0x96,0x2A, 0x1E,0xEF,0x0,0x0,0x0,0x0,0x1, 0x1E,0xF0,0x0,0x0,0x2,0x96,0x3A, 0x1E,0xF1,0x0,0x0,0x0,0x0,0x1, 0x1E,0xF2,0x0,0x0,0x2,0x96,0x4A, 0x1E,0xF3,0x0,0x0,0x0,0x0,0x1, 0x1E,0xF4,0x0,0x0,0x2,0x96,0x5A, 0x1E,0xF5,0x0,0x0,0x0,0x0,0x1, 0x1E,0xF6,0x0,0x0,0x2,0x96,0x6A, 0x1E,0xF7,0x0,0x0,0x0,0x0,0x1, 0x1E,0xF8,0x0,0x0,0x2,0x96,0x7A, 0x1E,0xF9,0x0,0x0,0x0,0x0,0x1, 0x1E,0xFA,0x0,0x0,0x2,0x96,0x8A, 0x1E,0xFB,0x0,0x0,0x0,0x0,0x1, 0x1E,0xFC,0x0,0x0,0x2,0x96,0x9A, 0x1E,0xFD,0x0,0x0,0x0,0x0,0x1, 0x1E,0xFE,0x0,0x0,0x2,0x96,0xAA, 0x1E,0xFF,0x0,0x8,0x0,0x0,0x1, 0x1F,0x8,0x0,0x0,0x2,0x51,0x82, 0x1F,0x9,0x0,0x0,0x2,0x51,0xA2, 0x1F,0xA,0x0,0x0,0x2,0x51,0xC2, 0x1F,0xB,0x0,0x0,0x2,0x51,0xE2, 0x1F,0xC,0x0,0x0,0x2,0x52,0x2, 0x1F,0xD,0x0,0x0,0x2,0x52,0x22, 0x1F,0xE,0x0,0x0,0x2,0x52,0x42, 0x1F,0xF,0x0,0x0,0x2,0x52,0x62, 0x1F,0x10,0x0,0x5,0x0,0x0,0x1, 0x1F,0x16,0x0,0x1,0x0,0x0,0x3, 0x1F,0x18,0x0,0x0,0x2,0x96,0xBA, 0x1F,0x19,0x0,0x0,0x2,0x96,0xCA, 0x1F,0x1A,0x0,0x0,0x2,0x96,0xDA, 0x1F,0x1B,0x0,0x0,0x2,0x96,0xEA, 0x1F,0x1C,0x0,0x0,0x2,0x96,0xFA, 0x1F,0x1D,0x0,0x0,0x2,0x97,0xA, 0x1F,0x1E,0x0,0x1,0x0,0x0,0x3, 0x1F,0x20,0x0,0x7,0x0,0x0,0x1, 0x1F,0x28,0x0,0x0,0x2,0x52,0x82, 0x1F,0x29,0x0,0x0,0x2,0x52,0xA2, 0x1F,0x2A,0x0,0x0,0x2,0x52,0xC2, 0x1F,0x2B,0x0,0x0,0x2,0x52,0xE2, 0x1F,0x2C,0x0,0x0,0x2,0x53,0x2, 0x1F,0x2D,0x0,0x0,0x2,0x53,0x22, 0x1F,0x2E,0x0,0x0,0x2,0x53,0x42, 0x1F,0x2F,0x0,0x0,0x2,0x53,0x62, 0x1F,0x30,0x0,0x7,0x0,0x0,0x1, 0x1F,0x38,0x0,0x0,0x2,0x97,0x1A, 0x1F,0x39,0x0,0x0,0x2,0x97,0x2A, 0x1F,0x3A,0x0,0x0,0x2,0x97,0x3A, 0x1F,0x3B,0x0,0x0,0x2,0x97,0x4A, 0x1F,0x3C,0x0,0x0,0x2,0x97,0x5A, 0x1F,0x3D,0x0,0x0,0x2,0x97,0x6A, 0x1F,0x3E,0x0,0x0,0x2,0x97,0x7A, 0x1F,0x3F,0x0,0x0,0x2,0x97,0x8A, 0x1F,0x40,0x0,0x5,0x0,0x0,0x1, 0x1F,0x46,0x0,0x1,0x0,0x0,0x3, 0x1F,0x48,0x0,0x0,0x2,0x97,0x9A, 0x1F,0x49,0x0,0x0,0x2,0x97,0xAA, 0x1F,0x4A,0x0,0x0,0x2,0x97,0xBA, 0x1F,0x4B,0x0,0x0,0x2,0x97,0xCA, 0x1F,0x4C,0x0,0x0,0x2,0x97,0xDA, 0x1F,0x4D,0x0,0x0,0x2,0x97,0xEA, 0x1F,0x4E,0x0,0x1,0x0,0x0,0x3, 0x1F,0x50,0x0,0x7,0x0,0x0,0x1, 0x1F,0x58,0x0,0x0,0x0,0x0,0x3, 0x1F,0x59,0x0,0x0,0x2,0x97,0xFA, 0x1F,0x5A,0x0,0x0,0x0,0x0,0x3, 0x1F,0x5B,0x0,0x0,0x2,0x98,0xA, 0x1F,0x5C,0x0,0x0,0x0,0x0,0x3, 0x1F,0x5D,0x0,0x0,0x2,0x98,0x1A, 0x1F,0x5E,0x0,0x0,0x0,0x0,0x3, 0x1F,0x5F,0x0,0x0,0x2,0x98,0x2A, 0x1F,0x60,0x0,0x7,0x0,0x0,0x1, 0x1F,0x68,0x0,0x0,0x2,0x53,0x82, 0x1F,0x69,0x0,0x0,0x2,0x53,0xA2, 0x1F,0x6A,0x0,0x0,0x2,0x53,0xC2, 0x1F,0x6B,0x0,0x0,0x2,0x53,0xE2, 0x1F,0x6C,0x0,0x0,0x2,0x54,0x2, 0x1F,0x6D,0x0,0x0,0x2,0x54,0x22, 0x1F,0x6E,0x0,0x0,0x2,0x54,0x42, 0x1F,0x6F,0x0,0x0,0x2,0x54,0x62, 0x1F,0x70,0x0,0x0,0x0,0x0,0x1, 0x1F,0x71,0x0,0x0,0x2,0x54,0xC2, 0x1F,0x72,0x0,0x0,0x0,0x0,0x1, 0x1F,0x73,0x0,0x0,0x2,0x7F,0x7A, 0x1F,0x74,0x0,0x0,0x0,0x0,0x1, 0x1F,0x75,0x0,0x0,0x2,0x55,0x5A, 0x1F,0x76,0x0,0x0,0x0,0x0,0x1, 0x1F,0x77,0x0,0x0,0x2,0x7F,0x8A, 0x1F,0x78,0x0,0x0,0x0,0x0,0x1, 0x1F,0x79,0x0,0x0,0x2,0x7F,0x9A, 0x1F,0x7A,0x0,0x0,0x0,0x0,0x1, 0x1F,0x7B,0x0,0x0,0x2,0x7F,0xAA, 0x1F,0x7C,0x0,0x0,0x0,0x0,0x1, 0x1F,0x7D,0x0,0x0,0x2,0x55,0xDA, 0x1F,0x7E,0x0,0x1,0x0,0x0,0x3, 0x1F,0x80,0x0,0x0,0x4,0x51,0x82, 0x1F,0x81,0x0,0x0,0x4,0x51,0xA2, 0x1F,0x82,0x0,0x0,0x4,0x51,0xC2, 0x1F,0x83,0x0,0x0,0x4,0x51,0xE2, 0x1F,0x84,0x0,0x0,0x4,0x52,0x2, 0x1F,0x85,0x0,0x0,0x4,0x52,0x22, 0x1F,0x86,0x0,0x0,0x4,0x52,0x42, 0x1F,0x87,0x0,0x0,0x4,0x52,0x62, 0x1F,0x88,0x0,0x0,0x4,0x51,0x82, 0x1F,0x89,0x0,0x0,0x4,0x51,0xA2, 0x1F,0x8A,0x0,0x0,0x4,0x51,0xC2, 0x1F,0x8B,0x0,0x0,0x4,0x51,0xE2, 0x1F,0x8C,0x0,0x0,0x4,0x52,0x2, 0x1F,0x8D,0x0,0x0,0x4,0x52,0x22, 0x1F,0x8E,0x0,0x0,0x4,0x52,0x42, 0x1F,0x8F,0x0,0x0,0x4,0x52,0x62, 0x1F,0x90,0x0,0x0,0x4,0x52,0x82, 0x1F,0x91,0x0,0x0,0x4,0x52,0xA2, 0x1F,0x92,0x0,0x0,0x4,0x52,0xC2, 0x1F,0x93,0x0,0x0,0x4,0x52,0xE2, 0x1F,0x94,0x0,0x0,0x4,0x53,0x2, 0x1F,0x95,0x0,0x0,0x4,0x53,0x22, 0x1F,0x96,0x0,0x0,0x4,0x53,0x42, 0x1F,0x97,0x0,0x0,0x4,0x53,0x62, 0x1F,0x98,0x0,0x0,0x4,0x52,0x82, 0x1F,0x99,0x0,0x0,0x4,0x52,0xA2, 0x1F,0x9A,0x0,0x0,0x4,0x52,0xC2, 0x1F,0x9B,0x0,0x0,0x4,0x52,0xE2, 0x1F,0x9C,0x0,0x0,0x4,0x53,0x2, 0x1F,0x9D,0x0,0x0,0x4,0x53,0x22, 0x1F,0x9E,0x0,0x0,0x4,0x53,0x42, 0x1F,0x9F,0x0,0x0,0x4,0x53,0x62, 0x1F,0xA0,0x0,0x0,0x4,0x53,0x82, 0x1F,0xA1,0x0,0x0,0x4,0x53,0xA2, 0x1F,0xA2,0x0,0x0,0x4,0x53,0xC2, 0x1F,0xA3,0x0,0x0,0x4,0x53,0xE2, 0x1F,0xA4,0x0,0x0,0x4,0x54,0x2, 0x1F,0xA5,0x0,0x0,0x4,0x54,0x22, 0x1F,0xA6,0x0,0x0,0x4,0x54,0x42, 0x1F,0xA7,0x0,0x0,0x4,0x54,0x62, 0x1F,0xA8,0x0,0x0,0x4,0x53,0x82, 0x1F,0xA9,0x0,0x0,0x4,0x53,0xA2, 0x1F,0xAA,0x0,0x0,0x4,0x53,0xC2, 0x1F,0xAB,0x0,0x0,0x4,0x53,0xE2, 0x1F,0xAC,0x0,0x0,0x4,0x54,0x2, 0x1F,0xAD,0x0,0x0,0x4,0x54,0x22, 0x1F,0xAE,0x0,0x0,0x4,0x54,0x42, 0x1F,0xAF,0x0,0x0,0x4,0x54,0x62, 0x1F,0xB0,0x0,0x1,0x0,0x0,0x1, 0x1F,0xB2,0x0,0x0,0x4,0x54,0x82, 0x1F,0xB3,0x0,0x0,0x4,0x54,0xA2, 0x1F,0xB4,0x0,0x0,0x4,0x54,0xC2, 0x1F,0xB5,0x0,0x0,0x0,0x0,0x3, 0x1F,0xB6,0x0,0x0,0x0,0x0,0x1, 0x1F,0xB7,0x0,0x0,0x4,0x54,0xE2, 0x1F,0xB8,0x0,0x0,0x2,0x98,0x3A, 0x1F,0xB9,0x0,0x0,0x2,0x98,0x4A, 0x1F,0xBA,0x0,0x0,0x2,0x54,0x82, 0x1F,0xBB,0x0,0x0,0x2,0x54,0xC2, 0x1F,0xBC,0x0,0x0,0x4,0x54,0xA2, 0x1F,0xBD,0x0,0x0,0x4,0x11,0x44, 0x1F,0xBE,0x0,0x0,0x2,0x4B,0xDA, 0x1F,0xBF,0x0,0x0,0x4,0x11,0x44, 0x1F,0xC0,0x0,0x0,0x4,0x55,0x4, 0x1F,0xC1,0x0,0x0,0x6,0x11,0x1C, 0x1F,0xC2,0x0,0x0,0x4,0x55,0x1A, 0x1F,0xC3,0x0,0x0,0x4,0x55,0x3A, 0x1F,0xC4,0x0,0x0,0x4,0x55,0x5A, 0x1F,0xC5,0x0,0x0,0x0,0x0,0x3, 0x1F,0xC6,0x0,0x0,0x0,0x0,0x1, 0x1F,0xC7,0x0,0x0,0x4,0x55,0x7A, 0x1F,0xC8,0x0,0x0,0x2,0x98,0x5A, 0x1F,0xC9,0x0,0x0,0x2,0x7F,0x7A, 0x1F,0xCA,0x0,0x0,0x2,0x55,0x1A, 0x1F,0xCB,0x0,0x0,0x2,0x55,0x5A, 0x1F,0xCC,0x0,0x0,0x4,0x55,0x3A, 0x1F,0xCD,0x0,0x0,0x6,0x11,0x44, 0x1F,0xCE,0x0,0x0,0x6,0x11,0x6C, 0x1F,0xCF,0x0,0x0,0x6,0x11,0x94, 0x1F,0xD0,0x0,0x2,0x0,0x0,0x1, 0x1F,0xD3,0x0,0x0,0x2,0x98,0x6A, 0x1F,0xD4,0x0,0x1,0x0,0x0,0x3, 0x1F,0xD6,0x0,0x1,0x0,0x0,0x1, 0x1F,0xD8,0x0,0x0,0x2,0x98,0x7A, 0x1F,0xD9,0x0,0x0,0x2,0x98,0x8A, 0x1F,0xDA,0x0,0x0,0x2,0x98,0x9A, 0x1F,0xDB,0x0,0x0,0x2,0x7F,0x8A, 0x1F,0xDC,0x0,0x0,0x0,0x0,0x3, 0x1F,0xDD,0x0,0x0,0x6,0x11,0xBC, 0x1F,0xDE,0x0,0x0,0x6,0x11,0xE4, 0x1F,0xDF,0x0,0x0,0x6,0x12,0xC, 0x1F,0xE0,0x0,0x2,0x0,0x0,0x1, 0x1F,0xE3,0x0,0x0,0x2,0x98,0xAA, 0x1F,0xE4,0x0,0x3,0x0,0x0,0x1, 0x1F,0xE8,0x0,0x0,0x2,0x98,0xBA, 0x1F,0xE9,0x0,0x0,0x2,0x98,0xCA, 0x1F,0xEA,0x0,0x0,0x2,0x98,0xDA, 0x1F,0xEB,0x0,0x0,0x2,0x7F,0xAA, 0x1F,0xEC,0x0,0x0,0x2,0x98,0xEA, 0x1F,0xED,0x0,0x0,0x6,0x12,0x34, 0x1F,0xEE,0x0,0x0,0x6,0x10,0x94, 0x1F,0xEF,0x0,0x0,0x2,0x2,0xB4, 0x1F,0xF0,0x0,0x1,0x0,0x0,0x3, 0x1F,0xF2,0x0,0x0,0x4,0x55,0x9A, 0x1F,0xF3,0x0,0x0,0x4,0x55,0xBA, 0x1F,0xF4,0x0,0x0,0x4,0x55,0xDA, 0x1F,0xF5,0x0,0x0,0x0,0x0,0x3, 0x1F,0xF6,0x0,0x0,0x0,0x0,0x1, 0x1F,0xF7,0x0,0x0,0x4,0x55,0xFA, 0x1F,0xF8,0x0,0x0,0x2,0x98,0xFA, 0x1F,0xF9,0x0,0x0,0x2,0x7F,0x9A, 0x1F,0xFA,0x0,0x0,0x2,0x55,0x9A, 0x1F,0xFB,0x0,0x0,0x2,0x55,0xDA, 0x1F,0xFC,0x0,0x0,0x4,0x55,0xBA, 0x1F,0xFD,0x0,0x0,0x4,0x4A,0x64, 0x1F,0xFE,0x0,0x0,0x4,0x11,0xBC, 0x1F,0xFF,0x0,0x0,0x0,0x0,0x3, 0x20,0x0,0x0,0xA,0x2,0x0,0x34, 0x20,0xB,0x0,0x0,0x0,0x0,0x5, 0x20,0xC,0x0,0x1,0x0,0x0,0x6, 0x20,0xE,0x0,0x1,0x0,0x0,0x3, 0x20,0x10,0x0,0x0,0x0,0x0,0x1, 0x20,0x11,0x0,0x0,0x2,0x99,0xA, 0x20,0x12,0x0,0x4,0x0,0x0,0x1, 0x20,0x17,0x0,0x0,0x4,0x56,0x1C, 0x20,0x18,0x0,0xB,0x0,0x0,0x1, 0x20,0x24,0x0,0x2,0x0,0x0,0x3, 0x20,0x27,0x0,0x0,0x0,0x0,0x1, 0x20,0x28,0x0,0x6,0x0,0x0,0x3, 0x20,0x2F,0x0,0x0,0x2,0x0,0x34, 0x20,0x30,0x0,0x2,0x0,0x0,0x1, 0x20,0x33,0x0,0x0,0x4,0x6,0x7A, 0x20,0x34,0x0,0x0,0x6,0x6,0x7A, 0x20,0x35,0x0,0x0,0x0,0x0,0x1, 0x20,0x36,0x0,0x0,0x4,0x12,0x5A, 0x20,0x37,0x0,0x0,0x6,0x12,0x5A, 0x20,0x38,0x0,0x3,0x0,0x0,0x1, 0x20,0x3C,0x0,0x0,0x4,0x56,0x34, 0x20,0x3D,0x0,0x0,0x0,0x0,0x1, 0x20,0x3E,0x0,0x0,0x4,0x56,0x44, 0x20,0x3F,0x0,0x7,0x0,0x0,0x1, 0x20,0x47,0x0,0x0,0x4,0x56,0x5C, 0x20,0x48,0x0,0x0,0x4,0x56,0x6C, 0x20,0x49,0x0,0x0,0x4,0x56,0x7C, 0x20,0x4A,0x0,0xC,0x0,0x0,0x1, 0x20,0x57,0x0,0x0,0x8,0x6,0x7A, 0x20,0x58,0x0,0x6,0x0,0x0,0x1, 0x20,0x5F,0x0,0x0,0x2,0x0,0x34, 0x20,0x60,0x0,0x0,0x0,0x0,0x5, 0x20,0x61,0x0,0x2,0x0,0x0,0x3, 0x20,0x64,0x0,0x0,0x0,0x0,0x5, 0x20,0x65,0x0,0xA,0x0,0x0,0x3, 0x20,0x70,0x0,0x0,0x2,0x2,0x92, 0x20,0x71,0x0,0x0,0x2,0x2,0xA2, 0x20,0x72,0x0,0x1,0x0,0x0,0x3, 0x20,0x74,0x0,0x0,0x2,0x7,0x92, 0x20,0x75,0x0,0x0,0x2,0x0,0xA, 0x20,0x76,0x0,0x0,0x2,0x7,0xD2, 0x20,0x77,0x0,0x0,0x2,0x5,0x12, 0x20,0x78,0x0,0x0,0x2,0x8,0x12, 0x20,0x79,0x0,0x0,0x2,0x0,0x8A, 0x20,0x7A,0x0,0x0,0x2,0x8,0x6C, 0x20,0x7B,0x0,0x0,0x2,0x99,0x1A, 0x20,0x7C,0x0,0x0,0x2,0x18,0x9C, 0x20,0x7D,0x0,0x0,0x2,0x2,0x24, 0x20,0x7E,0x0,0x0,0x2,0x7,0x1C, 0x20,0x7F,0x0,0x0,0x2,0x17,0x5A, 0x20,0x80,0x0,0x0,0x2,0x2,0x92, 0x20,0x81,0x0,0x0,0x2,0x6,0xBA, 0x20,0x82,0x0,0x0,0x2,0x2,0x12, 0x20,0x83,0x0,0x0,0x2,0x0,0xE2, 0x20,0x84,0x0,0x0,0x2,0x7,0x92, 0x20,0x85,0x0,0x0,0x2,0x0,0xA, 0x20,0x86,0x0,0x0,0x2,0x7,0xD2, 0x20,0x87,0x0,0x0,0x2,0x5,0x12, 0x20,0x88,0x0,0x0,0x2,0x8,0x12, 0x20,0x89,0x0,0x0,0x2,0x0,0x8A, 0x20,0x8A,0x0,0x0,0x2,0x8,0x6C, 0x20,0x8B,0x0,0x0,0x2,0x99,0x1A, 0x20,0x8C,0x0,0x0,0x2,0x18,0x9C, 0x20,0x8D,0x0,0x0,0x2,0x2,0x24, 0x20,0x8E,0x0,0x0,0x2,0x7,0x1C, 0x20,0x8F,0x0,0x0,0x0,0x0,0x3, 0x20,0x90,0x0,0x0,0x2,0x1,0xAA, 0x20,0x91,0x0,0x0,0x2,0xA,0xFA, 0x20,0x92,0x0,0x0,0x2,0x2,0xE2, 0x20,0x93,0x0,0x0,0x2,0x13,0x12, 0x20,0x94,0x0,0x0,0x2,0x79,0x4A, 0x20,0x95,0x0,0x0,0x2,0x16,0xCA, 0x20,0x96,0x0,0x0,0x2,0x1,0xDA, 0x20,0x97,0x0,0x0,0x2,0x6,0x32, 0x20,0x98,0x0,0x0,0x2,0x1,0x9A, 0x20,0x99,0x0,0x0,0x2,0x17,0x5A, 0x20,0x9A,0x0,0x0,0x2,0x17,0x8A, 0x20,0x9B,0x0,0x0,0x2,0x2,0xA, 0x20,0x9C,0x0,0x0,0x2,0x12,0xEA, 0x20,0x9D,0x0,0x2,0x0,0x0,0x3, 0x20,0xA0,0x0,0x7,0x0,0x0,0x1, 0x20,0xA8,0x0,0x0,0x4,0x56,0x8A, 0x20,0xA9,0x0,0x11,0x0,0x0,0x1, 0x20,0xBB,0x0,0x14,0x0,0x0,0x3, 0x20,0xD0,0x0,0x20,0x0,0x0,0x1, 0x20,0xF1,0x0,0xE,0x0,0x0,0x3, 0x21,0x0,0x0,0x0,0x6,0x12,0x8C, 0x21,0x1,0x0,0x0,0x6,0x12,0xA4, 0x21,0x2,0x0,0x0,0x2,0xE,0x8A, 0x21,0x3,0x0,0x0,0x4,0x56,0x9A, 0x21,0x4,0x0,0x0,0x0,0x0,0x1, 0x21,0x5,0x0,0x0,0x6,0x12,0xBC, 0x21,0x6,0x0,0x0,0x6,0x12,0xD4, 0x21,0x7,0x0,0x0,0x2,0x79,0x5A, 0x21,0x8,0x0,0x0,0x0,0x0,0x1, 0x21,0x9,0x0,0x0,0x4,0x56,0xB2, 0x21,0xA,0x0,0x0,0x2,0x5,0xC2, 0x21,0xB,0x0,0x3,0x2,0x16,0xCA, 0x21,0xF,0x0,0x0,0x2,0x76,0x3A, 0x21,0x10,0x0,0x1,0x2,0x2,0xA2, 0x21,0x12,0x0,0x1,0x2,0x6,0x32, 0x21,0x14,0x0,0x0,0x0,0x0,0x1, 0x21,0x15,0x0,0x0,0x2,0x17,0x5A, 0x21,0x16,0x0,0x0,0x4,0x56,0xCA, 0x21,0x17,0x0,0x1,0x0,0x0,0x1, 0x21,0x19,0x0,0x0,0x2,0x17,0x8A, 0x21,0x1A,0x0,0x0,0x2,0x10,0xD2, 0x21,0x1B,0x0,0x2,0x2,0x1,0xE2, 0x21,0x1E,0x0,0x1,0x0,0x0,0x1, 0x21,0x20,0x0,0x0,0x4,0x56,0xDA, 0x21,0x21,0x0,0x0,0x6,0x12,0xEA, 0x21,0x22,0x0,0x0,0x4,0x56,0xEA, 0x21,0x23,0x0,0x0,0x0,0x0,0x1, 0x21,0x24,0x0,0x0,0x2,0x18,0x7A, 0x21,0x25,0x0,0x0,0x0,0x0,0x1, 0x21,0x26,0x0,0x0,0x2,0x55,0xBA, 0x21,0x27,0x0,0x0,0x0,0x0,0x1, 0x21,0x28,0x0,0x0,0x2,0x18,0x7A, 0x21,0x29,0x0,0x0,0x0,0x0,0x1, 0x21,0x2A,0x0,0x0,0x2,0x1,0xDA, 0x21,0x2B,0x0,0x0,0x2,0x73,0x7A, 0x21,0x2C,0x0,0x0,0x2,0x16,0x3A, 0x21,0x2D,0x0,0x0,0x2,0xE,0x8A, 0x21,0x2E,0x0,0x0,0x0,0x0,0x1, 0x21,0x2F,0x0,0x1,0x2,0xA,0xFA, 0x21,0x31,0x0,0x0,0x2,0x13,0x2, 0x21,0x32,0x0,0x0,0x0,0x0,0x3, 0x21,0x33,0x0,0x0,0x2,0x1,0x9A, 0x21,0x34,0x0,0x0,0x2,0x2,0xE2, 0x21,0x35,0x0,0x0,0x2,0x60,0xDA, 0x21,0x36,0x0,0x0,0x2,0x61,0x3A, 0x21,0x37,0x0,0x0,0x2,0x61,0x5A, 0x21,0x38,0x0,0x0,0x2,0x61,0x7A, 0x21,0x39,0x0,0x0,0x2,0x2,0xA2, 0x21,0x3A,0x0,0x0,0x0,0x0,0x1, 0x21,0x3B,0x0,0x0,0x6,0x13,0x2, 0x21,0x3C,0x0,0x0,0x2,0x80,0x6A, 0x21,0x3D,0x0,0x1,0x2,0x7F,0xCA, 0x21,0x3F,0x0,0x0,0x2,0x80,0x6A, 0x21,0x40,0x0,0x0,0x2,0x99,0x2A, 0x21,0x41,0x0,0x3,0x0,0x0,0x1, 0x21,0x45,0x0,0x1,0x2,0x1,0xF2, 0x21,0x47,0x0,0x0,0x2,0xA,0xFA, 0x21,0x48,0x0,0x0,0x2,0x2,0xA2, 0x21,0x49,0x0,0x0,0x2,0x5,0xF2, 0x21,0x4A,0x0,0x5,0x0,0x0,0x1, 0x21,0x50,0x0,0x0,0x6,0x13,0x1A, 0x21,0x51,0x0,0x0,0x6,0x13,0x3A, 0x21,0x52,0x0,0x0,0x8,0x6,0xBA, 0x21,0x53,0x0,0x0,0x6,0x13,0x5A, 0x21,0x54,0x0,0x0,0x6,0x13,0x7A, 0x21,0x55,0x0,0x0,0x6,0x13,0x9A, 0x21,0x56,0x0,0x0,0x6,0x13,0xBA, 0x21,0x57,0x0,0x0,0x6,0x13,0xDA, 0x21,0x58,0x0,0x0,0x6,0x13,0xFA, 0x21,0x59,0x0,0x0,0x6,0x14,0x1A, 0x21,0x5A,0x0,0x0,0x6,0x14,0x3A, 0x21,0x5B,0x0,0x0,0x6,0x14,0x5A, 0x21,0x5C,0x0,0x0,0x6,0x14,0x7A, 0x21,0x5D,0x0,0x0,0x6,0x14,0x9A, 0x21,0x5E,0x0,0x0,0x6,0x14,0xBA, 0x21,0x5F,0x0,0x0,0x4,0x6,0xBA, 0x21,0x60,0x0,0x0,0x2,0x2,0xA2, 0x21,0x61,0x0,0x0,0x4,0x6,0xEA, 0x21,0x62,0x0,0x0,0x6,0x6,0xEA, 0x21,0x63,0x0,0x0,0x4,0x56,0xFA, 0x21,0x64,0x0,0x0,0x2,0x6,0xE2, 0x21,0x65,0x0,0x0,0x4,0x6,0xE2, 0x21,0x66,0x0,0x0,0x6,0x6,0xE2, 0x21,0x67,0x0,0x0,0x8,0x6,0xE2, 0x21,0x68,0x0,0x0,0x4,0x57,0xA, 0x21,0x69,0x0,0x0,0x2,0x13,0x12, 0x21,0x6A,0x0,0x0,0x4,0x14,0xDA, 0x21,0x6B,0x0,0x0,0x6,0x14,0xDA, 0x21,0x6C,0x0,0x0,0x2,0x6,0x32, 0x21,0x6D,0x0,0x0,0x2,0xE,0x8A, 0x21,0x6E,0x0,0x0,0x2,0x1,0xF2, 0x21,0x6F,0x0,0x0,0x2,0x1,0x9A, 0x21,0x70,0x0,0x0,0x2,0x2,0xA2, 0x21,0x71,0x0,0x0,0x4,0x6,0xEA, 0x21,0x72,0x0,0x0,0x6,0x6,0xEA, 0x21,0x73,0x0,0x0,0x4,0x56,0xFA, 0x21,0x74,0x0,0x0,0x2,0x6,0xE2, 0x21,0x75,0x0,0x0,0x4,0x6,0xE2, 0x21,0x76,0x0,0x0,0x6,0x6,0xE2, 0x21,0x77,0x0,0x0,0x8,0x6,0xE2, 0x21,0x78,0x0,0x0,0x4,0x57,0xA, 0x21,0x79,0x0,0x0,0x2,0x13,0x12, 0x21,0x7A,0x0,0x0,0x4,0x14,0xDA, 0x21,0x7B,0x0,0x0,0x6,0x14,0xDA, 0x21,0x7C,0x0,0x0,0x2,0x6,0x32, 0x21,0x7D,0x0,0x0,0x2,0xE,0x8A, 0x21,0x7E,0x0,0x0,0x2,0x1,0xF2, 0x21,0x7F,0x0,0x0,0x2,0x1,0x9A, 0x21,0x80,0x0,0x2,0x0,0x0,0x1, 0x21,0x83,0x0,0x0,0x0,0x0,0x3, 0x21,0x84,0x0,0x4,0x0,0x0,0x1, 0x21,0x89,0x0,0x0,0x6,0x14,0xF2, 0x21,0x8A,0x0,0x5,0x0,0x0,0x3, 0x21,0x90,0x0,0x9B,0x0,0x0,0x1, 0x22,0x2C,0x0,0x0,0x4,0x8,0x62, 0x22,0x2D,0x0,0x0,0x6,0x8,0x62, 0x22,0x2E,0x0,0x0,0x0,0x0,0x1, 0x22,0x2F,0x0,0x0,0x4,0x15,0x12, 0x22,0x30,0x0,0x0,0x6,0x15,0x12, 0x22,0x31,0x0,0x2E,0x0,0x0,0x1, 0x22,0x60,0x0,0x0,0x0,0x0,0x0, 0x22,0x61,0x0,0xC,0x0,0x0,0x1, 0x22,0x6E,0x0,0x1,0x0,0x0,0x0, 0x22,0x70,0x0,0xB8,0x0,0x0,0x1, 0x23,0x29,0x0,0x0,0x2,0x99,0x3A, 0x23,0x2A,0x0,0x0,0x2,0x99,0x4A, 0x23,0x2B,0x0,0xC8,0x0,0x0,0x1, 0x23,0xF4,0x0,0xB,0x0,0x0,0x3, 0x24,0x0,0x0,0x26,0x0,0x0,0x1, 0x24,0x27,0x0,0x18,0x0,0x0,0x3, 0x24,0x40,0x0,0xA,0x0,0x0,0x1, 0x24,0x4B,0x0,0x14,0x0,0x0,0x3, 0x24,0x60,0x0,0x0,0x2,0x6,0xBA, 0x24,0x61,0x0,0x0,0x2,0x2,0x12, 0x24,0x62,0x0,0x0,0x2,0x0,0xE2, 0x24,0x63,0x0,0x0,0x2,0x7,0x92, 0x24,0x64,0x0,0x0,0x2,0x0,0xA, 0x24,0x65,0x0,0x0,0x2,0x7,0xD2, 0x24,0x66,0x0,0x0,0x2,0x5,0x12, 0x24,0x67,0x0,0x0,0x2,0x8,0x12, 0x24,0x68,0x0,0x0,0x2,0x0,0x8A, 0x24,0x69,0x0,0x0,0x4,0x6,0xD2, 0x24,0x6A,0x0,0x0,0x4,0x7,0x2A, 0x24,0x6B,0x0,0x0,0x4,0x7,0x4A, 0x24,0x6C,0x0,0x0,0x4,0x7,0x6A, 0x24,0x6D,0x0,0x0,0x4,0x7,0x8A, 0x24,0x6E,0x0,0x0,0x4,0x7,0xAA, 0x24,0x6F,0x0,0x0,0x4,0x7,0xCA, 0x24,0x70,0x0,0x0,0x4,0x7,0xEA, 0x24,0x71,0x0,0x0,0x4,0x8,0xA, 0x24,0x72,0x0,0x0,0x4,0x8,0x2A, 0x24,0x73,0x0,0x0,0x4,0x8,0x4A, 0x24,0x74,0x0,0x0,0x6,0x15,0x44, 0x24,0x75,0x0,0x0,0x6,0x15,0x5C, 0x24,0x76,0x0,0x0,0x6,0x15,0x74, 0x24,0x77,0x0,0x0,0x6,0x15,0x8C, 0x24,0x78,0x0,0x0,0x6,0x15,0xA4, 0x24,0x79,0x0,0x0,0x6,0x15,0xBC, 0x24,0x7A,0x0,0x0,0x6,0x15,0xD4, 0x24,0x7B,0x0,0x0,0x6,0x15,0xEC, 0x24,0x7C,0x0,0x0,0x6,0x16,0x4, 0x24,0x7D,0x0,0x0,0x8,0x7,0x4, 0x24,0x7E,0x0,0x0,0x8,0x7,0x24, 0x24,0x7F,0x0,0x0,0x8,0x7,0x44, 0x24,0x80,0x0,0x0,0x8,0x7,0x64, 0x24,0x81,0x0,0x0,0x8,0x7,0x84, 0x24,0x82,0x0,0x0,0x8,0x7,0xA4, 0x24,0x83,0x0,0x0,0x8,0x7,0xC4, 0x24,0x84,0x0,0x0,0x8,0x7,0xE4, 0x24,0x85,0x0,0x0,0x8,0x8,0x4, 0x24,0x86,0x0,0x0,0x8,0x8,0x24, 0x24,0x87,0x0,0x0,0x8,0x8,0x44, 0x24,0x88,0x0,0x13,0x0,0x0,0x3, 0x24,0x9C,0x0,0x0,0x6,0x16,0x1C, 0x24,0x9D,0x0,0x0,0x6,0x16,0x34, 0x24,0x9E,0x0,0x0,0x6,0x16,0x4C, 0x24,0x9F,0x0,0x0,0x6,0x16,0x64, 0x24,0xA0,0x0,0x0,0x6,0x16,0x7C, 0x24,0xA1,0x0,0x0,0x6,0x16,0x94, 0x24,0xA2,0x0,0x0,0x6,0x16,0xAC, 0x24,0xA3,0x0,0x0,0x6,0x16,0xC4, 0x24,0xA4,0x0,0x0,0x6,0x16,0xDC, 0x24,0xA5,0x0,0x0,0x6,0x16,0xF4, 0x24,0xA6,0x0,0x0,0x6,0x17,0xC, 0x24,0xA7,0x0,0x0,0x6,0x17,0x24, 0x24,0xA8,0x0,0x0,0x6,0x17,0x3C, 0x24,0xA9,0x0,0x0,0x6,0x17,0x54, 0x24,0xAA,0x0,0x0,0x6,0x17,0x6C, 0x24,0xAB,0x0,0x0,0x6,0x17,0x84, 0x24,0xAC,0x0,0x0,0x6,0x17,0x9C, 0x24,0xAD,0x0,0x0,0x6,0x17,0xB4, 0x24,0xAE,0x0,0x0,0x6,0x17,0xCC, 0x24,0xAF,0x0,0x0,0x6,0x17,0xE4, 0x24,0xB0,0x0,0x0,0x6,0x17,0xFC, 0x24,0xB1,0x0,0x0,0x6,0x18,0x14, 0x24,0xB2,0x0,0x0,0x6,0x18,0x2C, 0x24,0xB3,0x0,0x0,0x6,0x18,0x44, 0x24,0xB4,0x0,0x0,0x6,0x18,0x5C, 0x24,0xB5,0x0,0x0,0x6,0x18,0x74, 0x24,0xB6,0x0,0x0,0x2,0x1,0xAA, 0x24,0xB7,0x0,0x0,0x2,0x16,0x3A, 0x24,0xB8,0x0,0x0,0x2,0xE,0x8A, 0x24,0xB9,0x0,0x0,0x2,0x1,0xF2, 0x24,0xBA,0x0,0x0,0x2,0xA,0xFA, 0x24,0xBB,0x0,0x0,0x2,0x13,0x2, 0x24,0xBC,0x0,0x0,0x2,0x5,0xC2, 0x24,0xBD,0x0,0x0,0x2,0x16,0xCA, 0x24,0xBE,0x0,0x0,0x2,0x2,0xA2, 0x24,0xBF,0x0,0x0,0x2,0x5,0xF2, 0x24,0xC0,0x0,0x0,0x2,0x1,0xDA, 0x24,0xC1,0x0,0x0,0x2,0x6,0x32, 0x24,0xC2,0x0,0x0,0x2,0x1,0x9A, 0x24,0xC3,0x0,0x0,0x2,0x17,0x5A, 0x24,0xC4,0x0,0x0,0x2,0x2,0xE2, 0x24,0xC5,0x0,0x0,0x2,0x17,0x8A, 0x24,0xC6,0x0,0x0,0x2,0x10,0xD2, 0x24,0xC7,0x0,0x0,0x2,0x1,0xE2, 0x24,0xC8,0x0,0x0,0x2,0x2,0xA, 0x24,0xC9,0x0,0x0,0x2,0x12,0xEA, 0x24,0xCA,0x0,0x0,0x2,0x12,0xE2, 0x24,0xCB,0x0,0x0,0x2,0x6,0xE2, 0x24,0xCC,0x0,0x0,0x2,0x18,0x32, 0x24,0xCD,0x0,0x0,0x2,0x13,0x12, 0x24,0xCE,0x0,0x0,0x2,0x18,0x62, 0x24,0xCF,0x0,0x0,0x2,0x18,0x7A, 0x24,0xD0,0x0,0x0,0x2,0x1,0xAA, 0x24,0xD1,0x0,0x0,0x2,0x16,0x3A, 0x24,0xD2,0x0,0x0,0x2,0xE,0x8A, 0x24,0xD3,0x0,0x0,0x2,0x1,0xF2, 0x24,0xD4,0x0,0x0,0x2,0xA,0xFA, 0x24,0xD5,0x0,0x0,0x2,0x13,0x2, 0x24,0xD6,0x0,0x0,0x2,0x5,0xC2, 0x24,0xD7,0x0,0x0,0x2,0x16,0xCA, 0x24,0xD8,0x0,0x0,0x2,0x2,0xA2, 0x24,0xD9,0x0,0x0,0x2,0x5,0xF2, 0x24,0xDA,0x0,0x0,0x2,0x1,0xDA, 0x24,0xDB,0x0,0x0,0x2,0x6,0x32, 0x24,0xDC,0x0,0x0,0x2,0x1,0x9A, 0x24,0xDD,0x0,0x0,0x2,0x17,0x5A, 0x24,0xDE,0x0,0x0,0x2,0x2,0xE2, 0x24,0xDF,0x0,0x0,0x2,0x17,0x8A, 0x24,0xE0,0x0,0x0,0x2,0x10,0xD2, 0x24,0xE1,0x0,0x0,0x2,0x1,0xE2, 0x24,0xE2,0x0,0x0,0x2,0x2,0xA, 0x24,0xE3,0x0,0x0,0x2,0x12,0xEA, 0x24,0xE4,0x0,0x0,0x2,0x12,0xE2, 0x24,0xE5,0x0,0x0,0x2,0x6,0xE2, 0x24,0xE6,0x0,0x0,0x2,0x18,0x32, 0x24,0xE7,0x0,0x0,0x2,0x13,0x12, 0x24,0xE8,0x0,0x0,0x2,0x18,0x62, 0x24,0xE9,0x0,0x0,0x2,0x18,0x7A, 0x24,0xEA,0x0,0x0,0x2,0x2,0x92, 0x24,0xEB,0x2,0x14,0x0,0x0,0x1, 0x27,0x0,0x0,0x0,0x0,0x0,0x3, 0x27,0x1,0x3,0xA,0x0,0x0,0x1, 0x2A,0xC,0x0,0x0,0x8,0x8,0x62, 0x2A,0xD,0x0,0x66,0x0,0x0,0x1, 0x2A,0x74,0x0,0x0,0x6,0x18,0x8C, 0x2A,0x75,0x0,0x0,0x4,0x18,0x9C, 0x2A,0x76,0x0,0x0,0x6,0x18,0xA4, 0x2A,0x77,0x0,0x64,0x0,0x0,0x1, 0x2A,0xDC,0x0,0x0,0x4,0x57,0x1A, 0x2A,0xDD,0x0,0x6F,0x0,0x0,0x1, 0x2B,0x4D,0x0,0x2,0x0,0x0,0x3, 0x2B,0x50,0x0,0x9,0x0,0x0,0x1, 0x2B,0x5A,0x0,0xA5,0x0,0x0,0x3, 0x2C,0x0,0x0,0x0,0x2,0x99,0x5A, 0x2C,0x1,0x0,0x0,0x2,0x99,0x6A, 0x2C,0x2,0x0,0x0,0x2,0x99,0x7A, 0x2C,0x3,0x0,0x0,0x2,0x99,0x8A, 0x2C,0x4,0x0,0x0,0x2,0x1E,0xC2, 0x2C,0x5,0x0,0x0,0x2,0x99,0x9A, 0x2C,0x6,0x0,0x0,0x2,0x99,0xAA, 0x2C,0x7,0x0,0x0,0x2,0x99,0xBA, 0x2C,0x8,0x0,0x0,0x2,0x99,0xCA, 0x2C,0x9,0x0,0x0,0x2,0x99,0xDA, 0x2C,0xA,0x0,0x0,0x2,0x99,0xEA, 0x2C,0xB,0x0,0x0,0x2,0x99,0xFA, 0x2C,0xC,0x0,0x0,0x2,0x9A,0xA, 0x2C,0xD,0x0,0x0,0x2,0x9A,0x1A, 0x2C,0xE,0x0,0x0,0x2,0x9A,0x2A, 0x2C,0xF,0x0,0x0,0x2,0x9A,0x3A, 0x2C,0x10,0x0,0x0,0x2,0x9A,0x4A, 0x2C,0x11,0x0,0x0,0x2,0x9A,0x5A, 0x2C,0x12,0x0,0x0,0x2,0x9A,0x6A, 0x2C,0x13,0x0,0x0,0x2,0x9A,0x7A, 0x2C,0x14,0x0,0x0,0x2,0x9A,0x8A, 0x2C,0x15,0x0,0x0,0x2,0x9A,0x9A, 0x2C,0x16,0x0,0x0,0x2,0x9A,0xAA, 0x2C,0x17,0x0,0x0,0x2,0x9A,0xBA, 0x2C,0x18,0x0,0x0,0x2,0x9A,0xCA, 0x2C,0x19,0x0,0x0,0x2,0x9A,0xDA, 0x2C,0x1A,0x0,0x0,0x2,0x9A,0xEA, 0x2C,0x1B,0x0,0x0,0x2,0x9A,0xFA, 0x2C,0x1C,0x0,0x0,0x2,0x9B,0xA, 0x2C,0x1D,0x0,0x0,0x2,0x9B,0x1A, 0x2C,0x1E,0x0,0x0,0x2,0x9B,0x2A, 0x2C,0x1F,0x0,0x0,0x2,0x9B,0x3A, 0x2C,0x20,0x0,0x0,0x2,0x9B,0x4A, 0x2C,0x21,0x0,0x0,0x2,0x9B,0x5A, 0x2C,0x22,0x0,0x0,0x2,0x9B,0x6A, 0x2C,0x23,0x0,0x0,0x2,0x9B,0x7A, 0x2C,0x24,0x0,0x0,0x2,0x9B,0x8A, 0x2C,0x25,0x0,0x0,0x2,0x9B,0x9A, 0x2C,0x26,0x0,0x0,0x2,0x9B,0xAA, 0x2C,0x27,0x0,0x0,0x2,0x9B,0xBA, 0x2C,0x28,0x0,0x0,0x2,0x9B,0xCA, 0x2C,0x29,0x0,0x0,0x2,0x9B,0xDA, 0x2C,0x2A,0x0,0x0,0x2,0x9B,0xEA, 0x2C,0x2B,0x0,0x0,0x2,0x9B,0xFA, 0x2C,0x2C,0x0,0x0,0x2,0x9C,0xA, 0x2C,0x2D,0x0,0x0,0x2,0x9C,0x1A, 0x2C,0x2E,0x0,0x0,0x2,0x9C,0x2A, 0x2C,0x2F,0x0,0x0,0x0,0x0,0x3, 0x2C,0x30,0x0,0x2E,0x0,0x0,0x1, 0x2C,0x5F,0x0,0x0,0x0,0x0,0x3, 0x2C,0x60,0x0,0x0,0x2,0x9C,0x3A, 0x2C,0x61,0x0,0x0,0x0,0x0,0x1, 0x2C,0x62,0x0,0x0,0x2,0x9C,0x4A, 0x2C,0x63,0x0,0x0,0x2,0x9C,0x5A, 0x2C,0x64,0x0,0x0,0x2,0x9C,0x6A, 0x2C,0x65,0x0,0x1,0x0,0x0,0x1, 0x2C,0x67,0x0,0x0,0x2,0x9C,0x7A, 0x2C,0x68,0x0,0x0,0x0,0x0,0x1, 0x2C,0x69,0x0,0x0,0x2,0x9C,0x8A, 0x2C,0x6A,0x0,0x0,0x0,0x0,0x1, 0x2C,0x6B,0x0,0x0,0x2,0x9C,0x9A, 0x2C,0x6C,0x0,0x0,0x0,0x0,0x1, 0x2C,0x6D,0x0,0x0,0x2,0x8D,0x5A, 0x2C,0x6E,0x0,0x0,0x2,0x8E,0x7A, 0x2C,0x6F,0x0,0x0,0x2,0x8D,0x4A, 0x2C,0x70,0x0,0x0,0x2,0x8D,0xCA, 0x2C,0x71,0x0,0x0,0x0,0x0,0x1, 0x2C,0x72,0x0,0x0,0x2,0x9C,0xAA, 0x2C,0x73,0x0,0x1,0x0,0x0,0x1, 0x2C,0x75,0x0,0x0,0x2,0x9C,0xBA, 0x2C,0x76,0x0,0x5,0x0,0x0,0x1, 0x2C,0x7C,0x0,0x0,0x2,0x5,0xF2, 0x2C,0x7D,0x0,0x0,0x2,0x6,0xE2, 0x2C,0x7E,0x0,0x0,0x2,0x9C,0xCA, 0x2C,0x7F,0x0,0x0,0x2,0x9C,0xDA, 0x2C,0x80,0x0,0x0,0x2,0x9C,0xEA, 0x2C,0x81,0x0,0x0,0x0,0x0,0x1, 0x2C,0x82,0x0,0x0,0x2,0x9C,0xFA, 0x2C,0x83,0x0,0x0,0x0,0x0,0x1, 0x2C,0x84,0x0,0x0,0x2,0x9D,0xA, 0x2C,0x85,0x0,0x0,0x0,0x0,0x1, 0x2C,0x86,0x0,0x0,0x2,0x9D,0x1A, 0x2C,0x87,0x0,0x0,0x0,0x0,0x1, 0x2C,0x88,0x0,0x0,0x2,0x9D,0x2A, 0x2C,0x89,0x0,0x0,0x0,0x0,0x1, 0x2C,0x8A,0x0,0x0,0x2,0x9D,0x3A, 0x2C,0x8B,0x0,0x0,0x0,0x0,0x1, 0x2C,0x8C,0x0,0x0,0x2,0x9D,0x4A, 0x2C,0x8D,0x0,0x0,0x0,0x0,0x1, 0x2C,0x8E,0x0,0x0,0x2,0x9D,0x5A, 0x2C,0x8F,0x0,0x0,0x0,0x0,0x1, 0x2C,0x90,0x0,0x0,0x2,0x9D,0x6A, 0x2C,0x91,0x0,0x0,0x0,0x0,0x1, 0x2C,0x92,0x0,0x0,0x2,0x9D,0x7A, 0x2C,0x93,0x0,0x0,0x0,0x0,0x1, 0x2C,0x94,0x0,0x0,0x2,0x9D,0x8A, 0x2C,0x95,0x0,0x0,0x0,0x0,0x1, 0x2C,0x96,0x0,0x0,0x2,0x9D,0x9A, 0x2C,0x97,0x0,0x0,0x0,0x0,0x1, 0x2C,0x98,0x0,0x0,0x2,0x9D,0xAA, 0x2C,0x99,0x0,0x0,0x0,0x0,0x1, 0x2C,0x9A,0x0,0x0,0x2,0x9D,0xBA, 0x2C,0x9B,0x0,0x0,0x0,0x0,0x1, 0x2C,0x9C,0x0,0x0,0x2,0x9D,0xCA, 0x2C,0x9D,0x0,0x0,0x0,0x0,0x1, 0x2C,0x9E,0x0,0x0,0x2,0x9D,0xDA, 0x2C,0x9F,0x0,0x0,0x0,0x0,0x1, 0x2C,0xA0,0x0,0x0,0x2,0x9D,0xEA, 0x2C,0xA1,0x0,0x0,0x0,0x0,0x1, 0x2C,0xA2,0x0,0x0,0x2,0x9D,0xFA, 0x2C,0xA3,0x0,0x0,0x0,0x0,0x1, 0x2C,0xA4,0x0,0x0,0x2,0x9E,0xA, 0x2C,0xA5,0x0,0x0,0x0,0x0,0x1, 0x2C,0xA6,0x0,0x0,0x2,0x9E,0x1A, 0x2C,0xA7,0x0,0x0,0x0,0x0,0x1, 0x2C,0xA8,0x0,0x0,0x2,0x9E,0x2A, 0x2C,0xA9,0x0,0x0,0x0,0x0,0x1, 0x2C,0xAA,0x0,0x0,0x2,0x9E,0x3A, 0x2C,0xAB,0x0,0x0,0x0,0x0,0x1, 0x2C,0xAC,0x0,0x0,0x2,0x9E,0x4A, 0x2C,0xAD,0x0,0x0,0x0,0x0,0x1, 0x2C,0xAE,0x0,0x0,0x2,0x9E,0x5A, 0x2C,0xAF,0x0,0x0,0x0,0x0,0x1, 0x2C,0xB0,0x0,0x0,0x2,0x9E,0x6A, 0x2C,0xB1,0x0,0x0,0x0,0x0,0x1, 0x2C,0xB2,0x0,0x0,0x2,0x9E,0x7A, 0x2C,0xB3,0x0,0x0,0x0,0x0,0x1, 0x2C,0xB4,0x0,0x0,0x2,0x9E,0x8A, 0x2C,0xB5,0x0,0x0,0x0,0x0,0x1, 0x2C,0xB6,0x0,0x0,0x2,0x9E,0x9A, 0x2C,0xB7,0x0,0x0,0x0,0x0,0x1, 0x2C,0xB8,0x0,0x0,0x2,0x9E,0xAA, 0x2C,0xB9,0x0,0x0,0x0,0x0,0x1, 0x2C,0xBA,0x0,0x0,0x2,0x5C,0x4A, 0x2C,0xBB,0x0,0x0,0x0,0x0,0x1, 0x2C,0xBC,0x0,0x0,0x2,0x9E,0xBA, 0x2C,0xBD,0x0,0x0,0x0,0x0,0x1, 0x2C,0xBE,0x0,0x0,0x2,0x9E,0xCA, 0x2C,0xBF,0x0,0x0,0x0,0x0,0x1, 0x2C,0xC0,0x0,0x0,0x2,0x9E,0xDA, 0x2C,0xC1,0x0,0x0,0x0,0x0,0x1, 0x2C,0xC2,0x0,0x0,0x2,0x9E,0xEA, 0x2C,0xC3,0x0,0x0,0x0,0x0,0x1, 0x2C,0xC4,0x0,0x0,0x2,0x9E,0xFA, 0x2C,0xC5,0x0,0x0,0x0,0x0,0x1, 0x2C,0xC6,0x0,0x0,0x2,0x9F,0xA, 0x2C,0xC7,0x0,0x0,0x0,0x0,0x1, 0x2C,0xC8,0x0,0x0,0x2,0x9F,0x1A, 0x2C,0xC9,0x0,0x0,0x0,0x0,0x1, 0x2C,0xCA,0x0,0x0,0x2,0x9F,0x2A, 0x2C,0xCB,0x0,0x0,0x0,0x0,0x1, 0x2C,0xCC,0x0,0x0,0x2,0x9F,0x3A, 0x2C,0xCD,0x0,0x0,0x0,0x0,0x1, 0x2C,0xCE,0x0,0x0,0x2,0x9F,0x4A, 0x2C,0xCF,0x0,0x0,0x0,0x0,0x1, 0x2C,0xD0,0x0,0x0,0x2,0x9F,0x5A, 0x2C,0xD1,0x0,0x0,0x0,0x0,0x1, 0x2C,0xD2,0x0,0x0,0x2,0x9F,0x6A, 0x2C,0xD3,0x0,0x0,0x0,0x0,0x1, 0x2C,0xD4,0x0,0x0,0x2,0x9F,0x7A, 0x2C,0xD5,0x0,0x0,0x0,0x0,0x1, 0x2C,0xD6,0x0,0x0,0x2,0x9F,0x8A, 0x2C,0xD7,0x0,0x0,0x0,0x0,0x1, 0x2C,0xD8,0x0,0x0,0x2,0x9F,0x9A, 0x2C,0xD9,0x0,0x0,0x0,0x0,0x1, 0x2C,0xDA,0x0,0x0,0x2,0x9F,0xAA, 0x2C,0xDB,0x0,0x0,0x0,0x0,0x1, 0x2C,0xDC,0x0,0x0,0x2,0x9F,0xBA, 0x2C,0xDD,0x0,0x0,0x0,0x0,0x1, 0x2C,0xDE,0x0,0x0,0x2,0x9F,0xCA, 0x2C,0xDF,0x0,0x0,0x0,0x0,0x1, 0x2C,0xE0,0x0,0x0,0x2,0x9F,0xDA, 0x2C,0xE1,0x0,0x0,0x0,0x0,0x1, 0x2C,0xE2,0x0,0x0,0x2,0x9F,0xEA, 0x2C,0xE3,0x0,0x7,0x0,0x0,0x1, 0x2C,0xEB,0x0,0x0,0x2,0x9F,0xFA, 0x2C,0xEC,0x0,0x0,0x0,0x0,0x1, 0x2C,0xED,0x0,0x0,0x2,0xA0,0xA, 0x2C,0xEE,0x0,0x3,0x0,0x0,0x1, 0x2C,0xF2,0x0,0x0,0x2,0xA0,0x1A, 0x2C,0xF3,0x0,0x0,0x0,0x0,0x1, 0x2C,0xF4,0x0,0x4,0x0,0x0,0x3, 0x2C,0xF9,0x0,0x2C,0x0,0x0,0x1, 0x2D,0x26,0x0,0x0,0x0,0x0,0x3, 0x2D,0x27,0x0,0x0,0x0,0x0,0x1, 0x2D,0x28,0x0,0x4,0x0,0x0,0x3, 0x2D,0x2D,0x0,0x0,0x0,0x0,0x1, 0x2D,0x2E,0x0,0x1,0x0,0x0,0x3, 0x2D,0x30,0x0,0x37,0x0,0x0,0x1, 0x2D,0x68,0x0,0x6,0x0,0x0,0x3, 0x2D,0x6F,0x0,0x0,0x2,0xA0,0x2A, 0x2D,0x70,0x0,0x0,0x0,0x0,0x1, 0x2D,0x71,0x0,0xD,0x0,0x0,0x3, 0x2D,0x7F,0x0,0x17,0x0,0x0,0x1, 0x2D,0x97,0x0,0x8,0x0,0x0,0x3, 0x2D,0xA0,0x0,0x6,0x0,0x0,0x1, 0x2D,0xA7,0x0,0x0,0x0,0x0,0x3, 0x2D,0xA8,0x0,0x6,0x0,0x0,0x1, 0x2D,0xAF,0x0,0x0,0x0,0x0,0x3, 0x2D,0xB0,0x0,0x6,0x0,0x0,0x1, 0x2D,0xB7,0x0,0x0,0x0,0x0,0x3, 0x2D,0xB8,0x0,0x6,0x0,0x0,0x1, 0x2D,0xBF,0x0,0x0,0x0,0x0,0x3, 0x2D,0xC0,0x0,0x6,0x0,0x0,0x1, 0x2D,0xC7,0x0,0x0,0x0,0x0,0x3, 0x2D,0xC8,0x0,0x6,0x0,0x0,0x1, 0x2D,0xCF,0x0,0x0,0x0,0x0,0x3, 0x2D,0xD0,0x0,0x6,0x0,0x0,0x1, 0x2D,0xD7,0x0,0x0,0x0,0x0,0x3, 0x2D,0xD8,0x0,0x6,0x0,0x0,0x1, 0x2D,0xDF,0x0,0x0,0x0,0x0,0x3, 0x2D,0xE0,0x0,0x5B,0x0,0x0,0x1, 0x2E,0x3C,0x0,0x43,0x0,0x0,0x3, 0x2E,0x80,0x0,0x19,0x0,0x0,0x1, 0x2E,0x9A,0x0,0x0,0x0,0x0,0x3, 0x2E,0x9B,0x0,0x3,0x0,0x0,0x1, 0x2E,0x9F,0x0,0x0,0x2,0xA0,0x3A, 0x2E,0xA0,0x0,0x52,0x0,0x0,0x1, 0x2E,0xF3,0x0,0x0,0x2,0xA0,0x52, 0x2E,0xF4,0x0,0xB,0x0,0x0,0x3, 0x2F,0x0,0x0,0x0,0x2,0x1C,0xDA, 0x2F,0x1,0x0,0x0,0x2,0xA0,0x6A, 0x2F,0x2,0x0,0x0,0x2,0xA0,0x82, 0x2F,0x3,0x0,0x0,0x2,0xA0,0x9A, 0x2F,0x4,0x0,0x0,0x2,0xA0,0xB2, 0x2F,0x5,0x0,0x0,0x2,0xA0,0xCA, 0x2F,0x6,0x0,0x0,0x2,0x1D,0x2, 0x2F,0x7,0x0,0x0,0x2,0xA0,0xE2, 0x2F,0x8,0x0,0x0,0x2,0xA0,0xFA, 0x2F,0x9,0x0,0x0,0x2,0xA1,0x12, 0x2F,0xA,0x0,0x0,0x2,0xA1,0x2A, 0x2F,0xB,0x0,0x0,0x2,0x1D,0xF2, 0x2F,0xC,0x0,0x0,0x2,0xA1,0x42, 0x2F,0xD,0x0,0x0,0x2,0xA1,0x5A, 0x2F,0xE,0x0,0x0,0x2,0xA1,0x72, 0x2F,0xF,0x0,0x0,0x2,0xA1,0x8A, 0x2F,0x10,0x0,0x0,0x2,0xA1,0xA2, 0x2F,0x11,0x0,0x0,0x2,0xA1,0xBA, 0x2F,0x12,0x0,0x0,0x2,0xA1,0xD2, 0x2F,0x13,0x0,0x0,0x2,0xA1,0xEA, 0x2F,0x14,0x0,0x0,0x2,0xA2,0x2, 0x2F,0x15,0x0,0x0,0x2,0xA2,0x1A, 0x2F,0x16,0x0,0x0,0x2,0xA2,0x32, 0x2F,0x17,0x0,0x0,0x2,0x1E,0x42, 0x2F,0x18,0x0,0x0,0x2,0xA2,0x4A, 0x2F,0x19,0x0,0x0,0x2,0xA2,0x62, 0x2F,0x1A,0x0,0x0,0x2,0xA2,0x7A, 0x2F,0x1B,0x0,0x0,0x2,0xA2,0x92, 0x2F,0x1C,0x0,0x0,0x2,0xA2,0xAA, 0x2F,0x1D,0x0,0x0,0x2,0xA2,0xC2, 0x2F,0x1E,0x0,0x0,0x2,0xA2,0xDA, 0x2F,0x1F,0x0,0x0,0x2,0x1F,0x32, 0x2F,0x20,0x0,0x0,0x2,0xA2,0xF2, 0x2F,0x21,0x0,0x0,0x2,0xA3,0xA, 0x2F,0x22,0x0,0x0,0x2,0xA3,0x22, 0x2F,0x23,0x0,0x0,0x2,0xA3,0x3A, 0x2F,0x24,0x0,0x0,0x2,0x5B,0xFA, 0x2F,0x25,0x0,0x0,0x2,0xA3,0x52, 0x2F,0x26,0x0,0x0,0x2,0xA3,0x6A, 0x2F,0x27,0x0,0x0,0x2,0xA3,0x82, 0x2F,0x28,0x0,0x0,0x2,0xA3,0x9A, 0x2F,0x29,0x0,0x0,0x2,0xA3,0xB2, 0x2F,0x2A,0x0,0x0,0x2,0xA3,0xCA, 0x2F,0x2B,0x0,0x0,0x2,0xA3,0xE2, 0x2F,0x2C,0x0,0x0,0x2,0xA3,0xFA, 0x2F,0x2D,0x0,0x0,0x2,0xA4,0x12, 0x2F,0x2E,0x0,0x0,0x2,0xA4,0x2A, 0x2F,0x2F,0x0,0x0,0x2,0xA4,0x42, 0x2F,0x30,0x0,0x0,0x2,0xA4,0x5A, 0x2F,0x31,0x0,0x0,0x2,0xA4,0x72, 0x2F,0x32,0x0,0x0,0x2,0xA4,0x8A, 0x2F,0x33,0x0,0x0,0x2,0xA4,0xA2, 0x2F,0x34,0x0,0x0,0x2,0xA4,0xBA, 0x2F,0x35,0x0,0x0,0x2,0xA4,0xD2, 0x2F,0x36,0x0,0x0,0x2,0xA4,0xEA, 0x2F,0x37,0x0,0x0,0x2,0xA5,0x2, 0x2F,0x38,0x0,0x0,0x2,0xA5,0x1A, 0x2F,0x39,0x0,0x0,0x2,0xA5,0x32, 0x2F,0x3A,0x0,0x0,0x2,0xA5,0x4A, 0x2F,0x3B,0x0,0x0,0x2,0xA5,0x62, 0x2F,0x3C,0x0,0x0,0x2,0xA5,0x7A, 0x2F,0x3D,0x0,0x0,0x2,0xA5,0x92, 0x2F,0x3E,0x0,0x0,0x2,0xA5,0xAA, 0x2F,0x3F,0x0,0x0,0x2,0xA5,0xC2, 0x2F,0x40,0x0,0x0,0x2,0xA5,0xDA, 0x2F,0x41,0x0,0x0,0x2,0xA5,0xF2, 0x2F,0x42,0x0,0x0,0x2,0xA6,0xA, 0x2F,0x43,0x0,0x0,0x2,0xA6,0x22, 0x2F,0x44,0x0,0x0,0x2,0xA6,0x3A, 0x2F,0x45,0x0,0x0,0x2,0xA6,0x52, 0x2F,0x46,0x0,0x0,0x2,0xA6,0x6A, 0x2F,0x47,0x0,0x0,0x2,0x1F,0x5A, 0x2F,0x48,0x0,0x0,0x2,0xA6,0x82, 0x2F,0x49,0x0,0x0,0x2,0x1E,0x6A, 0x2F,0x4A,0x0,0x0,0x2,0x1E,0xE2, 0x2F,0x4B,0x0,0x0,0x2,0xA6,0x9A, 0x2F,0x4C,0x0,0x0,0x2,0xA6,0xB2, 0x2F,0x4D,0x0,0x0,0x2,0xA6,0xCA, 0x2F,0x4E,0x0,0x0,0x2,0xA6,0xE2, 0x2F,0x4F,0x0,0x0,0x2,0xA6,0xFA, 0x2F,0x50,0x0,0x0,0x2,0xA7,0x12, 0x2F,0x51,0x0,0x0,0x2,0xA7,0x2A, 0x2F,0x52,0x0,0x0,0x2,0xA7,0x42, 0x2F,0x53,0x0,0x0,0x2,0xA7,0x5A, 0x2F,0x54,0x0,0x0,0x2,0x1E,0xBA, 0x2F,0x55,0x0,0x0,0x2,0x1E,0x92, 0x2F,0x56,0x0,0x0,0x2,0xA7,0x72, 0x2F,0x57,0x0,0x0,0x2,0xA7,0x8A, 0x2F,0x58,0x0,0x0,0x2,0xA7,0xA2, 0x2F,0x59,0x0,0x0,0x2,0xA7,0xBA, 0x2F,0x5A,0x0,0x0,0x2,0xA7,0xD2, 0x2F,0x5B,0x0,0x0,0x2,0xA7,0xEA, 0x2F,0x5C,0x0,0x0,0x2,0xA8,0x2, 0x2F,0x5D,0x0,0x0,0x2,0xA8,0x1A, 0x2F,0x5E,0x0,0x0,0x2,0xA8,0x32, 0x2F,0x5F,0x0,0x0,0x2,0xA8,0x4A, 0x2F,0x60,0x0,0x0,0x2,0xA8,0x62, 0x2F,0x61,0x0,0x0,0x2,0xA8,0x7A, 0x2F,0x62,0x0,0x0,0x2,0xA8,0x92, 0x2F,0x63,0x0,0x0,0x2,0xA8,0xAA, 0x2F,0x64,0x0,0x0,0x2,0xA8,0xC2, 0x2F,0x65,0x0,0x0,0x2,0xA8,0xDA, 0x2F,0x66,0x0,0x0,0x2,0xA8,0xF2, 0x2F,0x67,0x0,0x0,0x2,0xA9,0xA, 0x2F,0x68,0x0,0x0,0x2,0xA9,0x22, 0x2F,0x69,0x0,0x0,0x2,0xA9,0x3A, 0x2F,0x6A,0x0,0x0,0x2,0xA9,0x52, 0x2F,0x6B,0x0,0x0,0x2,0xA9,0x6A, 0x2F,0x6C,0x0,0x0,0x2,0xA9,0x82, 0x2F,0x6D,0x0,0x0,0x2,0xA9,0x9A, 0x2F,0x6E,0x0,0x0,0x2,0xA9,0xB2, 0x2F,0x6F,0x0,0x0,0x2,0xA9,0xCA, 0x2F,0x70,0x0,0x0,0x2,0xA9,0xE2, 0x2F,0x71,0x0,0x0,0x2,0xA9,0xFA, 0x2F,0x72,0x0,0x0,0x2,0xAA,0x12, 0x2F,0x73,0x0,0x0,0x2,0xAA,0x2A, 0x2F,0x74,0x0,0x0,0x2,0xAA,0x42, 0x2F,0x75,0x0,0x0,0x2,0xAA,0x5A, 0x2F,0x76,0x0,0x0,0x2,0xAA,0x72, 0x2F,0x77,0x0,0x0,0x2,0xAA,0x8A, 0x2F,0x78,0x0,0x0,0x2,0xAA,0xA2, 0x2F,0x79,0x0,0x0,0x2,0xAA,0xBA, 0x2F,0x7A,0x0,0x0,0x2,0xAA,0xD2, 0x2F,0x7B,0x0,0x0,0x2,0xAA,0xEA, 0x2F,0x7C,0x0,0x0,0x2,0xAB,0x2, 0x2F,0x7D,0x0,0x0,0x2,0xAB,0x1A, 0x2F,0x7E,0x0,0x0,0x2,0xAB,0x32, 0x2F,0x7F,0x0,0x0,0x2,0xAB,0x4A, 0x2F,0x80,0x0,0x0,0x2,0xAB,0x62, 0x2F,0x81,0x0,0x0,0x2,0xAB,0x7A, 0x2F,0x82,0x0,0x0,0x2,0xAB,0x92, 0x2F,0x83,0x0,0x0,0x2,0x22,0x2A, 0x2F,0x84,0x0,0x0,0x2,0x22,0x52, 0x2F,0x85,0x0,0x0,0x2,0xAB,0xAA, 0x2F,0x86,0x0,0x0,0x2,0xAB,0xC2, 0x2F,0x87,0x0,0x0,0x2,0xAB,0xDA, 0x2F,0x88,0x0,0x0,0x2,0xAB,0xF2, 0x2F,0x89,0x0,0x0,0x2,0xAC,0xA, 0x2F,0x8A,0x0,0x0,0x2,0xAC,0x22, 0x2F,0x8B,0x0,0x0,0x2,0xAC,0x3A, 0x2F,0x8C,0x0,0x0,0x2,0xAC,0x52, 0x2F,0x8D,0x0,0x0,0x2,0xAC,0x6A, 0x2F,0x8E,0x0,0x0,0x2,0xAC,0x82, 0x2F,0x8F,0x0,0x0,0x2,0xAC,0x9A, 0x2F,0x90,0x0,0x0,0x2,0xAC,0xB2, 0x2F,0x91,0x0,0x0,0x2,0xAC,0xCA, 0x2F,0x92,0x0,0x0,0x2,0xAC,0xE2, 0x2F,0x93,0x0,0x0,0x2,0xAC,0xFA, 0x2F,0x94,0x0,0x0,0x2,0xAD,0x12, 0x2F,0x95,0x0,0x0,0x2,0xAD,0x2A, 0x2F,0x96,0x0,0x0,0x2,0xAD,0x42, 0x2F,0x97,0x0,0x0,0x2,0xAD,0x5A, 0x2F,0x98,0x0,0x0,0x2,0xAD,0x72, 0x2F,0x99,0x0,0x0,0x2,0xAD,0x8A, 0x2F,0x9A,0x0,0x0,0x2,0xAD,0xA2, 0x2F,0x9B,0x0,0x0,0x2,0xAD,0xBA, 0x2F,0x9C,0x0,0x0,0x2,0xAD,0xD2, 0x2F,0x9D,0x0,0x0,0x2,0xAD,0xEA, 0x2F,0x9E,0x0,0x0,0x2,0xAE,0x2, 0x2F,0x9F,0x0,0x0,0x2,0xAE,0x1A, 0x2F,0xA0,0x0,0x0,0x2,0xAE,0x32, 0x2F,0xA1,0x0,0x0,0x2,0xAE,0x4A, 0x2F,0xA2,0x0,0x0,0x2,0xAE,0x62, 0x2F,0xA3,0x0,0x0,0x2,0xAE,0x7A, 0x2F,0xA4,0x0,0x0,0x2,0xAE,0x92, 0x2F,0xA5,0x0,0x0,0x2,0xAE,0xAA, 0x2F,0xA6,0x0,0x0,0x2,0x1F,0xA, 0x2F,0xA7,0x0,0x0,0x2,0xAE,0xC2, 0x2F,0xA8,0x0,0x0,0x2,0xAE,0xDA, 0x2F,0xA9,0x0,0x0,0x2,0xAE,0xF2, 0x2F,0xAA,0x0,0x0,0x2,0xAF,0xA, 0x2F,0xAB,0x0,0x0,0x2,0xAF,0x22, 0x2F,0xAC,0x0,0x0,0x2,0xAF,0x3A, 0x2F,0xAD,0x0,0x0,0x2,0xAF,0x52, 0x2F,0xAE,0x0,0x0,0x2,0xAF,0x6A, 0x2F,0xAF,0x0,0x0,0x2,0xAF,0x82, 0x2F,0xB0,0x0,0x0,0x2,0xAF,0x9A, 0x2F,0xB1,0x0,0x0,0x2,0xAF,0xB2, 0x2F,0xB2,0x0,0x0,0x2,0xAF,0xCA, 0x2F,0xB3,0x0,0x0,0x2,0xAF,0xE2, 0x2F,0xB4,0x0,0x0,0x2,0xAF,0xFA, 0x2F,0xB5,0x0,0x0,0x2,0xB0,0x12, 0x2F,0xB6,0x0,0x0,0x2,0xB0,0x2A, 0x2F,0xB7,0x0,0x0,0x2,0xB0,0x42, 0x2F,0xB8,0x0,0x0,0x2,0xB0,0x5A, 0x2F,0xB9,0x0,0x0,0x2,0xB0,0x72, 0x2F,0xBA,0x0,0x0,0x2,0xB0,0x8A, 0x2F,0xBB,0x0,0x0,0x2,0xB0,0xA2, 0x2F,0xBC,0x0,0x0,0x2,0xB0,0xBA, 0x2F,0xBD,0x0,0x0,0x2,0xB0,0xD2, 0x2F,0xBE,0x0,0x0,0x2,0xB0,0xEA, 0x2F,0xBF,0x0,0x0,0x2,0xB1,0x2, 0x2F,0xC0,0x0,0x0,0x2,0xB1,0x1A, 0x2F,0xC1,0x0,0x0,0x2,0xB1,0x32, 0x2F,0xC2,0x0,0x0,0x2,0xB1,0x4A, 0x2F,0xC3,0x0,0x0,0x2,0xB1,0x62, 0x2F,0xC4,0x0,0x0,0x2,0xB1,0x7A, 0x2F,0xC5,0x0,0x0,0x2,0xB1,0x92, 0x2F,0xC6,0x0,0x0,0x2,0xB1,0xAA, 0x2F,0xC7,0x0,0x0,0x2,0xB1,0xC2, 0x2F,0xC8,0x0,0x0,0x2,0xB1,0xDA, 0x2F,0xC9,0x0,0x0,0x2,0xB1,0xF2, 0x2F,0xCA,0x0,0x0,0x2,0xB2,0xA, 0x2F,0xCB,0x0,0x0,0x2,0xB2,0x22, 0x2F,0xCC,0x0,0x0,0x2,0xB2,0x3A, 0x2F,0xCD,0x0,0x0,0x2,0xB2,0x52, 0x2F,0xCE,0x0,0x0,0x2,0xB2,0x6A, 0x2F,0xCF,0x0,0x0,0x2,0xB2,0x82, 0x2F,0xD0,0x0,0x0,0x2,0xB2,0x9A, 0x2F,0xD1,0x0,0x0,0x2,0xB2,0xB2, 0x2F,0xD2,0x0,0x0,0x2,0xB2,0xCA, 0x2F,0xD3,0x0,0x0,0x2,0xB2,0xE2, 0x2F,0xD4,0x0,0x0,0x2,0xB2,0xFA, 0x2F,0xD5,0x0,0x0,0x2,0xB3,0x12, 0x2F,0xD6,0x0,0x29,0x0,0x0,0x3, 0x30,0x0,0x0,0x0,0x2,0x0,0x34, 0x30,0x1,0x0,0x0,0x0,0x0,0x1, 0x30,0x2,0x0,0x0,0x2,0xB,0x2A, 0x30,0x3,0x0,0x32,0x0,0x0,0x1, 0x30,0x36,0x0,0x0,0x2,0xB3,0x2A, 0x30,0x37,0x0,0x0,0x0,0x0,0x1, 0x30,0x38,0x0,0x0,0x2,0x1E,0x42, 0x30,0x39,0x0,0x0,0x2,0xB3,0x3A, 0x30,0x3A,0x0,0x0,0x2,0xB3,0x52, 0x30,0x3B,0x0,0x4,0x0,0x0,0x1, 0x30,0x40,0x0,0x0,0x0,0x0,0x3, 0x30,0x41,0x0,0x55,0x0,0x0,0x1, 0x30,0x97,0x0,0x1,0x0,0x0,0x3, 0x30,0x99,0x0,0x1,0x0,0x0,0x1, 0x30,0x9B,0x0,0x0,0x4,0x57,0x3C, 0x30,0x9C,0x0,0x0,0x4,0x57,0x54, 0x30,0x9D,0x0,0x1,0x0,0x0,0x1, 0x30,0x9F,0x0,0x0,0x4,0x57,0x6A, 0x30,0xA0,0x0,0x5E,0x0,0x0,0x1, 0x30,0xFF,0x0,0x0,0x4,0x57,0x8A, 0x31,0x0,0x0,0x4,0x0,0x0,0x3, 0x31,0x5,0x0,0x28,0x0,0x0,0x1, 0x31,0x2E,0x0,0x2,0x0,0x0,0x3, 0x31,0x31,0x0,0x0,0x2,0x18,0xC2, 0x31,0x32,0x0,0x0,0x2,0xB3,0x6A, 0x31,0x33,0x0,0x0,0x2,0xB3,0x7A, 0x31,0x34,0x0,0x0,0x2,0x18,0xE2, 0x31,0x35,0x0,0x0,0x2,0xB3,0x8A, 0x31,0x36,0x0,0x0,0x2,0xB3,0x9A, 0x31,0x37,0x0,0x0,0x2,0x19,0x2, 0x31,0x38,0x0,0x0,0x2,0xB3,0xAA, 0x31,0x39,0x0,0x0,0x2,0x19,0x22, 0x31,0x3A,0x0,0x0,0x2,0xB3,0xBA, 0x31,0x3B,0x0,0x0,0x2,0xB3,0xCA, 0x31,0x3C,0x0,0x0,0x2,0xB3,0xDA, 0x31,0x3D,0x0,0x0,0x2,0xB3,0xEA, 0x31,0x3E,0x0,0x0,0x2,0xB3,0xFA, 0x31,0x3F,0x0,0x0,0x2,0xB4,0xA, 0x31,0x40,0x0,0x0,0x2,0xB4,0x1A, 0x31,0x41,0x0,0x0,0x2,0x19,0x42, 0x31,0x42,0x0,0x0,0x2,0x19,0x62, 0x31,0x43,0x0,0x0,0x2,0xB4,0x2A, 0x31,0x44,0x0,0x0,0x2,0xB4,0x3A, 0x31,0x45,0x0,0x0,0x2,0x19,0x82, 0x31,0x46,0x0,0x0,0x2,0xB4,0x4A, 0x31,0x47,0x0,0x0,0x2,0x19,0xA2, 0x31,0x48,0x0,0x0,0x2,0x19,0xC2, 0x31,0x49,0x0,0x0,0x2,0xB4,0x5A, 0x31,0x4A,0x0,0x0,0x2,0x19,0xE2, 0x31,0x4B,0x0,0x0,0x2,0x1A,0x2, 0x31,0x4C,0x0,0x0,0x2,0x1A,0x22, 0x31,0x4D,0x0,0x0,0x2,0x1A,0x42, 0x31,0x4E,0x0,0x0,0x2,0x1A,0x62, 0x31,0x4F,0x0,0x0,0x2,0xB4,0x6A, 0x31,0x50,0x0,0x0,0x2,0xB4,0x7A, 0x31,0x51,0x0,0x0,0x2,0xB4,0x8A, 0x31,0x52,0x0,0x0,0x2,0xB4,0x9A, 0x31,0x53,0x0,0x0,0x2,0x45,0xAA, 0x31,0x54,0x0,0x0,0x2,0xB4,0xAA, 0x31,0x55,0x0,0x0,0x2,0xB4,0xBA, 0x31,0x56,0x0,0x0,0x2,0xB4,0xCA, 0x31,0x57,0x0,0x0,0x2,0xB4,0xDA, 0x31,0x58,0x0,0x0,0x2,0xB4,0xEA, 0x31,0x59,0x0,0x0,0x2,0x1D,0xFA, 0x31,0x5A,0x0,0x0,0x2,0xB4,0xFA, 0x31,0x5B,0x0,0x0,0x2,0x1D,0xAA, 0x31,0x5C,0x0,0x0,0x2,0x45,0xC2, 0x31,0x5D,0x0,0x0,0x2,0x46,0xA, 0x31,0x5E,0x0,0x0,0x2,0x46,0x52, 0x31,0x5F,0x0,0x0,0x2,0x46,0x9A, 0x31,0x60,0x0,0x0,0x2,0x46,0xE2, 0x31,0x61,0x0,0x0,0x2,0xB5,0xA, 0x31,0x62,0x0,0x0,0x2,0xB5,0x1A, 0x31,0x63,0x0,0x0,0x2,0xB5,0x2A, 0x31,0x64,0x0,0x0,0x0,0x0,0x3, 0x31,0x65,0x0,0x0,0x2,0xB5,0x3A, 0x31,0x66,0x0,0x0,0x2,0xB5,0x4A, 0x31,0x67,0x0,0x0,0x2,0xB5,0x5A, 0x31,0x68,0x0,0x0,0x2,0xB5,0x6A, 0x31,0x69,0x0,0x0,0x2,0xAE,0xB2, 0x31,0x6A,0x0,0x0,0x2,0xB5,0x7A, 0x31,0x6B,0x0,0x0,0x2,0xB5,0x8A, 0x31,0x6C,0x0,0x0,0x2,0xB5,0x9A, 0x31,0x6D,0x0,0x0,0x2,0xB5,0xAA, 0x31,0x6E,0x0,0x0,0x2,0xB5,0xBA, 0x31,0x6F,0x0,0x0,0x2,0xB5,0xCA, 0x31,0x70,0x0,0x0,0x2,0xB5,0xDA, 0x31,0x71,0x0,0x0,0x2,0xB5,0xEA, 0x31,0x72,0x0,0x0,0x2,0xB5,0xFA, 0x31,0x73,0x0,0x0,0x2,0xB6,0xA, 0x31,0x74,0x0,0x0,0x2,0xB6,0x1A, 0x31,0x75,0x0,0x0,0x2,0xB6,0x2A, 0x31,0x76,0x0,0x0,0x2,0xB6,0x3A, 0x31,0x77,0x0,0x0,0x2,0xB6,0x4A, 0x31,0x78,0x0,0x0,0x2,0xB6,0x5A, 0x31,0x79,0x0,0x0,0x2,0xB6,0x6A, 0x31,0x7A,0x0,0x0,0x2,0xB6,0x7A, 0x31,0x7B,0x0,0x0,0x2,0xB6,0x8A, 0x31,0x7C,0x0,0x0,0x2,0xB6,0x9A, 0x31,0x7D,0x0,0x0,0x2,0xB6,0xAA, 0x31,0x7E,0x0,0x0,0x2,0xB6,0xBA, 0x31,0x7F,0x0,0x0,0x2,0xB6,0xCA, 0x31,0x80,0x0,0x0,0x2,0xB6,0xDA, 0x31,0x81,0x0,0x0,0x2,0xB6,0xEA, 0x31,0x82,0x0,0x0,0x2,0xB6,0xFA, 0x31,0x83,0x0,0x0,0x2,0xB7,0xA, 0x31,0x84,0x0,0x0,0x2,0x71,0xB2, 0x31,0x85,0x0,0x0,0x2,0x45,0x92, 0x31,0x86,0x0,0x0,0x2,0xB7,0x1A, 0x31,0x87,0x0,0x0,0x2,0xB7,0x2A, 0x31,0x88,0x0,0x0,0x2,0xB7,0x3A, 0x31,0x89,0x0,0x0,0x2,0xB7,0x4A, 0x31,0x8A,0x0,0x0,0x2,0xB7,0x5A, 0x31,0x8B,0x0,0x0,0x2,0xB7,0x6A, 0x31,0x8C,0x0,0x0,0x2,0xB7,0x7A, 0x31,0x8D,0x0,0x0,0x2,0xB7,0x8A, 0x31,0x8E,0x0,0x0,0x2,0xB7,0x9A, 0x31,0x8F,0x0,0x0,0x0,0x0,0x3, 0x31,0x90,0x0,0x1,0x0,0x0,0x1, 0x31,0x92,0x0,0x0,0x2,0x1C,0xDA, 0x31,0x93,0x0,0x0,0x2,0x1D,0x2, 0x31,0x94,0x0,0x0,0x2,0x1D,0x2A, 0x31,0x95,0x0,0x0,0x2,0x1D,0x52, 0x31,0x96,0x0,0x0,0x2,0xB7,0xAA, 0x31,0x97,0x0,0x0,0x2,0xB7,0xC2, 0x31,0x98,0x0,0x0,0x2,0xB7,0xDA, 0x31,0x99,0x0,0x0,0x2,0xB7,0xF2, 0x31,0x9A,0x0,0x0,0x2,0xA0,0xB2, 0x31,0x9B,0x0,0x0,0x2,0xB8,0xA, 0x31,0x9C,0x0,0x0,0x2,0xB8,0x22, 0x31,0x9D,0x0,0x0,0x2,0xB8,0x3A, 0x31,0x9E,0x0,0x0,0x2,0xB8,0x52, 0x31,0x9F,0x0,0x0,0x2,0xA0,0xFA, 0x31,0xA0,0x0,0x1A,0x0,0x0,0x1, 0x31,0xBB,0x0,0x4,0x0,0x0,0x3, 0x31,0xC0,0x0,0x23,0x0,0x0,0x1, 0x31,0xE4,0x0,0xB,0x0,0x0,0x3, 0x31,0xF0,0x0,0xF,0x0,0x0,0x1, 0x32,0x0,0x0,0x0,0x6,0x18,0xBC, 0x32,0x1,0x0,0x0,0x6,0x18,0xDC, 0x32,0x2,0x0,0x0,0x6,0x18,0xFC, 0x32,0x3,0x0,0x0,0x6,0x19,0x1C, 0x32,0x4,0x0,0x0,0x6,0x19,0x3C, 0x32,0x5,0x0,0x0,0x6,0x19,0x5C, 0x32,0x6,0x0,0x0,0x6,0x19,0x7C, 0x32,0x7,0x0,0x0,0x6,0x19,0x9C, 0x32,0x8,0x0,0x0,0x6,0x19,0xBC, 0x32,0x9,0x0,0x0,0x6,0x19,0xDC, 0x32,0xA,0x0,0x0,0x6,0x19,0xFC, 0x32,0xB,0x0,0x0,0x6,0x1A,0x1C, 0x32,0xC,0x0,0x0,0x6,0x1A,0x3C, 0x32,0xD,0x0,0x0,0x6,0x1A,0x5C, 0x32,0xE,0x0,0x0,0x6,0x1A,0x7C, 0x32,0xF,0x0,0x0,0x6,0x1A,0xA4, 0x32,0x10,0x0,0x0,0x6,0x1A,0xCC, 0x32,0x11,0x0,0x0,0x6,0x1A,0xF4, 0x32,0x12,0x0,0x0,0x6,0x1B,0x1C, 0x32,0x13,0x0,0x0,0x6,0x1B,0x44, 0x32,0x14,0x0,0x0,0x6,0x1B,0x6C, 0x32,0x15,0x0,0x0,0x6,0x1B,0x94, 0x32,0x16,0x0,0x0,0x6,0x1B,0xBC, 0x32,0x17,0x0,0x0,0x6,0x1B,0xE4, 0x32,0x18,0x0,0x0,0x6,0x1C,0xC, 0x32,0x19,0x0,0x0,0x6,0x1C,0x34, 0x32,0x1A,0x0,0x0,0x6,0x1C,0x5C, 0x32,0x1B,0x0,0x0,0x6,0x1C,0x84, 0x32,0x1C,0x0,0x0,0x6,0x1C,0xAC, 0x32,0x1D,0x0,0x0,0x8,0x8,0xA4, 0x32,0x1E,0x0,0x0,0x8,0x8,0xE4, 0x32,0x1F,0x0,0x0,0x0,0x0,0x3, 0x32,0x20,0x0,0x0,0x6,0x1C,0xD4, 0x32,0x21,0x0,0x0,0x6,0x1C,0xFC, 0x32,0x22,0x0,0x0,0x6,0x1D,0x24, 0x32,0x23,0x0,0x0,0x6,0x1D,0x4C, 0x32,0x24,0x0,0x0,0x6,0x1D,0x74, 0x32,0x25,0x0,0x0,0x6,0x1D,0x9C, 0x32,0x26,0x0,0x0,0x6,0x1D,0xC4, 0x32,0x27,0x0,0x0,0x6,0x1D,0xEC, 0x32,0x28,0x0,0x0,0x6,0x1E,0x14, 0x32,0x29,0x0,0x0,0x6,0x1E,0x3C, 0x32,0x2A,0x0,0x0,0x6,0x1E,0x64, 0x32,0x2B,0x0,0x0,0x6,0x1E,0x8C, 0x32,0x2C,0x0,0x0,0x6,0x1E,0xB4, 0x32,0x2D,0x0,0x0,0x6,0x1E,0xDC, 0x32,0x2E,0x0,0x0,0x6,0x1F,0x4, 0x32,0x2F,0x0,0x0,0x6,0x1F,0x2C, 0x32,0x30,0x0,0x0,0x6,0x1F,0x54, 0x32,0x31,0x0,0x0,0x6,0x1F,0x7C, 0x32,0x32,0x0,0x0,0x6,0x1F,0xA4, 0x32,0x33,0x0,0x0,0x6,0x1F,0xCC, 0x32,0x34,0x0,0x0,0x6,0x1F,0xF4, 0x32,0x35,0x0,0x0,0x6,0x20,0x1C, 0x32,0x36,0x0,0x0,0x6,0x20,0x44, 0x32,0x37,0x0,0x0,0x6,0x20,0x6C, 0x32,0x38,0x0,0x0,0x6,0x20,0x94, 0x32,0x39,0x0,0x0,0x6,0x20,0xBC, 0x32,0x3A,0x0,0x0,0x6,0x20,0xE4, 0x32,0x3B,0x0,0x0,0x6,0x21,0xC, 0x32,0x3C,0x0,0x0,0x6,0x21,0x34, 0x32,0x3D,0x0,0x0,0x6,0x21,0x5C, 0x32,0x3E,0x0,0x0,0x6,0x21,0x84, 0x32,0x3F,0x0,0x0,0x6,0x21,0xAC, 0x32,0x40,0x0,0x0,0x6,0x21,0xD4, 0x32,0x41,0x0,0x0,0x6,0x21,0xFC, 0x32,0x42,0x0,0x0,0x6,0x22,0x24, 0x32,0x43,0x0,0x0,0x6,0x22,0x4C, 0x32,0x44,0x0,0x0,0x2,0xB8,0x6A, 0x32,0x45,0x0,0x0,0x2,0xB8,0x82, 0x32,0x46,0x0,0x0,0x2,0xA6,0xA, 0x32,0x47,0x0,0x0,0x2,0xB8,0x9A, 0x32,0x48,0x0,0x7,0x0,0x0,0x1, 0x32,0x50,0x0,0x0,0x6,0x22,0x72, 0x32,0x51,0x0,0x0,0x4,0x6,0xB2, 0x32,0x52,0x0,0x0,0x4,0x2B,0xA2, 0x32,0x53,0x0,0x0,0x4,0x10,0x6A, 0x32,0x54,0x0,0x0,0x4,0x2B,0xF2, 0x32,0x55,0x0,0x0,0x4,0x30,0xAA, 0x32,0x56,0x0,0x0,0x4,0x30,0xD2, 0x32,0x57,0x0,0x0,0x4,0x30,0xFA, 0x32,0x58,0x0,0x0,0x4,0x31,0x22, 0x32,0x59,0x0,0x0,0x4,0x31,0x4A, 0x32,0x5A,0x0,0x0,0x4,0x31,0x72, 0x32,0x5B,0x0,0x0,0x4,0x13,0x92, 0x32,0x5C,0x0,0x0,0x4,0x13,0x72, 0x32,0x5D,0x0,0x0,0x4,0x57,0xAA, 0x32,0x5E,0x0,0x0,0x4,0x57,0xBA, 0x32,0x5F,0x0,0x0,0x4,0x57,0xCA, 0x32,0x60,0x0,0x0,0x2,0x18,0xC2, 0x32,0x61,0x0,0x0,0x2,0x18,0xE2, 0x32,0x62,0x0,0x0,0x2,0x19,0x2, 0x32,0x63,0x0,0x0,0x2,0x19,0x22, 0x32,0x64,0x0,0x0,0x2,0x19,0x42, 0x32,0x65,0x0,0x0,0x2,0x19,0x62, 0x32,0x66,0x0,0x0,0x2,0x19,0x82, 0x32,0x67,0x0,0x0,0x2,0x19,0xA2, 0x32,0x68,0x0,0x0,0x2,0x19,0xC2, 0x32,0x69,0x0,0x0,0x2,0x19,0xE2, 0x32,0x6A,0x0,0x0,0x2,0x1A,0x2, 0x32,0x6B,0x0,0x0,0x2,0x1A,0x22, 0x32,0x6C,0x0,0x0,0x2,0x1A,0x42, 0x32,0x6D,0x0,0x0,0x2,0x1A,0x62, 0x32,0x6E,0x0,0x0,0x2,0x1A,0x82, 0x32,0x6F,0x0,0x0,0x2,0x1A,0xAA, 0x32,0x70,0x0,0x0,0x2,0x1A,0xD2, 0x32,0x71,0x0,0x0,0x2,0x1A,0xFA, 0x32,0x72,0x0,0x0,0x2,0x1B,0x22, 0x32,0x73,0x0,0x0,0x2,0x1B,0x4A, 0x32,0x74,0x0,0x0,0x2,0x1B,0x72, 0x32,0x75,0x0,0x0,0x2,0x1B,0x9A, 0x32,0x76,0x0,0x0,0x2,0x1B,0xC2, 0x32,0x77,0x0,0x0,0x2,0x1B,0xEA, 0x32,0x78,0x0,0x0,0x2,0x1C,0x12, 0x32,0x79,0x0,0x0,0x2,0x1C,0x3A, 0x32,0x7A,0x0,0x0,0x2,0x1C,0x62, 0x32,0x7B,0x0,0x0,0x2,0x1C,0x8A, 0x32,0x7C,0x0,0x0,0x4,0x57,0xDA, 0x32,0x7D,0x0,0x0,0x4,0x58,0xA, 0x32,0x7E,0x0,0x0,0x2,0xB8,0xB2, 0x32,0x7F,0x0,0x0,0x0,0x0,0x1, 0x32,0x80,0x0,0x0,0x2,0x1C,0xDA, 0x32,0x81,0x0,0x0,0x2,0x1D,0x2, 0x32,0x82,0x0,0x0,0x2,0x1D,0x2A, 0x32,0x83,0x0,0x0,0x2,0x1D,0x52, 0x32,0x84,0x0,0x0,0x2,0x1D,0x7A, 0x32,0x85,0x0,0x0,0x2,0x1D,0xA2, 0x32,0x86,0x0,0x0,0x2,0x1D,0xCA, 0x32,0x87,0x0,0x0,0x2,0x1D,0xF2, 0x32,0x88,0x0,0x0,0x2,0x1E,0x1A, 0x32,0x89,0x0,0x0,0x2,0x1E,0x42, 0x32,0x8A,0x0,0x0,0x2,0x1E,0x6A, 0x32,0x8B,0x0,0x0,0x2,0x1E,0x92, 0x32,0x8C,0x0,0x0,0x2,0x1E,0xBA, 0x32,0x8D,0x0,0x0,0x2,0x1E,0xE2, 0x32,0x8E,0x0,0x0,0x2,0x1F,0xA, 0x32,0x8F,0x0,0x0,0x2,0x1F,0x32, 0x32,0x90,0x0,0x0,0x2,0x1F,0x5A, 0x32,0x91,0x0,0x0,0x2,0xE,0x22, 0x32,0x92,0x0,0x0,0x2,0x1F,0xAA, 0x32,0x93,0x0,0x0,0x2,0xE,0x6A, 0x32,0x94,0x0,0x0,0x2,0x1F,0xFA, 0x32,0x95,0x0,0x0,0x2,0x20,0x22, 0x32,0x96,0x0,0x0,0x2,0x20,0x4A, 0x32,0x97,0x0,0x0,0x2,0x20,0x72, 0x32,0x98,0x0,0x0,0x2,0x20,0x9A, 0x32,0x99,0x0,0x0,0x2,0xB8,0xCA, 0x32,0x9A,0x0,0x0,0x2,0xB8,0xE2, 0x32,0x9B,0x0,0x0,0x2,0xA3,0x52, 0x32,0x9C,0x0,0x0,0x2,0xB8,0xFA, 0x32,0x9D,0x0,0x0,0x2,0xB9,0x12, 0x32,0x9E,0x0,0x0,0x2,0xB9,0x2A, 0x32,0x9F,0x0,0x0,0x2,0xB9,0x42, 0x32,0xA0,0x0,0x0,0x2,0xB9,0x5A, 0x32,0xA1,0x0,0x0,0x2,0x22,0x2, 0x32,0xA2,0x0,0x0,0x2,0xB9,0x72, 0x32,0xA3,0x0,0x0,0x2,0x5C,0x12, 0x32,0xA4,0x0,0x0,0x2,0xB7,0xAA, 0x32,0xA5,0x0,0x0,0x2,0xB7,0xC2, 0x32,0xA6,0x0,0x0,0x2,0xB7,0xDA, 0x32,0xA7,0x0,0x0,0x2,0xB9,0x8A, 0x32,0xA8,0x0,0x0,0x2,0xB9,0xA2, 0x32,0xA9,0x0,0x0,0x2,0xB9,0xBA, 0x32,0xAA,0x0,0x0,0x2,0xB9,0xD2, 0x32,0xAB,0x0,0x0,0x2,0x21,0x12, 0x32,0xAC,0x0,0x0,0x2,0x21,0x3A, 0x32,0xAD,0x0,0x0,0x2,0x21,0x62, 0x32,0xAE,0x0,0x0,0x2,0x21,0x8A, 0x32,0xAF,0x0,0x0,0x2,0x21,0xB2, 0x32,0xB0,0x0,0x0,0x2,0xB9,0xEA, 0x32,0xB1,0x0,0x0,0x4,0x58,0x3A, 0x32,0xB2,0x0,0x0,0x4,0x58,0x4A, 0x32,0xB3,0x0,0x0,0x4,0x58,0x5A, 0x32,0xB4,0x0,0x0,0x4,0x58,0x6A, 0x32,0xB5,0x0,0x0,0x4,0x58,0x7A, 0x32,0xB6,0x0,0x0,0x4,0x10,0x4A, 0x32,0xB7,0x0,0x0,0x4,0x58,0x8A, 0x32,0xB8,0x0,0x0,0x4,0x57,0xC2, 0x32,0xB9,0x0,0x0,0x4,0x58,0x9A, 0x32,0xBA,0x0,0x0,0x4,0x58,0xAA, 0x32,0xBB,0x0,0x0,0x4,0x58,0xBA, 0x32,0xBC,0x0,0x0,0x4,0x58,0xCA, 0x32,0xBD,0x0,0x0,0x4,0x58,0xDA, 0x32,0xBE,0x0,0x0,0x4,0x58,0xEA, 0x32,0xBF,0x0,0x0,0x4,0x58,0xFA, 0x32,0xC0,0x0,0x0,0x4,0x22,0xBA, 0x32,0xC1,0x0,0x0,0x4,0x22,0xE2, 0x32,0xC2,0x0,0x0,0x4,0x59,0xA, 0x32,0xC3,0x0,0x0,0x4,0x59,0x2A, 0x32,0xC4,0x0,0x0,0x4,0x59,0x4A, 0x32,0xC5,0x0,0x0,0x4,0x59,0x6A, 0x32,0xC6,0x0,0x0,0x4,0x59,0x8A, 0x32,0xC7,0x0,0x0,0x4,0x59,0xAA, 0x32,0xC8,0x0,0x0,0x4,0x59,0xCA, 0x32,0xC9,0x0,0x0,0x6,0x22,0x8A, 0x32,0xCA,0x0,0x0,0x6,0x22,0xB2, 0x32,0xCB,0x0,0x0,0x6,0x22,0xDA, 0x32,0xCC,0x0,0x0,0x4,0x59,0xEA, 0x32,0xCD,0x0,0x0,0x6,0x23,0x2, 0x32,0xCE,0x0,0x0,0x4,0x59,0xFA, 0x32,0xCF,0x0,0x0,0x6,0x23,0x1A, 0x32,0xD0,0x0,0x0,0x2,0x4,0x5A, 0x32,0xD1,0x0,0x0,0x2,0x3,0x8A, 0x32,0xD2,0x0,0x0,0x2,0x23,0x92, 0x32,0xD3,0x0,0x0,0x2,0x2,0x1A, 0x32,0xD4,0x0,0x0,0x2,0x23,0xC2, 0x32,0xD5,0x0,0x0,0x2,0xA,0x42, 0x32,0xD6,0x0,0x0,0x2,0x1,0x82, 0x32,0xD7,0x0,0x0,0x2,0x2,0x3A, 0x32,0xD8,0x0,0x0,0x2,0x24,0xE2, 0x32,0xD9,0x0,0x0,0x2,0x25,0x12, 0x32,0xDA,0x0,0x0,0x2,0x3,0xAA, 0x32,0xDB,0x0,0x0,0x2,0x5,0xA, 0x32,0xDC,0x0,0x0,0x2,0x2,0x2A, 0x32,0xDD,0x0,0x0,0x2,0x4,0x1A, 0x32,0xDE,0x0,0x0,0x2,0x5A,0xDA, 0x32,0xDF,0x0,0x0,0x2,0x5,0x5A, 0x32,0xE0,0x0,0x0,0x2,0x3,0xCA, 0x32,0xE1,0x0,0x0,0x2,0x26,0x22, 0x32,0xE2,0x0,0x0,0x2,0xBA,0x2, 0x32,0xE3,0x0,0x0,0x2,0x1,0xC2, 0x32,0xE4,0x0,0x0,0x2,0x25,0x32, 0x32,0xE5,0x0,0x0,0x2,0x9,0xF2, 0x32,0xE6,0x0,0x0,0x2,0xBA,0x12, 0x32,0xE7,0x0,0x0,0x2,0xB,0x92, 0x32,0xE8,0x0,0x0,0x2,0x25,0xD2, 0x32,0xE9,0x0,0x0,0x2,0x26,0x2, 0x32,0xEA,0x0,0x0,0x2,0x26,0xE2, 0x32,0xEB,0x0,0x0,0x2,0x4,0x9A, 0x32,0xEC,0x0,0x0,0x2,0x5,0x3A, 0x32,0xED,0x0,0x0,0x2,0x28,0x12, 0x32,0xEE,0x0,0x0,0x2,0x5,0x8A, 0x32,0xEF,0x0,0x0,0x2,0x5,0xDA, 0x32,0xF0,0x0,0x0,0x2,0x2,0xAA, 0x32,0xF1,0x0,0x0,0x2,0x1,0xA2, 0x32,0xF2,0x0,0x0,0x2,0xBA,0x22, 0x32,0xF3,0x0,0x0,0x2,0x29,0x2, 0x32,0xF4,0x0,0x0,0x2,0x29,0x62, 0x32,0xF5,0x0,0x0,0x2,0xBA,0x32, 0x32,0xF6,0x0,0x0,0x2,0x2,0x9A, 0x32,0xF7,0x0,0x0,0x2,0x5,0xEA, 0x32,0xF8,0x0,0x0,0x2,0x1,0xD2, 0x32,0xF9,0x0,0x0,0x2,0x6,0x2A, 0x32,0xFA,0x0,0x0,0x2,0x1,0x92, 0x32,0xFB,0x0,0x0,0x2,0x2,0xDA, 0x32,0xFC,0x0,0x0,0x2,0xBA,0x42, 0x32,0xFD,0x0,0x0,0x2,0xBA,0x52, 0x32,0xFE,0x0,0x0,0x2,0xBA,0x62, 0x32,0xFF,0x0,0x0,0x0,0x0,0x3, 0x33,0x0,0x0,0x0,0x8,0x9,0x22, 0x33,0x1,0x0,0x0,0x8,0x9,0x62, 0x33,0x2,0x0,0x0,0x8,0x9,0xA2, 0x33,0x3,0x0,0x0,0x6,0x23,0x32, 0x33,0x4,0x0,0x0,0x8,0x9,0xE2, 0x33,0x5,0x0,0x0,0x6,0x23,0x62, 0x33,0x6,0x0,0x0,0x6,0x23,0x92, 0x33,0x7,0x0,0x0,0xA,0x2,0x1A, 0x33,0x8,0x0,0x0,0x8,0xA,0x22, 0x33,0x9,0x0,0x0,0x6,0x23,0xC2, 0x33,0xA,0x0,0x0,0x6,0x23,0xF2, 0x33,0xB,0x0,0x0,0x6,0x24,0x22, 0x33,0xC,0x0,0x0,0x8,0xA,0x62, 0x33,0xD,0x0,0x0,0x8,0xA,0xA2, 0x33,0xE,0x0,0x0,0x6,0x24,0x52, 0x33,0xF,0x0,0x0,0x6,0x24,0x82, 0x33,0x10,0x0,0x0,0x4,0x5A,0xA, 0x33,0x11,0x0,0x0,0x6,0x24,0xB2, 0x33,0x12,0x0,0x0,0x8,0xA,0xE2, 0x33,0x13,0x0,0x0,0x8,0xB,0x22, 0x33,0x14,0x0,0x0,0x4,0x1,0x82, 0x33,0x15,0x0,0x0,0xA,0x2,0x6A, 0x33,0x16,0x0,0x0,0xC,0x1,0x82, 0x33,0x17,0x0,0x0,0xA,0x2,0xBA, 0x33,0x18,0x0,0x0,0x6,0x2,0x8A, 0x33,0x19,0x0,0x0,0xA,0x3,0xA, 0x33,0x1A,0x0,0x0,0xA,0x3,0x5A, 0x33,0x1B,0x0,0x0,0x8,0xB,0x62, 0x33,0x1C,0x0,0x0,0x6,0x24,0xE2, 0x33,0x1D,0x0,0x0,0x6,0x25,0x12, 0x33,0x1E,0x0,0x0,0x6,0x25,0x42, 0x33,0x1F,0x0,0x0,0x8,0xB,0xA2, 0x33,0x20,0x0,0x0,0xA,0x3,0xAA, 0x33,0x21,0x0,0x0,0x8,0xB,0xE2, 0x33,0x22,0x0,0x0,0x6,0x25,0x72, 0x33,0x23,0x0,0x0,0x6,0x4,0x1A, 0x33,0x24,0x0,0x0,0x6,0x25,0xA2, 0x33,0x25,0x0,0x0,0x4,0x5A,0x2A, 0x33,0x26,0x0,0x0,0x4,0x5A,0x4A, 0x33,0x27,0x0,0x0,0x4,0x3,0x3A, 0x33,0x28,0x0,0x0,0x4,0x5A,0x6A, 0x33,0x29,0x0,0x0,0x6,0x25,0xD2, 0x33,0x2A,0x0,0x0,0x6,0x26,0x2, 0x33,0x2B,0x0,0x0,0xA,0x3,0xFA, 0x33,0x2C,0x0,0x0,0x6,0x26,0x32, 0x33,0x2D,0x0,0x0,0x8,0xC,0x22, 0x33,0x2E,0x0,0x0,0xA,0x4,0x4A, 0x33,0x2F,0x0,0x0,0x6,0x26,0x62, 0x33,0x30,0x0,0x0,0x4,0x5A,0x8A, 0x33,0x31,0x0,0x0,0x4,0x5A,0xAA, 0x33,0x32,0x0,0x0,0xA,0x4,0x9A, 0x33,0x33,0x0,0x0,0x8,0xC,0x62, 0x33,0x34,0x0,0x0,0xA,0x4,0xEA, 0x33,0x35,0x0,0x0,0x6,0x26,0x92, 0x33,0x36,0x0,0x0,0xA,0x5,0x3A, 0x33,0x37,0x0,0x0,0x4,0x5A,0xCA, 0x33,0x38,0x0,0x0,0x6,0x26,0xC2, 0x33,0x39,0x0,0x0,0x6,0x26,0xF2, 0x33,0x3A,0x0,0x0,0x6,0x27,0x22, 0x33,0x3B,0x0,0x0,0x6,0x27,0x52, 0x33,0x3C,0x0,0x0,0x6,0x27,0x82, 0x33,0x3D,0x0,0x0,0x8,0xC,0xA2, 0x33,0x3E,0x0,0x0,0x6,0x27,0xB2, 0x33,0x3F,0x0,0x0,0x4,0x5A,0xEA, 0x33,0x40,0x0,0x0,0x6,0x27,0xE2, 0x33,0x41,0x0,0x0,0x6,0x28,0x12, 0x33,0x42,0x0,0x0,0x6,0x28,0x42, 0x33,0x43,0x0,0x0,0x8,0xC,0xE2, 0x33,0x44,0x0,0x0,0x6,0x28,0x72, 0x33,0x45,0x0,0x0,0x6,0x28,0xA2, 0x33,0x46,0x0,0x0,0x6,0x28,0xD2, 0x33,0x47,0x0,0x0,0xA,0x5,0x8A, 0x33,0x48,0x0,0x0,0x8,0xD,0x22, 0x33,0x49,0x0,0x0,0x4,0x5,0xDA, 0x33,0x4A,0x0,0x0,0xA,0x5,0xDA, 0x33,0x4B,0x0,0x0,0x4,0xD,0x62, 0x33,0x4C,0x0,0x0,0x8,0xD,0x62, 0x33,0x4D,0x0,0x0,0x8,0x1,0xA2, 0x33,0x4E,0x0,0x0,0x6,0x29,0x2, 0x33,0x4F,0x0,0x0,0x6,0x29,0x32, 0x33,0x50,0x0,0x0,0x6,0x29,0x62, 0x33,0x51,0x0,0x0,0x8,0xD,0xA2, 0x33,0x52,0x0,0x0,0x4,0x5B,0xA, 0x33,0x53,0x0,0x0,0x6,0x29,0x92, 0x33,0x54,0x0,0x0,0x8,0xD,0xE2, 0x33,0x55,0x0,0x0,0x4,0x5B,0x2A, 0x33,0x56,0x0,0x0,0xA,0x6,0x2A, 0x33,0x57,0x0,0x0,0x6,0x2,0xDA, 0x33,0x58,0x0,0x0,0x4,0x29,0xCA, 0x33,0x59,0x0,0x0,0x4,0x29,0xF2, 0x33,0x5A,0x0,0x0,0x4,0x2A,0x1A, 0x33,0x5B,0x0,0x0,0x4,0x2A,0x42, 0x33,0x5C,0x0,0x0,0x4,0x2A,0x6A, 0x33,0x5D,0x0,0x0,0x4,0x2A,0x92, 0x33,0x5E,0x0,0x0,0x4,0x2A,0xBA, 0x33,0x5F,0x0,0x0,0x4,0x2A,0xE2, 0x33,0x60,0x0,0x0,0x4,0x2B,0xA, 0x33,0x61,0x0,0x0,0x4,0x2B,0x32, 0x33,0x62,0x0,0x0,0x6,0x29,0xC2, 0x33,0x63,0x0,0x0,0x6,0x29,0xEA, 0x33,0x64,0x0,0x0,0x6,0x2A,0x12, 0x33,0x65,0x0,0x0,0x6,0x2A,0x3A, 0x33,0x66,0x0,0x0,0x6,0x2A,0x62, 0x33,0x67,0x0,0x0,0x6,0x2A,0x8A, 0x33,0x68,0x0,0x0,0x6,0x2A,0xB2, 0x33,0x69,0x0,0x0,0x6,0x2A,0xDA, 0x33,0x6A,0x0,0x0,0x6,0x2B,0x2, 0x33,0x6B,0x0,0x0,0x6,0x2B,0x2A, 0x33,0x6C,0x0,0x0,0x6,0x2B,0x52, 0x33,0x6D,0x0,0x0,0x6,0x2B,0x7A, 0x33,0x6E,0x0,0x0,0x6,0x2B,0xA2, 0x33,0x6F,0x0,0x0,0x6,0x2B,0xCA, 0x33,0x70,0x0,0x0,0x6,0x2B,0xF2, 0x33,0x71,0x0,0x0,0x6,0x2C,0x1A, 0x33,0x72,0x0,0x0,0x4,0x5B,0x4A, 0x33,0x73,0x0,0x0,0x4,0x5B,0x5A, 0x33,0x74,0x0,0x0,0x6,0x2C,0x32, 0x33,0x75,0x0,0x0,0x4,0x5B,0x6A, 0x33,0x76,0x0,0x0,0x4,0x5B,0x7A, 0x33,0x77,0x0,0x0,0x4,0x2C,0x4A, 0x33,0x78,0x0,0x0,0x6,0x2C,0x4A, 0x33,0x79,0x0,0x0,0x6,0x2C,0x62, 0x33,0x7A,0x0,0x0,0x4,0x5B,0x8A, 0x33,0x7B,0x0,0x0,0x4,0x5B,0x9A, 0x33,0x7C,0x0,0x0,0x4,0x5B,0xCA, 0x33,0x7D,0x0,0x0,0x4,0x5B,0xFA, 0x33,0x7E,0x0,0x0,0x4,0x5C,0x2A, 0x33,0x7F,0x0,0x0,0x8,0xE,0x22, 0x33,0x80,0x0,0x0,0x4,0x2C,0x22, 0x33,0x81,0x0,0x0,0x4,0x5C,0x5A, 0x33,0x82,0x0,0x0,0x4,0x5C,0x6A, 0x33,0x83,0x0,0x0,0x4,0x2E,0x2A, 0x33,0x84,0x0,0x0,0x4,0x5C,0x82, 0x33,0x85,0x0,0x0,0x4,0x5C,0x92, 0x33,0x86,0x0,0x0,0x4,0x5C,0xA2, 0x33,0x87,0x0,0x0,0x4,0x5C,0xB2, 0x33,0x88,0x0,0x0,0x6,0xE,0x8A, 0x33,0x89,0x0,0x0,0x8,0xE,0x82, 0x33,0x8A,0x0,0x0,0x4,0x5C,0xC2, 0x33,0x8B,0x0,0x0,0x4,0x5C,0xD2, 0x33,0x8C,0x0,0x0,0x4,0x5C,0xE2, 0x33,0x8D,0x0,0x0,0x4,0x5C,0xFA, 0x33,0x8E,0x0,0x0,0x4,0x5D,0x12, 0x33,0x8F,0x0,0x0,0x4,0xE,0xE2, 0x33,0x90,0x0,0x0,0x4,0x2C,0x82, 0x33,0x91,0x0,0x0,0x6,0x2C,0x7A, 0x33,0x92,0x0,0x0,0x6,0x2C,0x92, 0x33,0x93,0x0,0x0,0x6,0x2C,0xAA, 0x33,0x94,0x0,0x0,0x6,0x2C,0xC2, 0x33,0x95,0x0,0x0,0x4,0x5D,0x22, 0x33,0x96,0x0,0x0,0x4,0x5D,0x3A, 0x33,0x97,0x0,0x0,0x4,0x5D,0x4A, 0x33,0x98,0x0,0x0,0x4,0x5D,0x5A, 0x33,0x99,0x0,0x0,0x4,0x5D,0x6A, 0x33,0x9A,0x0,0x0,0x4,0x5D,0x7A, 0x33,0x9B,0x0,0x0,0x4,0x5D,0x8A, 0x33,0x9C,0x0,0x0,0x4,0x2C,0xDA, 0x33,0x9D,0x0,0x0,0x4,0x2C,0xF2, 0x33,0x9E,0x0,0x0,0x4,0x2D,0xA, 0x33,0x9F,0x0,0x0,0x6,0x2C,0xDA, 0x33,0xA0,0x0,0x0,0x6,0x2C,0xF2, 0x33,0xA1,0x0,0x0,0x4,0x2C,0x52, 0x33,0xA2,0x0,0x0,0x6,0x2D,0xA, 0x33,0xA3,0x0,0x0,0x6,0x2D,0x22, 0x33,0xA4,0x0,0x0,0x6,0x2D,0x3A, 0x33,0xA5,0x0,0x0,0x4,0x2C,0x6A, 0x33,0xA6,0x0,0x0,0x6,0x2D,0x52, 0x33,0xA7,0x0,0x0,0x6,0xE,0xA2, 0x33,0xA8,0x0,0x0,0x8,0xE,0xA2, 0x33,0xA9,0x0,0x0,0x4,0x2C,0x22, 0x33,0xAA,0x0,0x0,0x6,0x2D,0x6A, 0x33,0xAB,0x0,0x0,0x6,0x2D,0x82, 0x33,0xAC,0x0,0x0,0x6,0x2D,0x9A, 0x33,0xAD,0x0,0x0,0x6,0x1,0xE2, 0x33,0xAE,0x0,0x0,0xA,0x1,0xE2, 0x33,0xAF,0x0,0x0,0xC,0x1,0xE2, 0x33,0xB0,0x0,0x0,0x4,0x5D,0xA2, 0x33,0xB1,0x0,0x0,0x4,0x5D,0xB2, 0x33,0xB2,0x0,0x0,0x4,0x5D,0xC2, 0x33,0xB3,0x0,0x0,0x4,0x5D,0xDA, 0x33,0xB4,0x0,0x0,0x4,0x48,0x42, 0x33,0xB5,0x0,0x0,0x4,0x5D,0xEA, 0x33,0xB6,0x0,0x0,0x4,0x5D,0xFA, 0x33,0xB7,0x0,0x0,0x4,0x2E,0xA, 0x33,0xB8,0x0,0x0,0x4,0x5E,0x12, 0x33,0xB9,0x0,0x0,0x4,0x2E,0xA, 0x33,0xBA,0x0,0x0,0x4,0x5E,0x22, 0x33,0xBB,0x0,0x0,0x4,0x5E,0x32, 0x33,0xBC,0x0,0x0,0x4,0x5E,0x42, 0x33,0xBD,0x0,0x0,0x4,0x5E,0x5A, 0x33,0xBE,0x0,0x0,0x4,0x5E,0x6A, 0x33,0xBF,0x0,0x0,0x4,0x5E,0x5A, 0x33,0xC0,0x0,0x0,0x4,0x5E,0x7A, 0x33,0xC1,0x0,0x0,0x4,0x5E,0x92, 0x33,0xC2,0x0,0x0,0x0,0x0,0x3, 0x33,0xC3,0x0,0x0,0x4,0x5E,0xAA, 0x33,0xC4,0x0,0x0,0x4,0x5E,0xBA, 0x33,0xC5,0x0,0x0,0x4,0x5E,0xCA, 0x33,0xC6,0x0,0x0,0x8,0xE,0xCA, 0x33,0xC7,0x0,0x0,0x0,0x0,0x3, 0x33,0xC8,0x0,0x0,0x4,0x5E,0xDA, 0x33,0xC9,0x0,0x0,0x4,0x5E,0xEA, 0x33,0xCA,0x0,0x0,0x4,0x5E,0xFA, 0x33,0xCB,0x0,0x0,0x4,0x2C,0x1A, 0x33,0xCC,0x0,0x0,0x4,0x5F,0xA, 0x33,0xCD,0x0,0x0,0x4,0x5F,0x1A, 0x33,0xCE,0x0,0x0,0x4,0x2D,0xA, 0x33,0xCF,0x0,0x0,0x4,0x5F,0x2A, 0x33,0xD0,0x0,0x0,0x4,0xE,0x9A, 0x33,0xD1,0x0,0x0,0x4,0x5F,0x3A, 0x33,0xD2,0x0,0x0,0x6,0x2D,0xB2, 0x33,0xD3,0x0,0x0,0x4,0x5F,0x4A, 0x33,0xD4,0x0,0x0,0x4,0x5C,0xA2, 0x33,0xD5,0x0,0x0,0x6,0x2D,0xCA, 0x33,0xD6,0x0,0x0,0x6,0x2D,0xE2, 0x33,0xD7,0x0,0x0,0x4,0x5F,0x5A, 0x33,0xD8,0x0,0x0,0x0,0x0,0x3, 0x33,0xD9,0x0,0x0,0x6,0x2D,0xFA, 0x33,0xDA,0x0,0x0,0x4,0x5F,0x6A, 0x33,0xDB,0x0,0x0,0x4,0x5F,0x7A, 0x33,0xDC,0x0,0x0,0x4,0x5F,0x8A, 0x33,0xDD,0x0,0x0,0x4,0x5F,0x9A, 0x33,0xDE,0x0,0x0,0x6,0x2E,0x12, 0x33,0xDF,0x0,0x0,0x6,0x2E,0x32, 0x33,0xE0,0x0,0x0,0x4,0x2E,0x82, 0x33,0xE1,0x0,0x0,0x4,0x2E,0xAA, 0x33,0xE2,0x0,0x0,0x4,0x2E,0xD2, 0x33,0xE3,0x0,0x0,0x4,0x2E,0xFA, 0x33,0xE4,0x0,0x0,0x4,0x2F,0x22, 0x33,0xE5,0x0,0x0,0x4,0x2F,0x4A, 0x33,0xE6,0x0,0x0,0x4,0x2F,0x72, 0x33,0xE7,0x0,0x0,0x4,0x2F,0x9A, 0x33,0xE8,0x0,0x0,0x4,0x2F,0xC2, 0x33,0xE9,0x0,0x0,0x6,0x2E,0x52, 0x33,0xEA,0x0,0x0,0x6,0x2E,0x7A, 0x33,0xEB,0x0,0x0,0x6,0x2E,0xA2, 0x33,0xEC,0x0,0x0,0x6,0x2E,0xCA, 0x33,0xED,0x0,0x0,0x6,0x2E,0xF2, 0x33,0xEE,0x0,0x0,0x6,0x2F,0x1A, 0x33,0xEF,0x0,0x0,0x6,0x2F,0x42, 0x33,0xF0,0x0,0x0,0x6,0x2F,0x6A, 0x33,0xF1,0x0,0x0,0x6,0x2F,0x92, 0x33,0xF2,0x0,0x0,0x6,0x2F,0xBA, 0x33,0xF3,0x0,0x0,0x6,0x2F,0xE2, 0x33,0xF4,0x0,0x0,0x6,0x30,0xA, 0x33,0xF5,0x0,0x0,0x6,0x30,0x32, 0x33,0xF6,0x0,0x0,0x6,0x30,0x5A, 0x33,0xF7,0x0,0x0,0x6,0x30,0x82, 0x33,0xF8,0x0,0x0,0x6,0x30,0xAA, 0x33,0xF9,0x0,0x0,0x6,0x30,0xD2, 0x33,0xFA,0x0,0x0,0x6,0x30,0xFA, 0x33,0xFB,0x0,0x0,0x6,0x31,0x22, 0x33,0xFC,0x0,0x0,0x6,0x31,0x4A, 0x33,0xFD,0x0,0x0,0x6,0x31,0x72, 0x33,0xFE,0x0,0x0,0x6,0x31,0x9A, 0x33,0xFF,0x0,0x0,0x6,0x31,0xC2, 0x34,0x0,0x19,0xB5,0x0,0x0,0x1, 0x4D,0xB6,0x0,0x9,0x0,0x0,0x3, 0x4D,0xC0,0x52,0xC,0x0,0x0,0x1, 0x9F,0xCD,0x0,0x32,0x0,0x0,0x3, 0xA0,0x0,0x4,0x8C,0x0,0x0,0x1, 0xA4,0x8D,0x0,0x2,0x0,0x0,0x3, 0xA4,0x90,0x0,0x36,0x0,0x0,0x1, 0xA4,0xC7,0x0,0x8,0x0,0x0,0x3, 0xA4,0xD0,0x1,0x5B,0x0,0x0,0x1, 0xA6,0x2C,0x0,0x13,0x0,0x0,0x3, 0xA6,0x40,0x0,0x0,0x2,0xBA,0x72, 0xA6,0x41,0x0,0x0,0x0,0x0,0x1, 0xA6,0x42,0x0,0x0,0x2,0xBA,0x8A, 0xA6,0x43,0x0,0x0,0x0,0x0,0x1, 0xA6,0x44,0x0,0x0,0x2,0xBA,0xA2, 0xA6,0x45,0x0,0x0,0x0,0x0,0x1, 0xA6,0x46,0x0,0x0,0x2,0xBA,0xBA, 0xA6,0x47,0x0,0x0,0x0,0x0,0x1, 0xA6,0x48,0x0,0x0,0x2,0xBA,0xD2, 0xA6,0x49,0x0,0x0,0x0,0x0,0x1, 0xA6,0x4A,0x0,0x0,0x2,0xBA,0xEA, 0xA6,0x4B,0x0,0x0,0x0,0x0,0x1, 0xA6,0x4C,0x0,0x0,0x2,0xBB,0x2, 0xA6,0x4D,0x0,0x0,0x0,0x0,0x1, 0xA6,0x4E,0x0,0x0,0x2,0xBB,0x1A, 0xA6,0x4F,0x0,0x0,0x0,0x0,0x1, 0xA6,0x50,0x0,0x0,0x2,0xBB,0x32, 0xA6,0x51,0x0,0x0,0x0,0x0,0x1, 0xA6,0x52,0x0,0x0,0x2,0xBB,0x4A, 0xA6,0x53,0x0,0x0,0x0,0x0,0x1, 0xA6,0x54,0x0,0x0,0x2,0xBB,0x62, 0xA6,0x55,0x0,0x0,0x0,0x0,0x1, 0xA6,0x56,0x0,0x0,0x2,0xBB,0x7A, 0xA6,0x57,0x0,0x0,0x0,0x0,0x1, 0xA6,0x58,0x0,0x0,0x2,0xBB,0x92, 0xA6,0x59,0x0,0x0,0x0,0x0,0x1, 0xA6,0x5A,0x0,0x0,0x2,0xBB,0xAA, 0xA6,0x5B,0x0,0x0,0x0,0x0,0x1, 0xA6,0x5C,0x0,0x0,0x2,0xBB,0xC2, 0xA6,0x5D,0x0,0x0,0x0,0x0,0x1, 0xA6,0x5E,0x0,0x0,0x2,0xBB,0xDA, 0xA6,0x5F,0x0,0x0,0x0,0x0,0x1, 0xA6,0x60,0x0,0x0,0x2,0xBB,0xF2, 0xA6,0x61,0x0,0x0,0x0,0x0,0x1, 0xA6,0x62,0x0,0x0,0x2,0xBC,0xA, 0xA6,0x63,0x0,0x0,0x0,0x0,0x1, 0xA6,0x64,0x0,0x0,0x2,0xBC,0x22, 0xA6,0x65,0x0,0x0,0x0,0x0,0x1, 0xA6,0x66,0x0,0x0,0x2,0xBC,0x3A, 0xA6,0x67,0x0,0x0,0x0,0x0,0x1, 0xA6,0x68,0x0,0x0,0x2,0xBC,0x52, 0xA6,0x69,0x0,0x0,0x0,0x0,0x1, 0xA6,0x6A,0x0,0x0,0x2,0xBC,0x6A, 0xA6,0x6B,0x0,0x0,0x0,0x0,0x1, 0xA6,0x6C,0x0,0x0,0x2,0xBC,0x82, 0xA6,0x6D,0x0,0x12,0x0,0x0,0x1, 0xA6,0x80,0x0,0x0,0x2,0xBC,0x9A, 0xA6,0x81,0x0,0x0,0x0,0x0,0x1, 0xA6,0x82,0x0,0x0,0x2,0xBC,0xB2, 0xA6,0x83,0x0,0x0,0x0,0x0,0x1, 0xA6,0x84,0x0,0x0,0x2,0xBC,0xCA, 0xA6,0x85,0x0,0x0,0x0,0x0,0x1, 0xA6,0x86,0x0,0x0,0x2,0xBC,0xE2, 0xA6,0x87,0x0,0x0,0x0,0x0,0x1, 0xA6,0x88,0x0,0x0,0x2,0xBC,0xFA, 0xA6,0x89,0x0,0x0,0x0,0x0,0x1, 0xA6,0x8A,0x0,0x0,0x2,0xBD,0x12, 0xA6,0x8B,0x0,0x0,0x0,0x0,0x1, 0xA6,0x8C,0x0,0x0,0x2,0xBD,0x2A, 0xA6,0x8D,0x0,0x0,0x0,0x0,0x1, 0xA6,0x8E,0x0,0x0,0x2,0xBD,0x42, 0xA6,0x8F,0x0,0x0,0x0,0x0,0x1, 0xA6,0x90,0x0,0x0,0x2,0xBD,0x5A, 0xA6,0x91,0x0,0x0,0x0,0x0,0x1, 0xA6,0x92,0x0,0x0,0x2,0xBD,0x72, 0xA6,0x93,0x0,0x0,0x0,0x0,0x1, 0xA6,0x94,0x0,0x0,0x2,0xBD,0x8A, 0xA6,0x95,0x0,0x0,0x0,0x0,0x1, 0xA6,0x96,0x0,0x0,0x2,0xBD,0xA2, 0xA6,0x97,0x0,0x0,0x0,0x0,0x1, 0xA6,0x98,0x0,0x6,0x0,0x0,0x3, 0xA6,0x9F,0x0,0x58,0x0,0x0,0x1, 0xA6,0xF8,0x0,0x7,0x0,0x0,0x3, 0xA7,0x0,0x0,0x21,0x0,0x0,0x1, 0xA7,0x22,0x0,0x0,0x2,0xBD,0xBA, 0xA7,0x23,0x0,0x0,0x0,0x0,0x1, 0xA7,0x24,0x0,0x0,0x2,0xBD,0xD2, 0xA7,0x25,0x0,0x0,0x0,0x0,0x1, 0xA7,0x26,0x0,0x0,0x2,0xBD,0xEA, 0xA7,0x27,0x0,0x0,0x0,0x0,0x1, 0xA7,0x28,0x0,0x0,0x2,0xBE,0x2, 0xA7,0x29,0x0,0x0,0x0,0x0,0x1, 0xA7,0x2A,0x0,0x0,0x2,0xBE,0x1A, 0xA7,0x2B,0x0,0x0,0x0,0x0,0x1, 0xA7,0x2C,0x0,0x0,0x2,0xBE,0x32, 0xA7,0x2D,0x0,0x0,0x0,0x0,0x1, 0xA7,0x2E,0x0,0x0,0x2,0xBE,0x4A, 0xA7,0x2F,0x0,0x2,0x0,0x0,0x1, 0xA7,0x32,0x0,0x0,0x2,0xBE,0x62, 0xA7,0x33,0x0,0x0,0x0,0x0,0x1, 0xA7,0x34,0x0,0x0,0x2,0xBE,0x7A, 0xA7,0x35,0x0,0x0,0x0,0x0,0x1, 0xA7,0x36,0x0,0x0,0x2,0xBE,0x92, 0xA7,0x37,0x0,0x0,0x0,0x0,0x1, 0xA7,0x38,0x0,0x0,0x2,0xBE,0xAA, 0xA7,0x39,0x0,0x0,0x0,0x0,0x1, 0xA7,0x3A,0x0,0x0,0x2,0xBE,0xC2, 0xA7,0x3B,0x0,0x0,0x0,0x0,0x1, 0xA7,0x3C,0x0,0x0,0x2,0xBE,0xDA, 0xA7,0x3D,0x0,0x0,0x0,0x0,0x1, 0xA7,0x3E,0x0,0x0,0x2,0xBE,0xF2, 0xA7,0x3F,0x0,0x0,0x0,0x0,0x1, 0xA7,0x40,0x0,0x0,0x2,0xBF,0xA, 0xA7,0x41,0x0,0x0,0x0,0x0,0x1, 0xA7,0x42,0x0,0x0,0x2,0xBF,0x22, 0xA7,0x43,0x0,0x0,0x0,0x0,0x1, 0xA7,0x44,0x0,0x0,0x2,0xBF,0x3A, 0xA7,0x45,0x0,0x0,0x0,0x0,0x1, 0xA7,0x46,0x0,0x0,0x2,0xBF,0x52, 0xA7,0x47,0x0,0x0,0x0,0x0,0x1, 0xA7,0x48,0x0,0x0,0x2,0xBF,0x6A, 0xA7,0x49,0x0,0x0,0x0,0x0,0x1, 0xA7,0x4A,0x0,0x0,0x2,0xBF,0x82, 0xA7,0x4B,0x0,0x0,0x0,0x0,0x1, 0xA7,0x4C,0x0,0x0,0x2,0xBF,0x9A, 0xA7,0x4D,0x0,0x0,0x0,0x0,0x1, 0xA7,0x4E,0x0,0x0,0x2,0xBF,0xB2, 0xA7,0x4F,0x0,0x0,0x0,0x0,0x1, 0xA7,0x50,0x0,0x0,0x2,0xBF,0xCA, 0xA7,0x51,0x0,0x0,0x0,0x0,0x1, 0xA7,0x52,0x0,0x0,0x2,0xBF,0xE2, 0xA7,0x53,0x0,0x0,0x0,0x0,0x1, 0xA7,0x54,0x0,0x0,0x2,0xBF,0xFA, 0xA7,0x55,0x0,0x0,0x0,0x0,0x1, 0xA7,0x56,0x0,0x0,0x2,0xC0,0x12, 0xA7,0x57,0x0,0x0,0x0,0x0,0x1, 0xA7,0x58,0x0,0x0,0x2,0xC0,0x2A, 0xA7,0x59,0x0,0x0,0x0,0x0,0x1, 0xA7,0x5A,0x0,0x0,0x2,0xC0,0x42, 0xA7,0x5B,0x0,0x0,0x0,0x0,0x1, 0xA7,0x5C,0x0,0x0,0x2,0xC0,0x5A, 0xA7,0x5D,0x0,0x0,0x0,0x0,0x1, 0xA7,0x5E,0x0,0x0,0x2,0xC0,0x72, 0xA7,0x5F,0x0,0x0,0x0,0x0,0x1, 0xA7,0x60,0x0,0x0,0x2,0xC0,0x8A, 0xA7,0x61,0x0,0x0,0x0,0x0,0x1, 0xA7,0x62,0x0,0x0,0x2,0xC0,0xA2, 0xA7,0x63,0x0,0x0,0x0,0x0,0x1, 0xA7,0x64,0x0,0x0,0x2,0xC0,0xBA, 0xA7,0x65,0x0,0x0,0x0,0x0,0x1, 0xA7,0x66,0x0,0x0,0x2,0xC0,0xD2, 0xA7,0x67,0x0,0x0,0x0,0x0,0x1, 0xA7,0x68,0x0,0x0,0x2,0xC0,0xEA, 0xA7,0x69,0x0,0x0,0x0,0x0,0x1, 0xA7,0x6A,0x0,0x0,0x2,0xC1,0x2, 0xA7,0x6B,0x0,0x0,0x0,0x0,0x1, 0xA7,0x6C,0x0,0x0,0x2,0xC1,0x1A, 0xA7,0x6D,0x0,0x0,0x0,0x0,0x1, 0xA7,0x6E,0x0,0x0,0x2,0xC1,0x32, 0xA7,0x6F,0x0,0x0,0x0,0x0,0x1, 0xA7,0x70,0x0,0x0,0x2,0xC1,0x32, 0xA7,0x71,0x0,0x7,0x0,0x0,0x1, 0xA7,0x79,0x0,0x0,0x2,0xC1,0x4A, 0xA7,0x7A,0x0,0x0,0x0,0x0,0x1, 0xA7,0x7B,0x0,0x0,0x2,0xC1,0x62, 0xA7,0x7C,0x0,0x0,0x0,0x0,0x1, 0xA7,0x7D,0x0,0x0,0x2,0xC1,0x7A, 0xA7,0x7E,0x0,0x0,0x2,0xC1,0x8A, 0xA7,0x7F,0x0,0x0,0x0,0x0,0x1, 0xA7,0x80,0x0,0x0,0x2,0xC1,0xA2, 0xA7,0x81,0x0,0x0,0x0,0x0,0x1, 0xA7,0x82,0x0,0x0,0x2,0xC1,0xBA, 0xA7,0x83,0x0,0x0,0x0,0x0,0x1, 0xA7,0x84,0x0,0x0,0x2,0xC1,0xD2, 0xA7,0x85,0x0,0x0,0x0,0x0,0x1, 0xA7,0x86,0x0,0x0,0x2,0xC1,0xEA, 0xA7,0x87,0x0,0x3,0x0,0x0,0x1, 0xA7,0x8B,0x0,0x0,0x2,0xC2,0x2, 0xA7,0x8C,0x0,0x0,0x0,0x0,0x1, 0xA7,0x8D,0x0,0x0,0x2,0x8E,0xA, 0xA7,0x8E,0x0,0x0,0x0,0x0,0x1, 0xA7,0x8F,0x0,0x0,0x0,0x0,0x3, 0xA7,0x90,0x0,0x0,0x2,0xC2,0x1A, 0xA7,0x91,0x0,0x0,0x0,0x0,0x1, 0xA7,0x92,0x0,0x0,0x2,0xC2,0x32, 0xA7,0x93,0x0,0x0,0x0,0x0,0x1, 0xA7,0x94,0x0,0xB,0x0,0x0,0x3, 0xA7,0xA0,0x0,0x0,0x2,0xC2,0x4A, 0xA7,0xA1,0x0,0x0,0x0,0x0,0x1, 0xA7,0xA2,0x0,0x0,0x2,0xC2,0x62, 0xA7,0xA3,0x0,0x0,0x0,0x0,0x1, 0xA7,0xA4,0x0,0x0,0x2,0xC2,0x7A, 0xA7,0xA5,0x0,0x0,0x0,0x0,0x1, 0xA7,0xA6,0x0,0x0,0x2,0xC2,0x92, 0xA7,0xA7,0x0,0x0,0x0,0x0,0x1, 0xA7,0xA8,0x0,0x0,0x2,0xC2,0xAA, 0xA7,0xA9,0x0,0x0,0x0,0x0,0x1, 0xA7,0xAA,0x0,0x0,0x2,0x7E,0xEA, 0xA7,0xAB,0x0,0x4C,0x0,0x0,0x3, 0xA7,0xF8,0x0,0x0,0x2,0x76,0x3A, 0xA7,0xF9,0x0,0x0,0x2,0x77,0x5A, 0xA7,0xFA,0x0,0x31,0x0,0x0,0x1, 0xA8,0x2C,0x0,0x3,0x0,0x0,0x3, 0xA8,0x30,0x0,0x9,0x0,0x0,0x1, 0xA8,0x3A,0x0,0x5,0x0,0x0,0x3, 0xA8,0x40,0x0,0x37,0x0,0x0,0x1, 0xA8,0x78,0x0,0x7,0x0,0x0,0x3, 0xA8,0x80,0x0,0x44,0x0,0x0,0x1, 0xA8,0xC5,0x0,0x8,0x0,0x0,0x3, 0xA8,0xCE,0x0,0xB,0x0,0x0,0x1, 0xA8,0xDA,0x0,0x5,0x0,0x0,0x3, 0xA8,0xE0,0x0,0x1B,0x0,0x0,0x1, 0xA8,0xFC,0x0,0x3,0x0,0x0,0x3, 0xA9,0x0,0x0,0x53,0x0,0x0,0x1, 0xA9,0x54,0x0,0xA,0x0,0x0,0x3, 0xA9,0x5F,0x0,0x1D,0x0,0x0,0x1, 0xA9,0x7D,0x0,0x2,0x0,0x0,0x3, 0xA9,0x80,0x0,0x4D,0x0,0x0,0x1, 0xA9,0xCE,0x0,0x0,0x0,0x0,0x3, 0xA9,0xCF,0x0,0xA,0x0,0x0,0x1, 0xA9,0xDA,0x0,0x3,0x0,0x0,0x3, 0xA9,0xDE,0x0,0x1,0x0,0x0,0x1, 0xA9,0xE0,0x0,0x1F,0x0,0x0,0x3, 0xAA,0x0,0x0,0x36,0x0,0x0,0x1, 0xAA,0x37,0x0,0x8,0x0,0x0,0x3, 0xAA,0x40,0x0,0xD,0x0,0x0,0x1, 0xAA,0x4E,0x0,0x1,0x0,0x0,0x3, 0xAA,0x50,0x0,0x9,0x0,0x0,0x1, 0xAA,0x5A,0x0,0x1,0x0,0x0,0x3, 0xAA,0x5C,0x0,0x1F,0x0,0x0,0x1, 0xAA,0x7C,0x0,0x3,0x0,0x0,0x3, 0xAA,0x80,0x0,0x42,0x0,0x0,0x1, 0xAA,0xC3,0x0,0x17,0x0,0x0,0x3, 0xAA,0xDB,0x0,0x1B,0x0,0x0,0x1, 0xAA,0xF7,0x0,0x9,0x0,0x0,0x3, 0xAB,0x1,0x0,0x5,0x0,0x0,0x1, 0xAB,0x7,0x0,0x1,0x0,0x0,0x3, 0xAB,0x9,0x0,0x5,0x0,0x0,0x1, 0xAB,0xF,0x0,0x1,0x0,0x0,0x3, 0xAB,0x11,0x0,0x5,0x0,0x0,0x1, 0xAB,0x17,0x0,0x8,0x0,0x0,0x3, 0xAB,0x20,0x0,0x6,0x0,0x0,0x1, 0xAB,0x27,0x0,0x0,0x0,0x0,0x3, 0xAB,0x28,0x0,0x6,0x0,0x0,0x1, 0xAB,0x2F,0x0,0x90,0x0,0x0,0x3, 0xAB,0xC0,0x0,0x2D,0x0,0x0,0x1, 0xAB,0xEE,0x0,0x1,0x0,0x0,0x3, 0xAB,0xF0,0x0,0x9,0x0,0x0,0x1, 0xAB,0xFA,0x0,0x5,0x0,0x0,0x3, 0xAC,0x0,0x2B,0xA3,0x0,0x0,0x1, 0xD7,0xA4,0x0,0xB,0x0,0x0,0x3, 0xD7,0xB0,0x0,0x16,0x0,0x0,0x1, 0xD7,0xC7,0x0,0x3,0x0,0x0,0x3, 0xD7,0xCB,0x0,0x30,0x0,0x0,0x1, 0xD7,0xFC,0x21,0x3,0x0,0x0,0x3, 0xF9,0x0,0x0,0x0,0x2,0xC2,0xC2, 0xF9,0x1,0x0,0x0,0x2,0xC2,0xDA, 0xF9,0x2,0x0,0x0,0x2,0xAE,0x2, 0xF9,0x3,0x0,0x0,0x2,0xC2,0xF2, 0xF9,0x4,0x0,0x0,0x2,0xC3,0xA, 0xF9,0x5,0x0,0x0,0x2,0xC3,0x22, 0xF9,0x6,0x0,0x0,0x2,0xC3,0x3A, 0xF9,0x7,0x0,0x1,0x2,0xB2,0xFA, 0xF9,0x9,0x0,0x0,0x2,0xC3,0x52, 0xF9,0xA,0x0,0x0,0x2,0x1F,0xA, 0xF9,0xB,0x0,0x0,0x2,0xC3,0x6A, 0xF9,0xC,0x0,0x0,0x2,0xC3,0x82, 0xF9,0xD,0x0,0x0,0x2,0xC3,0x9A, 0xF9,0xE,0x0,0x0,0x2,0xC3,0xB2, 0xF9,0xF,0x0,0x0,0x2,0xC3,0xCA, 0xF9,0x10,0x0,0x0,0x2,0xC3,0xE2, 0xF9,0x11,0x0,0x0,0x2,0xC3,0xFA, 0xF9,0x12,0x0,0x0,0x2,0xC4,0x12, 0xF9,0x13,0x0,0x0,0x2,0xC4,0x2A, 0xF9,0x14,0x0,0x0,0x2,0xC4,0x42, 0xF9,0x15,0x0,0x0,0x2,0xC4,0x5A, 0xF9,0x16,0x0,0x0,0x2,0xC4,0x72, 0xF9,0x17,0x0,0x0,0x2,0xC4,0x8A, 0xF9,0x18,0x0,0x0,0x2,0xC4,0xA2, 0xF9,0x19,0x0,0x0,0x2,0xC4,0xBA, 0xF9,0x1A,0x0,0x0,0x2,0xC4,0xD2, 0xF9,0x1B,0x0,0x0,0x2,0xC4,0xEA, 0xF9,0x1C,0x0,0x0,0x2,0xC5,0x2, 0xF9,0x1D,0x0,0x0,0x2,0xC5,0x1A, 0xF9,0x1E,0x0,0x0,0x2,0xC5,0x32, 0xF9,0x1F,0x0,0x0,0x2,0xC5,0x4A, 0xF9,0x20,0x0,0x0,0x2,0xC5,0x62, 0xF9,0x21,0x0,0x0,0x2,0xC5,0x7A, 0xF9,0x22,0x0,0x0,0x2,0xC5,0x92, 0xF9,0x23,0x0,0x0,0x2,0xC5,0xAA, 0xF9,0x24,0x0,0x0,0x2,0xC5,0xC2, 0xF9,0x25,0x0,0x0,0x2,0xC5,0xDA, 0xF9,0x26,0x0,0x0,0x2,0xC5,0xF2, 0xF9,0x27,0x0,0x0,0x2,0xC6,0xA, 0xF9,0x28,0x0,0x0,0x2,0xC6,0x22, 0xF9,0x29,0x0,0x0,0x2,0xC6,0x3A, 0xF9,0x2A,0x0,0x0,0x2,0xC6,0x52, 0xF9,0x2B,0x0,0x0,0x2,0xC6,0x6A, 0xF9,0x2C,0x0,0x0,0x2,0xC6,0x82, 0xF9,0x2D,0x0,0x0,0x2,0xC6,0x9A, 0xF9,0x2E,0x0,0x0,0x2,0xC6,0xB2, 0xF9,0x2F,0x0,0x0,0x2,0xC6,0xCA, 0xF9,0x30,0x0,0x0,0x2,0xC6,0xE2, 0xF9,0x31,0x0,0x0,0x2,0xC6,0xFA, 0xF9,0x32,0x0,0x0,0x2,0xC7,0x12, 0xF9,0x33,0x0,0x0,0x2,0xC7,0x2A, 0xF9,0x34,0x0,0x0,0x2,0xAB,0x2, 0xF9,0x35,0x0,0x0,0x2,0xC7,0x42, 0xF9,0x36,0x0,0x0,0x2,0xC7,0x5A, 0xF9,0x37,0x0,0x0,0x2,0xC7,0x72, 0xF9,0x38,0x0,0x0,0x2,0xC7,0x8A, 0xF9,0x39,0x0,0x0,0x2,0xC7,0xA2, 0xF9,0x3A,0x0,0x0,0x2,0xC7,0xBA, 0xF9,0x3B,0x0,0x0,0x2,0xC7,0xD2, 0xF9,0x3C,0x0,0x0,0x2,0xC7,0xEA, 0xF9,0x3D,0x0,0x0,0x2,0xC8,0x2, 0xF9,0x3E,0x0,0x0,0x2,0xC8,0x1A, 0xF9,0x3F,0x0,0x0,0x2,0xC8,0x32, 0xF9,0x40,0x0,0x0,0x2,0xB1,0x92, 0xF9,0x41,0x0,0x0,0x2,0xC8,0x4A, 0xF9,0x42,0x0,0x0,0x2,0xC8,0x62, 0xF9,0x43,0x0,0x0,0x2,0xC8,0x7A, 0xF9,0x44,0x0,0x0,0x2,0xC8,0x92, 0xF9,0x45,0x0,0x0,0x2,0xC8,0xAA, 0xF9,0x46,0x0,0x0,0x2,0xC8,0xC2, 0xF9,0x47,0x0,0x0,0x2,0xC8,0xDA, 0xF9,0x48,0x0,0x0,0x2,0xC8,0xF2, 0xF9,0x49,0x0,0x0,0x2,0xC9,0xA, 0xF9,0x4A,0x0,0x0,0x2,0xC9,0x22, 0xF9,0x4B,0x0,0x0,0x2,0xC9,0x3A, 0xF9,0x4C,0x0,0x0,0x2,0xC9,0x52, 0xF9,0x4D,0x0,0x0,0x2,0xC9,0x6A, 0xF9,0x4E,0x0,0x0,0x2,0xC9,0x82, 0xF9,0x4F,0x0,0x0,0x2,0xC9,0x9A, 0xF9,0x50,0x0,0x0,0x2,0xC9,0xB2, 0xF9,0x51,0x0,0x0,0x2,0xC9,0xCA, 0xF9,0x52,0x0,0x0,0x2,0xC9,0xE2, 0xF9,0x53,0x0,0x0,0x2,0xC9,0xFA, 0xF9,0x54,0x0,0x0,0x2,0xCA,0x12, 0xF9,0x55,0x0,0x0,0x2,0xCA,0x2A, 0xF9,0x56,0x0,0x0,0x2,0xCA,0x42, 0xF9,0x57,0x0,0x0,0x2,0xCA,0x5A, 0xF9,0x58,0x0,0x0,0x2,0xCA,0x72, 0xF9,0x59,0x0,0x0,0x2,0xCA,0x8A, 0xF9,0x5A,0x0,0x0,0x2,0xCA,0xA2, 0xF9,0x5B,0x0,0x0,0x2,0xCA,0xBA, 0xF9,0x5C,0x0,0x0,0x2,0xC4,0x42, 0xF9,0x5D,0x0,0x0,0x2,0xCA,0xD2, 0xF9,0x5E,0x0,0x0,0x2,0xCA,0xEA, 0xF9,0x5F,0x0,0x0,0x2,0xCB,0x2, 0xF9,0x60,0x0,0x0,0x2,0xCB,0x1A, 0xF9,0x61,0x0,0x0,0x2,0xCB,0x32, 0xF9,0x62,0x0,0x0,0x2,0xCB,0x4A, 0xF9,0x63,0x0,0x0,0x2,0xCB,0x62, 0xF9,0x64,0x0,0x0,0x2,0xCB,0x7A, 0xF9,0x65,0x0,0x0,0x2,0xCB,0x92, 0xF9,0x66,0x0,0x0,0x2,0xCB,0xAA, 0xF9,0x67,0x0,0x0,0x2,0xCB,0xC2, 0xF9,0x68,0x0,0x0,0x2,0xCB,0xDA, 0xF9,0x69,0x0,0x0,0x2,0xCB,0xF2, 0xF9,0x6A,0x0,0x0,0x2,0xCC,0xA, 0xF9,0x6B,0x0,0x0,0x2,0xCC,0x22, 0xF9,0x6C,0x0,0x0,0x2,0xCC,0x3A, 0xF9,0x6D,0x0,0x0,0x2,0xCC,0x52, 0xF9,0x6E,0x0,0x0,0x2,0xCC,0x6A, 0xF9,0x6F,0x0,0x0,0x2,0xCC,0x82, 0xF9,0x70,0x0,0x0,0x2,0xCC,0x9A, 0xF9,0x71,0x0,0x0,0x2,0xAE,0x32, 0xF9,0x72,0x0,0x0,0x2,0xCC,0xB2, 0xF9,0x73,0x0,0x0,0x2,0xCC,0xCA, 0xF9,0x74,0x0,0x0,0x2,0xCC,0xE2, 0xF9,0x75,0x0,0x0,0x2,0xCC,0xFA, 0xF9,0x76,0x0,0x0,0x2,0xCD,0x12, 0xF9,0x77,0x0,0x0,0x2,0xCD,0x2A, 0xF9,0x78,0x0,0x0,0x2,0xCD,0x42, 0xF9,0x79,0x0,0x0,0x2,0xCD,0x5A, 0xF9,0x7A,0x0,0x0,0x2,0xCD,0x72, 0xF9,0x7B,0x0,0x0,0x2,0xCD,0x8A, 0xF9,0x7C,0x0,0x0,0x2,0xCD,0xA2, 0xF9,0x7D,0x0,0x0,0x2,0xCD,0xBA, 0xF9,0x7E,0x0,0x0,0x2,0xCD,0xD2, 0xF9,0x7F,0x0,0x0,0x2,0xCD,0xEA, 0xF9,0x80,0x0,0x0,0x2,0xCE,0x2, 0xF9,0x81,0x0,0x0,0x2,0xA3,0x52, 0xF9,0x82,0x0,0x0,0x2,0xCE,0x1A, 0xF9,0x83,0x0,0x0,0x2,0xCE,0x32, 0xF9,0x84,0x0,0x0,0x2,0xCE,0x4A, 0xF9,0x85,0x0,0x0,0x2,0xCE,0x62, 0xF9,0x86,0x0,0x0,0x2,0xCE,0x7A, 0xF9,0x87,0x0,0x0,0x2,0xCE,0x92, 0xF9,0x88,0x0,0x0,0x2,0xCE,0xAA, 0xF9,0x89,0x0,0x0,0x2,0xCE,0xC2, 0xF9,0x8A,0x0,0x0,0x2,0xA1,0xD2, 0xF9,0x8B,0x0,0x0,0x2,0xCE,0xDA, 0xF9,0x8C,0x0,0x0,0x2,0xCE,0xF2, 0xF9,0x8D,0x0,0x0,0x2,0xCF,0xA, 0xF9,0x8E,0x0,0x0,0x2,0xCF,0x22, 0xF9,0x8F,0x0,0x0,0x2,0xCF,0x3A, 0xF9,0x90,0x0,0x0,0x2,0xCF,0x52, 0xF9,0x91,0x0,0x0,0x2,0xCF,0x6A, 0xF9,0x92,0x0,0x0,0x2,0xCF,0x82, 0xF9,0x93,0x0,0x0,0x2,0xCF,0x9A, 0xF9,0x94,0x0,0x0,0x2,0xCF,0xB2, 0xF9,0x95,0x0,0x0,0x2,0xCF,0xCA, 0xF9,0x96,0x0,0x0,0x2,0xCF,0xE2, 0xF9,0x97,0x0,0x0,0x2,0xCF,0xFA, 0xF9,0x98,0x0,0x0,0x2,0xD0,0x12, 0xF9,0x99,0x0,0x0,0x2,0xD0,0x2A, 0xF9,0x9A,0x0,0x0,0x2,0xD0,0x42, 0xF9,0x9B,0x0,0x0,0x2,0xD0,0x5A, 0xF9,0x9C,0x0,0x0,0x2,0xD0,0x72, 0xF9,0x9D,0x0,0x0,0x2,0xD0,0x8A, 0xF9,0x9E,0x0,0x0,0x2,0xD0,0xA2, 0xF9,0x9F,0x0,0x0,0x2,0xD0,0xBA, 0xF9,0xA0,0x0,0x0,0x2,0xD0,0xD2, 0xF9,0xA1,0x0,0x0,0x2,0xCC,0x82, 0xF9,0xA2,0x0,0x0,0x2,0xD0,0xEA, 0xF9,0xA3,0x0,0x0,0x2,0xD1,0x2, 0xF9,0xA4,0x0,0x0,0x2,0xD1,0x1A, 0xF9,0xA5,0x0,0x0,0x2,0xD1,0x32, 0xF9,0xA6,0x0,0x0,0x2,0xD1,0x4A, 0xF9,0xA7,0x0,0x0,0x2,0xD1,0x62, 0xF9,0xA8,0x0,0x0,0x2,0xD1,0x7A, 0xF9,0xA9,0x0,0x0,0x2,0xD1,0x92, 0xF9,0xAA,0x0,0x0,0x2,0xCB,0x2, 0xF9,0xAB,0x0,0x0,0x2,0xD1,0xAA, 0xF9,0xAC,0x0,0x0,0x2,0xD1,0xC2, 0xF9,0xAD,0x0,0x0,0x2,0xD1,0xDA, 0xF9,0xAE,0x0,0x0,0x2,0xD1,0xF2, 0xF9,0xAF,0x0,0x0,0x2,0xD2,0xA, 0xF9,0xB0,0x0,0x0,0x2,0xD2,0x22, 0xF9,0xB1,0x0,0x0,0x2,0xD2,0x3A, 0xF9,0xB2,0x0,0x0,0x2,0xD2,0x52, 0xF9,0xB3,0x0,0x0,0x2,0xD2,0x6A, 0xF9,0xB4,0x0,0x0,0x2,0xD2,0x82, 0xF9,0xB5,0x0,0x0,0x2,0xD2,0x9A, 0xF9,0xB6,0x0,0x0,0x2,0xD2,0xB2, 0xF9,0xB7,0x0,0x0,0x2,0xD2,0xCA, 0xF9,0xB8,0x0,0x0,0x2,0xD2,0xE2, 0xF9,0xB9,0x0,0x0,0x2,0xD2,0xFA, 0xF9,0xBA,0x0,0x0,0x2,0xD3,0x12, 0xF9,0xBB,0x0,0x0,0x2,0xD3,0x2A, 0xF9,0xBC,0x0,0x0,0x2,0xD3,0x42, 0xF9,0xBD,0x0,0x0,0x2,0xD3,0x5A, 0xF9,0xBE,0x0,0x0,0x2,0xD3,0x72, 0xF9,0xBF,0x0,0x0,0x2,0xC4,0x42, 0xF9,0xC0,0x0,0x0,0x2,0xD3,0x8A, 0xF9,0xC1,0x0,0x0,0x2,0xD3,0xA2, 0xF9,0xC2,0x0,0x0,0x2,0xD3,0xBA, 0xF9,0xC3,0x0,0x0,0x2,0xD3,0xD2, 0xF9,0xC4,0x0,0x0,0x2,0xB2,0xE2, 0xF9,0xC5,0x0,0x0,0x2,0xD3,0xEA, 0xF9,0xC6,0x0,0x0,0x2,0xD4,0x2, 0xF9,0xC7,0x0,0x0,0x2,0xD4,0x1A, 0xF9,0xC8,0x0,0x0,0x2,0xD4,0x32, 0xF9,0xC9,0x0,0x0,0x2,0xD4,0x4A, 0xF9,0xCA,0x0,0x0,0x2,0xD4,0x62, 0xF9,0xCB,0x0,0x0,0x2,0xD4,0x7A, 0xF9,0xCC,0x0,0x0,0x2,0xD4,0x92, 0xF9,0xCD,0x0,0x0,0x2,0xD4,0xAA, 0xF9,0xCE,0x0,0x0,0x2,0xD4,0xC2, 0xF9,0xCF,0x0,0x0,0x2,0xD4,0xDA, 0xF9,0xD0,0x0,0x0,0x2,0xD4,0xF2, 0xF9,0xD1,0x0,0x0,0x2,0x1D,0xA2, 0xF9,0xD2,0x0,0x0,0x2,0xD5,0xA, 0xF9,0xD3,0x0,0x0,0x2,0xD5,0x22, 0xF9,0xD4,0x0,0x0,0x2,0xD5,0x3A, 0xF9,0xD5,0x0,0x0,0x2,0xD5,0x52, 0xF9,0xD6,0x0,0x0,0x2,0xD5,0x6A, 0xF9,0xD7,0x0,0x0,0x2,0xD5,0x82, 0xF9,0xD8,0x0,0x0,0x2,0xD5,0x9A, 0xF9,0xD9,0x0,0x0,0x2,0xD5,0xB2, 0xF9,0xDA,0x0,0x0,0x2,0xD5,0xCA, 0xF9,0xDB,0x0,0x0,0x2,0xCB,0x32, 0xF9,0xDC,0x0,0x0,0x2,0xD5,0xE2, 0xF9,0xDD,0x0,0x0,0x2,0xD5,0xFA, 0xF9,0xDE,0x0,0x0,0x2,0xD6,0x12, 0xF9,0xDF,0x0,0x0,0x2,0xD6,0x2A, 0xF9,0xE0,0x0,0x0,0x2,0xD6,0x42, 0xF9,0xE1,0x0,0x0,0x2,0xD6,0x5A, 0xF9,0xE2,0x0,0x0,0x2,0xD6,0x72, 0xF9,0xE3,0x0,0x0,0x2,0xD6,0x8A, 0xF9,0xE4,0x0,0x0,0x2,0xD6,0xA2, 0xF9,0xE5,0x0,0x0,0x2,0xD6,0xBA, 0xF9,0xE6,0x0,0x0,0x2,0xD6,0xD2, 0xF9,0xE7,0x0,0x0,0x2,0xD6,0xEA, 0xF9,0xE8,0x0,0x0,0x2,0xD7,0x2, 0xF9,0xE9,0x0,0x0,0x2,0xAE,0xAA, 0xF9,0xEA,0x0,0x0,0x2,0xD7,0x1A, 0xF9,0xEB,0x0,0x0,0x2,0xD7,0x32, 0xF9,0xEC,0x0,0x0,0x2,0xD7,0x4A, 0xF9,0xED,0x0,0x0,0x2,0xD7,0x62, 0xF9,0xEE,0x0,0x0,0x2,0xD7,0x7A, 0xF9,0xEF,0x0,0x0,0x2,0xD7,0x92, 0xF9,0xF0,0x0,0x0,0x2,0xD7,0xAA, 0xF9,0xF1,0x0,0x0,0x2,0xD7,0xC2, 0xF9,0xF2,0x0,0x0,0x2,0xD7,0xDA, 0xF9,0xF3,0x0,0x0,0x2,0xD7,0xF2, 0xF9,0xF4,0x0,0x0,0x2,0xD8,0xA, 0xF9,0xF5,0x0,0x0,0x2,0xD8,0x22, 0xF9,0xF6,0x0,0x0,0x2,0xD8,0x3A, 0xF9,0xF7,0x0,0x0,0x2,0xAA,0x42, 0xF9,0xF8,0x0,0x0,0x2,0xD8,0x52, 0xF9,0xF9,0x0,0x0,0x2,0xD8,0x6A, 0xF9,0xFA,0x0,0x0,0x2,0xD8,0x82, 0xF9,0xFB,0x0,0x0,0x2,0xD8,0x9A, 0xF9,0xFC,0x0,0x0,0x2,0xD8,0xB2, 0xF9,0xFD,0x0,0x0,0x2,0xD8,0xCA, 0xF9,0xFE,0x0,0x0,0x2,0xD8,0xE2, 0xF9,0xFF,0x0,0x0,0x2,0xD8,0xFA, 0xFA,0x0,0x0,0x0,0x2,0xD9,0x12, 0xFA,0x1,0x0,0x0,0x2,0xD9,0x2A, 0xFA,0x2,0x0,0x0,0x2,0xD9,0x42, 0xFA,0x3,0x0,0x0,0x2,0xD9,0x5A, 0xFA,0x4,0x0,0x0,0x2,0xD9,0x72, 0xFA,0x5,0x0,0x0,0x2,0xD9,0x8A, 0xFA,0x6,0x0,0x0,0x2,0xD9,0xA2, 0xFA,0x7,0x0,0x0,0x2,0xD9,0xBA, 0xFA,0x8,0x0,0x0,0x2,0xAC,0x9A, 0xFA,0x9,0x0,0x0,0x2,0xD9,0xD2, 0xFA,0xA,0x0,0x0,0x2,0xAC,0xE2, 0xFA,0xB,0x0,0x0,0x2,0xD9,0xEA, 0xFA,0xC,0x0,0x0,0x2,0xDA,0x2, 0xFA,0xD,0x0,0x0,0x2,0xDA,0x1A, 0xFA,0xE,0x0,0x1,0x0,0x0,0x1, 0xFA,0x10,0x0,0x0,0x2,0xDA,0x32, 0xFA,0x11,0x0,0x0,0x0,0x0,0x1, 0xFA,0x12,0x0,0x0,0x2,0xDA,0x4A, 0xFA,0x13,0x0,0x1,0x0,0x0,0x1, 0xFA,0x15,0x0,0x0,0x2,0xDA,0x62, 0xFA,0x16,0x0,0x0,0x2,0xDA,0x7A, 0xFA,0x17,0x0,0x0,0x2,0xDA,0x92, 0xFA,0x18,0x0,0x0,0x2,0xDA,0xAA, 0xFA,0x19,0x0,0x0,0x2,0xDA,0xC2, 0xFA,0x1A,0x0,0x0,0x2,0xDA,0xDA, 0xFA,0x1B,0x0,0x0,0x2,0xDA,0xF2, 0xFA,0x1C,0x0,0x0,0x2,0xDB,0xA, 0xFA,0x1D,0x0,0x0,0x2,0xDB,0x22, 0xFA,0x1E,0x0,0x0,0x2,0xAA,0xEA, 0xFA,0x1F,0x0,0x0,0x0,0x0,0x1, 0xFA,0x20,0x0,0x0,0x2,0xDB,0x3A, 0xFA,0x21,0x0,0x0,0x0,0x0,0x1, 0xFA,0x22,0x0,0x0,0x2,0xDB,0x52, 0xFA,0x23,0x0,0x1,0x0,0x0,0x1, 0xFA,0x25,0x0,0x0,0x2,0xDB,0x6A, 0xFA,0x26,0x0,0x0,0x2,0xDB,0x82, 0xFA,0x27,0x0,0x2,0x0,0x0,0x1, 0xFA,0x2A,0x0,0x0,0x2,0xDB,0x9A, 0xFA,0x2B,0x0,0x0,0x2,0xDB,0xB2, 0xFA,0x2C,0x0,0x0,0x2,0xDB,0xCA, 0xFA,0x2D,0x0,0x0,0x2,0xDB,0xE2, 0xFA,0x2E,0x0,0x0,0x2,0xDB,0xFA, 0xFA,0x2F,0x0,0x0,0x2,0xDC,0x12, 0xFA,0x30,0x0,0x0,0x2,0xDC,0x2A, 0xFA,0x31,0x0,0x0,0x2,0xDC,0x42, 0xFA,0x32,0x0,0x0,0x2,0xDC,0x5A, 0xFA,0x33,0x0,0x0,0x2,0xDC,0x72, 0xFA,0x34,0x0,0x0,0x2,0xDC,0x8A, 0xFA,0x35,0x0,0x0,0x2,0xDC,0xA2, 0xFA,0x36,0x0,0x0,0x2,0xDC,0xBA, 0xFA,0x37,0x0,0x0,0x2,0xDC,0xD2, 0xFA,0x38,0x0,0x0,0x2,0xDC,0xEA, 0xFA,0x39,0x0,0x0,0x2,0xDD,0x2, 0xFA,0x3A,0x0,0x0,0x2,0xDD,0x1A, 0xFA,0x3B,0x0,0x0,0x2,0xDD,0x32, 0xFA,0x3C,0x0,0x0,0x2,0xA3,0xFA, 0xFA,0x3D,0x0,0x0,0x2,0xDD,0x4A, 0xFA,0x3E,0x0,0x0,0x2,0xDD,0x62, 0xFA,0x3F,0x0,0x0,0x2,0xDD,0x7A, 0xFA,0x40,0x0,0x0,0x2,0xDD,0x92, 0xFA,0x41,0x0,0x0,0x2,0xDD,0xAA, 0xFA,0x42,0x0,0x0,0x2,0xDD,0xC2, 0xFA,0x43,0x0,0x0,0x2,0xDD,0xDA, 0xFA,0x44,0x0,0x0,0x2,0xDD,0xF2, 0xFA,0x45,0x0,0x0,0x2,0xDE,0xA, 0xFA,0x46,0x0,0x0,0x2,0xDE,0x22, 0xFA,0x47,0x0,0x0,0x2,0xDE,0x3A, 0xFA,0x48,0x0,0x0,0x2,0xDE,0x52, 0xFA,0x49,0x0,0x0,0x2,0xDE,0x6A, 0xFA,0x4A,0x0,0x0,0x2,0xDE,0x82, 0xFA,0x4B,0x0,0x0,0x2,0xDE,0x9A, 0xFA,0x4C,0x0,0x0,0x2,0xE,0x6A, 0xFA,0x4D,0x0,0x0,0x2,0xDE,0xB2, 0xFA,0x4E,0x0,0x0,0x2,0xDE,0xCA, 0xFA,0x4F,0x0,0x0,0x2,0xDE,0xE2, 0xFA,0x50,0x0,0x0,0x2,0xDE,0xFA, 0xFA,0x51,0x0,0x0,0x2,0x20,0x72, 0xFA,0x52,0x0,0x0,0x2,0xDF,0x12, 0xFA,0x53,0x0,0x0,0x2,0xDF,0x2A, 0xFA,0x54,0x0,0x0,0x2,0xDF,0x42, 0xFA,0x55,0x0,0x0,0x2,0xDF,0x5A, 0xFA,0x56,0x0,0x0,0x2,0xDF,0x72, 0xFA,0x57,0x0,0x0,0x2,0xCF,0xE2, 0xFA,0x58,0x0,0x0,0x2,0xDF,0x8A, 0xFA,0x59,0x0,0x0,0x2,0xDF,0xA2, 0xFA,0x5A,0x0,0x0,0x2,0xDF,0xBA, 0xFA,0x5B,0x0,0x0,0x2,0xDF,0xD2, 0xFA,0x5C,0x0,0x0,0x2,0xDF,0xEA, 0xFA,0x5D,0x0,0x1,0x2,0xE0,0x2, 0xFA,0x5F,0x0,0x0,0x2,0xE0,0x1A, 0xFA,0x60,0x0,0x0,0x2,0xE0,0x32, 0xFA,0x61,0x0,0x0,0x2,0xE0,0x4A, 0xFA,0x62,0x0,0x0,0x2,0xE0,0x62, 0xFA,0x63,0x0,0x0,0x2,0xE0,0x7A, 0xFA,0x64,0x0,0x0,0x2,0xE0,0x92, 0xFA,0x65,0x0,0x0,0x2,0xE0,0xAA, 0xFA,0x66,0x0,0x0,0x2,0xE0,0xC2, 0xFA,0x67,0x0,0x0,0x2,0xDB,0x6A, 0xFA,0x68,0x0,0x0,0x2,0xE0,0xDA, 0xFA,0x69,0x0,0x0,0x2,0xE0,0xF2, 0xFA,0x6A,0x0,0x0,0x2,0xE1,0xA, 0xFA,0x6B,0x0,0x0,0x2,0xE1,0x22, 0xFA,0x6C,0x0,0x0,0x2,0xE1,0x3A, 0xFA,0x6D,0x0,0x0,0x2,0xE1,0x52, 0xFA,0x6E,0x0,0x1,0x0,0x0,0x3, 0xFA,0x70,0x0,0x0,0x2,0xE1,0x6A, 0xFA,0x71,0x0,0x0,0x2,0xE1,0x82, 0xFA,0x72,0x0,0x0,0x2,0xE1,0x9A, 0xFA,0x73,0x0,0x0,0x2,0xE1,0xB2, 0xFA,0x74,0x0,0x0,0x2,0xE1,0xCA, 0xFA,0x75,0x0,0x0,0x2,0xE1,0xE2, 0xFA,0x76,0x0,0x0,0x2,0xE1,0xFA, 0xFA,0x77,0x0,0x0,0x2,0xE2,0x12, 0xFA,0x78,0x0,0x0,0x2,0xDC,0xBA, 0xFA,0x79,0x0,0x0,0x2,0xE2,0x2A, 0xFA,0x7A,0x0,0x0,0x2,0xE2,0x42, 0xFA,0x7B,0x0,0x0,0x2,0xE2,0x5A, 0xFA,0x7C,0x0,0x0,0x2,0xDA,0x32, 0xFA,0x7D,0x0,0x0,0x2,0xE2,0x72, 0xFA,0x7E,0x0,0x0,0x2,0xE2,0x8A, 0xFA,0x7F,0x0,0x0,0x2,0xE2,0xA2, 0xFA,0x80,0x0,0x0,0x2,0xE2,0xBA, 0xFA,0x81,0x0,0x0,0x2,0xE2,0xD2, 0xFA,0x82,0x0,0x0,0x2,0xE2,0xEA, 0xFA,0x83,0x0,0x0,0x2,0xE3,0x2, 0xFA,0x84,0x0,0x0,0x2,0xE3,0x1A, 0xFA,0x85,0x0,0x0,0x2,0xE3,0x32, 0xFA,0x86,0x0,0x0,0x2,0xE3,0x4A, 0xFA,0x87,0x0,0x0,0x2,0xE3,0x62, 0xFA,0x88,0x0,0x0,0x2,0xE3,0x7A, 0xFA,0x89,0x0,0x0,0x2,0xDD,0x7A, 0xFA,0x8A,0x0,0x0,0x2,0xE3,0x92, 0xFA,0x8B,0x0,0x0,0x2,0xDD,0x92, 0xFA,0x8C,0x0,0x0,0x2,0xE3,0xAA, 0xFA,0x8D,0x0,0x0,0x2,0xE3,0xC2, 0xFA,0x8E,0x0,0x0,0x2,0xE3,0xDA, 0xFA,0x8F,0x0,0x0,0x2,0xE3,0xF2, 0xFA,0x90,0x0,0x0,0x2,0xE4,0xA, 0xFA,0x91,0x0,0x0,0x2,0xDA,0x4A, 0xFA,0x92,0x0,0x0,0x2,0xC6,0x3A, 0xFA,0x93,0x0,0x0,0x2,0xE4,0x22, 0xFA,0x94,0x0,0x0,0x2,0xE4,0x3A, 0xFA,0x95,0x0,0x0,0x2,0xA6,0xCA, 0xFA,0x96,0x0,0x0,0x2,0xCC,0x9A, 0xFA,0x97,0x0,0x0,0x2,0xD4,0x62, 0xFA,0x98,0x0,0x0,0x2,0xE4,0x52, 0xFA,0x99,0x0,0x0,0x2,0xE4,0x6A, 0xFA,0x9A,0x0,0x0,0x2,0xDE,0x3A, 0xFA,0x9B,0x0,0x0,0x2,0xE4,0x82, 0xFA,0x9C,0x0,0x0,0x2,0xDE,0x52, 0xFA,0x9D,0x0,0x0,0x2,0xE4,0x9A, 0xFA,0x9E,0x0,0x0,0x2,0xE4,0xB2, 0xFA,0x9F,0x0,0x0,0x2,0xE4,0xCA, 0xFA,0xA0,0x0,0x0,0x2,0xDA,0x7A, 0xFA,0xA1,0x0,0x0,0x2,0xE4,0xE2, 0xFA,0xA2,0x0,0x0,0x2,0xE4,0xFA, 0xFA,0xA3,0x0,0x0,0x2,0xE5,0x12, 0xFA,0xA4,0x0,0x0,0x2,0xE5,0x2A, 0xFA,0xA5,0x0,0x0,0x2,0xE5,0x42, 0xFA,0xA6,0x0,0x0,0x2,0xDA,0x92, 0xFA,0xA7,0x0,0x0,0x2,0xE5,0x5A, 0xFA,0xA8,0x0,0x0,0x2,0xE5,0x72, 0xFA,0xA9,0x0,0x0,0x2,0xE5,0x8A, 0xFA,0xAA,0x0,0x0,0x2,0xE5,0xA2, 0xFA,0xAB,0x0,0x0,0x2,0xE5,0xBA, 0xFA,0xAC,0x0,0x0,0x2,0xE5,0xD2, 0xFA,0xAD,0x0,0x0,0x2,0xDF,0x72, 0xFA,0xAE,0x0,0x0,0x2,0xE5,0xEA, 0xFA,0xAF,0x0,0x0,0x2,0xE6,0x2, 0xFA,0xB0,0x0,0x0,0x2,0xCF,0xE2, 0xFA,0xB1,0x0,0x0,0x2,0xE6,0x1A, 0xFA,0xB2,0x0,0x0,0x2,0xDF,0xD2, 0xFA,0xB3,0x0,0x0,0x2,0xE6,0x32, 0xFA,0xB4,0x0,0x0,0x2,0xE6,0x4A, 0xFA,0xB5,0x0,0x0,0x2,0xE6,0x62, 0xFA,0xB6,0x0,0x0,0x2,0xE6,0x7A, 0xFA,0xB7,0x0,0x0,0x2,0xE6,0x92, 0xFA,0xB8,0x0,0x0,0x2,0xE0,0x4A, 0xFA,0xB9,0x0,0x0,0x2,0xE6,0xAA, 0xFA,0xBA,0x0,0x0,0x2,0xDB,0x52, 0xFA,0xBB,0x0,0x0,0x2,0xE6,0xC2, 0xFA,0xBC,0x0,0x0,0x2,0xE0,0x62, 0xFA,0xBD,0x0,0x0,0x2,0xCA,0xD2, 0xFA,0xBE,0x0,0x0,0x2,0xE6,0xDA, 0xFA,0xBF,0x0,0x0,0x2,0xE0,0x7A, 0xFA,0xC0,0x0,0x0,0x2,0xE6,0xF2, 0xFA,0xC1,0x0,0x0,0x2,0xE0,0xAA, 0xFA,0xC2,0x0,0x0,0x2,0xE7,0xA, 0xFA,0xC3,0x0,0x0,0x2,0xE7,0x22, 0xFA,0xC4,0x0,0x0,0x2,0xE7,0x3A, 0xFA,0xC5,0x0,0x0,0x2,0xE7,0x52, 0xFA,0xC6,0x0,0x0,0x2,0xE7,0x6A, 0xFA,0xC7,0x0,0x0,0x2,0xE0,0xDA, 0xFA,0xC8,0x0,0x0,0x2,0xDB,0xA, 0xFA,0xC9,0x0,0x0,0x2,0xE7,0x82, 0xFA,0xCA,0x0,0x0,0x2,0xE0,0xF2, 0xFA,0xCB,0x0,0x0,0x2,0xE7,0x9A, 0xFA,0xCC,0x0,0x0,0x2,0xE1,0xA, 0xFA,0xCD,0x0,0x0,0x2,0xE7,0xB2, 0xFA,0xCE,0x0,0x0,0x2,0xB2,0xFA, 0xFA,0xCF,0x0,0x0,0x2,0xE7,0xCA, 0xFA,0xD0,0x0,0x0,0x2,0xE7,0xE2, 0xFA,0xD1,0x0,0x0,0x2,0xE7,0xFA, 0xFA,0xD2,0x0,0x0,0x2,0xE8,0x12, 0xFA,0xD3,0x0,0x0,0x2,0xE8,0x22, 0xFA,0xD4,0x0,0x0,0x2,0xE8,0x3A, 0xFA,0xD5,0x0,0x0,0x2,0xE8,0x52, 0xFA,0xD6,0x0,0x0,0x2,0xE8,0x6A, 0xFA,0xD7,0x0,0x0,0x2,0xE8,0x82, 0xFA,0xD8,0x0,0x0,0x2,0xE8,0x9A, 0xFA,0xD9,0x0,0x0,0x2,0xE8,0xB2, 0xFA,0xDA,0x0,0x25,0x0,0x0,0x3, 0xFB,0x0,0x0,0x0,0x4,0x31,0xDA, 0xFB,0x1,0x0,0x0,0x4,0x31,0xE2, 0xFB,0x2,0x0,0x0,0x4,0x31,0xFA, 0xFB,0x3,0x0,0x0,0x6,0x31,0xDA, 0xFB,0x4,0x0,0x0,0x6,0x31,0xF2, 0xFB,0x5,0x0,0x1,0x4,0x5F,0xAA, 0xFB,0x7,0x0,0xB,0x0,0x0,0x3, 0xFB,0x13,0x0,0x0,0x4,0x5F,0xBA, 0xFB,0x14,0x0,0x0,0x4,0x5F,0xDA, 0xFB,0x15,0x0,0x0,0x4,0x5F,0xFA, 0xFB,0x16,0x0,0x0,0x4,0x60,0x1A, 0xFB,0x17,0x0,0x0,0x4,0x60,0x3A, 0xFB,0x18,0x0,0x4,0x0,0x0,0x3, 0xFB,0x1D,0x0,0x0,0x4,0x60,0x5A, 0xFB,0x1E,0x0,0x0,0x0,0x0,0x1, 0xFB,0x1F,0x0,0x0,0x4,0x60,0x7A, 0xFB,0x20,0x0,0x0,0x2,0xE8,0xCA, 0xFB,0x21,0x0,0x0,0x2,0x60,0xDA, 0xFB,0x22,0x0,0x0,0x2,0x61,0x7A, 0xFB,0x23,0x0,0x0,0x2,0x61,0x9A, 0xFB,0x24,0x0,0x0,0x2,0x62,0x5A, 0xFB,0x25,0x0,0x0,0x2,0x62,0x7A, 0xFB,0x26,0x0,0x0,0x2,0xE8,0xDA, 0xFB,0x27,0x0,0x0,0x2,0x63,0x7A, 0xFB,0x28,0x0,0x0,0x2,0x63,0x9A, 0xFB,0x29,0x0,0x0,0x2,0x8,0x6C, 0xFB,0x2A,0x0,0x0,0x4,0x60,0x9A, 0xFB,0x2B,0x0,0x0,0x4,0x60,0xBA, 0xFB,0x2C,0x0,0x0,0x6,0x32,0xA, 0xFB,0x2D,0x0,0x0,0x6,0x32,0x3A, 0xFB,0x2E,0x0,0x0,0x4,0x60,0xDA, 0xFB,0x2F,0x0,0x0,0x4,0x60,0xFA, 0xFB,0x30,0x0,0x0,0x4,0x61,0x1A, 0xFB,0x31,0x0,0x0,0x4,0x61,0x3A, 0xFB,0x32,0x0,0x0,0x4,0x61,0x5A, 0xFB,0x33,0x0,0x0,0x4,0x61,0x7A, 0xFB,0x34,0x0,0x0,0x4,0x61,0x9A, 0xFB,0x35,0x0,0x0,0x4,0x61,0xBA, 0xFB,0x36,0x0,0x0,0x4,0x61,0xDA, 0xFB,0x37,0x0,0x0,0x0,0x0,0x3, 0xFB,0x38,0x0,0x0,0x4,0x61,0xFA, 0xFB,0x39,0x0,0x0,0x4,0x62,0x1A, 0xFB,0x3A,0x0,0x0,0x4,0x62,0x3A, 0xFB,0x3B,0x0,0x0,0x4,0x62,0x5A, 0xFB,0x3C,0x0,0x0,0x4,0x62,0x7A, 0xFB,0x3D,0x0,0x0,0x0,0x0,0x3, 0xFB,0x3E,0x0,0x0,0x4,0x62,0x9A, 0xFB,0x3F,0x0,0x0,0x0,0x0,0x3, 0xFB,0x40,0x0,0x0,0x4,0x62,0xBA, 0xFB,0x41,0x0,0x0,0x4,0x62,0xDA, 0xFB,0x42,0x0,0x0,0x0,0x0,0x3, 0xFB,0x43,0x0,0x0,0x4,0x62,0xFA, 0xFB,0x44,0x0,0x0,0x4,0x63,0x1A, 0xFB,0x45,0x0,0x0,0x0,0x0,0x3, 0xFB,0x46,0x0,0x0,0x4,0x63,0x3A, 0xFB,0x47,0x0,0x0,0x4,0x63,0x5A, 0xFB,0x48,0x0,0x0,0x4,0x63,0x7A, 0xFB,0x49,0x0,0x0,0x4,0x32,0xA, 0xFB,0x4A,0x0,0x0,0x4,0x63,0x9A, 0xFB,0x4B,0x0,0x0,0x4,0x63,0xBA, 0xFB,0x4C,0x0,0x0,0x4,0x63,0xDA, 0xFB,0x4D,0x0,0x0,0x4,0x63,0xFA, 0xFB,0x4E,0x0,0x0,0x4,0x64,0x1A, 0xFB,0x4F,0x0,0x0,0x4,0x64,0x3A, 0xFB,0x50,0x0,0x1,0x2,0xE8,0xEA, 0xFB,0x52,0x0,0x3,0x2,0xE8,0xFA, 0xFB,0x56,0x0,0x3,0x2,0xE9,0xA, 0xFB,0x5A,0x0,0x3,0x2,0xE9,0x1A, 0xFB,0x5E,0x0,0x3,0x2,0xE9,0x2A, 0xFB,0x62,0x0,0x3,0x2,0xE9,0x3A, 0xFB,0x66,0x0,0x3,0x2,0xE9,0x4A, 0xFB,0x6A,0x0,0x3,0x2,0xE9,0x5A, 0xFB,0x6E,0x0,0x3,0x2,0xE9,0x6A, 0xFB,0x72,0x0,0x3,0x2,0xE9,0x7A, 0xFB,0x76,0x0,0x3,0x2,0xE9,0x8A, 0xFB,0x7A,0x0,0x3,0x2,0xE9,0x9A, 0xFB,0x7E,0x0,0x3,0x2,0xE9,0xAA, 0xFB,0x82,0x0,0x1,0x2,0xE9,0xBA, 0xFB,0x84,0x0,0x1,0x2,0xE9,0xCA, 0xFB,0x86,0x0,0x1,0x2,0xE9,0xDA, 0xFB,0x88,0x0,0x1,0x2,0xE9,0xEA, 0xFB,0x8A,0x0,0x1,0x2,0xE9,0xFA, 0xFB,0x8C,0x0,0x1,0x2,0xEA,0xA, 0xFB,0x8E,0x0,0x3,0x2,0xEA,0x1A, 0xFB,0x92,0x0,0x3,0x2,0xEA,0x2A, 0xFB,0x96,0x0,0x3,0x2,0xEA,0x3A, 0xFB,0x9A,0x0,0x3,0x2,0xEA,0x4A, 0xFB,0x9E,0x0,0x1,0x2,0xEA,0x5A, 0xFB,0xA0,0x0,0x3,0x2,0xEA,0x6A, 0xFB,0xA4,0x0,0x1,0x2,0xEA,0x7A, 0xFB,0xA6,0x0,0x3,0x2,0xEA,0x8A, 0xFB,0xAA,0x0,0x3,0x2,0xEA,0x9A, 0xFB,0xAE,0x0,0x1,0x2,0x45,0x4A, 0xFB,0xB0,0x0,0x1,0x2,0xEA,0xAA, 0xFB,0xB2,0x0,0xF,0x0,0x0,0x1, 0xFB,0xC2,0x0,0x10,0x0,0x0,0x3, 0xFB,0xD3,0x0,0x3,0x2,0xEA,0xBA, 0xFB,0xD7,0x0,0x1,0x2,0x4C,0x4A, 0xFB,0xD9,0x0,0x1,0x2,0x64,0xEA, 0xFB,0xDB,0x0,0x1,0x2,0x65,0xA, 0xFB,0xDD,0x0,0x0,0x4,0x4C,0x4A, 0xFB,0xDE,0x0,0x1,0x2,0xEA,0xCA, 0xFB,0xE0,0x0,0x1,0x2,0xEA,0xDA, 0xFB,0xE2,0x0,0x1,0x2,0xEA,0xEA, 0xFB,0xE4,0x0,0x3,0x2,0x65,0x2A, 0xFB,0xE8,0x0,0x1,0x2,0x0,0x22, 0xFB,0xEA,0x0,0x1,0x4,0x64,0x5A, 0xFB,0xEC,0x0,0x1,0x4,0x64,0x7A, 0xFB,0xEE,0x0,0x1,0x4,0x64,0x9A, 0xFB,0xF0,0x0,0x1,0x4,0x64,0xBA, 0xFB,0xF2,0x0,0x1,0x4,0x64,0xDA, 0xFB,0xF4,0x0,0x1,0x4,0x64,0xFA, 0xFB,0xF6,0x0,0x2,0x4,0x65,0x1A, 0xFB,0xF9,0x0,0x2,0x4,0x65,0x3A, 0xFB,0xFC,0x0,0x3,0x2,0x10,0x2, 0xFC,0x0,0x0,0x0,0x4,0x65,0x5A, 0xFC,0x1,0x0,0x0,0x4,0x65,0x7A, 0xFC,0x2,0x0,0x0,0x4,0x65,0x9A, 0xFC,0x3,0x0,0x0,0x4,0x65,0x3A, 0xFC,0x4,0x0,0x0,0x4,0x65,0xBA, 0xFC,0x5,0x0,0x0,0x4,0x65,0xDA, 0xFC,0x6,0x0,0x0,0x4,0x44,0x9A, 0xFC,0x7,0x0,0x0,0x4,0x3E,0x9A, 0xFC,0x8,0x0,0x0,0x4,0x65,0xFA, 0xFC,0x9,0x0,0x0,0x4,0x66,0x1A, 0xFC,0xA,0x0,0x0,0x4,0x66,0x3A, 0xFC,0xB,0x0,0x0,0x4,0x33,0xEA, 0xFC,0xC,0x0,0x0,0x4,0x34,0x1A, 0xFC,0xD,0x0,0x0,0x4,0x34,0x7A, 0xFC,0xE,0x0,0x0,0x4,0x34,0xAA, 0xFC,0xF,0x0,0x0,0x4,0x66,0x5A, 0xFC,0x10,0x0,0x0,0x4,0x66,0x7A, 0xFC,0x11,0x0,0x0,0x4,0x66,0x9A, 0xFC,0x12,0x0,0x0,0x4,0x66,0xBA, 0xFC,0x13,0x0,0x0,0x4,0x66,0xDA, 0xFC,0x14,0x0,0x0,0x4,0x66,0xFA, 0xFC,0x15,0x0,0x0,0x4,0x36,0xA, 0xFC,0x16,0x0,0x0,0x4,0x33,0xFA, 0xFC,0x17,0x0,0x0,0x4,0x34,0x2A, 0xFC,0x18,0x0,0x0,0x4,0xF,0x42, 0xFC,0x19,0x0,0x0,0x4,0x35,0x2A, 0xFC,0x1A,0x0,0x0,0x4,0x67,0x1A, 0xFC,0x1B,0x0,0x0,0x4,0x34,0x8A, 0xFC,0x1C,0x0,0x0,0x4,0x35,0xFA, 0xFC,0x1D,0x0,0x0,0x4,0x35,0xCA, 0xFC,0x1E,0x0,0x0,0x4,0x40,0x7A, 0xFC,0x1F,0x0,0x0,0x4,0x36,0x5A, 0xFC,0x20,0x0,0x0,0x4,0x36,0xEA, 0xFC,0x21,0x0,0x0,0x4,0x37,0x1A, 0xFC,0x22,0x0,0x0,0x4,0x67,0x3A, 0xFC,0x23,0x0,0x0,0x4,0x38,0xA, 0xFC,0x24,0x0,0x0,0x4,0x38,0x3A, 0xFC,0x25,0x0,0x0,0x4,0x67,0x5A, 0xFC,0x26,0x0,0x0,0x4,0x67,0x7A, 0xFC,0x27,0x0,0x0,0x4,0x38,0x6A, 0xFC,0x28,0x0,0x0,0x4,0x67,0x9A, 0xFC,0x29,0x0,0x0,0x4,0x38,0xFA, 0xFC,0x2A,0x0,0x0,0x4,0xF,0x92, 0xFC,0x2B,0x0,0x0,0x4,0x67,0xBA, 0xFC,0x2C,0x0,0x0,0x4,0x39,0x8A, 0xFC,0x2D,0x0,0x0,0x4,0x67,0xDA, 0xFC,0x2E,0x0,0x0,0x4,0x67,0xFA, 0xFC,0x2F,0x0,0x0,0x4,0x3A,0x1A, 0xFC,0x30,0x0,0x0,0x4,0x44,0x6A, 0xFC,0x31,0x0,0x0,0x4,0x68,0x1A, 0xFC,0x32,0x0,0x0,0x4,0x68,0x3A, 0xFC,0x33,0x0,0x0,0x4,0x68,0x5A, 0xFC,0x34,0x0,0x0,0x4,0x3A,0x4A, 0xFC,0x35,0x0,0x0,0x4,0x68,0x7A, 0xFC,0x36,0x0,0x0,0x4,0x68,0x9A, 0xFC,0x37,0x0,0x0,0x4,0x68,0xBA, 0xFC,0x38,0x0,0x0,0x4,0x68,0xDA, 0xFC,0x39,0x0,0x0,0x4,0x68,0xFA, 0xFC,0x3A,0x0,0x0,0x4,0x69,0x1A, 0xFC,0x3B,0x0,0x0,0x4,0x69,0x3A, 0xFC,0x3C,0x0,0x0,0x4,0x42,0xEA, 0xFC,0x3D,0x0,0x0,0x4,0x69,0x5A, 0xFC,0x3E,0x0,0x0,0x4,0x69,0x7A, 0xFC,0x3F,0x0,0x0,0x4,0x3B,0x3A, 0xFC,0x40,0x0,0x0,0x4,0x3A,0xAA, 0xFC,0x41,0x0,0x0,0x4,0x3B,0x6A, 0xFC,0x42,0x0,0x0,0x4,0x0,0xEA, 0xFC,0x43,0x0,0x0,0x4,0x0,0x12, 0xFC,0x44,0x0,0x0,0x4,0x0,0x92, 0xFC,0x45,0x0,0x0,0x4,0x0,0xFA, 0xFC,0x46,0x0,0x0,0x4,0xF,0x32, 0xFC,0x47,0x0,0x0,0x4,0x35,0x1A, 0xFC,0x48,0x0,0x0,0x4,0x36,0xCA, 0xFC,0x49,0x0,0x0,0x4,0x35,0xAA, 0xFC,0x4A,0x0,0x0,0x4,0x35,0x7A, 0xFC,0x4B,0x0,0x0,0x4,0x3D,0xAA, 0xFC,0x4C,0x0,0x0,0x4,0x3D,0x4A, 0xFC,0x4D,0x0,0x0,0x4,0x69,0x9A, 0xFC,0x4E,0x0,0x0,0x4,0x3E,0xA, 0xFC,0x4F,0x0,0x0,0x4,0x69,0xBA, 0xFC,0x50,0x0,0x0,0x4,0x69,0xDA, 0xFC,0x51,0x0,0x0,0x4,0x69,0xFA, 0xFC,0x52,0x0,0x0,0x4,0x3C,0xEA, 0xFC,0x53,0x0,0x0,0x4,0x6A,0x1A, 0xFC,0x54,0x0,0x0,0x4,0x6A,0x3A, 0xFC,0x55,0x0,0x0,0x4,0x40,0xA, 0xFC,0x56,0x0,0x0,0x4,0x35,0x8A, 0xFC,0x57,0x0,0x0,0x4,0x67,0xA, 0xFC,0x58,0x0,0x0,0x4,0x3C,0x1A, 0xFC,0x59,0x0,0x0,0x4,0x6A,0x5A, 0xFC,0x5A,0x0,0x0,0x4,0x41,0x8A, 0xFC,0x5B,0x0,0x0,0x4,0x6A,0x7A, 0xFC,0x5C,0x0,0x0,0x4,0x6A,0x9A, 0xFC,0x5D,0x0,0x0,0x4,0x6A,0xBA, 0xFC,0x5E,0x0,0x0,0x6,0x32,0x6C, 0xFC,0x5F,0x0,0x0,0x6,0x32,0x94, 0xFC,0x60,0x0,0x0,0x6,0x32,0xBC, 0xFC,0x61,0x0,0x0,0x6,0x32,0xE4, 0xFC,0x62,0x0,0x0,0x6,0x33,0xC, 0xFC,0x63,0x0,0x0,0x6,0x33,0x34, 0xFC,0x64,0x0,0x0,0x4,0x6A,0xDA, 0xFC,0x65,0x0,0x0,0x4,0x6A,0xFA, 0xFC,0x66,0x0,0x0,0x4,0x65,0x9A, 0xFC,0x67,0x0,0x0,0x4,0x6B,0x1A, 0xFC,0x68,0x0,0x0,0x4,0x65,0x3A, 0xFC,0x69,0x0,0x0,0x4,0x65,0xBA, 0xFC,0x6A,0x0,0x0,0x4,0xF,0x12, 0xFC,0x6B,0x0,0x0,0x4,0x6B,0x3A, 0xFC,0x6C,0x0,0x0,0x4,0x65,0xFA, 0xFC,0x6D,0x0,0x0,0x4,0x6B,0x5A, 0xFC,0x6E,0x0,0x0,0x4,0x66,0x1A, 0xFC,0x6F,0x0,0x0,0x4,0x66,0x3A, 0xFC,0x70,0x0,0x0,0x4,0x6B,0x7A, 0xFC,0x71,0x0,0x0,0x4,0x6B,0x9A, 0xFC,0x72,0x0,0x0,0x4,0x34,0xAA, 0xFC,0x73,0x0,0x0,0x4,0x6B,0xBA, 0xFC,0x74,0x0,0x0,0x4,0x66,0x5A, 0xFC,0x75,0x0,0x0,0x4,0x66,0x7A, 0xFC,0x76,0x0,0x0,0x4,0x6B,0xDA, 0xFC,0x77,0x0,0x0,0x4,0x6B,0xFA, 0xFC,0x78,0x0,0x0,0x4,0x66,0xBA, 0xFC,0x79,0x0,0x0,0x4,0x6C,0x1A, 0xFC,0x7A,0x0,0x0,0x4,0x66,0xDA, 0xFC,0x7B,0x0,0x0,0x4,0x66,0xFA, 0xFC,0x7C,0x0,0x0,0x4,0x68,0x1A, 0xFC,0x7D,0x0,0x0,0x4,0x68,0x3A, 0xFC,0x7E,0x0,0x0,0x4,0x68,0x7A, 0xFC,0x7F,0x0,0x0,0x4,0x68,0x9A, 0xFC,0x80,0x0,0x0,0x4,0x68,0xBA, 0xFC,0x81,0x0,0x0,0x4,0x69,0x3A, 0xFC,0x82,0x0,0x0,0x4,0x42,0xEA, 0xFC,0x83,0x0,0x0,0x4,0x69,0x5A, 0xFC,0x84,0x0,0x0,0x4,0x69,0x7A, 0xFC,0x85,0x0,0x0,0x4,0x0,0xEA, 0xFC,0x86,0x0,0x0,0x4,0x0,0x12, 0xFC,0x87,0x0,0x0,0x4,0x0,0x92, 0xFC,0x88,0x0,0x0,0x4,0x6C,0x3A, 0xFC,0x89,0x0,0x0,0x4,0x36,0xCA, 0xFC,0x8A,0x0,0x0,0x4,0x6C,0x5A, 0xFC,0x8B,0x0,0x0,0x4,0x6C,0x7A, 0xFC,0x8C,0x0,0x0,0x4,0x3E,0xA, 0xFC,0x8D,0x0,0x0,0x4,0x6C,0x9A, 0xFC,0x8E,0x0,0x0,0x4,0x69,0xBA, 0xFC,0x8F,0x0,0x0,0x4,0x69,0xDA, 0xFC,0x90,0x0,0x0,0x4,0x6A,0xBA, 0xFC,0x91,0x0,0x0,0x4,0x6C,0xBA, 0xFC,0x92,0x0,0x0,0x4,0x6C,0xDA, 0xFC,0x93,0x0,0x0,0x4,0x3C,0x1A, 0xFC,0x94,0x0,0x0,0x4,0x3E,0x2A, 0xFC,0x95,0x0,0x0,0x4,0x6A,0x5A, 0xFC,0x96,0x0,0x0,0x4,0x41,0x8A, 0xFC,0x97,0x0,0x0,0x4,0x65,0x5A, 0xFC,0x98,0x0,0x0,0x4,0x65,0x7A, 0xFC,0x99,0x0,0x0,0x4,0x6C,0xFA, 0xFC,0x9A,0x0,0x0,0x4,0x65,0x9A, 0xFC,0x9B,0x0,0x0,0x4,0x6D,0x1A, 0xFC,0x9C,0x0,0x0,0x4,0x65,0xDA, 0xFC,0x9D,0x0,0x0,0x4,0x44,0x9A, 0xFC,0x9E,0x0,0x0,0x4,0x3E,0x9A, 0xFC,0x9F,0x0,0x0,0x4,0x65,0xFA, 0xFC,0xA0,0x0,0x0,0x4,0x6D,0x3A, 0xFC,0xA1,0x0,0x0,0x4,0x33,0xEA, 0xFC,0xA2,0x0,0x0,0x4,0x34,0x1A, 0xFC,0xA3,0x0,0x0,0x4,0x34,0x7A, 0xFC,0xA4,0x0,0x0,0x4,0x34,0xAA, 0xFC,0xA5,0x0,0x0,0x4,0x6D,0x5A, 0xFC,0xA6,0x0,0x0,0x4,0x66,0xBA, 0xFC,0xA7,0x0,0x0,0x4,0x36,0xA, 0xFC,0xA8,0x0,0x0,0x4,0x33,0xFA, 0xFC,0xA9,0x0,0x0,0x4,0x34,0x2A, 0xFC,0xAA,0x0,0x0,0x4,0xF,0x42, 0xFC,0xAB,0x0,0x0,0x4,0x35,0x2A, 0xFC,0xAC,0x0,0x0,0x4,0x34,0x8A, 0xFC,0xAD,0x0,0x0,0x4,0x35,0xFA, 0xFC,0xAE,0x0,0x0,0x4,0x35,0xCA, 0xFC,0xAF,0x0,0x0,0x4,0x40,0x7A, 0xFC,0xB0,0x0,0x0,0x4,0x36,0x5A, 0xFC,0xB1,0x0,0x0,0x4,0x36,0xEA, 0xFC,0xB2,0x0,0x0,0x4,0x6D,0x7A, 0xFC,0xB3,0x0,0x0,0x4,0x37,0x1A, 0xFC,0xB4,0x0,0x0,0x4,0x67,0x3A, 0xFC,0xB5,0x0,0x0,0x4,0x38,0xA, 0xFC,0xB6,0x0,0x0,0x4,0x38,0x3A, 0xFC,0xB7,0x0,0x0,0x4,0x67,0x5A, 0xFC,0xB8,0x0,0x0,0x4,0x67,0x7A, 0xFC,0xB9,0x0,0x0,0x4,0x67,0x9A, 0xFC,0xBA,0x0,0x0,0x4,0x38,0xFA, 0xFC,0xBB,0x0,0x0,0x4,0xF,0x92, 0xFC,0xBC,0x0,0x0,0x4,0x67,0xBA, 0xFC,0xBD,0x0,0x0,0x4,0x39,0x8A, 0xFC,0xBE,0x0,0x0,0x4,0x67,0xDA, 0xFC,0xBF,0x0,0x0,0x4,0x67,0xFA, 0xFC,0xC0,0x0,0x0,0x4,0x3A,0x1A, 0xFC,0xC1,0x0,0x0,0x4,0x44,0x6A, 0xFC,0xC2,0x0,0x0,0x4,0x68,0x5A, 0xFC,0xC3,0x0,0x0,0x4,0x3A,0x4A, 0xFC,0xC4,0x0,0x0,0x4,0x68,0xDA, 0xFC,0xC5,0x0,0x0,0x4,0x68,0xFA, 0xFC,0xC6,0x0,0x0,0x4,0x69,0x1A, 0xFC,0xC7,0x0,0x0,0x4,0x69,0x3A, 0xFC,0xC8,0x0,0x0,0x4,0x42,0xEA, 0xFC,0xC9,0x0,0x0,0x4,0x3B,0x3A, 0xFC,0xCA,0x0,0x0,0x4,0x3A,0xAA, 0xFC,0xCB,0x0,0x0,0x4,0x3B,0x6A, 0xFC,0xCC,0x0,0x0,0x4,0x0,0xEA, 0xFC,0xCD,0x0,0x0,0x4,0x0,0x5A, 0xFC,0xCE,0x0,0x0,0x4,0x0,0xFA, 0xFC,0xCF,0x0,0x0,0x4,0xF,0x32, 0xFC,0xD0,0x0,0x0,0x4,0x35,0x1A, 0xFC,0xD1,0x0,0x0,0x4,0x36,0xCA, 0xFC,0xD2,0x0,0x0,0x4,0x3D,0xAA, 0xFC,0xD3,0x0,0x0,0x4,0x3D,0x4A, 0xFC,0xD4,0x0,0x0,0x4,0x69,0x9A, 0xFC,0xD5,0x0,0x0,0x4,0x3E,0xA, 0xFC,0xD6,0x0,0x0,0x4,0x6D,0x9A, 0xFC,0xD7,0x0,0x0,0x4,0x69,0xFA, 0xFC,0xD8,0x0,0x0,0x4,0x3C,0xEA, 0xFC,0xD9,0x0,0x0,0x4,0x6D,0xBA, 0xFC,0xDA,0x0,0x0,0x4,0x40,0xA, 0xFC,0xDB,0x0,0x0,0x4,0x35,0x8A, 0xFC,0xDC,0x0,0x0,0x4,0x67,0xA, 0xFC,0xDD,0x0,0x0,0x4,0x3C,0x1A, 0xFC,0xDE,0x0,0x0,0x4,0x0,0xA2, 0xFC,0xDF,0x0,0x0,0x4,0x65,0x9A, 0xFC,0xE0,0x0,0x0,0x4,0x6D,0x1A, 0xFC,0xE1,0x0,0x0,0x4,0x65,0xFA, 0xFC,0xE2,0x0,0x0,0x4,0x6D,0x3A, 0xFC,0xE3,0x0,0x0,0x4,0x34,0xAA, 0xFC,0xE4,0x0,0x0,0x4,0x6D,0x5A, 0xFC,0xE5,0x0,0x0,0x4,0x66,0xBA, 0xFC,0xE6,0x0,0x0,0x4,0x6D,0xDA, 0xFC,0xE7,0x0,0x0,0x4,0x36,0x5A, 0xFC,0xE8,0x0,0x0,0x4,0x6D,0xFA, 0xFC,0xE9,0x0,0x0,0x4,0x37,0xAA, 0xFC,0xEA,0x0,0x0,0x4,0x6E,0x1A, 0xFC,0xEB,0x0,0x0,0x4,0x69,0x3A, 0xFC,0xEC,0x0,0x0,0x4,0x42,0xEA, 0xFC,0xED,0x0,0x0,0x4,0x0,0xEA, 0xFC,0xEE,0x0,0x0,0x4,0x3E,0xA, 0xFC,0xEF,0x0,0x0,0x4,0x6D,0x9A, 0xFC,0xF0,0x0,0x0,0x4,0x3C,0x1A, 0xFC,0xF1,0x0,0x0,0x4,0x0,0xA2, 0xFC,0xF2,0x0,0x0,0x6,0x33,0x5A, 0xFC,0xF3,0x0,0x0,0x6,0x33,0x8A, 0xFC,0xF4,0x0,0x0,0x6,0x33,0xBA, 0xFC,0xF5,0x0,0x0,0x4,0x6E,0x3A, 0xFC,0xF6,0x0,0x0,0x4,0x6E,0x5A, 0xFC,0xF7,0x0,0x0,0x4,0x6E,0x7A, 0xFC,0xF8,0x0,0x0,0x4,0x6E,0x9A, 0xFC,0xF9,0x0,0x0,0x4,0x6E,0xBA, 0xFC,0xFA,0x0,0x0,0x4,0x6E,0xDA, 0xFC,0xFB,0x0,0x0,0x4,0x6E,0xFA, 0xFC,0xFC,0x0,0x0,0x4,0x6F,0x1A, 0xFC,0xFD,0x0,0x0,0x4,0x6F,0x3A, 0xFC,0xFE,0x0,0x0,0x4,0x6F,0x5A, 0xFC,0xFF,0x0,0x0,0x4,0x38,0x1A, 0xFD,0x0,0x0,0x0,0x4,0x3A,0xEA, 0xFD,0x1,0x0,0x0,0x4,0x36,0x3A, 0xFD,0x2,0x0,0x0,0x4,0x37,0x8A, 0xFD,0x3,0x0,0x0,0x4,0x3F,0x6A, 0xFD,0x4,0x0,0x0,0x4,0x3E,0xAA, 0xFD,0x5,0x0,0x0,0x4,0x6F,0x7A, 0xFD,0x6,0x0,0x0,0x4,0x6F,0x9A, 0xFD,0x7,0x0,0x0,0x4,0x6F,0xBA, 0xFD,0x8,0x0,0x0,0x4,0x6F,0xDA, 0xFD,0x9,0x0,0x0,0x4,0x37,0x7A, 0xFD,0xA,0x0,0x0,0x4,0x37,0x4A, 0xFD,0xB,0x0,0x0,0x4,0x6F,0xFA, 0xFD,0xC,0x0,0x0,0x4,0x37,0xAA, 0xFD,0xD,0x0,0x0,0x4,0x70,0x1A, 0xFD,0xE,0x0,0x0,0x4,0x70,0x3A, 0xFD,0xF,0x0,0x0,0x4,0x70,0x5A, 0xFD,0x10,0x0,0x0,0x4,0x70,0x7A, 0xFD,0x11,0x0,0x0,0x4,0x6E,0x3A, 0xFD,0x12,0x0,0x0,0x4,0x6E,0x5A, 0xFD,0x13,0x0,0x0,0x4,0x6E,0x7A, 0xFD,0x14,0x0,0x0,0x4,0x6E,0x9A, 0xFD,0x15,0x0,0x0,0x4,0x6E,0xBA, 0xFD,0x16,0x0,0x0,0x4,0x6E,0xDA, 0xFD,0x17,0x0,0x0,0x4,0x6E,0xFA, 0xFD,0x18,0x0,0x0,0x4,0x6F,0x1A, 0xFD,0x19,0x0,0x0,0x4,0x6F,0x3A, 0xFD,0x1A,0x0,0x0,0x4,0x6F,0x5A, 0xFD,0x1B,0x0,0x0,0x4,0x38,0x1A, 0xFD,0x1C,0x0,0x0,0x4,0x3A,0xEA, 0xFD,0x1D,0x0,0x0,0x4,0x36,0x3A, 0xFD,0x1E,0x0,0x0,0x4,0x37,0x8A, 0xFD,0x1F,0x0,0x0,0x4,0x3F,0x6A, 0xFD,0x20,0x0,0x0,0x4,0x3E,0xAA, 0xFD,0x21,0x0,0x0,0x4,0x6F,0x7A, 0xFD,0x22,0x0,0x0,0x4,0x6F,0x9A, 0xFD,0x23,0x0,0x0,0x4,0x6F,0xBA, 0xFD,0x24,0x0,0x0,0x4,0x6F,0xDA, 0xFD,0x25,0x0,0x0,0x4,0x37,0x7A, 0xFD,0x26,0x0,0x0,0x4,0x37,0x4A, 0xFD,0x27,0x0,0x0,0x4,0x6F,0xFA, 0xFD,0x28,0x0,0x0,0x4,0x37,0xAA, 0xFD,0x29,0x0,0x0,0x4,0x70,0x1A, 0xFD,0x2A,0x0,0x0,0x4,0x70,0x3A, 0xFD,0x2B,0x0,0x0,0x4,0x70,0x5A, 0xFD,0x2C,0x0,0x0,0x4,0x70,0x7A, 0xFD,0x2D,0x0,0x0,0x4,0x37,0x7A, 0xFD,0x2E,0x0,0x0,0x4,0x37,0x4A, 0xFD,0x2F,0x0,0x0,0x4,0x6F,0xFA, 0xFD,0x30,0x0,0x0,0x4,0x37,0xAA, 0xFD,0x31,0x0,0x0,0x4,0x6D,0xFA, 0xFD,0x32,0x0,0x0,0x4,0x6E,0x1A, 0xFD,0x33,0x0,0x0,0x4,0x38,0x6A, 0xFD,0x34,0x0,0x0,0x4,0x35,0xFA, 0xFD,0x35,0x0,0x0,0x4,0x35,0xCA, 0xFD,0x36,0x0,0x0,0x4,0x40,0x7A, 0xFD,0x37,0x0,0x0,0x4,0x37,0x7A, 0xFD,0x38,0x0,0x0,0x4,0x37,0x4A, 0xFD,0x39,0x0,0x0,0x4,0x6F,0xFA, 0xFD,0x3A,0x0,0x0,0x4,0x38,0x6A, 0xFD,0x3B,0x0,0x0,0x4,0x67,0x9A, 0xFD,0x3C,0x0,0x1,0x4,0x70,0x9A, 0xFD,0x3E,0x0,0x1,0x0,0x0,0x1, 0xFD,0x40,0x0,0xF,0x0,0x0,0x3, 0xFD,0x50,0x0,0x0,0x6,0x33,0xEA, 0xFD,0x51,0x0,0x1,0x6,0x34,0x1A, 0xFD,0x53,0x0,0x0,0x6,0x34,0x4A, 0xFD,0x54,0x0,0x0,0x6,0x34,0x7A, 0xFD,0x55,0x0,0x0,0x6,0x34,0xAA, 0xFD,0x56,0x0,0x0,0x6,0x34,0xDA, 0xFD,0x57,0x0,0x0,0x6,0x35,0xA, 0xFD,0x58,0x0,0x1,0x6,0x35,0x3A, 0xFD,0x5A,0x0,0x0,0x6,0x35,0x6A, 0xFD,0x5B,0x0,0x0,0x6,0x35,0x9A, 0xFD,0x5C,0x0,0x0,0x6,0x35,0xCA, 0xFD,0x5D,0x0,0x0,0x6,0x35,0xFA, 0xFD,0x5E,0x0,0x0,0x6,0x36,0x2A, 0xFD,0x5F,0x0,0x1,0x6,0x36,0x5A, 0xFD,0x61,0x0,0x0,0x6,0x36,0x8A, 0xFD,0x62,0x0,0x1,0x6,0x36,0xBA, 0xFD,0x64,0x0,0x1,0x6,0x36,0xEA, 0xFD,0x66,0x0,0x0,0x6,0x37,0x1A, 0xFD,0x67,0x0,0x1,0x6,0x37,0x4A, 0xFD,0x69,0x0,0x0,0x6,0x37,0x7A, 0xFD,0x6A,0x0,0x1,0x6,0x37,0xAA, 0xFD,0x6C,0x0,0x1,0x6,0x37,0xDA, 0xFD,0x6E,0x0,0x0,0x6,0x38,0xA, 0xFD,0x6F,0x0,0x1,0x6,0x38,0x3A, 0xFD,0x71,0x0,0x1,0x6,0x38,0x6A, 0xFD,0x73,0x0,0x0,0x6,0x38,0x9A, 0xFD,0x74,0x0,0x0,0x6,0x38,0xCA, 0xFD,0x75,0x0,0x0,0x6,0x38,0xFA, 0xFD,0x76,0x0,0x1,0x6,0x39,0x2A, 0xFD,0x78,0x0,0x0,0x6,0x39,0x5A, 0xFD,0x79,0x0,0x0,0x6,0x39,0x8A, 0xFD,0x7A,0x0,0x0,0x6,0x39,0xBA, 0xFD,0x7B,0x0,0x0,0x6,0x39,0xEA, 0xFD,0x7C,0x0,0x1,0x6,0x3A,0x1A, 0xFD,0x7E,0x0,0x0,0x6,0x3A,0x4A, 0xFD,0x7F,0x0,0x0,0x6,0x3A,0x7A, 0xFD,0x80,0x0,0x0,0x6,0x3A,0xAA, 0xFD,0x81,0x0,0x0,0x6,0x3A,0xDA, 0xFD,0x82,0x0,0x0,0x6,0x3B,0xA, 0xFD,0x83,0x0,0x1,0x6,0x3B,0x3A, 0xFD,0x85,0x0,0x1,0x6,0x3B,0x6A, 0xFD,0x87,0x0,0x1,0x6,0x3B,0x9A, 0xFD,0x89,0x0,0x0,0x6,0x3B,0xCA, 0xFD,0x8A,0x0,0x0,0x6,0xF,0x32, 0xFD,0x8B,0x0,0x0,0x6,0x3B,0xFA, 0xFD,0x8C,0x0,0x0,0x6,0x3C,0x2A, 0xFD,0x8D,0x0,0x0,0x6,0x3C,0x5A, 0xFD,0x8E,0x0,0x0,0x6,0x35,0x1A, 0xFD,0x8F,0x0,0x0,0x6,0x3C,0x8A, 0xFD,0x90,0x0,0x1,0x0,0x0,0x3, 0xFD,0x92,0x0,0x0,0x6,0x3C,0xBA, 0xFD,0x93,0x0,0x0,0x6,0x3C,0xEA, 0xFD,0x94,0x0,0x0,0x6,0x3D,0x1A, 0xFD,0x95,0x0,0x0,0x6,0x3D,0x4A, 0xFD,0x96,0x0,0x0,0x6,0x3D,0x7A, 0xFD,0x97,0x0,0x1,0x6,0x3D,0xAA, 0xFD,0x99,0x0,0x0,0x6,0x3D,0xDA, 0xFD,0x9A,0x0,0x0,0x6,0x3E,0xA, 0xFD,0x9B,0x0,0x0,0x6,0x3E,0x3A, 0xFD,0x9C,0x0,0x1,0x6,0x3E,0x6A, 0xFD,0x9E,0x0,0x0,0x6,0x3E,0x9A, 0xFD,0x9F,0x0,0x0,0x6,0x3E,0xCA, 0xFD,0xA0,0x0,0x0,0x6,0x3E,0xFA, 0xFD,0xA1,0x0,0x0,0x6,0x3F,0x2A, 0xFD,0xA2,0x0,0x0,0x6,0x3F,0x5A, 0xFD,0xA3,0x0,0x0,0x6,0x3F,0x8A, 0xFD,0xA4,0x0,0x0,0x6,0x3F,0xBA, 0xFD,0xA5,0x0,0x0,0x6,0x3F,0xEA, 0xFD,0xA6,0x0,0x0,0x6,0x40,0x1A, 0xFD,0xA7,0x0,0x0,0x6,0x40,0x4A, 0xFD,0xA8,0x0,0x0,0x6,0x40,0x7A, 0xFD,0xA9,0x0,0x0,0x6,0x40,0xAA, 0xFD,0xAA,0x0,0x0,0x6,0x40,0xDA, 0xFD,0xAB,0x0,0x0,0x6,0x41,0xA, 0xFD,0xAC,0x0,0x0,0x6,0x41,0x3A, 0xFD,0xAD,0x0,0x0,0x6,0x41,0x6A, 0xFD,0xAE,0x0,0x0,0x6,0x41,0x9A, 0xFD,0xAF,0x0,0x0,0x6,0x41,0xCA, 0xFD,0xB0,0x0,0x0,0x6,0x41,0xFA, 0xFD,0xB1,0x0,0x0,0x6,0x42,0x2A, 0xFD,0xB2,0x0,0x0,0x6,0x42,0x5A, 0xFD,0xB3,0x0,0x0,0x6,0x42,0x8A, 0xFD,0xB4,0x0,0x0,0x6,0x3A,0x4A, 0xFD,0xB5,0x0,0x0,0x6,0x3A,0xAA, 0xFD,0xB6,0x0,0x0,0x6,0x42,0xBA, 0xFD,0xB7,0x0,0x0,0x6,0x42,0xEA, 0xFD,0xB8,0x0,0x0,0x6,0x43,0x1A, 0xFD,0xB9,0x0,0x0,0x6,0x43,0x4A, 0xFD,0xBA,0x0,0x0,0x6,0x43,0x7A, 0xFD,0xBB,0x0,0x0,0x6,0x43,0xAA, 0xFD,0xBC,0x0,0x0,0x6,0x43,0x7A, 0xFD,0xBD,0x0,0x0,0x6,0x43,0x1A, 0xFD,0xBE,0x0,0x0,0x6,0x43,0xDA, 0xFD,0xBF,0x0,0x0,0x6,0x44,0xA, 0xFD,0xC0,0x0,0x0,0x6,0x44,0x3A, 0xFD,0xC1,0x0,0x0,0x6,0x44,0x6A, 0xFD,0xC2,0x0,0x0,0x6,0x44,0x9A, 0xFD,0xC3,0x0,0x0,0x6,0x43,0xAA, 0xFD,0xC4,0x0,0x0,0x6,0x38,0xFA, 0xFD,0xC5,0x0,0x0,0x6,0x37,0x1A, 0xFD,0xC6,0x0,0x0,0x6,0x44,0xCA, 0xFD,0xC7,0x0,0x0,0x6,0x44,0xFA, 0xFD,0xC8,0x0,0x27,0x0,0x0,0x3, 0xFD,0xF0,0x0,0x0,0x6,0x45,0x2A, 0xFD,0xF1,0x0,0x0,0x6,0x45,0x5A, 0xFD,0xF2,0x0,0x0,0x8,0x0,0x3A, 0xFD,0xF3,0x0,0x0,0x8,0xE,0xF2, 0xFD,0xF4,0x0,0x0,0x8,0xF,0x32, 0xFD,0xF5,0x0,0x0,0x8,0xF,0x72, 0xFD,0xF6,0x0,0x0,0x8,0xF,0xB2, 0xFD,0xF7,0x0,0x0,0x8,0x0,0x82, 0xFD,0xF8,0x0,0x0,0x8,0x0,0xCA, 0xFD,0xF9,0x0,0x0,0x6,0x0,0x2, 0xFD,0xFA,0x0,0x0,0x24,0x0,0x4, 0xFD,0xFB,0x0,0x0,0x10,0x1,0xC, 0xFD,0xFC,0x0,0x0,0x8,0xF,0xF2, 0xFD,0xFD,0x0,0x0,0x0,0x0,0x1, 0xFD,0xFE,0x0,0x1,0x0,0x0,0x3, 0xFE,0x0,0x0,0xF,0x0,0x0,0x5, 0xFE,0x10,0x0,0x0,0x2,0x1,0x14, 0xFE,0x11,0x0,0x0,0x2,0xEA,0xFA, 0xFE,0x12,0x0,0x0,0x0,0x0,0x3, 0xFE,0x13,0x0,0x0,0x2,0x18,0x8C, 0xFE,0x14,0x0,0x0,0x2,0x4,0x24, 0xFE,0x15,0x0,0x0,0x2,0x4,0xB4, 0xFE,0x16,0x0,0x0,0x2,0x5,0x64, 0xFE,0x17,0x0,0x0,0x2,0xEB,0xA, 0xFE,0x18,0x0,0x0,0x2,0xEB,0x1A, 0xFE,0x19,0x0,0x6,0x0,0x0,0x3, 0xFE,0x20,0x0,0x6,0x0,0x0,0x1, 0xFE,0x27,0x0,0x9,0x0,0x0,0x3, 0xFE,0x31,0x0,0x0,0x2,0xEB,0x2A, 0xFE,0x32,0x0,0x0,0x2,0xEB,0x3A, 0xFE,0x33,0x0,0x1,0x2,0x5,0xE4, 0xFE,0x35,0x0,0x0,0x2,0x2,0x24, 0xFE,0x36,0x0,0x0,0x2,0x7,0x1C, 0xFE,0x37,0x0,0x0,0x2,0x72,0xF4, 0xFE,0x38,0x0,0x0,0x2,0x74,0xF4, 0xFE,0x39,0x0,0x0,0x2,0x48,0x12, 0xFE,0x3A,0x0,0x0,0x2,0x48,0x2A, 0xFE,0x3B,0x0,0x0,0x2,0xEB,0x4A, 0xFE,0x3C,0x0,0x0,0x2,0xEB,0x5A, 0xFE,0x3D,0x0,0x0,0x2,0xEB,0x6A, 0xFE,0x3E,0x0,0x0,0x2,0xEB,0x7A, 0xFE,0x3F,0x0,0x0,0x2,0x99,0x3A, 0xFE,0x40,0x0,0x0,0x2,0x99,0x4A, 0xFE,0x41,0x0,0x0,0x2,0xEB,0x8A, 0xFE,0x42,0x0,0x0,0x2,0xEB,0x9A, 0xFE,0x43,0x0,0x0,0x2,0xEB,0xAA, 0xFE,0x44,0x0,0x0,0x2,0xEB,0xBA, 0xFE,0x45,0x0,0x1,0x0,0x0,0x1, 0xFE,0x47,0x0,0x0,0x2,0x1D,0x64, 0xFE,0x48,0x0,0x0,0x2,0xC,0xAC, 0xFE,0x49,0x0,0x3,0x4,0x56,0x44, 0xFE,0x4D,0x0,0x2,0x2,0x5,0xE4, 0xFE,0x50,0x0,0x0,0x2,0x1,0x14, 0xFE,0x51,0x0,0x0,0x2,0xEA,0xFA, 0xFE,0x52,0x0,0x1,0x0,0x0,0x3, 0xFE,0x54,0x0,0x0,0x2,0x4,0x24, 0xFE,0x55,0x0,0x0,0x2,0x18,0x8C, 0xFE,0x56,0x0,0x0,0x2,0x5,0x64, 0xFE,0x57,0x0,0x0,0x2,0x4,0xB4, 0xFE,0x58,0x0,0x0,0x2,0xEB,0x2A, 0xFE,0x59,0x0,0x0,0x2,0x2,0x24, 0xFE,0x5A,0x0,0x0,0x2,0x7,0x1C, 0xFE,0x5B,0x0,0x0,0x2,0x72,0xF4, 0xFE,0x5C,0x0,0x0,0x2,0x74,0xF4, 0xFE,0x5D,0x0,0x0,0x2,0x48,0x12, 0xFE,0x5E,0x0,0x0,0x2,0x48,0x2A, 0xFE,0x5F,0x0,0x0,0x2,0xC,0x7C, 0xFE,0x60,0x0,0x0,0x2,0x23,0x9C, 0xFE,0x61,0x0,0x0,0x2,0xE,0x34, 0xFE,0x62,0x0,0x0,0x2,0x8,0x6C, 0xFE,0x63,0x0,0x0,0x2,0x1,0x8A, 0xFE,0x64,0x0,0x0,0x2,0x3,0x84, 0xFE,0x65,0x0,0x0,0x2,0xE,0x7C, 0xFE,0x66,0x0,0x0,0x2,0x18,0x9C, 0xFE,0x67,0x0,0x0,0x0,0x0,0x3, 0xFE,0x68,0x0,0x0,0x2,0x27,0xBC, 0xFE,0x69,0x0,0x0,0x2,0x3,0x94, 0xFE,0x6A,0x0,0x0,0x2,0x53,0x2C, 0xFE,0x6B,0x0,0x0,0x2,0xB,0x4C, 0xFE,0x6C,0x0,0x3,0x0,0x0,0x3, 0xFE,0x70,0x0,0x0,0x4,0x70,0xBC, 0xFE,0x71,0x0,0x0,0x4,0x70,0xD2, 0xFE,0x72,0x0,0x0,0x4,0x32,0x6C, 0xFE,0x73,0x0,0x0,0x0,0x0,0x1, 0xFE,0x74,0x0,0x0,0x4,0x32,0x94, 0xFE,0x75,0x0,0x0,0x0,0x0,0x3, 0xFE,0x76,0x0,0x0,0x4,0x32,0xBC, 0xFE,0x77,0x0,0x0,0x4,0x33,0x5A, 0xFE,0x78,0x0,0x0,0x4,0x32,0xE4, 0xFE,0x79,0x0,0x0,0x4,0x33,0x8A, 0xFE,0x7A,0x0,0x0,0x4,0x33,0xC, 0xFE,0x7B,0x0,0x0,0x4,0x33,0xBA, 0xFE,0x7C,0x0,0x0,0x4,0x33,0x34, 0xFE,0x7D,0x0,0x0,0x4,0x70,0xF2, 0xFE,0x7E,0x0,0x0,0x4,0x71,0x14, 0xFE,0x7F,0x0,0x0,0x4,0x71,0x2A, 0xFE,0x80,0x0,0x0,0x2,0xEB,0xCA, 0xFE,0x81,0x0,0x1,0x2,0x71,0x5A, 0xFE,0x83,0x0,0x1,0x2,0x71,0x7A, 0xFE,0x85,0x0,0x1,0x2,0x8,0xB2, 0xFE,0x87,0x0,0x1,0x2,0x71,0x9A, 0xFE,0x89,0x0,0x3,0x2,0x64,0x5A, 0xFE,0x8D,0x0,0x1,0x2,0x0,0x3A, 0xFE,0x8F,0x0,0x3,0x2,0xF,0x12, 0xFE,0x93,0x0,0x1,0x2,0xEB,0xDA, 0xFE,0x95,0x0,0x3,0x2,0x33,0xEA, 0xFE,0x99,0x0,0x3,0x2,0x66,0x9A, 0xFE,0x9D,0x0,0x3,0x2,0x1,0xA, 0xFE,0xA1,0x0,0x3,0x2,0xF,0x42, 0xFE,0xA5,0x0,0x3,0x2,0x34,0x8A, 0xFE,0xA9,0x0,0x1,0x2,0xF,0x62, 0xFE,0xAB,0x0,0x1,0x2,0x6A,0x7A, 0xFE,0xAD,0x0,0x1,0x2,0xF,0x22, 0xFE,0xAF,0x0,0x1,0x2,0x6B,0xA, 0xFE,0xB1,0x0,0x3,0x2,0x0,0xDA, 0xFE,0xB5,0x0,0x3,0x2,0x37,0x4A, 0xFE,0xB9,0x0,0x3,0x2,0x0,0x2, 0xFE,0xBD,0x0,0x3,0x2,0x38,0xA, 0xFE,0xC1,0x0,0x3,0x2,0x38,0x6A, 0xFE,0xC5,0x0,0x3,0x2,0x67,0x9A, 0xFE,0xC9,0x0,0x3,0x2,0x0,0x82, 0xFE,0xCD,0x0,0x3,0x2,0x39,0x8A, 0xFE,0xD1,0x0,0x3,0x2,0x3A,0x1A, 0xFE,0xD5,0x0,0x3,0x2,0x3A,0x4A, 0xFE,0xD9,0x0,0x3,0x2,0xF,0x2, 0xFE,0xDD,0x0,0x3,0x2,0x0,0x12, 0xFE,0xE1,0x0,0x3,0x2,0x0,0xFA, 0xFE,0xE5,0x0,0x3,0x2,0x3D,0x4A, 0xFE,0xE9,0x0,0x3,0x2,0x0,0x6A, 0xFE,0xED,0x0,0x1,0x2,0x0,0xCA, 0xFE,0xEF,0x0,0x1,0x2,0x0,0x22, 0xFE,0xF1,0x0,0x3,0x2,0x0,0xA2, 0xFE,0xF5,0x0,0x1,0x4,0x71,0x4A, 0xFE,0xF7,0x0,0x1,0x4,0x71,0x6A, 0xFE,0xF9,0x0,0x1,0x4,0x71,0x8A, 0xFE,0xFB,0x0,0x1,0x4,0x1,0x42, 0xFE,0xFD,0x0,0x1,0x0,0x0,0x3, 0xFE,0xFF,0x0,0x0,0x0,0x0,0x5, 0xFF,0x0,0x0,0x0,0x0,0x0,0x3, 0xFF,0x1,0x0,0x0,0x2,0x4,0xB4, 0xFF,0x2,0x0,0x0,0x2,0x4,0x64, 0xFF,0x3,0x0,0x0,0x2,0xC,0x7C, 0xFF,0x4,0x0,0x0,0x2,0x3,0x94, 0xFF,0x5,0x0,0x0,0x2,0x53,0x2C, 0xFF,0x6,0x0,0x0,0x2,0x23,0x9C, 0xFF,0x7,0x0,0x0,0x2,0x0,0x44, 0xFF,0x8,0x0,0x0,0x2,0x2,0x24, 0xFF,0x9,0x0,0x0,0x2,0x7,0x1C, 0xFF,0xA,0x0,0x0,0x2,0xE,0x34, 0xFF,0xB,0x0,0x0,0x2,0x8,0x6C, 0xFF,0xC,0x0,0x0,0x2,0x1,0x14, 0xFF,0xD,0x0,0x0,0x2,0x1,0x8A, 0xFF,0xE,0x0,0x0,0x2,0xB,0x2A, 0xFF,0xF,0x0,0x0,0x2,0x2,0x44, 0xFF,0x10,0x0,0x0,0x2,0x2,0x92, 0xFF,0x11,0x0,0x0,0x2,0x6,0xBA, 0xFF,0x12,0x0,0x0,0x2,0x2,0x12, 0xFF,0x13,0x0,0x0,0x2,0x0,0xE2, 0xFF,0x14,0x0,0x0,0x2,0x7,0x92, 0xFF,0x15,0x0,0x0,0x2,0x0,0xA, 0xFF,0x16,0x0,0x0,0x2,0x7,0xD2, 0xFF,0x17,0x0,0x0,0x2,0x5,0x12, 0xFF,0x18,0x0,0x0,0x2,0x8,0x12, 0xFF,0x19,0x0,0x0,0x2,0x0,0x8A, 0xFF,0x1A,0x0,0x0,0x2,0x18,0x8C, 0xFF,0x1B,0x0,0x0,0x2,0x4,0x24, 0xFF,0x1C,0x0,0x0,0x2,0x3,0x84, 0xFF,0x1D,0x0,0x0,0x2,0x18,0x9C, 0xFF,0x1E,0x0,0x0,0x2,0xE,0x7C, 0xFF,0x1F,0x0,0x0,0x2,0x5,0x64, 0xFF,0x20,0x0,0x0,0x2,0xB,0x4C, 0xFF,0x21,0x0,0x0,0x2,0x1,0xAA, 0xFF,0x22,0x0,0x0,0x2,0x16,0x3A, 0xFF,0x23,0x0,0x0,0x2,0xE,0x8A, 0xFF,0x24,0x0,0x0,0x2,0x1,0xF2, 0xFF,0x25,0x0,0x0,0x2,0xA,0xFA, 0xFF,0x26,0x0,0x0,0x2,0x13,0x2, 0xFF,0x27,0x0,0x0,0x2,0x5,0xC2, 0xFF,0x28,0x0,0x0,0x2,0x16,0xCA, 0xFF,0x29,0x0,0x0,0x2,0x2,0xA2, 0xFF,0x2A,0x0,0x0,0x2,0x5,0xF2, 0xFF,0x2B,0x0,0x0,0x2,0x1,0xDA, 0xFF,0x2C,0x0,0x0,0x2,0x6,0x32, 0xFF,0x2D,0x0,0x0,0x2,0x1,0x9A, 0xFF,0x2E,0x0,0x0,0x2,0x17,0x5A, 0xFF,0x2F,0x0,0x0,0x2,0x2,0xE2, 0xFF,0x30,0x0,0x0,0x2,0x17,0x8A, 0xFF,0x31,0x0,0x0,0x2,0x10,0xD2, 0xFF,0x32,0x0,0x0,0x2,0x1,0xE2, 0xFF,0x33,0x0,0x0,0x2,0x2,0xA, 0xFF,0x34,0x0,0x0,0x2,0x12,0xEA, 0xFF,0x35,0x0,0x0,0x2,0x12,0xE2, 0xFF,0x36,0x0,0x0,0x2,0x6,0xE2, 0xFF,0x37,0x0,0x0,0x2,0x18,0x32, 0xFF,0x38,0x0,0x0,0x2,0x13,0x12, 0xFF,0x39,0x0,0x0,0x2,0x18,0x62, 0xFF,0x3A,0x0,0x0,0x2,0x18,0x7A, 0xFF,0x3B,0x0,0x0,0x2,0x1D,0x64, 0xFF,0x3C,0x0,0x0,0x2,0x27,0xBC, 0xFF,0x3D,0x0,0x0,0x2,0xC,0xAC, 0xFF,0x3E,0x0,0x0,0x2,0x5,0x94, 0xFF,0x3F,0x0,0x0,0x2,0x5,0xE4, 0xFF,0x40,0x0,0x0,0x2,0x2,0xB4, 0xFF,0x41,0x0,0x0,0x2,0x1,0xAA, 0xFF,0x42,0x0,0x0,0x2,0x16,0x3A, 0xFF,0x43,0x0,0x0,0x2,0xE,0x8A, 0xFF,0x44,0x0,0x0,0x2,0x1,0xF2, 0xFF,0x45,0x0,0x0,0x2,0xA,0xFA, 0xFF,0x46,0x0,0x0,0x2,0x13,0x2, 0xFF,0x47,0x0,0x0,0x2,0x5,0xC2, 0xFF,0x48,0x0,0x0,0x2,0x16,0xCA, 0xFF,0x49,0x0,0x0,0x2,0x2,0xA2, 0xFF,0x4A,0x0,0x0,0x2,0x5,0xF2, 0xFF,0x4B,0x0,0x0,0x2,0x1,0xDA, 0xFF,0x4C,0x0,0x0,0x2,0x6,0x32, 0xFF,0x4D,0x0,0x0,0x2,0x1,0x9A, 0xFF,0x4E,0x0,0x0,0x2,0x17,0x5A, 0xFF,0x4F,0x0,0x0,0x2,0x2,0xE2, 0xFF,0x50,0x0,0x0,0x2,0x17,0x8A, 0xFF,0x51,0x0,0x0,0x2,0x10,0xD2, 0xFF,0x52,0x0,0x0,0x2,0x1,0xE2, 0xFF,0x53,0x0,0x0,0x2,0x2,0xA, 0xFF,0x54,0x0,0x0,0x2,0x12,0xEA, 0xFF,0x55,0x0,0x0,0x2,0x12,0xE2, 0xFF,0x56,0x0,0x0,0x2,0x6,0xE2, 0xFF,0x57,0x0,0x0,0x2,0x18,0x32, 0xFF,0x58,0x0,0x0,0x2,0x13,0x12, 0xFF,0x59,0x0,0x0,0x2,0x18,0x62, 0xFF,0x5A,0x0,0x0,0x2,0x18,0x7A, 0xFF,0x5B,0x0,0x0,0x2,0x72,0xF4, 0xFF,0x5C,0x0,0x0,0x2,0x1,0xBC, 0xFF,0x5D,0x0,0x0,0x2,0x74,0xF4, 0xFF,0x5E,0x0,0x0,0x2,0x4B,0xC, 0xFF,0x5F,0x0,0x0,0x2,0xEB,0xEA, 0xFF,0x60,0x0,0x0,0x2,0xEB,0xFA, 0xFF,0x61,0x0,0x0,0x2,0xB,0x2A, 0xFF,0x62,0x0,0x0,0x2,0xEB,0x8A, 0xFF,0x63,0x0,0x0,0x2,0xEB,0x9A, 0xFF,0x64,0x0,0x0,0x2,0xEA,0xFA, 0xFF,0x65,0x0,0x0,0x2,0xEC,0xA, 0xFF,0x66,0x0,0x0,0x2,0xBA,0x62, 0xFF,0x67,0x0,0x0,0x2,0x4,0xAA, 0xFF,0x68,0x0,0x0,0x2,0xC,0x72, 0xFF,0x69,0x0,0x0,0x2,0xEC,0x1A, 0xFF,0x6A,0x0,0x0,0x2,0x5,0x1A, 0xFF,0x6B,0x0,0x0,0x2,0x23,0xA2, 0xFF,0x6C,0x0,0x0,0x2,0xEC,0x2A, 0xFF,0x6D,0x0,0x0,0x2,0xA,0xF2, 0xFF,0x6E,0x0,0x0,0x2,0x5,0xBA, 0xFF,0x6F,0x0,0x0,0x2,0x2,0xEA, 0xFF,0x70,0x0,0x0,0x2,0x1,0xB2, 0xFF,0x71,0x0,0x0,0x2,0x4,0x5A, 0xFF,0x72,0x0,0x0,0x2,0x3,0x8A, 0xFF,0x73,0x0,0x0,0x2,0x23,0x92, 0xFF,0x74,0x0,0x0,0x2,0x2,0x1A, 0xFF,0x75,0x0,0x0,0x2,0x23,0xC2, 0xFF,0x76,0x0,0x0,0x2,0xA,0x42, 0xFF,0x77,0x0,0x0,0x2,0x1,0x82, 0xFF,0x78,0x0,0x0,0x2,0x2,0x3A, 0xFF,0x79,0x0,0x0,0x2,0x24,0xE2, 0xFF,0x7A,0x0,0x0,0x2,0x25,0x12, 0xFF,0x7B,0x0,0x0,0x2,0x3,0xAA, 0xFF,0x7C,0x0,0x0,0x2,0x5,0xA, 0xFF,0x7D,0x0,0x0,0x2,0x2,0x2A, 0xFF,0x7E,0x0,0x0,0x2,0x4,0x1A, 0xFF,0x7F,0x0,0x0,0x2,0x5A,0xDA, 0xFF,0x80,0x0,0x0,0x2,0x5,0x5A, 0xFF,0x81,0x0,0x0,0x2,0x3,0xCA, 0xFF,0x82,0x0,0x0,0x2,0x26,0x22, 0xFF,0x83,0x0,0x0,0x2,0xBA,0x2, 0xFF,0x84,0x0,0x0,0x2,0x1,0xC2, 0xFF,0x85,0x0,0x0,0x2,0x25,0x32, 0xFF,0x86,0x0,0x0,0x2,0x9,0xF2, 0xFF,0x87,0x0,0x0,0x2,0xBA,0x12, 0xFF,0x88,0x0,0x0,0x2,0xB,0x92, 0xFF,0x89,0x0,0x0,0x2,0x25,0xD2, 0xFF,0x8A,0x0,0x0,0x2,0x26,0x2, 0xFF,0x8B,0x0,0x0,0x2,0x26,0xE2, 0xFF,0x8C,0x0,0x0,0x2,0x4,0x9A, 0xFF,0x8D,0x0,0x0,0x2,0x5,0x3A, 0xFF,0x8E,0x0,0x0,0x2,0x28,0x12, 0xFF,0x8F,0x0,0x0,0x2,0x5,0x8A, 0xFF,0x90,0x0,0x0,0x2,0x5,0xDA, 0xFF,0x91,0x0,0x0,0x2,0x2,0xAA, 0xFF,0x92,0x0,0x0,0x2,0x1,0xA2, 0xFF,0x93,0x0,0x0,0x2,0xBA,0x22, 0xFF,0x94,0x0,0x0,0x2,0x29,0x2, 0xFF,0x95,0x0,0x0,0x2,0x29,0x62, 0xFF,0x96,0x0,0x0,0x2,0xBA,0x32, 0xFF,0x97,0x0,0x0,0x2,0x2,0x9A, 0xFF,0x98,0x0,0x0,0x2,0x5,0xEA, 0xFF,0x99,0x0,0x0,0x2,0x1,0xD2, 0xFF,0x9A,0x0,0x0,0x2,0x6,0x2A, 0xFF,0x9B,0x0,0x0,0x2,0x1,0x92, 0xFF,0x9C,0x0,0x0,0x2,0x2,0xDA, 0xFF,0x9D,0x0,0x0,0x2,0x3,0x4A, 0xFF,0x9E,0x0,0x0,0x2,0x57,0x42, 0xFF,0x9F,0x0,0x0,0x2,0x57,0x5A, 0xFF,0xA0,0x0,0x0,0x0,0x0,0x3, 0xFF,0xA1,0x0,0x0,0x2,0x18,0xC2, 0xFF,0xA2,0x0,0x0,0x2,0xB3,0x6A, 0xFF,0xA3,0x0,0x0,0x2,0xB3,0x7A, 0xFF,0xA4,0x0,0x0,0x2,0x18,0xE2, 0xFF,0xA5,0x0,0x0,0x2,0xB3,0x8A, 0xFF,0xA6,0x0,0x0,0x2,0xB3,0x9A, 0xFF,0xA7,0x0,0x0,0x2,0x19,0x2, 0xFF,0xA8,0x0,0x0,0x2,0xB3,0xAA, 0xFF,0xA9,0x0,0x0,0x2,0x19,0x22, 0xFF,0xAA,0x0,0x0,0x2,0xB3,0xBA, 0xFF,0xAB,0x0,0x0,0x2,0xB3,0xCA, 0xFF,0xAC,0x0,0x0,0x2,0xB3,0xDA, 0xFF,0xAD,0x0,0x0,0x2,0xB3,0xEA, 0xFF,0xAE,0x0,0x0,0x2,0xB3,0xFA, 0xFF,0xAF,0x0,0x0,0x2,0xB4,0xA, 0xFF,0xB0,0x0,0x0,0x2,0xB4,0x1A, 0xFF,0xB1,0x0,0x0,0x2,0x19,0x42, 0xFF,0xB2,0x0,0x0,0x2,0x19,0x62, 0xFF,0xB3,0x0,0x0,0x2,0xB4,0x2A, 0xFF,0xB4,0x0,0x0,0x2,0xB4,0x3A, 0xFF,0xB5,0x0,0x0,0x2,0x19,0x82, 0xFF,0xB6,0x0,0x0,0x2,0xB4,0x4A, 0xFF,0xB7,0x0,0x0,0x2,0x19,0xA2, 0xFF,0xB8,0x0,0x0,0x2,0x19,0xC2, 0xFF,0xB9,0x0,0x0,0x2,0xB4,0x5A, 0xFF,0xBA,0x0,0x0,0x2,0x19,0xE2, 0xFF,0xBB,0x0,0x0,0x2,0x1A,0x2, 0xFF,0xBC,0x0,0x0,0x2,0x1A,0x22, 0xFF,0xBD,0x0,0x0,0x2,0x1A,0x42, 0xFF,0xBE,0x0,0x0,0x2,0x1A,0x62, 0xFF,0xBF,0x0,0x2,0x0,0x0,0x3, 0xFF,0xC2,0x0,0x0,0x2,0xB4,0x6A, 0xFF,0xC3,0x0,0x0,0x2,0xB4,0x7A, 0xFF,0xC4,0x0,0x0,0x2,0xB4,0x8A, 0xFF,0xC5,0x0,0x0,0x2,0xB4,0x9A, 0xFF,0xC6,0x0,0x0,0x2,0x45,0xAA, 0xFF,0xC7,0x0,0x0,0x2,0xB4,0xAA, 0xFF,0xC8,0x0,0x1,0x0,0x0,0x3, 0xFF,0xCA,0x0,0x0,0x2,0xB4,0xBA, 0xFF,0xCB,0x0,0x0,0x2,0xB4,0xCA, 0xFF,0xCC,0x0,0x0,0x2,0xB4,0xDA, 0xFF,0xCD,0x0,0x0,0x2,0xB4,0xEA, 0xFF,0xCE,0x0,0x0,0x2,0x1D,0xFA, 0xFF,0xCF,0x0,0x0,0x2,0xB4,0xFA, 0xFF,0xD0,0x0,0x1,0x0,0x0,0x3, 0xFF,0xD2,0x0,0x0,0x2,0x1D,0xAA, 0xFF,0xD3,0x0,0x0,0x2,0x45,0xC2, 0xFF,0xD4,0x0,0x0,0x2,0x46,0xA, 0xFF,0xD5,0x0,0x0,0x2,0x46,0x52, 0xFF,0xD6,0x0,0x0,0x2,0x46,0x9A, 0xFF,0xD7,0x0,0x0,0x2,0x46,0xE2, 0xFF,0xD8,0x0,0x1,0x0,0x0,0x3, 0xFF,0xDA,0x0,0x0,0x2,0xB5,0xA, 0xFF,0xDB,0x0,0x0,0x2,0xB5,0x1A, 0xFF,0xDC,0x0,0x0,0x2,0xB5,0x2A, 0xFF,0xDD,0x0,0x2,0x0,0x0,0x3, 0xFF,0xE0,0x0,0x0,0x2,0xEC,0x3A, 0xFF,0xE1,0x0,0x0,0x2,0xEC,0x4A, 0xFF,0xE2,0x0,0x0,0x2,0x1B,0x7A, 0xFF,0xE3,0x0,0x0,0x4,0x4A,0x4C, 0xFF,0xE4,0x0,0x0,0x2,0xEC,0x5A, 0xFF,0xE5,0x0,0x0,0x2,0xEC,0x6A, 0xFF,0xE6,0x0,0x0,0x2,0xEC,0x7A, 0xFF,0xE7,0x0,0x0,0x0,0x0,0x3, 0xFF,0xE8,0x0,0x0,0x2,0xEC,0x8A, 0xFF,0xE9,0x0,0x0,0x2,0xCF,0x42, 0xFF,0xEA,0x0,0x0,0x2,0xEC,0x9A, 0xFF,0xEB,0x0,0x0,0x2,0xEC,0xAA, 0xFF,0xEC,0x0,0x0,0x2,0xEC,0xBA, 0xFF,0xED,0x0,0x0,0x2,0xEC,0xCA, 0xFF,0xEE,0x0,0x0,0x2,0xEC,0xDA, 0xFF,0xEF,0x0,0x10,0x0,0x0,0x3, }; static const uint8_t idna_map_24[17144] = { 0x1,0x0,0x0,0x0,0xB,0x0,0x0,0x1, 0x1,0x0,0xC,0x0,0x0,0x0,0x0,0x3, 0x1,0x0,0xD,0x0,0x19,0x0,0x0,0x1, 0x1,0x0,0x27,0x0,0x0,0x0,0x0,0x3, 0x1,0x0,0x28,0x0,0x12,0x0,0x0,0x1, 0x1,0x0,0x3B,0x0,0x0,0x0,0x0,0x3, 0x1,0x0,0x3C,0x0,0x1,0x0,0x0,0x1, 0x1,0x0,0x3E,0x0,0x0,0x0,0x0,0x3, 0x1,0x0,0x3F,0x0,0xE,0x0,0x0,0x1, 0x1,0x0,0x4E,0x0,0x1,0x0,0x0,0x3, 0x1,0x0,0x50,0x0,0xD,0x0,0x0,0x1, 0x1,0x0,0x5E,0x0,0x21,0x0,0x0,0x3, 0x1,0x0,0x80,0x0,0x7A,0x0,0x0,0x1, 0x1,0x0,0xFB,0x0,0x4,0x0,0x0,0x3, 0x1,0x1,0x0,0x0,0x2,0x0,0x0,0x1, 0x1,0x1,0x3,0x0,0x3,0x0,0x0,0x3, 0x1,0x1,0x7,0x0,0x2C,0x0,0x0,0x1, 0x1,0x1,0x34,0x0,0x2,0x0,0x0,0x3, 0x1,0x1,0x37,0x0,0x53,0x0,0x0,0x1, 0x1,0x1,0x8B,0x0,0x4,0x0,0x0,0x3, 0x1,0x1,0x90,0x0,0xB,0x0,0x0,0x1, 0x1,0x1,0x9C,0x0,0x33,0x0,0x0,0x3, 0x1,0x1,0xD0,0x0,0x2D,0x0,0x0,0x1, 0x1,0x1,0xFE,0x0,0x81,0x0,0x0,0x3, 0x1,0x2,0x80,0x0,0x1C,0x0,0x0,0x1, 0x1,0x2,0x9D,0x0,0x2,0x0,0x0,0x3, 0x1,0x2,0xA0,0x0,0x30,0x0,0x0,0x1, 0x1,0x2,0xD1,0x0,0x2E,0x0,0x0,0x3, 0x1,0x3,0x0,0x0,0x1E,0x0,0x0,0x1, 0x1,0x3,0x1F,0x0,0x0,0x0,0x0,0x3, 0x1,0x3,0x20,0x0,0x3,0x0,0x0,0x1, 0x1,0x3,0x24,0x0,0xB,0x0,0x0,0x3, 0x1,0x3,0x30,0x0,0x1A,0x0,0x0,0x1, 0x1,0x3,0x4B,0x0,0x34,0x0,0x0,0x3, 0x1,0x3,0x80,0x0,0x1D,0x0,0x0,0x1, 0x1,0x3,0x9E,0x0,0x0,0x0,0x0,0x3, 0x1,0x3,0x9F,0x0,0x24,0x0,0x0,0x1, 0x1,0x3,0xC4,0x0,0x3,0x0,0x0,0x3, 0x1,0x3,0xC8,0x0,0xD,0x0,0x0,0x1, 0x1,0x3,0xD6,0x0,0x29,0x0,0x0,0x3, 0x1,0x4,0x0,0x0,0x0,0x2,0xEC,0xEA, 0x1,0x4,0x1,0x0,0x0,0x2,0xED,0x2, 0x1,0x4,0x2,0x0,0x0,0x2,0xED,0x1A, 0x1,0x4,0x3,0x0,0x0,0x2,0xED,0x32, 0x1,0x4,0x4,0x0,0x0,0x2,0xED,0x4A, 0x1,0x4,0x5,0x0,0x0,0x2,0xED,0x62, 0x1,0x4,0x6,0x0,0x0,0x2,0xED,0x7A, 0x1,0x4,0x7,0x0,0x0,0x2,0xED,0x92, 0x1,0x4,0x8,0x0,0x0,0x2,0xED,0xAA, 0x1,0x4,0x9,0x0,0x0,0x2,0xED,0xC2, 0x1,0x4,0xA,0x0,0x0,0x2,0xED,0xDA, 0x1,0x4,0xB,0x0,0x0,0x2,0xED,0xF2, 0x1,0x4,0xC,0x0,0x0,0x2,0xEE,0xA, 0x1,0x4,0xD,0x0,0x0,0x2,0xEE,0x22, 0x1,0x4,0xE,0x0,0x0,0x2,0xEE,0x3A, 0x1,0x4,0xF,0x0,0x0,0x2,0xEE,0x52, 0x1,0x4,0x10,0x0,0x0,0x2,0xEE,0x6A, 0x1,0x4,0x11,0x0,0x0,0x2,0xEE,0x82, 0x1,0x4,0x12,0x0,0x0,0x2,0xEE,0x9A, 0x1,0x4,0x13,0x0,0x0,0x2,0xEE,0xB2, 0x1,0x4,0x14,0x0,0x0,0x2,0xEE,0xCA, 0x1,0x4,0x15,0x0,0x0,0x2,0xEE,0xE2, 0x1,0x4,0x16,0x0,0x0,0x2,0xEE,0xFA, 0x1,0x4,0x17,0x0,0x0,0x2,0xEF,0x12, 0x1,0x4,0x18,0x0,0x0,0x2,0xEF,0x2A, 0x1,0x4,0x19,0x0,0x0,0x2,0xEF,0x42, 0x1,0x4,0x1A,0x0,0x0,0x2,0xEF,0x5A, 0x1,0x4,0x1B,0x0,0x0,0x2,0xEF,0x72, 0x1,0x4,0x1C,0x0,0x0,0x2,0xEF,0x8A, 0x1,0x4,0x1D,0x0,0x0,0x2,0xEF,0xA2, 0x1,0x4,0x1E,0x0,0x0,0x2,0xEF,0xBA, 0x1,0x4,0x1F,0x0,0x0,0x2,0xEF,0xD2, 0x1,0x4,0x20,0x0,0x0,0x2,0xEF,0xEA, 0x1,0x4,0x21,0x0,0x0,0x2,0xF0,0x2, 0x1,0x4,0x22,0x0,0x0,0x2,0xF0,0x1A, 0x1,0x4,0x23,0x0,0x0,0x2,0xF0,0x32, 0x1,0x4,0x24,0x0,0x0,0x2,0xF0,0x4A, 0x1,0x4,0x25,0x0,0x0,0x2,0xF0,0x62, 0x1,0x4,0x26,0x0,0x0,0x2,0xF0,0x7A, 0x1,0x4,0x27,0x0,0x0,0x2,0xF0,0x92, 0x1,0x4,0x28,0x0,0x75,0x0,0x0,0x1, 0x1,0x4,0x9E,0x0,0x1,0x0,0x0,0x3, 0x1,0x4,0xA0,0x0,0x9,0x0,0x0,0x1, 0x1,0x4,0xAA,0x3,0x55,0x0,0x0,0x3, 0x1,0x8,0x0,0x0,0x5,0x0,0x0,0x1, 0x1,0x8,0x6,0x0,0x1,0x0,0x0,0x3, 0x1,0x8,0x8,0x0,0x0,0x0,0x0,0x1, 0x1,0x8,0x9,0x0,0x0,0x0,0x0,0x3, 0x1,0x8,0xA,0x0,0x2B,0x0,0x0,0x1, 0x1,0x8,0x36,0x0,0x0,0x0,0x0,0x3, 0x1,0x8,0x37,0x0,0x1,0x0,0x0,0x1, 0x1,0x8,0x39,0x0,0x2,0x0,0x0,0x3, 0x1,0x8,0x3C,0x0,0x0,0x0,0x0,0x1, 0x1,0x8,0x3D,0x0,0x1,0x0,0x0,0x3, 0x1,0x8,0x3F,0x0,0x16,0x0,0x0,0x1, 0x1,0x8,0x56,0x0,0x0,0x0,0x0,0x3, 0x1,0x8,0x57,0x0,0x8,0x0,0x0,0x1, 0x1,0x8,0x60,0x0,0x9F,0x0,0x0,0x3, 0x1,0x9,0x0,0x0,0x1B,0x0,0x0,0x1, 0x1,0x9,0x1C,0x0,0x2,0x0,0x0,0x3, 0x1,0x9,0x1F,0x0,0x1A,0x0,0x0,0x1, 0x1,0x9,0x3A,0x0,0x4,0x0,0x0,0x3, 0x1,0x9,0x3F,0x0,0x0,0x0,0x0,0x1, 0x1,0x9,0x40,0x0,0x3F,0x0,0x0,0x3, 0x1,0x9,0x80,0x0,0x37,0x0,0x0,0x1, 0x1,0x9,0xB8,0x0,0x5,0x0,0x0,0x3, 0x1,0x9,0xBE,0x0,0x1,0x0,0x0,0x1, 0x1,0x9,0xC0,0x0,0x3F,0x0,0x0,0x3, 0x1,0xA,0x0,0x0,0x3,0x0,0x0,0x1, 0x1,0xA,0x4,0x0,0x0,0x0,0x0,0x3, 0x1,0xA,0x5,0x0,0x1,0x0,0x0,0x1, 0x1,0xA,0x7,0x0,0x4,0x0,0x0,0x3, 0x1,0xA,0xC,0x0,0x7,0x0,0x0,0x1, 0x1,0xA,0x14,0x0,0x0,0x0,0x0,0x3, 0x1,0xA,0x15,0x0,0x2,0x0,0x0,0x1, 0x1,0xA,0x18,0x0,0x0,0x0,0x0,0x3, 0x1,0xA,0x19,0x0,0x1A,0x0,0x0,0x1, 0x1,0xA,0x34,0x0,0x3,0x0,0x0,0x3, 0x1,0xA,0x38,0x0,0x2,0x0,0x0,0x1, 0x1,0xA,0x3B,0x0,0x3,0x0,0x0,0x3, 0x1,0xA,0x3F,0x0,0x8,0x0,0x0,0x1, 0x1,0xA,0x48,0x0,0x7,0x0,0x0,0x3, 0x1,0xA,0x50,0x0,0x8,0x0,0x0,0x1, 0x1,0xA,0x59,0x0,0x6,0x0,0x0,0x3, 0x1,0xA,0x60,0x0,0x1F,0x0,0x0,0x1, 0x1,0xA,0x80,0x0,0x7F,0x0,0x0,0x3, 0x1,0xB,0x0,0x0,0x35,0x0,0x0,0x1, 0x1,0xB,0x36,0x0,0x2,0x0,0x0,0x3, 0x1,0xB,0x39,0x0,0x1C,0x0,0x0,0x1, 0x1,0xB,0x56,0x0,0x1,0x0,0x0,0x3, 0x1,0xB,0x58,0x0,0x1A,0x0,0x0,0x1, 0x1,0xB,0x73,0x0,0x4,0x0,0x0,0x3, 0x1,0xB,0x78,0x0,0x7,0x0,0x0,0x1, 0x1,0xB,0x80,0x0,0x7F,0x0,0x0,0x3, 0x1,0xC,0x0,0x0,0x48,0x0,0x0,0x1, 0x1,0xC,0x49,0x2,0x16,0x0,0x0,0x3, 0x1,0xE,0x60,0x0,0x1E,0x0,0x0,0x1, 0x1,0xE,0x7F,0x1,0x80,0x0,0x0,0x3, 0x1,0x10,0x0,0x0,0x4D,0x0,0x0,0x1, 0x1,0x10,0x4E,0x0,0x3,0x0,0x0,0x3, 0x1,0x10,0x52,0x0,0x1D,0x0,0x0,0x1, 0x1,0x10,0x70,0x0,0xF,0x0,0x0,0x3, 0x1,0x10,0x80,0x0,0x3C,0x0,0x0,0x1, 0x1,0x10,0xBD,0x0,0x0,0x0,0x0,0x3, 0x1,0x10,0xBE,0x0,0x3,0x0,0x0,0x1, 0x1,0x10,0xC2,0x0,0xD,0x0,0x0,0x3, 0x1,0x10,0xD0,0x0,0x18,0x0,0x0,0x1, 0x1,0x10,0xE9,0x0,0x6,0x0,0x0,0x3, 0x1,0x10,0xF0,0x0,0x9,0x0,0x0,0x1, 0x1,0x10,0xFA,0x0,0x5,0x0,0x0,0x3, 0x1,0x11,0x0,0x0,0x34,0x0,0x0,0x1, 0x1,0x11,0x35,0x0,0x0,0x0,0x0,0x3, 0x1,0x11,0x36,0x0,0xD,0x0,0x0,0x1, 0x1,0x11,0x44,0x0,0x3B,0x0,0x0,0x3, 0x1,0x11,0x80,0x0,0x48,0x0,0x0,0x1, 0x1,0x11,0xC9,0x0,0x6,0x0,0x0,0x3, 0x1,0x11,0xD0,0x0,0x9,0x0,0x0,0x1, 0x1,0x11,0xDA,0x4,0xA5,0x0,0x0,0x3, 0x1,0x16,0x80,0x0,0x37,0x0,0x0,0x1, 0x1,0x16,0xB8,0x0,0x7,0x0,0x0,0x3, 0x1,0x16,0xC0,0x0,0x9,0x0,0x0,0x1, 0x1,0x16,0xCA,0x9,0x35,0x0,0x0,0x3, 0x1,0x20,0x0,0x3,0x6E,0x0,0x0,0x1, 0x1,0x23,0x6F,0x0,0x90,0x0,0x0,0x3, 0x1,0x24,0x0,0x0,0x62,0x0,0x0,0x1, 0x1,0x24,0x63,0x0,0xC,0x0,0x0,0x3, 0x1,0x24,0x70,0x0,0x3,0x0,0x0,0x1, 0x1,0x24,0x74,0xB,0x8B,0x0,0x0,0x3, 0x1,0x30,0x0,0x4,0x2E,0x0,0x0,0x1, 0x1,0x34,0x2F,0x33,0xD0,0x0,0x0,0x3, 0x1,0x68,0x0,0x2,0x38,0x0,0x0,0x1, 0x1,0x6A,0x39,0x4,0xC6,0x0,0x0,0x3, 0x1,0x6F,0x0,0x0,0x44,0x0,0x0,0x1, 0x1,0x6F,0x45,0x0,0xA,0x0,0x0,0x3, 0x1,0x6F,0x50,0x0,0x2E,0x0,0x0,0x1, 0x1,0x6F,0x7F,0x0,0xF,0x0,0x0,0x3, 0x1,0x6F,0x8F,0x0,0x10,0x0,0x0,0x1, 0x1,0x6F,0xA0,0x40,0x5F,0x0,0x0,0x3, 0x1,0xB0,0x0,0x0,0x1,0x0,0x0,0x1, 0x1,0xB0,0x2,0x1F,0xFD,0x0,0x0,0x3, 0x1,0xD0,0x0,0x0,0xF5,0x0,0x0,0x1, 0x1,0xD0,0xF6,0x0,0x9,0x0,0x0,0x3, 0x1,0xD1,0x0,0x0,0x26,0x0,0x0,0x1, 0x1,0xD1,0x27,0x0,0x1,0x0,0x0,0x3, 0x1,0xD1,0x29,0x0,0x34,0x0,0x0,0x1, 0x1,0xD1,0x5E,0x0,0x0,0x4,0x71,0xAA, 0x1,0xD1,0x5F,0x0,0x0,0x4,0x45,0x8A, 0x1,0xD1,0x60,0x0,0x0,0x6,0x45,0x8A, 0x1,0xD1,0x61,0x0,0x0,0x6,0x45,0xD2, 0x1,0xD1,0x62,0x0,0x0,0x6,0x46,0x1A, 0x1,0xD1,0x63,0x0,0x0,0x6,0x46,0x62, 0x1,0xD1,0x64,0x0,0x0,0x6,0x46,0xAA, 0x1,0xD1,0x65,0x0,0xD,0x0,0x0,0x1, 0x1,0xD1,0x73,0x0,0x7,0x0,0x0,0x3, 0x1,0xD1,0x7B,0x0,0x3F,0x0,0x0,0x1, 0x1,0xD1,0xBB,0x0,0x0,0x4,0x46,0xF2, 0x1,0xD1,0xBC,0x0,0x0,0x4,0x47,0x3A, 0x1,0xD1,0xBD,0x0,0x0,0x6,0x46,0xF2, 0x1,0xD1,0xBE,0x0,0x0,0x6,0x47,0x3A, 0x1,0xD1,0xBF,0x0,0x0,0x6,0x47,0x82, 0x1,0xD1,0xC0,0x0,0x0,0x6,0x47,0xCA, 0x1,0xD1,0xC1,0x0,0x1C,0x0,0x0,0x1, 0x1,0xD1,0xDE,0x0,0x21,0x0,0x0,0x3, 0x1,0xD2,0x0,0x0,0x45,0x0,0x0,0x1, 0x1,0xD2,0x46,0x0,0xB9,0x0,0x0,0x3, 0x1,0xD3,0x0,0x0,0x56,0x0,0x0,0x1, 0x1,0xD3,0x57,0x0,0x8,0x0,0x0,0x3, 0x1,0xD3,0x60,0x0,0x11,0x0,0x0,0x1, 0x1,0xD3,0x72,0x0,0x8D,0x0,0x0,0x3, 0x1,0xD4,0x0,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x1,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0x2,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x3,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0x4,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0x5,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0x6,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0x7,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0x8,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0x9,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0xA,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0xB,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0xC,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0xD,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0xE,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0xF,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0x10,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0x11,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0x12,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0x13,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0x14,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0x15,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0x16,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0x17,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0x18,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0x19,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0x1A,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x1B,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0x1C,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x1D,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0x1E,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0x1F,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0x20,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0x21,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0x22,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0x23,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0x24,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0x25,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0x26,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0x27,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0x28,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0x29,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0x2A,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0x2B,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0x2C,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0x2D,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0x2E,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0x2F,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0x30,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0x31,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0x32,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0x33,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0x34,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x35,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0x36,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x37,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0x38,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0x39,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0x3A,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0x3B,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0x3C,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0x3D,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0x3E,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0x3F,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0x40,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0x41,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0x42,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0x43,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0x44,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0x45,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0x46,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0x47,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0x48,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0x49,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0x4A,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0x4B,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0x4C,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0x4D,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0x4E,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x4F,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0x50,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x51,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0x52,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0x53,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0x54,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0x55,0x0,0x0,0x0,0x0,0x3, 0x1,0xD4,0x56,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0x57,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0x58,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0x59,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0x5A,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0x5B,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0x5C,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0x5D,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0x5E,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0x5F,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0x60,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0x61,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0x62,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0x63,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0x64,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0x65,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0x66,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0x67,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0x68,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x69,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0x6A,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x6B,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0x6C,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0x6D,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0x6E,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0x6F,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0x70,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0x71,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0x72,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0x73,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0x74,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0x75,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0x76,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0x77,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0x78,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0x79,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0x7A,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0x7B,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0x7C,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0x7D,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0x7E,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0x7F,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0x80,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0x81,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0x82,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x83,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0x84,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x85,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0x86,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0x87,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0x88,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0x89,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0x8A,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0x8B,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0x8C,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0x8D,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0x8E,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0x8F,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0x90,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0x91,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0x92,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0x93,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0x94,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0x95,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0x96,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0x97,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0x98,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0x99,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0x9A,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0x9B,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0x9C,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0x9D,0x0,0x0,0x0,0x0,0x3, 0x1,0xD4,0x9E,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0x9F,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0xA0,0x0,0x1,0x0,0x0,0x3, 0x1,0xD4,0xA2,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0xA3,0x0,0x1,0x0,0x0,0x3, 0x1,0xD4,0xA5,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0xA6,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0xA7,0x0,0x1,0x0,0x0,0x3, 0x1,0xD4,0xA9,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0xAA,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0xAB,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0xAC,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0xAD,0x0,0x0,0x0,0x0,0x3, 0x1,0xD4,0xAE,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0xAF,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0xB0,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0xB1,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0xB2,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0xB3,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0xB4,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0xB5,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0xB6,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0xB7,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0xB8,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0xB9,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0xBA,0x0,0x0,0x0,0x0,0x3, 0x1,0xD4,0xBB,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0xBC,0x0,0x0,0x0,0x0,0x3, 0x1,0xD4,0xBD,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0xBE,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0xBF,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0xC0,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0xC1,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0xC2,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0xC3,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0xC4,0x0,0x0,0x0,0x0,0x3, 0x1,0xD4,0xC5,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0xC6,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0xC7,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0xC8,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0xC9,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0xCA,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0xCB,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0xCC,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0xCD,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0xCE,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0xCF,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0xD0,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0xD1,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0xD2,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0xD3,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0xD4,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0xD5,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0xD6,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0xD7,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0xD8,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0xD9,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0xDA,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0xDB,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0xDC,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0xDD,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0xDE,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0xDF,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0xE0,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0xE1,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0xE2,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0xE3,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0xE4,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0xE5,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD4,0xE6,0x0,0x0,0x2,0x18,0x32, 0x1,0xD4,0xE7,0x0,0x0,0x2,0x13,0x12, 0x1,0xD4,0xE8,0x0,0x0,0x2,0x18,0x62, 0x1,0xD4,0xE9,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD4,0xEA,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD4,0xEB,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD4,0xEC,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD4,0xED,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD4,0xEE,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD4,0xEF,0x0,0x0,0x2,0x13,0x2, 0x1,0xD4,0xF0,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD4,0xF1,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD4,0xF2,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD4,0xF3,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD4,0xF4,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD4,0xF5,0x0,0x0,0x2,0x6,0x32, 0x1,0xD4,0xF6,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD4,0xF7,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD4,0xF8,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD4,0xF9,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD4,0xFA,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD4,0xFB,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD4,0xFC,0x0,0x0,0x2,0x2,0xA, 0x1,0xD4,0xFD,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD4,0xFE,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD4,0xFF,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x0,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x1,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x2,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x3,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0x4,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0x5,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0x6,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x7,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0x8,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0x9,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0xA,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0xB,0x0,0x1,0x0,0x0,0x3, 0x1,0xD5,0xD,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0xE,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0xF,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0x10,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0x11,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0x12,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0x13,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0x14,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0x15,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x16,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0x17,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0x18,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0x19,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x1A,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x1B,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x1C,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x1D,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x1E,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0x1F,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0x20,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0x21,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0x22,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0x23,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0x24,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0x25,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0x26,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0x27,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0x28,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0x29,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0x2A,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0x2B,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0x2C,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0x2D,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0x2E,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0x2F,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0x30,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0x31,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0x32,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0x33,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x34,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x35,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x36,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x37,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0x38,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0x39,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0x3A,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x3B,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0x3C,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0x3D,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0x3E,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0x3F,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x40,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0x41,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0x42,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0x43,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0x44,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0x45,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x46,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0x47,0x0,0x2,0x0,0x0,0x3, 0x1,0xD5,0x4A,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0x4B,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0x4C,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0x4D,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x4E,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x4F,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x50,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x51,0x0,0x0,0x0,0x0,0x3, 0x1,0xD5,0x52,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0x53,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0x54,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0x55,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0x56,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0x57,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0x58,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0x59,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0x5A,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0x5B,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0x5C,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0x5D,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0x5E,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0x5F,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0x60,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0x61,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0x62,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0x63,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0x64,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0x65,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0x66,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0x67,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x68,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x69,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x6A,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x6B,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0x6C,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0x6D,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0x6E,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0x6F,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0x70,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0x71,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0x72,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0x73,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0x74,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0x75,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0x76,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0x77,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0x78,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0x79,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0x7A,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0x7B,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0x7C,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0x7D,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0x7E,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0x7F,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0x80,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0x81,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x82,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x83,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x84,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x85,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0x86,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0x87,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0x88,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0x89,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0x8A,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0x8B,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0x8C,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0x8D,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0x8E,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0x8F,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0x90,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0x91,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0x92,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0x93,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0x94,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0x95,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0x96,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0x97,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0x98,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0x99,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0x9A,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0x9B,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0x9C,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0x9D,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0x9E,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0x9F,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0xA0,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0xA1,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0xA2,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0xA3,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0xA4,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0xA5,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0xA6,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0xA7,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0xA8,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0xA9,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0xAA,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0xAB,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0xAC,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0xAD,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0xAE,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0xAF,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0xB0,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0xB1,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0xB2,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0xB3,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0xB4,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0xB5,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0xB6,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0xB7,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0xB8,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0xB9,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0xBA,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0xBB,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0xBC,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0xBD,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0xBE,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0xBF,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0xC0,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0xC1,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0xC2,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0xC3,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0xC4,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0xC5,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0xC6,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0xC7,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0xC8,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0xC9,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0xCA,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0xCB,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0xCC,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0xCD,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0xCE,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0xCF,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0xD0,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0xD1,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0xD2,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0xD3,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0xD4,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0xD5,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0xD6,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0xD7,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0xD8,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0xD9,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0xDA,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0xDB,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0xDC,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0xDD,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0xDE,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0xDF,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0xE0,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0xE1,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0xE2,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0xE3,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0xE4,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0xE5,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD5,0xE6,0x0,0x0,0x2,0x2,0xA, 0x1,0xD5,0xE7,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD5,0xE8,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD5,0xE9,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD5,0xEA,0x0,0x0,0x2,0x18,0x32, 0x1,0xD5,0xEB,0x0,0x0,0x2,0x13,0x12, 0x1,0xD5,0xEC,0x0,0x0,0x2,0x18,0x62, 0x1,0xD5,0xED,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD5,0xEE,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD5,0xEF,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD5,0xF0,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD5,0xF1,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD5,0xF2,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD5,0xF3,0x0,0x0,0x2,0x13,0x2, 0x1,0xD5,0xF4,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD5,0xF5,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD5,0xF6,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD5,0xF7,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD5,0xF8,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD5,0xF9,0x0,0x0,0x2,0x6,0x32, 0x1,0xD5,0xFA,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD5,0xFB,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD5,0xFC,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD5,0xFD,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD5,0xFE,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD5,0xFF,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x0,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x1,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x2,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x3,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0x4,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0x5,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0x6,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0x7,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0x8,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD6,0x9,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD6,0xA,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD6,0xB,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD6,0xC,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD6,0xD,0x0,0x0,0x2,0x13,0x2, 0x1,0xD6,0xE,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD6,0xF,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD6,0x10,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD6,0x11,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD6,0x12,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD6,0x13,0x0,0x0,0x2,0x6,0x32, 0x1,0xD6,0x14,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD6,0x15,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD6,0x16,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD6,0x17,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD6,0x18,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD6,0x19,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x1A,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x1B,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x1C,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x1D,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0x1E,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0x1F,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0x20,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0x21,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0x22,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD6,0x23,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD6,0x24,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD6,0x25,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD6,0x26,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD6,0x27,0x0,0x0,0x2,0x13,0x2, 0x1,0xD6,0x28,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD6,0x29,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD6,0x2A,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD6,0x2B,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD6,0x2C,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD6,0x2D,0x0,0x0,0x2,0x6,0x32, 0x1,0xD6,0x2E,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD6,0x2F,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD6,0x30,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD6,0x31,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD6,0x32,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD6,0x33,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x34,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x35,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x36,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x37,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0x38,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0x39,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0x3A,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0x3B,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0x3C,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD6,0x3D,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD6,0x3E,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD6,0x3F,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD6,0x40,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD6,0x41,0x0,0x0,0x2,0x13,0x2, 0x1,0xD6,0x42,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD6,0x43,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD6,0x44,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD6,0x45,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD6,0x46,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD6,0x47,0x0,0x0,0x2,0x6,0x32, 0x1,0xD6,0x48,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD6,0x49,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD6,0x4A,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD6,0x4B,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD6,0x4C,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD6,0x4D,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x4E,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x4F,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x50,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x51,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0x52,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0x53,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0x54,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0x55,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0x56,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD6,0x57,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD6,0x58,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD6,0x59,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD6,0x5A,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD6,0x5B,0x0,0x0,0x2,0x13,0x2, 0x1,0xD6,0x5C,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD6,0x5D,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD6,0x5E,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD6,0x5F,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD6,0x60,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD6,0x61,0x0,0x0,0x2,0x6,0x32, 0x1,0xD6,0x62,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD6,0x63,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD6,0x64,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD6,0x65,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD6,0x66,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD6,0x67,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x68,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x69,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x6A,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x6B,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0x6C,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0x6D,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0x6E,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0x6F,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0x70,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD6,0x71,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD6,0x72,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD6,0x73,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD6,0x74,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD6,0x75,0x0,0x0,0x2,0x13,0x2, 0x1,0xD6,0x76,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD6,0x77,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD6,0x78,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD6,0x79,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD6,0x7A,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD6,0x7B,0x0,0x0,0x2,0x6,0x32, 0x1,0xD6,0x7C,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD6,0x7D,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD6,0x7E,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD6,0x7F,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD6,0x80,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD6,0x81,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x82,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x83,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x84,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x85,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0x86,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0x87,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0x88,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0x89,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0x8A,0x0,0x0,0x2,0x1,0xAA, 0x1,0xD6,0x8B,0x0,0x0,0x2,0x16,0x3A, 0x1,0xD6,0x8C,0x0,0x0,0x2,0xE,0x8A, 0x1,0xD6,0x8D,0x0,0x0,0x2,0x1,0xF2, 0x1,0xD6,0x8E,0x0,0x0,0x2,0xA,0xFA, 0x1,0xD6,0x8F,0x0,0x0,0x2,0x13,0x2, 0x1,0xD6,0x90,0x0,0x0,0x2,0x5,0xC2, 0x1,0xD6,0x91,0x0,0x0,0x2,0x16,0xCA, 0x1,0xD6,0x92,0x0,0x0,0x2,0x2,0xA2, 0x1,0xD6,0x93,0x0,0x0,0x2,0x5,0xF2, 0x1,0xD6,0x94,0x0,0x0,0x2,0x1,0xDA, 0x1,0xD6,0x95,0x0,0x0,0x2,0x6,0x32, 0x1,0xD6,0x96,0x0,0x0,0x2,0x1,0x9A, 0x1,0xD6,0x97,0x0,0x0,0x2,0x17,0x5A, 0x1,0xD6,0x98,0x0,0x0,0x2,0x2,0xE2, 0x1,0xD6,0x99,0x0,0x0,0x2,0x17,0x8A, 0x1,0xD6,0x9A,0x0,0x0,0x2,0x10,0xD2, 0x1,0xD6,0x9B,0x0,0x0,0x2,0x1,0xE2, 0x1,0xD6,0x9C,0x0,0x0,0x2,0x2,0xA, 0x1,0xD6,0x9D,0x0,0x0,0x2,0x12,0xEA, 0x1,0xD6,0x9E,0x0,0x0,0x2,0x12,0xE2, 0x1,0xD6,0x9F,0x0,0x0,0x2,0x6,0xE2, 0x1,0xD6,0xA0,0x0,0x0,0x2,0x18,0x32, 0x1,0xD6,0xA1,0x0,0x0,0x2,0x13,0x12, 0x1,0xD6,0xA2,0x0,0x0,0x2,0x18,0x62, 0x1,0xD6,0xA3,0x0,0x0,0x2,0x18,0x7A, 0x1,0xD6,0xA4,0x0,0x0,0x2,0xF0,0xAA, 0x1,0xD6,0xA5,0x0,0x0,0x2,0xF0,0xBA, 0x1,0xD6,0xA6,0x0,0x1,0x0,0x0,0x3, 0x1,0xD6,0xA8,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD6,0xA9,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD6,0xAA,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD6,0xAB,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD6,0xAC,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD6,0xAD,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD6,0xAE,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD6,0xAF,0x0,0x0,0x2,0x80,0xA, 0x1,0xD6,0xB0,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD6,0xB1,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD6,0xB2,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD6,0xB3,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD6,0xB4,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD6,0xB5,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD6,0xB6,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD6,0xB7,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD6,0xB8,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD6,0xB9,0x0,0x0,0x2,0x80,0xA, 0x1,0xD6,0xBA,0x0,0x0,0x2,0x80,0x8A, 0x1,0xD6,0xBB,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD6,0xBC,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD6,0xBD,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD6,0xBE,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD6,0xBF,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD6,0xC0,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD6,0xC1,0x0,0x0,0x2,0xF0,0xCA, 0x1,0xD6,0xC2,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD6,0xC3,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD6,0xC4,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD6,0xC5,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD6,0xC6,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD6,0xC7,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD6,0xC8,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD6,0xC9,0x0,0x0,0x2,0x80,0xA, 0x1,0xD6,0xCA,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD6,0xCB,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD6,0xCC,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD6,0xCD,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD6,0xCE,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD6,0xCF,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD6,0xD0,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD6,0xD1,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD6,0xD2,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD6,0xD3,0x0,0x1,0x2,0x80,0x8A, 0x1,0xD6,0xD5,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD6,0xD6,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD6,0xD7,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD6,0xD8,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD6,0xD9,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD6,0xDA,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD6,0xDB,0x0,0x0,0x2,0xF0,0xDA, 0x1,0xD6,0xDC,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD6,0xDD,0x0,0x0,0x2,0x80,0xA, 0x1,0xD6,0xDE,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD6,0xDF,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD6,0xE0,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD6,0xE1,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD6,0xE2,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD6,0xE3,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD6,0xE4,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD6,0xE5,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD6,0xE6,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD6,0xE7,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD6,0xE8,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD6,0xE9,0x0,0x0,0x2,0x80,0xA, 0x1,0xD6,0xEA,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD6,0xEB,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD6,0xEC,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD6,0xED,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD6,0xEE,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD6,0xEF,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD6,0xF0,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD6,0xF1,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD6,0xF2,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD6,0xF3,0x0,0x0,0x2,0x80,0xA, 0x1,0xD6,0xF4,0x0,0x0,0x2,0x80,0x8A, 0x1,0xD6,0xF5,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD6,0xF6,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD6,0xF7,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD6,0xF8,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD6,0xF9,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD6,0xFA,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD6,0xFB,0x0,0x0,0x2,0xF0,0xCA, 0x1,0xD6,0xFC,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD6,0xFD,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD6,0xFE,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD6,0xFF,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0x0,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x1,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0x2,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0x3,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x4,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0x5,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x6,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0x7,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0x8,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0x9,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0xA,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0xB,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0xC,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0xD,0x0,0x1,0x2,0x80,0x8A, 0x1,0xD7,0xF,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0x10,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0x11,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x12,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0x13,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0x14,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0x15,0x0,0x0,0x2,0xF0,0xDA, 0x1,0xD7,0x16,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x17,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x18,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x19,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x1A,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x1B,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x1C,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD7,0x1D,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD7,0x1E,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD7,0x1F,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0x20,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x21,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0x22,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0x23,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x24,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0x25,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x26,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0x27,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0x28,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0x29,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0x2A,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0x2B,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x2C,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x2D,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x2E,0x0,0x0,0x2,0x80,0x8A, 0x1,0xD7,0x2F,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0x30,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0x31,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x32,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0x33,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0x34,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0x35,0x0,0x0,0x2,0xF0,0xCA, 0x1,0xD7,0x36,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD7,0x37,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD7,0x38,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD7,0x39,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0x3A,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x3B,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0x3C,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0x3D,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x3E,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0x3F,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x40,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0x41,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0x42,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0x43,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0x44,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0x45,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x46,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x47,0x0,0x1,0x2,0x80,0x8A, 0x1,0xD7,0x49,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0x4A,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0x4B,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x4C,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0x4D,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0x4E,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0x4F,0x0,0x0,0x2,0xF0,0xDA, 0x1,0xD7,0x50,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x51,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x52,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x53,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x54,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x55,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x56,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD7,0x57,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD7,0x58,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD7,0x59,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0x5A,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x5B,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0x5C,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0x5D,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x5E,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0x5F,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x60,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0x61,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0x62,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0x63,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0x64,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0x65,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x66,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x67,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x68,0x0,0x0,0x2,0x80,0x8A, 0x1,0xD7,0x69,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0x6A,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0x6B,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x6C,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0x6D,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0x6E,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0x6F,0x0,0x0,0x2,0xF0,0xCA, 0x1,0xD7,0x70,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD7,0x71,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD7,0x72,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD7,0x73,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0x74,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x75,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0x76,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0x77,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x78,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0x79,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x7A,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0x7B,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0x7C,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0x7D,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0x7E,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0x7F,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x80,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x81,0x0,0x1,0x2,0x80,0x8A, 0x1,0xD7,0x83,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0x84,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0x85,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x86,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0x87,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0x88,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0x89,0x0,0x0,0x2,0xF0,0xDA, 0x1,0xD7,0x8A,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x8B,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x8C,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x8D,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0x8E,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0x8F,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0x90,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD7,0x91,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD7,0x92,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD7,0x93,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0x94,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0x95,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0x96,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0x97,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0x98,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0x99,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0x9A,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0x9B,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0x9C,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0x9D,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0x9E,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0x9F,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0xA0,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0xA1,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0xA2,0x0,0x0,0x2,0x80,0x8A, 0x1,0xD7,0xA3,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0xA4,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0xA5,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0xA6,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0xA7,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0xA8,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0xA9,0x0,0x0,0x2,0xF0,0xCA, 0x1,0xD7,0xAA,0x0,0x0,0x2,0x54,0xA2, 0x1,0xD7,0xAB,0x0,0x0,0x2,0x7F,0xBA, 0x1,0xD7,0xAC,0x0,0x0,0x2,0x7F,0xCA, 0x1,0xD7,0xAD,0x0,0x0,0x2,0x7F,0xDA, 0x1,0xD7,0xAE,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0xAF,0x0,0x0,0x2,0x7F,0xFA, 0x1,0xD7,0xB0,0x0,0x0,0x2,0x55,0x3A, 0x1,0xD7,0xB1,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0xB2,0x0,0x0,0x2,0x4B,0xDA, 0x1,0xD7,0xB3,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0xB4,0x0,0x0,0x2,0x80,0x2A, 0x1,0xD7,0xB5,0x0,0x0,0x2,0x5C,0x6A, 0x1,0xD7,0xB6,0x0,0x0,0x2,0x80,0x3A, 0x1,0xD7,0xB7,0x0,0x0,0x2,0x80,0x4A, 0x1,0xD7,0xB8,0x0,0x0,0x2,0x80,0x5A, 0x1,0xD7,0xB9,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0xBA,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0xBB,0x0,0x1,0x2,0x80,0x8A, 0x1,0xD7,0xBD,0x0,0x0,0x2,0x80,0x9A, 0x1,0xD7,0xBE,0x0,0x0,0x2,0x80,0xAA, 0x1,0xD7,0xBF,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0xC0,0x0,0x0,0x2,0x80,0xCA, 0x1,0xD7,0xC1,0x0,0x0,0x2,0x80,0xDA, 0x1,0xD7,0xC2,0x0,0x0,0x2,0x55,0xBA, 0x1,0xD7,0xC3,0x0,0x0,0x2,0xF0,0xDA, 0x1,0xD7,0xC4,0x0,0x0,0x2,0x7F,0xEA, 0x1,0xD7,0xC5,0x0,0x0,0x2,0x80,0xA, 0x1,0xD7,0xC6,0x0,0x0,0x2,0x80,0x1A, 0x1,0xD7,0xC7,0x0,0x0,0x2,0x80,0xBA, 0x1,0xD7,0xC8,0x0,0x0,0x2,0x80,0x7A, 0x1,0xD7,0xC9,0x0,0x0,0x2,0x80,0x6A, 0x1,0xD7,0xCA,0x0,0x1,0x2,0x81,0x3A, 0x1,0xD7,0xCC,0x0,0x1,0x0,0x0,0x3, 0x1,0xD7,0xCE,0x0,0x0,0x2,0x2,0x92, 0x1,0xD7,0xCF,0x0,0x0,0x2,0x6,0xBA, 0x1,0xD7,0xD0,0x0,0x0,0x2,0x2,0x12, 0x1,0xD7,0xD1,0x0,0x0,0x2,0x0,0xE2, 0x1,0xD7,0xD2,0x0,0x0,0x2,0x7,0x92, 0x1,0xD7,0xD3,0x0,0x0,0x2,0x0,0xA, 0x1,0xD7,0xD4,0x0,0x0,0x2,0x7,0xD2, 0x1,0xD7,0xD5,0x0,0x0,0x2,0x5,0x12, 0x1,0xD7,0xD6,0x0,0x0,0x2,0x8,0x12, 0x1,0xD7,0xD7,0x0,0x0,0x2,0x0,0x8A, 0x1,0xD7,0xD8,0x0,0x0,0x2,0x2,0x92, 0x1,0xD7,0xD9,0x0,0x0,0x2,0x6,0xBA, 0x1,0xD7,0xDA,0x0,0x0,0x2,0x2,0x12, 0x1,0xD7,0xDB,0x0,0x0,0x2,0x0,0xE2, 0x1,0xD7,0xDC,0x0,0x0,0x2,0x7,0x92, 0x1,0xD7,0xDD,0x0,0x0,0x2,0x0,0xA, 0x1,0xD7,0xDE,0x0,0x0,0x2,0x7,0xD2, 0x1,0xD7,0xDF,0x0,0x0,0x2,0x5,0x12, 0x1,0xD7,0xE0,0x0,0x0,0x2,0x8,0x12, 0x1,0xD7,0xE1,0x0,0x0,0x2,0x0,0x8A, 0x1,0xD7,0xE2,0x0,0x0,0x2,0x2,0x92, 0x1,0xD7,0xE3,0x0,0x0,0x2,0x6,0xBA, 0x1,0xD7,0xE4,0x0,0x0,0x2,0x2,0x12, 0x1,0xD7,0xE5,0x0,0x0,0x2,0x0,0xE2, 0x1,0xD7,0xE6,0x0,0x0,0x2,0x7,0x92, 0x1,0xD7,0xE7,0x0,0x0,0x2,0x0,0xA, 0x1,0xD7,0xE8,0x0,0x0,0x2,0x7,0xD2, 0x1,0xD7,0xE9,0x0,0x0,0x2,0x5,0x12, 0x1,0xD7,0xEA,0x0,0x0,0x2,0x8,0x12, 0x1,0xD7,0xEB,0x0,0x0,0x2,0x0,0x8A, 0x1,0xD7,0xEC,0x0,0x0,0x2,0x2,0x92, 0x1,0xD7,0xED,0x0,0x0,0x2,0x6,0xBA, 0x1,0xD7,0xEE,0x0,0x0,0x2,0x2,0x12, 0x1,0xD7,0xEF,0x0,0x0,0x2,0x0,0xE2, 0x1,0xD7,0xF0,0x0,0x0,0x2,0x7,0x92, 0x1,0xD7,0xF1,0x0,0x0,0x2,0x0,0xA, 0x1,0xD7,0xF2,0x0,0x0,0x2,0x7,0xD2, 0x1,0xD7,0xF3,0x0,0x0,0x2,0x5,0x12, 0x1,0xD7,0xF4,0x0,0x0,0x2,0x8,0x12, 0x1,0xD7,0xF5,0x0,0x0,0x2,0x0,0x8A, 0x1,0xD7,0xF6,0x0,0x0,0x2,0x2,0x92, 0x1,0xD7,0xF7,0x0,0x0,0x2,0x6,0xBA, 0x1,0xD7,0xF8,0x0,0x0,0x2,0x2,0x12, 0x1,0xD7,0xF9,0x0,0x0,0x2,0x0,0xE2, 0x1,0xD7,0xFA,0x0,0x0,0x2,0x7,0x92, 0x1,0xD7,0xFB,0x0,0x0,0x2,0x0,0xA, 0x1,0xD7,0xFC,0x0,0x0,0x2,0x7,0xD2, 0x1,0xD7,0xFD,0x0,0x0,0x2,0x5,0x12, 0x1,0xD7,0xFE,0x0,0x0,0x2,0x8,0x12, 0x1,0xD7,0xFF,0x0,0x0,0x2,0x0,0x8A, 0x1,0xD8,0x0,0x15,0xFF,0x0,0x0,0x3, 0x1,0xEE,0x0,0x0,0x0,0x2,0x0,0x3A, 0x1,0xEE,0x1,0x0,0x0,0x2,0xF,0x12, 0x1,0xEE,0x2,0x0,0x0,0x2,0x1,0xA, 0x1,0xEE,0x3,0x0,0x0,0x2,0xF,0x62, 0x1,0xEE,0x4,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x5,0x0,0x0,0x2,0x0,0xCA, 0x1,0xEE,0x6,0x0,0x0,0x2,0x6B,0xA, 0x1,0xEE,0x7,0x0,0x0,0x2,0xF,0x42, 0x1,0xEE,0x8,0x0,0x0,0x2,0x38,0x6A, 0x1,0xEE,0x9,0x0,0x0,0x2,0x0,0xA2, 0x1,0xEE,0xA,0x0,0x0,0x2,0xF,0x2, 0x1,0xEE,0xB,0x0,0x0,0x2,0x0,0x12, 0x1,0xEE,0xC,0x0,0x0,0x2,0x0,0xFA, 0x1,0xEE,0xD,0x0,0x0,0x2,0x3D,0x4A, 0x1,0xEE,0xE,0x0,0x0,0x2,0x0,0xDA, 0x1,0xEE,0xF,0x0,0x0,0x2,0x0,0x82, 0x1,0xEE,0x10,0x0,0x0,0x2,0x3A,0x1A, 0x1,0xEE,0x11,0x0,0x0,0x2,0x0,0x2, 0x1,0xEE,0x12,0x0,0x0,0x2,0x3A,0x4A, 0x1,0xEE,0x13,0x0,0x0,0x2,0xF,0x22, 0x1,0xEE,0x14,0x0,0x0,0x2,0x37,0x4A, 0x1,0xEE,0x15,0x0,0x0,0x2,0x33,0xEA, 0x1,0xEE,0x16,0x0,0x0,0x2,0x66,0x9A, 0x1,0xEE,0x17,0x0,0x0,0x2,0x34,0x8A, 0x1,0xEE,0x18,0x0,0x0,0x2,0x6A,0x7A, 0x1,0xEE,0x19,0x0,0x0,0x2,0x38,0xA, 0x1,0xEE,0x1A,0x0,0x0,0x2,0x67,0x9A, 0x1,0xEE,0x1B,0x0,0x0,0x2,0x39,0x8A, 0x1,0xEE,0x1C,0x0,0x0,0x2,0xF0,0xEA, 0x1,0xEE,0x1D,0x0,0x0,0x2,0xEA,0x5A, 0x1,0xEE,0x1E,0x0,0x0,0x2,0xF0,0xFA, 0x1,0xEE,0x1F,0x0,0x0,0x2,0xF1,0xA, 0x1,0xEE,0x20,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x21,0x0,0x0,0x2,0xF,0x12, 0x1,0xEE,0x22,0x0,0x0,0x2,0x1,0xA, 0x1,0xEE,0x23,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x24,0x0,0x0,0x2,0x0,0x6A, 0x1,0xEE,0x25,0x0,0x1,0x0,0x0,0x3, 0x1,0xEE,0x27,0x0,0x0,0x2,0xF,0x42, 0x1,0xEE,0x28,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x29,0x0,0x0,0x2,0x0,0xA2, 0x1,0xEE,0x2A,0x0,0x0,0x2,0xF,0x2, 0x1,0xEE,0x2B,0x0,0x0,0x2,0x0,0x12, 0x1,0xEE,0x2C,0x0,0x0,0x2,0x0,0xFA, 0x1,0xEE,0x2D,0x0,0x0,0x2,0x3D,0x4A, 0x1,0xEE,0x2E,0x0,0x0,0x2,0x0,0xDA, 0x1,0xEE,0x2F,0x0,0x0,0x2,0x0,0x82, 0x1,0xEE,0x30,0x0,0x0,0x2,0x3A,0x1A, 0x1,0xEE,0x31,0x0,0x0,0x2,0x0,0x2, 0x1,0xEE,0x32,0x0,0x0,0x2,0x3A,0x4A, 0x1,0xEE,0x33,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x34,0x0,0x0,0x2,0x37,0x4A, 0x1,0xEE,0x35,0x0,0x0,0x2,0x33,0xEA, 0x1,0xEE,0x36,0x0,0x0,0x2,0x66,0x9A, 0x1,0xEE,0x37,0x0,0x0,0x2,0x34,0x8A, 0x1,0xEE,0x38,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x39,0x0,0x0,0x2,0x38,0xA, 0x1,0xEE,0x3A,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x3B,0x0,0x0,0x2,0x39,0x8A, 0x1,0xEE,0x3C,0x0,0x5,0x0,0x0,0x3, 0x1,0xEE,0x42,0x0,0x0,0x2,0x1,0xA, 0x1,0xEE,0x43,0x0,0x3,0x0,0x0,0x3, 0x1,0xEE,0x47,0x0,0x0,0x2,0xF,0x42, 0x1,0xEE,0x48,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x49,0x0,0x0,0x2,0x0,0xA2, 0x1,0xEE,0x4A,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x4B,0x0,0x0,0x2,0x0,0x12, 0x1,0xEE,0x4C,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x4D,0x0,0x0,0x2,0x3D,0x4A, 0x1,0xEE,0x4E,0x0,0x0,0x2,0x0,0xDA, 0x1,0xEE,0x4F,0x0,0x0,0x2,0x0,0x82, 0x1,0xEE,0x50,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x51,0x0,0x0,0x2,0x0,0x2, 0x1,0xEE,0x52,0x0,0x0,0x2,0x3A,0x4A, 0x1,0xEE,0x53,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x54,0x0,0x0,0x2,0x37,0x4A, 0x1,0xEE,0x55,0x0,0x1,0x0,0x0,0x3, 0x1,0xEE,0x57,0x0,0x0,0x2,0x34,0x8A, 0x1,0xEE,0x58,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x59,0x0,0x0,0x2,0x38,0xA, 0x1,0xEE,0x5A,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x5B,0x0,0x0,0x2,0x39,0x8A, 0x1,0xEE,0x5C,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x5D,0x0,0x0,0x2,0xEA,0x5A, 0x1,0xEE,0x5E,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x5F,0x0,0x0,0x2,0xF1,0xA, 0x1,0xEE,0x60,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x61,0x0,0x0,0x2,0xF,0x12, 0x1,0xEE,0x62,0x0,0x0,0x2,0x1,0xA, 0x1,0xEE,0x63,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x64,0x0,0x0,0x2,0x0,0x6A, 0x1,0xEE,0x65,0x0,0x1,0x0,0x0,0x3, 0x1,0xEE,0x67,0x0,0x0,0x2,0xF,0x42, 0x1,0xEE,0x68,0x0,0x0,0x2,0x38,0x6A, 0x1,0xEE,0x69,0x0,0x0,0x2,0x0,0xA2, 0x1,0xEE,0x6A,0x0,0x0,0x2,0xF,0x2, 0x1,0xEE,0x6B,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x6C,0x0,0x0,0x2,0x0,0xFA, 0x1,0xEE,0x6D,0x0,0x0,0x2,0x3D,0x4A, 0x1,0xEE,0x6E,0x0,0x0,0x2,0x0,0xDA, 0x1,0xEE,0x6F,0x0,0x0,0x2,0x0,0x82, 0x1,0xEE,0x70,0x0,0x0,0x2,0x3A,0x1A, 0x1,0xEE,0x71,0x0,0x0,0x2,0x0,0x2, 0x1,0xEE,0x72,0x0,0x0,0x2,0x3A,0x4A, 0x1,0xEE,0x73,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x74,0x0,0x0,0x2,0x37,0x4A, 0x1,0xEE,0x75,0x0,0x0,0x2,0x33,0xEA, 0x1,0xEE,0x76,0x0,0x0,0x2,0x66,0x9A, 0x1,0xEE,0x77,0x0,0x0,0x2,0x34,0x8A, 0x1,0xEE,0x78,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x79,0x0,0x0,0x2,0x38,0xA, 0x1,0xEE,0x7A,0x0,0x0,0x2,0x67,0x9A, 0x1,0xEE,0x7B,0x0,0x0,0x2,0x39,0x8A, 0x1,0xEE,0x7C,0x0,0x0,0x2,0xF0,0xEA, 0x1,0xEE,0x7D,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x7E,0x0,0x0,0x2,0xF0,0xFA, 0x1,0xEE,0x7F,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x80,0x0,0x0,0x2,0x0,0x3A, 0x1,0xEE,0x81,0x0,0x0,0x2,0xF,0x12, 0x1,0xEE,0x82,0x0,0x0,0x2,0x1,0xA, 0x1,0xEE,0x83,0x0,0x0,0x2,0xF,0x62, 0x1,0xEE,0x84,0x0,0x0,0x2,0x0,0x6A, 0x1,0xEE,0x85,0x0,0x0,0x2,0x0,0xCA, 0x1,0xEE,0x86,0x0,0x0,0x2,0x6B,0xA, 0x1,0xEE,0x87,0x0,0x0,0x2,0xF,0x42, 0x1,0xEE,0x88,0x0,0x0,0x2,0x38,0x6A, 0x1,0xEE,0x89,0x0,0x0,0x2,0x0,0xA2, 0x1,0xEE,0x8A,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0x8B,0x0,0x0,0x2,0x0,0x12, 0x1,0xEE,0x8C,0x0,0x0,0x2,0x0,0xFA, 0x1,0xEE,0x8D,0x0,0x0,0x2,0x3D,0x4A, 0x1,0xEE,0x8E,0x0,0x0,0x2,0x0,0xDA, 0x1,0xEE,0x8F,0x0,0x0,0x2,0x0,0x82, 0x1,0xEE,0x90,0x0,0x0,0x2,0x3A,0x1A, 0x1,0xEE,0x91,0x0,0x0,0x2,0x0,0x2, 0x1,0xEE,0x92,0x0,0x0,0x2,0x3A,0x4A, 0x1,0xEE,0x93,0x0,0x0,0x2,0xF,0x22, 0x1,0xEE,0x94,0x0,0x0,0x2,0x37,0x4A, 0x1,0xEE,0x95,0x0,0x0,0x2,0x33,0xEA, 0x1,0xEE,0x96,0x0,0x0,0x2,0x66,0x9A, 0x1,0xEE,0x97,0x0,0x0,0x2,0x34,0x8A, 0x1,0xEE,0x98,0x0,0x0,0x2,0x6A,0x7A, 0x1,0xEE,0x99,0x0,0x0,0x2,0x38,0xA, 0x1,0xEE,0x9A,0x0,0x0,0x2,0x67,0x9A, 0x1,0xEE,0x9B,0x0,0x0,0x2,0x39,0x8A, 0x1,0xEE,0x9C,0x0,0x4,0x0,0x0,0x3, 0x1,0xEE,0xA1,0x0,0x0,0x2,0xF,0x12, 0x1,0xEE,0xA2,0x0,0x0,0x2,0x1,0xA, 0x1,0xEE,0xA3,0x0,0x0,0x2,0xF,0x62, 0x1,0xEE,0xA4,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0xA5,0x0,0x0,0x2,0x0,0xCA, 0x1,0xEE,0xA6,0x0,0x0,0x2,0x6B,0xA, 0x1,0xEE,0xA7,0x0,0x0,0x2,0xF,0x42, 0x1,0xEE,0xA8,0x0,0x0,0x2,0x38,0x6A, 0x1,0xEE,0xA9,0x0,0x0,0x2,0x0,0xA2, 0x1,0xEE,0xAA,0x0,0x0,0x0,0x0,0x3, 0x1,0xEE,0xAB,0x0,0x0,0x2,0x0,0x12, 0x1,0xEE,0xAC,0x0,0x0,0x2,0x0,0xFA, 0x1,0xEE,0xAD,0x0,0x0,0x2,0x3D,0x4A, 0x1,0xEE,0xAE,0x0,0x0,0x2,0x0,0xDA, 0x1,0xEE,0xAF,0x0,0x0,0x2,0x0,0x82, 0x1,0xEE,0xB0,0x0,0x0,0x2,0x3A,0x1A, 0x1,0xEE,0xB1,0x0,0x0,0x2,0x0,0x2, 0x1,0xEE,0xB2,0x0,0x0,0x2,0x3A,0x4A, 0x1,0xEE,0xB3,0x0,0x0,0x2,0xF,0x22, 0x1,0xEE,0xB4,0x0,0x0,0x2,0x37,0x4A, 0x1,0xEE,0xB5,0x0,0x0,0x2,0x33,0xEA, 0x1,0xEE,0xB6,0x0,0x0,0x2,0x66,0x9A, 0x1,0xEE,0xB7,0x0,0x0,0x2,0x34,0x8A, 0x1,0xEE,0xB8,0x0,0x0,0x2,0x6A,0x7A, 0x1,0xEE,0xB9,0x0,0x0,0x2,0x38,0xA, 0x1,0xEE,0xBA,0x0,0x0,0x2,0x67,0x9A, 0x1,0xEE,0xBB,0x0,0x0,0x2,0x39,0x8A, 0x1,0xEE,0xBC,0x0,0x33,0x0,0x0,0x3, 0x1,0xEE,0xF0,0x0,0x1,0x0,0x0,0x1, 0x1,0xEE,0xF2,0x1,0xD,0x0,0x0,0x3, 0x1,0xF0,0x0,0x0,0x2B,0x0,0x0,0x1, 0x1,0xF0,0x2C,0x0,0x3,0x0,0x0,0x3, 0x1,0xF0,0x30,0x0,0x63,0x0,0x0,0x1, 0x1,0xF0,0x94,0x0,0xB,0x0,0x0,0x3, 0x1,0xF0,0xA0,0x0,0xE,0x0,0x0,0x1, 0x1,0xF0,0xAF,0x0,0x1,0x0,0x0,0x3, 0x1,0xF0,0xB1,0x0,0xD,0x0,0x0,0x1, 0x1,0xF0,0xBF,0x0,0x1,0x0,0x0,0x3, 0x1,0xF0,0xC1,0x0,0xE,0x0,0x0,0x1, 0x1,0xF0,0xD0,0x0,0x0,0x0,0x0,0x3, 0x1,0xF0,0xD1,0x0,0xE,0x0,0x0,0x1, 0x1,0xF0,0xE0,0x0,0x20,0x0,0x0,0x3, 0x1,0xF1,0x1,0x0,0x0,0x4,0x71,0xDC, 0x1,0xF1,0x2,0x0,0x0,0x4,0x71,0xEC, 0x1,0xF1,0x3,0x0,0x0,0x4,0x71,0xFC, 0x1,0xF1,0x4,0x0,0x0,0x4,0x72,0xC, 0x1,0xF1,0x5,0x0,0x0,0x4,0x72,0x1C, 0x1,0xF1,0x6,0x0,0x0,0x4,0x72,0x2C, 0x1,0xF1,0x7,0x0,0x0,0x4,0x72,0x3C, 0x1,0xF1,0x8,0x0,0x0,0x4,0x72,0x4C, 0x1,0xF1,0x9,0x0,0x0,0x4,0x72,0x5C, 0x1,0xF1,0xA,0x0,0x0,0x4,0x72,0x6C, 0x1,0xF1,0xB,0x0,0x4,0x0,0x0,0x3, 0x1,0xF1,0x10,0x0,0x0,0x6,0x16,0x1C, 0x1,0xF1,0x11,0x0,0x0,0x6,0x16,0x34, 0x1,0xF1,0x12,0x0,0x0,0x6,0x16,0x4C, 0x1,0xF1,0x13,0x0,0x0,0x6,0x16,0x64, 0x1,0xF1,0x14,0x0,0x0,0x6,0x16,0x7C, 0x1,0xF1,0x15,0x0,0x0,0x6,0x16,0x94, 0x1,0xF1,0x16,0x0,0x0,0x6,0x16,0xAC, 0x1,0xF1,0x17,0x0,0x0,0x6,0x16,0xC4, 0x1,0xF1,0x18,0x0,0x0,0x6,0x16,0xDC, 0x1,0xF1,0x19,0x0,0x0,0x6,0x16,0xF4, 0x1,0xF1,0x1A,0x0,0x0,0x6,0x17,0xC, 0x1,0xF1,0x1B,0x0,0x0,0x6,0x17,0x24, 0x1,0xF1,0x1C,0x0,0x0,0x6,0x17,0x3C, 0x1,0xF1,0x1D,0x0,0x0,0x6,0x17,0x54, 0x1,0xF1,0x1E,0x0,0x0,0x6,0x17,0x6C, 0x1,0xF1,0x1F,0x0,0x0,0x6,0x17,0x84, 0x1,0xF1,0x20,0x0,0x0,0x6,0x17,0x9C, 0x1,0xF1,0x21,0x0,0x0,0x6,0x17,0xB4, 0x1,0xF1,0x22,0x0,0x0,0x6,0x17,0xCC, 0x1,0xF1,0x23,0x0,0x0,0x6,0x17,0xE4, 0x1,0xF1,0x24,0x0,0x0,0x6,0x17,0xFC, 0x1,0xF1,0x25,0x0,0x0,0x6,0x18,0x14, 0x1,0xF1,0x26,0x0,0x0,0x6,0x18,0x2C, 0x1,0xF1,0x27,0x0,0x0,0x6,0x18,0x44, 0x1,0xF1,0x28,0x0,0x0,0x6,0x18,0x5C, 0x1,0xF1,0x29,0x0,0x0,0x6,0x18,0x74, 0x1,0xF1,0x2A,0x0,0x0,0x6,0x48,0x12, 0x1,0xF1,0x2B,0x0,0x0,0x2,0xE,0x8A, 0x1,0xF1,0x2C,0x0,0x0,0x2,0x1,0xE2, 0x1,0xF1,0x2D,0x0,0x0,0x4,0x5E,0xCA, 0x1,0xF1,0x2E,0x0,0x0,0x4,0x72,0x7A, 0x1,0xF1,0x2F,0x0,0x0,0x0,0x0,0x3, 0x1,0xF1,0x30,0x0,0x0,0x2,0x1,0xAA, 0x1,0xF1,0x31,0x0,0x0,0x2,0x16,0x3A, 0x1,0xF1,0x32,0x0,0x0,0x2,0xE,0x8A, 0x1,0xF1,0x33,0x0,0x0,0x2,0x1,0xF2, 0x1,0xF1,0x34,0x0,0x0,0x2,0xA,0xFA, 0x1,0xF1,0x35,0x0,0x0,0x2,0x13,0x2, 0x1,0xF1,0x36,0x0,0x0,0x2,0x5,0xC2, 0x1,0xF1,0x37,0x0,0x0,0x2,0x16,0xCA, 0x1,0xF1,0x38,0x0,0x0,0x2,0x2,0xA2, 0x1,0xF1,0x39,0x0,0x0,0x2,0x5,0xF2, 0x1,0xF1,0x3A,0x0,0x0,0x2,0x1,0xDA, 0x1,0xF1,0x3B,0x0,0x0,0x2,0x6,0x32, 0x1,0xF1,0x3C,0x0,0x0,0x2,0x1,0x9A, 0x1,0xF1,0x3D,0x0,0x0,0x2,0x17,0x5A, 0x1,0xF1,0x3E,0x0,0x0,0x2,0x2,0xE2, 0x1,0xF1,0x3F,0x0,0x0,0x2,0x17,0x8A, 0x1,0xF1,0x40,0x0,0x0,0x2,0x10,0xD2, 0x1,0xF1,0x41,0x0,0x0,0x2,0x1,0xE2, 0x1,0xF1,0x42,0x0,0x0,0x2,0x2,0xA, 0x1,0xF1,0x43,0x0,0x0,0x2,0x12,0xEA, 0x1,0xF1,0x44,0x0,0x0,0x2,0x12,0xE2, 0x1,0xF1,0x45,0x0,0x0,0x2,0x6,0xE2, 0x1,0xF1,0x46,0x0,0x0,0x2,0x18,0x32, 0x1,0xF1,0x47,0x0,0x0,0x2,0x13,0x12, 0x1,0xF1,0x48,0x0,0x0,0x2,0x18,0x62, 0x1,0xF1,0x49,0x0,0x0,0x2,0x18,0x7A, 0x1,0xF1,0x4A,0x0,0x0,0x4,0x72,0x8A, 0x1,0xF1,0x4B,0x0,0x0,0x4,0x2E,0xA, 0x1,0xF1,0x4C,0x0,0x0,0x4,0x72,0x9A, 0x1,0xF1,0x4D,0x0,0x0,0x4,0x4A,0x92, 0x1,0xF1,0x4E,0x0,0x0,0x6,0x48,0x3A, 0x1,0xF1,0x4F,0x0,0x0,0x4,0x72,0xAA, 0x1,0xF1,0x50,0x0,0x19,0x0,0x0,0x1, 0x1,0xF1,0x6A,0x0,0x0,0x4,0x72,0xBA, 0x1,0xF1,0x6B,0x0,0x0,0x4,0x72,0xCA, 0x1,0xF1,0x6C,0x0,0x3,0x0,0x0,0x3, 0x1,0xF1,0x70,0x0,0x1F,0x0,0x0,0x1, 0x1,0xF1,0x90,0x0,0x0,0x4,0x72,0xDA, 0x1,0xF1,0x91,0x0,0x9,0x0,0x0,0x1, 0x1,0xF1,0x9B,0x0,0x4A,0x0,0x0,0x3, 0x1,0xF1,0xE6,0x0,0x19,0x0,0x0,0x1, 0x1,0xF2,0x0,0x0,0x0,0x4,0x72,0xEA, 0x1,0xF2,0x1,0x0,0x0,0x4,0x73,0xA, 0x1,0xF2,0x2,0x0,0x0,0x2,0x3,0xAA, 0x1,0xF2,0x3,0x0,0xC,0x0,0x0,0x3, 0x1,0xF2,0x10,0x0,0x0,0x2,0xA5,0xC2, 0x1,0xF2,0x11,0x0,0x0,0x2,0xF1,0x1A, 0x1,0xF2,0x12,0x0,0x0,0x2,0xF1,0x32, 0x1,0xF2,0x13,0x0,0x0,0x2,0x5A,0x2A, 0x1,0xF2,0x14,0x0,0x0,0x2,0x1D,0x2, 0x1,0xF2,0x15,0x0,0x0,0x2,0xF1,0x4A, 0x1,0xF2,0x16,0x0,0x0,0x2,0xF1,0x62, 0x1,0xF2,0x17,0x0,0x0,0x2,0xB8,0x3A, 0x1,0xF2,0x18,0x0,0x0,0x2,0xF1,0x7A, 0x1,0xF2,0x19,0x0,0x0,0x2,0xF1,0x92, 0x1,0xF2,0x1A,0x0,0x0,0x2,0xF1,0xAA, 0x1,0xF2,0x1B,0x0,0x0,0x2,0xD3,0x72, 0x1,0xF2,0x1C,0x0,0x0,0x2,0xF1,0xC2, 0x1,0xF2,0x1D,0x0,0x0,0x2,0xF1,0xDA, 0x1,0xF2,0x1E,0x0,0x0,0x2,0xF1,0xF2, 0x1,0xF2,0x1F,0x0,0x0,0x2,0xF2,0xA, 0x1,0xF2,0x20,0x0,0x0,0x2,0xF2,0x22, 0x1,0xF2,0x21,0x0,0x0,0x2,0xF2,0x3A, 0x1,0xF2,0x22,0x0,0x0,0x2,0xA8,0xAA, 0x1,0xF2,0x23,0x0,0x0,0x2,0xF2,0x52, 0x1,0xF2,0x24,0x0,0x0,0x2,0xF2,0x6A, 0x1,0xF2,0x25,0x0,0x0,0x2,0xF2,0x82, 0x1,0xF2,0x26,0x0,0x0,0x2,0xF2,0x9A, 0x1,0xF2,0x27,0x0,0x0,0x2,0xF2,0xB2, 0x1,0xF2,0x28,0x0,0x0,0x2,0xF2,0xCA, 0x1,0xF2,0x29,0x0,0x0,0x2,0x1C,0xDA, 0x1,0xF2,0x2A,0x0,0x0,0x2,0x1D,0x2A, 0x1,0xF2,0x2B,0x0,0x0,0x2,0xF2,0xE2, 0x1,0xF2,0x2C,0x0,0x0,0x2,0xB9,0x8A, 0x1,0xF2,0x2D,0x0,0x0,0x2,0xB7,0xC2, 0x1,0xF2,0x2E,0x0,0x0,0x2,0xB9,0xA2, 0x1,0xF2,0x2F,0x0,0x0,0x2,0xF2,0xFA, 0x1,0xF2,0x30,0x0,0x0,0x2,0xAD,0xBA, 0x1,0xF2,0x31,0x0,0x0,0x2,0x49,0x7A, 0x1,0xF2,0x32,0x0,0x0,0x2,0xF3,0x12, 0x1,0xF2,0x33,0x0,0x0,0x2,0xF3,0x2A, 0x1,0xF2,0x34,0x0,0x0,0x2,0xF3,0x42, 0x1,0xF2,0x35,0x0,0x0,0x2,0xF3,0x5A, 0x1,0xF2,0x36,0x0,0x0,0x2,0x1F,0xAA, 0x1,0xF2,0x37,0x0,0x0,0x2,0x1E,0x6A, 0x1,0xF2,0x38,0x0,0x0,0x2,0xF3,0x72, 0x1,0xF2,0x39,0x0,0x0,0x2,0xF3,0x8A, 0x1,0xF2,0x3A,0x0,0x0,0x2,0xF3,0xA2, 0x1,0xF2,0x3B,0x0,0x4,0x0,0x0,0x3, 0x1,0xF2,0x40,0x0,0x0,0x6,0x48,0x52, 0x1,0xF2,0x41,0x0,0x0,0x6,0x48,0x8A, 0x1,0xF2,0x42,0x0,0x0,0x6,0x48,0xC2, 0x1,0xF2,0x43,0x0,0x0,0x6,0x48,0xFA, 0x1,0xF2,0x44,0x0,0x0,0x6,0x49,0x32, 0x1,0xF2,0x45,0x0,0x0,0x6,0x49,0x6A, 0x1,0xF2,0x46,0x0,0x0,0x6,0x49,0xA2, 0x1,0xF2,0x47,0x0,0x0,0x6,0x49,0xDA, 0x1,0xF2,0x48,0x0,0x0,0x6,0x4A,0x12, 0x1,0xF2,0x49,0x0,0x6,0x0,0x0,0x3, 0x1,0xF2,0x50,0x0,0x0,0x2,0xF3,0xBA, 0x1,0xF2,0x51,0x0,0x0,0x2,0xF3,0xD2, 0x1,0xF2,0x52,0x0,0xAD,0x0,0x0,0x3, 0x1,0xF3,0x0,0x0,0x20,0x0,0x0,0x1, 0x1,0xF3,0x21,0x0,0xE,0x0,0x0,0x3, 0x1,0xF3,0x30,0x0,0x5,0x0,0x0,0x1, 0x1,0xF3,0x36,0x0,0x0,0x0,0x0,0x3, 0x1,0xF3,0x37,0x0,0x45,0x0,0x0,0x1, 0x1,0xF3,0x7D,0x0,0x2,0x0,0x0,0x3, 0x1,0xF3,0x80,0x0,0x13,0x0,0x0,0x1, 0x1,0xF3,0x94,0x0,0xB,0x0,0x0,0x3, 0x1,0xF3,0xA0,0x0,0x24,0x0,0x0,0x1, 0x1,0xF3,0xC5,0x0,0x0,0x0,0x0,0x3, 0x1,0xF3,0xC6,0x0,0x4,0x0,0x0,0x1, 0x1,0xF3,0xCB,0x0,0x14,0x0,0x0,0x3, 0x1,0xF3,0xE0,0x0,0x10,0x0,0x0,0x1, 0x1,0xF3,0xF1,0x0,0xE,0x0,0x0,0x3, 0x1,0xF4,0x0,0x0,0x3E,0x0,0x0,0x1, 0x1,0xF4,0x3F,0x0,0x0,0x0,0x0,0x3, 0x1,0xF4,0x40,0x0,0x0,0x0,0x0,0x1, 0x1,0xF4,0x41,0x0,0x0,0x0,0x0,0x3, 0x1,0xF4,0x42,0x0,0xB5,0x0,0x0,0x1, 0x1,0xF4,0xF8,0x0,0x0,0x0,0x0,0x3, 0x1,0xF4,0xF9,0x0,0x3,0x0,0x0,0x1, 0x1,0xF4,0xFD,0x0,0x2,0x0,0x0,0x3, 0x1,0xF5,0x0,0x0,0x3D,0x0,0x0,0x1, 0x1,0xF5,0x3E,0x0,0x1,0x0,0x0,0x3, 0x1,0xF5,0x40,0x0,0x3,0x0,0x0,0x1, 0x1,0xF5,0x44,0x0,0xB,0x0,0x0,0x3, 0x1,0xF5,0x50,0x0,0x17,0x0,0x0,0x1, 0x1,0xF5,0x68,0x0,0x92,0x0,0x0,0x3, 0x1,0xF5,0xFB,0x0,0x45,0x0,0x0,0x1, 0x1,0xF6,0x41,0x0,0x3,0x0,0x0,0x3, 0x1,0xF6,0x45,0x0,0xA,0x0,0x0,0x1, 0x1,0xF6,0x50,0x0,0x2F,0x0,0x0,0x3, 0x1,0xF6,0x80,0x0,0x45,0x0,0x0,0x1, 0x1,0xF6,0xC6,0x0,0x39,0x0,0x0,0x3, 0x1,0xF7,0x0,0x0,0x73,0x0,0x0,0x1, 0x1,0xF7,0x74,0x8,0x8B,0x0,0x0,0x3, 0x2,0x0,0x0,0xA6,0xD6,0x0,0x0,0x1, 0x2,0xA6,0xD7,0x0,0x28,0x0,0x0,0x3, 0x2,0xA7,0x0,0x10,0x34,0x0,0x0,0x1, 0x2,0xB7,0x35,0x0,0xA,0x0,0x0,0x3, 0x2,0xB7,0x40,0x0,0xDD,0x0,0x0,0x1, 0x2,0xB8,0x1E,0x3F,0xE1,0x0,0x0,0x3, 0x2,0xF8,0x0,0x0,0x0,0x2,0xF3,0xEA, 0x2,0xF8,0x1,0x0,0x0,0x2,0xF4,0x2, 0x2,0xF8,0x2,0x0,0x0,0x2,0xF4,0x1A, 0x2,0xF8,0x3,0x0,0x0,0x2,0xF4,0x32, 0x2,0xF8,0x4,0x0,0x0,0x2,0xF4,0x4A, 0x2,0xF8,0x5,0x0,0x0,0x2,0xDC,0x2A, 0x2,0xF8,0x6,0x0,0x0,0x2,0xF4,0x62, 0x2,0xF8,0x7,0x0,0x0,0x2,0xF4,0x7A, 0x2,0xF8,0x8,0x0,0x0,0x2,0xF4,0x92, 0x2,0xF8,0x9,0x0,0x0,0x2,0xF4,0xAA, 0x2,0xF8,0xA,0x0,0x0,0x2,0xDC,0x42, 0x2,0xF8,0xB,0x0,0x0,0x2,0xF4,0xC2, 0x2,0xF8,0xC,0x0,0x0,0x2,0xF4,0xDA, 0x2,0xF8,0xD,0x0,0x0,0x2,0xF4,0xEA, 0x2,0xF8,0xE,0x0,0x0,0x2,0xDC,0x5A, 0x2,0xF8,0xF,0x0,0x0,0x2,0xF5,0x2, 0x2,0xF8,0x10,0x0,0x0,0x2,0xF5,0x1A, 0x2,0xF8,0x11,0x0,0x0,0x2,0xF5,0x32, 0x2,0xF8,0x12,0x0,0x0,0x2,0xF5,0x4A, 0x2,0xF8,0x13,0x0,0x0,0x2,0xF5,0x62, 0x2,0xF8,0x14,0x0,0x0,0x2,0xF5,0x72, 0x2,0xF8,0x15,0x0,0x0,0x2,0xF1,0xF2, 0x2,0xF8,0x16,0x0,0x0,0x2,0xF5,0x8A, 0x2,0xF8,0x17,0x0,0x0,0x2,0xF5,0xA2, 0x2,0xF8,0x18,0x0,0x0,0x2,0xF5,0xBA, 0x2,0xF8,0x19,0x0,0x0,0x2,0xF5,0xD2, 0x2,0xF8,0x1A,0x0,0x0,0x2,0xF5,0xEA, 0x2,0xF8,0x1B,0x0,0x0,0x2,0xE1,0x82, 0x2,0xF8,0x1C,0x0,0x0,0x2,0xF6,0x2, 0x2,0xF8,0x1D,0x0,0x0,0x2,0xA1,0xA2, 0x2,0xF8,0x1E,0x0,0x0,0x2,0xF6,0x1A, 0x2,0xF8,0x1F,0x0,0x0,0x2,0xF6,0x32, 0x2,0xF8,0x20,0x0,0x0,0x2,0xF6,0x42, 0x2,0xF8,0x21,0x0,0x0,0x2,0xF6,0x5A, 0x2,0xF8,0x22,0x0,0x0,0x2,0xF3,0x8A, 0x2,0xF8,0x23,0x0,0x0,0x2,0xF6,0x72, 0x2,0xF8,0x24,0x0,0x0,0x2,0xF6,0x8A, 0x2,0xF8,0x25,0x0,0x0,0x2,0xE1,0xFA, 0x2,0xF8,0x26,0x0,0x0,0x2,0xDC,0x72, 0x2,0xF8,0x27,0x0,0x0,0x2,0xDC,0x8A, 0x2,0xF8,0x28,0x0,0x0,0x2,0xE2,0x12, 0x2,0xF8,0x29,0x0,0x0,0x2,0xF6,0x9A, 0x2,0xF8,0x2A,0x0,0x0,0x2,0xF6,0xB2, 0x2,0xF8,0x2B,0x0,0x0,0x2,0xCB,0x62, 0x2,0xF8,0x2C,0x0,0x0,0x2,0xF6,0xCA, 0x2,0xF8,0x2D,0x0,0x0,0x2,0xDC,0xA2, 0x2,0xF8,0x2E,0x0,0x0,0x2,0xF6,0xE2, 0x2,0xF8,0x2F,0x0,0x0,0x2,0xF6,0xFA, 0x2,0xF8,0x30,0x0,0x0,0x2,0xF7,0x12, 0x2,0xF8,0x31,0x0,0x2,0x2,0xF7,0x2A, 0x2,0xF8,0x34,0x0,0x0,0x2,0xF7,0x42, 0x2,0xF8,0x35,0x0,0x0,0x2,0xF7,0x5A, 0x2,0xF8,0x36,0x0,0x0,0x2,0xF7,0x72, 0x2,0xF8,0x37,0x0,0x0,0x2,0xF7,0x8A, 0x2,0xF8,0x38,0x0,0x0,0x2,0xF7,0xA2, 0x2,0xF8,0x39,0x0,0x0,0x2,0xF7,0xBA, 0x2,0xF8,0x3A,0x0,0x0,0x2,0xF7,0xD2, 0x2,0xF8,0x3B,0x0,0x0,0x2,0xF7,0xEA, 0x2,0xF8,0x3C,0x0,0x0,0x2,0xF8,0x2, 0x2,0xF8,0x3D,0x0,0x0,0x2,0xF8,0x1A, 0x2,0xF8,0x3E,0x0,0x0,0x2,0xF8,0x32, 0x2,0xF8,0x3F,0x0,0x0,0x2,0xF8,0x4A, 0x2,0xF8,0x40,0x0,0x0,0x2,0xF8,0x62, 0x2,0xF8,0x41,0x0,0x0,0x2,0xF8,0x7A, 0x2,0xF8,0x42,0x0,0x0,0x2,0xF8,0x92, 0x2,0xF8,0x43,0x0,0x0,0x2,0xF8,0xAA, 0x2,0xF8,0x44,0x0,0x0,0x2,0xF8,0xC2, 0x2,0xF8,0x45,0x0,0x1,0x2,0xF8,0xDA, 0x2,0xF8,0x47,0x0,0x0,0x2,0xE2,0x42, 0x2,0xF8,0x48,0x0,0x0,0x2,0xF8,0xF2, 0x2,0xF8,0x49,0x0,0x0,0x2,0xF9,0xA, 0x2,0xF8,0x4A,0x0,0x0,0x2,0xF9,0x22, 0x2,0xF8,0x4B,0x0,0x0,0x2,0xF9,0x3A, 0x2,0xF8,0x4C,0x0,0x0,0x2,0xDC,0xD2, 0x2,0xF8,0x4D,0x0,0x0,0x2,0xF9,0x52, 0x2,0xF8,0x4E,0x0,0x0,0x2,0xF9,0x6A, 0x2,0xF8,0x4F,0x0,0x0,0x2,0xF9,0x82, 0x2,0xF8,0x50,0x0,0x0,0x2,0xD9,0x12, 0x2,0xF8,0x51,0x0,0x0,0x2,0xF9,0x9A, 0x2,0xF8,0x52,0x0,0x0,0x2,0xF9,0xB2, 0x2,0xF8,0x53,0x0,0x0,0x2,0xF9,0xCA, 0x2,0xF8,0x54,0x0,0x0,0x2,0xF9,0xE2, 0x2,0xF8,0x55,0x0,0x0,0x2,0xF9,0xFA, 0x2,0xF8,0x56,0x0,0x0,0x2,0xFA,0x12, 0x2,0xF8,0x57,0x0,0x0,0x2,0xFA,0x2A, 0x2,0xF8,0x58,0x0,0x0,0x2,0xFA,0x42, 0x2,0xF8,0x59,0x0,0x0,0x2,0xFA,0x5A, 0x2,0xF8,0x5A,0x0,0x0,0x2,0xFA,0x72, 0x2,0xF8,0x5B,0x0,0x0,0x2,0xFA,0x8A, 0x2,0xF8,0x5C,0x0,0x0,0x2,0xFA,0xA2, 0x2,0xF8,0x5D,0x0,0x0,0x2,0xF1,0x4A, 0x2,0xF8,0x5E,0x0,0x0,0x2,0xFA,0xBA, 0x2,0xF8,0x5F,0x0,0x0,0x2,0xFA,0xD2, 0x2,0xF8,0x60,0x0,0x0,0x2,0xFA,0xEA, 0x2,0xF8,0x61,0x0,0x0,0x2,0xFB,0x2, 0x2,0xF8,0x62,0x0,0x0,0x2,0xFB,0x1A, 0x2,0xF8,0x63,0x0,0x0,0x2,0xFB,0x32, 0x2,0xF8,0x64,0x0,0x0,0x2,0xFB,0x4A, 0x2,0xF8,0x65,0x0,0x0,0x2,0xFB,0x62, 0x2,0xF8,0x66,0x0,0x0,0x2,0xFB,0x7A, 0x2,0xF8,0x67,0x0,0x0,0x2,0xA9,0x8A, 0x2,0xF8,0x68,0x0,0x0,0x0,0x0,0x3, 0x2,0xF8,0x69,0x0,0x0,0x2,0xFB,0x92, 0x2,0xF8,0x6A,0x0,0x1,0x2,0xFB,0xAA, 0x2,0xF8,0x6C,0x0,0x0,0x2,0xFB,0xC2, 0x2,0xF8,0x6D,0x0,0x0,0x2,0xFB,0xDA, 0x2,0xF8,0x6E,0x0,0x0,0x2,0xFB,0xF2, 0x2,0xF8,0x6F,0x0,0x0,0x2,0xCB,0x2, 0x2,0xF8,0x70,0x0,0x0,0x2,0xFC,0xA, 0x2,0xF8,0x71,0x0,0x0,0x2,0xFC,0x22, 0x2,0xF8,0x72,0x0,0x0,0x2,0xFC,0x3A, 0x2,0xF8,0x73,0x0,0x0,0x2,0xFC,0x52, 0x2,0xF8,0x74,0x0,0x0,0x0,0x0,0x3, 0x2,0xF8,0x75,0x0,0x0,0x2,0xA3,0xCA, 0x2,0xF8,0x76,0x0,0x0,0x2,0xFC,0x6A, 0x2,0xF8,0x77,0x0,0x0,0x2,0xFC,0x7A, 0x2,0xF8,0x78,0x0,0x0,0x2,0xA3,0xFA, 0x2,0xF8,0x79,0x0,0x0,0x2,0xFC,0x92, 0x2,0xF8,0x7A,0x0,0x0,0x2,0xFC,0xAA, 0x2,0xF8,0x7B,0x0,0x0,0x2,0xFC,0xC2, 0x2,0xF8,0x7C,0x0,0x0,0x2,0xFC,0xDA, 0x2,0xF8,0x7D,0x0,0x0,0x2,0xFC,0xF2, 0x2,0xF8,0x7E,0x0,0x0,0x2,0xFD,0xA, 0x2,0xF8,0x7F,0x0,0x0,0x2,0xFD,0x22, 0x2,0xF8,0x80,0x0,0x0,0x2,0xFD,0x3A, 0x2,0xF8,0x81,0x0,0x0,0x2,0xFD,0x52, 0x2,0xF8,0x82,0x0,0x0,0x2,0xFD,0x6A, 0x2,0xF8,0x83,0x0,0x0,0x2,0xFD,0x82, 0x2,0xF8,0x84,0x0,0x0,0x2,0xFD,0x92, 0x2,0xF8,0x85,0x0,0x0,0x2,0xFD,0xAA, 0x2,0xF8,0x86,0x0,0x0,0x2,0xFD,0xC2, 0x2,0xF8,0x87,0x0,0x0,0x2,0xFD,0xDA, 0x2,0xF8,0x88,0x0,0x0,0x2,0xFD,0xF2, 0x2,0xF8,0x89,0x0,0x0,0x2,0xFE,0x2, 0x2,0xF8,0x8A,0x0,0x0,0x2,0xFE,0x1A, 0x2,0xF8,0x8B,0x0,0x0,0x2,0xFE,0x2A, 0x2,0xF8,0x8C,0x0,0x0,0x2,0xFE,0x42, 0x2,0xF8,0x8D,0x0,0x0,0x2,0xFE,0x5A, 0x2,0xF8,0x8E,0x0,0x0,0x2,0xC6,0x22, 0x2,0xF8,0x8F,0x0,0x0,0x2,0xFE,0x72, 0x2,0xF8,0x90,0x0,0x0,0x2,0xA4,0xEA, 0x2,0xF8,0x91,0x0,0x1,0x2,0xFE,0x8A, 0x2,0xF8,0x93,0x0,0x0,0x2,0xFE,0xA2, 0x2,0xF8,0x94,0x0,0x1,0x2,0xFE,0xBA, 0x2,0xF8,0x96,0x0,0x0,0x2,0xFE,0xD2, 0x2,0xF8,0x97,0x0,0x0,0x2,0xFE,0xE2, 0x2,0xF8,0x98,0x0,0x0,0x2,0xFE,0xFA, 0x2,0xF8,0x99,0x0,0x0,0x2,0xFF,0x12, 0x2,0xF8,0x9A,0x0,0x0,0x2,0xFF,0x2A, 0x2,0xF8,0x9B,0x0,0x0,0x2,0xFF,0x42, 0x2,0xF8,0x9C,0x0,0x0,0x2,0xFF,0x52, 0x2,0xF8,0x9D,0x0,0x0,0x2,0xFF,0x6A, 0x2,0xF8,0x9E,0x0,0x0,0x2,0xFF,0x82, 0x2,0xF8,0x9F,0x0,0x0,0x2,0xFF,0x9A, 0x2,0xF8,0xA0,0x0,0x0,0x2,0xFF,0xB2, 0x2,0xF8,0xA1,0x0,0x0,0x2,0xA9,0xEA, 0x2,0xF8,0xA2,0x0,0x0,0x2,0xFF,0xCA, 0x2,0xF8,0xA3,0x0,0x0,0x2,0xDD,0x4A, 0x2,0xF8,0xA4,0x0,0x0,0x2,0xFF,0xDA, 0x2,0xF8,0xA5,0x0,0x0,0x2,0xFF,0xF2, 0x2,0xF8,0xA6,0x0,0x0,0x3,0x0,0xA, 0x2,0xF8,0xA7,0x0,0x0,0x3,0x0,0x22, 0x2,0xF8,0xA8,0x0,0x0,0x2,0xE3,0x62, 0x2,0xF8,0xA9,0x0,0x0,0x3,0x0,0x22, 0x2,0xF8,0xAA,0x0,0x0,0x3,0x0,0x3A, 0x2,0xF8,0xAB,0x0,0x0,0x2,0xDD,0x7A, 0x2,0xF8,0xAC,0x0,0x0,0x3,0x0,0x52, 0x2,0xF8,0xAD,0x0,0x0,0x3,0x0,0x6A, 0x2,0xF8,0xAE,0x0,0x0,0x3,0x0,0x82, 0x2,0xF8,0xAF,0x0,0x0,0x3,0x0,0x9A, 0x2,0xF8,0xB0,0x0,0x0,0x2,0xDD,0x92, 0x2,0xF8,0xB1,0x0,0x0,0x2,0xC3,0x9A, 0x2,0xF8,0xB2,0x0,0x0,0x2,0x5B,0xB2, 0x2,0xF8,0xB3,0x0,0x0,0x3,0x0,0xB2, 0x2,0xF8,0xB4,0x0,0x0,0x3,0x0,0xCA, 0x2,0xF8,0xB5,0x0,0x0,0x3,0x0,0xE2, 0x2,0xF8,0xB6,0x0,0x0,0x3,0x0,0xFA, 0x2,0xF8,0xB7,0x0,0x0,0x3,0x1,0x12, 0x2,0xF8,0xB8,0x0,0x0,0x3,0x1,0x2A, 0x2,0xF8,0xB9,0x0,0x0,0x3,0x1,0x42, 0x2,0xF8,0xBA,0x0,0x0,0x3,0x1,0x5A, 0x2,0xF8,0xBB,0x0,0x0,0x3,0x1,0x72, 0x2,0xF8,0xBC,0x0,0x0,0x3,0x1,0x8A, 0x2,0xF8,0xBD,0x0,0x0,0x3,0x1,0xA2, 0x2,0xF8,0xBE,0x0,0x0,0x3,0x1,0xBA, 0x2,0xF8,0xBF,0x0,0x0,0x3,0x1,0xD2, 0x2,0xF8,0xC0,0x0,0x0,0x3,0x1,0xEA, 0x2,0xF8,0xC1,0x0,0x0,0x3,0x2,0x2, 0x2,0xF8,0xC2,0x0,0x0,0x3,0x2,0x1A, 0x2,0xF8,0xC3,0x0,0x0,0x3,0x2,0x2A, 0x2,0xF8,0xC4,0x0,0x0,0x3,0x2,0x42, 0x2,0xF8,0xC5,0x0,0x0,0x3,0x2,0x5A, 0x2,0xF8,0xC6,0x0,0x0,0x3,0x2,0x72, 0x2,0xF8,0xC7,0x0,0x0,0x3,0x2,0x8A, 0x2,0xF8,0xC8,0x0,0x0,0x2,0xDD,0xAA, 0x2,0xF8,0xC9,0x0,0x0,0x3,0x2,0x9A, 0x2,0xF8,0xCA,0x0,0x0,0x3,0x2,0xB2, 0x2,0xF8,0xCB,0x0,0x0,0x3,0x2,0xCA, 0x2,0xF8,0xCC,0x0,0x0,0x3,0x2,0xE2, 0x2,0xF8,0xCD,0x0,0x0,0x3,0x2,0xFA, 0x2,0xF8,0xCE,0x0,0x0,0x3,0x3,0x12, 0x2,0xF8,0xCF,0x0,0x0,0x2,0xDD,0xDA, 0x2,0xF8,0xD0,0x0,0x0,0x3,0x3,0x22, 0x2,0xF8,0xD1,0x0,0x0,0x3,0x3,0x32, 0x2,0xF8,0xD2,0x0,0x0,0x3,0x3,0x42, 0x2,0xF8,0xD3,0x0,0x0,0x3,0x3,0x5A, 0x2,0xF8,0xD4,0x0,0x0,0x3,0x3,0x72, 0x2,0xF8,0xD5,0x0,0x0,0x3,0x3,0x8A, 0x2,0xF8,0xD6,0x0,0x0,0x3,0x3,0xA2, 0x2,0xF8,0xD7,0x0,0x0,0x3,0x3,0xBA, 0x2,0xF8,0xD8,0x0,0x0,0x2,0xC6,0x3A, 0x2,0xF8,0xD9,0x0,0x0,0x2,0xE4,0x22, 0x2,0xF8,0xDA,0x0,0x0,0x3,0x3,0xD2, 0x2,0xF8,0xDB,0x0,0x0,0x3,0x3,0xEA, 0x2,0xF8,0xDC,0x0,0x0,0x3,0x4,0x2, 0x2,0xF8,0xDD,0x0,0x0,0x3,0x4,0x1A, 0x2,0xF8,0xDE,0x0,0x0,0x3,0x4,0x32, 0x2,0xF8,0xDF,0x0,0x0,0x3,0x4,0x42, 0x2,0xF8,0xE0,0x0,0x0,0x3,0x4,0x5A, 0x2,0xF8,0xE1,0x0,0x0,0x3,0x4,0x72, 0x2,0xF8,0xE2,0x0,0x0,0x2,0xDD,0xF2, 0x2,0xF8,0xE3,0x0,0x0,0x3,0x4,0x8A, 0x2,0xF8,0xE4,0x0,0x0,0x3,0x4,0xA2, 0x2,0xF8,0xE5,0x0,0x0,0x3,0x4,0xBA, 0x2,0xF8,0xE6,0x0,0x0,0x3,0x4,0xD2, 0x2,0xF8,0xE7,0x0,0x0,0x2,0xE8,0x12, 0x2,0xF8,0xE8,0x0,0x0,0x3,0x4,0xEA, 0x2,0xF8,0xE9,0x0,0x0,0x3,0x5,0x2, 0x2,0xF8,0xEA,0x0,0x0,0x3,0x5,0x1A, 0x2,0xF8,0xEB,0x0,0x0,0x3,0x5,0x32, 0x2,0xF8,0xEC,0x0,0x0,0x3,0x5,0x4A, 0x2,0xF8,0xED,0x0,0x0,0x3,0x5,0x62, 0x2,0xF8,0xEE,0x0,0x0,0x3,0x5,0x7A, 0x2,0xF8,0xEF,0x0,0x0,0x3,0x5,0x8A, 0x2,0xF8,0xF0,0x0,0x0,0x3,0x5,0xA2, 0x2,0xF8,0xF1,0x0,0x0,0x3,0x5,0xBA, 0x2,0xF8,0xF2,0x0,0x0,0x3,0x5,0xD2, 0x2,0xF8,0xF3,0x0,0x0,0x3,0x5,0xE2, 0x2,0xF8,0xF4,0x0,0x0,0x3,0x5,0xFA, 0x2,0xF8,0xF5,0x0,0x0,0x2,0xCC,0x9A, 0x2,0xF8,0xF6,0x0,0x0,0x3,0x6,0x12, 0x2,0xF8,0xF7,0x0,0x0,0x3,0x6,0x2A, 0x2,0xF8,0xF8,0x0,0x0,0x3,0x6,0x42, 0x2,0xF8,0xF9,0x0,0x0,0x3,0x6,0x5A, 0x2,0xF8,0xFA,0x0,0x0,0x3,0x6,0x72, 0x2,0xF8,0xFB,0x0,0x0,0x3,0x6,0x8A, 0x2,0xF8,0xFC,0x0,0x0,0x3,0x6,0xA2, 0x2,0xF8,0xFD,0x0,0x0,0x3,0x6,0xBA, 0x2,0xF8,0xFE,0x0,0x0,0x3,0x6,0xD2, 0x2,0xF8,0xFF,0x0,0x0,0x3,0x6,0xEA, 0x2,0xF9,0x0,0x0,0x0,0x3,0x7,0x2, 0x2,0xF9,0x1,0x0,0x0,0x2,0xDE,0xA, 0x2,0xF9,0x2,0x0,0x0,0x2,0xD4,0x62, 0x2,0xF9,0x3,0x0,0x0,0x3,0x7,0x1A, 0x2,0xF9,0x4,0x0,0x0,0x3,0x7,0x32, 0x2,0xF9,0x5,0x0,0x0,0x3,0x7,0x4A, 0x2,0xF9,0x6,0x0,0x0,0x3,0x7,0x62, 0x2,0xF9,0x7,0x0,0x0,0x3,0x7,0x7A, 0x2,0xF9,0x8,0x0,0x0,0x3,0x7,0x92, 0x2,0xF9,0x9,0x0,0x0,0x3,0x7,0xAA, 0x2,0xF9,0xA,0x0,0x0,0x3,0x7,0xC2, 0x2,0xF9,0xB,0x0,0x0,0x2,0xE4,0x6A, 0x2,0xF9,0xC,0x0,0x0,0x3,0x7,0xD2, 0x2,0xF9,0xD,0x0,0x0,0x3,0x7,0xEA, 0x2,0xF9,0xE,0x0,0x0,0x3,0x8,0x2, 0x2,0xF9,0xF,0x0,0x0,0x3,0x8,0x1A, 0x2,0xF9,0x10,0x0,0x0,0x3,0x8,0x32, 0x2,0xF9,0x11,0x0,0x0,0x3,0x8,0x4A, 0x2,0xF9,0x12,0x0,0x0,0x3,0x8,0x62, 0x2,0xF9,0x13,0x0,0x0,0x3,0x8,0x7A, 0x2,0xF9,0x14,0x0,0x0,0x2,0xE4,0x82, 0x2,0xF9,0x15,0x0,0x0,0x3,0x8,0x92, 0x2,0xF9,0x16,0x0,0x0,0x3,0x8,0xAA, 0x2,0xF9,0x17,0x0,0x0,0x3,0x8,0xBA, 0x2,0xF9,0x18,0x0,0x0,0x3,0x8,0xD2, 0x2,0xF9,0x19,0x0,0x0,0x3,0x8,0xEA, 0x2,0xF9,0x1A,0x0,0x0,0x3,0x9,0x2, 0x2,0xF9,0x1B,0x0,0x0,0x3,0x9,0x1A, 0x2,0xF9,0x1C,0x0,0x0,0x3,0x9,0x32, 0x2,0xF9,0x1D,0x0,0x0,0x3,0x9,0x4A, 0x2,0xF9,0x1E,0x0,0x0,0x3,0x9,0x62, 0x2,0xF9,0x1F,0x0,0x0,0x0,0x0,0x3, 0x2,0xF9,0x20,0x0,0x0,0x3,0x9,0x7A, 0x2,0xF9,0x21,0x0,0x0,0x2,0xE4,0xB2, 0x2,0xF9,0x22,0x0,0x0,0x3,0x9,0x92, 0x2,0xF9,0x23,0x0,0x0,0x3,0x9,0xAA, 0x2,0xF9,0x24,0x0,0x0,0x3,0x9,0xC2, 0x2,0xF9,0x25,0x0,0x0,0x3,0x9,0xDA, 0x2,0xF9,0x26,0x0,0x0,0x3,0x9,0xF2, 0x2,0xF9,0x27,0x0,0x0,0x3,0xA,0xA, 0x2,0xF9,0x28,0x0,0x0,0x3,0xA,0x22, 0x2,0xF9,0x29,0x0,0x0,0x3,0xA,0x3A, 0x2,0xF9,0x2A,0x0,0x0,0x3,0xA,0x52, 0x2,0xF9,0x2B,0x0,0x0,0x3,0xA,0x62, 0x2,0xF9,0x2C,0x0,0x1,0x3,0xA,0x7A, 0x2,0xF9,0x2E,0x0,0x0,0x3,0xA,0x8A, 0x2,0xF9,0x2F,0x0,0x0,0x3,0xA,0xA2, 0x2,0xF9,0x30,0x0,0x0,0x2,0xE4,0xE2, 0x2,0xF9,0x31,0x0,0x0,0x3,0xA,0xBA, 0x2,0xF9,0x32,0x0,0x0,0x3,0xA,0xD2, 0x2,0xF9,0x33,0x0,0x0,0x3,0xA,0xEA, 0x2,0xF9,0x34,0x0,0x0,0x3,0xA,0xFA, 0x2,0xF9,0x35,0x0,0x0,0x3,0xB,0x12, 0x2,0xF9,0x36,0x0,0x0,0x3,0xB,0x2A, 0x2,0xF9,0x37,0x0,0x0,0x3,0xB,0x42, 0x2,0xF9,0x38,0x0,0x0,0x2,0xCB,0x4A, 0x2,0xF9,0x39,0x0,0x0,0x3,0xB,0x5A, 0x2,0xF9,0x3A,0x0,0x0,0x3,0xB,0x72, 0x2,0xF9,0x3B,0x0,0x0,0x3,0xB,0x8A, 0x2,0xF9,0x3C,0x0,0x0,0x3,0xB,0xA2, 0x2,0xF9,0x3D,0x0,0x0,0x3,0xB,0xBA, 0x2,0xF9,0x3E,0x0,0x0,0x3,0xB,0xD2, 0x2,0xF9,0x3F,0x0,0x0,0x3,0xB,0xE2, 0x2,0xF9,0x40,0x0,0x0,0x2,0xE5,0x72, 0x2,0xF9,0x41,0x0,0x0,0x3,0xB,0xFA, 0x2,0xF9,0x42,0x0,0x0,0x3,0xC,0x12, 0x2,0xF9,0x43,0x0,0x0,0x3,0xC,0x2A, 0x2,0xF9,0x44,0x0,0x0,0x3,0xC,0x42, 0x2,0xF9,0x45,0x0,0x0,0x3,0xC,0x5A, 0x2,0xF9,0x46,0x0,0x1,0x3,0xC,0x72, 0x2,0xF9,0x48,0x0,0x0,0x2,0xE5,0x8A, 0x2,0xF9,0x49,0x0,0x0,0x2,0xE8,0x3A, 0x2,0xF9,0x4A,0x0,0x0,0x3,0xC,0x8A, 0x2,0xF9,0x4B,0x0,0x0,0x3,0xC,0xA2, 0x2,0xF9,0x4C,0x0,0x0,0x3,0xC,0xBA, 0x2,0xF9,0x4D,0x0,0x0,0x3,0xC,0xD2, 0x2,0xF9,0x4E,0x0,0x0,0x3,0xC,0xEA, 0x2,0xF9,0x4F,0x0,0x0,0x2,0xC7,0xD2, 0x2,0xF9,0x50,0x0,0x0,0x2,0xE5,0xBA, 0x2,0xF9,0x51,0x0,0x0,0x3,0xD,0x2, 0x2,0xF9,0x52,0x0,0x0,0x3,0xD,0x1A, 0x2,0xF9,0x53,0x0,0x0,0x2,0xDE,0xFA, 0x2,0xF9,0x54,0x0,0x0,0x3,0xD,0x32, 0x2,0xF9,0x55,0x0,0x0,0x3,0xD,0x4A, 0x2,0xF9,0x56,0x0,0x0,0x2,0xDA,0xF2, 0x2,0xF9,0x57,0x0,0x0,0x3,0xD,0x62, 0x2,0xF9,0x58,0x0,0x0,0x3,0xD,0x7A, 0x2,0xF9,0x59,0x0,0x0,0x2,0xDF,0x42, 0x2,0xF9,0x5A,0x0,0x0,0x3,0xD,0x92, 0x2,0xF9,0x5B,0x0,0x0,0x3,0xD,0xAA, 0x2,0xF9,0x5C,0x0,0x0,0x3,0xD,0xC2, 0x2,0xF9,0x5D,0x0,0x1,0x3,0xD,0xDA, 0x2,0xF9,0x5F,0x0,0x0,0x0,0x0,0x3, 0x2,0xF9,0x60,0x0,0x0,0x3,0xD,0xF2, 0x2,0xF9,0x61,0x0,0x0,0x3,0xE,0xA, 0x2,0xF9,0x62,0x0,0x0,0x3,0xE,0x22, 0x2,0xF9,0x63,0x0,0x0,0x3,0xE,0x3A, 0x2,0xF9,0x64,0x0,0x0,0x3,0xE,0x52, 0x2,0xF9,0x65,0x0,0x0,0x3,0xE,0x6A, 0x2,0xF9,0x66,0x0,0x0,0x3,0xE,0x82, 0x2,0xF9,0x67,0x0,0x0,0x3,0xE,0x9A, 0x2,0xF9,0x68,0x0,0x0,0x3,0xE,0xB2, 0x2,0xF9,0x69,0x0,0x0,0x3,0xE,0xCA, 0x2,0xF9,0x6A,0x0,0x0,0x3,0xE,0xE2, 0x2,0xF9,0x6B,0x0,0x0,0x3,0xE,0xFA, 0x2,0xF9,0x6C,0x0,0x0,0x3,0xF,0x12, 0x2,0xF9,0x6D,0x0,0x0,0x3,0xF,0x2A, 0x2,0xF9,0x6E,0x0,0x0,0x3,0xF,0x42, 0x2,0xF9,0x6F,0x0,0x0,0x3,0xF,0x5A, 0x2,0xF9,0x70,0x0,0x0,0x3,0xF,0x72, 0x2,0xF9,0x71,0x0,0x0,0x3,0xF,0x8A, 0x2,0xF9,0x72,0x0,0x0,0x3,0xF,0xA2, 0x2,0xF9,0x73,0x0,0x0,0x3,0xF,0xBA, 0x2,0xF9,0x74,0x0,0x0,0x3,0xF,0xD2, 0x2,0xF9,0x75,0x0,0x0,0x3,0xF,0xEA, 0x2,0xF9,0x76,0x0,0x0,0x3,0x10,0x2, 0x2,0xF9,0x77,0x0,0x0,0x3,0x10,0x1A, 0x2,0xF9,0x78,0x0,0x0,0x3,0x10,0x32, 0x2,0xF9,0x79,0x0,0x0,0x3,0x10,0x4A, 0x2,0xF9,0x7A,0x0,0x0,0x2,0xDF,0xD2, 0x2,0xF9,0x7B,0x0,0x0,0x3,0x10,0x62, 0x2,0xF9,0x7C,0x0,0x0,0x3,0x10,0x7A, 0x2,0xF9,0x7D,0x0,0x0,0x3,0x10,0x92, 0x2,0xF9,0x7E,0x0,0x0,0x3,0x10,0xAA, 0x2,0xF9,0x7F,0x0,0x0,0x3,0x10,0xC2, 0x2,0xF9,0x80,0x0,0x0,0x3,0x10,0xDA, 0x2,0xF9,0x81,0x0,0x0,0x3,0x10,0xF2, 0x2,0xF9,0x82,0x0,0x0,0x3,0x11,0xA, 0x2,0xF9,0x83,0x0,0x0,0x3,0x11,0x22, 0x2,0xF9,0x84,0x0,0x0,0x3,0x11,0x3A, 0x2,0xF9,0x85,0x0,0x0,0x3,0x11,0x52, 0x2,0xF9,0x86,0x0,0x0,0x3,0x11,0x6A, 0x2,0xF9,0x87,0x0,0x0,0x3,0x11,0x82, 0x2,0xF9,0x88,0x0,0x0,0x3,0x11,0x9A, 0x2,0xF9,0x89,0x0,0x0,0x3,0x11,0xB2, 0x2,0xF9,0x8A,0x0,0x0,0x3,0x11,0xCA, 0x2,0xF9,0x8B,0x0,0x0,0x2,0xFE,0xA2, 0x2,0xF9,0x8C,0x0,0x0,0x3,0x11,0xE2, 0x2,0xF9,0x8D,0x0,0x0,0x3,0x11,0xFA, 0x2,0xF9,0x8E,0x0,0x0,0x3,0x12,0x12, 0x2,0xF9,0x8F,0x0,0x0,0x3,0x12,0x2A, 0x2,0xF9,0x90,0x0,0x0,0x3,0x12,0x42, 0x2,0xF9,0x91,0x0,0x0,0x3,0x12,0x5A, 0x2,0xF9,0x92,0x0,0x0,0x3,0x12,0x72, 0x2,0xF9,0x93,0x0,0x0,0x3,0x12,0x8A, 0x2,0xF9,0x94,0x0,0x0,0x3,0x12,0xA2, 0x2,0xF9,0x95,0x0,0x0,0x3,0x12,0xBA, 0x2,0xF9,0x96,0x0,0x0,0x3,0x12,0xD2, 0x2,0xF9,0x97,0x0,0x0,0x3,0x12,0xEA, 0x2,0xF9,0x98,0x0,0x0,0x2,0xCC,0xE2, 0x2,0xF9,0x99,0x0,0x0,0x3,0x13,0x2, 0x2,0xF9,0x9A,0x0,0x0,0x3,0x13,0x1A, 0x2,0xF9,0x9B,0x0,0x0,0x3,0x13,0x32, 0x2,0xF9,0x9C,0x0,0x0,0x3,0x13,0x4A, 0x2,0xF9,0x9D,0x0,0x0,0x3,0x13,0x62, 0x2,0xF9,0x9E,0x0,0x0,0x3,0x13,0x7A, 0x2,0xF9,0x9F,0x0,0x0,0x2,0xE0,0x1A, 0x2,0xF9,0xA0,0x0,0x0,0x3,0x13,0x92, 0x2,0xF9,0xA1,0x0,0x0,0x3,0x13,0xAA, 0x2,0xF9,0xA2,0x0,0x0,0x3,0x13,0xC2, 0x2,0xF9,0xA3,0x0,0x0,0x3,0x13,0xDA, 0x2,0xF9,0xA4,0x0,0x0,0x3,0x13,0xF2, 0x2,0xF9,0xA5,0x0,0x0,0x3,0x14,0xA, 0x2,0xF9,0xA6,0x0,0x0,0x3,0x14,0x22, 0x2,0xF9,0xA7,0x0,0x0,0x3,0x14,0x3A, 0x2,0xF9,0xA8,0x0,0x0,0x3,0x14,0x52, 0x2,0xF9,0xA9,0x0,0x0,0x3,0x14,0x6A, 0x2,0xF9,0xAA,0x0,0x0,0x3,0x14,0x82, 0x2,0xF9,0xAB,0x0,0x0,0x3,0x14,0x9A, 0x2,0xF9,0xAC,0x0,0x0,0x3,0x14,0xB2, 0x2,0xF9,0xAD,0x0,0x0,0x3,0x14,0xCA, 0x2,0xF9,0xAE,0x0,0x0,0x3,0x14,0xE2, 0x2,0xF9,0xAF,0x0,0x0,0x3,0x14,0xFA, 0x2,0xF9,0xB0,0x0,0x0,0x3,0x15,0x12, 0x2,0xF9,0xB1,0x0,0x0,0x3,0x15,0x2A, 0x2,0xF9,0xB2,0x0,0x0,0x3,0x15,0x42, 0x2,0xF9,0xB3,0x0,0x0,0x3,0x15,0x5A, 0x2,0xF9,0xB4,0x0,0x0,0x2,0xC7,0x5A, 0x2,0xF9,0xB5,0x0,0x0,0x3,0x15,0x72, 0x2,0xF9,0xB6,0x0,0x0,0x3,0x15,0x8A, 0x2,0xF9,0xB7,0x0,0x0,0x3,0x15,0xA2, 0x2,0xF9,0xB8,0x0,0x0,0x3,0x15,0xBA, 0x2,0xF9,0xB9,0x0,0x0,0x3,0x15,0xD2, 0x2,0xF9,0xBA,0x0,0x0,0x3,0x15,0xEA, 0x2,0xF9,0xBB,0x0,0x0,0x2,0xE6,0x62, 0x2,0xF9,0xBC,0x0,0x0,0x3,0x16,0x2, 0x2,0xF9,0xBD,0x0,0x0,0x3,0x16,0x1A, 0x2,0xF9,0xBE,0x0,0x0,0x3,0x16,0x32, 0x2,0xF9,0xBF,0x0,0x0,0x0,0x0,0x3, 0x2,0xF9,0xC0,0x0,0x0,0x3,0x16,0x4A, 0x2,0xF9,0xC1,0x0,0x0,0x3,0x16,0x62, 0x2,0xF9,0xC2,0x0,0x0,0x3,0x16,0x7A, 0x2,0xF9,0xC3,0x0,0x0,0x3,0x16,0x92, 0x2,0xF9,0xC4,0x0,0x0,0x2,0xAC,0xB2, 0x2,0xF9,0xC5,0x0,0x0,0x3,0x16,0xAA, 0x2,0xF9,0xC6,0x0,0x0,0x3,0x16,0xC2, 0x2,0xF9,0xC7,0x0,0x0,0x3,0x16,0xDA, 0x2,0xF9,0xC8,0x0,0x0,0x3,0x16,0xF2, 0x2,0xF9,0xC9,0x0,0x0,0x3,0x17,0xA, 0x2,0xF9,0xCA,0x0,0x0,0x3,0x17,0x22, 0x2,0xF9,0xCB,0x0,0x0,0x3,0x17,0x32, 0x2,0xF9,0xCC,0x0,0x0,0x3,0x17,0x4A, 0x2,0xF9,0xCD,0x0,0x0,0x3,0x17,0x62, 0x2,0xF9,0xCE,0x0,0x0,0x3,0x17,0x7A, 0x2,0xF9,0xCF,0x0,0x0,0x3,0x17,0x92, 0x2,0xF9,0xD0,0x0,0x0,0x2,0xE6,0xDA, 0x2,0xF9,0xD1,0x0,0x0,0x2,0xE6,0xF2, 0x2,0xF9,0xD2,0x0,0x0,0x2,0xAD,0x5A, 0x2,0xF9,0xD3,0x0,0x0,0x3,0x17,0xAA, 0x2,0xF9,0xD4,0x0,0x0,0x3,0x17,0xC2, 0x2,0xF9,0xD5,0x0,0x0,0x3,0x17,0xDA, 0x2,0xF9,0xD6,0x0,0x0,0x3,0x17,0xF2, 0x2,0xF9,0xD7,0x0,0x0,0x3,0x18,0xA, 0x2,0xF9,0xD8,0x0,0x0,0x3,0x18,0x22, 0x2,0xF9,0xD9,0x0,0x0,0x3,0x18,0x3A, 0x2,0xF9,0xDA,0x0,0x0,0x3,0x18,0x52, 0x2,0xF9,0xDB,0x0,0x0,0x3,0x18,0x6A, 0x2,0xF9,0xDC,0x0,0x0,0x3,0x18,0x82, 0x2,0xF9,0xDD,0x0,0x0,0x3,0x18,0x9A, 0x2,0xF9,0xDE,0x0,0x0,0x3,0x18,0xB2, 0x2,0xF9,0xDF,0x0,0x0,0x2,0xE7,0xA, 0x2,0xF9,0xE0,0x0,0x0,0x3,0x18,0xCA, 0x2,0xF9,0xE1,0x0,0x0,0x3,0x18,0xE2, 0x2,0xF9,0xE2,0x0,0x0,0x3,0x18,0xFA, 0x2,0xF9,0xE3,0x0,0x0,0x3,0x19,0x12, 0x2,0xF9,0xE4,0x0,0x0,0x3,0x19,0x2A, 0x2,0xF9,0xE5,0x0,0x0,0x3,0x19,0x42, 0x2,0xF9,0xE6,0x0,0x0,0x3,0x19,0x5A, 0x2,0xF9,0xE7,0x0,0x0,0x3,0x19,0x72, 0x2,0xF9,0xE8,0x0,0x0,0x3,0x19,0x8A, 0x2,0xF9,0xE9,0x0,0x0,0x3,0x19,0xA2, 0x2,0xF9,0xEA,0x0,0x0,0x3,0x19,0xBA, 0x2,0xF9,0xEB,0x0,0x0,0x3,0x19,0xD2, 0x2,0xF9,0xEC,0x0,0x0,0x3,0x19,0xEA, 0x2,0xF9,0xED,0x0,0x0,0x3,0x1A,0x2, 0x2,0xF9,0xEE,0x0,0x0,0x3,0x1A,0x1A, 0x2,0xF9,0xEF,0x0,0x0,0x3,0x1A,0x32, 0x2,0xF9,0xF0,0x0,0x0,0x3,0x1A,0x4A, 0x2,0xF9,0xF1,0x0,0x0,0x3,0x1A,0x62, 0x2,0xF9,0xF2,0x0,0x0,0x3,0x1A,0x7A, 0x2,0xF9,0xF3,0x0,0x0,0x3,0x1A,0x92, 0x2,0xF9,0xF4,0x0,0x0,0x3,0x1A,0xAA, 0x2,0xF9,0xF5,0x0,0x0,0x3,0x1A,0xC2, 0x2,0xF9,0xF6,0x0,0x0,0x3,0x1A,0xDA, 0x2,0xF9,0xF7,0x0,0x0,0x3,0x1A,0xF2, 0x2,0xF9,0xF8,0x0,0x0,0x3,0x1B,0xA, 0x2,0xF9,0xF9,0x0,0x0,0x3,0x1B,0x22, 0x2,0xF9,0xFA,0x0,0x0,0x3,0x1B,0x3A, 0x2,0xF9,0xFB,0x0,0x0,0x3,0x1B,0x52, 0x2,0xF9,0xFC,0x0,0x0,0x3,0x1B,0x6A, 0x2,0xF9,0xFD,0x0,0x0,0x3,0x1B,0x82, 0x2,0xF9,0xFE,0x0,0x1,0x2,0xE7,0x9A, 0x2,0xFA,0x0,0x0,0x0,0x3,0x1B,0x9A, 0x2,0xFA,0x1,0x0,0x0,0x3,0x1B,0xB2, 0x2,0xFA,0x2,0x0,0x0,0x3,0x1B,0xCA, 0x2,0xFA,0x3,0x0,0x0,0x3,0x1B,0xE2, 0x2,0xFA,0x4,0x0,0x0,0x3,0x1B,0xFA, 0x2,0xFA,0x5,0x0,0x0,0x3,0x1C,0x12, 0x2,0xFA,0x6,0x0,0x0,0x3,0x1C,0x2A, 0x2,0xFA,0x7,0x0,0x0,0x3,0x1C,0x42, 0x2,0xFA,0x8,0x0,0x0,0x3,0x1C,0x5A, 0x2,0xFA,0x9,0x0,0x0,0x3,0x1C,0x72, 0x2,0xFA,0xA,0x0,0x0,0x2,0xE7,0xB2, 0x2,0xFA,0xB,0x0,0x0,0x3,0x1C,0x8A, 0x2,0xFA,0xC,0x0,0x0,0x3,0x1C,0xA2, 0x2,0xFA,0xD,0x0,0x0,0x3,0x1C,0xBA, 0x2,0xFA,0xE,0x0,0x0,0x3,0x1C,0xD2, 0x2,0xFA,0xF,0x0,0x0,0x3,0x1C,0xEA, 0x2,0xFA,0x10,0x0,0x0,0x3,0x1D,0x2, 0x2,0xFA,0x11,0x0,0x0,0x3,0x1D,0x1A, 0x2,0xFA,0x12,0x0,0x0,0x3,0x1D,0x32, 0x2,0xFA,0x13,0x0,0x0,0x3,0x1D,0x4A, 0x2,0xFA,0x14,0x0,0x0,0x3,0x1D,0x62, 0x2,0xFA,0x15,0x0,0x0,0x2,0xB1,0xC2, 0x2,0xFA,0x16,0x0,0x0,0x3,0x1D,0x7A, 0x2,0xFA,0x17,0x0,0x0,0x2,0xB2,0x22, 0x2,0xFA,0x18,0x0,0x0,0x3,0x1D,0x92, 0x2,0xFA,0x19,0x0,0x0,0x3,0x1D,0xAA, 0x2,0xFA,0x1A,0x0,0x0,0x3,0x1D,0xC2, 0x2,0xFA,0x1B,0x0,0x0,0x3,0x1D,0xDA, 0x2,0xFA,0x1C,0x0,0x0,0x2,0xB2,0x9A, 0x2,0xFA,0x1D,0x0,0x0,0x3,0x1D,0xF2, 0x2,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x3,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x4,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x5,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x6,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x7,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x8,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0x9,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0xA,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0xB,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0xC,0xFA,0x1E,0xFF,0xFF,0x0,0x0,0x3, 0xD,0xFA,0x1E,0x6,0xE1,0x0,0x0,0x3, 0xE,0x1,0x0,0x0,0xEF,0x0,0x0,0x5, 0xE,0x1,0xF0,0xFF,0xFF,0x0,0x0,0x3, 0xF,0x1,0xF0,0xFF,0xFF,0x0,0x0,0x3, 0x10,0x1,0xF0,0xFE,0xF,0x0,0x0,0x3, }; static const uint8_t mapdata[9153] = { 0x8C,0x35,0x8C,0x44,0x8C,0x49,0x20,0x8C,0x27,0x8C,0x44,0x8C,0x44,0x8C,0x47,0x20, 0x8C,0x39,0x8C,0x44,0x8C,0x4A,0x8C,0x47,0x20,0x8C,0x48,0x8C,0x33,0x8C,0x44,0x8C, 0x45,0x8C,0x2C,0x8C,0x44,0x20,0x8C,0x2C,0x8C,0x44,0x8C,0x27,0x8C,0x44,0x8C,0x47, 0xE1,0x2D,0xE1,0x6D,0xE1,0x61,0xE1,0x7C,0xE1,0x48,0xE1,0x6B,0x72,0x61,0x64,0xC4, 0x15,0x73,0x32,0xE1,0x28,0xE1,0x39,0xE1,0x2F,0xE1,0x7C,0xE1,0x49,0xE1,0x2D,0xE1, 0x6D,0xE1,0x30,0xE1,0x69,0xE1,0x60,0xE1,0x2D,0xE1,0x6D,0xE1,0x6F,0xE1,0x43,0xE1, 0x48,0xE1,0x30,0xE1,0x69,0xE1,0x60,0xE1,0x48,0xE1,0x73,0xE1,0x2F,0xE1,0x6B,0xE1, 0x3C,0xE1,0x24,0xE1,0x6D,0xE1,0x35,0xE1,0x73,0xE1,0x41,0xE1,0x7C,0xE1,0x60,0xE1, 0x51,0xE1,0x7C,0xE1,0x3B,0xE1,0x73,0xE1,0x48,0xE1,0x54,0xE1,0x22,0xE1,0x39,0xE1, 0x48,0xE1,0x6B,0xE1,0x55,0xE1,0x21,0xE1,0x69,0xE1,0x43,0xE1,0x49,0xE1,0x56,0xE1, 0x43,0xE1,0x37,0xE1,0x27,0xE1,0x6B,0xE1,0x58,0xE1,0x2F,0xE1,0x3F,0xE1,0x7C,0xE1, 0x6B,0xE1,0x5E,0xE1,0x73,0xE1,0x37,0xE1,0x67,0xE1,0x73,0xE1,0x5F,0xE1,0x6A,0xE1, 0x50,0xE1,0x7C,0xE1,0x6B,0xE1,0x6C,0xE1,0x73,0xE1,0x48,0xE1,0x32,0xE1,0x73,0xC0, 0x32,0xC0,0x32,0xC0,0x32,0xC0,0x32,0x31,0xC0,0x44,0x31,0x30,0x76,0x69,0x69,0x69, 0x28,0x31,0x30,0x29,0x28,0x31,0x31,0x29,0x28,0x31,0x32,0x29,0x28,0x31,0x33,0x29, 0x28,0x31,0x34,0x29,0x28,0x31,0x35,0x29,0x28,0x31,0x36,0x29,0x28,0x31,0x37,0x29, 0x28,0x31,0x38,0x29,0x28,0x31,0x39,0x29,0x28,0x32,0x30,0x29,0xC4,0x2B,0xC4,0x2B, 0xC4,0x2B,0xC4,0x2B,0x28,0x83,0x8C,0x24,0x83,0x90,0x04,0x29,0x28,0x83,0x8C,0x24, 0x83,0xAD,0x44,0x29,0xE1,0x22,0xE1,0x51,0xE1,0x7C,0xE1,0x48,0xE1,0x22,0xE1,0x6B, 0xE1,0x55,0xE1,0x21,0xE1,0x22,0xE1,0x73,0xE1,0x5A,0xE1,0x22,0xE1,0x24,0xE1,0x4B, 0xE1,0x73,0xE1,0x30,0xE1,0x28,0xE1,0x7C,0xE1,0x2B,0xE1,0x7C,0xE1,0x2B,0xE1,0x69, 0xE1,0x43,0xE1,0x48,0xE1,0x2B,0xE1,0x6D,0xE1,0x6A,0xE1,0x7C,0xE1,0x2D,0xE1,0x65, 0xE1,0x6A,0xE1,0x7C,0xE1,0x2E,0xE1,0x6B,0xE1,0x40,0xE1,0x7C,0xE1,0x2F,0xE1,0x6D, 0xE1,0x7C,0xE1,0x4D,0xE1,0x35,0xE1,0x24,0xE1,0x2F,0xE1,0x6B,0xE1,0x37,0xE1,0x6A, 0xE1,0x73,0xE1,0x30,0xE1,0x50,0xE1,0x7C,0xE1,0x6C,0xE1,0x6B,0xE1,0x55,0xE1,0x23, 0xE1,0x7C,0xE1,0x48,0xE1,0x5D,0xE1,0x24,0xE1,0x73,0xE1,0x48,0xE1,0x5E,0xE1,0x24, 0xE1,0x2F,0xE1,0x6D,0xE1,0x5F,0xE1,0x2F,0xE1,0x6D,0xE1,0x73,0xE1,0x61,0xE1,0x2C, 0xE1,0x48,0xE1,0x73,0xE1,0x6A,0xE1,0x43,0xE1,0x48,0xE1,0x6B,0xE1,0x6B,0xE1,0x7C, 0xE1,0x56,0xE1,0x6B,0x81,0xD0,0x2A,0x81,0xBE,0x0F,0x81,0x9E,0x1A,0x81,0xF2,0x3E, 0x6B,0x63,0x61,0x6C,0x6D,0xC4,0x15,0x73,0x32,0x63,0xC4,0x15,0x6B,0x67,0x8C,0x27, 0x8C,0x43,0x8C,0x28,0x8C,0x31,0x8C,0x45,0x8C,0x2D,0x8C,0x45,0x8C,0x2F,0x8C,0x35, 0x8C,0x44,0x8C,0x39,0x8C,0x45,0x8C,0x31,0x8C,0x33,0x8C,0x48,0x8C,0x44,0x8C,0x31, 0x8D,0x4C,0x8C,0x27,0x8C,0x44,0x31,0xC0,0x44,0x34,0x31,0xC0,0x44,0x32,0x33,0xC0, 0x44,0x34,0x20,0x86,0x08,0x86,0x01,0x9F,0x32,0x9E,0x71,0x9F,0x00,0x9F,0x33,0x9E, 0x71,0x9F,0x00,0x20,0x86,0x08,0x86,0x42,0x20,0x86,0x13,0x86,0x00,0x20,0x86,0x13, 0x86,0x01,0x20,0x86,0x13,0x86,0x42,0x20,0x86,0x14,0x86,0x00,0x20,0x86,0x14,0x86, 0x01,0x20,0x86,0x14,0x86,0x42,0x20,0x86,0x08,0x86,0x00,0xC0,0x35,0xC0,0x35,0xC0, 0x35,0x61,0x2F,0x63,0x61,0x2F,0x73,0x63,0x2F,0x6F,0x63,0x2F,0x75,0x74,0x65,0x6C, 0x66,0x61,0x78,0x31,0xC0,0x44,0x37,0x31,0xC0,0x44,0x39,0x31,0xC0,0x44,0x33,0x32, 0xC0,0x44,0x33,0x31,0xC0,0x44,0x35,0x32,0xC0,0x44,0x35,0x33,0xC0,0x44,0x35,0x34, 0xC0,0x44,0x35,0x31,0xC0,0x44,0x36,0x35,0xC0,0x44,0x36,0x31,0xC0,0x44,0x38,0x33, 0xC0,0x44,0x38,0x35,0xC0,0x44,0x38,0x37,0xC0,0x44,0x38,0x78,0x69,0x69,0x30,0xC0, 0x44,0x33,0xC4,0x2E,0xC4,0x2E,0xC4,0x2E,0x28,0x31,0x29,0x28,0x32,0x29,0x28,0x33, 0x29,0x28,0x34,0x29,0x28,0x35,0x29,0x28,0x36,0x29,0x28,0x37,0x29,0x28,0x38,0x29, 0x28,0x39,0x29,0x28,0x61,0x29,0x28,0x62,0x29,0x28,0x63,0x29,0x28,0x64,0x29,0x28, 0x65,0x29,0x28,0x66,0x29,0x28,0x67,0x29,0x28,0x68,0x29,0x28,0x69,0x29,0x28,0x6A, 0x29,0x28,0x6B,0x29,0x28,0x6C,0x29,0x28,0x6D,0x29,0x28,0x6E,0x29,0x28,0x6F,0x29, 0x28,0x70,0x29,0x28,0x71,0x29,0x28,0x72,0x29,0x28,0x73,0x29,0x28,0x74,0x29,0x28, 0x75,0x29,0x28,0x76,0x29,0x28,0x77,0x29,0x28,0x78,0x29,0x28,0x79,0x29,0x28,0x7A, 0x29,0x3A,0x3A,0x3D,0x3D,0x3D,0x3D,0x28,0xA2,0x00,0x29,0x28,0xA2,0x02,0x29,0x28, 0xA2,0x03,0x29,0x28,0xA2,0x05,0x29,0x28,0xA2,0x06,0x29,0x28,0xA2,0x07,0x29,0x28, 0xA2,0x09,0x29,0x28,0xA2,0x0B,0x29,0x28,0xA2,0x0C,0x29,0x28,0xA2,0x0E,0x29,0x28, 0xA2,0x0F,0x29,0x28,0xA2,0x10,0x29,0x28,0xA2,0x11,0x29,0x28,0xA2,0x12,0x29,0x28, 0x82,0xD8,0x00,0x29,0x28,0x82,0xE1,0x18,0x29,0x28,0x82,0xE5,0x64,0x29,0x28,0x82, 0xEE,0x7C,0x29,0x28,0x82,0xF3,0x48,0x29,0x28,0x82,0xF8,0x14,0x29,0x28,0x83,0x81, 0x2C,0x29,0x28,0x83,0x8A,0x44,0x29,0x28,0x83,0x8F,0x10,0x29,0x28,0x83,0x98,0x28, 0x29,0x28,0x83,0x9C,0x74,0x29,0x28,0x83,0xA1,0x40,0x29,0x28,0x83,0xA6,0x0C,0x29, 0x28,0x83,0xAA,0x58,0x29,0x28,0x83,0x91,0x7C,0x29,0x28,0x81,0x9C,0x00,0x29,0x28, 0x81,0x9D,0x0C,0x29,0x28,0x81,0x9C,0x09,0x29,0x28,0x81,0xAD,0x5B,0x29,0x28,0x81, 0x9D,0x14,0x29,0x28,0x81,0xA2,0x6D,0x29,0x28,0x81,0x9C,0x03,0x29,0x28,0x81,0xA2, 0x6B,0x29,0x28,0x81,0x9C,0x5D,0x29,0x28,0x81,0xA6,0x41,0x29,0x28,0x81,0xCE,0x08, 0x29,0x28,0x81,0xE0,0x6B,0x29,0x28,0x81,0xD8,0x34,0x29,0x28,0x81,0xCE,0x28,0x29, 0x28,0x82,0xA3,0x51,0x29,0x28,0x81,0xAE,0x1F,0x29,0x28,0x81,0xCB,0x65,0x29,0x28, 0x81,0xD0,0x2A,0x29,0x28,0x81,0xCE,0x09,0x29,0x28,0x81,0xF2,0x3E,0x29,0x28,0x81, 0xA8,0x0D,0x29,0x28,0x81,0xE4,0x79,0x29,0x28,0x82,0x99,0x21,0x29,0x28,0x81,0xF2, 0x5D,0x29,0x28,0x81,0xA5,0x34,0x29,0x28,0x81,0x9D,0x63,0x29,0x28,0x81,0xA8,0x7C, 0x29,0x28,0x81,0xB6,0x66,0x29,0x28,0x81,0xED,0x63,0x29,0x28,0x81,0x9E,0x01,0x29, 0x28,0x82,0x99,0x47,0x29,0x28,0x81,0xA6,0x54,0x29,0x28,0x81,0xF2,0x6D,0x29,0x28, 0x81,0x9E,0x11,0x29,0x28,0x82,0x83,0x6A,0x29,0x28,0x82,0x83,0x73,0x29,0x70,0x74, 0x65,0x31,0x30,0x81,0xCE,0x08,0x31,0x31,0x81,0xCE,0x08,0x31,0x32,0x81,0xCE,0x08, 0x65,0x72,0x67,0x6C,0x74,0x64,0xE1,0x22,0xE1,0x7C,0xE1,0x6B,0xE1,0x24,0xE1,0x73, 0xE1,0x41,0xE1,0x26,0xE1,0x29,0xE1,0x73,0xE1,0x2A,0xE1,0x73,0xE1,0x39,0xE1,0x2A, 0xE1,0x7C,0xE1,0x60,0xE1,0x2B,0xE1,0x24,0xE1,0x6A,0xE1,0x2C,0xE1,0x6D,0xE1,0x73, 0xE1,0x2C,0xE1,0x73,0xE1,0x5E,0xE1,0x2E,0xE1,0x4B,0xE1,0x7C,0xE1,0x31,0xE1,0x7C, 0xE1,0x39,0xE1,0x33,0xE1,0x6B,0xE1,0x4A,0xE1,0x33,0xE1,0x7C,0xE1,0x5D,0xE1,0x3B, 0xE1,0x73,0xE1,0x41,0xE1,0x40,0xE1,0x7C,0xE1,0x39,0xE1,0x4E,0xE1,0x43,0xE1,0x48, 0xE1,0x4F,0xE1,0x24,0xE1,0x44,0xE1,0x51,0xE1,0x7C,0xE1,0x44,0xE1,0x54,0xE1,0x2F, 0xE1,0x6B,0xE1,0x55,0xE1,0x69,0xE1,0x73,0xE1,0x5A,0xE1,0x4B,0xE1,0x52,0xE1,0x58, 0xE1,0x6B,0xE1,0x44,0xE1,0x5A,0xE1,0x73,0xE1,0x39,0xE1,0x5A,0xE1,0x7C,0xE1,0x38, 0xE1,0x59,0xE1,0x7C,0xE1,0x3F,0xE1,0x5C,0xE1,0x6B,0xE1,0x48,0xE1,0x5D,0xE1,0x73, 0xE1,0x49,0xE1,0x5B,0xE1,0x7C,0xE1,0x6B,0xE1,0x5B,0xE1,0x7C,0xE1,0x73,0xE1,0x5E, 0xE1,0x24,0xE1,0x6B,0xE1,0x5E,0xE1,0x43,0xE1,0x4F,0xE1,0x5E,0xE1,0x6B,0xE1,0x2F, 0xE1,0x64,0xE1,0x7C,0xE1,0x49,0xE1,0x64,0xE1,0x7C,0xE1,0x6B,0xE1,0x66,0xE1,0x22, 0xE1,0x73,0xE1,0x6B,0xE1,0x54,0xE1,0x7C,0x31,0x30,0x81,0xE1,0x39,0x31,0x31,0x81, 0xE1,0x39,0x31,0x32,0x81,0xE1,0x39,0x31,0x33,0x81,0xE1,0x39,0x31,0x34,0x81,0xE1, 0x39,0x31,0x35,0x81,0xE1,0x39,0x31,0x36,0x81,0xE1,0x39,0x31,0x37,0x81,0xE1,0x39, 0x31,0x38,0x81,0xE1,0x39,0x31,0x39,0x81,0xE1,0x39,0x32,0x30,0x81,0xE1,0x39,0x32, 0x31,0x81,0xE1,0x39,0x32,0x32,0x81,0xE1,0x39,0x32,0x33,0x81,0xE1,0x39,0x32,0x34, 0x81,0xE1,0x39,0x68,0x70,0x61,0x62,0x61,0x72,0x64,0x6D,0x32,0x64,0x6D,0x33,0x6B, 0x68,0x7A,0x6D,0x68,0x7A,0x67,0x68,0x7A,0x74,0x68,0x7A,0x6D,0x6D,0x32,0x63,0x6D, 0x32,0x6B,0x6D,0x32,0x6D,0x6D,0x33,0x63,0x6D,0x33,0x6B,0x6D,0x33,0x6B,0x70,0x61, 0x6D,0x70,0x61,0x67,0x70,0x61,0x6C,0x6F,0x67,0x6D,0x69,0x6C,0x6D,0x6F,0x6C,0x70, 0x70,0x6D,0x76,0xC4,0x15,0x6D,0x61,0xC4,0x15,0x6D,0x31,0x30,0x81,0xCB,0x65,0x31, 0x31,0x81,0xCB,0x65,0x31,0x32,0x81,0xCB,0x65,0x31,0x33,0x81,0xCB,0x65,0x31,0x34, 0x81,0xCB,0x65,0x31,0x35,0x81,0xCB,0x65,0x31,0x36,0x81,0xCB,0x65,0x31,0x37,0x81, 0xCB,0x65,0x31,0x38,0x81,0xCB,0x65,0x31,0x39,0x81,0xCB,0x65,0x32,0x30,0x81,0xCB, 0x65,0x32,0x31,0x81,0xCB,0x65,0x32,0x32,0x81,0xCB,0x65,0x32,0x33,0x81,0xCB,0x65, 0x32,0x34,0x81,0xCB,0x65,0x32,0x35,0x81,0xCB,0x65,0x32,0x36,0x81,0xCB,0x65,0x32, 0x37,0x81,0xCB,0x65,0x32,0x38,0x81,0xCB,0x65,0x32,0x39,0x81,0xCB,0x65,0x33,0x30, 0x81,0xCB,0x65,0x33,0x31,0x81,0xCB,0x65,0x67,0x61,0x6C,0x66,0x66,0x69,0x66,0x66, 0x6C,0x8B,0x69,0x8B,0x3C,0x8B,0x41,0x8B,0x69,0x8B,0x3C,0x8B,0x42,0x20,0x8C,0x4C, 0x8C,0x51,0x20,0x8C,0x4D,0x8C,0x51,0x20,0x8C,0x4E,0x8C,0x51,0x20,0x8C,0x4F,0x8C, 0x51,0x20,0x8C,0x50,0x8C,0x51,0x20,0x8C,0x51,0x8C,0x70,0x8C,0x40,0x8C,0x4E,0x8C, 0x51,0x8C,0x40,0x8C,0x4F,0x8C,0x51,0x8C,0x40,0x8C,0x50,0x8C,0x51,0x8C,0x2A,0x8C, 0x2C,0x8C,0x45,0x8C,0x2A,0x8C,0x2D,0x8C,0x2C,0x8C,0x2A,0x8C,0x2D,0x8C,0x45,0x8C, 0x2A,0x8C,0x2E,0x8C,0x45,0x8C,0x2A,0x8C,0x45,0x8C,0x2C,0x8C,0x2A,0x8C,0x45,0x8C, 0x2D,0x8C,0x2A,0x8C,0x45,0x8C,0x2E,0x8C,0x2C,0x8C,0x45,0x8C,0x2D,0x8C,0x2D,0x8C, 0x45,0x8C,0x4A,0x8C,0x2D,0x8C,0x45,0x8C,0x49,0x8C,0x33,0x8C,0x2D,0x8C,0x2C,0x8C, 0x33,0x8C,0x2C,0x8C,0x2D,0x8C,0x33,0x8C,0x2C,0x8C,0x49,0x8C,0x33,0x8C,0x45,0x8C, 0x2D,0x8C,0x33,0x8C,0x45,0x8C,0x2C,0x8C,0x33,0x8C,0x45,0x8C,0x45,0x8C,0x35,0x8C, 0x2D,0x8C,0x2D,0x8C,0x35,0x8C,0x45,0x8C,0x45,0x8C,0x34,0x8C,0x2D,0x8C,0x45,0x8C, 0x34,0x8C,0x2C,0x8C,0x4A,0x8C,0x34,0x8C,0x45,0x8C,0x2E,0x8C,0x34,0x8C,0x45,0x8C, 0x45,0x8C,0x36,0x8C,0x2D,0x8C,0x49,0x8C,0x36,0x8C,0x2E,0x8C,0x45,0x8C,0x37,0x8C, 0x45,0x8C,0x2D,0x8C,0x37,0x8C,0x45,0x8C,0x45,0x8C,0x37,0x8C,0x45,0x8C,0x4A,0x8C, 0x39,0x8C,0x2C,0x8C,0x45,0x8C,0x39,0x8C,0x45,0x8C,0x45,0x8C,0x39,0x8C,0x45,0x8C, 0x49,0x8C,0x3A,0x8C,0x45,0x8C,0x45,0x8C,0x3A,0x8C,0x45,0x8C,0x4A,0x8C,0x3A,0x8C, 0x45,0x8C,0x49,0x8C,0x41,0x8C,0x2E,0x8C,0x45,0x8C,0x42,0x8C,0x45,0x8C,0x2D,0x8C, 0x42,0x8C,0x45,0x8C,0x45,0x8C,0x44,0x8C,0x2D,0x8C,0x45,0x8C,0x44,0x8C,0x2D,0x8C, 0x4A,0x8C,0x44,0x8C,0x2D,0x8C,0x49,0x8C,0x44,0x8C,0x2C,0x8C,0x2C,0x8C,0x44,0x8C, 0x2E,0x8C,0x45,0x8C,0x44,0x8C,0x45,0x8C,0x2D,0x8C,0x45,0x8C,0x2D,0x8C,0x2C,0x8C, 0x45,0x8C,0x2D,0x8C,0x4A,0x8C,0x45,0x8C,0x2C,0x8C,0x2D,0x8C,0x45,0x8C,0x2C,0x8C, 0x45,0x8C,0x45,0x8C,0x2E,0x8C,0x45,0x8C,0x45,0x8C,0x2C,0x8C,0x2E,0x8C,0x47,0x8C, 0x45,0x8C,0x2C,0x8C,0x47,0x8C,0x45,0x8C,0x45,0x8C,0x46,0x8C,0x2D,0x8C,0x45,0x8C, 0x46,0x8C,0x2D,0x8C,0x49,0x8C,0x46,0x8C,0x2C,0x8C,0x45,0x8C,0x46,0x8C,0x2C,0x8C, 0x49,0x8C,0x46,0x8C,0x45,0x8C,0x4A,0x8C,0x46,0x8C,0x45,0x8C,0x49,0x8C,0x4A,0x8C, 0x45,0x8C,0x45,0x8C,0x28,0x8C,0x2E,0x8C,0x4A,0x8C,0x2A,0x8C,0x2C,0x8C,0x4A,0x8C, 0x2A,0x8C,0x2C,0x8C,0x49,0x8C,0x2A,0x8C,0x2E,0x8C,0x4A,0x8C,0x2A,0x8C,0x2E,0x8C, 0x49,0x8C,0x2A,0x8C,0x45,0x8C,0x4A,0x8C,0x2A,0x8C,0x45,0x8C,0x49,0x8C,0x2C,0x8C, 0x45,0x8C,0x4A,0x8C,0x2C,0x8C,0x2D,0x8C,0x49,0x8C,0x2C,0x8C,0x45,0x8C,0x49,0x8C, 0x33,0x8C,0x2E,0x8C,0x49,0x8C,0x35,0x8C,0x2D,0x8C,0x4A,0x8C,0x34,0x8C,0x2D,0x8C, 0x4A,0x8C,0x36,0x8C,0x2D,0x8C,0x4A,0x8C,0x44,0x8C,0x2C,0x8C,0x4A,0x8C,0x44,0x8C, 0x45,0x8C,0x4A,0x8C,0x4A,0x8C,0x2D,0x8C,0x4A,0x8C,0x4A,0x8C,0x2C,0x8C,0x4A,0x8C, 0x4A,0x8C,0x45,0x8C,0x4A,0x8C,0x45,0x8C,0x45,0x8C,0x4A,0x8C,0x42,0x8C,0x45,0x8C, 0x4A,0x8C,0x46,0x8C,0x2D,0x8C,0x4A,0x8C,0x39,0x8C,0x45,0x8C,0x4A,0x8C,0x43,0x8C, 0x45,0x8C,0x4A,0x8C,0x46,0x8C,0x2C,0x8C,0x2D,0x8C,0x45,0x8C,0x2E,0x8C,0x4A,0x8C, 0x44,0x8C,0x2C,0x8C,0x45,0x8C,0x43,0x8C,0x45,0x8C,0x45,0x8C,0x2C,0x8C,0x2D,0x8C, 0x4A,0x8C,0x2D,0x8C,0x2C,0x8C,0x4A,0x8C,0x45,0x8C,0x2C,0x8C,0x4A,0x8C,0x41,0x8C, 0x45,0x8C,0x4A,0x8C,0x28,0x8C,0x2D,0x8C,0x4A,0x8C,0x33,0x8C,0x2E,0x8C,0x4A,0x8C, 0x46,0x8C,0x2C,0x8C,0x4A,0x8C,0x35,0x8C,0x44,0x8D,0x52,0x8C,0x42,0x8C,0x44,0x8D, 0x52,0x87,0xA2,0x58,0x87,0xA2,0x65,0x87,0xA2,0x6E,0x87,0xA2,0x58,0x87,0xA2,0x65, 0x87,0xA2,0x6F,0x87,0xA2,0x58,0x87,0xA2,0x65,0x87,0xA2,0x70,0x87,0xA2,0x58,0x87, 0xA2,0x65,0x87,0xA2,0x71,0x87,0xA2,0x58,0x87,0xA2,0x65,0x87,0xA2,0x72,0x87,0xA3, 0x39,0x87,0xA2,0x65,0x87,0xA2,0x6E,0x87,0xA3,0x3A,0x87,0xA2,0x65,0x87,0xA2,0x6E, 0x87,0xA3,0x39,0x87,0xA2,0x65,0x87,0xA2,0x6F,0x87,0xA3,0x3A,0x87,0xA2,0x65,0x87, 0xA2,0x6F,0xE0,0x14,0x73,0xE0,0x15,0x70,0x70,0x76,0xE0,0x14,0x81,0xCE,0x2C,0xE0, 0x15,0xE0,0x14,0x81,0x9C,0x09,0xE0,0x15,0xE0,0x14,0x81,0x9D,0x0C,0xE0,0x15,0xE0, 0x14,0x81,0xB7,0x09,0xE0,0x15,0xE0,0x14,0x81,0xE1,0x39,0xE0,0x15,0xE0,0x14,0x81, 0xC4,0x53,0xE0,0x15,0xE0,0x14,0x81,0xED,0x57,0xE0,0x15,0xE0,0x14,0x81,0xA5,0x5D, 0xE0,0x15,0xE0,0x14,0x81,0xCA,0x57,0xE0,0x15,0x20,0x86,0x04,0x20,0x86,0x01,0x20, 0x86,0x27,0x73,0x73,0x69,0x86,0x07,0x69,0x6A,0x6C,0x81,0x37,0x85,0x3C,0x6E,0x64, 0x82,0x7E,0x6C,0x6A,0x6E,0x6A,0x64,0x7A,0x20,0x86,0x06,0x20,0x86,0x07,0x20,0x86, 0x0A,0x20,0x86,0x28,0x20,0x86,0x03,0x20,0x86,0x0B,0x20,0x87,0x39,0x8A,0x65,0x8B, 0x02,0x8C,0x27,0x8C,0x74,0x8C,0x48,0x8C,0x74,0x8D,0x47,0x8C,0x74,0x8C,0x4A,0x8C, 0x74,0x92,0x15,0x92,0x3C,0x92,0x16,0x92,0x3C,0x92,0x17,0x92,0x3C,0x92,0x1C,0x92, 0x3C,0x92,0x21,0x92,0x3C,0x92,0x22,0x92,0x3C,0x92,0x2B,0x92,0x3C,0x92,0x2F,0x92, 0x3C,0x93,0x21,0x93,0x3C,0x93,0x22,0x93,0x3C,0x93,0x2F,0x93,0x3C,0x94,0x32,0x94, 0x3C,0x94,0x38,0x94,0x3C,0x94,0x16,0x94,0x3C,0x94,0x17,0x94,0x3C,0x94,0x1C,0x94, 0x3C,0x94,0x2B,0x94,0x3C,0x96,0x21,0x96,0x3C,0x96,0x22,0x96,0x3C,0x9C,0x4D,0x9C, 0x32,0x9D,0x4D,0x9D,0x32,0x9D,0x2B,0x9D,0x19,0x9D,0x2B,0x9D,0x21,0x9E,0x42,0x9F, 0x37,0x9E,0x4C,0x9F,0x37,0x9E,0x51,0x9F,0x37,0x9E,0x56,0x9F,0x37,0x9E,0x5B,0x9F, 0x37,0x9E,0x40,0x9F,0x35,0x9E,0x71,0x9E,0x72,0x9E,0x71,0x9E,0x74,0x9F,0x32,0x9F, 0x00,0x9F,0x33,0x9F,0x00,0x9F,0x12,0x9F,0x37,0x9F,0x1C,0x9F,0x37,0x9F,0x21,0x9F, 0x37,0x9F,0x26,0x9F,0x37,0x9F,0x2B,0x9F,0x37,0x9F,0x10,0x9F,0x35,0x61,0x85,0x3E, 0xBE,0x00,0x87,0x39,0xBE,0x01,0x87,0x39,0xBE,0x02,0x87,0x39,0xBE,0x03,0x87,0x39, 0xBE,0x04,0x87,0x39,0xBE,0x05,0x87,0x39,0xBE,0x06,0x87,0x39,0xBE,0x07,0x87,0x39, 0xBE,0x20,0x87,0x39,0xBE,0x21,0x87,0x39,0xBE,0x22,0x87,0x39,0xBE,0x23,0x87,0x39, 0xBE,0x24,0x87,0x39,0xBE,0x25,0x87,0x39,0xBE,0x26,0x87,0x39,0xBE,0x27,0x87,0x39, 0xBE,0x60,0x87,0x39,0xBE,0x61,0x87,0x39,0xBE,0x62,0x87,0x39,0xBE,0x63,0x87,0x39, 0xBE,0x64,0x87,0x39,0xBE,0x65,0x87,0x39,0xBE,0x66,0x87,0x39,0xBE,0x67,0x87,0x39, 0xBE,0x70,0x87,0x39,0x87,0x31,0x87,0x39,0x87,0x2C,0x87,0x39,0xBF,0x36,0x87,0x39, 0x20,0x86,0x42,0xBE,0x74,0x87,0x39,0x87,0x37,0x87,0x39,0x87,0x2E,0x87,0x39,0xBF, 0x46,0x87,0x39,0xBE,0x7C,0x87,0x39,0x87,0x49,0x87,0x39,0x87,0x4E,0x87,0x39,0xBF, 0x76,0x87,0x39,0x20,0x86,0x33,0x21,0x21,0x20,0x86,0x05,0x3F,0x3F,0x3F,0x21,0x21, 0x3F,0x72,0x73,0x81,0x30,0x63,0x81,0x30,0x66,0x6E,0x6F,0x73,0x6D,0x74,0x6D,0x69, 0x76,0x69,0x78,0xD5,0x5D,0x86,0x38,0x20,0xE1,0x19,0x20,0xE1,0x1A,0xE1,0x08,0xE1, 0x0A,0xE1,0x33,0xE1,0x48,0x33,0x33,0x33,0x34,0x33,0x35,0x83,0x98,0x38,0x82,0xD9, 0x60,0x83,0x91,0x7C,0x83,0x8E,0x58,0x33,0x36,0x33,0x37,0x33,0x38,0x33,0x39,0x34, 0x30,0x34,0x32,0x34,0x34,0x34,0x35,0x34,0x36,0x34,0x37,0x34,0x38,0x34,0x39,0x35, 0x30,0x33,0x81,0xCE,0x08,0x34,0x81,0xCE,0x08,0x35,0x81,0xCE,0x08,0x36,0x81,0xCE, 0x08,0x37,0x81,0xCE,0x08,0x38,0x81,0xCE,0x08,0x39,0x81,0xCE,0x08,0x68,0x67,0x65, 0x76,0xE1,0x2E,0xE1,0x2C,0xE1,0x47,0xE1,0x37,0xE1,0x49,0xE1,0x6B,0xE1,0x4A,0xE1, 0x4E,0xE1,0x54,0xE1,0x33,0xE1,0x53,0xE1,0x6B,0xE1,0x5A,0xE1,0x3D,0xE1,0x5B,0xE1, 0x73,0xE1,0x6A,0xE1,0x69,0xE1,0x6C,0xE1,0x60,0x64,0x61,0x61,0x75,0x6F,0x76,0x70, 0x63,0x69,0x75,0x81,0xBC,0x73,0x81,0xC4,0x10,0x81,0xCC,0x2D,0x81,0xA9,0x0C,0x81, 0xB2,0x27,0x81,0xD6,0x63,0x81,0xCC,0x0E,0x81,0xD9,0x3B,0x6E,0x61,0x87,0x3C,0x61, 0x6B,0x61,0x6B,0x62,0x6D,0x62,0x67,0x62,0x70,0x66,0x6E,0x66,0x87,0x3C,0x66,0x87, 0x3C,0x67,0x6D,0x67,0x87,0x3C,0x6C,0x6D,0x6C,0x64,0x6C,0x6B,0x6C,0x66,0x6D,0x6E, 0x6D,0x87,0x3C,0x6D,0x70,0x73,0x6E,0x73,0x87,0x3C,0x73,0x6D,0x73,0x6E,0x76,0x87, 0x3C,0x76,0x6B,0x76,0x70,0x77,0x6E,0x77,0x87,0x3C,0x77,0x6D,0x77,0x6B,0x77,0x6B, 0x87,0x49,0x6D,0x87,0x49,0x62,0x71,0x63,0x63,0x63,0x64,0x64,0x62,0x67,0x79,0x68, 0x61,0x69,0x6E,0x6B,0x6B,0x6B,0x74,0x6C,0x6E,0x6C,0x78,0x70,0x68,0x70,0x72,0x73, 0x72,0x73,0x76,0x77,0x62,0x73,0x74,0x8A,0x74,0x8A,0x76,0x8A,0x74,0x8A,0x65,0x8A, 0x74,0x8A,0x6B,0x8A,0x7E,0x8A,0x76,0x8A,0x74,0x8A,0x6D,0x8B,0x59,0x8B,0x34,0x8B, 0x72,0x8B,0x37,0x8B,0x69,0x8B,0x41,0x8B,0x69,0x8B,0x42,0x8B,0x50,0x8B,0x37,0x8B, 0x50,0x8B,0x38,0x8B,0x50,0x8B,0x3C,0x8B,0x51,0x8B,0x3C,0x8B,0x52,0x8B,0x3C,0x8B, 0x53,0x8B,0x3C,0x8B,0x54,0x8B,0x3C,0x8B,0x55,0x8B,0x3C,0x8B,0x56,0x8B,0x3C,0x8B, 0x58,0x8B,0x3C,0x8B,0x59,0x8B,0x3C,0x8B,0x5A,0x8B,0x3C,0x8B,0x5B,0x8B,0x3C,0x8B, 0x5C,0x8B,0x3C,0x8B,0x5E,0x8B,0x3C,0x8B,0x60,0x8B,0x3C,0x8B,0x61,0x8B,0x3C,0x8B, 0x63,0x8B,0x3C,0x8B,0x64,0x8B,0x3C,0x8B,0x66,0x8B,0x3C,0x8B,0x67,0x8B,0x3C,0x8B, 0x68,0x8B,0x3C,0x8B,0x6A,0x8B,0x3C,0x8B,0x55,0x8B,0x39,0x8B,0x51,0x8B,0x3F,0x8B, 0x5B,0x8B,0x3F,0x8B,0x64,0x8B,0x3F,0x8B,0x50,0x8B,0x5C,0x8C,0x26,0x8C,0x27,0x8C, 0x26,0x8D,0x55,0x8C,0x26,0x8C,0x48,0x8C,0x26,0x8D,0x47,0x8C,0x26,0x8D,0x46,0x8C, 0x26,0x8D,0x48,0x8C,0x26,0x8D,0x50,0x8C,0x26,0x8C,0x49,0x8C,0x26,0x8C,0x2C,0x8C, 0x26,0x8C,0x2D,0x8C,0x26,0x8C,0x45,0x8C,0x26,0x8C,0x4A,0x8C,0x28,0x8C,0x2C,0x8C, 0x28,0x8C,0x45,0x8C,0x28,0x8C,0x49,0x8C,0x28,0x8C,0x4A,0x8C,0x2A,0x8C,0x49,0x8C, 0x2A,0x8C,0x4A,0x8C,0x2B,0x8C,0x2C,0x8C,0x2B,0x8C,0x45,0x8C,0x2B,0x8C,0x49,0x8C, 0x2B,0x8C,0x4A,0x8C,0x2E,0x8C,0x2D,0x8C,0x36,0x8C,0x2C,0x8C,0x36,0x8C,0x45,0x8C, 0x37,0x8C,0x2D,0x8C,0x38,0x8C,0x45,0x8C,0x3A,0x8C,0x2C,0x8C,0x41,0x8C,0x2C,0x8C, 0x41,0x8C,0x2D,0x8C,0x41,0x8C,0x49,0x8C,0x41,0x8C,0x4A,0x8C,0x42,0x8C,0x2D,0x8C, 0x42,0x8C,0x49,0x8C,0x42,0x8C,0x4A,0x8C,0x43,0x8C,0x27,0x8C,0x43,0x8C,0x2C,0x8C, 0x43,0x8C,0x2D,0x8C,0x43,0x8C,0x2E,0x8C,0x43,0x8C,0x44,0x8C,0x43,0x8C,0x49,0x8C, 0x43,0x8C,0x4A,0x8C,0x46,0x8C,0x2E,0x8C,0x46,0x8C,0x49,0x8C,0x46,0x8C,0x4A,0x8C, 0x47,0x8C,0x2C,0x8C,0x47,0x8C,0x49,0x8C,0x47,0x8C,0x4A,0x8C,0x4A,0x8C,0x49,0x8C, 0x30,0x8C,0x70,0x8C,0x31,0x8C,0x70,0x8C,0x49,0x8C,0x70,0x8C,0x26,0x8C,0x31,0x8C, 0x26,0x8C,0x32,0x8C,0x26,0x8C,0x46,0x8C,0x28,0x8C,0x32,0x8C,0x28,0x8C,0x46,0x8C, 0x2A,0x8C,0x31,0x8C,0x2A,0x8C,0x32,0x8C,0x2A,0x8C,0x46,0x8C,0x2B,0x8C,0x31,0x8C, 0x2B,0x8C,0x32,0x8C,0x2B,0x8C,0x46,0x8C,0x45,0x8C,0x27,0x8C,0x46,0x8C,0x31,0x8C, 0x46,0x8C,0x32,0x8C,0x46,0x8C,0x46,0x8C,0x4A,0x8C,0x31,0x8C,0x4A,0x8C,0x32,0x8C, 0x26,0x8C,0x2E,0x8C,0x26,0x8C,0x47,0x8C,0x28,0x8C,0x47,0x8C,0x2A,0x8C,0x47,0x8C, 0x35,0x8C,0x2E,0x8C,0x46,0x8C,0x47,0x8C,0x47,0x8C,0x70,0x8C,0x2B,0x8C,0x47,0x8C, 0x33,0x8C,0x47,0x8C,0x34,0x8C,0x47,0x8C,0x37,0x8C,0x49,0x8C,0x37,0x8C,0x4A,0x8C, 0x39,0x8C,0x49,0x8C,0x39,0x8C,0x4A,0x8C,0x3A,0x8C,0x49,0x8C,0x3A,0x8C,0x4A,0x8C, 0x33,0x8C,0x49,0x8C,0x33,0x8C,0x4A,0x8C,0x34,0x8C,0x49,0x8C,0x34,0x8C,0x4A,0x8C, 0x35,0x8C,0x49,0x8C,0x35,0x8C,0x4A,0x8C,0x36,0x8C,0x49,0x8C,0x36,0x8C,0x4A,0x8C, 0x34,0x8C,0x2E,0x8C,0x34,0x8C,0x31,0x8C,0x33,0x8C,0x31,0x8C,0x35,0x8C,0x31,0x8C, 0x36,0x8C,0x31,0x8C,0x27,0x8C,0x4B,0x20,0x8C,0x4B,0x8C,0x40,0x8C,0x4B,0x8C,0x40, 0x8C,0x51,0x20,0x8C,0x52,0x8C,0x40,0x8C,0x52,0x8C,0x44,0x8C,0x22,0x8C,0x44,0x8C, 0x23,0x8C,0x44,0x8C,0x25,0x87,0xA2,0x57,0x87,0xA2,0x65,0x30,0x2C,0x31,0x2C,0x32, 0x2C,0x33,0x2C,0x34,0x2C,0x35,0x2C,0x36,0x2C,0x37,0x2C,0x38,0x2C,0x39,0x2C,0x77, 0x7A,0x68,0x76,0x73,0x64,0x77,0x63,0x6D,0x63,0x6D,0x64,0x64,0x6A,0xE0,0x7B,0xE0, 0x4B,0xE1,0x33,0xE1,0x33,0x81,0x60,0x81,0x61,0x81,0x62,0x81,0x63,0x81,0x64,0x81, 0x65,0x81,0x66,0x81,0x67,0x81,0x68,0x81,0x69,0x81,0x6A,0x81,0x6B,0x81,0x6C,0x81, 0x6D,0x81,0x6E,0x81,0x6F,0x81,0x70,0x81,0x71,0x81,0x72,0x81,0x73,0x81,0x74,0x81, 0x75,0x81,0x76,0x81,0x78,0x81,0x79,0x81,0x7A,0x81,0x7B,0x81,0x7C,0x81,0x7D,0x81, 0x7E,0x82,0x01,0x82,0x03,0x82,0x05,0x82,0x07,0x82,0x09,0x82,0x0B,0x82,0x0D,0x82, 0x0F,0x82,0x11,0x82,0x13,0x82,0x15,0x82,0x17,0x82,0x19,0x82,0x1B,0x82,0x1D,0x82, 0x1F,0x82,0x21,0x82,0x23,0x82,0x25,0x82,0x27,0x82,0x29,0x82,0x2B,0x82,0x2D,0x82, 0x2F,0x82,0x35,0x82,0x37,0x82,0x3A,0x82,0x3C,0x82,0x3E,0x82,0x42,0x82,0x44,0x82, 0x46,0x82,0x48,0x82,0x4B,0x82,0x4D,0x82,0x4F,0x82,0x51,0x82,0x53,0x82,0x55,0x82, 0x57,0x82,0x59,0x82,0x5B,0x82,0x5D,0x82,0x5F,0x82,0x61,0x82,0x63,0x82,0x65,0x82, 0x67,0x82,0x69,0x82,0x6B,0x82,0x6D,0x82,0x6F,0x82,0x71,0x82,0x73,0x82,0x75,0x82, 0x77,0x81,0x7F,0x82,0x7A,0x82,0x7C,0x84,0x53,0x83,0x03,0x83,0x05,0x84,0x54,0x83, 0x08,0x84,0x56,0x84,0x57,0x83,0x0C,0x83,0x5D,0x84,0x59,0x84,0x5B,0x83,0x12,0x84, 0x60,0x84,0x63,0x84,0x69,0x84,0x68,0x83,0x19,0x84,0x6F,0x84,0x72,0x84,0x75,0x83, 0x21,0x83,0x23,0x83,0x25,0x85,0x00,0x83,0x28,0x85,0x03,0x83,0x2D,0x85,0x08,0x83, 0x30,0x85,0x0A,0x85,0x0B,0x83,0x34,0x83,0x36,0x85,0x12,0x83,0x39,0x83,0x3D,0x83, 0x4E,0x83,0x50,0x83,0x52,0x83,0x54,0x83,0x56,0x83,0x58,0x83,0x5A,0x83,0x5C,0x83, 0x5F,0x83,0x61,0x83,0x63,0x83,0x65,0x83,0x67,0x83,0x69,0x83,0x6B,0x83,0x6D,0x83, 0x6F,0x83,0x75,0x83,0x15,0x83,0x3F,0x83,0x79,0x83,0x7B,0x83,0x7D,0x83,0x7F,0x84, 0x01,0x84,0x03,0x84,0x05,0x84,0x07,0x84,0x09,0x84,0x0B,0x84,0x0D,0x84,0x0F,0x84, 0x11,0x84,0x13,0x84,0x15,0x84,0x17,0x84,0x19,0x84,0x1B,0x84,0x1D,0x84,0x1F,0x83, 0x1E,0x84,0x23,0x84,0x25,0x84,0x27,0x84,0x29,0x84,0x2B,0x84,0x2D,0x84,0x2F,0x84, 0x31,0x84,0x33,0xD8,0x65,0x84,0x3C,0x83,0x1A,0xD8,0x66,0x84,0x42,0x83,0x00,0x85, 0x09,0x85,0x0C,0x84,0x47,0x84,0x49,0x84,0x4B,0x84,0x4D,0x84,0x4F,0x84,0x66,0x84, 0x79,0x84,0x7B,0x85,0x01,0x85,0x15,0x86,0x71,0x86,0x73,0x85,0x39,0x86,0x77,0x87, 0x2D,0x87,0x2F,0x87,0x4C,0x87,0x4D,0x87,0x32,0x87,0x33,0x87,0x34,0x87,0x35,0x87, 0x36,0x87,0x38,0x87,0x3A,0x87,0x3B,0x87,0x3D,0x87,0x3E,0x87,0x3F,0x87,0x40,0x87, 0x41,0x87,0x43,0x87,0x44,0x87,0x45,0x87,0x46,0x87,0x47,0x87,0x48,0x87,0x4A,0x87, 0x4B,0x87,0x57,0x87,0x59,0x87,0x5B,0x87,0x5D,0x87,0x5F,0x87,0x61,0x87,0x63,0x87, 0x65,0x87,0x67,0x87,0x69,0x87,0x6B,0x87,0x6D,0x87,0x6F,0x87,0x78,0x87,0x7B,0x86, 0x7B,0x86,0x7C,0x86,0x7D,0x88,0x50,0x88,0x51,0x88,0x52,0x88,0x53,0x88,0x54,0x88, 0x55,0x88,0x56,0x88,0x57,0x88,0x58,0x88,0x59,0x88,0x5A,0x88,0x5B,0x88,0x5C,0x88, 0x5D,0x88,0x5E,0x88,0x5F,0x88,0x30,0x88,0x31,0x88,0x32,0x88,0x33,0x88,0x34,0x88, 0x35,0x88,0x36,0x88,0x37,0x88,0x38,0x88,0x39,0x88,0x3A,0x88,0x3B,0x88,0x3C,0x88, 0x3D,0x88,0x3E,0x88,0x3F,0x88,0x40,0x88,0x41,0x88,0x42,0x88,0x43,0x88,0x44,0x88, 0x45,0x88,0x46,0x88,0x47,0x88,0x48,0x88,0x49,0x88,0x4A,0x88,0x4B,0x88,0x4C,0x88, 0x4D,0x88,0x4E,0x88,0x4F,0x88,0x61,0x88,0x63,0x88,0x65,0x88,0x67,0x88,0x69,0x88, 0x6B,0x88,0x6D,0x88,0x6F,0x88,0x71,0x88,0x73,0x88,0x75,0x88,0x77,0x88,0x79,0x88, 0x7B,0x88,0x7D,0x88,0x7F,0x89,0x01,0x89,0x0B,0x89,0x0D,0x89,0x0F,0x89,0x11,0x89, 0x13,0x89,0x15,0x89,0x17,0x89,0x19,0x89,0x1B,0x89,0x1D,0x89,0x1F,0x89,0x21,0x89, 0x23,0x89,0x25,0x89,0x27,0x89,0x29,0x89,0x2B,0x89,0x2D,0x89,0x2F,0x89,0x31,0x89, 0x33,0x89,0x35,0x89,0x37,0x89,0x39,0x89,0x3B,0x89,0x3D,0x89,0x3F,0x89,0x42,0x89, 0x44,0x89,0x46,0x89,0x48,0x89,0x4A,0x89,0x4C,0x89,0x4E,0x89,0x51,0x89,0x53,0x89, 0x55,0x89,0x57,0x89,0x59,0x89,0x5B,0x89,0x5D,0x89,0x5F,0x89,0x61,0x89,0x63,0x89, 0x65,0x89,0x67,0x89,0x69,0x89,0x6B,0x89,0x6D,0x89,0x6F,0x89,0x71,0x89,0x73,0x89, 0x75,0x89,0x77,0x89,0x79,0x89,0x7B,0x89,0x7D,0x89,0x7F,0x8A,0x01,0x8A,0x03,0x8A, 0x05,0x8A,0x07,0x8A,0x09,0x8A,0x0B,0x8A,0x0D,0x8A,0x0F,0x8A,0x11,0x8A,0x13,0x8A, 0x15,0x8A,0x17,0x8A,0x19,0x8A,0x1B,0x8A,0x1D,0x8A,0x1F,0x8A,0x21,0x8A,0x23,0x8A, 0x25,0x8A,0x27,0x8A,0x61,0x8A,0x62,0x8A,0x63,0x8A,0x64,0x8A,0x66,0x8A,0x67,0x8A, 0x68,0x8A,0x69,0x8A,0x6A,0x8A,0x6C,0x8A,0x6E,0x8A,0x6F,0x8A,0x70,0x8A,0x71,0x8A, 0x72,0x8A,0x73,0x8A,0x75,0x8A,0x77,0x8A,0x78,0x8A,0x79,0x8A,0x7A,0x8A,0x7B,0x8A, 0x7C,0x8A,0x7D,0x8A,0x7F,0x8B,0x00,0x8B,0x01,0x8B,0x03,0x8B,0x04,0x8B,0x05,0x8B, 0x06,0x9E,0x0B,0xDA,0x27,0xDA,0x2D,0xA1,0x5C,0x84,0x50,0x84,0x51,0xBA,0x02,0x84, 0x5C,0xBA,0x16,0xBA,0x17,0xBA,0x1D,0xBA,0x25,0x84,0x52,0x84,0x55,0x84,0x5F,0x84, 0x61,0x84,0x65,0x84,0x6A,0xBA,0x7B,0x85,0x1D,0x84,0x6D,0xBB,0x05,0x85,0x1F,0x84, 0x71,0x84,0x70,0x84,0x73,0x84,0x74,0x84,0x78,0x85,0x02,0x83,0x2B,0xBA,0x1C,0x85, 0x10,0x85,0x11,0xBC,0x01,0xBC,0x03,0xBC,0x05,0xBC,0x07,0xBC,0x09,0xBC,0x0B,0xBC, 0x0D,0xBC,0x0F,0xBC,0x11,0xBC,0x13,0xBC,0x15,0xBC,0x17,0xBC,0x19,0xBC,0x1B,0xBC, 0x1D,0xBC,0x1F,0xBC,0x21,0xBC,0x23,0xBC,0x25,0xBC,0x27,0xBC,0x29,0xBC,0x2B,0xBC, 0x2D,0xBC,0x2F,0xBC,0x31,0xBC,0x33,0xBC,0x35,0xBC,0x37,0xBC,0x39,0xBC,0x3B,0xBC, 0x3D,0xBC,0x3F,0xBC,0x41,0xBC,0x43,0xBC,0x45,0xBC,0x47,0xBC,0x49,0xBC,0x4B,0xBC, 0x4D,0xBC,0x4F,0xBC,0x51,0xBC,0x53,0xBC,0x55,0xBC,0x57,0xBC,0x59,0xBC,0x5B,0xBC, 0x5D,0xBC,0x5F,0xBC,0x61,0xBC,0x63,0xBC,0x65,0xBC,0x67,0xBC,0x69,0xBC,0x6B,0xBC, 0x6D,0xBC,0x6F,0xBC,0x71,0xBC,0x75,0xBC,0x77,0xBC,0x79,0xBC,0x7B,0xBC,0x7D,0xBC, 0x7F,0xBD,0x01,0xBD,0x03,0xBD,0x05,0xBD,0x07,0xBD,0x09,0xBD,0x0B,0xBD,0x0D,0xBD, 0x0F,0xBD,0x11,0xBD,0x13,0xBD,0x15,0xBD,0x21,0xBD,0x23,0xBD,0x25,0xBD,0x27,0xBD, 0x29,0xBD,0x2B,0xBD,0x2D,0xBD,0x2F,0xBD,0x31,0xBD,0x33,0xBD,0x35,0xBD,0x37,0xBD, 0x39,0xBD,0x3B,0xBD,0x3D,0xBD,0x3F,0xBD,0x41,0xBD,0x43,0xBD,0x45,0xBD,0x47,0xBD, 0x49,0xBD,0x4B,0xBD,0x4D,0xBD,0x4F,0xBD,0x51,0xBD,0x53,0xBD,0x55,0xBD,0x57,0xBD, 0x59,0xBD,0x5B,0xBD,0x5D,0xBD,0x5F,0xBD,0x61,0xBD,0x63,0xBD,0x65,0xBD,0x67,0xBD, 0x69,0xBD,0x6B,0xBD,0x6D,0xBD,0x6F,0xBD,0x71,0xBD,0x73,0xBD,0x75,0xBD,0x77,0xBD, 0x79,0xBD,0x7B,0xBD,0x7D,0xBD,0x7F,0xBE,0x10,0xBE,0x11,0xBE,0x12,0xBE,0x13,0xBE, 0x14,0xBE,0x15,0xBE,0x30,0xBE,0x31,0xBE,0x32,0xBE,0x33,0xBE,0x34,0xBE,0x35,0xBE, 0x36,0xBE,0x37,0xBE,0x40,0xBE,0x41,0xBE,0x42,0xBE,0x43,0xBE,0x44,0xBE,0x45,0xBE, 0x51,0xBE,0x53,0xBE,0x55,0xBE,0x57,0xBF,0x30,0xBF,0x31,0xBE,0x72,0x87,0x10,0xBF, 0x50,0xBF,0x51,0xBE,0x76,0x87,0x30,0xBF,0x60,0xBF,0x61,0xBE,0x7A,0xBF,0x65,0xBE, 0x78,0xC0,0x10,0xC4,0x12,0xC4,0x11,0xE0,0x08,0xE0,0x09,0xD8,0x30,0xD8,0x31,0xD8, 0x32,0xD8,0x33,0xD8,0x35,0xD8,0x36,0xD8,0x37,0xD8,0x38,0xD8,0x39,0xD8,0x3A,0xD8, 0x3B,0xD8,0x3C,0xD8,0x3D,0xD8,0x3E,0xD8,0x3F,0xD8,0x40,0xD8,0x41,0xD8,0x42,0xD8, 0x43,0xD8,0x44,0xD8,0x45,0xD8,0x46,0xD8,0x47,0xD8,0x48,0xD8,0x49,0xD8,0x4A,0xD8, 0x4B,0xD8,0x4C,0xD8,0x4D,0xD8,0x4E,0xD8,0x4F,0xD8,0x50,0xD8,0x51,0xD8,0x52,0xD8, 0x53,0xD8,0x54,0xD8,0x55,0xD8,0x56,0xD8,0x57,0xD8,0x58,0xD8,0x59,0xD8,0x5A,0xD8, 0x5B,0xD8,0x5C,0xD8,0x5D,0xD8,0x5E,0xD8,0x61,0x84,0x6B,0xBA,0x7D,0x84,0x7D,0xD8, 0x68,0xD8,0x6A,0xD8,0x6C,0xD8,0x73,0xD8,0x76,0x84,0x3F,0x84,0x40,0xD9,0x01,0xD9, 0x03,0xD9,0x05,0xD9,0x07,0xD9,0x09,0xD9,0x0B,0xD9,0x0D,0xD9,0x0F,0xD9,0x11,0xD9, 0x13,0xD9,0x15,0xD9,0x17,0xD9,0x19,0xD9,0x1B,0xD9,0x1D,0xD9,0x1F,0xD9,0x21,0xD9, 0x23,0xD9,0x25,0xD9,0x27,0xD9,0x29,0xD9,0x2B,0xD9,0x2D,0xD9,0x2F,0xD9,0x31,0xD9, 0x33,0xD9,0x35,0xD9,0x37,0xD9,0x39,0xD9,0x3D,0xD9,0x3F,0xD9,0x41,0xD9,0x43,0xD9, 0x45,0xD9,0x47,0xD9,0x49,0xD9,0x4B,0xD9,0x4D,0xD9,0x4F,0xD9,0x51,0xD9,0x53,0xD9, 0x55,0xD9,0x57,0xD9,0x59,0xD9,0x5B,0xD9,0x5D,0xD9,0x5F,0xD9,0x61,0xD9,0x63,0xD9, 0x6C,0xD9,0x6E,0xD9,0x73,0xDA,0x61,0x81,0xD7,0x4D,0x82,0xBF,0x1F,0x81,0x9C,0x28, 0x81,0x9C,0x36,0x81,0x9C,0x3F,0x81,0x9C,0x59,0x81,0x9D,0x05,0x81,0x9D,0x20,0x81, 0x9D,0x3A,0x81,0xA2,0x3F,0x81,0xA2,0x65,0x81,0xA3,0x02,0x81,0xA3,0x16,0x81,0xA3, 0x2B,0x81,0xA3,0x60,0x81,0xA3,0x75,0x81,0xA4,0x00,0x81,0xA5,0x1B,0x81,0xA5,0x79, 0x81,0xA6,0x15,0x81,0xA6,0x1A,0x81,0xA6,0x38,0x81,0xA6,0x5C,0x81,0xA6,0x69,0x81, 0xA7,0x02,0x81,0xA7,0x36,0x81,0xA7,0x48,0x81,0xA7,0x63,0x81,0xAD,0x57,0x81,0xB1, 0x6B,0x81,0xB2,0x02,0x81,0xB2,0x0A,0x81,0xB2,0x15,0x81,0xB2,0x73,0x81,0xB6,0x50, 0x81,0xB7,0x00,0x81,0xB7,0x78,0x81,0xB8,0x0F,0x81,0xB8,0x22,0x81,0xB8,0x38,0x81, 0xB8,0x6E,0x81,0xB8,0x71,0x81,0xBB,0x5B,0x81,0xBB,0x65,0x81,0xBB,0x71,0x81,0xBB, 0x7E,0x81,0xBC,0x72,0x81,0xBC,0x7A,0x81,0xBC,0x7F,0x81,0xBD,0x74,0x81,0xBD,0x7E, 0x81,0xBE,0x0B,0x81,0xBE,0x13,0x81,0xBE,0x50,0x81,0xBE,0x61,0x81,0xBE,0x73,0x81, 0xBF,0x43,0x81,0xC4,0x08,0x81,0xC4,0x36,0x81,0xC4,0x4B,0x81,0xCA,0x2F,0x81,0xCA, 0x34,0x81,0xCB,0x07,0x81,0xCB,0x17,0x81,0xCB,0x24,0x81,0xCB,0x39,0x81,0xCB,0x60, 0x81,0xCD,0x70,0x81,0xD6,0x20,0x81,0xD6,0x62,0x81,0xD6,0x79,0x81,0xD7,0x33,0x81, 0xD7,0x4B,0x81,0xD7,0x54,0x81,0xD7,0x5B,0x81,0xD8,0x0F,0x81,0xD8,0x14,0x81,0xE4, 0x2A,0x81,0xE4,0x36,0x81,0xE4,0x3B,0x81,0xE4,0x3F,0x81,0xE4,0x47,0x81,0xE4,0x59, 0x81,0xE4,0x5B,0x81,0xE5,0x2C,0x81,0xE7,0x04,0x81,0xE7,0x09,0x81,0xE9,0x5C,0x81, 0xE9,0x66,0x81,0xEA,0x18,0x81,0xEA,0x1F,0x81,0xEA,0x28,0x81,0xEA,0x30,0x81,0xEB, 0x0B,0x81,0xEB,0x12,0x81,0xEC,0x76,0x81,0xEC,0x7D,0x81,0xED,0x2E,0x81,0xED,0x3F, 0x81,0xED,0x6E,0x81,0xEF,0x5B,0x81,0xEF,0x62,0x81,0xEF,0x73,0x81,0xF2,0x3A,0x81, 0xF3,0x38,0x81,0xF3,0x3E,0x81,0xF4,0x74,0x81,0xF5,0x4B,0x81,0xF5,0x79,0x81,0xF8, 0x73,0x81,0xF9,0x78,0x81,0xFE,0x36,0x81,0xFE,0x51,0x81,0xFF,0x0A,0x81,0xFF,0x3D, 0x82,0x80,0x01,0x82,0x80,0x0C,0x82,0x80,0x12,0x82,0x80,0x33,0x82,0x80,0x7F,0x82, 0x81,0x09,0x82,0x83,0x63,0x82,0x83,0x7C,0x82,0x84,0x0C,0x82,0x84,0x1B,0x82,0x84, 0x1F,0x82,0x84,0x6E,0x82,0x84,0x72,0x82,0x84,0x78,0x82,0x8C,0x4D,0x82,0x8C,0x6B, 0x82,0x90,0x40,0x82,0x90,0x4C,0x82,0x90,0x63,0x82,0x92,0x7E,0x82,0x93,0x0B,0x82, 0x93,0x52,0x82,0x94,0x00,0x82,0x98,0x37,0x82,0x98,0x46,0x82,0x98,0x55,0x82,0x98, 0x78,0x82,0x99,0x1D,0x82,0x9A,0x64,0x82,0x9A,0x70,0x82,0x9B,0x33,0x82,0x9D,0x2B, 0x82,0x9D,0x4A,0x82,0x9F,0x1B,0x82,0x9F,0x30,0x82,0x9F,0x35,0x82,0xA1,0x11,0x82, 0xA2,0x49,0x82,0xA3,0x46,0x82,0xA3,0x4C,0x82,0xAA,0x77,0x82,0xAB,0x00,0x82,0xAC, 0x1C,0x82,0xAD,0x36,0x82,0xAD,0x39,0x82,0xAD,0x68,0x82,0xAE,0x51,0x82,0xAE,0x5E, 0x82,0xAE,0x62,0x82,0xAE,0x69,0x82,0xAF,0x4B,0x82,0xAF,0x6D,0x82,0xAF,0x73,0x82, 0xB0,0x01,0x82,0xB1,0x28,0x82,0xB1,0x5B,0x82,0xB1,0x5F,0x82,0xB3,0x16,0x82,0xB3, 0x19,0x82,0xB3,0x2C,0x82,0xB5,0x28,0x82,0xB5,0x58,0x82,0xB5,0x5F,0x82,0xB6,0x25, 0x82,0xB6,0x2F,0x82,0xB6,0x32,0x82,0xB6,0x3C,0x82,0xB6,0x5A,0x82,0xB9,0x65,0x82, 0xBC,0x75,0x82,0xBC,0x7F,0x82,0xBD,0x25,0x82,0xBD,0x3B,0x82,0xBD,0x43,0x82,0xBD, 0x4D,0x82,0xBD,0x51,0x82,0xBD,0x79,0x82,0xBD,0x7D,0x82,0xBE,0x0E,0x82,0xBE,0x13, 0x82,0xBE,0x20,0x82,0xBE,0x3B,0x82,0xBE,0x4A,0x82,0xBE,0x52,0x82,0xBF,0x0D,0x82, 0xBF,0x1C,0x82,0xBF,0x20,0xE0,0x12,0x81,0xA6,0x44,0x81,0xA6,0x45,0xA2,0x01,0xA3, 0x2A,0xA3,0x2C,0xA3,0x2D,0xA2,0x04,0xA3,0x30,0xA3,0x31,0xA3,0x32,0xA3,0x33,0xA3, 0x34,0xA3,0x35,0xA2,0x1A,0xA2,0x08,0xA2,0x21,0xA2,0x0A,0xA2,0x0D,0xA2,0x61,0xA2, 0x62,0xA2,0x63,0xA2,0x64,0xA2,0x66,0xA2,0x67,0xA2,0x68,0xA2,0x69,0xA2,0x6A,0xA2, 0x6C,0xA2,0x73,0xA2,0x74,0xA2,0x75,0xA2,0x14,0xA2,0x15,0xA3,0x47,0xA3,0x48,0xA3, 0x4E,0xA3,0x53,0xA3,0x57,0xA3,0x59,0xA2,0x1C,0xA3,0x5D,0xA3,0x5F,0xA2,0x1D,0xA2, 0x1E,0xA2,0x20,0xA2,0x22,0xA2,0x23,0xA2,0x27,0xA2,0x29,0xA2,0x2B,0xA2,0x2C,0xA2, 0x2D,0xA2,0x2E,0xA2,0x2F,0xA2,0x32,0xA2,0x36,0xA2,0x40,0xA2,0x47,0xA2,0x4C,0xA3, 0x71,0xA3,0x72,0xA2,0x59,0xA3,0x04,0xA3,0x05,0xA3,0x08,0xA3,0x11,0xA3,0x12,0xA3, 0x14,0xA3,0x1E,0xA3,0x21,0x81,0x9C,0x0A,0x81,0x9C,0x2D,0x81,0x9C,0x0B,0x81,0xEA, 0x32,0x81,0x9C,0x19,0x81,0x9C,0x01,0x81,0xB2,0x29,0x81,0xAE,0x30,0x81,0xAA,0x4F, 0x81,0xBC,0x7C,0x81,0xF7,0x0F,0x83,0x8D,0x30,0x81,0xF3,0x58,0x81,0xEA,0x37,0x82, 0xA0,0x69,0x81,0xA2,0x2A,0x81,0xA6,0x70,0x81,0xD9,0x68,0x82,0xB0,0x05,0x81,0xA3, 0x19,0x81,0xBB,0x66,0x81,0xA7,0x73,0x81,0xA6,0x3B,0x81,0xB7,0x17,0x81,0xB2,0x1C, 0xE1,0x46,0xE1,0x4C,0xE1,0x62,0xE1,0x68,0xE1,0x70,0xE1,0x71,0xE1,0x72,0x82,0xCC, 0x41,0x82,0xCC,0x43,0x82,0xCC,0x45,0x82,0xCC,0x47,0x82,0xCC,0x49,0x82,0xCC,0x4B, 0x82,0xCC,0x4D,0x82,0xCC,0x4F,0x82,0xCC,0x51,0x82,0xCC,0x53,0x82,0xCC,0x55,0x82, 0xCC,0x57,0x82,0xCC,0x59,0x82,0xCC,0x5B,0x82,0xCC,0x5D,0x82,0xCC,0x5F,0x82,0xCC, 0x61,0x82,0xCC,0x63,0x82,0xCC,0x65,0x82,0xCC,0x67,0x82,0xCC,0x69,0x82,0xCC,0x6B, 0x82,0xCC,0x6D,0x82,0xCD,0x01,0x82,0xCD,0x03,0x82,0xCD,0x05,0x82,0xCD,0x07,0x82, 0xCD,0x09,0x82,0xCD,0x0B,0x82,0xCD,0x0D,0x82,0xCD,0x0F,0x82,0xCD,0x11,0x82,0xCD, 0x13,0x82,0xCD,0x15,0x82,0xCD,0x17,0x82,0xCE,0x23,0x82,0xCE,0x25,0x82,0xCE,0x27, 0x82,0xCE,0x29,0x82,0xCE,0x2B,0x82,0xCE,0x2D,0x82,0xCE,0x2F,0x82,0xCE,0x33,0x82, 0xCE,0x35,0x82,0xCE,0x37,0x82,0xCE,0x39,0x82,0xCE,0x3B,0x82,0xCE,0x3D,0x82,0xCE, 0x3F,0x82,0xCE,0x41,0x82,0xCE,0x43,0x82,0xCE,0x45,0x82,0xCE,0x47,0x82,0xCE,0x49, 0x82,0xCE,0x4B,0x82,0xCE,0x4D,0x82,0xCE,0x4F,0x82,0xCE,0x51,0x82,0xCE,0x53,0x82, 0xCE,0x55,0x82,0xCE,0x57,0x82,0xCE,0x59,0x82,0xCE,0x5B,0x82,0xCE,0x5D,0x82,0xCE, 0x5F,0x82,0xCE,0x61,0x82,0xCE,0x63,0x82,0xCE,0x65,0x82,0xCE,0x67,0x82,0xCE,0x69, 0x82,0xCE,0x6B,0x82,0xCE,0x6D,0x82,0xCE,0x6F,0x82,0xCE,0x7A,0x82,0xCE,0x7C,0xBA, 0x79,0x82,0xCE,0x7F,0x82,0xCF,0x01,0x82,0xCF,0x03,0x82,0xCF,0x05,0x82,0xCF,0x07, 0x82,0xCF,0x0C,0x82,0xCF,0x11,0x82,0xCF,0x13,0x82,0xCF,0x21,0x82,0xCF,0x23,0x82, 0xCF,0x25,0x82,0xCF,0x27,0x82,0xCF,0x29,0x82,0x98,0x48,0x81,0xCD,0x74,0x82,0x99, 0x48,0x81,0xDD,0x51,0x81,0x9C,0x32,0x81,0xA7,0x65,0x81,0xB2,0x51,0x81,0xAB,0x07, 0x81,0xB2,0x48,0x81,0xC3,0x76,0x81,0xEC,0x69,0x81,0xFF,0x05,0x82,0x8C,0x3F,0x82, 0x8F,0x3A,0x82,0x91,0x78,0x82,0xA1,0x0F,0x81,0xD4,0x02,0x81,0xDA,0x1B,0x81,0xE1, 0x59,0x81,0xE7,0x5E,0x82,0x88,0x3D,0x82,0xA2,0x6A,0x82,0xB3,0x71,0x81,0x9D,0x02, 0x81,0xA6,0x75,0x81,0xD6,0x04,0x81,0xE4,0x1B,0x82,0x8C,0x2D,0x82,0xBC,0x1E,0x81, 0xBA,0x50,0x81,0xDF,0x6B,0x82,0x8B,0x4D,0x82,0x92,0x64,0x81,0xC5,0x49,0x82,0x83, 0x58,0x82,0x90,0x1F,0x81,0xBD,0x4A,0x81,0xCE,0x17,0x81,0xDA,0x6A,0x81,0xE5,0x7C, 0x82,0xA1,0x4E,0x81,0x9F,0x06,0x81,0xA3,0x37,0x81,0xA5,0x5E,0x81,0xC9,0x44,0x81, 0xD5,0x53,0x81,0xE4,0x10,0x81,0xED,0x67,0x82,0x8C,0x06,0x82,0x8C,0x5C,0x82,0x9B, 0x6F,0x82,0xAE,0x32,0x82,0xB6,0x6F,0x82,0xBB,0x7A,0x81,0xF1,0x0C,0x81,0xF2,0x7F, 0x81,0xFB,0x20,0x82,0x87,0x49,0x82,0xA6,0x04,0x82,0x95,0x56,0x81,0xB1,0x5F,0x81, 0xBE,0x04,0x81,0xF8,0x60,0x82,0x80,0x7E,0x81,0xE4,0x62,0x81,0xF1,0x4A,0x82,0x99, 0x42,0x82,0xAD,0x77,0x81,0xB1,0x58,0x81,0xB8,0x62,0x81,0xD4,0x13,0x81,0xDB,0x5A, 0x81,0xDE,0x0F,0x81,0xFA,0x2F,0x81,0xFC,0x37,0x82,0xAC,0x4B,0x81,0xA5,0x52,0x82, 0x81,0x0B,0x81,0xA3,0x5C,0x81,0xA3,0x4C,0x81,0xF4,0x1C,0x81,0xFB,0x3E,0x82,0x87, 0x71,0x82,0xAC,0x75,0x82,0x97,0x00,0x81,0xC5,0x4F,0x82,0x95,0x7E,0x81,0x9C,0x39, 0x81,0xB7,0x67,0x81,0xC0,0x12,0x81,0xE7,0x07,0x81,0xEA,0x70,0x81,0xA6,0x17,0x81, 0xF1,0x7B,0x81,0x9F,0x3F,0x81,0xBF,0x29,0x81,0x9C,0x0D,0x81,0xD9,0x4C,0x81,0xCA, 0x78,0x81,0xFA,0x22,0x81,0xA7,0x43,0x81,0xB0,0x5E,0x81,0xEE,0x01,0x82,0x88,0x49, 0x82,0x95,0x2A,0x81,0xD7,0x3A,0x81,0xD9,0x08,0x81,0xC5,0x7E,0x82,0x85,0x65,0x81, 0xC7,0x20,0x81,0xEA,0x65,0x81,0x9D,0x2E,0x81,0xA2,0x69,0x81,0xA3,0x49,0x81,0xD1, 0x01,0x81,0xF9,0x67,0x82,0x84,0x6F,0x82,0x95,0x52,0x82,0xA3,0x4F,0x81,0xA5,0x75, 0x81,0xA8,0x42,0x81,0xBD,0x6C,0x81,0xCB,0x45,0x81,0xDF,0x7E,0x81,0xF2,0x2A,0x82, 0xAB,0x2D,0x82,0xB4,0x6A,0x82,0xBD,0x17,0x82,0xBD,0x4E,0x81,0xCD,0x46,0x81,0xD6, 0x77,0x82,0x9E,0x62,0x81,0xBC,0x74,0x81,0xC3,0x10,0x81,0xC4,0x00,0x81,0xC9,0x1A, 0x81,0xDE,0x23,0x81,0xE2,0x49,0x81,0xE9,0x09,0x81,0xF3,0x4A,0x81,0xFB,0x74,0x82, 0x80,0x6F,0x82,0x9E,0x26,0x82,0x89,0x6E,0x82,0xA0,0x23,0x82,0xA6,0x4A,0x81,0xA4, 0x17,0x81,0xA5,0x23,0x81,0xA9,0x3D,0x81,0xE1,0x48,0x82,0x91,0x42,0x81,0xBD,0x49, 0x81,0xBF,0x75,0x81,0xC6,0x7B,0x81,0xD7,0x2E,0x81,0xF8,0x3E,0x81,0xE6,0x75,0x81, 0x9D,0x64,0x81,0xAD,0x79,0x81,0xBB,0x3A,0x81,0xC0,0x1C,0x81,0xE7,0x32,0x81,0xE8, 0x69,0x81,0xFF,0x1A,0x82,0x80,0x46,0x82,0xA4,0x34,0x82,0xAD,0x76,0x82,0xAE,0x48, 0x82,0xB0,0x18,0x81,0x9F,0x0B,0x81,0xF3,0x2E,0x82,0xA3,0x34,0x82,0xAD,0x38,0x81, 0xC1,0x61,0x81,0x9D,0x06,0x81,0xA1,0x5A,0x81,0xB7,0x6E,0x81,0xB8,0x3F,0x81,0xCB, 0x19,0x81,0xE3,0x4E,0x81,0xEC,0x42,0x82,0x89,0x7C,0x82,0xA0,0x7C,0x81,0xCD,0x08, 0x82,0xAC,0x2E,0x81,0xA5,0x09,0x81,0xCE,0x7B,0x81,0xCF,0x73,0x81,0xDA,0x41,0x81, 0xDD,0x1C,0x81,0xE8,0x09,0x81,0xEA,0x59,0x81,0xF0,0x6B,0x81,0xFA,0x10,0x82,0xB0, 0x5E,0x81,0xC4,0x2E,0x82,0xAC,0x78,0x81,0xA0,0x2B,0x81,0xBA,0x19,0x81,0xDB,0x6A, 0x82,0x9E,0x2A,0x81,0xBF,0x0B,0x81,0xC2,0x44,0x81,0xD0,0x17,0x82,0xAD,0x06,0x81, 0xA4,0x29,0x81,0xA8,0x0F,0x81,0xB8,0x65,0x81,0xCC,0x13,0x81,0xCE,0x4E,0x81,0xD1, 0x28,0x81,0xD9,0x65,0x81,0xE8,0x06,0x81,0xEB,0x62,0x81,0xFE,0x79,0x82,0x91,0x4F, 0x82,0x91,0x61,0x82,0xAD,0x62,0x81,0xA6,0x3F,0x81,0xDD,0x3A,0x81,0xA8,0x1D,0x81, 0xE3,0x50,0x81,0xE9,0x18,0x82,0x8B,0x7A,0x82,0xAD,0x23,0x82,0xB8,0x57,0x82,0xBD, 0x1F,0x81,0xCF,0x17,0x81,0xDB,0x4B,0x82,0x83,0x68,0x81,0xF6,0x20,0x81,0xF9,0x12, 0x81,0xE5,0x40,0x81,0xE1,0x19,0x82,0x96,0x58,0x81,0x9D,0x40,0x82,0x86,0x36,0x81, 0xA4,0x3A,0x81,0xA4,0x07,0x81,0xBD,0x26,0x81,0xC5,0x53,0x81,0xF9,0x56,0x81,0xB7, 0x05,0x81,0xDA,0x1E,0x81,0xCD,0x34,0x82,0x9E,0x3B,0x82,0xAC,0x4D,0x81,0xBD,0x53, 0x81,0xA2,0x40,0x81,0xAB,0x40,0x81,0xB0,0x5A,0x81,0xCC,0x74,0x81,0xA3,0x5E,0x81, 0xE6,0x2A,0x81,0xED,0x4A,0x81,0xF2,0x3C,0x81,0xF2,0x5E,0x81,0xF2,0x65,0x81,0xF3, 0x0F,0x82,0xAE,0x56,0x81,0xF9,0x3E,0x82,0x8C,0x12,0x82,0x95,0x78,0x82,0xA0,0x38, 0x82,0xA1,0x7D,0x82,0xB1,0x6F,0x82,0xB1,0x7C,0x82,0xB2,0x28,0x82,0xBB,0x34,0x82, 0xA1,0x5E,0x82,0xAD,0x37,0x81,0x9F,0x2E,0x81,0xA1,0x67,0x81,0xA2,0x4D,0x81,0xA5, 0x49,0x81,0xA5,0x64,0x81,0xA6,0x51,0x81,0xAB,0x1D,0x81,0xAC,0x06,0x81,0xAC,0x68, 0x81,0xB0,0x40,0x81,0xB1,0x28,0x81,0xB8,0x64,0x81,0xC1,0x14,0x81,0xC2,0x68,0x81, 0xC3,0x0E,0x81,0xC3,0x72,0x81,0xCA,0x4F,0x81,0xCB,0x62,0x81,0xCD,0x11,0x81,0xD1, 0x05,0x81,0xDA,0x77,0x81,0xDC,0x1A,0x81,0xDE,0x22,0x81,0xE2,0x6E,0x81,0xE4,0x2B, 0x81,0xE8,0x22,0x81,0xF1,0x11,0x81,0xF2,0x49,0x81,0xF2,0x48,0x81,0xF2,0x50,0x81, 0xF2,0x56,0x81,0xF3,0x0D,0x81,0xF3,0x0E,0x81,0xF4,0x40,0x81,0xF5,0x01,0x81,0xF7, 0x40,0x81,0xFC,0x09,0x81,0xFC,0x41,0x81,0xFE,0x72,0x82,0x80,0x05,0x82,0x83,0x6D, 0x82,0x84,0x79,0x82,0x88,0x57,0x82,0x92,0x10,0x82,0x93,0x16,0x82,0x96,0x01,0x82, 0x96,0x39,0x82,0x99,0x53,0x82,0x9A,0x08,0x82,0x9F,0x36,0x82,0xAD,0x63,0x82,0xAF, 0x7F,0x82,0xB0,0x3B,0x81,0xC0,0x75,0x89,0x85,0x6E,0x82,0x84,0x18,0x81,0x9C,0x26, 0x81,0xA3,0x35,0x81,0xA2,0x68,0x81,0x9F,0x00,0x81,0xA2,0x45,0x81,0xA3,0x00,0x81, 0xA5,0x47,0x81,0xA5,0x7A,0x81,0xAA,0x55,0x81,0xAB,0x19,0x81,0xAB,0x62,0x81,0xB1, 0x33,0x81,0xB2,0x44,0x81,0xB2,0x54,0x81,0xB4,0x62,0x81,0xB6,0x28,0x81,0xBD,0x52, 0x81,0xBD,0x59,0x81,0xBE,0x69,0x81,0xBF,0x2D,0x81,0xC1,0x58,0x81,0xC2,0x4E,0x81, 0xC2,0x08,0x81,0xC2,0x60,0x81,0xC4,0x34,0x81,0xC7,0x44,0x81,0xC8,0x1C,0x81,0xC8, 0x52,0x81,0xCA,0x56,0x81,0xCE,0x1B,0x81,0xCE,0x56,0x81,0xDD,0x5B,0x81,0xDD,0x4B, 0x81,0xE0,0x1E,0x81,0xEF,0x27,0x81,0xE4,0x35,0x81,0xE5,0x2F,0x81,0xE8,0x71,0x81, 0xEA,0x06,0x81,0xEA,0x3B,0x81,0xEC,0x1D,0x81,0xEC,0x1F,0x81,0xED,0x5B,0x81,0xED, 0x74,0x81,0xEE,0x4A,0x81,0xEE,0x40,0x81,0xF1,0x4C,0x81,0xF5,0x31,0x81,0xF8,0x7B, 0x81,0xFA,0x5B,0x81,0xFE,0x3E,0x82,0x86,0x52,0x82,0x87,0x6F,0x82,0x8E,0x79,0x82, 0x92,0x41,0x82,0x93,0x06,0x82,0x95,0x3F,0x82,0x95,0x4B,0x82,0x95,0x6D,0x82,0x97, 0x0A,0x82,0x9E,0x38,0x82,0xA0,0x72,0x82,0xA3,0x19,0x82,0xA4,0x76,0x82,0xAC,0x7C, 0x82,0xAF,0x5B,0x82,0xB0,0x0B,0x82,0xB6,0x12,0x88,0xD0,0x4A,0x88,0xD0,0x44,0x88, 0xE7,0x55,0xF7,0x1D,0x81,0x80,0x18,0x81,0x80,0x39,0x89,0xA4,0x49,0x89,0xB9,0x50, 0x89,0xFD,0x53,0x82,0xBE,0x43,0x82,0xBF,0x0E,0x8B,0x62,0x8B,0x5D,0x8C,0x71,0x8C, 0x7B,0x8C,0x7E,0x8D,0x00,0x8C,0x7A,0x8C,0x7F,0x8C,0x79,0x8D,0x24,0x8D,0x26,0x8D, 0x04,0x8D,0x03,0x8D,0x06,0x8D,0x07,0x8D,0x0D,0x8D,0x0C,0x8D,0x0E,0x8D,0x08,0x8D, 0x18,0x8D,0x11,0x8D,0x29,0x8D,0x2F,0x8D,0x33,0x8D,0x31,0x8D,0x3A,0x8D,0x3B,0x8D, 0x40,0x8D,0x41,0x8D,0x3E,0x8D,0x53,0x8D,0x2D,0x8D,0x4B,0x8D,0x45,0x8D,0x49,0xE0, 0x01,0xE0,0x16,0xE0,0x17,0xC0,0x14,0xC0,0x13,0xE0,0x10,0xE0,0x11,0xE0,0x0A,0xE0, 0x0B,0xE0,0x0C,0xE0,0x0D,0xE0,0x0E,0xE0,0x0F,0x8C,0x21,0x8C,0x29,0xD3,0x05,0xD3, 0x06,0xE1,0x7B,0xE1,0x25,0xE1,0x63,0x81,0x22,0x81,0x23,0x81,0x26,0x81,0x25,0xC1, 0x29,0xCA,0x02,0xC3,0x11,0xC3,0x12,0xC3,0x13,0xCB,0x20,0xCB,0x4B,0x84,0x88,0x28, 0x84,0x88,0x29,0x84,0x88,0x2A,0x84,0x88,0x2B,0x84,0x88,0x2C,0x84,0x88,0x2D,0x84, 0x88,0x2E,0x84,0x88,0x2F,0x84,0x88,0x30,0x84,0x88,0x31,0x84,0x88,0x32,0x84,0x88, 0x33,0x84,0x88,0x34,0x84,0x88,0x35,0x84,0x88,0x36,0x84,0x88,0x37,0x84,0x88,0x38, 0x84,0x88,0x39,0x84,0x88,0x3A,0x84,0x88,0x3B,0x84,0x88,0x3C,0x84,0x88,0x3D,0x84, 0x88,0x3E,0x84,0x88,0x3F,0x84,0x88,0x40,0x84,0x88,0x41,0x84,0x88,0x42,0x84,0x88, 0x43,0x84,0x88,0x44,0x84,0x88,0x45,0x84,0x88,0x46,0x84,0x88,0x47,0x84,0x88,0x48, 0x84,0x88,0x49,0x84,0x88,0x4A,0x84,0x88,0x4B,0x84,0x88,0x4C,0x84,0x88,0x4D,0x84, 0x88,0x4E,0x84,0x88,0x4F,0x82,0x31,0x84,0x37,0xC4,0x07,0xC4,0x02,0x8C,0x6E,0x8D, 0x21,0x8C,0x6F,0x81,0xB6,0x57,0x81,0xA7,0x4C,0x81,0xB2,0x1A,0x82,0x93,0x63,0x81, 0x9D,0x24,0x81,0xCC,0x20,0x81,0xE2,0x21,0x81,0xA4,0x4D,0x81,0xBF,0x0C,0x81,0xA3, 0x0D,0x81,0xCB,0x30,0x81,0xA4,0x1D,0x81,0xFA,0x42,0x82,0x99,0x29,0x81,0xB1,0x70, 0x81,0xA8,0x39,0x81,0xDE,0x14,0x81,0xC5,0x15,0x81,0xC6,0x55,0x82,0xA0,0x4A,0x81, 0xC6,0x07,0x81,0xF3,0x01,0x81,0xF4,0x7A,0x81,0xA8,0x08,0x81,0xDD,0x00,0x81,0xEA, 0x33,0x81,0xA4,0x72,0x81,0xAB,0x36,0x81,0xBF,0x17,0x81,0xA7,0x6F,0x81,0x9C,0x3D, 0x81,0x9C,0x38,0x81,0x9C,0x41,0x88,0x82,0x22,0x81,0x9E,0x60,0x81,0x9F,0x3B,0x81, 0xA0,0x02,0x81,0xA0,0x7A,0x81,0xA1,0x19,0x81,0xA1,0x4F,0xE9,0x1E,0x88,0x8C,0x3A, 0x81,0xA2,0x54,0x81,0xA2,0x64,0x81,0xA2,0x77,0x88,0x8A,0x1C,0xE9,0x39,0x81,0xA2, 0x67,0x88,0x8A,0x4B,0x81,0xA3,0x17,0x81,0xA3,0x24,0x81,0x9D,0x4C,0x81,0xA3,0x2C, 0x8A,0xA3,0x5F,0x81,0xA4,0x03,0xE9,0x5F,0x81,0xA4,0x3B,0x81,0xA4,0x46,0x81,0xA4, 0x77,0xEA,0x15,0x81,0xA6,0x05,0x81,0xA6,0x06,0x81,0xA6,0x49,0x81,0xA6,0x5A,0x81, 0xA6,0x73,0x81,0xA6,0x7D,0x81,0xA6,0x7F,0x88,0x94,0x2C,0x81,0xE0,0x70,0x81,0xA7, 0x4A,0x81,0xA7,0x5F,0x88,0x96,0x63,0x81,0xA7,0x6B,0x81,0xA7,0x71,0x81,0xA8,0x06, 0x81,0xA9,0x1E,0x81,0xA8,0x38,0x81,0xA8,0x48,0x81,0xA8,0x68,0x81,0xA9,0x22,0x81, 0xA9,0x76,0x81,0xAA,0x10,0x81,0xAA,0x53,0x81,0xAA,0x63,0x81,0xAB,0x04,0x81,0xAB, 0x2B,0x81,0xAB,0x33,0x81,0xAB,0x42,0x81,0xAE,0x16,0x81,0xAE,0x17,0x81,0xAC,0x51, 0x81,0xAC,0x74,0x81,0xB1,0x6E,0x81,0xAF,0x4E,0x81,0xAF,0x74,0x81,0xB0,0x0D,0x81, 0xAF,0x0B,0x81,0xB0,0x32,0x81,0xB0,0x31,0x81,0xB1,0x2C,0x88,0xA9,0x64,0x81,0xB1, 0x72,0x81,0xB1,0x77,0x81,0xB2,0x06,0x81,0xB2,0x22,0x81,0xB2,0x62,0x88,0xAD,0x28, 0x88,0xAD,0x6A,0x81,0xB3,0x6C,0x81,0xB4,0x1B,0x81,0xB4,0x27,0x81,0xB3,0x58,0x81, 0xB4,0x66,0x81,0xB6,0x08,0x81,0xB6,0x3E,0x88,0xB3,0x48,0x81,0xB7,0x43,0x81,0xB7, 0x58,0x81,0xB7,0x73,0x88,0xB6,0x18,0x81,0xB7,0x7F,0x81,0xB8,0x06,0xEF,0x01,0x81, 0xB8,0x60,0x81,0xB9,0x40,0x81,0xB9,0x0D,0x88,0xBB,0x64,0x81,0xBA,0x43,0x88,0xBB, 0x66,0x81,0xBA,0x6E,0x81,0xBA,0x6B,0x81,0xBA,0x7C,0x81,0xBB,0x61,0x81,0xBB,0x62, 0xF0,0x2F,0x81,0xBB,0x7D,0x81,0xBC,0x28,0x81,0xBC,0x3D,0x81,0xBC,0x69,0xF0,0x62, 0x88,0xC3,0x03,0xF0,0x7C,0x81,0xBD,0x30,0x81,0xBD,0x33,0x81,0xBD,0x36,0x8A,0xC7, 0x12,0x88,0xC6,0x31,0x82,0x84,0x01,0x81,0xBE,0x22,0xF1,0x47,0x88,0xE5,0x38,0x89, 0xC3,0x5A,0x81,0xBE,0x62,0x81,0xBE,0x6B,0xF1,0x63,0x81,0xBF,0x1A,0x81,0xBF,0x4D, 0x81,0xBF,0x57,0x81,0xBF,0x79,0x81,0xC1,0x01,0xF2,0x1C,0x88,0xCD,0x54,0x81,0xC1, 0x47,0x81,0xC2,0x48,0x81,0xC2,0x4C,0x81,0xC2,0x7A,0x81,0xC3,0x32,0x81,0xC3,0x24, 0x81,0xC3,0x2F,0x81,0xC3,0x5E,0x81,0xC4,0x1B,0x81,0xC4,0x5D,0x81,0xC5,0x31,0x81, 0xC5,0x54,0x81,0xC6,0x50,0x88,0xD6,0x0C,0x81,0xC6,0x3D,0x81,0xC5,0x7C,0x81,0xC6, 0x68,0x81,0xC7,0x03,0x81,0xC7,0x64,0x88,0xD7,0x71,0x81,0xC8,0x22,0x81,0xC7,0x45, 0x81,0xC7,0x29,0xF4,0x2E,0x81,0xC8,0x69,0x81,0xC8,0x7E,0x81,0xC9,0x1D,0x81,0xC8, 0x77,0xF4,0x6C,0x81,0xCA,0x6C,0x88,0xE0,0x0A,0x81,0xCB,0x63,0x81,0xCD,0x78,0x81, 0xCC,0x49,0xF6,0x19,0xF6,0x08,0xF5,0x64,0x81,0xA3,0x12,0x81,0xA3,0x15,0x81,0xCE, 0x00,0x81,0xCD,0x1C,0x82,0x81,0x2D,0x81,0x87,0x59,0x81,0xCE,0x21,0x81,0xCE,0x5E, 0x81,0xCE,0x53,0x88,0xE7,0x43,0xF6,0x49,0x81,0xCF,0x7A,0x81,0xCF,0x05,0x81,0xD0, 0x52,0x88,0xE8,0x6D,0x81,0xD1,0x0E,0x81,0xD0,0x1F,0x81,0xD2,0x14,0x81,0xD2,0x42, 0x81,0xD3,0x23,0x81,0xD3,0x6A,0x81,0xD5,0x28,0x88,0xED,0x23,0x81,0xD5,0x5B,0xF8, 0x18,0x81,0xD6,0x21,0x88,0xF1,0x27,0x81,0xD6,0x54,0xF8,0x4E,0x81,0xD6,0x72,0x81, 0xD7,0x1F,0x81,0xD7,0x3B,0x88,0xF5,0x0D,0x88,0xBA,0x0B,0x88,0xF5,0x7A,0x81,0xD8, 0x4E,0x88,0xF9,0x3C,0x81,0xD9,0x3F,0x81,0xD9,0x4D,0x81,0xD8,0x67,0x81,0xDA,0x16, 0x81,0xDA,0x3E,0x81,0xDA,0x69,0x81,0xDA,0x78,0x81,0xDB,0x05,0x88,0xFA,0x1E,0x81, 0xDA,0x34,0x81,0xDC,0x2F,0x81,0xDC,0x6E,0xFA,0x33,0x81,0xDD,0x47,0x88,0xFD,0x51, 0x81,0xDB,0x79,0x81,0xDE,0x6E,0x88,0xFE,0x5E,0x88,0xFF,0x0E,0x81,0xDF,0x46,0x81, 0xE0,0x39,0x81,0xE0,0x1B,0xFB,0x16,0x81,0xE0,0x4A,0x81,0xE0,0x7D,0x81,0xE0,0x77, 0x81,0xE1,0x2D,0x88,0x8A,0x25,0x81,0xE2,0x45,0x89,0x84,0x63,0x81,0xE3,0x1C,0x81, 0xE4,0x28,0x81,0xE4,0x50,0x89,0x8C,0x08,0x81,0xE5,0x00,0x81,0xE5,0x15,0x89,0x8E, 0x35,0x89,0x90,0x14,0x81,0xE6,0x7A,0x81,0xE7,0x0B,0xFD,0x2C,0x81,0xE7,0x25,0xFD, 0x38,0x81,0xE8,0x47,0x81,0xE8,0x5C,0x81,0xE9,0x05,0x81,0xE9,0x4A,0xFE,0x1B,0x81, 0xEA,0x24,0x89,0x98,0x36,0x81,0xEA,0x3E,0x89,0x99,0x12,0x88,0xC3,0x1F,0x81,0xEC, 0x10,0x89,0x9F,0x21,0x89,0x9F,0x38,0x89,0xA0,0x44,0xFF,0x7C,0x81,0x80,0x08,0x89, 0xA1,0x73,0x89,0xA1,0x72,0x89,0xA2,0x19,0x89,0xA2,0x33,0x81,0xEE,0x1E,0x81,0xEE, 0x1F,0x81,0xEF,0x0B,0x81,0x80,0x46,0x81,0x81,0x16,0x89,0xA8,0x1D,0x81,0xF0,0x4E, 0x81,0x81,0x63,0x89,0xAC,0x26,0x89,0xAD,0x1A,0x89,0xAD,0x45,0x81,0xF3,0x6B,0x81, 0x82,0x2F,0x81,0xF4,0x4A,0x81,0xF4,0x4F,0x89,0xB2,0x7C,0x89,0xB5,0x27,0x81,0x84, 0x02,0x89,0xB7,0x2B,0x81,0xF7,0x46,0x81,0xF7,0x49,0x81,0x84,0x27,0x89,0xB9,0x00, 0x81,0xF9,0x52,0x81,0x85,0x20,0x81,0xF9,0x68,0x81,0xF9,0x63,0x81,0xFA,0x00,0x89, 0xBF,0x06,0x81,0xFA,0x63,0x81,0x86,0x01,0x81,0xFB,0x47,0x81,0xFC,0x02,0x81,0xFC, 0x45,0x81,0x86,0x34,0x89,0xC4,0x28,0x89,0xC4,0x47,0x81,0x86,0x59,0x89,0xC5,0x59, 0x81,0xFE,0x7A,0x89,0xC6,0x3E,0x81,0xFF,0x15,0x81,0xFF,0x7A,0x89,0xC9,0x5A,0x89, 0xCA,0x23,0x82,0x80,0x60,0x89,0xCB,0x28,0x82,0x80,0x70,0x88,0xE6,0x5F,0x81,0x87, 0x55,0x82,0x81,0x32,0x82,0x82,0x03,0x81,0x88,0x0B,0x82,0x82,0x3E,0x81,0xB5,0x35, 0x89,0xCF,0x27,0x89,0xCF,0x35,0x88,0xE7,0x13,0x88,0xE7,0x1C,0x82,0x84,0x04,0x82, 0x9F,0x1E,0x81,0x88,0x6B,0x82,0x85,0x11,0x82,0x85,0x0B,0x82,0x85,0x1D,0x81,0xA5, 0x33,0x82,0x85,0x31,0x82,0x85,0x33,0x82,0x85,0x3D,0x82,0x85,0x66,0x89,0xD6,0x3C, 0x82,0x86,0x1D,0x82,0x86,0x63,0x82,0x87,0x2D,0x82,0x86,0x23,0x82,0x87,0x3D,0x82, 0x87,0x67,0x82,0x86,0x53,0x82,0x87,0x4A,0x82,0x87,0x4C,0x82,0x87,0x5C,0x89,0xD8, 0x36,0x89,0xDA,0x6B,0x89,0xD9,0x55,0x81,0x8A,0x2B,0x82,0x89,0x71,0x82,0x89,0x73, 0x82,0x8A,0x16,0x89,0xE7,0x4A,0x82,0x8A,0x64,0x89,0xDE,0x2C,0x81,0x8A,0x5D,0x81, 0x8A,0x61,0x89,0xDF,0x31,0x89,0xE1,0x52,0x81,0x8A,0x6B,0x82,0x8C,0x50,0x82,0x8C, 0x67,0x82,0x8C,0x69,0x82,0x8D,0x29,0x82,0x8D,0x08,0x82,0x8E,0x0E,0x82,0x8D,0x62, 0x82,0x8E,0x28,0x82,0x8E,0x6B,0x82,0x8F,0x06,0x82,0x8F,0x61,0x82,0x90,0x01,0x81, 0x8B,0x79,0x82,0x90,0x60,0x89,0xEC,0x67,0x82,0x91,0x57,0x82,0x91,0x5E,0x81,0x8C, 0x35,0x82,0x91,0x7A,0xE9,0x3B,0x89,0xF1,0x2E,0x89,0xF2,0x66,0x81,0x8D,0x3E,0x81, 0x8D,0x47,0x82,0x95,0x20,0x89,0xF9,0x28,0x82,0x99,0x2B,0x82,0x99,0x41,0x82,0x9A, 0x1B,0x82,0x9A,0x77,0x89,0xFE,0x2F,0x88,0x90,0x04,0x82,0x9B,0x4B,0x82,0x9B,0x3C, 0x82,0x9B,0x70,0x88,0x91,0x5E,0x82,0x9D,0x54,0x8A,0x8B,0x52,0x8A,0x8B,0x6D,0x82, 0xA1,0x14,0x82,0xA1,0x71,0x82,0xA2,0x11,0x8A,0x8E,0x2E,0x82,0xA2,0x1B,0x82,0xA4, 0x38,0x82,0xA5,0x57,0x82,0xA5,0x58,0x82,0xA4,0x7C,0x82,0xA7,0x79,0x82,0xA8,0x15, 0x8A,0x97,0x7A,0x82,0xAB,0x0B,0x81,0x93,0x15,0x82,0xAB,0x37,0x8A,0x9A,0x77,0x81, 0x93,0x66,0x82,0xAD,0x43,0x81,0xBB,0x32,0x82,0xAE,0x23,0x8A,0xA2,0x45,0x8A,0xA4, 0x1A,0x81,0x94,0x6E,0x81,0x94,0x76,0x82,0xAF,0x60,0x8A,0xA8,0x0A,0x81,0x95,0x32, 0x8A,0xA9,0x16,0x82,0xB0,0x29,0x8A,0xAB,0x36,0x82,0xB1,0x62,0x81,0x96,0x33,0x82, 0xB2,0x29,0x82,0xB3,0x27,0x82,0xB3,0x42,0x82,0xB3,0x7E,0x81,0x97,0x4E,0x8A,0xB6, 0x30,0x82,0xB8,0x40,0x82,0xB9,0x7D,0x81,0x99,0x4E,0x81,0x99,0x6D,0x82,0xBA,0x67, 0x8A,0xC1,0x4E,0x81,0x99,0x78,0x8A,0xC2,0x05,0x8A,0xC4,0x0E,0x8A,0xC5,0x11,0x81, 0x9A,0x56,0x82,0xBD,0x7E,0x82,0xBE,0x05,0x82,0xBE,0x0F,0x82,0xBE,0x16,0x8A,0xCC, 0x00,}; static const NFCQCMap nfcqc_map[110] = { {0x300,0x304,2}, {0x306,0x30C,2}, {0x30F,0x30F,2}, {0x311,0x311,2}, {0x313,0x314,2}, {0x31B,0x31B,2}, {0x323,0x328,2}, {0x32D,0x32E,2}, {0x330,0x331,2}, {0x338,0x338,2}, {0x340,0x341,1}, {0x342,0x342,2}, {0x343,0x344,1}, {0x345,0x345,2}, {0x374,0x374,1}, {0x37E,0x37E,1}, {0x387,0x387,1}, {0x653,0x655,2}, {0x93C,0x93C,2}, {0x958,0x95F,1}, {0x9BE,0x9BE,2}, {0x9D7,0x9D7,2}, {0x9DC,0x9DD,1}, {0x9DF,0x9DF,1}, {0xA33,0xA33,1}, {0xA36,0xA36,1}, {0xA59,0xA5B,1}, {0xA5E,0xA5E,1}, {0xB3E,0xB3E,2}, {0xB56,0xB56,2}, {0xB57,0xB57,2}, {0xB5C,0xB5D,1}, {0xBBE,0xBBE,2}, {0xBD7,0xBD7,2}, {0xC56,0xC56,2}, {0xCC2,0xCC2,2}, {0xCD5,0xCD6,2}, {0xD3E,0xD3E,2}, {0xD57,0xD57,2}, {0xDCA,0xDCA,2}, {0xDCF,0xDCF,2}, {0xDDF,0xDDF,2}, {0xF43,0xF43,1}, {0xF4D,0xF4D,1}, {0xF52,0xF52,1}, {0xF57,0xF57,1}, {0xF5C,0xF5C,1}, {0xF69,0xF69,1}, {0xF73,0xF73,1}, {0xF75,0xF76,1}, {0xF78,0xF78,1}, {0xF81,0xF81,1}, {0xF93,0xF93,1}, {0xF9D,0xF9D,1}, {0xFA2,0xFA2,1}, {0xFA7,0xFA7,1}, {0xFAC,0xFAC,1}, {0xFB9,0xFB9,1}, {0x102E,0x102E,2}, {0x1161,0x1175,2}, {0x11A8,0x11C2,2}, {0x1B35,0x1B35,2}, {0x1F71,0x1F71,1}, {0x1F73,0x1F73,1}, {0x1F75,0x1F75,1}, {0x1F77,0x1F77,1}, {0x1F79,0x1F79,1}, {0x1F7B,0x1F7B,1}, {0x1F7D,0x1F7D,1}, {0x1FBB,0x1FBB,1}, {0x1FBE,0x1FBE,1}, {0x1FC9,0x1FC9,1}, {0x1FCB,0x1FCB,1}, {0x1FD3,0x1FD3,1}, {0x1FDB,0x1FDB,1}, {0x1FE3,0x1FE3,1}, {0x1FEB,0x1FEB,1}, {0x1FEE,0x1FEF,1}, {0x1FF9,0x1FF9,1}, {0x1FFB,0x1FFB,1}, {0x1FFD,0x1FFD,1}, {0x2000,0x2001,1}, {0x2126,0x2126,1}, {0x212A,0x212B,1}, {0x2329,0x2329,1}, {0x232A,0x232A,1}, {0x2ADC,0x2ADC,1}, {0x3099,0x309A,2}, {0xF900,0xFA0D,1}, {0xFA10,0xFA10,1}, {0xFA12,0xFA12,1}, {0xFA15,0xFA1E,1}, {0xFA20,0xFA20,1}, {0xFA22,0xFA22,1}, {0xFA25,0xFA26,1}, {0xFA2A,0xFA6D,1}, {0xFA70,0xFAD9,1}, {0xFB1D,0xFB1D,1}, {0xFB1F,0xFB1F,1}, {0xFB2A,0xFB36,1}, {0xFB38,0xFB3C,1}, {0xFB3E,0xFB3E,1}, {0xFB40,0xFB41,1}, {0xFB43,0xFB44,1}, {0xFB46,0xFB4E,1}, {0x110BA,0x110BA,2}, {0x11127,0x11127,2}, {0x1D15E,0x1D164,1}, {0x1D1BB,0x1D1C0,1}, {0x2F800,0x2FA1D,1}, }; �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/tables.h��������������������������������������������������������������������������0000644�0000000�0000000�00000002362�13061467362�012133� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* tables.h - IDNA table checking functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> int _idn2_disallowed_p (uint32_t cp) _GL_ATTRIBUTE_CONST; int _idn2_contextj_p (uint32_t cp) _GL_ATTRIBUTE_CONST; int _idn2_contexto_p (uint32_t cp) _GL_ATTRIBUTE_CONST; int _idn2_unassigned_p (uint32_t cp) _GL_ATTRIBUTE_CONST; ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/idn2.map��������������������������������������������������������������������������0000644�0000000�0000000�00000002403�13061467362�012037� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# idn2.map - linker version script for idn2 # Copyright (C) 2011-2017 Simon Josefsson # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. IDN2_0.0.0 { global: idn2_check_version; idn2_free; idn2_lookup_u8; idn2_register_u8; idn2_lookup_ul; idn2_decode_ul; idn2_register_ul; idn2_to_ascii_4i; idn2_to_ascii_4z; idn2_to_ascii_8z; idn2_to_ascii_lz; idn2_to_unicode_8z4z; idn2_to_unicode_4z4z; idn2_to_unicode_44i; idn2_to_unicode_8z8z; idn2_to_unicode_8zlz; idn2_to_unicode_lzlz; idn2_strerror; idn2_strerror_name; # Internal self-test use only. _idn2_punycode_encode; _idn2_punycode_decode; local: *; }; �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/lookup.c��������������������������������������������������������������������������0000644�0000000�0000000�00000043563�13150754754�012200� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* lookup.c - implementation of IDNA2008 lookup functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <errno.h> /* errno */ #include <stdlib.h> /* malloc, free */ #include "punycode.h" #include <unitypes.h> #include <uniconv.h> /* u8_strconv_from_locale */ #include <uninorm.h> /* u32_normalize */ #include <unistr.h> /* u8_to_u32 */ #include "idna.h" /* _idn2_label_test */ #include "tr46map.h" /* defintion for tr46map.c */ static int label (const uint8_t * src, size_t srclen, uint8_t * dst, size_t * dstlen, int flags) { size_t plen; uint32_t *p; int rc; size_t tmpl; if (_idn2_ascii_p (src, srclen)) { if (flags & IDN2_ALABEL_ROUNDTRIP) /* FIXME implement this MAY: If the input to this procedure appears to be an A-label (i.e., it starts in "xn--", interpreted case-insensitively), the lookup application MAY attempt to convert it to a U-label, first ensuring that the A-label is entirely in lowercase (converting it to lowercase if necessary), and apply the tests of Section 5.4 and the conversion of Section 5.5 to that form. */ return IDN2_INVALID_FLAGS; if (srclen > IDN2_LABEL_MAX_LENGTH) return IDN2_TOO_BIG_LABEL; if (srclen > *dstlen) return IDN2_TOO_BIG_DOMAIN; memcpy (dst, src, srclen); *dstlen = srclen; return IDN2_OK; } rc = _idn2_u8_to_u32_nfc (src, srclen, &p, &plen, flags & IDN2_NFC_INPUT); if (rc != IDN2_OK) return rc; if (!(flags & IDN2_TRANSITIONAL)) { rc = _idn2_label_test( TEST_NFC | TEST_2HYPHEN | TEST_LEADING_COMBINING | TEST_DISALLOWED | TEST_CONTEXTJ_RULE | TEST_CONTEXTO_WITH_RULE | TEST_UNASSIGNED | TEST_BIDI, p, plen); if (rc != IDN2_OK) { free(p); return rc; } } dst[0] = 'x'; dst[1] = 'n'; dst[2] = '-'; dst[3] = '-'; tmpl = *dstlen - 4; rc = _idn2_punycode_encode (plen, p, &tmpl, (char *) dst + 4); free (p); if (rc != IDN2_OK) return rc; *dstlen = 4 + tmpl; return IDN2_OK; } #define TR46_TRANSITIONAL_CHECK \ (TEST_NFC | TEST_2HYPHEN | TEST_HYPHEN_STARTEND | TEST_LEADING_COMBINING | TEST_TRANSITIONAL) #define TR46_NONTRANSITIONAL_CHECK \ (TEST_NFC | TEST_2HYPHEN | TEST_HYPHEN_STARTEND | TEST_LEADING_COMBINING | TEST_NONTRANSITIONAL) static int _tr46 (const uint8_t * domain_u8, uint8_t ** out, int flags) { size_t len, it; uint32_t *domain_u32; int err = IDN2_OK, rc; int transitional = 0; int test_flags; if (flags & IDN2_TRANSITIONAL) transitional = 1; /* convert UTF-8 to UTF-32 */ if (!(domain_u32 = u8_to_u32 (domain_u8, u8_strlen (domain_u8) + 1, NULL, &len))) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } size_t len2 = 0; for (it = 0; it < len - 1; it++) { IDNAMap map; get_idna_map (domain_u32[it], &map); if (map_is (&map, TR46_FLG_DISALLOWED)) { if (domain_u32[it]) { free (domain_u32); return IDN2_DISALLOWED; } len2++; } else if (map_is (&map, TR46_FLG_MAPPED)) { len2 += map.nmappings; } else if (map_is (&map, TR46_FLG_VALID)) { len2++; } else if (map_is (&map, TR46_FLG_IGNORED)) { continue; } else if (map_is (&map, TR46_FLG_DEVIATION)) { if (transitional) { len2 += map.nmappings; } else len2++; } else if (!(flags & IDN2_USE_STD3_ASCII_RULES)) { if (map_is (&map, TR46_FLG_DISALLOWED_STD3_VALID)) { /* valid because UseSTD3ASCIIRules=false, see #TR46 5 */ len2++; } else if (map_is (&map, TR46_FLG_DISALLOWED_STD3_MAPPED)) { /* mapped because UseSTD3ASCIIRules=false, see #TR46 5 */ len2 += map.nmappings; } } } uint32_t *tmp = (uint32_t *) malloc ((len2 + 1) * sizeof (uint32_t)); if (!tmp) { free (domain_u32); return IDN2_MALLOC; } len2 = 0; for (it = 0; it < len - 1; it++) { uint32_t c = domain_u32[it]; IDNAMap map; get_idna_map (c, &map); if (map_is (&map, TR46_FLG_DISALLOWED)) { tmp[len2++] = c; } else if (map_is (&map, TR46_FLG_MAPPED)) { len2 += get_map_data (tmp + len2, &map); } else if (map_is (&map, TR46_FLG_VALID)) { tmp[len2++] = c; } else if (map_is (&map, TR46_FLG_IGNORED)) { continue; } else if (map_is (&map, TR46_FLG_DEVIATION)) { if (transitional) { len2 += get_map_data (tmp + len2, &map); } else tmp[len2++] = c; } else if (!(flags & IDN2_USE_STD3_ASCII_RULES)) { if (map_is (&map, TR46_FLG_DISALLOWED_STD3_VALID)) { tmp[len2++] = c; } else if (map_is (&map, TR46_FLG_DISALLOWED_STD3_MAPPED)) { len2 += get_map_data (tmp + len2, &map); } } } free (domain_u32); /* Normalize to NFC */ tmp[len2] = 0; domain_u32 = u32_normalize (UNINORM_NFC, tmp, len2 + 1, NULL, &len); free (tmp); tmp = NULL; if (!domain_u32) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } /* split into labels and check */ uint32_t *e, *s; for (e = s = domain_u32; *e; s = e) { while (*e && *e != '.') e++; if (e - s >= 4 && s[0] == 'x' && s[1] == 'n' && s[2] == '-' && s[3] == '-') { /* decode punycode and check result non-transitional */ size_t ace_len; uint32_t name_u32[IDN2_LABEL_MAX_LENGTH]; size_t name_len = IDN2_LABEL_MAX_LENGTH; uint8_t *ace; ace = u32_to_u8 (s + 4, e - s - 4, NULL, &ace_len); if (!ace) { free (domain_u32); if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } rc = _idn2_punycode_decode (ace_len, (char *) ace, &name_len, name_u32); free (ace); if (rc) { free (domain_u32); return rc; } test_flags = TR46_NONTRANSITIONAL_CHECK; if (!(flags & IDN2_USE_STD3_ASCII_RULES)) test_flags |= TEST_ALLOW_STD3_DISALLOWED; if ((rc = _idn2_label_test (test_flags, name_u32, name_len))) err = rc; } else { test_flags = transitional ? TR46_TRANSITIONAL_CHECK : TR46_NONTRANSITIONAL_CHECK; if (!(flags & IDN2_USE_STD3_ASCII_RULES)) test_flags |= TEST_ALLOW_STD3_DISALLOWED; if ((rc = _idn2_label_test (test_flags, s, e - s))) err = rc; } if (*e) e++; } if (err == IDN2_OK && out) { uint8_t *_out = u32_to_u8 (domain_u32, len, NULL, &len); free (domain_u32); if (!_out) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } *out = _out; } else free (domain_u32); return err; } /** * idn2_lookup_u8: * @src: input zero-terminated UTF-8 string in Unicode NFC normalized form. * @lookupname: newly allocated output variable with name to lookup in DNS. * @flags: optional #idn2_flags to modify behaviour. * * Perform IDNA2008 lookup string conversion on domain name @src, as * described in section 5 of RFC 5891. Note that the input string * must be encoded in UTF-8 and be in Unicode NFC form. * * Pass %IDN2_NFC_INPUT in @flags to convert input to NFC form before * further processing. %IDN2_TRANSITIONAL and %IDN2_NONTRANSITIONAL * do already imply %IDN2_NFC_INPUT. * Pass %IDN2_ALABEL_ROUNDTRIP in @flags to * convert any input A-labels to U-labels and perform additional * testing (not implemented yet). * Pass %IDN2_TRANSITIONAL to enable Unicode TR46 * transitional processing, and %IDN2_NONTRANSITIONAL to enable * Unicode TR46 non-transitional processing. Multiple flags may be * specified by binary or:ing them together. * * After version 2.0.3: %IDN2_USE_STD3_ASCII_RULES disabled by default. * Previously we were eliminating non-STD3 characters from domain strings * such as _443._tcp.example.com, or IPs 1.2.3.4/24 provided to libidn2 * functions. That was an unexpected regression for applications switching * from libidn and thus it is no longer applied by default. * Use %IDN2_USE_STD3_ASCII_RULES to enable that behavior again. * * After version 0.11: @lookupname may be NULL to test lookup of @src * without allocating memory. * * Returns: On successful conversion %IDN2_OK is returned, if the * output domain or any label would have been too long * %IDN2_TOO_BIG_DOMAIN or %IDN2_TOO_BIG_LABEL is returned, or * another error code is returned. * * Since: 0.1 **/ int idn2_lookup_u8 (const uint8_t * src, uint8_t ** lookupname, int flags) { size_t lookupnamelen = 0; uint8_t _lookupname[IDN2_DOMAIN_MAX_LENGTH + 1]; uint8_t _mapped[IDN2_DOMAIN_MAX_LENGTH + 1]; int rc, tr46_mode = 0; if (src == NULL) { if (lookupname) *lookupname = NULL; return IDN2_OK; } if ((flags & (IDN2_TRANSITIONAL | IDN2_NONTRANSITIONAL)) == (IDN2_TRANSITIONAL | IDN2_NONTRANSITIONAL)) return IDN2_INVALID_FLAGS; if (flags & IDN2_TRANSITIONAL) tr46_mode = IDN2_TRANSITIONAL; else if (flags & IDN2_NONTRANSITIONAL) tr46_mode = IDN2_NONTRANSITIONAL; if (tr46_mode) { uint8_t *out; size_t outlen; rc = _tr46 (src, &out, flags); if (rc != IDN2_OK) return rc; outlen = u8_strlen (out); if (outlen >= sizeof (_mapped)) { free (out); return IDN2_TOO_BIG_DOMAIN; } memcpy (_mapped, out, outlen + 1); src = _mapped; free (out); } do { const uint8_t *end = (uint8_t *) strchrnul ((const char *) src, '.'); /* XXX Do we care about non-U+002E dots such as U+3002, U+FF0E and U+FF61 here? Perhaps when IDN2_NFC_INPUT? */ size_t labellen = end - src; uint8_t tmp[IDN2_LABEL_MAX_LENGTH]; size_t tmplen = IDN2_LABEL_MAX_LENGTH; rc = label (src, labellen, tmp, &tmplen, flags); if (rc != IDN2_OK) return rc; if (lookupnamelen + tmplen > IDN2_DOMAIN_MAX_LENGTH - (tmplen == 0 && *end == '\0' ? 1 : 2)) return IDN2_TOO_BIG_DOMAIN; memcpy (_lookupname + lookupnamelen, tmp, tmplen); lookupnamelen += tmplen; if (*end == '.') { if (lookupnamelen + 1 > IDN2_DOMAIN_MAX_LENGTH) return IDN2_TOO_BIG_DOMAIN; _lookupname[lookupnamelen] = '.'; lookupnamelen++; } _lookupname[lookupnamelen] = '\0'; src = end; } while (*src++); if (lookupname) { uint8_t *tmp = (uint8_t *) malloc (lookupnamelen + 1); if (tmp == NULL) return IDN2_MALLOC; memcpy (tmp, _lookupname, lookupnamelen + 1); *lookupname = tmp; } return IDN2_OK; } /** * idn2_lookup_ul: * @src: input zero-terminated locale encoded string. * @lookupname: newly allocated output variable with name to lookup in DNS. * @flags: optional #idn2_flags to modify behaviour. * * Perform IDNA2008 lookup string conversion on domain name @src, as * described in section 5 of RFC 5891. Note that the input is assumed * to be encoded in the locale's default coding system, and will be * transcoded to UTF-8 and NFC normalized by this function. * * Pass %IDN2_ALABEL_ROUNDTRIP in @flags to convert any input A-labels * to U-labels and perform additional testing. Pass * %IDN2_TRANSITIONAL to enable Unicode TR46 transitional processing, * and %IDN2_NONTRANSITIONAL to enable Unicode TR46 non-transitional * processing. Multiple flags may be specified by binary or:ing them * together, for example %IDN2_ALABEL_ROUNDTRIP | * %IDN2_NONTRANSITIONAL. The %IDN2_NFC_INPUT in @flags is always * enabled in this function. * * After version 0.11: @lookupname may be NULL to test lookup of @src * without allocating memory. * * Returns: On successful conversion %IDN2_OK is returned, if * conversion from locale to UTF-8 fails then %IDN2_ICONV_FAIL is * returned, if the output domain or any label would have been too * long %IDN2_TOO_BIG_DOMAIN or %IDN2_TOO_BIG_LABEL is returned, or * another error code is returned. * * Since: 0.1 **/ int idn2_lookup_ul (const char * src, char ** lookupname, int flags) { uint8_t *utf8src = NULL; int rc; if (src) { utf8src = u8_strconv_from_locale (src); if (utf8src == NULL) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ICONV_FAIL; } } rc = idn2_lookup_u8 (utf8src, (uint8_t **) lookupname, flags | IDN2_NFC_INPUT); free (utf8src); return rc; } /** * idn2_to_ascii_4i: * @input: zero terminated input Unicode (UCS-4) string. * @inlen: number of elements in @input. * @output: pointer to newly allocated zero-terminated output string. * @flags: optional #idn2_flags to modify behaviour. * * The ToASCII operation takes a sequence of Unicode code points that make * up one domain label and transforms it into a sequence of code points in * the ASCII range (0..7F). If ToASCII succeeds, the original sequence and * the resulting sequence are equivalent labels. * * It is important to note that the ToASCII operation can fail. * ToASCII fails if any step of it fails. If any step of the * ToASCII operation fails on any label in a domain name, that domain * name MUST NOT be used as an internationalized domain name. * The method for dealing with this failure is application-specific. * * The inputs to ToASCII are a sequence of code points. * * ToASCII never alters a sequence of code points that are all in the ASCII * range to begin with (although it could fail). Applying the ToASCII operation multiple * effect as applying it just once. * * When unsure, it is recommended to call this function with the * %IDN2_NONTRANSITIONAL and %IDN2_NFC_INPUT flags. * * Return value: Returns %IDN2_OK on success, or error code. * * Since: 2.0.0 **/ int idn2_to_ascii_4i (const uint32_t * input, size_t inlen, char * output, int flags) { uint32_t *input_u32; uint8_t *input_u8, *output_u8; size_t length; int rc; if (!input) { if (output) *output = 0; return IDN2_OK; } input_u32 = (uint32_t *) malloc ((inlen + 1) * sizeof(uint32_t)); if (!input_u32) return IDN2_MALLOC; u32_cpy (input_u32, input, inlen); input_u32[inlen] = 0; input_u8 = u32_to_u8 (input_u32, inlen + 1, NULL, &length); free (input_u32); if (!input_u8) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } rc = idn2_lookup_u8 (input_u8, &output_u8, flags); free (input_u8); if (rc == IDN2_OK) { /* wow, this is ugly, but libidn manpage states: * char * out output zero terminated string that must have room for at * least 63 characters plus the terminating zero. */ if (output) strcpy (output, (const char *) output_u8); } free(output_u8); return rc; } /** * idn2_to_ascii_4z: * @input: zero terminated input Unicode (UCS-4) string. * @output: pointer to newly allocated zero-terminated output string. * @flags: optional #idn2_flags to modify behaviour. * * Convert UCS-4 domain name to ASCII string using the IDNA2008 * rules. The domain name may contain several labels, separated by dots. * The output buffer must be deallocated by the caller. * * When unsure, it is recommended to call this function with the * %IDN2_NONTRANSITIONAL and %IDN2_NFC_INPUT flags. * * Return value: Returns %IDN2_OK on success, or error code. * * Since: 2.0.0 **/ int idn2_to_ascii_4z (const uint32_t * input, char ** output, int flags) { uint8_t *input_u8; size_t length; int rc; if (!input) { if (output) *output = NULL; return IDN2_OK; } input_u8 = u32_to_u8 (input, u32_strlen(input) + 1, NULL, &length); if (!input_u8) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } rc = idn2_lookup_u8 (input_u8, (uint8_t **) output, flags); free (input_u8); return rc; } /** * idn2_to_ascii_8z: * @input: zero terminated input UTF-8 string. * @output: pointer to newly allocated output string. * @flags: optional #idn2_flags to modify behaviour. * * Convert UTF-8 domain name to ASCII string using the IDNA2008 * rules. The domain name may contain several labels, separated by dots. * The output buffer must be deallocated by the caller. * * When unsure, it is recommended to call this function with the * %IDN2_NONTRANSITIONAL and %IDN2_NFC_INPUT flags. * * Return value: Returns %IDN2_OK on success, or error code. * * Since: 2.0.0 **/ int idn2_to_ascii_8z (const char * input, char ** output, int flags) { return idn2_lookup_u8 ((const uint8_t *) input, (uint8_t **) output, flags); } /** * idn2_to_ascii_lz: * @input: zero terminated input UTF-8 string. * @output: pointer to newly allocated output string. * @flags: optional #idn2_flags to modify behaviour. * * Convert a domain name in locale's encoding to ASCII string using the IDNA2008 * rules. The domain name may contain several labels, separated by dots. * The output buffer must be deallocated by the caller. * * When unsure, it is recommended to call this function with the * %IDN2_NONTRANSITIONAL and %IDN2_NFC_INPUT flags. * * Returns: %IDN2_OK on success, or error code. * Same as described in idn2_lookup_ul() documentation. * * Since: 2.0.0 **/ int idn2_to_ascii_lz (const char * input, char ** output, int flags) { return idn2_lookup_ul (input, output, flags); } ���������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/idn2.h����������������������������������������������������������������������������0000644�0000000�0000000�00000026745�13151533400�011513� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* idn2.h - header file for idn2 Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _IDN2_H #define _IDN2_H /* *INDENT-OFF* */ #ifndef _IDN2_API # if defined IDN2_BUILDING && defined HAVE_VISIBILITY && HAVE_VISIBILITY # define _IDN2_API __attribute__((__visibility__("default"))) # elif defined IDN2_BUILDING && defined _MSC_VER && ! defined IDN2_STATIC # define _IDN2_API __declspec(dllexport) # elif defined _MSC_VER && ! defined IDN2_STATIC # define _IDN2_API __declspec(dllimport) # else # define _IDN2_API # endif #endif /* *INDENT-ON* */ #include <stdint.h> /* uint32_t */ #include <string.h> /* size_t */ #ifdef __cplusplus extern "C" { #endif /** * G_GNUC_IDN2_ATTRIBUTE_PURE * * Function attribute: Function is a pure function. */ /** * G_GNUC_IDN2_ATTRIBUTE_CONST * * Function attribute: Function is a const function. */ /** * G_GNUC_UNUSED * * Parameter attribute: Parameter is not used. */ /* the following G_GNUC_ prefix is for gtk-doc to recognize the attributes */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _IDN2_ATTRIBUTE_PURE __attribute__ ((__pure__)) # define _IDN2_ATTRIBUTE_CONST __attribute__ ((__const__)) # define G_GNUC_IDN2_ATTRIBUTE_PURE __attribute__ ((__pure__)) # define G_GNUC_IDN2_ATTRIBUTE_CONST __attribute__ ((__const__)) # define G_GNUC_UNUSED __attribute__ ((__unused__)) #else # define _IDN2_ATTRIBUTE_PURE /* empty */ # define _IDN2_ATTRIBUTE_CONST /* empty */ # define G_GNUC_IDN2_ATTRIBUTE_PURE /* empty */ # define G_GNUC_IDN2_ATTRIBUTE_CONST /* empty */ # define G_GNUC_UNUSED /* empty */ #endif /** * IDN2_VERSION * * Pre-processor symbol with a string that describe the header file * version number. Used together with idn2_check_version() to verify * header file and run-time library consistency. */ #define IDN2_VERSION "2.0.4" /** * IDN2_VERSION_NUMBER * * Pre-processor symbol with a hexadecimal value describing the header * file version number. For example, when the header version is * 1.2.4711 this symbol will have the value 0x01021267. The last four * digits are used to enumerate development snapshots, but for all * public releases they will be 0000. */ #define IDN2_VERSION_NUMBER 0x02000004 /** * IDN2_VERSION_MAJOR * * Pre-processor symbol for the major version number (decimal). * The version scheme is major.minor.patchlevel. */ #define IDN2_VERSION_MAJOR 2 /** * IDN2_VERSION_MINOR * * Pre-processor symbol for the minor version number (decimal). * The version scheme is major.minor.patchlevel. */ #define IDN2_VERSION_MINOR 0 /** * IDN2_VERSION_PATCH * * Pre-processor symbol for the patch level number (decimal). * The version scheme is major.minor.patchlevel. */ #define IDN2_VERSION_PATCH 4 /** * IDN2_LABEL_MAX_LENGTH * * Constant specifying the maximum length of a DNS label to 63 * characters, as specified in RFC 1034. */ #define IDN2_LABEL_MAX_LENGTH 63 /** * IDN2_DOMAIN_MAX_LENGTH * * Constant specifying the maximum size of the wire encoding of a DNS * domain to 255 characters, as specified in RFC 1034. Note that the * usual printed representation of a domain name is limited to 253 * characters if it does not end with a period, or 254 characters if * it ends with a period. */ #define IDN2_DOMAIN_MAX_LENGTH 255 /** * idn2_flags: * @IDN2_NFC_INPUT: Normalize input string using normalization form C. * @IDN2_ALABEL_ROUNDTRIP: Perform optional IDNA2008 lookup roundtrip check (not implemented yet). * @IDN2_TRANSITIONAL: Perform Unicode TR46 transitional processing. * @IDN2_NONTRANSITIONAL: Perform Unicode TR46 non-transitional processing. * @IDN2_ALLOW_UNASSIGNED: Libidn compatibility flag, unused. * @IDN2_USE_STD3_ASCII_RULES: Use STD3 ASCII rules. * This is a #TR46 only flag, and will be ignored when set without either * @IDN2_TRANSITIONAL or @IDN2_NONTRANSITIONAL. * * Flags to IDNA2008 functions, to be binary or:ed together. Specify * only 0 if you want the default behaviour. */ typedef enum { IDN2_NFC_INPUT = 1, IDN2_ALABEL_ROUNDTRIP = 2, IDN2_TRANSITIONAL = 4, IDN2_NONTRANSITIONAL = 8, IDN2_ALLOW_UNASSIGNED = 16, IDN2_USE_STD3_ASCII_RULES = 32, } idn2_flags; /* IDNA2008 with UTF-8 encoded inputs. */ extern _IDN2_API int idn2_lookup_u8 (const uint8_t * src, uint8_t ** lookupname, int flags); extern _IDN2_API int idn2_register_u8 (const uint8_t * ulabel, const uint8_t * alabel, uint8_t ** insertname, int flags); /* IDNA2008 with locale encoded inputs. */ extern _IDN2_API int idn2_lookup_ul (const char *src, char **lookupname, int flags); extern _IDN2_API int idn2_register_ul (const char *ulabel, const char *alabel, char **insertname, int flags); /** * idn2_rc: * @IDN2_OK: Successful return. * @IDN2_MALLOC: Memory allocation error. * @IDN2_NO_CODESET: Could not determine locale string encoding format. * @IDN2_ICONV_FAIL: Could not transcode locale string to UTF-8. * @IDN2_ENCODING_ERROR: Unicode data encoding error. * @IDN2_NFC: Error normalizing string. * @IDN2_PUNYCODE_BAD_INPUT: Punycode invalid input. * @IDN2_PUNYCODE_BIG_OUTPUT: Punycode output buffer too small. * @IDN2_PUNYCODE_OVERFLOW: Punycode conversion would overflow. * @IDN2_TOO_BIG_DOMAIN: Domain name longer than 255 characters. * @IDN2_TOO_BIG_LABEL: Domain label longer than 63 characters. * @IDN2_INVALID_ALABEL: Input A-label is not valid. * @IDN2_UALABEL_MISMATCH: Input A-label and U-label does not match. * @IDN2_INVALID_FLAGS: Invalid combination of flags. * @IDN2_NOT_NFC: String is not NFC. * @IDN2_2HYPHEN: String has forbidden two hyphens. * @IDN2_HYPHEN_STARTEND: String has forbidden starting/ending hyphen. * @IDN2_LEADING_COMBINING: String has forbidden leading combining character. * @IDN2_DISALLOWED: String has disallowed character. * @IDN2_CONTEXTJ: String has forbidden context-j character. * @IDN2_CONTEXTJ_NO_RULE: String has context-j character with no rull. * @IDN2_CONTEXTO: String has forbidden context-o character. * @IDN2_CONTEXTO_NO_RULE: String has context-o character with no rull. * @IDN2_UNASSIGNED: String has forbidden unassigned character. * @IDN2_BIDI: String has forbidden bi-directional properties. * @IDN2_DOT_IN_LABEL: Label has forbidden dot (TR46). * @IDN2_INVALID_TRANSITIONAL: Label has character forbidden in transitional mode (TR46). * @IDN2_INVALID_NONTRANSITIONAL: Label has character forbidden in non-transitional mode (TR46). * * Return codes for IDN2 functions. All return codes are negative * except for the successful code IDN2_OK which are guaranteed to be * 0. Positive values are reserved for non-error return codes. * * Note that the #idn2_rc enumeration may be extended at a later date * to include new return codes. */ typedef enum { IDN2_OK = 0, IDN2_MALLOC = -100, IDN2_NO_CODESET = -101, IDN2_ICONV_FAIL = -102, IDN2_ENCODING_ERROR = -200, IDN2_NFC = -201, IDN2_PUNYCODE_BAD_INPUT = -202, IDN2_PUNYCODE_BIG_OUTPUT = -203, IDN2_PUNYCODE_OVERFLOW = -204, IDN2_TOO_BIG_DOMAIN = -205, IDN2_TOO_BIG_LABEL = -206, IDN2_INVALID_ALABEL = -207, IDN2_UALABEL_MISMATCH = -208, IDN2_INVALID_FLAGS = -209, IDN2_NOT_NFC = -300, IDN2_2HYPHEN = -301, IDN2_HYPHEN_STARTEND = -302, IDN2_LEADING_COMBINING = -303, IDN2_DISALLOWED = -304, IDN2_CONTEXTJ = -305, IDN2_CONTEXTJ_NO_RULE = -306, IDN2_CONTEXTO = -307, IDN2_CONTEXTO_NO_RULE = -308, IDN2_UNASSIGNED = -309, IDN2_BIDI = -310, IDN2_DOT_IN_LABEL = -311, IDN2_INVALID_TRANSITIONAL = -312, IDN2_INVALID_NONTRANSITIONAL = -313, } idn2_rc; /* Auxilliary functions. */ extern _IDN2_API int idn2_to_ascii_4i (const uint32_t * input, size_t inlen, char * output, int flags); extern _IDN2_API int idn2_to_ascii_4z (const uint32_t * input, char ** output, int flags); extern _IDN2_API int idn2_to_ascii_8z (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_ascii_lz (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_unicode_8z4z (const char * input, uint32_t ** output, int flags G_GNUC_UNUSED); extern _IDN2_API int idn2_to_unicode_4z4z (const uint32_t * input, uint32_t ** output, int flags); extern _IDN2_API int idn2_to_unicode_44i (const uint32_t * in, size_t inlen, uint32_t * out, size_t * outlen, int flags); extern _IDN2_API int idn2_to_unicode_8z8z (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_unicode_8zlz (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_unicode_lzlz (const char * input, char ** output, int flags); extern _IDN2_API const char * idn2_strerror (int rc) G_GNUC_IDN2_ATTRIBUTE_CONST; extern _IDN2_API const char * idn2_strerror_name (int rc) G_GNUC_IDN2_ATTRIBUTE_CONST; extern _IDN2_API const char * idn2_check_version (const char *req_version) G_GNUC_IDN2_ATTRIBUTE_PURE; extern _IDN2_API void idn2_free (void *ptr); /*** libidn compatibility layer ***/ #if !defined IDNA_H && !defined IDN2_SKIP_LIBIDN_COMPAT typedef enum { IDNA_SUCCESS = IDN2_OK, IDNA_STRINGPREP_ERROR = IDN2_ENCODING_ERROR, IDNA_PUNYCODE_ERROR = IDN2_PUNYCODE_BAD_INPUT, IDNA_CONTAINS_NON_LDH = IDN2_ENCODING_ERROR, IDNA_CONTAINS_LDH = IDNA_CONTAINS_NON_LDH, IDNA_CONTAINS_MINUS = IDN2_ENCODING_ERROR, IDNA_INVALID_LENGTH = IDN2_DISALLOWED, IDNA_NO_ACE_PREFIX = IDN2_ENCODING_ERROR, IDNA_ROUNDTRIP_VERIFY_ERROR = IDN2_ENCODING_ERROR, IDNA_CONTAINS_ACE_PREFIX = IDN2_ENCODING_ERROR, IDNA_ICONV_ERROR = IDN2_ENCODING_ERROR, IDNA_MALLOC_ERROR = IDN2_MALLOC, IDNA_DLOPEN_ERROR = IDN2_MALLOC } Idna_rc; /* IDNA flags */ typedef enum { IDNA_ALLOW_UNASSIGNED = IDN2_ALLOW_UNASSIGNED, IDNA_USE_STD3_ASCII_RULES = IDN2_USE_STD3_ASCII_RULES } Idna_flags; #define idna_to_ascii_4i(i,l,o,f) idn2_to_ascii_4i(i,l,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_ascii_4z(i,o,f) idn2_to_ascii_4z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_ascii_8z(i,o,f) idn2_to_ascii_8z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_ascii_lz(i,o,f) idn2_to_ascii_lz(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_unicode_8z4z idn2_to_unicode_8z4z #define idna_to_unicode_4z4z idn2_to_unicode_4z4z #define idna_to_unicode_44i idn2_to_unicode_44i #define idna_to_unicode_8z8z idn2_to_unicode_8z8z #define idna_to_unicode_8zlz idn2_to_unicode_8zlz #define idna_to_unicode_lzlz idn2_to_unicode_lzlz #define idna_strerror idn2_strerror #define idn_free idn2_free #endif /* IDNA_H */ #ifdef __cplusplus } #endif #endif /* _IDN2_H */ ���������������������������libidn2-2.0.4/lib/puny_encode.c���������������������������������������������������������������������0000644�0000000�0000000�00000016074�13140037176�013163� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* punycode.c - punycode encoding/decoding Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Code copied from http://www.nicemice.net/idn/punycode-spec.gz on 2011-01-04 with SHA-1 a966a8017f6be579d74a50a226accc7607c40133 labeled punycode-spec 1.0.3 (2006-Mar-23-Thu). It is modified for Libidn2 by Simon Josefsson. License on the original code: punycode-spec 1.0.3 (2006-Mar-23-Thu) http://www.nicemice.net/idn/ Adam M. Costello http://www.nicemice.net/amc/ B. Disclaimer and license Regarding this entire document or any portion of it (including the pseudocode and C code), the author makes no guarantees and is not responsible for any damage resulting from its use. The author grants irrevocable permission to anyone to use, modify, and distribute it in any way that does not diminish the rights of anyone else to use, modify, and distribute it, provided that redistributed derivative works do not contain misleading author or version information. Derivative works need not be licensed under similar terms. C. Punycode sample implementation punycode-sample.c 2.0.0 (2004-Mar-21-Sun) http://www.nicemice.net/idn/ Adam M. Costello http://www.nicemice.net/amc/ This is ANSI C code (C89) implementing Punycode 1.0.x. */ #include <config.h> #include "idn2.h" /* IDN2_OK, ... */ /* Re-definitions to avoid modifying code below too much. */ #define punycode_uint uint32_t #define punycode_success IDN2_OK #define punycode_overflow IDN2_PUNYCODE_OVERFLOW #define punycode_big_output IDN2_PUNYCODE_BIG_OUTPUT #define punycode_encode _idn2_punycode_encode /**********************************************************/ /* Implementation (would normally go in its own .c file): */ #include <string.h> #include "punycode.h" /*** Bootstring parameters for Punycode ***/ enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, initial_bias = 72, initial_n = 0x80, delimiter = 0x2D }; /* basic(cp) tests whether cp is a basic code point: */ #define basic(cp) ((punycode_uint)(cp) < 0x80) /* encode_digit(d,flag) returns the basic code point whose value */ /* (when used for representing integers) is d, which needs to be in */ /* the range 0 to base-1. The lowercase form is used unless flag is */ /* nonzero, in which case the uppercase form is used. The behavior */ /* is undefined if flag is nonzero and digit d has no uppercase form. */ static char encode_digit(punycode_uint d, int flag) { return d + 22 + 75 * (d < 26) - ((flag != 0) << 5); /* 0..25 map to ASCII a..z or A..Z */ /* 26..35 map to ASCII 0..9 */ } /*** Platform-specific constants ***/ /* maxint is the maximum value of a punycode_uint variable: */ static const punycode_uint maxint = -1; /* Because maxint is unsigned, -1 becomes the maximum value. */ /*** Bias adaptation function ***/ static punycode_uint adapt( punycode_uint delta, punycode_uint numpoints, int firsttime ) _GL_ATTRIBUTE_CONST; static punycode_uint adapt( punycode_uint delta, punycode_uint numpoints, int firsttime ) { punycode_uint k; delta = firsttime ? delta / damp : delta >> 1; /* delta >> 1 is a faster way of doing delta / 2 */ delta += delta / numpoints; for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { delta /= base - tmin; } return k + (base - tmin + 1) * delta / (delta + skew); } /*** Main encode function ***/ int punycode_encode( size_t input_length_orig, const punycode_uint input[], size_t *output_length, char output[] ) { punycode_uint input_length, n, delta, h, b, bias, j, m, q, k, t; size_t out, max_out; /* The Punycode spec assumes that the input length is the same type */ /* of integer as a code point, so we need to convert the size_t to */ /* a punycode_uint, which could overflow. */ if (input_length_orig > maxint) return punycode_overflow; input_length = (punycode_uint) input_length_orig; /* Initialize the state: */ n = initial_n; delta = 0; out = 0; max_out = *output_length; bias = initial_bias; /* Handle the basic code points: */ for (j = 0; j < input_length; ++j) { if (basic(input[j])) { if (max_out - out < 2) return punycode_big_output; output[out++] = (char) input[j]; } /* else if (input[j] < n) return punycode_bad_input; */ /* (not needed for Punycode with unsigned code points) */ } h = b = (punycode_uint) out; /* cannot overflow because out <= input_length <= maxint */ /* h is the number of code points that have been handled, b is the */ /* number of basic code points, and out is the number of ASCII code */ /* points that have been output. */ if (b > 0) output[out++] = delimiter; /* Main encoding loop: */ while (h < input_length) { /* All non-basic code points < n have been */ /* handled already. Find the next larger one: */ for (m = maxint, j = 0; j < input_length; ++j) { /* if (basic(input[j])) continue; */ /* (not needed for Punycode) */ if (input[j] >= n && input[j] < m) m = input[j]; } /* Increase delta enough to advance the decoder's */ /* <n,i> state to <m,0>, but guard against overflow: */ if (m - n > (maxint - delta) / (h + 1)) return punycode_overflow; delta += (m - n) * (h + 1); n = m; for (j = 0; j < input_length; ++j) { /* Punycode does not need to check whether input[j] is basic: */ if (input[j] < n /* || basic(input[j]) */ ) { if (++delta == 0) return punycode_overflow; } if (input[j] == n) { /* Represent delta as a generalized variable-length integer: */ for (q = delta, k = base; ; k += base) { if (out >= max_out) return punycode_big_output; t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ k >= bias + tmax ? tmax : k - bias; if (q < t) break; output[out++] = encode_digit(t + (q - t) % (base - t), 0); q = (q - t) / (base - t); } output[out++] = encode_digit(q, 0); bias = adapt(delta, h + 1, h == b); delta = 0; ++h; } } ++delta, ++n; } *output_length = out; return punycode_success; } ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/gen-tables-from-iana.pl�����������������������������������������������������������0000755�0000000�0000000�00000003161�13061467362�014736� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/usr/bin/perl -w # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # I consider the output of this program to be unrestricted. Use it as # you will. use strict; my ($intable) = 0; my ($line, $start, $end, $state); my ($tablesize) = 0; print "/* This file is automatically generated. DO NOT EDIT! */\n\n"; print "#include <config.h>\n"; print "#include \"data.h\"\n"; print "\n"; print "const struct idna_table idna_table\[\] = {\n"; while(<>) { $intable = 1 if m,^ Codepoint Property,; next if !$intable; next if m,^ Codepoint Property,; next if m,^ +PROSGEGRAMMENI$,; next if m, UNASSIGNED ,; if (m, +([0-9A-F]+)(-([0-9A-F]+))? (PVALID|CONTEXTJ|CONTEXTO|DISALLOWED) ,) { $start = $1; $end = $3; $state = $4; printf " {0x$start, 0x$end, $state},\n" if $end; printf " {0x$start, 0x$start, $state},\n" if !$end; $tablesize++; } else { die "regexp failed on line: -->$_<--"; } } print "};\n"; print "const size_t idna_table_size = $tablesize;\n"; exit 0; ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/data.h����������������������������������������������������������������������������0000644�0000000�0000000�00000002354�13061467362�011573� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* tables.h - IDNA tables Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> #include <sys/types.h> enum { PVALID, CONTEXTJ, CONTEXTO, DISALLOWED, UNASSIGNED }; struct idna_table { uint32_t start; uint32_t end; int state; }; extern const struct idna_table idna_table[]; extern const size_t idna_table_size; ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/Makefile.in�����������������������������������������������������������������������0000644�0000000�0000000�00000137070�13151533360�012552� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HAVE_LIBUNISTRING_FALSE@am__append_1 = -I$(top_srcdir)/unistring/ -I$(top_builddir)/unistring/ @HAVE_LIBUNISTRING_FALSE@am__append_2 = ../unistring/libunistring.la @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_3 = -Wl,--version-script=$(srcdir)/idn2.map @HAVE_LD_VERSION_SCRIPT_FALSE@am__append_4 = -export-symbols-regex '^idn2_.*|_idn2_punycode_..code' subdir = lib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = idn2.h CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libidn2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) ../gl/libgnu.la $(am__append_2) am_libidn2_la_OBJECTS = idna.lo lookup.lo decode.lo register.lo \ bidi.lo version.lo error.lo puny_encode.lo puny_decode.lo \ free.lo data.lo tr46map.lo tables.lo context.lo libidn2_la_OBJECTS = $(am_libidn2_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libidn2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libidn2_la_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libidn2_la_SOURCES) DIST_SOURCES = $(libidn2_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(include_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/idn2.h.in \ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AM_CPPFLAGS = -DIDN2_BUILDING -DSRCDIR=\"$(srcdir)\" \ -I$(top_builddir)/gl -I$(top_srcdir)/gl $(am__append_1) AM_CFLAGS = $(WARN_CFLAGS) $(CFLAG_VISIBILITY) $(CODE_COVERAGE_CFLAGS) lib_LTLIBRARIES = libidn2.la include_HEADERS = idn2.h libidn2_la_SOURCES = idn2.map idn2.h idna.h idna.c lookup.c decode.c \ register.c bidi.h bidi.c version.c error.c punycode.h \ puny_encode.c puny_decode.c free.c data.h data.c tr46map.h \ tr46map.c tables.h tables.c context.h context.c libidn2_la_LIBADD = $(LTLIBICONV) $(LTLIBINTL) $(LTLIBUNISTRING) \ ../gl/libgnu.la $(am__append_2) libidn2_la_LDFLAGS = -version-info \ $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -no-undefined \ $(CODE_COVERAGE_LDFLAGS) $(am__append_3) $(am__append_4) IDNA_TABLE = idna-tables-6.3.0.txt IANA_URL = https://ftp.iana.org/assignments/idna-tables-6.3.0/$(IDNA_TABLE) TR46MAP = IdnaMappingTable.txt TR46MAP_URL = http://www.unicode.org/Public/idna/6.3.0/IdnaMappingTable.txt NFCQC = DerivedNormalizationProps.txt NFCQC_URL = http://www.unicode.org/Public/6.3.0/ucd/DerivedNormalizationProps.txt BUILT_SOURCES = data.c tr46map_data.c DISTCLEANFILES = tr46map_data.c CLEANFILES = gentr46map$(BUILD_EXEEXT) MAINTAINERCLEANFILES = $(IDNA_TABLE) $(TR46MAP) $(NFCQC) EXTRA_DIST = gen-tables-from-iana.pl $(IDNA_TABLE) $(TR46MAP) $(NFCQC) tr46map_data.c data.c gentr46map.c all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign lib/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): idn2.h: $(top_builddir)/config.status $(srcdir)/idn2.h.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libidn2.la: $(libidn2_la_OBJECTS) $(libidn2_la_DEPENDENCIES) $(EXTRA_libidn2_la_DEPENDENCIES) $(AM_V_CCLD)$(libidn2_la_LINK) -rpath $(libdir) $(libidn2_la_OBJECTS) $(libidn2_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bidi.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idna.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/puny_decode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/puny_encode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tr46map.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(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: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-includeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-libLTLIBRARIES install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ uninstall-libLTLIBRARIES .PRECIOUS: Makefile data.c: $(srcdir)/gen-tables-from-iana.pl $(IDNA_TABLE) cat $(IDNA_TABLE) | $(srcdir)/gen-tables-from-iana.pl > $@.new mv $@.new $@ # Note: We do not want to list gentr46map as a dep of tr46map_data.c because # it will cause it to be regenerated for every build. We only need that when # the real source text files are updated. gentr46map$(BUILD_EXEEXT): gentr46map.c $(CC_FOR_BUILD) $(AM_CPPFLAGS) $(CFLAGS_FOR_BUILD) $< -o $@ tr46map_data.c: $(srcdir)/gentr46map.c $(TR46MAP) $(NFCQC) $(MAKE) gentr46map$(BUILD_EXEEXT) $(builddir)/gentr46map$(BUILD_EXEEXT) > $@.new mv $@.new $@ $(IDNA_TABLE): if ! echo "4ebaf0c72061474d20078897d254768d894507de $(IDNA_TABLE)" | sha1sum -c -; then \ rm -f $(IDNA_TABLE); \ wget -O$(IDNA_TABLE) $(IANA_URL); \ echo "4ebaf0c72061474d20078897d254768d894507de $(IDNA_TABLE)" | sha1sum -c -; \ fi $(TR46MAP): if ! echo "e852821860396e2b500e2c1661cc9fb14e1c2738 $(TR46MAP)" | sha1sum -c -; then \ rm -f $(TR46MAP); \ wget $(TR46MAP_URL); \ echo "e852821860396e2b500e2c1661cc9fb14e1c2738 $(TR46MAP)" | sha1sum -c -; \ fi $(NFCQC): if ! echo "8f220108eebacb130fe4b36469c25d6d2e613a97 $(NFCQC)" | sha1sum -c -; then \ rm -f $(NFCQC); \ wget $(NFCQC_URL); \ echo "8f220108eebacb130fe4b36469c25d6d2e613a97 $(NFCQC)" | sha1sum -c -; \ fi # 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: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/decode.c��������������������������������������������������������������������������0000644�0000000�0000000�00000025364�13150754754�012111� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* lookup.c - implementation of IDNA2008 lookup functions Copyright (C) 2011-2016 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <errno.h> /* errno */ #include <stdlib.h> /* malloc, free */ #include "punycode.h" #include <unitypes.h> #include <uniconv.h> /* u8_strconv_from_locale */ #include <unistr.h> /* u8_to_u32, u32_cpy, ... */ /** * idn2_to_unicode_8z4z: * @input: Input zero-terminated UTF-8 string. * @output: Newly allocated UTF-32/UCS-4 output string. * @flags: optional #idn2_flags to modify behaviour. * * Converts a possibly ACE encoded domain name in UTF-8 format into a * UTF-32 string (punycode decoding). The output buffer will be zero-terminated * and must be deallocated by the caller. * * @output may be NULL to test lookup of @input without allocating memory. * * Returns: * %IDN2_OK: The conversion was successful. * %IDN2_TOO_BIG_DOMAIN: The domain is too long. * %IDN2_TOO_BIG_LABEL: A label is would have been too long. * %IDN2_ENCODING_ERROR: Character conversion failed. * %IDN2_MALLOC: Memory allocation failed. * * Since: 2.0.0 **/ int idn2_to_unicode_8z4z (const char * input, uint32_t ** output, G_GNUC_UNUSED int flags) { uint32_t *domain_u32; int rc; if (!input) { if (output) *output = NULL; return IDN2_OK; } /* split into labels and check */ uint32_t out_u32[IDN2_DOMAIN_MAX_LENGTH + 1]; size_t out_len = 0; const char *e, *s; for (e = s = input; *e; s = e) { uint32_t label_u32[IDN2_LABEL_MAX_LENGTH]; size_t label_len = IDN2_LABEL_MAX_LENGTH; while (*e && *e != '.') e++; if (e - s >= 4 && (s[0] == 'x' || s[0] == 'X') && (s[1] == 'n' || s[1] == 'N') && s[2] == '-' && s[3] == '-') { s += 4; rc = _idn2_punycode_decode (e - s, (char *) s, &label_len, label_u32); if (rc) return rc; if (out_len + label_len + (*e == '.') > IDN2_DOMAIN_MAX_LENGTH) return IDN2_TOO_BIG_DOMAIN; u32_cpy (out_u32 + out_len, label_u32, label_len); } else { /* convert UTF-8 input to UTF-32 */ if (!(domain_u32 = u8_to_u32 ((uint8_t*)s, e - s, NULL, &label_len))) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } if (label_len > IDN2_LABEL_MAX_LENGTH) { free (domain_u32); return IDN2_TOO_BIG_LABEL; } if (out_len + label_len + (*e == '.') > IDN2_DOMAIN_MAX_LENGTH) { free (domain_u32); return IDN2_TOO_BIG_DOMAIN; } u32_cpy (out_u32 + out_len, domain_u32, label_len); free (domain_u32); } out_len += label_len; if (*e) { out_u32[out_len++] = '.'; e++; } } if (output) { uint32_t *_out; out_u32[out_len] = 0; _out = u32_cpy_alloc (out_u32, out_len + 1); if (!_out) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } *output = _out; } return IDN2_OK; } /** * idn2_to_unicode_4z4z: * @input: Input zero-terminated UTF-32 string. * @output: Newly allocated UTF-32 output string. * @flags: optional #idn2_flags to modify behaviour. * * Converts a possibly ACE encoded domain name in UTF-32 format into a * UTF-32 string (punycode decoding). The output buffer will be zero-terminated * and must be deallocated by the caller. * * @output may be NULL to test lookup of @input without allocating memory. * * Returns: * %IDN2_OK: The conversion was successful. * %IDN2_TOO_BIG_DOMAIN: The domain is too long. * %IDN2_TOO_BIG_LABEL: A label is would have been too long. * %IDN2_ENCODING_ERROR: Character conversion failed. * %IDN2_MALLOC: Memory allocation failed. * * Since: 2.0.0 **/ int idn2_to_unicode_4z4z (const uint32_t * input, uint32_t ** output, int flags) { uint8_t *input_u8; uint32_t *output_u32; size_t length; int rc; if (!input) { if (output) *output = NULL; return IDN2_OK; } input_u8 = u32_to_u8 (input, u32_strlen(input) + 1, NULL, &length); if (!input_u8) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } rc = idn2_to_unicode_8z4z ((char*)input_u8, &output_u32, flags); free (input_u8); if (rc == IDN2_OK) { if (output) *output = output_u32; else free(output_u32); } return rc; } /** * idn2_to_unicode_44i: * @in: Input array with UTF-32 code points. * @inlen: number of code points of input array * @out: output array with UTF-32 code points. * @outlen: on input, maximum size of output array with UTF-32 code points, * on exit, actual size of output array with UTF-32 code points. * @flags: optional #idn2_flags to modify behaviour. * * The ToUnicode operation takes a sequence of UTF-32 code points * that make up one domain label and returns a sequence of UTF-32 * code points. If the input sequence is a label in ACE form, then the * result is an equivalent internationalized label that is not in ACE * form, otherwise the original sequence is returned unaltered. * * @output may be NULL to test lookup of @input without allocating memory. * * Returns: * %IDN2_OK: The conversion was successful. * %IDN2_TOO_BIG_DOMAIN: The domain is too long. * %IDN2_TOO_BIG_LABEL: A label is would have been too long. * %IDN2_ENCODING_ERROR: Character conversion failed. * %IDN2_MALLOC: Memory allocation failed. * * Since: 2.0.0 **/ int idn2_to_unicode_44i (const uint32_t * in, size_t inlen, uint32_t * out, size_t * outlen, int flags) { uint32_t *input_u32; uint32_t *output_u32; size_t len; int rc; if (!in) { if (outlen) *outlen = 0; return IDN2_OK; } input_u32 = (uint32_t *) malloc ((inlen + 1) * sizeof(uint32_t)); if (!input_u32) return IDN2_MALLOC; u32_cpy (input_u32, in, inlen); input_u32[inlen] = 0; rc = idn2_to_unicode_4z4z (input_u32, &output_u32, flags); free (input_u32); if (rc != IDN2_OK) return rc; len = u32_strlen (output_u32); if (out && outlen) u32_cpy (out, output_u32, len < *outlen ? len : *outlen); free (output_u32); if (outlen) *outlen = len; return IDN2_OK; } /** * idn2_to_unicode_8z8z: * @input: Input zero-terminated UTF-8 string. * @output: Newly allocated UTF-8 output string. * @flags: optional #idn2_flags to modify behaviour. * * Converts a possibly ACE encoded domain name in UTF-8 format into a * UTF-8 string (punycode decoding). The output buffer will be zero-terminated * and must be deallocated by the caller. * * @output may be NULL to test lookup of @input without allocating memory. * * Returns: * %IDN2_OK: The conversion was successful. * %IDN2_TOO_BIG_DOMAIN: The domain is too long. * %IDN2_TOO_BIG_LABEL: A label is would have been too long. * %IDN2_ENCODING_ERROR: Character conversion failed. * %IDN2_MALLOC: Memory allocation failed. * * Since: 2.0.0 **/ int idn2_to_unicode_8z8z (const char * input, char ** output, int flags) { uint32_t *output_u32; uint8_t *output_u8; size_t length; int rc; rc = idn2_to_unicode_8z4z (input, &output_u32, flags); if (rc != IDN2_OK || !input) return rc; output_u8 = u32_to_u8 (output_u32, u32_strlen(output_u32) + 1, NULL, &length); free (output_u32); if (!output_u8) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } if (output) *output = (char *) output_u8; else free (output_u8); return IDN2_OK; } /** * idn2_to_unicode_8zlz: * @input: Input zero-terminated UTF-8 string. * @output: Newly allocated output string in current locale's character set. * @flags: optional #idn2_flags to modify behaviour. * * Converts a possibly ACE encoded domain name in UTF-8 format into a * string encoded in the current locale's character set (punycode * decoding). The output buffer will be zero-terminated and must be * deallocated by the caller. * * @output may be NULL to test lookup of @input without allocating memory. * * Returns: * %IDN2_OK: The conversion was successful. * %IDN2_TOO_BIG_DOMAIN: The domain is too long. * %IDN2_TOO_BIG_LABEL: A label is would have been too long. * %IDN2_ENCODING_ERROR: Character conversion failed. * %IDN2_MALLOC: Memory allocation failed. * * Since: 2.0.0 **/ int idn2_to_unicode_8zlz (const char * input, char ** output, int flags) { int rc; uint8_t *output_u8, *output_l8; rc = idn2_to_unicode_8z8z (input, (char **) &output_u8, flags); if (rc != IDN2_OK || !input) return rc; output_l8 = (uint8_t*)u8_strconv_to_locale (output_u8); free (output_u8); if (output) *output = (char *) output_l8; else free (output_l8); return IDN2_OK; } /** * idn2_to_unicode_lzlz: * @input: Input zero-terminated string encoded in the current locale's character set. * @output: Newly allocated output string in current locale's character set. * @flags: optional #idn2_flags to modify behaviour. * * Converts a possibly ACE encoded domain name in the locale's character * set into a string encoded in the current locale's character set (punycode * decoding). The output buffer will be zero-terminated and must be * deallocated by the caller. * * @output may be NULL to test lookup of @input without allocating memory. * * Returns: * %IDN2_OK: The conversion was successful. * %IDN2_TOO_BIG_DOMAIN: The domain is too long. * %IDN2_TOO_BIG_LABEL: A label is would have been too long. * %IDN2_ENCODING_ERROR: Character conversion failed. * %IDN2_MALLOC: Memory allocation failed. * * Since: 2.0.0 **/ int idn2_to_unicode_lzlz (const char * input, char ** output, int flags) { uint8_t *input_l8; int rc; if (!input) { if (output) *output = NULL; return IDN2_OK; } input_l8 = u8_strconv_from_locale (input); if (!input_l8) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } rc = idn2_to_unicode_8zlz ((char*)input_l8, output, flags); free (input_l8); return rc; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/bidi.c����������������������������������������������������������������������������0000644�0000000�0000000�00000005774�13140042423�011556� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* bidi.c - IDNA right to left checking functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <sys/types.h> #include <stdbool.h> #include "bidi.h" #include <unictype.h> static bool _isBidi (const uint32_t *label, size_t llen) { for (; (ssize_t) llen > 0; llen--) { int bc = uc_bidi_category (*label++); if (bc == UC_BIDI_R || bc == UC_BIDI_AL || bc == UC_BIDI_AN) return 1; } return 0; } /* IDNA2008 BIDI check (RFC 5893) */ int _idn2_bidi (const uint32_t * label, size_t llen) { int bc; int endok = 1; if (!_isBidi (label, llen)) return IDN2_OK; // 2.1 switch ((bc = uc_bidi_category (*label))) { case UC_BIDI_L: // check 2.5 & 2.6 for (size_t it = 1; it < llen; it++) { bc = uc_bidi_category(label[it]); if (bc == UC_BIDI_L || bc == UC_BIDI_EN || bc == UC_BIDI_NSM) { endok = 1; } else { if (bc != UC_BIDI_ES && bc != UC_BIDI_CS && bc != UC_BIDI_ET && bc != UC_BIDI_ON && bc != UC_BIDI_BN) { /* printf("LTR label contains invalid code point\n"); */ return IDN2_BIDI; } endok = 0; } } /* printf("LTR label ends with invalid code point\n"); */ return endok ? IDN2_OK : IDN2_BIDI; case UC_BIDI_R: case UC_BIDI_AL: // check 2.2, 2.3, 2.4 /* printf("Label[0]=%04X: %s\n", label[0], uc_bidi_category_name(bc)); */ for (size_t it = 1; it < llen; it++) { bc = uc_bidi_category(label[it]); /* printf("Label[%zu]=%04X: %s\n", it, label[it], uc_bidi_category_name(bc)); */ if (bc == UC_BIDI_R || bc == UC_BIDI_AL || bc == UC_BIDI_EN || bc == UC_BIDI_AN || bc == UC_BIDI_NSM) { endok = 1; } else { if (bc != UC_BIDI_ES && bc != UC_BIDI_CS && bc != UC_BIDI_ET && bc != UC_BIDI_ON && bc != UC_BIDI_BN) { /* printf("RTL label contains invalid code point\n"); */ return IDN2_BIDI; } endok = 0; } } /* printf("RTL label ends with invalid code point\n"); */ return endok ? IDN2_OK : IDN2_BIDI; default: /* printf("Label begins with invalid BIDI class %s\n", uc_bidi_category_name(bc)); */ return IDN2_BIDI; } } ����libidn2-2.0.4/lib/data.c����������������������������������������������������������������������������0000644�0000000�0000000�00000161450�13061470035�011560� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* This file is automatically generated. DO NOT EDIT! */ #include <config.h> #include "data.h" const struct idna_table idna_table[] = { {0x0000, 0x002C, DISALLOWED}, {0x002D, 0x002D, PVALID}, {0x002E, 0x002F, DISALLOWED}, {0x0030, 0x0039, PVALID}, {0x003A, 0x0060, DISALLOWED}, {0x0061, 0x007A, PVALID}, {0x007B, 0x00B6, DISALLOWED}, {0x00B7, 0x00B7, CONTEXTO}, {0x00B8, 0x00DE, DISALLOWED}, {0x00DF, 0x00F6, PVALID}, {0x00F7, 0x00F7, DISALLOWED}, {0x00F8, 0x00FF, PVALID}, {0x0100, 0x0100, DISALLOWED}, {0x0101, 0x0101, PVALID}, {0x0102, 0x0102, DISALLOWED}, {0x0103, 0x0103, PVALID}, {0x0104, 0x0104, DISALLOWED}, {0x0105, 0x0105, PVALID}, {0x0106, 0x0106, DISALLOWED}, {0x0107, 0x0107, PVALID}, {0x0108, 0x0108, DISALLOWED}, {0x0109, 0x0109, PVALID}, {0x010A, 0x010A, DISALLOWED}, {0x010B, 0x010B, PVALID}, {0x010C, 0x010C, DISALLOWED}, {0x010D, 0x010D, PVALID}, {0x010E, 0x010E, DISALLOWED}, {0x010F, 0x010F, PVALID}, {0x0110, 0x0110, DISALLOWED}, {0x0111, 0x0111, PVALID}, {0x0112, 0x0112, DISALLOWED}, {0x0113, 0x0113, PVALID}, {0x0114, 0x0114, DISALLOWED}, {0x0115, 0x0115, PVALID}, {0x0116, 0x0116, DISALLOWED}, {0x0117, 0x0117, PVALID}, {0x0118, 0x0118, DISALLOWED}, {0x0119, 0x0119, PVALID}, {0x011A, 0x011A, DISALLOWED}, {0x011B, 0x011B, PVALID}, {0x011C, 0x011C, DISALLOWED}, {0x011D, 0x011D, PVALID}, {0x011E, 0x011E, DISALLOWED}, {0x011F, 0x011F, PVALID}, {0x0120, 0x0120, DISALLOWED}, {0x0121, 0x0121, PVALID}, {0x0122, 0x0122, DISALLOWED}, {0x0123, 0x0123, PVALID}, {0x0124, 0x0124, DISALLOWED}, {0x0125, 0x0125, PVALID}, {0x0126, 0x0126, DISALLOWED}, {0x0127, 0x0127, PVALID}, {0x0128, 0x0128, DISALLOWED}, {0x0129, 0x0129, PVALID}, {0x012A, 0x012A, DISALLOWED}, {0x012B, 0x012B, PVALID}, {0x012C, 0x012C, DISALLOWED}, {0x012D, 0x012D, PVALID}, {0x012E, 0x012E, DISALLOWED}, {0x012F, 0x012F, PVALID}, {0x0130, 0x0130, DISALLOWED}, {0x0131, 0x0131, PVALID}, {0x0132, 0x0134, DISALLOWED}, {0x0135, 0x0135, PVALID}, {0x0136, 0x0136, DISALLOWED}, {0x0137, 0x0138, PVALID}, {0x0139, 0x0139, DISALLOWED}, {0x013A, 0x013A, PVALID}, {0x013B, 0x013B, DISALLOWED}, {0x013C, 0x013C, PVALID}, {0x013D, 0x013D, DISALLOWED}, {0x013E, 0x013E, PVALID}, {0x013F, 0x0141, DISALLOWED}, {0x0142, 0x0142, PVALID}, {0x0143, 0x0143, DISALLOWED}, {0x0144, 0x0144, PVALID}, {0x0145, 0x0145, DISALLOWED}, {0x0146, 0x0146, PVALID}, {0x0147, 0x0147, DISALLOWED}, {0x0148, 0x0148, PVALID}, {0x0149, 0x014A, DISALLOWED}, {0x014B, 0x014B, PVALID}, {0x014C, 0x014C, DISALLOWED}, {0x014D, 0x014D, PVALID}, {0x014E, 0x014E, DISALLOWED}, {0x014F, 0x014F, PVALID}, {0x0150, 0x0150, DISALLOWED}, {0x0151, 0x0151, PVALID}, {0x0152, 0x0152, DISALLOWED}, {0x0153, 0x0153, PVALID}, {0x0154, 0x0154, DISALLOWED}, {0x0155, 0x0155, PVALID}, {0x0156, 0x0156, DISALLOWED}, {0x0157, 0x0157, PVALID}, {0x0158, 0x0158, DISALLOWED}, {0x0159, 0x0159, PVALID}, {0x015A, 0x015A, DISALLOWED}, {0x015B, 0x015B, PVALID}, {0x015C, 0x015C, DISALLOWED}, {0x015D, 0x015D, PVALID}, {0x015E, 0x015E, DISALLOWED}, {0x015F, 0x015F, PVALID}, {0x0160, 0x0160, DISALLOWED}, {0x0161, 0x0161, PVALID}, {0x0162, 0x0162, DISALLOWED}, {0x0163, 0x0163, PVALID}, {0x0164, 0x0164, DISALLOWED}, {0x0165, 0x0165, PVALID}, {0x0166, 0x0166, DISALLOWED}, {0x0167, 0x0167, PVALID}, {0x0168, 0x0168, DISALLOWED}, {0x0169, 0x0169, PVALID}, {0x016A, 0x016A, DISALLOWED}, {0x016B, 0x016B, PVALID}, {0x016C, 0x016C, DISALLOWED}, {0x016D, 0x016D, PVALID}, {0x016E, 0x016E, DISALLOWED}, {0x016F, 0x016F, PVALID}, {0x0170, 0x0170, DISALLOWED}, {0x0171, 0x0171, PVALID}, {0x0172, 0x0172, DISALLOWED}, {0x0173, 0x0173, PVALID}, {0x0174, 0x0174, DISALLOWED}, {0x0175, 0x0175, PVALID}, {0x0176, 0x0176, DISALLOWED}, {0x0177, 0x0177, PVALID}, {0x0178, 0x0179, DISALLOWED}, {0x017A, 0x017A, PVALID}, {0x017B, 0x017B, DISALLOWED}, {0x017C, 0x017C, PVALID}, {0x017D, 0x017D, DISALLOWED}, {0x017E, 0x017E, PVALID}, {0x017F, 0x017F, DISALLOWED}, {0x0180, 0x0180, PVALID}, {0x0181, 0x0182, DISALLOWED}, {0x0183, 0x0183, PVALID}, {0x0184, 0x0184, DISALLOWED}, {0x0185, 0x0185, PVALID}, {0x0186, 0x0187, DISALLOWED}, {0x0188, 0x0188, PVALID}, {0x0189, 0x018B, DISALLOWED}, {0x018C, 0x018D, PVALID}, {0x018E, 0x0191, DISALLOWED}, {0x0192, 0x0192, PVALID}, {0x0193, 0x0194, DISALLOWED}, {0x0195, 0x0195, PVALID}, {0x0196, 0x0198, DISALLOWED}, {0x0199, 0x019B, PVALID}, {0x019C, 0x019D, DISALLOWED}, {0x019E, 0x019E, PVALID}, {0x019F, 0x01A0, DISALLOWED}, {0x01A1, 0x01A1, PVALID}, {0x01A2, 0x01A2, DISALLOWED}, {0x01A3, 0x01A3, PVALID}, {0x01A4, 0x01A4, DISALLOWED}, {0x01A5, 0x01A5, PVALID}, {0x01A6, 0x01A7, DISALLOWED}, {0x01A8, 0x01A8, PVALID}, {0x01A9, 0x01A9, DISALLOWED}, {0x01AA, 0x01AB, PVALID}, {0x01AC, 0x01AC, DISALLOWED}, {0x01AD, 0x01AD, PVALID}, {0x01AE, 0x01AF, DISALLOWED}, {0x01B0, 0x01B0, PVALID}, {0x01B1, 0x01B3, DISALLOWED}, {0x01B4, 0x01B4, PVALID}, {0x01B5, 0x01B5, DISALLOWED}, {0x01B6, 0x01B6, PVALID}, {0x01B7, 0x01B8, DISALLOWED}, {0x01B9, 0x01BB, PVALID}, {0x01BC, 0x01BC, DISALLOWED}, {0x01BD, 0x01C3, PVALID}, {0x01C4, 0x01CD, DISALLOWED}, {0x01CE, 0x01CE, PVALID}, {0x01CF, 0x01CF, DISALLOWED}, {0x01D0, 0x01D0, PVALID}, {0x01D1, 0x01D1, DISALLOWED}, {0x01D2, 0x01D2, PVALID}, {0x01D3, 0x01D3, DISALLOWED}, {0x01D4, 0x01D4, PVALID}, {0x01D5, 0x01D5, DISALLOWED}, {0x01D6, 0x01D6, PVALID}, {0x01D7, 0x01D7, DISALLOWED}, {0x01D8, 0x01D8, PVALID}, {0x01D9, 0x01D9, DISALLOWED}, {0x01DA, 0x01DA, PVALID}, {0x01DB, 0x01DB, DISALLOWED}, {0x01DC, 0x01DD, PVALID}, {0x01DE, 0x01DE, DISALLOWED}, {0x01DF, 0x01DF, PVALID}, {0x01E0, 0x01E0, DISALLOWED}, {0x01E1, 0x01E1, PVALID}, {0x01E2, 0x01E2, DISALLOWED}, {0x01E3, 0x01E3, PVALID}, {0x01E4, 0x01E4, DISALLOWED}, {0x01E5, 0x01E5, PVALID}, {0x01E6, 0x01E6, DISALLOWED}, {0x01E7, 0x01E7, PVALID}, {0x01E8, 0x01E8, DISALLOWED}, {0x01E9, 0x01E9, PVALID}, {0x01EA, 0x01EA, DISALLOWED}, {0x01EB, 0x01EB, PVALID}, {0x01EC, 0x01EC, DISALLOWED}, {0x01ED, 0x01ED, PVALID}, {0x01EE, 0x01EE, DISALLOWED}, {0x01EF, 0x01F0, PVALID}, {0x01F1, 0x01F4, DISALLOWED}, {0x01F5, 0x01F5, PVALID}, {0x01F6, 0x01F8, DISALLOWED}, {0x01F9, 0x01F9, PVALID}, {0x01FA, 0x01FA, DISALLOWED}, {0x01FB, 0x01FB, PVALID}, {0x01FC, 0x01FC, DISALLOWED}, {0x01FD, 0x01FD, PVALID}, {0x01FE, 0x01FE, DISALLOWED}, {0x01FF, 0x01FF, PVALID}, {0x0200, 0x0200, DISALLOWED}, {0x0201, 0x0201, PVALID}, {0x0202, 0x0202, DISALLOWED}, {0x0203, 0x0203, PVALID}, {0x0204, 0x0204, DISALLOWED}, {0x0205, 0x0205, PVALID}, {0x0206, 0x0206, DISALLOWED}, {0x0207, 0x0207, PVALID}, {0x0208, 0x0208, DISALLOWED}, {0x0209, 0x0209, PVALID}, {0x020A, 0x020A, DISALLOWED}, {0x020B, 0x020B, PVALID}, {0x020C, 0x020C, DISALLOWED}, {0x020D, 0x020D, PVALID}, {0x020E, 0x020E, DISALLOWED}, {0x020F, 0x020F, PVALID}, {0x0210, 0x0210, DISALLOWED}, {0x0211, 0x0211, PVALID}, {0x0212, 0x0212, DISALLOWED}, {0x0213, 0x0213, PVALID}, {0x0214, 0x0214, DISALLOWED}, {0x0215, 0x0215, PVALID}, {0x0216, 0x0216, DISALLOWED}, {0x0217, 0x0217, PVALID}, {0x0218, 0x0218, DISALLOWED}, {0x0219, 0x0219, PVALID}, {0x021A, 0x021A, DISALLOWED}, {0x021B, 0x021B, PVALID}, {0x021C, 0x021C, DISALLOWED}, {0x021D, 0x021D, PVALID}, {0x021E, 0x021E, DISALLOWED}, {0x021F, 0x021F, PVALID}, {0x0220, 0x0220, DISALLOWED}, {0x0221, 0x0221, PVALID}, {0x0222, 0x0222, DISALLOWED}, {0x0223, 0x0223, PVALID}, {0x0224, 0x0224, DISALLOWED}, {0x0225, 0x0225, PVALID}, {0x0226, 0x0226, DISALLOWED}, {0x0227, 0x0227, PVALID}, {0x0228, 0x0228, DISALLOWED}, {0x0229, 0x0229, PVALID}, {0x022A, 0x022A, DISALLOWED}, {0x022B, 0x022B, PVALID}, {0x022C, 0x022C, DISALLOWED}, {0x022D, 0x022D, PVALID}, {0x022E, 0x022E, DISALLOWED}, {0x022F, 0x022F, PVALID}, {0x0230, 0x0230, DISALLOWED}, {0x0231, 0x0231, PVALID}, {0x0232, 0x0232, DISALLOWED}, {0x0233, 0x0239, PVALID}, {0x023A, 0x023B, DISALLOWED}, {0x023C, 0x023C, PVALID}, {0x023D, 0x023E, DISALLOWED}, {0x023F, 0x0240, PVALID}, {0x0241, 0x0241, DISALLOWED}, {0x0242, 0x0242, PVALID}, {0x0243, 0x0246, DISALLOWED}, {0x0247, 0x0247, PVALID}, {0x0248, 0x0248, DISALLOWED}, {0x0249, 0x0249, PVALID}, {0x024A, 0x024A, DISALLOWED}, {0x024B, 0x024B, PVALID}, {0x024C, 0x024C, DISALLOWED}, {0x024D, 0x024D, PVALID}, {0x024E, 0x024E, DISALLOWED}, {0x024F, 0x02AF, PVALID}, {0x02B0, 0x02B8, DISALLOWED}, {0x02B9, 0x02C1, PVALID}, {0x02C2, 0x02C5, DISALLOWED}, {0x02C6, 0x02D1, PVALID}, {0x02D2, 0x02EB, DISALLOWED}, {0x02EC, 0x02EC, PVALID}, {0x02ED, 0x02ED, DISALLOWED}, {0x02EE, 0x02EE, PVALID}, {0x02EF, 0x02FF, DISALLOWED}, {0x0300, 0x033F, PVALID}, {0x0340, 0x0341, DISALLOWED}, {0x0342, 0x0342, PVALID}, {0x0343, 0x0345, DISALLOWED}, {0x0346, 0x034E, PVALID}, {0x034F, 0x034F, DISALLOWED}, {0x0350, 0x036F, PVALID}, {0x0370, 0x0370, DISALLOWED}, {0x0371, 0x0371, PVALID}, {0x0372, 0x0372, DISALLOWED}, {0x0373, 0x0373, PVALID}, {0x0374, 0x0374, DISALLOWED}, {0x0375, 0x0375, CONTEXTO}, {0x0376, 0x0376, DISALLOWED}, {0x0377, 0x0377, PVALID}, {0x037A, 0x037A, DISALLOWED}, {0x037B, 0x037D, PVALID}, {0x037E, 0x037E, DISALLOWED}, {0x0384, 0x038A, DISALLOWED}, {0x038C, 0x038C, DISALLOWED}, {0x038E, 0x038F, DISALLOWED}, {0x0390, 0x0390, PVALID}, {0x0391, 0x03A1, DISALLOWED}, {0x03A3, 0x03AB, DISALLOWED}, {0x03AC, 0x03CE, PVALID}, {0x03CF, 0x03D6, DISALLOWED}, {0x03D7, 0x03D7, PVALID}, {0x03D8, 0x03D8, DISALLOWED}, {0x03D9, 0x03D9, PVALID}, {0x03DA, 0x03DA, DISALLOWED}, {0x03DB, 0x03DB, PVALID}, {0x03DC, 0x03DC, DISALLOWED}, {0x03DD, 0x03DD, PVALID}, {0x03DE, 0x03DE, DISALLOWED}, {0x03DF, 0x03DF, PVALID}, {0x03E0, 0x03E0, DISALLOWED}, {0x03E1, 0x03E1, PVALID}, {0x03E2, 0x03E2, DISALLOWED}, {0x03E3, 0x03E3, PVALID}, {0x03E4, 0x03E4, DISALLOWED}, {0x03E5, 0x03E5, PVALID}, {0x03E6, 0x03E6, DISALLOWED}, {0x03E7, 0x03E7, PVALID}, {0x03E8, 0x03E8, DISALLOWED}, {0x03E9, 0x03E9, PVALID}, {0x03EA, 0x03EA, DISALLOWED}, {0x03EB, 0x03EB, PVALID}, {0x03EC, 0x03EC, DISALLOWED}, {0x03ED, 0x03ED, PVALID}, {0x03EE, 0x03EE, DISALLOWED}, {0x03EF, 0x03EF, PVALID}, {0x03F0, 0x03F2, DISALLOWED}, {0x03F3, 0x03F3, PVALID}, {0x03F4, 0x03F7, DISALLOWED}, {0x03F8, 0x03F8, PVALID}, {0x03F9, 0x03FA, DISALLOWED}, {0x03FB, 0x03FC, PVALID}, {0x03FD, 0x042F, DISALLOWED}, {0x0430, 0x045F, PVALID}, {0x0460, 0x0460, DISALLOWED}, {0x0461, 0x0461, PVALID}, {0x0462, 0x0462, DISALLOWED}, {0x0463, 0x0463, PVALID}, {0x0464, 0x0464, DISALLOWED}, {0x0465, 0x0465, PVALID}, {0x0466, 0x0466, DISALLOWED}, {0x0467, 0x0467, PVALID}, {0x0468, 0x0468, DISALLOWED}, {0x0469, 0x0469, PVALID}, {0x046A, 0x046A, DISALLOWED}, {0x046B, 0x046B, PVALID}, {0x046C, 0x046C, DISALLOWED}, {0x046D, 0x046D, PVALID}, {0x046E, 0x046E, DISALLOWED}, {0x046F, 0x046F, PVALID}, {0x0470, 0x0470, DISALLOWED}, {0x0471, 0x0471, PVALID}, {0x0472, 0x0472, DISALLOWED}, {0x0473, 0x0473, PVALID}, {0x0474, 0x0474, DISALLOWED}, {0x0475, 0x0475, PVALID}, {0x0476, 0x0476, DISALLOWED}, {0x0477, 0x0477, PVALID}, {0x0478, 0x0478, DISALLOWED}, {0x0479, 0x0479, PVALID}, {0x047A, 0x047A, DISALLOWED}, {0x047B, 0x047B, PVALID}, {0x047C, 0x047C, DISALLOWED}, {0x047D, 0x047D, PVALID}, {0x047E, 0x047E, DISALLOWED}, {0x047F, 0x047F, PVALID}, {0x0480, 0x0480, DISALLOWED}, {0x0481, 0x0481, PVALID}, {0x0482, 0x0482, DISALLOWED}, {0x0483, 0x0487, PVALID}, {0x0488, 0x048A, DISALLOWED}, {0x048B, 0x048B, PVALID}, {0x048C, 0x048C, DISALLOWED}, {0x048D, 0x048D, PVALID}, {0x048E, 0x048E, DISALLOWED}, {0x048F, 0x048F, PVALID}, {0x0490, 0x0490, DISALLOWED}, {0x0491, 0x0491, PVALID}, {0x0492, 0x0492, DISALLOWED}, {0x0493, 0x0493, PVALID}, {0x0494, 0x0494, DISALLOWED}, {0x0495, 0x0495, PVALID}, {0x0496, 0x0496, DISALLOWED}, {0x0497, 0x0497, PVALID}, {0x0498, 0x0498, DISALLOWED}, {0x0499, 0x0499, PVALID}, {0x049A, 0x049A, DISALLOWED}, {0x049B, 0x049B, PVALID}, {0x049C, 0x049C, DISALLOWED}, {0x049D, 0x049D, PVALID}, {0x049E, 0x049E, DISALLOWED}, {0x049F, 0x049F, PVALID}, {0x04A0, 0x04A0, DISALLOWED}, {0x04A1, 0x04A1, PVALID}, {0x04A2, 0x04A2, DISALLOWED}, {0x04A3, 0x04A3, PVALID}, {0x04A4, 0x04A4, DISALLOWED}, {0x04A5, 0x04A5, PVALID}, {0x04A6, 0x04A6, DISALLOWED}, {0x04A7, 0x04A7, PVALID}, {0x04A8, 0x04A8, DISALLOWED}, {0x04A9, 0x04A9, PVALID}, {0x04AA, 0x04AA, DISALLOWED}, {0x04AB, 0x04AB, PVALID}, {0x04AC, 0x04AC, DISALLOWED}, {0x04AD, 0x04AD, PVALID}, {0x04AE, 0x04AE, DISALLOWED}, {0x04AF, 0x04AF, PVALID}, {0x04B0, 0x04B0, DISALLOWED}, {0x04B1, 0x04B1, PVALID}, {0x04B2, 0x04B2, DISALLOWED}, {0x04B3, 0x04B3, PVALID}, {0x04B4, 0x04B4, DISALLOWED}, {0x04B5, 0x04B5, PVALID}, {0x04B6, 0x04B6, DISALLOWED}, {0x04B7, 0x04B7, PVALID}, {0x04B8, 0x04B8, DISALLOWED}, {0x04B9, 0x04B9, PVALID}, {0x04BA, 0x04BA, DISALLOWED}, {0x04BB, 0x04BB, PVALID}, {0x04BC, 0x04BC, DISALLOWED}, {0x04BD, 0x04BD, PVALID}, {0x04BE, 0x04BE, DISALLOWED}, {0x04BF, 0x04BF, PVALID}, {0x04C0, 0x04C1, DISALLOWED}, {0x04C2, 0x04C2, PVALID}, {0x04C3, 0x04C3, DISALLOWED}, {0x04C4, 0x04C4, PVALID}, {0x04C5, 0x04C5, DISALLOWED}, {0x04C6, 0x04C6, PVALID}, {0x04C7, 0x04C7, DISALLOWED}, {0x04C8, 0x04C8, PVALID}, {0x04C9, 0x04C9, DISALLOWED}, {0x04CA, 0x04CA, PVALID}, {0x04CB, 0x04CB, DISALLOWED}, {0x04CC, 0x04CC, PVALID}, {0x04CD, 0x04CD, DISALLOWED}, {0x04CE, 0x04CF, PVALID}, {0x04D0, 0x04D0, DISALLOWED}, {0x04D1, 0x04D1, PVALID}, {0x04D2, 0x04D2, DISALLOWED}, {0x04D3, 0x04D3, PVALID}, {0x04D4, 0x04D4, DISALLOWED}, {0x04D5, 0x04D5, PVALID}, {0x04D6, 0x04D6, DISALLOWED}, {0x04D7, 0x04D7, PVALID}, {0x04D8, 0x04D8, DISALLOWED}, {0x04D9, 0x04D9, PVALID}, {0x04DA, 0x04DA, DISALLOWED}, {0x04DB, 0x04DB, PVALID}, {0x04DC, 0x04DC, DISALLOWED}, {0x04DD, 0x04DD, PVALID}, {0x04DE, 0x04DE, DISALLOWED}, {0x04DF, 0x04DF, PVALID}, {0x04E0, 0x04E0, DISALLOWED}, {0x04E1, 0x04E1, PVALID}, {0x04E2, 0x04E2, DISALLOWED}, {0x04E3, 0x04E3, PVALID}, {0x04E4, 0x04E4, DISALLOWED}, {0x04E5, 0x04E5, PVALID}, {0x04E6, 0x04E6, DISALLOWED}, {0x04E7, 0x04E7, PVALID}, {0x04E8, 0x04E8, DISALLOWED}, {0x04E9, 0x04E9, PVALID}, {0x04EA, 0x04EA, DISALLOWED}, {0x04EB, 0x04EB, PVALID}, {0x04EC, 0x04EC, DISALLOWED}, {0x04ED, 0x04ED, PVALID}, {0x04EE, 0x04EE, DISALLOWED}, {0x04EF, 0x04EF, PVALID}, {0x04F0, 0x04F0, DISALLOWED}, {0x04F1, 0x04F1, PVALID}, {0x04F2, 0x04F2, DISALLOWED}, {0x04F3, 0x04F3, PVALID}, {0x04F4, 0x04F4, DISALLOWED}, {0x04F5, 0x04F5, PVALID}, {0x04F6, 0x04F6, DISALLOWED}, {0x04F7, 0x04F7, PVALID}, {0x04F8, 0x04F8, DISALLOWED}, {0x04F9, 0x04F9, PVALID}, {0x04FA, 0x04FA, DISALLOWED}, {0x04FB, 0x04FB, PVALID}, {0x04FC, 0x04FC, DISALLOWED}, {0x04FD, 0x04FD, PVALID}, {0x04FE, 0x04FE, DISALLOWED}, {0x04FF, 0x04FF, PVALID}, {0x0500, 0x0500, DISALLOWED}, {0x0501, 0x0501, PVALID}, {0x0502, 0x0502, DISALLOWED}, {0x0503, 0x0503, PVALID}, {0x0504, 0x0504, DISALLOWED}, {0x0505, 0x0505, PVALID}, {0x0506, 0x0506, DISALLOWED}, {0x0507, 0x0507, PVALID}, {0x0508, 0x0508, DISALLOWED}, {0x0509, 0x0509, PVALID}, {0x050A, 0x050A, DISALLOWED}, {0x050B, 0x050B, PVALID}, {0x050C, 0x050C, DISALLOWED}, {0x050D, 0x050D, PVALID}, {0x050E, 0x050E, DISALLOWED}, {0x050F, 0x050F, PVALID}, {0x0510, 0x0510, DISALLOWED}, {0x0511, 0x0511, PVALID}, {0x0512, 0x0512, DISALLOWED}, {0x0513, 0x0513, PVALID}, {0x0514, 0x0514, DISALLOWED}, {0x0515, 0x0515, PVALID}, {0x0516, 0x0516, DISALLOWED}, {0x0517, 0x0517, PVALID}, {0x0518, 0x0518, DISALLOWED}, {0x0519, 0x0519, PVALID}, {0x051A, 0x051A, DISALLOWED}, {0x051B, 0x051B, PVALID}, {0x051C, 0x051C, DISALLOWED}, {0x051D, 0x051D, PVALID}, {0x051E, 0x051E, DISALLOWED}, {0x051F, 0x051F, PVALID}, {0x0520, 0x0520, DISALLOWED}, {0x0521, 0x0521, PVALID}, {0x0522, 0x0522, DISALLOWED}, {0x0523, 0x0523, PVALID}, {0x0524, 0x0524, DISALLOWED}, {0x0525, 0x0525, PVALID}, {0x0526, 0x0526, DISALLOWED}, {0x0527, 0x0527, PVALID}, {0x0531, 0x0556, DISALLOWED}, {0x0559, 0x0559, PVALID}, {0x055A, 0x055F, DISALLOWED}, {0x0561, 0x0586, PVALID}, {0x0587, 0x0587, DISALLOWED}, {0x0589, 0x058A, DISALLOWED}, {0x058F, 0x058F, DISALLOWED}, {0x0591, 0x05BD, PVALID}, {0x05BE, 0x05BE, DISALLOWED}, {0x05BF, 0x05BF, PVALID}, {0x05C0, 0x05C0, DISALLOWED}, {0x05C1, 0x05C2, PVALID}, {0x05C3, 0x05C3, DISALLOWED}, {0x05C4, 0x05C5, PVALID}, {0x05C6, 0x05C6, DISALLOWED}, {0x05C7, 0x05C7, PVALID}, {0x05D0, 0x05EA, PVALID}, {0x05F0, 0x05F2, PVALID}, {0x05F3, 0x05F4, CONTEXTO}, {0x0600, 0x0604, DISALLOWED}, {0x0606, 0x060F, DISALLOWED}, {0x0610, 0x061A, PVALID}, {0x061B, 0x061C, DISALLOWED}, {0x061E, 0x061F, DISALLOWED}, {0x0620, 0x063F, PVALID}, {0x0640, 0x0640, DISALLOWED}, {0x0641, 0x065F, PVALID}, {0x0660, 0x0669, CONTEXTO}, {0x066A, 0x066D, DISALLOWED}, {0x066E, 0x0674, PVALID}, {0x0675, 0x0678, DISALLOWED}, {0x0679, 0x06D3, PVALID}, {0x06D4, 0x06D4, DISALLOWED}, {0x06D5, 0x06DC, PVALID}, {0x06DD, 0x06DE, DISALLOWED}, {0x06DF, 0x06E8, PVALID}, {0x06E9, 0x06E9, DISALLOWED}, {0x06EA, 0x06EF, PVALID}, {0x06F0, 0x06F9, CONTEXTO}, {0x06FA, 0x06FF, PVALID}, {0x0700, 0x070D, DISALLOWED}, {0x070F, 0x070F, DISALLOWED}, {0x0710, 0x074A, PVALID}, {0x074D, 0x07B1, PVALID}, {0x07C0, 0x07F5, PVALID}, {0x07F6, 0x07FA, DISALLOWED}, {0x0800, 0x082D, PVALID}, {0x0830, 0x083E, DISALLOWED}, {0x0840, 0x085B, PVALID}, {0x085E, 0x085E, DISALLOWED}, {0x08A0, 0x08A0, PVALID}, {0x08A2, 0x08AC, PVALID}, {0x08E4, 0x08FE, PVALID}, {0x0900, 0x0957, PVALID}, {0x0958, 0x095F, DISALLOWED}, {0x0960, 0x0963, PVALID}, {0x0964, 0x0965, DISALLOWED}, {0x0966, 0x096F, PVALID}, {0x0970, 0x0970, DISALLOWED}, {0x0971, 0x0977, PVALID}, {0x0979, 0x097F, PVALID}, {0x0981, 0x0983, PVALID}, {0x0985, 0x098C, PVALID}, {0x098F, 0x0990, PVALID}, {0x0993, 0x09A8, PVALID}, {0x09AA, 0x09B0, PVALID}, {0x09B2, 0x09B2, PVALID}, {0x09B6, 0x09B9, PVALID}, {0x09BC, 0x09C4, PVALID}, {0x09C7, 0x09C8, PVALID}, {0x09CB, 0x09CE, PVALID}, {0x09D7, 0x09D7, PVALID}, {0x09DC, 0x09DD, DISALLOWED}, {0x09DF, 0x09DF, DISALLOWED}, {0x09E0, 0x09E3, PVALID}, {0x09E6, 0x09F1, PVALID}, {0x09F2, 0x09FB, DISALLOWED}, {0x0A01, 0x0A03, PVALID}, {0x0A05, 0x0A0A, PVALID}, {0x0A0F, 0x0A10, PVALID}, {0x0A13, 0x0A28, PVALID}, {0x0A2A, 0x0A30, PVALID}, {0x0A32, 0x0A32, PVALID}, {0x0A33, 0x0A33, DISALLOWED}, {0x0A35, 0x0A35, PVALID}, {0x0A36, 0x0A36, DISALLOWED}, {0x0A38, 0x0A39, PVALID}, {0x0A3C, 0x0A3C, PVALID}, {0x0A3E, 0x0A42, PVALID}, {0x0A47, 0x0A48, PVALID}, {0x0A4B, 0x0A4D, PVALID}, {0x0A51, 0x0A51, PVALID}, {0x0A59, 0x0A5B, DISALLOWED}, {0x0A5C, 0x0A5C, PVALID}, {0x0A5E, 0x0A5E, DISALLOWED}, {0x0A66, 0x0A75, PVALID}, {0x0A81, 0x0A83, PVALID}, {0x0A85, 0x0A8D, PVALID}, {0x0A8F, 0x0A91, PVALID}, {0x0A93, 0x0AA8, PVALID}, {0x0AAA, 0x0AB0, PVALID}, {0x0AB2, 0x0AB3, PVALID}, {0x0AB5, 0x0AB9, PVALID}, {0x0ABC, 0x0AC5, PVALID}, {0x0AC7, 0x0AC9, PVALID}, {0x0ACB, 0x0ACD, PVALID}, {0x0AD0, 0x0AD0, PVALID}, {0x0AE0, 0x0AE3, PVALID}, {0x0AE6, 0x0AEF, PVALID}, {0x0AF0, 0x0AF1, DISALLOWED}, {0x0B01, 0x0B03, PVALID}, {0x0B05, 0x0B0C, PVALID}, {0x0B0F, 0x0B10, PVALID}, {0x0B13, 0x0B28, PVALID}, {0x0B2A, 0x0B30, PVALID}, {0x0B32, 0x0B33, PVALID}, {0x0B35, 0x0B39, PVALID}, {0x0B3C, 0x0B44, PVALID}, {0x0B47, 0x0B48, PVALID}, {0x0B4B, 0x0B4D, PVALID}, {0x0B56, 0x0B57, PVALID}, {0x0B5C, 0x0B5D, DISALLOWED}, {0x0B5F, 0x0B63, PVALID}, {0x0B66, 0x0B6F, PVALID}, {0x0B70, 0x0B70, DISALLOWED}, {0x0B71, 0x0B71, PVALID}, {0x0B72, 0x0B77, DISALLOWED}, {0x0B82, 0x0B83, PVALID}, {0x0B85, 0x0B8A, PVALID}, {0x0B8E, 0x0B90, PVALID}, {0x0B92, 0x0B95, PVALID}, {0x0B99, 0x0B9A, PVALID}, {0x0B9C, 0x0B9C, PVALID}, {0x0B9E, 0x0B9F, PVALID}, {0x0BA3, 0x0BA4, PVALID}, {0x0BA8, 0x0BAA, PVALID}, {0x0BAE, 0x0BB9, PVALID}, {0x0BBE, 0x0BC2, PVALID}, {0x0BC6, 0x0BC8, PVALID}, {0x0BCA, 0x0BCD, PVALID}, {0x0BD0, 0x0BD0, PVALID}, {0x0BD7, 0x0BD7, PVALID}, {0x0BE6, 0x0BEF, PVALID}, {0x0BF0, 0x0BFA, DISALLOWED}, {0x0C01, 0x0C03, PVALID}, {0x0C05, 0x0C0C, PVALID}, {0x0C0E, 0x0C10, PVALID}, {0x0C12, 0x0C28, PVALID}, {0x0C2A, 0x0C33, PVALID}, {0x0C35, 0x0C39, PVALID}, {0x0C3D, 0x0C44, PVALID}, {0x0C46, 0x0C48, PVALID}, {0x0C4A, 0x0C4D, PVALID}, {0x0C55, 0x0C56, PVALID}, {0x0C58, 0x0C59, PVALID}, {0x0C60, 0x0C63, PVALID}, {0x0C66, 0x0C6F, PVALID}, {0x0C78, 0x0C7F, DISALLOWED}, {0x0C82, 0x0C83, PVALID}, {0x0C85, 0x0C8C, PVALID}, {0x0C8E, 0x0C90, PVALID}, {0x0C92, 0x0CA8, PVALID}, {0x0CAA, 0x0CB3, PVALID}, {0x0CB5, 0x0CB9, PVALID}, {0x0CBC, 0x0CC4, PVALID}, {0x0CC6, 0x0CC8, PVALID}, {0x0CCA, 0x0CCD, PVALID}, {0x0CD5, 0x0CD6, PVALID}, {0x0CDE, 0x0CDE, PVALID}, {0x0CE0, 0x0CE3, PVALID}, {0x0CE6, 0x0CEF, PVALID}, {0x0CF1, 0x0CF2, PVALID}, {0x0D02, 0x0D03, PVALID}, {0x0D05, 0x0D0C, PVALID}, {0x0D0E, 0x0D10, PVALID}, {0x0D12, 0x0D3A, PVALID}, {0x0D3D, 0x0D44, PVALID}, {0x0D46, 0x0D48, PVALID}, {0x0D4A, 0x0D4E, PVALID}, {0x0D57, 0x0D57, PVALID}, {0x0D60, 0x0D63, PVALID}, {0x0D66, 0x0D6F, PVALID}, {0x0D70, 0x0D75, DISALLOWED}, {0x0D79, 0x0D79, DISALLOWED}, {0x0D7A, 0x0D7F, PVALID}, {0x0D82, 0x0D83, PVALID}, {0x0D85, 0x0D96, PVALID}, {0x0D9A, 0x0DB1, PVALID}, {0x0DB3, 0x0DBB, PVALID}, {0x0DBD, 0x0DBD, PVALID}, {0x0DC0, 0x0DC6, PVALID}, {0x0DCA, 0x0DCA, PVALID}, {0x0DCF, 0x0DD4, PVALID}, {0x0DD6, 0x0DD6, PVALID}, {0x0DD8, 0x0DDF, PVALID}, {0x0DF2, 0x0DF3, PVALID}, {0x0DF4, 0x0DF4, DISALLOWED}, {0x0E01, 0x0E32, PVALID}, {0x0E33, 0x0E33, DISALLOWED}, {0x0E34, 0x0E3A, PVALID}, {0x0E3F, 0x0E3F, DISALLOWED}, {0x0E40, 0x0E4E, PVALID}, {0x0E4F, 0x0E4F, DISALLOWED}, {0x0E50, 0x0E59, PVALID}, {0x0E5A, 0x0E5B, DISALLOWED}, {0x0E81, 0x0E82, PVALID}, {0x0E84, 0x0E84, PVALID}, {0x0E87, 0x0E88, PVALID}, {0x0E8A, 0x0E8A, PVALID}, {0x0E8D, 0x0E8D, PVALID}, {0x0E94, 0x0E97, PVALID}, {0x0E99, 0x0E9F, PVALID}, {0x0EA1, 0x0EA3, PVALID}, {0x0EA5, 0x0EA5, PVALID}, {0x0EA7, 0x0EA7, PVALID}, {0x0EAA, 0x0EAB, PVALID}, {0x0EAD, 0x0EB2, PVALID}, {0x0EB3, 0x0EB3, DISALLOWED}, {0x0EB4, 0x0EB9, PVALID}, {0x0EBB, 0x0EBD, PVALID}, {0x0EC0, 0x0EC4, PVALID}, {0x0EC6, 0x0EC6, PVALID}, {0x0EC8, 0x0ECD, PVALID}, {0x0ED0, 0x0ED9, PVALID}, {0x0EDC, 0x0EDD, DISALLOWED}, {0x0EDE, 0x0EDF, PVALID}, {0x0F00, 0x0F00, PVALID}, {0x0F01, 0x0F0A, DISALLOWED}, {0x0F0B, 0x0F0B, PVALID}, {0x0F0C, 0x0F17, DISALLOWED}, {0x0F18, 0x0F19, PVALID}, {0x0F1A, 0x0F1F, DISALLOWED}, {0x0F20, 0x0F29, PVALID}, {0x0F2A, 0x0F34, DISALLOWED}, {0x0F35, 0x0F35, PVALID}, {0x0F36, 0x0F36, DISALLOWED}, {0x0F37, 0x0F37, PVALID}, {0x0F38, 0x0F38, DISALLOWED}, {0x0F39, 0x0F39, PVALID}, {0x0F3A, 0x0F3D, DISALLOWED}, {0x0F3E, 0x0F42, PVALID}, {0x0F43, 0x0F43, DISALLOWED}, {0x0F44, 0x0F47, PVALID}, {0x0F49, 0x0F4C, PVALID}, {0x0F4D, 0x0F4D, DISALLOWED}, {0x0F4E, 0x0F51, PVALID}, {0x0F52, 0x0F52, DISALLOWED}, {0x0F53, 0x0F56, PVALID}, {0x0F57, 0x0F57, DISALLOWED}, {0x0F58, 0x0F5B, PVALID}, {0x0F5C, 0x0F5C, DISALLOWED}, {0x0F5D, 0x0F68, PVALID}, {0x0F69, 0x0F69, DISALLOWED}, {0x0F6A, 0x0F6C, PVALID}, {0x0F71, 0x0F72, PVALID}, {0x0F73, 0x0F73, DISALLOWED}, {0x0F74, 0x0F74, PVALID}, {0x0F75, 0x0F79, DISALLOWED}, {0x0F7A, 0x0F80, PVALID}, {0x0F81, 0x0F81, DISALLOWED}, {0x0F82, 0x0F84, PVALID}, {0x0F85, 0x0F85, DISALLOWED}, {0x0F86, 0x0F92, PVALID}, {0x0F93, 0x0F93, DISALLOWED}, {0x0F94, 0x0F97, PVALID}, {0x0F99, 0x0F9C, PVALID}, {0x0F9D, 0x0F9D, DISALLOWED}, {0x0F9E, 0x0FA1, PVALID}, {0x0FA2, 0x0FA2, DISALLOWED}, {0x0FA3, 0x0FA6, PVALID}, {0x0FA7, 0x0FA7, DISALLOWED}, {0x0FA8, 0x0FAB, PVALID}, {0x0FAC, 0x0FAC, DISALLOWED}, {0x0FAD, 0x0FB8, PVALID}, {0x0FB9, 0x0FB9, DISALLOWED}, {0x0FBA, 0x0FBC, PVALID}, {0x0FBE, 0x0FC5, DISALLOWED}, {0x0FC6, 0x0FC6, PVALID}, {0x0FC7, 0x0FCC, DISALLOWED}, {0x0FCE, 0x0FDA, DISALLOWED}, {0x1000, 0x1049, PVALID}, {0x104A, 0x104F, DISALLOWED}, {0x1050, 0x109D, PVALID}, {0x109E, 0x10C5, DISALLOWED}, {0x10C7, 0x10C7, DISALLOWED}, {0x10CD, 0x10CD, DISALLOWED}, {0x10D0, 0x10FA, PVALID}, {0x10FB, 0x10FC, DISALLOWED}, {0x10FD, 0x10FF, PVALID}, {0x1100, 0x11FF, DISALLOWED}, {0x1200, 0x1248, PVALID}, {0x124A, 0x124D, PVALID}, {0x1250, 0x1256, PVALID}, {0x1258, 0x1258, PVALID}, {0x125A, 0x125D, PVALID}, {0x1260, 0x1288, PVALID}, {0x128A, 0x128D, PVALID}, {0x1290, 0x12B0, PVALID}, {0x12B2, 0x12B5, PVALID}, {0x12B8, 0x12BE, PVALID}, {0x12C0, 0x12C0, PVALID}, {0x12C2, 0x12C5, PVALID}, {0x12C8, 0x12D6, PVALID}, {0x12D8, 0x1310, PVALID}, {0x1312, 0x1315, PVALID}, {0x1318, 0x135A, PVALID}, {0x135D, 0x135F, PVALID}, {0x1360, 0x137C, DISALLOWED}, {0x1380, 0x138F, PVALID}, {0x1390, 0x1399, DISALLOWED}, {0x13A0, 0x13F4, PVALID}, {0x1400, 0x1400, DISALLOWED}, {0x1401, 0x166C, PVALID}, {0x166D, 0x166E, DISALLOWED}, {0x166F, 0x167F, PVALID}, {0x1680, 0x1680, DISALLOWED}, {0x1681, 0x169A, PVALID}, {0x169B, 0x169C, DISALLOWED}, {0x16A0, 0x16EA, PVALID}, {0x16EB, 0x16F0, DISALLOWED}, {0x1700, 0x170C, PVALID}, {0x170E, 0x1714, PVALID}, {0x1720, 0x1734, PVALID}, {0x1735, 0x1736, DISALLOWED}, {0x1740, 0x1753, PVALID}, {0x1760, 0x176C, PVALID}, {0x176E, 0x1770, PVALID}, {0x1772, 0x1773, PVALID}, {0x1780, 0x17B3, PVALID}, {0x17B4, 0x17B5, DISALLOWED}, {0x17B6, 0x17D3, PVALID}, {0x17D4, 0x17D6, DISALLOWED}, {0x17D7, 0x17D7, PVALID}, {0x17D8, 0x17DB, DISALLOWED}, {0x17DC, 0x17DD, PVALID}, {0x17E0, 0x17E9, PVALID}, {0x17F0, 0x17F9, DISALLOWED}, {0x1800, 0x180E, DISALLOWED}, {0x1810, 0x1819, PVALID}, {0x1820, 0x1877, PVALID}, {0x1880, 0x18AA, PVALID}, {0x18B0, 0x18F5, PVALID}, {0x1900, 0x191C, PVALID}, {0x1920, 0x192B, PVALID}, {0x1930, 0x193B, PVALID}, {0x1940, 0x1940, DISALLOWED}, {0x1944, 0x1945, DISALLOWED}, {0x1946, 0x196D, PVALID}, {0x1970, 0x1974, PVALID}, {0x1980, 0x19AB, PVALID}, {0x19B0, 0x19C9, PVALID}, {0x19D0, 0x19D9, PVALID}, {0x19DA, 0x19DA, DISALLOWED}, {0x19DE, 0x19FF, DISALLOWED}, {0x1A00, 0x1A1B, PVALID}, {0x1A1E, 0x1A1F, DISALLOWED}, {0x1A20, 0x1A5E, PVALID}, {0x1A60, 0x1A7C, PVALID}, {0x1A7F, 0x1A89, PVALID}, {0x1A90, 0x1A99, PVALID}, {0x1AA0, 0x1AA6, DISALLOWED}, {0x1AA7, 0x1AA7, PVALID}, {0x1AA8, 0x1AAD, DISALLOWED}, {0x1B00, 0x1B4B, PVALID}, {0x1B50, 0x1B59, PVALID}, {0x1B5A, 0x1B6A, DISALLOWED}, {0x1B6B, 0x1B73, PVALID}, {0x1B74, 0x1B7C, DISALLOWED}, {0x1B80, 0x1BF3, PVALID}, {0x1BFC, 0x1BFF, DISALLOWED}, {0x1C00, 0x1C37, PVALID}, {0x1C3B, 0x1C3F, DISALLOWED}, {0x1C40, 0x1C49, PVALID}, {0x1C4D, 0x1C7D, PVALID}, {0x1C7E, 0x1C7F, DISALLOWED}, {0x1CC0, 0x1CC7, DISALLOWED}, {0x1CD0, 0x1CD2, PVALID}, {0x1CD3, 0x1CD3, DISALLOWED}, {0x1CD4, 0x1CF6, PVALID}, {0x1D00, 0x1D2B, PVALID}, {0x1D2C, 0x1D2E, DISALLOWED}, {0x1D2F, 0x1D2F, PVALID}, {0x1D30, 0x1D3A, DISALLOWED}, {0x1D3B, 0x1D3B, PVALID}, {0x1D3C, 0x1D4D, DISALLOWED}, {0x1D4E, 0x1D4E, PVALID}, {0x1D4F, 0x1D6A, DISALLOWED}, {0x1D6B, 0x1D77, PVALID}, {0x1D78, 0x1D78, DISALLOWED}, {0x1D79, 0x1D9A, PVALID}, {0x1D9B, 0x1DBF, DISALLOWED}, {0x1DC0, 0x1DE6, PVALID}, {0x1DFC, 0x1DFF, PVALID}, {0x1E00, 0x1E00, DISALLOWED}, {0x1E01, 0x1E01, PVALID}, {0x1E02, 0x1E02, DISALLOWED}, {0x1E03, 0x1E03, PVALID}, {0x1E04, 0x1E04, DISALLOWED}, {0x1E05, 0x1E05, PVALID}, {0x1E06, 0x1E06, DISALLOWED}, {0x1E07, 0x1E07, PVALID}, {0x1E08, 0x1E08, DISALLOWED}, {0x1E09, 0x1E09, PVALID}, {0x1E0A, 0x1E0A, DISALLOWED}, {0x1E0B, 0x1E0B, PVALID}, {0x1E0C, 0x1E0C, DISALLOWED}, {0x1E0D, 0x1E0D, PVALID}, {0x1E0E, 0x1E0E, DISALLOWED}, {0x1E0F, 0x1E0F, PVALID}, {0x1E10, 0x1E10, DISALLOWED}, {0x1E11, 0x1E11, PVALID}, {0x1E12, 0x1E12, DISALLOWED}, {0x1E13, 0x1E13, PVALID}, {0x1E14, 0x1E14, DISALLOWED}, {0x1E15, 0x1E15, PVALID}, {0x1E16, 0x1E16, DISALLOWED}, {0x1E17, 0x1E17, PVALID}, {0x1E18, 0x1E18, DISALLOWED}, {0x1E19, 0x1E19, PVALID}, {0x1E1A, 0x1E1A, DISALLOWED}, {0x1E1B, 0x1E1B, PVALID}, {0x1E1C, 0x1E1C, DISALLOWED}, {0x1E1D, 0x1E1D, PVALID}, {0x1E1E, 0x1E1E, DISALLOWED}, {0x1E1F, 0x1E1F, PVALID}, {0x1E20, 0x1E20, DISALLOWED}, {0x1E21, 0x1E21, PVALID}, {0x1E22, 0x1E22, DISALLOWED}, {0x1E23, 0x1E23, PVALID}, {0x1E24, 0x1E24, DISALLOWED}, {0x1E25, 0x1E25, PVALID}, {0x1E26, 0x1E26, DISALLOWED}, {0x1E27, 0x1E27, PVALID}, {0x1E28, 0x1E28, DISALLOWED}, {0x1E29, 0x1E29, PVALID}, {0x1E2A, 0x1E2A, DISALLOWED}, {0x1E2B, 0x1E2B, PVALID}, {0x1E2C, 0x1E2C, DISALLOWED}, {0x1E2D, 0x1E2D, PVALID}, {0x1E2E, 0x1E2E, DISALLOWED}, {0x1E2F, 0x1E2F, PVALID}, {0x1E30, 0x1E30, DISALLOWED}, {0x1E31, 0x1E31, PVALID}, {0x1E32, 0x1E32, DISALLOWED}, {0x1E33, 0x1E33, PVALID}, {0x1E34, 0x1E34, DISALLOWED}, {0x1E35, 0x1E35, PVALID}, {0x1E36, 0x1E36, DISALLOWED}, {0x1E37, 0x1E37, PVALID}, {0x1E38, 0x1E38, DISALLOWED}, {0x1E39, 0x1E39, PVALID}, {0x1E3A, 0x1E3A, DISALLOWED}, {0x1E3B, 0x1E3B, PVALID}, {0x1E3C, 0x1E3C, DISALLOWED}, {0x1E3D, 0x1E3D, PVALID}, {0x1E3E, 0x1E3E, DISALLOWED}, {0x1E3F, 0x1E3F, PVALID}, {0x1E40, 0x1E40, DISALLOWED}, {0x1E41, 0x1E41, PVALID}, {0x1E42, 0x1E42, DISALLOWED}, {0x1E43, 0x1E43, PVALID}, {0x1E44, 0x1E44, DISALLOWED}, {0x1E45, 0x1E45, PVALID}, {0x1E46, 0x1E46, DISALLOWED}, {0x1E47, 0x1E47, PVALID}, {0x1E48, 0x1E48, DISALLOWED}, {0x1E49, 0x1E49, PVALID}, {0x1E4A, 0x1E4A, DISALLOWED}, {0x1E4B, 0x1E4B, PVALID}, {0x1E4C, 0x1E4C, DISALLOWED}, {0x1E4D, 0x1E4D, PVALID}, {0x1E4E, 0x1E4E, DISALLOWED}, {0x1E4F, 0x1E4F, PVALID}, {0x1E50, 0x1E50, DISALLOWED}, {0x1E51, 0x1E51, PVALID}, {0x1E52, 0x1E52, DISALLOWED}, {0x1E53, 0x1E53, PVALID}, {0x1E54, 0x1E54, DISALLOWED}, {0x1E55, 0x1E55, PVALID}, {0x1E56, 0x1E56, DISALLOWED}, {0x1E57, 0x1E57, PVALID}, {0x1E58, 0x1E58, DISALLOWED}, {0x1E59, 0x1E59, PVALID}, {0x1E5A, 0x1E5A, DISALLOWED}, {0x1E5B, 0x1E5B, PVALID}, {0x1E5C, 0x1E5C, DISALLOWED}, {0x1E5D, 0x1E5D, PVALID}, {0x1E5E, 0x1E5E, DISALLOWED}, {0x1E5F, 0x1E5F, PVALID}, {0x1E60, 0x1E60, DISALLOWED}, {0x1E61, 0x1E61, PVALID}, {0x1E62, 0x1E62, DISALLOWED}, {0x1E63, 0x1E63, PVALID}, {0x1E64, 0x1E64, DISALLOWED}, {0x1E65, 0x1E65, PVALID}, {0x1E66, 0x1E66, DISALLOWED}, {0x1E67, 0x1E67, PVALID}, {0x1E68, 0x1E68, DISALLOWED}, {0x1E69, 0x1E69, PVALID}, {0x1E6A, 0x1E6A, DISALLOWED}, {0x1E6B, 0x1E6B, PVALID}, {0x1E6C, 0x1E6C, DISALLOWED}, {0x1E6D, 0x1E6D, PVALID}, {0x1E6E, 0x1E6E, DISALLOWED}, {0x1E6F, 0x1E6F, PVALID}, {0x1E70, 0x1E70, DISALLOWED}, {0x1E71, 0x1E71, PVALID}, {0x1E72, 0x1E72, DISALLOWED}, {0x1E73, 0x1E73, PVALID}, {0x1E74, 0x1E74, DISALLOWED}, {0x1E75, 0x1E75, PVALID}, {0x1E76, 0x1E76, DISALLOWED}, {0x1E77, 0x1E77, PVALID}, {0x1E78, 0x1E78, DISALLOWED}, {0x1E79, 0x1E79, PVALID}, {0x1E7A, 0x1E7A, DISALLOWED}, {0x1E7B, 0x1E7B, PVALID}, {0x1E7C, 0x1E7C, DISALLOWED}, {0x1E7D, 0x1E7D, PVALID}, {0x1E7E, 0x1E7E, DISALLOWED}, {0x1E7F, 0x1E7F, PVALID}, {0x1E80, 0x1E80, DISALLOWED}, {0x1E81, 0x1E81, PVALID}, {0x1E82, 0x1E82, DISALLOWED}, {0x1E83, 0x1E83, PVALID}, {0x1E84, 0x1E84, DISALLOWED}, {0x1E85, 0x1E85, PVALID}, {0x1E86, 0x1E86, DISALLOWED}, {0x1E87, 0x1E87, PVALID}, {0x1E88, 0x1E88, DISALLOWED}, {0x1E89, 0x1E89, PVALID}, {0x1E8A, 0x1E8A, DISALLOWED}, {0x1E8B, 0x1E8B, PVALID}, {0x1E8C, 0x1E8C, DISALLOWED}, {0x1E8D, 0x1E8D, PVALID}, {0x1E8E, 0x1E8E, DISALLOWED}, {0x1E8F, 0x1E8F, PVALID}, {0x1E90, 0x1E90, DISALLOWED}, {0x1E91, 0x1E91, PVALID}, {0x1E92, 0x1E92, DISALLOWED}, {0x1E93, 0x1E93, PVALID}, {0x1E94, 0x1E94, DISALLOWED}, {0x1E95, 0x1E99, PVALID}, {0x1E9A, 0x1E9B, DISALLOWED}, {0x1E9C, 0x1E9D, PVALID}, {0x1E9E, 0x1E9E, DISALLOWED}, {0x1E9F, 0x1E9F, PVALID}, {0x1EA0, 0x1EA0, DISALLOWED}, {0x1EA1, 0x1EA1, PVALID}, {0x1EA2, 0x1EA2, DISALLOWED}, {0x1EA3, 0x1EA3, PVALID}, {0x1EA4, 0x1EA4, DISALLOWED}, {0x1EA5, 0x1EA5, PVALID}, {0x1EA6, 0x1EA6, DISALLOWED}, {0x1EA7, 0x1EA7, PVALID}, {0x1EA8, 0x1EA8, DISALLOWED}, {0x1EA9, 0x1EA9, PVALID}, {0x1EAA, 0x1EAA, DISALLOWED}, {0x1EAB, 0x1EAB, PVALID}, {0x1EAC, 0x1EAC, DISALLOWED}, {0x1EAD, 0x1EAD, PVALID}, {0x1EAE, 0x1EAE, DISALLOWED}, {0x1EAF, 0x1EAF, PVALID}, {0x1EB0, 0x1EB0, DISALLOWED}, {0x1EB1, 0x1EB1, PVALID}, {0x1EB2, 0x1EB2, DISALLOWED}, {0x1EB3, 0x1EB3, PVALID}, {0x1EB4, 0x1EB4, DISALLOWED}, {0x1EB5, 0x1EB5, PVALID}, {0x1EB6, 0x1EB6, DISALLOWED}, {0x1EB7, 0x1EB7, PVALID}, {0x1EB8, 0x1EB8, DISALLOWED}, {0x1EB9, 0x1EB9, PVALID}, {0x1EBA, 0x1EBA, DISALLOWED}, {0x1EBB, 0x1EBB, PVALID}, {0x1EBC, 0x1EBC, DISALLOWED}, {0x1EBD, 0x1EBD, PVALID}, {0x1EBE, 0x1EBE, DISALLOWED}, {0x1EBF, 0x1EBF, PVALID}, {0x1EC0, 0x1EC0, DISALLOWED}, {0x1EC1, 0x1EC1, PVALID}, {0x1EC2, 0x1EC2, DISALLOWED}, {0x1EC3, 0x1EC3, PVALID}, {0x1EC4, 0x1EC4, DISALLOWED}, {0x1EC5, 0x1EC5, PVALID}, {0x1EC6, 0x1EC6, DISALLOWED}, {0x1EC7, 0x1EC7, PVALID}, {0x1EC8, 0x1EC8, DISALLOWED}, {0x1EC9, 0x1EC9, PVALID}, {0x1ECA, 0x1ECA, DISALLOWED}, {0x1ECB, 0x1ECB, PVALID}, {0x1ECC, 0x1ECC, DISALLOWED}, {0x1ECD, 0x1ECD, PVALID}, {0x1ECE, 0x1ECE, DISALLOWED}, {0x1ECF, 0x1ECF, PVALID}, {0x1ED0, 0x1ED0, DISALLOWED}, {0x1ED1, 0x1ED1, PVALID}, {0x1ED2, 0x1ED2, DISALLOWED}, {0x1ED3, 0x1ED3, PVALID}, {0x1ED4, 0x1ED4, DISALLOWED}, {0x1ED5, 0x1ED5, PVALID}, {0x1ED6, 0x1ED6, DISALLOWED}, {0x1ED7, 0x1ED7, PVALID}, {0x1ED8, 0x1ED8, DISALLOWED}, {0x1ED9, 0x1ED9, PVALID}, {0x1EDA, 0x1EDA, DISALLOWED}, {0x1EDB, 0x1EDB, PVALID}, {0x1EDC, 0x1EDC, DISALLOWED}, {0x1EDD, 0x1EDD, PVALID}, {0x1EDE, 0x1EDE, DISALLOWED}, {0x1EDF, 0x1EDF, PVALID}, {0x1EE0, 0x1EE0, DISALLOWED}, {0x1EE1, 0x1EE1, PVALID}, {0x1EE2, 0x1EE2, DISALLOWED}, {0x1EE3, 0x1EE3, PVALID}, {0x1EE4, 0x1EE4, DISALLOWED}, {0x1EE5, 0x1EE5, PVALID}, {0x1EE6, 0x1EE6, DISALLOWED}, {0x1EE7, 0x1EE7, PVALID}, {0x1EE8, 0x1EE8, DISALLOWED}, {0x1EE9, 0x1EE9, PVALID}, {0x1EEA, 0x1EEA, DISALLOWED}, {0x1EEB, 0x1EEB, PVALID}, {0x1EEC, 0x1EEC, DISALLOWED}, {0x1EED, 0x1EED, PVALID}, {0x1EEE, 0x1EEE, DISALLOWED}, {0x1EEF, 0x1EEF, PVALID}, {0x1EF0, 0x1EF0, DISALLOWED}, {0x1EF1, 0x1EF1, PVALID}, {0x1EF2, 0x1EF2, DISALLOWED}, {0x1EF3, 0x1EF3, PVALID}, {0x1EF4, 0x1EF4, DISALLOWED}, {0x1EF5, 0x1EF5, PVALID}, {0x1EF6, 0x1EF6, DISALLOWED}, {0x1EF7, 0x1EF7, PVALID}, {0x1EF8, 0x1EF8, DISALLOWED}, {0x1EF9, 0x1EF9, PVALID}, {0x1EFA, 0x1EFA, DISALLOWED}, {0x1EFB, 0x1EFB, PVALID}, {0x1EFC, 0x1EFC, DISALLOWED}, {0x1EFD, 0x1EFD, PVALID}, {0x1EFE, 0x1EFE, DISALLOWED}, {0x1EFF, 0x1F07, PVALID}, {0x1F08, 0x1F0F, DISALLOWED}, {0x1F10, 0x1F15, PVALID}, {0x1F18, 0x1F1D, DISALLOWED}, {0x1F20, 0x1F27, PVALID}, {0x1F28, 0x1F2F, DISALLOWED}, {0x1F30, 0x1F37, PVALID}, {0x1F38, 0x1F3F, DISALLOWED}, {0x1F40, 0x1F45, PVALID}, {0x1F48, 0x1F4D, DISALLOWED}, {0x1F50, 0x1F57, PVALID}, {0x1F59, 0x1F59, DISALLOWED}, {0x1F5B, 0x1F5B, DISALLOWED}, {0x1F5D, 0x1F5D, DISALLOWED}, {0x1F5F, 0x1F5F, DISALLOWED}, {0x1F60, 0x1F67, PVALID}, {0x1F68, 0x1F6F, DISALLOWED}, {0x1F70, 0x1F70, PVALID}, {0x1F71, 0x1F71, DISALLOWED}, {0x1F72, 0x1F72, PVALID}, {0x1F73, 0x1F73, DISALLOWED}, {0x1F74, 0x1F74, PVALID}, {0x1F75, 0x1F75, DISALLOWED}, {0x1F76, 0x1F76, PVALID}, {0x1F77, 0x1F77, DISALLOWED}, {0x1F78, 0x1F78, PVALID}, {0x1F79, 0x1F79, DISALLOWED}, {0x1F7A, 0x1F7A, PVALID}, {0x1F7B, 0x1F7B, DISALLOWED}, {0x1F7C, 0x1F7C, PVALID}, {0x1F7D, 0x1F7D, DISALLOWED}, {0x1F80, 0x1FAF, DISALLOWED}, {0x1FB0, 0x1FB1, PVALID}, {0x1FB2, 0x1FB4, DISALLOWED}, {0x1FB6, 0x1FB6, PVALID}, {0x1FB7, 0x1FC4, DISALLOWED}, {0x1FC6, 0x1FC6, PVALID}, {0x1FC7, 0x1FCF, DISALLOWED}, {0x1FD0, 0x1FD2, PVALID}, {0x1FD3, 0x1FD3, DISALLOWED}, {0x1FD6, 0x1FD7, PVALID}, {0x1FD8, 0x1FDB, DISALLOWED}, {0x1FDD, 0x1FDF, DISALLOWED}, {0x1FE0, 0x1FE2, PVALID}, {0x1FE3, 0x1FE3, DISALLOWED}, {0x1FE4, 0x1FE7, PVALID}, {0x1FE8, 0x1FEF, DISALLOWED}, {0x1FF2, 0x1FF4, DISALLOWED}, {0x1FF6, 0x1FF6, PVALID}, {0x1FF7, 0x1FFE, DISALLOWED}, {0x2000, 0x200B, DISALLOWED}, {0x200C, 0x200D, CONTEXTJ}, {0x200E, 0x2064, DISALLOWED}, {0x2066, 0x2071, DISALLOWED}, {0x2074, 0x208E, DISALLOWED}, {0x2090, 0x209C, DISALLOWED}, {0x20A0, 0x20BA, DISALLOWED}, {0x20D0, 0x20F0, DISALLOWED}, {0x2100, 0x214D, DISALLOWED}, {0x214E, 0x214E, PVALID}, {0x214F, 0x2183, DISALLOWED}, {0x2184, 0x2184, PVALID}, {0x2185, 0x2189, DISALLOWED}, {0x2190, 0x23F3, DISALLOWED}, {0x2400, 0x2426, DISALLOWED}, {0x2440, 0x244A, DISALLOWED}, {0x2460, 0x26FF, DISALLOWED}, {0x2701, 0x2B4C, DISALLOWED}, {0x2B50, 0x2B59, DISALLOWED}, {0x2C00, 0x2C2E, DISALLOWED}, {0x2C30, 0x2C5E, PVALID}, {0x2C60, 0x2C60, DISALLOWED}, {0x2C61, 0x2C61, PVALID}, {0x2C62, 0x2C64, DISALLOWED}, {0x2C65, 0x2C66, PVALID}, {0x2C67, 0x2C67, DISALLOWED}, {0x2C68, 0x2C68, PVALID}, {0x2C69, 0x2C69, DISALLOWED}, {0x2C6A, 0x2C6A, PVALID}, {0x2C6B, 0x2C6B, DISALLOWED}, {0x2C6C, 0x2C6C, PVALID}, {0x2C6D, 0x2C70, DISALLOWED}, {0x2C71, 0x2C71, PVALID}, {0x2C72, 0x2C72, DISALLOWED}, {0x2C73, 0x2C74, PVALID}, {0x2C75, 0x2C75, DISALLOWED}, {0x2C76, 0x2C7B, PVALID}, {0x2C7C, 0x2C80, DISALLOWED}, {0x2C81, 0x2C81, PVALID}, {0x2C82, 0x2C82, DISALLOWED}, {0x2C83, 0x2C83, PVALID}, {0x2C84, 0x2C84, DISALLOWED}, {0x2C85, 0x2C85, PVALID}, {0x2C86, 0x2C86, DISALLOWED}, {0x2C87, 0x2C87, PVALID}, {0x2C88, 0x2C88, DISALLOWED}, {0x2C89, 0x2C89, PVALID}, {0x2C8A, 0x2C8A, DISALLOWED}, {0x2C8B, 0x2C8B, PVALID}, {0x2C8C, 0x2C8C, DISALLOWED}, {0x2C8D, 0x2C8D, PVALID}, {0x2C8E, 0x2C8E, DISALLOWED}, {0x2C8F, 0x2C8F, PVALID}, {0x2C90, 0x2C90, DISALLOWED}, {0x2C91, 0x2C91, PVALID}, {0x2C92, 0x2C92, DISALLOWED}, {0x2C93, 0x2C93, PVALID}, {0x2C94, 0x2C94, DISALLOWED}, {0x2C95, 0x2C95, PVALID}, {0x2C96, 0x2C96, DISALLOWED}, {0x2C97, 0x2C97, PVALID}, {0x2C98, 0x2C98, DISALLOWED}, {0x2C99, 0x2C99, PVALID}, {0x2C9A, 0x2C9A, DISALLOWED}, {0x2C9B, 0x2C9B, PVALID}, {0x2C9C, 0x2C9C, DISALLOWED}, {0x2C9D, 0x2C9D, PVALID}, {0x2C9E, 0x2C9E, DISALLOWED}, {0x2C9F, 0x2C9F, PVALID}, {0x2CA0, 0x2CA0, DISALLOWED}, {0x2CA1, 0x2CA1, PVALID}, {0x2CA2, 0x2CA2, DISALLOWED}, {0x2CA3, 0x2CA3, PVALID}, {0x2CA4, 0x2CA4, DISALLOWED}, {0x2CA5, 0x2CA5, PVALID}, {0x2CA6, 0x2CA6, DISALLOWED}, {0x2CA7, 0x2CA7, PVALID}, {0x2CA8, 0x2CA8, DISALLOWED}, {0x2CA9, 0x2CA9, PVALID}, {0x2CAA, 0x2CAA, DISALLOWED}, {0x2CAB, 0x2CAB, PVALID}, {0x2CAC, 0x2CAC, DISALLOWED}, {0x2CAD, 0x2CAD, PVALID}, {0x2CAE, 0x2CAE, DISALLOWED}, {0x2CAF, 0x2CAF, PVALID}, {0x2CB0, 0x2CB0, DISALLOWED}, {0x2CB1, 0x2CB1, PVALID}, {0x2CB2, 0x2CB2, DISALLOWED}, {0x2CB3, 0x2CB3, PVALID}, {0x2CB4, 0x2CB4, DISALLOWED}, {0x2CB5, 0x2CB5, PVALID}, {0x2CB6, 0x2CB6, DISALLOWED}, {0x2CB7, 0x2CB7, PVALID}, {0x2CB8, 0x2CB8, DISALLOWED}, {0x2CB9, 0x2CB9, PVALID}, {0x2CBA, 0x2CBA, DISALLOWED}, {0x2CBB, 0x2CBB, PVALID}, {0x2CBC, 0x2CBC, DISALLOWED}, {0x2CBD, 0x2CBD, PVALID}, {0x2CBE, 0x2CBE, DISALLOWED}, {0x2CBF, 0x2CBF, PVALID}, {0x2CC0, 0x2CC0, DISALLOWED}, {0x2CC1, 0x2CC1, PVALID}, {0x2CC2, 0x2CC2, DISALLOWED}, {0x2CC3, 0x2CC3, PVALID}, {0x2CC4, 0x2CC4, DISALLOWED}, {0x2CC5, 0x2CC5, PVALID}, {0x2CC6, 0x2CC6, DISALLOWED}, {0x2CC7, 0x2CC7, PVALID}, {0x2CC8, 0x2CC8, DISALLOWED}, {0x2CC9, 0x2CC9, PVALID}, {0x2CCA, 0x2CCA, DISALLOWED}, {0x2CCB, 0x2CCB, PVALID}, {0x2CCC, 0x2CCC, DISALLOWED}, {0x2CCD, 0x2CCD, PVALID}, {0x2CCE, 0x2CCE, DISALLOWED}, {0x2CCF, 0x2CCF, PVALID}, {0x2CD0, 0x2CD0, DISALLOWED}, {0x2CD1, 0x2CD1, PVALID}, {0x2CD2, 0x2CD2, DISALLOWED}, {0x2CD3, 0x2CD3, PVALID}, {0x2CD4, 0x2CD4, DISALLOWED}, {0x2CD5, 0x2CD5, PVALID}, {0x2CD6, 0x2CD6, DISALLOWED}, {0x2CD7, 0x2CD7, PVALID}, {0x2CD8, 0x2CD8, DISALLOWED}, {0x2CD9, 0x2CD9, PVALID}, {0x2CDA, 0x2CDA, DISALLOWED}, {0x2CDB, 0x2CDB, PVALID}, {0x2CDC, 0x2CDC, DISALLOWED}, {0x2CDD, 0x2CDD, PVALID}, {0x2CDE, 0x2CDE, DISALLOWED}, {0x2CDF, 0x2CDF, PVALID}, {0x2CE0, 0x2CE0, DISALLOWED}, {0x2CE1, 0x2CE1, PVALID}, {0x2CE2, 0x2CE2, DISALLOWED}, {0x2CE3, 0x2CE4, PVALID}, {0x2CE5, 0x2CEB, DISALLOWED}, {0x2CEC, 0x2CEC, PVALID}, {0x2CED, 0x2CED, DISALLOWED}, {0x2CEE, 0x2CF1, PVALID}, {0x2CF2, 0x2CF2, DISALLOWED}, {0x2CF3, 0x2CF3, PVALID}, {0x2CF9, 0x2CFF, DISALLOWED}, {0x2D00, 0x2D25, PVALID}, {0x2D27, 0x2D27, PVALID}, {0x2D2D, 0x2D2D, PVALID}, {0x2D30, 0x2D67, PVALID}, {0x2D6F, 0x2D70, DISALLOWED}, {0x2D7F, 0x2D96, PVALID}, {0x2DA0, 0x2DA6, PVALID}, {0x2DA8, 0x2DAE, PVALID}, {0x2DB0, 0x2DB6, PVALID}, {0x2DB8, 0x2DBE, PVALID}, {0x2DC0, 0x2DC6, PVALID}, {0x2DC8, 0x2DCE, PVALID}, {0x2DD0, 0x2DD6, PVALID}, {0x2DD8, 0x2DDE, PVALID}, {0x2DE0, 0x2DFF, PVALID}, {0x2E00, 0x2E2E, DISALLOWED}, {0x2E2F, 0x2E2F, PVALID}, {0x2E30, 0x2E3B, DISALLOWED}, {0x2E80, 0x2E99, DISALLOWED}, {0x2E9B, 0x2EF3, DISALLOWED}, {0x2F00, 0x2FD5, DISALLOWED}, {0x2FF0, 0x2FFB, DISALLOWED}, {0x3000, 0x3004, DISALLOWED}, {0x3005, 0x3007, PVALID}, {0x3008, 0x3029, DISALLOWED}, {0x302A, 0x302D, PVALID}, {0x302E, 0x303B, DISALLOWED}, {0x303C, 0x303C, PVALID}, {0x303D, 0x303F, DISALLOWED}, {0x3041, 0x3096, PVALID}, {0x3099, 0x309A, PVALID}, {0x309B, 0x309C, DISALLOWED}, {0x309D, 0x309E, PVALID}, {0x309F, 0x30A0, DISALLOWED}, {0x30A1, 0x30FA, PVALID}, {0x30FB, 0x30FB, CONTEXTO}, {0x30FC, 0x30FE, PVALID}, {0x30FF, 0x30FF, DISALLOWED}, {0x3105, 0x312D, PVALID}, {0x3131, 0x318E, DISALLOWED}, {0x3190, 0x319F, DISALLOWED}, {0x31A0, 0x31BA, PVALID}, {0x31C0, 0x31E3, DISALLOWED}, {0x31F0, 0x31FF, PVALID}, {0x3200, 0x321E, DISALLOWED}, {0x3220, 0x32FE, DISALLOWED}, {0x3300, 0x33FF, DISALLOWED}, {0x3400, 0x4DB5, PVALID}, {0x4DC0, 0x4DFF, DISALLOWED}, {0x4E00, 0x9FCC, PVALID}, {0xA000, 0xA48C, PVALID}, {0xA490, 0xA4C6, DISALLOWED}, {0xA4D0, 0xA4FD, PVALID}, {0xA4FE, 0xA4FF, DISALLOWED}, {0xA500, 0xA60C, PVALID}, {0xA60D, 0xA60F, DISALLOWED}, {0xA610, 0xA62B, PVALID}, {0xA640, 0xA640, DISALLOWED}, {0xA641, 0xA641, PVALID}, {0xA642, 0xA642, DISALLOWED}, {0xA643, 0xA643, PVALID}, {0xA644, 0xA644, DISALLOWED}, {0xA645, 0xA645, PVALID}, {0xA646, 0xA646, DISALLOWED}, {0xA647, 0xA647, PVALID}, {0xA648, 0xA648, DISALLOWED}, {0xA649, 0xA649, PVALID}, {0xA64A, 0xA64A, DISALLOWED}, {0xA64B, 0xA64B, PVALID}, {0xA64C, 0xA64C, DISALLOWED}, {0xA64D, 0xA64D, PVALID}, {0xA64E, 0xA64E, DISALLOWED}, {0xA64F, 0xA64F, PVALID}, {0xA650, 0xA650, DISALLOWED}, {0xA651, 0xA651, PVALID}, {0xA652, 0xA652, DISALLOWED}, {0xA653, 0xA653, PVALID}, {0xA654, 0xA654, DISALLOWED}, {0xA655, 0xA655, PVALID}, {0xA656, 0xA656, DISALLOWED}, {0xA657, 0xA657, PVALID}, {0xA658, 0xA658, DISALLOWED}, {0xA659, 0xA659, PVALID}, {0xA65A, 0xA65A, DISALLOWED}, {0xA65B, 0xA65B, PVALID}, {0xA65C, 0xA65C, DISALLOWED}, {0xA65D, 0xA65D, PVALID}, {0xA65E, 0xA65E, DISALLOWED}, {0xA65F, 0xA65F, PVALID}, {0xA660, 0xA660, DISALLOWED}, {0xA661, 0xA661, PVALID}, {0xA662, 0xA662, DISALLOWED}, {0xA663, 0xA663, PVALID}, {0xA664, 0xA664, DISALLOWED}, {0xA665, 0xA665, PVALID}, {0xA666, 0xA666, DISALLOWED}, {0xA667, 0xA667, PVALID}, {0xA668, 0xA668, DISALLOWED}, {0xA669, 0xA669, PVALID}, {0xA66A, 0xA66A, DISALLOWED}, {0xA66B, 0xA66B, PVALID}, {0xA66C, 0xA66C, DISALLOWED}, {0xA66D, 0xA66F, PVALID}, {0xA670, 0xA673, DISALLOWED}, {0xA674, 0xA67D, PVALID}, {0xA67E, 0xA67E, DISALLOWED}, {0xA67F, 0xA67F, PVALID}, {0xA680, 0xA680, DISALLOWED}, {0xA681, 0xA681, PVALID}, {0xA682, 0xA682, DISALLOWED}, {0xA683, 0xA683, PVALID}, {0xA684, 0xA684, DISALLOWED}, {0xA685, 0xA685, PVALID}, {0xA686, 0xA686, DISALLOWED}, {0xA687, 0xA687, PVALID}, {0xA688, 0xA688, DISALLOWED}, {0xA689, 0xA689, PVALID}, {0xA68A, 0xA68A, DISALLOWED}, {0xA68B, 0xA68B, PVALID}, {0xA68C, 0xA68C, DISALLOWED}, {0xA68D, 0xA68D, PVALID}, {0xA68E, 0xA68E, DISALLOWED}, {0xA68F, 0xA68F, PVALID}, {0xA690, 0xA690, DISALLOWED}, {0xA691, 0xA691, PVALID}, {0xA692, 0xA692, DISALLOWED}, {0xA693, 0xA693, PVALID}, {0xA694, 0xA694, DISALLOWED}, {0xA695, 0xA695, PVALID}, {0xA696, 0xA696, DISALLOWED}, {0xA697, 0xA697, PVALID}, {0xA69F, 0xA6E5, PVALID}, {0xA6E6, 0xA6EF, DISALLOWED}, {0xA6F0, 0xA6F1, PVALID}, {0xA6F2, 0xA6F7, DISALLOWED}, {0xA700, 0xA716, DISALLOWED}, {0xA717, 0xA71F, PVALID}, {0xA720, 0xA722, DISALLOWED}, {0xA723, 0xA723, PVALID}, {0xA724, 0xA724, DISALLOWED}, {0xA725, 0xA725, PVALID}, {0xA726, 0xA726, DISALLOWED}, {0xA727, 0xA727, PVALID}, {0xA728, 0xA728, DISALLOWED}, {0xA729, 0xA729, PVALID}, {0xA72A, 0xA72A, DISALLOWED}, {0xA72B, 0xA72B, PVALID}, {0xA72C, 0xA72C, DISALLOWED}, {0xA72D, 0xA72D, PVALID}, {0xA72E, 0xA72E, DISALLOWED}, {0xA72F, 0xA731, PVALID}, {0xA732, 0xA732, DISALLOWED}, {0xA733, 0xA733, PVALID}, {0xA734, 0xA734, DISALLOWED}, {0xA735, 0xA735, PVALID}, {0xA736, 0xA736, DISALLOWED}, {0xA737, 0xA737, PVALID}, {0xA738, 0xA738, DISALLOWED}, {0xA739, 0xA739, PVALID}, {0xA73A, 0xA73A, DISALLOWED}, {0xA73B, 0xA73B, PVALID}, {0xA73C, 0xA73C, DISALLOWED}, {0xA73D, 0xA73D, PVALID}, {0xA73E, 0xA73E, DISALLOWED}, {0xA73F, 0xA73F, PVALID}, {0xA740, 0xA740, DISALLOWED}, {0xA741, 0xA741, PVALID}, {0xA742, 0xA742, DISALLOWED}, {0xA743, 0xA743, PVALID}, {0xA744, 0xA744, DISALLOWED}, {0xA745, 0xA745, PVALID}, {0xA746, 0xA746, DISALLOWED}, {0xA747, 0xA747, PVALID}, {0xA748, 0xA748, DISALLOWED}, {0xA749, 0xA749, PVALID}, {0xA74A, 0xA74A, DISALLOWED}, {0xA74B, 0xA74B, PVALID}, {0xA74C, 0xA74C, DISALLOWED}, {0xA74D, 0xA74D, PVALID}, {0xA74E, 0xA74E, DISALLOWED}, {0xA74F, 0xA74F, PVALID}, {0xA750, 0xA750, DISALLOWED}, {0xA751, 0xA751, PVALID}, {0xA752, 0xA752, DISALLOWED}, {0xA753, 0xA753, PVALID}, {0xA754, 0xA754, DISALLOWED}, {0xA755, 0xA755, PVALID}, {0xA756, 0xA756, DISALLOWED}, {0xA757, 0xA757, PVALID}, {0xA758, 0xA758, DISALLOWED}, {0xA759, 0xA759, PVALID}, {0xA75A, 0xA75A, DISALLOWED}, {0xA75B, 0xA75B, PVALID}, {0xA75C, 0xA75C, DISALLOWED}, {0xA75D, 0xA75D, PVALID}, {0xA75E, 0xA75E, DISALLOWED}, {0xA75F, 0xA75F, PVALID}, {0xA760, 0xA760, DISALLOWED}, {0xA761, 0xA761, PVALID}, {0xA762, 0xA762, DISALLOWED}, {0xA763, 0xA763, PVALID}, {0xA764, 0xA764, DISALLOWED}, {0xA765, 0xA765, PVALID}, {0xA766, 0xA766, DISALLOWED}, {0xA767, 0xA767, PVALID}, {0xA768, 0xA768, DISALLOWED}, {0xA769, 0xA769, PVALID}, {0xA76A, 0xA76A, DISALLOWED}, {0xA76B, 0xA76B, PVALID}, {0xA76C, 0xA76C, DISALLOWED}, {0xA76D, 0xA76D, PVALID}, {0xA76E, 0xA76E, DISALLOWED}, {0xA76F, 0xA76F, PVALID}, {0xA770, 0xA770, DISALLOWED}, {0xA771, 0xA778, PVALID}, {0xA779, 0xA779, DISALLOWED}, {0xA77A, 0xA77A, PVALID}, {0xA77B, 0xA77B, DISALLOWED}, {0xA77C, 0xA77C, PVALID}, {0xA77D, 0xA77E, DISALLOWED}, {0xA77F, 0xA77F, PVALID}, {0xA780, 0xA780, DISALLOWED}, {0xA781, 0xA781, PVALID}, {0xA782, 0xA782, DISALLOWED}, {0xA783, 0xA783, PVALID}, {0xA784, 0xA784, DISALLOWED}, {0xA785, 0xA785, PVALID}, {0xA786, 0xA786, DISALLOWED}, {0xA787, 0xA788, PVALID}, {0xA789, 0xA78B, DISALLOWED}, {0xA78C, 0xA78C, PVALID}, {0xA78D, 0xA78D, DISALLOWED}, {0xA78E, 0xA78E, PVALID}, {0xA790, 0xA790, DISALLOWED}, {0xA791, 0xA791, PVALID}, {0xA792, 0xA792, DISALLOWED}, {0xA793, 0xA793, PVALID}, {0xA7A0, 0xA7A0, DISALLOWED}, {0xA7A1, 0xA7A1, PVALID}, {0xA7A2, 0xA7A2, DISALLOWED}, {0xA7A3, 0xA7A3, PVALID}, {0xA7A4, 0xA7A4, DISALLOWED}, {0xA7A5, 0xA7A5, PVALID}, {0xA7A6, 0xA7A6, DISALLOWED}, {0xA7A7, 0xA7A7, PVALID}, {0xA7A8, 0xA7A8, DISALLOWED}, {0xA7A9, 0xA7A9, PVALID}, {0xA7AA, 0xA7AA, DISALLOWED}, {0xA7F8, 0xA7F9, DISALLOWED}, {0xA7FA, 0xA827, PVALID}, {0xA828, 0xA82B, DISALLOWED}, {0xA830, 0xA839, DISALLOWED}, {0xA840, 0xA873, PVALID}, {0xA874, 0xA877, DISALLOWED}, {0xA880, 0xA8C4, PVALID}, {0xA8CE, 0xA8CF, DISALLOWED}, {0xA8D0, 0xA8D9, PVALID}, {0xA8E0, 0xA8F7, PVALID}, {0xA8F8, 0xA8FA, DISALLOWED}, {0xA8FB, 0xA8FB, PVALID}, {0xA900, 0xA92D, PVALID}, {0xA92E, 0xA92F, DISALLOWED}, {0xA930, 0xA953, PVALID}, {0xA95F, 0xA97C, DISALLOWED}, {0xA980, 0xA9C0, PVALID}, {0xA9C1, 0xA9CD, DISALLOWED}, {0xA9CF, 0xA9D9, PVALID}, {0xA9DE, 0xA9DF, DISALLOWED}, {0xAA00, 0xAA36, PVALID}, {0xAA40, 0xAA4D, PVALID}, {0xAA50, 0xAA59, PVALID}, {0xAA5C, 0xAA5F, DISALLOWED}, {0xAA60, 0xAA76, PVALID}, {0xAA77, 0xAA79, DISALLOWED}, {0xAA7A, 0xAA7B, PVALID}, {0xAA80, 0xAAC2, PVALID}, {0xAADB, 0xAADD, PVALID}, {0xAADE, 0xAADF, DISALLOWED}, {0xAAE0, 0xAAEF, PVALID}, {0xAAF0, 0xAAF1, DISALLOWED}, {0xAAF2, 0xAAF6, PVALID}, {0xAB01, 0xAB06, PVALID}, {0xAB09, 0xAB0E, PVALID}, {0xAB11, 0xAB16, PVALID}, {0xAB20, 0xAB26, PVALID}, {0xAB28, 0xAB2E, PVALID}, {0xABC0, 0xABEA, PVALID}, {0xABEB, 0xABEB, DISALLOWED}, {0xABEC, 0xABED, PVALID}, {0xABF0, 0xABF9, PVALID}, {0xAC00, 0xD7A3, PVALID}, {0xD7B0, 0xD7C6, DISALLOWED}, {0xD7CB, 0xD7FB, DISALLOWED}, {0xD800, 0xFA0D, DISALLOWED}, {0xFA0E, 0xFA0F, PVALID}, {0xFA10, 0xFA10, DISALLOWED}, {0xFA11, 0xFA11, PVALID}, {0xFA12, 0xFA12, DISALLOWED}, {0xFA13, 0xFA14, PVALID}, {0xFA15, 0xFA1E, DISALLOWED}, {0xFA1F, 0xFA1F, PVALID}, {0xFA20, 0xFA20, DISALLOWED}, {0xFA21, 0xFA21, PVALID}, {0xFA22, 0xFA22, DISALLOWED}, {0xFA23, 0xFA24, PVALID}, {0xFA25, 0xFA26, DISALLOWED}, {0xFA27, 0xFA29, PVALID}, {0xFA2A, 0xFA6D, DISALLOWED}, {0xFA70, 0xFAD9, DISALLOWED}, {0xFB00, 0xFB06, DISALLOWED}, {0xFB13, 0xFB17, DISALLOWED}, {0xFB1D, 0xFB1D, DISALLOWED}, {0xFB1E, 0xFB1E, PVALID}, {0xFB1F, 0xFB36, DISALLOWED}, {0xFB38, 0xFB3C, DISALLOWED}, {0xFB3E, 0xFB3E, DISALLOWED}, {0xFB40, 0xFB41, DISALLOWED}, {0xFB43, 0xFB44, DISALLOWED}, {0xFB46, 0xFBC1, DISALLOWED}, {0xFBD3, 0xFD3F, DISALLOWED}, {0xFD50, 0xFD8F, DISALLOWED}, {0xFD92, 0xFDC7, DISALLOWED}, {0xFDD0, 0xFDFD, DISALLOWED}, {0xFE00, 0xFE19, DISALLOWED}, {0xFE20, 0xFE26, PVALID}, {0xFE30, 0xFE52, DISALLOWED}, {0xFE54, 0xFE66, DISALLOWED}, {0xFE68, 0xFE6B, DISALLOWED}, {0xFE70, 0xFE72, DISALLOWED}, {0xFE73, 0xFE73, PVALID}, {0xFE74, 0xFE74, DISALLOWED}, {0xFE76, 0xFEFC, DISALLOWED}, {0xFEFF, 0xFEFF, DISALLOWED}, {0xFF01, 0xFFBE, DISALLOWED}, {0xFFC2, 0xFFC7, DISALLOWED}, {0xFFCA, 0xFFCF, DISALLOWED}, {0xFFD2, 0xFFD7, DISALLOWED}, {0xFFDA, 0xFFDC, DISALLOWED}, {0xFFE0, 0xFFE6, DISALLOWED}, {0xFFE8, 0xFFEE, DISALLOWED}, {0xFFF9, 0xFFFF, DISALLOWED}, {0x10000, 0x1000B, PVALID}, {0x1000D, 0x10026, PVALID}, {0x10028, 0x1003A, PVALID}, {0x1003C, 0x1003D, PVALID}, {0x1003F, 0x1004D, PVALID}, {0x10050, 0x1005D, PVALID}, {0x10080, 0x100FA, PVALID}, {0x10100, 0x10102, DISALLOWED}, {0x10107, 0x10133, DISALLOWED}, {0x10137, 0x1018A, DISALLOWED}, {0x10190, 0x1019B, DISALLOWED}, {0x101D0, 0x101FC, DISALLOWED}, {0x101FD, 0x101FD, PVALID}, {0x10280, 0x1029C, PVALID}, {0x102A0, 0x102D0, PVALID}, {0x10300, 0x1031E, PVALID}, {0x10320, 0x10323, DISALLOWED}, {0x10330, 0x10340, PVALID}, {0x10341, 0x10341, DISALLOWED}, {0x10342, 0x10349, PVALID}, {0x1034A, 0x1034A, DISALLOWED}, {0x10380, 0x1039D, PVALID}, {0x1039F, 0x1039F, DISALLOWED}, {0x103A0, 0x103C3, PVALID}, {0x103C8, 0x103CF, PVALID}, {0x103D0, 0x103D5, DISALLOWED}, {0x10400, 0x10427, DISALLOWED}, {0x10428, 0x1049D, PVALID}, {0x104A0, 0x104A9, PVALID}, {0x10800, 0x10805, PVALID}, {0x10808, 0x10808, PVALID}, {0x1080A, 0x10835, PVALID}, {0x10837, 0x10838, PVALID}, {0x1083C, 0x1083C, PVALID}, {0x1083F, 0x10855, PVALID}, {0x10857, 0x1085F, DISALLOWED}, {0x10900, 0x10915, PVALID}, {0x10916, 0x1091B, DISALLOWED}, {0x1091F, 0x1091F, DISALLOWED}, {0x10920, 0x10939, PVALID}, {0x1093F, 0x1093F, DISALLOWED}, {0x10980, 0x109B7, PVALID}, {0x109BE, 0x109BF, PVALID}, {0x10A00, 0x10A03, PVALID}, {0x10A05, 0x10A06, PVALID}, {0x10A0C, 0x10A13, PVALID}, {0x10A15, 0x10A17, PVALID}, {0x10A19, 0x10A33, PVALID}, {0x10A38, 0x10A3A, PVALID}, {0x10A3F, 0x10A3F, PVALID}, {0x10A40, 0x10A47, DISALLOWED}, {0x10A50, 0x10A58, DISALLOWED}, {0x10A60, 0x10A7C, PVALID}, {0x10A7D, 0x10A7F, DISALLOWED}, {0x10B00, 0x10B35, PVALID}, {0x10B39, 0x10B3F, DISALLOWED}, {0x10B40, 0x10B55, PVALID}, {0x10B58, 0x10B5F, DISALLOWED}, {0x10B60, 0x10B72, PVALID}, {0x10B78, 0x10B7F, DISALLOWED}, {0x10C00, 0x10C48, PVALID}, {0x10E60, 0x10E7E, DISALLOWED}, {0x11000, 0x11046, PVALID}, {0x11047, 0x1104D, DISALLOWED}, {0x11052, 0x11065, DISALLOWED}, {0x11066, 0x1106F, PVALID}, {0x11080, 0x110BA, PVALID}, {0x110BB, 0x110C1, DISALLOWED}, {0x110D0, 0x110E8, PVALID}, {0x110F0, 0x110F9, PVALID}, {0x11100, 0x11134, PVALID}, {0x11136, 0x1113F, PVALID}, {0x11140, 0x11143, DISALLOWED}, {0x11180, 0x111C4, PVALID}, {0x111C5, 0x111C8, DISALLOWED}, {0x111D0, 0x111D9, PVALID}, {0x11680, 0x116B7, PVALID}, {0x116C0, 0x116C9, PVALID}, {0x12000, 0x1236E, PVALID}, {0x12400, 0x12462, DISALLOWED}, {0x12470, 0x12473, DISALLOWED}, {0x13000, 0x1342E, PVALID}, {0x16800, 0x16A38, PVALID}, {0x16F00, 0x16F44, PVALID}, {0x16F50, 0x16F7E, PVALID}, {0x16F8F, 0x16F9F, PVALID}, {0x1B000, 0x1B001, PVALID}, {0x1D000, 0x1D0F5, DISALLOWED}, {0x1D100, 0x1D126, DISALLOWED}, {0x1D129, 0x1D1DD, DISALLOWED}, {0x1D200, 0x1D245, DISALLOWED}, {0x1D300, 0x1D356, DISALLOWED}, {0x1D360, 0x1D371, DISALLOWED}, {0x1D400, 0x1D454, DISALLOWED}, {0x1D456, 0x1D49C, DISALLOWED}, {0x1D49E, 0x1D49F, DISALLOWED}, {0x1D4A2, 0x1D4A2, DISALLOWED}, {0x1D4A5, 0x1D4A6, DISALLOWED}, {0x1D4A9, 0x1D4AC, DISALLOWED}, {0x1D4AE, 0x1D4B9, DISALLOWED}, {0x1D4BB, 0x1D4BB, DISALLOWED}, {0x1D4BD, 0x1D4C3, DISALLOWED}, {0x1D4C5, 0x1D505, DISALLOWED}, {0x1D507, 0x1D50A, DISALLOWED}, {0x1D50D, 0x1D514, DISALLOWED}, {0x1D516, 0x1D51C, DISALLOWED}, {0x1D51E, 0x1D539, DISALLOWED}, {0x1D53B, 0x1D53E, DISALLOWED}, {0x1D540, 0x1D544, DISALLOWED}, {0x1D546, 0x1D546, DISALLOWED}, {0x1D54A, 0x1D550, DISALLOWED}, {0x1D552, 0x1D6A5, DISALLOWED}, {0x1D6A8, 0x1D7CB, DISALLOWED}, {0x1D7CE, 0x1D7FF, DISALLOWED}, {0x1EE00, 0x1EE03, DISALLOWED}, {0x1EE05, 0x1EE1F, DISALLOWED}, {0x1EE21, 0x1EE22, DISALLOWED}, {0x1EE24, 0x1EE24, DISALLOWED}, {0x1EE27, 0x1EE27, DISALLOWED}, {0x1EE29, 0x1EE32, DISALLOWED}, {0x1EE34, 0x1EE37, DISALLOWED}, {0x1EE39, 0x1EE39, DISALLOWED}, {0x1EE3B, 0x1EE3B, DISALLOWED}, {0x1EE42, 0x1EE42, DISALLOWED}, {0x1EE47, 0x1EE47, DISALLOWED}, {0x1EE49, 0x1EE49, DISALLOWED}, {0x1EE4B, 0x1EE4B, DISALLOWED}, {0x1EE4D, 0x1EE4F, DISALLOWED}, {0x1EE51, 0x1EE52, DISALLOWED}, {0x1EE54, 0x1EE54, DISALLOWED}, {0x1EE57, 0x1EE57, DISALLOWED}, {0x1EE59, 0x1EE59, DISALLOWED}, {0x1EE5B, 0x1EE5B, DISALLOWED}, {0x1EE5D, 0x1EE5D, DISALLOWED}, {0x1EE5F, 0x1EE5F, DISALLOWED}, {0x1EE61, 0x1EE62, DISALLOWED}, {0x1EE64, 0x1EE64, DISALLOWED}, {0x1EE67, 0x1EE6A, DISALLOWED}, {0x1EE6C, 0x1EE72, DISALLOWED}, {0x1EE74, 0x1EE77, DISALLOWED}, {0x1EE79, 0x1EE7C, DISALLOWED}, {0x1EE7E, 0x1EE7E, DISALLOWED}, {0x1EE80, 0x1EE89, DISALLOWED}, {0x1EE8B, 0x1EE9B, DISALLOWED}, {0x1EEA1, 0x1EEA3, DISALLOWED}, {0x1EEA5, 0x1EEA9, DISALLOWED}, {0x1EEAB, 0x1EEBB, DISALLOWED}, {0x1EEF0, 0x1EEF1, DISALLOWED}, {0x1F000, 0x1F02B, DISALLOWED}, {0x1F030, 0x1F093, DISALLOWED}, {0x1F0A0, 0x1F0AE, DISALLOWED}, {0x1F0B1, 0x1F0BE, DISALLOWED}, {0x1F0C1, 0x1F0CF, DISALLOWED}, {0x1F0D1, 0x1F0DF, DISALLOWED}, {0x1F100, 0x1F10A, DISALLOWED}, {0x1F110, 0x1F12E, DISALLOWED}, {0x1F130, 0x1F16B, DISALLOWED}, {0x1F170, 0x1F19A, DISALLOWED}, {0x1F1E6, 0x1F202, DISALLOWED}, {0x1F210, 0x1F23A, DISALLOWED}, {0x1F240, 0x1F248, DISALLOWED}, {0x1F250, 0x1F251, DISALLOWED}, {0x1F300, 0x1F320, DISALLOWED}, {0x1F330, 0x1F335, DISALLOWED}, {0x1F337, 0x1F37C, DISALLOWED}, {0x1F380, 0x1F393, DISALLOWED}, {0x1F3A0, 0x1F3C4, DISALLOWED}, {0x1F3C6, 0x1F3CA, DISALLOWED}, {0x1F3E0, 0x1F3F0, DISALLOWED}, {0x1F400, 0x1F43E, DISALLOWED}, {0x1F440, 0x1F440, DISALLOWED}, {0x1F442, 0x1F4F7, DISALLOWED}, {0x1F4F9, 0x1F4FC, DISALLOWED}, {0x1F500, 0x1F53D, DISALLOWED}, {0x1F540, 0x1F543, DISALLOWED}, {0x1F550, 0x1F567, DISALLOWED}, {0x1F5FB, 0x1F640, DISALLOWED}, {0x1F645, 0x1F64F, DISALLOWED}, {0x1F680, 0x1F6C5, DISALLOWED}, {0x1F700, 0x1F773, DISALLOWED}, {0x1FFFE, 0x1FFFF, DISALLOWED}, {0x20000, 0x2A6D6, PVALID}, {0x2A700, 0x2B734, PVALID}, {0x2B740, 0x2B81D, PVALID}, {0x2F800, 0x2FA1D, DISALLOWED}, {0x2FFFE, 0x2FFFF, DISALLOWED}, {0x3FFFE, 0x3FFFF, DISALLOWED}, {0x4FFFE, 0x4FFFF, DISALLOWED}, {0x5FFFE, 0x5FFFF, DISALLOWED}, {0x6FFFE, 0x6FFFF, DISALLOWED}, {0x7FFFE, 0x7FFFF, DISALLOWED}, {0x8FFFE, 0x8FFFF, DISALLOWED}, {0x9FFFE, 0x9FFFF, DISALLOWED}, {0xAFFFE, 0xAFFFF, DISALLOWED}, {0xBFFFE, 0xBFFFF, DISALLOWED}, {0xCFFFE, 0xCFFFF, DISALLOWED}, {0xDFFFE, 0xDFFFF, DISALLOWED}, {0xE0001, 0xE0001, DISALLOWED}, {0xE0020, 0xE007F, DISALLOWED}, {0xE0100, 0xE01EF, DISALLOWED}, {0xEFFFE, 0x10FFFF, DISALLOWED}, }; const size_t idna_table_size = 1922; ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/idna-tables-6.3.0.txt�������������������������������������������������������������0000644�0000000�0000000�00000475157�12272476404�014116� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ IDNA Parameters Created 2010-03-31 Last Updated 2013-10-14 Reference [RFC5892][RFC6452] Note This registry is based on Unicode 6.3.0. Older versions of this registry: [Unicode 5.2.0], [Unicode 6.0.0], [Unicode 6.1.0], [Unicode 6.2.0] Available Formats [IMG] XML [IMG] HTML [IMG] Plain text Registries included below * IDNA Contextual Rules * IDNA Derived Properties IDNA Contextual Rules Registration Procedure(s) IETF Review Reference [RFC5892][RFC6452] Available Formats [IMG] CSV Code Point Lookup Rule Set Overview Description This may occur in a formally cursive script (such as Arabic) in a context False; where it breaks a cursive connection as If Canonical_Combining_Class(Before(cp)) .eq. Virama Then True; required for orthographic rules, as in ZERO WIDTH 200C True If RegExpMatch((Joining_Type:{L,D})(Joining_Type:T)*\u200C the Persian language, for example. It NON-JOINER (Joining_Type:T)*(Joining_Type:{R,D})) Then True; also may occur in Indic scripts in a consonant conjunct context (immediately following a virama), to control required display of such conjuncts. This may occur in Indic scripts in a 200D True False; consonant conjunct context (immediately ZERO WIDTH JOINER If Canonical_Combining_Class(Before(cp)) .eq. Virama Then True; following a virama), to control required display of such conjuncts. False; Between 'l' (U+006C) characters only, 00B7 False If Before(cp) .eq. U+006C And used to permit the Catalan character ela MIDDLE DOT After(cp) .eq. U+006C Then True; geminada to be expressed 0375 False False; The script of the following character GREEK LOWER NUMERAL If Script(After(cp)) .eq. Greek Then True; MUST be Greek. SIGN (KERAIA) 05F3 False False; The script of the preceding character HEBREW PUNCTUATION If Script(Before(cp)) .eq. Hebrew Then True; MUST be Hebrew. GERESH 05F4 False False; The script of the preceding character HEBREW PUNCTUATION If Script(Before(cp)) .eq. Hebrew Then True; MUST be Hebrew. GERSHAYIM False; Note that the Script of Katakana Middle For All Characters: Dot is not any of "Hiragana", "Katakana" 30FB False If Script(cp) .in. {Hiragana, Katakana, Han} Then True; or "Han". The effect of this rule is to KATAKANA MIDDLE DOT End For; require at least one character in the label to be in one of those scripts. True; 0660-0669 False For All Characters: Can not be mixed with Extended ARABIC-INDIC DIGITS If cp .in. 06F0..06F9 Then False; Arabic-Indic Digits. End For; True; 06F0-06F9 False For All Characters: Can not be mixed with Arabic-Indic EXTENDED If cp .in. 0660..0669 Then False; Digits. ARABIC-INDIC DIGITS End For; IDNA Derived Properties Registration Procedure(s) Expert Review Expert(s) Patrik Faltstrom Reference [RFC5892][RFC6452][Unicode Character Database 6.3.0] Available Formats [IMG] CSV Codepoint Property Description 0000-002C DISALLOWED NULL..COMMA 002D PVALID HYPHEN-MINUS 002E-002F DISALLOWED FULL STOP..SOLIDUS 0030-0039 PVALID DIGIT ZERO..DIGIT NINE 003A-0060 DISALLOWED COLON..GRAVE ACCENT 0061-007A PVALID LATIN SMALL LETTER A..LATIN SMALL LETTER Z 007B-00B6 DISALLOWED LEFT CURLY BRACKET..PILCROW SIGN 00B7 CONTEXTO MIDDLE DOT 00B8-00DE DISALLOWED CEDILLA..LATIN CAPITAL LETTER THORN 00DF-00F6 PVALID LATIN SMALL LETTER SHARP S..LATIN SMALL LETTER O WITH DIAERESIS 00F7 DISALLOWED DIVISION SIGN 00F8-00FF PVALID LATIN SMALL LETTER O WITH STROKE..LATIN SMALL LETTER Y WITH DIAERESIS 0100 DISALLOWED LATIN CAPITAL LETTER A WITH MACRON 0101 PVALID LATIN SMALL LETTER A WITH MACRON 0102 DISALLOWED LATIN CAPITAL LETTER A WITH BREVE 0103 PVALID LATIN SMALL LETTER A WITH BREVE 0104 DISALLOWED LATIN CAPITAL LETTER A WITH OGONEK 0105 PVALID LATIN SMALL LETTER A WITH OGONEK 0106 DISALLOWED LATIN CAPITAL LETTER C WITH ACUTE 0107 PVALID LATIN SMALL LETTER C WITH ACUTE 0108 DISALLOWED LATIN CAPITAL LETTER C WITH CIRCUMFLEX 0109 PVALID LATIN SMALL LETTER C WITH CIRCUMFLEX 010A DISALLOWED LATIN CAPITAL LETTER C WITH DOT ABOVE 010B PVALID LATIN SMALL LETTER C WITH DOT ABOVE 010C DISALLOWED LATIN CAPITAL LETTER C WITH CARON 010D PVALID LATIN SMALL LETTER C WITH CARON 010E DISALLOWED LATIN CAPITAL LETTER D WITH CARON 010F PVALID LATIN SMALL LETTER D WITH CARON 0110 DISALLOWED LATIN CAPITAL LETTER D WITH STROKE 0111 PVALID LATIN SMALL LETTER D WITH STROKE 0112 DISALLOWED LATIN CAPITAL LETTER E WITH MACRON 0113 PVALID LATIN SMALL LETTER E WITH MACRON 0114 DISALLOWED LATIN CAPITAL LETTER E WITH BREVE 0115 PVALID LATIN SMALL LETTER E WITH BREVE 0116 DISALLOWED LATIN CAPITAL LETTER E WITH DOT ABOVE 0117 PVALID LATIN SMALL LETTER E WITH DOT ABOVE 0118 DISALLOWED LATIN CAPITAL LETTER E WITH OGONEK 0119 PVALID LATIN SMALL LETTER E WITH OGONEK 011A DISALLOWED LATIN CAPITAL LETTER E WITH CARON 011B PVALID LATIN SMALL LETTER E WITH CARON 011C DISALLOWED LATIN CAPITAL LETTER G WITH CIRCUMFLEX 011D PVALID LATIN SMALL LETTER G WITH CIRCUMFLEX 011E DISALLOWED LATIN CAPITAL LETTER G WITH BREVE 011F PVALID LATIN SMALL LETTER G WITH BREVE 0120 DISALLOWED LATIN CAPITAL LETTER G WITH DOT ABOVE 0121 PVALID LATIN SMALL LETTER G WITH DOT ABOVE 0122 DISALLOWED LATIN CAPITAL LETTER G WITH CEDILLA 0123 PVALID LATIN SMALL LETTER G WITH CEDILLA 0124 DISALLOWED LATIN CAPITAL LETTER H WITH CIRCUMFLEX 0125 PVALID LATIN SMALL LETTER H WITH CIRCUMFLEX 0126 DISALLOWED LATIN CAPITAL LETTER H WITH STROKE 0127 PVALID LATIN SMALL LETTER H WITH STROKE 0128 DISALLOWED LATIN CAPITAL LETTER I WITH TILDE 0129 PVALID LATIN SMALL LETTER I WITH TILDE 012A DISALLOWED LATIN CAPITAL LETTER I WITH MACRON 012B PVALID LATIN SMALL LETTER I WITH MACRON 012C DISALLOWED LATIN CAPITAL LETTER I WITH BREVE 012D PVALID LATIN SMALL LETTER I WITH BREVE 012E DISALLOWED LATIN CAPITAL LETTER I WITH OGONEK 012F PVALID LATIN SMALL LETTER I WITH OGONEK 0130 DISALLOWED LATIN CAPITAL LETTER I WITH DOT ABOVE 0131 PVALID LATIN SMALL LETTER DOTLESS I 0132-0134 DISALLOWED LATIN CAPITAL LIGATURE IJ..LATIN CAPITAL LETTER J WITH CIRCUMFLEX 0135 PVALID LATIN SMALL LETTER J WITH CIRCUMFLEX 0136 DISALLOWED LATIN CAPITAL LETTER K WITH CEDILLA 0137-0138 PVALID LATIN SMALL LETTER K WITH CEDILLA..LATIN SMALL LETTER KRA 0139 DISALLOWED LATIN CAPITAL LETTER L WITH ACUTE 013A PVALID LATIN SMALL LETTER L WITH ACUTE 013B DISALLOWED LATIN CAPITAL LETTER L WITH CEDILLA 013C PVALID LATIN SMALL LETTER L WITH CEDILLA 013D DISALLOWED LATIN CAPITAL LETTER L WITH CARON 013E PVALID LATIN SMALL LETTER L WITH CARON 013F-0141 DISALLOWED LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN CAPITAL LETTER L WITH STROKE 0142 PVALID LATIN SMALL LETTER L WITH STROKE 0143 DISALLOWED LATIN CAPITAL LETTER N WITH ACUTE 0144 PVALID LATIN SMALL LETTER N WITH ACUTE 0145 DISALLOWED LATIN CAPITAL LETTER N WITH CEDILLA 0146 PVALID LATIN SMALL LETTER N WITH CEDILLA 0147 DISALLOWED LATIN CAPITAL LETTER N WITH CARON 0148 PVALID LATIN SMALL LETTER N WITH CARON 0149-014A DISALLOWED LATIN SMALL LETTER N PRECEDED BY APOSTROPHE..LATIN CAPITAL LETTER ENG 014B PVALID LATIN SMALL LETTER ENG 014C DISALLOWED LATIN CAPITAL LETTER O WITH MACRON 014D PVALID LATIN SMALL LETTER O WITH MACRON 014E DISALLOWED LATIN CAPITAL LETTER O WITH BREVE 014F PVALID LATIN SMALL LETTER O WITH BREVE 0150 DISALLOWED LATIN CAPITAL LETTER O WITH DOUBLE ACUTE 0151 PVALID LATIN SMALL LETTER O WITH DOUBLE ACUTE 0152 DISALLOWED LATIN CAPITAL LIGATURE OE 0153 PVALID LATIN SMALL LIGATURE OE 0154 DISALLOWED LATIN CAPITAL LETTER R WITH ACUTE 0155 PVALID LATIN SMALL LETTER R WITH ACUTE 0156 DISALLOWED LATIN CAPITAL LETTER R WITH CEDILLA 0157 PVALID LATIN SMALL LETTER R WITH CEDILLA 0158 DISALLOWED LATIN CAPITAL LETTER R WITH CARON 0159 PVALID LATIN SMALL LETTER R WITH CARON 015A DISALLOWED LATIN CAPITAL LETTER S WITH ACUTE 015B PVALID LATIN SMALL LETTER S WITH ACUTE 015C DISALLOWED LATIN CAPITAL LETTER S WITH CIRCUMFLEX 015D PVALID LATIN SMALL LETTER S WITH CIRCUMFLEX 015E DISALLOWED LATIN CAPITAL LETTER S WITH CEDILLA 015F PVALID LATIN SMALL LETTER S WITH CEDILLA 0160 DISALLOWED LATIN CAPITAL LETTER S WITH CARON 0161 PVALID LATIN SMALL LETTER S WITH CARON 0162 DISALLOWED LATIN CAPITAL LETTER T WITH CEDILLA 0163 PVALID LATIN SMALL LETTER T WITH CEDILLA 0164 DISALLOWED LATIN CAPITAL LETTER T WITH CARON 0165 PVALID LATIN SMALL LETTER T WITH CARON 0166 DISALLOWED LATIN CAPITAL LETTER T WITH STROKE 0167 PVALID LATIN SMALL LETTER T WITH STROKE 0168 DISALLOWED LATIN CAPITAL LETTER U WITH TILDE 0169 PVALID LATIN SMALL LETTER U WITH TILDE 016A DISALLOWED LATIN CAPITAL LETTER U WITH MACRON 016B PVALID LATIN SMALL LETTER U WITH MACRON 016C DISALLOWED LATIN CAPITAL LETTER U WITH BREVE 016D PVALID LATIN SMALL LETTER U WITH BREVE 016E DISALLOWED LATIN CAPITAL LETTER U WITH RING ABOVE 016F PVALID LATIN SMALL LETTER U WITH RING ABOVE 0170 DISALLOWED LATIN CAPITAL LETTER U WITH DOUBLE ACUTE 0171 PVALID LATIN SMALL LETTER U WITH DOUBLE ACUTE 0172 DISALLOWED LATIN CAPITAL LETTER U WITH OGONEK 0173 PVALID LATIN SMALL LETTER U WITH OGONEK 0174 DISALLOWED LATIN CAPITAL LETTER W WITH CIRCUMFLEX 0175 PVALID LATIN SMALL LETTER W WITH CIRCUMFLEX 0176 DISALLOWED LATIN CAPITAL LETTER Y WITH CIRCUMFLEX 0177 PVALID LATIN SMALL LETTER Y WITH CIRCUMFLEX 0178-0179 DISALLOWED LATIN CAPITAL LETTER Y WITH DIAERESIS..LATIN CAPITAL LETTER Z WITH ACUTE 017A PVALID LATIN SMALL LETTER Z WITH ACUTE 017B DISALLOWED LATIN CAPITAL LETTER Z WITH DOT ABOVE 017C PVALID LATIN SMALL LETTER Z WITH DOT ABOVE 017D DISALLOWED LATIN CAPITAL LETTER Z WITH CARON 017E PVALID LATIN SMALL LETTER Z WITH CARON 017F DISALLOWED LATIN SMALL LETTER LONG S 0180 PVALID LATIN SMALL LETTER B WITH STROKE 0181-0182 DISALLOWED LATIN CAPITAL LETTER B WITH HOOK..LATIN CAPITAL LETTER B WITH TOPBAR 0183 PVALID LATIN SMALL LETTER B WITH TOPBAR 0184 DISALLOWED LATIN CAPITAL LETTER TONE SIX 0185 PVALID LATIN SMALL LETTER TONE SIX 0186-0187 DISALLOWED LATIN CAPITAL LETTER OPEN O..LATIN CAPITAL LETTER C WITH HOOK 0188 PVALID LATIN SMALL LETTER C WITH HOOK 0189-018B DISALLOWED LATIN CAPITAL LETTER AFRICAN D..LATIN CAPITAL LETTER D WITH TOPBAR 018C-018D PVALID LATIN SMALL LETTER D WITH TOPBAR..LATIN SMALL LETTER TURNED DELTA 018E-0191 DISALLOWED LATIN CAPITAL LETTER REVERSED E..LATIN CAPITAL LETTER F WITH HOOK 0192 PVALID LATIN SMALL LETTER F WITH HOOK 0193-0194 DISALLOWED LATIN CAPITAL LETTER G WITH HOOK..LATIN CAPITAL LETTER GAMMA 0195 PVALID LATIN SMALL LETTER HV 0196-0198 DISALLOWED LATIN CAPITAL LETTER IOTA..LATIN CAPITAL LETTER K WITH HOOK 0199-019B PVALID LATIN SMALL LETTER K WITH HOOK..LATIN SMALL LETTER LAMBDA WITH STROKE 019C-019D DISALLOWED LATIN CAPITAL LETTER TURNED M..LATIN CAPITAL LETTER N WITH LEFT HOOK 019E PVALID LATIN SMALL LETTER N WITH LONG RIGHT LEG 019F-01A0 DISALLOWED LATIN CAPITAL LETTER O WITH MIDDLE TILDE..LATIN CAPITAL LETTER O WITH HORN 01A1 PVALID LATIN SMALL LETTER O WITH HORN 01A2 DISALLOWED LATIN CAPITAL LETTER OI 01A3 PVALID LATIN SMALL LETTER OI 01A4 DISALLOWED LATIN CAPITAL LETTER P WITH HOOK 01A5 PVALID LATIN SMALL LETTER P WITH HOOK 01A6-01A7 DISALLOWED LATIN LETTER YR..LATIN CAPITAL LETTER TONE TWO 01A8 PVALID LATIN SMALL LETTER TONE TWO 01A9 DISALLOWED LATIN CAPITAL LETTER ESH 01AA-01AB PVALID LATIN LETTER REVERSED ESH LOOP..LATIN SMALL LETTER T WITH PALATAL HOOK 01AC DISALLOWED LATIN CAPITAL LETTER T WITH HOOK 01AD PVALID LATIN SMALL LETTER T WITH HOOK 01AE-01AF DISALLOWED LATIN CAPITAL LETTER T WITH RETROFLEX HOOK..LATIN CAPITAL LETTER U WITH HORN 01B0 PVALID LATIN SMALL LETTER U WITH HORN 01B1-01B3 DISALLOWED LATIN CAPITAL LETTER UPSILON..LATIN CAPITAL LETTER Y WITH HOOK 01B4 PVALID LATIN SMALL LETTER Y WITH HOOK 01B5 DISALLOWED LATIN CAPITAL LETTER Z WITH STROKE 01B6 PVALID LATIN SMALL LETTER Z WITH STROKE 01B7-01B8 DISALLOWED LATIN CAPITAL LETTER EZH..LATIN CAPITAL LETTER EZH REVERSED 01B9-01BB PVALID LATIN SMALL LETTER EZH REVERSED..LATIN LETTER TWO WITH STROKE 01BC DISALLOWED LATIN CAPITAL LETTER TONE FIVE 01BD-01C3 PVALID LATIN SMALL LETTER TONE FIVE..LATIN LETTER RETROFLEX CLICK 01C4-01CD DISALLOWED LATIN CAPITAL LETTER DZ WITH CARON..LATIN CAPITAL LETTER A WITH CARON 01CE PVALID LATIN SMALL LETTER A WITH CARON 01CF DISALLOWED LATIN CAPITAL LETTER I WITH CARON 01D0 PVALID LATIN SMALL LETTER I WITH CARON 01D1 DISALLOWED LATIN CAPITAL LETTER O WITH CARON 01D2 PVALID LATIN SMALL LETTER O WITH CARON 01D3 DISALLOWED LATIN CAPITAL LETTER U WITH CARON 01D4 PVALID LATIN SMALL LETTER U WITH CARON 01D5 DISALLOWED LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON 01D6 PVALID LATIN SMALL LETTER U WITH DIAERESIS AND MACRON 01D7 DISALLOWED LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE 01D8 PVALID LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE 01D9 DISALLOWED LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON 01DA PVALID LATIN SMALL LETTER U WITH DIAERESIS AND CARON 01DB DISALLOWED LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE 01DC-01DD PVALID LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE..LATIN SMALL LETTER TURNED E 01DE DISALLOWED LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON 01DF PVALID LATIN SMALL LETTER A WITH DIAERESIS AND MACRON 01E0 DISALLOWED LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON 01E1 PVALID LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON 01E2 DISALLOWED LATIN CAPITAL LETTER AE WITH MACRON 01E3 PVALID LATIN SMALL LETTER AE WITH MACRON 01E4 DISALLOWED LATIN CAPITAL LETTER G WITH STROKE 01E5 PVALID LATIN SMALL LETTER G WITH STROKE 01E6 DISALLOWED LATIN CAPITAL LETTER G WITH CARON 01E7 PVALID LATIN SMALL LETTER G WITH CARON 01E8 DISALLOWED LATIN CAPITAL LETTER K WITH CARON 01E9 PVALID LATIN SMALL LETTER K WITH CARON 01EA DISALLOWED LATIN CAPITAL LETTER O WITH OGONEK 01EB PVALID LATIN SMALL LETTER O WITH OGONEK 01EC DISALLOWED LATIN CAPITAL LETTER O WITH OGONEK AND MACRON 01ED PVALID LATIN SMALL LETTER O WITH OGONEK AND MACRON 01EE DISALLOWED LATIN CAPITAL LETTER EZH WITH CARON 01EF-01F0 PVALID LATIN SMALL LETTER EZH WITH CARON..LATIN SMALL LETTER J WITH CARON 01F1-01F4 DISALLOWED LATIN CAPITAL LETTER DZ..LATIN CAPITAL LETTER G WITH ACUTE 01F5 PVALID LATIN SMALL LETTER G WITH ACUTE 01F6-01F8 DISALLOWED LATIN CAPITAL LETTER HWAIR..LATIN CAPITAL LETTER N WITH GRAVE 01F9 PVALID LATIN SMALL LETTER N WITH GRAVE 01FA DISALLOWED LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE 01FB PVALID LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE 01FC DISALLOWED LATIN CAPITAL LETTER AE WITH ACUTE 01FD PVALID LATIN SMALL LETTER AE WITH ACUTE 01FE DISALLOWED LATIN CAPITAL LETTER O WITH STROKE AND ACUTE 01FF PVALID LATIN SMALL LETTER O WITH STROKE AND ACUTE 0200 DISALLOWED LATIN CAPITAL LETTER A WITH DOUBLE GRAVE 0201 PVALID LATIN SMALL LETTER A WITH DOUBLE GRAVE 0202 DISALLOWED LATIN CAPITAL LETTER A WITH INVERTED BREVE 0203 PVALID LATIN SMALL LETTER A WITH INVERTED BREVE 0204 DISALLOWED LATIN CAPITAL LETTER E WITH DOUBLE GRAVE 0205 PVALID LATIN SMALL LETTER E WITH DOUBLE GRAVE 0206 DISALLOWED LATIN CAPITAL LETTER E WITH INVERTED BREVE 0207 PVALID LATIN SMALL LETTER E WITH INVERTED BREVE 0208 DISALLOWED LATIN CAPITAL LETTER I WITH DOUBLE GRAVE 0209 PVALID LATIN SMALL LETTER I WITH DOUBLE GRAVE 020A DISALLOWED LATIN CAPITAL LETTER I WITH INVERTED BREVE 020B PVALID LATIN SMALL LETTER I WITH INVERTED BREVE 020C DISALLOWED LATIN CAPITAL LETTER O WITH DOUBLE GRAVE 020D PVALID LATIN SMALL LETTER O WITH DOUBLE GRAVE 020E DISALLOWED LATIN CAPITAL LETTER O WITH INVERTED BREVE 020F PVALID LATIN SMALL LETTER O WITH INVERTED BREVE 0210 DISALLOWED LATIN CAPITAL LETTER R WITH DOUBLE GRAVE 0211 PVALID LATIN SMALL LETTER R WITH DOUBLE GRAVE 0212 DISALLOWED LATIN CAPITAL LETTER R WITH INVERTED BREVE 0213 PVALID LATIN SMALL LETTER R WITH INVERTED BREVE 0214 DISALLOWED LATIN CAPITAL LETTER U WITH DOUBLE GRAVE 0215 PVALID LATIN SMALL LETTER U WITH DOUBLE GRAVE 0216 DISALLOWED LATIN CAPITAL LETTER U WITH INVERTED BREVE 0217 PVALID LATIN SMALL LETTER U WITH INVERTED BREVE 0218 DISALLOWED LATIN CAPITAL LETTER S WITH COMMA BELOW 0219 PVALID LATIN SMALL LETTER S WITH COMMA BELOW 021A DISALLOWED LATIN CAPITAL LETTER T WITH COMMA BELOW 021B PVALID LATIN SMALL LETTER T WITH COMMA BELOW 021C DISALLOWED LATIN CAPITAL LETTER YOGH 021D PVALID LATIN SMALL LETTER YOGH 021E DISALLOWED LATIN CAPITAL LETTER H WITH CARON 021F PVALID LATIN SMALL LETTER H WITH CARON 0220 DISALLOWED LATIN CAPITAL LETTER N WITH LONG RIGHT LEG 0221 PVALID LATIN SMALL LETTER D WITH CURL 0222 DISALLOWED LATIN CAPITAL LETTER OU 0223 PVALID LATIN SMALL LETTER OU 0224 DISALLOWED LATIN CAPITAL LETTER Z WITH HOOK 0225 PVALID LATIN SMALL LETTER Z WITH HOOK 0226 DISALLOWED LATIN CAPITAL LETTER A WITH DOT ABOVE 0227 PVALID LATIN SMALL LETTER A WITH DOT ABOVE 0228 DISALLOWED LATIN CAPITAL LETTER E WITH CEDILLA 0229 PVALID LATIN SMALL LETTER E WITH CEDILLA 022A DISALLOWED LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON 022B PVALID LATIN SMALL LETTER O WITH DIAERESIS AND MACRON 022C DISALLOWED LATIN CAPITAL LETTER O WITH TILDE AND MACRON 022D PVALID LATIN SMALL LETTER O WITH TILDE AND MACRON 022E DISALLOWED LATIN CAPITAL LETTER O WITH DOT ABOVE 022F PVALID LATIN SMALL LETTER O WITH DOT ABOVE 0230 DISALLOWED LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON 0231 PVALID LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON 0232 DISALLOWED LATIN CAPITAL LETTER Y WITH MACRON 0233-0239 PVALID LATIN SMALL LETTER Y WITH MACRON..LATIN SMALL LETTER QP DIGRAPH 023A-023B DISALLOWED LATIN CAPITAL LETTER A WITH STROKE..LATIN CAPITAL LETTER C WITH STROKE 023C PVALID LATIN SMALL LETTER C WITH STROKE 023D-023E DISALLOWED LATIN CAPITAL LETTER L WITH BAR..LATIN CAPITAL LETTER T WITH DIAGONAL STROKE 023F-0240 PVALID LATIN SMALL LETTER S WITH SWASH TAIL..LATIN SMALL LETTER Z WITH SWASH TAIL 0241 DISALLOWED LATIN CAPITAL LETTER GLOTTAL STOP 0242 PVALID LATIN SMALL LETTER GLOTTAL STOP 0243-0246 DISALLOWED LATIN CAPITAL LETTER B WITH STROKE..LATIN CAPITAL LETTER E WITH STROKE 0247 PVALID LATIN SMALL LETTER E WITH STROKE 0248 DISALLOWED LATIN CAPITAL LETTER J WITH STROKE 0249 PVALID LATIN SMALL LETTER J WITH STROKE 024A DISALLOWED LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL 024B PVALID LATIN SMALL LETTER Q WITH HOOK TAIL 024C DISALLOWED LATIN CAPITAL LETTER R WITH STROKE 024D PVALID LATIN SMALL LETTER R WITH STROKE 024E DISALLOWED LATIN CAPITAL LETTER Y WITH STROKE 024F-02AF PVALID LATIN SMALL LETTER Y WITH STROKE..LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL 02B0-02B8 DISALLOWED MODIFIER LETTER SMALL H..MODIFIER LETTER SMALL Y 02B9-02C1 PVALID MODIFIER LETTER PRIME..MODIFIER LETTER REVERSED GLOTTAL STOP 02C2-02C5 DISALLOWED MODIFIER LETTER LEFT ARROWHEAD..MODIFIER LETTER DOWN ARROWHEAD 02C6-02D1 PVALID MODIFIER LETTER CIRCUMFLEX ACCENT..MODIFIER LETTER HALF TRIANGULAR COLON 02D2-02EB DISALLOWED MODIFIER LETTER CENTRED RIGHT HALF RING..MODIFIER LETTER YANG DEPARTING TONE MARK 02EC PVALID MODIFIER LETTER VOICING 02ED DISALLOWED MODIFIER LETTER UNASPIRATED 02EE PVALID MODIFIER LETTER DOUBLE APOSTROPHE 02EF-02FF DISALLOWED MODIFIER LETTER LOW DOWN ARROWHEAD..MODIFIER LETTER LOW LEFT ARROW 0300-033F PVALID COMBINING GRAVE ACCENT..COMBINING DOUBLE OVERLINE 0340-0341 DISALLOWED COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0342 PVALID COMBINING GREEK PERISPOMENI 0343-0345 DISALLOWED COMBINING GREEK KORONIS..COMBINING GREEK YPOGEGRAMMENI 0346-034E PVALID COMBINING BRIDGE ABOVE..COMBINING UPWARDS ARROW BELOW 034F DISALLOWED COMBINING GRAPHEME JOINER 0350-036F PVALID COMBINING RIGHT ARROWHEAD ABOVE..COMBINING LATIN SMALL LETTER X 0370 DISALLOWED GREEK CAPITAL LETTER HETA 0371 PVALID GREEK SMALL LETTER HETA 0372 DISALLOWED GREEK CAPITAL LETTER ARCHAIC SAMPI 0373 PVALID GREEK SMALL LETTER ARCHAIC SAMPI 0374 DISALLOWED GREEK NUMERAL SIGN 0375 CONTEXTO GREEK LOWER NUMERAL SIGN 0376 DISALLOWED GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA 0377 PVALID GREEK SMALL LETTER PAMPHYLIAN DIGAMMA 0378-0379 UNASSIGNED <RESERVED>..<RESERVED> 037A DISALLOWED GREEK YPOGEGRAMMENI 037B-037D PVALID GREEK SMALL REVERSED LUNATE SIGMA SYMBOL..GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL 037E DISALLOWED GREEK QUESTION MARK 037F-0383 UNASSIGNED <RESERVED>..<RESERVED> 0384-038A DISALLOWED GREEK TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS 038B UNASSIGNED <RESERVED> 038C DISALLOWED GREEK CAPITAL LETTER OMICRON WITH TONOS 038D UNASSIGNED <RESERVED> 038E-038F DISALLOWED GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK CAPITAL LETTER OMEGA WITH TONOS 0390 PVALID GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 0391-03A1 DISALLOWED GREEK CAPITAL LETTER ALPHA..GREEK CAPITAL LETTER RHO 03A2 UNASSIGNED <RESERVED> 03A3-03AB DISALLOWED GREEK CAPITAL LETTER SIGMA..GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA 03AC-03CE PVALID GREEK SMALL LETTER ALPHA WITH TONOS..GREEK SMALL LETTER OMEGA WITH TONOS 03CF-03D6 DISALLOWED GREEK CAPITAL KAI SYMBOL..GREEK PI SYMBOL 03D7 PVALID GREEK KAI SYMBOL 03D8 DISALLOWED GREEK LETTER ARCHAIC KOPPA 03D9 PVALID GREEK SMALL LETTER ARCHAIC KOPPA 03DA DISALLOWED GREEK LETTER STIGMA 03DB PVALID GREEK SMALL LETTER STIGMA 03DC DISALLOWED GREEK LETTER DIGAMMA 03DD PVALID GREEK SMALL LETTER DIGAMMA 03DE DISALLOWED GREEK LETTER KOPPA 03DF PVALID GREEK SMALL LETTER KOPPA 03E0 DISALLOWED GREEK LETTER SAMPI 03E1 PVALID GREEK SMALL LETTER SAMPI 03E2 DISALLOWED COPTIC CAPITAL LETTER SHEI 03E3 PVALID COPTIC SMALL LETTER SHEI 03E4 DISALLOWED COPTIC CAPITAL LETTER FEI 03E5 PVALID COPTIC SMALL LETTER FEI 03E6 DISALLOWED COPTIC CAPITAL LETTER KHEI 03E7 PVALID COPTIC SMALL LETTER KHEI 03E8 DISALLOWED COPTIC CAPITAL LETTER HORI 03E9 PVALID COPTIC SMALL LETTER HORI 03EA DISALLOWED COPTIC CAPITAL LETTER GANGIA 03EB PVALID COPTIC SMALL LETTER GANGIA 03EC DISALLOWED COPTIC CAPITAL LETTER SHIMA 03ED PVALID COPTIC SMALL LETTER SHIMA 03EE DISALLOWED COPTIC CAPITAL LETTER DEI 03EF PVALID COPTIC SMALL LETTER DEI 03F0-03F2 DISALLOWED GREEK KAPPA SYMBOL..GREEK LUNATE SIGMA SYMBOL 03F3 PVALID GREEK LETTER YOT 03F4-03F7 DISALLOWED GREEK CAPITAL THETA SYMBOL..GREEK CAPITAL LETTER SHO 03F8 PVALID GREEK SMALL LETTER SHO 03F9-03FA DISALLOWED GREEK CAPITAL LUNATE SIGMA SYMBOL..GREEK CAPITAL LETTER SAN 03FB-03FC PVALID GREEK SMALL LETTER SAN..GREEK RHO WITH STROKE SYMBOL 03FD-042F DISALLOWED GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL..CYRILLIC CAPITAL LETTER YA 0430-045F PVALID CYRILLIC SMALL LETTER A..CYRILLIC SMALL LETTER DZHE 0460 DISALLOWED CYRILLIC CAPITAL LETTER OMEGA 0461 PVALID CYRILLIC SMALL LETTER OMEGA 0462 DISALLOWED CYRILLIC CAPITAL LETTER YAT 0463 PVALID CYRILLIC SMALL LETTER YAT 0464 DISALLOWED CYRILLIC CAPITAL LETTER IOTIFIED E 0465 PVALID CYRILLIC SMALL LETTER IOTIFIED E 0466 DISALLOWED CYRILLIC CAPITAL LETTER LITTLE YUS 0467 PVALID CYRILLIC SMALL LETTER LITTLE YUS 0468 DISALLOWED CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS 0469 PVALID CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS 046A DISALLOWED CYRILLIC CAPITAL LETTER BIG YUS 046B PVALID CYRILLIC SMALL LETTER BIG YUS 046C DISALLOWED CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS 046D PVALID CYRILLIC SMALL LETTER IOTIFIED BIG YUS 046E DISALLOWED CYRILLIC CAPITAL LETTER KSI 046F PVALID CYRILLIC SMALL LETTER KSI 0470 DISALLOWED CYRILLIC CAPITAL LETTER PSI 0471 PVALID CYRILLIC SMALL LETTER PSI 0472 DISALLOWED CYRILLIC CAPITAL LETTER FITA 0473 PVALID CYRILLIC SMALL LETTER FITA 0474 DISALLOWED CYRILLIC CAPITAL LETTER IZHITSA 0475 PVALID CYRILLIC SMALL LETTER IZHITSA 0476 DISALLOWED CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0477 PVALID CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0478 DISALLOWED CYRILLIC CAPITAL LETTER UK 0479 PVALID CYRILLIC SMALL LETTER UK 047A DISALLOWED CYRILLIC CAPITAL LETTER ROUND OMEGA 047B PVALID CYRILLIC SMALL LETTER ROUND OMEGA 047C DISALLOWED CYRILLIC CAPITAL LETTER OMEGA WITH TITLO 047D PVALID CYRILLIC SMALL LETTER OMEGA WITH TITLO 047E DISALLOWED CYRILLIC CAPITAL LETTER OT 047F PVALID CYRILLIC SMALL LETTER OT 0480 DISALLOWED CYRILLIC CAPITAL LETTER KOPPA 0481 PVALID CYRILLIC SMALL LETTER KOPPA 0482 DISALLOWED CYRILLIC THOUSANDS SIGN 0483-0487 PVALID COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE 0488-048A DISALLOWED COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..CYRILLIC CAPITAL LETTER SHORT I WITH TAIL 048B PVALID CYRILLIC SMALL LETTER SHORT I WITH TAIL 048C DISALLOWED CYRILLIC CAPITAL LETTER SEMISOFT SIGN 048D PVALID CYRILLIC SMALL LETTER SEMISOFT SIGN 048E DISALLOWED CYRILLIC CAPITAL LETTER ER WITH TICK 048F PVALID CYRILLIC SMALL LETTER ER WITH TICK 0490 DISALLOWED CYRILLIC CAPITAL LETTER GHE WITH UPTURN 0491 PVALID CYRILLIC SMALL LETTER GHE WITH UPTURN 0492 DISALLOWED CYRILLIC CAPITAL LETTER GHE WITH STROKE 0493 PVALID CYRILLIC SMALL LETTER GHE WITH STROKE 0494 DISALLOWED CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK 0495 PVALID CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK 0496 DISALLOWED CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER 0497 PVALID CYRILLIC SMALL LETTER ZHE WITH DESCENDER 0498 DISALLOWED CYRILLIC CAPITAL LETTER ZE WITH DESCENDER 0499 PVALID CYRILLIC SMALL LETTER ZE WITH DESCENDER 049A DISALLOWED CYRILLIC CAPITAL LETTER KA WITH DESCENDER 049B PVALID CYRILLIC SMALL LETTER KA WITH DESCENDER 049C DISALLOWED CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE 049D PVALID CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE 049E DISALLOWED CYRILLIC CAPITAL LETTER KA WITH STROKE 049F PVALID CYRILLIC SMALL LETTER KA WITH STROKE 04A0 DISALLOWED CYRILLIC CAPITAL LETTER BASHKIR KA 04A1 PVALID CYRILLIC SMALL LETTER BASHKIR KA 04A2 DISALLOWED CYRILLIC CAPITAL LETTER EN WITH DESCENDER 04A3 PVALID CYRILLIC SMALL LETTER EN WITH DESCENDER 04A4 DISALLOWED CYRILLIC CAPITAL LIGATURE EN GHE 04A5 PVALID CYRILLIC SMALL LIGATURE EN GHE 04A6 DISALLOWED CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK 04A7 PVALID CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK 04A8 DISALLOWED CYRILLIC CAPITAL LETTER ABKHASIAN HA 04A9 PVALID CYRILLIC SMALL LETTER ABKHASIAN HA 04AA DISALLOWED CYRILLIC CAPITAL LETTER ES WITH DESCENDER 04AB PVALID CYRILLIC SMALL LETTER ES WITH DESCENDER 04AC DISALLOWED CYRILLIC CAPITAL LETTER TE WITH DESCENDER 04AD PVALID CYRILLIC SMALL LETTER TE WITH DESCENDER 04AE DISALLOWED CYRILLIC CAPITAL LETTER STRAIGHT U 04AF PVALID CYRILLIC SMALL LETTER STRAIGHT U 04B0 DISALLOWED CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE 04B1 PVALID CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE 04B2 DISALLOWED CYRILLIC CAPITAL LETTER HA WITH DESCENDER 04B3 PVALID CYRILLIC SMALL LETTER HA WITH DESCENDER 04B4 DISALLOWED CYRILLIC CAPITAL LIGATURE TE TSE 04B5 PVALID CYRILLIC SMALL LIGATURE TE TSE 04B6 DISALLOWED CYRILLIC CAPITAL LETTER CHE WITH DESCENDER 04B7 PVALID CYRILLIC SMALL LETTER CHE WITH DESCENDER 04B8 DISALLOWED CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE 04B9 PVALID CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE 04BA DISALLOWED CYRILLIC CAPITAL LETTER SHHA 04BB PVALID CYRILLIC SMALL LETTER SHHA 04BC DISALLOWED CYRILLIC CAPITAL LETTER ABKHASIAN CHE 04BD PVALID CYRILLIC SMALL LETTER ABKHASIAN CHE 04BE DISALLOWED CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER 04BF PVALID CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER 04C0-04C1 DISALLOWED CYRILLIC LETTER PALOCHKA..CYRILLIC CAPITAL LETTER ZHE WITH BREVE 04C2 PVALID CYRILLIC SMALL LETTER ZHE WITH BREVE 04C3 DISALLOWED CYRILLIC CAPITAL LETTER KA WITH HOOK 04C4 PVALID CYRILLIC SMALL LETTER KA WITH HOOK 04C5 DISALLOWED CYRILLIC CAPITAL LETTER EL WITH TAIL 04C6 PVALID CYRILLIC SMALL LETTER EL WITH TAIL 04C7 DISALLOWED CYRILLIC CAPITAL LETTER EN WITH HOOK 04C8 PVALID CYRILLIC SMALL LETTER EN WITH HOOK 04C9 DISALLOWED CYRILLIC CAPITAL LETTER EN WITH TAIL 04CA PVALID CYRILLIC SMALL LETTER EN WITH TAIL 04CB DISALLOWED CYRILLIC CAPITAL LETTER KHAKASSIAN CHE 04CC PVALID CYRILLIC SMALL LETTER KHAKASSIAN CHE 04CD DISALLOWED CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE-04CF PVALID CYRILLIC SMALL LETTER EM WITH TAIL..CYRILLIC SMALL LETTER PALOCHKA 04D0 DISALLOWED CYRILLIC CAPITAL LETTER A WITH BREVE 04D1 PVALID CYRILLIC SMALL LETTER A WITH BREVE 04D2 DISALLOWED CYRILLIC CAPITAL LETTER A WITH DIAERESIS 04D3 PVALID CYRILLIC SMALL LETTER A WITH DIAERESIS 04D4 DISALLOWED CYRILLIC CAPITAL LIGATURE A IE 04D5 PVALID CYRILLIC SMALL LIGATURE A IE 04D6 DISALLOWED CYRILLIC CAPITAL LETTER IE WITH BREVE 04D7 PVALID CYRILLIC SMALL LETTER IE WITH BREVE 04D8 DISALLOWED CYRILLIC CAPITAL LETTER SCHWA 04D9 PVALID CYRILLIC SMALL LETTER SCHWA 04DA DISALLOWED CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS 04DB PVALID CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS 04DC DISALLOWED CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS 04DD PVALID CYRILLIC SMALL LETTER ZHE WITH DIAERESIS 04DE DISALLOWED CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS 04DF PVALID CYRILLIC SMALL LETTER ZE WITH DIAERESIS 04E0 DISALLOWED CYRILLIC CAPITAL LETTER ABKHASIAN DZE 04E1 PVALID CYRILLIC SMALL LETTER ABKHASIAN DZE 04E2 DISALLOWED CYRILLIC CAPITAL LETTER I WITH MACRON 04E3 PVALID CYRILLIC SMALL LETTER I WITH MACRON 04E4 DISALLOWED CYRILLIC CAPITAL LETTER I WITH DIAERESIS 04E5 PVALID CYRILLIC SMALL LETTER I WITH DIAERESIS 04E6 DISALLOWED CYRILLIC CAPITAL LETTER O WITH DIAERESIS 04E7 PVALID CYRILLIC SMALL LETTER O WITH DIAERESIS 04E8 DISALLOWED CYRILLIC CAPITAL LETTER BARRED O 04E9 PVALID CYRILLIC SMALL LETTER BARRED O 04EA DISALLOWED CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS 04EB PVALID CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS 04EC DISALLOWED CYRILLIC CAPITAL LETTER E WITH DIAERESIS 04ED PVALID CYRILLIC SMALL LETTER E WITH DIAERESIS 04EE DISALLOWED CYRILLIC CAPITAL LETTER U WITH MACRON 04EF PVALID CYRILLIC SMALL LETTER U WITH MACRON 04F0 DISALLOWED CYRILLIC CAPITAL LETTER U WITH DIAERESIS 04F1 PVALID CYRILLIC SMALL LETTER U WITH DIAERESIS 04F2 DISALLOWED CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE 04F3 PVALID CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 04F4 DISALLOWED CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F5 PVALID CYRILLIC SMALL LETTER CHE WITH DIAERESIS 04F6 DISALLOWED CYRILLIC CAPITAL LETTER GHE WITH DESCENDER 04F7 PVALID CYRILLIC SMALL LETTER GHE WITH DESCENDER 04F8 DISALLOWED CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04F9 PVALID CYRILLIC SMALL LETTER YERU WITH DIAERESIS 04FA DISALLOWED CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK 04FB PVALID CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK 04FC DISALLOWED CYRILLIC CAPITAL LETTER HA WITH HOOK 04FD PVALID CYRILLIC SMALL LETTER HA WITH HOOK 04FE DISALLOWED CYRILLIC CAPITAL LETTER HA WITH STROKE 04FF PVALID CYRILLIC SMALL LETTER HA WITH STROKE 0500 DISALLOWED CYRILLIC CAPITAL LETTER KOMI DE 0501 PVALID CYRILLIC SMALL LETTER KOMI DE 0502 DISALLOWED CYRILLIC CAPITAL LETTER KOMI DJE 0503 PVALID CYRILLIC SMALL LETTER KOMI DJE 0504 DISALLOWED CYRILLIC CAPITAL LETTER KOMI ZJE 0505 PVALID CYRILLIC SMALL LETTER KOMI ZJE 0506 DISALLOWED CYRILLIC CAPITAL LETTER KOMI DZJE 0507 PVALID CYRILLIC SMALL LETTER KOMI DZJE 0508 DISALLOWED CYRILLIC CAPITAL LETTER KOMI LJE 0509 PVALID CYRILLIC SMALL LETTER KOMI LJE 050A DISALLOWED CYRILLIC CAPITAL LETTER KOMI NJE 050B PVALID CYRILLIC SMALL LETTER KOMI NJE 050C DISALLOWED CYRILLIC CAPITAL LETTER KOMI SJE 050D PVALID CYRILLIC SMALL LETTER KOMI SJE 050E DISALLOWED CYRILLIC CAPITAL LETTER KOMI TJE 050F PVALID CYRILLIC SMALL LETTER KOMI TJE 0510 DISALLOWED CYRILLIC CAPITAL LETTER REVERSED ZE 0511 PVALID CYRILLIC SMALL LETTER REVERSED ZE 0512 DISALLOWED CYRILLIC CAPITAL LETTER EL WITH HOOK 0513 PVALID CYRILLIC SMALL LETTER EL WITH HOOK 0514 DISALLOWED CYRILLIC CAPITAL LETTER LHA 0515 PVALID CYRILLIC SMALL LETTER LHA 0516 DISALLOWED CYRILLIC CAPITAL LETTER RHA 0517 PVALID CYRILLIC SMALL LETTER RHA 0518 DISALLOWED CYRILLIC CAPITAL LETTER YAE 0519 PVALID CYRILLIC SMALL LETTER YAE 051A DISALLOWED CYRILLIC CAPITAL LETTER QA 051B PVALID CYRILLIC SMALL LETTER QA 051C DISALLOWED CYRILLIC CAPITAL LETTER WE 051D PVALID CYRILLIC SMALL LETTER WE 051E DISALLOWED CYRILLIC CAPITAL LETTER ALEUT KA 051F PVALID CYRILLIC SMALL LETTER ALEUT KA 0520 DISALLOWED CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK 0521 PVALID CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK 0522 DISALLOWED CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK 0523 PVALID CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK 0524 DISALLOWED CYRILLIC CAPITAL LETTER PE WITH DESCENDER 0525 PVALID CYRILLIC SMALL LETTER PE WITH DESCENDER 0526 DISALLOWED CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER 0527 PVALID CYRILLIC SMALL LETTER SHHA WITH DESCENDER 0528-0530 UNASSIGNED <RESERVED>..<RESERVED> 0531-0556 DISALLOWED ARMENIAN CAPITAL LETTER AYB..ARMENIAN CAPITAL LETTER FEH 0557-0558 UNASSIGNED <RESERVED>..<RESERVED> 0559 PVALID ARMENIAN MODIFIER LETTER LEFT HALF RING 055A-055F DISALLOWED ARMENIAN APOSTROPHE..ARMENIAN ABBREVIATION MARK 0560 UNASSIGNED <RESERVED> 0561-0586 PVALID ARMENIAN SMALL LETTER AYB..ARMENIAN SMALL LETTER FEH 0587 DISALLOWED ARMENIAN SMALL LIGATURE ECH YIWN 0588 UNASSIGNED <RESERVED> 0589-058A DISALLOWED ARMENIAN FULL STOP..ARMENIAN HYPHEN 058B-058E UNASSIGNED <RESERVED>..<RESERVED> 058F DISALLOWED ARMENIAN DRAM SIGN 0590 UNASSIGNED <RESERVED> 0591-05BD PVALID HEBREW ACCENT ETNAHTA..HEBREW POINT METEG 05BE DISALLOWED HEBREW PUNCTUATION MAQAF 05BF PVALID HEBREW POINT RAFE 05C0 DISALLOWED HEBREW PUNCTUATION PASEQ 05C1-05C2 PVALID HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT 05C3 DISALLOWED HEBREW PUNCTUATION SOF PASUQ 05C4-05C5 PVALID HEBREW MARK UPPER DOT..HEBREW MARK LOWER DOT 05C6 DISALLOWED HEBREW PUNCTUATION NUN HAFUKHA 05C7 PVALID HEBREW POINT QAMATS QATAN 05C8-05CF UNASSIGNED <RESERVED>..<RESERVED> 05D0-05EA PVALID HEBREW LETTER ALEF..HEBREW LETTER TAV 05EB-05EF UNASSIGNED <RESERVED>..<RESERVED> 05F0-05F2 PVALID HEBREW LIGATURE YIDDISH DOUBLE VAV..HEBREW LIGATURE YIDDISH DOUBLE YOD 05F3-05F4 CONTEXTO HEBREW PUNCTUATION GERESH..HEBREW PUNCTUATION GERSHAYIM 05F5-05FF UNASSIGNED <RESERVED>..<RESERVED> 0600-0604 DISALLOWED ARABIC NUMBER SIGN..ARABIC SIGN SAMVAT 0605 UNASSIGNED <RESERVED> 0606-060F DISALLOWED ARABIC-INDIC CUBE ROOT..ARABIC SIGN MISRA 0610-061A PVALID ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA 061B-061C DISALLOWED ARABIC SEMICOLON..ARABIC LETTER MARK 061D UNASSIGNED <RESERVED> 061E-061F DISALLOWED ARABIC TRIPLE DOT PUNCTUATION MARK..ARABIC QUESTION MARK 0620-063F PVALID ARABIC LETTER KASHMIRI YEH..ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE 0640 DISALLOWED ARABIC TATWEEL 0641-065F PVALID ARABIC LETTER FEH..ARABIC WAVY HAMZA BELOW 0660-0669 CONTEXTO ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE 066A-066D DISALLOWED ARABIC PERCENT SIGN..ARABIC FIVE POINTED STAR 066E-0674 PVALID ARABIC LETTER DOTLESS BEH..ARABIC LETTER HIGH HAMZA 0675-0678 DISALLOWED ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH 0679-06D3 PVALID ARABIC LETTER TTEH..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE 06D4 DISALLOWED ARABIC FULL STOP 06D5-06DC PVALID ARABIC LETTER AE..ARABIC SMALL HIGH SEEN 06DD-06DE DISALLOWED ARABIC END OF AYAH..ARABIC START OF RUB EL HIZB 06DF-06E8 PVALID ARABIC SMALL HIGH ROUNDED ZERO..ARABIC SMALL HIGH NOON 06E9 DISALLOWED ARABIC PLACE OF SAJDAH 06EA-06EF PVALID ARABIC EMPTY CENTRE LOW STOP..ARABIC LETTER REH WITH INVERTED V 06F0-06F9 CONTEXTO EXTENDED ARABIC-INDIC DIGIT ZERO..EXTENDED ARABIC-INDIC DIGIT NINE 06FA-06FF PVALID ARABIC LETTER SHEEN WITH DOT BELOW..ARABIC LETTER HEH WITH INVERTED V 0700-070D DISALLOWED SYRIAC END OF PARAGRAPH..SYRIAC HARKLEAN ASTERISCUS 070E UNASSIGNED <RESERVED> 070F DISALLOWED SYRIAC ABBREVIATION MARK 0710-074A PVALID SYRIAC LETTER ALAPH..SYRIAC BARREKH 074B-074C UNASSIGNED <RESERVED>..<RESERVED> 074D-07B1 PVALID SYRIAC LETTER SOGDIAN ZHAIN..THAANA LETTER NAA 07B2-07BF UNASSIGNED <RESERVED>..<RESERVED> 07C0-07F5 PVALID NKO DIGIT ZERO..NKO LOW TONE APOSTROPHE 07F6-07FA DISALLOWED NKO SYMBOL OO DENNEN..NKO LAJANYALAN 07FB-07FF UNASSIGNED <RESERVED>..<RESERVED> 0800-082D PVALID SAMARITAN LETTER ALAF..SAMARITAN MARK NEQUDAA 082E-082F UNASSIGNED <RESERVED>..<RESERVED> 0830-083E DISALLOWED SAMARITAN PUNCTUATION NEQUDAA..SAMARITAN PUNCTUATION ANNAAU 083F UNASSIGNED <RESERVED> 0840-085B PVALID MANDAIC LETTER HALQA..MANDAIC GEMINATION MARK 085C-085D UNASSIGNED <RESERVED>..<RESERVED> 085E DISALLOWED MANDAIC PUNCTUATION 085F-089F UNASSIGNED <RESERVED>..<RESERVED> 08A0 PVALID ARABIC LETTER BEH WITH SMALL V BELOW 08A1 UNASSIGNED <RESERVED> 08A2-08AC PVALID ARABIC LETTER JEEM WITH TWO DOTS ABOVE..ARABIC LETTER ROHINGYA YEH 08AD-08E3 UNASSIGNED <RESERVED>..<RESERVED> 08E4-08FE PVALID ARABIC CURLY FATHA..ARABIC DAMMA WITH DOT 08FF UNASSIGNED <RESERVED> 0900-0957 PVALID DEVANAGARI SIGN INVERTED CANDRABINDU..DEVANAGARI VOWEL SIGN UUE 0958-095F DISALLOWED DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 0960-0963 PVALID DEVANAGARI LETTER VOCALIC RR..DEVANAGARI VOWEL SIGN VOCALIC LL 0964-0965 DISALLOWED DEVANAGARI DANDA..DEVANAGARI DOUBLE DANDA 0966-096F PVALID DEVANAGARI DIGIT ZERO..DEVANAGARI DIGIT NINE 0970 DISALLOWED DEVANAGARI ABBREVIATION SIGN 0971-0977 PVALID DEVANAGARI SIGN HIGH SPACING DOT..DEVANAGARI LETTER UUE 0978 UNASSIGNED <RESERVED> 0979-097F PVALID DEVANAGARI LETTER ZHA..DEVANAGARI LETTER BBA 0980 UNASSIGNED <RESERVED> 0981-0983 PVALID BENGALI SIGN CANDRABINDU..BENGALI SIGN VISARGA 0984 UNASSIGNED <RESERVED> 0985-098C PVALID BENGALI LETTER A..BENGALI LETTER VOCALIC L 098D-098E UNASSIGNED <RESERVED>..<RESERVED> 098F-0990 PVALID BENGALI LETTER E..BENGALI LETTER AI 0991-0992 UNASSIGNED <RESERVED>..<RESERVED> 0993-09A8 PVALID BENGALI LETTER O..BENGALI LETTER NA 09A9 UNASSIGNED <RESERVED> 09AA-09B0 PVALID BENGALI LETTER PA..BENGALI LETTER RA 09B1 UNASSIGNED <RESERVED> 09B2 PVALID BENGALI LETTER LA 09B3-09B5 UNASSIGNED <RESERVED>..<RESERVED> 09B6-09B9 PVALID BENGALI LETTER SHA..BENGALI LETTER HA 09BA-09BB UNASSIGNED <RESERVED>..<RESERVED> 09BC-09C4 PVALID BENGALI SIGN NUKTA..BENGALI VOWEL SIGN VOCALIC RR 09C5-09C6 UNASSIGNED <RESERVED>..<RESERVED> 09C7-09C8 PVALID BENGALI VOWEL SIGN E..BENGALI VOWEL SIGN AI 09C9-09CA UNASSIGNED <RESERVED>..<RESERVED> 09CB-09CE PVALID BENGALI VOWEL SIGN O..BENGALI LETTER KHANDA TA 09CF-09D6 UNASSIGNED <RESERVED>..<RESERVED> 09D7 PVALID BENGALI AU LENGTH MARK 09D8-09DB UNASSIGNED <RESERVED>..<RESERVED> 09DC-09DD DISALLOWED BENGALI LETTER RRA..BENGALI LETTER RHA 09DE UNASSIGNED <RESERVED> 09DF DISALLOWED BENGALI LETTER YYA 09E0-09E3 PVALID BENGALI LETTER VOCALIC RR..BENGALI VOWEL SIGN VOCALIC LL 09E4-09E5 UNASSIGNED <RESERVED>..<RESERVED> 09E6-09F1 PVALID BENGALI DIGIT ZERO..BENGALI LETTER RA WITH LOWER DIAGONAL 09F2-09FB DISALLOWED BENGALI RUPEE MARK..BENGALI GANDA MARK 09FC-0A00 UNASSIGNED <RESERVED>..<RESERVED> 0A01-0A03 PVALID GURMUKHI SIGN ADAK BINDI..GURMUKHI SIGN VISARGA 0A04 UNASSIGNED <RESERVED> 0A05-0A0A PVALID GURMUKHI LETTER A..GURMUKHI LETTER UU 0A0B-0A0E UNASSIGNED <RESERVED>..<RESERVED> 0A0F-0A10 PVALID GURMUKHI LETTER EE..GURMUKHI LETTER AI 0A11-0A12 UNASSIGNED <RESERVED>..<RESERVED> 0A13-0A28 PVALID GURMUKHI LETTER OO..GURMUKHI LETTER NA 0A29 UNASSIGNED <RESERVED> 0A2A-0A30 PVALID GURMUKHI LETTER PA..GURMUKHI LETTER RA 0A31 UNASSIGNED <RESERVED> 0A32 PVALID GURMUKHI LETTER LA 0A33 DISALLOWED GURMUKHI LETTER LLA 0A34 UNASSIGNED <RESERVED> 0A35 PVALID GURMUKHI LETTER VA 0A36 DISALLOWED GURMUKHI LETTER SHA 0A37 UNASSIGNED <RESERVED> 0A38-0A39 PVALID GURMUKHI LETTER SA..GURMUKHI LETTER HA 0A3A-0A3B UNASSIGNED <RESERVED>..<RESERVED> 0A3C PVALID GURMUKHI SIGN NUKTA 0A3D UNASSIGNED <RESERVED> 0A3E-0A42 PVALID GURMUKHI VOWEL SIGN AA..GURMUKHI VOWEL SIGN UU 0A43-0A46 UNASSIGNED <RESERVED>..<RESERVED> 0A47-0A48 PVALID GURMUKHI VOWEL SIGN EE..GURMUKHI VOWEL SIGN AI 0A49-0A4A UNASSIGNED <RESERVED>..<RESERVED> 0A4B-0A4D PVALID GURMUKHI VOWEL SIGN OO..GURMUKHI SIGN VIRAMA 0A4E-0A50 UNASSIGNED <RESERVED>..<RESERVED> 0A51 PVALID GURMUKHI SIGN UDAAT 0A52-0A58 UNASSIGNED <RESERVED>..<RESERVED> 0A59-0A5B DISALLOWED GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5C PVALID GURMUKHI LETTER RRA 0A5D UNASSIGNED <RESERVED> 0A5E DISALLOWED GURMUKHI LETTER FA 0A5F-0A65 UNASSIGNED <RESERVED>..<RESERVED> 0A66-0A75 PVALID GURMUKHI DIGIT ZERO..GURMUKHI SIGN YAKASH 0A76-0A80 UNASSIGNED <RESERVED>..<RESERVED> 0A81-0A83 PVALID GUJARATI SIGN CANDRABINDU..GUJARATI SIGN VISARGA 0A84 UNASSIGNED <RESERVED> 0A85-0A8D PVALID GUJARATI LETTER A..GUJARATI VOWEL CANDRA E 0A8E UNASSIGNED <RESERVED> 0A8F-0A91 PVALID GUJARATI LETTER E..GUJARATI VOWEL CANDRA O 0A92 UNASSIGNED <RESERVED> 0A93-0AA8 PVALID GUJARATI LETTER O..GUJARATI LETTER NA 0AA9 UNASSIGNED <RESERVED> 0AAA-0AB0 PVALID GUJARATI LETTER PA..GUJARATI LETTER RA 0AB1 UNASSIGNED <RESERVED> 0AB2-0AB3 PVALID GUJARATI LETTER LA..GUJARATI LETTER LLA 0AB4 UNASSIGNED <RESERVED> 0AB5-0AB9 PVALID GUJARATI LETTER VA..GUJARATI LETTER HA 0ABA-0ABB UNASSIGNED <RESERVED>..<RESERVED> 0ABC-0AC5 PVALID GUJARATI SIGN NUKTA..GUJARATI VOWEL SIGN CANDRA E 0AC6 UNASSIGNED <RESERVED> 0AC7-0AC9 PVALID GUJARATI VOWEL SIGN E..GUJARATI VOWEL SIGN CANDRA O 0ACA UNASSIGNED <RESERVED> 0ACB-0ACD PVALID GUJARATI VOWEL SIGN O..GUJARATI SIGN VIRAMA 0ACE-0ACF UNASSIGNED <RESERVED>..<RESERVED> 0AD0 PVALID GUJARATI OM 0AD1-0ADF UNASSIGNED <RESERVED>..<RESERVED> 0AE0-0AE3 PVALID GUJARATI LETTER VOCALIC RR..GUJARATI VOWEL SIGN VOCALIC LL 0AE4-0AE5 UNASSIGNED <RESERVED>..<RESERVED> 0AE6-0AEF PVALID GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE 0AF0-0AF1 DISALLOWED GUJARATI ABBREVIATION SIGN..GUJARATI RUPEE SIGN 0AF2-0B00 UNASSIGNED <RESERVED>..<RESERVED> 0B01-0B03 PVALID ORIYA SIGN CANDRABINDU..ORIYA SIGN VISARGA 0B04 UNASSIGNED <RESERVED> 0B05-0B0C PVALID ORIYA LETTER A..ORIYA LETTER VOCALIC L 0B0D-0B0E UNASSIGNED <RESERVED>..<RESERVED> 0B0F-0B10 PVALID ORIYA LETTER E..ORIYA LETTER AI 0B11-0B12 UNASSIGNED <RESERVED>..<RESERVED> 0B13-0B28 PVALID ORIYA LETTER O..ORIYA LETTER NA 0B29 UNASSIGNED <RESERVED> 0B2A-0B30 PVALID ORIYA LETTER PA..ORIYA LETTER RA 0B31 UNASSIGNED <RESERVED> 0B32-0B33 PVALID ORIYA LETTER LA..ORIYA LETTER LLA 0B34 UNASSIGNED <RESERVED> 0B35-0B39 PVALID ORIYA LETTER VA..ORIYA LETTER HA 0B3A-0B3B UNASSIGNED <RESERVED>..<RESERVED> 0B3C-0B44 PVALID ORIYA SIGN NUKTA..ORIYA VOWEL SIGN VOCALIC RR 0B45-0B46 UNASSIGNED <RESERVED>..<RESERVED> 0B47-0B48 PVALID ORIYA VOWEL SIGN E..ORIYA VOWEL SIGN AI 0B49-0B4A UNASSIGNED <RESERVED>..<RESERVED> 0B4B-0B4D PVALID ORIYA VOWEL SIGN O..ORIYA SIGN VIRAMA 0B4E-0B55 UNASSIGNED <RESERVED>..<RESERVED> 0B56-0B57 PVALID ORIYA AI LENGTH MARK..ORIYA AU LENGTH MARK 0B58-0B5B UNASSIGNED <RESERVED>..<RESERVED> 0B5C-0B5D DISALLOWED ORIYA LETTER RRA..ORIYA LETTER RHA 0B5E UNASSIGNED <RESERVED> 0B5F-0B63 PVALID ORIYA LETTER YYA..ORIYA VOWEL SIGN VOCALIC LL 0B64-0B65 UNASSIGNED <RESERVED>..<RESERVED> 0B66-0B6F PVALID ORIYA DIGIT ZERO..ORIYA DIGIT NINE 0B70 DISALLOWED ORIYA ISSHAR 0B71 PVALID ORIYA LETTER WA 0B72-0B77 DISALLOWED ORIYA FRACTION ONE QUARTER..ORIYA FRACTION THREE SIXTEENTHS 0B78-0B81 UNASSIGNED <RESERVED>..<RESERVED> 0B82-0B83 PVALID TAMIL SIGN ANUSVARA..TAMIL SIGN VISARGA 0B84 UNASSIGNED <RESERVED> 0B85-0B8A PVALID TAMIL LETTER A..TAMIL LETTER UU 0B8B-0B8D UNASSIGNED <RESERVED>..<RESERVED> 0B8E-0B90 PVALID TAMIL LETTER E..TAMIL LETTER AI 0B91 UNASSIGNED <RESERVED> 0B92-0B95 PVALID TAMIL LETTER O..TAMIL LETTER KA 0B96-0B98 UNASSIGNED <RESERVED>..<RESERVED> 0B99-0B9A PVALID TAMIL LETTER NGA..TAMIL LETTER CA 0B9B UNASSIGNED <RESERVED> 0B9C PVALID TAMIL LETTER JA 0B9D UNASSIGNED <RESERVED> 0B9E-0B9F PVALID TAMIL LETTER NYA..TAMIL LETTER TTA 0BA0-0BA2 UNASSIGNED <RESERVED>..<RESERVED> 0BA3-0BA4 PVALID TAMIL LETTER NNA..TAMIL LETTER TA 0BA5-0BA7 UNASSIGNED <RESERVED>..<RESERVED> 0BA8-0BAA PVALID TAMIL LETTER NA..TAMIL LETTER PA 0BAB-0BAD UNASSIGNED <RESERVED>..<RESERVED> 0BAE-0BB9 PVALID TAMIL LETTER MA..TAMIL LETTER HA 0BBA-0BBD UNASSIGNED <RESERVED>..<RESERVED> 0BBE-0BC2 PVALID TAMIL VOWEL SIGN AA..TAMIL VOWEL SIGN UU 0BC3-0BC5 UNASSIGNED <RESERVED>..<RESERVED> 0BC6-0BC8 PVALID TAMIL VOWEL SIGN E..TAMIL VOWEL SIGN AI 0BC9 UNASSIGNED <RESERVED> 0BCA-0BCD PVALID TAMIL VOWEL SIGN O..TAMIL SIGN VIRAMA 0BCE-0BCF UNASSIGNED <RESERVED>..<RESERVED> 0BD0 PVALID TAMIL OM 0BD1-0BD6 UNASSIGNED <RESERVED>..<RESERVED> 0BD7 PVALID TAMIL AU LENGTH MARK 0BD8-0BE5 UNASSIGNED <RESERVED>..<RESERVED> 0BE6-0BEF PVALID TAMIL DIGIT ZERO..TAMIL DIGIT NINE 0BF0-0BFA DISALLOWED TAMIL NUMBER TEN..TAMIL NUMBER SIGN 0BFB-0C00 UNASSIGNED <RESERVED>..<RESERVED> 0C01-0C03 PVALID TELUGU SIGN CANDRABINDU..TELUGU SIGN VISARGA 0C04 UNASSIGNED <RESERVED> 0C05-0C0C PVALID TELUGU LETTER A..TELUGU LETTER VOCALIC L 0C0D UNASSIGNED <RESERVED> 0C0E-0C10 PVALID TELUGU LETTER E..TELUGU LETTER AI 0C11 UNASSIGNED <RESERVED> 0C12-0C28 PVALID TELUGU LETTER O..TELUGU LETTER NA 0C29 UNASSIGNED <RESERVED> 0C2A-0C33 PVALID TELUGU LETTER PA..TELUGU LETTER LLA 0C34 UNASSIGNED <RESERVED> 0C35-0C39 PVALID TELUGU LETTER VA..TELUGU LETTER HA 0C3A-0C3C UNASSIGNED <RESERVED>..<RESERVED> 0C3D-0C44 PVALID TELUGU SIGN AVAGRAHA..TELUGU VOWEL SIGN VOCALIC RR 0C45 UNASSIGNED <RESERVED> 0C46-0C48 PVALID TELUGU VOWEL SIGN E..TELUGU VOWEL SIGN AI 0C49 UNASSIGNED <RESERVED> 0C4A-0C4D PVALID TELUGU VOWEL SIGN O..TELUGU SIGN VIRAMA 0C4E-0C54 UNASSIGNED <RESERVED>..<RESERVED> 0C55-0C56 PVALID TELUGU LENGTH MARK..TELUGU AI LENGTH MARK 0C57 UNASSIGNED <RESERVED> 0C58-0C59 PVALID TELUGU LETTER TSA..TELUGU LETTER DZA 0C5A-0C5F UNASSIGNED <RESERVED>..<RESERVED> 0C60-0C63 PVALID TELUGU LETTER VOCALIC RR..TELUGU VOWEL SIGN VOCALIC LL 0C64-0C65 UNASSIGNED <RESERVED>..<RESERVED> 0C66-0C6F PVALID TELUGU DIGIT ZERO..TELUGU DIGIT NINE 0C70-0C77 UNASSIGNED <RESERVED>..<RESERVED> 0C78-0C7F DISALLOWED TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR..TELUGU SIGN TUUMU 0C80-0C81 UNASSIGNED <RESERVED>..<RESERVED> 0C82-0C83 PVALID KANNADA SIGN ANUSVARA..KANNADA SIGN VISARGA 0C84 UNASSIGNED <RESERVED> 0C85-0C8C PVALID KANNADA LETTER A..KANNADA LETTER VOCALIC L 0C8D UNASSIGNED <RESERVED> 0C8E-0C90 PVALID KANNADA LETTER E..KANNADA LETTER AI 0C91 UNASSIGNED <RESERVED> 0C92-0CA8 PVALID KANNADA LETTER O..KANNADA LETTER NA 0CA9 UNASSIGNED <RESERVED> 0CAA-0CB3 PVALID KANNADA LETTER PA..KANNADA LETTER LLA 0CB4 UNASSIGNED <RESERVED> 0CB5-0CB9 PVALID KANNADA LETTER VA..KANNADA LETTER HA 0CBA-0CBB UNASSIGNED <RESERVED>..<RESERVED> 0CBC-0CC4 PVALID KANNADA SIGN NUKTA..KANNADA VOWEL SIGN VOCALIC RR 0CC5 UNASSIGNED <RESERVED> 0CC6-0CC8 PVALID KANNADA VOWEL SIGN E..KANNADA VOWEL SIGN AI 0CC9 UNASSIGNED <RESERVED> 0CCA-0CCD PVALID KANNADA VOWEL SIGN O..KANNADA SIGN VIRAMA 0CCE-0CD4 UNASSIGNED <RESERVED>..<RESERVED> 0CD5-0CD6 PVALID KANNADA LENGTH MARK..KANNADA AI LENGTH MARK 0CD7-0CDD UNASSIGNED <RESERVED>..<RESERVED> 0CDE PVALID KANNADA LETTER FA 0CDF UNASSIGNED <RESERVED> 0CE0-0CE3 PVALID KANNADA LETTER VOCALIC RR..KANNADA VOWEL SIGN VOCALIC LL 0CE4-0CE5 UNASSIGNED <RESERVED>..<RESERVED> 0CE6-0CEF PVALID KANNADA DIGIT ZERO..KANNADA DIGIT NINE 0CF0 UNASSIGNED <RESERVED> 0CF1-0CF2 PVALID KANNADA SIGN JIHVAMULIYA..KANNADA SIGN UPADHMANIYA 0CF3-0D01 UNASSIGNED <RESERVED>..<RESERVED> 0D02-0D03 PVALID MALAYALAM SIGN ANUSVARA..MALAYALAM SIGN VISARGA 0D04 UNASSIGNED <RESERVED> 0D05-0D0C PVALID MALAYALAM LETTER A..MALAYALAM LETTER VOCALIC L 0D0D UNASSIGNED <RESERVED> 0D0E-0D10 PVALID MALAYALAM LETTER E..MALAYALAM LETTER AI 0D11 UNASSIGNED <RESERVED> 0D12-0D3A PVALID MALAYALAM LETTER O..MALAYALAM LETTER TTTA 0D3B-0D3C UNASSIGNED <RESERVED>..<RESERVED> 0D3D-0D44 PVALID MALAYALAM SIGN AVAGRAHA..MALAYALAM VOWEL SIGN VOCALIC RR 0D45 UNASSIGNED <RESERVED> 0D46-0D48 PVALID MALAYALAM VOWEL SIGN E..MALAYALAM VOWEL SIGN AI 0D49 UNASSIGNED <RESERVED> 0D4A-0D4E PVALID MALAYALAM VOWEL SIGN O..MALAYALAM LETTER DOT REPH 0D4F-0D56 UNASSIGNED <RESERVED>..<RESERVED> 0D57 PVALID MALAYALAM AU LENGTH MARK 0D58-0D5F UNASSIGNED <RESERVED>..<RESERVED> 0D60-0D63 PVALID MALAYALAM LETTER VOCALIC RR..MALAYALAM VOWEL SIGN VOCALIC LL 0D64-0D65 UNASSIGNED <RESERVED>..<RESERVED> 0D66-0D6F PVALID MALAYALAM DIGIT ZERO..MALAYALAM DIGIT NINE 0D70-0D75 DISALLOWED MALAYALAM NUMBER TEN..MALAYALAM FRACTION THREE QUARTERS 0D76-0D78 UNASSIGNED <RESERVED>..<RESERVED> 0D79 DISALLOWED MALAYALAM DATE MARK 0D7A-0D7F PVALID MALAYALAM LETTER CHILLU NN..MALAYALAM LETTER CHILLU K 0D80-0D81 UNASSIGNED <RESERVED>..<RESERVED> 0D82-0D83 PVALID SINHALA SIGN ANUSVARAYA..SINHALA SIGN VISARGAYA 0D84 UNASSIGNED <RESERVED> 0D85-0D96 PVALID SINHALA LETTER AYANNA..SINHALA LETTER AUYANNA 0D97-0D99 UNASSIGNED <RESERVED>..<RESERVED> 0D9A-0DB1 PVALID SINHALA LETTER ALPAPRAANA KAYANNA..SINHALA LETTER DANTAJA NAYANNA 0DB2 UNASSIGNED <RESERVED> 0DB3-0DBB PVALID SINHALA LETTER SANYAKA DAYANNA..SINHALA LETTER RAYANNA 0DBC UNASSIGNED <RESERVED> 0DBD PVALID SINHALA LETTER DANTAJA LAYANNA 0DBE-0DBF UNASSIGNED <RESERVED>..<RESERVED> 0DC0-0DC6 PVALID SINHALA LETTER VAYANNA..SINHALA LETTER FAYANNA 0DC7-0DC9 UNASSIGNED <RESERVED>..<RESERVED> 0DCA PVALID SINHALA SIGN AL-LAKUNA 0DCB-0DCE UNASSIGNED <RESERVED>..<RESERVED> 0DCF-0DD4 PVALID SINHALA VOWEL SIGN AELA-PILLA..SINHALA VOWEL SIGN KETTI PAA-PILLA 0DD5 UNASSIGNED <RESERVED> 0DD6 PVALID SINHALA VOWEL SIGN DIGA PAA-PILLA 0DD7 UNASSIGNED <RESERVED> 0DD8-0DDF PVALID SINHALA VOWEL SIGN GAETTA-PILLA..SINHALA VOWEL SIGN GAYANUKITTA 0DE0-0DF1 UNASSIGNED <RESERVED>..<RESERVED> 0DF2-0DF3 PVALID SINHALA VOWEL SIGN DIGA GAETTA-PILLA..SINHALA VOWEL SIGN DIGA GAYANUKITTA 0DF4 DISALLOWED SINHALA PUNCTUATION KUNDDALIYA 0DF5-0E00 UNASSIGNED <RESERVED>..<RESERVED> 0E01-0E32 PVALID THAI CHARACTER KO KAI..THAI CHARACTER SARA AA 0E33 DISALLOWED THAI CHARACTER SARA AM 0E34-0E3A PVALID THAI CHARACTER SARA I..THAI CHARACTER PHINTHU 0E3B-0E3E UNASSIGNED <RESERVED>..<RESERVED> 0E3F DISALLOWED THAI CURRENCY SYMBOL BAHT 0E40-0E4E PVALID THAI CHARACTER SARA E..THAI CHARACTER YAMAKKAN 0E4F DISALLOWED THAI CHARACTER FONGMAN 0E50-0E59 PVALID THAI DIGIT ZERO..THAI DIGIT NINE 0E5A-0E5B DISALLOWED THAI CHARACTER ANGKHANKHU..THAI CHARACTER KHOMUT 0E5C-0E80 UNASSIGNED <RESERVED>..<RESERVED> 0E81-0E82 PVALID LAO LETTER KO..LAO LETTER KHO SUNG 0E83 UNASSIGNED <RESERVED> 0E84 PVALID LAO LETTER KHO TAM 0E85-0E86 UNASSIGNED <RESERVED>..<RESERVED> 0E87-0E88 PVALID LAO LETTER NGO..LAO LETTER CO 0E89 UNASSIGNED <RESERVED> 0E8A PVALID LAO LETTER SO TAM 0E8B-0E8C UNASSIGNED <RESERVED>..<RESERVED> 0E8D PVALID LAO LETTER NYO 0E8E-0E93 UNASSIGNED <RESERVED>..<RESERVED> 0E94-0E97 PVALID LAO LETTER DO..LAO LETTER THO TAM 0E98 UNASSIGNED <RESERVED> 0E99-0E9F PVALID LAO LETTER NO..LAO LETTER FO SUNG 0EA0 UNASSIGNED <RESERVED> 0EA1-0EA3 PVALID LAO LETTER MO..LAO LETTER LO LING 0EA4 UNASSIGNED <RESERVED> 0EA5 PVALID LAO LETTER LO LOOT 0EA6 UNASSIGNED <RESERVED> 0EA7 PVALID LAO LETTER WO 0EA8-0EA9 UNASSIGNED <RESERVED>..<RESERVED> 0EAA-0EAB PVALID LAO LETTER SO SUNG..LAO LETTER HO SUNG 0EAC UNASSIGNED <RESERVED> 0EAD-0EB2 PVALID LAO LETTER O..LAO VOWEL SIGN AA 0EB3 DISALLOWED LAO VOWEL SIGN AM 0EB4-0EB9 PVALID LAO VOWEL SIGN I..LAO VOWEL SIGN UU 0EBA UNASSIGNED <RESERVED> 0EBB-0EBD PVALID LAO VOWEL SIGN MAI KON..LAO SEMIVOWEL SIGN NYO 0EBE-0EBF UNASSIGNED <RESERVED>..<RESERVED> 0EC0-0EC4 PVALID LAO VOWEL SIGN E..LAO VOWEL SIGN AI 0EC5 UNASSIGNED <RESERVED> 0EC6 PVALID LAO KO LA 0EC7 UNASSIGNED <RESERVED> 0EC8-0ECD PVALID LAO TONE MAI EK..LAO NIGGAHITA 0ECE-0ECF UNASSIGNED <RESERVED>..<RESERVED> 0ED0-0ED9 PVALID LAO DIGIT ZERO..LAO DIGIT NINE 0EDA-0EDB UNASSIGNED <RESERVED>..<RESERVED> 0EDC-0EDD DISALLOWED LAO HO NO..LAO HO MO 0EDE-0EDF PVALID LAO LETTER KHMU GO..LAO LETTER KHMU NYO 0EE0-0EFF UNASSIGNED <RESERVED>..<RESERVED> 0F00 PVALID TIBETAN SYLLABLE OM 0F01-0F0A DISALLOWED TIBETAN MARK GTER YIG MGO TRUNCATED A..TIBETAN MARK BKA- SHOG YIG MGO 0F0B PVALID TIBETAN MARK INTERSYLLABIC TSHEG 0F0C-0F17 DISALLOWED TIBETAN MARK DELIMITER TSHEG BSTAR..TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS 0F18-0F19 PVALID TIBETAN ASTROLOGICAL SIGN -KHYUD PA..TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS 0F1A-0F1F DISALLOWED TIBETAN SIGN RDEL DKAR GCIG..TIBETAN SIGN RDEL DKAR RDEL NAG 0F20-0F29 PVALID TIBETAN DIGIT ZERO..TIBETAN DIGIT NINE 0F2A-0F34 DISALLOWED TIBETAN DIGIT HALF ONE..TIBETAN MARK BSDUS RTAGS 0F35 PVALID TIBETAN MARK NGAS BZUNG NYI ZLA 0F36 DISALLOWED TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN 0F37 PVALID TIBETAN MARK NGAS BZUNG SGOR RTAGS 0F38 DISALLOWED TIBETAN MARK CHE MGO 0F39 PVALID TIBETAN MARK TSA -PHRU 0F3A-0F3D DISALLOWED TIBETAN MARK GUG RTAGS GYON..TIBETAN MARK ANG KHANG GYAS 0F3E-0F42 PVALID TIBETAN SIGN YAR TSHES..TIBETAN LETTER GA 0F43 DISALLOWED TIBETAN LETTER GHA 0F44-0F47 PVALID TIBETAN LETTER NGA..TIBETAN LETTER JA 0F48 UNASSIGNED <RESERVED> 0F49-0F4C PVALID TIBETAN LETTER NYA..TIBETAN LETTER DDA 0F4D DISALLOWED TIBETAN LETTER DDHA 0F4E-0F51 PVALID TIBETAN LETTER NNA..TIBETAN LETTER DA 0F52 DISALLOWED TIBETAN LETTER DHA 0F53-0F56 PVALID TIBETAN LETTER NA..TIBETAN LETTER BA 0F57 DISALLOWED TIBETAN LETTER BHA 0F58-0F5B PVALID TIBETAN LETTER MA..TIBETAN LETTER DZA 0F5C DISALLOWED TIBETAN LETTER DZHA 0F5D-0F68 PVALID TIBETAN LETTER WA..TIBETAN LETTER A 0F69 DISALLOWED TIBETAN LETTER KSSA 0F6A-0F6C PVALID TIBETAN LETTER FIXED-FORM RA..TIBETAN LETTER RRA 0F6D-0F70 UNASSIGNED <RESERVED>..<RESERVED> 0F71-0F72 PVALID TIBETAN VOWEL SIGN AA..TIBETAN VOWEL SIGN I 0F73 DISALLOWED TIBETAN VOWEL SIGN II 0F74 PVALID TIBETAN VOWEL SIGN U 0F75-0F79 DISALLOWED TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL 0F7A-0F80 PVALID TIBETAN VOWEL SIGN E..TIBETAN VOWEL SIGN REVERSED I 0F81 DISALLOWED TIBETAN VOWEL SIGN REVERSED II 0F82-0F84 PVALID TIBETAN SIGN NYI ZLA NAA DA..TIBETAN MARK HALANTA 0F85 DISALLOWED TIBETAN MARK PALUTA 0F86-0F92 PVALID TIBETAN SIGN LCI RTAGS..TIBETAN SUBJOINED LETTER GA 0F93 DISALLOWED TIBETAN SUBJOINED LETTER GHA 0F94-0F97 PVALID TIBETAN SUBJOINED LETTER NGA..TIBETAN SUBJOINED LETTER JA 0F98 UNASSIGNED <RESERVED> 0F99-0F9C PVALID TIBETAN SUBJOINED LETTER NYA..TIBETAN SUBJOINED LETTER DDA 0F9D DISALLOWED TIBETAN SUBJOINED LETTER DDHA 0F9E-0FA1 PVALID TIBETAN SUBJOINED LETTER NNA..TIBETAN SUBJOINED LETTER DA 0FA2 DISALLOWED TIBETAN SUBJOINED LETTER DHA 0FA3-0FA6 PVALID TIBETAN SUBJOINED LETTER NA..TIBETAN SUBJOINED LETTER BA 0FA7 DISALLOWED TIBETAN SUBJOINED LETTER BHA 0FA8-0FAB PVALID TIBETAN SUBJOINED LETTER MA..TIBETAN SUBJOINED LETTER DZA 0FAC DISALLOWED TIBETAN SUBJOINED LETTER DZHA 0FAD-0FB8 PVALID TIBETAN SUBJOINED LETTER WA..TIBETAN SUBJOINED LETTER A 0FB9 DISALLOWED TIBETAN SUBJOINED LETTER KSSA 0FBA-0FBC PVALID TIBETAN SUBJOINED LETTER FIXED-FORM WA..TIBETAN SUBJOINED LETTER FIXED-FORM RA 0FBD UNASSIGNED <RESERVED> 0FBE-0FC5 DISALLOWED TIBETAN KU RU KHA..TIBETAN SYMBOL RDO RJE 0FC6 PVALID TIBETAN SYMBOL PADMA GDAN 0FC7-0FCC DISALLOWED TIBETAN SYMBOL RDO RJE RGYA GRAM..TIBETAN SYMBOL NOR BU BZHI -KHYIL 0FCD UNASSIGNED <RESERVED> 0FCE-0FDA DISALLOWED TIBETAN SIGN RDEL NAG RDEL DKAR..TIBETAN MARK TRAILING MCHAN RTAGS 0FDB-0FFF UNASSIGNED <RESERVED>..<RESERVED> 1000-1049 PVALID MYANMAR LETTER KA..MYANMAR DIGIT NINE 104A-104F DISALLOWED MYANMAR SIGN LITTLE SECTION..MYANMAR SYMBOL GENITIVE 1050-109D PVALID MYANMAR LETTER SHA..MYANMAR VOWEL SIGN AITON AI 109E-10C5 DISALLOWED MYANMAR SYMBOL SHAN ONE..GEORGIAN CAPITAL LETTER HOE 10C6 UNASSIGNED <RESERVED> 10C7 DISALLOWED GEORGIAN CAPITAL LETTER YN 10C8-10CC UNASSIGNED <RESERVED>..<RESERVED> 10CD DISALLOWED GEORGIAN CAPITAL LETTER AEN 10CE-10CF UNASSIGNED <RESERVED>..<RESERVED> 10D0-10FA PVALID GEORGIAN LETTER AN..GEORGIAN LETTER AIN 10FB-10FC DISALLOWED GEORGIAN PARAGRAPH SEPARATOR..MODIFIER LETTER GEORGIAN NAR 10FD-10FF PVALID GEORGIAN LETTER AEN..GEORGIAN LETTER LABIAL SIGN 1100-11FF DISALLOWED HANGUL CHOSEONG KIYEOK..HANGUL JONGSEONG SSANGNIEUN 1200-1248 PVALID ETHIOPIC SYLLABLE HA..ETHIOPIC SYLLABLE QWA 1249 UNASSIGNED <RESERVED> 124A-124D PVALID ETHIOPIC SYLLABLE QWI..ETHIOPIC SYLLABLE QWE 124E-124F UNASSIGNED <RESERVED>..<RESERVED> 1250-1256 PVALID ETHIOPIC SYLLABLE QHA..ETHIOPIC SYLLABLE QHO 1257 UNASSIGNED <RESERVED> 1258 PVALID ETHIOPIC SYLLABLE QHWA 1259 UNASSIGNED <RESERVED> 125A-125D PVALID ETHIOPIC SYLLABLE QHWI..ETHIOPIC SYLLABLE QHWE 125E-125F UNASSIGNED <RESERVED>..<RESERVED> 1260-1288 PVALID ETHIOPIC SYLLABLE BA..ETHIOPIC SYLLABLE XWA 1289 UNASSIGNED <RESERVED> 128A-128D PVALID ETHIOPIC SYLLABLE XWI..ETHIOPIC SYLLABLE XWE 128E-128F UNASSIGNED <RESERVED>..<RESERVED> 1290-12B0 PVALID ETHIOPIC SYLLABLE NA..ETHIOPIC SYLLABLE KWA 12B1 UNASSIGNED <RESERVED> 12B2-12B5 PVALID ETHIOPIC SYLLABLE KWI..ETHIOPIC SYLLABLE KWE 12B6-12B7 UNASSIGNED <RESERVED>..<RESERVED> 12B8-12BE PVALID ETHIOPIC SYLLABLE KXA..ETHIOPIC SYLLABLE KXO 12BF UNASSIGNED <RESERVED> 12C0 PVALID ETHIOPIC SYLLABLE KXWA 12C1 UNASSIGNED <RESERVED> 12C2-12C5 PVALID ETHIOPIC SYLLABLE KXWI..ETHIOPIC SYLLABLE KXWE 12C6-12C7 UNASSIGNED <RESERVED>..<RESERVED> 12C8-12D6 PVALID ETHIOPIC SYLLABLE WA..ETHIOPIC SYLLABLE PHARYNGEAL O 12D7 UNASSIGNED <RESERVED> 12D8-1310 PVALID ETHIOPIC SYLLABLE ZA..ETHIOPIC SYLLABLE GWA 1311 UNASSIGNED <RESERVED> 1312-1315 PVALID ETHIOPIC SYLLABLE GWI..ETHIOPIC SYLLABLE GWE 1316-1317 UNASSIGNED <RESERVED>..<RESERVED> 1318-135A PVALID ETHIOPIC SYLLABLE GGA..ETHIOPIC SYLLABLE FYA 135B-135C UNASSIGNED <RESERVED>..<RESERVED> 135D-135F PVALID ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK..ETHIOPIC COMBINING GEMINATION MARK 1360-137C DISALLOWED ETHIOPIC SECTION MARK..ETHIOPIC NUMBER TEN THOUSAND 137D-137F UNASSIGNED <RESERVED>..<RESERVED> 1380-138F PVALID ETHIOPIC SYLLABLE SEBATBEIT MWA..ETHIOPIC SYLLABLE PWE 1390-1399 DISALLOWED ETHIOPIC TONAL MARK YIZET..ETHIOPIC TONAL MARK KURT 139A-139F UNASSIGNED <RESERVED>..<RESERVED> 13A0-13F4 PVALID CHEROKEE LETTER A..CHEROKEE LETTER YV 13F5-13FF UNASSIGNED <RESERVED>..<RESERVED> 1400 DISALLOWED CANADIAN SYLLABICS HYPHEN 1401-166C PVALID CANADIAN SYLLABICS E..CANADIAN SYLLABICS CARRIER TTSA 166D-166E DISALLOWED CANADIAN SYLLABICS CHI SIGN..CANADIAN SYLLABICS FULL STOP 166F-167F PVALID CANADIAN SYLLABICS QAI..CANADIAN SYLLABICS BLACKFOOT W 1680 DISALLOWED OGHAM SPACE MARK 1681-169A PVALID OGHAM LETTER BEITH..OGHAM LETTER PEITH 169B-169C DISALLOWED OGHAM FEATHER MARK..OGHAM REVERSED FEATHER MARK 169D-169F UNASSIGNED <RESERVED>..<RESERVED> 16A0-16EA PVALID RUNIC LETTER FEHU FEOH FE F..RUNIC LETTER X 16EB-16F0 DISALLOWED RUNIC SINGLE PUNCTUATION..RUNIC BELGTHOR SYMBOL 16F1-16FF UNASSIGNED <RESERVED>..<RESERVED> 1700-170C PVALID TAGALOG LETTER A..TAGALOG LETTER YA 170D UNASSIGNED <RESERVED> 170E-1714 PVALID TAGALOG LETTER LA..TAGALOG SIGN VIRAMA 1715-171F UNASSIGNED <RESERVED>..<RESERVED> 1720-1734 PVALID HANUNOO LETTER A..HANUNOO SIGN PAMUDPOD 1735-1736 DISALLOWED PHILIPPINE SINGLE PUNCTUATION..PHILIPPINE DOUBLE PUNCTUATION 1737-173F UNASSIGNED <RESERVED>..<RESERVED> 1740-1753 PVALID BUHID LETTER A..BUHID VOWEL SIGN U 1754-175F UNASSIGNED <RESERVED>..<RESERVED> 1760-176C PVALID TAGBANWA LETTER A..TAGBANWA LETTER YA 176D UNASSIGNED <RESERVED> 176E-1770 PVALID TAGBANWA LETTER LA..TAGBANWA LETTER SA 1771 UNASSIGNED <RESERVED> 1772-1773 PVALID TAGBANWA VOWEL SIGN I..TAGBANWA VOWEL SIGN U 1774-177F UNASSIGNED <RESERVED>..<RESERVED> 1780-17B3 PVALID KHMER LETTER KA..KHMER INDEPENDENT VOWEL QAU 17B4-17B5 DISALLOWED KHMER VOWEL INHERENT AQ..KHMER VOWEL INHERENT AA 17B6-17D3 PVALID KHMER VOWEL SIGN AA..KHMER SIGN BATHAMASAT 17D4-17D6 DISALLOWED KHMER SIGN KHAN..KHMER SIGN CAMNUC PII KUUH 17D7 PVALID KHMER SIGN LEK TOO 17D8-17DB DISALLOWED KHMER SIGN BEYYAL..KHMER CURRENCY SYMBOL RIEL 17DC-17DD PVALID KHMER SIGN AVAKRAHASANYA..KHMER SIGN ATTHACAN 17DE-17DF UNASSIGNED <RESERVED>..<RESERVED> 17E0-17E9 PVALID KHMER DIGIT ZERO..KHMER DIGIT NINE 17EA-17EF UNASSIGNED <RESERVED>..<RESERVED> 17F0-17F9 DISALLOWED KHMER SYMBOL LEK ATTAK SON..KHMER SYMBOL LEK ATTAK PRAM-BUON 17FA-17FF UNASSIGNED <RESERVED>..<RESERVED> 1800-180E DISALLOWED MONGOLIAN BIRGA..MONGOLIAN VOWEL SEPARATOR 180F UNASSIGNED <RESERVED> 1810-1819 PVALID MONGOLIAN DIGIT ZERO..MONGOLIAN DIGIT NINE 181A-181F UNASSIGNED <RESERVED>..<RESERVED> 1820-1877 PVALID MONGOLIAN LETTER A..MONGOLIAN LETTER MANCHU ZHA 1878-187F UNASSIGNED <RESERVED>..<RESERVED> 1880-18AA PVALID MONGOLIAN LETTER ALI GALI ANUSVARA ONE..MONGOLIAN LETTER MANCHU ALI GALI LHA 18AB-18AF UNASSIGNED <RESERVED>..<RESERVED> 18B0-18F5 PVALID CANADIAN SYLLABICS OY..CANADIAN SYLLABICS CARRIER DENTAL S 18F6-18FF UNASSIGNED <RESERVED>..<RESERVED> 1900-191C PVALID LIMBU VOWEL-CARRIER LETTER..LIMBU LETTER HA 191D-191F UNASSIGNED <RESERVED>..<RESERVED> 1920-192B PVALID LIMBU VOWEL SIGN A..LIMBU SUBJOINED LETTER WA 192C-192F UNASSIGNED <RESERVED>..<RESERVED> 1930-193B PVALID LIMBU SMALL LETTER KA..LIMBU SIGN SA-I 193C-193F UNASSIGNED <RESERVED>..<RESERVED> 1940 DISALLOWED LIMBU SIGN LOO 1941-1943 UNASSIGNED <RESERVED>..<RESERVED> 1944-1945 DISALLOWED LIMBU EXCLAMATION MARK..LIMBU QUESTION MARK 1946-196D PVALID LIMBU DIGIT ZERO..TAI LE LETTER AI 196E-196F UNASSIGNED <RESERVED>..<RESERVED> 1970-1974 PVALID TAI LE LETTER TONE-2..TAI LE LETTER TONE-6 1975-197F UNASSIGNED <RESERVED>..<RESERVED> 1980-19AB PVALID NEW TAI LUE LETTER HIGH QA..NEW TAI LUE LETTER LOW SUA 19AC-19AF UNASSIGNED <RESERVED>..<RESERVED> 19B0-19C9 PVALID NEW TAI LUE VOWEL SIGN VOWEL SHORTENER..NEW TAI LUE TONE MARK-2 19CA-19CF UNASSIGNED <RESERVED>..<RESERVED> 19D0-19D9 PVALID NEW TAI LUE DIGIT ZERO..NEW TAI LUE DIGIT NINE 19DA DISALLOWED NEW TAI LUE THAM DIGIT ONE 19DB-19DD UNASSIGNED <RESERVED>..<RESERVED> 19DE-19FF DISALLOWED NEW TAI LUE SIGN LAE..KHMER SYMBOL DAP-PRAM ROC 1A00-1A1B PVALID BUGINESE LETTER KA..BUGINESE VOWEL SIGN AE 1A1C-1A1D UNASSIGNED <RESERVED>..<RESERVED> 1A1E-1A1F DISALLOWED BUGINESE PALLAWA..BUGINESE END OF SECTION 1A20-1A5E PVALID TAI THAM LETTER HIGH KA..TAI THAM CONSONANT SIGN SA 1A5F UNASSIGNED <RESERVED> 1A60-1A7C PVALID TAI THAM SIGN SAKOT..TAI THAM SIGN KHUEN-LUE KARAN 1A7D-1A7E UNASSIGNED <RESERVED>..<RESERVED> 1A7F-1A89 PVALID TAI THAM COMBINING CRYPTOGRAMMIC DOT..TAI THAM HORA DIGIT NINE 1A8A-1A8F UNASSIGNED <RESERVED>..<RESERVED> 1A90-1A99 PVALID TAI THAM THAM DIGIT ZERO..TAI THAM THAM DIGIT NINE 1A9A-1A9F UNASSIGNED <RESERVED>..<RESERVED> 1AA0-1AA6 DISALLOWED TAI THAM SIGN WIANG..TAI THAM SIGN REVERSED ROTATED RANA 1AA7 PVALID TAI THAM SIGN MAI YAMOK 1AA8-1AAD DISALLOWED TAI THAM SIGN KAAN..TAI THAM SIGN CAANG 1AAE-1AFF UNASSIGNED <RESERVED>..<RESERVED> 1B00-1B4B PVALID BALINESE SIGN ULU RICEM..BALINESE LETTER ASYURA SASAK 1B4C-1B4F UNASSIGNED <RESERVED>..<RESERVED> 1B50-1B59 PVALID BALINESE DIGIT ZERO..BALINESE DIGIT NINE 1B5A-1B6A DISALLOWED BALINESE PANTI..BALINESE MUSICAL SYMBOL DANG GEDE 1B6B-1B73 PVALID BALINESE MUSICAL SYMBOL COMBINING TEGEH..BALINESE MUSICAL SYMBOL COMBINING GONG 1B74-1B7C DISALLOWED BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG..BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING 1B7D-1B7F UNASSIGNED <RESERVED>..<RESERVED> 1B80-1BF3 PVALID SUNDANESE SIGN PANYECEK..BATAK PANONGONAN 1BF4-1BFB UNASSIGNED <RESERVED>..<RESERVED> 1BFC-1BFF DISALLOWED BATAK SYMBOL BINDU NA METEK..BATAK SYMBOL BINDU PANGOLAT 1C00-1C37 PVALID LEPCHA LETTER KA..LEPCHA SIGN NUKTA 1C38-1C3A UNASSIGNED <RESERVED>..<RESERVED> 1C3B-1C3F DISALLOWED LEPCHA PUNCTUATION TA-ROL..LEPCHA PUNCTUATION TSHOOK 1C40-1C49 PVALID LEPCHA DIGIT ZERO..LEPCHA DIGIT NINE 1C4A-1C4C UNASSIGNED <RESERVED>..<RESERVED> 1C4D-1C7D PVALID LEPCHA LETTER TTA..OL CHIKI AHAD 1C7E-1C7F DISALLOWED OL CHIKI PUNCTUATION MUCAAD..OL CHIKI PUNCTUATION DOUBLE MUCAAD 1C80-1CBF UNASSIGNED <RESERVED>..<RESERVED> 1CC0-1CC7 DISALLOWED SUNDANESE PUNCTUATION BINDU SURYA..SUNDANESE PUNCTUATION BINDU BA SATANGA 1CC8-1CCF UNASSIGNED <RESERVED>..<RESERVED> 1CD0-1CD2 PVALID VEDIC TONE KARSHANA..VEDIC TONE PRENKHA 1CD3 DISALLOWED VEDIC SIGN NIHSHVASA 1CD4-1CF6 PVALID VEDIC SIGN YAJURVEDIC MIDLINE SVARITA..VEDIC SIGN UPADHMANIYA 1CF7-1CFF UNASSIGNED <RESERVED>..<RESERVED> 1D00-1D2B PVALID LATIN LETTER SMALL CAPITAL A..CYRILLIC LETTER SMALL CAPITAL EL 1D2C-1D2E DISALLOWED MODIFIER LETTER CAPITAL A..MODIFIER LETTER CAPITAL B 1D2F PVALID MODIFIER LETTER CAPITAL BARRED B 1D30-1D3A DISALLOWED MODIFIER LETTER CAPITAL D..MODIFIER LETTER CAPITAL N 1D3B PVALID MODIFIER LETTER CAPITAL REVERSED N 1D3C-1D4D DISALLOWED MODIFIER LETTER CAPITAL O..MODIFIER LETTER SMALL G 1D4E PVALID MODIFIER LETTER SMALL TURNED I 1D4F-1D6A DISALLOWED MODIFIER LETTER SMALL K..GREEK SUBSCRIPT SMALL LETTER CHI 1D6B-1D77 PVALID LATIN SMALL LETTER UE..LATIN SMALL LETTER TURNED G 1D78 DISALLOWED MODIFIER LETTER CYRILLIC EN 1D79-1D9A PVALID LATIN SMALL LETTER INSULAR G..LATIN SMALL LETTER EZH WITH RETROFLEX HOOK 1D9B-1DBF DISALLOWED MODIFIER LETTER SMALL TURNED ALPHA..MODIFIER LETTER SMALL THETA 1DC0-1DE6 PVALID COMBINING DOTTED GRAVE ACCENT..COMBINING LATIN SMALL LETTER Z 1DE7-1DFB UNASSIGNED <RESERVED>..<RESERVED> 1DFC-1DFF PVALID COMBINING DOUBLE INVERTED BREVE BELOW..COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW 1E00 DISALLOWED LATIN CAPITAL LETTER A WITH RING BELOW 1E01 PVALID LATIN SMALL LETTER A WITH RING BELOW 1E02 DISALLOWED LATIN CAPITAL LETTER B WITH DOT ABOVE 1E03 PVALID LATIN SMALL LETTER B WITH DOT ABOVE 1E04 DISALLOWED LATIN CAPITAL LETTER B WITH DOT BELOW 1E05 PVALID LATIN SMALL LETTER B WITH DOT BELOW 1E06 DISALLOWED LATIN CAPITAL LETTER B WITH LINE BELOW 1E07 PVALID LATIN SMALL LETTER B WITH LINE BELOW 1E08 DISALLOWED LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE 1E09 PVALID LATIN SMALL LETTER C WITH CEDILLA AND ACUTE 1E0A DISALLOWED LATIN CAPITAL LETTER D WITH DOT ABOVE 1E0B PVALID LATIN SMALL LETTER D WITH DOT ABOVE 1E0C DISALLOWED LATIN CAPITAL LETTER D WITH DOT BELOW 1E0D PVALID LATIN SMALL LETTER D WITH DOT BELOW 1E0E DISALLOWED LATIN CAPITAL LETTER D WITH LINE BELOW 1E0F PVALID LATIN SMALL LETTER D WITH LINE BELOW 1E10 DISALLOWED LATIN CAPITAL LETTER D WITH CEDILLA 1E11 PVALID LATIN SMALL LETTER D WITH CEDILLA 1E12 DISALLOWED LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW 1E13 PVALID LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW 1E14 DISALLOWED LATIN CAPITAL LETTER E WITH MACRON AND GRAVE 1E15 PVALID LATIN SMALL LETTER E WITH MACRON AND GRAVE 1E16 DISALLOWED LATIN CAPITAL LETTER E WITH MACRON AND ACUTE 1E17 PVALID LATIN SMALL LETTER E WITH MACRON AND ACUTE 1E18 DISALLOWED LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW 1E19 PVALID LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW 1E1A DISALLOWED LATIN CAPITAL LETTER E WITH TILDE BELOW 1E1B PVALID LATIN SMALL LETTER E WITH TILDE BELOW 1E1C DISALLOWED LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE 1E1D PVALID LATIN SMALL LETTER E WITH CEDILLA AND BREVE 1E1E DISALLOWED LATIN CAPITAL LETTER F WITH DOT ABOVE 1E1F PVALID LATIN SMALL LETTER F WITH DOT ABOVE 1E20 DISALLOWED LATIN CAPITAL LETTER G WITH MACRON 1E21 PVALID LATIN SMALL LETTER G WITH MACRON 1E22 DISALLOWED LATIN CAPITAL LETTER H WITH DOT ABOVE 1E23 PVALID LATIN SMALL LETTER H WITH DOT ABOVE 1E24 DISALLOWED LATIN CAPITAL LETTER H WITH DOT BELOW 1E25 PVALID LATIN SMALL LETTER H WITH DOT BELOW 1E26 DISALLOWED LATIN CAPITAL LETTER H WITH DIAERESIS 1E27 PVALID LATIN SMALL LETTER H WITH DIAERESIS 1E28 DISALLOWED LATIN CAPITAL LETTER H WITH CEDILLA 1E29 PVALID LATIN SMALL LETTER H WITH CEDILLA 1E2A DISALLOWED LATIN CAPITAL LETTER H WITH BREVE BELOW 1E2B PVALID LATIN SMALL LETTER H WITH BREVE BELOW 1E2C DISALLOWED LATIN CAPITAL LETTER I WITH TILDE BELOW 1E2D PVALID LATIN SMALL LETTER I WITH TILDE BELOW 1E2E DISALLOWED LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE 1E2F PVALID LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE 1E30 DISALLOWED LATIN CAPITAL LETTER K WITH ACUTE 1E31 PVALID LATIN SMALL LETTER K WITH ACUTE 1E32 DISALLOWED LATIN CAPITAL LETTER K WITH DOT BELOW 1E33 PVALID LATIN SMALL LETTER K WITH DOT BELOW 1E34 DISALLOWED LATIN CAPITAL LETTER K WITH LINE BELOW 1E35 PVALID LATIN SMALL LETTER K WITH LINE BELOW 1E36 DISALLOWED LATIN CAPITAL LETTER L WITH DOT BELOW 1E37 PVALID LATIN SMALL LETTER L WITH DOT BELOW 1E38 DISALLOWED LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON 1E39 PVALID LATIN SMALL LETTER L WITH DOT BELOW AND MACRON 1E3A DISALLOWED LATIN CAPITAL LETTER L WITH LINE BELOW 1E3B PVALID LATIN SMALL LETTER L WITH LINE BELOW 1E3C DISALLOWED LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW 1E3D PVALID LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW 1E3E DISALLOWED LATIN CAPITAL LETTER M WITH ACUTE 1E3F PVALID LATIN SMALL LETTER M WITH ACUTE 1E40 DISALLOWED LATIN CAPITAL LETTER M WITH DOT ABOVE 1E41 PVALID LATIN SMALL LETTER M WITH DOT ABOVE 1E42 DISALLOWED LATIN CAPITAL LETTER M WITH DOT BELOW 1E43 PVALID LATIN SMALL LETTER M WITH DOT BELOW 1E44 DISALLOWED LATIN CAPITAL LETTER N WITH DOT ABOVE 1E45 PVALID LATIN SMALL LETTER N WITH DOT ABOVE 1E46 DISALLOWED LATIN CAPITAL LETTER N WITH DOT BELOW 1E47 PVALID LATIN SMALL LETTER N WITH DOT BELOW 1E48 DISALLOWED LATIN CAPITAL LETTER N WITH LINE BELOW 1E49 PVALID LATIN SMALL LETTER N WITH LINE BELOW 1E4A DISALLOWED LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW 1E4B PVALID LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW 1E4C DISALLOWED LATIN CAPITAL LETTER O WITH TILDE AND ACUTE 1E4D PVALID LATIN SMALL LETTER O WITH TILDE AND ACUTE 1E4E DISALLOWED LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS 1E4F PVALID LATIN SMALL LETTER O WITH TILDE AND DIAERESIS 1E50 DISALLOWED LATIN CAPITAL LETTER O WITH MACRON AND GRAVE 1E51 PVALID LATIN SMALL LETTER O WITH MACRON AND GRAVE 1E52 DISALLOWED LATIN CAPITAL LETTER O WITH MACRON AND ACUTE 1E53 PVALID LATIN SMALL LETTER O WITH MACRON AND ACUTE 1E54 DISALLOWED LATIN CAPITAL LETTER P WITH ACUTE 1E55 PVALID LATIN SMALL LETTER P WITH ACUTE 1E56 DISALLOWED LATIN CAPITAL LETTER P WITH DOT ABOVE 1E57 PVALID LATIN SMALL LETTER P WITH DOT ABOVE 1E58 DISALLOWED LATIN CAPITAL LETTER R WITH DOT ABOVE 1E59 PVALID LATIN SMALL LETTER R WITH DOT ABOVE 1E5A DISALLOWED LATIN CAPITAL LETTER R WITH DOT BELOW 1E5B PVALID LATIN SMALL LETTER R WITH DOT BELOW 1E5C DISALLOWED LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON 1E5D PVALID LATIN SMALL LETTER R WITH DOT BELOW AND MACRON 1E5E DISALLOWED LATIN CAPITAL LETTER R WITH LINE BELOW 1E5F PVALID LATIN SMALL LETTER R WITH LINE BELOW 1E60 DISALLOWED LATIN CAPITAL LETTER S WITH DOT ABOVE 1E61 PVALID LATIN SMALL LETTER S WITH DOT ABOVE 1E62 DISALLOWED LATIN CAPITAL LETTER S WITH DOT BELOW 1E63 PVALID LATIN SMALL LETTER S WITH DOT BELOW 1E64 DISALLOWED LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE 1E65 PVALID LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE 1E66 DISALLOWED LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE 1E67 PVALID LATIN SMALL LETTER S WITH CARON AND DOT ABOVE 1E68 DISALLOWED LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE 1E69 PVALID LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE 1E6A DISALLOWED LATIN CAPITAL LETTER T WITH DOT ABOVE 1E6B PVALID LATIN SMALL LETTER T WITH DOT ABOVE 1E6C DISALLOWED LATIN CAPITAL LETTER T WITH DOT BELOW 1E6D PVALID LATIN SMALL LETTER T WITH DOT BELOW 1E6E DISALLOWED LATIN CAPITAL LETTER T WITH LINE BELOW 1E6F PVALID LATIN SMALL LETTER T WITH LINE BELOW 1E70 DISALLOWED LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW 1E71 PVALID LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW 1E72 DISALLOWED LATIN CAPITAL LETTER U WITH DIAERESIS BELOW 1E73 PVALID LATIN SMALL LETTER U WITH DIAERESIS BELOW 1E74 DISALLOWED LATIN CAPITAL LETTER U WITH TILDE BELOW 1E75 PVALID LATIN SMALL LETTER U WITH TILDE BELOW 1E76 DISALLOWED LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW 1E77 PVALID LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW 1E78 DISALLOWED LATIN CAPITAL LETTER U WITH TILDE AND ACUTE 1E79 PVALID LATIN SMALL LETTER U WITH TILDE AND ACUTE 1E7A DISALLOWED LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS 1E7B PVALID LATIN SMALL LETTER U WITH MACRON AND DIAERESIS 1E7C DISALLOWED LATIN CAPITAL LETTER V WITH TILDE 1E7D PVALID LATIN SMALL LETTER V WITH TILDE 1E7E DISALLOWED LATIN CAPITAL LETTER V WITH DOT BELOW 1E7F PVALID LATIN SMALL LETTER V WITH DOT BELOW 1E80 DISALLOWED LATIN CAPITAL LETTER W WITH GRAVE 1E81 PVALID LATIN SMALL LETTER W WITH GRAVE 1E82 DISALLOWED LATIN CAPITAL LETTER W WITH ACUTE 1E83 PVALID LATIN SMALL LETTER W WITH ACUTE 1E84 DISALLOWED LATIN CAPITAL LETTER W WITH DIAERESIS 1E85 PVALID LATIN SMALL LETTER W WITH DIAERESIS 1E86 DISALLOWED LATIN CAPITAL LETTER W WITH DOT ABOVE 1E87 PVALID LATIN SMALL LETTER W WITH DOT ABOVE 1E88 DISALLOWED LATIN CAPITAL LETTER W WITH DOT BELOW 1E89 PVALID LATIN SMALL LETTER W WITH DOT BELOW 1E8A DISALLOWED LATIN CAPITAL LETTER X WITH DOT ABOVE 1E8B PVALID LATIN SMALL LETTER X WITH DOT ABOVE 1E8C DISALLOWED LATIN CAPITAL LETTER X WITH DIAERESIS 1E8D PVALID LATIN SMALL LETTER X WITH DIAERESIS 1E8E DISALLOWED LATIN CAPITAL LETTER Y WITH DOT ABOVE 1E8F PVALID LATIN SMALL LETTER Y WITH DOT ABOVE 1E90 DISALLOWED LATIN CAPITAL LETTER Z WITH CIRCUMFLEX 1E91 PVALID LATIN SMALL LETTER Z WITH CIRCUMFLEX 1E92 DISALLOWED LATIN CAPITAL LETTER Z WITH DOT BELOW 1E93 PVALID LATIN SMALL LETTER Z WITH DOT BELOW 1E94 DISALLOWED LATIN CAPITAL LETTER Z WITH LINE BELOW 1E95-1E99 PVALID LATIN SMALL LETTER Z WITH LINE BELOW..LATIN SMALL LETTER Y WITH RING ABOVE 1E9A-1E9B DISALLOWED LATIN SMALL LETTER A WITH RIGHT HALF RING..LATIN SMALL LETTER LONG S WITH DOT ABOVE 1E9C-1E9D PVALID LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE..LATIN SMALL LETTER LONG S WITH HIGH STROKE 1E9E DISALLOWED LATIN CAPITAL LETTER SHARP S 1E9F PVALID LATIN SMALL LETTER DELTA 1EA0 DISALLOWED LATIN CAPITAL LETTER A WITH DOT BELOW 1EA1 PVALID LATIN SMALL LETTER A WITH DOT BELOW 1EA2 DISALLOWED LATIN CAPITAL LETTER A WITH HOOK ABOVE 1EA3 PVALID LATIN SMALL LETTER A WITH HOOK ABOVE 1EA4 DISALLOWED LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE 1EA5 PVALID LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE 1EA6 DISALLOWED LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE 1EA7 PVALID LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE 1EA8 DISALLOWED LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 1EA9 PVALID LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 1EAA DISALLOWED LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE 1EAB PVALID LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE 1EAC DISALLOWED LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EAD PVALID LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EAE DISALLOWED LATIN CAPITAL LETTER A WITH BREVE AND ACUTE 1EAF PVALID LATIN SMALL LETTER A WITH BREVE AND ACUTE 1EB0 DISALLOWED LATIN CAPITAL LETTER A WITH BREVE AND GRAVE 1EB1 PVALID LATIN SMALL LETTER A WITH BREVE AND GRAVE 1EB2 DISALLOWED LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE 1EB3 PVALID LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE 1EB4 DISALLOWED LATIN CAPITAL LETTER A WITH BREVE AND TILDE 1EB5 PVALID LATIN SMALL LETTER A WITH BREVE AND TILDE 1EB6 DISALLOWED LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW 1EB7 PVALID LATIN SMALL LETTER A WITH BREVE AND DOT BELOW 1EB8 DISALLOWED LATIN CAPITAL LETTER E WITH DOT BELOW 1EB9 PVALID LATIN SMALL LETTER E WITH DOT BELOW 1EBA DISALLOWED LATIN CAPITAL LETTER E WITH HOOK ABOVE 1EBB PVALID LATIN SMALL LETTER E WITH HOOK ABOVE 1EBC DISALLOWED LATIN CAPITAL LETTER E WITH TILDE 1EBD PVALID LATIN SMALL LETTER E WITH TILDE 1EBE DISALLOWED LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE 1EBF PVALID LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE 1EC0 DISALLOWED LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE 1EC1 PVALID LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE 1EC2 DISALLOWED LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 1EC3 PVALID LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 1EC4 DISALLOWED LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE 1EC5 PVALID LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE 1EC6 DISALLOWED LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EC7 PVALID LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EC8 DISALLOWED LATIN CAPITAL LETTER I WITH HOOK ABOVE 1EC9 PVALID LATIN SMALL LETTER I WITH HOOK ABOVE 1ECA DISALLOWED LATIN CAPITAL LETTER I WITH DOT BELOW 1ECB PVALID LATIN SMALL LETTER I WITH DOT BELOW 1ECC DISALLOWED LATIN CAPITAL LETTER O WITH DOT BELOW 1ECD PVALID LATIN SMALL LETTER O WITH DOT BELOW 1ECE DISALLOWED LATIN CAPITAL LETTER O WITH HOOK ABOVE 1ECF PVALID LATIN SMALL LETTER O WITH HOOK ABOVE 1ED0 DISALLOWED LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE 1ED1 PVALID LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE 1ED2 DISALLOWED LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE 1ED3 PVALID LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE 1ED4 DISALLOWED LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 1ED5 PVALID LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 1ED6 DISALLOWED LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE 1ED7 PVALID LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE 1ED8 DISALLOWED LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1ED9 PVALID LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1EDA DISALLOWED LATIN CAPITAL LETTER O WITH HORN AND ACUTE 1EDB PVALID LATIN SMALL LETTER O WITH HORN AND ACUTE 1EDC DISALLOWED LATIN CAPITAL LETTER O WITH HORN AND GRAVE 1EDD PVALID LATIN SMALL LETTER O WITH HORN AND GRAVE 1EDE DISALLOWED LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE 1EDF PVALID LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE 1EE0 DISALLOWED LATIN CAPITAL LETTER O WITH HORN AND TILDE 1EE1 PVALID LATIN SMALL LETTER O WITH HORN AND TILDE 1EE2 DISALLOWED LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW 1EE3 PVALID LATIN SMALL LETTER O WITH HORN AND DOT BELOW 1EE4 DISALLOWED LATIN CAPITAL LETTER U WITH DOT BELOW 1EE5 PVALID LATIN SMALL LETTER U WITH DOT BELOW 1EE6 DISALLOWED LATIN CAPITAL LETTER U WITH HOOK ABOVE 1EE7 PVALID LATIN SMALL LETTER U WITH HOOK ABOVE 1EE8 DISALLOWED LATIN CAPITAL LETTER U WITH HORN AND ACUTE 1EE9 PVALID LATIN SMALL LETTER U WITH HORN AND ACUTE 1EEA DISALLOWED LATIN CAPITAL LETTER U WITH HORN AND GRAVE 1EEB PVALID LATIN SMALL LETTER U WITH HORN AND GRAVE 1EEC DISALLOWED LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE 1EED PVALID LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE 1EEE DISALLOWED LATIN CAPITAL LETTER U WITH HORN AND TILDE 1EEF PVALID LATIN SMALL LETTER U WITH HORN AND TILDE 1EF0 DISALLOWED LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW 1EF1 PVALID LATIN SMALL LETTER U WITH HORN AND DOT BELOW 1EF2 DISALLOWED LATIN CAPITAL LETTER Y WITH GRAVE 1EF3 PVALID LATIN SMALL LETTER Y WITH GRAVE 1EF4 DISALLOWED LATIN CAPITAL LETTER Y WITH DOT BELOW 1EF5 PVALID LATIN SMALL LETTER Y WITH DOT BELOW 1EF6 DISALLOWED LATIN CAPITAL LETTER Y WITH HOOK ABOVE 1EF7 PVALID LATIN SMALL LETTER Y WITH HOOK ABOVE 1EF8 DISALLOWED LATIN CAPITAL LETTER Y WITH TILDE 1EF9 PVALID LATIN SMALL LETTER Y WITH TILDE 1EFA DISALLOWED LATIN CAPITAL LETTER MIDDLE-WELSH LL 1EFB PVALID LATIN SMALL LETTER MIDDLE-WELSH LL 1EFC DISALLOWED LATIN CAPITAL LETTER MIDDLE-WELSH V 1EFD PVALID LATIN SMALL LETTER MIDDLE-WELSH V 1EFE DISALLOWED LATIN CAPITAL LETTER Y WITH LOOP 1EFF-1F07 PVALID LATIN SMALL LETTER Y WITH LOOP..GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F08-1F0F DISALLOWED GREEK CAPITAL LETTER ALPHA WITH PSILI..GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F10-1F15 PVALID GREEK SMALL LETTER EPSILON WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F16-1F17 UNASSIGNED <RESERVED>..<RESERVED> 1F18-1F1D DISALLOWED GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F1E-1F1F UNASSIGNED <RESERVED>..<RESERVED> 1F20-1F27 PVALID GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI 1F28-1F2F DISALLOWED GREEK CAPITAL LETTER ETA WITH PSILI..GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI 1F30-1F37 PVALID GREEK SMALL LETTER IOTA WITH PSILI..GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI 1F38-1F3F DISALLOWED GREEK CAPITAL LETTER IOTA WITH PSILI..GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI 1F40-1F45 PVALID GREEK SMALL LETTER OMICRON WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F46-1F47 UNASSIGNED <RESERVED>..<RESERVED> 1F48-1F4D DISALLOWED GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F4E-1F4F UNASSIGNED <RESERVED>..<RESERVED> 1F50-1F57 PVALID GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F58 UNASSIGNED <RESERVED> 1F59 DISALLOWED GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5A UNASSIGNED <RESERVED> 1F5B DISALLOWED GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5C UNASSIGNED <RESERVED> 1F5D DISALLOWED GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5E UNASSIGNED <RESERVED> 1F5F DISALLOWED GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F60-1F67 PVALID GREEK SMALL LETTER OMEGA WITH PSILI..GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F68-1F6F DISALLOWED GREEK CAPITAL LETTER OMEGA WITH PSILI..GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F70 PVALID GREEK SMALL LETTER ALPHA WITH VARIA 1F71 DISALLOWED GREEK SMALL LETTER ALPHA WITH OXIA 1F72 PVALID GREEK SMALL LETTER EPSILON WITH VARIA 1F73 DISALLOWED GREEK SMALL LETTER EPSILON WITH OXIA 1F74 PVALID GREEK SMALL LETTER ETA WITH VARIA 1F75 DISALLOWED GREEK SMALL LETTER ETA WITH OXIA 1F76 PVALID GREEK SMALL LETTER IOTA WITH VARIA 1F77 DISALLOWED GREEK SMALL LETTER IOTA WITH OXIA 1F78 PVALID GREEK SMALL LETTER OMICRON WITH VARIA 1F79 DISALLOWED GREEK SMALL LETTER OMICRON WITH OXIA 1F7A PVALID GREEK SMALL LETTER UPSILON WITH VARIA 1F7B DISALLOWED GREEK SMALL LETTER UPSILON WITH OXIA 1F7C PVALID GREEK SMALL LETTER OMEGA WITH VARIA 1F7D DISALLOWED GREEK SMALL LETTER OMEGA WITH OXIA 1F7E-1F7F UNASSIGNED <RESERVED>..<RESERVED> 1F80-1FAF DISALLOWED GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1FB0-1FB1 PVALID GREEK SMALL LETTER ALPHA WITH VRACHY..GREEK SMALL LETTER ALPHA WITH MACRON 1FB2-1FB4 DISALLOWED GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB5 UNASSIGNED <RESERVED> 1FB6 PVALID GREEK SMALL LETTER ALPHA WITH PERISPOMENI 1FB7-1FC4 DISALLOWED GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC5 UNASSIGNED <RESERVED> 1FC6 PVALID GREEK SMALL LETTER ETA WITH PERISPOMENI 1FC7-1FCF DISALLOWED GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK PSILI AND PERISPOMENI 1FD0-1FD2 PVALID GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA 1FD3 DISALLOWED GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD4-1FD5 UNASSIGNED <RESERVED>..<RESERVED> 1FD6-1FD7 PVALID GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI 1FD8-1FDB DISALLOWED GREEK CAPITAL LETTER IOTA WITH VRACHY..GREEK CAPITAL LETTER IOTA WITH OXIA 1FDC UNASSIGNED <RESERVED> 1FDD-1FDF DISALLOWED GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE0-1FE2 PVALID GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA 1FE3 DISALLOWED GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FE4-1FE7 PVALID GREEK SMALL LETTER RHO WITH PSILI..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI 1FE8-1FEF DISALLOWED GREEK CAPITAL LETTER UPSILON WITH VRACHY..GREEK VARIA 1FF0-1FF1 UNASSIGNED <RESERVED>..<RESERVED> 1FF2-1FF4 DISALLOWED GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF5 UNASSIGNED <RESERVED> 1FF6 PVALID GREEK SMALL LETTER OMEGA WITH PERISPOMENI 1FF7-1FFE DISALLOWED GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK DASIA 1FFF UNASSIGNED <RESERVED> 2000-200B DISALLOWED EN QUAD..ZERO WIDTH SPACE 200C-200D CONTEXTJ ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER 200E-2064 DISALLOWED LEFT-TO-RIGHT MARK..INVISIBLE PLUS 2065 UNASSIGNED <RESERVED> 2066-2071 DISALLOWED LEFT-TO-RIGHT ISOLATE..SUPERSCRIPT LATIN SMALL LETTER I 2072-2073 UNASSIGNED <RESERVED>..<RESERVED> 2074-208E DISALLOWED SUPERSCRIPT FOUR..SUBSCRIPT RIGHT PARENTHESIS 208F UNASSIGNED <RESERVED> 2090-209C DISALLOWED LATIN SUBSCRIPT SMALL LETTER A..LATIN SUBSCRIPT SMALL LETTER T 209D-209F UNASSIGNED <RESERVED>..<RESERVED> 20A0-20BA DISALLOWED EURO-CURRENCY SIGN..TURKISH LIRA SIGN 20BB-20CF UNASSIGNED <RESERVED>..<RESERVED> 20D0-20F0 DISALLOWED COMBINING LEFT HARPOON ABOVE..COMBINING ASTERISK ABOVE 20F1-20FF UNASSIGNED <RESERVED>..<RESERVED> 2100-214D DISALLOWED ACCOUNT OF..AKTIESELSKAB 214E PVALID TURNED SMALL F 214F-2183 DISALLOWED SYMBOL FOR SAMARITAN SOURCE..ROMAN NUMERAL REVERSED ONE HUNDRED 2184 PVALID LATIN SMALL LETTER REVERSED C 2185-2189 DISALLOWED ROMAN NUMERAL SIX LATE FORM..VULGAR FRACTION ZERO THIRDS 218A-218F UNASSIGNED <RESERVED>..<RESERVED> 2190-23F3 DISALLOWED LEFTWARDS ARROW..HOURGLASS WITH FLOWING SAND 23F4-23FF UNASSIGNED <RESERVED>..<RESERVED> 2400-2426 DISALLOWED SYMBOL FOR NULL..SYMBOL FOR SUBSTITUTE FORM TWO 2427-243F UNASSIGNED <RESERVED>..<RESERVED> 2440-244A DISALLOWED OCR HOOK..OCR DOUBLE BACKSLASH 244B-245F UNASSIGNED <RESERVED>..<RESERVED> 2460-26FF DISALLOWED CIRCLED DIGIT ONE..WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE 2700 UNASSIGNED <RESERVED> 2701-2B4C DISALLOWED UPPER BLADE SCISSORS..RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR 2B4D-2B4F UNASSIGNED <RESERVED>..<RESERVED> 2B50-2B59 DISALLOWED WHITE MEDIUM STAR..HEAVY CIRCLED SALTIRE 2B5A-2BFF UNASSIGNED <RESERVED>..<RESERVED> 2C00-2C2E DISALLOWED GLAGOLITIC CAPITAL LETTER AZU..GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE 2C2F UNASSIGNED <RESERVED> 2C30-2C5E PVALID GLAGOLITIC SMALL LETTER AZU..GLAGOLITIC SMALL LETTER LATINATE MYSLITE 2C5F UNASSIGNED <RESERVED> 2C60 DISALLOWED LATIN CAPITAL LETTER L WITH DOUBLE BAR 2C61 PVALID LATIN SMALL LETTER L WITH DOUBLE BAR 2C62-2C64 DISALLOWED LATIN CAPITAL LETTER L WITH MIDDLE TILDE..LATIN CAPITAL LETTER R WITH TAIL 2C65-2C66 PVALID LATIN SMALL LETTER A WITH STROKE..LATIN SMALL LETTER T WITH DIAGONAL STROKE 2C67 DISALLOWED LATIN CAPITAL LETTER H WITH DESCENDER 2C68 PVALID LATIN SMALL LETTER H WITH DESCENDER 2C69 DISALLOWED LATIN CAPITAL LETTER K WITH DESCENDER 2C6A PVALID LATIN SMALL LETTER K WITH DESCENDER 2C6B DISALLOWED LATIN CAPITAL LETTER Z WITH DESCENDER 2C6C PVALID LATIN SMALL LETTER Z WITH DESCENDER 2C6D-2C70 DISALLOWED LATIN CAPITAL LETTER ALPHA..LATIN CAPITAL LETTER TURNED ALPHA 2C71 PVALID LATIN SMALL LETTER V WITH RIGHT HOOK 2C72 DISALLOWED LATIN CAPITAL LETTER W WITH HOOK 2C73-2C74 PVALID LATIN SMALL LETTER W WITH HOOK..LATIN SMALL LETTER V WITH CURL 2C75 DISALLOWED LATIN CAPITAL LETTER HALF H 2C76-2C7B PVALID LATIN SMALL LETTER HALF H..LATIN LETTER SMALL CAPITAL TURNED E 2C7C-2C80 DISALLOWED LATIN SUBSCRIPT SMALL LETTER J..COPTIC CAPITAL LETTER ALFA 2C81 PVALID COPTIC SMALL LETTER ALFA 2C82 DISALLOWED COPTIC CAPITAL LETTER VIDA 2C83 PVALID COPTIC SMALL LETTER VIDA 2C84 DISALLOWED COPTIC CAPITAL LETTER GAMMA 2C85 PVALID COPTIC SMALL LETTER GAMMA 2C86 DISALLOWED COPTIC CAPITAL LETTER DALDA 2C87 PVALID COPTIC SMALL LETTER DALDA 2C88 DISALLOWED COPTIC CAPITAL LETTER EIE 2C89 PVALID COPTIC SMALL LETTER EIE 2C8A DISALLOWED COPTIC CAPITAL LETTER SOU 2C8B PVALID COPTIC SMALL LETTER SOU 2C8C DISALLOWED COPTIC CAPITAL LETTER ZATA 2C8D PVALID COPTIC SMALL LETTER ZATA 2C8E DISALLOWED COPTIC CAPITAL LETTER HATE 2C8F PVALID COPTIC SMALL LETTER HATE 2C90 DISALLOWED COPTIC CAPITAL LETTER THETHE 2C91 PVALID COPTIC SMALL LETTER THETHE 2C92 DISALLOWED COPTIC CAPITAL LETTER IAUDA 2C93 PVALID COPTIC SMALL LETTER IAUDA 2C94 DISALLOWED COPTIC CAPITAL LETTER KAPA 2C95 PVALID COPTIC SMALL LETTER KAPA 2C96 DISALLOWED COPTIC CAPITAL LETTER LAULA 2C97 PVALID COPTIC SMALL LETTER LAULA 2C98 DISALLOWED COPTIC CAPITAL LETTER MI 2C99 PVALID COPTIC SMALL LETTER MI 2C9A DISALLOWED COPTIC CAPITAL LETTER NI 2C9B PVALID COPTIC SMALL LETTER NI 2C9C DISALLOWED COPTIC CAPITAL LETTER KSI 2C9D PVALID COPTIC SMALL LETTER KSI 2C9E DISALLOWED COPTIC CAPITAL LETTER O 2C9F PVALID COPTIC SMALL LETTER O 2CA0 DISALLOWED COPTIC CAPITAL LETTER PI 2CA1 PVALID COPTIC SMALL LETTER PI 2CA2 DISALLOWED COPTIC CAPITAL LETTER RO 2CA3 PVALID COPTIC SMALL LETTER RO 2CA4 DISALLOWED COPTIC CAPITAL LETTER SIMA 2CA5 PVALID COPTIC SMALL LETTER SIMA 2CA6 DISALLOWED COPTIC CAPITAL LETTER TAU 2CA7 PVALID COPTIC SMALL LETTER TAU 2CA8 DISALLOWED COPTIC CAPITAL LETTER UA 2CA9 PVALID COPTIC SMALL LETTER UA 2CAA DISALLOWED COPTIC CAPITAL LETTER FI 2CAB PVALID COPTIC SMALL LETTER FI 2CAC DISALLOWED COPTIC CAPITAL LETTER KHI 2CAD PVALID COPTIC SMALL LETTER KHI 2CAE DISALLOWED COPTIC CAPITAL LETTER PSI 2CAF PVALID COPTIC SMALL LETTER PSI 2CB0 DISALLOWED COPTIC CAPITAL LETTER OOU 2CB1 PVALID COPTIC SMALL LETTER OOU 2CB2 DISALLOWED COPTIC CAPITAL LETTER DIALECT-P ALEF 2CB3 PVALID COPTIC SMALL LETTER DIALECT-P ALEF 2CB4 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC AIN 2CB5 PVALID COPTIC SMALL LETTER OLD COPTIC AIN 2CB6 DISALLOWED COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE 2CB7 PVALID COPTIC SMALL LETTER CRYPTOGRAMMIC EIE 2CB8 DISALLOWED COPTIC CAPITAL LETTER DIALECT-P KAPA 2CB9 PVALID COPTIC SMALL LETTER DIALECT-P KAPA 2CBA DISALLOWED COPTIC CAPITAL LETTER DIALECT-P NI 2CBB PVALID COPTIC SMALL LETTER DIALECT-P NI 2CBC DISALLOWED COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI 2CBD PVALID COPTIC SMALL LETTER CRYPTOGRAMMIC NI 2CBE DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC OOU 2CBF PVALID COPTIC SMALL LETTER OLD COPTIC OOU 2CC0 DISALLOWED COPTIC CAPITAL LETTER SAMPI 2CC1 PVALID COPTIC SMALL LETTER SAMPI 2CC2 DISALLOWED COPTIC CAPITAL LETTER CROSSED SHEI 2CC3 PVALID COPTIC SMALL LETTER CROSSED SHEI 2CC4 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC SHEI 2CC5 PVALID COPTIC SMALL LETTER OLD COPTIC SHEI 2CC6 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC ESH 2CC7 PVALID COPTIC SMALL LETTER OLD COPTIC ESH 2CC8 DISALLOWED COPTIC CAPITAL LETTER AKHMIMIC KHEI 2CC9 PVALID COPTIC SMALL LETTER AKHMIMIC KHEI 2CCA DISALLOWED COPTIC CAPITAL LETTER DIALECT-P HORI 2CCB PVALID COPTIC SMALL LETTER DIALECT-P HORI 2CCC DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC HORI 2CCD PVALID COPTIC SMALL LETTER OLD COPTIC HORI 2CCE DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC HA 2CCF PVALID COPTIC SMALL LETTER OLD COPTIC HA 2CD0 DISALLOWED COPTIC CAPITAL LETTER L-SHAPED HA 2CD1 PVALID COPTIC SMALL LETTER L-SHAPED HA 2CD2 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC HEI 2CD3 PVALID COPTIC SMALL LETTER OLD COPTIC HEI 2CD4 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC HAT 2CD5 PVALID COPTIC SMALL LETTER OLD COPTIC HAT 2CD6 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC GANGIA 2CD7 PVALID COPTIC SMALL LETTER OLD COPTIC GANGIA 2CD8 DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC DJA 2CD9 PVALID COPTIC SMALL LETTER OLD COPTIC DJA 2CDA DISALLOWED COPTIC CAPITAL LETTER OLD COPTIC SHIMA 2CDB PVALID COPTIC SMALL LETTER OLD COPTIC SHIMA 2CDC DISALLOWED COPTIC CAPITAL LETTER OLD NUBIAN SHIMA 2CDD PVALID COPTIC SMALL LETTER OLD NUBIAN SHIMA 2CDE DISALLOWED COPTIC CAPITAL LETTER OLD NUBIAN NGI 2CDF PVALID COPTIC SMALL LETTER OLD NUBIAN NGI 2CE0 DISALLOWED COPTIC CAPITAL LETTER OLD NUBIAN NYI 2CE1 PVALID COPTIC SMALL LETTER OLD NUBIAN NYI 2CE2 DISALLOWED COPTIC CAPITAL LETTER OLD NUBIAN WAU 2CE3-2CE4 PVALID COPTIC SMALL LETTER OLD NUBIAN WAU..COPTIC SYMBOL KAI 2CE5-2CEB DISALLOWED COPTIC SYMBOL MI RO..COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI 2CEC PVALID COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI 2CED DISALLOWED COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA 2CEE-2CF1 PVALID COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA..COPTIC COMBINING SPIRITUS LENIS 2CF2 DISALLOWED COPTIC CAPITAL LETTER BOHAIRIC KHEI 2CF3 PVALID COPTIC SMALL LETTER BOHAIRIC KHEI 2CF4-2CF8 UNASSIGNED <RESERVED>..<RESERVED> 2CF9-2CFF DISALLOWED COPTIC OLD NUBIAN FULL STOP..COPTIC MORPHOLOGICAL DIVIDER 2D00-2D25 PVALID GEORGIAN SMALL LETTER AN..GEORGIAN SMALL LETTER HOE 2D26 UNASSIGNED <RESERVED> 2D27 PVALID GEORGIAN SMALL LETTER YN 2D28-2D2C UNASSIGNED <RESERVED>..<RESERVED> 2D2D PVALID GEORGIAN SMALL LETTER AEN 2D2E-2D2F UNASSIGNED <RESERVED>..<RESERVED> 2D30-2D67 PVALID TIFINAGH LETTER YA..TIFINAGH LETTER YO 2D68-2D6E UNASSIGNED <RESERVED>..<RESERVED> 2D6F-2D70 DISALLOWED TIFINAGH MODIFIER LETTER LABIALIZATION MARK..TIFINAGH SEPARATOR MARK 2D71-2D7E UNASSIGNED <RESERVED>..<RESERVED> 2D7F-2D96 PVALID TIFINAGH CONSONANT JOINER..ETHIOPIC SYLLABLE GGWE 2D97-2D9F UNASSIGNED <RESERVED>..<RESERVED> 2DA0-2DA6 PVALID ETHIOPIC SYLLABLE SSA..ETHIOPIC SYLLABLE SSO 2DA7 UNASSIGNED <RESERVED> 2DA8-2DAE PVALID ETHIOPIC SYLLABLE CCA..ETHIOPIC SYLLABLE CCO 2DAF UNASSIGNED <RESERVED> 2DB0-2DB6 PVALID ETHIOPIC SYLLABLE ZZA..ETHIOPIC SYLLABLE ZZO 2DB7 UNASSIGNED <RESERVED> 2DB8-2DBE PVALID ETHIOPIC SYLLABLE CCHA..ETHIOPIC SYLLABLE CCHO 2DBF UNASSIGNED <RESERVED> 2DC0-2DC6 PVALID ETHIOPIC SYLLABLE QYA..ETHIOPIC SYLLABLE QYO 2DC7 UNASSIGNED <RESERVED> 2DC8-2DCE PVALID ETHIOPIC SYLLABLE KYA..ETHIOPIC SYLLABLE KYO 2DCF UNASSIGNED <RESERVED> 2DD0-2DD6 PVALID ETHIOPIC SYLLABLE XYA..ETHIOPIC SYLLABLE XYO 2DD7 UNASSIGNED <RESERVED> 2DD8-2DDE PVALID ETHIOPIC SYLLABLE GYA..ETHIOPIC SYLLABLE GYO 2DDF UNASSIGNED <RESERVED> 2DE0-2DFF PVALID COMBINING CYRILLIC LETTER BE..COMBINING CYRILLIC LETTER IOTIFIED BIG YUS 2E00-2E2E DISALLOWED RIGHT ANGLE SUBSTITUTION MARKER..REVERSED QUESTION MARK 2E2F PVALID VERTICAL TILDE 2E30-2E3B DISALLOWED RING POINT..THREE-EM DASH 2E3C-2E7F UNASSIGNED <RESERVED>..<RESERVED> 2E80-2E99 DISALLOWED CJK RADICAL REPEAT..CJK RADICAL RAP 2E9A UNASSIGNED <RESERVED> 2E9B-2EF3 DISALLOWED CJK RADICAL CHOKE..CJK RADICAL C-SIMPLIFIED TURTLE 2EF4-2EFF UNASSIGNED <RESERVED>..<RESERVED> 2F00-2FD5 DISALLOWED KANGXI RADICAL ONE..KANGXI RADICAL FLUTE 2FD6-2FEF UNASSIGNED <RESERVED>..<RESERVED> 2FF0-2FFB DISALLOWED IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT..IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID 2FFC-2FFF UNASSIGNED <RESERVED>..<RESERVED> 3000-3004 DISALLOWED IDEOGRAPHIC SPACE..JAPANESE INDUSTRIAL STANDARD SYMBOL 3005-3007 PVALID IDEOGRAPHIC ITERATION MARK..IDEOGRAPHIC NUMBER ZERO 3008-3029 DISALLOWED LEFT ANGLE BRACKET..HANGZHOU NUMERAL NINE 302A-302D PVALID IDEOGRAPHIC LEVEL TONE MARK..IDEOGRAPHIC ENTERING TONE MARK 302E-303B DISALLOWED HANGUL SINGLE DOT TONE MARK..VERTICAL IDEOGRAPHIC ITERATION MARK 303C PVALID MASU MARK 303D-303F DISALLOWED PART ALTERNATION MARK..IDEOGRAPHIC HALF FILL SPACE 3040 UNASSIGNED <RESERVED> 3041-3096 PVALID HIRAGANA LETTER SMALL A..HIRAGANA LETTER SMALL KE 3097-3098 UNASSIGNED <RESERVED>..<RESERVED> 3099-309A PVALID COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309B-309C DISALLOWED KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309D-309E PVALID HIRAGANA ITERATION MARK..HIRAGANA VOICED ITERATION MARK 309F-30A0 DISALLOWED HIRAGANA DIGRAPH YORI..KATAKANA-HIRAGANA DOUBLE HYPHEN 30A1-30FA PVALID KATAKANA LETTER SMALL A..KATAKANA LETTER VO 30FB CONTEXTO KATAKANA MIDDLE DOT 30FC-30FE PVALID KATAKANA-HIRAGANA PROLONGED SOUND MARK..KATAKANA VOICED ITERATION MARK 30FF DISALLOWED KATAKANA DIGRAPH KOTO 3100-3104 UNASSIGNED <RESERVED>..<RESERVED> 3105-312D PVALID BOPOMOFO LETTER B..BOPOMOFO LETTER IH 312E-3130 UNASSIGNED <RESERVED>..<RESERVED> 3131-318E DISALLOWED HANGUL LETTER KIYEOK..HANGUL LETTER ARAEAE 318F UNASSIGNED <RESERVED> 3190-319F DISALLOWED IDEOGRAPHIC ANNOTATION LINKING MARK..IDEOGRAPHIC ANNOTATION MAN MARK 31A0-31BA PVALID BOPOMOFO LETTER BU..BOPOMOFO LETTER ZY 31BB-31BF UNASSIGNED <RESERVED>..<RESERVED> 31C0-31E3 DISALLOWED CJK STROKE T..CJK STROKE Q 31E4-31EF UNASSIGNED <RESERVED>..<RESERVED> 31F0-31FF PVALID KATAKANA LETTER SMALL KU..KATAKANA LETTER SMALL RO 3200-321E DISALLOWED PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU 321F UNASSIGNED <RESERVED> 3220-32FE DISALLOWED PARENTHESIZED IDEOGRAPH ONE..CIRCLED KATAKANA WO 32FF UNASSIGNED <RESERVED> 3300-33FF DISALLOWED SQUARE APAATO..SQUARE GAL 3400-4DB5 PVALID <CJK IDEOGRAPH EXTENSION A, FIRST>..<CJK IDEOGRAPH EXTENSION A, LAST> 4DB6-4DBF UNASSIGNED <RESERVED>..<RESERVED> 4DC0-4DFF DISALLOWED HEXAGRAM FOR THE CREATIVE HEAVEN..HEXAGRAM FOR BEFORE COMPLETION 4E00-9FCC PVALID <CJK IDEOGRAPH, FIRST>..<CJK IDEOGRAPH, LAST> 9FCD-9FFF UNASSIGNED <RESERVED>..<RESERVED> A000-A48C PVALID YI SYLLABLE IT..YI SYLLABLE YYR A48D-A48F UNASSIGNED <RESERVED>..<RESERVED> A490-A4C6 DISALLOWED YI RADICAL QOT..YI RADICAL KE A4C7-A4CF UNASSIGNED <RESERVED>..<RESERVED> A4D0-A4FD PVALID LISU LETTER BA..LISU LETTER TONE MYA JEU A4FE-A4FF DISALLOWED LISU PUNCTUATION COMMA..LISU PUNCTUATION FULL STOP A500-A60C PVALID VAI SYLLABLE EE..VAI SYLLABLE LENGTHENER A60D-A60F DISALLOWED VAI COMMA..VAI QUESTION MARK A610-A62B PVALID VAI SYLLABLE NDOLE FA..VAI SYLLABLE NDOLE DO A62C-A63F UNASSIGNED <RESERVED>..<RESERVED> A640 DISALLOWED CYRILLIC CAPITAL LETTER ZEMLYA A641 PVALID CYRILLIC SMALL LETTER ZEMLYA A642 DISALLOWED CYRILLIC CAPITAL LETTER DZELO A643 PVALID CYRILLIC SMALL LETTER DZELO A644 DISALLOWED CYRILLIC CAPITAL LETTER REVERSED DZE A645 PVALID CYRILLIC SMALL LETTER REVERSED DZE A646 DISALLOWED CYRILLIC CAPITAL LETTER IOTA A647 PVALID CYRILLIC SMALL LETTER IOTA A648 DISALLOWED CYRILLIC CAPITAL LETTER DJERV A649 PVALID CYRILLIC SMALL LETTER DJERV A64A DISALLOWED CYRILLIC CAPITAL LETTER MONOGRAPH UK A64B PVALID CYRILLIC SMALL LETTER MONOGRAPH UK A64C DISALLOWED CYRILLIC CAPITAL LETTER BROAD OMEGA A64D PVALID CYRILLIC SMALL LETTER BROAD OMEGA A64E DISALLOWED CYRILLIC CAPITAL LETTER NEUTRAL YER A64F PVALID CYRILLIC SMALL LETTER NEUTRAL YER A650 DISALLOWED CYRILLIC CAPITAL LETTER YERU WITH BACK YER A651 PVALID CYRILLIC SMALL LETTER YERU WITH BACK YER A652 DISALLOWED CYRILLIC CAPITAL LETTER IOTIFIED YAT A653 PVALID CYRILLIC SMALL LETTER IOTIFIED YAT A654 DISALLOWED CYRILLIC CAPITAL LETTER REVERSED YU A655 PVALID CYRILLIC SMALL LETTER REVERSED YU A656 DISALLOWED CYRILLIC CAPITAL LETTER IOTIFIED A A657 PVALID CYRILLIC SMALL LETTER IOTIFIED A A658 DISALLOWED CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS A659 PVALID CYRILLIC SMALL LETTER CLOSED LITTLE YUS A65A DISALLOWED CYRILLIC CAPITAL LETTER BLENDED YUS A65B PVALID CYRILLIC SMALL LETTER BLENDED YUS A65C DISALLOWED CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS A65D PVALID CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS A65E DISALLOWED CYRILLIC CAPITAL LETTER YN A65F PVALID CYRILLIC SMALL LETTER YN A660 DISALLOWED CYRILLIC CAPITAL LETTER REVERSED TSE A661 PVALID CYRILLIC SMALL LETTER REVERSED TSE A662 DISALLOWED CYRILLIC CAPITAL LETTER SOFT DE A663 PVALID CYRILLIC SMALL LETTER SOFT DE A664 DISALLOWED CYRILLIC CAPITAL LETTER SOFT EL A665 PVALID CYRILLIC SMALL LETTER SOFT EL A666 DISALLOWED CYRILLIC CAPITAL LETTER SOFT EM A667 PVALID CYRILLIC SMALL LETTER SOFT EM A668 DISALLOWED CYRILLIC CAPITAL LETTER MONOCULAR O A669 PVALID CYRILLIC SMALL LETTER MONOCULAR O A66A DISALLOWED CYRILLIC CAPITAL LETTER BINOCULAR O A66B PVALID CYRILLIC SMALL LETTER BINOCULAR O A66C DISALLOWED CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O A66D-A66F PVALID CYRILLIC SMALL LETTER DOUBLE MONOCULAR O..COMBINING CYRILLIC VZMET A670-A673 DISALLOWED COMBINING CYRILLIC TEN MILLIONS SIGN..SLAVONIC ASTERISK A674-A67D PVALID COMBINING CYRILLIC LETTER UKRAINIAN IE..COMBINING CYRILLIC PAYEROK A67E DISALLOWED CYRILLIC KAVYKA A67F PVALID CYRILLIC PAYEROK A680 DISALLOWED CYRILLIC CAPITAL LETTER DWE A681 PVALID CYRILLIC SMALL LETTER DWE A682 DISALLOWED CYRILLIC CAPITAL LETTER DZWE A683 PVALID CYRILLIC SMALL LETTER DZWE A684 DISALLOWED CYRILLIC CAPITAL LETTER ZHWE A685 PVALID CYRILLIC SMALL LETTER ZHWE A686 DISALLOWED CYRILLIC CAPITAL LETTER CCHE A687 PVALID CYRILLIC SMALL LETTER CCHE A688 DISALLOWED CYRILLIC CAPITAL LETTER DZZE A689 PVALID CYRILLIC SMALL LETTER DZZE A68A DISALLOWED CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK A68B PVALID CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK A68C DISALLOWED CYRILLIC CAPITAL LETTER TWE A68D PVALID CYRILLIC SMALL LETTER TWE A68E DISALLOWED CYRILLIC CAPITAL LETTER TSWE A68F PVALID CYRILLIC SMALL LETTER TSWE A690 DISALLOWED CYRILLIC CAPITAL LETTER TSSE A691 PVALID CYRILLIC SMALL LETTER TSSE A692 DISALLOWED CYRILLIC CAPITAL LETTER TCHE A693 PVALID CYRILLIC SMALL LETTER TCHE A694 DISALLOWED CYRILLIC CAPITAL LETTER HWE A695 PVALID CYRILLIC SMALL LETTER HWE A696 DISALLOWED CYRILLIC CAPITAL LETTER SHWE A697 PVALID CYRILLIC SMALL LETTER SHWE A698-A69E UNASSIGNED <RESERVED>..<RESERVED> A69F-A6E5 PVALID COMBINING CYRILLIC LETTER IOTIFIED E..BAMUM LETTER KI A6E6-A6EF DISALLOWED BAMUM LETTER MO..BAMUM LETTER KOGHOM A6F0-A6F1 PVALID BAMUM COMBINING MARK KOQNDON..BAMUM COMBINING MARK TUKWENTIS A6F2-A6F7 DISALLOWED BAMUM NJAEMLI..BAMUM QUESTION MARK A6F8-A6FF UNASSIGNED <RESERVED>..<RESERVED> A700-A716 DISALLOWED MODIFIER LETTER CHINESE TONE YIN PING..MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR A717-A71F PVALID MODIFIER LETTER DOT VERTICAL BAR..MODIFIER LETTER LOW INVERTED EXCLAMATION MARK A720-A722 DISALLOWED MODIFIER LETTER STRESS AND HIGH TONE..LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF A723 PVALID LATIN SMALL LETTER EGYPTOLOGICAL ALEF A724 DISALLOWED LATIN CAPITAL LETTER EGYPTOLOGICAL AIN A725 PVALID LATIN SMALL LETTER EGYPTOLOGICAL AIN A726 DISALLOWED LATIN CAPITAL LETTER HENG A727 PVALID LATIN SMALL LETTER HENG A728 DISALLOWED LATIN CAPITAL LETTER TZ A729 PVALID LATIN SMALL LETTER TZ A72A DISALLOWED LATIN CAPITAL LETTER TRESILLO A72B PVALID LATIN SMALL LETTER TRESILLO A72C DISALLOWED LATIN CAPITAL LETTER CUATRILLO A72D PVALID LATIN SMALL LETTER CUATRILLO A72E DISALLOWED LATIN CAPITAL LETTER CUATRILLO WITH COMMA A72F-A731 PVALID LATIN SMALL LETTER CUATRILLO WITH COMMA..LATIN LETTER SMALL CAPITAL S A732 DISALLOWED LATIN CAPITAL LETTER AA A733 PVALID LATIN SMALL LETTER AA A734 DISALLOWED LATIN CAPITAL LETTER AO A735 PVALID LATIN SMALL LETTER AO A736 DISALLOWED LATIN CAPITAL LETTER AU A737 PVALID LATIN SMALL LETTER AU A738 DISALLOWED LATIN CAPITAL LETTER AV A739 PVALID LATIN SMALL LETTER AV A73A DISALLOWED LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR A73B PVALID LATIN SMALL LETTER AV WITH HORIZONTAL BAR A73C DISALLOWED LATIN CAPITAL LETTER AY A73D PVALID LATIN SMALL LETTER AY A73E DISALLOWED LATIN CAPITAL LETTER REVERSED C WITH DOT A73F PVALID LATIN SMALL LETTER REVERSED C WITH DOT A740 DISALLOWED LATIN CAPITAL LETTER K WITH STROKE A741 PVALID LATIN SMALL LETTER K WITH STROKE A742 DISALLOWED LATIN CAPITAL LETTER K WITH DIAGONAL STROKE A743 PVALID LATIN SMALL LETTER K WITH DIAGONAL STROKE A744 DISALLOWED LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE A745 PVALID LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE A746 DISALLOWED LATIN CAPITAL LETTER BROKEN L A747 PVALID LATIN SMALL LETTER BROKEN L A748 DISALLOWED LATIN CAPITAL LETTER L WITH HIGH STROKE A749 PVALID LATIN SMALL LETTER L WITH HIGH STROKE A74A DISALLOWED LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY A74B PVALID LATIN SMALL LETTER O WITH LONG STROKE OVERLAY A74C DISALLOWED LATIN CAPITAL LETTER O WITH LOOP A74D PVALID LATIN SMALL LETTER O WITH LOOP A74E DISALLOWED LATIN CAPITAL LETTER OO A74F PVALID LATIN SMALL LETTER OO A750 DISALLOWED LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER A751 PVALID LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER A752 DISALLOWED LATIN CAPITAL LETTER P WITH FLOURISH A753 PVALID LATIN SMALL LETTER P WITH FLOURISH A754 DISALLOWED LATIN CAPITAL LETTER P WITH SQUIRREL TAIL A755 PVALID LATIN SMALL LETTER P WITH SQUIRREL TAIL A756 DISALLOWED LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER A757 PVALID LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER A758 DISALLOWED LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE A759 PVALID LATIN SMALL LETTER Q WITH DIAGONAL STROKE A75A DISALLOWED LATIN CAPITAL LETTER R ROTUNDA A75B PVALID LATIN SMALL LETTER R ROTUNDA A75C DISALLOWED LATIN CAPITAL LETTER RUM ROTUNDA A75D PVALID LATIN SMALL LETTER RUM ROTUNDA A75E DISALLOWED LATIN CAPITAL LETTER V WITH DIAGONAL STROKE A75F PVALID LATIN SMALL LETTER V WITH DIAGONAL STROKE A760 DISALLOWED LATIN CAPITAL LETTER VY A761 PVALID LATIN SMALL LETTER VY A762 DISALLOWED LATIN CAPITAL LETTER VISIGOTHIC Z A763 PVALID LATIN SMALL LETTER VISIGOTHIC Z A764 DISALLOWED LATIN CAPITAL LETTER THORN WITH STROKE A765 PVALID LATIN SMALL LETTER THORN WITH STROKE A766 DISALLOWED LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER A767 PVALID LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER A768 DISALLOWED LATIN CAPITAL LETTER VEND A769 PVALID LATIN SMALL LETTER VEND A76A DISALLOWED LATIN CAPITAL LETTER ET A76B PVALID LATIN SMALL LETTER ET A76C DISALLOWED LATIN CAPITAL LETTER IS A76D PVALID LATIN SMALL LETTER IS A76E DISALLOWED LATIN CAPITAL LETTER CON A76F PVALID LATIN SMALL LETTER CON A770 DISALLOWED MODIFIER LETTER US A771-A778 PVALID LATIN SMALL LETTER DUM..LATIN SMALL LETTER UM A779 DISALLOWED LATIN CAPITAL LETTER INSULAR D A77A PVALID LATIN SMALL LETTER INSULAR D A77B DISALLOWED LATIN CAPITAL LETTER INSULAR F A77C PVALID LATIN SMALL LETTER INSULAR F A77D-A77E DISALLOWED LATIN CAPITAL LETTER INSULAR G..LATIN CAPITAL LETTER TURNED INSULAR G A77F PVALID LATIN SMALL LETTER TURNED INSULAR G A780 DISALLOWED LATIN CAPITAL LETTER TURNED L A781 PVALID LATIN SMALL LETTER TURNED L A782 DISALLOWED LATIN CAPITAL LETTER INSULAR R A783 PVALID LATIN SMALL LETTER INSULAR R A784 DISALLOWED LATIN CAPITAL LETTER INSULAR S A785 PVALID LATIN SMALL LETTER INSULAR S A786 DISALLOWED LATIN CAPITAL LETTER INSULAR T A787-A788 PVALID LATIN SMALL LETTER INSULAR T..MODIFIER LETTER LOW CIRCUMFLEX ACCENT A789-A78B DISALLOWED MODIFIER LETTER COLON..LATIN CAPITAL LETTER SALTILLO A78C PVALID LATIN SMALL LETTER SALTILLO A78D DISALLOWED LATIN CAPITAL LETTER TURNED H A78E PVALID LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT A78F UNASSIGNED <RESERVED> A790 DISALLOWED LATIN CAPITAL LETTER N WITH DESCENDER A791 PVALID LATIN SMALL LETTER N WITH DESCENDER A792 DISALLOWED LATIN CAPITAL LETTER C WITH BAR A793 PVALID LATIN SMALL LETTER C WITH BAR A794-A79F UNASSIGNED <RESERVED>..<RESERVED> A7A0 DISALLOWED LATIN CAPITAL LETTER G WITH OBLIQUE STROKE A7A1 PVALID LATIN SMALL LETTER G WITH OBLIQUE STROKE A7A2 DISALLOWED LATIN CAPITAL LETTER K WITH OBLIQUE STROKE A7A3 PVALID LATIN SMALL LETTER K WITH OBLIQUE STROKE A7A4 DISALLOWED LATIN CAPITAL LETTER N WITH OBLIQUE STROKE A7A5 PVALID LATIN SMALL LETTER N WITH OBLIQUE STROKE A7A6 DISALLOWED LATIN CAPITAL LETTER R WITH OBLIQUE STROKE A7A7 PVALID LATIN SMALL LETTER R WITH OBLIQUE STROKE A7A8 DISALLOWED LATIN CAPITAL LETTER S WITH OBLIQUE STROKE A7A9 PVALID LATIN SMALL LETTER S WITH OBLIQUE STROKE A7AA DISALLOWED LATIN CAPITAL LETTER H WITH HOOK A7AB-A7F7 UNASSIGNED <RESERVED>..<RESERVED> A7F8-A7F9 DISALLOWED MODIFIER LETTER CAPITAL H WITH STROKE..MODIFIER LETTER SMALL LIGATURE OE A7FA-A827 PVALID LATIN LETTER SMALL CAPITAL TURNED M..SYLOTI NAGRI VOWEL SIGN OO A828-A82B DISALLOWED SYLOTI NAGRI POETRY MARK-1..SYLOTI NAGRI POETRY MARK-4 A82C-A82F UNASSIGNED <RESERVED>..<RESERVED> A830-A839 DISALLOWED NORTH INDIC FRACTION ONE QUARTER..NORTH INDIC QUANTITY MARK A83A-A83F UNASSIGNED <RESERVED>..<RESERVED> A840-A873 PVALID PHAGS-PA LETTER KA..PHAGS-PA LETTER CANDRABINDU A874-A877 DISALLOWED PHAGS-PA SINGLE HEAD MARK..PHAGS-PA MARK DOUBLE SHAD A878-A87F UNASSIGNED <RESERVED>..<RESERVED> A880-A8C4 PVALID SAURASHTRA SIGN ANUSVARA..SAURASHTRA SIGN VIRAMA A8C5-A8CD UNASSIGNED <RESERVED>..<RESERVED> A8CE-A8CF DISALLOWED SAURASHTRA DANDA..SAURASHTRA DOUBLE DANDA A8D0-A8D9 PVALID SAURASHTRA DIGIT ZERO..SAURASHTRA DIGIT NINE A8DA-A8DF UNASSIGNED <RESERVED>..<RESERVED> A8E0-A8F7 PVALID COMBINING DEVANAGARI DIGIT ZERO..DEVANAGARI SIGN CANDRABINDU AVAGRAHA A8F8-A8FA DISALLOWED DEVANAGARI SIGN PUSHPIKA..DEVANAGARI CARET A8FB PVALID DEVANAGARI HEADSTROKE A8FC-A8FF UNASSIGNED <RESERVED>..<RESERVED> A900-A92D PVALID KAYAH LI DIGIT ZERO..KAYAH LI TONE CALYA PLOPHU A92E-A92F DISALLOWED KAYAH LI SIGN CWI..KAYAH LI SIGN SHYA A930-A953 PVALID REJANG LETTER KA..REJANG VIRAMA A954-A95E UNASSIGNED <RESERVED>..<RESERVED> A95F-A97C DISALLOWED REJANG SECTION MARK..HANGUL CHOSEONG SSANGYEORINHIEUH A97D-A97F UNASSIGNED <RESERVED>..<RESERVED> A980-A9C0 PVALID JAVANESE SIGN PANYANGGA..JAVANESE PANGKON A9C1-A9CD DISALLOWED JAVANESE LEFT RERENGGAN..JAVANESE TURNED PADA PISELEH A9CE UNASSIGNED <RESERVED> A9CF-A9D9 PVALID JAVANESE PANGRANGKEP..JAVANESE DIGIT NINE A9DA-A9DD UNASSIGNED <RESERVED>..<RESERVED> A9DE-A9DF DISALLOWED JAVANESE PADA TIRTA TUMETES..JAVANESE PADA ISEN-ISEN A9E0-A9FF UNASSIGNED <RESERVED>..<RESERVED> AA00-AA36 PVALID CHAM LETTER A..CHAM CONSONANT SIGN WA AA37-AA3F UNASSIGNED <RESERVED>..<RESERVED> AA40-AA4D PVALID CHAM LETTER FINAL K..CHAM CONSONANT SIGN FINAL H AA4E-AA4F UNASSIGNED <RESERVED>..<RESERVED> AA50-AA59 PVALID CHAM DIGIT ZERO..CHAM DIGIT NINE AA5A-AA5B UNASSIGNED <RESERVED>..<RESERVED> AA5C-AA5F DISALLOWED CHAM PUNCTUATION SPIRAL..CHAM PUNCTUATION TRIPLE DANDA AA60-AA76 PVALID MYANMAR LETTER KHAMTI GA..MYANMAR LOGOGRAM KHAMTI HM AA77-AA79 DISALLOWED MYANMAR SYMBOL AITON EXCLAMATION..MYANMAR SYMBOL AITON TWO AA7A-AA7B PVALID MYANMAR LETTER AITON RA..MYANMAR SIGN PAO KAREN TONE AA7C-AA7F UNASSIGNED <RESERVED>..<RESERVED> AA80-AAC2 PVALID TAI VIET LETTER LOW KO..TAI VIET TONE MAI SONG AAC3-AADA UNASSIGNED <RESERVED>..<RESERVED> AADB-AADD PVALID TAI VIET SYMBOL KON..TAI VIET SYMBOL SAM AADE-AADF DISALLOWED TAI VIET SYMBOL HO HOI..TAI VIET SYMBOL KOI KOI AAE0-AAEF PVALID MEETEI MAYEK LETTER E..MEETEI MAYEK VOWEL SIGN AAU AAF0-AAF1 DISALLOWED MEETEI MAYEK CHEIKHAN..MEETEI MAYEK AHANG KHUDAM AAF2-AAF6 PVALID MEETEI MAYEK ANJI..MEETEI MAYEK VIRAMA AAF7-AB00 UNASSIGNED <RESERVED>..<RESERVED> AB01-AB06 PVALID ETHIOPIC SYLLABLE TTHU..ETHIOPIC SYLLABLE TTHO AB07-AB08 UNASSIGNED <RESERVED>..<RESERVED> AB09-AB0E PVALID ETHIOPIC SYLLABLE DDHU..ETHIOPIC SYLLABLE DDHO AB0F-AB10 UNASSIGNED <RESERVED>..<RESERVED> AB11-AB16 PVALID ETHIOPIC SYLLABLE DZU..ETHIOPIC SYLLABLE DZO AB17-AB1F UNASSIGNED <RESERVED>..<RESERVED> AB20-AB26 PVALID ETHIOPIC SYLLABLE CCHHA..ETHIOPIC SYLLABLE CCHHO AB27 UNASSIGNED <RESERVED> AB28-AB2E PVALID ETHIOPIC SYLLABLE BBA..ETHIOPIC SYLLABLE BBO AB2F-ABBF UNASSIGNED <RESERVED>..<RESERVED> ABC0-ABEA PVALID MEETEI MAYEK LETTER KOK..MEETEI MAYEK VOWEL SIGN NUNG ABEB DISALLOWED MEETEI MAYEK CHEIKHEI ABEC-ABED PVALID MEETEI MAYEK LUM IYEK..MEETEI MAYEK APUN IYEK ABEE-ABEF UNASSIGNED <RESERVED>..<RESERVED> ABF0-ABF9 PVALID MEETEI MAYEK DIGIT ZERO..MEETEI MAYEK DIGIT NINE ABFA-ABFF UNASSIGNED <RESERVED>..<RESERVED> AC00-D7A3 PVALID <HANGUL SYLLABLE, FIRST>..<HANGUL SYLLABLE, LAST> D7A4-D7AF UNASSIGNED <RESERVED>..<RESERVED> D7B0-D7C6 DISALLOWED HANGUL JUNGSEONG O-YEO..HANGUL JUNGSEONG ARAEA-E D7C7-D7CA UNASSIGNED <RESERVED>..<RESERVED> D7CB-D7FB DISALLOWED HANGUL JONGSEONG NIEUN-RIEUL..HANGUL JONGSEONG PHIEUPH-THIEUTH D7FC-D7FF UNASSIGNED <RESERVED>..<RESERVED> D800-FA0D DISALLOWED <NON PRIVATE USE HIGH SURROGATE, FIRST>..CJK COMPATIBILITY IDEOGRAPH-FA0D FA0E-FA0F PVALID CJK COMPATIBILITY IDEOGRAPH-FA0E..CJK COMPATIBILITY IDEOGRAPH-FA0F FA10 DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA10 FA11 PVALID CJK COMPATIBILITY IDEOGRAPH-FA11 FA12 DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA12 FA13-FA14 PVALID CJK COMPATIBILITY IDEOGRAPH-FA13..CJK COMPATIBILITY IDEOGRAPH-FA14 FA15-FA1E DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA1F PVALID CJK COMPATIBILITY IDEOGRAPH-FA1F FA20 DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA20 FA21 PVALID CJK COMPATIBILITY IDEOGRAPH-FA21 FA22 DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA22 FA23-FA24 PVALID CJK COMPATIBILITY IDEOGRAPH-FA23..CJK COMPATIBILITY IDEOGRAPH-FA24 FA25-FA26 DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA27-FA29 PVALID CJK COMPATIBILITY IDEOGRAPH-FA27..CJK COMPATIBILITY IDEOGRAPH-FA29 FA2A-FA6D DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA6E-FA6F UNASSIGNED <RESERVED>..<RESERVED> FA70-FAD9 DISALLOWED CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FADA-FAFF UNASSIGNED <RESERVED>..<RESERVED> FB00-FB06 DISALLOWED LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST FB07-FB12 UNASSIGNED <RESERVED>..<RESERVED> FB13-FB17 DISALLOWED ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH FB18-FB1C UNASSIGNED <RESERVED>..<RESERVED> FB1D DISALLOWED HEBREW LETTER YOD WITH HIRIQ FB1E PVALID HEBREW POINT JUDEO-SPANISH VARIKA FB1F-FB36 DISALLOWED HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER ZAYIN WITH DAGESH FB37 UNASSIGNED <RESERVED> FB38-FB3C DISALLOWED HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3D UNASSIGNED <RESERVED> FB3E DISALLOWED HEBREW LETTER MEM WITH DAGESH FB3F UNASSIGNED <RESERVED> FB40-FB41 DISALLOWED HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB42 UNASSIGNED <RESERVED> FB43-FB44 DISALLOWED HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB45 UNASSIGNED <RESERVED> FB46-FBC1 DISALLOWED HEBREW LETTER TSADI WITH DAGESH..ARABIC SYMBOL SMALL TAH BELOW FBC2-FBD2 UNASSIGNED <RESERVED>..<RESERVED> FBD3-FD3F DISALLOWED ARABIC LETTER NG ISOLATED FORM..ORNATE RIGHT PARENTHESIS FD40-FD4F UNASSIGNED <RESERVED>..<RESERVED> FD50-FD8F DISALLOWED ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD90-FD91 UNASSIGNED <RESERVED>..<RESERVED> FD92-FDC7 DISALLOWED ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDC8-FDCF UNASSIGNED <RESERVED>..<RESERVED> FDD0-FDFD DISALLOWED <NOT A CHARACTER>..ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM FDFE-FDFF UNASSIGNED <RESERVED>..<RESERVED> FE00-FE19 DISALLOWED VARIATION SELECTOR-1..PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE1A-FE1F UNASSIGNED <RESERVED>..<RESERVED> FE20-FE26 PVALID COMBINING LIGATURE LEFT HALF..COMBINING CONJOINING MACRON FE27-FE2F UNASSIGNED <RESERVED>..<RESERVED> FE30-FE52 DISALLOWED PRESENTATION FORM FOR VERTICAL TWO DOT LEADER..SMALL FULL STOP FE53 UNASSIGNED <RESERVED> FE54-FE66 DISALLOWED SMALL SEMICOLON..SMALL EQUALS SIGN FE67 UNASSIGNED <RESERVED> FE68-FE6B DISALLOWED SMALL REVERSE SOLIDUS..SMALL COMMERCIAL AT FE6C-FE6F UNASSIGNED <RESERVED>..<RESERVED> FE70-FE72 DISALLOWED ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM FE73 PVALID ARABIC TAIL FRAGMENT FE74 DISALLOWED ARABIC KASRATAN ISOLATED FORM FE75 UNASSIGNED <RESERVED> FE76-FEFC DISALLOWED ARABIC FATHA ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FEFD-FEFE UNASSIGNED <RESERVED>..<RESERVED> FEFF DISALLOWED ZERO WIDTH NO-BREAK SPACE FF00 UNASSIGNED <RESERVED> FF01-FFBE DISALLOWED FULLWIDTH EXCLAMATION MARK..HALFWIDTH HANGUL LETTER HIEUH FFBF-FFC1 UNASSIGNED <RESERVED>..<RESERVED> FFC2-FFC7 DISALLOWED HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E FFC8-FFC9 UNASSIGNED <RESERVED>..<RESERVED> FFCA-FFCF DISALLOWED HALFWIDTH HANGUL LETTER YEO..HALFWIDTH HANGUL LETTER OE FFD0-FFD1 UNASSIGNED <RESERVED>..<RESERVED> FFD2-FFD7 DISALLOWED HALFWIDTH HANGUL LETTER YO..HALFWIDTH HANGUL LETTER YU FFD8-FFD9 UNASSIGNED <RESERVED>..<RESERVED> FFDA-FFDC DISALLOWED HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I FFDD-FFDF UNASSIGNED <RESERVED>..<RESERVED> FFE0-FFE6 DISALLOWED FULLWIDTH CENT SIGN..FULLWIDTH WON SIGN FFE7 UNASSIGNED <RESERVED> FFE8-FFEE DISALLOWED HALFWIDTH FORMS LIGHT VERTICAL..HALFWIDTH WHITE CIRCLE FFEF-FFF8 UNASSIGNED <RESERVED>..<RESERVED> FFF9-FFFF DISALLOWED INTERLINEAR ANNOTATION ANCHOR..<NOT A CHARACTER> 10000-1000B PVALID LINEAR B SYLLABLE B008 A..LINEAR B SYLLABLE B046 JE 1000C UNASSIGNED <RESERVED> 1000D-10026 PVALID LINEAR B SYLLABLE B036 JO..LINEAR B SYLLABLE B032 QO 10027 UNASSIGNED <RESERVED> 10028-1003A PVALID LINEAR B SYLLABLE B060 RA..LINEAR B SYLLABLE B042 WO 1003B UNASSIGNED <RESERVED> 1003C-1003D PVALID LINEAR B SYLLABLE B017 ZA..LINEAR B SYLLABLE B074 ZE 1003E UNASSIGNED <RESERVED> 1003F-1004D PVALID LINEAR B SYLLABLE B020 ZO..LINEAR B SYLLABLE B091 TWO 1004E-1004F UNASSIGNED <RESERVED>..<RESERVED> 10050-1005D PVALID LINEAR B SYMBOL B018..LINEAR B SYMBOL B089 1005E-1007F UNASSIGNED <RESERVED>..<RESERVED> 10080-100FA PVALID LINEAR B IDEOGRAM B100 MAN..LINEAR B IDEOGRAM VESSEL B305 100FB-100FF UNASSIGNED <RESERVED>..<RESERVED> 10100-10102 DISALLOWED AEGEAN WORD SEPARATOR LINE..AEGEAN CHECK MARK 10103-10106 UNASSIGNED <RESERVED>..<RESERVED> 10107-10133 DISALLOWED AEGEAN NUMBER ONE..AEGEAN NUMBER NINETY THOUSAND 10134-10136 UNASSIGNED <RESERVED>..<RESERVED> 10137-1018A DISALLOWED AEGEAN WEIGHT BASE UNIT..GREEK ZERO SIGN 1018B-1018F UNASSIGNED <RESERVED>..<RESERVED> 10190-1019B DISALLOWED ROMAN SEXTANS SIGN..ROMAN CENTURIAL SIGN 1019C-101CF UNASSIGNED <RESERVED>..<RESERVED> 101D0-101FC DISALLOWED PHAISTOS DISC SIGN PEDESTRIAN..PHAISTOS DISC SIGN WAVY BAND 101FD PVALID PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE 101FE-1027F UNASSIGNED <RESERVED>..<RESERVED> 10280-1029C PVALID LYCIAN LETTER A..LYCIAN LETTER X 1029D-1029F UNASSIGNED <RESERVED>..<RESERVED> 102A0-102D0 PVALID CARIAN LETTER A..CARIAN LETTER UUU3 102D1-102FF UNASSIGNED <RESERVED>..<RESERVED> 10300-1031E PVALID OLD ITALIC LETTER A..OLD ITALIC LETTER UU 1031F UNASSIGNED <RESERVED> 10320-10323 DISALLOWED OLD ITALIC NUMERAL ONE..OLD ITALIC NUMERAL FIFTY 10324-1032F UNASSIGNED <RESERVED>..<RESERVED> 10330-10340 PVALID GOTHIC LETTER AHSA..GOTHIC LETTER PAIRTHRA 10341 DISALLOWED GOTHIC LETTER NINETY 10342-10349 PVALID GOTHIC LETTER RAIDA..GOTHIC LETTER OTHAL 1034A DISALLOWED GOTHIC LETTER NINE HUNDRED 1034B-1037F UNASSIGNED <RESERVED>..<RESERVED> 10380-1039D PVALID UGARITIC LETTER ALPA..UGARITIC LETTER SSU 1039E UNASSIGNED <RESERVED> 1039F DISALLOWED UGARITIC WORD DIVIDER 103A0-103C3 PVALID OLD PERSIAN SIGN A..OLD PERSIAN SIGN HA 103C4-103C7 UNASSIGNED <RESERVED>..<RESERVED> 103C8-103CF PVALID OLD PERSIAN SIGN AURAMAZDAA..OLD PERSIAN SIGN BUUMISH 103D0-103D5 DISALLOWED OLD PERSIAN WORD DIVIDER..OLD PERSIAN NUMBER HUNDRED 103D6-103FF UNASSIGNED <RESERVED>..<RESERVED> 10400-10427 DISALLOWED DESERET CAPITAL LETTER LONG I..DESERET CAPITAL LETTER EW 10428-1049D PVALID DESERET SMALL LETTER LONG I..OSMANYA LETTER OO 1049E-1049F UNASSIGNED <RESERVED>..<RESERVED> 104A0-104A9 PVALID OSMANYA DIGIT ZERO..OSMANYA DIGIT NINE 104AA-107FF UNASSIGNED <RESERVED>..<RESERVED> 10800-10805 PVALID CYPRIOT SYLLABLE A..CYPRIOT SYLLABLE JA 10806-10807 UNASSIGNED <RESERVED>..<RESERVED> 10808 PVALID CYPRIOT SYLLABLE JO 10809 UNASSIGNED <RESERVED> 1080A-10835 PVALID CYPRIOT SYLLABLE KA..CYPRIOT SYLLABLE WO 10836 UNASSIGNED <RESERVED> 10837-10838 PVALID CYPRIOT SYLLABLE XA..CYPRIOT SYLLABLE XE 10839-1083B UNASSIGNED <RESERVED>..<RESERVED> 1083C PVALID CYPRIOT SYLLABLE ZA 1083D-1083E UNASSIGNED <RESERVED>..<RESERVED> 1083F-10855 PVALID CYPRIOT SYLLABLE ZO..IMPERIAL ARAMAIC LETTER TAW 10856 UNASSIGNED <RESERVED> 10857-1085F DISALLOWED IMPERIAL ARAMAIC SECTION SIGN..IMPERIAL ARAMAIC NUMBER TEN THOUSAND 10860-108FF UNASSIGNED <RESERVED>..<RESERVED> 10900-10915 PVALID PHOENICIAN LETTER ALF..PHOENICIAN LETTER TAU 10916-1091B DISALLOWED PHOENICIAN NUMBER ONE..PHOENICIAN NUMBER THREE 1091C-1091E UNASSIGNED <RESERVED>..<RESERVED> 1091F DISALLOWED PHOENICIAN WORD SEPARATOR 10920-10939 PVALID LYDIAN LETTER A..LYDIAN LETTER C 1093A-1093E UNASSIGNED <RESERVED>..<RESERVED> 1093F DISALLOWED LYDIAN TRIANGULAR MARK 10940-1097F UNASSIGNED <RESERVED>..<RESERVED> 10980-109B7 PVALID MEROITIC HIEROGLYPHIC LETTER A..MEROITIC CURSIVE LETTER DA 109B8-109BD UNASSIGNED <RESERVED>..<RESERVED> 109BE-109BF PVALID MEROITIC CURSIVE LOGOGRAM RMT..MEROITIC CURSIVE LOGOGRAM IMN 109C0-109FF UNASSIGNED <RESERVED>..<RESERVED> 10A00-10A03 PVALID KHAROSHTHI LETTER A..KHAROSHTHI VOWEL SIGN VOCALIC R 10A04 UNASSIGNED <RESERVED> 10A05-10A06 PVALID KHAROSHTHI VOWEL SIGN E..KHAROSHTHI VOWEL SIGN O 10A07-10A0B UNASSIGNED <RESERVED>..<RESERVED> 10A0C-10A13 PVALID KHAROSHTHI VOWEL LENGTH MARK..KHAROSHTHI LETTER GHA 10A14 UNASSIGNED <RESERVED> 10A15-10A17 PVALID KHAROSHTHI LETTER CA..KHAROSHTHI LETTER JA 10A18 UNASSIGNED <RESERVED> 10A19-10A33 PVALID KHAROSHTHI LETTER NYA..KHAROSHTHI LETTER TTTHA 10A34-10A37 UNASSIGNED <RESERVED>..<RESERVED> 10A38-10A3A PVALID KHAROSHTHI SIGN BAR ABOVE..KHAROSHTHI SIGN DOT BELOW 10A3B-10A3E UNASSIGNED <RESERVED>..<RESERVED> 10A3F PVALID KHAROSHTHI VIRAMA 10A40-10A47 DISALLOWED KHAROSHTHI DIGIT ONE..KHAROSHTHI NUMBER ONE THOUSAND 10A48-10A4F UNASSIGNED <RESERVED>..<RESERVED> 10A50-10A58 DISALLOWED KHAROSHTHI PUNCTUATION DOT..KHAROSHTHI PUNCTUATION LINES 10A59-10A5F UNASSIGNED <RESERVED>..<RESERVED> 10A60-10A7C PVALID OLD SOUTH ARABIAN LETTER HE..OLD SOUTH ARABIAN LETTER THETH 10A7D-10A7F DISALLOWED OLD SOUTH ARABIAN NUMBER ONE..OLD SOUTH ARABIAN NUMERIC INDICATOR 10A80-10AFF UNASSIGNED <RESERVED>..<RESERVED> 10B00-10B35 PVALID AVESTAN LETTER A..AVESTAN LETTER HE 10B36-10B38 UNASSIGNED <RESERVED>..<RESERVED> 10B39-10B3F DISALLOWED AVESTAN ABBREVIATION MARK..LARGE ONE RING OVER TWO RINGS PUNCTUATION 10B40-10B55 PVALID INSCRIPTIONAL PARTHIAN LETTER ALEPH..INSCRIPTIONAL PARTHIAN LETTER TAW 10B56-10B57 UNASSIGNED <RESERVED>..<RESERVED> 10B58-10B5F DISALLOWED INSCRIPTIONAL PARTHIAN NUMBER ONE..INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND 10B60-10B72 PVALID INSCRIPTIONAL PAHLAVI LETTER ALEPH..INSCRIPTIONAL PAHLAVI LETTER TAW 10B73-10B77 UNASSIGNED <RESERVED>..<RESERVED> 10B78-10B7F DISALLOWED INSCRIPTIONAL PAHLAVI NUMBER ONE..INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND 10B80-10BFF UNASSIGNED <RESERVED>..<RESERVED> 10C00-10C48 PVALID OLD TURKIC LETTER ORKHON A..OLD TURKIC LETTER ORKHON BASH 10C49-10E5F UNASSIGNED <RESERVED>..<RESERVED> 10E60-10E7E DISALLOWED RUMI DIGIT ONE..RUMI FRACTION TWO THIRDS 10E7F-10FFF UNASSIGNED <RESERVED>..<RESERVED> 11000-11046 PVALID BRAHMI SIGN CANDRABINDU..BRAHMI VIRAMA 11047-1104D DISALLOWED BRAHMI DANDA..BRAHMI PUNCTUATION LOTUS 1104E-11051 UNASSIGNED <RESERVED>..<RESERVED> 11052-11065 DISALLOWED BRAHMI NUMBER ONE..BRAHMI NUMBER ONE THOUSAND 11066-1106F PVALID BRAHMI DIGIT ZERO..BRAHMI DIGIT NINE 11070-1107F UNASSIGNED <RESERVED>..<RESERVED> 11080-110BA PVALID KAITHI SIGN CANDRABINDU..KAITHI SIGN NUKTA 110BB-110C1 DISALLOWED KAITHI ABBREVIATION SIGN..KAITHI DOUBLE DANDA 110C2-110CF UNASSIGNED <RESERVED>..<RESERVED> 110D0-110E8 PVALID SORA SOMPENG LETTER SAH..SORA SOMPENG LETTER MAE 110E9-110EF UNASSIGNED <RESERVED>..<RESERVED> 110F0-110F9 PVALID SORA SOMPENG DIGIT ZERO..SORA SOMPENG DIGIT NINE 110FA-110FF UNASSIGNED <RESERVED>..<RESERVED> 11100-11134 PVALID CHAKMA SIGN CANDRABINDU..CHAKMA MAAYYAA 11135 UNASSIGNED <RESERVED> 11136-1113F PVALID CHAKMA DIGIT ZERO..CHAKMA DIGIT NINE 11140-11143 DISALLOWED CHAKMA SECTION MARK..CHAKMA QUESTION MARK 11144-1117F UNASSIGNED <RESERVED>..<RESERVED> 11180-111C4 PVALID SHARADA SIGN CANDRABINDU..SHARADA OM 111C5-111C8 DISALLOWED SHARADA DANDA..SHARADA SEPARATOR 111C9-111CF UNASSIGNED <RESERVED>..<RESERVED> 111D0-111D9 PVALID SHARADA DIGIT ZERO..SHARADA DIGIT NINE 111DA-1167F UNASSIGNED <RESERVED>..<RESERVED> 11680-116B7 PVALID TAKRI LETTER A..TAKRI SIGN NUKTA 116B8-116BF UNASSIGNED <RESERVED>..<RESERVED> 116C0-116C9 PVALID TAKRI DIGIT ZERO..TAKRI DIGIT NINE 116CA-11FFF UNASSIGNED <RESERVED>..<RESERVED> 12000-1236E PVALID CUNEIFORM SIGN A..CUNEIFORM SIGN ZUM 1236F-123FF UNASSIGNED <RESERVED>..<RESERVED> 12400-12462 DISALLOWED CUNEIFORM NUMERIC SIGN TWO ASH..CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER 12463-1246F UNASSIGNED <RESERVED>..<RESERVED> 12470-12473 DISALLOWED CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER..CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON 12474-12FFF UNASSIGNED <RESERVED>..<RESERVED> 13000-1342E PVALID EGYPTIAN HIEROGLYPH A001..EGYPTIAN HIEROGLYPH AA032 1342F-167FF UNASSIGNED <RESERVED>..<RESERVED> 16800-16A38 PVALID BAMUM LETTER PHASE-A NGKUE MFON..BAMUM LETTER PHASE-F VUEQ 16A39-16EFF UNASSIGNED <RESERVED>..<RESERVED> 16F00-16F44 PVALID MIAO LETTER PA..MIAO LETTER HHA 16F45-16F4F UNASSIGNED <RESERVED>..<RESERVED> 16F50-16F7E PVALID MIAO LETTER NASALIZATION..MIAO VOWEL SIGN NG 16F7F-16F8E UNASSIGNED <RESERVED>..<RESERVED> 16F8F-16F9F PVALID MIAO TONE RIGHT..MIAO LETTER REFORMED TONE-8 16FA0-1AFFF UNASSIGNED <RESERVED>..<RESERVED> 1B000-1B001 PVALID KATAKANA LETTER ARCHAIC E..HIRAGANA LETTER ARCHAIC YE 1B002-1CFFF UNASSIGNED <RESERVED>..<RESERVED> 1D000-1D0F5 DISALLOWED BYZANTINE MUSICAL SYMBOL PSILI..BYZANTINE MUSICAL SYMBOL GORGON NEO KATO 1D0F6-1D0FF UNASSIGNED <RESERVED>..<RESERVED> 1D100-1D126 DISALLOWED MUSICAL SYMBOL SINGLE BARLINE..MUSICAL SYMBOL DRUM CLEF-2 1D127-1D128 UNASSIGNED <RESERVED>..<RESERVED> 1D129-1D1DD DISALLOWED MUSICAL SYMBOL MULTIPLE MEASURE REST..MUSICAL SYMBOL PES SUBPUNCTIS 1D1DE-1D1FF UNASSIGNED <RESERVED>..<RESERVED> 1D200-1D245 DISALLOWED GREEK VOCAL NOTATION SYMBOL-1..GREEK MUSICAL LEIMMA 1D246-1D2FF UNASSIGNED <RESERVED>..<RESERVED> 1D300-1D356 DISALLOWED MONOGRAM FOR EARTH..TETRAGRAM FOR FOSTERING 1D357-1D35F UNASSIGNED <RESERVED>..<RESERVED> 1D360-1D371 DISALLOWED COUNTING ROD UNIT DIGIT ONE..COUNTING ROD TENS DIGIT NINE 1D372-1D3FF UNASSIGNED <RESERVED>..<RESERVED> 1D400-1D454 DISALLOWED MATHEMATICAL BOLD CAPITAL A..MATHEMATICAL ITALIC SMALL G 1D455 UNASSIGNED <RESERVED> 1D456-1D49C DISALLOWED MATHEMATICAL ITALIC SMALL I..MATHEMATICAL SCRIPT CAPITAL A 1D49D UNASSIGNED <RESERVED> 1D49E-1D49F DISALLOWED MATHEMATICAL SCRIPT CAPITAL C..MATHEMATICAL SCRIPT CAPITAL D 1D4A0-1D4A1 UNASSIGNED <RESERVED>..<RESERVED> 1D4A2 DISALLOWED MATHEMATICAL SCRIPT CAPITAL G 1D4A3-1D4A4 UNASSIGNED <RESERVED>..<RESERVED> 1D4A5-1D4A6 DISALLOWED MATHEMATICAL SCRIPT CAPITAL J..MATHEMATICAL SCRIPT CAPITAL K 1D4A7-1D4A8 UNASSIGNED <RESERVED>..<RESERVED> 1D4A9-1D4AC DISALLOWED MATHEMATICAL SCRIPT CAPITAL N..MATHEMATICAL SCRIPT CAPITAL Q 1D4AD UNASSIGNED <RESERVED> 1D4AE-1D4B9 DISALLOWED MATHEMATICAL SCRIPT CAPITAL S..MATHEMATICAL SCRIPT SMALL D 1D4BA UNASSIGNED <RESERVED> 1D4BB DISALLOWED MATHEMATICAL SCRIPT SMALL F 1D4BC UNASSIGNED <RESERVED> 1D4BD-1D4C3 DISALLOWED MATHEMATICAL SCRIPT SMALL H..MATHEMATICAL SCRIPT SMALL N 1D4C4 UNASSIGNED <RESERVED> 1D4C5-1D505 DISALLOWED MATHEMATICAL SCRIPT SMALL P..MATHEMATICAL FRAKTUR CAPITAL B 1D506 UNASSIGNED <RESERVED> 1D507-1D50A DISALLOWED MATHEMATICAL FRAKTUR CAPITAL D..MATHEMATICAL FRAKTUR CAPITAL G 1D50B-1D50C UNASSIGNED <RESERVED>..<RESERVED> 1D50D-1D514 DISALLOWED MATHEMATICAL FRAKTUR CAPITAL J..MATHEMATICAL FRAKTUR CAPITAL Q 1D515 UNASSIGNED <RESERVED> 1D516-1D51C DISALLOWED MATHEMATICAL FRAKTUR CAPITAL S..MATHEMATICAL FRAKTUR CAPITAL Y 1D51D UNASSIGNED <RESERVED> 1D51E-1D539 DISALLOWED MATHEMATICAL FRAKTUR SMALL A..MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53A UNASSIGNED <RESERVED> 1D53B-1D53E DISALLOWED MATHEMATICAL DOUBLE-STRUCK CAPITAL D..MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D53F UNASSIGNED <RESERVED> 1D540-1D544 DISALLOWED MATHEMATICAL DOUBLE-STRUCK CAPITAL I..MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D545 UNASSIGNED <RESERVED> 1D546 DISALLOWED MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D547-1D549 UNASSIGNED <RESERVED>..<RESERVED> 1D54A-1D550 DISALLOWED MATHEMATICAL DOUBLE-STRUCK CAPITAL S..MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D551 UNASSIGNED <RESERVED> 1D552-1D6A5 DISALLOWED MATHEMATICAL DOUBLE-STRUCK SMALL A..MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A6-1D6A7 UNASSIGNED <RESERVED>..<RESERVED> 1D6A8-1D7CB DISALLOWED MATHEMATICAL BOLD CAPITAL ALPHA..MATHEMATICAL BOLD SMALL DIGAMMA 1D7CC-1D7CD UNASSIGNED <RESERVED>..<RESERVED> 1D7CE-1D7FF DISALLOWED MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE 1D800-1EDFF UNASSIGNED <RESERVED>..<RESERVED> 1EE00-1EE03 DISALLOWED ARABIC MATHEMATICAL ALEF..ARABIC MATHEMATICAL DAL 1EE04 UNASSIGNED <RESERVED> 1EE05-1EE1F DISALLOWED ARABIC MATHEMATICAL WAW..ARABIC MATHEMATICAL DOTLESS QAF 1EE20 UNASSIGNED <RESERVED> 1EE21-1EE22 DISALLOWED ARABIC MATHEMATICAL INITIAL BEH..ARABIC MATHEMATICAL INITIAL JEEM 1EE23 UNASSIGNED <RESERVED> 1EE24 DISALLOWED ARABIC MATHEMATICAL INITIAL HEH 1EE25-1EE26 UNASSIGNED <RESERVED>..<RESERVED> 1EE27 DISALLOWED ARABIC MATHEMATICAL INITIAL HAH 1EE28 UNASSIGNED <RESERVED> 1EE29-1EE32 DISALLOWED ARABIC MATHEMATICAL INITIAL YEH..ARABIC MATHEMATICAL INITIAL QAF 1EE33 UNASSIGNED <RESERVED> 1EE34-1EE37 DISALLOWED ARABIC MATHEMATICAL INITIAL SHEEN..ARABIC MATHEMATICAL INITIAL KHAH 1EE38 UNASSIGNED <RESERVED> 1EE39 DISALLOWED ARABIC MATHEMATICAL INITIAL DAD 1EE3A UNASSIGNED <RESERVED> 1EE3B DISALLOWED ARABIC MATHEMATICAL INITIAL GHAIN 1EE3C-1EE41 UNASSIGNED <RESERVED>..<RESERVED> 1EE42 DISALLOWED ARABIC MATHEMATICAL TAILED JEEM 1EE43-1EE46 UNASSIGNED <RESERVED>..<RESERVED> 1EE47 DISALLOWED ARABIC MATHEMATICAL TAILED HAH 1EE48 UNASSIGNED <RESERVED> 1EE49 DISALLOWED ARABIC MATHEMATICAL TAILED YEH 1EE4A UNASSIGNED <RESERVED> 1EE4B DISALLOWED ARABIC MATHEMATICAL TAILED LAM 1EE4C UNASSIGNED <RESERVED> 1EE4D-1EE4F DISALLOWED ARABIC MATHEMATICAL TAILED NOON..ARABIC MATHEMATICAL TAILED AIN 1EE50 UNASSIGNED <RESERVED> 1EE51-1EE52 DISALLOWED ARABIC MATHEMATICAL TAILED SAD..ARABIC MATHEMATICAL TAILED QAF 1EE53 UNASSIGNED <RESERVED> 1EE54 DISALLOWED ARABIC MATHEMATICAL TAILED SHEEN 1EE55-1EE56 UNASSIGNED <RESERVED>..<RESERVED> 1EE57 DISALLOWED ARABIC MATHEMATICAL TAILED KHAH 1EE58 UNASSIGNED <RESERVED> 1EE59 DISALLOWED ARABIC MATHEMATICAL TAILED DAD 1EE5A UNASSIGNED <RESERVED> 1EE5B DISALLOWED ARABIC MATHEMATICAL TAILED GHAIN 1EE5C UNASSIGNED <RESERVED> 1EE5D DISALLOWED ARABIC MATHEMATICAL TAILED DOTLESS NOON 1EE5E UNASSIGNED <RESERVED> 1EE5F DISALLOWED ARABIC MATHEMATICAL TAILED DOTLESS QAF 1EE60 UNASSIGNED <RESERVED> 1EE61-1EE62 DISALLOWED ARABIC MATHEMATICAL STRETCHED BEH..ARABIC MATHEMATICAL STRETCHED JEEM 1EE63 UNASSIGNED <RESERVED> 1EE64 DISALLOWED ARABIC MATHEMATICAL STRETCHED HEH 1EE65-1EE66 UNASSIGNED <RESERVED>..<RESERVED> 1EE67-1EE6A DISALLOWED ARABIC MATHEMATICAL STRETCHED HAH..ARABIC MATHEMATICAL STRETCHED KAF 1EE6B UNASSIGNED <RESERVED> 1EE6C-1EE72 DISALLOWED ARABIC MATHEMATICAL STRETCHED MEEM..ARABIC MATHEMATICAL STRETCHED QAF 1EE73 UNASSIGNED <RESERVED> 1EE74-1EE77 DISALLOWED ARABIC MATHEMATICAL STRETCHED SHEEN..ARABIC MATHEMATICAL STRETCHED KHAH 1EE78 UNASSIGNED <RESERVED> 1EE79-1EE7C DISALLOWED ARABIC MATHEMATICAL STRETCHED DAD..ARABIC MATHEMATICAL STRETCHED DOTLESS BEH 1EE7D UNASSIGNED <RESERVED> 1EE7E DISALLOWED ARABIC MATHEMATICAL STRETCHED DOTLESS FEH 1EE7F UNASSIGNED <RESERVED> 1EE80-1EE89 DISALLOWED ARABIC MATHEMATICAL LOOPED ALEF..ARABIC MATHEMATICAL LOOPED YEH 1EE8A UNASSIGNED <RESERVED> 1EE8B-1EE9B DISALLOWED ARABIC MATHEMATICAL LOOPED LAM..ARABIC MATHEMATICAL LOOPED GHAIN 1EE9C-1EEA0 UNASSIGNED <RESERVED>..<RESERVED> 1EEA1-1EEA3 DISALLOWED ARABIC MATHEMATICAL DOUBLE-STRUCK BEH..ARABIC MATHEMATICAL DOUBLE-STRUCK DAL 1EEA4 UNASSIGNED <RESERVED> 1EEA5-1EEA9 DISALLOWED ARABIC MATHEMATICAL DOUBLE-STRUCK WAW..ARABIC MATHEMATICAL DOUBLE-STRUCK YEH 1EEAA UNASSIGNED <RESERVED> 1EEAB-1EEBB DISALLOWED ARABIC MATHEMATICAL DOUBLE-STRUCK LAM..ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN 1EEBC-1EEEF UNASSIGNED <RESERVED>..<RESERVED> 1EEF0-1EEF1 DISALLOWED ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL..ARABIC MATHEMATICAL OPERATOR HAH WITH DAL 1EEF2-1EFFF UNASSIGNED <RESERVED>..<RESERVED> 1F000-1F02B DISALLOWED MAHJONG TILE EAST WIND..MAHJONG TILE BACK 1F02C-1F02F UNASSIGNED <RESERVED>..<RESERVED> 1F030-1F093 DISALLOWED DOMINO TILE HORIZONTAL BACK..DOMINO TILE VERTICAL-06-06 1F094-1F09F UNASSIGNED <RESERVED>..<RESERVED> 1F0A0-1F0AE DISALLOWED PLAYING CARD BACK..PLAYING CARD KING OF SPADES 1F0AF-1F0B0 UNASSIGNED <RESERVED>..<RESERVED> 1F0B1-1F0BE DISALLOWED PLAYING CARD ACE OF HEARTS..PLAYING CARD KING OF HEARTS 1F0BF-1F0C0 UNASSIGNED <RESERVED>..<RESERVED> 1F0C1-1F0CF DISALLOWED PLAYING CARD ACE OF DIAMONDS..PLAYING CARD BLACK JOKER 1F0D0 UNASSIGNED <RESERVED> 1F0D1-1F0DF DISALLOWED PLAYING CARD ACE OF CLUBS..PLAYING CARD WHITE JOKER 1F0E0-1F0FF UNASSIGNED <RESERVED>..<RESERVED> 1F100-1F10A DISALLOWED DIGIT ZERO FULL STOP..DIGIT NINE COMMA 1F10B-1F10F UNASSIGNED <RESERVED>..<RESERVED> 1F110-1F12E DISALLOWED PARENTHESIZED LATIN CAPITAL LETTER A..CIRCLED WZ 1F12F UNASSIGNED <RESERVED> 1F130-1F16B DISALLOWED SQUARED LATIN CAPITAL LETTER A..RAISED MD SIGN 1F16C-1F16F UNASSIGNED <RESERVED>..<RESERVED> 1F170-1F19A DISALLOWED NEGATIVE SQUARED LATIN CAPITAL LETTER A..SQUARED VS 1F19B-1F1E5 UNASSIGNED <RESERVED>..<RESERVED> 1F1E6-1F202 DISALLOWED REGIONAL INDICATOR SYMBOL LETTER A..SQUARED KATAKANA SA 1F203-1F20F UNASSIGNED <RESERVED>..<RESERVED> 1F210-1F23A DISALLOWED SQUARED CJK UNIFIED IDEOGRAPH-624B..SQUARED CJK UNIFIED IDEOGRAPH-55B6 1F23B-1F23F UNASSIGNED <RESERVED>..<RESERVED> 1F240-1F248 DISALLOWED TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 1F249-1F24F UNASSIGNED <RESERVED>..<RESERVED> 1F250-1F251 DISALLOWED CIRCLED IDEOGRAPH ADVANTAGE..CIRCLED IDEOGRAPH ACCEPT 1F252-1F2FF UNASSIGNED <RESERVED>..<RESERVED> 1F300-1F320 DISALLOWED CYCLONE..SHOOTING STAR 1F321-1F32F UNASSIGNED <RESERVED>..<RESERVED> 1F330-1F335 DISALLOWED CHESTNUT..CACTUS 1F336 UNASSIGNED <RESERVED> 1F337-1F37C DISALLOWED TULIP..BABY BOTTLE 1F37D-1F37F UNASSIGNED <RESERVED>..<RESERVED> 1F380-1F393 DISALLOWED RIBBON..GRADUATION CAP 1F394-1F39F UNASSIGNED <RESERVED>..<RESERVED> 1F3A0-1F3C4 DISALLOWED CAROUSEL HORSE..SURFER 1F3C5 UNASSIGNED <RESERVED> 1F3C6-1F3CA DISALLOWED TROPHY..SWIMMER 1F3CB-1F3DF UNASSIGNED <RESERVED>..<RESERVED> 1F3E0-1F3F0 DISALLOWED HOUSE BUILDING..EUROPEAN CASTLE 1F3F1-1F3FF UNASSIGNED <RESERVED>..<RESERVED> 1F400-1F43E DISALLOWED RAT..PAW PRINTS 1F43F UNASSIGNED <RESERVED> 1F440 DISALLOWED EYES 1F441 UNASSIGNED <RESERVED> 1F442-1F4F7 DISALLOWED EAR..CAMERA 1F4F8 UNASSIGNED <RESERVED> 1F4F9-1F4FC DISALLOWED VIDEO CAMERA..VIDEOCASSETTE 1F4FD-1F4FF UNASSIGNED <RESERVED>..<RESERVED> 1F500-1F53D DISALLOWED TWISTED RIGHTWARDS ARROWS..DOWN-POINTING SMALL RED TRIANGLE 1F53E-1F53F UNASSIGNED <RESERVED>..<RESERVED> 1F540-1F543 DISALLOWED CIRCLED CROSS POMMEE..NOTCHED LEFT SEMICIRCLE WITH THREE DOTS 1F544-1F54F UNASSIGNED <RESERVED>..<RESERVED> 1F550-1F567 DISALLOWED CLOCK FACE ONE OCLOCK..CLOCK FACE TWELVE-THIRTY 1F568-1F5FA UNASSIGNED <RESERVED>..<RESERVED> 1F5FB-1F640 DISALLOWED MOUNT FUJI..WEARY CAT FACE 1F641-1F644 UNASSIGNED <RESERVED>..<RESERVED> 1F645-1F64F DISALLOWED FACE WITH NO GOOD GESTURE..PERSON WITH FOLDED HANDS 1F650-1F67F UNASSIGNED <RESERVED>..<RESERVED> 1F680-1F6C5 DISALLOWED ROCKET..LEFT LUGGAGE 1F6C6-1F6FF UNASSIGNED <RESERVED>..<RESERVED> 1F700-1F773 DISALLOWED ALCHEMICAL SYMBOL FOR QUINTESSENCE..ALCHEMICAL SYMBOL FOR HALF OUNCE 1F774-1FFFD UNASSIGNED <RESERVED>..<RESERVED> 1FFFE-1FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 20000-2A6D6 PVALID <CJK IDEOGRAPH EXTENSION B, FIRST>..<CJK IDEOGRAPH EXTENSION B, LAST> 2A6D7-2A6FF UNASSIGNED <RESERVED>..<RESERVED> 2A700-2B734 PVALID <CJK IDEOGRAPH EXTENSION C, FIRST>..<CJK IDEOGRAPH EXTENSION C, LAST> 2B735-2B73F UNASSIGNED <RESERVED>..<RESERVED> 2B740-2B81D PVALID <CJK IDEOGRAPH EXTENSION D, FIRST>..<CJK IDEOGRAPH EXTENSION D, LAST> 2B81E-2F7FF UNASSIGNED <RESERVED>..<RESERVED> 2F800-2FA1D DISALLOWED CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D 2FA1E-2FFFD UNASSIGNED <RESERVED>..<RESERVED> 2FFFE-2FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 30000-3FFFD UNASSIGNED <RESERVED>..<RESERVED> 3FFFE-3FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 40000-4FFFD UNASSIGNED <RESERVED>..<RESERVED> 4FFFE-4FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 50000-5FFFD UNASSIGNED <RESERVED>..<RESERVED> 5FFFE-5FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 60000-6FFFD UNASSIGNED <RESERVED>..<RESERVED> 6FFFE-6FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 70000-7FFFD UNASSIGNED <RESERVED>..<RESERVED> 7FFFE-7FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 80000-8FFFD UNASSIGNED <RESERVED>..<RESERVED> 8FFFE-8FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> 90000-9FFFD UNASSIGNED <RESERVED>..<RESERVED> 9FFFE-9FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> A0000-AFFFD UNASSIGNED <RESERVED>..<RESERVED> AFFFE-AFFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> B0000-BFFFD UNASSIGNED <RESERVED>..<RESERVED> BFFFE-BFFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> C0000-CFFFD UNASSIGNED <RESERVED>..<RESERVED> CFFFE-CFFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> D0000-DFFFD UNASSIGNED <RESERVED>..<RESERVED> DFFFE-DFFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> E0000 UNASSIGNED <RESERVED> E0001 DISALLOWED LANGUAGE TAG E0002-E001F UNASSIGNED <RESERVED>..<RESERVED> E0020-E007F DISALLOWED TAG SPACE..CANCEL TAG E0080-E00FF UNASSIGNED <RESERVED>..<RESERVED> E0100-E01EF DISALLOWED VARIATION SELECTOR-17..VARIATION SELECTOR-256 E01F0-EFFFD UNASSIGNED <RESERVED>..<RESERVED> EFFFE-10FFFF DISALLOWED <NOT A CHARACTER>..<NOT A CHARACTER> �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/register.c������������������������������������������������������������������������0000644�0000000�0000000�00000016334�13134401252�012467� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* register.c - implementation of IDNA2008 register functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <errno.h> /* errno */ #include <stdlib.h> /* free */ #include "punycode.h" #include <unitypes.h> #include <uniconv.h> /* u8_strconv_from_locale */ #include <unistr.h> /* u32_to_u8 */ #include "idna.h" /* _idn2_label_test */ /** * idn2_register_u8: * @ulabel: input zero-terminated UTF-8 and Unicode NFC string, or NULL. * @alabel: input zero-terminated ACE encoded string (xn--), or NULL. * @insertname: newly allocated output variable with name to register in DNS. * @flags: optional #idn2_flags to modify behaviour. * * Perform IDNA2008 register string conversion on domain label @ulabel * and @alabel, as described in section 4 of RFC 5891. Note that the * input @ulabel must be encoded in UTF-8 and be in Unicode NFC form. * * Pass %IDN2_NFC_INPUT in @flags to convert input @ulabel to NFC form * before further processing. * * It is recommended to supply both @ulabel and @alabel for better * error checking, but supplying just one of them will work. Passing * in only @alabel is better than only @ulabel. See RFC 5891 section * 4 for more information. * * After version 0.11: @insertname may be NULL to test conversion of @src * without allocating memory. * * Returns: On successful conversion %IDN2_OK is returned, when the * given @ulabel and @alabel does not match each other * %IDN2_UALABEL_MISMATCH is returned, when either of the input * labels are too long %IDN2_TOO_BIG_LABEL is returned, when @alabel * does does not appear to be a proper A-label %IDN2_INVALID_ALABEL * is returned, or another error code is returned. **/ int idn2_register_u8 (const uint8_t * ulabel, const uint8_t * alabel, uint8_t ** insertname, int flags) { int rc; if (ulabel == NULL && alabel == NULL) { if (insertname) *insertname = NULL; return IDN2_OK; } if (alabel) { size_t alabellen = u8_strlen (alabel), u32len = IDN2_LABEL_MAX_LENGTH * 4; uint32_t u32[IDN2_DOMAIN_MAX_LENGTH * 4]; uint8_t *tmp; uint8_t u8[IDN2_DOMAIN_MAX_LENGTH + 1]; size_t u8len; if (alabellen >= IDN2_LABEL_MAX_LENGTH) return IDN2_TOO_BIG_LABEL; if (alabellen <= 4) return IDN2_INVALID_ALABEL; if (alabel[0] != 'x' || alabel[1] != 'n' || alabel[2] != '-' || alabel[3] != '-') return IDN2_INVALID_ALABEL; if (!_idn2_ascii_p (alabel, alabellen)) return IDN2_INVALID_ALABEL; rc = _idn2_punycode_decode (alabellen - 4, (char*)alabel + 4, &u32len, u32); if (rc != IDN2_OK) return rc; u8len = sizeof (u8); if (u32_to_u8 (u32, u32len, u8, &u8len) == NULL) return IDN2_ENCODING_ERROR; u8[u8len] = '\0'; if (ulabel) { if (strcmp ((char*)ulabel, (char*)u8) != 0) return IDN2_UALABEL_MISMATCH; } rc = idn2_register_u8 (u8, NULL, &tmp, 0); if (rc != IDN2_OK) return rc; rc = strcmp ((char*)alabel, (char*)tmp); free (tmp); if (rc != 0) return IDN2_UALABEL_MISMATCH; if (insertname) { uint8_t *m = (uint8_t *)strdup ((char*)alabel); if (!m) return IDN2_MALLOC; *insertname = m; } } else /* ulabel only */ { size_t ulabellen = u8_strlen (ulabel); uint32_t *u32; size_t u32len; size_t tmpl; uint8_t tmp[IDN2_LABEL_MAX_LENGTH + 1]; if (ulabel && ulabellen >= IDN2_LABEL_MAX_LENGTH) return IDN2_TOO_BIG_LABEL; if (_idn2_ascii_p (ulabel, ulabellen)) { if (insertname) { uint8_t *m = (uint8_t *)strdup ((char*)ulabel); if (!m) return IDN2_MALLOC; *insertname = m; } return IDN2_OK; } rc = _idn2_u8_to_u32_nfc (ulabel, ulabellen, &u32, &u32len, flags & IDN2_NFC_INPUT); if (rc != IDN2_OK) return rc; rc = _idn2_label_test (TEST_NFC | TEST_DISALLOWED | TEST_UNASSIGNED | TEST_2HYPHEN | TEST_HYPHEN_STARTEND | TEST_LEADING_COMBINING | TEST_CONTEXTJ_RULE | TEST_CONTEXTO_RULE | TEST_BIDI, u32, u32len); if (rc != IDN2_OK) { free (u32); return rc; } tmp[0] = 'x'; tmp[1] = 'n'; tmp[2] = '-'; tmp[3] = '-'; tmpl = IDN2_LABEL_MAX_LENGTH - 4; rc = _idn2_punycode_encode (u32len, u32, &tmpl, (char*)tmp + 4); free (u32); if (rc != IDN2_OK) return rc; tmp[4 + tmpl] = '\0'; if (insertname) { uint8_t *m = (uint8_t *)strdup ((char*)tmp); if (!m) return IDN2_MALLOC; *insertname = m; } } return IDN2_OK; } /** * idn2_register_ul: * @ulabel: input zero-terminated locale encoded string, or NULL. * @alabel: input zero-terminated ACE encoded string (xn--), or NULL. * @insertname: newly allocated output variable with name to register in DNS. * @flags: optional #idn2_flags to modify behaviour. * * Perform IDNA2008 register string conversion on domain label @ulabel * and @alabel, as described in section 4 of RFC 5891. Note that the * input @ulabel is assumed to be encoded in the locale's default * coding system, and will be transcoded to UTF-8 and NFC normalized * by this function. * * It is recommended to supply both @ulabel and @alabel for better * error checking, but supplying just one of them will work. Passing * in only @alabel is better than only @ulabel. See RFC 5891 section * 4 for more information. * * After version 0.11: @insertname may be NULL to test conversion of @src * without allocating memory. * * Returns: On successful conversion %IDN2_OK is returned, when the * given @ulabel and @alabel does not match each other * %IDN2_UALABEL_MISMATCH is returned, when either of the input * labels are too long %IDN2_TOO_BIG_LABEL is returned, when @alabel * does does not appear to be a proper A-label %IDN2_INVALID_ALABEL * is returned, or another error code is returned. **/ int idn2_register_ul (const char *ulabel, const char *alabel, char **insertname, int flags) { uint8_t *utf8ulabel = NULL; int rc; if (ulabel) { utf8ulabel = u8_strconv_from_locale (ulabel); if (utf8ulabel == NULL) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ICONV_FAIL; } } rc = idn2_register_u8 (utf8ulabel, (const uint8_t *) alabel, (uint8_t **) insertname, flags | IDN2_NFC_INPUT); free (utf8ulabel); return rc; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/bidi.h����������������������������������������������������������������������������0000644�0000000�0000000�00000002135�13061467362�011566� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* bidi.h - IDNA right to left checking functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> int _idn2_bidi (const uint32_t * label, size_t llen) _GL_ATTRIBUTE_PURE; �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/version.c�������������������������������������������������������������������������0000644�0000000�0000000�00000004430�13134401252�012322� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* version.c - implementation of version checking functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <string.h> /* strverscmp */ #ifdef __cplusplus extern // define a global const variable in C++, C doesn't need it. #endif const char version_etc_copyright[] = /* Do *not* mark this string for translation */ "Copyright (C) 2011-2016 Simon Josefsson"; /** * idn2_check_version: * @req_version: version string to compare with, or NULL. * * Check IDN2 library version. This function can also be used to read * out the version of the library code used. See %IDN2_VERSION for a * suitable @req_version string, it corresponds to the idn2.h header * file version. Normally these two version numbers match, but if you * are using an application built against an older libidn2 with a * newer libidn2 shared library they will be different. * * Return value: Check that the version of the library is at * minimum the one given as a string in @req_version and return the * actual version string of the library; return NULL if the * condition is not met. If NULL is passed to this function no * check is done and only the version string is returned. **/ const char * idn2_check_version (const char *req_version) { if (!req_version || strverscmp (req_version, IDN2_VERSION) <= 0) return IDN2_VERSION; return NULL; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/tr46map.h�������������������������������������������������������������������������0000644�0000000�0000000�00000003532�13061727451�012154� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* tr46map.c - header file for IDNA2008 TR46 Copyright (C) 2016-2017 Tim Rühsen Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> #define TR46_FLG_VALID 1 #define TR46_FLG_MAPPED 2 #define TR46_FLG_IGNORED 4 #define TR46_FLG_DEVIATION 8 #define TR46_FLG_DISALLOWED 16 #define TR46_FLG_DISALLOWED_STD3_MAPPED 32 #define TR46_FLG_DISALLOWED_STD3_VALID 64 typedef struct { uint32_t cp1; uint16_t range; unsigned nmappings:5, /* 0-18, # of uint32_t at <offset> */ offset:14, /* 0-16383, byte offset into mapdata */ flag_index:3; /* 0-7, index into flags */ } IDNAMap; typedef struct { uint32_t cp1, cp2; char check; /* 0=NO 2=MAYBE (YES if codepoint has no table entry) */ } NFCQCMap; int get_idna_map (uint32_t c, IDNAMap * map); int get_map_data (uint32_t * dst, const IDNAMap * map); int map_is (const IDNAMap * map, unsigned flags); NFCQCMap *get_nfcqc_map (uint32_t c); ����������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/tables.c��������������������������������������������������������������������������0000644�0000000�0000000�00000003705�13134401252�012113� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* tables.c - IDNA table checking functions Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "tables.h" #include <stdlib.h> /* bsearch */ #include "data.h" static int _compare (const struct idna_table *m1, const struct idna_table *m2) { if (m1->start < m2->start) return -1; if (m1->start > m2->end) return 1; return 0; } static int property (uint32_t cp) _GL_ATTRIBUTE_CONST; static int property (uint32_t cp) { const struct idna_table *result; struct idna_table key; key.start = cp; result = (struct idna_table *) bsearch (&key, idna_table, idna_table_size, sizeof (struct idna_table), (int (*)(const void *, const void *)) _compare); return result ? result->state : UNASSIGNED; } int _idn2_disallowed_p (uint32_t cp) { return property (cp) == DISALLOWED; } int _idn2_contextj_p (uint32_t cp) { return property (cp) == CONTEXTJ; } int _idn2_contexto_p (uint32_t cp) { return property (cp) == CONTEXTO; } int _idn2_unassigned_p (uint32_t cp) { return property (cp) == UNASSIGNED; } �����������������������������������������������������������libidn2-2.0.4/lib/free.c����������������������������������������������������������������������������0000644�0000000�0000000�00000002655�13061467362�011602� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* free.c - implement stub free() caller, typically for Windows Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <stdlib.h> /* free */ /** * idn2_free: * @ptr: pointer to deallocate * * Call free(3) on the given pointer. * * This function is typically only useful on systems where the library * malloc heap is different from the library caller malloc heap, which * happens on Windows when the library is a separate DLL. **/ void idn2_free (void *ptr) { free (ptr); } �����������������������������������������������������������������������������������libidn2-2.0.4/lib/context.c�������������������������������������������������������������������������0000644�0000000�0000000�00000013131�13061467362�012334� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* context.c - check contextual rule on label Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include "tables.h" #include <unictype.h> /* uc_combining_class, UC_CCC_VR */ #include "context.h" int _idn2_contextj_rule (const uint32_t * label, size_t llen, size_t pos) { uint32_t cp; if (llen == 0) return IDN2_OK; cp = label[pos]; if (!_idn2_contextj_p (cp)) return IDN2_OK; switch (cp) { case 0x200C: /* ZERO WIDTH NON-JOINER */ if (pos > 0) { /* If Canonical_Combining_Class(Before(cp)) .eq. Virama Then True; */ uint32_t before_cp = label[pos - 1]; int cc = uc_combining_class (before_cp); if (cc == UC_CCC_VR) return IDN2_OK; } /* See http://permalink.gmane.org/gmane.ietf.idnabis/6980 for clarified rule. */ if (pos == 0 || pos == llen - 1) return IDN2_CONTEXTJ; { int jt; size_t tmp; /* Search backwards. */ for (tmp = pos - 1;; tmp--) { jt = uc_joining_type (label[tmp]); if (jt == UC_JOINING_TYPE_L || jt == UC_JOINING_TYPE_D) break; if (tmp == 0) return IDN2_CONTEXTJ; if (jt == UC_JOINING_TYPE_T) continue; return IDN2_CONTEXTJ; } /* Search forward. */ for (tmp = pos + 1; tmp < llen; tmp++) { jt = uc_joining_type (label[tmp]); if (jt == UC_JOINING_TYPE_R || jt == UC_JOINING_TYPE_D) break; if (tmp == llen - 1) return IDN2_CONTEXTJ; if (jt == UC_JOINING_TYPE_T) continue; return IDN2_CONTEXTJ; } } return IDN2_OK; break; case 0x200D: /* ZERO WIDTH JOINER */ if (pos > 0) { uint32_t before_cp = label[pos - 1]; int cc = uc_combining_class (before_cp); if (cc == UC_CCC_VR) return IDN2_OK; } return IDN2_CONTEXTJ; } return IDN2_CONTEXTJ_NO_RULE; } int _idn2_contexto_rule (const uint32_t * label, size_t llen, size_t pos) { uint32_t cp = label[pos]; if (!_idn2_contexto_p (cp)) return IDN2_OK; switch (cp) { case 0x00B7: /* MIDDLE DOT */ if (llen < 3) return IDN2_CONTEXTO; if (pos == 0 || pos == llen - 1) return IDN2_CONTEXTO; if (label[pos - 1] == 0x006C && label[pos + 1] == 0x006C) return IDN2_OK; return IDN2_CONTEXTO; break; case 0x0375: /* GREEK LOWER NUMERAL SIGN (KERAIA) */ if (pos == llen - 1) return IDN2_CONTEXTO; if (strcmp (uc_script (label[pos + 1])->name, "Greek") == 0) return IDN2_OK; return IDN2_CONTEXTO; break; case 0x05F3: /* HEBREW PUNCTUATION GERESH */ case 0x05F4: /* HEBREW PUNCTUATION GERSHAYIM */ if (pos == 0) return IDN2_CONTEXTO; if (strcmp (uc_script (label[pos - 1])->name, "Hebrew") == 0) return IDN2_OK; return IDN2_CONTEXTO; break; case 0x0660: case 0x0661: case 0x0662: case 0x0663: case 0x0664: case 0x0665: case 0x0666: case 0x0667: case 0x0668: case 0x0669: { /* ARABIC-INDIC DIGITS */ size_t i; for (i = 0; i < llen; i++) if (label[i] >= 0x6F0 && label[i] <= 0x06F9) return IDN2_CONTEXTO; return IDN2_OK; break; } case 0x06F0: case 0x06F1: case 0x06F2: case 0x06F3: case 0x06F4: case 0x06F5: case 0x06F6: case 0x06F7: case 0x06F8: case 0x06F9: { /* EXTENDED ARABIC-INDIC DIGITS */ size_t i; for (i = 0; i < llen; i++) if (label[i] >= 0x660 && label[i] <= 0x0669) return IDN2_CONTEXTO; return IDN2_OK; break; } case 0x30FB: { /* KATAKANA MIDDLE DOT */ size_t i; bool script_ok = false; for (i = 0; !script_ok && i < llen; i++) if (strcmp (uc_script (label[i])->name, "Hiragana") == 0 || strcmp (uc_script (label[i])->name, "Katakana") == 0 || strcmp (uc_script (label[i])->name, "Han") == 0) script_ok = true; if (script_ok) return IDN2_OK; return IDN2_CONTEXTO; break; } } return IDN2_CONTEXTO_NO_RULE; } bool _idn2_contexto_with_rule (uint32_t cp) { switch (cp) { case 0x00B7: /* MIDDLE DOT */ case 0x0375: /* GREEK LOWER NUMERAL SIGN (KERAIA) */ case 0x05F3: /* HEBREW PUNCTUATION GERESH */ case 0x05F4: /* HEBREW PUNCTUATION GERSHAYIM */ case 0x0660: case 0x0661: case 0x0662: case 0x0663: case 0x0664: case 0x0665: case 0x0666: case 0x0667: case 0x0668: case 0x0669: /* ARABIC-INDIC DIGITS */ case 0x06F0: case 0x06F1: case 0x06F2: case 0x06F3: case 0x06F4: case 0x06F5: case 0x06F6: case 0x06F7: case 0x06F8: case 0x06F9: /* EXTENDED ARABIC-INDIC DIGITS */ case 0x30FB: /* KATAKANA MIDDLE DOT */ return true; break; } return false; } ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/idn2.h.in�������������������������������������������������������������������������0000644�0000000�0000000�00000027055�13150756004�012121� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* idn2.h - header file for idn2 Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _IDN2_H #define _IDN2_H /* *INDENT-OFF* */ #ifndef _IDN2_API # if defined IDN2_BUILDING && defined HAVE_VISIBILITY && HAVE_VISIBILITY # define _IDN2_API __attribute__((__visibility__("default"))) # elif defined IDN2_BUILDING && defined _MSC_VER && ! defined IDN2_STATIC # define _IDN2_API __declspec(dllexport) # elif defined _MSC_VER && ! defined IDN2_STATIC # define _IDN2_API __declspec(dllimport) # else # define _IDN2_API # endif #endif /* *INDENT-ON* */ #include <stdint.h> /* uint32_t */ #include <string.h> /* size_t */ #ifdef __cplusplus extern "C" { #endif /** * G_GNUC_IDN2_ATTRIBUTE_PURE * * Function attribute: Function is a pure function. */ /** * G_GNUC_IDN2_ATTRIBUTE_CONST * * Function attribute: Function is a const function. */ /** * G_GNUC_UNUSED * * Parameter attribute: Parameter is not used. */ /* the following G_GNUC_ prefix is for gtk-doc to recognize the attributes */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _IDN2_ATTRIBUTE_PURE __attribute__ ((__pure__)) # define _IDN2_ATTRIBUTE_CONST __attribute__ ((__const__)) # define G_GNUC_IDN2_ATTRIBUTE_PURE __attribute__ ((__pure__)) # define G_GNUC_IDN2_ATTRIBUTE_CONST __attribute__ ((__const__)) # define G_GNUC_UNUSED __attribute__ ((__unused__)) #else # define _IDN2_ATTRIBUTE_PURE /* empty */ # define _IDN2_ATTRIBUTE_CONST /* empty */ # define G_GNUC_IDN2_ATTRIBUTE_PURE /* empty */ # define G_GNUC_IDN2_ATTRIBUTE_CONST /* empty */ # define G_GNUC_UNUSED /* empty */ #endif /** * IDN2_VERSION * * Pre-processor symbol with a string that describe the header file * version number. Used together with idn2_check_version() to verify * header file and run-time library consistency. */ #define IDN2_VERSION "@VERSION@" /** * IDN2_VERSION_NUMBER * * Pre-processor symbol with a hexadecimal value describing the header * file version number. For example, when the header version is * 1.2.4711 this symbol will have the value 0x01021267. The last four * digits are used to enumerate development snapshots, but for all * public releases they will be 0000. */ #define IDN2_VERSION_NUMBER @IDN2_VERSION_NUMBER@ /** * IDN2_VERSION_MAJOR * * Pre-processor symbol for the major version number (decimal). * The version scheme is major.minor.patchlevel. */ #define IDN2_VERSION_MAJOR @IDN2_VERSION_MAJOR@ /** * IDN2_VERSION_MINOR * * Pre-processor symbol for the minor version number (decimal). * The version scheme is major.minor.patchlevel. */ #define IDN2_VERSION_MINOR @IDN2_VERSION_MINOR@ /** * IDN2_VERSION_PATCH * * Pre-processor symbol for the patch level number (decimal). * The version scheme is major.minor.patchlevel. */ #define IDN2_VERSION_PATCH @IDN2_VERSION_PATCH@ /** * IDN2_LABEL_MAX_LENGTH * * Constant specifying the maximum length of a DNS label to 63 * characters, as specified in RFC 1034. */ #define IDN2_LABEL_MAX_LENGTH 63 /** * IDN2_DOMAIN_MAX_LENGTH * * Constant specifying the maximum size of the wire encoding of a DNS * domain to 255 characters, as specified in RFC 1034. Note that the * usual printed representation of a domain name is limited to 253 * characters if it does not end with a period, or 254 characters if * it ends with a period. */ #define IDN2_DOMAIN_MAX_LENGTH 255 /** * idn2_flags: * @IDN2_NFC_INPUT: Normalize input string using normalization form C. * @IDN2_ALABEL_ROUNDTRIP: Perform optional IDNA2008 lookup roundtrip check (not implemented yet). * @IDN2_TRANSITIONAL: Perform Unicode TR46 transitional processing. * @IDN2_NONTRANSITIONAL: Perform Unicode TR46 non-transitional processing. * @IDN2_ALLOW_UNASSIGNED: Libidn compatibility flag, unused. * @IDN2_USE_STD3_ASCII_RULES: Use STD3 ASCII rules. * This is a #TR46 only flag, and will be ignored when set without either * @IDN2_TRANSITIONAL or @IDN2_NONTRANSITIONAL. * * Flags to IDNA2008 functions, to be binary or:ed together. Specify * only 0 if you want the default behaviour. */ typedef enum { IDN2_NFC_INPUT = 1, IDN2_ALABEL_ROUNDTRIP = 2, IDN2_TRANSITIONAL = 4, IDN2_NONTRANSITIONAL = 8, IDN2_ALLOW_UNASSIGNED = 16, IDN2_USE_STD3_ASCII_RULES = 32, } idn2_flags; /* IDNA2008 with UTF-8 encoded inputs. */ extern _IDN2_API int idn2_lookup_u8 (const uint8_t * src, uint8_t ** lookupname, int flags); extern _IDN2_API int idn2_register_u8 (const uint8_t * ulabel, const uint8_t * alabel, uint8_t ** insertname, int flags); /* IDNA2008 with locale encoded inputs. */ extern _IDN2_API int idn2_lookup_ul (const char *src, char **lookupname, int flags); extern _IDN2_API int idn2_register_ul (const char *ulabel, const char *alabel, char **insertname, int flags); /** * idn2_rc: * @IDN2_OK: Successful return. * @IDN2_MALLOC: Memory allocation error. * @IDN2_NO_CODESET: Could not determine locale string encoding format. * @IDN2_ICONV_FAIL: Could not transcode locale string to UTF-8. * @IDN2_ENCODING_ERROR: Unicode data encoding error. * @IDN2_NFC: Error normalizing string. * @IDN2_PUNYCODE_BAD_INPUT: Punycode invalid input. * @IDN2_PUNYCODE_BIG_OUTPUT: Punycode output buffer too small. * @IDN2_PUNYCODE_OVERFLOW: Punycode conversion would overflow. * @IDN2_TOO_BIG_DOMAIN: Domain name longer than 255 characters. * @IDN2_TOO_BIG_LABEL: Domain label longer than 63 characters. * @IDN2_INVALID_ALABEL: Input A-label is not valid. * @IDN2_UALABEL_MISMATCH: Input A-label and U-label does not match. * @IDN2_INVALID_FLAGS: Invalid combination of flags. * @IDN2_NOT_NFC: String is not NFC. * @IDN2_2HYPHEN: String has forbidden two hyphens. * @IDN2_HYPHEN_STARTEND: String has forbidden starting/ending hyphen. * @IDN2_LEADING_COMBINING: String has forbidden leading combining character. * @IDN2_DISALLOWED: String has disallowed character. * @IDN2_CONTEXTJ: String has forbidden context-j character. * @IDN2_CONTEXTJ_NO_RULE: String has context-j character with no rull. * @IDN2_CONTEXTO: String has forbidden context-o character. * @IDN2_CONTEXTO_NO_RULE: String has context-o character with no rull. * @IDN2_UNASSIGNED: String has forbidden unassigned character. * @IDN2_BIDI: String has forbidden bi-directional properties. * @IDN2_DOT_IN_LABEL: Label has forbidden dot (TR46). * @IDN2_INVALID_TRANSITIONAL: Label has character forbidden in transitional mode (TR46). * @IDN2_INVALID_NONTRANSITIONAL: Label has character forbidden in non-transitional mode (TR46). * * Return codes for IDN2 functions. All return codes are negative * except for the successful code IDN2_OK which are guaranteed to be * 0. Positive values are reserved for non-error return codes. * * Note that the #idn2_rc enumeration may be extended at a later date * to include new return codes. */ typedef enum { IDN2_OK = 0, IDN2_MALLOC = -100, IDN2_NO_CODESET = -101, IDN2_ICONV_FAIL = -102, IDN2_ENCODING_ERROR = -200, IDN2_NFC = -201, IDN2_PUNYCODE_BAD_INPUT = -202, IDN2_PUNYCODE_BIG_OUTPUT = -203, IDN2_PUNYCODE_OVERFLOW = -204, IDN2_TOO_BIG_DOMAIN = -205, IDN2_TOO_BIG_LABEL = -206, IDN2_INVALID_ALABEL = -207, IDN2_UALABEL_MISMATCH = -208, IDN2_INVALID_FLAGS = -209, IDN2_NOT_NFC = -300, IDN2_2HYPHEN = -301, IDN2_HYPHEN_STARTEND = -302, IDN2_LEADING_COMBINING = -303, IDN2_DISALLOWED = -304, IDN2_CONTEXTJ = -305, IDN2_CONTEXTJ_NO_RULE = -306, IDN2_CONTEXTO = -307, IDN2_CONTEXTO_NO_RULE = -308, IDN2_UNASSIGNED = -309, IDN2_BIDI = -310, IDN2_DOT_IN_LABEL = -311, IDN2_INVALID_TRANSITIONAL = -312, IDN2_INVALID_NONTRANSITIONAL = -313, } idn2_rc; /* Auxilliary functions. */ extern _IDN2_API int idn2_to_ascii_4i (const uint32_t * input, size_t inlen, char * output, int flags); extern _IDN2_API int idn2_to_ascii_4z (const uint32_t * input, char ** output, int flags); extern _IDN2_API int idn2_to_ascii_8z (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_ascii_lz (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_unicode_8z4z (const char * input, uint32_t ** output, int flags G_GNUC_UNUSED); extern _IDN2_API int idn2_to_unicode_4z4z (const uint32_t * input, uint32_t ** output, int flags); extern _IDN2_API int idn2_to_unicode_44i (const uint32_t * in, size_t inlen, uint32_t * out, size_t * outlen, int flags); extern _IDN2_API int idn2_to_unicode_8z8z (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_unicode_8zlz (const char * input, char ** output, int flags); extern _IDN2_API int idn2_to_unicode_lzlz (const char * input, char ** output, int flags); extern _IDN2_API const char * idn2_strerror (int rc) G_GNUC_IDN2_ATTRIBUTE_CONST; extern _IDN2_API const char * idn2_strerror_name (int rc) G_GNUC_IDN2_ATTRIBUTE_CONST; extern _IDN2_API const char * idn2_check_version (const char *req_version) G_GNUC_IDN2_ATTRIBUTE_PURE; extern _IDN2_API void idn2_free (void *ptr); /*** libidn compatibility layer ***/ #if !defined IDNA_H && !defined IDN2_SKIP_LIBIDN_COMPAT typedef enum { IDNA_SUCCESS = IDN2_OK, IDNA_STRINGPREP_ERROR = IDN2_ENCODING_ERROR, IDNA_PUNYCODE_ERROR = IDN2_PUNYCODE_BAD_INPUT, IDNA_CONTAINS_NON_LDH = IDN2_ENCODING_ERROR, IDNA_CONTAINS_LDH = IDNA_CONTAINS_NON_LDH, IDNA_CONTAINS_MINUS = IDN2_ENCODING_ERROR, IDNA_INVALID_LENGTH = IDN2_DISALLOWED, IDNA_NO_ACE_PREFIX = IDN2_ENCODING_ERROR, IDNA_ROUNDTRIP_VERIFY_ERROR = IDN2_ENCODING_ERROR, IDNA_CONTAINS_ACE_PREFIX = IDN2_ENCODING_ERROR, IDNA_ICONV_ERROR = IDN2_ENCODING_ERROR, IDNA_MALLOC_ERROR = IDN2_MALLOC, IDNA_DLOPEN_ERROR = IDN2_MALLOC } Idna_rc; /* IDNA flags */ typedef enum { IDNA_ALLOW_UNASSIGNED = IDN2_ALLOW_UNASSIGNED, IDNA_USE_STD3_ASCII_RULES = IDN2_USE_STD3_ASCII_RULES } Idna_flags; #define idna_to_ascii_4i(i,l,o,f) idn2_to_ascii_4i(i,l,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_ascii_4z(i,o,f) idn2_to_ascii_4z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_ascii_8z(i,o,f) idn2_to_ascii_8z(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_ascii_lz(i,o,f) idn2_to_ascii_lz(i,o,f|IDN2_NFC_INPUT|IDN2_NONTRANSITIONAL) #define idna_to_unicode_8z4z idn2_to_unicode_8z4z #define idna_to_unicode_4z4z idn2_to_unicode_4z4z #define idna_to_unicode_44i idn2_to_unicode_44i #define idna_to_unicode_8z8z idn2_to_unicode_8z8z #define idna_to_unicode_8zlz idn2_to_unicode_8zlz #define idna_to_unicode_lzlz idn2_to_unicode_lzlz #define idna_strerror idn2_strerror #define idn_free idn2_free #endif /* IDNA_H */ #ifdef __cplusplus } #endif #endif /* _IDN2_H */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/idna.c����������������������������������������������������������������������������0000644�0000000�0000000�00000014336�13134401252�011556� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* idna.c - implementation of high-level IDNA processing function Copyright (C) 2011-2017 Simon Josefsson Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "idn2.h" #include <stdlib.h> /* free */ #include <errno.h> /* errno */ #include "bidi.h" #include "tables.h" #include "context.h" #include "tr46map.h" #include <unitypes.h> #include <unictype.h> /* uc_is_general_category, UC_CATEGORY_M */ #include <uninorm.h> /* u32_normalize */ #include <unistr.h> /* u8_to_u32 */ #include "idna.h" static int _isNFC (uint32_t * label, size_t len) _GL_ATTRIBUTE_PURE; /* * NFC Quick Check from * http://unicode.org/reports/tr15/#Detecting_Normalization_Forms * * They say, this is much faster than 'brute force' normalization. * Strings are very likely already in NFC form. */ static int _isNFC (uint32_t * label, size_t len) { int lastCanonicalClass = 0; int result = 1; size_t it; for (it = 0; it < len; it++) { uint32_t ch = label[it]; // supplementary code point if (ch >= 0x10000) it++; int canonicalClass = uc_combining_class (ch); if (lastCanonicalClass > canonicalClass && canonicalClass != 0) return 0; NFCQCMap *map = get_nfcqc_map (ch); if (map) { if (map->check) return 0; result = -1; } lastCanonicalClass = canonicalClass; } return result; } int _idn2_u8_to_u32_nfc (const uint8_t * src, size_t srclen, uint32_t ** out, size_t * outlen, int nfc) { uint32_t *p; size_t plen; p = u8_to_u32 (src, srclen, NULL, &plen); if (p == NULL) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_ENCODING_ERROR; } if (nfc && !_isNFC (p, plen)) { size_t tmplen; uint32_t *tmp = u32_normalize (UNINORM_NFC, p, plen, NULL, &tmplen); free (p); if (tmp == NULL) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_NFC; } p = tmp; plen = tmplen; } *out = p; *outlen = plen; return IDN2_OK; } bool _idn2_ascii_p (const uint8_t * src, size_t srclen) { size_t i; for (i = 0; i < srclen; i++) if (src[i] >= 0x80) return false; return true; } int _idn2_label_test (int what, const uint32_t * label, size_t llen) { if (what & TEST_NFC) { size_t plen; uint32_t *p = u32_normalize (UNINORM_NFC, label, llen, NULL, &plen); int ok; if (p == NULL) { if (errno == ENOMEM) return IDN2_MALLOC; return IDN2_NFC; } ok = llen == plen && memcmp (label, p, plen * sizeof (*label)) == 0; free (p); if (!ok) return IDN2_NOT_NFC; } if (what & TEST_2HYPHEN) { if (llen >= 4 && label[2] == '-' && label[3] == '-') return IDN2_2HYPHEN; } if (what & TEST_HYPHEN_STARTEND) { if (llen > 0 && (label[0] == '-' || label[llen - 1] == '-')) return IDN2_HYPHEN_STARTEND; } if (what & TEST_LEADING_COMBINING) { if (llen > 0 && uc_is_general_category (label[0], UC_CATEGORY_M)) return IDN2_LEADING_COMBINING; } if (what & TEST_DISALLOWED) { size_t i; for (i = 0; i < llen; i++) if (_idn2_disallowed_p (label[i])) return IDN2_DISALLOWED; } if (what & TEST_CONTEXTJ) { size_t i; for (i = 0; i < llen; i++) if (_idn2_contextj_p (label[i])) return IDN2_CONTEXTJ; } if (what & TEST_CONTEXTJ_RULE) { size_t i; int rc; for (i = 0; i < llen; i++) { rc = _idn2_contextj_rule (label, llen, i); if (rc != IDN2_OK) return rc; } } if (what & TEST_CONTEXTO) { size_t i; for (i = 0; i < llen; i++) if (_idn2_contexto_p (label[i])) return IDN2_CONTEXTO; } if (what & TEST_CONTEXTO_WITH_RULE) { size_t i; for (i = 0; i < llen; i++) if (_idn2_contexto_p (label[i]) && !_idn2_contexto_with_rule (label[i])) return IDN2_CONTEXTO_NO_RULE; } if (what & TEST_CONTEXTO_RULE) { size_t i; int rc; for (i = 0; i < llen; i++) { rc = _idn2_contexto_rule (label, llen, i); if (rc != IDN2_OK) return rc; } } if (what & TEST_UNASSIGNED) { size_t i; for (i = 0; i < llen; i++) if (_idn2_unassigned_p (label[i])) return IDN2_UNASSIGNED; } if (what & TEST_BIDI) { int rc = _idn2_bidi (label, llen); if (rc != IDN2_OK) return rc; } if (what & (TEST_TRANSITIONAL | TEST_NONTRANSITIONAL)) { size_t i; int transitional = what & TEST_TRANSITIONAL; /* TR46: 4. The label must not contain a U+002E ( . ) FULL STOP */ for (i = 0; i < llen; i++) if (label[i] == 0x002E) return IDN2_DOT_IN_LABEL; /* TR46: 6. Each code point in the label must only have certain status * values according to Section 5, IDNA Mapping Table: * a. For Transitional Processing, each value must be valid. * b. For Nontransitional Processing, each value must be either valid or deviation. */ for (i = 0; i < llen; i++) { IDNAMap map; get_idna_map (label[i], &map); if (map_is (&map, TR46_FLG_VALID) || (!transitional && map_is (&map, TR46_FLG_DEVIATION))) continue; if (what & TEST_ALLOW_STD3_DISALLOWED && (map_is (&map, TR46_FLG_DISALLOWED_STD3_VALID) || map_is (&map, TR46_FLG_DISALLOWED_STD3_MAPPED))) continue; return transitional ? IDN2_INVALID_TRANSITIONAL : IDN2_INVALID_NONTRANSITIONAL; } } return IDN2_OK; } ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/DerivedNormalizationProps.txt�����������������������������������������������������0000644�0000000�0000000�00002772156�12115243710�016433� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# DerivedNormalizationProps-6.3.0.txt # Date: 2013-03-02, 16:07:38 GMT [MD] # # Unicode Character Database # Copyright (c) 1991-2013 Unicode, Inc. # For terms of use, see http://www.unicode.org/terms_of_use.html # For documentation, see http://www.unicode.org/reports/tr44/ # ================================================ # Derived Property: FC_NFKC_Closure (DEPRECATED as of Unicode 6.0.0) # Generated from computing: b = NFKC(Fold(a)); c = NFKC(Fold(b)); # Then if (c != b) add the mapping from a to c to the set of # mappings that constitute the FC_NFKC_Closure list # Uses the full case folding from CaseFolding.txt, without the T option. 037A ; FC_NFKC; 0020 03B9 # Lm GREEK YPOGEGRAMMENI 03D2 ; FC_NFKC; 03C5 # L& GREEK UPSILON WITH HOOK SYMBOL 03D3 ; FC_NFKC; 03CD # L& GREEK UPSILON WITH ACUTE AND HOOK SYMBOL 03D4 ; FC_NFKC; 03CB # L& GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 03F2 ; FC_NFKC; 03C3 # L& GREEK LUNATE SIGMA SYMBOL 03F9 ; FC_NFKC; 03C3 # L& GREEK CAPITAL LUNATE SIGMA SYMBOL 1D2C ; FC_NFKC; 0061 # Lm MODIFIER LETTER CAPITAL A 1D2D ; FC_NFKC; 00E6 # Lm MODIFIER LETTER CAPITAL AE 1D2E ; FC_NFKC; 0062 # Lm MODIFIER LETTER CAPITAL B 1D30 ; FC_NFKC; 0064 # Lm MODIFIER LETTER CAPITAL D 1D31 ; FC_NFKC; 0065 # Lm MODIFIER LETTER CAPITAL E 1D32 ; FC_NFKC; 01DD # Lm MODIFIER LETTER CAPITAL REVERSED E 1D33 ; FC_NFKC; 0067 # Lm MODIFIER LETTER CAPITAL G 1D34 ; FC_NFKC; 0068 # Lm MODIFIER LETTER CAPITAL H 1D35 ; FC_NFKC; 0069 # Lm MODIFIER LETTER CAPITAL I 1D36 ; FC_NFKC; 006A # Lm MODIFIER LETTER CAPITAL J 1D37 ; FC_NFKC; 006B # Lm MODIFIER LETTER CAPITAL K 1D38 ; FC_NFKC; 006C # Lm MODIFIER LETTER CAPITAL L 1D39 ; FC_NFKC; 006D # Lm MODIFIER LETTER CAPITAL M 1D3A ; FC_NFKC; 006E # Lm MODIFIER LETTER CAPITAL N 1D3C ; FC_NFKC; 006F # Lm MODIFIER LETTER CAPITAL O 1D3D ; FC_NFKC; 0223 # Lm MODIFIER LETTER CAPITAL OU 1D3E ; FC_NFKC; 0070 # Lm MODIFIER LETTER CAPITAL P 1D3F ; FC_NFKC; 0072 # Lm MODIFIER LETTER CAPITAL R 1D40 ; FC_NFKC; 0074 # Lm MODIFIER LETTER CAPITAL T 1D41 ; FC_NFKC; 0075 # Lm MODIFIER LETTER CAPITAL U 1D42 ; FC_NFKC; 0077 # Lm MODIFIER LETTER CAPITAL W 20A8 ; FC_NFKC; 0072 0073 # Sc RUPEE SIGN 2102 ; FC_NFKC; 0063 # L& DOUBLE-STRUCK CAPITAL C 2103 ; FC_NFKC; 00B0 0063 # So DEGREE CELSIUS 2107 ; FC_NFKC; 025B # L& EULER CONSTANT 2109 ; FC_NFKC; 00B0 0066 # So DEGREE FAHRENHEIT 210B ; FC_NFKC; 0068 # L& SCRIPT CAPITAL H 210C ; FC_NFKC; 0068 # L& BLACK-LETTER CAPITAL H 210D ; FC_NFKC; 0068 # L& DOUBLE-STRUCK CAPITAL H 2110 ; FC_NFKC; 0069 # L& SCRIPT CAPITAL I 2111 ; FC_NFKC; 0069 # L& BLACK-LETTER CAPITAL I 2112 ; FC_NFKC; 006C # L& SCRIPT CAPITAL L 2115 ; FC_NFKC; 006E # L& DOUBLE-STRUCK CAPITAL N 2116 ; FC_NFKC; 006E 006F # So NUMERO SIGN 2119 ; FC_NFKC; 0070 # L& DOUBLE-STRUCK CAPITAL P 211A ; FC_NFKC; 0071 # L& DOUBLE-STRUCK CAPITAL Q 211B ; FC_NFKC; 0072 # L& SCRIPT CAPITAL R 211C ; FC_NFKC; 0072 # L& BLACK-LETTER CAPITAL R 211D ; FC_NFKC; 0072 # L& DOUBLE-STRUCK CAPITAL R 2120 ; FC_NFKC; 0073 006D # So SERVICE MARK 2121 ; FC_NFKC; 0074 0065 006C # So TELEPHONE SIGN 2122 ; FC_NFKC; 0074 006D # So TRADE MARK SIGN 2124 ; FC_NFKC; 007A # L& DOUBLE-STRUCK CAPITAL Z 2128 ; FC_NFKC; 007A # L& BLACK-LETTER CAPITAL Z 212C ; FC_NFKC; 0062 # L& SCRIPT CAPITAL B 212D ; FC_NFKC; 0063 # L& BLACK-LETTER CAPITAL C 2130 ; FC_NFKC; 0065 # L& SCRIPT CAPITAL E 2131 ; FC_NFKC; 0066 # L& SCRIPT CAPITAL F 2133 ; FC_NFKC; 006D # L& SCRIPT CAPITAL M 213B ; FC_NFKC; 0066 0061 0078 # So FACSIMILE SIGN 213E ; FC_NFKC; 03B3 # L& DOUBLE-STRUCK CAPITAL GAMMA 213F ; FC_NFKC; 03C0 # L& DOUBLE-STRUCK CAPITAL PI 2145 ; FC_NFKC; 0064 # L& DOUBLE-STRUCK ITALIC CAPITAL D 2C7D ; FC_NFKC; 0076 # Lm MODIFIER LETTER CAPITAL V 3250 ; FC_NFKC; 0070 0074 0065 # So PARTNERSHIP SIGN 32CC ; FC_NFKC; 0068 0067 # So SQUARE HG 32CE ; FC_NFKC; 0065 0076 # So SQUARE EV 32CF ; FC_NFKC; 006C 0074 0064 # So LIMITED LIABILITY SIGN 3371 ; FC_NFKC; 0068 0070 0061 # So SQUARE HPA 3373 ; FC_NFKC; 0061 0075 # So SQUARE AU 3375 ; FC_NFKC; 006F 0076 # So SQUARE OV 337A ; FC_NFKC; 0069 0075 # So SQUARE IU 3380 ; FC_NFKC; 0070 0061 # So SQUARE PA AMPS 3381 ; FC_NFKC; 006E 0061 # So SQUARE NA 3382 ; FC_NFKC; 03BC 0061 # So SQUARE MU A 3383 ; FC_NFKC; 006D 0061 # So SQUARE MA 3384 ; FC_NFKC; 006B 0061 # So SQUARE KA 3385 ; FC_NFKC; 006B 0062 # So SQUARE KB 3386 ; FC_NFKC; 006D 0062 # So SQUARE MB 3387 ; FC_NFKC; 0067 0062 # So SQUARE GB 338A ; FC_NFKC; 0070 0066 # So SQUARE PF 338B ; FC_NFKC; 006E 0066 # So SQUARE NF 338C ; FC_NFKC; 03BC 0066 # So SQUARE MU F 3390 ; FC_NFKC; 0068 007A # So SQUARE HZ 3391 ; FC_NFKC; 006B 0068 007A # So SQUARE KHZ 3392 ; FC_NFKC; 006D 0068 007A # So SQUARE MHZ 3393 ; FC_NFKC; 0067 0068 007A # So SQUARE GHZ 3394 ; FC_NFKC; 0074 0068 007A # So SQUARE THZ 33A9 ; FC_NFKC; 0070 0061 # So SQUARE PA 33AA ; FC_NFKC; 006B 0070 0061 # So SQUARE KPA 33AB ; FC_NFKC; 006D 0070 0061 # So SQUARE MPA 33AC ; FC_NFKC; 0067 0070 0061 # So SQUARE GPA 33B4 ; FC_NFKC; 0070 0076 # So SQUARE PV 33B5 ; FC_NFKC; 006E 0076 # So SQUARE NV 33B6 ; FC_NFKC; 03BC 0076 # So SQUARE MU V 33B7 ; FC_NFKC; 006D 0076 # So SQUARE MV 33B8 ; FC_NFKC; 006B 0076 # So SQUARE KV 33B9 ; FC_NFKC; 006D 0076 # So SQUARE MV MEGA 33BA ; FC_NFKC; 0070 0077 # So SQUARE PW 33BB ; FC_NFKC; 006E 0077 # So SQUARE NW 33BC ; FC_NFKC; 03BC 0077 # So SQUARE MU W 33BD ; FC_NFKC; 006D 0077 # So SQUARE MW 33BE ; FC_NFKC; 006B 0077 # So SQUARE KW 33BF ; FC_NFKC; 006D 0077 # So SQUARE MW MEGA 33C0 ; FC_NFKC; 006B 03C9 # So SQUARE K OHM 33C1 ; FC_NFKC; 006D 03C9 # So SQUARE M OHM 33C3 ; FC_NFKC; 0062 0071 # So SQUARE BQ 33C6 ; FC_NFKC; 0063 2215 006B 0067 #So SQUARE C OVER KG 33C7 ; FC_NFKC; 0063 006F 002E # So SQUARE CO 33C8 ; FC_NFKC; 0064 0062 # So SQUARE DB 33C9 ; FC_NFKC; 0067 0079 # So SQUARE GY 33CB ; FC_NFKC; 0068 0070 # So SQUARE HP 33CD ; FC_NFKC; 006B 006B # So SQUARE KK 33CE ; FC_NFKC; 006B 006D # So SQUARE KM CAPITAL 33D7 ; FC_NFKC; 0070 0068 # So SQUARE PH 33D9 ; FC_NFKC; 0070 0070 006D # So SQUARE PPM 33DA ; FC_NFKC; 0070 0072 # So SQUARE PR 33DC ; FC_NFKC; 0073 0076 # So SQUARE SV 33DD ; FC_NFKC; 0077 0062 # So SQUARE WB 33DE ; FC_NFKC; 0076 2215 006D # So SQUARE V OVER M 33DF ; FC_NFKC; 0061 2215 006D # So SQUARE A OVER M A7F8 ; FC_NFKC; 0127 # Lm MODIFIER LETTER CAPITAL H WITH STROKE 1D400 ; FC_NFKC; 0061 # L& MATHEMATICAL BOLD CAPITAL A 1D401 ; FC_NFKC; 0062 # L& MATHEMATICAL BOLD CAPITAL B 1D402 ; FC_NFKC; 0063 # L& MATHEMATICAL BOLD CAPITAL C 1D403 ; FC_NFKC; 0064 # L& MATHEMATICAL BOLD CAPITAL D 1D404 ; FC_NFKC; 0065 # L& MATHEMATICAL BOLD CAPITAL E 1D405 ; FC_NFKC; 0066 # L& MATHEMATICAL BOLD CAPITAL F 1D406 ; FC_NFKC; 0067 # L& MATHEMATICAL BOLD CAPITAL G 1D407 ; FC_NFKC; 0068 # L& MATHEMATICAL BOLD CAPITAL H 1D408 ; FC_NFKC; 0069 # L& MATHEMATICAL BOLD CAPITAL I 1D409 ; FC_NFKC; 006A # L& MATHEMATICAL BOLD CAPITAL J 1D40A ; FC_NFKC; 006B # L& MATHEMATICAL BOLD CAPITAL K 1D40B ; FC_NFKC; 006C # L& MATHEMATICAL BOLD CAPITAL L 1D40C ; FC_NFKC; 006D # L& MATHEMATICAL BOLD CAPITAL M 1D40D ; FC_NFKC; 006E # L& MATHEMATICAL BOLD CAPITAL N 1D40E ; FC_NFKC; 006F # L& MATHEMATICAL BOLD CAPITAL O 1D40F ; FC_NFKC; 0070 # L& MATHEMATICAL BOLD CAPITAL P 1D410 ; FC_NFKC; 0071 # L& MATHEMATICAL BOLD CAPITAL Q 1D411 ; FC_NFKC; 0072 # L& MATHEMATICAL BOLD CAPITAL R 1D412 ; FC_NFKC; 0073 # L& MATHEMATICAL BOLD CAPITAL S 1D413 ; FC_NFKC; 0074 # L& MATHEMATICAL BOLD CAPITAL T 1D414 ; FC_NFKC; 0075 # L& MATHEMATICAL BOLD CAPITAL U 1D415 ; FC_NFKC; 0076 # L& MATHEMATICAL BOLD CAPITAL V 1D416 ; FC_NFKC; 0077 # L& MATHEMATICAL BOLD CAPITAL W 1D417 ; FC_NFKC; 0078 # L& MATHEMATICAL BOLD CAPITAL X 1D418 ; FC_NFKC; 0079 # L& MATHEMATICAL BOLD CAPITAL Y 1D419 ; FC_NFKC; 007A # L& MATHEMATICAL BOLD CAPITAL Z 1D434 ; FC_NFKC; 0061 # L& MATHEMATICAL ITALIC CAPITAL A 1D435 ; FC_NFKC; 0062 # L& MATHEMATICAL ITALIC CAPITAL B 1D436 ; FC_NFKC; 0063 # L& MATHEMATICAL ITALIC CAPITAL C 1D437 ; FC_NFKC; 0064 # L& MATHEMATICAL ITALIC CAPITAL D 1D438 ; FC_NFKC; 0065 # L& MATHEMATICAL ITALIC CAPITAL E 1D439 ; FC_NFKC; 0066 # L& MATHEMATICAL ITALIC CAPITAL F 1D43A ; FC_NFKC; 0067 # L& MATHEMATICAL ITALIC CAPITAL G 1D43B ; FC_NFKC; 0068 # L& MATHEMATICAL ITALIC CAPITAL H 1D43C ; FC_NFKC; 0069 # L& MATHEMATICAL ITALIC CAPITAL I 1D43D ; FC_NFKC; 006A # L& MATHEMATICAL ITALIC CAPITAL J 1D43E ; FC_NFKC; 006B # L& MATHEMATICAL ITALIC CAPITAL K 1D43F ; FC_NFKC; 006C # L& MATHEMATICAL ITALIC CAPITAL L 1D440 ; FC_NFKC; 006D # L& MATHEMATICAL ITALIC CAPITAL M 1D441 ; FC_NFKC; 006E # L& MATHEMATICAL ITALIC CAPITAL N 1D442 ; FC_NFKC; 006F # L& MATHEMATICAL ITALIC CAPITAL O 1D443 ; FC_NFKC; 0070 # L& MATHEMATICAL ITALIC CAPITAL P 1D444 ; FC_NFKC; 0071 # L& MATHEMATICAL ITALIC CAPITAL Q 1D445 ; FC_NFKC; 0072 # L& MATHEMATICAL ITALIC CAPITAL R 1D446 ; FC_NFKC; 0073 # L& MATHEMATICAL ITALIC CAPITAL S 1D447 ; FC_NFKC; 0074 # L& MATHEMATICAL ITALIC CAPITAL T 1D448 ; FC_NFKC; 0075 # L& MATHEMATICAL ITALIC CAPITAL U 1D449 ; FC_NFKC; 0076 # L& MATHEMATICAL ITALIC CAPITAL V 1D44A ; FC_NFKC; 0077 # L& MATHEMATICAL ITALIC CAPITAL W 1D44B ; FC_NFKC; 0078 # L& MATHEMATICAL ITALIC CAPITAL X 1D44C ; FC_NFKC; 0079 # L& MATHEMATICAL ITALIC CAPITAL Y 1D44D ; FC_NFKC; 007A # L& MATHEMATICAL ITALIC CAPITAL Z 1D468 ; FC_NFKC; 0061 # L& MATHEMATICAL BOLD ITALIC CAPITAL A 1D469 ; FC_NFKC; 0062 # L& MATHEMATICAL BOLD ITALIC CAPITAL B 1D46A ; FC_NFKC; 0063 # L& MATHEMATICAL BOLD ITALIC CAPITAL C 1D46B ; FC_NFKC; 0064 # L& MATHEMATICAL BOLD ITALIC CAPITAL D 1D46C ; FC_NFKC; 0065 # L& MATHEMATICAL BOLD ITALIC CAPITAL E 1D46D ; FC_NFKC; 0066 # L& MATHEMATICAL BOLD ITALIC CAPITAL F 1D46E ; FC_NFKC; 0067 # L& MATHEMATICAL BOLD ITALIC CAPITAL G 1D46F ; FC_NFKC; 0068 # L& MATHEMATICAL BOLD ITALIC CAPITAL H 1D470 ; FC_NFKC; 0069 # L& MATHEMATICAL BOLD ITALIC CAPITAL I 1D471 ; FC_NFKC; 006A # L& MATHEMATICAL BOLD ITALIC CAPITAL J 1D472 ; FC_NFKC; 006B # L& MATHEMATICAL BOLD ITALIC CAPITAL K 1D473 ; FC_NFKC; 006C # L& MATHEMATICAL BOLD ITALIC CAPITAL L 1D474 ; FC_NFKC; 006D # L& MATHEMATICAL BOLD ITALIC CAPITAL M 1D475 ; FC_NFKC; 006E # L& MATHEMATICAL BOLD ITALIC CAPITAL N 1D476 ; FC_NFKC; 006F # L& MATHEMATICAL BOLD ITALIC CAPITAL O 1D477 ; FC_NFKC; 0070 # L& MATHEMATICAL BOLD ITALIC CAPITAL P 1D478 ; FC_NFKC; 0071 # L& MATHEMATICAL BOLD ITALIC CAPITAL Q 1D479 ; FC_NFKC; 0072 # L& MATHEMATICAL BOLD ITALIC CAPITAL R 1D47A ; FC_NFKC; 0073 # L& MATHEMATICAL BOLD ITALIC CAPITAL S 1D47B ; FC_NFKC; 0074 # L& MATHEMATICAL BOLD ITALIC CAPITAL T 1D47C ; FC_NFKC; 0075 # L& MATHEMATICAL BOLD ITALIC CAPITAL U 1D47D ; FC_NFKC; 0076 # L& MATHEMATICAL BOLD ITALIC CAPITAL V 1D47E ; FC_NFKC; 0077 # L& MATHEMATICAL BOLD ITALIC CAPITAL W 1D47F ; FC_NFKC; 0078 # L& MATHEMATICAL BOLD ITALIC CAPITAL X 1D480 ; FC_NFKC; 0079 # L& MATHEMATICAL BOLD ITALIC CAPITAL Y 1D481 ; FC_NFKC; 007A # L& MATHEMATICAL BOLD ITALIC CAPITAL Z 1D49C ; FC_NFKC; 0061 # L& MATHEMATICAL SCRIPT CAPITAL A 1D49E ; FC_NFKC; 0063 # L& MATHEMATICAL SCRIPT CAPITAL C 1D49F ; FC_NFKC; 0064 # L& MATHEMATICAL SCRIPT CAPITAL D 1D4A2 ; FC_NFKC; 0067 # L& MATHEMATICAL SCRIPT CAPITAL G 1D4A5 ; FC_NFKC; 006A # L& MATHEMATICAL SCRIPT CAPITAL J 1D4A6 ; FC_NFKC; 006B # L& MATHEMATICAL SCRIPT CAPITAL K 1D4A9 ; FC_NFKC; 006E # L& MATHEMATICAL SCRIPT CAPITAL N 1D4AA ; FC_NFKC; 006F # L& MATHEMATICAL SCRIPT CAPITAL O 1D4AB ; FC_NFKC; 0070 # L& MATHEMATICAL SCRIPT CAPITAL P 1D4AC ; FC_NFKC; 0071 # L& MATHEMATICAL SCRIPT CAPITAL Q 1D4AE ; FC_NFKC; 0073 # L& MATHEMATICAL SCRIPT CAPITAL S 1D4AF ; FC_NFKC; 0074 # L& MATHEMATICAL SCRIPT CAPITAL T 1D4B0 ; FC_NFKC; 0075 # L& MATHEMATICAL SCRIPT CAPITAL U 1D4B1 ; FC_NFKC; 0076 # L& MATHEMATICAL SCRIPT CAPITAL V 1D4B2 ; FC_NFKC; 0077 # L& MATHEMATICAL SCRIPT CAPITAL W 1D4B3 ; FC_NFKC; 0078 # L& MATHEMATICAL SCRIPT CAPITAL X 1D4B4 ; FC_NFKC; 0079 # L& MATHEMATICAL SCRIPT CAPITAL Y 1D4B5 ; FC_NFKC; 007A # L& MATHEMATICAL SCRIPT CAPITAL Z 1D4D0 ; FC_NFKC; 0061 # L& MATHEMATICAL BOLD SCRIPT CAPITAL A 1D4D1 ; FC_NFKC; 0062 # L& MATHEMATICAL BOLD SCRIPT CAPITAL B 1D4D2 ; FC_NFKC; 0063 # L& MATHEMATICAL BOLD SCRIPT CAPITAL C 1D4D3 ; FC_NFKC; 0064 # L& MATHEMATICAL BOLD SCRIPT CAPITAL D 1D4D4 ; FC_NFKC; 0065 # L& MATHEMATICAL BOLD SCRIPT CAPITAL E 1D4D5 ; FC_NFKC; 0066 # L& MATHEMATICAL BOLD SCRIPT CAPITAL F 1D4D6 ; FC_NFKC; 0067 # L& MATHEMATICAL BOLD SCRIPT CAPITAL G 1D4D7 ; FC_NFKC; 0068 # L& MATHEMATICAL BOLD SCRIPT CAPITAL H 1D4D8 ; FC_NFKC; 0069 # L& MATHEMATICAL BOLD SCRIPT CAPITAL I 1D4D9 ; FC_NFKC; 006A # L& MATHEMATICAL BOLD SCRIPT CAPITAL J 1D4DA ; FC_NFKC; 006B # L& MATHEMATICAL BOLD SCRIPT CAPITAL K 1D4DB ; FC_NFKC; 006C # L& MATHEMATICAL BOLD SCRIPT CAPITAL L 1D4DC ; FC_NFKC; 006D # L& MATHEMATICAL BOLD SCRIPT CAPITAL M 1D4DD ; FC_NFKC; 006E # L& MATHEMATICAL BOLD SCRIPT CAPITAL N 1D4DE ; FC_NFKC; 006F # L& MATHEMATICAL BOLD SCRIPT CAPITAL O 1D4DF ; FC_NFKC; 0070 # L& MATHEMATICAL BOLD SCRIPT CAPITAL P 1D4E0 ; FC_NFKC; 0071 # L& MATHEMATICAL BOLD SCRIPT CAPITAL Q 1D4E1 ; FC_NFKC; 0072 # L& MATHEMATICAL BOLD SCRIPT CAPITAL R 1D4E2 ; FC_NFKC; 0073 # L& MATHEMATICAL BOLD SCRIPT CAPITAL S 1D4E3 ; FC_NFKC; 0074 # L& MATHEMATICAL BOLD SCRIPT CAPITAL T 1D4E4 ; FC_NFKC; 0075 # L& MATHEMATICAL BOLD SCRIPT CAPITAL U 1D4E5 ; FC_NFKC; 0076 # L& MATHEMATICAL BOLD SCRIPT CAPITAL V 1D4E6 ; FC_NFKC; 0077 # L& MATHEMATICAL BOLD SCRIPT CAPITAL W 1D4E7 ; FC_NFKC; 0078 # L& MATHEMATICAL BOLD SCRIPT CAPITAL X 1D4E8 ; FC_NFKC; 0079 # L& MATHEMATICAL BOLD SCRIPT CAPITAL Y 1D4E9 ; FC_NFKC; 007A # L& MATHEMATICAL BOLD SCRIPT CAPITAL Z 1D504 ; FC_NFKC; 0061 # L& MATHEMATICAL FRAKTUR CAPITAL A 1D505 ; FC_NFKC; 0062 # L& MATHEMATICAL FRAKTUR CAPITAL B 1D507 ; FC_NFKC; 0064 # L& MATHEMATICAL FRAKTUR CAPITAL D 1D508 ; FC_NFKC; 0065 # L& MATHEMATICAL FRAKTUR CAPITAL E 1D509 ; FC_NFKC; 0066 # L& MATHEMATICAL FRAKTUR CAPITAL F 1D50A ; FC_NFKC; 0067 # L& MATHEMATICAL FRAKTUR CAPITAL G 1D50D ; FC_NFKC; 006A # L& MATHEMATICAL FRAKTUR CAPITAL J 1D50E ; FC_NFKC; 006B # L& MATHEMATICAL FRAKTUR CAPITAL K 1D50F ; FC_NFKC; 006C # L& MATHEMATICAL FRAKTUR CAPITAL L 1D510 ; FC_NFKC; 006D # L& MATHEMATICAL FRAKTUR CAPITAL M 1D511 ; FC_NFKC; 006E # L& MATHEMATICAL FRAKTUR CAPITAL N 1D512 ; FC_NFKC; 006F # L& MATHEMATICAL FRAKTUR CAPITAL O 1D513 ; FC_NFKC; 0070 # L& MATHEMATICAL FRAKTUR CAPITAL P 1D514 ; FC_NFKC; 0071 # L& MATHEMATICAL FRAKTUR CAPITAL Q 1D516 ; FC_NFKC; 0073 # L& MATHEMATICAL FRAKTUR CAPITAL S 1D517 ; FC_NFKC; 0074 # L& MATHEMATICAL FRAKTUR CAPITAL T 1D518 ; FC_NFKC; 0075 # L& MATHEMATICAL FRAKTUR CAPITAL U 1D519 ; FC_NFKC; 0076 # L& MATHEMATICAL FRAKTUR CAPITAL V 1D51A ; FC_NFKC; 0077 # L& MATHEMATICAL FRAKTUR CAPITAL W 1D51B ; FC_NFKC; 0078 # L& MATHEMATICAL FRAKTUR CAPITAL X 1D51C ; FC_NFKC; 0079 # L& MATHEMATICAL FRAKTUR CAPITAL Y 1D538 ; FC_NFKC; 0061 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL A 1D539 ; FC_NFKC; 0062 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53B ; FC_NFKC; 0064 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL D 1D53C ; FC_NFKC; 0065 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL E 1D53D ; FC_NFKC; 0066 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL F 1D53E ; FC_NFKC; 0067 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D540 ; FC_NFKC; 0069 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL I 1D541 ; FC_NFKC; 006A # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL J 1D542 ; FC_NFKC; 006B # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL K 1D543 ; FC_NFKC; 006C # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL L 1D544 ; FC_NFKC; 006D # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D546 ; FC_NFKC; 006F # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D54A ; FC_NFKC; 0073 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL S 1D54B ; FC_NFKC; 0074 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL T 1D54C ; FC_NFKC; 0075 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL U 1D54D ; FC_NFKC; 0076 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL V 1D54E ; FC_NFKC; 0077 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL W 1D54F ; FC_NFKC; 0078 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL X 1D550 ; FC_NFKC; 0079 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D56C ; FC_NFKC; 0061 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL A 1D56D ; FC_NFKC; 0062 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL B 1D56E ; FC_NFKC; 0063 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL C 1D56F ; FC_NFKC; 0064 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL D 1D570 ; FC_NFKC; 0065 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL E 1D571 ; FC_NFKC; 0066 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL F 1D572 ; FC_NFKC; 0067 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL G 1D573 ; FC_NFKC; 0068 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL H 1D574 ; FC_NFKC; 0069 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL I 1D575 ; FC_NFKC; 006A # L& MATHEMATICAL BOLD FRAKTUR CAPITAL J 1D576 ; FC_NFKC; 006B # L& MATHEMATICAL BOLD FRAKTUR CAPITAL K 1D577 ; FC_NFKC; 006C # L& MATHEMATICAL BOLD FRAKTUR CAPITAL L 1D578 ; FC_NFKC; 006D # L& MATHEMATICAL BOLD FRAKTUR CAPITAL M 1D579 ; FC_NFKC; 006E # L& MATHEMATICAL BOLD FRAKTUR CAPITAL N 1D57A ; FC_NFKC; 006F # L& MATHEMATICAL BOLD FRAKTUR CAPITAL O 1D57B ; FC_NFKC; 0070 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL P 1D57C ; FC_NFKC; 0071 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL Q 1D57D ; FC_NFKC; 0072 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL R 1D57E ; FC_NFKC; 0073 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL S 1D57F ; FC_NFKC; 0074 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL T 1D580 ; FC_NFKC; 0075 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL U 1D581 ; FC_NFKC; 0076 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL V 1D582 ; FC_NFKC; 0077 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL W 1D583 ; FC_NFKC; 0078 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL X 1D584 ; FC_NFKC; 0079 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL Y 1D585 ; FC_NFKC; 007A # L& MATHEMATICAL BOLD FRAKTUR CAPITAL Z 1D5A0 ; FC_NFKC; 0061 # L& MATHEMATICAL SANS-SERIF CAPITAL A 1D5A1 ; FC_NFKC; 0062 # L& MATHEMATICAL SANS-SERIF CAPITAL B 1D5A2 ; FC_NFKC; 0063 # L& MATHEMATICAL SANS-SERIF CAPITAL C 1D5A3 ; FC_NFKC; 0064 # L& MATHEMATICAL SANS-SERIF CAPITAL D 1D5A4 ; FC_NFKC; 0065 # L& MATHEMATICAL SANS-SERIF CAPITAL E 1D5A5 ; FC_NFKC; 0066 # L& MATHEMATICAL SANS-SERIF CAPITAL F 1D5A6 ; FC_NFKC; 0067 # L& MATHEMATICAL SANS-SERIF CAPITAL G 1D5A7 ; FC_NFKC; 0068 # L& MATHEMATICAL SANS-SERIF CAPITAL H 1D5A8 ; FC_NFKC; 0069 # L& MATHEMATICAL SANS-SERIF CAPITAL I 1D5A9 ; FC_NFKC; 006A # L& MATHEMATICAL SANS-SERIF CAPITAL J 1D5AA ; FC_NFKC; 006B # L& MATHEMATICAL SANS-SERIF CAPITAL K 1D5AB ; FC_NFKC; 006C # L& MATHEMATICAL SANS-SERIF CAPITAL L 1D5AC ; FC_NFKC; 006D # L& MATHEMATICAL SANS-SERIF CAPITAL M 1D5AD ; FC_NFKC; 006E # L& MATHEMATICAL SANS-SERIF CAPITAL N 1D5AE ; FC_NFKC; 006F # L& MATHEMATICAL SANS-SERIF CAPITAL O 1D5AF ; FC_NFKC; 0070 # L& MATHEMATICAL SANS-SERIF CAPITAL P 1D5B0 ; FC_NFKC; 0071 # L& MATHEMATICAL SANS-SERIF CAPITAL Q 1D5B1 ; FC_NFKC; 0072 # L& MATHEMATICAL SANS-SERIF CAPITAL R 1D5B2 ; FC_NFKC; 0073 # L& MATHEMATICAL SANS-SERIF CAPITAL S 1D5B3 ; FC_NFKC; 0074 # L& MATHEMATICAL SANS-SERIF CAPITAL T 1D5B4 ; FC_NFKC; 0075 # L& MATHEMATICAL SANS-SERIF CAPITAL U 1D5B5 ; FC_NFKC; 0076 # L& MATHEMATICAL SANS-SERIF CAPITAL V 1D5B6 ; FC_NFKC; 0077 # L& MATHEMATICAL SANS-SERIF CAPITAL W 1D5B7 ; FC_NFKC; 0078 # L& MATHEMATICAL SANS-SERIF CAPITAL X 1D5B8 ; FC_NFKC; 0079 # L& MATHEMATICAL SANS-SERIF CAPITAL Y 1D5B9 ; FC_NFKC; 007A # L& MATHEMATICAL SANS-SERIF CAPITAL Z 1D5D4 ; FC_NFKC; 0061 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL A 1D5D5 ; FC_NFKC; 0062 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL B 1D5D6 ; FC_NFKC; 0063 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL C 1D5D7 ; FC_NFKC; 0064 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL D 1D5D8 ; FC_NFKC; 0065 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL E 1D5D9 ; FC_NFKC; 0066 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL F 1D5DA ; FC_NFKC; 0067 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL G 1D5DB ; FC_NFKC; 0068 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL H 1D5DC ; FC_NFKC; 0069 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL I 1D5DD ; FC_NFKC; 006A # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL J 1D5DE ; FC_NFKC; 006B # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL K 1D5DF ; FC_NFKC; 006C # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL L 1D5E0 ; FC_NFKC; 006D # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL M 1D5E1 ; FC_NFKC; 006E # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL N 1D5E2 ; FC_NFKC; 006F # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL O 1D5E3 ; FC_NFKC; 0070 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL P 1D5E4 ; FC_NFKC; 0071 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL Q 1D5E5 ; FC_NFKC; 0072 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL R 1D5E6 ; FC_NFKC; 0073 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL S 1D5E7 ; FC_NFKC; 0074 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL T 1D5E8 ; FC_NFKC; 0075 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL U 1D5E9 ; FC_NFKC; 0076 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL V 1D5EA ; FC_NFKC; 0077 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL W 1D5EB ; FC_NFKC; 0078 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL X 1D5EC ; FC_NFKC; 0079 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL Y 1D5ED ; FC_NFKC; 007A # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL Z 1D608 ; FC_NFKC; 0061 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL A 1D609 ; FC_NFKC; 0062 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL B 1D60A ; FC_NFKC; 0063 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL C 1D60B ; FC_NFKC; 0064 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL D 1D60C ; FC_NFKC; 0065 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL E 1D60D ; FC_NFKC; 0066 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL F 1D60E ; FC_NFKC; 0067 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL G 1D60F ; FC_NFKC; 0068 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL H 1D610 ; FC_NFKC; 0069 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL I 1D611 ; FC_NFKC; 006A # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL J 1D612 ; FC_NFKC; 006B # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL K 1D613 ; FC_NFKC; 006C # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL L 1D614 ; FC_NFKC; 006D # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL M 1D615 ; FC_NFKC; 006E # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL N 1D616 ; FC_NFKC; 006F # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL O 1D617 ; FC_NFKC; 0070 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL P 1D618 ; FC_NFKC; 0071 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q 1D619 ; FC_NFKC; 0072 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL R 1D61A ; FC_NFKC; 0073 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL S 1D61B ; FC_NFKC; 0074 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL T 1D61C ; FC_NFKC; 0075 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL U 1D61D ; FC_NFKC; 0076 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL V 1D61E ; FC_NFKC; 0077 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL W 1D61F ; FC_NFKC; 0078 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL X 1D620 ; FC_NFKC; 0079 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y 1D621 ; FC_NFKC; 007A # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z 1D63C ; FC_NFKC; 0061 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A 1D63D ; FC_NFKC; 0062 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B 1D63E ; FC_NFKC; 0063 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C 1D63F ; FC_NFKC; 0064 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D 1D640 ; FC_NFKC; 0065 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E 1D641 ; FC_NFKC; 0066 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F 1D642 ; FC_NFKC; 0067 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G 1D643 ; FC_NFKC; 0068 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H 1D644 ; FC_NFKC; 0069 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I 1D645 ; FC_NFKC; 006A # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J 1D646 ; FC_NFKC; 006B # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K 1D647 ; FC_NFKC; 006C # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L 1D648 ; FC_NFKC; 006D # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M 1D649 ; FC_NFKC; 006E # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N 1D64A ; FC_NFKC; 006F # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O 1D64B ; FC_NFKC; 0070 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P 1D64C ; FC_NFKC; 0071 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q 1D64D ; FC_NFKC; 0072 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R 1D64E ; FC_NFKC; 0073 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S 1D64F ; FC_NFKC; 0074 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T 1D650 ; FC_NFKC; 0075 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U 1D651 ; FC_NFKC; 0076 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V 1D652 ; FC_NFKC; 0077 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W 1D653 ; FC_NFKC; 0078 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X 1D654 ; FC_NFKC; 0079 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y 1D655 ; FC_NFKC; 007A # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z 1D670 ; FC_NFKC; 0061 # L& MATHEMATICAL MONOSPACE CAPITAL A 1D671 ; FC_NFKC; 0062 # L& MATHEMATICAL MONOSPACE CAPITAL B 1D672 ; FC_NFKC; 0063 # L& MATHEMATICAL MONOSPACE CAPITAL C 1D673 ; FC_NFKC; 0064 # L& MATHEMATICAL MONOSPACE CAPITAL D 1D674 ; FC_NFKC; 0065 # L& MATHEMATICAL MONOSPACE CAPITAL E 1D675 ; FC_NFKC; 0066 # L& MATHEMATICAL MONOSPACE CAPITAL F 1D676 ; FC_NFKC; 0067 # L& MATHEMATICAL MONOSPACE CAPITAL G 1D677 ; FC_NFKC; 0068 # L& MATHEMATICAL MONOSPACE CAPITAL H 1D678 ; FC_NFKC; 0069 # L& MATHEMATICAL MONOSPACE CAPITAL I 1D679 ; FC_NFKC; 006A # L& MATHEMATICAL MONOSPACE CAPITAL J 1D67A ; FC_NFKC; 006B # L& MATHEMATICAL MONOSPACE CAPITAL K 1D67B ; FC_NFKC; 006C # L& MATHEMATICAL MONOSPACE CAPITAL L 1D67C ; FC_NFKC; 006D # L& MATHEMATICAL MONOSPACE CAPITAL M 1D67D ; FC_NFKC; 006E # L& MATHEMATICAL MONOSPACE CAPITAL N 1D67E ; FC_NFKC; 006F # L& MATHEMATICAL MONOSPACE CAPITAL O 1D67F ; FC_NFKC; 0070 # L& MATHEMATICAL MONOSPACE CAPITAL P 1D680 ; FC_NFKC; 0071 # L& MATHEMATICAL MONOSPACE CAPITAL Q 1D681 ; FC_NFKC; 0072 # L& MATHEMATICAL MONOSPACE CAPITAL R 1D682 ; FC_NFKC; 0073 # L& MATHEMATICAL MONOSPACE CAPITAL S 1D683 ; FC_NFKC; 0074 # L& MATHEMATICAL MONOSPACE CAPITAL T 1D684 ; FC_NFKC; 0075 # L& MATHEMATICAL MONOSPACE CAPITAL U 1D685 ; FC_NFKC; 0076 # L& MATHEMATICAL MONOSPACE CAPITAL V 1D686 ; FC_NFKC; 0077 # L& MATHEMATICAL MONOSPACE CAPITAL W 1D687 ; FC_NFKC; 0078 # L& MATHEMATICAL MONOSPACE CAPITAL X 1D688 ; FC_NFKC; 0079 # L& MATHEMATICAL MONOSPACE CAPITAL Y 1D689 ; FC_NFKC; 007A # L& MATHEMATICAL MONOSPACE CAPITAL Z 1D6A8 ; FC_NFKC; 03B1 # L& MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 ; FC_NFKC; 03B2 # L& MATHEMATICAL BOLD CAPITAL BETA 1D6AA ; FC_NFKC; 03B3 # L& MATHEMATICAL BOLD CAPITAL GAMMA 1D6AB ; FC_NFKC; 03B4 # L& MATHEMATICAL BOLD CAPITAL DELTA 1D6AC ; FC_NFKC; 03B5 # L& MATHEMATICAL BOLD CAPITAL EPSILON 1D6AD ; FC_NFKC; 03B6 # L& MATHEMATICAL BOLD CAPITAL ZETA 1D6AE ; FC_NFKC; 03B7 # L& MATHEMATICAL BOLD CAPITAL ETA 1D6AF ; FC_NFKC; 03B8 # L& MATHEMATICAL BOLD CAPITAL THETA 1D6B0 ; FC_NFKC; 03B9 # L& MATHEMATICAL BOLD CAPITAL IOTA 1D6B1 ; FC_NFKC; 03BA # L& MATHEMATICAL BOLD CAPITAL KAPPA 1D6B2 ; FC_NFKC; 03BB # L& MATHEMATICAL BOLD CAPITAL LAMDA 1D6B3 ; FC_NFKC; 03BC # L& MATHEMATICAL BOLD CAPITAL MU 1D6B4 ; FC_NFKC; 03BD # L& MATHEMATICAL BOLD CAPITAL NU 1D6B5 ; FC_NFKC; 03BE # L& MATHEMATICAL BOLD CAPITAL XI 1D6B6 ; FC_NFKC; 03BF # L& MATHEMATICAL BOLD CAPITAL OMICRON 1D6B7 ; FC_NFKC; 03C0 # L& MATHEMATICAL BOLD CAPITAL PI 1D6B8 ; FC_NFKC; 03C1 # L& MATHEMATICAL BOLD CAPITAL RHO 1D6B9 ; FC_NFKC; 03B8 # L& MATHEMATICAL BOLD CAPITAL THETA SYMBOL 1D6BA ; FC_NFKC; 03C3 # L& MATHEMATICAL BOLD CAPITAL SIGMA 1D6BB ; FC_NFKC; 03C4 # L& MATHEMATICAL BOLD CAPITAL TAU 1D6BC ; FC_NFKC; 03C5 # L& MATHEMATICAL BOLD CAPITAL UPSILON 1D6BD ; FC_NFKC; 03C6 # L& MATHEMATICAL BOLD CAPITAL PHI 1D6BE ; FC_NFKC; 03C7 # L& MATHEMATICAL BOLD CAPITAL CHI 1D6BF ; FC_NFKC; 03C8 # L& MATHEMATICAL BOLD CAPITAL PSI 1D6C0 ; FC_NFKC; 03C9 # L& MATHEMATICAL BOLD CAPITAL OMEGA 1D6D3 ; FC_NFKC; 03C3 # L& MATHEMATICAL BOLD SMALL FINAL SIGMA 1D6E2 ; FC_NFKC; 03B1 # L& MATHEMATICAL ITALIC CAPITAL ALPHA 1D6E3 ; FC_NFKC; 03B2 # L& MATHEMATICAL ITALIC CAPITAL BETA 1D6E4 ; FC_NFKC; 03B3 # L& MATHEMATICAL ITALIC CAPITAL GAMMA 1D6E5 ; FC_NFKC; 03B4 # L& MATHEMATICAL ITALIC CAPITAL DELTA 1D6E6 ; FC_NFKC; 03B5 # L& MATHEMATICAL ITALIC CAPITAL EPSILON 1D6E7 ; FC_NFKC; 03B6 # L& MATHEMATICAL ITALIC CAPITAL ZETA 1D6E8 ; FC_NFKC; 03B7 # L& MATHEMATICAL ITALIC CAPITAL ETA 1D6E9 ; FC_NFKC; 03B8 # L& MATHEMATICAL ITALIC CAPITAL THETA 1D6EA ; FC_NFKC; 03B9 # L& MATHEMATICAL ITALIC CAPITAL IOTA 1D6EB ; FC_NFKC; 03BA # L& MATHEMATICAL ITALIC CAPITAL KAPPA 1D6EC ; FC_NFKC; 03BB # L& MATHEMATICAL ITALIC CAPITAL LAMDA 1D6ED ; FC_NFKC; 03BC # L& MATHEMATICAL ITALIC CAPITAL MU 1D6EE ; FC_NFKC; 03BD # L& MATHEMATICAL ITALIC CAPITAL NU 1D6EF ; FC_NFKC; 03BE # L& MATHEMATICAL ITALIC CAPITAL XI 1D6F0 ; FC_NFKC; 03BF # L& MATHEMATICAL ITALIC CAPITAL OMICRON 1D6F1 ; FC_NFKC; 03C0 # L& MATHEMATICAL ITALIC CAPITAL PI 1D6F2 ; FC_NFKC; 03C1 # L& MATHEMATICAL ITALIC CAPITAL RHO 1D6F3 ; FC_NFKC; 03B8 # L& MATHEMATICAL ITALIC CAPITAL THETA SYMBOL 1D6F4 ; FC_NFKC; 03C3 # L& MATHEMATICAL ITALIC CAPITAL SIGMA 1D6F5 ; FC_NFKC; 03C4 # L& MATHEMATICAL ITALIC CAPITAL TAU 1D6F6 ; FC_NFKC; 03C5 # L& MATHEMATICAL ITALIC CAPITAL UPSILON 1D6F7 ; FC_NFKC; 03C6 # L& MATHEMATICAL ITALIC CAPITAL PHI 1D6F8 ; FC_NFKC; 03C7 # L& MATHEMATICAL ITALIC CAPITAL CHI 1D6F9 ; FC_NFKC; 03C8 # L& MATHEMATICAL ITALIC CAPITAL PSI 1D6FA ; FC_NFKC; 03C9 # L& MATHEMATICAL ITALIC CAPITAL OMEGA 1D70D ; FC_NFKC; 03C3 # L& MATHEMATICAL ITALIC SMALL FINAL SIGMA 1D71C ; FC_NFKC; 03B1 # L& MATHEMATICAL BOLD ITALIC CAPITAL ALPHA 1D71D ; FC_NFKC; 03B2 # L& MATHEMATICAL BOLD ITALIC CAPITAL BETA 1D71E ; FC_NFKC; 03B3 # L& MATHEMATICAL BOLD ITALIC CAPITAL GAMMA 1D71F ; FC_NFKC; 03B4 # L& MATHEMATICAL BOLD ITALIC CAPITAL DELTA 1D720 ; FC_NFKC; 03B5 # L& MATHEMATICAL BOLD ITALIC CAPITAL EPSILON 1D721 ; FC_NFKC; 03B6 # L& MATHEMATICAL BOLD ITALIC CAPITAL ZETA 1D722 ; FC_NFKC; 03B7 # L& MATHEMATICAL BOLD ITALIC CAPITAL ETA 1D723 ; FC_NFKC; 03B8 # L& MATHEMATICAL BOLD ITALIC CAPITAL THETA 1D724 ; FC_NFKC; 03B9 # L& MATHEMATICAL BOLD ITALIC CAPITAL IOTA 1D725 ; FC_NFKC; 03BA # L& MATHEMATICAL BOLD ITALIC CAPITAL KAPPA 1D726 ; FC_NFKC; 03BB # L& MATHEMATICAL BOLD ITALIC CAPITAL LAMDA 1D727 ; FC_NFKC; 03BC # L& MATHEMATICAL BOLD ITALIC CAPITAL MU 1D728 ; FC_NFKC; 03BD # L& MATHEMATICAL BOLD ITALIC CAPITAL NU 1D729 ; FC_NFKC; 03BE # L& MATHEMATICAL BOLD ITALIC CAPITAL XI 1D72A ; FC_NFKC; 03BF # L& MATHEMATICAL BOLD ITALIC CAPITAL OMICRON 1D72B ; FC_NFKC; 03C0 # L& MATHEMATICAL BOLD ITALIC CAPITAL PI 1D72C ; FC_NFKC; 03C1 # L& MATHEMATICAL BOLD ITALIC CAPITAL RHO 1D72D ; FC_NFKC; 03B8 # L& MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL 1D72E ; FC_NFKC; 03C3 # L& MATHEMATICAL BOLD ITALIC CAPITAL SIGMA 1D72F ; FC_NFKC; 03C4 # L& MATHEMATICAL BOLD ITALIC CAPITAL TAU 1D730 ; FC_NFKC; 03C5 # L& MATHEMATICAL BOLD ITALIC CAPITAL UPSILON 1D731 ; FC_NFKC; 03C6 # L& MATHEMATICAL BOLD ITALIC CAPITAL PHI 1D732 ; FC_NFKC; 03C7 # L& MATHEMATICAL BOLD ITALIC CAPITAL CHI 1D733 ; FC_NFKC; 03C8 # L& MATHEMATICAL BOLD ITALIC CAPITAL PSI 1D734 ; FC_NFKC; 03C9 # L& MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 1D747 ; FC_NFKC; 03C3 # L& MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA 1D756 ; FC_NFKC; 03B1 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA 1D757 ; FC_NFKC; 03B2 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA 1D758 ; FC_NFKC; 03B3 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA 1D759 ; FC_NFKC; 03B4 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA 1D75A ; FC_NFKC; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON 1D75B ; FC_NFKC; 03B6 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA 1D75C ; FC_NFKC; 03B7 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA 1D75D ; FC_NFKC; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA 1D75E ; FC_NFKC; 03B9 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA 1D75F ; FC_NFKC; 03BA # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA 1D760 ; FC_NFKC; 03BB # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA 1D761 ; FC_NFKC; 03BC # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL MU 1D762 ; FC_NFKC; 03BD # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL NU 1D763 ; FC_NFKC; 03BE # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL XI 1D764 ; FC_NFKC; 03BF # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON 1D765 ; FC_NFKC; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL PI 1D766 ; FC_NFKC; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO 1D767 ; FC_NFKC; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL 1D768 ; FC_NFKC; 03C3 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA 1D769 ; FC_NFKC; 03C4 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU 1D76A ; FC_NFKC; 03C5 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON 1D76B ; FC_NFKC; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI 1D76C ; FC_NFKC; 03C7 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI 1D76D ; FC_NFKC; 03C8 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI 1D76E ; FC_NFKC; 03C9 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 1D781 ; FC_NFKC; 03C3 # L& MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA 1D790 ; FC_NFKC; 03B1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA 1D791 ; FC_NFKC; 03B2 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA 1D792 ; FC_NFKC; 03B3 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA 1D793 ; FC_NFKC; 03B4 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA 1D794 ; FC_NFKC; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON 1D795 ; FC_NFKC; 03B6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA 1D796 ; FC_NFKC; 03B7 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA 1D797 ; FC_NFKC; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA 1D798 ; FC_NFKC; 03B9 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA 1D799 ; FC_NFKC; 03BA # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA 1D79A ; FC_NFKC; 03BB # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA 1D79B ; FC_NFKC; 03BC # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU 1D79C ; FC_NFKC; 03BD # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU 1D79D ; FC_NFKC; 03BE # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI 1D79E ; FC_NFKC; 03BF # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON 1D79F ; FC_NFKC; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI 1D7A0 ; FC_NFKC; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO 1D7A1 ; FC_NFKC; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL 1D7A2 ; FC_NFKC; 03C3 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA 1D7A3 ; FC_NFKC; 03C4 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU 1D7A4 ; FC_NFKC; 03C5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON 1D7A5 ; FC_NFKC; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI 1D7A6 ; FC_NFKC; 03C7 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI 1D7A7 ; FC_NFKC; 03C8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI 1D7A8 ; FC_NFKC; 03C9 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 1D7BB ; FC_NFKC; 03C3 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA 1D7CA ; FC_NFKC; 03DD # L& MATHEMATICAL BOLD CAPITAL DIGAMMA 1F110 ; FC_NFKC; 0028 0061 0029 # So PARENTHESIZED LATIN CAPITAL LETTER A 1F111 ; FC_NFKC; 0028 0062 0029 # So PARENTHESIZED LATIN CAPITAL LETTER B 1F112 ; FC_NFKC; 0028 0063 0029 # So PARENTHESIZED LATIN CAPITAL LETTER C 1F113 ; FC_NFKC; 0028 0064 0029 # So PARENTHESIZED LATIN CAPITAL LETTER D 1F114 ; FC_NFKC; 0028 0065 0029 # So PARENTHESIZED LATIN CAPITAL LETTER E 1F115 ; FC_NFKC; 0028 0066 0029 # So PARENTHESIZED LATIN CAPITAL LETTER F 1F116 ; FC_NFKC; 0028 0067 0029 # So PARENTHESIZED LATIN CAPITAL LETTER G 1F117 ; FC_NFKC; 0028 0068 0029 # So PARENTHESIZED LATIN CAPITAL LETTER H 1F118 ; FC_NFKC; 0028 0069 0029 # So PARENTHESIZED LATIN CAPITAL LETTER I 1F119 ; FC_NFKC; 0028 006A 0029 # So PARENTHESIZED LATIN CAPITAL LETTER J 1F11A ; FC_NFKC; 0028 006B 0029 # So PARENTHESIZED LATIN CAPITAL LETTER K 1F11B ; FC_NFKC; 0028 006C 0029 # So PARENTHESIZED LATIN CAPITAL LETTER L 1F11C ; FC_NFKC; 0028 006D 0029 # So PARENTHESIZED LATIN CAPITAL LETTER M 1F11D ; FC_NFKC; 0028 006E 0029 # So PARENTHESIZED LATIN CAPITAL LETTER N 1F11E ; FC_NFKC; 0028 006F 0029 # So PARENTHESIZED LATIN CAPITAL LETTER O 1F11F ; FC_NFKC; 0028 0070 0029 # So PARENTHESIZED LATIN CAPITAL LETTER P 1F120 ; FC_NFKC; 0028 0071 0029 # So PARENTHESIZED LATIN CAPITAL LETTER Q 1F121 ; FC_NFKC; 0028 0072 0029 # So PARENTHESIZED LATIN CAPITAL LETTER R 1F122 ; FC_NFKC; 0028 0073 0029 # So PARENTHESIZED LATIN CAPITAL LETTER S 1F123 ; FC_NFKC; 0028 0074 0029 # So PARENTHESIZED LATIN CAPITAL LETTER T 1F124 ; FC_NFKC; 0028 0075 0029 # So PARENTHESIZED LATIN CAPITAL LETTER U 1F125 ; FC_NFKC; 0028 0076 0029 # So PARENTHESIZED LATIN CAPITAL LETTER V 1F126 ; FC_NFKC; 0028 0077 0029 # So PARENTHESIZED LATIN CAPITAL LETTER W 1F127 ; FC_NFKC; 0028 0078 0029 # So PARENTHESIZED LATIN CAPITAL LETTER X 1F128 ; FC_NFKC; 0028 0079 0029 # So PARENTHESIZED LATIN CAPITAL LETTER Y 1F129 ; FC_NFKC; 0028 007A 0029 # So PARENTHESIZED LATIN CAPITAL LETTER Z 1F12A ; FC_NFKC; 3014 0073 3015 # So TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S 1F12B ; FC_NFKC; 0063 # So CIRCLED ITALIC LATIN CAPITAL LETTER C 1F12C ; FC_NFKC; 0072 # So CIRCLED ITALIC LATIN CAPITAL LETTER R 1F12D ; FC_NFKC; 0063 0064 # So CIRCLED CD 1F12E ; FC_NFKC; 0077 007A # So CIRCLED WZ 1F130 ; FC_NFKC; 0061 # So SQUARED LATIN CAPITAL LETTER A 1F131 ; FC_NFKC; 0062 # So SQUARED LATIN CAPITAL LETTER B 1F132 ; FC_NFKC; 0063 # So SQUARED LATIN CAPITAL LETTER C 1F133 ; FC_NFKC; 0064 # So SQUARED LATIN CAPITAL LETTER D 1F134 ; FC_NFKC; 0065 # So SQUARED LATIN CAPITAL LETTER E 1F135 ; FC_NFKC; 0066 # So SQUARED LATIN CAPITAL LETTER F 1F136 ; FC_NFKC; 0067 # So SQUARED LATIN CAPITAL LETTER G 1F137 ; FC_NFKC; 0068 # So SQUARED LATIN CAPITAL LETTER H 1F138 ; FC_NFKC; 0069 # So SQUARED LATIN CAPITAL LETTER I 1F139 ; FC_NFKC; 006A # So SQUARED LATIN CAPITAL LETTER J 1F13A ; FC_NFKC; 006B # So SQUARED LATIN CAPITAL LETTER K 1F13B ; FC_NFKC; 006C # So SQUARED LATIN CAPITAL LETTER L 1F13C ; FC_NFKC; 006D # So SQUARED LATIN CAPITAL LETTER M 1F13D ; FC_NFKC; 006E # So SQUARED LATIN CAPITAL LETTER N 1F13E ; FC_NFKC; 006F # So SQUARED LATIN CAPITAL LETTER O 1F13F ; FC_NFKC; 0070 # So SQUARED LATIN CAPITAL LETTER P 1F140 ; FC_NFKC; 0071 # So SQUARED LATIN CAPITAL LETTER Q 1F141 ; FC_NFKC; 0072 # So SQUARED LATIN CAPITAL LETTER R 1F142 ; FC_NFKC; 0073 # So SQUARED LATIN CAPITAL LETTER S 1F143 ; FC_NFKC; 0074 # So SQUARED LATIN CAPITAL LETTER T 1F144 ; FC_NFKC; 0075 # So SQUARED LATIN CAPITAL LETTER U 1F145 ; FC_NFKC; 0076 # So SQUARED LATIN CAPITAL LETTER V 1F146 ; FC_NFKC; 0077 # So SQUARED LATIN CAPITAL LETTER W 1F147 ; FC_NFKC; 0078 # So SQUARED LATIN CAPITAL LETTER X 1F148 ; FC_NFKC; 0079 # So SQUARED LATIN CAPITAL LETTER Y 1F149 ; FC_NFKC; 007A # So SQUARED LATIN CAPITAL LETTER Z 1F14A ; FC_NFKC; 0068 0076 # So SQUARED HV 1F14B ; FC_NFKC; 006D 0076 # So SQUARED MV 1F14C ; FC_NFKC; 0073 0064 # So SQUARED SD 1F14D ; FC_NFKC; 0073 0073 # So SQUARED SS 1F14E ; FC_NFKC; 0070 0070 0076 # So SQUARED PPV 1F14F ; FC_NFKC; 0077 0063 # So SQUARED WC 1F16A ; FC_NFKC; 006D 0063 # So RAISED MC SIGN 1F16B ; FC_NFKC; 006D 0064 # So RAISED MD SIGN 1F190 ; FC_NFKC; 0064 006A # So SQUARE DJ # Total code points: 633 # ================================================ # Derived Property: Full_Composition_Exclusion # Generated from: Composition Exclusions + Singletons + Non-Starter Decompositions 0340..0341 ; Full_Composition_Exclusion # Mn [2] COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0343..0344 ; Full_Composition_Exclusion # Mn [2] COMBINING GREEK KORONIS..COMBINING GREEK DIALYTIKA TONOS 0374 ; Full_Composition_Exclusion # Lm GREEK NUMERAL SIGN 037E ; Full_Composition_Exclusion # Po GREEK QUESTION MARK 0387 ; Full_Composition_Exclusion # Po GREEK ANO TELEIA 0958..095F ; Full_Composition_Exclusion # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09DC..09DD ; Full_Composition_Exclusion # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; Full_Composition_Exclusion # Lo BENGALI LETTER YYA 0A33 ; Full_Composition_Exclusion # Lo GURMUKHI LETTER LLA 0A36 ; Full_Composition_Exclusion # Lo GURMUKHI LETTER SHA 0A59..0A5B ; Full_Composition_Exclusion # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; Full_Composition_Exclusion # Lo GURMUKHI LETTER FA 0B5C..0B5D ; Full_Composition_Exclusion # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0F43 ; Full_Composition_Exclusion # Lo TIBETAN LETTER GHA 0F4D ; Full_Composition_Exclusion # Lo TIBETAN LETTER DDHA 0F52 ; Full_Composition_Exclusion # Lo TIBETAN LETTER DHA 0F57 ; Full_Composition_Exclusion # Lo TIBETAN LETTER BHA 0F5C ; Full_Composition_Exclusion # Lo TIBETAN LETTER DZHA 0F69 ; Full_Composition_Exclusion # Lo TIBETAN LETTER KSSA 0F73 ; Full_Composition_Exclusion # Mn TIBETAN VOWEL SIGN II 0F75..0F76 ; Full_Composition_Exclusion # Mn [2] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC R 0F78 ; Full_Composition_Exclusion # Mn TIBETAN VOWEL SIGN VOCALIC L 0F81 ; Full_Composition_Exclusion # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; Full_Composition_Exclusion # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; Full_Composition_Exclusion # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; Full_Composition_Exclusion # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; Full_Composition_Exclusion # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; Full_Composition_Exclusion # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; Full_Composition_Exclusion # Mn TIBETAN SUBJOINED LETTER KSSA 1F71 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER ALPHA WITH OXIA 1F73 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER EPSILON WITH OXIA 1F75 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER ETA WITH OXIA 1F77 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER IOTA WITH OXIA 1F79 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER OMICRON WITH OXIA 1F7B ; Full_Composition_Exclusion # L& GREEK SMALL LETTER UPSILON WITH OXIA 1F7D ; Full_Composition_Exclusion # L& GREEK SMALL LETTER OMEGA WITH OXIA 1FBB ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER ALPHA WITH OXIA 1FBE ; Full_Composition_Exclusion # L& GREEK PROSGEGRAMMENI 1FC9 ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER EPSILON WITH OXIA 1FCB ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER ETA WITH OXIA 1FD3 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FDB ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER IOTA WITH OXIA 1FE3 ; Full_Composition_Exclusion # L& GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FEB ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER UPSILON WITH OXIA 1FEE..1FEF ; Full_Composition_Exclusion # Sk [2] GREEK DIALYTIKA AND OXIA..GREEK VARIA 1FF9 ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER OMICRON WITH OXIA 1FFB ; Full_Composition_Exclusion # L& GREEK CAPITAL LETTER OMEGA WITH OXIA 1FFD ; Full_Composition_Exclusion # Sk GREEK OXIA 2000..2001 ; Full_Composition_Exclusion # Zs [2] EN QUAD..EM QUAD 2126 ; Full_Composition_Exclusion # L& OHM SIGN 212A..212B ; Full_Composition_Exclusion # L& [2] KELVIN SIGN..ANGSTROM SIGN 2329 ; Full_Composition_Exclusion # Ps LEFT-POINTING ANGLE BRACKET 232A ; Full_Composition_Exclusion # Pe RIGHT-POINTING ANGLE BRACKET 2ADC ; Full_Composition_Exclusion # Sm FORKING F900..FA0D ; Full_Composition_Exclusion # Lo [270] CJK COMPATIBILITY IDEOGRAPH-F900..CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; Full_Composition_Exclusion # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; Full_Composition_Exclusion # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15..FA1E ; Full_Composition_Exclusion # Lo [10] CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; Full_Composition_Exclusion # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; Full_Composition_Exclusion # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25..FA26 ; Full_Composition_Exclusion # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A..FA6D ; Full_Composition_Exclusion # Lo [68] CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA70..FAD9 ; Full_Composition_Exclusion # Lo [106] CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FB1D ; Full_Composition_Exclusion # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; Full_Composition_Exclusion # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; Full_Composition_Exclusion # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; Full_Composition_Exclusion # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; Full_Composition_Exclusion # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; Full_Composition_Exclusion # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; Full_Composition_Exclusion # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4E ; Full_Composition_Exclusion # Lo [9] HEBREW LETTER TSADI WITH DAGESH..HEBREW LETTER PE WITH RAFE 1D15E..1D164 ; Full_Composition_Exclusion # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; Full_Composition_Exclusion # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 2F800..2FA1D ; Full_Composition_Exclusion # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D # Total code points: 1120 # ================================================ # Property: NFD_Quick_Check # All code points not explicitly listed for NFD_Quick_Check # have the value Yes (Y). # @missing: 0000..10FFFF; NFD_QC; Yes # ================================================ # NFD_Quick_Check=No 00C0..00C5 ; NFD_QC; N # L& [6] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER A WITH RING ABOVE 00C7..00CF ; NFD_QC; N # L& [9] LATIN CAPITAL LETTER C WITH CEDILLA..LATIN CAPITAL LETTER I WITH DIAERESIS 00D1..00D6 ; NFD_QC; N # L& [6] LATIN CAPITAL LETTER N WITH TILDE..LATIN CAPITAL LETTER O WITH DIAERESIS 00D9..00DD ; NFD_QC; N # L& [5] LATIN CAPITAL LETTER U WITH GRAVE..LATIN CAPITAL LETTER Y WITH ACUTE 00E0..00E5 ; NFD_QC; N # L& [6] LATIN SMALL LETTER A WITH GRAVE..LATIN SMALL LETTER A WITH RING ABOVE 00E7..00EF ; NFD_QC; N # L& [9] LATIN SMALL LETTER C WITH CEDILLA..LATIN SMALL LETTER I WITH DIAERESIS 00F1..00F6 ; NFD_QC; N # L& [6] LATIN SMALL LETTER N WITH TILDE..LATIN SMALL LETTER O WITH DIAERESIS 00F9..00FD ; NFD_QC; N # L& [5] LATIN SMALL LETTER U WITH GRAVE..LATIN SMALL LETTER Y WITH ACUTE 00FF..010F ; NFD_QC; N # L& [17] LATIN SMALL LETTER Y WITH DIAERESIS..LATIN SMALL LETTER D WITH CARON 0112..0125 ; NFD_QC; N # L& [20] LATIN CAPITAL LETTER E WITH MACRON..LATIN SMALL LETTER H WITH CIRCUMFLEX 0128..0130 ; NFD_QC; N # L& [9] LATIN CAPITAL LETTER I WITH TILDE..LATIN CAPITAL LETTER I WITH DOT ABOVE 0134..0137 ; NFD_QC; N # L& [4] LATIN CAPITAL LETTER J WITH CIRCUMFLEX..LATIN SMALL LETTER K WITH CEDILLA 0139..013E ; NFD_QC; N # L& [6] LATIN CAPITAL LETTER L WITH ACUTE..LATIN SMALL LETTER L WITH CARON 0143..0148 ; NFD_QC; N # L& [6] LATIN CAPITAL LETTER N WITH ACUTE..LATIN SMALL LETTER N WITH CARON 014C..0151 ; NFD_QC; N # L& [6] LATIN CAPITAL LETTER O WITH MACRON..LATIN SMALL LETTER O WITH DOUBLE ACUTE 0154..0165 ; NFD_QC; N # L& [18] LATIN CAPITAL LETTER R WITH ACUTE..LATIN SMALL LETTER T WITH CARON 0168..017E ; NFD_QC; N # L& [23] LATIN CAPITAL LETTER U WITH TILDE..LATIN SMALL LETTER Z WITH CARON 01A0..01A1 ; NFD_QC; N # L& [2] LATIN CAPITAL LETTER O WITH HORN..LATIN SMALL LETTER O WITH HORN 01AF..01B0 ; NFD_QC; N # L& [2] LATIN CAPITAL LETTER U WITH HORN..LATIN SMALL LETTER U WITH HORN 01CD..01DC ; NFD_QC; N # L& [16] LATIN CAPITAL LETTER A WITH CARON..LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE 01DE..01E3 ; NFD_QC; N # L& [6] LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON..LATIN SMALL LETTER AE WITH MACRON 01E6..01F0 ; NFD_QC; N # L& [11] LATIN CAPITAL LETTER G WITH CARON..LATIN SMALL LETTER J WITH CARON 01F4..01F5 ; NFD_QC; N # L& [2] LATIN CAPITAL LETTER G WITH ACUTE..LATIN SMALL LETTER G WITH ACUTE 01F8..021B ; NFD_QC; N # L& [36] LATIN CAPITAL LETTER N WITH GRAVE..LATIN SMALL LETTER T WITH COMMA BELOW 021E..021F ; NFD_QC; N # L& [2] LATIN CAPITAL LETTER H WITH CARON..LATIN SMALL LETTER H WITH CARON 0226..0233 ; NFD_QC; N # L& [14] LATIN CAPITAL LETTER A WITH DOT ABOVE..LATIN SMALL LETTER Y WITH MACRON 0340..0341 ; NFD_QC; N # Mn [2] COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0343..0344 ; NFD_QC; N # Mn [2] COMBINING GREEK KORONIS..COMBINING GREEK DIALYTIKA TONOS 0374 ; NFD_QC; N # Lm GREEK NUMERAL SIGN 037E ; NFD_QC; N # Po GREEK QUESTION MARK 0385 ; NFD_QC; N # Sk GREEK DIALYTIKA TONOS 0386 ; NFD_QC; N # L& GREEK CAPITAL LETTER ALPHA WITH TONOS 0387 ; NFD_QC; N # Po GREEK ANO TELEIA 0388..038A ; NFD_QC; N # L& [3] GREEK CAPITAL LETTER EPSILON WITH TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS 038C ; NFD_QC; N # L& GREEK CAPITAL LETTER OMICRON WITH TONOS 038E..0390 ; NFD_QC; N # L& [3] GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 03AA..03B0 ; NFD_QC; N # L& [7] GREEK CAPITAL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 03CA..03CE ; NFD_QC; N # L& [5] GREEK SMALL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER OMEGA WITH TONOS 03D3..03D4 ; NFD_QC; N # L& [2] GREEK UPSILON WITH ACUTE AND HOOK SYMBOL..GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 0400..0401 ; NFD_QC; N # L& [2] CYRILLIC CAPITAL LETTER IE WITH GRAVE..CYRILLIC CAPITAL LETTER IO 0403 ; NFD_QC; N # L& CYRILLIC CAPITAL LETTER GJE 0407 ; NFD_QC; N # L& CYRILLIC CAPITAL LETTER YI 040C..040E ; NFD_QC; N # L& [3] CYRILLIC CAPITAL LETTER KJE..CYRILLIC CAPITAL LETTER SHORT U 0419 ; NFD_QC; N # L& CYRILLIC CAPITAL LETTER SHORT I 0439 ; NFD_QC; N # L& CYRILLIC SMALL LETTER SHORT I 0450..0451 ; NFD_QC; N # L& [2] CYRILLIC SMALL LETTER IE WITH GRAVE..CYRILLIC SMALL LETTER IO 0453 ; NFD_QC; N # L& CYRILLIC SMALL LETTER GJE 0457 ; NFD_QC; N # L& CYRILLIC SMALL LETTER YI 045C..045E ; NFD_QC; N # L& [3] CYRILLIC SMALL LETTER KJE..CYRILLIC SMALL LETTER SHORT U 0476..0477 ; NFD_QC; N # L& [2] CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT..CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 04C1..04C2 ; NFD_QC; N # L& [2] CYRILLIC CAPITAL LETTER ZHE WITH BREVE..CYRILLIC SMALL LETTER ZHE WITH BREVE 04D0..04D3 ; NFD_QC; N # L& [4] CYRILLIC CAPITAL LETTER A WITH BREVE..CYRILLIC SMALL LETTER A WITH DIAERESIS 04D6..04D7 ; NFD_QC; N # L& [2] CYRILLIC CAPITAL LETTER IE WITH BREVE..CYRILLIC SMALL LETTER IE WITH BREVE 04DA..04DF ; NFD_QC; N # L& [6] CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS..CYRILLIC SMALL LETTER ZE WITH DIAERESIS 04E2..04E7 ; NFD_QC; N # L& [6] CYRILLIC CAPITAL LETTER I WITH MACRON..CYRILLIC SMALL LETTER O WITH DIAERESIS 04EA..04F5 ; NFD_QC; N # L& [12] CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS..CYRILLIC SMALL LETTER CHE WITH DIAERESIS 04F8..04F9 ; NFD_QC; N # L& [2] CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS..CYRILLIC SMALL LETTER YERU WITH DIAERESIS 0622..0626 ; NFD_QC; N # Lo [5] ARABIC LETTER ALEF WITH MADDA ABOVE..ARABIC LETTER YEH WITH HAMZA ABOVE 06C0 ; NFD_QC; N # Lo ARABIC LETTER HEH WITH YEH ABOVE 06C2 ; NFD_QC; N # Lo ARABIC LETTER HEH GOAL WITH HAMZA ABOVE 06D3 ; NFD_QC; N # Lo ARABIC LETTER YEH BARREE WITH HAMZA ABOVE 0929 ; NFD_QC; N # Lo DEVANAGARI LETTER NNNA 0931 ; NFD_QC; N # Lo DEVANAGARI LETTER RRA 0934 ; NFD_QC; N # Lo DEVANAGARI LETTER LLLA 0958..095F ; NFD_QC; N # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09CB..09CC ; NFD_QC; N # Mc [2] BENGALI VOWEL SIGN O..BENGALI VOWEL SIGN AU 09DC..09DD ; NFD_QC; N # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; NFD_QC; N # Lo BENGALI LETTER YYA 0A33 ; NFD_QC; N # Lo GURMUKHI LETTER LLA 0A36 ; NFD_QC; N # Lo GURMUKHI LETTER SHA 0A59..0A5B ; NFD_QC; N # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; NFD_QC; N # Lo GURMUKHI LETTER FA 0B48 ; NFD_QC; N # Mc ORIYA VOWEL SIGN AI 0B4B..0B4C ; NFD_QC; N # Mc [2] ORIYA VOWEL SIGN O..ORIYA VOWEL SIGN AU 0B5C..0B5D ; NFD_QC; N # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0B94 ; NFD_QC; N # Lo TAMIL LETTER AU 0BCA..0BCC ; NFD_QC; N # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 0C48 ; NFD_QC; N # Mn TELUGU VOWEL SIGN AI 0CC0 ; NFD_QC; N # Mc KANNADA VOWEL SIGN II 0CC7..0CC8 ; NFD_QC; N # Mc [2] KANNADA VOWEL SIGN EE..KANNADA VOWEL SIGN AI 0CCA..0CCB ; NFD_QC; N # Mc [2] KANNADA VOWEL SIGN O..KANNADA VOWEL SIGN OO 0D4A..0D4C ; NFD_QC; N # Mc [3] MALAYALAM VOWEL SIGN O..MALAYALAM VOWEL SIGN AU 0DDA ; NFD_QC; N # Mc SINHALA VOWEL SIGN DIGA KOMBUVA 0DDC..0DDE ; NFD_QC; N # Mc [3] SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA..SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA 0F43 ; NFD_QC; N # Lo TIBETAN LETTER GHA 0F4D ; NFD_QC; N # Lo TIBETAN LETTER DDHA 0F52 ; NFD_QC; N # Lo TIBETAN LETTER DHA 0F57 ; NFD_QC; N # Lo TIBETAN LETTER BHA 0F5C ; NFD_QC; N # Lo TIBETAN LETTER DZHA 0F69 ; NFD_QC; N # Lo TIBETAN LETTER KSSA 0F73 ; NFD_QC; N # Mn TIBETAN VOWEL SIGN II 0F75..0F76 ; NFD_QC; N # Mn [2] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC R 0F78 ; NFD_QC; N # Mn TIBETAN VOWEL SIGN VOCALIC L 0F81 ; NFD_QC; N # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; NFD_QC; N # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; NFD_QC; N # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; NFD_QC; N # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; NFD_QC; N # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; NFD_QC; N # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; NFD_QC; N # Mn TIBETAN SUBJOINED LETTER KSSA 1026 ; NFD_QC; N # Lo MYANMAR LETTER UU 1B06 ; NFD_QC; N # Lo BALINESE LETTER AKARA TEDUNG 1B08 ; NFD_QC; N # Lo BALINESE LETTER IKARA TEDUNG 1B0A ; NFD_QC; N # Lo BALINESE LETTER UKARA TEDUNG 1B0C ; NFD_QC; N # Lo BALINESE LETTER RA REPA TEDUNG 1B0E ; NFD_QC; N # Lo BALINESE LETTER LA LENGA TEDUNG 1B12 ; NFD_QC; N # Lo BALINESE LETTER OKARA TEDUNG 1B3B ; NFD_QC; N # Mc BALINESE VOWEL SIGN RA REPA TEDUNG 1B3D ; NFD_QC; N # Mc BALINESE VOWEL SIGN LA LENGA TEDUNG 1B40..1B41 ; NFD_QC; N # Mc [2] BALINESE VOWEL SIGN TALING TEDUNG..BALINESE VOWEL SIGN TALING REPA TEDUNG 1B43 ; NFD_QC; N # Mc BALINESE VOWEL SIGN PEPET TEDUNG 1E00..1E99 ; NFD_QC; N # L& [154] LATIN CAPITAL LETTER A WITH RING BELOW..LATIN SMALL LETTER Y WITH RING ABOVE 1E9B ; NFD_QC; N # L& LATIN SMALL LETTER LONG S WITH DOT ABOVE 1EA0..1EF9 ; NFD_QC; N # L& [90] LATIN CAPITAL LETTER A WITH DOT BELOW..LATIN SMALL LETTER Y WITH TILDE 1F00..1F15 ; NFD_QC; N # L& [22] GREEK SMALL LETTER ALPHA WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F18..1F1D ; NFD_QC; N # L& [6] GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F20..1F45 ; NFD_QC; N # L& [38] GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F48..1F4D ; NFD_QC; N # L& [6] GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F50..1F57 ; NFD_QC; N # L& [8] GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F59 ; NFD_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5B ; NFD_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5D ; NFD_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5F..1F7D ; NFD_QC; N # L& [31] GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI..GREEK SMALL LETTER OMEGA WITH OXIA 1F80..1FB4 ; NFD_QC; N # L& [53] GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB6..1FBC ; NFD_QC; N # L& [7] GREEK SMALL LETTER ALPHA WITH PERISPOMENI..GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FBE ; NFD_QC; N # L& GREEK PROSGEGRAMMENI 1FC1 ; NFD_QC; N # Sk GREEK DIALYTIKA AND PERISPOMENI 1FC2..1FC4 ; NFD_QC; N # L& [3] GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC6..1FCC ; NFD_QC; N # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD..1FCF ; NFD_QC; N # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FD0..1FD3 ; NFD_QC; N # L& [4] GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD6..1FDB ; NFD_QC; N # L& [6] GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD..1FDF ; NFD_QC; N # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE0..1FEC ; NFD_QC; N # L& [13] GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK CAPITAL LETTER RHO WITH DASIA 1FED..1FEF ; NFD_QC; N # Sk [3] GREEK DIALYTIKA AND VARIA..GREEK VARIA 1FF2..1FF4 ; NFD_QC; N # L& [3] GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF6..1FFC ; NFD_QC; N # L& [7] GREEK SMALL LETTER OMEGA WITH PERISPOMENI..GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 1FFD ; NFD_QC; N # Sk GREEK OXIA 2000..2001 ; NFD_QC; N # Zs [2] EN QUAD..EM QUAD 2126 ; NFD_QC; N # L& OHM SIGN 212A..212B ; NFD_QC; N # L& [2] KELVIN SIGN..ANGSTROM SIGN 219A..219B ; NFD_QC; N # Sm [2] LEFTWARDS ARROW WITH STROKE..RIGHTWARDS ARROW WITH STROKE 21AE ; NFD_QC; N # Sm LEFT RIGHT ARROW WITH STROKE 21CD ; NFD_QC; N # So LEFTWARDS DOUBLE ARROW WITH STROKE 21CE..21CF ; NFD_QC; N # Sm [2] LEFT RIGHT DOUBLE ARROW WITH STROKE..RIGHTWARDS DOUBLE ARROW WITH STROKE 2204 ; NFD_QC; N # Sm THERE DOES NOT EXIST 2209 ; NFD_QC; N # Sm NOT AN ELEMENT OF 220C ; NFD_QC; N # Sm DOES NOT CONTAIN AS MEMBER 2224 ; NFD_QC; N # Sm DOES NOT DIVIDE 2226 ; NFD_QC; N # Sm NOT PARALLEL TO 2241 ; NFD_QC; N # Sm NOT TILDE 2244 ; NFD_QC; N # Sm NOT ASYMPTOTICALLY EQUAL TO 2247 ; NFD_QC; N # Sm NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO 2249 ; NFD_QC; N # Sm NOT ALMOST EQUAL TO 2260 ; NFD_QC; N # Sm NOT EQUAL TO 2262 ; NFD_QC; N # Sm NOT IDENTICAL TO 226D..2271 ; NFD_QC; N # Sm [5] NOT EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUAL TO 2274..2275 ; NFD_QC; N # Sm [2] NEITHER LESS-THAN NOR EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUIVALENT TO 2278..2279 ; NFD_QC; N # Sm [2] NEITHER LESS-THAN NOR GREATER-THAN..NEITHER GREATER-THAN NOR LESS-THAN 2280..2281 ; NFD_QC; N # Sm [2] DOES NOT PRECEDE..DOES NOT SUCCEED 2284..2285 ; NFD_QC; N # Sm [2] NOT A SUBSET OF..NOT A SUPERSET OF 2288..2289 ; NFD_QC; N # Sm [2] NEITHER A SUBSET OF NOR EQUAL TO..NEITHER A SUPERSET OF NOR EQUAL TO 22AC..22AF ; NFD_QC; N # Sm [4] DOES NOT PROVE..NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE 22E0..22E3 ; NFD_QC; N # Sm [4] DOES NOT PRECEDE OR EQUAL..NOT SQUARE ORIGINAL OF OR EQUAL TO 22EA..22ED ; NFD_QC; N # Sm [4] NOT NORMAL SUBGROUP OF..DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL 2329 ; NFD_QC; N # Ps LEFT-POINTING ANGLE BRACKET 232A ; NFD_QC; N # Pe RIGHT-POINTING ANGLE BRACKET 2ADC ; NFD_QC; N # Sm FORKING 304C ; NFD_QC; N # Lo HIRAGANA LETTER GA 304E ; NFD_QC; N # Lo HIRAGANA LETTER GI 3050 ; NFD_QC; N # Lo HIRAGANA LETTER GU 3052 ; NFD_QC; N # Lo HIRAGANA LETTER GE 3054 ; NFD_QC; N # Lo HIRAGANA LETTER GO 3056 ; NFD_QC; N # Lo HIRAGANA LETTER ZA 3058 ; NFD_QC; N # Lo HIRAGANA LETTER ZI 305A ; NFD_QC; N # Lo HIRAGANA LETTER ZU 305C ; NFD_QC; N # Lo HIRAGANA LETTER ZE 305E ; NFD_QC; N # Lo HIRAGANA LETTER ZO 3060 ; NFD_QC; N # Lo HIRAGANA LETTER DA 3062 ; NFD_QC; N # Lo HIRAGANA LETTER DI 3065 ; NFD_QC; N # Lo HIRAGANA LETTER DU 3067 ; NFD_QC; N # Lo HIRAGANA LETTER DE 3069 ; NFD_QC; N # Lo HIRAGANA LETTER DO 3070..3071 ; NFD_QC; N # Lo [2] HIRAGANA LETTER BA..HIRAGANA LETTER PA 3073..3074 ; NFD_QC; N # Lo [2] HIRAGANA LETTER BI..HIRAGANA LETTER PI 3076..3077 ; NFD_QC; N # Lo [2] HIRAGANA LETTER BU..HIRAGANA LETTER PU 3079..307A ; NFD_QC; N # Lo [2] HIRAGANA LETTER BE..HIRAGANA LETTER PE 307C..307D ; NFD_QC; N # Lo [2] HIRAGANA LETTER BO..HIRAGANA LETTER PO 3094 ; NFD_QC; N # Lo HIRAGANA LETTER VU 309E ; NFD_QC; N # Lm HIRAGANA VOICED ITERATION MARK 30AC ; NFD_QC; N # Lo KATAKANA LETTER GA 30AE ; NFD_QC; N # Lo KATAKANA LETTER GI 30B0 ; NFD_QC; N # Lo KATAKANA LETTER GU 30B2 ; NFD_QC; N # Lo KATAKANA LETTER GE 30B4 ; NFD_QC; N # Lo KATAKANA LETTER GO 30B6 ; NFD_QC; N # Lo KATAKANA LETTER ZA 30B8 ; NFD_QC; N # Lo KATAKANA LETTER ZI 30BA ; NFD_QC; N # Lo KATAKANA LETTER ZU 30BC ; NFD_QC; N # Lo KATAKANA LETTER ZE 30BE ; NFD_QC; N # Lo KATAKANA LETTER ZO 30C0 ; NFD_QC; N # Lo KATAKANA LETTER DA 30C2 ; NFD_QC; N # Lo KATAKANA LETTER DI 30C5 ; NFD_QC; N # Lo KATAKANA LETTER DU 30C7 ; NFD_QC; N # Lo KATAKANA LETTER DE 30C9 ; NFD_QC; N # Lo KATAKANA LETTER DO 30D0..30D1 ; NFD_QC; N # Lo [2] KATAKANA LETTER BA..KATAKANA LETTER PA 30D3..30D4 ; NFD_QC; N # Lo [2] KATAKANA LETTER BI..KATAKANA LETTER PI 30D6..30D7 ; NFD_QC; N # Lo [2] KATAKANA LETTER BU..KATAKANA LETTER PU 30D9..30DA ; NFD_QC; N # Lo [2] KATAKANA LETTER BE..KATAKANA LETTER PE 30DC..30DD ; NFD_QC; N # Lo [2] KATAKANA LETTER BO..KATAKANA LETTER PO 30F4 ; NFD_QC; N # Lo KATAKANA LETTER VU 30F7..30FA ; NFD_QC; N # Lo [4] KATAKANA LETTER VA..KATAKANA LETTER VO 30FE ; NFD_QC; N # Lm KATAKANA VOICED ITERATION MARK AC00..D7A3 ; NFD_QC; N # Lo [11172] HANGUL SYLLABLE GA..HANGUL SYLLABLE HIH F900..FA0D ; NFD_QC; N # Lo [270] CJK COMPATIBILITY IDEOGRAPH-F900..CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; NFD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; NFD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15..FA1E ; NFD_QC; N # Lo [10] CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; NFD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; NFD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25..FA26 ; NFD_QC; N # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A..FA6D ; NFD_QC; N # Lo [68] CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA70..FAD9 ; NFD_QC; N # Lo [106] CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FB1D ; NFD_QC; N # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; NFD_QC; N # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; NFD_QC; N # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; NFD_QC; N # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; NFD_QC; N # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; NFD_QC; N # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; NFD_QC; N # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4E ; NFD_QC; N # Lo [9] HEBREW LETTER TSADI WITH DAGESH..HEBREW LETTER PE WITH RAFE 1109A ; NFD_QC; N # Lo KAITHI LETTER DDDHA 1109C ; NFD_QC; N # Lo KAITHI LETTER RHA 110AB ; NFD_QC; N # Lo KAITHI LETTER VA 1112E..1112F ; NFD_QC; N # Mn [2] CHAKMA VOWEL SIGN O..CHAKMA VOWEL SIGN AU 1D15E..1D164 ; NFD_QC; N # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; NFD_QC; N # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 2F800..2FA1D ; NFD_QC; N # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D # Total code points: 13225 # ================================================ # Property: NFC_Quick_Check # All code points not explicitly listed for NFC_Quick_Check # have the value Yes (Y). # @missing: 0000..10FFFF; NFC_QC; Yes # ================================================ # NFC_Quick_Check=No 0340..0341 ; NFC_QC; N # Mn [2] COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0343..0344 ; NFC_QC; N # Mn [2] COMBINING GREEK KORONIS..COMBINING GREEK DIALYTIKA TONOS 0374 ; NFC_QC; N # Lm GREEK NUMERAL SIGN 037E ; NFC_QC; N # Po GREEK QUESTION MARK 0387 ; NFC_QC; N # Po GREEK ANO TELEIA 0958..095F ; NFC_QC; N # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09DC..09DD ; NFC_QC; N # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; NFC_QC; N # Lo BENGALI LETTER YYA 0A33 ; NFC_QC; N # Lo GURMUKHI LETTER LLA 0A36 ; NFC_QC; N # Lo GURMUKHI LETTER SHA 0A59..0A5B ; NFC_QC; N # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; NFC_QC; N # Lo GURMUKHI LETTER FA 0B5C..0B5D ; NFC_QC; N # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0F43 ; NFC_QC; N # Lo TIBETAN LETTER GHA 0F4D ; NFC_QC; N # Lo TIBETAN LETTER DDHA 0F52 ; NFC_QC; N # Lo TIBETAN LETTER DHA 0F57 ; NFC_QC; N # Lo TIBETAN LETTER BHA 0F5C ; NFC_QC; N # Lo TIBETAN LETTER DZHA 0F69 ; NFC_QC; N # Lo TIBETAN LETTER KSSA 0F73 ; NFC_QC; N # Mn TIBETAN VOWEL SIGN II 0F75..0F76 ; NFC_QC; N # Mn [2] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC R 0F78 ; NFC_QC; N # Mn TIBETAN VOWEL SIGN VOCALIC L 0F81 ; NFC_QC; N # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; NFC_QC; N # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; NFC_QC; N # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; NFC_QC; N # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; NFC_QC; N # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; NFC_QC; N # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; NFC_QC; N # Mn TIBETAN SUBJOINED LETTER KSSA 1F71 ; NFC_QC; N # L& GREEK SMALL LETTER ALPHA WITH OXIA 1F73 ; NFC_QC; N # L& GREEK SMALL LETTER EPSILON WITH OXIA 1F75 ; NFC_QC; N # L& GREEK SMALL LETTER ETA WITH OXIA 1F77 ; NFC_QC; N # L& GREEK SMALL LETTER IOTA WITH OXIA 1F79 ; NFC_QC; N # L& GREEK SMALL LETTER OMICRON WITH OXIA 1F7B ; NFC_QC; N # L& GREEK SMALL LETTER UPSILON WITH OXIA 1F7D ; NFC_QC; N # L& GREEK SMALL LETTER OMEGA WITH OXIA 1FBB ; NFC_QC; N # L& GREEK CAPITAL LETTER ALPHA WITH OXIA 1FBE ; NFC_QC; N # L& GREEK PROSGEGRAMMENI 1FC9 ; NFC_QC; N # L& GREEK CAPITAL LETTER EPSILON WITH OXIA 1FCB ; NFC_QC; N # L& GREEK CAPITAL LETTER ETA WITH OXIA 1FD3 ; NFC_QC; N # L& GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FDB ; NFC_QC; N # L& GREEK CAPITAL LETTER IOTA WITH OXIA 1FE3 ; NFC_QC; N # L& GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FEB ; NFC_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH OXIA 1FEE..1FEF ; NFC_QC; N # Sk [2] GREEK DIALYTIKA AND OXIA..GREEK VARIA 1FF9 ; NFC_QC; N # L& GREEK CAPITAL LETTER OMICRON WITH OXIA 1FFB ; NFC_QC; N # L& GREEK CAPITAL LETTER OMEGA WITH OXIA 1FFD ; NFC_QC; N # Sk GREEK OXIA 2000..2001 ; NFC_QC; N # Zs [2] EN QUAD..EM QUAD 2126 ; NFC_QC; N # L& OHM SIGN 212A..212B ; NFC_QC; N # L& [2] KELVIN SIGN..ANGSTROM SIGN 2329 ; NFC_QC; N # Ps LEFT-POINTING ANGLE BRACKET 232A ; NFC_QC; N # Pe RIGHT-POINTING ANGLE BRACKET 2ADC ; NFC_QC; N # Sm FORKING F900..FA0D ; NFC_QC; N # Lo [270] CJK COMPATIBILITY IDEOGRAPH-F900..CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; NFC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; NFC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15..FA1E ; NFC_QC; N # Lo [10] CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; NFC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; NFC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25..FA26 ; NFC_QC; N # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A..FA6D ; NFC_QC; N # Lo [68] CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA70..FAD9 ; NFC_QC; N # Lo [106] CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FB1D ; NFC_QC; N # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; NFC_QC; N # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; NFC_QC; N # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; NFC_QC; N # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; NFC_QC; N # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; NFC_QC; N # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; NFC_QC; N # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4E ; NFC_QC; N # Lo [9] HEBREW LETTER TSADI WITH DAGESH..HEBREW LETTER PE WITH RAFE 1D15E..1D164 ; NFC_QC; N # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; NFC_QC; N # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 2F800..2FA1D ; NFC_QC; N # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D # Total code points: 1120 # ================================================ # NFC_Quick_Check=Maybe 0300..0304 ; NFC_QC; M # Mn [5] COMBINING GRAVE ACCENT..COMBINING MACRON 0306..030C ; NFC_QC; M # Mn [7] COMBINING BREVE..COMBINING CARON 030F ; NFC_QC; M # Mn COMBINING DOUBLE GRAVE ACCENT 0311 ; NFC_QC; M # Mn COMBINING INVERTED BREVE 0313..0314 ; NFC_QC; M # Mn [2] COMBINING COMMA ABOVE..COMBINING REVERSED COMMA ABOVE 031B ; NFC_QC; M # Mn COMBINING HORN 0323..0328 ; NFC_QC; M # Mn [6] COMBINING DOT BELOW..COMBINING OGONEK 032D..032E ; NFC_QC; M # Mn [2] COMBINING CIRCUMFLEX ACCENT BELOW..COMBINING BREVE BELOW 0330..0331 ; NFC_QC; M # Mn [2] COMBINING TILDE BELOW..COMBINING MACRON BELOW 0338 ; NFC_QC; M # Mn COMBINING LONG SOLIDUS OVERLAY 0342 ; NFC_QC; M # Mn COMBINING GREEK PERISPOMENI 0345 ; NFC_QC; M # Mn COMBINING GREEK YPOGEGRAMMENI 0653..0655 ; NFC_QC; M # Mn [3] ARABIC MADDAH ABOVE..ARABIC HAMZA BELOW 093C ; NFC_QC; M # Mn DEVANAGARI SIGN NUKTA 09BE ; NFC_QC; M # Mc BENGALI VOWEL SIGN AA 09D7 ; NFC_QC; M # Mc BENGALI AU LENGTH MARK 0B3E ; NFC_QC; M # Mc ORIYA VOWEL SIGN AA 0B56 ; NFC_QC; M # Mn ORIYA AI LENGTH MARK 0B57 ; NFC_QC; M # Mc ORIYA AU LENGTH MARK 0BBE ; NFC_QC; M # Mc TAMIL VOWEL SIGN AA 0BD7 ; NFC_QC; M # Mc TAMIL AU LENGTH MARK 0C56 ; NFC_QC; M # Mn TELUGU AI LENGTH MARK 0CC2 ; NFC_QC; M # Mc KANNADA VOWEL SIGN UU 0CD5..0CD6 ; NFC_QC; M # Mc [2] KANNADA LENGTH MARK..KANNADA AI LENGTH MARK 0D3E ; NFC_QC; M # Mc MALAYALAM VOWEL SIGN AA 0D57 ; NFC_QC; M # Mc MALAYALAM AU LENGTH MARK 0DCA ; NFC_QC; M # Mn SINHALA SIGN AL-LAKUNA 0DCF ; NFC_QC; M # Mc SINHALA VOWEL SIGN AELA-PILLA 0DDF ; NFC_QC; M # Mc SINHALA VOWEL SIGN GAYANUKITTA 102E ; NFC_QC; M # Mn MYANMAR VOWEL SIGN II 1161..1175 ; NFC_QC; M # Lo [21] HANGUL JUNGSEONG A..HANGUL JUNGSEONG I 11A8..11C2 ; NFC_QC; M # Lo [27] HANGUL JONGSEONG KIYEOK..HANGUL JONGSEONG HIEUH 1B35 ; NFC_QC; M # Mc BALINESE VOWEL SIGN TEDUNG 3099..309A ; NFC_QC; M # Mn [2] COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 110BA ; NFC_QC; M # Mn KAITHI SIGN NUKTA 11127 ; NFC_QC; M # Mn CHAKMA VOWEL SIGN A # Total code points: 104 # ================================================ # Property: NFKD_Quick_Check # All code points not explicitly listed for NFKD_Quick_Check # have the value Yes (Y). # @missing: 0000..10FFFF; NFKD_QC; Yes # ================================================ # NFKD_Quick_Check=No 00A0 ; NFKD_QC; N # Zs NO-BREAK SPACE 00A8 ; NFKD_QC; N # Sk DIAERESIS 00AA ; NFKD_QC; N # Lo FEMININE ORDINAL INDICATOR 00AF ; NFKD_QC; N # Sk MACRON 00B2..00B3 ; NFKD_QC; N # No [2] SUPERSCRIPT TWO..SUPERSCRIPT THREE 00B4 ; NFKD_QC; N # Sk ACUTE ACCENT 00B5 ; NFKD_QC; N # L& MICRO SIGN 00B8 ; NFKD_QC; N # Sk CEDILLA 00B9 ; NFKD_QC; N # No SUPERSCRIPT ONE 00BA ; NFKD_QC; N # Lo MASCULINE ORDINAL INDICATOR 00BC..00BE ; NFKD_QC; N # No [3] VULGAR FRACTION ONE QUARTER..VULGAR FRACTION THREE QUARTERS 00C0..00C5 ; NFKD_QC; N # L& [6] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER A WITH RING ABOVE 00C7..00CF ; NFKD_QC; N # L& [9] LATIN CAPITAL LETTER C WITH CEDILLA..LATIN CAPITAL LETTER I WITH DIAERESIS 00D1..00D6 ; NFKD_QC; N # L& [6] LATIN CAPITAL LETTER N WITH TILDE..LATIN CAPITAL LETTER O WITH DIAERESIS 00D9..00DD ; NFKD_QC; N # L& [5] LATIN CAPITAL LETTER U WITH GRAVE..LATIN CAPITAL LETTER Y WITH ACUTE 00E0..00E5 ; NFKD_QC; N # L& [6] LATIN SMALL LETTER A WITH GRAVE..LATIN SMALL LETTER A WITH RING ABOVE 00E7..00EF ; NFKD_QC; N # L& [9] LATIN SMALL LETTER C WITH CEDILLA..LATIN SMALL LETTER I WITH DIAERESIS 00F1..00F6 ; NFKD_QC; N # L& [6] LATIN SMALL LETTER N WITH TILDE..LATIN SMALL LETTER O WITH DIAERESIS 00F9..00FD ; NFKD_QC; N # L& [5] LATIN SMALL LETTER U WITH GRAVE..LATIN SMALL LETTER Y WITH ACUTE 00FF..010F ; NFKD_QC; N # L& [17] LATIN SMALL LETTER Y WITH DIAERESIS..LATIN SMALL LETTER D WITH CARON 0112..0125 ; NFKD_QC; N # L& [20] LATIN CAPITAL LETTER E WITH MACRON..LATIN SMALL LETTER H WITH CIRCUMFLEX 0128..0130 ; NFKD_QC; N # L& [9] LATIN CAPITAL LETTER I WITH TILDE..LATIN CAPITAL LETTER I WITH DOT ABOVE 0132..0137 ; NFKD_QC; N # L& [6] LATIN CAPITAL LIGATURE IJ..LATIN SMALL LETTER K WITH CEDILLA 0139..0140 ; NFKD_QC; N # L& [8] LATIN CAPITAL LETTER L WITH ACUTE..LATIN SMALL LETTER L WITH MIDDLE DOT 0143..0149 ; NFKD_QC; N # L& [7] LATIN CAPITAL LETTER N WITH ACUTE..LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 014C..0151 ; NFKD_QC; N # L& [6] LATIN CAPITAL LETTER O WITH MACRON..LATIN SMALL LETTER O WITH DOUBLE ACUTE 0154..0165 ; NFKD_QC; N # L& [18] LATIN CAPITAL LETTER R WITH ACUTE..LATIN SMALL LETTER T WITH CARON 0168..017F ; NFKD_QC; N # L& [24] LATIN CAPITAL LETTER U WITH TILDE..LATIN SMALL LETTER LONG S 01A0..01A1 ; NFKD_QC; N # L& [2] LATIN CAPITAL LETTER O WITH HORN..LATIN SMALL LETTER O WITH HORN 01AF..01B0 ; NFKD_QC; N # L& [2] LATIN CAPITAL LETTER U WITH HORN..LATIN SMALL LETTER U WITH HORN 01C4..01DC ; NFKD_QC; N # L& [25] LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE 01DE..01E3 ; NFKD_QC; N # L& [6] LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON..LATIN SMALL LETTER AE WITH MACRON 01E6..01F5 ; NFKD_QC; N # L& [16] LATIN CAPITAL LETTER G WITH CARON..LATIN SMALL LETTER G WITH ACUTE 01F8..021B ; NFKD_QC; N # L& [36] LATIN CAPITAL LETTER N WITH GRAVE..LATIN SMALL LETTER T WITH COMMA BELOW 021E..021F ; NFKD_QC; N # L& [2] LATIN CAPITAL LETTER H WITH CARON..LATIN SMALL LETTER H WITH CARON 0226..0233 ; NFKD_QC; N # L& [14] LATIN CAPITAL LETTER A WITH DOT ABOVE..LATIN SMALL LETTER Y WITH MACRON 02B0..02B8 ; NFKD_QC; N # Lm [9] MODIFIER LETTER SMALL H..MODIFIER LETTER SMALL Y 02D8..02DD ; NFKD_QC; N # Sk [6] BREVE..DOUBLE ACUTE ACCENT 02E0..02E4 ; NFKD_QC; N # Lm [5] MODIFIER LETTER SMALL GAMMA..MODIFIER LETTER SMALL REVERSED GLOTTAL STOP 0340..0341 ; NFKD_QC; N # Mn [2] COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0343..0344 ; NFKD_QC; N # Mn [2] COMBINING GREEK KORONIS..COMBINING GREEK DIALYTIKA TONOS 0374 ; NFKD_QC; N # Lm GREEK NUMERAL SIGN 037A ; NFKD_QC; N # Lm GREEK YPOGEGRAMMENI 037E ; NFKD_QC; N # Po GREEK QUESTION MARK 0384..0385 ; NFKD_QC; N # Sk [2] GREEK TONOS..GREEK DIALYTIKA TONOS 0386 ; NFKD_QC; N # L& GREEK CAPITAL LETTER ALPHA WITH TONOS 0387 ; NFKD_QC; N # Po GREEK ANO TELEIA 0388..038A ; NFKD_QC; N # L& [3] GREEK CAPITAL LETTER EPSILON WITH TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS 038C ; NFKD_QC; N # L& GREEK CAPITAL LETTER OMICRON WITH TONOS 038E..0390 ; NFKD_QC; N # L& [3] GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 03AA..03B0 ; NFKD_QC; N # L& [7] GREEK CAPITAL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 03CA..03CE ; NFKD_QC; N # L& [5] GREEK SMALL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER OMEGA WITH TONOS 03D0..03D6 ; NFKD_QC; N # L& [7] GREEK BETA SYMBOL..GREEK PI SYMBOL 03F0..03F2 ; NFKD_QC; N # L& [3] GREEK KAPPA SYMBOL..GREEK LUNATE SIGMA SYMBOL 03F4..03F5 ; NFKD_QC; N # L& [2] GREEK CAPITAL THETA SYMBOL..GREEK LUNATE EPSILON SYMBOL 03F9 ; NFKD_QC; N # L& GREEK CAPITAL LUNATE SIGMA SYMBOL 0400..0401 ; NFKD_QC; N # L& [2] CYRILLIC CAPITAL LETTER IE WITH GRAVE..CYRILLIC CAPITAL LETTER IO 0403 ; NFKD_QC; N # L& CYRILLIC CAPITAL LETTER GJE 0407 ; NFKD_QC; N # L& CYRILLIC CAPITAL LETTER YI 040C..040E ; NFKD_QC; N # L& [3] CYRILLIC CAPITAL LETTER KJE..CYRILLIC CAPITAL LETTER SHORT U 0419 ; NFKD_QC; N # L& CYRILLIC CAPITAL LETTER SHORT I 0439 ; NFKD_QC; N # L& CYRILLIC SMALL LETTER SHORT I 0450..0451 ; NFKD_QC; N # L& [2] CYRILLIC SMALL LETTER IE WITH GRAVE..CYRILLIC SMALL LETTER IO 0453 ; NFKD_QC; N # L& CYRILLIC SMALL LETTER GJE 0457 ; NFKD_QC; N # L& CYRILLIC SMALL LETTER YI 045C..045E ; NFKD_QC; N # L& [3] CYRILLIC SMALL LETTER KJE..CYRILLIC SMALL LETTER SHORT U 0476..0477 ; NFKD_QC; N # L& [2] CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT..CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 04C1..04C2 ; NFKD_QC; N # L& [2] CYRILLIC CAPITAL LETTER ZHE WITH BREVE..CYRILLIC SMALL LETTER ZHE WITH BREVE 04D0..04D3 ; NFKD_QC; N # L& [4] CYRILLIC CAPITAL LETTER A WITH BREVE..CYRILLIC SMALL LETTER A WITH DIAERESIS 04D6..04D7 ; NFKD_QC; N # L& [2] CYRILLIC CAPITAL LETTER IE WITH BREVE..CYRILLIC SMALL LETTER IE WITH BREVE 04DA..04DF ; NFKD_QC; N # L& [6] CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS..CYRILLIC SMALL LETTER ZE WITH DIAERESIS 04E2..04E7 ; NFKD_QC; N # L& [6] CYRILLIC CAPITAL LETTER I WITH MACRON..CYRILLIC SMALL LETTER O WITH DIAERESIS 04EA..04F5 ; NFKD_QC; N # L& [12] CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS..CYRILLIC SMALL LETTER CHE WITH DIAERESIS 04F8..04F9 ; NFKD_QC; N # L& [2] CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS..CYRILLIC SMALL LETTER YERU WITH DIAERESIS 0587 ; NFKD_QC; N # L& ARMENIAN SMALL LIGATURE ECH YIWN 0622..0626 ; NFKD_QC; N # Lo [5] ARABIC LETTER ALEF WITH MADDA ABOVE..ARABIC LETTER YEH WITH HAMZA ABOVE 0675..0678 ; NFKD_QC; N # Lo [4] ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH 06C0 ; NFKD_QC; N # Lo ARABIC LETTER HEH WITH YEH ABOVE 06C2 ; NFKD_QC; N # Lo ARABIC LETTER HEH GOAL WITH HAMZA ABOVE 06D3 ; NFKD_QC; N # Lo ARABIC LETTER YEH BARREE WITH HAMZA ABOVE 0929 ; NFKD_QC; N # Lo DEVANAGARI LETTER NNNA 0931 ; NFKD_QC; N # Lo DEVANAGARI LETTER RRA 0934 ; NFKD_QC; N # Lo DEVANAGARI LETTER LLLA 0958..095F ; NFKD_QC; N # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09CB..09CC ; NFKD_QC; N # Mc [2] BENGALI VOWEL SIGN O..BENGALI VOWEL SIGN AU 09DC..09DD ; NFKD_QC; N # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; NFKD_QC; N # Lo BENGALI LETTER YYA 0A33 ; NFKD_QC; N # Lo GURMUKHI LETTER LLA 0A36 ; NFKD_QC; N # Lo GURMUKHI LETTER SHA 0A59..0A5B ; NFKD_QC; N # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; NFKD_QC; N # Lo GURMUKHI LETTER FA 0B48 ; NFKD_QC; N # Mc ORIYA VOWEL SIGN AI 0B4B..0B4C ; NFKD_QC; N # Mc [2] ORIYA VOWEL SIGN O..ORIYA VOWEL SIGN AU 0B5C..0B5D ; NFKD_QC; N # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0B94 ; NFKD_QC; N # Lo TAMIL LETTER AU 0BCA..0BCC ; NFKD_QC; N # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 0C48 ; NFKD_QC; N # Mn TELUGU VOWEL SIGN AI 0CC0 ; NFKD_QC; N # Mc KANNADA VOWEL SIGN II 0CC7..0CC8 ; NFKD_QC; N # Mc [2] KANNADA VOWEL SIGN EE..KANNADA VOWEL SIGN AI 0CCA..0CCB ; NFKD_QC; N # Mc [2] KANNADA VOWEL SIGN O..KANNADA VOWEL SIGN OO 0D4A..0D4C ; NFKD_QC; N # Mc [3] MALAYALAM VOWEL SIGN O..MALAYALAM VOWEL SIGN AU 0DDA ; NFKD_QC; N # Mc SINHALA VOWEL SIGN DIGA KOMBUVA 0DDC..0DDE ; NFKD_QC; N # Mc [3] SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA..SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA 0E33 ; NFKD_QC; N # Lo THAI CHARACTER SARA AM 0EB3 ; NFKD_QC; N # Lo LAO VOWEL SIGN AM 0EDC..0EDD ; NFKD_QC; N # Lo [2] LAO HO NO..LAO HO MO 0F0C ; NFKD_QC; N # Po TIBETAN MARK DELIMITER TSHEG BSTAR 0F43 ; NFKD_QC; N # Lo TIBETAN LETTER GHA 0F4D ; NFKD_QC; N # Lo TIBETAN LETTER DDHA 0F52 ; NFKD_QC; N # Lo TIBETAN LETTER DHA 0F57 ; NFKD_QC; N # Lo TIBETAN LETTER BHA 0F5C ; NFKD_QC; N # Lo TIBETAN LETTER DZHA 0F69 ; NFKD_QC; N # Lo TIBETAN LETTER KSSA 0F73 ; NFKD_QC; N # Mn TIBETAN VOWEL SIGN II 0F75..0F79 ; NFKD_QC; N # Mn [5] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL 0F81 ; NFKD_QC; N # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; NFKD_QC; N # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; NFKD_QC; N # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; NFKD_QC; N # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; NFKD_QC; N # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; NFKD_QC; N # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; NFKD_QC; N # Mn TIBETAN SUBJOINED LETTER KSSA 1026 ; NFKD_QC; N # Lo MYANMAR LETTER UU 10FC ; NFKD_QC; N # Lm MODIFIER LETTER GEORGIAN NAR 1B06 ; NFKD_QC; N # Lo BALINESE LETTER AKARA TEDUNG 1B08 ; NFKD_QC; N # Lo BALINESE LETTER IKARA TEDUNG 1B0A ; NFKD_QC; N # Lo BALINESE LETTER UKARA TEDUNG 1B0C ; NFKD_QC; N # Lo BALINESE LETTER RA REPA TEDUNG 1B0E ; NFKD_QC; N # Lo BALINESE LETTER LA LENGA TEDUNG 1B12 ; NFKD_QC; N # Lo BALINESE LETTER OKARA TEDUNG 1B3B ; NFKD_QC; N # Mc BALINESE VOWEL SIGN RA REPA TEDUNG 1B3D ; NFKD_QC; N # Mc BALINESE VOWEL SIGN LA LENGA TEDUNG 1B40..1B41 ; NFKD_QC; N # Mc [2] BALINESE VOWEL SIGN TALING TEDUNG..BALINESE VOWEL SIGN TALING REPA TEDUNG 1B43 ; NFKD_QC; N # Mc BALINESE VOWEL SIGN PEPET TEDUNG 1D2C..1D2E ; NFKD_QC; N # Lm [3] MODIFIER LETTER CAPITAL A..MODIFIER LETTER CAPITAL B 1D30..1D3A ; NFKD_QC; N # Lm [11] MODIFIER LETTER CAPITAL D..MODIFIER LETTER CAPITAL N 1D3C..1D4D ; NFKD_QC; N # Lm [18] MODIFIER LETTER CAPITAL O..MODIFIER LETTER SMALL G 1D4F..1D6A ; NFKD_QC; N # Lm [28] MODIFIER LETTER SMALL K..GREEK SUBSCRIPT SMALL LETTER CHI 1D78 ; NFKD_QC; N # Lm MODIFIER LETTER CYRILLIC EN 1D9B..1DBF ; NFKD_QC; N # Lm [37] MODIFIER LETTER SMALL TURNED ALPHA..MODIFIER LETTER SMALL THETA 1E00..1E9B ; NFKD_QC; N # L& [156] LATIN CAPITAL LETTER A WITH RING BELOW..LATIN SMALL LETTER LONG S WITH DOT ABOVE 1EA0..1EF9 ; NFKD_QC; N # L& [90] LATIN CAPITAL LETTER A WITH DOT BELOW..LATIN SMALL LETTER Y WITH TILDE 1F00..1F15 ; NFKD_QC; N # L& [22] GREEK SMALL LETTER ALPHA WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F18..1F1D ; NFKD_QC; N # L& [6] GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F20..1F45 ; NFKD_QC; N # L& [38] GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F48..1F4D ; NFKD_QC; N # L& [6] GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F50..1F57 ; NFKD_QC; N # L& [8] GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F59 ; NFKD_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5B ; NFKD_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5D ; NFKD_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5F..1F7D ; NFKD_QC; N # L& [31] GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI..GREEK SMALL LETTER OMEGA WITH OXIA 1F80..1FB4 ; NFKD_QC; N # L& [53] GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB6..1FBC ; NFKD_QC; N # L& [7] GREEK SMALL LETTER ALPHA WITH PERISPOMENI..GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FBD ; NFKD_QC; N # Sk GREEK KORONIS 1FBE ; NFKD_QC; N # L& GREEK PROSGEGRAMMENI 1FBF..1FC1 ; NFKD_QC; N # Sk [3] GREEK PSILI..GREEK DIALYTIKA AND PERISPOMENI 1FC2..1FC4 ; NFKD_QC; N # L& [3] GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC6..1FCC ; NFKD_QC; N # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD..1FCF ; NFKD_QC; N # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FD0..1FD3 ; NFKD_QC; N # L& [4] GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD6..1FDB ; NFKD_QC; N # L& [6] GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD..1FDF ; NFKD_QC; N # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE0..1FEC ; NFKD_QC; N # L& [13] GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK CAPITAL LETTER RHO WITH DASIA 1FED..1FEF ; NFKD_QC; N # Sk [3] GREEK DIALYTIKA AND VARIA..GREEK VARIA 1FF2..1FF4 ; NFKD_QC; N # L& [3] GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF6..1FFC ; NFKD_QC; N # L& [7] GREEK SMALL LETTER OMEGA WITH PERISPOMENI..GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 1FFD..1FFE ; NFKD_QC; N # Sk [2] GREEK OXIA..GREEK DASIA 2000..200A ; NFKD_QC; N # Zs [11] EN QUAD..HAIR SPACE 2011 ; NFKD_QC; N # Pd NON-BREAKING HYPHEN 2017 ; NFKD_QC; N # Po DOUBLE LOW LINE 2024..2026 ; NFKD_QC; N # Po [3] ONE DOT LEADER..HORIZONTAL ELLIPSIS 202F ; NFKD_QC; N # Zs NARROW NO-BREAK SPACE 2033..2034 ; NFKD_QC; N # Po [2] DOUBLE PRIME..TRIPLE PRIME 2036..2037 ; NFKD_QC; N # Po [2] REVERSED DOUBLE PRIME..REVERSED TRIPLE PRIME 203C ; NFKD_QC; N # Po DOUBLE EXCLAMATION MARK 203E ; NFKD_QC; N # Po OVERLINE 2047..2049 ; NFKD_QC; N # Po [3] DOUBLE QUESTION MARK..EXCLAMATION QUESTION MARK 2057 ; NFKD_QC; N # Po QUADRUPLE PRIME 205F ; NFKD_QC; N # Zs MEDIUM MATHEMATICAL SPACE 2070 ; NFKD_QC; N # No SUPERSCRIPT ZERO 2071 ; NFKD_QC; N # Lm SUPERSCRIPT LATIN SMALL LETTER I 2074..2079 ; NFKD_QC; N # No [6] SUPERSCRIPT FOUR..SUPERSCRIPT NINE 207A..207C ; NFKD_QC; N # Sm [3] SUPERSCRIPT PLUS SIGN..SUPERSCRIPT EQUALS SIGN 207D ; NFKD_QC; N # Ps SUPERSCRIPT LEFT PARENTHESIS 207E ; NFKD_QC; N # Pe SUPERSCRIPT RIGHT PARENTHESIS 207F ; NFKD_QC; N # Lm SUPERSCRIPT LATIN SMALL LETTER N 2080..2089 ; NFKD_QC; N # No [10] SUBSCRIPT ZERO..SUBSCRIPT NINE 208A..208C ; NFKD_QC; N # Sm [3] SUBSCRIPT PLUS SIGN..SUBSCRIPT EQUALS SIGN 208D ; NFKD_QC; N # Ps SUBSCRIPT LEFT PARENTHESIS 208E ; NFKD_QC; N # Pe SUBSCRIPT RIGHT PARENTHESIS 2090..209C ; NFKD_QC; N # Lm [13] LATIN SUBSCRIPT SMALL LETTER A..LATIN SUBSCRIPT SMALL LETTER T 20A8 ; NFKD_QC; N # Sc RUPEE SIGN 2100..2101 ; NFKD_QC; N # So [2] ACCOUNT OF..ADDRESSED TO THE SUBJECT 2102 ; NFKD_QC; N # L& DOUBLE-STRUCK CAPITAL C 2103 ; NFKD_QC; N # So DEGREE CELSIUS 2105..2106 ; NFKD_QC; N # So [2] CARE OF..CADA UNA 2107 ; NFKD_QC; N # L& EULER CONSTANT 2109 ; NFKD_QC; N # So DEGREE FAHRENHEIT 210A..2113 ; NFKD_QC; N # L& [10] SCRIPT SMALL G..SCRIPT SMALL L 2115 ; NFKD_QC; N # L& DOUBLE-STRUCK CAPITAL N 2116 ; NFKD_QC; N # So NUMERO SIGN 2119..211D ; NFKD_QC; N # L& [5] DOUBLE-STRUCK CAPITAL P..DOUBLE-STRUCK CAPITAL R 2120..2122 ; NFKD_QC; N # So [3] SERVICE MARK..TRADE MARK SIGN 2124 ; NFKD_QC; N # L& DOUBLE-STRUCK CAPITAL Z 2126 ; NFKD_QC; N # L& OHM SIGN 2128 ; NFKD_QC; N # L& BLACK-LETTER CAPITAL Z 212A..212D ; NFKD_QC; N # L& [4] KELVIN SIGN..BLACK-LETTER CAPITAL C 212F..2131 ; NFKD_QC; N # L& [3] SCRIPT SMALL E..SCRIPT CAPITAL F 2133..2134 ; NFKD_QC; N # L& [2] SCRIPT CAPITAL M..SCRIPT SMALL O 2135..2138 ; NFKD_QC; N # Lo [4] ALEF SYMBOL..DALET SYMBOL 2139 ; NFKD_QC; N # L& INFORMATION SOURCE 213B ; NFKD_QC; N # So FACSIMILE SIGN 213C..213F ; NFKD_QC; N # L& [4] DOUBLE-STRUCK SMALL PI..DOUBLE-STRUCK CAPITAL PI 2140 ; NFKD_QC; N # Sm DOUBLE-STRUCK N-ARY SUMMATION 2145..2149 ; NFKD_QC; N # L& [5] DOUBLE-STRUCK ITALIC CAPITAL D..DOUBLE-STRUCK ITALIC SMALL J 2150..215F ; NFKD_QC; N # No [16] VULGAR FRACTION ONE SEVENTH..FRACTION NUMERATOR ONE 2160..217F ; NFKD_QC; N # Nl [32] ROMAN NUMERAL ONE..SMALL ROMAN NUMERAL ONE THOUSAND 2189 ; NFKD_QC; N # No VULGAR FRACTION ZERO THIRDS 219A..219B ; NFKD_QC; N # Sm [2] LEFTWARDS ARROW WITH STROKE..RIGHTWARDS ARROW WITH STROKE 21AE ; NFKD_QC; N # Sm LEFT RIGHT ARROW WITH STROKE 21CD ; NFKD_QC; N # So LEFTWARDS DOUBLE ARROW WITH STROKE 21CE..21CF ; NFKD_QC; N # Sm [2] LEFT RIGHT DOUBLE ARROW WITH STROKE..RIGHTWARDS DOUBLE ARROW WITH STROKE 2204 ; NFKD_QC; N # Sm THERE DOES NOT EXIST 2209 ; NFKD_QC; N # Sm NOT AN ELEMENT OF 220C ; NFKD_QC; N # Sm DOES NOT CONTAIN AS MEMBER 2224 ; NFKD_QC; N # Sm DOES NOT DIVIDE 2226 ; NFKD_QC; N # Sm NOT PARALLEL TO 222C..222D ; NFKD_QC; N # Sm [2] DOUBLE INTEGRAL..TRIPLE INTEGRAL 222F..2230 ; NFKD_QC; N # Sm [2] SURFACE INTEGRAL..VOLUME INTEGRAL 2241 ; NFKD_QC; N # Sm NOT TILDE 2244 ; NFKD_QC; N # Sm NOT ASYMPTOTICALLY EQUAL TO 2247 ; NFKD_QC; N # Sm NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO 2249 ; NFKD_QC; N # Sm NOT ALMOST EQUAL TO 2260 ; NFKD_QC; N # Sm NOT EQUAL TO 2262 ; NFKD_QC; N # Sm NOT IDENTICAL TO 226D..2271 ; NFKD_QC; N # Sm [5] NOT EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUAL TO 2274..2275 ; NFKD_QC; N # Sm [2] NEITHER LESS-THAN NOR EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUIVALENT TO 2278..2279 ; NFKD_QC; N # Sm [2] NEITHER LESS-THAN NOR GREATER-THAN..NEITHER GREATER-THAN NOR LESS-THAN 2280..2281 ; NFKD_QC; N # Sm [2] DOES NOT PRECEDE..DOES NOT SUCCEED 2284..2285 ; NFKD_QC; N # Sm [2] NOT A SUBSET OF..NOT A SUPERSET OF 2288..2289 ; NFKD_QC; N # Sm [2] NEITHER A SUBSET OF NOR EQUAL TO..NEITHER A SUPERSET OF NOR EQUAL TO 22AC..22AF ; NFKD_QC; N # Sm [4] DOES NOT PROVE..NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE 22E0..22E3 ; NFKD_QC; N # Sm [4] DOES NOT PRECEDE OR EQUAL..NOT SQUARE ORIGINAL OF OR EQUAL TO 22EA..22ED ; NFKD_QC; N # Sm [4] NOT NORMAL SUBGROUP OF..DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL 2329 ; NFKD_QC; N # Ps LEFT-POINTING ANGLE BRACKET 232A ; NFKD_QC; N # Pe RIGHT-POINTING ANGLE BRACKET 2460..249B ; NFKD_QC; N # No [60] CIRCLED DIGIT ONE..NUMBER TWENTY FULL STOP 249C..24E9 ; NFKD_QC; N # So [78] PARENTHESIZED LATIN SMALL LETTER A..CIRCLED LATIN SMALL LETTER Z 24EA ; NFKD_QC; N # No CIRCLED DIGIT ZERO 2A0C ; NFKD_QC; N # Sm QUADRUPLE INTEGRAL OPERATOR 2A74..2A76 ; NFKD_QC; N # Sm [3] DOUBLE COLON EQUAL..THREE CONSECUTIVE EQUALS SIGNS 2ADC ; NFKD_QC; N # Sm FORKING 2C7C..2C7D ; NFKD_QC; N # Lm [2] LATIN SUBSCRIPT SMALL LETTER J..MODIFIER LETTER CAPITAL V 2D6F ; NFKD_QC; N # Lm TIFINAGH MODIFIER LETTER LABIALIZATION MARK 2E9F ; NFKD_QC; N # So CJK RADICAL MOTHER 2EF3 ; NFKD_QC; N # So CJK RADICAL C-SIMPLIFIED TURTLE 2F00..2FD5 ; NFKD_QC; N # So [214] KANGXI RADICAL ONE..KANGXI RADICAL FLUTE 3000 ; NFKD_QC; N # Zs IDEOGRAPHIC SPACE 3036 ; NFKD_QC; N # So CIRCLED POSTAL MARK 3038..303A ; NFKD_QC; N # Nl [3] HANGZHOU NUMERAL TEN..HANGZHOU NUMERAL THIRTY 304C ; NFKD_QC; N # Lo HIRAGANA LETTER GA 304E ; NFKD_QC; N # Lo HIRAGANA LETTER GI 3050 ; NFKD_QC; N # Lo HIRAGANA LETTER GU 3052 ; NFKD_QC; N # Lo HIRAGANA LETTER GE 3054 ; NFKD_QC; N # Lo HIRAGANA LETTER GO 3056 ; NFKD_QC; N # Lo HIRAGANA LETTER ZA 3058 ; NFKD_QC; N # Lo HIRAGANA LETTER ZI 305A ; NFKD_QC; N # Lo HIRAGANA LETTER ZU 305C ; NFKD_QC; N # Lo HIRAGANA LETTER ZE 305E ; NFKD_QC; N # Lo HIRAGANA LETTER ZO 3060 ; NFKD_QC; N # Lo HIRAGANA LETTER DA 3062 ; NFKD_QC; N # Lo HIRAGANA LETTER DI 3065 ; NFKD_QC; N # Lo HIRAGANA LETTER DU 3067 ; NFKD_QC; N # Lo HIRAGANA LETTER DE 3069 ; NFKD_QC; N # Lo HIRAGANA LETTER DO 3070..3071 ; NFKD_QC; N # Lo [2] HIRAGANA LETTER BA..HIRAGANA LETTER PA 3073..3074 ; NFKD_QC; N # Lo [2] HIRAGANA LETTER BI..HIRAGANA LETTER PI 3076..3077 ; NFKD_QC; N # Lo [2] HIRAGANA LETTER BU..HIRAGANA LETTER PU 3079..307A ; NFKD_QC; N # Lo [2] HIRAGANA LETTER BE..HIRAGANA LETTER PE 307C..307D ; NFKD_QC; N # Lo [2] HIRAGANA LETTER BO..HIRAGANA LETTER PO 3094 ; NFKD_QC; N # Lo HIRAGANA LETTER VU 309B..309C ; NFKD_QC; N # Sk [2] KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309E ; NFKD_QC; N # Lm HIRAGANA VOICED ITERATION MARK 309F ; NFKD_QC; N # Lo HIRAGANA DIGRAPH YORI 30AC ; NFKD_QC; N # Lo KATAKANA LETTER GA 30AE ; NFKD_QC; N # Lo KATAKANA LETTER GI 30B0 ; NFKD_QC; N # Lo KATAKANA LETTER GU 30B2 ; NFKD_QC; N # Lo KATAKANA LETTER GE 30B4 ; NFKD_QC; N # Lo KATAKANA LETTER GO 30B6 ; NFKD_QC; N # Lo KATAKANA LETTER ZA 30B8 ; NFKD_QC; N # Lo KATAKANA LETTER ZI 30BA ; NFKD_QC; N # Lo KATAKANA LETTER ZU 30BC ; NFKD_QC; N # Lo KATAKANA LETTER ZE 30BE ; NFKD_QC; N # Lo KATAKANA LETTER ZO 30C0 ; NFKD_QC; N # Lo KATAKANA LETTER DA 30C2 ; NFKD_QC; N # Lo KATAKANA LETTER DI 30C5 ; NFKD_QC; N # Lo KATAKANA LETTER DU 30C7 ; NFKD_QC; N # Lo KATAKANA LETTER DE 30C9 ; NFKD_QC; N # Lo KATAKANA LETTER DO 30D0..30D1 ; NFKD_QC; N # Lo [2] KATAKANA LETTER BA..KATAKANA LETTER PA 30D3..30D4 ; NFKD_QC; N # Lo [2] KATAKANA LETTER BI..KATAKANA LETTER PI 30D6..30D7 ; NFKD_QC; N # Lo [2] KATAKANA LETTER BU..KATAKANA LETTER PU 30D9..30DA ; NFKD_QC; N # Lo [2] KATAKANA LETTER BE..KATAKANA LETTER PE 30DC..30DD ; NFKD_QC; N # Lo [2] KATAKANA LETTER BO..KATAKANA LETTER PO 30F4 ; NFKD_QC; N # Lo KATAKANA LETTER VU 30F7..30FA ; NFKD_QC; N # Lo [4] KATAKANA LETTER VA..KATAKANA LETTER VO 30FE ; NFKD_QC; N # Lm KATAKANA VOICED ITERATION MARK 30FF ; NFKD_QC; N # Lo KATAKANA DIGRAPH KOTO 3131..318E ; NFKD_QC; N # Lo [94] HANGUL LETTER KIYEOK..HANGUL LETTER ARAEAE 3192..3195 ; NFKD_QC; N # No [4] IDEOGRAPHIC ANNOTATION ONE MARK..IDEOGRAPHIC ANNOTATION FOUR MARK 3196..319F ; NFKD_QC; N # So [10] IDEOGRAPHIC ANNOTATION TOP MARK..IDEOGRAPHIC ANNOTATION MAN MARK 3200..321E ; NFKD_QC; N # So [31] PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU 3220..3229 ; NFKD_QC; N # No [10] PARENTHESIZED IDEOGRAPH ONE..PARENTHESIZED IDEOGRAPH TEN 322A..3247 ; NFKD_QC; N # So [30] PARENTHESIZED IDEOGRAPH MOON..CIRCLED IDEOGRAPH KOTO 3250 ; NFKD_QC; N # So PARTNERSHIP SIGN 3251..325F ; NFKD_QC; N # No [15] CIRCLED NUMBER TWENTY ONE..CIRCLED NUMBER THIRTY FIVE 3260..327E ; NFKD_QC; N # So [31] CIRCLED HANGUL KIYEOK..CIRCLED HANGUL IEUNG U 3280..3289 ; NFKD_QC; N # No [10] CIRCLED IDEOGRAPH ONE..CIRCLED IDEOGRAPH TEN 328A..32B0 ; NFKD_QC; N # So [39] CIRCLED IDEOGRAPH MOON..CIRCLED IDEOGRAPH NIGHT 32B1..32BF ; NFKD_QC; N # No [15] CIRCLED NUMBER THIRTY SIX..CIRCLED NUMBER FIFTY 32C0..32FE ; NFKD_QC; N # So [63] IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY..CIRCLED KATAKANA WO 3300..33FF ; NFKD_QC; N # So [256] SQUARE APAATO..SQUARE GAL A770 ; NFKD_QC; N # Lm MODIFIER LETTER US A7F8..A7F9 ; NFKD_QC; N # Lm [2] MODIFIER LETTER CAPITAL H WITH STROKE..MODIFIER LETTER SMALL LIGATURE OE AC00..D7A3 ; NFKD_QC; N # Lo [11172] HANGUL SYLLABLE GA..HANGUL SYLLABLE HIH F900..FA0D ; NFKD_QC; N # Lo [270] CJK COMPATIBILITY IDEOGRAPH-F900..CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; NFKD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; NFKD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15..FA1E ; NFKD_QC; N # Lo [10] CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; NFKD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; NFKD_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25..FA26 ; NFKD_QC; N # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A..FA6D ; NFKD_QC; N # Lo [68] CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA70..FAD9 ; NFKD_QC; N # Lo [106] CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FB00..FB06 ; NFKD_QC; N # L& [7] LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST FB13..FB17 ; NFKD_QC; N # L& [5] ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH FB1D ; NFKD_QC; N # Lo HEBREW LETTER YOD WITH HIRIQ FB1F..FB28 ; NFKD_QC; N # Lo [10] HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER WIDE TAV FB29 ; NFKD_QC; N # Sm HEBREW LETTER ALTERNATIVE PLUS SIGN FB2A..FB36 ; NFKD_QC; N # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; NFKD_QC; N # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; NFKD_QC; N # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; NFKD_QC; N # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; NFKD_QC; N # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FBB1 ; NFKD_QC; N # Lo [108] HEBREW LETTER TSADI WITH DAGESH..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM FBD3..FD3D ; NFKD_QC; N # Lo [363] ARABIC LETTER NG ISOLATED FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD50..FD8F ; NFKD_QC; N # Lo [64] ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD92..FDC7 ; NFKD_QC; N # Lo [54] ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDF0..FDFB ; NFKD_QC; N # Lo [12] ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM..ARABIC LIGATURE JALLAJALALOUHOU FDFC ; NFKD_QC; N # Sc RIAL SIGN FE10..FE16 ; NFKD_QC; N # Po [7] PRESENTATION FORM FOR VERTICAL COMMA..PRESENTATION FORM FOR VERTICAL QUESTION MARK FE17 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET FE18 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET FE19 ; NFKD_QC; N # Po PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE30 ; NFKD_QC; N # Po PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE31..FE32 ; NFKD_QC; N # Pd [2] PRESENTATION FORM FOR VERTICAL EM DASH..PRESENTATION FORM FOR VERTICAL EN DASH FE33..FE34 ; NFKD_QC; N # Pc [2] PRESENTATION FORM FOR VERTICAL LOW LINE..PRESENTATION FORM FOR VERTICAL WAVY LOW LINE FE35 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS FE36 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS FE37 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET FE38 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET FE39 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET FE3A ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET FE3B ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET FE3C ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET FE3D ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET FE3E ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET FE3F ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET FE40 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET FE41 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET FE42 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET FE43 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET FE44 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET FE47 ; NFKD_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET FE48 ; NFKD_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET FE49..FE4C ; NFKD_QC; N # Po [4] DASHED OVERLINE..DOUBLE WAVY OVERLINE FE4D..FE4F ; NFKD_QC; N # Pc [3] DASHED LOW LINE..WAVY LOW LINE FE50..FE52 ; NFKD_QC; N # Po [3] SMALL COMMA..SMALL FULL STOP FE54..FE57 ; NFKD_QC; N # Po [4] SMALL SEMICOLON..SMALL EXCLAMATION MARK FE58 ; NFKD_QC; N # Pd SMALL EM DASH FE59 ; NFKD_QC; N # Ps SMALL LEFT PARENTHESIS FE5A ; NFKD_QC; N # Pe SMALL RIGHT PARENTHESIS FE5B ; NFKD_QC; N # Ps SMALL LEFT CURLY BRACKET FE5C ; NFKD_QC; N # Pe SMALL RIGHT CURLY BRACKET FE5D ; NFKD_QC; N # Ps SMALL LEFT TORTOISE SHELL BRACKET FE5E ; NFKD_QC; N # Pe SMALL RIGHT TORTOISE SHELL BRACKET FE5F..FE61 ; NFKD_QC; N # Po [3] SMALL NUMBER SIGN..SMALL ASTERISK FE62 ; NFKD_QC; N # Sm SMALL PLUS SIGN FE63 ; NFKD_QC; N # Pd SMALL HYPHEN-MINUS FE64..FE66 ; NFKD_QC; N # Sm [3] SMALL LESS-THAN SIGN..SMALL EQUALS SIGN FE68 ; NFKD_QC; N # Po SMALL REVERSE SOLIDUS FE69 ; NFKD_QC; N # Sc SMALL DOLLAR SIGN FE6A..FE6B ; NFKD_QC; N # Po [2] SMALL PERCENT SIGN..SMALL COMMERCIAL AT FE70..FE72 ; NFKD_QC; N # Lo [3] ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM FE74 ; NFKD_QC; N # Lo ARABIC KASRATAN ISOLATED FORM FE76..FEFC ; NFKD_QC; N # Lo [135] ARABIC FATHA ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FF01..FF03 ; NFKD_QC; N # Po [3] FULLWIDTH EXCLAMATION MARK..FULLWIDTH NUMBER SIGN FF04 ; NFKD_QC; N # Sc FULLWIDTH DOLLAR SIGN FF05..FF07 ; NFKD_QC; N # Po [3] FULLWIDTH PERCENT SIGN..FULLWIDTH APOSTROPHE FF08 ; NFKD_QC; N # Ps FULLWIDTH LEFT PARENTHESIS FF09 ; NFKD_QC; N # Pe FULLWIDTH RIGHT PARENTHESIS FF0A ; NFKD_QC; N # Po FULLWIDTH ASTERISK FF0B ; NFKD_QC; N # Sm FULLWIDTH PLUS SIGN FF0C ; NFKD_QC; N # Po FULLWIDTH COMMA FF0D ; NFKD_QC; N # Pd FULLWIDTH HYPHEN-MINUS FF0E..FF0F ; NFKD_QC; N # Po [2] FULLWIDTH FULL STOP..FULLWIDTH SOLIDUS FF10..FF19 ; NFKD_QC; N # Nd [10] FULLWIDTH DIGIT ZERO..FULLWIDTH DIGIT NINE FF1A..FF1B ; NFKD_QC; N # Po [2] FULLWIDTH COLON..FULLWIDTH SEMICOLON FF1C..FF1E ; NFKD_QC; N # Sm [3] FULLWIDTH LESS-THAN SIGN..FULLWIDTH GREATER-THAN SIGN FF1F..FF20 ; NFKD_QC; N # Po [2] FULLWIDTH QUESTION MARK..FULLWIDTH COMMERCIAL AT FF21..FF3A ; NFKD_QC; N # L& [26] FULLWIDTH LATIN CAPITAL LETTER A..FULLWIDTH LATIN CAPITAL LETTER Z FF3B ; NFKD_QC; N # Ps FULLWIDTH LEFT SQUARE BRACKET FF3C ; NFKD_QC; N # Po FULLWIDTH REVERSE SOLIDUS FF3D ; NFKD_QC; N # Pe FULLWIDTH RIGHT SQUARE BRACKET FF3E ; NFKD_QC; N # Sk FULLWIDTH CIRCUMFLEX ACCENT FF3F ; NFKD_QC; N # Pc FULLWIDTH LOW LINE FF40 ; NFKD_QC; N # Sk FULLWIDTH GRAVE ACCENT FF41..FF5A ; NFKD_QC; N # L& [26] FULLWIDTH LATIN SMALL LETTER A..FULLWIDTH LATIN SMALL LETTER Z FF5B ; NFKD_QC; N # Ps FULLWIDTH LEFT CURLY BRACKET FF5C ; NFKD_QC; N # Sm FULLWIDTH VERTICAL LINE FF5D ; NFKD_QC; N # Pe FULLWIDTH RIGHT CURLY BRACKET FF5E ; NFKD_QC; N # Sm FULLWIDTH TILDE FF5F ; NFKD_QC; N # Ps FULLWIDTH LEFT WHITE PARENTHESIS FF60 ; NFKD_QC; N # Pe FULLWIDTH RIGHT WHITE PARENTHESIS FF61 ; NFKD_QC; N # Po HALFWIDTH IDEOGRAPHIC FULL STOP FF62 ; NFKD_QC; N # Ps HALFWIDTH LEFT CORNER BRACKET FF63 ; NFKD_QC; N # Pe HALFWIDTH RIGHT CORNER BRACKET FF64..FF65 ; NFKD_QC; N # Po [2] HALFWIDTH IDEOGRAPHIC COMMA..HALFWIDTH KATAKANA MIDDLE DOT FF66..FF6F ; NFKD_QC; N # Lo [10] HALFWIDTH KATAKANA LETTER WO..HALFWIDTH KATAKANA LETTER SMALL TU FF70 ; NFKD_QC; N # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK FF71..FF9D ; NFKD_QC; N # Lo [45] HALFWIDTH KATAKANA LETTER A..HALFWIDTH KATAKANA LETTER N FF9E..FF9F ; NFKD_QC; N # Lm [2] HALFWIDTH KATAKANA VOICED SOUND MARK..HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK FFA0..FFBE ; NFKD_QC; N # Lo [31] HALFWIDTH HANGUL FILLER..HALFWIDTH HANGUL LETTER HIEUH FFC2..FFC7 ; NFKD_QC; N # Lo [6] HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E FFCA..FFCF ; NFKD_QC; N # Lo [6] HALFWIDTH HANGUL LETTER YEO..HALFWIDTH HANGUL LETTER OE FFD2..FFD7 ; NFKD_QC; N # Lo [6] HALFWIDTH HANGUL LETTER YO..HALFWIDTH HANGUL LETTER YU FFDA..FFDC ; NFKD_QC; N # Lo [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I FFE0..FFE1 ; NFKD_QC; N # Sc [2] FULLWIDTH CENT SIGN..FULLWIDTH POUND SIGN FFE2 ; NFKD_QC; N # Sm FULLWIDTH NOT SIGN FFE3 ; NFKD_QC; N # Sk FULLWIDTH MACRON FFE4 ; NFKD_QC; N # So FULLWIDTH BROKEN BAR FFE5..FFE6 ; NFKD_QC; N # Sc [2] FULLWIDTH YEN SIGN..FULLWIDTH WON SIGN FFE8 ; NFKD_QC; N # So HALFWIDTH FORMS LIGHT VERTICAL FFE9..FFEC ; NFKD_QC; N # Sm [4] HALFWIDTH LEFTWARDS ARROW..HALFWIDTH DOWNWARDS ARROW FFED..FFEE ; NFKD_QC; N # So [2] HALFWIDTH BLACK SQUARE..HALFWIDTH WHITE CIRCLE 1109A ; NFKD_QC; N # Lo KAITHI LETTER DDDHA 1109C ; NFKD_QC; N # Lo KAITHI LETTER RHA 110AB ; NFKD_QC; N # Lo KAITHI LETTER VA 1112E..1112F ; NFKD_QC; N # Mn [2] CHAKMA VOWEL SIGN O..CHAKMA VOWEL SIGN AU 1D15E..1D164 ; NFKD_QC; N # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; NFKD_QC; N # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 1D400..1D454 ; NFKD_QC; N # L& [85] MATHEMATICAL BOLD CAPITAL A..MATHEMATICAL ITALIC SMALL G 1D456..1D49C ; NFKD_QC; N # L& [71] MATHEMATICAL ITALIC SMALL I..MATHEMATICAL SCRIPT CAPITAL A 1D49E..1D49F ; NFKD_QC; N # L& [2] MATHEMATICAL SCRIPT CAPITAL C..MATHEMATICAL SCRIPT CAPITAL D 1D4A2 ; NFKD_QC; N # L& MATHEMATICAL SCRIPT CAPITAL G 1D4A5..1D4A6 ; NFKD_QC; N # L& [2] MATHEMATICAL SCRIPT CAPITAL J..MATHEMATICAL SCRIPT CAPITAL K 1D4A9..1D4AC ; NFKD_QC; N # L& [4] MATHEMATICAL SCRIPT CAPITAL N..MATHEMATICAL SCRIPT CAPITAL Q 1D4AE..1D4B9 ; NFKD_QC; N # L& [12] MATHEMATICAL SCRIPT CAPITAL S..MATHEMATICAL SCRIPT SMALL D 1D4BB ; NFKD_QC; N # L& MATHEMATICAL SCRIPT SMALL F 1D4BD..1D4C3 ; NFKD_QC; N # L& [7] MATHEMATICAL SCRIPT SMALL H..MATHEMATICAL SCRIPT SMALL N 1D4C5..1D505 ; NFKD_QC; N # L& [65] MATHEMATICAL SCRIPT SMALL P..MATHEMATICAL FRAKTUR CAPITAL B 1D507..1D50A ; NFKD_QC; N # L& [4] MATHEMATICAL FRAKTUR CAPITAL D..MATHEMATICAL FRAKTUR CAPITAL G 1D50D..1D514 ; NFKD_QC; N # L& [8] MATHEMATICAL FRAKTUR CAPITAL J..MATHEMATICAL FRAKTUR CAPITAL Q 1D516..1D51C ; NFKD_QC; N # L& [7] MATHEMATICAL FRAKTUR CAPITAL S..MATHEMATICAL FRAKTUR CAPITAL Y 1D51E..1D539 ; NFKD_QC; N # L& [28] MATHEMATICAL FRAKTUR SMALL A..MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53B..1D53E ; NFKD_QC; N # L& [4] MATHEMATICAL DOUBLE-STRUCK CAPITAL D..MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D540..1D544 ; NFKD_QC; N # L& [5] MATHEMATICAL DOUBLE-STRUCK CAPITAL I..MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D546 ; NFKD_QC; N # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D54A..1D550 ; NFKD_QC; N # L& [7] MATHEMATICAL DOUBLE-STRUCK CAPITAL S..MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D552..1D6A5 ; NFKD_QC; N # L& [340] MATHEMATICAL DOUBLE-STRUCK SMALL A..MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8..1D6C0 ; NFKD_QC; N # L& [25] MATHEMATICAL BOLD CAPITAL ALPHA..MATHEMATICAL BOLD CAPITAL OMEGA 1D6C1 ; NFKD_QC; N # Sm MATHEMATICAL BOLD NABLA 1D6C2..1D6DA ; NFKD_QC; N # L& [25] MATHEMATICAL BOLD SMALL ALPHA..MATHEMATICAL BOLD SMALL OMEGA 1D6DB ; NFKD_QC; N # Sm MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 1D6DC..1D6FA ; NFKD_QC; N # L& [31] MATHEMATICAL BOLD EPSILON SYMBOL..MATHEMATICAL ITALIC CAPITAL OMEGA 1D6FB ; NFKD_QC; N # Sm MATHEMATICAL ITALIC NABLA 1D6FC..1D714 ; NFKD_QC; N # L& [25] MATHEMATICAL ITALIC SMALL ALPHA..MATHEMATICAL ITALIC SMALL OMEGA 1D715 ; NFKD_QC; N # Sm MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 1D716..1D734 ; NFKD_QC; N # L& [31] MATHEMATICAL ITALIC EPSILON SYMBOL..MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 1D735 ; NFKD_QC; N # Sm MATHEMATICAL BOLD ITALIC NABLA 1D736..1D74E ; NFKD_QC; N # L& [25] MATHEMATICAL BOLD ITALIC SMALL ALPHA..MATHEMATICAL BOLD ITALIC SMALL OMEGA 1D74F ; NFKD_QC; N # Sm MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 1D750..1D76E ; NFKD_QC; N # L& [31] MATHEMATICAL BOLD ITALIC EPSILON SYMBOL..MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 1D76F ; NFKD_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD NABLA 1D770..1D788 ; NFKD_QC; N # L& [25] MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA..MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA 1D789 ; NFKD_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 1D78A..1D7A8 ; NFKD_QC; N # L& [31] MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL..MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 1D7A9 ; NFKD_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA 1D7AA..1D7C2 ; NFKD_QC; N # L& [25] MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA..MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA 1D7C3 ; NFKD_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL 1D7C4..1D7CB ; NFKD_QC; N # L& [8] MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL..MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE..1D7FF ; NFKD_QC; N # Nd [50] MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE 1EE00..1EE03 ; NFKD_QC; N # Lo [4] ARABIC MATHEMATICAL ALEF..ARABIC MATHEMATICAL DAL 1EE05..1EE1F ; NFKD_QC; N # Lo [27] ARABIC MATHEMATICAL WAW..ARABIC MATHEMATICAL DOTLESS QAF 1EE21..1EE22 ; NFKD_QC; N # Lo [2] ARABIC MATHEMATICAL INITIAL BEH..ARABIC MATHEMATICAL INITIAL JEEM 1EE24 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL INITIAL HEH 1EE27 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL INITIAL HAH 1EE29..1EE32 ; NFKD_QC; N # Lo [10] ARABIC MATHEMATICAL INITIAL YEH..ARABIC MATHEMATICAL INITIAL QAF 1EE34..1EE37 ; NFKD_QC; N # Lo [4] ARABIC MATHEMATICAL INITIAL SHEEN..ARABIC MATHEMATICAL INITIAL KHAH 1EE39 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL INITIAL DAD 1EE3B ; NFKD_QC; N # Lo ARABIC MATHEMATICAL INITIAL GHAIN 1EE42 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED JEEM 1EE47 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED HAH 1EE49 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED YEH 1EE4B ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED LAM 1EE4D..1EE4F ; NFKD_QC; N # Lo [3] ARABIC MATHEMATICAL TAILED NOON..ARABIC MATHEMATICAL TAILED AIN 1EE51..1EE52 ; NFKD_QC; N # Lo [2] ARABIC MATHEMATICAL TAILED SAD..ARABIC MATHEMATICAL TAILED QAF 1EE54 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED SHEEN 1EE57 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED KHAH 1EE59 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED DAD 1EE5B ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED GHAIN 1EE5D ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED DOTLESS NOON 1EE5F ; NFKD_QC; N # Lo ARABIC MATHEMATICAL TAILED DOTLESS QAF 1EE61..1EE62 ; NFKD_QC; N # Lo [2] ARABIC MATHEMATICAL STRETCHED BEH..ARABIC MATHEMATICAL STRETCHED JEEM 1EE64 ; NFKD_QC; N # Lo ARABIC MATHEMATICAL STRETCHED HEH 1EE67..1EE6A ; NFKD_QC; N # Lo [4] ARABIC MATHEMATICAL STRETCHED HAH..ARABIC MATHEMATICAL STRETCHED KAF 1EE6C..1EE72 ; NFKD_QC; N # Lo [7] ARABIC MATHEMATICAL STRETCHED MEEM..ARABIC MATHEMATICAL STRETCHED QAF 1EE74..1EE77 ; NFKD_QC; N # Lo [4] ARABIC MATHEMATICAL STRETCHED SHEEN..ARABIC MATHEMATICAL STRETCHED KHAH 1EE79..1EE7C ; NFKD_QC; N # Lo [4] ARABIC MATHEMATICAL STRETCHED DAD..ARABIC MATHEMATICAL STRETCHED DOTLESS BEH 1EE7E ; NFKD_QC; N # Lo ARABIC MATHEMATICAL STRETCHED DOTLESS FEH 1EE80..1EE89 ; NFKD_QC; N # Lo [10] ARABIC MATHEMATICAL LOOPED ALEF..ARABIC MATHEMATICAL LOOPED YEH 1EE8B..1EE9B ; NFKD_QC; N # Lo [17] ARABIC MATHEMATICAL LOOPED LAM..ARABIC MATHEMATICAL LOOPED GHAIN 1EEA1..1EEA3 ; NFKD_QC; N # Lo [3] ARABIC MATHEMATICAL DOUBLE-STRUCK BEH..ARABIC MATHEMATICAL DOUBLE-STRUCK DAL 1EEA5..1EEA9 ; NFKD_QC; N # Lo [5] ARABIC MATHEMATICAL DOUBLE-STRUCK WAW..ARABIC MATHEMATICAL DOUBLE-STRUCK YEH 1EEAB..1EEBB ; NFKD_QC; N # Lo [17] ARABIC MATHEMATICAL DOUBLE-STRUCK LAM..ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN 1F100..1F10A ; NFKD_QC; N # No [11] DIGIT ZERO FULL STOP..DIGIT NINE COMMA 1F110..1F12E ; NFKD_QC; N # So [31] PARENTHESIZED LATIN CAPITAL LETTER A..CIRCLED WZ 1F130..1F14F ; NFKD_QC; N # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC 1F16A..1F16B ; NFKD_QC; N # So [2] RAISED MC SIGN..RAISED MD SIGN 1F190 ; NFKD_QC; N # So SQUARE DJ 1F200..1F202 ; NFKD_QC; N # So [3] SQUARE HIRAGANA HOKA..SQUARED KATAKANA SA 1F210..1F23A ; NFKD_QC; N # So [43] SQUARED CJK UNIFIED IDEOGRAPH-624B..SQUARED CJK UNIFIED IDEOGRAPH-55B6 1F240..1F248 ; NFKD_QC; N # So [9] TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 1F250..1F251 ; NFKD_QC; N # So [2] CIRCLED IDEOGRAPH ADVANTAGE..CIRCLED IDEOGRAPH ACCEPT 2F800..2FA1D ; NFKD_QC; N # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D # Total code points: 16880 # ================================================ # Property: NFKC_Quick_Check # All code points not explicitly listed for NFKC_Quick_Check # have the value Yes (Y). # @missing: 0000..10FFFF; NFKC_QC; Yes # ================================================ # NFKC_Quick_Check=No 00A0 ; NFKC_QC; N # Zs NO-BREAK SPACE 00A8 ; NFKC_QC; N # Sk DIAERESIS 00AA ; NFKC_QC; N # Lo FEMININE ORDINAL INDICATOR 00AF ; NFKC_QC; N # Sk MACRON 00B2..00B3 ; NFKC_QC; N # No [2] SUPERSCRIPT TWO..SUPERSCRIPT THREE 00B4 ; NFKC_QC; N # Sk ACUTE ACCENT 00B5 ; NFKC_QC; N # L& MICRO SIGN 00B8 ; NFKC_QC; N # Sk CEDILLA 00B9 ; NFKC_QC; N # No SUPERSCRIPT ONE 00BA ; NFKC_QC; N # Lo MASCULINE ORDINAL INDICATOR 00BC..00BE ; NFKC_QC; N # No [3] VULGAR FRACTION ONE QUARTER..VULGAR FRACTION THREE QUARTERS 0132..0133 ; NFKC_QC; N # L& [2] LATIN CAPITAL LIGATURE IJ..LATIN SMALL LIGATURE IJ 013F..0140 ; NFKC_QC; N # L& [2] LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN SMALL LETTER L WITH MIDDLE DOT 0149 ; NFKC_QC; N # L& LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 017F ; NFKC_QC; N # L& LATIN SMALL LETTER LONG S 01C4..01CC ; NFKC_QC; N # L& [9] LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER NJ 01F1..01F3 ; NFKC_QC; N # L& [3] LATIN CAPITAL LETTER DZ..LATIN SMALL LETTER DZ 02B0..02B8 ; NFKC_QC; N # Lm [9] MODIFIER LETTER SMALL H..MODIFIER LETTER SMALL Y 02D8..02DD ; NFKC_QC; N # Sk [6] BREVE..DOUBLE ACUTE ACCENT 02E0..02E4 ; NFKC_QC; N # Lm [5] MODIFIER LETTER SMALL GAMMA..MODIFIER LETTER SMALL REVERSED GLOTTAL STOP 0340..0341 ; NFKC_QC; N # Mn [2] COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0343..0344 ; NFKC_QC; N # Mn [2] COMBINING GREEK KORONIS..COMBINING GREEK DIALYTIKA TONOS 0374 ; NFKC_QC; N # Lm GREEK NUMERAL SIGN 037A ; NFKC_QC; N # Lm GREEK YPOGEGRAMMENI 037E ; NFKC_QC; N # Po GREEK QUESTION MARK 0384..0385 ; NFKC_QC; N # Sk [2] GREEK TONOS..GREEK DIALYTIKA TONOS 0387 ; NFKC_QC; N # Po GREEK ANO TELEIA 03D0..03D6 ; NFKC_QC; N # L& [7] GREEK BETA SYMBOL..GREEK PI SYMBOL 03F0..03F2 ; NFKC_QC; N # L& [3] GREEK KAPPA SYMBOL..GREEK LUNATE SIGMA SYMBOL 03F4..03F5 ; NFKC_QC; N # L& [2] GREEK CAPITAL THETA SYMBOL..GREEK LUNATE EPSILON SYMBOL 03F9 ; NFKC_QC; N # L& GREEK CAPITAL LUNATE SIGMA SYMBOL 0587 ; NFKC_QC; N # L& ARMENIAN SMALL LIGATURE ECH YIWN 0675..0678 ; NFKC_QC; N # Lo [4] ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH 0958..095F ; NFKC_QC; N # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09DC..09DD ; NFKC_QC; N # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; NFKC_QC; N # Lo BENGALI LETTER YYA 0A33 ; NFKC_QC; N # Lo GURMUKHI LETTER LLA 0A36 ; NFKC_QC; N # Lo GURMUKHI LETTER SHA 0A59..0A5B ; NFKC_QC; N # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; NFKC_QC; N # Lo GURMUKHI LETTER FA 0B5C..0B5D ; NFKC_QC; N # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0E33 ; NFKC_QC; N # Lo THAI CHARACTER SARA AM 0EB3 ; NFKC_QC; N # Lo LAO VOWEL SIGN AM 0EDC..0EDD ; NFKC_QC; N # Lo [2] LAO HO NO..LAO HO MO 0F0C ; NFKC_QC; N # Po TIBETAN MARK DELIMITER TSHEG BSTAR 0F43 ; NFKC_QC; N # Lo TIBETAN LETTER GHA 0F4D ; NFKC_QC; N # Lo TIBETAN LETTER DDHA 0F52 ; NFKC_QC; N # Lo TIBETAN LETTER DHA 0F57 ; NFKC_QC; N # Lo TIBETAN LETTER BHA 0F5C ; NFKC_QC; N # Lo TIBETAN LETTER DZHA 0F69 ; NFKC_QC; N # Lo TIBETAN LETTER KSSA 0F73 ; NFKC_QC; N # Mn TIBETAN VOWEL SIGN II 0F75..0F79 ; NFKC_QC; N # Mn [5] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL 0F81 ; NFKC_QC; N # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; NFKC_QC; N # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; NFKC_QC; N # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; NFKC_QC; N # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; NFKC_QC; N # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; NFKC_QC; N # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; NFKC_QC; N # Mn TIBETAN SUBJOINED LETTER KSSA 10FC ; NFKC_QC; N # Lm MODIFIER LETTER GEORGIAN NAR 1D2C..1D2E ; NFKC_QC; N # Lm [3] MODIFIER LETTER CAPITAL A..MODIFIER LETTER CAPITAL B 1D30..1D3A ; NFKC_QC; N # Lm [11] MODIFIER LETTER CAPITAL D..MODIFIER LETTER CAPITAL N 1D3C..1D4D ; NFKC_QC; N # Lm [18] MODIFIER LETTER CAPITAL O..MODIFIER LETTER SMALL G 1D4F..1D6A ; NFKC_QC; N # Lm [28] MODIFIER LETTER SMALL K..GREEK SUBSCRIPT SMALL LETTER CHI 1D78 ; NFKC_QC; N # Lm MODIFIER LETTER CYRILLIC EN 1D9B..1DBF ; NFKC_QC; N # Lm [37] MODIFIER LETTER SMALL TURNED ALPHA..MODIFIER LETTER SMALL THETA 1E9A..1E9B ; NFKC_QC; N # L& [2] LATIN SMALL LETTER A WITH RIGHT HALF RING..LATIN SMALL LETTER LONG S WITH DOT ABOVE 1F71 ; NFKC_QC; N # L& GREEK SMALL LETTER ALPHA WITH OXIA 1F73 ; NFKC_QC; N # L& GREEK SMALL LETTER EPSILON WITH OXIA 1F75 ; NFKC_QC; N # L& GREEK SMALL LETTER ETA WITH OXIA 1F77 ; NFKC_QC; N # L& GREEK SMALL LETTER IOTA WITH OXIA 1F79 ; NFKC_QC; N # L& GREEK SMALL LETTER OMICRON WITH OXIA 1F7B ; NFKC_QC; N # L& GREEK SMALL LETTER UPSILON WITH OXIA 1F7D ; NFKC_QC; N # L& GREEK SMALL LETTER OMEGA WITH OXIA 1FBB ; NFKC_QC; N # L& GREEK CAPITAL LETTER ALPHA WITH OXIA 1FBD ; NFKC_QC; N # Sk GREEK KORONIS 1FBE ; NFKC_QC; N # L& GREEK PROSGEGRAMMENI 1FBF..1FC1 ; NFKC_QC; N # Sk [3] GREEK PSILI..GREEK DIALYTIKA AND PERISPOMENI 1FC9 ; NFKC_QC; N # L& GREEK CAPITAL LETTER EPSILON WITH OXIA 1FCB ; NFKC_QC; N # L& GREEK CAPITAL LETTER ETA WITH OXIA 1FCD..1FCF ; NFKC_QC; N # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FD3 ; NFKC_QC; N # L& GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FDB ; NFKC_QC; N # L& GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD..1FDF ; NFKC_QC; N # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE3 ; NFKC_QC; N # L& GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FEB ; NFKC_QC; N # L& GREEK CAPITAL LETTER UPSILON WITH OXIA 1FED..1FEF ; NFKC_QC; N # Sk [3] GREEK DIALYTIKA AND VARIA..GREEK VARIA 1FF9 ; NFKC_QC; N # L& GREEK CAPITAL LETTER OMICRON WITH OXIA 1FFB ; NFKC_QC; N # L& GREEK CAPITAL LETTER OMEGA WITH OXIA 1FFD..1FFE ; NFKC_QC; N # Sk [2] GREEK OXIA..GREEK DASIA 2000..200A ; NFKC_QC; N # Zs [11] EN QUAD..HAIR SPACE 2011 ; NFKC_QC; N # Pd NON-BREAKING HYPHEN 2017 ; NFKC_QC; N # Po DOUBLE LOW LINE 2024..2026 ; NFKC_QC; N # Po [3] ONE DOT LEADER..HORIZONTAL ELLIPSIS 202F ; NFKC_QC; N # Zs NARROW NO-BREAK SPACE 2033..2034 ; NFKC_QC; N # Po [2] DOUBLE PRIME..TRIPLE PRIME 2036..2037 ; NFKC_QC; N # Po [2] REVERSED DOUBLE PRIME..REVERSED TRIPLE PRIME 203C ; NFKC_QC; N # Po DOUBLE EXCLAMATION MARK 203E ; NFKC_QC; N # Po OVERLINE 2047..2049 ; NFKC_QC; N # Po [3] DOUBLE QUESTION MARK..EXCLAMATION QUESTION MARK 2057 ; NFKC_QC; N # Po QUADRUPLE PRIME 205F ; NFKC_QC; N # Zs MEDIUM MATHEMATICAL SPACE 2070 ; NFKC_QC; N # No SUPERSCRIPT ZERO 2071 ; NFKC_QC; N # Lm SUPERSCRIPT LATIN SMALL LETTER I 2074..2079 ; NFKC_QC; N # No [6] SUPERSCRIPT FOUR..SUPERSCRIPT NINE 207A..207C ; NFKC_QC; N # Sm [3] SUPERSCRIPT PLUS SIGN..SUPERSCRIPT EQUALS SIGN 207D ; NFKC_QC; N # Ps SUPERSCRIPT LEFT PARENTHESIS 207E ; NFKC_QC; N # Pe SUPERSCRIPT RIGHT PARENTHESIS 207F ; NFKC_QC; N # Lm SUPERSCRIPT LATIN SMALL LETTER N 2080..2089 ; NFKC_QC; N # No [10] SUBSCRIPT ZERO..SUBSCRIPT NINE 208A..208C ; NFKC_QC; N # Sm [3] SUBSCRIPT PLUS SIGN..SUBSCRIPT EQUALS SIGN 208D ; NFKC_QC; N # Ps SUBSCRIPT LEFT PARENTHESIS 208E ; NFKC_QC; N # Pe SUBSCRIPT RIGHT PARENTHESIS 2090..209C ; NFKC_QC; N # Lm [13] LATIN SUBSCRIPT SMALL LETTER A..LATIN SUBSCRIPT SMALL LETTER T 20A8 ; NFKC_QC; N # Sc RUPEE SIGN 2100..2101 ; NFKC_QC; N # So [2] ACCOUNT OF..ADDRESSED TO THE SUBJECT 2102 ; NFKC_QC; N # L& DOUBLE-STRUCK CAPITAL C 2103 ; NFKC_QC; N # So DEGREE CELSIUS 2105..2106 ; NFKC_QC; N # So [2] CARE OF..CADA UNA 2107 ; NFKC_QC; N # L& EULER CONSTANT 2109 ; NFKC_QC; N # So DEGREE FAHRENHEIT 210A..2113 ; NFKC_QC; N # L& [10] SCRIPT SMALL G..SCRIPT SMALL L 2115 ; NFKC_QC; N # L& DOUBLE-STRUCK CAPITAL N 2116 ; NFKC_QC; N # So NUMERO SIGN 2119..211D ; NFKC_QC; N # L& [5] DOUBLE-STRUCK CAPITAL P..DOUBLE-STRUCK CAPITAL R 2120..2122 ; NFKC_QC; N # So [3] SERVICE MARK..TRADE MARK SIGN 2124 ; NFKC_QC; N # L& DOUBLE-STRUCK CAPITAL Z 2126 ; NFKC_QC; N # L& OHM SIGN 2128 ; NFKC_QC; N # L& BLACK-LETTER CAPITAL Z 212A..212D ; NFKC_QC; N # L& [4] KELVIN SIGN..BLACK-LETTER CAPITAL C 212F..2131 ; NFKC_QC; N # L& [3] SCRIPT SMALL E..SCRIPT CAPITAL F 2133..2134 ; NFKC_QC; N # L& [2] SCRIPT CAPITAL M..SCRIPT SMALL O 2135..2138 ; NFKC_QC; N # Lo [4] ALEF SYMBOL..DALET SYMBOL 2139 ; NFKC_QC; N # L& INFORMATION SOURCE 213B ; NFKC_QC; N # So FACSIMILE SIGN 213C..213F ; NFKC_QC; N # L& [4] DOUBLE-STRUCK SMALL PI..DOUBLE-STRUCK CAPITAL PI 2140 ; NFKC_QC; N # Sm DOUBLE-STRUCK N-ARY SUMMATION 2145..2149 ; NFKC_QC; N # L& [5] DOUBLE-STRUCK ITALIC CAPITAL D..DOUBLE-STRUCK ITALIC SMALL J 2150..215F ; NFKC_QC; N # No [16] VULGAR FRACTION ONE SEVENTH..FRACTION NUMERATOR ONE 2160..217F ; NFKC_QC; N # Nl [32] ROMAN NUMERAL ONE..SMALL ROMAN NUMERAL ONE THOUSAND 2189 ; NFKC_QC; N # No VULGAR FRACTION ZERO THIRDS 222C..222D ; NFKC_QC; N # Sm [2] DOUBLE INTEGRAL..TRIPLE INTEGRAL 222F..2230 ; NFKC_QC; N # Sm [2] SURFACE INTEGRAL..VOLUME INTEGRAL 2329 ; NFKC_QC; N # Ps LEFT-POINTING ANGLE BRACKET 232A ; NFKC_QC; N # Pe RIGHT-POINTING ANGLE BRACKET 2460..249B ; NFKC_QC; N # No [60] CIRCLED DIGIT ONE..NUMBER TWENTY FULL STOP 249C..24E9 ; NFKC_QC; N # So [78] PARENTHESIZED LATIN SMALL LETTER A..CIRCLED LATIN SMALL LETTER Z 24EA ; NFKC_QC; N # No CIRCLED DIGIT ZERO 2A0C ; NFKC_QC; N # Sm QUADRUPLE INTEGRAL OPERATOR 2A74..2A76 ; NFKC_QC; N # Sm [3] DOUBLE COLON EQUAL..THREE CONSECUTIVE EQUALS SIGNS 2ADC ; NFKC_QC; N # Sm FORKING 2C7C..2C7D ; NFKC_QC; N # Lm [2] LATIN SUBSCRIPT SMALL LETTER J..MODIFIER LETTER CAPITAL V 2D6F ; NFKC_QC; N # Lm TIFINAGH MODIFIER LETTER LABIALIZATION MARK 2E9F ; NFKC_QC; N # So CJK RADICAL MOTHER 2EF3 ; NFKC_QC; N # So CJK RADICAL C-SIMPLIFIED TURTLE 2F00..2FD5 ; NFKC_QC; N # So [214] KANGXI RADICAL ONE..KANGXI RADICAL FLUTE 3000 ; NFKC_QC; N # Zs IDEOGRAPHIC SPACE 3036 ; NFKC_QC; N # So CIRCLED POSTAL MARK 3038..303A ; NFKC_QC; N # Nl [3] HANGZHOU NUMERAL TEN..HANGZHOU NUMERAL THIRTY 309B..309C ; NFKC_QC; N # Sk [2] KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309F ; NFKC_QC; N # Lo HIRAGANA DIGRAPH YORI 30FF ; NFKC_QC; N # Lo KATAKANA DIGRAPH KOTO 3131..318E ; NFKC_QC; N # Lo [94] HANGUL LETTER KIYEOK..HANGUL LETTER ARAEAE 3192..3195 ; NFKC_QC; N # No [4] IDEOGRAPHIC ANNOTATION ONE MARK..IDEOGRAPHIC ANNOTATION FOUR MARK 3196..319F ; NFKC_QC; N # So [10] IDEOGRAPHIC ANNOTATION TOP MARK..IDEOGRAPHIC ANNOTATION MAN MARK 3200..321E ; NFKC_QC; N # So [31] PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU 3220..3229 ; NFKC_QC; N # No [10] PARENTHESIZED IDEOGRAPH ONE..PARENTHESIZED IDEOGRAPH TEN 322A..3247 ; NFKC_QC; N # So [30] PARENTHESIZED IDEOGRAPH MOON..CIRCLED IDEOGRAPH KOTO 3250 ; NFKC_QC; N # So PARTNERSHIP SIGN 3251..325F ; NFKC_QC; N # No [15] CIRCLED NUMBER TWENTY ONE..CIRCLED NUMBER THIRTY FIVE 3260..327E ; NFKC_QC; N # So [31] CIRCLED HANGUL KIYEOK..CIRCLED HANGUL IEUNG U 3280..3289 ; NFKC_QC; N # No [10] CIRCLED IDEOGRAPH ONE..CIRCLED IDEOGRAPH TEN 328A..32B0 ; NFKC_QC; N # So [39] CIRCLED IDEOGRAPH MOON..CIRCLED IDEOGRAPH NIGHT 32B1..32BF ; NFKC_QC; N # No [15] CIRCLED NUMBER THIRTY SIX..CIRCLED NUMBER FIFTY 32C0..32FE ; NFKC_QC; N # So [63] IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY..CIRCLED KATAKANA WO 3300..33FF ; NFKC_QC; N # So [256] SQUARE APAATO..SQUARE GAL A770 ; NFKC_QC; N # Lm MODIFIER LETTER US A7F8..A7F9 ; NFKC_QC; N # Lm [2] MODIFIER LETTER CAPITAL H WITH STROKE..MODIFIER LETTER SMALL LIGATURE OE F900..FA0D ; NFKC_QC; N # Lo [270] CJK COMPATIBILITY IDEOGRAPH-F900..CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; NFKC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; NFKC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15..FA1E ; NFKC_QC; N # Lo [10] CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; NFKC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; NFKC_QC; N # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25..FA26 ; NFKC_QC; N # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A..FA6D ; NFKC_QC; N # Lo [68] CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA70..FAD9 ; NFKC_QC; N # Lo [106] CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FB00..FB06 ; NFKC_QC; N # L& [7] LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST FB13..FB17 ; NFKC_QC; N # L& [5] ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH FB1D ; NFKC_QC; N # Lo HEBREW LETTER YOD WITH HIRIQ FB1F..FB28 ; NFKC_QC; N # Lo [10] HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER WIDE TAV FB29 ; NFKC_QC; N # Sm HEBREW LETTER ALTERNATIVE PLUS SIGN FB2A..FB36 ; NFKC_QC; N # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; NFKC_QC; N # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; NFKC_QC; N # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; NFKC_QC; N # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; NFKC_QC; N # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FBB1 ; NFKC_QC; N # Lo [108] HEBREW LETTER TSADI WITH DAGESH..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM FBD3..FD3D ; NFKC_QC; N # Lo [363] ARABIC LETTER NG ISOLATED FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD50..FD8F ; NFKC_QC; N # Lo [64] ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD92..FDC7 ; NFKC_QC; N # Lo [54] ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDF0..FDFB ; NFKC_QC; N # Lo [12] ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM..ARABIC LIGATURE JALLAJALALOUHOU FDFC ; NFKC_QC; N # Sc RIAL SIGN FE10..FE16 ; NFKC_QC; N # Po [7] PRESENTATION FORM FOR VERTICAL COMMA..PRESENTATION FORM FOR VERTICAL QUESTION MARK FE17 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET FE18 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET FE19 ; NFKC_QC; N # Po PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE30 ; NFKC_QC; N # Po PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE31..FE32 ; NFKC_QC; N # Pd [2] PRESENTATION FORM FOR VERTICAL EM DASH..PRESENTATION FORM FOR VERTICAL EN DASH FE33..FE34 ; NFKC_QC; N # Pc [2] PRESENTATION FORM FOR VERTICAL LOW LINE..PRESENTATION FORM FOR VERTICAL WAVY LOW LINE FE35 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS FE36 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS FE37 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET FE38 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET FE39 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET FE3A ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET FE3B ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET FE3C ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET FE3D ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET FE3E ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET FE3F ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET FE40 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET FE41 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET FE42 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET FE43 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET FE44 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET FE47 ; NFKC_QC; N # Ps PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET FE48 ; NFKC_QC; N # Pe PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET FE49..FE4C ; NFKC_QC; N # Po [4] DASHED OVERLINE..DOUBLE WAVY OVERLINE FE4D..FE4F ; NFKC_QC; N # Pc [3] DASHED LOW LINE..WAVY LOW LINE FE50..FE52 ; NFKC_QC; N # Po [3] SMALL COMMA..SMALL FULL STOP FE54..FE57 ; NFKC_QC; N # Po [4] SMALL SEMICOLON..SMALL EXCLAMATION MARK FE58 ; NFKC_QC; N # Pd SMALL EM DASH FE59 ; NFKC_QC; N # Ps SMALL LEFT PARENTHESIS FE5A ; NFKC_QC; N # Pe SMALL RIGHT PARENTHESIS FE5B ; NFKC_QC; N # Ps SMALL LEFT CURLY BRACKET FE5C ; NFKC_QC; N # Pe SMALL RIGHT CURLY BRACKET FE5D ; NFKC_QC; N # Ps SMALL LEFT TORTOISE SHELL BRACKET FE5E ; NFKC_QC; N # Pe SMALL RIGHT TORTOISE SHELL BRACKET FE5F..FE61 ; NFKC_QC; N # Po [3] SMALL NUMBER SIGN..SMALL ASTERISK FE62 ; NFKC_QC; N # Sm SMALL PLUS SIGN FE63 ; NFKC_QC; N # Pd SMALL HYPHEN-MINUS FE64..FE66 ; NFKC_QC; N # Sm [3] SMALL LESS-THAN SIGN..SMALL EQUALS SIGN FE68 ; NFKC_QC; N # Po SMALL REVERSE SOLIDUS FE69 ; NFKC_QC; N # Sc SMALL DOLLAR SIGN FE6A..FE6B ; NFKC_QC; N # Po [2] SMALL PERCENT SIGN..SMALL COMMERCIAL AT FE70..FE72 ; NFKC_QC; N # Lo [3] ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM FE74 ; NFKC_QC; N # Lo ARABIC KASRATAN ISOLATED FORM FE76..FEFC ; NFKC_QC; N # Lo [135] ARABIC FATHA ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FF01..FF03 ; NFKC_QC; N # Po [3] FULLWIDTH EXCLAMATION MARK..FULLWIDTH NUMBER SIGN FF04 ; NFKC_QC; N # Sc FULLWIDTH DOLLAR SIGN FF05..FF07 ; NFKC_QC; N # Po [3] FULLWIDTH PERCENT SIGN..FULLWIDTH APOSTROPHE FF08 ; NFKC_QC; N # Ps FULLWIDTH LEFT PARENTHESIS FF09 ; NFKC_QC; N # Pe FULLWIDTH RIGHT PARENTHESIS FF0A ; NFKC_QC; N # Po FULLWIDTH ASTERISK FF0B ; NFKC_QC; N # Sm FULLWIDTH PLUS SIGN FF0C ; NFKC_QC; N # Po FULLWIDTH COMMA FF0D ; NFKC_QC; N # Pd FULLWIDTH HYPHEN-MINUS FF0E..FF0F ; NFKC_QC; N # Po [2] FULLWIDTH FULL STOP..FULLWIDTH SOLIDUS FF10..FF19 ; NFKC_QC; N # Nd [10] FULLWIDTH DIGIT ZERO..FULLWIDTH DIGIT NINE FF1A..FF1B ; NFKC_QC; N # Po [2] FULLWIDTH COLON..FULLWIDTH SEMICOLON FF1C..FF1E ; NFKC_QC; N # Sm [3] FULLWIDTH LESS-THAN SIGN..FULLWIDTH GREATER-THAN SIGN FF1F..FF20 ; NFKC_QC; N # Po [2] FULLWIDTH QUESTION MARK..FULLWIDTH COMMERCIAL AT FF21..FF3A ; NFKC_QC; N # L& [26] FULLWIDTH LATIN CAPITAL LETTER A..FULLWIDTH LATIN CAPITAL LETTER Z FF3B ; NFKC_QC; N # Ps FULLWIDTH LEFT SQUARE BRACKET FF3C ; NFKC_QC; N # Po FULLWIDTH REVERSE SOLIDUS FF3D ; NFKC_QC; N # Pe FULLWIDTH RIGHT SQUARE BRACKET FF3E ; NFKC_QC; N # Sk FULLWIDTH CIRCUMFLEX ACCENT FF3F ; NFKC_QC; N # Pc FULLWIDTH LOW LINE FF40 ; NFKC_QC; N # Sk FULLWIDTH GRAVE ACCENT FF41..FF5A ; NFKC_QC; N # L& [26] FULLWIDTH LATIN SMALL LETTER A..FULLWIDTH LATIN SMALL LETTER Z FF5B ; NFKC_QC; N # Ps FULLWIDTH LEFT CURLY BRACKET FF5C ; NFKC_QC; N # Sm FULLWIDTH VERTICAL LINE FF5D ; NFKC_QC; N # Pe FULLWIDTH RIGHT CURLY BRACKET FF5E ; NFKC_QC; N # Sm FULLWIDTH TILDE FF5F ; NFKC_QC; N # Ps FULLWIDTH LEFT WHITE PARENTHESIS FF60 ; NFKC_QC; N # Pe FULLWIDTH RIGHT WHITE PARENTHESIS FF61 ; NFKC_QC; N # Po HALFWIDTH IDEOGRAPHIC FULL STOP FF62 ; NFKC_QC; N # Ps HALFWIDTH LEFT CORNER BRACKET FF63 ; NFKC_QC; N # Pe HALFWIDTH RIGHT CORNER BRACKET FF64..FF65 ; NFKC_QC; N # Po [2] HALFWIDTH IDEOGRAPHIC COMMA..HALFWIDTH KATAKANA MIDDLE DOT FF66..FF6F ; NFKC_QC; N # Lo [10] HALFWIDTH KATAKANA LETTER WO..HALFWIDTH KATAKANA LETTER SMALL TU FF70 ; NFKC_QC; N # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK FF71..FF9D ; NFKC_QC; N # Lo [45] HALFWIDTH KATAKANA LETTER A..HALFWIDTH KATAKANA LETTER N FF9E..FF9F ; NFKC_QC; N # Lm [2] HALFWIDTH KATAKANA VOICED SOUND MARK..HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK FFA0..FFBE ; NFKC_QC; N # Lo [31] HALFWIDTH HANGUL FILLER..HALFWIDTH HANGUL LETTER HIEUH FFC2..FFC7 ; NFKC_QC; N # Lo [6] HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E FFCA..FFCF ; NFKC_QC; N # Lo [6] HALFWIDTH HANGUL LETTER YEO..HALFWIDTH HANGUL LETTER OE FFD2..FFD7 ; NFKC_QC; N # Lo [6] HALFWIDTH HANGUL LETTER YO..HALFWIDTH HANGUL LETTER YU FFDA..FFDC ; NFKC_QC; N # Lo [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I FFE0..FFE1 ; NFKC_QC; N # Sc [2] FULLWIDTH CENT SIGN..FULLWIDTH POUND SIGN FFE2 ; NFKC_QC; N # Sm FULLWIDTH NOT SIGN FFE3 ; NFKC_QC; N # Sk FULLWIDTH MACRON FFE4 ; NFKC_QC; N # So FULLWIDTH BROKEN BAR FFE5..FFE6 ; NFKC_QC; N # Sc [2] FULLWIDTH YEN SIGN..FULLWIDTH WON SIGN FFE8 ; NFKC_QC; N # So HALFWIDTH FORMS LIGHT VERTICAL FFE9..FFEC ; NFKC_QC; N # Sm [4] HALFWIDTH LEFTWARDS ARROW..HALFWIDTH DOWNWARDS ARROW FFED..FFEE ; NFKC_QC; N # So [2] HALFWIDTH BLACK SQUARE..HALFWIDTH WHITE CIRCLE 1D15E..1D164 ; NFKC_QC; N # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; NFKC_QC; N # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 1D400..1D454 ; NFKC_QC; N # L& [85] MATHEMATICAL BOLD CAPITAL A..MATHEMATICAL ITALIC SMALL G 1D456..1D49C ; NFKC_QC; N # L& [71] MATHEMATICAL ITALIC SMALL I..MATHEMATICAL SCRIPT CAPITAL A 1D49E..1D49F ; NFKC_QC; N # L& [2] MATHEMATICAL SCRIPT CAPITAL C..MATHEMATICAL SCRIPT CAPITAL D 1D4A2 ; NFKC_QC; N # L& MATHEMATICAL SCRIPT CAPITAL G 1D4A5..1D4A6 ; NFKC_QC; N # L& [2] MATHEMATICAL SCRIPT CAPITAL J..MATHEMATICAL SCRIPT CAPITAL K 1D4A9..1D4AC ; NFKC_QC; N # L& [4] MATHEMATICAL SCRIPT CAPITAL N..MATHEMATICAL SCRIPT CAPITAL Q 1D4AE..1D4B9 ; NFKC_QC; N # L& [12] MATHEMATICAL SCRIPT CAPITAL S..MATHEMATICAL SCRIPT SMALL D 1D4BB ; NFKC_QC; N # L& MATHEMATICAL SCRIPT SMALL F 1D4BD..1D4C3 ; NFKC_QC; N # L& [7] MATHEMATICAL SCRIPT SMALL H..MATHEMATICAL SCRIPT SMALL N 1D4C5..1D505 ; NFKC_QC; N # L& [65] MATHEMATICAL SCRIPT SMALL P..MATHEMATICAL FRAKTUR CAPITAL B 1D507..1D50A ; NFKC_QC; N # L& [4] MATHEMATICAL FRAKTUR CAPITAL D..MATHEMATICAL FRAKTUR CAPITAL G 1D50D..1D514 ; NFKC_QC; N # L& [8] MATHEMATICAL FRAKTUR CAPITAL J..MATHEMATICAL FRAKTUR CAPITAL Q 1D516..1D51C ; NFKC_QC; N # L& [7] MATHEMATICAL FRAKTUR CAPITAL S..MATHEMATICAL FRAKTUR CAPITAL Y 1D51E..1D539 ; NFKC_QC; N # L& [28] MATHEMATICAL FRAKTUR SMALL A..MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53B..1D53E ; NFKC_QC; N # L& [4] MATHEMATICAL DOUBLE-STRUCK CAPITAL D..MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D540..1D544 ; NFKC_QC; N # L& [5] MATHEMATICAL DOUBLE-STRUCK CAPITAL I..MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D546 ; NFKC_QC; N # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D54A..1D550 ; NFKC_QC; N # L& [7] MATHEMATICAL DOUBLE-STRUCK CAPITAL S..MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D552..1D6A5 ; NFKC_QC; N # L& [340] MATHEMATICAL DOUBLE-STRUCK SMALL A..MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8..1D6C0 ; NFKC_QC; N # L& [25] MATHEMATICAL BOLD CAPITAL ALPHA..MATHEMATICAL BOLD CAPITAL OMEGA 1D6C1 ; NFKC_QC; N # Sm MATHEMATICAL BOLD NABLA 1D6C2..1D6DA ; NFKC_QC; N # L& [25] MATHEMATICAL BOLD SMALL ALPHA..MATHEMATICAL BOLD SMALL OMEGA 1D6DB ; NFKC_QC; N # Sm MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 1D6DC..1D6FA ; NFKC_QC; N # L& [31] MATHEMATICAL BOLD EPSILON SYMBOL..MATHEMATICAL ITALIC CAPITAL OMEGA 1D6FB ; NFKC_QC; N # Sm MATHEMATICAL ITALIC NABLA 1D6FC..1D714 ; NFKC_QC; N # L& [25] MATHEMATICAL ITALIC SMALL ALPHA..MATHEMATICAL ITALIC SMALL OMEGA 1D715 ; NFKC_QC; N # Sm MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 1D716..1D734 ; NFKC_QC; N # L& [31] MATHEMATICAL ITALIC EPSILON SYMBOL..MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 1D735 ; NFKC_QC; N # Sm MATHEMATICAL BOLD ITALIC NABLA 1D736..1D74E ; NFKC_QC; N # L& [25] MATHEMATICAL BOLD ITALIC SMALL ALPHA..MATHEMATICAL BOLD ITALIC SMALL OMEGA 1D74F ; NFKC_QC; N # Sm MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 1D750..1D76E ; NFKC_QC; N # L& [31] MATHEMATICAL BOLD ITALIC EPSILON SYMBOL..MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 1D76F ; NFKC_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD NABLA 1D770..1D788 ; NFKC_QC; N # L& [25] MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA..MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA 1D789 ; NFKC_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 1D78A..1D7A8 ; NFKC_QC; N # L& [31] MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL..MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 1D7A9 ; NFKC_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA 1D7AA..1D7C2 ; NFKC_QC; N # L& [25] MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA..MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA 1D7C3 ; NFKC_QC; N # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL 1D7C4..1D7CB ; NFKC_QC; N # L& [8] MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL..MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE..1D7FF ; NFKC_QC; N # Nd [50] MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE 1EE00..1EE03 ; NFKC_QC; N # Lo [4] ARABIC MATHEMATICAL ALEF..ARABIC MATHEMATICAL DAL 1EE05..1EE1F ; NFKC_QC; N # Lo [27] ARABIC MATHEMATICAL WAW..ARABIC MATHEMATICAL DOTLESS QAF 1EE21..1EE22 ; NFKC_QC; N # Lo [2] ARABIC MATHEMATICAL INITIAL BEH..ARABIC MATHEMATICAL INITIAL JEEM 1EE24 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL INITIAL HEH 1EE27 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL INITIAL HAH 1EE29..1EE32 ; NFKC_QC; N # Lo [10] ARABIC MATHEMATICAL INITIAL YEH..ARABIC MATHEMATICAL INITIAL QAF 1EE34..1EE37 ; NFKC_QC; N # Lo [4] ARABIC MATHEMATICAL INITIAL SHEEN..ARABIC MATHEMATICAL INITIAL KHAH 1EE39 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL INITIAL DAD 1EE3B ; NFKC_QC; N # Lo ARABIC MATHEMATICAL INITIAL GHAIN 1EE42 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED JEEM 1EE47 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED HAH 1EE49 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED YEH 1EE4B ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED LAM 1EE4D..1EE4F ; NFKC_QC; N # Lo [3] ARABIC MATHEMATICAL TAILED NOON..ARABIC MATHEMATICAL TAILED AIN 1EE51..1EE52 ; NFKC_QC; N # Lo [2] ARABIC MATHEMATICAL TAILED SAD..ARABIC MATHEMATICAL TAILED QAF 1EE54 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED SHEEN 1EE57 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED KHAH 1EE59 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED DAD 1EE5B ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED GHAIN 1EE5D ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED DOTLESS NOON 1EE5F ; NFKC_QC; N # Lo ARABIC MATHEMATICAL TAILED DOTLESS QAF 1EE61..1EE62 ; NFKC_QC; N # Lo [2] ARABIC MATHEMATICAL STRETCHED BEH..ARABIC MATHEMATICAL STRETCHED JEEM 1EE64 ; NFKC_QC; N # Lo ARABIC MATHEMATICAL STRETCHED HEH 1EE67..1EE6A ; NFKC_QC; N # Lo [4] ARABIC MATHEMATICAL STRETCHED HAH..ARABIC MATHEMATICAL STRETCHED KAF 1EE6C..1EE72 ; NFKC_QC; N # Lo [7] ARABIC MATHEMATICAL STRETCHED MEEM..ARABIC MATHEMATICAL STRETCHED QAF 1EE74..1EE77 ; NFKC_QC; N # Lo [4] ARABIC MATHEMATICAL STRETCHED SHEEN..ARABIC MATHEMATICAL STRETCHED KHAH 1EE79..1EE7C ; NFKC_QC; N # Lo [4] ARABIC MATHEMATICAL STRETCHED DAD..ARABIC MATHEMATICAL STRETCHED DOTLESS BEH 1EE7E ; NFKC_QC; N # Lo ARABIC MATHEMATICAL STRETCHED DOTLESS FEH 1EE80..1EE89 ; NFKC_QC; N # Lo [10] ARABIC MATHEMATICAL LOOPED ALEF..ARABIC MATHEMATICAL LOOPED YEH 1EE8B..1EE9B ; NFKC_QC; N # Lo [17] ARABIC MATHEMATICAL LOOPED LAM..ARABIC MATHEMATICAL LOOPED GHAIN 1EEA1..1EEA3 ; NFKC_QC; N # Lo [3] ARABIC MATHEMATICAL DOUBLE-STRUCK BEH..ARABIC MATHEMATICAL DOUBLE-STRUCK DAL 1EEA5..1EEA9 ; NFKC_QC; N # Lo [5] ARABIC MATHEMATICAL DOUBLE-STRUCK WAW..ARABIC MATHEMATICAL DOUBLE-STRUCK YEH 1EEAB..1EEBB ; NFKC_QC; N # Lo [17] ARABIC MATHEMATICAL DOUBLE-STRUCK LAM..ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN 1F100..1F10A ; NFKC_QC; N # No [11] DIGIT ZERO FULL STOP..DIGIT NINE COMMA 1F110..1F12E ; NFKC_QC; N # So [31] PARENTHESIZED LATIN CAPITAL LETTER A..CIRCLED WZ 1F130..1F14F ; NFKC_QC; N # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC 1F16A..1F16B ; NFKC_QC; N # So [2] RAISED MC SIGN..RAISED MD SIGN 1F190 ; NFKC_QC; N # So SQUARE DJ 1F200..1F202 ; NFKC_QC; N # So [3] SQUARE HIRAGANA HOKA..SQUARED KATAKANA SA 1F210..1F23A ; NFKC_QC; N # So [43] SQUARED CJK UNIFIED IDEOGRAPH-624B..SQUARED CJK UNIFIED IDEOGRAPH-55B6 1F240..1F248 ; NFKC_QC; N # So [9] TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 1F250..1F251 ; NFKC_QC; N # So [2] CIRCLED IDEOGRAPH ADVANTAGE..CIRCLED IDEOGRAPH ACCEPT 2F800..2FA1D ; NFKC_QC; N # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D # Total code points: 4787 # ================================================ # NFKC_Quick_Check=Maybe 0300..0304 ; NFKC_QC; M # Mn [5] COMBINING GRAVE ACCENT..COMBINING MACRON 0306..030C ; NFKC_QC; M # Mn [7] COMBINING BREVE..COMBINING CARON 030F ; NFKC_QC; M # Mn COMBINING DOUBLE GRAVE ACCENT 0311 ; NFKC_QC; M # Mn COMBINING INVERTED BREVE 0313..0314 ; NFKC_QC; M # Mn [2] COMBINING COMMA ABOVE..COMBINING REVERSED COMMA ABOVE 031B ; NFKC_QC; M # Mn COMBINING HORN 0323..0328 ; NFKC_QC; M # Mn [6] COMBINING DOT BELOW..COMBINING OGONEK 032D..032E ; NFKC_QC; M # Mn [2] COMBINING CIRCUMFLEX ACCENT BELOW..COMBINING BREVE BELOW 0330..0331 ; NFKC_QC; M # Mn [2] COMBINING TILDE BELOW..COMBINING MACRON BELOW 0338 ; NFKC_QC; M # Mn COMBINING LONG SOLIDUS OVERLAY 0342 ; NFKC_QC; M # Mn COMBINING GREEK PERISPOMENI 0345 ; NFKC_QC; M # Mn COMBINING GREEK YPOGEGRAMMENI 0653..0655 ; NFKC_QC; M # Mn [3] ARABIC MADDAH ABOVE..ARABIC HAMZA BELOW 093C ; NFKC_QC; M # Mn DEVANAGARI SIGN NUKTA 09BE ; NFKC_QC; M # Mc BENGALI VOWEL SIGN AA 09D7 ; NFKC_QC; M # Mc BENGALI AU LENGTH MARK 0B3E ; NFKC_QC; M # Mc ORIYA VOWEL SIGN AA 0B56 ; NFKC_QC; M # Mn ORIYA AI LENGTH MARK 0B57 ; NFKC_QC; M # Mc ORIYA AU LENGTH MARK 0BBE ; NFKC_QC; M # Mc TAMIL VOWEL SIGN AA 0BD7 ; NFKC_QC; M # Mc TAMIL AU LENGTH MARK 0C56 ; NFKC_QC; M # Mn TELUGU AI LENGTH MARK 0CC2 ; NFKC_QC; M # Mc KANNADA VOWEL SIGN UU 0CD5..0CD6 ; NFKC_QC; M # Mc [2] KANNADA LENGTH MARK..KANNADA AI LENGTH MARK 0D3E ; NFKC_QC; M # Mc MALAYALAM VOWEL SIGN AA 0D57 ; NFKC_QC; M # Mc MALAYALAM AU LENGTH MARK 0DCA ; NFKC_QC; M # Mn SINHALA SIGN AL-LAKUNA 0DCF ; NFKC_QC; M # Mc SINHALA VOWEL SIGN AELA-PILLA 0DDF ; NFKC_QC; M # Mc SINHALA VOWEL SIGN GAYANUKITTA 102E ; NFKC_QC; M # Mn MYANMAR VOWEL SIGN II 1161..1175 ; NFKC_QC; M # Lo [21] HANGUL JUNGSEONG A..HANGUL JUNGSEONG I 11A8..11C2 ; NFKC_QC; M # Lo [27] HANGUL JONGSEONG KIYEOK..HANGUL JONGSEONG HIEUH 1B35 ; NFKC_QC; M # Mc BALINESE VOWEL SIGN TEDUNG 3099..309A ; NFKC_QC; M # Mn [2] COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 110BA ; NFKC_QC; M # Mn KAITHI SIGN NUKTA 11127 ; NFKC_QC; M # Mn CHAKMA VOWEL SIGN A # Total code points: 104 # ================================================ # Derived Property: Expands_On_NFD (DEPRECATED as of Unicode 6.0.0) # Generated according to UAX #15. # Characters whose normalized length is not one. # WARNING: Normalization of STRINGS must use the algorithm in UAX #15 because characters may interact. # The length of a normalized string is not necessarily the sum of the lengths of the normalized characters! 00C0..00C5 ; Expands_On_NFD # L& [6] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER A WITH RING ABOVE 00C7..00CF ; Expands_On_NFD # L& [9] LATIN CAPITAL LETTER C WITH CEDILLA..LATIN CAPITAL LETTER I WITH DIAERESIS 00D1..00D6 ; Expands_On_NFD # L& [6] LATIN CAPITAL LETTER N WITH TILDE..LATIN CAPITAL LETTER O WITH DIAERESIS 00D9..00DD ; Expands_On_NFD # L& [5] LATIN CAPITAL LETTER U WITH GRAVE..LATIN CAPITAL LETTER Y WITH ACUTE 00E0..00E5 ; Expands_On_NFD # L& [6] LATIN SMALL LETTER A WITH GRAVE..LATIN SMALL LETTER A WITH RING ABOVE 00E7..00EF ; Expands_On_NFD # L& [9] LATIN SMALL LETTER C WITH CEDILLA..LATIN SMALL LETTER I WITH DIAERESIS 00F1..00F6 ; Expands_On_NFD # L& [6] LATIN SMALL LETTER N WITH TILDE..LATIN SMALL LETTER O WITH DIAERESIS 00F9..00FD ; Expands_On_NFD # L& [5] LATIN SMALL LETTER U WITH GRAVE..LATIN SMALL LETTER Y WITH ACUTE 00FF..010F ; Expands_On_NFD # L& [17] LATIN SMALL LETTER Y WITH DIAERESIS..LATIN SMALL LETTER D WITH CARON 0112..0125 ; Expands_On_NFD # L& [20] LATIN CAPITAL LETTER E WITH MACRON..LATIN SMALL LETTER H WITH CIRCUMFLEX 0128..0130 ; Expands_On_NFD # L& [9] LATIN CAPITAL LETTER I WITH TILDE..LATIN CAPITAL LETTER I WITH DOT ABOVE 0134..0137 ; Expands_On_NFD # L& [4] LATIN CAPITAL LETTER J WITH CIRCUMFLEX..LATIN SMALL LETTER K WITH CEDILLA 0139..013E ; Expands_On_NFD # L& [6] LATIN CAPITAL LETTER L WITH ACUTE..LATIN SMALL LETTER L WITH CARON 0143..0148 ; Expands_On_NFD # L& [6] LATIN CAPITAL LETTER N WITH ACUTE..LATIN SMALL LETTER N WITH CARON 014C..0151 ; Expands_On_NFD # L& [6] LATIN CAPITAL LETTER O WITH MACRON..LATIN SMALL LETTER O WITH DOUBLE ACUTE 0154..0165 ; Expands_On_NFD # L& [18] LATIN CAPITAL LETTER R WITH ACUTE..LATIN SMALL LETTER T WITH CARON 0168..017E ; Expands_On_NFD # L& [23] LATIN CAPITAL LETTER U WITH TILDE..LATIN SMALL LETTER Z WITH CARON 01A0..01A1 ; Expands_On_NFD # L& [2] LATIN CAPITAL LETTER O WITH HORN..LATIN SMALL LETTER O WITH HORN 01AF..01B0 ; Expands_On_NFD # L& [2] LATIN CAPITAL LETTER U WITH HORN..LATIN SMALL LETTER U WITH HORN 01CD..01DC ; Expands_On_NFD # L& [16] LATIN CAPITAL LETTER A WITH CARON..LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE 01DE..01E3 ; Expands_On_NFD # L& [6] LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON..LATIN SMALL LETTER AE WITH MACRON 01E6..01F0 ; Expands_On_NFD # L& [11] LATIN CAPITAL LETTER G WITH CARON..LATIN SMALL LETTER J WITH CARON 01F4..01F5 ; Expands_On_NFD # L& [2] LATIN CAPITAL LETTER G WITH ACUTE..LATIN SMALL LETTER G WITH ACUTE 01F8..021B ; Expands_On_NFD # L& [36] LATIN CAPITAL LETTER N WITH GRAVE..LATIN SMALL LETTER T WITH COMMA BELOW 021E..021F ; Expands_On_NFD # L& [2] LATIN CAPITAL LETTER H WITH CARON..LATIN SMALL LETTER H WITH CARON 0226..0233 ; Expands_On_NFD # L& [14] LATIN CAPITAL LETTER A WITH DOT ABOVE..LATIN SMALL LETTER Y WITH MACRON 0344 ; Expands_On_NFD # Mn COMBINING GREEK DIALYTIKA TONOS 0385 ; Expands_On_NFD # Sk GREEK DIALYTIKA TONOS 0386 ; Expands_On_NFD # L& GREEK CAPITAL LETTER ALPHA WITH TONOS 0388..038A ; Expands_On_NFD # L& [3] GREEK CAPITAL LETTER EPSILON WITH TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS 038C ; Expands_On_NFD # L& GREEK CAPITAL LETTER OMICRON WITH TONOS 038E..0390 ; Expands_On_NFD # L& [3] GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 03AA..03B0 ; Expands_On_NFD # L& [7] GREEK CAPITAL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 03CA..03CE ; Expands_On_NFD # L& [5] GREEK SMALL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER OMEGA WITH TONOS 03D3..03D4 ; Expands_On_NFD # L& [2] GREEK UPSILON WITH ACUTE AND HOOK SYMBOL..GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 0400..0401 ; Expands_On_NFD # L& [2] CYRILLIC CAPITAL LETTER IE WITH GRAVE..CYRILLIC CAPITAL LETTER IO 0403 ; Expands_On_NFD # L& CYRILLIC CAPITAL LETTER GJE 0407 ; Expands_On_NFD # L& CYRILLIC CAPITAL LETTER YI 040C..040E ; Expands_On_NFD # L& [3] CYRILLIC CAPITAL LETTER KJE..CYRILLIC CAPITAL LETTER SHORT U 0419 ; Expands_On_NFD # L& CYRILLIC CAPITAL LETTER SHORT I 0439 ; Expands_On_NFD # L& CYRILLIC SMALL LETTER SHORT I 0450..0451 ; Expands_On_NFD # L& [2] CYRILLIC SMALL LETTER IE WITH GRAVE..CYRILLIC SMALL LETTER IO 0453 ; Expands_On_NFD # L& CYRILLIC SMALL LETTER GJE 0457 ; Expands_On_NFD # L& CYRILLIC SMALL LETTER YI 045C..045E ; Expands_On_NFD # L& [3] CYRILLIC SMALL LETTER KJE..CYRILLIC SMALL LETTER SHORT U 0476..0477 ; Expands_On_NFD # L& [2] CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT..CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 04C1..04C2 ; Expands_On_NFD # L& [2] CYRILLIC CAPITAL LETTER ZHE WITH BREVE..CYRILLIC SMALL LETTER ZHE WITH BREVE 04D0..04D3 ; Expands_On_NFD # L& [4] CYRILLIC CAPITAL LETTER A WITH BREVE..CYRILLIC SMALL LETTER A WITH DIAERESIS 04D6..04D7 ; Expands_On_NFD # L& [2] CYRILLIC CAPITAL LETTER IE WITH BREVE..CYRILLIC SMALL LETTER IE WITH BREVE 04DA..04DF ; Expands_On_NFD # L& [6] CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS..CYRILLIC SMALL LETTER ZE WITH DIAERESIS 04E2..04E7 ; Expands_On_NFD # L& [6] CYRILLIC CAPITAL LETTER I WITH MACRON..CYRILLIC SMALL LETTER O WITH DIAERESIS 04EA..04F5 ; Expands_On_NFD # L& [12] CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS..CYRILLIC SMALL LETTER CHE WITH DIAERESIS 04F8..04F9 ; Expands_On_NFD # L& [2] CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS..CYRILLIC SMALL LETTER YERU WITH DIAERESIS 0622..0626 ; Expands_On_NFD # Lo [5] ARABIC LETTER ALEF WITH MADDA ABOVE..ARABIC LETTER YEH WITH HAMZA ABOVE 06C0 ; Expands_On_NFD # Lo ARABIC LETTER HEH WITH YEH ABOVE 06C2 ; Expands_On_NFD # Lo ARABIC LETTER HEH GOAL WITH HAMZA ABOVE 06D3 ; Expands_On_NFD # Lo ARABIC LETTER YEH BARREE WITH HAMZA ABOVE 0929 ; Expands_On_NFD # Lo DEVANAGARI LETTER NNNA 0931 ; Expands_On_NFD # Lo DEVANAGARI LETTER RRA 0934 ; Expands_On_NFD # Lo DEVANAGARI LETTER LLLA 0958..095F ; Expands_On_NFD # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09CB..09CC ; Expands_On_NFD # Mc [2] BENGALI VOWEL SIGN O..BENGALI VOWEL SIGN AU 09DC..09DD ; Expands_On_NFD # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; Expands_On_NFD # Lo BENGALI LETTER YYA 0A33 ; Expands_On_NFD # Lo GURMUKHI LETTER LLA 0A36 ; Expands_On_NFD # Lo GURMUKHI LETTER SHA 0A59..0A5B ; Expands_On_NFD # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; Expands_On_NFD # Lo GURMUKHI LETTER FA 0B48 ; Expands_On_NFD # Mc ORIYA VOWEL SIGN AI 0B4B..0B4C ; Expands_On_NFD # Mc [2] ORIYA VOWEL SIGN O..ORIYA VOWEL SIGN AU 0B5C..0B5D ; Expands_On_NFD # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0B94 ; Expands_On_NFD # Lo TAMIL LETTER AU 0BCA..0BCC ; Expands_On_NFD # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 0C48 ; Expands_On_NFD # Mn TELUGU VOWEL SIGN AI 0CC0 ; Expands_On_NFD # Mc KANNADA VOWEL SIGN II 0CC7..0CC8 ; Expands_On_NFD # Mc [2] KANNADA VOWEL SIGN EE..KANNADA VOWEL SIGN AI 0CCA..0CCB ; Expands_On_NFD # Mc [2] KANNADA VOWEL SIGN O..KANNADA VOWEL SIGN OO 0D4A..0D4C ; Expands_On_NFD # Mc [3] MALAYALAM VOWEL SIGN O..MALAYALAM VOWEL SIGN AU 0DDA ; Expands_On_NFD # Mc SINHALA VOWEL SIGN DIGA KOMBUVA 0DDC..0DDE ; Expands_On_NFD # Mc [3] SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA..SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA 0F43 ; Expands_On_NFD # Lo TIBETAN LETTER GHA 0F4D ; Expands_On_NFD # Lo TIBETAN LETTER DDHA 0F52 ; Expands_On_NFD # Lo TIBETAN LETTER DHA 0F57 ; Expands_On_NFD # Lo TIBETAN LETTER BHA 0F5C ; Expands_On_NFD # Lo TIBETAN LETTER DZHA 0F69 ; Expands_On_NFD # Lo TIBETAN LETTER KSSA 0F73 ; Expands_On_NFD # Mn TIBETAN VOWEL SIGN II 0F75..0F76 ; Expands_On_NFD # Mn [2] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC R 0F78 ; Expands_On_NFD # Mn TIBETAN VOWEL SIGN VOCALIC L 0F81 ; Expands_On_NFD # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; Expands_On_NFD # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; Expands_On_NFD # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; Expands_On_NFD # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; Expands_On_NFD # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; Expands_On_NFD # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; Expands_On_NFD # Mn TIBETAN SUBJOINED LETTER KSSA 1026 ; Expands_On_NFD # Lo MYANMAR LETTER UU 1B06 ; Expands_On_NFD # Lo BALINESE LETTER AKARA TEDUNG 1B08 ; Expands_On_NFD # Lo BALINESE LETTER IKARA TEDUNG 1B0A ; Expands_On_NFD # Lo BALINESE LETTER UKARA TEDUNG 1B0C ; Expands_On_NFD # Lo BALINESE LETTER RA REPA TEDUNG 1B0E ; Expands_On_NFD # Lo BALINESE LETTER LA LENGA TEDUNG 1B12 ; Expands_On_NFD # Lo BALINESE LETTER OKARA TEDUNG 1B3B ; Expands_On_NFD # Mc BALINESE VOWEL SIGN RA REPA TEDUNG 1B3D ; Expands_On_NFD # Mc BALINESE VOWEL SIGN LA LENGA TEDUNG 1B40..1B41 ; Expands_On_NFD # Mc [2] BALINESE VOWEL SIGN TALING TEDUNG..BALINESE VOWEL SIGN TALING REPA TEDUNG 1B43 ; Expands_On_NFD # Mc BALINESE VOWEL SIGN PEPET TEDUNG 1E00..1E99 ; Expands_On_NFD # L& [154] LATIN CAPITAL LETTER A WITH RING BELOW..LATIN SMALL LETTER Y WITH RING ABOVE 1E9B ; Expands_On_NFD # L& LATIN SMALL LETTER LONG S WITH DOT ABOVE 1EA0..1EF9 ; Expands_On_NFD # L& [90] LATIN CAPITAL LETTER A WITH DOT BELOW..LATIN SMALL LETTER Y WITH TILDE 1F00..1F15 ; Expands_On_NFD # L& [22] GREEK SMALL LETTER ALPHA WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F18..1F1D ; Expands_On_NFD # L& [6] GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F20..1F45 ; Expands_On_NFD # L& [38] GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F48..1F4D ; Expands_On_NFD # L& [6] GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F50..1F57 ; Expands_On_NFD # L& [8] GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F59 ; Expands_On_NFD # L& GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5B ; Expands_On_NFD # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5D ; Expands_On_NFD # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5F..1F7D ; Expands_On_NFD # L& [31] GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI..GREEK SMALL LETTER OMEGA WITH OXIA 1F80..1FB4 ; Expands_On_NFD # L& [53] GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB6..1FBC ; Expands_On_NFD # L& [7] GREEK SMALL LETTER ALPHA WITH PERISPOMENI..GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FC1 ; Expands_On_NFD # Sk GREEK DIALYTIKA AND PERISPOMENI 1FC2..1FC4 ; Expands_On_NFD # L& [3] GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC6..1FCC ; Expands_On_NFD # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD..1FCF ; Expands_On_NFD # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FD0..1FD3 ; Expands_On_NFD # L& [4] GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD6..1FDB ; Expands_On_NFD # L& [6] GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD..1FDF ; Expands_On_NFD # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE0..1FEC ; Expands_On_NFD # L& [13] GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK CAPITAL LETTER RHO WITH DASIA 1FED..1FEE ; Expands_On_NFD # Sk [2] GREEK DIALYTIKA AND VARIA..GREEK DIALYTIKA AND OXIA 1FF2..1FF4 ; Expands_On_NFD # L& [3] GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF6..1FFC ; Expands_On_NFD # L& [7] GREEK SMALL LETTER OMEGA WITH PERISPOMENI..GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 212B ; Expands_On_NFD # L& ANGSTROM SIGN 219A..219B ; Expands_On_NFD # Sm [2] LEFTWARDS ARROW WITH STROKE..RIGHTWARDS ARROW WITH STROKE 21AE ; Expands_On_NFD # Sm LEFT RIGHT ARROW WITH STROKE 21CD ; Expands_On_NFD # So LEFTWARDS DOUBLE ARROW WITH STROKE 21CE..21CF ; Expands_On_NFD # Sm [2] LEFT RIGHT DOUBLE ARROW WITH STROKE..RIGHTWARDS DOUBLE ARROW WITH STROKE 2204 ; Expands_On_NFD # Sm THERE DOES NOT EXIST 2209 ; Expands_On_NFD # Sm NOT AN ELEMENT OF 220C ; Expands_On_NFD # Sm DOES NOT CONTAIN AS MEMBER 2224 ; Expands_On_NFD # Sm DOES NOT DIVIDE 2226 ; Expands_On_NFD # Sm NOT PARALLEL TO 2241 ; Expands_On_NFD # Sm NOT TILDE 2244 ; Expands_On_NFD # Sm NOT ASYMPTOTICALLY EQUAL TO 2247 ; Expands_On_NFD # Sm NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO 2249 ; Expands_On_NFD # Sm NOT ALMOST EQUAL TO 2260 ; Expands_On_NFD # Sm NOT EQUAL TO 2262 ; Expands_On_NFD # Sm NOT IDENTICAL TO 226D..2271 ; Expands_On_NFD # Sm [5] NOT EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUAL TO 2274..2275 ; Expands_On_NFD # Sm [2] NEITHER LESS-THAN NOR EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUIVALENT TO 2278..2279 ; Expands_On_NFD # Sm [2] NEITHER LESS-THAN NOR GREATER-THAN..NEITHER GREATER-THAN NOR LESS-THAN 2280..2281 ; Expands_On_NFD # Sm [2] DOES NOT PRECEDE..DOES NOT SUCCEED 2284..2285 ; Expands_On_NFD # Sm [2] NOT A SUBSET OF..NOT A SUPERSET OF 2288..2289 ; Expands_On_NFD # Sm [2] NEITHER A SUBSET OF NOR EQUAL TO..NEITHER A SUPERSET OF NOR EQUAL TO 22AC..22AF ; Expands_On_NFD # Sm [4] DOES NOT PROVE..NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE 22E0..22E3 ; Expands_On_NFD # Sm [4] DOES NOT PRECEDE OR EQUAL..NOT SQUARE ORIGINAL OF OR EQUAL TO 22EA..22ED ; Expands_On_NFD # Sm [4] NOT NORMAL SUBGROUP OF..DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL 2ADC ; Expands_On_NFD # Sm FORKING 304C ; Expands_On_NFD # Lo HIRAGANA LETTER GA 304E ; Expands_On_NFD # Lo HIRAGANA LETTER GI 3050 ; Expands_On_NFD # Lo HIRAGANA LETTER GU 3052 ; Expands_On_NFD # Lo HIRAGANA LETTER GE 3054 ; Expands_On_NFD # Lo HIRAGANA LETTER GO 3056 ; Expands_On_NFD # Lo HIRAGANA LETTER ZA 3058 ; Expands_On_NFD # Lo HIRAGANA LETTER ZI 305A ; Expands_On_NFD # Lo HIRAGANA LETTER ZU 305C ; Expands_On_NFD # Lo HIRAGANA LETTER ZE 305E ; Expands_On_NFD # Lo HIRAGANA LETTER ZO 3060 ; Expands_On_NFD # Lo HIRAGANA LETTER DA 3062 ; Expands_On_NFD # Lo HIRAGANA LETTER DI 3065 ; Expands_On_NFD # Lo HIRAGANA LETTER DU 3067 ; Expands_On_NFD # Lo HIRAGANA LETTER DE 3069 ; Expands_On_NFD # Lo HIRAGANA LETTER DO 3070..3071 ; Expands_On_NFD # Lo [2] HIRAGANA LETTER BA..HIRAGANA LETTER PA 3073..3074 ; Expands_On_NFD # Lo [2] HIRAGANA LETTER BI..HIRAGANA LETTER PI 3076..3077 ; Expands_On_NFD # Lo [2] HIRAGANA LETTER BU..HIRAGANA LETTER PU 3079..307A ; Expands_On_NFD # Lo [2] HIRAGANA LETTER BE..HIRAGANA LETTER PE 307C..307D ; Expands_On_NFD # Lo [2] HIRAGANA LETTER BO..HIRAGANA LETTER PO 3094 ; Expands_On_NFD # Lo HIRAGANA LETTER VU 309E ; Expands_On_NFD # Lm HIRAGANA VOICED ITERATION MARK 30AC ; Expands_On_NFD # Lo KATAKANA LETTER GA 30AE ; Expands_On_NFD # Lo KATAKANA LETTER GI 30B0 ; Expands_On_NFD # Lo KATAKANA LETTER GU 30B2 ; Expands_On_NFD # Lo KATAKANA LETTER GE 30B4 ; Expands_On_NFD # Lo KATAKANA LETTER GO 30B6 ; Expands_On_NFD # Lo KATAKANA LETTER ZA 30B8 ; Expands_On_NFD # Lo KATAKANA LETTER ZI 30BA ; Expands_On_NFD # Lo KATAKANA LETTER ZU 30BC ; Expands_On_NFD # Lo KATAKANA LETTER ZE 30BE ; Expands_On_NFD # Lo KATAKANA LETTER ZO 30C0 ; Expands_On_NFD # Lo KATAKANA LETTER DA 30C2 ; Expands_On_NFD # Lo KATAKANA LETTER DI 30C5 ; Expands_On_NFD # Lo KATAKANA LETTER DU 30C7 ; Expands_On_NFD # Lo KATAKANA LETTER DE 30C9 ; Expands_On_NFD # Lo KATAKANA LETTER DO 30D0..30D1 ; Expands_On_NFD # Lo [2] KATAKANA LETTER BA..KATAKANA LETTER PA 30D3..30D4 ; Expands_On_NFD # Lo [2] KATAKANA LETTER BI..KATAKANA LETTER PI 30D6..30D7 ; Expands_On_NFD # Lo [2] KATAKANA LETTER BU..KATAKANA LETTER PU 30D9..30DA ; Expands_On_NFD # Lo [2] KATAKANA LETTER BE..KATAKANA LETTER PE 30DC..30DD ; Expands_On_NFD # Lo [2] KATAKANA LETTER BO..KATAKANA LETTER PO 30F4 ; Expands_On_NFD # Lo KATAKANA LETTER VU 30F7..30FA ; Expands_On_NFD # Lo [4] KATAKANA LETTER VA..KATAKANA LETTER VO 30FE ; Expands_On_NFD # Lm KATAKANA VOICED ITERATION MARK AC00..D7A3 ; Expands_On_NFD # Lo [11172] HANGUL SYLLABLE GA..HANGUL SYLLABLE HIH FB1D ; Expands_On_NFD # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; Expands_On_NFD # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; Expands_On_NFD # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; Expands_On_NFD # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; Expands_On_NFD # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; Expands_On_NFD # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; Expands_On_NFD # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4E ; Expands_On_NFD # Lo [9] HEBREW LETTER TSADI WITH DAGESH..HEBREW LETTER PE WITH RAFE 1109A ; Expands_On_NFD # Lo KAITHI LETTER DDDHA 1109C ; Expands_On_NFD # Lo KAITHI LETTER RHA 110AB ; Expands_On_NFD # Lo KAITHI LETTER VA 1112E..1112F ; Expands_On_NFD # Mn [2] CHAKMA VOWEL SIGN O..CHAKMA VOWEL SIGN AU 1D15E..1D164 ; Expands_On_NFD # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; Expands_On_NFD # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK # Total code points: 12208 # ================================================ # Derived Property: Expands_On_NFC (DEPRECATED as of Unicode 6.0.0) # Generated according to UAX #15. # Characters whose normalized length is not one. # WARNING: Normalization of STRINGS must use the algorithm in UAX #15 because characters may interact. # The length of a normalized string is not necessarily the sum of the lengths of the normalized characters! 0344 ; Expands_On_NFC # Mn COMBINING GREEK DIALYTIKA TONOS 0958..095F ; Expands_On_NFC # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09DC..09DD ; Expands_On_NFC # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; Expands_On_NFC # Lo BENGALI LETTER YYA 0A33 ; Expands_On_NFC # Lo GURMUKHI LETTER LLA 0A36 ; Expands_On_NFC # Lo GURMUKHI LETTER SHA 0A59..0A5B ; Expands_On_NFC # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; Expands_On_NFC # Lo GURMUKHI LETTER FA 0B5C..0B5D ; Expands_On_NFC # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0F43 ; Expands_On_NFC # Lo TIBETAN LETTER GHA 0F4D ; Expands_On_NFC # Lo TIBETAN LETTER DDHA 0F52 ; Expands_On_NFC # Lo TIBETAN LETTER DHA 0F57 ; Expands_On_NFC # Lo TIBETAN LETTER BHA 0F5C ; Expands_On_NFC # Lo TIBETAN LETTER DZHA 0F69 ; Expands_On_NFC # Lo TIBETAN LETTER KSSA 0F73 ; Expands_On_NFC # Mn TIBETAN VOWEL SIGN II 0F75..0F76 ; Expands_On_NFC # Mn [2] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC R 0F78 ; Expands_On_NFC # Mn TIBETAN VOWEL SIGN VOCALIC L 0F81 ; Expands_On_NFC # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; Expands_On_NFC # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; Expands_On_NFC # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; Expands_On_NFC # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; Expands_On_NFC # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; Expands_On_NFC # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; Expands_On_NFC # Mn TIBETAN SUBJOINED LETTER KSSA 2ADC ; Expands_On_NFC # Sm FORKING FB1D ; Expands_On_NFC # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; Expands_On_NFC # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; Expands_On_NFC # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; Expands_On_NFC # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; Expands_On_NFC # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; Expands_On_NFC # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; Expands_On_NFC # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4E ; Expands_On_NFC # Lo [9] HEBREW LETTER TSADI WITH DAGESH..HEBREW LETTER PE WITH RAFE 1D15E..1D164 ; Expands_On_NFC # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; Expands_On_NFC # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK # Total code points: 85 # ================================================ # Derived Property: Expands_On_NFKD (DEPRECATED as of Unicode 6.0.0) # Generated according to UAX #15. # Characters whose normalized length is not one. # WARNING: Normalization of STRINGS must use the algorithm in UAX #15 because characters may interact. # The length of a normalized string is not necessarily the sum of the lengths of the normalized characters! 00A8 ; Expands_On_NFKD # Sk DIAERESIS 00AF ; Expands_On_NFKD # Sk MACRON 00B4 ; Expands_On_NFKD # Sk ACUTE ACCENT 00B8 ; Expands_On_NFKD # Sk CEDILLA 00BC..00BE ; Expands_On_NFKD # No [3] VULGAR FRACTION ONE QUARTER..VULGAR FRACTION THREE QUARTERS 00C0..00C5 ; Expands_On_NFKD # L& [6] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER A WITH RING ABOVE 00C7..00CF ; Expands_On_NFKD # L& [9] LATIN CAPITAL LETTER C WITH CEDILLA..LATIN CAPITAL LETTER I WITH DIAERESIS 00D1..00D6 ; Expands_On_NFKD # L& [6] LATIN CAPITAL LETTER N WITH TILDE..LATIN CAPITAL LETTER O WITH DIAERESIS 00D9..00DD ; Expands_On_NFKD # L& [5] LATIN CAPITAL LETTER U WITH GRAVE..LATIN CAPITAL LETTER Y WITH ACUTE 00E0..00E5 ; Expands_On_NFKD # L& [6] LATIN SMALL LETTER A WITH GRAVE..LATIN SMALL LETTER A WITH RING ABOVE 00E7..00EF ; Expands_On_NFKD # L& [9] LATIN SMALL LETTER C WITH CEDILLA..LATIN SMALL LETTER I WITH DIAERESIS 00F1..00F6 ; Expands_On_NFKD # L& [6] LATIN SMALL LETTER N WITH TILDE..LATIN SMALL LETTER O WITH DIAERESIS 00F9..00FD ; Expands_On_NFKD # L& [5] LATIN SMALL LETTER U WITH GRAVE..LATIN SMALL LETTER Y WITH ACUTE 00FF..010F ; Expands_On_NFKD # L& [17] LATIN SMALL LETTER Y WITH DIAERESIS..LATIN SMALL LETTER D WITH CARON 0112..0125 ; Expands_On_NFKD # L& [20] LATIN CAPITAL LETTER E WITH MACRON..LATIN SMALL LETTER H WITH CIRCUMFLEX 0128..0130 ; Expands_On_NFKD # L& [9] LATIN CAPITAL LETTER I WITH TILDE..LATIN CAPITAL LETTER I WITH DOT ABOVE 0132..0137 ; Expands_On_NFKD # L& [6] LATIN CAPITAL LIGATURE IJ..LATIN SMALL LETTER K WITH CEDILLA 0139..0140 ; Expands_On_NFKD # L& [8] LATIN CAPITAL LETTER L WITH ACUTE..LATIN SMALL LETTER L WITH MIDDLE DOT 0143..0149 ; Expands_On_NFKD # L& [7] LATIN CAPITAL LETTER N WITH ACUTE..LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 014C..0151 ; Expands_On_NFKD # L& [6] LATIN CAPITAL LETTER O WITH MACRON..LATIN SMALL LETTER O WITH DOUBLE ACUTE 0154..0165 ; Expands_On_NFKD # L& [18] LATIN CAPITAL LETTER R WITH ACUTE..LATIN SMALL LETTER T WITH CARON 0168..017E ; Expands_On_NFKD # L& [23] LATIN CAPITAL LETTER U WITH TILDE..LATIN SMALL LETTER Z WITH CARON 01A0..01A1 ; Expands_On_NFKD # L& [2] LATIN CAPITAL LETTER O WITH HORN..LATIN SMALL LETTER O WITH HORN 01AF..01B0 ; Expands_On_NFKD # L& [2] LATIN CAPITAL LETTER U WITH HORN..LATIN SMALL LETTER U WITH HORN 01C4..01DC ; Expands_On_NFKD # L& [25] LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE 01DE..01E3 ; Expands_On_NFKD # L& [6] LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON..LATIN SMALL LETTER AE WITH MACRON 01E6..01F5 ; Expands_On_NFKD # L& [16] LATIN CAPITAL LETTER G WITH CARON..LATIN SMALL LETTER G WITH ACUTE 01F8..021B ; Expands_On_NFKD # L& [36] LATIN CAPITAL LETTER N WITH GRAVE..LATIN SMALL LETTER T WITH COMMA BELOW 021E..021F ; Expands_On_NFKD # L& [2] LATIN CAPITAL LETTER H WITH CARON..LATIN SMALL LETTER H WITH CARON 0226..0233 ; Expands_On_NFKD # L& [14] LATIN CAPITAL LETTER A WITH DOT ABOVE..LATIN SMALL LETTER Y WITH MACRON 02D8..02DD ; Expands_On_NFKD # Sk [6] BREVE..DOUBLE ACUTE ACCENT 0344 ; Expands_On_NFKD # Mn COMBINING GREEK DIALYTIKA TONOS 037A ; Expands_On_NFKD # Lm GREEK YPOGEGRAMMENI 0384..0385 ; Expands_On_NFKD # Sk [2] GREEK TONOS..GREEK DIALYTIKA TONOS 0386 ; Expands_On_NFKD # L& GREEK CAPITAL LETTER ALPHA WITH TONOS 0388..038A ; Expands_On_NFKD # L& [3] GREEK CAPITAL LETTER EPSILON WITH TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS 038C ; Expands_On_NFKD # L& GREEK CAPITAL LETTER OMICRON WITH TONOS 038E..0390 ; Expands_On_NFKD # L& [3] GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 03AA..03B0 ; Expands_On_NFKD # L& [7] GREEK CAPITAL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 03CA..03CE ; Expands_On_NFKD # L& [5] GREEK SMALL LETTER IOTA WITH DIALYTIKA..GREEK SMALL LETTER OMEGA WITH TONOS 03D3..03D4 ; Expands_On_NFKD # L& [2] GREEK UPSILON WITH ACUTE AND HOOK SYMBOL..GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 0400..0401 ; Expands_On_NFKD # L& [2] CYRILLIC CAPITAL LETTER IE WITH GRAVE..CYRILLIC CAPITAL LETTER IO 0403 ; Expands_On_NFKD # L& CYRILLIC CAPITAL LETTER GJE 0407 ; Expands_On_NFKD # L& CYRILLIC CAPITAL LETTER YI 040C..040E ; Expands_On_NFKD # L& [3] CYRILLIC CAPITAL LETTER KJE..CYRILLIC CAPITAL LETTER SHORT U 0419 ; Expands_On_NFKD # L& CYRILLIC CAPITAL LETTER SHORT I 0439 ; Expands_On_NFKD # L& CYRILLIC SMALL LETTER SHORT I 0450..0451 ; Expands_On_NFKD # L& [2] CYRILLIC SMALL LETTER IE WITH GRAVE..CYRILLIC SMALL LETTER IO 0453 ; Expands_On_NFKD # L& CYRILLIC SMALL LETTER GJE 0457 ; Expands_On_NFKD # L& CYRILLIC SMALL LETTER YI 045C..045E ; Expands_On_NFKD # L& [3] CYRILLIC SMALL LETTER KJE..CYRILLIC SMALL LETTER SHORT U 0476..0477 ; Expands_On_NFKD # L& [2] CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT..CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 04C1..04C2 ; Expands_On_NFKD # L& [2] CYRILLIC CAPITAL LETTER ZHE WITH BREVE..CYRILLIC SMALL LETTER ZHE WITH BREVE 04D0..04D3 ; Expands_On_NFKD # L& [4] CYRILLIC CAPITAL LETTER A WITH BREVE..CYRILLIC SMALL LETTER A WITH DIAERESIS 04D6..04D7 ; Expands_On_NFKD # L& [2] CYRILLIC CAPITAL LETTER IE WITH BREVE..CYRILLIC SMALL LETTER IE WITH BREVE 04DA..04DF ; Expands_On_NFKD # L& [6] CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS..CYRILLIC SMALL LETTER ZE WITH DIAERESIS 04E2..04E7 ; Expands_On_NFKD # L& [6] CYRILLIC CAPITAL LETTER I WITH MACRON..CYRILLIC SMALL LETTER O WITH DIAERESIS 04EA..04F5 ; Expands_On_NFKD # L& [12] CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS..CYRILLIC SMALL LETTER CHE WITH DIAERESIS 04F8..04F9 ; Expands_On_NFKD # L& [2] CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS..CYRILLIC SMALL LETTER YERU WITH DIAERESIS 0587 ; Expands_On_NFKD # L& ARMENIAN SMALL LIGATURE ECH YIWN 0622..0626 ; Expands_On_NFKD # Lo [5] ARABIC LETTER ALEF WITH MADDA ABOVE..ARABIC LETTER YEH WITH HAMZA ABOVE 0675..0678 ; Expands_On_NFKD # Lo [4] ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH 06C0 ; Expands_On_NFKD # Lo ARABIC LETTER HEH WITH YEH ABOVE 06C2 ; Expands_On_NFKD # Lo ARABIC LETTER HEH GOAL WITH HAMZA ABOVE 06D3 ; Expands_On_NFKD # Lo ARABIC LETTER YEH BARREE WITH HAMZA ABOVE 0929 ; Expands_On_NFKD # Lo DEVANAGARI LETTER NNNA 0931 ; Expands_On_NFKD # Lo DEVANAGARI LETTER RRA 0934 ; Expands_On_NFKD # Lo DEVANAGARI LETTER LLLA 0958..095F ; Expands_On_NFKD # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09CB..09CC ; Expands_On_NFKD # Mc [2] BENGALI VOWEL SIGN O..BENGALI VOWEL SIGN AU 09DC..09DD ; Expands_On_NFKD # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; Expands_On_NFKD # Lo BENGALI LETTER YYA 0A33 ; Expands_On_NFKD # Lo GURMUKHI LETTER LLA 0A36 ; Expands_On_NFKD # Lo GURMUKHI LETTER SHA 0A59..0A5B ; Expands_On_NFKD # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; Expands_On_NFKD # Lo GURMUKHI LETTER FA 0B48 ; Expands_On_NFKD # Mc ORIYA VOWEL SIGN AI 0B4B..0B4C ; Expands_On_NFKD # Mc [2] ORIYA VOWEL SIGN O..ORIYA VOWEL SIGN AU 0B5C..0B5D ; Expands_On_NFKD # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0B94 ; Expands_On_NFKD # Lo TAMIL LETTER AU 0BCA..0BCC ; Expands_On_NFKD # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 0C48 ; Expands_On_NFKD # Mn TELUGU VOWEL SIGN AI 0CC0 ; Expands_On_NFKD # Mc KANNADA VOWEL SIGN II 0CC7..0CC8 ; Expands_On_NFKD # Mc [2] KANNADA VOWEL SIGN EE..KANNADA VOWEL SIGN AI 0CCA..0CCB ; Expands_On_NFKD # Mc [2] KANNADA VOWEL SIGN O..KANNADA VOWEL SIGN OO 0D4A..0D4C ; Expands_On_NFKD # Mc [3] MALAYALAM VOWEL SIGN O..MALAYALAM VOWEL SIGN AU 0DDA ; Expands_On_NFKD # Mc SINHALA VOWEL SIGN DIGA KOMBUVA 0DDC..0DDE ; Expands_On_NFKD # Mc [3] SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA..SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA 0E33 ; Expands_On_NFKD # Lo THAI CHARACTER SARA AM 0EB3 ; Expands_On_NFKD # Lo LAO VOWEL SIGN AM 0EDC..0EDD ; Expands_On_NFKD # Lo [2] LAO HO NO..LAO HO MO 0F43 ; Expands_On_NFKD # Lo TIBETAN LETTER GHA 0F4D ; Expands_On_NFKD # Lo TIBETAN LETTER DDHA 0F52 ; Expands_On_NFKD # Lo TIBETAN LETTER DHA 0F57 ; Expands_On_NFKD # Lo TIBETAN LETTER BHA 0F5C ; Expands_On_NFKD # Lo TIBETAN LETTER DZHA 0F69 ; Expands_On_NFKD # Lo TIBETAN LETTER KSSA 0F73 ; Expands_On_NFKD # Mn TIBETAN VOWEL SIGN II 0F75..0F79 ; Expands_On_NFKD # Mn [5] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL 0F81 ; Expands_On_NFKD # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; Expands_On_NFKD # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; Expands_On_NFKD # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; Expands_On_NFKD # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; Expands_On_NFKD # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; Expands_On_NFKD # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; Expands_On_NFKD # Mn TIBETAN SUBJOINED LETTER KSSA 1026 ; Expands_On_NFKD # Lo MYANMAR LETTER UU 1B06 ; Expands_On_NFKD # Lo BALINESE LETTER AKARA TEDUNG 1B08 ; Expands_On_NFKD # Lo BALINESE LETTER IKARA TEDUNG 1B0A ; Expands_On_NFKD # Lo BALINESE LETTER UKARA TEDUNG 1B0C ; Expands_On_NFKD # Lo BALINESE LETTER RA REPA TEDUNG 1B0E ; Expands_On_NFKD # Lo BALINESE LETTER LA LENGA TEDUNG 1B12 ; Expands_On_NFKD # Lo BALINESE LETTER OKARA TEDUNG 1B3B ; Expands_On_NFKD # Mc BALINESE VOWEL SIGN RA REPA TEDUNG 1B3D ; Expands_On_NFKD # Mc BALINESE VOWEL SIGN LA LENGA TEDUNG 1B40..1B41 ; Expands_On_NFKD # Mc [2] BALINESE VOWEL SIGN TALING TEDUNG..BALINESE VOWEL SIGN TALING REPA TEDUNG 1B43 ; Expands_On_NFKD # Mc BALINESE VOWEL SIGN PEPET TEDUNG 1E00..1E9B ; Expands_On_NFKD # L& [156] LATIN CAPITAL LETTER A WITH RING BELOW..LATIN SMALL LETTER LONG S WITH DOT ABOVE 1EA0..1EF9 ; Expands_On_NFKD # L& [90] LATIN CAPITAL LETTER A WITH DOT BELOW..LATIN SMALL LETTER Y WITH TILDE 1F00..1F15 ; Expands_On_NFKD # L& [22] GREEK SMALL LETTER ALPHA WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F18..1F1D ; Expands_On_NFKD # L& [6] GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F20..1F45 ; Expands_On_NFKD # L& [38] GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F48..1F4D ; Expands_On_NFKD # L& [6] GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F50..1F57 ; Expands_On_NFKD # L& [8] GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F59 ; Expands_On_NFKD # L& GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5B ; Expands_On_NFKD # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5D ; Expands_On_NFKD # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5F..1F7D ; Expands_On_NFKD # L& [31] GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI..GREEK SMALL LETTER OMEGA WITH OXIA 1F80..1FB4 ; Expands_On_NFKD # L& [53] GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB6..1FBC ; Expands_On_NFKD # L& [7] GREEK SMALL LETTER ALPHA WITH PERISPOMENI..GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FBD ; Expands_On_NFKD # Sk GREEK KORONIS 1FBF..1FC1 ; Expands_On_NFKD # Sk [3] GREEK PSILI..GREEK DIALYTIKA AND PERISPOMENI 1FC2..1FC4 ; Expands_On_NFKD # L& [3] GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC6..1FCC ; Expands_On_NFKD # L& [7] GREEK SMALL LETTER ETA WITH PERISPOMENI..GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD..1FCF ; Expands_On_NFKD # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FD0..1FD3 ; Expands_On_NFKD # L& [4] GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD6..1FDB ; Expands_On_NFKD # L& [6] GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD..1FDF ; Expands_On_NFKD # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE0..1FEC ; Expands_On_NFKD # L& [13] GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK CAPITAL LETTER RHO WITH DASIA 1FED..1FEE ; Expands_On_NFKD # Sk [2] GREEK DIALYTIKA AND VARIA..GREEK DIALYTIKA AND OXIA 1FF2..1FF4 ; Expands_On_NFKD # L& [3] GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF6..1FFC ; Expands_On_NFKD # L& [7] GREEK SMALL LETTER OMEGA WITH PERISPOMENI..GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 1FFD..1FFE ; Expands_On_NFKD # Sk [2] GREEK OXIA..GREEK DASIA 2017 ; Expands_On_NFKD # Po DOUBLE LOW LINE 2025..2026 ; Expands_On_NFKD # Po [2] TWO DOT LEADER..HORIZONTAL ELLIPSIS 2033..2034 ; Expands_On_NFKD # Po [2] DOUBLE PRIME..TRIPLE PRIME 2036..2037 ; Expands_On_NFKD # Po [2] REVERSED DOUBLE PRIME..REVERSED TRIPLE PRIME 203C ; Expands_On_NFKD # Po DOUBLE EXCLAMATION MARK 203E ; Expands_On_NFKD # Po OVERLINE 2047..2049 ; Expands_On_NFKD # Po [3] DOUBLE QUESTION MARK..EXCLAMATION QUESTION MARK 2057 ; Expands_On_NFKD # Po QUADRUPLE PRIME 20A8 ; Expands_On_NFKD # Sc RUPEE SIGN 2100..2101 ; Expands_On_NFKD # So [2] ACCOUNT OF..ADDRESSED TO THE SUBJECT 2103 ; Expands_On_NFKD # So DEGREE CELSIUS 2105..2106 ; Expands_On_NFKD # So [2] CARE OF..CADA UNA 2109 ; Expands_On_NFKD # So DEGREE FAHRENHEIT 2116 ; Expands_On_NFKD # So NUMERO SIGN 2120..2122 ; Expands_On_NFKD # So [3] SERVICE MARK..TRADE MARK SIGN 212B ; Expands_On_NFKD # L& ANGSTROM SIGN 213B ; Expands_On_NFKD # So FACSIMILE SIGN 2150..215F ; Expands_On_NFKD # No [16] VULGAR FRACTION ONE SEVENTH..FRACTION NUMERATOR ONE 2161..2163 ; Expands_On_NFKD # Nl [3] ROMAN NUMERAL TWO..ROMAN NUMERAL FOUR 2165..2168 ; Expands_On_NFKD # Nl [4] ROMAN NUMERAL SIX..ROMAN NUMERAL NINE 216A..216B ; Expands_On_NFKD # Nl [2] ROMAN NUMERAL ELEVEN..ROMAN NUMERAL TWELVE 2171..2173 ; Expands_On_NFKD # Nl [3] SMALL ROMAN NUMERAL TWO..SMALL ROMAN NUMERAL FOUR 2175..2178 ; Expands_On_NFKD # Nl [4] SMALL ROMAN NUMERAL SIX..SMALL ROMAN NUMERAL NINE 217A..217B ; Expands_On_NFKD # Nl [2] SMALL ROMAN NUMERAL ELEVEN..SMALL ROMAN NUMERAL TWELVE 2189 ; Expands_On_NFKD # No VULGAR FRACTION ZERO THIRDS 219A..219B ; Expands_On_NFKD # Sm [2] LEFTWARDS ARROW WITH STROKE..RIGHTWARDS ARROW WITH STROKE 21AE ; Expands_On_NFKD # Sm LEFT RIGHT ARROW WITH STROKE 21CD ; Expands_On_NFKD # So LEFTWARDS DOUBLE ARROW WITH STROKE 21CE..21CF ; Expands_On_NFKD # Sm [2] LEFT RIGHT DOUBLE ARROW WITH STROKE..RIGHTWARDS DOUBLE ARROW WITH STROKE 2204 ; Expands_On_NFKD # Sm THERE DOES NOT EXIST 2209 ; Expands_On_NFKD # Sm NOT AN ELEMENT OF 220C ; Expands_On_NFKD # Sm DOES NOT CONTAIN AS MEMBER 2224 ; Expands_On_NFKD # Sm DOES NOT DIVIDE 2226 ; Expands_On_NFKD # Sm NOT PARALLEL TO 222C..222D ; Expands_On_NFKD # Sm [2] DOUBLE INTEGRAL..TRIPLE INTEGRAL 222F..2230 ; Expands_On_NFKD # Sm [2] SURFACE INTEGRAL..VOLUME INTEGRAL 2241 ; Expands_On_NFKD # Sm NOT TILDE 2244 ; Expands_On_NFKD # Sm NOT ASYMPTOTICALLY EQUAL TO 2247 ; Expands_On_NFKD # Sm NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO 2249 ; Expands_On_NFKD # Sm NOT ALMOST EQUAL TO 2260 ; Expands_On_NFKD # Sm NOT EQUAL TO 2262 ; Expands_On_NFKD # Sm NOT IDENTICAL TO 226D..2271 ; Expands_On_NFKD # Sm [5] NOT EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUAL TO 2274..2275 ; Expands_On_NFKD # Sm [2] NEITHER LESS-THAN NOR EQUIVALENT TO..NEITHER GREATER-THAN NOR EQUIVALENT TO 2278..2279 ; Expands_On_NFKD # Sm [2] NEITHER LESS-THAN NOR GREATER-THAN..NEITHER GREATER-THAN NOR LESS-THAN 2280..2281 ; Expands_On_NFKD # Sm [2] DOES NOT PRECEDE..DOES NOT SUCCEED 2284..2285 ; Expands_On_NFKD # Sm [2] NOT A SUBSET OF..NOT A SUPERSET OF 2288..2289 ; Expands_On_NFKD # Sm [2] NEITHER A SUBSET OF NOR EQUAL TO..NEITHER A SUPERSET OF NOR EQUAL TO 22AC..22AF ; Expands_On_NFKD # Sm [4] DOES NOT PROVE..NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE 22E0..22E3 ; Expands_On_NFKD # Sm [4] DOES NOT PRECEDE OR EQUAL..NOT SQUARE ORIGINAL OF OR EQUAL TO 22EA..22ED ; Expands_On_NFKD # Sm [4] NOT NORMAL SUBGROUP OF..DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL 2469..249B ; Expands_On_NFKD # No [51] CIRCLED NUMBER TEN..NUMBER TWENTY FULL STOP 249C..24B5 ; Expands_On_NFKD # So [26] PARENTHESIZED LATIN SMALL LETTER A..PARENTHESIZED LATIN SMALL LETTER Z 2A0C ; Expands_On_NFKD # Sm QUADRUPLE INTEGRAL OPERATOR 2A74..2A76 ; Expands_On_NFKD # Sm [3] DOUBLE COLON EQUAL..THREE CONSECUTIVE EQUALS SIGNS 2ADC ; Expands_On_NFKD # Sm FORKING 304C ; Expands_On_NFKD # Lo HIRAGANA LETTER GA 304E ; Expands_On_NFKD # Lo HIRAGANA LETTER GI 3050 ; Expands_On_NFKD # Lo HIRAGANA LETTER GU 3052 ; Expands_On_NFKD # Lo HIRAGANA LETTER GE 3054 ; Expands_On_NFKD # Lo HIRAGANA LETTER GO 3056 ; Expands_On_NFKD # Lo HIRAGANA LETTER ZA 3058 ; Expands_On_NFKD # Lo HIRAGANA LETTER ZI 305A ; Expands_On_NFKD # Lo HIRAGANA LETTER ZU 305C ; Expands_On_NFKD # Lo HIRAGANA LETTER ZE 305E ; Expands_On_NFKD # Lo HIRAGANA LETTER ZO 3060 ; Expands_On_NFKD # Lo HIRAGANA LETTER DA 3062 ; Expands_On_NFKD # Lo HIRAGANA LETTER DI 3065 ; Expands_On_NFKD # Lo HIRAGANA LETTER DU 3067 ; Expands_On_NFKD # Lo HIRAGANA LETTER DE 3069 ; Expands_On_NFKD # Lo HIRAGANA LETTER DO 3070..3071 ; Expands_On_NFKD # Lo [2] HIRAGANA LETTER BA..HIRAGANA LETTER PA 3073..3074 ; Expands_On_NFKD # Lo [2] HIRAGANA LETTER BI..HIRAGANA LETTER PI 3076..3077 ; Expands_On_NFKD # Lo [2] HIRAGANA LETTER BU..HIRAGANA LETTER PU 3079..307A ; Expands_On_NFKD # Lo [2] HIRAGANA LETTER BE..HIRAGANA LETTER PE 307C..307D ; Expands_On_NFKD # Lo [2] HIRAGANA LETTER BO..HIRAGANA LETTER PO 3094 ; Expands_On_NFKD # Lo HIRAGANA LETTER VU 309B..309C ; Expands_On_NFKD # Sk [2] KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309E ; Expands_On_NFKD # Lm HIRAGANA VOICED ITERATION MARK 309F ; Expands_On_NFKD # Lo HIRAGANA DIGRAPH YORI 30AC ; Expands_On_NFKD # Lo KATAKANA LETTER GA 30AE ; Expands_On_NFKD # Lo KATAKANA LETTER GI 30B0 ; Expands_On_NFKD # Lo KATAKANA LETTER GU 30B2 ; Expands_On_NFKD # Lo KATAKANA LETTER GE 30B4 ; Expands_On_NFKD # Lo KATAKANA LETTER GO 30B6 ; Expands_On_NFKD # Lo KATAKANA LETTER ZA 30B8 ; Expands_On_NFKD # Lo KATAKANA LETTER ZI 30BA ; Expands_On_NFKD # Lo KATAKANA LETTER ZU 30BC ; Expands_On_NFKD # Lo KATAKANA LETTER ZE 30BE ; Expands_On_NFKD # Lo KATAKANA LETTER ZO 30C0 ; Expands_On_NFKD # Lo KATAKANA LETTER DA 30C2 ; Expands_On_NFKD # Lo KATAKANA LETTER DI 30C5 ; Expands_On_NFKD # Lo KATAKANA LETTER DU 30C7 ; Expands_On_NFKD # Lo KATAKANA LETTER DE 30C9 ; Expands_On_NFKD # Lo KATAKANA LETTER DO 30D0..30D1 ; Expands_On_NFKD # Lo [2] KATAKANA LETTER BA..KATAKANA LETTER PA 30D3..30D4 ; Expands_On_NFKD # Lo [2] KATAKANA LETTER BI..KATAKANA LETTER PI 30D6..30D7 ; Expands_On_NFKD # Lo [2] KATAKANA LETTER BU..KATAKANA LETTER PU 30D9..30DA ; Expands_On_NFKD # Lo [2] KATAKANA LETTER BE..KATAKANA LETTER PE 30DC..30DD ; Expands_On_NFKD # Lo [2] KATAKANA LETTER BO..KATAKANA LETTER PO 30F4 ; Expands_On_NFKD # Lo KATAKANA LETTER VU 30F7..30FA ; Expands_On_NFKD # Lo [4] KATAKANA LETTER VA..KATAKANA LETTER VO 30FE ; Expands_On_NFKD # Lm KATAKANA VOICED ITERATION MARK 30FF ; Expands_On_NFKD # Lo KATAKANA DIGRAPH KOTO 3200..321E ; Expands_On_NFKD # So [31] PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU 3220..3229 ; Expands_On_NFKD # No [10] PARENTHESIZED IDEOGRAPH ONE..PARENTHESIZED IDEOGRAPH TEN 322A..3243 ; Expands_On_NFKD # So [26] PARENTHESIZED IDEOGRAPH MOON..PARENTHESIZED IDEOGRAPH REACH 3250 ; Expands_On_NFKD # So PARTNERSHIP SIGN 3251..325F ; Expands_On_NFKD # No [15] CIRCLED NUMBER TWENTY ONE..CIRCLED NUMBER THIRTY FIVE 326E..327E ; Expands_On_NFKD # So [17] CIRCLED HANGUL KIYEOK A..CIRCLED HANGUL IEUNG U 32B1..32BF ; Expands_On_NFKD # No [15] CIRCLED NUMBER THIRTY SIX..CIRCLED NUMBER FIFTY 32C0..32CF ; Expands_On_NFKD # So [16] IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY..LIMITED LIABILITY SIGN 3300..33FF ; Expands_On_NFKD # So [256] SQUARE APAATO..SQUARE GAL AC00..D7A3 ; Expands_On_NFKD # Lo [11172] HANGUL SYLLABLE GA..HANGUL SYLLABLE HIH FB00..FB06 ; Expands_On_NFKD # L& [7] LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST FB13..FB17 ; Expands_On_NFKD # L& [5] ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH FB1D ; Expands_On_NFKD # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; Expands_On_NFKD # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; Expands_On_NFKD # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; Expands_On_NFKD # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; Expands_On_NFKD # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; Expands_On_NFKD # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; Expands_On_NFKD # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4F ; Expands_On_NFKD # Lo [10] HEBREW LETTER TSADI WITH DAGESH..HEBREW LIGATURE ALEF LAMED FBA4..FBA5 ; Expands_On_NFKD # Lo [2] ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM..ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM FBB0..FBB1 ; Expands_On_NFKD # Lo [2] ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM FBDD ; Expands_On_NFKD # Lo ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM FBEA..FBFB ; Expands_On_NFKD # Lo [18] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM..ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM FC00..FD3D ; Expands_On_NFKD # Lo [318] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD50..FD8F ; Expands_On_NFKD # Lo [64] ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD92..FDC7 ; Expands_On_NFKD # Lo [54] ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDF0..FDFB ; Expands_On_NFKD # Lo [12] ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM..ARABIC LIGATURE JALLAJALALOUHOU FDFC ; Expands_On_NFKD # Sc RIAL SIGN FE19 ; Expands_On_NFKD # Po PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE30 ; Expands_On_NFKD # Po PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE49..FE4C ; Expands_On_NFKD # Po [4] DASHED OVERLINE..DOUBLE WAVY OVERLINE FE70..FE72 ; Expands_On_NFKD # Lo [3] ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM FE74 ; Expands_On_NFKD # Lo ARABIC KASRATAN ISOLATED FORM FE76..FE7F ; Expands_On_NFKD # Lo [10] ARABIC FATHA ISOLATED FORM..ARABIC SUKUN MEDIAL FORM FE81..FE8C ; Expands_On_NFKD # Lo [12] ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM FEF5..FEFC ; Expands_On_NFKD # Lo [8] ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FFE3 ; Expands_On_NFKD # Sk FULLWIDTH MACRON 1109A ; Expands_On_NFKD # Lo KAITHI LETTER DDDHA 1109C ; Expands_On_NFKD # Lo KAITHI LETTER RHA 110AB ; Expands_On_NFKD # Lo KAITHI LETTER VA 1112E..1112F ; Expands_On_NFKD # Mn [2] CHAKMA VOWEL SIGN O..CHAKMA VOWEL SIGN AU 1D15E..1D164 ; Expands_On_NFKD # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; Expands_On_NFKD # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 1F100..1F10A ; Expands_On_NFKD # No [11] DIGIT ZERO FULL STOP..DIGIT NINE COMMA 1F110..1F12A ; Expands_On_NFKD # So [27] PARENTHESIZED LATIN CAPITAL LETTER A..TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S 1F12D..1F12E ; Expands_On_NFKD # So [2] CIRCLED CD..CIRCLED WZ 1F14A..1F14F ; Expands_On_NFKD # So [6] SQUARED HV..SQUARED WC 1F16A..1F16B ; Expands_On_NFKD # So [2] RAISED MC SIGN..RAISED MD SIGN 1F190 ; Expands_On_NFKD # So SQUARE DJ 1F200..1F201 ; Expands_On_NFKD # So [2] SQUARE HIRAGANA HOKA..SQUARED KATAKANA KOKO 1F213 ; Expands_On_NFKD # So SQUARED KATAKANA DE 1F240..1F248 ; Expands_On_NFKD # So [9] TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 # Total code points: 13380 # ================================================ # Derived Property: Expands_On_NFKC (DEPRECATED as of Unicode 6.0.0) # Generated according to UAX #15. # Characters whose normalized length is not one. # WARNING: Normalization of STRINGS must use the algorithm in UAX #15 because characters may interact. # The length of a normalized string is not necessarily the sum of the lengths of the normalized characters! 00A8 ; Expands_On_NFKC # Sk DIAERESIS 00AF ; Expands_On_NFKC # Sk MACRON 00B4 ; Expands_On_NFKC # Sk ACUTE ACCENT 00B8 ; Expands_On_NFKC # Sk CEDILLA 00BC..00BE ; Expands_On_NFKC # No [3] VULGAR FRACTION ONE QUARTER..VULGAR FRACTION THREE QUARTERS 0132..0133 ; Expands_On_NFKC # L& [2] LATIN CAPITAL LIGATURE IJ..LATIN SMALL LIGATURE IJ 013F..0140 ; Expands_On_NFKC # L& [2] LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN SMALL LETTER L WITH MIDDLE DOT 0149 ; Expands_On_NFKC # L& LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 01C4..01CC ; Expands_On_NFKC # L& [9] LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER NJ 01F1..01F3 ; Expands_On_NFKC # L& [3] LATIN CAPITAL LETTER DZ..LATIN SMALL LETTER DZ 02D8..02DD ; Expands_On_NFKC # Sk [6] BREVE..DOUBLE ACUTE ACCENT 0344 ; Expands_On_NFKC # Mn COMBINING GREEK DIALYTIKA TONOS 037A ; Expands_On_NFKC # Lm GREEK YPOGEGRAMMENI 0384..0385 ; Expands_On_NFKC # Sk [2] GREEK TONOS..GREEK DIALYTIKA TONOS 0587 ; Expands_On_NFKC # L& ARMENIAN SMALL LIGATURE ECH YIWN 0675..0678 ; Expands_On_NFKC # Lo [4] ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH 0958..095F ; Expands_On_NFKC # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09DC..09DD ; Expands_On_NFKC # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; Expands_On_NFKC # Lo BENGALI LETTER YYA 0A33 ; Expands_On_NFKC # Lo GURMUKHI LETTER LLA 0A36 ; Expands_On_NFKC # Lo GURMUKHI LETTER SHA 0A59..0A5B ; Expands_On_NFKC # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; Expands_On_NFKC # Lo GURMUKHI LETTER FA 0B5C..0B5D ; Expands_On_NFKC # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0E33 ; Expands_On_NFKC # Lo THAI CHARACTER SARA AM 0EB3 ; Expands_On_NFKC # Lo LAO VOWEL SIGN AM 0EDC..0EDD ; Expands_On_NFKC # Lo [2] LAO HO NO..LAO HO MO 0F43 ; Expands_On_NFKC # Lo TIBETAN LETTER GHA 0F4D ; Expands_On_NFKC # Lo TIBETAN LETTER DDHA 0F52 ; Expands_On_NFKC # Lo TIBETAN LETTER DHA 0F57 ; Expands_On_NFKC # Lo TIBETAN LETTER BHA 0F5C ; Expands_On_NFKC # Lo TIBETAN LETTER DZHA 0F69 ; Expands_On_NFKC # Lo TIBETAN LETTER KSSA 0F73 ; Expands_On_NFKC # Mn TIBETAN VOWEL SIGN II 0F75..0F79 ; Expands_On_NFKC # Mn [5] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL 0F81 ; Expands_On_NFKC # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; Expands_On_NFKC # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; Expands_On_NFKC # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; Expands_On_NFKC # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; Expands_On_NFKC # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; Expands_On_NFKC # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; Expands_On_NFKC # Mn TIBETAN SUBJOINED LETTER KSSA 1E9A ; Expands_On_NFKC # L& LATIN SMALL LETTER A WITH RIGHT HALF RING 1FBD ; Expands_On_NFKC # Sk GREEK KORONIS 1FBF..1FC1 ; Expands_On_NFKC # Sk [3] GREEK PSILI..GREEK DIALYTIKA AND PERISPOMENI 1FCD..1FCF ; Expands_On_NFKC # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FDD..1FDF ; Expands_On_NFKC # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FED..1FEE ; Expands_On_NFKC # Sk [2] GREEK DIALYTIKA AND VARIA..GREEK DIALYTIKA AND OXIA 1FFD..1FFE ; Expands_On_NFKC # Sk [2] GREEK OXIA..GREEK DASIA 2017 ; Expands_On_NFKC # Po DOUBLE LOW LINE 2025..2026 ; Expands_On_NFKC # Po [2] TWO DOT LEADER..HORIZONTAL ELLIPSIS 2033..2034 ; Expands_On_NFKC # Po [2] DOUBLE PRIME..TRIPLE PRIME 2036..2037 ; Expands_On_NFKC # Po [2] REVERSED DOUBLE PRIME..REVERSED TRIPLE PRIME 203C ; Expands_On_NFKC # Po DOUBLE EXCLAMATION MARK 203E ; Expands_On_NFKC # Po OVERLINE 2047..2049 ; Expands_On_NFKC # Po [3] DOUBLE QUESTION MARK..EXCLAMATION QUESTION MARK 2057 ; Expands_On_NFKC # Po QUADRUPLE PRIME 20A8 ; Expands_On_NFKC # Sc RUPEE SIGN 2100..2101 ; Expands_On_NFKC # So [2] ACCOUNT OF..ADDRESSED TO THE SUBJECT 2103 ; Expands_On_NFKC # So DEGREE CELSIUS 2105..2106 ; Expands_On_NFKC # So [2] CARE OF..CADA UNA 2109 ; Expands_On_NFKC # So DEGREE FAHRENHEIT 2116 ; Expands_On_NFKC # So NUMERO SIGN 2120..2122 ; Expands_On_NFKC # So [3] SERVICE MARK..TRADE MARK SIGN 213B ; Expands_On_NFKC # So FACSIMILE SIGN 2150..215F ; Expands_On_NFKC # No [16] VULGAR FRACTION ONE SEVENTH..FRACTION NUMERATOR ONE 2161..2163 ; Expands_On_NFKC # Nl [3] ROMAN NUMERAL TWO..ROMAN NUMERAL FOUR 2165..2168 ; Expands_On_NFKC # Nl [4] ROMAN NUMERAL SIX..ROMAN NUMERAL NINE 216A..216B ; Expands_On_NFKC # Nl [2] ROMAN NUMERAL ELEVEN..ROMAN NUMERAL TWELVE 2171..2173 ; Expands_On_NFKC # Nl [3] SMALL ROMAN NUMERAL TWO..SMALL ROMAN NUMERAL FOUR 2175..2178 ; Expands_On_NFKC # Nl [4] SMALL ROMAN NUMERAL SIX..SMALL ROMAN NUMERAL NINE 217A..217B ; Expands_On_NFKC # Nl [2] SMALL ROMAN NUMERAL ELEVEN..SMALL ROMAN NUMERAL TWELVE 2189 ; Expands_On_NFKC # No VULGAR FRACTION ZERO THIRDS 222C..222D ; Expands_On_NFKC # Sm [2] DOUBLE INTEGRAL..TRIPLE INTEGRAL 222F..2230 ; Expands_On_NFKC # Sm [2] SURFACE INTEGRAL..VOLUME INTEGRAL 2469..249B ; Expands_On_NFKC # No [51] CIRCLED NUMBER TEN..NUMBER TWENTY FULL STOP 249C..24B5 ; Expands_On_NFKC # So [26] PARENTHESIZED LATIN SMALL LETTER A..PARENTHESIZED LATIN SMALL LETTER Z 2A0C ; Expands_On_NFKC # Sm QUADRUPLE INTEGRAL OPERATOR 2A74..2A76 ; Expands_On_NFKC # Sm [3] DOUBLE COLON EQUAL..THREE CONSECUTIVE EQUALS SIGNS 2ADC ; Expands_On_NFKC # Sm FORKING 309B..309C ; Expands_On_NFKC # Sk [2] KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309F ; Expands_On_NFKC # Lo HIRAGANA DIGRAPH YORI 30FF ; Expands_On_NFKC # Lo KATAKANA DIGRAPH KOTO 3200..321E ; Expands_On_NFKC # So [31] PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU 3220..3229 ; Expands_On_NFKC # No [10] PARENTHESIZED IDEOGRAPH ONE..PARENTHESIZED IDEOGRAPH TEN 322A..3243 ; Expands_On_NFKC # So [26] PARENTHESIZED IDEOGRAPH MOON..PARENTHESIZED IDEOGRAPH REACH 3250 ; Expands_On_NFKC # So PARTNERSHIP SIGN 3251..325F ; Expands_On_NFKC # No [15] CIRCLED NUMBER TWENTY ONE..CIRCLED NUMBER THIRTY FIVE 327C..327D ; Expands_On_NFKC # So [2] CIRCLED KOREAN CHARACTER CHAMKO..CIRCLED KOREAN CHARACTER JUEUI 32B1..32BF ; Expands_On_NFKC # No [15] CIRCLED NUMBER THIRTY SIX..CIRCLED NUMBER FIFTY 32C0..32CF ; Expands_On_NFKC # So [16] IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY..LIMITED LIABILITY SIGN 3300..33FF ; Expands_On_NFKC # So [256] SQUARE APAATO..SQUARE GAL FB00..FB06 ; Expands_On_NFKC # L& [7] LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST FB13..FB17 ; Expands_On_NFKC # L& [5] ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH FB1D ; Expands_On_NFKC # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; Expands_On_NFKC # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB2A..FB36 ; Expands_On_NFKC # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; Expands_On_NFKC # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; Expands_On_NFKC # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; Expands_On_NFKC # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; Expands_On_NFKC # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FB4F ; Expands_On_NFKC # Lo [10] HEBREW LETTER TSADI WITH DAGESH..HEBREW LIGATURE ALEF LAMED FBDD ; Expands_On_NFKC # Lo ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM FBEA..FBFB ; Expands_On_NFKC # Lo [18] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM..ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM FC00..FD3D ; Expands_On_NFKC # Lo [318] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD50..FD8F ; Expands_On_NFKC # Lo [64] ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD92..FDC7 ; Expands_On_NFKC # Lo [54] ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDF0..FDFB ; Expands_On_NFKC # Lo [12] ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM..ARABIC LIGATURE JALLAJALALOUHOU FDFC ; Expands_On_NFKC # Sc RIAL SIGN FE19 ; Expands_On_NFKC # Po PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE30 ; Expands_On_NFKC # Po PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE49..FE4C ; Expands_On_NFKC # Po [4] DASHED OVERLINE..DOUBLE WAVY OVERLINE FE70..FE72 ; Expands_On_NFKC # Lo [3] ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM FE74 ; Expands_On_NFKC # Lo ARABIC KASRATAN ISOLATED FORM FE76..FE7F ; Expands_On_NFKC # Lo [10] ARABIC FATHA ISOLATED FORM..ARABIC SUKUN MEDIAL FORM FEF5..FEFC ; Expands_On_NFKC # Lo [8] ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FFE3 ; Expands_On_NFKC # Sk FULLWIDTH MACRON 1D15E..1D164 ; Expands_On_NFKC # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D1BB..1D1C0 ; Expands_On_NFKC # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 1F100..1F10A ; Expands_On_NFKC # No [11] DIGIT ZERO FULL STOP..DIGIT NINE COMMA 1F110..1F12A ; Expands_On_NFKC # So [27] PARENTHESIZED LATIN CAPITAL LETTER A..TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S 1F12D..1F12E ; Expands_On_NFKC # So [2] CIRCLED CD..CIRCLED WZ 1F14A..1F14F ; Expands_On_NFKC # So [6] SQUARED HV..SQUARED WC 1F16A..1F16B ; Expands_On_NFKC # So [2] RAISED MC SIGN..RAISED MD SIGN 1F190 ; Expands_On_NFKC # So SQUARE DJ 1F200..1F201 ; Expands_On_NFKC # So [2] SQUARE HIRAGANA HOKA..SQUARED KATAKANA KOKO 1F240..1F248 ; Expands_On_NFKC # So [9] TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 # Total code points: 1235 # ================================================ # Derived Property: NFKC_Casefold (NFKC_CF) # This property removes certain variations from characters: case, compatibility, and default-ignorables. # It is used for loose matching and certain types of identifiers. # It is constructed by applying NFKC, CaseFolding, and removal of Default_Ignorable_Code_Points. # The process of applying these transformations is repeated until a stable result is produced. # WARNING: Application to STRINGS must apply NFC after mapping each character, because characters may interact. # For more information, see [http://www.unicode.org/reports/tr44/] # Omitted code points are unchanged by this mapping. # @missing: 0000..10FFFF; NFKC_CF; <code point> # All code points not explicitly listed for NFKC_Casefold # have the value <codepoint>. 0041 ; NFKC_CF; 0061 # L& LATIN CAPITAL LETTER A 0042 ; NFKC_CF; 0062 # L& LATIN CAPITAL LETTER B 0043 ; NFKC_CF; 0063 # L& LATIN CAPITAL LETTER C 0044 ; NFKC_CF; 0064 # L& LATIN CAPITAL LETTER D 0045 ; NFKC_CF; 0065 # L& LATIN CAPITAL LETTER E 0046 ; NFKC_CF; 0066 # L& LATIN CAPITAL LETTER F 0047 ; NFKC_CF; 0067 # L& LATIN CAPITAL LETTER G 0048 ; NFKC_CF; 0068 # L& LATIN CAPITAL LETTER H 0049 ; NFKC_CF; 0069 # L& LATIN CAPITAL LETTER I 004A ; NFKC_CF; 006A # L& LATIN CAPITAL LETTER J 004B ; NFKC_CF; 006B # L& LATIN CAPITAL LETTER K 004C ; NFKC_CF; 006C # L& LATIN CAPITAL LETTER L 004D ; NFKC_CF; 006D # L& LATIN CAPITAL LETTER M 004E ; NFKC_CF; 006E # L& LATIN CAPITAL LETTER N 004F ; NFKC_CF; 006F # L& LATIN CAPITAL LETTER O 0050 ; NFKC_CF; 0070 # L& LATIN CAPITAL LETTER P 0051 ; NFKC_CF; 0071 # L& LATIN CAPITAL LETTER Q 0052 ; NFKC_CF; 0072 # L& LATIN CAPITAL LETTER R 0053 ; NFKC_CF; 0073 # L& LATIN CAPITAL LETTER S 0054 ; NFKC_CF; 0074 # L& LATIN CAPITAL LETTER T 0055 ; NFKC_CF; 0075 # L& LATIN CAPITAL LETTER U 0056 ; NFKC_CF; 0076 # L& LATIN CAPITAL LETTER V 0057 ; NFKC_CF; 0077 # L& LATIN CAPITAL LETTER W 0058 ; NFKC_CF; 0078 # L& LATIN CAPITAL LETTER X 0059 ; NFKC_CF; 0079 # L& LATIN CAPITAL LETTER Y 005A ; NFKC_CF; 007A # L& LATIN CAPITAL LETTER Z 00A0 ; NFKC_CF; 0020 # Zs NO-BREAK SPACE 00A8 ; NFKC_CF; 0020 0308 # Sk DIAERESIS 00AA ; NFKC_CF; 0061 # Lo FEMININE ORDINAL INDICATOR 00AD ; NFKC_CF; # Cf SOFT HYPHEN 00AF ; NFKC_CF; 0020 0304 # Sk MACRON 00B2 ; NFKC_CF; 0032 # No SUPERSCRIPT TWO 00B3 ; NFKC_CF; 0033 # No SUPERSCRIPT THREE 00B4 ; NFKC_CF; 0020 0301 # Sk ACUTE ACCENT 00B5 ; NFKC_CF; 03BC # L& MICRO SIGN 00B8 ; NFKC_CF; 0020 0327 # Sk CEDILLA 00B9 ; NFKC_CF; 0031 # No SUPERSCRIPT ONE 00BA ; NFKC_CF; 006F # Lo MASCULINE ORDINAL INDICATOR 00BC ; NFKC_CF; 0031 2044 0034 # No VULGAR FRACTION ONE QUARTER 00BD ; NFKC_CF; 0031 2044 0032 # No VULGAR FRACTION ONE HALF 00BE ; NFKC_CF; 0033 2044 0034 # No VULGAR FRACTION THREE QUARTERS 00C0 ; NFKC_CF; 00E0 # L& LATIN CAPITAL LETTER A WITH GRAVE 00C1 ; NFKC_CF; 00E1 # L& LATIN CAPITAL LETTER A WITH ACUTE 00C2 ; NFKC_CF; 00E2 # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX 00C3 ; NFKC_CF; 00E3 # L& LATIN CAPITAL LETTER A WITH TILDE 00C4 ; NFKC_CF; 00E4 # L& LATIN CAPITAL LETTER A WITH DIAERESIS 00C5 ; NFKC_CF; 00E5 # L& LATIN CAPITAL LETTER A WITH RING ABOVE 00C6 ; NFKC_CF; 00E6 # L& LATIN CAPITAL LETTER AE 00C7 ; NFKC_CF; 00E7 # L& LATIN CAPITAL LETTER C WITH CEDILLA 00C8 ; NFKC_CF; 00E8 # L& LATIN CAPITAL LETTER E WITH GRAVE 00C9 ; NFKC_CF; 00E9 # L& LATIN CAPITAL LETTER E WITH ACUTE 00CA ; NFKC_CF; 00EA # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX 00CB ; NFKC_CF; 00EB # L& LATIN CAPITAL LETTER E WITH DIAERESIS 00CC ; NFKC_CF; 00EC # L& LATIN CAPITAL LETTER I WITH GRAVE 00CD ; NFKC_CF; 00ED # L& LATIN CAPITAL LETTER I WITH ACUTE 00CE ; NFKC_CF; 00EE # L& LATIN CAPITAL LETTER I WITH CIRCUMFLEX 00CF ; NFKC_CF; 00EF # L& LATIN CAPITAL LETTER I WITH DIAERESIS 00D0 ; NFKC_CF; 00F0 # L& LATIN CAPITAL LETTER ETH 00D1 ; NFKC_CF; 00F1 # L& LATIN CAPITAL LETTER N WITH TILDE 00D2 ; NFKC_CF; 00F2 # L& LATIN CAPITAL LETTER O WITH GRAVE 00D3 ; NFKC_CF; 00F3 # L& LATIN CAPITAL LETTER O WITH ACUTE 00D4 ; NFKC_CF; 00F4 # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX 00D5 ; NFKC_CF; 00F5 # L& LATIN CAPITAL LETTER O WITH TILDE 00D6 ; NFKC_CF; 00F6 # L& LATIN CAPITAL LETTER O WITH DIAERESIS 00D8 ; NFKC_CF; 00F8 # L& LATIN CAPITAL LETTER O WITH STROKE 00D9 ; NFKC_CF; 00F9 # L& LATIN CAPITAL LETTER U WITH GRAVE 00DA ; NFKC_CF; 00FA # L& LATIN CAPITAL LETTER U WITH ACUTE 00DB ; NFKC_CF; 00FB # L& LATIN CAPITAL LETTER U WITH CIRCUMFLEX 00DC ; NFKC_CF; 00FC # L& LATIN CAPITAL LETTER U WITH DIAERESIS 00DD ; NFKC_CF; 00FD # L& LATIN CAPITAL LETTER Y WITH ACUTE 00DE ; NFKC_CF; 00FE # L& LATIN CAPITAL LETTER THORN 00DF ; NFKC_CF; 0073 0073 # L& LATIN SMALL LETTER SHARP S 0100 ; NFKC_CF; 0101 # L& LATIN CAPITAL LETTER A WITH MACRON 0102 ; NFKC_CF; 0103 # L& LATIN CAPITAL LETTER A WITH BREVE 0104 ; NFKC_CF; 0105 # L& LATIN CAPITAL LETTER A WITH OGONEK 0106 ; NFKC_CF; 0107 # L& LATIN CAPITAL LETTER C WITH ACUTE 0108 ; NFKC_CF; 0109 # L& LATIN CAPITAL LETTER C WITH CIRCUMFLEX 010A ; NFKC_CF; 010B # L& LATIN CAPITAL LETTER C WITH DOT ABOVE 010C ; NFKC_CF; 010D # L& LATIN CAPITAL LETTER C WITH CARON 010E ; NFKC_CF; 010F # L& LATIN CAPITAL LETTER D WITH CARON 0110 ; NFKC_CF; 0111 # L& LATIN CAPITAL LETTER D WITH STROKE 0112 ; NFKC_CF; 0113 # L& LATIN CAPITAL LETTER E WITH MACRON 0114 ; NFKC_CF; 0115 # L& LATIN CAPITAL LETTER E WITH BREVE 0116 ; NFKC_CF; 0117 # L& LATIN CAPITAL LETTER E WITH DOT ABOVE 0118 ; NFKC_CF; 0119 # L& LATIN CAPITAL LETTER E WITH OGONEK 011A ; NFKC_CF; 011B # L& LATIN CAPITAL LETTER E WITH CARON 011C ; NFKC_CF; 011D # L& LATIN CAPITAL LETTER G WITH CIRCUMFLEX 011E ; NFKC_CF; 011F # L& LATIN CAPITAL LETTER G WITH BREVE 0120 ; NFKC_CF; 0121 # L& LATIN CAPITAL LETTER G WITH DOT ABOVE 0122 ; NFKC_CF; 0123 # L& LATIN CAPITAL LETTER G WITH CEDILLA 0124 ; NFKC_CF; 0125 # L& LATIN CAPITAL LETTER H WITH CIRCUMFLEX 0126 ; NFKC_CF; 0127 # L& LATIN CAPITAL LETTER H WITH STROKE 0128 ; NFKC_CF; 0129 # L& LATIN CAPITAL LETTER I WITH TILDE 012A ; NFKC_CF; 012B # L& LATIN CAPITAL LETTER I WITH MACRON 012C ; NFKC_CF; 012D # L& LATIN CAPITAL LETTER I WITH BREVE 012E ; NFKC_CF; 012F # L& LATIN CAPITAL LETTER I WITH OGONEK 0130 ; NFKC_CF; 0069 0307 # L& LATIN CAPITAL LETTER I WITH DOT ABOVE 0132..0133 ; NFKC_CF; 0069 006A # L& [2] LATIN CAPITAL LIGATURE IJ..LATIN SMALL LIGATURE IJ 0134 ; NFKC_CF; 0135 # L& LATIN CAPITAL LETTER J WITH CIRCUMFLEX 0136 ; NFKC_CF; 0137 # L& LATIN CAPITAL LETTER K WITH CEDILLA 0139 ; NFKC_CF; 013A # L& LATIN CAPITAL LETTER L WITH ACUTE 013B ; NFKC_CF; 013C # L& LATIN CAPITAL LETTER L WITH CEDILLA 013D ; NFKC_CF; 013E # L& LATIN CAPITAL LETTER L WITH CARON 013F..0140 ; NFKC_CF; 006C 00B7 # L& [2] LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN SMALL LETTER L WITH MIDDLE DOT 0141 ; NFKC_CF; 0142 # L& LATIN CAPITAL LETTER L WITH STROKE 0143 ; NFKC_CF; 0144 # L& LATIN CAPITAL LETTER N WITH ACUTE 0145 ; NFKC_CF; 0146 # L& LATIN CAPITAL LETTER N WITH CEDILLA 0147 ; NFKC_CF; 0148 # L& LATIN CAPITAL LETTER N WITH CARON 0149 ; NFKC_CF; 02BC 006E # L& LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 014A ; NFKC_CF; 014B # L& LATIN CAPITAL LETTER ENG 014C ; NFKC_CF; 014D # L& LATIN CAPITAL LETTER O WITH MACRON 014E ; NFKC_CF; 014F # L& LATIN CAPITAL LETTER O WITH BREVE 0150 ; NFKC_CF; 0151 # L& LATIN CAPITAL LETTER O WITH DOUBLE ACUTE 0152 ; NFKC_CF; 0153 # L& LATIN CAPITAL LIGATURE OE 0154 ; NFKC_CF; 0155 # L& LATIN CAPITAL LETTER R WITH ACUTE 0156 ; NFKC_CF; 0157 # L& LATIN CAPITAL LETTER R WITH CEDILLA 0158 ; NFKC_CF; 0159 # L& LATIN CAPITAL LETTER R WITH CARON 015A ; NFKC_CF; 015B # L& LATIN CAPITAL LETTER S WITH ACUTE 015C ; NFKC_CF; 015D # L& LATIN CAPITAL LETTER S WITH CIRCUMFLEX 015E ; NFKC_CF; 015F # L& LATIN CAPITAL LETTER S WITH CEDILLA 0160 ; NFKC_CF; 0161 # L& LATIN CAPITAL LETTER S WITH CARON 0162 ; NFKC_CF; 0163 # L& LATIN CAPITAL LETTER T WITH CEDILLA 0164 ; NFKC_CF; 0165 # L& LATIN CAPITAL LETTER T WITH CARON 0166 ; NFKC_CF; 0167 # L& LATIN CAPITAL LETTER T WITH STROKE 0168 ; NFKC_CF; 0169 # L& LATIN CAPITAL LETTER U WITH TILDE 016A ; NFKC_CF; 016B # L& LATIN CAPITAL LETTER U WITH MACRON 016C ; NFKC_CF; 016D # L& LATIN CAPITAL LETTER U WITH BREVE 016E ; NFKC_CF; 016F # L& LATIN CAPITAL LETTER U WITH RING ABOVE 0170 ; NFKC_CF; 0171 # L& LATIN CAPITAL LETTER U WITH DOUBLE ACUTE 0172 ; NFKC_CF; 0173 # L& LATIN CAPITAL LETTER U WITH OGONEK 0174 ; NFKC_CF; 0175 # L& LATIN CAPITAL LETTER W WITH CIRCUMFLEX 0176 ; NFKC_CF; 0177 # L& LATIN CAPITAL LETTER Y WITH CIRCUMFLEX 0178 ; NFKC_CF; 00FF # L& LATIN CAPITAL LETTER Y WITH DIAERESIS 0179 ; NFKC_CF; 017A # L& LATIN CAPITAL LETTER Z WITH ACUTE 017B ; NFKC_CF; 017C # L& LATIN CAPITAL LETTER Z WITH DOT ABOVE 017D ; NFKC_CF; 017E # L& LATIN CAPITAL LETTER Z WITH CARON 017F ; NFKC_CF; 0073 # L& LATIN SMALL LETTER LONG S 0181 ; NFKC_CF; 0253 # L& LATIN CAPITAL LETTER B WITH HOOK 0182 ; NFKC_CF; 0183 # L& LATIN CAPITAL LETTER B WITH TOPBAR 0184 ; NFKC_CF; 0185 # L& LATIN CAPITAL LETTER TONE SIX 0186 ; NFKC_CF; 0254 # L& LATIN CAPITAL LETTER OPEN O 0187 ; NFKC_CF; 0188 # L& LATIN CAPITAL LETTER C WITH HOOK 0189 ; NFKC_CF; 0256 # L& LATIN CAPITAL LETTER AFRICAN D 018A ; NFKC_CF; 0257 # L& LATIN CAPITAL LETTER D WITH HOOK 018B ; NFKC_CF; 018C # L& LATIN CAPITAL LETTER D WITH TOPBAR 018E ; NFKC_CF; 01DD # L& LATIN CAPITAL LETTER REVERSED E 018F ; NFKC_CF; 0259 # L& LATIN CAPITAL LETTER SCHWA 0190 ; NFKC_CF; 025B # L& LATIN CAPITAL LETTER OPEN E 0191 ; NFKC_CF; 0192 # L& LATIN CAPITAL LETTER F WITH HOOK 0193 ; NFKC_CF; 0260 # L& LATIN CAPITAL LETTER G WITH HOOK 0194 ; NFKC_CF; 0263 # L& LATIN CAPITAL LETTER GAMMA 0196 ; NFKC_CF; 0269 # L& LATIN CAPITAL LETTER IOTA 0197 ; NFKC_CF; 0268 # L& LATIN CAPITAL LETTER I WITH STROKE 0198 ; NFKC_CF; 0199 # L& LATIN CAPITAL LETTER K WITH HOOK 019C ; NFKC_CF; 026F # L& LATIN CAPITAL LETTER TURNED M 019D ; NFKC_CF; 0272 # L& LATIN CAPITAL LETTER N WITH LEFT HOOK 019F ; NFKC_CF; 0275 # L& LATIN CAPITAL LETTER O WITH MIDDLE TILDE 01A0 ; NFKC_CF; 01A1 # L& LATIN CAPITAL LETTER O WITH HORN 01A2 ; NFKC_CF; 01A3 # L& LATIN CAPITAL LETTER OI 01A4 ; NFKC_CF; 01A5 # L& LATIN CAPITAL LETTER P WITH HOOK 01A6 ; NFKC_CF; 0280 # L& LATIN LETTER YR 01A7 ; NFKC_CF; 01A8 # L& LATIN CAPITAL LETTER TONE TWO 01A9 ; NFKC_CF; 0283 # L& LATIN CAPITAL LETTER ESH 01AC ; NFKC_CF; 01AD # L& LATIN CAPITAL LETTER T WITH HOOK 01AE ; NFKC_CF; 0288 # L& LATIN CAPITAL LETTER T WITH RETROFLEX HOOK 01AF ; NFKC_CF; 01B0 # L& LATIN CAPITAL LETTER U WITH HORN 01B1 ; NFKC_CF; 028A # L& LATIN CAPITAL LETTER UPSILON 01B2 ; NFKC_CF; 028B # L& LATIN CAPITAL LETTER V WITH HOOK 01B3 ; NFKC_CF; 01B4 # L& LATIN CAPITAL LETTER Y WITH HOOK 01B5 ; NFKC_CF; 01B6 # L& LATIN CAPITAL LETTER Z WITH STROKE 01B7 ; NFKC_CF; 0292 # L& LATIN CAPITAL LETTER EZH 01B8 ; NFKC_CF; 01B9 # L& LATIN CAPITAL LETTER EZH REVERSED 01BC ; NFKC_CF; 01BD # L& LATIN CAPITAL LETTER TONE FIVE 01C4..01C6 ; NFKC_CF; 0064 017E # L& [3] LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER DZ WITH CARON 01C7..01C9 ; NFKC_CF; 006C 006A # L& [3] LATIN CAPITAL LETTER LJ..LATIN SMALL LETTER LJ 01CA..01CC ; NFKC_CF; 006E 006A # L& [3] LATIN CAPITAL LETTER NJ..LATIN SMALL LETTER NJ 01CD ; NFKC_CF; 01CE # L& LATIN CAPITAL LETTER A WITH CARON 01CF ; NFKC_CF; 01D0 # L& LATIN CAPITAL LETTER I WITH CARON 01D1 ; NFKC_CF; 01D2 # L& LATIN CAPITAL LETTER O WITH CARON 01D3 ; NFKC_CF; 01D4 # L& LATIN CAPITAL LETTER U WITH CARON 01D5 ; NFKC_CF; 01D6 # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON 01D7 ; NFKC_CF; 01D8 # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE 01D9 ; NFKC_CF; 01DA # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON 01DB ; NFKC_CF; 01DC # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE 01DE ; NFKC_CF; 01DF # L& LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON 01E0 ; NFKC_CF; 01E1 # L& LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON 01E2 ; NFKC_CF; 01E3 # L& LATIN CAPITAL LETTER AE WITH MACRON 01E4 ; NFKC_CF; 01E5 # L& LATIN CAPITAL LETTER G WITH STROKE 01E6 ; NFKC_CF; 01E7 # L& LATIN CAPITAL LETTER G WITH CARON 01E8 ; NFKC_CF; 01E9 # L& LATIN CAPITAL LETTER K WITH CARON 01EA ; NFKC_CF; 01EB # L& LATIN CAPITAL LETTER O WITH OGONEK 01EC ; NFKC_CF; 01ED # L& LATIN CAPITAL LETTER O WITH OGONEK AND MACRON 01EE ; NFKC_CF; 01EF # L& LATIN CAPITAL LETTER EZH WITH CARON 01F1..01F3 ; NFKC_CF; 0064 007A # L& [3] LATIN CAPITAL LETTER DZ..LATIN SMALL LETTER DZ 01F4 ; NFKC_CF; 01F5 # L& LATIN CAPITAL LETTER G WITH ACUTE 01F6 ; NFKC_CF; 0195 # L& LATIN CAPITAL LETTER HWAIR 01F7 ; NFKC_CF; 01BF # L& LATIN CAPITAL LETTER WYNN 01F8 ; NFKC_CF; 01F9 # L& LATIN CAPITAL LETTER N WITH GRAVE 01FA ; NFKC_CF; 01FB # L& LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE 01FC ; NFKC_CF; 01FD # L& LATIN CAPITAL LETTER AE WITH ACUTE 01FE ; NFKC_CF; 01FF # L& LATIN CAPITAL LETTER O WITH STROKE AND ACUTE 0200 ; NFKC_CF; 0201 # L& LATIN CAPITAL LETTER A WITH DOUBLE GRAVE 0202 ; NFKC_CF; 0203 # L& LATIN CAPITAL LETTER A WITH INVERTED BREVE 0204 ; NFKC_CF; 0205 # L& LATIN CAPITAL LETTER E WITH DOUBLE GRAVE 0206 ; NFKC_CF; 0207 # L& LATIN CAPITAL LETTER E WITH INVERTED BREVE 0208 ; NFKC_CF; 0209 # L& LATIN CAPITAL LETTER I WITH DOUBLE GRAVE 020A ; NFKC_CF; 020B # L& LATIN CAPITAL LETTER I WITH INVERTED BREVE 020C ; NFKC_CF; 020D # L& LATIN CAPITAL LETTER O WITH DOUBLE GRAVE 020E ; NFKC_CF; 020F # L& LATIN CAPITAL LETTER O WITH INVERTED BREVE 0210 ; NFKC_CF; 0211 # L& LATIN CAPITAL LETTER R WITH DOUBLE GRAVE 0212 ; NFKC_CF; 0213 # L& LATIN CAPITAL LETTER R WITH INVERTED BREVE 0214 ; NFKC_CF; 0215 # L& LATIN CAPITAL LETTER U WITH DOUBLE GRAVE 0216 ; NFKC_CF; 0217 # L& LATIN CAPITAL LETTER U WITH INVERTED BREVE 0218 ; NFKC_CF; 0219 # L& LATIN CAPITAL LETTER S WITH COMMA BELOW 021A ; NFKC_CF; 021B # L& LATIN CAPITAL LETTER T WITH COMMA BELOW 021C ; NFKC_CF; 021D # L& LATIN CAPITAL LETTER YOGH 021E ; NFKC_CF; 021F # L& LATIN CAPITAL LETTER H WITH CARON 0220 ; NFKC_CF; 019E # L& LATIN CAPITAL LETTER N WITH LONG RIGHT LEG 0222 ; NFKC_CF; 0223 # L& LATIN CAPITAL LETTER OU 0224 ; NFKC_CF; 0225 # L& LATIN CAPITAL LETTER Z WITH HOOK 0226 ; NFKC_CF; 0227 # L& LATIN CAPITAL LETTER A WITH DOT ABOVE 0228 ; NFKC_CF; 0229 # L& LATIN CAPITAL LETTER E WITH CEDILLA 022A ; NFKC_CF; 022B # L& LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON 022C ; NFKC_CF; 022D # L& LATIN CAPITAL LETTER O WITH TILDE AND MACRON 022E ; NFKC_CF; 022F # L& LATIN CAPITAL LETTER O WITH DOT ABOVE 0230 ; NFKC_CF; 0231 # L& LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON 0232 ; NFKC_CF; 0233 # L& LATIN CAPITAL LETTER Y WITH MACRON 023A ; NFKC_CF; 2C65 # L& LATIN CAPITAL LETTER A WITH STROKE 023B ; NFKC_CF; 023C # L& LATIN CAPITAL LETTER C WITH STROKE 023D ; NFKC_CF; 019A # L& LATIN CAPITAL LETTER L WITH BAR 023E ; NFKC_CF; 2C66 # L& LATIN CAPITAL LETTER T WITH DIAGONAL STROKE 0241 ; NFKC_CF; 0242 # L& LATIN CAPITAL LETTER GLOTTAL STOP 0243 ; NFKC_CF; 0180 # L& LATIN CAPITAL LETTER B WITH STROKE 0244 ; NFKC_CF; 0289 # L& LATIN CAPITAL LETTER U BAR 0245 ; NFKC_CF; 028C # L& LATIN CAPITAL LETTER TURNED V 0246 ; NFKC_CF; 0247 # L& LATIN CAPITAL LETTER E WITH STROKE 0248 ; NFKC_CF; 0249 # L& LATIN CAPITAL LETTER J WITH STROKE 024A ; NFKC_CF; 024B # L& LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL 024C ; NFKC_CF; 024D # L& LATIN CAPITAL LETTER R WITH STROKE 024E ; NFKC_CF; 024F # L& LATIN CAPITAL LETTER Y WITH STROKE 02B0 ; NFKC_CF; 0068 # Lm MODIFIER LETTER SMALL H 02B1 ; NFKC_CF; 0266 # Lm MODIFIER LETTER SMALL H WITH HOOK 02B2 ; NFKC_CF; 006A # Lm MODIFIER LETTER SMALL J 02B3 ; NFKC_CF; 0072 # Lm MODIFIER LETTER SMALL R 02B4 ; NFKC_CF; 0279 # Lm MODIFIER LETTER SMALL TURNED R 02B5 ; NFKC_CF; 027B # Lm MODIFIER LETTER SMALL TURNED R WITH HOOK 02B6 ; NFKC_CF; 0281 # Lm MODIFIER LETTER SMALL CAPITAL INVERTED R 02B7 ; NFKC_CF; 0077 # Lm MODIFIER LETTER SMALL W 02B8 ; NFKC_CF; 0079 # Lm MODIFIER LETTER SMALL Y 02D8 ; NFKC_CF; 0020 0306 # Sk BREVE 02D9 ; NFKC_CF; 0020 0307 # Sk DOT ABOVE 02DA ; NFKC_CF; 0020 030A # Sk RING ABOVE 02DB ; NFKC_CF; 0020 0328 # Sk OGONEK 02DC ; NFKC_CF; 0020 0303 # Sk SMALL TILDE 02DD ; NFKC_CF; 0020 030B # Sk DOUBLE ACUTE ACCENT 02E0 ; NFKC_CF; 0263 # Lm MODIFIER LETTER SMALL GAMMA 02E1 ; NFKC_CF; 006C # Lm MODIFIER LETTER SMALL L 02E2 ; NFKC_CF; 0073 # Lm MODIFIER LETTER SMALL S 02E3 ; NFKC_CF; 0078 # Lm MODIFIER LETTER SMALL X 02E4 ; NFKC_CF; 0295 # Lm MODIFIER LETTER SMALL REVERSED GLOTTAL STOP 0340 ; NFKC_CF; 0300 # Mn COMBINING GRAVE TONE MARK 0341 ; NFKC_CF; 0301 # Mn COMBINING ACUTE TONE MARK 0343 ; NFKC_CF; 0313 # Mn COMBINING GREEK KORONIS 0344 ; NFKC_CF; 0308 0301 # Mn COMBINING GREEK DIALYTIKA TONOS 0345 ; NFKC_CF; 03B9 # Mn COMBINING GREEK YPOGEGRAMMENI 034F ; NFKC_CF; # Mn COMBINING GRAPHEME JOINER 0370 ; NFKC_CF; 0371 # L& GREEK CAPITAL LETTER HETA 0372 ; NFKC_CF; 0373 # L& GREEK CAPITAL LETTER ARCHAIC SAMPI 0374 ; NFKC_CF; 02B9 # Lm GREEK NUMERAL SIGN 0376 ; NFKC_CF; 0377 # L& GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA 037A ; NFKC_CF; 0020 03B9 # Lm GREEK YPOGEGRAMMENI 037E ; NFKC_CF; 003B # Po GREEK QUESTION MARK 0384 ; NFKC_CF; 0020 0301 # Sk GREEK TONOS 0385 ; NFKC_CF; 0020 0308 0301 # Sk GREEK DIALYTIKA TONOS 0386 ; NFKC_CF; 03AC # L& GREEK CAPITAL LETTER ALPHA WITH TONOS 0387 ; NFKC_CF; 00B7 # Po GREEK ANO TELEIA 0388 ; NFKC_CF; 03AD # L& GREEK CAPITAL LETTER EPSILON WITH TONOS 0389 ; NFKC_CF; 03AE # L& GREEK CAPITAL LETTER ETA WITH TONOS 038A ; NFKC_CF; 03AF # L& GREEK CAPITAL LETTER IOTA WITH TONOS 038C ; NFKC_CF; 03CC # L& GREEK CAPITAL LETTER OMICRON WITH TONOS 038E ; NFKC_CF; 03CD # L& GREEK CAPITAL LETTER UPSILON WITH TONOS 038F ; NFKC_CF; 03CE # L& GREEK CAPITAL LETTER OMEGA WITH TONOS 0391 ; NFKC_CF; 03B1 # L& GREEK CAPITAL LETTER ALPHA 0392 ; NFKC_CF; 03B2 # L& GREEK CAPITAL LETTER BETA 0393 ; NFKC_CF; 03B3 # L& GREEK CAPITAL LETTER GAMMA 0394 ; NFKC_CF; 03B4 # L& GREEK CAPITAL LETTER DELTA 0395 ; NFKC_CF; 03B5 # L& GREEK CAPITAL LETTER EPSILON 0396 ; NFKC_CF; 03B6 # L& GREEK CAPITAL LETTER ZETA 0397 ; NFKC_CF; 03B7 # L& GREEK CAPITAL LETTER ETA 0398 ; NFKC_CF; 03B8 # L& GREEK CAPITAL LETTER THETA 0399 ; NFKC_CF; 03B9 # L& GREEK CAPITAL LETTER IOTA 039A ; NFKC_CF; 03BA # L& GREEK CAPITAL LETTER KAPPA 039B ; NFKC_CF; 03BB # L& GREEK CAPITAL LETTER LAMDA 039C ; NFKC_CF; 03BC # L& GREEK CAPITAL LETTER MU 039D ; NFKC_CF; 03BD # L& GREEK CAPITAL LETTER NU 039E ; NFKC_CF; 03BE # L& GREEK CAPITAL LETTER XI 039F ; NFKC_CF; 03BF # L& GREEK CAPITAL LETTER OMICRON 03A0 ; NFKC_CF; 03C0 # L& GREEK CAPITAL LETTER PI 03A1 ; NFKC_CF; 03C1 # L& GREEK CAPITAL LETTER RHO 03A3 ; NFKC_CF; 03C3 # L& GREEK CAPITAL LETTER SIGMA 03A4 ; NFKC_CF; 03C4 # L& GREEK CAPITAL LETTER TAU 03A5 ; NFKC_CF; 03C5 # L& GREEK CAPITAL LETTER UPSILON 03A6 ; NFKC_CF; 03C6 # L& GREEK CAPITAL LETTER PHI 03A7 ; NFKC_CF; 03C7 # L& GREEK CAPITAL LETTER CHI 03A8 ; NFKC_CF; 03C8 # L& GREEK CAPITAL LETTER PSI 03A9 ; NFKC_CF; 03C9 # L& GREEK CAPITAL LETTER OMEGA 03AA ; NFKC_CF; 03CA # L& GREEK CAPITAL LETTER IOTA WITH DIALYTIKA 03AB ; NFKC_CF; 03CB # L& GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA 03C2 ; NFKC_CF; 03C3 # L& GREEK SMALL LETTER FINAL SIGMA 03CF ; NFKC_CF; 03D7 # L& GREEK CAPITAL KAI SYMBOL 03D0 ; NFKC_CF; 03B2 # L& GREEK BETA SYMBOL 03D1 ; NFKC_CF; 03B8 # L& GREEK THETA SYMBOL 03D2 ; NFKC_CF; 03C5 # L& GREEK UPSILON WITH HOOK SYMBOL 03D3 ; NFKC_CF; 03CD # L& GREEK UPSILON WITH ACUTE AND HOOK SYMBOL 03D4 ; NFKC_CF; 03CB # L& GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 03D5 ; NFKC_CF; 03C6 # L& GREEK PHI SYMBOL 03D6 ; NFKC_CF; 03C0 # L& GREEK PI SYMBOL 03D8 ; NFKC_CF; 03D9 # L& GREEK LETTER ARCHAIC KOPPA 03DA ; NFKC_CF; 03DB # L& GREEK LETTER STIGMA 03DC ; NFKC_CF; 03DD # L& GREEK LETTER DIGAMMA 03DE ; NFKC_CF; 03DF # L& GREEK LETTER KOPPA 03E0 ; NFKC_CF; 03E1 # L& GREEK LETTER SAMPI 03E2 ; NFKC_CF; 03E3 # L& COPTIC CAPITAL LETTER SHEI 03E4 ; NFKC_CF; 03E5 # L& COPTIC CAPITAL LETTER FEI 03E6 ; NFKC_CF; 03E7 # L& COPTIC CAPITAL LETTER KHEI 03E8 ; NFKC_CF; 03E9 # L& COPTIC CAPITAL LETTER HORI 03EA ; NFKC_CF; 03EB # L& COPTIC CAPITAL LETTER GANGIA 03EC ; NFKC_CF; 03ED # L& COPTIC CAPITAL LETTER SHIMA 03EE ; NFKC_CF; 03EF # L& COPTIC CAPITAL LETTER DEI 03F0 ; NFKC_CF; 03BA # L& GREEK KAPPA SYMBOL 03F1 ; NFKC_CF; 03C1 # L& GREEK RHO SYMBOL 03F2 ; NFKC_CF; 03C3 # L& GREEK LUNATE SIGMA SYMBOL 03F4 ; NFKC_CF; 03B8 # L& GREEK CAPITAL THETA SYMBOL 03F5 ; NFKC_CF; 03B5 # L& GREEK LUNATE EPSILON SYMBOL 03F7 ; NFKC_CF; 03F8 # L& GREEK CAPITAL LETTER SHO 03F9 ; NFKC_CF; 03C3 # L& GREEK CAPITAL LUNATE SIGMA SYMBOL 03FA ; NFKC_CF; 03FB # L& GREEK CAPITAL LETTER SAN 03FD ; NFKC_CF; 037B # L& GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL 03FE ; NFKC_CF; 037C # L& GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL 03FF ; NFKC_CF; 037D # L& GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL 0400 ; NFKC_CF; 0450 # L& CYRILLIC CAPITAL LETTER IE WITH GRAVE 0401 ; NFKC_CF; 0451 # L& CYRILLIC CAPITAL LETTER IO 0402 ; NFKC_CF; 0452 # L& CYRILLIC CAPITAL LETTER DJE 0403 ; NFKC_CF; 0453 # L& CYRILLIC CAPITAL LETTER GJE 0404 ; NFKC_CF; 0454 # L& CYRILLIC CAPITAL LETTER UKRAINIAN IE 0405 ; NFKC_CF; 0455 # L& CYRILLIC CAPITAL LETTER DZE 0406 ; NFKC_CF; 0456 # L& CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I 0407 ; NFKC_CF; 0457 # L& CYRILLIC CAPITAL LETTER YI 0408 ; NFKC_CF; 0458 # L& CYRILLIC CAPITAL LETTER JE 0409 ; NFKC_CF; 0459 # L& CYRILLIC CAPITAL LETTER LJE 040A ; NFKC_CF; 045A # L& CYRILLIC CAPITAL LETTER NJE 040B ; NFKC_CF; 045B # L& CYRILLIC CAPITAL LETTER TSHE 040C ; NFKC_CF; 045C # L& CYRILLIC CAPITAL LETTER KJE 040D ; NFKC_CF; 045D # L& CYRILLIC CAPITAL LETTER I WITH GRAVE 040E ; NFKC_CF; 045E # L& CYRILLIC CAPITAL LETTER SHORT U 040F ; NFKC_CF; 045F # L& CYRILLIC CAPITAL LETTER DZHE 0410 ; NFKC_CF; 0430 # L& CYRILLIC CAPITAL LETTER A 0411 ; NFKC_CF; 0431 # L& CYRILLIC CAPITAL LETTER BE 0412 ; NFKC_CF; 0432 # L& CYRILLIC CAPITAL LETTER VE 0413 ; NFKC_CF; 0433 # L& CYRILLIC CAPITAL LETTER GHE 0414 ; NFKC_CF; 0434 # L& CYRILLIC CAPITAL LETTER DE 0415 ; NFKC_CF; 0435 # L& CYRILLIC CAPITAL LETTER IE 0416 ; NFKC_CF; 0436 # L& CYRILLIC CAPITAL LETTER ZHE 0417 ; NFKC_CF; 0437 # L& CYRILLIC CAPITAL LETTER ZE 0418 ; NFKC_CF; 0438 # L& CYRILLIC CAPITAL LETTER I 0419 ; NFKC_CF; 0439 # L& CYRILLIC CAPITAL LETTER SHORT I 041A ; NFKC_CF; 043A # L& CYRILLIC CAPITAL LETTER KA 041B ; NFKC_CF; 043B # L& CYRILLIC CAPITAL LETTER EL 041C ; NFKC_CF; 043C # L& CYRILLIC CAPITAL LETTER EM 041D ; NFKC_CF; 043D # L& CYRILLIC CAPITAL LETTER EN 041E ; NFKC_CF; 043E # L& CYRILLIC CAPITAL LETTER O 041F ; NFKC_CF; 043F # L& CYRILLIC CAPITAL LETTER PE 0420 ; NFKC_CF; 0440 # L& CYRILLIC CAPITAL LETTER ER 0421 ; NFKC_CF; 0441 # L& CYRILLIC CAPITAL LETTER ES 0422 ; NFKC_CF; 0442 # L& CYRILLIC CAPITAL LETTER TE 0423 ; NFKC_CF; 0443 # L& CYRILLIC CAPITAL LETTER U 0424 ; NFKC_CF; 0444 # L& CYRILLIC CAPITAL LETTER EF 0425 ; NFKC_CF; 0445 # L& CYRILLIC CAPITAL LETTER HA 0426 ; NFKC_CF; 0446 # L& CYRILLIC CAPITAL LETTER TSE 0427 ; NFKC_CF; 0447 # L& CYRILLIC CAPITAL LETTER CHE 0428 ; NFKC_CF; 0448 # L& CYRILLIC CAPITAL LETTER SHA 0429 ; NFKC_CF; 0449 # L& CYRILLIC CAPITAL LETTER SHCHA 042A ; NFKC_CF; 044A # L& CYRILLIC CAPITAL LETTER HARD SIGN 042B ; NFKC_CF; 044B # L& CYRILLIC CAPITAL LETTER YERU 042C ; NFKC_CF; 044C # L& CYRILLIC CAPITAL LETTER SOFT SIGN 042D ; NFKC_CF; 044D # L& CYRILLIC CAPITAL LETTER E 042E ; NFKC_CF; 044E # L& CYRILLIC CAPITAL LETTER YU 042F ; NFKC_CF; 044F # L& CYRILLIC CAPITAL LETTER YA 0460 ; NFKC_CF; 0461 # L& CYRILLIC CAPITAL LETTER OMEGA 0462 ; NFKC_CF; 0463 # L& CYRILLIC CAPITAL LETTER YAT 0464 ; NFKC_CF; 0465 # L& CYRILLIC CAPITAL LETTER IOTIFIED E 0466 ; NFKC_CF; 0467 # L& CYRILLIC CAPITAL LETTER LITTLE YUS 0468 ; NFKC_CF; 0469 # L& CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS 046A ; NFKC_CF; 046B # L& CYRILLIC CAPITAL LETTER BIG YUS 046C ; NFKC_CF; 046D # L& CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS 046E ; NFKC_CF; 046F # L& CYRILLIC CAPITAL LETTER KSI 0470 ; NFKC_CF; 0471 # L& CYRILLIC CAPITAL LETTER PSI 0472 ; NFKC_CF; 0473 # L& CYRILLIC CAPITAL LETTER FITA 0474 ; NFKC_CF; 0475 # L& CYRILLIC CAPITAL LETTER IZHITSA 0476 ; NFKC_CF; 0477 # L& CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0478 ; NFKC_CF; 0479 # L& CYRILLIC CAPITAL LETTER UK 047A ; NFKC_CF; 047B # L& CYRILLIC CAPITAL LETTER ROUND OMEGA 047C ; NFKC_CF; 047D # L& CYRILLIC CAPITAL LETTER OMEGA WITH TITLO 047E ; NFKC_CF; 047F # L& CYRILLIC CAPITAL LETTER OT 0480 ; NFKC_CF; 0481 # L& CYRILLIC CAPITAL LETTER KOPPA 048A ; NFKC_CF; 048B # L& CYRILLIC CAPITAL LETTER SHORT I WITH TAIL 048C ; NFKC_CF; 048D # L& CYRILLIC CAPITAL LETTER SEMISOFT SIGN 048E ; NFKC_CF; 048F # L& CYRILLIC CAPITAL LETTER ER WITH TICK 0490 ; NFKC_CF; 0491 # L& CYRILLIC CAPITAL LETTER GHE WITH UPTURN 0492 ; NFKC_CF; 0493 # L& CYRILLIC CAPITAL LETTER GHE WITH STROKE 0494 ; NFKC_CF; 0495 # L& CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK 0496 ; NFKC_CF; 0497 # L& CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER 0498 ; NFKC_CF; 0499 # L& CYRILLIC CAPITAL LETTER ZE WITH DESCENDER 049A ; NFKC_CF; 049B # L& CYRILLIC CAPITAL LETTER KA WITH DESCENDER 049C ; NFKC_CF; 049D # L& CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE 049E ; NFKC_CF; 049F # L& CYRILLIC CAPITAL LETTER KA WITH STROKE 04A0 ; NFKC_CF; 04A1 # L& CYRILLIC CAPITAL LETTER BASHKIR KA 04A2 ; NFKC_CF; 04A3 # L& CYRILLIC CAPITAL LETTER EN WITH DESCENDER 04A4 ; NFKC_CF; 04A5 # L& CYRILLIC CAPITAL LIGATURE EN GHE 04A6 ; NFKC_CF; 04A7 # L& CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK 04A8 ; NFKC_CF; 04A9 # L& CYRILLIC CAPITAL LETTER ABKHASIAN HA 04AA ; NFKC_CF; 04AB # L& CYRILLIC CAPITAL LETTER ES WITH DESCENDER 04AC ; NFKC_CF; 04AD # L& CYRILLIC CAPITAL LETTER TE WITH DESCENDER 04AE ; NFKC_CF; 04AF # L& CYRILLIC CAPITAL LETTER STRAIGHT U 04B0 ; NFKC_CF; 04B1 # L& CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE 04B2 ; NFKC_CF; 04B3 # L& CYRILLIC CAPITAL LETTER HA WITH DESCENDER 04B4 ; NFKC_CF; 04B5 # L& CYRILLIC CAPITAL LIGATURE TE TSE 04B6 ; NFKC_CF; 04B7 # L& CYRILLIC CAPITAL LETTER CHE WITH DESCENDER 04B8 ; NFKC_CF; 04B9 # L& CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE 04BA ; NFKC_CF; 04BB # L& CYRILLIC CAPITAL LETTER SHHA 04BC ; NFKC_CF; 04BD # L& CYRILLIC CAPITAL LETTER ABKHASIAN CHE 04BE ; NFKC_CF; 04BF # L& CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER 04C0 ; NFKC_CF; 04CF # L& CYRILLIC LETTER PALOCHKA 04C1 ; NFKC_CF; 04C2 # L& CYRILLIC CAPITAL LETTER ZHE WITH BREVE 04C3 ; NFKC_CF; 04C4 # L& CYRILLIC CAPITAL LETTER KA WITH HOOK 04C5 ; NFKC_CF; 04C6 # L& CYRILLIC CAPITAL LETTER EL WITH TAIL 04C7 ; NFKC_CF; 04C8 # L& CYRILLIC CAPITAL LETTER EN WITH HOOK 04C9 ; NFKC_CF; 04CA # L& CYRILLIC CAPITAL LETTER EN WITH TAIL 04CB ; NFKC_CF; 04CC # L& CYRILLIC CAPITAL LETTER KHAKASSIAN CHE 04CD ; NFKC_CF; 04CE # L& CYRILLIC CAPITAL LETTER EM WITH TAIL 04D0 ; NFKC_CF; 04D1 # L& CYRILLIC CAPITAL LETTER A WITH BREVE 04D2 ; NFKC_CF; 04D3 # L& CYRILLIC CAPITAL LETTER A WITH DIAERESIS 04D4 ; NFKC_CF; 04D5 # L& CYRILLIC CAPITAL LIGATURE A IE 04D6 ; NFKC_CF; 04D7 # L& CYRILLIC CAPITAL LETTER IE WITH BREVE 04D8 ; NFKC_CF; 04D9 # L& CYRILLIC CAPITAL LETTER SCHWA 04DA ; NFKC_CF; 04DB # L& CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS 04DC ; NFKC_CF; 04DD # L& CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS 04DE ; NFKC_CF; 04DF # L& CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS 04E0 ; NFKC_CF; 04E1 # L& CYRILLIC CAPITAL LETTER ABKHASIAN DZE 04E2 ; NFKC_CF; 04E3 # L& CYRILLIC CAPITAL LETTER I WITH MACRON 04E4 ; NFKC_CF; 04E5 # L& CYRILLIC CAPITAL LETTER I WITH DIAERESIS 04E6 ; NFKC_CF; 04E7 # L& CYRILLIC CAPITAL LETTER O WITH DIAERESIS 04E8 ; NFKC_CF; 04E9 # L& CYRILLIC CAPITAL LETTER BARRED O 04EA ; NFKC_CF; 04EB # L& CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS 04EC ; NFKC_CF; 04ED # L& CYRILLIC CAPITAL LETTER E WITH DIAERESIS 04EE ; NFKC_CF; 04EF # L& CYRILLIC CAPITAL LETTER U WITH MACRON 04F0 ; NFKC_CF; 04F1 # L& CYRILLIC CAPITAL LETTER U WITH DIAERESIS 04F2 ; NFKC_CF; 04F3 # L& CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE 04F4 ; NFKC_CF; 04F5 # L& CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F6 ; NFKC_CF; 04F7 # L& CYRILLIC CAPITAL LETTER GHE WITH DESCENDER 04F8 ; NFKC_CF; 04F9 # L& CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04FA ; NFKC_CF; 04FB # L& CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK 04FC ; NFKC_CF; 04FD # L& CYRILLIC CAPITAL LETTER HA WITH HOOK 04FE ; NFKC_CF; 04FF # L& CYRILLIC CAPITAL LETTER HA WITH STROKE 0500 ; NFKC_CF; 0501 # L& CYRILLIC CAPITAL LETTER KOMI DE 0502 ; NFKC_CF; 0503 # L& CYRILLIC CAPITAL LETTER KOMI DJE 0504 ; NFKC_CF; 0505 # L& CYRILLIC CAPITAL LETTER KOMI ZJE 0506 ; NFKC_CF; 0507 # L& CYRILLIC CAPITAL LETTER KOMI DZJE 0508 ; NFKC_CF; 0509 # L& CYRILLIC CAPITAL LETTER KOMI LJE 050A ; NFKC_CF; 050B # L& CYRILLIC CAPITAL LETTER KOMI NJE 050C ; NFKC_CF; 050D # L& CYRILLIC CAPITAL LETTER KOMI SJE 050E ; NFKC_CF; 050F # L& CYRILLIC CAPITAL LETTER KOMI TJE 0510 ; NFKC_CF; 0511 # L& CYRILLIC CAPITAL LETTER REVERSED ZE 0512 ; NFKC_CF; 0513 # L& CYRILLIC CAPITAL LETTER EL WITH HOOK 0514 ; NFKC_CF; 0515 # L& CYRILLIC CAPITAL LETTER LHA 0516 ; NFKC_CF; 0517 # L& CYRILLIC CAPITAL LETTER RHA 0518 ; NFKC_CF; 0519 # L& CYRILLIC CAPITAL LETTER YAE 051A ; NFKC_CF; 051B # L& CYRILLIC CAPITAL LETTER QA 051C ; NFKC_CF; 051D # L& CYRILLIC CAPITAL LETTER WE 051E ; NFKC_CF; 051F # L& CYRILLIC CAPITAL LETTER ALEUT KA 0520 ; NFKC_CF; 0521 # L& CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK 0522 ; NFKC_CF; 0523 # L& CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK 0524 ; NFKC_CF; 0525 # L& CYRILLIC CAPITAL LETTER PE WITH DESCENDER 0526 ; NFKC_CF; 0527 # L& CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER 0531 ; NFKC_CF; 0561 # L& ARMENIAN CAPITAL LETTER AYB 0532 ; NFKC_CF; 0562 # L& ARMENIAN CAPITAL LETTER BEN 0533 ; NFKC_CF; 0563 # L& ARMENIAN CAPITAL LETTER GIM 0534 ; NFKC_CF; 0564 # L& ARMENIAN CAPITAL LETTER DA 0535 ; NFKC_CF; 0565 # L& ARMENIAN CAPITAL LETTER ECH 0536 ; NFKC_CF; 0566 # L& ARMENIAN CAPITAL LETTER ZA 0537 ; NFKC_CF; 0567 # L& ARMENIAN CAPITAL LETTER EH 0538 ; NFKC_CF; 0568 # L& ARMENIAN CAPITAL LETTER ET 0539 ; NFKC_CF; 0569 # L& ARMENIAN CAPITAL LETTER TO 053A ; NFKC_CF; 056A # L& ARMENIAN CAPITAL LETTER ZHE 053B ; NFKC_CF; 056B # L& ARMENIAN CAPITAL LETTER INI 053C ; NFKC_CF; 056C # L& ARMENIAN CAPITAL LETTER LIWN 053D ; NFKC_CF; 056D # L& ARMENIAN CAPITAL LETTER XEH 053E ; NFKC_CF; 056E # L& ARMENIAN CAPITAL LETTER CA 053F ; NFKC_CF; 056F # L& ARMENIAN CAPITAL LETTER KEN 0540 ; NFKC_CF; 0570 # L& ARMENIAN CAPITAL LETTER HO 0541 ; NFKC_CF; 0571 # L& ARMENIAN CAPITAL LETTER JA 0542 ; NFKC_CF; 0572 # L& ARMENIAN CAPITAL LETTER GHAD 0543 ; NFKC_CF; 0573 # L& ARMENIAN CAPITAL LETTER CHEH 0544 ; NFKC_CF; 0574 # L& ARMENIAN CAPITAL LETTER MEN 0545 ; NFKC_CF; 0575 # L& ARMENIAN CAPITAL LETTER YI 0546 ; NFKC_CF; 0576 # L& ARMENIAN CAPITAL LETTER NOW 0547 ; NFKC_CF; 0577 # L& ARMENIAN CAPITAL LETTER SHA 0548 ; NFKC_CF; 0578 # L& ARMENIAN CAPITAL LETTER VO 0549 ; NFKC_CF; 0579 # L& ARMENIAN CAPITAL LETTER CHA 054A ; NFKC_CF; 057A # L& ARMENIAN CAPITAL LETTER PEH 054B ; NFKC_CF; 057B # L& ARMENIAN CAPITAL LETTER JHEH 054C ; NFKC_CF; 057C # L& ARMENIAN CAPITAL LETTER RA 054D ; NFKC_CF; 057D # L& ARMENIAN CAPITAL LETTER SEH 054E ; NFKC_CF; 057E # L& ARMENIAN CAPITAL LETTER VEW 054F ; NFKC_CF; 057F # L& ARMENIAN CAPITAL LETTER TIWN 0550 ; NFKC_CF; 0580 # L& ARMENIAN CAPITAL LETTER REH 0551 ; NFKC_CF; 0581 # L& ARMENIAN CAPITAL LETTER CO 0552 ; NFKC_CF; 0582 # L& ARMENIAN CAPITAL LETTER YIWN 0553 ; NFKC_CF; 0583 # L& ARMENIAN CAPITAL LETTER PIWR 0554 ; NFKC_CF; 0584 # L& ARMENIAN CAPITAL LETTER KEH 0555 ; NFKC_CF; 0585 # L& ARMENIAN CAPITAL LETTER OH 0556 ; NFKC_CF; 0586 # L& ARMENIAN CAPITAL LETTER FEH 0587 ; NFKC_CF; 0565 0582 # L& ARMENIAN SMALL LIGATURE ECH YIWN 061C ; NFKC_CF; # Cf ARABIC LETTER MARK 0675 ; NFKC_CF; 0627 0674 # Lo ARABIC LETTER HIGH HAMZA ALEF 0676 ; NFKC_CF; 0648 0674 # Lo ARABIC LETTER HIGH HAMZA WAW 0677 ; NFKC_CF; 06C7 0674 # Lo ARABIC LETTER U WITH HAMZA ABOVE 0678 ; NFKC_CF; 064A 0674 # Lo ARABIC LETTER HIGH HAMZA YEH 0958 ; NFKC_CF; 0915 093C # Lo DEVANAGARI LETTER QA 0959 ; NFKC_CF; 0916 093C # Lo DEVANAGARI LETTER KHHA 095A ; NFKC_CF; 0917 093C # Lo DEVANAGARI LETTER GHHA 095B ; NFKC_CF; 091C 093C # Lo DEVANAGARI LETTER ZA 095C ; NFKC_CF; 0921 093C # Lo DEVANAGARI LETTER DDDHA 095D ; NFKC_CF; 0922 093C # Lo DEVANAGARI LETTER RHA 095E ; NFKC_CF; 092B 093C # Lo DEVANAGARI LETTER FA 095F ; NFKC_CF; 092F 093C # Lo DEVANAGARI LETTER YYA 09DC ; NFKC_CF; 09A1 09BC # Lo BENGALI LETTER RRA 09DD ; NFKC_CF; 09A2 09BC # Lo BENGALI LETTER RHA 09DF ; NFKC_CF; 09AF 09BC # Lo BENGALI LETTER YYA 0A33 ; NFKC_CF; 0A32 0A3C # Lo GURMUKHI LETTER LLA 0A36 ; NFKC_CF; 0A38 0A3C # Lo GURMUKHI LETTER SHA 0A59 ; NFKC_CF; 0A16 0A3C # Lo GURMUKHI LETTER KHHA 0A5A ; NFKC_CF; 0A17 0A3C # Lo GURMUKHI LETTER GHHA 0A5B ; NFKC_CF; 0A1C 0A3C # Lo GURMUKHI LETTER ZA 0A5E ; NFKC_CF; 0A2B 0A3C # Lo GURMUKHI LETTER FA 0B5C ; NFKC_CF; 0B21 0B3C # Lo ORIYA LETTER RRA 0B5D ; NFKC_CF; 0B22 0B3C # Lo ORIYA LETTER RHA 0E33 ; NFKC_CF; 0E4D 0E32 # Lo THAI CHARACTER SARA AM 0EB3 ; NFKC_CF; 0ECD 0EB2 # Lo LAO VOWEL SIGN AM 0EDC ; NFKC_CF; 0EAB 0E99 # Lo LAO HO NO 0EDD ; NFKC_CF; 0EAB 0EA1 # Lo LAO HO MO 0F0C ; NFKC_CF; 0F0B # Po TIBETAN MARK DELIMITER TSHEG BSTAR 0F43 ; NFKC_CF; 0F42 0FB7 # Lo TIBETAN LETTER GHA 0F4D ; NFKC_CF; 0F4C 0FB7 # Lo TIBETAN LETTER DDHA 0F52 ; NFKC_CF; 0F51 0FB7 # Lo TIBETAN LETTER DHA 0F57 ; NFKC_CF; 0F56 0FB7 # Lo TIBETAN LETTER BHA 0F5C ; NFKC_CF; 0F5B 0FB7 # Lo TIBETAN LETTER DZHA 0F69 ; NFKC_CF; 0F40 0FB5 # Lo TIBETAN LETTER KSSA 0F73 ; NFKC_CF; 0F71 0F72 # Mn TIBETAN VOWEL SIGN II 0F75 ; NFKC_CF; 0F71 0F74 # Mn TIBETAN VOWEL SIGN UU 0F76 ; NFKC_CF; 0FB2 0F80 # Mn TIBETAN VOWEL SIGN VOCALIC R 0F77 ; NFKC_CF; 0FB2 0F71 0F80 # Mn TIBETAN VOWEL SIGN VOCALIC RR 0F78 ; NFKC_CF; 0FB3 0F80 # Mn TIBETAN VOWEL SIGN VOCALIC L 0F79 ; NFKC_CF; 0FB3 0F71 0F80 # Mn TIBETAN VOWEL SIGN VOCALIC LL 0F81 ; NFKC_CF; 0F71 0F80 # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; NFKC_CF; 0F92 0FB7 # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; NFKC_CF; 0F9C 0FB7 # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; NFKC_CF; 0FA1 0FB7 # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; NFKC_CF; 0FA6 0FB7 # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; NFKC_CF; 0FAB 0FB7 # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; NFKC_CF; 0F90 0FB5 # Mn TIBETAN SUBJOINED LETTER KSSA 10A0 ; NFKC_CF; 2D00 # L& GEORGIAN CAPITAL LETTER AN 10A1 ; NFKC_CF; 2D01 # L& GEORGIAN CAPITAL LETTER BAN 10A2 ; NFKC_CF; 2D02 # L& GEORGIAN CAPITAL LETTER GAN 10A3 ; NFKC_CF; 2D03 # L& GEORGIAN CAPITAL LETTER DON 10A4 ; NFKC_CF; 2D04 # L& GEORGIAN CAPITAL LETTER EN 10A5 ; NFKC_CF; 2D05 # L& GEORGIAN CAPITAL LETTER VIN 10A6 ; NFKC_CF; 2D06 # L& GEORGIAN CAPITAL LETTER ZEN 10A7 ; NFKC_CF; 2D07 # L& GEORGIAN CAPITAL LETTER TAN 10A8 ; NFKC_CF; 2D08 # L& GEORGIAN CAPITAL LETTER IN 10A9 ; NFKC_CF; 2D09 # L& GEORGIAN CAPITAL LETTER KAN 10AA ; NFKC_CF; 2D0A # L& GEORGIAN CAPITAL LETTER LAS 10AB ; NFKC_CF; 2D0B # L& GEORGIAN CAPITAL LETTER MAN 10AC ; NFKC_CF; 2D0C # L& GEORGIAN CAPITAL LETTER NAR 10AD ; NFKC_CF; 2D0D # L& GEORGIAN CAPITAL LETTER ON 10AE ; NFKC_CF; 2D0E # L& GEORGIAN CAPITAL LETTER PAR 10AF ; NFKC_CF; 2D0F # L& GEORGIAN CAPITAL LETTER ZHAR 10B0 ; NFKC_CF; 2D10 # L& GEORGIAN CAPITAL LETTER RAE 10B1 ; NFKC_CF; 2D11 # L& GEORGIAN CAPITAL LETTER SAN 10B2 ; NFKC_CF; 2D12 # L& GEORGIAN CAPITAL LETTER TAR 10B3 ; NFKC_CF; 2D13 # L& GEORGIAN CAPITAL LETTER UN 10B4 ; NFKC_CF; 2D14 # L& GEORGIAN CAPITAL LETTER PHAR 10B5 ; NFKC_CF; 2D15 # L& GEORGIAN CAPITAL LETTER KHAR 10B6 ; NFKC_CF; 2D16 # L& GEORGIAN CAPITAL LETTER GHAN 10B7 ; NFKC_CF; 2D17 # L& GEORGIAN CAPITAL LETTER QAR 10B8 ; NFKC_CF; 2D18 # L& GEORGIAN CAPITAL LETTER SHIN 10B9 ; NFKC_CF; 2D19 # L& GEORGIAN CAPITAL LETTER CHIN 10BA ; NFKC_CF; 2D1A # L& GEORGIAN CAPITAL LETTER CAN 10BB ; NFKC_CF; 2D1B # L& GEORGIAN CAPITAL LETTER JIL 10BC ; NFKC_CF; 2D1C # L& GEORGIAN CAPITAL LETTER CIL 10BD ; NFKC_CF; 2D1D # L& GEORGIAN CAPITAL LETTER CHAR 10BE ; NFKC_CF; 2D1E # L& GEORGIAN CAPITAL LETTER XAN 10BF ; NFKC_CF; 2D1F # L& GEORGIAN CAPITAL LETTER JHAN 10C0 ; NFKC_CF; 2D20 # L& GEORGIAN CAPITAL LETTER HAE 10C1 ; NFKC_CF; 2D21 # L& GEORGIAN CAPITAL LETTER HE 10C2 ; NFKC_CF; 2D22 # L& GEORGIAN CAPITAL LETTER HIE 10C3 ; NFKC_CF; 2D23 # L& GEORGIAN CAPITAL LETTER WE 10C4 ; NFKC_CF; 2D24 # L& GEORGIAN CAPITAL LETTER HAR 10C5 ; NFKC_CF; 2D25 # L& GEORGIAN CAPITAL LETTER HOE 10C7 ; NFKC_CF; 2D27 # L& GEORGIAN CAPITAL LETTER YN 10CD ; NFKC_CF; 2D2D # L& GEORGIAN CAPITAL LETTER AEN 10FC ; NFKC_CF; 10DC # Lm MODIFIER LETTER GEORGIAN NAR 115F..1160 ; NFKC_CF; # Lo [2] HANGUL CHOSEONG FILLER..HANGUL JUNGSEONG FILLER 17B4..17B5 ; NFKC_CF; # Mn [2] KHMER VOWEL INHERENT AQ..KHMER VOWEL INHERENT AA 180B..180D ; NFKC_CF; # Mn [3] MONGOLIAN FREE VARIATION SELECTOR ONE..MONGOLIAN FREE VARIATION SELECTOR THREE 180E ; NFKC_CF; # Cf MONGOLIAN VOWEL SEPARATOR 1D2C ; NFKC_CF; 0061 # Lm MODIFIER LETTER CAPITAL A 1D2D ; NFKC_CF; 00E6 # Lm MODIFIER LETTER CAPITAL AE 1D2E ; NFKC_CF; 0062 # Lm MODIFIER LETTER CAPITAL B 1D30 ; NFKC_CF; 0064 # Lm MODIFIER LETTER CAPITAL D 1D31 ; NFKC_CF; 0065 # Lm MODIFIER LETTER CAPITAL E 1D32 ; NFKC_CF; 01DD # Lm MODIFIER LETTER CAPITAL REVERSED E 1D33 ; NFKC_CF; 0067 # Lm MODIFIER LETTER CAPITAL G 1D34 ; NFKC_CF; 0068 # Lm MODIFIER LETTER CAPITAL H 1D35 ; NFKC_CF; 0069 # Lm MODIFIER LETTER CAPITAL I 1D36 ; NFKC_CF; 006A # Lm MODIFIER LETTER CAPITAL J 1D37 ; NFKC_CF; 006B # Lm MODIFIER LETTER CAPITAL K 1D38 ; NFKC_CF; 006C # Lm MODIFIER LETTER CAPITAL L 1D39 ; NFKC_CF; 006D # Lm MODIFIER LETTER CAPITAL M 1D3A ; NFKC_CF; 006E # Lm MODIFIER LETTER CAPITAL N 1D3C ; NFKC_CF; 006F # Lm MODIFIER LETTER CAPITAL O 1D3D ; NFKC_CF; 0223 # Lm MODIFIER LETTER CAPITAL OU 1D3E ; NFKC_CF; 0070 # Lm MODIFIER LETTER CAPITAL P 1D3F ; NFKC_CF; 0072 # Lm MODIFIER LETTER CAPITAL R 1D40 ; NFKC_CF; 0074 # Lm MODIFIER LETTER CAPITAL T 1D41 ; NFKC_CF; 0075 # Lm MODIFIER LETTER CAPITAL U 1D42 ; NFKC_CF; 0077 # Lm MODIFIER LETTER CAPITAL W 1D43 ; NFKC_CF; 0061 # Lm MODIFIER LETTER SMALL A 1D44 ; NFKC_CF; 0250 # Lm MODIFIER LETTER SMALL TURNED A 1D45 ; NFKC_CF; 0251 # Lm MODIFIER LETTER SMALL ALPHA 1D46 ; NFKC_CF; 1D02 # Lm MODIFIER LETTER SMALL TURNED AE 1D47 ; NFKC_CF; 0062 # Lm MODIFIER LETTER SMALL B 1D48 ; NFKC_CF; 0064 # Lm MODIFIER LETTER SMALL D 1D49 ; NFKC_CF; 0065 # Lm MODIFIER LETTER SMALL E 1D4A ; NFKC_CF; 0259 # Lm MODIFIER LETTER SMALL SCHWA 1D4B ; NFKC_CF; 025B # Lm MODIFIER LETTER SMALL OPEN E 1D4C ; NFKC_CF; 025C # Lm MODIFIER LETTER SMALL TURNED OPEN E 1D4D ; NFKC_CF; 0067 # Lm MODIFIER LETTER SMALL G 1D4F ; NFKC_CF; 006B # Lm MODIFIER LETTER SMALL K 1D50 ; NFKC_CF; 006D # Lm MODIFIER LETTER SMALL M 1D51 ; NFKC_CF; 014B # Lm MODIFIER LETTER SMALL ENG 1D52 ; NFKC_CF; 006F # Lm MODIFIER LETTER SMALL O 1D53 ; NFKC_CF; 0254 # Lm MODIFIER LETTER SMALL OPEN O 1D54 ; NFKC_CF; 1D16 # Lm MODIFIER LETTER SMALL TOP HALF O 1D55 ; NFKC_CF; 1D17 # Lm MODIFIER LETTER SMALL BOTTOM HALF O 1D56 ; NFKC_CF; 0070 # Lm MODIFIER LETTER SMALL P 1D57 ; NFKC_CF; 0074 # Lm MODIFIER LETTER SMALL T 1D58 ; NFKC_CF; 0075 # Lm MODIFIER LETTER SMALL U 1D59 ; NFKC_CF; 1D1D # Lm MODIFIER LETTER SMALL SIDEWAYS U 1D5A ; NFKC_CF; 026F # Lm MODIFIER LETTER SMALL TURNED M 1D5B ; NFKC_CF; 0076 # Lm MODIFIER LETTER SMALL V 1D5C ; NFKC_CF; 1D25 # Lm MODIFIER LETTER SMALL AIN 1D5D ; NFKC_CF; 03B2 # Lm MODIFIER LETTER SMALL BETA 1D5E ; NFKC_CF; 03B3 # Lm MODIFIER LETTER SMALL GREEK GAMMA 1D5F ; NFKC_CF; 03B4 # Lm MODIFIER LETTER SMALL DELTA 1D60 ; NFKC_CF; 03C6 # Lm MODIFIER LETTER SMALL GREEK PHI 1D61 ; NFKC_CF; 03C7 # Lm MODIFIER LETTER SMALL CHI 1D62 ; NFKC_CF; 0069 # Lm LATIN SUBSCRIPT SMALL LETTER I 1D63 ; NFKC_CF; 0072 # Lm LATIN SUBSCRIPT SMALL LETTER R 1D64 ; NFKC_CF; 0075 # Lm LATIN SUBSCRIPT SMALL LETTER U 1D65 ; NFKC_CF; 0076 # Lm LATIN SUBSCRIPT SMALL LETTER V 1D66 ; NFKC_CF; 03B2 # Lm GREEK SUBSCRIPT SMALL LETTER BETA 1D67 ; NFKC_CF; 03B3 # Lm GREEK SUBSCRIPT SMALL LETTER GAMMA 1D68 ; NFKC_CF; 03C1 # Lm GREEK SUBSCRIPT SMALL LETTER RHO 1D69 ; NFKC_CF; 03C6 # Lm GREEK SUBSCRIPT SMALL LETTER PHI 1D6A ; NFKC_CF; 03C7 # Lm GREEK SUBSCRIPT SMALL LETTER CHI 1D78 ; NFKC_CF; 043D # Lm MODIFIER LETTER CYRILLIC EN 1D9B ; NFKC_CF; 0252 # Lm MODIFIER LETTER SMALL TURNED ALPHA 1D9C ; NFKC_CF; 0063 # Lm MODIFIER LETTER SMALL C 1D9D ; NFKC_CF; 0255 # Lm MODIFIER LETTER SMALL C WITH CURL 1D9E ; NFKC_CF; 00F0 # Lm MODIFIER LETTER SMALL ETH 1D9F ; NFKC_CF; 025C # Lm MODIFIER LETTER SMALL REVERSED OPEN E 1DA0 ; NFKC_CF; 0066 # Lm MODIFIER LETTER SMALL F 1DA1 ; NFKC_CF; 025F # Lm MODIFIER LETTER SMALL DOTLESS J WITH STROKE 1DA2 ; NFKC_CF; 0261 # Lm MODIFIER LETTER SMALL SCRIPT G 1DA3 ; NFKC_CF; 0265 # Lm MODIFIER LETTER SMALL TURNED H 1DA4 ; NFKC_CF; 0268 # Lm MODIFIER LETTER SMALL I WITH STROKE 1DA5 ; NFKC_CF; 0269 # Lm MODIFIER LETTER SMALL IOTA 1DA6 ; NFKC_CF; 026A # Lm MODIFIER LETTER SMALL CAPITAL I 1DA7 ; NFKC_CF; 1D7B # Lm MODIFIER LETTER SMALL CAPITAL I WITH STROKE 1DA8 ; NFKC_CF; 029D # Lm MODIFIER LETTER SMALL J WITH CROSSED-TAIL 1DA9 ; NFKC_CF; 026D # Lm MODIFIER LETTER SMALL L WITH RETROFLEX HOOK 1DAA ; NFKC_CF; 1D85 # Lm MODIFIER LETTER SMALL L WITH PALATAL HOOK 1DAB ; NFKC_CF; 029F # Lm MODIFIER LETTER SMALL CAPITAL L 1DAC ; NFKC_CF; 0271 # Lm MODIFIER LETTER SMALL M WITH HOOK 1DAD ; NFKC_CF; 0270 # Lm MODIFIER LETTER SMALL TURNED M WITH LONG LEG 1DAE ; NFKC_CF; 0272 # Lm MODIFIER LETTER SMALL N WITH LEFT HOOK 1DAF ; NFKC_CF; 0273 # Lm MODIFIER LETTER SMALL N WITH RETROFLEX HOOK 1DB0 ; NFKC_CF; 0274 # Lm MODIFIER LETTER SMALL CAPITAL N 1DB1 ; NFKC_CF; 0275 # Lm MODIFIER LETTER SMALL BARRED O 1DB2 ; NFKC_CF; 0278 # Lm MODIFIER LETTER SMALL PHI 1DB3 ; NFKC_CF; 0282 # Lm MODIFIER LETTER SMALL S WITH HOOK 1DB4 ; NFKC_CF; 0283 # Lm MODIFIER LETTER SMALL ESH 1DB5 ; NFKC_CF; 01AB # Lm MODIFIER LETTER SMALL T WITH PALATAL HOOK 1DB6 ; NFKC_CF; 0289 # Lm MODIFIER LETTER SMALL U BAR 1DB7 ; NFKC_CF; 028A # Lm MODIFIER LETTER SMALL UPSILON 1DB8 ; NFKC_CF; 1D1C # Lm MODIFIER LETTER SMALL CAPITAL U 1DB9 ; NFKC_CF; 028B # Lm MODIFIER LETTER SMALL V WITH HOOK 1DBA ; NFKC_CF; 028C # Lm MODIFIER LETTER SMALL TURNED V 1DBB ; NFKC_CF; 007A # Lm MODIFIER LETTER SMALL Z 1DBC ; NFKC_CF; 0290 # Lm MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK 1DBD ; NFKC_CF; 0291 # Lm MODIFIER LETTER SMALL Z WITH CURL 1DBE ; NFKC_CF; 0292 # Lm MODIFIER LETTER SMALL EZH 1DBF ; NFKC_CF; 03B8 # Lm MODIFIER LETTER SMALL THETA 1E00 ; NFKC_CF; 1E01 # L& LATIN CAPITAL LETTER A WITH RING BELOW 1E02 ; NFKC_CF; 1E03 # L& LATIN CAPITAL LETTER B WITH DOT ABOVE 1E04 ; NFKC_CF; 1E05 # L& LATIN CAPITAL LETTER B WITH DOT BELOW 1E06 ; NFKC_CF; 1E07 # L& LATIN CAPITAL LETTER B WITH LINE BELOW 1E08 ; NFKC_CF; 1E09 # L& LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE 1E0A ; NFKC_CF; 1E0B # L& LATIN CAPITAL LETTER D WITH DOT ABOVE 1E0C ; NFKC_CF; 1E0D # L& LATIN CAPITAL LETTER D WITH DOT BELOW 1E0E ; NFKC_CF; 1E0F # L& LATIN CAPITAL LETTER D WITH LINE BELOW 1E10 ; NFKC_CF; 1E11 # L& LATIN CAPITAL LETTER D WITH CEDILLA 1E12 ; NFKC_CF; 1E13 # L& LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW 1E14 ; NFKC_CF; 1E15 # L& LATIN CAPITAL LETTER E WITH MACRON AND GRAVE 1E16 ; NFKC_CF; 1E17 # L& LATIN CAPITAL LETTER E WITH MACRON AND ACUTE 1E18 ; NFKC_CF; 1E19 # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW 1E1A ; NFKC_CF; 1E1B # L& LATIN CAPITAL LETTER E WITH TILDE BELOW 1E1C ; NFKC_CF; 1E1D # L& LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE 1E1E ; NFKC_CF; 1E1F # L& LATIN CAPITAL LETTER F WITH DOT ABOVE 1E20 ; NFKC_CF; 1E21 # L& LATIN CAPITAL LETTER G WITH MACRON 1E22 ; NFKC_CF; 1E23 # L& LATIN CAPITAL LETTER H WITH DOT ABOVE 1E24 ; NFKC_CF; 1E25 # L& LATIN CAPITAL LETTER H WITH DOT BELOW 1E26 ; NFKC_CF; 1E27 # L& LATIN CAPITAL LETTER H WITH DIAERESIS 1E28 ; NFKC_CF; 1E29 # L& LATIN CAPITAL LETTER H WITH CEDILLA 1E2A ; NFKC_CF; 1E2B # L& LATIN CAPITAL LETTER H WITH BREVE BELOW 1E2C ; NFKC_CF; 1E2D # L& LATIN CAPITAL LETTER I WITH TILDE BELOW 1E2E ; NFKC_CF; 1E2F # L& LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE 1E30 ; NFKC_CF; 1E31 # L& LATIN CAPITAL LETTER K WITH ACUTE 1E32 ; NFKC_CF; 1E33 # L& LATIN CAPITAL LETTER K WITH DOT BELOW 1E34 ; NFKC_CF; 1E35 # L& LATIN CAPITAL LETTER K WITH LINE BELOW 1E36 ; NFKC_CF; 1E37 # L& LATIN CAPITAL LETTER L WITH DOT BELOW 1E38 ; NFKC_CF; 1E39 # L& LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON 1E3A ; NFKC_CF; 1E3B # L& LATIN CAPITAL LETTER L WITH LINE BELOW 1E3C ; NFKC_CF; 1E3D # L& LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW 1E3E ; NFKC_CF; 1E3F # L& LATIN CAPITAL LETTER M WITH ACUTE 1E40 ; NFKC_CF; 1E41 # L& LATIN CAPITAL LETTER M WITH DOT ABOVE 1E42 ; NFKC_CF; 1E43 # L& LATIN CAPITAL LETTER M WITH DOT BELOW 1E44 ; NFKC_CF; 1E45 # L& LATIN CAPITAL LETTER N WITH DOT ABOVE 1E46 ; NFKC_CF; 1E47 # L& LATIN CAPITAL LETTER N WITH DOT BELOW 1E48 ; NFKC_CF; 1E49 # L& LATIN CAPITAL LETTER N WITH LINE BELOW 1E4A ; NFKC_CF; 1E4B # L& LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW 1E4C ; NFKC_CF; 1E4D # L& LATIN CAPITAL LETTER O WITH TILDE AND ACUTE 1E4E ; NFKC_CF; 1E4F # L& LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS 1E50 ; NFKC_CF; 1E51 # L& LATIN CAPITAL LETTER O WITH MACRON AND GRAVE 1E52 ; NFKC_CF; 1E53 # L& LATIN CAPITAL LETTER O WITH MACRON AND ACUTE 1E54 ; NFKC_CF; 1E55 # L& LATIN CAPITAL LETTER P WITH ACUTE 1E56 ; NFKC_CF; 1E57 # L& LATIN CAPITAL LETTER P WITH DOT ABOVE 1E58 ; NFKC_CF; 1E59 # L& LATIN CAPITAL LETTER R WITH DOT ABOVE 1E5A ; NFKC_CF; 1E5B # L& LATIN CAPITAL LETTER R WITH DOT BELOW 1E5C ; NFKC_CF; 1E5D # L& LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON 1E5E ; NFKC_CF; 1E5F # L& LATIN CAPITAL LETTER R WITH LINE BELOW 1E60 ; NFKC_CF; 1E61 # L& LATIN CAPITAL LETTER S WITH DOT ABOVE 1E62 ; NFKC_CF; 1E63 # L& LATIN CAPITAL LETTER S WITH DOT BELOW 1E64 ; NFKC_CF; 1E65 # L& LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE 1E66 ; NFKC_CF; 1E67 # L& LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE 1E68 ; NFKC_CF; 1E69 # L& LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE 1E6A ; NFKC_CF; 1E6B # L& LATIN CAPITAL LETTER T WITH DOT ABOVE 1E6C ; NFKC_CF; 1E6D # L& LATIN CAPITAL LETTER T WITH DOT BELOW 1E6E ; NFKC_CF; 1E6F # L& LATIN CAPITAL LETTER T WITH LINE BELOW 1E70 ; NFKC_CF; 1E71 # L& LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW 1E72 ; NFKC_CF; 1E73 # L& LATIN CAPITAL LETTER U WITH DIAERESIS BELOW 1E74 ; NFKC_CF; 1E75 # L& LATIN CAPITAL LETTER U WITH TILDE BELOW 1E76 ; NFKC_CF; 1E77 # L& LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW 1E78 ; NFKC_CF; 1E79 # L& LATIN CAPITAL LETTER U WITH TILDE AND ACUTE 1E7A ; NFKC_CF; 1E7B # L& LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS 1E7C ; NFKC_CF; 1E7D # L& LATIN CAPITAL LETTER V WITH TILDE 1E7E ; NFKC_CF; 1E7F # L& LATIN CAPITAL LETTER V WITH DOT BELOW 1E80 ; NFKC_CF; 1E81 # L& LATIN CAPITAL LETTER W WITH GRAVE 1E82 ; NFKC_CF; 1E83 # L& LATIN CAPITAL LETTER W WITH ACUTE 1E84 ; NFKC_CF; 1E85 # L& LATIN CAPITAL LETTER W WITH DIAERESIS 1E86 ; NFKC_CF; 1E87 # L& LATIN CAPITAL LETTER W WITH DOT ABOVE 1E88 ; NFKC_CF; 1E89 # L& LATIN CAPITAL LETTER W WITH DOT BELOW 1E8A ; NFKC_CF; 1E8B # L& LATIN CAPITAL LETTER X WITH DOT ABOVE 1E8C ; NFKC_CF; 1E8D # L& LATIN CAPITAL LETTER X WITH DIAERESIS 1E8E ; NFKC_CF; 1E8F # L& LATIN CAPITAL LETTER Y WITH DOT ABOVE 1E90 ; NFKC_CF; 1E91 # L& LATIN CAPITAL LETTER Z WITH CIRCUMFLEX 1E92 ; NFKC_CF; 1E93 # L& LATIN CAPITAL LETTER Z WITH DOT BELOW 1E94 ; NFKC_CF; 1E95 # L& LATIN CAPITAL LETTER Z WITH LINE BELOW 1E9A ; NFKC_CF; 0061 02BE # L& LATIN SMALL LETTER A WITH RIGHT HALF RING 1E9B ; NFKC_CF; 1E61 # L& LATIN SMALL LETTER LONG S WITH DOT ABOVE 1E9E ; NFKC_CF; 0073 0073 # L& LATIN CAPITAL LETTER SHARP S 1EA0 ; NFKC_CF; 1EA1 # L& LATIN CAPITAL LETTER A WITH DOT BELOW 1EA2 ; NFKC_CF; 1EA3 # L& LATIN CAPITAL LETTER A WITH HOOK ABOVE 1EA4 ; NFKC_CF; 1EA5 # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE 1EA6 ; NFKC_CF; 1EA7 # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE 1EA8 ; NFKC_CF; 1EA9 # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 1EAA ; NFKC_CF; 1EAB # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE 1EAC ; NFKC_CF; 1EAD # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EAE ; NFKC_CF; 1EAF # L& LATIN CAPITAL LETTER A WITH BREVE AND ACUTE 1EB0 ; NFKC_CF; 1EB1 # L& LATIN CAPITAL LETTER A WITH BREVE AND GRAVE 1EB2 ; NFKC_CF; 1EB3 # L& LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE 1EB4 ; NFKC_CF; 1EB5 # L& LATIN CAPITAL LETTER A WITH BREVE AND TILDE 1EB6 ; NFKC_CF; 1EB7 # L& LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW 1EB8 ; NFKC_CF; 1EB9 # L& LATIN CAPITAL LETTER E WITH DOT BELOW 1EBA ; NFKC_CF; 1EBB # L& LATIN CAPITAL LETTER E WITH HOOK ABOVE 1EBC ; NFKC_CF; 1EBD # L& LATIN CAPITAL LETTER E WITH TILDE 1EBE ; NFKC_CF; 1EBF # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE 1EC0 ; NFKC_CF; 1EC1 # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE 1EC2 ; NFKC_CF; 1EC3 # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 1EC4 ; NFKC_CF; 1EC5 # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE 1EC6 ; NFKC_CF; 1EC7 # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EC8 ; NFKC_CF; 1EC9 # L& LATIN CAPITAL LETTER I WITH HOOK ABOVE 1ECA ; NFKC_CF; 1ECB # L& LATIN CAPITAL LETTER I WITH DOT BELOW 1ECC ; NFKC_CF; 1ECD # L& LATIN CAPITAL LETTER O WITH DOT BELOW 1ECE ; NFKC_CF; 1ECF # L& LATIN CAPITAL LETTER O WITH HOOK ABOVE 1ED0 ; NFKC_CF; 1ED1 # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE 1ED2 ; NFKC_CF; 1ED3 # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE 1ED4 ; NFKC_CF; 1ED5 # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 1ED6 ; NFKC_CF; 1ED7 # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE 1ED8 ; NFKC_CF; 1ED9 # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1EDA ; NFKC_CF; 1EDB # L& LATIN CAPITAL LETTER O WITH HORN AND ACUTE 1EDC ; NFKC_CF; 1EDD # L& LATIN CAPITAL LETTER O WITH HORN AND GRAVE 1EDE ; NFKC_CF; 1EDF # L& LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE 1EE0 ; NFKC_CF; 1EE1 # L& LATIN CAPITAL LETTER O WITH HORN AND TILDE 1EE2 ; NFKC_CF; 1EE3 # L& LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW 1EE4 ; NFKC_CF; 1EE5 # L& LATIN CAPITAL LETTER U WITH DOT BELOW 1EE6 ; NFKC_CF; 1EE7 # L& LATIN CAPITAL LETTER U WITH HOOK ABOVE 1EE8 ; NFKC_CF; 1EE9 # L& LATIN CAPITAL LETTER U WITH HORN AND ACUTE 1EEA ; NFKC_CF; 1EEB # L& LATIN CAPITAL LETTER U WITH HORN AND GRAVE 1EEC ; NFKC_CF; 1EED # L& LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE 1EEE ; NFKC_CF; 1EEF # L& LATIN CAPITAL LETTER U WITH HORN AND TILDE 1EF0 ; NFKC_CF; 1EF1 # L& LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW 1EF2 ; NFKC_CF; 1EF3 # L& LATIN CAPITAL LETTER Y WITH GRAVE 1EF4 ; NFKC_CF; 1EF5 # L& LATIN CAPITAL LETTER Y WITH DOT BELOW 1EF6 ; NFKC_CF; 1EF7 # L& LATIN CAPITAL LETTER Y WITH HOOK ABOVE 1EF8 ; NFKC_CF; 1EF9 # L& LATIN CAPITAL LETTER Y WITH TILDE 1EFA ; NFKC_CF; 1EFB # L& LATIN CAPITAL LETTER MIDDLE-WELSH LL 1EFC ; NFKC_CF; 1EFD # L& LATIN CAPITAL LETTER MIDDLE-WELSH V 1EFE ; NFKC_CF; 1EFF # L& LATIN CAPITAL LETTER Y WITH LOOP 1F08 ; NFKC_CF; 1F00 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI 1F09 ; NFKC_CF; 1F01 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA 1F0A ; NFKC_CF; 1F02 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA 1F0B ; NFKC_CF; 1F03 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA 1F0C ; NFKC_CF; 1F04 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA 1F0D ; NFKC_CF; 1F05 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA 1F0E ; NFKC_CF; 1F06 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI 1F0F ; NFKC_CF; 1F07 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F18 ; NFKC_CF; 1F10 # L& GREEK CAPITAL LETTER EPSILON WITH PSILI 1F19 ; NFKC_CF; 1F11 # L& GREEK CAPITAL LETTER EPSILON WITH DASIA 1F1A ; NFKC_CF; 1F12 # L& GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA 1F1B ; NFKC_CF; 1F13 # L& GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA 1F1C ; NFKC_CF; 1F14 # L& GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA 1F1D ; NFKC_CF; 1F15 # L& GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F28 ; NFKC_CF; 1F20 # L& GREEK CAPITAL LETTER ETA WITH PSILI 1F29 ; NFKC_CF; 1F21 # L& GREEK CAPITAL LETTER ETA WITH DASIA 1F2A ; NFKC_CF; 1F22 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA 1F2B ; NFKC_CF; 1F23 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA 1F2C ; NFKC_CF; 1F24 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA 1F2D ; NFKC_CF; 1F25 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA 1F2E ; NFKC_CF; 1F26 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI 1F2F ; NFKC_CF; 1F27 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI 1F38 ; NFKC_CF; 1F30 # L& GREEK CAPITAL LETTER IOTA WITH PSILI 1F39 ; NFKC_CF; 1F31 # L& GREEK CAPITAL LETTER IOTA WITH DASIA 1F3A ; NFKC_CF; 1F32 # L& GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA 1F3B ; NFKC_CF; 1F33 # L& GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA 1F3C ; NFKC_CF; 1F34 # L& GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA 1F3D ; NFKC_CF; 1F35 # L& GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA 1F3E ; NFKC_CF; 1F36 # L& GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI 1F3F ; NFKC_CF; 1F37 # L& GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI 1F48 ; NFKC_CF; 1F40 # L& GREEK CAPITAL LETTER OMICRON WITH PSILI 1F49 ; NFKC_CF; 1F41 # L& GREEK CAPITAL LETTER OMICRON WITH DASIA 1F4A ; NFKC_CF; 1F42 # L& GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA 1F4B ; NFKC_CF; 1F43 # L& GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA 1F4C ; NFKC_CF; 1F44 # L& GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA 1F4D ; NFKC_CF; 1F45 # L& GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F59 ; NFKC_CF; 1F51 # L& GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5B ; NFKC_CF; 1F53 # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5D ; NFKC_CF; 1F55 # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5F ; NFKC_CF; 1F57 # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F68 ; NFKC_CF; 1F60 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI 1F69 ; NFKC_CF; 1F61 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA 1F6A ; NFKC_CF; 1F62 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA 1F6B ; NFKC_CF; 1F63 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA 1F6C ; NFKC_CF; 1F64 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA 1F6D ; NFKC_CF; 1F65 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA 1F6E ; NFKC_CF; 1F66 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI 1F6F ; NFKC_CF; 1F67 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F71 ; NFKC_CF; 03AC # L& GREEK SMALL LETTER ALPHA WITH OXIA 1F73 ; NFKC_CF; 03AD # L& GREEK SMALL LETTER EPSILON WITH OXIA 1F75 ; NFKC_CF; 03AE # L& GREEK SMALL LETTER ETA WITH OXIA 1F77 ; NFKC_CF; 03AF # L& GREEK SMALL LETTER IOTA WITH OXIA 1F79 ; NFKC_CF; 03CC # L& GREEK SMALL LETTER OMICRON WITH OXIA 1F7B ; NFKC_CF; 03CD # L& GREEK SMALL LETTER UPSILON WITH OXIA 1F7D ; NFKC_CF; 03CE # L& GREEK SMALL LETTER OMEGA WITH OXIA 1F80 ; NFKC_CF; 1F00 03B9 # L& GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI 1F81 ; NFKC_CF; 1F01 03B9 # L& GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI 1F82 ; NFKC_CF; 1F02 03B9 # L& GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F83 ; NFKC_CF; 1F03 03B9 # L& GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F84 ; NFKC_CF; 1F04 03B9 # L& GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F85 ; NFKC_CF; 1F05 03B9 # L& GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F86 ; NFKC_CF; 1F06 03B9 # L& GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 1F87 ; NFKC_CF; 1F07 03B9 # L& GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 1F88 ; NFKC_CF; 1F00 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI 1F89 ; NFKC_CF; 1F01 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI 1F8A ; NFKC_CF; 1F02 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI 1F8B ; NFKC_CF; 1F03 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI 1F8C ; NFKC_CF; 1F04 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI 1F8D ; NFKC_CF; 1F05 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI 1F8E ; NFKC_CF; 1F06 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI 1F8F ; NFKC_CF; 1F07 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1F90 ; NFKC_CF; 1F20 03B9 # L& GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI 1F91 ; NFKC_CF; 1F21 03B9 # L& GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI 1F92 ; NFKC_CF; 1F22 03B9 # L& GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F93 ; NFKC_CF; 1F23 03B9 # L& GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F94 ; NFKC_CF; 1F24 03B9 # L& GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F95 ; NFKC_CF; 1F25 03B9 # L& GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F96 ; NFKC_CF; 1F26 03B9 # L& GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 1F97 ; NFKC_CF; 1F27 03B9 # L& GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 1F98 ; NFKC_CF; 1F20 03B9 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI 1F99 ; NFKC_CF; 1F21 03B9 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI 1F9A ; NFKC_CF; 1F22 03B9 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI 1F9B ; NFKC_CF; 1F23 03B9 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI 1F9C ; NFKC_CF; 1F24 03B9 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI 1F9D ; NFKC_CF; 1F25 03B9 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI 1F9E ; NFKC_CF; 1F26 03B9 # L& GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI 1F9F ; NFKC_CF; 1F27 03B9 # L& GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1FA0 ; NFKC_CF; 1F60 03B9 # L& GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI 1FA1 ; NFKC_CF; 1F61 03B9 # L& GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI 1FA2 ; NFKC_CF; 1F62 03B9 # L& GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1FA3 ; NFKC_CF; 1F63 03B9 # L& GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1FA4 ; NFKC_CF; 1F64 03B9 # L& GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1FA5 ; NFKC_CF; 1F65 03B9 # L& GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1FA6 ; NFKC_CF; 1F66 03B9 # L& GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 1FA7 ; NFKC_CF; 1F67 03B9 # L& GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 1FA8 ; NFKC_CF; 1F60 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI 1FA9 ; NFKC_CF; 1F61 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI 1FAA ; NFKC_CF; 1F62 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI 1FAB ; NFKC_CF; 1F63 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI 1FAC ; NFKC_CF; 1F64 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI 1FAD ; NFKC_CF; 1F65 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI 1FAE ; NFKC_CF; 1F66 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI 1FAF ; NFKC_CF; 1F67 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1FB2 ; NFKC_CF; 1F70 03B9 # L& GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI 1FB3 ; NFKC_CF; 03B1 03B9 # L& GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI 1FB4 ; NFKC_CF; 03AC 03B9 # L& GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB7 ; NFKC_CF; 1FB6 03B9 # L& GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI 1FB8 ; NFKC_CF; 1FB0 # L& GREEK CAPITAL LETTER ALPHA WITH VRACHY 1FB9 ; NFKC_CF; 1FB1 # L& GREEK CAPITAL LETTER ALPHA WITH MACRON 1FBA ; NFKC_CF; 1F70 # L& GREEK CAPITAL LETTER ALPHA WITH VARIA 1FBB ; NFKC_CF; 03AC # L& GREEK CAPITAL LETTER ALPHA WITH OXIA 1FBC ; NFKC_CF; 03B1 03B9 # L& GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FBD ; NFKC_CF; 0020 0313 # Sk GREEK KORONIS 1FBE ; NFKC_CF; 03B9 # L& GREEK PROSGEGRAMMENI 1FBF ; NFKC_CF; 0020 0313 # Sk GREEK PSILI 1FC0 ; NFKC_CF; 0020 0342 # Sk GREEK PERISPOMENI 1FC1 ; NFKC_CF; 0020 0308 0342 # Sk GREEK DIALYTIKA AND PERISPOMENI 1FC2 ; NFKC_CF; 1F74 03B9 # L& GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI 1FC3 ; NFKC_CF; 03B7 03B9 # L& GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI 1FC4 ; NFKC_CF; 03AE 03B9 # L& GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC7 ; NFKC_CF; 1FC6 03B9 # L& GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI 1FC8 ; NFKC_CF; 1F72 # L& GREEK CAPITAL LETTER EPSILON WITH VARIA 1FC9 ; NFKC_CF; 03AD # L& GREEK CAPITAL LETTER EPSILON WITH OXIA 1FCA ; NFKC_CF; 1F74 # L& GREEK CAPITAL LETTER ETA WITH VARIA 1FCB ; NFKC_CF; 03AE # L& GREEK CAPITAL LETTER ETA WITH OXIA 1FCC ; NFKC_CF; 03B7 03B9 # L& GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD ; NFKC_CF; 0020 0313 0300 # Sk GREEK PSILI AND VARIA 1FCE ; NFKC_CF; 0020 0313 0301 # Sk GREEK PSILI AND OXIA 1FCF ; NFKC_CF; 0020 0313 0342 # Sk GREEK PSILI AND PERISPOMENI 1FD3 ; NFKC_CF; 0390 # L& GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD8 ; NFKC_CF; 1FD0 # L& GREEK CAPITAL LETTER IOTA WITH VRACHY 1FD9 ; NFKC_CF; 1FD1 # L& GREEK CAPITAL LETTER IOTA WITH MACRON 1FDA ; NFKC_CF; 1F76 # L& GREEK CAPITAL LETTER IOTA WITH VARIA 1FDB ; NFKC_CF; 03AF # L& GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD ; NFKC_CF; 0020 0314 0300 # Sk GREEK DASIA AND VARIA 1FDE ; NFKC_CF; 0020 0314 0301 # Sk GREEK DASIA AND OXIA 1FDF ; NFKC_CF; 0020 0314 0342 # Sk GREEK DASIA AND PERISPOMENI 1FE3 ; NFKC_CF; 03B0 # L& GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FE8 ; NFKC_CF; 1FE0 # L& GREEK CAPITAL LETTER UPSILON WITH VRACHY 1FE9 ; NFKC_CF; 1FE1 # L& GREEK CAPITAL LETTER UPSILON WITH MACRON 1FEA ; NFKC_CF; 1F7A # L& GREEK CAPITAL LETTER UPSILON WITH VARIA 1FEB ; NFKC_CF; 03CD # L& GREEK CAPITAL LETTER UPSILON WITH OXIA 1FEC ; NFKC_CF; 1FE5 # L& GREEK CAPITAL LETTER RHO WITH DASIA 1FED ; NFKC_CF; 0020 0308 0300 # Sk GREEK DIALYTIKA AND VARIA 1FEE ; NFKC_CF; 0020 0308 0301 # Sk GREEK DIALYTIKA AND OXIA 1FEF ; NFKC_CF; 0060 # Sk GREEK VARIA 1FF2 ; NFKC_CF; 1F7C 03B9 # L& GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI 1FF3 ; NFKC_CF; 03C9 03B9 # L& GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI 1FF4 ; NFKC_CF; 03CE 03B9 # L& GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF7 ; NFKC_CF; 1FF6 03B9 # L& GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI 1FF8 ; NFKC_CF; 1F78 # L& GREEK CAPITAL LETTER OMICRON WITH VARIA 1FF9 ; NFKC_CF; 03CC # L& GREEK CAPITAL LETTER OMICRON WITH OXIA 1FFA ; NFKC_CF; 1F7C # L& GREEK CAPITAL LETTER OMEGA WITH VARIA 1FFB ; NFKC_CF; 03CE # L& GREEK CAPITAL LETTER OMEGA WITH OXIA 1FFC ; NFKC_CF; 03C9 03B9 # L& GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 1FFD ; NFKC_CF; 0020 0301 # Sk GREEK OXIA 1FFE ; NFKC_CF; 0020 0314 # Sk GREEK DASIA 2000..200A ; NFKC_CF; 0020 # Zs [11] EN QUAD..HAIR SPACE 200B..200F ; NFKC_CF; # Cf [5] ZERO WIDTH SPACE..RIGHT-TO-LEFT MARK 2011 ; NFKC_CF; 2010 # Pd NON-BREAKING HYPHEN 2017 ; NFKC_CF; 0020 0333 # Po DOUBLE LOW LINE 2024 ; NFKC_CF; 002E # Po ONE DOT LEADER 2025 ; NFKC_CF; 002E 002E # Po TWO DOT LEADER 2026 ; NFKC_CF; 002E 002E 002E # Po HORIZONTAL ELLIPSIS 202A..202E ; NFKC_CF; # Cf [5] LEFT-TO-RIGHT EMBEDDING..RIGHT-TO-LEFT OVERRIDE 202F ; NFKC_CF; 0020 # Zs NARROW NO-BREAK SPACE 2033 ; NFKC_CF; 2032 2032 # Po DOUBLE PRIME 2034 ; NFKC_CF; 2032 2032 2032 # Po TRIPLE PRIME 2036 ; NFKC_CF; 2035 2035 # Po REVERSED DOUBLE PRIME 2037 ; NFKC_CF; 2035 2035 2035 # Po REVERSED TRIPLE PRIME 203C ; NFKC_CF; 0021 0021 # Po DOUBLE EXCLAMATION MARK 203E ; NFKC_CF; 0020 0305 # Po OVERLINE 2047 ; NFKC_CF; 003F 003F # Po DOUBLE QUESTION MARK 2048 ; NFKC_CF; 003F 0021 # Po QUESTION EXCLAMATION MARK 2049 ; NFKC_CF; 0021 003F # Po EXCLAMATION QUESTION MARK 2057 ; NFKC_CF; 2032 2032 2032 2032 #Po QUADRUPLE PRIME 205F ; NFKC_CF; 0020 # Zs MEDIUM MATHEMATICAL SPACE 2060..2064 ; NFKC_CF; # Cf [5] WORD JOINER..INVISIBLE PLUS 2065 ; NFKC_CF; # Cn <reserved-2065> 2066..206F ; NFKC_CF; # Cf [10] LEFT-TO-RIGHT ISOLATE..NOMINAL DIGIT SHAPES 2070 ; NFKC_CF; 0030 # No SUPERSCRIPT ZERO 2071 ; NFKC_CF; 0069 # Lm SUPERSCRIPT LATIN SMALL LETTER I 2074 ; NFKC_CF; 0034 # No SUPERSCRIPT FOUR 2075 ; NFKC_CF; 0035 # No SUPERSCRIPT FIVE 2076 ; NFKC_CF; 0036 # No SUPERSCRIPT SIX 2077 ; NFKC_CF; 0037 # No SUPERSCRIPT SEVEN 2078 ; NFKC_CF; 0038 # No SUPERSCRIPT EIGHT 2079 ; NFKC_CF; 0039 # No SUPERSCRIPT NINE 207A ; NFKC_CF; 002B # Sm SUPERSCRIPT PLUS SIGN 207B ; NFKC_CF; 2212 # Sm SUPERSCRIPT MINUS 207C ; NFKC_CF; 003D # Sm SUPERSCRIPT EQUALS SIGN 207D ; NFKC_CF; 0028 # Ps SUPERSCRIPT LEFT PARENTHESIS 207E ; NFKC_CF; 0029 # Pe SUPERSCRIPT RIGHT PARENTHESIS 207F ; NFKC_CF; 006E # Lm SUPERSCRIPT LATIN SMALL LETTER N 2080 ; NFKC_CF; 0030 # No SUBSCRIPT ZERO 2081 ; NFKC_CF; 0031 # No SUBSCRIPT ONE 2082 ; NFKC_CF; 0032 # No SUBSCRIPT TWO 2083 ; NFKC_CF; 0033 # No SUBSCRIPT THREE 2084 ; NFKC_CF; 0034 # No SUBSCRIPT FOUR 2085 ; NFKC_CF; 0035 # No SUBSCRIPT FIVE 2086 ; NFKC_CF; 0036 # No SUBSCRIPT SIX 2087 ; NFKC_CF; 0037 # No SUBSCRIPT SEVEN 2088 ; NFKC_CF; 0038 # No SUBSCRIPT EIGHT 2089 ; NFKC_CF; 0039 # No SUBSCRIPT NINE 208A ; NFKC_CF; 002B # Sm SUBSCRIPT PLUS SIGN 208B ; NFKC_CF; 2212 # Sm SUBSCRIPT MINUS 208C ; NFKC_CF; 003D # Sm SUBSCRIPT EQUALS SIGN 208D ; NFKC_CF; 0028 # Ps SUBSCRIPT LEFT PARENTHESIS 208E ; NFKC_CF; 0029 # Pe SUBSCRIPT RIGHT PARENTHESIS 2090 ; NFKC_CF; 0061 # Lm LATIN SUBSCRIPT SMALL LETTER A 2091 ; NFKC_CF; 0065 # Lm LATIN SUBSCRIPT SMALL LETTER E 2092 ; NFKC_CF; 006F # Lm LATIN SUBSCRIPT SMALL LETTER O 2093 ; NFKC_CF; 0078 # Lm LATIN SUBSCRIPT SMALL LETTER X 2094 ; NFKC_CF; 0259 # Lm LATIN SUBSCRIPT SMALL LETTER SCHWA 2095 ; NFKC_CF; 0068 # Lm LATIN SUBSCRIPT SMALL LETTER H 2096 ; NFKC_CF; 006B # Lm LATIN SUBSCRIPT SMALL LETTER K 2097 ; NFKC_CF; 006C # Lm LATIN SUBSCRIPT SMALL LETTER L 2098 ; NFKC_CF; 006D # Lm LATIN SUBSCRIPT SMALL LETTER M 2099 ; NFKC_CF; 006E # Lm LATIN SUBSCRIPT SMALL LETTER N 209A ; NFKC_CF; 0070 # Lm LATIN SUBSCRIPT SMALL LETTER P 209B ; NFKC_CF; 0073 # Lm LATIN SUBSCRIPT SMALL LETTER S 209C ; NFKC_CF; 0074 # Lm LATIN SUBSCRIPT SMALL LETTER T 20A8 ; NFKC_CF; 0072 0073 # Sc RUPEE SIGN 2100 ; NFKC_CF; 0061 002F 0063 # So ACCOUNT OF 2101 ; NFKC_CF; 0061 002F 0073 # So ADDRESSED TO THE SUBJECT 2102 ; NFKC_CF; 0063 # L& DOUBLE-STRUCK CAPITAL C 2103 ; NFKC_CF; 00B0 0063 # So DEGREE CELSIUS 2105 ; NFKC_CF; 0063 002F 006F # So CARE OF 2106 ; NFKC_CF; 0063 002F 0075 # So CADA UNA 2107 ; NFKC_CF; 025B # L& EULER CONSTANT 2109 ; NFKC_CF; 00B0 0066 # So DEGREE FAHRENHEIT 210A ; NFKC_CF; 0067 # L& SCRIPT SMALL G 210B..210E ; NFKC_CF; 0068 # L& [4] SCRIPT CAPITAL H..PLANCK CONSTANT 210F ; NFKC_CF; 0127 # L& PLANCK CONSTANT OVER TWO PI 2110..2111 ; NFKC_CF; 0069 # L& [2] SCRIPT CAPITAL I..BLACK-LETTER CAPITAL I 2112..2113 ; NFKC_CF; 006C # L& [2] SCRIPT CAPITAL L..SCRIPT SMALL L 2115 ; NFKC_CF; 006E # L& DOUBLE-STRUCK CAPITAL N 2116 ; NFKC_CF; 006E 006F # So NUMERO SIGN 2119 ; NFKC_CF; 0070 # L& DOUBLE-STRUCK CAPITAL P 211A ; NFKC_CF; 0071 # L& DOUBLE-STRUCK CAPITAL Q 211B..211D ; NFKC_CF; 0072 # L& [3] SCRIPT CAPITAL R..DOUBLE-STRUCK CAPITAL R 2120 ; NFKC_CF; 0073 006D # So SERVICE MARK 2121 ; NFKC_CF; 0074 0065 006C # So TELEPHONE SIGN 2122 ; NFKC_CF; 0074 006D # So TRADE MARK SIGN 2124 ; NFKC_CF; 007A # L& DOUBLE-STRUCK CAPITAL Z 2126 ; NFKC_CF; 03C9 # L& OHM SIGN 2128 ; NFKC_CF; 007A # L& BLACK-LETTER CAPITAL Z 212A ; NFKC_CF; 006B # L& KELVIN SIGN 212B ; NFKC_CF; 00E5 # L& ANGSTROM SIGN 212C ; NFKC_CF; 0062 # L& SCRIPT CAPITAL B 212D ; NFKC_CF; 0063 # L& BLACK-LETTER CAPITAL C 212F..2130 ; NFKC_CF; 0065 # L& [2] SCRIPT SMALL E..SCRIPT CAPITAL E 2131 ; NFKC_CF; 0066 # L& SCRIPT CAPITAL F 2132 ; NFKC_CF; 214E # L& TURNED CAPITAL F 2133 ; NFKC_CF; 006D # L& SCRIPT CAPITAL M 2134 ; NFKC_CF; 006F # L& SCRIPT SMALL O 2135 ; NFKC_CF; 05D0 # Lo ALEF SYMBOL 2136 ; NFKC_CF; 05D1 # Lo BET SYMBOL 2137 ; NFKC_CF; 05D2 # Lo GIMEL SYMBOL 2138 ; NFKC_CF; 05D3 # Lo DALET SYMBOL 2139 ; NFKC_CF; 0069 # L& INFORMATION SOURCE 213B ; NFKC_CF; 0066 0061 0078 # So FACSIMILE SIGN 213C ; NFKC_CF; 03C0 # L& DOUBLE-STRUCK SMALL PI 213D..213E ; NFKC_CF; 03B3 # L& [2] DOUBLE-STRUCK SMALL GAMMA..DOUBLE-STRUCK CAPITAL GAMMA 213F ; NFKC_CF; 03C0 # L& DOUBLE-STRUCK CAPITAL PI 2140 ; NFKC_CF; 2211 # Sm DOUBLE-STRUCK N-ARY SUMMATION 2145..2146 ; NFKC_CF; 0064 # L& [2] DOUBLE-STRUCK ITALIC CAPITAL D..DOUBLE-STRUCK ITALIC SMALL D 2147 ; NFKC_CF; 0065 # L& DOUBLE-STRUCK ITALIC SMALL E 2148 ; NFKC_CF; 0069 # L& DOUBLE-STRUCK ITALIC SMALL I 2149 ; NFKC_CF; 006A # L& DOUBLE-STRUCK ITALIC SMALL J 2150 ; NFKC_CF; 0031 2044 0037 # No VULGAR FRACTION ONE SEVENTH 2151 ; NFKC_CF; 0031 2044 0039 # No VULGAR FRACTION ONE NINTH 2152 ; NFKC_CF; 0031 2044 0031 0030 #No VULGAR FRACTION ONE TENTH 2153 ; NFKC_CF; 0031 2044 0033 # No VULGAR FRACTION ONE THIRD 2154 ; NFKC_CF; 0032 2044 0033 # No VULGAR FRACTION TWO THIRDS 2155 ; NFKC_CF; 0031 2044 0035 # No VULGAR FRACTION ONE FIFTH 2156 ; NFKC_CF; 0032 2044 0035 # No VULGAR FRACTION TWO FIFTHS 2157 ; NFKC_CF; 0033 2044 0035 # No VULGAR FRACTION THREE FIFTHS 2158 ; NFKC_CF; 0034 2044 0035 # No VULGAR FRACTION FOUR FIFTHS 2159 ; NFKC_CF; 0031 2044 0036 # No VULGAR FRACTION ONE SIXTH 215A ; NFKC_CF; 0035 2044 0036 # No VULGAR FRACTION FIVE SIXTHS 215B ; NFKC_CF; 0031 2044 0038 # No VULGAR FRACTION ONE EIGHTH 215C ; NFKC_CF; 0033 2044 0038 # No VULGAR FRACTION THREE EIGHTHS 215D ; NFKC_CF; 0035 2044 0038 # No VULGAR FRACTION FIVE EIGHTHS 215E ; NFKC_CF; 0037 2044 0038 # No VULGAR FRACTION SEVEN EIGHTHS 215F ; NFKC_CF; 0031 2044 # No FRACTION NUMERATOR ONE 2160 ; NFKC_CF; 0069 # Nl ROMAN NUMERAL ONE 2161 ; NFKC_CF; 0069 0069 # Nl ROMAN NUMERAL TWO 2162 ; NFKC_CF; 0069 0069 0069 # Nl ROMAN NUMERAL THREE 2163 ; NFKC_CF; 0069 0076 # Nl ROMAN NUMERAL FOUR 2164 ; NFKC_CF; 0076 # Nl ROMAN NUMERAL FIVE 2165 ; NFKC_CF; 0076 0069 # Nl ROMAN NUMERAL SIX 2166 ; NFKC_CF; 0076 0069 0069 # Nl ROMAN NUMERAL SEVEN 2167 ; NFKC_CF; 0076 0069 0069 0069 #Nl ROMAN NUMERAL EIGHT 2168 ; NFKC_CF; 0069 0078 # Nl ROMAN NUMERAL NINE 2169 ; NFKC_CF; 0078 # Nl ROMAN NUMERAL TEN 216A ; NFKC_CF; 0078 0069 # Nl ROMAN NUMERAL ELEVEN 216B ; NFKC_CF; 0078 0069 0069 # Nl ROMAN NUMERAL TWELVE 216C ; NFKC_CF; 006C # Nl ROMAN NUMERAL FIFTY 216D ; NFKC_CF; 0063 # Nl ROMAN NUMERAL ONE HUNDRED 216E ; NFKC_CF; 0064 # Nl ROMAN NUMERAL FIVE HUNDRED 216F ; NFKC_CF; 006D # Nl ROMAN NUMERAL ONE THOUSAND 2170 ; NFKC_CF; 0069 # Nl SMALL ROMAN NUMERAL ONE 2171 ; NFKC_CF; 0069 0069 # Nl SMALL ROMAN NUMERAL TWO 2172 ; NFKC_CF; 0069 0069 0069 # Nl SMALL ROMAN NUMERAL THREE 2173 ; NFKC_CF; 0069 0076 # Nl SMALL ROMAN NUMERAL FOUR 2174 ; NFKC_CF; 0076 # Nl SMALL ROMAN NUMERAL FIVE 2175 ; NFKC_CF; 0076 0069 # Nl SMALL ROMAN NUMERAL SIX 2176 ; NFKC_CF; 0076 0069 0069 # Nl SMALL ROMAN NUMERAL SEVEN 2177 ; NFKC_CF; 0076 0069 0069 0069 #Nl SMALL ROMAN NUMERAL EIGHT 2178 ; NFKC_CF; 0069 0078 # Nl SMALL ROMAN NUMERAL NINE 2179 ; NFKC_CF; 0078 # Nl SMALL ROMAN NUMERAL TEN 217A ; NFKC_CF; 0078 0069 # Nl SMALL ROMAN NUMERAL ELEVEN 217B ; NFKC_CF; 0078 0069 0069 # Nl SMALL ROMAN NUMERAL TWELVE 217C ; NFKC_CF; 006C # Nl SMALL ROMAN NUMERAL FIFTY 217D ; NFKC_CF; 0063 # Nl SMALL ROMAN NUMERAL ONE HUNDRED 217E ; NFKC_CF; 0064 # Nl SMALL ROMAN NUMERAL FIVE HUNDRED 217F ; NFKC_CF; 006D # Nl SMALL ROMAN NUMERAL ONE THOUSAND 2183 ; NFKC_CF; 2184 # L& ROMAN NUMERAL REVERSED ONE HUNDRED 2189 ; NFKC_CF; 0030 2044 0033 # No VULGAR FRACTION ZERO THIRDS 222C ; NFKC_CF; 222B 222B # Sm DOUBLE INTEGRAL 222D ; NFKC_CF; 222B 222B 222B # Sm TRIPLE INTEGRAL 222F ; NFKC_CF; 222E 222E # Sm SURFACE INTEGRAL 2230 ; NFKC_CF; 222E 222E 222E # Sm VOLUME INTEGRAL 2329 ; NFKC_CF; 3008 # Ps LEFT-POINTING ANGLE BRACKET 232A ; NFKC_CF; 3009 # Pe RIGHT-POINTING ANGLE BRACKET 2460 ; NFKC_CF; 0031 # No CIRCLED DIGIT ONE 2461 ; NFKC_CF; 0032 # No CIRCLED DIGIT TWO 2462 ; NFKC_CF; 0033 # No CIRCLED DIGIT THREE 2463 ; NFKC_CF; 0034 # No CIRCLED DIGIT FOUR 2464 ; NFKC_CF; 0035 # No CIRCLED DIGIT FIVE 2465 ; NFKC_CF; 0036 # No CIRCLED DIGIT SIX 2466 ; NFKC_CF; 0037 # No CIRCLED DIGIT SEVEN 2467 ; NFKC_CF; 0038 # No CIRCLED DIGIT EIGHT 2468 ; NFKC_CF; 0039 # No CIRCLED DIGIT NINE 2469 ; NFKC_CF; 0031 0030 # No CIRCLED NUMBER TEN 246A ; NFKC_CF; 0031 0031 # No CIRCLED NUMBER ELEVEN 246B ; NFKC_CF; 0031 0032 # No CIRCLED NUMBER TWELVE 246C ; NFKC_CF; 0031 0033 # No CIRCLED NUMBER THIRTEEN 246D ; NFKC_CF; 0031 0034 # No CIRCLED NUMBER FOURTEEN 246E ; NFKC_CF; 0031 0035 # No CIRCLED NUMBER FIFTEEN 246F ; NFKC_CF; 0031 0036 # No CIRCLED NUMBER SIXTEEN 2470 ; NFKC_CF; 0031 0037 # No CIRCLED NUMBER SEVENTEEN 2471 ; NFKC_CF; 0031 0038 # No CIRCLED NUMBER EIGHTEEN 2472 ; NFKC_CF; 0031 0039 # No CIRCLED NUMBER NINETEEN 2473 ; NFKC_CF; 0032 0030 # No CIRCLED NUMBER TWENTY 2474 ; NFKC_CF; 0028 0031 0029 # No PARENTHESIZED DIGIT ONE 2475 ; NFKC_CF; 0028 0032 0029 # No PARENTHESIZED DIGIT TWO 2476 ; NFKC_CF; 0028 0033 0029 # No PARENTHESIZED DIGIT THREE 2477 ; NFKC_CF; 0028 0034 0029 # No PARENTHESIZED DIGIT FOUR 2478 ; NFKC_CF; 0028 0035 0029 # No PARENTHESIZED DIGIT FIVE 2479 ; NFKC_CF; 0028 0036 0029 # No PARENTHESIZED DIGIT SIX 247A ; NFKC_CF; 0028 0037 0029 # No PARENTHESIZED DIGIT SEVEN 247B ; NFKC_CF; 0028 0038 0029 # No PARENTHESIZED DIGIT EIGHT 247C ; NFKC_CF; 0028 0039 0029 # No PARENTHESIZED DIGIT NINE 247D ; NFKC_CF; 0028 0031 0030 0029 #No PARENTHESIZED NUMBER TEN 247E ; NFKC_CF; 0028 0031 0031 0029 #No PARENTHESIZED NUMBER ELEVEN 247F ; NFKC_CF; 0028 0031 0032 0029 #No PARENTHESIZED NUMBER TWELVE 2480 ; NFKC_CF; 0028 0031 0033 0029 #No PARENTHESIZED NUMBER THIRTEEN 2481 ; NFKC_CF; 0028 0031 0034 0029 #No PARENTHESIZED NUMBER FOURTEEN 2482 ; NFKC_CF; 0028 0031 0035 0029 #No PARENTHESIZED NUMBER FIFTEEN 2483 ; NFKC_CF; 0028 0031 0036 0029 #No PARENTHESIZED NUMBER SIXTEEN 2484 ; NFKC_CF; 0028 0031 0037 0029 #No PARENTHESIZED NUMBER SEVENTEEN 2485 ; NFKC_CF; 0028 0031 0038 0029 #No PARENTHESIZED NUMBER EIGHTEEN 2486 ; NFKC_CF; 0028 0031 0039 0029 #No PARENTHESIZED NUMBER NINETEEN 2487 ; NFKC_CF; 0028 0032 0030 0029 #No PARENTHESIZED NUMBER TWENTY 2488 ; NFKC_CF; 0031 002E # No DIGIT ONE FULL STOP 2489 ; NFKC_CF; 0032 002E # No DIGIT TWO FULL STOP 248A ; NFKC_CF; 0033 002E # No DIGIT THREE FULL STOP 248B ; NFKC_CF; 0034 002E # No DIGIT FOUR FULL STOP 248C ; NFKC_CF; 0035 002E # No DIGIT FIVE FULL STOP 248D ; NFKC_CF; 0036 002E # No DIGIT SIX FULL STOP 248E ; NFKC_CF; 0037 002E # No DIGIT SEVEN FULL STOP 248F ; NFKC_CF; 0038 002E # No DIGIT EIGHT FULL STOP 2490 ; NFKC_CF; 0039 002E # No DIGIT NINE FULL STOP 2491 ; NFKC_CF; 0031 0030 002E # No NUMBER TEN FULL STOP 2492 ; NFKC_CF; 0031 0031 002E # No NUMBER ELEVEN FULL STOP 2493 ; NFKC_CF; 0031 0032 002E # No NUMBER TWELVE FULL STOP 2494 ; NFKC_CF; 0031 0033 002E # No NUMBER THIRTEEN FULL STOP 2495 ; NFKC_CF; 0031 0034 002E # No NUMBER FOURTEEN FULL STOP 2496 ; NFKC_CF; 0031 0035 002E # No NUMBER FIFTEEN FULL STOP 2497 ; NFKC_CF; 0031 0036 002E # No NUMBER SIXTEEN FULL STOP 2498 ; NFKC_CF; 0031 0037 002E # No NUMBER SEVENTEEN FULL STOP 2499 ; NFKC_CF; 0031 0038 002E # No NUMBER EIGHTEEN FULL STOP 249A ; NFKC_CF; 0031 0039 002E # No NUMBER NINETEEN FULL STOP 249B ; NFKC_CF; 0032 0030 002E # No NUMBER TWENTY FULL STOP 249C ; NFKC_CF; 0028 0061 0029 # So PARENTHESIZED LATIN SMALL LETTER A 249D ; NFKC_CF; 0028 0062 0029 # So PARENTHESIZED LATIN SMALL LETTER B 249E ; NFKC_CF; 0028 0063 0029 # So PARENTHESIZED LATIN SMALL LETTER C 249F ; NFKC_CF; 0028 0064 0029 # So PARENTHESIZED LATIN SMALL LETTER D 24A0 ; NFKC_CF; 0028 0065 0029 # So PARENTHESIZED LATIN SMALL LETTER E 24A1 ; NFKC_CF; 0028 0066 0029 # So PARENTHESIZED LATIN SMALL LETTER F 24A2 ; NFKC_CF; 0028 0067 0029 # So PARENTHESIZED LATIN SMALL LETTER G 24A3 ; NFKC_CF; 0028 0068 0029 # So PARENTHESIZED LATIN SMALL LETTER H 24A4 ; NFKC_CF; 0028 0069 0029 # So PARENTHESIZED LATIN SMALL LETTER I 24A5 ; NFKC_CF; 0028 006A 0029 # So PARENTHESIZED LATIN SMALL LETTER J 24A6 ; NFKC_CF; 0028 006B 0029 # So PARENTHESIZED LATIN SMALL LETTER K 24A7 ; NFKC_CF; 0028 006C 0029 # So PARENTHESIZED LATIN SMALL LETTER L 24A8 ; NFKC_CF; 0028 006D 0029 # So PARENTHESIZED LATIN SMALL LETTER M 24A9 ; NFKC_CF; 0028 006E 0029 # So PARENTHESIZED LATIN SMALL LETTER N 24AA ; NFKC_CF; 0028 006F 0029 # So PARENTHESIZED LATIN SMALL LETTER O 24AB ; NFKC_CF; 0028 0070 0029 # So PARENTHESIZED LATIN SMALL LETTER P 24AC ; NFKC_CF; 0028 0071 0029 # So PARENTHESIZED LATIN SMALL LETTER Q 24AD ; NFKC_CF; 0028 0072 0029 # So PARENTHESIZED LATIN SMALL LETTER R 24AE ; NFKC_CF; 0028 0073 0029 # So PARENTHESIZED LATIN SMALL LETTER S 24AF ; NFKC_CF; 0028 0074 0029 # So PARENTHESIZED LATIN SMALL LETTER T 24B0 ; NFKC_CF; 0028 0075 0029 # So PARENTHESIZED LATIN SMALL LETTER U 24B1 ; NFKC_CF; 0028 0076 0029 # So PARENTHESIZED LATIN SMALL LETTER V 24B2 ; NFKC_CF; 0028 0077 0029 # So PARENTHESIZED LATIN SMALL LETTER W 24B3 ; NFKC_CF; 0028 0078 0029 # So PARENTHESIZED LATIN SMALL LETTER X 24B4 ; NFKC_CF; 0028 0079 0029 # So PARENTHESIZED LATIN SMALL LETTER Y 24B5 ; NFKC_CF; 0028 007A 0029 # So PARENTHESIZED LATIN SMALL LETTER Z 24B6 ; NFKC_CF; 0061 # So CIRCLED LATIN CAPITAL LETTER A 24B7 ; NFKC_CF; 0062 # So CIRCLED LATIN CAPITAL LETTER B 24B8 ; NFKC_CF; 0063 # So CIRCLED LATIN CAPITAL LETTER C 24B9 ; NFKC_CF; 0064 # So CIRCLED LATIN CAPITAL LETTER D 24BA ; NFKC_CF; 0065 # So CIRCLED LATIN CAPITAL LETTER E 24BB ; NFKC_CF; 0066 # So CIRCLED LATIN CAPITAL LETTER F 24BC ; NFKC_CF; 0067 # So CIRCLED LATIN CAPITAL LETTER G 24BD ; NFKC_CF; 0068 # So CIRCLED LATIN CAPITAL LETTER H 24BE ; NFKC_CF; 0069 # So CIRCLED LATIN CAPITAL LETTER I 24BF ; NFKC_CF; 006A # So CIRCLED LATIN CAPITAL LETTER J 24C0 ; NFKC_CF; 006B # So CIRCLED LATIN CAPITAL LETTER K 24C1 ; NFKC_CF; 006C # So CIRCLED LATIN CAPITAL LETTER L 24C2 ; NFKC_CF; 006D # So CIRCLED LATIN CAPITAL LETTER M 24C3 ; NFKC_CF; 006E # So CIRCLED LATIN CAPITAL LETTER N 24C4 ; NFKC_CF; 006F # So CIRCLED LATIN CAPITAL LETTER O 24C5 ; NFKC_CF; 0070 # So CIRCLED LATIN CAPITAL LETTER P 24C6 ; NFKC_CF; 0071 # So CIRCLED LATIN CAPITAL LETTER Q 24C7 ; NFKC_CF; 0072 # So CIRCLED LATIN CAPITAL LETTER R 24C8 ; NFKC_CF; 0073 # So CIRCLED LATIN CAPITAL LETTER S 24C9 ; NFKC_CF; 0074 # So CIRCLED LATIN CAPITAL LETTER T 24CA ; NFKC_CF; 0075 # So CIRCLED LATIN CAPITAL LETTER U 24CB ; NFKC_CF; 0076 # So CIRCLED LATIN CAPITAL LETTER V 24CC ; NFKC_CF; 0077 # So CIRCLED LATIN CAPITAL LETTER W 24CD ; NFKC_CF; 0078 # So CIRCLED LATIN CAPITAL LETTER X 24CE ; NFKC_CF; 0079 # So CIRCLED LATIN CAPITAL LETTER Y 24CF ; NFKC_CF; 007A # So CIRCLED LATIN CAPITAL LETTER Z 24D0 ; NFKC_CF; 0061 # So CIRCLED LATIN SMALL LETTER A 24D1 ; NFKC_CF; 0062 # So CIRCLED LATIN SMALL LETTER B 24D2 ; NFKC_CF; 0063 # So CIRCLED LATIN SMALL LETTER C 24D3 ; NFKC_CF; 0064 # So CIRCLED LATIN SMALL LETTER D 24D4 ; NFKC_CF; 0065 # So CIRCLED LATIN SMALL LETTER E 24D5 ; NFKC_CF; 0066 # So CIRCLED LATIN SMALL LETTER F 24D6 ; NFKC_CF; 0067 # So CIRCLED LATIN SMALL LETTER G 24D7 ; NFKC_CF; 0068 # So CIRCLED LATIN SMALL LETTER H 24D8 ; NFKC_CF; 0069 # So CIRCLED LATIN SMALL LETTER I 24D9 ; NFKC_CF; 006A # So CIRCLED LATIN SMALL LETTER J 24DA ; NFKC_CF; 006B # So CIRCLED LATIN SMALL LETTER K 24DB ; NFKC_CF; 006C # So CIRCLED LATIN SMALL LETTER L 24DC ; NFKC_CF; 006D # So CIRCLED LATIN SMALL LETTER M 24DD ; NFKC_CF; 006E # So CIRCLED LATIN SMALL LETTER N 24DE ; NFKC_CF; 006F # So CIRCLED LATIN SMALL LETTER O 24DF ; NFKC_CF; 0070 # So CIRCLED LATIN SMALL LETTER P 24E0 ; NFKC_CF; 0071 # So CIRCLED LATIN SMALL LETTER Q 24E1 ; NFKC_CF; 0072 # So CIRCLED LATIN SMALL LETTER R 24E2 ; NFKC_CF; 0073 # So CIRCLED LATIN SMALL LETTER S 24E3 ; NFKC_CF; 0074 # So CIRCLED LATIN SMALL LETTER T 24E4 ; NFKC_CF; 0075 # So CIRCLED LATIN SMALL LETTER U 24E5 ; NFKC_CF; 0076 # So CIRCLED LATIN SMALL LETTER V 24E6 ; NFKC_CF; 0077 # So CIRCLED LATIN SMALL LETTER W 24E7 ; NFKC_CF; 0078 # So CIRCLED LATIN SMALL LETTER X 24E8 ; NFKC_CF; 0079 # So CIRCLED LATIN SMALL LETTER Y 24E9 ; NFKC_CF; 007A # So CIRCLED LATIN SMALL LETTER Z 24EA ; NFKC_CF; 0030 # No CIRCLED DIGIT ZERO 2A0C ; NFKC_CF; 222B 222B 222B 222B #Sm QUADRUPLE INTEGRAL OPERATOR 2A74 ; NFKC_CF; 003A 003A 003D # Sm DOUBLE COLON EQUAL 2A75 ; NFKC_CF; 003D 003D # Sm TWO CONSECUTIVE EQUALS SIGNS 2A76 ; NFKC_CF; 003D 003D 003D # Sm THREE CONSECUTIVE EQUALS SIGNS 2ADC ; NFKC_CF; 2ADD 0338 # Sm FORKING 2C00 ; NFKC_CF; 2C30 # L& GLAGOLITIC CAPITAL LETTER AZU 2C01 ; NFKC_CF; 2C31 # L& GLAGOLITIC CAPITAL LETTER BUKY 2C02 ; NFKC_CF; 2C32 # L& GLAGOLITIC CAPITAL LETTER VEDE 2C03 ; NFKC_CF; 2C33 # L& GLAGOLITIC CAPITAL LETTER GLAGOLI 2C04 ; NFKC_CF; 2C34 # L& GLAGOLITIC CAPITAL LETTER DOBRO 2C05 ; NFKC_CF; 2C35 # L& GLAGOLITIC CAPITAL LETTER YESTU 2C06 ; NFKC_CF; 2C36 # L& GLAGOLITIC CAPITAL LETTER ZHIVETE 2C07 ; NFKC_CF; 2C37 # L& GLAGOLITIC CAPITAL LETTER DZELO 2C08 ; NFKC_CF; 2C38 # L& GLAGOLITIC CAPITAL LETTER ZEMLJA 2C09 ; NFKC_CF; 2C39 # L& GLAGOLITIC CAPITAL LETTER IZHE 2C0A ; NFKC_CF; 2C3A # L& GLAGOLITIC CAPITAL LETTER INITIAL IZHE 2C0B ; NFKC_CF; 2C3B # L& GLAGOLITIC CAPITAL LETTER I 2C0C ; NFKC_CF; 2C3C # L& GLAGOLITIC CAPITAL LETTER DJERVI 2C0D ; NFKC_CF; 2C3D # L& GLAGOLITIC CAPITAL LETTER KAKO 2C0E ; NFKC_CF; 2C3E # L& GLAGOLITIC CAPITAL LETTER LJUDIJE 2C0F ; NFKC_CF; 2C3F # L& GLAGOLITIC CAPITAL LETTER MYSLITE 2C10 ; NFKC_CF; 2C40 # L& GLAGOLITIC CAPITAL LETTER NASHI 2C11 ; NFKC_CF; 2C41 # L& GLAGOLITIC CAPITAL LETTER ONU 2C12 ; NFKC_CF; 2C42 # L& GLAGOLITIC CAPITAL LETTER POKOJI 2C13 ; NFKC_CF; 2C43 # L& GLAGOLITIC CAPITAL LETTER RITSI 2C14 ; NFKC_CF; 2C44 # L& GLAGOLITIC CAPITAL LETTER SLOVO 2C15 ; NFKC_CF; 2C45 # L& GLAGOLITIC CAPITAL LETTER TVRIDO 2C16 ; NFKC_CF; 2C46 # L& GLAGOLITIC CAPITAL LETTER UKU 2C17 ; NFKC_CF; 2C47 # L& GLAGOLITIC CAPITAL LETTER FRITU 2C18 ; NFKC_CF; 2C48 # L& GLAGOLITIC CAPITAL LETTER HERU 2C19 ; NFKC_CF; 2C49 # L& GLAGOLITIC CAPITAL LETTER OTU 2C1A ; NFKC_CF; 2C4A # L& GLAGOLITIC CAPITAL LETTER PE 2C1B ; NFKC_CF; 2C4B # L& GLAGOLITIC CAPITAL LETTER SHTA 2C1C ; NFKC_CF; 2C4C # L& GLAGOLITIC CAPITAL LETTER TSI 2C1D ; NFKC_CF; 2C4D # L& GLAGOLITIC CAPITAL LETTER CHRIVI 2C1E ; NFKC_CF; 2C4E # L& GLAGOLITIC CAPITAL LETTER SHA 2C1F ; NFKC_CF; 2C4F # L& GLAGOLITIC CAPITAL LETTER YERU 2C20 ; NFKC_CF; 2C50 # L& GLAGOLITIC CAPITAL LETTER YERI 2C21 ; NFKC_CF; 2C51 # L& GLAGOLITIC CAPITAL LETTER YATI 2C22 ; NFKC_CF; 2C52 # L& GLAGOLITIC CAPITAL LETTER SPIDERY HA 2C23 ; NFKC_CF; 2C53 # L& GLAGOLITIC CAPITAL LETTER YU 2C24 ; NFKC_CF; 2C54 # L& GLAGOLITIC CAPITAL LETTER SMALL YUS 2C25 ; NFKC_CF; 2C55 # L& GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL 2C26 ; NFKC_CF; 2C56 # L& GLAGOLITIC CAPITAL LETTER YO 2C27 ; NFKC_CF; 2C57 # L& GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS 2C28 ; NFKC_CF; 2C58 # L& GLAGOLITIC CAPITAL LETTER BIG YUS 2C29 ; NFKC_CF; 2C59 # L& GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS 2C2A ; NFKC_CF; 2C5A # L& GLAGOLITIC CAPITAL LETTER FITA 2C2B ; NFKC_CF; 2C5B # L& GLAGOLITIC CAPITAL LETTER IZHITSA 2C2C ; NFKC_CF; 2C5C # L& GLAGOLITIC CAPITAL LETTER SHTAPIC 2C2D ; NFKC_CF; 2C5D # L& GLAGOLITIC CAPITAL LETTER TROKUTASTI A 2C2E ; NFKC_CF; 2C5E # L& GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE 2C60 ; NFKC_CF; 2C61 # L& LATIN CAPITAL LETTER L WITH DOUBLE BAR 2C62 ; NFKC_CF; 026B # L& LATIN CAPITAL LETTER L WITH MIDDLE TILDE 2C63 ; NFKC_CF; 1D7D # L& LATIN CAPITAL LETTER P WITH STROKE 2C64 ; NFKC_CF; 027D # L& LATIN CAPITAL LETTER R WITH TAIL 2C67 ; NFKC_CF; 2C68 # L& LATIN CAPITAL LETTER H WITH DESCENDER 2C69 ; NFKC_CF; 2C6A # L& LATIN CAPITAL LETTER K WITH DESCENDER 2C6B ; NFKC_CF; 2C6C # L& LATIN CAPITAL LETTER Z WITH DESCENDER 2C6D ; NFKC_CF; 0251 # L& LATIN CAPITAL LETTER ALPHA 2C6E ; NFKC_CF; 0271 # L& LATIN CAPITAL LETTER M WITH HOOK 2C6F ; NFKC_CF; 0250 # L& LATIN CAPITAL LETTER TURNED A 2C70 ; NFKC_CF; 0252 # L& LATIN CAPITAL LETTER TURNED ALPHA 2C72 ; NFKC_CF; 2C73 # L& LATIN CAPITAL LETTER W WITH HOOK 2C75 ; NFKC_CF; 2C76 # L& LATIN CAPITAL LETTER HALF H 2C7C ; NFKC_CF; 006A # Lm LATIN SUBSCRIPT SMALL LETTER J 2C7D ; NFKC_CF; 0076 # Lm MODIFIER LETTER CAPITAL V 2C7E ; NFKC_CF; 023F # L& LATIN CAPITAL LETTER S WITH SWASH TAIL 2C7F ; NFKC_CF; 0240 # L& LATIN CAPITAL LETTER Z WITH SWASH TAIL 2C80 ; NFKC_CF; 2C81 # L& COPTIC CAPITAL LETTER ALFA 2C82 ; NFKC_CF; 2C83 # L& COPTIC CAPITAL LETTER VIDA 2C84 ; NFKC_CF; 2C85 # L& COPTIC CAPITAL LETTER GAMMA 2C86 ; NFKC_CF; 2C87 # L& COPTIC CAPITAL LETTER DALDA 2C88 ; NFKC_CF; 2C89 # L& COPTIC CAPITAL LETTER EIE 2C8A ; NFKC_CF; 2C8B # L& COPTIC CAPITAL LETTER SOU 2C8C ; NFKC_CF; 2C8D # L& COPTIC CAPITAL LETTER ZATA 2C8E ; NFKC_CF; 2C8F # L& COPTIC CAPITAL LETTER HATE 2C90 ; NFKC_CF; 2C91 # L& COPTIC CAPITAL LETTER THETHE 2C92 ; NFKC_CF; 2C93 # L& COPTIC CAPITAL LETTER IAUDA 2C94 ; NFKC_CF; 2C95 # L& COPTIC CAPITAL LETTER KAPA 2C96 ; NFKC_CF; 2C97 # L& COPTIC CAPITAL LETTER LAULA 2C98 ; NFKC_CF; 2C99 # L& COPTIC CAPITAL LETTER MI 2C9A ; NFKC_CF; 2C9B # L& COPTIC CAPITAL LETTER NI 2C9C ; NFKC_CF; 2C9D # L& COPTIC CAPITAL LETTER KSI 2C9E ; NFKC_CF; 2C9F # L& COPTIC CAPITAL LETTER O 2CA0 ; NFKC_CF; 2CA1 # L& COPTIC CAPITAL LETTER PI 2CA2 ; NFKC_CF; 2CA3 # L& COPTIC CAPITAL LETTER RO 2CA4 ; NFKC_CF; 2CA5 # L& COPTIC CAPITAL LETTER SIMA 2CA6 ; NFKC_CF; 2CA7 # L& COPTIC CAPITAL LETTER TAU 2CA8 ; NFKC_CF; 2CA9 # L& COPTIC CAPITAL LETTER UA 2CAA ; NFKC_CF; 2CAB # L& COPTIC CAPITAL LETTER FI 2CAC ; NFKC_CF; 2CAD # L& COPTIC CAPITAL LETTER KHI 2CAE ; NFKC_CF; 2CAF # L& COPTIC CAPITAL LETTER PSI 2CB0 ; NFKC_CF; 2CB1 # L& COPTIC CAPITAL LETTER OOU 2CB2 ; NFKC_CF; 2CB3 # L& COPTIC CAPITAL LETTER DIALECT-P ALEF 2CB4 ; NFKC_CF; 2CB5 # L& COPTIC CAPITAL LETTER OLD COPTIC AIN 2CB6 ; NFKC_CF; 2CB7 # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE 2CB8 ; NFKC_CF; 2CB9 # L& COPTIC CAPITAL LETTER DIALECT-P KAPA 2CBA ; NFKC_CF; 2CBB # L& COPTIC CAPITAL LETTER DIALECT-P NI 2CBC ; NFKC_CF; 2CBD # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI 2CBE ; NFKC_CF; 2CBF # L& COPTIC CAPITAL LETTER OLD COPTIC OOU 2CC0 ; NFKC_CF; 2CC1 # L& COPTIC CAPITAL LETTER SAMPI 2CC2 ; NFKC_CF; 2CC3 # L& COPTIC CAPITAL LETTER CROSSED SHEI 2CC4 ; NFKC_CF; 2CC5 # L& COPTIC CAPITAL LETTER OLD COPTIC SHEI 2CC6 ; NFKC_CF; 2CC7 # L& COPTIC CAPITAL LETTER OLD COPTIC ESH 2CC8 ; NFKC_CF; 2CC9 # L& COPTIC CAPITAL LETTER AKHMIMIC KHEI 2CCA ; NFKC_CF; 2CCB # L& COPTIC CAPITAL LETTER DIALECT-P HORI 2CCC ; NFKC_CF; 2CCD # L& COPTIC CAPITAL LETTER OLD COPTIC HORI 2CCE ; NFKC_CF; 2CCF # L& COPTIC CAPITAL LETTER OLD COPTIC HA 2CD0 ; NFKC_CF; 2CD1 # L& COPTIC CAPITAL LETTER L-SHAPED HA 2CD2 ; NFKC_CF; 2CD3 # L& COPTIC CAPITAL LETTER OLD COPTIC HEI 2CD4 ; NFKC_CF; 2CD5 # L& COPTIC CAPITAL LETTER OLD COPTIC HAT 2CD6 ; NFKC_CF; 2CD7 # L& COPTIC CAPITAL LETTER OLD COPTIC GANGIA 2CD8 ; NFKC_CF; 2CD9 # L& COPTIC CAPITAL LETTER OLD COPTIC DJA 2CDA ; NFKC_CF; 2CDB # L& COPTIC CAPITAL LETTER OLD COPTIC SHIMA 2CDC ; NFKC_CF; 2CDD # L& COPTIC CAPITAL LETTER OLD NUBIAN SHIMA 2CDE ; NFKC_CF; 2CDF # L& COPTIC CAPITAL LETTER OLD NUBIAN NGI 2CE0 ; NFKC_CF; 2CE1 # L& COPTIC CAPITAL LETTER OLD NUBIAN NYI 2CE2 ; NFKC_CF; 2CE3 # L& COPTIC CAPITAL LETTER OLD NUBIAN WAU 2CEB ; NFKC_CF; 2CEC # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI 2CED ; NFKC_CF; 2CEE # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA 2CF2 ; NFKC_CF; 2CF3 # L& COPTIC CAPITAL LETTER BOHAIRIC KHEI 2D6F ; NFKC_CF; 2D61 # Lm TIFINAGH MODIFIER LETTER LABIALIZATION MARK 2E9F ; NFKC_CF; 6BCD # So CJK RADICAL MOTHER 2EF3 ; NFKC_CF; 9F9F # So CJK RADICAL C-SIMPLIFIED TURTLE 2F00 ; NFKC_CF; 4E00 # So KANGXI RADICAL ONE 2F01 ; NFKC_CF; 4E28 # So KANGXI RADICAL LINE 2F02 ; NFKC_CF; 4E36 # So KANGXI RADICAL DOT 2F03 ; NFKC_CF; 4E3F # So KANGXI RADICAL SLASH 2F04 ; NFKC_CF; 4E59 # So KANGXI RADICAL SECOND 2F05 ; NFKC_CF; 4E85 # So KANGXI RADICAL HOOK 2F06 ; NFKC_CF; 4E8C # So KANGXI RADICAL TWO 2F07 ; NFKC_CF; 4EA0 # So KANGXI RADICAL LID 2F08 ; NFKC_CF; 4EBA # So KANGXI RADICAL MAN 2F09 ; NFKC_CF; 513F # So KANGXI RADICAL LEGS 2F0A ; NFKC_CF; 5165 # So KANGXI RADICAL ENTER 2F0B ; NFKC_CF; 516B # So KANGXI RADICAL EIGHT 2F0C ; NFKC_CF; 5182 # So KANGXI RADICAL DOWN BOX 2F0D ; NFKC_CF; 5196 # So KANGXI RADICAL COVER 2F0E ; NFKC_CF; 51AB # So KANGXI RADICAL ICE 2F0F ; NFKC_CF; 51E0 # So KANGXI RADICAL TABLE 2F10 ; NFKC_CF; 51F5 # So KANGXI RADICAL OPEN BOX 2F11 ; NFKC_CF; 5200 # So KANGXI RADICAL KNIFE 2F12 ; NFKC_CF; 529B # So KANGXI RADICAL POWER 2F13 ; NFKC_CF; 52F9 # So KANGXI RADICAL WRAP 2F14 ; NFKC_CF; 5315 # So KANGXI RADICAL SPOON 2F15 ; NFKC_CF; 531A # So KANGXI RADICAL RIGHT OPEN BOX 2F16 ; NFKC_CF; 5338 # So KANGXI RADICAL HIDING ENCLOSURE 2F17 ; NFKC_CF; 5341 # So KANGXI RADICAL TEN 2F18 ; NFKC_CF; 535C # So KANGXI RADICAL DIVINATION 2F19 ; NFKC_CF; 5369 # So KANGXI RADICAL SEAL 2F1A ; NFKC_CF; 5382 # So KANGXI RADICAL CLIFF 2F1B ; NFKC_CF; 53B6 # So KANGXI RADICAL PRIVATE 2F1C ; NFKC_CF; 53C8 # So KANGXI RADICAL AGAIN 2F1D ; NFKC_CF; 53E3 # So KANGXI RADICAL MOUTH 2F1E ; NFKC_CF; 56D7 # So KANGXI RADICAL ENCLOSURE 2F1F ; NFKC_CF; 571F # So KANGXI RADICAL EARTH 2F20 ; NFKC_CF; 58EB # So KANGXI RADICAL SCHOLAR 2F21 ; NFKC_CF; 5902 # So KANGXI RADICAL GO 2F22 ; NFKC_CF; 590A # So KANGXI RADICAL GO SLOWLY 2F23 ; NFKC_CF; 5915 # So KANGXI RADICAL EVENING 2F24 ; NFKC_CF; 5927 # So KANGXI RADICAL BIG 2F25 ; NFKC_CF; 5973 # So KANGXI RADICAL WOMAN 2F26 ; NFKC_CF; 5B50 # So KANGXI RADICAL CHILD 2F27 ; NFKC_CF; 5B80 # So KANGXI RADICAL ROOF 2F28 ; NFKC_CF; 5BF8 # So KANGXI RADICAL INCH 2F29 ; NFKC_CF; 5C0F # So KANGXI RADICAL SMALL 2F2A ; NFKC_CF; 5C22 # So KANGXI RADICAL LAME 2F2B ; NFKC_CF; 5C38 # So KANGXI RADICAL CORPSE 2F2C ; NFKC_CF; 5C6E # So KANGXI RADICAL SPROUT 2F2D ; NFKC_CF; 5C71 # So KANGXI RADICAL MOUNTAIN 2F2E ; NFKC_CF; 5DDB # So KANGXI RADICAL RIVER 2F2F ; NFKC_CF; 5DE5 # So KANGXI RADICAL WORK 2F30 ; NFKC_CF; 5DF1 # So KANGXI RADICAL ONESELF 2F31 ; NFKC_CF; 5DFE # So KANGXI RADICAL TURBAN 2F32 ; NFKC_CF; 5E72 # So KANGXI RADICAL DRY 2F33 ; NFKC_CF; 5E7A # So KANGXI RADICAL SHORT THREAD 2F34 ; NFKC_CF; 5E7F # So KANGXI RADICAL DOTTED CLIFF 2F35 ; NFKC_CF; 5EF4 # So KANGXI RADICAL LONG STRIDE 2F36 ; NFKC_CF; 5EFE # So KANGXI RADICAL TWO HANDS 2F37 ; NFKC_CF; 5F0B # So KANGXI RADICAL SHOOT 2F38 ; NFKC_CF; 5F13 # So KANGXI RADICAL BOW 2F39 ; NFKC_CF; 5F50 # So KANGXI RADICAL SNOUT 2F3A ; NFKC_CF; 5F61 # So KANGXI RADICAL BRISTLE 2F3B ; NFKC_CF; 5F73 # So KANGXI RADICAL STEP 2F3C ; NFKC_CF; 5FC3 # So KANGXI RADICAL HEART 2F3D ; NFKC_CF; 6208 # So KANGXI RADICAL HALBERD 2F3E ; NFKC_CF; 6236 # So KANGXI RADICAL DOOR 2F3F ; NFKC_CF; 624B # So KANGXI RADICAL HAND 2F40 ; NFKC_CF; 652F # So KANGXI RADICAL BRANCH 2F41 ; NFKC_CF; 6534 # So KANGXI RADICAL RAP 2F42 ; NFKC_CF; 6587 # So KANGXI RADICAL SCRIPT 2F43 ; NFKC_CF; 6597 # So KANGXI RADICAL DIPPER 2F44 ; NFKC_CF; 65A4 # So KANGXI RADICAL AXE 2F45 ; NFKC_CF; 65B9 # So KANGXI RADICAL SQUARE 2F46 ; NFKC_CF; 65E0 # So KANGXI RADICAL NOT 2F47 ; NFKC_CF; 65E5 # So KANGXI RADICAL SUN 2F48 ; NFKC_CF; 66F0 # So KANGXI RADICAL SAY 2F49 ; NFKC_CF; 6708 # So KANGXI RADICAL MOON 2F4A ; NFKC_CF; 6728 # So KANGXI RADICAL TREE 2F4B ; NFKC_CF; 6B20 # So KANGXI RADICAL LACK 2F4C ; NFKC_CF; 6B62 # So KANGXI RADICAL STOP 2F4D ; NFKC_CF; 6B79 # So KANGXI RADICAL DEATH 2F4E ; NFKC_CF; 6BB3 # So KANGXI RADICAL WEAPON 2F4F ; NFKC_CF; 6BCB # So KANGXI RADICAL DO NOT 2F50 ; NFKC_CF; 6BD4 # So KANGXI RADICAL COMPARE 2F51 ; NFKC_CF; 6BDB # So KANGXI RADICAL FUR 2F52 ; NFKC_CF; 6C0F # So KANGXI RADICAL CLAN 2F53 ; NFKC_CF; 6C14 # So KANGXI RADICAL STEAM 2F54 ; NFKC_CF; 6C34 # So KANGXI RADICAL WATER 2F55 ; NFKC_CF; 706B # So KANGXI RADICAL FIRE 2F56 ; NFKC_CF; 722A # So KANGXI RADICAL CLAW 2F57 ; NFKC_CF; 7236 # So KANGXI RADICAL FATHER 2F58 ; NFKC_CF; 723B # So KANGXI RADICAL DOUBLE X 2F59 ; NFKC_CF; 723F # So KANGXI RADICAL HALF TREE TRUNK 2F5A ; NFKC_CF; 7247 # So KANGXI RADICAL SLICE 2F5B ; NFKC_CF; 7259 # So KANGXI RADICAL FANG 2F5C ; NFKC_CF; 725B # So KANGXI RADICAL COW 2F5D ; NFKC_CF; 72AC # So KANGXI RADICAL DOG 2F5E ; NFKC_CF; 7384 # So KANGXI RADICAL PROFOUND 2F5F ; NFKC_CF; 7389 # So KANGXI RADICAL JADE 2F60 ; NFKC_CF; 74DC # So KANGXI RADICAL MELON 2F61 ; NFKC_CF; 74E6 # So KANGXI RADICAL TILE 2F62 ; NFKC_CF; 7518 # So KANGXI RADICAL SWEET 2F63 ; NFKC_CF; 751F # So KANGXI RADICAL LIFE 2F64 ; NFKC_CF; 7528 # So KANGXI RADICAL USE 2F65 ; NFKC_CF; 7530 # So KANGXI RADICAL FIELD 2F66 ; NFKC_CF; 758B # So KANGXI RADICAL BOLT OF CLOTH 2F67 ; NFKC_CF; 7592 # So KANGXI RADICAL SICKNESS 2F68 ; NFKC_CF; 7676 # So KANGXI RADICAL DOTTED TENT 2F69 ; NFKC_CF; 767D # So KANGXI RADICAL WHITE 2F6A ; NFKC_CF; 76AE # So KANGXI RADICAL SKIN 2F6B ; NFKC_CF; 76BF # So KANGXI RADICAL DISH 2F6C ; NFKC_CF; 76EE # So KANGXI RADICAL EYE 2F6D ; NFKC_CF; 77DB # So KANGXI RADICAL SPEAR 2F6E ; NFKC_CF; 77E2 # So KANGXI RADICAL ARROW 2F6F ; NFKC_CF; 77F3 # So KANGXI RADICAL STONE 2F70 ; NFKC_CF; 793A # So KANGXI RADICAL SPIRIT 2F71 ; NFKC_CF; 79B8 # So KANGXI RADICAL TRACK 2F72 ; NFKC_CF; 79BE # So KANGXI RADICAL GRAIN 2F73 ; NFKC_CF; 7A74 # So KANGXI RADICAL CAVE 2F74 ; NFKC_CF; 7ACB # So KANGXI RADICAL STAND 2F75 ; NFKC_CF; 7AF9 # So KANGXI RADICAL BAMBOO 2F76 ; NFKC_CF; 7C73 # So KANGXI RADICAL RICE 2F77 ; NFKC_CF; 7CF8 # So KANGXI RADICAL SILK 2F78 ; NFKC_CF; 7F36 # So KANGXI RADICAL JAR 2F79 ; NFKC_CF; 7F51 # So KANGXI RADICAL NET 2F7A ; NFKC_CF; 7F8A # So KANGXI RADICAL SHEEP 2F7B ; NFKC_CF; 7FBD # So KANGXI RADICAL FEATHER 2F7C ; NFKC_CF; 8001 # So KANGXI RADICAL OLD 2F7D ; NFKC_CF; 800C # So KANGXI RADICAL AND 2F7E ; NFKC_CF; 8012 # So KANGXI RADICAL PLOW 2F7F ; NFKC_CF; 8033 # So KANGXI RADICAL EAR 2F80 ; NFKC_CF; 807F # So KANGXI RADICAL BRUSH 2F81 ; NFKC_CF; 8089 # So KANGXI RADICAL MEAT 2F82 ; NFKC_CF; 81E3 # So KANGXI RADICAL MINISTER 2F83 ; NFKC_CF; 81EA # So KANGXI RADICAL SELF 2F84 ; NFKC_CF; 81F3 # So KANGXI RADICAL ARRIVE 2F85 ; NFKC_CF; 81FC # So KANGXI RADICAL MORTAR 2F86 ; NFKC_CF; 820C # So KANGXI RADICAL TONGUE 2F87 ; NFKC_CF; 821B # So KANGXI RADICAL OPPOSE 2F88 ; NFKC_CF; 821F # So KANGXI RADICAL BOAT 2F89 ; NFKC_CF; 826E # So KANGXI RADICAL STOPPING 2F8A ; NFKC_CF; 8272 # So KANGXI RADICAL COLOR 2F8B ; NFKC_CF; 8278 # So KANGXI RADICAL GRASS 2F8C ; NFKC_CF; 864D # So KANGXI RADICAL TIGER 2F8D ; NFKC_CF; 866B # So KANGXI RADICAL INSECT 2F8E ; NFKC_CF; 8840 # So KANGXI RADICAL BLOOD 2F8F ; NFKC_CF; 884C # So KANGXI RADICAL WALK ENCLOSURE 2F90 ; NFKC_CF; 8863 # So KANGXI RADICAL CLOTHES 2F91 ; NFKC_CF; 897E # So KANGXI RADICAL WEST 2F92 ; NFKC_CF; 898B # So KANGXI RADICAL SEE 2F93 ; NFKC_CF; 89D2 # So KANGXI RADICAL HORN 2F94 ; NFKC_CF; 8A00 # So KANGXI RADICAL SPEECH 2F95 ; NFKC_CF; 8C37 # So KANGXI RADICAL VALLEY 2F96 ; NFKC_CF; 8C46 # So KANGXI RADICAL BEAN 2F97 ; NFKC_CF; 8C55 # So KANGXI RADICAL PIG 2F98 ; NFKC_CF; 8C78 # So KANGXI RADICAL BADGER 2F99 ; NFKC_CF; 8C9D # So KANGXI RADICAL SHELL 2F9A ; NFKC_CF; 8D64 # So KANGXI RADICAL RED 2F9B ; NFKC_CF; 8D70 # So KANGXI RADICAL RUN 2F9C ; NFKC_CF; 8DB3 # So KANGXI RADICAL FOOT 2F9D ; NFKC_CF; 8EAB # So KANGXI RADICAL BODY 2F9E ; NFKC_CF; 8ECA # So KANGXI RADICAL CART 2F9F ; NFKC_CF; 8F9B # So KANGXI RADICAL BITTER 2FA0 ; NFKC_CF; 8FB0 # So KANGXI RADICAL MORNING 2FA1 ; NFKC_CF; 8FB5 # So KANGXI RADICAL WALK 2FA2 ; NFKC_CF; 9091 # So KANGXI RADICAL CITY 2FA3 ; NFKC_CF; 9149 # So KANGXI RADICAL WINE 2FA4 ; NFKC_CF; 91C6 # So KANGXI RADICAL DISTINGUISH 2FA5 ; NFKC_CF; 91CC # So KANGXI RADICAL VILLAGE 2FA6 ; NFKC_CF; 91D1 # So KANGXI RADICAL GOLD 2FA7 ; NFKC_CF; 9577 # So KANGXI RADICAL LONG 2FA8 ; NFKC_CF; 9580 # So KANGXI RADICAL GATE 2FA9 ; NFKC_CF; 961C # So KANGXI RADICAL MOUND 2FAA ; NFKC_CF; 96B6 # So KANGXI RADICAL SLAVE 2FAB ; NFKC_CF; 96B9 # So KANGXI RADICAL SHORT TAILED BIRD 2FAC ; NFKC_CF; 96E8 # So KANGXI RADICAL RAIN 2FAD ; NFKC_CF; 9751 # So KANGXI RADICAL BLUE 2FAE ; NFKC_CF; 975E # So KANGXI RADICAL WRONG 2FAF ; NFKC_CF; 9762 # So KANGXI RADICAL FACE 2FB0 ; NFKC_CF; 9769 # So KANGXI RADICAL LEATHER 2FB1 ; NFKC_CF; 97CB # So KANGXI RADICAL TANNED LEATHER 2FB2 ; NFKC_CF; 97ED # So KANGXI RADICAL LEEK 2FB3 ; NFKC_CF; 97F3 # So KANGXI RADICAL SOUND 2FB4 ; NFKC_CF; 9801 # So KANGXI RADICAL LEAF 2FB5 ; NFKC_CF; 98A8 # So KANGXI RADICAL WIND 2FB6 ; NFKC_CF; 98DB # So KANGXI RADICAL FLY 2FB7 ; NFKC_CF; 98DF # So KANGXI RADICAL EAT 2FB8 ; NFKC_CF; 9996 # So KANGXI RADICAL HEAD 2FB9 ; NFKC_CF; 9999 # So KANGXI RADICAL FRAGRANT 2FBA ; NFKC_CF; 99AC # So KANGXI RADICAL HORSE 2FBB ; NFKC_CF; 9AA8 # So KANGXI RADICAL BONE 2FBC ; NFKC_CF; 9AD8 # So KANGXI RADICAL TALL 2FBD ; NFKC_CF; 9ADF # So KANGXI RADICAL HAIR 2FBE ; NFKC_CF; 9B25 # So KANGXI RADICAL FIGHT 2FBF ; NFKC_CF; 9B2F # So KANGXI RADICAL SACRIFICIAL WINE 2FC0 ; NFKC_CF; 9B32 # So KANGXI RADICAL CAULDRON 2FC1 ; NFKC_CF; 9B3C # So KANGXI RADICAL GHOST 2FC2 ; NFKC_CF; 9B5A # So KANGXI RADICAL FISH 2FC3 ; NFKC_CF; 9CE5 # So KANGXI RADICAL BIRD 2FC4 ; NFKC_CF; 9E75 # So KANGXI RADICAL SALT 2FC5 ; NFKC_CF; 9E7F # So KANGXI RADICAL DEER 2FC6 ; NFKC_CF; 9EA5 # So KANGXI RADICAL WHEAT 2FC7 ; NFKC_CF; 9EBB # So KANGXI RADICAL HEMP 2FC8 ; NFKC_CF; 9EC3 # So KANGXI RADICAL YELLOW 2FC9 ; NFKC_CF; 9ECD # So KANGXI RADICAL MILLET 2FCA ; NFKC_CF; 9ED1 # So KANGXI RADICAL BLACK 2FCB ; NFKC_CF; 9EF9 # So KANGXI RADICAL EMBROIDERY 2FCC ; NFKC_CF; 9EFD # So KANGXI RADICAL FROG 2FCD ; NFKC_CF; 9F0E # So KANGXI RADICAL TRIPOD 2FCE ; NFKC_CF; 9F13 # So KANGXI RADICAL DRUM 2FCF ; NFKC_CF; 9F20 # So KANGXI RADICAL RAT 2FD0 ; NFKC_CF; 9F3B # So KANGXI RADICAL NOSE 2FD1 ; NFKC_CF; 9F4A # So KANGXI RADICAL EVEN 2FD2 ; NFKC_CF; 9F52 # So KANGXI RADICAL TOOTH 2FD3 ; NFKC_CF; 9F8D # So KANGXI RADICAL DRAGON 2FD4 ; NFKC_CF; 9F9C # So KANGXI RADICAL TURTLE 2FD5 ; NFKC_CF; 9FA0 # So KANGXI RADICAL FLUTE 3000 ; NFKC_CF; 0020 # Zs IDEOGRAPHIC SPACE 3036 ; NFKC_CF; 3012 # So CIRCLED POSTAL MARK 3038 ; NFKC_CF; 5341 # Nl HANGZHOU NUMERAL TEN 3039 ; NFKC_CF; 5344 # Nl HANGZHOU NUMERAL TWENTY 303A ; NFKC_CF; 5345 # Nl HANGZHOU NUMERAL THIRTY 309B ; NFKC_CF; 0020 3099 # Sk KATAKANA-HIRAGANA VOICED SOUND MARK 309C ; NFKC_CF; 0020 309A # Sk KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309F ; NFKC_CF; 3088 308A # Lo HIRAGANA DIGRAPH YORI 30FF ; NFKC_CF; 30B3 30C8 # Lo KATAKANA DIGRAPH KOTO 3131 ; NFKC_CF; 1100 # Lo HANGUL LETTER KIYEOK 3132 ; NFKC_CF; 1101 # Lo HANGUL LETTER SSANGKIYEOK 3133 ; NFKC_CF; 11AA # Lo HANGUL LETTER KIYEOK-SIOS 3134 ; NFKC_CF; 1102 # Lo HANGUL LETTER NIEUN 3135 ; NFKC_CF; 11AC # Lo HANGUL LETTER NIEUN-CIEUC 3136 ; NFKC_CF; 11AD # Lo HANGUL LETTER NIEUN-HIEUH 3137 ; NFKC_CF; 1103 # Lo HANGUL LETTER TIKEUT 3138 ; NFKC_CF; 1104 # Lo HANGUL LETTER SSANGTIKEUT 3139 ; NFKC_CF; 1105 # Lo HANGUL LETTER RIEUL 313A ; NFKC_CF; 11B0 # Lo HANGUL LETTER RIEUL-KIYEOK 313B ; NFKC_CF; 11B1 # Lo HANGUL LETTER RIEUL-MIEUM 313C ; NFKC_CF; 11B2 # Lo HANGUL LETTER RIEUL-PIEUP 313D ; NFKC_CF; 11B3 # Lo HANGUL LETTER RIEUL-SIOS 313E ; NFKC_CF; 11B4 # Lo HANGUL LETTER RIEUL-THIEUTH 313F ; NFKC_CF; 11B5 # Lo HANGUL LETTER RIEUL-PHIEUPH 3140 ; NFKC_CF; 111A # Lo HANGUL LETTER RIEUL-HIEUH 3141 ; NFKC_CF; 1106 # Lo HANGUL LETTER MIEUM 3142 ; NFKC_CF; 1107 # Lo HANGUL LETTER PIEUP 3143 ; NFKC_CF; 1108 # Lo HANGUL LETTER SSANGPIEUP 3144 ; NFKC_CF; 1121 # Lo HANGUL LETTER PIEUP-SIOS 3145 ; NFKC_CF; 1109 # Lo HANGUL LETTER SIOS 3146 ; NFKC_CF; 110A # Lo HANGUL LETTER SSANGSIOS 3147 ; NFKC_CF; 110B # Lo HANGUL LETTER IEUNG 3148 ; NFKC_CF; 110C # Lo HANGUL LETTER CIEUC 3149 ; NFKC_CF; 110D # Lo HANGUL LETTER SSANGCIEUC 314A ; NFKC_CF; 110E # Lo HANGUL LETTER CHIEUCH 314B ; NFKC_CF; 110F # Lo HANGUL LETTER KHIEUKH 314C ; NFKC_CF; 1110 # Lo HANGUL LETTER THIEUTH 314D ; NFKC_CF; 1111 # Lo HANGUL LETTER PHIEUPH 314E ; NFKC_CF; 1112 # Lo HANGUL LETTER HIEUH 314F ; NFKC_CF; 1161 # Lo HANGUL LETTER A 3150 ; NFKC_CF; 1162 # Lo HANGUL LETTER AE 3151 ; NFKC_CF; 1163 # Lo HANGUL LETTER YA 3152 ; NFKC_CF; 1164 # Lo HANGUL LETTER YAE 3153 ; NFKC_CF; 1165 # Lo HANGUL LETTER EO 3154 ; NFKC_CF; 1166 # Lo HANGUL LETTER E 3155 ; NFKC_CF; 1167 # Lo HANGUL LETTER YEO 3156 ; NFKC_CF; 1168 # Lo HANGUL LETTER YE 3157 ; NFKC_CF; 1169 # Lo HANGUL LETTER O 3158 ; NFKC_CF; 116A # Lo HANGUL LETTER WA 3159 ; NFKC_CF; 116B # Lo HANGUL LETTER WAE 315A ; NFKC_CF; 116C # Lo HANGUL LETTER OE 315B ; NFKC_CF; 116D # Lo HANGUL LETTER YO 315C ; NFKC_CF; 116E # Lo HANGUL LETTER U 315D ; NFKC_CF; 116F # Lo HANGUL LETTER WEO 315E ; NFKC_CF; 1170 # Lo HANGUL LETTER WE 315F ; NFKC_CF; 1171 # Lo HANGUL LETTER WI 3160 ; NFKC_CF; 1172 # Lo HANGUL LETTER YU 3161 ; NFKC_CF; 1173 # Lo HANGUL LETTER EU 3162 ; NFKC_CF; 1174 # Lo HANGUL LETTER YI 3163 ; NFKC_CF; 1175 # Lo HANGUL LETTER I 3164 ; NFKC_CF; # Lo HANGUL FILLER 3165 ; NFKC_CF; 1114 # Lo HANGUL LETTER SSANGNIEUN 3166 ; NFKC_CF; 1115 # Lo HANGUL LETTER NIEUN-TIKEUT 3167 ; NFKC_CF; 11C7 # Lo HANGUL LETTER NIEUN-SIOS 3168 ; NFKC_CF; 11C8 # Lo HANGUL LETTER NIEUN-PANSIOS 3169 ; NFKC_CF; 11CC # Lo HANGUL LETTER RIEUL-KIYEOK-SIOS 316A ; NFKC_CF; 11CE # Lo HANGUL LETTER RIEUL-TIKEUT 316B ; NFKC_CF; 11D3 # Lo HANGUL LETTER RIEUL-PIEUP-SIOS 316C ; NFKC_CF; 11D7 # Lo HANGUL LETTER RIEUL-PANSIOS 316D ; NFKC_CF; 11D9 # Lo HANGUL LETTER RIEUL-YEORINHIEUH 316E ; NFKC_CF; 111C # Lo HANGUL LETTER MIEUM-PIEUP 316F ; NFKC_CF; 11DD # Lo HANGUL LETTER MIEUM-SIOS 3170 ; NFKC_CF; 11DF # Lo HANGUL LETTER MIEUM-PANSIOS 3171 ; NFKC_CF; 111D # Lo HANGUL LETTER KAPYEOUNMIEUM 3172 ; NFKC_CF; 111E # Lo HANGUL LETTER PIEUP-KIYEOK 3173 ; NFKC_CF; 1120 # Lo HANGUL LETTER PIEUP-TIKEUT 3174 ; NFKC_CF; 1122 # Lo HANGUL LETTER PIEUP-SIOS-KIYEOK 3175 ; NFKC_CF; 1123 # Lo HANGUL LETTER PIEUP-SIOS-TIKEUT 3176 ; NFKC_CF; 1127 # Lo HANGUL LETTER PIEUP-CIEUC 3177 ; NFKC_CF; 1129 # Lo HANGUL LETTER PIEUP-THIEUTH 3178 ; NFKC_CF; 112B # Lo HANGUL LETTER KAPYEOUNPIEUP 3179 ; NFKC_CF; 112C # Lo HANGUL LETTER KAPYEOUNSSANGPIEUP 317A ; NFKC_CF; 112D # Lo HANGUL LETTER SIOS-KIYEOK 317B ; NFKC_CF; 112E # Lo HANGUL LETTER SIOS-NIEUN 317C ; NFKC_CF; 112F # Lo HANGUL LETTER SIOS-TIKEUT 317D ; NFKC_CF; 1132 # Lo HANGUL LETTER SIOS-PIEUP 317E ; NFKC_CF; 1136 # Lo HANGUL LETTER SIOS-CIEUC 317F ; NFKC_CF; 1140 # Lo HANGUL LETTER PANSIOS 3180 ; NFKC_CF; 1147 # Lo HANGUL LETTER SSANGIEUNG 3181 ; NFKC_CF; 114C # Lo HANGUL LETTER YESIEUNG 3182 ; NFKC_CF; 11F1 # Lo HANGUL LETTER YESIEUNG-SIOS 3183 ; NFKC_CF; 11F2 # Lo HANGUL LETTER YESIEUNG-PANSIOS 3184 ; NFKC_CF; 1157 # Lo HANGUL LETTER KAPYEOUNPHIEUPH 3185 ; NFKC_CF; 1158 # Lo HANGUL LETTER SSANGHIEUH 3186 ; NFKC_CF; 1159 # Lo HANGUL LETTER YEORINHIEUH 3187 ; NFKC_CF; 1184 # Lo HANGUL LETTER YO-YA 3188 ; NFKC_CF; 1185 # Lo HANGUL LETTER YO-YAE 3189 ; NFKC_CF; 1188 # Lo HANGUL LETTER YO-I 318A ; NFKC_CF; 1191 # Lo HANGUL LETTER YU-YEO 318B ; NFKC_CF; 1192 # Lo HANGUL LETTER YU-YE 318C ; NFKC_CF; 1194 # Lo HANGUL LETTER YU-I 318D ; NFKC_CF; 119E # Lo HANGUL LETTER ARAEA 318E ; NFKC_CF; 11A1 # Lo HANGUL LETTER ARAEAE 3192 ; NFKC_CF; 4E00 # No IDEOGRAPHIC ANNOTATION ONE MARK 3193 ; NFKC_CF; 4E8C # No IDEOGRAPHIC ANNOTATION TWO MARK 3194 ; NFKC_CF; 4E09 # No IDEOGRAPHIC ANNOTATION THREE MARK 3195 ; NFKC_CF; 56DB # No IDEOGRAPHIC ANNOTATION FOUR MARK 3196 ; NFKC_CF; 4E0A # So IDEOGRAPHIC ANNOTATION TOP MARK 3197 ; NFKC_CF; 4E2D # So IDEOGRAPHIC ANNOTATION MIDDLE MARK 3198 ; NFKC_CF; 4E0B # So IDEOGRAPHIC ANNOTATION BOTTOM MARK 3199 ; NFKC_CF; 7532 # So IDEOGRAPHIC ANNOTATION FIRST MARK 319A ; NFKC_CF; 4E59 # So IDEOGRAPHIC ANNOTATION SECOND MARK 319B ; NFKC_CF; 4E19 # So IDEOGRAPHIC ANNOTATION THIRD MARK 319C ; NFKC_CF; 4E01 # So IDEOGRAPHIC ANNOTATION FOURTH MARK 319D ; NFKC_CF; 5929 # So IDEOGRAPHIC ANNOTATION HEAVEN MARK 319E ; NFKC_CF; 5730 # So IDEOGRAPHIC ANNOTATION EARTH MARK 319F ; NFKC_CF; 4EBA # So IDEOGRAPHIC ANNOTATION MAN MARK 3200 ; NFKC_CF; 0028 1100 0029 # So PARENTHESIZED HANGUL KIYEOK 3201 ; NFKC_CF; 0028 1102 0029 # So PARENTHESIZED HANGUL NIEUN 3202 ; NFKC_CF; 0028 1103 0029 # So PARENTHESIZED HANGUL TIKEUT 3203 ; NFKC_CF; 0028 1105 0029 # So PARENTHESIZED HANGUL RIEUL 3204 ; NFKC_CF; 0028 1106 0029 # So PARENTHESIZED HANGUL MIEUM 3205 ; NFKC_CF; 0028 1107 0029 # So PARENTHESIZED HANGUL PIEUP 3206 ; NFKC_CF; 0028 1109 0029 # So PARENTHESIZED HANGUL SIOS 3207 ; NFKC_CF; 0028 110B 0029 # So PARENTHESIZED HANGUL IEUNG 3208 ; NFKC_CF; 0028 110C 0029 # So PARENTHESIZED HANGUL CIEUC 3209 ; NFKC_CF; 0028 110E 0029 # So PARENTHESIZED HANGUL CHIEUCH 320A ; NFKC_CF; 0028 110F 0029 # So PARENTHESIZED HANGUL KHIEUKH 320B ; NFKC_CF; 0028 1110 0029 # So PARENTHESIZED HANGUL THIEUTH 320C ; NFKC_CF; 0028 1111 0029 # So PARENTHESIZED HANGUL PHIEUPH 320D ; NFKC_CF; 0028 1112 0029 # So PARENTHESIZED HANGUL HIEUH 320E ; NFKC_CF; 0028 AC00 0029 # So PARENTHESIZED HANGUL KIYEOK A 320F ; NFKC_CF; 0028 B098 0029 # So PARENTHESIZED HANGUL NIEUN A 3210 ; NFKC_CF; 0028 B2E4 0029 # So PARENTHESIZED HANGUL TIKEUT A 3211 ; NFKC_CF; 0028 B77C 0029 # So PARENTHESIZED HANGUL RIEUL A 3212 ; NFKC_CF; 0028 B9C8 0029 # So PARENTHESIZED HANGUL MIEUM A 3213 ; NFKC_CF; 0028 BC14 0029 # So PARENTHESIZED HANGUL PIEUP A 3214 ; NFKC_CF; 0028 C0AC 0029 # So PARENTHESIZED HANGUL SIOS A 3215 ; NFKC_CF; 0028 C544 0029 # So PARENTHESIZED HANGUL IEUNG A 3216 ; NFKC_CF; 0028 C790 0029 # So PARENTHESIZED HANGUL CIEUC A 3217 ; NFKC_CF; 0028 CC28 0029 # So PARENTHESIZED HANGUL CHIEUCH A 3218 ; NFKC_CF; 0028 CE74 0029 # So PARENTHESIZED HANGUL KHIEUKH A 3219 ; NFKC_CF; 0028 D0C0 0029 # So PARENTHESIZED HANGUL THIEUTH A 321A ; NFKC_CF; 0028 D30C 0029 # So PARENTHESIZED HANGUL PHIEUPH A 321B ; NFKC_CF; 0028 D558 0029 # So PARENTHESIZED HANGUL HIEUH A 321C ; NFKC_CF; 0028 C8FC 0029 # So PARENTHESIZED HANGUL CIEUC U 321D ; NFKC_CF; 0028 C624 C804 0029 #So PARENTHESIZED KOREAN CHARACTER OJEON 321E ; NFKC_CF; 0028 C624 D6C4 0029 #So PARENTHESIZED KOREAN CHARACTER O HU 3220 ; NFKC_CF; 0028 4E00 0029 # No PARENTHESIZED IDEOGRAPH ONE 3221 ; NFKC_CF; 0028 4E8C 0029 # No PARENTHESIZED IDEOGRAPH TWO 3222 ; NFKC_CF; 0028 4E09 0029 # No PARENTHESIZED IDEOGRAPH THREE 3223 ; NFKC_CF; 0028 56DB 0029 # No PARENTHESIZED IDEOGRAPH FOUR 3224 ; NFKC_CF; 0028 4E94 0029 # No PARENTHESIZED IDEOGRAPH FIVE 3225 ; NFKC_CF; 0028 516D 0029 # No PARENTHESIZED IDEOGRAPH SIX 3226 ; NFKC_CF; 0028 4E03 0029 # No PARENTHESIZED IDEOGRAPH SEVEN 3227 ; NFKC_CF; 0028 516B 0029 # No PARENTHESIZED IDEOGRAPH EIGHT 3228 ; NFKC_CF; 0028 4E5D 0029 # No PARENTHESIZED IDEOGRAPH NINE 3229 ; NFKC_CF; 0028 5341 0029 # No PARENTHESIZED IDEOGRAPH TEN 322A ; NFKC_CF; 0028 6708 0029 # So PARENTHESIZED IDEOGRAPH MOON 322B ; NFKC_CF; 0028 706B 0029 # So PARENTHESIZED IDEOGRAPH FIRE 322C ; NFKC_CF; 0028 6C34 0029 # So PARENTHESIZED IDEOGRAPH WATER 322D ; NFKC_CF; 0028 6728 0029 # So PARENTHESIZED IDEOGRAPH WOOD 322E ; NFKC_CF; 0028 91D1 0029 # So PARENTHESIZED IDEOGRAPH METAL 322F ; NFKC_CF; 0028 571F 0029 # So PARENTHESIZED IDEOGRAPH EARTH 3230 ; NFKC_CF; 0028 65E5 0029 # So PARENTHESIZED IDEOGRAPH SUN 3231 ; NFKC_CF; 0028 682A 0029 # So PARENTHESIZED IDEOGRAPH STOCK 3232 ; NFKC_CF; 0028 6709 0029 # So PARENTHESIZED IDEOGRAPH HAVE 3233 ; NFKC_CF; 0028 793E 0029 # So PARENTHESIZED IDEOGRAPH SOCIETY 3234 ; NFKC_CF; 0028 540D 0029 # So PARENTHESIZED IDEOGRAPH NAME 3235 ; NFKC_CF; 0028 7279 0029 # So PARENTHESIZED IDEOGRAPH SPECIAL 3236 ; NFKC_CF; 0028 8CA1 0029 # So PARENTHESIZED IDEOGRAPH FINANCIAL 3237 ; NFKC_CF; 0028 795D 0029 # So PARENTHESIZED IDEOGRAPH CONGRATULATION 3238 ; NFKC_CF; 0028 52B4 0029 # So PARENTHESIZED IDEOGRAPH LABOR 3239 ; NFKC_CF; 0028 4EE3 0029 # So PARENTHESIZED IDEOGRAPH REPRESENT 323A ; NFKC_CF; 0028 547C 0029 # So PARENTHESIZED IDEOGRAPH CALL 323B ; NFKC_CF; 0028 5B66 0029 # So PARENTHESIZED IDEOGRAPH STUDY 323C ; NFKC_CF; 0028 76E3 0029 # So PARENTHESIZED IDEOGRAPH SUPERVISE 323D ; NFKC_CF; 0028 4F01 0029 # So PARENTHESIZED IDEOGRAPH ENTERPRISE 323E ; NFKC_CF; 0028 8CC7 0029 # So PARENTHESIZED IDEOGRAPH RESOURCE 323F ; NFKC_CF; 0028 5354 0029 # So PARENTHESIZED IDEOGRAPH ALLIANCE 3240 ; NFKC_CF; 0028 796D 0029 # So PARENTHESIZED IDEOGRAPH FESTIVAL 3241 ; NFKC_CF; 0028 4F11 0029 # So PARENTHESIZED IDEOGRAPH REST 3242 ; NFKC_CF; 0028 81EA 0029 # So PARENTHESIZED IDEOGRAPH SELF 3243 ; NFKC_CF; 0028 81F3 0029 # So PARENTHESIZED IDEOGRAPH REACH 3244 ; NFKC_CF; 554F # So CIRCLED IDEOGRAPH QUESTION 3245 ; NFKC_CF; 5E7C # So CIRCLED IDEOGRAPH KINDERGARTEN 3246 ; NFKC_CF; 6587 # So CIRCLED IDEOGRAPH SCHOOL 3247 ; NFKC_CF; 7B8F # So CIRCLED IDEOGRAPH KOTO 3250 ; NFKC_CF; 0070 0074 0065 # So PARTNERSHIP SIGN 3251 ; NFKC_CF; 0032 0031 # No CIRCLED NUMBER TWENTY ONE 3252 ; NFKC_CF; 0032 0032 # No CIRCLED NUMBER TWENTY TWO 3253 ; NFKC_CF; 0032 0033 # No CIRCLED NUMBER TWENTY THREE 3254 ; NFKC_CF; 0032 0034 # No CIRCLED NUMBER TWENTY FOUR 3255 ; NFKC_CF; 0032 0035 # No CIRCLED NUMBER TWENTY FIVE 3256 ; NFKC_CF; 0032 0036 # No CIRCLED NUMBER TWENTY SIX 3257 ; NFKC_CF; 0032 0037 # No CIRCLED NUMBER TWENTY SEVEN 3258 ; NFKC_CF; 0032 0038 # No CIRCLED NUMBER TWENTY EIGHT 3259 ; NFKC_CF; 0032 0039 # No CIRCLED NUMBER TWENTY NINE 325A ; NFKC_CF; 0033 0030 # No CIRCLED NUMBER THIRTY 325B ; NFKC_CF; 0033 0031 # No CIRCLED NUMBER THIRTY ONE 325C ; NFKC_CF; 0033 0032 # No CIRCLED NUMBER THIRTY TWO 325D ; NFKC_CF; 0033 0033 # No CIRCLED NUMBER THIRTY THREE 325E ; NFKC_CF; 0033 0034 # No CIRCLED NUMBER THIRTY FOUR 325F ; NFKC_CF; 0033 0035 # No CIRCLED NUMBER THIRTY FIVE 3260 ; NFKC_CF; 1100 # So CIRCLED HANGUL KIYEOK 3261 ; NFKC_CF; 1102 # So CIRCLED HANGUL NIEUN 3262 ; NFKC_CF; 1103 # So CIRCLED HANGUL TIKEUT 3263 ; NFKC_CF; 1105 # So CIRCLED HANGUL RIEUL 3264 ; NFKC_CF; 1106 # So CIRCLED HANGUL MIEUM 3265 ; NFKC_CF; 1107 # So CIRCLED HANGUL PIEUP 3266 ; NFKC_CF; 1109 # So CIRCLED HANGUL SIOS 3267 ; NFKC_CF; 110B # So CIRCLED HANGUL IEUNG 3268 ; NFKC_CF; 110C # So CIRCLED HANGUL CIEUC 3269 ; NFKC_CF; 110E # So CIRCLED HANGUL CHIEUCH 326A ; NFKC_CF; 110F # So CIRCLED HANGUL KHIEUKH 326B ; NFKC_CF; 1110 # So CIRCLED HANGUL THIEUTH 326C ; NFKC_CF; 1111 # So CIRCLED HANGUL PHIEUPH 326D ; NFKC_CF; 1112 # So CIRCLED HANGUL HIEUH 326E ; NFKC_CF; AC00 # So CIRCLED HANGUL KIYEOK A 326F ; NFKC_CF; B098 # So CIRCLED HANGUL NIEUN A 3270 ; NFKC_CF; B2E4 # So CIRCLED HANGUL TIKEUT A 3271 ; NFKC_CF; B77C # So CIRCLED HANGUL RIEUL A 3272 ; NFKC_CF; B9C8 # So CIRCLED HANGUL MIEUM A 3273 ; NFKC_CF; BC14 # So CIRCLED HANGUL PIEUP A 3274 ; NFKC_CF; C0AC # So CIRCLED HANGUL SIOS A 3275 ; NFKC_CF; C544 # So CIRCLED HANGUL IEUNG A 3276 ; NFKC_CF; C790 # So CIRCLED HANGUL CIEUC A 3277 ; NFKC_CF; CC28 # So CIRCLED HANGUL CHIEUCH A 3278 ; NFKC_CF; CE74 # So CIRCLED HANGUL KHIEUKH A 3279 ; NFKC_CF; D0C0 # So CIRCLED HANGUL THIEUTH A 327A ; NFKC_CF; D30C # So CIRCLED HANGUL PHIEUPH A 327B ; NFKC_CF; D558 # So CIRCLED HANGUL HIEUH A 327C ; NFKC_CF; CC38 ACE0 # So CIRCLED KOREAN CHARACTER CHAMKO 327D ; NFKC_CF; C8FC C758 # So CIRCLED KOREAN CHARACTER JUEUI 327E ; NFKC_CF; C6B0 # So CIRCLED HANGUL IEUNG U 3280 ; NFKC_CF; 4E00 # No CIRCLED IDEOGRAPH ONE 3281 ; NFKC_CF; 4E8C # No CIRCLED IDEOGRAPH TWO 3282 ; NFKC_CF; 4E09 # No CIRCLED IDEOGRAPH THREE 3283 ; NFKC_CF; 56DB # No CIRCLED IDEOGRAPH FOUR 3284 ; NFKC_CF; 4E94 # No CIRCLED IDEOGRAPH FIVE 3285 ; NFKC_CF; 516D # No CIRCLED IDEOGRAPH SIX 3286 ; NFKC_CF; 4E03 # No CIRCLED IDEOGRAPH SEVEN 3287 ; NFKC_CF; 516B # No CIRCLED IDEOGRAPH EIGHT 3288 ; NFKC_CF; 4E5D # No CIRCLED IDEOGRAPH NINE 3289 ; NFKC_CF; 5341 # No CIRCLED IDEOGRAPH TEN 328A ; NFKC_CF; 6708 # So CIRCLED IDEOGRAPH MOON 328B ; NFKC_CF; 706B # So CIRCLED IDEOGRAPH FIRE 328C ; NFKC_CF; 6C34 # So CIRCLED IDEOGRAPH WATER 328D ; NFKC_CF; 6728 # So CIRCLED IDEOGRAPH WOOD 328E ; NFKC_CF; 91D1 # So CIRCLED IDEOGRAPH METAL 328F ; NFKC_CF; 571F # So CIRCLED IDEOGRAPH EARTH 3290 ; NFKC_CF; 65E5 # So CIRCLED IDEOGRAPH SUN 3291 ; NFKC_CF; 682A # So CIRCLED IDEOGRAPH STOCK 3292 ; NFKC_CF; 6709 # So CIRCLED IDEOGRAPH HAVE 3293 ; NFKC_CF; 793E # So CIRCLED IDEOGRAPH SOCIETY 3294 ; NFKC_CF; 540D # So CIRCLED IDEOGRAPH NAME 3295 ; NFKC_CF; 7279 # So CIRCLED IDEOGRAPH SPECIAL 3296 ; NFKC_CF; 8CA1 # So CIRCLED IDEOGRAPH FINANCIAL 3297 ; NFKC_CF; 795D # So CIRCLED IDEOGRAPH CONGRATULATION 3298 ; NFKC_CF; 52B4 # So CIRCLED IDEOGRAPH LABOR 3299 ; NFKC_CF; 79D8 # So CIRCLED IDEOGRAPH SECRET 329A ; NFKC_CF; 7537 # So CIRCLED IDEOGRAPH MALE 329B ; NFKC_CF; 5973 # So CIRCLED IDEOGRAPH FEMALE 329C ; NFKC_CF; 9069 # So CIRCLED IDEOGRAPH SUITABLE 329D ; NFKC_CF; 512A # So CIRCLED IDEOGRAPH EXCELLENT 329E ; NFKC_CF; 5370 # So CIRCLED IDEOGRAPH PRINT 329F ; NFKC_CF; 6CE8 # So CIRCLED IDEOGRAPH ATTENTION 32A0 ; NFKC_CF; 9805 # So CIRCLED IDEOGRAPH ITEM 32A1 ; NFKC_CF; 4F11 # So CIRCLED IDEOGRAPH REST 32A2 ; NFKC_CF; 5199 # So CIRCLED IDEOGRAPH COPY 32A3 ; NFKC_CF; 6B63 # So CIRCLED IDEOGRAPH CORRECT 32A4 ; NFKC_CF; 4E0A # So CIRCLED IDEOGRAPH HIGH 32A5 ; NFKC_CF; 4E2D # So CIRCLED IDEOGRAPH CENTRE 32A6 ; NFKC_CF; 4E0B # So CIRCLED IDEOGRAPH LOW 32A7 ; NFKC_CF; 5DE6 # So CIRCLED IDEOGRAPH LEFT 32A8 ; NFKC_CF; 53F3 # So CIRCLED IDEOGRAPH RIGHT 32A9 ; NFKC_CF; 533B # So CIRCLED IDEOGRAPH MEDICINE 32AA ; NFKC_CF; 5B97 # So CIRCLED IDEOGRAPH RELIGION 32AB ; NFKC_CF; 5B66 # So CIRCLED IDEOGRAPH STUDY 32AC ; NFKC_CF; 76E3 # So CIRCLED IDEOGRAPH SUPERVISE 32AD ; NFKC_CF; 4F01 # So CIRCLED IDEOGRAPH ENTERPRISE 32AE ; NFKC_CF; 8CC7 # So CIRCLED IDEOGRAPH RESOURCE 32AF ; NFKC_CF; 5354 # So CIRCLED IDEOGRAPH ALLIANCE 32B0 ; NFKC_CF; 591C # So CIRCLED IDEOGRAPH NIGHT 32B1 ; NFKC_CF; 0033 0036 # No CIRCLED NUMBER THIRTY SIX 32B2 ; NFKC_CF; 0033 0037 # No CIRCLED NUMBER THIRTY SEVEN 32B3 ; NFKC_CF; 0033 0038 # No CIRCLED NUMBER THIRTY EIGHT 32B4 ; NFKC_CF; 0033 0039 # No CIRCLED NUMBER THIRTY NINE 32B5 ; NFKC_CF; 0034 0030 # No CIRCLED NUMBER FORTY 32B6 ; NFKC_CF; 0034 0031 # No CIRCLED NUMBER FORTY ONE 32B7 ; NFKC_CF; 0034 0032 # No CIRCLED NUMBER FORTY TWO 32B8 ; NFKC_CF; 0034 0033 # No CIRCLED NUMBER FORTY THREE 32B9 ; NFKC_CF; 0034 0034 # No CIRCLED NUMBER FORTY FOUR 32BA ; NFKC_CF; 0034 0035 # No CIRCLED NUMBER FORTY FIVE 32BB ; NFKC_CF; 0034 0036 # No CIRCLED NUMBER FORTY SIX 32BC ; NFKC_CF; 0034 0037 # No CIRCLED NUMBER FORTY SEVEN 32BD ; NFKC_CF; 0034 0038 # No CIRCLED NUMBER FORTY EIGHT 32BE ; NFKC_CF; 0034 0039 # No CIRCLED NUMBER FORTY NINE 32BF ; NFKC_CF; 0035 0030 # No CIRCLED NUMBER FIFTY 32C0 ; NFKC_CF; 0031 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY 32C1 ; NFKC_CF; 0032 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY 32C2 ; NFKC_CF; 0033 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH 32C3 ; NFKC_CF; 0034 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL 32C4 ; NFKC_CF; 0035 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY 32C5 ; NFKC_CF; 0036 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE 32C6 ; NFKC_CF; 0037 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY 32C7 ; NFKC_CF; 0038 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST 32C8 ; NFKC_CF; 0039 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER 32C9 ; NFKC_CF; 0031 0030 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER 32CA ; NFKC_CF; 0031 0031 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER 32CB ; NFKC_CF; 0031 0032 6708 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER 32CC ; NFKC_CF; 0068 0067 # So SQUARE HG 32CD ; NFKC_CF; 0065 0072 0067 # So SQUARE ERG 32CE ; NFKC_CF; 0065 0076 # So SQUARE EV 32CF ; NFKC_CF; 006C 0074 0064 # So LIMITED LIABILITY SIGN 32D0 ; NFKC_CF; 30A2 # So CIRCLED KATAKANA A 32D1 ; NFKC_CF; 30A4 # So CIRCLED KATAKANA I 32D2 ; NFKC_CF; 30A6 # So CIRCLED KATAKANA U 32D3 ; NFKC_CF; 30A8 # So CIRCLED KATAKANA E 32D4 ; NFKC_CF; 30AA # So CIRCLED KATAKANA O 32D5 ; NFKC_CF; 30AB # So CIRCLED KATAKANA KA 32D6 ; NFKC_CF; 30AD # So CIRCLED KATAKANA KI 32D7 ; NFKC_CF; 30AF # So CIRCLED KATAKANA KU 32D8 ; NFKC_CF; 30B1 # So CIRCLED KATAKANA KE 32D9 ; NFKC_CF; 30B3 # So CIRCLED KATAKANA KO 32DA ; NFKC_CF; 30B5 # So CIRCLED KATAKANA SA 32DB ; NFKC_CF; 30B7 # So CIRCLED KATAKANA SI 32DC ; NFKC_CF; 30B9 # So CIRCLED KATAKANA SU 32DD ; NFKC_CF; 30BB # So CIRCLED KATAKANA SE 32DE ; NFKC_CF; 30BD # So CIRCLED KATAKANA SO 32DF ; NFKC_CF; 30BF # So CIRCLED KATAKANA TA 32E0 ; NFKC_CF; 30C1 # So CIRCLED KATAKANA TI 32E1 ; NFKC_CF; 30C4 # So CIRCLED KATAKANA TU 32E2 ; NFKC_CF; 30C6 # So CIRCLED KATAKANA TE 32E3 ; NFKC_CF; 30C8 # So CIRCLED KATAKANA TO 32E4 ; NFKC_CF; 30CA # So CIRCLED KATAKANA NA 32E5 ; NFKC_CF; 30CB # So CIRCLED KATAKANA NI 32E6 ; NFKC_CF; 30CC # So CIRCLED KATAKANA NU 32E7 ; NFKC_CF; 30CD # So CIRCLED KATAKANA NE 32E8 ; NFKC_CF; 30CE # So CIRCLED KATAKANA NO 32E9 ; NFKC_CF; 30CF # So CIRCLED KATAKANA HA 32EA ; NFKC_CF; 30D2 # So CIRCLED KATAKANA HI 32EB ; NFKC_CF; 30D5 # So CIRCLED KATAKANA HU 32EC ; NFKC_CF; 30D8 # So CIRCLED KATAKANA HE 32ED ; NFKC_CF; 30DB # So CIRCLED KATAKANA HO 32EE ; NFKC_CF; 30DE # So CIRCLED KATAKANA MA 32EF ; NFKC_CF; 30DF # So CIRCLED KATAKANA MI 32F0 ; NFKC_CF; 30E0 # So CIRCLED KATAKANA MU 32F1 ; NFKC_CF; 30E1 # So CIRCLED KATAKANA ME 32F2 ; NFKC_CF; 30E2 # So CIRCLED KATAKANA MO 32F3 ; NFKC_CF; 30E4 # So CIRCLED KATAKANA YA 32F4 ; NFKC_CF; 30E6 # So CIRCLED KATAKANA YU 32F5 ; NFKC_CF; 30E8 # So CIRCLED KATAKANA YO 32F6 ; NFKC_CF; 30E9 # So CIRCLED KATAKANA RA 32F7 ; NFKC_CF; 30EA # So CIRCLED KATAKANA RI 32F8 ; NFKC_CF; 30EB # So CIRCLED KATAKANA RU 32F9 ; NFKC_CF; 30EC # So CIRCLED KATAKANA RE 32FA ; NFKC_CF; 30ED # So CIRCLED KATAKANA RO 32FB ; NFKC_CF; 30EF # So CIRCLED KATAKANA WA 32FC ; NFKC_CF; 30F0 # So CIRCLED KATAKANA WI 32FD ; NFKC_CF; 30F1 # So CIRCLED KATAKANA WE 32FE ; NFKC_CF; 30F2 # So CIRCLED KATAKANA WO 3300 ; NFKC_CF; 30A2 30D1 30FC 30C8 #So SQUARE APAATO 3301 ; NFKC_CF; 30A2 30EB 30D5 30A1 #So SQUARE ARUHUA 3302 ; NFKC_CF; 30A2 30F3 30DA 30A2 #So SQUARE ANPEA 3303 ; NFKC_CF; 30A2 30FC 30EB # So SQUARE AARU 3304 ; NFKC_CF; 30A4 30CB 30F3 30B0 #So SQUARE ININGU 3305 ; NFKC_CF; 30A4 30F3 30C1 # So SQUARE INTI 3306 ; NFKC_CF; 30A6 30A9 30F3 # So SQUARE UON 3307 ; NFKC_CF; 30A8 30B9 30AF 30FC 30C9 #So SQUARE ESUKUUDO 3308 ; NFKC_CF; 30A8 30FC 30AB 30FC #So SQUARE EEKAA 3309 ; NFKC_CF; 30AA 30F3 30B9 # So SQUARE ONSU 330A ; NFKC_CF; 30AA 30FC 30E0 # So SQUARE OOMU 330B ; NFKC_CF; 30AB 30A4 30EA # So SQUARE KAIRI 330C ; NFKC_CF; 30AB 30E9 30C3 30C8 #So SQUARE KARATTO 330D ; NFKC_CF; 30AB 30ED 30EA 30FC #So SQUARE KARORII 330E ; NFKC_CF; 30AC 30ED 30F3 # So SQUARE GARON 330F ; NFKC_CF; 30AC 30F3 30DE # So SQUARE GANMA 3310 ; NFKC_CF; 30AE 30AC # So SQUARE GIGA 3311 ; NFKC_CF; 30AE 30CB 30FC # So SQUARE GINII 3312 ; NFKC_CF; 30AD 30E5 30EA 30FC #So SQUARE KYURII 3313 ; NFKC_CF; 30AE 30EB 30C0 30FC #So SQUARE GIRUDAA 3314 ; NFKC_CF; 30AD 30ED # So SQUARE KIRO 3315 ; NFKC_CF; 30AD 30ED 30B0 30E9 30E0 #So SQUARE KIROGURAMU 3316 ; NFKC_CF; 30AD 30ED 30E1 30FC 30C8 30EB #So SQUARE KIROMEETORU 3317 ; NFKC_CF; 30AD 30ED 30EF 30C3 30C8 #So SQUARE KIROWATTO 3318 ; NFKC_CF; 30B0 30E9 30E0 # So SQUARE GURAMU 3319 ; NFKC_CF; 30B0 30E9 30E0 30C8 30F3 #So SQUARE GURAMUTON 331A ; NFKC_CF; 30AF 30EB 30BC 30A4 30ED #So SQUARE KURUZEIRO 331B ; NFKC_CF; 30AF 30ED 30FC 30CD #So SQUARE KUROONE 331C ; NFKC_CF; 30B1 30FC 30B9 # So SQUARE KEESU 331D ; NFKC_CF; 30B3 30EB 30CA # So SQUARE KORUNA 331E ; NFKC_CF; 30B3 30FC 30DD # So SQUARE KOOPO 331F ; NFKC_CF; 30B5 30A4 30AF 30EB #So SQUARE SAIKURU 3320 ; NFKC_CF; 30B5 30F3 30C1 30FC 30E0 #So SQUARE SANTIIMU 3321 ; NFKC_CF; 30B7 30EA 30F3 30B0 #So SQUARE SIRINGU 3322 ; NFKC_CF; 30BB 30F3 30C1 # So SQUARE SENTI 3323 ; NFKC_CF; 30BB 30F3 30C8 # So SQUARE SENTO 3324 ; NFKC_CF; 30C0 30FC 30B9 # So SQUARE DAASU 3325 ; NFKC_CF; 30C7 30B7 # So SQUARE DESI 3326 ; NFKC_CF; 30C9 30EB # So SQUARE DORU 3327 ; NFKC_CF; 30C8 30F3 # So SQUARE TON 3328 ; NFKC_CF; 30CA 30CE # So SQUARE NANO 3329 ; NFKC_CF; 30CE 30C3 30C8 # So SQUARE NOTTO 332A ; NFKC_CF; 30CF 30A4 30C4 # So SQUARE HAITU 332B ; NFKC_CF; 30D1 30FC 30BB 30F3 30C8 #So SQUARE PAASENTO 332C ; NFKC_CF; 30D1 30FC 30C4 # So SQUARE PAATU 332D ; NFKC_CF; 30D0 30FC 30EC 30EB #So SQUARE BAARERU 332E ; NFKC_CF; 30D4 30A2 30B9 30C8 30EB #So SQUARE PIASUTORU 332F ; NFKC_CF; 30D4 30AF 30EB # So SQUARE PIKURU 3330 ; NFKC_CF; 30D4 30B3 # So SQUARE PIKO 3331 ; NFKC_CF; 30D3 30EB # So SQUARE BIRU 3332 ; NFKC_CF; 30D5 30A1 30E9 30C3 30C9 #So SQUARE HUARADDO 3333 ; NFKC_CF; 30D5 30A3 30FC 30C8 #So SQUARE HUIITO 3334 ; NFKC_CF; 30D6 30C3 30B7 30A7 30EB #So SQUARE BUSSYERU 3335 ; NFKC_CF; 30D5 30E9 30F3 # So SQUARE HURAN 3336 ; NFKC_CF; 30D8 30AF 30BF 30FC 30EB #So SQUARE HEKUTAARU 3337 ; NFKC_CF; 30DA 30BD # So SQUARE PESO 3338 ; NFKC_CF; 30DA 30CB 30D2 # So SQUARE PENIHI 3339 ; NFKC_CF; 30D8 30EB 30C4 # So SQUARE HERUTU 333A ; NFKC_CF; 30DA 30F3 30B9 # So SQUARE PENSU 333B ; NFKC_CF; 30DA 30FC 30B8 # So SQUARE PEEZI 333C ; NFKC_CF; 30D9 30FC 30BF # So SQUARE BEETA 333D ; NFKC_CF; 30DD 30A4 30F3 30C8 #So SQUARE POINTO 333E ; NFKC_CF; 30DC 30EB 30C8 # So SQUARE BORUTO 333F ; NFKC_CF; 30DB 30F3 # So SQUARE HON 3340 ; NFKC_CF; 30DD 30F3 30C9 # So SQUARE PONDO 3341 ; NFKC_CF; 30DB 30FC 30EB # So SQUARE HOORU 3342 ; NFKC_CF; 30DB 30FC 30F3 # So SQUARE HOON 3343 ; NFKC_CF; 30DE 30A4 30AF 30ED #So SQUARE MAIKURO 3344 ; NFKC_CF; 30DE 30A4 30EB # So SQUARE MAIRU 3345 ; NFKC_CF; 30DE 30C3 30CF # So SQUARE MAHHA 3346 ; NFKC_CF; 30DE 30EB 30AF # So SQUARE MARUKU 3347 ; NFKC_CF; 30DE 30F3 30B7 30E7 30F3 #So SQUARE MANSYON 3348 ; NFKC_CF; 30DF 30AF 30ED 30F3 #So SQUARE MIKURON 3349 ; NFKC_CF; 30DF 30EA # So SQUARE MIRI 334A ; NFKC_CF; 30DF 30EA 30D0 30FC 30EB #So SQUARE MIRIBAARU 334B ; NFKC_CF; 30E1 30AC # So SQUARE MEGA 334C ; NFKC_CF; 30E1 30AC 30C8 30F3 #So SQUARE MEGATON 334D ; NFKC_CF; 30E1 30FC 30C8 30EB #So SQUARE MEETORU 334E ; NFKC_CF; 30E4 30FC 30C9 # So SQUARE YAADO 334F ; NFKC_CF; 30E4 30FC 30EB # So SQUARE YAARU 3350 ; NFKC_CF; 30E6 30A2 30F3 # So SQUARE YUAN 3351 ; NFKC_CF; 30EA 30C3 30C8 30EB #So SQUARE RITTORU 3352 ; NFKC_CF; 30EA 30E9 # So SQUARE RIRA 3353 ; NFKC_CF; 30EB 30D4 30FC # So SQUARE RUPII 3354 ; NFKC_CF; 30EB 30FC 30D6 30EB #So SQUARE RUUBURU 3355 ; NFKC_CF; 30EC 30E0 # So SQUARE REMU 3356 ; NFKC_CF; 30EC 30F3 30C8 30B2 30F3 #So SQUARE RENTOGEN 3357 ; NFKC_CF; 30EF 30C3 30C8 # So SQUARE WATTO 3358 ; NFKC_CF; 0030 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO 3359 ; NFKC_CF; 0031 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE 335A ; NFKC_CF; 0032 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO 335B ; NFKC_CF; 0033 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE 335C ; NFKC_CF; 0034 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR 335D ; NFKC_CF; 0035 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE 335E ; NFKC_CF; 0036 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX 335F ; NFKC_CF; 0037 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN 3360 ; NFKC_CF; 0038 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT 3361 ; NFKC_CF; 0039 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE 3362 ; NFKC_CF; 0031 0030 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN 3363 ; NFKC_CF; 0031 0031 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN 3364 ; NFKC_CF; 0031 0032 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE 3365 ; NFKC_CF; 0031 0033 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN 3366 ; NFKC_CF; 0031 0034 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN 3367 ; NFKC_CF; 0031 0035 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN 3368 ; NFKC_CF; 0031 0036 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN 3369 ; NFKC_CF; 0031 0037 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN 336A ; NFKC_CF; 0031 0038 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN 336B ; NFKC_CF; 0031 0039 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN 336C ; NFKC_CF; 0032 0030 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY 336D ; NFKC_CF; 0032 0031 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE 336E ; NFKC_CF; 0032 0032 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO 336F ; NFKC_CF; 0032 0033 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE 3370 ; NFKC_CF; 0032 0034 70B9 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR 3371 ; NFKC_CF; 0068 0070 0061 # So SQUARE HPA 3372 ; NFKC_CF; 0064 0061 # So SQUARE DA 3373 ; NFKC_CF; 0061 0075 # So SQUARE AU 3374 ; NFKC_CF; 0062 0061 0072 # So SQUARE BAR 3375 ; NFKC_CF; 006F 0076 # So SQUARE OV 3376 ; NFKC_CF; 0070 0063 # So SQUARE PC 3377 ; NFKC_CF; 0064 006D # So SQUARE DM 3378 ; NFKC_CF; 0064 006D 0032 # So SQUARE DM SQUARED 3379 ; NFKC_CF; 0064 006D 0033 # So SQUARE DM CUBED 337A ; NFKC_CF; 0069 0075 # So SQUARE IU 337B ; NFKC_CF; 5E73 6210 # So SQUARE ERA NAME HEISEI 337C ; NFKC_CF; 662D 548C # So SQUARE ERA NAME SYOUWA 337D ; NFKC_CF; 5927 6B63 # So SQUARE ERA NAME TAISYOU 337E ; NFKC_CF; 660E 6CBB # So SQUARE ERA NAME MEIZI 337F ; NFKC_CF; 682A 5F0F 4F1A 793E #So SQUARE CORPORATION 3380 ; NFKC_CF; 0070 0061 # So SQUARE PA AMPS 3381 ; NFKC_CF; 006E 0061 # So SQUARE NA 3382 ; NFKC_CF; 03BC 0061 # So SQUARE MU A 3383 ; NFKC_CF; 006D 0061 # So SQUARE MA 3384 ; NFKC_CF; 006B 0061 # So SQUARE KA 3385 ; NFKC_CF; 006B 0062 # So SQUARE KB 3386 ; NFKC_CF; 006D 0062 # So SQUARE MB 3387 ; NFKC_CF; 0067 0062 # So SQUARE GB 3388 ; NFKC_CF; 0063 0061 006C # So SQUARE CAL 3389 ; NFKC_CF; 006B 0063 0061 006C #So SQUARE KCAL 338A ; NFKC_CF; 0070 0066 # So SQUARE PF 338B ; NFKC_CF; 006E 0066 # So SQUARE NF 338C ; NFKC_CF; 03BC 0066 # So SQUARE MU F 338D ; NFKC_CF; 03BC 0067 # So SQUARE MU G 338E ; NFKC_CF; 006D 0067 # So SQUARE MG 338F ; NFKC_CF; 006B 0067 # So SQUARE KG 3390 ; NFKC_CF; 0068 007A # So SQUARE HZ 3391 ; NFKC_CF; 006B 0068 007A # So SQUARE KHZ 3392 ; NFKC_CF; 006D 0068 007A # So SQUARE MHZ 3393 ; NFKC_CF; 0067 0068 007A # So SQUARE GHZ 3394 ; NFKC_CF; 0074 0068 007A # So SQUARE THZ 3395 ; NFKC_CF; 03BC 006C # So SQUARE MU L 3396 ; NFKC_CF; 006D 006C # So SQUARE ML 3397 ; NFKC_CF; 0064 006C # So SQUARE DL 3398 ; NFKC_CF; 006B 006C # So SQUARE KL 3399 ; NFKC_CF; 0066 006D # So SQUARE FM 339A ; NFKC_CF; 006E 006D # So SQUARE NM 339B ; NFKC_CF; 03BC 006D # So SQUARE MU M 339C ; NFKC_CF; 006D 006D # So SQUARE MM 339D ; NFKC_CF; 0063 006D # So SQUARE CM 339E ; NFKC_CF; 006B 006D # So SQUARE KM 339F ; NFKC_CF; 006D 006D 0032 # So SQUARE MM SQUARED 33A0 ; NFKC_CF; 0063 006D 0032 # So SQUARE CM SQUARED 33A1 ; NFKC_CF; 006D 0032 # So SQUARE M SQUARED 33A2 ; NFKC_CF; 006B 006D 0032 # So SQUARE KM SQUARED 33A3 ; NFKC_CF; 006D 006D 0033 # So SQUARE MM CUBED 33A4 ; NFKC_CF; 0063 006D 0033 # So SQUARE CM CUBED 33A5 ; NFKC_CF; 006D 0033 # So SQUARE M CUBED 33A6 ; NFKC_CF; 006B 006D 0033 # So SQUARE KM CUBED 33A7 ; NFKC_CF; 006D 2215 0073 # So SQUARE M OVER S 33A8 ; NFKC_CF; 006D 2215 0073 0032 #So SQUARE M OVER S SQUARED 33A9 ; NFKC_CF; 0070 0061 # So SQUARE PA 33AA ; NFKC_CF; 006B 0070 0061 # So SQUARE KPA 33AB ; NFKC_CF; 006D 0070 0061 # So SQUARE MPA 33AC ; NFKC_CF; 0067 0070 0061 # So SQUARE GPA 33AD ; NFKC_CF; 0072 0061 0064 # So SQUARE RAD 33AE ; NFKC_CF; 0072 0061 0064 2215 0073 #So SQUARE RAD OVER S 33AF ; NFKC_CF; 0072 0061 0064 2215 0073 0032 #So SQUARE RAD OVER S SQUARED 33B0 ; NFKC_CF; 0070 0073 # So SQUARE PS 33B1 ; NFKC_CF; 006E 0073 # So SQUARE NS 33B2 ; NFKC_CF; 03BC 0073 # So SQUARE MU S 33B3 ; NFKC_CF; 006D 0073 # So SQUARE MS 33B4 ; NFKC_CF; 0070 0076 # So SQUARE PV 33B5 ; NFKC_CF; 006E 0076 # So SQUARE NV 33B6 ; NFKC_CF; 03BC 0076 # So SQUARE MU V 33B7 ; NFKC_CF; 006D 0076 # So SQUARE MV 33B8 ; NFKC_CF; 006B 0076 # So SQUARE KV 33B9 ; NFKC_CF; 006D 0076 # So SQUARE MV MEGA 33BA ; NFKC_CF; 0070 0077 # So SQUARE PW 33BB ; NFKC_CF; 006E 0077 # So SQUARE NW 33BC ; NFKC_CF; 03BC 0077 # So SQUARE MU W 33BD ; NFKC_CF; 006D 0077 # So SQUARE MW 33BE ; NFKC_CF; 006B 0077 # So SQUARE KW 33BF ; NFKC_CF; 006D 0077 # So SQUARE MW MEGA 33C0 ; NFKC_CF; 006B 03C9 # So SQUARE K OHM 33C1 ; NFKC_CF; 006D 03C9 # So SQUARE M OHM 33C2 ; NFKC_CF; 0061 002E 006D 002E #So SQUARE AM 33C3 ; NFKC_CF; 0062 0071 # So SQUARE BQ 33C4 ; NFKC_CF; 0063 0063 # So SQUARE CC 33C5 ; NFKC_CF; 0063 0064 # So SQUARE CD 33C6 ; NFKC_CF; 0063 2215 006B 0067 #So SQUARE C OVER KG 33C7 ; NFKC_CF; 0063 006F 002E # So SQUARE CO 33C8 ; NFKC_CF; 0064 0062 # So SQUARE DB 33C9 ; NFKC_CF; 0067 0079 # So SQUARE GY 33CA ; NFKC_CF; 0068 0061 # So SQUARE HA 33CB ; NFKC_CF; 0068 0070 # So SQUARE HP 33CC ; NFKC_CF; 0069 006E # So SQUARE IN 33CD ; NFKC_CF; 006B 006B # So SQUARE KK 33CE ; NFKC_CF; 006B 006D # So SQUARE KM CAPITAL 33CF ; NFKC_CF; 006B 0074 # So SQUARE KT 33D0 ; NFKC_CF; 006C 006D # So SQUARE LM 33D1 ; NFKC_CF; 006C 006E # So SQUARE LN 33D2 ; NFKC_CF; 006C 006F 0067 # So SQUARE LOG 33D3 ; NFKC_CF; 006C 0078 # So SQUARE LX 33D4 ; NFKC_CF; 006D 0062 # So SQUARE MB SMALL 33D5 ; NFKC_CF; 006D 0069 006C # So SQUARE MIL 33D6 ; NFKC_CF; 006D 006F 006C # So SQUARE MOL 33D7 ; NFKC_CF; 0070 0068 # So SQUARE PH 33D8 ; NFKC_CF; 0070 002E 006D 002E #So SQUARE PM 33D9 ; NFKC_CF; 0070 0070 006D # So SQUARE PPM 33DA ; NFKC_CF; 0070 0072 # So SQUARE PR 33DB ; NFKC_CF; 0073 0072 # So SQUARE SR 33DC ; NFKC_CF; 0073 0076 # So SQUARE SV 33DD ; NFKC_CF; 0077 0062 # So SQUARE WB 33DE ; NFKC_CF; 0076 2215 006D # So SQUARE V OVER M 33DF ; NFKC_CF; 0061 2215 006D # So SQUARE A OVER M 33E0 ; NFKC_CF; 0031 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE 33E1 ; NFKC_CF; 0032 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO 33E2 ; NFKC_CF; 0033 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE 33E3 ; NFKC_CF; 0034 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR 33E4 ; NFKC_CF; 0035 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE 33E5 ; NFKC_CF; 0036 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX 33E6 ; NFKC_CF; 0037 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN 33E7 ; NFKC_CF; 0038 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT 33E8 ; NFKC_CF; 0039 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE 33E9 ; NFKC_CF; 0031 0030 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN 33EA ; NFKC_CF; 0031 0031 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN 33EB ; NFKC_CF; 0031 0032 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE 33EC ; NFKC_CF; 0031 0033 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN 33ED ; NFKC_CF; 0031 0034 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN 33EE ; NFKC_CF; 0031 0035 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN 33EF ; NFKC_CF; 0031 0036 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN 33F0 ; NFKC_CF; 0031 0037 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN 33F1 ; NFKC_CF; 0031 0038 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN 33F2 ; NFKC_CF; 0031 0039 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN 33F3 ; NFKC_CF; 0032 0030 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY 33F4 ; NFKC_CF; 0032 0031 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE 33F5 ; NFKC_CF; 0032 0032 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO 33F6 ; NFKC_CF; 0032 0033 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE 33F7 ; NFKC_CF; 0032 0034 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR 33F8 ; NFKC_CF; 0032 0035 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE 33F9 ; NFKC_CF; 0032 0036 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX 33FA ; NFKC_CF; 0032 0037 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN 33FB ; NFKC_CF; 0032 0038 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT 33FC ; NFKC_CF; 0032 0039 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE 33FD ; NFKC_CF; 0033 0030 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY 33FE ; NFKC_CF; 0033 0031 65E5 # So IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE 33FF ; NFKC_CF; 0067 0061 006C # So SQUARE GAL A640 ; NFKC_CF; A641 # L& CYRILLIC CAPITAL LETTER ZEMLYA A642 ; NFKC_CF; A643 # L& CYRILLIC CAPITAL LETTER DZELO A644 ; NFKC_CF; A645 # L& CYRILLIC CAPITAL LETTER REVERSED DZE A646 ; NFKC_CF; A647 # L& CYRILLIC CAPITAL LETTER IOTA A648 ; NFKC_CF; A649 # L& CYRILLIC CAPITAL LETTER DJERV A64A ; NFKC_CF; A64B # L& CYRILLIC CAPITAL LETTER MONOGRAPH UK A64C ; NFKC_CF; A64D # L& CYRILLIC CAPITAL LETTER BROAD OMEGA A64E ; NFKC_CF; A64F # L& CYRILLIC CAPITAL LETTER NEUTRAL YER A650 ; NFKC_CF; A651 # L& CYRILLIC CAPITAL LETTER YERU WITH BACK YER A652 ; NFKC_CF; A653 # L& CYRILLIC CAPITAL LETTER IOTIFIED YAT A654 ; NFKC_CF; A655 # L& CYRILLIC CAPITAL LETTER REVERSED YU A656 ; NFKC_CF; A657 # L& CYRILLIC CAPITAL LETTER IOTIFIED A A658 ; NFKC_CF; A659 # L& CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS A65A ; NFKC_CF; A65B # L& CYRILLIC CAPITAL LETTER BLENDED YUS A65C ; NFKC_CF; A65D # L& CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS A65E ; NFKC_CF; A65F # L& CYRILLIC CAPITAL LETTER YN A660 ; NFKC_CF; A661 # L& CYRILLIC CAPITAL LETTER REVERSED TSE A662 ; NFKC_CF; A663 # L& CYRILLIC CAPITAL LETTER SOFT DE A664 ; NFKC_CF; A665 # L& CYRILLIC CAPITAL LETTER SOFT EL A666 ; NFKC_CF; A667 # L& CYRILLIC CAPITAL LETTER SOFT EM A668 ; NFKC_CF; A669 # L& CYRILLIC CAPITAL LETTER MONOCULAR O A66A ; NFKC_CF; A66B # L& CYRILLIC CAPITAL LETTER BINOCULAR O A66C ; NFKC_CF; A66D # L& CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O A680 ; NFKC_CF; A681 # L& CYRILLIC CAPITAL LETTER DWE A682 ; NFKC_CF; A683 # L& CYRILLIC CAPITAL LETTER DZWE A684 ; NFKC_CF; A685 # L& CYRILLIC CAPITAL LETTER ZHWE A686 ; NFKC_CF; A687 # L& CYRILLIC CAPITAL LETTER CCHE A688 ; NFKC_CF; A689 # L& CYRILLIC CAPITAL LETTER DZZE A68A ; NFKC_CF; A68B # L& CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK A68C ; NFKC_CF; A68D # L& CYRILLIC CAPITAL LETTER TWE A68E ; NFKC_CF; A68F # L& CYRILLIC CAPITAL LETTER TSWE A690 ; NFKC_CF; A691 # L& CYRILLIC CAPITAL LETTER TSSE A692 ; NFKC_CF; A693 # L& CYRILLIC CAPITAL LETTER TCHE A694 ; NFKC_CF; A695 # L& CYRILLIC CAPITAL LETTER HWE A696 ; NFKC_CF; A697 # L& CYRILLIC CAPITAL LETTER SHWE A722 ; NFKC_CF; A723 # L& LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF A724 ; NFKC_CF; A725 # L& LATIN CAPITAL LETTER EGYPTOLOGICAL AIN A726 ; NFKC_CF; A727 # L& LATIN CAPITAL LETTER HENG A728 ; NFKC_CF; A729 # L& LATIN CAPITAL LETTER TZ A72A ; NFKC_CF; A72B # L& LATIN CAPITAL LETTER TRESILLO A72C ; NFKC_CF; A72D # L& LATIN CAPITAL LETTER CUATRILLO A72E ; NFKC_CF; A72F # L& LATIN CAPITAL LETTER CUATRILLO WITH COMMA A732 ; NFKC_CF; A733 # L& LATIN CAPITAL LETTER AA A734 ; NFKC_CF; A735 # L& LATIN CAPITAL LETTER AO A736 ; NFKC_CF; A737 # L& LATIN CAPITAL LETTER AU A738 ; NFKC_CF; A739 # L& LATIN CAPITAL LETTER AV A73A ; NFKC_CF; A73B # L& LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR A73C ; NFKC_CF; A73D # L& LATIN CAPITAL LETTER AY A73E ; NFKC_CF; A73F # L& LATIN CAPITAL LETTER REVERSED C WITH DOT A740 ; NFKC_CF; A741 # L& LATIN CAPITAL LETTER K WITH STROKE A742 ; NFKC_CF; A743 # L& LATIN CAPITAL LETTER K WITH DIAGONAL STROKE A744 ; NFKC_CF; A745 # L& LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE A746 ; NFKC_CF; A747 # L& LATIN CAPITAL LETTER BROKEN L A748 ; NFKC_CF; A749 # L& LATIN CAPITAL LETTER L WITH HIGH STROKE A74A ; NFKC_CF; A74B # L& LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY A74C ; NFKC_CF; A74D # L& LATIN CAPITAL LETTER O WITH LOOP A74E ; NFKC_CF; A74F # L& LATIN CAPITAL LETTER OO A750 ; NFKC_CF; A751 # L& LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER A752 ; NFKC_CF; A753 # L& LATIN CAPITAL LETTER P WITH FLOURISH A754 ; NFKC_CF; A755 # L& LATIN CAPITAL LETTER P WITH SQUIRREL TAIL A756 ; NFKC_CF; A757 # L& LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER A758 ; NFKC_CF; A759 # L& LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE A75A ; NFKC_CF; A75B # L& LATIN CAPITAL LETTER R ROTUNDA A75C ; NFKC_CF; A75D # L& LATIN CAPITAL LETTER RUM ROTUNDA A75E ; NFKC_CF; A75F # L& LATIN CAPITAL LETTER V WITH DIAGONAL STROKE A760 ; NFKC_CF; A761 # L& LATIN CAPITAL LETTER VY A762 ; NFKC_CF; A763 # L& LATIN CAPITAL LETTER VISIGOTHIC Z A764 ; NFKC_CF; A765 # L& LATIN CAPITAL LETTER THORN WITH STROKE A766 ; NFKC_CF; A767 # L& LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER A768 ; NFKC_CF; A769 # L& LATIN CAPITAL LETTER VEND A76A ; NFKC_CF; A76B # L& LATIN CAPITAL LETTER ET A76C ; NFKC_CF; A76D # L& LATIN CAPITAL LETTER IS A76E ; NFKC_CF; A76F # L& LATIN CAPITAL LETTER CON A770 ; NFKC_CF; A76F # Lm MODIFIER LETTER US A779 ; NFKC_CF; A77A # L& LATIN CAPITAL LETTER INSULAR D A77B ; NFKC_CF; A77C # L& LATIN CAPITAL LETTER INSULAR F A77D ; NFKC_CF; 1D79 # L& LATIN CAPITAL LETTER INSULAR G A77E ; NFKC_CF; A77F # L& LATIN CAPITAL LETTER TURNED INSULAR G A780 ; NFKC_CF; A781 # L& LATIN CAPITAL LETTER TURNED L A782 ; NFKC_CF; A783 # L& LATIN CAPITAL LETTER INSULAR R A784 ; NFKC_CF; A785 # L& LATIN CAPITAL LETTER INSULAR S A786 ; NFKC_CF; A787 # L& LATIN CAPITAL LETTER INSULAR T A78B ; NFKC_CF; A78C # L& LATIN CAPITAL LETTER SALTILLO A78D ; NFKC_CF; 0265 # L& LATIN CAPITAL LETTER TURNED H A790 ; NFKC_CF; A791 # L& LATIN CAPITAL LETTER N WITH DESCENDER A792 ; NFKC_CF; A793 # L& LATIN CAPITAL LETTER C WITH BAR A7A0 ; NFKC_CF; A7A1 # L& LATIN CAPITAL LETTER G WITH OBLIQUE STROKE A7A2 ; NFKC_CF; A7A3 # L& LATIN CAPITAL LETTER K WITH OBLIQUE STROKE A7A4 ; NFKC_CF; A7A5 # L& LATIN CAPITAL LETTER N WITH OBLIQUE STROKE A7A6 ; NFKC_CF; A7A7 # L& LATIN CAPITAL LETTER R WITH OBLIQUE STROKE A7A8 ; NFKC_CF; A7A9 # L& LATIN CAPITAL LETTER S WITH OBLIQUE STROKE A7AA ; NFKC_CF; 0266 # L& LATIN CAPITAL LETTER H WITH HOOK A7F8 ; NFKC_CF; 0127 # Lm MODIFIER LETTER CAPITAL H WITH STROKE A7F9 ; NFKC_CF; 0153 # Lm MODIFIER LETTER SMALL LIGATURE OE F900 ; NFKC_CF; 8C48 # Lo CJK COMPATIBILITY IDEOGRAPH-F900 F901 ; NFKC_CF; 66F4 # Lo CJK COMPATIBILITY IDEOGRAPH-F901 F902 ; NFKC_CF; 8ECA # Lo CJK COMPATIBILITY IDEOGRAPH-F902 F903 ; NFKC_CF; 8CC8 # Lo CJK COMPATIBILITY IDEOGRAPH-F903 F904 ; NFKC_CF; 6ED1 # Lo CJK COMPATIBILITY IDEOGRAPH-F904 F905 ; NFKC_CF; 4E32 # Lo CJK COMPATIBILITY IDEOGRAPH-F905 F906 ; NFKC_CF; 53E5 # Lo CJK COMPATIBILITY IDEOGRAPH-F906 F907..F908 ; NFKC_CF; 9F9C # Lo [2] CJK COMPATIBILITY IDEOGRAPH-F907..CJK COMPATIBILITY IDEOGRAPH-F908 F909 ; NFKC_CF; 5951 # Lo CJK COMPATIBILITY IDEOGRAPH-F909 F90A ; NFKC_CF; 91D1 # Lo CJK COMPATIBILITY IDEOGRAPH-F90A F90B ; NFKC_CF; 5587 # Lo CJK COMPATIBILITY IDEOGRAPH-F90B F90C ; NFKC_CF; 5948 # Lo CJK COMPATIBILITY IDEOGRAPH-F90C F90D ; NFKC_CF; 61F6 # Lo CJK COMPATIBILITY IDEOGRAPH-F90D F90E ; NFKC_CF; 7669 # Lo CJK COMPATIBILITY IDEOGRAPH-F90E F90F ; NFKC_CF; 7F85 # Lo CJK COMPATIBILITY IDEOGRAPH-F90F F910 ; NFKC_CF; 863F # Lo CJK COMPATIBILITY IDEOGRAPH-F910 F911 ; NFKC_CF; 87BA # Lo CJK COMPATIBILITY IDEOGRAPH-F911 F912 ; NFKC_CF; 88F8 # Lo CJK COMPATIBILITY IDEOGRAPH-F912 F913 ; NFKC_CF; 908F # Lo CJK COMPATIBILITY IDEOGRAPH-F913 F914 ; NFKC_CF; 6A02 # Lo CJK COMPATIBILITY IDEOGRAPH-F914 F915 ; NFKC_CF; 6D1B # Lo CJK COMPATIBILITY IDEOGRAPH-F915 F916 ; NFKC_CF; 70D9 # Lo CJK COMPATIBILITY IDEOGRAPH-F916 F917 ; NFKC_CF; 73DE # Lo CJK COMPATIBILITY IDEOGRAPH-F917 F918 ; NFKC_CF; 843D # Lo CJK COMPATIBILITY IDEOGRAPH-F918 F919 ; NFKC_CF; 916A # Lo CJK COMPATIBILITY IDEOGRAPH-F919 F91A ; NFKC_CF; 99F1 # Lo CJK COMPATIBILITY IDEOGRAPH-F91A F91B ; NFKC_CF; 4E82 # Lo CJK COMPATIBILITY IDEOGRAPH-F91B F91C ; NFKC_CF; 5375 # Lo CJK COMPATIBILITY IDEOGRAPH-F91C F91D ; NFKC_CF; 6B04 # Lo CJK COMPATIBILITY IDEOGRAPH-F91D F91E ; NFKC_CF; 721B # Lo CJK COMPATIBILITY IDEOGRAPH-F91E F91F ; NFKC_CF; 862D # Lo CJK COMPATIBILITY IDEOGRAPH-F91F F920 ; NFKC_CF; 9E1E # Lo CJK COMPATIBILITY IDEOGRAPH-F920 F921 ; NFKC_CF; 5D50 # Lo CJK COMPATIBILITY IDEOGRAPH-F921 F922 ; NFKC_CF; 6FEB # Lo CJK COMPATIBILITY IDEOGRAPH-F922 F923 ; NFKC_CF; 85CD # Lo CJK COMPATIBILITY IDEOGRAPH-F923 F924 ; NFKC_CF; 8964 # Lo CJK COMPATIBILITY IDEOGRAPH-F924 F925 ; NFKC_CF; 62C9 # Lo CJK COMPATIBILITY IDEOGRAPH-F925 F926 ; NFKC_CF; 81D8 # Lo CJK COMPATIBILITY IDEOGRAPH-F926 F927 ; NFKC_CF; 881F # Lo CJK COMPATIBILITY IDEOGRAPH-F927 F928 ; NFKC_CF; 5ECA # Lo CJK COMPATIBILITY IDEOGRAPH-F928 F929 ; NFKC_CF; 6717 # Lo CJK COMPATIBILITY IDEOGRAPH-F929 F92A ; NFKC_CF; 6D6A # Lo CJK COMPATIBILITY IDEOGRAPH-F92A F92B ; NFKC_CF; 72FC # Lo CJK COMPATIBILITY IDEOGRAPH-F92B F92C ; NFKC_CF; 90CE # Lo CJK COMPATIBILITY IDEOGRAPH-F92C F92D ; NFKC_CF; 4F86 # Lo CJK COMPATIBILITY IDEOGRAPH-F92D F92E ; NFKC_CF; 51B7 # Lo CJK COMPATIBILITY IDEOGRAPH-F92E F92F ; NFKC_CF; 52DE # Lo CJK COMPATIBILITY IDEOGRAPH-F92F F930 ; NFKC_CF; 64C4 # Lo CJK COMPATIBILITY IDEOGRAPH-F930 F931 ; NFKC_CF; 6AD3 # Lo CJK COMPATIBILITY IDEOGRAPH-F931 F932 ; NFKC_CF; 7210 # Lo CJK COMPATIBILITY IDEOGRAPH-F932 F933 ; NFKC_CF; 76E7 # Lo CJK COMPATIBILITY IDEOGRAPH-F933 F934 ; NFKC_CF; 8001 # Lo CJK COMPATIBILITY IDEOGRAPH-F934 F935 ; NFKC_CF; 8606 # Lo CJK COMPATIBILITY IDEOGRAPH-F935 F936 ; NFKC_CF; 865C # Lo CJK COMPATIBILITY IDEOGRAPH-F936 F937 ; NFKC_CF; 8DEF # Lo CJK COMPATIBILITY IDEOGRAPH-F937 F938 ; NFKC_CF; 9732 # Lo CJK COMPATIBILITY IDEOGRAPH-F938 F939 ; NFKC_CF; 9B6F # Lo CJK COMPATIBILITY IDEOGRAPH-F939 F93A ; NFKC_CF; 9DFA # Lo CJK COMPATIBILITY IDEOGRAPH-F93A F93B ; NFKC_CF; 788C # Lo CJK COMPATIBILITY IDEOGRAPH-F93B F93C ; NFKC_CF; 797F # Lo CJK COMPATIBILITY IDEOGRAPH-F93C F93D ; NFKC_CF; 7DA0 # Lo CJK COMPATIBILITY IDEOGRAPH-F93D F93E ; NFKC_CF; 83C9 # Lo CJK COMPATIBILITY IDEOGRAPH-F93E F93F ; NFKC_CF; 9304 # Lo CJK COMPATIBILITY IDEOGRAPH-F93F F940 ; NFKC_CF; 9E7F # Lo CJK COMPATIBILITY IDEOGRAPH-F940 F941 ; NFKC_CF; 8AD6 # Lo CJK COMPATIBILITY IDEOGRAPH-F941 F942 ; NFKC_CF; 58DF # Lo CJK COMPATIBILITY IDEOGRAPH-F942 F943 ; NFKC_CF; 5F04 # Lo CJK COMPATIBILITY IDEOGRAPH-F943 F944 ; NFKC_CF; 7C60 # Lo CJK COMPATIBILITY IDEOGRAPH-F944 F945 ; NFKC_CF; 807E # Lo CJK COMPATIBILITY IDEOGRAPH-F945 F946 ; NFKC_CF; 7262 # Lo CJK COMPATIBILITY IDEOGRAPH-F946 F947 ; NFKC_CF; 78CA # Lo CJK COMPATIBILITY IDEOGRAPH-F947 F948 ; NFKC_CF; 8CC2 # Lo CJK COMPATIBILITY IDEOGRAPH-F948 F949 ; NFKC_CF; 96F7 # Lo CJK COMPATIBILITY IDEOGRAPH-F949 F94A ; NFKC_CF; 58D8 # Lo CJK COMPATIBILITY IDEOGRAPH-F94A F94B ; NFKC_CF; 5C62 # Lo CJK COMPATIBILITY IDEOGRAPH-F94B F94C ; NFKC_CF; 6A13 # Lo CJK COMPATIBILITY IDEOGRAPH-F94C F94D ; NFKC_CF; 6DDA # Lo CJK COMPATIBILITY IDEOGRAPH-F94D F94E ; NFKC_CF; 6F0F # Lo CJK COMPATIBILITY IDEOGRAPH-F94E F94F ; NFKC_CF; 7D2F # Lo CJK COMPATIBILITY IDEOGRAPH-F94F F950 ; NFKC_CF; 7E37 # Lo CJK COMPATIBILITY IDEOGRAPH-F950 F951 ; NFKC_CF; 964B # Lo CJK COMPATIBILITY IDEOGRAPH-F951 F952 ; NFKC_CF; 52D2 # Lo CJK COMPATIBILITY IDEOGRAPH-F952 F953 ; NFKC_CF; 808B # Lo CJK COMPATIBILITY IDEOGRAPH-F953 F954 ; NFKC_CF; 51DC # Lo CJK COMPATIBILITY IDEOGRAPH-F954 F955 ; NFKC_CF; 51CC # Lo CJK COMPATIBILITY IDEOGRAPH-F955 F956 ; NFKC_CF; 7A1C # Lo CJK COMPATIBILITY IDEOGRAPH-F956 F957 ; NFKC_CF; 7DBE # Lo CJK COMPATIBILITY IDEOGRAPH-F957 F958 ; NFKC_CF; 83F1 # Lo CJK COMPATIBILITY IDEOGRAPH-F958 F959 ; NFKC_CF; 9675 # Lo CJK COMPATIBILITY IDEOGRAPH-F959 F95A ; NFKC_CF; 8B80 # Lo CJK COMPATIBILITY IDEOGRAPH-F95A F95B ; NFKC_CF; 62CF # Lo CJK COMPATIBILITY IDEOGRAPH-F95B F95C ; NFKC_CF; 6A02 # Lo CJK COMPATIBILITY IDEOGRAPH-F95C F95D ; NFKC_CF; 8AFE # Lo CJK COMPATIBILITY IDEOGRAPH-F95D F95E ; NFKC_CF; 4E39 # Lo CJK COMPATIBILITY IDEOGRAPH-F95E F95F ; NFKC_CF; 5BE7 # Lo CJK COMPATIBILITY IDEOGRAPH-F95F F960 ; NFKC_CF; 6012 # Lo CJK COMPATIBILITY IDEOGRAPH-F960 F961 ; NFKC_CF; 7387 # Lo CJK COMPATIBILITY IDEOGRAPH-F961 F962 ; NFKC_CF; 7570 # Lo CJK COMPATIBILITY IDEOGRAPH-F962 F963 ; NFKC_CF; 5317 # Lo CJK COMPATIBILITY IDEOGRAPH-F963 F964 ; NFKC_CF; 78FB # Lo CJK COMPATIBILITY IDEOGRAPH-F964 F965 ; NFKC_CF; 4FBF # Lo CJK COMPATIBILITY IDEOGRAPH-F965 F966 ; NFKC_CF; 5FA9 # Lo CJK COMPATIBILITY IDEOGRAPH-F966 F967 ; NFKC_CF; 4E0D # Lo CJK COMPATIBILITY IDEOGRAPH-F967 F968 ; NFKC_CF; 6CCC # Lo CJK COMPATIBILITY IDEOGRAPH-F968 F969 ; NFKC_CF; 6578 # Lo CJK COMPATIBILITY IDEOGRAPH-F969 F96A ; NFKC_CF; 7D22 # Lo CJK COMPATIBILITY IDEOGRAPH-F96A F96B ; NFKC_CF; 53C3 # Lo CJK COMPATIBILITY IDEOGRAPH-F96B F96C ; NFKC_CF; 585E # Lo CJK COMPATIBILITY IDEOGRAPH-F96C F96D ; NFKC_CF; 7701 # Lo CJK COMPATIBILITY IDEOGRAPH-F96D F96E ; NFKC_CF; 8449 # Lo CJK COMPATIBILITY IDEOGRAPH-F96E F96F ; NFKC_CF; 8AAA # Lo CJK COMPATIBILITY IDEOGRAPH-F96F F970 ; NFKC_CF; 6BBA # Lo CJK COMPATIBILITY IDEOGRAPH-F970 F971 ; NFKC_CF; 8FB0 # Lo CJK COMPATIBILITY IDEOGRAPH-F971 F972 ; NFKC_CF; 6C88 # Lo CJK COMPATIBILITY IDEOGRAPH-F972 F973 ; NFKC_CF; 62FE # Lo CJK COMPATIBILITY IDEOGRAPH-F973 F974 ; NFKC_CF; 82E5 # Lo CJK COMPATIBILITY IDEOGRAPH-F974 F975 ; NFKC_CF; 63A0 # Lo CJK COMPATIBILITY IDEOGRAPH-F975 F976 ; NFKC_CF; 7565 # Lo CJK COMPATIBILITY IDEOGRAPH-F976 F977 ; NFKC_CF; 4EAE # Lo CJK COMPATIBILITY IDEOGRAPH-F977 F978 ; NFKC_CF; 5169 # Lo CJK COMPATIBILITY IDEOGRAPH-F978 F979 ; NFKC_CF; 51C9 # Lo CJK COMPATIBILITY IDEOGRAPH-F979 F97A ; NFKC_CF; 6881 # Lo CJK COMPATIBILITY IDEOGRAPH-F97A F97B ; NFKC_CF; 7CE7 # Lo CJK COMPATIBILITY IDEOGRAPH-F97B F97C ; NFKC_CF; 826F # Lo CJK COMPATIBILITY IDEOGRAPH-F97C F97D ; NFKC_CF; 8AD2 # Lo CJK COMPATIBILITY IDEOGRAPH-F97D F97E ; NFKC_CF; 91CF # Lo CJK COMPATIBILITY IDEOGRAPH-F97E F97F ; NFKC_CF; 52F5 # Lo CJK COMPATIBILITY IDEOGRAPH-F97F F980 ; NFKC_CF; 5442 # Lo CJK COMPATIBILITY IDEOGRAPH-F980 F981 ; NFKC_CF; 5973 # Lo CJK COMPATIBILITY IDEOGRAPH-F981 F982 ; NFKC_CF; 5EEC # Lo CJK COMPATIBILITY IDEOGRAPH-F982 F983 ; NFKC_CF; 65C5 # Lo CJK COMPATIBILITY IDEOGRAPH-F983 F984 ; NFKC_CF; 6FFE # Lo CJK COMPATIBILITY IDEOGRAPH-F984 F985 ; NFKC_CF; 792A # Lo CJK COMPATIBILITY IDEOGRAPH-F985 F986 ; NFKC_CF; 95AD # Lo CJK COMPATIBILITY IDEOGRAPH-F986 F987 ; NFKC_CF; 9A6A # Lo CJK COMPATIBILITY IDEOGRAPH-F987 F988 ; NFKC_CF; 9E97 # Lo CJK COMPATIBILITY IDEOGRAPH-F988 F989 ; NFKC_CF; 9ECE # Lo CJK COMPATIBILITY IDEOGRAPH-F989 F98A ; NFKC_CF; 529B # Lo CJK COMPATIBILITY IDEOGRAPH-F98A F98B ; NFKC_CF; 66C6 # Lo CJK COMPATIBILITY IDEOGRAPH-F98B F98C ; NFKC_CF; 6B77 # Lo CJK COMPATIBILITY IDEOGRAPH-F98C F98D ; NFKC_CF; 8F62 # Lo CJK COMPATIBILITY IDEOGRAPH-F98D F98E ; NFKC_CF; 5E74 # Lo CJK COMPATIBILITY IDEOGRAPH-F98E F98F ; NFKC_CF; 6190 # Lo CJK COMPATIBILITY IDEOGRAPH-F98F F990 ; NFKC_CF; 6200 # Lo CJK COMPATIBILITY IDEOGRAPH-F990 F991 ; NFKC_CF; 649A # Lo CJK COMPATIBILITY IDEOGRAPH-F991 F992 ; NFKC_CF; 6F23 # Lo CJK COMPATIBILITY IDEOGRAPH-F992 F993 ; NFKC_CF; 7149 # Lo CJK COMPATIBILITY IDEOGRAPH-F993 F994 ; NFKC_CF; 7489 # Lo CJK COMPATIBILITY IDEOGRAPH-F994 F995 ; NFKC_CF; 79CA # Lo CJK COMPATIBILITY IDEOGRAPH-F995 F996 ; NFKC_CF; 7DF4 # Lo CJK COMPATIBILITY IDEOGRAPH-F996 F997 ; NFKC_CF; 806F # Lo CJK COMPATIBILITY IDEOGRAPH-F997 F998 ; NFKC_CF; 8F26 # Lo CJK COMPATIBILITY IDEOGRAPH-F998 F999 ; NFKC_CF; 84EE # Lo CJK COMPATIBILITY IDEOGRAPH-F999 F99A ; NFKC_CF; 9023 # Lo CJK COMPATIBILITY IDEOGRAPH-F99A F99B ; NFKC_CF; 934A # Lo CJK COMPATIBILITY IDEOGRAPH-F99B F99C ; NFKC_CF; 5217 # Lo CJK COMPATIBILITY IDEOGRAPH-F99C F99D ; NFKC_CF; 52A3 # Lo CJK COMPATIBILITY IDEOGRAPH-F99D F99E ; NFKC_CF; 54BD # Lo CJK COMPATIBILITY IDEOGRAPH-F99E F99F ; NFKC_CF; 70C8 # Lo CJK COMPATIBILITY IDEOGRAPH-F99F F9A0 ; NFKC_CF; 88C2 # Lo CJK COMPATIBILITY IDEOGRAPH-F9A0 F9A1 ; NFKC_CF; 8AAA # Lo CJK COMPATIBILITY IDEOGRAPH-F9A1 F9A2 ; NFKC_CF; 5EC9 # Lo CJK COMPATIBILITY IDEOGRAPH-F9A2 F9A3 ; NFKC_CF; 5FF5 # Lo CJK COMPATIBILITY IDEOGRAPH-F9A3 F9A4 ; NFKC_CF; 637B # Lo CJK COMPATIBILITY IDEOGRAPH-F9A4 F9A5 ; NFKC_CF; 6BAE # Lo CJK COMPATIBILITY IDEOGRAPH-F9A5 F9A6 ; NFKC_CF; 7C3E # Lo CJK COMPATIBILITY IDEOGRAPH-F9A6 F9A7 ; NFKC_CF; 7375 # Lo CJK COMPATIBILITY IDEOGRAPH-F9A7 F9A8 ; NFKC_CF; 4EE4 # Lo CJK COMPATIBILITY IDEOGRAPH-F9A8 F9A9 ; NFKC_CF; 56F9 # Lo CJK COMPATIBILITY IDEOGRAPH-F9A9 F9AA ; NFKC_CF; 5BE7 # Lo CJK COMPATIBILITY IDEOGRAPH-F9AA F9AB ; NFKC_CF; 5DBA # Lo CJK COMPATIBILITY IDEOGRAPH-F9AB F9AC ; NFKC_CF; 601C # Lo CJK COMPATIBILITY IDEOGRAPH-F9AC F9AD ; NFKC_CF; 73B2 # Lo CJK COMPATIBILITY IDEOGRAPH-F9AD F9AE ; NFKC_CF; 7469 # Lo CJK COMPATIBILITY IDEOGRAPH-F9AE F9AF ; NFKC_CF; 7F9A # Lo CJK COMPATIBILITY IDEOGRAPH-F9AF F9B0 ; NFKC_CF; 8046 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B0 F9B1 ; NFKC_CF; 9234 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B1 F9B2 ; NFKC_CF; 96F6 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B2 F9B3 ; NFKC_CF; 9748 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B3 F9B4 ; NFKC_CF; 9818 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B4 F9B5 ; NFKC_CF; 4F8B # Lo CJK COMPATIBILITY IDEOGRAPH-F9B5 F9B6 ; NFKC_CF; 79AE # Lo CJK COMPATIBILITY IDEOGRAPH-F9B6 F9B7 ; NFKC_CF; 91B4 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B7 F9B8 ; NFKC_CF; 96B8 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B8 F9B9 ; NFKC_CF; 60E1 # Lo CJK COMPATIBILITY IDEOGRAPH-F9B9 F9BA ; NFKC_CF; 4E86 # Lo CJK COMPATIBILITY IDEOGRAPH-F9BA F9BB ; NFKC_CF; 50DA # Lo CJK COMPATIBILITY IDEOGRAPH-F9BB F9BC ; NFKC_CF; 5BEE # Lo CJK COMPATIBILITY IDEOGRAPH-F9BC F9BD ; NFKC_CF; 5C3F # Lo CJK COMPATIBILITY IDEOGRAPH-F9BD F9BE ; NFKC_CF; 6599 # Lo CJK COMPATIBILITY IDEOGRAPH-F9BE F9BF ; NFKC_CF; 6A02 # Lo CJK COMPATIBILITY IDEOGRAPH-F9BF F9C0 ; NFKC_CF; 71CE # Lo CJK COMPATIBILITY IDEOGRAPH-F9C0 F9C1 ; NFKC_CF; 7642 # Lo CJK COMPATIBILITY IDEOGRAPH-F9C1 F9C2 ; NFKC_CF; 84FC # Lo CJK COMPATIBILITY IDEOGRAPH-F9C2 F9C3 ; NFKC_CF; 907C # Lo CJK COMPATIBILITY IDEOGRAPH-F9C3 F9C4 ; NFKC_CF; 9F8D # Lo CJK COMPATIBILITY IDEOGRAPH-F9C4 F9C5 ; NFKC_CF; 6688 # Lo CJK COMPATIBILITY IDEOGRAPH-F9C5 F9C6 ; NFKC_CF; 962E # Lo CJK COMPATIBILITY IDEOGRAPH-F9C6 F9C7 ; NFKC_CF; 5289 # Lo CJK COMPATIBILITY IDEOGRAPH-F9C7 F9C8 ; NFKC_CF; 677B # Lo CJK COMPATIBILITY IDEOGRAPH-F9C8 F9C9 ; NFKC_CF; 67F3 # Lo CJK COMPATIBILITY IDEOGRAPH-F9C9 F9CA ; NFKC_CF; 6D41 # Lo CJK COMPATIBILITY IDEOGRAPH-F9CA F9CB ; NFKC_CF; 6E9C # Lo CJK COMPATIBILITY IDEOGRAPH-F9CB F9CC ; NFKC_CF; 7409 # Lo CJK COMPATIBILITY IDEOGRAPH-F9CC F9CD ; NFKC_CF; 7559 # Lo CJK COMPATIBILITY IDEOGRAPH-F9CD F9CE ; NFKC_CF; 786B # Lo CJK COMPATIBILITY IDEOGRAPH-F9CE F9CF ; NFKC_CF; 7D10 # Lo CJK COMPATIBILITY IDEOGRAPH-F9CF F9D0 ; NFKC_CF; 985E # Lo CJK COMPATIBILITY IDEOGRAPH-F9D0 F9D1 ; NFKC_CF; 516D # Lo CJK COMPATIBILITY IDEOGRAPH-F9D1 F9D2 ; NFKC_CF; 622E # Lo CJK COMPATIBILITY IDEOGRAPH-F9D2 F9D3 ; NFKC_CF; 9678 # Lo CJK COMPATIBILITY IDEOGRAPH-F9D3 F9D4 ; NFKC_CF; 502B # Lo CJK COMPATIBILITY IDEOGRAPH-F9D4 F9D5 ; NFKC_CF; 5D19 # Lo CJK COMPATIBILITY IDEOGRAPH-F9D5 F9D6 ; NFKC_CF; 6DEA # Lo CJK COMPATIBILITY IDEOGRAPH-F9D6 F9D7 ; NFKC_CF; 8F2A # Lo CJK COMPATIBILITY IDEOGRAPH-F9D7 F9D8 ; NFKC_CF; 5F8B # Lo CJK COMPATIBILITY IDEOGRAPH-F9D8 F9D9 ; NFKC_CF; 6144 # Lo CJK COMPATIBILITY IDEOGRAPH-F9D9 F9DA ; NFKC_CF; 6817 # Lo CJK COMPATIBILITY IDEOGRAPH-F9DA F9DB ; NFKC_CF; 7387 # Lo CJK COMPATIBILITY IDEOGRAPH-F9DB F9DC ; NFKC_CF; 9686 # Lo CJK COMPATIBILITY IDEOGRAPH-F9DC F9DD ; NFKC_CF; 5229 # Lo CJK COMPATIBILITY IDEOGRAPH-F9DD F9DE ; NFKC_CF; 540F # Lo CJK COMPATIBILITY IDEOGRAPH-F9DE F9DF ; NFKC_CF; 5C65 # Lo CJK COMPATIBILITY IDEOGRAPH-F9DF F9E0 ; NFKC_CF; 6613 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E0 F9E1 ; NFKC_CF; 674E # Lo CJK COMPATIBILITY IDEOGRAPH-F9E1 F9E2 ; NFKC_CF; 68A8 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E2 F9E3 ; NFKC_CF; 6CE5 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E3 F9E4 ; NFKC_CF; 7406 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E4 F9E5 ; NFKC_CF; 75E2 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E5 F9E6 ; NFKC_CF; 7F79 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E6 F9E7 ; NFKC_CF; 88CF # Lo CJK COMPATIBILITY IDEOGRAPH-F9E7 F9E8 ; NFKC_CF; 88E1 # Lo CJK COMPATIBILITY IDEOGRAPH-F9E8 F9E9 ; NFKC_CF; 91CC # Lo CJK COMPATIBILITY IDEOGRAPH-F9E9 F9EA ; NFKC_CF; 96E2 # Lo CJK COMPATIBILITY IDEOGRAPH-F9EA F9EB ; NFKC_CF; 533F # Lo CJK COMPATIBILITY IDEOGRAPH-F9EB F9EC ; NFKC_CF; 6EBA # Lo CJK COMPATIBILITY IDEOGRAPH-F9EC F9ED ; NFKC_CF; 541D # Lo CJK COMPATIBILITY IDEOGRAPH-F9ED F9EE ; NFKC_CF; 71D0 # Lo CJK COMPATIBILITY IDEOGRAPH-F9EE F9EF ; NFKC_CF; 7498 # Lo CJK COMPATIBILITY IDEOGRAPH-F9EF F9F0 ; NFKC_CF; 85FA # Lo CJK COMPATIBILITY IDEOGRAPH-F9F0 F9F1 ; NFKC_CF; 96A3 # Lo CJK COMPATIBILITY IDEOGRAPH-F9F1 F9F2 ; NFKC_CF; 9C57 # Lo CJK COMPATIBILITY IDEOGRAPH-F9F2 F9F3 ; NFKC_CF; 9E9F # Lo CJK COMPATIBILITY IDEOGRAPH-F9F3 F9F4 ; NFKC_CF; 6797 # Lo CJK COMPATIBILITY IDEOGRAPH-F9F4 F9F5 ; NFKC_CF; 6DCB # Lo CJK COMPATIBILITY IDEOGRAPH-F9F5 F9F6 ; NFKC_CF; 81E8 # Lo CJK COMPATIBILITY IDEOGRAPH-F9F6 F9F7 ; NFKC_CF; 7ACB # Lo CJK COMPATIBILITY IDEOGRAPH-F9F7 F9F8 ; NFKC_CF; 7B20 # Lo CJK COMPATIBILITY IDEOGRAPH-F9F8 F9F9 ; NFKC_CF; 7C92 # Lo CJK COMPATIBILITY IDEOGRAPH-F9F9 F9FA ; NFKC_CF; 72C0 # Lo CJK COMPATIBILITY IDEOGRAPH-F9FA F9FB ; NFKC_CF; 7099 # Lo CJK COMPATIBILITY IDEOGRAPH-F9FB F9FC ; NFKC_CF; 8B58 # Lo CJK COMPATIBILITY IDEOGRAPH-F9FC F9FD ; NFKC_CF; 4EC0 # Lo CJK COMPATIBILITY IDEOGRAPH-F9FD F9FE ; NFKC_CF; 8336 # Lo CJK COMPATIBILITY IDEOGRAPH-F9FE F9FF ; NFKC_CF; 523A # Lo CJK COMPATIBILITY IDEOGRAPH-F9FF FA00 ; NFKC_CF; 5207 # Lo CJK COMPATIBILITY IDEOGRAPH-FA00 FA01 ; NFKC_CF; 5EA6 # Lo CJK COMPATIBILITY IDEOGRAPH-FA01 FA02 ; NFKC_CF; 62D3 # Lo CJK COMPATIBILITY IDEOGRAPH-FA02 FA03 ; NFKC_CF; 7CD6 # Lo CJK COMPATIBILITY IDEOGRAPH-FA03 FA04 ; NFKC_CF; 5B85 # Lo CJK COMPATIBILITY IDEOGRAPH-FA04 FA05 ; NFKC_CF; 6D1E # Lo CJK COMPATIBILITY IDEOGRAPH-FA05 FA06 ; NFKC_CF; 66B4 # Lo CJK COMPATIBILITY IDEOGRAPH-FA06 FA07 ; NFKC_CF; 8F3B # Lo CJK COMPATIBILITY IDEOGRAPH-FA07 FA08 ; NFKC_CF; 884C # Lo CJK COMPATIBILITY IDEOGRAPH-FA08 FA09 ; NFKC_CF; 964D # Lo CJK COMPATIBILITY IDEOGRAPH-FA09 FA0A ; NFKC_CF; 898B # Lo CJK COMPATIBILITY IDEOGRAPH-FA0A FA0B ; NFKC_CF; 5ED3 # Lo CJK COMPATIBILITY IDEOGRAPH-FA0B FA0C ; NFKC_CF; 5140 # Lo CJK COMPATIBILITY IDEOGRAPH-FA0C FA0D ; NFKC_CF; 55C0 # Lo CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; NFKC_CF; 585A # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; NFKC_CF; 6674 # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15 ; NFKC_CF; 51DE # Lo CJK COMPATIBILITY IDEOGRAPH-FA15 FA16 ; NFKC_CF; 732A # Lo CJK COMPATIBILITY IDEOGRAPH-FA16 FA17 ; NFKC_CF; 76CA # Lo CJK COMPATIBILITY IDEOGRAPH-FA17 FA18 ; NFKC_CF; 793C # Lo CJK COMPATIBILITY IDEOGRAPH-FA18 FA19 ; NFKC_CF; 795E # Lo CJK COMPATIBILITY IDEOGRAPH-FA19 FA1A ; NFKC_CF; 7965 # Lo CJK COMPATIBILITY IDEOGRAPH-FA1A FA1B ; NFKC_CF; 798F # Lo CJK COMPATIBILITY IDEOGRAPH-FA1B FA1C ; NFKC_CF; 9756 # Lo CJK COMPATIBILITY IDEOGRAPH-FA1C FA1D ; NFKC_CF; 7CBE # Lo CJK COMPATIBILITY IDEOGRAPH-FA1D FA1E ; NFKC_CF; 7FBD # Lo CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; NFKC_CF; 8612 # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; NFKC_CF; 8AF8 # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25 ; NFKC_CF; 9038 # Lo CJK COMPATIBILITY IDEOGRAPH-FA25 FA26 ; NFKC_CF; 90FD # Lo CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A ; NFKC_CF; 98EF # Lo CJK COMPATIBILITY IDEOGRAPH-FA2A FA2B ; NFKC_CF; 98FC # Lo CJK COMPATIBILITY IDEOGRAPH-FA2B FA2C ; NFKC_CF; 9928 # Lo CJK COMPATIBILITY IDEOGRAPH-FA2C FA2D ; NFKC_CF; 9DB4 # Lo CJK COMPATIBILITY IDEOGRAPH-FA2D FA2E ; NFKC_CF; 90DE # Lo CJK COMPATIBILITY IDEOGRAPH-FA2E FA2F ; NFKC_CF; 96B7 # Lo CJK COMPATIBILITY IDEOGRAPH-FA2F FA30 ; NFKC_CF; 4FAE # Lo CJK COMPATIBILITY IDEOGRAPH-FA30 FA31 ; NFKC_CF; 50E7 # Lo CJK COMPATIBILITY IDEOGRAPH-FA31 FA32 ; NFKC_CF; 514D # Lo CJK COMPATIBILITY IDEOGRAPH-FA32 FA33 ; NFKC_CF; 52C9 # Lo CJK COMPATIBILITY IDEOGRAPH-FA33 FA34 ; NFKC_CF; 52E4 # Lo CJK COMPATIBILITY IDEOGRAPH-FA34 FA35 ; NFKC_CF; 5351 # Lo CJK COMPATIBILITY IDEOGRAPH-FA35 FA36 ; NFKC_CF; 559D # Lo CJK COMPATIBILITY IDEOGRAPH-FA36 FA37 ; NFKC_CF; 5606 # Lo CJK COMPATIBILITY IDEOGRAPH-FA37 FA38 ; NFKC_CF; 5668 # Lo CJK COMPATIBILITY IDEOGRAPH-FA38 FA39 ; NFKC_CF; 5840 # Lo CJK COMPATIBILITY IDEOGRAPH-FA39 FA3A ; NFKC_CF; 58A8 # Lo CJK COMPATIBILITY IDEOGRAPH-FA3A FA3B ; NFKC_CF; 5C64 # Lo CJK COMPATIBILITY IDEOGRAPH-FA3B FA3C ; NFKC_CF; 5C6E # Lo CJK COMPATIBILITY IDEOGRAPH-FA3C FA3D ; NFKC_CF; 6094 # Lo CJK COMPATIBILITY IDEOGRAPH-FA3D FA3E ; NFKC_CF; 6168 # Lo CJK COMPATIBILITY IDEOGRAPH-FA3E FA3F ; NFKC_CF; 618E # Lo CJK COMPATIBILITY IDEOGRAPH-FA3F FA40 ; NFKC_CF; 61F2 # Lo CJK COMPATIBILITY IDEOGRAPH-FA40 FA41 ; NFKC_CF; 654F # Lo CJK COMPATIBILITY IDEOGRAPH-FA41 FA42 ; NFKC_CF; 65E2 # Lo CJK COMPATIBILITY IDEOGRAPH-FA42 FA43 ; NFKC_CF; 6691 # Lo CJK COMPATIBILITY IDEOGRAPH-FA43 FA44 ; NFKC_CF; 6885 # Lo CJK COMPATIBILITY IDEOGRAPH-FA44 FA45 ; NFKC_CF; 6D77 # Lo CJK COMPATIBILITY IDEOGRAPH-FA45 FA46 ; NFKC_CF; 6E1A # Lo CJK COMPATIBILITY IDEOGRAPH-FA46 FA47 ; NFKC_CF; 6F22 # Lo CJK COMPATIBILITY IDEOGRAPH-FA47 FA48 ; NFKC_CF; 716E # Lo CJK COMPATIBILITY IDEOGRAPH-FA48 FA49 ; NFKC_CF; 722B # Lo CJK COMPATIBILITY IDEOGRAPH-FA49 FA4A ; NFKC_CF; 7422 # Lo CJK COMPATIBILITY IDEOGRAPH-FA4A FA4B ; NFKC_CF; 7891 # Lo CJK COMPATIBILITY IDEOGRAPH-FA4B FA4C ; NFKC_CF; 793E # Lo CJK COMPATIBILITY IDEOGRAPH-FA4C FA4D ; NFKC_CF; 7949 # Lo CJK COMPATIBILITY IDEOGRAPH-FA4D FA4E ; NFKC_CF; 7948 # Lo CJK COMPATIBILITY IDEOGRAPH-FA4E FA4F ; NFKC_CF; 7950 # Lo CJK COMPATIBILITY IDEOGRAPH-FA4F FA50 ; NFKC_CF; 7956 # Lo CJK COMPATIBILITY IDEOGRAPH-FA50 FA51 ; NFKC_CF; 795D # Lo CJK COMPATIBILITY IDEOGRAPH-FA51 FA52 ; NFKC_CF; 798D # Lo CJK COMPATIBILITY IDEOGRAPH-FA52 FA53 ; NFKC_CF; 798E # Lo CJK COMPATIBILITY IDEOGRAPH-FA53 FA54 ; NFKC_CF; 7A40 # Lo CJK COMPATIBILITY IDEOGRAPH-FA54 FA55 ; NFKC_CF; 7A81 # Lo CJK COMPATIBILITY IDEOGRAPH-FA55 FA56 ; NFKC_CF; 7BC0 # Lo CJK COMPATIBILITY IDEOGRAPH-FA56 FA57 ; NFKC_CF; 7DF4 # Lo CJK COMPATIBILITY IDEOGRAPH-FA57 FA58 ; NFKC_CF; 7E09 # Lo CJK COMPATIBILITY IDEOGRAPH-FA58 FA59 ; NFKC_CF; 7E41 # Lo CJK COMPATIBILITY IDEOGRAPH-FA59 FA5A ; NFKC_CF; 7F72 # Lo CJK COMPATIBILITY IDEOGRAPH-FA5A FA5B ; NFKC_CF; 8005 # Lo CJK COMPATIBILITY IDEOGRAPH-FA5B FA5C ; NFKC_CF; 81ED # Lo CJK COMPATIBILITY IDEOGRAPH-FA5C FA5D..FA5E ; NFKC_CF; 8279 # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA5D..CJK COMPATIBILITY IDEOGRAPH-FA5E FA5F ; NFKC_CF; 8457 # Lo CJK COMPATIBILITY IDEOGRAPH-FA5F FA60 ; NFKC_CF; 8910 # Lo CJK COMPATIBILITY IDEOGRAPH-FA60 FA61 ; NFKC_CF; 8996 # Lo CJK COMPATIBILITY IDEOGRAPH-FA61 FA62 ; NFKC_CF; 8B01 # Lo CJK COMPATIBILITY IDEOGRAPH-FA62 FA63 ; NFKC_CF; 8B39 # Lo CJK COMPATIBILITY IDEOGRAPH-FA63 FA64 ; NFKC_CF; 8CD3 # Lo CJK COMPATIBILITY IDEOGRAPH-FA64 FA65 ; NFKC_CF; 8D08 # Lo CJK COMPATIBILITY IDEOGRAPH-FA65 FA66 ; NFKC_CF; 8FB6 # Lo CJK COMPATIBILITY IDEOGRAPH-FA66 FA67 ; NFKC_CF; 9038 # Lo CJK COMPATIBILITY IDEOGRAPH-FA67 FA68 ; NFKC_CF; 96E3 # Lo CJK COMPATIBILITY IDEOGRAPH-FA68 FA69 ; NFKC_CF; 97FF # Lo CJK COMPATIBILITY IDEOGRAPH-FA69 FA6A ; NFKC_CF; 983B # Lo CJK COMPATIBILITY IDEOGRAPH-FA6A FA6B ; NFKC_CF; 6075 # Lo CJK COMPATIBILITY IDEOGRAPH-FA6B FA6C ; NFKC_CF; 242EE # Lo CJK COMPATIBILITY IDEOGRAPH-FA6C FA6D ; NFKC_CF; 8218 # Lo CJK COMPATIBILITY IDEOGRAPH-FA6D FA70 ; NFKC_CF; 4E26 # Lo CJK COMPATIBILITY IDEOGRAPH-FA70 FA71 ; NFKC_CF; 51B5 # Lo CJK COMPATIBILITY IDEOGRAPH-FA71 FA72 ; NFKC_CF; 5168 # Lo CJK COMPATIBILITY IDEOGRAPH-FA72 FA73 ; NFKC_CF; 4F80 # Lo CJK COMPATIBILITY IDEOGRAPH-FA73 FA74 ; NFKC_CF; 5145 # Lo CJK COMPATIBILITY IDEOGRAPH-FA74 FA75 ; NFKC_CF; 5180 # Lo CJK COMPATIBILITY IDEOGRAPH-FA75 FA76 ; NFKC_CF; 52C7 # Lo CJK COMPATIBILITY IDEOGRAPH-FA76 FA77 ; NFKC_CF; 52FA # Lo CJK COMPATIBILITY IDEOGRAPH-FA77 FA78 ; NFKC_CF; 559D # Lo CJK COMPATIBILITY IDEOGRAPH-FA78 FA79 ; NFKC_CF; 5555 # Lo CJK COMPATIBILITY IDEOGRAPH-FA79 FA7A ; NFKC_CF; 5599 # Lo CJK COMPATIBILITY IDEOGRAPH-FA7A FA7B ; NFKC_CF; 55E2 # Lo CJK COMPATIBILITY IDEOGRAPH-FA7B FA7C ; NFKC_CF; 585A # Lo CJK COMPATIBILITY IDEOGRAPH-FA7C FA7D ; NFKC_CF; 58B3 # Lo CJK COMPATIBILITY IDEOGRAPH-FA7D FA7E ; NFKC_CF; 5944 # Lo CJK COMPATIBILITY IDEOGRAPH-FA7E FA7F ; NFKC_CF; 5954 # Lo CJK COMPATIBILITY IDEOGRAPH-FA7F FA80 ; NFKC_CF; 5A62 # Lo CJK COMPATIBILITY IDEOGRAPH-FA80 FA81 ; NFKC_CF; 5B28 # Lo CJK COMPATIBILITY IDEOGRAPH-FA81 FA82 ; NFKC_CF; 5ED2 # Lo CJK COMPATIBILITY IDEOGRAPH-FA82 FA83 ; NFKC_CF; 5ED9 # Lo CJK COMPATIBILITY IDEOGRAPH-FA83 FA84 ; NFKC_CF; 5F69 # Lo CJK COMPATIBILITY IDEOGRAPH-FA84 FA85 ; NFKC_CF; 5FAD # Lo CJK COMPATIBILITY IDEOGRAPH-FA85 FA86 ; NFKC_CF; 60D8 # Lo CJK COMPATIBILITY IDEOGRAPH-FA86 FA87 ; NFKC_CF; 614E # Lo CJK COMPATIBILITY IDEOGRAPH-FA87 FA88 ; NFKC_CF; 6108 # Lo CJK COMPATIBILITY IDEOGRAPH-FA88 FA89 ; NFKC_CF; 618E # Lo CJK COMPATIBILITY IDEOGRAPH-FA89 FA8A ; NFKC_CF; 6160 # Lo CJK COMPATIBILITY IDEOGRAPH-FA8A FA8B ; NFKC_CF; 61F2 # Lo CJK COMPATIBILITY IDEOGRAPH-FA8B FA8C ; NFKC_CF; 6234 # Lo CJK COMPATIBILITY IDEOGRAPH-FA8C FA8D ; NFKC_CF; 63C4 # Lo CJK COMPATIBILITY IDEOGRAPH-FA8D FA8E ; NFKC_CF; 641C # Lo CJK COMPATIBILITY IDEOGRAPH-FA8E FA8F ; NFKC_CF; 6452 # Lo CJK COMPATIBILITY IDEOGRAPH-FA8F FA90 ; NFKC_CF; 6556 # Lo CJK COMPATIBILITY IDEOGRAPH-FA90 FA91 ; NFKC_CF; 6674 # Lo CJK COMPATIBILITY IDEOGRAPH-FA91 FA92 ; NFKC_CF; 6717 # Lo CJK COMPATIBILITY IDEOGRAPH-FA92 FA93 ; NFKC_CF; 671B # Lo CJK COMPATIBILITY IDEOGRAPH-FA93 FA94 ; NFKC_CF; 6756 # Lo CJK COMPATIBILITY IDEOGRAPH-FA94 FA95 ; NFKC_CF; 6B79 # Lo CJK COMPATIBILITY IDEOGRAPH-FA95 FA96 ; NFKC_CF; 6BBA # Lo CJK COMPATIBILITY IDEOGRAPH-FA96 FA97 ; NFKC_CF; 6D41 # Lo CJK COMPATIBILITY IDEOGRAPH-FA97 FA98 ; NFKC_CF; 6EDB # Lo CJK COMPATIBILITY IDEOGRAPH-FA98 FA99 ; NFKC_CF; 6ECB # Lo CJK COMPATIBILITY IDEOGRAPH-FA99 FA9A ; NFKC_CF; 6F22 # Lo CJK COMPATIBILITY IDEOGRAPH-FA9A FA9B ; NFKC_CF; 701E # Lo CJK COMPATIBILITY IDEOGRAPH-FA9B FA9C ; NFKC_CF; 716E # Lo CJK COMPATIBILITY IDEOGRAPH-FA9C FA9D ; NFKC_CF; 77A7 # Lo CJK COMPATIBILITY IDEOGRAPH-FA9D FA9E ; NFKC_CF; 7235 # Lo CJK COMPATIBILITY IDEOGRAPH-FA9E FA9F ; NFKC_CF; 72AF # Lo CJK COMPATIBILITY IDEOGRAPH-FA9F FAA0 ; NFKC_CF; 732A # Lo CJK COMPATIBILITY IDEOGRAPH-FAA0 FAA1 ; NFKC_CF; 7471 # Lo CJK COMPATIBILITY IDEOGRAPH-FAA1 FAA2 ; NFKC_CF; 7506 # Lo CJK COMPATIBILITY IDEOGRAPH-FAA2 FAA3 ; NFKC_CF; 753B # Lo CJK COMPATIBILITY IDEOGRAPH-FAA3 FAA4 ; NFKC_CF; 761D # Lo CJK COMPATIBILITY IDEOGRAPH-FAA4 FAA5 ; NFKC_CF; 761F # Lo CJK COMPATIBILITY IDEOGRAPH-FAA5 FAA6 ; NFKC_CF; 76CA # Lo CJK COMPATIBILITY IDEOGRAPH-FAA6 FAA7 ; NFKC_CF; 76DB # Lo CJK COMPATIBILITY IDEOGRAPH-FAA7 FAA8 ; NFKC_CF; 76F4 # Lo CJK COMPATIBILITY IDEOGRAPH-FAA8 FAA9 ; NFKC_CF; 774A # Lo CJK COMPATIBILITY IDEOGRAPH-FAA9 FAAA ; NFKC_CF; 7740 # Lo CJK COMPATIBILITY IDEOGRAPH-FAAA FAAB ; NFKC_CF; 78CC # Lo CJK COMPATIBILITY IDEOGRAPH-FAAB FAAC ; NFKC_CF; 7AB1 # Lo CJK COMPATIBILITY IDEOGRAPH-FAAC FAAD ; NFKC_CF; 7BC0 # Lo CJK COMPATIBILITY IDEOGRAPH-FAAD FAAE ; NFKC_CF; 7C7B # Lo CJK COMPATIBILITY IDEOGRAPH-FAAE FAAF ; NFKC_CF; 7D5B # Lo CJK COMPATIBILITY IDEOGRAPH-FAAF FAB0 ; NFKC_CF; 7DF4 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB0 FAB1 ; NFKC_CF; 7F3E # Lo CJK COMPATIBILITY IDEOGRAPH-FAB1 FAB2 ; NFKC_CF; 8005 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB2 FAB3 ; NFKC_CF; 8352 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB3 FAB4 ; NFKC_CF; 83EF # Lo CJK COMPATIBILITY IDEOGRAPH-FAB4 FAB5 ; NFKC_CF; 8779 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB5 FAB6 ; NFKC_CF; 8941 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB6 FAB7 ; NFKC_CF; 8986 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB7 FAB8 ; NFKC_CF; 8996 # Lo CJK COMPATIBILITY IDEOGRAPH-FAB8 FAB9 ; NFKC_CF; 8ABF # Lo CJK COMPATIBILITY IDEOGRAPH-FAB9 FABA ; NFKC_CF; 8AF8 # Lo CJK COMPATIBILITY IDEOGRAPH-FABA FABB ; NFKC_CF; 8ACB # Lo CJK COMPATIBILITY IDEOGRAPH-FABB FABC ; NFKC_CF; 8B01 # Lo CJK COMPATIBILITY IDEOGRAPH-FABC FABD ; NFKC_CF; 8AFE # Lo CJK COMPATIBILITY IDEOGRAPH-FABD FABE ; NFKC_CF; 8AED # Lo CJK COMPATIBILITY IDEOGRAPH-FABE FABF ; NFKC_CF; 8B39 # Lo CJK COMPATIBILITY IDEOGRAPH-FABF FAC0 ; NFKC_CF; 8B8A # Lo CJK COMPATIBILITY IDEOGRAPH-FAC0 FAC1 ; NFKC_CF; 8D08 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC1 FAC2 ; NFKC_CF; 8F38 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC2 FAC3 ; NFKC_CF; 9072 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC3 FAC4 ; NFKC_CF; 9199 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC4 FAC5 ; NFKC_CF; 9276 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC5 FAC6 ; NFKC_CF; 967C # Lo CJK COMPATIBILITY IDEOGRAPH-FAC6 FAC7 ; NFKC_CF; 96E3 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC7 FAC8 ; NFKC_CF; 9756 # Lo CJK COMPATIBILITY IDEOGRAPH-FAC8 FAC9 ; NFKC_CF; 97DB # Lo CJK COMPATIBILITY IDEOGRAPH-FAC9 FACA ; NFKC_CF; 97FF # Lo CJK COMPATIBILITY IDEOGRAPH-FACA FACB ; NFKC_CF; 980B # Lo CJK COMPATIBILITY IDEOGRAPH-FACB FACC ; NFKC_CF; 983B # Lo CJK COMPATIBILITY IDEOGRAPH-FACC FACD ; NFKC_CF; 9B12 # Lo CJK COMPATIBILITY IDEOGRAPH-FACD FACE ; NFKC_CF; 9F9C # Lo CJK COMPATIBILITY IDEOGRAPH-FACE FACF ; NFKC_CF; 2284A # Lo CJK COMPATIBILITY IDEOGRAPH-FACF FAD0 ; NFKC_CF; 22844 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD0 FAD1 ; NFKC_CF; 233D5 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD1 FAD2 ; NFKC_CF; 3B9D # Lo CJK COMPATIBILITY IDEOGRAPH-FAD2 FAD3 ; NFKC_CF; 4018 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD3 FAD4 ; NFKC_CF; 4039 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD4 FAD5 ; NFKC_CF; 25249 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD5 FAD6 ; NFKC_CF; 25CD0 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD6 FAD7 ; NFKC_CF; 27ED3 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD7 FAD8 ; NFKC_CF; 9F43 # Lo CJK COMPATIBILITY IDEOGRAPH-FAD8 FAD9 ; NFKC_CF; 9F8E # Lo CJK COMPATIBILITY IDEOGRAPH-FAD9 FB00 ; NFKC_CF; 0066 0066 # L& LATIN SMALL LIGATURE FF FB01 ; NFKC_CF; 0066 0069 # L& LATIN SMALL LIGATURE FI FB02 ; NFKC_CF; 0066 006C # L& LATIN SMALL LIGATURE FL FB03 ; NFKC_CF; 0066 0066 0069 # L& LATIN SMALL LIGATURE FFI FB04 ; NFKC_CF; 0066 0066 006C # L& LATIN SMALL LIGATURE FFL FB05..FB06 ; NFKC_CF; 0073 0074 # L& [2] LATIN SMALL LIGATURE LONG S T..LATIN SMALL LIGATURE ST FB13 ; NFKC_CF; 0574 0576 # L& ARMENIAN SMALL LIGATURE MEN NOW FB14 ; NFKC_CF; 0574 0565 # L& ARMENIAN SMALL LIGATURE MEN ECH FB15 ; NFKC_CF; 0574 056B # L& ARMENIAN SMALL LIGATURE MEN INI FB16 ; NFKC_CF; 057E 0576 # L& ARMENIAN SMALL LIGATURE VEW NOW FB17 ; NFKC_CF; 0574 056D # L& ARMENIAN SMALL LIGATURE MEN XEH FB1D ; NFKC_CF; 05D9 05B4 # Lo HEBREW LETTER YOD WITH HIRIQ FB1F ; NFKC_CF; 05F2 05B7 # Lo HEBREW LIGATURE YIDDISH YOD YOD PATAH FB20 ; NFKC_CF; 05E2 # Lo HEBREW LETTER ALTERNATIVE AYIN FB21 ; NFKC_CF; 05D0 # Lo HEBREW LETTER WIDE ALEF FB22 ; NFKC_CF; 05D3 # Lo HEBREW LETTER WIDE DALET FB23 ; NFKC_CF; 05D4 # Lo HEBREW LETTER WIDE HE FB24 ; NFKC_CF; 05DB # Lo HEBREW LETTER WIDE KAF FB25 ; NFKC_CF; 05DC # Lo HEBREW LETTER WIDE LAMED FB26 ; NFKC_CF; 05DD # Lo HEBREW LETTER WIDE FINAL MEM FB27 ; NFKC_CF; 05E8 # Lo HEBREW LETTER WIDE RESH FB28 ; NFKC_CF; 05EA # Lo HEBREW LETTER WIDE TAV FB29 ; NFKC_CF; 002B # Sm HEBREW LETTER ALTERNATIVE PLUS SIGN FB2A ; NFKC_CF; 05E9 05C1 # Lo HEBREW LETTER SHIN WITH SHIN DOT FB2B ; NFKC_CF; 05E9 05C2 # Lo HEBREW LETTER SHIN WITH SIN DOT FB2C ; NFKC_CF; 05E9 05BC 05C1 # Lo HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT FB2D ; NFKC_CF; 05E9 05BC 05C2 # Lo HEBREW LETTER SHIN WITH DAGESH AND SIN DOT FB2E ; NFKC_CF; 05D0 05B7 # Lo HEBREW LETTER ALEF WITH PATAH FB2F ; NFKC_CF; 05D0 05B8 # Lo HEBREW LETTER ALEF WITH QAMATS FB30 ; NFKC_CF; 05D0 05BC # Lo HEBREW LETTER ALEF WITH MAPIQ FB31 ; NFKC_CF; 05D1 05BC # Lo HEBREW LETTER BET WITH DAGESH FB32 ; NFKC_CF; 05D2 05BC # Lo HEBREW LETTER GIMEL WITH DAGESH FB33 ; NFKC_CF; 05D3 05BC # Lo HEBREW LETTER DALET WITH DAGESH FB34 ; NFKC_CF; 05D4 05BC # Lo HEBREW LETTER HE WITH MAPIQ FB35 ; NFKC_CF; 05D5 05BC # Lo HEBREW LETTER VAV WITH DAGESH FB36 ; NFKC_CF; 05D6 05BC # Lo HEBREW LETTER ZAYIN WITH DAGESH FB38 ; NFKC_CF; 05D8 05BC # Lo HEBREW LETTER TET WITH DAGESH FB39 ; NFKC_CF; 05D9 05BC # Lo HEBREW LETTER YOD WITH DAGESH FB3A ; NFKC_CF; 05DA 05BC # Lo HEBREW LETTER FINAL KAF WITH DAGESH FB3B ; NFKC_CF; 05DB 05BC # Lo HEBREW LETTER KAF WITH DAGESH FB3C ; NFKC_CF; 05DC 05BC # Lo HEBREW LETTER LAMED WITH DAGESH FB3E ; NFKC_CF; 05DE 05BC # Lo HEBREW LETTER MEM WITH DAGESH FB40 ; NFKC_CF; 05E0 05BC # Lo HEBREW LETTER NUN WITH DAGESH FB41 ; NFKC_CF; 05E1 05BC # Lo HEBREW LETTER SAMEKH WITH DAGESH FB43 ; NFKC_CF; 05E3 05BC # Lo HEBREW LETTER FINAL PE WITH DAGESH FB44 ; NFKC_CF; 05E4 05BC # Lo HEBREW LETTER PE WITH DAGESH FB46 ; NFKC_CF; 05E6 05BC # Lo HEBREW LETTER TSADI WITH DAGESH FB47 ; NFKC_CF; 05E7 05BC # Lo HEBREW LETTER QOF WITH DAGESH FB48 ; NFKC_CF; 05E8 05BC # Lo HEBREW LETTER RESH WITH DAGESH FB49 ; NFKC_CF; 05E9 05BC # Lo HEBREW LETTER SHIN WITH DAGESH FB4A ; NFKC_CF; 05EA 05BC # Lo HEBREW LETTER TAV WITH DAGESH FB4B ; NFKC_CF; 05D5 05B9 # Lo HEBREW LETTER VAV WITH HOLAM FB4C ; NFKC_CF; 05D1 05BF # Lo HEBREW LETTER BET WITH RAFE FB4D ; NFKC_CF; 05DB 05BF # Lo HEBREW LETTER KAF WITH RAFE FB4E ; NFKC_CF; 05E4 05BF # Lo HEBREW LETTER PE WITH RAFE FB4F ; NFKC_CF; 05D0 05DC # Lo HEBREW LIGATURE ALEF LAMED FB50..FB51 ; NFKC_CF; 0671 # Lo [2] ARABIC LETTER ALEF WASLA ISOLATED FORM..ARABIC LETTER ALEF WASLA FINAL FORM FB52..FB55 ; NFKC_CF; 067B # Lo [4] ARABIC LETTER BEEH ISOLATED FORM..ARABIC LETTER BEEH MEDIAL FORM FB56..FB59 ; NFKC_CF; 067E # Lo [4] ARABIC LETTER PEH ISOLATED FORM..ARABIC LETTER PEH MEDIAL FORM FB5A..FB5D ; NFKC_CF; 0680 # Lo [4] ARABIC LETTER BEHEH ISOLATED FORM..ARABIC LETTER BEHEH MEDIAL FORM FB5E..FB61 ; NFKC_CF; 067A # Lo [4] ARABIC LETTER TTEHEH ISOLATED FORM..ARABIC LETTER TTEHEH MEDIAL FORM FB62..FB65 ; NFKC_CF; 067F # Lo [4] ARABIC LETTER TEHEH ISOLATED FORM..ARABIC LETTER TEHEH MEDIAL FORM FB66..FB69 ; NFKC_CF; 0679 # Lo [4] ARABIC LETTER TTEH ISOLATED FORM..ARABIC LETTER TTEH MEDIAL FORM FB6A..FB6D ; NFKC_CF; 06A4 # Lo [4] ARABIC LETTER VEH ISOLATED FORM..ARABIC LETTER VEH MEDIAL FORM FB6E..FB71 ; NFKC_CF; 06A6 # Lo [4] ARABIC LETTER PEHEH ISOLATED FORM..ARABIC LETTER PEHEH MEDIAL FORM FB72..FB75 ; NFKC_CF; 0684 # Lo [4] ARABIC LETTER DYEH ISOLATED FORM..ARABIC LETTER DYEH MEDIAL FORM FB76..FB79 ; NFKC_CF; 0683 # Lo [4] ARABIC LETTER NYEH ISOLATED FORM..ARABIC LETTER NYEH MEDIAL FORM FB7A..FB7D ; NFKC_CF; 0686 # Lo [4] ARABIC LETTER TCHEH ISOLATED FORM..ARABIC LETTER TCHEH MEDIAL FORM FB7E..FB81 ; NFKC_CF; 0687 # Lo [4] ARABIC LETTER TCHEHEH ISOLATED FORM..ARABIC LETTER TCHEHEH MEDIAL FORM FB82..FB83 ; NFKC_CF; 068D # Lo [2] ARABIC LETTER DDAHAL ISOLATED FORM..ARABIC LETTER DDAHAL FINAL FORM FB84..FB85 ; NFKC_CF; 068C # Lo [2] ARABIC LETTER DAHAL ISOLATED FORM..ARABIC LETTER DAHAL FINAL FORM FB86..FB87 ; NFKC_CF; 068E # Lo [2] ARABIC LETTER DUL ISOLATED FORM..ARABIC LETTER DUL FINAL FORM FB88..FB89 ; NFKC_CF; 0688 # Lo [2] ARABIC LETTER DDAL ISOLATED FORM..ARABIC LETTER DDAL FINAL FORM FB8A..FB8B ; NFKC_CF; 0698 # Lo [2] ARABIC LETTER JEH ISOLATED FORM..ARABIC LETTER JEH FINAL FORM FB8C..FB8D ; NFKC_CF; 0691 # Lo [2] ARABIC LETTER RREH ISOLATED FORM..ARABIC LETTER RREH FINAL FORM FB8E..FB91 ; NFKC_CF; 06A9 # Lo [4] ARABIC LETTER KEHEH ISOLATED FORM..ARABIC LETTER KEHEH MEDIAL FORM FB92..FB95 ; NFKC_CF; 06AF # Lo [4] ARABIC LETTER GAF ISOLATED FORM..ARABIC LETTER GAF MEDIAL FORM FB96..FB99 ; NFKC_CF; 06B3 # Lo [4] ARABIC LETTER GUEH ISOLATED FORM..ARABIC LETTER GUEH MEDIAL FORM FB9A..FB9D ; NFKC_CF; 06B1 # Lo [4] ARABIC LETTER NGOEH ISOLATED FORM..ARABIC LETTER NGOEH MEDIAL FORM FB9E..FB9F ; NFKC_CF; 06BA # Lo [2] ARABIC LETTER NOON GHUNNA ISOLATED FORM..ARABIC LETTER NOON GHUNNA FINAL FORM FBA0..FBA3 ; NFKC_CF; 06BB # Lo [4] ARABIC LETTER RNOON ISOLATED FORM..ARABIC LETTER RNOON MEDIAL FORM FBA4..FBA5 ; NFKC_CF; 06C0 # Lo [2] ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM..ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM FBA6..FBA9 ; NFKC_CF; 06C1 # Lo [4] ARABIC LETTER HEH GOAL ISOLATED FORM..ARABIC LETTER HEH GOAL MEDIAL FORM FBAA..FBAD ; NFKC_CF; 06BE # Lo [4] ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM..ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM FBAE..FBAF ; NFKC_CF; 06D2 # Lo [2] ARABIC LETTER YEH BARREE ISOLATED FORM..ARABIC LETTER YEH BARREE FINAL FORM FBB0..FBB1 ; NFKC_CF; 06D3 # Lo [2] ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM FBD3..FBD6 ; NFKC_CF; 06AD # Lo [4] ARABIC LETTER NG ISOLATED FORM..ARABIC LETTER NG MEDIAL FORM FBD7..FBD8 ; NFKC_CF; 06C7 # Lo [2] ARABIC LETTER U ISOLATED FORM..ARABIC LETTER U FINAL FORM FBD9..FBDA ; NFKC_CF; 06C6 # Lo [2] ARABIC LETTER OE ISOLATED FORM..ARABIC LETTER OE FINAL FORM FBDB..FBDC ; NFKC_CF; 06C8 # Lo [2] ARABIC LETTER YU ISOLATED FORM..ARABIC LETTER YU FINAL FORM FBDD ; NFKC_CF; 06C7 0674 # Lo ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM FBDE..FBDF ; NFKC_CF; 06CB # Lo [2] ARABIC LETTER VE ISOLATED FORM..ARABIC LETTER VE FINAL FORM FBE0..FBE1 ; NFKC_CF; 06C5 # Lo [2] ARABIC LETTER KIRGHIZ OE ISOLATED FORM..ARABIC LETTER KIRGHIZ OE FINAL FORM FBE2..FBE3 ; NFKC_CF; 06C9 # Lo [2] ARABIC LETTER KIRGHIZ YU ISOLATED FORM..ARABIC LETTER KIRGHIZ YU FINAL FORM FBE4..FBE7 ; NFKC_CF; 06D0 # Lo [4] ARABIC LETTER E ISOLATED FORM..ARABIC LETTER E MEDIAL FORM FBE8..FBE9 ; NFKC_CF; 0649 # Lo [2] ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM..ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM FBEA..FBEB ; NFKC_CF; 0626 0627 # Lo [2] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM FBEC..FBED ; NFKC_CF; 0626 06D5 # Lo [2] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM FBEE..FBEF ; NFKC_CF; 0626 0648 # Lo [2] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM FBF0..FBF1 ; NFKC_CF; 0626 06C7 # Lo [2] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM FBF2..FBF3 ; NFKC_CF; 0626 06C6 # Lo [2] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM FBF4..FBF5 ; NFKC_CF; 0626 06C8 # Lo [2] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM FBF6..FBF8 ; NFKC_CF; 0626 06D0 # Lo [3] ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM..ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM FBF9..FBFB ; NFKC_CF; 0626 0649 # Lo [3] ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM..ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM FBFC..FBFF ; NFKC_CF; 06CC # Lo [4] ARABIC LETTER FARSI YEH ISOLATED FORM..ARABIC LETTER FARSI YEH MEDIAL FORM FC00 ; NFKC_CF; 0626 062C # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM FC01 ; NFKC_CF; 0626 062D # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM FC02 ; NFKC_CF; 0626 0645 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM FC03 ; NFKC_CF; 0626 0649 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM FC04 ; NFKC_CF; 0626 064A # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM FC05 ; NFKC_CF; 0628 062C # Lo ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM FC06 ; NFKC_CF; 0628 062D # Lo ARABIC LIGATURE BEH WITH HAH ISOLATED FORM FC07 ; NFKC_CF; 0628 062E # Lo ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM FC08 ; NFKC_CF; 0628 0645 # Lo ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM FC09 ; NFKC_CF; 0628 0649 # Lo ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM FC0A ; NFKC_CF; 0628 064A # Lo ARABIC LIGATURE BEH WITH YEH ISOLATED FORM FC0B ; NFKC_CF; 062A 062C # Lo ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM FC0C ; NFKC_CF; 062A 062D # Lo ARABIC LIGATURE TEH WITH HAH ISOLATED FORM FC0D ; NFKC_CF; 062A 062E # Lo ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM FC0E ; NFKC_CF; 062A 0645 # Lo ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM FC0F ; NFKC_CF; 062A 0649 # Lo ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM FC10 ; NFKC_CF; 062A 064A # Lo ARABIC LIGATURE TEH WITH YEH ISOLATED FORM FC11 ; NFKC_CF; 062B 062C # Lo ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM FC12 ; NFKC_CF; 062B 0645 # Lo ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM FC13 ; NFKC_CF; 062B 0649 # Lo ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM FC14 ; NFKC_CF; 062B 064A # Lo ARABIC LIGATURE THEH WITH YEH ISOLATED FORM FC15 ; NFKC_CF; 062C 062D # Lo ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM FC16 ; NFKC_CF; 062C 0645 # Lo ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM FC17 ; NFKC_CF; 062D 062C # Lo ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM FC18 ; NFKC_CF; 062D 0645 # Lo ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM FC19 ; NFKC_CF; 062E 062C # Lo ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM FC1A ; NFKC_CF; 062E 062D # Lo ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM FC1B ; NFKC_CF; 062E 0645 # Lo ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM FC1C ; NFKC_CF; 0633 062C # Lo ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM FC1D ; NFKC_CF; 0633 062D # Lo ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM FC1E ; NFKC_CF; 0633 062E # Lo ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM FC1F ; NFKC_CF; 0633 0645 # Lo ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM FC20 ; NFKC_CF; 0635 062D # Lo ARABIC LIGATURE SAD WITH HAH ISOLATED FORM FC21 ; NFKC_CF; 0635 0645 # Lo ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM FC22 ; NFKC_CF; 0636 062C # Lo ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM FC23 ; NFKC_CF; 0636 062D # Lo ARABIC LIGATURE DAD WITH HAH ISOLATED FORM FC24 ; NFKC_CF; 0636 062E # Lo ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM FC25 ; NFKC_CF; 0636 0645 # Lo ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM FC26 ; NFKC_CF; 0637 062D # Lo ARABIC LIGATURE TAH WITH HAH ISOLATED FORM FC27 ; NFKC_CF; 0637 0645 # Lo ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM FC28 ; NFKC_CF; 0638 0645 # Lo ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM FC29 ; NFKC_CF; 0639 062C # Lo ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM FC2A ; NFKC_CF; 0639 0645 # Lo ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM FC2B ; NFKC_CF; 063A 062C # Lo ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM FC2C ; NFKC_CF; 063A 0645 # Lo ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM FC2D ; NFKC_CF; 0641 062C # Lo ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM FC2E ; NFKC_CF; 0641 062D # Lo ARABIC LIGATURE FEH WITH HAH ISOLATED FORM FC2F ; NFKC_CF; 0641 062E # Lo ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM FC30 ; NFKC_CF; 0641 0645 # Lo ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM FC31 ; NFKC_CF; 0641 0649 # Lo ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM FC32 ; NFKC_CF; 0641 064A # Lo ARABIC LIGATURE FEH WITH YEH ISOLATED FORM FC33 ; NFKC_CF; 0642 062D # Lo ARABIC LIGATURE QAF WITH HAH ISOLATED FORM FC34 ; NFKC_CF; 0642 0645 # Lo ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM FC35 ; NFKC_CF; 0642 0649 # Lo ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM FC36 ; NFKC_CF; 0642 064A # Lo ARABIC LIGATURE QAF WITH YEH ISOLATED FORM FC37 ; NFKC_CF; 0643 0627 # Lo ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM FC38 ; NFKC_CF; 0643 062C # Lo ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM FC39 ; NFKC_CF; 0643 062D # Lo ARABIC LIGATURE KAF WITH HAH ISOLATED FORM FC3A ; NFKC_CF; 0643 062E # Lo ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM FC3B ; NFKC_CF; 0643 0644 # Lo ARABIC LIGATURE KAF WITH LAM ISOLATED FORM FC3C ; NFKC_CF; 0643 0645 # Lo ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM FC3D ; NFKC_CF; 0643 0649 # Lo ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM FC3E ; NFKC_CF; 0643 064A # Lo ARABIC LIGATURE KAF WITH YEH ISOLATED FORM FC3F ; NFKC_CF; 0644 062C # Lo ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM FC40 ; NFKC_CF; 0644 062D # Lo ARABIC LIGATURE LAM WITH HAH ISOLATED FORM FC41 ; NFKC_CF; 0644 062E # Lo ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM FC42 ; NFKC_CF; 0644 0645 # Lo ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM FC43 ; NFKC_CF; 0644 0649 # Lo ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM FC44 ; NFKC_CF; 0644 064A # Lo ARABIC LIGATURE LAM WITH YEH ISOLATED FORM FC45 ; NFKC_CF; 0645 062C # Lo ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM FC46 ; NFKC_CF; 0645 062D # Lo ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM FC47 ; NFKC_CF; 0645 062E # Lo ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM FC48 ; NFKC_CF; 0645 0645 # Lo ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM FC49 ; NFKC_CF; 0645 0649 # Lo ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM FC4A ; NFKC_CF; 0645 064A # Lo ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM FC4B ; NFKC_CF; 0646 062C # Lo ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM FC4C ; NFKC_CF; 0646 062D # Lo ARABIC LIGATURE NOON WITH HAH ISOLATED FORM FC4D ; NFKC_CF; 0646 062E # Lo ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM FC4E ; NFKC_CF; 0646 0645 # Lo ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM FC4F ; NFKC_CF; 0646 0649 # Lo ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM FC50 ; NFKC_CF; 0646 064A # Lo ARABIC LIGATURE NOON WITH YEH ISOLATED FORM FC51 ; NFKC_CF; 0647 062C # Lo ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM FC52 ; NFKC_CF; 0647 0645 # Lo ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM FC53 ; NFKC_CF; 0647 0649 # Lo ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM FC54 ; NFKC_CF; 0647 064A # Lo ARABIC LIGATURE HEH WITH YEH ISOLATED FORM FC55 ; NFKC_CF; 064A 062C # Lo ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM FC56 ; NFKC_CF; 064A 062D # Lo ARABIC LIGATURE YEH WITH HAH ISOLATED FORM FC57 ; NFKC_CF; 064A 062E # Lo ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM FC58 ; NFKC_CF; 064A 0645 # Lo ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM FC59 ; NFKC_CF; 064A 0649 # Lo ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM FC5A ; NFKC_CF; 064A 064A # Lo ARABIC LIGATURE YEH WITH YEH ISOLATED FORM FC5B ; NFKC_CF; 0630 0670 # Lo ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM FC5C ; NFKC_CF; 0631 0670 # Lo ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM FC5D ; NFKC_CF; 0649 0670 # Lo ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM FC5E ; NFKC_CF; 0020 064C 0651 # Lo ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM FC5F ; NFKC_CF; 0020 064D 0651 # Lo ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM FC60 ; NFKC_CF; 0020 064E 0651 # Lo ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM FC61 ; NFKC_CF; 0020 064F 0651 # Lo ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM FC62 ; NFKC_CF; 0020 0650 0651 # Lo ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM FC63 ; NFKC_CF; 0020 0651 0670 # Lo ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM FC64 ; NFKC_CF; 0626 0631 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM FC65 ; NFKC_CF; 0626 0632 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM FC66 ; NFKC_CF; 0626 0645 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM FC67 ; NFKC_CF; 0626 0646 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM FC68 ; NFKC_CF; 0626 0649 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM FC69 ; NFKC_CF; 0626 064A # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM FC6A ; NFKC_CF; 0628 0631 # Lo ARABIC LIGATURE BEH WITH REH FINAL FORM FC6B ; NFKC_CF; 0628 0632 # Lo ARABIC LIGATURE BEH WITH ZAIN FINAL FORM FC6C ; NFKC_CF; 0628 0645 # Lo ARABIC LIGATURE BEH WITH MEEM FINAL FORM FC6D ; NFKC_CF; 0628 0646 # Lo ARABIC LIGATURE BEH WITH NOON FINAL FORM FC6E ; NFKC_CF; 0628 0649 # Lo ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM FC6F ; NFKC_CF; 0628 064A # Lo ARABIC LIGATURE BEH WITH YEH FINAL FORM FC70 ; NFKC_CF; 062A 0631 # Lo ARABIC LIGATURE TEH WITH REH FINAL FORM FC71 ; NFKC_CF; 062A 0632 # Lo ARABIC LIGATURE TEH WITH ZAIN FINAL FORM FC72 ; NFKC_CF; 062A 0645 # Lo ARABIC LIGATURE TEH WITH MEEM FINAL FORM FC73 ; NFKC_CF; 062A 0646 # Lo ARABIC LIGATURE TEH WITH NOON FINAL FORM FC74 ; NFKC_CF; 062A 0649 # Lo ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM FC75 ; NFKC_CF; 062A 064A # Lo ARABIC LIGATURE TEH WITH YEH FINAL FORM FC76 ; NFKC_CF; 062B 0631 # Lo ARABIC LIGATURE THEH WITH REH FINAL FORM FC77 ; NFKC_CF; 062B 0632 # Lo ARABIC LIGATURE THEH WITH ZAIN FINAL FORM FC78 ; NFKC_CF; 062B 0645 # Lo ARABIC LIGATURE THEH WITH MEEM FINAL FORM FC79 ; NFKC_CF; 062B 0646 # Lo ARABIC LIGATURE THEH WITH NOON FINAL FORM FC7A ; NFKC_CF; 062B 0649 # Lo ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM FC7B ; NFKC_CF; 062B 064A # Lo ARABIC LIGATURE THEH WITH YEH FINAL FORM FC7C ; NFKC_CF; 0641 0649 # Lo ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM FC7D ; NFKC_CF; 0641 064A # Lo ARABIC LIGATURE FEH WITH YEH FINAL FORM FC7E ; NFKC_CF; 0642 0649 # Lo ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM FC7F ; NFKC_CF; 0642 064A # Lo ARABIC LIGATURE QAF WITH YEH FINAL FORM FC80 ; NFKC_CF; 0643 0627 # Lo ARABIC LIGATURE KAF WITH ALEF FINAL FORM FC81 ; NFKC_CF; 0643 0644 # Lo ARABIC LIGATURE KAF WITH LAM FINAL FORM FC82 ; NFKC_CF; 0643 0645 # Lo ARABIC LIGATURE KAF WITH MEEM FINAL FORM FC83 ; NFKC_CF; 0643 0649 # Lo ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM FC84 ; NFKC_CF; 0643 064A # Lo ARABIC LIGATURE KAF WITH YEH FINAL FORM FC85 ; NFKC_CF; 0644 0645 # Lo ARABIC LIGATURE LAM WITH MEEM FINAL FORM FC86 ; NFKC_CF; 0644 0649 # Lo ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM FC87 ; NFKC_CF; 0644 064A # Lo ARABIC LIGATURE LAM WITH YEH FINAL FORM FC88 ; NFKC_CF; 0645 0627 # Lo ARABIC LIGATURE MEEM WITH ALEF FINAL FORM FC89 ; NFKC_CF; 0645 0645 # Lo ARABIC LIGATURE MEEM WITH MEEM FINAL FORM FC8A ; NFKC_CF; 0646 0631 # Lo ARABIC LIGATURE NOON WITH REH FINAL FORM FC8B ; NFKC_CF; 0646 0632 # Lo ARABIC LIGATURE NOON WITH ZAIN FINAL FORM FC8C ; NFKC_CF; 0646 0645 # Lo ARABIC LIGATURE NOON WITH MEEM FINAL FORM FC8D ; NFKC_CF; 0646 0646 # Lo ARABIC LIGATURE NOON WITH NOON FINAL FORM FC8E ; NFKC_CF; 0646 0649 # Lo ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM FC8F ; NFKC_CF; 0646 064A # Lo ARABIC LIGATURE NOON WITH YEH FINAL FORM FC90 ; NFKC_CF; 0649 0670 # Lo ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM FC91 ; NFKC_CF; 064A 0631 # Lo ARABIC LIGATURE YEH WITH REH FINAL FORM FC92 ; NFKC_CF; 064A 0632 # Lo ARABIC LIGATURE YEH WITH ZAIN FINAL FORM FC93 ; NFKC_CF; 064A 0645 # Lo ARABIC LIGATURE YEH WITH MEEM FINAL FORM FC94 ; NFKC_CF; 064A 0646 # Lo ARABIC LIGATURE YEH WITH NOON FINAL FORM FC95 ; NFKC_CF; 064A 0649 # Lo ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM FC96 ; NFKC_CF; 064A 064A # Lo ARABIC LIGATURE YEH WITH YEH FINAL FORM FC97 ; NFKC_CF; 0626 062C # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM FC98 ; NFKC_CF; 0626 062D # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM FC99 ; NFKC_CF; 0626 062E # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM FC9A ; NFKC_CF; 0626 0645 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM FC9B ; NFKC_CF; 0626 0647 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM FC9C ; NFKC_CF; 0628 062C # Lo ARABIC LIGATURE BEH WITH JEEM INITIAL FORM FC9D ; NFKC_CF; 0628 062D # Lo ARABIC LIGATURE BEH WITH HAH INITIAL FORM FC9E ; NFKC_CF; 0628 062E # Lo ARABIC LIGATURE BEH WITH KHAH INITIAL FORM FC9F ; NFKC_CF; 0628 0645 # Lo ARABIC LIGATURE BEH WITH MEEM INITIAL FORM FCA0 ; NFKC_CF; 0628 0647 # Lo ARABIC LIGATURE BEH WITH HEH INITIAL FORM FCA1 ; NFKC_CF; 062A 062C # Lo ARABIC LIGATURE TEH WITH JEEM INITIAL FORM FCA2 ; NFKC_CF; 062A 062D # Lo ARABIC LIGATURE TEH WITH HAH INITIAL FORM FCA3 ; NFKC_CF; 062A 062E # Lo ARABIC LIGATURE TEH WITH KHAH INITIAL FORM FCA4 ; NFKC_CF; 062A 0645 # Lo ARABIC LIGATURE TEH WITH MEEM INITIAL FORM FCA5 ; NFKC_CF; 062A 0647 # Lo ARABIC LIGATURE TEH WITH HEH INITIAL FORM FCA6 ; NFKC_CF; 062B 0645 # Lo ARABIC LIGATURE THEH WITH MEEM INITIAL FORM FCA7 ; NFKC_CF; 062C 062D # Lo ARABIC LIGATURE JEEM WITH HAH INITIAL FORM FCA8 ; NFKC_CF; 062C 0645 # Lo ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM FCA9 ; NFKC_CF; 062D 062C # Lo ARABIC LIGATURE HAH WITH JEEM INITIAL FORM FCAA ; NFKC_CF; 062D 0645 # Lo ARABIC LIGATURE HAH WITH MEEM INITIAL FORM FCAB ; NFKC_CF; 062E 062C # Lo ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM FCAC ; NFKC_CF; 062E 0645 # Lo ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM FCAD ; NFKC_CF; 0633 062C # Lo ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM FCAE ; NFKC_CF; 0633 062D # Lo ARABIC LIGATURE SEEN WITH HAH INITIAL FORM FCAF ; NFKC_CF; 0633 062E # Lo ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM FCB0 ; NFKC_CF; 0633 0645 # Lo ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM FCB1 ; NFKC_CF; 0635 062D # Lo ARABIC LIGATURE SAD WITH HAH INITIAL FORM FCB2 ; NFKC_CF; 0635 062E # Lo ARABIC LIGATURE SAD WITH KHAH INITIAL FORM FCB3 ; NFKC_CF; 0635 0645 # Lo ARABIC LIGATURE SAD WITH MEEM INITIAL FORM FCB4 ; NFKC_CF; 0636 062C # Lo ARABIC LIGATURE DAD WITH JEEM INITIAL FORM FCB5 ; NFKC_CF; 0636 062D # Lo ARABIC LIGATURE DAD WITH HAH INITIAL FORM FCB6 ; NFKC_CF; 0636 062E # Lo ARABIC LIGATURE DAD WITH KHAH INITIAL FORM FCB7 ; NFKC_CF; 0636 0645 # Lo ARABIC LIGATURE DAD WITH MEEM INITIAL FORM FCB8 ; NFKC_CF; 0637 062D # Lo ARABIC LIGATURE TAH WITH HAH INITIAL FORM FCB9 ; NFKC_CF; 0638 0645 # Lo ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM FCBA ; NFKC_CF; 0639 062C # Lo ARABIC LIGATURE AIN WITH JEEM INITIAL FORM FCBB ; NFKC_CF; 0639 0645 # Lo ARABIC LIGATURE AIN WITH MEEM INITIAL FORM FCBC ; NFKC_CF; 063A 062C # Lo ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM FCBD ; NFKC_CF; 063A 0645 # Lo ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM FCBE ; NFKC_CF; 0641 062C # Lo ARABIC LIGATURE FEH WITH JEEM INITIAL FORM FCBF ; NFKC_CF; 0641 062D # Lo ARABIC LIGATURE FEH WITH HAH INITIAL FORM FCC0 ; NFKC_CF; 0641 062E # Lo ARABIC LIGATURE FEH WITH KHAH INITIAL FORM FCC1 ; NFKC_CF; 0641 0645 # Lo ARABIC LIGATURE FEH WITH MEEM INITIAL FORM FCC2 ; NFKC_CF; 0642 062D # Lo ARABIC LIGATURE QAF WITH HAH INITIAL FORM FCC3 ; NFKC_CF; 0642 0645 # Lo ARABIC LIGATURE QAF WITH MEEM INITIAL FORM FCC4 ; NFKC_CF; 0643 062C # Lo ARABIC LIGATURE KAF WITH JEEM INITIAL FORM FCC5 ; NFKC_CF; 0643 062D # Lo ARABIC LIGATURE KAF WITH HAH INITIAL FORM FCC6 ; NFKC_CF; 0643 062E # Lo ARABIC LIGATURE KAF WITH KHAH INITIAL FORM FCC7 ; NFKC_CF; 0643 0644 # Lo ARABIC LIGATURE KAF WITH LAM INITIAL FORM FCC8 ; NFKC_CF; 0643 0645 # Lo ARABIC LIGATURE KAF WITH MEEM INITIAL FORM FCC9 ; NFKC_CF; 0644 062C # Lo ARABIC LIGATURE LAM WITH JEEM INITIAL FORM FCCA ; NFKC_CF; 0644 062D # Lo ARABIC LIGATURE LAM WITH HAH INITIAL FORM FCCB ; NFKC_CF; 0644 062E # Lo ARABIC LIGATURE LAM WITH KHAH INITIAL FORM FCCC ; NFKC_CF; 0644 0645 # Lo ARABIC LIGATURE LAM WITH MEEM INITIAL FORM FCCD ; NFKC_CF; 0644 0647 # Lo ARABIC LIGATURE LAM WITH HEH INITIAL FORM FCCE ; NFKC_CF; 0645 062C # Lo ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM FCCF ; NFKC_CF; 0645 062D # Lo ARABIC LIGATURE MEEM WITH HAH INITIAL FORM FCD0 ; NFKC_CF; 0645 062E # Lo ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM FCD1 ; NFKC_CF; 0645 0645 # Lo ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM FCD2 ; NFKC_CF; 0646 062C # Lo ARABIC LIGATURE NOON WITH JEEM INITIAL FORM FCD3 ; NFKC_CF; 0646 062D # Lo ARABIC LIGATURE NOON WITH HAH INITIAL FORM FCD4 ; NFKC_CF; 0646 062E # Lo ARABIC LIGATURE NOON WITH KHAH INITIAL FORM FCD5 ; NFKC_CF; 0646 0645 # Lo ARABIC LIGATURE NOON WITH MEEM INITIAL FORM FCD6 ; NFKC_CF; 0646 0647 # Lo ARABIC LIGATURE NOON WITH HEH INITIAL FORM FCD7 ; NFKC_CF; 0647 062C # Lo ARABIC LIGATURE HEH WITH JEEM INITIAL FORM FCD8 ; NFKC_CF; 0647 0645 # Lo ARABIC LIGATURE HEH WITH MEEM INITIAL FORM FCD9 ; NFKC_CF; 0647 0670 # Lo ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM FCDA ; NFKC_CF; 064A 062C # Lo ARABIC LIGATURE YEH WITH JEEM INITIAL FORM FCDB ; NFKC_CF; 064A 062D # Lo ARABIC LIGATURE YEH WITH HAH INITIAL FORM FCDC ; NFKC_CF; 064A 062E # Lo ARABIC LIGATURE YEH WITH KHAH INITIAL FORM FCDD ; NFKC_CF; 064A 0645 # Lo ARABIC LIGATURE YEH WITH MEEM INITIAL FORM FCDE ; NFKC_CF; 064A 0647 # Lo ARABIC LIGATURE YEH WITH HEH INITIAL FORM FCDF ; NFKC_CF; 0626 0645 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM FCE0 ; NFKC_CF; 0626 0647 # Lo ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM FCE1 ; NFKC_CF; 0628 0645 # Lo ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM FCE2 ; NFKC_CF; 0628 0647 # Lo ARABIC LIGATURE BEH WITH HEH MEDIAL FORM FCE3 ; NFKC_CF; 062A 0645 # Lo ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM FCE4 ; NFKC_CF; 062A 0647 # Lo ARABIC LIGATURE TEH WITH HEH MEDIAL FORM FCE5 ; NFKC_CF; 062B 0645 # Lo ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM FCE6 ; NFKC_CF; 062B 0647 # Lo ARABIC LIGATURE THEH WITH HEH MEDIAL FORM FCE7 ; NFKC_CF; 0633 0645 # Lo ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM FCE8 ; NFKC_CF; 0633 0647 # Lo ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM FCE9 ; NFKC_CF; 0634 0645 # Lo ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM FCEA ; NFKC_CF; 0634 0647 # Lo ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM FCEB ; NFKC_CF; 0643 0644 # Lo ARABIC LIGATURE KAF WITH LAM MEDIAL FORM FCEC ; NFKC_CF; 0643 0645 # Lo ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM FCED ; NFKC_CF; 0644 0645 # Lo ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM FCEE ; NFKC_CF; 0646 0645 # Lo ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM FCEF ; NFKC_CF; 0646 0647 # Lo ARABIC LIGATURE NOON WITH HEH MEDIAL FORM FCF0 ; NFKC_CF; 064A 0645 # Lo ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM FCF1 ; NFKC_CF; 064A 0647 # Lo ARABIC LIGATURE YEH WITH HEH MEDIAL FORM FCF2 ; NFKC_CF; 0640 064E 0651 # Lo ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM FCF3 ; NFKC_CF; 0640 064F 0651 # Lo ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM FCF4 ; NFKC_CF; 0640 0650 0651 # Lo ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM FCF5 ; NFKC_CF; 0637 0649 # Lo ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM FCF6 ; NFKC_CF; 0637 064A # Lo ARABIC LIGATURE TAH WITH YEH ISOLATED FORM FCF7 ; NFKC_CF; 0639 0649 # Lo ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM FCF8 ; NFKC_CF; 0639 064A # Lo ARABIC LIGATURE AIN WITH YEH ISOLATED FORM FCF9 ; NFKC_CF; 063A 0649 # Lo ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM FCFA ; NFKC_CF; 063A 064A # Lo ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM FCFB ; NFKC_CF; 0633 0649 # Lo ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM FCFC ; NFKC_CF; 0633 064A # Lo ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM FCFD ; NFKC_CF; 0634 0649 # Lo ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM FCFE ; NFKC_CF; 0634 064A # Lo ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM FCFF ; NFKC_CF; 062D 0649 # Lo ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM FD00 ; NFKC_CF; 062D 064A # Lo ARABIC LIGATURE HAH WITH YEH ISOLATED FORM FD01 ; NFKC_CF; 062C 0649 # Lo ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM FD02 ; NFKC_CF; 062C 064A # Lo ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM FD03 ; NFKC_CF; 062E 0649 # Lo ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM FD04 ; NFKC_CF; 062E 064A # Lo ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM FD05 ; NFKC_CF; 0635 0649 # Lo ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM FD06 ; NFKC_CF; 0635 064A # Lo ARABIC LIGATURE SAD WITH YEH ISOLATED FORM FD07 ; NFKC_CF; 0636 0649 # Lo ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM FD08 ; NFKC_CF; 0636 064A # Lo ARABIC LIGATURE DAD WITH YEH ISOLATED FORM FD09 ; NFKC_CF; 0634 062C # Lo ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM FD0A ; NFKC_CF; 0634 062D # Lo ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM FD0B ; NFKC_CF; 0634 062E # Lo ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM FD0C ; NFKC_CF; 0634 0645 # Lo ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM FD0D ; NFKC_CF; 0634 0631 # Lo ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM FD0E ; NFKC_CF; 0633 0631 # Lo ARABIC LIGATURE SEEN WITH REH ISOLATED FORM FD0F ; NFKC_CF; 0635 0631 # Lo ARABIC LIGATURE SAD WITH REH ISOLATED FORM FD10 ; NFKC_CF; 0636 0631 # Lo ARABIC LIGATURE DAD WITH REH ISOLATED FORM FD11 ; NFKC_CF; 0637 0649 # Lo ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM FD12 ; NFKC_CF; 0637 064A # Lo ARABIC LIGATURE TAH WITH YEH FINAL FORM FD13 ; NFKC_CF; 0639 0649 # Lo ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM FD14 ; NFKC_CF; 0639 064A # Lo ARABIC LIGATURE AIN WITH YEH FINAL FORM FD15 ; NFKC_CF; 063A 0649 # Lo ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM FD16 ; NFKC_CF; 063A 064A # Lo ARABIC LIGATURE GHAIN WITH YEH FINAL FORM FD17 ; NFKC_CF; 0633 0649 # Lo ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM FD18 ; NFKC_CF; 0633 064A # Lo ARABIC LIGATURE SEEN WITH YEH FINAL FORM FD19 ; NFKC_CF; 0634 0649 # Lo ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM FD1A ; NFKC_CF; 0634 064A # Lo ARABIC LIGATURE SHEEN WITH YEH FINAL FORM FD1B ; NFKC_CF; 062D 0649 # Lo ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM FD1C ; NFKC_CF; 062D 064A # Lo ARABIC LIGATURE HAH WITH YEH FINAL FORM FD1D ; NFKC_CF; 062C 0649 # Lo ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM FD1E ; NFKC_CF; 062C 064A # Lo ARABIC LIGATURE JEEM WITH YEH FINAL FORM FD1F ; NFKC_CF; 062E 0649 # Lo ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM FD20 ; NFKC_CF; 062E 064A # Lo ARABIC LIGATURE KHAH WITH YEH FINAL FORM FD21 ; NFKC_CF; 0635 0649 # Lo ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM FD22 ; NFKC_CF; 0635 064A # Lo ARABIC LIGATURE SAD WITH YEH FINAL FORM FD23 ; NFKC_CF; 0636 0649 # Lo ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM FD24 ; NFKC_CF; 0636 064A # Lo ARABIC LIGATURE DAD WITH YEH FINAL FORM FD25 ; NFKC_CF; 0634 062C # Lo ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM FD26 ; NFKC_CF; 0634 062D # Lo ARABIC LIGATURE SHEEN WITH HAH FINAL FORM FD27 ; NFKC_CF; 0634 062E # Lo ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM FD28 ; NFKC_CF; 0634 0645 # Lo ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM FD29 ; NFKC_CF; 0634 0631 # Lo ARABIC LIGATURE SHEEN WITH REH FINAL FORM FD2A ; NFKC_CF; 0633 0631 # Lo ARABIC LIGATURE SEEN WITH REH FINAL FORM FD2B ; NFKC_CF; 0635 0631 # Lo ARABIC LIGATURE SAD WITH REH FINAL FORM FD2C ; NFKC_CF; 0636 0631 # Lo ARABIC LIGATURE DAD WITH REH FINAL FORM FD2D ; NFKC_CF; 0634 062C # Lo ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM FD2E ; NFKC_CF; 0634 062D # Lo ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM FD2F ; NFKC_CF; 0634 062E # Lo ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM FD30 ; NFKC_CF; 0634 0645 # Lo ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM FD31 ; NFKC_CF; 0633 0647 # Lo ARABIC LIGATURE SEEN WITH HEH INITIAL FORM FD32 ; NFKC_CF; 0634 0647 # Lo ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM FD33 ; NFKC_CF; 0637 0645 # Lo ARABIC LIGATURE TAH WITH MEEM INITIAL FORM FD34 ; NFKC_CF; 0633 062C # Lo ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM FD35 ; NFKC_CF; 0633 062D # Lo ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM FD36 ; NFKC_CF; 0633 062E # Lo ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM FD37 ; NFKC_CF; 0634 062C # Lo ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM FD38 ; NFKC_CF; 0634 062D # Lo ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM FD39 ; NFKC_CF; 0634 062E # Lo ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM FD3A ; NFKC_CF; 0637 0645 # Lo ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM FD3B ; NFKC_CF; 0638 0645 # Lo ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM FD3C..FD3D ; NFKC_CF; 0627 064B # Lo [2] ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD50 ; NFKC_CF; 062A 062C 0645 # Lo ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM FD51..FD52 ; NFKC_CF; 062A 062D 062C # Lo [2] ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM..ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM FD53 ; NFKC_CF; 062A 062D 0645 # Lo ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM FD54 ; NFKC_CF; 062A 062E 0645 # Lo ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM FD55 ; NFKC_CF; 062A 0645 062C # Lo ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM FD56 ; NFKC_CF; 062A 0645 062D # Lo ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM FD57 ; NFKC_CF; 062A 0645 062E # Lo ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM FD58..FD59 ; NFKC_CF; 062C 0645 062D # Lo [2] ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM FD5A ; NFKC_CF; 062D 0645 064A # Lo ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM FD5B ; NFKC_CF; 062D 0645 0649 # Lo ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM FD5C ; NFKC_CF; 0633 062D 062C # Lo ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM FD5D ; NFKC_CF; 0633 062C 062D # Lo ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM FD5E ; NFKC_CF; 0633 062C 0649 # Lo ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM FD5F..FD60 ; NFKC_CF; 0633 0645 062D # Lo [2] ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM FD61 ; NFKC_CF; 0633 0645 062C # Lo ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM FD62..FD63 ; NFKC_CF; 0633 0645 0645 # Lo [2] ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM FD64..FD65 ; NFKC_CF; 0635 062D 062D # Lo [2] ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM..ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM FD66 ; NFKC_CF; 0635 0645 0645 # Lo ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM FD67..FD68 ; NFKC_CF; 0634 062D 0645 # Lo [2] ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM..ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM FD69 ; NFKC_CF; 0634 062C 064A # Lo ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM FD6A..FD6B ; NFKC_CF; 0634 0645 062E # Lo [2] ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM..ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM FD6C..FD6D ; NFKC_CF; 0634 0645 0645 # Lo [2] ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM FD6E ; NFKC_CF; 0636 062D 0649 # Lo ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM FD6F..FD70 ; NFKC_CF; 0636 062E 0645 # Lo [2] ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM..ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM FD71..FD72 ; NFKC_CF; 0637 0645 062D # Lo [2] ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM FD73 ; NFKC_CF; 0637 0645 0645 # Lo ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM FD74 ; NFKC_CF; 0637 0645 064A # Lo ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM FD75 ; NFKC_CF; 0639 062C 0645 # Lo ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM FD76..FD77 ; NFKC_CF; 0639 0645 0645 # Lo [2] ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM FD78 ; NFKC_CF; 0639 0645 0649 # Lo ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM FD79 ; NFKC_CF; 063A 0645 0645 # Lo ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM FD7A ; NFKC_CF; 063A 0645 064A # Lo ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM FD7B ; NFKC_CF; 063A 0645 0649 # Lo ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM FD7C..FD7D ; NFKC_CF; 0641 062E 0645 # Lo [2] ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM..ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM FD7E ; NFKC_CF; 0642 0645 062D # Lo ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM FD7F ; NFKC_CF; 0642 0645 0645 # Lo ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM FD80 ; NFKC_CF; 0644 062D 0645 # Lo ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM FD81 ; NFKC_CF; 0644 062D 064A # Lo ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM FD82 ; NFKC_CF; 0644 062D 0649 # Lo ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM FD83..FD84 ; NFKC_CF; 0644 062C 062C # Lo [2] ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM..ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM FD85..FD86 ; NFKC_CF; 0644 062E 0645 # Lo [2] ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM..ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM FD87..FD88 ; NFKC_CF; 0644 0645 062D # Lo [2] ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM..ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM FD89 ; NFKC_CF; 0645 062D 062C # Lo ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM FD8A ; NFKC_CF; 0645 062D 0645 # Lo ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM FD8B ; NFKC_CF; 0645 062D 064A # Lo ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM FD8C ; NFKC_CF; 0645 062C 062D # Lo ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM FD8D ; NFKC_CF; 0645 062C 0645 # Lo ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM FD8E ; NFKC_CF; 0645 062E 062C # Lo ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM FD8F ; NFKC_CF; 0645 062E 0645 # Lo ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD92 ; NFKC_CF; 0645 062C 062E # Lo ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM FD93 ; NFKC_CF; 0647 0645 062C # Lo ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM FD94 ; NFKC_CF; 0647 0645 0645 # Lo ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM FD95 ; NFKC_CF; 0646 062D 0645 # Lo ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM FD96 ; NFKC_CF; 0646 062D 0649 # Lo ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM FD97..FD98 ; NFKC_CF; 0646 062C 0645 # Lo [2] ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM FD99 ; NFKC_CF; 0646 062C 0649 # Lo ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM FD9A ; NFKC_CF; 0646 0645 064A # Lo ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM FD9B ; NFKC_CF; 0646 0645 0649 # Lo ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM FD9C..FD9D ; NFKC_CF; 064A 0645 0645 # Lo [2] ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM..ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM FD9E ; NFKC_CF; 0628 062E 064A # Lo ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM FD9F ; NFKC_CF; 062A 062C 064A # Lo ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM FDA0 ; NFKC_CF; 062A 062C 0649 # Lo ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM FDA1 ; NFKC_CF; 062A 062E 064A # Lo ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM FDA2 ; NFKC_CF; 062A 062E 0649 # Lo ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM FDA3 ; NFKC_CF; 062A 0645 064A # Lo ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM FDA4 ; NFKC_CF; 062A 0645 0649 # Lo ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM FDA5 ; NFKC_CF; 062C 0645 064A # Lo ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM FDA6 ; NFKC_CF; 062C 062D 0649 # Lo ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM FDA7 ; NFKC_CF; 062C 0645 0649 # Lo ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM FDA8 ; NFKC_CF; 0633 062E 0649 # Lo ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM FDA9 ; NFKC_CF; 0635 062D 064A # Lo ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM FDAA ; NFKC_CF; 0634 062D 064A # Lo ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM FDAB ; NFKC_CF; 0636 062D 064A # Lo ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM FDAC ; NFKC_CF; 0644 062C 064A # Lo ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM FDAD ; NFKC_CF; 0644 0645 064A # Lo ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM FDAE ; NFKC_CF; 064A 062D 064A # Lo ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM FDAF ; NFKC_CF; 064A 062C 064A # Lo ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM FDB0 ; NFKC_CF; 064A 0645 064A # Lo ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM FDB1 ; NFKC_CF; 0645 0645 064A # Lo ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM FDB2 ; NFKC_CF; 0642 0645 064A # Lo ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM FDB3 ; NFKC_CF; 0646 062D 064A # Lo ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM FDB4 ; NFKC_CF; 0642 0645 062D # Lo ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM FDB5 ; NFKC_CF; 0644 062D 0645 # Lo ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM FDB6 ; NFKC_CF; 0639 0645 064A # Lo ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM FDB7 ; NFKC_CF; 0643 0645 064A # Lo ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM FDB8 ; NFKC_CF; 0646 062C 062D # Lo ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM FDB9 ; NFKC_CF; 0645 062E 064A # Lo ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM FDBA ; NFKC_CF; 0644 062C 0645 # Lo ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM FDBB ; NFKC_CF; 0643 0645 0645 # Lo ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM FDBC ; NFKC_CF; 0644 062C 0645 # Lo ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM FDBD ; NFKC_CF; 0646 062C 062D # Lo ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM FDBE ; NFKC_CF; 062C 062D 064A # Lo ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM FDBF ; NFKC_CF; 062D 062C 064A # Lo ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM FDC0 ; NFKC_CF; 0645 062C 064A # Lo ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM FDC1 ; NFKC_CF; 0641 0645 064A # Lo ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM FDC2 ; NFKC_CF; 0628 062D 064A # Lo ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM FDC3 ; NFKC_CF; 0643 0645 0645 # Lo ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM FDC4 ; NFKC_CF; 0639 062C 0645 # Lo ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM FDC5 ; NFKC_CF; 0635 0645 0645 # Lo ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM FDC6 ; NFKC_CF; 0633 062E 064A # Lo ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM FDC7 ; NFKC_CF; 0646 062C 064A # Lo ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDF0 ; NFKC_CF; 0635 0644 06D2 # Lo ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM FDF1 ; NFKC_CF; 0642 0644 06D2 # Lo ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM FDF2 ; NFKC_CF; 0627 0644 0644 0647 #Lo ARABIC LIGATURE ALLAH ISOLATED FORM FDF3 ; NFKC_CF; 0627 0643 0628 0631 #Lo ARABIC LIGATURE AKBAR ISOLATED FORM FDF4 ; NFKC_CF; 0645 062D 0645 062F #Lo ARABIC LIGATURE MOHAMMAD ISOLATED FORM FDF5 ; NFKC_CF; 0635 0644 0639 0645 #Lo ARABIC LIGATURE SALAM ISOLATED FORM FDF6 ; NFKC_CF; 0631 0633 0648 0644 #Lo ARABIC LIGATURE RASOUL ISOLATED FORM FDF7 ; NFKC_CF; 0639 0644 064A 0647 #Lo ARABIC LIGATURE ALAYHE ISOLATED FORM FDF8 ; NFKC_CF; 0648 0633 0644 0645 #Lo ARABIC LIGATURE WASALLAM ISOLATED FORM FDF9 ; NFKC_CF; 0635 0644 0649 # Lo ARABIC LIGATURE SALLA ISOLATED FORM FDFA ; NFKC_CF; 0635 0644 0649 0020 0627 0644 0644 0647 0020 0639 0644 064A 0647 0020 0648 0633 0644 0645 #Lo ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM FDFB ; NFKC_CF; 062C 0644 0020 062C 0644 0627 0644 0647 #Lo ARABIC LIGATURE JALLAJALALOUHOU FDFC ; NFKC_CF; 0631 06CC 0627 0644 #Sc RIAL SIGN FE00..FE0F ; NFKC_CF; # Mn [16] VARIATION SELECTOR-1..VARIATION SELECTOR-16 FE10 ; NFKC_CF; 002C # Po PRESENTATION FORM FOR VERTICAL COMMA FE11 ; NFKC_CF; 3001 # Po PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA FE12 ; NFKC_CF; 3002 # Po PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP FE13 ; NFKC_CF; 003A # Po PRESENTATION FORM FOR VERTICAL COLON FE14 ; NFKC_CF; 003B # Po PRESENTATION FORM FOR VERTICAL SEMICOLON FE15 ; NFKC_CF; 0021 # Po PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK FE16 ; NFKC_CF; 003F # Po PRESENTATION FORM FOR VERTICAL QUESTION MARK FE17 ; NFKC_CF; 3016 # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET FE18 ; NFKC_CF; 3017 # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET FE19 ; NFKC_CF; 002E 002E 002E # Po PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE30 ; NFKC_CF; 002E 002E # Po PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE31 ; NFKC_CF; 2014 # Pd PRESENTATION FORM FOR VERTICAL EM DASH FE32 ; NFKC_CF; 2013 # Pd PRESENTATION FORM FOR VERTICAL EN DASH FE33..FE34 ; NFKC_CF; 005F # Pc [2] PRESENTATION FORM FOR VERTICAL LOW LINE..PRESENTATION FORM FOR VERTICAL WAVY LOW LINE FE35 ; NFKC_CF; 0028 # Ps PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS FE36 ; NFKC_CF; 0029 # Pe PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS FE37 ; NFKC_CF; 007B # Ps PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET FE38 ; NFKC_CF; 007D # Pe PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET FE39 ; NFKC_CF; 3014 # Ps PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET FE3A ; NFKC_CF; 3015 # Pe PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET FE3B ; NFKC_CF; 3010 # Ps PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET FE3C ; NFKC_CF; 3011 # Pe PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET FE3D ; NFKC_CF; 300A # Ps PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET FE3E ; NFKC_CF; 300B # Pe PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET FE3F ; NFKC_CF; 3008 # Ps PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET FE40 ; NFKC_CF; 3009 # Pe PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET FE41 ; NFKC_CF; 300C # Ps PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET FE42 ; NFKC_CF; 300D # Pe PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET FE43 ; NFKC_CF; 300E # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET FE44 ; NFKC_CF; 300F # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET FE47 ; NFKC_CF; 005B # Ps PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET FE48 ; NFKC_CF; 005D # Pe PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET FE49..FE4C ; NFKC_CF; 0020 0305 # Po [4] DASHED OVERLINE..DOUBLE WAVY OVERLINE FE4D..FE4F ; NFKC_CF; 005F # Pc [3] DASHED LOW LINE..WAVY LOW LINE FE50 ; NFKC_CF; 002C # Po SMALL COMMA FE51 ; NFKC_CF; 3001 # Po SMALL IDEOGRAPHIC COMMA FE52 ; NFKC_CF; 002E # Po SMALL FULL STOP FE54 ; NFKC_CF; 003B # Po SMALL SEMICOLON FE55 ; NFKC_CF; 003A # Po SMALL COLON FE56 ; NFKC_CF; 003F # Po SMALL QUESTION MARK FE57 ; NFKC_CF; 0021 # Po SMALL EXCLAMATION MARK FE58 ; NFKC_CF; 2014 # Pd SMALL EM DASH FE59 ; NFKC_CF; 0028 # Ps SMALL LEFT PARENTHESIS FE5A ; NFKC_CF; 0029 # Pe SMALL RIGHT PARENTHESIS FE5B ; NFKC_CF; 007B # Ps SMALL LEFT CURLY BRACKET FE5C ; NFKC_CF; 007D # Pe SMALL RIGHT CURLY BRACKET FE5D ; NFKC_CF; 3014 # Ps SMALL LEFT TORTOISE SHELL BRACKET FE5E ; NFKC_CF; 3015 # Pe SMALL RIGHT TORTOISE SHELL BRACKET FE5F ; NFKC_CF; 0023 # Po SMALL NUMBER SIGN FE60 ; NFKC_CF; 0026 # Po SMALL AMPERSAND FE61 ; NFKC_CF; 002A # Po SMALL ASTERISK FE62 ; NFKC_CF; 002B # Sm SMALL PLUS SIGN FE63 ; NFKC_CF; 002D # Pd SMALL HYPHEN-MINUS FE64 ; NFKC_CF; 003C # Sm SMALL LESS-THAN SIGN FE65 ; NFKC_CF; 003E # Sm SMALL GREATER-THAN SIGN FE66 ; NFKC_CF; 003D # Sm SMALL EQUALS SIGN FE68 ; NFKC_CF; 005C # Po SMALL REVERSE SOLIDUS FE69 ; NFKC_CF; 0024 # Sc SMALL DOLLAR SIGN FE6A ; NFKC_CF; 0025 # Po SMALL PERCENT SIGN FE6B ; NFKC_CF; 0040 # Po SMALL COMMERCIAL AT FE70 ; NFKC_CF; 0020 064B # Lo ARABIC FATHATAN ISOLATED FORM FE71 ; NFKC_CF; 0640 064B # Lo ARABIC TATWEEL WITH FATHATAN ABOVE FE72 ; NFKC_CF; 0020 064C # Lo ARABIC DAMMATAN ISOLATED FORM FE74 ; NFKC_CF; 0020 064D # Lo ARABIC KASRATAN ISOLATED FORM FE76 ; NFKC_CF; 0020 064E # Lo ARABIC FATHA ISOLATED FORM FE77 ; NFKC_CF; 0640 064E # Lo ARABIC FATHA MEDIAL FORM FE78 ; NFKC_CF; 0020 064F # Lo ARABIC DAMMA ISOLATED FORM FE79 ; NFKC_CF; 0640 064F # Lo ARABIC DAMMA MEDIAL FORM FE7A ; NFKC_CF; 0020 0650 # Lo ARABIC KASRA ISOLATED FORM FE7B ; NFKC_CF; 0640 0650 # Lo ARABIC KASRA MEDIAL FORM FE7C ; NFKC_CF; 0020 0651 # Lo ARABIC SHADDA ISOLATED FORM FE7D ; NFKC_CF; 0640 0651 # Lo ARABIC SHADDA MEDIAL FORM FE7E ; NFKC_CF; 0020 0652 # Lo ARABIC SUKUN ISOLATED FORM FE7F ; NFKC_CF; 0640 0652 # Lo ARABIC SUKUN MEDIAL FORM FE80 ; NFKC_CF; 0621 # Lo ARABIC LETTER HAMZA ISOLATED FORM FE81..FE82 ; NFKC_CF; 0622 # Lo [2] ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM FE83..FE84 ; NFKC_CF; 0623 # Lo [2] ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM FE85..FE86 ; NFKC_CF; 0624 # Lo [2] ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM FE87..FE88 ; NFKC_CF; 0625 # Lo [2] ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM..ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM FE89..FE8C ; NFKC_CF; 0626 # Lo [4] ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM FE8D..FE8E ; NFKC_CF; 0627 # Lo [2] ARABIC LETTER ALEF ISOLATED FORM..ARABIC LETTER ALEF FINAL FORM FE8F..FE92 ; NFKC_CF; 0628 # Lo [4] ARABIC LETTER BEH ISOLATED FORM..ARABIC LETTER BEH MEDIAL FORM FE93..FE94 ; NFKC_CF; 0629 # Lo [2] ARABIC LETTER TEH MARBUTA ISOLATED FORM..ARABIC LETTER TEH MARBUTA FINAL FORM FE95..FE98 ; NFKC_CF; 062A # Lo [4] ARABIC LETTER TEH ISOLATED FORM..ARABIC LETTER TEH MEDIAL FORM FE99..FE9C ; NFKC_CF; 062B # Lo [4] ARABIC LETTER THEH ISOLATED FORM..ARABIC LETTER THEH MEDIAL FORM FE9D..FEA0 ; NFKC_CF; 062C # Lo [4] ARABIC LETTER JEEM ISOLATED FORM..ARABIC LETTER JEEM MEDIAL FORM FEA1..FEA4 ; NFKC_CF; 062D # Lo [4] ARABIC LETTER HAH ISOLATED FORM..ARABIC LETTER HAH MEDIAL FORM FEA5..FEA8 ; NFKC_CF; 062E # Lo [4] ARABIC LETTER KHAH ISOLATED FORM..ARABIC LETTER KHAH MEDIAL FORM FEA9..FEAA ; NFKC_CF; 062F # Lo [2] ARABIC LETTER DAL ISOLATED FORM..ARABIC LETTER DAL FINAL FORM FEAB..FEAC ; NFKC_CF; 0630 # Lo [2] ARABIC LETTER THAL ISOLATED FORM..ARABIC LETTER THAL FINAL FORM FEAD..FEAE ; NFKC_CF; 0631 # Lo [2] ARABIC LETTER REH ISOLATED FORM..ARABIC LETTER REH FINAL FORM FEAF..FEB0 ; NFKC_CF; 0632 # Lo [2] ARABIC LETTER ZAIN ISOLATED FORM..ARABIC LETTER ZAIN FINAL FORM FEB1..FEB4 ; NFKC_CF; 0633 # Lo [4] ARABIC LETTER SEEN ISOLATED FORM..ARABIC LETTER SEEN MEDIAL FORM FEB5..FEB8 ; NFKC_CF; 0634 # Lo [4] ARABIC LETTER SHEEN ISOLATED FORM..ARABIC LETTER SHEEN MEDIAL FORM FEB9..FEBC ; NFKC_CF; 0635 # Lo [4] ARABIC LETTER SAD ISOLATED FORM..ARABIC LETTER SAD MEDIAL FORM FEBD..FEC0 ; NFKC_CF; 0636 # Lo [4] ARABIC LETTER DAD ISOLATED FORM..ARABIC LETTER DAD MEDIAL FORM FEC1..FEC4 ; NFKC_CF; 0637 # Lo [4] ARABIC LETTER TAH ISOLATED FORM..ARABIC LETTER TAH MEDIAL FORM FEC5..FEC8 ; NFKC_CF; 0638 # Lo [4] ARABIC LETTER ZAH ISOLATED FORM..ARABIC LETTER ZAH MEDIAL FORM FEC9..FECC ; NFKC_CF; 0639 # Lo [4] ARABIC LETTER AIN ISOLATED FORM..ARABIC LETTER AIN MEDIAL FORM FECD..FED0 ; NFKC_CF; 063A # Lo [4] ARABIC LETTER GHAIN ISOLATED FORM..ARABIC LETTER GHAIN MEDIAL FORM FED1..FED4 ; NFKC_CF; 0641 # Lo [4] ARABIC LETTER FEH ISOLATED FORM..ARABIC LETTER FEH MEDIAL FORM FED5..FED8 ; NFKC_CF; 0642 # Lo [4] ARABIC LETTER QAF ISOLATED FORM..ARABIC LETTER QAF MEDIAL FORM FED9..FEDC ; NFKC_CF; 0643 # Lo [4] ARABIC LETTER KAF ISOLATED FORM..ARABIC LETTER KAF MEDIAL FORM FEDD..FEE0 ; NFKC_CF; 0644 # Lo [4] ARABIC LETTER LAM ISOLATED FORM..ARABIC LETTER LAM MEDIAL FORM FEE1..FEE4 ; NFKC_CF; 0645 # Lo [4] ARABIC LETTER MEEM ISOLATED FORM..ARABIC LETTER MEEM MEDIAL FORM FEE5..FEE8 ; NFKC_CF; 0646 # Lo [4] ARABIC LETTER NOON ISOLATED FORM..ARABIC LETTER NOON MEDIAL FORM FEE9..FEEC ; NFKC_CF; 0647 # Lo [4] ARABIC LETTER HEH ISOLATED FORM..ARABIC LETTER HEH MEDIAL FORM FEED..FEEE ; NFKC_CF; 0648 # Lo [2] ARABIC LETTER WAW ISOLATED FORM..ARABIC LETTER WAW FINAL FORM FEEF..FEF0 ; NFKC_CF; 0649 # Lo [2] ARABIC LETTER ALEF MAKSURA ISOLATED FORM..ARABIC LETTER ALEF MAKSURA FINAL FORM FEF1..FEF4 ; NFKC_CF; 064A # Lo [4] ARABIC LETTER YEH ISOLATED FORM..ARABIC LETTER YEH MEDIAL FORM FEF5..FEF6 ; NFKC_CF; 0644 0622 # Lo [2] ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM FEF7..FEF8 ; NFKC_CF; 0644 0623 # Lo [2] ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM FEF9..FEFA ; NFKC_CF; 0644 0625 # Lo [2] ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM FEFB..FEFC ; NFKC_CF; 0644 0627 # Lo [2] ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FEFF ; NFKC_CF; # Cf ZERO WIDTH NO-BREAK SPACE FF01 ; NFKC_CF; 0021 # Po FULLWIDTH EXCLAMATION MARK FF02 ; NFKC_CF; 0022 # Po FULLWIDTH QUOTATION MARK FF03 ; NFKC_CF; 0023 # Po FULLWIDTH NUMBER SIGN FF04 ; NFKC_CF; 0024 # Sc FULLWIDTH DOLLAR SIGN FF05 ; NFKC_CF; 0025 # Po FULLWIDTH PERCENT SIGN FF06 ; NFKC_CF; 0026 # Po FULLWIDTH AMPERSAND FF07 ; NFKC_CF; 0027 # Po FULLWIDTH APOSTROPHE FF08 ; NFKC_CF; 0028 # Ps FULLWIDTH LEFT PARENTHESIS FF09 ; NFKC_CF; 0029 # Pe FULLWIDTH RIGHT PARENTHESIS FF0A ; NFKC_CF; 002A # Po FULLWIDTH ASTERISK FF0B ; NFKC_CF; 002B # Sm FULLWIDTH PLUS SIGN FF0C ; NFKC_CF; 002C # Po FULLWIDTH COMMA FF0D ; NFKC_CF; 002D # Pd FULLWIDTH HYPHEN-MINUS FF0E ; NFKC_CF; 002E # Po FULLWIDTH FULL STOP FF0F ; NFKC_CF; 002F # Po FULLWIDTH SOLIDUS FF10 ; NFKC_CF; 0030 # Nd FULLWIDTH DIGIT ZERO FF11 ; NFKC_CF; 0031 # Nd FULLWIDTH DIGIT ONE FF12 ; NFKC_CF; 0032 # Nd FULLWIDTH DIGIT TWO FF13 ; NFKC_CF; 0033 # Nd FULLWIDTH DIGIT THREE FF14 ; NFKC_CF; 0034 # Nd FULLWIDTH DIGIT FOUR FF15 ; NFKC_CF; 0035 # Nd FULLWIDTH DIGIT FIVE FF16 ; NFKC_CF; 0036 # Nd FULLWIDTH DIGIT SIX FF17 ; NFKC_CF; 0037 # Nd FULLWIDTH DIGIT SEVEN FF18 ; NFKC_CF; 0038 # Nd FULLWIDTH DIGIT EIGHT FF19 ; NFKC_CF; 0039 # Nd FULLWIDTH DIGIT NINE FF1A ; NFKC_CF; 003A # Po FULLWIDTH COLON FF1B ; NFKC_CF; 003B # Po FULLWIDTH SEMICOLON FF1C ; NFKC_CF; 003C # Sm FULLWIDTH LESS-THAN SIGN FF1D ; NFKC_CF; 003D # Sm FULLWIDTH EQUALS SIGN FF1E ; NFKC_CF; 003E # Sm FULLWIDTH GREATER-THAN SIGN FF1F ; NFKC_CF; 003F # Po FULLWIDTH QUESTION MARK FF20 ; NFKC_CF; 0040 # Po FULLWIDTH COMMERCIAL AT FF21 ; NFKC_CF; 0061 # L& FULLWIDTH LATIN CAPITAL LETTER A FF22 ; NFKC_CF; 0062 # L& FULLWIDTH LATIN CAPITAL LETTER B FF23 ; NFKC_CF; 0063 # L& FULLWIDTH LATIN CAPITAL LETTER C FF24 ; NFKC_CF; 0064 # L& FULLWIDTH LATIN CAPITAL LETTER D FF25 ; NFKC_CF; 0065 # L& FULLWIDTH LATIN CAPITAL LETTER E FF26 ; NFKC_CF; 0066 # L& FULLWIDTH LATIN CAPITAL LETTER F FF27 ; NFKC_CF; 0067 # L& FULLWIDTH LATIN CAPITAL LETTER G FF28 ; NFKC_CF; 0068 # L& FULLWIDTH LATIN CAPITAL LETTER H FF29 ; NFKC_CF; 0069 # L& FULLWIDTH LATIN CAPITAL LETTER I FF2A ; NFKC_CF; 006A # L& FULLWIDTH LATIN CAPITAL LETTER J FF2B ; NFKC_CF; 006B # L& FULLWIDTH LATIN CAPITAL LETTER K FF2C ; NFKC_CF; 006C # L& FULLWIDTH LATIN CAPITAL LETTER L FF2D ; NFKC_CF; 006D # L& FULLWIDTH LATIN CAPITAL LETTER M FF2E ; NFKC_CF; 006E # L& FULLWIDTH LATIN CAPITAL LETTER N FF2F ; NFKC_CF; 006F # L& FULLWIDTH LATIN CAPITAL LETTER O FF30 ; NFKC_CF; 0070 # L& FULLWIDTH LATIN CAPITAL LETTER P FF31 ; NFKC_CF; 0071 # L& FULLWIDTH LATIN CAPITAL LETTER Q FF32 ; NFKC_CF; 0072 # L& FULLWIDTH LATIN CAPITAL LETTER R FF33 ; NFKC_CF; 0073 # L& FULLWIDTH LATIN CAPITAL LETTER S FF34 ; NFKC_CF; 0074 # L& FULLWIDTH LATIN CAPITAL LETTER T FF35 ; NFKC_CF; 0075 # L& FULLWIDTH LATIN CAPITAL LETTER U FF36 ; NFKC_CF; 0076 # L& FULLWIDTH LATIN CAPITAL LETTER V FF37 ; NFKC_CF; 0077 # L& FULLWIDTH LATIN CAPITAL LETTER W FF38 ; NFKC_CF; 0078 # L& FULLWIDTH LATIN CAPITAL LETTER X FF39 ; NFKC_CF; 0079 # L& FULLWIDTH LATIN CAPITAL LETTER Y FF3A ; NFKC_CF; 007A # L& FULLWIDTH LATIN CAPITAL LETTER Z FF3B ; NFKC_CF; 005B # Ps FULLWIDTH LEFT SQUARE BRACKET FF3C ; NFKC_CF; 005C # Po FULLWIDTH REVERSE SOLIDUS FF3D ; NFKC_CF; 005D # Pe FULLWIDTH RIGHT SQUARE BRACKET FF3E ; NFKC_CF; 005E # Sk FULLWIDTH CIRCUMFLEX ACCENT FF3F ; NFKC_CF; 005F # Pc FULLWIDTH LOW LINE FF40 ; NFKC_CF; 0060 # Sk FULLWIDTH GRAVE ACCENT FF41 ; NFKC_CF; 0061 # L& FULLWIDTH LATIN SMALL LETTER A FF42 ; NFKC_CF; 0062 # L& FULLWIDTH LATIN SMALL LETTER B FF43 ; NFKC_CF; 0063 # L& FULLWIDTH LATIN SMALL LETTER C FF44 ; NFKC_CF; 0064 # L& FULLWIDTH LATIN SMALL LETTER D FF45 ; NFKC_CF; 0065 # L& FULLWIDTH LATIN SMALL LETTER E FF46 ; NFKC_CF; 0066 # L& FULLWIDTH LATIN SMALL LETTER F FF47 ; NFKC_CF; 0067 # L& FULLWIDTH LATIN SMALL LETTER G FF48 ; NFKC_CF; 0068 # L& FULLWIDTH LATIN SMALL LETTER H FF49 ; NFKC_CF; 0069 # L& FULLWIDTH LATIN SMALL LETTER I FF4A ; NFKC_CF; 006A # L& FULLWIDTH LATIN SMALL LETTER J FF4B ; NFKC_CF; 006B # L& FULLWIDTH LATIN SMALL LETTER K FF4C ; NFKC_CF; 006C # L& FULLWIDTH LATIN SMALL LETTER L FF4D ; NFKC_CF; 006D # L& FULLWIDTH LATIN SMALL LETTER M FF4E ; NFKC_CF; 006E # L& FULLWIDTH LATIN SMALL LETTER N FF4F ; NFKC_CF; 006F # L& FULLWIDTH LATIN SMALL LETTER O FF50 ; NFKC_CF; 0070 # L& FULLWIDTH LATIN SMALL LETTER P FF51 ; NFKC_CF; 0071 # L& FULLWIDTH LATIN SMALL LETTER Q FF52 ; NFKC_CF; 0072 # L& FULLWIDTH LATIN SMALL LETTER R FF53 ; NFKC_CF; 0073 # L& FULLWIDTH LATIN SMALL LETTER S FF54 ; NFKC_CF; 0074 # L& FULLWIDTH LATIN SMALL LETTER T FF55 ; NFKC_CF; 0075 # L& FULLWIDTH LATIN SMALL LETTER U FF56 ; NFKC_CF; 0076 # L& FULLWIDTH LATIN SMALL LETTER V FF57 ; NFKC_CF; 0077 # L& FULLWIDTH LATIN SMALL LETTER W FF58 ; NFKC_CF; 0078 # L& FULLWIDTH LATIN SMALL LETTER X FF59 ; NFKC_CF; 0079 # L& FULLWIDTH LATIN SMALL LETTER Y FF5A ; NFKC_CF; 007A # L& FULLWIDTH LATIN SMALL LETTER Z FF5B ; NFKC_CF; 007B # Ps FULLWIDTH LEFT CURLY BRACKET FF5C ; NFKC_CF; 007C # Sm FULLWIDTH VERTICAL LINE FF5D ; NFKC_CF; 007D # Pe FULLWIDTH RIGHT CURLY BRACKET FF5E ; NFKC_CF; 007E # Sm FULLWIDTH TILDE FF5F ; NFKC_CF; 2985 # Ps FULLWIDTH LEFT WHITE PARENTHESIS FF60 ; NFKC_CF; 2986 # Pe FULLWIDTH RIGHT WHITE PARENTHESIS FF61 ; NFKC_CF; 3002 # Po HALFWIDTH IDEOGRAPHIC FULL STOP FF62 ; NFKC_CF; 300C # Ps HALFWIDTH LEFT CORNER BRACKET FF63 ; NFKC_CF; 300D # Pe HALFWIDTH RIGHT CORNER BRACKET FF64 ; NFKC_CF; 3001 # Po HALFWIDTH IDEOGRAPHIC COMMA FF65 ; NFKC_CF; 30FB # Po HALFWIDTH KATAKANA MIDDLE DOT FF66 ; NFKC_CF; 30F2 # Lo HALFWIDTH KATAKANA LETTER WO FF67 ; NFKC_CF; 30A1 # Lo HALFWIDTH KATAKANA LETTER SMALL A FF68 ; NFKC_CF; 30A3 # Lo HALFWIDTH KATAKANA LETTER SMALL I FF69 ; NFKC_CF; 30A5 # Lo HALFWIDTH KATAKANA LETTER SMALL U FF6A ; NFKC_CF; 30A7 # Lo HALFWIDTH KATAKANA LETTER SMALL E FF6B ; NFKC_CF; 30A9 # Lo HALFWIDTH KATAKANA LETTER SMALL O FF6C ; NFKC_CF; 30E3 # Lo HALFWIDTH KATAKANA LETTER SMALL YA FF6D ; NFKC_CF; 30E5 # Lo HALFWIDTH KATAKANA LETTER SMALL YU FF6E ; NFKC_CF; 30E7 # Lo HALFWIDTH KATAKANA LETTER SMALL YO FF6F ; NFKC_CF; 30C3 # Lo HALFWIDTH KATAKANA LETTER SMALL TU FF70 ; NFKC_CF; 30FC # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK FF71 ; NFKC_CF; 30A2 # Lo HALFWIDTH KATAKANA LETTER A FF72 ; NFKC_CF; 30A4 # Lo HALFWIDTH KATAKANA LETTER I FF73 ; NFKC_CF; 30A6 # Lo HALFWIDTH KATAKANA LETTER U FF74 ; NFKC_CF; 30A8 # Lo HALFWIDTH KATAKANA LETTER E FF75 ; NFKC_CF; 30AA # Lo HALFWIDTH KATAKANA LETTER O FF76 ; NFKC_CF; 30AB # Lo HALFWIDTH KATAKANA LETTER KA FF77 ; NFKC_CF; 30AD # Lo HALFWIDTH KATAKANA LETTER KI FF78 ; NFKC_CF; 30AF # Lo HALFWIDTH KATAKANA LETTER KU FF79 ; NFKC_CF; 30B1 # Lo HALFWIDTH KATAKANA LETTER KE FF7A ; NFKC_CF; 30B3 # Lo HALFWIDTH KATAKANA LETTER KO FF7B ; NFKC_CF; 30B5 # Lo HALFWIDTH KATAKANA LETTER SA FF7C ; NFKC_CF; 30B7 # Lo HALFWIDTH KATAKANA LETTER SI FF7D ; NFKC_CF; 30B9 # Lo HALFWIDTH KATAKANA LETTER SU FF7E ; NFKC_CF; 30BB # Lo HALFWIDTH KATAKANA LETTER SE FF7F ; NFKC_CF; 30BD # Lo HALFWIDTH KATAKANA LETTER SO FF80 ; NFKC_CF; 30BF # Lo HALFWIDTH KATAKANA LETTER TA FF81 ; NFKC_CF; 30C1 # Lo HALFWIDTH KATAKANA LETTER TI FF82 ; NFKC_CF; 30C4 # Lo HALFWIDTH KATAKANA LETTER TU FF83 ; NFKC_CF; 30C6 # Lo HALFWIDTH KATAKANA LETTER TE FF84 ; NFKC_CF; 30C8 # Lo HALFWIDTH KATAKANA LETTER TO FF85 ; NFKC_CF; 30CA # Lo HALFWIDTH KATAKANA LETTER NA FF86 ; NFKC_CF; 30CB # Lo HALFWIDTH KATAKANA LETTER NI FF87 ; NFKC_CF; 30CC # Lo HALFWIDTH KATAKANA LETTER NU FF88 ; NFKC_CF; 30CD # Lo HALFWIDTH KATAKANA LETTER NE FF89 ; NFKC_CF; 30CE # Lo HALFWIDTH KATAKANA LETTER NO FF8A ; NFKC_CF; 30CF # Lo HALFWIDTH KATAKANA LETTER HA FF8B ; NFKC_CF; 30D2 # Lo HALFWIDTH KATAKANA LETTER HI FF8C ; NFKC_CF; 30D5 # Lo HALFWIDTH KATAKANA LETTER HU FF8D ; NFKC_CF; 30D8 # Lo HALFWIDTH KATAKANA LETTER HE FF8E ; NFKC_CF; 30DB # Lo HALFWIDTH KATAKANA LETTER HO FF8F ; NFKC_CF; 30DE # Lo HALFWIDTH KATAKANA LETTER MA FF90 ; NFKC_CF; 30DF # Lo HALFWIDTH KATAKANA LETTER MI FF91 ; NFKC_CF; 30E0 # Lo HALFWIDTH KATAKANA LETTER MU FF92 ; NFKC_CF; 30E1 # Lo HALFWIDTH KATAKANA LETTER ME FF93 ; NFKC_CF; 30E2 # Lo HALFWIDTH KATAKANA LETTER MO FF94 ; NFKC_CF; 30E4 # Lo HALFWIDTH KATAKANA LETTER YA FF95 ; NFKC_CF; 30E6 # Lo HALFWIDTH KATAKANA LETTER YU FF96 ; NFKC_CF; 30E8 # Lo HALFWIDTH KATAKANA LETTER YO FF97 ; NFKC_CF; 30E9 # Lo HALFWIDTH KATAKANA LETTER RA FF98 ; NFKC_CF; 30EA # Lo HALFWIDTH KATAKANA LETTER RI FF99 ; NFKC_CF; 30EB # Lo HALFWIDTH KATAKANA LETTER RU FF9A ; NFKC_CF; 30EC # Lo HALFWIDTH KATAKANA LETTER RE FF9B ; NFKC_CF; 30ED # Lo HALFWIDTH KATAKANA LETTER RO FF9C ; NFKC_CF; 30EF # Lo HALFWIDTH KATAKANA LETTER WA FF9D ; NFKC_CF; 30F3 # Lo HALFWIDTH KATAKANA LETTER N FF9E ; NFKC_CF; 3099 # Lm HALFWIDTH KATAKANA VOICED SOUND MARK FF9F ; NFKC_CF; 309A # Lm HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK FFA0 ; NFKC_CF; # Lo HALFWIDTH HANGUL FILLER FFA1 ; NFKC_CF; 1100 # Lo HALFWIDTH HANGUL LETTER KIYEOK FFA2 ; NFKC_CF; 1101 # Lo HALFWIDTH HANGUL LETTER SSANGKIYEOK FFA3 ; NFKC_CF; 11AA # Lo HALFWIDTH HANGUL LETTER KIYEOK-SIOS FFA4 ; NFKC_CF; 1102 # Lo HALFWIDTH HANGUL LETTER NIEUN FFA5 ; NFKC_CF; 11AC # Lo HALFWIDTH HANGUL LETTER NIEUN-CIEUC FFA6 ; NFKC_CF; 11AD # Lo HALFWIDTH HANGUL LETTER NIEUN-HIEUH FFA7 ; NFKC_CF; 1103 # Lo HALFWIDTH HANGUL LETTER TIKEUT FFA8 ; NFKC_CF; 1104 # Lo HALFWIDTH HANGUL LETTER SSANGTIKEUT FFA9 ; NFKC_CF; 1105 # Lo HALFWIDTH HANGUL LETTER RIEUL FFAA ; NFKC_CF; 11B0 # Lo HALFWIDTH HANGUL LETTER RIEUL-KIYEOK FFAB ; NFKC_CF; 11B1 # Lo HALFWIDTH HANGUL LETTER RIEUL-MIEUM FFAC ; NFKC_CF; 11B2 # Lo HALFWIDTH HANGUL LETTER RIEUL-PIEUP FFAD ; NFKC_CF; 11B3 # Lo HALFWIDTH HANGUL LETTER RIEUL-SIOS FFAE ; NFKC_CF; 11B4 # Lo HALFWIDTH HANGUL LETTER RIEUL-THIEUTH FFAF ; NFKC_CF; 11B5 # Lo HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH FFB0 ; NFKC_CF; 111A # Lo HALFWIDTH HANGUL LETTER RIEUL-HIEUH FFB1 ; NFKC_CF; 1106 # Lo HALFWIDTH HANGUL LETTER MIEUM FFB2 ; NFKC_CF; 1107 # Lo HALFWIDTH HANGUL LETTER PIEUP FFB3 ; NFKC_CF; 1108 # Lo HALFWIDTH HANGUL LETTER SSANGPIEUP FFB4 ; NFKC_CF; 1121 # Lo HALFWIDTH HANGUL LETTER PIEUP-SIOS FFB5 ; NFKC_CF; 1109 # Lo HALFWIDTH HANGUL LETTER SIOS FFB6 ; NFKC_CF; 110A # Lo HALFWIDTH HANGUL LETTER SSANGSIOS FFB7 ; NFKC_CF; 110B # Lo HALFWIDTH HANGUL LETTER IEUNG FFB8 ; NFKC_CF; 110C # Lo HALFWIDTH HANGUL LETTER CIEUC FFB9 ; NFKC_CF; 110D # Lo HALFWIDTH HANGUL LETTER SSANGCIEUC FFBA ; NFKC_CF; 110E # Lo HALFWIDTH HANGUL LETTER CHIEUCH FFBB ; NFKC_CF; 110F # Lo HALFWIDTH HANGUL LETTER KHIEUKH FFBC ; NFKC_CF; 1110 # Lo HALFWIDTH HANGUL LETTER THIEUTH FFBD ; NFKC_CF; 1111 # Lo HALFWIDTH HANGUL LETTER PHIEUPH FFBE ; NFKC_CF; 1112 # Lo HALFWIDTH HANGUL LETTER HIEUH FFC2 ; NFKC_CF; 1161 # Lo HALFWIDTH HANGUL LETTER A FFC3 ; NFKC_CF; 1162 # Lo HALFWIDTH HANGUL LETTER AE FFC4 ; NFKC_CF; 1163 # Lo HALFWIDTH HANGUL LETTER YA FFC5 ; NFKC_CF; 1164 # Lo HALFWIDTH HANGUL LETTER YAE FFC6 ; NFKC_CF; 1165 # Lo HALFWIDTH HANGUL LETTER EO FFC7 ; NFKC_CF; 1166 # Lo HALFWIDTH HANGUL LETTER E FFCA ; NFKC_CF; 1167 # Lo HALFWIDTH HANGUL LETTER YEO FFCB ; NFKC_CF; 1168 # Lo HALFWIDTH HANGUL LETTER YE FFCC ; NFKC_CF; 1169 # Lo HALFWIDTH HANGUL LETTER O FFCD ; NFKC_CF; 116A # Lo HALFWIDTH HANGUL LETTER WA FFCE ; NFKC_CF; 116B # Lo HALFWIDTH HANGUL LETTER WAE FFCF ; NFKC_CF; 116C # Lo HALFWIDTH HANGUL LETTER OE FFD2 ; NFKC_CF; 116D # Lo HALFWIDTH HANGUL LETTER YO FFD3 ; NFKC_CF; 116E # Lo HALFWIDTH HANGUL LETTER U FFD4 ; NFKC_CF; 116F # Lo HALFWIDTH HANGUL LETTER WEO FFD5 ; NFKC_CF; 1170 # Lo HALFWIDTH HANGUL LETTER WE FFD6 ; NFKC_CF; 1171 # Lo HALFWIDTH HANGUL LETTER WI FFD7 ; NFKC_CF; 1172 # Lo HALFWIDTH HANGUL LETTER YU FFDA ; NFKC_CF; 1173 # Lo HALFWIDTH HANGUL LETTER EU FFDB ; NFKC_CF; 1174 # Lo HALFWIDTH HANGUL LETTER YI FFDC ; NFKC_CF; 1175 # Lo HALFWIDTH HANGUL LETTER I FFE0 ; NFKC_CF; 00A2 # Sc FULLWIDTH CENT SIGN FFE1 ; NFKC_CF; 00A3 # Sc FULLWIDTH POUND SIGN FFE2 ; NFKC_CF; 00AC # Sm FULLWIDTH NOT SIGN FFE3 ; NFKC_CF; 0020 0304 # Sk FULLWIDTH MACRON FFE4 ; NFKC_CF; 00A6 # So FULLWIDTH BROKEN BAR FFE5 ; NFKC_CF; 00A5 # Sc FULLWIDTH YEN SIGN FFE6 ; NFKC_CF; 20A9 # Sc FULLWIDTH WON SIGN FFE8 ; NFKC_CF; 2502 # So HALFWIDTH FORMS LIGHT VERTICAL FFE9 ; NFKC_CF; 2190 # Sm HALFWIDTH LEFTWARDS ARROW FFEA ; NFKC_CF; 2191 # Sm HALFWIDTH UPWARDS ARROW FFEB ; NFKC_CF; 2192 # Sm HALFWIDTH RIGHTWARDS ARROW FFEC ; NFKC_CF; 2193 # Sm HALFWIDTH DOWNWARDS ARROW FFED ; NFKC_CF; 25A0 # So HALFWIDTH BLACK SQUARE FFEE ; NFKC_CF; 25CB # So HALFWIDTH WHITE CIRCLE FFF0..FFF8 ; NFKC_CF; # Cn [9] <reserved-FFF0>..<reserved-FFF8> 10400 ; NFKC_CF; 10428 # L& DESERET CAPITAL LETTER LONG I 10401 ; NFKC_CF; 10429 # L& DESERET CAPITAL LETTER LONG E 10402 ; NFKC_CF; 1042A # L& DESERET CAPITAL LETTER LONG A 10403 ; NFKC_CF; 1042B # L& DESERET CAPITAL LETTER LONG AH 10404 ; NFKC_CF; 1042C # L& DESERET CAPITAL LETTER LONG O 10405 ; NFKC_CF; 1042D # L& DESERET CAPITAL LETTER LONG OO 10406 ; NFKC_CF; 1042E # L& DESERET CAPITAL LETTER SHORT I 10407 ; NFKC_CF; 1042F # L& DESERET CAPITAL LETTER SHORT E 10408 ; NFKC_CF; 10430 # L& DESERET CAPITAL LETTER SHORT A 10409 ; NFKC_CF; 10431 # L& DESERET CAPITAL LETTER SHORT AH 1040A ; NFKC_CF; 10432 # L& DESERET CAPITAL LETTER SHORT O 1040B ; NFKC_CF; 10433 # L& DESERET CAPITAL LETTER SHORT OO 1040C ; NFKC_CF; 10434 # L& DESERET CAPITAL LETTER AY 1040D ; NFKC_CF; 10435 # L& DESERET CAPITAL LETTER OW 1040E ; NFKC_CF; 10436 # L& DESERET CAPITAL LETTER WU 1040F ; NFKC_CF; 10437 # L& DESERET CAPITAL LETTER YEE 10410 ; NFKC_CF; 10438 # L& DESERET CAPITAL LETTER H 10411 ; NFKC_CF; 10439 # L& DESERET CAPITAL LETTER PEE 10412 ; NFKC_CF; 1043A # L& DESERET CAPITAL LETTER BEE 10413 ; NFKC_CF; 1043B # L& DESERET CAPITAL LETTER TEE 10414 ; NFKC_CF; 1043C # L& DESERET CAPITAL LETTER DEE 10415 ; NFKC_CF; 1043D # L& DESERET CAPITAL LETTER CHEE 10416 ; NFKC_CF; 1043E # L& DESERET CAPITAL LETTER JEE 10417 ; NFKC_CF; 1043F # L& DESERET CAPITAL LETTER KAY 10418 ; NFKC_CF; 10440 # L& DESERET CAPITAL LETTER GAY 10419 ; NFKC_CF; 10441 # L& DESERET CAPITAL LETTER EF 1041A ; NFKC_CF; 10442 # L& DESERET CAPITAL LETTER VEE 1041B ; NFKC_CF; 10443 # L& DESERET CAPITAL LETTER ETH 1041C ; NFKC_CF; 10444 # L& DESERET CAPITAL LETTER THEE 1041D ; NFKC_CF; 10445 # L& DESERET CAPITAL LETTER ES 1041E ; NFKC_CF; 10446 # L& DESERET CAPITAL LETTER ZEE 1041F ; NFKC_CF; 10447 # L& DESERET CAPITAL LETTER ESH 10420 ; NFKC_CF; 10448 # L& DESERET CAPITAL LETTER ZHEE 10421 ; NFKC_CF; 10449 # L& DESERET CAPITAL LETTER ER 10422 ; NFKC_CF; 1044A # L& DESERET CAPITAL LETTER EL 10423 ; NFKC_CF; 1044B # L& DESERET CAPITAL LETTER EM 10424 ; NFKC_CF; 1044C # L& DESERET CAPITAL LETTER EN 10425 ; NFKC_CF; 1044D # L& DESERET CAPITAL LETTER ENG 10426 ; NFKC_CF; 1044E # L& DESERET CAPITAL LETTER OI 10427 ; NFKC_CF; 1044F # L& DESERET CAPITAL LETTER EW 1D15E ; NFKC_CF; 1D157 1D165 # So MUSICAL SYMBOL HALF NOTE 1D15F ; NFKC_CF; 1D158 1D165 # So MUSICAL SYMBOL QUARTER NOTE 1D160 ; NFKC_CF; 1D158 1D165 1D16E #So MUSICAL SYMBOL EIGHTH NOTE 1D161 ; NFKC_CF; 1D158 1D165 1D16F #So MUSICAL SYMBOL SIXTEENTH NOTE 1D162 ; NFKC_CF; 1D158 1D165 1D170 #So MUSICAL SYMBOL THIRTY-SECOND NOTE 1D163 ; NFKC_CF; 1D158 1D165 1D171 #So MUSICAL SYMBOL SIXTY-FOURTH NOTE 1D164 ; NFKC_CF; 1D158 1D165 1D172 #So MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D173..1D17A ; NFKC_CF; # Cf [8] MUSICAL SYMBOL BEGIN BEAM..MUSICAL SYMBOL END PHRASE 1D1BB ; NFKC_CF; 1D1B9 1D165 # So MUSICAL SYMBOL MINIMA 1D1BC ; NFKC_CF; 1D1BA 1D165 # So MUSICAL SYMBOL MINIMA BLACK 1D1BD ; NFKC_CF; 1D1B9 1D165 1D16E #So MUSICAL SYMBOL SEMIMINIMA WHITE 1D1BE ; NFKC_CF; 1D1BA 1D165 1D16E #So MUSICAL SYMBOL SEMIMINIMA BLACK 1D1BF ; NFKC_CF; 1D1B9 1D165 1D16F #So MUSICAL SYMBOL FUSA WHITE 1D1C0 ; NFKC_CF; 1D1BA 1D165 1D16F #So MUSICAL SYMBOL FUSA BLACK 1D400 ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD CAPITAL A 1D401 ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD CAPITAL B 1D402 ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD CAPITAL C 1D403 ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD CAPITAL D 1D404 ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD CAPITAL E 1D405 ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD CAPITAL F 1D406 ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD CAPITAL G 1D407 ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD CAPITAL H 1D408 ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD CAPITAL I 1D409 ; NFKC_CF; 006A # L& MATHEMATICAL BOLD CAPITAL J 1D40A ; NFKC_CF; 006B # L& MATHEMATICAL BOLD CAPITAL K 1D40B ; NFKC_CF; 006C # L& MATHEMATICAL BOLD CAPITAL L 1D40C ; NFKC_CF; 006D # L& MATHEMATICAL BOLD CAPITAL M 1D40D ; NFKC_CF; 006E # L& MATHEMATICAL BOLD CAPITAL N 1D40E ; NFKC_CF; 006F # L& MATHEMATICAL BOLD CAPITAL O 1D40F ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD CAPITAL P 1D410 ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD CAPITAL Q 1D411 ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD CAPITAL R 1D412 ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD CAPITAL S 1D413 ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD CAPITAL T 1D414 ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD CAPITAL U 1D415 ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD CAPITAL V 1D416 ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD CAPITAL W 1D417 ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD CAPITAL X 1D418 ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD CAPITAL Y 1D419 ; NFKC_CF; 007A # L& MATHEMATICAL BOLD CAPITAL Z 1D41A ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD SMALL A 1D41B ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD SMALL B 1D41C ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD SMALL C 1D41D ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD SMALL D 1D41E ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD SMALL E 1D41F ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD SMALL F 1D420 ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD SMALL G 1D421 ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD SMALL H 1D422 ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD SMALL I 1D423 ; NFKC_CF; 006A # L& MATHEMATICAL BOLD SMALL J 1D424 ; NFKC_CF; 006B # L& MATHEMATICAL BOLD SMALL K 1D425 ; NFKC_CF; 006C # L& MATHEMATICAL BOLD SMALL L 1D426 ; NFKC_CF; 006D # L& MATHEMATICAL BOLD SMALL M 1D427 ; NFKC_CF; 006E # L& MATHEMATICAL BOLD SMALL N 1D428 ; NFKC_CF; 006F # L& MATHEMATICAL BOLD SMALL O 1D429 ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD SMALL P 1D42A ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD SMALL Q 1D42B ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD SMALL R 1D42C ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD SMALL S 1D42D ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD SMALL T 1D42E ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD SMALL U 1D42F ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD SMALL V 1D430 ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD SMALL W 1D431 ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD SMALL X 1D432 ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD SMALL Y 1D433 ; NFKC_CF; 007A # L& MATHEMATICAL BOLD SMALL Z 1D434 ; NFKC_CF; 0061 # L& MATHEMATICAL ITALIC CAPITAL A 1D435 ; NFKC_CF; 0062 # L& MATHEMATICAL ITALIC CAPITAL B 1D436 ; NFKC_CF; 0063 # L& MATHEMATICAL ITALIC CAPITAL C 1D437 ; NFKC_CF; 0064 # L& MATHEMATICAL ITALIC CAPITAL D 1D438 ; NFKC_CF; 0065 # L& MATHEMATICAL ITALIC CAPITAL E 1D439 ; NFKC_CF; 0066 # L& MATHEMATICAL ITALIC CAPITAL F 1D43A ; NFKC_CF; 0067 # L& MATHEMATICAL ITALIC CAPITAL G 1D43B ; NFKC_CF; 0068 # L& MATHEMATICAL ITALIC CAPITAL H 1D43C ; NFKC_CF; 0069 # L& MATHEMATICAL ITALIC CAPITAL I 1D43D ; NFKC_CF; 006A # L& MATHEMATICAL ITALIC CAPITAL J 1D43E ; NFKC_CF; 006B # L& MATHEMATICAL ITALIC CAPITAL K 1D43F ; NFKC_CF; 006C # L& MATHEMATICAL ITALIC CAPITAL L 1D440 ; NFKC_CF; 006D # L& MATHEMATICAL ITALIC CAPITAL M 1D441 ; NFKC_CF; 006E # L& MATHEMATICAL ITALIC CAPITAL N 1D442 ; NFKC_CF; 006F # L& MATHEMATICAL ITALIC CAPITAL O 1D443 ; NFKC_CF; 0070 # L& MATHEMATICAL ITALIC CAPITAL P 1D444 ; NFKC_CF; 0071 # L& MATHEMATICAL ITALIC CAPITAL Q 1D445 ; NFKC_CF; 0072 # L& MATHEMATICAL ITALIC CAPITAL R 1D446 ; NFKC_CF; 0073 # L& MATHEMATICAL ITALIC CAPITAL S 1D447 ; NFKC_CF; 0074 # L& MATHEMATICAL ITALIC CAPITAL T 1D448 ; NFKC_CF; 0075 # L& MATHEMATICAL ITALIC CAPITAL U 1D449 ; NFKC_CF; 0076 # L& MATHEMATICAL ITALIC CAPITAL V 1D44A ; NFKC_CF; 0077 # L& MATHEMATICAL ITALIC CAPITAL W 1D44B ; NFKC_CF; 0078 # L& MATHEMATICAL ITALIC CAPITAL X 1D44C ; NFKC_CF; 0079 # L& MATHEMATICAL ITALIC CAPITAL Y 1D44D ; NFKC_CF; 007A # L& MATHEMATICAL ITALIC CAPITAL Z 1D44E ; NFKC_CF; 0061 # L& MATHEMATICAL ITALIC SMALL A 1D44F ; NFKC_CF; 0062 # L& MATHEMATICAL ITALIC SMALL B 1D450 ; NFKC_CF; 0063 # L& MATHEMATICAL ITALIC SMALL C 1D451 ; NFKC_CF; 0064 # L& MATHEMATICAL ITALIC SMALL D 1D452 ; NFKC_CF; 0065 # L& MATHEMATICAL ITALIC SMALL E 1D453 ; NFKC_CF; 0066 # L& MATHEMATICAL ITALIC SMALL F 1D454 ; NFKC_CF; 0067 # L& MATHEMATICAL ITALIC SMALL G 1D456 ; NFKC_CF; 0069 # L& MATHEMATICAL ITALIC SMALL I 1D457 ; NFKC_CF; 006A # L& MATHEMATICAL ITALIC SMALL J 1D458 ; NFKC_CF; 006B # L& MATHEMATICAL ITALIC SMALL K 1D459 ; NFKC_CF; 006C # L& MATHEMATICAL ITALIC SMALL L 1D45A ; NFKC_CF; 006D # L& MATHEMATICAL ITALIC SMALL M 1D45B ; NFKC_CF; 006E # L& MATHEMATICAL ITALIC SMALL N 1D45C ; NFKC_CF; 006F # L& MATHEMATICAL ITALIC SMALL O 1D45D ; NFKC_CF; 0070 # L& MATHEMATICAL ITALIC SMALL P 1D45E ; NFKC_CF; 0071 # L& MATHEMATICAL ITALIC SMALL Q 1D45F ; NFKC_CF; 0072 # L& MATHEMATICAL ITALIC SMALL R 1D460 ; NFKC_CF; 0073 # L& MATHEMATICAL ITALIC SMALL S 1D461 ; NFKC_CF; 0074 # L& MATHEMATICAL ITALIC SMALL T 1D462 ; NFKC_CF; 0075 # L& MATHEMATICAL ITALIC SMALL U 1D463 ; NFKC_CF; 0076 # L& MATHEMATICAL ITALIC SMALL V 1D464 ; NFKC_CF; 0077 # L& MATHEMATICAL ITALIC SMALL W 1D465 ; NFKC_CF; 0078 # L& MATHEMATICAL ITALIC SMALL X 1D466 ; NFKC_CF; 0079 # L& MATHEMATICAL ITALIC SMALL Y 1D467 ; NFKC_CF; 007A # L& MATHEMATICAL ITALIC SMALL Z 1D468 ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD ITALIC CAPITAL A 1D469 ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD ITALIC CAPITAL B 1D46A ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD ITALIC CAPITAL C 1D46B ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD ITALIC CAPITAL D 1D46C ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD ITALIC CAPITAL E 1D46D ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD ITALIC CAPITAL F 1D46E ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD ITALIC CAPITAL G 1D46F ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD ITALIC CAPITAL H 1D470 ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD ITALIC CAPITAL I 1D471 ; NFKC_CF; 006A # L& MATHEMATICAL BOLD ITALIC CAPITAL J 1D472 ; NFKC_CF; 006B # L& MATHEMATICAL BOLD ITALIC CAPITAL K 1D473 ; NFKC_CF; 006C # L& MATHEMATICAL BOLD ITALIC CAPITAL L 1D474 ; NFKC_CF; 006D # L& MATHEMATICAL BOLD ITALIC CAPITAL M 1D475 ; NFKC_CF; 006E # L& MATHEMATICAL BOLD ITALIC CAPITAL N 1D476 ; NFKC_CF; 006F # L& MATHEMATICAL BOLD ITALIC CAPITAL O 1D477 ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD ITALIC CAPITAL P 1D478 ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD ITALIC CAPITAL Q 1D479 ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD ITALIC CAPITAL R 1D47A ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD ITALIC CAPITAL S 1D47B ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD ITALIC CAPITAL T 1D47C ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD ITALIC CAPITAL U 1D47D ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD ITALIC CAPITAL V 1D47E ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD ITALIC CAPITAL W 1D47F ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD ITALIC CAPITAL X 1D480 ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD ITALIC CAPITAL Y 1D481 ; NFKC_CF; 007A # L& MATHEMATICAL BOLD ITALIC CAPITAL Z 1D482 ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD ITALIC SMALL A 1D483 ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD ITALIC SMALL B 1D484 ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD ITALIC SMALL C 1D485 ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD ITALIC SMALL D 1D486 ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD ITALIC SMALL E 1D487 ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD ITALIC SMALL F 1D488 ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD ITALIC SMALL G 1D489 ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD ITALIC SMALL H 1D48A ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD ITALIC SMALL I 1D48B ; NFKC_CF; 006A # L& MATHEMATICAL BOLD ITALIC SMALL J 1D48C ; NFKC_CF; 006B # L& MATHEMATICAL BOLD ITALIC SMALL K 1D48D ; NFKC_CF; 006C # L& MATHEMATICAL BOLD ITALIC SMALL L 1D48E ; NFKC_CF; 006D # L& MATHEMATICAL BOLD ITALIC SMALL M 1D48F ; NFKC_CF; 006E # L& MATHEMATICAL BOLD ITALIC SMALL N 1D490 ; NFKC_CF; 006F # L& MATHEMATICAL BOLD ITALIC SMALL O 1D491 ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD ITALIC SMALL P 1D492 ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD ITALIC SMALL Q 1D493 ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD ITALIC SMALL R 1D494 ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD ITALIC SMALL S 1D495 ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD ITALIC SMALL T 1D496 ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD ITALIC SMALL U 1D497 ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD ITALIC SMALL V 1D498 ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD ITALIC SMALL W 1D499 ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD ITALIC SMALL X 1D49A ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD ITALIC SMALL Y 1D49B ; NFKC_CF; 007A # L& MATHEMATICAL BOLD ITALIC SMALL Z 1D49C ; NFKC_CF; 0061 # L& MATHEMATICAL SCRIPT CAPITAL A 1D49E ; NFKC_CF; 0063 # L& MATHEMATICAL SCRIPT CAPITAL C 1D49F ; NFKC_CF; 0064 # L& MATHEMATICAL SCRIPT CAPITAL D 1D4A2 ; NFKC_CF; 0067 # L& MATHEMATICAL SCRIPT CAPITAL G 1D4A5 ; NFKC_CF; 006A # L& MATHEMATICAL SCRIPT CAPITAL J 1D4A6 ; NFKC_CF; 006B # L& MATHEMATICAL SCRIPT CAPITAL K 1D4A9 ; NFKC_CF; 006E # L& MATHEMATICAL SCRIPT CAPITAL N 1D4AA ; NFKC_CF; 006F # L& MATHEMATICAL SCRIPT CAPITAL O 1D4AB ; NFKC_CF; 0070 # L& MATHEMATICAL SCRIPT CAPITAL P 1D4AC ; NFKC_CF; 0071 # L& MATHEMATICAL SCRIPT CAPITAL Q 1D4AE ; NFKC_CF; 0073 # L& MATHEMATICAL SCRIPT CAPITAL S 1D4AF ; NFKC_CF; 0074 # L& MATHEMATICAL SCRIPT CAPITAL T 1D4B0 ; NFKC_CF; 0075 # L& MATHEMATICAL SCRIPT CAPITAL U 1D4B1 ; NFKC_CF; 0076 # L& MATHEMATICAL SCRIPT CAPITAL V 1D4B2 ; NFKC_CF; 0077 # L& MATHEMATICAL SCRIPT CAPITAL W 1D4B3 ; NFKC_CF; 0078 # L& MATHEMATICAL SCRIPT CAPITAL X 1D4B4 ; NFKC_CF; 0079 # L& MATHEMATICAL SCRIPT CAPITAL Y 1D4B5 ; NFKC_CF; 007A # L& MATHEMATICAL SCRIPT CAPITAL Z 1D4B6 ; NFKC_CF; 0061 # L& MATHEMATICAL SCRIPT SMALL A 1D4B7 ; NFKC_CF; 0062 # L& MATHEMATICAL SCRIPT SMALL B 1D4B8 ; NFKC_CF; 0063 # L& MATHEMATICAL SCRIPT SMALL C 1D4B9 ; NFKC_CF; 0064 # L& MATHEMATICAL SCRIPT SMALL D 1D4BB ; NFKC_CF; 0066 # L& MATHEMATICAL SCRIPT SMALL F 1D4BD ; NFKC_CF; 0068 # L& MATHEMATICAL SCRIPT SMALL H 1D4BE ; NFKC_CF; 0069 # L& MATHEMATICAL SCRIPT SMALL I 1D4BF ; NFKC_CF; 006A # L& MATHEMATICAL SCRIPT SMALL J 1D4C0 ; NFKC_CF; 006B # L& MATHEMATICAL SCRIPT SMALL K 1D4C1 ; NFKC_CF; 006C # L& MATHEMATICAL SCRIPT SMALL L 1D4C2 ; NFKC_CF; 006D # L& MATHEMATICAL SCRIPT SMALL M 1D4C3 ; NFKC_CF; 006E # L& MATHEMATICAL SCRIPT SMALL N 1D4C5 ; NFKC_CF; 0070 # L& MATHEMATICAL SCRIPT SMALL P 1D4C6 ; NFKC_CF; 0071 # L& MATHEMATICAL SCRIPT SMALL Q 1D4C7 ; NFKC_CF; 0072 # L& MATHEMATICAL SCRIPT SMALL R 1D4C8 ; NFKC_CF; 0073 # L& MATHEMATICAL SCRIPT SMALL S 1D4C9 ; NFKC_CF; 0074 # L& MATHEMATICAL SCRIPT SMALL T 1D4CA ; NFKC_CF; 0075 # L& MATHEMATICAL SCRIPT SMALL U 1D4CB ; NFKC_CF; 0076 # L& MATHEMATICAL SCRIPT SMALL V 1D4CC ; NFKC_CF; 0077 # L& MATHEMATICAL SCRIPT SMALL W 1D4CD ; NFKC_CF; 0078 # L& MATHEMATICAL SCRIPT SMALL X 1D4CE ; NFKC_CF; 0079 # L& MATHEMATICAL SCRIPT SMALL Y 1D4CF ; NFKC_CF; 007A # L& MATHEMATICAL SCRIPT SMALL Z 1D4D0 ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD SCRIPT CAPITAL A 1D4D1 ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD SCRIPT CAPITAL B 1D4D2 ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD SCRIPT CAPITAL C 1D4D3 ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD SCRIPT CAPITAL D 1D4D4 ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD SCRIPT CAPITAL E 1D4D5 ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD SCRIPT CAPITAL F 1D4D6 ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD SCRIPT CAPITAL G 1D4D7 ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD SCRIPT CAPITAL H 1D4D8 ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD SCRIPT CAPITAL I 1D4D9 ; NFKC_CF; 006A # L& MATHEMATICAL BOLD SCRIPT CAPITAL J 1D4DA ; NFKC_CF; 006B # L& MATHEMATICAL BOLD SCRIPT CAPITAL K 1D4DB ; NFKC_CF; 006C # L& MATHEMATICAL BOLD SCRIPT CAPITAL L 1D4DC ; NFKC_CF; 006D # L& MATHEMATICAL BOLD SCRIPT CAPITAL M 1D4DD ; NFKC_CF; 006E # L& MATHEMATICAL BOLD SCRIPT CAPITAL N 1D4DE ; NFKC_CF; 006F # L& MATHEMATICAL BOLD SCRIPT CAPITAL O 1D4DF ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD SCRIPT CAPITAL P 1D4E0 ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD SCRIPT CAPITAL Q 1D4E1 ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD SCRIPT CAPITAL R 1D4E2 ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD SCRIPT CAPITAL S 1D4E3 ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD SCRIPT CAPITAL T 1D4E4 ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD SCRIPT CAPITAL U 1D4E5 ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD SCRIPT CAPITAL V 1D4E6 ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD SCRIPT CAPITAL W 1D4E7 ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD SCRIPT CAPITAL X 1D4E8 ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD SCRIPT CAPITAL Y 1D4E9 ; NFKC_CF; 007A # L& MATHEMATICAL BOLD SCRIPT CAPITAL Z 1D4EA ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD SCRIPT SMALL A 1D4EB ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD SCRIPT SMALL B 1D4EC ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD SCRIPT SMALL C 1D4ED ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD SCRIPT SMALL D 1D4EE ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD SCRIPT SMALL E 1D4EF ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD SCRIPT SMALL F 1D4F0 ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD SCRIPT SMALL G 1D4F1 ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD SCRIPT SMALL H 1D4F2 ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD SCRIPT SMALL I 1D4F3 ; NFKC_CF; 006A # L& MATHEMATICAL BOLD SCRIPT SMALL J 1D4F4 ; NFKC_CF; 006B # L& MATHEMATICAL BOLD SCRIPT SMALL K 1D4F5 ; NFKC_CF; 006C # L& MATHEMATICAL BOLD SCRIPT SMALL L 1D4F6 ; NFKC_CF; 006D # L& MATHEMATICAL BOLD SCRIPT SMALL M 1D4F7 ; NFKC_CF; 006E # L& MATHEMATICAL BOLD SCRIPT SMALL N 1D4F8 ; NFKC_CF; 006F # L& MATHEMATICAL BOLD SCRIPT SMALL O 1D4F9 ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD SCRIPT SMALL P 1D4FA ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD SCRIPT SMALL Q 1D4FB ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD SCRIPT SMALL R 1D4FC ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD SCRIPT SMALL S 1D4FD ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD SCRIPT SMALL T 1D4FE ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD SCRIPT SMALL U 1D4FF ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD SCRIPT SMALL V 1D500 ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD SCRIPT SMALL W 1D501 ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD SCRIPT SMALL X 1D502 ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD SCRIPT SMALL Y 1D503 ; NFKC_CF; 007A # L& MATHEMATICAL BOLD SCRIPT SMALL Z 1D504 ; NFKC_CF; 0061 # L& MATHEMATICAL FRAKTUR CAPITAL A 1D505 ; NFKC_CF; 0062 # L& MATHEMATICAL FRAKTUR CAPITAL B 1D507 ; NFKC_CF; 0064 # L& MATHEMATICAL FRAKTUR CAPITAL D 1D508 ; NFKC_CF; 0065 # L& MATHEMATICAL FRAKTUR CAPITAL E 1D509 ; NFKC_CF; 0066 # L& MATHEMATICAL FRAKTUR CAPITAL F 1D50A ; NFKC_CF; 0067 # L& MATHEMATICAL FRAKTUR CAPITAL G 1D50D ; NFKC_CF; 006A # L& MATHEMATICAL FRAKTUR CAPITAL J 1D50E ; NFKC_CF; 006B # L& MATHEMATICAL FRAKTUR CAPITAL K 1D50F ; NFKC_CF; 006C # L& MATHEMATICAL FRAKTUR CAPITAL L 1D510 ; NFKC_CF; 006D # L& MATHEMATICAL FRAKTUR CAPITAL M 1D511 ; NFKC_CF; 006E # L& MATHEMATICAL FRAKTUR CAPITAL N 1D512 ; NFKC_CF; 006F # L& MATHEMATICAL FRAKTUR CAPITAL O 1D513 ; NFKC_CF; 0070 # L& MATHEMATICAL FRAKTUR CAPITAL P 1D514 ; NFKC_CF; 0071 # L& MATHEMATICAL FRAKTUR CAPITAL Q 1D516 ; NFKC_CF; 0073 # L& MATHEMATICAL FRAKTUR CAPITAL S 1D517 ; NFKC_CF; 0074 # L& MATHEMATICAL FRAKTUR CAPITAL T 1D518 ; NFKC_CF; 0075 # L& MATHEMATICAL FRAKTUR CAPITAL U 1D519 ; NFKC_CF; 0076 # L& MATHEMATICAL FRAKTUR CAPITAL V 1D51A ; NFKC_CF; 0077 # L& MATHEMATICAL FRAKTUR CAPITAL W 1D51B ; NFKC_CF; 0078 # L& MATHEMATICAL FRAKTUR CAPITAL X 1D51C ; NFKC_CF; 0079 # L& MATHEMATICAL FRAKTUR CAPITAL Y 1D51E ; NFKC_CF; 0061 # L& MATHEMATICAL FRAKTUR SMALL A 1D51F ; NFKC_CF; 0062 # L& MATHEMATICAL FRAKTUR SMALL B 1D520 ; NFKC_CF; 0063 # L& MATHEMATICAL FRAKTUR SMALL C 1D521 ; NFKC_CF; 0064 # L& MATHEMATICAL FRAKTUR SMALL D 1D522 ; NFKC_CF; 0065 # L& MATHEMATICAL FRAKTUR SMALL E 1D523 ; NFKC_CF; 0066 # L& MATHEMATICAL FRAKTUR SMALL F 1D524 ; NFKC_CF; 0067 # L& MATHEMATICAL FRAKTUR SMALL G 1D525 ; NFKC_CF; 0068 # L& MATHEMATICAL FRAKTUR SMALL H 1D526 ; NFKC_CF; 0069 # L& MATHEMATICAL FRAKTUR SMALL I 1D527 ; NFKC_CF; 006A # L& MATHEMATICAL FRAKTUR SMALL J 1D528 ; NFKC_CF; 006B # L& MATHEMATICAL FRAKTUR SMALL K 1D529 ; NFKC_CF; 006C # L& MATHEMATICAL FRAKTUR SMALL L 1D52A ; NFKC_CF; 006D # L& MATHEMATICAL FRAKTUR SMALL M 1D52B ; NFKC_CF; 006E # L& MATHEMATICAL FRAKTUR SMALL N 1D52C ; NFKC_CF; 006F # L& MATHEMATICAL FRAKTUR SMALL O 1D52D ; NFKC_CF; 0070 # L& MATHEMATICAL FRAKTUR SMALL P 1D52E ; NFKC_CF; 0071 # L& MATHEMATICAL FRAKTUR SMALL Q 1D52F ; NFKC_CF; 0072 # L& MATHEMATICAL FRAKTUR SMALL R 1D530 ; NFKC_CF; 0073 # L& MATHEMATICAL FRAKTUR SMALL S 1D531 ; NFKC_CF; 0074 # L& MATHEMATICAL FRAKTUR SMALL T 1D532 ; NFKC_CF; 0075 # L& MATHEMATICAL FRAKTUR SMALL U 1D533 ; NFKC_CF; 0076 # L& MATHEMATICAL FRAKTUR SMALL V 1D534 ; NFKC_CF; 0077 # L& MATHEMATICAL FRAKTUR SMALL W 1D535 ; NFKC_CF; 0078 # L& MATHEMATICAL FRAKTUR SMALL X 1D536 ; NFKC_CF; 0079 # L& MATHEMATICAL FRAKTUR SMALL Y 1D537 ; NFKC_CF; 007A # L& MATHEMATICAL FRAKTUR SMALL Z 1D538 ; NFKC_CF; 0061 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL A 1D539 ; NFKC_CF; 0062 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53B ; NFKC_CF; 0064 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL D 1D53C ; NFKC_CF; 0065 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL E 1D53D ; NFKC_CF; 0066 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL F 1D53E ; NFKC_CF; 0067 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D540 ; NFKC_CF; 0069 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL I 1D541 ; NFKC_CF; 006A # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL J 1D542 ; NFKC_CF; 006B # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL K 1D543 ; NFKC_CF; 006C # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL L 1D544 ; NFKC_CF; 006D # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D546 ; NFKC_CF; 006F # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D54A ; NFKC_CF; 0073 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL S 1D54B ; NFKC_CF; 0074 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL T 1D54C ; NFKC_CF; 0075 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL U 1D54D ; NFKC_CF; 0076 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL V 1D54E ; NFKC_CF; 0077 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL W 1D54F ; NFKC_CF; 0078 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL X 1D550 ; NFKC_CF; 0079 # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D552 ; NFKC_CF; 0061 # L& MATHEMATICAL DOUBLE-STRUCK SMALL A 1D553 ; NFKC_CF; 0062 # L& MATHEMATICAL DOUBLE-STRUCK SMALL B 1D554 ; NFKC_CF; 0063 # L& MATHEMATICAL DOUBLE-STRUCK SMALL C 1D555 ; NFKC_CF; 0064 # L& MATHEMATICAL DOUBLE-STRUCK SMALL D 1D556 ; NFKC_CF; 0065 # L& MATHEMATICAL DOUBLE-STRUCK SMALL E 1D557 ; NFKC_CF; 0066 # L& MATHEMATICAL DOUBLE-STRUCK SMALL F 1D558 ; NFKC_CF; 0067 # L& MATHEMATICAL DOUBLE-STRUCK SMALL G 1D559 ; NFKC_CF; 0068 # L& MATHEMATICAL DOUBLE-STRUCK SMALL H 1D55A ; NFKC_CF; 0069 # L& MATHEMATICAL DOUBLE-STRUCK SMALL I 1D55B ; NFKC_CF; 006A # L& MATHEMATICAL DOUBLE-STRUCK SMALL J 1D55C ; NFKC_CF; 006B # L& MATHEMATICAL DOUBLE-STRUCK SMALL K 1D55D ; NFKC_CF; 006C # L& MATHEMATICAL DOUBLE-STRUCK SMALL L 1D55E ; NFKC_CF; 006D # L& MATHEMATICAL DOUBLE-STRUCK SMALL M 1D55F ; NFKC_CF; 006E # L& MATHEMATICAL DOUBLE-STRUCK SMALL N 1D560 ; NFKC_CF; 006F # L& MATHEMATICAL DOUBLE-STRUCK SMALL O 1D561 ; NFKC_CF; 0070 # L& MATHEMATICAL DOUBLE-STRUCK SMALL P 1D562 ; NFKC_CF; 0071 # L& MATHEMATICAL DOUBLE-STRUCK SMALL Q 1D563 ; NFKC_CF; 0072 # L& MATHEMATICAL DOUBLE-STRUCK SMALL R 1D564 ; NFKC_CF; 0073 # L& MATHEMATICAL DOUBLE-STRUCK SMALL S 1D565 ; NFKC_CF; 0074 # L& MATHEMATICAL DOUBLE-STRUCK SMALL T 1D566 ; NFKC_CF; 0075 # L& MATHEMATICAL DOUBLE-STRUCK SMALL U 1D567 ; NFKC_CF; 0076 # L& MATHEMATICAL DOUBLE-STRUCK SMALL V 1D568 ; NFKC_CF; 0077 # L& MATHEMATICAL DOUBLE-STRUCK SMALL W 1D569 ; NFKC_CF; 0078 # L& MATHEMATICAL DOUBLE-STRUCK SMALL X 1D56A ; NFKC_CF; 0079 # L& MATHEMATICAL DOUBLE-STRUCK SMALL Y 1D56B ; NFKC_CF; 007A # L& MATHEMATICAL DOUBLE-STRUCK SMALL Z 1D56C ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL A 1D56D ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL B 1D56E ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL C 1D56F ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL D 1D570 ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL E 1D571 ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL F 1D572 ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL G 1D573 ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL H 1D574 ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL I 1D575 ; NFKC_CF; 006A # L& MATHEMATICAL BOLD FRAKTUR CAPITAL J 1D576 ; NFKC_CF; 006B # L& MATHEMATICAL BOLD FRAKTUR CAPITAL K 1D577 ; NFKC_CF; 006C # L& MATHEMATICAL BOLD FRAKTUR CAPITAL L 1D578 ; NFKC_CF; 006D # L& MATHEMATICAL BOLD FRAKTUR CAPITAL M 1D579 ; NFKC_CF; 006E # L& MATHEMATICAL BOLD FRAKTUR CAPITAL N 1D57A ; NFKC_CF; 006F # L& MATHEMATICAL BOLD FRAKTUR CAPITAL O 1D57B ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL P 1D57C ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL Q 1D57D ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL R 1D57E ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL S 1D57F ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL T 1D580 ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL U 1D581 ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL V 1D582 ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL W 1D583 ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL X 1D584 ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD FRAKTUR CAPITAL Y 1D585 ; NFKC_CF; 007A # L& MATHEMATICAL BOLD FRAKTUR CAPITAL Z 1D586 ; NFKC_CF; 0061 # L& MATHEMATICAL BOLD FRAKTUR SMALL A 1D587 ; NFKC_CF; 0062 # L& MATHEMATICAL BOLD FRAKTUR SMALL B 1D588 ; NFKC_CF; 0063 # L& MATHEMATICAL BOLD FRAKTUR SMALL C 1D589 ; NFKC_CF; 0064 # L& MATHEMATICAL BOLD FRAKTUR SMALL D 1D58A ; NFKC_CF; 0065 # L& MATHEMATICAL BOLD FRAKTUR SMALL E 1D58B ; NFKC_CF; 0066 # L& MATHEMATICAL BOLD FRAKTUR SMALL F 1D58C ; NFKC_CF; 0067 # L& MATHEMATICAL BOLD FRAKTUR SMALL G 1D58D ; NFKC_CF; 0068 # L& MATHEMATICAL BOLD FRAKTUR SMALL H 1D58E ; NFKC_CF; 0069 # L& MATHEMATICAL BOLD FRAKTUR SMALL I 1D58F ; NFKC_CF; 006A # L& MATHEMATICAL BOLD FRAKTUR SMALL J 1D590 ; NFKC_CF; 006B # L& MATHEMATICAL BOLD FRAKTUR SMALL K 1D591 ; NFKC_CF; 006C # L& MATHEMATICAL BOLD FRAKTUR SMALL L 1D592 ; NFKC_CF; 006D # L& MATHEMATICAL BOLD FRAKTUR SMALL M 1D593 ; NFKC_CF; 006E # L& MATHEMATICAL BOLD FRAKTUR SMALL N 1D594 ; NFKC_CF; 006F # L& MATHEMATICAL BOLD FRAKTUR SMALL O 1D595 ; NFKC_CF; 0070 # L& MATHEMATICAL BOLD FRAKTUR SMALL P 1D596 ; NFKC_CF; 0071 # L& MATHEMATICAL BOLD FRAKTUR SMALL Q 1D597 ; NFKC_CF; 0072 # L& MATHEMATICAL BOLD FRAKTUR SMALL R 1D598 ; NFKC_CF; 0073 # L& MATHEMATICAL BOLD FRAKTUR SMALL S 1D599 ; NFKC_CF; 0074 # L& MATHEMATICAL BOLD FRAKTUR SMALL T 1D59A ; NFKC_CF; 0075 # L& MATHEMATICAL BOLD FRAKTUR SMALL U 1D59B ; NFKC_CF; 0076 # L& MATHEMATICAL BOLD FRAKTUR SMALL V 1D59C ; NFKC_CF; 0077 # L& MATHEMATICAL BOLD FRAKTUR SMALL W 1D59D ; NFKC_CF; 0078 # L& MATHEMATICAL BOLD FRAKTUR SMALL X 1D59E ; NFKC_CF; 0079 # L& MATHEMATICAL BOLD FRAKTUR SMALL Y 1D59F ; NFKC_CF; 007A # L& MATHEMATICAL BOLD FRAKTUR SMALL Z 1D5A0 ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF CAPITAL A 1D5A1 ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF CAPITAL B 1D5A2 ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF CAPITAL C 1D5A3 ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF CAPITAL D 1D5A4 ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF CAPITAL E 1D5A5 ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF CAPITAL F 1D5A6 ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF CAPITAL G 1D5A7 ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF CAPITAL H 1D5A8 ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF CAPITAL I 1D5A9 ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF CAPITAL J 1D5AA ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF CAPITAL K 1D5AB ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF CAPITAL L 1D5AC ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF CAPITAL M 1D5AD ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF CAPITAL N 1D5AE ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF CAPITAL O 1D5AF ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF CAPITAL P 1D5B0 ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF CAPITAL Q 1D5B1 ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF CAPITAL R 1D5B2 ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF CAPITAL S 1D5B3 ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF CAPITAL T 1D5B4 ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF CAPITAL U 1D5B5 ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF CAPITAL V 1D5B6 ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF CAPITAL W 1D5B7 ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF CAPITAL X 1D5B8 ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF CAPITAL Y 1D5B9 ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF CAPITAL Z 1D5BA ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF SMALL A 1D5BB ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF SMALL B 1D5BC ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF SMALL C 1D5BD ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF SMALL D 1D5BE ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF SMALL E 1D5BF ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF SMALL F 1D5C0 ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF SMALL G 1D5C1 ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF SMALL H 1D5C2 ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF SMALL I 1D5C3 ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF SMALL J 1D5C4 ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF SMALL K 1D5C5 ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF SMALL L 1D5C6 ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF SMALL M 1D5C7 ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF SMALL N 1D5C8 ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF SMALL O 1D5C9 ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF SMALL P 1D5CA ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF SMALL Q 1D5CB ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF SMALL R 1D5CC ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF SMALL S 1D5CD ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF SMALL T 1D5CE ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF SMALL U 1D5CF ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF SMALL V 1D5D0 ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF SMALL W 1D5D1 ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF SMALL X 1D5D2 ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF SMALL Y 1D5D3 ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF SMALL Z 1D5D4 ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL A 1D5D5 ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL B 1D5D6 ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL C 1D5D7 ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL D 1D5D8 ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL E 1D5D9 ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL F 1D5DA ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL G 1D5DB ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL H 1D5DC ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL I 1D5DD ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL J 1D5DE ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL K 1D5DF ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL L 1D5E0 ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL M 1D5E1 ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL N 1D5E2 ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL O 1D5E3 ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL P 1D5E4 ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL Q 1D5E5 ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL R 1D5E6 ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL S 1D5E7 ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL T 1D5E8 ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL U 1D5E9 ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL V 1D5EA ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL W 1D5EB ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL X 1D5EC ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL Y 1D5ED ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL Z 1D5EE ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF BOLD SMALL A 1D5EF ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF BOLD SMALL B 1D5F0 ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF BOLD SMALL C 1D5F1 ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF BOLD SMALL D 1D5F2 ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF BOLD SMALL E 1D5F3 ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF BOLD SMALL F 1D5F4 ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF BOLD SMALL G 1D5F5 ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF BOLD SMALL H 1D5F6 ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF BOLD SMALL I 1D5F7 ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF BOLD SMALL J 1D5F8 ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF BOLD SMALL K 1D5F9 ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF BOLD SMALL L 1D5FA ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF BOLD SMALL M 1D5FB ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF BOLD SMALL N 1D5FC ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF BOLD SMALL O 1D5FD ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF BOLD SMALL P 1D5FE ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF BOLD SMALL Q 1D5FF ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF BOLD SMALL R 1D600 ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF BOLD SMALL S 1D601 ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF BOLD SMALL T 1D602 ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF BOLD SMALL U 1D603 ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF BOLD SMALL V 1D604 ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF BOLD SMALL W 1D605 ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF BOLD SMALL X 1D606 ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF BOLD SMALL Y 1D607 ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF BOLD SMALL Z 1D608 ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL A 1D609 ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL B 1D60A ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL C 1D60B ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL D 1D60C ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL E 1D60D ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL F 1D60E ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL G 1D60F ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL H 1D610 ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL I 1D611 ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL J 1D612 ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL K 1D613 ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL L 1D614 ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL M 1D615 ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL N 1D616 ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL O 1D617 ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL P 1D618 ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q 1D619 ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL R 1D61A ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL S 1D61B ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL T 1D61C ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL U 1D61D ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL V 1D61E ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL W 1D61F ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL X 1D620 ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y 1D621 ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z 1D622 ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL A 1D623 ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL B 1D624 ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL C 1D625 ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL D 1D626 ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL E 1D627 ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL F 1D628 ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL G 1D629 ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL H 1D62A ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL I 1D62B ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF ITALIC SMALL J 1D62C ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF ITALIC SMALL K 1D62D ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF ITALIC SMALL L 1D62E ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF ITALIC SMALL M 1D62F ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF ITALIC SMALL N 1D630 ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF ITALIC SMALL O 1D631 ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL P 1D632 ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL Q 1D633 ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL R 1D634 ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL S 1D635 ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL T 1D636 ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL U 1D637 ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL V 1D638 ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL W 1D639 ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL X 1D63A ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF ITALIC SMALL Y 1D63B ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF ITALIC SMALL Z 1D63C ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A 1D63D ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B 1D63E ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C 1D63F ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D 1D640 ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E 1D641 ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F 1D642 ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G 1D643 ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H 1D644 ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I 1D645 ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J 1D646 ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K 1D647 ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L 1D648 ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M 1D649 ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N 1D64A ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O 1D64B ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P 1D64C ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q 1D64D ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R 1D64E ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S 1D64F ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T 1D650 ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U 1D651 ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V 1D652 ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W 1D653 ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X 1D654 ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y 1D655 ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z 1D656 ; NFKC_CF; 0061 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A 1D657 ; NFKC_CF; 0062 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B 1D658 ; NFKC_CF; 0063 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C 1D659 ; NFKC_CF; 0064 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D 1D65A ; NFKC_CF; 0065 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E 1D65B ; NFKC_CF; 0066 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F 1D65C ; NFKC_CF; 0067 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G 1D65D ; NFKC_CF; 0068 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H 1D65E ; NFKC_CF; 0069 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I 1D65F ; NFKC_CF; 006A # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J 1D660 ; NFKC_CF; 006B # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K 1D661 ; NFKC_CF; 006C # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L 1D662 ; NFKC_CF; 006D # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M 1D663 ; NFKC_CF; 006E # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N 1D664 ; NFKC_CF; 006F # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O 1D665 ; NFKC_CF; 0070 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P 1D666 ; NFKC_CF; 0071 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q 1D667 ; NFKC_CF; 0072 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R 1D668 ; NFKC_CF; 0073 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S 1D669 ; NFKC_CF; 0074 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T 1D66A ; NFKC_CF; 0075 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U 1D66B ; NFKC_CF; 0076 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V 1D66C ; NFKC_CF; 0077 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W 1D66D ; NFKC_CF; 0078 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X 1D66E ; NFKC_CF; 0079 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y 1D66F ; NFKC_CF; 007A # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z 1D670 ; NFKC_CF; 0061 # L& MATHEMATICAL MONOSPACE CAPITAL A 1D671 ; NFKC_CF; 0062 # L& MATHEMATICAL MONOSPACE CAPITAL B 1D672 ; NFKC_CF; 0063 # L& MATHEMATICAL MONOSPACE CAPITAL C 1D673 ; NFKC_CF; 0064 # L& MATHEMATICAL MONOSPACE CAPITAL D 1D674 ; NFKC_CF; 0065 # L& MATHEMATICAL MONOSPACE CAPITAL E 1D675 ; NFKC_CF; 0066 # L& MATHEMATICAL MONOSPACE CAPITAL F 1D676 ; NFKC_CF; 0067 # L& MATHEMATICAL MONOSPACE CAPITAL G 1D677 ; NFKC_CF; 0068 # L& MATHEMATICAL MONOSPACE CAPITAL H 1D678 ; NFKC_CF; 0069 # L& MATHEMATICAL MONOSPACE CAPITAL I 1D679 ; NFKC_CF; 006A # L& MATHEMATICAL MONOSPACE CAPITAL J 1D67A ; NFKC_CF; 006B # L& MATHEMATICAL MONOSPACE CAPITAL K 1D67B ; NFKC_CF; 006C # L& MATHEMATICAL MONOSPACE CAPITAL L 1D67C ; NFKC_CF; 006D # L& MATHEMATICAL MONOSPACE CAPITAL M 1D67D ; NFKC_CF; 006E # L& MATHEMATICAL MONOSPACE CAPITAL N 1D67E ; NFKC_CF; 006F # L& MATHEMATICAL MONOSPACE CAPITAL O 1D67F ; NFKC_CF; 0070 # L& MATHEMATICAL MONOSPACE CAPITAL P 1D680 ; NFKC_CF; 0071 # L& MATHEMATICAL MONOSPACE CAPITAL Q 1D681 ; NFKC_CF; 0072 # L& MATHEMATICAL MONOSPACE CAPITAL R 1D682 ; NFKC_CF; 0073 # L& MATHEMATICAL MONOSPACE CAPITAL S 1D683 ; NFKC_CF; 0074 # L& MATHEMATICAL MONOSPACE CAPITAL T 1D684 ; NFKC_CF; 0075 # L& MATHEMATICAL MONOSPACE CAPITAL U 1D685 ; NFKC_CF; 0076 # L& MATHEMATICAL MONOSPACE CAPITAL V 1D686 ; NFKC_CF; 0077 # L& MATHEMATICAL MONOSPACE CAPITAL W 1D687 ; NFKC_CF; 0078 # L& MATHEMATICAL MONOSPACE CAPITAL X 1D688 ; NFKC_CF; 0079 # L& MATHEMATICAL MONOSPACE CAPITAL Y 1D689 ; NFKC_CF; 007A # L& MATHEMATICAL MONOSPACE CAPITAL Z 1D68A ; NFKC_CF; 0061 # L& MATHEMATICAL MONOSPACE SMALL A 1D68B ; NFKC_CF; 0062 # L& MATHEMATICAL MONOSPACE SMALL B 1D68C ; NFKC_CF; 0063 # L& MATHEMATICAL MONOSPACE SMALL C 1D68D ; NFKC_CF; 0064 # L& MATHEMATICAL MONOSPACE SMALL D 1D68E ; NFKC_CF; 0065 # L& MATHEMATICAL MONOSPACE SMALL E 1D68F ; NFKC_CF; 0066 # L& MATHEMATICAL MONOSPACE SMALL F 1D690 ; NFKC_CF; 0067 # L& MATHEMATICAL MONOSPACE SMALL G 1D691 ; NFKC_CF; 0068 # L& MATHEMATICAL MONOSPACE SMALL H 1D692 ; NFKC_CF; 0069 # L& MATHEMATICAL MONOSPACE SMALL I 1D693 ; NFKC_CF; 006A # L& MATHEMATICAL MONOSPACE SMALL J 1D694 ; NFKC_CF; 006B # L& MATHEMATICAL MONOSPACE SMALL K 1D695 ; NFKC_CF; 006C # L& MATHEMATICAL MONOSPACE SMALL L 1D696 ; NFKC_CF; 006D # L& MATHEMATICAL MONOSPACE SMALL M 1D697 ; NFKC_CF; 006E # L& MATHEMATICAL MONOSPACE SMALL N 1D698 ; NFKC_CF; 006F # L& MATHEMATICAL MONOSPACE SMALL O 1D699 ; NFKC_CF; 0070 # L& MATHEMATICAL MONOSPACE SMALL P 1D69A ; NFKC_CF; 0071 # L& MATHEMATICAL MONOSPACE SMALL Q 1D69B ; NFKC_CF; 0072 # L& MATHEMATICAL MONOSPACE SMALL R 1D69C ; NFKC_CF; 0073 # L& MATHEMATICAL MONOSPACE SMALL S 1D69D ; NFKC_CF; 0074 # L& MATHEMATICAL MONOSPACE SMALL T 1D69E ; NFKC_CF; 0075 # L& MATHEMATICAL MONOSPACE SMALL U 1D69F ; NFKC_CF; 0076 # L& MATHEMATICAL MONOSPACE SMALL V 1D6A0 ; NFKC_CF; 0077 # L& MATHEMATICAL MONOSPACE SMALL W 1D6A1 ; NFKC_CF; 0078 # L& MATHEMATICAL MONOSPACE SMALL X 1D6A2 ; NFKC_CF; 0079 # L& MATHEMATICAL MONOSPACE SMALL Y 1D6A3 ; NFKC_CF; 007A # L& MATHEMATICAL MONOSPACE SMALL Z 1D6A4 ; NFKC_CF; 0131 # L& MATHEMATICAL ITALIC SMALL DOTLESS I 1D6A5 ; NFKC_CF; 0237 # L& MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8 ; NFKC_CF; 03B1 # L& MATHEMATICAL BOLD CAPITAL ALPHA 1D6A9 ; NFKC_CF; 03B2 # L& MATHEMATICAL BOLD CAPITAL BETA 1D6AA ; NFKC_CF; 03B3 # L& MATHEMATICAL BOLD CAPITAL GAMMA 1D6AB ; NFKC_CF; 03B4 # L& MATHEMATICAL BOLD CAPITAL DELTA 1D6AC ; NFKC_CF; 03B5 # L& MATHEMATICAL BOLD CAPITAL EPSILON 1D6AD ; NFKC_CF; 03B6 # L& MATHEMATICAL BOLD CAPITAL ZETA 1D6AE ; NFKC_CF; 03B7 # L& MATHEMATICAL BOLD CAPITAL ETA 1D6AF ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD CAPITAL THETA 1D6B0 ; NFKC_CF; 03B9 # L& MATHEMATICAL BOLD CAPITAL IOTA 1D6B1 ; NFKC_CF; 03BA # L& MATHEMATICAL BOLD CAPITAL KAPPA 1D6B2 ; NFKC_CF; 03BB # L& MATHEMATICAL BOLD CAPITAL LAMDA 1D6B3 ; NFKC_CF; 03BC # L& MATHEMATICAL BOLD CAPITAL MU 1D6B4 ; NFKC_CF; 03BD # L& MATHEMATICAL BOLD CAPITAL NU 1D6B5 ; NFKC_CF; 03BE # L& MATHEMATICAL BOLD CAPITAL XI 1D6B6 ; NFKC_CF; 03BF # L& MATHEMATICAL BOLD CAPITAL OMICRON 1D6B7 ; NFKC_CF; 03C0 # L& MATHEMATICAL BOLD CAPITAL PI 1D6B8 ; NFKC_CF; 03C1 # L& MATHEMATICAL BOLD CAPITAL RHO 1D6B9 ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD CAPITAL THETA SYMBOL 1D6BA ; NFKC_CF; 03C3 # L& MATHEMATICAL BOLD CAPITAL SIGMA 1D6BB ; NFKC_CF; 03C4 # L& MATHEMATICAL BOLD CAPITAL TAU 1D6BC ; NFKC_CF; 03C5 # L& MATHEMATICAL BOLD CAPITAL UPSILON 1D6BD ; NFKC_CF; 03C6 # L& MATHEMATICAL BOLD CAPITAL PHI 1D6BE ; NFKC_CF; 03C7 # L& MATHEMATICAL BOLD CAPITAL CHI 1D6BF ; NFKC_CF; 03C8 # L& MATHEMATICAL BOLD CAPITAL PSI 1D6C0 ; NFKC_CF; 03C9 # L& MATHEMATICAL BOLD CAPITAL OMEGA 1D6C1 ; NFKC_CF; 2207 # Sm MATHEMATICAL BOLD NABLA 1D6C2 ; NFKC_CF; 03B1 # L& MATHEMATICAL BOLD SMALL ALPHA 1D6C3 ; NFKC_CF; 03B2 # L& MATHEMATICAL BOLD SMALL BETA 1D6C4 ; NFKC_CF; 03B3 # L& MATHEMATICAL BOLD SMALL GAMMA 1D6C5 ; NFKC_CF; 03B4 # L& MATHEMATICAL BOLD SMALL DELTA 1D6C6 ; NFKC_CF; 03B5 # L& MATHEMATICAL BOLD SMALL EPSILON 1D6C7 ; NFKC_CF; 03B6 # L& MATHEMATICAL BOLD SMALL ZETA 1D6C8 ; NFKC_CF; 03B7 # L& MATHEMATICAL BOLD SMALL ETA 1D6C9 ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD SMALL THETA 1D6CA ; NFKC_CF; 03B9 # L& MATHEMATICAL BOLD SMALL IOTA 1D6CB ; NFKC_CF; 03BA # L& MATHEMATICAL BOLD SMALL KAPPA 1D6CC ; NFKC_CF; 03BB # L& MATHEMATICAL BOLD SMALL LAMDA 1D6CD ; NFKC_CF; 03BC # L& MATHEMATICAL BOLD SMALL MU 1D6CE ; NFKC_CF; 03BD # L& MATHEMATICAL BOLD SMALL NU 1D6CF ; NFKC_CF; 03BE # L& MATHEMATICAL BOLD SMALL XI 1D6D0 ; NFKC_CF; 03BF # L& MATHEMATICAL BOLD SMALL OMICRON 1D6D1 ; NFKC_CF; 03C0 # L& MATHEMATICAL BOLD SMALL PI 1D6D2 ; NFKC_CF; 03C1 # L& MATHEMATICAL BOLD SMALL RHO 1D6D3..1D6D4 ; NFKC_CF; 03C3 # L& [2] MATHEMATICAL BOLD SMALL FINAL SIGMA..MATHEMATICAL BOLD SMALL SIGMA 1D6D5 ; NFKC_CF; 03C4 # L& MATHEMATICAL BOLD SMALL TAU 1D6D6 ; NFKC_CF; 03C5 # L& MATHEMATICAL BOLD SMALL UPSILON 1D6D7 ; NFKC_CF; 03C6 # L& MATHEMATICAL BOLD SMALL PHI 1D6D8 ; NFKC_CF; 03C7 # L& MATHEMATICAL BOLD SMALL CHI 1D6D9 ; NFKC_CF; 03C8 # L& MATHEMATICAL BOLD SMALL PSI 1D6DA ; NFKC_CF; 03C9 # L& MATHEMATICAL BOLD SMALL OMEGA 1D6DB ; NFKC_CF; 2202 # Sm MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 1D6DC ; NFKC_CF; 03B5 # L& MATHEMATICAL BOLD EPSILON SYMBOL 1D6DD ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD THETA SYMBOL 1D6DE ; NFKC_CF; 03BA # L& MATHEMATICAL BOLD KAPPA SYMBOL 1D6DF ; NFKC_CF; 03C6 # L& MATHEMATICAL BOLD PHI SYMBOL 1D6E0 ; NFKC_CF; 03C1 # L& MATHEMATICAL BOLD RHO SYMBOL 1D6E1 ; NFKC_CF; 03C0 # L& MATHEMATICAL BOLD PI SYMBOL 1D6E2 ; NFKC_CF; 03B1 # L& MATHEMATICAL ITALIC CAPITAL ALPHA 1D6E3 ; NFKC_CF; 03B2 # L& MATHEMATICAL ITALIC CAPITAL BETA 1D6E4 ; NFKC_CF; 03B3 # L& MATHEMATICAL ITALIC CAPITAL GAMMA 1D6E5 ; NFKC_CF; 03B4 # L& MATHEMATICAL ITALIC CAPITAL DELTA 1D6E6 ; NFKC_CF; 03B5 # L& MATHEMATICAL ITALIC CAPITAL EPSILON 1D6E7 ; NFKC_CF; 03B6 # L& MATHEMATICAL ITALIC CAPITAL ZETA 1D6E8 ; NFKC_CF; 03B7 # L& MATHEMATICAL ITALIC CAPITAL ETA 1D6E9 ; NFKC_CF; 03B8 # L& MATHEMATICAL ITALIC CAPITAL THETA 1D6EA ; NFKC_CF; 03B9 # L& MATHEMATICAL ITALIC CAPITAL IOTA 1D6EB ; NFKC_CF; 03BA # L& MATHEMATICAL ITALIC CAPITAL KAPPA 1D6EC ; NFKC_CF; 03BB # L& MATHEMATICAL ITALIC CAPITAL LAMDA 1D6ED ; NFKC_CF; 03BC # L& MATHEMATICAL ITALIC CAPITAL MU 1D6EE ; NFKC_CF; 03BD # L& MATHEMATICAL ITALIC CAPITAL NU 1D6EF ; NFKC_CF; 03BE # L& MATHEMATICAL ITALIC CAPITAL XI 1D6F0 ; NFKC_CF; 03BF # L& MATHEMATICAL ITALIC CAPITAL OMICRON 1D6F1 ; NFKC_CF; 03C0 # L& MATHEMATICAL ITALIC CAPITAL PI 1D6F2 ; NFKC_CF; 03C1 # L& MATHEMATICAL ITALIC CAPITAL RHO 1D6F3 ; NFKC_CF; 03B8 # L& MATHEMATICAL ITALIC CAPITAL THETA SYMBOL 1D6F4 ; NFKC_CF; 03C3 # L& MATHEMATICAL ITALIC CAPITAL SIGMA 1D6F5 ; NFKC_CF; 03C4 # L& MATHEMATICAL ITALIC CAPITAL TAU 1D6F6 ; NFKC_CF; 03C5 # L& MATHEMATICAL ITALIC CAPITAL UPSILON 1D6F7 ; NFKC_CF; 03C6 # L& MATHEMATICAL ITALIC CAPITAL PHI 1D6F8 ; NFKC_CF; 03C7 # L& MATHEMATICAL ITALIC CAPITAL CHI 1D6F9 ; NFKC_CF; 03C8 # L& MATHEMATICAL ITALIC CAPITAL PSI 1D6FA ; NFKC_CF; 03C9 # L& MATHEMATICAL ITALIC CAPITAL OMEGA 1D6FB ; NFKC_CF; 2207 # Sm MATHEMATICAL ITALIC NABLA 1D6FC ; NFKC_CF; 03B1 # L& MATHEMATICAL ITALIC SMALL ALPHA 1D6FD ; NFKC_CF; 03B2 # L& MATHEMATICAL ITALIC SMALL BETA 1D6FE ; NFKC_CF; 03B3 # L& MATHEMATICAL ITALIC SMALL GAMMA 1D6FF ; NFKC_CF; 03B4 # L& MATHEMATICAL ITALIC SMALL DELTA 1D700 ; NFKC_CF; 03B5 # L& MATHEMATICAL ITALIC SMALL EPSILON 1D701 ; NFKC_CF; 03B6 # L& MATHEMATICAL ITALIC SMALL ZETA 1D702 ; NFKC_CF; 03B7 # L& MATHEMATICAL ITALIC SMALL ETA 1D703 ; NFKC_CF; 03B8 # L& MATHEMATICAL ITALIC SMALL THETA 1D704 ; NFKC_CF; 03B9 # L& MATHEMATICAL ITALIC SMALL IOTA 1D705 ; NFKC_CF; 03BA # L& MATHEMATICAL ITALIC SMALL KAPPA 1D706 ; NFKC_CF; 03BB # L& MATHEMATICAL ITALIC SMALL LAMDA 1D707 ; NFKC_CF; 03BC # L& MATHEMATICAL ITALIC SMALL MU 1D708 ; NFKC_CF; 03BD # L& MATHEMATICAL ITALIC SMALL NU 1D709 ; NFKC_CF; 03BE # L& MATHEMATICAL ITALIC SMALL XI 1D70A ; NFKC_CF; 03BF # L& MATHEMATICAL ITALIC SMALL OMICRON 1D70B ; NFKC_CF; 03C0 # L& MATHEMATICAL ITALIC SMALL PI 1D70C ; NFKC_CF; 03C1 # L& MATHEMATICAL ITALIC SMALL RHO 1D70D..1D70E ; NFKC_CF; 03C3 # L& [2] MATHEMATICAL ITALIC SMALL FINAL SIGMA..MATHEMATICAL ITALIC SMALL SIGMA 1D70F ; NFKC_CF; 03C4 # L& MATHEMATICAL ITALIC SMALL TAU 1D710 ; NFKC_CF; 03C5 # L& MATHEMATICAL ITALIC SMALL UPSILON 1D711 ; NFKC_CF; 03C6 # L& MATHEMATICAL ITALIC SMALL PHI 1D712 ; NFKC_CF; 03C7 # L& MATHEMATICAL ITALIC SMALL CHI 1D713 ; NFKC_CF; 03C8 # L& MATHEMATICAL ITALIC SMALL PSI 1D714 ; NFKC_CF; 03C9 # L& MATHEMATICAL ITALIC SMALL OMEGA 1D715 ; NFKC_CF; 2202 # Sm MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 1D716 ; NFKC_CF; 03B5 # L& MATHEMATICAL ITALIC EPSILON SYMBOL 1D717 ; NFKC_CF; 03B8 # L& MATHEMATICAL ITALIC THETA SYMBOL 1D718 ; NFKC_CF; 03BA # L& MATHEMATICAL ITALIC KAPPA SYMBOL 1D719 ; NFKC_CF; 03C6 # L& MATHEMATICAL ITALIC PHI SYMBOL 1D71A ; NFKC_CF; 03C1 # L& MATHEMATICAL ITALIC RHO SYMBOL 1D71B ; NFKC_CF; 03C0 # L& MATHEMATICAL ITALIC PI SYMBOL 1D71C ; NFKC_CF; 03B1 # L& MATHEMATICAL BOLD ITALIC CAPITAL ALPHA 1D71D ; NFKC_CF; 03B2 # L& MATHEMATICAL BOLD ITALIC CAPITAL BETA 1D71E ; NFKC_CF; 03B3 # L& MATHEMATICAL BOLD ITALIC CAPITAL GAMMA 1D71F ; NFKC_CF; 03B4 # L& MATHEMATICAL BOLD ITALIC CAPITAL DELTA 1D720 ; NFKC_CF; 03B5 # L& MATHEMATICAL BOLD ITALIC CAPITAL EPSILON 1D721 ; NFKC_CF; 03B6 # L& MATHEMATICAL BOLD ITALIC CAPITAL ZETA 1D722 ; NFKC_CF; 03B7 # L& MATHEMATICAL BOLD ITALIC CAPITAL ETA 1D723 ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD ITALIC CAPITAL THETA 1D724 ; NFKC_CF; 03B9 # L& MATHEMATICAL BOLD ITALIC CAPITAL IOTA 1D725 ; NFKC_CF; 03BA # L& MATHEMATICAL BOLD ITALIC CAPITAL KAPPA 1D726 ; NFKC_CF; 03BB # L& MATHEMATICAL BOLD ITALIC CAPITAL LAMDA 1D727 ; NFKC_CF; 03BC # L& MATHEMATICAL BOLD ITALIC CAPITAL MU 1D728 ; NFKC_CF; 03BD # L& MATHEMATICAL BOLD ITALIC CAPITAL NU 1D729 ; NFKC_CF; 03BE # L& MATHEMATICAL BOLD ITALIC CAPITAL XI 1D72A ; NFKC_CF; 03BF # L& MATHEMATICAL BOLD ITALIC CAPITAL OMICRON 1D72B ; NFKC_CF; 03C0 # L& MATHEMATICAL BOLD ITALIC CAPITAL PI 1D72C ; NFKC_CF; 03C1 # L& MATHEMATICAL BOLD ITALIC CAPITAL RHO 1D72D ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL 1D72E ; NFKC_CF; 03C3 # L& MATHEMATICAL BOLD ITALIC CAPITAL SIGMA 1D72F ; NFKC_CF; 03C4 # L& MATHEMATICAL BOLD ITALIC CAPITAL TAU 1D730 ; NFKC_CF; 03C5 # L& MATHEMATICAL BOLD ITALIC CAPITAL UPSILON 1D731 ; NFKC_CF; 03C6 # L& MATHEMATICAL BOLD ITALIC CAPITAL PHI 1D732 ; NFKC_CF; 03C7 # L& MATHEMATICAL BOLD ITALIC CAPITAL CHI 1D733 ; NFKC_CF; 03C8 # L& MATHEMATICAL BOLD ITALIC CAPITAL PSI 1D734 ; NFKC_CF; 03C9 # L& MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 1D735 ; NFKC_CF; 2207 # Sm MATHEMATICAL BOLD ITALIC NABLA 1D736 ; NFKC_CF; 03B1 # L& MATHEMATICAL BOLD ITALIC SMALL ALPHA 1D737 ; NFKC_CF; 03B2 # L& MATHEMATICAL BOLD ITALIC SMALL BETA 1D738 ; NFKC_CF; 03B3 # L& MATHEMATICAL BOLD ITALIC SMALL GAMMA 1D739 ; NFKC_CF; 03B4 # L& MATHEMATICAL BOLD ITALIC SMALL DELTA 1D73A ; NFKC_CF; 03B5 # L& MATHEMATICAL BOLD ITALIC SMALL EPSILON 1D73B ; NFKC_CF; 03B6 # L& MATHEMATICAL BOLD ITALIC SMALL ZETA 1D73C ; NFKC_CF; 03B7 # L& MATHEMATICAL BOLD ITALIC SMALL ETA 1D73D ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD ITALIC SMALL THETA 1D73E ; NFKC_CF; 03B9 # L& MATHEMATICAL BOLD ITALIC SMALL IOTA 1D73F ; NFKC_CF; 03BA # L& MATHEMATICAL BOLD ITALIC SMALL KAPPA 1D740 ; NFKC_CF; 03BB # L& MATHEMATICAL BOLD ITALIC SMALL LAMDA 1D741 ; NFKC_CF; 03BC # L& MATHEMATICAL BOLD ITALIC SMALL MU 1D742 ; NFKC_CF; 03BD # L& MATHEMATICAL BOLD ITALIC SMALL NU 1D743 ; NFKC_CF; 03BE # L& MATHEMATICAL BOLD ITALIC SMALL XI 1D744 ; NFKC_CF; 03BF # L& MATHEMATICAL BOLD ITALIC SMALL OMICRON 1D745 ; NFKC_CF; 03C0 # L& MATHEMATICAL BOLD ITALIC SMALL PI 1D746 ; NFKC_CF; 03C1 # L& MATHEMATICAL BOLD ITALIC SMALL RHO 1D747..1D748 ; NFKC_CF; 03C3 # L& [2] MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA..MATHEMATICAL BOLD ITALIC SMALL SIGMA 1D749 ; NFKC_CF; 03C4 # L& MATHEMATICAL BOLD ITALIC SMALL TAU 1D74A ; NFKC_CF; 03C5 # L& MATHEMATICAL BOLD ITALIC SMALL UPSILON 1D74B ; NFKC_CF; 03C6 # L& MATHEMATICAL BOLD ITALIC SMALL PHI 1D74C ; NFKC_CF; 03C7 # L& MATHEMATICAL BOLD ITALIC SMALL CHI 1D74D ; NFKC_CF; 03C8 # L& MATHEMATICAL BOLD ITALIC SMALL PSI 1D74E ; NFKC_CF; 03C9 # L& MATHEMATICAL BOLD ITALIC SMALL OMEGA 1D74F ; NFKC_CF; 2202 # Sm MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 1D750 ; NFKC_CF; 03B5 # L& MATHEMATICAL BOLD ITALIC EPSILON SYMBOL 1D751 ; NFKC_CF; 03B8 # L& MATHEMATICAL BOLD ITALIC THETA SYMBOL 1D752 ; NFKC_CF; 03BA # L& MATHEMATICAL BOLD ITALIC KAPPA SYMBOL 1D753 ; NFKC_CF; 03C6 # L& MATHEMATICAL BOLD ITALIC PHI SYMBOL 1D754 ; NFKC_CF; 03C1 # L& MATHEMATICAL BOLD ITALIC RHO SYMBOL 1D755 ; NFKC_CF; 03C0 # L& MATHEMATICAL BOLD ITALIC PI SYMBOL 1D756 ; NFKC_CF; 03B1 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA 1D757 ; NFKC_CF; 03B2 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA 1D758 ; NFKC_CF; 03B3 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA 1D759 ; NFKC_CF; 03B4 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA 1D75A ; NFKC_CF; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON 1D75B ; NFKC_CF; 03B6 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA 1D75C ; NFKC_CF; 03B7 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA 1D75D ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA 1D75E ; NFKC_CF; 03B9 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA 1D75F ; NFKC_CF; 03BA # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA 1D760 ; NFKC_CF; 03BB # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA 1D761 ; NFKC_CF; 03BC # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL MU 1D762 ; NFKC_CF; 03BD # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL NU 1D763 ; NFKC_CF; 03BE # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL XI 1D764 ; NFKC_CF; 03BF # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON 1D765 ; NFKC_CF; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL PI 1D766 ; NFKC_CF; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO 1D767 ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL 1D768 ; NFKC_CF; 03C3 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA 1D769 ; NFKC_CF; 03C4 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU 1D76A ; NFKC_CF; 03C5 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON 1D76B ; NFKC_CF; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI 1D76C ; NFKC_CF; 03C7 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI 1D76D ; NFKC_CF; 03C8 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI 1D76E ; NFKC_CF; 03C9 # L& MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 1D76F ; NFKC_CF; 2207 # Sm MATHEMATICAL SANS-SERIF BOLD NABLA 1D770 ; NFKC_CF; 03B1 # L& MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA 1D771 ; NFKC_CF; 03B2 # L& MATHEMATICAL SANS-SERIF BOLD SMALL BETA 1D772 ; NFKC_CF; 03B3 # L& MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA 1D773 ; NFKC_CF; 03B4 # L& MATHEMATICAL SANS-SERIF BOLD SMALL DELTA 1D774 ; NFKC_CF; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON 1D775 ; NFKC_CF; 03B6 # L& MATHEMATICAL SANS-SERIF BOLD SMALL ZETA 1D776 ; NFKC_CF; 03B7 # L& MATHEMATICAL SANS-SERIF BOLD SMALL ETA 1D777 ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD SMALL THETA 1D778 ; NFKC_CF; 03B9 # L& MATHEMATICAL SANS-SERIF BOLD SMALL IOTA 1D779 ; NFKC_CF; 03BA # L& MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA 1D77A ; NFKC_CF; 03BB # L& MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA 1D77B ; NFKC_CF; 03BC # L& MATHEMATICAL SANS-SERIF BOLD SMALL MU 1D77C ; NFKC_CF; 03BD # L& MATHEMATICAL SANS-SERIF BOLD SMALL NU 1D77D ; NFKC_CF; 03BE # L& MATHEMATICAL SANS-SERIF BOLD SMALL XI 1D77E ; NFKC_CF; 03BF # L& MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON 1D77F ; NFKC_CF; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD SMALL PI 1D780 ; NFKC_CF; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD SMALL RHO 1D781..1D782 ; NFKC_CF; 03C3 # L& [2] MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA..MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA 1D783 ; NFKC_CF; 03C4 # L& MATHEMATICAL SANS-SERIF BOLD SMALL TAU 1D784 ; NFKC_CF; 03C5 # L& MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON 1D785 ; NFKC_CF; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD SMALL PHI 1D786 ; NFKC_CF; 03C7 # L& MATHEMATICAL SANS-SERIF BOLD SMALL CHI 1D787 ; NFKC_CF; 03C8 # L& MATHEMATICAL SANS-SERIF BOLD SMALL PSI 1D788 ; NFKC_CF; 03C9 # L& MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA 1D789 ; NFKC_CF; 2202 # Sm MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 1D78A ; NFKC_CF; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL 1D78B ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL 1D78C ; NFKC_CF; 03BA # L& MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL 1D78D ; NFKC_CF; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL 1D78E ; NFKC_CF; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL 1D78F ; NFKC_CF; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD PI SYMBOL 1D790 ; NFKC_CF; 03B1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA 1D791 ; NFKC_CF; 03B2 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA 1D792 ; NFKC_CF; 03B3 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA 1D793 ; NFKC_CF; 03B4 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA 1D794 ; NFKC_CF; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON 1D795 ; NFKC_CF; 03B6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA 1D796 ; NFKC_CF; 03B7 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA 1D797 ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA 1D798 ; NFKC_CF; 03B9 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA 1D799 ; NFKC_CF; 03BA # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA 1D79A ; NFKC_CF; 03BB # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA 1D79B ; NFKC_CF; 03BC # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU 1D79C ; NFKC_CF; 03BD # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU 1D79D ; NFKC_CF; 03BE # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI 1D79E ; NFKC_CF; 03BF # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON 1D79F ; NFKC_CF; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI 1D7A0 ; NFKC_CF; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO 1D7A1 ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL 1D7A2 ; NFKC_CF; 03C3 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA 1D7A3 ; NFKC_CF; 03C4 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU 1D7A4 ; NFKC_CF; 03C5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON 1D7A5 ; NFKC_CF; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI 1D7A6 ; NFKC_CF; 03C7 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI 1D7A7 ; NFKC_CF; 03C8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI 1D7A8 ; NFKC_CF; 03C9 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 1D7A9 ; NFKC_CF; 2207 # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA 1D7AA ; NFKC_CF; 03B1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA 1D7AB ; NFKC_CF; 03B2 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA 1D7AC ; NFKC_CF; 03B3 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA 1D7AD ; NFKC_CF; 03B4 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA 1D7AE ; NFKC_CF; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON 1D7AF ; NFKC_CF; 03B6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA 1D7B0 ; NFKC_CF; 03B7 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA 1D7B1 ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA 1D7B2 ; NFKC_CF; 03B9 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA 1D7B3 ; NFKC_CF; 03BA # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA 1D7B4 ; NFKC_CF; 03BB # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA 1D7B5 ; NFKC_CF; 03BC # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU 1D7B6 ; NFKC_CF; 03BD # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU 1D7B7 ; NFKC_CF; 03BE # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI 1D7B8 ; NFKC_CF; 03BF # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON 1D7B9 ; NFKC_CF; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI 1D7BA ; NFKC_CF; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO 1D7BB..1D7BC ; NFKC_CF; 03C3 # L& [2] MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA..MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA 1D7BD ; NFKC_CF; 03C4 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU 1D7BE ; NFKC_CF; 03C5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON 1D7BF ; NFKC_CF; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI 1D7C0 ; NFKC_CF; 03C7 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI 1D7C1 ; NFKC_CF; 03C8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI 1D7C2 ; NFKC_CF; 03C9 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA 1D7C3 ; NFKC_CF; 2202 # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL 1D7C4 ; NFKC_CF; 03B5 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL 1D7C5 ; NFKC_CF; 03B8 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL 1D7C6 ; NFKC_CF; 03BA # L& MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL 1D7C7 ; NFKC_CF; 03C6 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 1D7C8 ; NFKC_CF; 03C1 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 1D7C9 ; NFKC_CF; 03C0 # L& MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL 1D7CA..1D7CB ; NFKC_CF; 03DD # L& [2] MATHEMATICAL BOLD CAPITAL DIGAMMA..MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE ; NFKC_CF; 0030 # Nd MATHEMATICAL BOLD DIGIT ZERO 1D7CF ; NFKC_CF; 0031 # Nd MATHEMATICAL BOLD DIGIT ONE 1D7D0 ; NFKC_CF; 0032 # Nd MATHEMATICAL BOLD DIGIT TWO 1D7D1 ; NFKC_CF; 0033 # Nd MATHEMATICAL BOLD DIGIT THREE 1D7D2 ; NFKC_CF; 0034 # Nd MATHEMATICAL BOLD DIGIT FOUR 1D7D3 ; NFKC_CF; 0035 # Nd MATHEMATICAL BOLD DIGIT FIVE 1D7D4 ; NFKC_CF; 0036 # Nd MATHEMATICAL BOLD DIGIT SIX 1D7D5 ; NFKC_CF; 0037 # Nd MATHEMATICAL BOLD DIGIT SEVEN 1D7D6 ; NFKC_CF; 0038 # Nd MATHEMATICAL BOLD DIGIT EIGHT 1D7D7 ; NFKC_CF; 0039 # Nd MATHEMATICAL BOLD DIGIT NINE 1D7D8 ; NFKC_CF; 0030 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO 1D7D9 ; NFKC_CF; 0031 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT ONE 1D7DA ; NFKC_CF; 0032 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT TWO 1D7DB ; NFKC_CF; 0033 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT THREE 1D7DC ; NFKC_CF; 0034 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR 1D7DD ; NFKC_CF; 0035 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE 1D7DE ; NFKC_CF; 0036 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT SIX 1D7DF ; NFKC_CF; 0037 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN 1D7E0 ; NFKC_CF; 0038 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT 1D7E1 ; NFKC_CF; 0039 # Nd MATHEMATICAL DOUBLE-STRUCK DIGIT NINE 1D7E2 ; NFKC_CF; 0030 # Nd MATHEMATICAL SANS-SERIF DIGIT ZERO 1D7E3 ; NFKC_CF; 0031 # Nd MATHEMATICAL SANS-SERIF DIGIT ONE 1D7E4 ; NFKC_CF; 0032 # Nd MATHEMATICAL SANS-SERIF DIGIT TWO 1D7E5 ; NFKC_CF; 0033 # Nd MATHEMATICAL SANS-SERIF DIGIT THREE 1D7E6 ; NFKC_CF; 0034 # Nd MATHEMATICAL SANS-SERIF DIGIT FOUR 1D7E7 ; NFKC_CF; 0035 # Nd MATHEMATICAL SANS-SERIF DIGIT FIVE 1D7E8 ; NFKC_CF; 0036 # Nd MATHEMATICAL SANS-SERIF DIGIT SIX 1D7E9 ; NFKC_CF; 0037 # Nd MATHEMATICAL SANS-SERIF DIGIT SEVEN 1D7EA ; NFKC_CF; 0038 # Nd MATHEMATICAL SANS-SERIF DIGIT EIGHT 1D7EB ; NFKC_CF; 0039 # Nd MATHEMATICAL SANS-SERIF DIGIT NINE 1D7EC ; NFKC_CF; 0030 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO 1D7ED ; NFKC_CF; 0031 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT ONE 1D7EE ; NFKC_CF; 0032 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT TWO 1D7EF ; NFKC_CF; 0033 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT THREE 1D7F0 ; NFKC_CF; 0034 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR 1D7F1 ; NFKC_CF; 0035 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE 1D7F2 ; NFKC_CF; 0036 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT SIX 1D7F3 ; NFKC_CF; 0037 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN 1D7F4 ; NFKC_CF; 0038 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT 1D7F5 ; NFKC_CF; 0039 # Nd MATHEMATICAL SANS-SERIF BOLD DIGIT NINE 1D7F6 ; NFKC_CF; 0030 # Nd MATHEMATICAL MONOSPACE DIGIT ZERO 1D7F7 ; NFKC_CF; 0031 # Nd MATHEMATICAL MONOSPACE DIGIT ONE 1D7F8 ; NFKC_CF; 0032 # Nd MATHEMATICAL MONOSPACE DIGIT TWO 1D7F9 ; NFKC_CF; 0033 # Nd MATHEMATICAL MONOSPACE DIGIT THREE 1D7FA ; NFKC_CF; 0034 # Nd MATHEMATICAL MONOSPACE DIGIT FOUR 1D7FB ; NFKC_CF; 0035 # Nd MATHEMATICAL MONOSPACE DIGIT FIVE 1D7FC ; NFKC_CF; 0036 # Nd MATHEMATICAL MONOSPACE DIGIT SIX 1D7FD ; NFKC_CF; 0037 # Nd MATHEMATICAL MONOSPACE DIGIT SEVEN 1D7FE ; NFKC_CF; 0038 # Nd MATHEMATICAL MONOSPACE DIGIT EIGHT 1D7FF ; NFKC_CF; 0039 # Nd MATHEMATICAL MONOSPACE DIGIT NINE 1EE00 ; NFKC_CF; 0627 # Lo ARABIC MATHEMATICAL ALEF 1EE01 ; NFKC_CF; 0628 # Lo ARABIC MATHEMATICAL BEH 1EE02 ; NFKC_CF; 062C # Lo ARABIC MATHEMATICAL JEEM 1EE03 ; NFKC_CF; 062F # Lo ARABIC MATHEMATICAL DAL 1EE05 ; NFKC_CF; 0648 # Lo ARABIC MATHEMATICAL WAW 1EE06 ; NFKC_CF; 0632 # Lo ARABIC MATHEMATICAL ZAIN 1EE07 ; NFKC_CF; 062D # Lo ARABIC MATHEMATICAL HAH 1EE08 ; NFKC_CF; 0637 # Lo ARABIC MATHEMATICAL TAH 1EE09 ; NFKC_CF; 064A # Lo ARABIC MATHEMATICAL YEH 1EE0A ; NFKC_CF; 0643 # Lo ARABIC MATHEMATICAL KAF 1EE0B ; NFKC_CF; 0644 # Lo ARABIC MATHEMATICAL LAM 1EE0C ; NFKC_CF; 0645 # Lo ARABIC MATHEMATICAL MEEM 1EE0D ; NFKC_CF; 0646 # Lo ARABIC MATHEMATICAL NOON 1EE0E ; NFKC_CF; 0633 # Lo ARABIC MATHEMATICAL SEEN 1EE0F ; NFKC_CF; 0639 # Lo ARABIC MATHEMATICAL AIN 1EE10 ; NFKC_CF; 0641 # Lo ARABIC MATHEMATICAL FEH 1EE11 ; NFKC_CF; 0635 # Lo ARABIC MATHEMATICAL SAD 1EE12 ; NFKC_CF; 0642 # Lo ARABIC MATHEMATICAL QAF 1EE13 ; NFKC_CF; 0631 # Lo ARABIC MATHEMATICAL REH 1EE14 ; NFKC_CF; 0634 # Lo ARABIC MATHEMATICAL SHEEN 1EE15 ; NFKC_CF; 062A # Lo ARABIC MATHEMATICAL TEH 1EE16 ; NFKC_CF; 062B # Lo ARABIC MATHEMATICAL THEH 1EE17 ; NFKC_CF; 062E # Lo ARABIC MATHEMATICAL KHAH 1EE18 ; NFKC_CF; 0630 # Lo ARABIC MATHEMATICAL THAL 1EE19 ; NFKC_CF; 0636 # Lo ARABIC MATHEMATICAL DAD 1EE1A ; NFKC_CF; 0638 # Lo ARABIC MATHEMATICAL ZAH 1EE1B ; NFKC_CF; 063A # Lo ARABIC MATHEMATICAL GHAIN 1EE1C ; NFKC_CF; 066E # Lo ARABIC MATHEMATICAL DOTLESS BEH 1EE1D ; NFKC_CF; 06BA # Lo ARABIC MATHEMATICAL DOTLESS NOON 1EE1E ; NFKC_CF; 06A1 # Lo ARABIC MATHEMATICAL DOTLESS FEH 1EE1F ; NFKC_CF; 066F # Lo ARABIC MATHEMATICAL DOTLESS QAF 1EE21 ; NFKC_CF; 0628 # Lo ARABIC MATHEMATICAL INITIAL BEH 1EE22 ; NFKC_CF; 062C # Lo ARABIC MATHEMATICAL INITIAL JEEM 1EE24 ; NFKC_CF; 0647 # Lo ARABIC MATHEMATICAL INITIAL HEH 1EE27 ; NFKC_CF; 062D # Lo ARABIC MATHEMATICAL INITIAL HAH 1EE29 ; NFKC_CF; 064A # Lo ARABIC MATHEMATICAL INITIAL YEH 1EE2A ; NFKC_CF; 0643 # Lo ARABIC MATHEMATICAL INITIAL KAF 1EE2B ; NFKC_CF; 0644 # Lo ARABIC MATHEMATICAL INITIAL LAM 1EE2C ; NFKC_CF; 0645 # Lo ARABIC MATHEMATICAL INITIAL MEEM 1EE2D ; NFKC_CF; 0646 # Lo ARABIC MATHEMATICAL INITIAL NOON 1EE2E ; NFKC_CF; 0633 # Lo ARABIC MATHEMATICAL INITIAL SEEN 1EE2F ; NFKC_CF; 0639 # Lo ARABIC MATHEMATICAL INITIAL AIN 1EE30 ; NFKC_CF; 0641 # Lo ARABIC MATHEMATICAL INITIAL FEH 1EE31 ; NFKC_CF; 0635 # Lo ARABIC MATHEMATICAL INITIAL SAD 1EE32 ; NFKC_CF; 0642 # Lo ARABIC MATHEMATICAL INITIAL QAF 1EE34 ; NFKC_CF; 0634 # Lo ARABIC MATHEMATICAL INITIAL SHEEN 1EE35 ; NFKC_CF; 062A # Lo ARABIC MATHEMATICAL INITIAL TEH 1EE36 ; NFKC_CF; 062B # Lo ARABIC MATHEMATICAL INITIAL THEH 1EE37 ; NFKC_CF; 062E # Lo ARABIC MATHEMATICAL INITIAL KHAH 1EE39 ; NFKC_CF; 0636 # Lo ARABIC MATHEMATICAL INITIAL DAD 1EE3B ; NFKC_CF; 063A # Lo ARABIC MATHEMATICAL INITIAL GHAIN 1EE42 ; NFKC_CF; 062C # Lo ARABIC MATHEMATICAL TAILED JEEM 1EE47 ; NFKC_CF; 062D # Lo ARABIC MATHEMATICAL TAILED HAH 1EE49 ; NFKC_CF; 064A # Lo ARABIC MATHEMATICAL TAILED YEH 1EE4B ; NFKC_CF; 0644 # Lo ARABIC MATHEMATICAL TAILED LAM 1EE4D ; NFKC_CF; 0646 # Lo ARABIC MATHEMATICAL TAILED NOON 1EE4E ; NFKC_CF; 0633 # Lo ARABIC MATHEMATICAL TAILED SEEN 1EE4F ; NFKC_CF; 0639 # Lo ARABIC MATHEMATICAL TAILED AIN 1EE51 ; NFKC_CF; 0635 # Lo ARABIC MATHEMATICAL TAILED SAD 1EE52 ; NFKC_CF; 0642 # Lo ARABIC MATHEMATICAL TAILED QAF 1EE54 ; NFKC_CF; 0634 # Lo ARABIC MATHEMATICAL TAILED SHEEN 1EE57 ; NFKC_CF; 062E # Lo ARABIC MATHEMATICAL TAILED KHAH 1EE59 ; NFKC_CF; 0636 # Lo ARABIC MATHEMATICAL TAILED DAD 1EE5B ; NFKC_CF; 063A # Lo ARABIC MATHEMATICAL TAILED GHAIN 1EE5D ; NFKC_CF; 06BA # Lo ARABIC MATHEMATICAL TAILED DOTLESS NOON 1EE5F ; NFKC_CF; 066F # Lo ARABIC MATHEMATICAL TAILED DOTLESS QAF 1EE61 ; NFKC_CF; 0628 # Lo ARABIC MATHEMATICAL STRETCHED BEH 1EE62 ; NFKC_CF; 062C # Lo ARABIC MATHEMATICAL STRETCHED JEEM 1EE64 ; NFKC_CF; 0647 # Lo ARABIC MATHEMATICAL STRETCHED HEH 1EE67 ; NFKC_CF; 062D # Lo ARABIC MATHEMATICAL STRETCHED HAH 1EE68 ; NFKC_CF; 0637 # Lo ARABIC MATHEMATICAL STRETCHED TAH 1EE69 ; NFKC_CF; 064A # Lo ARABIC MATHEMATICAL STRETCHED YEH 1EE6A ; NFKC_CF; 0643 # Lo ARABIC MATHEMATICAL STRETCHED KAF 1EE6C ; NFKC_CF; 0645 # Lo ARABIC MATHEMATICAL STRETCHED MEEM 1EE6D ; NFKC_CF; 0646 # Lo ARABIC MATHEMATICAL STRETCHED NOON 1EE6E ; NFKC_CF; 0633 # Lo ARABIC MATHEMATICAL STRETCHED SEEN 1EE6F ; NFKC_CF; 0639 # Lo ARABIC MATHEMATICAL STRETCHED AIN 1EE70 ; NFKC_CF; 0641 # Lo ARABIC MATHEMATICAL STRETCHED FEH 1EE71 ; NFKC_CF; 0635 # Lo ARABIC MATHEMATICAL STRETCHED SAD 1EE72 ; NFKC_CF; 0642 # Lo ARABIC MATHEMATICAL STRETCHED QAF 1EE74 ; NFKC_CF; 0634 # Lo ARABIC MATHEMATICAL STRETCHED SHEEN 1EE75 ; NFKC_CF; 062A # Lo ARABIC MATHEMATICAL STRETCHED TEH 1EE76 ; NFKC_CF; 062B # Lo ARABIC MATHEMATICAL STRETCHED THEH 1EE77 ; NFKC_CF; 062E # Lo ARABIC MATHEMATICAL STRETCHED KHAH 1EE79 ; NFKC_CF; 0636 # Lo ARABIC MATHEMATICAL STRETCHED DAD 1EE7A ; NFKC_CF; 0638 # Lo ARABIC MATHEMATICAL STRETCHED ZAH 1EE7B ; NFKC_CF; 063A # Lo ARABIC MATHEMATICAL STRETCHED GHAIN 1EE7C ; NFKC_CF; 066E # Lo ARABIC MATHEMATICAL STRETCHED DOTLESS BEH 1EE7E ; NFKC_CF; 06A1 # Lo ARABIC MATHEMATICAL STRETCHED DOTLESS FEH 1EE80 ; NFKC_CF; 0627 # Lo ARABIC MATHEMATICAL LOOPED ALEF 1EE81 ; NFKC_CF; 0628 # Lo ARABIC MATHEMATICAL LOOPED BEH 1EE82 ; NFKC_CF; 062C # Lo ARABIC MATHEMATICAL LOOPED JEEM 1EE83 ; NFKC_CF; 062F # Lo ARABIC MATHEMATICAL LOOPED DAL 1EE84 ; NFKC_CF; 0647 # Lo ARABIC MATHEMATICAL LOOPED HEH 1EE85 ; NFKC_CF; 0648 # Lo ARABIC MATHEMATICAL LOOPED WAW 1EE86 ; NFKC_CF; 0632 # Lo ARABIC MATHEMATICAL LOOPED ZAIN 1EE87 ; NFKC_CF; 062D # Lo ARABIC MATHEMATICAL LOOPED HAH 1EE88 ; NFKC_CF; 0637 # Lo ARABIC MATHEMATICAL LOOPED TAH 1EE89 ; NFKC_CF; 064A # Lo ARABIC MATHEMATICAL LOOPED YEH 1EE8B ; NFKC_CF; 0644 # Lo ARABIC MATHEMATICAL LOOPED LAM 1EE8C ; NFKC_CF; 0645 # Lo ARABIC MATHEMATICAL LOOPED MEEM 1EE8D ; NFKC_CF; 0646 # Lo ARABIC MATHEMATICAL LOOPED NOON 1EE8E ; NFKC_CF; 0633 # Lo ARABIC MATHEMATICAL LOOPED SEEN 1EE8F ; NFKC_CF; 0639 # Lo ARABIC MATHEMATICAL LOOPED AIN 1EE90 ; NFKC_CF; 0641 # Lo ARABIC MATHEMATICAL LOOPED FEH 1EE91 ; NFKC_CF; 0635 # Lo ARABIC MATHEMATICAL LOOPED SAD 1EE92 ; NFKC_CF; 0642 # Lo ARABIC MATHEMATICAL LOOPED QAF 1EE93 ; NFKC_CF; 0631 # Lo ARABIC MATHEMATICAL LOOPED REH 1EE94 ; NFKC_CF; 0634 # Lo ARABIC MATHEMATICAL LOOPED SHEEN 1EE95 ; NFKC_CF; 062A # Lo ARABIC MATHEMATICAL LOOPED TEH 1EE96 ; NFKC_CF; 062B # Lo ARABIC MATHEMATICAL LOOPED THEH 1EE97 ; NFKC_CF; 062E # Lo ARABIC MATHEMATICAL LOOPED KHAH 1EE98 ; NFKC_CF; 0630 # Lo ARABIC MATHEMATICAL LOOPED THAL 1EE99 ; NFKC_CF; 0636 # Lo ARABIC MATHEMATICAL LOOPED DAD 1EE9A ; NFKC_CF; 0638 # Lo ARABIC MATHEMATICAL LOOPED ZAH 1EE9B ; NFKC_CF; 063A # Lo ARABIC MATHEMATICAL LOOPED GHAIN 1EEA1 ; NFKC_CF; 0628 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK BEH 1EEA2 ; NFKC_CF; 062C # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM 1EEA3 ; NFKC_CF; 062F # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK DAL 1EEA5 ; NFKC_CF; 0648 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK WAW 1EEA6 ; NFKC_CF; 0632 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN 1EEA7 ; NFKC_CF; 062D # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK HAH 1EEA8 ; NFKC_CF; 0637 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK TAH 1EEA9 ; NFKC_CF; 064A # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK YEH 1EEAB ; NFKC_CF; 0644 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK LAM 1EEAC ; NFKC_CF; 0645 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM 1EEAD ; NFKC_CF; 0646 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK NOON 1EEAE ; NFKC_CF; 0633 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN 1EEAF ; NFKC_CF; 0639 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK AIN 1EEB0 ; NFKC_CF; 0641 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK FEH 1EEB1 ; NFKC_CF; 0635 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK SAD 1EEB2 ; NFKC_CF; 0642 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK QAF 1EEB3 ; NFKC_CF; 0631 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK REH 1EEB4 ; NFKC_CF; 0634 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN 1EEB5 ; NFKC_CF; 062A # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK TEH 1EEB6 ; NFKC_CF; 062B # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK THEH 1EEB7 ; NFKC_CF; 062E # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH 1EEB8 ; NFKC_CF; 0630 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK THAL 1EEB9 ; NFKC_CF; 0636 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK DAD 1EEBA ; NFKC_CF; 0638 # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH 1EEBB ; NFKC_CF; 063A # Lo ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN 1F100 ; NFKC_CF; 0030 002E # No DIGIT ZERO FULL STOP 1F101 ; NFKC_CF; 0030 002C # No DIGIT ZERO COMMA 1F102 ; NFKC_CF; 0031 002C # No DIGIT ONE COMMA 1F103 ; NFKC_CF; 0032 002C # No DIGIT TWO COMMA 1F104 ; NFKC_CF; 0033 002C # No DIGIT THREE COMMA 1F105 ; NFKC_CF; 0034 002C # No DIGIT FOUR COMMA 1F106 ; NFKC_CF; 0035 002C # No DIGIT FIVE COMMA 1F107 ; NFKC_CF; 0036 002C # No DIGIT SIX COMMA 1F108 ; NFKC_CF; 0037 002C # No DIGIT SEVEN COMMA 1F109 ; NFKC_CF; 0038 002C # No DIGIT EIGHT COMMA 1F10A ; NFKC_CF; 0039 002C # No DIGIT NINE COMMA 1F110 ; NFKC_CF; 0028 0061 0029 # So PARENTHESIZED LATIN CAPITAL LETTER A 1F111 ; NFKC_CF; 0028 0062 0029 # So PARENTHESIZED LATIN CAPITAL LETTER B 1F112 ; NFKC_CF; 0028 0063 0029 # So PARENTHESIZED LATIN CAPITAL LETTER C 1F113 ; NFKC_CF; 0028 0064 0029 # So PARENTHESIZED LATIN CAPITAL LETTER D 1F114 ; NFKC_CF; 0028 0065 0029 # So PARENTHESIZED LATIN CAPITAL LETTER E 1F115 ; NFKC_CF; 0028 0066 0029 # So PARENTHESIZED LATIN CAPITAL LETTER F 1F116 ; NFKC_CF; 0028 0067 0029 # So PARENTHESIZED LATIN CAPITAL LETTER G 1F117 ; NFKC_CF; 0028 0068 0029 # So PARENTHESIZED LATIN CAPITAL LETTER H 1F118 ; NFKC_CF; 0028 0069 0029 # So PARENTHESIZED LATIN CAPITAL LETTER I 1F119 ; NFKC_CF; 0028 006A 0029 # So PARENTHESIZED LATIN CAPITAL LETTER J 1F11A ; NFKC_CF; 0028 006B 0029 # So PARENTHESIZED LATIN CAPITAL LETTER K 1F11B ; NFKC_CF; 0028 006C 0029 # So PARENTHESIZED LATIN CAPITAL LETTER L 1F11C ; NFKC_CF; 0028 006D 0029 # So PARENTHESIZED LATIN CAPITAL LETTER M 1F11D ; NFKC_CF; 0028 006E 0029 # So PARENTHESIZED LATIN CAPITAL LETTER N 1F11E ; NFKC_CF; 0028 006F 0029 # So PARENTHESIZED LATIN CAPITAL LETTER O 1F11F ; NFKC_CF; 0028 0070 0029 # So PARENTHESIZED LATIN CAPITAL LETTER P 1F120 ; NFKC_CF; 0028 0071 0029 # So PARENTHESIZED LATIN CAPITAL LETTER Q 1F121 ; NFKC_CF; 0028 0072 0029 # So PARENTHESIZED LATIN CAPITAL LETTER R 1F122 ; NFKC_CF; 0028 0073 0029 # So PARENTHESIZED LATIN CAPITAL LETTER S 1F123 ; NFKC_CF; 0028 0074 0029 # So PARENTHESIZED LATIN CAPITAL LETTER T 1F124 ; NFKC_CF; 0028 0075 0029 # So PARENTHESIZED LATIN CAPITAL LETTER U 1F125 ; NFKC_CF; 0028 0076 0029 # So PARENTHESIZED LATIN CAPITAL LETTER V 1F126 ; NFKC_CF; 0028 0077 0029 # So PARENTHESIZED LATIN CAPITAL LETTER W 1F127 ; NFKC_CF; 0028 0078 0029 # So PARENTHESIZED LATIN CAPITAL LETTER X 1F128 ; NFKC_CF; 0028 0079 0029 # So PARENTHESIZED LATIN CAPITAL LETTER Y 1F129 ; NFKC_CF; 0028 007A 0029 # So PARENTHESIZED LATIN CAPITAL LETTER Z 1F12A ; NFKC_CF; 3014 0073 3015 # So TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S 1F12B ; NFKC_CF; 0063 # So CIRCLED ITALIC LATIN CAPITAL LETTER C 1F12C ; NFKC_CF; 0072 # So CIRCLED ITALIC LATIN CAPITAL LETTER R 1F12D ; NFKC_CF; 0063 0064 # So CIRCLED CD 1F12E ; NFKC_CF; 0077 007A # So CIRCLED WZ 1F130 ; NFKC_CF; 0061 # So SQUARED LATIN CAPITAL LETTER A 1F131 ; NFKC_CF; 0062 # So SQUARED LATIN CAPITAL LETTER B 1F132 ; NFKC_CF; 0063 # So SQUARED LATIN CAPITAL LETTER C 1F133 ; NFKC_CF; 0064 # So SQUARED LATIN CAPITAL LETTER D 1F134 ; NFKC_CF; 0065 # So SQUARED LATIN CAPITAL LETTER E 1F135 ; NFKC_CF; 0066 # So SQUARED LATIN CAPITAL LETTER F 1F136 ; NFKC_CF; 0067 # So SQUARED LATIN CAPITAL LETTER G 1F137 ; NFKC_CF; 0068 # So SQUARED LATIN CAPITAL LETTER H 1F138 ; NFKC_CF; 0069 # So SQUARED LATIN CAPITAL LETTER I 1F139 ; NFKC_CF; 006A # So SQUARED LATIN CAPITAL LETTER J 1F13A ; NFKC_CF; 006B # So SQUARED LATIN CAPITAL LETTER K 1F13B ; NFKC_CF; 006C # So SQUARED LATIN CAPITAL LETTER L 1F13C ; NFKC_CF; 006D # So SQUARED LATIN CAPITAL LETTER M 1F13D ; NFKC_CF; 006E # So SQUARED LATIN CAPITAL LETTER N 1F13E ; NFKC_CF; 006F # So SQUARED LATIN CAPITAL LETTER O 1F13F ; NFKC_CF; 0070 # So SQUARED LATIN CAPITAL LETTER P 1F140 ; NFKC_CF; 0071 # So SQUARED LATIN CAPITAL LETTER Q 1F141 ; NFKC_CF; 0072 # So SQUARED LATIN CAPITAL LETTER R 1F142 ; NFKC_CF; 0073 # So SQUARED LATIN CAPITAL LETTER S 1F143 ; NFKC_CF; 0074 # So SQUARED LATIN CAPITAL LETTER T 1F144 ; NFKC_CF; 0075 # So SQUARED LATIN CAPITAL LETTER U 1F145 ; NFKC_CF; 0076 # So SQUARED LATIN CAPITAL LETTER V 1F146 ; NFKC_CF; 0077 # So SQUARED LATIN CAPITAL LETTER W 1F147 ; NFKC_CF; 0078 # So SQUARED LATIN CAPITAL LETTER X 1F148 ; NFKC_CF; 0079 # So SQUARED LATIN CAPITAL LETTER Y 1F149 ; NFKC_CF; 007A # So SQUARED LATIN CAPITAL LETTER Z 1F14A ; NFKC_CF; 0068 0076 # So SQUARED HV 1F14B ; NFKC_CF; 006D 0076 # So SQUARED MV 1F14C ; NFKC_CF; 0073 0064 # So SQUARED SD 1F14D ; NFKC_CF; 0073 0073 # So SQUARED SS 1F14E ; NFKC_CF; 0070 0070 0076 # So SQUARED PPV 1F14F ; NFKC_CF; 0077 0063 # So SQUARED WC 1F16A ; NFKC_CF; 006D 0063 # So RAISED MC SIGN 1F16B ; NFKC_CF; 006D 0064 # So RAISED MD SIGN 1F190 ; NFKC_CF; 0064 006A # So SQUARE DJ 1F200 ; NFKC_CF; 307B 304B # So SQUARE HIRAGANA HOKA 1F201 ; NFKC_CF; 30B3 30B3 # So SQUARED KATAKANA KOKO 1F202 ; NFKC_CF; 30B5 # So SQUARED KATAKANA SA 1F210 ; NFKC_CF; 624B # So SQUARED CJK UNIFIED IDEOGRAPH-624B 1F211 ; NFKC_CF; 5B57 # So SQUARED CJK UNIFIED IDEOGRAPH-5B57 1F212 ; NFKC_CF; 53CC # So SQUARED CJK UNIFIED IDEOGRAPH-53CC 1F213 ; NFKC_CF; 30C7 # So SQUARED KATAKANA DE 1F214 ; NFKC_CF; 4E8C # So SQUARED CJK UNIFIED IDEOGRAPH-4E8C 1F215 ; NFKC_CF; 591A # So SQUARED CJK UNIFIED IDEOGRAPH-591A 1F216 ; NFKC_CF; 89E3 # So SQUARED CJK UNIFIED IDEOGRAPH-89E3 1F217 ; NFKC_CF; 5929 # So SQUARED CJK UNIFIED IDEOGRAPH-5929 1F218 ; NFKC_CF; 4EA4 # So SQUARED CJK UNIFIED IDEOGRAPH-4EA4 1F219 ; NFKC_CF; 6620 # So SQUARED CJK UNIFIED IDEOGRAPH-6620 1F21A ; NFKC_CF; 7121 # So SQUARED CJK UNIFIED IDEOGRAPH-7121 1F21B ; NFKC_CF; 6599 # So SQUARED CJK UNIFIED IDEOGRAPH-6599 1F21C ; NFKC_CF; 524D # So SQUARED CJK UNIFIED IDEOGRAPH-524D 1F21D ; NFKC_CF; 5F8C # So SQUARED CJK UNIFIED IDEOGRAPH-5F8C 1F21E ; NFKC_CF; 518D # So SQUARED CJK UNIFIED IDEOGRAPH-518D 1F21F ; NFKC_CF; 65B0 # So SQUARED CJK UNIFIED IDEOGRAPH-65B0 1F220 ; NFKC_CF; 521D # So SQUARED CJK UNIFIED IDEOGRAPH-521D 1F221 ; NFKC_CF; 7D42 # So SQUARED CJK UNIFIED IDEOGRAPH-7D42 1F222 ; NFKC_CF; 751F # So SQUARED CJK UNIFIED IDEOGRAPH-751F 1F223 ; NFKC_CF; 8CA9 # So SQUARED CJK UNIFIED IDEOGRAPH-8CA9 1F224 ; NFKC_CF; 58F0 # So SQUARED CJK UNIFIED IDEOGRAPH-58F0 1F225 ; NFKC_CF; 5439 # So SQUARED CJK UNIFIED IDEOGRAPH-5439 1F226 ; NFKC_CF; 6F14 # So SQUARED CJK UNIFIED IDEOGRAPH-6F14 1F227 ; NFKC_CF; 6295 # So SQUARED CJK UNIFIED IDEOGRAPH-6295 1F228 ; NFKC_CF; 6355 # So SQUARED CJK UNIFIED IDEOGRAPH-6355 1F229 ; NFKC_CF; 4E00 # So SQUARED CJK UNIFIED IDEOGRAPH-4E00 1F22A ; NFKC_CF; 4E09 # So SQUARED CJK UNIFIED IDEOGRAPH-4E09 1F22B ; NFKC_CF; 904A # So SQUARED CJK UNIFIED IDEOGRAPH-904A 1F22C ; NFKC_CF; 5DE6 # So SQUARED CJK UNIFIED IDEOGRAPH-5DE6 1F22D ; NFKC_CF; 4E2D # So SQUARED CJK UNIFIED IDEOGRAPH-4E2D 1F22E ; NFKC_CF; 53F3 # So SQUARED CJK UNIFIED IDEOGRAPH-53F3 1F22F ; NFKC_CF; 6307 # So SQUARED CJK UNIFIED IDEOGRAPH-6307 1F230 ; NFKC_CF; 8D70 # So SQUARED CJK UNIFIED IDEOGRAPH-8D70 1F231 ; NFKC_CF; 6253 # So SQUARED CJK UNIFIED IDEOGRAPH-6253 1F232 ; NFKC_CF; 7981 # So SQUARED CJK UNIFIED IDEOGRAPH-7981 1F233 ; NFKC_CF; 7A7A # So SQUARED CJK UNIFIED IDEOGRAPH-7A7A 1F234 ; NFKC_CF; 5408 # So SQUARED CJK UNIFIED IDEOGRAPH-5408 1F235 ; NFKC_CF; 6E80 # So SQUARED CJK UNIFIED IDEOGRAPH-6E80 1F236 ; NFKC_CF; 6709 # So SQUARED CJK UNIFIED IDEOGRAPH-6709 1F237 ; NFKC_CF; 6708 # So SQUARED CJK UNIFIED IDEOGRAPH-6708 1F238 ; NFKC_CF; 7533 # So SQUARED CJK UNIFIED IDEOGRAPH-7533 1F239 ; NFKC_CF; 5272 # So SQUARED CJK UNIFIED IDEOGRAPH-5272 1F23A ; NFKC_CF; 55B6 # So SQUARED CJK UNIFIED IDEOGRAPH-55B6 1F240 ; NFKC_CF; 3014 672C 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C 1F241 ; NFKC_CF; 3014 4E09 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09 1F242 ; NFKC_CF; 3014 4E8C 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C 1F243 ; NFKC_CF; 3014 5B89 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89 1F244 ; NFKC_CF; 3014 70B9 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9 1F245 ; NFKC_CF; 3014 6253 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253 1F246 ; NFKC_CF; 3014 76D7 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7 1F247 ; NFKC_CF; 3014 52DD 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD 1F248 ; NFKC_CF; 3014 6557 3015 # So TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 1F250 ; NFKC_CF; 5F97 # So CIRCLED IDEOGRAPH ADVANTAGE 1F251 ; NFKC_CF; 53EF # So CIRCLED IDEOGRAPH ACCEPT 2F800 ; NFKC_CF; 4E3D # Lo CJK COMPATIBILITY IDEOGRAPH-2F800 2F801 ; NFKC_CF; 4E38 # Lo CJK COMPATIBILITY IDEOGRAPH-2F801 2F802 ; NFKC_CF; 4E41 # Lo CJK COMPATIBILITY IDEOGRAPH-2F802 2F803 ; NFKC_CF; 20122 # Lo CJK COMPATIBILITY IDEOGRAPH-2F803 2F804 ; NFKC_CF; 4F60 # Lo CJK COMPATIBILITY IDEOGRAPH-2F804 2F805 ; NFKC_CF; 4FAE # Lo CJK COMPATIBILITY IDEOGRAPH-2F805 2F806 ; NFKC_CF; 4FBB # Lo CJK COMPATIBILITY IDEOGRAPH-2F806 2F807 ; NFKC_CF; 5002 # Lo CJK COMPATIBILITY IDEOGRAPH-2F807 2F808 ; NFKC_CF; 507A # Lo CJK COMPATIBILITY IDEOGRAPH-2F808 2F809 ; NFKC_CF; 5099 # Lo CJK COMPATIBILITY IDEOGRAPH-2F809 2F80A ; NFKC_CF; 50E7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F80A 2F80B ; NFKC_CF; 50CF # Lo CJK COMPATIBILITY IDEOGRAPH-2F80B 2F80C ; NFKC_CF; 349E # Lo CJK COMPATIBILITY IDEOGRAPH-2F80C 2F80D ; NFKC_CF; 2063A # Lo CJK COMPATIBILITY IDEOGRAPH-2F80D 2F80E ; NFKC_CF; 514D # Lo CJK COMPATIBILITY IDEOGRAPH-2F80E 2F80F ; NFKC_CF; 5154 # Lo CJK COMPATIBILITY IDEOGRAPH-2F80F 2F810 ; NFKC_CF; 5164 # Lo CJK COMPATIBILITY IDEOGRAPH-2F810 2F811 ; NFKC_CF; 5177 # Lo CJK COMPATIBILITY IDEOGRAPH-2F811 2F812 ; NFKC_CF; 2051C # Lo CJK COMPATIBILITY IDEOGRAPH-2F812 2F813 ; NFKC_CF; 34B9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F813 2F814 ; NFKC_CF; 5167 # Lo CJK COMPATIBILITY IDEOGRAPH-2F814 2F815 ; NFKC_CF; 518D # Lo CJK COMPATIBILITY IDEOGRAPH-2F815 2F816 ; NFKC_CF; 2054B # Lo CJK COMPATIBILITY IDEOGRAPH-2F816 2F817 ; NFKC_CF; 5197 # Lo CJK COMPATIBILITY IDEOGRAPH-2F817 2F818 ; NFKC_CF; 51A4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F818 2F819 ; NFKC_CF; 4ECC # Lo CJK COMPATIBILITY IDEOGRAPH-2F819 2F81A ; NFKC_CF; 51AC # Lo CJK COMPATIBILITY IDEOGRAPH-2F81A 2F81B ; NFKC_CF; 51B5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F81B 2F81C ; NFKC_CF; 291DF # Lo CJK COMPATIBILITY IDEOGRAPH-2F81C 2F81D ; NFKC_CF; 51F5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F81D 2F81E ; NFKC_CF; 5203 # Lo CJK COMPATIBILITY IDEOGRAPH-2F81E 2F81F ; NFKC_CF; 34DF # Lo CJK COMPATIBILITY IDEOGRAPH-2F81F 2F820 ; NFKC_CF; 523B # Lo CJK COMPATIBILITY IDEOGRAPH-2F820 2F821 ; NFKC_CF; 5246 # Lo CJK COMPATIBILITY IDEOGRAPH-2F821 2F822 ; NFKC_CF; 5272 # Lo CJK COMPATIBILITY IDEOGRAPH-2F822 2F823 ; NFKC_CF; 5277 # Lo CJK COMPATIBILITY IDEOGRAPH-2F823 2F824 ; NFKC_CF; 3515 # Lo CJK COMPATIBILITY IDEOGRAPH-2F824 2F825 ; NFKC_CF; 52C7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F825 2F826 ; NFKC_CF; 52C9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F826 2F827 ; NFKC_CF; 52E4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F827 2F828 ; NFKC_CF; 52FA # Lo CJK COMPATIBILITY IDEOGRAPH-2F828 2F829 ; NFKC_CF; 5305 # Lo CJK COMPATIBILITY IDEOGRAPH-2F829 2F82A ; NFKC_CF; 5306 # Lo CJK COMPATIBILITY IDEOGRAPH-2F82A 2F82B ; NFKC_CF; 5317 # Lo CJK COMPATIBILITY IDEOGRAPH-2F82B 2F82C ; NFKC_CF; 5349 # Lo CJK COMPATIBILITY IDEOGRAPH-2F82C 2F82D ; NFKC_CF; 5351 # Lo CJK COMPATIBILITY IDEOGRAPH-2F82D 2F82E ; NFKC_CF; 535A # Lo CJK COMPATIBILITY IDEOGRAPH-2F82E 2F82F ; NFKC_CF; 5373 # Lo CJK COMPATIBILITY IDEOGRAPH-2F82F 2F830 ; NFKC_CF; 537D # Lo CJK COMPATIBILITY IDEOGRAPH-2F830 2F831..2F833 ; NFKC_CF; 537F # Lo [3] CJK COMPATIBILITY IDEOGRAPH-2F831..CJK COMPATIBILITY IDEOGRAPH-2F833 2F834 ; NFKC_CF; 20A2C # Lo CJK COMPATIBILITY IDEOGRAPH-2F834 2F835 ; NFKC_CF; 7070 # Lo CJK COMPATIBILITY IDEOGRAPH-2F835 2F836 ; NFKC_CF; 53CA # Lo CJK COMPATIBILITY IDEOGRAPH-2F836 2F837 ; NFKC_CF; 53DF # Lo CJK COMPATIBILITY IDEOGRAPH-2F837 2F838 ; NFKC_CF; 20B63 # Lo CJK COMPATIBILITY IDEOGRAPH-2F838 2F839 ; NFKC_CF; 53EB # Lo CJK COMPATIBILITY IDEOGRAPH-2F839 2F83A ; NFKC_CF; 53F1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F83A 2F83B ; NFKC_CF; 5406 # Lo CJK COMPATIBILITY IDEOGRAPH-2F83B 2F83C ; NFKC_CF; 549E # Lo CJK COMPATIBILITY IDEOGRAPH-2F83C 2F83D ; NFKC_CF; 5438 # Lo CJK COMPATIBILITY IDEOGRAPH-2F83D 2F83E ; NFKC_CF; 5448 # Lo CJK COMPATIBILITY IDEOGRAPH-2F83E 2F83F ; NFKC_CF; 5468 # Lo CJK COMPATIBILITY IDEOGRAPH-2F83F 2F840 ; NFKC_CF; 54A2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F840 2F841 ; NFKC_CF; 54F6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F841 2F842 ; NFKC_CF; 5510 # Lo CJK COMPATIBILITY IDEOGRAPH-2F842 2F843 ; NFKC_CF; 5553 # Lo CJK COMPATIBILITY IDEOGRAPH-2F843 2F844 ; NFKC_CF; 5563 # Lo CJK COMPATIBILITY IDEOGRAPH-2F844 2F845..2F846 ; NFKC_CF; 5584 # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F845..CJK COMPATIBILITY IDEOGRAPH-2F846 2F847 ; NFKC_CF; 5599 # Lo CJK COMPATIBILITY IDEOGRAPH-2F847 2F848 ; NFKC_CF; 55AB # Lo CJK COMPATIBILITY IDEOGRAPH-2F848 2F849 ; NFKC_CF; 55B3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F849 2F84A ; NFKC_CF; 55C2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F84A 2F84B ; NFKC_CF; 5716 # Lo CJK COMPATIBILITY IDEOGRAPH-2F84B 2F84C ; NFKC_CF; 5606 # Lo CJK COMPATIBILITY IDEOGRAPH-2F84C 2F84D ; NFKC_CF; 5717 # Lo CJK COMPATIBILITY IDEOGRAPH-2F84D 2F84E ; NFKC_CF; 5651 # Lo CJK COMPATIBILITY IDEOGRAPH-2F84E 2F84F ; NFKC_CF; 5674 # Lo CJK COMPATIBILITY IDEOGRAPH-2F84F 2F850 ; NFKC_CF; 5207 # Lo CJK COMPATIBILITY IDEOGRAPH-2F850 2F851 ; NFKC_CF; 58EE # Lo CJK COMPATIBILITY IDEOGRAPH-2F851 2F852 ; NFKC_CF; 57CE # Lo CJK COMPATIBILITY IDEOGRAPH-2F852 2F853 ; NFKC_CF; 57F4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F853 2F854 ; NFKC_CF; 580D # Lo CJK COMPATIBILITY IDEOGRAPH-2F854 2F855 ; NFKC_CF; 578B # Lo CJK COMPATIBILITY IDEOGRAPH-2F855 2F856 ; NFKC_CF; 5832 # Lo CJK COMPATIBILITY IDEOGRAPH-2F856 2F857 ; NFKC_CF; 5831 # Lo CJK COMPATIBILITY IDEOGRAPH-2F857 2F858 ; NFKC_CF; 58AC # Lo CJK COMPATIBILITY IDEOGRAPH-2F858 2F859 ; NFKC_CF; 214E4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F859 2F85A ; NFKC_CF; 58F2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F85A 2F85B ; NFKC_CF; 58F7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F85B 2F85C ; NFKC_CF; 5906 # Lo CJK COMPATIBILITY IDEOGRAPH-2F85C 2F85D ; NFKC_CF; 591A # Lo CJK COMPATIBILITY IDEOGRAPH-2F85D 2F85E ; NFKC_CF; 5922 # Lo CJK COMPATIBILITY IDEOGRAPH-2F85E 2F85F ; NFKC_CF; 5962 # Lo CJK COMPATIBILITY IDEOGRAPH-2F85F 2F860 ; NFKC_CF; 216A8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F860 2F861 ; NFKC_CF; 216EA # Lo CJK COMPATIBILITY IDEOGRAPH-2F861 2F862 ; NFKC_CF; 59EC # Lo CJK COMPATIBILITY IDEOGRAPH-2F862 2F863 ; NFKC_CF; 5A1B # Lo CJK COMPATIBILITY IDEOGRAPH-2F863 2F864 ; NFKC_CF; 5A27 # Lo CJK COMPATIBILITY IDEOGRAPH-2F864 2F865 ; NFKC_CF; 59D8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F865 2F866 ; NFKC_CF; 5A66 # Lo CJK COMPATIBILITY IDEOGRAPH-2F866 2F867 ; NFKC_CF; 36EE # Lo CJK COMPATIBILITY IDEOGRAPH-2F867 2F868 ; NFKC_CF; 36FC # Lo CJK COMPATIBILITY IDEOGRAPH-2F868 2F869 ; NFKC_CF; 5B08 # Lo CJK COMPATIBILITY IDEOGRAPH-2F869 2F86A..2F86B ; NFKC_CF; 5B3E # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F86A..CJK COMPATIBILITY IDEOGRAPH-2F86B 2F86C ; NFKC_CF; 219C8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F86C 2F86D ; NFKC_CF; 5BC3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F86D 2F86E ; NFKC_CF; 5BD8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F86E 2F86F ; NFKC_CF; 5BE7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F86F 2F870 ; NFKC_CF; 5BF3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F870 2F871 ; NFKC_CF; 21B18 # Lo CJK COMPATIBILITY IDEOGRAPH-2F871 2F872 ; NFKC_CF; 5BFF # Lo CJK COMPATIBILITY IDEOGRAPH-2F872 2F873 ; NFKC_CF; 5C06 # Lo CJK COMPATIBILITY IDEOGRAPH-2F873 2F874 ; NFKC_CF; 5F53 # Lo CJK COMPATIBILITY IDEOGRAPH-2F874 2F875 ; NFKC_CF; 5C22 # Lo CJK COMPATIBILITY IDEOGRAPH-2F875 2F876 ; NFKC_CF; 3781 # Lo CJK COMPATIBILITY IDEOGRAPH-2F876 2F877 ; NFKC_CF; 5C60 # Lo CJK COMPATIBILITY IDEOGRAPH-2F877 2F878 ; NFKC_CF; 5C6E # Lo CJK COMPATIBILITY IDEOGRAPH-2F878 2F879 ; NFKC_CF; 5CC0 # Lo CJK COMPATIBILITY IDEOGRAPH-2F879 2F87A ; NFKC_CF; 5C8D # Lo CJK COMPATIBILITY IDEOGRAPH-2F87A 2F87B ; NFKC_CF; 21DE4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F87B 2F87C ; NFKC_CF; 5D43 # Lo CJK COMPATIBILITY IDEOGRAPH-2F87C 2F87D ; NFKC_CF; 21DE6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F87D 2F87E ; NFKC_CF; 5D6E # Lo CJK COMPATIBILITY IDEOGRAPH-2F87E 2F87F ; NFKC_CF; 5D6B # Lo CJK COMPATIBILITY IDEOGRAPH-2F87F 2F880 ; NFKC_CF; 5D7C # Lo CJK COMPATIBILITY IDEOGRAPH-2F880 2F881 ; NFKC_CF; 5DE1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F881 2F882 ; NFKC_CF; 5DE2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F882 2F883 ; NFKC_CF; 382F # Lo CJK COMPATIBILITY IDEOGRAPH-2F883 2F884 ; NFKC_CF; 5DFD # Lo CJK COMPATIBILITY IDEOGRAPH-2F884 2F885 ; NFKC_CF; 5E28 # Lo CJK COMPATIBILITY IDEOGRAPH-2F885 2F886 ; NFKC_CF; 5E3D # Lo CJK COMPATIBILITY IDEOGRAPH-2F886 2F887 ; NFKC_CF; 5E69 # Lo CJK COMPATIBILITY IDEOGRAPH-2F887 2F888 ; NFKC_CF; 3862 # Lo CJK COMPATIBILITY IDEOGRAPH-2F888 2F889 ; NFKC_CF; 22183 # Lo CJK COMPATIBILITY IDEOGRAPH-2F889 2F88A ; NFKC_CF; 387C # Lo CJK COMPATIBILITY IDEOGRAPH-2F88A 2F88B ; NFKC_CF; 5EB0 # Lo CJK COMPATIBILITY IDEOGRAPH-2F88B 2F88C ; NFKC_CF; 5EB3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F88C 2F88D ; NFKC_CF; 5EB6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F88D 2F88E ; NFKC_CF; 5ECA # Lo CJK COMPATIBILITY IDEOGRAPH-2F88E 2F88F ; NFKC_CF; 2A392 # Lo CJK COMPATIBILITY IDEOGRAPH-2F88F 2F890 ; NFKC_CF; 5EFE # Lo CJK COMPATIBILITY IDEOGRAPH-2F890 2F891..2F892 ; NFKC_CF; 22331 # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F891..CJK COMPATIBILITY IDEOGRAPH-2F892 2F893 ; NFKC_CF; 8201 # Lo CJK COMPATIBILITY IDEOGRAPH-2F893 2F894..2F895 ; NFKC_CF; 5F22 # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F894..CJK COMPATIBILITY IDEOGRAPH-2F895 2F896 ; NFKC_CF; 38C7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F896 2F897 ; NFKC_CF; 232B8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F897 2F898 ; NFKC_CF; 261DA # Lo CJK COMPATIBILITY IDEOGRAPH-2F898 2F899 ; NFKC_CF; 5F62 # Lo CJK COMPATIBILITY IDEOGRAPH-2F899 2F89A ; NFKC_CF; 5F6B # Lo CJK COMPATIBILITY IDEOGRAPH-2F89A 2F89B ; NFKC_CF; 38E3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F89B 2F89C ; NFKC_CF; 5F9A # Lo CJK COMPATIBILITY IDEOGRAPH-2F89C 2F89D ; NFKC_CF; 5FCD # Lo CJK COMPATIBILITY IDEOGRAPH-2F89D 2F89E ; NFKC_CF; 5FD7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F89E 2F89F ; NFKC_CF; 5FF9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F89F 2F8A0 ; NFKC_CF; 6081 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A0 2F8A1 ; NFKC_CF; 393A # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A1 2F8A2 ; NFKC_CF; 391C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A2 2F8A3 ; NFKC_CF; 6094 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A3 2F8A4 ; NFKC_CF; 226D4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A4 2F8A5 ; NFKC_CF; 60C7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A5 2F8A6 ; NFKC_CF; 6148 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A6 2F8A7 ; NFKC_CF; 614C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A7 2F8A8 ; NFKC_CF; 614E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A8 2F8A9 ; NFKC_CF; 614C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8A9 2F8AA ; NFKC_CF; 617A # Lo CJK COMPATIBILITY IDEOGRAPH-2F8AA 2F8AB ; NFKC_CF; 618E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8AB 2F8AC ; NFKC_CF; 61B2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8AC 2F8AD ; NFKC_CF; 61A4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8AD 2F8AE ; NFKC_CF; 61AF # Lo CJK COMPATIBILITY IDEOGRAPH-2F8AE 2F8AF ; NFKC_CF; 61DE # Lo CJK COMPATIBILITY IDEOGRAPH-2F8AF 2F8B0 ; NFKC_CF; 61F2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B0 2F8B1 ; NFKC_CF; 61F6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B1 2F8B2 ; NFKC_CF; 6210 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B2 2F8B3 ; NFKC_CF; 621B # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B3 2F8B4 ; NFKC_CF; 625D # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B4 2F8B5 ; NFKC_CF; 62B1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B5 2F8B6 ; NFKC_CF; 62D4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B6 2F8B7 ; NFKC_CF; 6350 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B7 2F8B8 ; NFKC_CF; 22B0C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B8 2F8B9 ; NFKC_CF; 633D # Lo CJK COMPATIBILITY IDEOGRAPH-2F8B9 2F8BA ; NFKC_CF; 62FC # Lo CJK COMPATIBILITY IDEOGRAPH-2F8BA 2F8BB ; NFKC_CF; 6368 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8BB 2F8BC ; NFKC_CF; 6383 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8BC 2F8BD ; NFKC_CF; 63E4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8BD 2F8BE ; NFKC_CF; 22BF1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8BE 2F8BF ; NFKC_CF; 6422 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8BF 2F8C0 ; NFKC_CF; 63C5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C0 2F8C1 ; NFKC_CF; 63A9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C1 2F8C2 ; NFKC_CF; 3A2E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C2 2F8C3 ; NFKC_CF; 6469 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C3 2F8C4 ; NFKC_CF; 647E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C4 2F8C5 ; NFKC_CF; 649D # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C5 2F8C6 ; NFKC_CF; 6477 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C6 2F8C7 ; NFKC_CF; 3A6C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C7 2F8C8 ; NFKC_CF; 654F # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C8 2F8C9 ; NFKC_CF; 656C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8C9 2F8CA ; NFKC_CF; 2300A # Lo CJK COMPATIBILITY IDEOGRAPH-2F8CA 2F8CB ; NFKC_CF; 65E3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8CB 2F8CC ; NFKC_CF; 66F8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8CC 2F8CD ; NFKC_CF; 6649 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8CD 2F8CE ; NFKC_CF; 3B19 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8CE 2F8CF ; NFKC_CF; 6691 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8CF 2F8D0 ; NFKC_CF; 3B08 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D0 2F8D1 ; NFKC_CF; 3AE4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D1 2F8D2 ; NFKC_CF; 5192 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D2 2F8D3 ; NFKC_CF; 5195 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D3 2F8D4 ; NFKC_CF; 6700 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D4 2F8D5 ; NFKC_CF; 669C # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D5 2F8D6 ; NFKC_CF; 80AD # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D6 2F8D7 ; NFKC_CF; 43D9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D7 2F8D8 ; NFKC_CF; 6717 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D8 2F8D9 ; NFKC_CF; 671B # Lo CJK COMPATIBILITY IDEOGRAPH-2F8D9 2F8DA ; NFKC_CF; 6721 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8DA 2F8DB ; NFKC_CF; 675E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8DB 2F8DC ; NFKC_CF; 6753 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8DC 2F8DD ; NFKC_CF; 233C3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8DD 2F8DE ; NFKC_CF; 3B49 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8DE 2F8DF ; NFKC_CF; 67FA # Lo CJK COMPATIBILITY IDEOGRAPH-2F8DF 2F8E0 ; NFKC_CF; 6785 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E0 2F8E1 ; NFKC_CF; 6852 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E1 2F8E2 ; NFKC_CF; 6885 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E2 2F8E3 ; NFKC_CF; 2346D # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E3 2F8E4 ; NFKC_CF; 688E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E4 2F8E5 ; NFKC_CF; 681F # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E5 2F8E6 ; NFKC_CF; 6914 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E6 2F8E7 ; NFKC_CF; 3B9D # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E7 2F8E8 ; NFKC_CF; 6942 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E8 2F8E9 ; NFKC_CF; 69A3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8E9 2F8EA ; NFKC_CF; 69EA # Lo CJK COMPATIBILITY IDEOGRAPH-2F8EA 2F8EB ; NFKC_CF; 6AA8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8EB 2F8EC ; NFKC_CF; 236A3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8EC 2F8ED ; NFKC_CF; 6ADB # Lo CJK COMPATIBILITY IDEOGRAPH-2F8ED 2F8EE ; NFKC_CF; 3C18 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8EE 2F8EF ; NFKC_CF; 6B21 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8EF 2F8F0 ; NFKC_CF; 238A7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F0 2F8F1 ; NFKC_CF; 6B54 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F1 2F8F2 ; NFKC_CF; 3C4E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F2 2F8F3 ; NFKC_CF; 6B72 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F3 2F8F4 ; NFKC_CF; 6B9F # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F4 2F8F5 ; NFKC_CF; 6BBA # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F5 2F8F6 ; NFKC_CF; 6BBB # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F6 2F8F7 ; NFKC_CF; 23A8D # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F7 2F8F8 ; NFKC_CF; 21D0B # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F8 2F8F9 ; NFKC_CF; 23AFA # Lo CJK COMPATIBILITY IDEOGRAPH-2F8F9 2F8FA ; NFKC_CF; 6C4E # Lo CJK COMPATIBILITY IDEOGRAPH-2F8FA 2F8FB ; NFKC_CF; 23CBC # Lo CJK COMPATIBILITY IDEOGRAPH-2F8FB 2F8FC ; NFKC_CF; 6CBF # Lo CJK COMPATIBILITY IDEOGRAPH-2F8FC 2F8FD ; NFKC_CF; 6CCD # Lo CJK COMPATIBILITY IDEOGRAPH-2F8FD 2F8FE ; NFKC_CF; 6C67 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8FE 2F8FF ; NFKC_CF; 6D16 # Lo CJK COMPATIBILITY IDEOGRAPH-2F8FF 2F900 ; NFKC_CF; 6D3E # Lo CJK COMPATIBILITY IDEOGRAPH-2F900 2F901 ; NFKC_CF; 6D77 # Lo CJK COMPATIBILITY IDEOGRAPH-2F901 2F902 ; NFKC_CF; 6D41 # Lo CJK COMPATIBILITY IDEOGRAPH-2F902 2F903 ; NFKC_CF; 6D69 # Lo CJK COMPATIBILITY IDEOGRAPH-2F903 2F904 ; NFKC_CF; 6D78 # Lo CJK COMPATIBILITY IDEOGRAPH-2F904 2F905 ; NFKC_CF; 6D85 # Lo CJK COMPATIBILITY IDEOGRAPH-2F905 2F906 ; NFKC_CF; 23D1E # Lo CJK COMPATIBILITY IDEOGRAPH-2F906 2F907 ; NFKC_CF; 6D34 # Lo CJK COMPATIBILITY IDEOGRAPH-2F907 2F908 ; NFKC_CF; 6E2F # Lo CJK COMPATIBILITY IDEOGRAPH-2F908 2F909 ; NFKC_CF; 6E6E # Lo CJK COMPATIBILITY IDEOGRAPH-2F909 2F90A ; NFKC_CF; 3D33 # Lo CJK COMPATIBILITY IDEOGRAPH-2F90A 2F90B ; NFKC_CF; 6ECB # Lo CJK COMPATIBILITY IDEOGRAPH-2F90B 2F90C ; NFKC_CF; 6EC7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F90C 2F90D ; NFKC_CF; 23ED1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F90D 2F90E ; NFKC_CF; 6DF9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F90E 2F90F ; NFKC_CF; 6F6E # Lo CJK COMPATIBILITY IDEOGRAPH-2F90F 2F910 ; NFKC_CF; 23F5E # Lo CJK COMPATIBILITY IDEOGRAPH-2F910 2F911 ; NFKC_CF; 23F8E # Lo CJK COMPATIBILITY IDEOGRAPH-2F911 2F912 ; NFKC_CF; 6FC6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F912 2F913 ; NFKC_CF; 7039 # Lo CJK COMPATIBILITY IDEOGRAPH-2F913 2F914 ; NFKC_CF; 701E # Lo CJK COMPATIBILITY IDEOGRAPH-2F914 2F915 ; NFKC_CF; 701B # Lo CJK COMPATIBILITY IDEOGRAPH-2F915 2F916 ; NFKC_CF; 3D96 # Lo CJK COMPATIBILITY IDEOGRAPH-2F916 2F917 ; NFKC_CF; 704A # Lo CJK COMPATIBILITY IDEOGRAPH-2F917 2F918 ; NFKC_CF; 707D # Lo CJK COMPATIBILITY IDEOGRAPH-2F918 2F919 ; NFKC_CF; 7077 # Lo CJK COMPATIBILITY IDEOGRAPH-2F919 2F91A ; NFKC_CF; 70AD # Lo CJK COMPATIBILITY IDEOGRAPH-2F91A 2F91B ; NFKC_CF; 20525 # Lo CJK COMPATIBILITY IDEOGRAPH-2F91B 2F91C ; NFKC_CF; 7145 # Lo CJK COMPATIBILITY IDEOGRAPH-2F91C 2F91D ; NFKC_CF; 24263 # Lo CJK COMPATIBILITY IDEOGRAPH-2F91D 2F91E ; NFKC_CF; 719C # Lo CJK COMPATIBILITY IDEOGRAPH-2F91E 2F91F ; NFKC_CF; 243AB # Lo CJK COMPATIBILITY IDEOGRAPH-2F91F 2F920 ; NFKC_CF; 7228 # Lo CJK COMPATIBILITY IDEOGRAPH-2F920 2F921 ; NFKC_CF; 7235 # Lo CJK COMPATIBILITY IDEOGRAPH-2F921 2F922 ; NFKC_CF; 7250 # Lo CJK COMPATIBILITY IDEOGRAPH-2F922 2F923 ; NFKC_CF; 24608 # Lo CJK COMPATIBILITY IDEOGRAPH-2F923 2F924 ; NFKC_CF; 7280 # Lo CJK COMPATIBILITY IDEOGRAPH-2F924 2F925 ; NFKC_CF; 7295 # Lo CJK COMPATIBILITY IDEOGRAPH-2F925 2F926 ; NFKC_CF; 24735 # Lo CJK COMPATIBILITY IDEOGRAPH-2F926 2F927 ; NFKC_CF; 24814 # Lo CJK COMPATIBILITY IDEOGRAPH-2F927 2F928 ; NFKC_CF; 737A # Lo CJK COMPATIBILITY IDEOGRAPH-2F928 2F929 ; NFKC_CF; 738B # Lo CJK COMPATIBILITY IDEOGRAPH-2F929 2F92A ; NFKC_CF; 3EAC # Lo CJK COMPATIBILITY IDEOGRAPH-2F92A 2F92B ; NFKC_CF; 73A5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F92B 2F92C..2F92D ; NFKC_CF; 3EB8 # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F92C..CJK COMPATIBILITY IDEOGRAPH-2F92D 2F92E ; NFKC_CF; 7447 # Lo CJK COMPATIBILITY IDEOGRAPH-2F92E 2F92F ; NFKC_CF; 745C # Lo CJK COMPATIBILITY IDEOGRAPH-2F92F 2F930 ; NFKC_CF; 7471 # Lo CJK COMPATIBILITY IDEOGRAPH-2F930 2F931 ; NFKC_CF; 7485 # Lo CJK COMPATIBILITY IDEOGRAPH-2F931 2F932 ; NFKC_CF; 74CA # Lo CJK COMPATIBILITY IDEOGRAPH-2F932 2F933 ; NFKC_CF; 3F1B # Lo CJK COMPATIBILITY IDEOGRAPH-2F933 2F934 ; NFKC_CF; 7524 # Lo CJK COMPATIBILITY IDEOGRAPH-2F934 2F935 ; NFKC_CF; 24C36 # Lo CJK COMPATIBILITY IDEOGRAPH-2F935 2F936 ; NFKC_CF; 753E # Lo CJK COMPATIBILITY IDEOGRAPH-2F936 2F937 ; NFKC_CF; 24C92 # Lo CJK COMPATIBILITY IDEOGRAPH-2F937 2F938 ; NFKC_CF; 7570 # Lo CJK COMPATIBILITY IDEOGRAPH-2F938 2F939 ; NFKC_CF; 2219F # Lo CJK COMPATIBILITY IDEOGRAPH-2F939 2F93A ; NFKC_CF; 7610 # Lo CJK COMPATIBILITY IDEOGRAPH-2F93A 2F93B ; NFKC_CF; 24FA1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F93B 2F93C ; NFKC_CF; 24FB8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F93C 2F93D ; NFKC_CF; 25044 # Lo CJK COMPATIBILITY IDEOGRAPH-2F93D 2F93E ; NFKC_CF; 3FFC # Lo CJK COMPATIBILITY IDEOGRAPH-2F93E 2F93F ; NFKC_CF; 4008 # Lo CJK COMPATIBILITY IDEOGRAPH-2F93F 2F940 ; NFKC_CF; 76F4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F940 2F941 ; NFKC_CF; 250F3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F941 2F942 ; NFKC_CF; 250F2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F942 2F943 ; NFKC_CF; 25119 # Lo CJK COMPATIBILITY IDEOGRAPH-2F943 2F944 ; NFKC_CF; 25133 # Lo CJK COMPATIBILITY IDEOGRAPH-2F944 2F945 ; NFKC_CF; 771E # Lo CJK COMPATIBILITY IDEOGRAPH-2F945 2F946..2F947 ; NFKC_CF; 771F # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F946..CJK COMPATIBILITY IDEOGRAPH-2F947 2F948 ; NFKC_CF; 774A # Lo CJK COMPATIBILITY IDEOGRAPH-2F948 2F949 ; NFKC_CF; 4039 # Lo CJK COMPATIBILITY IDEOGRAPH-2F949 2F94A ; NFKC_CF; 778B # Lo CJK COMPATIBILITY IDEOGRAPH-2F94A 2F94B ; NFKC_CF; 4046 # Lo CJK COMPATIBILITY IDEOGRAPH-2F94B 2F94C ; NFKC_CF; 4096 # Lo CJK COMPATIBILITY IDEOGRAPH-2F94C 2F94D ; NFKC_CF; 2541D # Lo CJK COMPATIBILITY IDEOGRAPH-2F94D 2F94E ; NFKC_CF; 784E # Lo CJK COMPATIBILITY IDEOGRAPH-2F94E 2F94F ; NFKC_CF; 788C # Lo CJK COMPATIBILITY IDEOGRAPH-2F94F 2F950 ; NFKC_CF; 78CC # Lo CJK COMPATIBILITY IDEOGRAPH-2F950 2F951 ; NFKC_CF; 40E3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F951 2F952 ; NFKC_CF; 25626 # Lo CJK COMPATIBILITY IDEOGRAPH-2F952 2F953 ; NFKC_CF; 7956 # Lo CJK COMPATIBILITY IDEOGRAPH-2F953 2F954 ; NFKC_CF; 2569A # Lo CJK COMPATIBILITY IDEOGRAPH-2F954 2F955 ; NFKC_CF; 256C5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F955 2F956 ; NFKC_CF; 798F # Lo CJK COMPATIBILITY IDEOGRAPH-2F956 2F957 ; NFKC_CF; 79EB # Lo CJK COMPATIBILITY IDEOGRAPH-2F957 2F958 ; NFKC_CF; 412F # Lo CJK COMPATIBILITY IDEOGRAPH-2F958 2F959 ; NFKC_CF; 7A40 # Lo CJK COMPATIBILITY IDEOGRAPH-2F959 2F95A ; NFKC_CF; 7A4A # Lo CJK COMPATIBILITY IDEOGRAPH-2F95A 2F95B ; NFKC_CF; 7A4F # Lo CJK COMPATIBILITY IDEOGRAPH-2F95B 2F95C ; NFKC_CF; 2597C # Lo CJK COMPATIBILITY IDEOGRAPH-2F95C 2F95D..2F95E ; NFKC_CF; 25AA7 # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F95D..CJK COMPATIBILITY IDEOGRAPH-2F95E 2F95F ; NFKC_CF; 7AEE # Lo CJK COMPATIBILITY IDEOGRAPH-2F95F 2F960 ; NFKC_CF; 4202 # Lo CJK COMPATIBILITY IDEOGRAPH-2F960 2F961 ; NFKC_CF; 25BAB # Lo CJK COMPATIBILITY IDEOGRAPH-2F961 2F962 ; NFKC_CF; 7BC6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F962 2F963 ; NFKC_CF; 7BC9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F963 2F964 ; NFKC_CF; 4227 # Lo CJK COMPATIBILITY IDEOGRAPH-2F964 2F965 ; NFKC_CF; 25C80 # Lo CJK COMPATIBILITY IDEOGRAPH-2F965 2F966 ; NFKC_CF; 7CD2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F966 2F967 ; NFKC_CF; 42A0 # Lo CJK COMPATIBILITY IDEOGRAPH-2F967 2F968 ; NFKC_CF; 7CE8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F968 2F969 ; NFKC_CF; 7CE3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F969 2F96A ; NFKC_CF; 7D00 # Lo CJK COMPATIBILITY IDEOGRAPH-2F96A 2F96B ; NFKC_CF; 25F86 # Lo CJK COMPATIBILITY IDEOGRAPH-2F96B 2F96C ; NFKC_CF; 7D63 # Lo CJK COMPATIBILITY IDEOGRAPH-2F96C 2F96D ; NFKC_CF; 4301 # Lo CJK COMPATIBILITY IDEOGRAPH-2F96D 2F96E ; NFKC_CF; 7DC7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F96E 2F96F ; NFKC_CF; 7E02 # Lo CJK COMPATIBILITY IDEOGRAPH-2F96F 2F970 ; NFKC_CF; 7E45 # Lo CJK COMPATIBILITY IDEOGRAPH-2F970 2F971 ; NFKC_CF; 4334 # Lo CJK COMPATIBILITY IDEOGRAPH-2F971 2F972 ; NFKC_CF; 26228 # Lo CJK COMPATIBILITY IDEOGRAPH-2F972 2F973 ; NFKC_CF; 26247 # Lo CJK COMPATIBILITY IDEOGRAPH-2F973 2F974 ; NFKC_CF; 4359 # Lo CJK COMPATIBILITY IDEOGRAPH-2F974 2F975 ; NFKC_CF; 262D9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F975 2F976 ; NFKC_CF; 7F7A # Lo CJK COMPATIBILITY IDEOGRAPH-2F976 2F977 ; NFKC_CF; 2633E # Lo CJK COMPATIBILITY IDEOGRAPH-2F977 2F978 ; NFKC_CF; 7F95 # Lo CJK COMPATIBILITY IDEOGRAPH-2F978 2F979 ; NFKC_CF; 7FFA # Lo CJK COMPATIBILITY IDEOGRAPH-2F979 2F97A ; NFKC_CF; 8005 # Lo CJK COMPATIBILITY IDEOGRAPH-2F97A 2F97B ; NFKC_CF; 264DA # Lo CJK COMPATIBILITY IDEOGRAPH-2F97B 2F97C ; NFKC_CF; 26523 # Lo CJK COMPATIBILITY IDEOGRAPH-2F97C 2F97D ; NFKC_CF; 8060 # Lo CJK COMPATIBILITY IDEOGRAPH-2F97D 2F97E ; NFKC_CF; 265A8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F97E 2F97F ; NFKC_CF; 8070 # Lo CJK COMPATIBILITY IDEOGRAPH-2F97F 2F980 ; NFKC_CF; 2335F # Lo CJK COMPATIBILITY IDEOGRAPH-2F980 2F981 ; NFKC_CF; 43D5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F981 2F982 ; NFKC_CF; 80B2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F982 2F983 ; NFKC_CF; 8103 # Lo CJK COMPATIBILITY IDEOGRAPH-2F983 2F984 ; NFKC_CF; 440B # Lo CJK COMPATIBILITY IDEOGRAPH-2F984 2F985 ; NFKC_CF; 813E # Lo CJK COMPATIBILITY IDEOGRAPH-2F985 2F986 ; NFKC_CF; 5AB5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F986 2F987 ; NFKC_CF; 267A7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F987 2F988 ; NFKC_CF; 267B5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F988 2F989 ; NFKC_CF; 23393 # Lo CJK COMPATIBILITY IDEOGRAPH-2F989 2F98A ; NFKC_CF; 2339C # Lo CJK COMPATIBILITY IDEOGRAPH-2F98A 2F98B ; NFKC_CF; 8201 # Lo CJK COMPATIBILITY IDEOGRAPH-2F98B 2F98C ; NFKC_CF; 8204 # Lo CJK COMPATIBILITY IDEOGRAPH-2F98C 2F98D ; NFKC_CF; 8F9E # Lo CJK COMPATIBILITY IDEOGRAPH-2F98D 2F98E ; NFKC_CF; 446B # Lo CJK COMPATIBILITY IDEOGRAPH-2F98E 2F98F ; NFKC_CF; 8291 # Lo CJK COMPATIBILITY IDEOGRAPH-2F98F 2F990 ; NFKC_CF; 828B # Lo CJK COMPATIBILITY IDEOGRAPH-2F990 2F991 ; NFKC_CF; 829D # Lo CJK COMPATIBILITY IDEOGRAPH-2F991 2F992 ; NFKC_CF; 52B3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F992 2F993 ; NFKC_CF; 82B1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F993 2F994 ; NFKC_CF; 82B3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F994 2F995 ; NFKC_CF; 82BD # Lo CJK COMPATIBILITY IDEOGRAPH-2F995 2F996 ; NFKC_CF; 82E6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F996 2F997 ; NFKC_CF; 26B3C # Lo CJK COMPATIBILITY IDEOGRAPH-2F997 2F998 ; NFKC_CF; 82E5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F998 2F999 ; NFKC_CF; 831D # Lo CJK COMPATIBILITY IDEOGRAPH-2F999 2F99A ; NFKC_CF; 8363 # Lo CJK COMPATIBILITY IDEOGRAPH-2F99A 2F99B ; NFKC_CF; 83AD # Lo CJK COMPATIBILITY IDEOGRAPH-2F99B 2F99C ; NFKC_CF; 8323 # Lo CJK COMPATIBILITY IDEOGRAPH-2F99C 2F99D ; NFKC_CF; 83BD # Lo CJK COMPATIBILITY IDEOGRAPH-2F99D 2F99E ; NFKC_CF; 83E7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F99E 2F99F ; NFKC_CF; 8457 # Lo CJK COMPATIBILITY IDEOGRAPH-2F99F 2F9A0 ; NFKC_CF; 8353 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A0 2F9A1 ; NFKC_CF; 83CA # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A1 2F9A2 ; NFKC_CF; 83CC # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A2 2F9A3 ; NFKC_CF; 83DC # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A3 2F9A4 ; NFKC_CF; 26C36 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A4 2F9A5 ; NFKC_CF; 26D6B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A5 2F9A6 ; NFKC_CF; 26CD5 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A6 2F9A7 ; NFKC_CF; 452B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A7 2F9A8 ; NFKC_CF; 84F1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A8 2F9A9 ; NFKC_CF; 84F3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9A9 2F9AA ; NFKC_CF; 8516 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9AA 2F9AB ; NFKC_CF; 273CA # Lo CJK COMPATIBILITY IDEOGRAPH-2F9AB 2F9AC ; NFKC_CF; 8564 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9AC 2F9AD ; NFKC_CF; 26F2C # Lo CJK COMPATIBILITY IDEOGRAPH-2F9AD 2F9AE ; NFKC_CF; 455D # Lo CJK COMPATIBILITY IDEOGRAPH-2F9AE 2F9AF ; NFKC_CF; 4561 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9AF 2F9B0 ; NFKC_CF; 26FB1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B0 2F9B1 ; NFKC_CF; 270D2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B1 2F9B2 ; NFKC_CF; 456B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B2 2F9B3 ; NFKC_CF; 8650 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B3 2F9B4 ; NFKC_CF; 865C # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B4 2F9B5 ; NFKC_CF; 8667 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B5 2F9B6 ; NFKC_CF; 8669 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B6 2F9B7 ; NFKC_CF; 86A9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B7 2F9B8 ; NFKC_CF; 8688 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B8 2F9B9 ; NFKC_CF; 870E # Lo CJK COMPATIBILITY IDEOGRAPH-2F9B9 2F9BA ; NFKC_CF; 86E2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9BA 2F9BB ; NFKC_CF; 8779 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9BB 2F9BC ; NFKC_CF; 8728 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9BC 2F9BD ; NFKC_CF; 876B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9BD 2F9BE ; NFKC_CF; 8786 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9BE 2F9BF ; NFKC_CF; 45D7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9BF 2F9C0 ; NFKC_CF; 87E1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C0 2F9C1 ; NFKC_CF; 8801 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C1 2F9C2 ; NFKC_CF; 45F9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C2 2F9C3 ; NFKC_CF; 8860 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C3 2F9C4 ; NFKC_CF; 8863 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C4 2F9C5 ; NFKC_CF; 27667 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C5 2F9C6 ; NFKC_CF; 88D7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C6 2F9C7 ; NFKC_CF; 88DE # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C7 2F9C8 ; NFKC_CF; 4635 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C8 2F9C9 ; NFKC_CF; 88FA # Lo CJK COMPATIBILITY IDEOGRAPH-2F9C9 2F9CA ; NFKC_CF; 34BB # Lo CJK COMPATIBILITY IDEOGRAPH-2F9CA 2F9CB ; NFKC_CF; 278AE # Lo CJK COMPATIBILITY IDEOGRAPH-2F9CB 2F9CC ; NFKC_CF; 27966 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9CC 2F9CD ; NFKC_CF; 46BE # Lo CJK COMPATIBILITY IDEOGRAPH-2F9CD 2F9CE ; NFKC_CF; 46C7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9CE 2F9CF ; NFKC_CF; 8AA0 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9CF 2F9D0 ; NFKC_CF; 8AED # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D0 2F9D1 ; NFKC_CF; 8B8A # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D1 2F9D2 ; NFKC_CF; 8C55 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D2 2F9D3 ; NFKC_CF; 27CA8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D3 2F9D4 ; NFKC_CF; 8CAB # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D4 2F9D5 ; NFKC_CF; 8CC1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D5 2F9D6 ; NFKC_CF; 8D1B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D6 2F9D7 ; NFKC_CF; 8D77 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D7 2F9D8 ; NFKC_CF; 27F2F # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D8 2F9D9 ; NFKC_CF; 20804 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9D9 2F9DA ; NFKC_CF; 8DCB # Lo CJK COMPATIBILITY IDEOGRAPH-2F9DA 2F9DB ; NFKC_CF; 8DBC # Lo CJK COMPATIBILITY IDEOGRAPH-2F9DB 2F9DC ; NFKC_CF; 8DF0 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9DC 2F9DD ; NFKC_CF; 208DE # Lo CJK COMPATIBILITY IDEOGRAPH-2F9DD 2F9DE ; NFKC_CF; 8ED4 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9DE 2F9DF ; NFKC_CF; 8F38 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9DF 2F9E0 ; NFKC_CF; 285D2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E0 2F9E1 ; NFKC_CF; 285ED # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E1 2F9E2 ; NFKC_CF; 9094 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E2 2F9E3 ; NFKC_CF; 90F1 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E3 2F9E4 ; NFKC_CF; 9111 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E4 2F9E5 ; NFKC_CF; 2872E # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E5 2F9E6 ; NFKC_CF; 911B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E6 2F9E7 ; NFKC_CF; 9238 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E7 2F9E8 ; NFKC_CF; 92D7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E8 2F9E9 ; NFKC_CF; 92D8 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9E9 2F9EA ; NFKC_CF; 927C # Lo CJK COMPATIBILITY IDEOGRAPH-2F9EA 2F9EB ; NFKC_CF; 93F9 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9EB 2F9EC ; NFKC_CF; 9415 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9EC 2F9ED ; NFKC_CF; 28BFA # Lo CJK COMPATIBILITY IDEOGRAPH-2F9ED 2F9EE ; NFKC_CF; 958B # Lo CJK COMPATIBILITY IDEOGRAPH-2F9EE 2F9EF ; NFKC_CF; 4995 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9EF 2F9F0 ; NFKC_CF; 95B7 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F0 2F9F1 ; NFKC_CF; 28D77 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F1 2F9F2 ; NFKC_CF; 49E6 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F2 2F9F3 ; NFKC_CF; 96C3 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F3 2F9F4 ; NFKC_CF; 5DB2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F4 2F9F5 ; NFKC_CF; 9723 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F5 2F9F6 ; NFKC_CF; 29145 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F6 2F9F7 ; NFKC_CF; 2921A # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F7 2F9F8 ; NFKC_CF; 4A6E # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F8 2F9F9 ; NFKC_CF; 4A76 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9F9 2F9FA ; NFKC_CF; 97E0 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9FA 2F9FB ; NFKC_CF; 2940A # Lo CJK COMPATIBILITY IDEOGRAPH-2F9FB 2F9FC ; NFKC_CF; 4AB2 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9FC 2F9FD ; NFKC_CF; 29496 # Lo CJK COMPATIBILITY IDEOGRAPH-2F9FD 2F9FE..2F9FF ; NFKC_CF; 980B # Lo [2] CJK COMPATIBILITY IDEOGRAPH-2F9FE..CJK COMPATIBILITY IDEOGRAPH-2F9FF 2FA00 ; NFKC_CF; 9829 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA00 2FA01 ; NFKC_CF; 295B6 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA01 2FA02 ; NFKC_CF; 98E2 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA02 2FA03 ; NFKC_CF; 4B33 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA03 2FA04 ; NFKC_CF; 9929 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA04 2FA05 ; NFKC_CF; 99A7 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA05 2FA06 ; NFKC_CF; 99C2 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA06 2FA07 ; NFKC_CF; 99FE # Lo CJK COMPATIBILITY IDEOGRAPH-2FA07 2FA08 ; NFKC_CF; 4BCE # Lo CJK COMPATIBILITY IDEOGRAPH-2FA08 2FA09 ; NFKC_CF; 29B30 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA09 2FA0A ; NFKC_CF; 9B12 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA0A 2FA0B ; NFKC_CF; 9C40 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA0B 2FA0C ; NFKC_CF; 9CFD # Lo CJK COMPATIBILITY IDEOGRAPH-2FA0C 2FA0D ; NFKC_CF; 4CCE # Lo CJK COMPATIBILITY IDEOGRAPH-2FA0D 2FA0E ; NFKC_CF; 4CED # Lo CJK COMPATIBILITY IDEOGRAPH-2FA0E 2FA0F ; NFKC_CF; 9D67 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA0F 2FA10 ; NFKC_CF; 2A0CE # Lo CJK COMPATIBILITY IDEOGRAPH-2FA10 2FA11 ; NFKC_CF; 4CF8 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA11 2FA12 ; NFKC_CF; 2A105 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA12 2FA13 ; NFKC_CF; 2A20E # Lo CJK COMPATIBILITY IDEOGRAPH-2FA13 2FA14 ; NFKC_CF; 2A291 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA14 2FA15 ; NFKC_CF; 9EBB # Lo CJK COMPATIBILITY IDEOGRAPH-2FA15 2FA16 ; NFKC_CF; 4D56 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA16 2FA17 ; NFKC_CF; 9EF9 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA17 2FA18 ; NFKC_CF; 9EFE # Lo CJK COMPATIBILITY IDEOGRAPH-2FA18 2FA19 ; NFKC_CF; 9F05 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA19 2FA1A ; NFKC_CF; 9F0F # Lo CJK COMPATIBILITY IDEOGRAPH-2FA1A 2FA1B ; NFKC_CF; 9F16 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA1B 2FA1C ; NFKC_CF; 9F3B # Lo CJK COMPATIBILITY IDEOGRAPH-2FA1C 2FA1D ; NFKC_CF; 2A600 # Lo CJK COMPATIBILITY IDEOGRAPH-2FA1D E0000 ; NFKC_CF; # Cn <reserved-E0000> E0001 ; NFKC_CF; # Cf LANGUAGE TAG E0002..E001F ; NFKC_CF; # Cn [30] <reserved-E0002>..<reserved-E001F> E0020..E007F ; NFKC_CF; # Cf [96] TAG SPACE..CANCEL TAG E0080..E00FF ; NFKC_CF; # Cn [128] <reserved-E0080>..<reserved-E00FF> E0100..E01EF ; NFKC_CF; # Mn [240] VARIATION SELECTOR-17..VARIATION SELECTOR-256 E01F0..E0FFF ; NFKC_CF; # Cn [3600] <reserved-E01F0>..<reserved-E0FFF> # Total code points: 9946 # ================================================ # Derived Property: Changes_When_NFKC_Casefolded (CWKCF) # Characters that are not stable under an NFKC_Casefold mapping. # As defined by cp != NFKC_Casefold(cp) 0041..005A ; Changes_When_NFKC_Casefolded # L& [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z 00A0 ; Changes_When_NFKC_Casefolded # Zs NO-BREAK SPACE 00A8 ; Changes_When_NFKC_Casefolded # Sk DIAERESIS 00AA ; Changes_When_NFKC_Casefolded # Lo FEMININE ORDINAL INDICATOR 00AD ; Changes_When_NFKC_Casefolded # Cf SOFT HYPHEN 00AF ; Changes_When_NFKC_Casefolded # Sk MACRON 00B2..00B3 ; Changes_When_NFKC_Casefolded # No [2] SUPERSCRIPT TWO..SUPERSCRIPT THREE 00B4 ; Changes_When_NFKC_Casefolded # Sk ACUTE ACCENT 00B5 ; Changes_When_NFKC_Casefolded # L& MICRO SIGN 00B8 ; Changes_When_NFKC_Casefolded # Sk CEDILLA 00B9 ; Changes_When_NFKC_Casefolded # No SUPERSCRIPT ONE 00BA ; Changes_When_NFKC_Casefolded # Lo MASCULINE ORDINAL INDICATOR 00BC..00BE ; Changes_When_NFKC_Casefolded # No [3] VULGAR FRACTION ONE QUARTER..VULGAR FRACTION THREE QUARTERS 00C0..00D6 ; Changes_When_NFKC_Casefolded # L& [23] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER O WITH DIAERESIS 00D8..00DF ; Changes_When_NFKC_Casefolded # L& [8] LATIN CAPITAL LETTER O WITH STROKE..LATIN SMALL LETTER SHARP S 0100 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH MACRON 0102 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH BREVE 0104 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH OGONEK 0106 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER C WITH ACUTE 0108 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER C WITH CIRCUMFLEX 010A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER C WITH DOT ABOVE 010C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER C WITH CARON 010E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH CARON 0110 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH STROKE 0112 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH MACRON 0114 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH BREVE 0116 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH DOT ABOVE 0118 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH OGONEK 011A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CARON 011C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH CIRCUMFLEX 011E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH BREVE 0120 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH DOT ABOVE 0122 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH CEDILLA 0124 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH CIRCUMFLEX 0126 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH STROKE 0128 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH TILDE 012A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH MACRON 012C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH BREVE 012E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH OGONEK 0130 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH DOT ABOVE 0132..0134 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LIGATURE IJ..LATIN CAPITAL LETTER J WITH CIRCUMFLEX 0136 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH CEDILLA 0139 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH ACUTE 013B ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH CEDILLA 013D ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH CARON 013F..0141 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN CAPITAL LETTER L WITH STROKE 0143 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH ACUTE 0145 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH CEDILLA 0147 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH CARON 0149..014A ; Changes_When_NFKC_Casefolded # L& [2] LATIN SMALL LETTER N PRECEDED BY APOSTROPHE..LATIN CAPITAL LETTER ENG 014C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH MACRON 014E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH BREVE 0150 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH DOUBLE ACUTE 0152 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LIGATURE OE 0154 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH ACUTE 0156 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH CEDILLA 0158 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH CARON 015A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH ACUTE 015C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH CIRCUMFLEX 015E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH CEDILLA 0160 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH CARON 0162 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH CEDILLA 0164 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH CARON 0166 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH STROKE 0168 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH TILDE 016A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH MACRON 016C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH BREVE 016E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH RING ABOVE 0170 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DOUBLE ACUTE 0172 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH OGONEK 0174 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH CIRCUMFLEX 0176 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH CIRCUMFLEX 0178..0179 ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER Y WITH DIAERESIS..LATIN CAPITAL LETTER Z WITH ACUTE 017B ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH DOT ABOVE 017D ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH CARON 017F ; Changes_When_NFKC_Casefolded # L& LATIN SMALL LETTER LONG S 0181..0182 ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER B WITH HOOK..LATIN CAPITAL LETTER B WITH TOPBAR 0184 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER TONE SIX 0186..0187 ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER OPEN O..LATIN CAPITAL LETTER C WITH HOOK 0189..018B ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER AFRICAN D..LATIN CAPITAL LETTER D WITH TOPBAR 018E..0191 ; Changes_When_NFKC_Casefolded # L& [4] LATIN CAPITAL LETTER REVERSED E..LATIN CAPITAL LETTER F WITH HOOK 0193..0194 ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER G WITH HOOK..LATIN CAPITAL LETTER GAMMA 0196..0198 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER IOTA..LATIN CAPITAL LETTER K WITH HOOK 019C..019D ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER TURNED M..LATIN CAPITAL LETTER N WITH LEFT HOOK 019F..01A0 ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER O WITH MIDDLE TILDE..LATIN CAPITAL LETTER O WITH HORN 01A2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER OI 01A4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER P WITH HOOK 01A6..01A7 ; Changes_When_NFKC_Casefolded # L& [2] LATIN LETTER YR..LATIN CAPITAL LETTER TONE TWO 01A9 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER ESH 01AC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH HOOK 01AE..01AF ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER T WITH RETROFLEX HOOK..LATIN CAPITAL LETTER U WITH HORN 01B1..01B3 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER UPSILON..LATIN CAPITAL LETTER Y WITH HOOK 01B5 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH STROKE 01B7..01B8 ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER EZH..LATIN CAPITAL LETTER EZH REVERSED 01BC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER TONE FIVE 01C4..01CD ; Changes_When_NFKC_Casefolded # L& [10] LATIN CAPITAL LETTER DZ WITH CARON..LATIN CAPITAL LETTER A WITH CARON 01CF ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH CARON 01D1 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH CARON 01D3 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH CARON 01D5 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON 01D7 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE 01D9 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON 01DB ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE 01DE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON 01E0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON 01E2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AE WITH MACRON 01E4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH STROKE 01E6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH CARON 01E8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH CARON 01EA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH OGONEK 01EC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH OGONEK AND MACRON 01EE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER EZH WITH CARON 01F1..01F4 ; Changes_When_NFKC_Casefolded # L& [4] LATIN CAPITAL LETTER DZ..LATIN CAPITAL LETTER G WITH ACUTE 01F6..01F8 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER HWAIR..LATIN CAPITAL LETTER N WITH GRAVE 01FA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE 01FC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AE WITH ACUTE 01FE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH STROKE AND ACUTE 0200 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH DOUBLE GRAVE 0202 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH INVERTED BREVE 0204 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH DOUBLE GRAVE 0206 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH INVERTED BREVE 0208 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH DOUBLE GRAVE 020A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH INVERTED BREVE 020C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH DOUBLE GRAVE 020E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH INVERTED BREVE 0210 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH DOUBLE GRAVE 0212 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH INVERTED BREVE 0214 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DOUBLE GRAVE 0216 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH INVERTED BREVE 0218 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH COMMA BELOW 021A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH COMMA BELOW 021C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER YOGH 021E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH CARON 0220 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH LONG RIGHT LEG 0222 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER OU 0224 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH HOOK 0226 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH DOT ABOVE 0228 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CEDILLA 022A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON 022C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH TILDE AND MACRON 022E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH DOT ABOVE 0230 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON 0232 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH MACRON 023A..023B ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER A WITH STROKE..LATIN CAPITAL LETTER C WITH STROKE 023D..023E ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER L WITH BAR..LATIN CAPITAL LETTER T WITH DIAGONAL STROKE 0241 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER GLOTTAL STOP 0243..0246 ; Changes_When_NFKC_Casefolded # L& [4] LATIN CAPITAL LETTER B WITH STROKE..LATIN CAPITAL LETTER E WITH STROKE 0248 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER J WITH STROKE 024A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL 024C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH STROKE 024E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH STROKE 02B0..02B8 ; Changes_When_NFKC_Casefolded # Lm [9] MODIFIER LETTER SMALL H..MODIFIER LETTER SMALL Y 02D8..02DD ; Changes_When_NFKC_Casefolded # Sk [6] BREVE..DOUBLE ACUTE ACCENT 02E0..02E4 ; Changes_When_NFKC_Casefolded # Lm [5] MODIFIER LETTER SMALL GAMMA..MODIFIER LETTER SMALL REVERSED GLOTTAL STOP 0340..0341 ; Changes_When_NFKC_Casefolded # Mn [2] COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK 0343..0345 ; Changes_When_NFKC_Casefolded # Mn [3] COMBINING GREEK KORONIS..COMBINING GREEK YPOGEGRAMMENI 034F ; Changes_When_NFKC_Casefolded # Mn COMBINING GRAPHEME JOINER 0370 ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER HETA 0372 ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER ARCHAIC SAMPI 0374 ; Changes_When_NFKC_Casefolded # Lm GREEK NUMERAL SIGN 0376 ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA 037A ; Changes_When_NFKC_Casefolded # Lm GREEK YPOGEGRAMMENI 037E ; Changes_When_NFKC_Casefolded # Po GREEK QUESTION MARK 0384..0385 ; Changes_When_NFKC_Casefolded # Sk [2] GREEK TONOS..GREEK DIALYTIKA TONOS 0386 ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER ALPHA WITH TONOS 0387 ; Changes_When_NFKC_Casefolded # Po GREEK ANO TELEIA 0388..038A ; Changes_When_NFKC_Casefolded # L& [3] GREEK CAPITAL LETTER EPSILON WITH TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS 038C ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER OMICRON WITH TONOS 038E..038F ; Changes_When_NFKC_Casefolded # L& [2] GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK CAPITAL LETTER OMEGA WITH TONOS 0391..03A1 ; Changes_When_NFKC_Casefolded # L& [17] GREEK CAPITAL LETTER ALPHA..GREEK CAPITAL LETTER RHO 03A3..03AB ; Changes_When_NFKC_Casefolded # L& [9] GREEK CAPITAL LETTER SIGMA..GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA 03C2 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER FINAL SIGMA 03CF..03D6 ; Changes_When_NFKC_Casefolded # L& [8] GREEK CAPITAL KAI SYMBOL..GREEK PI SYMBOL 03D8 ; Changes_When_NFKC_Casefolded # L& GREEK LETTER ARCHAIC KOPPA 03DA ; Changes_When_NFKC_Casefolded # L& GREEK LETTER STIGMA 03DC ; Changes_When_NFKC_Casefolded # L& GREEK LETTER DIGAMMA 03DE ; Changes_When_NFKC_Casefolded # L& GREEK LETTER KOPPA 03E0 ; Changes_When_NFKC_Casefolded # L& GREEK LETTER SAMPI 03E2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER SHEI 03E4 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER FEI 03E6 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER KHEI 03E8 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER HORI 03EA ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER GANGIA 03EC ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER SHIMA 03EE ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER DEI 03F0..03F2 ; Changes_When_NFKC_Casefolded # L& [3] GREEK KAPPA SYMBOL..GREEK LUNATE SIGMA SYMBOL 03F4..03F5 ; Changes_When_NFKC_Casefolded # L& [2] GREEK CAPITAL THETA SYMBOL..GREEK LUNATE EPSILON SYMBOL 03F7 ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER SHO 03F9..03FA ; Changes_When_NFKC_Casefolded # L& [2] GREEK CAPITAL LUNATE SIGMA SYMBOL..GREEK CAPITAL LETTER SAN 03FD..042F ; Changes_When_NFKC_Casefolded # L& [51] GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL..CYRILLIC CAPITAL LETTER YA 0460 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER OMEGA 0462 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER YAT 0464 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTIFIED E 0466 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER LITTLE YUS 0468 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS 046A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BIG YUS 046C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS 046E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KSI 0470 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER PSI 0472 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER FITA 0474 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IZHITSA 0476 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0478 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER UK 047A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ROUND OMEGA 047C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER OMEGA WITH TITLO 047E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER OT 0480 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOPPA 048A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SHORT I WITH TAIL 048C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SEMISOFT SIGN 048E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ER WITH TICK 0490 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER GHE WITH UPTURN 0492 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER GHE WITH STROKE 0494 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK 0496 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER 0498 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ZE WITH DESCENDER 049A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KA WITH DESCENDER 049C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE 049E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KA WITH STROKE 04A0 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BASHKIR KA 04A2 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EN WITH DESCENDER 04A4 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LIGATURE EN GHE 04A6 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK 04A8 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ABKHASIAN HA 04AA ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ES WITH DESCENDER 04AC ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER TE WITH DESCENDER 04AE ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER STRAIGHT U 04B0 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE 04B2 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER HA WITH DESCENDER 04B4 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LIGATURE TE TSE 04B6 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER CHE WITH DESCENDER 04B8 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE 04BA ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SHHA 04BC ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ABKHASIAN CHE 04BE ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER 04C0..04C1 ; Changes_When_NFKC_Casefolded # L& [2] CYRILLIC LETTER PALOCHKA..CYRILLIC CAPITAL LETTER ZHE WITH BREVE 04C3 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KA WITH HOOK 04C5 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EL WITH TAIL 04C7 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EN WITH HOOK 04C9 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EN WITH TAIL 04CB ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KHAKASSIAN CHE 04CD ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EM WITH TAIL 04D0 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER A WITH BREVE 04D2 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER A WITH DIAERESIS 04D4 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LIGATURE A IE 04D6 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IE WITH BREVE 04D8 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SCHWA 04DA ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS 04DC ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS 04DE ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS 04E0 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ABKHASIAN DZE 04E2 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER I WITH MACRON 04E4 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER I WITH DIAERESIS 04E6 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER O WITH DIAERESIS 04E8 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BARRED O 04EA ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS 04EC ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER E WITH DIAERESIS 04EE ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER U WITH MACRON 04F0 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER U WITH DIAERESIS 04F2 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE 04F4 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 04F6 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER GHE WITH DESCENDER 04F8 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 04FA ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK 04FC ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER HA WITH HOOK 04FE ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER HA WITH STROKE 0500 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI DE 0502 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI DJE 0504 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI ZJE 0506 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI DZJE 0508 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI LJE 050A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI NJE 050C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI SJE 050E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER KOMI TJE 0510 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER REVERSED ZE 0512 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EL WITH HOOK 0514 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER LHA 0516 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER RHA 0518 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER YAE 051A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER QA 051C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER WE 051E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ALEUT KA 0520 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK 0522 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK 0524 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER PE WITH DESCENDER 0526 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER 0531..0556 ; Changes_When_NFKC_Casefolded # L& [38] ARMENIAN CAPITAL LETTER AYB..ARMENIAN CAPITAL LETTER FEH 0587 ; Changes_When_NFKC_Casefolded # L& ARMENIAN SMALL LIGATURE ECH YIWN 061C ; Changes_When_NFKC_Casefolded # Cf ARABIC LETTER MARK 0675..0678 ; Changes_When_NFKC_Casefolded # Lo [4] ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH 0958..095F ; Changes_When_NFKC_Casefolded # Lo [8] DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA 09DC..09DD ; Changes_When_NFKC_Casefolded # Lo [2] BENGALI LETTER RRA..BENGALI LETTER RHA 09DF ; Changes_When_NFKC_Casefolded # Lo BENGALI LETTER YYA 0A33 ; Changes_When_NFKC_Casefolded # Lo GURMUKHI LETTER LLA 0A36 ; Changes_When_NFKC_Casefolded # Lo GURMUKHI LETTER SHA 0A59..0A5B ; Changes_When_NFKC_Casefolded # Lo [3] GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA 0A5E ; Changes_When_NFKC_Casefolded # Lo GURMUKHI LETTER FA 0B5C..0B5D ; Changes_When_NFKC_Casefolded # Lo [2] ORIYA LETTER RRA..ORIYA LETTER RHA 0E33 ; Changes_When_NFKC_Casefolded # Lo THAI CHARACTER SARA AM 0EB3 ; Changes_When_NFKC_Casefolded # Lo LAO VOWEL SIGN AM 0EDC..0EDD ; Changes_When_NFKC_Casefolded # Lo [2] LAO HO NO..LAO HO MO 0F0C ; Changes_When_NFKC_Casefolded # Po TIBETAN MARK DELIMITER TSHEG BSTAR 0F43 ; Changes_When_NFKC_Casefolded # Lo TIBETAN LETTER GHA 0F4D ; Changes_When_NFKC_Casefolded # Lo TIBETAN LETTER DDHA 0F52 ; Changes_When_NFKC_Casefolded # Lo TIBETAN LETTER DHA 0F57 ; Changes_When_NFKC_Casefolded # Lo TIBETAN LETTER BHA 0F5C ; Changes_When_NFKC_Casefolded # Lo TIBETAN LETTER DZHA 0F69 ; Changes_When_NFKC_Casefolded # Lo TIBETAN LETTER KSSA 0F73 ; Changes_When_NFKC_Casefolded # Mn TIBETAN VOWEL SIGN II 0F75..0F79 ; Changes_When_NFKC_Casefolded # Mn [5] TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL 0F81 ; Changes_When_NFKC_Casefolded # Mn TIBETAN VOWEL SIGN REVERSED II 0F93 ; Changes_When_NFKC_Casefolded # Mn TIBETAN SUBJOINED LETTER GHA 0F9D ; Changes_When_NFKC_Casefolded # Mn TIBETAN SUBJOINED LETTER DDHA 0FA2 ; Changes_When_NFKC_Casefolded # Mn TIBETAN SUBJOINED LETTER DHA 0FA7 ; Changes_When_NFKC_Casefolded # Mn TIBETAN SUBJOINED LETTER BHA 0FAC ; Changes_When_NFKC_Casefolded # Mn TIBETAN SUBJOINED LETTER DZHA 0FB9 ; Changes_When_NFKC_Casefolded # Mn TIBETAN SUBJOINED LETTER KSSA 10A0..10C5 ; Changes_When_NFKC_Casefolded # L& [38] GEORGIAN CAPITAL LETTER AN..GEORGIAN CAPITAL LETTER HOE 10C7 ; Changes_When_NFKC_Casefolded # L& GEORGIAN CAPITAL LETTER YN 10CD ; Changes_When_NFKC_Casefolded # L& GEORGIAN CAPITAL LETTER AEN 10FC ; Changes_When_NFKC_Casefolded # Lm MODIFIER LETTER GEORGIAN NAR 115F..1160 ; Changes_When_NFKC_Casefolded # Lo [2] HANGUL CHOSEONG FILLER..HANGUL JUNGSEONG FILLER 17B4..17B5 ; Changes_When_NFKC_Casefolded # Mn [2] KHMER VOWEL INHERENT AQ..KHMER VOWEL INHERENT AA 180B..180D ; Changes_When_NFKC_Casefolded # Mn [3] MONGOLIAN FREE VARIATION SELECTOR ONE..MONGOLIAN FREE VARIATION SELECTOR THREE 180E ; Changes_When_NFKC_Casefolded # Cf MONGOLIAN VOWEL SEPARATOR 1D2C..1D2E ; Changes_When_NFKC_Casefolded # Lm [3] MODIFIER LETTER CAPITAL A..MODIFIER LETTER CAPITAL B 1D30..1D3A ; Changes_When_NFKC_Casefolded # Lm [11] MODIFIER LETTER CAPITAL D..MODIFIER LETTER CAPITAL N 1D3C..1D4D ; Changes_When_NFKC_Casefolded # Lm [18] MODIFIER LETTER CAPITAL O..MODIFIER LETTER SMALL G 1D4F..1D6A ; Changes_When_NFKC_Casefolded # Lm [28] MODIFIER LETTER SMALL K..GREEK SUBSCRIPT SMALL LETTER CHI 1D78 ; Changes_When_NFKC_Casefolded # Lm MODIFIER LETTER CYRILLIC EN 1D9B..1DBF ; Changes_When_NFKC_Casefolded # Lm [37] MODIFIER LETTER SMALL TURNED ALPHA..MODIFIER LETTER SMALL THETA 1E00 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH RING BELOW 1E02 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER B WITH DOT ABOVE 1E04 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER B WITH DOT BELOW 1E06 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER B WITH LINE BELOW 1E08 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE 1E0A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH DOT ABOVE 1E0C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH DOT BELOW 1E0E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH LINE BELOW 1E10 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH CEDILLA 1E12 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW 1E14 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH MACRON AND GRAVE 1E16 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH MACRON AND ACUTE 1E18 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW 1E1A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH TILDE BELOW 1E1C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE 1E1E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER F WITH DOT ABOVE 1E20 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH MACRON 1E22 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH DOT ABOVE 1E24 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH DOT BELOW 1E26 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH DIAERESIS 1E28 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH CEDILLA 1E2A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH BREVE BELOW 1E2C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH TILDE BELOW 1E2E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE 1E30 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH ACUTE 1E32 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH DOT BELOW 1E34 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH LINE BELOW 1E36 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH DOT BELOW 1E38 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON 1E3A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH LINE BELOW 1E3C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW 1E3E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER M WITH ACUTE 1E40 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER M WITH DOT ABOVE 1E42 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER M WITH DOT BELOW 1E44 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH DOT ABOVE 1E46 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH DOT BELOW 1E48 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH LINE BELOW 1E4A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW 1E4C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH TILDE AND ACUTE 1E4E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS 1E50 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH MACRON AND GRAVE 1E52 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH MACRON AND ACUTE 1E54 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER P WITH ACUTE 1E56 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER P WITH DOT ABOVE 1E58 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH DOT ABOVE 1E5A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH DOT BELOW 1E5C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON 1E5E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH LINE BELOW 1E60 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH DOT ABOVE 1E62 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH DOT BELOW 1E64 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE 1E66 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE 1E68 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE 1E6A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH DOT ABOVE 1E6C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH DOT BELOW 1E6E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH LINE BELOW 1E70 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW 1E72 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DIAERESIS BELOW 1E74 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH TILDE BELOW 1E76 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW 1E78 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH TILDE AND ACUTE 1E7A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS 1E7C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER V WITH TILDE 1E7E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER V WITH DOT BELOW 1E80 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH GRAVE 1E82 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH ACUTE 1E84 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH DIAERESIS 1E86 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH DOT ABOVE 1E88 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH DOT BELOW 1E8A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER X WITH DOT ABOVE 1E8C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER X WITH DIAERESIS 1E8E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH DOT ABOVE 1E90 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH CIRCUMFLEX 1E92 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH DOT BELOW 1E94 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH LINE BELOW 1E9A..1E9B ; Changes_When_NFKC_Casefolded # L& [2] LATIN SMALL LETTER A WITH RIGHT HALF RING..LATIN SMALL LETTER LONG S WITH DOT ABOVE 1E9E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER SHARP S 1EA0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH DOT BELOW 1EA2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH HOOK ABOVE 1EA4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE 1EA6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE 1EA8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 1EAA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE 1EAC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EAE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH BREVE AND ACUTE 1EB0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH BREVE AND GRAVE 1EB2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE 1EB4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH BREVE AND TILDE 1EB6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW 1EB8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH DOT BELOW 1EBA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH HOOK ABOVE 1EBC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH TILDE 1EBE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE 1EC0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE 1EC2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 1EC4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE 1EC6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EC8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH HOOK ABOVE 1ECA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER I WITH DOT BELOW 1ECC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH DOT BELOW 1ECE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH HOOK ABOVE 1ED0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE 1ED2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE 1ED4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 1ED6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE 1ED8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1EDA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH HORN AND ACUTE 1EDC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH HORN AND GRAVE 1EDE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE 1EE0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH HORN AND TILDE 1EE2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW 1EE4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH DOT BELOW 1EE6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH HOOK ABOVE 1EE8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH HORN AND ACUTE 1EEA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH HORN AND GRAVE 1EEC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE 1EEE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH HORN AND TILDE 1EF0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW 1EF2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH GRAVE 1EF4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH DOT BELOW 1EF6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH HOOK ABOVE 1EF8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH TILDE 1EFA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER MIDDLE-WELSH LL 1EFC ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER MIDDLE-WELSH V 1EFE ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Y WITH LOOP 1F08..1F0F ; Changes_When_NFKC_Casefolded # L& [8] GREEK CAPITAL LETTER ALPHA WITH PSILI..GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F18..1F1D ; Changes_When_NFKC_Casefolded # L& [6] GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F28..1F2F ; Changes_When_NFKC_Casefolded # L& [8] GREEK CAPITAL LETTER ETA WITH PSILI..GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI 1F38..1F3F ; Changes_When_NFKC_Casefolded # L& [8] GREEK CAPITAL LETTER IOTA WITH PSILI..GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI 1F48..1F4D ; Changes_When_NFKC_Casefolded # L& [6] GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F59 ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER UPSILON WITH DASIA 1F5B ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F5D ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F5F ; Changes_When_NFKC_Casefolded # L& GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F68..1F6F ; Changes_When_NFKC_Casefolded # L& [8] GREEK CAPITAL LETTER OMEGA WITH PSILI..GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F71 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER ALPHA WITH OXIA 1F73 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER EPSILON WITH OXIA 1F75 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER ETA WITH OXIA 1F77 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER IOTA WITH OXIA 1F79 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER OMICRON WITH OXIA 1F7B ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER UPSILON WITH OXIA 1F7D ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER OMEGA WITH OXIA 1F80..1FAF ; Changes_When_NFKC_Casefolded # L& [48] GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI 1FB2..1FB4 ; Changes_When_NFKC_Casefolded # L& [3] GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 1FB7..1FBC ; Changes_When_NFKC_Casefolded # L& [6] GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI 1FBD ; Changes_When_NFKC_Casefolded # Sk GREEK KORONIS 1FBE ; Changes_When_NFKC_Casefolded # L& GREEK PROSGEGRAMMENI 1FBF..1FC1 ; Changes_When_NFKC_Casefolded # Sk [3] GREEK PSILI..GREEK DIALYTIKA AND PERISPOMENI 1FC2..1FC4 ; Changes_When_NFKC_Casefolded # L& [3] GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 1FC7..1FCC ; Changes_When_NFKC_Casefolded # L& [6] GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI 1FCD..1FCF ; Changes_When_NFKC_Casefolded # Sk [3] GREEK PSILI AND VARIA..GREEK PSILI AND PERISPOMENI 1FD3 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 1FD8..1FDB ; Changes_When_NFKC_Casefolded # L& [4] GREEK CAPITAL LETTER IOTA WITH VRACHY..GREEK CAPITAL LETTER IOTA WITH OXIA 1FDD..1FDF ; Changes_When_NFKC_Casefolded # Sk [3] GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI 1FE3 ; Changes_When_NFKC_Casefolded # L& GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 1FE8..1FEC ; Changes_When_NFKC_Casefolded # L& [5] GREEK CAPITAL LETTER UPSILON WITH VRACHY..GREEK CAPITAL LETTER RHO WITH DASIA 1FED..1FEF ; Changes_When_NFKC_Casefolded # Sk [3] GREEK DIALYTIKA AND VARIA..GREEK VARIA 1FF2..1FF4 ; Changes_When_NFKC_Casefolded # L& [3] GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 1FF7..1FFC ; Changes_When_NFKC_Casefolded # L& [6] GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI 1FFD..1FFE ; Changes_When_NFKC_Casefolded # Sk [2] GREEK OXIA..GREEK DASIA 2000..200A ; Changes_When_NFKC_Casefolded # Zs [11] EN QUAD..HAIR SPACE 200B..200F ; Changes_When_NFKC_Casefolded # Cf [5] ZERO WIDTH SPACE..RIGHT-TO-LEFT MARK 2011 ; Changes_When_NFKC_Casefolded # Pd NON-BREAKING HYPHEN 2017 ; Changes_When_NFKC_Casefolded # Po DOUBLE LOW LINE 2024..2026 ; Changes_When_NFKC_Casefolded # Po [3] ONE DOT LEADER..HORIZONTAL ELLIPSIS 202A..202E ; Changes_When_NFKC_Casefolded # Cf [5] LEFT-TO-RIGHT EMBEDDING..RIGHT-TO-LEFT OVERRIDE 202F ; Changes_When_NFKC_Casefolded # Zs NARROW NO-BREAK SPACE 2033..2034 ; Changes_When_NFKC_Casefolded # Po [2] DOUBLE PRIME..TRIPLE PRIME 2036..2037 ; Changes_When_NFKC_Casefolded # Po [2] REVERSED DOUBLE PRIME..REVERSED TRIPLE PRIME 203C ; Changes_When_NFKC_Casefolded # Po DOUBLE EXCLAMATION MARK 203E ; Changes_When_NFKC_Casefolded # Po OVERLINE 2047..2049 ; Changes_When_NFKC_Casefolded # Po [3] DOUBLE QUESTION MARK..EXCLAMATION QUESTION MARK 2057 ; Changes_When_NFKC_Casefolded # Po QUADRUPLE PRIME 205F ; Changes_When_NFKC_Casefolded # Zs MEDIUM MATHEMATICAL SPACE 2060..2064 ; Changes_When_NFKC_Casefolded # Cf [5] WORD JOINER..INVISIBLE PLUS 2065 ; Changes_When_NFKC_Casefolded # Cn <reserved-2065> 2066..206F ; Changes_When_NFKC_Casefolded # Cf [10] LEFT-TO-RIGHT ISOLATE..NOMINAL DIGIT SHAPES 2070 ; Changes_When_NFKC_Casefolded # No SUPERSCRIPT ZERO 2071 ; Changes_When_NFKC_Casefolded # Lm SUPERSCRIPT LATIN SMALL LETTER I 2074..2079 ; Changes_When_NFKC_Casefolded # No [6] SUPERSCRIPT FOUR..SUPERSCRIPT NINE 207A..207C ; Changes_When_NFKC_Casefolded # Sm [3] SUPERSCRIPT PLUS SIGN..SUPERSCRIPT EQUALS SIGN 207D ; Changes_When_NFKC_Casefolded # Ps SUPERSCRIPT LEFT PARENTHESIS 207E ; Changes_When_NFKC_Casefolded # Pe SUPERSCRIPT RIGHT PARENTHESIS 207F ; Changes_When_NFKC_Casefolded # Lm SUPERSCRIPT LATIN SMALL LETTER N 2080..2089 ; Changes_When_NFKC_Casefolded # No [10] SUBSCRIPT ZERO..SUBSCRIPT NINE 208A..208C ; Changes_When_NFKC_Casefolded # Sm [3] SUBSCRIPT PLUS SIGN..SUBSCRIPT EQUALS SIGN 208D ; Changes_When_NFKC_Casefolded # Ps SUBSCRIPT LEFT PARENTHESIS 208E ; Changes_When_NFKC_Casefolded # Pe SUBSCRIPT RIGHT PARENTHESIS 2090..209C ; Changes_When_NFKC_Casefolded # Lm [13] LATIN SUBSCRIPT SMALL LETTER A..LATIN SUBSCRIPT SMALL LETTER T 20A8 ; Changes_When_NFKC_Casefolded # Sc RUPEE SIGN 2100..2101 ; Changes_When_NFKC_Casefolded # So [2] ACCOUNT OF..ADDRESSED TO THE SUBJECT 2102 ; Changes_When_NFKC_Casefolded # L& DOUBLE-STRUCK CAPITAL C 2103 ; Changes_When_NFKC_Casefolded # So DEGREE CELSIUS 2105..2106 ; Changes_When_NFKC_Casefolded # So [2] CARE OF..CADA UNA 2107 ; Changes_When_NFKC_Casefolded # L& EULER CONSTANT 2109 ; Changes_When_NFKC_Casefolded # So DEGREE FAHRENHEIT 210A..2113 ; Changes_When_NFKC_Casefolded # L& [10] SCRIPT SMALL G..SCRIPT SMALL L 2115 ; Changes_When_NFKC_Casefolded # L& DOUBLE-STRUCK CAPITAL N 2116 ; Changes_When_NFKC_Casefolded # So NUMERO SIGN 2119..211D ; Changes_When_NFKC_Casefolded # L& [5] DOUBLE-STRUCK CAPITAL P..DOUBLE-STRUCK CAPITAL R 2120..2122 ; Changes_When_NFKC_Casefolded # So [3] SERVICE MARK..TRADE MARK SIGN 2124 ; Changes_When_NFKC_Casefolded # L& DOUBLE-STRUCK CAPITAL Z 2126 ; Changes_When_NFKC_Casefolded # L& OHM SIGN 2128 ; Changes_When_NFKC_Casefolded # L& BLACK-LETTER CAPITAL Z 212A..212D ; Changes_When_NFKC_Casefolded # L& [4] KELVIN SIGN..BLACK-LETTER CAPITAL C 212F..2134 ; Changes_When_NFKC_Casefolded # L& [6] SCRIPT SMALL E..SCRIPT SMALL O 2135..2138 ; Changes_When_NFKC_Casefolded # Lo [4] ALEF SYMBOL..DALET SYMBOL 2139 ; Changes_When_NFKC_Casefolded # L& INFORMATION SOURCE 213B ; Changes_When_NFKC_Casefolded # So FACSIMILE SIGN 213C..213F ; Changes_When_NFKC_Casefolded # L& [4] DOUBLE-STRUCK SMALL PI..DOUBLE-STRUCK CAPITAL PI 2140 ; Changes_When_NFKC_Casefolded # Sm DOUBLE-STRUCK N-ARY SUMMATION 2145..2149 ; Changes_When_NFKC_Casefolded # L& [5] DOUBLE-STRUCK ITALIC CAPITAL D..DOUBLE-STRUCK ITALIC SMALL J 2150..215F ; Changes_When_NFKC_Casefolded # No [16] VULGAR FRACTION ONE SEVENTH..FRACTION NUMERATOR ONE 2160..217F ; Changes_When_NFKC_Casefolded # Nl [32] ROMAN NUMERAL ONE..SMALL ROMAN NUMERAL ONE THOUSAND 2183 ; Changes_When_NFKC_Casefolded # L& ROMAN NUMERAL REVERSED ONE HUNDRED 2189 ; Changes_When_NFKC_Casefolded # No VULGAR FRACTION ZERO THIRDS 222C..222D ; Changes_When_NFKC_Casefolded # Sm [2] DOUBLE INTEGRAL..TRIPLE INTEGRAL 222F..2230 ; Changes_When_NFKC_Casefolded # Sm [2] SURFACE INTEGRAL..VOLUME INTEGRAL 2329 ; Changes_When_NFKC_Casefolded # Ps LEFT-POINTING ANGLE BRACKET 232A ; Changes_When_NFKC_Casefolded # Pe RIGHT-POINTING ANGLE BRACKET 2460..249B ; Changes_When_NFKC_Casefolded # No [60] CIRCLED DIGIT ONE..NUMBER TWENTY FULL STOP 249C..24E9 ; Changes_When_NFKC_Casefolded # So [78] PARENTHESIZED LATIN SMALL LETTER A..CIRCLED LATIN SMALL LETTER Z 24EA ; Changes_When_NFKC_Casefolded # No CIRCLED DIGIT ZERO 2A0C ; Changes_When_NFKC_Casefolded # Sm QUADRUPLE INTEGRAL OPERATOR 2A74..2A76 ; Changes_When_NFKC_Casefolded # Sm [3] DOUBLE COLON EQUAL..THREE CONSECUTIVE EQUALS SIGNS 2ADC ; Changes_When_NFKC_Casefolded # Sm FORKING 2C00..2C2E ; Changes_When_NFKC_Casefolded # L& [47] GLAGOLITIC CAPITAL LETTER AZU..GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE 2C60 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH DOUBLE BAR 2C62..2C64 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER L WITH MIDDLE TILDE..LATIN CAPITAL LETTER R WITH TAIL 2C67 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH DESCENDER 2C69 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH DESCENDER 2C6B ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Z WITH DESCENDER 2C6D..2C70 ; Changes_When_NFKC_Casefolded # L& [4] LATIN CAPITAL LETTER ALPHA..LATIN CAPITAL LETTER TURNED ALPHA 2C72 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER W WITH HOOK 2C75 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER HALF H 2C7C..2C7D ; Changes_When_NFKC_Casefolded # Lm [2] LATIN SUBSCRIPT SMALL LETTER J..MODIFIER LETTER CAPITAL V 2C7E..2C80 ; Changes_When_NFKC_Casefolded # L& [3] LATIN CAPITAL LETTER S WITH SWASH TAIL..COPTIC CAPITAL LETTER ALFA 2C82 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER VIDA 2C84 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER GAMMA 2C86 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER DALDA 2C88 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER EIE 2C8A ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER SOU 2C8C ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER ZATA 2C8E ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER HATE 2C90 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER THETHE 2C92 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER IAUDA 2C94 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER KAPA 2C96 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER LAULA 2C98 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER MI 2C9A ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER NI 2C9C ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER KSI 2C9E ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER O 2CA0 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER PI 2CA2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER RO 2CA4 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER SIMA 2CA6 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER TAU 2CA8 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER UA 2CAA ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER FI 2CAC ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER KHI 2CAE ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER PSI 2CB0 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OOU 2CB2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER DIALECT-P ALEF 2CB4 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC AIN 2CB6 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE 2CB8 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER DIALECT-P KAPA 2CBA ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER DIALECT-P NI 2CBC ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI 2CBE ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC OOU 2CC0 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER SAMPI 2CC2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER CROSSED SHEI 2CC4 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC SHEI 2CC6 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC ESH 2CC8 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER AKHMIMIC KHEI 2CCA ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER DIALECT-P HORI 2CCC ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC HORI 2CCE ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC HA 2CD0 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER L-SHAPED HA 2CD2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC HEI 2CD4 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC HAT 2CD6 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC GANGIA 2CD8 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC DJA 2CDA ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD COPTIC SHIMA 2CDC ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD NUBIAN SHIMA 2CDE ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD NUBIAN NGI 2CE0 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD NUBIAN NYI 2CE2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER OLD NUBIAN WAU 2CEB ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI 2CED ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA 2CF2 ; Changes_When_NFKC_Casefolded # L& COPTIC CAPITAL LETTER BOHAIRIC KHEI 2D6F ; Changes_When_NFKC_Casefolded # Lm TIFINAGH MODIFIER LETTER LABIALIZATION MARK 2E9F ; Changes_When_NFKC_Casefolded # So CJK RADICAL MOTHER 2EF3 ; Changes_When_NFKC_Casefolded # So CJK RADICAL C-SIMPLIFIED TURTLE 2F00..2FD5 ; Changes_When_NFKC_Casefolded # So [214] KANGXI RADICAL ONE..KANGXI RADICAL FLUTE 3000 ; Changes_When_NFKC_Casefolded # Zs IDEOGRAPHIC SPACE 3036 ; Changes_When_NFKC_Casefolded # So CIRCLED POSTAL MARK 3038..303A ; Changes_When_NFKC_Casefolded # Nl [3] HANGZHOU NUMERAL TEN..HANGZHOU NUMERAL THIRTY 309B..309C ; Changes_When_NFKC_Casefolded # Sk [2] KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 309F ; Changes_When_NFKC_Casefolded # Lo HIRAGANA DIGRAPH YORI 30FF ; Changes_When_NFKC_Casefolded # Lo KATAKANA DIGRAPH KOTO 3131..318E ; Changes_When_NFKC_Casefolded # Lo [94] HANGUL LETTER KIYEOK..HANGUL LETTER ARAEAE 3192..3195 ; Changes_When_NFKC_Casefolded # No [4] IDEOGRAPHIC ANNOTATION ONE MARK..IDEOGRAPHIC ANNOTATION FOUR MARK 3196..319F ; Changes_When_NFKC_Casefolded # So [10] IDEOGRAPHIC ANNOTATION TOP MARK..IDEOGRAPHIC ANNOTATION MAN MARK 3200..321E ; Changes_When_NFKC_Casefolded # So [31] PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU 3220..3229 ; Changes_When_NFKC_Casefolded # No [10] PARENTHESIZED IDEOGRAPH ONE..PARENTHESIZED IDEOGRAPH TEN 322A..3247 ; Changes_When_NFKC_Casefolded # So [30] PARENTHESIZED IDEOGRAPH MOON..CIRCLED IDEOGRAPH KOTO 3250 ; Changes_When_NFKC_Casefolded # So PARTNERSHIP SIGN 3251..325F ; Changes_When_NFKC_Casefolded # No [15] CIRCLED NUMBER TWENTY ONE..CIRCLED NUMBER THIRTY FIVE 3260..327E ; Changes_When_NFKC_Casefolded # So [31] CIRCLED HANGUL KIYEOK..CIRCLED HANGUL IEUNG U 3280..3289 ; Changes_When_NFKC_Casefolded # No [10] CIRCLED IDEOGRAPH ONE..CIRCLED IDEOGRAPH TEN 328A..32B0 ; Changes_When_NFKC_Casefolded # So [39] CIRCLED IDEOGRAPH MOON..CIRCLED IDEOGRAPH NIGHT 32B1..32BF ; Changes_When_NFKC_Casefolded # No [15] CIRCLED NUMBER THIRTY SIX..CIRCLED NUMBER FIFTY 32C0..32FE ; Changes_When_NFKC_Casefolded # So [63] IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY..CIRCLED KATAKANA WO 3300..33FF ; Changes_When_NFKC_Casefolded # So [256] SQUARE APAATO..SQUARE GAL A640 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ZEMLYA A642 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER DZELO A644 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER REVERSED DZE A646 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTA A648 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER DJERV A64A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER MONOGRAPH UK A64C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BROAD OMEGA A64E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER NEUTRAL YER A650 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER YERU WITH BACK YER A652 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTIFIED YAT A654 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER REVERSED YU A656 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTIFIED A A658 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS A65A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BLENDED YUS A65C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS A65E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER YN A660 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER REVERSED TSE A662 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SOFT DE A664 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SOFT EL A666 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SOFT EM A668 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER MONOCULAR O A66A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER BINOCULAR O A66C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O A680 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER DWE A682 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER DZWE A684 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER ZHWE A686 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER CCHE A688 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER DZZE A68A ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK A68C ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER TWE A68E ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER TSWE A690 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER TSSE A692 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER TCHE A694 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER HWE A696 ; Changes_When_NFKC_Casefolded # L& CYRILLIC CAPITAL LETTER SHWE A722 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF A724 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER EGYPTOLOGICAL AIN A726 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER HENG A728 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER TZ A72A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER TRESILLO A72C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER CUATRILLO A72E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER CUATRILLO WITH COMMA A732 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AA A734 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AO A736 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AU A738 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AV A73A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR A73C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER AY A73E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER REVERSED C WITH DOT A740 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH STROKE A742 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH DIAGONAL STROKE A744 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE A746 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER BROKEN L A748 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER L WITH HIGH STROKE A74A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY A74C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER O WITH LOOP A74E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER OO A750 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER A752 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER P WITH FLOURISH A754 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER P WITH SQUIRREL TAIL A756 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER A758 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE A75A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R ROTUNDA A75C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER RUM ROTUNDA A75E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER V WITH DIAGONAL STROKE A760 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER VY A762 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER VISIGOTHIC Z A764 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER THORN WITH STROKE A766 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER A768 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER VEND A76A ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER ET A76C ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER IS A76E ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER CON A770 ; Changes_When_NFKC_Casefolded # Lm MODIFIER LETTER US A779 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER INSULAR D A77B ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER INSULAR F A77D..A77E ; Changes_When_NFKC_Casefolded # L& [2] LATIN CAPITAL LETTER INSULAR G..LATIN CAPITAL LETTER TURNED INSULAR G A780 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER TURNED L A782 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER INSULAR R A784 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER INSULAR S A786 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER INSULAR T A78B ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER SALTILLO A78D ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER TURNED H A790 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH DESCENDER A792 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER C WITH BAR A7A0 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER G WITH OBLIQUE STROKE A7A2 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER K WITH OBLIQUE STROKE A7A4 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER N WITH OBLIQUE STROKE A7A6 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER R WITH OBLIQUE STROKE A7A8 ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER S WITH OBLIQUE STROKE A7AA ; Changes_When_NFKC_Casefolded # L& LATIN CAPITAL LETTER H WITH HOOK A7F8..A7F9 ; Changes_When_NFKC_Casefolded # Lm [2] MODIFIER LETTER CAPITAL H WITH STROKE..MODIFIER LETTER SMALL LIGATURE OE F900..FA0D ; Changes_When_NFKC_Casefolded # Lo [270] CJK COMPATIBILITY IDEOGRAPH-F900..CJK COMPATIBILITY IDEOGRAPH-FA0D FA10 ; Changes_When_NFKC_Casefolded # Lo CJK COMPATIBILITY IDEOGRAPH-FA10 FA12 ; Changes_When_NFKC_Casefolded # Lo CJK COMPATIBILITY IDEOGRAPH-FA12 FA15..FA1E ; Changes_When_NFKC_Casefolded # Lo [10] CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E FA20 ; Changes_When_NFKC_Casefolded # Lo CJK COMPATIBILITY IDEOGRAPH-FA20 FA22 ; Changes_When_NFKC_Casefolded # Lo CJK COMPATIBILITY IDEOGRAPH-FA22 FA25..FA26 ; Changes_When_NFKC_Casefolded # Lo [2] CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26 FA2A..FA6D ; Changes_When_NFKC_Casefolded # Lo [68] CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D FA70..FAD9 ; Changes_When_NFKC_Casefolded # Lo [106] CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9 FB00..FB06 ; Changes_When_NFKC_Casefolded # L& [7] LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST FB13..FB17 ; Changes_When_NFKC_Casefolded # L& [5] ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH FB1D ; Changes_When_NFKC_Casefolded # Lo HEBREW LETTER YOD WITH HIRIQ FB1F..FB28 ; Changes_When_NFKC_Casefolded # Lo [10] HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER WIDE TAV FB29 ; Changes_When_NFKC_Casefolded # Sm HEBREW LETTER ALTERNATIVE PLUS SIGN FB2A..FB36 ; Changes_When_NFKC_Casefolded # Lo [13] HEBREW LETTER SHIN WITH SHIN DOT..HEBREW LETTER ZAYIN WITH DAGESH FB38..FB3C ; Changes_When_NFKC_Casefolded # Lo [5] HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH FB3E ; Changes_When_NFKC_Casefolded # Lo HEBREW LETTER MEM WITH DAGESH FB40..FB41 ; Changes_When_NFKC_Casefolded # Lo [2] HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH FB43..FB44 ; Changes_When_NFKC_Casefolded # Lo [2] HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH FB46..FBB1 ; Changes_When_NFKC_Casefolded # Lo [108] HEBREW LETTER TSADI WITH DAGESH..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM FBD3..FD3D ; Changes_When_NFKC_Casefolded # Lo [363] ARABIC LETTER NG ISOLATED FORM..ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM FD50..FD8F ; Changes_When_NFKC_Casefolded # Lo [64] ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM FD92..FDC7 ; Changes_When_NFKC_Casefolded # Lo [54] ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM FDF0..FDFB ; Changes_When_NFKC_Casefolded # Lo [12] ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM..ARABIC LIGATURE JALLAJALALOUHOU FDFC ; Changes_When_NFKC_Casefolded # Sc RIAL SIGN FE00..FE0F ; Changes_When_NFKC_Casefolded # Mn [16] VARIATION SELECTOR-1..VARIATION SELECTOR-16 FE10..FE16 ; Changes_When_NFKC_Casefolded # Po [7] PRESENTATION FORM FOR VERTICAL COMMA..PRESENTATION FORM FOR VERTICAL QUESTION MARK FE17 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET FE18 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET FE19 ; Changes_When_NFKC_Casefolded # Po PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS FE30 ; Changes_When_NFKC_Casefolded # Po PRESENTATION FORM FOR VERTICAL TWO DOT LEADER FE31..FE32 ; Changes_When_NFKC_Casefolded # Pd [2] PRESENTATION FORM FOR VERTICAL EM DASH..PRESENTATION FORM FOR VERTICAL EN DASH FE33..FE34 ; Changes_When_NFKC_Casefolded # Pc [2] PRESENTATION FORM FOR VERTICAL LOW LINE..PRESENTATION FORM FOR VERTICAL WAVY LOW LINE FE35 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS FE36 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS FE37 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET FE38 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET FE39 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET FE3A ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET FE3B ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET FE3C ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET FE3D ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET FE3E ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET FE3F ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET FE40 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET FE41 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET FE42 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET FE43 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET FE44 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET FE47 ; Changes_When_NFKC_Casefolded # Ps PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET FE48 ; Changes_When_NFKC_Casefolded # Pe PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET FE49..FE4C ; Changes_When_NFKC_Casefolded # Po [4] DASHED OVERLINE..DOUBLE WAVY OVERLINE FE4D..FE4F ; Changes_When_NFKC_Casefolded # Pc [3] DASHED LOW LINE..WAVY LOW LINE FE50..FE52 ; Changes_When_NFKC_Casefolded # Po [3] SMALL COMMA..SMALL FULL STOP FE54..FE57 ; Changes_When_NFKC_Casefolded # Po [4] SMALL SEMICOLON..SMALL EXCLAMATION MARK FE58 ; Changes_When_NFKC_Casefolded # Pd SMALL EM DASH FE59 ; Changes_When_NFKC_Casefolded # Ps SMALL LEFT PARENTHESIS FE5A ; Changes_When_NFKC_Casefolded # Pe SMALL RIGHT PARENTHESIS FE5B ; Changes_When_NFKC_Casefolded # Ps SMALL LEFT CURLY BRACKET FE5C ; Changes_When_NFKC_Casefolded # Pe SMALL RIGHT CURLY BRACKET FE5D ; Changes_When_NFKC_Casefolded # Ps SMALL LEFT TORTOISE SHELL BRACKET FE5E ; Changes_When_NFKC_Casefolded # Pe SMALL RIGHT TORTOISE SHELL BRACKET FE5F..FE61 ; Changes_When_NFKC_Casefolded # Po [3] SMALL NUMBER SIGN..SMALL ASTERISK FE62 ; Changes_When_NFKC_Casefolded # Sm SMALL PLUS SIGN FE63 ; Changes_When_NFKC_Casefolded # Pd SMALL HYPHEN-MINUS FE64..FE66 ; Changes_When_NFKC_Casefolded # Sm [3] SMALL LESS-THAN SIGN..SMALL EQUALS SIGN FE68 ; Changes_When_NFKC_Casefolded # Po SMALL REVERSE SOLIDUS FE69 ; Changes_When_NFKC_Casefolded # Sc SMALL DOLLAR SIGN FE6A..FE6B ; Changes_When_NFKC_Casefolded # Po [2] SMALL PERCENT SIGN..SMALL COMMERCIAL AT FE70..FE72 ; Changes_When_NFKC_Casefolded # Lo [3] ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM FE74 ; Changes_When_NFKC_Casefolded # Lo ARABIC KASRATAN ISOLATED FORM FE76..FEFC ; Changes_When_NFKC_Casefolded # Lo [135] ARABIC FATHA ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM FEFF ; Changes_When_NFKC_Casefolded # Cf ZERO WIDTH NO-BREAK SPACE FF01..FF03 ; Changes_When_NFKC_Casefolded # Po [3] FULLWIDTH EXCLAMATION MARK..FULLWIDTH NUMBER SIGN FF04 ; Changes_When_NFKC_Casefolded # Sc FULLWIDTH DOLLAR SIGN FF05..FF07 ; Changes_When_NFKC_Casefolded # Po [3] FULLWIDTH PERCENT SIGN..FULLWIDTH APOSTROPHE FF08 ; Changes_When_NFKC_Casefolded # Ps FULLWIDTH LEFT PARENTHESIS FF09 ; Changes_When_NFKC_Casefolded # Pe FULLWIDTH RIGHT PARENTHESIS FF0A ; Changes_When_NFKC_Casefolded # Po FULLWIDTH ASTERISK FF0B ; Changes_When_NFKC_Casefolded # Sm FULLWIDTH PLUS SIGN FF0C ; Changes_When_NFKC_Casefolded # Po FULLWIDTH COMMA FF0D ; Changes_When_NFKC_Casefolded # Pd FULLWIDTH HYPHEN-MINUS FF0E..FF0F ; Changes_When_NFKC_Casefolded # Po [2] FULLWIDTH FULL STOP..FULLWIDTH SOLIDUS FF10..FF19 ; Changes_When_NFKC_Casefolded # Nd [10] FULLWIDTH DIGIT ZERO..FULLWIDTH DIGIT NINE FF1A..FF1B ; Changes_When_NFKC_Casefolded # Po [2] FULLWIDTH COLON..FULLWIDTH SEMICOLON FF1C..FF1E ; Changes_When_NFKC_Casefolded # Sm [3] FULLWIDTH LESS-THAN SIGN..FULLWIDTH GREATER-THAN SIGN FF1F..FF20 ; Changes_When_NFKC_Casefolded # Po [2] FULLWIDTH QUESTION MARK..FULLWIDTH COMMERCIAL AT FF21..FF3A ; Changes_When_NFKC_Casefolded # L& [26] FULLWIDTH LATIN CAPITAL LETTER A..FULLWIDTH LATIN CAPITAL LETTER Z FF3B ; Changes_When_NFKC_Casefolded # Ps FULLWIDTH LEFT SQUARE BRACKET FF3C ; Changes_When_NFKC_Casefolded # Po FULLWIDTH REVERSE SOLIDUS FF3D ; Changes_When_NFKC_Casefolded # Pe FULLWIDTH RIGHT SQUARE BRACKET FF3E ; Changes_When_NFKC_Casefolded # Sk FULLWIDTH CIRCUMFLEX ACCENT FF3F ; Changes_When_NFKC_Casefolded # Pc FULLWIDTH LOW LINE FF40 ; Changes_When_NFKC_Casefolded # Sk FULLWIDTH GRAVE ACCENT FF41..FF5A ; Changes_When_NFKC_Casefolded # L& [26] FULLWIDTH LATIN SMALL LETTER A..FULLWIDTH LATIN SMALL LETTER Z FF5B ; Changes_When_NFKC_Casefolded # Ps FULLWIDTH LEFT CURLY BRACKET FF5C ; Changes_When_NFKC_Casefolded # Sm FULLWIDTH VERTICAL LINE FF5D ; Changes_When_NFKC_Casefolded # Pe FULLWIDTH RIGHT CURLY BRACKET FF5E ; Changes_When_NFKC_Casefolded # Sm FULLWIDTH TILDE FF5F ; Changes_When_NFKC_Casefolded # Ps FULLWIDTH LEFT WHITE PARENTHESIS FF60 ; Changes_When_NFKC_Casefolded # Pe FULLWIDTH RIGHT WHITE PARENTHESIS FF61 ; Changes_When_NFKC_Casefolded # Po HALFWIDTH IDEOGRAPHIC FULL STOP FF62 ; Changes_When_NFKC_Casefolded # Ps HALFWIDTH LEFT CORNER BRACKET FF63 ; Changes_When_NFKC_Casefolded # Pe HALFWIDTH RIGHT CORNER BRACKET FF64..FF65 ; Changes_When_NFKC_Casefolded # Po [2] HALFWIDTH IDEOGRAPHIC COMMA..HALFWIDTH KATAKANA MIDDLE DOT FF66..FF6F ; Changes_When_NFKC_Casefolded # Lo [10] HALFWIDTH KATAKANA LETTER WO..HALFWIDTH KATAKANA LETTER SMALL TU FF70 ; Changes_When_NFKC_Casefolded # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK FF71..FF9D ; Changes_When_NFKC_Casefolded # Lo [45] HALFWIDTH KATAKANA LETTER A..HALFWIDTH KATAKANA LETTER N FF9E..FF9F ; Changes_When_NFKC_Casefolded # Lm [2] HALFWIDTH KATAKANA VOICED SOUND MARK..HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK FFA0..FFBE ; Changes_When_NFKC_Casefolded # Lo [31] HALFWIDTH HANGUL FILLER..HALFWIDTH HANGUL LETTER HIEUH FFC2..FFC7 ; Changes_When_NFKC_Casefolded # Lo [6] HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E FFCA..FFCF ; Changes_When_NFKC_Casefolded # Lo [6] HALFWIDTH HANGUL LETTER YEO..HALFWIDTH HANGUL LETTER OE FFD2..FFD7 ; Changes_When_NFKC_Casefolded # Lo [6] HALFWIDTH HANGUL LETTER YO..HALFWIDTH HANGUL LETTER YU FFDA..FFDC ; Changes_When_NFKC_Casefolded # Lo [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I FFE0..FFE1 ; Changes_When_NFKC_Casefolded # Sc [2] FULLWIDTH CENT SIGN..FULLWIDTH POUND SIGN FFE2 ; Changes_When_NFKC_Casefolded # Sm FULLWIDTH NOT SIGN FFE3 ; Changes_When_NFKC_Casefolded # Sk FULLWIDTH MACRON FFE4 ; Changes_When_NFKC_Casefolded # So FULLWIDTH BROKEN BAR FFE5..FFE6 ; Changes_When_NFKC_Casefolded # Sc [2] FULLWIDTH YEN SIGN..FULLWIDTH WON SIGN FFE8 ; Changes_When_NFKC_Casefolded # So HALFWIDTH FORMS LIGHT VERTICAL FFE9..FFEC ; Changes_When_NFKC_Casefolded # Sm [4] HALFWIDTH LEFTWARDS ARROW..HALFWIDTH DOWNWARDS ARROW FFED..FFEE ; Changes_When_NFKC_Casefolded # So [2] HALFWIDTH BLACK SQUARE..HALFWIDTH WHITE CIRCLE FFF0..FFF8 ; Changes_When_NFKC_Casefolded # Cn [9] <reserved-FFF0>..<reserved-FFF8> 10400..10427 ; Changes_When_NFKC_Casefolded # L& [40] DESERET CAPITAL LETTER LONG I..DESERET CAPITAL LETTER EW 1D15E..1D164 ; Changes_When_NFKC_Casefolded # So [7] MUSICAL SYMBOL HALF NOTE..MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D173..1D17A ; Changes_When_NFKC_Casefolded # Cf [8] MUSICAL SYMBOL BEGIN BEAM..MUSICAL SYMBOL END PHRASE 1D1BB..1D1C0 ; Changes_When_NFKC_Casefolded # So [6] MUSICAL SYMBOL MINIMA..MUSICAL SYMBOL FUSA BLACK 1D400..1D454 ; Changes_When_NFKC_Casefolded # L& [85] MATHEMATICAL BOLD CAPITAL A..MATHEMATICAL ITALIC SMALL G 1D456..1D49C ; Changes_When_NFKC_Casefolded # L& [71] MATHEMATICAL ITALIC SMALL I..MATHEMATICAL SCRIPT CAPITAL A 1D49E..1D49F ; Changes_When_NFKC_Casefolded # L& [2] MATHEMATICAL SCRIPT CAPITAL C..MATHEMATICAL SCRIPT CAPITAL D 1D4A2 ; Changes_When_NFKC_Casefolded # L& MATHEMATICAL SCRIPT CAPITAL G 1D4A5..1D4A6 ; Changes_When_NFKC_Casefolded # L& [2] MATHEMATICAL SCRIPT CAPITAL J..MATHEMATICAL SCRIPT CAPITAL K 1D4A9..1D4AC ; Changes_When_NFKC_Casefolded # L& [4] MATHEMATICAL SCRIPT CAPITAL N..MATHEMATICAL SCRIPT CAPITAL Q 1D4AE..1D4B9 ; Changes_When_NFKC_Casefolded # L& [12] MATHEMATICAL SCRIPT CAPITAL S..MATHEMATICAL SCRIPT SMALL D 1D4BB ; Changes_When_NFKC_Casefolded # L& MATHEMATICAL SCRIPT SMALL F 1D4BD..1D4C3 ; Changes_When_NFKC_Casefolded # L& [7] MATHEMATICAL SCRIPT SMALL H..MATHEMATICAL SCRIPT SMALL N 1D4C5..1D505 ; Changes_When_NFKC_Casefolded # L& [65] MATHEMATICAL SCRIPT SMALL P..MATHEMATICAL FRAKTUR CAPITAL B 1D507..1D50A ; Changes_When_NFKC_Casefolded # L& [4] MATHEMATICAL FRAKTUR CAPITAL D..MATHEMATICAL FRAKTUR CAPITAL G 1D50D..1D514 ; Changes_When_NFKC_Casefolded # L& [8] MATHEMATICAL FRAKTUR CAPITAL J..MATHEMATICAL FRAKTUR CAPITAL Q 1D516..1D51C ; Changes_When_NFKC_Casefolded # L& [7] MATHEMATICAL FRAKTUR CAPITAL S..MATHEMATICAL FRAKTUR CAPITAL Y 1D51E..1D539 ; Changes_When_NFKC_Casefolded # L& [28] MATHEMATICAL FRAKTUR SMALL A..MATHEMATICAL DOUBLE-STRUCK CAPITAL B 1D53B..1D53E ; Changes_When_NFKC_Casefolded # L& [4] MATHEMATICAL DOUBLE-STRUCK CAPITAL D..MATHEMATICAL DOUBLE-STRUCK CAPITAL G 1D540..1D544 ; Changes_When_NFKC_Casefolded # L& [5] MATHEMATICAL DOUBLE-STRUCK CAPITAL I..MATHEMATICAL DOUBLE-STRUCK CAPITAL M 1D546 ; Changes_When_NFKC_Casefolded # L& MATHEMATICAL DOUBLE-STRUCK CAPITAL O 1D54A..1D550 ; Changes_When_NFKC_Casefolded # L& [7] MATHEMATICAL DOUBLE-STRUCK CAPITAL S..MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 1D552..1D6A5 ; Changes_When_NFKC_Casefolded # L& [340] MATHEMATICAL DOUBLE-STRUCK SMALL A..MATHEMATICAL ITALIC SMALL DOTLESS J 1D6A8..1D6C0 ; Changes_When_NFKC_Casefolded # L& [25] MATHEMATICAL BOLD CAPITAL ALPHA..MATHEMATICAL BOLD CAPITAL OMEGA 1D6C1 ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL BOLD NABLA 1D6C2..1D6DA ; Changes_When_NFKC_Casefolded # L& [25] MATHEMATICAL BOLD SMALL ALPHA..MATHEMATICAL BOLD SMALL OMEGA 1D6DB ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 1D6DC..1D6FA ; Changes_When_NFKC_Casefolded # L& [31] MATHEMATICAL BOLD EPSILON SYMBOL..MATHEMATICAL ITALIC CAPITAL OMEGA 1D6FB ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL ITALIC NABLA 1D6FC..1D714 ; Changes_When_NFKC_Casefolded # L& [25] MATHEMATICAL ITALIC SMALL ALPHA..MATHEMATICAL ITALIC SMALL OMEGA 1D715 ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 1D716..1D734 ; Changes_When_NFKC_Casefolded # L& [31] MATHEMATICAL ITALIC EPSILON SYMBOL..MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 1D735 ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL BOLD ITALIC NABLA 1D736..1D74E ; Changes_When_NFKC_Casefolded # L& [25] MATHEMATICAL BOLD ITALIC SMALL ALPHA..MATHEMATICAL BOLD ITALIC SMALL OMEGA 1D74F ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 1D750..1D76E ; Changes_When_NFKC_Casefolded # L& [31] MATHEMATICAL BOLD ITALIC EPSILON SYMBOL..MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 1D76F ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL SANS-SERIF BOLD NABLA 1D770..1D788 ; Changes_When_NFKC_Casefolded # L& [25] MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA..MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA 1D789 ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 1D78A..1D7A8 ; Changes_When_NFKC_Casefolded # L& [31] MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL..MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 1D7A9 ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA 1D7AA..1D7C2 ; Changes_When_NFKC_Casefolded # L& [25] MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA..MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA 1D7C3 ; Changes_When_NFKC_Casefolded # Sm MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL 1D7C4..1D7CB ; Changes_When_NFKC_Casefolded # L& [8] MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL..MATHEMATICAL BOLD SMALL DIGAMMA 1D7CE..1D7FF ; Changes_When_NFKC_Casefolded # Nd [50] MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE 1EE00..1EE03 ; Changes_When_NFKC_Casefolded # Lo [4] ARABIC MATHEMATICAL ALEF..ARABIC MATHEMATICAL DAL 1EE05..1EE1F ; Changes_When_NFKC_Casefolded # Lo [27] ARABIC MATHEMATICAL WAW..ARABIC MATHEMATICAL DOTLESS QAF 1EE21..1EE22 ; Changes_When_NFKC_Casefolded # Lo [2] ARABIC MATHEMATICAL INITIAL BEH..ARABIC MATHEMATICAL INITIAL JEEM 1EE24 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL INITIAL HEH 1EE27 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL INITIAL HAH 1EE29..1EE32 ; Changes_When_NFKC_Casefolded # Lo [10] ARABIC MATHEMATICAL INITIAL YEH..ARABIC MATHEMATICAL INITIAL QAF 1EE34..1EE37 ; Changes_When_NFKC_Casefolded # Lo [4] ARABIC MATHEMATICAL INITIAL SHEEN..ARABIC MATHEMATICAL INITIAL KHAH 1EE39 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL INITIAL DAD 1EE3B ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL INITIAL GHAIN 1EE42 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED JEEM 1EE47 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED HAH 1EE49 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED YEH 1EE4B ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED LAM 1EE4D..1EE4F ; Changes_When_NFKC_Casefolded # Lo [3] ARABIC MATHEMATICAL TAILED NOON..ARABIC MATHEMATICAL TAILED AIN 1EE51..1EE52 ; Changes_When_NFKC_Casefolded # Lo [2] ARABIC MATHEMATICAL TAILED SAD..ARABIC MATHEMATICAL TAILED QAF 1EE54 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED SHEEN 1EE57 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED KHAH 1EE59 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED DAD 1EE5B ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED GHAIN 1EE5D ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED DOTLESS NOON 1EE5F ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL TAILED DOTLESS QAF 1EE61..1EE62 ; Changes_When_NFKC_Casefolded # Lo [2] ARABIC MATHEMATICAL STRETCHED BEH..ARABIC MATHEMATICAL STRETCHED JEEM 1EE64 ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL STRETCHED HEH 1EE67..1EE6A ; Changes_When_NFKC_Casefolded # Lo [4] ARABIC MATHEMATICAL STRETCHED HAH..ARABIC MATHEMATICAL STRETCHED KAF 1EE6C..1EE72 ; Changes_When_NFKC_Casefolded # Lo [7] ARABIC MATHEMATICAL STRETCHED MEEM..ARABIC MATHEMATICAL STRETCHED QAF 1EE74..1EE77 ; Changes_When_NFKC_Casefolded # Lo [4] ARABIC MATHEMATICAL STRETCHED SHEEN..ARABIC MATHEMATICAL STRETCHED KHAH 1EE79..1EE7C ; Changes_When_NFKC_Casefolded # Lo [4] ARABIC MATHEMATICAL STRETCHED DAD..ARABIC MATHEMATICAL STRETCHED DOTLESS BEH 1EE7E ; Changes_When_NFKC_Casefolded # Lo ARABIC MATHEMATICAL STRETCHED DOTLESS FEH 1EE80..1EE89 ; Changes_When_NFKC_Casefolded # Lo [10] ARABIC MATHEMATICAL LOOPED ALEF..ARABIC MATHEMATICAL LOOPED YEH 1EE8B..1EE9B ; Changes_When_NFKC_Casefolded # Lo [17] ARABIC MATHEMATICAL LOOPED LAM..ARABIC MATHEMATICAL LOOPED GHAIN 1EEA1..1EEA3 ; Changes_When_NFKC_Casefolded # Lo [3] ARABIC MATHEMATICAL DOUBLE-STRUCK BEH..ARABIC MATHEMATICAL DOUBLE-STRUCK DAL 1EEA5..1EEA9 ; Changes_When_NFKC_Casefolded # Lo [5] ARABIC MATHEMATICAL DOUBLE-STRUCK WAW..ARABIC MATHEMATICAL DOUBLE-STRUCK YEH 1EEAB..1EEBB ; Changes_When_NFKC_Casefolded # Lo [17] ARABIC MATHEMATICAL DOUBLE-STRUCK LAM..ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN 1F100..1F10A ; Changes_When_NFKC_Casefolded # No [11] DIGIT ZERO FULL STOP..DIGIT NINE COMMA 1F110..1F12E ; Changes_When_NFKC_Casefolded # So [31] PARENTHESIZED LATIN CAPITAL LETTER A..CIRCLED WZ 1F130..1F14F ; Changes_When_NFKC_Casefolded # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC 1F16A..1F16B ; Changes_When_NFKC_Casefolded # So [2] RAISED MC SIGN..RAISED MD SIGN 1F190 ; Changes_When_NFKC_Casefolded # So SQUARE DJ 1F200..1F202 ; Changes_When_NFKC_Casefolded # So [3] SQUARE HIRAGANA HOKA..SQUARED KATAKANA SA 1F210..1F23A ; Changes_When_NFKC_Casefolded # So [43] SQUARED CJK UNIFIED IDEOGRAPH-624B..SQUARED CJK UNIFIED IDEOGRAPH-55B6 1F240..1F248 ; Changes_When_NFKC_Casefolded # So [9] TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557 1F250..1F251 ; Changes_When_NFKC_Casefolded # So [2] CIRCLED IDEOGRAPH ADVANTAGE..CIRCLED IDEOGRAPH ACCEPT 2F800..2FA1D ; Changes_When_NFKC_Casefolded # Lo [542] CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D E0000 ; Changes_When_NFKC_Casefolded # Cn <reserved-E0000> E0001 ; Changes_When_NFKC_Casefolded # Cf LANGUAGE TAG E0002..E001F ; Changes_When_NFKC_Casefolded # Cn [30] <reserved-E0002>..<reserved-E001F> E0020..E007F ; Changes_When_NFKC_Casefolded # Cf [96] TAG SPACE..CANCEL TAG E0080..E00FF ; Changes_When_NFKC_Casefolded # Cn [128] <reserved-E0080>..<reserved-E00FF> E0100..E01EF ; Changes_When_NFKC_Casefolded # Mn [240] VARIATION SELECTOR-17..VARIATION SELECTOR-256 E01F0..E0FFF ; Changes_When_NFKC_Casefolded # Cn [3600] <reserved-E01F0>..<reserved-E0FFF> # Total code points: 9946 # EOF ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/lib/tr46map.c�������������������������������������������������������������������������0000644�0000000�0000000�00000007557�13134401252�012147� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* tr46map.c - implementation of IDNA2008 TR46 functions Copyright (C) 2016-2017 Tim Rühsen Libidn2 is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. or * the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. or both in parallel, as here. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <stdint.h> #include <stdlib.h> /* bsearch */ #include <string.h> /* memset */ #include "tr46map_data.c" #define countof(a) (sizeof(a)/sizeof(*(a))) static void _fill_map (uint32_t c, const uint8_t * p, IDNAMap * map) { uint32_t value; if (c <= 0xFF) { map->cp1 = *p++; map->range = *p++; } else if (c <= 0xFFFF) { map->cp1 = (p[0] << 8) | p[1]; map->range = (p[2] << 8) | p[3]; p += 4; } else { map->cp1 = (p[0] << 16) | (p[1] << 8) | p[2]; map->range = (p[3] << 8) | p[4]; p += 5; } value = (p[0] << 16) | (p[1] << 8) | p[2]; /* deconstruct value, construction was * value = (((map->nmappings << 14) | map->offset) << 3) | map->flag_index; */ map->flag_index = value & 0x7; map->offset = (value >> 3) & 0x3FFF; map->nmappings = (value >> 17) & 0x1F; } static int _compare_idna_map (const uint32_t * c, const uint8_t * p) { IDNAMap map; _fill_map (*c, p, &map); if (*c < map.cp1) return -1; if (*c > map.cp1 + map.range) return 1; return 0; } /* static int _compare_idna_map(uint32_t *c, IDNAMap *m2) { if (*c < m2->cp1) return -1; if (*c > m2->cp1 + m2->range) return 1; return 0; } IDNAMap *get_idna_map(uint32_t c) { return bsearch(&c, idna_map, countof(idna_map), sizeof(IDNAMap), (int(*)(const void *, const void *))_compare_idna_map); } */ int get_idna_map (uint32_t c, IDNAMap * map) { uint8_t *p; if (c <= 0xFF) p = (uint8_t *)bsearch (&c, idna_map_8, sizeof (idna_map_8) / 5, 5, (int (*)(const void *, const void *)) _compare_idna_map); else if (c <= 0xFFFF) p = (uint8_t *)bsearch (&c, idna_map_16, sizeof (idna_map_16) / 7, 7, (int (*)(const void *, const void *)) _compare_idna_map); else if (c <= 0xFFFFFF) p = (uint8_t *)bsearch (&c, idna_map_24, sizeof (idna_map_24) / 8, 8, (int (*)(const void *, const void *)) _compare_idna_map); else p = NULL; if (!p) { memset (map, 0, sizeof (IDNAMap)); return -1; } _fill_map (c, p, map); return 0; } int map_is (const IDNAMap * map, unsigned flags) { return (idna_flags[map->flag_index] & flags) == flags; } static int _compare_nfcqc_map (uint32_t * c, NFCQCMap * m2) { if (*c < m2->cp1) return -1; if (*c > m2->cp2) return 1; return 0; } NFCQCMap * get_nfcqc_map (uint32_t c) { return (NFCQCMap *)bsearch (&c, nfcqc_map, countof (nfcqc_map), sizeof (NFCQCMap), (int (*)(const void *, const void *)) _compare_nfcqc_map); } /* copy 'n' codepoints from mapdata stream */ int get_map_data (uint32_t * dst, const IDNAMap * map) { int n = map->nmappings; const uint8_t *src = mapdata + map->offset; for (; n > 0; n--) { uint32_t cp = 0; do cp = (cp << 7) | (*src & 0x7F); while (*src++ & 0x80); *dst++ = cp; } return map->nmappings; } �������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/ABOUT-NLS�����������������������������������������������������������������������������0000644�0000000�0000000�00000267133�13062777536�011212� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������1 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. 1.1 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. Installers may use special options at configuration time for changing the default behaviour. The command: ./configure --disable-nls will _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl' library and will decide to use it. If not, you may have to to use the `--with-libintl-prefix' option to tell `configure' where to look for it. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.2 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.3 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.4 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2010. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca +--------------------------------------------------+ a2ps | [] [] | aegis | | ant-phone | | anubis | | aspell | [] [] | bash | | bfd | | bibshelf | [] | binutils | | bison | | bison-runtime | [] | bluez-pin | [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] [] | cpio | | cppi | | cpplib | [] | cryptsetup | | dfarc | | dialog | [] [] | dico | | diffutils | [] | dink | | doodle | | e2fsprogs | [] | enscript | [] | exif | | fetchmail | [] | findutils | [] | flex | [] | freedink | | gas | | gawk | [] [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] [] | gettext-tools | [] [] | gip | [] | gjay | | gliv | [] | glunarclock | [] [] | gnubiff | | gnucash | [] | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | | gold | | gpe-aerial | | gpe-beam | | gpe-bluetooth | | gpe-calendar | | gpe-clock | [] | gpe-conf | | gpe-contacts | | gpe-edit | | gpe-filemanager | | gpe-go | | gpe-login | | gpe-ownerinfo | [] | gpe-package | | gpe-sketchbook | | gpe-su | [] | gpe-taskmanager | [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | [] [] | gsasl | | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] [] [] | gtick | | gtkam | [] | gtkorphan | [] | gtkspell | [] [] [] | gutenprint | | hello | [] | help2man | | hylafax | | idutils | | indent | [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | | iso_639 | [] [] [] [] | iso_639_3 | | jwhois | | kbd | | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | klavaro | [] | latrine | | ld | [] | leafpad | [] [] | libc | [] [] | libexif | () | libextractor | | libgnutls | | libgpewidget | | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | [] | libidn | | lifelines | | liferea | [] [] | lilypond | | linkdr | [] | lordsawar | | lprng | | lynx | [] | m4 | | mailfromd | | mailutils | | make | | man-db | | man-db-manpages | | minicom | | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | | psmisc | | pspp | [] | pwdutils | | radius | [] | recode | [] [] | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] [] | sed | [] [] | sharutils | [] [] | shishi | | skencil | | solfege | | solfege-manual | | soundtracker | | sp | | sysstat | | tar | [] | texinfo | | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] [] | wyslij-po | | xchat | [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] | +--------------------------------------------------+ af am an ar as ast az be be@latin bg bn_IN bs ca 6 0 1 2 3 19 1 10 3 28 3 1 38 crh cs da de el en en_GB en_ZA eo es et eu fa +-------------------------------------------------+ a2ps | [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] () | anubis | [] [] | aspell | [] [] [] [] [] | bash | [] [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] | bison | [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] [] [] | cflow | [] [] | clisp | [] [] [] [] | coreutils | [] [] [] [] | cpio | | cppi | | cpplib | [] [] [] | cryptsetup | [] | dfarc | [] [] [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] | dink | [] [] [] | doodle | [] | e2fsprogs | [] [] [] | enscript | [] [] [] | exif | () [] [] | fetchmail | [] [] () [] [] [] | findutils | [] [] [] | flex | [] [] | freedink | [] [] [] | gas | [] | gawk | [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] [] | gip | [] [] [] [] | gjay | [] | gliv | [] [] [] | glunarclock | [] [] | gnubiff | () | gnucash | [] () () () () | gnuedu | [] [] | gnulib | [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] | gpe-aerial | [] [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] [] [] | gpe-edit | [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] () [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] | grub | [] [] | gsasl | [] | gss | | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] () [] | gtkam | [] [] () [] [] | gtkorphan | [] [] [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] [] [] | hello | [] [] [] [] | help2man | [] | hylafax | [] [] | idutils | [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] [] [] [] () [] [] [] () | iso_3166_2 | () | iso_4217 | [] [] [] () [] [] | iso_639 | [] [] [] [] () [] [] | iso_639_3 | [] | jwhois | [] | kbd | [] [] [] [] [] | keytouch | [] [] | keytouch-editor | [] [] | keytouch-keyboa... | [] | klavaro | [] [] [] [] | latrine | [] () | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | [] [] | libgphoto2 | [] () | libgphoto2_port | [] () [] | libgsasl | | libiconv | [] [] [] [] [] | libidn | [] [] [] | lifelines | [] () | liferea | [] [] [] [] [] | lilypond | [] [] [] | linkdr | [] [] [] | lordsawar | [] | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] [] | man-db | | man-db-manpages | | minicom | [] [] [] [] | mkisofs | | myserver | | nano | [] [] [] | opcodes | [] [] | parted | [] [] | pies | | popt | [] [] [] [] [] | psmisc | [] [] [] | pspp | [] | pwdutils | [] | radius | [] | recode | [] [] [] [] [] [] | rosegarden | () () () | rpm | [] [] [] | rush | | sarg | | screem | | scrollkeeper | [] [] [] [] [] | sed | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | | skencil | [] () [] | solfege | [] [] [] | solfege-manual | [] [] | soundtracker | [] [] [] | sp | [] | sysstat | [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] | tin | [] [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] | vice | () () | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] | wyslij-po | | xchat | [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] | +-------------------------------------------------+ crh cs da de el en en_GB en_ZA eo es et eu fa 5 64 105 117 18 1 8 0 28 89 18 19 0 fi fr ga gl gu he hi hr hu hy id is it ja ka kn +----------------------------------------------------+ a2ps | [] [] [] [] | aegis | [] [] | ant-phone | [] [] | anubis | [] [] [] [] | aspell | [] [] [] [] | bash | [] [] [] [] | bfd | [] [] [] | bibshelf | [] [] [] [] [] | binutils | [] [] [] | bison | [] [] [] [] | bison-runtime | [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] | cflow | [] [] [] | clisp | [] | coreutils | [] [] [] [] [] | cpio | [] [] [] [] | cppi | [] [] | cpplib | [] [] [] | cryptsetup | [] [] [] | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] [] [] [] | dink | [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] | freedink | [] [] [] | gas | [] [] | gawk | [] [] [] [] () [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] [] [] | gjay | [] | gliv | [] () | glunarclock | [] [] [] [] | gnubiff | () [] () | gnucash | () () () () () [] | gnuedu | [] [] | gnulib | [] [] [] [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] [] | gpe-aerial | [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] [] [] | gpe-calendar | [] [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] [] [] | gpe-contacts | [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] [] | gpe-go | [] [] [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] [] | grub | [] [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] | gtkorphan | [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] | gutenprint | [] [] [] [] | hello | [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | () [] [] [] | iso_4217 | [] () [] [] [] [] | iso_639 | [] () [] [] [] [] [] [] [] | iso_639_3 | () [] [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] [] [] [] | keytouch-editor | [] [] [] [] [] | keytouch-keyboa... | [] [] [] [] [] | klavaro | [] [] | latrine | [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] () | libc | [] [] [] [] [] | libexif | [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] [] | libidn | [] [] [] [] | lifelines | () | liferea | [] [] [] [] | lilypond | [] [] | linkdr | [] [] [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] [] [] | m4 | [] [] [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] [] | man-db | [] [] | man-db-manpages | [] | minicom | [] [] [] [] [] | mkisofs | [] [] [] [] | myserver | | nano | [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] [] | pies | | popt | [] [] [] [] [] [] [] [] [] | psmisc | [] [] [] | pspp | | pwdutils | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () () () () | rpm | [] [] | rush | | sarg | [] | screem | [] [] | scrollkeeper | [] [] [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] | shishi | [] | skencil | [] | solfege | [] [] [] [] | solfege-manual | [] [] | soundtracker | [] [] | sp | [] () | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux-ng | [] [] [] [] [] [] | vice | () () () | vmm | [] | vorbis-tools | [] | wastesedge | () () | wdiff | [] | wget | [] [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] | +----------------------------------------------------+ fi fr ga gl gu he hi hr hu hy id is it ja ka kn 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne +-----------------------------------------------+ a2ps | [] | aegis | | ant-phone | | anubis | [] [] | aspell | [] | bash | | bfd | | bibshelf | [] [] | binutils | | bison | [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] | cpio | | cppi | | cpplib | | cryptsetup | | dfarc | [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] | dink | | doodle | | e2fsprogs | | enscript | | exif | [] | fetchmail | | findutils | | flex | | freedink | [] | gas | | gawk | | gcal | | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] | gettext-tools | [] | gip | [] [] | gjay | | gliv | | glunarclock | [] | gnubiff | | gnucash | () () () () | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | [] | gold | | gpe-aerial | [] | gpe-beam | [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] | gpe-contacts | [] [] | gpe-edit | [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] | gpe-timesheet | [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | | gsasl | | gss | | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | | gtick | | gtkam | [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | | hello | [] [] [] | help2man | | hylafax | | idutils | | indent | | iso_15924 | [] [] | iso_3166 | [] [] () [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] | iso_639 | [] [] | iso_639_3 | [] | jwhois | [] | kbd | | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | klavaro | [] | latrine | [] | ld | | leafpad | [] [] [] | libc | [] | libexif | | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | | libidn | | lifelines | | liferea | | lilypond | | linkdr | | lordsawar | | lprng | | lynx | | m4 | | mailfromd | | mailutils | | make | [] | man-db | | man-db-manpages | | minicom | [] | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | [] [] [] | psmisc | | pspp | | pwdutils | | radius | | recode | | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] | sed | | sharutils | | shishi | | skencil | | solfege | [] | solfege-manual | | soundtracker | | sp | | sysstat | [] | tar | [] | texinfo | [] | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] | wyslij-po | | xchat | [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +-----------------------------------------------+ ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr +---------------------------------------------------+ a2ps | [] [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] [] | anubis | [] [] [] | aspell | [] [] [] [] [] | bash | [] [] | bfd | [] | bibshelf | [] [] | binutils | [] [] | bison | [] [] [] | bison-runtime | [] [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] () | buzztard | [] [] | cflow | [] | clisp | [] [] | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cppi | [] | cpplib | [] | cryptsetup | [] | dfarc | [] | dialog | [] [] [] [] | dico | [] | diffutils | [] [] [] [] [] [] | dink | () | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | exif | [] [] [] () [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] | flex | [] [] [] [] [] | freedink | [] [] | gas | | gawk | [] [] [] [] | gcal | | gcc | [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] | gip | [] [] [] [] [] | gjay | | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] | gnubiff | [] () | gnucash | [] () () () | gnuedu | [] | gnulib | [] [] [] [] | gnunet | | gnunet-gtk | | gnutls | [] [] | gold | | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] [] | gphoto2 | [] [] [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | grub | [] [] [] | gsasl | [] [] [] [] | gss | [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] [] [] | gutenprint | [] [] | hello | [] [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] [] [] [] | iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] | iso_3166_2 | [] [] [] | iso_4217 | [] [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] [] [] | keytouch-editor | [] [] [] | keytouch-keyboa... | [] [] [] | klavaro | [] [] | latrine | [] [] | ld | | leafpad | [] [] [] [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] | libgphoto2_port | [] [] [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] | libidn | [] [] | lifelines | [] [] | liferea | [] [] [] [] [] () () [] | lilypond | [] | linkdr | [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] | make | [] [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] [] | minicom | [] [] [] [] | mkisofs | [] [] [] | myserver | | nano | [] [] [] [] | opcodes | [] [] | parted | [] [] [] [] | pies | [] | popt | [] [] [] [] | psmisc | [] [] [] | pspp | [] [] | pwdutils | [] | radius | [] [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () | rpm | [] [] [] | rush | [] [] | sarg | | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] [] [] [] | solfege-manual | [] [] [] | soundtracker | [] | sp | | sysstat | [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] [] | vice | [] | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +---------------------------------------------------+ nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW +---------------------------------------------------+ a2ps | [] [] [] [] [] | 27 aegis | [] | 9 ant-phone | [] [] [] [] | 9 anubis | [] [] [] [] | 15 aspell | [] [] [] | 20 bash | [] [] [] | 12 bfd | [] | 6 bibshelf | [] [] [] | 16 binutils | [] [] | 8 bison | [] [] | 12 bison-runtime | [] [] [] [] [] [] | 29 bluez-pin | [] [] [] [] [] [] [] [] | 37 bombono-dvd | [] | 4 buzztard | [] | 7 cflow | [] [] [] | 9 clisp | | 10 coreutils | [] [] [] [] | 22 cpio | [] [] [] [] [] [] | 13 cppi | [] [] | 5 cpplib | [] [] [] [] [] [] | 14 cryptsetup | [] [] | 7 dfarc | [] | 9 dialog | [] [] [] [] [] [] [] | 30 dico | [] | 2 diffutils | [] [] [] [] [] [] | 30 dink | | 4 doodle | [] [] | 7 e2fsprogs | [] [] [] | 11 enscript | [] [] [] [] | 17 exif | [] [] [] | 16 fetchmail | [] [] [] | 17 findutils | [] [] [] [] [] | 20 flex | [] [] [] [] | 15 freedink | [] | 10 gas | [] | 4 gawk | [] [] [] [] | 18 gcal | [] [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] [] | 34 gettext-runtime | [] [] [] [] [] [] [] | 29 gettext-tools | [] [] [] [] [] [] | 22 gip | [] [] [] [] | 22 gjay | [] | 3 gliv | [] [] [] | 14 glunarclock | [] [] [] [] [] | 19 gnubiff | [] [] | 4 gnucash | () [] () [] () | 10 gnuedu | [] [] | 7 gnulib | [] [] [] [] | 16 gnunet | [] | 1 gnunet-gtk | [] [] [] | 5 gnutls | [] [] [] | 10 gold | [] | 4 gpe-aerial | [] [] [] | 18 gpe-beam | [] [] [] | 19 gpe-bluetooth | [] [] [] | 13 gpe-calendar | [] [] [] [] | 12 gpe-clock | [] [] [] [] [] | 28 gpe-conf | [] [] [] [] | 20 gpe-contacts | [] [] [] | 17 gpe-edit | [] [] [] | 12 gpe-filemanager | [] [] [] [] | 16 gpe-go | [] [] [] [] [] | 25 gpe-login | [] [] [] | 11 gpe-ownerinfo | [] [] [] [] [] | 25 gpe-package | [] [] [] | 13 gpe-sketchbook | [] [] [] | 20 gpe-su | [] [] [] [] [] | 30 gpe-taskmanager | [] [] [] [] [] | 29 gpe-timesheet | [] [] [] [] [] | 25 gpe-today | [] [] [] [] [] [] | 30 gpe-todo | [] [] [] [] | 17 gphoto2 | [] [] [] [] [] | 24 gprof | [] [] [] | 15 gpsdrive | [] [] [] | 11 gramadoir | [] [] [] | 11 grep | [] [] [] | 10 grub | [] [] [] | 14 gsasl | [] [] [] [] | 14 gss | [] [] [] | 11 gst-plugins-bad | [] [] [] [] | 26 gst-plugins-base | [] [] [] [] [] | 24 gst-plugins-good | [] [] [] [] | 24 gst-plugins-ugly | [] [] [] [] [] | 29 gstreamer | [] [] [] [] | 22 gtick | [] [] [] | 13 gtkam | [] [] [] | 20 gtkorphan | [] [] [] | 14 gtkspell | [] [] [] [] [] [] [] [] [] | 45 gutenprint | [] | 10 hello | [] [] [] [] [] [] | 21 help2man | [] [] | 7 hylafax | [] | 5 idutils | [] [] [] [] | 17 indent | [] [] [] [] [] [] | 30 iso_15924 | () [] () [] [] | 16 iso_3166 | [] [] () [] [] () [] [] [] () | 53 iso_3166_2 | () [] () [] | 9 iso_4217 | [] () [] [] () [] [] | 26 iso_639 | [] [] [] () [] () [] [] [] [] | 38 iso_639_3 | [] () | 8 jwhois | [] [] [] [] [] | 16 kbd | [] [] [] [] [] | 15 keytouch | [] [] [] | 16 keytouch-editor | [] [] [] | 14 keytouch-keyboa... | [] [] [] | 14 klavaro | [] | 11 latrine | [] [] [] | 10 ld | [] [] [] [] | 11 leafpad | [] [] [] [] [] [] | 33 libc | [] [] [] [] [] | 21 libexif | [] () | 7 libextractor | [] | 1 libgnutls | [] [] [] | 9 libgpewidget | [] [] [] | 14 libgpg-error | [] [] [] | 9 libgphoto2 | [] [] | 8 libgphoto2_port | [] [] [] [] | 14 libgsasl | [] [] [] | 13 libiconv | [] [] [] [] | 21 libidn | () [] [] | 11 lifelines | [] | 4 liferea | [] [] [] | 21 lilypond | [] | 7 linkdr | [] [] [] [] [] | 17 lordsawar | | 1 lprng | [] | 3 lynx | [] [] [] [] | 17 m4 | [] [] [] [] | 19 mailfromd | [] [] | 3 mailutils | [] | 5 make | [] [] [] [] | 21 man-db | [] [] [] | 8 man-db-manpages | | 4 minicom | [] [] | 16 mkisofs | [] [] | 9 myserver | | 0 nano | [] [] [] [] | 21 opcodes | [] [] [] | 11 parted | [] [] [] [] [] | 15 pies | [] [] | 3 popt | [] [] [] [] [] [] | 27 psmisc | [] [] | 11 pspp | | 4 pwdutils | [] [] | 6 radius | [] [] | 9 recode | [] [] [] [] | 28 rosegarden | () | 0 rpm | [] [] [] | 11 rush | [] [] | 4 sarg | | 1 screem | [] | 3 scrollkeeper | [] [] [] [] [] | 27 sed | [] [] [] [] [] | 30 sharutils | [] [] [] [] [] | 22 shishi | [] | 3 skencil | [] [] | 7 solfege | [] [] [] [] | 16 solfege-manual | [] | 8 soundtracker | [] [] [] | 9 sp | [] | 3 sysstat | [] [] | 15 tar | [] [] [] [] [] [] | 23 texinfo | [] [] [] [] [] | 17 tin | | 4 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux-ng | [] [] [] [] | 20 vice | () () | 1 vmm | [] | 4 vorbis-tools | [] | 6 wastesedge | | 2 wdiff | [] [] | 7 wget | [] [] [] [] [] | 26 wyslij-po | [] [] | 8 xchat | [] [] [] [] [] [] | 36 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 xkeyboard-config | [] [] [] | 22 +---------------------------------------------------+ 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2010 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.5 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/�����������������������������������������������������������������������������0000755�0000000�0000000�00000000000�13151533501�011622� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/Makefile.am������������������������������������������������������������������0000644�0000000�0000000�00000001524�13066424707�013614� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib -I$(top_builddir) LDADD = ../lib/libidn2.la noinst_PROGRAMS = decode lookup register example-toascii example-tounicode ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/lookup.c���������������������������������������������������������������������0000644�0000000�0000000�00000003163�13037156665�013241� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* lookup.c - example program to demonstrate IDNA2008 Lookup using Libidn2 Copyright (C) 2011-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> /* printf, fflush, fgets, stdin, perror, fprintf */ #include <string.h> /* strlen */ #include <locale.h> /* setlocale */ #include <stdlib.h> /* free */ #include <idn2.h> /* idn2_lookup_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *lookupname; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) domain name to lookup: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_lookup_ul (src, &lookupname, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("IDNA2008 domain name to lookup in DNS: %s\n", lookupname); free (lookupname); return 0; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/example-tounicode.c����������������������������������������������������������0000644�0000000�0000000�00000002312�13066424707�015342� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* example-tounicode.c --- Example ToUnicode() code showing how to use Libidn2. * * This code is placed under public domain. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <idn2.h> /* idn2_to_unicode_8z8z() */ /* * Compiling using pkg-config is recommended: * * $ cc -o example-to-unicode example-to-unicode.c $(pkg-config --cflags --libs libidn2) * $ ./example-tounicode * Input domain (ACE) encoded as `UTF-8': xn--nxasmm1c.com * * Read string (length 16): 78 6e 2d 2d 6e 78 61 73 6d 6d 31 63 2e 63 6f 6d * ACE label (length 14): 'βόλος.com' * */ int main (void) { char buf[BUFSIZ]; char *p; int rc; size_t i; if (!fgets (buf, BUFSIZ, stdin)) perror ("fgets"); buf[strlen (buf) - 1] = '\0'; printf ("Read string (length %ld): ", (long int) strlen (buf)); for (i = 0; i < strlen (buf); i++) printf ("%02x ", (unsigned) buf[i] & 0xFF); printf ("\n"); rc = idn2_to_unicode_8z8z (buf, &p, 0); if (rc != IDNA_SUCCESS) { printf ("ToUnicode() failed (%d): %s\n", rc, idn2_strerror (rc)); return EXIT_FAILURE; } printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p); free (p); /* or idn2_free() */ return 0; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/Makefile.in������������������������������������������������������������������0000644�0000000�0000000�00000122716�13151533357�013631� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = decode$(EXEEXT) lookup$(EXEEXT) register$(EXEEXT) \ example-toascii$(EXEEXT) example-tounicode$(EXEEXT) subdir = examples ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \ $(top_srcdir)/unistring/m4/configmake.m4 \ $(top_srcdir)/unistring/m4/eealloc.m4 \ $(top_srcdir)/unistring/m4/gnulib-comp.m4 \ $(top_srcdir)/unistring/m4/iconv_h.m4 \ $(top_srcdir)/unistring/m4/iconv_open.m4 \ $(top_srcdir)/unistring/m4/inline.m4 \ $(top_srcdir)/unistring/m4/libunistring-base.m4 \ $(top_srcdir)/unistring/m4/libunistring.m4 \ $(top_srcdir)/unistring/m4/localcharset.m4 \ $(top_srcdir)/unistring/m4/malloca.m4 \ $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/ax_code_coverage.m4 \ $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \ $(top_srcdir)/m4/double-slash-root.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/ld-version-script.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/limits-h.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/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/off_t.m4 \ $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strchrnul.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/valgrind-tests.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.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) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) decode_SOURCES = decode.c decode_OBJECTS = decode.$(OBJEXT) decode_LDADD = $(LDADD) decode_DEPENDENCIES = ../lib/libidn2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = example_toascii_SOURCES = example-toascii.c example_toascii_OBJECTS = example-toascii.$(OBJEXT) example_toascii_LDADD = $(LDADD) example_toascii_DEPENDENCIES = ../lib/libidn2.la example_tounicode_SOURCES = example-tounicode.c example_tounicode_OBJECTS = example-tounicode.$(OBJEXT) example_tounicode_LDADD = $(LDADD) example_tounicode_DEPENDENCIES = ../lib/libidn2.la lookup_SOURCES = lookup.c lookup_OBJECTS = lookup.$(OBJEXT) lookup_LDADD = $(LDADD) lookup_DEPENDENCIES = ../lib/libidn2.la register_SOURCES = register.c register_OBJECTS = register.$(OBJEXT) register_LDADD = $(LDADD) register_DEPENDENCIES = ../lib/libidn2.la AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = decode.c example-toascii.c example-tounicode.c lookup.c \ register.c DIST_SOURCES = decode.c example-toascii.c example-tounicode.c lookup.c \ register.c am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in \ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BUILD_EXEEXT = @BUILD_EXEEXT@ BUILD_OBJEXT = @BUILD_OBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ CPP_FOR_BUILD = @CPP_FOR_BUILD@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GCOV = @GCOV@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_QSORT_R = @GNULIB_QSORT_R@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_QSORT_R = @HAVE_QSORT_R@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ IDN2_VERSION_MAJOR = @IDN2_VERSION_MAJOR@ IDN2_VERSION_MINOR = @IDN2_VERSION_MINOR@ IDN2_VERSION_NUMBER = @IDN2_VERSION_NUMBER@ IDN2_VERSION_PATCH = @IDN2_VERSION_PATCH@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIBUNISTRING = @LIBUNISTRING@ LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ LIBUNISTRING_UNICTYPE_H = @LIBUNISTRING_UNICTYPE_H@ LIBUNISTRING_UNINORM_H = @LIBUNISTRING_UNINORM_H@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIMITS_H = @LIMITS_H@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LTLIBUNISTRING = @LTLIBUNISTRING@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_LIMITS_H = @NEXT_LIMITS_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME = @REPLACE_PTSNAME@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_READLINKAT = @REPLACE_READLINKAT@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ unistring_LIBOBJS = @unistring_LIBOBJS@ unistring_LTLIBOBJS = @unistring_LTLIBOBJS@ unistringtests_LIBOBJS = @unistringtests_LIBOBJS@ unistringtests_LTLIBOBJS = @unistringtests_LTLIBOBJS@ unistringtests_WITNESS = @unistringtests_WITNESS@ AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib -I$(top_builddir) LDADD = ../lib/libidn2.la all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign examples/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): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list decode$(EXEEXT): $(decode_OBJECTS) $(decode_DEPENDENCIES) $(EXTRA_decode_DEPENDENCIES) @rm -f decode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(decode_OBJECTS) $(decode_LDADD) $(LIBS) example-toascii$(EXEEXT): $(example_toascii_OBJECTS) $(example_toascii_DEPENDENCIES) $(EXTRA_example_toascii_DEPENDENCIES) @rm -f example-toascii$(EXEEXT) $(AM_V_CCLD)$(LINK) $(example_toascii_OBJECTS) $(example_toascii_LDADD) $(LIBS) example-tounicode$(EXEEXT): $(example_tounicode_OBJECTS) $(example_tounicode_DEPENDENCIES) $(EXTRA_example_tounicode_DEPENDENCIES) @rm -f example-tounicode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(example_tounicode_OBJECTS) $(example_tounicode_LDADD) $(LIBS) lookup$(EXEEXT): $(lookup_OBJECTS) $(lookup_DEPENDENCIES) $(EXTRA_lookup_DEPENDENCIES) @rm -f lookup$(EXEEXT) $(AM_V_CCLD)$(LINK) $(lookup_OBJECTS) $(lookup_LDADD) $(LIBS) register$(EXEEXT): $(register_OBJECTS) $(register_DEPENDENCIES) $(EXTRA_register_DEPENDENCIES) @rm -f register$(EXEEXT) $(AM_V_CCLD)$(LINK) $(register_OBJECTS) $(register_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-toascii.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-tounicode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: 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-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: ��������������������������������������������������libidn2-2.0.4/examples/decode.c���������������������������������������������������������������������0000644�0000000�0000000�00000003164�13061467362�013150� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* lookup.c - example program to demonstrate domain decoding using Libidn2 Copyright (C) 2016 Tim Rühsen This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdint.h> /* uint8_t */ #include <stdio.h> /* printf, fflush, fgets, stdin, perror, fprintf */ #include <string.h> /* strlen */ #include <locale.h> /* setlocale */ #include <stdlib.h> /* free */ #include <idn2.h> /* idn2_lookup_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *decoded; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) domain name to decode: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_to_unicode_lzlz (src, &decoded, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("Decoded domain name: %s\n", decoded); free (decoded); return 0; } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/register.c�������������������������������������������������������������������0000644�0000000�0000000�00000003171�13037156665�013553� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* register.c - example program to demonstrate IDNA2008 Register using Libidn2 Copyright (C) 2011-2017 Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> /* printf, fflush, fgets, stdin, perror, fprintf */ #include <string.h> /* strlen */ #include <locale.h> /* setlocale */ #include <stdlib.h> /* free */ #include <idn2.h> /* idn2_register_ul, IDN2_OK, idn2_strerror, idn2_strerror_name */ int main (int argc, char *argv[]) { int rc; char src[BUFSIZ]; char *insertname; setlocale (LC_ALL, ""); printf ("Enter (possibly non-ASCII) label to register: "); fflush (stdout); if (!fgets (src, sizeof (src), stdin)) { perror ("fgets"); return 1; } src[strlen (src) - 1] = '\0'; rc = idn2_register_ul (src, NULL, &insertname, 0); if (rc != IDN2_OK) { fprintf (stderr, "error: %s (%s, %d)\n", idn2_strerror (rc), idn2_strerror_name (rc), rc); return 1; } printf ("IDNA2008 label to register in DNS: %s\n", insertname); free (insertname); return 0; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/examples/example-toascii.c������������������������������������������������������������0000644�0000000�0000000�00000002341�13077410063�014776� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* example-toascii.c --- Example ToASCII() code showing how to use Libidn2. * * This code is placed under public domain. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <idn2.h> /* idn2_to_ascii_8z() */ /* * Compiling using pkg-config is recommended: * * $ cc -o example-toascii example-toascii.c $(pkg-config --cflags --libs libidn2) * $ ./example-toascii * Input domain encoded as `UTF-8': βόλος.com * Read string (length 15): ce b2 cf 8c ce bb ce bf cf 82 2e 63 6f 6d 0a * ACE label (length 17): 'xn--nxasmm1c.com' * */ int main (void) { char buf[BUFSIZ]; char *p; int rc; size_t i; if (!fgets (buf, BUFSIZ, stdin)) perror ("fgets"); buf[strlen (buf) - 1] = '\0'; printf ("Read string (length %ld): ", (long int) strlen (buf)); for (i = 0; i < strlen (buf); i++) printf ("%02x ", (unsigned) buf[i] & 0xFF); printf ("\n"); /* Use non-transitional IDNA2008 */ rc = idn2_to_ascii_8z (buf, &p, IDN2_NONTRANSITIONAL); if (rc != IDNA_SUCCESS) { printf ("ToASCII() failed (%d): %s\n", rc, idn2_strerror (rc)); return EXIT_FAILURE; } printf ("ACE label (length %ld): '%s'\n", (long int) strlen (p), p); free (p); /* or idn2_free() */ return 0; } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/configure.ac��������������������������������������������������������������������������0000644�0000000�0000000�00000010717�13151517042�012222� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_INIT([libidn2], [2.0.4], [help-libidn@gnu.org],, [https://www.gnu.org/software/libidn/#libidn2]) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 3) AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 3) # # Generate version defines for the include file # AC_SUBST([IDN2_VERSION_MAJOR], [`echo $PACKAGE_VERSION|cut -d'.' -f1`]) AC_SUBST([IDN2_VERSION_MINOR], [`echo $PACKAGE_VERSION|cut -d'.' -f2`]) AC_SUBST([IDN2_VERSION_PATCH], [`echo $PACKAGE_VERSION|cut -d'.' -f3`]) AC_SUBST([IDN2_VERSION_NUMBER], [`printf '0x%02x%02x%04x' $IDN2_VERSION_MAJOR $IDN2_VERSION_MINOR $IDN2_VERSION_PATCH`]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects]) AC_CANONICAL_HOST AC_PROG_CC AM_CONDITIONAL(cross_compiling,[test "$cross_compiling" = yes]) AX_PROG_CC_FOR_BUILD gl_EARLY unistring_EARLY m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT([win32-dll]) gl_INIT unistring_INIT GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) AM_GNU_GETTEXT(external) AM_GNU_GETTEXT_VERSION(0.19.3) AX_CODE_COVERAGE # Non-verbose make m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_ARG_ENABLE([gcc-warnings], [AS_HELP_STRING([--enable-gcc-warnings], [turn on lots of GCC warnings (for developers)])], [case $enableval in yes|no) ;; *) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;; esac gl_gcc_warnings=$enableval], [gl_gcc_warnings=yes] ) if test "$gl_gcc_warnings" = yes; then gl_MANYWARN_ALL_GCC([warnings]) nw= nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wundef" # All compiler preprocessors support #if UNDEF nw="$nw -Wtraditional" # All compilers nowadays support ANSI C nw="$nw -Wconversion" # These warnings usually don't point to mistakes. nw="$nw -Wpadded" # Padding internal structs doesn't help. nw="$nw -Wc++-compat" # Compile using a C compiler. nw="$nw -Wtraditional-conversion" # Too many complaints for now. nw="$nw -Wunreachable-code" # gcc bug 40412 nw="$nw -Wswitch-default" # Nothing wrong with default-less switch? gl_MANYWARN_COMPLEMENT([warnings], [$warnings], [$nw]) for w in $warnings; do gl_WARN_ADD([$w]) done gl_WARN_ADD([-fdiagnostics-show-option]) gl_WARN_ADD([-fdiagnostics-color=always]) # colors even when using ccache fi AC_ARG_ENABLE(doc, AS_HELP_STRING([--disable-doc], [don't generate any documentation]), enable_doc=$enableval, enable_doc=yes) AM_CONDITIONAL(ENABLE_DOC, test "$enable_doc" != "no") if test "$ac_cv_libunistring" = "yes";then AC_SEARCH_LIBS(uc_joining_type, unistring, [], [ac_cv_libunistring=no]) fi AM_CONDITIONAL(HAVE_LIBUNISTRING, test "$ac_cv_libunistring" = "yes") AC_CONFIG_FILES([ Makefile doc/Makefile doc/reference/Makefile doc/reference/version.xml examples/Makefile lib/idn2.h lib/Makefile unistring/Makefile gl/Makefile libidn2.pc po/Makefile.in src/Makefile tests/Makefile fuzz/Makefile ]) AC_OUTPUT AC_MSG_NOTICE([Summary of build options: Version: ${PACKAGE_VERSION} Host OS: ${host_os} Install prefix: ${prefix} Compiler: ${CC} Warning flags: ${WARN_CFLAGS} CFLAGS: ${CFLAGS} ${CPPFLAGS} LDFlags: ${LDFLAGS} Documentation: ${enable_doc} Library types: Shared=${enable_shared}, Static=${enable_static} Libiconv: $am_cv_func_iconv $LTLIBICONV Libunistring: $ac_cv_libunistring $LIBUNISTRING_VERSION $LTLIBUNISTRING Valgrind: ${VALGRIND} Version script: $have_ld_version_script ]) �������������������������������������������������libidn2-2.0.4/cfg.mk��������������������������������������������������������������������������������0000644�0000000�0000000�00000012413�13135614413�011021� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2011-2017 Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf --enable-gcc-warnings --enable-valgrind-tests ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) .DEFAULT_GOAL := buildit endif local-checks-to-skip += sc_unmarked_diagnostics sc_bindtextdomain # Re-add when we have translation local-checks-to-skip += sc_immutable_NEWS local-checks-to-skip += sc_prohibit_strcmp local-checks-to-skip += sc_copyright_check # Ignore gnulib files. VC_LIST_ALWAYS_EXCLUDE_REGEX = \ ^(maint.mk|build-aux/gnupload|src/gl/.*|gl/.*|m4/.*|^fuzz/.*.in/.*|^fuzz/.*.repro/.*)$$ # Explicit syntax-check exceptions. exclude_file_name_regexp--sc_program_name = ^(tests|examples)/.*\.c$$ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^doc/reference/version.xml.in$$ exclude_file_name_regexp--sc_trailing_blank = ^(tests/IdnaTest.(txt|inc))|(doc/gdoc)$$ exclude_file_name_regexp--sc_require_config_h = ^examples/.*\.c|lib/gentr46map.c|^fuzz/main.c$$ exclude_file_name_regexp--sc_require_config_h_first = ^examples/.*\.c|lib/gentr46map.c|^fuzz/main.c$$ exclude_file_name_regexp--sc_prohibit_strncpy = ^src/idn2.c$$ exclude_file_name_regexp--sc_GPL_version = ^COPYINGv2|[^/]*.[ch](.in)?$$ exclude_file_name_regexp--sc_prohibit_atoi_atof = ^lib/gentr46map\.c$$ exclude_file_name_regexp--sc_makefile_at_at_check = ^Makefile.am|src/Makefile\.am|tests/Makefile.am$$ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^lib/IdnaMappingTable.txt|doc/reference/version.xml.in$$ exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^bootstrap|^lib/idna-tables-6.3.0.txt$$ update-copyright-env = \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ UPDATE_COPYRIGHT_HOLDER="Simon Josefsson" INDENT_SOURCES = lib/*.c lib/*.h src/*.c src/*.h tests/*.c doc/Makefile.gdoc: printf "gdoc_MANS =\ngdoc_TEXINFOS =\n" > doc/Makefile.gdoc buildit: doc/Makefile.gdoc test -f configure || autoreconf --force --install test -f Makefile || ./configure $(CFGFLAGS) make glimport: gnulib-tool --add-import cd src && gnulib-tool --add-import # Release htmldir = ../www-libidn/libidn2 coverage-copy: rm -fv `find $(htmldir)/coverage -type f | grep -v CVS` mkdir -p $(htmldir)/coverage/ cp -rv $(COVERAGE_OUT)/* $(htmldir)/coverage/ coverage-upload: cd $(htmldir) && \ find coverage -type d -! -name CVS -! -name '.' \ -exec cvs add {} \; && \ find coverage -type d -! -name CVS -! -name '.' \ -exec sh -c "cvs add -kb {}/*.png" \; && \ find coverage -type d -! -name CVS -! -name '.' \ -exec sh -c "cvs add {}/*.html" \; && \ cvs add coverage/libidn2.info coverage/gcov.css || true && \ cvs commit -m "Update." coverage clang: make clean scan-build ./configure rm -rf scan.tmp scan-build -o scan.tmp make clang-copy: rm -fv `find $(htmldir)/clang-analyzer -type f | grep -v CVS` mkdir -p $(htmldir)/clang-analyzer/ cp -rv scan.tmp/*/* $(htmldir)/clang-analyzer/ clang-upload: cd $(htmldir) && \ cvs add clang-analyzer || true && \ cvs add clang-analyzer/*.css clang-analyzer/*.js \ clang-analyzer/*.html || true && \ cvs commit -m "Update." clang-analyzer ChangeLog: git log --no-merges --date=short --pretty='format:%ad %an <%ae>%w(0,0,5)%+B' >ChangeLog tarball: ! git tag -l $(PACKAGE)-$(VERSION) | grep $(PACKAGE) > /dev/null rm -f ChangeLog $(MAKE) ChangeLog distcheck gendoc-copy: cd doc && ../build-aux/gendocs.sh \ --html "--css-include=texinfo.css" \ -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)" gendoc-upload: cd $(htmldir) && \ cvs add manual || true && \ cvs add manual/html_node || true && \ cvs add -kb manual/*.gz manual/*.pdf || true && \ cvs add manual/*.txt manual/*.html \ manual/html_node/*.html || true && \ cvs commit -m "Update." manual/ gtkdoc-copy: mkdir -p $(htmldir)/reference/ cp -v doc/reference/$(PACKAGE).pdf \ doc/reference/html/*.html \ doc/reference/html/*.png \ doc/reference/html/*.devhelp2 \ doc/reference/html/*.css \ $(htmldir)/reference/ gtkdoc-upload: cd $(htmldir) && \ cvs add reference || true && \ cvs add -kb reference/*.png reference/*.pdf || true && \ cvs add reference/*.html reference/*.css \ reference/*.devhelp2 || true && \ cvs commit -m "Update." reference/ source: -git commit -m Generated. ChangeLog git tag -u 54265e8c -m $(VERSION) $(PACKAGE)-$(VERSION) release-check: syntax-check tarball gendoc-copy gtkdoc-copy coverage coverage-copy clang clang-copy release-upload-www: gendoc-upload gtkdoc-upload coverage-upload clang-upload release-upload-ftp: git push git push --tags build-aux/gnupload --to alpha.gnu.org:libidn $(distdir).tar.gz cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/ release: release-check release-upload-www source release-upload-ftp �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/ChangeLog�����������������������������������������������������������������������������0000644�0000000�0000000�00000205010�13151533450�011477� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������2017-08-30 Tim Rühsen <tim.ruehsen@gmx.de> Prepare release 2017-08-30 Tim Rühsen <tim.ruehsen@gmx.de> Fix generating idn2.1 2017-08-28 Tim Rühsen <tim.ruehsen@gmx.de> Fix gitlab yaml 2017-08-28 Tim Rühsen <tim.ruehsen@gmx.de> Add config.log to CI artifacts 2017-08-28 Tim Rühsen <tim.ruehsen@gmx.de> Fix idna_free() to idn_free() 2017-08-08 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: document the idn2_flags in functions using them 2017-08-08 Nikos Mavrogiannopoulos <nmav@redhat.com> README.md: corrected typo 2017-08-01 Tim Rühsen <tim.ruehsen@gmx.de> Update fuzzer corpora 2017-08-01 Tim Rühsen <tim.ruehsen@gmx.de> lib/puny_decode: Fix integer overflow (found by fuzzing) 2017-08-01 Tim Rühsen <tim.ruehsen@gmx.de> lib/bidi: Fix integer overflow (found by fuzzing) 2017-08-01 Tim Rühsen <tim.ruehsen@gmx.de> * fuzz/README.md : Add -fsanitize=undefined,integer,nullability to CFLAGS 2017-07-28 Tim Rühsen <tim.ruehsen@gmx.de> Don't check for ronn and makeinfo in bootstrap.conf Ronn is not packaged for every distribution. And maybe someone doesn't want to build the docs at all. 2017-07-28 Tim Rühsen <tim.ruehsen@gmx.de> Add --disable-gcc-warnings to DISTCHECK_CONFIGURE_FLAGS 2017-07-28 Tim Rühsen <tim.ruehsen@gmx.de> Move check for ronn and makeinfo into bootstrapi.conf 2017-07-28 Tim Rühsen <tim.ruehsen@gmx.de> Split punycode.c into encoding/decoding 2017-07-28 Tim Rühsen <tim.ruehsen@gmx.de> Update fuzz corpora 2017-07-26 Tim Rühsen <tim.ruehsen@gmx.de> Improve fuzzing 2017-07-24 Tim Rühsen <tim.ruehsen@gmx.de> Fuzzing reworked 2017-07-24 Tim Rühsen <tim.ruehsen@gmx.de> Prepare release 2017-07-22 Nikos Mavrogiannopoulos <nmav@gnutls.org> gnulib: updated to latest master 2017-07-21 Tim Rühsen <tim.ruehsen@gmx.de> Fix docs for IDN2_USE_STD3_ASCII_RULES and IDN2_INVALID_FLAGS 2017-07-19 Tim Rühsen <tim.ruehsen@gmx.de> Remove tests/*.c from coverage report 2017-07-19 Nikos Mavrogiannopoulos <nmav@redhat.com> .gitlab-ci.yml: added test rule for pages 2017-07-19 Tim Rühsen <tim.ruehsen@gmx.de> Remove GTKDOC test 2017-07-19 Tim Rühsen <tim.ruehsen@gmx.de> Fix coverage build 2017-07-19 Tim Rühsen <tim.ruehsen@gmx.de> Disable gtk-doc for make distcheck on CIs 2017-07-19 Tim Rühsen <tim.ruehsen@gmx.de> Fix C++ build errors 2017-07-17 Tim Rühsen <tim.ruehsen@gmx.de> TR46: Disable STD3 ASCII rules by default 2017-07-18 Tim Rühsen <tim.ruehsen@gmx.de> Move check for makeinfo to configure.ac 2017-07-18 Tim Rühsen <tim.ruehsen@gmx.de> Revert "Check for 'gengetopt' in configure run" This reverts commit 80696f6d0a9946c2fa73177ec0292e63709d1d79. 2017-07-18 Tim Rühsen <tim.ruehsen@gmx.de> Check for gengetopt and makeinfo in bootstrap.conf 2017-07-18 Tim Rühsen <tim.ruehsen@gmx.de> Document func/param attributes in idn2.h.in 2017-07-18 Simon Josefsson <simon@josefsson.org> Doc fixes. 2017-07-17 Tim Rühsen <tim.ruehsen@gmx.de> Fix space-tab sequence in gtk-doc.make 2017-07-17 Tim Rühsen <tim.ruehsen@gmx.de> Fix links for git and perl in CONTRIBUTING.md 2017-07-17 Simon Josefsson <simon@josefsson.org> Bump version. 2017-07-17 Simon Josefsson <simon@josefsson.org> Mention abi-compliance-checker. 2017-07-17 Tim Rühsen <tim.ruehsen@gmx.de> Reference 'ronn' in CONTRIBUTING.md 2017-07-17 Tim Rühsen <tim.ruehsen@gmx.de> Check for 'gengetopt' in configure run 2017-07-17 Tim Rühsen <tim.ruehsen@gmx.de> Check for ronn if doc build is requested 2017-07-17 Simon Josefsson <simon@josefsson.org> Fix gtk-doc more. 2017-07-17 Simon Josefsson <simon@josefsson.org> Doc fixes. 2017-07-17 Simon Josefsson <simon@josefsson.org> Fix upstream bugs. 2017-07-17 Simon Josefsson <simon@josefsson.org> Modernize gtk-doc building. 2017-07-17 Simon Josefsson <simon@josefsson.org> Update from gnulib. 2017-06-19 Nikos Mavrogiannopoulos <nmav@gnutls.org> README.md: updated to no longer refer to libidn [ci skip] Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-06-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> manual: removed trailing space Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-06-07 Nikos Mavrogiannopoulos <nmav@gnutls.org> manual: updated intro Added URI of libidn2 hosting, and removed text on being used extensively (no longer the case). Reformatted the references to RFCs as an itemized list. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-05-06 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: updated documentation on IDNA2003 fallback The example provided only falls back to IDNA2003 if there are disallowed characters in the IDNA2008 set. That follows the behavior used in curl. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-04-28 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: document Tim's backwards compatible construction This introduces text allowing to operate like browsers like firefox do. Relates: #28 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-04-27 Tim Rühsen <tim.ruehsen@gmx.de> contrib/release: Fix contributor list creation [skip ci] 2017-04-27 Tim Rühsen <tim.ruehsen@gmx.de> NEWS: Update release date 2017-04-27 Tim Rühsen <tim.ruehsen@gmx.de> Gitlab CI: Split Debian runner 2017-04-27 Tim Rühsen <tim.ruehsen@gmx.de> fuzz/main.c: Exlude from sc_require_config_h and sc_require_config_h_first 2017-04-27 Tim Rühsen <tim.ruehsen@gmx.de> idn2.h: Don't use symbols from config.h 2017-04-26 Tim Rühsen <tim.ruehsen@gmx.de> ABI-Check: Fix for gtk-doc 2017-04-26 Tim Rühsen <tim.ruehsen@gmx.de> Prepare release 2017-04-26 Tim Rühsen <tim.ruehsen@gmx.de> Docs: Fix several gtk-doc warnings 2017-04-26 Tim Rühsen <tim.ruehsen@gmx.de> contrib/release: Update script [skip ci] 2017-04-25 Tim Rühsen <tim.ruehsen@gmx.de> Travis CI: Initial commit 2017-04-25 Tim Rühsen <tim.ruehsen@gmx.de> Makefile.am: Do not use TMPDIR and TMPFILE Reassigning TMPDIR may cause havoc with build tools that use it for temporary files/directories, like 'ar' on OSX. Reported-by: Dominyk Tiller 2017-04-24 Tim Rühsen <tim.ruehsen@gmx.de> lib/idna.c (_idn2_ascii_p): Quick return on false 2017-04-24 Tim Rühsen <tim.ruehsen@gmx.de> Fix TR46 transitional Transitional label processing accidentally went through IDNA 2008 tests. That made lookup functions fail on disallowed characters, that are allowed regarding IDNA 2003. The only transitonal test cases we had just covered 'deviation' codepoints, e.g. german sharp s. This patch also adds a non-deviation codepoint to the tests. Reported-by: Daniel Stenberg Closes #25 2017-04-23 Tim Rühsen <tim.ruehsen@gmx.de> fuzz: Fix memleak in idn2_to_unicode_8z8z_fuzzer 2017-04-23 Nikos Mavrogiannopoulos <nmav@gnutls.org> doc: clarify expected input and output forms in examples Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-23 Nikos Mavrogiannopoulos <nmav@gnutls.org> doc: improved text on converting from libidn Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-23 Nikos Mavrogiannopoulos <nmav@gnutls.org> doc: corrected typo Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-23 Nikos Mavrogiannopoulos <nmav@gnutls.org> README.md: switched download site to ftp.gnu.org Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-22 Tim Rühsen <tim.ruehsen@gmx.de> Prepared release 2017-04-22 Nikos Mavrogiannopoulos <nmav@gnutls.org> doc: do not utilize the NFC_INPUT flag on examples That flag is implicitly enabled in non-transitiional encoding. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-07 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: added value assignment in conversion example 2017-04-07 Tim Rühsen <tim.ruehsen@gmx.de> * src/Makefile.am: Do not install idn2_noinstall 2017-04-06 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: include code snippets instead of just functions in compatibility section 2017-04-06 Nikos Mavrogiannopoulos <nmav@redhat.com> texinfo.css: improved HTML presentation 2017-04-06 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: improved documentation on switching from libidn 2017-04-04 Nikos Mavrogiannopoulos <nmav@gnutls.org> doc: fixed version in idn2_to_unicode functions 2017-04-04 Nikos Mavrogiannopoulos <nmav@gnutls.org> idn2_to_ascii: corrected documentation These functions were documented as equivalent to idn2_lookup_ul() with %IDN2_NONTRANSITIONAL and %IDN2_NFC_INPUT flags, however was not the case. The idna_to_ascii functions were setting these flags by default. 2017-04-04 Nikos Mavrogiannopoulos <nmav@gnutls.org> examples: use non-transitional IDNA2008 2017-04-02 Nikos Mavrogiannopoulos <nmav@gnutls.org> idn2: enable TR#46 non-transitional processing by default Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-02 Nikos Mavrogiannopoulos <nmav@gnutls.org> idn2: use idn2_to_ascii_lz instead of idn2_lookup_ul Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-04-03 Tim Rühsen <tim.ruehsen@gmx.de> Fix contrib/release script [skip ci] 2017-03-29 Tim Rühsen <tim.ruehsen@gmx.de> Prepare for release 2017-03-29 Tim Rühsen <tim.ruehsen@gmx.de> ChangeLog: Create with 'git log' 2017-03-28 Nikos Mavrogiannopoulos <nmav@redhat.com> configure: replace simon@josefsson.org by help-libidn@gnu.org Resolves #21 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-28 Tim Rühsen <tim.ruehsen@gmx.de> Add automatic version defines for idn2.h 2017-03-28 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: added section on converting from libidn Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> Add contrib/release script [ci skip] 2017-03-25 Tim Rühsen <tim.ruehsen@gmx.de> README.md: Fix mentioning INSTALL 2017-03-24 Nikos Mavrogiannopoulos <nmav@redhat.com> m4: added ax_prog_cc_for_build.m4 This allows compiling the library from repository without requiring autoconf-archive package being installed. Resolves #19 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-23 Nikos Mavrogiannopoulos <nmav@redhat.com> README.md: added section on cross-compiling Resolves #8 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-20 Nikos Mavrogiannopoulos <nmav@gnutls.org> .gitlab-ci.yml: introduced a -Werror build in Debian build Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-19 Nikos Mavrogiannopoulos <nmav@gnutls.org> gnulib: use local submodule from gitlab This will allow faster checkouts on CI Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-19 Nikos Mavrogiannopoulos <nmav@gnutls.org> CONTRIBUTING.md: added git2cl and ronn dependencies Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-19 Nikos Mavrogiannopoulos <nmav@gnutls.org> Automatically generate changelog on make dist Resolves #15 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-19 Tim Rühsen <tim.ruehsen@gmx.de> Check malloc() return value in _tr46() 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> Change several http:// links to https:// 2017-03-17 Nikos Mavrogiannopoulos <nmav@gnutls.org> doc: set default encoding of manual to be utf-8 This allows printing UTF-8 characters from .c files. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: improved intro section Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: added examples for ToASCII and ToUnicode operations Also listed all the major new functions at the introduction. The examples brought, bring the library in par with libidn documentation, allowing one to switch easily, but also use UTF-8 input and output by default. There is no point to promote the locale encoded version of the functions, as UTF-8 is today used ubituously. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: added Since version tag in functions 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: added description for idn2_to_unicode functions Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> README.md: removed copyright information and extended description The copyright information in the README file were a distraction from reading the text (were as long as the previous text), and were not accurate anyway. Extended the description to include more information on the library and the libidn compatibility. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> Update AUTHORS 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> README.md: build badge points to pipelines page [ci skip] Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> Revert "README.md: build badge points to pipelines page [ci skip]" This reverts commit 91c091490a8efe6090d37ad8acb5a08a1e355e9a. 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> README.md: build badge points to pipelines page [ci skip] Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: updated idn2 commands in manual Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> configure.ac: bumped version to 2.0 Relates #12 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> CONTRIBUTING.md: recommend using merge requests for patches Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc update Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Nikos Mavrogiannopoulos <nmav@redhat.com> doc: generate the idn2 man-page using ronn That is, no longer use help2man and ship a markdown version of the manual. The manual page is generated from markdown using ronn. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> docs: Deploy libidn2 manual 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> README.md: Add link to online coverage report and API docs [ci skip] 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> docs: Deploy HTML docs [ci skip] 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> Add Coverity badge 2017-03-17 Nikos Mavrogiannopoulos <nmav@gnutls.org> valgrind: use suppressions file by default Also introduce an initial suppressions file to ignore unistring issues. Resolves #11 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-17 Nikos Mavrogiannopoulos <nmav@gnutls.org> tests: enable run under valgrind by using LOG_COMPILER Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-17 Tim Rühsen <tim.ruehsen@gmx.de> CI: Merge Debian runners 2017-03-16 Mike Frysinger <vapier@gentoo.org> fix IdnaTest.inc generation w/out of tree builds The current rule will always look for IdnaTest.txt in the current directory (and output IdnaTest.inc to the current directory). When doing an out-of-tree build, the Makefile (via vpaths) will find the source files, but when the rule runs, it won't. Change the rules to use automatic makefile variables so it can deal with srcdir/builddir dynamically. It does mean that always write IdnaTest.txt to the builddir and not the sourcedir, but I think that's what the code intends. When doing a `make dist`, it'll source the right file and save it to the right place in the tarball. 2017-03-16 Tim Rühsen <tim.ruehsen@gmx.de> pages: simplified 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> Coverage: Test code coverage as artifact 2017-03-16 Tim Rühsen <tim.ruehsen@gmx.de> Update gnulib 2017-03-16 Tim Rühsen <tim.ruehsen@gmx.de> Add gentr46map.c to EXTRA_DIST 2017-03-15 Mike Frysinger <vapier@gentoo.org> fix up tr46map_data.c generation Make the gentr46map handling consistent regardless of cross-compiling, and improve things so we regenerate the source file only when needed. 2017-03-15 Nikos Mavrogiannopoulos <nmav@redhat.com> gentr46map: initialize variable to avoid clang warning Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-15 Nikos Mavrogiannopoulos <nmav@gnutls.org> gentr46map: added mem allocation check to eliminate clang analyzer warning Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-15 Nikos Mavrogiannopoulos <nmav@gnutls.org> lib: removed dead assignment (found by clang) Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-14 Nikos Mavrogiannopoulos <nmav@redhat.com> .gitlab-ci.yml: added clang static analyzer run This will allow catching issues that can be detected with a static analyzer. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-14 Nikos Mavrogiannopoulos <nmav@redhat.com> .gitlab-ci.yml: Added centos7 build Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-14 Nikos Mavrogiannopoulos <nmav@redhat.com> idn2: localcharset is a unistring header This fixes builds in Centos7. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> tests: Fix -Wpointer-sign 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> tests: Fix -Wunused-parameter 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> tests: Fix gcc-7 -Wformat-truncation= 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> Add assert.h to tests/repro-common.h 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> syntax-check: Remove #ifdef HAVE_CONFIG_H 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> lib/tr46map.c: Add empty line after config.h 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> syntax-check: Add lib/gentr46map.c to config.h excludes 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> syntax-check: Remove trailing space 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> syntax-check: Remove empty lines at EOF 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> syntax-check: Remove assert.h from tests/repro*.c 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> syntax-check: Add tests/.*interesting.* to excludes 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> CI: Make syntax-check and distcheck 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> gentr46map: Fix clang analyzer warning 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> gentr46map: Remove gnulib dependency 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> gentr46map: Replace getline() by fgets() 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> gentr46map: Remove errno.h dependency 2017-03-15 Tim Rühsen <tim.ruehsen@gmx.de> gentr46map: Remove libunistring dependency 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> doc: fix idn2.1 cross-compile build 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> Fix lib/Makefile.am 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> Remove make target check-coverage 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> Rewrite and simplify BIDI check 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> Cross-compile check for building gentr46map 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> tr46map: Amend for better cross-compilation experience 2017-03-14 Nikos Mavrogiannopoulos <nmav@redhat.com> README: switched repositories to libidn/libidn2 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-14 Nikos Mavrogiannopoulos <nmav@redhat.com> Added gnulib as submodule This prevents breakages of gnulib to be propagated to the libidn2 project. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> configure.ac: Add better support for cross-compiling 2017-03-14 Tim Rühsen <tim.ruehsen@gmx.de> Docs: Skipp making idn2.1 when cross-compiling 2017-03-13 Tim Rühsen <tim.ruehsen@gmx.de> .gitignore: Add files and dirs 2017-03-13 Tim Rühsen <tim.ruehsen@gmx.de> fuzz: Format *.cc, add TR46 testing 2017-03-10 Nikos Mavrogiannopoulos <nmav@gnutls.org> Added coverage run in CI That "make local-code-coverage-output" will output the percentage of lines of code covered by the test suite. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-10 Nikos Mavrogiannopoulos <nmav@gnutls.org> configure: Add a code coverage option Configure with: ./configure --enable-code-coverage Show coverage output with: make && make check && make code-coverage-capture Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-03-10 Nikos Mavrogiannopoulos <nmav@redhat.com> tests: added initial corpus of test cases for reproducers Although these do not actually cause an issue, they do provide coverage of the parsers. This is currently not included in the distribution but only in the repository. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-09 Nikos Mavrogiannopoulos <nmav@redhat.com> fuzz: added manually run fuzzers for basic functions of the library These fuzzers are modeled in a way to be run either in oss-fuzz project (which uses libfuzzer) or using AFL with the wrapper in main.c. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-09 Nikos Mavrogiannopoulos <nmav@redhat.com> tests: added tools to reproduce issues found by fuzzers Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-03-03 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> drop needless ssize_t cast, would need sys/types.h 2017-02-28 Nikos Mavrogiannopoulos <nmav@redhat.com> .gitlab-ci.yml: use pre-build images for CI Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-02-27 Tim Rühsen <tim.ruehsen@gmx.de> README.md: Use HTTPS ifor license link 2017-02-27 Tim Rühsen <tim.ruehsen@gmx.de> CONTRIBUTING.md: Use HTTPS where possible 2017-02-27 Nikos Mavrogiannopoulos <nmav@redhat.com> CONTRIBUTING.md: fixed typos Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-02-27 Nikos Mavrogiannopoulos <nmav@redhat.com> README.md: introduced dependencies section Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-02-26 Nikos Mavrogiannopoulos <nmav@gnutls.org> CONTRIBUTING.md: added section on test suite Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-26 Nikos Mavrogiannopoulos <nmav@gnutls.org> converted main documents to markdown 2017-02-25 Nikos Mavrogiannopoulos <nmav@gnutls.org> tests: test-register: added several casts to silence warnings in windows build Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-25 Nikos Mavrogiannopoulos <nmav@gnutls.org> .gitlab-ci.yml: enabled make check in mingw build Also added the iconv package into installed packages. We require iconv to be able to convert from locale to unicode. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-26 Nikos Mavrogiannopoulos <nmav@gnutls.org> use the GL macros to mark internal functions as const or pure We don't use the macros from idn2.h because this header file is not universally included. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-26 Nikos Mavrogiannopoulos <nmav@gnutls.org> idn2.h: Introduced macros to mark pure and constant functions That is, the macros _IDN2_ATTRIBUTE_PURE and _IDN2_ATTRIBUTE_CONST. The functions marked currently are idn2_strerror(), idn2_strerror_name(), as constant, and idn2_check_version() as pure. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-26 Nikos Mavrogiannopoulos <nmav@gnutls.org> error.c: improved bindtextdomain macro We don't check the error code of the function, thus the dummy replacement shouldn't define an error code. That removes a compiler warning for statement without effect. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-25 Nikos Mavrogiannopoulos <nmav@gnutls.org> configure: enable gcc warnings by default Also enable warnings on sign-conversion. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-25 Nikos Mavrogiannopoulos <nmav@gnutls.org> lib: eliminated several sign-conversion related warnings Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-26 Nikos Mavrogiannopoulos <nmav@gnutls.org> README: update documentation on iconv Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-25 Tim Rühsen <tim.ruehsen@gmx.de> tests: test-lookup.c: Fix error msgs and wchar_t portability 2017-02-20 Nikos Mavrogiannopoulos <nmav@redhat.com> .gitlab-ci.yml: use libasan3 in debian testing The previously used libasan2 is no longer available. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-02-20 Nikos Mavrogiannopoulos <nmav@redhat.com> document changes in 0.17 2017-02-20 Simon Josefsson <simon@josefsson.org> Doc fix. 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Fix docs 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Fix 'make syntax-check' 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Remove trailing empty lines from lib/Makefile.am 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Remove gl/version-etc.c from po/POTFILES.in as syntax-check suggests 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Update bootstrap from gnulib/build-aux/ 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Set source_bae in bootstrap.conf 2017-02-15 Tim Rühsen <tim.ruehsen@gmx.de> Fix path in po/POTFILES.in 2017-02-13 Nikos Mavrogiannopoulos <nmav@gnutls.org> .gitlab-ci.yml: added MinGW64 build Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-14 Nikos Mavrogiannopoulos <nmav@gnutls.org> renamed idn2/ subdir to lib/ This makes apparent the location of the actual library. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-14 Nikos Mavrogiannopoulos <nmav@gnutls.org> unistring: avoid including twice the posix-malloc module This allows compiling in systems which do require the posix-malloc, but conflict on gnulib symbols as they are available both in libgnu and libunistring. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-14 Nikos Mavrogiannopoulos <nmav@redhat.com> lib renamed to gl This better distinguishes the gnulib library from the main IDN2 library. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-02-14 Nikos Mavrogiannopoulos <nmav@redhat.com> configure: building documentation can be skipped This allows building on systems without texinfo. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-02-14 Nikos Mavrogiannopoulos <nmav@gnutls.org> unistring library will be included if it is not installed Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-14 Nikos Mavrogiannopoulos <nmav@gnutls.org> Moved IDN2 files in idn2 subdir Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-10 Tim Rühsen <tim.ruehsen@gmx.de> Add test coverage of idna_to_ascii_* functions 2017-02-10 Tim Rühsen <tim.ruehsen@gmx.de> Fix docs (params) for idn2_to_ascii_4i 2017-02-10 Tim Rühsen <tim.ruehsen@gmx.de> Add IDN2_ALLOW_UNASSIGNED and IDN2_USE_STD3_ASCII_RULES to doc comment 2017-02-10 Nikos Mavrogiannopoulos <nmav@redhat.com> Add docs to idn2_to_ascii_* in lookup.c 2017-02-08 Tim Rühsen <tim.ruehsen@gmx.de> Fix compat enums and defines in idn2.h.in 2017-02-07 Tim Rühsen <tim.ruehsen@gmx.de> Libidn toASCII compatibility functions 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Start of libidn compatibility layer Define IDN2_SKIP_LIBIDN_COMPAT before including <idn2.h> to disable the compatibilty layer. It is also disabled when including <idna.h> before <idn2.h>. Just to allow programs to link with libidn and libidn2. 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Add more test cases More test cases from Nikos Mavrogiannopoulos 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Add bad utf-8 test input to idn2_to_unicode_*() 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Add test with bad utf-8 encoding 2017-01-26 Nikos Mavrogiannopoulos <nmav@redhat.com> .gitlab-ci.yml: use debian-stretch for building Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Remove unused code from punycode.c 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> More tests for tests/test-tounicode.c 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> More tests for tests/test-lookup.c 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Fix input checking in decode.c 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Reduce 'make check-coverage' to library code 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Cleanup tests, remove compiler warnings 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Add more testing to tests/test-tounicode.c 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Add gnulib module stdio to bootstrap.conf 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Add manywarning flags to tests/Makefile.am 2017-01-27 Tim Rühsen <tim.ruehsen@gmx.de> Fix string creation in idn2_to_unicode_44i() 2017-01-26 Tim Rühsen <tim.ruehsen@gmx.de> Fix double free in idn2_to_unicode_4z4z() 2017-01-26 Tim Rühsen <tim.ruehsen@gmx.de> Adjust .gitignore 2017-01-26 Tim Rühsen <tim.ruehsen@gmx.de> New test test-tounicode.c 2017-01-26 Tim Rühsen <tim.ruehsen@gmx.de> Allow XN-- and xn-- for punycode 2017-01-26 Tim Rühsen <tim.ruehsen@gmx.de> Add idn2_to_unicode_* functions for punycode decoding That are idn2_to_unicode_8z4z idn2_to_unicode_4z4z idn2_to_unicode_44i idn2_to_unicode_8z8z idn2_to_unicode_8zlz idn2_to_unicode_lzlz 2017-01-08 Tim Rühsen <tim.ruehsen@gmx.de> Add idn2_fromASCII() and idn2 -d 2017-01-30 Nikos Mavrogiannopoulos <nmav@gnutls.org> .gitlab-ci.yml: added ASAN, and UBSAN builds Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-01-29 Nikos Mavrogiannopoulos <nmav@gnutls.org> .gitlab-ci.yml: added ABI check as part of the CI process Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-01-29 Nikos Mavrogiannopoulos <nmav@gnutls.org> .gitlab-ci.yml: keep built artifacts (log files) on failure Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-01-29 Nikos Mavrogiannopoulos <nmav@gnutls.org> Makefile: added abi-dump and abi-check rules These allow dumping and checking the ABI of the produced library. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> 2017-02-07 Tim Rühsen <tim.ruehsen@gmx.de> Add 'getline' gnulib module 2017-02-03 Tim Rühsen <tim.ruehsen@gmx.de> Add 'error' gnulib module 2017-01-23 userwithuid <userwithuid@gmail.com> Add pkg-config file. 2017-01-23 userwithuid <userwithuid@gmail.com> Fix parallel make. Ensure gengetopt is only run once to avoid build errors with make -j. 2017-01-16 Simon Josefsson <simon@josefsson.org> Bump versions. 2017-01-16 Simon Josefsson <simon@josefsson.org> Typo fix. 2017-01-16 Simon Josefsson <simon@josefsson.org> Version 0.16. 2017-01-16 Simon Josefsson <simon@josefsson.org> Add. 2017-01-16 Simon Josefsson <simon@josefsson.org> Fix @DEFS@. 2017-01-14 Simon Josefsson <simon@josefsson.org> Fix DEFS. 2017-01-14 Simon Josefsson <simon@josefsson.org> Fix idn2_cmd.* rules. Copied from libidn. 2017-01-14 Simon Josefsson <simon@josefsson.org> Bump versions. 2017-01-14 Simon Josefsson <simon@josefsson.org> Version 0.15. 2017-01-14 Simon Josefsson <simon@josefsson.org> Indent. 2017-01-14 Simon Josefsson <simon@josefsson.org> Fix syntax-check rules. 2017-01-14 Simon Josefsson <simon@josefsson.org> Fixes. 2017-01-14 Simon Josefsson <simon@josefsson.org> Doc fix. 2017-01-14 Simon Josefsson <simon@josefsson.org> Update copyright lines. 2017-01-14 Simon Josefsson <simon@josefsson.org> Add. 2017-01-12 Tim Rühsen <tim.ruehsen@gmx.de> Reduce TR46 data by ca 33k 2017-01-12 Tim Rühsen <tim.ruehsen@gmx.de> Reduce TR46 map entries to 62 bits (yet unpacked) 2017-01-12 Tim Rühsen <tim.ruehsen@gmx.de> Fix out-of-bounds access 2017-01-12 Tim Rühsen <tim.ruehsen@gmx.de> Fix printf format specifier 2017-01-12 Tim Rühsen <tim.ruehsen@gmx.de> Enable silent make rules by default 2017-01-12 Tim Rühsen <tim.ruehsen@gmx.de> Enable gcc color diagnostics even when using ccache 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Fix indentation 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Make autogenrated array 'mapdata' static 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Separate TR46 generated data and data functions 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Some code rearranged 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Fix printf format string warnings 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Fix incorrect check of memory allocation 2017-01-11 Tim Rühsen <tim.ruehsen@gmx.de> Add two more lookup tests 2017-01-10 Tim Rühsen <tim.ruehsen@gmx.de> Fix NFC Quick Check IDN2_NFC_INPUT with idn2_lookup_*() and non-NFC input resulted in IDN2_NOT_NFC error. Regression from version 0.13. This fixes it. This commit also adds tests to catch non-working IDN2_NFC_INPUT. Reported-by: Daurn Imator 2017-01-10 Tim Rühsen <tim.ruehsen@gmx.de> Remove unused flags from TR46 mapping data 2017-01-05 Tim Rühsen <tim.ruehsen@gmx.de> Move -DSRCDIR to AM_CPPFLAGS to satisfy syntax-check 2017-01-05 Tim Rühsen <tim.ruehsen@gmx.de> Disable sc_GPL_version syntax-check 2016-12-28 Tim Rühsen <tim.ruehsen@gmx.de> TR46 mapping codepoints as 8-bit stream 2016-12-30 Simon Josefsson <simon@josefsson.org> Cleanup. Fix build dependencies. 2016-12-30 Simon Josefsson <simon@josefsson.org> Bump version. 2016-12-30 Simon Josefsson <simon@josefsson.org> Update for 0.13. 2016-12-30 Simon Josefsson <simon@josefsson.org> Version 0.14. 2016-12-30 Simon Josefsson <simon@josefsson.org> Bump versions. 2016-12-30 Simon Josefsson <simon@josefsson.org> Fix gentr46map build. 2016-12-29 Simon Josefsson <simon@josefsson.org> Syntax-check fixes. 2016-12-29 Simon Josefsson <simon@josefsson.org> Version 0.13. 2016-12-29 Simon Josefsson <simon@josefsson.org> Doc fixes. 2016-12-29 Simon Josefsson <simon@josefsson.org> Libunistring required. 2016-12-28 Simon Josefsson <simon@josefsson.org> Unicode license conditions. 2016-12-28 Tim Rühsen <tim.ruehsen@gmx.de> Remove doublettes from TR46 mapping data 2016-12-27 Tim Rühsen <tim.ruehsen@gmx.de> Add unicode files to avoid downloading 2016-12-27 Tim Rühsen <tim.ruehsen@gmx.de> Add tests/IdnaTest.* 2016-12-27 Tim Rühsen <tim.ruehsen@gmx.de> Test downloaded file integrity 2016-12-28 Simon Josefsson <simon@josefsson.org> Doc fix. 2016-12-28 Simon Josefsson <simon@josefsson.org> Fix dependencies. 2016-12-28 Simon Josefsson <simon@josefsson.org> Make sure ChangeLog is re-generated. 2016-12-28 Simon Josefsson <simon@josefsson.org> Mark libunistring as optional. 2016-12-28 Simon Josefsson <simon@josefsson.org> Make self-tests work with non-system libunistring. 2016-12-28 Simon Josefsson <simon@josefsson.org> Doc fix. 2016-12-28 Simon Josefsson <simon@josefsson.org> Simplify. 2016-12-28 Simon Josefsson <simon@josefsson.org> Re-add some libunistring modules, if absent from system. 2016-12-28 Simon Josefsson <simon@josefsson.org> Drop. 2016-12-28 Simon Josefsson <simon@josefsson.org> Ignore more. 2016-12-28 Simon Josefsson <simon@josefsson.org> Add po/Makefile.in after gettext simplification. 2016-12-28 Simon Josefsson <simon@josefsson.org> Simplify. 2016-12-28 Simon Josefsson <simon@josefsson.org> Prettify. 2016-12-28 Simon Josefsson <simon@josefsson.org> Prettyify output. 2016-12-28 Simon Josefsson <simon@josefsson.org> Typo fix. 2016-12-28 Simon Josefsson <simon@josefsson.org> Ignore more. 2016-12-28 Simon Josefsson <simon@josefsson.org> Fix test output. 2016-12-28 Simon Josefsson <simon@josefsson.org> More dependency fixes. 2016-12-28 Simon Josefsson <simon@josefsson.org> Fix build deps. 2016-12-28 Simon Josefsson <simon@josefsson.org> Doc fixes. 2016-12-28 Simon Josefsson <simon@josefsson.org> Typo. 2016-12-28 Simon Josefsson <simon@josefsson.org> Automake requires that ChangeLog exist. (snippet from coreutils) 2016-12-28 Simon Josefsson <simon@josefsson.org> Modernize. 2016-12-28 Simon Josefsson <simon@josefsson.org> Add gitlab CI rules. 2016-12-28 Simon Josefsson <simon@josefsson.org> Remove, should be automatically generated by git2cl. 2016-12-28 Simon Josefsson <simon@josefsson.org> Rename for gitlab. 2016-12-27 Simon Josefsson <simon@josefsson.org> Clarify license. Suggested by Nikos Mavrogiannopoulos. 2016-12-26 Simon Josefsson <simon@josefsson.org> Bump after release. 2016-12-26 Simon Josefsson <simon@josefsson.org> Ignore more. 2016-12-26 Simon Josefsson <simon@josefsson.org> Version 0.12. 2016-12-26 Simon Josefsson <simon@josefsson.org> Doc fixes. 2016-12-26 Simon Josefsson <simon@josefsson.org> Doc fix. 2016-12-26 Simon Josefsson <simon@josefsson.org> More text. 2016-12-26 Simon Josefsson <simon@josefsson.org> Don't modify .gitignore. 2016-12-26 Simon Josefsson <simon@josefsson.org> Don't assume C99/C11. 2016-12-26 Simon Josefsson <simon@josefsson.org> Fix coverage rules. 2016-12-26 Simon Josefsson <simon@josefsson.org> Drop unused code. 2016-12-26 Simon Josefsson <simon@josefsson.org> Fix broken indent. 2016-12-26 Simon Josefsson <simon@josefsson.org> Use COMPILE instead of CC (this should be an implicit automake rule). 2016-12-26 Simon Josefsson <simon@josefsson.org> Indent sources. 2016-12-26 Simon Josefsson <simon@josefsson.org> Syntax-check cleanups. 2016-12-26 Simon Josefsson <simon@josefsson.org> Remove. 2016-12-26 Simon Josefsson <simon@josefsson.org> Unrelease 0.12. 2016-12-26 Simon Josefsson <simon@josefsson.org> Mention Tim. 2016-12-26 Simon Josefsson <simon@josefsson.org> Re-add some gnulib modules. Fix license. 2016-12-21 Tim Rühsen <tim.ruehsen@gmx.de> Prepare for release 2016-12-26 Tim Rühsen <tim.ruehsen@gmx.de> Add texinfo to prerequisite list in README-alpha 2016-12-25 Tim Rühsen <tim.ruehsen@gmx.de> Add uninorm/base to bootstrap.conf 2016-12-25 Tim Rühsen <tim.ruehsen@gmx.de> Use gettext 0.19.3 in configure.ac 2016-12-22 Tim Rühsen <tim.ruehsen@gmx.de> Fix tests/Makefile.am 2016-12-22 Tim Rühsen <tim.ruehsen@gmx.de> Fix in src/ 2016-12-22 Tim Rühsen <tim.ruehsen@gmx.de> Fix 'make clean' for docs 2016-12-22 Tim Rühsen <tim.ruehsen@gmx.de> docs: Adjust IGNORE_HFILES 2016-12-21 Tim Rühsen <tim.ruehsen@gmx.de> Fix make distcheck 2016-12-08 Tim Rühsen <tim.ruehsen@gmx.de> Add NFC quick check to avoid unneeded NFC normalizations 2016-12-08 Tim Rühsen <tim.ruehsen@gmx.de> Add test cases to cover more code paths 2016-12-08 Tim Rühsen <tim.ruehsen@gmx.de> Add new test test-strerror.c Cover code paths in idn2_strerror() and idn2_strerror_name(). 2016-12-08 Tim Rühsen <tim.ruehsen@gmx.de> Use idn2_free() instead of free() in tests 2016-12-08 Tim Rühsen <tim.ruehsen@gmx.de> Add make target 'check-coverage' For this to work, you need 'lcov' and 'genhtml' installed. After 'make check-coverage', view lcov/index.html for results. 2016-12-08 Tim Rühsen <tim.ruehsen@gmx.de> Fix test-lookup.c for libunistring <= 0.9.3 2016-12-07 Tim Rühsen <tim.ruehsen@gmx.de> Clean built sources with 'make clean' 2016-12-07 Tim Rühsen <tim.ruehsen@gmx.de> Add make target 'check-valgrind' 2016-11-29 Tim Rühsen <tim.ruehsen@gmx.de> Link with libunistring This patch uses libunistring instead of code copied from gnulib. It also introduces ./bootstrap initialization. 2016-12-07 Tim Rühsen <tim.ruehsen@gmx.de> Remove tests/IdnaTest.inc and tests/IdnaTest.txt from repo 2016-11-30 Tim Rühsen <tim.ruehsen@gmx.de> Add testing of official test suite 2016-11-29 Tim Rühsen <tim.ruehsen@gmx.de> Add -T/--tr46t and -N/--tr46nt to idn2 utility 2016-11-29 Tim Rühsen <tim.ruehsen@gmx.de> idn2.c: Refactor code into process_input() 2016-11-27 Tim Rühsen <tim.ruehsen@gmx.de> Add TR46 support * Makefile.am: Add tr46map.h, tr46map.c to libidn2_la_SOURCES. Download IdnaMappingTable.txt, DerivedNormalizationProps.txt. Create tr46map.c via gentr46map. * gentr46map.c: New file, generates tr46map.c from downloaded files. * idn2.h.in: Add IDN2_TRANSITIONAL and IDN2_NONTRANSITIONAL flags. Add error codes IDN2_INVALID_FLAGS, IDN2_DOT_IN_LABEL, IDN2_INVALID_TRANSITIONAL and IDN2_INVALID_NONTRANSITIONAL. * idna.c (_idn2_label_test): Add tests for TEST_TRANSITIONAL and TEST_NONTRANSITIONAL. * idna.h: Add test flags TEST_TRANSITIONAL and TEST_NONTRANSITIONAL. * lookup.c: New function _tr46() implements TR46 processing. (idn2_lookup_u8): Call _tr46() if requested. 2016-11-30 Tim Rühsen <tim.ruehsen@gmx.de> Update IDNA tests to Unicode 6.3.0 2016-11-30 Tim Rühsen <tim.ruehsen@gmx.de> Remove tests/IdnaTest.inc and tests/IdnaTest.txt from git repo 2016-11-21 Tim Rühsen <tim.ruehsen@gmx.de> Makefile cleanup, use HTTPS URLs for download 2016-11-20 Tim Rühsen <tim.ruehsen@gmx.de> Set lookup test result for U+19DA to IDN2_DISALLOWED 2016-11-20 Tim Rühsen <tim.ruehsen@gmx.de> Update from 5.2.0 to 6.3.0 IDNA tables 2016-11-20 Tim Rühsen <tim.ruehsen@gmx.de> Remove auto-generated data.c from repo 2016-11-20 Tim Rühsen <tim.ruehsen@gmx.de> Add config.cache to .gitignore 2016-11-26 Tim Rühsen <tim.ruehsen@gmx.de> Fix crash in idn2_register_ul() * register.c (idn2_register_ul): Do not crash if 'ulabel' is NULL 2016-11-26 Tim Rühsen <tim.ruehsen@gmx.de> Fix crash in lookup functions * lookup.c (idn2_lookup_ul): Do not crash if 'src' is NULL. (idn2_lookup_u8): Set output to NULL if input is NULL. 2016-11-26 Tim Rühsen <tim.ruehsen@gmx.de> * register.c: Do not taint insertname on error This patch - does not taint output variable on error - does only allocate memory on success - allows insertname being NULL for testing 2016-11-26 Tim Rühsen <tim.ruehsen@gmx.de> * lookup.c (idn2_lookup_u8): Do not taint lookupname on error This patch - does not taint output variable on error - does only allocate memory on success - allows lookupname being NULL for testing 2016-11-25 Tim Rühsen <tim.ruehsen@gmx.de> Use binary instead of linear search in idna table Also return UNASSIGNED instead of calling abort() in tables.c. Do not not call abort() in a library, you never know who/what relies on it. Instead, return a reasonable value. If there were an error return and/or logging facility, that should be used. 2016-11-06 Simon Josefsson <simon@josefsson.org> Trivial memleak fix. Patch from Hanno Böck <hanno@hboeck.de>. 2016-11-03 Simon Josefsson <simon@josefsson.org> Don't install examples. Reported by Dagobert Michelsen <dam@opencsw.org>. 2016-11-03 Simon Josefsson <simon@josefsson.org> Version 0.11. 2016-11-03 Simon Josefsson <simon@josefsson.org> Fix PGP key. 2016-11-03 Simon Josefsson <simon@josefsson.org> Update for 0.10. 2016-11-03 Simon Josefsson <simon@josefsson.org> Bump versions. 2016-11-03 Simon Josefsson <simon@josefsson.org> Update copyright years. 2016-11-03 Simon Josefsson <simon@josefsson.org> Export _idn2_punycode_??code for non-version script platforms. Reported by Dagobert Michelsen <dam@opencsw.org>. 2016-11-03 Simon Josefsson <simon@josefsson.org> Fix stack underflow in 'idn2' command line tool. Reported by Hanno Böck <hanno@hboeck.de>. 2016-11-03 Simon Josefsson <simon@josefsson.org> Update from libidn. 2015-05-18 Simon Josefsson <simon@josefsson.org> Move from gitorious to gitlab. 2014-10-02 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2014-06-25 Simon Josefsson <simon@josefsson.org> Version 0.10. 2014-06-25 Simon Josefsson <simon@josefsson.org> Fix syntax-check. 2014-06-25 Simon Josefsson <simon@josefsson.org> Ignore more. 2014-06-25 Simon Josefsson <simon@josefsson.org> Dual-license the library. 2014-06-25 Simon Josefsson <simon@josefsson.org> Bump copyright years. 2014-06-25 Simon Josefsson <simon@josefsson.org> Upgrade gnulib. 2013-07-24 Simon Josefsson <simon@josefsson.org> Bump version. 2013-07-24 Simon Josefsson <simon@josefsson.org> Ignore more. 2013-07-24 Simon Josefsson <simon@josefsson.org> Use devhelp2 format. 2013-07-24 Simon Josefsson <simon@josefsson.org> Fix syntax-check. 2013-07-23 Simon Josefsson <simon@josefsson.org> Version 0.9. 2013-07-23 Simon Josefsson <simon@josefsson.org> Fix copyright year. 2013-07-23 Simon Josefsson <simon@josefsson.org> Fix release target. 2013-07-23 Simon Josefsson <simon@josefsson.org> Fix broken IANA link. 2013-07-23 Simon Josefsson <simon@josefsson.org> Add. 2013-07-23 Simon Josefsson <simon@josefsson.org> Update copyright headers. 2013-07-23 Simon Josefsson <simon@josefsson.org> Use update-copyright intervals. 2013-07-23 Simon Josefsson <simon@josefsson.org> Add update-copyright gnulib module. 2013-07-23 Simon Josefsson <simon@josefsson.org> Ignore more. 2013-07-23 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2013-07-23 Simon Josefsson <simon@josefsson.org> Work around automake problem. 2012-08-08 Simon Josefsson <simon@josefsson.org> Add another self-test. 2012-03-07 Simon Josefsson <simon@josefsson.org> Ignore more. 2011-11-20 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-11-13 Simon Josefsson <simon@josefsson.org> Bump versions. 2011-11-13 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-09-28 Simon Josefsson <simon@josefsson.org> Update for 0.8. 2011-09-28 Simon Josefsson <simon@josefsson.org> Update for 0.6. 2011-09-28 Simon Josefsson <simon@josefsson.org> Ignore more. 2011-09-28 Simon Josefsson <simon@josefsson.org> Version 0.8. 2011-09-28 Simon Josefsson <simon@josefsson.org> Bump version. 2011-09-28 Simon Josefsson <simon@josefsson.org> Enable warnings for src/ and fix some issues. 2011-09-28 Simon Josefsson <simon@josefsson.org> Update gnulib files. Add manywarnings module to src/. 2011-08-11 Simon Josefsson <simon@josefsson.org> Version 0.7. 2011-08-11 Simon Josefsson <simon@josefsson.org> Ignore idn2_cmd.h header file too. 2011-08-11 Simon Josefsson <simon@josefsson.org> Update gnulib files in src/. 2011-08-11 Simon Josefsson <simon@josefsson.org> Update gnulib files. Add strchrnul and strverscmp modules. Reported by Ray Satiro <raysatiro@yahoo.com>. 2011-08-11 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-05-25 Simon Josefsson <simon@josefsson.org> Version 0.6. 2011-05-25 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-05-25 Simon Josefsson <simon@josefsson.org> Bump versions. 2011-05-25 Simon Josefsson <simon@josefsson.org> tests: Use -no-install instead of -static to fix --disable-static. Reported by Robert Scheck <robert@fedoraproject.org>. 2011-05-25 Simon Josefsson <simon@josefsson.org> Add linenumbers to IdnaTest.inc. 2011-05-19 Simon Josefsson <simon@josefsson.org> Doc fix. 2011-05-18 Simon Josefsson <simon@josefsson.org> Add. 2011-05-18 Simon Josefsson <simon@josefsson.org> Version 0.5. 2011-05-18 Simon Josefsson <simon@josefsson.org> Describe valgrind change. 2011-05-18 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-05-18 Simon Josefsson <simon@josefsson.org> Disable valgrind by default for users. 2011-05-18 Simon Josefsson <simon@josefsson.org> Fix NFC check to compare entire strings. Some non-NFC strings were permitted when they should have been rejected. Reported by Robert Scheck <robert@fedoraproject.org>. 2011-05-09 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-05-08 Simon Josefsson <simon@josefsson.org> Bump versions. 2011-05-08 Simon Josefsson <simon@josefsson.org> Add gnupload module. 2011-05-08 Simon Josefsson <simon@josefsson.org> Handle if ChangeLog is already commited. 2011-05-06 Simon Josefsson <simon@josefsson.org> Fix release target. 2011-05-06 Simon Josefsson <simon@josefsson.org> Version 0.4. 2011-05-06 Simon Josefsson <simon@josefsson.org> Rewrite release target. 2011-05-06 Simon Josefsson <simon@josefsson.org> Add. 2011-05-06 Simon Josefsson <simon@josefsson.org> Use modern libtool calls. 2011-05-06 Simon Josefsson <simon@josefsson.org> Add license. 2011-05-06 Simon Josefsson <simon@josefsson.org> Prepare for GNU upload more. 2011-05-06 Simon Josefsson <simon@josefsson.org> Doc fix for return codes. 2011-05-06 Simon Josefsson <simon@josefsson.org> Prepare for upload to GNU. 2011-05-05 Simon Josefsson <simon@josefsson.org> Update gnulib files. Add clang rules. 2011-05-05 Simon Josefsson <simon@josefsson.org> tests: Added several new Arabic test vectors. 2011-05-05 Simon Josefsson <simon@josefsson.org> libidn2: Fix domain name maximum size issue. 2011-05-05 Simon Josefsson <simon@josefsson.org> Documentation clarification of IDN2_DOMAIN_MAX_LENGTH. 2011-05-05 Simon Josefsson <simon@josefsson.org> Fix return codes for overlong ASCII labels/domains. 2011-05-05 Simon Josefsson <simon@josefsson.org> Only check ASCII labels for max length. Note that non-ASCII labels are checked implicitely by punycode_encode() and will yield IDN2_PUNYCODE_BIG_OUTPUT. 2011-05-05 Simon Josefsson <simon@josefsson.org> Test some corner cases. 2011-05-05 Simon Josefsson <simon@josefsson.org> Drop errorenous max domain length check applied to UTF-8 encoded values. 2011-04-20 Simon Josefsson <simon@josefsson.org> Bump versions. 2011-04-20 Simon Josefsson <simon@josefsson.org> Version 0.3. 2011-04-20 Simon Josefsson <simon@josefsson.org> Add texinfo manual and man pages. 2011-04-19 Simon Josefsson <simon@josefsson.org> Add examples. 2011-04-19 Simon Josefsson <simon@josefsson.org> Add. 2011-04-11 Simon Josefsson <simon@josefsson.org> Update gnulib files. Fix syntax-check warning. 2011-03-31 Simon Josefsson <simon@josefsson.org> Reduce code duplication. 2011-03-31 Simon Josefsson <simon@josefsson.org> Add. 2011-03-31 Simon Josefsson <simon@josefsson.org> Add U+19DA test vector. 2011-03-30 Simon Josefsson <simon@josefsson.org> Bump version. 2011-03-30 Simon Josefsson <simon@josefsson.org> Dist more. 2011-03-30 Simon Josefsson <simon@josefsson.org> Bump versions. 2011-03-30 Simon Josefsson <simon@josefsson.org> Fix release target. 2011-03-30 Simon Josefsson <simon@josefsson.org> Version 0.2. 2011-03-30 Simon Josefsson <simon@josefsson.org> Fix. 2011-03-30 Simon Josefsson <simon@josefsson.org> Indent. 2011-03-30 Simon Josefsson <simon@josefsson.org> Add command line tool. 2011-03-30 Simon Josefsson <simon@josefsson.org> Workaround genhtml bugs. 2011-03-30 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-03-29 Simon Josefsson <simon@josefsson.org> Improve utc tests. 2011-03-29 Simon Josefsson <simon@josefsson.org> Drop UTC's test vectors. 2011-03-29 Simon Josefsson <simon@josefsson.org> Fix UTC tests. 2011-03-29 Simon Josefsson <simon@josefsson.org> Hack it. 2011-03-29 Simon Josefsson <simon@josefsson.org> Add UTC test vectors. 2011-03-29 Simon Josefsson <simon@josefsson.org> Bump versions. 2011-03-29 Simon Josefsson <simon@josefsson.org> Version 0.1. 2011-03-29 Simon Josefsson <simon@josefsson.org> Add test vectors. 2011-03-29 Simon Josefsson <simon@josefsson.org> Fix U+200C. 2011-03-29 Simon Josefsson <simon@josefsson.org> Use valgrind. 2011-03-29 Simon Josefsson <simon@josefsson.org> Namespace fixes for gtk-doc. 2011-03-28 Simon Josefsson <simon@josefsson.org> Doc fixes. 2011-03-28 Simon Josefsson <simon@josefsson.org> Doc fix. 2011-03-28 Simon Josefsson <simon@josefsson.org> Warning cleanup. 2011-03-28 Simon Josefsson <simon@josefsson.org> More warnings. 2011-03-28 Simon Josefsson <simon@josefsson.org> Fix warning. 2011-03-28 Simon Josefsson <simon@josefsson.org> Use visibility. 2011-03-28 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-03-28 Simon Josefsson <simon@josefsson.org> C++ fix. 2011-03-28 Simon Josefsson <simon@josefsson.org> Fix cludge. 2011-03-28 Simon Josefsson <simon@josefsson.org> Doc fix. 2011-03-28 Simon Josefsson <simon@josefsson.org> Register test vectors. 2011-03-28 Simon Josefsson <simon@josefsson.org> More register. 2011-03-28 Simon Josefsson <simon@josefsson.org> More register. 2011-03-28 Simon Josefsson <simon@josefsson.org> More register. 2011-03-28 Simon Josefsson <simon@josefsson.org> More register. 2011-03-28 Simon Josefsson <simon@josefsson.org> More register. 2011-03-28 Simon Josefsson <simon@josefsson.org> Add backup rule. 2011-03-28 Simon Josefsson <simon@josefsson.org> Generalize. 2011-03-28 Simon Josefsson <simon@josefsson.org> Fix. 2011-03-28 Simon Josefsson <simon@josefsson.org> Simplify what. 2011-03-28 Simon Josefsson <simon@josefsson.org> Revamp ascii. 2011-03-28 Simon Josefsson <simon@josefsson.org> Revamp allocation. 2011-03-27 Simon Josefsson <simon@josefsson.org> Rewrite lookup. 2011-03-27 Simon Josefsson <simon@josefsson.org> Drop getopt stuff. 2011-03-27 Simon Josefsson <simon@josefsson.org> Fix comment. 2011-03-27 Simon Josefsson <simon@josefsson.org> Add constants. 2011-03-27 Simon Josefsson <simon@josefsson.org> Add data.c, for offline work. 2011-03-27 Simon Josefsson <simon@josefsson.org> Build static to make valgrind produce useful output. 2011-03-27 Simon Josefsson <simon@josefsson.org> Constify. 2011-03-22 Simon Josefsson <simon@josefsson.org> Fix tests. 2011-03-22 Simon Josefsson <simon@josefsson.org> Drop striconv stuff. 2011-03-22 Simon Josefsson <simon@josefsson.org> Remove unused gnulib module. 2011-03-22 Simon Josefsson <simon@josefsson.org> Ignore more. 2011-03-22 Simon Josefsson <simon@josefsson.org> Fix U+200C rule. 2011-03-22 Simon Josefsson <simon@josefsson.org> Add. 2011-03-22 Simon Josefsson <simon@josefsson.org> Add joiningtype gnulib module. 2011-03-20 Simon Josefsson <simon@josefsson.org> Parts of U+200C rule. 2011-03-20 Simon Josefsson <simon@josefsson.org> More self tests. 2011-03-19 Simon Josefsson <simon@josefsson.org> doc fix 2011-03-19 Simon Josefsson <simon@josefsson.org> fix 2011-03-19 Simon Josefsson <simon@josefsson.org> Add more. 2011-03-19 Simon Josefsson <simon@josefsson.org> Ignore more. 2011-03-19 Simon Josefsson <simon@josefsson.org> Fix U+200D contet rule. Fix combining mark bug. 2011-03-09 Simon Josefsson <simon@josefsson.org> Bump version. 2011-03-09 Simon Josefsson <simon@josefsson.org> Fix release target. 2011-03-09 Simon Josefsson <simon@josefsson.org> No .clcopying. 2011-03-09 Simon Josefsson <simon@josefsson.org> Update gtk-doc files. 2011-03-09 Simon Josefsson <simon@josefsson.org> Fix. 2011-03-09 Simon Josefsson <simon@josefsson.org> Fix version. 2011-03-09 Simon Josefsson <simon@josefsson.org> Version 0.0. 2011-03-09 Simon Josefsson <simon@josefsson.org> Add. 2011-03-09 Simon Josefsson <simon@josefsson.org> Hard code version for now. 2011-03-08 Simon Josefsson <simon@josefsson.org> Version fix. 2011-03-08 Simon Josefsson <simon@josefsson.org> Version fixes. 2011-03-08 Simon Josefsson <simon@josefsson.org> Add. 2011-03-08 Simon Josefsson <simon@josefsson.org> Fix name. 2011-03-08 Simon Josefsson <simon@josefsson.org> Fix. 2011-03-08 Simon Josefsson <simon@josefsson.org> Fix. 2011-03-08 Simon Josefsson <simon@josefsson.org> Reorder. 2011-03-08 Simon Josefsson <simon@josefsson.org> Split up. 2011-03-08 Simon Josefsson <simon@josefsson.org> Improve errors. 2011-03-08 Simon Josefsson <simon@josefsson.org> Reorder. 2011-03-07 Simon Josefsson <simon@josefsson.org> Simplify. 2011-03-07 Simon Josefsson <simon@josefsson.org> Add FIXME. 2011-03-07 Simon Josefsson <simon@josefsson.org> Add nl_langinfo replacement. 2011-03-07 Simon Josefsson <simon@josefsson.org> Add striconv. 2011-03-07 Simon Josefsson <simon@josefsson.org> Doc fix. 2011-03-07 Simon Josefsson <simon@josefsson.org> Fix errcodes. 2011-03-07 Simon Josefsson <simon@josefsson.org> Fix version. 2011-03-07 Simon Josefsson <simon@josefsson.org> Fix version. 2011-03-07 Simon Josefsson <simon@josefsson.org> Ignore more. 2011-03-07 Simon Josefsson <simon@josefsson.org> Revamp punycode. 2011-03-07 Simon Josefsson <simon@josefsson.org> Doc fix. 2011-03-07 Simon Josefsson <simon@josefsson.org> Doc fix. 2011-03-07 Simon Josefsson <simon@josefsson.org> Add gtk-doc. 2011-03-07 Simon Josefsson <simon@josefsson.org> Header cleanup. 2011-03-07 Simon Josefsson <simon@josefsson.org> Reorder. 2011-03-07 Simon Josefsson <simon@josefsson.org> Error handling. 2011-03-07 Simon Josefsson <simon@josefsson.org> Internalize punycode too. 2011-03-07 Simon Josefsson <simon@josefsson.org> Update. 2011-03-07 Simon Josefsson <simon@josefsson.org> Move gnulib to gl/. 2011-03-07 Simon Josefsson <simon@josefsson.org> Move self-tests to tests/. 2011-03-07 Simon Josefsson <simon@josefsson.org> Internalize some interfaces. 2011-03-07 Simon Josefsson <simon@josefsson.org> Improve self checks. 2011-03-02 Simon Josefsson <simon@josefsson.org> Fix. 2011-03-02 Simon Josefsson <simon@josefsson.org> Improve self-test. 2011-03-02 Simon Josefsson <simon@josefsson.org> Add. 2011-03-02 Simon Josefsson <simon@josefsson.org> Add more. 2011-03-02 Simon Josefsson <simon@josefsson.org> Cleanup self-tests. 2011-03-02 Simon Josefsson <simon@josefsson.org> Ignore more. 2011-03-02 Simon Josefsson <simon@josefsson.org> Add strerror functions. 2011-03-02 Simon Josefsson <simon@josefsson.org> Fix some syntax-check bugs. 2011-03-02 Simon Josefsson <simon@josefsson.org> Ignore gnulib files. 2011-03-01 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-02-28 Simon Josefsson <simon@josefsson.org> Update gnulib files. 2011-02-28 Simon Josefsson <simon@josefsson.org> Relicense under GPLv3+. 2011-02-24 Simon Josefsson <simon@josefsson.org> Handle empty strings. 2011-02-24 Simon Josefsson <simon@josefsson.org> Add. 2011-02-24 Simon Josefsson <simon@josefsson.org> Add. 2011-02-24 Simon Josefsson <simon@josefsson.org> Add. 2011-02-24 Simon Josefsson <simon@josefsson.org> New. 2011-02-24 Simon Josefsson <simon@josefsson.org> Fix off by one bug. 2011-02-24 Simon Josefsson <simon@josefsson.org> Fix. 2011-02-23 Simon Josefsson <simon@josefsson.org> Fix. 2011-02-23 Simon Josefsson <simon@josefsson.org> Add. 2011-02-23 Simon Josefsson <simon@josefsson.org> Update. 2011-02-23 Simon Josefsson <simon@josefsson.org> Commit old stuff. 2011-01-30 Simon Josefsson <simon@josefsson.org> Rename APIs. 2011-01-30 Simon Josefsson <simon@josefsson.org> Stick at Unicode 5.2 files. 2011-01-30 Simon Josefsson <simon@josefsson.org> More testing. 2011-01-25 Simon Josefsson <simon@josefsson.org> Fixup punycode. 2011-01-25 Simon Josefsson <simon@josefsson.org> Revamp punycode implementation. 2011-01-13 Simon Josefsson <simon@josefsson.org> Simplistic ace. 2011-01-11 Simon Josefsson <simon@josefsson.org> Fix output. 2011-01-11 Simon Josefsson <simon@josefsson.org> Rename. 2011-01-11 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-11 Simon Josefsson <simon@josefsson.org> Rename from libidna to libidn2. 2011-01-09 Simon Josefsson <simon@josefsson.org> Goodnight. 2011-01-09 Simon Josefsson <simon@josefsson.org> Add u8-from-locale. 2011-01-09 Simon Josefsson <simon@josefsson.org> Add hyphen-startend. 2011-01-09 Simon Josefsson <simon@josefsson.org> Update. 2011-01-09 Simon Josefsson <simon@josefsson.org> Update bidi. 2011-01-09 Simon Josefsson <simon@josefsson.org> Fix warning. 2011-01-09 Simon Josefsson <simon@josefsson.org> Update libunistring to 5.2.0. 2011-01-09 Simon Josefsson <simon@josefsson.org> Improve bidi. 2011-01-09 Simon Josefsson <simon@josefsson.org> Add bidi functions. 2011-01-09 Simon Josefsson <simon@josefsson.org> Bidi template. 2011-01-09 Simon Josefsson <simon@josefsson.org> Unassigned. 2011-01-09 Simon Josefsson <simon@josefsson.org> Update. 2011-01-09 Simon Josefsson <simon@josefsson.org> contexto-has-rule. 2011-01-08 Simon Josefsson <simon@josefsson.org> Add. 2011-01-08 Simon Josefsson <simon@josefsson.org> Update. 2011-01-08 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-08 Simon Josefsson <simon@josefsson.org> Add. 2011-01-08 Simon Josefsson <simon@josefsson.org> Update. 2011-01-08 Simon Josefsson <simon@josefsson.org> Fixes. 2011-01-08 Simon Josefsson <simon@josefsson.org> Fixes. 2011-01-08 Simon Josefsson <simon@josefsson.org> Add context rule template. 2011-01-08 Simon Josefsson <simon@josefsson.org> Fix first bug. 2011-01-08 Simon Josefsson <simon@josefsson.org> Improve. 2011-01-08 Simon Josefsson <simon@josefsson.org> Improve. 2011-01-08 Simon Josefsson <simon@josefsson.org> Add contextj. 2011-01-08 Simon Josefsson <simon@josefsson.org> Dist tables.h. 2011-01-08 Simon Josefsson <simon@josefsson.org> Drop NFC api. 2011-01-06 Simon Josefsson <simon@josefsson.org> Add. 2011-01-06 Simon Josefsson <simon@josefsson.org> Add. 2011-01-06 Simon Josefsson <simon@josefsson.org> Terminate array. 2011-01-05 Simon Josefsson <simon@josefsson.org> LGPLv3+ 2011-01-05 Simon Josefsson <simon@josefsson.org> Add test vectors. 2011-01-05 Simon Josefsson <simon@josefsson.org> Add. 2011-01-05 Simon Josefsson <simon@josefsson.org> Update. 2011-01-05 Simon Josefsson <simon@josefsson.org> Use uint32 internally. 2011-01-05 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-05 Simon Josefsson <simon@josefsson.org> Add. 2011-01-05 Simon Josefsson <simon@josefsson.org> Add. 2011-01-05 Simon Josefsson <simon@josefsson.org> Add. 2011-01-05 Simon Josefsson <simon@josefsson.org> Add. 2011-01-05 Simon Josefsson <simon@josefsson.org> Add. 2011-01-05 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> More. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Fix. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add NFC module. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Typo. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Fix range. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Update. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. 2011-01-04 Simon Josefsson <simon@josefsson.org> Add. ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libidn2-2.0.4/AUTHORS�������������������������������������������������������������������������������0000644�0000000�0000000�00000000317�13066424707�011011� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������Original author: Simon Josefsson <simon@josefsson.org> Maintainers (aplhabetical order): Nikos Mavrogiannopoulos <nmav@gnutls.org> Simon Josefsson <simon@josefsson.org> Tim Rühsen <tim.ruehsen@gmx.de> �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������